:root{--yellow:#ffd400;--yellow-dark:#e9b900;--ink:#161616;--muted:#6e6e68;--line:#e3e3dd;--soft:#f5f5f1;--white:#fff}*{box-sizing:border-box}html{background:var(--soft)}body{color:var(--ink);background:var(--soft);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline-offset:2px;outline:3px solid #ffd40061}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.classic-studio{min-height:100vh}.classic-header{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;grid-template-columns:minmax(300px,1fr) auto;align-items:center;gap:28px;min-height:82px;padding:12px 28px;display:grid;position:sticky;top:0}.classic-header__identity{align-items:center;gap:13px;min-width:0;display:flex}.classic-header__identity img{object-fit:contain;width:44px;height:48px}.classic-header__identity div{min-width:0}.classic-header__identity span{color:#8b8b85;letter-spacing:1.3px;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:800;display:block}.classic-header__identity h1{letter-spacing:-.55px;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:21px;font-weight:900;overflow:hidden}.header-settings{align-items:center;gap:18px;display:flex}.setting-control{align-items:center;gap:8px;display:flex}.setting-control>span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.segmented{border:1px solid var(--line);background:var(--soft);border-radius:11px;padding:3px;display:flex}.segmented button{cursor:pointer;background:0 0;border:0;border-radius:8px;min-height:31px;padding:0 12px;font-size:11px;font-weight:800}.segmented button.is-active{color:#111;background:var(--yellow);box-shadow:0 2px 8px #00000014}.header-project-actions{justify-content:flex-end;gap:6px;display:flex}.header-project-actions button{cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:7px;min-height:38px;padding:0 11px;font-size:11px;font-weight:800;display:inline-flex}.header-project-actions button:hover{background:var(--soft)}.classic-workspace{grid-template-columns:minmax(470px,555px) minmax(560px,1fr);align-items:start;gap:26px;width:min(1720px,100%);margin:0 auto;padding:26px;display:grid}.classic-form{border:1px solid var(--line);background:var(--white);border-radius:19px;overflow:hidden;box-shadow:0 10px 36px #1f1f1a0d}.form-intro{background:#fffbe1;border-bottom:1px solid #f1e7a0;justify-content:space-between;align-items:flex-end;gap:18px;padding:23px 24px;display:flex}.form-intro>div{flex-direction:column;gap:4px;display:flex}.form-intro span{color:#776818;letter-spacing:1.2px;text-transform:uppercase;font-size:9px;font-weight:850}.form-intro strong{font-size:15px}.form-intro p{color:#6f6540;text-align:right;max-width:240px;margin:0;font-size:10px;line-height:1.4}.editor-group{border-bottom:1px solid var(--line);background:#fff}.editor-group:last-child{border-bottom:0}.editor-group>summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:20px;min-height:70px;padding:15px 23px;list-style:none;display:flex}.editor-group>summary::-webkit-details-marker{display:none}.editor-group>summary:hover{background:#fbfbf8}.editor-group>summary>span:first-child{flex-direction:column;gap:4px;display:flex}.editor-group>summary strong{font-size:14px;font-weight:900}.editor-group>summary small{color:var(--muted);font-size:10px}.editor-group__actions{flex:none;align-items:center;gap:13px;display:flex}.editor-group__actions button,.subsection-header button{color:#756400;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:9px;font-weight:800;display:inline-flex}.editor-group__actions>svg{color:#92928b;transition:transform .18s}.editor-group[open] .editor-group__actions>svg{transform:rotate(180deg)}.editor-group__body{flex-direction:column;gap:14px;padding:1px 23px 24px;display:flex}.subsection-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:-4px;display:flex}.subsection-header>strong{color:#53534e;font-size:10px}.simple-field{flex-direction:column;gap:6px;min-width:0;display:flex}.simple-field>span:first-child{color:#53534e;font-size:10px;font-weight:800}.simple-field input,.simple-field textarea,.simple-field select,.route-point select,.route-point__custom,.benefit-edit-row input,.project-name-field input{width:100%;min-height:41px;color:var(--ink);background:#fcfcfa;border:1px solid #dcdcd6;border-radius:9px;font-size:12px;transition:border-color .14s,box-shadow .14s,background .14s}.simple-field input,.simple-field textarea,.route-point__custom,.benefit-edit-row input,.project-name-field input{padding:9px 11px}.simple-field select,.route-point select{appearance:none;cursor:pointer;padding:0 32px 0 11px}.simple-field textarea{resize:vertical;min-height:74px;line-height:1.4}.simple-field input:hover,.simple-field textarea:hover,.simple-field select:hover,.route-point select:hover{border-color:#bfbfb8}.simple-field input:focus,.simple-field textarea:focus,.simple-field select:focus,.route-point select:focus,.route-point__custom:focus,.benefit-edit-row input:focus{border-color:var(--yellow-dark);background:#fff;outline:0;box-shadow:0 0 0 3px #ffd4001f}.simple-field small{color:#8b8b85;font-size:9px}.select-wrap{display:block;position:relative}.select-wrap svg{color:#777;pointer-events:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.two-columns{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;display:grid}.price-row{grid-template-columns:minmax(0,1fr) 120px;gap:10px;display:grid}.custom-select-stack{flex-direction:column;gap:8px;min-width:0;display:flex}.section-divider{background:#eeeeea;height:1px;margin:2px 0}.messenger-picker{border:1px solid var(--line);background:#fafaf7;border-radius:11px;flex-direction:column;gap:9px;padding:11px 12px;display:flex}.messenger-picker>span{color:#53534e;font-size:10px;font-weight:800}.messenger-picker>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.messenger-picker .clean-switch{gap:7px;min-width:0;min-height:30px}.messenger-picker .clean-switch__control{flex-basis:32px;width:32px;height:18px}.messenger-picker .clean-switch__control span{width:12px;height:12px}.messenger-picker .clean-switch input:checked+.clean-switch__control span{transform:translate(14px)}.messenger-picker .clean-switch__label strong{font-size:10px}.clean-switch{cursor:pointer;align-items:center;gap:10px;min-height:34px;display:flex;position:relative}.clean-switch input{opacity:0;pointer-events:none;position:absolute}.clean-switch__control{background:#d7d7d1;border-radius:20px;flex:0 0 36px;width:36px;height:20px;transition:background .16s;position:relative}.clean-switch__control span{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .16s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000002e}.clean-switch input:checked+.clean-switch__control{background:#191919}.clean-switch input:checked+.clean-switch__control span{background:var(--yellow);transform:translate(16px)}.clean-switch__label{flex-direction:column;gap:2px;display:flex}.clean-switch__label strong{font-size:11px;font-weight:750}.clean-switch__label small{color:var(--muted);font-size:9px}.clean-switch.is-disabled{opacity:.45;cursor:not-allowed}.route-builder{flex-direction:column;gap:10px;display:flex}.route-builder__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.route-builder__head strong{font-size:11px}.route-builder__head button,.reset-image,.more-export-toggle{color:#756400;cursor:pointer;background:0 0;border:0;padding:0;font-size:10px;font-weight:800}.route-points{align-items:flex-start;gap:7px;min-width:0;display:flex}.route-points__item{flex:1;align-items:flex-start;gap:7px;min-width:0;display:flex}.route-points__item:last-child{flex:.92}.route-point{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex;position:relative}.route-point__select{position:relative}.route-point__select svg{color:#777;pointer-events:none;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.route-point select{min-height:39px;font-size:11px}.route-point__custom{min-height:35px;font-size:11px}.route-remove{z-index:2;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:50%;place-items:center;width:20px;height:20px;padding:0;display:grid;position:absolute;top:-7px;right:-7px}.route-arrow{color:#a5a59e;flex:none;margin-top:11px;font-size:15px}.text-action{color:#5e5208;cursor:pointer;background:0 0;border:0;align-self:flex-start;align-items:center;gap:5px;padding:4px 0;font-size:10px;font-weight:800;display:inline-flex}.image-control{border:1px solid var(--line);background:#fafaf7;border-radius:12px;flex-direction:column;gap:13px;padding:12px;display:flex}.image-control__main{grid-template-columns:66px minmax(0,1fr);align-items:center;gap:11px;display:grid}.image-control__thumb{background:#e8e8e3;border-radius:10px;width:66px;height:66px;overflow:hidden}.image-control__thumb img{object-fit:cover;width:100%;height:100%}.image-control__main strong{font-size:11px}.image-control__main p{color:var(--muted);margin:4px 0 8px;font-size:9px;line-height:1.4}.small-button{color:#242424;cursor:pointer;background:#fff;border:1px solid #d5d5cf;border-radius:8px;justify-content:center;align-items:center;gap:5px;min-height:30px;padding:0 9px;font-size:9px;font-weight:800;display:inline-flex}.image-control__sliders{grid-template-columns:1.6fr 1fr 1fr;gap:12px;display:grid}.compact-slider{flex-direction:column;gap:6px;display:flex}.compact-slider span{color:var(--muted);justify-content:space-between;align-items:center;font-size:9px;display:flex}.compact-slider input{accent-color:#171717;cursor:pointer;width:100%;min-height:28px}.reset-image{align-self:flex-start}.image-reset-actions{flex-wrap:wrap;gap:12px;display:flex}.benefits-editor{flex-direction:column;gap:7px;display:flex}.benefit-edit-row{grid-template-columns:26px minmax(0,1fr);align-items:center;gap:8px;display:grid}.benefit-check{color:#111;background:var(--yellow);cursor:pointer;border:0;border-radius:7px;place-items:center;width:24px;height:24px;font-size:12px;font-weight:900;display:grid}.benefit-edit-row>div{grid-template-columns:.9fr 1.25fr;gap:6px;display:grid}.benefit-edit-row input{min-height:35px;font-size:10px}.benefit-edit-row input:first-child{font-weight:800}.qr-editor{border:1px solid var(--line);border-radius:11px;grid-template-columns:66px minmax(0,1fr) auto;align-items:end;gap:11px;padding:10px;display:grid}.qr-editor>div:first-child{align-self:center;width:66px;height:66px}.qr-editor img{object-fit:contain;width:100%;height:100%}.classic-preview-column{min-width:0}.classic-preview-sticky{position:sticky;top:106px}.preview-heading{color:#5f5f5a;letter-spacing:.5px;text-transform:uppercase;justify-content:space-between;align-items:center;gap:18px;margin-bottom:10px;font-size:10px;font-weight:800;display:flex}.preview-heading>div{align-items:center;gap:8px;display:flex}.preview-heading small{color:#8d8d87;font-size:9px}.preview-live{background:var(--yellow);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #ffd4002e}.classic-preview-stage{--preview-height:calc(100vh - 300px);background-color:#e9e9e5;background-image:radial-gradient(#d1d1cb 1px,#0000 1px);background-size:18px 18px;border:1px solid #deded8;border-radius:20px;place-items:center;min-height:520px;padding:24px;display:grid}.classic-poster-frame{background:#fff;overflow:hidden;box-shadow:0 22px 68px #0000003d,0 0 0 1px #0000000f}.classic-preview-stage--square .classic-poster-frame{width:min(100%, var(--preview-height), 720px);aspect-ratio:1}.classic-preview-stage--story .classic-poster-frame{width:min(100%, calc(var(--preview-height) * .5625), 490px);aspect-ratio:9/16}.classic-poster-frame svg{display:block}.primary-downloads{grid-template-columns:1fr 1fr;gap:9px;margin-top:12px;display:grid}.primary-downloads button{cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:46px;font-size:12px;font-weight:850;display:inline-flex}.download-primary{color:#111;border:1px solid var(--yellow);background:var(--yellow)}.download-primary:hover{background:#ffdb27}.download-secondary{color:#fff;background:#1a1a1a;border:1px solid #1a1a1a}.download-secondary:hover{background:#000}.more-export-toggle{color:#70706a;align-items:center;gap:5px;margin:10px auto 0;display:flex}.more-export{justify-content:center;gap:6px;margin-top:9px;display:flex}.more-export button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;min-height:31px;padding:0 10px;font-size:9px;font-weight:750}.projects-overlay{z-index:70;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0c0c0c94;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.simple-projects-modal{background:#fff;border-radius:18px;width:min(620px,100%);max-height:min(720px,88vh);overflow:hidden;box-shadow:0 26px 90px #00000057}.simple-projects-modal header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:22px 24px 17px;display:flex}.simple-projects-modal header span{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:800}.simple-projects-modal header h2{margin:4px 0 0;font-size:22px}.simple-projects-modal header button{background:var(--soft);cursor:pointer;border:0;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;display:grid}.project-name-field{border-bottom:1px solid var(--line);flex-direction:column;gap:6px;padding:16px 24px;display:flex}.project-name-field span{font-size:10px;font-weight:800}.project-import{border-bottom:1px solid var(--line);background:#fffdf1;align-items:center;gap:14px;padding:13px 24px;display:flex}.project-import>div{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.project-import strong{font-size:11px}.project-import small{color:var(--muted);font-size:9px}.project-import button{background:var(--yellow);cursor:pointer;border:1px solid #d6c253;border-radius:9px;flex:none;align-items:center;gap:6px;min-height:34px;padding:0 11px;font-size:10px;font-weight:850;display:inline-flex}.simple-project-list{max-height:460px;padding:9px;overflow-y:auto}.simple-project-list article{border-radius:11px;align-items:center;gap:3px;padding:7px;display:flex}.simple-project-list article:hover{background:var(--soft)}.simple-project-list article>button:not(.project-open){color:#777;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;place-items:center;width:34px;height:34px;padding:0;display:grid}.project-open{text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;flex:1;gap:4px;min-width:0;padding:7px;display:flex}.project-open strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.project-open small{color:var(--muted);font-size:9px}.no-projects{color:var(--muted);text-align:center;padding:40px 24px;font-size:11px}.simple-toast{z-index:100;color:#fff;background:#171717;border-radius:11px;padding:13px 17px;font-size:11px;font-weight:800;position:fixed;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 14px 44px #00000040}.simple-busy{z-index:90;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0a0a8f;justify-content:center;align-items:center;gap:11px;font-size:12px;font-weight:800;display:flex;position:fixed;inset:0}.simple-busy span{border:3px solid #ffffff47;border-top-color:var(--yellow);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1320px){.classic-header{grid-template-columns:minmax(280px,1fr) auto;gap:14px;padding-inline:20px}.classic-header__identity h1{font-size:18px}.setting-control>span{display:none}.classic-workspace{grid-template-columns:minmax(450px,520px) minmax(500px,1fr);gap:20px;padding:20px}.classic-preview-stage{min-height:470px;padding:18px}}@media (max-width:1050px){.classic-header{grid-template-columns:1fr auto;position:relative}.classic-workspace{flex-direction:column;max-width:760px;padding-top:18px;display:flex}.classic-form{width:100%}.classic-preview-column{order:2;width:100%}.classic-preview-sticky{position:static}.classic-preview-stage{--preview-height:720px;min-height:560px}}@media (max-width:680px){.classic-header{grid-template-columns:1fr auto;min-height:72px;padding:10px 13px}.classic-header__identity img{width:36px;height:40px}.classic-header__identity span{display:none}.classic-header__identity h1{font-size:16px}.header-project-actions button{padding:0 7px;font-size:0}.header-project-actions button svg{width:20px;height:20px}.classic-workspace{padding:12px}.form-intro{align-items:flex-start;padding:18px}.form-intro p{max-width:170px}.editor-group>summary,.editor-group__body{padding-inline:18px}.two-columns{grid-template-columns:1fr}.route-points{flex-direction:column}.route-points__item{width:100%}.route-arrow{display:none}.benefit-edit-row>div,.messenger-picker>div{grid-template-columns:1fr}.qr-editor{grid-template-columns:58px minmax(0,1fr)}.qr-editor .small-button{grid-column:2;justify-self:start}.classic-preview-stage{--preview-height:560px;border-radius:14px;min-height:400px;padding:13px}.compact-slider input{min-height:34px}.route-remove{width:28px;height:28px;top:-10px;right:-5px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
