@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700&display=swap");:root{--color-primary:#d4af37;--color-primary-light:#f4e4c1;--color-primary-dark:#b8941e;--color-white:#fff;--color-off-white:#fafafa;--color-bg-dark:#1a1a1a;--color-bg-darker:#141414;--color-bg-sidebar:#1f1f1f;--color-bg-card:#212121;--color-bg-hover:hsla(0,0%,100%,.05);--color-text:#333;--color-text-light:#666;--color-text-dark:#e8e8e8;--color-text-muted:#888;--color-gray:#e0e0e0;--color-success:#28a745;--color-error:#dc3545;--color-border:hsla(0,0%,100%,.1);--color-border-light:hsla(0,0%,100%,.06);--font-primary:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:"Playfair Display",Georgia,serif}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--color-text);background:var(--color-off-white);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-dark) 100%);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-dark)}::selection{background:var(--color-primary);color:var(--color-bg-dark)}