:root{--bc-navy:#0a1628;--bc-navy-light:#0d1f3c;--bc-navy-lighter:#0f2a4a;--bc-green:#008c6e;--bc-green-hover:#014f3e;--bc-white:#fff;--bc-gray-bg:#f0f2f5;--bc-gray-border:#eef0f4;--bc-gray-light:#f8f9fc;--bc-gray-dark:#c8d0e0;--bc-text-dark:#1a1a2e;--bc-text-medium:#334155;--bc-text-light:#88a;--bc-success:#28a745;--bc-danger:#dc3545;--bc-warning:#f39c12;--bc-info:#4a6cf7}*{margin:0;padding:0}body{-moz-osx-font-smoothing:grayscale;background:var(--bc-gray-bg);color:var(--bc-text-dark)}a{color:#008c6e;color:var(--bc-green);text-decoration:none;transition:color .3s ease}a:hover{color:#014f3e;color:var(--bc-green-hover)}button{cursor:pointer}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#f0f2f5;background:var(--bc-gray-bg);border-radius:10px}::-webkit-scrollbar-thumb{background:#eef0f4;background:var(--bc-gray-border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#88a;background:var(--bc-text-light)}::selection{background:#008c6e;background:var(--bc-green);color:#fff;color:var(--bc-white)}.text-center{text-align:center}.text-muted{color:#88a;color:var(--bc-text-light)}.text-success{color:#28a745;color:var(--bc-success)}.text-danger{color:#dc3545;color:var(--bc-danger)}.text-warning{color:#f39c12;color:var(--bc-warning)}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.p-1{padding:8px}.p-2{padding:16px}.p-3{padding:24px}.p-4{padding:32px}.d-flex{display:flex}.flex-column{flex-direction:column}.align-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:8px}.gap-2{gap:16px}.gap-3{gap:24px}.gap-4{gap:32px}.flex-1{flex:1 1}.flex-wrap{flex-wrap:wrap}.d-grid{display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.spinner{animation:spin .8s linear infinite;border:3px solid #008c6e1a;border-radius:50%;border-top:3px solid var(--bc-green);display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.card{background:#fff;background:var(--bc-white);border:1px solid #eef0f4;border:1px solid var(--bc-gray-border);border-radius:16px;box-shadow:0 4px 20px #0000000a;padding:24px;transition:all .3s ease}.card:hover{box-shadow:0 8px 35px #00000014;transform:translateY(-4px)}.card-title{color:#1a1a2e;color:var(--bc-text-dark);font-size:18px;font-weight:600;margin-bottom:12px}.card-subtitle{color:#88a;color:var(--bc-text-light);font-size:14px}.card-subtitle,.form-group{margin-bottom:16px}.form-group label{color:#1a1a2e;display:block;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{background:#fff;background:var(--bc-white);border:2px solid #eef0f4;border:2px solid var(--bc-gray-border);border-radius:10px;font-family:inherit;font-size:14px;outline:none;padding:12px 16px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#008c6e;border-color:var(--bc-green);box-shadow:0 0 0 4px #008c6e14}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#dc3545;border-color:var(--bc-danger)}.form-group .error-message{color:#dc3545;color:var(--bc-danger);font-size:13px;margin-top:4px}.btn{border:none;border-radius:10px;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;padding:12px 24px;transition:all .3s ease}.btn-primary{background:#008c6e;color:#fff}.btn-primary:hover{background:#014f3e;box-shadow:0 8px 25px #008c6e4d}.btn-secondary{background:#eef0f4;background:var(--bc-gray-border);color:#1a1a2e}.btn-secondary:hover{background:#c8d0e0;background:var(--bc-gray-dark)}.btn-success{background:#28a745;background:var(--bc-success);color:#fff;color:var(--bc-white)}.btn-success:hover{background:#218838}.btn-danger{background:#dc3545;color:#fff}.btn-outline{background:#0000;border:2px solid #eef0f4;border:2px solid var(--bc-gray-border);color:#1a1a2e;color:var(--bc-text-dark)}.btn-outline:hover{background:#f8f9fc;background:var(--bc-gray-light);border-color:#c8d0e0;border-color:var(--bc-gray-dark)}.btn-sm{font-size:13px;padding:8px 16px}.btn-lg{font-size:17px;padding:16px 32px}.btn-block{width:100%}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.chat-toggle{align-items:center;background:var(--bc-green);border:none;border-radius:50%;bottom:30px;box-shadow:0 4px 20px #008c6e66;color:var(--bc-white);cursor:pointer;display:flex!important;font-size:24px;height:60px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;width:60px;z-index:9999!important}.chat-toggle:hover{box-shadow:0 8px 30px #008c6e80;transform:scale(1.05)}.chat-toggle.open{background:var(--bc-danger);box-shadow:0 4px 20px #dc354566}.chat-toggle.open:hover{box-shadow:0 8px 30px #dc354580}.chat-bubble{position:relative}.chat-badge-offline,.chat-bubble{align-items:center;display:flex;justify-content:center}.chat-badge-offline{background:var(--bc-danger);border-radius:50%;color:var(--bc-white);font-size:10px;font-weight:700;height:20px;position:absolute;right:-5px;top:-5px;width:20px}.chat-window{animation:slideUp .3s ease;background:var(--bc-white);border:1px solid var(--bc-gray-border);border-radius:20px;bottom:100px;box-shadow:0 20px 60px #00000026;display:flex;flex-direction:column;height:500px;max-height:calc(100vh - 150px);max-width:calc(100vw - 60px);overflow:hidden;position:fixed;right:30px;width:380px;z-index:999}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-header{background:var(--bc-navy);color:var(--bc-white);flex-shrink:0;justify-content:space-between;padding:16px 20px}.chat-header,.chat-header-info{align-items:center;display:flex}.chat-header-info{gap:12px}.chat-avatar{align-items:center;background:#fff3;border-radius:50%;display:flex;font-size:20px;height:40px;justify-content:center;width:40px}.chat-header-info h3{font-size:16px;font-weight:700;margin:0}.chat-status{align-items:center;display:flex;font-size:12px;gap:6px;margin:0;opacity:.9}.online-dot{border-radius:50%;display:inline-block;height:8px;width:8px}.online-dot.online{animation:pulse-dot 2s ease-in-out infinite;background:var(--bc-success)}.online-dot.offline{background:var(--bc-text-light)}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.chat-close{background:none;border:none;color:var(--bc-white);cursor:pointer;font-size:20px;opacity:.8;padding:0 5px;transition:opacity .3s ease}.chat-close:hover{opacity:1}.chat-messages{background:var(--bc-gray-light);display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:16px 20px}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:#0000}.chat-messages::-webkit-scrollbar-thumb{background:var(--bc-gray-border);border-radius:10px}.chat-message{animation:fadeIn .3s ease;display:flex;flex-direction:column}.chat-message.user{align-items:flex-end}.chat-message.bot{align-items:flex-start}.message-bubble{word-wrap:break-word;border-radius:16px;font-size:14px;line-height:1.5;max-width:85%;padding:12px 16px;position:relative}.chat-message.user .message-bubble{background:var(--bc-green);border-bottom-right-radius:4px;color:var(--bc-white)}.chat-message.bot .message-bubble{background:var(--bc-white);border-bottom-left-radius:4px;box-shadow:0 2px 10px #0000000d;color:var(--bc-text-dark)}.message-text{white-space:pre-line}.message-time{font-size:10px;margin-top:4px;opacity:.6}.chat-message.user .message-time{color:#ffffffb3;text-align:right}.chat-message.bot .message-time{color:var(--bc-text-light)}.typing-indicator{display:flex;gap:4px;min-width:50px;padding:8px 16px}.typing-indicator span{animation:typing 1.4s ease-in-out infinite;background:var(--bc-text-light);border-radius:50%;height:8px;width:8px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.typing-text{color:var(--bc-text-light);font-size:12px;margin-left:6px}.offline-message{color:var(--bc-text-light);padding:30px 20px;text-align:center}.offline-message span{display:block;font-size:40px;margin-bottom:10px}.offline-message p{margin:5px 0}.offline-sub{color:var(--bc-text-light);font-size:13px}.quick-replies{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.quick-reply-btn{background:var(--bc-white);border:2px solid var(--bc-gray-border);border-radius:20px;color:var(--bc-text-dark);cursor:pointer;font-family:inherit;font-size:13px;padding:6px 14px;transition:all .3s ease}.quick-reply-btn:hover{background:#008c6e14;border-color:var(--bc-green);transform:translateY(-2px)}.chat-input{background:var(--bc-white);border-top:1px solid var(--bc-gray-border);flex-shrink:0;padding:12px 20px 16px}.quick-reply-row{display:flex;gap:8px;margin-bottom:10px}.quick-reply-mini{background:var(--bc-gray-light);border:1px solid var(--bc-gray-border);border-radius:12px;cursor:pointer;font-family:inherit;font-size:14px;padding:6px 12px;transition:all .3s ease}.quick-reply-mini:hover{background:#008c6e14;border-color:var(--bc-green);transform:translateY(-2px)}.chat-input-row{display:flex;gap:10px}.chat-input-row input{border:2px solid var(--bc-gray-border);border-radius:12px;flex:1 1;font-family:inherit;font-size:14px;outline:none;padding:10px 14px;transition:border-color .3s ease}.chat-input-row input:focus{border-color:var(--bc-green)}.chat-input-row input::placeholder{color:var(--bc-text-light)}.chat-input-row button{align-items:center;background:var(--bc-green);border:none;border-radius:50%;color:var(--bc-white);cursor:pointer;display:flex;flex-shrink:0;font-size:18px;height:44px;justify-content:center;transition:all .3s ease;width:44px}.chat-input-row button:hover:not(:disabled){background:var(--bc-green-hover);box-shadow:0 4px 15px #008c6e66;transform:scale(1.05)}.chat-input-row button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:480px){.chat-window{border-radius:16px;bottom:80px;height:calc(100vh - 150px);max-height:calc(100vh - 120px);right:10px;width:calc(100vw - 20px)}.chat-toggle{bottom:20px;font-size:20px;height:50px;right:20px;width:50px}.chat-header{padding:14px 16px}.chat-messages{padding:12px 14px}.message-bubble{font-size:13px;padding:10px 14px}.quick-reply-btn{font-size:12px;padding:4px 12px}.chat-input{padding:10px 14px 14px}}.banking-footer{background:#f8f9fc;border-top:1px solid #eef0f4;color:#1a1a2e;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;padding:50px 40px 25px}.footer-container{margin:0 auto;max-width:1200px}.footer-top{grid-gap:40px;border-bottom:1px solid #eef0f4;display:grid;gap:40px;grid-template-columns:1fr 1fr;padding-bottom:40px}.footer-brand{display:flex;flex-direction:column;gap:15px}.footer-logo{align-items:center;display:flex;gap:10px}.footer-logo .logo-text{color:#1a1a2e;font-size:22px;font-weight:700}.footer-company-info h4{color:#1a1a2e;font-size:14px;font-weight:600;margin:0 0 8px}.footer-company-info p{color:#88a;font-size:13px;margin:3px 0}.footer-company-info p strong{color:#1a1a2e}.footer-newsletter{display:flex;flex-direction:column;gap:12px}.footer-newsletter p{color:#88a;font-size:14px;line-height:1.6;margin:0}.newsletter-btn{align-items:center;background:#0000;border:1px solid #008c6e;border-radius:30px;color:#008c6e;cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:500;gap:10px;padding:12px 24px;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.newsletter-btn:hover{background:#008c6e;box-shadow:0 4px 15px #008c6e4d;color:#fff;transform:translateY(-2px)}.footer-links-grid{grid-gap:30px;border-bottom:1px solid #eef0f4;display:grid;gap:30px;grid-template-columns:1fr 1fr 1fr 1.5fr;padding:40px 0}.footer-links-column h4{color:#1a1a2e;font-size:15px;font-weight:600;letter-spacing:.3px;margin:0 0 15px}.footer-links-column .insights-title{margin-top:20px}.footer-links-column ul{list-style:none;margin:0;padding:0}.footer-links-column ul li{margin-bottom:8px}.footer-links-column ul li a{color:#88a;cursor:pointer;font-size:13px;text-decoration:none;transition:color .3s ease}.footer-links-column ul li a:hover{color:#008c6e}.links-group{margin-bottom:15px}.links-group strong{color:#1a1a2e;display:block;font-size:13px;font-weight:600;margin-bottom:8px}.links-group ul li a{color:#88a;font-size:13px;text-decoration:none;transition:color .3s ease}.links-group ul li a:hover{color:#008c6e}.footer-bottom{align-items:center;display:flex;gap:20px;justify-content:space-between;padding-top:25px}.footer-social{display:flex;gap:15px}.footer-social a{align-items:center;background:#eef0f4;border-radius:50%;color:#88a;display:flex;height:36px;justify-content:center;transition:all .3s ease;width:36px}.footer-social a:hover{background:#e8f5e9;color:#008c6e;transform:translateY(-2px)}.footer-social a svg{height:20px;width:20px}.footer-copyright p{color:#88a;font-size:13px;margin:0}@media (max-width:1024px){.footer-links-grid{grid-template-columns:1fr 1fr 1fr 1fr}}@media (max-width:768px){.banking-footer{padding:30px 20px 20px}.footer-top{gap:25px;grid-template-columns:1fr;padding-bottom:30px}.footer-newsletter{align-items:flex-start}.newsletter-btn{justify-content:center;width:100%}.footer-links-grid{gap:25px;grid-template-columns:1fr 1fr;padding:30px 0}.footer-bottom{flex-direction:column;gap:15px;padding-top:20px;text-align:center}.footer-social{justify-content:center}}@media (max-width:480px){.banking-footer{padding:25px 15px 15px}.footer-links-grid{gap:20px;grid-template-columns:1fr}.footer-logo .logo-text{font-size:18px}.footer-company-info h4{font-size:13px}.footer-company-info p{font-size:12px}.footer-links-column h4{font-size:14px}.footer-copyright p{font-size:12px}}.login-container{align-items:center;background:linear-gradient(135deg,var(--bc-navy) 0,var(--bc-navy-light) 40%,var(--bc-navy-lighter) 100%);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;justify-content:center;margin:0;min-height:100vh;overflow:hidden;padding:20px;position:relative}.login-container:before{background:radial-gradient(circle,#008c6e14 0,#0000 70%);border-radius:50%;content:"";height:600px;position:absolute;right:-20%;top:-50%;width:600px}.login-container:after{background:radial-gradient(circle,#008c6e0f 0,#0000 70%);border-radius:50%;bottom:-30%;content:"";height:500px;left:-15%;position:absolute;width:500px}.login-card{animation:fadeInUp .6s ease;background:var(--bc-white);border:1px solid #ffffff0d;border-radius:24px;box-shadow:0 25px 80px #0000004d;max-width:420px;padding:50px 45px;position:relative;width:100%;z-index:1}.login-header{margin-bottom:35px;text-align:center}.login-header h1{color:var(--bc-text-dark);font-size:28px;font-weight:700;letter-spacing:-.5px;margin:0 0 6px}.login-header p{color:var(--bc-text-light);font-size:14px;font-weight:400;margin:0}.login-message{animation:slideDown .3s ease;border-radius:12px;font-size:14px;font-weight:500;margin-bottom:25px;padding:14px 18px;text-align:center}.login-message.error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.login-message.success{background:#dcfce7;border:1px solid #bbf7d0;color:#166534}.login-message.info{background:#dbeafe;border:1px solid #bfdbfe;color:#1e40af}.login-form{display:flex;flex-direction:column;gap:20px}.form-group input{background:var(--bc-gray-light);border-radius:12px;font-size:15px;padding:14px 16px}.form-group input:focus{background:var(--bc-white)}.form-group input::placeholder{color:#a0aec0}.login-btn{background:var(--bc-green);border:none;border-radius:12px;color:var(--bc-white);cursor:pointer;font-family:inherit;font-size:16px;font-weight:700;letter-spacing:.3px;margin-top:5px;padding:16px;transition:all .3s ease;width:100%}.login-btn:hover:not(:disabled){background:var(--bc-green-hover);box-shadow:0 8px 30px #008c6e59;transform:translateY(-2px)}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{background:var(--bc-gray-dark);box-shadow:none!important;cursor:not-allowed;transform:none!important}.register-section{border-top:1px solid var(--bc-gray-border);margin-top:10px;padding-top:20px;text-align:center}.register-section p{color:var(--bc-text-light);font-size:14px;margin-bottom:12px}.register-btn{background:#0000;border:2px solid var(--bc-green);border-radius:12px;color:var(--bc-green);font-size:15px;font-weight:600}.register-btn:hover{background:var(--bc-green);box-shadow:0 8px 25px #008c6e40;color:var(--bc-white);transform:translateY(-2px)}@media (max-width:480px){.login-card{padding:30px 22px}.login-header h1{font-size:24px}.form-group input{font-size:14px;padding:12px 14px}.login-btn{font-size:15px;padding:14px}.register-btn{font-size:14px;padding:12px}.login-container{padding:15px}}@media (min-width:481px) and (max-width:768px){.login-card{padding:40px 35px}}.navbar{background:#f8f9fc;border-bottom:1px solid #eef0f4;box-shadow:0 2px 15px #0000000f;height:72px;padding:0 30px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.navbar-container{height:100%;justify-content:space-between;margin:0 auto;max-width:1400px;width:100%}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{cursor:pointer;flex-shrink:0;gap:12px;text-decoration:none}.logo-wrapper{align-items:center;display:flex;height:40px;justify-content:center;width:40px}.navbar-logo-img{display:block;height:40px;max-height:40px;object-fit:contain;width:auto}.logo-fallback{font-size:32px;line-height:1}.logo-text{color:#1a1a2e;font-size:22px;font-weight:700;letter-spacing:-.3px}.navbar-links{flex:1 1;gap:5px;justify-content:center}.nav-link,.navbar-links{align-items:center;display:flex}.nav-link{background:none;border:none;border-radius:8px;color:#88a;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;padding:8px 18px;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav-link:hover{background:#eef0f4;color:#1a1a2e}.nav-link.active{background:#e8f5e9;color:#008c6e;font-weight:600}.nav-link.active:after{background:#008c6e;border-radius:10px;bottom:2px;content:"";height:2.5px;left:50%;position:absolute;transform:translateX(-50%);width:20px}.profile-link{color:#88a}.profile-link:hover{background:#eef0f4;color:#1a1a2e}.profile-link.active{background:#e8f5e9;color:#008c6e}.logout-link{color:#88a}.logout-link.active,.logout-link:hover{background:#fee2e2;color:#dc3545}.navbar-user{align-items:center;background:#eef0f4;border:1px solid #e8e8e8;border-radius:50px;cursor:pointer;display:flex;flex-shrink:0;gap:12px;padding:6px 14px 6px 6px;transition:all .3s ease}.navbar-user:hover{background:#e8f5e9;border-color:#008c6e}.user-avatar{align-items:center;background:#008c6e;border-radius:50%;color:#fff;display:flex;font-size:16px;font-weight:700;height:36px;justify-content:center;text-transform:uppercase;width:36px}.user-info{display:flex;flex-direction:column;line-height:1.2}.user-name{color:#1a1a2e;font-size:14px;font-weight:600}.user-role{color:#88a;font-size:11px;font-weight:500}.mobile-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:5px;z-index:10}.mobile-toggle span{background:#1a1a2e;border-radius:10px;display:block;height:2.5px;transition:all .3s ease;width:25px}.mobile-toggle.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-toggle.open span:nth-child(2){opacity:0}.mobile-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:968px){.navbar{padding:0 20px}.mobile-toggle{display:flex}.navbar-links{background:#fff;box-shadow:-10px 0 30px #0000001a;flex:none;flex-direction:column;gap:8px;height:100vh;justify-content:flex-start;overflow-y:auto;padding:80px 25px 30px;position:fixed;right:-100%;top:0;transition:right .3s ease;width:300px}.navbar-links.open{right:0}.nav-link{color:#88a;font-size:15px;justify-content:flex-start;padding:12px 16px;width:100%}.nav-link:hover{background:#eef0f4;color:#1a1a2e}.nav-link.active{background:#e8f5e9;color:#008c6e}.nav-link.active:after{bottom:auto;height:25px;left:0;top:50%;transform:translateY(-50%);width:3px}.navbar-user{display:none}.navbar-links.open:before{background:#0000004d;content:"";height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:-1}.navbar-logo{flex:1 1}}@media (max-width:480px){.navbar{height:60px;padding:0 15px}.logo-text{font-size:18px}.navbar-links{padding:70px 20px 25px;width:280px}.nav-link{font-size:14px;padding:10px 14px}.logo-wrapper{height:32px;width:32px}.navbar-logo-img{height:32px;max-height:32px}.logo-fallback{font-size:26px}}@keyframes slideIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.navbar-links.open .nav-link{animation:slideIn .3s ease forwards}.navbar-links.open .nav-link:first-child{animation-delay:.05s}.navbar-links.open .nav-link:nth-child(2){animation-delay:.1s}.navbar-links.open .nav-link:nth-child(3){animation-delay:.15s}.navbar-links.open .nav-link:nth-child(4){animation-delay:.2s}.navbar-links.open .nav-link:nth-child(5){animation-delay:.25s}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;background:#f0f2f5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,Helvetica,sans-serif;margin:0;overflow-x:hidden}.hero,body{color:#1a1a2e}.hero{background:linear-gradient(135deg,#f8f9fc,#eef0f4);border-bottom:1px solid #eef0f4;min-height:auto;overflow:hidden;padding:60px 40px 50px;position:relative}.hero:before{background:radial-gradient(circle,#008c6e0a 0,#0000 70%);border-radius:50%;content:"";height:600px;position:absolute;right:-10%;top:-30%;width:600px}.hero-content{display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:1200px;position:relative;z-index:1}.hero-text h1{color:#1a1a2e;font-size:38px;font-weight:700;letter-spacing:-.5px;line-height:1.1;margin:0 0 10px}.hero-text p{color:#88a;font-size:17px;font-weight:400;margin:0 0 20px;max-width:500px;opacity:.85}.hero-buttons{display:flex;flex-direction:column;gap:12px}.hero-buttons a{background:#008c6e;border-radius:50px;box-shadow:0 4px 15px #008c6e26;color:#fff;cursor:pointer;display:block;font-size:15px;font-weight:600;padding:14px 35px;text-align:center;text-decoration:none;transition:all .3s ease;width:200px}.hero-buttons a:hover{background:#014f3e;box-shadow:0 8px 30px #008c6e40;transform:translateY(-3px)}.hero-buttons a:last-child{background:#0000;border:2px solid #008c6e;color:#008c6e}.hero-buttons a:last-child:hover{background:#008c6e;color:#fff}.balance-box{background:#fff;border:1px solid #eef0f4;border-radius:20px;box-shadow:0 20px 60px #0000000f;color:#1a1a2e;padding:30px 35px;position:relative;width:100%;z-index:1}.balance-box h3{color:#88a;font-size:13px;font-weight:600;letter-spacing:1.5px;margin:0 0 6px;text-transform:uppercase}.balance-box h1{color:#1a1a2e;font-size:38px;font-weight:700;letter-spacing:-1px;margin:0}.balance-box p{color:#88a;font-size:13px;font-weight:500;margin:4px 0 0}.quick-stats{grid-gap:15px;background:#fff;border-bottom:1px solid #eef0f4;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding:25px 40px}.stat-card{align-items:center;background:#f8f9fc;border:1px solid #eef0f4;border-radius:14px;display:flex;gap:14px;padding:14px 18px;transition:all .3s ease}.stat-card:hover{border-color:#008c6e;box-shadow:0 4px 15px #0000000d;transform:translateY(-2px)}.stat-icon{color:#008c6e;font-size:20px;font-weight:700}.stat-card div p{color:#88a;font-size:12px;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.stat-card div h3{color:#1a1a2e;font-size:18px;font-weight:700;margin:2px 0 0}.health-section{grid-gap:20px;background:#fff;border-bottom:1px solid #eef0f4;display:grid;gap:20px;grid-template-columns:1fr 2fr;padding:30px 40px}.health-card{background:#f8f9fc;border:1px solid #eef0f4;border-radius:18px;padding:25px;text-align:center}.health-card h3{color:#88a;font-size:13px;letter-spacing:1px;margin:0 0 15px;text-transform:uppercase}.health-circle{height:120px;margin:0 auto 10px;position:relative;width:120px}.health-circle svg{height:100%;transform:rotate(-90deg);width:100%}.health-bg{fill:none;stroke:#eef0f4;stroke-width:8}.health-progress{fill:none;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset 1s ease}.health-center{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.health-score{color:#1a1a2e;display:block;font-size:28px;font-weight:700}.health-label{color:#88a;display:block;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.health-description{color:#666;font-size:13px;margin:10px 0 0}.categories-card{background:#f8f9fc;border:1px solid #eef0f4;border-radius:18px;padding:25px}.categories-card h3{color:#88a;font-size:13px;letter-spacing:1px;margin:0 0 15px;text-transform:uppercase}.categories-list{display:flex;flex-direction:column;gap:10px}.category-item{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:80px 1fr 70px;padding:6px 0}.category-name{color:#1a1a2e;font-size:13px;font-weight:500}.category-bar{background:#eef0f4;border-radius:10px;height:6px;overflow:hidden}.category-fill{border-radius:10px;height:100%;transition:width .6s ease}.category-amount{color:#1a1a2e;font-size:13px;font-weight:600;text-align:right}.no-data{color:#88a;font-size:14px;margin:0;padding:20px 0;text-align:center}.quick-actions-section{background:#fff;border-bottom:1px solid #eef0f4;padding:30px 40px}.quick-actions-section h3{color:#88a;font-size:13px;letter-spacing:1px;margin:0 0 15px;text-transform:uppercase}.action-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.action-card{align-items:center;background:#f8f9fc;border:1px solid #eef0f4;border-radius:14px;cursor:pointer;display:flex;flex-direction:column;padding:20px;text-decoration:none;transition:all .3s ease}.action-card:hover{border-color:#008c6e;box-shadow:0 8px 25px #0000000f;transform:translateY(-4px)}.action-card span{font-size:28px;margin-bottom:8px}.action-card p{color:#1a1a2e;font-size:13px;font-weight:600;margin:0}.section{background:#fff;padding:40px}.section:nth-child(2n){background:#f8f9fc}.section h2{color:#1a1a2e;font-size:24px;font-weight:700;letter-spacing:-.3px;margin:0 0 20px}.cards{display:flex;flex-direction:column;gap:20px}.info-card{background:#fff;border:1px solid #eef0f4;border-radius:16px;box-shadow:0 4px 20px #0000000a;padding:25px 28px;transition:all .3s ease;width:auto}.info-card:hover{border-color:#008c6e;box-shadow:0 8px 35px #00000014;transform:translateY(-3px)}.account-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.account-type{color:#88a;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.account-status{font-size:11px;font-weight:600}.account-status.active{color:#008c6e}.account-number{color:#88a;font-family:monospace;font-size:14px;letter-spacing:1px;margin:5px 0 0}.account-card-footer{border-top:1px solid #eef0f4;color:#88a;display:flex;font-size:12px;justify-content:space-between;margin-top:12px;padding-top:12px}.account-card.savings{cursor:not-allowed;opacity:.6}.account-card.savings:hover{transform:none!important}.transactions-section{background:#f8f9fc}.transactions-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.transactions-header h2{margin:0!important}.view-all-btn{background:none;border:none;border-radius:8px;color:#008c6e;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:background .3s ease}.view-all-btn:hover{background:#008c6e14}.timeline{background:#fff;border:1px solid #eef0f4;border-radius:16px;box-shadow:0 4px 20px #00000008;display:flex;flex-direction:column;gap:0;padding:5px 20px}.timeline-item{border-bottom:1px solid #f0f2f5;display:flex;gap:15px;padding:14px 0;transition:background .3s ease}.timeline-item:last-child{border-bottom:none}.timeline-item:hover{background:#f8f9fc;border-radius:8px;margin:0 -20px;padding:14px 20px}.timeline-icon{align-items:center;background:#f0f2f5;border-radius:50%;display:flex;flex-shrink:0;font-size:18px;height:40px;justify-content:center;width:40px}.timeline-content{display:flex;flex:1 1;flex-direction:column;gap:4px}.timeline-header{align-items:center;display:flex;justify-content:space-between}.timeline-title{color:#1a1a2e;font-size:14px;font-weight:500}.timeline-amount{font-size:15px;font-weight:700}.timeline-amount.positive{color:#008c6e}.timeline-amount.negative{color:#dc3545}.timeline-meta{color:#88a;display:flex;font-size:12px;gap:15px}.timeline-status{align-items:center;display:flex;gap:5px;text-transform:capitalize}.status-dot.confirmed{background:#008c6e}.status-dot.pending{animation:pulse 1.5s ease-in-out infinite;background:#f39c12}.status-dot.rejected{background:#dc3545}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.empty-state{background:#fff;border:1px solid #eef0f4;padding:40px 20px}.empty-state p{color:#88a;font-size:16px}.stats{background:#f8f9fc;border-top:1px solid #eef0f4;display:flex;flex-direction:column;gap:25px;padding:50px 40px;text-align:center}.stats div{flex:1 1}.stats h1{color:#008c6e;font-size:34px;font-weight:700;margin:0}.stats p{color:#88a;font-size:14px;font-weight:500;margin:5px 0 0}.dashboard-footer{background:#f8f9fc;border-top:1px solid #eef0f4;color:#1a1a2e;padding:40px 40px 25px;text-align:center}.dashboard-footer h2{color:#1a1a2e;font-size:20px;font-weight:700;letter-spacing:-.3px;margin:0 0 15px}.dashboard-footer div{display:flex;flex-direction:column;gap:15px;margin:20px 0}.dashboard-footer a{color:#88a;cursor:pointer;font-size:14px;text-decoration:none;transition:color .3s ease}.dashboard-footer a:hover{color:#008c6e}.dashboard-footer p{color:#88a;font-size:13px;margin:15px 0 0}@media (min-width:700px){.hero{padding:70px 60px 60px}.hero-content{align-items:center;flex-direction:row;gap:50px}.hero-text h1{font-size:48px}.hero-text{flex:1.2 1}.balance-box{flex:1 1;min-width:280px}.hero-buttons{flex-direction:row}.hero-buttons a{width:auto}.cards{flex-direction:row}.info-card{flex:1 1}.stats{flex-direction:row;justify-content:space-around;padding:50px 60px}.dashboard-footer div{flex-direction:row;gap:30px;justify-content:center}.quick-stats{grid-template-columns:repeat(4,1fr)}.health-section{grid-template-columns:1fr 2fr}}@media (min-width:1024px){.hero{padding:80px 80px 70px}.hero-text h1{font-size:56px}.section{padding:50px 80px}.stats{padding:60px 80px}.dashboard-footer{padding:50px 80px 30px}.balance-box{padding:40px 45px}.balance-box h1{font-size:44px}.quick-stats{padding:25px 80px}.health-section,.quick-actions-section{padding:30px 80px}}@media (max-width:700px){.hero{padding:35px 20px 30px}.hero-text h1{font-size:28px}.hero-text p{font-size:15px}.balance-box{padding:20px 22px}.balance-box h1{font-size:30px}.section{padding:30px 20px}.section h2{font-size:20px}.info-card{padding:18px 20px}.info-card h1{font-size:18px}.stats{padding:30px 20px}.stats h1{font-size:26px}.dashboard-footer{padding:30px 20px 20px}.quick-stats{gap:10px;grid-template-columns:repeat(2,1fr);padding:15px 20px}.stat-card{flex-direction:column;gap:5px;padding:12px;text-align:center}.stat-card span{font-size:22px}.stat-card div h3{font-size:16px}.health-section{gap:15px;grid-template-columns:1fr;padding:20px}.quick-actions-section{padding:20px}.action-grid{grid-template-columns:repeat(2,1fr)}.category-item{gap:6px;grid-template-columns:60px 1fr 50px}.category-amount,.category-name{font-size:12px}.timeline{padding:5px 15px}.timeline-item{padding:12px 0}.timeline-item:hover{margin:0 -15px;padding:12px 15px}.timeline-icon{font-size:15px;height:34px;width:34px}.timeline-amount,.timeline-title{font-size:13px}}@media (max-width:480px){.action-grid,.quick-stats{grid-template-columns:1fr 1fr}.hero-buttons a{font-size:14px;padding:12px 20px;width:100%}.balance-box{padding:18px}.balance-box h1{font-size:26px}.stats h1{font-size:22px}.dashboard-footer{padding:25px 15px 15px}.dashboard-footer div{gap:10px}.dashboard-footer a{font-size:13px}}.admin-container{background:var(--bc-gray-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;min-height:100vh;padding:30px 40px 60px}.admin-header{margin-bottom:30px}.admin-header h1{color:var(--bc-text-dark);font-size:32px;font-weight:700;margin:0 0 5px}.admin-header p{color:var(--bc-text-light);font-size:16px;margin:0}.admin-tabs{border-bottom:2px solid var(--bc-gray-border);display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px;padding-bottom:10px}.tab-btn{border-radius:12px;font-size:15px;padding:10px 24px}.admin-tab-content{animation:fadeIn .3s ease}.admin-section{background:var(--bc-white);border:1px solid var(--bc-gray-border);border-radius:20px;box-shadow:0 4px 20px #0000000a;margin-bottom:30px;padding:30px}.admin-section h2{color:var(--bc-text-dark);font-size:22px;font-weight:700;margin:0 0 20px}.section-subtitle{color:var(--bc-text-light);margin-bottom:20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.admin-form{background:var(--bc-gray-light);border-radius:16px;margin-bottom:25px;padding:20px}.admin-form h3{color:var(--bc-text-dark);font-size:16px;margin:0 0 15px}.form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-grid input,.form-grid select{border:2px solid var(--bc-gray-border);border-radius:10px;font-family:inherit;font-size:14px;outline:none;padding:10px 14px;transition:border-color .3s ease}.form-grid input:focus,.form-grid select:focus{border-color:var(--bc-green)}.table-responsive{border:1px solid var(--bc-gray-border);border-radius:16px;overflow-x:auto}table{border-collapse:collapse;font-size:14px;width:100%}table thead{background:var(--bc-gray-light)}table th{border-bottom:2px solid var(--bc-gray-border);color:var(--bc-text-light);font-size:12px;font-weight:700;letter-spacing:.5px;padding:14px 16px;text-align:left;text-transform:uppercase}table td{border-bottom:1px solid var(--bc-gray-border);padding:12px 16px}table tbody tr:hover{background:var(--bc-gray-light)}.badge{text-transform:capitalize}.badge,.role-badge{border-radius:50px;display:inline-block;font-size:12px;font-weight:600;padding:3px 12px}.role-badge.admin{background:#008c6e14;color:var(--bc-green)}.role-badge.user{background:var(--bc-gray-light);color:var(--bc-text-light)}.status-badge{border-radius:50px;display:inline-block;font-size:12px;font-weight:600;padding:3px 12px;text-transform:capitalize}.status-badge.confirmed{background:#dcfce7;color:#166534}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.rejected{background:#fee2e2;color:#991b1b}.status-badge.approved{background:#dcfce7;color:#166534}.type-badge{border-radius:50px;display:inline-block;font-size:12px;font-weight:600;padding:3px 12px;text-transform:capitalize}.type-badge.income{background:#dcfce7;color:#166534}.type-badge.expense{background:#fee2e2;color:#991b1b}.amount-positive{color:var(--bc-success);font-weight:600}.amount-negative{color:var(--bc-danger);font-weight:600}.btn-sm{border:none;border-radius:6px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;margin:2px;padding:4px 12px;transition:all .3s ease}.btn-sm:hover{transform:translateY(-1px)}.btn-primary{background:var(--bc-green);border:none;border-radius:10px;color:var(--bc-white);cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;padding:10px 20px;transition:all .3s ease}.btn-primary:hover{background:var(--bc-green-hover);box-shadow:0 4px 15px #008c6e4d;transform:translateY(-2px)}.btn-secondary{background:var(--bc-gray-light);border:1px solid var(--bc-gray-border);border-radius:8px;color:var(--bc-text-dark);cursor:pointer;font-family:inherit;font-size:13px;margin:4px 0;padding:8px 16px;transition:all .3s ease;width:100%}.btn-secondary:hover{background:var(--bc-gray-border)}.btn-danger{background:var(--bc-danger);border:none;border-radius:8px;color:var(--bc-white);cursor:pointer;font-family:inherit;font-size:13px;margin:4px 0;padding:8px 16px;transition:all .3s ease;width:100%}.btn-danger:hover{background:#c82333}.btn-approve{background:var(--bc-success);color:var(--bc-white)}.btn-approve:hover{background:#218838}.btn-reject{background:var(--bc-danger);color:var(--bc-white)}.btn-reject:hover{background:#c82333}.btn-manage{background:var(--bc-green);color:var(--bc-white)}.btn-manage:hover{background:var(--bc-green-hover)}.btn-delete{background:var(--bc-danger);color:var(--bc-white)}.btn-delete:hover{background:#c82333}.btn-close{background:var(--bc-gray-border);border:none;border-radius:10px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;margin-top:15px;padding:10px 20px;transition:all .3s ease}.btn-close:hover{background:var(--bc-gray-dark)}.manage-user{background:var(--bc-gray-light);border:2px solid var(--bc-green)}.manage-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:20px}.manage-card{background:var(--bc-white);border:1px solid var(--bc-gray-border);border-radius:16px;padding:20px}.manage-card h3{color:var(--bc-text-dark);font-size:16px;margin:0 0 12px}.manage-card input,.manage-card select{border:2px solid var(--bc-gray-border);border-radius:10px;box-sizing:border-box;font-family:inherit;font-size:14px;margin-bottom:8px;outline:none;padding:10px 14px;transition:border-color .3s ease;width:100%}.manage-card input:focus,.manage-card select:focus{border-color:var(--bc-green)}.manage-card .btn-primary{width:100%}.verification-detail-modal{align-items:center;animation:fadeIn .3s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.verification-detail-content{background:var(--bc-white);border-radius:20px;box-shadow:0 25px 80px #0003;max-height:90vh;max-width:900px;overflow-y:auto;padding:35px;width:100%}.verification-detail-content::-webkit-scrollbar{width:4px}.verification-detail-content::-webkit-scrollbar-track{background:var(--bc-gray-light);border-radius:10px}.verification-detail-content::-webkit-scrollbar-thumb{background:var(--bc-gray-border);border-radius:10px}.modal-header{align-items:center;border-bottom:2px solid var(--bc-gray-border);display:flex;justify-content:space-between;margin-bottom:25px;padding-bottom:15px}.modal-header h2{color:var(--bc-text-dark);font-size:22px;margin:0}.modal-close{background:none;border:none;color:var(--bc-text-light);cursor:pointer;font-size:24px;padding:5px 10px;transition:color .3s ease}.modal-close:hover{color:var(--bc-text-dark)}.detail-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr 1fr}.detail-section{background:var(--bc-gray-light);border:1px solid var(--bc-gray-border);border-radius:12px;padding:20px}.detail-section.full-width{grid-column:1/-1}.detail-section h3{color:var(--bc-text-dark);font-size:15px;font-weight:600;margin:0 0 15px}.detail-row{border-bottom:1px solid var(--bc-gray-border);display:flex;justify-content:space-between;padding:8px 0}.detail-row:last-child{border-bottom:none}.detail-label{color:var(--bc-text-light)}.detail-label,.detail-value{font-size:13px;font-weight:500}.detail-value{color:var(--bc-text-dark);text-align:right;word-break:break-word}.document-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.document-item{text-align:center}.document-item h4{color:var(--bc-text-light);font-size:13px;font-weight:500;margin:0 0 10px}.document-link{align-items:center;color:var(--bc-green);display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:8px;text-decoration:none;transition:color .3s ease}.document-link:hover{color:var(--bc-green-hover)}.document-thumb{border:2px solid var(--bc-gray-border);border-radius:8px;max-height:150px;max-width:200px;object-fit:cover;transition:border-color .3s ease}.document-thumb:hover{border-color:var(--bc-green)}.no-document{color:var(--bc-text-light);font-size:13px;margin:0;padding:20px 0}.modal-actions{border-top:2px solid var(--bc-gray-border);display:flex;gap:15px;margin-top:25px;padding-top:20px}.modal-actions .btn-approve{background:var(--bc-success);border:none;border-radius:10px;color:var(--bc-white);cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:12px;transition:all .3s ease}.modal-actions .btn-approve:hover{background:#218838;transform:translateY(-2px)}.modal-actions .btn-reject{background:var(--bc-danger);border:none;border-radius:10px;color:var(--bc-white);cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:12px;transition:all .3s ease}.modal-actions .btn-reject:hover{background:#c82333;transform:translateY(-2px)}.modal-actions .btn-close{background:var(--bc-gray-border);border:none;border-radius:10px;color:var(--bc-text-dark);cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:12px;transition:all .3s ease}.modal-actions .btn-close:hover{background:var(--bc-gray-dark);transform:translateY(-2px)}.empty-state{background:var(--bc-gray-light);border-radius:16px;padding:40px;text-align:center}.empty-state p{color:var(--bc-text-light);font-size:18px;margin:0}.empty-sub{color:var(--bc-text-light)!important;font-size:14px!important;margin-top:5px!important}.processed-text{color:var(--bc-text-light);font-size:13px;font-weight:500}.admin-error{background:#fee2e2;border:1px solid #fecaca;border-radius:12px;color:#991b1b;margin-bottom:20px;padding:15px 20px}@media (max-width:768px){.admin-container{padding:20px 15px}.admin-tabs{gap:5px}.tab-btn{font-size:13px;padding:8px 16px}.admin-section{padding:20px 15px}.detail-grid,.document-grid,.form-grid,.manage-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column}table td,table th{font-size:12px;padding:8px 10px}.btn-sm{font-size:10px;padding:3px 8px}.admin-header h1{font-size:24px}}@media (max-width:480px){.admin-container,.admin-section{padding:15px 10px}table{font-size:11px}table td,table th{padding:6px 8px}.admin-tabs{flex-wrap:wrap}.tab-btn{flex:1 1;font-size:12px;min-width:80px;padding:6px 12px;text-align:center}.detail-row{flex-direction:column;gap:3px}.detail-value{text-align:left}.verification-detail-content{padding:20px}}.admin-chat-container{background:var(--bc-gray-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;min-height:100vh;padding:30px 40px}.admin-chat-header{margin-bottom:25px}.admin-chat-header h1{color:var(--bc-text-dark);font-size:28px;font-weight:700;margin:0 0 5px}.admin-chat-header p{color:var(--bc-text-light);font-size:15px;margin:0}.admin-chat-layout{grid-gap:25px;display:grid;gap:25px;grid-template-columns:320px 1fr;height:calc(100vh - 180px);min-height:500px}.chat-users-list{background:var(--bc-white);border:1px solid var(--bc-gray-border);border-radius:20px;box-shadow:0 4px 20px #0000000a;overflow-y:auto;padding:20px}.chat-users-list h3{border-bottom:2px solid var(--bc-gray-border);color:var(--bc-text-dark);font-size:16px;margin:0 0 15px;padding-bottom:12px}.no-users{color:var(--bc-text-light);padding:40px 20px;text-align:center}.no-users p{font-size:16px;margin:0}.no-users-sub{color:var(--bc-text-light)!important;font-size:13px!important;margin-top:5px!important}.chat-user-item{align-items:center;border-radius:12px;cursor:pointer;display:flex;margin-bottom:4px;padding:12px 14px;position:relative;transition:all .3s ease}.chat-user-item:hover{background:var(--bc-gray-light)}.chat-user-item.active{background:#008c6e14;border-left:3px solid var(--bc-green)}.chat-user-avatar{align-items:center;background:var(--bc-green);border-radius:50%;color:var(--bc-white);display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:40px;justify-content:center;text-transform:uppercase;width:40px}.chat-user-info{flex:1 1;margin-left:12px;min-width:0}.chat-user-name{color:var(--bc-text-dark);font-size:14px;font-weight:600}.user-offline{font-weight:400}.chat-user-email,.user-offline{color:var(--bc-text-light);font-size:12px}.chat-user-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-user-status{color:var(--bc-text-light);font-size:12px;margin-top:2px}.typing-indicator-small{animation:pulse-text 1.5s ease-in-out infinite;color:var(--bc-green);font-style:italic}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.3}}.last-message-time{color:var(--bc-text-light);font-size:11px}.unread-badge{animation:pulse-badge 2s ease-in-out infinite;background:var(--bc-danger);border-radius:50px;color:var(--bc-white);font-size:11px;font-weight:700;margin-left:8px;min-width:20px;padding:2px 8px;text-align:center}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.chat-area{background:var(--bc-white);border:1px solid var(--bc-gray-border);border-radius:20px;box-shadow:0 4px 20px #0000000a;display:flex;flex-direction:column;overflow:hidden}.chat-area-header{align-items:center;background:var(--bc-gray-light);border-bottom:1px solid var(--bc-gray-border);display:flex;justify-content:space-between;padding:16px 24px}.chat-user-info-header{align-items:center;display:flex;gap:12px}.chat-user-avatar-large{align-items:center;background:var(--bc-green);border-radius:50%;color:var(--bc-white);display:flex;font-size:20px;font-weight:700;height:44px;justify-content:center;text-transform:uppercase;width:44px}.chat-user-info-header h3{color:var(--bc-text-dark);font-size:16px;margin:0}.chat-user-email-header{color:var(--bc-text-light);font-size:13px;margin:0}.chat-status-badge{align-items:center;color:var(--bc-text-light);display:flex;font-size:13px;gap:6px}.status-dot{border-radius:50%;display:inline-block;height:8px;width:8px}.status-dot.online{background:var(--bc-success)}.status-dot.offline{background:var(--bc-text-light)}.chat-messages-area{background:var(--bc-gray-light);display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:20px 24px}.chat-messages-area::-webkit-scrollbar{width:4px}.chat-messages-area::-webkit-scrollbar-track{background:#0000}.chat-messages-area::-webkit-scrollbar-thumb{background:var(--bc-gray-border);border-radius:10px}.admin-chat-message{animation:fadeIn .3s ease;display:flex;flex-direction:column}.admin-chat-message.user{align-items:flex-start}.admin-chat-message.admin{align-items:flex-end}.admin-message-bubble{word-wrap:break-word;border-radius:14px;font-size:14px;line-height:1.5;max-width:75%;padding:10px 16px}.admin-chat-message.user .admin-message-bubble{background:var(--bc-white);border-bottom-left-radius:4px;box-shadow:0 2px 10px #0000000d;color:var(--bc-text-dark)}.admin-chat-message.admin .admin-message-bubble{background:var(--bc-green);border-bottom-right-radius:4px;color:var(--bc-white)}.admin-message-text{white-space:pre-line}.admin-message-time{font-size:10px;margin-top:4px;opacity:.6}.admin-chat-message.admin .admin-message-time{color:#ffffffb3}.admin-chat-message.user .admin-message-time,.no-messages{color:var(--bc-text-light)}.no-messages{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:40px;text-align:center}.no-messages p{margin:5px 0}.no-messages-sub{color:var(--bc-text-light);font-size:13px}.no-user-selected{align-items:center;color:var(--bc-text-light);display:flex;flex:1 1;flex-direction:column;justify-content:center;text-align:center}.no-user-selected span{font-size:48px;margin-bottom:16px}.no-user-selected h3{color:var(--bc-text-dark);font-size:20px;margin:0}.no-user-selected p{font-size:14px;margin:5px 0 0}.chat-input-area{background:var(--bc-white);border-top:1px solid var(--bc-gray-border);display:flex;gap:12px;padding:16px 24px}.chat-input-area input{border:2px solid var(--bc-gray-border);border-radius:12px;flex:1 1;font-family:inherit;font-size:14px;outline:none;padding:10px 16px;transition:border-color .3s ease}.chat-input-area input:focus{border-color:var(--bc-green)}.chat-input-area input::placeholder{color:var(--bc-text-light)}.chat-input-area button{background:var(--bc-green);border:none;border-radius:12px;color:var(--bc-white);cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;padding:10px 24px;transition:all .3s ease}.chat-input-area button:hover:not(:disabled){background:var(--bc-green-hover);box-shadow:0 4px 15px #008c6e66;transform:translateY(-2px)}.chat-input-area button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.admin-chat-container{padding:20px 15px}.admin-chat-layout{grid-template-columns:1fr;height:auto;min-height:600px}.chat-users-list{max-height:250px}.chat-area{min-height:400px}.admin-chat-header h1{font-size:24px}}@media (max-width:480px){.admin-chat-container{padding:15px 10px}.chat-area-header{align-items:flex-start;flex-direction:column;gap:8px}.chat-user-item{padding:10px 12px}.chat-user-avatar{font-size:14px;height:36px;width:36px}.chat-input-area{flex-direction:column}.chat-input-area button{width:100%}.chat-user-avatar-large{font-size:16px;height:36px;width:36px}}.transfer-container{align-items:flex-start;background:var(--bc-gray-bg);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;justify-content:center;min-height:100vh;padding:30px 20px}.transfer-card{background:var(--bc-white);border:1px solid var(--bc-gray-border);border-radius:24px;box-shadow:0 4px 30px #0000000f;max-width:700px;padding:40px;width:100%}.transfer-header{flex-wrap:wrap;justify-content:space-between;margin-bottom:30px}.transfer-header,.transfer-header-left{align-items:center;display:flex;gap:15px}.transfer-header h1{color:var(--bc-text-dark);font-size:24px;font-weight:700;margin:0}.transfer-balance{background:var(--bc-gray-light);border-radius:12px;padding:10px 20px;text-align:right}.transfer-balance span{color:var(--bc-text-light);display:block;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.transfer-balance strong{color:var(--bc-text-dark);font-size:20px;font-weight:700}.transfer-success{animation:slideDown .3s ease;background:#dcfce7;border:1px solid #bbf7d0;border-radius:12px;color:#166534;font-weight:500;margin-bottom:25px;padding:15px 20px}.transfer-form{display:flex;flex-direction:column;gap:20px}.transfer-form .form-group{display:flex;flex-direction:column;gap:6px}.transfer-form .form-group label{color:var(--bc-text-dark);font-size:14px;font-weight:600}.transfer-form .form-group input,.transfer-form .form-group select{background:var(--bc-gray-light);border:2px solid var(--bc-gray-border);border-radius:12px;font-family:inherit;font-size:15px;outline:none;padding:12px 16px;transition:all .3s ease}.transfer-form .form-group input:focus,.transfer-form .form-group select:focus{background:var(--bc-white);border-color:var(--bc-green);box-shadow:0 0 0 4px #008c6e14}.transfer-form .form-group input.error{background:#fff5f5;border-color:var(--bc-danger)}.error-message{color:var(--bc-danger);font-size:13px;font-weight:500}.radio-group{display:flex;flex-wrap:wrap;gap:20px}.radio-label{align-items:center;border-radius:8px;color:var(--bc-text-dark);cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;transition:background .3s ease}.radio-label:hover{background:var(--bc-gray-light)}.radio-label input[type=radio]{accent-color:var(--bc-green);cursor:pointer;height:18px;width:18px}.amount-input-wrapper{align-items:center;display:flex;position:relative}.currency-symbol{color:var(--bc-text-dark);font-size:18px;font-weight:700;left:16px;position:absolute}.amount-input-wrapper input{font-size:20px!important;font-weight:600!important;padding-left:35px!important}.transfer-summary{background:var(--bc-gray-light);border:1px solid var(--bc-gray-border);border-radius:16px;margin-top:10px;padding:20px 24px}.transfer-summary h3{color:var(--bc-text-light);font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.summary-row{border-bottom:1px solid var(--bc-gray-border);display:flex;font-size:14px;justify-content:space-between;padding:8px 0}.summary-row:last-child{border-bottom:none}.summary-row span:first-child{color:var(--bc-text-light)}.summary-row span:last-child{color:var(--bc-text-dark);font-weight:500}.summary-amount{color:var(--bc-green)!important;font-size:16px!important;font-weight:700!important}.send-btn{background:var(--bc-green);border:none;border-radius:12px;box-shadow:0 4px 15px #008c6e4d;color:var(--bc-white);cursor:pointer;flex:2 1;font-family:inherit;font-size:16px;font-weight:700;padding:14px;transition:all .3s ease}.send-btn:hover:not(:disabled){background:var(--bc-green-hover);box-shadow:0 8px 30px #008c6e66;transform:translateY(-2px)}.send-btn:disabled{cursor:not-allowed;opacity:.6;transform:none!important}@media (max-width:600px){.transfer-card{padding:25px 20px}.transfer-header{align-items:stretch;flex-direction:column;gap:10px}.transfer-header-left{flex-direction:row}.transfer-header h1{font-size:20px}.transfer-balance{padding:10px 16px;text-align:left}.transfer-balance strong{font-size:18px}.form-row{flex-direction:column;gap:20px}.radio-group{gap:8px}.form-actions,.radio-group{flex-direction:column}.cancel-btn,.send-btn{flex:1 1}.amount-input-wrapper input{font-size:18px!important}}@media (max-width:400px){.transfer-card{padding:20px 15px}.transfer-header h1{font-size:18px}.transfer-form .form-group input,.transfer-form .form-group select{font-size:14px;padding:10px 14px}.transfer-summary{padding:15px 18px}}.register-container{align-items:center;background:linear-gradient(135deg,var(--bc-navy) 0,var(--bc-navy-light) 40%,var(--bc-navy-lighter) 100%);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;justify-content:center;margin:0;min-height:100vh;overflow-y:auto;padding:20px;position:relative}.register-container:before{background:radial-gradient(circle,#008c6e14 0,#0000 70%);border-radius:50%;content:"";height:600px;position:absolute;right:-20%;top:-50%;width:600px}.register-container:after{background:radial-gradient(circle,#008c6e0f 0,#0000 70%);border-radius:50%;bottom:-30%;content:"";height:500px;left:-15%;position:absolute;width:500px}.register-card{animation:fadeInUp .6s ease;background:var(--bc-white);border:1px solid #ffffff0d;border-radius:24px;box-shadow:0 25px 80px #0000004d;max-height:95vh;max-width:440px;overflow-y:auto;padding:40px 35px;position:relative;width:100%;z-index:1}.register-card::-webkit-scrollbar{width:4px}.register-card::-webkit-scrollbar-track{background:var(--bc-gray-light);border-radius:10px}.register-card::-webkit-scrollbar-thumb{background:var(--bc-gray-border);border-radius:10px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.register-header{margin-bottom:25px;text-align:center}.register-header h1{color:var(--bc-text-dark);font-size:26px;font-weight:700;letter-spacing:-.5px;margin:0 0 6px}.register-header p{color:var(--bc-text-light);font-size:14px;font-weight:400;margin:0}.register-message{animation:slideDown .3s ease;border-radius:10px;font-size:14px;font-weight:500;margin-bottom:20px;padding:12px 16px;text-align:center}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.register-message.error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.register-message.success{background:#dcfce7;border:1px solid #bbf7d0;color:#166534}.register-form{display:flex;flex-direction:column;gap:16px}.register-form .form-group{display:flex;flex-direction:column;gap:4px}.register-form .form-group label{color:var(--bc-text-dark);font-size:14px;font-weight:600}.register-form .form-group input{background:var(--bc-gray-light);border:2px solid var(--bc-gray-border);border-radius:10px;font-family:inherit;font-size:15px;outline:none;padding:12px 16px;transition:all .3s ease}.register-form .form-group input:focus{background:var(--bc-white);border-color:var(--bc-green);box-shadow:0 0 0 4px #008c6e14}.register-form .form-group input::placeholder{color:#a0aec0}.register-btn{background:var(--bc-green);border:none;border-radius:10px;color:var(--bc-white);cursor:pointer;font-family:inherit;font-size:16px;font-weight:700;letter-spacing:.3px;margin-top:5px;padding:14px;transition:all .3s ease;width:100%}.register-btn:hover:not(:disabled){background:var(--bc-green-hover);box-shadow:0 8px 30px #008c6e59;transform:translateY(-2px)}.register-btn:active:not(:disabled){transform:translateY(0)}.register-btn:disabled{background:var(--bc-gray-dark);box-shadow:none!important;cursor:not-allowed;transform:none!important}.login-section{border-top:1px solid var(--bc-gray-border);margin-top:5px;padding-top:15px;text-align:center}.login-section p{color:var(--bc-text-light);font-size:14px;margin-bottom:0}.login-link{color:var(--bc-green);cursor:pointer;font-weight:600;transition:color .3s ease}.login-link:hover{color:var(--bc-green-hover);text-decoration:underline}@media (max-width:480px){.register-card{max-height:95vh;padding:25px 20px}.register-header h1{font-size:22px}.register-form .form-group input{font-size:14px;padding:10px 14px}.register-btn{font-size:15px;padding:12px}.register-container{padding:15px}}@media (min-width:481px) and (max-width:768px){.register-card{padding:35px 30px}}.verification-container{align-items:flex-start;background:var(--bc-gray-bg);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;justify-content:center;min-height:100vh;padding:30px 20px}.verification-card{background:var(--bc-white);border:1px solid var(--bc-gray-border);border-radius:24px;box-shadow:0 4px 30px #0000000f;max-width:800px;padding:40px;width:100%}.verification-header{flex-wrap:wrap;justify-content:space-between;margin-bottom:20px}.verification-header,.verification-header-left{align-items:center;display:flex;gap:15px}.back-btn{background:none;border:none;border-radius:8px;color:var(--bc-green);cursor:pointer;font-size:14px;font-weight:600;padding:8px 12px;transition:background .3s ease}.back-btn:hover{background:#008c6e14}.verification-header h1{color:var(--bc-text-dark);font-size:24px;font-weight:700;margin:0}.logout-btn{border-radius:8px;font-size:14px;font-weight:500;padding:8px 20px;transition:background .3s ease}.verification-subheader{border-bottom:1px solid var(--bc-gray-border);margin-bottom:30px;padding-bottom:20px}.verification-subheader p{color:var(--bc-text-medium);font-size:15px;line-height:1.6;margin:0 0 20px}.verification-steps{gap:0}.step,.verification-steps{align-items:center;display:flex}.step{gap:8px}.step-number{align-items:center;background:var(--bc-gray-border);border-radius:50%;color:var(--bc-text-light);display:flex;font-size:13px;font-weight:700;height:30px;justify-content:center;transition:all .3s ease;width:30px}.step.active .step-number{background:var(--bc-green);color:var(--bc-white)}.step-label{color:var(--bc-text-light);font-size:13px;font-weight:500}.step.active .step-label{color:var(--bc-text-dark)}.step-line{background:var(--bc-gray-border);height:2px;margin:0 10px;width:40px}.step.active .step-line{background:var(--bc-green)}.verification-message{animation:slideDown .3s ease;border-radius:12px;font-size:14px;font-weight:500;margin-bottom:25px;padding:14px 18px;text-align:center}.verification-message.error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.verification-message.success{background:#dcfce7;border:1px solid #bbf7d0;color:#166534}.verification-form{display:flex;flex-direction:column;gap:25px}.form-section{background:var(--bc-gray-light);border:1px solid var(--bc-gray-border);border-radius:16px;padding:25px}.form-section h3{color:var(--bc-text-dark);font-size:16px;font-weight:600;margin:0 0 18px}.form-row{display:flex;gap:20px}.form-group{display:flex;flex:1 1;flex-direction:column;gap:6px}.form-group.half{flex:1 1}.form-group label{color:var(--bc-text-dark);font-size:14px;font-weight:600}.form-group input{background:var(--bc-white);border:2px solid var(--bc-gray-border);border-radius:10px;font-family:inherit;font-size:14px;outline:none;padding:12px 16px;transition:all .3s ease}.form-group input:focus{border-color:var(--bc-green);box-shadow:0 0 0 4px #008c6e14}.upload-area{align-items:center;background:var(--bc-white);border:2px dashed var(--bc-gray-border);border-radius:12px;cursor:pointer;display:flex;justify-content:center;min-height:120px;padding:20px;text-align:center;transition:all .3s ease}.upload-area:hover{background:#008c6e05;border-color:var(--bc-green)}.upload-placeholder span{display:block;font-size:32px;margin-bottom:8px}.upload-placeholder p{color:var(--bc-text-dark);font-weight:500;margin:0}.upload-placeholder small{color:var(--bc-text-light);display:block;font-size:12px;margin-top:4px}.upload-preview{align-items:center;display:flex;flex-direction:column;gap:8px}.upload-preview img{border-radius:8px;max-height:120px;max-width:150px;object-fit:cover}.upload-preview p{color:var(--bc-success);font-size:14px;font-weight:600;margin:0}.terms-section{background:#0000;border:none;padding:0}.terms-checkbox{align-items:flex-start;display:flex;gap:12px}.terms-checkbox input[type=checkbox]{accent-color:var(--bc-green);cursor:pointer;height:18px;margin-top:2px;width:18px}.terms-checkbox label{color:var(--bc-text-medium);cursor:pointer;font-size:14px;line-height:1.6}.cancel-btn{background:#0000;border:2px solid var(--bc-gray-border)}.cancel-btn:hover{background:var(--bc-gray-light);border-color:var(--bc-gray-dark)}.submit-btn{background:var(--bc-green);border:none;border-radius:12px;box-shadow:0 4px 15px #008c6e4d;color:var(--bc-white);cursor:pointer;flex:2 1;font-family:inherit;font-size:16px;font-weight:700;padding:14px;transition:all .3s ease}.submit-btn:hover:not(:disabled){background:var(--bc-green-hover);box-shadow:0 8px 30px #008c6e66;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none!important}@media (max-width:768px){.verification-card{padding:25px 20px}.verification-header{align-items:flex-start;flex-direction:column}.verification-header-left{width:100%}.logout-btn{align-self:flex-end}.form-row{flex-direction:column;gap:15px}.form-group.half{flex:1 1}.verification-steps{flex-wrap:wrap;gap:5px}.step-line{width:15px}.form-actions{flex-direction:column}.upload-area{min-height:100px}}@media (max-width:480px){.verification-card{padding:20px 15px}.verification-header h1{font-size:20px}.form-section{padding:18px 15px}.form-group input{font-size:13px;padding:10px 14px}.step-label{font-size:11px}.step-number{font-size:12px;height:26px;width:26px}}.profile-container{align-items:flex-start;background:var(--bc-gray-bg);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;justify-content:center;min-height:100vh;padding:30px 20px}.profile-card{background:var(--bc-white);border:1px solid var(--bc-gray-border);border-radius:24px;box-shadow:0 4px 30px #0000000f;max-width:650px;padding:40px;width:100%}.profile-header{align-items:center;border-bottom:1px solid var(--bc-gray-border);display:flex;gap:20px;margin-bottom:30px;padding-bottom:25px}.profile-avatar{align-items:center;background:var(--bc-green);border-radius:50%;color:var(--bc-white);display:flex;flex-shrink:0;font-size:30px;font-weight:700;height:70px;justify-content:center;width:70px}.profile-header-text h1{color:var(--bc-text-dark);font-size:24px;font-weight:700;margin:0 0 4px}.profile-header-text p{color:var(--bc-text-light);font-size:14px;margin:0}.profile-tabs{border-bottom:1px solid var(--bc-gray-border);display:flex;gap:10px;margin-bottom:25px;padding-bottom:10px}.tab-btn{background:none;border:none;border-radius:8px;color:var(--bc-text-light);cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;padding:8px 20px;transition:all .3s ease}.tab-btn:hover{background:var(--bc-gray-light);color:var(--bc-text-dark)}.tab-btn.active{background:#008c6e14;color:var(--bc-green)}.profile-message{animation:slideDown .3s ease;border-radius:12px;font-weight:500;margin-bottom:20px;padding:12px 16px}.profile-message.success{background:#dcfce7;border:1px solid #bbf7d0;color:#166534}.profile-message.error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.profile-form{display:flex;flex-direction:column;gap:18px}.profile-form .form-group{display:flex;flex-direction:column;gap:6px}.profile-form .form-group label{color:var(--bc-text-dark);font-size:14px;font-weight:600}.profile-form .form-group input{background:var(--bc-gray-light);border:2px solid var(--bc-gray-border);border-radius:12px;font-family:inherit;font-size:15px;outline:none;padding:12px 16px;transition:all .3s ease}.profile-form .form-group input:focus{background:var(--bc-white);border-color:var(--bc-green);box-shadow:0 0 0 4px #008c6e14}.profile-form .form-group input.disabled-input{background:var(--bc-gray-light);color:var(--bc-text-light);cursor:not-allowed}.helper-text{color:var(--bc-text-light);font-size:12px}.profile-stats{background:var(--bc-gray-light);border-radius:16px;display:flex;justify-content:center;margin:10px 0 5px;padding:20px}.stat-item{text-align:center;width:100%}.stat-item.full-width{width:100%}.stat-item span{color:var(--bc-text-light);display:block;font-size:13px;font-weight:500;margin-bottom:6px}.stat-item strong{color:var(--bc-text-dark);font-size:18px;font-weight:700}.stat-item strong.verified{color:var(--bc-success)}.stat-item strong.pending{color:var(--bc-warning)}.stat-item strong.rejected{color:var(--bc-danger)}.stat-item strong.not-submitted{color:var(--bc-text-light)}.password-requirements{background:var(--bc-gray-light);border-radius:12px;padding:15px 20px}.password-requirements h4{color:var(--bc-text-dark);font-size:14px;margin:0 0 8px}.password-requirements ul{margin:0;padding-left:20px}.password-requirements li{color:var(--bc-text-medium);font-size:13px;margin-bottom:2px}.form-actions{display:flex;gap:15px;margin-top:10px}.save-btn{background:var(--bc-green);border:none;border-radius:12px;color:var(--bc-white);cursor:pointer;flex:2 1;font-family:inherit;font-size:16px;font-weight:600;padding:14px;transition:all .3s ease}.save-btn:hover:not(:disabled){background:var(--bc-green-hover);box-shadow:0 8px 25px #008c6e66;transform:translateY(-2px)}.save-btn:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.cancel-btn{background:var(--bc-gray-border);border:none;border-radius:12px;color:var(--bc-text-dark);cursor:pointer;flex:1 1;font-family:inherit;font-size:16px;font-weight:600;padding:14px;transition:all .3s ease}.cancel-btn:hover{background:var(--bc-gray-dark)}.profile-footer{align-items:center;border-top:1px solid var(--bc-gray-border);display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-top:30px;padding-top:25px}.logout-btn{background:var(--bc-danger);border:none;border-radius:10px;color:var(--bc-white);cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;padding:10px 24px;transition:all .3s ease}.logout-btn:hover{background:#c82333;box-shadow:0 4px 15px #dc35454d;transform:translateY(-2px)}.security-info{align-items:center;display:flex;gap:12px}.security-info span{font-size:24px}.security-info h4{color:var(--bc-text-dark);font-size:14px;margin:0}.security-info p{color:var(--bc-text-light);font-size:12px;margin:0}@media (max-width:600px){.profile-card{padding:25px 20px}.profile-header{flex-direction:column;text-align:center}.profile-avatar{font-size:24px;height:60px;width:60px}.profile-header-text h1{font-size:20px}.profile-stats{flex-direction:column;gap:12px}.stat-item{width:100%}.form-actions{flex-direction:column}.cancel-btn{flex:1 1}.profile-footer{flex-direction:column;text-align:center}.profile-tabs,.security-info{justify-content:center}}@media (max-width:400px){.profile-card{padding:20px 15px}.profile-form .form-group input{font-size:14px;padding:10px 14px}}.services-container{background:#f5f6fa;min-height:100vh}.services-hero{background:linear-gradient(135deg,#0a1628,#0d1f3c 40%,#0f2a4a);color:#fff;padding:80px 40px;text-align:center}.services-hero h1{font-size:42px;font-weight:700;margin:0 0 10px}.services-hero p{font-size:18px;margin:0;opacity:.85}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1200px;padding:50px 40px}.service-card{background:#fff;border:1px solid #eef0f4;border-radius:16px;box-shadow:0 4px 20px #0000000f;padding:35px;transition:all .3s ease}.service-card:hover{box-shadow:0 8px 40px #0000001a;transform:translateY(-5px)}.service-icon{font-size:40px;margin-bottom:15px}.service-card h3{color:#1a1a2e;font-size:20px;margin:0 0 12px}.service-card p{color:#666;font-size:14px;line-height:1.6;margin:0}@media (max-width:768px){.services-hero{padding:50px 20px}.services-hero h1{font-size:30px}.services-grid{grid-template-columns:1fr;padding:30px 20px}}.technology-container{background:#f5f6fa;min-height:100vh}.technology-hero{background:linear-gradient(135deg,#0a1628,#0d1f3c 40%,#0f2a4a);color:#fff;padding:80px 40px;text-align:center}.technology-hero h1{font-size:42px;font-weight:700;margin:0 0 10px}.technology-hero p{font-size:18px;margin:0;opacity:.85}.technology-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px;padding:50px 40px}.technology-card{background:#fff;border:1px solid #eef0f4;border-radius:16px;box-shadow:0 4px 20px #0000000f;padding:35px;transition:all .3s ease}.technology-card:hover{box-shadow:0 8px 40px #0000001a;transform:translateY(-5px)}.technology-icon{font-size:40px;margin-bottom:15px}.technology-card h3{color:#1a1a2e;font-size:20px;margin:0 0 12px}.technology-card p{color:#666;font-size:14px;line-height:1.6;margin:0}.technology-stats{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto 50px;max-width:1200px;padding:0 40px}.technology-stats .stat-item{background:#fff;border:1px solid #eef0f4;border-radius:16px;box-shadow:0 4px 20px #0000000f;padding:30px;text-align:center}.technology-stats .stat-item h2{color:#667eea;font-size:28px;margin:0}.technology-stats .stat-item p{color:#888;font-size:14px;margin:5px 0 0}@media (max-width:768px){.technology-hero{padding:50px 20px}.technology-hero h1{font-size:30px}.technology-grid{grid-template-columns:1fr;padding:30px 20px}.technology-stats{grid-template-columns:1fr;padding:0 20px}}.insights-container{background:#f5f6fa;min-height:100vh}.insights-hero{background:linear-gradient(135deg,#0a1628,#0d1f3c 40%,#0f2a4a);color:#fff;padding:80px 40px;text-align:center}.insights-hero h1{font-size:42px;font-weight:700;margin:0 0 10px}.insights-hero p{font-size:18px;margin:0;opacity:.85}.insights-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px;padding:50px 40px}.insight-card{background:#fff;border:1px solid #eef0f4;border-radius:16px;box-shadow:0 4px 20px #0000000f;padding:30px;transition:all .3s ease}.insight-card:hover{box-shadow:0 8px 40px #0000001a;transform:translateY(-5px)}.insight-date{color:#88a;font-size:12px;font-weight:600;letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.insight-card h3{color:#1a1a2e;font-size:18px;margin:0 0 12px}.insight-card p{color:#666;font-size:14px;line-height:1.6;margin:0 0 15px}.read-more-btn{background:none;border:none;color:#667eea;cursor:pointer;font-size:14px;font-weight:600;padding:0;transition:color .3s ease}.read-more-btn:hover{color:#764ba2}@media (max-width:768px){.insights-hero{padding:50px 20px}.insights-hero h1{font-size:30px}.insights-grid{grid-template-columns:1fr;padding:30px 20px}}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding:20px}.toast-container{position:fixed;right:20px;top:20px;z-index:9999}.toast{animation:slideInRight .3s ease;border-radius:12px;box-shadow:0 4px 15px #00000026;color:var(--bc-white);font-weight:500;margin-bottom:10px;padding:14px 20px}.toast-success{background:var(--bc-success)}.toast-error{background:var(--bc-danger)}.toast-warning{background:var(--bc-warning)}.toast-info{background:var(--bc-green)}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.container{margin:0 auto;max-width:1200px;padding:0 20px}
/*# sourceMappingURL=main.73f89f5a.css.map*/