:root { --topbar-h: 76px; --sidebar-w: 52px; --text:#111418; --muted:#747b84; --line:#e6eaee; --teal:#12b9af; --teal-dark:#0b9f96; --bg:#f7f7f8; --card:#fff; --shadow:0 1px 2px rgba(15,23,42,.06),0 8px 26px rgba(15,23,42,.045); --shadow-hover:0 3px 8px rgba(15,23,42,.08),0 18px 38px rgba(15,23,42,.09); }
*{box-sizing:border-box} html,body{height:100%} body{margin:0;min-width:1180px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;color:var(--text);background:var(--bg);overflow:auto} button,input,select,textarea{font:inherit} button{cursor:pointer}.app-shell{min-height:100vh;background:var(--bg)}
.topbar{position:fixed;inset:0 0 auto 0;z-index:40;height:var(--topbar-h);background:#111;color:#fff;display:flex;align-items:center;padding:0 18px 0 0;box-shadow:0 1px 0 rgba(0,0,0,.45)}.brand-area{height:100%;width:286px;display:flex;align-items:center;padding-left:4px;gap:18px;flex:0 0 auto}.shop-logo{display:flex;align-items:center;position:relative;width:108px;height:52px;padding-left:35px;line-height:1}.logo-mark{position:absolute;left:11px;top:11px;width:22px;height:32px;color:#fff;border:4px solid currentColor;border-top:0;border-radius:2px 0 11px 11px;transform:rotate(-2deg);filter:drop-shadow(-3px 3px 0 #25f4ee) drop-shadow(3px -2px 0 #fe2c55)}.logo-mark:after{content:"";position:absolute;left:-13px;bottom:-9px;width:14px;height:14px;border:4px solid currentColor;border-radius:50%;background:#111}.logo-mark:before{content:"";position:absolute;right:-13px;top:-2px;width:15px;border-top:4px solid currentColor}.brand-text{display:flex;flex-direction:column;font-size:19px;font-weight:800;letter-spacing:-.9px}.divider{width:1px;height:32px;background:rgba(255,255,255,.5)}.seller-center{font-size:30px;letter-spacing:-.9px;white-space:nowrap}
.main-nav{display:flex;align-items:center;height:100%;gap:44px;margin-left:10px;flex:1}.nav-link{height:100%;color:#fff;background:transparent;border:0;padding:0;display:inline-flex;align-items:center;position:relative;font-weight:800;font-size:22px;letter-spacing:-.3px;white-space:nowrap;opacity:.95;transition:opacity .15s ease,transform .15s ease}.nav-link:after{content:"";position:absolute;left:50%;bottom:14px;width:0;height:3px;border-radius:3px;background:#fff;transform:translateX(-50%);transition:width .18s ease}.nav-link:hover{opacity:1;transform:translateY(-1px)}.nav-link:hover:after{width:24px}.nav-link.active:after{width:0}.top-actions{display:flex;align-items:center;gap:18px;height:100%;flex:0 0 auto;color:#dfe3e7}.icon-btn,.chat-pill,.account-btn{background:transparent;border:0;color:inherit;display:inline-flex;align-items:center;justify-content:center;padding:0;position:relative;overflow:hidden}.icon-btn{width:31px;height:31px;border-radius:50%;opacity:.86;transition:background .15s ease,opacity .15s ease}.icon-btn:hover{background:rgba(255,255,255,.1);opacity:1}.icon-btn svg,.chat-pill svg,.filter-input svg,.side-item svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.chat-pill{min-width:79px;height:38px;gap:9px;background:rgba(255,255,255,.12);border-radius:24px;transition:background .15s ease,transform .15s ease}.chat-pill:hover,.chat-pill.open{background:rgba(255,255,255,.18);transform:translateY(-1px)}.chat-pill svg{width:27px;height:27px}.notify:after{content:"";position:absolute;right:6px;top:5px;width:7px;height:7px;border-radius:50%;background:#fe2c55;border:1px solid #111}.chevron{font-size:18px;line-height:1;transform:translateY(-1px);opacity:.88;transition:transform .18s ease}.open .chevron{transform:rotate(180deg) translateY(1px)}.top-sep{width:1px;height:24px;background:rgba(255,255,255,.45);margin-left:1px}.account-btn{min-height:39px;gap:7px;color:#fff;font-size:16px;white-space:nowrap;border-radius:23px;padding:0 4px 0 0;transition:background .15s ease}.account-btn:hover,.account-btn.open{background:rgba(255,255,255,.08)}.avatar{width:31px;height:31px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#111;font-size:15px;font-weight:900}.avatar.big{width:42px;height:42px;font-size:18px}
.top-popover{position:fixed;top:66px;right:28px;width:268px;background:#fff;color:#121519;border:1px solid var(--line);border-radius:10px;box-shadow:0 18px 45px rgba(15,23,42,.16);padding:8px;transform-origin:top right;animation:popIn .16s ease both;z-index:60}.message-popover{right:176px}.popover-title{font-weight:700;padding:10px 12px 8px;border-bottom:1px solid #f0f2f4}.message-row,.account-popover button,.popover-footer{width:100%;border:0;background:transparent;color:#24282d;border-radius:7px;padding:11px 10px;display:flex;align-items:center;gap:9px;text-align:left;transition:background .15s ease}.message-row:hover,.account-popover button:hover,.popover-footer:hover{background:#f5f7f8}.message-row time{margin-left:auto;color:#9aa2aa;font-size:12px}.dot{width:7px;height:7px;border-radius:50%;background:#fe2c55;flex:0 0 auto}.dot.muted{background:#cdd4db}.popover-footer{justify-content:center;color:var(--teal-dark);font-weight:700}.account-card{display:flex;gap:10px;padding:10px;border-bottom:1px solid #f0f2f4;margin-bottom:4px}.account-card p{margin:3px 0 0;color:#828891;font-size:13px}
.sidebar{position:fixed;z-index:30;top:var(--topbar-h);left:0;bottom:0;width:var(--sidebar-w);background:#fff;border-right:1px solid #edf0f2;display:flex;flex-direction:column;align-items:center;padding-top:16px;gap:8px}.side-item,.side-sub{width:40px;height:40px;border:0;background:transparent;color:#4b6267;border-radius:6px;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible;transition:background .14s ease,color .14s ease,transform .14s ease}.side-item svg{width:20px;height:20px;stroke-width:1.9}.side-item:hover,.side-sub:hover{color:var(--teal-dark);background:#f1f7f7}.side-item.active{color:var(--teal-dark);background:#f3f7f7}.side-item.active:before,.side-sub.active:before{content:"";position:absolute;left:-6px;top:12px;width:3px;height:16px;border-radius:2px;background:var(--teal)}.side-sub{font-size:16px;color:#54636a}.side-sub.active{color:var(--teal-dark);background:#eef2f2}.has-caret span{position:absolute;right:3px;top:11px;color:currentColor;font-size:12px;line-height:1}.bottom-one{margin-top:12px}.hoverable[data-tooltip]:after{content:attr(data-tooltip);position:absolute;pointer-events:none;opacity:0;z-index:100;background:rgba(21,25,29,.95);color:#fff;font-size:12px;white-space:nowrap;border-radius:5px;padding:6px 8px;box-shadow:0 8px 18px rgba(0,0,0,.18);transition:opacity .12s ease,transform .12s ease}.top-actions .hoverable[data-tooltip]:after{top:46px;left:50%;transform:translate(-50%,-4px)}.top-actions .hoverable[data-tooltip]:hover:after{opacity:1;transform:translate(-50%,0)}.sidebar .hoverable[data-tooltip]:after{left:48px;top:50%;transform:translate(-4px,-50%)}.sidebar .hoverable[data-tooltip]:hover:after{opacity:1;transform:translate(0,-50%)}
.content{margin-left:var(--sidebar-w);padding-top:var(--topbar-h);min-height:100vh}.hero-card{min-height:410px;padding:22px 46px 32px 0;background:#f8f8f9;border-bottom:1px solid #f1f1f1;overflow:hidden}.page-head{display:flex;align-items:flex-start;gap:14px}h1{margin:0 0 5px;font-size:40px;line-height:1.2;font-weight:500;letter-spacing:-1.5px}.intro{margin:0 0 34px;font-size:17px;color:#777b83;line-height:1.45}.ghost-action{margin-top:5px;opacity:0;border:1px solid var(--line);background:#fff;color:#4b535c;height:32px;padding:0 13px;border-radius:6px;transition:opacity .16s ease,background .16s ease,border .16s ease}.page-head:hover .ghost-action{opacity:1}.ghost-action:hover{background:#f7fafa;border-color:#c8e5e2;color:var(--teal-dark)}.tabs{display:flex;align-items:center;gap:31px;height:40px;margin-bottom:20px}.tab{height:40px;padding:0;border:0;background:transparent;color:#121519;font-size:22px;line-height:40px;position:relative;transition:color .14s ease}.tab:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:4px;border-radius:3px;background:var(--teal);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.tab:hover{color:var(--teal-dark)}.tab:hover:after{transform:scaleX(.38)}.tab.active{color:#111}.tab.active:after{transform:scaleX(1)}.stats-grid{display:grid;grid-template-columns:320px 320px 320px;gap:14px;width:max-content;transition:opacity .16s ease}.stats-grid.is-switching{opacity:.3}.stat-card{height:183px;padding:31px 20px 22px;background:var(--card);border-radius:7px;box-shadow:var(--shadow);border:1px solid rgba(229,232,236,.92);position:relative;overflow:visible;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease;animation:none}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover);border-color:#d7eef0}.stat-card.selected{background:linear-gradient(180deg,#efffff 0%,#eefcfc 100%);border-top:4px solid var(--teal);padding-top:27px;box-shadow:inset 0 0 0 1px rgba(22,180,168,.06),var(--shadow)}.stat-card.selected:hover{box-shadow:inset 0 0 0 1px rgba(22,180,168,.11),var(--shadow-hover)}.stat-title{font-size:22px;color:#161a1d;margin-bottom:7px;display:flex;align-items:center;gap:6px}.help{width:16px;height:16px;border:1.4px solid #9aa3ab;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#6d747c;font-size:11px;font-weight:700;position:relative}.help:after{content:attr(data-tip);position:absolute;left:50%;bottom:23px;transform:translateX(-50%) translateY(4px);opacity:0;pointer-events:none;width:max-content;max-width:220px;background:rgba(18,22,26,.96);color:#fff;border-radius:5px;padding:6px 8px;font-size:12px;line-height:1.35;font-weight:400;transition:opacity .12s ease,transform .12s ease}.help:hover:after{opacity:1;transform:translateX(-50%) translateY(0)}.stat-value{font-size:33px;line-height:1.22;letter-spacing:-.6px;color:#101418;margin-bottom:5px;white-space:nowrap}.stat-sub{font-size:17px;color:#858a91}
.filters-section{background:#fff;min-height:calc(100vh - var(--topbar-h) - 410px);padding:29px 27px 60px;position:relative;overflow:hidden}.filter-row{display:flex;align-items:center;gap:9px;margin-left:0}.filter-btn,.filter-input{height:47px;border:1px solid #e2e6ea;background:#fff;border-radius:5px;color:#3e4247;font-size:18px;padding:0 21px;min-width:96px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 2px rgba(16,24,40,.03);position:relative;overflow:hidden;transition:border .15s ease,color .15s ease,background .15s ease,box-shadow .15s ease}.filter-btn:hover,.filter-input:hover{border-color:#c9e7e4;color:var(--teal-dark);background:#fbffff;box-shadow:0 3px 10px rgba(15,23,42,.05)}.filter-btn.active-date,.filter-input.active-date{border-color:var(--teal);color:#101418;box-shadow:0 0 0 2px rgba(18,185,175,.08)}.filter-input{width:411px;justify-content:space-between}.filter-input svg{color:#666e76;width:21px;height:21px;stroke-width:1.7}.date-popover{position:absolute;top:84px;left:346px;z-index:20;width:316px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 18px 45px rgba(15,23,42,.15);padding:12px;animation:popIn .16s ease both}.date-head{display:flex;align-items:center;justify-content:space-between;padding:2px 2px 10px}.date-head button,.date-actions button{border:0;background:transparent;border-radius:6px;color:#374151;transition:background .15s ease,color .15s ease}.date-head button{width:30px;height:30px;font-size:22px}.date-head button:hover,.date-actions button:hover{background:#eefafa;color:var(--teal-dark)}.week-grid,.day-grid{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;gap:4px}.week-grid span{color:#7b838c;font-size:12px;padding:4px 0}.day-grid button{height:34px;border:0;border-radius:50%;background:transparent;color:#31363b;transition:background .12s ease,color .12s ease}.day-grid button:hover{background:#edfafa;color:var(--teal-dark)}.day-grid button.range{background:var(--teal);color:#fff}.day-grid button.dim{color:#c1c7ce}.date-actions{display:flex;gap:6px;border-top:1px solid #f0f2f4;margin-top:10px;padding-top:10px}.date-actions button{flex:1;height:32px}.empty-state{height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#7a8088;font-size:16px}.empty-illustration{width:106px;height:76px;position:relative;opacity:.32;margin-bottom:10px;transition:transform .2s ease}.empty-state:hover .empty-illustration{transform:translateY(-2px)}.empty-illustration span:nth-child(1){position:absolute;left:14px;top:12px;width:76px;height:46px;border:2px solid #b8c2cc;border-radius:8px;background:#f2f5f8}.empty-illustration span:nth-child(2){position:absolute;left:27px;top:23px;width:50px;height:7px;background:#b8c2cc;border-radius:20px}.empty-illustration span:nth-child(3){position:absolute;left:37px;top:38px;width:30px;height:7px;background:#cbd3db;border-radius:20px}.watermarked:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.34;background-image:var(--wm-url);background-size:390px 150px;z-index:0}.watermarked>*{position:relative;z-index:1}.hero-card,.filters-section{position:relative}
.edit-fab{position:fixed;right:22px;bottom:22px;z-index:35;height:40px;padding:0 17px;border:1px solid #d8e0e5;border-radius:22px;background:rgba(255,255,255,.92);color:#27323a;box-shadow:0 10px 28px rgba(15,23,42,.12);backdrop-filter:blur(8px);overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.edit-fab:hover{transform:translateY(-2px);border-color:var(--teal);box-shadow:0 16px 38px rgba(15,23,42,.18)}.drawer-mask{position:fixed;inset:0;z-index:70;background:rgba(15,23,42,.22);animation:fadeIn .16s ease both}.editor-drawer{position:fixed;top:0;right:0;bottom:0;z-index:80;width:392px;background:#fff;box-shadow:-18px 0 45px rgba(15,23,42,.18);transform:translateX(105%);transition:transform .22s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column}.editor-drawer.open{transform:translateX(0)}.editor-head{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 14px;border-bottom:1px solid #edf0f2}.editor-head strong{font-size:20px}.editor-head p{margin:3px 0 0;color:#858c95;font-size:13px}.editor-head button{width:32px;height:32px;border:0;border-radius:50%;background:#f4f6f7;color:#32383f;font-size:22px;line-height:1}.editor-body{padding:16px 18px 24px;overflow:auto;display:flex;flex-direction:column;gap:13px}.editor-body label{display:flex;flex-direction:column;gap:6px;color:#535b64;font-size:13px}.editor-body input,.editor-body select,.editor-body textarea{width:100%;border:1px solid #dfe5eb;border-radius:7px;padding:9px 10px;color:#111418;outline:none;transition:border .15s ease,box-shadow .15s ease}.editor-body input:focus,.editor-body select:focus,.editor-body textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(18,185,175,.11)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.editor-actions{display:flex;gap:9px;margin-top:3px}.editor-actions button{height:38px;border:1px solid #d9e0e6;background:#fff;border-radius:7px;padding:0 14px;color:#29313a;position:relative;overflow:hidden}.editor-actions .primary{background:var(--teal);border-color:var(--teal);color:#fff;font-weight:700}.editor-actions button:hover{border-color:var(--teal)}.json-box{border-top:1px dashed #e0e5ea;padding-top:10px}.json-box summary{cursor:pointer;color:#58616a;font-size:13px}.json-box textarea{margin-top:9px;min-height:168px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px}.editor-actions.compact button{height:32px;font-size:13px}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);z-index:120;min-width:150px;background:rgba(18,22,26,.95);color:#fff;text-align:center;padding:10px 14px;border-radius:8px;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.toast.show{opacity:1;transform:translate(-50%,0)}[data-ripple]{position:relative;overflow:hidden}.ripple{position:absolute;border-radius:50%;transform:scale(0);background:rgba(18,185,175,.22);animation:ripple .45s ease-out;pointer-events:none}.topbar .ripple{background:rgba(255,255,255,.2)}@keyframes ripple{to{transform:scale(3.8);opacity:0}}@keyframes popIn{from{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes cardIn{from{transform:translateY(5px)}to{transform:translateY(0)}}@media(max-width:1220px){.main-nav{gap:30px}.nav-link{font-size:20px}.seller-center{font-size:28px}.stats-grid{grid-template-columns:repeat(3,300px)}}


/* watermark removed */
.watermarked:before{content:none!important;background-image:none!important}
