.app{min-height:100vh;background:#fff;display:flex;flex-direction:column}.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0}.header-content{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header h1{font-family:Cal Sans,sans-serif;font-size:2rem;color:#0a1f2d;font-weight:400}.container{flex:1;max-width:1280px;margin:0 auto;padding:2rem;width:100%;box-sizing:border-box}.hero-section{padding:2rem;margin-bottom:2rem;background:#f9fafb;border-radius:12px}.hero-section .hero-text h2{font-family:Cal Sans,sans-serif;font-size:2.25rem;color:#0a1f2d;margin-bottom:.5rem;font-weight:400;display:flex;align-items:center;gap:.5rem}.bera-token-icon{height:2rem;width:auto;vertical-align:middle}.hero-section .hero-text p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.tabs{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.tabs button{padding:1rem 2rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#4b5563;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.tabs button:hover{background:#f9fafb;border-color:#ff233b;color:#ff233b}.tabs button.active{background:#ff233b;border-color:#ff233b;color:#fff}.content{background:#fff;padding:0;min-height:400px}.connect-prompt{text-align:center;padding:4rem 2rem}.connect-prompt h2{font-family:Cal Sans,sans-serif;font-size:2rem;margin-bottom:1rem;color:#0a1f2d}.connect-prompt p{font-size:1.1rem;color:#6b7280}.card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.card h3{font-family:Cal Sans,sans-serif;font-size:1.3rem;margin-bottom:1rem;color:#0a1f2d;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.stat{background:#fff;border:1px solid #e5e7eb;padding:1rem;border-radius:6px}.stat-label{font-size:.85rem;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase}.stat-value{font-family:Cal Sans,sans-serif;font-size:1.5rem;font-weight:400;color:#ff233b}.form{display:flex;flex-direction:column;gap:1rem;max-width:600px}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#0a1f2d}.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#0a1f2d;font-family:inherit;font-size:1rem;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#ff233b;box-shadow:0 0 0 3px #ff233b1a}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}button{padding:.75rem 1.5rem;border:none;border-radius:6px;background:#ff233b;color:#fff;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}button:hover{background:#e61e34;transform:translateY(-1px)}button:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;transform:none}.error{background:#fef2f2;border:1px solid #fecaca;padding:1rem;border-radius:6px;color:#dc2626;margin-bottom:1rem}.success{background:#f0fdf4;border:1px solid #bbf7d0;padding:1rem;border-radius:6px;color:#16a34a;margin-bottom:1rem}.warning{background:#fffbeb;border:1px solid #fde68a;padding:1rem;border-radius:6px;color:#d97706;margin-bottom:1rem}.loading{text-align:center;padding:2rem;font-size:1.1rem;color:#6b7280}.actions{display:flex;gap:1rem;flex-wrap:wrap}.address{font-family:Courier New,monospace;background:#f3f4f6;padding:.5rem;border-radius:4px;font-size:.9rem;word-break:break-all;color:#374151}table{width:100%;border-collapse:collapse;margin-top:1rem}table th,table td{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}table th{color:#6b7280;font-weight:600;text-transform:uppercase;font-size:.85rem}table tr:hover{background:#f9fafb}table input[type=checkbox]{cursor:pointer;width:18px;height:18px}table a{color:#ff233b;text-decoration:none}table a:hover{text-decoration:underline}.footer{background:#011219;color:#fff;margin-top:4rem}.footer-content{max-width:1280px;margin:0 auto;padding:3rem 2rem 2rem}.footer-top{display:grid;grid-template-columns:1.5fr 2fr auto;gap:3rem;padding-bottom:2rem;border-bottom:1px solid #1e3a4a}.footer-brand{max-width:300px}.footer-logo{height:2rem;margin-bottom:1rem}.footer-brand p{font-size:.9rem;color:#9ca3af;line-height:1.6;margin:0}.footer-links{display:flex;gap:4rem}.footer-links-column{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#e5e7eb;text-decoration:none;font-size:.95rem;transition:color .2s}.footer-links a:hover{color:#ff233b}.footer-links a em{font-style:italic}.footer-cta{display:flex;align-items:flex-start}.footer-contact-btn{display:inline-block;padding:.75rem 1.5rem;background:#ff233b;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:.95rem;transition:background .2s}.footer-contact-btn:hover{background:#e61e34}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem}.footer-copyright{display:flex;align-items:center;gap:1.5rem;font-size:.85rem;color:#9ca3af}.footer-copyright a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-copyright a:hover{color:#fff}.footer-social{display:flex;gap:1rem}.footer-social a{color:#9ca3af;transition:color .2s}.footer-social a:hover{color:#fff}@media(max-width:768px){.footer-top{grid-template-columns:1fr;gap:2rem}.footer-links{flex-direction:column;gap:1.5rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer-copyright{flex-direction:column;gap:.5rem}}
