: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:99999;width:20px;height:20px;left:-50px;top:-50px;transition:width .13s,height .13s}#q-cursor svg{width:100%;height:100%;filter:drop-shadow(0 0 5px rgba(37,99,235,.5));transition:filter .13s,transform .12s}#q-cursor.hover{width:24px;height:24px}#q-cursor.hover svg{filter:drop-shadow(0 0 10px rgba(59,130,246,.85))}#q-cursor.click svg{transform:scale(.85)}#q-trail{position:fixed;pointer-events:none;z-index:99998;width:14px;height:14px;opacity:.35;left:-50px;top:-50px;transition:left .18s ease-out,top .18s ease-out}#q-trail svg{width:100%;height:100%}.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}}.q-custom-select{position:relative;width:100%}.q-custom-select-btn{width:100%;height:40px;background:#fff;border:1px solid var(--st-border);border-radius:10px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;font-weight:500;color:var(--st-text);transition:all .15s ease;box-shadow:0 1px 2px #00000008}.q-custom-select-btn:hover{border-color:#3b82f666}.q-custom-select.open .q-custom-select-btn{border-color:var(--st-blue);box-shadow:0 0 0 3px #3b82f61f}.q-custom-select-label{display:flex;align-items:center;gap:8px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.q-custom-select-arrow{width:16px;height:16px;flex-shrink:0;color:var(--st-muted);transition:transform .2s ease}.q-custom-select.open .q-custom-select-arrow{transform:rotate(180deg);color:var(--st-blue)}.q-custom-select-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--st-border);border-radius:12px;padding:6px;box-shadow:0 10px 30px #0000001a,0 2px 8px #0000000d;z-index:1000;display:none;max-height:240px;overflow-y:auto;animation:selectMenuIn .15s ease-out}@keyframes selectMenuIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.q-custom-select.open .q-custom-select-menu{display:flex;flex-direction:column;gap:2px}.q-custom-option{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 12px;border-radius:8px;font-size:12.5px;font-weight:500;color:var(--st-text);transition:all .12s ease}.q-custom-option:hover{background:#f4f4f5;color:var(--st-blue)}.q-custom-option.selected{background:var(--st-blue-light);color:var(--st-blue);font-weight:600}.q-sec-tag{font-size:9.5px;font-weight:600;padding:2px 7px;border-radius:4px;text-transform:uppercase;letter-spacing:.03em;background:#f1f5f9;color:#475569}.q-sec-tag.secure{background:#ecfdf5;color:#059669}.q-sec-tag.standard{background:#eff6ff;color:#2563eb}.q-sec-tag.enterprise{background:#fdf2f8;color:#db2777}.q-sec-tag.open{background:#fef2f2;color:#dc2626}.q-custom-picker-trigger{width:30px;height:30px;border-radius:8px;border:1px solid rgba(0,0,0,.15);background:conic-gradient(from 0deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);position:relative;overflow:hidden;padding:0;box-shadow:0 1px 3px #0000000f;transition:transform .15s ease}.q-custom-picker-trigger:hover{transform:scale(1.08)}.q-custom-picker-trigger-inner{position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:6px;background:#18181b;display:flex;align-items:center;justify-content:center}.q-picker-icon{width:14px;height:14px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.7));pointer-events:none;stroke:#fff}#qColorPickerPopover{position:fixed;background:#fff;border:1px solid var(--st-border);border-radius:14px;padding:16px;box-shadow:0 14px 40px #00000024,0 4px 12px #0000000f;z-index:10000;width:250px;display:none;flex-direction:column;gap:12px;animation:cpIn .18s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;touch-action:none}@keyframes cpIn{0%{opacity:0;transform:scale(.95) translateY(-6px)}to{opacity:1;transform:scale(1) translateY(0)}}#qColorPickerPopover.active{display:flex}.q-cp-sv{position:relative;width:100%;height:140px;border-radius:8px;background-color:red;background-image:linear-gradient(to top,#000,transparent),linear-gradient(to right,#fff,transparent);overflow:hidden;touch-action:none}.q-cp-sv-handle{position:absolute;width:14px;height:14px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 4px #0009;transform:translate(-50%,-50%);pointer-events:none;background:transparent}.q-cp-hue{position:relative;width:100%;height:14px;border-radius:99px;background:linear-gradient(to right,red,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red);touch-action:none}.q-cp-hue-handle{position:absolute;top:50%;width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid var(--st-blue);box-shadow:0 1px 4px #0000004d;transform:translate(-50%,-50%);pointer-events:none}.q-cp-controls{display:flex;align-items:center;gap:8px}.q-cp-eyedropper{width:32px;height:32px;border-radius:8px;border:1px solid var(--st-border);background:#f4f4f5;display:flex;align-items:center;justify-content:center;color:var(--st-text);flex-shrink:0;transition:all .15s}.q-cp-eyedropper:hover{background:#e4e4e7;color:var(--st-blue)}.q-cp-preview{width:32px;height:32px;border-radius:8px;border:1px solid rgba(0,0,0,.1);background:#18181b;flex-shrink:0}.q-cp-hex-input{flex:1;height:32px;background:#f4f4f5;border:1px solid var(--st-border);border-radius:8px;padding:0 8px;font-family:JetBrains Mono,monospace;font-size:12px;color:var(--st-text);text-transform:uppercase;outline:none}.q-cp-hex-input:focus{border-color:var(--st-blue);background:#fff}.q-cp-swatches{display:flex;gap:6px;flex-wrap:wrap}.q-cp-swatch{width:22px;height:22px;border-radius:6px;border:1px solid rgba(0,0,0,.1);padding:0;transition:transform .12s}.q-cp-swatch:hover{transform:scale(1.15)}.q-dt-trigger{width:100%;height:42px;background:#fff;border:1px solid var(--st-border);border-radius:10px;padding:0 12px;display:flex;align-items:center;gap:10px;color:var(--st-text);font-size:13px;font-weight:500;box-shadow:0 1px 2px #00000008;transition:all .15s ease;text-align:left}.q-dt-trigger:hover{border-color:#3b82f666}.q-dt-icon{width:16px;height:16px;color:var(--st-blue);flex-shrink:0}.q-dt-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#qDateTimePickerPopover{position:fixed;background:#fff;border:1px solid var(--st-border);border-radius:16px;padding:18px;box-shadow:0 16px 48px #00000024,0 4px 16px #0000000f;z-index:10000;width:290px;display:none;flex-direction:column;gap:14px;animation:dtIn .18s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}@keyframes dtIn{0%{opacity:0;transform:scale(.96) translateY(-6px)}to{opacity:1;transform:scale(1) translateY(0)}}#qDateTimePickerPopover.active{display:flex}.q-cal-header{display:flex;align-items:center;justify-content:space-between}.q-cal-title{font-size:13.5px;font-weight:700;color:var(--st-text)}.q-cal-nav-btn{width:28px;height:28px;border-radius:8px;border:1px solid var(--st-border);background:#f4f4f5;display:flex;align-items:center;justify-content:center;color:var(--st-text);transition:all .15s}.q-cal-nav-btn:hover{background:var(--st-blue-light);color:var(--st-blue)}.q-cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;font-size:10.5px;font-weight:700;color:var(--st-muted);margin-bottom:4px}.q-cal-days{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.q-cal-day{height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:12px;font-weight:500;color:var(--st-text);background:transparent;border:none;transition:all .12s}.q-cal-day:hover:not(.empty){background:#f4f4f5;color:var(--st-blue)}.q-cal-day.empty{pointer-events:none}.q-cal-day.selected{background:var(--st-blue)!important;color:#fff!important;font-weight:700}.q-cal-day.today{border:1px solid var(--st-blue);color:var(--st-blue)}.q-cal-time-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:10px;border-top:1px solid var(--st-border)}.q-cal-time-label{font-size:11.5px;font-weight:600;color:var(--st-muted)}.q-cal-time-controls{display:flex;align-items:center;gap:4px}.q-cal-select{height:30px;border-radius:6px;border:1px solid var(--st-border);background:#f4f4f5;font-size:12px;font-weight:600;color:var(--st-text);padding:0 4px;outline:none}.q-cal-ampm-btn{height:30px;padding:0 8px;border-radius:6px;border:1px solid var(--st-border);background:#f4f4f5;font-size:11px;font-weight:700;color:var(--st-text)}.q-cal-ampm-btn.active{background:var(--st-blue);color:#fff;border-color:var(--st-blue)}.q-cal-footer{display:flex;justify-content:flex-end;gap:8px;padding-top:6px}.q-cal-btn-apply{height:32px;padding:0 16px;border-radius:8px;background:var(--st-blue);color:#fff;border:none;font-size:12px;font-weight:600;transition:opacity .15s}.q-cal-btn-apply:hover{opacity:.9}
