:root{--ink:#28131d;--wine:#4a1730;--gold:#d7aa55;--cream:#fbf5ec;--ivy:#3f5b47}*{box-sizing:border-box}body{margin:0;color:var(--ink);font:16px/1.55 Inter,system-ui,sans-serif;background:radial-gradient(circle at 80% 0,#f2dcae55,transparent 38%),var(--cream)}a{color:inherit}.topbar{height:78px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:#25101beF;color:#fff;position:sticky;top:0;z-index:5;backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-family:Georgia,serif;font-size:1.25rem}.brand img{width:48px;height:48px;object-fit:contain}.topbar button{border:1px solid #d7aa5588;border-radius:999px;background:transparent;color:#fff;padding:10px 16px;cursor:pointer}main{width:min(1180px,calc(100% - 36px));margin:auto;padding:48px 0 70px}.welcome{border-radius:32px;padding:clamp(32px,7vw,72px);color:#fff;background:linear-gradient(120deg,#331420eF,#4e2133dc),url('/assets/v132/store-hero.webp') center/cover;box-shadow:0 28px 70px #32132133}.welcome p:first-child,.section-head p{color:var(--gold);text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:800}.welcome h1{font:clamp(2.4rem,6vw,5rem)/1 Georgia,serif;margin:.2em 0}.workspace-nav{display:flex;gap:10px;overflow:auto;padding:24px 2px}.workspace-nav a{white-space:nowrap;text-decoration:none;padding:10px 16px;border-radius:999px;background:#fff;box-shadow:0 8px 24px #35152212}.section-head{display:flex;align-items:end;justify-content:space-between;margin:25px 0}.section-head h2{font:clamp(2rem,4vw,3.4rem)/1.1 Georgia,serif;margin:.15em 0}.module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}.module{min-height:230px;padding:27px;border-radius:24px;background:#ffffffd9;border:1px solid #fff;box-shadow:0 18px 45px #3a182018;display:flex;flex-direction:column;transition:.3s}.module:hover{transform:translateY(-6px);box-shadow:0 26px 55px #3a182028}.module .mark{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(140deg,var(--gold),#f6dd9d);font-size:1.3rem}.module h3{font:1.7rem Georgia,serif;margin:22px 0 8px}.module p{margin:0 0 24px;color:#6f5b62}.module a{margin-top:auto;text-decoration:none;font-weight:800;color:var(--wine)}.error{padding:25px;border-radius:18px;background:#fff0f0;color:#8a2432}footer{padding:28px;display:flex;justify-content:center;gap:28px;background:#25101b;color:#ead7c6}@media(max-width:650px){.topbar{height:66px;padding:0 18px}.brand span{display:none}main{padding-top:24px}.welcome{border-radius:22px}.section-head{align-items:start;flex-direction:column}.module-grid{grid-template-columns:1fr}footer{flex-wrap:wrap}}
