*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;flex-direction:column;min-height:100vh}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;padding:1.5rem 0}.header-container{margin:0 auto;max-width:1200px;padding:0 2rem;text-align:center}.site-title{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.site-subtitle{color:#718096;font-size:1.1rem;font-weight:500}.header-main{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;position:relative}.header-title{text-align:center}.newsletter-section{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem;position:absolute;right:0}.newsletter-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 4px 15px #667eea33;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.newsletter-btn:hover{box-shadow:0 6px 20px #667eea4d;transform:translateY(-2px)}.newsletter-form{align-items:center;background:#ffffffe6;border:2px solid #e2e8f0;border-radius:25px;display:flex;gap:.5rem;padding:.25rem;transition:all .3s ease}.newsletter-form:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.newsletter-input{background:#0000;border:none;color:#2d3748;font-size:.9rem;outline:none;padding:.5rem 1rem;width:200px}.newsletter-input::placeholder{color:#a0aec0}.newsletter-submit{align-items:center;background:#48bb78;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.9rem;height:32px;justify-content:center;transition:all .2s ease;width:32px}.newsletter-submit:hover:not(:disabled){background:#38a169;transform:scale(1.05)}.newsletter-submit:disabled{cursor:not-allowed;opacity:.6}.newsletter-cancel{align-items:center;background:#f56565;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.8rem;height:32px;justify-content:center;transition:all .2s ease;width:32px}.newsletter-cancel:hover{background:#e53e3e;transform:scale(1.05)}.newsletter-error{background:#fed7d7;border:1px solid #feb2b2;border-radius:8px;color:#e53e3e;font-size:.85rem;padding:.5rem 1rem}.success-popup{animation:slideInRight .3s ease-out;position:fixed;right:20px;top:20px;z-index:1000}.success-popup-content{align-items:center;background:linear-gradient(135deg,#48bb78,#38a169);border-radius:12px;box-shadow:0 10px 25px #48bb784d;color:#fff;display:flex;font-size:.95rem;font-weight:600;gap:.75rem;padding:1rem 1.5rem}.success-icon{font-size:1.2rem}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.header-main{flex-direction:column;text-align:center}.newsletter-section{align-items:center}.newsletter-input{width:180px}.success-popup{left:10px;right:10px;top:10px}}.navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-bottom:1px solid #fff3;padding:1rem 0}.nav-container{display:flex;gap:1rem;justify-content:center;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-button{align-items:center;background:#0000;border:2px solid #0000;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;min-width:80px;padding:.75rem 1.5rem;transition:all .3s ease}.nav-button:hover{background:#667eea1a;border-color:#667eea4d;transform:translateY(-2px)}.nav-button.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#ffffff4d;color:#fff}.nav-icon{font-size:1.5rem;margin-bottom:.25rem}.nav-label{font-size:.9rem;font-weight:600}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.content-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:2rem}.section-header{margin-bottom:2rem;text-align:center}.section-header h2{color:#2d3748;font-size:2rem;font-weight:700}.section-content{width:100%}.content-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.content-card{background:#fffc;border:1px solid #fff3;border-radius:15px;box-shadow:0 5px 20px #00000014;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.content-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.content-card h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.content-card p{color:#4a5568;font-size:.95rem;line-height:1.6}.chess-game-container iframe{border:none;border-radius:8px;height:100%;width:100%}.chess-game-card{position:relative}.chess-card-header{margin-bottom:1rem}.chess-card-header h3{margin-bottom:.5rem}.game-info{color:#666;font-size:.85rem;font-style:italic;margin:0}.chess-card-footer{margin-top:1rem;text-align:center}.view-on-lichess{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;color:#fff;display:inline-block;font-size:.85rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.view-on-lichess:hover{box-shadow:0 4px 12px #667eea66;color:#fff;transform:translateY(-2px)}.error-container,.loading-container,.no-games-container{color:#666;padding:2rem;text-align:center}.retry-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem;transition:transform .2s ease,box-shadow .2s ease}.retry-button:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.section-subtitle{color:#718096;font-size:.95rem;font-weight:400;margin:.5rem 0 0}.live-indicator{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#dc2626e6;border-radius:4px;font-size:.7rem;gap:.25rem;padding:.25rem .5rem;right:10px;top:10px}.live-dot{animation:pulse 2s infinite}.game-status{color:#4a5568;font-size:.8rem;font-weight:500;margin:.25rem 0}.last-update{color:#a0aec0;font-size:.75rem;margin:.25rem 0 0}.chess-game-container{align-items:center;background:#f7fafc;border-radius:8px;display:flex;height:400px;justify-content:center;overflow:hidden;position:relative;width:100%}.footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-top:1px solid #fff3;margin-top:2rem;padding:1.5rem 0}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem;text-align:center}.footer p{color:#718096;font-size:.9rem;margin:.25rem 0}@media (max-width:768px){.footer-container,.header-container,.main-content,.nav-container{padding:0 1rem}.site-title{font-size:2rem}.nav-container{flex-wrap:wrap;justify-content:center}.nav-button{min-width:70px;padding:.5rem 1rem}.content-grid{grid-template-columns:1fr}.main-content{padding:1rem}.content-section{padding:1.5rem}}@media (max-width:480px){.site-title{font-size:1.5rem}.nav-icon{font-size:1.25rem}.nav-label{font-size:.8rem}.content-card{padding:1rem}}.metrics{display:flex;flex-direction:column;gap:.75rem}.metric-item{align-items:center;border-bottom:1px solid #0000001a;display:flex;justify-content:space-between;padding:.5rem 0}.metric-item:last-child{border-bottom:none}.metric-label{color:#4a5568;font-weight:500}.metric-value{color:#2d3748;font-family:Courier New,monospace;font-weight:600}.loading{color:#718096;font-style:italic;padding:2rem;text-align:center}.error-message{background:#fed7d7;border-radius:8px;color:#c53030;margin-bottom:1rem;padding:1rem;text-align:center}.crypto-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,325px));justify-content:center}.wallet-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:1.5rem;transition:all .3s ease}.wallet-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-4px)}.wallet-agent-name{color:#2d3748;font-size:1.4rem;font-weight:700;margin:0}.wallet-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.explorer-btn-inline{background:#48bb781a;border:1px solid #48bb784d;border-radius:6px;color:#38a169;font-size:.8rem;font-weight:600;padding:.4rem .8rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}.explorer-btn-inline:hover{background:#48bb7833;border-color:#48bb7880;transform:translateY(-1px)}.wallet-address{background:#667eea1a;border:1px solid #667eea33;border-radius:8px;cursor:pointer;font-family:Monaco,Menlo,Ubuntu Mono,monospace;margin-bottom:1rem;padding:.75rem;transition:all .2s ease}.wallet-address:hover{background:#667eea26;border-color:#667eea4d}.address-label{color:#718096;display:block;font-size:.8rem;margin-bottom:.25rem}.address-value{color:#4a5568;font-size:.9rem;font-weight:600}.wallet-summary{margin-bottom:1.5rem}.total-value{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;justify-content:space-between;padding:1rem}.value-label{font-size:.9rem;opacity:.9}.value-amount{font-size:1.3rem;font-weight:700}.holdings-section,.transactions-section{margin-bottom:1.5rem}.holdings-section h4,.transactions-section h4{border-bottom:1px solid #e2e8f0;color:#2d3748;font-size:1rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.25rem}.holdings-list,.transactions-list{display:flex;flex-direction:column;gap:.5rem}.holding-item,.transaction-item{align-items:center;background:#f7fafccc;border:1px solid #e2e8f099;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem;transition:all .2s ease}.holding-item:hover,.transaction-item:hover{background:#edf2f7;border-color:#cbd5e0cc}.transaction-item{align-items:normal;display:flex;flex-direction:column;justify-content:normal}.transaction-header{align-items:center;margin-bottom:.5rem}.transaction-details,.transaction-header{display:flex;justify-content:space-between}.transaction-details{align-items:flex-end}.holding-info,.transaction-info,.transaction-left{display:flex;flex-direction:column;gap:.25rem}.holding-info,.transaction-info{flex:1 1}.transaction-time{text-align:right}.confirmation-status{border-radius:4px;font-size:.75rem;font-weight:600;padding:.25rem .5rem;white-space:nowrap}.confirmation-status.finalized{background:#48bb781a;border:1px solid #48bb784d;color:#38a169}.confirmation-status.pending{background:#ed89361a;border:1px solid #ed89364d;color:#dd6b20}.program-used{color:#a0aec0;font-size:.75rem;font-style:italic}.holding-symbol,.transaction-type{color:#2d3748;font-size:.9rem;font-weight:600}.holding-amount,.transaction-amount{color:#718096;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem}.holding-value{color:#48bb78;font-size:.9rem;font-weight:600}.transaction-type.received{color:#48bb78}.transaction-type.sent{color:#f56565}.transaction-type.failed{color:#e53e3e}.transaction-type.other{color:#718096}.transaction-time{color:#a0aec0;font-size:.8rem}.refresh-btn{background:#0000;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.refresh-btn:hover:not(:disabled){background:#667eea;color:#fff;transform:translateY(-1px)}.refresh-btn:disabled{cursor:not-allowed;opacity:.5}.no-holdings,.no-transactions{color:#a0aec0;font-style:italic;padding:1rem;text-align:center}.loading-spinner{align-items:center;color:#718096;display:flex;font-size:1.1rem;justify-content:center;padding:3rem}@media (max-width:768px){.crypto-grid{grid-template-columns:1fr}.wallet-card{padding:1rem}.total-value{flex-direction:column;gap:.5rem;text-align:center}.holding-item,.transaction-item{padding:.5rem}.wallet-header{align-items:flex-start;flex-direction:column;gap:.5rem}.explorer-btn-inline{align-self:flex-end}.transaction-details{align-items:flex-start;flex-direction:column;gap:.5rem}.transaction-time{align-self:flex-end}}.system-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.agent-section{min-height:500px}.agent-header{display:flex;flex-direction:column;margin-bottom:1rem}.agent-header h3{margin:0 0 .5rem}.heartbeat-status,.response-time-status{font-size:.85rem;font-weight:500;margin-bottom:.5rem}.response-time-status{color:#4a5568}.current-metrics{background:#f7fafc;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.metric-summary{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-around}.metric-summary span{color:#2d3748;font-family:Courier New,monospace;font-size:.9rem;font-weight:600}.chart-container{display:flex;flex-direction:column;gap:1.5rem}.chart-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.chart-section h4{color:#4a5568;font-size:.9rem;font-weight:600;margin:0 0 .5rem;text-align:center}.no-data{color:#718096;font-style:italic;padding:2rem;text-align:center}@media (max-width:1200px){.system-grid{grid-template-columns:1fr}}@media (max-width:768px){.system-grid{gap:1rem;grid-template-columns:1fr}.agent-section{min-height:auto}.metric-summary{flex-direction:column;text-align:center}.chart-container{gap:1rem}}.status-updates-container{width:100%}.status-updates-container h3{color:#2d3748;font-size:1.25rem;margin:0 0 1rem}.status-updates-scroll{background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-height:600px;overflow-y:auto}.status-update-item{border-bottom:1px solid #e2e8f0;padding:1rem;transition:background-color .2s}.status-update-item:last-child{border-bottom:none}.status-update-item:hover{background-color:#f7fafc}.status-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.agent-badge{border-radius:1rem;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize}.status-timestamp{color:#718096;font-size:.75rem;font-weight:500}.status-text{color:#4a5568;font-size:.9rem;line-height:1.5}.status-updates-scroll::-webkit-scrollbar{width:6px}.status-updates-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.status-updates-scroll::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.status-updates-scroll::-webkit-scrollbar-thumb:hover{background:#a0aec0}.chess-board-container{height:300px;margin:0 auto;width:300px}.chess-board-visual{align-items:center;box-shadow:0 4px 12px #00000026;display:flex;height:100%;justify-content:center;overflow:stretch;position:relative;width:100%}.chess-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(8,35px);grid-template-rows:repeat(8,35px);height:280px;margin:auto;width:280px}.chess-square{align-items:center;box-sizing:border-box;display:flex;font-size:26px;height:35px;justify-content:center;position:relative;transition:background-color .2s;width:35px}.chess-square.light{background-color:#f0d9b5}.chess-square.dark{background-color:#b58863}.chess-piece{display:block;font-size:28px;line-height:1;pointer-events:none;text-align:center;text-shadow:1px 1px 2px #0000004d;-webkit-user-select:none;user-select:none}.moves-info{display:flex;flex-direction:column;gap:4px;margin-top:8px;text-align:center}.current-turn,.move-count{background:#000000b3;border-radius:12px;color:#fff;font-size:12px;font-weight:500;padding:4px 8px}.current-turn{background:#3498dbcc}.check-indicator{animation:pulse-check 1s infinite;background:#e74c3ce6}.check-indicator,.checkmate-indicator{border-radius:12px;color:#fff;font-size:12px;font-weight:700;padding:4px 8px}.checkmate-indicator{animation:pulse-checkmate 1.5s infinite;background:#c0392be6}@keyframes pulse-check{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes pulse-checkmate{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.chess-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s}.chess-board-visual:hover .chess-overlay{opacity:1}.play-button{align-items:center;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:25px;box-shadow:0 4px 8px #0003;color:#fff;display:inline-flex;font-size:14px;font-weight:600;gap:6px;padding:12px 20px;text-decoration:none;transition:transform .2s,box-shadow .2s}.play-button:hover{box-shadow:0 6px 12px #0000004d;color:#fff;text-decoration:none;transform:translateY(-2px)}.chess-board-placeholder{align-items:center;aspect-ratio:1;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);border:3px solid #ccc;border-radius:8px;display:flex;justify-content:center;width:100%}.loading-spinner{animation:pulse 1.5s infinite;color:#666;font-size:16px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.game-details{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;margin-top:16px;padding:16px}.players{gap:8px;justify-content:space-between;margin-bottom:12px}.player,.players{align-items:center;display:flex}.player{flex:1 1;gap:6px;min-width:0}.vs{color:#ff6b6b;flex-shrink:0;font-size:12px;font-weight:700}.color-indicator{flex-shrink:0;font-size:14px}.player .name{truncate:ellipsis;font-size:14px;font-weight:600;overflow:hidden;white-space:nowrap}.player .rating{flex-shrink:0;font-size:12px;opacity:.8}.game-meta{align-items:center;display:flex;font-size:13px;gap:8px;justify-content:center;margin-bottom:8px;opacity:.9}.separator{opacity:.6}.time-control{font-weight:500}.game-status{font-weight:600}.move-count{border-top:1px solid #fff3;font-size:12px;opacity:.8;padding-top:8px;text-align:center}.live-indicator{align-items:center;background:linear-gradient(135deg,#f44,#f66);border-radius:12px;box-shadow:0 2px 4px #0003;color:#fff;display:flex;font-size:.8em;font-weight:700;gap:4px;padding:4px 8px;position:absolute;right:8px;top:8px;z-index:10}.live-dot{animation:pulse-dot 2s infinite;background:#fff;border-radius:50%;height:6px;width:6px}@keyframes pulse-dot{0%{box-shadow:0 0 0 0 #ffffffb3;transform:scale(.95)}70%{box-shadow:0 0 0 6px #fff0;transform:scale(1)}to{box-shadow:0 0 0 0 #fff0;transform:scale(.95)}}@media (max-width:768px){.chess-board-container{max-width:300px}.players{flex-direction:column;gap:6px}.vs{order:1}.player{justify-content:center}}
/*# sourceMappingURL=main.d842195c.css.map*/