:root{--background-color: #ffffff;--background-secondary: #f8f9fa;--surface-color: #f2f2f7;--text-color: #000000;--text-secondary: #8e8e93;--border-color: #e5e5e7;--hover-color: rgba(0, 0, 0, .05);--input-background: #ffffff;--accent-color: #007aff;--accent-color-hover: #0051d5;--success-color: #34c759;--success-color-hover: #2db84d;--warning-color: #ff9500;--warning-color-hover: #e6850e;--error-color: #ff3b30;--error-bg: rgba(255, 59, 48, .1);--shadow-small: 0 1px 3px rgba(0, 0, 0, .1);--shadow-medium: 0 4px 6px rgba(0, 0, 0, .1);--font-mono: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", monospace;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}[data-theme=dark]{--background-color: #000000;--background-secondary: #1c1c1e;--surface-color: #1c1c1e;--text-color: #ffffff;--text-secondary: #8e8e93;--border-color: #38383a;--hover-color: rgba(255, 255, 255, .1);--input-background: #2c2c2e;--accent-color: #0a84ff;--accent-color-hover: #409cff;--success-color: #30d158;--success-color-hover: #48d468;--warning-color: #ff9f0a;--warning-color-hover: #ffb340;--error-color: #ff453a;--error-bg: rgba(255, 69, 58, .15);--shadow-small: 0 1px 3px rgba(0, 0, 0, .3);--shadow-medium: 0 4px 6px rgba(0, 0, 0, .3)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{background-color:var(--background-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}p{margin:0}a{color:var(--accent-color);text-decoration:none}a:hover{text-decoration:underline}input,textarea,select{font-family:inherit;font-size:inherit}button{font-family:inherit;cursor:pointer;border:none;outline:none}button:disabled{cursor:not-allowed}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(prefers-contrast:high){:root{--border-color: #000000}[data-theme=dark]{--border-color: #ffffff}}.timer-display{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;min-height:60vh;gap:2rem}.show-info{text-align:center;margin-bottom:1rem}.show-name{font-size:1.5rem;font-weight:600;margin-bottom:.25rem}.show-date{font-size:.875rem;opacity:.7}.current-time{text-align:center;margin-bottom:1rem}.time-value{font-size:3rem;font-weight:300;font-family:SF Mono,Monaco,Roboto Mono,monospace;letter-spacing:-1px;line-height:1}.time-label{font-size:.875rem;opacity:.7;margin-top:.25rem}.timer-section{text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center;min-height:200px}.section-name{font-size:1.25rem;font-weight:500;margin-bottom:1rem;opacity:.8}.section-timer{font-size:4rem;font-weight:200;font-family:SF Mono,Monaco,Roboto Mono,monospace;letter-spacing:-2px;line-height:1;margin-bottom:.5rem;transition:color .3s ease}.section-timer.running{color:var(--accent-color, #007aff)}.section-info{font-size:.875rem;opacity:.7;max-width:300px;line-height:1.4;transition:opacity .5s ease-in-out;text-align:center;margin:0 auto;width:100%}.section-info.fade-in{animation:fadeInGoodLuck .8s ease-out;opacity:1}.section-info.fade-out{animation:fadeOutGoodLuck 1s ease-in-out;opacity:.7}@keyframes fadeInGoodLuck{0%{opacity:0;transform:translateY(10px);color:var(--accent-color, #007aff)}50%{color:var(--accent-color, #007aff)}to{opacity:1;transform:translateY(0);color:var(--accent-color, #007aff)}}@keyframes fadeOutGoodLuck{0%{opacity:1;transform:translateY(0);color:var(--accent-color, #007aff)}to{opacity:.7;transform:translateY(-5px);color:var(--text-secondary)}}.show-stop-indicator{background:var(--error-bg, rgba(255, 59, 48, .1));border:1px solid var(--error-color, #ff3b30);border-radius:8px;padding:1rem;text-align:center;margin-top:1rem;animation:pulse 2s infinite}.show-stop-label{font-size:.75rem;font-weight:600;color:var(--error-color, #ff3b30);letter-spacing:1px;margin-bottom:.25rem}.show-stop-timer{font-size:1.5rem;font-weight:500;font-family:SF Mono,Monaco,Roboto Mono,monospace;color:var(--error-color, #ff3b30);margin-bottom:.25rem}.show-stop-reason{font-size:.875rem;opacity:.8}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@media(max-width:768px){.timer-display{padding:1rem .5rem;gap:1.5rem}.time-value{font-size:2.5rem}.section-timer{font-size:3rem}.show-name{font-size:1.25rem}}@media(orientation:landscape)and (max-height:600px){.timer-display{min-height:auto;padding:1rem;gap:1rem}.current-time{margin-bottom:.5rem}.time-value{font-size:2rem}.section-timer{font-size:2.5rem}.timer-section{min-height:auto}}.timer-controls{position:sticky;bottom:0;background:var(--background-color, #ffffff);border-top:1px solid var(--border-color, #e5e5e7);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1rem;align-items:center}.primary-controls,.show-stop-controls{display:flex;justify-content:center;width:100%;max-width:400px}.control-button{background:var(--accent-color, #007aff);color:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:180px;box-shadow:0 2px 8px #0000001a}.control-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.control-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.control-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:0 2px 8px #0000001a}.control-button.secondary{background:var(--secondary-color, #8e8e93);min-width:120px;font-size:.9rem;padding:.75rem 1.5rem}.control-button.start{background:var(--success-color, #34c759)}.control-button.end{background:var(--warning-color, #ff9500)}.control-button.show-stop{background:var(--error-color, #ff3b30);opacity:.8;font-size:.85rem;min-width:100px;padding:.6rem 1.2rem}.control-button.end-show-stop{background:var(--success-color, #34c759);animation:pulse 2s infinite}.completion-message{font-size:1.25rem;font-weight:600;color:var(--success-color, #34c759);text-align:center;padding:1rem 2rem}.show-stop-dialog-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.show-stop-dialog{background:var(--background-color, #ffffff);border:1px solid var(--border-color, #e5e5e7);border-radius:16px;padding:1.5rem;width:100%;max-width:400px;box-shadow:0 8px 32px #0003}.show-stop-dialog h3{margin:0 0 1rem;font-size:1.25rem;font-weight:600;text-align:center}.dialog-content{margin-bottom:1.5rem}.dialog-content label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem;opacity:.8}.stop-status{background:var(--accent-color-light, rgba(0, 122, 255, .1));color:var(--accent-color);padding:.75rem;border-radius:.5rem;margin-bottom:1rem;text-align:center;font-weight:500;border:1px solid var(--accent-color);font-size:.9rem}.dialog-content input{width:100%;padding:.75rem;border:1px solid var(--border-color, #e5e5e7);border-radius:8px;font-size:1rem;background:var(--input-background, #ffffff);color:var(--text-color, #000000)}.dialog-content input:focus{outline:none;border-color:var(--accent-color, #007aff);box-shadow:0 0 0 2px #007aff33}.dialog-actions{display:flex;gap:.75rem;justify-content:flex-end}.dialog-actions .control-button{min-width:80px;font-size:.9rem;padding:.6rem 1.2rem}[data-theme=dark] .timer-controls{background:var(--background-color, #000000);border-top-color:var(--border-color, #38383a)}[data-theme=dark] .show-stop-dialog{background:var(--background-color, #1c1c1e)}[data-theme=dark] .dialog-content input{background:var(--input-background, #2c2c2e);border-color:var(--border-color, #38383a);color:var(--text-color, #ffffff)}@media(max-width:768px){.timer-controls{padding:1rem .5rem}.control-button{min-width:140px;font-size:1rem;padding:.875rem 1.5rem}.control-button.secondary{min-width:100px;font-size:.85rem;padding:.625rem 1.25rem}}@media(orientation:landscape)and (max-height:600px){.timer-controls{padding:.75rem 1rem;flex-direction:row;justify-content:space-between}.primary-controls,.show-stop-controls{max-width:none}.control-button{min-width:120px;font-size:.9rem;padding:.75rem 1.25rem}}.theme-toggle{display:flex;gap:.75rem;padding:.5rem}.theme-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:none;border:2px solid transparent;border-radius:.5rem;padding:.75rem;cursor:pointer;transition:all .2s ease;min-width:5.5rem}.theme-card:hover{border-color:var(--border-color);background:var(--background-secondary)}.theme-card.active{border-color:var(--accent-color);background:var(--background-secondary)}.theme-preview{width:4.5rem;height:3rem;border-radius:.375rem;overflow:hidden;position:relative;box-shadow:0 2px 8px #0000001a}.light-theme{background:#fff;border:1px solid #e1e4e8}.light-theme .window-chrome{height:.5rem;background:#f6f8fa;border-bottom:1px solid #e1e4e8;display:flex;align-items:center;padding-left:.25rem}.light-theme .window-content{padding:.25rem;height:calc(100% - .5rem);background:#fff}.light-theme .content-bar.orange{height:.25rem;background:#f9826c;border-radius:.125rem;margin-bottom:.1875rem}.light-theme .content-line.orange{height:.125rem;background:#ffab70;border-radius:.0625rem;margin-bottom:.125rem}.dark-theme{background:#0d1117;border:1px solid #30363d}.dark-theme .window-chrome{height:.5rem;background:#161b22;border-bottom:1px solid #30363d;display:flex;align-items:center;padding-left:.25rem}.dark-theme .window-content{padding:.25rem;height:calc(100% - .5rem);background:#0d1117}.dark-theme .content-bar.purple{height:.25rem;background:#8b5cf6;border-radius:.125rem;margin-bottom:.1875rem}.dark-theme .content-line.purple{height:.125rem;background:#a78bfa;border-radius:.0625rem;margin-bottom:.125rem}.system-theme{background:transparent}.split-view{display:flex;width:100%;height:100%}.split-half{flex:1;position:relative}.light-half{background:#fff;border-right:1px solid #e1e4e8}.dark-half{background:#0d1117}.light-half .window-chrome{height:.375rem;background:#f6f8fa;border-bottom:1px solid #e1e4e8;display:flex;align-items:center;padding-left:.125rem}.dark-half .window-chrome{height:.375rem;background:#161b22;border-bottom:1px solid #30363d;display:flex;align-items:center;padding-left:.125rem}.window-content.small{padding:.125rem;height:calc(100% - .375rem)}.light-half .content-bar.blue{height:.1875rem;background:#0969da;border-radius:.09375rem;margin-bottom:.09375rem}.dark-half .content-bar.blue{height:.1875rem;background:#58a6ff;border-radius:.09375rem;margin-bottom:.09375rem}.light-half .content-line.blue{height:.09375rem;background:#54aeff;border-radius:.046875rem}.dark-half .content-line.blue{height:.09375rem;background:#79c0ff;border-radius:.046875rem}.window-dots{display:flex;gap:.125rem;align-items:center}.window-dots.small{gap:.0625rem}.dot{width:.1875rem;height:.1875rem;border-radius:50%}.window-dots.small .dot{width:.125rem;height:.125rem}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27ca3f}.content-line.long{width:80%}.content-line.medium{width:60%}.content-line.short{width:70%}.content-lines{display:flex;flex-direction:column;gap:.125rem}.theme-label{font-size:.75rem;font-weight:500;color:var(--text-secondary);text-align:center}.theme-card.active .theme-label{color:var(--accent-color);font-weight:600}@media(max-width:768px){.theme-toggle{gap:.5rem;padding:.25rem}.theme-card{min-width:4.5rem;padding:.5rem;gap:.375rem}.theme-preview{width:3.5rem;height:2.25rem}.theme-label{font-size:.6875rem}}.show-creator{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1rem;text-align:center}.creator-content{max-width:400px;width:100%}.show-creator h1{font-size:2.5rem;font-weight:300;margin-bottom:.5rem;color:var(--text-color)}.show-creator p{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.4}.creator-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.form-group label{font-size:.9rem;font-weight:500;color:var(--text-secondary)}.form-group input{padding:1rem;border:1px solid var(--border-color);border-radius:12px;font-size:1.1rem;background:var(--input-background);color:var(--text-color);transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #007aff1a}.create-button{background:var(--accent-color);color:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.create-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #007aff4d}.create-button:active:not(:disabled){transform:translateY(0)}.create-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:768px){.show-creator{padding:1rem .5rem}.show-creator h1{font-size:2rem}.show-creator p{font-size:1rem}}.show-report{max-width:100%;margin:0 auto;padding:1rem;background:var(--background-color);color:var(--text-color)}.report-header{text-align:center;margin-bottom:1.5rem}.report-title{font-size:2rem;font-weight:300;color:var(--accent-color);margin:0 0 1rem}.show-details{display:flex;flex-direction:column;gap:.25rem}.show-name{font-size:1.25rem;font-weight:500;color:var(--text-color)}.show-date{font-size:1rem;color:var(--text-secondary)}.report-content{display:flex;flex-direction:column;gap:2rem}.report-summary-section{background:var(--surface-color);border-radius:1rem;overflow:hidden;border:1px solid var(--border-color)}.summary-title{background:#8b5a9b;color:#fff;font-size:1.125rem;font-weight:500;text-align:center;padding:.75rem;margin:0}.summary-acts{padding:1rem 1.5rem .5rem}.summary-act{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border-color)}.summary-act:last-child{border-bottom:none}.act-name{font-size:1rem;color:var(--text-color)}.act-duration{font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace);font-size:1rem;color:var(--text-color);font-weight:500}.summary-totals{padding:1rem 1.5rem;border-top:1px solid var(--border-color)}.total-row{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0}.total-row.running{border-top:1px solid var(--border-color);margin-top:.5rem;padding-top:.75rem;font-weight:600}.total-label{font-size:1rem;color:var(--text-color)}.total-value{font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace);font-size:1.125rem;color:var(--text-color);font-weight:500}.total-value.negative{color:var(--error-color)}.breakdown-section{background:var(--surface-color);border-radius:1rem;overflow:hidden;border:1px solid var(--border-color)}.breakdown-title{background:#8b5a9b;color:#fff;font-size:1.125rem;font-weight:500;text-align:center;padding:.75rem;margin:0}.breakdown-group{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.breakdown-group:last-child{border-bottom:none}.breakdown-single{padding:1rem 1.5rem;background:var(--text-secondary);color:#fff;display:flex;justify-content:space-between;align-items:center}.breakdown-single.interval{font-size:.8rem;background:var(--text-secondary);color:#fff;padding:1rem;border-radius:.75rem;border:1px solid var(--border-color);display:block}.breakdown-single.interval .breakdown-header{margin-bottom:.75rem}.breakdown-single.interval .breakdown-section-name{font-size:1rem;color:#fff;font-weight:600}.breakdown-single.interval .breakdown-times{font-size:.75rem}.breakdown-single.interval .time-label{color:#fffc;font-weight:500}.breakdown-single.interval .time-value{color:#fff;font-weight:600}.breakdown-header{margin-bottom:1rem}.breakdown-section-name{font-size:1.125rem;font-weight:600;color:var(--text-color);display:block;margin-bottom:.75rem}.breakdown-time{font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace);color:#fff;font-size:1rem}.breakdown-times{display:grid;gap:.25rem;font-size:.9rem}.breakdown-time-row{display:flex;justify-content:space-between;align-items:center}.breakdown-time-row.duration{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border-color);font-weight:600}.time-label{color:var(--text-secondary)}.time-value{font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace);color:var(--text-color)}.breakdown-time-row.duration .time-value{color:var(--accent-color);font-weight:600}.show-stop-breakdown{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.show-stop-detail{background:var(--error-color);color:#fff;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:.5rem}.show-stop-detail:last-child{margin-bottom:0}.stop-label{font-weight:600;display:block;margin-bottom:.5rem}.stop-times{display:grid;gap:.25rem;font-size:.875rem}.stop-time-row{display:flex;justify-content:space-between;align-items:center}.stop-time-row .time-label{color:#fffc}.stop-time-row .time-value{color:#fff;font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace)}.report-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.share-button,.reset-button,.new-show-button{padding:.75rem 1.5rem;border-radius:.5rem;border:none;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}.share-button{background:var(--accent-color);color:#fff}.share-button:hover{background:var(--accent-color-hover, var(--accent-color));transform:translateY(-1px);box-shadow:var(--shadow-medium)}.reset-button{background:var(--warning-color, #ff9500);color:#fff}.reset-button:hover{background:var(--warning-color-hover, #e6850e);transform:translateY(-1px);box-shadow:var(--shadow-medium)}.new-show-button{background:var(--success-color, #34c759);color:#fff}.new-show-button:hover{background:var(--success-color-hover, #2db84d);transform:translateY(-1px);box-shadow:var(--shadow-medium)}@media(max-width:768px){.show-report{padding:.75rem;margin:0}.report-content{gap:1.5rem}.summary-acts,.summary-totals,.breakdown-group,.breakdown-single{padding:.75rem 1rem}.breakdown-section-name{font-size:1rem}.breakdown-times{font-size:.85rem}.report-actions{flex-direction:column;gap:.75rem}.share-button,.reset-button,.new-show-button{width:100%}}.show-summary{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem;height:fit-content;max-height:80vh;overflow-y:auto;width:100%;max-width:400px}.summary-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.summary-title{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:var(--text-color)}.summary-meta{display:flex;flex-direction:column;gap:.25rem}.show-name{font-weight:500;color:var(--text-color);font-size:1rem}.show-start{font-size:.875rem;color:var(--text-secondary);font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace)}.summary-stats{display:grid;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.stat-item{display:flex;justify-content:space-between;align-items:center}.stat-item.warning{color:var(--warning-color, #ff9500)}.stat-label{font-size:.875rem;color:var(--text-secondary);font-weight:500}.stat-value{font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace);font-weight:600;color:var(--text-color)}.stat-item.warning .stat-value{color:var(--warning-color, #ff9500)}.sections-list{display:flex;flex-direction:column;gap:.75rem}.section-item{padding:1rem;border-radius:.75rem;border:1px solid var(--border-color);transition:all .2s ease}.section-item.completed{background:var(--success-color-light, rgba(52, 199, 89, .1));border-color:var(--success-color, #34c759)}.section-item.active{background:var(--accent-color-light, rgba(0, 122, 255, .1));border-color:var(--accent-color);animation:pulse 2s infinite}.section-item.pending{background:var(--background-secondary);border-color:var(--border-color);opacity:.7}@keyframes pulse{0%,to{border-color:var(--accent-color);box-shadow:0 0 #007aff66}50%{border-color:var(--accent-color);box-shadow:0 0 0 4px #007aff1a}}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.section-name{font-weight:500;color:var(--text-color);font-size:.95rem}.section-status{font-size:1rem;line-height:1}.section-details{margin-bottom:.5rem}.section-timing{display:flex;flex-direction:column;gap:.25rem}.timing-duration{font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace);font-weight:600;color:var(--text-color);font-size:.9rem}.timing-start{font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace);color:var(--accent-color);font-size:.875rem;font-weight:500}.timing-stops{color:var(--warning-color, #ff9500);font-size:.8rem;font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace)}.timing-pending{color:var(--text-secondary);font-style:italic;font-size:.875rem}.section-stops{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-color)}.stop-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:var(--error-color-light, rgba(255, 59, 48, .1));border-radius:.5rem;margin-bottom:.25rem}.stop-item:last-child{margin-bottom:0}.stop-reason{color:var(--text-color);font-size:.8rem;font-weight:500}.stop-duration{color:var(--error-color, #ff3b30);font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace);font-size:.8rem;font-weight:600}@media(max-width:1024px){.show-summary{display:none}}@media(max-width:1200px){.show-summary{max-width:320px;padding:1rem}.summary-title{font-size:1.125rem}.section-item{padding:.75rem}}.app-info-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;box-sizing:border-box}.app-info-modal{background:var(--background-color);border-radius:1rem;box-shadow:var(--shadow-large, 0 10px 25px rgba(0, 0, 0, .15));width:100%;max-width:600px;max-height:90vh;overflow-y:auto;border:1px solid var(--border-color);box-sizing:border-box}.app-info-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color);background:var(--surface-color);border-radius:1rem 1rem 0 0}.app-info-title{display:flex;align-items:center;gap:1rem}.info-logo{width:3rem;height:3rem;flex-shrink:0}.app-info-title h2{margin:0;font-size:1.5rem;font-weight:600;color:var(--text-color)}.current-version{margin:0;font-size:.875rem;color:var(--text-secondary);font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace)}.close-button{background:transparent;border:none;font-size:2rem;color:var(--text-secondary);cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .2s ease}.close-button:hover{background:var(--background-secondary);color:var(--text-color)}.app-info-content{padding:1.5rem}.app-description{margin-bottom:2rem}.app-description h3{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;color:var(--text-color)}.app-description p{margin:0;color:var(--text-secondary);line-height:1.5}.version-history h3{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--text-color)}.version-item{border:1px solid var(--border-color);border-radius:.75rem;margin-bottom:.75rem;overflow:hidden}.version-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--surface-color);cursor:pointer;transition:background-color .2s ease}.version-header:hover{background:var(--background-secondary)}.version-header.expanded{background:var(--accent-color);color:#fff}.version-info{display:flex;flex-direction:column;gap:.25rem}.version-number{font-weight:600;font-size:1rem}.version-header.expanded .version-number,.version-header.expanded .version-date{color:#fff}.version-date{font-size:.875rem;color:var(--text-secondary);font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace)}.expand-icon{font-size:1.5rem;font-weight:300;transition:transform .2s ease}.version-header.expanded .expand-icon{color:#fff}.version-changes{padding:1rem;background:var(--background-color);border-top:1px solid var(--border-color);animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0;padding-top:0;padding-bottom:0}to{opacity:1;max-height:300px;padding-top:1rem;padding-bottom:1rem}}.version-changes ul{margin:0;padding-left:1rem;list-style:none}.version-changes li{color:var(--text-color);margin-bottom:.5rem;line-height:1.4;position:relative}.version-changes li:last-child{margin-bottom:0}.version-changes li:before{content:"•";color:var(--accent-color);position:absolute;left:-1rem}.app-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color);text-align:center}.app-footer p{margin:0 0 .75rem;color:var(--text-secondary);line-height:1.5}.app-footer p:last-child{margin-bottom:0}.feedback-note{font-style:italic;color:var(--accent-color)!important}@media(max-width:768px){.app-info-overlay{padding:0;align-items:stretch}.app-info-modal{max-height:100vh;margin:0;min-width:0;max-width:none;width:100vw;border-radius:0;border:none}.app-info-header,.app-info-content{padding:1rem}.app-info-title{gap:.75rem;min-width:0}.info-logo{width:2.5rem;height:2.5rem;flex-shrink:0}.app-info-title h2{font-size:1.25rem;min-width:0}.current-version{font-size:.75rem}.version-header{padding:.75rem}.version-info{min-width:0;flex:1}.version-number{font-size:.9rem}.version-date{font-size:.75rem}.version-changes{padding:.75rem}.version-changes li{font-size:.875rem;line-height:1.3}.app-description h3{font-size:1rem}.app-description p{font-size:.875rem;line-height:1.4}}@media(max-width:480px){.app-info-overlay{padding:0}.app-info-modal{width:100vw;max-width:100vw;border-radius:0}.app-info-header,.app-info-content{padding:.75rem}.app-info-title{gap:.5rem}.info-logo{width:2rem;height:2rem}.app-info-title h2{font-size:1.1rem}.current-version{font-size:.7rem}.close-button{font-size:1.5rem;width:1.5rem;height:1.5rem}.version-header{padding:.5rem;flex-direction:column;align-items:flex-start;gap:.5rem}.expand-icon{align-self:flex-end;margin-top:-1.5rem}.version-changes{padding:.5rem}.app-description h3{font-size:.95rem}.app-description p,.version-changes li{font-size:.8rem}}.show-history-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.show-history-modal{background:var(--surface-color);border-radius:1rem;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow-large);border:1px solid var(--border-color)}.show-history-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color);background:#8b5a9b;color:#fff;border-radius:1rem 1rem 0 0}.show-history-header h2{margin:0;font-size:1.25rem;font-weight:600}.close-button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.close-button:hover{background:#fff3}.show-history-filters{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.week-selector{width:100%;padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:.5rem;background:var(--background-color);color:var(--text-color);font-size:.875rem}.week-summary{padding:1rem 1.5rem;background:var(--accent-color);color:#fff}.summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-label{font-size:.75rem;opacity:.9;margin-bottom:.25rem}.stat-value{font-size:1.125rem;font-weight:600;font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace)}.show-history-content{flex:1;overflow-y:auto;padding:1rem 0}.history-list{display:flex;flex-direction:column;gap:.75rem;padding:0 1.5rem}.history-entry{background:var(--background-color);border:1px solid var(--border-color);border-radius:.75rem;padding:1rem;transition:box-shadow .2s ease}.history-entry:hover{box-shadow:var(--shadow-medium)}.entry-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.entry-title{display:flex;flex-direction:column;gap:.25rem}.show-name{font-size:1rem;font-weight:600;color:var(--text-color)}.performance-date{font-size:.875rem;color:var(--text-secondary)}.entry-summary{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.duration{font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace);font-size:1rem;font-weight:600;color:var(--accent-color)}.show-stops{font-size:.75rem;color:var(--error-color);font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace)}.entry-times{display:flex;gap:1rem;font-size:.75rem;color:var(--text-secondary)}.entry-times span{font-family:var(--font-mono, "SF Mono", Monaco, "Cascadia Code", monospace)}.empty-history{text-align:center;padding:3rem 2rem;color:var(--text-secondary)}.empty-history p{margin:0 0 .5rem}.show-history-actions{display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid var(--border-color)}.clear-history-button,.close-history-button{padding:.5rem 1rem;border-radius:.5rem;border:none;font-weight:500;cursor:pointer;transition:all .2s ease}.clear-history-button{background:var(--error-color);color:#fff}.clear-history-button:hover{background:var(--error-color-hover, #cc4224);transform:translateY(-1px)}.close-history-button{background:var(--text-secondary);color:#fff;flex:1}.close-history-button:hover{background:var(--text-color);transform:translateY(-1px)}@media(max-width:768px){.show-history-overlay{padding:.5rem}.show-history-modal{max-height:95vh}.show-history-header{padding:1rem}.show-history-filters,.week-summary{padding:.75rem 1rem}.history-list{padding:0 1rem}.history-entry{padding:.75rem}.entry-header{flex-direction:column;gap:.5rem}.entry-summary{align-items:flex-start}.entry-times{flex-direction:column;gap:.25rem}.summary-stats{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem}.show-history-actions{padding:.75rem 1rem;flex-direction:column}}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);background:var(--background-color);position:sticky;top:0;z-index:100}.header-controls{display:flex;align-items:center;gap:1rem;position:relative}.burger-menu{background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .3s ease;position:relative;z-index:1001;width:2.5rem;height:2.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem}.burger-menu:hover{background:var(--background-secondary)}.burger-line{width:1.5rem;height:2px;background:var(--text-color);border-radius:1px;transition:all .3s ease;transform-origin:center}.burger-menu.open .burger-line:nth-child(1){transform:translateY(.35rem) rotate(45deg)}.burger-menu.open .burger-line:nth-child(2){opacity:0;transform:scaleX(0)}.burger-menu.open .burger-line:nth-child(3){transform:translateY(-.35rem) rotate(-45deg)}.menu-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;animation:fadeInOverlay .3s ease}@keyframes fadeInOverlay{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.menu-content{position:absolute;top:0;right:0;width:360px;max-width:85vw;height:100vh;background:var(--surface-color);border-left:1px solid var(--border-color);padding:5rem 0 2rem;overflow-y:auto;animation:slideInFromRight .3s cubic-bezier(.25,.46,.45,.94);box-shadow:-4px 0 20px #00000026}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}.menu-section{padding:1.5rem;border-bottom:1px solid var(--border-color)}.menu-section:first-child{padding-top:.75rem}.menu-section:last-child{border-bottom:none}.menu-section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);margin:0 0 1rem;padding:0 1rem}.menu-item{display:flex;align-items:center;gap:1rem;width:100%;padding:.875rem 1rem;background:none;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s ease;font-size:.95rem;margin-bottom:.25rem;text-align:left}.menu-item:hover{background:var(--background-secondary);transform:translate(4px)}.menu-item.reset-action:hover{background:#ff95001a;color:var(--warning-color, #ff9500)}.menu-item.danger-action:hover{background:#ff3b301a;color:var(--error-color, #ff3b30)}.menu-icon{font-size:1.125rem;width:1.5rem;text-align:center;flex-shrink:0}.menu-text{flex:1;color:var(--text-color);font-weight:500}.theme-item{justify-content:space-between;cursor:default;padding-right:.5rem}.theme-item:hover{transform:none;background:none}@media(max-width:768px){.menu-content{width:280px;max-width:90vw;padding-top:4rem}.menu-section{padding:1.25rem 1rem 1rem}.menu-section:first-child{padding-top:.5rem}.menu-item{padding:.75rem .875rem;font-size:.9rem}.menu-section-title{font-size:.7rem;padding:0 .875rem}}.header-title{display:flex;align-items:center;gap:.75rem}.app-logo{width:2rem;height:2rem;flex-shrink:0}.app-title{font-size:1.5rem;font-weight:600;margin:0;color:var(--text-color)}.app-main{flex:1;display:flex;flex-direction:column;background:var(--background-color)}.timer-layout{display:flex;gap:2rem;padding:1.5rem;height:100%;align-items:flex-start}.timer-section{flex:1;display:flex;flex-direction:column;min-width:0}@media(max-width:1024px){.timer-layout{flex-direction:column;padding:1rem}.timer-section{width:100%}}@media(max-width:768px){.app-header{padding:1rem}.app-title{font-size:1.25rem}}@media(orientation:landscape)and (max-height:600px){.app-header{padding:.5rem 1rem}.app-title{font-size:1.125rem}}
