:root{font-family:"Segoe UI Variable","Segoe UI",Arial,sans-serif;color:#132c26;background:#f7f8f6;font-synthesis:none;--green:#003f35;--green-2:#0b5b4b;--orange:#f05a00;--orange-2:#ff6b00;--line:#dfe3df;--muted:#66736e;--panel:#fff;--shadow:0 2px 6px rgba(18,42,35,.05)}
*{box-sizing:border-box}html,body,#root{margin:0;min-width:320px;min-height:100vh}body{background:#f7f8f6}button,input,textarea,select{font:inherit}.icon{display:inline-block;flex:none}.button{border:1px solid transparent;border-radius:8px;padding:11px 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:600;cursor:pointer;background:#fff;color:#172a25;white-space:nowrap}.button.primary{color:#fff;background:linear-gradient(135deg,var(--orange),var(--orange-2));box-shadow:0 5px 14px rgba(240,90,0,.18)}.button.outline{border-color:#d7ddd9;background:#fff}.button.subtle{background:#edf2ef;color:#17372f}.button.square{padding:11px}.button.small{padding:8px 12px;font-size:12px}.button.full{width:100%}.button:disabled{opacity:.55;cursor:wait}.panel{background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow)}.alert{padding:11px 14px;border-radius:8px;margin:10px 0;font-size:13px}.alert.error{background:#fff0ef;color:#a62c20;border:1px solid #ffd5d1}.alert.warning{background:#fff7eb;color:#a85100;border:1px solid #ffddb8}.alert.success{background:#eaf7ee;color:#23613a;border:1px solid #cce8d3}.eyebrow{color:var(--orange);font-size:11px;letter-spacing:.14em;font-weight:800}.empty{padding:35px;text-align:center;color:#8a9691}.brand{display:flex;align-items:center;gap:11px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:6px;background:linear-gradient(135deg,#ff7c16,#f04d00);color:#fff;font-size:19px;font-weight:800;box-shadow:0 6px 18px rgba(240,90,0,.24)}.brand strong{font-size:23px;color:inherit;letter-spacing:-.03em}

.login-page{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;background:#fff}.login-brand{background:radial-gradient(circle at 20% 10%,#0f6554,transparent 42%),linear-gradient(145deg,#003f35,#002c26);color:#fff;padding:60px 8vw;display:flex;flex-direction:column;justify-content:center}.login-brand .brand{position:absolute;top:42px}.login-brand h1{font-size:58px;line-height:1.05;letter-spacing:-.055em;margin:60px 0 20px}.login-brand p{font-size:18px;line-height:1.7;color:#cce1d9;max-width:560px}.login-card{width:min(430px,80%);align-self:center;justify-self:center;display:flex;flex-direction:column;gap:15px}.login-card h2{font-size:36px;margin:0;letter-spacing:-.04em}.login-card>p{color:var(--muted);margin:-8px 0 8px}.login-card label{display:grid;gap:7px;font-size:13px;font-weight:600}.login-card input{height:48px;border:1px solid #cdd5d1;border-radius:8px;padding:0 13px}.login-card input:focus{outline:3px solid rgba(240,90,0,.12);border-color:var(--orange)}.login-card small{text-align:center;color:#89928f;margin-top:8px}.projects-page{min-height:100vh;background:#f5f7f5}.projects-top{height:76px;background:#003f35;color:#fff;padding:0 5vw;display:flex;align-items:center;justify-content:space-between}.projects-content{max-width:1180px;margin:0 auto;padding:70px 28px}.projects-content h1{font-size:42px;letter-spacing:-.045em;margin:8px 0}.projects-content>p{color:var(--muted);margin:0 0 35px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.project-card{text-align:left;background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px;min-height:210px;cursor:pointer;box-shadow:var(--shadow);transition:.2s}.project-card:hover{transform:translateY(-3px);border-color:#9eb8af;box-shadow:0 10px 28px rgba(0,63,53,.1)}.project-code{font-size:12px;font-weight:700;color:var(--orange)}.project-card h2{font-size:22px;margin:12px 0}.project-card p{display:flex;align-items:center;gap:7px;color:var(--muted)}.open-link{display:block;color:#085f4e;font-weight:700;margin-top:28px}

.app-shell{min-height:100vh;display:grid;grid-template-columns:264px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:264px;background:radial-gradient(circle at 10% 25%,#07584b,transparent 38%),linear-gradient(180deg,#003e34,#00352e);color:#fff;padding:25px 12px 14px;display:flex;flex-direction:column;z-index:10}.sidebar>.brand{padding:0 8px 21px}.sidebar nav{display:flex;flex-direction:column;gap:3px;overflow:auto;scrollbar-width:none}.sidebar nav button,.global-chat{height:45px;border:0;border-radius:7px;background:transparent;color:#fff;display:flex;align-items:center;gap:15px;padding:0 14px;font-size:15px;cursor:pointer;text-align:left}.sidebar nav button:hover,.global-chat:hover,.sidebar nav button.active,.global-chat.active{background:rgba(255,255,255,.14)}.sidebar nav button.active{font-weight:700}.sidebar-divider{height:1px;background:rgba(255,255,255,.22);margin:12px 6px 15px}.global-title{font-size:10px;color:#9fc1b7;padding:0 12px 8px}.global-chat{width:100%;font-size:15px}.current-project{margin-top:auto;background:rgba(0,23,20,.16);border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;text-align:left;padding:13px 14px;cursor:pointer}.current-project small,.current-project em{display:block;font-size:10px;color:#bad1c9;font-style:normal}.current-project span{display:flex;align-items:center;gap:8px;margin:8px 0 4px}.current-project strong{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-area{grid-column:2;min-width:0}.topbar{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:8}.breadcrumbs{display:flex;align-items:center;gap:18px;font-size:13px}.breadcrumbs span{color:var(--muted)}.breadcrumbs b{color:#aab2ae}.top-actions{display:flex;align-items:center;gap:16px}.weather{height:40px;border:1px solid var(--line);border-radius:8px;padding:0 13px;display:flex;align-items:center;gap:8px;font-size:12px}.weather .icon{color:#ff9800}.icon-button{position:relative;border:0;background:transparent;padding:5px;cursor:pointer;color:#182a25}.notification i{position:absolute;right:-3px;top:-7px;background:var(--orange);color:#fff;border-radius:50%;font-size:9px;font-style:normal;width:19px;height:19px;display:grid;place-items:center;border:2px solid #fff}.language{font-size:13px}.avatar{border:0;background:#003e34;color:#fff;border-radius:50%;width:42px;height:42px;font-weight:700;cursor:pointer}.view-area{min-height:calc(100vh - 70px)}.page{padding:28px 34px 35px;max-width:1500px;margin:0 auto}.page-heading h1{font-size:32px;letter-spacing:-.045em;margin:0 0 7px}.page-heading p{margin:0;color:var(--muted);font-size:14px}.action-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.action-heading>div:last-child{display:flex;gap:10px}.panel h2{font-size:15px;margin:0}.panel-title{display:flex;align-items:center;justify-content:space-between}.panel-title h2{display:flex;align-items:center;gap:9px}

.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:18px}.kpi{min-height:142px;padding:19px 17px;display:grid;grid-template-columns:auto 1fr;column-gap:14px;align-items:center}.kpi-icon{width:56px;height:56px;border-radius:10px;display:grid;place-items:center}.kpi-icon.red{color:#d52119;background:#ffebe9}.kpi-icon.orange{color:#ef6b00;background:#fff0df}.kpi-icon.blue{color:#17629a;background:#eaf2ff}.kpi-icon.green{color:#258346;background:#edf7e9}.kpi strong{font-size:34px;line-height:1}.kpi p{font-size:13px;margin:7px 0 0}.kpi small{grid-column:1/3;color:#6f7c77;font-size:10px;margin-top:11px}.dashboard-main{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(310px,1fr);gap:13px;margin-top:13px}.priorities,.meeting{min-height:360px;padding:18px}.table{margin-top:12px}.table-head,.table-row{display:grid;grid-template-columns:1.55fr .8fr 1.1fr 1.05fr .75fr;gap:10px;align-items:center}.table-head{font-size:9px;color:#68756f;padding:10px 0;border-bottom:1px solid var(--line)}.table-row{min-height:47px;border-bottom:1px solid #edf0ee;font-size:10px}.table-row>strong{font-weight:500}.table-row .person{font-size:10px}.person{display:flex;align-items:center;gap:7px}.person i{flex:none;width:28px;height:28px;border-radius:50%;background:#dde7e3;color:#285348;display:grid;place-items:center;font-style:normal;font-size:9px;font-weight:700}.status-pill{padding:5px 8px;border-radius:5px;font-size:9px;background:#edf6e9;color:#26753f;white-space:nowrap}.status-pill.late{background:#ffebea;color:#d2261e}.status-pill.in_progress{background:#fff1df;color:#c25b00}.status-pill.blocked{background:#f4eafa;color:#784497}.table-row .late{color:#de2b21}.text-link{border:0;background:transparent;color:var(--orange);font-size:10px;font-weight:600;padding:18px 0 0;cursor:pointer}.meeting h3{font-size:20px;color:#093e34;margin:34px 5px 8px;text-transform:capitalize}.meeting>p{display:flex;align-items:center;gap:6px;font-size:12px;margin:0 5px 20px}.meeting-weather{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 5px;display:flex;gap:8px;font-size:11px}.meeting-weather .icon{color:#ff9e11}.meeting-people{padding:16px 5px}.meeting-people>span{font-size:11px}.meeting-people>div{display:flex;margin-top:12px}.meeting-people i{width:32px;height:32px;border-radius:50%;border:2px solid #fff;background:#e8eeeb;margin-right:-4px;display:grid;place-items:center;font-style:normal;font-size:8px}.meeting-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:4px}.meeting-actions .button{font-size:11px}.dashboard-bottom{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:13px}.dashboard-bottom>.panel{padding:18px;min-height:230px}.progress-row{display:grid;grid-template-columns:100px 1fr 44px;align-items:center;gap:12px;margin:20px 0;font-size:11px}.progress-row>div{height:7px;border-radius:20px;background:#e7e9e7;overflow:hidden}.progress-row i{display:block;height:100%;background:#003f35;border-radius:20px}.activity-row{display:grid;grid-template-columns:55px 30px 1fr;align-items:start;gap:9px;margin:14px 0;font-size:10px}.activity-row>span{color:#7c8984;font-size:9px}.activity-row>i{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#e6f4e9;color:#25834b;font-style:normal}.activity-row>i.pv{background:#e9f2fb;color:#17629a}.activity-row>i.file{background:#f2eafd;color:#7b44a1}.activity-row p{margin:0}.activity-row small{display:block;color:#7d8984;margin-top:3px}.floating{position:fixed;right:36px;bottom:28px;border:0;background:linear-gradient(135deg,var(--orange),#f26b00);color:#fff;border-radius:30px;padding:14px 22px;display:flex;align-items:center;gap:9px;font-weight:600;box-shadow:0 9px 24px rgba(240,90,0,.25);cursor:pointer}

.prepare .page-heading{margin-bottom:16px}.stepper{background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);height:91px;display:grid;grid-template-columns:repeat(6,1fr);align-items:center;padding:0 30px;margin-bottom:15px}.stepper>div{display:flex;align-items:center;position:relative}.stepper>div:not(:last-child)::after{content:"";height:1px;background:#d8dedb;position:absolute;left:76%;right:-5%;top:17px}.stepper i{width:34px;height:34px;border:1px solid #bdc5c1;border-radius:50%;display:grid;place-items:center;font-style:normal;color:#596762;z-index:1;background:#fff}.stepper span{font-size:9px;margin-left:8px;display:flex;flex-direction:column;gap:3px}.stepper span b{font-size:14px}.stepper .done i{background:#21813c;border-color:#21813c;color:#fff}.stepper .current i{background:var(--orange);border-color:var(--orange);color:#fff}.stepper .current{color:#d84f00}.prepare-select{display:flex;justify-content:space-between;align-items:center;margin:-4px 2px 10px;font-size:11px}.prepare-select label{font-weight:600}.prepare-select select{margin-left:8px;border:1px solid #d7ddda;border-radius:6px;padding:6px 9px;background:#fff}.prepare-select>span{color:var(--muted)}.prepare-columns{display:grid;grid-template-columns:minmax(220px,.92fr) minmax(330px,1.35fr) minmax(250px,.98fr);gap:10px;min-height:635px}.prepare-columns>.panel{padding:14px;min-width:0}.notes-column{display:flex;flex-direction:column}.tabs{display:flex;border-bottom:1px solid var(--line);margin-top:10px}.tabs button{border:0;background:transparent;padding:10px 16px;font-size:10px}.tabs button.active{color:#111;border-bottom:2px solid var(--orange)}.notes-column textarea{margin-top:12px;resize:none;min-height:310px;flex:1;border:1px solid #d8ddda;border-radius:7px;padding:13px;font-size:11px;line-height:1.7}.audio-sample{border:1px solid #d8ddda;border-radius:7px;display:flex;align-items:center;gap:9px;margin-top:12px;padding:10px}.audio-sample>button:first-child{border:0;width:32px;height:32px;border-radius:50%;background:#003f35;color:#fff}.audio-sample span{display:flex;flex-direction:column;flex:1}.audio-sample b{font-size:9px}.audio-sample em{font-size:9px;color:#52645e;font-style:normal;margin-top:8px}.notes-footer{display:flex;justify-content:space-between;margin-top:14px}.notes-footer .button{font-size:10px;padding:8px 10px}.proposal{display:flex;flex-direction:column}.proposal .panel-title .button{font-size:10px}.analysis-stats{display:flex;gap:8px;margin:13px 0}.analysis-stats span{background:#f3f5f3;padding:9px 11px;border-radius:6px;font-size:9px}.proposal-head,.proposal-row{display:grid;grid-template-columns:76px 1.4fr 1fr .7fr .62fr 26px;gap:7px;align-items:center}.proposal-head{font-size:8px;padding:9px 6px;border-bottom:1px solid var(--line)}.proposal-row{position:relative;min-height:94px;border-bottom:1px solid #edf0ee;padding:10px 6px;font-size:9px}.proposal-row::before{content:"";position:absolute;left:0;width:3px;height:54px;background:#f0642a;border-radius:3px}.proposal-row.type-D::before{background:#377bb8}.proposal-row.type-T::before{background:#d93629}.proposal-row>span:first-child{display:flex;flex-direction:column;padding-left:10px}.proposal-row>span:first-child b{font-size:14px;color:#da4d0a}.proposal-row small{display:block;color:#68756f;font-size:8px;margin-top:5px;line-height:1.3}.proposal-row p{margin:0}.proposal-row p strong{font-size:9px}.proposal-row>button{border:1px solid #d7ddda;border-radius:5px;background:#fff;width:25px;height:25px}.proposal-list{overflow:auto}.preview{display:flex;flex-direction:column}.paper{position:relative;margin-top:12px;border:1px solid #cfd5d2;background:#fff;min-height:400px;padding:20px;font-size:6.8px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.paper-brand{display:grid;grid-template-columns:auto 1fr auto;gap:5px;align-items:start}.paper-brand>span{background:var(--orange);color:#fff;font-weight:800;border-radius:2px;padding:3px}.paper-brand>small{text-align:right}.paper h3{font-size:10px;margin:20px 0 12px}.paper dl{display:grid;grid-template-columns:35px 1fr;margin:0}.paper dt{font-weight:700}.paper dd{margin:0}.paper h4{font-size:7px;margin:14px 0 5px}.paper table{border-collapse:collapse;width:100%;font-size:5.8px}.paper th,.paper td{border:1px solid #d8ddda;padding:4px;text-align:left}.paper ul{padding-left:13px}.page-count{position:absolute;right:18px;bottom:10px}.export-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.export-row button{border:1px solid #d8ddda;background:#fff;border-radius:5px;padding:6px;font-size:9px}.export-row b{margin-right:8px;color:#17629a}.checks{border:1px solid #e1e5e2;border-radius:6px;margin:9px 0;display:flex;flex-direction:column}.checks span{font-size:8px;padding:6px 8px;border-bottom:1px solid #edf0ee;color:#23763d}.checks .warn{color:#d76100}.preview>.button{font-size:10px;padding:10px}.draft-bar{height:54px;background:#fff;border:1px solid var(--line);border-radius:8px;margin-top:14px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:10px}.draft-bar>span{color:#4c625a}.draft-bar .button{font-size:9px;padding:8px 10px}

.chat-page{height:calc(100vh - 70px);display:flex;flex-direction:column;overflow:hidden}.chat-page .page-heading{flex:none}.mode-tabs{display:flex;margin-top:16px;flex:none}.mode-tabs button{height:45px;min-width:210px;border:1px solid #d8dedb;background:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px}.mode-tabs button:first-child{border-radius:8px 0 0 8px}.mode-tabs button:last-child{border-radius:0 8px 8px 0}.mode-tabs button.active{background:#004438;color:#fff;border-color:#004438}.privacy{font-size:10px;color:#6d7b76;margin:11px 3px;flex:none}.chat-grid{display:grid;grid-template-columns:minmax(500px,1.9fr) minmax(300px,1.08fr);gap:18px;min-height:0;flex:1}.conversation,.sources{padding:18px;overflow:auto}.welcome{display:flex;align-items:center;gap:9px}.bot-avatar{background:linear-gradient(135deg,#ff7410,#ed4f00);color:#fff;width:34px;height:34px;border-radius:5px;display:grid;place-items:center;font-size:13px;font-weight:800;flex:none}.welcome p{border:1px solid #dce1de;border-radius:8px;padding:12px;margin:0;font-size:11px}.suggestions{display:flex;gap:9px;margin:15px 40px}.suggestions button{border:1px solid #dfe3e1;background:#fff;border-radius:8px;padding:12px;text-align:left;font-size:10px;line-height:1.45;flex:1}.messages{display:flex;flex-direction:column;gap:16px}.user-message{align-self:flex-end;background:linear-gradient(135deg,#075649,#003a31);color:#fff;border-radius:9px 9px 2px 9px;padding:13px 16px;max-width:55%;font-size:11px;line-height:1.55;box-shadow:0 4px 12px rgba(0,63,53,.14)}.user-message small{display:block;text-align:right;color:#b7d0c7;margin-top:5px}.assistant-message{display:flex;gap:8px;align-items:flex-start}.assistant-message>div{border:1px solid #dfe3e1;border-radius:8px;padding:13px;max-width:80%;font-size:11px}.assistant-message b{font-size:12px}.assistant-message p{line-height:1.55}.assistant-message small{color:#84908b;font-size:9px}.answer-warning{background:#fff4e8;color:#cf5b00;border:1px solid #ffd9b5;padding:9px;border-radius:6px;margin:10px 0}.thinking{margin:15px;color:#65736e;font-size:10px}.thinking span{display:inline-block;width:5px;height:5px;background:#0b5b4b;border-radius:50%;margin-right:3px;animation:pulse 1s infinite}.thinking span:nth-child(2){animation-delay:.2s}.thinking span:nth-child(3){animation-delay:.4s}@keyframes pulse{50%{opacity:.25}}.sources .panel-title{margin-bottom:12px}.source-card{position:relative;border:1px solid #dfe3e1;border-radius:8px;padding:13px;margin-bottom:10px;font-size:10px}.source-card>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.source-card h3{font-size:12px;margin:0}.source-card>div span{background:#e8f5eb;color:#297743;border-radius:4px;padding:4px 6px;font-size:8px}.source-card p{line-height:1.55;color:#4f5d58}.source-card a{color:#075649;text-decoration:none;font-weight:600}.source-card>i{position:absolute;right:10px;bottom:9px;background:#eff2f0;padding:4px;font-style:normal}.context-title{font-size:11px;margin:16px 0 9px}.context-tags{display:flex;gap:6px;flex-wrap:wrap}.context-tags span{background:#eff2f0;border-radius:14px;padding:6px 9px;font-size:9px}.composer{flex:none;background:#fff;border:1px solid #d6dcda;border-radius:8px;margin-top:12px;padding:0 12px 9px;box-shadow:0 2px 7px rgba(0,0,0,.05)}.composer>div:first-child{display:flex;gap:8px;transform:translateY(-23px);position:absolute}.composer>div:first-child span{border:1px solid #d8ddda;background:#fff;border-radius:6px;padding:7px 10px;font-size:9px;display:flex;gap:6px}.composer textarea{border:0;resize:none;width:100%;height:45px;padding:11px 0;font-size:11px;outline:none}.composer-actions{display:flex;align-items:center;gap:8px}.composer-actions>span{border:1px solid #dce1de;border-radius:5px;padding:6px 8px;font-size:10px}.composer-actions small{color:#909995;font-size:8px;flex:1}.composer-actions button{border:0;background:transparent;color:var(--orange);font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer}.composer-actions button .icon{background:var(--orange);color:#fff;width:38px;height:38px;padding:9px;border-radius:50%}

.calendar-grid,.resource-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:16px;margin-top:20px}.event-list,.event-detail,.resource-list,.resource-detail{padding:18px;min-height:620px}.event-list h2,.event-detail h2,.resource-detail h2{margin-bottom:16px}.event-list>button{width:100%;border:1px solid transparent;border-bottom-color:#e8ece9;background:#fff;display:grid;grid-template-columns:55px 1fr auto;gap:14px;text-align:left;align-items:center;padding:13px;cursor:pointer}.event-list>button.active{background:#f1f7f4;border-color:#bcd2c9;border-radius:8px}.event-list>button>span{background:#eef3f0;border-radius:8px;padding:7px;text-align:center;display:flex;flex-direction:column;font-size:9px}.event-list>button>span b{font-size:20px}.event-list strong{font-size:12px}.event-list p{font-size:10px;color:var(--muted)}.event-list em{font-style:normal;font-size:9px;color:#945018;background:#fff0e2;padding:5px;border-radius:4px}.event-detail{text-align:center}.event-icon{width:58px;height:58px;background:#fff0e4;color:var(--orange);border-radius:12px;display:grid;place-items:center;margin:35px auto 16px}.event-detail h3{font-size:22px}.event-detail>p{display:flex;justify-content:center;align-items:center;gap:7px;color:var(--muted)}.event-description{text-align:left;background:#f5f7f5;border-radius:8px;padding:18px;margin:25px 0;min-height:120px}.calendar-actions{display:flex;flex-direction:column;gap:9px}.resource-list{display:flex;flex-direction:column;gap:5px}.resource-list>button{border:0;background:#fff;border-radius:8px;padding:11px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;text-align:left;cursor:pointer}.resource-list>button.active{background:#edf5f1}.resource-list i{width:34px;height:34px;background:#dfeae5;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:9px}.resource-list span{display:flex;flex-direction:column}.resource-list strong{font-size:11px}.resource-list small{font-size:9px;color:var(--muted);margin-top:4px}.resource-list em{font-style:normal}.resource-detail h3{font-size:18px}.resource-detail pre{white-space:pre-wrap;font:10px/1.55 "Segoe UI Variable","Segoe UI",Arial,sans-serif;background:#f5f7f5;border-radius:8px;padding:15px;max-height:500px;overflow:auto}

.loading-screen{min-height:100vh;background:#003f35;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.loading-screen>span{color:#c4d9d2}.loading-screen .brand-mark{animation:pulse 1.4s infinite}

@media(max-width:1200px){.app-shell{grid-template-columns:220px}.sidebar{width:220px}.sidebar .brand strong{font-size:18px}.main-area{grid-column:2}.prepare-columns{grid-template-columns:1fr 1.4fr}.prepare-columns .preview{grid-column:1/3}.kpi-grid{grid-template-columns:repeat(2,1fr)}.dashboard-main,.dashboard-bottom{grid-template-columns:1fr}.top-actions .weather{display:none}.page{padding:24px}.project-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.app-shell{display:block}.sidebar{position:static;width:100%;height:auto}.sidebar nav{display:grid;grid-template-columns:repeat(3,1fr)}.current-project{margin-top:15px}.main-area{grid-column:auto}.topbar{position:static}.prepare-columns,.chat-grid,.calendar-grid,.resource-grid{grid-template-columns:1fr}.prepare-columns .preview{grid-column:auto}.chat-page{height:auto}.conversation,.sources{min-height:500px}.stepper{overflow-x:auto;grid-template-columns:repeat(6,150px)}.project-grid{grid-template-columns:1fr}.login-page{grid-template-columns:1fr}.login-brand{display:none}.login-card{padding:50px 0}.table-head,.table-row{grid-template-columns:1.5fr .7fr 1fr}.table-head span:nth-child(4),.table-head span:nth-child(5),.table-row>span:nth-child(4),.table-row>span:nth-child(5){display:none}}

.projects-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:35px}.projects-heading h1{margin-bottom:8px}.projects-heading p{color:var(--muted);margin:0}.projects-heading .button{margin-bottom:4px}@media(max-width:720px){.projects-heading{align-items:flex-start;flex-direction:column}}
