:root{--nav-bg: #383838;--nav-btn: #4d4d4d;--nav-btn-text: #d8d8d8;--yellow: #f2c118;--yellow-dark: #7a5c00;--orange: #f59c1c;--orange-dark: #d97f06;--green: #4caf50;--green-dark: #3d8b40;--red: #e05252;--card: #ffffff;--text: #333333;--label: #9a9a9a;--border: #e6e6e6;--radius: 8px;--shadow: 0 1px 3px rgba(0, 0, 0, .08)}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;background:linear-gradient(180deg,#a9cddd,#c3d5c9 22%,#e3d49c 45%,#d9b465 70%,#cfa14b) fixed}.page{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1040px;margin:0 auto;padding:0 16px;flex:1}.navbar{background:var(--nav-bg);padding:10px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 2px 6px #00000040;position:sticky;top:0;z-index:40}.navbar .logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:17px;color:var(--yellow);letter-spacing:.5px;text-shadow:1px 1px 0 #000;-webkit-user-select:none;user-select:none}.logo-img{width:38px;height:38px;border-radius:50%;object-fit:cover}.nav-center{display:flex;gap:8px;flex:1;justify-content:center;flex-wrap:wrap}.nav-btn{border:none;cursor:pointer;background:var(--nav-btn);color:var(--nav-btn-text);font-size:13px;font-weight:600;padding:8px 14px;border-radius:5px;transition:background .12s}.nav-btn:hover:not(:disabled):not(.active){background:#5c5c5c}.nav-btn.active{background:var(--yellow);color:#2b2b2b}.nav-btn.soon{opacity:.55;cursor:not-allowed}.nav-btn .soon-tag{background:var(--yellow);color:#2b2b2b;font-size:9px;font-weight:800;border-radius:3px;padding:1px 5px;margin-left:6px;vertical-align:1px}.nav-right{display:flex;gap:8px;align-items:center}.wallet-chip{background:#262626;color:var(--yellow);font-family:Consolas,monospace;font-size:12px;font-weight:700;padding:8px 12px;border-radius:5px;border:1px solid #555}.disconnect-btn{background:var(--red);color:#fff;border:none;cursor:pointer;width:34px;height:34px;border-radius:5px;font-size:15px;font-weight:700;line-height:1}.disconnect-btn:hover{background:#c94343}.stats-strip{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;margin:18px 0;overflow:hidden;flex-wrap:wrap}.stats-strip .stat{flex:1 1 140px;text-align:center;padding:13px 8px;font-size:13.5px;font-weight:600;color:#555;border-right:1px solid var(--border)}.stats-strip .stat:last-child{border-right:none}.stats-strip .stat b{color:#333}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 22px;margin-bottom:18px}.card h2{margin:0 0 4px;font-size:15.5px;font-weight:800;color:#333}.card h2 .fee-note{font-weight:400;font-size:12.5px;color:var(--label)}.card .sub{margin:0 0 14px;font-size:12.5px;color:var(--label)}.card h3{font-size:13.5px;font-weight:800;margin:18px 0 6px;color:#444}.muted{color:var(--label)}.label{font-size:11.5px;color:var(--label);font-weight:600;margin-bottom:3px}.wallet-card{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.wallet-card .avatar{width:52px;height:52px;border-radius:50%;flex-shrink:0;object-fit:cover;box-shadow:var(--shadow)}.wallet-card .cell{min-width:150px}.wallet-card .cell .value{font-size:15px;font-weight:800;color:#333}.wallet-card .cell .value.orange{color:var(--orange)}.wallet-card .cell.grow{flex:1}.wallet-card .addr{font-family:Consolas,monospace;font-size:11.5px;color:#555;word-break:break-all}.wallet-card .cell.right{text-align:right;margin-left:auto}.ref-input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:6px;font-size:13px;color:#555;background:#fafafa;cursor:pointer;font-family:Consolas,monospace}.ref-input:hover{border-color:var(--yellow)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}@media (max-width: 720px){.two-col{grid-template-columns:1fr}}.card.highlight{border:1px solid #f2c56a;box-shadow:0 1px 6px #f59c1c40}.input-group{display:flex;margin-bottom:12px}.input-group input{flex:1;min-width:0;padding:10px 12px;font-size:14px;border:1px solid var(--border);border-radius:6px 0 0 6px;border-right:none;outline:none;color:#333}.input-group input:focus{border-color:#bbb}.input-group .suffix{background:#f4f4f4;border:1px solid var(--border);border-radius:0 6px 6px 0;padding:10px 14px;font-size:12.5px;font-weight:700;color:#555;display:flex;align-items:center}.btn{border:none;cursor:pointer;border-radius:6px;font-size:13.5px;font-weight:700;color:#fff;padding:10px 22px;transition:filter .12s,transform .06s}.btn:hover:not(:disabled){filter:brightness(1.07)}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.green{background:var(--green)}.btn.orange{background:var(--orange)}.btn.yellow{background:var(--yellow);color:#2b2b2b}.btn.gray{background:#9c9c9c}.btn.small{padding:7px 14px;font-size:12px}.btn:focus-visible,.nav-btn:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.card-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap}table{width:100%;border-collapse:collapse;font-size:13px}th{text-align:left;padding:9px 8px;font-size:11px;font-weight:700;color:var(--label);text-transform:uppercase;letter-spacing:.4px;border-bottom:2px solid var(--border)}td{padding:9px 8px;border-bottom:1px solid #f0f0f0;color:#444}.pos{color:var(--green);font-weight:700}.neg{color:var(--red);font-weight:700}.empty-note{text-align:center;color:var(--label);padding:30px 0;font-size:13.5px}.table-wrap{overflow-x:auto}.miners-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}.miner-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;text-align:center;position:relative}.boost-badge{position:absolute;top:8px;right:8px;background:#fdf3e0;color:var(--orange-dark);font-size:10.5px;font-weight:800;padding:3px 7px;border-radius:10px;border:1px solid #f2c56a}.fused-badge{position:absolute;top:8px;left:8px;background:#f0e8fa;color:#7a3fc0;font-size:10.5px;font-weight:800;padding:3px 7px;border-radius:10px;border:1px solid #d4baf0}.fusion-preview{display:flex;align-items:center;justify-content:center;gap:6px;margin:10px 0}.fusion-preview img{width:42px;height:42px;object-fit:contain}.fusion-preview img.fusion-result{width:64px;height:64px}.fusion-preview span{font-weight:800;color:var(--label)}.miner-card.dead{opacity:.6}.miner-card .sprite{font-size:44px;margin:6px 0}.miner-card .rarity{font-size:12px;font-weight:800;margin-bottom:4px}.miner-card .stats{font-size:12.5px;color:#666;line-height:1.55}.miner-card .stats b{color:var(--orange)}.rarity-Common{color:#8a8a8a}.rarity-UnCommon{color:#3fa544}.rarity-Rare{color:#2e7fd9}.rarity-SuperRare{color:#9a4fd9}.rarity-Legendary{color:#d9a406}.rarity-Mythic{color:#d94343}.stat-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;margin-bottom:18px}.stat-tile{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px 18px}.stat-tile .num{font-size:21px;font-weight:800;color:#333;margin-top:3px}.stat-tile .note{font-size:11.5px;color:var(--label);margin-top:3px}.stat-tile.hero{border-top:3px solid var(--orange)}.stat-tile.hero .num{color:var(--orange-dark)}.count-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #f2f2f2;font-size:13.5px}.count-row:last-child{border-bottom:none}.stepper{display:flex;align-items:center;gap:10px;margin-left:auto}.stepper button{width:26px;height:26px;border-radius:5px;cursor:pointer;border:1px solid var(--border);background:#fafafa;font-size:15px;font-weight:700;color:#555;line-height:1}.stepper button:hover{background:#f0f0f0}.stepper b{min-width:22px;text-align:center;font-size:14px}.patch-list{display:flex;flex-direction:column;gap:6px}.patch-entry{border-left:3px solid var(--border);padding:6px 0 18px 18px;position:relative;margin-left:4px}.patch-entry:last-child{padding-bottom:2px}.patch-entry:before{content:"";position:absolute;left:-7px;top:7px;width:11px;height:11px;border-radius:50%;background:var(--orange);border:2px solid var(--card)}.patch-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.patch-version{font-size:15px;font-weight:800;color:#333}.patch-date{font-size:12px;color:var(--label)}.patch-tag{font-size:9.5px;font-weight:800;letter-spacing:.4px;padding:2px 7px;border-radius:4px}.tag-release{background:#e6f6e6;color:var(--green-dark)}.tag-feature{background:#e6f0fb;color:#2e7fd9}.tag-balance{background:#fdf3d5;color:#7a5c00}.tag-fix{background:#fbe6e6;color:#b83a3a}.patch-title{font-size:13.5px;font-weight:700;color:#444;margin:6px 0 4px}.patch-changes{margin:4px 0 0;padding-left:18px}.patch-changes li{font-size:13px;color:#555;line-height:1.6;margin-bottom:2px}.miner-img{width:110px;height:110px;object-fit:contain;display:block;margin:4px auto}.reveal-img{width:120px;height:120px;object-fit:contain;display:block;margin:0 auto 6px}.table-img{width:28px;height:28px;object-fit:cover;border-radius:5px;vertical-align:middle;margin-right:6px}.shop-icon{width:140px;height:140px;object-fit:cover;border-radius:8px;display:block;margin:2px auto 14px;box-shadow:var(--shadow)}.land-img{width:100%;height:120px;object-fit:cover;border-radius:6px;display:block;margin-bottom:10px}.slot-img{width:20px;height:20px;object-fit:contain}.shop-row{display:grid;grid-template-columns:360px 1fr;gap:18px;margin-bottom:18px;align-items:start}.shop-row .card{margin-bottom:0}.shop-actions{display:flex;flex-direction:column;gap:10px;align-items:stretch}.shop-actions .btn{width:100%}@media (max-width: 820px){.shop-row{grid-template-columns:1fr}}.supply-count{font-size:12.5px;font-weight:800;color:var(--orange-dark)}.supply-bar{height:8px;background:#f0e8d8;border-radius:4px;overflow:hidden;margin:4px 0 12px}.supply-bar>div{height:100%;background:var(--orange);border-radius:4px}.lands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.land-card{background:#faf7ef;border:1px solid #ecdfc0;border-radius:var(--radius);padding:14px;font-size:12.5px}.land-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:13px}.land-boost{color:var(--orange-dark);font-size:14px}.slot-list{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 10px;min-height:26px}.slot-chip{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--border);border-radius:5px;padding:4px 6px 4px 8px;font-size:12px}.mining-tag{background:#eaf4ea;color:var(--green-dark);font-size:9.5px;font-weight:800;text-transform:uppercase;padding:1px 5px;border-radius:3px}.slot-remove{background:none;border:none;cursor:pointer;color:var(--red);font-size:12px;font-weight:700;padding:0 2px;line-height:1}.slot-remove:disabled{color:#ccc;cursor:not-allowed}.assign-row{display:flex;gap:8px}.assign-row select{flex:1;min-width:0;padding:7px 8px;font-size:12.5px;border:1px solid var(--border);border-radius:5px;background:#fff;color:#444}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#333;color:#fff;font-size:13px;font-weight:600;padding:12px 20px;border-radius:6px;z-index:60;box-shadow:0 4px 14px #0000004d;border-left:4px solid var(--green);max-width:90vw;text-align:center}.toast.err{border-left-color:var(--red)}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e1e1ed1;z-index:70;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:20px}.reveal-overlay h2{color:var(--yellow);font-size:22px;margin:0;text-shadow:1px 1px 0 #000}.reveal-grid{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;max-width:860px}.reveal-card{background:var(--card);border-radius:var(--radius);padding:18px 22px;text-align:center;animation:pop .35s ease-out both}.reveal-card .sprite{font-size:52px}@keyframes pop{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@media (prefers-reduced-motion: reduce){.reveal-card{animation:none}}.landing-wrap{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 60px);padding:20px}.landing{text-align:center;max-width:520px}.landing-logo{width:300px;max-width:72vw;border-radius:28px;box-shadow:0 12px 44px #00000061;display:block;margin:0 auto 26px}.landing p{color:#3f3a2c;font-size:15px;font-weight:600;margin:0 0 26px;line-height:1.6;text-shadow:0 1px 0 rgba(255,255,255,.35)}.ca-box{margin:22px auto 0;max-width:420px;cursor:pointer;background:#00000047;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:12px 16px;transition:border-color .15s,background .15s}.ca-box:hover{border-color:var(--yellow);background:#0000005c}.ca-label{font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--yellow)}.ca-value{font-family:Consolas,monospace;font-size:13px;color:#fff;word-break:break-all;margin:4px 0 3px}.ca-hint{font-size:10.5px;color:#ffffff8c}.footer{text-align:center;padding:26px 0 34px}.footer .links{display:flex;gap:8px;justify-content:center;margin-bottom:10px}.footer .links a{background:#8f8f8f;color:#fff;text-decoration:none;font-size:11.5px;font-weight:700;padding:6px 14px;border-radius:4px}.footer .links a:hover{background:#7a7a7a}.footer .copy{font-size:11.5px;color:#7c6a3f}@media (max-width: 760px){.navbar{flex-wrap:wrap}.nav-center{order:3;width:100%;justify-content:flex-start}.wallet-card .cell.right{text-align:left;margin-left:0}}.docs-root{min-height:100vh;background:#fff;color:#333}.docs-topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:var(--nav-bg);box-shadow:0 2px 6px #00000040}.docs-logo{font-weight:800;font-size:16px;color:var(--yellow);letter-spacing:.5px;display:flex;align-items:center;gap:10px}.docs-logo img{width:34px;height:34px;border-radius:50%;object-fit:cover}.docs-logo em{font-style:normal;font-weight:600;color:#bbb;margin-left:6px;font-size:13px}.docs-body{display:flex;max-width:1160px;margin:0 auto;align-items:flex-start}.docs-sidebar{width:240px;flex-shrink:0;position:sticky;top:58px;max-height:calc(100vh - 58px);overflow-y:auto;padding:24px 12px 40px;border-right:1px solid #eee;display:flex;flex-direction:column;gap:2px}.docs-navlink{display:block;width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:8px 12px;border-radius:6px;font-size:13.5px;font-weight:600;color:#666}.docs-navlink:hover{background:#f5f5f5;color:#333}.docs-navlink.active{background:#fdf3d5;color:#7a5c00}.docs-content{flex:1;min-width:0;padding:36px 44px 60px}.docs-content section{margin-bottom:48px;scroll-margin-top:76px}.docs-content h1{font-size:30px;font-weight:900;margin:0 0 12px}.docs-content h2{font-size:21px;font-weight:800;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #eee}.docs-content h3{font-size:15px;font-weight:800;margin:20px 0 6px}.docs-content p,.docs-content li{font-size:14px;line-height:1.7;color:#444}.docs-content ol,.docs-content ul{padding-left:22px}.docs-content li{margin-bottom:6px}.docs-content a{color:#b8860b;font-weight:600}.docs-content table{margin:14px 0}.docs-lead{font-size:16px!important;line-height:1.75!important;color:#555!important}.docs-callout{background:#fdf8ec;border:1px solid #f0e2bb;border-left:4px solid var(--yellow);border-radius:6px;padding:14px 16px;font-size:13.5px;line-height:1.65;margin:14px 0;color:#5a4a1a}.docs-callout.gold{font-size:16px;font-weight:800;text-align:center;color:#7a5c00}.docs-note{font-size:12.5px!important;color:#999!important;font-style:italic}.docs-footer{margin-top:40px;padding-top:20px;border-top:1px solid #eee;font-size:12.5px;color:#999}.docs-footer a{color:#b8860b;font-weight:600}@media (max-width: 760px){.docs-body{flex-direction:column}.docs-sidebar{position:static;width:100%;max-height:none;flex-direction:row;flex-wrap:wrap;border-right:none;border-bottom:1px solid #eee;padding:12px}.docs-navlink{width:auto}.docs-content{padding:24px 18px 48px}}
