:root{--navy:#061a33;--navy-2:#0a2a50;--blue:#0d6cba;--gold:#f4c542;--gold-dark:#d6a920;--white:#f8fbff;--muted:#b9c8d9;--line:rgba(255,255,255,.12)}*{box-sizing:border-box}body{margin:0;color:var(--white);background:radial-gradient(circle at 80% 5%,rgba(13,108,186,.25),transparent 32rem),linear-gradient(180deg,#041326,#071d37 55%,#041326);font-family:Arial,Helvetica,sans-serif}button,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}main{min-height:100vh;overflow:hidden}.navbar{position:sticky;top:0;z-index:20;justify-content:space-between;min-height:76px;padding:10px clamp(20px,5vw,80px);background:rgba(4,19,38,.88);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand,.navbar{display:flex;align-items:center}.brand{gap:12px}.brand img{width:50px;height:50px;object-fit:contain;border-radius:12px;background:white}.brand div{display:flex;flex-direction:column}.brand strong{color:var(--gold);font-size:20px;letter-spacing:.06em}.brand span{font-size:12px;color:var(--muted)}.nav-actions{display:flex;gap:10px}.language,.nav-actions select{color:white;background:rgba(255,255,255,.08);border:1px solid var(--line);border-radius:10px;padding:10px 12px}.nav-actions select option{color:#111}.hero{min-height:620px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;padding:80px clamp(22px,7vw,110px);position:relative}.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,black,transparent);mask-image:linear-gradient(180deg,black,transparent)}.hero-card,.hero-copy{position:relative;z-index:1}.eyebrow{color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.2em}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.04;margin:18px 0 22px;letter-spacing:-.035em}.hero h1 span{color:var(--gold)}.hero-description{max-width:700px;color:var(--muted);font-size:19px;line-height:1.7}.hero-buttons{display:flex;align-items:center;gap:18px;margin:32px 0;flex-wrap:wrap}.primary-btn{text-decoration:none;color:#07182d;font-weight:800;background:linear-gradient(135deg,#ffe48a,var(--gold));padding:15px 22px;border-radius:12px;box-shadow:0 12px 35px rgba(244,197,66,.23)}.status{color:var(--muted);display:flex;align-items:center;gap:8px}.online-dot,.status i{width:9px;height:9px;border-radius:50%;background:#43e586;box-shadow:0 0 0 5px rgba(67,229,134,.1)}.stats{display:flex;gap:40px;padding-top:15px}.stats div{display:flex;flex-direction:column}.stats strong{color:var(--gold);font-size:25px}.stats span{color:var(--muted);font-size:13px}.hero-card{border:1px solid rgba(244,197,66,.25);background:linear-gradient(145deg,rgba(13,108,186,.2),rgba(255,255,255,.045));border-radius:28px;padding:35px;text-align:center;box-shadow:0 30px 80px rgba(0,0,0,.35)}.radar{width:min(310px,72vw);aspect-ratio:1;margin:0 auto 25px;border-radius:50%;position:relative;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(244,197,66,.3);background:repeating-radial-gradient(circle,transparent 0 44px,rgba(244,197,66,.13) 45px 46px),linear-gradient(145deg,#0c3763,#04172b)}.radar:after,.radar:before{content:"";position:absolute;background:rgba(244,197,66,.18)}.radar:before{width:100%;height:1px}.radar:after{width:1px;height:100%}.radar img{width:46%;z-index:2;border-radius:50%;background:white;padding:5px}.radar-line{position:absolute;inset:50% 0 0 50%;transform-origin:top left;background:linear-gradient(35deg,rgba(244,197,66,.36),transparent 60%);animation:sweep 5s linear infinite}@keyframes sweep{to{transform:rotate(1turn)}}.radar-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 12px var(--gold)}.dot-one{left:25%;top:30%}.dot-two{right:19%;top:45%}.dot-three{left:42%;bottom:15%}.hero-card h2{margin:0 0 10px;color:var(--gold)}.hero-card p{color:var(--muted);line-height:1.65;margin:0}.feature-section{padding:70px clamp(22px,7vw,110px);background:rgba(255,255,255,.025);border-block:1px solid var(--line)}.section-heading{text-align:center;margin-bottom:35px}.section-heading p{color:var(--gold);letter-spacing:.2em;font-size:12px;font-weight:800}.section-heading h2{font-size:clamp(30px,4vw,45px);margin:8px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1180px;margin:auto}.feature-card{position:relative;min-height:160px;text-align:left;color:white;border:1px solid var(--line);background:rgba(255,255,255,.045);padding:22px;border-radius:18px;cursor:pointer;transition:.2s ease;display:flex;flex-direction:column;align-items:flex-start;gap:7px}.feature-card.active,.feature-card:hover{transform:translateY(-4px);border-color:rgba(244,197,66,.6);background:rgba(13,108,186,.18)}.feature-icon{font-size:30px}.feature-card strong{font-size:18px}.feature-card small{color:var(--muted)}.feature-arrow{position:absolute;right:20px;bottom:18px;color:var(--gold);font-size:22px}.assistant-section{display:grid;grid-template-columns:310px minmax(0,1fr);gap:20px;max-width:1280px;margin:70px auto;padding:0 22px}.assistant-sidebar,.chat-panel{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.045);overflow:hidden}.assistant-sidebar{padding:25px}.active-mode{display:flex;gap:12px;align-items:center;padding:16px;background:rgba(13,108,186,.17);border:1px solid rgba(244,197,66,.22);border-radius:14px}.active-mode>span{font-size:30px}.active-mode div{display:flex;flex-direction:column}.active-mode small{color:var(--muted);margin-top:3px}.sidebar-label{color:var(--muted);font-size:12px;margin:25px 0 9px;text-transform:uppercase;letter-spacing:.12em}.example-button{width:100%;color:white;text-align:left;line-height:1.5;border:1px dashed rgba(244,197,66,.35);background:transparent;border-radius:12px;padding:13px;cursor:pointer}.demo-note{margin-top:25px;padding:16px;border-radius:13px;background:rgba(244,197,66,.08)}.demo-note strong{color:var(--gold)}.demo-note p{color:var(--muted);font-size:12px;line-height:1.55;margin-bottom:0}.chat-panel{min-height:650px;display:flex;flex-direction:column}.chat-header{min-height:75px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 22px;border-bottom:1px solid var(--line)}.chat-header>div{display:grid;grid-template-columns:10px auto;column-gap:10px;align-items:center}.chat-header small{grid-column:2;color:var(--muted);margin-top:2px}.voice-output{border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.06);color:white;padding:9px 12px;cursor:pointer}.messages{flex:1 1;overflow-y:auto;padding:25px;max-height:500px}.message{display:flex;gap:10px;margin-bottom:18px;align-items:flex-start}.message.user{flex-direction:row-reverse}.avatar{width:37px;height:37px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;background:rgba(255,255,255,.09)}.message>div{max-width:min(80%,760px);padding:13px 16px;border-radius:5px 16px 16px 16px;background:rgba(13,108,186,.18);line-height:1.65;white-space:pre-wrap}.message.user>div{color:#08182c;font-weight:600;border-radius:16px 5px 16px 16px;background:var(--gold)}.typing{display:flex;gap:5px}.typing i{width:7px;height:7px;background:var(--muted);border-radius:50%;animation:blink 1s infinite alternate}.typing i:nth-child(2){animation-delay:.2s}.typing i:nth-child(3){animation-delay:.4s}@keyframes blink{to{opacity:.2;transform:translateY(-3px)}}.chat-form{display:grid;grid-template-columns:auto 1fr auto;gap:10px;padding:15px;margin:0 18px;background:rgba(0,0,0,.2);border:1px solid var(--line);border-radius:15px}.chat-form textarea{resize:none;border:0;outline:0;color:white;background:transparent;padding:10px;min-height:44px;max-height:130px}.chat-form textarea::placeholder{color:#8395aa}.mic-button,.send-button{border:0;border-radius:11px;cursor:pointer}.mic-button{color:white;background:rgba(255,255,255,.08);width:44px}.send-button{background:var(--gold);color:#07182d;font-weight:800;padding:0 17px}.send-button:disabled{opacity:.5;cursor:not-allowed}.disclaimer{color:#8495a8;text-align:center;font-size:11px;margin:10px 15px 15px}footer{border-top:1px solid var(--line);display:flex;align-items:center;gap:13px;padding:30px clamp(22px,7vw,110px);color:var(--muted)}footer img{width:45px;height:45px;object-fit:contain;background:white;border-radius:10px}footer div{margin-right:auto}footer strong{color:var(--gold)}footer p{margin:3px 0 0;font-size:12px}@media (max-width:900px){.hero{grid-template-columns:1fr;padding-top:55px;gap:45px}.hero-card{max-width:570px;width:100%;margin:auto}.feature-grid{grid-template-columns:repeat(2,1fr)}.assistant-section{grid-template-columns:1fr}.assistant-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:14px}.assistant-sidebar .eyebrow,.demo-note{grid-column:1/-1}.sidebar-label{display:none}}@media (max-width:620px){.navbar{align-items:flex-start}.brand span{display:none}.brand img{width:42px;height:42px}.nav-actions select{width:100px}.hero{padding-inline:20px;min-height:auto}.hero h1{font-size:42px}.stats{gap:22px}.feature-grid{grid-template-columns:1fr}.feature-section{padding-inline:20px}.assistant-sidebar{display:block}.example-button{margin-top:10px}.chat-header{align-items:flex-start}.voice-output{font-size:12px}.chat-panel{min-height:680px}.message>div{max-width:86%}.chat-form{grid-template-columns:auto 1fr}.send-button{grid-column:1/-1;min-height:42px}footer{flex-wrap:wrap}footer>span{width:100%;font-size:11px}}.dashboard-link,.secondary-btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:800}.dashboard-link{padding:10px 13px;color:#07182d;background:var(--gold);white-space:nowrap}.secondary-btn{padding:14px 20px;color:white;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06)}.login-page{min-height:100vh;padding:45px 22px;display:grid;place-items:center;background:radial-gradient(circle at 10% 15%,rgba(13,108,186,.32),transparent 28rem),radial-gradient(circle at 90% 80%,rgba(244,197,66,.12),transparent 25rem),linear-gradient(135deg,#031225,#092b50)}.login-shell{width:min(1160px,100%);display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:rgba(5,22,42,.86);box-shadow:0 35px 100px rgba(0,0,0,.45)}.login-identity{position:relative;padding:clamp(35px,6vw,76px);background:linear-gradient(rgba(4,20,39,.73),rgba(4,20,39,.9)),repeating-linear-gradient(45deg,rgba(255,255,255,.025) 0 1px,transparent 1px 20px)}.back-home{position:absolute;top:25px;left:28px;color:var(--muted);text-decoration:none;font-size:13px}.login-identity>img{width:108px;height:108px;object-fit:contain;padding:5px;border-radius:50%;background:white;box-shadow:0 15px 40px rgba(0,0,0,.3)}.login-kicker{margin:28px 0 8px;color:var(--gold);letter-spacing:.17em;font-size:11px;font-weight:800}.login-identity h1{margin:0;font-size:clamp(48px,7vw,84px);letter-spacing:-.05em}.login-identity h1 span{color:var(--gold)}.login-identity>p:not(.login-kicker){max-width:570px;color:var(--muted);line-height:1.75;font-size:16px}.login-benefits{display:grid;gap:12px;margin-top:32px}.login-benefits>div{display:flex;align-items:center;gap:13px;padding:13px 15px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:rgba(255,255,255,.04)}.login-benefits b{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:rgba(244,197,66,.12)}.login-benefits span{display:flex;flex-direction:column;gap:3px}.login-benefits small{color:var(--muted)}.login-card{padding:clamp(32px,5vw,65px);color:#10243b;background:#f8fbff}.login-card-header{display:flex;gap:14px;align-items:center;margin-bottom:28px}.login-lock{width:55px;height:55px;display:grid;place-items:center;border-radius:15px;font-size:24px;background:#e8f1fa}.dashboard-section-title p,.dashboard-topbar p,.generator-heading p,.login-card-header p,.result-toolbar p{margin:0 0 4px;font-size:10px;font-weight:900;letter-spacing:.17em;color:#5d7590}.login-card h2{margin:0;font-size:29px;color:#081b31}.login-card form{display:grid;gap:16px}.generator-form label,.login-card label{display:grid;gap:7px;font-weight:800;font-size:13px}.generator-form input,.generator-form select,.generator-form textarea,.login-card input,.login-card select{width:100%;border:1px solid #d6e0eb;outline:none;border-radius:11px;padding:13px 14px;color:#10243b;background:white}.generator-form input:focus,.generator-form select:focus,.generator-form textarea:focus,.login-card input:focus,.login-card select:focus{border-color:#0d6cba;box-shadow:0 0 0 4px rgba(13,108,186,.09)}.login-submit{min-height:51px;border:0;border-radius:12px;cursor:pointer;color:#07182d;font-weight:900;background:linear-gradient(135deg,#ffe287,var(--gold));box-shadow:0 13px 30px rgba(214,169,32,.2)}.login-error{padding:10px 12px;color:#a72424;border-radius:9px;background:#ffeaea;font-size:13px}.demo-credentials{margin-top:23px;padding:15px;border:1px dashed #c7d4e1;border-radius:12px;background:#f0f5fa}.demo-credentials strong{color:#0a2a50}.demo-credentials p{margin:5px 0 0;color:#536a82;font-size:12px}.login-warning{color:#7c8d9e;font-size:11px;line-height:1.55}.dashboard-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:15px}.dashboard-loading img{width:85px;height:85px;object-fit:contain;padding:5px;border-radius:50%;background:white}.dashboard-page{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr);color:#10243b;background:#eef3f8;overflow:visible}.dashboard-sidebar{position:sticky;top:0;height:100vh;padding:22px 16px;color:white;display:flex;flex-direction:column;background:radial-gradient(circle at 20% 5%,rgba(13,108,186,.35),transparent 18rem),linear-gradient(180deg,#05172d,#071f3b);border-right:1px solid rgba(255,255,255,.08)}.dash-brand{display:flex;align-items:center;gap:11px;padding:4px 8px 19px;color:white;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.1)}.dash-brand img{width:48px;height:48px;object-fit:contain;padding:3px;border-radius:12px;background:white}.dash-brand div,.dash-user div{display:flex;flex-direction:column;gap:2px}.dash-brand strong{color:var(--gold);letter-spacing:.06em}.dash-brand small,.dash-user small{color:#9cb1c7}.dash-user{display:flex;align-items:center;gap:10px;margin:18px 3px;padding:13px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:rgba(255,255,255,.055)}.dash-user>span{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:rgba(244,197,66,.12)}.dash-user strong{font-size:13px}.dash-menu{display:grid;gap:6px}.dash-menu button{min-height:44px;display:flex;align-items:center;gap:11px;border:0;border-radius:10px;padding:0 13px;cursor:pointer;color:#c3d0de;text-align:left;background:transparent}.dash-menu button.active,.dash-menu button:hover{color:#07182d;font-weight:800;background:var(--gold)}.logout-button{margin-top:auto;min-height:43px;border:1px solid rgba(255,255,255,.13);border-radius:10px;color:white;cursor:pointer;background:rgba(255,255,255,.05)}.dashboard-content{min-width:0;padding:0 clamp(18px,3vw,38px)}.dashboard-topbar{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid #dce5ee}.dashboard-topbar h1{margin:0;color:#071a30;font-size:25px}.topbar-actions{display:flex;gap:9px}.notification-button,.outline-action{display:grid;place-items:center;min-height:41px;border:1px solid #cfdae5;border-radius:10px;color:#173551;text-decoration:none;background:white}.outline-action{padding:0 14px;font-weight:800;font-size:13px}.notification-button{width:41px;cursor:pointer}.dashboard-hero{position:relative;min-height:230px;display:flex;align-items:center;margin:25px 0 18px;padding:clamp(26px,5vw,50px);overflow:hidden;color:white;border-radius:22px;background:radial-gradient(circle at 85% 20%,rgba(13,108,186,.5),transparent 22rem),linear-gradient(120deg,#061a33,#0a3159);box-shadow:0 18px 45px rgba(8,36,64,.13)}.dashboard-hero:after{content:"";position:absolute;inset:0;opacity:.27;background-image:linear-gradient(rgba(255,255,255,.09) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 0);background-size:35px 35px;-webkit-mask-image:linear-gradient(90deg,transparent,black);mask-image:linear-gradient(90deg,transparent,black)}.dashboard-hero>div{position:relative;z-index:2;max-width:760px}.dashboard-hero h2{margin:8px 0 12px;font-size:clamp(28px,4vw,43px);line-height:1.12}.dashboard-hero p:last-child{color:#c5d4e3;line-height:1.6;margin:0}.dashboard-hero img{position:absolute;z-index:2;right:clamp(25px,6vw,80px);width:145px;height:145px;object-fit:contain;padding:7px;border-radius:50%;background:rgba(255,255,255,.94);box-shadow:0 20px 50px rgba(0,0,0,.28)}.dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.dashboard-stats article{display:flex;align-items:center;gap:13px;min-height:92px;padding:17px;border:1px solid #dce5ee;border-radius:14px;background:white}.dashboard-stats article>span{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:#edf4fb}.dashboard-stats article div{display:flex;flex-direction:column;gap:4px}.dashboard-stats strong{color:#08223e;font-size:18px}.dashboard-stats small{color:#71859a}.dashboard-tools,.generator-workspace{margin-top:22px;border:1px solid #dbe4ed;border-radius:18px;background:white}.dashboard-tools{padding:23px}.dashboard-section-title{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:17px}.dashboard-section-title h2{margin:0;color:#081d35}.dashboard-section-title>span{color:#6f8194;font-size:12px}.dashboard-tool-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.dashboard-tool-grid button{min-height:125px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:16px;border:1px solid #dce5ee;border-radius:13px;text-align:left;cursor:pointer;color:#10243b;background:#fbfdff}.dashboard-tool-grid button.selected,.dashboard-tool-grid button:hover{border-color:#e2b62d;background:#fff9e8;transform:translateY(-2px)}.dashboard-tool-grid button>span{font-size:25px}.dashboard-tool-grid small{color:#73869a;line-height:1.35}.generator-workspace{display:grid;grid-template-columns:minmax(330px,.85fr) minmax(0,1.15fr);overflow:hidden}.generator-form{padding:25px;border-right:1px solid #dce5ee;background:#f9fbfd}.generator-heading{display:flex;align-items:center;gap:12px;margin-bottom:22px}.generator-heading>span{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;font-size:24px;background:#e8f1fa}.generator-heading h2,.result-toolbar h2{margin:0;color:#09213d}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-wide{grid-column:1/-1}.generator-form textarea{resize:vertical}.generate-button{width:100%;min-height:50px;margin-top:17px;border:0;border-radius:12px;cursor:pointer;color:#07182d;font-weight:900;background:linear-gradient(135deg,#ffe184,var(--gold))}.generate-button:disabled{opacity:.6;cursor:wait}.generator-notice{margin:12px 0 0;padding:10px 12px;color:#235378;border-radius:9px;background:#e8f4ff;font-size:12px}.generator-result{min-width:0;padding:25px}.result-toolbar{display:flex;align-items:center;justify-content:space-between;gap:13px;margin-bottom:17px}.result-toolbar>div:last-child{display:flex;gap:7px}.result-toolbar button{min-height:37px;border:1px solid #ccd9e5;border-radius:9px;padding:0 12px;cursor:pointer;color:#173551;background:white}.result-toolbar button:disabled{opacity:.45;cursor:not-allowed}.result-document{min-height:560px;max-height:730px;overflow:auto;padding:clamp(20px,4vw,44px);border:1px solid #d8e1ea;border-radius:12px;color:#202a34;background:white;box-shadow:inset 0 0 0 7px #f5f7f9}.result-document pre{margin:0;white-space:pre-wrap;font-family:Times New Roman,Times,serif;font-size:15px;line-height:1.62}.result-document.empty{display:grid;place-items:center;text-align:center;color:#7b8da0}.result-document.empty span{font-size:50px}.result-document.empty h3{margin:12px 0 4px;color:#294a68}.result-document.empty p{margin:0}.dashboard-footer{display:flex;justify-content:space-between;gap:15px;margin-top:25px;padding:20px 3px 26px;border:0;color:#73859a;font-size:11px}@media (max-width:1150px){.dashboard-tool-grid{grid-template-columns:repeat(3,1fr)}.dashboard-hero img{opacity:.22}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.generator-workspace{grid-template-columns:1fr}.generator-form{border-right:0;border-bottom:1px solid #dce5ee}}@media (max-width:820px){.login-shell{grid-template-columns:1fr}.login-identity{padding-top:75px}.dashboard-page{grid-template-columns:1fr}.dashboard-sidebar{position:relative;height:auto}.dash-menu{grid-template-columns:repeat(2,1fr)}.logout-button{margin-top:15px}.dashboard-topbar{padding-block:12px}}@media (max-width:600px){.nav-actions .dashboard-link{display:none}.login-page{padding:12px}.login-shell{border-radius:18px}.login-card,.login-identity{padding:30px 24px}.login-identity{padding-top:72px}.login-identity h1{font-size:54px}.dashboard-content{padding-inline:14px}.dash-menu{grid-template-columns:1fr}.dashboard-topbar{align-items:flex-start}.dashboard-topbar h1{font-size:20px}.dashboard-hero{min-height:265px;padding:28px 22px}.dashboard-hero h2{font-size:29px}.dashboard-stats{grid-template-columns:1fr 1fr}.dashboard-stats article{padding:12px;min-height:82px}.dashboard-tool-grid{grid-template-columns:repeat(2,1fr)}.dashboard-tools{padding:16px}.dashboard-section-title{align-items:flex-start}.dashboard-section-title>span{display:none}.form-grid{grid-template-columns:1fr}.form-wide{grid-column:auto}.generator-form,.generator-result{padding:18px}.result-toolbar{align-items:flex-start;flex-direction:column}.result-document{min-height:450px;padding:23px 18px}.dashboard-footer{flex-direction:column}}.ai-document-html{font-family:Times New Roman,Times,serif;font-size:15px;line-height:1.62;color:#202a34}.ai-document-html h2{margin:22px 0 9px;color:#0a2a4b;font-size:21px;line-height:1.25}.ai-document-html h3{margin:18px 0 8px;color:#123858;font-size:18px}.ai-document-html h4{margin:15px 0 7px;color:#173f5f;font-size:16px}.ai-document-html p{margin:7px 0}.ai-document-html ol,.ai-document-html ul{margin:8px 0 13px 25px;padding:0}.ai-document-html li{margin:4px 0}.ai-document-html blockquote{margin:12px 0;padding:10px 14px;border-left:4px solid #d7ad2f;border-radius:0 8px 8px 0;background:#fff8e7}.ai-document-html code{padding:1px 5px;border-radius:4px;background:#edf2f6}.ai-document-html hr{margin:18px 0;border:0;border-top:1px solid #ccd7e1}.ai-table-wrap{width:100%;margin:14px 0 20px;overflow-x:auto;border:1px solid #b9c8d6;border-radius:9px;background:white}.ai-table{width:100%;min-width:560px;border-collapse:collapse;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.45}.ai-table td,.ai-table th{padding:10px 11px;border-right:1px solid #c7d3de;border-bottom:1px solid #c7d3de;vertical-align:top;text-align:left}.ai-table td:last-child,.ai-table th:last-child{border-right:0}.ai-table tbody tr:last-child td{border-bottom:0}.ai-table th{color:#fff;font-weight:800;text-align:center;background:linear-gradient(180deg,#0b355c,#082646)}.ai-table tbody tr:nth-child(2n){background:#f3f7fa}.ai-table tbody tr:hover{background:#fff9e9}@media (max-width:600px){.ai-table{min-width:680px;font-size:12px}.ai-table td,.ai-table th{padding:8px}}.document-archive{margin-top:22px;padding:24px;border:1px solid #dbe4ed;border-radius:18px;background:white}.archive-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.archive-header p{margin:0 0 5px;color:#5d7590;font-size:10px;font-weight:900;letter-spacing:.17em}.archive-header h2{margin:0;color:#081d35}.archive-header span{display:block;margin-top:6px;color:#71859a;font-size:12px}.archive-header>button{min-height:39px;padding:0 13px;border:1px solid #e0b5b5;border-radius:9px;color:#9d2e2e;cursor:pointer;background:#fff4f4}.archive-header>button:disabled{opacity:.45;cursor:not-allowed}.archive-controls{display:grid;grid-template-columns:1fr 250px;gap:13px;margin:20px 0 16px}.archive-controls label{display:grid;gap:7px;color:#173551;font-size:12px;font-weight:800}.archive-controls input,.archive-controls select{width:100%;min-height:42px;padding:0 12px;border:1px solid #d2dee9;border-radius:10px;outline:none;color:#10243b;background:#fbfdff}.archive-controls input:focus,.archive-controls select:focus{border-color:#0d6cba;box-shadow:0 0 0 4px rgba(13,108,186,.08)}.archive-list{display:grid;gap:9px}.archive-list article{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:13px;padding:14px;border:1px solid #dce5ee;border-radius:12px;background:#fbfdff}.archive-list article.selected,.archive-list article:hover{border-color:#dfb32a;background:#fffaf0}.archive-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:11px;font-size:22px;background:#eaf2f9}.archive-info{min-width:0}.archive-info h3{margin:5px 0 4px;color:#0a2b4b;font-size:15px}.archive-info h3,.archive-info p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.archive-info p{margin:0;color:#75889b;font-size:12px}.archive-meta{display:flex;align-items:center;gap:9px;color:#71869a;font-size:10px}.archive-meta span{padding:3px 7px;border-radius:20px;color:#0b4b80;font-weight:800;background:#e6f2fc}.archive-actions{display:flex;gap:7px}.archive-actions button{min-height:36px;padding:0 11px;border:1px solid #cbd9e5;border-radius:8px;color:#173d60;cursor:pointer;background:white}.archive-actions button.danger{color:#a22e2e;border-color:#ecc9c9;background:#fff5f5}.archive-empty{min-height:210px;display:grid;place-content:center;justify-items:center;text-align:center;color:#74889b;border:1px dashed #ccd9e4;border-radius:12px;background:#f9fbfd}.archive-empty>span{font-size:42px}.archive-empty h3{margin:9px 0 4px;color:#294a68}.archive-empty p{margin:0;font-size:12px}@media (max-width:720px){.archive-header{flex-direction:column}.archive-controls{grid-template-columns:1fr}.archive-list article{grid-template-columns:44px minmax(0,1fr)}.archive-actions{grid-column:1/-1;justify-content:flex-end}}.brand img,.dash-brand img,.dashboard-hero img,.dashboard-loading img,.login-identity>img{object-fit:contain}.logo-lock{overflow:hidden;padding:5px;background:#ffffff;box-shadow:0 6px 16px rgba(7,31,59,.12)}.logo-lock img{width:100%;height:100%;object-fit:contain}.service-logo-icon{overflow:hidden;padding:3px;background:white!important}.service-logo-icon img{width:100%;height:100%;object-fit:contain}.archive-empty-logo,.result-empty-logo{width:72px;height:72px;object-fit:contain;margin:0 auto;filter:drop-shadow(0 8px 14px rgba(8,38,70,.12))}.archive-empty-logo{width:64px;height:64px}.suite-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:14px;color:#c7d8e9;background:#061a33}.suite-loading img{width:92px;height:92px;object-fit:contain}.suite-page{min-height:100vh;display:grid;grid-template-columns:270px minmax(0,1fr);color:#10243b;background:#edf2f7}.suite-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:20px 15px;color:white;background:radial-gradient(circle at 15% 8%,rgba(16,115,196,.34),transparent 19rem),linear-gradient(180deg,#04162b,#082746);border-right:1px solid rgba(255,255,255,.08)}.suite-brand{display:flex;align-items:center;gap:11px;padding:2px 7px 18px;color:white;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.1)}.suite-brand img{width:49px;height:49px;object-fit:contain}.suite-brand div,.suite-profile div{min-width:0;display:flex;flex-direction:column;gap:3px}.suite-brand strong{color:#f4c542;letter-spacing:.05em}.suite-brand span,.suite-profile small{color:#9db1c6;font-size:10px}.suite-profile{display:flex;align-items:center;gap:10px;margin:17px 3px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:rgba(255,255,255,.055)}.suite-profile>span{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:rgba(244,197,66,.13)}.suite-profile strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.suite-nav{display:grid;gap:5px}.suite-nav a,.suite-specialists a{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;color:#c7d3df;text-decoration:none;border-radius:9px;font-size:13px}.suite-nav a.active,.suite-nav a:hover{color:#07182d;font-weight:800;background:#f4c542}.suite-specialists{display:grid;gap:3px;margin-top:18px;padding-top:15px;border-top:1px solid rgba(255,255,255,.09)}.suite-specialists p{margin:0 10px 5px;color:#758da5;font-size:9px;font-weight:900;letter-spacing:.16em}.suite-specialists a{min-height:36px;font-size:12px}.suite-specialists a:hover{color:white;background:rgba(255,255,255,.07)}.suite-logout{min-height:41px;margin-top:auto;border:1px solid rgba(255,255,255,.13);border-radius:9px;color:white;cursor:pointer;background:rgba(255,255,255,.045)}.suite-main{min-width:0;padding:0 clamp(16px,3vw,38px)}.suite-topbar{min-height:91px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #d8e2eb}.suite-eyebrow,.suite-topbar p{margin:0 0 4px;color:#5d7590;font-size:9px;font-weight:900;letter-spacing:.17em}.suite-topbar h1{margin:0;color:#071b31;font-size:25px}.suite-topbar>div>span{display:block;margin-top:5px;color:#72859a;font-size:12px}.suite-top-actions{display:flex;gap:8px}.suite-top-actions a{min-height:39px;display:inline-flex;align-items:center;padding:0 13px;border:1px solid #ccd8e3;border-radius:9px;color:#173b5c;text-decoration:none;font-size:12px;font-weight:800;background:white}.suite-body{padding:23px 0 34px}.dash-menu a{min-height:44px;display:flex;align-items:center;gap:11px;border-radius:10px;padding:0 13px;color:#c3d0de;text-align:left;text-decoration:none}.dash-menu a.active,.dash-menu a:hover{color:#07182d;font-weight:800;background:var(--gold)}.ai-suite-grid{display:grid;grid-template-columns:310px minmax(0,1fr);gap:18px}.ai-mode-panel,.analytics-card,.demo-flow,.knowledge-list-card,.knowledge-workspace,.pdf-upload-card,.presentation-closing,.presentation-sprints article,.professional-chat{border:1px solid #d9e3ec;border-radius:17px;background:white;box-shadow:0 12px 35px rgba(10,42,74,.055)}.ai-mode-panel{align-self:start;padding:19px}.ai-mode-list{display:grid;gap:8px;margin:12px 0 17px}.ai-mode-list button{display:grid;grid-template-columns:43px minmax(0,1fr);align-items:center;gap:10px;padding:11px;border:1px solid #dce5ee;border-radius:11px;text-align:left;cursor:pointer;color:#15334f;background:#fbfdff}.ai-mode-list button.active,.ai-mode-list button:hover{border-color:#dfb42d;background:#fff9e9}.ai-mode-list button>span{width:41px;height:41px;display:grid;place-items:center;border-radius:10px;font-size:21px;background:#e9f2fa}.ai-mode-list button div{min-width:0;display:flex;flex-direction:column;gap:3px}.ai-mode-list small{color:#788b9e;line-height:1.25}.ai-select-label{display:grid;gap:6px;margin-top:12px;color:#173a5a;font-size:11px;font-weight:800}.ai-select-label select{width:100%;min-height:41px;padding:0 10px;border:1px solid #d2dee8;border-radius:9px;color:#17344f;background:white}.ai-prompt-box{display:grid;gap:7px;margin-top:18px;padding-top:16px;border-top:1px solid #e1e7ee}.ai-prompt-box>strong{color:#163a5a;font-size:12px}.ai-prompt-box button{padding:9px 10px;border:0;border-radius:9px;color:#526b82;text-align:left;cursor:pointer;background:#f0f5f9;font-size:11px;line-height:1.4}.professional-chat{min-width:0;overflow:hidden}.professional-chat-header{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;color:white;background:linear-gradient(120deg,#061c36,#0a3b68)}.professional-chat-header>div{display:flex;align-items:center;gap:10px}.professional-chat-header>div>div{display:flex;flex-direction:column;gap:3px}.professional-chat-header small{color:#b6c9dc}.ai-online-dot{width:10px;height:10px;border-radius:50%;background:#37d481;box-shadow:0 0 0 5px rgba(55,212,129,.14)}.professional-chat-header button{min-height:37px;padding:0 11px;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:white;cursor:pointer;background:rgba(255,255,255,.07)}.professional-messages{height:min(61vh,660px);min-height:480px;overflow-y:auto;padding:20px;background:radial-gradient(circle at 100% 0,rgba(20,115,194,.07),transparent 24rem),#f6f9fc}.professional-message{display:flex;align-items:flex-start;gap:10px;margin-bottom:17px}.professional-message.user{flex-direction:row-reverse}.message-avatar{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border-radius:10px;color:white;font-size:9px;font-weight:800;background:#0b3964}.message-avatar img{width:100%;height:100%;padding:3px;object-fit:contain;background:white}.message-content{max-width:min(82%,820px);padding:13px 15px;border:1px solid #dbe5ee;border-radius:5px 14px 14px 14px;color:#203344;background:white;box-shadow:0 7px 18px rgba(13,47,78,.045)}.professional-message.user .message-content{color:white;border-color:#0b416f;border-radius:14px 5px 14px 14px;background:#0a3a66}.message-content>p{margin:0;line-height:1.55}.speak-answer{margin-top:9px;padding:5px 8px;border:0;border-radius:7px;color:#315879;cursor:pointer;background:#edf4fa;font-size:10px}.ai-thinking{color:#6c8296;font-style:italic}.professional-composer{padding:15px;border-top:1px solid #dbe4ed;background:white}.professional-composer textarea{width:100%;resize:vertical;min-height:75px;padding:12px;border:1px solid #d1dde8;border-radius:11px;outline:none;color:#17324b}.professional-composer textarea:focus{border-color:#0d6cba;box-shadow:0 0 0 4px rgba(13,108,186,.08)}.professional-composer>div{display:flex;justify-content:space-between;gap:9px;margin-top:9px}.professional-composer button{min-height:40px;padding:0 15px;border:0;border-radius:9px;cursor:pointer;font-weight:800}.professional-composer button:first-child{color:#173d5f;background:#eaf1f7}.professional-composer button:last-child{margin-left:auto;color:#07182d;background:#f4c542}.professional-composer button:disabled{opacity:.55;cursor:not-allowed}.professional-composer .voice-active{color:#a92c2c;background:#ffe6e6}.ai-notice{margin:0;padding:9px 15px;color:#315f82;border-top:1px solid #dbe4ed;background:#eef7ff;font-size:11px}.rich-text{font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.58}.rich-text p{margin:6px 0}.rich-text h3{margin:14px 0 7px;color:#0a355c;font-size:16px}.rich-text ol,.rich-text ul{margin:7px 0 10px 21px;padding:0}.rich-table-wrap{width:100%;overflow-x:auto;margin:11px 0;border:1px solid #bfcdda;border-radius:8px}.rich-table{width:100%;min-width:510px;border-collapse:collapse;font-size:11px}.rich-table td,.rich-table th{padding:8px;border-right:1px solid #c7d3de;border-bottom:1px solid #c7d3de;text-align:left;vertical-align:top}.rich-table th{color:white;text-align:center;background:#0a355c}.rich-table tr:last-child td{border-bottom:0}.rich-table td:last-child,.rich-table th:last-child{border-right:0}.rich-table tbody tr:nth-child(2n){background:#f2f6f9}.knowledge-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:18px}.knowledge-sidebar{display:grid;align-self:start;gap:15px}.knowledge-list-card,.pdf-upload-card{padding:19px}.pdf-upload-card>img{width:65px;height:65px;object-fit:contain}.pdf-upload-card h2{margin:6px 0 8px;color:#0b2947}.pdf-upload-card>p:not(.suite-eyebrow){margin:0 0 14px;color:#71859a;font-size:12px;line-height:1.55}.pdf-upload-card label{display:grid;gap:7px;color:#153b5b;font-size:11px;font-weight:800}.pdf-upload-card input{width:100%;padding:9px;border:1px dashed #b9c9d7;border-radius:9px;color:#5d7288;background:#f7fafc}.selected-pdf{display:flex;flex-direction:column;gap:3px;margin-top:10px;padding:9px;border-radius:8px;color:#173d5d;background:#eef5fb;font-size:10px}.pdf-upload-card>button{width:100%;min-height:43px;margin-top:12px;border:0;border-radius:9px;color:#07182d;cursor:pointer;font-weight:900;background:#f4c542}.pdf-upload-card>button:disabled{opacity:.5;cursor:not-allowed}.pdf-upload-card.viewer{text-align:center}.knowledge-list-heading h3{margin:0;color:#0c2d4c}.knowledge-list{display:grid;gap:7px;max-height:410px;overflow-y:auto;margin-top:12px}.knowledge-list button{display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;align-items:center;padding:9px;border:1px solid #dde6ee;border-radius:9px;text-align:left;cursor:pointer;color:#173854;background:#fbfdff}.knowledge-list button.active,.knowledge-list button:hover{border-color:#e0b52d;background:#fff9e8}.knowledge-list button>div{min-width:0;display:flex;flex-direction:column;gap:3px}.knowledge-list small,.knowledge-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.knowledge-list small{color:#7b8da0;font-size:9px}.knowledge-empty-small{padding:20px 8px;color:#8192a2;text-align:center;font-size:11px}.knowledge-workspace{min-width:0;padding:24px}.knowledge-document-header{display:flex;align-items:flex-start;justify-content:space-between;gap:13px;padding-bottom:18px;border-bottom:1px solid #e0e7ee}.knowledge-document-header h2{margin:0 0 6px;color:#092844}.knowledge-document-header span{color:#75889b;font-size:11px}.knowledge-document-header button{min-height:36px;padding:0 10px;border:1px solid #ecc8c8;border-radius:8px;color:#a02b2b;cursor:pointer;background:#fff5f5}.knowledge-summary{margin-top:18px;padding:18px;border:1px solid #dbe5ed;border-radius:12px;background:#f9fbfd}.knowledge-summary>h3{margin:0 0 10px;color:#0b3458}.suggested-questions{margin-top:18px}.suggested-questions>strong{color:#153b5c;font-size:12px}.suggested-questions>div{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.suggested-questions button{padding:8px 10px;border:1px solid #cfdce7;border-radius:20px;color:#335875;cursor:pointer;background:white;font-size:10px}.knowledge-question{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;margin-top:18px}.knowledge-question textarea{resize:vertical;padding:11px;border:1px solid #d0dce7;border-radius:10px;outline:none}.knowledge-question button{padding:0 14px;border:0;border-radius:9px;color:#07182d;cursor:pointer;font-weight:900;background:#f4c542}.knowledge-question button:disabled{opacity:.5}.knowledge-answer{margin-top:17px;padding:18px;border:1px solid #bcd7eb;border-radius:12px;background:#f1f8fd}.knowledge-answer-title{display:flex;align-items:center;gap:9px;margin-bottom:9px;color:#0b3458}.knowledge-answer-title img{width:35px;height:35px;object-fit:contain}.knowledge-empty{min-height:550px;display:grid;place-content:center;justify-items:center;text-align:center;color:#74889a}.knowledge-empty img{width:95px;height:95px;object-fit:contain}.knowledge-empty h2{margin:13px 0 5px;color:#234766}.knowledge-empty p{margin:0}.knowledge-notice{margin:16px 0 0;padding:10px 12px;color:#275b81;border-radius:9px;background:#eaf5fd;font-size:11px}.principal-hero{min-height:185px;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:31px;color:white;border-radius:18px;background:radial-gradient(circle at 88% 20%,rgba(36,137,219,.45),transparent 22rem),linear-gradient(120deg,#05182f,#0a3761)}.principal-hero h2{margin:5px 0 9px;font-size:clamp(26px,4vw,38px)}.principal-hero>div:first-child>p:last-child{max-width:690px;margin:0;color:#bdd0e2;line-height:1.55}.principal-actions{display:flex;gap:8px}.principal-actions button{min-height:40px;padding:0 12px;border:1px solid rgba(255,255,255,.17);border-radius:9px;color:white;cursor:pointer;background:rgba(255,255,255,.07)}.principal-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:11px;margin-top:17px}.principal-stats article{min-height:88px;display:flex;align-items:center;gap:11px;padding:14px;border:1px solid #dbe4ed;border-radius:13px;background:white}.principal-stats article>span{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:#ebf3f9}.principal-stats article>div{display:flex;flex-direction:column;gap:3px}.principal-stats strong{color:#092945;font-size:20px}.principal-stats small{color:#75889b;font-size:10px}.principal-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:16px}.analytics-card{padding:20px}.analytics-card h3{margin:0;color:#0b2e4d}.analytics-bars{display:grid;gap:13px;margin-top:18px}.analytics-row>div:first-child{display:flex;justify-content:space-between;gap:10px;margin-bottom:5px;color:#31516d;font-size:11px}.analytics-track{height:9px;overflow:hidden;border-radius:20px;background:#e6edf3}.analytics-track i{display:block;height:100%;min-width:3px;border-radius:inherit;background:linear-gradient(90deg,#0b5e9d,#18a0df)}.document-bars .analytics-track i{background:linear-gradient(90deg,#d49c09,#f4c542)}.analytics-empty{color:#7c8fa1;text-align:center;font-size:12px}.recent-activity{display:grid;gap:8px;margin-top:16px}.recent-activity>div{display:grid;grid-template-columns:37px minmax(0,1fr);align-items:center;gap:9px;padding:9px;border:1px solid #e0e7ee;border-radius:9px;background:#fbfdff}.recent-activity>div>span{width:35px;height:35px;display:grid;place-items:center;border-radius:9px;background:#edf4fa}.recent-activity>div>div{min-width:0;display:flex;flex-direction:column;gap:3px}.recent-activity small,.recent-activity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-activity strong{color:#173b59;font-size:11px}.recent-activity small{color:#7a8c9e;font-size:9px}.principal-refresh{margin:15px 0 0;color:#8191a0;text-align:right;font-size:9px}.presentation-hero{min-height:210px;display:grid;grid-template-columns:120px minmax(0,1fr) auto;align-items:center;gap:25px;padding:31px;overflow:hidden;color:white;border-radius:19px;background:radial-gradient(circle at 10% 15%,rgba(27,132,213,.45),transparent 20rem),linear-gradient(125deg,#04172d,#0a3966)}.presentation-hero img{width:115px;height:115px;object-fit:contain}.presentation-hero h2{margin:5px 0 9px;font-size:clamp(30px,5vw,48px)}.presentation-hero>div>p:last-child{max-width:710px;margin:0;color:#bfd1e2;line-height:1.55}.presentation-hero button{min-height:42px;padding:0 13px;border:1px solid rgba(255,255,255,.17);border-radius:9px;color:white;cursor:pointer;background:rgba(255,255,255,.07)}.presentation-sprints{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:17px}.presentation-sprints article{display:flex;flex-direction:column;padding:19px}.presentation-sprint-icon{width:47px;height:47px;display:grid;place-items:center;border-radius:12px;font-size:23px;background:#ebf3f9}.presentation-sprints h3{margin:14px 0 9px;color:#0b2f50;font-size:15px}.presentation-sprints ul{flex:1 1;margin:0 0 15px;padding:0;list-style:none}.presentation-sprints li{margin:6px 0;color:#60788d;font-size:11px}.presentation-sprints a{min-height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;color:#07182d;text-decoration:none;font-size:11px;font-weight:900;background:#f4c542}.demo-flow,.presentation-closing{margin-top:17px;padding:24px}.demo-flow h2,.presentation-closing h2{margin:0;color:#0a2d4d}.demo-flow ol{display:grid;grid-template-columns:repeat(5,1fr);gap:11px;margin:20px 0 0;padding:0;list-style:none;counter-reset:flow}.demo-flow li{position:relative;min-height:145px;padding:39px 14px 14px;border:1px solid #dce5ed;border-radius:11px;background:#f9fbfd;counter-increment:flow}.demo-flow li:before{content:counter(flow);position:absolute;top:11px;left:13px;width:23px;height:23px;display:grid;place-items:center;border-radius:50%;color:#07182d;font-size:10px;font-weight:900;background:#f4c542}.demo-flow li span,.demo-flow li strong{display:block}.demo-flow li strong{color:#153a59;font-size:12px}.demo-flow li span{margin-top:6px;color:#71869a;font-size:10px;line-height:1.45}.presentation-closing>div{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-top:16px}.presentation-closing article{padding:15px;border-left:4px solid #f4c542;border-radius:7px;background:#f7fafc}.presentation-closing span,.presentation-closing strong{display:block}.presentation-closing strong{color:#103654}.presentation-closing span{margin-top:5px;color:#708498;font-size:10px;line-height:1.45}@media print{.principal-actions,.suite-sidebar,.suite-top-actions{display:none!important}.suite-page{display:block;background:white}.suite-main{padding:0}.suite-topbar{min-height:auto;padding-bottom:12px}.suite-body{padding-top:12px}.analytics-card,.principal-stats article{page-break-inside:avoid;break-inside:avoid;box-shadow:none}}@media (max-width:1180px){.principal-stats{grid-template-columns:repeat(3,1fr)}.presentation-sprints{grid-template-columns:repeat(2,1fr)}.demo-flow ol{grid-template-columns:repeat(3,1fr)}}@media (max-width:930px){.suite-page{grid-template-columns:1fr}.suite-sidebar{position:relative;height:auto}.suite-nav,.suite-specialists{grid-template-columns:repeat(3,1fr)}.suite-specialists p{grid-column:1/-1}.suite-logout{margin-top:14px}.ai-suite-grid,.knowledge-layout,.principal-grid{grid-template-columns:1fr}.presentation-hero{grid-template-columns:90px minmax(0,1fr)}.presentation-hero img{width:85px;height:85px}.presentation-hero button{grid-column:1/-1;justify-self:start}}@media (max-width:650px){.suite-main{padding-inline:13px}.suite-topbar{align-items:flex-start;padding:13px 0}.suite-topbar h1{font-size:20px}.suite-top-actions{flex-direction:column}.suite-nav{grid-template-columns:1fr 1fr}.suite-specialists{grid-template-columns:1fr}.ai-mode-list{grid-template-columns:1fr 1fr}.professional-messages{min-height:430px;height:57vh;padding:13px}.message-content{max-width:88%}.knowledge-workspace{padding:17px}.knowledge-question{grid-template-columns:1fr}.knowledge-question button{min-height:42px}.presentation-hero,.principal-hero{display:flex;flex-direction:column;align-items:flex-start}.principal-actions{flex-wrap:wrap}.principal-stats{grid-template-columns:1fr 1fr}.demo-flow ol,.presentation-closing>div,.presentation-sprints{grid-template-columns:1fr}}html{text-size-adjust:100%;scroll-behavior:smooth}body{overflow-x:hidden}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}button,input,select,textarea{font:inherit}img{max-width:100%}.open-full-mode{display:inline-flex;align-items:center;min-height:38px;margin-top:9px;padding:0 11px;border:1px solid rgba(244,197,66,.36);border-radius:9px;color:var(--gold);text-decoration:none;font-size:11px;font-weight:800}.english-ready-card{display:grid;gap:4px;margin-top:14px;padding:12px;border:1px solid #bad7ec;border-radius:10px;color:#174969;background:#eef8ff}.english-ready-card strong{color:#0a3559;font-size:12px}.english-ready-card span{font-size:10px}.ai-settings-grid{display:grid;gap:1px}.generator-heading small{display:block;margin-top:4px;max-width:530px;color:#6d8195;font-size:11px;line-height:1.4}.role-quick-access{margin-top:22px;padding:22px;border:1px solid #dbe4ed;border-radius:18px;background:white}.role-access-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:15px}.role-access-grid a{min-height:135px;display:flex;flex-direction:column;gap:7px;padding:17px;border:1px solid #dce5ee;border-radius:13px;color:#153651;text-decoration:none;background:#fbfdff}.role-access-grid a:hover{border-color:#dfb32d;background:#fff9e9}.role-access-grid span{font-size:26px}.role-access-grid small{color:#74879a;line-height:1.4}.dashboard-menu-toggle,.dashboard-overlay,.dashboard-sidebar-mobile-head,.suite-menu-toggle,.suite-overlay,.suite-sidebar-mobile-head{display:none}.dashboard-tools,.document-archive,.generator-workspace,.knowledge-workspace,.professional-chat,.result-document,.role-quick-access{min-width:0}.ai-document-html,.knowledge-summary,.message-content,.rich-text{overflow-wrap:anywhere}.ai-table-wrap,.rich-table-wrap{max-width:100%}@media (max-width:1024px){.dashboard-hero h2,.presentation-hero h2,.principal-hero h2{font-size:clamp(25px,4vw,35px)}.role-access-grid{grid-template-columns:repeat(2,1fr)}.dashboard-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.dashboard-page,.suite-page{display:block}.dashboard-sidebar,.suite-sidebar{position:fixed!important;z-index:1200;top:0;left:0;width:min(84vw,310px);height:100dvh;max-height:100dvh;overflow-y:auto;transform:translateX(-105%);transition:transform .22s ease;box-shadow:20px 0 45px rgba(0,0,0,.28)}.dashboard-sidebar.open,.suite-sidebar.open{transform:translateX(0)}.dashboard-overlay,.suite-overlay{position:fixed;z-index:1190;inset:0;display:block;visibility:hidden;border:0;opacity:0;background:rgba(2,13,26,.58);transition:opacity .2s ease,visibility .2s ease}.dashboard-overlay.show,.suite-overlay.show{visibility:visible;opacity:1}.dashboard-sidebar-mobile-head,.suite-sidebar-mobile-head{display:flex;align-items:center;justify-content:space-between;min-height:38px;margin:-5px 0 8px;padding:0 7px;color:#9eb3c8;font-size:11px}.dashboard-sidebar-mobile-head button,.suite-sidebar-mobile-head button{width:34px;height:34px;border:0;border-radius:8px;color:white;cursor:pointer;background:rgba(255,255,255,.08);font-size:22px}.dashboard-menu-toggle,.suite-menu-toggle{flex:0 0 39px;width:39px;height:39px;display:grid;place-items:center;border:1px solid #d0dce6;border-radius:9px;color:#123a5a;cursor:pointer;background:white;font-size:18px}.dashboard-content,.suite-main{width:100%;padding-inline:13px!important}.dashboard-topbar,.suite-topbar{min-height:70px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 0}.dashboard-title,.suite-topbar-title{min-width:0}.dashboard-topbar p,.suite-topbar p{display:none}.dashboard-topbar h1,.suite-topbar h1{overflow:hidden;font-size:clamp(17px,4.5vw,21px);text-overflow:ellipsis;white-space:nowrap}.suite-topbar>div>span{overflow:hidden;margin-top:2px;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.notification-button,.suite-top-actions a:nth-child(2){display:none}.outline-action,.suite-top-actions a{min-height:36px;padding:0 9px;font-size:10px}.suite-body{padding-top:14px}.dashboard-hero{min-height:175px;margin:14px 0;padding:24px 19px;border-radius:16px}.dashboard-hero h2{max-width:90%;margin:6px 0 8px;font-size:clamp(24px,7vw,31px)}.dashboard-hero p:last-child{max-width:90%;font-size:12px;line-height:1.5}.dashboard-hero img{right:13px;width:92px;height:92px;opacity:.16}.dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dashboard-stats article{min-height:76px;gap:8px;padding:11px;border-radius:11px}.dashboard-stats article>span{width:36px;height:36px}.dashboard-stats strong{font-size:14px}.dashboard-stats small{font-size:9px}.dashboard-tools,.document-archive,.role-quick-access{margin-top:14px;padding:15px;border-radius:14px}.archive-header h2,.dashboard-section-title h2{font-size:18px}.archive-header>div>span,.dashboard-section-title>span{display:none}.dashboard-tool-grid{display:flex;gap:8px;margin-inline:-2px;padding:2px 2px 7px;overflow-x:auto;scroll-snap-type:x mandatory}.dashboard-tool-grid button{flex:0 0 138px;min-height:108px;padding:13px;scroll-snap-align:start}.dashboard-tool-grid small{font-size:9px}.generator-workspace{grid-template-columns:1fr;margin-top:14px;border-radius:14px}.generator-form,.generator-result{padding:16px}.generator-form{border-right:0;border-bottom:1px solid #dce5ee}.generator-heading{margin-bottom:15px}.generator-heading>span{width:42px;height:42px}.generator-heading h2{font-size:19px}.generator-heading small{font-size:10px}.form-grid{grid-template-columns:1fr;gap:11px}.form-wide{grid-column:auto}.generator-form input,.generator-form select,.generator-form textarea{padding:11px 12px;font-size:13px}.generator-form label{font-size:11px}.generate-button{min-height:47px}.result-toolbar{align-items:flex-start;flex-direction:column;gap:10px}.result-toolbar h2{font-size:18px}.result-toolbar>div:last-child{width:100%;display:grid;grid-template-columns:repeat(4,1fr)}.result-toolbar button{min-width:0;padding:0 5px;font-size:10px}.result-document{min-height:350px;max-height:65vh;padding:18px 13px;border-radius:10px}.ai-document-html{font-size:13px;line-height:1.5}.ai-document-html h2{font-size:18px}.ai-document-html h3{font-size:16px}.ai-table{min-width:620px;font-size:11px}.ai-table td,.ai-table th{padding:7px}.archive-header{flex-direction:column;gap:10px}.archive-header>button{align-self:flex-start}.archive-controls{grid-template-columns:1fr;margin:14px 0 12px}.archive-list article{grid-template-columns:39px minmax(0,1fr);gap:9px;padding:11px}.archive-icon{width:39px;height:39px}.archive-info h3{font-size:13px}.archive-info p{font-size:10px}.archive-actions{grid-column:1/-1;width:100%;justify-content:flex-end}.role-access-grid{grid-template-columns:1fr 1fr;gap:8px}.role-access-grid a{min-height:118px;padding:13px}.role-access-grid strong{font-size:12px}.role-access-grid small{font-size:9px}.ai-suite-grid,.knowledge-layout{grid-template-columns:1fr;gap:12px}.ai-mode-panel{padding:13px}.ai-mode-list{display:flex;gap:7px;margin:9px 0 12px;padding-bottom:4px;overflow-x:auto;scroll-snap-type:x mandatory}.ai-mode-list button{flex:0 0 160px;grid-template-columns:34px minmax(0,1fr);padding:9px;scroll-snap-align:start}.ai-mode-list button>span{width:33px;height:33px;font-size:17px}.ai-mode-list strong{font-size:11px}.ai-mode-list small{display:-webkit-box;overflow:hidden;font-size:8px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ai-settings-grid{grid-template-columns:1fr 1fr;gap:8px}.ai-prompt-box{display:none}.professional-chat{border-radius:14px}.professional-chat-header{min-height:61px;padding:10px 12px}.professional-chat-header strong{font-size:12px}.professional-chat-header small{font-size:9px}.professional-chat-header button{min-height:34px;padding:0 8px;font-size:9px}.professional-messages{height:52dvh;min-height:350px;padding:12px}.professional-message{gap:7px;margin-bottom:12px}.message-avatar{flex-basis:31px;width:31px;height:31px}.message-content{max-width:calc(100% - 42px);padding:10px 11px;border-radius:4px 11px 11px 11px}.rich-text{font-size:12px;line-height:1.48}.rich-text h3{font-size:14px}.rich-table{min-width:580px;font-size:10px}.professional-composer{position:sticky;bottom:0;z-index:5;padding:10px}.professional-composer textarea{min-height:62px;padding:10px;font-size:13px}.professional-composer button{min-height:37px;padding:0 11px;font-size:10px}.knowledge-sidebar{gap:10px}.knowledge-list-card,.knowledge-workspace,.pdf-upload-card{padding:14px;border-radius:14px}.knowledge-list{max-height:245px}.knowledge-document-header{flex-direction:column}.knowledge-document-header h2{font-size:19px}.knowledge-summary{padding:13px}.suggested-questions>div{flex-wrap:nowrap;padding-bottom:5px;overflow-x:auto}.suggested-questions button{flex:0 0 220px}.presentation-hero,.principal-hero{min-height:auto;padding:22px 17px;border-radius:15px}.presentation-hero h2,.principal-hero h2{font-size:27px}.principal-stats{grid-template-columns:1fr 1fr}.presentation-sprints{grid-template-columns:1fr}}@media (max-width:480px){.navbar{padding:9px 11px}.brand img{width:40px;height:40px}.brand strong{font-size:13px}.brand span{display:none}.nav-actions{gap:5px}.nav-actions select{display:none}.dashboard-link,.language{min-height:34px;padding:0 8px;font-size:9px}.hero{padding:31px 13px 23px}.hero h1{font-size:clamp(30px,9vw,38px);line-height:1.08}.hero-description{font-size:13px;line-height:1.55}.hero-card{display:none}.hero-buttons{align-items:stretch;flex-direction:column}.hero-buttons>a{width:100%}.status{justify-content:center}.stats{gap:8px}.stats>div{padding:10px 7px}.stats strong{font-size:17px}.stats span{font-size:8px}.assistant-section,.feature-section{padding-inline:12px}.section-heading h2{font-size:25px}.feature-grid{grid-template-columns:1fr 1fr;gap:8px}.feature-card{min-height:112px;padding:13px}.feature-card strong{font-size:12px}.feature-card small{font-size:9px}.feature-icon{width:36px;height:36px}.assistant-section{grid-template-columns:1fr}.assistant-sidebar{padding:14px}.chat-header{align-items:flex-start;gap:8px;padding:11px}.chat-header>div{min-width:0}.chat-header small,.chat-header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voice-output{padding:7px;font-size:9px}.messages{min-height:390px;max-height:58dvh;padding:11px}.message{gap:7px}.avatar{width:29px;height:29px}.message>div{max-width:calc(100% - 39px);padding:9px 10px;font-size:12px}.chat-form{gap:6px;padding:9px}.mic-button{width:36px;height:36px}.send-button{padding-inline:9px;font-size:10px}.login-page{padding:8px}.login-shell{border-radius:14px}.login-identity{padding:60px 20px 23px}.login-identity>img{width:76px;height:76px}.login-kicker{margin-top:17px;font-size:8px}.login-identity h1{font-size:40px}.login-identity>p:not(.login-kicker){font-size:12px;line-height:1.55}.login-benefits{display:none}.login-card{padding:23px 19px}.login-card-header{margin-bottom:19px}.login-card h2{font-size:23px}.suite-top-actions{display:none}.dashboard-topbar,.suite-topbar{grid-template-columns:40px minmax(0,1fr)}.topbar-actions{display:none}.dashboard-hero h2{font-size:25px}.dashboard-stats article{min-height:70px}.role-access-grid{grid-template-columns:1fr}.role-access-grid a{min-height:96px}.result-toolbar>div:last-child{grid-template-columns:1fr 1fr}.result-toolbar button{min-height:35px}.ai-settings-grid{grid-template-columns:1fr}.professional-messages{height:55dvh}.principal-stats{grid-template-columns:1fr 1fr;gap:7px}.principal-stats article{min-height:73px;padding:10px}.presentation-hero img{width:78px;height:78px}}@media (max-height:520px) and (orientation:landscape){.professional-messages{height:58dvh;min-height:220px}.dashboard-hero{min-height:145px}.dashboard-topbar,.suite-topbar{min-height:58px}}.role-demo-list{display:grid;gap:6px}.role-demo-list>button{display:flex;align-items:center;justify-content:space-between;min-height:35px;padding:0 9px;border:1px solid #d6e0e9;border-radius:8px;color:#173752;cursor:pointer;background:white}.role-demo-list>button span{font-weight:800}.role-demo-list>button small{color:#6e8295}.module-tabs{display:flex;gap:8px;margin-bottom:16px;padding:6px;overflow-x:auto;border:1px solid #d7e1ea;border-radius:12px;background:white;scrollbar-width:thin}.module-tabs button{flex:0 0 auto;min-height:40px;padding:0 13px;border:0;border-radius:8px;color:#49647c;cursor:pointer;background:transparent;font-size:11px;font-weight:800}.module-tabs button.active,.module-tabs button:hover{color:#07182d;background:#f4c542}.cbt-generator-card,.cbt-question-card,.data-entry-card,.module-card,.ship-map-card,.simulator-card,.smcp-card,.smcp-practice-card,.station-detail-card,.user-form-card,.user-list-card{border:1px solid #d8e2eb;border-radius:16px;background:white;box-shadow:0 10px 30px rgba(10,42,74,.05)}.cbt-generator-card,.cbt-question-card,.data-entry-card,.module-card,.ship-map-card,.smcp-card,.smcp-practice-card,.station-detail-card,.user-form-card,.user-list-card{padding:20px}.module-card-header{display:flex;align-items:center;justify-content:space-between;gap:13px;margin-bottom:16px}.module-card-header h2{margin:0;color:#0b2c4a}.module-card-header>button,.module-card-header>input{min-height:38px;padding:0 11px;border:1px solid #d0dce7;border-radius:8px;color:#153a58;background:white}.module-card-header>button{cursor:pointer;font-weight:800}.module-notice{margin:15px 0 0;padding:11px 13px;border-radius:9px;color:#245d83;background:#eaf6ff;font-size:11px}.user-management-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:16px}.user-form-card{align-self:start;display:grid;gap:11px}.cbt-generator-card h2,.data-entry-card h2,.user-form-card h2{margin:0 0 4px;color:#0b2c4a}.cbt-generator-card label,.data-entry-card label,.user-form-card label{display:grid;gap:6px;color:#173a58;font-size:11px;font-weight:800}.cbt-generator-card input,.data-entry-card input,.data-entry-card select,.data-entry-card textarea,.user-form-card input,.user-form-card select{width:100%;min-height:41px;padding:9px 11px;border:1px solid #d2dde7;border-radius:9px;outline:none;color:#17334c;background:white}.cbt-generator-card>button,.data-entry-card>button,.finish-cbt,.smcp-practice-card>button,.user-form-card>button{min-height:43px;border:0;border-radius:9px;color:#07182d;cursor:pointer;font-weight:900;background:#f4c542}.status-active,.status-inactive{display:inline-flex;padding:4px 8px;border-radius:20px;font-size:9px;font-weight:800}.status-active{color:#147342;background:#e4f8ed}.status-inactive{color:#9c3030;background:#ffecec}.responsive-table-wrap{width:100%;overflow-x:auto;border:1px solid #d8e2eb;border-radius:10px}.school-table{width:100%;min-width:760px;border-collapse:collapse;color:#20384d;font-size:11px}.school-table td,.school-table th{padding:10px;border-right:1px solid #d8e2eb;border-bottom:1px solid #d8e2eb;text-align:left;vertical-align:top}.school-table th{color:white;background:#0a355c}.school-table tr:last-child td{border-bottom:0}.school-table td small,.school-table td strong{display:block}.school-table td small{margin-top:3px;color:#72869a}.table-actions{display:flex;gap:5px}.table-actions button,.table-delete-button{min-height:30px;padding:0 7px;border:1px solid #ccd9e4;border-radius:6px;color:#315471;cursor:pointer;background:white;font-size:9px}.table-actions button.danger,.table-delete-button{color:#a23131;border-color:#edcaca;background:#fff4f4}.library-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.library-grid article{min-height:185px;display:flex;flex-direction:column;padding:16px;border:1px solid #dce5ed;border-radius:12px;background:#fbfdff}.library-grid article>span{font-size:27px}.library-grid article>small{margin-top:8px;color:#6f8498;font-size:9px}.library-grid h3{margin:8px 0 6px;color:#123958;font-size:14px}.library-grid p{flex:1 1;margin:0;color:#708398;font-size:10px;line-height:1.5}.library-grid a,.smcp-practice-card a,.station-detail-card a{margin-top:12px;color:#0a5c98;text-decoration:none;font-size:10px;font-weight:800}.virtual-tour-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:15px}.ship-silhouette{position:relative;min-height:410px;display:grid;place-items:center;margin-top:15px;overflow:hidden;border-radius:13px;background:linear-gradient(rgba(255,255,255,.16),rgba(255,255,255,.16)),linear-gradient(180deg,#6cc8f1,#0d6fa8 58%,#074a75 0)}.ship-body{font-size:clamp(100px,18vw,220px);filter:drop-shadow(0 22px 20px rgba(0,0,0,.25))}.ship-silhouette button{position:absolute;width:34px;height:34px;border:3px solid white;border-radius:50%;color:#07182d;cursor:pointer;font-weight:900;background:#f4c542;box-shadow:0 5px 14px rgba(0,0,0,.25)}.ship-silhouette button.active{transform:scale(1.2);background:#ffeb8b}.station-detail-card{align-self:stretch}.station-detail-card>span{font-size:48px}.station-detail-card h2{color:#0a2e4e}.station-detail-card p{color:#6d8296;line-height:1.55}.simulator-card{display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.simulator-screen{position:relative;min-height:600px;overflow:hidden}.bridge-screen{background:linear-gradient(180deg,#6fcef4 0 48%,#0c71a7 48% 68%,#0c4f7d 68%)}.simulator-horizon{position:absolute;inset:48% 0 auto;height:3px;background:rgba(255,255,255,.8)}.simulator-heading{position:absolute;top:20px;left:20px;padding:8px 11px;border-radius:7px;color:#d7ff7d;background:rgba(0,0,0,.65);font-family:monospace}.simulator-wheel{position:absolute;left:50%;bottom:35px;transform:translateX(-50%);font-size:150px;color:#724615;text-shadow:0 6px 0 #3b2109}.engine-screen{display:grid;place-items:center;background:repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 32px),linear-gradient(145deg,#15212b,#071018)}.engine-gauges{position:absolute;inset:20px;display:grid;grid-template-columns:1fr 1fr;gap:10px;align-content:start}.engine-gauges span{padding:13px;border:1px solid #2c526c;border-radius:9px;color:#6af2c0;text-align:center;background:#061018;font-family:monospace}.engine-icon{font-size:180px;animation:engineSpin 12s linear infinite}@keyframes engineSpin{to{transform:rotate(1turn)}}.simulator-panel{max-height:600px;overflow-y:auto;padding:23px}.simulator-panel h2{color:#0b2f50}.simulator-panel>article{margin-top:14px;padding:13px;border:1px solid #dce5ed;border-radius:10px;background:#f9fbfd}.simulator-panel article h3{margin:0 0 5px;color:#173d5d}.simulator-panel article p{color:#667d91}.simulator-panel article>div{display:grid;gap:6px}.simulator-panel article button{min-height:35px;border:1px solid #ccd9e4;border-radius:7px;color:#284d69;cursor:pointer;background:white}.cbt-layout,.data-module-layout,.smcp-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:15px}.smcp-card>span{display:inline-flex;padding:5px 9px;border-radius:20px;color:#0b5c98;background:#e9f5fd;font-size:10px;font-weight:800}.smcp-card h2{margin:18px 0 8px;color:#0a3154;font-size:27px}.smcp-card>div{display:flex;gap:7px;margin-top:18px}.smcp-card button,.smcp-practice-card button{min-height:38px;padding:0 11px;border:1px solid #ccd9e4;border-radius:8px;cursor:pointer;background:white}.smcp-practice-card textarea{width:100%;margin:12px 0;padding:11px;border:1px solid #d2dde7;border-radius:9px;resize:vertical}.cbt-generator-card{align-self:start;display:grid;gap:11px}.cbt-question-card>article{margin-top:14px;padding:14px;border:1px solid #dae4ed;border-radius:10px;background:#fbfdff}.cbt-question-card article h3{color:#173b59;font-size:13px}.cbt-question-card article>div{display:grid;gap:6px}.cbt-question-card article label{display:flex;gap:7px;align-items:flex-start;color:#4d677d;font-size:11px}.cbt-explanation{padding:9px;border-radius:7px;color:#255b80;background:#eaf6ff;font-size:10px}.finish-cbt{width:100%;margin-top:15px}.module-stat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:15px}.module-stat-grid article{min-height:90px;display:flex;align-items:center;gap:10px;padding:14px;border:1px solid #d9e3ec;border-radius:12px;background:white}.module-stat-grid article>span{width:39px;height:39px;display:grid;place-items:center;border-radius:10px;background:#edf4fa}.module-stat-grid small,.module-stat-grid strong{display:block}.module-stat-grid strong{color:#0b2e4e;font-size:19px}.module-stat-grid small{color:#72869a;font-size:9px}.learning-bars{display:grid;gap:12px}.learning-bars>div{display:grid;grid-template-columns:240px minmax(0,1fr) 40px;align-items:center;gap:10px}.learning-bars span{overflow:hidden;color:#3d5a72;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.learning-bars>div>div{height:10px;overflow:hidden;border-radius:20px;background:#e6edf3}.learning-bars i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b5e9d,#25a9e0)}.learning-bars strong{color:#0b3558}.data-entry-card{align-self:start;display:grid;gap:10px}.service-stat-grid{margin-top:0}@media (max-width:1000px){.library-grid{grid-template-columns:repeat(2,1fr)}.module-stat-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:820px){.cbt-layout,.data-module-layout,.simulator-card,.smcp-layout,.user-management-grid,.virtual-tour-layout{grid-template-columns:1fr}.cbt-generator-card,.cbt-question-card,.data-entry-card,.module-card,.ship-map-card,.smcp-card,.smcp-practice-card,.station-detail-card,.user-form-card,.user-list-card{padding:15px;border-radius:13px}.ship-silhouette{min-height:300px}.simulator-screen{min-height:330px}.simulator-panel{max-height:none;padding:16px}.simulator-wheel{font-size:100px}.engine-icon{font-size:110px}.module-stat-grid{grid-template-columns:repeat(2,1fr)}.learning-bars>div{grid-template-columns:115px minmax(0,1fr) 32px}}@media (max-width:520px){.library-grid{grid-template-columns:1fr}.module-card-header{align-items:flex-start;flex-direction:column}.module-card-header>input{width:100%}.ship-silhouette{min-height:250px}.ship-body{font-size:105px}.ship-silhouette button{width:29px;height:29px;font-size:10px}.module-stat-grid article{min-height:73px;padding:10px}.module-stat-grid strong{font-size:15px}.table-actions{min-width:190px}}.grouped-nav{display:block}.grouped-nav section{margin-bottom:13px}.grouped-nav section>p{margin:0 11px 5px;color:#7089a0;font-size:8px;font-weight:900;letter-spacing:.17em}.system-credit{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 16px;padding:18px 5px 24px;color:#718499;font-size:9px}.system-credit strong{color:#244864}.creator-credit{margin-top:13px;padding:10px;border:1px solid #d8e2eb;border-radius:9px;color:#526b81;text-align:center;font-size:10px;background:#f7fafc}.home-credit{width:100%;margin-top:8px;color:#94a7ba;text-align:center;font-size:9px}.clean-dashboard-hero{min-height:190px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:30px;color:white;border-radius:18px;background:radial-gradient(circle at 88% 15%,rgba(38,139,219,.42),transparent 20rem),linear-gradient(120deg,#061a33,#0a3966)}.clean-dashboard-hero h2{margin:5px 0 8px;font-size:clamp(27px,4vw,40px)}.clean-dashboard-hero p:last-child{margin:0;color:#bfd0e1}.clean-dashboard-hero img{width:125px;height:125px;object-fit:contain}.clean-dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.clean-dashboard-card{min-height:190px;display:flex;flex-direction:column;padding:19px;border:1px solid #d9e3ec;border-top:4px solid #0b6eae;border-radius:14px;color:#153651;text-decoration:none;background:white}.clean-dashboard-card.gold{border-top-color:#d4a928}.clean-dashboard-card.green{border-top-color:#2a9d69}.clean-dashboard-card.purple{border-top-color:#7456b8}.clean-dashboard-card>span{font-size:29px}.clean-dashboard-card h3{margin:13px 0 7px;font-size:15px}.clean-dashboard-card p{flex:1 1;margin:0;color:#718498;font-size:10px;line-height:1.5}.clean-dashboard-card strong{margin-top:13px;color:#0a5e9b;font-size:10px}.database-hero-card,.database-summary-card,.workflow-card{margin-top:16px;padding:22px;border:1px solid #d9e3ec;border-radius:15px;background:white}.database-summary-card{display:flex;align-items:center;justify-content:space-between;gap:15px}.database-hero-card h2,.database-summary-card h2,.workflow-card h2{margin:0;color:#0b2e4d}.database-count-chips{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.database-count-chips span{padding:6px 9px;border-radius:20px;color:#315875;background:#edf4fa;font-size:9px}.workflow-card ol{margin:13px 0 0;padding-left:20px;color:#536d83;font-size:11px;line-height:1.65}.generator-tool-strip{display:flex;gap:7px;margin-bottom:14px;padding:6px;overflow-x:auto;border:1px solid #d8e2eb;border-radius:12px;background:white}.generator-tool-strip button{flex:0 0 auto;min-height:41px;padding:0 12px;border:0;border-radius:8px;color:#48647c;cursor:pointer;background:transparent;font-size:10px;font-weight:800}.generator-tool-strip button.active{color:#07182d;background:#f4c542}.simple-generator-layout{display:grid;grid-template-columns:390px minmax(0,1fr);gap:14px}.simple-generator-form,.simple-generator-result{border:1px solid #d8e2eb;border-radius:15px;background:white}.simple-generator-form{align-self:start;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:18px}.simple-generator-form .wide,.simple-generator-form>.module-notice,.simple-generator-form>button,.simple-generator-form>h2,.simple-generator-form>p{grid-column:1/-1}.simple-generator-form h2{margin:0 0 4px;color:#0b2e4d}.simple-generator-form label{display:grid;gap:5px;color:#23465f;font-size:10px;font-weight:800}.simple-generator-form input,.simple-generator-form textarea{width:100%;padding:10px;border:1px solid #d1dce6;border-radius:8px;outline:none;color:#17334d}.simple-generator-form>button{min-height:43px;border:0;border-radius:9px;color:#07182d;cursor:pointer;font-weight:900;background:#f4c542}.simple-generator-result{min-width:0;padding:18px}.result-actions{display:flex;gap:6px}.result-actions button{min-height:34px;padding:0 9px;border:1px solid #ccd9e4;border-radius:7px;color:#315572;background:white}.simple-result-content{min-height:560px;max-height:740px;overflow:auto;padding:22px;border:1px solid #dce5ed;border-radius:10px;background:#fbfdff}.empty-state{min-height:400px;display:grid;place-content:center;justify-items:center;color:#73879a;text-align:center}.empty-state img{width:75px;height:75px;object-fit:contain}.recent-documents-card{margin-top:14px}.recent-documents-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.recent-documents-grid button{min-height:75px;display:flex;flex-direction:column;gap:5px;padding:11px;border:1px solid #dae4ed;border-radius:9px;text-align:left;color:#173a58;background:#fbfdff}.recent-documents-grid small{color:#788b9e;font-size:8px}.database-tabs{margin-bottom:14px}.database-hero-card{display:flex;align-items:center;justify-content:space-between;gap:20px;color:white;background:linear-gradient(120deg,#061a33,#0a3966)}.database-hero-card h2{color:white}.database-hero-card p:last-child{max-width:720px;color:#bfd1e2}.database-hero-card a{flex:0 0 auto;min-height:42px;display:inline-flex;align-items:center;padding:0 13px;border-radius:9px;color:#07182d;text-decoration:none;font-size:10px;font-weight:900;background:#f4c542}.database-module-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;margin-top:14px}.database-module-grid article,.database-module-grid button{min-height:105px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:13px;border:1px solid #d9e3ec;border-radius:11px;color:#173955;background:white}.database-module-grid button{cursor:pointer}.database-module-grid span{font-size:22px;font-weight:900;color:#0b5e9d}.database-module-grid strong{margin-top:5px;font-size:11px}.database-module-grid small{margin-top:3px;color:#7a8d9f;font-size:8px}.import-history-list{display:grid;gap:7px}.import-history-list article{display:grid;grid-template-columns:1fr auto auto;gap:10px;padding:10px;border:1px solid #dce5ed;border-radius:8px;color:#31516c;font-size:10px;background:#fbfdff}.excel-import-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:14px}.excel-preview-card,.excel-upload-card{border:1px solid #d8e2eb;border-radius:15px;background:white;padding:19px}.excel-upload-card img{width:70px;height:70px;object-fit:contain}.excel-upload-card h2{margin:7px 0;color:#0b2e4d}.excel-upload-card p{color:#6f8397;font-size:10px;line-height:1.55}.excel-upload-card a{display:flex;align-items:center;justify-content:center;min-height:39px;margin:12px 0;border-radius:8px;color:#07182d;text-decoration:none;font-weight:900;font-size:10px;background:#f4c542}.excel-upload-card label{display:grid;gap:7px;color:#264962;font-size:10px;font-weight:800}.excel-upload-card input{padding:9px;border:1px dashed #bdccd8;border-radius:8px}.excel-sheet-list{display:grid;gap:8px}.excel-sheet-list article{display:grid;grid-template-columns:24px 170px minmax(0,1fr);gap:9px;padding:11px;border:1px solid #dce5ed;border-radius:9px;background:#fbfdff}.excel-sheet-list article.has-error{border-color:#efc2c2;background:#fff7f7}.excel-sheet-list article>div{display:flex;flex-direction:column;gap:3px}.excel-sheet-list small,.excel-sheet-list span{color:#73879a;font-size:9px}.excel-sheet-list ul{margin:0;padding-left:18px;color:#9c3a3a;font-size:9px}.database-browser-head{display:grid;grid-template-columns:1fr 220px auto}.database-browser-head select{min-height:38px;border:1px solid #d0dce7;border-radius:8px;padding:0 9px}.database-limit-note{color:#7b8d9e;font-size:9px}.cloud-database-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cloud-database-grid .module-card p{color:#6d8296;line-height:1.55}.cloud-actions button,.cloud-database-grid .module-card>button{min-height:40px;padding:0 12px;border:0;border-radius:8px;color:#07182d;cursor:pointer;font-weight:900;background:#f4c542}.cloud-actions{display:flex;gap:7px}.executive-module-grid article{min-height:90px}.creator-credit strong{color:#0b3558}@media (max-width:1100px){.clean-dashboard-grid{grid-template-columns:repeat(2,1fr)}.database-module-grid{grid-template-columns:repeat(4,1fr)}.recent-documents-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:820px){.clean-dashboard-hero{min-height:160px;padding:22px 17px}.clean-dashboard-hero img{width:85px;height:85px;opacity:.24}.clean-dashboard-grid{grid-template-columns:1fr 1fr;gap:8px}.clean-dashboard-card{min-height:150px;padding:14px}.database-summary-card{align-items:flex-start;flex-direction:column}.database-count-chips{justify-content:flex-start}.cloud-database-grid,.excel-import-layout,.simple-generator-form,.simple-generator-layout{grid-template-columns:1fr}.simple-generator-form .wide,.simple-generator-form>*{grid-column:auto}.simple-result-content{min-height:400px;max-height:65vh;padding:14px}.database-module-grid{grid-template-columns:repeat(3,1fr)}.excel-sheet-list article{grid-template-columns:22px minmax(0,1fr)}.excel-sheet-list ul{grid-column:1/-1}.database-browser-head,.import-history-list article{grid-template-columns:1fr}}@media (max-width:500px){.clean-dashboard-grid{grid-template-columns:1fr}.clean-dashboard-card{min-height:128px}.database-module-grid{grid-template-columns:repeat(2,1fr)}.recent-documents-grid{grid-template-columns:1fr}.database-hero-card{align-items:flex-start;flex-direction:column}.system-credit{flex-direction:column;align-items:center}}.product-landing{min-height:100vh;color:#10283d;background:#f4f7fa}.product-nav{position:sticky;z-index:50;top:0;min-height:74px;justify-content:space-between;gap:22px;padding:10px clamp(18px,6vw,88px);border-bottom:1px solid rgba(216,226,235,.9);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.product-brand,.product-nav{display:flex;align-items:center}.product-brand{gap:11px;color:#092b48;text-decoration:none}.product-brand img{width:48px;height:48px;object-fit:contain}.product-brand div{display:flex;flex-direction:column;gap:2px}.product-brand strong{color:#092b48;font-size:17px;letter-spacing:.03em}.product-brand span{color:#71869a;font-size:10px}.product-nav nav{display:flex;align-items:center;gap:22px}.product-nav nav>a{color:#49657c;text-decoration:none;font-size:11px;font-weight:800}.product-nav .product-login-button{min-height:40px;display:inline-flex;align-items:center;padding:0 14px;border-radius:9px;color:#07182d;background:#f4c542}.product-hero{min-height:620px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);align-items:center;gap:clamp(32px,7vw,100px);padding:70px clamp(18px,7vw,110px);overflow:hidden;background:radial-gradient(circle at 83% 23%,rgba(32,135,211,.17),transparent 25rem),linear-gradient(145deg,#f7fafc,#eaf1f6)}.product-cta>div>p,.product-kicker,.product-section-heading>p{margin:0 0 8px;color:#0c659f;font-size:9px;font-weight:900;letter-spacing:.18em}.product-hero h1{max-width:850px;margin:0;color:#071f36;font-size:clamp(40px,6vw,73px);line-height:1.04;letter-spacing:-.045em}.product-hero-copy>p:not(.product-kicker){max-width:740px;margin:23px 0 0;color:#60768a;font-size:clamp(14px,1.6vw,18px);line-height:1.68}.product-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.product-primary-button,.product-secondary-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 19px;border-radius:10px;text-decoration:none;font-size:12px;font-weight:900}.product-primary-button{color:#07182d;background:#f4c542;box-shadow:0 12px 28px rgba(190,143,0,.2)}.product-secondary-button{color:#123c5d;border:1px solid #cbd8e3;background:white}.product-trust-row{display:flex;flex-wrap:wrap;gap:13px 23px;margin-top:23px;color:#4e6c83;font-size:10px;font-weight:800}.product-command-card{position:relative;padding:23px;border:1px solid rgba(255,255,255,.14);border-radius:22px;color:white;background:radial-gradient(circle at 85% 0,rgba(31,143,222,.55),transparent 18rem),linear-gradient(150deg,#06172c,#0a3a66);box-shadow:0 28px 80px rgba(7,32,55,.2)}.product-command-head{display:flex;align-items:center;gap:13px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}.product-command-head img{width:62px;height:62px;padding:4px;border-radius:13px;object-fit:contain;background:white}.product-command-head div{display:flex;flex-direction:column;gap:4px}.product-command-head small{color:#8eabc4;font-size:8px;font-weight:900;letter-spacing:.16em}.product-command-head strong{font-size:18px}.product-command-list{display:grid;gap:9px;margin-top:18px}.product-command-list>div{display:grid;grid-template-columns:43px minmax(0,1fr);align-items:center;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:rgba(255,255,255,.055)}.product-command-list>div>span{grid-row:1/3;width:41px;height:41px;display:grid;place-items:center;border-radius:10px;background:rgba(244,197,66,.12);font-size:20px}.product-command-list b{font-size:12px}.product-command-list small{color:#9fb4c8;font-size:9px}.product-system-status{display:flex;align-items:center;gap:8px;margin-top:18px;color:#c3d5e5;font-size:10px}.product-system-status i{width:8px;height:8px;border-radius:50%;background:#39dc8c;box-shadow:0 0 0 5px rgba(57,220,140,.12)}.product-access-section,.product-function-section,.product-workflow-section{padding:76px clamp(18px,7vw,110px)}.product-access-section,.product-function-section{background:white}.product-section-heading{max-width:760px}.product-section-heading h2{margin:0;color:#092844;font-size:clamp(29px,4vw,44px);line-height:1.12}.product-section-heading>span{display:block;margin-top:11px;color:#71869a;line-height:1.55}.product-function-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:31px}.product-function-grid a{min-height:220px;display:flex;flex-direction:column;padding:22px;border:1px solid #dce5ed;border-radius:15px;color:#123650;text-decoration:none;background:#fbfdff;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-function-grid a:hover{transform:translateY(-4px);border-color:#c6a029;box-shadow:0 17px 35px rgba(9,43,73,.08)}.product-function-grid a>span{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:#eaf3f9;font-size:24px}.product-function-grid h3{margin:15px 0 7px;color:#0c3150}.product-function-grid p{flex:1 1;margin:0;color:#6d8296;font-size:11px;line-height:1.55}.product-function-grid strong{margin-top:15px;color:#0b619c;font-size:10px}.product-workflow-section{background:#eff4f8}.product-workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:30px}.product-workflow-grid article{min-height:195px;padding:20px;border:1px solid #d7e2eb;border-radius:15px;background:white}.product-workflow-grid article>span{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;color:#07182d;background:#f4c542;font-weight:900}.product-workflow-grid h3{margin:17px 0 7px;color:#123752}.product-workflow-grid p{margin:0;color:#6e8396;font-size:11px;line-height:1.55}.product-access-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-top:30px}.product-access-grid article{min-height:145px;display:flex;gap:12px;padding:18px;border:1px solid #dce5ed;border-radius:13px;background:#fbfdff}.product-access-grid article>span{font-size:28px}.product-access-grid h3{margin:0 0 6px;color:#103654}.product-access-grid p{margin:0;color:#718498;font-size:10px;line-height:1.5}.product-cta{display:grid;grid-template-columns:80px minmax(0,1fr) auto;align-items:center;gap:20px;margin:0 clamp(18px,7vw,110px) 76px;padding:25px 30px;border-radius:18px;color:white;background:linear-gradient(120deg,#061a33,#0a3b68)}.product-cta img{width:77px;height:77px;object-fit:contain}.product-cta h2{margin:0;font-size:clamp(21px,3vw,32px)}.product-cta>div>span{display:block;margin-top:6px;color:#afc5d8;font-size:11px}.product-cta>a{min-height:43px;display:inline-flex;align-items:center;padding:0 15px;border-radius:9px;color:#07182d;text-decoration:none;font-size:11px;font-weight:900;background:#f4c542}.product-footer{min-height:120px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:24px;padding:25px clamp(18px,7vw,110px);color:#9db0c2;background:#06172c;font-size:9px}.product-footer-brand{display:flex;align-items:center;gap:10px}.product-footer-brand img{width:45px;height:45px;object-fit:contain}.product-footer-brand div,.product-footer-credit{display:flex;flex-direction:column;gap:3px}.product-footer-brand strong,.product-footer-credit strong{color:white}.product-login-page .login-card{align-content:center}.login-account-help{margin-top:18px;padding:12px;border:1px solid #d8e2eb;border-radius:9px;color:#526b81;background:#f7fafc}.login-account-help strong{color:#123a58;font-size:11px}.login-account-help p{margin:5px 0 0;font-size:10px;line-height:1.5}.database-start-import{flex:0 0 auto;min-height:42px;padding:0 15px;border:0;border-radius:9px;color:#07182d;cursor:pointer;font-size:10px;font-weight:900;background:#f4c542}.single-import-layout{display:grid;grid-template-columns:335px minmax(0,1fr);gap:14px}.single-import-preview,.single-import-steps{border:1px solid #d8e2eb;border-radius:15px;background:white}.single-import-steps{align-self:start;display:grid;gap:12px;padding:20px}.single-import-steps h2{margin:0;color:#0b2e4d}.single-import-steps>label{display:grid;gap:7px;color:#214761;font-size:10px;font-weight:800}.single-import-steps input,.single-import-steps select{width:100%;min-height:42px;padding:9px;border:1px solid #d0dce7;border-radius:8px;color:#17354f;background:white}.single-import-steps>a{min-height:42px;display:flex;align-items:center;justify-content:center;padding:0 10px;border-radius:9px;color:#07182d;text-decoration:none;text-align:center;font-size:10px;font-weight:900;background:#f4c542}.single-import-steps>p{margin:0;color:#718599;font-size:10px;line-height:1.55}.single-import-summary{display:flex;flex-direction:column;gap:4px;padding:12px;border:1px solid #cfe0ec;border-radius:9px;background:#eff7fc}.single-import-summary small,.single-import-summary span{color:#668096;font-size:9px}.single-import-summary strong{color:#0a3558}.single-import-preview{min-width:0;padding:19px}.selected-import-file{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px;padding:10px;border-radius:8px;color:#315875;background:#edf5fb;font-size:10px}.single-import-errors{margin-bottom:12px;padding:11px;border:1px solid #ecc4c4;border-radius:9px;color:#963838;background:#fff6f6;font-size:10px}.single-import-errors ul{margin:7px 0 0;padding-left:18px}@media (max-width:1000px){.product-access-grid,.product-function-grid,.product-workflow-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:820px){.product-nav{padding-inline:14px}.product-nav nav>a:not(.product-login-button){display:none}.product-hero{min-height:auto;grid-template-columns:1fr;padding:45px 16px}.product-hero h1{font-size:clamp(37px,10vw,55px)}.product-command-card{max-width:620px}.product-access-section,.product-function-section,.product-workflow-section{padding:55px 16px}.product-cta{grid-template-columns:62px minmax(0,1fr);margin:0 16px 55px;padding:20px}.product-cta img{width:60px;height:60px}.product-cta>a{grid-column:1/-1;justify-self:start}.product-footer{gap:12px;padding:25px 16px}.product-footer,.single-import-layout{grid-template-columns:1fr}}@media (max-width:520px){.product-brand span{display:none}.product-brand img{width:41px;height:41px}.product-nav .product-login-button{min-height:36px;padding-inline:10px;font-size:9px}.product-hero-actions{align-items:stretch;flex-direction:column}.product-primary-button,.product-secondary-button{width:100%}.product-trust-row{flex-direction:column;gap:8px}.product-access-grid,.product-function-grid,.product-workflow-grid{grid-template-columns:1fr}.product-function-grid a{min-height:170px}.selected-import-file{flex-direction:column}}@media (min-width:821px){.suite-sidebar{position:sticky;top:0;height:100dvh;min-height:0;overflow:hidden;padding-bottom:14px}.suite-sidebar .suite-brand,.suite-sidebar .suite-logout,.suite-sidebar .suite-profile{flex:0 0 auto}.suite-sidebar .grouped-nav{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:4px;margin-right:-4px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.suite-sidebar .grouped-nav::-webkit-scrollbar{width:5px}.suite-sidebar .grouped-nav::-webkit-scrollbar-track{background:transparent}.suite-sidebar .grouped-nav::-webkit-scrollbar-thumb{border-radius:20px;background:rgba(255,255,255,.18)}.suite-sidebar .suite-logout{width:100%;min-height:44px;margin-top:10px;border-color:rgba(244,197,66,.35);color:#ffffff;background:rgba(255,255,255,.075);font-weight:800}.suite-sidebar .suite-logout:hover{color:#07182d;background:#f4c542}}@media (max-height:760px) and (min-width:821px){.suite-sidebar{padding-top:12px}.suite-brand{padding-bottom:11px}.suite-profile{margin:10px 3px;padding:9px}.suite-nav a{min-height:36px;font-size:11px}.grouped-nav section{margin-bottom:8px}.grouped-nav section>p{margin-bottom:3px}}.shared-library-status{display:grid;gap:4px;margin:12px 0;padding:11px;border:1px solid #cfe0eb;border-radius:9px;color:#285773;background:#eef7fc;font-size:10px}.shared-library-status strong{color:#0a3558}.file-limit-note{display:flex;align-items:center;gap:7px;margin-top:8px;color:#668095;font-size:9px}.visibility-badge{display:inline-flex;align-items:center;min-height:25px;padding:0 8px;border-radius:20px;color:#1e704c;background:#e6f7ee;font-size:9px;font-weight:800}.upload-progress{height:9px;overflow:hidden;margin-top:9px;border-radius:20px;background:#e4ebf1}.upload-progress>i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b65a2,#38a9df);transition:width .2s ease}.pdf-upload-card.viewer{min-height:auto}@media (max-width:820px){.suite-sidebar .grouped-nav{min-height:auto}}.schedule-tabs{margin-bottom:14px}.schedule-hero{min-height:210px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);align-items:center;gap:28px;padding:28px;border-radius:18px;color:white;background:radial-gradient(circle at 88% 12%,rgba(36,148,220,.48),transparent 22rem),linear-gradient(125deg,#061a33,#0b416f)}.schedule-hero h2{max-width:760px;margin:4px 0 9px;font-size:clamp(28px,4vw,42px);line-height:1.08}.schedule-hero p:last-child{max-width:760px;margin:0;color:#bdd0e0;line-height:1.6}.schedule-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.schedule-status-grid article{min-height:78px;display:grid;place-content:center;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:11px;text-align:center;background:rgba(255,255,255,.07)}.schedule-status-grid strong{font-size:22px}.schedule-status-grid span{margin-top:2px;color:#adc4d7;font-size:9px}.schedule-workflow{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:14px}.schedule-workflow article{min-height:145px;padding:16px;border:1px solid #d9e3ec;border-radius:12px;background:white}.schedule-workflow article>span{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;color:#07182d;background:#f4c542;font-weight:900}.schedule-workflow h3{margin:12px 0 5px;color:#123752;font-size:13px}.schedule-workflow p{margin:0;color:#718498;font-size:9px;line-height:1.5}.schedule-setup-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px}.schedule-setup-card p{color:#6d8296;line-height:1.5}.schedule-generation-result .module-card-header>button,.schedule-setup-card>button{flex:0 0 auto;min-height:41px;padding:0 13px;border:0;border-radius:9px;color:#07182d;cursor:pointer;font-weight:900;background:#f4c542}.schedule-master-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.schedule-form-card,.schedule-generate-card,.schedule-generation-result,.schedule-load-form,.schedule-preference-form{border:1px solid #d8e2eb;border-radius:15px;background:white;box-shadow:0 10px 28px rgba(9,42,71,.05);padding:18px}.schedule-form-card{align-self:start;display:grid;gap:9px}.schedule-form-card h2,.schedule-generate-card h2,.schedule-load-form h2,.schedule-preference-form h2{margin:0 0 3px;color:#0b2e4d}.schedule-form-card label,.schedule-generate-card label,.schedule-load-form label,.schedule-preference-form label{display:grid;gap:5px;color:#224760;font-size:10px;font-weight:800}.schedule-form-card input,.schedule-form-card select,.schedule-generate-card input,.schedule-generate-card select,.schedule-load-form input,.schedule-load-form select,.schedule-load-form textarea,.schedule-preference-form input,.schedule-preference-form select,.schedule-preference-form textarea{width:100%;min-height:40px;padding:9px 10px;border:1px solid #d0dce7;border-radius:8px;color:#17354f;outline:none;background:white}.schedule-form-card>button,.schedule-generate-card>button,.schedule-load-form>button,.schedule-preference-form>button{min-height:43px;border:0;border-radius:9px;color:#07182d;cursor:pointer;font-weight:900;background:#f4c542}.schedule-mini-list{max-height:235px;display:grid;gap:5px;margin-top:5px;overflow-y:auto}.schedule-mini-list>div{display:grid;grid-template-columns:58px minmax(0,1fr) 28px;align-items:center;gap:7px;padding:7px;border:1px solid #dde6ee;border-radius:7px;color:#426079;background:#fbfdff;font-size:9px}.schedule-mini-list b{color:#0b4b79}.schedule-mini-list button{width:27px;height:27px;border:1px solid #edcaca;border-radius:6px;color:#9f3535;cursor:pointer;background:#fff4f4}.schedule-template-card{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:18px}.schedule-template-card>div:last-child{display:flex;flex-wrap:wrap;gap:7px}.schedule-load-layout .module-card-header a,.schedule-template-card a{min-height:35px;display:inline-flex;align-items:center;padding:0 9px;border:1px solid #cad9e4;border-radius:7px;color:#245777;text-decoration:none;font-size:9px;font-weight:800;background:white}.schedule-generate-layout,.schedule-load-layout,.schedule-preference-layout{display:grid;grid-template-columns:390px minmax(0,1fr);gap:13px}.schedule-generate-card,.schedule-load-form,.schedule-preference-form{align-self:start;display:grid;gap:10px}.schedule-load-form fieldset,.schedule-preference-form fieldset{margin:0;padding:11px;border:1px solid #d9e3ec;border-radius:9px}.schedule-load-form legend,.schedule-preference-form legend{padding:0 5px;color:#234760;font-size:10px;font-weight:800}.schedule-checkbox-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.schedule-checkbox-grid label,.schedule-subject-checks label{display:flex;align-items:flex-start;gap:6px;min-height:auto;color:#526b80;font-size:9px;font-weight:600}.schedule-checkbox-grid input,.schedule-subject-checks input{width:auto;min-height:auto;margin-top:1px}.schedule-subject-checks{max-height:210px;display:grid;gap:6px;overflow-y:auto}.schedule-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:8px}.schedule-three-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.schedule-load-layout .module-card,.schedule-preference-layout .module-card{min-width:0}.schedule-generate-card{min-height:430px}.schedule-rule-list{display:grid;gap:8px;padding:12px;border:1px solid #cfe0eb;border-radius:9px;color:#315a76;background:#eff7fc;font-size:9px}.schedule-generation-result{min-height:430px}.schedule-result-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.schedule-result-stats article{min-height:84px;display:grid;place-content:center;border:1px solid #dae4ed;border-radius:10px;text-align:center;background:#fbfdff}.schedule-result-stats strong{color:#0b4f80;font-size:22px}.schedule-result-stats span{color:#72869a;font-size:8px}.schedule-warning-list{max-height:235px;margin-top:12px;padding:12px;overflow-y:auto;border:1px solid #edcccc;border-radius:9px;color:#8c3636;background:#fff7f7;font-size:10px}.schedule-warning-list p{margin:8px 0 0;padding-top:8px;border-top:1px solid #f0d9d9}.schedule-valid-banner{margin-top:12px;padding:12px;border-radius:9px;color:#176a45;background:#e5f7ed;font-size:10px;font-weight:800}.schedule-view-controls{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr)) auto;align-items:end;gap:8px;margin-bottom:12px;padding:13px;border:1px solid #d8e2eb;border-radius:12px;background:white}.schedule-view-controls label{display:grid;gap:5px;color:#234760;font-size:9px;font-weight:800}.schedule-view-controls select{min-height:38px;padding:0 8px;border:1px solid #d0dce7;border-radius:8px;color:#17354f;background:white}.schedule-view-controls>div{display:flex;gap:6px}.schedule-view-controls button{min-height:38px;padding:0 10px;border:1px solid #cbd8e3;border-radius:8px;color:#214e6d;cursor:pointer;background:white;font-size:9px;font-weight:800}.schedule-view-controls button:first-child{color:#07182d;border-color:#f4c542;background:#f4c542}.schedule-list-view,.schedule-master-table-wrap{min-width:0;padding:17px;border:1px solid #d8e2eb;border-radius:14px;background:white}.schedule-print-heading{margin-bottom:11px}.schedule-print-heading h2{margin:0;color:#0b2e4d}.schedule-print-heading span{color:#71869a;font-size:9px}.schedule-master-table{width:100%;min-width:950px;border-collapse:collapse;table-layout:fixed}.schedule-master-table-wrap{overflow-x:auto}.schedule-master-table td,.schedule-master-table th{height:68px;padding:6px;border:1px solid #9fb0bf;text-align:center;vertical-align:middle;font-size:9px}.schedule-master-table thead th{height:38px;color:white;background:#0a355c}.schedule-master-table tbody th{width:60px;color:#173a58;background:#eef4f8}.schedule-master-table tbody td:nth-child(2){width:105px;color:#526b80;background:#f8fafc}.schedule-master-table td.filled{background:#eef7fc}.schedule-master-table td b,.schedule-master-table td small,.schedule-master-table td span{display:block}.schedule-master-table td b{color:#083f69;font-size:11px}.schedule-master-table td span{margin-top:3px;color:#365a73;font-size:8px}.schedule-master-table td small{margin-top:3px;color:#7a8d9f;font-size:7px}.schedule-results-section .empty-state{min-height:360px}@media (max-width:1100px){.schedule-hero{grid-template-columns:1fr}.schedule-workflow{grid-template-columns:repeat(3,1fr)}.schedule-view-controls{grid-template-columns:repeat(3,minmax(140px,1fr))}.schedule-view-controls>div{grid-column:1/-1}}@media (max-width:820px){.schedule-hero{min-height:auto;padding:21px 16px}.schedule-status-grid{grid-template-columns:repeat(3,1fr)}.schedule-workflow{grid-template-columns:repeat(2,1fr)}.schedule-setup-card,.schedule-template-card{align-items:flex-start;flex-direction:column}.schedule-generate-layout,.schedule-load-layout,.schedule-master-grid,.schedule-preference-layout{grid-template-columns:1fr}.schedule-view-controls{grid-template-columns:1fr 1fr}.schedule-result-stats{grid-template-columns:repeat(2,1fr)}.schedule-list-view,.schedule-master-table-wrap{padding:12px}}@media (max-width:520px){.schedule-status-grid{grid-template-columns:repeat(2,1fr)}.schedule-three-cols,.schedule-two-cols,.schedule-view-controls,.schedule-workflow{grid-template-columns:1fr}.schedule-checkbox-grid{grid-template-columns:1fr 1fr}.schedule-view-controls>div{grid-column:auto;display:grid;grid-template-columns:1fr 1fr}}