:root{--st-bg: #fafaf9;--st-surface: #ffffff;--st-text: #18181b;--st-muted: #71717a;--st-border: #e4e4e7;--st-blue: #3b82f6;--st-blue-hover: #2563eb;--st-blue-light: #eff6ff;--font: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0;cursor:none!important}input,textarea,select,button,a,[role=button]{cursor:none!important}html,body{font-family:var(--font);background:var(--st-bg);color:var(--st-text);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#q-cursor{position:fixed;pointer-events:none;z-index:20000;width:20px;height:20px;top:0;left:0;transform:translate(-50px,-50px);will-change:transform}#q-cursor svg{width:100%;height:100%;filter:drop-shadow(0 0 4px rgba(59,130,246,.55));transition:filter .13s,transform .12s}#q-cursor.hover svg{filter:drop-shadow(0 0 9px rgba(96,165,250,.8))}#q-cursor.click svg{transform:scale(.83)}#q-trail{position:fixed;pointer-events:none;z-index:19999;width:14px;height:14px;opacity:.3;top:0;left:0;transform:translate(-50px,-50px);will-change:transform;transition:transform .08s ease-out}#q-trail svg{width:100%;height:100%}@media (hover: none),(pointer: coarse){*{cursor:auto!important}#q-cursor,#q-trail{display:none!important}}.q-shell{width:100%;min-height:100vh;background:var(--st-bg);display:flex;flex-direction:column}.q-header{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;border-bottom:.5px solid var(--st-border);background:var(--st-surface)}.q-backbtn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:.5px solid var(--st-border);color:var(--st-muted);background:var(--st-surface);text-decoration:none;transition:all .15s ease}.q-backbtn:hover{color:var(--st-text);background:var(--st-bg);border-color:#3b82f64d}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;font-weight:600;font-size:14px}.brand-icon{width:28px;height:28px;border-radius:8px;background:#18181b;display:flex;align-items:center;justify-content:center;box-shadow:2px 2px 10px #3b82f640}.brand-icon svg{fill:#fff;stroke:#fff}.header-tag{font-size:10px;font-weight:600;color:var(--st-muted);background:#0000000a;border:.5px solid var(--st-border);border-radius:99px;padding:3px 10px;letter-spacing:.5px}.q-frame{padding:24px 32px 48px;flex:1}.q-app{width:100%;max-width:1080px;margin:0 auto;background:var(--st-surface);border-radius:16px;border:.5px solid var(--st-border);padding:24px;box-shadow:0 4px 24px #00000005}.q-hdr{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:12px}.q-title{font-size:16px;font-weight:700;letter-spacing:-.2px}.q-modeseg{display:flex;gap:3px;background:#f4f4f5;border-radius:99px;padding:3px}.q-modebtn{height:28px;padding:0 14px;border-radius:99px;font-size:11px;font-weight:600;border:none;background:transparent;color:var(--st-muted);transition:all .15s ease}.q-modebtn.active{background:var(--st-blue);color:#fff}.q-steps{display:flex;gap:6px;margin-bottom:20px;flex-wrap:wrap}.q-stepchip{font-size:10px;color:var(--st-muted);background:#f4f4f5;border:.5px solid var(--st-border);border-radius:99px;padding:4px 10px;display:inline-flex;align-items:center;gap:4px}.q-stepchip b{color:var(--st-text);font-weight:600}.q-main-layout{display:flex;gap:24px;align-items:flex-start}.q-main-left{flex:1;min-width:0}.q-main-right{width:290px;position:sticky;top:24px;flex-shrink:0}.q-panel{background:#fafafa;border:.5px solid var(--st-border);border-radius:12px;padding:16px}.q-label{font-size:10px;color:var(--st-muted);margin-bottom:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.q-purposegrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:8px;margin-bottom:16px}.q-purpose{border:.5px solid var(--st-border);border-radius:10px;background:#fff;padding:12px 6px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .15s ease}.q-purpose:hover{border-color:#3b82f666;background:#3b82f605}.q-purpose.active{border-color:var(--st-blue);background:var(--st-blue-light);box-shadow:0 0 0 2px #3b82f61f}.q-purpose svg{width:18px;height:18px;stroke:var(--st-muted);fill:none;transition:stroke .15s ease}.q-purpose.active svg{stroke:var(--st-blue)}.q-purpose span{font-size:10px;color:var(--st-text);font-weight:500}.q-grid2{display:grid;grid-template-columns:1fr 280px;gap:16px}.q-formfield{margin-bottom:12px}.q-formfield label{font-size:10.5px;color:var(--st-muted);display:block;margin-bottom:6px;font-weight:600}.q-input{height:36px;width:100%;border:.5px solid var(--st-border);border-radius:8px;background:#fff;font-size:12.5px;padding:0 12px;color:var(--st-text);outline:none;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.q-input:focus{border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f61a}textarea.q-input{height:72px;padding:10px 12px;resize:none}.q-select{height:36px;width:100%;border:.5px solid var(--st-border);border-radius:8px;background:#fff;font-size:12.5px;padding:0 12px;color:var(--st-text);font-family:inherit;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2371717a' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px;transition:border-color .15s ease,box-shadow .15s ease}.q-select:focus{border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f61a}.q-checkbox-label{display:flex;align-items:center;gap:8px;font-size:11.5px;font-weight:500;color:var(--st-text)}.q-checkbox{width:16px;height:16px;border-radius:4px;border:.5px solid var(--st-border);outline:none;accent-color:var(--st-blue)}.q-typegrid{display:flex;flex-direction:column;gap:8px}.q-typerow{display:flex;align-items:center;justify-content:space-between;border:.5px solid var(--st-border);border-radius:10px;padding:10px 14px;background:#fff;transition:all .15s ease}.q-typerow:hover{border-color:#3b82f666;background:#3b82f603}.q-typerow.active{border-color:var(--st-blue);background:var(--st-blue-light)}.q-typename{font-size:12px;font-weight:600;color:var(--st-text)}.q-typedesc{font-size:9.5px;color:var(--st-muted);margin-top:2px}.q-tag{font-size:9px;color:var(--st-muted);background:#f4f4f5;border-radius:99px;padding:3px 8px;border:.5px solid var(--st-border);flex-shrink:0;font-weight:500}.q-tplgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(116px,1fr));gap:12px;margin-bottom:16px}.q-tplcard{border:1px solid var(--st-border);border-radius:12px;padding:12px 6px;text-align:center;background:#fafafa;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .15s ease}.q-tplcard:hover{border-color:#3b82f659;background:#fff}.q-tplcard.selected{border-color:var(--st-blue);box-shadow:0 0 0 2px #3b82f626;background:#fff}.q-tplname{font-size:10px;color:var(--st-text);font-weight:600;line-height:1.3}.q-qrart{display:flex;justify-content:center;align-items:center}.q-qrart svg{display:block;width:100%;height:100%}.q-colorwrap{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap;align-items:center}.q-colorbtn{width:30px;height:30px;border-radius:8px;border:1px solid rgba(0,0,0,.1);padding:0;flex-shrink:0;transition:transform .15s ease,box-shadow .15s ease}.q-colorbtn:hover{transform:scale(1.06)}.q-colorbtn.selected{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--st-blue)}.q-color-input{transition:transform .15s ease}.q-color-input:hover{transform:scale(1.06)}.q-logobox{border:1px dashed var(--st-border);border-radius:10px;padding:12px;background:#fff;display:flex;align-items:center;gap:12px;margin-top:14px}.q-logopreview{width:38px;height:38px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border:.5px solid var(--st-border);background:#fafafa}.q-logopreview img{width:100%;height:100%;object-fit:cover}.q-logobtn{height:28px;padding:0 12px;border:.5px solid var(--st-border);border-radius:6px;background:#f4f4f5;color:var(--st-text);font-size:11px;font-weight:600;transition:all .15s ease}.q-logobtn:hover{background:#e4e4e7;border-color:#d4d4d8}.q-hint{font-size:9.5px;color:#a1a1aa;margin-top:3px;line-height:1.3}.q-livecard{background:#fff;border:.5px solid var(--st-border);border-radius:16px;padding:20px;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 20px #00000005;width:100%}.q-livepreview{width:100%;aspect-ratio:1 / 1;display:flex;justify-content:center;align-items:center;background:#fafafa;border-radius:12px;padding:16px;border:.5px solid var(--st-border)}.q-livepreview svg,.q-livepreview canvas{max-width:100%;max-height:100%;width:100%;height:auto;display:block}.q-liveactions{display:flex;gap:10px;width:100%;margin-top:16px}.q-btn{height:38px;padding:0 14px;border:none;border-radius:8px;background:var(--st-blue);color:#fff;font-size:12.5px;font-weight:600;width:100%;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.q-btn:hover:not(:disabled){background:var(--st-blue-hover)}.q-btn:disabled{opacity:.5}.q-seg{display:flex;gap:4px;background:#f4f4f5;border-radius:99px;padding:3px;width:fit-content}.q-segbtn{height:24px;padding:0 12px;border-radius:99px;font-size:10.5px;font-weight:600;color:var(--st-muted);border:none;background:transparent;transition:all .15s ease}.q-segbtn.active{background:#fff;color:var(--st-text);box-shadow:0 1px 3px #00000014}@media (max-width: 900px){.q-frame{padding:16px 20px 32px}.q-app{padding:16px}.q-hdr{flex-direction:column;align-items:flex-start;gap:10px}.q-modeseg{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:3px}.q-modebtn{text-align:center;padding:0;font-size:11px}.q-steps{flex-wrap:nowrap;overflow-x:auto;gap:6px;padding-bottom:6px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.q-steps::-webkit-scrollbar{display:none}.q-stepchip{white-space:nowrap;flex-shrink:0}.q-main-layout{flex-direction:column-reverse;align-items:stretch;gap:20px}.q-main-right{width:100%;position:static;margin-bottom:0}.q-livecard{padding:16px;flex-direction:row;align-items:center;gap:16px;justify-content:center}.q-livepreview{width:140px;height:140px;padding:8px;flex-shrink:0}.q-liveactions{flex-direction:column;gap:8px;margin-top:0;flex:1}.q-grid2{grid-template-columns:1fr;gap:16px}.q-purposegrid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}}@media (max-width: 480px){.q-header{padding:12px 16px}.q-frame{padding:12px 10px 24px}.q-app{padding:12px;border-radius:12px}.q-livecard{flex-direction:column;padding:12px}.q-livepreview{width:180px;height:180px;margin:0 auto}.q-liveactions{flex-direction:row;margin-top:12px;width:100%}.q-purposegrid{grid-template-columns:repeat(4,1fr);gap:6px}.q-purpose{padding:8px 4px;border-radius:8px}.q-purpose svg{width:18px;height:18px}.q-purpose span{font-size:8.5px}.q-typerow{padding:10px 12px}.q-typename{font-size:11.5px}.q-typedesc{font-size:9px}.q-tplgrid{grid-template-columns:repeat(3,1fr);gap:8px}.q-tplcard{padding:8px 4px;border-radius:10px}.q-tplname{font-size:9px}.q-input,.q-select{height:40px;font-size:13px}.q-btn{height:40px;font-size:12px}.q-colorbtn{width:32px;height:32px}.q-logobox{flex-direction:column;align-items:flex-start;padding:10px;gap:8px}.q-logobtn{height:32px;font-size:11px;padding:0 10px}}
