:root{--ink:#16151a;--muted:#77747f;--line:#e9e7ec;--canvas:#f6f5f8;--violet:#7559ef;--sidebar:#17161c}
*{box-sizing:border-box}
body{margin:0;color:var(--ink);background:var(--canvas);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}
.admin-shell{min-height:100vh}
.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:var(--sidebar);color:#fff;padding:24px 16px;display:flex;flex-direction:column;z-index:1040}
.brand-mark{display:flex;align-items:center;padding:0 8px 28px}.sidebar-brand-logo{display:block;width:auto;max-width:190px;height:40px;object-fit:contain;object-position:left center}
.brand-symbol{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#9a82ff,#6543e8);font-size:20px;font-weight:700}
.brand-mark strong,.brand-mark small{display:block}.brand-mark strong{font-size:15px}.brand-mark small{font-size:11px;color:#96929f;letter-spacing:.08em;margin-top:2px}
.sidebar-nav{gap:5px;min-height:0;overflow-y:auto;overflow-x:hidden;flex:1}
.sidebar-nav .nav-link{color:#aaa6b2;border-radius:10px;padding:11px 13px;display:flex;align-items:center;gap:12px;font-size:14px}
.sidebar-nav .nav-link i{font-size:17px}.sidebar-nav .nav-link:hover,.sidebar-nav .nav-link.active{background:#2a2831;color:#fff}.sidebar-nav .nav-link.active{box-shadow:inset 3px 0 #866df4}.sidebar-nav .nav-link.disabled{opacity:.55}.sidebar-nav em{font-size:9px;font-style:normal;background:#34313c;color:#aaa6b2;padding:2px 5px;border-radius:4px;margin-left:auto}
.nav-section-title{display:block;padding:15px 13px 4px;color:#6f6a78;font-size:9px;font-weight:800;letter-spacing:.13em}.nav-section-title:first-child{padding-top:3px}.sidebar-nav button.nav-link{width:100%;border:0;background:transparent;text-align:left}.nav-parent .nav-chevron{margin-left:auto;font-size:12px;transition:transform .2s ease}.nav-parent[aria-expanded="true"] .nav-chevron{transform:rotate(180deg)}.nav-submenu{padding-left:17px}.nav-submenu .nav-link{padding:8px 11px;font-size:12px}.nav-submenu .nav-link i{font-size:14px}.sidebar-user>a{width:28px;height:28px;border-radius:7px;display:grid;place-items:center;text-decoration:none}.sidebar-user>a:hover{background:#2a2831;color:#fff}
.sidebar-user{margin-top:auto;border-top:1px solid #302e36;padding:18px 6px 0;display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;border-radius:10px;background:#34313c;display:grid;place-items:center;font-weight:700}.user-copy{min-width:0;flex:1}.user-copy strong,.user-copy small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-copy strong{font-size:13px}.user-copy small{font-size:10px;color:#85818d}.sidebar-user>a{color:#aaa6b2}
.main-panel{margin-left:250px;min-height:100vh}.topbar{height:88px;padding:0 32px;display:flex;align-items:center;background:rgba(246,245,248,.88);backdrop-filter:blur(12px);position:sticky;top:0;z-index:1020;border-bottom:1px solid rgba(225,222,229,.75)}.topbar h1{font-size:21px;margin:0;font-weight:700}.topbar p{font-size:12px;color:var(--muted);margin:4px 0 0}.menu-toggle{font-size:25px;margin-right:12px}.content-wrap{padding:30px 32px 50px;max-width:1600px;margin:auto}
.welcome-card{background:linear-gradient(120deg,#6d4ee7,#9279f4);color:#fff;padding:32px;border-radius:22px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 16px 40px rgba(101,67,232,.22)}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.welcome-card h2{font-size:27px;margin:8px 0}.welcome-card p{margin:0;color:rgba(255,255,255,.72)}
.stat-grid{margin-top:24px}.stat-card,.panel-card{background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 5px 20px rgba(28,24,38,.035)}.stat-card{padding:21px;display:flex;align-items:center;gap:16px}.stat-icon{width:45px;height:45px;border-radius:13px;display:grid;place-items:center;font-size:19px}.stat-icon.violet{background:#eeeaff;color:#6b4be7}.stat-icon.blue{background:#e7f3ff;color:#2771c8}.stat-icon.amber{background:#fff2d9;color:#bd7708}.stat-icon.green{background:#e5f7ee;color:#158651}.stat-card small,.stat-card strong{display:block}.stat-card small{color:var(--muted);font-size:12px}.stat-card strong{font-size:25px;line-height:1.15;margin-top:3px}
.panel-card{padding:24px}.panel-head{display:flex;justify-content:space-between}.panel-head h3,.form-section h3{font-size:17px;margin:0 0 5px}.panel-head p,.section-note{color:var(--muted);font-size:12px}.progress-list{margin-top:20px}.progress-row{display:flex;gap:13px;padding:13px 0;border-top:1px solid #f0eef2;color:#aaa6b2}.progress-row.done{color:#6543e8}.progress-row div{color:var(--ink)}.progress-row strong,.progress-row span{display:block}.progress-row strong{font-size:13px}.progress-row span{font-size:11px;color:var(--muted);margin-top:3px}
.dark-card{height:100%;background:#1b1a20;color:#fff;border:none;overflow:hidden;position:relative}.dark-card:after{content:"";position:absolute;width:180px;height:180px;border:42px solid #7559ef;border-radius:50%;right:-75px;bottom:-75px;opacity:.6}.dark-card h3{font-size:29px;line-height:1.25;margin:18px 0}.dark-card p{color:#9d99a6;max-width:270px;font-size:13px}
.page-actions,.form-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.filter-bar{display:flex;gap:9px}.filter-bar .form-select{width:140px}.search-box{width:330px}.table-card{padding:0;overflow:hidden}.table-card thead th{padding:16px 18px;background:#fbfafc;color:#85818d;text-transform:uppercase;letter-spacing:.04em;font-size:10px;border-bottom-color:var(--line)}.table-card tbody td{padding:15px 18px;border-color:#f0eef2;font-size:13px}
.brand-cell{display:flex;align-items:center;gap:12px}.brand-cell>img,.brand-cell>span{width:39px;height:39px;border-radius:10px;object-fit:contain;background:#f0eef3;padding:5px;display:grid;place-items:center;font-weight:700}.brand-cell strong,.brand-cell small{display:block}.brand-cell small{color:var(--muted);font-size:10px;margin-top:3px}.plan-pill{padding:5px 9px;border-radius:7px;background:#f1eff5;font-size:11px;font-weight:600}
.empty-state{text-align:center!important;padding:70px!important;color:var(--muted)}.empty-state i,.empty-state strong,.empty-state span{display:block}.empty-state i{font-size:32px;margin-bottom:10px}.empty-state span{font-size:12px;margin-top:4px}.pagination-wrap{display:flex;justify-content:space-between;align-items:center;padding:15px 18px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.page-item.active .page-link{background:#1b1a20;border-color:#1b1a20}.page-link{color:#444}
.back-link{font-size:12px;color:var(--muted);text-decoration:none}.form-header p{margin:8px 0 0;color:var(--muted);font-size:13px}.form-section{margin-bottom:24px}.form-label{font-size:12px;font-weight:600}.form-control,.form-select{border-color:#dedbe3;border-radius:9px;font-size:13px;padding:.65rem .8rem}.form-control:focus,.form-select:focus{border-color:#8a72ed;box-shadow:0 0 0 .2rem rgba(117,89,239,.12)}
.color-field{display:flex;gap:10px;align-items:center;border:1px solid #dedbe3;border-radius:9px;padding:5px 9px}.color-field .form-control-color{border:0;padding:0;width:35px;height:30px}.color-field span{font-size:12px;color:var(--muted)}.logo-upload{height:180px;border:1.5px dashed #d7d3dd;background:#faf9fb;border-radius:14px;display:grid;place-items:center;cursor:pointer;overflow:hidden}.logo-upload input{display:none}.logo-upload img{max-width:80%;max-height:130px;object-fit:contain}.logo-upload span{text-align:center;color:var(--muted)}.logo-upload i,.logo-upload strong,.logo-upload small{display:block}.logo-upload i{font-size:27px;margin-bottom:7px}.logo-upload strong{color:var(--ink);font-size:13px}.logo-upload small{font-size:11px;margin-top:4px}
.login-body{background:#151419;min-height:100vh}.login-shell{display:grid;grid-template-columns:1.1fr .9fr;min-height:100vh}.login-visual{position:relative;overflow:hidden;padding:70px;color:#fff;background:radial-gradient(circle at 70% 25%,#7254e6 0,transparent 32%),linear-gradient(145deg,#17161c,#24202e)}.login-visual h1{font-size:56px;line-height:1.05;margin:45px 0 24px;letter-spacing:-.04em}.login-visual p{color:#aaa6b2;max-width:480px;font-size:16px}.visual-orb{position:absolute;width:430px;height:430px;border-radius:50%;border:1px solid rgba(255,255,255,.16);right:-90px;bottom:-100px;display:grid;place-items:center}.visual-orb:before{content:"";position:absolute;width:310px;height:310px;border:65px solid rgba(123,91,239,.7);border-radius:50%;transform:rotateX(68deg) rotateZ(-22deg)}.visual-orb span{position:relative;font-size:20px;letter-spacing:.08em}.login-panel{background:#fff;display:grid;place-items:center;padding:40px}.login-card{width:min(400px,100%)}.login-card h2{font-size:28px}.mobile-brand{height:48px;margin-bottom:44px;display:flex;align-items:center}.mobile-brand img{display:block;width:auto;max-width:260px;max-height:48px;object-fit:contain;object-position:left center}
.setup-body{min-height:100vh;background:#f4f2f7;display:grid;place-items:center;padding:30px}.setup-card{background:#fff;width:min(620px,100%);padding:38px;border-radius:20px;box-shadow:0 20px 70px rgba(35,28,53,.1)}.setup-card h1{font-size:27px;margin:9px 0}
@media(max-width:991.98px){.sidebar{transform:translateX(-100%);transition:.25s}.sidebar.show{transform:translateX(0);box-shadow:20px 0 40px rgba(0,0,0,.22)}.main-panel{margin-left:0}.content-wrap{padding:24px 18px}.topbar{padding:0 18px}.login-shell{grid-template-columns:1fr}.login-visual{display:none}.login-panel{min-height:100vh}.page-actions,.form-header{align-items:flex-start;flex-direction:column}.filter-bar{width:100%;flex-wrap:wrap}.search-box{width:100%}}
@media(max-width:575.98px){.welcome-card{padding:24px;align-items:flex-start;gap:20px;flex-direction:column}.welcome-card h2{font-size:23px}.panel-card{padding:18px}.table-card{padding:0}.filter-bar .form-select{width:calc(50% - 5px)}.login-panel{padding:24px}.login-card h2{font-size:24px}}
.node-type{display:inline-flex;padding:4px 8px;border-radius:6px;font:600 10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase}.node-type.mesh{background:#e9f2ff;color:#2767b3}.node-type.group{background:#f0edf5;color:#665d72}.node-type.anchor{background:#fff0d8;color:#a86400}.font-monospace{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace!important}
.material-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.material-card{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;box-shadow:0 5px 20px rgba(28,24,38,.035)}.material-preview{height:145px;background-size:cover;background-position:center}.material-copy{padding:17px}.material-top{display:flex;align-items:center;justify-content:space-between}.material-copy h3{font-size:15px;margin:13px 0 4px}.material-copy>p{font-size:10px;color:var(--muted);min-height:30px}.material-copy dl{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:15px 0}.material-copy dl div{padding:8px 5px;background:#f8f7f9;border-radius:8px;text-align:center}.material-copy dt{font-size:8px;text-transform:uppercase;color:var(--muted)}.material-copy dd{font-size:10px;margin:3px 0 0}.texture-row{display:grid;grid-template-columns:62px 1fr;gap:12px;align-items:center;padding:12px 0;border-top:1px solid #f0eef2}.texture-thumb{width:62px;height:62px;border-radius:10px;background:#f4f2f6;display:grid;place-items:center;overflow:hidden;color:#aaa6b2}.texture-thumb img{width:100%;height:100%;object-fit:cover}.product-choice{display:flex;align-items:center;position:relative;padding:14px 42px 14px 15px;border:1px solid var(--line);border-radius:11px;color:var(--ink);text-decoration:none}.product-choice:hover{border-color:#9c88ee;background:#faf9ff}.product-choice strong,.product-choice small{display:block}.product-choice strong{font-size:13px}.product-choice small{font-size:10px;color:var(--muted);margin-left:8px}.product-choice i{position:absolute;right:14px;color:#7559ef}
@media(max-width:1199.98px){.material-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767.98px){.material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:479.98px){.material-grid{grid-template-columns:1fr}}
.account-brand-card{height:100%;display:flex;align-items:center;justify-content:space-between}.account-cell{display:flex;align-items:center;gap:11px}.account-cell strong,.account-cell small{display:block}.account-cell small{font-size:10px;color:var(--muted);margin-top:3px}.account-avatar{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#eeeaff;color:#6543e8;font-weight:700}
.blessing-code{display:inline-block;padding:6px 9px;border-radius:8px;background:#17161c;color:#fff;font:700 12px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em}.blessing-code-input{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:20px;letter-spacing:.18em}.blessing-preview{max-width:260px;color:var(--muted);font-size:11px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.scene-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.scene-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:22px;box-shadow:0 5px 20px rgba(28,24,38,.035)}.scene-card-top{display:flex;align-items:center;justify-content:space-between;font-size:9px;color:var(--muted);letter-spacing:.08em}.scene-card h3{font-size:18px;margin:20px 0 6px}.scene-card>p{font-size:11px;color:var(--muted)}.scene-meta{display:flex;gap:15px;padding:14px 0;margin:15px 0;border-top:1px solid #f0eef2;border-bottom:1px solid #f0eef2;font-size:10px;color:#6f6a75}.scene-actions{display:flex;gap:6px;flex-wrap:wrap}.snapshot-json{margin:0;max-height:72vh;overflow:auto;background:#18171c;color:#d8d4df;padding:22px;border-radius:12px;font-size:11px;line-height:1.6;white-space:pre-wrap}.scene-card .d-inline{display:inline!important}@media(max-width:1199.98px){.scene-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.scene-grid{grid-template-columns:1fr}}
.important-dates{display:grid;gap:10px}.important-date-row{display:grid;grid-template-columns:150px minmax(160px,1fr) 180px 42px;gap:9px;align-items:center}.customer-address-cell{max-width:260px}.customer-scene-list{display:grid;gap:10px}.customer-scene-item{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px;border:1px solid var(--line);border-radius:13px}.customer-scene-main{min-width:0}.customer-scene-main p{font-size:12px;color:var(--muted)}.customer-scene-actions{display:flex;align-items:center;gap:9px;flex:none}.recipient-qr-button{border:1px solid var(--line);border-radius:10px;background:#fff;padding:6px;line-height:0;transition:.2s}.recipient-qr-button:hover{border-color:#7559ef;box-shadow:0 5px 15px rgba(117,89,239,.15)}.recipient-qr-small{display:block;width:58px;height:58px}.recipient-qr-small img,.recipient-qr-small canvas{width:58px!important;height:58px!important}.recipient-qr-large{width:284px;min-height:284px;margin:12px auto 0;padding:12px;border:1px solid var(--line);border-radius:14px;display:grid;place-items:center;background:#fff}.recipient-qr-large img,.recipient-qr-large canvas{width:260px!important;height:260px!important}.qr-load-error{font-size:12px;color:#b42318;line-height:1.5}.modal-header .eyebrow{color:#7559ef}.modal-header h5{font-size:18px;margin-top:4px}@media(max-width:767.98px){.important-date-row{grid-template-columns:1fr 1fr 42px}.important-date-row .date-name{grid-column:1/-1;grid-row:2}.important-date-row input[type=date]{grid-column:2}.important-date-row .remove-date{grid-column:3;grid-row:1}.customer-scene-item{align-items:flex-start;flex-direction:column}.customer-scene-actions{width:100%;justify-content:space-between}}
.upcoming-date-alert{display:block;width:max-content;max-width:100%;margin-top:6px;padding:4px 7px;border-radius:7px;background:#fff3cd;color:#8a5a00;font-size:10px;font-weight:600}.upcoming-date-alert i{margin-right:4px}.festival-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.festival-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:17px}.festival-cover{height:155px;background:#eeecf2 center/cover no-repeat;display:flex;align-items:center;justify-content:center;position:relative;color:#aaa6b2;font-size:34px}.festival-cover span{position:absolute;right:10px;bottom:10px;padding:5px 8px;border-radius:7px;background:rgba(20,19,24,.78);color:#fff;font-size:10px}.festival-copy{padding:17px}.festival-copy h3{margin:5px 0 8px;font-size:18px}.festival-copy>div>div>small{font-size:9px;color:var(--muted);letter-spacing:.08em}.festival-copy>p{font-size:11px;color:var(--muted);min-height:32px}.festival-image-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.festival-image-item{border:1px solid var(--line);border-radius:12px;overflow:hidden}.festival-image-item>img{display:block;width:100%;height:145px;object-fit:cover}.festival-image-item>div{padding:10px}.festival-image-item strong,.festival-image-item small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.festival-image-item strong{font-size:12px}.festival-image-item small{font-size:10px;color:var(--muted)}.festival-image-item form{padding:0 10px 10px}.festival-image-item button{width:100%}.scene-background-preview img{display:block;width:100%;height:140px;object-fit:cover;border-radius:10px;margin-top:10px;border:1px solid var(--line)}@media(max-width:1199.98px){.festival-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.festival-image-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767.98px){.festival-grid,.festival-image-grid{grid-template-columns:1fr 1fr}}@media(max-width:479.98px){.festival-grid,.festival-image-grid{grid-template-columns:1fr}}
.festival-background-picker{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.festival-background-choice{position:relative;display:block;width:100%;padding:0;overflow:hidden;text-align:left;background:#fff;border:2px solid transparent;border-radius:14px;box-shadow:0 0 0 1px var(--line);transition:.2s}.festival-background-choice:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(30,25,45,.12)}.festival-background-choice.selected{border-color:#7559ef;box-shadow:0 0 0 2px rgba(117,89,239,.14)}.festival-background-choice img{display:block;width:100%;height:175px;object-fit:cover}.festival-background-choice strong{display:block;padding:11px 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.festival-background-check{display:none;position:absolute;right:9px;top:9px;width:28px;height:28px;border-radius:50%;background:#7559ef;color:#fff;align-items:center;justify-content:center;z-index:2}.festival-background-choice.selected .festival-background-check{display:flex}@media(max-width:991.98px){.festival-background-picker{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767.98px){.festival-background-picker{grid-template-columns:repeat(2,minmax(0,1fr))}.festival-background-choice img{height:140px}}@media(max-width:479.98px){.festival-background-picker{grid-template-columns:1fr}}
.sidebar-nav{min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#46414f transparent}.sidebar-nav::-webkit-scrollbar{width:5px}.sidebar-nav::-webkit-scrollbar-thumb{background:#46414f;border-radius:5px}
/* Workbench V1 */
.workbench-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 34px;margin-bottom:24px;border-radius:22px;color:#fff;background:linear-gradient(130deg,#1d1b24 0%,#29243c 68%,#5f48be 140%);box-shadow:0 18px 42px rgba(31,27,43,.14)}.workbench-hero h2{margin:5px 0 8px;font-size:27px;font-weight:700}.workbench-hero p{margin:0;color:rgba(255,255,255,.72);font-size:13px}.workbench-hero .eyebrow{color:#bcaeff}.workbench-hero .btn{white-space:nowrap;border:0}.workbench-section{margin-bottom:24px}.workbench-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:12px}.workbench-section-head h3{margin:2px 0 0;font-size:18px}.quick-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.quick-action-grid.has-five{grid-template-columns:repeat(5,minmax(0,1fr))}.quick-action-card{display:grid;grid-template-columns:42px minmax(0,1fr) 16px;align-items:center;gap:12px;min-width:0;padding:16px 17px;color:var(--ink);text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 5px 20px rgba(31,27,43,.04);transition:.2s}.quick-action-card:hover{color:var(--ink);border-color:#b8abed;box-shadow:0 10px 28px rgba(62,48,112,.1);transform:translateY(-2px)}.quick-action-card>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:#6c50dd;background:#f0ebff;font-size:18px}.quick-action-card strong,.quick-action-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-action-card strong{font-size:13px}.quick-action-card small{margin-top:3px;color:var(--muted);font-size:10px}.quick-action-card>.bi{color:#aaa5b4;font-size:12px}.workbench-stat-grid{margin-bottom:4px}.workbench-stat{display:flex;align-items:center;gap:15px;height:100%;padding:19px 21px;color:var(--ink);text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:17px}.workbench-stat:hover{color:var(--ink);border-color:#c9c2dc}.workbench-stat div{display:grid;grid-template-columns:auto auto;align-items:end;column-gap:8px}.workbench-stat small{grid-column:1/-1;color:var(--muted);font-size:10px}.workbench-stat strong{font-size:25px;line-height:1.2}.workbench-stat em{padding-bottom:3px;color:#7665c8;font-size:9px;font-style:normal}.task-list{margin:0 -4px}.task-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto 12px;align-items:center;gap:13px;padding:12px 4px;color:var(--ink);text-decoration:none;border-bottom:1px solid #efedf2}.task-item:last-child{border-bottom:0}.task-item:hover{color:#5f48be}.task-item>div strong,.task-item>div small{display:block}.task-item>div strong{font-size:12px}.task-item>div small{margin-top:3px;color:var(--muted);font-size:10px}.task-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px}.task-icon.danger{color:#c43d54;background:#ffe9ed}.task-icon.warning{color:#a56b08;background:#fff2d8}.task-icon.primary{color:#3869bb;background:#e7f0ff}.task-icon.secondary{color:#716a7b;background:#efedf2}.task-icon.success{color:#34825c;background:#e4f6ec}.task-count{min-width:28px;padding:4px 8px;text-align:center;border-radius:20px;color:#fff;background:#2a2730;font-size:11px}.task-count.is-zero{color:#8d8793;background:#efedf2}.task-item>.bi-chevron-right{color:#bbb6c2;font-size:10px}.reminder-block{padding:13px;border:1px solid #ece9f0;border-radius:14px}.reminder-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.reminder-title strong{font-size:11px}.reminder-title a,.reminder-title span{color:#7969c5;font-size:9px;text-decoration:none}.reminder-item{display:flex;align-items:center;gap:10px;padding:8px 0;color:var(--ink);text-decoration:none;border-bottom:1px solid #f1eff3}.reminder-item:last-child{border-bottom:0}.reminder-item:hover strong{color:#6048bd}.reminder-item>div{min-width:0}.reminder-item strong,.reminder-item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reminder-item strong{font-size:10px}.reminder-item small{margin-top:2px;color:var(--muted);font-size:9px}.reminder-day{display:grid;place-items:center;flex:0 0 40px;height:29px;border-radius:9px;color:#92620d;background:#fff0d0;font-size:9px;font-weight:700}.reminder-day.today{color:#fff;background:#db4f65}.reminder-day.gift{color:#5c45bb;background:#eee9ff;font-size:13px}.compact-empty{padding:18px 4px;color:var(--muted);font-size:10px;text-align:center}.workbench-list{margin-top:4px}.workbench-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #eeecf1}.workbench-row:last-child{border-bottom:0}.scene-status{display:grid;place-items:center;width:40px;height:40px;border-radius:12px}.scene-status.published{color:#347f59;background:#e4f5eb}.scene-status.draft{color:#9b670b;background:#fff1d4}.scene-status.offline{color:#77717e;background:#efedf2}.workbench-row-copy{min-width:0}.workbench-row-copy strong,.workbench-row-copy small,.workbench-row-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-row-copy strong{font-size:12px}.workbench-row-copy small{margin-top:3px;color:var(--muted);font-size:9px}.workbench-row-copy span{margin-top:5px;color:#8b8591;font-size:9px}.workbench-row-copy span b{color:#4f4857}.workbench-row-actions{display:flex;align-items:flex-end;gap:5px;flex-direction:column}.workbench-row-actions a{color:#6853c4;font-size:9px;text-decoration:none}.product-progress-row{padding:13px 0;border-bottom:1px solid #eeecf1}.product-progress-row:last-child{border-bottom:0}.product-progress-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-progress-head strong,.product-progress-head small{display:block}.product-progress-head strong{font-size:12px}.product-progress-head small{margin-top:2px;color:var(--muted);font-size:9px}.product-progress-head a{flex:none;color:#6853c4;font-size:9px;text-decoration:none}.setup-steps{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:9px}.setup-steps span{padding:4px 7px;border-radius:8px;color:#89838f;background:#f0eef2;font-size:8px}.setup-steps span.done{color:#27754f;background:#e4f5eb}.setup-steps span.material-step{color:#654ebe;background:#eee9ff}.setup-steps i{margin-right:3px}
@media(max-width:1399.98px){.quick-action-grid.has-five{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:991.98px){.quick-action-grid,.quick-action-grid.has-five{grid-template-columns:repeat(2,minmax(0,1fr))}.workbench-hero{padding:25px}}@media(max-width:575.98px){.workbench-hero{align-items:flex-start;flex-direction:column;padding:22px}.workbench-hero h2{font-size:22px}.quick-action-grid,.quick-action-grid.has-five{grid-template-columns:1fr}.workbench-row{grid-template-columns:40px minmax(0,1fr)}.workbench-row-actions{grid-column:2;align-items:flex-start;flex-direction:row}.task-item{grid-template-columns:38px minmax(0,1fr) auto}.task-item>.bi-chevron-right{display:none}}

/* Material System V1.0 */
.advanced-material-fields{display:none}.advanced-mode .advanced-material-fields{display:block}.material-preview-panel{position:sticky;top:1rem}.material-preview-canvas{height:360px;border-radius:16px;overflow:hidden;background:#f1f0ed;position:relative}.material-preview-canvas canvas{width:100%;height:100%;display:block}.preview-loading{position:absolute;inset:0;display:grid;place-items:center;color:#777;pointer-events:none}.material-shape{width:130px}.material-slot-card{border:1px solid #e5e2ea;border-radius:14px;padding:14px;background:#fff;transition:.2s}.material-slot-card.active{border-color:#6f4bf2;box-shadow:0 0 0 3px rgba(111,75,242,.12)}.material-slot-flags{display:flex;gap:5px;flex-wrap:wrap}.material-config-viewer{height:620px;border-radius:18px;overflow:hidden;background:#efedf2;position:sticky;top:1rem}.material-config-viewer canvas{width:100%;height:100%;display:block}.material-slot-list{max-height:720px;overflow:auto;padding-right:4px}
