*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F9FAFB;--surface: #FFFFFF;--border: #E5E7EB;--text: #111827;--muted: #6B7280;--blue: #3B82F6;--red: #EF4444}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}.app{max-width:680px;margin:0 auto;padding:24px 16px 64px}.app--wide{max-width:1100px}@media (max-width: 400px){.app{padding:16px 12px 48px}}.app-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.app-header h1{font-size:.78rem;font-weight:500;color:var(--muted);letter-spacing:.04em;text-transform:uppercase}.btn-change-target{font-size:.78rem;color:var(--muted);letter-spacing:.01em}.app-main{display:flex;flex-direction:column;gap:28px}.loading-panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:32px;text-align:center}.loading-panel p{margin-bottom:16px;color:var(--muted)}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:8px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .15s}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-record{background:var(--blue);color:#fff;width:100%;max-width:200px;height:49px;padding:0 24px;border-radius:12px;font-size:1.1rem;font-weight:700;letter-spacing:.02em;text-align:center;display:flex;align-items:center;justify-content:center}.btn-record:hover:not(:disabled){opacity:.88}.btn-stop{background:var(--red);color:#fff}.btn-stop:hover{opacity:.88}.btn-try-again{background:var(--blue);color:#fff}.btn-try-again:hover{opacity:.88}.btn-retry{background:var(--surface);color:var(--text);border:1px solid var(--border);margin-top:8px}.btn-retry:hover{background:var(--bg)}.recorder-status{color:var(--muted);font-size:.95rem;padding:8px 0}.recorder-recording{display:inline-flex;align-items:center;gap:12px}.recording-dot{width:10px;height:10px;border-radius:50%;background:var(--red);animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.recording-label{font-size:.95rem;color:var(--muted);min-width:110px}.error-msg{margin-top:14px;color:var(--red);font-size:.9rem}.session-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:28px}.session-step{display:flex;align-items:center;gap:6px;opacity:.35;transition:opacity .2s}.session-step--active{opacity:1}.session-step-dot{width:10px;height:10px;border-radius:50%;background:var(--muted);flex-shrink:0}.session-step--active .session-step-dot{background:var(--blue)}.session-step-label{font-size:.8rem;font-weight:500;color:var(--muted);white-space:nowrap}.session-step--active .session-step-label{color:var(--text)}.session-step-line{width:32px;height:1px;background:var(--border);margin:0 4px}.session-step-line--done{background:var(--blue)}.phase-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:20px}.phase-header{display:flex;gap:16px;align-items:flex-start}.step-badge{width:32px;height:32px;border-radius:50%;background:var(--blue);color:#fff;font-size:.9rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-badge--green{background:#10b981}.phase-title{font-size:1.1rem;font-weight:700;margin-bottom:4px}.phase-subtitle{font-size:.82rem;color:var(--muted);line-height:1.5}.anchor-sentence-box{background:#f7fafe;border-left:4px solid var(--blue);border-top:1px solid #ebf1fd;border-right:1px solid #ebf1fd;border-bottom:1px solid #ebf1fd;border-radius:0 8px 8px 0;padding:16px 20px}.anchor-sentence{font-size:1.1rem;font-style:normal;line-height:1.7;color:var(--text)}.phase-header{align-items:flex-start}.phase-header-text{flex:1}.phase-header-actions{display:flex;gap:8px;flex-shrink:0;align-items:center}.btn-header-action{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--blue);color:#fff;border:1px solid var(--blue);border-radius:8px;padding:7px 14px;font-size:.85rem;font-weight:500;cursor:pointer;transition:opacity .15s}.btn-header-action:not(.btn-header-action--outline){width:172px}@media (max-width: 640px){.phase-header{flex-wrap:wrap}.phase-header-text{min-width:0}.phase-header-actions{flex:1 1 100%;flex-wrap:wrap;margin-top:4px}.btn-header-action:not(.btn-header-action--outline){width:auto;flex:1 1 auto}.btn-header-action--outline{flex:1 1 auto}}.btn-header-action:hover{opacity:.85}.btn-header-action--outline{background:transparent;color:var(--blue)}.btn-header-action--outline:hover,.btn-header-action--active{background:var(--blue);color:#fff;opacity:1}.btn-header-action--green{background:#10b981;border-color:#10b981}.btn-header-action--outline.btn-header-action--green{background:transparent;color:#10b981}.btn-header-action--outline.btn-header-action--green:hover{background:#10b981;color:#fff}.anchor-tips{display:flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:8px;overflow:hidden}.anchor-tips-label{display:flex;align-items:center;gap:4px;padding:12px 14px;font-size:.8rem;font-weight:600;color:#556bfa;border-right:1px solid var(--border);white-space:nowrap;flex-shrink:0}.anchor-tip{flex:1 1 auto;display:flex;align-items:center;gap:6px;padding:10px;border-right:1px solid var(--border)}.anchor-tip:last-child{border-right:none}@media (max-width: 640px){.anchor-tips{flex-direction:column}.anchor-tips-label,.anchor-tip{width:100%;box-sizing:border-box;border-right:none;border-bottom:1px solid var(--border)}.anchor-tip:last-child{border-bottom:none}}.anchor-tip>div{display:flex;flex-direction:column;gap:2px}.anchor-tip-icon{color:var(--muted);flex-shrink:0}.anchor-tip-title{font-size:.85rem;font-weight:600;color:var(--text);white-space:nowrap}.anchor-tip-sub{font-size:.75rem;color:var(--muted)}.anchor-tip-num{width:20px;height:20px;border-radius:50%;background:#eff6ff;color:var(--blue);font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.anchor-tip-num--green{background:#ecfdf5;color:#10b981}.rep-check-panel{display:flex;border:1px solid var(--border);border-radius:8px;overflow:hidden}.rep-check-preview{flex:0 0 220px;border-left:4px solid;border-right:1px solid var(--border);padding:20px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.rep-check-preview--blue{background:#f7fafe;border-left-color:var(--blue)}.rep-check-preview--green{background:#f2fbf7;border-left-color:#10b981}.rep-check-preview--left{align-items:flex-start;text-align:left;justify-content:center}@media (max-width: 640px){.rep-check-panel{flex-direction:column}.rep-check-preview{flex:0 0 auto;width:100%;box-sizing:border-box;border-left:none;border-right:none;border-top:4px solid;border-bottom:1px solid var(--border)}}.rep-check-preview-heading{font-size:1.15rem;font-weight:700;color:var(--text);line-height:1.35}.rep-check-duration-badge--pinned{margin-top:10px}.rep-check-preview--blue .rep-check-preview-icon{color:var(--blue)}.rep-check-preview--green .rep-check-preview-icon{color:#10b981}.rep-check-duration-badge{font-size:.72rem;font-weight:600;color:#c2410c;background:#ffedd5;border-radius:999px;padding:3px 10px;margin-top:4px}.rep-check-preview-title{font-size:.88rem;font-weight:600;color:var(--text);line-height:1.5;margin-top:4px}.rep-check-preview-sub{font-size:.78rem;color:var(--muted)}.rep-check-reps{flex:1;display:flex;flex-direction:column}.rep-check-rep{display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid var(--border)}.rep-check-rep:last-child{border-bottom:none}.rep-check-rep-num{width:20px;height:20px;border-radius:50%;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rep-check-rep-num--blue{background:#eff6ff;color:var(--blue)}.rep-check-rep-num--green{background:#ecfdf5;color:#10b981}.rep-check-rep-word{flex:1;font-size:1rem;font-weight:700;color:var(--text)}.rep-check-rep--active{background:#fffbeb}.rep-check-syllable--pending{color:var(--text)}.rep-check-syllable--done{color:var(--muted)}.rep-check-syllable--active{color:#c2410c;background:#ffedd5;border-radius:4px;padding:0 3px}.rep-check-countdown{font-size:1.3rem;animation:pulse 1s infinite}.rep-check-rep-dur{font-size:.78rem;color:var(--muted)}.rep-check-footnote{font-size:.76rem;color:var(--muted);line-height:1.5}.anchor-record-area{display:flex;flex-direction:column;align-items:center;gap:10px}.anchor-record-hint{font-size:.82rem;color:var(--muted);text-align:center}.gauge-track{top:20px}.gauge-track{position:absolute;left:0;right:0;height:8px;background:var(--border);border-radius:99px;overflow:hidden}.gauge-zone{position:absolute;top:0;bottom:0;background:#10b98138}.gauge-center-line{position:absolute;top:0;bottom:0;width:2px;background:#10b981b3;transform:translate(-50%)}.gauge-marker{position:absolute;top:13px;width:16px;height:16px;border-radius:50%;border:3px solid white;box-shadow:0 1px 4px #0003;transform:translate(-50%);transition:left .4s ease,background .4s ease;z-index:3}.results-phase{display:flex;flex-direction:column;gap:20px}.results-actions{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.history-title{font-size:.95rem;font-weight:600;margin-bottom:-4px}.history-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.history-table{width:100%;border-collapse:collapse;font-size:.82rem;min-width:380px}.history-th{padding:6px 10px;text-align:center;font-weight:600;color:var(--muted);border-bottom:1px solid var(--border);white-space:nowrap;vertical-align:bottom}.history-th-metric{text-align:left;min-width:120px}.history-th-anchor{color:var(--muted);font-weight:500}.history-th-attempt{min-width:64px}.history-time{font-size:.7rem;font-weight:400;color:var(--muted)}.history-play-btn{display:flex;align-items:center;justify-content:center;width:26px;height:20px;margin:4px auto 0;background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:0;font-size:.72rem;line-height:1;cursor:pointer;color:var(--muted)}.history-play-btn:hover{background:#eff6ff;color:var(--blue)}.history-play-btn--lit{background:#eff6ff;color:var(--blue);border-color:#bfdbfe}.history-row:hover{background:var(--bg)}.history-td{padding:7px 10px;border-bottom:1px solid var(--border);font-variant-numeric:tabular-nums;text-align:center;transition:color .2s}.history-td-metric{text-align:left}.history-td-anchor{color:var(--muted)}.history-td-latest{font-weight:700}.history-metric-label{display:block;font-weight:600;color:var(--text)}.history-note{font-size:.75rem;color:var(--muted);margin-top:4px}.btn-link{background:none;border:none;color:var(--muted);font-size:.8rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.btn-link:hover{color:var(--text)}.history-metric-name-row{display:flex;align-items:center;gap:5px}.info-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;border:1.5px solid var(--muted);background:none;color:var(--muted);font-size:.65rem;font-weight:700;font-style:italic;cursor:default;flex-shrink:0;line-height:1;padding:0;transition:border-color .12s,color .12s}.info-btn:hover{border-color:var(--blue);color:var(--blue)}.info-btn:after{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px}.info-tooltip{position:fixed;transform:translateY(-100%);z-index:1000;width:240px;max-width:calc(100vw - 16px);background:#1f2937;color:#f9fafb;font-size:.8rem;line-height:1.55;padding:10px 12px;border-radius:8px;pointer-events:none}.info-tooltip-arrow{position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:10px;height:5px;background:#1f2937;clip-path:polygon(0 0,100% 0,50% 100%)}.coaching-tip-card{background:#fffbf0;border:1px solid #F5D58A;border-radius:10px;padding:18px 20px;display:flex;flex-direction:column;gap:8px}.coaching-tip-badge{display:inline-block;background:#f59e0b;color:#fff;font-size:.72rem;font-weight:700;border-radius:99px;padding:2px 10px;letter-spacing:.02em;align-self:flex-start}.coaching-tip-card--green{background:#f0fbf5;border-color:#a7e3c1}.coaching-tip-badge--green{background:#10b981}.coaching-tip-headline{font-size:1.1rem;font-weight:700;line-height:1.4;color:var(--text)}.coaching-tip-subtext{font-size:.85rem;color:var(--muted);line-height:1.6}.duration-notice{border-radius:10px;padding:18px 20px;display:flex;flex-direction:column;gap:8px}.duration-notice-badge{display:inline-block;color:#fff;font-size:.72rem;font-weight:700;border-radius:99px;padding:2px 10px;letter-spacing:.02em;align-self:flex-start}.duration-notice-text{font-size:.9rem;line-height:1.6;color:var(--text)}.duration-notice--retry{background:#fef2f2;border:1px solid #FCA5A5}.duration-notice--retry .duration-notice-badge{background:var(--red)}.duration-notice--reference{background:#fffbf0;border:1px solid #F5D58A}.duration-notice--reference .duration-notice-badge{background:#f59e0b}.pmc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width: 640px){.pmc-grid{grid-template-columns:1fr}}.pmc-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:6px}.pmc-labels{display:flex;flex-direction:column;gap:1px}.pmc-ja-label{font-size:.95rem;font-weight:700;color:var(--text)}.pmc-subtitle-inline{font-size:.7rem;font-weight:400;color:var(--muted)}.pmc-value-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pmc-value{font-size:1.55rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text);line-height:1.1}.pmc-badge{font-size:.7rem;font-weight:700;border-radius:99px;padding:2px 8px;white-space:nowrap;flex-shrink:0}.pmc-badge--green{background:#eef8f2;color:#79bb97}.pmc-badge--orange{background:#fef7ed;color:#ecaa5b}.pmc-badge--red{background:#fef1f2;color:#e28484}.pmc-badge--gray{background:var(--bg);color:var(--muted)}.pmc-desc{font-size:.75rem;color:var(--muted);line-height:1.5;flex:1}.pmc-track-wrap{position:relative;height:36px;margin-top:2px}.pmc-track-wrap .gauge-track{top:14px}.pmc-track-wrap .gauge-marker{top:10px}.pmc-range-text{font-size:.7rem;color:var(--muted);text-align:center;margin-top:-2px}.pmc-axis{display:flex;justify-content:space-between;font-size:.67rem;color:var(--muted)}.next-steps-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:18px 20px;display:flex;flex-direction:column;gap:12px}.next-steps-title{font-size:.95rem;font-weight:700;color:var(--text)}.next-steps-list{list-style:none;display:flex;flex-direction:column;gap:10px}.next-step-item{display:flex;align-items:flex-start;gap:12px}.next-step-num{width:24px;height:24px;border-radius:50%;background:var(--blue);color:#fff;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.next-step-body{display:flex;flex-direction:column;gap:2px}.next-step-action{font-size:.9rem;font-weight:700;color:var(--text)}.next-step-sub{font-size:.78rem;color:var(--muted);line-height:1.5}.target-setup{display:flex;flex-direction:column;gap:24px}.target-setup-intro h2{font-size:1.2rem;font-weight:700;margin-bottom:8px}.target-setup-intro p{font-size:.9rem;color:var(--muted);line-height:1.6;max-width:520px;margin:0 auto}.target-setup-progress{margin-top:10px;font-size:.82rem;color:var(--blue)}.sample-filter{display:flex;border-bottom:2px solid var(--border);margin-bottom:16px}.sample-filter-btn{padding:8px 18px;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;background:transparent;color:var(--muted);font-size:.88rem;font-weight:500;cursor:pointer;transition:color .12s,border-color .12s}.sample-filter-btn:hover{color:var(--text)}.sample-filter-btn--active{color:var(--blue);border-bottom-color:var(--blue);font-weight:600}.sample-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:20px}@media (max-width: 640px){.sample-list{grid-template-columns:1fr 1fr}}@media (max-width: 400px){.sample-list{grid-template-columns:1fr}}.sample-row{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:8px}.sample-row-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.sample-label{font-size:.9rem;font-weight:600;color:var(--text)}.sample-row-meta{display:flex;align-items:center;gap:10px;font-size:.82rem;color:var(--muted)}.sample-basef0{display:grid;grid-template-columns:max-content max-content;column-gap:6px;row-gap:2px;font-size:.82rem;color:var(--muted)}.sample-basef0 strong{color:var(--text);font-variant-numeric:tabular-nums}.gender-badge{font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:99px;letter-spacing:.02em;white-space:nowrap}.gender-badge--male{background:#eff6ff;color:#2563eb}.gender-badge--female{background:#fdf4ff;color:#9333ea}.btn-sample-play{width:100%;padding:8px;border-radius:6px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.88rem;font-weight:500;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.btn-sample-play--inline{width:68px;height:34px;padding:0;display:flex;align-items:center;justify-content:center}.btn-sample-play:hover{background:#eff6ff;color:var(--blue);border-color:#bfdbfe}.btn-sample-play--active{background:#fef2f2;color:var(--red);border-color:#fecaca}.btn-sample-play--active:hover{background:#fee2e2}.sample-analyzing{font-size:.82rem;color:var(--muted);font-style:italic}.sample-error{font-size:.82rem;color:var(--red)}.btn-select{background:var(--blue);color:#fff;padding:8px 16px;justify-content:center;font-size:.9rem}.btn-select:hover:not(:disabled){opacity:.88}.btn-select:disabled{opacity:.35;cursor:not-allowed}.playback-bar{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--bg);border:1px solid var(--border);border-radius:8px}.btn-play-attempt{padding:6px 16px;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.88rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .12s,color .12s}.btn-play-attempt:hover{background:#eff6ff;color:var(--blue);border-color:#bfdbfe}.btn-play-attempt--playing{background:#fef2f2;color:var(--red);border-color:#fecaca}.btn-play-attempt--playing:hover{background:#fee2e2}.playback-label{font-size:.82rem;color:var(--muted)}.level-select{display:flex;flex-direction:column;gap:20px}.level-select-intro{display:flex;flex-direction:column;gap:6px}.level-select-intro .phase-title{font-size:1.3rem}.level-select-intro .phase-subtitle{font-size:.88rem}.level-card-list{display:grid;grid-template-columns:repeat(var(--level-card-count, 3),1fr);gap:16px}@media (max-width: 720px){.level-card-list{grid-template-columns:1fr}}.level-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:14px}.level-card-top{display:flex;align-items:center;justify-content:space-between}.level-card-number{width:32px;height:32px;border-radius:50%;color:#fff;font-size:.95rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.level-card-number--blue{background:var(--blue)}.level-card-number--green{background:#10b981}.level-card-number--purple{background:#8b5cf6}.level-card-badge{font-size:.72rem;font-weight:600;color:#c2410c;background:#ffedd5;border-radius:999px;padding:3px 10px}.level-card-title{font-size:1.15rem;font-weight:700}.level-card-subtitle{font-size:.85rem;color:var(--muted);margin-top:-8px}.level-card-preview{display:flex;align-items:center;gap:12px;padding:14px;border-radius:8px;border-left:3px solid;background:var(--bg);height:110px;overflow:hidden}.level-card-preview--blue{border-left-color:var(--blue);background:#eff6ff}.level-card-preview--green{border-left-color:#10b981;background:#ecfdf5}.level-card-preview--purple{border-left-color:#8b5cf6;background:#f5f3ff}.level-card-preview-icon{flex-shrink:0;color:var(--muted)}.level-card-preview--blue .level-card-preview-icon{color:var(--blue)}.level-card-preview--green .level-card-preview-icon{color:#10b981}.level-card-preview--purple .level-card-preview-icon{color:#8b5cf6}.level-card-preview-text{display:flex;flex-direction:column;gap:2px}.level-card-preview-title{font-size:.95rem;font-weight:700;color:var(--text)}.level-card-preview-desc{font-size:.8rem;color:var(--muted);line-height:1.4}.level-card-tags-label{font-size:.78rem;font-weight:600;color:var(--muted)}.level-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:-6px}.level-card-tag{font-size:.76rem;font-weight:600;border-radius:999px;padding:4px 10px}.level-card-tag--blue{background:#eff6ff;color:#2563eb}.level-card-tag--green{background:#ecfdf5;color:#059669}.level-card-tag--purple{background:#f5f3ff;color:#7c3aed}.level-card-tip{display:flex;align-items:flex-start;gap:8px;background:var(--bg);border-radius:8px;padding:10px 12px}.level-card-tip-badge{font-size:.72rem;font-weight:700;color:var(--muted);border:1px solid var(--border);border-radius:4px;padding:1px 6px;flex-shrink:0}.level-card-tip-text{font-size:.8rem;color:var(--muted);line-height:1.5}.btn-level-start{width:100%;padding:13px 24px;border:none;border-radius:10px;color:#fff;font-size:.98rem;font-weight:700;cursor:pointer;text-align:center;transition:opacity .15s}.btn-level-start:hover{opacity:.9}.btn-level-start--blue{background:var(--blue)}.btn-level-start--green{background:#10b981}.btn-level-start--purple{background:#8b5cf6}.level-select-footnote{font-size:.78rem;color:var(--muted);line-height:1.6;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px 16px}
