@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--green: #0b9b70;--green-dark: #087b5a;--green-soft: #e9f8f3;--navy: #122335;--bg: #f5f7fa;--surface: #ffffff;--muted: #697789;--border: #e3e8ee;--shadow: 0 3px 16px rgb(31 48 67 / 5%);--hero: linear-gradient(115deg, #102c36 0%, #0e705d 59%, #11a97c 100%);font-family:DM Sans,Inter,system-ui,sans-serif;color:var(--navy);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg)}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}a{color:inherit;text-decoration:none}.nexum-shell{min-height:100vh;background:var(--bg);position:relative}.brand{display:flex;align-items:center;gap:11px;font-family:Manrope,sans-serif;text-decoration:none}.brand-mark{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;background:var(--green);color:#fff;transform:rotate(-3deg);box-shadow:0 8px 18px #0b9b702e}.brand-text b{display:block;font-size:17px;line-height:1.1;color:var(--navy)}.brand-text strong{display:block;margin-top:2px;color:var(--green);font-size:9px;letter-spacing:2.2px;font-weight:800}.sidebar-toggle{position:absolute;top:22px;right:-12px;width:24px;height:24px;border-radius:50%;background:var(--surface);border:1px solid var(--border);color:var(--navy);display:grid;place-items:center;z-index:30;box-shadow:0 2px 8px #0000001f;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease}.sidebar-toggle:hover{background:var(--green-soft);color:var(--green-dark);border-color:#bce8da;transform:scale(1.08)}.sidebar-collapsed .sidebar .brand{padding:0;justify-content:center;width:100%}.sidebar-collapsed .sidebar .sidebar-nav{margin-top:44px;width:100%;align-items:center;gap:8px}.sidebar-collapsed .sidebar .sidebar-nav a{justify-content:center;padding:10px;width:44px;height:44px;gap:0;border-radius:8px}@media(min-width:1024px){.mobile-only{display:none!important}.desktop-only{display:flex!important}.sidebar{position:fixed;inset:0 auto 0 0;z-index:20;width:250px;height:100vh;padding:22px 16px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;transition:width .25s cubic-bezier(.4,0,.2,1)}.sidebar-collapsed .sidebar{width:72px;padding:22px 12px;align-items:center}.nexum-body{min-height:100vh;padding-left:250px;transition:padding-left .25s cubic-bezier(.4,0,.2,1)}.sidebar-collapsed .nexum-body{padding-left:72px}.desktop-topbar{height:76px;background:#fffffff0;border-bottom:1px solid var(--border);padding:0 34px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:15;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-content{padding:28px 34px 56px;max-width:1580px;margin:0 auto}}.search-box{width:min(420px,42%);height:39px;border:1px solid var(--border);border-radius:7px;display:flex;align-items:center;padding:0 12px;color:#9ba6b1;background:#fff}.search-box.inactive-search{opacity:.7;cursor:not-allowed;background:#fbfcfd}.search-box.inactive-search input{cursor:not-allowed}.search-box input{border:0;outline:0;flex:1;padding:0 10px;color:var(--navy);min-width:0;font-size:13px;background:transparent}.search-box input::placeholder{color:#a5afba}.topbar-actions{display:flex;align-items:center;gap:12px}.icon-button{width:38px;height:38px;border-radius:7px;background:transparent;color:#5f6e7e;display:grid;place-items:center;position:relative;border:0;cursor:pointer}.icon-button:hover:not(:disabled){background:#f2f5f6}.icon-button:disabled{opacity:.45;cursor:not-allowed}.divider{height:26px;width:1px;background:var(--border)}.user-dropdown-container{position:relative}.profile-button{display:flex;align-items:center;gap:9px;background:transparent;border:0;padding:4px 8px;border-radius:8px;cursor:pointer;white-space:nowrap}.profile-button:hover{background:#f2f5f6}.avatar{width:37px;height:37px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,#17394a,#0c9b70);font-size:12px;font-weight:700;flex-shrink:0}.profile-button>span:nth-child(2){display:flex;flex-direction:column;text-align:left;min-width:112px;white-space:nowrap}.profile-button b{font-size:12px;color:var(--navy);white-space:nowrap;line-height:1.15}.profile-button small{color:var(--muted);font-size:10px;margin-top:2px;white-space:nowrap}.user-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 10px 25px #1223351a;padding:8px 0;z-index:50;display:flex;flex-direction:column}.dropdown-user-header{padding:8px 16px 10px;display:flex;flex-direction:column;white-space:nowrap}.dropdown-user-header b{font-size:13px;color:var(--navy);white-space:nowrap}.dropdown-user-header small{color:var(--muted);font-size:11px;white-space:nowrap}.user-dropdown-menu hr{border:0;border-top:1px solid var(--border);margin:4px 0}.user-dropdown-menu a,.user-dropdown-menu button{display:flex;align-items:center;gap:10px;padding:9px 16px;font-size:13px;color:#4a5868;font-weight:500;background:transparent;border:0;width:100%;text-align:left;cursor:pointer}.user-dropdown-menu a:hover,.user-dropdown-menu button:hover{background:var(--green-soft);color:var(--green-dark)}.user-dropdown-menu button.dropdown-logout{color:#d93838}.user-dropdown-menu button.dropdown-logout:hover{background:#fff0ff}.sidebar-nav{margin-top:44px;display:flex;flex-direction:column;gap:6px}.sidebar-nav>span{margin:0 0 6px 8px;color:#91a0b1;font-size:10px;font-weight:800;letter-spacing:1.8px}.sidebar-nav a{position:relative;display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:7px;color:#566579;font-weight:600;font-size:14px;text-decoration:none}.sidebar-nav a:hover{background:#f5f8f7;color:var(--green-dark)}.sidebar-nav a.active{background:var(--green-soft);color:var(--green-dark);font-weight:800}.sidebar-nav a.active:before{content:"";position:absolute;left:0;width:3px;height:22px;border-radius:0 3px 3px 0;background:var(--green)}.sidebar-card{margin-top:auto;padding:15px;border-radius:8px;background:linear-gradient(145deg,#ecfbf6,#fff);border:1px solid #cceee3;box-shadow:var(--shadow)}.sidebar-card span{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:var(--green-soft);color:var(--green)}.sidebar-card b{display:block;margin-top:10px;font-size:13px;color:var(--navy)}.sidebar-card p{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.sidebar-footer{margin-top:16px;color:#a0acba;font-size:10px;line-height:1.5}.hero-card{position:relative;overflow:hidden;min-height:240px;border-radius:8px;padding:28px 30px;background:var(--hero);color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 24px #07533f21}.hero-card h1{max-width:740px;margin:12px 0 8px;font-family:Manrope,sans-serif;font-size:clamp(24px,3.8vw,42px);line-height:1.1}.hero-card p{max-width:680px;color:#ffffffd6;font-size:15px;line-height:1.55}.hero-eyebrow,.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:10px;font-weight:900;letter-spacing:1.8px;text-transform:uppercase}.hero-card .hero-eyebrow{color:#93f8d8}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.hero-actions button{height:42px;border:0;border-radius:8px;padding:0 16px;display:inline-flex;align-items:center;gap:9px;color:var(--green-dark);background:#fff;font-weight:800;font-size:13px}.hero-actions .secondary{color:#fff;background:#ffffff21;border:1px solid rgb(255 255 255 / 28%)}.hero-orbit{width:170px;height:170px;display:grid;place-items:center;color:#ffffffb8;border-radius:50%;border:1px solid rgb(255 255 255 / 20%)}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0}.metric-card,.section-card,.empty-card{background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow)}.metric-card{padding:16px;display:flex;align-items:center;gap:13px}.metric-card span{width:38px;height:38px;border-radius:8px;display:grid;place-items:center;background:var(--green-soft);color:var(--green)}.metric-card svg{width:20px;height:20px}.metric-card b{display:block;font-family:Manrope,sans-serif;font-size:24px}.metric-card small{color:var(--muted);font-weight:650}.content-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);gap:18px;align-items:start}.section-card{padding:18px}.section-card header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.section-card h2{margin:5px 0 0;font-family:Manrope,sans-serif;font-size:18px}.link-button{border:0;background:transparent;color:var(--green-dark);display:inline-flex;align-items:center;gap:6px;font-weight:800;font-size:13px}.report-list{display:grid;gap:10px}.report-list article{display:grid;grid-template-columns:42px minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--border);border-radius:8px}.report-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:var(--green);background:var(--green-soft)}.report-list b,.template-list b,.quick-list b{display:block;font-size:14px}.report-list small,.template-list small,.quick-list small{color:var(--muted);font-size:12px}.status{border-radius:999px;padding:4px 9px;font-size:11px;font-weight:850}.status.draft{background:#f2f5f8;color:#65758a}.status.review{background:#fff5df;color:#99670a}.status.ready{background:var(--green-soft);color:var(--green-dark)}time{color:#91a0b1;font-size:12px;font-weight:700}.side-stack{display:grid;gap:18px}.quick-list,.template-list{display:grid;gap:10px}.quick-list button,.template-list article{width:100%;text-align:left;border:1px solid var(--border);background:#fff;border-radius:8px;padding:12px}.quick-list button{display:grid;grid-template-columns:1fr auto;gap:4px 8px}.quick-list small{grid-column:1 / 2}.template-list p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.placeholder-page{max-width:860px}.placeholder-page h1{margin:8px 0;font-family:Manrope,sans-serif;font-size:clamp(26px,3.5vw,42px)}.placeholder-page p{color:var(--muted);font-size:15px;line-height:1.55}.empty-card{margin-top:24px;padding:22px;display:grid;gap:8px;color:var(--muted)}.empty-card b{color:var(--navy)}.project-list{display:grid;gap:10px;margin-top:22px}.project-card{grid-template-columns:42px minmax(0,1fr);align-items:center;margin-top:0}.project-card small{display:block;margin-top:4px;color:var(--muted)}.empty-card b svg{vertical-align:-3px;margin-right:6px}@media(max-width:1023px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.nexum-shell{width:100%;max-width:100vw;overflow-x:hidden}.sidebar,.topbar,.desktop-topbar{display:none!important}.nexum-body{padding-left:0!important;width:100%!important;max-width:100vw;min-width:0;box-sizing:border-box}.page-content{padding:14px 14px 88px!important;width:100%!important;max-width:100vw;box-sizing:border-box}.mobile-header{height:56px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:30;width:100%;box-sizing:border-box}.mobile-header-actions{display:flex;align-items:center;gap:8px}.mobile-header-actions .icon-btn{width:36px;height:36px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#566579;display:grid;place-items:center;cursor:pointer}.mobile-header-actions .icon-btn:disabled{opacity:.45;cursor:not-allowed}.hero-card{min-height:auto;padding:22px 18px;border-radius:8px;width:100%;box-sizing:border-box}.hero-card h1.hero-title-mobile{font-size:20px;margin:8px 0 6px;line-height:1.25;color:#fff;font-family:Manrope,sans-serif;font-weight:800}.hero-card p.hero-desc-mobile{color:#ffffffd9;font-size:12.5px;line-height:1.45;margin:0 0 14px;max-width:100%}.hero-actions{margin-top:0}.hero-actions button{height:38px;padding:0 16px;font-size:12px;font-weight:800;border-radius:8px}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0}.metric-card{padding:12px;gap:10px}.metric-card b{font-size:20px}.metric-card small{font-size:11px}.content-grid{grid-template-columns:1fr;gap:12px}.section-card{padding:14px}.report-list article{grid-template-columns:36px minmax(0,1fr);gap:10px}.report-list .status,.report-list time{justify-self:start;margin-left:46px}.bottom-nav{position:fixed;z-index:40;left:0;right:0;bottom:0;height:64px;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -4px 20px #0000000f;padding-bottom:env(safe-area-inset-bottom);width:100%;box-sizing:border-box;overflow:visible!important}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#7b899a;font-size:10.5px;font-weight:700;text-decoration:none;min-width:0;width:100%;overflow:hidden;padding:4px 2px;box-sizing:border-box}.bottom-nav a span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center;line-height:1.1;font-size:10px}.bottom-nav a.active{color:var(--green-dark);font-weight:800}.bottom-primary-elevated{display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;border:0;padding:4px 2px;cursor:pointer;text-decoration:none;min-width:0;width:100%;overflow:visible!important;box-sizing:border-box;position:relative}.elevated-circle{width:44px;height:44px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;margin-top:-22px;flex-shrink:0;position:relative;z-index:45;box-shadow:0 8px 20px #0b9b7061;transition:transform .15s ease,background-color .15s ease}.bottom-primary-elevated:active .elevated-circle{transform:scale(.92);background:var(--green-dark)}.elevated-label{font-size:10px;font-weight:800;color:var(--green-dark);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex}.drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#12233580;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:0;cursor:pointer}.drawer-panel{position:absolute;inset:0 0 0 auto;width:min(320px,85vw);height:100%;padding:20px 16px;background:#fff;display:flex;flex-direction:column;gap:16px;box-shadow:-10px 0 30px #00000026;z-index:51;animation:slideInRight .25s ease-out}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--border)}.drawer-head .close-btn{width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:transparent;color:var(--navy);display:grid;place-items:center}.drawer-user-info{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--bg);border-radius:8px}.drawer-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(145deg,#17394a,#0c9b70);color:#fff;font-weight:800;display:grid;place-items:center;font-size:12px}.drawer-user-info b{display:block;font-size:13px;color:var(--navy)}.drawer-user-info small{display:block;color:var(--muted);font-size:11px}.drawer-nav{display:flex;flex-direction:column;gap:6px;flex:1;overflow-y:auto}.drawer-nav a{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:7px;color:#566579;font-weight:600;font-size:14px;text-decoration:none}.drawer-nav a.active{background:var(--green-soft);color:var(--green-dark);font-weight:800}.drawer-footer{margin-top:auto;padding-top:12px;border-top:1px solid var(--border)}.drawer-support-card{display:flex;align-items:center;gap:10px;padding:12px;border-radius:8px;background:var(--green-soft);color:var(--green-dark);font-size:12px;font-weight:700}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}
