:root{--orange: #f38e00;--orange-deep: #d67a00;--orange-soft: #fdf1df;--navy: #2c2e3b;--navy-soft: #3a3c4a;--navy-deep: #22242e;--navy-darker: #181922;--bg: #fafafa;--panel: #ffffff;--cream: #faf7f2;--cream-2: #f3ede3;--ink: #1a1b22;--muted: #6b6d78;--muted-2: #9ca0ac;--line: #ebebee;--line-2: #f3f3f5;--good: #2e8b57;--good-soft: #e8f3ed;--warn: #c9831a;--warn-soft: #fbf2e0;--bad: #b8324c;--bad-soft: #fbe8ec;--side-bg: #1c1d27;--side-text: #c8c9d2;--side-text-dim: #75778a;--side-line: #2a2b38;--side-active: #2c2e3b;--page-max: 1360px;--page-gutter: 40px;--sidebar-width: 240px;--topbar-height: 60px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100%}html{-webkit-text-size-adjust:100%}h1,h2,h3,h4,h5{font-family:Space Grotesk,sans-serif;font-weight:600;letter-spacing:-.02em;line-height:1.05}.mono{font-family:JetBrains Mono,monospace}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit}::selection{background:var(--orange);color:#fff}.chevron-r{clip-path:polygon(0 0,calc(100% - 18px) 0,100% 50%,calc(100% - 18px) 100%,0 100%)}.chevron-r-lg{clip-path:polygon(0 0,calc(100% - 28px) 0,100% 50%,calc(100% - 28px) 100%,0 100%)}.chevron-l{clip-path:polygon(18px 0,100% 0,100% 100%,18px 100%,0 50%)}.notch-tr{clip-path:polygon(0 0,calc(100% - 22px) 0,100% 22px,100% 100%,0 100%)}.dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex-shrink:0}.ph{background-image:repeating-linear-gradient(135deg,#2c2e3b0f 0,#2c2e3b0f 8px,#2c2e3b05 8px,#2c2e3b05 16px);background-color:var(--cream-2);display:flex;align-items:center;justify-content:center;font-family:JetBrains Mono,monospace;font-size:11px;color:var(--navy-soft);letter-spacing:.04em}.scroll::-webkit-scrollbar{width:10px;height:10px}.scroll::-webkit-scrollbar-track{background:transparent}.scroll::-webkit-scrollbar-thumb{background:#d8d8de;border:3px solid var(--bg)}.scroll::-webkit-scrollbar-thumb:hover{background:#b8b8be}.scroll-dark::-webkit-scrollbar{width:8px;height:8px}.scroll-dark::-webkit-scrollbar-track{background:transparent}.scroll-dark::-webkit-scrollbar-thumb{background:#34354a}input:focus,select:focus,textarea:focus{outline:2px solid var(--orange);outline-offset:-1px}.qh-label{display:block;font-size:11px;font-family:JetBrains Mono,monospace;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.qh-input{width:100%;padding:14px 16px;font-size:14px;border:1px solid var(--line);background:#fff;margin-top:6px;outline:none;transition:border-color .15s}.qh-input:focus{border-color:var(--navy)}.qh-form-stack{display:flex;flex-direction:column;gap:16px}.qh-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.qh-btn{padding:14px 28px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:10px;justify-content:center;text-decoration:none;transition:background .15s}.qh-btn-primary{background:var(--navy);color:#fff}.qh-btn-primary:hover{background:var(--navy-deep)}.qh-btn-orange{background:var(--orange);color:#fff}.qh-btn-orange:hover{background:var(--orange-deep)}.qh-btn-ghost{background:#fff;color:var(--navy);border:1px solid var(--line)}.qh-btn-ghost:hover{background:var(--cream-2)}.qh-btn-block{width:100%}.qh-btn:disabled{opacity:.5;cursor:not-allowed}.qh-link{color:var(--orange);font-weight:600}.qh-link-mono{font-size:11px;font-family:JetBrains Mono,monospace;color:var(--orange);background:none;padding:0;border:none;cursor:pointer}.qh-btn-x:not(:disabled):hover{transform:translateY(-1px)}.qh-btn-x:not(:disabled):active{transform:translateY(0)}.qh-btn-x--primary:not(:disabled):hover{background:var(--navy-deep)!important}.qh-btn-x--accent:not(:disabled):hover{background:var(--orange-deep)!important}.qh-btn-x--ghost:not(:disabled):hover{background:var(--cream-2)!important;border-color:var(--navy-soft)!important}.qh-btn-x--plain:not(:disabled):hover{background:var(--cream-2)!important;border-color:var(--navy-soft)!important}.qh-btn-x--danger:not(:disabled):hover{background:#a02a42!important}.qh-btn-x--dark:not(:disabled):hover{background:var(--navy)!important}.qh-btn-x:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.qh-icon-btn:not(:disabled):hover{background:var(--cream-2)!important;color:var(--navy)!important}.qh-icon-btn[aria-pressed=true]{background:var(--cream-2)!important}.qh-icon-btn:focus-visible{outline:2px solid var(--orange);outline-offset:2px}@keyframes qh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.qh-spin{animation:qh-spin .9s linear infinite}@keyframes qh-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.qh-menu{background:#fff;border:1px solid var(--line);padding:6px;box-shadow:0 12px 32px -8px #1c1d272e,0 2px 6px #1c1d270f;display:flex;flex-direction:column;gap:1px;animation:qh-menu-in .12s ease-out}.qh-menu-item{display:flex;align-items:center;gap:10px;padding:9px 12px 9px 10px;font-family:inherit;font-size:13px;font-weight:500;color:var(--navy);background:transparent;border:none;text-align:left;cursor:pointer;transition:background .12s,color .12s;white-space:nowrap}.qh-menu-item:not(:disabled):hover{background:var(--cream-2)}.qh-menu-item:disabled{opacity:.4;cursor:not-allowed}.qh-menu-item-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);flex-shrink:0}.qh-menu-item-label{flex:1}.qh-menu-item-hint{font-family:JetBrains Mono,monospace;font-size:10px;color:var(--muted);letter-spacing:.04em;margin-left:12px}.qh-menu-item--primary .qh-menu-item-icon{color:var(--orange)}.qh-menu-item--primary{color:var(--orange-deep);font-weight:600}.qh-menu-item--danger,.qh-menu-item--danger .qh-menu-item-icon{color:var(--bad)}.qh-menu-item--danger:not(:disabled):hover{background:var(--bad-soft)}.qh-menu-divider{height:1px;background:var(--line);margin:4px 0}.qh-row:hover{background:var(--cream)}.qh-row:focus-visible{outline:2px solid var(--orange);outline-offset:-2px}.qh-app-shell{display:flex;height:100vh;height:100dvh;overflow:hidden;background:var(--bg)}.qh-app-content{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.qh-app-main{flex:1;overflow-y:auto}.qh-sidebar{width:240px;flex-shrink:0;height:100vh;position:sticky;top:0;background:var(--side-bg);color:var(--side-text);display:flex;flex-direction:column;overflow:hidden;z-index:40}.qh-sidebar-scrim{display:none}@media(max-width:900px){.qh-sidebar{position:fixed;top:0;left:0;bottom:0;height:100dvh;width:min(284px,86vw);transform:translate(-100%);transition:transform .24s cubic-bezier(.32,.72,.32,1);box-shadow:0 18px 48px -12px #00000080;z-index:60}.qh-sidebar[data-open=true]{transform:translate(0)}.qh-sidebar-scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000085;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:55;opacity:0;pointer-events:none;transition:opacity .2s}.qh-sidebar-scrim[data-open=true]{opacity:1;pointer-events:auto}}.qh-topbar{height:60px;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;padding:0 32px;gap:24px;position:sticky;top:0;z-index:30}.qh-topbar-hamburger{display:none;width:38px;height:38px;border:1px solid var(--line);background:#fff;align-items:center;justify-content:center;flex-shrink:0}.qh-topbar-search{flex:1;max-width:420px;display:flex;align-items:center;gap:10px;padding:8px 14px;background:var(--cream);border:1px solid var(--line)}.qh-topbar-search input{flex:1;border:none;background:transparent;outline:none;font-size:13px;min-width:0}.qh-topbar-right{margin-left:auto;display:flex;align-items:center;gap:16px}.qh-topbar-user-name{display:revert}@media(max-width:900px){.qh-topbar{padding:0 16px;gap:12px;height:56px}.qh-topbar-hamburger{display:inline-flex}.qh-topbar-search{flex:1;max-width:none;padding:7px 12px}.qh-topbar-search .qh-shortcut{display:none}.qh-topbar-right{gap:10px}.qh-topbar-user-name{display:none}}.qh-auth-layout{background:var(--cream);min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.qh-auth-form-side,.qh-auth-info-side{padding:80px 60px}.qh-auth-form-side{display:flex;flex-direction:column;justify-content:center}.qh-auth-form-inner{max-width:480px;margin:0 auto;width:100%}.qh-auth-info-side{background:var(--navy);color:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.qh-auth-info-mark{position:absolute;right:-80px;bottom:-60px;width:420px;opacity:.06;pointer-events:none;-webkit-user-select:none;user-select:none}.qh-auth-info-inner{position:relative;z-index:2}.qh-auth-title{font-size:clamp(36px,5vw,60px);margin-bottom:12px;line-height:1}.qh-auth-title em{color:var(--orange);font-style:normal}.qh-auth-lead{color:var(--muted);font-size:15px;margin-bottom:32px}.qh-auth-rows{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(255,255,255,.12);margin-top:24px}.qh-auth-row{display:grid;grid-template-columns:48px 1fr;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12);align-items:center}.qh-auth-row-num{font-family:JetBrains Mono,monospace;font-size:12px;color:var(--orange)}.qh-msg-error{background:#c0392b0f;border:1px solid rgba(192,57,43,.25);color:#c0392b;padding:10px 14px;font-size:13px}.qh-msg-success{background:#1f7a340f;border:1px solid rgba(31,122,52,.25);color:#1f7a34;padding:10px 14px;font-size:13px}.qh-card{background:#fff;border:1px solid var(--line);padding:32px}.qh-section-title{font-size:11px;font-family:JetBrains Mono,monospace;color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:24px 0 12px}.qh-section-title:first-child{margin-top:0}.qh-page{padding:32px}.qh-page-tight{padding:24px 32px}.qh-page-stack{padding:32px;display:flex;flex-direction:column;gap:28px}.qh-page-header{padding:32px 40px 24px;border-bottom:1px solid var(--line);background:#fff}.qh-page-header-row{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;flex-wrap:wrap}.qh-page-header h1{font-size:36px;line-height:1;color:var(--navy)}.qh-page-header-sub{font-size:14px;color:var(--muted);max-width:720px;margin-top:10px}.qh-page-header-actions{display:flex;gap:10px;flex-shrink:0;flex-wrap:wrap}.qh-hero-title{font-size:clamp(24px,5vw,34px);color:var(--navy);margin-bottom:6px;line-height:1.05}.qh-grid-kpi{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.qh-grid-kpi-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.qh-grid-2{display:grid;grid-template-columns:1.6fr 1fr;gap:16px}.qh-grid-split{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}.qh-grid-3-2span{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.qh-grid-3-2span>.qh-span-2{grid-column:span 2}.qh-form-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.qh-grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.qh-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.qh-table-scroll::-webkit-scrollbar{height:8px}.qh-table-scroll::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}.qh-table-scroll>*{min-width:var(--qh-table-min, 760px)}.qh-table-scroll-md>*{--qh-table-min: 640px}.qh-table-scroll-lg>*{--qh-table-min: 900px}.qh-table-scroll-xl>*{--qh-table-min: 1080px}.qh-table-scroll-2xl>*{--qh-table-min: 1280px}.qh-filter-tabs{display:flex;gap:6px;border-bottom:1px solid var(--line);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.qh-filter-tabs::-webkit-scrollbar{display:none}.qh-filter-tabs>*{flex-shrink:0;white-space:nowrap}.qh-tabs-row{background:#fff;padding:0 32px;gap:32px}@media(max-width:1024px){.qh-tabs-row{padding:0 24px;gap:24px}}@media(max-width:780px){.qh-tabs-row{padding:0 16px;gap:20px}}.qh-error-eyebrow{font-size:11px;color:var(--bad);letter-spacing:.12em;margin-bottom:8px}.qh-error-block{padding:60px 32px}.qh-error-block h1{font-size:24px;color:var(--navy);margin-bottom:8px}.qh-sheet-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a1b2266;z-index:100;display:flex;justify-content:flex-end}.qh-sheet{width:480px;max-width:100vw;height:100vh;height:100dvh;background:#fff;overflow:auto;padding:28px}.qh-overlay-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:50;padding:24px}.qh-overlay-modal{background:#fff;width:100%;max-width:640px;max-height:calc(100vh - 64px);max-height:calc(100dvh - 64px);overflow-y:auto;padding:28px;border:1px solid var(--line)}.qh-only-mobile{display:none}.qh-no-mobile{display:revert}@media(max-width:1280px){:root{--page-gutter: 28px}}@media(max-width:1024px){:root{--page-gutter: 24px;--sidebar-width: 200px}.qh-auth-layout{grid-template-columns:1fr}.qh-auth-info-side{display:none}.qh-auth-form-side,.qh-auth-info-side{padding:64px 24px}.qh-page,.qh-page-stack{padding:24px}.qh-page-tight{padding:20px 24px}.qh-page-stack{gap:22px}.qh-page-header{padding:28px 28px 22px}.qh-page-header h1{font-size:30px}.qh-grid-kpi{grid-template-columns:repeat(2,minmax(0,1fr))}.qh-grid-2{grid-template-columns:1fr}.qh-grid-split{grid-template-columns:1fr;gap:24px}.qh-grid-3-2span{grid-template-columns:1fr 1fr}.qh-grid-3-2span>.qh-span-2{grid-column:span 2}}@media(max-width:780px){:root{--page-gutter: 16px}.qh-form-row,.qh-form-grid-2{grid-template-columns:1fr}.qh-page,.qh-page-stack{padding:18px 16px 32px}.qh-page-tight{padding:16px}.qh-page-stack{gap:20px}.qh-page-header{padding:22px 20px 18px}.qh-page-header-row{flex-direction:column;align-items:flex-start;gap:14px}.qh-page-header h1{font-size:26px}.qh-page-header-actions{width:100%}.qh-grid-kpi{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.qh-grid-kpi-3{grid-template-columns:1fr;gap:12px}.qh-grid-3-2span{grid-template-columns:1fr}.qh-grid-3-2span>.qh-span-2{grid-column:auto}.qh-card{padding:20px}.qh-sheet{padding:20px;width:100vw}.qh-error-block{padding:32px 18px}.qh-only-mobile{display:revert}.qh-no-mobile{display:none}.qh-overlay-scrim{padding:0;align-items:flex-end}.qh-overlay-modal{max-height:92dvh;padding:22px 18px 28px;border:none;border-top:3px solid var(--orange)}}@media(max-width:480px){.qh-grid-kpi{grid-template-columns:1fr}.qh-page-header h1{font-size:23px}.qh-btn{padding:12px 18px;font-size:13px}}
