:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--yellow:#ffb800;--yellow-light:#fff3cc;--yellow-dark:#cc9200;--purple:#6c3fc8;--purple-light:#ede5ff;--purple-dark:#4e2d9a;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-500:#6b7280;--gray-700:#374151;--gray-900:#111827;--green:#22c55e;--radius:12px;--shadow:0 2px 12px #00000014}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--gray-50);color:var(--gray-900);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.app-header{background:linear-gradient(135deg, var(--purple) 0%, var(--purple-dark) 100%);color:#fff;text-align:center;padding:2rem 1.5rem}.header-logo{letter-spacing:-.5px;opacity:.9;margin-bottom:.75rem;font-size:1.5rem;font-weight:900}.logo-g{color:var(--yellow)}.header-title{text-shadow:0 1px 3px #0003;margin-bottom:.5rem;font-size:clamp(1.4rem,5vw,2rem);font-weight:800}.header-sub{opacity:.85;max-width:500px;margin:0 auto;font-size:.95rem}.container{max-width:680px;margin:0 auto;padding:1.5rem 1rem}.progress-container{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;margin-bottom:1rem;padding:1.25rem}.progress-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.progress-label{color:var(--gray-700);font-size:.9rem;font-weight:600}.progress-pct{font-size:1rem;font-weight:700;transition:color .3s}.progress-track{background:var(--gray-200);border-radius:99px;height:12px;overflow:hidden}.progress-fill{border-radius:99px;height:100%;transition:width .4s,background .3s}.progress-done{color:#15803d;text-align:center;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;margin-top:.75rem;padding:.5rem .75rem;font-size:.9rem;font-weight:600}.action-bar{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:transform .1s,opacity .2s}.btn:active{transform:scale(.97)}.btn-primary{background:var(--yellow);color:var(--gray-900);box-shadow:0 2px 6px #ffb8004d}.btn-primary:hover{background:var(--yellow-dark)}.btn-secondary{color:var(--gray-700);border:1.5px solid var(--gray-200);background:#fff}.btn-secondary:hover{background:var(--gray-100)}.sections{flex-direction:column;gap:.75rem;display:flex}.section-card{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;border:1.5px solid #0000;transition:border-color .2s;overflow:hidden}.section-card:has(.check-item.done:last-child){border-color:var(--green)}.section-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;transition:background .15s;display:flex}.section-header:hover{background:var(--purple-light)}.section-icon{flex-shrink:0;font-size:1.4rem}.section-title{color:var(--purple);flex:1;font-size:1rem;font-weight:700}.section-meta{background:var(--yellow-light);color:var(--yellow-dark);white-space:nowrap;border-radius:99px;padding:.2rem .5rem;font-size:.8rem;font-weight:600}.section-chevron{color:var(--gray-500);flex-shrink:0;font-size:.7rem}.section-items{flex-direction:column;gap:.25rem;padding:0 1.25rem 1rem;list-style:none;display:flex}.check-item{border-radius:8px;transition:background .15s}.check-item label{cursor:pointer;border-radius:8px;align-items:flex-start;gap:.75rem;padding:.6rem .5rem;transition:background .15s;display:flex}.check-item label:hover{background:var(--gray-50)}.check-item input[type=checkbox]{appearance:none;border:2px solid var(--gray-200);cursor:pointer;background:#fff;border-radius:5px;width:20px;min-width:20px;height:20px;margin-top:1px;transition:all .15s;position:relative}.check-item input[type=checkbox]:checked{background:var(--purple);border-color:var(--purple)}.check-item input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:12px;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.check-text{color:var(--gray-700);font-size:.9rem;line-height:1.4;transition:all .2s}.check-item.done .check-text{color:var(--gray-500);text-decoration:line-through}.app-footer{border-radius:var(--radius);border:1.5px dashed var(--yellow);color:var(--gray-700);background:#fff;margin-top:2rem;padding:1.25rem;font-size:.82rem;line-height:1.6}.app-footer p+p{margin-top:.5rem}.footer-copy{color:var(--gray-500);font-size:.78rem}@media print{.no-print{display:none!important}body{background:#fff}.app-header{color:#000;background:#fff;border-bottom:2px solid #333;padding:1rem}.header-logo,.header-title{color:#000}.section-header{border-bottom:1px solid #ddd}.section-title{color:#000}.section-card{box-shadow:none;break-inside:avoid;border:1px solid #ddd;margin-bottom:.5rem}.check-item input[type=checkbox]{border:1.5px solid #888}.check-item input[type=checkbox]:checked{background:#333;border-color:#333}.app-footer{border:1px solid #ddd;margin-top:1rem}}@media (width<=480px){.app-header{padding:1.5rem 1rem}.container{padding:1rem .75rem}.section-header{padding:.875rem 1rem}.section-items{padding:0 1rem .75rem}}
