:root{--ink:#182a29;--muted:#687774;--green:#295b4d;--green-dark:#183d34;--mint:#e6eee6;--lime:#ddebaf;--paper:#f6f7f2;--white:#fff;--line:#e2e7df;--gold:#aa6825;--shadow:0 12px 40px #1d33290a;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.5;font-synthesis:none}
*{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}a{color:inherit}button:disabled{cursor:wait;opacity:.5}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #7aaa8e;outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{font-size:34px;letter-spacing:-1.3px;line-height:1.2;margin-bottom:12px}h2{font-size:21px;letter-spacing:-.5px}h3{font-size:18px;letter-spacing:-.3px}p{color:var(--muted)}small{font-size:13px}svg{width:20px;height:20px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);padding:10px 16px;font-weight:600;font-size:14px;line-height:1.5;text-decoration:none;white-space:nowrap;transition:background .15s,transform .15s}.btn:hover{background:#f0f3ec;transform:translateY(-1px)}.btn.primary{background:var(--green);color:#fff;border-color:var(--green)}.btn.primary:hover{background:var(--green-dark)}.btn.lime{background:var(--lime);color:var(--green-dark);border-color:var(--lime)}.btn.subtle{background:transparent;border-color:transparent;padding:7px 10px}.btn.danger{color:#a33c34;background:#fff4f1;border-color:#f0d6cd}.btn.small{padding:6px 10px;font-size:13px}.icon-btn{padding:8px;min-width:36px}.muted{color:var(--muted)}.eyebrow{font-size:11px;font-weight:750;letter-spacing:1.7px;text-transform:uppercase}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.stack{display:grid;gap:16px}.grow{flex:1;min-width:0}.spacer{height:20px}.tag{font-size:12px;font-weight:650;border-radius:5px;padding:4px 8px;background:#eff2eb;color:#4b6454;white-space:nowrap;display:inline-flex;gap:5px;align-items:center}.tag.live{background:#e9f2e9;color:#3c734e}.tag.live:before{content:'';width:5px;height:5px;background:#64a45e;border-radius:50%}.tag.draft{background:#faf0dc;color:#99712d}.tag.external{background:#eff0f7;color:#676c88}.tag.open{background:#fff0df;color:#aa6b25}.tag.in_progress{background:#e9eff8;color:#4e6c96}.tag.resolved{background:#e9f2e9;color:#3c734e}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e9eddf;font-size:12px;font-weight:750;flex-shrink:0}.avatar.lg{width:46px;height:46px;font-size:15px}.link{border:0;background:none;color:var(--green);padding:0;font-size:14px;font-weight:650;text-decoration:none}.link:hover{text-decoration:underline}.empty{padding:46px 24px;text-align:center;color:var(--muted)}.empty svg{width:32px;height:32px;margin-bottom:12px}.empty h3{color:var(--ink);margin-bottom:8px}.panel{background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow)}.panel-head{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;border-bottom:1px solid var(--line);gap:16px}.panel-head h2{margin:0;font-size:18px}.panel-body{padding:24px}.panel-body>:last-child{margin-bottom:0}.hint{background:#f0f4eb;border:1px solid #e0e8d7;color:#55654f;padding:14px 16px;border-radius:9px;font-size:14px}.hint strong{color:var(--ink)}.error{color:#a33c34;font-size:14px;background:#fff0ed;border-radius:8px;padding:12px;display:none}.error.show{display:block}.field{display:grid;gap:7px;margin-bottom:17px}.field>span,.field>label{font-size:13px;font-weight:650;color:#3b4e49}.field input,.field select,.field textarea,.input{width:100%;border:1px solid #dce2d8;border-radius:8px;padding:10px 12px;color:var(--ink);background:#fff;min-width:0;font-size:14px}.field textarea{min-height:90px;resize:vertical;line-height:1.6}.field input[type=color]{padding:4px;height:42px}.field small{color:var(--muted);font-size:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.divider{height:1px;background:var(--line);margin:22px 0}.notice{font-size:13px;color:var(--muted);margin:10px 0}.screen-reader{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
/* Workspace */
.shell{display:grid;grid-template-columns:230px 1fr;min-height:100vh}.sidebar{background:var(--green-dark);color:#aabfb2;position:fixed;inset:0 auto 0 0;width:230px;padding:30px 18px 20px;display:flex;flex-direction:column;z-index:20}.logo{display:flex;align-items:center;gap:10px;font-size:24px;letter-spacing:-.8px;color:#fff;font-weight:700;text-decoration:none}.logo-mark{width:31px;height:31px;position:relative;border:2px solid currentColor;border-radius:50%;display:inline-block;transform:rotate(-20deg)}.logo-mark:after{content:'';position:absolute;width:15px;height:3px;background:currentColor;right:-5px;bottom:0;transform:rotate(65deg);border-radius:3px}.sidebar .logo{padding:0 15px;margin-bottom:30px}.workspace-label{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:#8da999;padding:0 16px 10px}.workspace-pill{border:1px solid #ffffff20;background:#ffffff06;margin:0 8px 28px;padding:11px;border-radius:8px;font-size:12px;display:flex;gap:10px;align-items:center;color:#dce7dc}.workspace-pill .mini-icon{background:#ddebaf;color:#254d3c;padding:5px;border-radius:5px;display:grid;place-items:center}.workspace-pill .mini-icon svg{width:16px;height:16px}.workspace-pill strong{font-size:13px;display:block;color:#fff}.nav{display:grid;gap:5px}.nav-btn{display:flex;gap:12px;align-items:center;padding:12px 16px;border:0;border-radius:8px;background:none;color:#b8cbbe;font-size:14px;text-align:left;width:100%;font-weight:500}.nav-btn:hover{color:#fff;background:#ffffff07}.nav-btn.active{background:#ddebaf;color:#193e31;font-weight:650}.nav-count{margin-left:auto;font-size:11px;line-height:19px;min-width:19px;text-align:center;background:#ffffff18;border-radius:5px}.nav-btn.active .nav-count{background:#244f3e18}.sidebar-bottom{margin-top:auto;padding-top:25px}.work-note{padding:18px 15px;border:1px solid #ffffff18;border-radius:10px;margin:0 8px 20px;font-size:12px;line-height:1.6}.work-note strong{color:#dce8d6;font-weight:550;display:block;margin-bottom:5px}.work-note svg{width:18px;margin-bottom:8px;color:#ddebaf}.profile{display:flex;align-items:center;gap:10px;padding:18px 8px 0;border-top:1px solid #ffffff18}.profile .avatar{background:#446755;color:#e7f0dc}.profile strong{color:#f1f4ee;font-size:13px;display:block}.profile small{font-size:11px}.profile .btn{color:#9cb9a7}.main{grid-column:2;min-width:0}.topbar{height:79px;border-bottom:1px solid var(--line);padding:0 36px;display:flex;align-items:center;justify-content:space-between;background:#ffffff99;gap:12px}.crumb{font-size:13px;color:#7f8a82;display:flex;align-items:center;gap:13px}.crumb strong{font-weight:550;color:var(--ink)}.topbar-right{display:flex;align-items:center;gap:18px}.env-label{font-size:11px;padding:5px 9px;border-radius:5px;border:1px solid #dce6d4;color:#698159;letter-spacing:.5px;font-weight:650}.content{padding:32px 36px 40px;max-width:1660px;margin:auto}.page-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:27px}.page-head h1{font-size:30px;margin-bottom:8px}.page-head p{font-size:14px;margin-bottom:0}.date-label{font-size:13px;color:var(--muted);display:flex;gap:9px;align-items:center}.welcome{background:#e8eddf;border:1px solid #dce5d3;border-radius:13px;min-height:184px;padding:31px 33px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.welcome .eyebrow{color:#73805b;display:block;margin-bottom:12px}.welcome h2{font-size:29px;letter-spacing:-1px;max-width:540px;margin-bottom:10px;font-weight:600}.welcome p{font-size:14px;color:#708064;margin-bottom:17px;max-width:500px}.welcome .link{font-size:13px;display:inline-flex;align-items:center;gap:8px}.welcome-art{position:absolute;width:270px;right:38px;top:24px;bottom:20px;opacity:.9;pointer-events:none}.art-orbit{position:absolute;border:1px solid #bccda7;border-radius:50%;width:220px;height:220px;right:-13px;top:-27px}.art-orbit:after{content:'';position:absolute;inset:30px;border:1px solid #c3d2af;border-radius:50%}.art-window{position:absolute;width:155px;height:112px;border-radius:10px;background:#f9fbf3;border:1px solid #c2ceb4;right:60px;top:13px;transform:rotate(-9deg);box-shadow:0 12px 20px #445b2520;padding:11px}.art-dots{display:flex;gap:4px;margin-bottom:12px}.art-dots i{width:4px;height:4px;background:#a8b694;border-radius:50%}.art-window-line{height:4px;background:#ced6c1;margin:6px 0;width:65%}.art-window-line.short{width:42%}.art-window-hero{height:43px;background:#e8eecf;border-radius:3px;display:flex;gap:12px;padding:10px}.art-window-hero:after{content:'';height:40px;width:29px;background:#8fa85d;border-radius:20px 20px 0 0;margin-top:-8px}.art-window-hero:before{content:'';width:55px;height:6px;background:#9eaf7f;margin-top:5px}.art-tile{position:absolute;right:24px;bottom:9px;background:#345b48;border:5px solid #f9fbf3;border-radius:10px;box-shadow:0 8px 20px #254c2525;color:#ddebaf;width:65px;height:68px;display:grid;place-items:center;transform:rotate(9deg)}.art-tile svg{width:29px;height:29px}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;margin-bottom:30px}.stat{background:#fff;border:1px solid var(--line);padding:20px 22px;border-radius:11px}.stat-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;color:#67786d;font-size:13px}.stat-icon{display:grid;place-items:center;width:31px;height:31px;background:#f2f5ed;border-radius:8px;color:#668557}.stat-icon svg{width:17px;height:17px}.stat strong{font-size:29px;line-height:1.2;letter-spacing:-1px;font-weight:600}.stat small{display:block;margin-top:6px;color:#8a948a;font-size:11px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:15px}.section-title h2{font-size:19px;margin:0}.section-title p{font-size:13px;margin:4px 0 0}.site-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.dashboard-grid .site-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-card{border:1px solid var(--line);border-radius:11px;background:white;overflow:hidden;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.site-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #243a3510}.site-thumb{height:166px;position:relative;overflow:hidden;background:#edf1e3;padding:16px 22px 0;display:block;text-decoration:none}.thumb-browser{height:190px;background:#fafbf7;box-shadow:0 7px 25px #354c3b15;border:1px solid #cedac6;border-radius:5px;position:relative;transform:rotate(-2deg);padding:12px 14px}.thumb-nav{font-size:8px;letter-spacing:.5px;font-weight:700;border-bottom:1px solid #ddd;padding-bottom:8px;margin-bottom:12px;display:flex;justify-content:space-between}.thumb-nav span{font-size:5px;letter-spacing:2px}.thumb-title{font:24px/1.05 Georgia,serif;max-width:62%;letter-spacing:-.7px;position:relative;z-index:1;color:#34503e}.thumb-lines{width:50%;margin-top:11px;border-top:3px solid #d5dfd0;border-bottom:3px solid #d5dfd0;height:9px}.thumb-button{width:42px;height:10px;background:#526e43;margin-top:11px;border-radius:2px}.thumb-shape{position:absolute;height:110px;width:76px;background:#88996f;right:15px;top:47px;border-radius:55px 55px 0 0;overflow:hidden}.thumb-shape:after{content:'';position:absolute;width:95px;height:150px;border:1px solid #bdcc9c;transform:rotate(-35deg);left:9px;top:15px;border-radius:60%}.thumb-shape:before{content:'';position:absolute;width:70px;height:70px;background:#b1c495;border-radius:50%;right:-31px;top:50px}.site-thumb.cafe{background:#eee3d7}.cafe .thumb-browser{background:#fcf7ee;border-color:#e2cfbd}.cafe .thumb-title{color:#7d4a2b}.cafe .thumb-shape{background:#b47750;border-radius:50%;width:90px;height:90px;top:55px}.cafe .thumb-shape:after{width:50px;height:50px;background:#583824;border:9px solid #e7c9a4;left:13px;top:10px}.cafe .thumb-button{background:#966b49}.site-thumb.studio{background:#e4e2f1}.studio .thumb-browser{background:#f8f7ff;border-color:#d0c9e5}.studio .thumb-title{color:#665389;font-family:inherit;font-weight:750;font-size:22px}.studio .thumb-shape{background:#c4b3de;border-radius:3px;transform:rotate(10deg);height:95px;top:48px}.studio .thumb-shape:after{border:0;background:#80699c;width:49px;height:65px;left:10px;top:23px;border-radius:50% 50% 0 0;transform:rotate(-20deg)}.studio .thumb-button{background:#80699c}.site-card-body{padding:17px 19px}.site-card-body h3{font-size:15px;margin:0 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-url{font-size:11px;color:#86907f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-meta{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:11px;color:#6f7a6e}.site-meta .avatar{width:23px;height:23px;font-size:8px}.site-card-actions{border-top:1px solid var(--line);padding:11px 18px;display:flex;align-items:center;justify-content:space-between}.site-card-actions .btn{font-size:12px;padding:6px 10px}.activity-item{display:flex;gap:12px;padding:17px 0;border-bottom:1px solid #edf0e8}.activity-item:last-child{border:0}.activity-dot{height:27px;width:27px;display:grid;place-items:center;border:1px solid #e0e8d6;background:#f2f6eb;color:#79965e;flex-shrink:0;border-radius:50%;margin-top:2px}.activity-dot svg{width:12px;height:12px}.activity-item strong{display:block;font-size:12px;font-weight:600;margin-bottom:2px}.activity-item p{font-size:11px;margin:0 0 5px}.activity-item time{font-size:10px;color:#9aa293}.activity-list{padding:0 22px}.dashboard-side .panel-head{padding:20px 22px}.dashboard-side .panel-head h2{font-size:15px}.support-card{background:#eaf0e3;border:1px solid #dfe6d5;border-radius:11px;padding:23px;margin-top:22px}.support-card>svg{color:#527645;margin-bottom:14px}.support-card h3{font-size:15px;margin-bottom:8px}.support-card p{font-size:12px;line-height:1.7;margin-bottom:16px}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.search{position:relative;max-width:380px;flex:1}.search svg{position:absolute;left:12px;top:12px;width:18px;height:18px;color:#86927f}.search input{padding-left:40px}.filters{display:flex;gap:5px;background:#eceedf80;border:1px solid var(--line);padding:4px;border-radius:9px}.filters button{padding:7px 13px;border:0;border-radius:6px;background:none;color:#6a7962;font-size:12px}.filters button.active{background:white;box-shadow:0 1px 5px #1232;color:#35553d;font-weight:650}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;white-space:nowrap}th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.7px;color:#84907d;background:#fafbf7;padding:13px 23px;font-weight:650}td{font-size:13px;padding:19px 23px;border-top:1px solid var(--line)}td strong{font-size:14px;display:block}td small{font-size:12px;color:var(--muted)}.ticket-row{display:flex;align-items:center;gap:18px;padding:23px;border-bottom:1px solid var(--line)}.ticket-row:last-child{border-bottom:0}.ticket-row h3{font-size:15px;margin-bottom:5px}.ticket-row p{font-size:12px;margin:0}.ticket-icon{width:43px;height:43px;display:grid;place-items:center;background:#f3f5ec;color:#6c885d;border-radius:10px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.settings-grid h3{font-size:16px}.settings-grid p{font-size:14px}.status-line{border-bottom:1px solid var(--line);padding:13px 0;display:flex;justify-content:space-between;gap:15px;font-size:13px}.status-line:last-child{border:0}.mobile-menu{display:none}
/* Authentication */
.auth{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#fff}.auth-story{background:#183d34;color:#f5f6e8;padding:50px 11%;display:flex;flex-direction:column;position:relative;overflow:hidden}.auth-story .logo{margin-bottom:100px}.auth-story h1{font-size:54px;font-weight:500;line-height:1.1;letter-spacing:-2.8px;max-width:470px;position:relative;z-index:1}.auth-story h1 em{font-family:Georgia,serif;font-weight:400;color:#ddebaf}.auth-story p{color:#adc3b2;font-size:16px;max-width:350px;position:relative;z-index:1;line-height:1.8}.auth-story .welcome-art{position:relative;right:auto;top:auto;width:300px;height:220px;margin:30px 0 30px 25px;transform:scale(1.25);transform-origin:top left;opacity:.8}.auth-footer{margin-top:auto;padding-top:55px;font-size:12px;color:#a2b7a5;position:relative;z-index:1}.auth-form-wrap{display:grid;place-items:center;padding:55px}.auth-form{width:100%;max-width:370px}.auth-form .eyebrow{color:#869272;margin-bottom:16px}.auth-form h2{font-size:29px;font-weight:600;margin-bottom:10px}.auth-form p{font-size:14px;line-height:1.8;margin-bottom:28px}.auth-form .btn.primary{width:100%;padding:13px}.auth-form .field{margin-bottom:20px}.auth-form .field input{padding:12px 13px}.demo-box{padding:18px;border:1px dashed #cddbbb;border-radius:9px;background:#f9fbf5;margin-top:24px}.demo-box p{font-size:12px;margin-bottom:12px}.demo-box .row{gap:8px}.demo-box .btn{font-size:12px;flex:1}.private-note{display:flex;gap:7px;justify-content:center;font-size:11px;margin-top:24px;color:#9aa48e}.private-note svg{width:14px;height:14px}.auth-story:after{content:'';width:600px;height:600px;position:absolute;border:1px solid #ffffff0c;border-radius:50%;bottom:-220px;right:-220px}
/* Editor */
.editor-shell{height:100vh;display:flex;flex-direction:column;background:#eef1e9}.editor-top{height:76px;flex-shrink:0;background:white;display:flex;align-items:center;padding:0 24px;border-bottom:1px solid var(--line);gap:18px}.editor-brand{border-right:1px solid var(--line);padding-right:20px;display:flex;gap:12px;align-items:center}.editor-title strong{font-size:14px;display:block}.editor-title small{font-size:11px;color:var(--muted)}.editor-top .right{margin-left:auto;display:flex;gap:10px;align-items:center}.save-state{font-size:11px;color:var(--muted)}.editor-layout{display:grid;grid-template-columns:235px minmax(300px,1fr) 300px;min-height:0;flex:1}.editor-left,.editor-right{background:#fff;overflow-y:auto}.editor-left{border-right:1px solid var(--line);padding:21px 16px}.editor-right{border-left:1px solid var(--line);padding:22px 20px}.editor-left h3{font-size:12px;letter-spacing:.8px;text-transform:uppercase;color:#7a8975;margin:0}.editor-page{display:flex;align-items:center;padding:10px;margin-top:5px;border-radius:7px;gap:8px;border:1px solid transparent;font-size:13px;cursor:pointer}.editor-page.active{background:#eef4e5;border-color:#e0e9d4;color:#376044}.editor-page .link{color:inherit;text-align:left;flex:1;font-size:13px}.editor-page svg{width:16px;height:16px}.section-entry{display:flex;align-items:center;gap:9px;width:100%;font-size:12px;color:#66725d;background:#fff;border:1px solid transparent;padding:11px 9px;border-radius:6px;cursor:pointer;text-align:left}.section-entry:hover{background:#f5f7f1}.section-entry.active{color:#365c3e;background:#edf3e4;border-color:#dce7d0}.section-entry svg{width:15px;height:15px}.section-entry span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-footer-note{font-size:11px;color:#94a18a;line-height:1.7;margin:22px 8px}.editor-canvas{display:flex;flex-direction:column;padding:18px 22px;overflow:hidden;align-items:center;gap:17px}.canvas-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;font-size:11px;color:#8a9582}.device-picker{display:flex;align-items:center;border:1px solid #dce2d4;border-radius:6px;background:#f6f8f1;padding:3px}.device-picker button{border:0;background:none;border-radius:4px;padding:5px 8px;color:#909e83;display:grid;place-items:center}.device-picker button.active{color:#3f6a47;background:#fff;box-shadow:0 1px 3px #193e311c}.device-picker svg{width:15px;height:15px}.preview-frame{width:100%;height:100%;border:1px solid #dbe0d5;border-radius:7px;background:white;box-shadow:0 7px 28px #30482c0b;transition:max-width .2s}.preview-frame.mobile{max-width:390px}.editor-right h2{font-size:16px;margin-bottom:6px}.editor-right>p{font-size:12px;margin-bottom:23px}.editor-right .field{margin-bottom:15px}.editor-right .field span{font-size:12px}.editor-right .field input,.editor-right .field textarea,.editor-right .field select{font-size:12px;padding:9px 10px}.editor-right .field textarea{min-height:88px}.section-controls{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid var(--line);margin-top:20px}.item-editor{border:1px solid var(--line);padding:12px 10px 2px;border-radius:8px;margin:10px 0;background:#fafbf8}.editor-tabs{display:flex;gap:10px;border-bottom:1px solid var(--line);margin:-4px 0 20px}.editor-tabs button{background:none;border:0;border-bottom:2px solid transparent;padding:10px 6px;font-size:12px;color:#788771}.editor-tabs button.active{color:#325d42;border-color:#325d42}.upload{font-size:12px;padding:10px;border:1px dashed #cedbbb;border-radius:8px;margin-bottom:15px;display:block;cursor:pointer;color:#698359}.upload input{display:block;margin-top:7px;font-size:11px;max-width:100%}.preview-note{font-size:10px;color:#84957a}.editor-bottom{font-size:11px;color:#75866c;padding:9px 22px;background:#f7f9f2;border-top:1px solid var(--line);display:flex;justify-content:space-between}.export-actions{display:grid;gap:8px}.export-actions .btn{font-size:12px;justify-content:flex-start}.add-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.add-section-grid button{text-align:left;white-space:normal;display:block;padding:15px}.add-section-grid strong{display:block;margin:7px 0 3px;font-size:14px}.add-section-grid small{display:block;font-weight:400;font-size:11px;color:var(--muted)}
/* Dialogs and messages */
dialog{border:1px solid var(--line);border-radius:15px;box-shadow:0 25px 100px #102a3240;padding:0;width:min(560px,calc(100vw - 35px));max-height:88vh;color:var(--ink);background:#fff}dialog::backdrop{background:#102a2b65;backdrop-filter:blur(3px)}.modal-head{padding:22px 26px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:12px}.modal-head h2{margin:0;font-size:20px}.modal-body{padding:24px 26px;max-height:calc(88vh - 83px);overflow:auto}.modal-body>p{font-size:14px;line-height:1.7}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:24px}.modal-body .hint{font-size:13px}.version-row{padding:13px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:15px}.version-row strong{font-size:14px;display:block}.version-row small{color:var(--muted);font-size:11px}.message{padding:15px 17px;border-radius:9px;background:#f4f6ef;margin-bottom:12px}.message.staff{background:#eaf0e4}.message .row{font-size:11px;color:#6d815f;margin-bottom:8px}.message p{font-size:14px;color:#3d5041;white-space:pre-wrap;margin-bottom:0;overflow-wrap:anywhere}.thread-heading{font-size:13px;margin:0 0 18px;color:var(--muted)}#toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%,15px);background:#183d34;color:#fff;border:1px solid #53765b;border-radius:10px;box-shadow:0 10px 40px #122f2940;padding:13px 22px;font-size:14px;z-index:100;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:90vw}#toast.show{opacity:1;transform:translate(-50%,0)}#toast.bad{background:#813f32;border-color:#b27768}.loading{min-height:100vh;display:grid;place-items:center;color:var(--muted)}.loading .logo{color:var(--green);margin-bottom:17px}.footer{font-size:11px;color:#a0a899;margin-top:35px;display:flex;justify-content:space-between;gap:20px}
@media(min-width:1600px){.site-thumb{height:200px;padding:22px 27px 0}.thumb-browser{height:210px}.thumb-title{font-size:30px}.thumb-shape{width:95px;height:130px}.cafe .thumb-shape{width:100px;height:100px}}
@media(max-width:1250px){.shell{grid-template-columns:208px 1fr}.sidebar{width:208px}.content{padding:28px}.topbar{padding:0 28px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 265px;gap:20px}.welcome-art{right:10px;transform:scale(.8);transform-origin:right center}.welcome h2{max-width:410px;font-size:25px}.welcome p{max-width:400px}.stats{gap:12px}.stat{padding:17px}.site-grid{gap:16px}.site-thumb{padding:16px 15px 0;height:147px}.thumb-title{font-size:22px}.thumb-shape{width:60px;height:98px;right:10px}.editor-layout{grid-template-columns:205px minmax(250px,1fr) 270px}.editor-top{padding:0 16px;gap:10px}.editor-top .btn{padding:8px 11px}.save-state{display:none}}
@media(max-width:1050px){.dashboard-grid{grid-template-columns:1fr}.dashboard-side{display:grid;grid-template-columns:1fr 1fr;gap:20px}.support-card{margin-top:0;align-self:start}.welcome-art{opacity:.6;right:-10px}.welcome h2,.welcome p{position:relative;z-index:1;max-width:380px}.site-grid{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}.editor-layout{grid-template-columns:175px minmax(220px,1fr) 250px}.editor-left{padding:18px 10px}.editor-right{padding:20px 15px}.editor-canvas{padding:16px 12px}.auth-story{padding:40px 10%}.auth-story h1{font-size:46px}.auth-form-wrap{padding:35px}}
@media(max-width:800px){.shell{grid-template-columns:1fr}.sidebar{transform:translateX(-100%);transition:transform .2s}.sidebar.open{transform:translateX(0);box-shadow:10px 0 50px #102a3250}.main{grid-column:1}.mobile-menu{display:inline-flex}.topbar{height:65px;padding:0 20px}.content{padding:24px 20px}.date-label{display:none}.stats{grid-template-columns:repeat(2,1fr)}.welcome-art{opacity:.4}.welcome{padding:25px}.page-head h1{font-size:27px}.auth{grid-template-columns:1fr}.auth-story{display:none}.auth-form-wrap{min-height:100vh;padding:30px}.editor-layout{grid-template-columns:155px minmax(200px,1fr)}.editor-right{grid-column:1/-1;max-height:360px;border-top:1px solid var(--line);min-height:200px}.editor-layout{overflow:auto;grid-template-rows:minmax(450px,65vh) auto}.editor-shell{height:auto;min-height:100vh}.editor-top{flex-wrap:wrap;height:auto;min-height:76px;padding:12px;gap:12px;position:sticky;top:0;z-index:10}.editor-top .right{margin-left:0;flex-wrap:wrap}.editor-brand{border:0}.editor-right .field{max-width:600px}.preview-frame{height:100%}.editor-canvas{min-height:450px}.editor-bottom{display:none}.toolbar{flex-wrap:wrap}.filters{margin-left:auto}}
@media(max-width:500px){.dashboard-side{grid-template-columns:1fr}.site-grid,.dashboard-grid .site-grid{grid-template-columns:1fr}.site-thumb{height:190px;padding:20px 27px 0}.thumb-title{font-size:28px}.thumb-shape{width:90px;height:120px;right:30px}.page-head{align-items:flex-start}.page-head .btn{font-size:12px;padding:8px 10px}.welcome h2{font-size:25px}.welcome-art{display:none}.topbar-right{gap:9px}.crumb{font-size:12px}.topbar-right .avatar{display:none}.form-grid{grid-template-columns:1fr}.ticket-row{flex-wrap:wrap;padding:18px;gap:10px}.ticket-row .grow{min-width:70%}.date-label{display:none}.footer{flex-direction:column;gap:5px}.modal-body{padding:20px}.modal-head{padding:18px 20px}.editor-layout{grid-template-columns:135px minmax(0,1fr)}.editor-canvas{padding:10px 6px}.canvas-toolbar>span{display:none}.editor-title strong{max-width:185px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-page{padding:8px 5px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
/* Keep the wordmark and workspace label readable in the compact rail. */
.logo-mark{flex-shrink:0;width:27px;height:27px}.sidebar .logo{padding:0 6px;font-size:22px;gap:8px}.workspace-pill>div{min-width:0}.workspace-pill strong{font-size:12px;white-space:nowrap}.profile strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile small{white-space:nowrap}
.sidebar{overflow-x:hidden;overflow-y:auto}.workspace-pill strong{overflow:hidden;text-overflow:ellipsis}.workspace-pill>div{flex:1}
@media(max-width:800px){.sidebar{visibility:hidden}.sidebar.open{visibility:visible}}
