@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";.otp-kicker[data-v-54f396f4]{letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:700;color:var(--c-primary)!important;margin:0 0 4px!important}.otp-meta[data-v-54f396f4]{font-size:.9rem;margin:0 0 18px!important}.otp-timer[data-v-54f396f4]{font-size:.82rem;margin:10px 0 0!important}.otp-timer strong[data-v-54f396f4]{color:#0f766e}:root{--c-bg:#f3f6f5;--c-surface:#fff;--c-ink:#10211e;--c-muted:#5b706c;--c-primary:#0f766e;--c-primary-d:#0d5c56;--c-line:#dce7e4;--c-ok:#15803d;--c-ok-bg:#ecfdf3;--c-err:#b91c1c;--radius:14px;--font:"DM Sans", system-ui, sans-serif;--shadow:0 8px 24px #10211e0f}*,:before,:after{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{font-family:var(--font);color:var(--c-ink);background:var(--c-bg);font-size:15px;line-height:1.5}.shell{flex-direction:column;gap:18px;max-width:420px;min-height:100dvh;margin:0 auto;padding:24px 18px 36px;display:flex}.shell--dash{max-width:640px;padding:16px 16px 32px}.shell--mini-use{padding:100px 16px calc(92px + env(safe-area-inset-bottom));gap:14px}.mini-header{z-index:20;box-sizing:border-box;pointer-events:none;height:100px;padding:50px 0 0;position:fixed;top:0;left:0;right:0}.mini-header__safe{pointer-events:auto;align-items:center;width:65%;max-width:65%;height:50px;padding:0 16px;display:flex}.mini-header__title{letter-spacing:-.02em;color:var(--c-ink);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.05rem;font-weight:700;overflow:hidden}.brand{align-items:center;gap:10px;display:flex}.brand__name{letter-spacing:-.03em;margin:0;font-size:1.35rem;font-weight:700}.brand__sub{color:var(--c-muted);margin:2px 0 0;font-size:.88rem}.verify{flex:1;align-items:flex-start;display:flex;overflow:auto}.panel{background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--radius);width:100%;box-shadow:var(--shadow);text-align:center;padding:24px 20px}.panel h1{letter-spacing:-.03em;margin:0 0 6px;font-size:1.35rem;font-weight:700}.panel p{color:var(--c-muted);margin:0 0 14px}.btn{appearance:none;background:var(--c-primary);color:#fff;font:inherit;cursor:pointer;text-align:center;border:none;border-radius:12px;width:100%;padding:13px 16px;font-weight:600;line-height:1.35;text-decoration:none;transition:background .16s,transform .12s}.btn:hover:not(:disabled){background:var(--c-primary-d)}.btn:active:not(:disabled){transform:scale(.99)}.btn:disabled{opacity:.65;cursor:wait}.btn--ghost{color:var(--c-ink);border:1px solid var(--c-line);background:#fff}.btn--ghost:hover:not(:disabled){background:#f8faf9}.btn--danger{color:var(--c-err);background:#fff;border:1px solid #fecaca}.btn--danger:hover:not(:disabled){background:#fef2f2}.btn--sm{white-space:nowrap;width:auto;padding:8px 12px;font-size:.82rem}.err{font-size:.88rem;color:var(--c-err)!important;margin-top:12px!important}.ok{color:var(--c-ok);margin:0;font-size:.88rem;font-weight:600}.spinner{border:3px solid #d1fae5;border-top-color:var(--c-primary);border-radius:50%;width:32px;height:32px;margin:0 auto 12px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.dash{flex-direction:column;gap:16px;display:flex}.detail-side{flex-direction:column;gap:14px;display:flex}.topbar{background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--radius);box-shadow:var(--shadow);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.topbar__brand{align-items:center;gap:10px;min-width:0;display:flex}.topbar__brand p{color:var(--c-muted);white-space:nowrap;text-overflow:ellipsis;margin:1px 0 0;font-size:.78rem;overflow:hidden}.topbar__brand strong{letter-spacing:-.02em;font-size:.95rem;display:block}.logo{object-fit:contain;background:#fff;border-radius:8px;flex-shrink:0;width:34px;height:34px;display:block}.topbar__nav{flex-shrink:0;gap:6px;display:flex}.navbtn{appearance:none;border:1px solid var(--c-line);color:var(--c-ink);font:inherit;cursor:pointer;background:#fff;border-radius:9px;padding:7px 10px;font-size:.82rem;font-weight:600}.navbtn--muted{color:var(--c-muted)}.toolbar{flex-direction:column;gap:10px;display:flex}.toolbar__links{flex-wrap:wrap;gap:14px;display:flex}.toolbar__title{letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:700}.link{appearance:none;font:inherit;color:var(--c-primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:600}.card{background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:12px;padding:18px 16px;display:flex}.card__head h2{letter-spacing:-.02em;margin:0;font-size:1.05rem;font-weight:700}.card__head p{color:var(--c-muted);margin:4px 0 0;font-size:.86rem}.form-grid{gap:10px;display:grid}@media (width>=560px){.form-grid{grid-template-columns:1fr 1fr}}label{color:var(--c-muted);flex-direction:column;gap:6px;font-size:.82rem;font-weight:600;display:flex}input{font:inherit;color:var(--c-ink);border:1px solid var(--c-line);background:#fff;border-radius:10px;padding:11px 12px;font-weight:500}input:focus{border-color:var(--c-primary);outline:none;box-shadow:0 0 0 3px #0f766e1f}textarea{font:inherit;color:var(--c-ink);border:1px solid var(--c-line);resize:vertical;background:#fff;border-radius:10px;min-height:96px;padding:11px 12px;font-weight:500}textarea:focus{border-color:var(--c-primary);outline:none;box-shadow:0 0 0 3px #0f766e1f}.btn-row,.list{flex-direction:column;gap:8px;display:flex}.list__label{letter-spacing:.06em;text-transform:uppercase;color:var(--c-muted);margin:0 2px;font-size:.75rem;font-weight:700}.ws{background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.ws:active{transform:scale(.995)}.ws__main{min-width:0}.ws__title{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ws__main p{color:var(--c-muted);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:.82rem;overflow:hidden}.ws__stat{text-align:right;flex-shrink:0}.ws__stat b{letter-spacing:-.03em;font-size:1.1rem;display:block}.ws__stat span{color:var(--c-muted);font-size:.72rem}.stats{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.stat{background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px 10px}.stat span{color:var(--c-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600;display:block}.stat b{letter-spacing:-.02em;margin-top:4px;font-size:.98rem;display:block}.stat__mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem!important}.pill{text-transform:uppercase;letter-spacing:.04em;color:#475569;background:#eef2f1;border-radius:999px;padding:3px 8px;font-size:.68rem;font-weight:700}.pill--ok{background:var(--c-ok-bg);color:var(--c-ok)}.okbox{background:var(--c-ok-bg);border-radius:12px;padding:12px;font-size:.88rem}.okbox p{margin:0}.okbox code,.code{color:#e2e8f0;white-space:pre-wrap;word-break:break-all;background:#0f172a;border-radius:10px;padding:12px;font-size:.75rem;display:block;overflow-x:auto}.hint,.muted{color:var(--c-muted);margin:0;font-size:.86rem}.okbox .hint{margin-top:8px}.copy-block{margin-top:8px;position:relative}.copy-block code,.copy-block .code{margin:0;padding-right:80px}.copy-block--code .code{min-height:132px;padding-top:48px}.copy-button{appearance:none;color:#dff9f3;font:inherit;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff24;border-radius:8px;padding:6px 9px;font-size:.72rem;font-weight:700;position:absolute;top:8px;right:8px}.copy-button:active{transform:scale(.96)}.dialog-backdrop{z-index:80;background:#10211e73;justify-content:center;align-items:flex-end;padding:16px;display:flex;position:fixed;inset:0}@media (width>=560px){.dialog-backdrop{align-items:center}}.dialog{background:#fff;border-radius:16px;flex-direction:column;gap:12px;width:100%;max-width:420px;padding:20px 18px 18px;display:flex;box-shadow:0 20px 50px #10211e2e}.dialog h2{letter-spacing:-.02em;margin:0;font-size:1.15rem}.dialog__sub{color:var(--c-muted);margin:-4px 0 4px;font-size:.88rem}.dialog__actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:4px;display:grid}.dialog__actions:has(.btn:only-child){grid-template-columns:1fr}.dialog__actions .btn{width:100%}body{background:radial-gradient(circle at 10% -10%,#14b8a61f,#0000 32%),linear-gradient(#f7faf9 0%,#f1f5f4 100%)}.shell--mini-use .dash{gap:16px}.shell--mini-use .detail-side{gap:14px}.shell--mini-use .docs-toc{flex-direction:column;gap:6px;margin:0 0 4px;display:flex}.shell--mini-use .docs-toc p{letter-spacing:.08em;text-transform:uppercase;color:var(--c-muted);margin:0 0 4px;font-size:.7rem;font-weight:700}.shell--mini-use .docs-toc a{color:var(--c-ink);border:1px solid var(--c-line);background:#fff;border-radius:12px;padding:10px 12px;font-size:.9rem;font-weight:600;text-decoration:none}.shell--partner{background:var(--c-bg);gap:0;width:100%;max-width:none;min-height:100dvh;padding:0}.shell--partner .mini-main{min-height:100dvh}.shell--partner .verify--notice{min-height:100dvh;padding:36px 18px 32px}.shell--partner .panel{max-width:420px;margin:0 auto}.mini-main{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.verify--notice{justify-content:center;align-items:center}.panel--notice{padding:32px 22px 28px}.otp-digits{pointer-events:none;-webkit-user-select:text;user-select:text;grid-template-columns:repeat(6,minmax(0,48px));justify-content:center;gap:8px;margin:6px auto 18px;display:grid}.otp-digits span{aspect-ratio:1;color:#0f766e;background:#f3fbf8;border:1px solid #cfe7e1;border-radius:12px;place-items:center;min-height:44px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:1.35rem;font-weight:700;display:grid}.mini-header{background:linear-gradient(#d4eee7 0%,#e6f4f0 62%,#eef7f4 100%);border-bottom:1px solid #0f766e1a}.mini-header__safe{gap:8px;width:68%;max-width:68%}.mini-header__title{font-size:1rem}.mini-header__subtitle{color:var(--c-muted);margin:0;font-size:.7rem;line-height:1.1}.header-back{appearance:none;border:1px solid var(--c-line);width:34px;height:34px;color:var(--c-ink);cursor:pointer;pointer-events:auto;background:#fffc;border-radius:11px;flex:none;place-items:center;padding:0;display:grid}.header-back:active{transform:scale(.94)}.header-back svg{width:20px;height:20px;display:block}.header-back svg,.bottom-nav svg,.icon-button svg,.fab svg,.ws__chevron{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.bottom-nav{z-index:40;left:12px;right:12px;bottom:max(10px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border:1px solid #dce7e4e6;border-radius:21px;grid-template-columns:repeat(3,1fr);max-width:616px;height:68px;margin:0 auto;padding:6px;display:grid;position:fixed;box-shadow:0 14px 40px #10211e24}.bottom-nav button{appearance:none;color:#73827f;font:inherit;background:0 0;border:0;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:.68rem;font-weight:600;display:flex}.bottom-nav button.active{color:var(--c-primary);background:#ecfdf8}.bottom-nav button:disabled{opacity:.55}.bottom-nav svg{width:20px;height:20px}.intro-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.intro-list li{border-top:1px solid var(--c-line);flex-direction:column;gap:4px;padding:12px 0 0;display:flex}.intro-list li:first-child{border-top:0;padding-top:0}.intro-list strong{font-size:.95rem}.intro-list span{color:var(--c-muted);font-size:.88rem;font-weight:500}.action-card{appearance:none;text-align:left;border:1px solid var(--c-line);cursor:pointer;width:100%;font:inherit;color:inherit;background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex;box-shadow:0 6px 20px #10211e0d}.action-card h2{letter-spacing:-.02em;margin:2px 0 4px;font-size:1.05rem}.action-card p:last-child{color:var(--c-muted);margin:0;font-size:.86rem;font-weight:500}.action-card:active{transform:scale(.99)}.dialog--sheet{max-height:min(88dvh,720px);overflow:auto}.page-intro{justify-content:space-between;align-items:flex-end;gap:12px;padding:8px 4px 4px;display:flex}.page-intro h1{letter-spacing:-.04em;margin:2px 0;font-size:1.7rem;line-height:1.15}.page-intro>div>p:last-child{color:var(--c-muted);margin:0;font-size:.86rem}.eyebrow{letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--c-primary)!important;margin:0!important;font-size:.68rem!important}.workspace-total{color:#fff;background:linear-gradient(145deg,#0f766e,#0d9488);border-radius:15px;place-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;display:grid;box-shadow:0 8px 20px #0f766e33}.status-dot{color:var(--c-ok);background:var(--c-ok-bg);border-radius:999px;flex:none;align-items:center;gap:6px;padding:7px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.status-dot i{background:currentColor;border-radius:50%;width:7px;height:7px}.list{gap:10px}.section-head{justify-content:space-between;align-items:center;margin:8px 2px 2px;display:flex}.section-head h2{letter-spacing:-.02em;margin:0;font-size:1rem}.section-head p{color:var(--c-muted);margin:2px 0 0;font-size:.75rem}.icon-button{background:var(--c-primary);color:#fff;border:0;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.icon-button svg{width:19px;height:19px}.ws{border-color:#dce7e4d9;border-radius:17px;gap:11px;min-height:82px;padding:13px;transition:transform .14s,box-shadow .14s;box-shadow:0 6px 20px #10211e0e}.ws:active{transform:scale(.985);box-shadow:0 2px 10px #10211e0d}.ws__icon{width:42px;height:42px;color:var(--c-primary);background:#e8f8f4;border-radius:13px;flex:none;place-items:center;font-size:1rem;font-weight:700;display:grid}.ws__title strong{font-size:.98rem}.ws__stat b{font-size:1rem}.ws__chevron{color:#9baba7;flex:none;width:17px;height:17px}.empty{text-align:center;background:#fff;border:1px dashed #cbdad6;border-radius:18px;padding:36px 22px}.empty__icon{object-fit:contain;background:#fff;border-radius:12px;width:56px;height:56px;margin:0 auto 12px;display:block}.empty h3{margin:0}.empty p{color:var(--c-muted);margin:4px 0 18px;font-size:.85rem}.fab{z-index:35;right:20px;bottom:calc(92px + env(safe-area-inset-bottom));color:#fff;background:linear-gradient(145deg,#0f766e,#0d9488);border:0;border-radius:17px;place-items:center;width:52px;height:52px;display:grid;position:fixed;box-shadow:0 12px 28px #0f766e47}.stats{grid-template-columns:1fr;gap:9px}.stat{border-radius:16px;align-items:center;gap:12px;min-height:68px;padding:12px 14px;display:flex}.stat__icon{width:38px;height:38px;color:var(--c-primary);background:#e8f8f4;border-radius:12px;flex:none;place-items:center;font-weight:700;display:grid}.stat b{text-transform:capitalize;margin-top:1px}.card{border-radius:18px;padding:18px;box-shadow:0 6px 20px #10211e0d}.card__head .eyebrow{margin-bottom:3px!important}.btn-row--split{gap:9px}.dialog-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a18158c;padding:0}.dialog{max-width:520px;padding:8px 20px calc(22px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;gap:14px}.dialog__handle{background:#d3ddda;border-radius:999px;width:42px;height:5px;margin:0 auto 4px}.dialog__title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dialog__close{width:34px;height:34px;color:var(--c-muted);background:#f1f5f4;border:0;border-radius:11px;font-size:1.35rem;line-height:1}.dialog input,.dialog textarea{min-height:48px}.dialog textarea{min-height:96px}.dialog__actions .btn{min-height:48px}@media (width>=560px){.stats{grid-template-columns:repeat(3,1fr)}.dialog-backdrop{padding:16px}.dialog{border-radius:22px;padding:20px}.dialog__handle{display:none}.btn-row--split{flex-direction:row}}.panel--ok h1{color:var(--c-ok)}.panel--warn h1{color:#b45309}.login-tabs{grid-template-columns:1fr 1fr;gap:8px;margin:0 0 16px;display:grid}.login-tabs button{appearance:none;border:1px solid var(--c-line);color:var(--c-muted);font:inherit;cursor:pointer;background:#fff;border-radius:10px;padding:10px 8px;font-size:.86rem;font-weight:600}.login-tabs button.active{color:var(--c-primary-d);background:#e8f8f4;border-color:#b7e4dc}.qr-tester,.qr-result{flex-direction:column;align-items:stretch;gap:10px;margin-top:16px;display:flex}.qr-img{border:1px solid var(--c-line);background:#fff;border-radius:12px;width:196px;height:196px;margin:0 auto;padding:8px}.qr-frame{width:212px;height:212px;margin:0 auto;position:relative}.qr-frame .qr-img{box-sizing:border-box;width:100%;height:100%;margin:0;display:block}.qr-frame__mark{object-fit:contain;pointer-events:none;background:#fff;border-radius:8px;width:22%;height:22%;padding:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 3px #fff}.file-scan{color:var(--c-muted);flex-direction:column;gap:6px;font-size:.82rem;display:flex}.file-scan input[type=file]{font:inherit}.login-deeplink{word-break:break-all;font-size:.82rem;font-weight:600}.qr-timer{text-align:center;color:var(--c-muted);margin:0;font-size:.82rem}.qr-timer strong{color:#0f766e}.otp-field{text-align:center;flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.otp-boxes{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;width:100%;max-width:320px;margin:0 auto;display:grid}.otp-boxes__cell{aspect-ratio:1;text-align:center;letter-spacing:0;width:100%;min-height:48px;caret-color:var(--c-primary);border-radius:12px;padding:0;font-size:1.25rem;font-weight:700}html.web-desktop,html.web-desktop body{background:#f3f5f4}html.web-desktop body{background:#f3f5f4;font-size:14px;line-height:1.45}.shell--web{background:#f3f5f4;grid-template-columns:248px minmax(0,1fr);gap:0;width:100%;max-width:none;min-height:100dvh;margin:0;padding:0;display:grid}.shell--web.shell--login{flex-direction:column;grid-template-columns:none;display:flex}.web-sidebar{border-right:1px solid var(--c-line);background:#fff;flex-direction:column;gap:6px;height:100dvh;min-height:0;padding:22px 16px;display:flex;position:sticky;top:0;overflow:auto}.web-sidebar__brand{appearance:none;font:inherit;color:var(--c-ink);cursor:pointer;letter-spacing:-.03em;background:0 0;border:0;align-items:center;gap:10px;padding:4px 8px 18px;font-size:1.05rem;font-weight:700;display:flex}.web-sidebar__brand .logo{border-radius:8px;width:32px;height:32px}.web-sidebar__nav{flex-direction:column;gap:2px;display:flex}.web-sidebar__nav button{appearance:none;text-align:left;font:inherit;color:var(--c-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 12px;font-size:.9rem;font-weight:600}.web-sidebar__nav button:hover{color:var(--c-ink);background:#f3f7f6}.web-sidebar__nav button.active{color:var(--c-primary-d);background:#e7f6f2}.web-sidebar__end{margin-top:auto;padding-top:16px}.web-sidebar__ghost{appearance:none;border:1px solid var(--c-line);width:100%;color:var(--c-muted);font:inherit;cursor:pointer;background:#fff;border-radius:8px;padding:8px 12px;font-size:.85rem;font-weight:600}.web-sidebar__ghost:hover{color:var(--c-ink);background:#f8faf9}.web-sidebar .btn--sm{width:100%}.web-nav{z-index:40;border-bottom:1px solid var(--c-line);height:64px;box-shadow:none;background:#fff;align-items:center;gap:28px;padding:0 32px;display:flex;position:sticky;top:0}.web-nav__brand{appearance:none;font:inherit;color:var(--c-ink);cursor:pointer;letter-spacing:-.03em;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-size:1.05rem;font-weight:700;display:flex}.web-nav__brand .logo{border-radius:8px;width:32px;height:32px}.web-nav__links{flex:1;align-items:center;gap:4px;display:flex}.web-nav__links button{appearance:none;font:inherit;color:var(--c-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 14px;font-size:.9rem;font-weight:600}.web-nav__links button:hover{color:var(--c-ink);background:#f3f7f6}.web-nav__links button.active{color:var(--c-primary-d);background:#e7f6f2}.web-main{width:auto;min-width:0;margin:0;padding:32px 28px 48px;overflow:auto}.web-main--flush{width:100%;padding:0;overflow:hidden}.shell--web .dash{gap:22px;width:100%;max-width:none;min-height:calc(100dvh - 64px)}.shell--web .page-head{justify-content:space-between;align-items:flex-end;gap:16px;padding:0 0 4px;display:flex}.shell--web .page-head h1{letter-spacing:-.04em;margin:4px 0;font-size:1.65rem;line-height:1.15}.shell--web .page-head p:last-child{color:var(--c-muted);margin:0;font-size:.9rem}.shell--web .crumb{appearance:none;font:inherit;font-size:inherit;letter-spacing:inherit;text-transform:inherit;color:var(--c-primary);cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.shell--web .eyebrow span{color:#b7c4c1;margin:0 6px;font-weight:500}.shell--web .page-head .btn{width:auto;min-width:0}.shell--web .btn{border-radius:8px;width:auto;min-width:112px;padding:9px 14px}.shell--web .btn:active:not(:disabled){transform:none}.shell--web .btn-row{flex-flow:wrap}.shell--web .btn-row .btn{width:auto}.shell--web .icon-button{display:none}.shell--web input{border-radius:8px;min-height:40px;padding:8px 12px}.shell--web .list{border:1px solid var(--c-line);box-shadow:none;background:#fff;border-radius:10px;flex:1;gap:0;overflow:hidden}.shell--web .section-head{border-bottom:1px solid var(--c-line);background:#fbfcfc;margin:0;padding:14px 20px}.shell--web .section-head h2{font-size:.88rem}.shell--web .section-head p{font-size:.78rem}.shell--web .ws-table__head,.shell--web .ws{grid-template-columns:32px minmax(140px,1.6fr) 140px 150px 88px 16px;align-items:center;gap:12px;display:grid}.shell--web .ws-table__head{letter-spacing:.06em;text-transform:uppercase;color:var(--c-muted);border-bottom:1px solid var(--c-line);background:#f8faf9;padding:8px 20px;font-size:.7rem;font-weight:700}.shell--web .ws{border:0;border-bottom:1px solid var(--c-line);min-height:56px;box-shadow:none;cursor:pointer;border-radius:0;margin:0;padding:10px 20px}.shell--web .ws:last-of-type{border-bottom:0}.shell--web .ws:hover{background:#f7fbfa}.shell--web .ws:active{box-shadow:none;transform:none}.shell--web .ws__icon{border-radius:7px;width:28px;height:28px;font-size:.75rem}.shell--web .ws__title strong{font-size:.9rem}.shell--web .ws__col{color:var(--c-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.82rem;overflow:hidden}.shell--web .ws__col--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem}.shell--web .ws__stat{text-align:right}.shell--web .ws__stat b{font-size:.9rem;font-weight:650}.shell--web .ws__chevron{width:16px;height:16px}.shell--web .empty{border:0;border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;margin:0;padding:56px 24px;display:flex}.shell--web .empty .btn{width:auto}.shell--web .card{box-shadow:none;border-radius:10px;padding:22px 24px}.shell--web .stats{grid-template-columns:repeat(2,minmax(0,280px));gap:12px}.shell--web .stat{min-height:72px;box-shadow:none;border-radius:10px}.shell--web .stat__icon{border-radius:8px;width:32px;height:32px;font-size:.85rem}.shell--web .action-card{box-shadow:none;border-radius:10px;padding:14px 16px}.shell--web .action-card h2{margin:2px 0;font-size:.95rem}.shell--web .action-card:hover{background:#f7fbfa;border-color:#b7d4ce}.shell--web .action-card:active{transform:none}.shell--web .dash--detail{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:20px;display:grid}.shell--web .dash--detail>.page-head,.shell--web .dash--detail>.stats,.shell--web .dash--detail>.err{grid-column:1/-1}.shell--web .detail-side{flex-direction:column;gap:10px;display:flex}.shell--web .form-grid{grid-template-columns:1fr 1fr}.shell--web .form-grid label:last-child{grid-column:1/-1}.shell--web .docs-layout{grid-template-columns:196px minmax(0,1fr);align-items:start;gap:32px;display:grid}.shell--web .docs-toc{flex-direction:column;gap:2px;display:flex;position:sticky;top:24px}.shell--web .docs-toc p{letter-spacing:.08em;text-transform:uppercase;color:var(--c-muted);margin:0 0 8px;font-size:.7rem;font-weight:700}.shell--web .docs-toc a{color:var(--c-muted);border-radius:6px;padding:6px 10px;font-size:.86rem;font-weight:600;text-decoration:none}.shell--web .docs-toc a:hover{color:var(--c-ink);background:#fff}.shell--web .docs-article{flex-direction:column;gap:12px;min-width:0;display:flex}.shell--web .docs-article .card{padding:20px 24px}.shell--web .copy-block--code .code{min-height:0;padding-top:44px}.auth-page{background:#f7f9f8;grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr);min-height:calc(100dvh - 64px);display:grid}.auth-showcase{color:#fff;background:radial-gradient(circle at 12% 5%,#41ccb142,#0000 30%),radial-gradient(circle at 90% 80%,#1a93844d,#0000 36%),linear-gradient(145deg,#063f3b 0%,#075b54 54%,#064b46 100%);flex-direction:column;min-height:calc(100dvh - 64px);padding:44px clamp(36px,5vw,76px) 36px;display:flex;position:relative;overflow:hidden}.auth-showcase:after{content:"";border:1px solid #ffffff1a;border-radius:50%;width:440px;height:440px;position:absolute;bottom:-170px;right:-130px;box-shadow:0 0 0 70px #ffffff06,0 0 0 140px #ffffff05}.auth-showcase__brand,.auth-stage__brand{letter-spacing:-.03em;align-items:center;gap:11px;font-size:1.08rem;font-weight:700;display:flex}.auth-showcase__brand img,.auth-stage__brand img{object-fit:contain;background:#fff;border-radius:9px;width:34px;height:34px}.auth-showcase__content{z-index:1;width:min(100%,510px);margin:auto 0;padding:48px 0;position:relative}.auth-showcase__eyebrow{color:#73dac8;letter-spacing:.12em;text-transform:uppercase;margin:0 0 18px;font-size:.76rem;font-weight:700}.auth-showcase h2{letter-spacing:-.055em;margin:0;font-size:clamp(2.35rem,4vw,4rem);line-height:1.04}.auth-showcase__content>p:not(.auth-showcase__eyebrow){color:#ffffffb8;max-width:460px;margin:22px 0 36px;font-size:1rem;line-height:1.7}.auth-benefits{gap:20px;margin:0;padding:0;list-style:none;display:grid}.auth-benefits li{color:#ffffffad;align-items:center;gap:13px;font-size:.82rem;display:flex}.auth-benefits strong{color:#fff;margin-bottom:2px;font-size:.9rem;display:block}.auth-benefits__icon{color:#8ce3d3;background:#68ddc724;border-radius:50%;flex:0 0 28px;place-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:grid}.auth-showcase__foot{z-index:1;color:#ffffff6b;margin:0;font-size:.72rem;position:relative}.auth-stage{flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:56px clamp(28px,6vw,88px) 30px;display:flex}.auth-stage__brand{display:none}.auth-stage__legal{color:#82918e;text-align:center;max-width:420px;margin:24px auto 0;font-size:.72rem;line-height:1.55}.auth-page__card{background:#fff;border:1px solid #e0e9e7;border-radius:20px;flex-direction:column;gap:16px;width:100%;max-width:440px;padding:38px;display:flex;box-shadow:0 20px 55px #12352f17}.auth-page__card--home{text-align:center;padding:44px 40px 38px}.auth-page__card--home h1{margin-top:4px}.auth-page__card--otp{text-align:center}.auth-page__card--otp .auth-back{align-self:flex-start}.auth-page__card--otp .otp-field{margin-top:2px}.auth-page__mark{background:#f1f8f6;border:1px solid #dcebe8;border-radius:20px;place-items:center;width:72px;height:72px;margin:0 auto;display:grid}.auth-page__mark img{object-fit:contain;width:56px;height:56px}.auth-page__card h1{letter-spacing:-.04em;margin:4px 0 0;font-size:1.65rem;line-height:1.2}.auth-page__lead{color:var(--c-muted);margin:-5px 0 4px;font-size:.92rem;line-height:1.6}.auth-page__card--home .auth-page__lead{max-width:320px;margin:-6px auto 6px}.auth-page__card .eyebrow{color:var(--c-primary);letter-spacing:.11em;margin:0;font-size:.69rem}.auth-secure{color:#71827f;justify-content:center;align-items:center;gap:7px;font-size:.76rem;display:flex}.auth-secure svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:15px;height:15px}.auth-back{appearance:none;font:inherit;color:var(--c-muted);cursor:pointer;background:0 0;border:0;align-self:flex-start;margin:0 0 4px;padding:0;font-size:.84rem;font-weight:600}.auth-back:hover{color:var(--c-ink)}.auth-back--inline,.auth-phone-label{margin:0}.auth-phone-label strong{color:var(--c-ink)}.auth-page .btn{width:100%}.auth-page .btn--zalo{background:#0068ff;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:50px;font-size:.95rem;display:inline-flex;box-shadow:0 7px 18px #0068ff33}.auth-page .btn--zalo:hover:not(:disabled){background:#0054d1}.auth-page .btn--zalo svg{width:18px;height:18px}.auth-page .link{text-align:left;font-size:.86rem}.auth-page .qr-result{margin-top:0}.auth-page .qr-frame{width:216px;height:216px}.auth-page .qr-img{width:100%;height:100%;box-shadow:0 8px 24px #10211e0f}html.web-desktop .auth-page .login-tabs{border-bottom:1px solid var(--c-line);border-radius:0;gap:0;margin:0 0 20px;display:flex}html.web-desktop .auth-page .login-tabs button{background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;flex:1;margin-bottom:-1px;padding:10px 8px 12px}html.web-desktop .auth-page .login-tabs button.active{color:var(--c-primary-d);border-bottom-color:var(--c-primary);background:0 0}html.web-desktop .auth-page .otp-boxes{gap:8px;max-width:320px;margin:0 auto}html.web-desktop .auth-page .otp-boxes__cell{aspect-ratio:auto;border-radius:8px;height:48px;min-height:48px;font-size:1.15rem}html.web-desktop .dialog-backdrop{background:#0f171673;align-items:center;padding:32px}html.web-desktop .dialog,html.web-desktop .dialog--sheet{border-radius:12px;max-width:520px;max-height:min(80vh,720px);padding:24px}html.web-desktop .dialog__handle{display:none}html.web-desktop .dialog .btn{width:auto}html.web-desktop .dialog__actions{grid-template-columns:none;justify-content:flex-end;gap:10px;display:flex}html.web-desktop .dialog__actions .btn{width:auto;min-width:112px;min-height:40px}html.web-desktop .dialog input,html.web-desktop .dialog textarea{min-height:40px}html.web-desktop .dialog textarea{min-height:96px}@media (width<=1080px){.shell--web{grid-template-columns:220px minmax(0,1fr)}.shell--web .docs-layout{grid-template-columns:1fr}.shell--web .docs-toc{flex-flow:wrap;position:static}.web-main{padding:24px 20px 56px}}@media (width<=900px){.shell--web .dash--detail{grid-template-columns:1fr}.shell--web .ws-table__head{display:none}.shell--web .ws{grid-template-columns:32px minmax(0,1fr) auto 16px}.shell--web .ws__col{display:none}.auth-page{background:radial-gradient(circle at 50% -10%,#0f766e1c,#0000 35%),#f5f8f7;min-height:calc(100dvh - 64px);padding:24px 16px 32px;display:block}.auth-showcase{display:none}.auth-stage{min-height:calc(100dvh - 120px);padding:0}.auth-stage__brand{align-self:center;margin:4px 0 24px;display:flex}.auth-page__card{border-radius:18px;max-width:440px;padding:30px 24px}.auth-stage__legal{margin-top:20px}}@media (width<=520px){.web-nav{height:58px;padding:0 18px}.auth-page{min-height:calc(100dvh - 58px);padding:18px 14px 26px}.auth-stage{min-height:auto}.auth-stage__brand{margin-bottom:18px}.auth-page__card--home{padding:30px 22px 26px}.auth-page__mark{border-radius:18px;width:64px;height:64px}.auth-page__mark img{width:50px;height:50px}.auth-page__card h1{font-size:1.45rem}}
