:root{--bg: #1e1f22;--surface: #2b2d31;--surface-raised: #383a40;--text: #f2f3f5;--text-muted: #949ba4;--accent: #5865f2;--success: #23a55a;--danger: #f23f43;color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:gg sans,Helvetica Neue,Arial,sans-serif}button{font-family:inherit;border:none;border-radius:6px;padding:.5rem .9rem;background:var(--accent);color:#fff;cursor:pointer;font-weight:600}button:disabled{background:var(--surface-raised);color:var(--text-muted);cursor:not-allowed}.loading,.error-text{padding:2rem;text-align:center}.error-text{color:var(--danger)}.city-create{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;text-align:center}.city-screen{max-width:720px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.city-screen__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;background:var(--surface);border-radius:10px;padding:1rem}.tier-progress{flex:1}.tier-progress__label{display:flex;justify-content:space-between;margin-bottom:.4rem;font-size:.9rem}.tier-progress__bar{height:10px;background:var(--surface-raised);border-radius:5px;overflow:hidden}.tier-progress__fill{height:100%;background:var(--success);transition:width .3s ease}.balance-badge{text-align:right}.balance-badge__amount{font-size:1.3rem;font-weight:700}.balance-badge__income{font-size:.8rem;color:var(--text-muted)}.city-screen__actions{display:flex;gap:.6rem;flex-wrap:wrap}.building-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.8rem}.building-card{background:var(--surface);border-radius:10px;padding:.9rem;display:flex;flex-direction:column;gap:.5rem}.building-card__header{display:flex;justify-content:space-between;align-items:center;text-transform:capitalize}.building-card__stats{display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-muted)}.building-card__actions{display:flex;flex-direction:column;gap:.4rem}.building-card__actions button{font-size:.8rem}.rarity{font-size:.7rem;padding:.1rem .5rem;border-radius:999px;background:var(--surface-raised)}.rarity--rare{background:#2a5a9c}.rarity--épique{background:#6a3aa0}.rarity--légendaire{background:#b8860b}.rarity--mythique{background:#a0243c}.rarity--secret{background:#111;color:#fff}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:1rem}.modal{background:var(--surface);border-radius:10px;padding:1.2rem;max-width:480px;width:100%;max-height:80vh;overflow-y:auto}.modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.modal__list{display:flex;flex-direction:column;gap:.6rem}.catalog-entry{background:var(--surface-raised);border-radius:8px;padding:.7rem;display:flex;flex-direction:column;gap:.4rem;text-transform:capitalize}.resources-bar{display:flex;flex-wrap:wrap;gap:.5rem}.resource-badge{background:var(--surface);border-radius:999px;padding:.25rem .7rem;font-size:.8rem;color:var(--text-muted)}.catalog-entry__header{display:flex;justify-content:space-between;align-items:center}.tier-tag{font-size:.7rem;padding:.1rem .5rem;border-radius:999px;background:var(--accent);text-transform:none}.materials-list{display:flex;flex-wrap:wrap;gap:.4rem;font-size:.75rem}.material-ok{color:var(--success)}.material-missing{color:var(--text-muted)}.gacha-stats,.gacha-pity,.gacha-rates{display:flex;flex-wrap:wrap;gap:.6rem;font-size:.8rem;color:var(--text-muted)}.gacha-results{background:var(--surface-raised);border-radius:8px;padding:.6rem;display:flex;flex-direction:column;gap:.3rem}.gacha-wishlist__form{display:flex;gap:.4rem;margin-top:.4rem}.gacha-wishlist__form input{flex:1;border-radius:6px;border:none;padding:.4rem .6rem;background:var(--surface-raised);color:var(--text)}.gacha-section{display:flex;flex-direction:column;gap:.4rem}.catalog-entry--compact{flex-direction:row;justify-content:space-between;padding:.5rem .7rem;text-transform:none}
