:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.4;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f8fafc}.app-layout{min-height:100vh;padding:20px;display:flex;flex-direction:column;gap:14px;color:#111827}.topbar h1{margin:0;font-size:1.4rem}.topbar p{margin:4px 0 0;color:#4b5563;font-size:.95rem}.workspace{display:grid;grid-template-columns:minmax(320px,480px) minmax(340px,1fr);gap:16px;align-items:stretch;height:calc(100dvh - 110px);overflow:hidden}.controls-column{display:flex;flex-direction:column;gap:12px;height:100%;min-height:0;overflow-y:auto;padding-right:6px}.preview-column{position:sticky;top:0;height:calc(100dvh - 110px);min-height:0}.panel,.preview-panel{border:1px solid #d1d5db;border-radius:12px;background:#fff;padding:12px}.panel h2,.preview-panel h2{margin:0 0 10px;font-size:1rem}.ghost-btn{border:none;background:transparent;padding:0;min-width:16px}.collapsible-content.closed{display:none}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.stack{display:flex;flex-direction:column;gap:10px}.card{border:1px solid #e5e7eb;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:8px}label{display:flex;flex-direction:column;gap:5px;font-size:.84rem;color:#374151}label.inline{flex-direction:row;align-items:center;gap:8px}input,select,textarea,button{font:inherit}input,select,textarea{border:1px solid #d1d5db;border-radius:8px;padding:8px 9px;background:#fff}textarea{resize:vertical}button{border:1px solid #cbd5e1;background:#fff;border-radius:8px;padding:7px 10px;cursor:pointer}button:hover:enabled{background:#f9fafb}button:disabled{opacity:.55;cursor:not-allowed}.danger{color:#b91c1c}.row{display:flex;align-items:center}.row.between{justify-content:space-between}.gap-sm{gap:8px}.two-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.time-label{font-size:.85rem;color:#374151}.settings-group{margin-top:8px}.preview-panel{display:flex;flex-direction:column;height:100%}.preview-timeline{display:flex;flex-direction:column;gap:6px;margin-bottom:6px}.preview-shell{border:1px solid #d1d5db;border-radius:16px;overflow:hidden;padding:8px;flex:1;min-height:0;display:flex;background-image:linear-gradient(45deg,#f3f4f6 25%,transparent 25%),linear-gradient(-45deg,#f3f4f6 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#f3f4f6 75%),linear-gradient(-45deg,transparent 75%,#f3f4f6 75%);background-size:18px 18px;background-position:0 0,0 9px,9px -9px,-9px 0}.preview-canvas{display:block;width:100%;height:100%;object-fit:contain;margin-inline:auto;margin-block:auto;border-radius:12px}.hint{margin:0 0 8px;color:#6b7280;font-size:.82rem}.progress-wrap{margin-top:8px;display:flex;align-items:center;gap:8px}progress{width:100%}.error{margin:8px 0 0;color:#b91c1c;font-size:.84rem}@media(max-width:1080px){.workspace{grid-template-columns:1fr;height:auto;overflow:visible}.preview-column{position:static;height:auto}.controls-column{overflow:visible}}
