:root{color:#172026;background:#f5f7f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}.shell{min-height:100vh;display:flex;flex-direction:column}.topbar{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:1px solid #d9e0e3;background:#fff}.topbar h1{margin:0;font-size:22px;line-height:1.2}.topbar p{margin:4px 0 0;color:#5d6b73;font-size:14px}.status{flex:0 0 auto;min-width:92px;padding:6px 10px;border:1px solid #cfd8dc;border-radius:6px;text-align:center;font-size:13px;font-weight:600;text-transform:uppercase}.status-idle,.status-translating{color:#52636d;background:#eef3f5}.status-success{color:#12633d;background:#e6f5ed;border-color:#b9dfc9}.status-error{color:#8d1f23;background:#fdecec;border-color:#efb8b8}.workspace{flex:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1px;background:#d9e0e3;min-height:520px}.pane{min-width:0;min-height:0;display:flex;flex-direction:column;background:#fff}.pane-title{height:40px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid #e3e8eb;color:#40515a;font-size:13px;font-weight:700;text-transform:uppercase}textarea,.preview{flex:1;width:100%;min-height:0;margin:0;padding:18px;border:0;outline:0;resize:none;overflow:auto;color:#11181c;background:#fbfcfc;font:15px/1.55 JetBrains Mono,Cascadia Code,Consolas,monospace;-moz-tab-size:4;tab-size:4;white-space:pre}.preview{background:#f8fafb}.preview-error{color:#8d1f23;white-space:pre-wrap}.language-help{padding:24px;border-top:1px solid #d9e0e3;background:#eef3f5}.language-help-header{max-width:1120px;margin:0 auto 16px}.language-help h2,.language-help h3,.language-help p{margin:0}.language-help h2{color:#172026;font-size:20px;line-height:1.25}.language-help p{margin-top:6px;color:#52636d;font-size:14px}.language-help-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.help-card{min-width:0;padding:16px;border:1px solid #d9e0e3;border-radius:8px;background:#fff}.help-card h3{margin-bottom:10px;color:#293941;font-size:15px;line-height:1.3}.help-card ul{margin:0;padding-left:18px;color:#40515a;font-size:14px;line-height:1.55}.help-card li+li{margin-top:6px}.help-card code{padding:1px 4px;border-radius:4px;color:#11181c;background:#edf1f3;font-family:JetBrains Mono,Cascadia Code,Consolas,monospace;font-size:.92em}@media (max-width: 1080px){.language-help-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.topbar{align-items:flex-start;flex-direction:column}.workspace{grid-template-columns:1fr;grid-template-rows:minmax(360px,1fr) minmax(360px,1fr)}.language-help{padding:20px 16px}.language-help-grid{grid-template-columns:1fr}}
