:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e1e4e8;background-color:#0f1117;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#58a6ff;text-decoration:inherit}a:hover{color:#79c0ff}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:1.6em;line-height:1.2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s}button:focus,button:focus-visible{outline:2px solid #58a6ff;outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}body{background:#0f1117;color:#e1e4e8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}#root{max-width:1940px;margin:0 auto;padding:4.5rem 1.5rem 2rem}.top-bar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.5rem;background:#0f1117d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #21262d}.top-bar-left{display:flex;align-items:center;gap:.5rem}.top-bar-right{display:flex;align-items:center;gap:.75rem}.balance-pills{display:flex;align-items:center;gap:.5rem}.balance-pill{display:flex;align-items:center;gap:.35rem;background:#161b22;border:1px solid #30363d;border-radius:999px;padding:.3rem .7rem;font-size:.78rem}.balance-pill.stake{border-color:#8957e559;background:#8957e514}.balance-pill.eth{border-color:#58a6ff59;background:#58a6ff14}.balance-pill.eth .balance-label{color:#58a6ff}.balance-label{font-weight:700;font-size:.65rem;text-transform:uppercase;letter-spacing:.04em;color:#8b949e}.balance-pill.stake .balance-label{color:#a371f7}.balance-value{font-family:SF Mono,Fira Code,monospace;color:#e1e4e8;font-weight:600;font-size:.78rem}.wallet-info{display:flex;align-items:center;gap:.5rem}.wallet-address{font-family:SF Mono,Fira Code,monospace;font-size:.75rem;color:#8b949e;background:#161b22;border:1px solid #30363d;border-radius:999px;padding:.3rem .65rem}.btn-connect{background:linear-gradient(135deg,#238636,#2ea043);color:#fff;padding:.4rem 1rem!important;font-size:.8rem!important;border-radius:999px!important;width:auto!important}.btn-connect:hover{background:linear-gradient(135deg,#2ea043,#3fb950);box-shadow:0 4px 12px #2ea0434d}.btn-disconnect{background:transparent;color:#f85149;border:1px solid rgba(248,81,73,.3)!important;padding:.3rem .7rem!important;font-size:.72rem!important;border-radius:999px!important;width:auto!important}.btn-disconnect:hover{background:#f851491a;border-color:#f85149!important}.app-header{text-align:center;margin-bottom:2rem}.app-header h1{font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:.25rem}.app-header p{font-size:.85rem;color:#8b949e}.status-card{background:#161b22;border:1px solid #30363d;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem}.status-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.status-row+.status-row{border-top:1px solid #21262d}.status-label{font-size:.8rem;color:#8b949e;text-transform:uppercase;letter-spacing:.04em}.status-value{font-size:.85rem;color:#e1e4e8;font-family:SF Mono,Fira Code,monospace}.status-value.empty{color:#484f58}.badge{display:inline-block;font-size:.7rem;padding:.15rem .5rem;border-radius:999px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.badge-red{background:#f8514926;color:#f85149;border:1px solid rgba(248,81,73,.3)}.badge-green{background:#3fb95026;color:#3fb950;border:1px solid rgba(63,185,80,.3)}.badge-yellow{background:#d2992226;color:#d29922;border:1px solid rgba(210,153,34,.3)}.section-card{background:#161b22;border:1px solid #30363d;border-radius:12px;padding:1.5rem;margin-bottom:1.25rem}.three-column-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem}@media(max-width:1400px){.three-column-layout{grid-template-columns:1fr}}@media(min-width:1401px)and (max-width:1800px){.three-column-layout{grid-template-columns:repeat(2,1fr)}}.three-column-layout .section-card{margin-bottom:0}.section-card h2{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem}.input-group{position:relative;margin-bottom:1rem}.input-group label{display:block;font-size:.75rem;color:#8b949e;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem}.input-field{width:100%;background:#0d1117;border:1px solid #30363d;border-radius:8px;padding:.75rem 1rem;color:#e1e4e8;font-size:.9rem;font-family:SF Mono,Fira Code,monospace;transition:border-color .2s,box-shadow .2s;outline:none}.input-field::placeholder{color:#484f58}.input-field:focus{border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff26}.input-field:disabled{opacity:.5;cursor:not-allowed}.input-hint{font-size:.72rem;color:#484f58;margin-top:.3rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1.25rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#238636,#2ea043);color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2ea043,#3fb950);box-shadow:0 4px 12px #2ea0434d}.btn-blue{background:linear-gradient(135deg,#1f6feb,#388bfd);color:#fff}.btn-blue:hover:not(:disabled){background:linear-gradient(135deg,#388bfd,#58a6ff);box-shadow:0 4px 12px #388bfd4d}.btn-purple{background:linear-gradient(135deg,#8957e5,#a371f7);color:#fff}.btn-purple:hover:not(:disabled){background:linear-gradient(135deg,#a371f7,#bc8cff);box-shadow:0 4px 12px #a371f74d}.btn-outline{background:transparent;color:#58a6ff;border:1px solid #30363d}.btn-outline:hover:not(:disabled){background:#58a6ff1a;border-color:#58a6ff}.protected-card{background:#8957e514;border:1px solid rgba(137,87,229,.3);border-radius:12px;padding:1.25rem;margin-bottom:1.25rem}.protected-card h3{font-size:.9rem;color:#a371f7;margin-bottom:.75rem}.protected-address{font-family:SF Mono,Fira Code,monospace;font-size:.78rem;color:#8b949e;background:#0d1117;padding:.5rem .75rem;border-radius:6px;word-break:break-all;margin-bottom:1rem}.result-card{background:#3fb95014;border:1px solid rgba(63,185,80,.3);border-radius:12px;padding:1.25rem;margin-bottom:1.25rem}.result-card h3{font-size:.9rem;color:#3fb950;margin-bottom:.75rem}.result-card pre{font-family:SF Mono,Fira Code,monospace;font-size:.8rem;color:#e1e4e8;background:#0d1117;padding:.75rem 1rem;border-radius:6px;overflow-x:auto}.status-message{margin-top:1.25rem;padding:.85rem 1rem;border-radius:8px;font-size:.85rem;line-height:1.5;background:#58a6ff14;border:1px solid rgba(88,166,255,.2);color:#79c0ff}.status-message:empty{display:none}.connect-prompt{text-align:center;padding:3rem 0}.connect-prompt p{color:#8b949e;font-size:.9rem;margin-bottom:0}.deposit-warning{display:flex;gap:1rem;background:#d2992214;border:1px solid rgba(210,153,34,.3);border-radius:12px;padding:1.25rem;margin-bottom:1.25rem}.deposit-warning-icon{font-size:1.5rem;flex-shrink:0;line-height:1}.deposit-warning-content{flex:1}.deposit-warning-content h3{font-size:.9rem;color:#d29922;margin-bottom:.4rem;font-weight:600}.deposit-warning-content p{font-size:.8rem;color:#8b949e;line-height:1.5;margin-bottom:.75rem}.deposit-warning-content p strong{color:#e1e4e8}.btn-deposit{background:linear-gradient(135deg,#9e6a03,#d29922)!important;color:#fff!important;padding:.5rem 1rem!important;font-size:.82rem!important;width:auto!important;border-radius:8px!important}.btn-deposit:hover:not(:disabled){background:linear-gradient(135deg,#d29922,#e3b341)!important;box-shadow:0 4px 12px #d299224d}.btn-deposit:disabled{opacity:.5;cursor:not-allowed}.deposit-faucet-hint{font-size:.72rem!important;color:#f85149!important;margin-top:.5rem;margin-bottom:0!important}.deposit-faucet-hint a{color:#58a6ff;text-decoration:underline}.eth-warning{border-color:#58a6ff4d;background:#58a6ff0f}.eth-warning h3{color:#58a6ff!important}.eth-faucet-btn{background:linear-gradient(135deg,#1f6feb,#388bfd)!important;text-decoration:none!important;display:inline-flex!important;text-align:center}.eth-faucet-btn:hover{background:linear-gradient(135deg,#388bfd,#58a6ff)!important;box-shadow:0 4px 12px #388bfd4d}.access-card{border:1px solid rgba(56,139,253,.3);background:#388bfd0a}.access-card h2{font-size:1.15rem;margin-bottom:.25rem}.access-subtitle{font-size:.78rem;color:#8b949e;margin-bottom:1rem}.access-subtitle code{font-family:Fira Code,monospace;font-size:.72rem;color:#58a6ff;background:#388bfd1a;padding:.15rem .4rem;border-radius:4px}.access-form{margin-bottom:.5rem}.access-input-full{width:100%;font-family:Fira Code,monospace;font-size:.85rem}.access-grant-btn{width:100%;margin-top:.75rem;font-size:.9rem!important;padding:.65rem 1rem!important}.btn-blue{background:linear-gradient(135deg,#1f6feb,#388bfd)!important;color:#fff!important;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.btn-blue:hover:not(:disabled){background:linear-gradient(135deg,#388bfd,#58a6ff)!important;box-shadow:0 4px 12px #388bfd4d}.btn-blue:disabled{opacity:.5;cursor:not-allowed}.input-hint{font-size:.72rem;color:#8b949e;margin-top:.35rem}.granted-list{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.06)}.granted-label{font-size:.78rem;color:#8b949e;margin-right:.25rem}.granted-badge{display:inline-flex;align-items:center;font-family:Fira Code,monospace;font-size:.72rem;background:#2ea04326;color:#3fb950;border:1px solid rgba(46,160,67,.3);border-radius:12px;padding:.2rem .6rem}.check-access-card{border:1px solid rgba(138,99,210,.3);background:#8a63d20a}.list-addresses-card{border:1px solid rgba(255,128,0,.3);background:#ff80000a}.allowed-addresses-list{margin-top:1rem;padding:.75rem;border-radius:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);max-height:300px;overflow-y:auto}.list-header{font-size:.8rem;color:#8b949e;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.address-item{padding:.5rem 0}.address-item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.05)}.address-badge{font-family:Fira Code,monospace;font-size:.8rem;color:#58a6ff;background:#58a6ff1a;padding:.3rem .6rem;border-radius:6px;border:1px solid rgba(88,166,255,.2);display:inline-block;word-break:break-all}.no-addresses{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.82rem;background:#f8514914;border:1px solid rgba(248,81,73,.2);color:#f85149}.check-result{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.85rem;background:#58a6ff14;border:1px solid rgba(88,166,255,.2);color:#c9d1d9}
