@font-face{font-family:Cerebri;src:url(../fonts/CerebriSans-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Cerebri;src:url(../fonts/CerebriSans-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Cerebri;src:url(../fonts/CerebriSans-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Cerebri;src:url(../fonts/CerebriSans-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--bg:#f1f1f1;--card:#fdfdfd;--surface:#f9f9f9;--surface2:#f3f3f3;--text:#101010;--text2:#727272;--text3:#7b7b7b;--stroke:#e2e2e2;--stroke-subtle:rgba(123,123,123,.12);--green:#00a656;--green-chart:#00b512;--green-soft:#e4f5ec;--red:#e5484d;--red-soft:#fde8e8;--blue:#3478f6;--invert:#101010;--invert-text:#fdfdfd;--shadow:0 6px 4px -4px rgba(8,8,8,.05), 0 5px 1.5px -4px rgba(8,8,8,.09);--shadow-pop:0 5px 1.5px -4px rgba(8,8,8,.09),0 24px 24px -16px rgba(8,8,8,.06),0 6px 13px rgba(8,8,8,.03);--ico-purple:#8b5cf6;--ico-purple-bg:#efe9fe;--ico-amber:#f5a623;--ico-amber-bg:#fdf0d9;--ico-green:#00b512;--ico-green-bg:#e0f5e3;--ico-blue:#4c9ffb;--ico-blue-bg:#e4f0fe;--bar:#dcdcdc}[data-theme=dark]{--bg:#0f0f0f;--card:#191919;--surface:#1c1c1c;--surface2:#202020;--text:#fdfdfd;--text2:#9a9a9a;--text3:#7b7b7b;--stroke:rgba(255,255,255,.08);--stroke-subtle:rgba(255,255,255,.06);--green-soft:rgba(0,181,18,.14);--red:#f06d6d;--red-soft:rgba(240,109,109,.14);--invert:#fdfdfd;--invert-text:#101010;--shadow:0 6px 4px -4px rgba(0,0,0,.4),0 5px 1.5px -4px rgba(0,0,0,.5);--shadow-pop:0 24px 40px -18px rgba(0,0,0,.7);--ico-purple-bg:rgba(139,92,246,.18);--ico-amber-bg:rgba(245,166,35,.16);--ico-green-bg:rgba(0,181,18,.16);--ico-blue-bg:rgba(76,159,251,.16);--bar:#333333}*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100dvh}body{font-family:Cerebri,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;letter-spacing:.1px;transition:background .35s ease,color .35s ease}#root{min-height:100dvh}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}input{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--stroke);border-radius:8px}::selection{background:var(--green);color:#fff}.app{display:flex;min-height:100dvh;padding:20px;gap:20px}@media (max-width:1100px){.app{padding:16px;gap:16px}}@media (max-width:768px){.app{padding:12px;flex-direction:column}}.sidebar{width:300px;flex-shrink:0;display:flex;flex-direction:column;position:sticky;top:20px;height:calc(100dvh - 40px)}.sidebar-inner{background:var(--card);border:1px solid var(--stroke-subtle);border-radius:24px;box-shadow:var(--shadow);flex:1;display:flex;flex-direction:column;padding:20px 16px}.logo{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:6px 8px 24px}.logo svg{width:40px;height:40px}.nav{display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:14px;color:var(--text2);font-weight:500;font-size:15px;position:relative;transition:.18s;text-align:left;width:100%}.nav-item svg{width:22px;height:22px;flex-shrink:0}.nav-item .chev{margin-left:auto;width:16px;height:16px;opacity:.5}.nav-item:hover{background:var(--surface);color:var(--text)}.nav-item.active{background:var(--surface);color:var(--text);font-weight:600}.nav-item.active:before{content:"";position:absolute;left:-16px;top:50%;transform:translateY(-50%);width:4px;height:22px;border-radius:4px;background:var(--green)}.sidebar-bottom{margin-top:auto;display:flex;flex-direction:column;gap:8px;align-items:flex-start;padding-left:6px}.round-btn{width:40px;height:40px;border-radius:50%;background:var(--surface);border:1px solid var(--stroke-subtle);display:flex;align-items:center;justify-content:center;color:var(--text2);transition:.18s}.round-btn:hover{color:var(--text);transform:translateY(-2px)}.round-btn svg{width:20px;height:20px}.mobile-only{display:none}@media (max-width:768px){.sidebar{display:none}.mobile-only{display:flex}}.main{flex:1;min-width:0;display:flex;flex-direction:column;gap:20px}@media (max-width:768px){.main{gap:14px}}.topnav{display:flex;align-items:center;gap:16px;padding:2px 4px}.topnav h1{font-size:30px;font-weight:600;letter-spacing:-.3px;white-space:nowrap}.search{flex:1;max-width:460px;margin-left:auto;position:relative}.search input{width:100%;height:48px;border-radius:14px;background:var(--card);border:1px solid var(--stroke-subtle);padding:0 18px 0 46px;font-size:15px;color:var(--text);box-shadow:var(--shadow)}.search input::placeholder{color:var(--text3)}.search .si{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--text3);pointer-events:none}.create{height:48px;padding:0 26px;border-radius:14px;background:var(--invert);color:var(--invert-text);font-weight:600;font-size:15px;box-shadow:var(--shadow);transition:.18s}.create:hover{transform:translateY(-2px)}.icon-btn{width:48px;height:48px;border-radius:14px;background:var(--card);border:1px solid var(--stroke-subtle);display:flex;align-items:center;justify-content:center;color:var(--text2);box-shadow:var(--shadow);transition:.18s;position:relative}.icon-btn:hover{color:var(--text);transform:translateY(-2px)}.icon-btn svg{width:20px;height:20px}.avatar-btn{width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid var(--stroke);flex-shrink:0}.avatar-btn img{width:100%;height:100%;object-fit:cover}.dot{position:absolute;top:11px;right:12px;width:8px;height:8px;border-radius:50%;background:var(--green);border:2px solid var(--card)}@media (max-width:768px){.topnav h1{display:none}.search{margin-left:0}.create{display:none}}.grid{display:grid;grid-template-columns:1fr 360px;gap:20px;align-items:start}@media (max-width:1280px){.grid{grid-template-columns:1fr 320px}}@media (max-width:980px){.grid{grid-template-columns:1fr}}.col{display:flex;flex-direction:column;gap:20px;min-width:0}@media (max-width:768px){.grid,.col{gap:14px}}.widget{background:var(--card);border:1px solid var(--stroke-subtle);border-radius:24px;box-shadow:var(--shadow);padding:20px}.wh{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:12px}.wh h2{font-size:19px;font-weight:600;letter-spacing:-.2px}.select{display:flex;align-items:center;gap:8px;height:36px;padding:0 12px;border-radius:12px;background:var(--surface);border:1px solid var(--stroke-subtle);font-size:13px;color:var(--text2);font-weight:500}.select svg{width:15px;height:15px}.wh-arrows{display:flex;gap:8px}.arrow-btn{width:36px;height:36px;border-radius:50%;background:var(--surface);border:1px solid var(--stroke-subtle);display:flex;align-items:center;justify-content:center;color:var(--text2);transition:.18s}.arrow-btn:hover{color:var(--text);background:var(--green);color:#fff}.arrow-btn svg{width:16px;height:16px}.stats{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--stroke-subtle);border-radius:18px;overflow:hidden;background:var(--surface)}.stat{padding:22px 24px}.stat+.stat{border-left:1px solid var(--stroke-subtle)}.stat .lbl{display:flex;align-items:center;gap:8px;color:var(--text2);font-size:14px;font-weight:500;margin-bottom:10px}.stat .lbl svg{width:18px;height:18px}.stat .big{font-size:44px;font-weight:600;letter-spacing:-1px;line-height:1;display:flex;align-items:flex-end;gap:12px}.stat .sub{display:flex;align-items:center;gap:6px;margin-top:2px}.pill{display:inline-flex;align-items:center;gap:3px;font-size:12.5px;font-weight:600;padding:3px 8px;border-radius:8px}.pill.up{color:var(--green);background:var(--green-soft)}.pill.down{color:var(--red);background:var(--red-soft)}.pill svg{width:12px;height:12px}.stat .vsm{font-size:12.5px;color:var(--text3)}@media (max-width:420px){.stats{grid-template-columns:1fr}.stat+.stat{border-left:none;border-top:1px solid var(--stroke-subtle)}.stat .big{font-size:38px}}.newcust{margin-top:22px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.newcust h3{font-size:15px;font-weight:600;margin-bottom:3px}.newcust p{font-size:13.5px;color:var(--text2)}.send-btn{width:44px;height:44px;border-radius:50%;background:var(--invert);color:var(--invert-text);display:flex;align-items:center;justify-content:center;flex-shrink:0}.send-btn svg{width:18px;height:18px}.av-row{display:flex;gap:14px;margin-top:18px;flex-wrap:wrap}.av-cell{display:flex;flex-direction:column;align-items:center;gap:8px;width:64px}.av-cell img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:1px solid var(--stroke)}.av-cell span{font-size:12.5px;color:var(--text2)}.av-all{width:56px;height:56px;border-radius:50%;border:1px solid var(--stroke);display:flex;align-items:center;justify-content:center;color:var(--text2);background:var(--surface)}.av-all svg{width:18px;height:18px}.chart-wrap{display:flex;align-items:flex-end;gap:24px}@media (max-width:560px){.chart-wrap{flex-direction:column;align-items:stretch;gap:18px}}.chart-num{flex-shrink:0}.chart-num .money{font-size:42px;font-weight:600;letter-spacing:-1.5px}.chart{flex:1;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;height:200px;min-width:0}.bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:10px;height:100%;justify-content:flex-end}.bar{width:100%;max-width:34px;border-radius:8px;background:var(--bar);position:relative;transition:.5s cubic-bezier(.2,.8,.2,1);cursor:pointer}.bar.on{background:var(--green-chart)}.bar:hover{filter:brightness(1.08)}.bar-lbl{font-size:12px;color:var(--text3)}.bar-tip{position:absolute;top:-30px;left:50%;transform:translate(-50%);background:var(--invert);color:var(--invert-text);font-size:11px;font-weight:600;padding:3px 8px;border-radius:7px;white-space:nowrap}.bar-tip:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:8px;height:8px;background:var(--invert);border-radius:2px;rotate:45deg}.bar-dot{position:absolute;top:6px;left:50%;transform:translate(-50%);width:10px;height:10px;border-radius:50%;background:#fff;border:3px solid #0a7d13}.tips{display:flex;gap:14px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory}.tips::-webkit-scrollbar{height:6px}.tip{flex:0 0 200px;scroll-snap-align:start;background:var(--surface);border:1px solid var(--stroke-subtle);border-radius:18px;padding:18px;min-height:210px;display:flex;flex-direction:column;transition:.2s}.tip:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.tip-ic{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center}.tip-ic svg{width:24px;height:24px}.tip h4{font-size:15px;font-weight:600;margin-top:auto}.tip-meta{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.tip-meta .rd{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text3)}.tip-meta .rd img{width:20px;height:20px;border-radius:50%}.tag{font-size:11px;font-weight:600;padding:3px 9px;border-radius:8px}.gmc p{font-size:14px;color:var(--text2);margin-bottom:18px;max-width:560px;line-height:1.6}.socials{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.soc{height:52px;border-radius:14px;background:var(--surface);border:1px solid var(--stroke-subtle);display:flex;align-items:center;justify-content:center;color:var(--text);transition:.18s}.soc:hover{background:var(--invert);color:var(--invert-text);transform:translateY(-3px)}.soc svg{width:22px;height:22px}@media (max-width:420px){.socials{grid-template-columns:repeat(2,1fr)}}.plist{display:flex;flex-direction:column}.prow{display:flex;align-items:center;gap:12px;padding:12px 6px;border-radius:14px;transition:.15s;cursor:pointer}.prow:hover{background:var(--surface)}.prow img{width:44px;height:44px;border-radius:12px;object-fit:cover;flex-shrink:0}.prow .pn{font-size:14px;font-weight:600;line-height:1.3}.prow .meta{margin-left:auto;text-align:right;flex-shrink:0}.prow .price{font-size:14px;font-weight:600}.badge{display:inline-block;font-size:11px;font-weight:600;padding:2px 8px;border-radius:7px;margin-top:4px}.badge.active{color:var(--green);background:var(--green-soft)}.badge.off{color:var(--red);background:var(--red-soft)}.wbtn{margin-top:8px;width:100%;height:46px;border-radius:14px;background:var(--surface);border:1px solid var(--stroke-subtle);font-weight:600;font-size:14px;color:var(--text);transition:.18s}.wbtn:hover{background:var(--invert);color:var(--invert-text)}.clist{display:flex;flex-direction:column;gap:4px}.crow{display:flex;gap:12px;padding:12px 4px;border-top:1px solid var(--stroke-subtle)}.crow:first-child{border-top:none}.crow img{width:38px;height:38px;border-radius:50%;object-fit:cover;flex-shrink:0}.crow .ch{font-size:13.5px;margin-bottom:2px}.crow .ch b{font-weight:600}.crow .ch .on-p{color:var(--text2)}.crow .tm{font-size:11.5px;color:var(--text3);margin-bottom:6px}.crow .cx{font-size:13.5px;color:var(--text2);line-height:1.5}.refund{display:flex;gap:14px;align-items:flex-start}.refund .ric{width:48px;height:48px;border-radius:14px;background:var(--ico-amber-bg);color:var(--ico-amber);display:flex;align-items:center;justify-content:center;flex-shrink:0}.refund .ric svg{width:22px;height:22px}.refund p{font-size:13.5px;color:var(--text2);line-height:1.55}.refund b{color:var(--text);font-weight:600}.pop{position:absolute;z-index:60;background:var(--card);border:1px solid var(--stroke);border-radius:18px;box-shadow:var(--shadow-pop);overflow:hidden}.menu{top:58px;right:0;width:250px;padding:8px}.mi{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:12px;font-size:14px;font-weight:500;color:var(--text);width:100%;text-align:left;transition:.14s}.mi:hover{background:var(--surface)}.mi svg{width:18px;height:18px;color:var(--text2)}.mi.sel{border:1px solid var(--stroke);box-shadow:var(--shadow)}.mi.pro{color:var(--blue)}.mi.pro svg{color:var(--blue)}.msep{height:1px;background:var(--stroke-subtle);margin:6px 4px}.searchpop{top:56px;right:0;width:420px;max-width:calc(100vw - 32px);padding:20px}.sp-lbl{font-size:13px;color:var(--text3);margin:6px 2px 12px;font-weight:500}.sp-card{border:1px solid var(--stroke-subtle);border-radius:16px;overflow:hidden;margin-bottom:20px}.sp-row{display:flex;align-items:center;gap:14px;padding:14px}.sp-row+.sp-row{border-top:1px solid var(--stroke-subtle)}.sp-row:hover{background:var(--surface)}.sp-row img{width:56px;height:44px;border-radius:10px;object-fit:cover}.sp-row .n{font-size:14.5px;font-weight:600;line-height:1.25}.sp-row .r{margin-left:auto;text-align:right}.sp-sug{display:flex;align-items:center;gap:12px;padding:10px 2px}.sp-sug img{width:44px;height:44px;border-radius:50%;object-fit:cover}.sp-sug .n{font-size:14.5px;font-weight:600}.sp-sug .role{font-size:12.5px;color:var(--text3)}.sp-go{margin-left:auto;width:40px;height:40px;border-radius:50%;border:1px solid var(--stroke);display:flex;align-items:center;justify-content:center;color:var(--text2);transition:.16s}.sp-go:hover{background:var(--green);color:#fff;border-color:var(--green)}.sp-go svg{width:16px;height:16px}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50}.page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px}.pcard{background:var(--card);border:1px solid var(--stroke-subtle);border-radius:20px;box-shadow:var(--shadow);overflow:hidden;transition:.2s}.pcard:hover{transform:translateY(-4px)}.pcard .ph{aspect-ratio:16/10;overflow:hidden}.pcard .ph img{width:100%;height:100%;object-fit:cover}.pcard .pb{padding:14px 16px 18px}.pcard .pb .n{font-weight:600;font-size:15px}.pcard .pb .rowb{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.list-widget .prow{padding:14px 8px;border-top:1px solid var(--stroke-subtle)}.list-widget .prow:first-child{border-top:none}.empty-note{font-size:13px;color:var(--text3);margin-top:10px}.mnav{display:none}@media (max-width:768px){.mnav{display:flex;position:fixed;left:12px;right:12px;bottom:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:40;background:var(--card);border:1px solid var(--stroke-subtle);border-radius:20px;box-shadow:var(--shadow-pop);padding:8px;justify-content:space-around;align-items:center}.mnav button{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--text3);transition:.16s}.mnav button svg{width:22px;height:22px}.mnav button.on{background:var(--surface);color:var(--green)}.main{padding-bottom:calc(84px + env(safe-area-inset-bottom))}}.mtoggle{display:none}@media (max-width:768px){.mtoggle{display:flex}}.theme-toggle{display:flex;flex-direction:column;gap:2px;padding:5px;border-radius:22px;background:var(--surface);border:1px solid var(--stroke-subtle)}.theme-toggle button{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text3);transition:.18s}.theme-toggle button.on{background:var(--card);color:var(--text);box-shadow:var(--shadow)}.theme-toggle button svg{width:16px;height:16px}
