*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #2D2D2D;--bg-card: #383838;--bg-card-hover: #424242;--border: #4a4a4a;--text: #FFF8F0;--text-muted: #d4c8bb;--text-dim: #a89888;--accent: #E8725C;--accent-hover: #f0876e;--accent-secondary: #F5A623;--green: #66bb6a;--red: #ef5350;--orange: #F5A623;--header-bg: #352f2b;--max-width: 1100px}html.light{--bg: #FFF8F0;--bg-card: #ffffff;--bg-card-hover: #FEF0E4;--border: #e8ddd0;--text: #2D2D2D;--text-muted: #5c5246;--text-dim: #8a7e72;--accent: #E8725C;--accent-hover: #d4604c;--accent-secondary: #F5A623;--green: #2e7d32;--red: #c62828;--orange: #e6930e;--header-bg: #FFF8F0}html{background:var(--bg);color:var(--text);font-family:DM Sans,-apple-system,sans-serif}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1;max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem;width:100%}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}.site-header{position:sticky;top:0;z-index:100;background:var(--header-bg)}.header-top{max-width:var(--max-width);margin:0 auto;padding:1rem 1.5rem .5rem;display:flex;align-items:center;justify-content:space-between}.logo{font-family:"DM Serif Display",Georgia,serif;font-weight:400;font-size:1.35rem;color:var(--accent);letter-spacing:-.01em}.logo:hover{color:var(--accent-hover)}.tab-nav{border-bottom:2px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tab-nav::-webkit-scrollbar{display:none}.tab-nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;gap:0}.tab-link{padding:.6rem 1.1rem;font-size:.85rem;font-weight:500;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:color .15s,border-color .15s}.tab-link:hover{color:var(--accent);border-bottom-color:var(--accent)}.theme-toggle{background:none;border:1px solid var(--border);border-radius:50%;cursor:pointer;color:var(--text-dim);width:34px;height:34px;display:flex;align-items:center;justify-content:center;transition:color .15s,border-color .15s}.theme-toggle:hover{color:var(--accent);border-color:var(--accent)}html:not(.light) .icon-sun{display:none}html:not(.light) .icon-moon{display:inline}html.light .icon-sun{display:inline}html.light .icon-moon{display:none}.ad-slot{max-width:var(--max-width);margin:0 auto;padding:.5rem 1.5rem}.ad-slot-inner{min-height:90px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;display:flex;align-items:center;justify-content:center}footer{background:var(--header-bg);padding:3rem 1.5rem 2rem;margin-top:3rem}.footer-inner{max-width:var(--max-width);margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-brand p{font-size:.85rem;color:var(--text-dim);margin-top:.5rem;line-height:1.6}.footer-logo{font-family:"DM Serif Display",Georgia,serif;font-size:1.1rem;color:var(--accent)}.footer-links-col{display:flex;flex-direction:column;gap:.5rem}.footer-links-col h4{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.25rem}.footer-links-col a{font-size:.85rem;color:var(--text-dim);transition:color .15s}.footer-links-col a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);padding-top:1.5rem;font-size:.8rem;color:var(--text-dim);line-height:1.8}.footer-bottom a{color:var(--text-muted)}.footer-bottom a:hover{color:var(--accent)}h1{font-family:"DM Serif Display",Georgia,serif;font-size:2rem;font-weight:400;line-height:1.2;margin-bottom:.5rem}h2{font-family:"DM Serif Display",Georgia,serif;font-size:1.5rem;font-weight:400;margin:2rem 0 1rem}h3{font-size:1.1rem;font-weight:600;margin:1.5rem 0 .75rem}p{line-height:1.7;color:var(--text-muted)}.card{background:var(--bg-card);border:none;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000a;transition:box-shadow .2s}.card:hover{box-shadow:0 2px 6px #0000001f,0 8px 24px #0000000f}.price{font-family:"DM Serif Display",Georgia,serif;font-size:1.6rem;font-weight:400;color:var(--accent)}.price-label{font-size:.8rem;color:var(--text-dim);margin-top:.25rem}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}th{color:var(--text-dim);font-weight:500;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}td{color:var(--text)}tr:hover td{background:var(--bg-card-hover)}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.badge{display:inline-block;padding:.2rem .6rem;border-radius:20px;font-size:.75rem;font-weight:500}.badge-green{background:#66bb6a26;color:var(--green)}.badge-orange{background:#f5a62326;color:var(--orange)}.badge-red{background:#ef535026;color:var(--red)}html.light .badge-green{background:#2e7d321a}html.light .badge-orange{background:#e6930e1a}html.light .badge-red{background:#c628281a}.breadcrumb{font-size:.85rem;color:var(--text-dim);margin-bottom:1.5rem}.breadcrumb a{color:var(--text-muted)}.breadcrumb span{margin:0 .4rem;color:var(--accent)}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-brand{grid-column:1 / -1}}@media(max-width:640px){h1{font-size:1.5rem}.grid-2{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr 1fr}table{font-size:.8rem}th,td{padding:.5rem .6rem}.footer-grid{grid-template-columns:1fr}}
