:root{--bg-main: #efe7d8;--bg-card: #f5efe4;--bg-header: #d8cfc0;--text-main: #1f1f1f;--text-muted: #6b6b6b;--accent-green: #8faf9a;--accent-green-dark: #7c9f8b;--accent-green-light: #c8d6c0;--border-soft: rgba(0, 0, 0, .08)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-main);color:var(--text-main)}a{color:inherit}.appMain{padding:24px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 32px;min-height:104px;background:var(--bg-header);border-bottom:1px solid var(--border-soft)}.topbar-left{display:flex;align-items:center}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.brand-mark{height:76px;width:auto;display:block;flex:0 0 auto}.brand-title{font-size:22px;font-weight:800;line-height:1.05}.brand-sub{font-size:13px;opacity:.76;margin-top:4px}.topbar-nav{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.topbar-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;text-decoration:none;color:inherit;background:#ffffff59;border:1px solid rgba(0,0,0,.08);font-weight:500}.topbar-link.active{background:#fff;border-color:#0000001f;font-weight:700}.card{background:var(--bg-card);border-radius:14px;padding:20px;border:1px solid rgba(0,0,0,.05)}.card h2{font-size:20px;font-weight:800;margin-top:0}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:140px;padding:10px 16px;border-radius:10px;border:none;background:#d7d7d7;color:var(--text-main);cursor:pointer;font-weight:600;text-decoration:none;line-height:1.2;transition:background .15s ease}.btn:hover{background:#cfcfcf}.btn.primary{background:var(--accent-green);color:#fff}.btn.primary:hover{background:var(--accent-green-dark)}.badge{display:inline-block;padding:4px 10px;border-radius:8px;font-size:12px;background:var(--accent-green-light)}.muted{color:var(--text-muted)}.big{font-size:28px;font-weight:700}.row{display:flex;align-items:center;gap:12px}.hr{height:1px;background:var(--border-soft);margin:16px 0}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:8px;border-bottom:1px solid var(--border-soft);text-align:left}.colorDot{width:14px;height:14px;border-radius:50%}.dashboardWrap{display:flex;flex-direction:column;gap:16px}.dashboardHero{display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboardHeroBtn{min-width:180px}.bannerCard{display:flex;align-items:center;justify-content:space-between;gap:16px}.bannerTitle{font-weight:800;font-size:18px;margin-bottom:6px}.dashboardGrid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dashList{display:flex;flex-direction:column;gap:12px}.dashRow{padding:12px 0;border-top:1px solid rgba(0,0,0,.08)}.dashRow:first-child{border-top:0;padding-top:0}.dashRowMain{display:flex;justify-content:space-between;align-items:center;gap:18px}.dashRowText{min-width:0;flex:1}.dashRowTitle{font-weight:700;margin-bottom:4px}.dashRowVisual{display:flex;align-items:center;gap:14px}.dashRowActions{display:flex;align-items:center;gap:10px}.dashboardStats4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.statCard{min-height:90px;display:flex;flex-direction:column;justify-content:center}.statLabel{font-size:15px;opacity:.78;margin-bottom:12px}.statValue{font-size:28px;font-weight:800;line-height:1}.colorSlots{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.colorSlotCard{background:#ffffff5c;border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:14px}.colorSlotPreview{width:64px;height:64px;border-radius:999px;color:#fff;font-size:24px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:10px;border:3px solid rgba(255,255,255,.7);box-shadow:inset 0 0 0 1px #0000001f}.presetPalette{display:flex;flex-wrap:wrap;gap:6px}.presetDot{width:20px;height:20px;border-radius:999px;border:2px solid rgba(0,0,0,.1);cursor:pointer;padding:0}.presetDot.active{box-shadow:0 0 0 2px #00000029}.accessBlockedPage{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:24px}.accessBlockedCard{max-width:560px;width:100%;text-align:center}.accessBlockedTitle{margin:0 0 16px;font-size:28px;font-weight:800}.accessBlockedText{font-size:16px;line-height:1.5;margin:0}.accessBlockedActions{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:12px}@media(max-width:980px){.grid2,.dashboardGrid2,.dashboardStats4{grid-template-columns:1fr}.dashboardHero,.bannerCard,.dashRowMain{flex-direction:column;align-items:flex-start}.dashRowVisual{width:100%;justify-content:space-between}}@media(max-width:760px){.topbar{flex-direction:column;align-items:flex-start}.brand-mark{height:64px}.brand-title{font-size:20px}.topbar-nav{width:100%}.dashRowVisual{flex-direction:column;align-items:flex-start}.colorSlots{grid-template-columns:1fr}.accessBlockedActions,.accessBlockedActions .btn{width:100%}}
