:root{color:#26322e;font-synthesis:none;text-rendering:optimizelegibility;--ink:#26322e;--muted:#71807a;--line:#dce5e0;--paper:#fff;--mint:#5aac8c;--mint-soft:#e7f5ef;--coral:#e97d68;--coral-soft:#fff0ec;--gold:#d5a33e;--gold-soft:#fff6dc;--blue:#688fad;--blue-soft:#ecf4fa;--red:#d65c62;--red-soft:#ffedef;background:#f5f8f6;font-family:Noto Sans SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px}body{background:#f5f8f6;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}audio{max-width:100%}button{color:inherit}button:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #5aac8c59}.app-shell{flex-direction:column;min-height:100vh;display:flex}.topbar{border-bottom:1px solid var(--line);z-index:20;background:#fffffff0;align-items:center;height:74px;padding:0 clamp(20px,4vw,64px);display:flex;position:sticky;top:0}.brand{color:inherit;align-items:center;gap:11px;text-decoration:none;display:flex}.brand img{object-fit:contain;background:var(--gold-soft);border:1px solid #f0d99b;border-radius:50%;width:43px;height:43px;padding:4px}.brand span{line-height:1.15;display:grid}.brand strong{font-size:19px}.brand small{color:var(--muted);margin-top:4px;font-size:11px}.privacy-note{color:#557168;align-items:center;gap:7px;margin-left:auto;font-size:13px;display:flex}.mode-tabs{border:1px solid var(--line);background:#edf2ef;border-radius:6px;gap:2px;margin-left:22px;padding:3px;display:flex}.mode-tabs button{color:#687771;cursor:pointer;background:0 0;border:0;border-radius:4px;min-height:34px;padding:0 13px;font-size:12px}.mode-tabs button.active{background:var(--paper);color:#2e5145;font-weight:700;box-shadow:0 1px 5px #28423917}.history-toggle{border:1px solid var(--line);background:var(--paper);cursor:pointer;border-radius:6px;align-items:center;gap:7px;margin-left:auto;padding:8px 10px;display:none}.history-toggle span{background:var(--mint-soft);color:#34745e;border-radius:50%;place-items:center;min-width:20px;height:20px;font-size:11px;display:grid}.workspace{flex:1;grid-template-columns:minmax(0,1fr) 350px;gap:28px;width:min(1400px,100%);margin:0 auto;padding:34px clamp(20px,4vw,64px) 50px;display:grid}.workspace.single{width:min(1180px,100%);display:block}.primary-column{flex-direction:column;gap:20px;min-width:0;display:flex}.recorder-panel,.result-panel,.history-panel{background:var(--paper);border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 28px #2842390f}.recorder-panel{grid-template-columns:minmax(250px,.8fr) minmax(360px,1.2fr);min-height:410px;display:grid;overflow:hidden}.recorder-copy{background:#eff8f4;border-right:1px solid #d9ebe3;flex-direction:column;justify-content:center;padding:clamp(30px,4vw,54px);display:flex;position:relative}.recorder-copy:after{content:"⌁";color:#b9d8cc;font-size:80px;line-height:1;position:absolute;bottom:16px;right:28px;transform:rotate(-18deg)}.eyebrow{color:#4f8e77;text-transform:uppercase;letter-spacing:0;margin:0 0 12px;font-size:12px;font-weight:700}.recorder-copy h1{color:#24332e;letter-spacing:0;max-width:420px;margin:0;font-size:clamp(29px,3vw,42px);line-height:1.22}.recorder-copy>p:last-of-type{color:#62736d;max-width:390px;margin:20px 0 0;font-size:15px;line-height:1.8}.recording-stage{flex-direction:column;justify-content:center;align-items:center;padding:clamp(28px,3.5vw,48px);display:flex}.waveform{justify-content:center;align-items:center;gap:clamp(2px,.4vw,5px);width:100%;height:92px;display:flex;overflow:hidden}.waveform span{background:#b8ccc4;border-radius:2px;width:5px;min-height:8px;max-height:100%;transition:height 90ms,background-color .18s}.waveform.is-active span{background:var(--coral)}.time-row{grid-template-columns:auto 1fr auto;align-items:center;gap:9px;width:100%;margin-top:7px;font-size:13px;display:grid}.time-row strong{font-weight:600}.time-row time{color:var(--muted);font-variant-numeric:tabular-nums}.status-dot{background:#9aa8a3;border-radius:50%;width:8px;height:8px}.status-dot.recording{background:var(--coral);animation:1.4s ease-out infinite pulse;box-shadow:0 0 0 5px #e97d6824}.status-dot.success{background:var(--mint)}.status-dot.error{background:var(--red)}.progress-track{background:#edf1ef;border-radius:2px;width:100%;height:4px;margin-top:12px;overflow:hidden}.progress-track span{background:var(--coral);height:100%;transition:width .1s linear;display:block}.record-controls{flex-direction:column;align-items:center;gap:9px;margin-top:25px;display:flex}.record-controls>span{color:var(--muted);font-size:12px}.record-button{background:var(--coral);color:#fff;cursor:pointer;width:74px;height:74px;box-shadow:0 0 0 8px var(--coral-soft), 0 8px 20px #b44c3733;border:0;border-radius:50%;place-items:center;transition:transform .16s,background-color .16s;display:grid}.record-button:hover:not(:disabled){background:#de6c56;transform:translateY(-2px)}.record-button:active:not(:disabled){transform:translateY(1px)}.record-button.stop{background:#37433f;box-shadow:0 0 0 8px #edf1ef,0 8px 20px #26322e26}.record-button:disabled{cursor:wait;opacity:.75}.record-button svg{width:28px;height:28px}.divider{color:#9aa7a2;align-items:center;gap:10px;width:100%;margin:18px 0 13px;font-size:11px;display:flex}.divider:before,.divider:after{content:"";background:#e7ece9;flex:1;height:1px}.upload-button{border:1px solid var(--line);color:#52645e;cursor:pointer;background:#fff;border-radius:5px;align-items:center;gap:7px;height:38px;padding:0 14px;display:flex}.upload-button:hover:not(:disabled){background:#f9fcfa;border-color:#9cbfb1}.upload-button:disabled{opacity:.45;cursor:not-allowed}.processing-panel,.error-panel,.idle-strip{border:1px solid var(--line);background:var(--paper);border-radius:7px;align-items:center;gap:14px;padding:18px 22px;display:flex}.processing-panel svg{color:var(--mint)}.processing-panel div{gap:3px;display:grid}.processing-panel span{color:var(--muted);font-size:12px}.error-panel{color:#8d3439;background:#fff8f8;border-color:#efc7ca;align-items:flex-start}.error-panel svg{flex:none}.error-panel p{margin:3px 0 0;font-size:14px;line-height:1.55}.idle-strip{color:#62736d;box-shadow:none;font-size:13px}.idle-strip svg{width:18px;color:var(--mint)}.spin{animation:.9s linear infinite spin}.result-panel{padding:clamp(24px,3.5vw,40px)}.result-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.result-heading h2{color:#26322e;letter-spacing:0;max-width:650px;margin:0;font-size:clamp(22px,2.4vw,30px);line-height:1.5}.emotion-badge{border-radius:6px;justify-content:space-between;align-items:baseline;gap:9px;min-width:92px;padding:10px 12px;display:flex}.emotion-badge span{font-size:13px;font-weight:600}.emotion-badge strong{font-size:18px}.emotion-badge.mint{background:var(--mint-soft);color:#34745e}.emotion-badge.coral{background:var(--coral-soft);color:#a74c39}.emotion-badge.red{background:var(--red-soft);color:#9a3037}.emotion-badge.gold{background:var(--gold-soft);color:#8b681e}.emotion-badge.blue{background:var(--blue-soft);color:#456e8b}.result-panel>.waveform{border-top:1px solid #edf1ef;border-bottom:1px solid #edf1ef;height:78px;margin:20px 0 10px;padding:0 8px}.result-panel>.waveform span{background:#7eb39f}.feature-grid{border:1px solid var(--line);border-radius:6px;grid-template-columns:repeat(4,1fr);margin:18px 0 24px;display:grid;overflow:hidden}.feature-item{border-right:1px solid var(--line);grid-template-columns:auto 1fr;gap:5px 7px;min-width:0;padding:15px;display:grid}.feature-item:last-child{border-right:0}.feature-item svg{color:var(--mint)}.feature-item span{color:var(--muted);font-size:11px}.feature-item strong{color:#37443f;white-space:nowrap;grid-column:1/-1;font-size:14px}.advice{background:var(--gold-soft);border-left:3px solid var(--gold);gap:13px;padding:17px 18px;display:flex}.advice.urgent{background:var(--red-soft);border-color:var(--red)}.advice svg{color:#8b681e;flex:none;width:20px}.advice.urgent svg{color:var(--red)}.advice strong{font-size:13px}.advice p{color:#5f594b;margin:5px 0 0;font-size:13px;line-height:1.65}.warning{color:#9a5d24;margin:14px 0 0;font-size:12px}.model-note{color:#98a39f;text-align:right;margin:18px 0 0;font-size:10px}.history-drawer{min-width:0}.history-panel{flex-direction:column;height:calc(100vh - 142px);min-height:480px;display:flex;position:sticky;top:108px;overflow:hidden}.history-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:22px 22px 17px;display:flex}.history-header .eyebrow{margin-bottom:5px;font-size:10px}.history-header h2{letter-spacing:0;margin:0;font-size:19px}.history-header h2 span{color:var(--muted);margin-left:4px;font-size:12px;font-weight:500}.history-empty{color:var(--muted);text-align:center;margin:auto 28px}.history-empty svg{color:#aebbb6;width:28px}.history-empty p{font-size:13px;line-height:1.6}.history-list{padding:10px 13px;overflow-y:auto}.history-item{border-bottom:1px solid #edf1ef;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:9px 6px;display:grid}.history-main{text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:9px minmax(0,1fr) auto;align-items:center;gap:9px;min-width:0;padding:4px;display:grid}.history-main>span:nth-child(2){min-width:0;display:grid}.history-main strong{font-size:13px}.history-main small{color:var(--muted);margin-top:3px;font-size:10px}.history-main b{color:#6e7c77;font-size:11px}.history-dot{background:var(--mint);border-radius:2px;width:7px;height:24px}.history-dot.hungry{background:var(--coral)}.history-dot.pain{background:var(--red)}.history-dot.mating{background:var(--gold)}.history-dot.fear{background:var(--blue)}.history-actions{opacity:0;gap:2px;transition:opacity .15s;display:flex}.history-item:hover .history-actions,.history-actions:focus-within{opacity:1}.icon-button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:5px;place-items:center;width:34px;height:34px;display:grid}.icon-button.small{border:0;width:28px;height:28px}.icon-button.small svg{width:14px}.icon-button.danger{color:var(--red)}.clear-button{color:#8a9692;cursor:pointer;background:0 0;border:0;margin:auto 18px 18px;font-size:11px}.clear-button:hover{color:var(--red)}.mobile-only{display:none}.human-cat-workspace{gap:20px;min-width:0;display:grid}.human-cat-panel,.cat-audio-result{background:var(--paper);border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 28px #2842390f}.human-cat-panel{grid-template-columns:minmax(300px,.82fr) minmax(440px,1.18fr);min-height:500px;display:grid;overflow:hidden}.human-cat-copy{background:#edf6fb;border-right:1px solid #d8e7ef;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,66px);display:flex}.human-cat-copy .eyebrow{color:#527f9e}.human-cat-copy h1{letter-spacing:0;max-width:430px;margin:0;font-size:clamp(30px,3.3vw,45px);line-height:1.22}.human-cat-copy>p:last-of-type{color:#61737b;max-width:420px;margin:20px 0 0;font-size:14px;line-height:1.8}.prosody-list{flex-wrap:wrap;gap:10px;margin-top:32px;display:flex}.prosody-list span{color:#507184;align-items:center;gap:7px;font-size:12px;display:flex}.prosody-list svg{width:16px}.human-cat-controls{flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:clamp(28px,4vw,52px);display:flex}.realtime-bar{border:1px solid var(--line);background:#fafcfb;border-radius:6px;justify-content:space-between;align-items:center;width:100%;min-height:58px;padding:10px 13px;display:flex}.realtime-bar.active{background:var(--blue-soft);border-color:#aecfdf}.realtime-bar>div{align-items:center;gap:10px;display:flex}.realtime-bar>div>svg{color:var(--blue)}.realtime-bar span{display:grid}.realtime-bar strong{font-size:13px}.realtime-bar small{color:var(--muted);margin-top:3px;font-size:10px}.toggle{cursor:pointer;background:#aeb9b5;border:0;border-radius:12px;width:43px;height:24px;padding:3px;transition:background .16s}.toggle span{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .16s;display:block;box-shadow:0 1px 4px #0003}.toggle[aria-checked=true]{background:var(--blue)}.toggle[aria-checked=true] span{transform:translate(19px)}.toggle:disabled{opacity:.45;cursor:not-allowed}.human-cat-controls>.waveform{height:84px;margin-top:20px}.human-actions{grid-template-columns:auto auto;align-items:center;gap:17px;margin-top:24px;display:grid}.human-actions .upload-button{height:44px}.human-actions .upload-button svg{width:18px}.format-note{color:#8b9893;text-align:center;margin:18px 0 0;font-size:10px;line-height:1.5}.conversion-progress{grid-template-columns:auto 1fr auto;display:grid}.conversion-progress b{color:var(--mint);font-variant-numeric:tabular-nums;font-size:16px}.cat-audio-result{padding:clamp(25px,4vw,42px)}.cat-audio-result .result-heading h2{margin-top:4px}.ready-mark{background:var(--mint-soft);color:#34745e;white-space:nowrap;border-radius:5px;align-items:center;gap:6px;height:34px;padding:0 11px;font-size:11px;font-weight:700;display:flex}.ready-mark svg{width:15px}.cat-audio-result audio{width:100%;height:46px;margin:24px 0 20px}.voice-metrics{border:1px solid var(--line);border-radius:6px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.voice-metrics span{border-right:1px solid var(--line);gap:5px;min-width:0;padding:15px 16px;display:grid}.voice-metrics span:last-child{border-right:0}.voice-metrics small{color:var(--muted);font-size:10px}.voice-metrics strong{white-space:nowrap;font-size:14px}.download-button{background:var(--mint-soft);color:#2e7159;border:1px solid #9ac6b5;border-radius:5px;align-items:center;gap:8px;width:max-content;min-height:40px;margin-top:20px;padding:0 15px;font-size:12px;font-weight:700;text-decoration:none;display:flex}.download-button svg{width:17px}footer{color:#8d9995;border-top:1px solid var(--line);justify-content:space-between;padding:16px clamp(20px,4vw,64px);font-size:10px;display:flex}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{60%,to{box-shadow:0 0 0 10px #e97d6800}}@media (width<=1040px){.workspace{grid-template-columns:minmax(0,1fr)}.history-toggle{display:flex}.privacy-note{display:none}.mode-tabs{margin-left:auto}.history-drawer{z-index:30;background:#1824206b;justify-content:flex-end;padding:14px 0 14px 14px;display:none;position:fixed;inset:0}.history-drawer.open{display:flex}.history-panel{border-radius:8px 0 0 8px;width:min(390px,94vw);height:100%;min-height:0;top:auto}.mobile-only{display:grid}}@media (width<=720px){.topbar{height:66px;padding:0 16px}.brand img{width:38px;height:38px}.brand strong{font-size:17px}.brand small{display:none}.mode-tabs{margin-left:auto}.mode-tabs button{min-height:32px;padding:0 9px;font-size:11px}.history-toggle{margin-left:7px;padding:7px 9px;font-size:12px}.workspace{gap:16px;padding:18px 12px 34px}.recorder-panel{min-height:0;display:block}.recorder-copy{border-bottom:1px solid #d9ebe3;border-right:0;min-height:190px;padding:27px 24px}.recorder-copy:after{font-size:58px}.recorder-copy h1{max-width:290px;font-size:27px}.recorder-copy>p:last-of-type{margin-top:12px;font-size:13px;line-height:1.65}.recording-stage{padding:24px 20px 26px}.recording-stage>.waveform{height:66px}.record-button{width:68px;height:68px}.result-panel{padding:22px 18px}.result-heading{gap:15px;display:grid}.result-heading h2{font-size:21px}.emotion-badge{width:max-content}.feature-grid{grid-template-columns:1fr 1fr}.feature-item:nth-child(2){border-right:0}.feature-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.model-note{text-align:left;line-height:1.5}footer{padding:14px 16px}.workspace.single{padding-top:18px}.human-cat-panel{min-height:0;display:block}.human-cat-copy{border-bottom:1px solid #d8e7ef;border-right:0;min-height:245px;padding:30px 24px}.human-cat-copy h1{font-size:28px}.prosody-list{margin-top:22px}.human-cat-controls{padding:22px 18px 28px}.human-cat-controls>.waveform{height:62px}.human-actions{gap:12px}.voice-metrics{grid-template-columns:1fr 1fr}.voice-metrics span:nth-child(2){border-right:0}.voice-metrics span:nth-child(-n+2){border-bottom:1px solid var(--line)}.cat-audio-result .result-heading{display:flex}}@media (width<=430px){.brand img{width:34px;height:34px}.brand strong{font-size:15px}.mode-tabs button{padding:0 7px;font-size:10px}.history-toggle{justify-content:center;width:34px;padding:0}.history-toggle>:not(svg){display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
