:root{color:#172033;background:#f3f7f4;font-family:Gill Sans,Trebuchet MS,Noto Sans SC,sans-serif;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.app-shell{min-height:100vh;background:radial-gradient(circle at 5% 5%,rgba(120,190,142,.22),transparent 30%),linear-gradient(135deg,#f7fbf6,#ecf2ef 45%,#f8f5ed);color:#172033}.topbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:14px clamp(16px,4vw,42px);border-bottom:1px solid rgba(32,50,43,.1);background:#f7fbf6e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand,.auth-brand{display:flex;align-items:center;gap:12px}.brand img,.auth-brand img{width:44px;height:44px;border:1px solid rgba(23,32,51,.08);border-radius:8px;object-fit:contain;background:#fff}.brand strong,.auth-brand strong{display:block;font-size:18px;letter-spacing:0}.brand span,.auth-brand span,.muted{color:#617066;font-size:14px}.account{position:relative}.avatar-button{width:42px;height:42px;border:1px solid rgba(23,32,51,.14);border-radius:50%;background:#172033;color:#fff;font-weight:700}.account-menu{position:absolute;top:52px;right:0;width:142px;padding:8px;border:1px solid rgba(23,32,51,.1);border-radius:8px;background:#fff;box-shadow:0 18px 40px #17203324}.account-menu button{width:100%;padding:10px 12px;border:0;border-radius:6px;background:transparent;color:#172033;text-align:left}.account-menu button:hover{background:#eef5ef}.tool-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(18px,3vw,36px);width:min(1180px,calc(100% - 32px));margin:0 auto;padding:clamp(22px,6vw,64px) 0}.parser-panel,.result-panel,.auth-panel{border:1px solid rgba(23,32,51,.1);border-radius:8px;background:#ffffffd1;box-shadow:0 22px 70px #213b301f}.parser-panel{align-self:start;padding:clamp(20px,4vw,34px)}.panel-kicker{width:fit-content;padding:7px 10px;border:1px solid rgba(56,125,83,.2);border-radius:999px;color:#2a7b4f;background:#eff8f1;font-size:13px;font-weight:700}h1,h2,h3,p{margin-top:0}.parser-panel h1{margin:16px 0 18px;font-size:clamp(28px,5vw,46px);line-height:1.08}textarea,input{width:100%;border:1px solid rgba(23,32,51,.14);border-radius:8px;background:#fbfdfb;color:#172033;outline:none}textarea{min-height:158px;resize:vertical;padding:16px;line-height:1.6}input{height:46px;padding:0 13px}textarea:focus,input:focus{border-color:#2f8d5a;box-shadow:0 0 0 4px #2f8d5a21}.action-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.primary-button,.secondary-button{min-height:46px;padding:0 18px;border-radius:8px;font-weight:700;text-decoration:none}.primary-button{border:1px solid #172033;background:#172033;color:#fff}.primary-button:disabled{cursor:wait;opacity:.65}.secondary-button{border:1px solid rgba(23,32,51,.16);background:#fff;color:#172033}.result-panel{min-height:520px;padding:clamp(18px,3vw,28px)}.empty-state{display:grid;min-height:460px;place-content:center;text-align:center}.empty-state span{font-size:28px;font-weight:800}.empty-state p,.copy-text{color:#617066;line-height:1.7}.meta-line{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.meta-line span{padding:6px 9px;border-radius:999px;background:#edf4ef;color:#2a6b4a;font-size:13px;font-weight:700}.result-card h2{font-size:clamp(22px,3vw,34px)}.media-section{margin-top:22px;padding-top:18px;border-top:1px solid rgba(23,32,51,.1)}.media-section h3{margin-bottom:12px}video,audio{width:100%}video{max-height:520px;border-radius:8px;background:#0b1220}.youtube-frame{display:block;width:100%;aspect-ratio:16 / 9;border:0;border-radius:8px;background:#0b1220}.download-link,.audio-row a{display:inline-flex;align-items:center;min-height:38px;margin-top:10px;padding:0 12px;border:1px solid rgba(47,141,90,.24);border-radius:8px;color:#1d6843;background:#eff8f1;font-weight:700;text-decoration:none}.image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.image-grid img{width:100%;aspect-ratio:1 / 1;border-radius:8px;object-fit:cover;background:#e9eee9}.cover-grid img{aspect-ratio:16 / 10}.audio-row{display:grid;gap:8px}.drawer-backdrop{position:fixed;inset:0;z-index:8;background:#0f172a57}.history-drawer{position:fixed;top:0;right:0;z-index:9;width:min(420px,100vw);height:100vh;padding:20px;overflow:auto;border-left:1px solid rgba(23,32,51,.1);background:#fbfdfb;box-shadow:-24px 0 60px #1720332e;transform:translate(105%);transition:transform .18s ease}.history-drawer.open{transform:translate(0)}.history-drawer header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.history-drawer h2{margin:0}.history-drawer header button{width:38px;height:38px;border:1px solid rgba(23,32,51,.12);border-radius:50%;background:#fff;font-size:24px}.history-list{display:grid;gap:10px;padding:0;margin:0;list-style:none}.history-list li{display:grid;gap:7px;padding:14px;border:1px solid rgba(23,32,51,.1);border-radius:8px;background:#fff}.history-list span{color:#617066;font-size:13px}.history-videos{display:grid;gap:10px}.history-video-card{display:grid;gap:8px}.history-video-card video{width:100%;max-height:220px;border-radius:8px;background:#0b1220}.history-youtube-frame{max-height:220px}.history-list button,.history-video-card button{width:fit-content;border:0;background:transparent;color:#1d6843;font-weight:700}.history-video-card button{border:1px solid rgba(23,32,51,.12);border-radius:8px;background:#fffaf0;padding:7px 10px;color:#172033}.history-video-card button:disabled{cursor:wait;opacity:.65}.auth-page{display:grid;min-height:100vh;place-items:center;padding:18px;background:linear-gradient(160deg,#172033eb,#1c4d37db),#172033}.auth-panel{width:min(440px,100%);padding:24px}.auth-brand{padding-bottom:18px;margin-bottom:20px;border-bottom:1px solid rgba(23,32,51,.1)}.auth-form{display:grid;gap:14px}.auth-form h1{margin-bottom:4px;font-size:30px}.auth-form label{display:grid;gap:7px;color:#394538;font-size:14px;font-weight:700}.auth-links{display:flex;justify-content:space-between;gap:14px;font-weight:700}.auth-links a{color:#1d6843}.link-button{display:inline-flex;align-items:center;justify-content:center}.form-error{margin:0;color:#b42318;font-weight:700}@media(max-width:840px){.tool-grid{grid-template-columns:1fr;width:min(100% - 24px,640px);padding-top:18px}.topbar{min-height:66px;padding:11px 12px}.brand span{display:none}.result-panel{min-height:340px}.empty-state{min-height:260px}.history-drawer{width:100vw;border-left:0}}@media(max-width:520px){.parser-panel,.result-panel{padding:16px}.parser-panel h1{font-size:30px}.action-row,.primary-button,.secondary-button{width:100%}.auth-panel{padding:18px}}
