:root{--bg:#fff7fb;--card:#fff;--pink:#ff76b8;--pink2:#ff9acd;--deep:#bd3c7d;--ink:#352b33;--muted:#927e8c;--line:#f3dce8;--soft:#fff0f7;--green:#21885a;--red:#a62f45;--shadow:0 14px 38px rgba(197,72,136,.11)}
*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;font-family:ui-rounded,"SF Pro Rounded","PingFang SC",system-ui,sans-serif;background:radial-gradient(circle at 85% 0,#ffe2f1 0,transparent 30%),linear-gradient(180deg,#fff9fc,#fff4f9);color:var(--ink)}button,input,select{font:inherit}.app-shell{width:min(760px,100%);margin:auto;min-height:100vh;padding:0 14px 96px}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:14px 2px 10px;background:rgba(255,247,251,.82);backdrop-filter:blur(16px)}.brand{display:flex;gap:10px;align-items:center;border:0;background:transparent;text-align:left;color:var(--ink)}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:.12em}.logo{display:grid;place-items:center;width:42px;height:42px;border-radius:15px;background:linear-gradient(145deg,#ff77b8,#ff9dcd);color:#fff;font-weight:900;box-shadow:0 8px 18px #ffc2df}.avatar-btn,.icon-btn{border:0;background:#fff;width:42px;height:42px;border-radius:15px;box-shadow:var(--shadow);font-size:18px}.tab{display:none}.tab.active{display:block}.card{background:rgba(255,255,255,.94);border:1px solid #fae2ee;border-radius:24px;padding:18px;margin-bottom:14px;box-shadow:var(--shadow)}.hero{min-height:228px;position:relative;overflow:hidden;background:linear-gradient(140deg,#fff,#ffe4f2)}.hero:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-58px;bottom:-58px;background:#ffcce4}.hero h1{font-size:34px;line-height:1.08;margin:18px 0 10px}.hero em{font-style:normal;color:var(--deep)}.hero p{max-width:470px;color:var(--muted);line-height:1.65;margin:0}.hero-bubble{position:absolute;right:28px;top:28px;width:76px;height:76px;border-radius:28px;background:#fff;display:grid;place-items:center;text-align:center;color:var(--pink);font-size:24px;transform:rotate(8deg);box-shadow:var(--shadow);z-index:1}.pill,.tiny-badge{display:inline-flex;border-radius:99px;background:#fff;padding:7px 10px;color:var(--deep);font-size:12px;font-weight:800}.user-strip{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(120deg,#fff,#fff1f8)}.user-strip small,.wallet small,.stat small{display:block;color:var(--muted)}.user-strip strong{display:block;margin-top:4px;font-size:24px;color:var(--deep)}.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.section-head h2,.page-title h2{margin:3px 0 12px;font-size:24px}.kicker{font-size:10px;letter-spacing:.16em;color:var(--pink);font-weight:900}.page-title{padding:20px 5px 8px}.page-title p{margin:-5px 0 12px;color:var(--muted)}label{display:block;font-size:13px;font-weight:800;margin:14px 0 7px}input:not([type=checkbox]),select{width:100%;border:1px solid var(--line);background:#fff;border-radius:15px;padding:14px;font-size:16px;outline:none;color:var(--ink)}input:focus,select:focus{border-color:var(--pink2);box-shadow:0 0 0 4px #ffecf6}.service-meta{margin-top:12px;background:var(--soft);border-radius:16px;padding:13px;color:#6d5564;font-size:13px;line-height:1.55}.price-row{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(120deg,#fff0f7,#fff8fc);border-radius:17px;padding:16px;margin:16px 0}.price-row strong{font-size:24px;color:var(--deep)}.primary,.secondary,.ghost{border:0;border-radius:15px;font-weight:850}.primary{width:100%;padding:15px;background:linear-gradient(135deg,#ff70b5,#ff98ca);color:#fff;box-shadow:0 10px 24px rgba(255,105,180,.23)}.secondary{padding:13px 15px;background:#fff0f7;color:var(--deep)}.ghost{padding:8px 10px;background:#fff0f7;color:var(--deep);font-size:12px}.wide{width:100%;margin-top:12px}.message{white-space:pre-wrap;background:#effff5;color:#247a48;border-radius:14px;padding:12px;margin-top:12px;font-size:13px}.message.error{background:#fff0f2;color:var(--red)}.hidden{display:none!important}.segmented{display:flex;background:#fff0f7;padding:4px;border-radius:14px}.segmented button{flex:1;border:0;background:transparent;padding:10px;border-radius:11px;font-weight:800;color:var(--muted)}.segmented button.active{background:#fff;color:var(--deep);box-shadow:0 4px 12px rgba(190,60,125,.1)}.profile-row{display:flex;align-items:center;gap:12px}.profile-avatar{width:56px;height:56px;border-radius:20px;background:#ffe2f0;display:grid;place-items:center;color:var(--deep);font-size:24px}.profile-row h3{margin:3px 0}.profile-row small{color:var(--muted)}.wallet{margin-top:18px;padding:18px;border-radius:20px;background:linear-gradient(135deg,#fff0f7,#fff)}.wallet strong{display:block;font-size:30px;color:var(--deep);margin:5px 0}.wallet p{color:var(--muted);font-size:12px;margin-bottom:0}.bottom-nav{position:fixed;z-index:30;bottom:12px;left:50%;transform:translateX(-50%);width:min(720px,calc(100% - 24px));display:grid;grid-template-columns:repeat(4,1fr);padding:7px;background:rgba(255,255,255,.92);border:1px solid #f7dfeb;border-radius:23px;box-shadow:0 16px 42px rgba(93,43,69,.17);backdrop-filter:blur(18px)}.bottom-nav button{border:0;background:transparent;padding:7px 4px;border-radius:16px;color:var(--muted);font-size:11px;font-weight:800}.bottom-nav span{display:block;font-size:18px;margin-bottom:2px}.bottom-nav button.active{background:#fff0f7;color:var(--deep)}.stack,.admin-list{display:grid;gap:10px}.order-item,.admin-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px}.order-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.order-item h3,.admin-item h3{font-size:14px;margin:0 0 8px}.order-item p,.admin-item p{font-size:12px;color:var(--muted);margin:5px 0;word-break:break-all}.status{display:inline-flex;padding:5px 8px;border-radius:99px;background:#fff1f7;color:var(--deep);font-size:11px;font-weight:900}.status.completed{background:#ecfff5;color:var(--green)}.status.failed{background:#fff0f2;color:var(--red)}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stat{margin-bottom:14px}.stat strong{display:block;font-size:22px;margin:5px 0 10px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:10px}.switch-row{display:flex;align-items:center;gap:10px;padding:13px 0}.switch-row input{width:20px;height:20px}.admin-controls{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.admin-controls input{padding:9px!important;font-size:13px!important}.mini-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.empty{padding:30px 10px;text-align:center;color:var(--muted)}
@media(max-width:560px){.hero h1{font-size:30px}.hero-bubble{opacity:.55}.two-col,.stats-grid{grid-template-columns:1fr}.admin-controls{grid-template-columns:1fr}.page-title{padding-top:14px}}
textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:15px;padding:14px;font-size:16px;outline:none;color:var(--ink);resize:vertical;font-family:inherit}.announcement{margin:0 0 12px;padding:11px 14px;border-radius:16px;background:#ffe5f2;color:#8e3562;font-size:13px;font-weight:750;border:1px solid #ffd1e6}.notice-box{white-space:pre-wrap;background:#fff5fa;border:1px dashed #f1bfd7;border-radius:16px;padding:13px;color:#765765;font-size:13px;line-height:1.6}.toolbar{display:flex;gap:8px;margin-bottom:12px}.toolbar select{flex:1}.toolbar button{white-space:nowrap}.bottom-nav{grid-template-columns:repeat(5,1fr)}.stats-grid.four{grid-template-columns:repeat(4,1fr)}.stat.mini strong{font-size:18px}.txn{display:flex;justify-content:space-between;gap:12px;align-items:center}.txn .plus{color:var(--green)}.txn .minus{color:var(--red)}.admin-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.danger{border:0;border-radius:12px;padding:8px 11px;background:#fff0f2;color:var(--red);font-weight:800}.success{border:0;border-radius:12px;padding:8px 11px;background:#ecfff5;color:var(--green);font-weight:800}.help-card p{color:var(--muted);line-height:1.7}.order-item .order-actions{display:flex;justify-content:flex-end;margin-top:9px}
@media(max-width:680px){.stats-grid.four{grid-template-columns:1fr 1fr}.bottom-nav button{font-size:10px}.bottom-nav span{font-size:16px}}
