@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");*{box-sizing:border-box}#__next,body,html{height:100%;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:#f8f9fa;color:#1e293b;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.dark ::-webkit-scrollbar-thumb{background:#334155}::-webkit-scrollbar-thumb:hover{background:#94a3b8}:root{--sidebar-bg:#0b1020;--sidebar-fg:#e6eefc;--header-bg:#0b1020;--panel-bg:#fff;--card-radius:12px}.header-top{height:64px;justify-content:space-between;padding:0 20px;background:var(--header-bg);color:#fff;z-index:30}.brand,.header-top{display:flex;align-items:center}.brand{gap:12px;font-weight:600;font-size:18px}.logo{width:36px;height:36px;border-radius:8px;background:var(--accent);color:#fff;font-weight:700}.logo,.top-search{display:flex;align-items:center;justify-content:center}.top-search{flex:1;max-width:760px;margin:0 18px}.top-search .input-wrap{width:100%;position:relative}.top-search input[type=text]{width:100%;padding:10px 110px 10px 40px;border-radius:10px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.03);color:#e6eefc;font-size:14px}.top-search .start-icon{left:12px;color:#cbd5e1}.top-search .start-icon,.top-search button{position:absolute;top:50%;transform:translateY(-50%)}.top-search button{right:8px;padding:8px 12px;border-radius:8px;background:hsla(0,0%,100%,.03);color:#e6eefc;border:1px solid hsla(0,0%,100%,.04);cursor:pointer}.app-shell{display:flex;height:calc(100vh - 64px)}.sidebar{width:300px;background:var(--sidebar-bg);color:var(--sidebar-fg);padding:22px;overflow-y:auto;border-right:1px solid hsla(0,0%,100%,.03)}.sidebar h3{margin:0 0 16px;font-size:14px;color:#cbd5e1}.control-label{font-size:12px;color:#94a3b8;margin-bottom:8px;display:block;font-weight:700}.sidebar input[type=color],.sidebar input[type=text],.sidebar select{width:100%;padding:8px 10px;border-radius:8px;border:1px solid hsla(0,0%,100%,.04);background:hsla(0,0%,100%,.02);color:var(--sidebar-fg);font-size:13px}.main{flex:1;padding:28px;overflow:auto;background:var(--panel-bg)}.container-wide{max-width:1000px;margin:0 auto}.form-header{margin-bottom:20px}.form-header h2{margin:0;font-size:24px}.form-header p{margin:8px 0 0;color:var(--muted)}.form-card{background:var(--panel-bg);border-radius:var(--card-radius);padding:18px;box-shadow:0 1px 0 rgba(15,23,42,.04);border:1px solid rgba(15,23,42,.03);margin-bottom:18px}.form-card .q-title{font-weight:600;margin-bottom:8px}.form-card input[type=text],.form-card select,.form-card textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid rgba(15,23,42,.06);font-size:14px;color:#0f1724}.form-card textarea{min-height:110px;resize:vertical}.btn{padding:10px 18px;border-radius:10px;border:none;cursor:pointer;font-weight:600}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 6px 18px rgba(124,58,237,.18)}.btn-emerald{background:#10b981;color:#fff}.fab{position:fixed;right:26px;bottom:26px;width:56px;height:56px;border-radius:999px;background:var(--accent);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 12px 40px rgba(124,58,237,.18);cursor:pointer}@media (max-width:920px){.sidebar{display:none}.top-search{max-width:calc(100% - 180px)}}:root{--accent:#7c3aed;--bg:#f8fafc;--card-bg:#fff;--muted:#6b7280;--text:#0f172a;--radius:12px;--form-max-width:700px}.dark{--accent:#a78bfa;--bg:#020617;--card-bg:#0b1220;--muted:#94a3b8;--text:#e6eef8}.editor-shell{display:flex;min-height:calc(100vh - 64px);background:var(--bg)}.editor-sidebar{width:280px;padding:20px;background:var(--card-bg);border-right:1px solid rgba(0,0,0,.04);box-shadow:0 2px 8px rgba(15,23,42,.02)}@media (max-width:980px){.editor-sidebar{position:fixed;left:-100%;top:64px;bottom:0;z-index:40;transition:left .25s ease;width:84%}.editor-sidebar.open{left:0}}.editor-main{flex:1;padding:28px;overflow-y:auto;display:flex;justify-content:center}.form-canvas{width:100%;max-width:var(--form-max-width);background:transparent;padding:28px}.form-card{background:var(--card-bg);border-radius:var(--radius);padding:28px;box-shadow:0 6px 28px rgba(2,6,23,.06);border:1px solid rgba(2,6,23,.04)}.question-card{padding:14px 12px;margin-bottom:12px;border-radius:8px;background:rgba(0,0,0,.02);display:flex;gap:12px;align-items:flex-start}.question-card .meta{flex:1}.question-title{font-size:1.03rem;font-weight:600;color:var(--text)}.question-required{color:#ef4444;margin-left:8px;font-size:.95rem}.preview-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.preview-actions{gap:10px}.preview-actions,.test-toggle{display:flex;align-items:center}.test-toggle{background:rgba(0,0,0,.04);padding:6px 10px;border-radius:999px;font-size:13px;gap:8px}.test-toggle input{margin:0}@media (max-width:640px){.form-canvas{padding:16px}.editor-sidebar{display:block}.question-card{padding:12px}}