@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--color-primary: 59 130 246;--color-secondary: 139 92 246}body{@apply antialiased text-gray-900;}dialog::backdrop{@apply backdrop-blur-sm;}::-webkit-scrollbar{@apply w-2;}::-webkit-scrollbar-track{@apply bg-gray-100;}::-webkit-scrollbar-thumb{@apply bg-gray-300 rounded-full hover:bg-gray-400;}}@layer components{.card{@apply bg-white rounded-xl shadow-sm border border-gray-200 hover:shadow-md transition-shadow duration-200;}.btn{@apply inline-flex items-center justify-center px-4 py-2 rounded-lg font-medium transition-all duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-50 disabled:cursor-not-allowed;}.btn-primary{@apply btn bg-primary-600 text-white hover:bg-primary-700 focus:ring-primary-500;}.btn-secondary{@apply btn bg-gray-100 text-gray-700 hover:bg-gray-200 focus:ring-gray-500;}.btn-outline{@apply btn border border-gray-300 text-gray-700 hover:bg-gray-50 focus:ring-gray-500;}.input{@apply w-full px-3 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent transition duration-200;}.input-error{@apply border-red-500 focus:ring-red-500;}.nav-link{@apply text-gray-600 hover:text-gray-900 hover:bg-gray-50 px-3 py-2 rounded-md text-sm font-medium transition-colors;}.nav-link-active{@apply text-primary-600 bg-primary-50;}.notification{@apply fixed top-4 right-4 z-50 max-w-sm w-full animate-slide-up backdrop-blur-sm;}.notification-success{@apply bg-green-500/90 text-white;}.notification-error{@apply bg-red-500/90 text-white;}}@layer utilities{.container-fluid{@apply w-full px-4 sm:px-6 lg:px-8;}.gradient-primary{@apply bg-gradient-to-r from-primary-500 to-primary-700;}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-up{animation:slideUp .3s ease-out}}body{width:100%;padding:0;margin:0}h1,h2,h3,h4,h5{margin:0}button{border:none;background:transparent}.header_page_app svg{width:2rem}svg{display:inline-block;vertical-align:middle;width:1.5rem}button svg[stroke]{stroke:currentColor}button svg[fill]{fill:currentColor}h1,h2,h3,h4,h5{color:#33363d!important}.main_content{max-width:670px;margin:0 auto}.header_page_app{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.page_indention_app{margin:10px 0}.page_string_app{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding:1.5rem}.test{background:red}.modal_main{background:white;padding:20px;border-radius:8px;box-shadow:0 10px 30px #0003}.modal_main form{display:flex;flex-direction:column;gap:12px}.modal_main label{font-weight:500;color:#374151}.modal_main input,.modal_main select{padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.modal_main input:focus,.modal_main select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.grid_page{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}@media (max-width: 1024px){.grid_page{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.grid_page{grid-template-columns:1fr}}.window_info{background:white;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a}.winow_main_string{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.winow_main_string:last-child{border-bottom:none}.winow_main_string_left{flex:1}.winow_main_string_right{display:flex;align-items:center;gap:8px}.glass_design{background:rgba(255,255,255,.2);border-radius:1rem;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3)}dialog{position:fixed;border:none;padding:0;background:white;min-width:100%;height:100vh;overflow:hidden}.dialog::backdrop{background:white;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog-content{display:flex;flex-direction:column;height:100%}.dialog-header{display:flex;justify-content:center;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.dialog-close{position:fixed;left:15px;background:none;border:none;font-size:24px;line-height:1;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s}.dialog-close:hover{background:#e5e7eb;color:#374151}.dialog-body{padding:24px;flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.dialog-footer{display:flex;justify-content:space-around;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}@media (max-width: 768px){.wrap_main{padding:12px}.grid{grid-template-columns:1fr}}.operations-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.operation-item{display:flex;align-items:center;padding:1rem;border-radius:1rem;transition:all .2s;position:relative;flex-direction:row;flex-wrap:nowrap}.operation-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d;border-color:#d1d5db}.operation-item.withdraw_request{border-left:4px solid #f59e0b}.operation-item.transaction{border-left:4px solid #3b82f6}.operation-icon{margin-right:1rem;flex-shrink:0}.icon-wrapper{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.icon-wrapper.income{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534}.icon-wrapper.expense{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.icon-wrapper.withdraw-request{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.icon-wrapper svg{width:1.5rem;height:1.5rem}.operation-details{flex:1;min-width:0;padding:0 .5rem}.operation-type{font-weight:600;color:#1e293b;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.operation-badge{padding:.25rem .5rem;font-size:.75rem;font-weight:600;border-radius:.375rem;text-transform:uppercase;letter-spacing:.05em}.operation-badge.withdraw-request{background-color:#fef3c7;color:#92400e}.method-name{font-size:.875rem;color:#64748b;font-weight:400}.operation-description{color:#475569;font-size:.875rem;margin-bottom:.25rem;line-height:1.4}.operation-date{font-size:.75rem;color:#94a3b8;display:flex;align-items:center;gap:.25rem}.operation-date svg{width:.875rem;height:.875rem}.status-badge{padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px;display:inline-flex;align-items:center;gap:.25rem}.status-badge.pending{background-color:#fef3c7;color:#92400e}.status-badge.approved{background-color:#dcfce7;color:#166534}.status-badge.rejected{background-color:#fee2e2;color:#991b1b}.status-badge.success{background-color:#dcfce7;color:#166534}.status-badge.hold{background-color:#e0e7ff;color:#3730a3}.status-badge.consideration{background-color:#dbeafe;color:#1e40af}.status-badge.processing{background-color:#f3e8ff;color:#6b21a8}.operation-amount{text-align:right;flex-shrink:0;margin-left:1rem}.operation-amount .amount{font-weight:700;font-size:1.125rem;margin-bottom:.125rem}.operation-amount .income{color:#059669}.operation-amount .expense{color:#dc2626}.operation-amount .currency{font-size:.75rem;color:#64748b;text-transform:uppercase}.operation-additional-details{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.operation-additional-details .detail-row{display:flex;justify-content:space-between;font-size:.75rem;margin-bottom:.25rem}.operation-additional-details .detail-label{color:#64748b}.operation-additional-details .detail-value{color:#1e293b;font-weight:500}.no-operations{text-align:center;padding:3rem;background:white;border:1px solid #e5e7eb;border-radius:1rem;margin:1.5rem 0}.page-container{min-height:100vh}.alert{border-radius:1rem;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3)}.alert-success{background:rgb(40 255 0 / 20%)}.alert-error{background:rgb(255 0 0 / 20%)}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;padding:.75rem 1.5rem;font-weight:600;border-radius:.75rem;border:none;cursor:pointer;text-decoration:none;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a;justify-content:center}.btn-primary{background:white;color:#2563eb}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 8px -1px #00000026;background:#f8fafc}.btn-secondary{background:rgba(255,255,255,.15);color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:rgba(255,255,255,.25);transform:translateY(-1px)}.btn-icon{width:1.25rem;height:1.25rem;margin-right:.5rem}.main-content{max-width:600px;display:block;margin:0 auto;padding:0 1rem}.section-header{margin-bottom:2rem}.section-header h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.section-subtitle{font-size:.875rem;color:#64748b}.slider-dots{display:flex;gap:.5rem}.slider-dot{width:.75rem;height:.75rem;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;padding:0;transition:all .2s;position:relative}.slider-dot:hover{background:#94a3b8;transform:scale(1.1)}.slider-dot.active{background:#3b82f6;transform:scale(1.2)}.slider-dot.main.active{background:#f59e0b}.slider-counter{font-size:.875rem;color:#64748b;font-weight:500}.slider-slide{flex:0 0 100%;width:100%;padding:0;box-sizing:border-box}.account-card{background:white;border:2px solid #e5e7eb;border-radius:1rem;padding:2rem;margin:0;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s;min-height:300px;display:flex;flex-direction:column}.account-card.main-account{border-color:#fbbf24;background:linear-gradient(to bottom right,#fff7ed,#ffedd5)}.account-card:hover{box-shadow:0 10px 25px -5px #0000001a}.main-account-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:linear-gradient(to right,#fbbf24,#f59e0b);color:#fff;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;width:fit-content}.badge-icon{width:1rem;height:1rem}.account-card-header{margin-bottom:1.5rem}.account-card-header h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .75rem}.account-card-info{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.account-number{font-size:.875rem;font-family:Monaco,Consolas,monospace;padding:.25rem .5rem;border-bottom:1px solid black}.account-status{padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.account-status.active{background-color:#dcfce7;color:#166534}.account-status.inactive{background-color:#fee2e2;color:#991b1b}.account-type-badge{padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em;background-color:#dbeafe;color:#1e40af}.account-card-balance{margin-bottom:1.5rem;flex-grow:1}.account-card-currency{font-size:1rem;color:#475569;font-weight:500;padding:1rem 0;border-top:1px solid #f1f5f9}.empty-state{text-align:center;padding:3rem;background:white;border:1px solid #e5e7eb;border-radius:1rem;margin:2rem 0}.empty-icon{width:4rem;height:4rem;color:#cbd5e1;margin:0 auto 1rem;opacity:.5}.empty-state h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.empty-state p{color:#64748b;margin-bottom:1.5rem}.transactions-section{padding:1.5rem;margin-bottom:2rem}.transactions-section .section-header{margin-bottom:1.5rem}.transactions-section .section-header h3{font-size:1.25rem;font-weight:600;margin:0}.no-operations{text-align:center;padding:3rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:1rem}.no-operations-icon{width:4rem;height:4rem;color:#cbd5e1;margin:0 auto 1rem;opacity:.5}.no-operations p{color:#64748b;margin-bottom:1.5rem}.btn-outline{display:inline-flex;align-items:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:#475569;background:white;border:1px solid #d1d5db;border-radius:.5rem;text-decoration:none;transition:all .2s}.btn-outline:hover{background:#f8fafc;border-color:#9ca3af}.rules-section{background:white;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;margin:1rem}.rules-content h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.rules-content p{color:#64748b;margin:0}.validation-errors{background:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin:1rem}.error-message{color:#991b1b}.error-message ul{margin:.5rem 0 0;padding-left:1.5rem}.error-message li{margin-bottom:.25rem}@media (max-width: 768px){.account-card{padding:1.5rem}.operation-details{width:100%}}@media (max-width: 640px){.account-card-info{flex-direction:column;align-items:flex-start;gap:.5rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-menu{animation:fadeIn .2s ease-out}.router-link-active{position:relative}.router-link-active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:#3b82f6}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:white;z-index:1000;transform:translate(-100%);transition:transform .3s ease-out}.mobile-menu.open{transform:translate(0)}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999;opacity:0;visibility:hidden;transition:all .3s}.overlay.visible{opacity:1;visibility:visible}.loading-spinner{border:3px solid #f3f3f3;border-top:3px solid #3b82f6;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:3rem 1rem}.empty-state-icon{width:64px;height:64px;color:#cbd5e1;margin-bottom:1rem}.empty-state-title{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.5rem}.empty-state-description{color:#6b7280;margin-bottom:1.5rem}@keyframes fadeInOut{0%{opacity:0;transform:translateY(10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.copy-notification{animation:fadeInOut 3s ease}.account-metadata{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.metadata-section h4{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem}.metadata-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:.5rem}@media (min-width: 640px){.metadata-grid{grid-template-columns:repeat(2,1fr)}}.metadata-item{display:flex;flex-direction:column;gap:.25rem}.metadata-label{font-size:.75rem;color:#6b7280;font-weight:500}.metadata-value{font-size:.875rem;color:#111827;font-weight:500;font-family:Courier New,monospace;background:#f9fafb;padding:.25rem .5rem;border-radius:.25rem;border:1px solid #e5e7eb;word-break:break-all}.metadata-actions{margin-top:1rem;display:flex;justify-content:flex-end}.copy-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;color:#4f46e5;background:transparent;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;transition:all .2s}.copy-btn:hover{background:#f3f4f6;border-color:#d1d5db}.copy-icon{width:1rem;height:1rem}.main-account .account-metadata{border-top-color:#6366f133}.main-account .metadata-value{background:rgba(99,102,241,.05);border-color:#6366f133}.account-metadata-compact{margin-top:1rem;background:#f9fafb;border-radius:.5rem;padding:.75rem;border:1px solid #e5e7eb}.compact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;position:relative}.compact-item:last-child{margin-bottom:0}.compact-label{font-size:.75rem;color:#6b7280;min-width:70px;flex-shrink:0}.compact-value{flex:1;font-size:.875rem;color:#111827;font-family:Courier New,monospace,system-ui;word-break:break-all;padding-right:28px}.compact-copy-btn{right:0;padding:.25rem;border:none;background:transparent;color:#fff;cursor:pointer;border-radius:.25rem;display:flex;align-items:center;justify-content:center}.compact-copy-btn:hover{background:#e5e7eb;color:#374151}.copy-icon{width:14px;height:14px}.copy-notification{position:fixed;bottom:20px;right:20px;background:#10b981;color:#fff;padding:.75rem 1rem;border-radius:.375rem;z-index:9999;font-size:.875rem;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-width:350px}.copy-notification.success{background:#10b981}.copy-notification.error{background:#ef4444}.notification-icon{width:16px;height:16px;flex-shrink:0}.notification-close{margin-left:auto;padding:.25rem;border:none;background:transparent;color:currentColor;cursor:pointer;opacity:.7;border-radius:.25rem;display:flex;align-items:center;justify-content:center}.notification-close:hover{opacity:1;background:rgba(255,255,255,.1)}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease,transform .3s ease}.fade-enter-from,.fade-leave-to{opacity:0;transform:translateY(10px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1000}.glass_design_pop{background:rgba(255,255,255,.5);border-radius:1rem;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.modal-content{border-radius:.75rem;width:90%;max-width:500px;min-height:100vh;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start}.modal-content::-webkit-scrollbar{display:none}.modal-header{display:flex;justify-content:space-between;align-items:center;height:10vh}.modal-header h3{font-size:1.25rem;font-weight:600;color:#374151;margin:0}.modal-content form,.modal-body{height:80vh;display:flex;flex-direction:column}.form-actions{display:flex;gap:.75rem;margin-top:auto;margin-bottom:2rem;z-index:9999}.form-group select,.form-group input[type=text],.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s;box-sizing:border-box}.form-group select.has-error,.form-group input[type=text].has-error,.form-group textarea.has-error{border-color:#dc2626;box-shadow:0 0 0 1px #dc262633}.form-group select:focus,.form-group input[type=text]:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical}.amount-input-container input{width:100%;padding:.75rem 3rem .75rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1.125rem;font-weight:500;color:#1e293b;box-sizing:border-box}.amount-input-container input.has-error{border-color:#dc2626;box-shadow:0 0 0 1px #dc262633}.amount-input-container input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.close-button{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.close-button:hover{color:#374151}form{padding:1.5rem}.form-group input,.form-group select{width:100%;padding:.625rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;ring:4px rgba(59,130,246,.1)}.hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.cancel-button{padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:#6b7280;background:white;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer}.cancel-button:hover{background:#f9fafb}.modal-form{padding:3.5rem 0 1.5rem}.account-info{border-radius:.5rem;padding:.75rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(255,255,255,.2);border-radius:1rem}.account-name{font-weight:500;color:#1e293b;margin-bottom:.25rem}.account-details{display:flex;flex-direction:column;gap:.25rem}.account-number{font-family:Monaco,Consolas,monospace;font-size:.875rem;color:#64748b}.account-balance{font-size:.875rem;color:#059669;font-weight:500}.amount-input{position:relative;display:flex;align-items:center}.amount-input input{flex:1;padding:.75rem 3rem .75rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1.125rem;font-weight:500;color:#1e293b}.amount-input input.has-error{border-color:#dc2626;box-shadow:0 0 0 1px #dc262633}.amount-input input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.amount-input .currency{position:absolute;right:.75rem;font-size:.875rem;font-weight:500;color:#64748b}.withdrawal-summary{padding:.75rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e5e7eb}.summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;color:#64748b}.summary-row.total{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e5e7eb;font-weight:600;color:#1e293b}.btn-primary,.btn-secondary{flex:1;padding:.75rem;font-weight:500;border-radius:.5rem;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:white;color:#475569;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background:#f8fafc}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.modal-content{margin:1rem;max-height:85vh}}.close-button{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:.375rem;color:#64748b;transition:all .2s}.close-button:hover{background:#f1f5f9;color:#475569}.close-button svg{width:1.5rem;height:1.5rem}.validation-errors{background:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.error-item{color:#dc2626;font-size:.875rem;margin-bottom:.25rem}.error-item:last-child{margin-bottom:0}.prefilled-account{border-radius:.5rem;padding:.75rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(255,255,255,.2);border-radius:1rem}.prefilled-account .account-info{display:flex;flex-direction:column;gap:.25rem}.prefilled-account .account-details{display:flex;justify-content:space-between;font-size:.875rem;color:#64748b}.amount-input-container{position:relative}.currency-display{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.875rem;font-weight:500;color:#64748b}.amount-hint{display:flex;gap:.5rem;margin-top:.5rem}.percentage-btn{padding:.25rem .5rem;font-size:.75rem;color:#3b82f6;background:white;border:1px solid #dbeafe;border-radius:.375rem;cursor:pointer;transition:all .2s}.percentage-btn:hover{background:#dbeafe}.conversion-info{background:#f0f9ff;border:1px solid #bae6fd;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.conversion-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.conversion-row:last-child{margin-bottom:0}.conversion-row span:first-child{color:#475569;font-size:.875rem}.conversion-row span:last-child{color:#1e293b;font-size:.875rem}@keyframes move{to{transform:translateZ(1px) rotate(360deg)}}.background{position:fixed;width:100vw;height:100vh;top:0;left:0;background:#d2d6d5;overflow:hidden;z-index:-999}.ball{position:absolute;width:20vmin;height:20vmin;border-radius:50%;backface-visibility:hidden;animation:move linear infinite}.ball:nth-child(odd){color:#3b47c4}.ball:nth-child(2n){color:#1a237e}.ball:nth-child(1){top:77%;left:88%;animation-duration:40s;animation-delay:-3s;transform-origin:16vw -2vh;box-shadow:40vmin 0 5.703076368487546vmin currentColor}.ball:nth-child(2){top:42%;left:2%;animation-duration:53s;animation-delay:-29s;transform-origin:-19vw 21vh;box-shadow:-40vmin 0 5.17594621519026vmin currentColor}.ball:nth-child(3){top:28%;left:18%;animation-duration:49s;animation-delay:-8s;transform-origin:-22vw 3vh;box-shadow:40vmin 0 5.248179047256236vmin currentColor}.ball:nth-child(4){top:50%;left:79%;animation-duration:26s;animation-delay:-21s;transform-origin:-17vw -6vh;box-shadow:40vmin 0 5.279749632220298vmin currentColor}.ball:nth-child(5){top:46%;left:15%;animation-duration:36s;animation-delay:-40s;transform-origin:4vw 0vh;box-shadow:-40vmin 0 5.964309466052033vmin currentColor}.ball:nth-child(6){top:77%;left:16%;animation-duration:31s;animation-delay:-10s;transform-origin:18vw 4vh;box-shadow:40vmin 0 5.178483653434181vmin currentColor}.ball:nth-child(7){top:22%;left:17%;animation-duration:55s;animation-delay:-6s;transform-origin:1vw -23vh;box-shadow:-40vmin 0 5.703026794398318vmin currentColor}.ball:nth-child(8){top:41%;left:47%;animation-duration:43s;animation-delay:-28s;transform-origin:25vw -3vh;box-shadow:40vmin 0 5.196265905749415vmin currentColor}.rule-info{font-size:.875rem;color:#6b7280;margin-top:.25rem;display:flex;align-items:center}.info-icon{width:1rem;height:1rem;margin-right:.5rem}.close-button{color:#6b7280;background:none;border:none;cursor:pointer;padding:.25rem}.close-icon{width:1.25rem;height:1.25rem}.create-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.input-hint{font-size:.75rem;color:#6b7280;margin-bottom:.5rem}.form-group input[type=text]{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;color:#111827}.error-message{font-size:.75rem;color:#dc2626;margin-top:.5rem}.currency-hint{color:#6b7280;margin-bottom:.5rem;padding:.25rem .5rem}.currency-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.currency-button{padding:.75rem .5rem;border:2px solid #e5e7eb;border-radius:.5rem;background:white;cursor:pointer;text-align:center;transition:all .2s}.currency-button:hover{border-color:#93c5fd;background:#f0f9ff}.currency-button.selected{border-color:#3b82f6;background:#eff6ff}.currency-code{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}.currency-name{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.currency-rate{font-size:.75rem;color:#059669;margin-top:.25rem}.fee-warning{background:#fef3c7;border:1px solid #f59e0b;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.fee-header{display:flex;align-items:center;margin-bottom:.5rem}.warning-icon{width:1.25rem;height:1.25rem;color:#f59e0b;margin-right:.5rem}.fee-header span{font-weight:500;color:#92400e}.fee-amount{font-size:1.125rem;font-weight:600;color:#92400e}.fee-note{font-size:.875rem;color:#92400e;margin-top:.25rem}.cancel-button{padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:#374151;background:white;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer}.submit-button{padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:#fff;background:#2563eb;border:none;border-radius:.5rem;cursor:pointer}.submit-button:hover:not(:disabled){background:#1d4ed8}.submit-button:disabled{opacity:.5;cursor:not-allowed}
