*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#fff;color:#000;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#3690ff;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}.header{text-align:center;font-size:1.5rem;font-weight:600;color:#000;margin-bottom:2rem;padding:1rem 0}.copy-button{background-color:#3690ff;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.copy-button:hover{background-color:#2a7ae6}.copy-button:active{background-color:#1f6ad3}.account-card{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#f8f9fa;border-radius:8px;margin-bottom:.75rem}.account-info{display:flex;flex-direction:column;gap:.25rem}.bank-name{font-weight:600;font-size:.875rem;color:#000}.account-number{font-size:1rem;color:#333;font-family:SF Mono,Monaco,Inconsolata,monospace}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background-color:#000;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;animation:fadeInUp .3s ease;z-index:1000}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.account-list{display:flex;flex-direction:column;gap:0}.footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e5e5;text-align:center}.terms-text{font-size:.75rem;color:#666;line-height:1.5;margin-bottom:1rem}.terms-link{color:#3690ff;text-decoration:none}.terms-link:hover{text-decoration:underline}.account-holder{font-size:.75rem;color:#999;font-weight:500}.terms-content{max-width:100%;padding-bottom:2rem}.terms-intro{margin-bottom:2rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;border-left:4px solid #3690ff}.terms-intro p{font-size:.875rem;color:#333;line-height:1.6}.terms-section{margin-bottom:2rem}.terms-section h2{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #e5e5e5}.terms-section h3{font-size:1rem;font-weight:600;color:#333;margin-top:1.25rem;margin-bottom:.5rem}.terms-section p{font-size:.875rem;color:#444;line-height:1.7;margin-bottom:.75rem;text-align:justify}.terms-section a{color:#3690ff;text-decoration:none}.terms-section a:hover{text-decoration:underline}.back-link{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e5e5;text-align:center}.back-link a{display:inline-block;color:#3690ff;font-size:.875rem;font-weight:500;text-decoration:none;padding:.75rem 1.5rem;border:1px solid #3690ff;border-radius:8px;transition:all .2s ease}.back-link a:hover{background-color:#3690ff;color:#fff;text-decoration:none}@media(min-width:480px){.terms-section h2{font-size:1.25rem}.terms-section h3{font-size:1.0625rem}.terms-section p{font-size:.9375rem}}.app-container{max-width:480px;margin:0 auto;padding:2rem 1rem;min-height:100vh;background-color:#fff}@media(min-width:480px){.app-container{padding:2rem}}
