:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Microsoft YaHei,sans-serif;color:#17211c;background:#f4f7f5;font-synthesis:none;letter-spacing:0}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select{font:inherit;letter-spacing:0}button,a{transition:background-color .18s,color .18s,border-color .18s,transform .18s}button:active,a:active{transform:translateY(1px)}a{text-decoration:none;color:inherit}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.brand-symbol{display:grid;place-items:center;width:38px;height:38px;background:#17211c;color:#fff;border-radius:7px}.brand-symbol svg{width:20px}.primary-action,.secondary-action{min-height:46px;padding:0 18px;border-radius:6px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer}.primary-action{background:#167452;color:#fff}.primary-action:hover{background:#105f42}.secondary-action{border-color:#cfd8d3;background:#fff;color:#24332b}.secondary-action:hover{border-color:#8ca095}.icon-button{width:40px;height:40px;display:grid;place-items:center;border:1px solid #d8e0dc;background:#fff;border-radius:6px;cursor:pointer}.icon-button svg{width:18px}.centered{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0,#e8f2ed 0,transparent 38%),#f5f7f6}.centered section{width:min(430px,100%);text-align:center}.centered h1{font-size:26px;margin:16px 0 6px}.centered p{color:#64716a;margin:0 0 22px}.success-mark{margin:auto;width:54px;height:54px;display:grid;place-items:center;background:#167452;color:#fff;border-radius:50%}.checkout-shell{min-height:100vh;display:flex;flex-direction:column;background:#f6f8f7}.pay-brand{height:72px;display:flex;align-items:center;gap:11px;padding:0 max(24px,calc((100vw - 980px)/2));border-bottom:1px solid #dde4e0;background:#ffffffeb;font-size:17px;font-weight:750}.pay-brand .verified{width:17px;color:#167452}.checkout-main{width:min(620px,calc(100% - 32px));margin:52px auto;padding:34px 38px;background:#fff;border:1px solid #dce4df;border-radius:8px;box-shadow:0 22px 70px #162f2217}.merchant-line{display:flex;justify-content:space-between;align-items:center;color:#506158}.merchant-line small{color:#167452;background:#eaf6f0;padding:4px 8px;border-radius:4px}.checkout-main h1{font-size:22px;margin:18px 0 4px}.order-number{font-size:13px;color:#839088}.checkout-amount{padding:26px 0;margin:24px 0;border-top:1px solid #edf0ee;border-bottom:1px solid #edf0ee;display:flex;align-items:flex-end;justify-content:space-between}.checkout-amount small{color:#69756e}.checkout-amount strong{font-size:38px;line-height:1}.payment-options{display:grid;gap:10px}.payment-option{display:grid;grid-template-columns:44px 1fr 20px;align-items:center;gap:14px;padding:15px;border:1px solid #dce3df;border-radius:7px}.payment-option:hover{border-color:#8ea299;background:#fafcfb}.payment-option .channel-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:#fff;font-weight:800}.payment-option.alipay .channel-icon{background:#1677ff}.payment-option.wechat .channel-icon{background:#07c160}.payment-option span:nth-child(2){display:grid}.payment-option small{color:#77837c;font-size:12px}.payment-option>svg{width:18px;color:#8c9891}.checkout-shell>footer{margin-top:auto;padding:22px;text-align:center;color:#7a8680;font-size:12px}.checkout-shell>footer svg{width:15px;vertical-align:-3px}.public-home{min-height:100vh;background:linear-gradient(135deg,#f7faf8 0 55%,#e4efe9 55%,#dfeae4);padding:0 max(24px,calc((100vw - 1160px)/2));display:flex;flex-direction:column}.public-home header{height:78px;display:flex;align-items:center;gap:12px}.public-home header strong{font-size:18px}.public-home header a{margin-left:auto;display:flex;align-items:center;color:#415048}.public-home header a svg{width:17px}.public-home>section{max-width:760px;margin:auto 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#167452;font-weight:800;font-size:12px}.eyebrow svg{width:17px}.public-home h1{font-size:clamp(40px,6vw,72px);line-height:1.06;letter-spacing:0;margin:24px 0}.public-home p{max-width:670px;font-size:18px;line-height:1.8;color:#53635b}.public-home section>div{display:flex;gap:12px;margin-top:30px}.public-home footer{display:flex;gap:28px;padding:24px 0;color:#5e6e66}.public-home footer span{display:flex;align-items:center;gap:7px}.public-home footer svg{width:17px;color:#167452}.login-shell{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr;background:#14231c;color:#fff}.login-copy{padding:10vh 10vw;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(140deg,#14231c 0,#1d3b2e)}.login-copy .brand-symbol{background:#d8f45b;color:#14231c}.login-copy h1{font-size:52px;letter-spacing:0;margin:28px 0 10px}.login-copy>p{font-size:18px;line-height:1.8;color:#b7c8bf;max-width:600px}.trust-list{display:flex;gap:24px;margin-top:38px;color:#d7e1dc}.trust-list span{display:flex;align-items:center;gap:7px}.trust-list svg{width:18px;color:#d8f45b}.login-form{background:#f6f8f7;color:#17211c;padding:10vh 8vw;display:flex;flex-direction:column;justify-content:center;gap:20px}.login-form small{font-weight:800;color:#167452}.login-form h2{font-size:30px;margin:10px 0 2px}.login-form p{color:#6a7770}.login-form label{display:grid;gap:7px;font-weight:650}.login-form input,.inline-create input,.filters input,.mobile-nav select{height:46px;border:1px solid #ccd6d0;border-radius:6px;padding:0 12px;background:#fff;outline:none}.login-form input:focus,.inline-create input:focus,.filters input:focus{border-color:#167452;box-shadow:0 0 0 3px #1674521f}.form-error{color:#b42318;background:#fef3f2;padding:10px;border-radius:6px}.admin-shell{min-height:100vh;display:grid;grid-template-columns:232px minmax(0,1fr)}.admin-shell>aside{position:sticky;top:0;height:100vh;background:#14231c;color:#d8e2dd;padding:22px 14px;display:flex;flex-direction:column}.admin-brand{display:flex;align-items:center;gap:11px;padding:0 8px 24px}.admin-brand .brand-symbol{background:#d8f45b;color:#14231c}.admin-brand span:last-child{display:grid}.admin-brand small{color:#81938a;text-transform:uppercase;font-size:10px}.admin-shell nav{display:grid;gap:4px}.admin-shell nav button{height:43px;border:0;border-radius:5px;background:transparent;color:#aabbb2;text-align:left;padding:0 11px;display:flex;align-items:center;gap:11px;cursor:pointer}.admin-shell nav button svg{width:18px}.admin-shell nav button:hover,.admin-shell nav button.active{background:#233a30;color:#fff}.admin-shell nav button.active{box-shadow:inset 3px 0 #d8f45b}.admin-user{margin-top:auto;border-top:1px solid #2a4036;padding:17px 8px 0;display:flex;align-items:center;justify-content:space-between}.admin-user>span{display:grid;font-size:12px;overflow:hidden}.admin-user small{color:#83968c}.admin-user button{border:0;background:transparent;color:#9aaba2;cursor:pointer}.admin-user svg{width:18px}.admin-content{min-width:0;padding:34px clamp(20px,4vw,54px);background:#f4f7f5}.page-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.page-title h1{font-size:27px;margin:0}.page-title p{margin:5px 0 0;color:#6c7972}.metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #dce4df;background:#fff;border-radius:7px;margin-bottom:24px}.metric-strip>div{padding:21px 22px;border-right:1px solid #e3e9e6;display:grid;gap:8px;min-width:0}.metric-strip>div:last-child{border:0}.metric-strip span{font-size:12px;color:#718078;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric-strip strong{font-size:25px}.overview-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:20px}.surface{background:#fff;border:1px solid #dce4df;border-radius:7px;padding:22px}.surface h2{font-size:16px;margin:0 0 18px}.attention-list>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #edf1ef}.attention-list>div:last-child{border:0}.attention-list .danger strong{color:#b42318}.provider-row{display:grid;grid-template-columns:10px 1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #edf1ef}.provider-row:last-child{border:0}.provider-row span:nth-child(2){display:grid;min-width:0}.provider-row small{color:#7c8982;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.provider-dot{width:9px;height:9px;border-radius:50%}.provider-dot.online{background:#19a66c;box-shadow:0 0 0 4px #e5f6ee}.provider-dot.offline{background:#d92d20;box-shadow:0 0 0 4px #feeceb}.status{display:inline-flex;width:max-content;padding:3px 8px;border-radius:4px;background:#edf1ef;color:#58675f;font-size:11px;font-weight:750}.status-paid,.status-succeeded,.status-delivered,.status-active{background:#e8f6ef;color:#087449}.status-failed,.status-dead{background:#feeeec;color:#b42318}.status-pending,.status-processing{background:#fff4dc;color:#9a5b00}.status-refunded,.status-partially_refunded{background:#eaf0ff;color:#3156a3}.inline-create{display:grid;grid-template-columns:1fr 1.2fr 1.4fr auto;gap:10px;margin-bottom:20px}.inline-create .primary-action{border:0}.secret-banner{display:flex;align-items:center;gap:14px;padding:15px 18px;background:#e8f6ef;border:1px solid #a9dac4;border-radius:7px;margin-bottom:16px}.secret-banner>svg{color:#087449}.secret-banner>span{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.secret-banner code{background:#fff;padding:5px 8px;border-radius:4px;overflow:hidden;text-overflow:ellipsis}.secret-banner button{border:0;background:transparent;color:#087449;font-weight:700;cursor:pointer}.filters{display:flex;gap:10px;margin-bottom:16px}.filters label{width:min(360px,100%);position:relative}.filters label svg{position:absolute;left:12px;top:13px;width:18px;color:#7c8982}.filters input{width:100%;padding-left:40px}.filters select{height:46px;border:1px solid #ccd6d0;border-radius:6px;background:#fff;padding:0 12px}.table-wrap{overflow:auto;border:1px solid #dce4df;background:#fff;border-radius:7px}table{width:100%;border-collapse:collapse;min-width:760px}th{text-align:left;padding:12px 16px;background:#f8faf9;color:#67756e;font-size:11px;text-transform:uppercase;border-bottom:1px solid #dfe6e2}td{padding:14px 16px;border-bottom:1px solid #edf1ef;font-size:13px;max-width:340px}tr:last-child td{border-bottom:0}td>strong,td>small{display:block}td>small{color:#7b8781;margin-top:3px}.table-action{height:32px;border:1px solid #ccd6d0;border-radius:5px;background:#fff;display:inline-flex;align-items:center;gap:5px;cursor:pointer}.table-action svg{width:14px}.empty-state,.loading-state{padding:42px;text-align:center;color:#79867f}.loading-state{display:flex;justify-content:center;gap:9px}.inline-error{display:flex;align-items:center;gap:9px;padding:14px;background:#fef3f2;border:1px solid #f9c9c5;color:#b42318;border-radius:6px}.inline-error svg{width:18px}.mobile-nav{display:none}.callback-section{margin-top:28px}.callback-section:first-of-type{margin-top:0}.callback-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 12px}.callback-heading h2{font-size:17px;margin:0}.callback-heading p{font-size:13px;color:#718078;margin:5px 0 0}.callback-heading>span{font-size:12px;color:#5d6b64;white-space:nowrap}.callback-note{display:flex;align-items:center;gap:9px;padding:12px 14px;margin-bottom:12px;border:1px solid #d8e4de;border-radius:6px;background:#f7faf8;color:#53645b;font-size:13px}.callback-note svg{width:17px;flex:0 0 auto}@media(max-width:850px){.login-shell{grid-template-columns:1fr}.login-copy{display:none}.login-form{min-height:100vh;padding:12vw}.admin-shell{display:block}.admin-shell>aside{display:none}.admin-content{padding:20px 16px}.mobile-nav{display:block;margin-bottom:20px}.mobile-nav select{width:100%}.metric-strip{grid-template-columns:1fr 1fr}.metric-strip>div:nth-child(2){border-right:0}.metric-strip>div:nth-child(-n+2){border-bottom:1px solid #e3e9e6}.overview-grid{grid-template-columns:1fr}.inline-create{grid-template-columns:1fr 1fr}.inline-create .primary-action{grid-column:span 2}.secret-banner>span{display:grid}.public-home h1{font-size:44px}}@media(max-width:560px){.checkout-main{margin:20px auto;padding:24px 20px}.pay-brand{height:62px}.checkout-main h1{font-size:19px}.checkout-amount strong{font-size:32px}.payment-option{grid-template-columns:40px 1fr 18px;padding:13px 11px}.payment-option .channel-icon{width:38px;height:38px}.payment-option small{line-height:1.35}.metric-strip{grid-template-columns:1fr}.metric-strip>div{border-right:0;border-bottom:1px solid #e3e9e6!important}.metric-strip>div:last-child{border:0!important}.page-title h1{font-size:23px}.page-title p{font-size:13px}.inline-create{grid-template-columns:1fr}.inline-create .primary-action{grid-column:auto}.filters{display:grid}.filters label{width:100%}.callback-heading{align-items:start}.callback-heading p{font-size:12px}.public-home{background:#f7faf8}.public-home>section{margin:70px 0}.public-home h1{font-size:38px}.public-home p{font-size:16px}.public-home section>div,.public-home footer{flex-direction:column}.public-home footer{gap:10px}.trust-list{display:grid}}
