@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#14221f;background:#f3f6f3;font-synthesis:none;--ink:#10231f;--green:#0e6f56;--mint:#53e6a6;--coral:#f26752;--line:#dfe6e2;--muted:#70807b}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f4f7f4}button,textarea{font:inherit}button{cursor:pointer}.shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#091a17;color:#dce8e4;padding:29px 18px 22px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;gap:12px;align-items:center;color:#fff;text-decoration:none;font:700 20px Manrope;margin:0 10px 45px}.brand em{font-style:normal;color:#5ce7a9}.brand-mark{width:29px;height:29px;border:1px solid #4b7167;border-radius:9px;display:grid;place-content:center;position:relative}.brand-mark i:first-child{width:14px;height:2px;background:#57e4a5;display:block;transform:rotate(-35deg)}.brand-mark i:last-child{width:7px;height:7px;border-radius:50%;background:#ff795e;position:absolute;bottom:5px;left:5px}.sidebar nav{display:grid;gap:7px}.nav-item{border:0;background:transparent;color:#8fa39e;border-radius:9px;text-align:left;padding:12px 13px;font-weight:600;display:flex;gap:12px;align-items:center}.nav-item span{font-size:19px}.nav-item b{margin-left:auto;background:#f26853;color:#fff;font-size:11px;padding:2px 7px;border-radius:10px}.nav-item.active{color:#fff;background:#17332d}.mission-card{margin-top:auto;border:1px solid #21433b;background:#102720;border-radius:12px;padding:16px}.eyebrow{font:700 10px Manrope;letter-spacing:1.5px;color:#859891}.mission-title{font-weight:700;margin-top:12px}.pulse{display:inline-block;width:8px;height:8px;background:#ff6e55;border-radius:50%;box-shadow:0 0 0 4px #512d25;margin-right:8px}.mission-card p{font-size:12px;color:#81958f;margin:5px 0 18px}.mission-stat{border-top:1px solid #28443d;padding-top:14px;display:flex;gap:12px}.mission-stat strong{font:800 29px Manrope;color:#58e6a7}.mission-stat span{font-size:11px;line-height:1.45;color:#9aaca7}.offline{display:flex;gap:11px;align-items:center;padding:17px 9px 0}.offline>span{width:25px;height:25px;border-radius:50%;background:#153d32;color:#61e8ad;display:grid;place-content:center}.offline strong,.offline small{display:block}.offline strong{font-size:12px}.offline small{color:#718b84;font-size:10px;margin-top:2px}main{min-width:0}header{height:92px;padding:0 34px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;background:#f7f9f7}header h1{font:700 22px Manrope;margin:4px 0 0}.header-actions{display:flex;align-items:center;gap:15px}.sync{font-size:11px;color:#71817c}.sync i{display:inline-block;width:7px;height:7px;background:#43c98d;border-radius:50%;margin-right:6px}.icon-btn{width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:9px;position:relative;color:#52645f}.icon-btn b{position:absolute;right:-4px;top:-4px;border-radius:10px;background:#f16d57;color:#fff;font-size:9px;padding:2px 5px}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-content:center;background:#dce9e2;color:#184b3d;font-weight:700;font-size:12px}#content{padding:28px 34px 38px;max-width:1600px;margin:auto}.hero-row{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.hero-row h2{font:700 23px Manrope;margin:0 0 7px}.hero-row p{margin:0;color:var(--muted);font-size:13px}.hero-row p strong{color:#50635d}.primary{border:0;border-radius:8px;background:#0c644e;color:#fff;padding:12px 17px;font-weight:700;box-shadow:0 5px 15px #0b624c25}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:18px}.stats article{height:108px;border:1px solid var(--line);background:#fff;border-radius:11px;padding:17px;display:flex;gap:12px;position:relative;overflow:hidden}.stat-icon{width:31px;height:31px;border-radius:8px;display:grid;place-content:center;font-weight:800;flex:0 0 auto}.stat-icon.coral{background:#fff0ed;color:var(--coral)}.stat-icon.green{background:#e7f9f0;color:#21a76f}.stat-icon.blue{background:#ebf5f7;color:#27889f}.stat-icon.amber{background:#fff7de;color:#b88a26}.stats small{font:700 9px Manrope;letter-spacing:1px;color:#8c9995}.stats strong{font:800 27px Manrope;display:block;line-height:1.1}.stats p{font-size:10px;color:#84928e;margin:3px 0}.stats p em{color:#25a473;font-style:normal}.spark{position:absolute;width:55px;height:22px;right:12px;bottom:17px;border-bottom:2px solid}.spark:after{content:"";display:block;width:100%;height:100%;clip-path:polygon(0 82%,17% 64%,32% 78%,49% 37%,66% 58%,82% 12%,100% 30%,100% 100%,0 100%);opacity:.15}.coral-spark{border-color:#f37963}.coral-spark:after{background:#f37963}.green-spark{border-color:#38b982}.green-spark:after{background:#38b982}.blue-spark{border-color:#3b97a8}.blue-spark:after{background:#3b97a8}.amber-spark{border-color:#c69a35}.amber-spark:after{background:#c69a35}.workspace{display:grid;grid-template-columns:minmax(360px,.87fr) minmax(480px,1.13fr);border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;min-height:620px}.queue-panel{border-right:1px solid var(--line);min-width:0}.panel-head{height:67px;padding:16px 20px 12px;display:flex;justify-content:space-between;border-bottom:1px solid #eef1ef}.panel-head h3{font:700 15px Manrope;margin:0}.panel-head span{font-size:10px;color:#8a9894}.more{border:0;background:transparent;color:#82918c}.filters{padding:12px 16px;display:flex;gap:5px;border-bottom:1px solid #eef1ef;overflow-x:auto}.filters button{border:1px solid transparent;background:transparent;color:#778680;font-size:10px;padding:6px 9px;border-radius:16px;white-space:nowrap}.filters button.active{border-color:#bdd6cc;background:#edf7f3;color:#14644f;font-weight:700}.filters b{background:#176a53;color:#fff;border-radius:10px;padding:1px 5px;margin-left:3px}.case-list{max-height:520px;overflow:auto}.case-card{width:100%;border:0;border-bottom:1px solid #edf1ef;background:#fff;text-align:left;padding:15px 19px 13px;position:relative}.case-card:hover{background:#f7faf8}.case-card.selected{background:#eef8f4}.case-card.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#168262}.case-top{display:flex;justify-content:space-between;align-items:center}.severity{display:inline-flex;align-items:center;gap:5px;font:700 9px Manrope;letter-spacing:.7px;text-transform:uppercase;padding:4px 7px;border-radius:4px}.severity i{width:5px;height:5px;border-radius:50%;background:currentColor}.severity.critical{background:#ffebe7;color:#d94b36}.severity.high{background:#fff1e1;color:#c86a22}.severity.medium{background:#fff7d9;color:#9b7414}.severity.low{background:#e9f6ef;color:#31805e}.case-top time{font-size:10px;color:#92a09b}.case-card>p{font-size:11px;line-height:1.5;margin:10px 0;color:#40514c;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.case-meta{display:flex;gap:5px;align-items:center;font-size:9px;color:#75847f;white-space:nowrap;overflow:hidden}.case-meta strong{color:#3d514b}.category-icon{width:20px;height:20px;display:grid;place-content:center;border-radius:6px;background:#e1f2eb;color:#147258}.case-foot{margin-top:9px;display:flex;justify-content:space-between;font-size:9px;color:#99a49f}.status{padding:3px 7px;border-radius:10px}.status.unassigned{background:#fff0ed;color:#d45b47}.status.assigned{background:#edf5ff;color:#3d72a6}.status.resolved{background:#e8f8f0;color:#27865f}.detail-panel{padding:22px 24px;min-width:0}.detail-head{display:flex;justify-content:space-between}.detail-head h3{font:700 20px Manrope;margin:10px 0 2px}.detail-head p{font-size:10px;color:#87958f;margin:0}.source-message{margin:18px 0 14px;padding:15px 17px 13px 38px;border-radius:9px;background:#f5f7f5;position:relative}.source-message .quote{position:absolute;left:14px;top:6px;font:700 31px Georgia;color:#b6c4bf}.source-message p{font-size:11px;line-height:1.55;margin:0 0 8px}.source-message small{color:#8d9995;font-size:9px}.ai-summary{border:1px solid #c9e3d8;border-radius:9px;background:#f6fcf9;padding:14px}.ai-title{display:flex;align-items:center;gap:7px}.ai-title>span{color:#0b8b65}.ai-title strong{font-size:11px}.ai-title em{margin-left:auto;font-size:8px;color:#5f8277;font-style:normal;background:#e3f5ed;padding:4px 6px;border-radius:4px}.brief-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0;border-top:1px solid #dcece5;border-bottom:1px solid #dcece5;padding:12px 0}.brief-grid small,.why small,.response-row small,.analysis-facts small{font:700 8px Manrope;letter-spacing:1px;color:#8a9994;display:block}.brief-grid strong{font-size:10px;display:block;margin-top:3px}.why p{display:flex;gap:6px;flex-wrap:wrap;margin:7px 0 0}.why span{font-size:8px;color:#337360;background:#e8f6ef;padding:4px 6px;border-radius:3px}.duplicate{font-size:9px;margin-top:11px;padding:9px;background:#fff8e5;border-radius:5px;color:#78621f}.duplicate button{float:right;border:0;background:transparent;color:#756019;text-decoration:underline;font-size:9px}.mini-map{height:150px;border-radius:9px;background-color:#e5ede8;background-image:linear-gradient(31deg,transparent 49%,#d2ddd7 50%,transparent 51%),linear-gradient(150deg,transparent 48%,#d4dfd9 49%,transparent 51%);margin:14px 0;position:relative;overflow:hidden}.river{position:absolute;width:250px;height:75px;border-radius:50%;background:#b9dce0;transform:rotate(-23deg);left:37%;top:35%}.map-dot{position:absolute;width:9px;height:9px;background:#748f86;border:2px solid white;border-radius:50%;box-shadow:0 1px 4px #30483e88}.map-dot.active{width:18px;height:18px;background:#f36d56;box-shadow:0 0 0 5px #f36d5630}.map-label{position:absolute;background:#10251f;color:#fff;padding:5px 8px;border-radius:5px;font-size:8px}.map-note{position:absolute;bottom:6px;right:7px;font-size:7px;background:#ffffffc9;padding:3px 5px;border-radius:3px;color:#62746e}.response-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e4e9e6;padding-top:14px}.response-row strong,.response-row span{display:block}.response-row strong{font-size:11px;margin:4px 0}.response-row span{font-size:8px;color:#8c9a95}.dispatch{border:0;background:#0d684f;color:#fff;border-radius:7px;padding:10px 13px;font-size:10px;font-weight:700}.toast{position:fixed;z-index:20;left:50%;bottom:-80px;transform:translate(-50%);background:#0d2c24;color:#fff;padding:13px 20px;border-radius:8px;font-size:12px;box-shadow:0 12px 36px #0a201a4d;transition:.3s}.toast.show{bottom:25px}.mobile-menu{display:none;border:0;background:transparent;font-size:20px}dialog.analyzer{width:min(710px,calc(100vw - 28px));border:0;border-radius:16px;padding:0;box-shadow:0 25px 100px #061a1455;background:#fbfdfb}.analyzer::backdrop{background:#071713c9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.analyzer form{padding:28px}.modal-head{display:flex;justify-content:space-between}.modal-head h2{font:750 27px Manrope;margin:6px 0}.modal-head p{font-size:12px;color:#72817c;margin:0 0 22px}.close{align-self:start;border:0;background:#edf2ef;width:32px;height:32px;border-radius:50%;font-size:22px;color:#53645f}.analyzer label{font-size:11px;font-weight:700}.analyzer textarea{width:100%;resize:vertical;border:1px solid #cfdad5;background:#fff;border-radius:9px;padding:14px;margin-top:7px;color:#263b35;line-height:1.55;outline:none}.analyzer textarea:focus{border-color:#2b9374;box-shadow:0 0 0 3px #2b93741c}.example-row{display:flex;gap:6px;align-items:center;margin:8px 0 18px}.example-row span{font-size:9px;color:#8a9692}.example-row button{border:1px solid #dbe4e0;background:#fff;border-radius:13px;padding:4px 8px;font-size:8px;color:#64746f}.modal-actions{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.modal-actions>span{font-size:9px;color:#72827c}.analysis-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;background:#0d2c24;color:#fff;border-radius:9px;padding:15px;animation:reveal .4s ease}.score-ring{width:69px;height:69px;border-radius:50%;display:grid;place-content:center;text-align:center;background:conic-gradient(#ff765e 0 86%,#28493f 86%);position:relative}.score-ring:before{content:"";position:absolute;inset:5px;background:#0d2c24;border-radius:50%}.score-ring>*{z-index:1}.score-ring strong{font:800 20px Manrope}.score-ring span{font-size:6px;letter-spacing:1px}.analysis-card h3{margin:7px 0 3px;font:700 16px Manrope}.analysis-card p{font-size:8px;color:#a8bab4;margin:0}.analysis-facts{display:flex;gap:13px}.analysis-facts b{font-size:11px}.analysis-bottom{background:#edf7f2;margin-top:2px;padding:10px 13px;display:flex;justify-content:space-between;align-items:center;font-size:9px;border-radius:0 0 8px 8px}.analysis-bottom button{border:0;background:transparent;color:#0b6c51;font-weight:700;font-size:9px}.scan-line{height:2px;background:linear-gradient(90deg,transparent,#57e8a7,transparent);animation:scan .8s ease}.impact-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:14px}.impact-grid article,.chart-card,.principles>div{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px}.impact-grid article strong{font:800 42px Manrope;color:#116c54;display:block;margin-top:20px}.impact-grid article h3{font:700 15px Manrope;margin:2px 0 8px}.impact-grid article p{font-size:11px;line-height:1.55;color:#75847f}.impact-hero{grid-row:span 2;background:#0d2c24!important;color:#fff}.impact-hero .eyebrow{color:#6cebb2}.impact-hero>strong{font-size:72px!important;color:#61e8ac!important}.impact-hero p{color:#9eb2ac!important}.comparison{display:grid;gap:14px;margin-top:30px}.comparison span{font-size:9px;color:#b8c9c4}.comparison i{display:block;height:7px;background:#fc755d;border-radius:6px;margin-bottom:4px}.comparison span:last-child i{background:#5de6ab}.chart-card{margin-top:14px;display:grid;grid-template-columns:180px 1fr;gap:30px}.chart-card h3{margin:0;font:700 16px Manrope}.chart-card p{font-size:10px;color:#879690}.bars{display:grid;gap:10px}.bars span{display:grid;grid-template-columns:90px 1fr 25px;align-items:center;gap:9px;font-size:9px}.bars i{height:8px;background:linear-gradient(90deg,#116c54,#62dca8);border-radius:5px}.about-hero{text-align:center;padding:24px 0 36px}.about-hero h2{font:800 34px/1.2 Manrope;margin:10px}.about-hero p{font-size:12px;color:#70817a}.pipeline{display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.pipeline article{padding:24px;border-right:1px solid var(--line);min-height:180px}.pipeline article:last-child{border:0}.pipeline article>span{font:800 11px Manrope;color:#42bb86}.pipeline h3{font:700 15px Manrope;margin:35px 0 8px}.pipeline p,.principles p{font-size:10px;color:#71817c;line-height:1.6}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}.principles>div>span{font-size:23px;color:#168263}.principles h3{font:700 14px Manrope;margin:14px 0 6px}@keyframes reveal{0%{opacity:0;transform:translateY(6px)}}@keyframes scan{0%{transform:translateY(-70px);opacity:0}to{transform:translateY(80px);opacity:1}}@media(max-width:1050px){.stats{grid-template-columns:repeat(2,1fr)}.workspace{grid-template-columns:1fr}.queue-panel{border-right:0}.detail-panel{border-top:1px solid var(--line)}.pipeline{grid-template-columns:1fr 1fr}.pipeline article{border-bottom:1px solid var(--line)}.impact-grid{grid-template-columns:1fr 1fr}.impact-hero{grid-row:span 1}}@media(max-width:760px){.shell{display:block}.sidebar{position:fixed;left:-260px;z-index:30;width:250px;transition:.25s}.sidebar.open{left:0}.mobile-menu{display:block}header{padding:0 16px;height:75px;justify-content:flex-start;gap:12px}header .eyebrow,.sync{display:none}.header-actions{margin-left:auto}header h1{font-size:16px}#content{padding:20px 14px}.hero-row{align-items:flex-start;gap:14px}.hero-row h2{font-size:18px}.hero-row p{max-width:260px}.stats{grid-template-columns:1fr 1fr}.stats article{height:96px;padding:12px}.workspace{grid-template-columns:1fr}.brief-grid{grid-template-columns:1fr 1fr}.detail-panel{padding:18px 14px}.analysis-card{grid-template-columns:auto 1fr}.analysis-facts{grid-column:1/-1;justify-content:space-around}.modal-actions>span{display:none}.impact-grid,.principles,.chart-card,.pipeline{grid-template-columns:1fr}.about-hero h2{font-size:27px}}@media(max-width:480px){.stats{grid-template-columns:1fr}.header-actions .icon-btn{display:none}.hero-row{display:block}.hero-row .primary{margin-top:14px}.workspace{border-radius:8px}.ai-title em{display:none}.response-row{gap:8px}.example-row{overflow-x:auto}.analyzer form{padding:20px}.impact-grid article strong{font-size:36px}}
