:root{--bg: #0b0c10;--bg-grad: radial-gradient(1200px 600px at 50% -100px, rgba(255, 206, 86, .15), transparent 60%), #0b0c10;--card: #121318;--muted: #98a2b3;--text: #f5f7fb;--gold: #FFB100;--line: #1e2230;--brow: #694214}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100vh;overflow:hidden}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,Segoe UI,Roboto,Helvetica,Arial,SF Pro Display}body:before{content:"";position:absolute;top:46px;left:50%;transform:translate(-50%);width:274px;height:274px;background:#af7d1c66;border-radius:50%;filter:blur(120px);z-index:0}.app{height:100vh;max-width:400px;margin:0 auto;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-size:16px;font-weight:400}.title{font-size:24px;font-weight:700;color:var(--gold)}.texts{display:flex;flex-direction:column;gap:5px}.logo{width:54px;height:54px}.logo-dot{width:28px;height:28px;border:1px solid #58430f;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ffe69e,#a66f00);box-shadow:0 0 30px #ffc75a40 inset}.badge{color:#a8a8a8}.card{flex:1;display:flex;flex-direction:column;border-radius:18px;overflow:hidden;min-height:0}.top3{display:flex;justify-content:space-around;flex-shrink:0}.admin-search{display:flex;gap:8px;align-items:center}.admin-search-input{flex:1;height:36px;background:#1f1f23;border:1px solid #2c2c31;color:#e5e5e5;border-radius:20px;padding:0 12px;border:1px solid var(--gold);outline:none}.admin-search-input::placeholder{color:#8a8a8a}.admin-search-clear{height:36px;background:#2b2b31;border:1px solid #3a3a41;color:#e5e5e5;border-radius:20px;padding:0 12px;cursor:pointer}.topCard{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px}.topCard .avatar{width:52px;height:52px;border:1px solid var(--gold);border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px #00000073}.avatar_photo{width:100%;height:100%;object-fit:cover;display:block}.crown{position:absolute;top:-28px;left:50%;transform:translate(-50%);width:52px;height:auto;pointer-events:none}.crown-0{margin-top:40px}.crown-2{margin-top:60px}.name{font-size:16px;font-weight:400}.crown-1 .name{color:var(--gold)}.top3 .amount{font-size:12px;border:1px solid #FFFFFF14;background-color:#d8a8201a;padding:4px 8px;border-radius:100px}.amount small{display:flex;justify-content:center;align-items:center;color:var(--muted);font-weight:500}.tag{display:inline-flex;align-items:center;gap:6px;color:#c0c5d0;font-size:11px;opacity:.9}.tag-dot{width:6px;height:6px;border-radius:50%;background:#7dd3fc}.tag-icon{width:15px;height:12px;display:inline-block;object-fit:contain}.meCard{margin:6px 0 12px;padding:10px 12px;border:1px solid var(--gold);border-radius:14px;background:linear-gradient(180deg,#ffd25c2e,#0000),#15161c}.meHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.rank-badge{font-size:12px;display:flex;align-items:center;justify-content:center;color:var(--gold);width:36px;height:36px}.rank_text{display:flex;flex-direction:column;gap:3px}.meRow{display:flex;align-items:center;gap:10px}.avatarSm,.avatar{border:1px solid var(--gold);width:38px;height:38px;border-radius:50%;object-fit:cover}.coin{width:20px;height:20px;border:1px solid #5a4410;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ffe49a,#a66f00);display:inline-block;margin-left:6px}.list{display:flex;flex-direction:column;gap:8px;flex:1;overflow-y:auto;min-height:0;padding-bottom:12px;-webkit-overflow-scrolling:touch}.list::-webkit-scrollbar{width:6px}.list::-webkit-scrollbar-track{background:transparent}.list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.list::-webkit-scrollbar-thumb:hover{background:#ffffff26}.list{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.row{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #ad7c0d40;border-radius:16px;background:#ffffff0d}.row .rank{font-size:12px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--brow)}.row .right{margin-left:auto;text-align:right}.amount,.right .amount{font-size:14px;display:flex;flex-direction:row;align-items:center;gap:5px}.right .muted{color:var(--muted);font-size:11px}.small-note{margin:10px 6px;color:var(--muted);font-size:12px}
