*,:after,:before{box-sizing:border-box;margin:0}:root{--bg:#fafafa;--surface:transparent;--border:rgba(0,0,0,.08);--text:#111827;--text-secondary:#4b5563;--text-muted:#9ca3af;--table-header:rgba(0,0,0,.02);--row-border:rgba(0,0,0,.06);--row-hover:rgba(0,0,0,.02);--gold-color:#d4af37;--gold-light:#f3e5ab;--gold-accent:#b5952f;--up-color:#059669;--down-color:#dc2626;--neutral-color:#6b7280;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-display:"Cormorant Garamond",Georgia,serif}html.dark{--bg:#0a0a0a;--surface:transparent;--border:hsla(0,0%,100%,.1);--text:#f9fafb;--text-secondary:#d1d5db;--text-muted:#6b7280;--table-header:hsla(0,0%,100%,.03);--row-border:hsla(0,0%,100%,.06);--row-hover:hsla(0,0%,100%,.03);--gold-color:#e5c158;--gold-light:#fde68a;--gold-accent:#d4af37;--up-color:#10b981;--down-color:#ef4444;color-scheme:dark}body{background:var(--bg);font-family:var(--font);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4{color:var(--text)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600}a{color:inherit;text-decoration:none}.app{display:flex;flex-direction:column;min-height:100vh}.top-accent{background:linear-gradient(90deg,var(--gold-color),var(--gold-light),var(--gold-accent));height:4px;width:100%}.header{background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.header-inner{height:72px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 24px}.header-inner,.header-left{align-items:center;display:flex}.header-left{gap:48px}.header-title{align-items:center;display:flex;gap:12px;text-decoration:none}.gold-icon{height:28px;width:28px}.header-title h1{font-size:24px;font-weight:700;letter-spacing:.02em;margin:0}.header-nav{display:flex;gap:32px}.header-nav a{color:var(--text-secondary);font-size:14px;font-weight:500;padding:8px 0;position:relative;transition:all .2s ease}.header-nav a:after{background-color:var(--gold-color);border-radius:2px;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.header-nav a.active,.header-nav a:hover{color:var(--text)}.header-nav a.active:after{width:100%}.header-actions{gap:16px}.action-btn,.header-actions{align-items:center;display:flex}.action-btn{background:transparent;border:none;border-radius:50%;color:var(--text-secondary);cursor:pointer;height:40px;justify-content:center;transition:all .2s ease;width:40px}.action-btn:hover{background:var(--row-hover);color:var(--text)}.page-footer{background:var(--bg);border-top:1px solid var(--border);margin-top:auto;padding:48px 0}.footer-inner{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 24px}.footer-brand,.footer-inner{align-items:center;display:flex}.footer-brand{color:var(--text);font-family:var(--font-display);font-size:20px;font-weight:600;gap:12px}.gold-icon-small{height:20px;width:20px}.footer-links{color:var(--text-secondary);display:flex;flex-direction:column;font-size:14px;gap:8px;text-align:right}.link-gold{color:var(--gold-color);font-weight:500;transition:color .2s}.link-gold:hover{color:var(--gold-accent);text-decoration:underline}.footer-actions{display:none;gap:12px}@media(max-width:768px){.header-inner{flex-wrap:wrap;height:auto;padding:12px 16px}.header-left{justify-content:space-between;width:100%}.header-title h1{font-size:16px}.gold-icon{height:20px;width:20px}.header-title{gap:8px}.header-nav{gap:16px}.header-nav a{font-size:13px}.header-actions,.hide-mobile{display:none}.footer-actions{display:flex}.footer-inner{flex-direction:column;gap:24px;text-align:center}.footer-links{align-items:center;text-align:center}}
