.shop-root{--shop-ink: #2a2118;--shop-ink-soft: #5c5142;--shop-muted: #7c7060;--shop-surface: #faf5ec;--shop-card: #ffffff;--shop-line: #e7ddcc;--shop-honey: #c47f17;--shop-honey-deep: #8f5c0a;--shop-honey-dark: #6d4607;--shop-honey-pale: #f9edd4;--shop-honey-glow: #f0b429;--shop-dark: #251b10;--shop-green: #2e7d32;--shop-red: #b42318;--shop-red-bg: #fbe7e7;--shop-radius: 14px;--shop-shadow: 0 1px 2px rgba(58, 42, 18, .06), 0 6px 20px rgba(58, 42, 18, .08);--shop-font-ui: "Instrument Sans", system-ui, -apple-system, sans-serif;--shop-font-display: "Young Serif", Georgia, serif;min-height:100vh;display:flex;flex-direction:column;font-family:var(--shop-font-ui);font-size:16px;line-height:1.55;color:var(--shop-ink);background:var(--shop-surface);-webkit-font-smoothing:antialiased}.shop-root *,.shop-root *:before,.shop-root *:after{box-sizing:border-box}.shop-root a{color:var(--shop-honey-deep)}.shop-root :focus-visible{outline:3px solid var(--shop-honey);outline-offset:2px;border-radius:4px}.shop-shell{width:100%;max-width:1120px;margin:0 auto;padding:0 16px}.shop-h2{font-family:var(--shop-font-display);font-size:1.5rem;margin:0 0 16px;color:var(--shop-honey-dark)}.shop-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:999px;border:2px solid transparent;font:600 .95rem var(--shop-font-ui);cursor:pointer;text-decoration:none;transition:background .15s ease,transform .05s ease,box-shadow .15s ease}.shop-btn-primary{background:var(--shop-honey);color:#fff;box-shadow:0 2px 8px #c47f1759}.shop-btn-primary:hover{background:var(--shop-honey-deep)}.shop-btn-primary:active{transform:translateY(1px)}.shop-btn-primary:disabled{background:#d8c9ac;box-shadow:none;cursor:not-allowed}.shop-btn-ghost{background:transparent;color:var(--shop-honey-dark);border-color:var(--shop-line)}.shop-btn-ghost:hover{background:var(--shop-honey-pale)}.shop-btn-lg{padding:14px 28px;font-size:1.05rem}.shop-gate-bg{align-items:center;justify-content:center;background:radial-gradient(circle at 20% 10%,rgba(240,180,41,.18),transparent 45%),radial-gradient(circle at 85% 90%,rgba(196,127,23,.14),transparent 40%),var(--shop-surface);padding:24px}.shop-gate{max-width:460px;width:100%;background:var(--shop-card);border:1px solid var(--shop-line);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow);padding:36px 28px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.shop-gate-title{font-family:var(--shop-font-display);font-size:1.55rem;color:var(--shop-ink)}.shop-gate-text{color:var(--shop-ink-soft);margin:0}.shop-gate-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:6px}.shop-hero{background:radial-gradient(circle at 85% -20%,rgba(240,180,41,.35),transparent 55%),radial-gradient(circle at -10% 110%,rgba(196,127,23,.25),transparent 50%),var(--shop-dark);color:#f4ead6;padding:40px 0 48px}.shop-hero-inner{display:flex;flex-direction:column;gap:14px}.shop-brand{display:inline-flex;align-items:center;gap:12px}.shop-brand-name{font-family:var(--shop-font-display);font-size:1.25rem;letter-spacing:.02em}.shop-hero-title{font-family:var(--shop-font-display);font-size:clamp(1.7rem,4.5vw,2.6rem);line-height:1.15;margin:0;color:#fff;max-width:640px}.shop-hero-text{max-width:620px;margin:0;color:#e8dcc2}.shop-hero-usp{display:inline-block;align-self:flex-start;margin:4px 0 0;padding:6px 14px;border-radius:999px;background:#f0b4292e;border:1px solid rgba(240,180,41,.5);color:var(--shop-honey-glow);font-weight:600;font-size:.9rem}.shop-main{flex:1;padding:32px 16px 96px}.shop-columns{display:flex;flex-direction:column;gap:32px}.shop-col-main{min-width:0;display:flex;flex-direction:column;gap:40px}.shop-loading{color:var(--shop-muted)}.shop-error{background:var(--shop-red-bg);color:var(--shop-red);border:1px solid rgba(180,35,24,.25);border-radius:10px;padding:10px 14px;margin:0 0 12px;font-weight:500}.shop-grid{display:grid;grid-template-columns:1fr;gap:20px}.shop-card{background:var(--shop-card);border:1px solid var(--shop-line);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow);overflow:hidden;display:flex;flex-direction:column}.shop-card-media{position:relative;background:var(--shop-honey-pale);aspect-ratio:5 / 4}.shop-card-media img,.shop-card-placeholder{display:block;width:100%;height:100%;object-fit:cover}.shop-card-badge{position:absolute;top:12px;left:12px;background:var(--shop-dark);color:#f4ead6;font-size:.8rem;font-weight:600;padding:5px 12px;border-radius:999px}.shop-card-out .shop-card-media{opacity:.65}.shop-card-body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}.shop-card-name{font-family:var(--shop-font-display);font-size:1.15rem;margin:0}.shop-card-text{margin:0;color:var(--shop-ink-soft)}.shop-card-meta{margin:0;color:var(--shop-muted);font-size:.88rem}.shop-card-buy{margin-top:auto;padding-top:12px;border-top:1px dashed var(--shop-line);display:flex;flex-direction:column;gap:10px}.shop-card-price{font-family:var(--shop-font-display);font-size:1.2rem;color:var(--shop-honey-dark)}.shop-card-price small{font-family:var(--shop-font-ui);font-size:.75rem;font-weight:500;color:var(--shop-muted)}.shop-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.shop-card-out-msg{color:var(--shop-muted);font-weight:600}.shop-qty{display:inline-flex;align-items:center;border:1px solid var(--shop-line);border-radius:999px;background:var(--shop-card)}.shop-qty-btn{width:34px;height:34px;border:0;background:transparent;color:var(--shop-honey-dark);font-size:1.15rem;font-weight:700;line-height:1;cursor:pointer;border-radius:999px}.shop-qty-btn:hover{background:var(--shop-honey-pale)}.shop-qty-num{min-width:28px;text-align:center;font-weight:600;font-variant-numeric:tabular-nums}.shop-cart-aside{display:none}.shop-cart-panel{background:var(--shop-card);border:1px solid var(--shop-line);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow);padding:20px;position:sticky;top:20px}.shop-cart-title{font-family:var(--shop-font-display);font-size:1.15rem;margin:0 0 12px;color:var(--shop-honey-dark)}.shop-cart-empty{color:var(--shop-muted);margin:0}.shop-cart-lines{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.shop-cart-line{display:grid;grid-template-columns:1fr auto;gap:6px 10px;align-items:center;padding-bottom:12px;border-bottom:1px dashed var(--shop-line)}.shop-cart-line-info{display:flex;flex-direction:column;min-width:0}.shop-cart-line-name{font-weight:600;overflow-wrap:anywhere}.shop-cart-line-price{color:var(--shop-muted);font-size:.85rem}.shop-cart-line-total{grid-column:2;text-align:right;font-weight:600;font-variant-numeric:tabular-nums}.shop-cart-totals{margin-top:14px;display:flex;flex-direction:column;gap:6px}.shop-cart-row{display:flex;justify-content:space-between;gap:12px;font-variant-numeric:tabular-nums}.shop-cart-total{font-weight:700;font-size:1.05rem;border-top:2px solid var(--shop-line);padding-top:8px;margin-top:4px}.shop-free{color:var(--shop-green)}.shop-cart-hint{margin:0;font-size:.85rem;color:var(--shop-honey-deep);background:var(--shop-honey-pale);border-radius:8px;padding:6px 10px}.shop-cart-cta{margin-top:10px}.shop-cart-bar{position:fixed;left:12px;right:12px;bottom:12px;z-index:30;display:flex;align-items:center;gap:10px;padding:12px 16px;border:0;border-radius:999px;background:var(--shop-dark);color:#f4ead6;font:600 .95rem var(--shop-font-ui);box-shadow:0 8px 24px #251b1066;cursor:pointer}.shop-cart-bar strong{margin-left:auto;font-variant-numeric:tabular-nums}.shop-cart-bar-count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 6px;border-radius:999px;background:var(--shop-honey-glow);color:var(--shop-dark);font-weight:700}.shop-cart-drawer{position:fixed;left:0;right:0;bottom:0;z-index:40;background:var(--shop-card);border-top:1px solid var(--shop-line);border-radius:18px 18px 0 0;box-shadow:0 -10px 30px #251b1040;padding:18px 16px 24px;max-height:75vh;overflow-y:auto;transform:translateY(105%);transition:transform .25s ease}.shop-cart-drawer.shop-open{transform:translateY(0)}.shop-cart-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.shop-order{background:var(--shop-card);border:1px solid var(--shop-line);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow);padding:24px 18px;scroll-margin-top:16px}.shop-form{display:flex;flex-direction:column;gap:16px}.shop-form-grid{display:grid;grid-template-columns:1fr;gap:14px}.shop-field{display:flex;flex-direction:column;gap:5px}.shop-field>span{font-weight:600;font-size:.9rem;color:var(--shop-ink-soft)}.shop-field input,.shop-field select,.shop-field textarea{font:400 1rem var(--shop-font-ui);color:var(--shop-ink);background:#fffdf8;border:1px solid var(--shop-line);border-radius:10px;padding:10px 12px;width:100%}.shop-field input:focus-visible,.shop-field select:focus-visible,.shop-field textarea:focus-visible{outline:3px solid var(--shop-honey);outline-offset:0;border-color:var(--shop-honey)}.shop-field textarea{resize:vertical}.shop-charity{background:var(--shop-honey-pale);border:1px solid #eeddb6;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px}.shop-charity-text{margin:0;color:var(--shop-honey-dark);font-weight:500}.shop-check{display:flex;align-items:flex-start;gap:10px;font-weight:500}.shop-check input{width:20px;height:20px;margin:2px 0 0;accent-color:var(--shop-honey);flex-shrink:0}.shop-form-total{margin:0;color:var(--shop-ink-soft)}.shop-confirm{max-width:560px;margin:24px auto;background:var(--shop-card);border:1px solid var(--shop-line);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow);padding:36px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.shop-confirm-nr{font-size:1.1rem;margin:0}.shop-confirm-total{margin:0}.shop-confirm-msg{margin:6px 0 0;background:var(--shop-honey-pale);border-radius:10px;padding:10px 16px;color:var(--shop-honey-dark);font-weight:600}.shop-confirm-note{margin:0;color:var(--shop-muted);font-size:.9rem}.shop-footer{background:var(--shop-dark);color:#d8ccb4;padding:36px 0 96px;margin-top:40px}.shop-footer-inner{display:flex;flex-direction:column;gap:24px}.shop-footer-col p{margin:0 0 6px}.shop-footer a{color:var(--shop-honey-glow)}.shop-brand-footer{margin-bottom:10px;color:#f4ead6}.shop-footer-nix{display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-width:360px}.shop-nix18-mark{display:inline-flex;align-items:baseline;background:#000;color:#fff;font:800 1.3rem/1 var(--shop-font-ui);letter-spacing:.04em;padding:10px 14px;border-radius:6px;border:2px solid #fff;box-shadow:0 0 0 2px #000}.shop-nix18-num{color:var(--shop-honey-glow);margin-left:2px}@media (min-width: 560px){.shop-grid{grid-template-columns:repeat(2,1fr)}.shop-form-grid{grid-template-columns:1fr 1fr}.shop-field-wide{grid-column:1 / -1}.shop-order{padding:28px 26px}}@media (min-width: 960px){.shop-main{padding-bottom:48px}.shop-columns{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:28px}.shop-cart-aside{display:block}.shop-cart-bar,.shop-cart-drawer{display:none}.shop-footer{padding-bottom:36px}.shop-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1180px){.shop-grid{grid-template-columns:repeat(3,1fr)}}@media (prefers-reduced-motion: reduce){.shop-root *,.shop-root *:before,.shop-root *:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}:root{--ink: #2a2118;--ink-soft: #5c5142;--muted: #8a7d6a;--surface: #f7f2e9;--card: #ffffff;--line: #e7ddcc;--line-soft: #efe8da;--honey: #c47f17;--honey-deep: #8f5c0a;--honey-dark: #6d4607;--honey-pale: #f9edd4;--honey-glow: #f0b429;--sidebar-bg: #251b10;--sidebar-ink: #cfc4b2;--sidebar-active: #38290f;--green: #2e7d32;--green-bg: #e6f2e6;--orange: #b45309;--orange-bg: #fdf0e0;--red: #c02626;--red-bg: #fbe7e7;--blue: #1d4ed8;--blue-bg: #e7edfc;--gray: #6b7280;--gray-bg: #eeece7;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 2px rgba(58, 42, 18, .05), 0 4px 14px rgba(58, 42, 18, .06);--shadow-lift: 0 6px 24px rgba(58, 42, 18, .14);--font-ui: "Instrument Sans", system-ui, -apple-system, sans-serif;--font-display: "Young Serif", Georgia, serif}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font-ui);font-size:14.5px;line-height:1.5;color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0}p{margin:0 0 .6em}a{color:var(--honey-deep)}:focus-visible{outline:2px solid var(--honey);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.layout{display:flex;min-height:100vh}.sidebar{width:232px;flex-shrink:0;background:radial-gradient(1200px 300px at -30% -10%,rgba(240,180,41,.12),transparent 60%),var(--sidebar-bg);color:var(--sidebar-ink);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:20px 18px 16px;border-bottom:1px solid rgba(240,180,41,.15)}.brand-name{font-family:var(--font-display);font-size:19px;color:#f5ecdc;letter-spacing:.01em}.brand-name em{font-style:normal;color:var(--honey-glow)}.sidebar-nav{flex:1;padding:12px 10px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:11px;padding:9px 12px;border-radius:var(--radius-sm);color:var(--sidebar-ink);text-decoration:none;font-weight:500;transition:background .15s,color .15s}.nav-item:hover{background:#f0b4291a;color:#f5ecdc}.nav-item.nav-active{background:var(--sidebar-active);color:var(--honey-glow);box-shadow:inset 3px 0 0 var(--honey-glow)}.sidebar-foot{padding:14px 18px;font-size:12px;color:#cfc4b28c;border-top:1px solid rgba(240,180,41,.12)}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 28px;background:#f7f2e9eb;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.topbar-user{display:flex;align-items:center;gap:8px;color:var(--ink-soft);font-weight:500}.content{padding:24px 28px 48px;max-width:1240px;width:100%;margin:0 auto}.app-loading{display:grid;place-items:center;height:100vh}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.page-title{font-family:var(--font-display);font-size:26px;font-weight:400;color:var(--ink)}.page-subtitle{color:var(--muted);margin:4px 0 0}.page-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.searchbar{display:flex;align-items:center;gap:8px;background:var(--card);border:1px solid var(--line);border-radius:999px;padding:7px 14px;min-width:260px;color:var(--muted)}.searchbar input{border:none;outline:none;background:none;flex:1;font:inherit;color:var(--ink)}.searchbar input::-webkit-search-cancel-button{display:none}.searchbar:focus-within{border-color:var(--honey);box-shadow:0 0 0 3px #c47f1724}.searchbar-clear{border:none;background:none;cursor:pointer;color:var(--muted);display:grid;place-items:center;padding:2px}.btn{display:inline-flex;align-items:center;gap:7px;font:inherit;font-weight:600;border-radius:var(--radius-sm);padding:8px 15px;border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,transform .05s;text-decoration:none}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--honey);color:#fff}.btn-primary:hover:not(:disabled){background:var(--honey-deep)}.btn-secondary{background:var(--card);color:var(--ink);border-color:var(--line)}.btn-secondary:hover:not(:disabled){border-color:var(--honey);color:var(--honey-deep)}.btn-danger{background:var(--red);color:#fff}.btn-danger:hover:not(:disabled){background:#a31f1f}.btn-ghost{background:none;color:var(--ink-soft);padding:6px 10px}.btn-ghost:hover:not(:disabled){background:var(--gray-bg);color:var(--ink)}.btn-block{width:100%;justify-content:center}.iconbtn{display:inline-grid;place-items:center;width:30px;height:30px;border:1px solid transparent;border-radius:var(--radius-sm);background:none;color:var(--muted);cursor:pointer;transition:background .15s,color .15s}.iconbtn:hover:not(:disabled){background:var(--honey-pale);color:var(--honey-deep)}.iconbtn-danger:hover:not(:disabled){background:var(--red-bg);color:var(--red)}.iconbtn:disabled{opacity:.4;cursor:not-allowed}.spinner{width:15px;height:15px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.loading-block{display:flex;gap:10px;align-items:center;color:var(--muted);padding:32px;justify-content:center}.card{background:var(--card);border:1px solid var(--line-soft);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 20px;margin-bottom:18px}.card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.card-title{font-size:15px;font-weight:650;color:var(--ink)}.kpi{background:var(--card);border:1px solid var(--line-soft);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px 18px;display:flex;flex-direction:column;gap:4px;text-align:left;font:inherit;color:var(--ink)}.kpi-click{cursor:pointer;transition:box-shadow .15s,border-color .15s}.kpi-click:hover{border-color:var(--honey);box-shadow:var(--shadow-lift)}.kpi-top{display:flex;align-items:center;justify-content:space-between}.kpi-label{font-size:13px;color:var(--muted);font-weight:550}.kpi-icon{color:var(--honey);background:var(--honey-pale);border-radius:8px;padding:6px;display:grid;place-items:center}.kpi-icon-red{color:var(--red);background:var(--red-bg)}.kpi-icon-green{color:var(--green);background:var(--green-bg)}.kpi-icon-blue{color:var(--blue);background:var(--blue-bg)}.kpi-value{font-size:24px;font-weight:650;letter-spacing:-.01em}.kpi-sub{font-size:12.5px;color:var(--muted)}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-bottom:18px}.table-wrap{background:var(--card);border:1px solid var(--line-soft);border-radius:var(--radius);box-shadow:var(--shadow);overflow-x:auto;margin-bottom:18px}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{text-align:left;font-size:12px;font-weight:650;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);padding:11px 14px;border-bottom:1px solid var(--line);white-space:nowrap}.table td{padding:11px 14px;border-bottom:1px solid var(--line-soft);vertical-align:middle}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover{background:#fdfaf3}.table .row-click{cursor:pointer}.table td.num,.table th.num,.table td[style*=right]{font-variant-numeric:tabular-nums}.col-actions{width:1%;white-space:nowrap}.row-actions{display:flex;gap:2px;justify-content:flex-end}.table tfoot td{font-weight:650;border-top:2px solid var(--line);background:#fdfaf3}.cell-sub{display:block;font-size:12px;color:var(--muted)}.badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:620;padding:3px 10px;border-radius:999px;white-space:nowrap}.badge-green{background:var(--green-bg);color:var(--green)}.badge-orange{background:var(--orange-bg);color:var(--orange)}.badge-red{background:var(--red-bg);color:var(--red)}.badge-blue{background:var(--blue-bg);color:var(--blue)}.badge-gray{background:var(--gray-bg);color:var(--gray)}.badge-honey{background:var(--honey-pale);color:var(--honey-deep)}.tabs{display:flex;gap:4px;border-bottom:2px solid var(--line);margin-bottom:18px;flex-wrap:wrap}.tab{font:inherit;font-weight:600;border:none;background:none;cursor:pointer;color:var(--muted);padding:9px 14px;border-bottom:2px solid transparent;margin-bottom:-2px;display:inline-flex;align-items:center;gap:7px;transition:color .15s}.tab:hover{color:var(--ink)}.tab-active{color:var(--honey-deep);border-bottom-color:var(--honey)}.tab-count{background:var(--gray-bg);color:var(--ink-soft);border-radius:999px;font-size:11.5px;padding:1px 8px}.tab-active .tab-count{background:var(--honey-pale);color:var(--honey-deep)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#2a211873;display:grid;place-items:center;padding:24px;animation:fade .15s ease-out}@keyframes fade{0%{opacity:0}}.modal{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-lift);width:100%;max-height:calc(100vh - 48px);display:flex;flex-direction:column;animation:pop .18s ease-out}@keyframes pop{0%{opacity:0;transform:translateY(8px) scale(.98)}}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid var(--line-soft)}.modal-head h2{font-size:17px;font-weight:650}.modal-body{padding:16px 20px;overflow-y:auto}.modal-foot{display:flex;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid var(--line-soft)}.modal-confirm{max-width:420px}.field{display:flex;flex-direction:column;gap:5px;margin-bottom:13px}.field-label{font-size:13px;font-weight:600;color:var(--ink-soft)}.field-req{color:var(--red)}.field-hint{font-size:12px;color:var(--muted)}.field-error{font-size:12.5px;color:var(--red)}.form-error{background:var(--red-bg);color:var(--red);border-radius:var(--radius-sm);padding:9px 12px;font-size:13.5px;font-weight:550}input:not([type=checkbox]):not([type=radio]),select,textarea{font:inherit;color:var(--ink);background:#fdfcf9;border:1px solid var(--line);border-radius:var(--radius-sm);padding:8px 11px;width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--honey);box-shadow:0 0 0 3px #c47f1724}textarea{resize:vertical;min-height:72px}input[type=checkbox]{width:16px;height:16px;accent-color:var(--honey)}.checkline{display:flex;align-items:center;gap:8px;font-weight:500;color:var(--ink-soft);margin-bottom:13px;cursor:pointer}.form-grid{display:grid;gap:0 16px}.form-grid-2{grid-template-columns:1fr 1fr}.form-grid-3{grid-template-columns:1fr 1fr 1fr}.input-group{display:flex;gap:8px;align-items:stretch}.input-group>:first-child{flex:1}.empty-state{background:var(--card);border:1px dashed var(--line);border-radius:var(--radius);padding:42px 24px;text-align:center;color:var(--muted);margin-bottom:18px}.empty-icon{display:inline-grid;place-items:center;width:56px;height:56px;border-radius:16px;background:var(--honey-pale);color:var(--honey);margin-bottom:12px}.empty-state h3{font-size:15.5px;color:var(--ink);margin-bottom:4px}.empty-state p{max-width:380px;margin:0 auto 14px}.toasts{position:fixed;bottom:22px;right:22px;z-index:200;display:flex;flex-direction:column;gap:8px}.toast{display:flex;align-items:center;gap:9px;background:var(--ink);color:#f5ecdc;border-radius:var(--radius-sm);padding:11px 16px;font-weight:550;box-shadow:var(--shadow-lift);animation:toast-in .2s ease-out}.toast-success svg{color:var(--honey-glow)}.toast-error{background:#5d1a1a}.toast-error svg{color:#f0a2a2}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}.detail-list{margin:0}.detail-row{display:grid;grid-template-columns:220px 1fr;gap:12px;padding:8px 0;border-bottom:1px solid var(--line-soft)}.detail-row:last-child{border-bottom:none}.detail-row dt{color:var(--muted);font-weight:550}.detail-row dd{margin:0;font-weight:500}.backlink{display:inline-flex;align-items:center;gap:5px;color:var(--muted);text-decoration:none;font-weight:550;font-size:13.5px;margin-bottom:10px}.backlink:hover{color:var(--honey-deep)}.kanban{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:start}.kanban-col{background:#f1ead9;border-radius:var(--radius);padding:12px;min-height:160px}.kanban-col-head{display:flex;align-items:center;justify-content:space-between;font-size:12.5px;font-weight:650;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft);padding:2px 4px 10px}.kanban-count{background:var(--card);border-radius:999px;padding:1px 8px;font-size:11.5px}.kanban-card{background:var(--card);border:1px solid var(--line-soft);border-radius:var(--radius-sm);box-shadow:var(--shadow);padding:12px 13px;margin-bottom:10px;cursor:pointer;transition:box-shadow .15s,border-color .15s}.kanban-card:hover{border-color:var(--honey);box-shadow:var(--shadow-lift)}.kanban-card:last-child{margin-bottom:0}.chart{position:relative}.chart-tooltip{position:absolute;z-index:30;transform:translate(12px,-110%);background:var(--ink);color:#f5ecdc;font-size:12.5px;line-height:1.45;border-radius:7px;padding:7px 10px;pointer-events:none;white-space:nowrap;box-shadow:var(--shadow-lift)}.chart-legend{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:10px}.chart-legend-col{flex-direction:column;gap:7px}.chart-legend-item{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:var(--ink-soft)}.chart-legend-swatch{width:11px;height:11px;border-radius:3px;flex-shrink:0}.chart-legend-val{color:var(--muted);font-variant-numeric:tabular-nums}.chart-donut{display:flex;gap:22px;align-items:center;flex-wrap:wrap}.chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.chart-grid .card{margin-bottom:0}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(800px 500px at 85% -10%,rgba(240,180,41,.16),transparent 60%),radial-gradient(700px 500px at -10% 110%,rgba(196,127,23,.12),transparent 60%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='97' viewBox='0 0 56 97'%3E%3Cpath d='M28 2 52 16v28L28 58 4 44V16zM28 60.5 52 74.5v28L28 116 4 102.5v-28z' fill='none' stroke='%23e2d5ba' stroke-width='1.4'/%3E%3C/svg%3E"),var(--surface)}.auth-card{background:var(--card);border:1px solid var(--line-soft);border-radius:18px;box-shadow:var(--shadow-lift);padding:36px 34px 30px;width:100%;max-width:400px}.auth-brand{text-align:center;margin-bottom:22px}.auth-brand h1{font-family:var(--font-display);font-size:27px;font-weight:400;margin-top:8px}.auth-brand em{font-style:normal;color:var(--honey)}.auth-tagline{color:var(--muted);font-size:13.5px;margin:2px 0 0}.auth-title{font-size:16px;font-weight:650;margin-bottom:14px}.auth-hint{color:var(--muted);font-size:13.5px}.auth-links{text-align:center;margin:14px 0 0;font-size:13.5px}.auth-form .form-error{margin-bottom:13px}.warn-list{display:flex;flex-direction:column;gap:8px}.warn-item{display:flex;align-items:center;gap:10px;background:var(--orange-bg);color:var(--orange);border-radius:var(--radius-sm);padding:9px 13px;font-weight:550;font-size:13.5px}.warn-item.warn-red{background:var(--red-bg);color:var(--red)}.muted{color:var(--muted)}.nowrap{white-space:nowrap}.text-right{text-align:right}.mono-num{font-variant-numeric:tabular-nums}.link-plain{color:inherit;text-decoration:none}.link-plain:hover{color:var(--honey-deep);text-decoration:underline}.section-title{font-family:var(--font-display);font-size:18px;font-weight:400;margin:26px 0 12px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.toolbar-spacer{flex:1}.toolbar select,.toolbar input:not([type=checkbox]){width:auto;min-width:130px}@media (max-width: 1100px){.kanban{grid-template-columns:repeat(2,1fr)}.chart-grid,.grid-2{grid-template-columns:1fr}}@media (max-width: 900px){.sidebar{width:62px}.sidebar .brand-name,.sidebar .nav-label,.sidebar-foot{display:none}.sidebar-brand{justify-content:center;padding:16px 8px}.nav-item{justify-content:center;padding:11px 8px}.content{padding:18px 16px 40px}.form-grid-2,.form-grid-3{grid-template-columns:1fr}.detail-row{grid-template-columns:1fr;gap:2px}.kanban{grid-template-columns:1fr}}
