@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: "Segoe UI", Tahoma, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--ease-out: cubic-bezier(0, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.container{width:100%}@media(width>=40rem){.container{max-width:40rem}}@media(width>=48rem){.container{max-width:48rem}}@media(width>=64rem){.container{max-width:64rem}}@media(width>=80rem){.container{max-width:80rem}}@media(width>=96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.table{display:table}.flex-shrink{flex-shrink:1}.border-collapse{border-collapse:collapse}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.border{border-style:var(--tw-border-style);border-width:1px}.lowercase{text-transform:lowercase}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.ease-out{--tw-ease: var(--ease-out);transition-timing-function:var(--ease-out)}}:root{font-family:Segoe UI,Tahoma,sans-serif;color:#152848;background:#f4f6fa;font-synthesis:none;--blue: #315ee8;--muted: #68758c;--line: #dfe5ef;--canvas: #f4f6fa}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid #8baaff;outline-offset:3px}input:focus,textarea:focus,select:focus{outline:2px solid #91adff;outline-offset:1px}input,textarea,select{border:1px solid var(--line);border-radius:8px;padding:11px 13px;background:#fff;color:#152848;min-width:0}textarea{resize:vertical}h1,h2,h3,p{margin:0}h1{font-size:36px;line-height:1.2;letter-spacing:-1.1px;font-weight:650}h2{font-size:19px;font-weight:650;letter-spacing:-.35px}p{line-height:1.65}.muted{color:var(--muted);font-size:14px}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:40px;padding:10px 17px;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:13px;font-weight:600;white-space:nowrap;transition:background .15s}.button:hover:not(:disabled){background:#f0f4ff}.button.primary{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 2px 3px #254bb415}.button.primary:hover:not(:disabled){background:#224acd}.button.ghost{border-color:transparent;background:transparent;color:var(--muted)}.button.small{min-height:32px;padding:7px 12px;font-size:12px}.text-button{border:0;background:none;color:var(--blue);font-size:12px;font-weight:600;padding:6px}.icon-button{border:0;background:transparent;width:32px;height:32px;font-size:24px;color:var(--muted);border-radius:6px}.icon-button:hover{background:#edf2ff}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:700;letter-spacing:-.8px}.brand-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;background:var(--blue);color:#fff;border-radius:10px;font-size:32px;font-weight:700;font-style:italic;line-height:1;letter-spacing:-5px;padding-right:7px;font-family:Georgia,serif}.brand-icon.large{width:50px;height:50px;font-size:45px;border-radius:14px}.powered-by{margin-left:-4px;font-size:12px;font-weight:500;letter-spacing:0;color:var(--muted)}.prototype{font-size:10px;letter-spacing:0;font-weight:500;padding:3px 7px;background:#f0f3f9;border:1px solid var(--line);border-radius:5px;color:var(--muted)}.header-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.count{display:inline-flex;align-items:center;justify-content:center;min-width:27px;height:25px;vertical-align:middle;padding:0 8px;margin-left:12px;font-size:12px;border:1px solid var(--line);background:#fff;border-radius:7px;letter-spacing:0;color:var(--muted)}.notice{padding:12px 16px;border:1px solid #bfd0ff;border-radius:8px;background:#eff4ff;font-size:13px;line-height:1.6}.notice.error{background:#fff3f0;border-color:#f1c9bf;color:#923d2b}.empty-state{text-align:center;padding:70px 20px;color:var(--muted)}.empty-state h2{color:#152848;margin:17px 0 9px}.empty-state p{margin-bottom:22px;font-size:14px}.empty-icon{margin:auto;display:grid;place-items:center;width:56px;height:56px;background:#edf2ff;border-radius:16px;color:var(--blue);font-size:30px}.pill{display:inline-flex;padding:6px 12px;background:#ffffff17;border:1px solid #ffffff30;border-radius:30px;font-size:12px}.login-page{min-height:100dvh;display:grid;grid-template-columns:1.06fr 1fr;background:#fff}.login-story{display:flex;flex-direction:column;background:#233f96;color:#fff;padding:45px 8%;position:relative;overflow:hidden}.login-story:after{content:"";position:absolute;width:460px;height:460px;border:1px solid #ffffff15;border-radius:50%;right:-290px;bottom:80px;box-shadow:0 0 0 65px #ffffff05,0 0 0 130px #ffffff04;pointer-events:none}.login-story .brand-icon{background:#ffffff20}.login-copy{margin:auto 0;padding:65px 0;z-index:1}.login-copy h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,4.7vw,72px);font-weight:400;letter-spacing:-2px;line-height:1.09;margin:26px 0}.login-copy p{max-width:360px;font-size:16px;color:#d6e1ff;line-height:1.85}.story-footer{display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#b6c9fc}.login-access{display:grid;place-items:center;padding:40px}.login-box{text-align:center;width:100%;max-width:350px}.login-box h2{font-size:30px;letter-spacing:-1px;margin:26px 0 10px}.login-box .notice{margin:22px 0;text-align:left}.google-button{width:100%;margin:35px 0 20px;min-height:52px;font-size:14px}.google-button[aria-disabled=true]{opacity:.5;cursor:not-allowed}.google-g{font-weight:750;font-size:20px;color:#4285f4;margin-right:5px}.login-note{font-size:12px;color:var(--muted)}.login-features{display:flex;justify-content:center;gap:16px;border-top:1px solid var(--line);padding-top:28px;margin-top:45px;font-size:10px;color:var(--muted)}.app-shell{display:flex;min-height:100dvh}.navigation-rail{width:66px;background:#203c89;color:#fff;display:flex;flex-direction:column;align-items:center;padding:22px 0;flex-shrink:0;gap:36px}.navigation-rail .brand-icon{background:#ffffff15}.rail-link{font-size:26px;width:40px;height:40px;display:grid;place-items:center;border-radius:9px}.rail-link.active{background:#ffffff20}.rail-bottom{margin-top:auto;width:30px;height:30px;display:grid;place-items:center;border:1px solid #ffffff40;border-radius:50%;font-size:12px}.shell-content{flex:1;min-width:0;display:flex;flex-direction:column}.app-header{height:80px;padding:0 42px;display:flex;align-items:center;border-bottom:1px solid var(--line);background:#fff}.user-name{font-size:12px;border-left:1px solid var(--line);padding-left:15px}.forms-page{max-width:1260px;width:100%;padding:52px 55px;margin:0 auto;flex:1}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:35px}.page-heading h1{margin:8px 0 14px}.start-banner{display:flex;align-items:center;gap:23px;background:#e9effe;border:1px solid #dbe5ff;border-radius:12px;padding:29px 30px;margin-bottom:44px}.banner-mark{font-size:48px;color:var(--blue);line-height:1}.start-banner h2{font-size:18px;margin-bottom:5px}.start-banner p{font-size:13px;color:#617496}.start-banner .button{margin-left:auto;border-color:#cbd8fa;color:#2549ac;background:#f8faff}.list-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.list-toolbar h2{font-size:16px}.list-toolbar input{font-size:12px;min-width:240px}.forms-table{border-top:1px solid var(--line)}.form-row{display:grid;grid-template-columns:minmax(180px,2.7fr) 1fr .8fr 1fr 32px;gap:20px;align-items:center;padding:22px 12px;border-bottom:1px solid var(--line);font-size:12px}.table-heading{padding-top:12px;padding-bottom:12px;color:var(--muted);font-size:11px}.form-title{display:flex;gap:13px;align-items:center;min-width:0}.form-title strong{font-size:14px;font-weight:600}.form-title small{display:block;font-size:11px;color:var(--muted);margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.form-icon{width:40px;height:45px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);border-radius:8px;font-size:24px;color:#7c93c2;flex-shrink:0}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 9px;background:#edf0f5;border-radius:20px;color:var(--muted);font-size:10px}.status-badge:before{content:"";width:5px;height:5px;background:#8b97aa;border-radius:50%}.status-badge.published{background:#e6f4ec;color:#28724c}.status-badge.published:before{background:#359963}.response-number{font-weight:600}.workspace-footer{padding:24px 55px;color:#8a95a8;font-size:10px;display:flex;justify-content:space-between}.builder-shell{height:100dvh;display:flex;flex-direction:column;overflow:hidden}.builder-header{height:72px;display:flex;align-items:center;gap:18px;padding:0 23px;background:#fff;border-bottom:1px solid var(--line);flex-shrink:0}.back-link{font-size:12px;color:var(--muted);white-space:nowrap}.breadcrumb{color:#bac3d4}.form-name-input{border:1px solid transparent;background:transparent;padding:8px 4px;font-size:14px;font-weight:600;width:clamp(130px,20vw,330px)}.form-name-input:hover{border-color:var(--line)}.builder-header .header-actions{gap:7px}.builder-main{display:flex;flex:1;min-height:0}.copilot-panel{width:350px;flex-shrink:0;border-right:1px solid var(--line);background:#fff;display:flex;flex-direction:column;min-height:0}.copilot-tabs{display:flex;gap:5px;padding:10px 18px;border-bottom:1px solid var(--line)}.copilot-tabs button{border:0;background:transparent;color:var(--muted);font-size:12px;padding:7px 12px;border-radius:6px}.copilot-tabs button.active{background:#edf2ff;color:var(--blue);font-weight:600}.copilot-tabs span{margin-left:5px;font-size:10px}.copilot-panel [hidden]{display:none!important}.copilot-heading{display:flex;align-items:center;gap:12px;padding:22px;border-bottom:1px solid #eef1f7}.copilot-heading h2{font-size:14px}.copilot-heading p{font-size:11px;color:var(--muted);margin-top:3px}.copilot-symbol{font-size:24px;color:var(--blue);width:36px;height:36px;background:#edf2ff;display:grid;place-items:center;border-radius:10px}.online-dot{width:6px;height:6px;background:#4c9d77;border-radius:50%;margin-left:auto}.conversation{overflow:auto;flex:1;min-height:0;padding:22px}.chat-welcome{padding:25px 0 10px}.welcome-symbol{font-size:34px;color:var(--blue);margin-bottom:19px}.chat-welcome h2{font-size:26px;line-height:1.3;letter-spacing:-.8px;margin-bottom:14px}.chat-welcome p{font-size:13px;color:var(--muted);line-height:1.8}.prompt-presets{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:26px}.prompt-presets button{text-align:left;background:#fff;border:1px solid var(--line);border-radius:8px;padding:13px 10px;font-size:11px;font-weight:500;min-height:61px;display:flex;justify-content:space-between;gap:9px}.prompt-presets button:hover{border-color:#98b0f5;background:#f7f9ff}.prompt-presets span{color:#8596b3}.chat-message{padding:13px 0 22px;font-size:13px}.chat-message p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8}.message-author{display:flex;justify-content:space-between;font-weight:650;font-size:11px;margin-bottom:9px;color:var(--blue)}.message-author time{font-weight:400;font-size:10px;color:#9aa6b8}.user-message{padding:14px;background:#f2f5fb;border-radius:9px;margin:0 0 18px}.user-message .message-author{color:#516078}.composer-area{padding:15px 17px 12px;border-top:1px solid #f1f3f8}.composer{border:1px solid #d6deed;border-radius:12px;padding:10px;box-shadow:0 2px 5px #18356605}.composer:focus-within{border-color:#91adff;box-shadow:0 0 0 2px #eef2ff}.composer textarea{border:0;outline:0;padding:4px;font-size:12px;line-height:1.7;width:100%;resize:none;height:75px;background:transparent}.composer-bottom{display:flex;align-items:center;justify-content:space-between;gap:7px}.composer-bottom>span{font-size:9px;color:#7a8aa6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.send-button{width:29px;height:29px;border-radius:7px;border:0;color:#fff;background:var(--blue);font-size:21px;flex-shrink:0}.composer-note{font-size:9px;text-align:center;color:#9ca7b8;margin-top:10px}.workspace{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--canvas);min-height:0}.workspace-toolbar{height:58px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border-bottom:1px solid var(--line);padding:0 22px;flex-shrink:0}.tabs{display:flex;gap:5px;height:100%;align-items:center}.tabs button{border:0;background:transparent;padding:8px 11px;font-size:11px;color:#7c889d;border-radius:6px;white-space:nowrap}.tabs button.selected{color:var(--blue);background:#edf2ff;font-weight:650}.toolbar-actions{display:flex;align-items:center;gap:10px}.preview-toolbar{display:flex;align-items:center;justify-content:space-between;padding:18px 27px;font-size:10px;color:#8b97a9;flex-shrink:0}.device-switch{display:flex;gap:2px;padding:3px;background:#e8ecf3;border-radius:7px}.device-switch button{border:0;background:transparent;text-transform:capitalize;font-size:10px;padding:5px 10px;border-radius:5px;color:#7b879b}.device-switch button.active{background:#fff;color:#354969;box-shadow:0 1px 3px #203b7320}.preview-canvas{padding:0 28px 28px;flex:1;min-height:0;overflow:auto;display:flex;justify-content:center}.preview-surface{height:100%;min-height:460px;width:100%;max-width:1100px;border:1px solid #e1e6ef;border-radius:9px;background:#fff;box-shadow:0 5px 20px #173b6d05;overflow:hidden;transition:max-width .2s}.preview-surface.tablet{max-width:768px}.preview-surface.mobile{max-width:375px}.blank-canvas{height:100%;min-height:440px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px}.blank-canvas h2{font-size:22px;letter-spacing:-.7px;margin:28px 0 12px;color:#3f516f}.blank-canvas p{font-size:12px;color:#8a97ad}.blank-caption{font-size:10px;color:#a5afbf;margin-top:39px}.form-outline{width:84px;height:104px;border:1.5px solid #d1dbef;border-radius:10px;padding:20px 15px;transform:rotate(-5deg);box-shadow:6px 5px #f3f6fc}.form-outline span{display:block;width:26px;height:4px;background:#d8e3fc;border-radius:2px;margin-bottom:12px}.form-outline i{display:block;width:50px;height:11px;border:1px solid #e0e7f5;border-radius:3px;margin-bottom:7px}.form-outline b{display:block;width:20px;height:7px;background:#c5d5ff;border-radius:2px;margin-top:10px}.builder-status{min-height:33px;padding:8px 22px;border-top:1px solid var(--line);background:#fff;display:flex;gap:15px;align-items:center;justify-content:space-between;font-size:10px;color:#8b97aa}.builder-status>span:first-child{display:flex;align-items:center;gap:6px;white-space:nowrap}.builder-status i{width:5px;height:5px;background:#49a77c;border-radius:50%;display:inline-block}.builder-status .unsaved{color:#ae7a24}.builder-status .unsaved i{background:#d5a451}.status-divider{padding:0 10px;color:#ccd3de}.editor-container{flex:1;min-height:0;overflow:hidden}.code-context{padding:12px 20px;border-bottom:1px solid #dfe5ef;background:#fff;max-height:42vh;overflow:auto;flex-shrink:0}.preview-toolbar{flex-wrap:wrap;gap:8px}.preview-toolbar select{max-width:180px;padding:6px;border:1px solid #dfe5ef;border-radius:6px}.code-context>p{color:#68758c;font-size:13px;margin:6px 0}.fullscreen{position:fixed;inset:0;z-index:50}.builder-alert{border-radius:0;display:flex;gap:12px;align-items:center;flex-shrink:0}.builder-alert a{margin-left:auto;white-space:nowrap;font-size:11px;text-decoration:underline}.share-bar{display:flex;align-items:center;gap:15px;padding:10px 22px;background:#edf6f0;border-bottom:1px solid #d2e6d9;font-size:12px}.share-bar input{flex:1;padding:6px;font-size:12px}.share-bar a{font-size:11px}.generating{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);padding:15px 0}.agent-activity{margin:8px 0 0;padding:0 0 0 18px;font-size:12px;line-height:1.6;color:var(--muted);overflow-wrap:anywhere}.agent-question .question-options{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.spinner{width:13px;height:13px;border:2px solid #d9e2f8;border-top-color:var(--blue);border-radius:50%;animation:spin 1s linear infinite}.responses-panel{padding:30px;overflow:auto;flex:1;background:#fff}.responses-panel .section-heading p{font-size:11px;margin-top:8px}.response-list{margin-top:28px}.response-row{display:grid;grid-template-columns:1.3fr .65fr 2fr .8fr;gap:20px;width:100%;border:0;border-bottom:1px solid var(--line);background:#fff;padding:18px 5px;text-align:left;font-size:11px}.response-row:hover{background:#f6f8ff}.response-summary{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--muted)}.response-row strong{color:var(--blue);font-size:10px}.json-viewer{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.8;margin-top:20px;background:#f4f6fa;padding:20px;border-radius:8px;max-height:65vh;overflow:auto}.version-row{display:flex;justify-content:space-between;gap:25px;border-bottom:1px solid var(--line);padding:17px 0;font-size:13px}.version-row small{display:block;font-size:10px;color:var(--muted);margin-top:4px}dialog{border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 100px #18305230;padding:28px;width:min(540px,calc(100% - 32px));max-height:90dvh;overflow:auto;color:#152848;margin:auto}dialog::backdrop{background:#15284860;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.settings-form>p{margin:12px 0 20px}.settings-form label{display:block;font-size:12px;font-weight:600;margin:18px 0 8px}.settings-form input,.settings-form select{width:100%;font-size:13px}.model-combobox{position:relative}.model-combobox ul{position:absolute;z-index:5;top:calc(100% + 4px);left:0;right:0;max-height:320px;overflow-y:auto;margin:0;padding:4px;list-style:none;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 30px #15284826}.model-combobox li[role=option]{display:grid;gap:2px;padding:8px 10px;border-radius:6px;cursor:pointer;font-size:13px}.model-combobox li.active{background:#eef3ff}.model-combobox li[aria-selected=true] .model-name:after{content:" \2713";color:var(--blue)}.model-name{font-weight:600}.model-meta,.model-empty{font-size:11px;color:var(--muted);overflow-wrap:anywhere}.model-empty{padding:10px}.model-price{font-size:11px;color:#1f6b4a;font-variant-numeric:tabular-nums}.model-selected{font-size:12px;line-height:1.6}.settings-form .field-note{font-size:11px;color:var(--muted);margin:7px 0 24px}.dialog-actions{display:flex;align-items:center;justify-content:space-between;margin-top:30px}.dialog-actions a{font-size:12px;color:var(--blue)}.public-page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;padding:30px 20px;background:#f3f5fa}.public-form{width:min(100%,850px);height:calc(100dvh - 100px);min-height:550px;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.public-brand{font-size:11px;color:#8290a6;padding:20px}@media(min-width:1600px){.copilot-panel{width:390px}.conversation{padding:28px}.chat-welcome{padding-top:50px}}@media(max-width:1050px){.copilot-panel{width:300px}.workspace-toolbar{padding:0 12px}.tabs{gap:0}.tabs button{padding:7px 8px}.toolbar-actions{gap:3px}.forms-page{padding:35px}.form-row{grid-template-columns:minmax(140px,2fr) .8fr .7fr 1fr 25px;gap:12px}.builder-header{gap:12px}.builder-header .header-actions{gap:2px}.back-link{display:none}.form-name-input{width:180px}.preview-canvas{padding:0 18px 18px}.preview-toolbar{padding:16px 18px}}@media(max-width:760px){.login-page{grid-template-columns:1fr}.login-story{min-height:330px;padding:24px}.login-copy{padding:35px 0}.login-copy h1{font-size:39px;margin:20px 0}.login-copy h1 br{display:none}.login-copy h1 br:after{content:" "}.login-copy p{font-size:13px;max-width:95%}.story-footer{display:none}.login-access{padding:40px 24px}.login-box h2{font-size:25px}.navigation-rail{display:none}.app-header{padding:0 20px;height:66px}.user-name,.prototype{display:none}.forms-page{padding:30px 20px}.page-heading{align-items:flex-start}.page-heading h1{font-size:30px}.page-heading .muted{font-size:12px}.start-banner{padding:22px;gap:15px;flex-wrap:wrap}.start-banner .button{margin-left:0}.banner-mark{font-size:36px}.start-banner p{font-size:12px}.list-toolbar input{min-width:0;width:180px}.form-row{grid-template-columns:minmax(140px,1.8fr) .7fr 28px;gap:10px}.form-row>span:nth-child(3),.form-row>span:nth-child(4){display:none}.form-title small{max-width:160px}.form-title strong{font-size:12px}.table-heading span:nth-child(3),.table-heading span:nth-child(4){display:none}.workspace-footer{padding:20px;font-size:9px}.builder-shell{height:auto;min-height:100dvh;overflow:visible}.builder-header{height:auto;min-height:66px;padding:12px;gap:8px;flex-wrap:wrap}.builder-header .brand-icon{width:30px;height:30px;font-size:27px}.builder-header .breadcrumb{display:none}.builder-header .form-name-input{width:calc(100% - 45px);font-size:13px}.builder-header .header-actions{width:100%;justify-content:flex-end}.builder-main{flex-direction:column}.copilot-panel{width:100%;border-right:0;border-bottom:1px solid var(--line)}.copilot-heading{padding:13px 18px}.conversation{max-height:350px;padding:18px}.chat-welcome{padding:0}.chat-welcome h2{font-size:22px}.chat-welcome h2 br,.welcome-symbol{display:none}.chat-welcome p{font-size:12px}.prompt-presets{margin-top:16px;grid-template-columns:repeat(2,1fr)}.prompt-presets button{min-height:45px}.composer-area{padding:12px 18px}.composer textarea{height:55px}.workspace{min-height:600px}.workspace-toolbar{height:auto;min-height:58px;flex-wrap:wrap;padding:10px 12px;gap:8px}.toolbar-actions{margin-left:auto}.preview-surface{min-height:470px}.preview-canvas{min-height:500px}.builder-status{flex-wrap:wrap;font-size:9px;padding:10px 12px}.builder-status>span:last-child{max-width:100%;overflow:hidden;text-overflow:ellipsis}.builder-alert,.share-bar{flex-wrap:wrap;font-size:11px}.share-bar input{min-width:170px}.fullscreen{height:100dvh;overflow:auto}.responses-panel{padding:20px}.response-row{grid-template-columns:1.5fr .6fr 1fr;gap:10px}.response-summary{display:none}.public-page{padding:12px}.public-form{height:calc(100dvh - 70px);min-height:400px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@property --tw-ease{syntax: "*"; inherits: false;}@keyframes spin{to{transform:rotate(360deg)}}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-outline-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial;--tw-ease: initial}}}
