*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:#111;color:#eee;min-height:100vh;display:flex;flex-direction:column;cursor:crosshair}#theme-select{background:#000;color:#fff;border:1px solid #444;padding:4px 8px;font-family:inherit;font-size:12px;cursor:pointer;outline:none}header{display:flex;align-items:center;gap:12px;padding:20px 24px;border-bottom:1px solid #222}.header-logo{width:36px;height:36px}header h1{font-size:22px;font-weight:600}main{flex:1;max-width:480px;width:100%;margin:0 auto;padding:24px;display:flex;flex-direction:column;gap:20px}footer{text-align:center;padding:16px;font-size:13px;color:#555;border-top:1px solid #222}button{background:#5a8dee;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s}button:hover{background:#4a7cd8}button:disabled{opacity:.4;cursor:not-allowed}h2{font-size:18px;font-weight:600;margin-bottom:8px}p{color:#aaa;font-size:14px;line-height:1.5;margin-bottom:12px}.card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;padding:20px}.timer-card{text-align:center;padding:32px 20px}.timer-display{font-size:72px;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:#fff;line-height:1;margin:12px 0}.empty-msg{color:#555;font-style:italic;font-size:13px}.session-entry{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #222;font-size:14px;color:#aaa}.session-entry:last-child{border-bottom:none}.session-type{font-weight:600;color:#5a8dee}.session-time{font-family:monospace;font-size:12px;color:#666}.goal-card{display:flex;flex-direction:column;gap:12px}.goal-input-container{display:flex;flex-direction:column;gap:8px}.goal-input-container label{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:#888}#goal-input{background:#2a2a2a;border:1px solid #3a3a3a;border-radius:6px;padding:10px 12px;color:#eee;font-size:16px;outline:none;transition:border-color .2s}#goal-input:focus{border-color:#5a8dee}#goal-display{font-size:14px;color:#aaa;font-style:italic;margin-top:4px}#goal-display.hidden{display:none}#current-goal-text{color:#5a8dee;font-weight:600;font-style:normal}.mode-selector{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.mode-btn{background:#ffffff0d;border:1px solid #333;color:#888;padding:6px 14px;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s;font-size:13px}.mode-btn:hover{background:#ffffff1a;color:#eee}.mode-btn.active{background:#5a8dee;color:#fff;border-color:#5a8dee}.settings-trigger{text-align:center;margin-top:25px}.text-link{background:none;border:none;text-decoration:underline;cursor:pointer;font-size:13px;color:#666;transition:color .2s}.text-link:hover{color:#999}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000;backdrop-filter:blur(4px)}.modal.hidden{display:none}.modal-content{width:90%;max-width:340px;padding:30px;background:#1e1e1e;border:1px solid #333;box-shadow:0 10px 40px #00000080}.setting-group{margin-bottom:20px;display:flex;flex-direction:column}.setting-group label{font-weight:600;margin-bottom:8px;font-size:13px;color:#888;text-transform:uppercase;letter-spacing:.05em}.setting-group input{padding:12px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:6px;color:#eee;font-weight:600;font-size:16px;outline:none}.modal-actions{display:flex;gap:12px;margin-top:25px}.modal-actions button{flex:1;padding:10px;border-radius:6px;font-weight:600;cursor:pointer}#save-settings-btn{background:#5a8dee;color:#fff;border:none}#close-settings-btn{background:#333!important;color:#aaa!important;border:none}.attribution{margin-top:20px;font-size:11px;color:#555;line-height:1.8;text-align:center}.attribution p{margin:4px 0}footer a,.attribution a{color:#777;text-decoration:underline}footer a:hover,.attribution a:hover{color:#999}.version-switcher{position:fixed;bottom:15px;left:15px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;z-index:1000;padding:6px 10px;background:#0009;border:1px solid #333;border-radius:4px;text-decoration:none;color:#777;transition:all .2s;backdrop-filter:blur(4px)}.version-switcher:hover{background:#ffffff1a;color:#fff;border-color:#555}.theme-brutalist .version-switcher{background:#fff;border:2px solid #000;color:#000;box-shadow:3px 3px #000}.theme-dark-brutalist .version-switcher{background:#000;border:2px solid #0f0;color:#0f0;box-shadow:3px 3px #0f0}.theme-indie-cat .version-switcher{background:#fff;border:2px dashed #ff9a9e;color:#ff9a9e;border-radius:12px}#aid-toggle{position:fixed;bottom:15px;right:260px;font-size:10px;font-weight:700;padding:6px 12px;background:#222;border:1px solid #444;color:#888;border-radius:4px;cursor:pointer;z-index:1001;transition:all .2s}#aid-toggle:hover{background:#333;color:#fff}#aid-drawer{position:fixed;bottom:50px;right:260px;max-width:300px;background:#111;border:1px solid #333;padding:15px;border-radius:8px;z-index:1000;box-shadow:0 -5px 20px #00000080;font-family:monospace;font-size:11px;line-height:1.4;color:#aaa;backdrop-filter:blur(10px)}#aid-drawer.hidden{display:none}.aid-header{font-weight:700;color:#5a8dee;margin-bottom:8px;border-bottom:1px solid #333;padding-bottom:4px;display:flex;justify-content:space-between}.token-stat{color:#f0f}.theme-brutalist #aid-toggle{background:#0ff;border:2px solid #000;color:#000;box-shadow:3px 3px #000}.theme-brutalist #aid-drawer{background:#fff;border:3px solid #000;color:#000;box-shadow:8px 8px #000;border-radius:0}.theme-brutalist .aid-header{color:#f0f;border-color:#000}.theme-dark-brutalist #aid-toggle{background:#f0f;border:2px solid #0f0;color:#0f0;box-shadow:3px 3px #0f0}.theme-dark-brutalist #aid-drawer{background:#000;border:3px solid #0f0;color:#0f0;box-shadow:8px 8px #f0f;border-radius:0}.theme-indie-cat #aid-toggle{background:#fff;border:2px dashed #8d6e63;color:#8d6e63;border-radius:12px}.theme-indie-cat #aid-drawer{background:#fff9f0;border:2px dashed #ff8a80;color:#5d4037;border-radius:20px}body.theme-brutalist{background:#f0f0f0;color:#000;font-family:Courier New,Courier,monospace;cursor:vertical-text}body.theme-brutalist #theme-select{background:#ff0;color:#000;border:3px solid #000;font-weight:900;text-transform:uppercase;padding:5px 10px;cursor:pointer}body.theme-brutalist .card{background:#fff;border:4px solid #000;border-radius:0;box-shadow:8px 8px #000;transition:transform .1s}body.theme-brutalist .card:hover{transform:translate(-2px,-2px);box-shadow:10px 10px #000}body.theme-brutalist button{background:#ff0;color:#000;border:3px solid #000;border-radius:0;font-weight:900;text-transform:uppercase;box-shadow:4px 4px #000}body.theme-brutalist button:hover{background:#f0f;color:#fff;transform:translate(-1px,-1px);box-shadow:5px 5px #000}body.theme-brutalist button:active{transform:translate(2px,2px);box-shadow:0 0 #000}body.theme-brutalist button:disabled{background:#ccc;box-shadow:none;transform:none;border-color:#888}body.theme-brutalist .timer-display{font-family:Courier New,Courier,monospace;font-size:80px;color:#000;background:#0ff;display:inline-block;padding:10px 20px;border:3px solid #000;margin:20px 0}body.theme-brutalist #goal-input{background:#fff;border:3px solid #000;border-radius:0;color:#000;font-weight:700}body.theme-brutalist header{background:#f0f;border-bottom:5px solid #000;color:#fff}body.theme-brutalist header h1{font-size:32px;text-shadow:3px 3px 0px #000}body.theme-brutalist .session-type{color:#000;text-decoration:underline}body.theme-brutalist .session-entry{border-bottom:2px solid #000}.theme-toggle-container{position:fixed;bottom:20px;right:20px;z-index:1000}body.theme-dark-brutalist{background:#000;color:#fff;font-family:Courier New,Courier,monospace;cursor:cell}body.theme-dark-brutalist #theme-select{background:#0f0;color:#000;border:3px solid #fff;font-weight:900;text-transform:uppercase;padding:5px 10px;cursor:pointer}body.theme-dark-brutalist .card{background:#000;border:4px solid #fff;border-radius:0;box-shadow:8px 8px #0f0;transition:transform .1s}body.theme-dark-brutalist .card:hover{transform:translate(-2px,-2px);box-shadow:10px 10px #0f0}body.theme-dark-brutalist button{background:#0f0;color:#000;border:3px solid #fff;border-radius:0;font-weight:900;text-transform:uppercase;box-shadow:4px 4px #fff}body.theme-dark-brutalist button:hover{background:#f0f;color:#fff;transform:translate(-1px,-1px);box-shadow:5px 5px #fff}body.theme-dark-brutalist button:active{transform:translate(2px,2px);box-shadow:0 0 #fff}body.theme-dark-brutalist button:disabled{background:#333;color:#888;box-shadow:none;transform:none;border-color:#444}body.theme-dark-brutalist .timer-display{font-family:Courier New,Courier,monospace;font-size:80px;color:#fff;background:#306;display:inline-block;padding:10px 20px;border:3px solid #00ff00;margin:20px 0;text-shadow:3px 3px 0px #000}body.theme-dark-brutalist #goal-input{background:#111;border:3px solid #00ff00;border-radius:0;color:#0f0;font-weight:700}body.theme-dark-brutalist header{background:#000;border-bottom:5px solid #00ff00;color:#0f0}body.theme-dark-brutalist header h1{font-size:32px;text-shadow:3px 3px 0px #fff;color:#fff}body.theme-dark-brutalist .session-type{color:#0f0;text-decoration:underline;text-transform:uppercase}body.theme-dark-brutalist .session-entry{border-bottom:2px solid #333}body.theme-dark-brutalist footer{color:#0f0;border-top:2px solid #00ff00;background:#000}.theme-indie-cat{--bg-color: #fff9f0;--text-color: #5d4037;--accent-color: #ff8a80;--card-bg: rgba(255, 255, 255, .9);--border-style: 3px dashed #8d6e63;--font-family: "Comic Sans MS", "Chalkboard SE", cursive}body.theme-indie-cat{background-color:var(--bg-color);background-image:url(https://placecats.com/128/128);background-repeat:repeat;background-size:100px;color:var(--text-color);font-family:var(--font-family);cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' style='font-size:32px'><text y='1em'>🐱</text></svg>"),auto}body.theme-indie-cat #theme-select{background:#ffccbc;color:#5d4037;border:2px dashed #8d6e63;border-radius:10px;padding:5px 10px;font-family:inherit;font-weight:700}.theme-indie-cat .card{background:var(--card-bg);border:var(--border-style);border-radius:20px;box-shadow:8px 8px #bcaaa4}.theme-indie-cat h1,.theme-indie-cat h2,.theme-indie-cat h3{color:var(--accent-color);text-shadow:1px 1px 0px #fff}.theme-indie-cat .timer-display{color:#ef5350;font-family:Courier New,Courier,monospace}.theme-indie-cat button{background:#ffccbc;border:2px solid #8d6e63;border-radius:12px;color:#5d4037;font-family:inherit;font-weight:700;padding:8px 16px;cursor:pointer;box-shadow:2px 2px #8d6e63}.theme-indie-cat button:hover{background:#ffab91;transform:translate(-1px,-1px);box-shadow:3px 3px #8d6e63}.theme-indie-cat button:active{transform:translate(1px,1px);box-shadow:1px 1px #8d6e63}.theme-indie-cat .mode-btn.active{background:#ff8a80;color:#fff;border-color:#d32f2f}.theme-indie-cat input{border:2px solid #8d6e63;border-radius:8px;background:#fff}.theme-indie-cat footer,.theme-indie-cat .attribution{background:#fffc;padding:10px;border-radius:10px;border:1px solid #ffccbc}.controls{display:flex;gap:10px;justify-content:center;margin-top:20px}.controls button{min-width:90px}#mode-label{font-size:14px;text-transform:uppercase;letter-spacing:.15em;color:#888;margin-bottom:8px}
