*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f5f5f5;--surface:#fff;--border:#d4d4d4;--accent:#555;--text:#1a1a1a;--text-dim:#888;--success:#4a4a4a;--warning:#666;--ok:#2e7d32;--error:#c62828;--playing:#1565c0;--radius:6px;--font:"Noto Sans SC", "Hiragino Maru Gothic Pro", "PingFang SC", "Microsoft YaHei", sans-serif;--mono:"SFMono-Regular", "Consolas", "Liberation Mono", "Menlo", monospace}@media (prefers-color-scheme:dark){:root{--bg:#111;--surface:#1a1a1a;--border:#333;--text:#ccc;--text-dim:#777;--success:#aaa;--warning:#999;--ok:#81c784;--error:#ef5350;--playing:#64b5f6}}html{font-size:16px}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6}#app{max-width:640px;margin:0 auto;padding:2rem 1rem}header{text-align:center;margin-bottom:1.5rem}header h1{letter-spacing:.06em;font-size:1.75rem;font-weight:700}.subtitle{color:var(--text-dim);margin-top:.25rem;font-size:.85rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem;padding:1rem}.input-wrapper{position:relative}.input-wrapper textarea,.input-wrapper .highlight-layer{font-family:var(--font);border:1px solid var(--border);border-radius:5px;width:100%;min-height:6.4rem;padding:.65rem;font-size:1rem;line-height:1.6}.input-wrapper textarea{z-index:1;color:var(--text);resize:vertical;background:0 0;transition:border-color .15s;position:relative}.input-wrapper textarea:focus{border-color:var(--text-dim);outline:none}.input-wrapper .highlight-layer{z-index:0;pointer-events:none;white-space:pre-wrap;color:#0000;border-color:#0000;position:absolute;top:0;left:0;overflow:hidden}.highlight-layer .unsupported{background:#ff3c3c59;border-radius:2px}@media (prefers-color-scheme:dark){.highlight-layer .unsupported{background:#ff646480}}.options{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.6rem;display:flex}.checkbox-label{color:var(--text-dim);cursor:pointer;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.checkbox-label input[type=checkbox]{accent-color:var(--accent);width:.9rem;height:.9rem}.preview-box{font-family:var(--mono);background:var(--bg);border:1px solid var(--border);word-break:break-all;min-height:2.2rem;color:var(--text);border-radius:5px;padding:.65rem .75rem;font-size:1.1rem;line-height:1.7}.controls-panel{grid-template-columns:1fr 1fr;grid-template-areas:"main sliders""buttons buttons";align-items:start;gap:1.25rem;display:grid}.controls-main{flex-direction:column;grid-area:main;gap:.75rem;display:flex}.controls-sliders{flex-direction:column;grid-area:sliders;gap:.75rem;display:flex}.control-group{flex-direction:column;gap:.3rem;display:flex}.action-group{flex-direction:row;grid-area:buttons;gap:.5rem;display:flex}.action-group .btn{border:1px solid var(--border);font-family:var(--font);cursor:pointer;background:var(--surface);color:var(--text);border-radius:5px;flex:1;padding:.55rem 1rem;font-size:.9rem;font-weight:500;transition:background .15s}.action-group .btn:disabled{opacity:.3;cursor:not-allowed}.action-group .btn.primary{background:var(--text);color:var(--bg);border-color:var(--text)}.action-group .btn.primary:not(:disabled):hover{opacity:.8}.action-group .btn.secondary:not(:disabled):hover{background:var(--bg)}.control-group label{color:var(--text-dim);font-size:.8rem}.control-label-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.reset-btn{border:1px solid var(--border);color:var(--text-dim);font-size:.75rem;font-family:var(--font);cursor:pointer;background:0 0;border-radius:4px;padding:.15rem .55rem;transition:background .15s,color .15s}.reset-btn:not(:disabled):hover{background:var(--bg);color:var(--text)}.reset-btn:disabled{opacity:.4;cursor:default}select,input[type=range]{width:100%}select{background:var(--bg);color:var(--text);border:1px solid var(--border);font-family:var(--font);cursor:pointer;border-radius:5px;padding:.4rem;font-size:.85rem}select:focus{border-color:var(--text-dim);outline:none}input[type=range]{accent-color:var(--accent);touch-action:manipulation;appearance:none;cursor:pointer;background:0 0;height:5px}input[type=range]::-webkit-slider-runnable-track{background:var(--border);border-radius:3px;height:5px}input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--text);border:2px solid var(--surface);border-radius:50%;width:22px;height:22px;margin-top:-8.5px;box-shadow:0 1px 2px #00000040}input[type=range]::-moz-range-track{background:var(--border);border-radius:3px;height:5px}input[type=range]::-moz-range-thumb{border:2px solid var(--surface);background:var(--text);cursor:pointer;border-radius:50%;width:22px;height:22px}.loading-overlay{z-index:100;background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:fixed;inset:0}.loading-overlay.hidden{display:none}.loading-overlay p{color:var(--text-dim);font-size:.9rem}.spinner{border:4px solid var(--border);border-top-color:var(--text);border-radius:50%;width:40px;height:40px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.status-badge{text-align:center;background:var(--bg);color:var(--text-dim);font-size:.8rem;font-weight:500;font-family:var(--mono);border:1px solid var(--border);border-radius:4px;padding:.25rem .5rem;display:inline-block}.status-badge.loading:before{content:"";vertical-align:-.1em;border:2px solid var(--border);border-top-color:var(--text-dim);border-radius:50%;width:.75em;height:.75em;margin-right:.4em;animation:.9s linear infinite spin;display:inline-block}.status-badge.ready{color:var(--ok);border-color:var(--ok)}.status-badge.playing{color:var(--playing);border-color:var(--playing)}.status-badge.error{color:var(--error);border-color:var(--error)}.gen-time{color:var(--text-dim);font-size:.75rem;font-family:var(--mono);font-size:.75rem;font-family:var(--mono)}.card h2{color:var(--text-dim);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.info-section ol{color:var(--text-dim);padding-left:1.1rem;font-size:.85rem}.info-section li{margin-bottom:.3rem}.unsupported-hint{color:var(--text-dim);background:#ff3c3c26;border:1px solid #ff3c3c4d;border-radius:4px;align-items:center;gap:.5rem;margin-top:.35rem;padding:.35rem .65rem;font-size:.75rem;display:flex}.unsupported-hint[hidden]{display:none}.strip-btn{font:inherit;border:1px solid var(--border);background:var(--surface);color:var(--text-dim);cursor:pointer;white-space:nowrap;border-radius:3px;margin-left:auto;padding:.15rem .45rem;font-size:.7rem;transition:background .15s,color .15s}.strip-btn:hover{background:var(--bg);color:var(--text)}@media (prefers-color-scheme:dark){.unsupported-hint{background:#ff646433;border-color:#ff646466}}@media (width<=480px){.controls-panel{grid-template-columns:1fr;grid-template-areas:"main""sliders""buttons"}.action-group{flex-direction:column}.subtitle{text-align:left}header h1{text-align:left;font-size:1.4rem}}
