@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:#333;background:#f5f5f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}input,textarea,select{-webkit-user-select:text;user-select:text}body.has-bottom-nav{padding-bottom:70px}body.has-bottom-nav .dashboard,body.has-bottom-nav .banks-list,body.has-bottom-nav .bank-create,body.has-bottom-nav .bank-edit,body.has-bottom-nav .regions-list,body.has-bottom-nav .region-create,body.has-bottom-nav .region-edit,body.has-bottom-nav .users-list,body.has-bottom-nav .user-create,body.has-bottom-nav .user-detail,body.has-bottom-nav .user-devices,body.has-bottom-nav .user-profiles,body.has-bottom-nav .domains-list,body.has-bottom-nav .domain-create,body.has-bottom-nav .domain-edit,body.has-bottom-nav .exchange-rates-list,body.has-bottom-nav .transactions-list{min-height:calc(100vh - 70px)}.dashboard,.banks-list,.bank-create,.bank-edit,.regions-list,.region-create,.region-edit,.users-list,.user-create,.user-detail,.user-devices,.user-profiles,.domains-list,.domain-create,.domain-edit,.exchange-rates-list,.transactions-list{min-height:calc(100vh - 80px)}.container{width:100%;max-width:100%;padding:16px;margin:0 auto}.btn{width:100%;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:12px;display:inline-block;text-align:center;text-decoration:none}.btn.btn-primary{background:#007bff;color:#fff}.btn.btn-primary:hover{background:#0056b3}.btn.btn-primary:active{background:#004085;transform:scale(.98)}.btn.btn-danger{background:#dc3545;color:#fff}.btn.btn-danger:hover{background:#c82333}.btn.btn-danger:active{background:#bd2130;transform:scale(.98)}.btn.btn-success{background:#28a745;color:#fff}.btn.btn-success:hover{background:#218838}.btn.btn-success:active{background:#1e7e34;transform:scale(.98)}.btn.btn-secondary{background:#6c757d;color:#fff}.btn.btn-secondary:hover{background:#5a6268}.btn.btn-secondary:active{background:#545b62;transform:scale(.98)}.btn:disabled{opacity:.6;cursor:not-allowed}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:8px;font-weight:500;font-size:14px;color:#333}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:16px;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#007bff}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f5f5f5;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:100px}.card{background:#fff;border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 2px 4px #0000001a}.list-item{padding:16px;border-bottom:1px solid #eee;background:#fff}.list-item:last-child{border-bottom:none}.list-item:active{background:#f5f5f5}h1,h2,h3,h4,h5,h6{margin:0 0 16px;font-weight:600;color:#333}h1{font-size:24px}h2{font-size:20px}h3{font-size:18px}.text-center{text-align:center}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.p-1{padding:8px}.p-2{padding:16px}.p-3{padding:24px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-content{background:#fff;border-radius:12px;padding:24px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}@media (min-width: 768px){.container{max-width:750px}.dashboard-menu{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.container{max-width:970px}}
