:root{font-family:Pretendard,Apple SD Gothic Neo,Noto Sans KR,system-ui,sans-serif;color:#fafafa;background:#09090b;font-synthesis:none;color-scheme:dark;--background: #09090b;--card: #0f0f12;--popover: #18181b;--foreground: #fafafa;--muted: #27272a;--muted-foreground: #a1a1aa;--border: #27272a;--primary: #fafafa;--primary-foreground: #18181b;--destructive: #dc2626;--ring: #d4d4d8}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px}button,input{font:inherit}button{cursor:pointer}.ui-button{display:inline-flex;flex:none;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:8px;font-weight:500;white-space:nowrap;transition:color .15s,background-color .15s,border-color .15s}.ui-button:focus-visible,.mode-option:focus-visible,.file-picker:focus-within,.ui-select-trigger:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.ui-button:disabled{opacity:.5;pointer-events:none}.ui-button-md{height:40px;padding:0 16px;font-size:14px}.ui-button-sm{height:34px;padding:0 12px;font-size:13px}.ui-button-lg{height:44px;padding:0 20px;font-size:14px}.ui-button-icon{width:40px;height:40px}.ui-button-default{color:var(--primary-foreground);background:var(--primary)}.ui-button-default:hover{background:#e4e4e7}.ui-button-outline{color:var(--foreground);border-color:var(--border);background:transparent}.ui-button-outline:hover{background:var(--muted)}.ui-button-ghost{color:var(--foreground);background:transparent}.ui-button-ghost:hover{background:var(--muted)}.ui-button-destructive{color:#fff;background:var(--destructive)}.ui-button-destructive:hover{background:#b91c1c}.ui-card{color:var(--foreground);border:1px solid var(--border);border-radius:12px;background:var(--card);box-shadow:0 1px 2px #0006}.ui-card-header{display:flex;gap:12px;align-items:center;padding:24px 24px 18px}.ui-card-title{margin:0;font-size:20px;line-height:1.4;font-weight:600;letter-spacing:-.025em}.ui-card-description{margin:3px 0 0;color:var(--muted-foreground);font-size:13px;line-height:1.5}.ui-card-content{padding:0 24px 4px}.ui-card-footer{padding:16px 24px 24px}.ui-card-footer .ui-button{width:100%}.ui-slider{position:relative;display:flex;width:100%;height:20px;align-items:center;touch-action:none;-webkit-user-select:none;user-select:none}.ui-slider-track{position:relative;flex:1;height:4px;overflow:hidden;border-radius:999px;background:var(--muted)}.ui-slider-range{position:absolute;height:100%;background:var(--primary)}.ui-slider-thumb{display:block;width:16px;height:16px;border:2px solid var(--primary);border-radius:50%;background:var(--background);box-shadow:0 1px 3px #0009}.ui-slider-thumb:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.ui-select-trigger{display:flex;width:100%;height:40px;align-items:center;justify-content:space-between;padding:0 12px;color:var(--foreground);border:1px solid var(--border);border-radius:8px;background:var(--background);font-size:14px;text-align:left}.ui-select-value{display:block;flex:1;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.ui-select-content{z-index:100;min-width:var(--radix-select-trigger-width);padding:4px;border:1px solid var(--border);border-radius:8px;background:var(--popover);box-shadow:0 8px 24px #00000080}.ui-select-item{position:relative;display:flex;height:36px;align-items:center;padding:0 32px 0 10px;border-radius:5px;outline:none;font-size:14px;text-align:left;cursor:default}.ui-select-item-text{display:block;flex:1;min-width:0;text-align:left}.ui-select-item[data-highlighted]{background:var(--muted)}.ui-select-item-indicator{position:absolute;right:9px;display:flex}.ui-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#000000c7;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:fade-in .15s ease-out}.ui-dialog-content{position:fixed;top:50%;left:50%;z-index:81;width:min(760px,calc(100vw - 32px));max-height:min(820px,calc(100vh - 32px));overflow:hidden;color:var(--foreground);border:1px solid var(--border);border-radius:12px;background:var(--card);box-shadow:0 24px 80px #000000a6;transform:translate(-50%,-50%)}.ui-dialog-header{padding:24px 56px 18px 24px;border-bottom:1px solid var(--border)}.ui-dialog-title{margin:0;font-size:19px;font-weight:600;letter-spacing:-.02em}.ui-dialog-description{margin:5px 0 0;color:var(--muted-foreground);font-size:13px;line-height:1.5}.ui-dialog-close{position:absolute;top:18px;right:18px;display:grid;width:32px;height:32px;place-items:center;color:var(--muted-foreground);border:0;border-radius:7px;background:transparent}.ui-dialog-close:hover{color:var(--foreground);background:var(--muted)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.ui-alert-dialog-content{position:fixed;top:50%;left:50%;z-index:81;width:min(420px,calc(100vw - 32px));padding:24px;color:var(--foreground);border:1px solid var(--border);border-radius:12px;background:var(--card);box-shadow:0 24px 80px #000000a6;transform:translate(-50%,-50%)}.ui-alert-dialog-title{margin:0;font-size:18px;font-weight:600;letter-spacing:-.02em}.ui-alert-dialog-description{margin:8px 0 0;color:var(--muted-foreground);font-size:13px;line-height:1.6}.ui-alert-dialog-footer{display:flex;gap:8px;justify-content:flex-end;margin-top:24px}.landing{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;background:var(--background)}.setup-card{width:100%;max-width:520px}.brand-mark{display:grid;width:40px;height:40px;flex:none;place-items:center;border-radius:9px;color:var(--primary-foreground);background:var(--primary);font-size:16px;font-weight:800}.field{margin-bottom:20px}.field:last-child{margin-bottom:16px}.field-label{display:block;margin-bottom:8px;font-size:13px;font-weight:500}.field-help{margin:8px 0 0;color:var(--muted-foreground);font-size:12px;line-height:1.5}.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mode-option{display:flex;min-height:42px;align-items:center;justify-content:space-between;padding:0 12px;color:var(--muted-foreground);border:1px solid var(--border);border-radius:8px;background:var(--background);font-size:13px;text-align:left}.mode-option:hover{color:var(--foreground);background:#141417}.mode-option.active{color:var(--foreground);border-color:#71717a;background:#18181b}.mode-option.compact{justify-content:center}.english-settings{margin:0 0 20px;padding:16px;border:1px solid var(--border);border-radius:9px;background:#0b0b0e}.english-settings .field{margin-bottom:14px}.listening-volume{margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.listening-volume .field-label{margin-bottom:8px}.file-picker{display:flex;height:40px;align-items:center;gap:9px;padding:0 12px;overflow:hidden;color:var(--muted-foreground);border:1px dashed #3f3f46;border-radius:8px;font-size:13px;cursor:pointer}.file-row{display:flex;gap:8px}.file-row .file-picker{min-width:0;flex:1}.file-picker:hover{color:var(--foreground);border-color:#71717a}.file-picker input{position:absolute;width:1px;height:1px;opacity:0}.file-picker span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.volume-field{margin-bottom:0}.field-heading{display:flex;justify-content:space-between;color:var(--muted-foreground);font-size:12px}.field-heading .field-label{color:var(--foreground)}.volume-controls{display:grid;grid-template-columns:18px 1fr auto;gap:12px;align-items:center}.volume-controls>svg{color:var(--muted-foreground)}.error{margin:12px 0 0;padding:9px 10px;color:#fca5a5;border:1px solid #7f1d1d;border-radius:7px;background:#7f1d1d33;font-size:12px}.copyright{max-width:520px;padding:16px 12px 0;color:#52525b;font-size:11px;line-height:1.6;text-align:center}.schedule-trigger{margin-top:10px;color:var(--muted-foreground)}.schedule-dialog-body{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-height:min(680px,calc(100vh - 142px));padding:20px 24px 24px;overflow:auto}.schedule-dialog-body section{min-width:0}.schedule-dialog-body h2{margin:0 0 10px;color:var(--muted-foreground);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.schedule-list,.bell-list{overflow:hidden;border:1px solid var(--border);border-radius:8px}.schedule-row,.bell-row{display:grid;min-height:36px;align-items:center;padding:7px 10px;border-bottom:1px solid var(--border);font-size:12px}.schedule-row:last-child,.bell-row:last-child{border-bottom:0}.schedule-row{grid-template-columns:1fr auto;gap:12px}.schedule-row time,.bell-row time{color:#d4d4d8;font-variant-numeric:tabular-nums;white-space:nowrap}.bell-row{grid-template-columns:42px 1fr auto;gap:8px}.bell-row small{overflow:hidden;color:#71717a;text-overflow:ellipsis;white-space:nowrap}.exam{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;grid-template-rows:1fr auto 1fr;place-items:center;overflow:hidden;color:#f4f4f5;background:#000;-webkit-user-select:none;user-select:none}.exam-heading{grid-row:1;align-self:end;margin-bottom:72px;text-align:center}.exam-heading p{margin:0 0 6px;color:#71717a;font-size:26px;font-weight:500;letter-spacing:.1em}.exam-heading h1{margin:0;font-size:56px;line-height:1.25;font-weight:600;letter-spacing:-.035em}.clock{grid-row:2;position:relative;width:min(600px,calc(100vw - 40px),calc(100vh - 264px));min-width:260px;aspect-ratio:1;border:5px solid #e4e4e7;border-radius:50%;background:#050505;box-shadow:0 0 0 1px #3f3f46}.tick{position:absolute;top:3%;left:calc(50% - 1px);width:2px;height:2.5%;transform-origin:50% 1880%;background:#52525b}.tick-major{left:calc(50% - 1.5px);width:3px;height:4%;transform-origin:50% 1175%;background:#d4d4d8}.clock-number{position:absolute;color:#e4e4e7;font-family:Arial,sans-serif;font-size:clamp(18px,3.2vh,32px);text-align:center;transform:translate(-50%,-50%)}.hand{position:absolute;bottom:50%;border-radius:999px;background:#f4f4f5;transform-origin:50% 100%}.hour{left:calc(50% - 5px);width:10px;height:26%}.minute{left:calc(50% - 4px);width:8px;height:37%}.second{left:calc(50% - 1px);width:2px;height:41%;background:#ef4444}.clock-pin{position:absolute;top:50%;left:50%;width:14px;height:14px;border-radius:50%;background:#ef4444;transform:translate(-50%,-50%)}.bell-status{grid-row:3;align-self:start;min-height:32px;margin-top:72px;opacity:0;text-align:center;transition:opacity .18s}.bell-status.visible{opacity:1}.bell-status span{font-size:32px;font-weight:600}.countdown{grid-row:1 / -1;font-family:Arial,sans-serif;font-size:clamp(128px,24vh,240px);font-weight:700;animation:count .45s ease-out}@keyframes count{0%{opacity:0;transform:scale(.86)}to{opacity:1;transform:scale(1)}}.exam-controls{position:fixed;z-index:7;right:16px;bottom:16px;display:flex;gap:8px;align-items:center;padding:8px;border:1px solid var(--border);border-radius:10px;opacity:0;background:#09090bf0;transform:translateY(8px);pointer-events:none;transition:opacity .15s,transform .15s}.skip-controls{display:flex;gap:8px}.exam-controls.visible{opacity:1;transform:none;pointer-events:auto}.compact-volume{display:grid;grid-template-columns:auto 100px;gap:10px;align-items:center;padding:0 8px;color:var(--muted-foreground);font-size:12px}.paused{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5;display:grid;place-items:center;color:#a1a1aa;background:#000000d6;font-size:18px;letter-spacing:.2em}.paused-content{display:flex;flex-direction:column;gap:24px;align-items:center}.paused-content .ui-button{min-width:144px;letter-spacing:normal}.listening-resume{position:fixed;z-index:8;right:16px;bottom:76px;padding:6px;border:1px solid var(--border);border-radius:10px;background:#09090bf0;box-shadow:0 8px 30px #00000073}.wake-warning{position:fixed;bottom:16px;left:16px;z-index:6;display:flex;max-width:min(420px,calc(100vw - 32px));gap:7px;align-items:flex-start;padding:8px 10px;color:#fbbf24;border:1px solid rgba(217,119,6,.45);border-radius:8px;background:#451a03d1;font-size:11px;line-height:1.5}.wake-warning svg{flex:none;margin-top:1px}.exam-error{position:fixed;bottom:16px;left:50%;z-index:10;padding:9px 12px;color:#fca5a5;border:1px solid #7f1d1d;border-radius:7px;background:#280d0d;transform:translate(-50%);font-size:12px;white-space:nowrap}@media(max-width:560px){.landing{place-items:start center;padding:12px}.setup-card{margin-top:12px}.ui-card-header{padding:20px 18px 16px}.ui-card-content{padding:0 18px 2px}.ui-card-footer{padding:14px 18px 18px}.mode-grid{grid-template-columns:1fr}.english-settings .mode-grid{grid-template-columns:1fr 1fr}.schedule-dialog-body{grid-template-columns:1fr}.exam{grid-template-rows:1fr auto 1fr}.exam-heading{margin-bottom:40px}.bell-status{margin-top:40px}.exam-heading p{font-size:19px}.exam-heading h1{font-size:38px}.clock{width:min(calc(100vw - 24px),calc(100vh - 216px));min-width:0;border-width:4px}.exam-controls{right:8px;bottom:8px;left:8px;flex-wrap:wrap;justify-content:center}.listening-resume{right:8px;bottom:72px}.skip-controls{width:100%;justify-content:center}.compact-volume{grid-template-columns:70px;gap:2px}}@media(max-height:560px){.exam{grid-template-rows:1fr auto 1fr}.exam-heading{margin-bottom:24px}.bell-status{margin-top:24px}.exam-heading p{display:none}.exam-heading h1{font-size:18px}.clock{width:min(360px,calc(100vw - 32px),calc(100vh - 128px));min-width:0}.bell-status{padding-top:10px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
