:root { color-scheme: light; font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif; color: #162033; background: #f4f6fb; }
* { box-sizing: border-box; }
body { margin: 0; background: #f4f6fb; }
button, input, select { font: inherit; }
.shell { max-width: 1240px; margin: 0 auto; padding: 38px 28px 52px; }
.topbar, .panel-head, .header-actions, .tools, .dialog-head, .dialog-actions { display: flex; align-items: center; }
.topbar, .panel-head { justify-content: space-between; gap: 20px; }
.tabs { display: flex; gap: 5px; margin: 28px 0 0; border-bottom: 1px solid #dfe4ef; }.tab { appearance: none; cursor: pointer; padding: 11px 17px; color: #7c879a; border: 0; border-bottom: 2px solid transparent; background: transparent; font-size: 14px; font-weight: 700; transition: .18s ease; }.tab:hover { color: #4f46e5; }.tab.active { color: #4f46e5; border-bottom-color: #4f46e5; }.tab-page { display: none; }.tab-page.active { display: block; }
h1, h2, p { margin: 0; } h1 { font-size: 28px; letter-spacing: -.6px; } h2 { font-size: 16px; }
.eyebrow { color: #7d879b; font-size: 12px; margin-bottom: 7px; letter-spacing: .08em; text-transform: uppercase; }
.token-label, .panel-head p, .panel-footer, .metric small { color: #8891a4; font-size: 12px; margin-top: 8px; }
.header-actions, .tools { gap: 10px; }.button { cursor: pointer; border: 1px solid transparent; border-radius: 7px; padding: 9px 13px; font-weight: 650; font-size: 13px; transition: .18s ease; }.button:hover { transform: translateY(-1px); }.primary { color: white; background: #4f46e5; box-shadow: 0 4px 12px #4f46e530; }.secondary { color: #49566f; border-color: #dfe4ef; background: white; }.small { padding: 8px 10px; font-size: 12px; }
.notice { margin: 20px 0; padding: 12px 14px; border-radius: 8px; background: #fff9e8; border: 1px solid #f3dfac; color: #8a6616; font-size: 13px; }.hidden { display: none !important; }
  .metrics { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin: 26px 0; }.sheep-metrics { grid-template-columns: repeat(3, 1fr); }.metric, .panel, .run-panel, .nft-hero, .nft-note { background: white; border: 1px solid #e8ecf4; border-radius: 10px; box-shadow: 0 2px 10px #25385808; }.metric { padding: 18px; }.metric span { display: block; color: #6f7b91; font-size: 13px; }.metric strong { display: block; color: #2f3a4d; font-size: 24px; margin-top: 8px; letter-spacing: -.5px; }.metric.green strong { color: #18a868; }.metric.orange strong { color: #e88816; }.metric.purple strong { color: #6659db; }.metric.blue strong { color: #2b78d0; }
.collections { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0 0 26px; }.collection { display: flex; align-items: flex-start; gap: 14px; padding: 18px; background: white; border: 1px solid #e8ecf4; border-radius: 10px; box-shadow: 0 2px 10px #25385808; }.collection.sheep-only { grid-column: 1 / -1; }.collection-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px; flex: 0 0 auto; font-size: 22px; }.king .collection-mark { color: #b67c14; background: #fff4d9; }.blackhole .collection-mark { color: #755de1; background: #f0edff; }.collection h2 { color: #263249; }.collection p:not(.eyebrow) { margin: 7px 0; color: #768298; font-size: 12px; line-height: 1.5; }.collection a { color: #5e58d9; font-size: 12px; overflow-wrap: anywhere; }.contract-state { margin-left: auto; white-space: nowrap; color: #9a7130; background: #fff6df; border-radius: 99px; padding: 4px 8px; font-size: 11px; }
.nft-preview { width: 146px; height: 146px; flex: 0 0 auto; object-fit: cover; border-radius: 12px; border: 1px solid #e9ddbc; box-shadow: 0 8px 22px #67421424; }
.nft-hero { display: flex; align-items: center; justify-content: space-between; min-height: 150px; margin: 26px 0 14px; padding: 25px 28px; background: linear-gradient(115deg, #fff 0%, #faf8ff 100%); }.nft-hero h2 { font-size: 22px; color: #263249; }.nft-hero p:not(.eyebrow) { color: #738097; font-size: 13px; margin-top: 9px; max-width: 700px; }.nft-hero .activation-count { margin-top: 14px; color: #59677f; font-size: 13px; }.activation-count strong { color: #4f46e5; font-size: 17px; }.nft-hero-mark { color: #b67c14; font-size: 62px; line-height: 1; }.collection dl { display: grid; grid-template-columns: 78px 1fr; gap: 6px 8px; margin: 16px 0 0; font-size: 12px; }.collection dt { color: #9098a9; }.collection dd { margin: 0; color: #515d73; font-weight: 600; }.nft-note { margin-top: -10px; padding: 18px 20px; color: #718096; font-size: 13px; line-height: 1.6; }.nft-note h3 { margin: 0 0 6px; color: #3b465b; font-size: 14px; }.nft-note p { margin: 0; }.nft-note code { color: #5e58d9; }
.holder-panel { margin-bottom: 18px; }.holder-table { min-width: 760px; }.holder-token-ids { max-width: 420px; overflow: hidden; text-overflow: ellipsis; }
.panel { overflow: hidden; }.panel-head { padding: 20px 20px 14px; border-bottom: 1px solid #edf0f5; }.tools { flex-wrap: wrap; justify-content: flex-end; }.search { min-width: 230px; display: flex; align-items: center; gap: 7px; border: 1px solid #e0e5ef; border-radius: 6px; padding: 0 9px; color: #8590a7; }.search input { border: 0; outline: 0; height: 34px; width: 100%; color: #27334a; }.tools select { height: 35px; border: 1px solid #e0e5ef; border-radius: 6px; background: white; color: #4b5870; padding: 0 8px; font-size: 12px; }
.table-wrap { overflow-x: auto; } table { border-collapse: collapse; width: 100%; min-width: 970px; font-size: 13px; } th { text-align: left; padding: 12px 16px; color: #7c879a; font-size: 12px; font-weight: 600; background: #fafbfe; border-bottom: 1px solid #edf0f5; } td { padding: 13px 16px; border-bottom: 1px solid #eff2f7; color: #47536a; white-space: nowrap; }.address { color: #5c57dc; text-decoration: none; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }.amount { color: #27334a; font-weight: 650; }.muted { color: #a2a9b7; }.status { display: inline-flex; font-size: 11px; border-radius: 999px; padding: 3px 7px; font-weight: 650; }.eligible, .bound { color: #0b9660; background: #e9faf2; }.exited { color: #cf4b4b; background: #fff0f0; }.pending_price, .below_minimum { color: #a06d12; background: #fff7dd; }.card-id { display: block; margin-top: 4px; color: #756ae0; font-size: 11px; font-weight: 650; }.bar { width: 74px; height: 4px; background: #ecf0f4; border-radius: 99px; margin-top: 5px; overflow: hidden; }.bar i { display: block; height: 100%; background: #20bd76; border-radius: inherit; }.empty { padding: 52px 20px; text-align: center; color: #8f98a8; }.panel-footer { padding: 13px 18px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #edf0f5; }
.run-panel { margin-top: 18px; padding: 16px; color: #4d5870; font-size: 13px; }.run-panel pre { margin: 10px 0 0; max-height: 160px; overflow: auto; white-space: pre-wrap; color: #59677f; font: 12px/1.55 ui-monospace, monospace; }
dialog { width: min(760px, calc(100% - 28px)); border: 0; border-radius: 12px; padding: 0; box-shadow: 0 24px 70px #1620334a; }dialog::backdrop { background: #15203b66; } dialog form { padding: 24px; }.dialog-head { justify-content: space-between; }.icon { border: 0; background: transparent; cursor: pointer; font-size: 26px; color: #7d879b; }.dialog-intro { color: #728097; font-size: 13px; line-height: 1.6; margin: 14px 0 20px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.form-grid label { display: grid; gap: 6px; color: #536078; font-size: 12px; font-weight: 650; }.form-grid input, .form-grid select { width: 100%; height: 38px; border: 1px solid #dce2ec; border-radius: 6px; padding: 0 9px; outline-color: #7068e7; color: #27334a; }.form-grid .wide { grid-column: 1 / -1; }.form-grid .check { display: flex; align-items: center; gap: 8px; }.form-grid .check input { width: auto; height: auto; }.dialog-actions { justify-content: flex-end; gap: 10px; margin-top: 22px; }.form-error { min-height: 18px; color: #d63838; font-size: 12px; margin-top: 12px; }
@media (max-width: 980px) { .metrics { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 820px) { .shell { padding: 24px 14px; }.topbar, .panel-head { align-items: flex-start; flex-direction: column; }.metrics, .collections { grid-template-columns: 1fr 1fr; }.nft-hero { padding: 20px; }.tools { justify-content: flex-start; }.panel-footer { flex-direction: column; gap: 6px; }.form-grid { grid-template-columns: 1fr; }.form-grid .wide { grid-column: auto; } }
@media (max-width: 560px) { .nft-preview { width: 96px; height: 96px; }.collection.sheep-only { flex-wrap: wrap; }.contract-state { margin-left: 0; } }
@media (max-width: 460px) { .metrics { grid-template-columns: 1fr; }.header-actions { width: 100%; }.header-actions button { flex: 1; }.search { min-width: 100%; } }
