*{box-sizing:border-box}html{min-height:100%;background:#f4f9ff}body{margin:0;min-height:100vh;font-family:Arial,'Arial Rounded MT Bold',sans-serif;color:#24364b;background:linear-gradient(180deg,#f8fcff 0%,#eef7ff 52%,#f8fbff 100%)}button,a{font:inherit}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px clamp(18px,4vw,56px);background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid #dce9f5}.brand{display:flex;align-items:center;gap:12px}.brand__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#e8f5ff;font-size:26px}.brand h1{margin:2px 0 0;font-size:clamp(1.35rem,3vw,1.8rem)}.brand__eyebrow,.section-kicker{margin:0;color:#4d8ec9;font-size:.78rem;font-weight:800;letter-spacing:.04em}.back-link{color:#376f9f;text-decoration:none;font-weight:700;background:#fff;border:1px solid #d9e7f3;border-radius:999px;padding:10px 16px}.dashboard{width:min(1180px,calc(100% - 28px));margin:28px auto 56px}.card{background:rgba(255,255,255,.94);border:1px solid #e1ecf5;border-radius:28px;box-shadow:0 14px 40px rgba(59,104,145,.08)}.hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px}.hero h2,.section-heading h2{margin:6px 0 0;font-size:clamp(1.35rem,3vw,2rem)}.muted{margin:10px 0 0;color:#6b7d90;line-height:1.7}.level-pill,.summary-chip{white-space:nowrap;border-radius:999px;padding:10px 16px;background:#edf8ff;color:#2f78b4;font-weight:800}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:18px 0}.stat-card{display:flex;align-items:center;gap:14px;padding:20px;background:#fff;border:1px solid #e3edf5;border-radius:22px;box-shadow:0 8px 24px rgba(54,90,126,.06)}.stat-card__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;font-size:26px;background:#f4f8fb}.stat-card strong{display:block;font-size:1.65rem}.stat-card span:last-child{display:block;margin-top:2px;color:#75879a;font-size:.9rem}.stat-card--stars .stat-card__icon{background:#fff6d8}.stat-card--games .stat-card__icon{background:#e8f5ff}.stat-card--badges .stat-card__icon{background:#fff0df}.stat-card--best .stat-card__icon{background:#eef8e8}.section-block{padding:26px;margin-top:18px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.games-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.game-progress{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:16px;border:1px solid #e5edf4;border-radius:20px;background:#fbfdff}.game-progress__emoji{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#eef6fc;font-size:22px}.game-progress__title{font-weight:800}.game-progress__meta{margin-top:6px;color:#7a8b9c;font-size:.86rem}.stars{direction:ltr;letter-spacing:.08em;white-space:nowrap}.stars--empty{filter:grayscale(1);opacity:.35}.two-column{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.badges-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.badge-card{display:flex;align-items:center;gap:12px;padding:14px;border-radius:18px;border:1px solid #e6edf3;background:#fbfdff}.badge-card--locked{opacity:.44;filter:grayscale(.7)}.badge-card__icon{font-size:28px}.badge-card strong{display:block}.badge-card small{display:block;margin-top:4px;color:#7a8b9b}.empty-state{display:grid;place-items:center;text-align:center;min-height:230px;padding:26px;border:2px dashed #dce8f2;border-radius:22px;color:#687b8f}.empty-state span{font-size:42px}.empty-state p{margin:8px 0;line-height:1.6}.empty-state small{color:#8a99a7}.settings-card{margin-bottom:24px}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px;border-radius:20px;background:#fafcff;border:1px solid #e6edf3}.setting-row p{margin:6px 0 0;color:#7b8a99}.danger-row{background:#fff8f8;border-color:#ffdada}.danger-button,.button{border:0;border-radius:14px;padding:12px 18px;font-weight:800;cursor:pointer}.danger-button,.button--danger{background:#df4545;color:#fff}.button--secondary{background:#edf2f6;color:#405468}.modal[hidden],.toast[hidden]{display:none}.modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:18px}.modal__backdrop{position:absolute;inset:0;background:rgba(25,40,58,.58);backdrop-filter:blur(5px)}.modal__box{position:relative;width:min(440px,100%);padding:28px;background:#fff;border-radius:26px;text-align:center;box-shadow:0 28px 80px rgba(20,35,52,.3)}.modal__icon{font-size:44px}.modal__box h2{margin:10px 0}.modal__box p{color:#687a8c;line-height:1.6}.modal__actions{display:flex;justify-content:center;gap:12px;margin-top:22px}.toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%);z-index:120;background:#26394b;color:#fff;border-radius:999px;padding:12px 20px;box-shadow:0 10px 30px rgba(0,0,0,.2)}@media(max-width:820px){.stats-grid{grid-template-columns:repeat(2,1fr)}.two-column{grid-template-columns:1fr}.games-list{grid-template-columns:1fr}}@media(max-width:560px){.topbar{padding:14px}.brand__icon{width:42px;height:42px}.back-link{padding:9px 12px;font-size:.88rem}.dashboard{width:min(100% - 20px,1180px);margin-top:18px}.hero{align-items:flex-start;flex-direction:column;padding:22px}.stats-grid{gap:10px}.stat-card{padding:15px;gap:10px}.stat-card__icon{width:42px;height:42px}.stat-card strong{font-size:1.35rem}.section-block{padding:20px}.section-heading{align-items:flex-start}.badges-grid{grid-template-columns:1fr}.setting-row{align-items:flex-start;flex-direction:column}.danger-button{width:100%}.modal__actions{flex-direction:column-reverse}.button{width:100%}}
