.dashboard-shell{--portal-ink: #151515;--portal-muted: #68635a;--portal-bg: #f7f3ea;--portal-surface: #fffaf0;--portal-white: #ffffff;--portal-teal: #27a99d;--portal-coral: #ff6b4a;--portal-yellow: #f4c84a;--portal-border: rgba(21, 21, 21, .1);min-height:100vh;padding:clamp(18px,4vw,48px);background:linear-gradient(135deg,rgba(39,169,157,.18),transparent 34%),linear-gradient(315deg,rgba(255,107,74,.16),transparent 42%),var(--portal-bg);color:var(--portal-ink)}.dashboard-hero{width:min(100%,1120px);margin:0 auto;display:grid;gap:clamp(34px,7vw,86px)}.dashboard-nav{min-height:62px;display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--portal-border);border-radius:24px;background:#fffcf5c2;box-shadow:0 18px 50px #1f1c1414;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.dashboard-logo{width:42px;aspect-ratio:1;display:grid;place-items:center;border-radius:15px;background:var(--portal-ink);color:var(--portal-yellow);font-size:.78rem;font-weight:950}.dashboard-nav-title{color:var(--portal-muted);font-weight:850}.dashboard-online{margin-left:auto;display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;background:#27a99d1f;color:#12776e;font-size:.82rem;font-weight:900}.dashboard-online:before{content:"";width:8px;aspect-ratio:1;border-radius:50%;background:var(--portal-teal);box-shadow:0 0 0 4px #27a99d29}.dashboard-header{display:grid;gap:14px;padding-bottom:clamp(8px,2vw,18px)}.dashboard-kicker{width:fit-content;margin:0;padding:8px 11px;border-radius:999px;background:#ffffffad;color:var(--portal-coral);font-size:.78rem;font-weight:950;text-transform:uppercase}.dashboard-header h1{max-width:860px;margin:0;font-size:clamp(3.1rem,10vw,8.8rem);font-weight:930;line-height:.88}.dashboard-projects{width:min(100%,1120px);margin:clamp(26px,5vw,54px) auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.dashboard-project{min-height:260px;display:grid;align-content:space-between;gap:22px;padding:22px;border:1px solid var(--portal-border);border-radius:28px;background:linear-gradient(145deg,#ffffffd1,#fffaf0f0),var(--portal-surface);color:var(--portal-ink);text-align:left;cursor:pointer;box-shadow:0 18px 52px #1f1c141a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.dashboard-project:hover,.dashboard-project:focus-visible{border-color:#27a99d61;box-shadow:0 24px 68px #1f1c1424;outline:0;transform:translateY(-4px)}.dashboard-project-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-project-index{width:42px;aspect-ratio:1;display:grid;place-items:center;border-radius:14px;background:#27a99d1f;color:#12776e;font-size:.82rem;font-weight:950}.dashboard-project-path{min-width:0;overflow:hidden;color:var(--portal-muted);font-size:.86rem;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.dashboard-project-name{display:block;overflow-wrap:anywhere;font-size:clamp(1.7rem,4vw,2.65rem);font-weight:930;line-height:.98}.dashboard-project-summary{display:block;color:var(--portal-muted);font-size:1rem;font-weight:700;line-height:1.45}.dashboard-project-action{width:fit-content;display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 15px;border-radius:999px;background:var(--portal-ink);color:var(--portal-white);font-size:.94rem;font-weight:900}.dashboard-project:hover .dashboard-project-action,.dashboard-project:focus-visible .dashboard-project-action{background:var(--portal-coral)}@media(max-width:720px){.dashboard-shell{padding:14px}.dashboard-nav{border-radius:20px}.dashboard-header h1{font-size:clamp(2.8rem,16vw,5rem)}.dashboard-projects{grid-template-columns:1fr}.dashboard-project{min-height:230px;border-radius:24px}}.chevre-shell{min-height:100vh;display:grid;grid-template-rows:auto auto 1fr auto;gap:24px;padding:24px;background:#f6f0e8;color:#231f20}.chevre-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.chevre-pack-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.chevre-pack-toggle{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 12px;border:2px solid #231f20;border-radius:8px;background:#fffaf2;font-weight:800}.chevre-table{display:grid;place-items:center}.chevre-card{width:min(100%,720px);min-height:440px;display:grid;grid-template-rows:auto 1fr;gap:20px;padding:clamp(22px,5vw,48px);border:4px solid #231f20;border-radius:8px;background:#fffdf8;box-shadow:12px 12px #f2be3e}.chevre-card-meta{display:flex;justify-content:space-between;gap:16px;color:#6c5b50;font-size:.95rem;font-weight:900;text-transform:uppercase}.chevre-theme{align-self:center;margin:0;overflow-wrap:anywhere;font-size:clamp(2.2rem,7vw,5rem);font-weight:950;line-height:1.04;text-align:center}.chevre-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.chevre-controls button,.chevre-top-actions button,.chevre-editor-form button,.chevre-question-row button,.chevre-back{min-height:52px;padding:12px 14px;border:2px solid #231f20;border-radius:8px;background:#fffaf2;color:#231f20;font-weight:900;cursor:pointer}.chevre-controls button:hover,.chevre-top-actions button:hover,.chevre-editor-form button:hover,.chevre-question-row button:hover,.chevre-back:hover{transform:translateY(-1px)}.chevre-controls .primary,.chevre-top-actions .active,.chevre-editor-form .primary{background:#e84f35;color:#fff}.chevre-top-actions{display:flex;gap:8px}.chevre-editor{display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:18px;align-items:start}.chevre-editor-column{display:grid;gap:14px;padding:18px;border:3px solid #231f20;border-radius:8px;background:#fffdf8}.chevre-editor-column h2{margin:0;font-size:1.4rem}.chevre-editor-form{display:grid;gap:10px}.chevre-editor-form label{display:grid;gap:6px;font-weight:900}.chevre-editor-form input,.chevre-editor-form textarea{width:100%;padding:12px;border:2px solid #231f20;border-radius:8px;background:#fffaf2;color:#231f20;resize:vertical}.chevre-theme-list,.chevre-question-list{display:grid;gap:8px}.chevre-theme-row{display:flex;justify-content:space-between;gap:12px;width:100%;min-height:48px;padding:10px 12px;border:2px solid #231f20;border-radius:8px;background:#fffaf2;color:#231f20;font-weight:900;text-align:left}.chevre-theme-row:disabled{cursor:not-allowed;opacity:.58}.chevre-theme-row.selected{background:#f2be3e}.chevre-question-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:12px;border:2px solid #231f20;border-radius:8px;background:#fffaf2;overflow-wrap:anywhere}.chevre-question-row button{min-height:40px;padding:8px 10px}.chevre-empty-state{margin:0;color:#6c5b50;font-weight:800}.chevre-status{margin:0;padding:10px 12px;border:2px solid #231f20;border-radius:8px;background:#fffaf2;font-weight:900}@media(max-width:720px){.chevre-shell{padding:16px}.chevre-toolbar{flex-direction:column}.chevre-pack-list{justify-content:flex-start}.chevre-card{min-height:380px;box-shadow:7px 7px #f2be3e}.chevre-controls,.chevre-editor,.chevre-question-row{grid-template-columns:1fr}}.pokemon-shell{min-height:100vh;padding:clamp(14px,3vw,36px);background:radial-gradient(circle at top left,rgba(254,204,70,.26),transparent 30%),radial-gradient(circle at top right,rgba(216,55,62,.18),transparent 32%),#fff8ea;color:#1d2530}.pokemon-header{position:sticky;top:0;z-index:5;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(220px,340px);align-items:center;gap:18px;width:min(100%,1280px);margin:0 auto 22px;padding:12px;border:1px solid rgba(29,37,48,.1);border-radius:24px;background:#fffdf7db;box-shadow:0 18px 48px #3b2a101c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.pokemon-filters{width:min(100%,1280px);margin:0 auto 18px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.pokemon-generation-filters{display:flex;flex-wrap:wrap;gap:8px}.pokemon-generation-filters button{min-height:42px;display:inline-grid;align-content:center;gap:1px;padding:6px 12px;border:1px solid rgba(29,37,48,.1);border-radius:14px;background:#fffdf7c7;color:#536070;font-size:.82rem;font-weight:950;cursor:pointer;box-shadow:0 8px 22px #3b2a100f}.pokemon-generation-filters button span{font-size:.64rem;font-weight:800;opacity:.72}.pokemon-generation-filters button.active{background:#1d2530;color:#fff8ea}.pokemon-shiny-toggle{min-height:46px;display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid rgba(29,37,48,.1);border-radius:16px;background:#fffdf7db;color:#1d2530;font-size:.9rem;font-weight:900;box-shadow:0 8px 22px #3b2a100f}.pokemon-shiny-toggle input{width:18px;height:18px;accent-color:#d8373e}.pokemon-filter-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.pokemon-draw-button{min-height:46px;padding:0 15px;border:0;border-radius:16px;background:#d8373e;color:#fff8ea;font-weight:950;cursor:pointer;box-shadow:0 10px 24px #d8373e2e}.pokemon-draw-button:hover{transform:translateY(-1px)}.pokemon-draw-button:disabled{cursor:not-allowed;opacity:.48;transform:none}.pokemon-suggestion{width:min(100%,1280px);margin:0 auto 18px;display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px;align-items:center;padding:12px 14px;border:1px solid rgba(216,55,62,.18);border-radius:22px;background:linear-gradient(135deg,#ffcb4538,#ffffffad),#fffdf7e0;box-shadow:0 16px 42px #3b2a1017}.pokemon-suggestion-art{width:88px;aspect-ratio:1;display:grid;place-items:center;border-radius:18px;background:#fff}.pokemon-suggestion-art img{width:78px;height:78px;object-fit:contain}.pokemon-suggestion p{margin:0 0 3px;color:#d8373e;font-size:.74rem;font-weight:950;text-transform:uppercase}.pokemon-suggestion h2{margin:0;overflow-wrap:anywhere;font-size:clamp(1.45rem,3vw,2.3rem);line-height:1}.pokemon-suggestion span{display:block;margin-top:5px;color:#536070;font-weight:850}.pokemon-back{min-height:46px;padding:0 15px;border:0;border-radius:15px;background:#1d2530;color:#fff8ea;font-weight:900;cursor:pointer}.pokemon-title-block{min-width:0}.pokemon-kicker{margin:0 0 3px;color:#d8373e;font-size:.76rem;font-weight:950;text-transform:uppercase}.pokemon-title-block h1{margin:0;overflow-wrap:anywhere;font-size:clamp(1.8rem,4vw,3.4rem);font-weight:950;line-height:.95}.pokemon-progress{display:grid;gap:8px}.pokemon-progress-label{display:flex;justify-content:space-between;gap:14px;color:#536070;font-size:.92rem;font-weight:850}.pokemon-progress-label strong{color:#1d2530}.pokemon-progress-track{height:12px;overflow:hidden;border-radius:999px;background:#eadfca}.pokemon-progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ffcb45,#d8373e);transition:width .22s ease}.pokemon-status{width:min(100%,1280px);margin:0 auto 18px;padding:12px 14px;border-radius:16px;background:#d8373e1f;color:#9a2027;font-weight:850}.pokemon-poster{width:min(100%,1280px);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:10px;padding:clamp(12px,2vw,22px);border:1px solid rgba(29,37,48,.12);border-radius:28px;background:#fffdf7c7;box-shadow:0 24px 70px #3b2a101a}.pokemon-card{position:relative;min-height:154px;display:grid;grid-template-rows:auto 74px auto;gap:5px;padding:9px 7px;border:1px solid rgba(29,37,48,.09);border-radius:18px;background:#fff;color:#1d2530;text-align:center;cursor:pointer;box-shadow:0 8px 22px #3b2a100f;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.pokemon-card.shiny{background:linear-gradient(145deg,#fff7c0b8,#fffffff0),#fff;border-color:#d8373e2e}.pokemon-card:hover,.pokemon-card:focus-visible{outline:0;transform:translateY(-3px);box-shadow:0 14px 30px #3b2a101f}.pokemon-card:disabled{cursor:wait}.pokemon-number{display:flex;align-items:center;justify-content:space-between;gap:4px;color:#8c98a7;font-size:.7rem;font-weight:950}.pokemon-number em{padding:2px 5px;border-radius:999px;background:#d8373e1a;color:#d8373e;font-size:.55rem;font-style:normal;text-transform:uppercase}.pokemon-art{display:grid;place-items:center}.pokemon-art img{width:78px;height:78px;object-fit:contain}.pokemon-names{min-width:0;display:grid;gap:2px;align-self:end}.pokemon-names strong,.pokemon-names span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pokemon-names strong{font-size:.78rem;font-weight:950}.pokemon-names span{color:#687586;font-size:.68rem;font-weight:750}.pokemon-card.done{opacity:.58}.pokemon-card.done:before,.pokemon-card.done:after{content:"";position:absolute;top:50%;left:8%;width:84%;height:4px;border-radius:999px;background:#d8172f;box-shadow:0 1px #ffffffa6}.pokemon-card.done:before{transform:rotate(38deg)}.pokemon-card.done:after{transform:rotate(-38deg)}@media(max-width:780px){.pokemon-header{position:static;grid-template-columns:1fr}.pokemon-filters{grid-template-columns:1fr}.pokemon-filter-actions{justify-content:stretch}.pokemon-shiny-toggle,.pokemon-draw-button{flex:1 1 180px}.pokemon-poster{grid-template-columns:repeat(auto-fill,minmax(82px,1fr));gap:8px}.pokemon-card{min-height:146px}.pokemon-art img{width:70px;height:70px}}:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f7f3ea;color:#151515}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea{font:inherit}.global-login-shell,.global-not-found{min-height:100vh;display:grid;place-items:center;padding:clamp(18px,4vw,42px);background:linear-gradient(135deg,rgba(39,169,157,.18),transparent 36%),linear-gradient(315deg,rgba(255,107,74,.16),transparent 42%),#f7f3ea;color:#151515}.global-login-panel{width:min(100%,460px);display:grid;gap:24px;padding:clamp(22px,5vw,34px);border:1px solid rgba(21,21,21,.1);border-radius:28px;background:#fffcf5db;box-shadow:0 24px 70px #1f1c1424;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.global-login-brand{display:flex;align-items:center;gap:10px;color:#59554c;font-size:.92rem;font-weight:850}.global-logo{width:38px;aspect-ratio:1;display:grid;place-items:center;border-radius:14px;background:#151515;color:#f4c84a;font-size:.78rem;font-weight:950}.global-eyebrow{margin:0 0 8px;color:#27a99d;font-size:.78rem;font-weight:900;text-transform:uppercase}.global-login-panel h1,.global-not-found h1{margin:0;font-size:clamp(2.4rem,9vw,4.6rem);font-weight:900;line-height:.95}.global-form{display:grid;gap:14px}.global-form label{display:grid;gap:8px;color:#59554c;font-size:.92rem;font-weight:800}.global-form input{width:100%;min-height:54px;padding:0 16px;border:1px solid rgba(21,21,21,.14);border-radius:16px;background:#fff;color:#151515;outline:0}.global-form input:focus{border-color:#27a99d;box-shadow:0 0 0 4px #27a99d29}.global-form button,.global-not-found button{min-height:54px;padding:0 18px;border:0;border-radius:16px;background:#151515;color:#fffaf0;font-weight:900;cursor:pointer;box-shadow:0 14px 28px #15151533}.global-form button:hover,.global-not-found button:hover{transform:translateY(-1px)}.global-status{margin:0;padding:12px 14px;border-radius:16px;background:#ff6b4a21;color:#9d3320;font-weight:800}.global-not-found{place-content:center;gap:18px}
