.card{background:#1a1a1a;border:1px solid #2e2e2e;border-radius:8px;box-shadow:0 4px 24px #0006;padding:1.5rem}.card--interactive{background:#1a1a1a;border:1px solid #2e2e2e;border-radius:8px;box-shadow:0 4px 24px #0006;transition:border-color .2s,box-shadow .2s;cursor:pointer}.card--interactive:hover{border-color:#c8a96e;box-shadow:0 4px 24px #c8a96e1f}.card--elevated{background:#242424}.card--compact{padding:1rem}.card__header{padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:1rem}.card__title{font-size:1.1rem;font-weight:600;color:#e8e0d0}.card__subtitle{font-size:.82rem;color:#888;margin-top:.25rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#e8e0d0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.25;color:#e8e0d0;margin:0}h4,h5,h6{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;line-height:1.4;margin:0}p{margin:0}a{color:#c8a96e;text-decoration:none;transition:color .2s}a:hover{color:#dfc08a}html,body{height:100%;background:#0d0d0d}app-root{display:flex;flex-direction:column;min-height:100vh}router-outlet+*{flex:1}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0d0d0d}::-webkit-scrollbar-thumb{background:#2e2e2e;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#888}.container{max-width:1100px;margin-inline:auto;padding-inline:1.5rem}@media (max-width: 480px){.container{padding-inline:1rem}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
