:root{--background:#ffffff;--foreground:#171717}body,html{max-width:100vw;overflow-x:hidden}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}section{border:1px solid #e0e0e0;border-radius:8px;background-color:#f9f9f9;padding:13px;margin:10px;width:90%;text-align:left}.pages{align-items:center;justify-items:center;text-align:center}button{padding:10px 15px;background-color:white;color:black;border:2px solid black;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin:15px}button:hover{background-color:black;color:white}button:active{background-color:#333;color:white}h1{margin:20px}pre{white-space:pre-wrap;word-wrap:break-word;word-break:break-all}.link-button{background-color:black;color:white;padding:5px 10px;text-decoration:none;border-radius:5px}.link-button:hover{background-color:#333;background-color:white;color:black}.advice{text-align:"center";margin-bottom:10px;line-height:25px}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f0f2f5;color:#333}.page-container{justify-content:center;min-height:100vh;padding:2rem;box-sizing:border-box}.page-container,.welcome-card{display:flex;flex-direction:column;align-items:center}.welcome-card{background:#ffffff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);padding:2.5rem 3rem;max-width:500px;width:100%;text-align:center;gap:1.5rem}.logo{margin-bottom:1rem}.welcome-title{font-size:2rem;font-weight:600;margin:0;color:#1a1a1a}.welcome-subtitle{font-size:1rem;color:#666;margin:-1rem 0 .5rem;line-height:1.5}.action-step{width:100%;flex-direction:column;gap:1rem}.action-step,.terms-agreement{display:flex;align-items:center}.terms-agreement{gap:.5rem;font-size:.875rem;color:#555}.terms-agreement input[type=checkbox]{width:16px;height:16px;cursor:pointer}.link-button{background:none;border:none;color:#0070f3;text-decoration:underline;cursor:pointer;padding:0;font-size:inherit;font-family:inherit}.link-button:hover{color:#005bb5}.cta-button{background-color:#0070f3;color:white;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease-in-out,transform .1s ease;width:100%;max-width:300px}.cta-button:hover:not(:disabled){background-color:#005bb5;transform:translateY(-1px)}.cta-button:disabled{background-color:#a0a0a0;cursor:not-allowed;opacity:.7}.footer{margin-top:2rem;text-align:center;color:#888}.footer a{color:#555;text-decoration:none;font-weight:500}.footer a:hover{text-decoration:underline}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:white;padding:2rem;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.3);max-width:600px;width:90%;max-height:80vh;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:1rem}.modal-header h2{margin:0;font-size:1.5rem}.modal-close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#888;line-height:1}.modal-close-btn:hover{color:#333}.modal-body{overflow-y:auto;flex-grow:1;line-height:1.6}.modal-body h4{margin-top:1.5rem;margin-bottom:.5rem}.modal-footer{border-top:1px solid #eee;padding-top:1rem;margin-top:1rem;text-align:right}.action-step button{width:100%;max-width:300px}.transfer-widget{background:#ffffff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.08);padding:2rem;max-width:420px;width:100%;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1.5rem;margin:2rem auto}.widget-header{text-align:center}.widget-header h3{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 .5rem}.widget-header p{font-size:.95rem;color:#6b7280;margin:0}.widget-form{gap:1.25rem}.input-group,.widget-form{display:flex;flex-direction:column}.input-group{gap:.5rem}.input-group label{font-size:.875rem;font-weight:500;color:#374151}.input-container{position:relative;display:flex;align-items:center}.sol-icon{position:absolute;left:12px;color:#9ca3af}.input-container input{width:100%;padding:12px 12px 12px 40px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;color:#111827;background-color:#f9fafb;transition:border-color .2s,box-shadow .2s}.input-container input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.2)}.input-container input::placeholder{color:#9ca3af}.max-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background-color:#e5e7eb;color:#374151;border:none;border-radius:6px;padding:4px 10px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background-color .2s}.max-button:hover{background-color:#d1d5db}.helper-text{font-size:.8rem;color:#6b7280;margin:0}.submit-button{display:flex;justify-content:center;align-items:center;gap:.5rem;background:linear-gradient(90deg,#6366f1,#a855f7);color:white;border:none;border-radius:8px;padding:14px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.submit-button:hover:not(:disabled){opacity:.9;box-shadow:0 4px 15px rgba(168,85,247,.3)}.submit-button:disabled{background:#9ca3af;cursor:not-allowed}.spinner{animation:rotate 2s linear infinite;width:20px;height:20px}.spinner .path{stroke:#ffffff;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.result-message{padding:1rem;border-radius:8px;font-size:.9rem;display:flex;flex-direction:column;gap:.5rem}.result-message.success{background-color:#dcfce7;border:1px solid #4ade80;color:#15803d}.result-message.error{background-color:#fee2e2;border:1px solid #f87171;color:#b91c1c}.result-message a{color:#1d4ed8;text-decoration:underline;font-weight:500}