:root{--ink: #0f172a;--muted: #64748b;--faint: #94a3b8;--line: #e2e8f0;--surface: #ffffff;--surface-soft: #f4f7fb;--blue: #0b3c91;--blue-2: #145da0;--cyan: #0ea5c6;--green: #214f34;--yellow: #f2b114;--danger: #be123c;--shadow: 0 20px 60px rgba(15, 23, 42, .08);--shadow-soft: 0 12px 30px rgba(15, 23, 42, .06);--radius-xl: 32px;--radius-lg: 24px;--radius-md: 16px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--surface-soft);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.app-bootstrap-fallback,.app-error-screen{align-items:center;background:#f6f8fb;color:#172033;display:flex;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;justify-content:center;min-height:100vh;padding:24px}.app-bootstrap-fallback{flex-direction:column;gap:8px;text-align:center}.app-bootstrap-fallback strong,.app-error-screen strong{color:#0b3c91;font-size:20px;letter-spacing:-.03em}.app-bootstrap-fallback span{color:#667085;font-size:13px}.app-error-screen>div{background:#fff;border:1px solid #e3e8ef;border-radius:16px;box-shadow:0 18px 50px #0f172a14;max-width:420px;padding:28px;text-align:center}.app-error-screen h1{color:#172033;font-size:22px;margin:18px 0 8px}.app-error-screen p{color:#667085;font-size:13px;line-height:1.6;margin:0 0 20px}.app-error-screen button{background:#0b3c91;border:0;border-radius:8px;color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:700;padding:10px 16px}.auth-inline-link{display:block;margin-top:12px;color:#2563eb;font-size:11px;font-weight:850;text-align:center}.auth-otp-note{margin:0 0 16px;padding:11px 12px;border:1px solid #dbeafe;border-radius:12px;color:#1e40af;background:#eff6ff;font-size:11px;line-height:1.55}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--surface-soft);color:var(--ink)}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3,strong{letter-spacing:-.025em}.container-wide{width:min(1280px,calc(100% - 40px));margin-inline:auto}.mobile-only{display:none!important}.ambient-orb{position:fixed;z-index:-1;width:300px;height:300px;border-radius:50%;filter:blur(75px);opacity:.22;pointer-events:none}.orb-one{top:-100px;left:-100px;background:#f2b114}.orb-two{top:280px;right:-150px;background:#2b643f}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:#2563eb;font-size:10px;line-height:1.2;font-weight:900;letter-spacing:.19em;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:0 18px;border:1px solid transparent;border-radius:14px;font-size:13px;font-weight:850;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button.primary{color:#fff;background:linear-gradient(135deg,#3852b4,#5e7ac4);box-shadow:0 12px 25px #3852b43d}.button.dark{color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 12px 25px #0f172a29}.button.light{color:var(--ink);background:#fff;border-color:var(--line);box-shadow:0 7px 15px #0f172a0a}.button.ghost{color:#fff;border-color:#fff3;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.button.outline-light{color:#fff;border-color:#ffffff40;background:transparent}.button.full{width:100%}.button.small{min-height:34px;padding:0 12px;border-radius:11px;font-size:11px}.text-link{display:inline-flex;align-items:center;gap:7px;color:#2563eb;font-size:12px;font-weight:850}.text-button{padding:0;color:#2563eb;border:0;background:none;font-size:12px;font-weight:800}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:39px;height:39px;padding:0;border:1px solid rgba(255,255,255,.16);border-radius:12px;color:inherit;background:#ffffff1a}.icon-link{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;color:#2563eb;border:1px solid var(--line);border-radius:11px;background:#fff}.full{width:100%}.spinner{display:inline-block;width:17px;height:17px;margin-right:9px;border:2px solid rgba(37,99,235,.18);border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite;vertical-align:-4px}@keyframes spin{to{transform:rotate(360deg)}}.page-loader,.loading-screen{display:grid;place-items:center;min-height:340px;color:var(--muted);font-size:13px;font-weight:700}.loading-screen{min-height:100vh;background:var(--surface-soft)}.form-message{display:grid;gap:5px;margin-bottom:16px;padding:12px 14px;border:1px solid;border-radius:13px;font-size:12px;line-height:1.5;font-weight:650}.form-message.success{color:#166534;border-color:#bbf7d0;background:#ecfdf5}.form-message.danger{color:#991b1b;border-color:#fecaca;background:#fef2f2}.public-site{position:relative;min-height:100vh;overflow:hidden;background:#f5f4f1}.public-header{position:sticky;top:0;z-index:30;padding:18px 0 10px;background:linear-gradient(180deg,#f5f4f1fa,#f5f4f1e0);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.public-nav{position:relative;display:flex;align-items:center;gap:18px;min-height:67px;padding:10px 14px;border-radius:22px;color:#fff;background:linear-gradient(100deg,#0b3c91,#145da0 52%,#1e81b0);box-shadow:0 18px 42px #0b3c912e}.brand-mark-link{display:flex;align-items:center;gap:10px;min-width:220px}.brand-mark-link strong{display:block;font-size:16px;font-weight:900}.brand-mark-link small{display:block;margin-top:2px;color:#fff9;font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.brand-logo-frame{display:grid;place-items:center;width:45px;height:45px;overflow:hidden;flex:0 0 auto;border:1px solid rgba(255,255,255,.28);border-radius:14px;background:#fff;box-shadow:0 7px 14px #020f3426}.brand-logo-frame img{width:100%;height:100%;padding:5px;object-fit:contain}.public-nav-links{display:flex;align-items:center;justify-content:center;gap:4px;flex:1}.public-nav-link{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border:0;border-radius:999px;color:#ffffffd4;background:transparent;font-size:12px;font-weight:800;transition:.2s ease}.public-nav-link:hover,.public-nav-link.active{color:#fff;background:#ffffff1f}.dropdown-trigger{cursor:pointer}.nav-dropdown{position:static}.services-trigger svg{transition:transform .2s ease}.services-trigger.open svg{transform:rotate(180deg)}.services-mega-menu{position:absolute;top:calc(100% + 13px);left:62%;z-index:50;display:none;width:min(920px,calc(100vw - 32px));max-height:min(70vh,570px);overflow:hidden;transform:translate(-52%);border:1px solid #e0e6ef;border-radius:25px;color:#0f172a;background:#f1f3f6;box-shadow:0 28px 65px #05183940}.services-mega-menu.show{display:flex;flex-direction:column}.services-menu-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px;flex:0 0 auto;padding:15px 17px 12px;border-bottom:1px solid #e0e6ef;background:#f1f3f6f7}.services-menu-head span,.services-menu-head small{display:block}.services-menu-head span{color:#b45309;font-size:9px;font-weight:950;letter-spacing:.2em}.services-menu-head small{margin-top:5px;color:#64748b;font-size:11px;font-weight:700}.services-menu-view-all{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:0 14px;border-radius:999px;color:#fff;background:#111827;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.services-menu-view-all:hover{color:#fff;background:#1e3a8a}.services-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;overflow-y:auto;padding:11px 12px 13px;scrollbar-color:#94a3b8 transparent;scrollbar-width:thin}.services-category-item{display:flex;align-items:center;gap:10px;min-width:0;min-height:68px;padding:9px 10px;border:1px solid #edf0f4;border-radius:17px;color:#0f172a;background:#fff;box-shadow:0 4px 12px #0f172a09;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.services-category-item:hover{border-color:#bfdbfe;color:#0f172a;box-shadow:0 10px 22px #0f172a17;transform:translateY(-2px)}.services-category-thumb{display:grid;place-items:center;width:46px;height:46px;flex:0 0 auto;overflow:hidden;border-radius:14px;color:#fff;background:linear-gradient(135deg,#0b3c91,#0ea5c6)}.services-category-thumb img{width:100%;height:100%;object-fit:cover}.services-category-thumb b{font-size:18px}.services-category-copy{display:block;min-width:0;flex:1}.services-category-copy strong{display:-webkit-box;overflow:hidden;font-size:11px;font-weight:900;line-height:1.25;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.services-category-copy small{display:inline-flex;margin-top:6px;padding:4px 7px;border-radius:999px;color:#64748b;background:#eef2f7;font-size:8px;font-weight:950;letter-spacing:.08em;white-space:nowrap}.services-category-arrow{flex:0 0 auto;color:#94a3b8}.services-category-item:hover .services-category-arrow{color:#2563eb}.services-menu-empty{grid-column:1 / -1;padding:32px 16px;color:#64748b;font-size:12px;font-weight:700;text-align:center}.nav-cta{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:max-content;min-height:40px;padding:0 15px;border:0;border-radius:999px;color:#0b3c91;background:#fff;font-size:12px;font-weight:900;box-shadow:0 9px 20px #ffffff21}.home-hero{padding:20px 0 0}.hero-slide{position:relative;min-height:480px;overflow:hidden;border-radius:30px;background-color:#07162e;background-position:center;background-size:cover;box-shadow:0 25px 70px #0f172a29}.hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;width:min(660px,65%);min-height:480px;padding:56px 0 60px 55px;color:#fff}.hero-eyebrow{display:inline-flex;align-items:center;gap:7px;width:max-content;padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#fff;background:#ffffff1a;font-size:10px;font-weight:850;letter-spacing:.16em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-copy h1{max-width:660px;margin:22px 0 14px;color:#fff;font-size:clamp(38px,5vw,66px);line-height:.99;font-weight:950;letter-spacing:-.055em}.hero-copy p{max-width:600px;margin-bottom:24px;color:#ffffffc7;font-size:15px;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:10px}.hero-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:27px}.hero-chips span{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#ffffffc7;background:#ffffff17;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.hero-proof{position:absolute;z-index:2;top:0;right:0;display:flex;align-items:center;width:42%;height:100%;padding:50px 50px 50px 10px}.hero-proof-card{width:100%;padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:25px;color:#fff;background:#ffffff1a;box-shadow:0 20px 45px #0000001f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-proof-card .eyebrow{color:#a5f3fc}.hero-proof-card h3{margin:12px 0 22px;font-size:21px;line-height:1.15}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.proof-grid div{display:flex;flex-direction:column;align-items:center;gap:7px;padding:14px 8px;border:1px solid rgba(255,255,255,.13);border-radius:17px;text-align:center;background:#ffffff14}.proof-grid svg{color:#67e8f9}.proof-grid strong{font-size:11px}.proof-grid small{color:#ffffff91;font-size:9px;line-height:1.4}.hero-dots{position:absolute;z-index:5;bottom:20px;left:50%;display:flex;gap:7px;transform:translate(-50%)}.hero-dots button{width:9px;height:9px;padding:0;border:1px solid rgba(255,255,255,.75);border-radius:99px;background:#ffffff73;transition:.25s ease}.hero-dots button.active{width:28px;background:#fff}.trust-strip{margin-top:20px;border-block:1px solid rgba(15,23,42,.06);background:#ffffffa6}.trust-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:20px;align-items:center;min-height:75px}.trust-grid>div{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:11px;font-weight:750}.trust-grid>div:first-child{display:block;color:var(--ink);font-size:13px}.trust-grid>div:first-child span{display:block;margin-top:3px;color:var(--muted);font-size:10px;font-weight:600}.trust-grid svg{color:#059669}.section{padding-block:78px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.section-heading.center{justify-content:center;text-align:center}.section-heading h2{max-width:680px;margin:9px 0 8px;font-size:clamp(27px,3.5vw,44px);line-height:1.04;font-weight:930}.section-heading p{max-width:580px;margin:0;color:var(--muted);font-size:14px;line-height:1.7}.light-section{background:#eef4ff}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.service-grid.wide{grid-template-columns:repeat(4,minmax(0,1fr))}.service-card{display:flex;flex-direction:column;min-height:280px;padding:21px;border:1px solid rgba(226,232,240,.9);border-radius:23px;background:#fffffff0;box-shadow:var(--shadow-soft);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.service-card:hover{transform:translateY(-5px);border-color:#b8cdf7;box-shadow:0 23px 45px #0f172a1f}.service-card-main{display:flex;flex:1;flex-direction:column;min-width:0;color:inherit}.service-card-main:hover{color:inherit}.service-card-icon{display:grid;place-items:center;width:53px;height:53px;overflow:hidden;border-radius:17px;color:#fff;background:linear-gradient(135deg,#0f172a,#2563eb);font-size:16px;font-weight:900}.service-card-icon img{width:100%;height:100%;object-fit:cover}.service-card-meta{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:19px;color:#64748b;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.service-card-meta b{padding:5px 7px;border-radius:999px;color:#1d4ed8;background:#dbeafe;font-size:8px;letter-spacing:.06em}.service-card h3{margin:11px 0 7px;font-size:17px;line-height:1.18}.service-card p{display:-webkit-box;overflow:hidden;min-height:40px;margin:0;color:var(--muted);font-size:12px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:2}.service-card-bottom{margin-top:18px;padding-top:16px;border-top:1px solid #edf2f7}.service-card-price-row{display:flex;align-items:center;justify-content:space-between;gap:9px}.service-card-price-row strong{color:#0b3c91;font-size:16px}.service-card-view{display:inline-flex;align-items:center;gap:4px;color:#2563eb;font-size:10px;font-weight:850;white-space:nowrap}.service-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:13px}.service-card-action{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:0;min-height:32px;padding:0 7px;border:1px solid #dbe4ee;border-radius:10px;color:#475569;background:#fff;font-size:8px;font-weight:900;white-space:nowrap}.service-card-action:hover{color:#1d4ed8;border-color:#bfdbfe;background:#eff6ff}.service-card-action.call svg{color:#2563eb}.service-card-action.whatsapp{color:#047857;border-color:#bbf7d0;background:#f0fdf4}.service-card-action.whatsapp:hover{color:#166534;border-color:#86efac;background:#dcfce7}.service-card-action.apply{grid-column:1 / -1;color:#fff;border-color:#2563eb;background:linear-gradient(135deg,#1d4ed8,#0b3c91)}.service-card-action.apply:hover{color:#fff;border-color:#1e40af;background:linear-gradient(135deg,#1e40af,#082f70)}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.category-card{position:relative;display:flex;align-items:end;min-height:155px;overflow:hidden;padding:17px;border-radius:20px;color:#fff;background:linear-gradient(160deg,#06142c,#0b4f82);box-shadow:0 15px 30px #08284d24}.category-card:after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,transparent 20%,rgba(3,14,34,.86) 100%)}.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.54;transition:.3s ease}.category-card:hover img{transform:scale(1.06);opacity:.7}.category-card>span:last-child{position:relative;z-index:1}.category-card strong{display:block;max-width:210px;font-size:14px;line-height:1.2}.category-card small{display:inline-flex;align-items:center;gap:5px;margin-top:8px;color:#ffffffad;font-size:10px;font-weight:750}.category-letter{position:absolute;top:18px;right:18px;z-index:1;display:grid;place-items:center;width:45px;height:45px;border-radius:15px;color:#fff;background:#ffffff21;font-size:22px;font-weight:900}.process-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.process-visual{position:relative;display:grid;place-items:center;min-height:390px;border-radius:32px;background:radial-gradient(circle at center,rgba(37,99,235,.14),transparent 46%),linear-gradient(145deg,#f1f5ff,#fff)}.process-orbit{position:absolute;border:1px dashed rgba(37,99,235,.24);border-radius:50%}.orbit-a{width:250px;height:250px}.orbit-b{width:330px;height:330px;border-color:#0ea5c638}.process-center{position:relative;z-index:2;display:grid;place-items:center;gap:4px;width:130px;height:130px;border:1px solid #bfdbfe;border-radius:42px;color:#0b3c91;background:#fff;box-shadow:0 20px 45px #2563eb24}.process-center svg{color:#2563eb}.process-center strong{font-size:15px}.process-center span{color:var(--muted);font-size:9px}.process-node{position:absolute;z-index:3;display:flex;align-items:center;gap:6px;padding:9px 11px;border:1px solid #dbeafe;border-radius:999px;color:#0f172a;background:#fff;box-shadow:0 10px 20px #0f172a14;font-size:10px;font-weight:850}.process-node svg{color:#2563eb}.node-a{top:54px;left:40px}.node-b{top:68px;right:27px}.node-c{bottom:47px;left:38px}.node-d{right:34px;bottom:42px}.process-copy h2{max-width:520px;margin:9px 0 12px;font-size:clamp(30px,4vw,52px);line-height:1;font-weight:940}.process-copy>p{max-width:560px;color:var(--muted);font-size:14px;line-height:1.75}.step-list{display:grid;gap:12px;margin:24px 0 27px}.step-list>div{display:flex;align-items:flex-start;gap:12px}.step-list b{display:grid;place-items:center;width:29px;height:29px;flex:0 0 auto;border-radius:10px;color:#1d4ed8;background:#dbeafe;font-size:10px}.step-list strong,.step-list small{display:block}.step-list strong{font-size:12px}.step-list small{margin-top:3px;color:var(--muted);font-size:11px;line-height:1.45}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.testimonial-card{padding:23px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft)}.rating{color:#f59e0b;font-size:13px;letter-spacing:.1em}.testimonial-card p{min-height:75px;margin:17px 0 20px;color:#475569;font-size:13px;line-height:1.7}.testimonial-person{display:flex;align-items:center;gap:10px}.testimonial-person>span{display:grid;place-items:center;width:39px;height:39px;border-radius:50%;color:#fff;background:#0f172a;font-size:13px;font-weight:900}.testimonial-person strong,.testimonial-person small{display:block}.testimonial-person strong{font-size:12px}.testimonial-person small{margin-top:3px;color:var(--muted);font-size:10px}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:960px;margin-inline:auto}.faq-grid details{padding:17px 18px;border:1px solid var(--line);border-radius:16px;background:#fff}.faq-grid summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;font-size:13px;font-weight:850}.faq-grid summary::-webkit-details-marker{display:none}.faq-grid details[open] summary svg{transform:rotate(180deg)}.faq-grid details p{margin:14px 0 0;color:var(--muted);font-size:12px;line-height:1.65}.cta-banner{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:70px;padding:42px 48px;border-radius:28px;color:#fff;background:linear-gradient(110deg,#06142c,#0b4f82 60%,#0ea5c6);box-shadow:0 25px 60px #08284d33}.cta-banner .eyebrow{color:#a5f3fc}.cta-banner h2{max-width:620px;margin:10px 0 8px;font-size:clamp(28px,4vw,46px);line-height:1}.cta-banner p{margin:0;color:#ffffffb3;font-size:13px}.public-footer{color:#fff;background:linear-gradient(110deg,#0b3c91,#145da0 50%,#1e81b0)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:30px;padding:48px 0 38px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand strong{font-size:17px}.brand-logo-frame.small{width:37px;height:37px;border-radius:11px}.footer-grid p{max-width:320px;margin:6px 0 0;color:#ffffffab;font-size:11px;line-height:1.7}.footer-grid a,.footer-grid span:not(.footer-title){color:#ffffffbf;font-size:11px}.footer-grid a:hover{color:#fff}.footer-title{margin-bottom:6px;color:#fff!important;font-size:10px!important;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:14px 0 19px;border-top:1px solid rgba(255,255,255,.14);color:#ffffff8c;font-size:10px}.page-banner{color:#fff;background:linear-gradient(120deg,#06142c,#0b4f82 65%,#0ea5c6)}.page-banner-content{min-height:290px;display:flex;flex-direction:column;justify-content:center;padding-block:48px}.page-banner .eyebrow{color:#a5f3fc}.page-banner h1{max-width:800px;margin:12px 0;font-size:clamp(36px,5.5vw,66px);line-height:.98;font-weight:950}.page-banner p{max-width:650px;margin:0;color:#ffffffbd;font-size:15px;line-height:1.7}.service-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.search-field{display:flex;align-items:center;gap:9px;width:min(550px,100%);height:48px;padding:0 14px;border:1px solid #dbe4ee;border-radius:15px;color:#64748b;background:#fff;box-shadow:inset 0 1px 1px #0f172a05}.search-field input{width:100%;min-width:0;border:0;outline:0;color:var(--ink);background:transparent;font-size:12px}.search-field kbd{padding:4px 6px;border:1px solid var(--line);border-radius:6px;color:var(--faint);background:var(--surface-soft);font-size:9px;white-space:nowrap}.search-field.compact{width:min(420px,100%);height:41px}.result-count{color:var(--muted);font-size:11px;font-weight:800;white-space:nowrap}.filter-pills{display:flex;gap:7px;overflow-x:auto;padding-bottom:22px;scrollbar-width:thin}.filter-pills button{min-width:max-content;padding:8px 11px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:#fff;font-size:10px;font-weight:800}.filter-pills button.active{border-color:#1d4ed8;color:#fff;background:#1d4ed8}.filter-pills.dark-pills{padding:0}.dark-pills button span{display:inline-block;margin-left:4px;padding:2px 5px;border-radius:99px;background:#0f172a14;font-size:9px}.dark-pills button.active span{background:#fff3}.detail-hero{padding:56px 0;color:#fff;background:linear-gradient(120deg,#06142c,#0b4f82 58%,#0ea5c6)}.detail-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.back-link{display:inline-flex;align-items:center;gap:4px;margin-bottom:24px;color:#ffffffb3;font-size:11px;font-weight:800}.detail-hero .eyebrow{color:#a5f3fc}.detail-hero h1{max-width:760px;margin:13px 0 14px;font-size:clamp(38px,5vw,66px);line-height:.98;font-weight:950}.detail-hero p{max-width:620px;color:#ffffffbf;font-size:14px;line-height:1.7}.detail-price{display:flex;align-items:baseline;gap:10px;margin:25px 0}.detail-price strong{font-size:25px}.detail-price span{color:#ffffff94;font-size:11px}.detail-art{position:relative;min-height:360px;overflow:hidden;border-radius:30px;background:#ffffff1a;box-shadow:0 25px 50px #00000021}.detail-art img{width:100%;height:360px;object-fit:cover;opacity:.8}.detail-art-placeholder{display:grid;place-items:center;height:360px;color:#a5f3fc;background:radial-gradient(circle at center,rgba(14,165,198,.3),transparent 60%),#07162e}.detail-art-overlay{position:absolute;right:18px;bottom:18px;left:18px;display:flex;align-items:center;gap:8px;padding:12px 14px;border:1px solid rgba(255,255,255,.17);border-radius:15px;color:#fff;background:#041836a8;font-size:11px;font-weight:800;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.detail-body{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:start}.detail-main,.detail-side{display:grid;gap:18px}.content-card,.apply-card,.side-review,.side-summary{padding:25px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft)}.content-card h2,.apply-card h2{margin:10px 0 9px;font-size:25px}.rich-text{margin-top:18px;color:#475569;font-size:13px;line-height:1.75}.rich-text p:last-child{margin-bottom:0}.detail-type-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.detail-type-grid>div{display:flex;gap:10px;padding:13px;border:1px solid #e5edf7;border-radius:15px;background:#f8fbff}.mini-icon{display:grid;place-items:center;width:31px;height:31px;flex:0 0 auto;border-radius:10px;color:#2563eb;background:#dbeafe}.detail-type-grid strong,.detail-type-grid p{display:block}.detail-type-grid strong{font-size:12px}.detail-type-grid p{margin:5px 0 0;color:var(--muted);font-size:10px;line-height:1.5}.requirements-list{display:grid;gap:8px;margin-top:18px}.requirements-list>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;border-bottom:1px solid #edf2f7}.requirements-list span{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:750}.requirements-list span svg{color:#2563eb}.requirements-list b,.requirements-list small{padding:4px 7px;border-radius:999px;font-size:9px}.requirements-list b{color:#92400e;background:#fef3c7}.requirements-list small{color:var(--muted);background:#f1f5f9}.apply-card{position:sticky;top:105px}.apply-card>p{color:var(--muted);font-size:12px;line-height:1.65}.apply-card label,.auth-form label,.contact-form label,.calculator-card label,.modal-card label{display:grid;gap:7px;margin-top:14px;color:#475569;font-size:10px;font-weight:850}.apply-card input,.auth-form input,.contact-form input,.contact-form textarea,.calculator-card input,.calculator-card select,.modal-card input,.modal-card textarea,.modal-card select,.message-compose input{width:100%;height:43px;padding:0 12px;border:1px solid #dbe4ee;border-radius:12px;outline:0;color:var(--ink);background:#fff;font-size:12px}.contact-form textarea,.modal-card textarea,.auth-form textarea{height:auto;padding-block:11px;resize:vertical}.apply-card .button{margin-top:18px}.form-footnote{display:block;margin-top:12px;color:var(--faint);font-size:9px;line-height:1.5}.side-review{color:#fff;background:linear-gradient(145deg,#06142c,#0b4f82)}.side-review p{margin:15px 0;color:#ffffffc4;font-size:12px;line-height:1.7}.side-review strong,.side-review small{display:block}.side-review strong{font-size:12px}.side-review small{margin-top:4px;color:#ffffff8c;font-size:10px}.two-column-copy{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.two-column-copy h2,.contact-copy h2{margin:10px 0 12px;font-size:clamp(30px,4vw,49px);line-height:1}.two-column-copy p,.contact-copy>p{color:var(--muted);font-size:14px;line-height:1.75}.feature-stack{display:grid;gap:12px}.feature-stack>div,.contact-points>div{display:flex;gap:11px;padding:16px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:var(--shadow-soft)}.feature-stack strong,.feature-stack small,.contact-points strong,.contact-points small{display:block}.feature-stack strong,.contact-points strong{font-size:12px}.feature-stack small,.contact-points small{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.5}.values-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:15px;align-items:stretch}.values-grid h2{margin:10px 0 9px;font-size:31px;line-height:1}.values-grid p{max-width:480px;color:var(--muted);font-size:13px;line-height:1.7}.value-card{display:flex;flex-direction:column;justify-content:center;padding:20px;border-radius:18px;color:#fff;background:linear-gradient(145deg,#06142c,#0b4f82)}.value-card strong{font-size:34px}.value-card span{margin-top:5px;color:#ffffffab;font-size:10px;line-height:1.4}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:start}.contact-points{display:grid;gap:11px;margin-top:25px}.contact-form h2{margin:10px 0 17px;font-size:27px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-form .button{margin-top:18px}.calculator-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px;align-items:stretch}.calculator-card,.calculator-result,.calculator-placeholder,.legal-card{padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-soft)}.calculator-card h2,.calculator-result h2{margin:10px 0;font-size:30px}.calculator-card small{display:block;margin-top:13px;color:var(--faint);font-size:10px;line-height:1.5}.calculator-result{color:#fff;background:linear-gradient(145deg,#06142c,#0b4f82)}.calculator-result .eyebrow{color:#a5f3fc}.calculator-result h2{color:#fff;font-size:52px}.calculator-result p{max-width:480px;color:#ffffffb3;font-size:12px;line-height:1.6}.summary-line{display:flex;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.14);color:#ffffffa6;font-size:11px}.summary-line strong{color:#fff}.calculator-result .button{margin-top:22px}.calculator-placeholder{display:grid;place-items:center;align-content:center;min-height:330px;color:var(--muted);text-align:center}.calculator-placeholder svg{color:#2563eb}.calculator-placeholder h3{margin:17px 0 7px;color:var(--ink);font-size:19px}.calculator-placeholder p{margin:0;font-size:12px}.legal-card{max-width:850px;margin-block:30px 80px;color:#475569;font-size:14px;line-height:1.8}.legal-card h2,.legal-card h3{color:var(--ink)}.legal-card h2{font-size:25px}.legal-card h3{margin-top:30px;font-size:17px}.auth-shell-page{display:grid;grid-template-columns:1.08fr .92fr;min-height:100vh;background:#f4f7fb}.auth-presentation{position:relative;isolation:isolate;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:45px 8vw 50px;color:#fff;background:linear-gradient(145deg,#06142c,#0b4f82 56%,#0ea5c6)}.auth-logo,.mobile-auth-brand{display:inline-flex;align-items:center;gap:10px;width:max-content}.auth-logo strong,.mobile-auth-brand strong{color:#fff;font-size:19px}.auth-logo-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;color:#0b3c91;background:#fff;font-size:13px;font-weight:950}.auth-presentation-copy{position:relative;z-index:2;max-width:680px;margin-block:auto;padding-block:50px}.auth-presentation .eyebrow{color:#a5f3fc}.auth-presentation h1{max-width:720px;margin:14px 0 15px;color:#fff;font-size:clamp(40px,5vw,70px);line-height:.96;font-weight:950}.auth-presentation-copy>p{max-width:580px;color:#ffffffb3;font-size:14px;line-height:1.75}.auth-feature-list{display:grid;gap:10px;margin-top:25px}.auth-feature-list span{display:inline-flex;align-items:center;gap:9px;color:#ffffffc2;font-size:11px;font-weight:750}.auth-feature-list svg{color:#67e8f9}.auth-orbit{position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.auth-orbit.orbit-one{right:-170px;top:16%;width:500px;height:500px}.auth-orbit.orbit-two{right:-60px;top:27%;width:280px;height:280px;border-color:#a5f3fc38}.auth-form-panel{display:grid;place-items:center;padding:40px;background:#f8fafc}.auth-card{width:min(470px,100%);padding:35px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 25px 65px #0f172a17}.auth-card h2{margin:11px 0 8px;font-size:30px}.auth-subtitle{margin:0 0 22px;color:var(--muted);font-size:12px;line-height:1.65}.auth-tabs{display:flex;gap:4px;margin-bottom:16px;padding:4px;border-radius:13px;background:#f1f5f9}.auth-tabs button{flex:1;padding:9px 4px;border:0;border-radius:10px;color:var(--muted);background:transparent;font-size:10px;font-weight:850}.auth-tabs button.active{color:#0f172a;background:#fff;box-shadow:0 4px 9px #0f172a0f}.auth-form{display:grid;gap:2px}.auth-form .button{margin-top:18px}.auth-switch{margin-top:18px;color:var(--muted);font-size:11px;text-align:center}.auth-switch a{color:#2563eb;font-weight:850}.auth-foot{display:flex;gap:7px;margin-top:24px;padding-top:15px;border-top:1px solid #eef2f7;color:var(--faint);font-size:10px;line-height:1.5}.auth-foot svg{flex:0 0 auto;color:#2563eb}.mobile-auth-brand{display:none}.dashboard-app{display:flex;min-height:100vh;background:#eef3f8}.dashboard-sidebar{position:sticky;top:0;z-index:40;display:flex;flex-direction:column;width:260px;height:100vh;flex:0 0 260px;padding:18px 14px;color:#fff;background:linear-gradient(180deg,#053b73,#075b9a 52%,#0ea5c6);box-shadow:15px 0 35px #053b731a}.sidebar-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.sidebar-brand{display:flex;align-items:center;gap:9px;min-width:0}.sidebar-logo{display:grid;place-items:center;width:46px;height:46px;overflow:hidden;flex:0 0 auto;border:1px solid #dbeafe;border-radius:14px;background:#fff}.sidebar-logo img{width:100%;height:100%;padding:5px;object-fit:contain}.sidebar-brand strong,.sidebar-brand small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-brand strong{color:#fff;font-size:13px;font-weight:900;text-transform:uppercase}.sidebar-brand small{margin-top:3px;color:#cffafea1;font-size:9px}.sidebar-user{position:relative;display:flex;align-items:center;gap:9px;margin-top:22px;padding:11px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#ffffff1a}.sidebar-user strong,.sidebar-user small{display:block;max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user strong{font-size:11px}.sidebar-user small{margin-top:3px;color:#cffafea6;font-size:9px}.sidebar-user i{position:absolute;right:11px;bottom:10px;width:7px;height:7px;border:2px solid #fff;border-radius:50%;background:#10b981}.avatar{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:50%;color:#fff;background:#ffffff2e;font-size:13px;font-weight:900}.avatar.small{width:28px;height:28px;font-size:10px}.sidebar-section-label{margin:26px 8px 9px;color:#cffafe80;font-size:9px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.sidebar-nav{display:grid;gap:4px}.sidebar-nav a{position:relative;display:flex;align-items:center;gap:10px;padding:10px 9px;border-radius:12px;color:#ffffffb8;font-size:11px;font-weight:750;transition:.2s ease}.sidebar-nav a:hover,.sidebar-nav a.active{color:#fff;background:#ffffff21}.sidebar-nav a b{position:absolute;right:9px;width:5px;height:5px;border-radius:50%;background:#a5f3fc}.nav-icon{display:grid;place-items:center;width:29px;height:29px;border-radius:9px;background:#ffffff14}.sidebar-nav a.active .nav-icon{color:#075b9a;background:#fff}.sidebar-note{display:flex;gap:9px;margin-top:auto;padding:12px;border:1px solid rgba(253,230,138,.23);border-radius:15px;color:#fffbeb;background:#fef3c714}.sidebar-note svg{flex:0 0 auto;color:#fde68a}.sidebar-note strong,.sidebar-note span{display:block}.sidebar-note strong{font-size:10px}.sidebar-note span{margin-top:4px;color:#fffbeba3;font-size:9px;line-height:1.45}.sidebar-logout{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:10px 9px;border:0;color:#ffffffa6;background:transparent;font-size:11px;font-weight:800;text-align:left}.sidebar-logout:hover{color:#fff}.dashboard-main{display:flex;min-width:0;flex:1;flex-direction:column}.dashboard-header{position:sticky;top:0;z-index:25;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:67px;padding:10px 30px;color:#fff;background:linear-gradient(100deg,#053b73,#075b9a 52%,#0ea5c6);box-shadow:0 10px 26px #053b7329}.header-left,.header-actions{display:flex;align-items:center;gap:12px}.breadcrumb{display:flex;gap:7px;color:#cffafe9e;font-size:9px;font-weight:750}.breadcrumb i{color:#ffffff5c}.dashboard-header h1{margin:4px 0 0;color:#fff;font-size:16px;font-weight:850}.notification-wrap{position:relative}.notification-button{position:relative;display:grid;place-items:center;width:39px;height:39px;border:1px solid rgba(255,255,255,.14);border-radius:12px;color:#fff;background:#ffffff1a}.notification-button em{position:absolute;top:-7px;right:-7px;min-width:18px;padding:2px 4px;border:2px solid #075b9a;border-radius:99px;color:#fff;background:#f43f5e;font-size:8px;font-style:normal;font-weight:900}.profile-chip{display:inline-flex;align-items:center;gap:7px;color:#ffffffd6;font-size:10px;font-weight:800}.profile-chip svg{color:#ffffff8c}.notification-panel{position:absolute;top:calc(100% + 12px);right:0;z-index:50;width:370px;overflow:hidden;border:1px solid var(--line);border-radius:20px;color:var(--ink);background:#fff;box-shadow:0 25px 70px #0f172a33}.notification-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px;color:#fff;background:linear-gradient(110deg,#06142c,#0b4f82,#0ea5c6)}.notification-panel-head small,.notification-panel-head strong{display:block}.notification-panel-head small{color:#a5f3fc;font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.notification-panel-head strong{margin-top:5px;font-size:13px}.notification-panel-head button{padding:0;border:0;color:#a5f3fc;background:none;font-size:10px;font-weight:800}.notification-list{max-height:400px;overflow-y:auto}.notification-item{display:flex;align-items:flex-start;gap:9px;width:100%;padding:13px 15px;border:0;border-bottom:1px solid #f1f5f9;color:var(--ink);background:#fff;text-align:left}.notification-item:hover,.notification-item.unread{background:#f8fbff}.notification-item>span:last-child{display:block;min-width:0}.notification-item strong,.notification-item small,.notification-item i{display:block}.notification-item strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.notification-item small{margin-top:4px;overflow:hidden;color:var(--muted);font-size:10px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.notification-item i{margin-top:5px;color:var(--faint);font-size:9px;font-style:normal}.notification-dot{display:inline-block;width:8px;height:8px;flex:0 0 auto;margin-top:5px;border-radius:50%;background:#94a3b8}.notification-dot.success{background:#10b981;box-shadow:0 0 0 4px #10b9811f}.notification-dot.warning,.notification-dot.amber{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b1f}.notification-dot.danger,.notification-dot.critical{background:#f43f5e;box-shadow:0 0 0 4px #f43f5e1f}.notification-dot.info{background:#0ea5e9;box-shadow:0 0 0 4px #0ea5e91f}.notification-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 15px;color:#2563eb;font-size:10px;font-weight:850}.empty-panel{padding:35px;color:var(--muted);text-align:center;font-size:11px}.dashboard-content{min-width:0;flex:1;padding:28px 30px 45px}.workspace-page{width:min(1560px,100%);margin-inline:auto}.page-intro{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.page-intro h2{margin:8px 0 7px;font-size:clamp(26px,3vw,41px);line-height:1;font-weight:950}.page-intro p{max-width:650px;margin:0;color:var(--muted);font-size:12px;line-height:1.65}.page-intro-actions{display:flex;flex-wrap:wrap;gap:8px}.stats-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:11px;margin-bottom:18px}.stat-card{position:relative;overflow:hidden;min-height:128px;padding:15px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-soft)}.stat-card:after{position:absolute;right:-32px;bottom:-42px;width:100px;height:100px;content:"";border-radius:50%;background:#eef2ff}.stat-card.tone-cyan:after{background:#ecfeff}.stat-card.tone-emerald:after{background:#ecfdf5}.stat-card.tone-amber:after{background:#fffbeb}.stat-card.tone-violet:after{background:#f5f3ff}.stat-card.tone-slate:after{background:#f1f5f9}.stat-card-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:7px}.stat-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:#4f46e5;background:#eef2ff}.tone-cyan .stat-icon{color:#0891b2;background:#ecfeff}.tone-emerald .stat-icon{color:#059669;background:#ecfdf5}.tone-amber .stat-icon{color:#d97706;background:#fffbeb}.tone-violet .stat-icon{color:#7c3aed;background:#f5f3ff}.tone-slate .stat-icon{color:#334155;background:#f1f5f9}.stat-label{color:var(--muted);font-size:9px;font-weight:900;letter-spacing:.08em;text-align:right;text-transform:uppercase}.stat-card>strong{position:relative;z-index:1;display:block;margin-top:18px;overflow-wrap:anywhere;font-size:24px;font-weight:950}.stat-card>small{position:relative;z-index:1;display:block;margin-top:8px;color:var(--faint);font-size:9px}.workspace-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;margin-bottom:16px}.workspace-grid.lower{grid-template-columns:1.1fr .9fr}.panel{min-width:0;padding:20px;border:1px solid var(--line);border-radius:21px;background:#fff;box-shadow:var(--shadow-soft)}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.panel-heading h3{margin:7px 0 0;font-size:17px}.gradient-panel{color:#fff;background:radial-gradient(circle at 90% 5%,rgba(103,232,249,.25),transparent 32%),linear-gradient(145deg,#06142c,#0b4f82 65%,#0ea5c6)}.gradient-panel .eyebrow{color:#a5f3fc}.gradient-panel h3{max-width:440px;margin:10px 0 9px;color:#fff;font-size:24px;line-height:1.05}.gradient-panel>p{max-width:450px;color:#ffffffad;font-size:11px;line-height:1.65}.mini-action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px}.mini-action-grid a,.mini-action-grid>span{display:flex;align-items:center;justify-content:center;gap:6px;min-height:39px;border:1px solid rgba(255,255,255,.14);border-radius:12px;color:#ffffffd6;background:#ffffff14;font-size:10px;font-weight:800}.mini-action-grid svg{color:#a5f3fc}.bar-summary{display:grid;gap:15px;padding-top:3px}.bar-row{display:grid;grid-template-columns:130px 1fr 28px;align-items:center;gap:10px;color:var(--muted);font-size:10px;font-weight:800}.bar-row>div{height:9px;overflow:hidden;border-radius:99px;background:#edf2f7}.bar-row i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#2563eb,#0ea5c6)}.bar-row strong{color:var(--ink);font-size:11px;text-align:right}.order-list{display:grid}.order-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #edf2f7}.order-row:last-child{border-bottom:0}.order-main{min-width:0;flex:1}.order-main span,.order-main strong,.order-main small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-number{color:#2563eb;font-size:9px;font-weight:900;letter-spacing:.08em}.order-main strong{margin-top:5px;font-size:12px}.order-main small{margin-top:4px;color:var(--muted);font-size:10px}.order-side{display:flex;flex-direction:column;align-items:end;gap:7px}.order-side>strong{font-size:12px}.row-chevron{color:var(--faint)}.status-badge{display:inline-flex;align-items:center;gap:5px;width:max-content;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:850;white-space:nowrap}.status-badge i{width:5px;height:5px;border-radius:50%;background:currentColor}.status-badge.success{color:#047857;background:#d1fae5}.status-badge.warning{color:#b45309;background:#fef3c7}.status-badge.danger{color:#be123c;background:#ffe4e6}.status-badge.neutral{color:#475569;background:#e2e8f0}.activity-list{display:grid}.activity-item{display:flex;gap:10px;padding:13px 0;border-bottom:1px solid #edf2f7}.activity-item:last-child{border-bottom:0}.activity-item strong,.activity-item p,.activity-item small{display:block}.activity-item strong{font-size:11px}.activity-item p{margin:4px 0;color:var(--muted);font-size:10px;line-height:1.4}.activity-item small{color:var(--faint);font-size:9px}.empty-state{display:grid;place-items:center;padding:34px 17px;color:var(--muted);text-align:center}.empty-state.large{min-height:300px}.empty-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:17px;color:#2563eb;background:#dbeafe}.empty-state h3{margin:14px 0 6px;color:var(--ink);font-size:15px}.empty-state p{max-width:340px;margin:0 0 16px;font-size:11px;line-height:1.6}.filter-panel{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px;padding:13px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-soft)}.orders-table-card,.notification-center-card{overflow:hidden;border:1px solid var(--line);border-radius:21px;background:#fff;box-shadow:var(--shadow-soft)}.table-scroll{width:100%;overflow-x:auto}.data-table{width:100%;border-collapse:collapse;min-width:670px}.data-table th,.data-table td{padding:14px 16px;border-bottom:1px solid #edf2f7;color:var(--muted);font-size:11px;text-align:left;vertical-align:middle}.data-table th{color:#94a3b8;background:#fbfdff;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.data-table tbody tr:hover{background:#fbfdff}.data-table td strong,.data-table td small,.data-table td>div>strong,.data-table td>div>small{display:block}.data-table td strong{color:var(--ink);font-size:11px}.data-table td small{margin-top:4px;color:var(--faint);font-size:9px}.table-primary{color:#2563eb;font-weight:900}.table-person{display:flex;align-items:center;gap:9px}.role-pill,.live-pill{display:inline-flex;align-items:center;gap:5px;width:max-content;padding:6px 8px;border-radius:999px;color:#1d4ed8;background:#dbeafe;font-size:9px;font-weight:850}.live-pill{color:#047857;background:#d1fae5}.live-pill i{width:5px;height:5px;border-radius:50%;background:#10b981}.detail-back-row{display:flex;align-items:center;gap:14px;margin-bottom:14px;color:var(--muted);font-size:11px;font-weight:750}.back-button{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;color:#2563eb;background:transparent;font-size:11px;font-weight:850}.order-detail-hero{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:17px;padding:27px;border-radius:24px;color:#fff;background:radial-gradient(circle at 95% 5%,rgba(103,232,249,.28),transparent 28%),linear-gradient(120deg,#06142c,#0b4f82 64%,#0ea5c6);box-shadow:0 20px 45px #08284d29}.order-detail-hero .eyebrow{color:#a5f3fc}.order-detail-hero h2{margin:10px 0 7px;color:#fff;font-size:28px}.order-detail-hero p{margin:0;color:#ffffffa6;font-size:11px}.order-hero-side{display:flex;flex-direction:column;align-items:end;gap:10px}.order-hero-side>strong{color:#fff;font-size:24px}.order-detail-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:17px;align-items:start}.workflow-line{display:flex;align-items:center;margin-top:27px}.workflow-line>div{display:flex;flex-direction:column;align-items:center;gap:7px;min-width:72px;color:var(--faint);font-size:9px;font-weight:800;text-align:center}.workflow-line>div span{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--line);border-radius:50%;color:var(--faint);background:#fff;font-size:10px}.workflow-line>div.done{color:#047857}.workflow-line>div.done span{border-color:#86efac;color:#fff;background:#10b981}.workflow-line>i{height:1px;flex:1;background:#e2e8f0}.inline-actions{display:flex;align-items:center;gap:7px}.compact-input{width:145px!important;height:34px!important}.document-list,.payment-list{display:grid}.document-row,.payment-row{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #edf2f7}.document-row:last-child,.payment-row:last-child{border-bottom:0}.document-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:11px;color:#2563eb;background:#dbeafe}.document-row>div,.payment-row>span{min-width:0;flex:1}.document-row strong,.document-row small,.payment-row strong,.payment-row small{display:block}.document-row strong,.payment-row strong{font-size:11px}.document-row small,.payment-row small{margin-top:4px;overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.upload-button{position:relative;overflow:hidden;cursor:pointer}.upload-button input{position:absolute;inset:0;cursor:pointer;opacity:0}.side-summary{display:grid;gap:11px}.side-summary h3{margin:3px 0 0;font-size:17px}.side-summary p{margin:0;color:var(--muted);font-size:11px}.side-summary .summary-line{color:var(--muted);border-color:#edf2f7}.side-summary .summary-line strong{color:var(--ink)}.side-summary .summary-line.total{margin-top:4px;padding-top:15px;color:var(--ink)}.side-summary .summary-line.total strong{font-size:18px}.admin-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.admin-service-card{display:flex;flex-direction:column;padding:18px;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:var(--shadow-soft)}.admin-service-card h3{margin:14px 0 7px;font-size:15px}.admin-service-card p{min-height:34px;margin:0;color:var(--muted);font-size:10px;line-height:1.5}.admin-service-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.admin-service-bottom strong{color:#0b3c91;font-size:16px}.report-stats{grid-template-columns:repeat(4,1fr)}.rank-list{display:grid;gap:9px}.rank-list>div{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid #edf2f7}.rank-list b{color:#2563eb;font-size:10px}.rank-list span{overflow:hidden;font-size:10px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.rank-list strong{font-size:11px}.notification-center-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid #edf2f7;color:var(--muted);font-size:11px}.notification-center-head strong{color:#2563eb}.center-notification{display:flex;gap:12px;padding:18px 20px;border-bottom:1px solid #edf2f7}.center-notification.unread{background:#f8fbff}.center-notification strong,.center-notification p,.center-notification small{display:block}.center-notification strong{font-size:12px}.center-notification p{margin:5px 0;color:var(--muted);font-size:11px}.center-notification small{color:var(--faint);font-size:9px}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.setting-card{display:grid;gap:9px;padding:15px;border:1px solid var(--line);border-radius:17px;background:#fff}.setting-card label{color:#64748b;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.setting-card textarea{width:100%;padding:10px;border:1px solid #dbe4ee;border-radius:11px;outline:none;resize:vertical;color:var(--ink);font-size:11px}.modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#06142c99;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-card{display:grid;gap:2px;width:min(600px,100%);max-height:90vh;overflow:auto;padding:23px;border-radius:22px;background:#fff;box-shadow:0 35px 80px #00000038}.profile-hero{display:flex;align-items:center;gap:16px;margin-bottom:17px;padding:28px;border-radius:24px;color:#fff;background:linear-gradient(120deg,#06142c,#0b4f82 67%,#0ea5c6)}.profile-large-avatar{display:grid;place-items:center;width:70px;height:70px;border:5px solid rgba(255,255,255,.2);border-radius:50%;color:#0b3c91;background:#fff;font-size:27px;font-weight:950}.profile-hero .eyebrow{color:#a5f3fc}.profile-hero h2{margin:8px 0 5px;color:#fff;font-size:27px}.profile-hero p{margin:0;color:#ffffffa8;font-size:11px}.profile-grid{display:grid;grid-template-columns:1fr .9fr;gap:16px}.profile-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.profile-fields small,.profile-fields strong{display:block}.profile-fields small{color:var(--faint);font-size:9px;font-weight:850;text-transform:uppercase}.profile-fields strong{margin-top:5px;font-size:12px}.support-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:16px;min-height:600px}.support-list{padding:0;overflow:hidden}.support-list .panel-heading{padding:18px 18px 9px;margin:0}.support-list .panel-heading h3{margin:0}.conversation-row{display:flex;align-items:flex-start;gap:9px;width:100%;padding:14px 17px;border:0;border-top:1px solid #edf2f7;color:var(--ink);background:#fff;text-align:left}.conversation-row:hover,.conversation-row.active{background:#f8fbff}.conversation-avatar{display:grid;place-items:center;width:33px;height:33px;flex:0 0 auto;border-radius:12px;color:#1d4ed8;background:#dbeafe;font-size:12px;font-weight:900}.conversation-row>span:last-child{min-width:0}.conversation-row strong,.conversation-row small,.conversation-row i{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-row strong{font-size:11px}.conversation-row small{margin-top:4px;color:var(--muted);font-size:10px}.conversation-row i{margin-top:5px;color:var(--faint);font-size:9px;font-style:normal}.conversation-panel{display:flex;flex-direction:column;min-height:600px;padding:0;overflow:hidden}.conversation-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #edf2f7}.conversation-header h3{margin:7px 0 0;font-size:17px}.message-stream{display:flex;flex:1;flex-direction:column;gap:12px;overflow-y:auto;padding:20px;background:#f8fbff}.chat-bubble{align-self:flex-start;max-width:75%;padding:11px 13px;border:1px solid #dbeafe;border-radius:15px 15px 15px 4px;background:#fff}.chat-bubble.mine{align-self:flex-end;border-color:#bfdbfe;border-radius:15px 15px 4px;background:#eff6ff}.chat-bubble span,.chat-bubble p,.chat-bubble small{display:block}.chat-bubble span{color:#2563eb;font-size:9px;font-weight:900}.chat-bubble p{margin:5px 0;color:#334155;font-size:11px;line-height:1.55}.chat-bubble small{color:var(--faint);font-size:8px}.message-compose{display:flex;gap:8px;padding:13px;border-top:1px solid #edf2f7;background:#fff}.message-compose input{height:41px}.message-compose .button{width:43px;padding:0;flex:0 0 auto}.new-support{display:grid;place-items:center;align-content:center;min-height:100%;padding:30px;color:var(--muted);text-align:center}.new-support>svg{color:#2563eb}.new-support h3{margin:15px 0 7px;color:var(--ink);font-size:18px}.new-support>p{max-width:340px;font-size:11px;line-height:1.6}.new-support form{width:min(500px,100%);margin-top:15px;text-align:left}.service-detail-actions{align-items:center}.service-detail-actions .button{min-height:39px;padding-inline:13px;font-size:11px}.detail-call{color:#dbeafe;border-color:#bfdbfe59;background:#2563eb38}.detail-call:hover{color:#fff;background:#2563eb66}.detail-whatsapp{color:#bbf7d0;border-color:#bbf7d059;background:#16653440}.detail-whatsapp:hover{color:#fff;background:#16653473}.service-application-page{min-height:calc(100vh - 95px);padding:31px 0 70px;background:linear-gradient(145deg,#f8f7f4,#f1f4fb 58%,#eef6fb)}.application-back-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px;color:var(--faint);font-size:10px;font-weight:800}.application-back-row a{display:inline-flex;align-items:center;gap:5px;color:#2563eb}.application-login-note{display:flex;align-items:center;gap:8px;margin-bottom:14px;padding:10px 13px;border:1px solid #bfdbfe;border-radius:12px;color:#1e40af;background:#eff6ff;font-size:10px;line-height:1.45}.application-login-note svg{flex:0 0 auto}.application-login-note button{padding:0;border:0;color:#1d4ed8;background:transparent;font-weight:900;text-decoration:underline}.application-layout{display:grid;grid-template-columns:minmax(285px,.73fr) minmax(500px,1.27fr);gap:17px;align-items:start;width:min(1050px,100%);margin-inline:auto}.application-summary-card,.application-form-card{border-radius:19px;background:#fff;box-shadow:0 18px 45px #0f172a14}.application-summary-card{position:sticky;top:110px;padding:20px 17px;border:1px solid #edf0f5}.application-summary-card h2{margin:10px 0 6px;font-size:16px;line-height:1.2}.application-summary-intro{margin:0;color:var(--muted);font-size:9px;line-height:1.55}.application-summary-values{display:grid;gap:6px;margin-top:17px}.application-summary-values>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 9px;border:1px solid #dbe4ee;border-radius:10px;color:#475569;background:#fbfdff;font-size:9px}.application-summary-values strong{color:#1d4ed8;font-size:9px}.application-summary-section{margin-top:17px;padding:12px 9px 9px;border:1px solid #dbeafe;border-radius:13px;background:#f8fbff}.application-summary-section>strong{display:block;font-size:10px}.application-summary-section>small{display:block;margin-top:4px;color:var(--muted);font-size:8px;line-height:1.45}.application-requirements{display:grid;gap:6px;margin-top:10px}.application-requirement{display:flex;align-items:flex-start;gap:7px;padding:8px 7px;border:1px solid #dbe4ee;border-radius:10px;background:#fff}.application-requirement.attached{border-color:#86efac;background:#f0fdf4}.application-requirement-icon{display:grid;place-items:center;width:19px;height:19px;flex:0 0 auto;border-radius:50%;color:#2563eb;background:#dbeafe}.application-requirement>span:last-child{min-width:0}.application-requirement strong,.application-requirement small,.application-requirement em{display:block}.application-requirement strong{overflow:hidden;font-size:8px;line-height:1.35;text-overflow:ellipsis}.application-requirement small{margin-top:2px;overflow:hidden;color:var(--muted);font-size:7px;line-height:1.35;text-overflow:ellipsis}.application-requirement em{margin-top:4px;color:#94a3b8;font-size:6px;font-style:normal;font-weight:900;letter-spacing:.08em}.application-requirement.attached em{color:#15803d}.application-form-card{padding:18px;border:1px solid #9bbcff}.application-form-head{padding:1px 1px 14px}.application-step{display:inline-flex;padding:4px 7px;border:1px solid #fdba74;border-radius:999px;color:#c2410c;background:#fff7ed;font-size:7px;font-weight:950;letter-spacing:.12em}.application-form-head h1{margin:9px 0 6px;font-size:17px;line-height:1.15}.application-form-head p{max-width:560px;margin:0;color:var(--muted);font-size:9px;line-height:1.55}.application-form-card .form-message{margin:0 0 12px;padding:9px 11px;font-size:10px}.application-section{margin-top:11px;padding:10px;border:1px solid #dbe4ee;border-radius:13px;background:#fff}.application-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:7px}.application-section-heading>span,.application-label{color:#1e293b;font-size:8px;font-weight:900}.application-section-heading small{color:var(--muted);font-size:7px;font-weight:600;text-align:right}.application-label{display:grid;gap:5px;min-width:0}.application-control{width:100%;min-height:31px;padding:0 9px;border:1px solid #dbe4ee;border-radius:8px;outline:0;color:var(--ink);background:#fff;font-size:9px}.application-control:focus{border-color:#6d8fe4;box-shadow:0 0 0 3px #3b82f61a}.application-textarea{min-height:55px;padding-block:8px;resize:vertical}.application-payment-note{display:grid;gap:3px;margin-top:7px;padding:8px 9px;border:1px solid #fcd34d;border-radius:10px;color:#92400e;background:#fffbeb;font-size:7px;line-height:1.4}.application-payment-note strong{font-size:7px}.application-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.application-upload-row{display:grid;grid-template-columns:1.2fr 1fr;align-items:end;gap:8px}.application-file-picker{position:relative;display:flex;align-items:center;min-height:31px;overflow:hidden;padding:0 8px;border:1px solid #dbe4ee;border-radius:8px;color:#64748b;background:#fff;font-size:8px;font-weight:700}.application-file-picker>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.application-file-picker input{position:absolute;inset:0;width:100%;height:100%;cursor:pointer;opacity:0}.application-documents-box{margin-top:9px;padding:8px;border:1px dashed #b9c8dc;border-radius:10px;background:#fbfdff}.application-documents-title{display:block;color:#64748b;font-size:7px;font-weight:950;letter-spacing:.08em}.application-no-documents{margin-top:7px;padding:10px;border:1px solid #dbe4ee;border-radius:8px;color:var(--faint);font-size:8px;text-align:center}.application-added-list{display:grid;gap:5px;margin-top:7px}.application-added-document{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 7px;border:1px solid #bbf7d0;border-radius:8px;background:#f0fdf4}.application-added-document>span{display:grid;grid-template-columns:15px minmax(0,1fr);column-gap:5px;align-items:center;min-width:0}.application-added-document svg{grid-row:span 2;color:#15803d}.application-added-document strong,.application-added-document small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.application-added-document strong{font-size:8px}.application-added-document small{margin-top:2px;color:#64748b;font-size:7px}.application-added-document button{display:grid;place-items:center;width:23px;height:23px;flex:0 0 auto;padding:0;border:0;border-radius:7px;color:#be123c;background:#ffe4e6}.application-submit-button{min-height:35px;margin-top:13px;border-radius:10px;font-size:9px}.application-submit-button:disabled{cursor:wait;opacity:.75}.application-submit-button .spinner{width:12px;height:12px;margin-right:0;border-width:2px;vertical-align:0}.application-footnote{display:block;margin-top:8px;color:var(--faint);font-size:7px;line-height:1.45;text-align:center}.coupon-form{display:grid;gap:6px;margin-top:16px;padding-top:14px;border-top:1px solid #edf2f7}.coupon-form label{color:#475569;font-size:10px;font-weight:850}.coupon-form>div{display:flex;gap:6px}.coupon-form input{min-width:0;width:100%;height:34px;padding:0 9px;border:1px solid #dbe4ee;border-radius:9px;outline:0;color:var(--ink);font-size:10px}.coupon-form button{flex:0 0 auto}.coupon-form small{color:var(--faint);font-size:8px}.applied-coupon{display:flex;align-items:center;gap:6px;margin:8px 0 2px;padding:7px 8px;border-radius:9px;color:#047857;background:#ecfdf5;font-size:9px;font-weight:850}.payment-submission-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid #dbe4ee;border-radius:12px;background:#fbfdff}.payment-submission-summary small,.payment-submission-summary strong{display:block}.payment-submission-summary small{color:var(--muted);font-size:9px}.payment-submission-summary strong{margin-top:4px;font-size:12px}.payment-review-actions{justify-content:flex-end;margin-top:12px}.payment-page{min-height:calc(100vh - 95px);padding:30px 0 70px;background:linear-gradient(145deg,#f8f7f4,#f1f5ff 65%,#eef8fb)}.payment-page-inner{width:min(1100px,calc(100% - 40px))}.payment-page-heading{display:flex;align-items:end;justify-content:space-between;gap:22px;margin:20px 0;padding:25px 28px;border-radius:23px;color:#fff;background:linear-gradient(120deg,#06142c,#0b4f82 64%,#0ea5c6);box-shadow:0 20px 45px #08284d29}.payment-page-heading .eyebrow{color:#a5f3fc}.payment-page-heading h1{margin:9px 0 8px;color:#fff;font-size:clamp(27px,4vw,43px);line-height:1}.payment-page-heading p{max-width:650px;margin:0;color:#ffffffb3;font-size:12px;line-height:1.6}.payment-amount-badge{display:grid;gap:5px;min-width:150px;padding:14px 17px;border:1px solid rgba(255,255,255,.2);border-radius:15px;background:#ffffff1a;text-align:right}.payment-amount-badge small{color:#ffffffa6;font-size:9px}.payment-amount-badge strong{color:#fff;font-size:25px}.payment-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:17px;align-items:start}.payment-method-card,.payment-proof-card,.payment-complete-card{padding:22px;border:1px solid var(--line);border-radius:21px;background:#fff;box-shadow:var(--shadow-soft)}.payment-card-heading{display:flex;align-items:start;justify-content:space-between;gap:15px}.payment-card-heading h2,.payment-card-heading h3{margin:7px 0 0;font-size:20px}.payment-card-heading h3{font-size:15px}.payment-status-pill,.payment-proof-required{display:inline-flex;padding:6px 9px;border-radius:999px;color:#b45309;background:#fef3c7;font-size:8px;font-weight:900;text-transform:uppercase}.payment-proof-required{color:#1d4ed8;background:#dbeafe}.payment-qr-layout{display:grid;grid-template-columns:185px 1fr;gap:20px;align-items:center;margin-top:22px;padding:16px;border:1px solid #dbeafe;border-radius:17px;background:#f8fbff}.payment-qr-box{display:grid;place-items:center;width:185px;height:185px;padding:10px;border:1px solid #dbe4ee;border-radius:13px;background:#fff}.payment-qr-box img{width:100%;height:100%;object-fit:contain}.payment-qr-empty{display:grid;place-items:center;gap:8px;color:var(--faint);font-size:9px;line-height:1.4;text-align:center}.payment-upi-copy{display:grid;justify-items:start;gap:9px}.payment-small-title{color:#64748b;font-size:9px;font-weight:900;letter-spacing:.12em}.payment-upi-copy strong{color:#0b3c91;font-size:18px;word-break:break-all}.payment-bank-card{margin-top:17px;padding:16px;border:1px solid #dbe4ee;border-radius:16px}.payment-bank-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.payment-bank-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin-top:15px}.payment-bank-grid>div{position:relative;min-width:0;padding:9px;border-radius:10px;background:#f8fafc}.payment-bank-grid small,.payment-bank-grid strong{display:block}.payment-bank-grid small{color:var(--muted);font-size:8px}.payment-bank-grid strong{margin-top:4px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.payment-bank-grid button{position:absolute;top:7px;right:7px;padding:0;border:0;color:#2563eb;background:transparent;font-size:8px;font-weight:900}.payment-instructions{margin:13px 0 0;padding-top:12px;border-top:1px solid #edf2f7;color:var(--muted);font-size:10px;line-height:1.6;white-space:pre-wrap}.payment-proof-card>p{margin:14px 0 18px;color:var(--muted);font-size:11px;line-height:1.65}.payment-proof-card label{display:grid;gap:7px;margin-top:15px;color:#475569;font-size:10px;font-weight:850}.payment-proof-card input:not([type=file]){width:100%;height:43px;padding:0 12px;border:1px solid #dbe4ee;border-radius:11px;outline:0;font-size:11px}.payment-file-picker{position:relative;display:flex;align-items:center;gap:8px;min-height:45px;overflow:hidden;padding:0 12px;border:1px dashed #9bbcff;border-radius:11px;color:#2563eb;background:#f8fbff;font-size:10px}.payment-file-picker span{overflow:hidden;color:#475569;text-overflow:ellipsis;white-space:nowrap}.payment-file-picker input{position:absolute;inset:0;width:100%;height:100%;cursor:pointer;opacity:0}.payment-proof-card .button{margin-top:20px}.payment-complete-card{display:grid;justify-items:center;padding:55px 25px;text-align:center}.payment-complete-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;color:#047857;background:#d1fae5}.payment-complete-card h2{margin:17px 0 7px;font-size:22px}.payment-complete-card p{margin:0 0 18px;color:var(--muted);font-size:11px}.payment-admin-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:17px;align-items:start}.payment-admin-form{display:grid;gap:12px}.payment-admin-grid,.payment-admin-form{min-width:0}.payment-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.payment-admin-field{display:grid;gap:6px;min-width:0;color:#475569;font-size:9px;font-weight:850}.payment-admin-wide{grid-column:1 / -1}.payment-admin-field input,.payment-admin-field select,.payment-admin-field textarea{width:100%;min-height:37px;padding:0 10px;border:1px solid #dbe4ee;border-radius:10px;outline:0;color:var(--ink);background:#fff;font-size:10px}.payment-admin-field textarea{padding-block:9px;resize:vertical}.payment-admin-qr-row{display:flex;align-items:center;gap:13px;padding-top:4px}.payment-admin-qr,.payment-admin-qr-empty{display:grid;place-items:center;width:100px;height:100px;padding:7px;border:1px solid #dbe4ee;border-radius:11px;color:var(--faint);background:#f8fafc;font-size:8px;text-align:center}.payment-admin-qr{object-fit:contain;background:#fff}.admin-coupon-list{display:grid;gap:7px;margin-top:20px}.admin-coupon-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;border:1px solid #edf2f7;border-radius:11px;background:#fbfdff}.admin-coupon-row strong,.admin-coupon-row small{display:block}.admin-coupon-row strong{color:#0b3c91;font-size:11px}.admin-coupon-row small{margin-top:4px;color:var(--muted);font-size:8px}.mobile-bottom-nav{display:none}@media(max-width:1180px){.service-grid.wide,.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card{min-height:115px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:960px){.container-wide{width:min(100% - 28px,760px)}.mobile-only{display:inline-flex!important}.public-nav{flex-wrap:wrap}.public-nav-links{display:none;order:5;width:100%;flex-direction:column;align-items:stretch;padding-top:8px}.public-nav-links.open{display:flex}.public-nav-link{justify-content:space-between;width:100%;border-radius:12px}.nav-dropdown{width:100%}.services-mega-menu{position:static;width:100%;max-height:58vh;margin-top:5px;transform:none;border-radius:18px}.services-menu-head{padding:12px}.services-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:8px}.services-category-item{min-height:62px;padding:7px}.services-category-thumb{width:40px;height:40px;border-radius:11px}.services-category-copy strong{font-size:10px}.services-category-copy small{margin-top:4px;font-size:7px}.services-category-arrow{display:none}.nav-cta{margin-left:auto}.brand-mark-link{min-width:0;flex:1}.hero-copy{width:75%;padding-left:35px}.hero-proof{width:38%;padding-right:25px}.hero-proof-card{padding:18px}.proof-grid{grid-template-columns:1fr}.proof-grid div{flex-direction:row;justify-content:flex-start;text-align:left}.proof-grid small{display:none}.trust-grid{grid-template-columns:1fr repeat(3,auto);gap:12px}.process-section,.detail-hero-grid,.detail-body,.contact-grid,.calculator-layout,.two-column-copy,.profile-grid,.support-layout{grid-template-columns:1fr;gap:25px}.process-visual{min-height:340px;order:2}.process-copy{order:1}.detail-art{min-height:280px}.detail-art img,.detail-art-placeholder{height:280px}.apply-card{position:static}.contact-copy{max-width:650px}.values-grid{grid-template-columns:1fr 1fr}.values-grid>div:first-child{grid-column:span 2}.auth-shell-page{grid-template-columns:1fr}.auth-presentation{display:none}.auth-form-panel{min-height:100vh;padding:30px 18px}.mobile-auth-brand{display:inline-flex;margin-bottom:20px}.mobile-auth-brand strong{color:var(--ink)}.mobile-auth-brand .auth-logo-mark{color:#fff;background:#0b3c91}.dashboard-sidebar{position:fixed;left:-280px;transition:left .25s ease}.dashboard-sidebar.open{left:0}.sidebar-backdrop{position:fixed;inset:0;z-index:35;display:none;background:#0f172a73}.sidebar-backdrop.show{display:block}.dashboard-header{padding-inline:18px}.dashboard-content{padding:22px 18px 80px}.workspace-grid,.workspace-grid.lower,.order-detail-grid{grid-template-columns:1fr}.admin-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-grid{grid-template-columns:1fr}.mobile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:30;display:grid;grid-auto-columns:1fr;grid-auto-flow:column;min-height:60px;padding:6px 6px max(6px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffff2;box-shadow:0 -12px 25px #0f172a14;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--faint);font-size:9px;font-weight:800}.mobile-bottom-nav a.active{color:#2563eb}.notification-panel{position:fixed;top:75px;right:12px;left:12px;width:auto}.profile-chip>span:last-of-type{display:none}}@media(max-width:680px){.container-wide{width:calc(100% - 24px)}.public-header{padding-top:10px}.public-nav{min-height:58px;padding:8px 9px;border-radius:17px}.brand-logo-frame{width:38px;height:38px;border-radius:11px}.brand-mark-link strong{font-size:13px}.brand-mark-link small{font-size:8px}.nav-cta{min-height:36px;padding-inline:10px;font-size:10px}.nav-cta svg{display:none}.hero-slide{min-height:570px;border-radius:22px;background-position:65% center}.hero-copy{width:100%;min-height:570px;padding:37px 22px 54px;justify-content:flex-end}.hero-copy h1{font-size:39px}.hero-copy p{font-size:13px}.hero-proof{display:none}.hero-chips{gap:6px}.hero-chips span{font-size:8px}.trust-grid{grid-template-columns:1fr 1fr;padding-block:15px}.trust-grid>div:first-child{grid-column:span 2}.section{padding-block:51px}.section-heading{display:block}.section-heading .text-link{margin-top:13px}.section-heading h2{font-size:31px}.service-grid,.service-grid.wide{grid-template-columns:1fr}.service-card{min-height:254px}.category-grid{grid-template-columns:1fr 1fr;gap:9px}.category-card{min-height:145px;padding:13px}.category-card strong{font-size:11px}.category-card small{font-size:9px}.process-visual{min-height:310px}.orbit-a{width:190px;height:190px}.orbit-b{width:265px;height:265px}.process-node{transform:scale(.9)}.node-a{left:7px}.node-b{right:4px}.node-c{left:7px}.node-d{right:5px}.testimonial-grid,.faq-grid{grid-template-columns:1fr}.cta-banner{display:block;margin-bottom:45px;padding:29px 22px;border-radius:22px}.cta-banner h2{font-size:31px}.cta-banner .hero-actions{margin-top:20px}.footer-grid{grid-template-columns:1fr 1fr;gap:22px;padding-block:33px}.footer-grid>div:first-child{grid-column:span 2}.footer-bottom{display:block;padding-bottom:77px}.footer-bottom span{display:block;margin-top:4px}.page-banner-content{min-height:250px;padding-block:38px}.page-banner h1{font-size:42px}.detail-hero{padding-block:38px}.detail-hero h1{font-size:43px}.detail-art{min-height:220px}.detail-art img,.detail-art-placeholder{height:220px}.detail-type-grid{grid-template-columns:1fr}.detail-body{padding-top:32px}.form-row{grid-template-columns:1fr;gap:0}.values-grid{grid-template-columns:1fr 1fr}.values-grid>div:first-child{grid-column:span 2}.calculator-result h2{font-size:45px}.auth-card{padding:23px;border-radius:22px}.auth-card h2{font-size:27px}.dashboard-header h1{font-size:14px}.dashboard-content{padding-inline:12px}.page-intro{display:block}.page-intro-actions{margin-top:16px}.stats-grid,.report-stats{grid-template-columns:1fr 1fr;gap:8px}.stat-card{min-height:105px;padding:12px}.stat-label{font-size:8px}.stat-card>strong{margin-top:13px;font-size:19px}.filter-panel{display:block}.filter-panel .filter-pills{margin-top:12px}.order-detail-hero{display:block;padding:21px}.order-hero-side{align-items:start;margin-top:18px}.workflow-line>div{min-width:55px;font-size:8px}.workflow-line>div span{width:25px;height:25px}.panel{padding:15px;border-radius:18px}.admin-service-grid{grid-template-columns:1fr}.profile-hero{padding:20px}.profile-large-avatar{width:57px;height:57px}.profile-hero h2{font-size:22px}.profile-fields{grid-template-columns:1fr}.support-layout{min-height:0}.support-list,.conversation-panel{min-height:450px}.chat-bubble{max-width:88%}.data-table{min-width:620px}}.admin-tabs{margin:0 0 24px;flex-wrap:wrap}.admin-tabs a{color:inherit;text-decoration:none}.simple-record-list{display:grid;gap:10px;margin-top:22px}.simple-record-list>div{display:flex;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid var(--line, #e5eaf1);border-radius:14px;background:var(--surface, #fff)}.simple-record-list span{font-weight:700}.simple-record-list small{color:var(--muted, #64748b);max-width:65%;text-align:right}.text-link{border:0;background:transparent;color:var(--primary, #0b3c91);cursor:pointer;font:inherit;font-size:12px;font-weight:700;padding:0;text-decoration:underline}.danger-text{color:#b42318}.document-row .inline-actions{gap:10px;margin-top:6px}@media(max-width:960px){.application-layout{grid-template-columns:1fr;width:min(760px,100%)}.application-summary-card{position:static}}@media(max-width:680px){.application-back-row{display:block}.application-back-row span{display:block;margin-top:7px}.application-login-note{align-items:flex-start}.application-form-card{padding:13px}.application-section-heading{display:block}.application-section-heading small{display:block;margin-top:4px;text-align:left}.application-fields-grid,.application-upload-row{grid-template-columns:1fr}.application-summary-card{padding:17px 13px}}@media(max-width:960px){.payment-layout,.payment-admin-layout{grid-template-columns:1fr}}@media(max-width:680px){.payment-page-inner{width:calc(100% - 24px)}.payment-page-heading{display:block;padding:20px}.payment-amount-badge{margin-top:16px;text-align:left}.payment-qr-layout{grid-template-columns:1fr}.payment-qr-box{margin-inline:auto}.payment-bank-grid,.payment-admin-grid{grid-template-columns:1fr}.payment-admin-wide{grid-column:auto}.payment-card-heading{display:block}.payment-bank-actions{justify-content:flex-start;margin-top:10px}.payment-status-pill,.payment-proof-required{margin-top:10px}.payment-admin-qr-row{align-items:flex-start;flex-direction:column}}.partner-directory-table .clickable-table-row{cursor:pointer}.partner-directory-table .clickable-table-row:hover,.partner-directory-table .clickable-table-row:focus{outline:0;background:#f8fbff}.partner-directory-table td>div>strong,.partner-directory-table td>div>small{display:block}.partner-directory-table td>div>small{margin-top:4px;color:var(--muted);font-size:9px}.partner-profile-hero{gap:16px}.partner-profile-hero>.status-badge{margin-left:auto}.partner-detail-grid{align-items:start}.profile-fields.single{grid-template-columns:1fr}@media(max-width:680px){.partner-profile-hero{align-items:flex-start;flex-wrap:wrap}.partner-profile-hero>.status-badge{margin-left:0}.partner-directory-table{min-width:760px}}.public-site{background:#fbfdff;color:#0d1420}.public-site main{overflow:hidden}.public-header{background:#fbfdffe6;border-bottom:1px solid rgba(18,35,58,.08);box-shadow:0 8px 30px #2146700a;position:relative;z-index:20}.public-nav{background:transparent;border:0;box-shadow:none;min-height:78px;padding:12px 24px}.brand-mark-link>span:last-child strong,.brand-mark-link>span:last-child small{color:#0d1420}.brand-mark-link>span:last-child small{opacity:.55}.public-nav-link{color:#3e4a59}.public-nav-link:hover,.public-nav-link.active{color:#0d1420}.nav-cta{background:#ff6d37;border-color:#ff6d37;color:#fff;box-shadow:0 8px 18px #ff6d3733}.nav-cta:hover{background:#ea5725;border-color:#ea5725}.reference-home{background:radial-gradient(circle at 78% 9%,rgba(190,235,255,.58),transparent 24rem),radial-gradient(circle at 8% 42%,rgba(225,243,255,.7),transparent 23rem),#fbfdff}.reference-trust,.reference-intro,.reference-collage,.reference-workflow,.reference-category-section,.reference-testimonial-section,.reference-faq-section{max-width:1260px}.reference-trust{align-items:center;border-bottom:1px solid rgba(19,43,67,.1);display:grid;gap:30px;grid-template-columns:1.8fr repeat(3,1fr);padding:30px 24px}.reference-trust>div{align-items:center;color:#516071;display:flex;gap:9px;min-height:30px}.reference-trust>div:first-child{align-items:flex-start;flex-direction:column;gap:2px}.reference-trust strong{color:#0d1420;font-size:15px}.reference-trust span{font-size:13px}.reference-trust svg{color:#ff6d37;flex:0 0 auto}.reference-intro{display:grid;gap:70px;grid-template-columns:1.15fr .85fr;padding:116px 24px 74px}.reference-kicker,.reference-card-kicker{color:#ff6430;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.reference-intro h1,.reference-section-head h2,.reference-workflow-copy h2,.reference-collage-note h2,.reference-cta h2{font-weight:500;letter-spacing:-.065em;line-height:.96;margin:16px 0 0}.reference-intro h1{font-size:clamp(54px,7.4vw,104px);max-width:760px}.reference-intro h1 em{color:#179cc7;font-style:normal}.reference-intro-copy{align-self:end;max-width:390px;padding-bottom:6px}.reference-intro-copy p,.reference-section-head>p,.reference-collage-note p,.reference-workflow-copy>p,.reference-cta p{color:#5b6878;font-size:16px;line-height:1.65}.reference-intro-copy p{margin:0 0 28px}.reference-text-button,.reference-service-meta a{align-items:center;color:#0d1420;display:inline-flex;font-size:14px;font-weight:700;gap:8px;text-decoration:none}.reference-text-button svg,.reference-service-meta a svg{color:#ff6430;transition:transform .2s ease}.reference-text-button:hover svg,.reference-service-meta a:hover svg{transform:translate(4px)}.reference-collage{display:grid;gap:18px;grid-template-columns:1.18fr .82fr;grid-template-rows:minmax(370px,1fr) auto;padding:0 24px 118px;position:relative}.reference-collage-main,.reference-collage-side{overflow:hidden;position:relative}.reference-collage-main{border-radius:28px;grid-row:span 2;min-height:540px}.reference-collage-main:after,.reference-collage-side:after{background:linear-gradient(180deg,transparent 45%,rgba(4,15,28,.68));content:"";inset:0;position:absolute}.reference-collage-main img,.reference-collage-side img{height:100%;object-fit:cover;width:100%}.reference-image-label{bottom:24px;color:#fff;font-size:13px;left:25px;letter-spacing:.06em;position:absolute;text-transform:uppercase;z-index:1}.reference-collage-note{background:#e7f7ffc2;border-radius:28px;display:flex;flex-direction:column;justify-content:center;min-height:250px;padding:40px}.reference-collage-note h2{font-size:clamp(31px,4vw,52px);max-width:430px}.reference-collage-note p{margin:22px 0 25px;max-width:420px}.reference-collage-side{border-radius:28px;min-height:270px}.reference-collage-side>div{bottom:20px;color:#fff;display:flex;flex-direction:column;gap:5px;left:22px;position:absolute;z-index:1}.reference-collage-side strong{font-size:18px}.reference-collage-side span{font-size:13px}.reference-collage-dots{bottom:88px;display:flex;gap:6px;left:25px;position:absolute}.reference-collage-dots button{background:#0d142040;border:0;border-radius:20px;cursor:pointer;height:5px;padding:0;transition:width .2s ease,background .2s ease;width:18px}.reference-collage-dots button.active{background:#ff6430;width:36px}.reference-orange-button,.reference-dark-button,.reference-outline-button{align-items:center;border-radius:999px;display:inline-flex;font-size:14px;font-weight:700;gap:9px;justify-content:center;min-height:44px;padding:0 18px;text-decoration:none;width:fit-content}.reference-orange-button{background:#ff6d37;color:#fff;box-shadow:0 10px 20px #ff6d372e}.reference-orange-button:hover{background:#e95727;color:#fff}.reference-dark-button{background:#0e1d2b;color:#fff}.reference-dark-button:hover{background:#19384e;color:#fff}.reference-outline-button{border:1px solid rgba(255,255,255,.42);color:#fff}.reference-outline-button:hover{background:#ffffff1a;color:#fff}.reference-section{padding:115px 0}.reference-services-section{background:#fff}.reference-section-head{align-items:end;display:flex;gap:30px;justify-content:space-between;margin-bottom:44px}.reference-section-head h2,.reference-workflow-copy h2{font-size:clamp(38px,5.3vw,71px);max-width:630px}.reference-section-head>p{margin:0;max-width:310px}.reference-service-grid{display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.reference-service-card{background:#f4f9fc;border:1px solid rgba(16,41,63,.08);border-radius:22px;overflow:hidden}.reference-service-image{background:#d8eef7;display:block;height:210px;overflow:hidden;position:relative}.reference-service-image img{height:100%;object-fit:cover;transition:transform .35s ease;width:100%}.reference-service-card:hover .reference-service-image img{transform:scale(1.04)}.reference-service-image>span:first-child{align-items:center;color:#0d506d;display:flex;font-size:44px;font-weight:700;height:100%;justify-content:center}.reference-service-arrow{align-items:center;background:#ff6d37;border-radius:50%;bottom:14px;color:#fff;display:flex;height:35px;justify-content:center;position:absolute;right:14px;width:35px}.reference-service-body{padding:24px 22px 22px}.reference-service-body h3{font-size:22px;letter-spacing:-.035em;line-height:1.1;margin:10px 0}.reference-service-body p{color:#647385;font-size:14px;line-height:1.55;margin:0;min-height:44px}.reference-service-meta{align-items:center;border-top:1px solid rgba(16,41,63,.1);display:flex;justify-content:space-between;margin-top:22px;padding-top:16px}.reference-service-meta strong{font-size:17px}.reference-service-meta a{font-size:12px}.reference-category-section{padding:122px 24px 126px}.reference-category-grid{display:grid;gap:15px;grid-template-columns:repeat(4,1fr)}.reference-category-card{aspect-ratio:.82;background:#d9edf4;border-radius:22px;display:block;overflow:hidden;position:relative}.reference-category-card:after{background:linear-gradient(180deg,transparent 38%,rgba(5,20,35,.8));content:"";inset:0;position:absolute}.reference-category-card img{height:100%;object-fit:cover;transition:transform .35s ease;width:100%}.reference-category-card:hover img{transform:scale(1.05)}.reference-category-letter{align-items:center;color:#0e5875;display:flex;font-size:66px;font-weight:700;height:100%;justify-content:center}.reference-category-overlay{bottom:20px;color:#fff;display:flex;flex-direction:column;gap:8px;left:20px;position:absolute;right:15px;z-index:1}.reference-category-overlay strong{font-size:18px;line-height:1.1}.reference-category-overlay small{align-items:center;display:flex;font-size:12px;gap:5px}.reference-workflow{align-items:center;display:grid;gap:100px;grid-template-columns:.93fr 1.07fr;padding:60px 24px 135px}.reference-workflow-art{align-items:center;background:radial-gradient(circle at 48% 35%,#d2f2ff,#eaf8ff 54%,#f6fbff 75%);border-radius:34px;display:flex;justify-content:center;min-height:490px;position:relative}.reference-dashboard-card{background:#fff;border:1px solid rgba(24,87,121,.13);border-radius:19px;box-shadow:0 22px 50px #266f9229;display:flex;flex-direction:column;padding:24px;position:relative;transform:rotate(-5deg);width:min(78%,340px);z-index:2}.reference-dashboard-top,.reference-dashboard-foot{align-items:center;display:flex;justify-content:space-between}.reference-dashboard-top{color:#708194;font-size:11px;margin-bottom:40px}.reference-dashboard-card>strong{font-size:22px}.reference-dashboard-card>small{color:#758394;font-size:12px;margin-top:5px}.reference-progress{background:#e5eef1;border-radius:20px;height:8px;margin:30px 0 10px;overflow:hidden}.reference-progress span{background:#ff6d37;border-radius:inherit;display:block;height:100%;width:68%}.reference-dashboard-foot{color:#718092;font-size:12px}.reference-dashboard-foot b{color:#0d1420}.reference-workflow-chip{align-items:center;background:#fff;border:1px solid rgba(30,93,123,.1);border-radius:12px;box-shadow:0 15px 26px #266f921f;color:#36536a;display:flex;font-size:12px;gap:7px;padding:12px 14px;position:absolute;z-index:3}.reference-workflow-chip svg{color:#ff6d37}.chip-top{right:7%;top:17%}.chip-bottom{bottom:15%;left:5%}.reference-workflow-copy>p{margin:25px 0 35px;max-width:560px}.reference-steps{border-top:1px solid rgba(19,43,67,.12);margin-bottom:30px}.reference-steps>div{align-items:flex-start;border-bottom:1px solid rgba(19,43,67,.12);display:flex;gap:20px;padding:16px 0}.reference-steps b{color:#ff6430;font-size:13px;padding-top:2px}.reference-steps span{display:flex;flex-direction:column;gap:4px}.reference-steps strong{font-size:15px}.reference-steps small{color:#667485;font-size:13px;line-height:1.5}.reference-metrics{background:#0d2030;color:#fff;padding:74px 0}.reference-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr)}.reference-metrics-grid>div{border-right:1px solid rgba(255,255,255,.16);display:flex;flex-direction:column;gap:9px;padding:0 50px}.reference-metrics-grid>div:first-child{padding-left:24px}.reference-metrics-grid>div:last-child{border-right:0}.reference-metrics strong{font-size:clamp(48px,6vw,78px);font-weight:400;letter-spacing:-.08em;line-height:.9}.reference-metrics sup{color:#54c7e9;font-size:.4em;letter-spacing:0;margin-left:3px;vertical-align:top}.reference-metrics span{color:#aab9c8;font-size:13px;line-height:1.4;max-width:160px}.reference-testimonial-section{padding:125px 24px 115px}.reference-testimonial-grid{display:grid;gap:17px;grid-template-columns:repeat(3,1fr)}.reference-testimonial{background:#eef8fc;border-radius:22px;padding:27px}.reference-rating{color:#ff6430;font-size:14px;letter-spacing:2px}.reference-testimonial p{font-size:18px;line-height:1.45;margin:25px 0 35px}.reference-person{align-items:center;display:flex;gap:11px}.reference-person>span{align-items:center;background:#fff;border-radius:50%;color:#0e5875;display:flex;font-weight:700;height:34px;justify-content:center;width:34px}.reference-person>div{display:flex;flex-direction:column;gap:2px}.reference-person strong{font-size:13px}.reference-person small{color:#718092;font-size:11px}.reference-faq-section{padding:0 24px 126px}.reference-faq-section .faq-grid{grid-template-columns:repeat(2,1fr)}.reference-faq-section details{background:#fff;border:1px solid rgba(16,41,63,.1);border-radius:15px}.reference-faq-section summary{font-size:15px}.reference-cta{align-items:center;background:linear-gradient(120deg,#d3effb,#f8fcff,#c1e9fb);border-radius:30px;color:#0d1420;display:flex;gap:40px;justify-content:space-between;margin-bottom:125px;overflow:hidden;padding:64px 70px;position:relative}.reference-cta:before{background:radial-gradient(circle,rgba(80,193,233,.4),transparent 68%);content:"";height:250px;position:absolute;right:14%;top:-100px;width:250px}.reference-cta>*{position:relative;z-index:1}.reference-cta h2{font-size:clamp(33px,4.2vw,58px);max-width:680px}.reference-cta p{margin:20px 0 0}.reference-cta .hero-actions{align-items:center;display:flex;flex:0 0 auto;gap:12px}.public-footer{background:#0c1b2a;color:#b3c4d1;position:relative}.public-footer:before{background:radial-gradient(circle,rgba(46,171,220,.34),transparent 68%);content:"";height:420px;left:4%;pointer-events:none;position:absolute;top:-160px;width:420px}.public-footer .footer-grid,.public-footer .footer-bottom{position:relative;z-index:1}.public-footer .footer-title,.public-footer a,.public-footer span,.public-footer p,.public-footer strong{color:inherit}@media(max-width:960px){.reference-trust{grid-template-columns:repeat(2,1fr)}.reference-trust>div:first-child{grid-column:span 2}.reference-intro{gap:35px;grid-template-columns:1fr;padding-top:88px}.reference-intro-copy{max-width:540px}.reference-service-grid{grid-template-columns:repeat(2,1fr)}.reference-category-grid{grid-template-columns:repeat(4,1fr)}.reference-workflow{gap:45px;grid-template-columns:1fr}.reference-workflow-art{min-height:410px}.reference-metrics-grid>div{padding:0 24px}.reference-cta{align-items:flex-start;flex-direction:column}}@media(max-width:680px){.public-nav{min-height:68px;padding-inline:15px}.reference-trust{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:24px 15px}.reference-trust>div:first-child{gap:2px}.reference-intro{padding:70px 15px 50px}.reference-intro h1{font-size:clamp(48px,15vw,70px)}.reference-collage{display:flex;flex-direction:column;padding:0 15px 80px}.reference-collage-main{min-height:340px}.reference-collage-note{min-height:0;padding:30px 24px}.reference-collage-side{min-height:220px}.reference-collage-dots{bottom:85px;left:15px}.reference-section{padding:78px 0}.reference-section-head{align-items:flex-start;flex-direction:column;gap:20px;margin-bottom:28px}.reference-section-head h2,.reference-workflow-copy h2{font-size:43px}.reference-service-grid{grid-template-columns:1fr}.reference-category-section{padding:78px 15px 85px}.reference-category-grid{grid-template-columns:repeat(2,1fr)}.reference-category-card{border-radius:16px}.reference-category-overlay{bottom:14px;left:14px}.reference-category-overlay strong{font-size:15px}.reference-workflow{padding:30px 15px 85px}.reference-workflow-art{min-height:330px}.reference-dashboard-card{padding:18px;width:79%}.reference-dashboard-top{margin-bottom:26px}.reference-workflow-chip{font-size:10px;padding:9px 10px}.chip-top{right:1%;top:11%}.chip-bottom{bottom:8%;left:1%}.reference-metrics{padding:55px 15px}.reference-metrics-grid{gap:30px;grid-template-columns:1fr}.reference-metrics-grid>div,.reference-metrics-grid>div:first-child{border-bottom:1px solid rgba(255,255,255,.16);border-right:0;padding:0 0 25px}.reference-metrics-grid>div:last-child{border-bottom:0;padding-bottom:0}.reference-testimonial-section{padding:80px 15px}.reference-testimonial-grid{grid-template-columns:1fr}.reference-faq-section{padding:0 15px 85px}.reference-faq-section .faq-grid{grid-template-columns:1fr}.reference-cta{border-radius:24px;margin:0 15px 80px;padding:38px 24px}.reference-cta .hero-actions{align-items:flex-start;flex-direction:column}}.reference-intro h1{font-size:clamp(42px,5.7vw,78px);line-height:1}.reference-section-head h2,.reference-workflow-copy h2{font-size:clamp(32px,4.2vw,56px);line-height:1}.reference-collage-note h2{font-size:clamp(27px,3.2vw,44px);line-height:1.02}.reference-cta h2{font-size:clamp(29px,3.6vw,50px);line-height:1}.reference-intro-copy p,.reference-section-head>p,.reference-collage-note p,.reference-workflow-copy>p,.reference-cta p{font-size:clamp(14px,1.2vw,16px)}.reference-trust span,.reference-service-body p,.reference-steps small,.reference-metrics span{font-size:clamp(12px,1vw,14px)}.reference-service-body h3{font-size:clamp(18px,1.7vw,21px)}.reference-testimonial p{font-size:clamp(15px,1.35vw,18px)}@media(max-width:960px){.reference-intro h1{font-size:clamp(40px,7.2vw,64px)}.reference-section-head h2,.reference-workflow-copy h2{font-size:clamp(31px,5.8vw,48px)}.reference-collage-note h2{font-size:clamp(26px,4.8vw,38px)}}@media(max-width:680px){.reference-intro h1{font-size:clamp(36px,11.5vw,52px)}.reference-section-head h2,.reference-workflow-copy h2{font-size:clamp(29px,9vw,38px)}.reference-collage-note h2{font-size:clamp(25px,8vw,34px)}.reference-cta h2{font-size:clamp(27px,8vw,36px)}.reference-trust strong{font-size:14px}.reference-kicker,.reference-card-kicker{font-size:10px}.reference-service-body{padding:20px 18px 18px}.reference-service-body p{min-height:0}.reference-testimonial{padding:22px}}.reference-intro h1{font-size:clamp(38px,4.7vw,64px)}.reference-section-head h2,.reference-workflow-copy h2{font-size:clamp(30px,3.5vw,48px)}.reference-collage-note h2{font-size:clamp(26px,2.9vw,40px)}.reference-cta h2{font-size:clamp(28px,3.2vw,44px)}@media(max-width:680px){.reference-intro h1{font-size:clamp(36px,10.5vw,50px)}.reference-section-head h2,.reference-workflow-copy h2{font-size:clamp(28px,8.5vw,36px)}.reference-collage-note h2{font-size:clamp(25px,7.8vw,33px)}.reference-cta h2{font-size:clamp(27px,7.8vw,35px)}}.dashboard-app{background:#edf3f1;color:#17322f}.dashboard-sidebar{width:222px;flex-basis:222px;padding:15px 11px;color:#173a34;background:linear-gradient(180deg,#e8d8a8,#b3bd88 43%,#b7834a);box-shadow:8px 0 28px #49563a1f}.sidebar-logo{width:39px;height:39px;border-color:#fff9;border-radius:12px}.sidebar-brand strong,.sidebar-brand small,.sidebar-user strong,.sidebar-user small,.sidebar-section-label,.sidebar-nav a,.sidebar-logout{color:#24443d}.sidebar-brand strong{font-size:12px}.sidebar-brand small{color:#24443dad}.sidebar-user{border-color:#ffffff61;background:#fff3}.sidebar-user small{color:#24443dad}.sidebar-user i{border-color:#f8f8e7;background:#16856c}.sidebar-section-label{color:#24443d91}.sidebar-nav a:hover,.sidebar-nav a.active{color:#16352f;background:#ffffffc7;box-shadow:0 5px 14px #5b53311f}.nav-icon,.sidebar-nav a.active .nav-icon{color:#2f685d;background:#ffffff4d}.sidebar-nav a.active .nav-icon{background:#e9f2df}.sidebar-nav a b{background:#d28e24}.sidebar-note{border-color:#ffffff6b;color:#28483f;background:#ffffff38}.sidebar-note svg{color:#a76621}.sidebar-note span{color:#24443dad}.sidebar-logout:hover{color:#16352f}.dashboard-header{min-height:64px;padding:9px 25px;color:#17322f;background:#ffffffeb;border-bottom:1px solid #dce7e2;box-shadow:0 5px 18px #234a420d}.dashboard-header h1{color:#17322f;font-size:14px}.breadcrumb{color:#8b9b97}.breadcrumb i{color:#bdc9c4}.header-left{min-width:150px}.header-actions{gap:9px}.dashboard-search{align-items:center;background:#f6f9f8;border:1px solid #dbe7e2;border-radius:7px;color:#90a19b;display:flex;gap:7px;margin-left:auto;max-width:330px;padding:0 8px;width:min(32vw,330px)}.dashboard-search input{background:transparent;border:0;color:#29453f;font-size:11px;height:31px;min-width:0;outline:0;width:100%}.dashboard-search input::placeholder{color:#9aaba5}.dashboard-search kbd{color:#91a19b;font-size:9px;white-space:nowrap}.notification-button{background:#f4f8f6;border-color:#dce7e2;color:#2f665d}.notification-button em{border-color:#fff;background:#df4567}.profile-chip{color:#375950}.profile-chip svg{color:#91a09b}.dashboard-content{padding:22px 25px 42px}.reference-dashboard-page{max-width:1440px}.dashboard-overview-head{align-items:end;display:flex;gap:20px;justify-content:space-between;margin-bottom:18px}.dashboard-overline,.dashboard-panel-heading>div>span{color:#0d8175;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.dashboard-overview-head h2{color:#17322f;font-size:clamp(22px,2.2vw,30px);letter-spacing:-.04em;line-height:1;margin:7px 0 6px}.dashboard-overview-head p{color:#758883;font-size:11px;line-height:1.5;margin:0}.dashboard-overview-actions{align-items:center;display:flex;gap:7px}.dashboard-data-status{align-items:center;color:#6b817a;display:inline-flex;font-size:9px;font-weight:800;gap:5px;margin-right:2px;white-space:nowrap}.dashboard-data-status i{background:#24b47e;border:3px solid #d8f4e8;border-radius:50%;display:block;height:9px;width:9px}.dashboard-primary-button,.dashboard-outline-button{align-items:center;border-radius:7px;display:inline-flex;font-size:10px;font-weight:850;gap:6px;justify-content:center;min-height:33px;padding:0 12px;text-decoration:none;white-space:nowrap}.dashboard-primary-button{background:#087f73;color:#fff;box-shadow:0 7px 14px #087f732b}.dashboard-primary-button:hover{background:#076a60;color:#fff}.dashboard-outline-button{border:1px solid #cfddd8;color:#43736a;background:#fff}.dashboard-outline-button:hover{border-color:#087f73;color:#087f73}.dashboard-kpi-grid{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:12px}.dashboard-kpi-card{border-radius:7px;color:#fff;min-height:104px;overflow:hidden;padding:14px 15px 12px;position:relative}.dashboard-kpi-card:after{border:1px solid rgba(255,255,255,.12);border-radius:50%;content:"";height:90px;position:absolute;right:-30px;top:-32px;width:90px}.dashboard-kpi-0{background:linear-gradient(135deg,#0c766b,#2b7d7a)}.dashboard-kpi-1{background:linear-gradient(135deg,#40536e,#69778f)}.dashboard-kpi-2{background:linear-gradient(135deg,#c98b00,#e0a11a)}.dashboard-kpi-3{background:linear-gradient(135deg,#dc1d55,#ec3e73)}.dashboard-kpi-top,.dashboard-kpi-bottom{align-items:center;display:flex;justify-content:space-between;position:relative;z-index:1}.dashboard-kpi-top span{font-size:8px;font-weight:900;letter-spacing:.08em;opacity:.78;text-transform:uppercase}.dashboard-kpi-top svg{opacity:.8}.dashboard-kpi-card>strong{display:block;font-size:24px;letter-spacing:-.04em;margin:9px 0 11px;position:relative;z-index:1}.dashboard-kpi-bottom{color:#ffffffc7;font-size:8px}.dashboard-kpi-bottom small{font-size:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-kpi-bottom b{color:#ffffffeb;font-size:13px}.dashboard-chart-grid,.dashboard-lower-grid{display:grid;gap:12px;grid-template-columns:.83fr 1.17fr;margin-bottom:12px}.dashboard-lower-grid{grid-template-columns:1.12fr .88fr}.dashboard-reference-panel{background:#fff;border:1px solid #d8e5e0;border-radius:7px;box-shadow:0 5px 15px #2c524712;min-width:0;padding:14px}.dashboard-panel-heading{align-items:start;display:flex;gap:10px;justify-content:space-between;margin-bottom:13px}.dashboard-panel-heading h3{color:#24433e;font-size:13px;letter-spacing:-.02em;margin:5px 0 0}.dashboard-live-pill,.dashboard-period-pill{background:#ecf9f4;border:0;border-radius:4px;color:#087f73;font-size:8px;font-weight:800;padding:5px 7px;white-space:nowrap}.dashboard-period-pill{align-items:center;background:#f4f8f7;color:#75918a;display:inline-flex;gap:5px}.dashboard-donut-layout{align-items:center;display:grid;gap:17px;grid-template-columns:150px 1fr;min-height:150px}.dashboard-donut{align-items:center;border-radius:50%;display:flex;height:134px;justify-content:center;position:relative;width:134px}.dashboard-donut:after{background:#fff;border-radius:50%;content:"";height:83px;position:absolute;width:83px}.dashboard-donut>div{position:relative;text-align:center;z-index:1}.dashboard-donut strong{color:#294940;display:block;font-size:20px}.dashboard-donut small{color:#92a39d;font-size:8px}.dashboard-legend{display:grid;gap:8px}.dashboard-legend>div{align-items:center;display:grid;gap:6px;grid-template-columns:7px 1fr auto}.dashboard-legend span{border-radius:50%;height:7px;width:7px}.dashboard-legend b{color:#536c65;font-size:9px;font-weight:700}.dashboard-legend small{color:#a0b0ab;font-size:8px}.dashboard-column-chart{align-items:end;background:repeating-linear-gradient(to bottom,transparent 0,transparent 39px,#edf3f0 40px);border-bottom:1px solid #dfeae5;display:flex;gap:clamp(10px,2vw,25px);height:150px;justify-content:space-around;padding:12px 10px 0}.dashboard-chart-column{align-items:center;display:flex;flex:1;flex-direction:column;gap:8px;height:100%;justify-content:end;max-width:48px}.dashboard-column-track{align-items:end;display:flex;height:115px;width:12px}.dashboard-column-track i{border-radius:7px 7px 2px 2px;display:block;min-height:15px;width:100%}.dashboard-chart-column small{color:#8da09a;font-size:8px;max-width:50px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.dashboard-utilization-panel{margin-bottom:12px}.dashboard-utilization-grid{display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-utilization-card{border:1px solid #dce8e3;border-radius:6px;display:grid;gap:8px;grid-template-columns:27px 1fr auto;padding:10px;position:relative}.dashboard-utilization-icon{align-items:center;background:#e9f4f0;border-radius:6px;color:#087f73;display:flex;height:27px;justify-content:center;width:27px}.dashboard-utilization-card strong,.dashboard-utilization-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-utilization-card strong{color:#36564f;font-size:9px}.dashboard-utilization-card small{color:#95a59f;font-size:8px;margin-top:4px}.dashboard-utilization-card>b{color:#81958e;font-size:8px;font-weight:700}.dashboard-utilization-card>span{background:#edf3f0;border-radius:10px;grid-column:1 / -1;height:4px;overflow:hidden}.dashboard-utilization-card>span i{background:#0b927d;border-radius:inherit;display:block;height:100%}.dashboard-utilization-card:nth-child(2)>span i{background:#eea51b}.dashboard-utilization-card:nth-child(3)>span i{background:#e83e72}.dashboard-utilization-card:nth-child(4)>span i{background:#7d70df}.dashboard-panel-link{align-items:center;color:#087f73;display:inline-flex;font-size:9px;font-weight:800;gap:4px;text-decoration:none}.dashboard-order-list,.dashboard-activity-list{display:grid}.dashboard-order-list .order-row{border-bottom:1px solid #eaf0ed;border-radius:0;padding:11px 0}.dashboard-order-list .order-row:last-child{border-bottom:0}.dashboard-order-list .order-number{color:#087f73;font-size:8px}.dashboard-order-list .order-main strong{color:#36564f;font-size:10px}.dashboard-order-list .order-main small{color:#96a6a0;font-size:8px}.dashboard-order-list .order-side>strong{color:#36564f;font-size:10px}.dashboard-order-list .row-chevron{color:#98aaa4}.dashboard-activity-row{align-items:flex-start;border-bottom:1px solid #eaf0ed;display:flex;gap:9px;padding:11px 0}.dashboard-activity-row:last-child{border-bottom:0}.dashboard-activity-row .notification-dot{margin-top:3px}.dashboard-activity-row strong{color:#36564f;display:block;font-size:10px}.dashboard-activity-row p{color:#81938d;font-size:9px;line-height:1.4;margin:4px 0}.dashboard-activity-row small{color:#a0b0ab;font-size:8px}.dashboard-reference-panel .empty-state{padding:20px 8px}.dashboard-reference-panel .empty-state h3{font-size:11px}.dashboard-reference-panel .empty-state p{font-size:9px}.dashboard-command-center{background:#102e2a;border:1px solid #1e5148;border-radius:9px;box-shadow:0 10px 24px #123a321f;margin-bottom:12px;padding:15px}.dashboard-command-heading{align-items:end;display:flex;justify-content:space-between;margin-bottom:12px}.dashboard-command-heading h3{color:#fff;font-size:16px;letter-spacing:-.03em;margin:5px 0 3px}.dashboard-command-heading p{color:#9fc1b7;font-size:9px;margin:0}.dashboard-command-heading .dashboard-overline{color:#7fdbc0}.dashboard-command-heading .dashboard-panel-link{color:#a8e5d1}.dashboard-command-grid{display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-command-metric{align-items:center;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:7px;color:#fff;display:grid;gap:8px;grid-template-columns:28px 1fr auto;min-width:0;padding:9px;text-decoration:none;transition:background .18s ease,transform .18s ease}.dashboard-command-metric:hover{background:#ffffff21;color:#fff;transform:translateY(-1px)}.dashboard-command-icon{align-items:center;background:#7fdbc024;border-radius:7px;color:#8be0c4;display:flex;height:28px;justify-content:center;width:28px}.dashboard-command-metric small,.dashboard-command-metric strong,.dashboard-command-metric em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-command-metric small{color:#a6c8bf;font-size:8px}.dashboard-command-metric strong{font-size:17px;letter-spacing:-.04em;margin:4px 0 3px}.dashboard-command-metric em{color:#7fa99f;font-size:8px;font-style:normal}.dashboard-command-metric>svg{color:#80b8aa}.dashboard-analytics-shell{background:linear-gradient(135deg,#f5fbf8,#fff 58%,#f8f4ff);border:1px solid #d6e6df;border-radius:9px;box-shadow:0 10px 28px #2c524712;margin-bottom:12px;padding:15px}.dashboard-analytics-heading{align-items:end;display:flex;justify-content:space-between;margin-bottom:12px}.dashboard-analytics-heading h3{color:#24433e;font-size:16px;letter-spacing:-.03em;margin:5px 0 3px}.dashboard-analytics-heading p{color:#81938d;font-size:9px;margin:0}.dashboard-analytics-grid{display:grid;gap:10px;grid-template-columns:1.15fr .85fr;margin-bottom:10px}.dashboard-insight-panel,.dashboard-service-panel,.dashboard-status-panel{box-shadow:0 4px 13px #2c52470b}.dashboard-insight-panel .dashboard-panel-heading>svg{color:#087f73}.dashboard-insight-metrics{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-insight-metrics>div{background:#f8fcfa;border:1px solid #e3eee9;border-radius:7px;min-width:0;padding:10px}.dashboard-insight-metrics small,.dashboard-insight-metrics em{color:#8ca19a;display:block;font-size:8px;font-style:normal}.dashboard-insight-metrics strong{color:#20453d;display:block;font-size:18px;letter-spacing:-.04em;margin:8px 0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-insight-metrics span{background:#e3eee9;border-radius:5px;display:block;height:4px;overflow:hidden}.dashboard-insight-metrics span i{background:#087f73;border-radius:inherit;display:block;height:100%}.dashboard-service-ranking{display:grid;gap:9px}.dashboard-service-row{align-items:center;display:grid;gap:8px;grid-template-columns:20px 1fr auto}.dashboard-service-rank{color:#9aada6;font-size:8px;font-weight:900}.dashboard-service-row>div{min-width:0}.dashboard-service-row strong{color:#46645c;display:block;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-service-row>b{color:#2f665d;font-size:9px;white-space:nowrap}.dashboard-service-row>div>span{background:#edf3f0;border-radius:4px;display:block;height:4px;margin-top:5px;overflow:hidden}.dashboard-service-row>div>span i{background:linear-gradient(90deg,#087f73,#6fc9a9);border-radius:inherit;display:block;height:100%}.dashboard-analytics-empty{align-items:center;color:#78908a;display:flex;flex-direction:column;justify-content:center;min-height:145px;padding:15px;text-align:center}.dashboard-analytics-empty svg{color:#78a89a;margin-bottom:8px}.dashboard-analytics-empty strong{color:#46645c;font-size:10px}.dashboard-analytics-empty small{font-size:8px;line-height:1.5;margin-top:5px;max-width:220px}.dashboard-status-bars{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-status-bar{min-width:0}.dashboard-status-bar>div{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.dashboard-status-bar>div span{color:#526e65;font-size:9px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-status-bar>div b{color:#8ca19a;font-size:9px}.dashboard-status-bar>span{background:#edf3f0;border-radius:6px;display:block;height:6px;overflow:hidden}.dashboard-status-bar>span i{border-radius:inherit;display:block;height:100%}@media(max-width:1100px){.dashboard-kpi-grid,.dashboard-utilization-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-chart-grid,.dashboard-lower-grid,.dashboard-analytics-grid{grid-template-columns:1fr}.dashboard-command-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.dashboard-sidebar{left:-245px;width:235px}.dashboard-sidebar.open{left:0}.dashboard-header{padding-inline:14px}.dashboard-search{display:none}.dashboard-content{padding:18px 14px 78px}.dashboard-overview-head{align-items:flex-start;flex-direction:column;gap:14px}.dashboard-overview-actions{flex-wrap:wrap;width:100%}.dashboard-data-status{order:-1;width:100%}.dashboard-overview-actions a{flex:1}.dashboard-donut-layout{grid-template-columns:135px 1fr}.dashboard-donut{height:124px;width:124px}.dashboard-donut:after{height:77px;width:77px}.dashboard-analytics-heading,.dashboard-command-heading{align-items:flex-start;flex-direction:column;gap:8px}}@media(max-width:480px){.dashboard-kpi-card{min-height:96px;padding:11px}.dashboard-kpi-card>strong{font-size:21px}.dashboard-kpi-bottom small{max-width:100px}.dashboard-utilization-grid{grid-template-columns:1fr}.dashboard-reference-panel{padding:12px}.dashboard-donut-layout{gap:8px;grid-template-columns:122px 1fr}.dashboard-donut{height:112px;width:112px}.dashboard-donut:after{height:70px;width:70px}.dashboard-column-chart{gap:4px;padding-inline:2px}.dashboard-column-track{width:9px}.dashboard-analytics-shell{padding:12px}.dashboard-insight-metrics{grid-template-columns:1fr 1fr}.dashboard-insight-metrics strong{font-size:16px}.dashboard-status-bars{grid-template-columns:1fr}.dashboard-command-center{padding:12px}.dashboard-command-grid{grid-template-columns:1fr}}.dashboard-quick-actions-panel{background:#fff;border:1px solid #d8e5e0;border-radius:7px;box-shadow:0 5px 15px #2c52470f;margin-bottom:12px;padding:13px 14px}.dashboard-quick-actions-heading{align-items:end;display:flex;justify-content:space-between;margin-bottom:10px}.dashboard-quick-actions-heading span{color:#0d8175;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.dashboard-quick-actions-heading h3{color:#24433e;font-size:13px;margin:5px 0 0}.dashboard-quick-actions-heading small{color:#9aaba5;font-size:8px}.dashboard-quick-actions-grid{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-quick-action{align-items:center;border:1px solid #dce8e3;border-radius:6px;color:#36564f;display:flex;gap:8px;min-height:43px;padding:7px 9px;text-decoration:none;transition:border-color .18s ease,background .18s ease,transform .18s ease}.dashboard-quick-action:hover{background:#f5faf8;border-color:#93cfc1;color:#087f73;transform:translateY(-1px)}.dashboard-quick-action>span{align-items:center;background:#e9f4f0;border-radius:6px;color:#087f73;display:flex;height:27px;justify-content:center;width:27px}.dashboard-quick-action strong{flex:1;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-quick-action>svg{color:#98aaa4;flex:0 0 auto}@media(max-width:480px){.dashboard-quick-actions-grid{grid-template-columns:1fr}.dashboard-quick-actions-heading{align-items:flex-start;flex-direction:column;gap:4px}}.dashboard-sidebar{overflow:hidden}.sidebar-nav{min-height:0;flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;padding-right:4px;scrollbar-color:rgba(36,68,61,.42) transparent;scrollbar-width:thin}.sidebar-nav::-webkit-scrollbar{width:5px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{border-radius:999px;background:#24443d6b}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#24443d9e}.dashboard-sidebar{border-right:1px solid rgba(15,23,42,.08);color:#111827;background:#ffffffd6;box-shadow:12px 0 34px #0f172a14;-webkit-backdrop-filter:blur(22px) saturate(145%);backdrop-filter:blur(22px) saturate(145%)}.sidebar-brand strong,.sidebar-user strong,.sidebar-nav a,.sidebar-logout{color:#111827}.sidebar-brand small,.sidebar-user small{color:#0f172a94}.sidebar-user{border-color:#0f172a1a;background:#ffffff8f}.sidebar-user i{border-color:#fff}.sidebar-section-label{color:#0f172a80}.sidebar-nav a:hover,.sidebar-nav a.active{color:#0f172a;background:#0f172a14;box-shadow:0 5px 14px #0f172a14}.nav-icon,.sidebar-nav a.active .nav-icon{color:#0f172ab8;background:#0f172a0f}.sidebar-nav a.active .nav-icon{color:#111827;background:#ffffffe6}.sidebar-nav a b{background:#475569}.sidebar-note{border-color:#0f172a1c;color:#111827;background:#ffffff94}.sidebar-note svg{color:#475569}.sidebar-note span{color:#0f172a94}.sidebar-logout:hover{color:#000}.sidebar-nav{scrollbar-color:rgba(15,23,42,.34) transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#0f172a57}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#0f172a85}
