*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #1a5c38;--green-light: #2d7a4f;--green-pale: #e8f5ee;--green-mid: #4caf7d;--clay: #c9622a;--clay-light: #e8895c;--clay-pale: #fdf0e8;--gold: #d4a843;--gold-pale: #fdf7e8;--ink: #1a1a1a;--ink-mid: #4a4a4a;--ink-light: #8a8a8a;--surface: #f7f6f3;--surface-card: #ffffff;--border: #e2dfd8;--border-light: #eeebe4;--danger: #c0392b;--danger-pale: #fdf0ee;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);--font-display: "DM Serif Display", Georgia, serif;--font-body: "DM Sans", -apple-system, sans-serif;--page-px: 32px;--page-py: 28px}@media (max-width: 640px){:root{--page-px: 16px;--page-py: 18px}}html{font-size:16px}body{font-family:var(--font-body);background:var(--surface);color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.grid-2-3{display:grid;grid-template-columns:1.4fr 1fr;gap:20px;margin-bottom:24px}.grid-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:28px}@media (max-width: 640px){.grid-2,.grid-2-3{grid-template-columns:1fr;gap:12px}.grid-stats{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px;margin-bottom:16px}@media (max-width: 640px){.card{padding:14px;border-radius:var(--radius-md);margin-bottom:12px}}.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 640px){.col-hide-mobile{display:none!important}table{font-size:12px}td,th{padding:8px 6px!important}}.sidebar{display:flex}@media (max-width: 768px){.sidebar{display:none}}.mobile-header{display:none;align-items:center;justify-content:space-between;background:var(--green);padding:0 var(--page-px);height:56px;position:sticky;top:0;z-index:150;flex-shrink:0}@media (max-width: 768px){.mobile-header{display:flex}}.drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200}.drawer-overlay.open{display:block}.drawer{position:fixed;top:0;left:0;bottom:0;width:260px;background:var(--green);z-index:210;transform:translate(-100%);transition:transform .25s ease;display:flex;flex-direction:column;overflow-y:auto}.drawer.open{transform:translate(0)}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);z-index:190;padding-bottom:env(safe-area-inset-bottom,0px)}@media (max-width: 768px){.bottom-nav{display:flex}.main-content{padding-bottom:68px}}.premium-toggle{display:flex}@media (max-width: 640px){.premium-toggle{display:none}}.ad-banner{background:linear-gradient(135deg,#f0ede6,#e8e4db);border:1px dashed var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--ink-light);font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:500}@media (max-width: 640px){.ad-banner{height:60px!important}}@media (max-width: 768px){button{min-height:44px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-in{animation:fadeIn .3s ease forwards}.skeleton{background:linear-gradient(90deg,var(--border-light) 25%,var(--border) 50%,var(--border-light) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}
