:root{--navy:#0d1b2e;--navy2:#12233d;--blue:#236dff;--canvas:#f4f7fb;--border:#e5eaf2;--text:#172033;--muted:#748096}*{box-sizing:border-box}body{background:var(--canvas);color:var(--text);margin:0;font-family:Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.loading{place-items:center;min-height:100vh;display:grid}.shell{grid-template-columns:270px 1fr;min-height:100vh;display:grid}.sidebar{background:linear-gradient(180deg,var(--navy),var(--navy2));color:#fff;height:100vh;padding:24px 18px;position:sticky;top:0}.brand{align-items:center;gap:12px;margin-bottom:28px;display:flex}.brand-mark{background:#ffffff12;border:1px solid #ffffff20;border-radius:14px;place-items:center;width:45px;height:45px;display:grid}.brand h1{margin:0;font-size:18px}.brand span{color:#b8cae4;font-size:12px}.nav-label{letter-spacing:.09em;text-transform:uppercase;color:#8fa4c3;margin:18px 10px 8px;font-size:10px}.nav-label.next{margin-top:30px}.nav-item{color:#dbe7f8;border-radius:10px;align-items:center;gap:11px;margin:3px 0;padding:11px 12px;display:flex}.nav-item:hover,.nav-item.active{background:linear-gradient(135deg,#2c7bff,#1552c8)}.schedule{color:#c7d5e9;background:#0002;border-radius:12px;padding:14px;font-size:12px;line-height:1.7}.main{min-width:0}.topbar{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;height:76px;padding:0 28px;display:flex}.user{align-items:center;gap:10px;display:flex}.user span{background:#f2f5f9;border-radius:10px;padding:9px 12px}.user button{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;padding:9px}.content{max-width:1700px;margin:auto;padding:28px}.heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.heading h2{margin:0;font-size:28px}.heading p{color:var(--muted);margin:7px 0 0}.card{border:1px solid var(--border);background:#fff;border-radius:18px;box-shadow:0 8px 24px #1626410d}.metrics{grid-template-columns:repeat(4,1fr);gap:17px;display:grid}.metric{min-height:128px;padding:20px}.metric span{color:var(--muted);font-size:13px;font-weight:700;display:block}.metric strong{margin:9px 0;font-size:36px;display:block}.metric small{color:#9aa5b5}.status-row{grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0;display:grid}.status-row div{border:1px solid var(--border);background:#fff;border-radius:12px;padding:13px;font-size:12px}.status-row b{margin-bottom:5px;display:block}.grid{grid-template-columns:2fr 1fr;gap:18px;display:grid}.panel{padding:20px}.panel-head{justify-content:space-between;align-items:center;display:flex}.panel h3{margin-top:0}.empty{min-height:180px;color:var(--muted);place-items:center;display:grid}.table{overflow-x:auto}table{border-collapse:collapse;width:100%}th{text-align:left;text-transform:uppercase;color:#778398;border-bottom:1px solid var(--border);padding:12px;font-size:11px}td{border-bottom:1px solid #edf0f5;padding:13px 12px;font-size:13px}.timeline{border-left:2px solid #dbe7fb;flex-direction:column;gap:5px;padding:10px 0 10px 18px;display:flex}.timeline small{color:var(--muted)}.primary,.secondary,.danger{cursor:pointer;border-radius:10px;padding:10px 14px;font-weight:750;display:inline-block}.primary{color:#fff;background:linear-gradient(135deg,#2c7bff,#1552c8);border:0}.secondary{border:1px solid var(--border);color:#40506a;background:#fff}.danger{color:#b42318;background:#fff0ee;border:0}.full{width:100%}.badge{color:#2762ce;background:#edf3ff;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:750;display:inline-flex}.badge.danger{color:#d92d20;background:#fff0ee}.badge.success{color:#087a43;background:#ecfdf3}.badge.warning{color:#b76e00;background:#fff7e6}.toolbar{gap:10px;margin-bottom:16px;display:flex}.input,.textarea{background:#fff;border:1px solid #dce3ed;border-radius:10px;width:100%;padding:11px 12px}.textarea{resize:vertical;min-height:100px}.search{max-width:330px}.form-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.form-grid label{color:#526078;font-size:12px;font-weight:700}.form-grid label .input,.form-grid label .textarea{margin-top:7px;display:block}.wide{grid-column:1/-1}.actions{grid-column:1/-1;justify-content:flex-end;gap:10px;display:flex}.notice{color:#1e5ba7;background:#edf6ff;border-radius:12px;margin-bottom:14px;padding:12px 14px}.notice.error{color:#b42318;background:#fff0ee}.backdrop{z-index:50;background:#06112190;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:18px;width:min(780px,100%);max-height:90vh;padding:22px;overflow:auto}.modal-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.modal-head h3{margin:0}.task-head{gap:8px;padding:18px;display:flex}.tabs{gap:8px;margin:18px 0;display:flex}.tabs button{border:1px solid var(--border);background:#fff;border-radius:10px;padding:9px 13px;font-weight:700}.tabs button.active{color:#1552c8;background:#eaf2ff}@media (max-width:1000px){.shell{grid-template-columns:1fr}.sidebar{display:none}.metrics{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:1fr}}@media (max-width:700px){.content{padding:18px}.metrics,.status-row,.form-grid{grid-template-columns:1fr}.heading{flex-direction:column}}.primary,.secondary,.danger{justify-content:center;align-items:center;gap:7px;display:inline-flex}.nav-item span:nth-child(2){flex:1}.nav-count,.top-count{place-items:center;min-width:20px;height:20px;font-weight:800;color:#fff!important;background:#ef4444!important;border-radius:999px!important;padding:0!important;font-size:10px!important;display:inline-grid!important}.top-count{min-width:17px;height:17px;position:absolute;top:-7px;right:-7px}.top-icon{border:1px solid var(--border);background:#fff;border-radius:10px;place-items:center;width:38px;height:38px;display:grid;position:relative}.topbar{gap:20px}.top-search{border:1px solid var(--border);width:min(440px,42vw);height:42px;color:var(--muted);background:#f8fafc;border-radius:12px;align-items:center;gap:9px;padding:0 12px;display:flex}.top-search input{width:100%;color:var(--text);background:0 0;border:0;outline:0}.heading-actions{align-items:center;gap:10px;display:flex}.status-row.five{grid-template-columns:repeat(5,1fr)}.dashboard-grid{align-items:start}.right-stack{gap:18px;display:grid}.small-empty{min-height:100px}.counter-pill{color:#2762ce;background:#eef4ff;border-radius:999px;place-items:center;min-width:30px;height:28px;font-size:12px;font-weight:800;display:inline-grid}.inline-actions{flex-wrap:wrap;gap:6px;display:flex}.task-head{flex-wrap:wrap;align-items:center}.task-head>span:not(.badge){color:var(--muted);padding-left:8px;font-size:12px}.meeting-summary{gap:10px}.large-textarea{min-height:180px}.helper-text{color:var(--muted);margin:14px 0 0;font-size:12px}.participant-picker{background:#fbfcfe;border:1px solid #dce3ed;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:220px;margin-top:7px;padding:12px;display:grid;overflow:auto}.check-option{background:#fff;border:1px solid #edf0f5;border-radius:8px;align-items:center;gap:8px;padding:8px;font-weight:600!important;display:flex!important}.check-option input{margin:0}.participant-list{gap:10px;display:grid}.participant-card{border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.participant-card div{flex-direction:column;gap:4px;display:flex}.participant-card span,.participant-card small{color:var(--muted);font-size:12px}.attachments-layout{grid-template-columns:1.5fr 1fr;gap:18px;display:grid}.attachment-list{gap:10px;display:grid}.attachment-item{border:1px solid var(--border);border-radius:13px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px;display:grid}.attachment-icon{color:#2762ce;background:#eef4ff;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.attachment-info{flex-direction:column;gap:4px;min-width:0;display:flex}.attachment-info b{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.attachment-info small,.attachment-info span{color:var(--muted);font-size:12px}.attachment-actions{gap:6px;display:flex}.icon-button{width:38px;height:38px;padding:0}.notification-panel{padding:0;overflow:hidden}.notification-list{display:grid}.notification-item{border-bottom:1px solid var(--border);background:#f9fbff}.notification-item:last-child{border-bottom:0}.notification-item.read{background:#fff}.notification-link{text-align:left;justify-content:space-between;align-items:center;gap:18px;width:100%;padding:18px 20px;display:flex}.plain-button{cursor:pointer;background:0 0;border:0}.notification-main{min-width:0}.notification-title-row{align-items:center;gap:8px;display:flex}.notification-main p{color:#526078;margin:7px 0}.notification-main small{color:var(--muted)}.unread-dot{background:#236dff;border-radius:50%;flex:none;width:8px;height:8px}.global-search-form{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-bottom:18px;padding:14px;display:grid}.global-search-form .input{background:#f7f9fc;border:0}.search-summary{color:var(--muted);margin:12px 0 18px}.search-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.search-result-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;padding:13px 0;display:flex}.search-result-item:last-child{border-bottom:0}.search-result-item>div{flex-direction:column;gap:5px;min-width:0;display:flex}.search-result-item span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}@media (max-width:1200px){.topbar>strong{display:none}.top-search{width:min(520px,55vw)}.status-row.five{grid-template-columns:repeat(3,1fr)}.attachments-layout{grid-template-columns:1fr}}@media (max-width:1000px){.top-search{width:60vw}.search-sections,.participant-picker{grid-template-columns:1fr}}@media (max-width:700px){.topbar{padding:0 16px}.top-search{flex:1;width:auto}.top-search input{min-width:0}.user>span{display:none}.heading-actions{flex-wrap:wrap;width:100%}.status-row.five,.attachments-layout{grid-template-columns:1fr}.notification-link{align-items:flex-start}.global-search-form{grid-template-columns:auto 1fr}.global-search-form .primary{grid-column:1/-1}.tabs{padding-bottom:4px;overflow:auto}.participant-card{flex-direction:column;align-items:flex-start}}.settings-grid{grid-template-columns:1.25fr .75fr;gap:18px;margin-bottom:18px;display:grid}.settings-section{margin-top:18px}.integration-card{min-height:280px}.integration-status{border:1px solid var(--border);background:#f8fafc;border-radius:14px;align-items:center;gap:14px;margin:16px 0;padding:18px;display:flex}.integration-status>div:last-child{flex-direction:column;gap:5px;min-width:0;display:flex}.integration-status span,.integration-status small{color:var(--muted);overflow-wrap:anywhere}.integration-logo{color:#236dff;background:#eaf2ff;border-radius:16px;flex:none;place-items:center;width:54px;height:54px;display:grid}.schedule-list{gap:10px;margin-top:15px;display:grid}.schedule-list>div{border:1px solid var(--border);background:#fbfcfe;border-radius:12px;justify-content:space-between;gap:16px;padding:13px;display:flex}.schedule-list span{color:var(--muted);text-align:right;font-size:12px}.toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.toggle-card{border:1px solid var(--border);background:#fbfcfe;border-radius:12px;align-items:flex-start;gap:10px;padding:13px;font-weight:600!important;display:flex!important}.toggle-card input{margin-top:3px}.toggle-card span{flex-direction:column;gap:4px;display:flex}.toggle-card small{color:var(--muted);font-weight:500;line-height:1.4}.automation-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.run-details{white-space:nowrap;text-overflow:ellipsis;max-width:420px;color:var(--muted);overflow:hidden}.integration-option{background:#f6f9ff;border:1px solid #cfe0ff;border-radius:12px;align-items:flex-start;gap:11px;padding:14px;display:flex!important}.integration-option input{margin-top:4px}.integration-option span{flex-direction:column;gap:4px;display:flex}.integration-option small{color:var(--muted);font-weight:500;line-height:1.4}.calendar-link{display:inline-flex}.google-sync-summary{align-items:center;gap:6px;display:inline-flex}.notice.wide{grid-column:1/-1}@media (max-width:1050px){.settings-grid,.toggle-grid{grid-template-columns:1fr}}.daily-brief{margin:22px 0}.daily-brief h3,.assistant-grid h3{align-items:center;gap:8px;display:flex}.daily-sections{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.daily-section{background:#f7f9fc;border:1px solid #e5eaf2;border-radius:14px;flex-direction:column;gap:8px;padding:14px;display:flex}.daily-section ul{color:#566176;margin:0;padding-left:18px}.daily-section span{color:#7c879b}.assistant-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:18px;display:grid}.chat-box{flex-direction:column;gap:10px;min-height:360px;max-height:520px;padding:4px;display:flex;overflow:auto}.chat-message{border-radius:14px;max-width:88%;padding:12px 14px}.chat-message.user{background:#eaf2ff;align-self:flex-end}.chat-message.assistant{background:#f4f6f8;align-self:flex-start}.chat-message p{white-space:pre-wrap;margin:6px 0 0}.chat-form{gap:10px;margin-top:12px;display:flex}.chat-form .input{flex:1}.smart-preview{background:#f9fbfd;border:1px solid #dce4ef;border-radius:14px;flex-direction:column;gap:7px;margin-top:16px;padding:16px;display:flex}@media (max-width:980px){.assistant-grid{grid-template-columns:1fr}}.smart-preview-title{text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-size:12px;font-weight:800}.smart-confirm-row{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.warning-text{color:#b45309}.notice.success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.smart-field{flex-direction:column;gap:6px;margin-top:8px;display:flex}.smart-field>span{color:#475569;font-size:12px;font-weight:700}.smart-field input,.smart-field select{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #dbe3ef;border-radius:10px;padding:10px 12px}.smart-responsible-warning{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;flex-direction:column;gap:8px;margin-top:8px;padding:10px 12px;font-size:12px;display:flex}.secondary.compact{align-self:flex-start;padding:7px 10px;font-size:12px}.smart-followup-box{background:#f8fbff;border:1px solid #dbeafe;border-radius:12px;flex-direction:column;gap:8px;margin-top:10px;padding:12px;display:flex}.smart-check{color:#1e293b;align-items:center;gap:8px;font-weight:700;display:flex}.smart-check input{width:16px;height:16px}.meeting-ai-card{flex-direction:column;gap:14px;margin-top:18px;display:flex}.section-title-row h2{margin:0 0 4px}.meeting-transcript{resize:vertical;color:#0f172a;width:100%;min-height:180px;font:inherit;background:#fff;border:1px solid #dbe3ef;border-radius:12px;padding:14px;line-height:1.5}.meeting-summary{background:#f8fbff;border:1px solid #dbeafe;border-radius:12px;flex-direction:column;gap:5px;padding:12px 14px;display:flex}.meeting-actions-list{flex-direction:column;gap:12px;display:flex}.meeting-actions-header{flex-direction:column;gap:3px;display:flex}.meeting-action-item{background:#fff;border:1px solid #dbe3ef;border-radius:14px;flex-direction:column;gap:8px;padding:14px;display:flex}.meeting-action-item.is-disabled{opacity:.58;background:#f8fafc}.meeting-action-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.meeting-description{color:#334155;margin:2px 0;line-height:1.45}@media (max-width:900px){.meeting-action-grid{grid-template-columns:1fr}}.g101-login-page{--g101-navy:#071a35;--g101-navy-2:#0b274c;--g101-orange:#ff7a12;--g101-gold:#ffb21a;--g101-ink:#0b1f3d;--g101-muted:#64748b;background:#f6f8fc;grid-template-columns:minmax(0,1.08fr) minmax(520px,.92fr);min-height:100vh;display:grid;overflow:hidden}.g101-login-hero{color:#fff;isolation:isolate;background:radial-gradient(circle at 8% 92%,#ff910f33,#0000 23%),radial-gradient(circle at 86% 18%,#25589733,#0000 30%),linear-gradient(145deg,#06162c 0%,#082140 54%,#071a35 100%);align-items:center;min-height:100vh;padding:64px clamp(56px,7vw,118px);display:flex;position:relative}.g101-hero-content{z-index:3;width:min(720px,100%);position:relative}.g101-logo{object-fit:contain;display:block}.g101-logo-hero{object-position:left center;filter:drop-shadow(0 8px 22px #0000001f);width:min(310px,54%);max-height:176px;margin:0 0 56px}.g101-hero-copy h1{letter-spacing:-.04em;max-width:690px;margin:0;font-size:clamp(42px,4.35vw,72px);font-weight:800;line-height:1.08}.g101-hero-copy h1 span{color:var(--g101-gold)}.g101-hero-copy p{color:#d3deec;max-width:650px;margin:28px 0 0;font-size:clamp(17px,1.35vw,21px);line-height:1.65}.g101-pillars{grid-template-columns:repeat(3,minmax(0,1fr));max-width:700px;margin-top:58px;display:grid}.g101-pillar{text-align:center;border-right:1px solid #ffffff26;flex-direction:column;justify-content:center;align-items:center;min-height:148px;padding:18px 22px;display:flex}.g101-pillar:first-child{padding-left:0}.g101-pillar:last-child{border-right:0;padding-right:0}.g101-pillar svg{color:var(--g101-gold);margin-bottom:14px}.g101-pillar strong{color:#fff;font-size:15px}.g101-pillar span{color:#c5d2e4;max-width:150px;margin-top:7px;font-size:13px;line-height:1.45}.g101-hero-glow{z-index:0;border:2px solid #ff9c1673;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-170px;left:-180px;box-shadow:0 0 28px #ff7e0e4d,0 0 70px #ff7e0e29}.g101-hero-glow:after{content:"";border:1px solid #ffb31938;border-radius:50%;position:absolute;inset:56px}.g101-hero-wing{z-index:1;background:linear-gradient(90deg,#4876b20a,#4a75af30);border-radius:100% 0;width:390px;height:120px;position:absolute;right:-95px;transform:rotate(-57deg)}.g101-hero-wing-one{top:24%;right:-65px}.g101-hero-wing-two{width:430px;top:47%;right:-130px}.g101-hero-wing-three{width:320px;top:70%;right:-55px}.g101-login-area{background:radial-gradient(circle at 56% 48%,#dbe5f452,#0000 38%),linear-gradient(135deg,#f8fafc 0%,#f3f6fb 100%);place-items:center;min-height:100vh;padding:48px;display:grid}.g101-login-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #d8e1edeb;border-radius:24px;width:min(545px,100%);padding:44px 48px 34px;box-shadow:0 24px 60px #10264614,0 4px 16px #10264609}.g101-card-brand{justify-content:center;margin-bottom:20px;display:flex}.g101-logo-card{object-position:center;width:min(230px,58%);max-height:128px}.g101-login-heading{text-align:center}.g101-login-heading h2{color:var(--g101-ink);letter-spacing:-.025em;margin:0;font-size:32px;line-height:1.15}.g101-login-heading p{color:var(--g101-muted);margin:8px 0 0;font-size:16px}.g101-heading-accent{background:linear-gradient(90deg,var(--g101-orange),var(--g101-gold));border-radius:99px;width:48px;height:3px;margin:17px auto 22px;display:block}.g101-login-error{margin:0 0 18px}.g101-login-form{flex-direction:column;display:flex}.g101-login-form>label{color:#16243b;margin:0 0 8px;font-size:13px;font-weight:750}.g101-login-form>label:not(:first-child){margin-top:18px}.g101-input-wrap{color:#66758b;background:#fff;border:1px solid #d8e0ec;border-radius:12px;align-items:center;gap:11px;min-height:54px;padding:0 15px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;box-shadow:0 1px 2px #10264605}.g101-input-wrap:focus-within{border-color:#f3a028;box-shadow:0 0 0 4px #ff9f1c1c}.g101-input-wrap input{color:#13243e;width:100%;min-width:0;height:52px;font:inherit;background:0 0;border:0;outline:0}.g101-input-wrap input::placeholder{color:#a1adbd}.g101-password-toggle{color:#65758a;cursor:pointer;background:0 0;border:0;border-radius:9px;flex:none;place-items:center;width:38px;height:38px;display:grid}.g101-password-toggle:hover{color:#233b5d;background:#f4f7fb}.g101-login-button{color:#fff;cursor:pointer;background:linear-gradient(105deg,#061d45 0%,#0a3765 34%,#df871d 74%,#ff9d12 100%);border:0;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:58px;margin-top:28px;font-size:16px;font-weight:800;transition:transform .18s,box-shadow .18s,filter .18s;display:flex;box-shadow:0 12px 26px #143f6f24}.g101-login-button:hover:not(:disabled){filter:saturate(1.05);transform:translateY(-1px);box-shadow:0 16px 30px #143f6f2e}.g101-login-button:disabled{opacity:.72;cursor:wait}.g101-card-footer{color:#7a8798;border-top:1px solid #e4e9f1;justify-content:center;align-items:center;gap:9px;margin-top:34px;padding-top:22px;font-size:13px;display:flex}.g101-card-footer i{color:#f29a21;font-style:normal}@media (max-width:1150px){.g101-login-page{grid-template-columns:minmax(0,.95fr) minmax(480px,1.05fr)}.g101-login-hero{padding:52px 46px}.g101-logo-hero{width:260px;margin-bottom:42px}.g101-pillars{margin-top:44px}}@media (max-width:900px){.g101-login-page{grid-template-columns:1fr;min-height:100dvh}.g101-login-hero{align-items:flex-start;min-height:auto;padding:32px 24px 36px}.g101-hero-content{width:100%}.g101-logo-hero{width:180px;max-height:98px;margin:0 0 26px}.g101-hero-copy h1{max-width:570px;font-size:clamp(31px,8vw,46px)}.g101-hero-copy p{max-width:610px;margin-top:16px;font-size:15px}.g101-pillars{display:none}.g101-hero-wing{opacity:.5}.g101-login-area{place-items:start center;min-height:auto;padding:30px 20px 42px}.g101-login-card{z-index:5;border-radius:20px;width:min(540px,100%);margin-top:-18px;padding:32px 28px 28px;position:relative}.g101-logo-card{width:190px}}@media (max-width:520px){.g101-login-hero{padding:26px 20px 34px}.g101-logo-hero{width:150px;margin-bottom:20px}.g101-hero-copy h1{font-size:32px}.g101-hero-copy p{font-size:14px;line-height:1.55}.g101-login-area{padding:0 14px 28px}.g101-login-card{border-radius:18px;margin-top:-14px;padding:27px 20px 24px}.g101-card-brand{margin-bottom:14px}.g101-logo-card{width:165px}.g101-login-heading h2{font-size:27px}.g101-login-heading p{font-size:14px}.g101-input-wrap{min-height:52px}.g101-login-button{min-height:54px;margin-top:24px}.g101-card-footer{flex-wrap:wrap;margin-top:27px;padding-top:19px}}:root{--g101-navy:#071a35;--g101-navy-2:#0b274c;--g101-navy-3:#10365f;--g101-orange:#ff7415;--g101-gold:#ffad17;--g101-gold-soft:#fff4df;--g101-canvas:#f5f7fb;--g101-ink:#0e203a;--g101-muted:#718096}body,.g101-shell{background:var(--g101-canvas)}.g101-sidebar{background:radial-gradient(circle at -20% 95%,#ff99112b,#0000 29%),linear-gradient(#06162d 0%,#09213f 58%,#071a35 100%);border-right:1px solid #ffffff0a;position:sticky;top:0;overflow:hidden;box-shadow:8px 0 30px #071a350d}.g101-sidebar-decoration{pointer-events:none;background:linear-gradient(90deg,#0000,#4a75af2e);border-radius:100% 0;width:260px;height:86px;position:absolute;top:180px;right:-120px;transform:rotate(-58deg)}.g101-sidebar-decoration:before,.g101-sidebar-decoration:after{content:"";background:linear-gradient(90deg,#0000,#4a75af1f);border-radius:100% 0;width:250px;height:78px;position:absolute}.g101-sidebar-decoration:before{top:78px;left:-20px}.g101-sidebar-decoration:after{top:156px;left:24px}.g101-brand{z-index:2;border-bottom:1px solid #ffffff14;gap:12px;margin-bottom:12px;padding:4px 4px 18px;position:relative}.g101-brand-symbol{background:linear-gradient(145deg,#ffffff14,#ffffff06);border:1px solid #ffffff1c;border-radius:13px;flex:0 0 46px;place-items:center;width:46px;height:46px;display:grid;overflow:hidden}.g101-brand-symbol img{object-fit:contain;object-position:center top;width:72px;height:56px;transform:translateY(-2px)}.g101-brand-copy{min-width:0}.g101-brand-copy h1{color:#fff;font-size:17px;line-height:1.2}.g101-brand-copy span{color:#ffae23;letter-spacing:.055em;text-transform:uppercase;margin-top:4px;font-size:11px;font-weight:750;display:block}.g101-sidebar .nav-label{z-index:2;color:#738eaf;letter-spacing:.13em;font-size:9px;font-weight:800;position:relative}.g101-nav{z-index:2;position:relative}.g101-sidebar .nav-item{color:#d6e1ef;border:1px solid #0000;min-height:43px;padding:11px 12px;transition:background .18s,color .18s,transform .18s,border-color .18s;position:relative}.g101-sidebar .nav-item svg{color:#9eb2cb;transition:color .18s}.g101-sidebar .nav-item:hover{color:#fff;background:#ffffff0e;border-color:#ffffff0b;transform:translate(2px)}.g101-sidebar .nav-item:hover svg{color:#ffb028}.g101-sidebar .nav-item.active{color:#fff;background:linear-gradient(95deg,#ff7712f5,#ffa915e6);border-color:#ffbf5b29;box-shadow:0 8px 18px #ff760e24,inset 0 1px #ffffff24}.g101-sidebar .nav-item.active svg{color:#fff}.g101-sidebar .nav-item.active:before{content:"";background:#ffd16b;border-radius:99px;width:3px;position:absolute;top:9px;bottom:9px;left:-8px}.g101-sidebar .nav-count{box-shadow:0 0 0 3px #f044381f;background:#f04438!important}.g101-schedule{z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000001f;border:1px solid #ffffff12;padding:10px;position:relative}.g101-schedule>div{justify-content:space-between;align-items:center;gap:10px;padding:6px 4px;display:flex}.g101-schedule span{color:#8fa6c3;font-size:10px}.g101-schedule strong{color:#edf3fb;text-align:right;font-size:10px;font-weight:750}.g101-sidebar-footer{z-index:2;border-top:1px solid #ffffff13;flex-direction:column;gap:3px;margin-top:20px;padding:15px 10px 4px;display:flex;position:relative}.g101-sidebar-footer span{color:#ffac20;letter-spacing:.045em;text-transform:uppercase;font-size:11px;font-weight:800}.g101-sidebar-footer small{color:#738aa7;font-size:9px}.g101-topbar{z-index:25;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border-bottom:1px solid #e7ebf1;height:72px;position:sticky;top:0;box-shadow:0 3px 15px #0e203a06}.g101-product-title{white-space:nowrap;align-items:center;gap:9px;display:flex}.g101-product-title strong{color:var(--g101-ink);font-size:14px}.g101-product-dot{background:linear-gradient(135deg,var(--g101-orange),var(--g101-gold));border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #ff91121a}.g101-top-search{background:#f8fafc;border-color:#e1e7ef;height:40px;transition:border-color .18s,box-shadow .18s,background .18s}.g101-top-search:focus-within{background:#fff;border-color:#f0ad50;box-shadow:0 0 0 4px #ff9d1814}.g101-top-icon,.g101-logout{transition:border-color .18s,color .18s,background .18s}.g101-top-icon:hover,.g101-logout:hover{color:#d97012;background:#fff9ef;border-color:#f5c681}.g101-user-name{color:#2f4058;border:1px solid #edf0f4;font-weight:650;background:#f6f8fb!important}.g101-logout{border:1px solid var(--border);color:#485a70;cursor:pointer;background:#fff;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.g101-content{max-width:1740px}.g101-content .heading h2{color:var(--g101-ink);letter-spacing:-.02em}.g101-content .heading p{color:#8490a3}.g101-content .card{border-color:#e4e9f0;box-shadow:0 9px 28px #0e203a0b,0 1px 2px #0e203a05}.g101-content .metric{transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.g101-content .metric:hover{transform:translateY(-2px);box-shadow:0 14px 34px #0e203a13}.g101-content .metric:before{content:"";background:linear-gradient(#0d315d,#14528d);border-radius:18px 0 0 18px;width:4px;position:absolute;top:0;bottom:0;left:0}.g101-content .metric:nth-child(2):before{background:linear-gradient(#ff9d19,#ffbf43)}.g101-content .metric:nth-child(3):before{background:linear-gradient(#e34b3e,#ff7468)}.g101-content .metric:nth-child(4):before{background:linear-gradient(#814ca6,#a778c7)}.g101-content .metric strong{color:#102541}.g101-content .status-row>div{border-color:#e6eaf0;box-shadow:0 5px 18px #0e203a06}.g101-content .daily-brief{position:relative;overflow:hidden}.g101-content .daily-brief:before{content:"";background:linear-gradient(180deg,var(--g101-orange),var(--g101-gold));width:3px;position:absolute;top:0;bottom:0;left:0}.g101-content .daily-section{background:linear-gradient(145deg,#fafbfd,#f5f7fa);border-color:#e3e8ef}.g101-content .panel h3{color:#142844}.g101-content .primary{background:linear-gradient(110deg,#09244d 0%,#0d4474 43%,#ec8c18 82%,#ff9e12 100%);transition:transform .18s,box-shadow .18s,filter .18s;box-shadow:0 7px 18px #1f4e7a1a}.g101-content .primary:hover{filter:saturate(1.03);transform:translateY(-1px);box-shadow:0 10px 22px #1f4e7a26}.g101-content .secondary:hover{color:#c7660d;background:#fffaf2;border-color:#f0b35b}.g101-content .badge{color:#b55b0b;background:#fff5e4}@media (max-width:1200px){.g101-product-title strong{display:none}}@media (max-width:1000px){.g101-sidebar{display:none}}@media (max-width:700px){.g101-topbar{height:66px}.g101-content{padding:18px 15px 28px}}
