:root{--ink:#193e35;--text:#223d34;--muted:#79847d;--bg:#f6f7f3;--line:#e3e8df;--green:#1e604e;--lime:#d7f7a4;--white:#fff;--red:#b44336;--shadow:0 8px 32px #163e3507;font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;color:var(--text);font-synthesis:none}
.upload-row{position:relative}.upload-row>.sr-only{left:0;top:0}
.crop-modal .modal-header{gap:16px}.crop-modal .modal-header>div{min-width:0;flex:1}.crop-modal .close-button{flex:none}
*{box-sizing:border-box}body{margin:0;background:var(--bg);font-size:14px}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}button:focus-visible,a:focus-visible{outline:3px solid #98c8aa;outline-offset:3px}h1,h2,h3,p{margin:0}button svg{flex-shrink:0}.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.muted{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.boot-screen{height:100vh;display:grid;align-content:center;justify-items:center;gap:18px}.spinner{width:24px;height:24px;display:inline-block;border:2px solid #c5d5c9;border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes rise{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:38px;height:38px;border-radius:12px;background:var(--lime);color:var(--ink);display:flex;align-items:center;justify-content:center;font-size:25px;font-weight:850;position:relative;letter-spacing:-2px}.brand-name{font-size:22px;font-weight:700;letter-spacing:-.8px}.brand-sub{font-size:10px;letter-spacing:2.5px;opacity:.56;margin-top:3px}.layout{min-height:100vh;display:grid;grid-template-columns:238px minmax(0,1fr)}.sidebar{background:var(--ink);color:#f5fbf6;position:fixed;inset:0 auto 0 0;width:238px;padding:34px 22px 22px;display:flex;flex-direction:column;z-index:20}.sidebar .brand{margin:0 12px 49px}.nav-label{font-size:10px;letter-spacing:2px;color:#94b3a5;margin:0 16px 15px}.nav{display:flex;flex-direction:column;gap:7px}.nav-button{display:flex;align-items:center;gap:13px;border:0;background:none;color:#b5cbbf;padding:14px 16px;border-radius:9px;text-align:left;font-size:14px;letter-spacing:.4px;transition:background .15s,color .15s}.nav-button:hover{background:#ffffff0b;color:#fff}.nav-button.active{background:var(--lime);color:var(--ink);font-weight:650}.nav-button.active:after{content:"";margin-left:auto;width:6px;height:6px;border-radius:50%;background:var(--ink)}.sidebar-help{margin-top:auto;padding:22px 15px;border:1px solid #ffffff1a;border-radius:12px;background:#ffffff04}.sidebar-help .icon{color:var(--lime);margin-bottom:12px}.sidebar-help h3{font-size:13px;font-weight:500;margin-bottom:8px}.sidebar-help p{font-size:11px;color:#a9c0b2;line-height:1.8}.sidebar-help button{margin-top:14px;color:var(--lime);border:none;padding:0;background:none;display:flex;gap:8px;align-items:center;font-size:12px}.sidebar-help button svg{width:14px;height:14px;margin:0}.sidebar-foot{display:flex;align-items:center;gap:8px;margin:23px 14px 0;font-size:10px;color:#8fae9e;letter-spacing:.4px}.tiny-dot{height:5px;width:5px;border-radius:50%;background:#bfe797}.workspace{grid-column:2;min-width:0}.topbar{height:85px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 42px;background:#fafbf8;gap:18px}.breadcrumb{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px}.breadcrumb .current{color:var(--text)}.breadcrumb .icon{width:15px;height:15px}.topbar-end{display:flex;align-items:center;gap:22px}.site-domain{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;color:var(--muted);border-right:1px solid var(--line);padding-right:22px}.user-button{border:0;background:none;display:flex;align-items:center;gap:10px;padding:0;font-size:12px}.avatar{width:31px;height:31px;border-radius:50%;background:#e5ebdf;color:#5e715e;display:grid;place-items:center;font-size:11px;font-weight:700}.logout{color:var(--muted);background:none;border:0;padding:5px}.logout:hover{color:var(--red)}.mobile-menu{display:none}.main{max-width:1510px;padding:37px 42px 40px;margin:0 auto;animation:rise .2s ease}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.eyebrow{font-size:10px;letter-spacing:2.1px;color:var(--green);font-weight:650;margin-bottom:11px}.page-heading h1{font-size:27px;letter-spacing:-.7px;font-weight:660}.page-heading p{color:var(--muted);margin-top:10px;font-size:12px;line-height:1.7}.heading-actions{display:flex;gap:10px;align-items:center}.btn{border:1px solid transparent;border-radius:8px;min-height:41px;padding:10px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:550;white-space:nowrap;transition:background .15s,transform .15s}.btn .icon{width:16px;height:16px}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--ink);color:white}.btn-primary:hover{background:#285646}.btn-secondary{background:white;border-color:#dce3d8;color:#456052}.btn-secondary:hover{background:#f4f6f0}.btn-quiet{background:transparent;color:var(--green)}.btn-quiet:hover{background:#e9efe5}.btn-danger{color:white;background:var(--red)}.btn-danger:hover{background:#9d392e}.btn-small{padding:7px 12px;min-height:34px;font-size:11px}.btn-full{width:100%}.notice{border:1px solid #dde5d2;border-radius:10px;background:#eff3e8;padding:14px 18px;display:flex;align-items:center;gap:12px;margin-bottom:25px}.notice .icon{color:#6b8255;flex-shrink:0}.notice-copy{flex:1;font-size:12px;line-height:1.65;color:#607054}.notice-copy strong{font-weight:600;color:#425638}.notice .btn{margin-left:10px;min-height:31px;font-size:11px;padding:6px 11px;background:white;border-color:#dce4d1;color:#596d46}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;margin-bottom:31px}.stat{background:white;border:1px solid var(--line);border-radius:12px;padding:22px 22px 19px;box-shadow:var(--shadow)}.stat-top{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:var(--muted)}.stat-icon{width:32px;height:32px;border-radius:9px;background:#f2f5ed;display:grid;place-items:center;color:#6b835e}.stat-icon .icon{width:17px;height:17px}.stat-number{font-size:34px;line-height:1.3;font-weight:600;letter-spacing:-1.1px;margin:8px 0}.stat-note{font-size:10px;color:#8b968a;display:flex;align-items:center;gap:5px}.stat:first-child{background:var(--ink);color:white;border-color:var(--ink)}.stat:first-child .stat-top,.stat:first-child .stat-note{color:#b0c5b6}.stat:first-child .stat-icon{background:#ffffff12;color:var(--lime)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:17px}.section-title{display:flex;align-items:center;gap:9px;font-weight:650;font-size:16px}.count-chip{padding:2px 7px;font-size:10px;background:#e8ede2;border-radius:5px;color:#6b7e5b;font-weight:500}.section-hint{font-size:11px;color:#929c92}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}.search-wrap{position:relative;max-width:320px;width:100%}.search-wrap .icon{position:absolute;left:13px;top:12px;width:16px;height:16px;color:#8d9c8c}.search-wrap input{width:100%;height:40px;background:white;border:1px solid var(--line);border-radius:8px;padding:9px 12px 9px 38px;color:var(--text);font-size:12px}.search-wrap input:focus{outline:2px solid #c6dcbc;outline-offset:1px}.filters{display:flex;gap:4px;background:#edf0e8;padding:4px;border-radius:8px}.filter{border:none;background:transparent;color:#7b8877;border-radius:5px;font-size:11px;padding:7px 13px;white-space:nowrap}.filter.active{color:var(--ink);background:white;box-shadow:0 2px 3px #183c3306}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px}.project-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:box-shadow .2s,border-color .2s}.project-card:hover{box-shadow:0 8px 22px #173c3510;border-color:#c3d2bc}.project-cover{height:130px;background:#edf1e8;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-cover>img{width:100%;height:100%;object-fit:cover}.project-cover.no-image{background:linear-gradient(120deg,#e7eddf,#f0f4e8)}.cover-initial{font-size:40px;font-weight:550;color:#a0b48f}.cover-badge{position:absolute;top:13px;right:13px}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:5px;padding:5px 8px;font-size:10px;line-height:1;background:#eff6e8;color:#507c37;white-space:nowrap;font-weight:500}.badge:before{content:"";width:4px;height:4px;border-radius:50%;background:currentColor}.badge.disabled{color:#8a8d83;background:#eeeee8}.badge.warning{background:#fbf0d9;color:#9b7631}.badge.error{background:#fbedeb;color:#b05b4f}.project-card-body{padding:19px 19px 15px}.project-card h3{font-size:15px;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-path{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;color:#899583;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:17px}.project-share-title{font-size:12px;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#4a5f4c}.project-description{font-size:11px;color:#929b8e;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-height:17px}.project-card-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf0e8;margin-top:19px;padding-top:13px;font-size:10px;color:#929e8d}.card-actions{display:flex;gap:7px}.icon-button{border:1px solid var(--line);border-radius:6px;background:white;width:29px;height:29px;display:grid;place-items:center;color:#697e5d}.icon-button .icon{width:14px;height:14px}.icon-button:hover{background:#f1f5eb}.empty-state{min-height:290px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:34px;text-align:center;border:1px dashed #cdd9c2;border-radius:12px;background:linear-gradient(115deg,#fafcf7,#f0f4e9);grid-column:1/-1}.empty-icon{width:68px;height:68px;border-radius:19px;background:#e3eed8;display:grid;place-items:center;color:#769361;margin-bottom:21px;transform:rotate(-6deg)}.empty-icon .icon{width:30px;height:30px;transform:rotate(6deg)}.empty-state h3{font-size:17px;font-weight:600;margin-bottom:10px}.empty-state p{color:#85907b;font-size:12px;line-height:1.9;max-width:380px;margin-bottom:20px}.empty-state.compact{border:0;min-height:200px;background:#fff;border-radius:12px}.empty-state.compact .empty-icon{width:45px;height:45px;margin-bottom:12px}.empty-state.compact .empty-icon .icon{width:22px;height:22px}.empty-state.compact h3{font-size:13px}.empty-state.compact p{font-size:11px;margin-bottom:0}.overview-bottom{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,1fr);gap:22px;margin-top:29px}.panel-title{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid #edf0e8}.panel-title h3{font-size:13px;font-weight:600}.panel-title .btn{padding:0;min-height:auto;font-size:10px}.quick-steps{padding:21px 24px;display:flex;flex-direction:column;gap:20px}.quick-step{display:flex;gap:13px}.step-index{background:#eff3e9;width:26px;height:26px;border-radius:7px;display:grid;place-items:center;font-size:11px;font-family:ui-monospace,monospace;color:#71935a;flex-shrink:0}.quick-step h4{margin:2px 0 5px;font-size:12px;font-weight:550}.quick-step p{font-size:10px;color:#8b9683;line-height:1.7}.main-foot{display:flex;justify-content:space-between;gap:12px;font-size:10px;color:#a0a99a;margin-top:33px;padding-top:20px;border-top:1px solid #e4e9dd}.main-foot span:last-child{font-family:ui-monospace,monospace;font-size:9px}.event-list{padding:0 22px}.event-row{display:flex;gap:12px;align-items:flex-start;padding:16px 0;border-bottom:1px solid #edf0e8}.event-row:last-child{border-bottom:0}.event-marker{width:27px;height:27px;flex-shrink:0;border-radius:8px;background:#edf5e7;display:grid;place-items:center;color:#779b60}.event-marker.error{background:#fbede7;color:#bc7258}.event-marker .icon{width:14px;height:14px}.event-info{min-width:0;flex:1}.event-info strong{font-weight:550;font-size:11px}.event-info p{font-size:10px;color:#8f9b85;margin-top:5px;line-height:1.6;overflow-wrap:anywhere}.event-time{font-size:9px;color:#9da891;white-space:nowrap;line-height:26px}.event-full .event-row{padding:20px 0}.event-full .event-info strong{font-size:12px}.event-full .event-info p{font-size:11px}.event-full .event-time{font-size:10px}.pill{font-size:9px;display:inline-block;border:1px solid #e4e8df;border-radius:4px;padding:2px 5px;font-weight:400;color:#8c9785;margin-left:7px}
.settings-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr);gap:23px;align-items:start}.panel-body{padding:25px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;min-width:0}.field-label{font-size:12px;font-weight:550;display:flex;align-items:center;justify-content:space-between;gap:8px}.field-label em{font-style:normal;color:#b5684a;margin-left:3px}.field-hint{font-size:10px;color:#8b9684;line-height:1.8}.field input,.field textarea,.field select{width:100%;border:1px solid #dde4d5;border-radius:7px;padding:11px 12px;background:#fff;color:var(--text);font-size:12px;outline:none;transition:border-color .15s,box-shadow .15s;line-height:1.5;min-width:0}.field textarea{resize:vertical;min-height:78px}.field input:focus,.field textarea:focus,.field select:focus{border-color:#8baa76;box-shadow:0 0 0 3px #b4cea523}.field input:disabled,.field input:read-only{background:#f5f7f1;color:#929b8a}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field .counter{font-size:10px;color:#98a18e;font-weight:400}.form-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;border-top:1px solid #edf0e7;padding-top:20px;margin-top:5px}.form-error{border:1px solid #ebd3cb;border-radius:7px;padding:10px 12px;background:#fcf2ee;color:#ab6452;font-size:11px;line-height:1.8;margin-bottom:18px}.form-success{border:1px solid #d9e7cb;border-radius:7px;padding:11px 13px;background:#f2f7ec;color:#5c8343;font-size:11px;line-height:1.8;margin-top:18px}.status-line{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;border-bottom:1px solid #eef0e8;padding:13px 0}.status-line:first-child{padding-top:0}.status-line:last-child{border-bottom:0;padding-bottom:0}.status-line .status-key{color:#929b88}.status-value{font-size:10px;text-align:right;overflow-wrap:anywhere;max-width:70%}.settings-note{font-size:11px;line-height:1.9;color:#899780;margin-top:17px}.inline-code{background:#f0f3eb;padding:2px 5px;border-radius:4px;font-family:ui-monospace,Consolas,monospace;font-size:11px;overflow-wrap:anywhere}.settings-aside{display:flex;flex-direction:column;gap:20px}.settings-aside h3{font-size:13px;margin-bottom:17px}.checklist{display:flex;flex-direction:column;gap:14px}.check-item{display:flex;gap:10px;color:#7a8b6e;font-size:11px;line-height:1.8}.check-item .icon{width:15px;height:15px;color:#9aac8a;flex-shrink:0;margin-top:2px}.doc-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(250px,1fr);gap:24px;align-items:start}.doc-section{padding:24px;border-bottom:1px solid #e8eddf}.doc-section:last-child{border-bottom:0}.doc-section h3{font-size:14px;margin-bottom:11px;display:flex;align-items:center;gap:10px}.doc-section p,.doc-section li{font-size:12px;line-height:1.95;color:#819173}.doc-section ul{padding-left:18px;margin-bottom:0}.code-block{background:#193c34;color:#d2e4cc;border-radius:8px;padding:18px;position:relative;margin-top:14px}.code-block pre{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font:11px/1.9 ui-monospace,Consolas,monospace;padding-right:40px}.code-block .copy-code{position:absolute;top:10px;right:10px;background:#ffffff14;color:#cbdcbe;border:1px solid #ffffff14;border-radius:5px;width:28px;height:28px;display:grid;place-items:center}.code-block .icon{width:14px;height:14px}.callout{border-left:3px solid #bdd9a2;padding:12px 15px;background:#f1f5eb;margin-top:14px;color:#7d8c70;font-size:11px;line-height:1.9}
.modal{border:none;padding:0;background:white;color:var(--text);border-radius:15px;box-shadow:0 20px 80px #102a3433;width:min(1000px,calc(100vw - 48px));max-width:none;max-height:calc(100dvh - 48px)}.modal::backdrop{background:#102c2666;backdrop-filter:blur(3px)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:23px 27px;border-bottom:1px solid var(--line);background:white;position:sticky;top:0;z-index:2}.modal-header h2{font-size:18px;font-weight:600}.modal-header p{font-size:11px;color:var(--muted);margin-top:7px}.close-button{width:29px;height:29px;border:0;background:#f1f4ed;border-radius:6px;display:grid;place-items:center;color:#89977e}.close-button .icon{width:16px;height:16px}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 335px}.editor-form{padding:24px 27px;min-width:0}.form-section-title{font-size:12px;font-weight:600;display:flex;align-items:center;gap:9px;margin:6px 0 20px}.form-section-title:before{content:"";width:3px;height:13px;background:#8aac6b;border-radius:2px}.form-divider{border:0;border-top:1px solid #ebefe3;margin:25px 0}.preview-column{background:#f3f5ef;border-left:1px solid var(--line);padding:24px 23px;min-width:0}.preview-column h3{font-size:11px;font-weight:500;display:flex;align-items:center;gap:7px;margin-bottom:18px;color:#738668}.preview-column h3 .icon{width:15px;height:15px}.preview-tabs{display:flex;gap:2px;background:#e7eddf;padding:4px;border-radius:7px;margin-bottom:19px}.preview-tab{width:50%;border:0;background:none;border-radius:5px;padding:8px 0;color:#879779;font-size:11px}.preview-tab.active{background:white;color:var(--ink);box-shadow:0 1px 3px #22382208}.phone{border:5px solid #2d4238;border-radius:28px;min-height:367px;background:#ededed;overflow:hidden;box-shadow:0 14px 25px #243b3510}.phone-status{height:37px;display:flex;align-items:center;justify-content:space-between;padding:10px 17px 0;font-size:10px;font-weight:650;color:#222}.phone-signals{display:flex;gap:4px;align-items:center;font-size:9px}.phone-notch{width:63px;height:15px;border-radius:15px;background:#2d4238;margin-left:-8px}.phone-header{display:flex;align-items:center;justify-content:space-between;height:39px;border-bottom:1px solid #dcdcdc;padding:0 14px;font-size:11px;color:#333}.phone-header .icon{width:15px;height:15px}.chat-body{padding:22px 12px;display:flex;gap:8px;align-items:flex-start}.chat-avatar{width:28px;height:28px;border-radius:5px;background:#90ad76;display:grid;place-items:center;color:white;flex-shrink:0;font-size:12px}.chat-card{background:#fff;padding:10px;flex:1;min-width:0;border-radius:3px;position:relative}.chat-card:before{content:"";position:absolute;left:-5px;top:10px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:6px solid #fff}.chat-title{font-size:12px;color:#242424;line-height:1.65;font-weight:500;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chat-detail{display:flex;gap:7px;margin-top:6px;align-items:flex-start}.chat-desc{font-size:10px;line-height:1.6;color:#929292;flex:1;min-width:0;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.chat-image{width:43px;height:43px;flex-shrink:0;object-fit:cover;background:#edf1e5;display:grid;place-items:center;color:#a9b59b}.chat-image .icon{width:20px;height:20px}.chat-source{border-top:1px solid #f1f1f1;margin-top:9px;padding-top:6px;color:#a2a2a2;font-size:8px;display:flex;align-items:center;gap:4px}.chat-source .icon{width:10px;height:10px}.phone-home{height:4px;width:82px;border-radius:5px;background:#333;margin:92px auto 10px}.preview-caption{font-size:10px;color:#97a18d;line-height:1.9;margin-top:17px;text-align:center}.timeline-body{padding:19px 12px;display:flex;gap:8px;background:white;min-height:250px}.timeline-content{flex:1;min-width:0}.timeline-name{font-size:10px;color:#627389;margin-bottom:8px}.timeline-card{display:flex;gap:8px;align-items:center;background:#f2f2f2;padding:6px}.timeline-title{color:#292929;font-size:11px;line-height:1.6;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.timeline-time{font-size:8px;color:#b1b1b1;margin-top:9px}.preview-notes{border-top:1px solid #dfe6d6;margin-top:22px;padding-top:16px;display:flex;gap:8px;color:#9ba68e;font-size:10px;line-height:1.9}.preview-notes .icon{width:14px;height:14px;flex-shrink:0;margin-top:2px}.upload-row{display:flex;gap:13px;align-items:center}.upload-thumb{width:66px;height:66px;border:1px dashed #cbd9bf;border-radius:8px;background:#f5f8ef;display:grid;place-items:center;flex-shrink:0;overflow:hidden;color:#a5b696}.upload-thumb img{width:100%;height:100%;object-fit:cover}.upload-info{display:flex;flex-direction:column;gap:7px;font-size:10px;color:#96a08c}.upload-button{align-self:flex-start}.upload-url{margin-top:11px}.toggle-label{display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid #e0e7d7;padding:13px 14px;border-radius:8px;background:#fafcf7;margin:4px 0 20px}.toggle-copy strong{font-size:12px;font-weight:500}.toggle-copy p{font-size:10px;color:#909e85;line-height:1.7;margin-top:5px}.toggle{position:relative;width:33px;height:19px;flex-shrink:0}.toggle input{position:absolute;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:1}.toggle span{position:absolute;inset:0;background:#c2ccba;border-radius:12px;transition:background .2s}.toggle span:before{content:"";position:absolute;left:3px;top:3px;width:13px;height:13px;background:white;border-radius:50%;transition:transform .2s}.toggle input:checked+span{background:#497c3a}.toggle input:checked+span:before{transform:translateX(14px)}.toggle input:focus-visible+span{outline:3px solid #9bc884;outline-offset:3px}.editor-form .form-actions{margin-top:23px}.modal-small{width:min(520px,calc(100vw - 40px))}.dialog-body{padding:25px 27px}.dialog-body>p{font-size:12px;line-height:1.9;color:#819174}.dialog-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:24px}.qr-panel{display:flex;flex-direction:column;align-items:center;gap:15px;padding:20px}.qr-panel canvas{width:200px;height:200px;border:1px solid #e5eadf;border-radius:9px;padding:10px;background:#fff;image-rendering:pixelated}.qr-url{font-size:11px;font-family:ui-monospace,monospace;color:#86967a;overflow-wrap:anywhere;text-align:center;line-height:1.8}.qr-panel p{font-size:11px;line-height:1.8;color:#819174;text-align:center}.integration-tabs{display:flex;gap:10px;margin-bottom:20px}.integration-tabs .btn{font-size:11px}.diagnostic-result{margin-top:15px;padding:13px;border-radius:8px;font-size:11px;line-height:1.9;background:#f2f6ed;color:#6f845c;overflow-wrap:anywhere}.diagnostic-result.warning{background:#fcf5e7;color:#a0854a}.diagnostic-result.error{background:#fbefea;color:#b07760}.diagnostic-result strong{display:block;margin-bottom:4px}.diagnostic-result code{font-size:10px}.toast-region{position:fixed;right:26px;bottom:26px;z-index:100;display:flex;flex-direction:column;gap:10px;max-width:calc(100vw - 40px);pointer-events:none}.toast{display:flex;align-items:flex-start;gap:10px;border:1px solid #d7e4c9;background:#fff;color:#5a794a;padding:14px 20px;border-radius:9px;font-size:12px;box-shadow:0 8px 40px #173c351c;animation:rise .2s ease;max-width:430px;line-height:1.7;pointer-events:auto}.toast.error{color:#aa614e;border-color:#ebd4c8}.toast .icon{width:18px;height:18px;flex-shrink:0;margin-top:1px}
.login-layout{min-height:100dvh;display:grid;grid-template-columns:1.08fr 1fr;background:#fafbf8}.login-brand-panel{background:var(--ink);color:#fff;padding:48px 65px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.login-brand-panel:before{content:"";width:630px;height:630px;border:1px solid #ffffff08;border-radius:50%;position:absolute;right:-330px;bottom:-120px;box-shadow:0 0 0 78px #ffffff02,0 0 0 158px #ffffff02}.login-hero{margin:65px 0 75px;position:relative;z-index:1}.login-tag{display:inline-flex;gap:8px;align-items:center;font-size:9px;letter-spacing:1.8px;border:1px solid #d9f0bd24;border-radius:20px;padding:8px 12px;color:#b9d69a;margin-bottom:30px}.login-hero h1{font-size:42px;line-height:1.55;font-weight:550;letter-spacing:-1.2px}.login-hero h1 span{color:var(--lime)}.login-hero>p{font-size:13px;line-height:2;color:#a4bfab;margin-top:22px;max-width:335px}.login-illustration{margin-top:42px;background:#ffffff08;border:1px solid #ffffff14;padding:24px;border-radius:15px;width:min(350px,100%);transform:rotate(-3deg);box-shadow:0 24px 45px #0e271e24}.illustration-top{font-size:9px;color:#b0c7a8;display:flex;gap:7px;align-items:center;letter-spacing:.8px;margin-bottom:20px}.illustration-card{display:flex;align-items:center;gap:15px;background:#eff5e7;color:#29422c;padding:17px;border-radius:8px;transform:rotate(3deg)}.illustration-cover{width:58px;height:58px;border-radius:6px;background:#dbe9c9;display:grid;place-items:center;flex-shrink:0}.illustration-cover .icon{width:29px;height:29px;color:#7c9b58}.illustration-card h3{font-size:12px;font-weight:600;margin-bottom:7px}.illustration-card p{font-size:10px;color:#899d73;line-height:1.7}.illustration-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:16px;font-size:9px;color:#a2be93}.illustration-bottom span:last-child{color:#d2f0ad}.login-foot{color:#92ac9a;font-size:10px;letter-spacing:.3px;display:flex;justify-content:space-between;gap:15px;position:relative}.login-form-panel{display:flex;justify-content:center;align-items:center;padding:50px;position:relative}.login-form-wrap{width:100%;max-width:352px}.login-form-wrap .eyebrow{color:#8fa37e;margin-bottom:16px;font-size:9px}.login-form-wrap h2{font-size:27px;font-weight:600;letter-spacing:-.8px;margin-bottom:12px}.login-intro{color:#939f88;font-size:12px;line-height:1.9;margin-bottom:34px}.login-form-wrap .field{margin-bottom:22px}.login-form-wrap .field input{height:46px;background:#fff;padding-left:14px;font-size:12px}.login-form-wrap .field-label{font-size:11px;color:#576e4b}.password-wrap{position:relative}.password-wrap input{padding-right:44px!important}.password-eye{position:absolute;right:7px;top:7px;width:32px;height:32px;display:grid;place-items:center;background:none;border:0;color:#9da991}.password-eye .icon{width:17px;height:17px}.login-form-wrap .btn-primary{height:47px;margin-top:5px;justify-content:space-between;padding:0 17px}.login-note{display:flex;align-items:flex-start;gap:8px;margin-top:24px;color:#a5af9a;font-size:10px;line-height:1.9}.login-note .icon{width:13px;height:13px;flex-shrink:0;margin-top:3px}.login-platform{display:flex;align-items:center;justify-content:center;gap:7px;position:absolute;bottom:35px;color:#a5b09a;font-size:9px;letter-spacing:.6px}.login-platform .icon{width:12px;height:12px}
@media(min-width:1600px){.login-brand-panel{padding:65px 100px}.login-hero h1{font-size:52px}.login-hero>p{font-size:14px}.login-illustration{width:400px}}
@media(max-width:1240px){.layout{grid-template-columns:210px minmax(0,1fr)}.sidebar{width:210px;padding:31px 16px 20px}.sidebar .brand{margin-left:10px}.brand-name{font-size:20px}.topbar{padding:0 28px}.main{padding:30px 28px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat{padding:18px}.stats{gap:12px}.stat-number{font-size:30px}.stat-top{font-size:10px}.overview-bottom{grid-template-columns:1.2fr 1fr}.login-brand-panel{padding:40px}.login-hero h1{font-size:35px}.settings-grid{grid-template-columns:minmax(0,1.4fr) minmax(260px,1fr)}}
@media(max-width:970px){.site-domain{display:none}.main{padding:25px}.topbar{padding:0 25px;height:73px}.layout{grid-template-columns:190px minmax(0,1fr)}.sidebar{width:190px;padding:29px 12px 20px}.sidebar .brand{gap:9px;margin-bottom:40px}.brand-mark{width:32px;height:32px;font-size:22px;border-radius:10px}.brand-name{font-size:18px}.brand-sub{font-size:8px;letter-spacing:1.7px}.nav-button{font-size:12px;gap:10px;padding:13px 14px}.nav-button .icon{width:17px;height:17px}.sidebar-help{padding:18px 13px}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-bottom{grid-template-columns:1fr}.page-heading h1{font-size:24px}.page-heading p{font-size:11px}.settings-grid,.doc-grid{grid-template-columns:1fr}.settings-aside{display:grid;grid-template-columns:1fr 1fr;align-items:start}.editor-layout{grid-template-columns:minmax(0,1fr) 290px}.editor-form{padding:22px}.preview-column{padding:22px 17px}.modal-header{padding:21px}.modal{width:calc(100vw - 32px)}.modal-small{width:min(500px,calc(100vw - 32px))}.login-brand-panel{padding:33px}.login-hero h1{font-size:31px}.login-form-panel{padding:35px}.login-illustration{padding:18px}.login-hero>p{font-size:11px}.login-foot span:last-child{display:none}.login-hero{margin:45px 0}}
@media(max-width:720px){.layout{display:block}.sidebar{transform:translateX(-100%);transition:transform .2s;width:230px;padding:30px 20px;box-shadow:10px 0 60px #143a3522}.sidebar.open{transform:translateX(0)}.sidebar.open:after{content:"";position:fixed;left:230px;top:0;width:calc(100vw - 230px);height:100vh;background:#183a3433;z-index:-1}.sidebar .brand-name{font-size:21px}.sidebar .brand-sub{font-size:9px}.sidebar .brand-mark{width:37px;height:37px;font-size:24px}.mobile-menu{display:grid;border:0;background:none;place-items:center;padding:0;color:#78906a}.topbar{height:63px;padding:0 20px;gap:13px;justify-content:flex-start}.breadcrumb{font-size:11px;gap:9px;flex:1}.breadcrumb>.icon:first-child{display:none}.topbar-end{gap:12px}.user-button>span:not(.avatar){display:none}.avatar{width:28px;height:28px}.logout .icon{width:17px;height:17px}.main{padding:24px 20px}.page-heading{align-items:flex-start;gap:12px;margin-bottom:23px}.page-heading h1{font-size:24px}.page-heading p{font-size:11px;max-width:220px}.eyebrow{font-size:8px;letter-spacing:1.8px}.heading-actions{padding-top:18px}.heading-actions .btn{font-size:11px;padding:9px 12px;min-height:36px}.heading-actions .refresh-btn{display:none}.notice{padding:13px;gap:9px;align-items:flex-start;margin-bottom:19px}.notice>.icon{width:17px;height:17px;margin-top:2px}.notice-copy{font-size:11px}.notice .btn{font-size:10px;padding:5px 8px;margin:0}.stats{gap:10px;margin-bottom:27px}.stat{padding:17px;border-radius:10px}.stat-top{font-size:10px}.stat-icon{width:27px;height:27px;border-radius:7px}.stat-icon .icon{width:14px;height:14px}.stat-number{font-size:29px;margin:7px 0}.stat-note{font-size:9px}.section-heading{margin-bottom:16px}.section-title{font-size:14px}.section-hint{font-size:10px}.project-grid{gap:12px}.project-cover{height:100px}.project-card{border-radius:10px}.project-card-body{padding:14px}.project-card h3{font-size:13px}.project-path{font-size:9px;margin-bottom:12px}.project-share-title{font-size:11px}.project-description{font-size:10px}.project-card-foot{margin-top:13px;gap:5px;flex-wrap:wrap}.project-card-foot>span{font-size:9px}.project-card-foot .icon-button{width:26px;height:26px}.toolbar{gap:12px;align-items:stretch;flex-direction:column}.search-wrap{max-width:none}.filters{align-self:flex-start}.filter{padding:7px 15px}.empty-state{min-height:280px;padding:25px 19px}.empty-state h3{font-size:16px}.empty-state p{font-size:11px}.overview-bottom{margin-top:24px;gap:19px}.main-foot{font-size:9px;line-height:1.8}.main-foot span:last-child{font-size:8px;text-align:right}.settings-aside{display:flex}.panel-body{padding:20px}.settings-grid{gap:18px}.panel-title{padding:18px 20px}.editor-layout{grid-template-columns:1fr}.preview-column{border-left:0;border-top:1px solid var(--line);padding:22px;display:flex;flex-direction:column;align-items:center}.preview-column>h3,.preview-tabs,.phone,.preview-caption,.preview-notes{width:270px}.preview-notes{max-width:100%}.modal{max-height:calc(100dvh - 24px);border-radius:12px;width:calc(100vw - 24px)}.modal-header{padding:18px}.modal-header h2{font-size:16px}.modal-header p{font-size:10px}.editor-form{padding:19px}.field-grid{gap:12px}.field-label{font-size:11px}.field input,.field textarea{font-size:12px}.field-hint{font-size:10px}.modal-small{width:calc(100vw - 32px)}.dialog-body{padding:22px}.doc-section{padding:20px}.doc-section h3{font-size:13px}.doc-section p,.doc-section li{font-size:11px}.login-layout{grid-template-columns:1fr}.login-brand-panel{min-height:auto;padding:26px 27px 32px}.login-brand-panel>.brand{align-self:flex-start}.login-brand-panel .brand-name{font-size:21px}.login-brand-panel .brand-sub{font-size:9px}.login-hero{margin:34px 0 0}.login-tag{margin-bottom:16px;padding:6px 10px;font-size:8px}.login-hero h1{font-size:28px;line-height:1.45;letter-spacing:-.6px}.login-hero h1 br{display:none}.login-hero>p{font-size:11px;margin-top:13px;max-width:100%}.login-illustration,.login-foot{display:none}.login-form-panel{padding:32px 27px 80px}.login-form-wrap{max-width:450px}.login-form-wrap h2{font-size:23px}.login-form-wrap .eyebrow{margin-bottom:11px}.login-intro{font-size:11px;margin-bottom:26px}.login-platform{bottom:27px}.toast-region{right:16px;bottom:16px}.toast{font-size:11px;padding:12px 15px}.event-list{padding:0 18px}.event-row{gap:9px}.event-time{font-size:8px}.event-full .event-time{font-size:9px}.event-full .event-info strong{font-size:11px}.event-full .event-info p{font-size:10px}}
@media(max-width:390px){.project-grid{grid-template-columns:1fr}.project-cover{height:135px}.field-grid{grid-template-columns:1fr;gap:0}.main{padding:23px 16px}.heading-actions .btn{padding:9px;font-size:10px}.page-heading p{max-width:190px}.notice{flex-wrap:wrap}.notice .btn{margin-left:27px}.login-hero h1{font-size:25px}}
.project-manager-modal{width:min(1280px,calc(100vw - 34px));height:min(900px,calc(100dvh - 34px));max-height:none;overflow:hidden;flex-direction:column}
.project-manager-modal[open]{display:flex}
.project-manager-modal .modal-header{flex:0 0 auto;padding:16px 22px}
.project-manager-modal>.editor-layout{flex:1 1 auto;min-height:0;overflow:auto}
.project-manager-modal [hidden]{display:none!important}
.project-manager-modal .form-actions{flex-wrap:wrap}
.project-manager-tabs{display:flex;align-items:center;gap:8px;padding:12px 24px;border-bottom:1px solid var(--line);background:#f8faf4;flex:0 0 auto}
.project-manager-tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:7px;background:transparent;padding:10px 14px;color:#728369;font-size:12px}
.project-manager-tab .icon{width:16px;height:16px}.project-manager-tab.active{background:var(--ink);color:white}.project-manager-tab:focus-visible{outline:2px solid #9bc884;outline-offset:3px}
.project-integration-button{margin-left:auto}
.project-versions-pane{flex:1 1 auto;min-height:0}
.deployment-embed-frame{display:block;flex:1 1 auto;width:100%;height:100%;min-height:0;border:0;background:#fafbf8}
@media(max-width:720px){.project-manager-modal{width:calc(100vw - 16px);height:calc(100dvh - 16px);border-radius:10px}.project-manager-modal .modal-header{padding:13px 15px}.project-manager-tabs{padding:9px 12px;gap:5px;flex-wrap:wrap}.project-manager-tab{font-size:11px;padding:9px 11px}.project-integration-button{font-size:10px;padding:6px 8px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.upload-info{min-width:0;line-height:1.7}.upload-buttons{display:flex;flex-wrap:wrap;gap:8px}.upload-status{color:var(--ink);font-weight:500}.upload-status[hidden]{display:none}.modal.crop-modal{width:min(850px,calc(100vw - 32px))}.crop-layout{display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:24px;align-items:start}.crop-stage{height:clamp(230px,46dvh,430px);min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:#edf1e8}.crop-source{display:block;max-width:100%;max-height:100%;margin:auto}.crop-preview-column{display:flex;flex-direction:column;gap:13px}.crop-preview-column h3{font-size:12px;font-weight:500}.crop-preview-column p{font-size:11px;color:var(--muted);line-height:1.8}.crop-live-preview{width:150px;height:150px;overflow:hidden;background:#edf1e8;border:1px solid var(--line);border-radius:6px}.crop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:15px;flex-wrap:wrap}.crop-controls{display:flex;gap:8px}.crop-controls .btn{min-height:34px;padding:7px 12px;font-size:11px}.crop-toolbar>span,.crop-status{font-size:11px;line-height:1.8;color:var(--muted)}.crop-status{margin-top:14px}.crop-modal .dialog-actions{margin-top:18px}.crop-modal .cropper-view-box{outline-color:#678c4b}.crop-modal .cropper-line,.crop-modal .cropper-point{background:#678c4b}.close-button:disabled{cursor:wait;opacity:.45}
@media(max-width:600px){.crop-modal .dialog-body{padding:18px}.crop-layout{grid-template-columns:1fr;gap:16px}.crop-stage{height:clamp(210px,42dvh,350px)}.crop-preview-column{display:grid;grid-template-columns:72px 1fr;column-gap:13px;row-gap:6px;align-items:center}.crop-preview-column h3{grid-column:2;grid-row:1;align-self:end}.crop-preview-column p{grid-column:2;grid-row:2;align-self:start}.crop-live-preview{grid-column:1;grid-row:1/3;width:72px;height:72px}.crop-toolbar{gap:8px}.crop-modal .dialog-actions .btn{font-size:11px;padding:10px 12px}.upload-row{align-items:flex-start}}
.project-qr-pane{flex:1 1 auto;min-height:0;overflow:auto;padding:26px;background:#f8faf5}.project-qr-pane>h3{text-align:center;font-size:15px;font-weight:600;margin:3px 0 10px}.project-qr-pane .qr-panel{max-width:650px;margin:auto}.project-qr-pane .qr-panel canvas{width:220px;height:220px;max-width:100%;flex-shrink:0}.project-qr-pane .qr-url{max-width:100%}@media(max-width:720px){.project-qr-pane{padding:20px 14px}.project-qr-pane .qr-panel{padding:14px 3px}.project-manager-tabs .project-manager-tab{white-space:nowrap}}
