.account-created_container__yOz98{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px;background-color:#f5f5f5}.account-created_accountCard__n86YO{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);width:100%;max-width:600px}.account-created_accountCard__n86YO h2{text-align:center;margin-bottom:2rem;color:#333}.account-created_detailsGrid__fh783{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.account-created_detailItem__Ah6Gk{display:flex;flex-direction:column;gap:.5rem}.account-created_detailItem__Ah6Gk label{font-size:.9rem;color:#666;font-weight:500}.account-created_valueContainer__WFoAr{display:flex;align-items:center;gap:1rem;background:#f8f9fa;padding:.75rem;border-radius:6px;border:1px solid #e9ecef}.account-created_valueContainer__WFoAr span{flex:1 1;font-family:monospace;font-size:1rem;color:#333}.account-created_copyButton___oB0m{padding:.5rem 1rem;background:#e9ecef;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background-color .2s}.account-created_copyButton___oB0m:hover{background:#dee2e6}.account-created_actions__vhd_t{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.account-created_copyAllButton__e5znL,.account-created_createButton__Ui5e9{padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s;text-decoration:none;text-align:center}.account-created_copyAllButton__e5znL{background:#0070f3;color:#fff}.account-created_copyAllButton__e5znL:hover{background:#0051a2}.account-created_createButton__Ui5e9{background:#e9ecef;color:#333}.account-created_createButton__Ui5e9:hover{background:#dee2e6}.account-created_noAccount__BWkXr{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.account-created_noAccount__BWkXr h2{margin-bottom:1rem;color:#333}.account-created_noAccount__BWkXr p{margin-bottom:1.5rem;color:#666}@media (max-width:640px){.account-created_accountCard__n86YO{padding:1.5rem}.account-created_actions__vhd_t{flex-direction:column}.account-created_copyAllButton__e5znL,.account-created_createButton__Ui5e9{width:100%}}.account-created_toast__zeUg0{position:fixed;top:20px;right:20px;background-color:#333;color:#fff;padding:12px 24px;border-radius:4px;z-index:1000;animation:account-created_slideIn__W606x .3s ease-out;box-shadow:0 2px 5px rgba(0,0,0,.2)}@keyframes account-created_slideIn__W606x{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}