:root{--orange:#F97316;--orange-hover:#FF8A00;--orange-soft:#FFF3E9;--orange-line:#FFD9BC;--ink:#111111;--ink-deep:#0B0B0C;--text:#222222;--muted:#6B6B70;--faint:#9A9AA1;--white:#FFFFFF;--gray:#F7F7F7;--border:#EAEAEA;--green:#0E9F6E;--red:#DC2626;--amber:#F5A524;--blue:#2F6FED;--bg:#F6F7F9;--panel:#FFFFFF;--panel-2:#FAFAFB;--sidebar:#0B0B0C;--sidebar-muted:#8A8A92;--sidebar-line:rgba(255,255,255,.08);--sh-xs:0 1px 2px rgba(17,17,19,.05);--sh-sm:0 2px 8px rgba(17,17,19,.06);--sh-md:0 10px 26px -10px rgba(17,17,19,.16);--sh-lg:0 24px 60px -20px rgba(17,17,19,.28);--sh-orange:0 12px 26px -10px rgba(249,115,22,.5);--r-sm:8px;--r-md:12px;--r-lg:16px;--r-xl:22px;--r-pill:999px;--e-out:cubic-bezier(.22,1,.36,1);--e-soft:cubic-bezier(.4,0,.2,1);--sidebar-w:256px;--topbar-h:64px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);font-size:14.5px;line-height:1.55;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Sora,sans-serif;color:var(--ink);letter-spacing:-.02em;line-height:1.15;margin:0}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.mono{font-family:IBM Plex Mono,monospace;font-variant-numeric:tabular-nums}:focus-visible{outline:2px solid var(--orange);outline-offset:2px;border-radius:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:var(--r-sm);padding:10px 16px;font-size:14px;font-weight:600;transition:transform .15s var(--e-out),background .2s,box-shadow .2s;white-space:nowrap}.btn:active{transform:translateY(1px) scale(.99)}.btn svg{width:16px;height:16px}.btn-primary{background:var(--orange);color:#fff;box-shadow:var(--sh-orange)}.btn-primary:hover{background:var(--orange-hover);transform:translateY(-1px)}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:#000}.btn-ghost{background:#fff;color:var(--ink);border:1px solid var(--border);box-shadow:var(--sh-xs)}.btn-ghost:hover{border-color:var(--ink)}.btn-danger{background:#fff;color:var(--red);border:1px solid #F3C9C9}.btn-danger:hover{background:var(--red);color:#fff;border-color:var(--red)}.btn-block{width:100%}.btn-sm{padding:8px 13px;font-size:13px}.btn-lg{padding:13px 22px;font-size:15px}.btn:disabled{opacity:.55;pointer-events:none}.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--r-pill);font-size:11.5px;font-weight:600;letter-spacing:.01em}.pill-live{background:#e7f7f0;color:#06795a}.pill-draft{background:var(--gray);color:var(--muted)}.pill-sched{background:#eaf1fe;color:var(--blue)}.pill-arch{background:#fbeaea;color:var(--red)}.pill i{width:6px;height:6px;border-radius:50%;background:currentColor}.panel{background:var(--panel);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-xs)}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:12.5px;font-weight:600;color:var(--text)}.field input,.field select,.field textarea{width:100%;height:42px;padding:0 12px;border:1px solid var(--border);border-radius:var(--r-sm);background:#fff;font:inherit;font-size:14px;color:var(--text);outline:none;transition:border-color .2s var(--e-out),box-shadow .2s var(--e-out)}.field textarea{height:auto;padding:10px 12px;resize:vertical;min-height:90px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-soft)}.stack{display:flex;flex-direction:column}.row{display:flex;align-items:center}.spin{width:18px;height:18px;border:2px solid var(--orange-line);border-top-color:var(--orange);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.skel{position:relative;overflow:hidden;background:var(--gray);border-radius:var(--r-sm)}.skel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:sh 1.3s infinite}@keyframes sh{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}.shell{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh}.side{background:var(--sidebar);color:#fff;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;border-right:1px solid var(--sidebar-line)}.side-brand{display:flex;align-items:center;gap:11px;padding:20px 22px;border-bottom:1px solid var(--sidebar-line)}.side-brand .logo-z{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:var(--orange);font-family:Sora,sans-serif;font-weight:800;font-size:19px;color:#fff}.side-brand b{font-family:Sora,sans-serif;font-size:15px;letter-spacing:.02em;display:block;line-height:1}.side-brand span{font-size:10px;letter-spacing:.22em;color:var(--sidebar-muted)}.side-nav{flex:1;overflow-y:auto;padding:14px 12px;display:flex;flex-direction:column;gap:2px}.side-group{font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#54545c;padding:16px 12px 6px}.side-link{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:var(--r-sm);color:var(--sidebar-muted);font-size:14px;font-weight:500;transition:all .16s var(--e-out);position:relative}.side-link:hover{background:#ffffff0d;color:#fff}.side-link.active{background:#f9731624;color:#fff}.side-link.active:before{content:"";position:absolute;left:-12px;top:8px;bottom:8px;width:3px;border-radius:0 3px 3px 0;background:var(--orange)}.side-link .badge-n{margin-left:auto;background:var(--orange);color:#fff;font-size:10.5px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:grid;place-items:center;padding:0 5px}.side-foot{border-top:1px solid var(--sidebar-line);padding:12px}.side-user{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--r-sm)}.side-user .av{width:34px;height:34px;border-radius:50%;background:var(--orange);display:grid;place-items:center;font-family:Sora,sans-serif;font-weight:600;font-size:13px;flex:0 0 auto}.side-user b{font-size:13px;display:block;line-height:1.2}.side-user span{font-size:11px;color:var(--sidebar-muted)}.main{display:flex;flex-direction:column;min-width:0}.topbar{position:sticky;top:0;z-index:20;height:var(--topbar-h);display:flex;align-items:center;gap:16px;padding:0 26px;background:#ffffffb8;-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--border)}.topbar h1{font-size:18px}.topbar-search{display:flex;align-items:center;gap:8px;height:38px;padding:0 13px;border-radius:var(--r-pill);background:var(--gray);border:1px solid var(--border);color:var(--faint);min-width:220px}.topbar-search input{border:0;background:transparent;font:inherit;font-size:13.5px;outline:none;color:var(--text);width:100%}.topbar-spacer{flex:1}.icon-btn{width:38px;height:38px;display:grid;place-items:center;border-radius:var(--r-sm);border:1px solid var(--border);background:#fff;color:var(--muted);position:relative;transition:all .16s var(--e-out)}.icon-btn:hover{border-color:var(--ink);color:var(--ink)}.icon-btn .dot{position:absolute;top:8px;right:9px;width:7px;height:7px;border-radius:50%;background:var(--orange);border:2px solid #fff}.burger-btn{display:none}.content{padding:26px;max-width:1320px;width:100%}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px;flex-wrap:wrap}.page-head h2{font-size:24px}.page-head p{color:var(--muted);font-size:14px;margin-top:4px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{padding:18px 20px;position:relative;overflow:hidden}.stat-top{display:flex;align-items:center;justify-content:space-between}.stat-ico{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:var(--orange-soft);color:var(--orange)}.stat-trend{font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:3px}.stat-trend.up{color:var(--green)}.stat-trend.down{color:var(--red)}.stat-n{font-family:IBM Plex Mono,monospace;font-size:30px;font-weight:600;letter-spacing:-.02em;color:var(--ink);margin-top:14px;line-height:1}.stat-label{font-size:13px;color:var(--muted);margin-top:5px}.grid-2{display:grid;grid-template-columns:1.6fr 1fr;gap:16px;margin-top:16px}.card-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border)}.card-head h3{font-size:16px}.card-body{padding:20px}.tbl-wrap{overflow-x:auto}table.tbl{width:100%;border-collapse:collapse;font-size:13.5px}.tbl th{text-align:left;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--faint);padding:11px 14px;border-bottom:1px solid var(--border);white-space:nowrap}.tbl td{padding:13px 14px;border-bottom:1px solid var(--border);vertical-align:middle}.tbl tr:last-child td{border-bottom:0}.tbl tbody tr{transition:background .14s var(--e-out)}.tbl tbody tr:hover{background:var(--panel-2)}.tbl .num{font-family:IBM Plex Mono,monospace;font-variant-numeric:tabular-nums}.row-actions{display:flex;gap:6px;justify-content:flex-end}.row-actions button{width:32px;height:32px;border-radius:7px;border:1px solid var(--border);background:#fff;color:var(--muted);display:grid;place-items:center;transition:all .15s var(--e-out)}.row-actions button:hover{border-color:var(--ink);color:var(--ink)}.row-actions button.danger:hover{border-color:var(--red);color:var(--red);background:#fff}.empty-row{text-align:center;padding:40px;color:var(--muted)}.auth{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-visual{background:var(--ink-deep);color:#fff;position:relative;overflow:hidden;padding:56px;display:flex;flex-direction:column;justify-content:space-between}.auth-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 80% at 80% 0%,rgba(249,115,22,.32),transparent 58%),radial-gradient(80% 70% at 0% 100%,rgba(249,115,22,.12),transparent 60%)}.auth-visual>*{position:relative}.auth-brand{display:flex;align-items:center;gap:12px}.auth-brand .logo-z{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:var(--orange);font-family:Sora,sans-serif;font-weight:800;font-size:22px}.auth-brand b{font-family:Sora,sans-serif;font-size:17px}.auth-brand span{font-size:11px;letter-spacing:.2em;color:var(--sidebar-muted);display:block}.auth-tag{max-width:22ch}.auth-tag h2{font-size:34px;color:#fff;line-height:1.1}.auth-tag p{color:#ffffff9e;margin-top:14px;font-size:15px;line-height:1.6}.auth-path{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5}.auth-foot{font-size:12.5px;color:#fff6}.auth-form-wrap{display:grid;place-items:center;padding:40px}.auth-form{width:min(380px,100%)}.auth-form h1{font-size:26px;margin-bottom:6px}.auth-form .sub{color:var(--muted);margin-bottom:26px;font-size:14px}.auth-form .field{margin-bottom:15px}.auth-row{display:flex;align-items:center;justify-content:space-between;margin:4px 0 20px;font-size:13px}.auth-check{display:flex;align-items:center;gap:8px;color:var(--muted);cursor:pointer}.auth-check input{width:16px;height:16px;accent-color:var(--orange)}.auth-link{color:var(--orange);font-weight:600}.auth-err{background:#fbeaea;border:1px solid #F3C9C9;color:#b42318;padding:10px 13px;border-radius:var(--r-sm);font-size:13px;margin-bottom:16px}.auth-ok{background:#e7f7f0;border:1px solid #B7E6D2;color:#06795a;padding:10px 13px;border-radius:var(--r-sm);font-size:13px;margin-bottom:16px}.auth-2fa{display:flex;align-items:center;gap:8px;margin-top:22px;padding:12px 14px;border:1px dashed var(--border);border-radius:var(--r-sm);font-size:12.5px;color:var(--muted)}.gate{min-height:100vh;display:grid;place-items:center}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0c80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:40;opacity:0;visibility:hidden;transition:.2s}.scrim.open{opacity:1;visibility:visible}@media (max-width:1024px){.shell{grid-template-columns:1fr}.side{position:fixed;left:0;top:0;z-index:50;width:var(--sidebar-w);transform:translate(-100%);transition:transform .26s var(--e-out)}.side.open{transform:none}.burger-btn{display:grid}.stat-grid{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}}@media (max-width:760px){.auth{grid-template-columns:1fr}.auth-visual{display:none}.content{padding:18px}.topbar{padding:0 16px}.topbar-search{display:none}.stat-grid{grid-template-columns:1fr 1fr;gap:12px}.stat-n{font-size:24px}.page-head h2{font-size:20px}}@media (max-width:420px){.stat-grid{grid-template-columns:1fr}}.toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px}.tb-search{display:flex;align-items:center;gap:8px;height:40px;padding:0 12px;border:1px solid var(--border);border-radius:var(--r-sm);background:#fff;color:var(--faint);min-width:240px;flex:1;max-width:360px}.tb-search input{border:0;background:transparent;font:inherit;font-size:14px;outline:none;color:var(--text);width:100%}.tb-search:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-soft)}.tb-clear{border:0;background:none;color:var(--faint);display:grid;place-items:center;padding:2px}.tb-select select{height:40px;padding:0 34px 0 12px;border:1px solid var(--border);border-radius:var(--r-sm);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239A9AA1' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;font:inherit;font-size:13.5px;color:var(--text);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.tb-select select:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-soft)}.tb-spacer{flex:1}.bulkbar{display:flex;align-items:center;gap:12px;padding:10px 16px;background:var(--ink);color:#fff;border-radius:var(--r-sm);margin-bottom:14px;font-size:13.5px}.bulkbar b{font-family:IBM Plex Mono,monospace}.bulkbar .btn{margin-left:auto}.bulkbar-actions{display:flex;gap:8px;margin-left:auto}.th-sort{display:inline-flex;align-items:center;gap:5px;border:0;background:none;font:inherit;font-size:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;cursor:pointer;font-weight:700}.tbl tr.sel{background:var(--orange-soft)}.tbl input[type=checkbox]{width:16px;height:16px;accent-color:var(--orange);cursor:pointer}.cell-title{font-weight:600;color:var(--ink)}.cell-sub{font-size:12px;color:var(--faint)}.route-cell{display:flex;align-items:center;gap:7px;font-family:IBM Plex Mono,monospace;font-weight:600}.route-cell .arr{color:var(--faint)}.logo-chip{width:30px;height:30px;border-radius:7px;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:700;font-family:IBM Plex Mono,monospace;flex:0 0 auto}.mini-thumb{width:40px;height:30px;border-radius:6px;object-fit:cover;background:var(--gray);flex:0 0 auto}.pager{display:flex;align-items:center;justify-content:space-between;padding:14px 4px 0;flex-wrap:wrap;gap:12px}.pager-info{font-size:13px;color:var(--muted)}.pager-btns{display:flex;align-items:center;gap:10px}.pager-cur{font-size:13px;color:var(--muted)}.drawer-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0c80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:60;opacity:0;visibility:hidden;transition:.24s}.drawer-scrim.open{opacity:1;visibility:visible}.drawer{position:fixed;top:0;right:0;bottom:0;width:min(560px,100%);background:#fff;z-index:61;display:flex;flex-direction:column;box-shadow:-24px 0 60px -20px #0000004d;transform:translate(100%);transition:transform .28s var(--e-out)}.drawer.wide{width:min(820px,100%)}.drawer.open{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--border);flex:0 0 auto}.drawer-head h3{font-size:18px}.drawer-body{flex:1;overflow-y:auto;padding:22px}.drawer-foot{flex:0 0 auto;display:flex;gap:10px;justify-content:flex-end;padding:16px 22px;border-top:1px solid var(--border);background:var(--panel-2)}.form-grid{display:grid;gap:14px;margin-bottom:16px}.form-grid .wide{grid-column:1/-1}.form-section{margin-bottom:8px;padding-top:8px}.form-section h4{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--faint);margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border)}.field-hint{font-size:12px;color:var(--faint)}.field .req{color:var(--orange)}.switch-row{display:flex;align-items:center;gap:11px;cursor:pointer;padding:6px 0}.switch{width:40px;height:23px;border-radius:12px;background:var(--border);position:relative;flex:0 0 auto;transition:background .2s var(--e-out)}.switch .knob{position:absolute;top:2px;left:2px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:var(--sh-sm);transition:transform .2s var(--e-out)}.switch.on{background:var(--orange)}.switch.on .knob{transform:translate(17px)}.switch-label b{font-size:13.5px;font-weight:600;display:block}.switch-label em{font-style:normal;font-size:12px;color:var(--faint)}.switch-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 20px}.img-input{margin-top:2px}.img-drop{width:100%;height:130px;border:1.5px dashed var(--border);border-radius:var(--r-sm);background:var(--panel-2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:13px}.img-drop:hover{border-color:var(--orange);color:var(--orange)}.img-preview{position:relative;width:180px;border-radius:var(--r-sm);overflow:hidden;border:1px solid var(--border)}.img-preview img{width:100%;height:120px;object-fit:cover;display:block}.img-x{position:absolute;top:6px;right:6px;width:26px;height:26px;border-radius:50%;background:#0009;color:#fff;border:0;display:grid;place-items:center}.repeater{display:flex;flex-direction:column;gap:8px}.repeater-empty{font-size:13px;color:var(--faint);padding:8px 0}.repeater-row{display:flex;gap:8px;align-items:flex-start}.repeater-row>input,.repeater-fields input{width:100%;height:38px;padding:0 11px;border:1px solid var(--border);border-radius:var(--r-sm);font:inherit;font-size:13.5px;outline:none}.repeater-row>input:focus,.repeater-fields input:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-soft)}.repeater-fields{display:flex;gap:8px;flex:1}.repeater .icon-btn{width:38px;height:38px;flex:0 0 auto}.rte{border:1px solid var(--border);border-radius:var(--r-sm);overflow:hidden}.rte-bar{display:flex;gap:2px;padding:6px;background:var(--panel-2);border-bottom:1px solid var(--border)}.rte-bar button{width:34px;height:30px;border:0;background:none;border-radius:6px;color:var(--muted);font-size:13px}.rte-bar button:hover{background:var(--gray);color:var(--ink)}.rte-body{min-height:180px;padding:14px;font-size:14px;line-height:1.6;outline:none}.rte-body:focus{background:#fff}.toast-host{position:fixed;bottom:20px;right:20px;z-index:200;display:flex;flex-direction:column;gap:10px}.toast{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:var(--r-sm);background:var(--ink);color:#fff;font-size:13.5px;box-shadow:var(--sh-lg);animation:toastin .28s var(--e-out);max-width:360px}.toast-success{background:#0d8a5f}.toast-error{background:#c0392b}.toast-info{background:var(--ink)}@keyframes toastin{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0c8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:120;display:grid;place-items:center;padding:20px}.confirm{width:min(420px,100%);background:#fff;border-radius:var(--r-lg);padding:26px;box-shadow:var(--sh-lg)}.confirm h3{font-size:18px;margin-bottom:8px}.confirm p{color:var(--muted);font-size:14px;line-height:1.55}.confirm-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:22px}.empty-state{text-align:center;padding:56px 24px}.empty-state h3{font-size:17px}.empty-state p{color:var(--muted);font-size:14px;margin-top:6px;max-width:40ch;margin-inline:auto}.inline-select{height:30px;padding:0 26px 0 10px;border:1px solid var(--border);border-radius:var(--r-pill);font:inherit;font-size:12px;font-weight:600;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%239A9AA1' stroke-width='3'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 9px center}.settings-tabs{display:flex;gap:6px;margin-bottom:20px;flex-wrap:wrap}.settings-tab{padding:9px 15px;border-radius:var(--r-pill);border:1px solid var(--border);background:#fff;font-size:13.5px;font-weight:600;color:var(--muted)}.settings-tab.on{background:var(--ink);color:#fff;border-color:var(--ink)}.setting-card{max-width:680px}.builder-list{display:flex;flex-direction:column;gap:10px;max-width:680px}.builder-item{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#fff;border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--sh-xs)}.builder-item.dragging{opacity:.5}.builder-grip{color:var(--faint);cursor:grab;display:grid;place-items:center}.builder-item h4{font-size:14.5px}.builder-item p{font-size:12.5px;color:var(--faint)}.builder-order{margin-left:auto;display:flex;gap:4px}.builder-order button{width:30px;height:30px;border:1px solid var(--border);background:#fff;border-radius:6px;color:var(--muted);display:grid;place-items:center}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.gal-tile{border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;background:#fff;position:relative}.gal-tile img{width:100%;height:120px;object-fit:cover;display:block;background:var(--gray)}.gal-tile-info{padding:8px 10px;font-size:11.5px;color:var(--muted);display:flex;justify-content:space-between}.gal-tile .gal-del{position:absolute;top:6px;right:6px;width:26px;height:26px;border-radius:50%;background:#0009;color:#fff;border:0;display:grid;place-items:center;opacity:0;transition:.15s}.gal-tile:hover .gal-del{opacity:1}.gal-upload{border:1.5px dashed var(--border);border-radius:var(--r-md);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted);min-height:152px;font-size:13px}.gal-upload:hover{border-color:var(--orange);color:var(--orange)}.dl{display:grid;grid-template-columns:130px 1fr;gap:10px 16px;font-size:14px}.dl dt{color:var(--muted)}.dl dd{font-weight:500;color:var(--ink)}.msg-body{background:var(--panel-2);border:1px solid var(--border);border-radius:var(--r-sm);padding:14px;font-size:14px;line-height:1.6;white-space:pre-wrap;margin-top:6px}.chips-wrap{display:flex;flex-wrap:wrap;gap:6px}.perm-chip{font-size:11.5px;font-weight:600;padding:4px 9px;border-radius:var(--r-pill);background:var(--gray);color:var(--muted);border:1px solid var(--border)}.perm-chip.on{background:var(--orange-soft);color:#c2410c;border-color:var(--orange-line)}@media (max-width:640px){.form-grid{grid-template-columns:1fr!important}.dl{grid-template-columns:1fr;gap:4px}.dl dt{margin-top:8px}.switch-grid{grid-template-columns:1fr}}
