:root{--bg:#fbf8f4;--surface:#fff;--surface-alt:#f2ece3;--border:#e3dacd;--border-strong:#cfc3b2;--text:#1b1916;--text-muted:#6b635a;--text-faint:#9a9186;--primary:#0f6b5c;--primary-hover:#0b5346;--primary-soft:#ddeee9;--on-primary:#fff;--accent:#b36a0c;--accent-soft:#faebd5;--danger:#a8322a;--danger-soft:#f9e6e3;--success:#2c7a44;--success-soft:#dff0e4;--radius:12px;--radius-lg:16px;--shadow:0 1px 2px #1b19160f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--bg:#13110f;--surface:#1d1a17;--surface-alt:#262220;--border:#37312b;--border-strong:#4a423a;--text:#f4efe7;--text-muted:#a69c90;--text-faint:#7a7166;--primary:#3fb89f;--primary-hover:#35a18b;--primary-soft:#16352e;--on-primary:#08211c;--accent:#dfa24c;--accent-soft:#372915;--danger:#efa9a3;--danger-soft:#3a1e1b;--success:#7fcb92;--success-soft:#17301f;--shadow:none;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*,:before,:after{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{margin:0;line-height:1.2}h1{letter-spacing:-.01em;font-size:1.75rem}h2{font-size:1.125rem}h3{font-size:1rem}p{margin:0}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.skip-link{position:absolute;left:-9999px}.skip-link:focus{z-index:10;background:var(--surface);border-radius:var(--radius);padding:8px 12px;top:16px;left:16px}.shell{grid-template-columns:232px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);flex-direction:column;gap:4px;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0;overflow-y:auto}.brand{color:var(--text);letter-spacing:-.02em;padding:4px 10px 16px;font-size:1.25rem;font-weight:800}.brand:hover{text-decoration:none}.nav-link{color:var(--text-muted);border-radius:10px;justify-content:space-between;align-items:center;padding:8px 10px;font-weight:500;display:flex}.nav-link:hover{background:var(--surface-alt);color:var(--text);text-decoration:none}.nav-link[aria-current=page]{background:var(--primary-soft);color:var(--primary)}.nav-section{letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);padding:16px 10px 4px;font-size:.75rem;font-weight:700}.sidebar-footer{color:var(--text-muted);flex-direction:column;gap:8px;margin-top:auto;padding-top:16px;font-size:.875rem;display:flex}.main{min-width:0;padding:32px clamp(16px,4vw,48px) 64px}.content{flex-direction:column;gap:24px;max-width:1080px;margin:0 auto;display:flex}.narrow{max-width:440px;margin:0 auto}@media (max-width:820px){.shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border);flex-flow:wrap;height:auto;padding:12px 16px;position:static}.brand{width:100%;padding-bottom:8px}.nav-section{display:none}.sidebar-footer{flex-direction:row;justify-content:space-between;width:100%;margin-top:0;padding-top:8px}.main{padding-top:20px}}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.page-header p{color:var(--text-muted);margin-top:4px}.row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.row-between{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.stack{flex-direction:column;gap:12px;display:flex}.stack-lg{flex-direction:column;gap:20px;display:flex}.grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;display:grid}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.small{font-size:.875rem}.tiny{font-size:.75rem}.strong{font-weight:600}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem}.center{text-align:center}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex-direction:column;gap:12px;min-width:0;padding:18px;display:flex}.card-link{color:inherit}.card-link:hover{text-decoration:none}.card-link:hover .card{border-color:var(--border-strong)}.card-highlight{border-color:var(--primary)}.section-title{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:.8125rem;font-weight:700}.stat-label{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem;font-weight:700}.stat-value{letter-spacing:-.01em;font-size:1.625rem;font-weight:700}.notice{border-radius:var(--radius);background:var(--accent-soft);padding:12px 14px;font-size:.9375rem}.notice-error{background:var(--danger-soft);color:var(--danger)}.notice-ok{background:var(--success-soft);color:var(--success)}.empty{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:40px 16px;display:flex}.empty p{color:var(--text-muted);max-width:420px}.divider{background:var(--border);border:0;height:1px;margin:0}.disclaimer{color:var(--text-faint);text-align:center;font-size:.8125rem}.badge{letter-spacing:.02em;background:var(--surface-alt);color:var(--text-muted);white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:.75rem;font-weight:700;display:inline-flex}.badge-primary{background:var(--primary-soft);color:var(--primary)}.badge-success{background:var(--success-soft);color:var(--success)}.badge-accent{background:var(--accent-soft);color:var(--accent)}.badge-danger{background:var(--danger-soft);color:var(--danger)}.score{color:var(--primary);font-size:1.5rem;font-weight:800;line-height:1}.button{background:var(--primary);min-height:40px;color:var(--on-primary);font:inherit;cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-weight:600;display:inline-flex}.button:hover{background:var(--primary-hover);text-decoration:none}.button:disabled{opacity:.55;cursor:not-allowed}.button-secondary{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.button-secondary:hover{background:var(--surface-alt)}.button-ghost{color:var(--primary);background:0 0}.button-ghost:hover{background:var(--primary-soft)}.button-danger{color:var(--danger);border-color:var(--danger);background:0 0}.button-danger:hover{background:var(--danger-soft)}.button-small{min-height:32px;padding:4px 10px;font-size:.875rem}.button-block{width:100%}.inline-form{display:inline}.field{flex-direction:column;gap:6px;min-width:0;display:flex}.field label,.label{color:var(--text-muted);font-size:.875rem;font-weight:600}.input,.select,.textarea{width:100%;font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:10px;min-height:42px;padding:9px 12px}.textarea{resize:vertical;min-height:90px}.input[aria-invalid=true]{border-color:var(--danger)}.input-reveal{align-items:center;min-width:0;display:flex;position:relative}.input-reveal .input{padding-right:44px}.reveal-toggle{width:34px;height:34px;color:var(--text-faint);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;right:4px}.reveal-toggle:hover{color:var(--text)}.hint{color:var(--text-faint);font-size:.8125rem}.error{color:var(--danger);font-size:.875rem}.fields-2{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.checks{flex-wrap:wrap;gap:8px;display:flex}.check{border:1px solid var(--border-strong);cursor:pointer;background:var(--surface);border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:.875rem;display:inline-flex}.check:has(input:checked){background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}.check:has(input:disabled){opacity:.5;cursor:not-allowed}.check input{accent-color:var(--primary);margin:0}.toggle{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.toggle input{width:18px;height:18px;accent-color:var(--primary);margin-top:3px}fieldset{border:0;flex-direction:column;gap:10px;min-width:0;margin:0;padding:0;display:flex}legend{margin-bottom:4px;font-weight:700}.deal{grid-template-columns:88px 1fr auto;align-items:start;gap:14px;display:grid}.deal-image{object-fit:cover;background:var(--surface-alt);border-radius:10px;width:88px;height:88px}.deal-title{color:var(--text);font-weight:600}.deal-score{flex-direction:column;align-items:flex-end;gap:6px;display:flex}@media (max-width:560px){.deal{grid-template-columns:64px 1fr}.deal-image{width:64px;height:64px}.deal-score{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center}}.table-wrap{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.9rem}th,td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:10px 12px}th{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);background:var(--surface-alt);white-space:nowrap;font-size:.75rem;font-weight:700}tr:last-child td{border-bottom:0}td.num,th.num{text-align:right;font-variant-numeric:tabular-nums}.kv{grid-template-columns:minmax(120px,max-content) 1fr;gap:8px 16px;font-size:.9375rem;display:grid}.kv dt{color:var(--text-muted)}.kv dd{overflow-wrap:anywhere;min-width:0;margin:0}.bars{grid-auto-columns:1fr;grid-auto-flow:column;align-items:end;gap:10px;height:160px;display:grid}.bar{height:100%;color:var(--text-muted);flex-direction:column;justify-content:flex-end;align-items:center;gap:4px;font-size:.75rem;display:flex}.bar-fill{background:var(--primary);border-radius:6px 6px 0 0;width:100%;max-width:48px;min-height:2px}.bar-fill.negative{background:var(--danger)}.gallery{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;display:grid}.gallery img{aspect-ratio:1;object-fit:cover;background:var(--surface-alt);border-radius:10px;width:100%}.pagination{justify-content:space-between;gap:12px;display:flex}.auth-page{place-items:center;min-height:100vh;padding:24px 16px;display:grid}.auth-card{width:100%;max-width:420px}.marketing{flex-direction:column;gap:48px;max-width:1080px;margin:0 auto;padding:20px 16px 64px;display:flex}.hero{flex-direction:column;gap:16px;max-width:720px;padding:48px 0 8px;display:flex}.hero h1{letter-spacing:-.03em;font-size:clamp(2rem,5vw,3rem)}.hero p{color:var(--text-muted);font-size:1.125rem}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.checks a.check[aria-current=page]{background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}.checks a.check:hover{text-decoration:none}
