:root{--green-950:#053615;--green-900:#08491d;--green-800:#0d6b2c;--green-700:#128e39;--green-600:#1dcd57;--green-500:#4be27b;--green-100:#e1fae9;--green-50:#f1fcf4;--amber-500:#f6a91a;--ink:#17231e;--muted:#65736c;--line:#e1e9e5;--surface:#ffffff;--background:#f5f8f6;--danger:#c83c42;--sidebar-width:264px;--topbar-height:76px;--radius-lg:22px;--radius-md:15px;--shadow-sm:0 8px 28px rgba(16,58,42,0.07)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--background);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{text-decoration:none}a,button{color:inherit}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;display:flex;width:var(--sidebar-width);flex-direction:column;padding:24px 18px;color:#f7fff9;background:linear-gradient(165deg,#34d96a,#000000 70%,#000000)}.brand{display:flex;min-height:68px;align-items:center;margin:-8px -8px 20px;padding:12px 16px;border:1px solid rgba(5,54,21,.08);border-radius:16px;background:#fff;box-shadow:0 9px 24px rgba(0,0,0,.12)}.brand__logo{display:block;width:min(100%,184px);height:auto;object-fit:contain}.side-nav{display:flex;flex:1 1;flex-direction:column;gap:5px}.side-nav__label{width:-moz-fit-content;width:fit-content;margin:14px 10px 5px;padding:4px 8px;border-radius:999px;color:#fff;background:rgba(0,0,0,.42);font-size:10px;font-weight:850;letter-spacing:1.35px;text-shadow:0 1px 2px rgba(0,0,0,.28);text-transform:uppercase}.side-nav a{display:flex;align-items:center;gap:13px;padding:11px 13px;border-radius:12px;color:#f4fff7;background:rgba(0,0,0,.17);font-size:14px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.42);transition:.16s ease}.side-nav a:hover{color:white;background:rgba(0,0,0,.34)}.side-nav a.active{color:white;background:rgba(0,0,0,.48);box-shadow:inset 3px 0 #1dcd57}.sidebar__footer{display:grid;grid-gap:12px;gap:12px;padding:14px 8px 0;color:#d9fbe4;text-shadow:0 1px 2px #000}.sidebar__footer small{font-size:10px}.trust-chip{display:flex;align-items:center;gap:7px;font-size:11px}.app-main{min-width:0;min-height:100vh;margin-left:var(--sidebar-width);overflow-x:clip}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;height:var(--topbar-height);align-items:center;justify-content:space-between;gap:24px;padding:0 34px;border-bottom:1px solid rgba(218,229,223,.9);background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar__context span{display:block;color:var(--green-700);font-size:10px;font-weight:850;letter-spacing:1.25px;text-transform:uppercase}.topbar__context strong{display:block;margin-top:3px;font-size:16px}.topbar__actions{display:flex;align-items:center;gap:12px}.icon-button{position:relative;display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:13px;background:var(--surface);cursor:pointer}.icon-button:hover{border-color:#b6d5c7;background:var(--green-50)}.notification-button span{position:absolute;top:4px;right:3px;display:grid;min-width:17px;height:17px;padding:0 4px;place-items:center;border:2px solid white;border-radius:999px;color:white;background:#e64652;font-size:8px;font-weight:850;line-height:1}.profile-menu{position:relative}.profile-menu__trigger{display:flex;min-width:210px;align-items:center;gap:10px;padding:5px 8px;border:0;border-radius:13px;background:transparent;cursor:pointer;text-align:left}.profile-menu__trigger:hover{background:#f2f7f4}.avatar{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:12px;color:#053615;background:linear-gradient(145deg,var(--green-600),var(--green-500));font-weight:800}.profile-menu__name{flex:1 1;min-width:0}.profile-menu__name small,.profile-menu__name strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu__name strong{font-size:13px}.profile-menu__name small{margin-top:2px;color:var(--muted);font-size:10px}.profile-menu__dropdown{position:absolute;top:calc(100% + 8px);right:0;display:grid;min-width:180px;padding:7px;border:1px solid var(--line);border-radius:14px;background:white;box-shadow:var(--shadow-sm)}.profile-menu__dropdown a,.profile-menu__dropdown button{display:flex;align-items:center;gap:9px;padding:10px;border:0;border-radius:9px;background:transparent;cursor:pointer;font-size:13px;text-align:left}.profile-menu__dropdown a:hover,.profile-menu__dropdown button:hover{background:var(--green-50)}.content{width:100%;min-width:0;max-width:1480px;margin:0 auto;padding:30px 34px 52px}.content>*{min-width:0;max-width:100%}.page-section{display:grid;grid-gap:24px;gap:24px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.page-heading__eyebrow{margin:0 0 7px;color:var(--green-700);font-size:11px;font-weight:850;letter-spacing:1.25px;text-transform:uppercase}.page-heading h1{margin:0;font-size:clamp(25px,3vw,36px);letter-spacing:-1.1px}.page-heading p{max-width:650px;margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm)}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:9px;padding:0 18px;border:1px solid transparent;border-radius:12px;cursor:pointer;font-weight:750;transition:.16s ease}.button:disabled{opacity:.55;cursor:not-allowed}.button--primary{color:#053615;background:var(--green-600);box-shadow:0 8px 18px rgba(29,205,87,.22)}.button--primary:hover:not(:disabled){background:#18b94e;transform:translateY(-1px)}.button--secondary{border-color:#b8efca;color:var(--green-800);background:var(--green-50)}.button--ghost{border-color:var(--line);background:white}.button--danger{color:white;background:var(--danger)}.button--small{min-height:38px;padding:0 14px;font-size:12px}.field{display:grid;grid-gap:7px;gap:7px}.field label{color:#3d4b44;font-size:12px;font-weight:750}.input,.select,.textarea{width:100%;min-height:48px;padding:0 14px;border:1px solid #d8e3de;border-radius:12px;outline:none;color:var(--ink);background:white;transition:.15s ease}.textarea{min-height:108px;padding-top:12px;resize:vertical}.input:focus,.select:focus,.textarea:focus{border-color:var(--green-600);box-shadow:0 0 0 3px rgba(29,205,87,.14)}.input::placeholder,.textarea::placeholder{color:#a0aba5}.status-pill{display:inline-flex;min-height:27px;align-items:center;padding:0 10px;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap}.status-pill--positive{color:#0d6b2c;background:#e1fae9}.status-pill--negative{color:#a82d37;background:#fde8e9}.status-pill--progress{color:#925400;background:#fff0cf}.status-pill--neutral{color:#59665f;background:#edf1ef}.loading-block{display:flex;min-height:220px;align-items:center;justify-content:center;gap:11px;color:var(--muted)}.spinner{width:20px;height:20px;border:2px solid #c7dfd3;border-top:2px solid var(--green-600);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.empty-state{display:grid;min-height:430px;place-items:center;align-content:center;grid-gap:8px;gap:8px;border:1px dashed #bed3c9;border-radius:var(--radius-lg);background:white;text-align:center}.empty-state__icon{display:grid;width:64px;height:64px;place-items:center;border-radius:20px;color:white;background:var(--green-700);font-size:28px;font-weight:900}.empty-state h1,.empty-state p{margin:0}.empty-state p{color:var(--muted)}.toast-stack{position:fixed;right:24px;bottom:24px;z-index:100;width:min(380px,calc(100vw - 32px));grid-gap:10px}.toast,.toast-stack{display:grid;gap:10px}.toast{grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:white;box-shadow:0 15px 45px rgba(13,45,33,.17);font-size:13px}.toast--success>svg{color:var(--green-600)}.toast--error>svg{color:var(--danger)}.toast--info>svg{color:#3274b9}.toast button{display:grid;place-items:center;border:0;background:transparent;cursor:pointer}.bottom-nav,.mobile-backdrop,.mobile-brand,.mobile-drawer,.mobile-install-banner,.mobile-menu{display:none}.user-skeleton{width:180px;height:42px;border-radius:12px;background:linear-gradient(90deg,#edf1ef,#f7f9f8,#edf1ef);background-size:200% 100%;animation:shimmer 1.3s infinite}@keyframes shimmer{to{background-position:-200% 0}}@media (max-width:1080px){:root{--sidebar-width:228px}.sidebar{padding-inline:12px}.topbar{padding-inline:24px}.content{padding:26px 24px 48px}}@media (max-width:820px){.sidebar{display:none}.app-main{margin-left:0}.mobile-install-banner{position:-webkit-sticky;position:sticky;top:0;z-index:22;display:flex;height:66px;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;border-bottom:1px solid rgba(225,233,229,.86);color:#053615;background:#fff;box-shadow:0 8px 24px rgba(5,54,21,.08)}.mobile-install-banner div{min-width:0}.mobile-install-banner span,.mobile-install-banner strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-install-banner strong{font-size:14px;font-weight:900}.mobile-install-banner span{margin-top:3px;color:#65736c;font-size:11px;font-weight:700}.mobile-install-banner a{display:inline-flex;min-width:88px;height:38px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:999px;color:#053615;background:#1dcd57;font-size:12px;font-weight:900;box-shadow:0 8px 18px rgba(29,205,87,.22)}.mobile-menu{display:grid}.mobile-brand{display:flex;width:142px;height:40px;align-items:center;margin-left:10px}.mobile-brand img{display:block;width:100%;height:auto;max-height:34px;object-fit:contain;object-position:left center}.topbar{top:66px;height:68px;padding-inline:16px}.topbar__context{display:none}.topbar__actions{margin-left:auto}.profile-menu__name,.profile-menu__trigger>svg{display:none}.profile-menu__trigger{min-width:auto;padding:2px}.content{padding:22px 16px 92px}.mobile-backdrop{position:fixed;inset:0;z-index:39;display:block;border:0;background:rgba(0,26,18,.45);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-drawer{position:fixed;inset:0 auto 0 0;z-index:40;display:flex;width:min(310px,88vw);flex-direction:column;padding:24px 18px;color:#e8fff4;background:var(--green-950);transform:translateX(-105%);transition:.22s ease}.mobile-drawer.open{transform:translateX(0)}.mobile-drawer__close{position:absolute;top:19px;right:15px;color:white;border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.08)}.mobile-drawer .brand{padding-right:45px}.bottom-nav{position:fixed;inset:auto 0 0;z-index:25;display:grid;grid-template-columns:repeat(5,1fr);padding:8px 8px max(8px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bottom-nav a{display:grid;place-items:center;grid-gap:3px;gap:3px;padding:5px 1px;color:#77847d;font-size:9px;font-weight:750}.bottom-nav a.active{color:var(--green-700)}.page-heading{align-items:flex-start;flex-direction:column}}@media (max-width:480px){.page-heading h1{font-size:26px}.notification-button{display:none}.topbar__actions{margin-left:auto}.toast-stack{right:16px;bottom:86px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}