.timer-module__5jTFxW__wrapper{background:linear-gradient(135deg,#f0f4f8 0%,#e8eef5 100%);min-height:60vh}.timer-module__5jTFxW__container{max-width:800px;padding:0 var(--space-xl);margin:0 auto}.timer-module__5jTFxW__modeToggle{justify-content:center;gap:var(--space-xs);margin-bottom:var(--space-2xl);-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-lg);background:#e5e7eb99;border:1px solid #ffffff80;padding:5px;display:flex}.timer-module__5jTFxW__modeBtn{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-smooth);color:#666;background:0 0;border:none;flex:1;padding:10px 0;font-size:.95rem;font-weight:600}.timer-module__5jTFxW__modeBtn.timer-module__5jTFxW__active{color:#fff}.timer-module__5jTFxW__modeBtn.timer-module__5jTFxW__timerActive{background:var(--gradient-primary)}.timer-module__5jTFxW__modeBtn.timer-module__5jTFxW__pomoActive{background:linear-gradient(135deg,var(--color-danger),var(--color-danger-dark))}.timer-module__5jTFxW__modeBtn.timer-module__5jTFxW__disabled{opacity:.5;cursor:not-allowed}.timer-module__5jTFxW__mainCard{padding:var(--space-4xl)30px;text-align:center;background:linear-gradient(180deg,var(--color-bg-surface)0%,var(--color-bg-base)100%);animation:.3s ease-out timer-module__5jTFxW__cardEnter;}.timer-module__5jTFxW__phaseIndicator{margin-bottom:var(--space-xl);justify-content:center;gap:var(--space-sm);align-items:center;display:flex}.timer-module__5jTFxW__phaseBadge{padding:var(--space-sm)var(--space-lg);border-radius:var(--radius-2xl);font-size:.85rem;font-weight:600}.timer-module__5jTFxW__sessionBadge{padding:var(--space-sm)var(--space-md);border-radius:var(--radius-2xl);background:var(--color-bg-muted);color:#666;font-size:.85rem}.timer-module__5jTFxW__presetContainer{margin-bottom:var(--space-sm);flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.timer-module__5jTFxW__presetBtn{background:linear-gradient(145deg,var(--color-bg-surface),var(--color-bg-muted));color:var(--color-text-secondary);box-shadow:var(--shadow-xs);gap:2px;padding:10px 18px;font-size:.88rem;}.timer-module__5jTFxW__presetBtn:hover{border-color:var(--color-primary-light);color:var(--color-primary);background:linear-gradient(145deg,var(--color-bg-surface),var(--color-bg-muted));transform:translateY(-2px);box-shadow:0 4px 12px #6366f12e}.timer-module__5jTFxW__presetBtn:active{transform:translateY(0);box-shadow:0 1px 4px #6366f11f}.timer-module__5jTFxW__presetPlus{color:var(--color-text-muted);transition:color var(--transition-base);margin-right:1px;font-size:.78rem;font-weight:500}.timer-module__5jTFxW__presetBtn:hover .timer-module__5jTFxW__presetPlus{color:var(--color-primary-light)}.timer-module__5jTFxW__presetAmount{font-size:1.05rem;font-weight:700;line-height:1}.timer-module__5jTFxW__presetUnit{color:var(--color-text-muted);transition:color var(--transition-base);margin-left:1px;font-size:.72rem;font-weight:500}.timer-module__5jTFxW__presetBtn:hover .timer-module__5jTFxW__presetUnit{color:var(--color-primary-light)}.timer-module__5jTFxW__timeInputRow{margin-bottom:var(--space-xl);justify-content:center;align-items:center;gap:10px;display:flex}.timer-module__5jTFxW__timeSeparator{color:#ccc;font-size:2rem;font-weight:300}.timer-module__5jTFxW__inputWrapper{flex-direction:column;align-items:center;display:flex}.timer-module__5jTFxW__timeInput{text-align:center;background:var(--color-bg-surface-alt);width:70px;height:70px;font-size:1.8rem;font-weight:600;}.timer-module__5jTFxW__inputLabel{color:#888;margin-top:var(--space-sm);font-size:.9rem}.timer-module__5jTFxW__pomoGrid{gap:var(--space-sm);margin-bottom:var(--space-xl);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.timer-module__5jTFxW__pomoCard{background:var(--color-bg-surface-alt);border-radius:var(--radius-lg);padding:var(--space-md)var(--space-sm);border:1.5px solid #e5e7eb;min-width:0;overflow:hidden}.timer-module__5jTFxW__pomoLabel{color:#666;margin-bottom:var(--space-sm);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.timer-module__5jTFxW__pomoAdjustRow{justify-content:center;align-items:center;gap:var(--space-xs);display:flex}.timer-module__5jTFxW__pomoAdjustBtn{width:36px;height:36px;color:var(--color-text-primary);cursor:pointer;transition:background var(--transition-fast);background:#e5e7eb;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.timer-module__5jTFxW__pomoAdjustBtn:hover{background:var(--color-border-strong)}.timer-module__5jTFxW__pomoValue{text-align:center;-moz-appearance:textfield;background:0 0;border:none;outline:none;width:80px;font-size:2.6rem;font-weight:700}.timer-module__5jTFxW__pomoValue::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.timer-module__5jTFxW__pomoValue::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.timer-module__5jTFxW__pomoUnit{color:#999;margin-top:var(--space-xs);font-size:.7rem}.timer-module__5jTFxW__autoStartLabel{justify-content:center;align-items:center;gap:var(--space-sm);color:#666;cursor:pointer;font-size:.9rem;display:flex}.timer-module__5jTFxW__autoStartLabel input{accent-color:var(--color-danger)}.timer-module__5jTFxW__ringContainer{width:240px;height:240px;margin:0 auto var(--space-2xl);background:radial-gradient(circle,#ffffff08 0%,#0000 70%);border-radius:50%;position:relative}.timer-module__5jTFxW__ringSvg{width:100%;height:100%;transform:rotate(-90deg)}.timer-module__5jTFxW__ringBg{fill:none;stroke:var(--color-bg-muted);stroke-width:5px}.timer-module__5jTFxW__ringProgress{fill:none;stroke-width:7px;stroke-linecap:round}.timer-module__5jTFxW__ringTime{font-size:clamp(2rem,9vw,2.8rem);font-weight:800;font-family:var(--font-mono-time);letter-spacing:2px;text-shadow:0 0 20px #667eea26;font-variant-numeric:tabular-nums;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%)}.timer-module__5jTFxW__ringDuration{color:var(--color-text-muted);letter-spacing:.5px;font-size:.8rem;font-weight:500;position:absolute;top:62%;left:50%;transform:translate(-50%,-50%)}.timer-module__5jTFxW__soundCard{margin-bottom:var(--space-xl);padding:var(--space-lg);background:var(--color-bg-surface-alt);border-radius:var(--radius-lg);border:1px solid #e5e7eb}.timer-module__5jTFxW__soundTitle{color:#666;margin-bottom:10px;font-size:.85rem;font-weight:500}.timer-module__5jTFxW__soundBtnRow{gap:var(--space-sm);margin-bottom:var(--space-md);flex-wrap:wrap;justify-content:center;display:flex}.timer-module__5jTFxW__soundBtn{padding:var(--space-sm)var(--space-lg);border:1.5px solid var(--color-border-default);border-radius:var(--radius-md);cursor:pointer;color:#666;transition:all var(--transition-base);background:0 0;font-size:.85rem}.timer-module__5jTFxW__soundBtn.timer-module__5jTFxW__soundActive{background:#667eea17}.timer-module__5jTFxW__soundBtn:hover{border-color:var(--color-primary)}.timer-module__5jTFxW__vibrationLabel{justify-content:center;align-items:center;gap:var(--space-sm);color:#666;cursor:pointer;font-size:.85rem;display:flex}.timer-module__5jTFxW__controlRow{gap:var(--space-md);flex-wrap:wrap;justify-content:center;margin-top:36px;display:flex}.timer-module__5jTFxW__startBtn{border-radius:var(--radius-pill);box-shadow:0 4px 16px #11998e59,0 0 #11998e00;}.timer-module__5jTFxW__startBtn:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 8px 24px #11998e73,0 0 20px #38ef7d26}.timer-module__5jTFxW__startBtn:active{transform:translateY(0)scale(1)}.timer-module__5jTFxW__stopBtn{border-radius:var(--radius-pill);box-shadow:0 4px 16px #ff416c59;}.timer-module__5jTFxW__stopBtn:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 8px 24px #ff416c73}.timer-module__5jTFxW__stopBtn:active{transform:translateY(0)scale(1)}.timer-module__5jTFxW__resetBtn{padding:15px var(--space-3xl);border-radius:var(--radius-pill);color:#555;font-size:1.05rem;}.timer-module__5jTFxW__resetBtn:hover{background:linear-gradient(135deg,#d1d5db,#c4c8cc);transform:translateY(-1px)}.timer-module__5jTFxW__shortcutHint{justify-content:center;gap:var(--space-lg);margin-top:var(--space-xl);color:var(--color-text-muted);font-size:.75rem;display:flex}.timer-module__5jTFxW__shortcutHint span{align-items:center;gap:var(--space-xs);display:flex}.timer-module__5jTFxW__kbd{padding:1px var(--space-sm);border:1px solid var(--color-border-strong);background:var(--color-bg-muted);color:var(--color-text-tertiary);border-radius:4px;font-family:SF Mono,Consolas,monospace;font-size:.7rem;font-weight:600;line-height:1.4;display:inline-block}.timer-module__5jTFxW__alarmOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.timer-module__5jTFxW__alarmModal{background-color:var(--color-bg-surface);border-radius:var(--radius-xl);width:90%;max-width:400px;box-shadow:var(--shadow-xl);overflow:hidden}.timer-module__5jTFxW__alarmHeader{padding:var(--space-xl)var(--space-2xl);justify-content:space-between;align-items:center;display:flex}.timer-module__5jTFxW__alarmTitle{color:#fff;font-size:1.2rem;font-weight:600}.timer-module__5jTFxW__alarmClose{cursor:pointer;color:#fffc;background:0 0;border:none;font-size:1.5rem;line-height:1}.timer-module__5jTFxW__alarmClose:hover{color:#fff}.timer-module__5jTFxW__alarmBody{padding:var(--space-4xl)var(--space-xl);text-align:center;align-items:center;gap:var(--space-xl);flex-direction:column;display:flex}.timer-module__5jTFxW__alarmIcon{border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.timer-module__5jTFxW__alarmSessionText{color:#666;font-size:.95rem}.timer-module__5jTFxW__alarmFooter{padding:var(--space-xl)var(--space-2xl);justify-content:center;gap:var(--space-md);border-top:1px solid #eee;display:flex}.timer-module__5jTFxW__alarmNextBtn{color:#fff;padding:var(--space-md)30px;cursor:pointer;align-items:center;gap:var(--space-sm);transition:transform var(--transition-fast);border:none;border-radius:25px;font-size:1rem;font-weight:700;display:flex}.timer-module__5jTFxW__alarmNextBtn:hover{transform:translateY(-1px)}.timer-module__5jTFxW__alarmRestartBtn{color:#fff;padding:var(--space-md)30px;cursor:pointer;align-items:center;gap:var(--space-sm);background:linear-gradient(135deg,var(--color-success),var(--color-success-dark));transition:transform var(--transition-fast);border:none;border-radius:25px;font-size:1rem;font-weight:700;display:flex}.timer-module__5jTFxW__alarmRestartBtn:hover{transform:translateY(-1px)}.timer-module__5jTFxW__alarmConfirmBtn{padding:var(--space-md)30px;cursor:pointer;transition:transform var(--transition-fast);border:none;border-radius:25px;font-size:1rem;font-weight:700}.timer-module__5jTFxW__alarmConfirmBtn:hover{transform:translateY(-1px)}.timer-module__5jTFxW__autoStopText{color:var(--color-text-muted);margin-top:var(--space-xs);font-size:.8rem}.timer-module__5jTFxW__extendRow{gap:var(--space-sm);margin-bottom:var(--space-lg);justify-content:center;display:flex}.timer-module__5jTFxW__extendBtn{border:1.5px solid var(--color-border-default);border-radius:var(--radius-2xl);background:linear-gradient(135deg,var(--color-bg-base),var(--color-bg-muted));color:var(--color-text-tertiary);cursor:pointer;transition:all var(--transition-base);padding:7px 18px;font-size:.85rem;font-weight:600;box-shadow:0 1px 3px #0000000a}.timer-module__5jTFxW__extendBtn:hover{border-color:var(--color-primary);color:var(--color-primary);background:linear-gradient(135deg,#667eea14,#667eea0a);transform:translateY(-1px);box-shadow:0 2px 8px #667eea1f}.timer-module__5jTFxW__volumeRow{padding:0 var(--space-sm);align-items:center;gap:10px;margin-top:10px;display:flex}.timer-module__5jTFxW__volumeLabel{color:#666;min-width:36px;font-size:.8rem}.timer-module__5jTFxW__volumeSlider{height:4px;accent-color:var(--color-primary);cursor:pointer;flex:1}.timer-module__5jTFxW__volumeValue{color:var(--color-text-muted);text-align:right;min-width:32px;font-size:.75rem}.timer-module__5jTFxW__wakeLockBtn{align-items:center;gap:var(--space-xs);border:1px solid var(--color-border-default);border-radius:var(--radius-xl);color:#666;cursor:pointer;transition:all var(--transition-base);white-space:nowrap;background:0 0;flex-shrink:0;padding:5px 10px;font-size:.72rem;display:flex}.timer-module__5jTFxW__wakeLockBtn.timer-module__5jTFxW__wakeLockActive{border-color:var(--color-success);color:#fff;background:var(--color-success);font-weight:600;box-shadow:0 2px 8px #22c55e59}.timer-module__5jTFxW__featureRow{gap:var(--space-sm);margin-top:var(--space-xl);-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:center;display:flex;overflow-x:auto}.timer-module__5jTFxW__featureRow::-webkit-scrollbar{display:none}.timer-module__5jTFxW__featureBtn{align-items:center;gap:var(--space-xs);border:1px solid var(--color-border-default);border-radius:var(--radius-xl);color:#666;cursor:pointer;transition:all var(--transition-base);white-space:nowrap;background:0 0;flex-shrink:0;padding:5px 10px;font-size:.72rem;display:inline-flex}.timer-module__5jTFxW__featureBtn:hover{border-color:var(--color-primary);color:var(--color-primary)}.timer-module__5jTFxW__featureBtn.timer-module__5jTFxW__featureActive{border-color:var(--color-primary);color:#fff;background:var(--color-primary);font-weight:600;box-shadow:0 2px 8px #667eea59}.timer-module__5jTFxW__presetSavedSection{margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid #e5e7eb}.timer-module__5jTFxW__presetSavedTitle{color:var(--color-text-muted);margin-bottom:var(--space-sm);font-size:.8rem;font-weight:600}.timer-module__5jTFxW__presetSavedList{gap:var(--space-sm);flex-wrap:wrap;display:flex}.timer-module__5jTFxW__presetSavedItem{align-items:center;gap:var(--space-xs);padding:5px var(--space-md);border-radius:var(--radius-xl);color:var(--color-primary);cursor:pointer;transition:all var(--transition-fast);background:#667eea0d;border:1.5px solid #667eea33;font-size:.8rem;display:flex}.timer-module__5jTFxW__presetSavedItem:hover{background:#667eea1f}.timer-module__5jTFxW__presetDeleteBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:.7rem;line-height:1}.timer-module__5jTFxW__presetDeleteBtn:hover{color:var(--color-danger)}.timer-module__5jTFxW__presetSaveRow{gap:var(--space-sm);margin-top:var(--space-sm);display:flex}.timer-module__5jTFxW__presetNameInput{border:1px solid var(--color-border-default);background:var(--color-bg-surface-alt);color:var(--color-text-primary);border-radius:8px;outline:none;flex:1;padding:5px 10px;font-size:.8rem}.timer-module__5jTFxW__presetNameInput:focus{border-color:var(--color-primary)}.timer-module__5jTFxW__presetSaveBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:5px 14px;font-size:.8rem;font-weight:600}.timer-module__5jTFxW__intervalPresets{gap:var(--space-sm);margin-bottom:var(--space-lg);flex-wrap:wrap;justify-content:center;display:flex}.timer-module__5jTFxW__intervalPresetBtn{border:1.5px solid var(--color-border-default);border-radius:var(--radius-xl);color:#666;cursor:pointer;transition:all var(--transition-base);background:0 0;padding:7px 14px;font-size:.82rem;font-weight:500}.timer-module__5jTFxW__intervalPresetBtn.timer-module__5jTFxW__intervalPresetActive{border-color:var(--color-warning);color:var(--color-warning);background:#f59e0b14}.timer-module__5jTFxW__intervalGrid{gap:var(--space-sm);margin-bottom:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.timer-module__5jTFxW__intervalCard{background:var(--color-bg-surface-alt);border-radius:var(--radius-lg);padding:var(--space-md)var(--space-sm);text-align:center;border:1.5px solid #e5e7eb}.timer-module__5jTFxW__intervalCardLabel{color:#666;margin-bottom:var(--space-sm);font-size:.72rem}.timer-module__5jTFxW__intervalCardValue{text-align:center;-moz-appearance:textfield;background:0 0;border:none;outline:none;width:80px;font-size:2.4rem;font-weight:700}.timer-module__5jTFxW__intervalCardValue::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.timer-module__5jTFxW__intervalCardValue::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.timer-module__5jTFxW__intervalPhaseDisplay{justify-content:center;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);display:flex}.timer-module__5jTFxW__intervalPhaseBadge{border-radius:var(--radius-xl);padding:5px 14px;font-size:.82rem;font-weight:600}.timer-module__5jTFxW__intervalRoundBadge{border-radius:var(--radius-xl);background:var(--color-bg-muted);color:#666;padding:5px 10px;font-size:.82rem}.timer-module__5jTFxW__multiContainer{gap:var(--space-md);flex-direction:column;display:flex}.timer-module__5jTFxW__multiCard{background:var(--color-bg-surface-alt);border-radius:var(--radius-lg);padding:var(--space-lg);border:1.5px solid #e5e7eb;position:relative}.timer-module__5jTFxW__multiCard.timer-module__5jTFxW__multiCardRunning{border-color:#22c55e66;box-shadow:0 0 0 2px #22c55e1a}.timer-module__5jTFxW__multiHeader{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.timer-module__5jTFxW__multiLabel{color:#555;font-size:.85rem;font-weight:600}.timer-module__5jTFxW__multiRemoveBtn{color:var(--color-text-muted);cursor:pointer;padding:2px var(--space-sm);transition:all var(--transition-fast);background:0 0;border:none;border-radius:50%;font-size:1rem}.timer-module__5jTFxW__multiRemoveBtn:hover{color:var(--color-danger);background:#ef444414}.timer-module__5jTFxW__multiTimeDisplay{text-align:center;font-size:1.6rem;font-weight:700;font-family:var(--font-mono-time);letter-spacing:1px;margin-bottom:10px}.timer-module__5jTFxW__multiControls{gap:var(--space-sm);justify-content:center;display:flex}.timer-module__5jTFxW__multiBtn{border-radius:var(--radius-xl);cursor:pointer;transition:all var(--transition-fast);border:none;padding:7px 18px;font-size:.82rem;font-weight:600}.timer-module__5jTFxW__multiBtnStart{color:#fff;background:linear-gradient(135deg,#10b981,#059669)}.timer-module__5jTFxW__multiBtnStop{background:linear-gradient(135deg,var(--color-warning),#d97706);color:#fff}.timer-module__5jTFxW__multiBtnReset{color:#555;background:#e5e7eb}.timer-module__5jTFxW__multiAddBtn{border:2px dashed var(--color-border-strong);border-radius:var(--radius-lg);color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-base);background:0 0;padding:14px;font-size:.9rem}.timer-module__5jTFxW__multiAddBtn:hover{border-color:var(--color-primary);color:var(--color-primary)}.timer-module__5jTFxW__multiInputRow{gap:var(--space-sm);justify-content:center;align-items:center;margin-bottom:10px;display:flex}.timer-module__5jTFxW__multiInput{text-align:center;border:1.5px solid var(--color-border-default);width:50px;height:40px;color:var(--color-text-primary);background:var(--color-bg-surface);border-radius:8px;outline:none;font-size:1.2rem;font-weight:600}.timer-module__5jTFxW__multiInput:focus{border-color:var(--color-primary)}.timer-module__5jTFxW__multiSep{color:#ccc;font-size:1.2rem}.timer-module__5jTFxW__statsCard{background:var(--color-bg-surface);border-radius:var(--radius-xl);padding:var(--space-xl);margin-top:var(--space-lg);box-shadow:0 4px 20px #0000000f}.timer-module__5jTFxW__statsTitle{color:var(--color-text-primary);margin-bottom:var(--space-lg);font-size:.95rem;font-weight:700}.timer-module__5jTFxW__statsEmpty{text-align:center;color:var(--color-text-muted);padding:var(--space-xl)0;font-size:.85rem}.timer-module__5jTFxW__statsGrid{gap:var(--space-sm);margin-bottom:var(--space-md);grid-template-columns:repeat(4,1fr);display:grid}.timer-module__5jTFxW__statItem{text-align:center;padding:10px var(--space-xs);background:var(--color-bg-surface-alt);border-radius:var(--radius-md)}.timer-module__5jTFxW__statValue{color:var(--color-danger);font-size:1.4rem;font-weight:700}.timer-module__5jTFxW__statLabel{color:var(--color-text-muted);margin-top:2px;font-size:.68rem}.timer-module__5jTFxW__statsFocusRow{color:#666;padding:var(--space-sm)var(--space-xs);border-top:1px solid var(--color-bg-muted);margin-bottom:var(--space-md);justify-content:space-between;font-size:.78rem;display:flex}.timer-module__5jTFxW__statsChart{gap:var(--space-sm);height:80px;padding:0 var(--space-xs);margin-bottom:var(--space-md);align-items:flex-end;display:flex}.timer-module__5jTFxW__statsBar{align-items:center;gap:var(--space-xs);flex-direction:column;flex:1;display:flex}.timer-module__5jTFxW__statsBarTrack{background:var(--color-bg-muted);border-radius:4px;align-items:flex-end;width:100%;height:60px;display:flex;overflow:hidden}.timer-module__5jTFxW__statsBarFill{width:100%;transition:height var(--transition-slow);background:#fca5a5;border-radius:4px 4px 0 0}.timer-module__5jTFxW__statsBarToday{background:var(--color-danger)}.timer-module__5jTFxW__statsBarLabel{color:var(--color-text-muted);font-size:.6rem}.timer-module__5jTFxW__statsBarLabelToday{color:var(--color-danger);font-weight:700}.timer-module__5jTFxW__statsResetBtn{padding:5px var(--space-lg);border-radius:var(--radius-lg);color:var(--color-text-muted);cursor:pointer;background:0 0;border:1px solid #e5e7eb;margin:0 auto;font-size:.72rem;display:block}body[data-theme=dark] .timer-module__5jTFxW__wrapper{background:#0f172a}body[data-theme=dark] .timer-module__5jTFxW__modeToggle{background:#1e293bcc;border-color:#33415580}body[data-theme=dark] .timer-module__5jTFxW__mainCard{background:linear-gradient(#1e293bcc 0%,#0f172a99 100%)}body[data-theme=dark] .timer-module__5jTFxW__resetBtn:hover{background:linear-gradient(135deg,#475569,#334155)}body[data-theme=dark] .timer-module__5jTFxW__extendBtn:hover{background:linear-gradient(135deg,#818cf81f,#818cf80f);box-shadow:0 2px 8px #818cf826}body[data-theme=dark] .timer-module__5jTFxW__wakeLockBtn.timer-module__5jTFxW__wakeLockActive{background:var(--color-success-dark);box-shadow:0 2px 8px #22c55e4d}body[data-theme=dark] .timer-module__5jTFxW__featureBtn.timer-module__5jTFxW__featureActive{box-shadow:0 2px 8px #6366f14d}body[data-theme=dark] .timer-module__5jTFxW__pomoTimelineMarker{border-top-color:#94a3b8}@keyframes timer-module__5jTFxW__urgentPulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:640px){.timer-module__5jTFxW__container{padding:0 var(--space-md)}.timer-module__5jTFxW__mainCard{padding:var(--space-2xl)var(--space-lg)}.timer-module__5jTFxW__presetContainer{gap:var(--space-sm)}.timer-module__5jTFxW__presetBtn{padding:7px var(--space-md);border-radius:var(--radius-lg);font-size:.82rem}.timer-module__5jTFxW__presetAmount{font-size:.95rem}.timer-module__5jTFxW__presetPlus{font-size:.72rem}.timer-module__5jTFxW__presetUnit{font-size:.66rem}.timer-module__5jTFxW__intervalGrid{gap:6px}.timer-module__5jTFxW__intervalCard{padding:var(--space-sm)var(--space-xs)}.timer-module__5jTFxW__intervalCardLabel{font-size:.68rem}.timer-module__5jTFxW__intervalCardValue{width:60px;font-size:1.8rem}.timer-module__5jTFxW__intervalPresetBtn{padding:8px 14px;font-size:.8rem}.timer-module__5jTFxW__pomoCard{padding:var(--space-sm)var(--space-xs)}.timer-module__5jTFxW__pomoLabel{font-size:.68rem}.timer-module__5jTFxW__pomoValue{width:60px;font-size:1.8rem}.timer-module__5jTFxW__pomoAdjustBtn{width:30px;height:30px;font-size:1rem}}@media (max-width:375px){.timer-module__5jTFxW__mainCard{padding:var(--space-xl)var(--space-md)}.timer-module__5jTFxW__container{padding:0 var(--space-sm)}.timer-module__5jTFxW__intervalGrid,.timer-module__5jTFxW__pomoGrid{grid-template-columns:1fr;gap:6px}.timer-module__5jTFxW__intervalCardValue,.timer-module__5jTFxW__pomoValue{width:60px;font-size:1.8rem}.timer-module__5jTFxW__timeInput{width:60px;height:60px;font-size:1.5rem}.timer-module__5jTFxW__ringContainer{width:200px;height:200px}.timer-module__5jTFxW__startBtn,.timer-module__5jTFxW__stopBtn{padding:var(--space-md)28px;font-size:.95rem}.timer-module__5jTFxW__resetBtn{padding:var(--space-md)var(--space-2xl);font-size:.95rem}.timer-module__5jTFxW__presetContainer{gap:var(--space-sm)}.timer-module__5jTFxW__presetBtn{padding:var(--space-sm)10px;border-radius:var(--radius-md);gap:1px;font-size:.78rem}.timer-module__5jTFxW__presetAmount{font-size:.88rem}.timer-module__5jTFxW__presetPlus{font-size:.68rem}.timer-module__5jTFxW__presetUnit{font-size:.62rem}.timer-module__5jTFxW__shortcutHint{gap:10px;font-size:.7rem}}.timer-module__5jTFxW__seoWrapper{--seo-bg:linear-gradient(135deg,#f0f4f8 0%,#e8eef5 100%);--seo-card-bg:white;--seo-title-color:#2c3e50;--seo-text-color:#555;--seo-accent:#667eea;--seo-border:#eee;--seo-shadow:0 2px 10px #0000000d;background:var(--seo-bg);padding-bottom:60px}.timer-module__5jTFxW__seoArticle{max-width:800px;padding:0 var(--space-xl);margin:0 auto;line-height:1.7}.timer-module__5jTFxW__seoSection{margin-bottom:36px}.timer-module__5jTFxW__seoTitle{color:var(--seo-title-color);text-align:center;margin-bottom:18px;font-size:1.4rem;font-weight:600}.timer-module__5jTFxW__seoDesc{color:var(--seo-text-color);text-align:center;margin-bottom:0;font-size:.95rem}.timer-module__5jTFxW__seoGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;display:grid}.timer-module__5jTFxW__seoCard{background:var(--seo-card-bg);border-radius:var(--radius-lg);box-shadow:var(--seo-shadow);padding:18px}.timer-module__5jTFxW__seoCardTitle{color:var(--seo-accent);margin-bottom:var(--space-sm);font-size:.95rem;font-weight:600}.timer-module__5jTFxW__seoCardDesc{color:var(--seo-text-color);margin:0;font-size:.88rem;line-height:1.6}.timer-module__5jTFxW__seoStep{margin-bottom:var(--space-md);color:var(--seo-text-color);font-size:.93rem;line-height:1.8}.timer-module__5jTFxW__seoFaqItem{padding:14px 0}.timer-module__5jTFxW__seoFaqQ{cursor:pointer;color:var(--seo-title-color);font-size:.95rem;font-weight:600}.timer-module__5jTFxW__seoFaqA{color:var(--seo-text-color);margin-top:10px;padding-left:10px;font-size:.9rem;line-height:1.7}.timer-module__5jTFxW__pomoTimeline{margin:var(--space-sm)0 var(--space-xl);padding:0 var(--space-xs);position:relative}.timer-module__5jTFxW__pomoTimelineLabels{margin-bottom:var(--space-sm);gap:2px;display:flex}.timer-module__5jTFxW__pomoTimelineLabelItem{color:var(--color-text-muted);white-space:nowrap;transition:color var(--transition-slow),font-weight var(--transition-slow);justify-content:center;align-items:center;font-size:.62rem;font-weight:600;display:flex;overflow:visible}.timer-module__5jTFxW__pomoTimelineLabelItem.timer-module__5jTFxW__labelActive{font-size:.68rem;font-weight:800}.timer-module__5jTFxW__pomoTimelineLabelItem.timer-module__5jTFxW__labelDone{opacity:.5}.timer-module__5jTFxW__pomoTimelineBar{border-radius:var(--radius-lg);background:0 0;gap:2px;height:28px;display:flex;overflow:hidden}.timer-module__5jTFxW__pomoTimelineSegment{border-radius:var(--radius-sm);height:100%;transition:transform var(--transition-slow),box-shadow var(--transition-slow);position:relative;overflow:hidden}.timer-module__5jTFxW__pomoTimelineSegment:first-child{border-radius:var(--radius-lg)var(--radius-sm)var(--radius-sm)var(--radius-lg)}.timer-module__5jTFxW__pomoTimelineSegment:last-child{border-radius:var(--radius-sm)var(--radius-lg)var(--radius-lg)var(--radius-sm)}.timer-module__5jTFxW__pomoTimelineCompleted{opacity:.85}.timer-module__5jTFxW__pomoTimelineCurrent{z-index:1;transform:scaleY(1.12)}.timer-module__5jTFxW__pomoTimelineFill{height:100%;transition:width 1s linear;position:absolute;top:0;left:0}.timer-module__5jTFxW__pomoTimelineMarker{border-left:5px solid #0000;border-right:5px solid #0000;border-top:6px solid var(--color-text-secondary);z-index:3;filter:drop-shadow(0 1px 1px #00000026);width:0;height:0;transition:left 1s linear;position:absolute;top:-8px;transform:translate(-50%)}.timer-module__5jTFxW__pomoTimelineTime{text-align:center;color:var(--color-text-tertiary);margin-top:var(--space-sm);font-variant-numeric:tabular-nums;letter-spacing:.5px;font-size:.72rem;font-weight:600}body[data-theme=dark] .timer-module__5jTFxW__pomoTimelineLabelItem{color:var(--color-text-muted)}body[data-theme=dark] .timer-module__5jTFxW__seoWrapper{--seo-bg:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);--seo-card-bg:#1e293b;--seo-title-color:#e2e8f0;--seo-text-color:#94a3b8;--seo-accent:#818cf8;--seo-border:#334155;--seo-shadow:none}
