:root{--color-primary:#1e40af;--color-on-primary:#ffffff;--color-secondary:#3b82f6;--color-accent:#d97706;--color-background:#f8fafc;--color-surface:#ffffff;--color-foreground:#172554;--color-muted:#e9eef6;--color-muted-foreground:#64748b;--color-border:#dbeafe;--color-destructive:#dc2626;--color-success:#15803d;--color-ring:#1e40af;--shadow-sm:0 1px 2px rgb(15 23 42/0.08);--shadow-md:0 10px 24px rgb(30 64 175/0.08);--radius:14px}*{box-sizing:border-box}html{background:var(--color-background)}body,html{min-height:100%}body{margin:0;color:var(--color-foreground);background:radial-gradient(circle at top left,rgb(219 234 254/.72),transparent 34rem),var(--color-background);font-family:Fira Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}[role=button],a,button{cursor:pointer}:focus-visible{outline:3px solid rgb(30 64 175/.35);outline-offset:2px}.app-shell{display:grid;min-height:100vh;grid-template-columns:260px minmax(0,1fr)}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto;border-right:1px solid var(--color-border);background:rgb(255 255 255/.92);padding:22px 18px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:12px;padding:8px 8px 20px}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:14px;color:var(--color-on-primary);background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));box-shadow:var(--shadow-md);font-family:Fira Code,ui-monospace,monospace;font-weight:700}.brand-title{margin:0;font-size:16px;font-weight:800}.brand-subtitle{margin:2px 0 0;color:var(--color-muted-foreground);font-size:12px}.nav-section{margin-top:18px}.nav-section-title{margin:12px 8px 8px;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nav-item{display:flex;align-items:center;gap:10px;border-radius:12px;padding:10px 12px;color:#334155;font-size:14px;font-weight:650;transition:.18s ease}.nav-item.active,.nav-item:hover{color:var(--color-primary);background:#eff6ff}.nav-item.active{box-shadow:inset 3px 0 0 var(--color-primary)}.content-wrap{min-width:0}.topbar{position:-webkit-sticky;position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--color-border);background:rgb(248 250 252/.86);padding:16px 28px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar-title{margin:0;font-size:15px;font-weight:800}.topbar-meta{color:var(--color-muted-foreground);font-size:12px}.main-content{padding:28px}.page-stack{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:18px;gap:18px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.page-eyebrow{margin:0 0 5px;color:var(--color-secondary);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.page-title{margin:0;color:#0f172a;font-size:clamp(24px,2.5vw,34px);letter-spacing:-.04em}.page-description{max-width:860px;margin:8px 0 0;color:var(--color-muted-foreground);line-height:1.7}.card{border:1px solid var(--color-border);border-radius:var(--radius);background:rgb(255 255 255/.92);box-shadow:var(--shadow-sm)}.card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--color-border);padding:16px 18px}.card-title{margin:0;color:#0f172a;font-size:16px;font-weight:800}.card-body{padding:18px}.grid{display:grid;grid-gap:16px;gap:16px}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.kpi-card{position:relative;overflow:hidden;min-height:132px;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;padding:18px;box-shadow:var(--shadow-sm)}.kpi-card:after{position:absolute;right:-28px;bottom:-38px;width:112px;height:112px;border-radius:999px;background:rgb(59 130 246/.12);content:""}.kpi-label{display:flex;align-items:center;gap:8px;color:var(--color-muted-foreground);font-size:13px;font-weight:700}.kpi-value{margin:14px 0 4px;color:#0f172a;font-family:Fira Code,ui-monospace,monospace;font-size:30px;font-weight:800;letter-spacing:-.04em}.kpi-hint{color:var(--color-muted-foreground);font-size:12px}.toolbar{align-items:center;justify-content:space-between;gap:12px}.form-row,.toolbar{display:flex;flex-wrap:wrap}.form-row{gap:10px}.input,.select,.textarea{min-height:40px;border:1px solid var(--color-border);border-radius:11px;background:#fff;color:#0f172a;padding:9px 12px;transition:.18s ease}.input:focus,.select:focus,.textarea:focus{border-color:var(--color-ring);box-shadow:0 0 0 4px rgb(30 64 175/.1);outline:none}.input::placeholder,.textarea::placeholder{color:#94a3b8}.button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;padding:9px 14px;font-weight:750;transition:.18s ease;white-space:nowrap}.button-primary{color:var(--color-on-primary);background:var(--color-primary)}.button-primary:hover{background:#1d4ed8}.button-secondary{color:var(--color-primary);background:#eff6ff}.button-secondary:hover{background:#dbeafe}.button-ghost{color:#334155;background:transparent}.button-ghost:hover{background:#e2e8f0}.table-wrap{width:100%;overflow-x:auto}.data-table{width:100%;min-width:820px;border-collapse:collapse;font-size:13px}.data-table th{position:-webkit-sticky;position:sticky;z-index:1;top:0;border-bottom:1px solid var(--color-border);background:#f8fafc;color:#475569;padding:11px 12px;text-align:left;font-size:12px;font-weight:800;white-space:nowrap}.data-table td{border-bottom:1px solid #eef2ff;color:#1f2937;padding:11px 12px;vertical-align:top}.data-table tr:hover td{background:#f8fbff}.code{font-family:Fira Code,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.muted{color:var(--color-muted-foreground)}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800;white-space:nowrap}.badge-blue{color:#1d4ed8;background:#dbeafe}.badge-green{color:#15803d;background:#dcfce7}.badge-amber{color:#b45309;background:#fef3c7}.badge-red{color:#b91c1c;background:#fee2e2}.badge-gray{color:#475569;background:#e2e8f0}.alert{border:1px solid #fecaca;border-radius:12px;background:#fff1f2;color:#991b1b;padding:12px 14px;font-size:13px}.empty-state{padding:28px;color:var(--color-muted-foreground);text-align:center}.login-root{min-height:100vh;background:#fff}.login-hero,.login-root{position:relative;display:flex}.login-hero{flex:1 1 auto;align-items:center;justify-content:center;width:60%;padding:40px;overflow:hidden;background-color:#581c87;color:#fff}.login-hero-overlay{position:absolute;inset:0;z-index:0;background-image:linear-gradient(180deg,#4f46e5,#3b82f6);opacity:.75}.login-hero-content{position:relative;z-index:10;width:100%;max-width:28rem}.login-hero-title{margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.25}.login-hero-desc{font-size:.95rem;font-weight:400;color:#e5e7eb;line-height:1.6}.login-panel{display:flex;align-items:center;justify-content:center;width:40%;min-width:0;padding:56px;background:#fff}.login-form-wrap{width:100%;max-width:28rem;margin:0 auto}.login-brand{text-align:center}.login-brand-title{margin:1.5rem 0 0;font-size:1.875rem;font-weight:700;color:#111827}.login-divider{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem}.login-divider-line{height:1px;width:4rem;background:#e5e7eb}.login-divider-text{color:#d1d5db;font-weight:400}.login-field,.login-form{margin-top:2rem}.login-field:first-child{margin-top:0}.login-label{display:block;margin-left:.75rem;font-size:.875rem;font-weight:700;letter-spacing:.025em;color:#374151}.login-input{width:100%;margin-top:.25rem;padding:.5rem 1rem;font-size:1rem;border:none;border-bottom:1px solid #d1d5db;border-radius:1rem;outline:none;background:transparent;transition:border-color .15s ease}.login-input::placeholder{color:#9ca3af}.login-input:focus{border-bottom-color:#6366f1}.login-row{justify-content:space-between;margin-top:2rem}.login-remember,.login-row{display:flex;align-items:center}.login-remember{gap:.5rem;font-size:.875rem;color:#111827;cursor:pointer}.login-remember input{height:1rem;width:1rem;accent-color:#3b82f6}.login-forgot{font-size:.875rem;color:#818cf8;text-decoration:none}.login-forgot:hover{color:#3b82f6}.login-alert{margin-top:1rem;padding:.625rem 1rem;border-radius:.5rem;background:#fef2f2;color:#b91c1c;font-size:.875rem}.login-submit{width:100%;margin-top:1.5rem;padding:1rem;display:flex;justify-content:center;border:none;border-radius:9999px;background-image:linear-gradient(90deg,#6366f1,#2563eb);color:#f3f4f6;font-weight:600;letter-spacing:.025em;box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1);cursor:pointer;transition:all .5s ease-in}.login-submit:hover{background-image:linear-gradient(270deg,#3b82f6,#4f46e5)}.login-submit:disabled{opacity:.7;cursor:not-allowed}.login-register{margin-top:2.5rem;text-align:center;font-size:1rem;color:#6b7280}.login-register a{margin-left:.25rem;color:#818cf8;text-decoration:none;transition:all .3s ease-in}.login-register a:hover{color:#3b82f6;text-decoration:underline}.login-circles{inset:0;z-index:1;margin:0;padding:0;overflow:hidden}.login-circles,.login-circles li{position:absolute;list-style:none}.login-circles li{display:block;width:20px;height:20px;background:rgba(255,255,255,.2);animation:login-float 25s linear infinite;bottom:-150px}.login-circles li:first-child{left:25%;width:80px;height:80px;animation-delay:0s}.login-circles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.login-circles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.login-circles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.login-circles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.login-circles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.login-circles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.login-circles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.login-circles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.login-circles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes login-float{0%{transform:translateY(0) rotate(0deg);opacity:1;border-radius:0}to{transform:translateY(-1000px) rotate(2turn);opacity:0;border-radius:50%}}.field-stack{display:grid;grid-gap:12px;gap:12px}.label{display:grid;grid-gap:6px;gap:6px;color:#334155;font-size:13px;font-weight:750}@media (max-width:1024px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}.grid-3,.grid-4{grid-template-columns:1fr}.login-root{flex-direction:column}.login-hero,.login-panel{width:100%}}@media (max-width:720px){.login-hero,.login-panel,.main-content,.topbar{padding:20px}.page-header,.topbar{align-items:flex-start;flex-direction:column}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}.link{color:var(--color-primary);font-weight:800}.link:hover{text-decoration:underline}.notice{border:1px solid #bbf7d0;border-radius:12px;background:#f0fdf4;color:#166534;padding:12px 14px;font-size:13px}.detail-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);grid-gap:18px;gap:18px;padding:20px;background:linear-gradient(135deg,rgb(239 246 255/.98),rgb(255 255 255/.96)),radial-gradient(circle at top right,rgb(59 130 246/.18),transparent 22rem)}.detail-hero-main h2{margin:12px 0 6px;color:#0f172a;font-size:clamp(22px,3vw,34px);letter-spacing:-.04em}.detail-hero-main p{margin:0;color:var(--color-muted-foreground)}.metric-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.metric-card{border:1px solid rgb(191 219 254/.9);border-radius:16px;background:rgb(255 255 255/.88);padding:14px;box-shadow:var(--shadow-sm)}.metric-card span{display:block;color:var(--color-muted-foreground);font-size:12px;font-weight:800}.metric-card strong{display:block;margin-top:7px;color:#0f172a;font-family:Fira Code,ui-monospace,monospace;font-size:18px}.section-kicker{margin:0 0 4px;color:var(--color-secondary);font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.span-3{grid-column:span 3}.field-hint{color:var(--color-muted-foreground);font-size:12px;font-weight:600}.lookup-field{position:relative}.lookup-menu{position:absolute;z-index:40;top:calc(100% + 6px);right:0;left:0;max-height:310px;overflow-y:auto;border:1px solid var(--color-border);border-radius:14px;background:#fff;box-shadow:0 20px 50px rgb(15 23 42/.16);padding:6px}.lookup-option{display:grid;width:100%;grid-template-columns:minmax(90px,.6fr) minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;border:0;border-radius:10px;background:transparent;color:#334155;padding:9px 10px;text-align:left}.lookup-option:hover{background:#eff6ff}.lookup-option strong{color:#0f172a;font-family:Fira Code,ui-monospace,monospace;font-size:12px}.lookup-option span{overflow:hidden;color:var(--color-muted-foreground);text-overflow:ellipsis;white-space:nowrap}.lookup-option em{color:#b45309;font-size:11px;font-style:normal;font-weight:800}.lookup-empty{color:var(--color-muted-foreground);padding:10px;font-size:12px}.split-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);grid-gap:18px;gap:18px;align-items:start}.node-form{position:-webkit-sticky;position:sticky;top:88px;display:grid;grid-gap:12px;gap:12px;border:1px solid var(--color-border);border-radius:16px;background:#f8fbff;padding:14px}.node-form-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.compact-table{min-width:720px}.fee-table-wrap{overflow:visible}.fee-table-wrap .compact-table{min-width:0}.table-input{width:100%;min-width:110px}.danger{color:#b91c1c}.danger:hover{background:#fee2e2}@media (max-width:1080px){.detail-hero,.split-grid{grid-template-columns:1fr}.node-form{position:static}.span-3{grid-column:span 1}}.legacy-workspace{display:grid;grid-gap:0;gap:0;overflow:hidden;border:1px solid #bfdbfe;border-radius:10px;background:#fff;box-shadow:var(--shadow-sm)}.legacy-titlebar{display:flex;align-items:center;justify-content:space-between;min-height:36px;background:#3ba3ee;color:#fff;padding:6px 10px}.legacy-title{display:inline-flex;align-items:center;gap:7px;font-size:18px;font-weight:900;letter-spacing:-.02em}.legacy-user-strip{font-size:12px;opacity:.95}.legacy-toolbar{display:flex;min-height:35px;flex-wrap:wrap;align-items:center;gap:0;border-bottom:1px solid #f1d2ae;background:#fff0df;color:#1f2937;font-size:12px}.legacy-toolbar button,.legacy-toolbar label{display:inline-flex;min-height:29px;align-items:center;gap:4px;border:0;border-right:1px solid #f1d2ae;background:transparent;color:#111827;padding:5px 8px;font-size:12px;font-weight:650}.legacy-toolbar button:hover{background:#fff7ed}.legacy-toolbar button.disabled{color:#9ca3af}.legacy-toolbar select{min-width:120px;height:24px;border:1px solid #b6c6d8;border-radius:3px;background:#fff}.legacy-filter-panel{position:relative;border-bottom:1px solid #a8c7ef;background:#bfdbfb;padding:0 8px 8px}.legacy-filter-tabs{display:flex;align-items:flex-end;gap:1px;min-height:31px}.legacy-filter-tabs span{display:inline-flex;align-items:center;align-self:flex-end;min-height:27px;border:1px solid #c7d7ed;border-bottom:0;background:#f8fbff;color:#1e3a8a;padding:5px 9px;font-size:12px;font-weight:800}.legacy-filter-tabs span.active{background:#dbeafe}.legacy-filter-grid{display:grid;max-width:1220px;grid-template-columns:repeat(5,minmax(180px,1fr));grid-gap:4px 14px;gap:4px 14px}.legacy-filter-field{display:grid;grid-template-columns:78px minmax(0,1fr);align-items:center;grid-gap:7px;gap:7px;min-width:0;color:#0f2d56;font-size:12px;font-weight:700}.legacy-filter-field input,.legacy-filter-field select{width:100%;min-width:0;height:25px;border:1px solid #9fb9da;border-radius:3px;background:#fff;color:#0f172a;padding:3px 6px;font-size:12px}.legacy-filter-field input:focus,.legacy-filter-field select:focus{border-color:#1d4ed8;box-shadow:0 0 0 2px rgb(29 78 216/.16);outline:none}.legacy-filter-actions{display:flex;gap:8px;margin-top:8px}.legacy-create-card,.legacy-result-card{border:0;border-radius:0;box-shadow:none}.legacy-result-card .data-table{min-width:1320px}@media (max-width:1180px){.legacy-filter-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media (max-width:760px){.legacy-titlebar{align-items:flex-start;flex-direction:column}.legacy-filter-grid{grid-template-columns:1fr}}.dash-tabs{margin:-24px -24px 0;border-bottom:1px solid #e9edf6;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.04)}.dash-tab-list{display:flex;margin:0;padding:0;list-style:none}.dash-tab{min-width:100px;padding:10px 18px;text-align:center;font-size:14px;color:#4b5563;cursor:pointer;border-right:1px solid #eef1f7}.dash-tab.active{color:var(--color-primary,#0162e8);border-bottom:2px solid #0162e8;font-weight:600}.dash-body{padding-top:18px}.dash-page-header{display:flex;align-items:center;justify-content:space-between;margin:8px 0 22px}.dash-hi{margin:0;font-size:20px;font-weight:700;color:#1c2434}.dash-sub{margin:2px 0 0;font-size:13px;color:#8c9097}.dash-header-right{display:flex;align-items:center;gap:28px}.dash-rate-label{display:block;font-size:13px;color:#8c9097;margin-bottom:2px}.dash-stars{display:flex;align-items:center;gap:2px}.dash-stars .star{color:#d9dde3;font-size:13px}.dash-stars .star.on{color:#f5b50a}.dash-rate-count{margin-left:6px;font-size:12px;color:#8c9097}.dash-stat-num{margin:0;font-size:17px;font-weight:600;color:#1c2434}.dash-kpi-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px;margin-bottom:20px}.sales-card{position:relative;overflow:hidden;border-radius:8px;padding:16px 18px 18px;color:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08)}.bg-primary-gradient{background:linear-gradient(90deg,rgb(1,98,232) 0,rgba(1,98,232,.6))}.bg-danger-gradient{background:linear-gradient(45deg,#f93a5a,#f7778c)}.bg-success-gradient{background:linear-gradient(270deg,#48d6a8 0,#029666)}.bg-warning-gradient{background:linear-gradient(270deg,#efa65f,#f76a2d)}.sales-card-title{margin:0 0 14px;font-size:12px;font-weight:500;color:#fff}.sales-card-body{display:flex;align-items:flex-start;justify-content:space-between}.sales-card-value{margin:0 0 4px;font-size:20px;font-weight:700;color:#fff}.sales-card-note{margin:0;font-size:12px;color:#fff;opacity:.7}.sales-card-delta{font-size:12px;white-space:nowrap}.sales-card-delta .arrow{font-size:11px}.sales-card-delta .delta-text{opacity:.85}.dash-lower-row{display:grid;grid-template-columns:5fr 7fr;grid-gap:20px;gap:20px}.dash-map-col .card,.dash-table-col .card{height:100%}.card-dashboard-map-one .card-title,.card-table .card-title{margin:0;font-size:15px;font-weight:600;color:#1c2434}.card-subtitle{display:block;margin-top:2px;font-size:12px;color:#8c9097}.us-map-wrap{margin-top:12px;display:flex;justify-content:center}.us-map-svg{width:100%;max-height:18rem;height:auto}.card-table-header{display:flex;align-items:center;justify-content:space-between}.more-dots{color:#8c9097;font-size:18px;cursor:pointer}.recent-table{width:100%;margin-top:12px;border-collapse:collapse;font-size:13px}.recent-table thead th{text-align:left;background:#f7f8fb;color:#5b6472;font-weight:600}.recent-table tbody td,.recent-table thead th{padding:9px 12px;border:1px solid #eef1f7;white-space:nowrap}.recent-table tbody td{color:#3a4252}.recent-table tbody tr:nth-child(odd) td{background:#fbfcfe}.recent-table .fw-medium{font-weight:600}@media (max-width:1024px){.dash-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-lower-row{grid-template-columns:1fr}}.hh-shell{display:grid;min-height:100vh;grid-template-columns:240px minmax(0,1fr);background:#f3f4f8}.hh-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto;background:#fff;border-right:1px solid #e9edf6;padding:0 14px 24px}.hh-logo{display:flex;align-items:center;justify-content:center;height:64px;margin-bottom:6px;color:#0162e8;border-bottom:1px solid #f0f2f7}.hh-nav-section{margin-top:10px}.hh-nav-title{margin:16px 10px 8px;font-size:11px;font-weight:700;letter-spacing:.06em;color:#8a94a6}.hh-nav-item{display:flex;align-items:center;gap:12px;padding:9px 10px;border-radius:8px;color:#5b6472;font-size:14px;transition:.15s ease}.hh-nav-item:hover{background:#f4f7fe;color:#0162e8}.hh-nav-item.active{color:#0162e8;font-weight:600}.hh-nav-item.active .hh-nav-icon{background:#e3edfd;color:#0162e8}.hh-nav-icon{display:grid;place-items:center;width:30px;height:30px;flex-shrink:0;border-radius:50%;background:#eef1f8;color:#6b7891}.hh-nav-label{flex:1 1}.hh-nav-arrow{color:#b9c0cd}.hh-main{min-width:0}.hh-topbar{position:-webkit-sticky;position:sticky;z-index:30;top:0;display:flex;align-items:center;gap:16px;height:64px;padding:0 22px;background:#fff;border-bottom:1px solid #e9edf6;box-shadow:0 1px 2px rgba(0,0,0,.03)}.hh-burger{color:#5b6472}.hh-search{position:relative;width:340px;max-width:40vw}.hh-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9aa3b2}.hh-search-input{width:100%;height:38px;padding:0 14px 0 38px;border:none;border-radius:999px;background:#f1f3f9;color:#3a4252;font-size:14px;outline:none}.hh-search-input::placeholder{color:#9aa3b2}.hh-topbar-right{display:flex;align-items:center;gap:10px;margin-left:auto}.hh-icon-btn{display:grid;place-items:center;width:38px;height:38px;border:none;border-radius:50%;background:transparent;color:#6b7280;transition:.15s ease}.hh-icon-btn:hover{background:#f1f3f9;color:#0162e8}.hh-avatar{display:grid;place-items:center;width:36px;height:36px;border:none;border-radius:50%;background:linear-gradient(135deg,#0162e8,#4b9bff);color:#fff;font-weight:600;font-size:14px}.hh-content{padding:24px}@media (max-width:1024px){.hh-shell{grid-template-columns:1fr}.hh-sidebar{position:static;height:auto}.hh-search{max-width:50vw}}.hh-tabbar{display:flex;margin:-24px -24px 0;background:#fff;border-bottom:1px solid #e9edf6;box-shadow:0 2px 4px rgba(0,0,0,.04);overflow-x:auto}.hh-tab{display:inline-flex;align-items:center;gap:6px;min-width:100px;padding:11px 16px;font-size:14px;color:#5b6472;border-right:1px solid #eef1f7;white-space:nowrap}.hh-tab.active{color:#0162e8;border-bottom:2px solid #0162e8;font-weight:600;background:#f7faff}.hh-tab-close{color:#9aa3b2}.hh-tab-close:hover{color:#f93a5a}.hh-page{padding-top:18px}.hh-action-bar{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin-bottom:14px}.hh-btn-primary{display:inline-flex;align-items:center;gap:5px;padding:8px 16px;border:none;border-radius:6px;background:#0162e8;color:#fff;font-size:14px;font-weight:500}.hh-btn-primary:hover{background:#014fc0}.hh-btn-secondary{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border:1px solid #dbe4f0;border-radius:6px;background:#fff;color:#334155;font-size:14px;font-weight:500}.hh-btn-secondary:hover:not(:disabled){border-color:#93b4e8;color:#0162e8;background:#f4f8ff}.hh-btn-secondary:disabled{cursor:not-allowed;opacity:.45}.hh-collapse-toggle{display:grid;place-items:center;width:34px;height:34px;border:1px solid #e3e7ef;border-radius:6px;background:#fff;color:#6b7280}.hh-filter-bar{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;padding:16px;margin-bottom:14px;background:#fff;border:1px solid #e9edf6;border-radius:8px}.hh-filter-bar label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#5b6472}.hh-filter-bar input{height:34px;padding:0 10px;border:1px solid #e3e7ef;border-radius:6px;font-size:13px}.hh-table-card{background:#fff;border:1px solid #e9edf6;border-radius:8px;overflow:hidden}.hh-table-scroll{overflow-x:auto}.hh-order-table{width:100%;border-collapse:collapse;font-size:13px;white-space:nowrap}.hh-order-table thead th{padding:12px 14px;text-align:left;background:#ecf0fa;color:#4a5568;font-weight:600;border-bottom:1px solid #e1e6f0}.hh-order-table tbody td{padding:11px 14px;border-bottom:1px solid #eef1f7;color:#3a4252;vertical-align:middle}.hh-order-table tbody tr:hover{background:#f7faff}.hh-order-link{color:#370571;font-weight:500}.hh-bill-link{color:#0162e8}.hh-etd-cell,.hh-status-cell{font-size:12px;color:#5b6472;line-height:1.6}.hh-op-col{position:-webkit-sticky;position:sticky;right:0;background:#fff}.hh-order-table thead .hh-op-col{background:#ecf0fa}.hh-op-btns{display:flex;gap:5px}.hh-op-btn{display:grid;place-items:center;width:28px;height:28px;border:none;border-radius:50%}.hh-op-btn.green{background:#e3f6ee;color:#029666}.hh-op-btn.cyan{background:#e0f3f7;color:#0a9bbb}.hh-op-btn.amber{background:#fdf1e1;color:#e8920c}.hh-op-btn.red{background:#fde8ec;color:#f93a5a}.hh-op-btn:hover{filter:brightness(.95)}.hh-empty{padding:28px;text-align:center;color:#9aa3b2}.hh-pagination{display:flex;align-items:center;gap:5px;padding:14px 16px;flex-wrap:wrap}.hh-page-btn{min-width:32px;height:32px;padding:0 8px;border:1px solid #e3e7ef;border-radius:6px;background:#fff;color:#5b6472;font-size:13px}.hh-page-btn.active{background:#0162e8;border-color:#0162e8;color:#fff}.hh-page-btn:disabled{opacity:.5}.hh-page-ellipsis{padding:0 4px;color:#9aa3b2}.hh-page-info{margin-left:10px;font-size:13px;color:#8c9097}.hh-detail-actions{display:flex;gap:10px;margin-bottom:14px}.hh-btn-outline{display:inline-flex;align-items:center;gap:5px;padding:8px 16px;border:1px solid #0162e8;border-radius:6px;background:#fff;color:#0162e8;font-size:14px}.hh-btn-outline:hover{background:#eef5ff}.hh-collapse-panel{margin-bottom:16px;background:#fff;border:1px solid #e9edf6;border-radius:8px;overflow:hidden}.hh-collapse-head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px 18px;border:none;background:#fff;font-size:14px;color:#3a4252}.hh-collapse-body{padding:0 18px 16px}.hh-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.hh-info-card{background:#fff;border:1px solid #e9edf6;border-radius:8px;padding:16px}.hh-info-card-title{margin-bottom:14px;font-size:14px;font-weight:700;color:#1c2434}.hh-field-col{display:flex;flex-direction:column;gap:12px}.hh-field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.hh-field{display:flex;flex-direction:column;gap:5px;font-size:13px;color:#5b6472;min-width:0}.hh-field.span2{grid-column:span 2}.hh-field input,.hh-field select,.hh-field textarea{padding:8px 10px;border:1px solid #e3e7ef;border-radius:6px;font-size:13px;color:#3a4252;background:#fff;outline:none;resize:vertical;width:100%;min-width:0;max-width:100%;box-sizing:border-box;text-overflow:ellipsis}.hh-field input:focus,.hh-field select:focus,.hh-field textarea:focus{border-color:#0162e8;box-shadow:0 0 0 3px rgba(1,98,232,.1)}.hh-field input::placeholder,.hh-field textarea::placeholder{color:#b9c0cd}.hh-node-split{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);grid-gap:16px;gap:16px;align-items:start}.hh-node-form{display:flex;flex-direction:column;gap:10px;min-width:0;padding:14px;background:#f8fafe;border:1px solid #e9edf6;border-radius:8px}.hh-node-form input,.hh-node-form textarea{max-width:100%;box-sizing:border-box}@media (max-width:1100px){.hh-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.hh-card-grid,.hh-node-split{grid-template-columns:1fr}}