:root{--brand:#00796b;--brand-deep:#004d40;--brand-mid:#009a8a;--brand-bright:#01bfa5;--ink:#1e2430;--ink-soft:#5c6575;--muted:#8b93a1;--line:#e8ebf0;--bg:#fff;--bg-soft:#f7f8fa;--white:#fff;--shadow:0 8px 28px #1e24300f;--shadow-soft:0 4px 16px #1e24300d;--radius:14px;--radius-btn:10px;--font:"Kanit", system-ui, sans-serif;--header-h:48px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{font-family:inherit}.site-header{z-index:50;height:var(--header-h);background:var(--brand-deep);-webkit-backdrop-filter:none;backdrop-filter:none;color:#fff;border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;padding:0 clamp(.75rem,2vw,1.25rem) 0 clamp(.5rem,1.5vw,.85rem);display:flex;position:sticky;top:0}.brand{flex-shrink:0;align-items:center;gap:.7rem;min-width:0;display:flex}.brand-mark{place-items:center;display:grid}.panda-logo{object-fit:contain;display:block}.brand-text{white-space:nowrap;flex-direction:column;line-height:1.15;display:flex}.brand-name{letter-spacing:-.02em;color:#fff;font-size:14px;font-weight:700}.brand-tag{color:#ffffffc7;font-size:.65rem;font-weight:400}.header-actions{align-items:center;gap:.85rem;display:flex}.lang-switcher{position:relative}.lang-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;padding:0;display:grid;overflow:hidden}.lang-btn:hover,.lang-btn[aria-expanded=true]{opacity:.9;border:none}.flag-emoji{font-size:1.15rem;line-height:1}.flag-img{object-fit:cover;border-radius:3px;width:22px;height:16px;display:block;box-shadow:0 0 0 1px #00000014}.lang-btn .flag-img{object-fit:cover;width:22px;height:22px;box-shadow:none;border:none;border-radius:50%}.lang-menu{background:var(--white);border:1px solid var(--line);min-width:160px;box-shadow:var(--shadow);z-index:60;border-radius:12px;padding:.4rem;list-style:none;position:absolute;top:calc(100% + 8px);right:0}.lang-option{cursor:pointer;width:100%;color:var(--ink);text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.65rem;padding:.65rem .75rem;font-family:inherit;font-size:.92rem;font-weight:500;display:flex}.lang-option:hover{background:var(--bg-soft)}.lang-option.active{color:var(--brand);background:#00796b1a}.link-signin{color:#fff;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:500}.link-signin:hover{color:#ffffffd9}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:3px;padding:4px;display:flex}.menu-toggle span{background:#fff;border-radius:2px;width:15px;height:1.5px}.mobile-nav{top:var(--header-h);background:var(--white);border-bottom:1px solid var(--line);box-shadow:var(--shadow);flex-direction:column;padding:.75rem 1.25rem 1.25rem;display:flex;position:absolute;left:0;right:0}.mobile-nav a,.mobile-nav-link{color:var(--ink-soft);border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;border-top:none;border-left:none;border-right:none;width:100%;padding:.85rem .5rem;font-family:inherit;font-size:12px;font-weight:500}.mobile-nav a:last-child,.mobile-nav-link:last-child{border-bottom:none}.mobile-nav a:hover,.mobile-nav-link:hover{color:var(--brand)}.btn{border-radius:var(--radius-btn);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;height:44px;padding:0 1.35rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand);color:var(--white);box-shadow:0 8px 20px #00796b47}.btn-primary:hover{background:var(--brand-deep)}.btn-lg{border-radius:12px;height:52px;padding:0 1.85rem;font-size:1.05rem}.btn-outline{color:var(--brand);border-color:var(--brand);background:0 0}.btn-outline:hover{background:#00796b0f}.hero{text-align:center;max-width:920px;margin:0 auto;padding:20px clamp(1.25rem,5vw,4rem) 1rem;position:relative;overflow:visible}.hero-orbit{--orbit-count:7;--orbit-radius:clamp(96px, 28vw, 128px);aspect-ratio:1;z-index:1;place-items:center;width:min(100%,340px);margin:0 auto 1.5rem;display:grid;position:relative}.hero-orbit-ring{pointer-events:none;border:1px dashed #004d402e;border-radius:50%;position:absolute;inset:18%}.hero-orbit-center{z-index:2;background:#fff;border-radius:50%;place-items:center;width:96px;height:96px;display:grid;box-shadow:0 10px 28px #1e243024}.hero-orbit-item{--size:42px;width:var(--size);height:var(--size);margin:calc(var(--size) / -2) 0 0 calc(var(--size) / -2);color:#fff;z-index:1;transform:rotate(calc(var(--i) * (360deg / var(--orbit-count)) - 90deg)) translate(var(--orbit-radius)) rotate(calc(var(--i) * (-360deg / var(--orbit-count)) + 90deg));animation:2.8s ease-in-out infinite hero-orbit-float;animation-delay:calc(var(--i) * .28s);border-radius:50%;place-items:center;font-size:1.15rem;display:grid;position:absolute;top:50%;left:50%;overflow:hidden;box-shadow:0 4px 12px #1e243024}@keyframes hero-orbit-float{0%,to{translate:0}50%{translate:0 -7px}}.hero-orbit-item.facebook{background:#1877f2}.hero-orbit-item.tiktok{background:#111}.hero-orbit-item.whatsapp{background:#25d366}.hero-orbit-item.messenger{background:#0084ff}.hero-orbit-item.logistics{background:#e53935;padding:0}.hero-orbit-item.logistics img{object-fit:cover;width:100%;height:100%;display:block}.hero-orbit-item.anusit{box-sizing:border-box;background:#fff;border:2px solid #e53935}.hero-orbit-item.mixay{background:#fff;border:none}.hero-orbit-item.hul img{transform:scale(1.35)}@media (width<=640px){.hero-orbit{--orbit-radius:100px;width:min(100%,280px)}.hero-orbit-center{width:84px;height:84px}.hero-orbit-item{--size:38px;font-size:1.05rem}}.hero-tagline{max-width:36rem;font-family:var(--font);color:var(--ink-soft);letter-spacing:normal;z-index:1;margin:0 auto 10px;font-size:14px;font-weight:400;line-height:1.7;position:relative}.hero-tagline strong,.hero-tagline span{color:var(--brand-deep);-webkit-text-fill-color:unset;background:0 0;background-clip:unset;-webkit-background-clip:unset;font-family:inherit;font-weight:700}.hero-title{z-index:1;letter-spacing:-.02em;color:var(--brand-deep);margin-bottom:1.15rem;font-size:20px;font-weight:700;line-height:1.45;position:relative}.hero-desc{color:var(--ink-soft);max-width:34rem;margin:0 auto 1.75rem;font-size:14px;font-weight:400}.hero .btn{font-size:14px}.hero-visual{justify-content:center;margin-top:2.5rem;display:flex}.hero-logo-wrap{width:min(100%,560px);box-shadow:none;background:0 0;border:none;border-radius:0;overflow:visible}.hero-center-img{object-fit:contain;object-position:center;width:100%;height:auto;display:block}.section-head{text-align:center;max-width:40rem;margin:0 auto 2.75rem}.section-head h2{letter-spacing:-.02em;margin-bottom:.65rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.section-head p{color:var(--ink-soft);font-size:1rem}.section-kicker{text-align:center;color:var(--ink-soft);margin-bottom:2.5rem;font-size:14px}.section-kicker strong{color:var(--brand-mid);font-weight:700}.accent,.accent-link{color:var(--brand);font-weight:600}.accent-link:hover{text-decoration:underline}.benefits{max-width:1160px;margin:0 auto;padding:clamp(3rem,7vw,5rem) clamp(1.25rem,5vw,4rem)}.benefits-grid{grid-template-columns:minmax(180px,320px) 1fr;justify-content:space-between;align-items:center;gap:clamp(1.5rem,4vw,3rem);display:grid}.benefits-art{justify-content:flex-start;align-items:center;display:flex}.benefits-banner{object-fit:contain;width:100%;max-width:280px;height:auto;display:block}.benefits-copy{text-align:left;justify-self:end;width:100%;max-width:36rem}.benefits-copy h2,.sellconnect-title{letter-spacing:-.02em;color:var(--brand);margin-bottom:10px;font-size:14px;font-weight:700;line-height:1.45}.sellconnect-desc{color:var(--ink-soft);max-width:none;font-size:14px;line-height:1.75}.art-card{background:var(--bg-soft);width:min(100%,360px);box-shadow:var(--shadow-soft);border-radius:24px;padding:1.75rem}.art-avatar{background:linear-gradient(135deg, var(--brand-bright), var(--brand));border-radius:50%;width:56px;height:56px;margin-bottom:1rem}.art-lines{flex-direction:column;gap:.45rem;margin-bottom:1.25rem;display:flex}.art-lines span{background:#dde3ea;border-radius:999px;height:10px}.art-lines span:first-child{width:70%}.art-lines span:nth-child(2){width:90%}.art-lines span:nth-child(3){width:55%}.art-bubble{background:var(--white);color:var(--ink-soft);box-shadow:var(--shadow-soft);border-radius:14px;max-width:90%;margin-bottom:.65rem;padding:.75rem 1rem;font-size:.88rem}.art-bubble.out{background:var(--brand);color:var(--white);margin-left:auto}.benefits-copy h2{letter-spacing:-.02em;margin-bottom:10px;font-size:14px;font-weight:700;line-height:1.45}.check-list{flex-direction:column;gap:1.25rem;display:flex}.check-list li{align-items:flex-start;gap:.85rem;display:flex}.check{background:var(--brand);width:26px;height:26px;color:var(--white);border-radius:50%;flex-shrink:0;place-items:center;margin-top:.15rem;font-size:.8rem;font-weight:700;display:grid}.check-list strong{margin-bottom:.2rem;font-size:1.02rem;font-weight:600;display:block}.check-list p{color:var(--ink-soft);font-size:.92rem}.chat-showcase{background:linear-gradient(#f4fffc 0%,#eef8f6 100%);padding:clamp(2.5rem,6vw,4.5rem) clamp(1.25rem,5vw,4rem)}.chat-showcase-grid{grid-template-columns:1fr;align-items:start;gap:clamp(1.5rem,3vw,2.5rem);max-width:1160px;margin:0 auto;display:grid}.chat-mock{align-items:stretch;gap:.75rem;width:100%;max-width:920px;min-height:360px;margin:0 auto;display:flex}.chat-showcase-copy{width:100%;max-width:720px;margin:0 auto}.chat-channels{background:#00796b14;border-radius:16px;flex-direction:column;gap:.3rem;min-width:112px;padding:.9rem .55rem;display:flex}.chat-ch{color:var(--ink-soft);white-space:nowrap;border-radius:10px;align-items:center;gap:.45rem;padding:.5rem .55rem;font-size:.72rem;font-weight:500;display:flex}.chat-ch.active{background:var(--white);color:var(--ink);box-shadow:0 2px 8px #00796b1a}.chat-ch-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.chat-app{background:var(--white);box-shadow:var(--shadow);border:1px solid var(--line);border-radius:18px;flex:1;grid-template-columns:44px 132px 1fr;min-height:340px;display:grid;overflow:hidden}.chat-rail{background:linear-gradient(#004d40 0%,#00332b 100%);flex-direction:column;align-items:center;gap:1rem;padding:1.1rem 0;display:flex}.chat-rail-dot{background:#fff3;border-radius:5px;width:16px;height:16px}.chat-rail-dot.on{background:var(--brand-bright);box-shadow:0 0 12px #01bfa58c}.chat-inbox{border-right:1px solid var(--line);background:#f5faf9;flex-direction:column;gap:.3rem;padding:.65rem .45rem;display:flex}.chat-inbox-item{border-radius:10px;align-items:center;gap:.45rem;padding:.45rem;display:flex}.chat-inbox-item.active{background:#00796b1a}.chat-avatar{border-radius:50%;flex-shrink:0;width:30px;height:30px}.chat-avatar.a1{background:linear-gradient(135deg,#01e3c0,#00796b)}.chat-avatar.a2{background:linear-gradient(135deg,#80cbc4,#009a8a)}.chat-avatar.a3{background:linear-gradient(135deg,#4db6ac,#00796b)}.chat-avatar.a4{background:linear-gradient(135deg,#01bfa5,#004d40)}.chat-inbox-text{flex-direction:column;min-width:0;display:flex}.chat-inbox-text strong{font-size:.7rem;font-weight:600}.chat-inbox-text span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.62rem;overflow:hidden}.chat-thread{background:var(--white);flex-direction:column;display:flex}.chat-thread-top{border-bottom:1px solid var(--line);align-items:center;gap:.55rem;padding:.75rem .9rem;display:flex}.chat-thread-top strong{font-size:.78rem;display:block}.chat-online{color:#16a34a;font-size:.62rem}.chat-thread-body{background:linear-gradient(#f7fffd,#fff);flex-direction:column;flex:1;gap:.5rem;padding:.9rem;display:flex}.chat-bubble{border-radius:14px;max-width:85%;padding:.5rem .8rem;font-size:.72rem;line-height:1.4}.chat-bubble.in{color:var(--ink);background:#e8f2f0;border-bottom-left-radius:4px;align-self:flex-start}.chat-bubble.out{background:linear-gradient(135deg, var(--brand), var(--brand-light));color:var(--white);border-bottom-right-radius:4px;align-self:flex-end}.chat-input{color:var(--muted);background:#eef5f3;border-radius:999px;margin:.65rem .9rem .9rem;padding:.55rem .9rem;font-size:.72rem}.chat-showcase-copy h2{letter-spacing:-.02em;color:var(--brand-deep);margin-bottom:1.5rem;font-size:14px;font-weight:700;line-height:1.45}.chat-point{gap:.95rem;margin-bottom:1.35rem;display:flex}.chat-point-icon{width:44px;height:44px;color:var(--brand);background:#00796b1a;border-radius:12px;flex-shrink:0;place-items:center;display:grid}.chat-point-icon svg{width:22px;height:22px}.chat-point h3{color:var(--ink);margin-bottom:.3rem;font-size:14px;font-weight:600}.chat-point p{color:var(--ink-soft);font-size:14px;line-height:1.55}.chat-explore{color:var(--brand);align-items:center;gap:.4rem;margin-top:.35rem;font-size:14px;font-weight:600;transition:gap .2s;display:inline-flex}.chat-explore:hover{gap:.75rem}.features{background:var(--bg-soft);padding:clamp(3rem,7vw,5rem) clamp(1.25rem,5vw,4rem)}.features .section-head h2{color:var(--brand-deep);margin-bottom:10px;font-size:14px}.features .section-head p{margin-top:0;font-size:14px}.pricing{max-width:1100px;margin:0 auto;padding:clamp(3rem,7vw,5rem) clamp(1.25rem,5vw,4rem)}.pricing .section-head h2{color:var(--brand-deep);font-size:14px}.pricing .section-head p{font-size:14px}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.pricing-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);flex-direction:column;gap:.75rem;padding:1.75rem 1.4rem;display:flex}.pricing-card.highlight{border-color:var(--brand);box-shadow:0 12px 32px #00796b24}.pricing-card h3{color:var(--brand-deep);font-size:14px;font-weight:700}.pricing-desc{color:var(--ink-soft);min-height:2.8em;font-size:14px}.pricing-price{color:var(--ink-soft);font-size:14px}.pricing-price span{color:var(--brand);letter-spacing:-.02em;font-size:14px;font-weight:700}.pricing-card ul{flex-direction:column;flex:1;gap:.45rem;margin:.35rem 0 .75rem;display:flex}.pricing-card li{color:var(--ink-soft);padding-left:1.2rem;font-size:14px;position:relative}.pricing-card li:before{content:"✓";color:var(--brand);font-weight:700;position:absolute;left:0}.pricing-card .btn{width:100%;font-size:14px}.feature-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1100px;margin:0 auto;display:grid}.feature-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-soft);padding:1.75rem 1.35rem;transition:transform .2s,box-shadow .2s}.feature-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.feature-icon{width:64px;height:64px;color:var(--brand);background:linear-gradient(#fff 0%,#f3faf8 100%);border:1px solid #00796b1f;border-radius:50%;place-items:center;margin:0 auto 1.1rem;display:grid;box-shadow:0 10px 24px #004d401f}.feature-icon svg{width:28px;height:28px;display:block}.feature-card:hover .feature-icon{color:var(--brand-deep);transition:transform .2s,box-shadow .2s,color .2s;transform:translateY(-2px);box-shadow:0 12px 28px #00796b2e}.feature-card h3{margin-bottom:.45rem;font-size:14px;font-weight:600}.feature-card p{color:var(--ink-soft);font-size:14px}.faq{max-width:780px;margin:0 auto;padding:clamp(3rem,7vw,5rem) clamp(1.25rem,5vw,4rem)}.faq-list{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.faq-item{background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:12px;overflow:hidden}.faq .section-head h2,.faq .section-head p{font-size:14px}.faq-q{cursor:pointer;text-align:left;width:100%;color:var(--ink);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.05rem 1.2rem;font-size:14px;font-weight:500;display:flex}.faq-chev{color:var(--muted);transition:transform .2s}.faq-item.open .faq-chev{color:var(--brand);transform:rotate(180deg)}.faq-a{color:var(--ink-soft);padding:0 1.2rem 1.15rem;font-size:14px}.faq-cta{background:var(--bg-soft);border-radius:14px;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.35rem 1.5rem;display:flex}.faq-cta h3{margin-bottom:.2rem;font-size:14px;font-weight:600}.faq-cta p{color:var(--ink-soft);font-size:14px}.faq-cta .btn{font-size:14px}.cta-band{text-align:center;background:var(--bg-soft);padding:clamp(3rem,7vw,4.5rem) clamp(1.25rem,5vw,4rem)}.cta-band h2{color:var(--brand-deep);margin-bottom:.55rem;font-size:14px;font-weight:700}.cta-band p{color:var(--ink-soft);margin-bottom:1.5rem;font-size:14px}.cta-band .btn{font-size:14px}.site-footer{background:var(--white)}.footer-main{flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:1.25rem;max-width:1100px;margin:0 auto;padding:2.5rem clamp(1.25rem,5vw,4rem);display:flex}.footer-brand-block{flex:auto;min-width:0;max-width:22rem}.footer-brand-block .brand{margin-bottom:.85rem}.footer-brand-block .brand-name{color:var(--brand)}.footer-brand-block p{color:var(--muted);font-size:12px;line-height:1.55}.footer-contact{text-align:right;flex:none;max-width:45%}.footer-contact h3{color:var(--brand-deep);margin-bottom:.3rem;font-size:12px;font-weight:600}.footer-contact a,.footer-contact p{color:var(--ink-soft);margin-bottom:.12rem;font-size:12px;line-height:1.45;display:block}.footer-contact a:first-of-type{color:#1877f2;font-weight:500}.footer-bar{background:var(--brand);color:var(--white);flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem clamp(1.25rem,5vw,4rem);font-size:12px;display:flex}.footer-copy{text-align:left;flex-wrap:wrap;align-items:baseline;gap:0 .3rem;min-width:0;margin:0;display:inline-flex}.footer-brand-accent{color:#b2dfdb;font-weight:700}.float-chat{z-index:80;background:var(--brand);color:#fff;border-radius:50%;place-items:center;width:56px;height:56px;font-size:1.35rem;transition:transform .2s,background .2s,box-shadow .2s;display:grid;position:fixed;bottom:72px;right:20px;box-shadow:0 10px 28px #00796b59}.float-chat:hover{background:var(--brand-deep);color:#fff;transform:translateY(-3px)scale(1.04);box-shadow:0 14px 32px #004d4066}.pricing-drawer-overlay{z-index:100;background:#141c2459;justify-content:stretch;animation:.2s pricing-drawer-fade;display:flex;position:fixed;inset:0}@keyframes pricing-drawer-fade{0%{opacity:0}to{opacity:1}}.pricing-drawer{width:100%;height:100%;box-shadow:none;background:#fff;flex-direction:column;animation:.3s cubic-bezier(.22,1,.36,1) pricing-drawer-slide;display:flex;overflow:hidden}@keyframes pricing-drawer-slide{0%{transform:translate(-100%)}to{transform:translate(0)}}.pricing-drawer-head{border-bottom:1px solid var(--line);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.15rem clamp(1rem,4vw,2rem) .95rem;display:flex}.pricing-drawer-head h2{color:var(--brand-deep);margin-bottom:.25rem;font-size:14px;font-weight:700}.pricing-drawer-head p{color:var(--muted);font-size:12px}.pricing-drawer-close{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;font-size:1.5rem;line-height:1}.pricing-drawer-close:hover{background:var(--bg-soft);color:var(--ink)}.pricing-drawer-body{flex:1;grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:1rem;width:100%;max-width:1200px;margin:0 auto;padding:1.25rem clamp(1rem,4vw,2rem) 2rem;display:grid;overflow:auto}.pricing-drawer-body .pricing-card{margin:0}.pricing-cta{width:100%;color:var(--brand);border-color:var(--brand);box-shadow:none;background:#fff}.pricing-cta:hover,.pricing-cta:active,.pricing-cta:focus-visible{background:var(--brand);color:#fff;border-color:var(--brand)}.auth-drawer-overlay{z-index:100;background:#141c2459;justify-content:flex-end;animation:.2s auth-drawer-fade;display:flex;position:fixed;inset:0}@keyframes auth-drawer-fade{0%{opacity:0}to{opacity:1}}.auth-drawer{background:#fff;flex-direction:column;width:min(440px,100vw);height:100%;animation:.3s cubic-bezier(.22,1,.36,1) auth-drawer-slide;display:flex;overflow:hidden;box-shadow:-16px 0 40px #1e24302e}@keyframes auth-drawer-slide{0%{transform:translate(100%)}to{transform:translate(0)}}.auth-drawer-head{border-bottom:1px solid var(--line);flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;display:flex}.auth-drawer-brand{color:var(--brand-deep);align-items:center;gap:.55rem;font-size:14px;font-weight:700;display:inline-flex}.auth-drawer-close{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;font-size:1.5rem;line-height:1}.auth-drawer-close:hover{background:var(--bg-soft);color:var(--ink)}.auth-drawer-body{flex:1;padding:1.25rem 1.25rem 2rem;overflow:auto}.auth-drawer-body h2{color:var(--ink);margin-bottom:1rem;font-size:14px;font-weight:700}.auth-drawer-body .auth-tabs{margin-bottom:1rem}.auth-drawer-body .auth-form,.auth-drawer-body .auth-social,.auth-drawer-body .auth-divider,.auth-drawer-body .auth-legal{max-width:none}.auth-otp-hint{color:var(--ink-soft);margin-bottom:.85rem;font-size:13px;line-height:1.55}.auth-otp-hint strong{color:var(--brand-deep);word-break:break-all;font-weight:600}.auth-otp-input{letter-spacing:.28em;text-align:center;font-weight:600;font-size:1.15rem!important}.auth-otp-actions{justify-content:space-between;gap:.75rem;margin:-.25rem 0 .85rem;display:flex}.auth-toast{z-index:120;color:#c62828;background:#fff;border:1px solid #e5393540;border-radius:10px;align-items:center;gap:.55rem;max-width:min(320px,100vw - 32px);padding:.75rem 1rem;font-size:13px;font-weight:500;animation:.25s auth-toast-in;display:inline-flex;position:fixed;top:18px;right:18px;box-shadow:0 10px 28px #1e24302e}.auth-toast i{color:#e53935;font-size:.95rem}@keyframes auth-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (width<=1100px){.pricing-drawer-body{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}}@media (width<=640px){.float-chat{width:50px;height:50px;font-size:1.2rem;bottom:68px;right:14px}.pricing-drawer-body{grid-template-columns:1fr;max-width:420px}.auth-drawer{width:100vw}}.footer-links{text-align:right;flex-wrap:nowrap;flex-shrink:0;gap:1.25rem;display:flex}.footer-links a:hover{text-decoration:underline}@media (width<=900px){.chat-showcase-grid{grid-template-columns:1fr}.feature-grid,.pricing-grid{grid-template-columns:1fr 1fr}.footer-bar{align-items:flex-start}.footer-copy{flex-direction:column;align-items:flex-start;gap:.15rem}.footer-copy-rest{display:block}.footer-links{flex-direction:column;align-items:flex-end;gap:.25rem}}@media (width<=720px){.benefits-grid{grid-template-columns:minmax(120px,42%) 1fr;align-items:center;gap:1rem}.benefits-art{justify-content:flex-start}.benefits-banner{max-width:160px}.benefits-copy{justify-self:stretch;max-width:none}.sellconnect-title{margin-bottom:10px;font-size:14px}.sellconnect-desc{font-size:14px;line-height:1.6}}@media (width<=640px){.footer-main{gap:.85rem;padding:1.75rem .85rem}.footer-brand-block{max-width:58%}.footer-brand-block p{font-size:12px;line-height:1.5}.footer-contact{text-align:right;max-width:40%}.footer-contact h3,.footer-contact a,.footer-contact p{font-size:12px}.footer-bar{align-items:flex-start;gap:.5rem;padding:.85rem .75rem;font-size:12px}.footer-copy{flex-direction:column;align-items:flex-start;gap:.15rem}.footer-copy-rest{display:block}.footer-links{flex-direction:column;align-items:flex-end;gap:.25rem}.chat-mock{flex-direction:column}.chat-channels{flex-flow:wrap;min-width:0}.chat-app{grid-template-columns:40px 1fr}.chat-inbox{display:none}.feature-grid,.pricing-grid{grid-template-columns:1fr}.faq-cta{flex-direction:column;align-items:flex-start}.hero-logo-wrap{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.auth-page{background:var(--white);grid-template-columns:1.05fr .95fr;height:100vh;min-height:100vh;display:grid;overflow:hidden}.auth-promo{background:linear-gradient(165deg,#e8f7f4 0%,#f4fffc 45%,#dff3ef 100%);flex-direction:column;gap:1.5rem;min-height:0;padding:1rem clamp(1.25rem,3vw,2.25rem) 2rem clamp(.5rem,1.5vw,.85rem);display:flex;overflow-y:auto}.auth-brand{color:var(--brand-deep);align-items:center;gap:.65rem;width:fit-content;font-size:1.2rem;font-weight:700;display:inline-flex}.auth-promo-visual{flex:1;place-items:center;min-height:220px;display:grid}.auth-orbit{margin-bottom:0}.auth-promo-copy h1{color:var(--ink);margin-bottom:.55rem;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700}.auth-promo-copy>p{color:var(--ink-soft);margin-bottom:1.35rem;font-size:.98rem}.auth-check-list{flex-direction:column;gap:.75rem;display:flex}.auth-check-list li{color:var(--ink);align-items:flex-start;gap:.7rem;font-size:.95rem;line-height:1.45;display:flex}.auth-check{background:var(--brand);width:22px;height:22px;color:var(--white);border-radius:50%;flex-shrink:0;place-items:center;margin-top:.1rem;font-size:.72rem;font-weight:700;display:grid}.auth-panel{box-sizing:border-box;justify-content:center;align-items:center;height:100%;min-height:0;padding:1.25rem;display:flex;position:relative;overflow-y:auto}.auth-panel-inner{width:min(100%,420px)}.auth-panel-top{z-index:5;justify-content:space-between;align-items:center;width:auto;margin:0;display:flex;position:absolute;top:.75rem;left:1rem;right:1rem}.auth-mobile-brand{color:var(--brand-deep);align-items:center;gap:.55rem;font-size:1.1rem;font-weight:700;display:none}.auth-lang{flex-shrink:0;margin-left:auto}.auth-lang .lang-btn{width:28px;height:28px;overflow:hidden}.auth-lang .lang-btn .flag-img{object-fit:cover;width:28px;height:28px;box-shadow:none;border-radius:50%}.auth-lang .lang-menu{z-index:70}@media (width>=901px){.auth-panel-top{width:auto;left:auto}}.auth-panel h2{color:var(--ink);text-align:center;margin-bottom:1.25rem;font-size:14px;font-weight:700}.auth-panel .auth-tabs{justify-content:center}.auth-panel .auth-forgot,.auth-panel .auth-alt-link{justify-content:flex-start}.auth-panel .auth-otp-actions{justify-content:center}.auth-panel .auth-legal,.auth-panel .auth-copy{text-align:center}.auth-tabs{border-bottom:1px solid var(--line);gap:1.5rem;margin-bottom:1.35rem;display:flex}.auth-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.55rem 0;font-family:inherit;font-size:12px;font-weight:500}.auth-tabs button.active{color:var(--brand);border-bottom-color:var(--brand);font-weight:600}.auth-form{flex-direction:column;gap:.85rem;display:flex}.auth-field input{border:1px solid var(--line);width:100%;height:48px;color:var(--ink);background:var(--white);border-radius:10px;outline:none;padding:0 .95rem;font-family:inherit;font-size:12px;transition:border-color .15s,box-shadow .15s}.auth-field input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #00796b1f}.phone-field{border:1px solid var(--line);background:var(--white);border-radius:10px;align-items:center;height:48px;transition:border-color .15s,box-shadow .15s;display:flex;position:relative}.phone-field:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #00796b1f}.phone-code-btn{height:100%;color:var(--ink);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:.35rem;padding:0 .75rem;font-family:inherit;font-size:12px;font-weight:600;display:inline-flex}.phone-flag{object-fit:cover;border-radius:2px;display:block}.phone-chev{color:var(--muted);font-size:.7rem;line-height:1}.phone-divider{background:var(--line);flex-shrink:0;width:1px;height:22px}.phone-input-wrap{flex:1;min-width:0;height:100%}.phone-input-wrap input{width:100%;height:100%;color:var(--ink);background:0 0;border:none;outline:none;padding:0 .85rem;font-family:inherit;font-size:12px}.phone-code-menu{background:var(--white);border:1px solid var(--line);width:min(100%,280px);max-height:220px;box-shadow:var(--shadow);z-index:30;border-radius:10px;padding:.35rem;list-style:none;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto}.phone-code-option{cursor:pointer;width:100%;color:var(--ink);text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.55rem;padding:.6rem .7rem;font-family:inherit;font-size:.9rem;display:flex}.phone-code-option:hover,.phone-code-option.active{background:#00796b1a}.phone-code-label{flex:1;min-width:0}.phone-code-value{color:var(--muted);font-weight:600}.auth-forgot{justify-content:flex-end;display:flex}.auth-alt-link{justify-content:flex-start;margin-top:-.15rem;display:flex}.auth-link-btn{color:var(--brand);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:500}.auth-submit.btn{border-radius:999px;width:100%;height:40px;margin-top:.35rem}.auth-divider{color:var(--muted);align-items:center;gap:.85rem;margin:1.35rem 0 1rem;font-size:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-social{flex-direction:row;justify-content:center;align-items:center;gap:.75rem;display:flex}.auth-social-btn{border:1px solid var(--line);background:var(--white);max-width:190px;height:40px;color:var(--ink);cursor:pointer;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:.55rem;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.auth-social-btn:hover{background:var(--bg-soft)}.auth-social-btn.facebook{color:var(--white);background:#1877f2;border-color:#1877f2}.auth-social-btn.facebook:hover{background:#166fe5}.auth-legal,.auth-copy{text-align:center;color:var(--muted);margin-top:1.1rem;font-size:12px;line-height:1.5}.auth-legal a{color:var(--brand);font-weight:500}.auth-copy{margin-top:.55rem}@media (width<=900px){.auth-page{grid-template-columns:1fr;height:auto;min-height:100vh;overflow:visible}.auth-promo{display:none}.auth-mobile-brand{display:inline-flex}.auth-panel{justify-content:center;align-items:center;height:100vh;min-height:100vh;padding:1.25rem}}.dash-page{background:#eef3f2;flex-direction:column;min-height:100vh;display:flex}.dash-topbar{color:#fff;background:#004d40;flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 clamp(.75rem,2vw,1.25rem) 0 clamp(.5rem,1.5vw,.85rem);transition:background .25s,color .25s;display:flex}.dash-topbar.theme-light{color:#263238;border-bottom:1px solid #e0e5e8}.dash-topbar.theme-light .dash-user-notify{background:0 0}.dash-topbar.theme-light .dash-avatar,.dash-topbar.theme-light .dash-user-notify .dash-notify-btn,.dash-topbar.theme-light .dash-menu-btn{color:#263238}.dash-topbar.theme-light .dash-avatar:hover,.dash-topbar.theme-light .dash-user-notify .dash-notify-btn:hover,.dash-topbar.theme-light .dash-user-notify .dash-notify-btn.open,.dash-topbar.theme-light .dash-icon-btn:hover{background:#00000014}.dash-brand{color:#fff;align-items:center;gap:.55rem;font-size:1.1rem;font-weight:700;display:inline-flex}.dash-topbar-right{align-items:center;gap:.35rem;display:flex}.dash-apps{position:relative}.dash-menu-btn{place-items:center;width:36px;height:36px;padding:0;font-size:1.05rem;display:grid}.dash-menu-btn i{line-height:1;display:block}.dash-apps-overlay{z-index:90;background:#141c2459;justify-content:flex-end;padding:0;animation:.2s dash-apps-fade;display:flex;position:fixed;inset:0}@keyframes dash-apps-fade{0%{opacity:0}to{opacity:1}}.dash-apps-panel{border:none;border-left:1px solid var(--line);width:min(400px,92vw);height:100%;max-height:100vh;color:var(--ink);background:#fff;border-radius:0;padding:1rem 1.1rem 1.15rem;animation:.3s cubic-bezier(.22,1,.36,1) dash-apps-slide;overflow:auto;box-shadow:-16px 0 40px #1e24302e}@keyframes dash-apps-slide{0%{transform:translate(100%)}to{transform:translate(0)}}.dash-apps-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;padding:.15rem .35rem .75rem;display:flex}.dash-apps-head h2{color:var(--ink);font-size:14px;font-weight:700}.dash-apps-close{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;font-size:1.4rem;line-height:1}.dash-apps-close:hover{background:var(--bg-soft);color:var(--ink)}.dash-apps-grid{grid-template-columns:1fr;gap:.35rem;display:grid}.dash-app-item{cursor:pointer;text-align:left;width:100%;font:inherit;color:inherit;background:0 0;border:none;border-radius:12px;align-items:flex-start;gap:.75rem;padding:.85rem .75rem;display:flex}.dash-app-item:hover{background:#00796b14}.dash-app-icon{color:#fff;border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:16px;display:grid}.dash-app-text{flex-direction:column;gap:.25rem;min-width:0;display:flex}.dash-app-text strong{color:var(--ink);font-size:14px;font-weight:700}.dash-app-text span{color:var(--ink-soft);font-size:14px;line-height:1.45}.dash-user-notify{background:0 0;border-radius:0;align-items:center;gap:.15rem;height:34px;padding:0;display:inline-flex}.dash-avatar,.dash-user-notify .dash-notify-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;width:28px;height:28px;padding:0;display:grid}.dash-avatar:hover,.dash-user-notify .dash-notify-btn:hover,.dash-user-notify .dash-notify-btn.open{background:#ffffff1f}.dash-notify{position:relative}.dash-notify-panel{z-index:80;width:min(360px,100vw - 20px);color:var(--ink);background:#fff;border-radius:10px;font-size:12px;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 10px 28px #0f172a29}.dash-notify-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.dash-notify-head strong{color:var(--ink);white-space:nowrap;font-size:12px;font-weight:700}.dash-notify-mark{color:#2f80ed;font:inherit;cursor:pointer;text-align:right;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:12px;line-height:1.35;display:inline-flex}.dash-notify-mark:hover{text-decoration:underline}.dash-notify-mark i{flex-shrink:0;font-size:11px}.dash-notify-body{min-height:120px;color:var(--muted);place-items:center;padding:1.5rem 1rem;font-size:12px;display:grid}.dash-username{font-size:.92rem;font-weight:500}.dash-icon-btn{width:36px;height:36px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;display:grid}.dash-icon-btn:hover{background:#ffffff1f}.dash-main{flex-direction:column;flex:1;gap:.65rem;padding:10px;display:flex}.dash-panel{background:var(--white);box-shadow:var(--shadow-soft);border-radius:12px}.dash-panel-head{justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1.15rem;display:flex}.dash-panel-head h1{color:var(--ink);margin:0;font-size:12px;font-weight:700}.dash-plan-label{color:var(--ink-soft);text-align:right;margin:0;font-size:12px}.dash-plan-label strong{color:var(--brand-deep);font-weight:700}.dash-plan-btn{border:1px solid var(--brand);height:34px;color:var(--brand-deep);font:inherit;cursor:pointer;background:#00796b14;border-radius:999px;flex-shrink:0;align-items:center;gap:.25rem;padding:0 .9rem;font-size:12px;font-weight:500;display:inline-flex}.dash-plan-btn strong{font-weight:700}.dash-plan-btn:hover{background:var(--brand);color:#fff}.dash-panel-filters{padding:.7rem 1.15rem .7rem 10px}.dash-panel-body{flex-direction:row;flex:1;align-items:stretch;gap:0;min-height:320px;padding:0;display:flex;overflow:hidden}.dash-toolbar-right{flex-shrink:0;align-items:center;gap:.55rem;display:flex}.dash-refresh{color:var(--ink-soft);background:#f3f5f7}.dash-refresh:hover{color:var(--brand);background:#e8ebef}.dash-add-btn{background:var(--brand);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:.45rem;height:34px;padding:.4rem .85rem .4rem .4rem;font-size:12px;font-weight:600;display:inline-flex;box-shadow:0 6px 16px #00796b40}.dash-add-btn:hover{background:var(--brand-deep)}.dash-add-icon{background:#0000002e;border-radius:50%;place-items:center;width:22px;height:22px;font-size:14px;line-height:1;display:grid}.dash-filters{justify-content:space-between;align-items:center;gap:.75rem;min-width:0;display:flex}.dash-filter{color:var(--brand-deep);font:inherit;cursor:pointer;background:#00796b1a;border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:.45rem;height:34px;padding:.4rem .75rem;font-size:12px;font-weight:600;display:inline-flex}.dash-search{border:1px solid var(--line);width:min(100%,220px);min-width:0;height:34px;color:var(--muted);background:#fff;border-radius:10px;align-items:center;gap:.4rem;padding:0 .7rem;display:inline-flex}.dash-search:focus-within{border-color:var(--brand);color:var(--brand);box-shadow:0 0 0 3px #00796b1a}.dash-search input{width:100%;min-width:0;font:inherit;color:var(--ink);background:0 0;border:none;outline:none;font-size:12px}.dash-search input::placeholder{color:var(--muted)}.dash-badge{background:var(--brand);color:#fff;border-radius:999px;place-items:center;min-width:1.2rem;height:1.2rem;padding:0 .3rem;font-size:12px;font-weight:700;display:inline-grid}.dash-channels{background:#dff3ef;border-radius:0;flex-direction:column;flex-shrink:0;align-self:stretch;align-items:stretch;gap:.2rem;width:168px;min-height:100%;padding:.55rem;transition:width .2s;display:flex}.dash-channels.collapsed{width:56px;padding:.55rem .4rem}.dash-channels-top{justify-content:flex-start;align-items:center;min-height:28px;margin-bottom:.25rem;display:flex;position:relative}.dash-channels.collapsed .dash-channels-top{justify-content:center}.dash-channels-toggle{width:28px;height:28px;color:var(--brand-deep);cursor:pointer;z-index:1;background:0 0;border:none;border-radius:8px;flex-shrink:0;place-items:center;padding:0;font-size:.85rem;display:grid}.dash-channels-toggle:hover{background:#ffffffb3}.dash-channels-title{text-align:center;color:var(--brand-deep);pointer-events:none;font-size:12px;font-weight:600;position:absolute;left:0;right:0}.dash-channels.collapsed .dash-channels-toggle{justify-content:center;width:28px;padding:0}.dash-channels.collapsed .dash-channel{justify-content:center;gap:0;padding:.55rem .35rem}.dash-channels.collapsed .dash-channel-label{display:none}.dash-channel{cursor:pointer;width:100%;color:var(--ink);text-align:left;background:0 0;border:none;border-radius:10px;flex-direction:row;justify-content:flex-start;align-items:center;gap:.65rem;padding:.55rem .7rem;font-family:inherit;display:flex}.dash-channel:hover{background:#ffffffa6}.dash-channel.active{background:#fff;font-weight:600;box-shadow:0 1px 4px #1e24300f}.dash-channel-icon{color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;font-size:.78rem;line-height:0;display:grid;overflow:hidden}.dash-channel-icon.facebook,.dash-channel-icon.messenger,.dash-channel-icon.tiktok,.dash-channel-icon.whatsapp{align-content:center;place-items:center;display:grid}.dash-channel-icon.facebook i,.dash-channel-icon.messenger i,.dash-channel-icon.tiktok i,.dash-channel-icon.whatsapp i{place-items:center;width:100%;height:100%;margin:0;padding:0;font-style:normal;line-height:1;display:grid}.dash-channel-icon.facebook i:before,.dash-channel-icon.messenger i:before,.dash-channel-icon.tiktok i:before,.dash-channel-icon.whatsapp i:before{text-align:center;width:1em;line-height:1;display:block}.dash-channel-icon.facebook{background:#1877f2}.dash-channel-icon.facebook i{transform:translateY(.5px)}.dash-channel-icon.messenger{background:#0084ff}.dash-channel-icon.messenger i{transform:translateY(.5px)}.dash-channel-icon.tiktok{background:#111;font-size:.7rem}.dash-channel-icon.tiktok i{transform:translateY(.5px)}.dash-channel-icon.whatsapp{background:#25d366}.dash-channel-icon.whatsapp i{transform:translateY(.5px)}.dash-channel-icon.logistics{background:#fff;padding:0}.dash-channel-icon.logistics img{object-fit:cover;width:100%;height:100%;display:block}.dash-channel-icon.anusit{box-sizing:border-box;background:#fff;border:1.5px solid #e53935}.dash-channel-icon.anusit img{object-fit:contain;transform:scale(.85)}.dash-channel-icon.hul img{transform:scale(1.35)}.dash-channel-label{font-size:12px;font-weight:inherit;line-height:1.2}.dash-empty{flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:0;min-height:240px;padding:1rem 1.15rem;display:flex}.dash-empty:has(.channel-connect-panel.has-pages){justify-content:stretch;align-items:stretch;padding:1rem 1.25rem 1.1rem}.channel-connect-panel{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:460px;display:flex}.channel-connect-panel.has-pages{text-align:left;align-items:stretch;width:100%;max-width:none;height:100%;min-height:0}.channel-connect-visual{justify-content:center;align-items:center;gap:.55rem;margin-bottom:1rem;line-height:0;display:flex}.channel-connect-logo{box-sizing:border-box;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;line-height:0;display:grid;overflow:hidden}.channel-connect-logo.panda{background:#fff}.channel-connect-logo.panda .panda-logo{object-fit:contain;margin:0;display:block;width:32px!important;height:32px!important}.channel-connect-logo.platform{border-radius:50%;width:32px;height:32px;font-size:1.2rem;line-height:0;overflow:hidden}.channel-connect-logo.platform i{place-items:center;width:1em;height:1em;margin:0;line-height:1;display:grid}.channel-connect-logo.platform.facebook{color:#1877f2;width:36px;height:36px;font-size:1.55rem}.channel-connect-logo.platform.messenger{color:#0084ff;width:36px;height:36px;font-size:1.55rem}.channel-connect-logo.platform.tiktok{color:#fff;background:#111;border-radius:50%;width:26px;height:26px;font-size:.72rem;overflow:hidden}.channel-connect-logo.platform.whatsapp{color:#25d366;width:40px;height:40px;font-size:1.85rem}.channel-connect-logo.platform.instagram{color:#e1306c;background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.channel-connect-logo.platform.telegram{color:#26a5e4}.channel-connect-logo.platform.anusit,.channel-connect-logo.platform.hungaloun,.channel-connect-logo.platform.mixay{border-radius:50%;width:32px;height:32px;overflow:hidden}.channel-connect-logo.platform.anusit{box-sizing:border-box;background:#fff;border:2px solid #e53935;width:26px;height:26px;overflow:hidden}.channel-connect-logo.platform.anusit img{object-fit:contain;transform:scale(.8)}.channel-connect-logo.platform.hungaloun{width:36px;height:36px}.channel-connect-logo.platform.hungaloun img{transform:scale(1.15)}.channel-connect-logo.platform.mixay{width:26px;height:26px}.channel-connect-logo.platform img{object-fit:cover;width:100%;height:100%;display:block}.channel-connect-arrows{width:32px;height:32px;color:var(--brand);place-items:center;font-size:.9rem;line-height:0;display:grid}.channel-connect-arrows i{place-items:center;margin:0;line-height:1;display:grid}.channel-connect-headline{color:var(--ink);margin:0 0 .65rem;font-size:12px;font-weight:700;line-height:1.4}.channel-connect-desc{color:var(--muted);max-width:380px;margin:0 0 1.35rem;font-size:12px;line-height:1.6}.channel-connect-btn{border:1px solid var(--brand);background:var(--brand);color:#fff;width:auto;max-width:100%;height:36px;font:inherit;cursor:pointer;box-shadow:none;border-radius:10px;justify-content:center;align-items:center;gap:.6rem;margin-bottom:1.1rem;padding:0 1.15rem;font-size:12px;font-weight:600;display:inline-flex}.channel-connect-btn:hover{background:var(--brand-deep);border-color:var(--brand-deep);color:#fff}.channel-connect-btn:disabled{opacity:.7;cursor:wait}.channel-connect-success{justify-items:center;gap:.35rem;width:100%;max-width:420px;margin-bottom:.35rem;display:grid}.channel-connect-success--pages{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;width:100%;max-width:none;height:100%;min-height:0;margin-bottom:0;display:flex}.channel-connect-success p{color:var(--text);text-align:center;margin:0;font-size:13px}.channel-connect-success--pages .channel-connect-status-row{flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.channel-connect-success--pages .channel-connect-status{flex:1;min-width:0;font-size:13px;text-align:left!important;margin:0!important}.fb-add-page-btn{border:1px solid var(--brand);background:var(--brand);color:#fff;height:34px;font:inherit;cursor:pointer;white-space:nowrap;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:.4rem;padding:0 .9rem;font-size:12px;font-weight:600;display:inline-flex}.fb-add-page-btn:hover{background:var(--brand-deep);border-color:var(--brand-deep)}.fb-add-page-btn:disabled{opacity:.7;cursor:wait}.fb-add-page-btn i{font-size:11px}.fb-page-picker{text-align:left;flex-direction:column;gap:.85rem;width:100%;height:100%;min-height:0;display:flex}.fb-page-picker-head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.fb-page-picker-head h3{color:var(--ink);margin:0 0 .25rem;font-size:14px;font-weight:700}.fb-page-picker-head p{color:var(--muted);margin:0;font-size:12px}.fb-page-picker-close{color:#5f6b68;cursor:pointer;background:#f1f5f4;border:none;border-radius:8px;flex-shrink:0;width:32px;height:32px;font-size:1.25rem;line-height:1}.fb-page-picker-close:hover{background:#e5eeeb}.fb-page-picker-list{flex:1;align-content:start;gap:.5rem;min-height:0;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.fb-page-picker-item{text-align:left;width:100%;font:inherit;cursor:pointer;color:inherit;background:#fff;border:1px solid #e4ecea;border-radius:12px;align-items:center;gap:.85rem;padding:.7rem .85rem;display:flex}.fb-page-picker-item:hover{background:#f7fbfa;border-color:#b7d8d0}.fb-page-picker-item.selected{border-color:var(--brand);box-shadow:inset 0 0 0 1px var(--brand);background:#eef8f5}.fb-page-picker-check{color:var(--brand);place-items:center;width:1.1rem;margin-left:auto;font-size:1rem;display:grid}.fb-page-picker-empty{text-align:center;flex:1;align-content:center;place-items:center;gap:.85rem;display:grid}.fb-page-picker-empty .channel-connect-pages{margin:0!important}.fb-page-picker-actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.fb-page-picker-cancel{color:#4d5b57;height:34px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d7e2df;border-radius:10px;padding:0 .9rem;font-size:12px;font-weight:600}.fb-page-picker-cancel:hover{background:#f5f8f7}.channel-connect-pages{color:var(--muted)!important;margin-bottom:.75rem!important;font-size:12px!important}.fb-page-list-wrap{text-align:left;flex-direction:column;flex:1;gap:.55rem;width:100%;min-height:0;margin:0;display:flex}.fb-page-list-title{flex-shrink:0;justify-content:space-between;align-items:center;padding:0 .1rem;font-weight:600;display:flex;color:var(--muted)!important;text-align:left!important;margin:0!important;font-size:12px!important}.fb-page-list-title span{min-width:1.35rem;height:1.35rem;color:var(--brand);background:#e6f4f1;border-radius:999px;place-items:center;padding:0 .35rem;font-size:11px;font-weight:700;display:inline-grid}.fb-page-list{flex:1;align-content:start;gap:.5rem;width:100%;min-height:0;max-height:none;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.fb-page-item{text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;background:#fff;border:1px solid #e4ecea;border-radius:12px;align-items:center;gap:.85rem;padding:.7rem .85rem;display:flex}.fb-page-item:hover{background:#f7fbfa;border-color:#b7d8d0}.fb-page-item-arrow{color:#9aaba6;margin-left:auto;font-size:.75rem}.fb-page-loading{z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffb8;place-items:center;display:grid;position:fixed;inset:0}.fb-page-loading-card{text-align:center;background:#fff;border:1px solid #e4ecea;border-radius:16px;justify-items:center;gap:.9rem;min-width:220px;padding:1.35rem 1.5rem;display:grid;box-shadow:0 10px 30px #003c3214}.fb-page-loading-card p{color:var(--muted);margin:0;font-size:13px}.fb-page-loading-spinner{border:3px solid #d7ebe6;border-top-color:var(--brand);border-radius:50%;width:42px;height:42px;animation:.85s linear infinite fb-spin}@keyframes fb-spin{to{transform:rotate(360deg)}}.fb-inbox{text-align:left;flex-direction:column;gap:.85rem;width:100%;height:100%;min-height:0;display:flex}.fb-inbox-head{flex-shrink:0;align-items:center;gap:.7rem;display:flex}.fb-inbox-avatar-hint{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;margin:0;padding:.65rem .75rem;font-size:12px;line-height:1.45}.fb-inbox-reload{height:34px;color:var(--brand);font:inherit;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d7e2df;border-radius:10px;margin-left:auto;padding:0 .85rem;font-size:12px;font-weight:600}.fb-inbox-reload:hover{background:#f5f8f7}.fb-inbox-reload:disabled{opacity:.7;cursor:wait}.fb-inbox-back{color:#4d5b57;cursor:pointer;background:#fff;border:1px solid #d7e2df;border-radius:10px;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.fb-inbox-back:hover{background:#f5f8f7}.fb-inbox-avatar,.fb-inbox-item-avatar{color:#1877f2;background:#e8f0ee;border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.fb-inbox-avatar img,.fb-inbox-item-avatar img{object-fit:cover;width:100%;height:100%;display:block}.fb-inbox-title{gap:.15rem;min-width:0;display:grid}.fb-inbox-title strong{color:var(--ink);font-size:14px;line-height:1.3}.fb-inbox-title span{color:var(--muted);font-size:12px}.fb-inbox-list{flex:1;align-content:start;gap:.5rem;min-height:0;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.fb-inbox-item{background:#fff;border:1px solid #e4ecea;border-radius:12px;align-items:flex-start;gap:.75rem;padding:.75rem .85rem;display:flex}.fb-inbox-item-body{flex:1;min-width:0}.fb-inbox-item-top{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.25rem;display:flex}.fb-inbox-item-top strong{color:var(--ink);font-size:13px}.fb-inbox-item-top time{color:var(--muted);white-space:nowrap;font-size:11px}.fb-inbox-item-body p{color:#4d5b57;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.fb-inbox-empty{color:var(--muted);text-align:center;flex:1;align-content:center;place-items:center;gap:.65rem;display:grid}.fb-inbox-empty .fb-add-page-btn{margin-top:.35rem}.fb-inbox-help{text-align:left;justify-items:center;gap:.65rem;max-width:420px;margin-top:.35rem;display:grid}.fb-inbox-help>p{color:#4d5b57;text-align:center;margin:0;font-size:12px;line-height:1.5}.fb-inbox-help ol{color:#4d5b57;width:100%;margin:0;padding-left:1.2rem;font-size:12px;line-height:1.55}.fb-inbox-help li{margin-bottom:.2rem}.fb-inbox-empty i{color:#9aaba6;font-size:1.6rem}.fb-inbox-empty p{max-width:360px;margin:0;font-size:13px;line-height:1.55}.channel-connect-success--pages .channel-connect-btn{align-self:flex-start;margin-top:.15rem;margin-bottom:.65rem}.channel-connect-success--pages+.channel-connect-help,.channel-connect-panel.has-pages .channel-connect-help{align-self:flex-start}.fb-page-avatar{color:#1877f2;background:#e8f0ee;border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:1.1rem;display:grid;overflow:hidden}.fb-page-avatar img{object-fit:cover;width:100%;height:100%;display:block}.fb-page-name{color:var(--ink);word-break:break-word;font-size:13px;font-weight:600;line-height:1.35}.channel-connect-error{text-align:center;color:#c62828;max-width:380px;margin:-.55rem 0 .9rem;font-size:12px}.channel-connect-btn-icon{color:#fff;flex-shrink:0;place-items:center;width:1.15em;height:1.15em;font-size:1.15rem;line-height:0;display:grid}.channel-connect-btn-icon i{place-items:center;margin:0;line-height:1;display:grid}.channel-connect-btn-icon.facebook,.channel-connect-btn-icon.messenger,.channel-connect-btn-icon.whatsapp,.channel-connect-btn-icon.instagram,.channel-connect-btn-icon.telegram{color:#fff}.channel-connect-btn-icon.tiktok{color:#fff;background:#ffffff2e;border-radius:50%;width:22px;height:22px;font-size:.75rem}.channel-connect-btn-icon.anusit,.channel-connect-btn-icon.hungaloun,.channel-connect-btn-icon.mixay{border-radius:50%;width:22px;height:22px;overflow:hidden}.channel-connect-btn-icon.anusit{box-sizing:border-box;background:#fff;border:1.5px solid #e53935}.channel-connect-btn-icon img{object-fit:cover;width:100%;height:100%;display:block}.channel-connect-help{color:var(--brand);font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-size:12px;font-weight:500;display:inline-flex}.channel-connect-help:hover{text-decoration:underline}.channel-connect-help-q{border:1.5px solid var(--brand);border-radius:50%;place-items:center;width:18px;height:18px;font-size:11px;font-weight:700;line-height:1;display:grid}.hal-modal-overlay{z-index:120;background:#141c2466;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.hal-modal{text-align:left;background:#fff;border-radius:14px;width:min(100%,400px);overflow:hidden;box-shadow:0 16px 40px #1e243033}.hal-modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:.75rem;padding:.95rem 1rem;display:flex}.hal-modal-brand{align-items:center;gap:.55rem;min-width:0;display:flex}.hal-modal-brand img{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.hal-modal-brand h2{color:var(--ink);margin:0;font-size:14px;font-weight:700}.hal-modal-close{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;font-size:1.4rem;line-height:1}.hal-modal-close:hover{color:var(--ink);background:#f3f5f7}.hal-modal-form{flex-direction:column;gap:.85rem;padding:1.1rem 1rem 1.2rem;display:flex}.hal-modal-desc{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.hal-field{color:var(--ink-soft);text-align:left;flex-direction:column;align-items:flex-start;gap:.35rem;width:100%;font-size:12px;font-weight:500;display:flex}.hal-field span{text-align:left;width:100%;display:block}.hal-field input{border:1px solid var(--line);width:100%;height:42px;font:inherit;color:var(--ink);text-align:left;background:#fff;border-radius:10px;outline:none;padding:0 .9rem;font-size:12px}.hal-field input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #00796b1f}.hal-modal-error{color:#c62828;margin:0;font-size:12px}.hal-modal-submit{border-radius:999px;width:100%;height:40px;margin-top:.2rem;font-size:12px}@media (width<=720px){.dash-username{display:none}.dash-apps-panel{width:min(360px,100vw)}.dash-panel-body{flex-direction:column}.dash-channels{width:100%}}.connect-overlay{z-index:100;background:#141c2447;padding:0;position:fixed;inset:0}.connect-modal{background:var(--white);width:100%;height:100%;box-shadow:none;border-radius:0;flex-direction:column;animation:.38s cubic-bezier(.22,1,.36,1) connect-slide-down;display:flex;overflow:hidden}@keyframes connect-slide-down{0%{opacity:.85;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.connect-modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:.85rem 1.1rem;display:flex}.connect-modal-head h2{color:var(--ink);font-size:14px;font-weight:700}.connect-close{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;font-size:1.4rem;line-height:1}.connect-close:hover{background:var(--bg-soft);color:var(--ink)}.connect-modal-body{flex:1;grid-template-columns:240px 1fr;min-height:0;display:grid}.connect-sidebar{border-right:1px solid var(--line);background:#fafbfc;padding:.55rem;overflow-y:auto}.connect-plat-list{flex-direction:column;gap:.2rem;list-style:none;display:flex}.connect-plat-btn{cursor:pointer;width:100%;font:inherit;color:var(--ink);text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.55rem;padding:.55rem .6rem;font-size:12px;display:flex}.connect-plat-btn:hover{background:#00796b0f}.connect-plat-btn.active{color:var(--brand-deep);background:#00796b1f;font-weight:600}.connect-plat-icon{border-radius:6px;flex-shrink:0;place-items:center;width:22px;height:22px;display:grid;overflow:hidden}.connect-plat-icon.pending{color:#f57c00;background:#fff3e0;border-radius:50%}.connect-plat-icon.facebook{color:#1877f2;background:0 0;font-size:20px;line-height:1}.connect-plat-icon.facebook i{display:block}.connect-plat-icon.instagram{background:0 0;font-size:20px;line-height:1}.connect-plat-icon.instagram i{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);-webkit-text-fill-color:transparent;color:#e1306c;-webkit-background-clip:text;background-clip:text;display:block}.connect-plat-icon.tiktok{color:#fff;background:#111;font-size:12px;line-height:1}.connect-plat-icon.tiktok i{color:#fff;display:block}.connect-plat-icon.whatsapp{background:#25d366}.connect-plat-icon.telegram{color:#26a5e4;background:0 0;font-size:20px;line-height:1}.connect-plat-icon.telegram i,.connect-plat-icon svg{display:block}.connect-plat-label{flex:1;min-width:0}.connect-beta{color:#b8860b;background:#fff6d6;border-radius:999px;padding:.1rem .4rem;font-size:10px;font-weight:700}.connect-content{flex-direction:column;min-width:0;padding:1rem 1.15rem 1.15rem;display:flex}.connect-content-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.connect-content-top h3{color:var(--ink);margin-bottom:.55rem;font-size:13px;font-weight:700}.connect-tabs{border-bottom:1px solid var(--line);gap:1rem;display:flex}.connect-tabs button{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.45rem 0;font-size:12px}.connect-tabs button.active{color:var(--brand);border-bottom-color:var(--brand);font-weight:600}.connect-tools{flex-direction:column;align-items:flex-end;gap:.45rem;display:flex}.connect-search{color:var(--muted);background:#f3f5f7;border-radius:8px;align-items:center;gap:.4rem;min-width:220px;padding:.4rem .45rem .4rem .7rem;display:flex;position:relative}.connect-search-field{flex:1;min-width:0;display:flex}.connect-search input{font:inherit;color:var(--ink);background:0 0;border:none;outline:none;width:100%;min-width:0;font-size:12px}.connect-filter-wrap{flex-shrink:0;position:relative}.connect-filter-btn{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;place-items:center;padding:0;display:grid}.connect-filter-btn:hover,.connect-filter-wrap:hover .connect-filter-btn{color:var(--brand);background:#0000000d}.connect-filter-menu{background:var(--white);border:1px solid var(--line);z-index:20;opacity:0;visibility:hidden;pointer-events:none;border-radius:10px;min-width:160px;padding:.35rem;list-style:none;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;top:calc(100% + 6px);right:0;transform:translateY(-4px);box-shadow:0 10px 28px #1e24301f}.connect-filter-wrap:hover .connect-filter-menu,.connect-filter-wrap:focus-within .connect-filter-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.connect-filter-option{cursor:pointer;width:100%;font:inherit;color:var(--ink);text-align:left;background:0 0;border:none;border-radius:7px;align-items:center;gap:.55rem;padding:.45rem .55rem;font-size:12px;display:flex}.connect-filter-option:hover,.connect-filter-option.active{color:var(--brand-deep);background:#00796b1a}.connect-filter-option .connect-plat-icon{width:20px;height:20px}.connect-filter-option .connect-plat-icon svg{width:12px;height:12px}.connect-filter-option .connect-plat-icon.facebook,.connect-filter-option .connect-plat-icon.instagram,.connect-filter-option .connect-plat-icon.telegram{width:auto;height:auto;font-size:18px}.connect-filter-option .connect-plat-icon.tiktok{color:#fff;background:#111;width:20px;height:20px;font-size:11px}.connect-code-link{color:var(--brand);font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:12px;font-weight:600;display:inline-flex}.connect-code-link:hover{color:var(--brand-deep)}.connect-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.45rem;padding:1.5rem 1rem;display:flex}.connect-empty-art{opacity:.35;width:88px;height:70px;margin-bottom:.55rem;position:relative}.connect-empty-art span{background:#f5f7f98c;border:2px solid #dfe5ea;border-radius:10px;position:absolute;inset:0}.connect-empty-art span:first-child{transform:translate(10px,-8px)rotate(8deg)}.connect-empty-art span:nth-child(2){transform:translate(-6px,-2px)rotate(-6deg)}.connect-empty-art span:nth-child(3){background:#f5f7f9;transform:translate(2px,8px)}.connect-empty-title{color:var(--ink-soft);font-size:14px;font-weight:700}.connect-empty-text{max-width:360px;color:var(--muted);font-size:12px;line-height:1.55}.connect-brand-panel{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;padding:.5rem 1rem 1rem;display:flex}.connect-brand-visual{justify-content:center;align-items:center;gap:.65rem;margin-bottom:1.15rem;line-height:0;display:flex}.connect-brand-circle{width:36px;height:36px;box-shadow:none;background:0 0;border:none;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.connect-brand-circle.panda{background:0 0;border:none}.connect-brand-circle.panda .panda-logo{object-fit:contain;display:block;transform:translateY(2px);width:32px!important;height:32px!important}.connect-brand-circle.platform{overflow:visible}.connect-brand-circle.platform .connect-plat-icon{border-radius:8px;place-items:center;width:32px;height:32px;line-height:1;display:grid}.connect-brand-circle.platform .connect-plat-icon svg{width:16px;height:16px}.connect-brand-circle.platform .connect-plat-icon.facebook,.connect-brand-circle.platform .connect-plat-icon.instagram,.connect-brand-circle.platform .connect-plat-icon.telegram{background:0 0;width:32px;height:32px;font-size:32px}.connect-brand-circle.platform .connect-plat-icon.tiktok{color:#fff;background:#111;border-radius:8px;width:32px;height:32px;font-size:16px}.connect-brand-arrows{height:36px;color:var(--brand);justify-content:center;align-items:center;font-size:1.05rem;line-height:1;display:flex}.connect-brand-btn .connect-plat-icon.facebook,.connect-brand-btn .connect-plat-icon.instagram,.connect-brand-btn .connect-plat-icon.telegram{background:0 0;width:auto;height:auto;font-size:20px}.connect-brand-btn .connect-plat-icon.tiktok{color:#fff;background:#111;border-radius:6px;width:22px;height:22px;font-size:12px}.connect-brand-arrows i{display:block}.connect-brand-headline{color:var(--ink);margin-bottom:.55rem;font-size:16px;font-weight:700}.connect-brand-desc{max-width:420px;color:var(--muted);margin-bottom:1.35rem;font-size:12px;line-height:1.6}.connect-brand-btn{border:1px solid var(--line);background:var(--white);min-width:min(100%,280px);height:44px;color:var(--ink);font:inherit;cursor:pointer;box-shadow:var(--shadow-soft);border-radius:10px;justify-content:center;align-items:center;gap:.55rem;margin-bottom:1rem;font-size:13px;font-weight:600;display:inline-flex}.connect-brand-btn:hover{border-color:var(--brand);color:var(--brand-deep)}.connect-brand-btn .connect-plat-icon{width:22px;height:22px}.connect-help-link{color:var(--brand);font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-size:12px;font-weight:600;display:inline-flex}.connect-help-link:hover{color:var(--brand-deep)}.connect-help-q{border:1.5px solid;border-radius:50%;place-items:center;width:16px;height:16px;font-size:10px;font-weight:700;line-height:1;display:grid}@media (width<=800px){.connect-modal-body{grid-template-columns:1fr}.connect-sidebar{border-right:none;border-bottom:1px solid var(--line);max-height:180px}.connect-tools{align-items:stretch;width:100%}.connect-search{min-width:0}}.docs-page{background:#f7f8fa;grid-template-columns:250px 1fr;min-height:100vh;display:grid}.docs-sidebar{border-right:1px solid var(--line);background:#fff;height:100vh;padding:1rem .85rem;position:sticky;top:0;overflow-y:auto}.docs-brand{color:var(--brand-deep);align-items:center;gap:.5rem;padding:.35rem .45rem 1rem;font-size:.95rem;font-weight:700;display:inline-flex}.docs-nav-label{color:var(--ink);align-items:center;gap:.45rem;margin-bottom:.35rem;padding:.35rem .55rem;font-size:12px;font-weight:700;display:flex}.docs-nav-label i{color:var(--brand)}.docs-nav-group{color:var(--muted);text-transform:none;padding:.55rem .55rem .35rem;font-size:11px;font-weight:600}.docs-nav ul{flex-direction:column;gap:.15rem;list-style:none;display:flex}.docs-nav-link{color:var(--ink);border-radius:8px;align-items:center;gap:.55rem;padding:.55rem .65rem;font-size:12px;display:flex}.docs-nav-link:hover{background:#00796b0f}.docs-nav-link.active{color:var(--brand-deep);background:#00796b1f;font-weight:600}.docs-nav-link i{text-align:center;width:18px;font-size:15px}.docs-main-wrap{flex-direction:column;min-width:0;display:flex}.docs-topbar{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.35rem;display:flex}.docs-breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.35rem;font-size:12px;display:flex}.docs-breadcrumb a{color:var(--brand)}.docs-breadcrumb strong{color:var(--ink);font-weight:600}.docs-back-btn{border:1px solid var(--line);font:inherit;color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;padding:.4rem .75rem;font-size:12px;font-weight:600}.docs-back-btn:hover{border-color:var(--brand);color:var(--brand)}.docs-layout{grid-template-columns:minmax(0,1fr) 200px;gap:1.25rem;max-width:1100px;padding:1.35rem 1.35rem 2.5rem;display:grid}.docs-content{border:1px solid var(--line);background:#fff;border-radius:12px;padding:1.5rem 1.6rem 2rem}.docs-content h1{color:var(--ink);margin-bottom:.65rem;font-size:1.55rem;font-weight:700}.docs-intro{color:var(--ink-soft);margin-bottom:1.15rem;font-size:14px;line-height:1.65}.docs-require{background:#f4f6f8;border-radius:10px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:.9rem 1rem;display:flex}.docs-require-icon{color:#e6a700;margin-top:.1rem;font-size:1rem}.docs-require strong{color:var(--ink);margin-bottom:.25rem;font-size:13px;display:block}.docs-require p{color:var(--ink-soft);font-size:12px;line-height:1.55}.docs-steps{flex-direction:column;gap:1.15rem;list-style:none;display:flex}.docs-steps li{align-items:flex-start;gap:.85rem;display:flex}.docs-step-num{background:var(--brand);color:#fff;border-radius:8px;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:13px;font-weight:700;display:grid}.docs-steps h2{color:var(--ink);margin-bottom:.25rem;font-size:15px;font-weight:700}.docs-steps p{color:var(--ink-soft);font-size:13px;line-height:1.6}.docs-toc{border:1px solid var(--line);background:#fff;border-radius:12px;align-self:start;padding:.9rem .85rem;position:sticky;top:1rem}.docs-toc-title{color:var(--ink);margin-bottom:.55rem;font-size:12px;font-weight:700}.docs-toc ul{flex-direction:column;gap:.35rem;list-style:none;display:flex}.docs-toc a{color:var(--ink-soft);align-items:center;gap:.45rem;font-size:12px;display:flex}.docs-toc a:hover{color:var(--brand)}.docs-toc-check{width:18px;height:18px;color:var(--brand);background:#00796b1f;border-radius:5px;flex-shrink:0;place-items:center;font-size:10px;display:grid}@media (width<=980px){.docs-page{grid-template-columns:1fr}.docs-sidebar{border-right:none;border-bottom:1px solid var(--line);height:auto;position:relative}.docs-layout{grid-template-columns:1fr}.docs-toc{order:-1;position:static}}.dash-main.account-mode{gap:0}.acc-layout{grid-template-columns:300px 1fr;align-items:start;gap:.85rem;width:100%;font-size:12px;display:grid}.acc-sidebar,.acc-panel-card{box-shadow:var(--shadow-soft);background:#fff;border-radius:14px}.acc-sidebar{padding:1rem}.acc-side-head{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.acc-side-head h2{color:var(--ink);font-size:12px;font-weight:700}.acc-side-head p,.acc-side-desc{color:var(--muted);margin-top:.2rem;font-size:12px;line-height:1.4}.acc-profile{border-bottom:1px solid var(--line);align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.75rem .25rem 1rem;display:flex}.acc-avatar-wrap{flex-shrink:0;position:relative}.acc-avatar{color:#90a4ae;background:#e8eef2;border-radius:50%;place-items:center;width:56px;height:56px;font-size:1.4rem;display:grid}.acc-camera{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:50%;place-items:center;width:22px;height:22px;font-size:10px;display:grid;position:absolute;bottom:-2px;right:-2px}.acc-profile-info strong{margin-bottom:.25rem;font-size:12px;display:block}.acc-profile-info p{color:var(--ink-soft);align-items:center;gap:.4rem;margin-top:.15rem;font-size:12px;display:flex}.acc-nav{flex-direction:column;gap:.25rem;display:flex}.acc-nav-item{cursor:pointer;text-align:left;width:100%;font:inherit;background:0 0;border:none;border-radius:10px;align-items:flex-start;gap:.65rem;padding:.7rem .6rem;display:flex}.acc-nav-item:hover,.acc-nav-item.active{background:#00796b1a}.acc-nav-icon{color:#fff;border-radius:8px;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:12px;display:grid}.acc-nav-item strong{color:var(--ink);font-size:12px;font-weight:700;display:block}.acc-nav-item em{color:var(--muted);margin-top:.1rem;font-size:12px;font-style:normal;display:block}.acc-content{min-width:0}.acc-panels{flex-direction:column;gap:.85rem;display:flex}.acc-panel-card{padding:1rem 1.1rem 1.2rem}.acc-panel-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.85rem;display:flex}.acc-panel-head h3{color:var(--ink);font-size:12px;font-weight:700}.acc-panel-head p{color:var(--muted);margin-top:.15rem;font-size:12px}.acc-btn-primary{background:var(--brand);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:8px;padding:.5rem .95rem;font-size:12px;font-weight:600}.acc-btn-primary:hover{background:var(--brand-deep)}.acc-table-wrap{border:1px solid var(--line);border-radius:10px;overflow:hidden}.acc-table{border-collapse:collapse;width:100%}.acc-table th{text-align:left;color:var(--ink-soft);border-bottom:1px solid var(--line);background:#f7f9fa;padding:.7rem .85rem;font-size:12px;font-weight:600}.acc-empty{min-height:160px;color:var(--muted);text-align:center;place-items:center;gap:.45rem;padding:1.5rem;font-size:12px;display:grid}.acc-empty i{opacity:.55;font-size:1.6rem}.acc-form-section{margin-bottom:1.25rem;padding-top:.35rem}.acc-form-section h4{color:var(--ink);margin-bottom:.75rem;font-size:12px;font-weight:700}.acc-form-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.acc-form-grid label{color:var(--ink-soft);flex-direction:column;gap:.35rem;font-size:12px;display:flex}.acc-form-grid .acc-span-2{grid-column:1/-1}.acc-form-grid input,.acc-form-grid select,.acc-inline-select{border:1px solid var(--line);width:100%;font:inherit;color:var(--ink);background:#fff;border-radius:8px;padding:.55rem .7rem;font-size:12px}.acc-lang-field,.acc-pass-field{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:.45rem;padding:0 .65rem;display:flex}.acc-lang-field select,.acc-pass-field input{width:100%;font:inherit;background:0 0;border:none;outline:none;padding:.55rem 0;font-size:12px}.acc-pass-field i{color:var(--muted);font-size:12px}.acc-form-actions{justify-content:flex-end;margin-top:.85rem;display:flex}.acc-theme-grid{grid-template-columns:repeat(4,1fr);gap:.55rem;display:grid}.acc-theme-swatch{cursor:pointer;color:#fff;border:2px solid #0000;border-radius:8px;place-items:center;height:42px;display:grid;box-shadow:inset 0 0 0 1px #0000000f}.acc-theme-swatch.active{border-color:var(--brand)}.acc-toggle-list{flex-direction:column;gap:.75rem;margin-bottom:1.25rem;display:flex}.acc-toggle-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 0;display:flex}.acc-toggle-row strong{color:var(--ink);font-size:12px;display:block}.acc-toggle-row p{color:var(--muted);margin-top:.15rem;font-size:12px}.acc-inline-select{max-width:220px;margin-top:.45rem}.acc-switch{flex-shrink:0;width:42px;height:24px;position:relative}.acc-switch input{opacity:0;width:0;height:0}.acc-switch span{cursor:pointer;background:#cfd8dc;border-radius:999px;transition:background .2s;position:absolute;inset:0}.acc-switch span:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px}.acc-switch input:checked+span{background:var(--brand)}.acc-switch input:checked+span:before{transform:translate(18px)}.acc-token-box{border:1px solid var(--line);color:var(--ink-soft);border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem .85rem;font-size:12px;display:flex}.acc-token-box button{color:var(--brand);cursor:pointer;background:0 0;border:none}@media (width<=900px){.acc-layout,.acc-form-grid{grid-template-columns:1fr}.acc-form-grid .acc-span-2{grid-column:auto}.acc-theme-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
