*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#212529;min-height:100vh}.app{max-width:480px;margin:0 auto;min-height:100vh;background:#fff;display:flex;flex-direction:column}@media (min-width: 768px){.app{max-width:1100px;height:100vh;min-height:unset}.app-main{flex:1;min-height:0;overflow:hidden}.app-panel--active{height:100%;overflow-y:auto}}.app-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e9ecef}.app-header h1{font-size:20px;font-weight:700;color:#212529}.tab-nav{display:flex;border-bottom:1px solid #e9ecef}.tab-btn{flex:1;padding:12px;background:none;border:none;cursor:pointer;font-size:14px;color:#6c757d;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.tab-btn--active{color:#6c63ff;border-bottom-color:#6c63ff;font-weight:600}.app-main{flex:1;overflow-y:auto}.app-panel{display:none}.app-panel--active{display:block}.btn{padding:10px 20px;border-radius:8px;border:none;cursor:pointer;font-size:14px;font-weight:600;transition:opacity .2s,transform .1s}.btn:hover:not(:disabled){opacity:.85}.btn:active:not(:disabled){transform:scale(.97)}.btn:disabled{opacity:.4;cursor:not-allowed}.btn--primary{background:#6c63ff;color:#fff}.btn--secondary{background:#f1f3f5;color:#212529}.btn--ghost{background:none;color:#6c757d;border:1px solid #dee2e6}.btn--large{padding:14px 40px;font-size:16px;border-radius:12px}.loading{display:flex;align-items:center;justify-content:center;height:100vh;color:#6c757d}.auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:#f5f5f5}.auth-card{background:#fff;border-radius:16px;padding:32px 28px;width:100%;max-width:360px;box-shadow:0 2px 16px #00000014}.auth-card h1{font-size:24px;font-weight:700;text-align:center;margin-bottom:8px;color:#212529}.auth-card>p{font-size:14px;color:#6c757d;text-align:center;margin-bottom:28px}.auth-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:600;color:#495057}.form-group input{padding:10px 12px;border:1px solid #dee2e6;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s}.form-group input:focus{border-color:#6c63ff}.auth-error{padding:10px 12px;background:#fff5f5;border:1px solid #ffd6d6;border-radius:8px;font-size:13px;color:#c62828}.auth-footer{text-align:center;margin-top:16px;font-size:13px;color:#6c757d}.auth-footer button{background:none;border:none;color:#6c63ff;cursor:pointer;font-size:13px;font-weight:600}.btn--full{width:100%}.btn--google{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;background:#fff;border:1px solid #dee2e6;border-radius:8px;font-size:15px;font-weight:600;color:#212529;cursor:pointer;transition:background .2s,box-shadow .2s;margin-top:8px}.btn--google:hover:not(:disabled){background:#f8f9fa;box-shadow:0 1px 4px #0000001f}.btn--google:disabled{opacity:.6;cursor:not-allowed}.timer-view{display:flex;flex-direction:column;gap:0}.timer-left{padding:32px 20px;display:flex;flex-direction:column;align-items:center;gap:28px}.timer-right{padding:24px 20px;display:flex;flex-direction:column;gap:24px;border-top:1px solid #e9ecef}@media (min-width: 768px){.timer-view{flex-direction:row;align-items:flex-start;height:100%}.timer-left{flex:1;border-right:1px solid #e9ecef;border-top:none;min-height:100%;padding:40px 32px}.timer-right{flex:1;border-top:none;padding:40px 32px;overflow-y:auto}}.phase-badge{padding:6px 18px;border-radius:20px;font-size:15px;font-weight:600}.phase-badge--work{background:#fff0ee;color:#e64a19}.phase-badge--break{background:#e8f5e9;color:#2e7d32}.timer-circle{position:relative;width:200px;height:200px}.timer-svg{width:200px;height:200px;transform:rotate(-90deg)}.timer-track{fill:none;stroke:#f1f3f5;stroke-width:10}.timer-progress{fill:none;stroke-width:10;stroke-linecap:round;transition:stroke-dashoffset .8s linear}.timer-progress--work{stroke:#ff6b6b}.timer-progress--break{stroke:#4ecdc4}.timer-display{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:40px;font-weight:700;font-variant-numeric:tabular-nums;color:#212529}.timer-controls{display:flex;gap:12px;align-items:center}.cycle-count{font-size:13px;color:#6c757d}.settings-panel{width:100%;max-width:280px;background:#f8f9fa;border-radius:12px;padding:16px;transition:opacity .2s}.settings-panel--disabled{opacity:.45}.settings-panel h3{font-size:12px;font-weight:700;color:#6c757d;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}.settings-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.settings-row:last-child{margin-bottom:0}.settings-row label{width:36px;font-size:14px;color:#495057}.settings-row input[type=number]{width:64px;padding:6px 8px;border:1px solid #dee2e6;border-radius:6px;font-size:14px;text-align:center;outline:none;background:#fff}.settings-row input[type=number]:focus{border-color:#6c63ff}.settings-row span{font-size:14px;color:#6c757d}.btn--stepper{width:32px;height:32px;padding:0;border-radius:8px;border:1px solid #dee2e6;background:#f8f9fa;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.btn--stepper:hover:not(:disabled){background:#e9ecef}.btn--stepper:disabled{opacity:.35;cursor:not-allowed}.stepper-value{min-width:32px;text-align:center;font-size:16px;font-weight:600;color:#212529}.today-summary,.daily-chart{width:100%}.today-summary h2,.daily-chart h2{font-size:14px;font-weight:700;margin-bottom:10px;color:#212529}.summary-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.summary-card{padding:12px;border-radius:12px;text-align:center}.summary-label{font-size:12px;color:#6c757d;margin-bottom:4px}.summary-value{font-size:18px;font-weight:700;color:#212529}.history-view{padding:24px 20px;display:flex;flex-direction:column;gap:24px}.today-summary h2,.session-list h2{font-size:16px;font-weight:700;margin-bottom:12px;color:#212529}.summary-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.summary-card{padding:16px;border-radius:12px;text-align:center}.summary-card--work{background:#fff0ee}.summary-card--break{background:#e8f5e9}.summary-label{font-size:13px;color:#6c757d;margin-bottom:6px}.summary-value{font-size:22px;font-weight:700;color:#212529}.session-table{width:100%;border-collapse:collapse;font-size:14px}.session-table th{text-align:left;padding:8px 10px;background:#f8f9fa;color:#6c757d;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.session-table td{padding:10px;border-bottom:1px solid #f1f3f5;color:#212529}.type-badge{padding:3px 8px;border-radius:12px;font-size:12px;font-weight:600}.type-badge--work{background:#fff0ee;color:#e64a19}.type-badge--break{background:#e8f5e9;color:#2e7d32}.empty{text-align:center;color:#6c757d;padding:32px}.daily-chart h2{font-size:16px;font-weight:700;margin-bottom:12px;color:#212529}.reload-btn{display:flex;justify-content:flex-end}
