@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--primary: #000000;--bg: #ffffff;--bg-surface: #ffffff;--border: rgba(0, 0, 0, .1);--text-primary: #000000;--text-secondary: #666666;--accent-blue: #3b82f6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text-primary);line-height:1.6;overflow-x:hidden}.background-grid{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.3;background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:60px 60px}.gradient-orb{position:fixed;border-radius:50%;filter:blur(100px);opacity:.05;z-index:0;background:radial-gradient(circle,var(--primary) 0%,transparent 70%)}.orb-1{width:600px;height:600px;top:-300px;right:-200px;animation:float 20s ease-in-out infinite}.orb-2{width:500px;height:500px;bottom:-200px;left:-150px;animation:float 25s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}.app-container{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.logo{font-weight:800;font-size:1.25rem;letter-spacing:-.02em}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{text-decoration:none;color:var(--text-secondary);font-weight:500;font-size:.95rem;transition:color .2s}.nav-links a:hover{color:var(--text-primary)}.main-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}.bridge-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:24px;padding:3rem;width:100%;max-width:500px;box-shadow:0 0 60px #0006,0 20px 60px #00000014;transition:transform .3s ease}.bridge-card:hover{transform:translateY(-4px);box-shadow:0 30px 80px #0000001f}.card-header h1{font-size:2rem;font-weight:800;margin-bottom:.5rem;text-align:center;letter-spacing:-.03em}.card-header p{text-align:center;color:var(--text-secondary);margin-bottom:2rem}.input-group{margin-bottom:1.5rem}label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--text-secondary)}.amount-input-container{position:relative}input[type=number],input[type=text]{width:100%;padding:1rem;border-radius:12px;border:1px solid var(--border);font-family:inherit;font-size:1.125rem;background:#fafafa;transition:all .2s}input:focus{outline:none;border-color:var(--black);background:#fff;box-shadow:0 0 0 2px #0000000d}.currency-badge{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-weight:600;color:var(--text-secondary);background:#eee;padding:.25rem .5rem;border-radius:6px;font-size:.875rem}.switch-container{display:flex;justify-content:center;margin:-.5rem 0 1.5rem}.switch-btn{background:#f0f0f0;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:var(--text-secondary)}.switch-btn:hover{background:#e0e0e0;transform:rotate(180deg);color:var(--text-primary)}.action-btn{width:100%;padding:1rem;background:var(--primary);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0000001a}.action-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000026;background:#333}.action-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.wallet-section{display:flex;gap:1rem;margin-bottom:2rem}.wallet-btn{flex:1;padding:.75rem;border-radius:10px;border:1px solid var(--border);background:#fff;font-weight:500;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.wallet-btn:hover{background:#f9f9f9;border-color:#ccc}.wallet-btn.connected{background:#f0fff4;border-color:#86efac;color:#166534}.status-msg{margin-top:1rem;padding:1rem;border-radius:8px;font-size:.9rem;text-align:center}.status-msg.success{background:#f0fff4;color:#166534;border:1px solid #bbf7d0}.status-msg.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.loader{width:20px;height:20px;border:2px solid #ffffff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;justify-content:center;align-items:center}.docs-modal{background:#fff;width:90%;max-width:1100px;height:85vh;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 50px 100px -20px #00000080;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.modal-header-row{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid var(--border);background:#fff}.modal-header-row h3{font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.close-btn{background:#fff;border:1px solid #eee;cursor:pointer;padding:.4rem;border-radius:6px;transition:all .2s;color:var(--text-secondary);display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#f0f0f0;color:var(--text-primary);border-color:#ddd}.modal-body{display:flex;flex:1;overflow:hidden}.docs-sidebar{width:280px;background:#f9fafb;border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1rem 0}.docs-nav{list-style:none;width:100%}.docs-nav li{padding:.85rem 1.5rem;cursor:pointer;display:flex;align-items:center;gap:.75rem;color:#666;font-weight:500;transition:all .2s;font-size:.95rem;border-left:3px solid transparent}.docs-nav li:hover{background:#00000008;color:var(--text-primary)}.docs-nav li.active{background:#eef2f6;color:var(--primary);border-left-color:var(--primary);font-weight:600}.docs-main{flex:1;display:flex;flex-direction:column;background:#fff;overflow:hidden}.content-scroll{padding:3rem 4rem;overflow-y:auto;height:100%}.doc-content h2{font-size:2rem;margin-bottom:1.5rem;font-weight:800;letter-spacing:-.03em}.doc-content h3{font-size:1.4rem;margin-top:2.5rem;margin-bottom:1rem;font-weight:700}.doc-content p{margin-bottom:1.25rem;color:#4b5563;line-height:1.7}.doc-content ul,.doc-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.doc-content li{margin-bottom:.75rem;color:#4b5563}.info-box{background:#f8fafc;border-left:4px solid #3b82f6;padding:1.25rem;border-radius:4px;margin:1.5rem 0;color:#1e293b}.code-block{background:#1e293b;padding:1.25rem;border-radius:8px;margin:1.5rem 0;border:1px solid #334155}.code-block label{color:#94a3b8;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;display:block}.code-block code{color:#38bdf8;font-family:Fira Code,Courier New,monospace;font-size:.9rem;word-break:break-all}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
