.modal-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:modal-fade-in .2s ease-out;padding:1rem}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-content{background:rgba(var(--card-rgb),.95);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(var(--border-rgb),.5);border-radius:24px;padding:2.5rem;max-width:480px;width:100%;box-shadow:0 20px 60px #00000080,0 0 40px rgba(var(--primary-rgb),.15);animation:modal-slide-up .3s ease-out;text-align:center}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#eab30833,#fbbf2433);border:2px solid rgba(234,179,8,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse-warning 2s ease-in-out infinite}@keyframes pulse-warning{0%,to{box-shadow:0 0 #eab30866}50%{box-shadow:0 0 0 12px #eab30800}}.alert-icon{width:32px;height:32px;color:#fcd34d}.modal-title{font-size:1.5rem;font-weight:700;color:rgb(var(--foreground-rgb));margin:0 0 .75rem}.modal-message{font-size:1rem;color:rgb(var(--muted-foreground-rgb));margin:0 0 2rem;line-height:1.6}.modal-actions{display:flex;gap:1rem;justify-content:center}.modal-button{flex:1;padding:.875rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:120px}.cancel-button{background:rgba(var(--card-rgb),.8);color:rgb(var(--foreground-rgb));border:1px solid rgba(var(--border-rgb),.5)}.cancel-button:hover{background:rgba(var(--muted-rgb),.5);border-color:rgba(var(--border-rgb),.8);transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.confirm-button{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fee2e2;border:1px solid rgba(220,38,38,.3);box-shadow:0 4px 12px #dc262633}.confirm-button:hover{background:linear-gradient(135deg,#ef4444,#dc2626);transform:translateY(-2px);box-shadow:0 8px 24px #dc262666}.modal-button:active{transform:translateY(0)}@media(max-width:640px){.modal-content{padding:2rem 1.5rem}.modal-title{font-size:1.25rem}.modal-message{font-size:.95rem}.modal-actions{flex-direction:column-reverse}.modal-button{width:100%}}.login-container{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:#0e0e0e;position:relative;overflow:hidden;padding:2rem}.login-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 20% 50%,rgba(0,123,255,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,217,163,.15) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(0,123,255,.1) 0%,transparent 50%);animation:gradient-mesh 15s ease-in-out infinite;z-index:0}@keyframes gradient-mesh{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(5%,-5%) rotate(120deg)}66%{transform:translate(-5%,5%) rotate(240deg)}}.login-content{position:relative;z-index:1;width:100%;max-width:480px}.login-card{background:#1a1a1acc;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(45,45,45,.5);border-radius:24px;padding:3rem;box-shadow:0 20px 60px #00000080,0 0 40px #007bff1a;animation:card-entrance .6s ease-out}@keyframes card-entrance{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:2.5rem}.login-logo{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.logo-icon-wrapper{width:48px;height:48px;background:linear-gradient(135deg,#007bff,#00d9a3);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #007bff4d;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 8px 24px #007bff4d}50%{box-shadow:0 8px 32px #007bff80}}.logo-icon{width:28px;height:28px;color:#fff}.logo-text{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#007bff,#00d9a3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:2px;margin:0}.portal-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;margin-bottom:1rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}.badge-icon{width:16px;height:16px}.agent-badge{background:#007bff26;color:#007bff;border-color:#007bff4d}.merchant-badge{background:#00d9a326;color:#00d9a3;border-color:#00d9a34d}.admin-badge{background:#9333ea26;color:#9333ea;border-color:#9333ea4d}.login-title{font-size:1.75rem;font-weight:700;color:#f4f4f4;margin:0 0 .5rem}.login-subtitle{font-size:.95rem;color:#9ca3af;margin:0}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:600;color:#f4f4f4;margin-bottom:.25rem}.form-input{width:100%;padding:.875rem 1rem;background:#0e0e0e99;border:1px solid #2D2D2D;border-radius:12px;color:#f4f4f4;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;background:#0e0e0ecc}.form-input::placeholder{color:#6b7280}.login-button{width:100%;padding:1rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;margin-top:.5rem;box-shadow:0 8px 20px #0000004d}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#9ca3af;font-size:.875rem;-webkit-user-select:none;user-select:none}.form-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#007BFF}.checkbox-label:hover{color:#f4f4f4}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper .form-input{padding-right:3rem}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;border-radius:6px}.password-toggle:hover{color:#007bff;background:#007bff1a}.password-toggle:focus{outline:none;color:#007bff}.form-options{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.forgot-password-link{background:transparent;border:none;color:#007bff;font-size:.875rem;cursor:pointer;padding:0;transition:all .2s ease;text-decoration:none;white-space:nowrap}.forgot-password-link:hover{color:#00d9a3;text-decoration:underline}.forgot-password-link:focus{outline:none;text-decoration:underline}.error-message{padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:.875rem;margin-bottom:.5rem;animation:shake .4s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.login-button:disabled{opacity:.6;cursor:not-allowed}.agent-button{background:linear-gradient(135deg,#007bff,#0056b3)}.agent-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #007bff66}.merchant-button{background:linear-gradient(135deg,#00d9a3,#00a376)}.merchant-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #00d9a366}.admin-button{background:linear-gradient(135deg,#9333ea,#6b21a8)}.admin-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #9333ea66}.login-button:active:not(:disabled){transform:translateY(0)}.demo-credentials{margin-top:1rem;padding:1rem;background:#007bff14;border:1px solid rgba(0,123,255,.2);border-radius:12px;text-align:center}.demo-text{font-size:.75rem;font-weight:600;color:#007bff;margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.5px}.demo-details{font-size:.875rem;color:#9ca3af;margin:0;font-family:Courier New,monospace}.back-link{width:100%;margin-top:1.5rem;padding:.75rem;background:transparent;border:1px solid #2D2D2D;border-radius:12px;color:#9ca3af;font-size:.875rem;cursor:pointer;transition:all .3s ease}.back-link:hover{background:#1a1a1a80;border-color:#007bff;color:#007bff}@media(max-width:640px){.login-container{padding:1rem}.login-card{padding:2rem 1.5rem}.login-title{font-size:1.5rem}.logo-text{font-size:1.75rem}.logo-icon-wrapper{width:40px;height:40px}.logo-icon{width:24px;height:24px}}@media(max-width:480px){.login-card{padding:1.5rem}.form-input{padding:.75rem}.login-button{padding:.875rem}}.admin-layout{display:flex;flex-direction:column;min-height:100vh;background:rgba(var(--background-rgb),1);color:rgb(var(--foreground-rgb));position:relative}.admin-layout-body{display:flex;flex:1}.admin-topbar{height:70px;min-height:70px;background:rgb(var(--card-rgb));border-bottom:1px solid rgba(var(--border-rgb),.5);display:flex;align-items:center;z-index:100;box-shadow:var(--shadow-md);position:fixed;top:0;left:0;right:0}.admin-topbar-content{width:100%;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.admin-topbar-left{display:flex;align-items:center;gap:16px;min-width:250px}.admin-menu-toggle{width:40px;height:40px;min-width:40px;background:transparent;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;color:rgb(var(--muted-foreground-rgb));cursor:pointer;transition:all .2s ease}.admin-menu-toggle:hover{background:#9333ea1a;color:rgb(var(--foreground-rgb))}.admin-logo-wrapper{display:flex;align-items:center;gap:12px}.admin-logo-icon{width:44px;height:44px;min-width:44px;background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #9333ea4d}.admin-logo-text{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.admin-logo-text h1{font-size:24px;font-weight:700;margin:0;color:rgb(var(--foreground-rgb));letter-spacing:.02em;line-height:1}.admin-portal-badge{display:inline-block;padding:2px 8px;background:#9333ea;color:#fff;font-size:10px;font-weight:600;border-radius:6px;text-transform:uppercase;letter-spacing:.05em;line-height:1}.admin-search-wrapper{position:relative;width:100%;max-width:420px;flex:1}.admin-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:rgb(var(--muted-foreground-rgb));pointer-events:none}.admin-search-input{width:100%;height:42px;padding:0 16px 0 44px;background:rgba(var(--muted-rgb),.3);border:1px solid rgba(var(--border-rgb),.5);border-radius:12px;color:rgb(var(--foreground-rgb));font-size:14px;transition:all .15s ease}.admin-search-input:focus{outline:none;border-color:#9333ea;background:rgba(var(--muted-rgb),.5);box-shadow:0 0 0 3px #9333ea26}.admin-search-input::placeholder{color:rgb(var(--muted-foreground-rgb))}.admin-topbar-right{display:flex;align-items:center;gap:12px}.admin-icon-button-wrapper{position:relative}.admin-icon-button{width:42px;height:42px;background:rgba(var(--muted-rgb),.3);border:1px solid rgba(var(--border-rgb),.5);border-radius:12px;display:flex;align-items:center;justify-content:center;color:rgb(var(--muted-foreground-rgb));cursor:pointer;transition:all .15s ease;position:relative}.admin-icon-button:hover{background:rgba(var(--muted-rgb),.6);color:rgb(var(--foreground-rgb));border-color:#9333ea}.admin-notification-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#9333ea;border-radius:50%;box-shadow:0 0 20px #9333ea66}.admin-user-button{display:flex;align-items:center;gap:10px;padding:6px 12px 6px 6px;background:rgba(var(--muted-rgb),.3);border:1px solid rgba(var(--border-rgb),.5);border-radius:12px;cursor:pointer;transition:all .15s ease;color:rgb(var(--foreground-rgb))}.admin-user-button:hover{background:rgba(var(--muted-rgb),.6);border-color:#9333ea}.admin-user-avatar{width:32px;height:32px;background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;color:#fff;box-shadow:0 2px 8px #9333ea4d}.admin-user-info{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.admin-user-name{font-size:14px;font-weight:600;color:rgb(var(--foreground-rgb))}.admin-user-role{font-size:11px;color:rgb(var(--muted-foreground-rgb));text-transform:uppercase;letter-spacing:.05em}.admin-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:rgb(var(--card-rgb));border:1px solid rgba(var(--border-rgb),.5);border-radius:16px;box-shadow:0 8px 32px #0006;z-index:100;overflow:hidden}.admin-notifications-dropdown{width:360px}.admin-dropdown-header{padding:16px;border-bottom:1px solid rgba(var(--border-rgb),.5)}.admin-dropdown-header h4{margin:0;font-size:14px;font-weight:600;color:rgb(var(--foreground-rgb))}.admin-dropdown-user-info{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid rgba(var(--border-rgb),.5)}.admin-user-avatar-large{width:48px;height:48px;font-size:16px}.admin-user-email{font-size:12px;color:rgb(var(--muted-foreground-rgb))}.admin-dropdown-content{padding:8px}.admin-dropdown-item{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px;background:transparent;border:none;border-radius:8px;color:rgb(var(--foreground-rgb));font-size:14px;cursor:pointer;transition:all .15s ease;text-align:left}.admin-dropdown-item:hover{background:rgba(var(--muted-rgb),.3)}.admin-dropdown-item-danger{color:#ff4c4c}.admin-dropdown-item-danger:hover{background:#ff4c4c1a}.admin-dropdown-divider{height:1px;background:rgba(var(--border-rgb),.5);margin:8px 0}.mobile-menu-toggle{display:none;position:fixed;top:85px;left:1rem;z-index:1001;width:48px;height:48px;background:rgba(var(--card-rgb),.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(var(--border-rgb),.5);border-radius:12px;color:rgb(var(--foreground-rgb));cursor:pointer;transition:all .3s ease;align-items:center;justify-content:center}.mobile-menu-toggle:hover{background:#9333ea33;border-color:#9333ea}.mobile-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;cursor:pointer}.admin-sidebar{width:280px;background:rgba(var(--card-rgb),.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(var(--border-rgb),.5);display:flex;flex-direction:column;position:fixed;height:calc(100vh - 70px);left:0;top:70px;z-index:90;overflow-y:auto;overflow-x:visible;transition:width .3s ease,transform .3s ease}.admin-sidebar.collapsed{width:80px}.admin-sidebar.collapsed .sidebar-header{padding:1.5rem .5rem;text-align:center}.admin-sidebar.collapsed .nav-section-title,.admin-sidebar.collapsed .nav-single-item-title,.admin-sidebar.collapsed .nav-chevron,.admin-sidebar.collapsed .sidebar-subtitle{display:none}.admin-sidebar.collapsed .nav-section-header,.admin-sidebar.collapsed .nav-single-item,.admin-sidebar.collapsed .logout-btn{justify-content:center;padding-left:0;padding-right:0}.sidebar-collapse-toggle{position:absolute;top:1.5rem;right:-14px;width:28px;height:28px;background:#1a1a1afa;border:2px solid #2D2D2D;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:102;transition:all .3s ease;color:#9ca3af;box-shadow:0 2px 8px #0000004d}.sidebar-collapse-toggle:hover{background:#9333ea4d;border-color:#9333ea;color:#9333ea;box-shadow:0 4px 12px #9333ea66;transform:scale(1.1)}.collapse-icon{width:18px;height:18px;transition:transform .3s ease}.collapse-icon.rotated{transform:rotate(180deg)}.sidebar-header{padding:1.5rem 1.5rem 1.25rem;border-bottom:1px solid rgba(var(--border-rgb),.3);position:relative}.sidebar-title{font-size:1.125rem;font-weight:700;color:#9333ea;margin:0 0 .25rem;line-height:1.2}.sidebar-subtitle{font-size:.75rem;color:rgb(var(--muted-foreground-rgb));margin:0;line-height:1.3}.sidebar-nav{flex:1;padding:.75rem 0;overflow-y:auto}.nav-section{margin-bottom:.25rem}.nav-section-header{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;color:rgb(var(--foreground-rgb));cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;border-radius:0}.nav-section-header:hover{background:#9333ea14}.nav-icon{width:20px;height:20px;flex-shrink:0;color:#9333ea}.nav-section-title{flex:1;text-align:left}.nav-chevron{width:16px;height:16px;transition:transform .2s ease;color:rgb(var(--muted-foreground-rgb));margin-left:auto;flex-shrink:0}.nav-section-items{overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.nav-section-items.expanded{max-height:500px;opacity:1}.nav-section-items.collapsed{max-height:0;opacity:0}.nav-item{display:block;padding:.625rem 1rem .625rem 3rem;color:rgb(var(--muted-foreground-rgb));text-decoration:none;font-size:.875rem;transition:all .2s ease;border-left:3px solid transparent;background:transparent}.nav-item:hover{background:#9333ea0d;color:rgb(var(--foreground-rgb))}.nav-item.active{background:linear-gradient(90deg,rgba(147,51,234,.15) 0%,transparent 100%);color:#9333ea;border-left-color:#9333ea;font-weight:500}.nav-item-title{display:block}.nav-single-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:rgb(var(--muted-foreground-rgb));text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease;margin-bottom:.25rem;border-left:3px solid transparent}.nav-single-item:hover{background:#9333ea14;color:rgb(var(--foreground-rgb))}.nav-single-item.active{background:linear-gradient(90deg,rgba(147,51,234,.15) 0%,transparent 100%);color:#9333ea;border-left-color:#9333ea;font-weight:500}.nav-single-item-title{flex:1}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid rgba(var(--border-rgb),.5)}.logout-btn{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease}.logout-btn:hover{background:#ef444433;border-color:#ef444480;color:#ef4444;transform:translateY(-2px)}.logout-btn .nav-icon{color:#fca5a5}.admin-main-content{flex:1;margin-left:280px;margin-top:70px;min-height:calc(100vh - 70px);background:rgba(var(--background-rgb),1);transition:margin-left .3s ease;overflow-y:auto;overflow-x:hidden}.admin-main-content.expanded{margin-left:80px}.content-wrapper{padding:2rem;max-width:1400px;margin:0 auto}.admin-main-content::-webkit-scrollbar{width:10px}.admin-main-content::-webkit-scrollbar-track{background:rgba(var(--muted-rgb),.2)}.admin-main-content::-webkit-scrollbar-thumb{background:rgba(var(--primary-rgb),.3);border-radius:5px}.admin-main-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--primary-rgb),.5)}.admin-sidebar::-webkit-scrollbar{width:6px}.admin-sidebar::-webkit-scrollbar-track{background:rgba(var(--muted-rgb),.2)}.admin-sidebar::-webkit-scrollbar-thumb{background:rgba(var(--primary-rgb),.3);border-radius:3px}.admin-sidebar::-webkit-scrollbar-thumb:hover{background:rgba(var(--primary-rgb),.5)}@media(max-width:1024px){.admin-sidebar:not(.collapsed){width:240px}.admin-main-content{margin-left:240px}.admin-main-content.expanded{margin-left:80px}.admin-search-wrapper{max-width:300px}}@media(max-width:768px){.mobile-menu-toggle{display:flex}.admin-sidebar{transform:translate(-100%);width:280px;z-index:1000;top:70px;height:calc(100vh - 70px)}.admin-sidebar.mobile-open{transform:translate(0);box-shadow:4px 0 24px #00000080}.sidebar-collapse-toggle{display:none}.admin-main-content{margin-left:0;width:100%;margin-top:70px}.admin-main-content.expanded{margin-left:0}.content-wrapper{padding:1.5rem 1rem}.admin-sidebar.collapsed{width:280px}.admin-sidebar.collapsed .sidebar-header{padding:2rem 1.5rem 1.5rem;text-align:left}.admin-sidebar.collapsed .nav-section-title,.admin-sidebar.collapsed .nav-single-item-title,.admin-sidebar.collapsed .nav-chevron,.admin-sidebar.collapsed .sidebar-subtitle{display:block}.admin-sidebar.collapsed .nav-section-header,.admin-sidebar.collapsed .nav-single-item{justify-content:flex-start;padding-left:1.5rem;padding-right:1.5rem}.admin-sidebar.collapsed .logout-btn{justify-content:flex-start;padding-left:1rem;padding-right:1rem}.admin-topbar-content{padding:0 12px;gap:12px}.admin-topbar-left{min-width:auto}.admin-logo-text h1{font-size:20px}.admin-search-wrapper,.admin-user-info{display:none}.admin-user-button{padding:6px}}@media(max-width:480px){.mobile-menu-toggle{top:85px;left:.75rem;width:44px;height:44px}.content-wrapper{padding:1rem .75rem}.admin-sidebar{width:100%;max-width:280px}.admin-topbar{height:64px;min-height:64px}.admin-sidebar{top:64px;height:calc(100vh - 64px)}.admin-main-content{margin-top:64px;min-height:calc(100vh - 64px)}.admin-logo-icon{width:36px;height:36px}.admin-logo-text h1{font-size:18px}.admin-portal-badge{font-size:9px;padding:2px 6px}.admin-icon-button{width:38px;height:38px}}.page-content{min-height:100vh;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-content-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(var(--border-rgb),.5)}.page-content-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#9333ea33,#9333ea1a);border:1px solid rgba(147,51,234,.3);border-radius:12px;color:#9333ea}.page-content-icon svg{width:32px;height:32px}.page-content-title{font-size:2rem;font-weight:700;color:rgb(var(--foreground-rgb));margin:0 0 .25rem}.page-content-subtitle{font-size:1rem;color:rgb(var(--muted-foreground-rgb));margin:0}.page-content-body{display:flex;flex-direction:column;gap:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.stat-card{background:rgba(var(--card-rgb),.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(var(--border-rgb),.5);border-radius:12px;padding:1.5rem;transition:all .3s ease;display:flex;align-items:center;gap:1rem}.stat-card:hover{transform:translateY(-4px);border-color:#9333ea80;box-shadow:0 8px 24px #9333ea26}.stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0}.stat-icon.agents{background:rgba(var(--primary-rgb),.15);color:rgb(var(--primary-rgb))}.stat-icon.merchants{background:rgba(var(--secondary-rgb),.15);color:rgb(var(--secondary-rgb))}.stat-icon.users{background:#9333ea26;color:#9333ea}.stat-icon.vouchers{background:#fbbf2426;color:#fbbf24}.stat-card h3{font-size:.875rem;color:rgb(var(--muted-foreground-rgb));margin:0 0 .5rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-number{font-size:2rem;font-weight:700;color:rgb(var(--foreground-rgb));margin:0 0 .5rem}.stat-change{font-size:.875rem;color:rgb(var(--muted-foreground-rgb));display:inline-flex;align-items:center;gap:.25rem}.stat-change.positive{color:#10b981}.stat-change.negative{color:#ef4444}.content-section{background:rgba(var(--card-rgb),.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(var(--border-rgb),.5);border-radius:12px;padding:2rem}.section-title{font-size:1.5rem;font-weight:700;color:rgb(var(--foreground-rgb));margin:0 0 .5rem}.section-description{font-size:.875rem;color:rgb(var(--muted-foreground-rgb));margin:0 0 1.5rem}.placeholder-content{padding:3rem 2rem;text-align:center;background:rgba(var(--background-rgb),.5);border:2px dashed rgba(var(--border-rgb),.5);border-radius:8px;color:rgb(var(--muted-foreground-rgb))}.placeholder-content p:first-child{font-size:1.125rem;margin:0 0 .5rem}.placeholder-hint{font-size:.875rem;color:rgb(var(--muted-foreground-rgb));font-family:Courier New,monospace}.form-container{max-width:800px}.admin-form{background:rgba(var(--card-rgb),.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(var(--border-rgb),.5);border-radius:12px;padding:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:rgb(var(--foreground-rgb));margin-bottom:.5rem}.form-input{width:100%;padding:.875rem 1rem;background:rgba(var(--background-rgb),.6);border:1px solid rgba(var(--border-rgb),.5);border-radius:8px;color:rgb(var(--foreground-rgb));font-size:1rem;transition:all .3s ease}.form-input:focus{outline:none;border-color:#9333ea;box-shadow:0 0 0 3px #9333ea1a;background:rgba(var(--background-rgb),.8)}.form-input::placeholder{color:rgb(var(--muted-foreground-rgb))}select.form-input{cursor:pointer}.form-actions{display:flex;gap:1rem;margin-top:2rem}.submit-button{display:flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:linear-gradient(135deg,#9333ea,#7c3aed);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #9333ea66}.cancel-button{padding:.875rem 2rem;background:transparent;border:1px solid rgba(var(--border-rgb),.5);border-radius:8px;color:rgb(var(--muted-foreground-rgb));font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-button:hover{background:rgba(var(--card-rgb),.5);border-color:#9333ea;color:#9333ea}.chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.chart-card{background:rgba(var(--background-rgb),.5);border:1px solid rgba(var(--border-rgb),.5);border-radius:8px;padding:1.5rem}.chart-card h3{font-size:1rem;font-weight:600;color:rgb(var(--foreground-rgb));margin:0 0 1rem}.chart-placeholder{padding:3rem 2rem;text-align:center;color:rgb(var(--muted-foreground-rgb));display:flex;flex-direction:column;align-items:center;gap:1rem}.chart-placeholder svg{opacity:.3}.activity-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0e0e0e80;border:1px solid #2D2D2D;border-radius:8px;transition:all .3s ease}.activity-item:hover{background:#1a1a1a80;border-color:#9333ea4d}.activity-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.activity-content{flex:1}.activity-title{font-size:.9375rem;color:rgb(var(--foreground-rgb));margin:0 0 .25rem}.activity-time{font-size:.8125rem;color:rgb(var(--muted-foreground-rgb));margin:0}@media(max-width:768px){.page-content-header{flex-direction:column;align-items:flex-start}.page-content-title{font-size:1.5rem}.stats-grid,.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.submit-button,.cancel-button{width:100%;justify-content:center}.chart-grid{grid-template-columns:1fr}}.filters-bar{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.search-box{display:flex;align-items:center;gap:.75rem;background:rgba(var(--card-rgb),.6);border:1px solid rgba(var(--border-rgb),.5);border-radius:10px;padding:.75rem 1rem;flex:1;min-width:250px;transition:all .3s ease}.search-box:focus-within{border-color:#9333ea80;box-shadow:0 0 0 3px #9333ea1a}.search-box svg{color:rgb(var(--muted-foreground-rgb));flex-shrink:0}.search-box input{flex:1;background:transparent;border:none;outline:none;color:rgb(var(--foreground-rgb));font-size:.9375rem}.search-box input::placeholder{color:rgb(var(--muted-foreground-rgb))}.filter-tabs{display:flex;gap:.5rem;background:rgba(var(--card-rgb),.6);border:1px solid rgba(var(--border-rgb),.5);border-radius:10px;padding:.25rem}.filter-tab{padding:.625rem 1.25rem;background:transparent;border:none;border-radius:8px;color:rgb(var(--muted-foreground-rgb));font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter-tab:hover{background:#9333ea1a;color:rgb(var(--foreground-rgb))}.filter-tab.active{background:#9333ea33;color:#9333ea;font-weight:600}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.loading-state .spinner{color:#9333ea;animation:spin 1s linear infinite}.loading-state p{color:rgb(var(--muted-foreground-rgb));font-size:1rem;margin:0}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem;text-align:center}.empty-state svg{color:rgb(var(--muted-foreground-rgb));opacity:.5}.empty-state h3{font-size:1.25rem;font-weight:600;color:rgb(var(--foreground-rgb));margin:0}.empty-state p{color:rgb(var(--muted-foreground-rgb));font-size:.9375rem;margin:0}.data-table-container{background:rgba(var(--card-rgb),.6);border:1px solid rgba(var(--border-rgb),.5);border-radius:12px;overflow-x:auto;overflow-y:visible}.data-table{width:100%;min-width:1400px;border-collapse:collapse}.data-table thead{background:#9333ea0d;border-bottom:1px solid rgba(var(--border-rgb),.5)}.data-table th{padding:1rem 1.5rem;text-align:left;font-size:.8125rem;font-weight:600;color:rgb(var(--muted-foreground-rgb));text-transform:uppercase;letter-spacing:.05em}.data-table tbody tr{border-bottom:1px solid rgba(var(--border-rgb),.5);transition:background .2s ease}.data-table tbody tr:hover{background:#9333ea0d}.data-table tbody tr:last-child{border-bottom:none}.data-table td{padding:1.25rem 1.5rem;font-size:.9375rem;color:rgb(var(--foreground-rgb));vertical-align:middle}.table-user-info{display:flex;align-items:center;gap:1rem}.user-avatar{width:42px;height:42px;background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#fff;flex-shrink:0}.user-name{font-size:.9375rem;font-weight:600;color:rgb(var(--foreground-rgb));margin-bottom:.25rem}.user-id{font-size:.8125rem;color:rgb(var(--muted-foreground-rgb))}.contact-info{display:flex;flex-direction:column;gap:.5rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:rgb(var(--muted-foreground-rgb));font-size:.875rem}.contact-item svg{color:rgb(var(--muted-foreground-rgb));flex-shrink:0}.role-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:6px;color:#3b82f6;font-size:.8125rem;font-weight:500}.agency-count{display:flex;align-items:center;gap:.5rem;color:rgb(var(--muted-foreground-rgb));font-size:.875rem}.agency-count svg{color:rgb(var(--muted-foreground-rgb))}.date-info{display:flex;align-items:center;gap:.5rem;color:rgb(var(--muted-foreground-rgb));font-size:.875rem}.date-info svg{color:rgb(var(--muted-foreground-rgb));flex-shrink:0}.status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border-radius:6px;font-size:.8125rem;font-weight:500}.status-badge.active{background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#10b981}.status-badge.inactive{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}.status-badge svg{flex-shrink:0}@media(max-width:1200px){.data-table-container{overflow-x:auto}.data-table{min-width:1000px}}.business-info{display:flex;flex-direction:column;gap:.5rem}.business-name{display:flex;align-items:center;gap:.5rem;color:rgb(var(--foreground-rgb));font-size:.9375rem;font-weight:500}.business-name svg{color:#9333ea;flex-shrink:0}.business-id{font-size:.8125rem;color:rgb(var(--muted-foreground-rgb))}.access-count{display:flex;align-items:center;justify-content:center;padding:.375rem .875rem;background:#9333ea1a;border:1px solid rgba(147,51,234,.3);border-radius:6px;color:#9333ea;font-size:.875rem;font-weight:600}.status-badge.pending{background:#fbbf241a;border:1px solid rgba(251,191,36,.3);color:#fbb928}.category-info{display:flex;flex-direction:column;gap:.25rem}.category-name{font-size:.875rem;color:rgb(var(--foreground-rgb));font-weight:500}.category-code{font-size:.75rem;color:rgb(var(--muted-foreground-rgb));font-family:Courier New,monospace}.registration-info{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:rgb(var(--muted-foreground-rgb))}.registration-info svg{color:rgb(var(--muted-foreground-rgb));flex-shrink:0}.location-info{display:flex;flex-direction:column;gap:.375rem;font-size:.875rem}.location-item{display:flex;align-items:center;gap:.5rem;color:rgb(var(--muted-foreground-rgb))}.location-item svg{color:rgb(var(--muted-foreground-rgb));flex-shrink:0}.location-details{font-size:.8125rem;color:rgb(var(--muted-foreground-rgb))}.location-country{font-size:.8125rem;color:rgb(var(--foreground-rgb));font-weight:500}.map-link{margin-top:.25rem}.map-link a{font-size:.8125rem;color:#9333ea;text-decoration:none;display:flex;align-items:center;gap:.25rem}.map-link a:hover{text-decoration:underline}.tax-info{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:rgb(var(--muted-foreground-rgb))}.tax-info svg{color:rgb(var(--muted-foreground-rgb));flex-shrink:0}.text-muted{color:rgb(var(--muted-foreground-rgb));font-style:italic}.verification-status{display:flex;flex-direction:column;gap:.25rem}.verified-icon{color:#10b981}.unverified-icon{color:#ef4444}.verified-text{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#10b981;font-weight:500}.unverified-text{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#ef4444;font-weight:500}.verified-date{font-size:.75rem;color:rgb(var(--muted-foreground-rgb));margin-top:.125rem}.date-info{font-size:.875rem;color:rgb(var(--muted-foreground-rgb));white-space:nowrap}.business-category-badge{font-size:.6875rem;padding:.125rem .5rem;background:#9333ea1a;border:1px solid rgba(147,51,234,.3);border-radius:4px;color:#9333ea;font-weight:600;text-transform:uppercase;letter-spacing:.025em;width:fit-content}.loading-state{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;color:rgb(var(--muted-foreground-rgb));font-size:1rem}.merchant-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.merchant-modal-container{background:rgb(var(--card-rgb));border-radius:16px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.merchant-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid rgba(var(--border-rgb),.5)}.merchant-modal-header-content{display:flex;align-items:center;gap:12px;color:rgb(var(--primary-rgb))}.merchant-modal-header-content h2{margin:0;font-size:24px;font-weight:600;color:rgb(var(--foreground-rgb))}.merchant-modal-close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:rgba(var(--muted-rgb),.3);border-radius:8px;cursor:pointer;color:rgb(var(--foreground-rgb));transition:all .15s ease}.merchant-modal-close-btn:hover{background:rgba(var(--muted-rgb),.5)}.merchant-modal-body{flex:1;overflow-y:auto;padding:24px}.merchant-modal-body::-webkit-scrollbar{width:8px}.merchant-modal-body::-webkit-scrollbar-track{background:rgba(var(--muted-rgb),.2);border-radius:4px}.merchant-modal-body::-webkit-scrollbar-thumb{background:rgba(var(--primary-rgb),.3);border-radius:4px}.merchant-modal-body::-webkit-scrollbar-thumb:hover{background:rgba(var(--primary-rgb),.5)}.merchant-modal-loading,.merchant-modal-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;color:rgb(var(--muted-foreground-rgb))}.merchant-modal-error{color:#ef4444}.merchant-modal-content{display:flex;flex-direction:column;gap:32px}.merchant-modal-section{background:rgba(var(--muted-rgb),.2);border-radius:12px;padding:20px}.merchant-modal-section-title{display:flex;align-items:center;gap:8px;margin:0 0 20px;font-size:18px;font-weight:600;color:rgb(var(--foreground-rgb))}.merchant-modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.merchant-modal-field{display:flex;flex-direction:column;gap:6px}.merchant-modal-field.full-width{grid-column:1 / -1}.merchant-modal-field label{font-size:12px;font-weight:500;color:rgb(var(--muted-foreground-rgb));text-transform:uppercase;letter-spacing:.5px}.merchant-modal-field p{margin:0;font-size:14px;color:rgb(var(--foreground-rgb));display:flex;align-items:center;gap:6px}.merchant-modal-email,.merchant-modal-phone,.merchant-modal-date{display:flex;align-items:center;gap:8px;color:rgb(var(--foreground-rgb))}.merchant-modal-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;white-space:nowrap}.merchant-modal-badge.role{background:rgba(var(--primary-rgb),.1);color:rgb(var(--primary-rgb))}.merchant-modal-badge.active{background:#22c55e1a;color:#22c55e}.merchant-modal-badge.inactive{background:#ef44441a;color:#ef4444}.merchant-modal-status-toggle{display:flex;align-items:center;gap:12px}.toggle-switch{position:relative;display:inline-block;width:48px;height:26px;cursor:pointer}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;inset:0;background-color:#ef44444d;border-radius:26px;transition:all .3s ease}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#ef4444;border-radius:50%;transition:all .3s ease}.toggle-switch input:checked+.toggle-slider{background-color:#22c55e4d}.toggle-switch input:checked+.toggle-slider:before{background-color:#22c55e;transform:translate(22px)}.toggle-switch input:disabled+.toggle-slider{opacity:.6;cursor:not-allowed}.merchant-modal-status-text{font-weight:600;font-size:14px;transition:color .3s ease}.merchant-modal-status-text.active{color:#22c55e}.merchant-modal-status-text.inactive{color:#ef4444}.merchant-modal-badge.verified{background:#22c55e1a;color:#22c55e}.merchant-modal-badge.unverified{background:#ef44441a;color:#ef4444}.merchant-modal-badge.pending{background:#fbbf241a;color:#fbbf24}.merchant-modal-badge.approved{background:#22c55e1a;color:#22c55e}.business-accesses-list{display:flex;flex-direction:column;gap:16px}.business-access-card{background:rgba(var(--card-rgb),.5);border:1px solid rgba(var(--border-rgb),.5);border-radius:12px;padding:16px}.business-access-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(var(--border-rgb),.3)}.business-access-header h4{margin:0;font-size:16px;font-weight:600;color:rgb(var(--foreground-rgb))}.business-access-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.business-access-item{display:flex;flex-direction:column;gap:4px}.business-access-item label{font-size:11px;font-weight:500;color:rgb(var(--muted-foreground-rgb));text-transform:uppercase;letter-spacing:.5px}.business-access-item span{font-size:13px;color:rgb(var(--foreground-rgb))}.merchant-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid rgba(var(--border-rgb),.5)}.merchant-modal-btn-secondary{padding:10px 24px;background:rgba(var(--muted-rgb),.3);border:1px solid rgba(var(--border-rgb),.5);border-radius:8px;font-size:14px;font-weight:500;color:rgb(var(--foreground-rgb));cursor:pointer;transition:all .15s ease}.merchant-modal-btn-secondary:hover{background:rgba(var(--muted-rgb),.5)}.retry-btn{padding:10px 24px;background:rgb(var(--primary-rgb));border:none;border-radius:8px;font-size:14px;font-weight:500;color:#fff;cursor:pointer;transition:all .15s ease}.retry-btn:hover{opacity:.9}@media(max-width:768px){.merchant-modal-container{max-width:100%;max-height:95vh}.merchant-modal-grid,.business-access-details{grid-template-columns:1fr}}.business-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.business-modal-container{background:rgb(var(--card-rgb));border-radius:16px;width:100%;max-width:1000px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.business-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid rgba(var(--border-rgb),.5);gap:20px;flex-wrap:wrap}.business-modal-header-content{display:flex;align-items:center;gap:12px;color:rgb(var(--primary-rgb))}.business-modal-header-content h2{margin:0;font-size:24px;font-weight:600;color:rgb(var(--foreground-rgb))}.business-status-control{display:flex;align-items:center;gap:12px;margin-right:auto;margin-left:20px}.business-status-control label{font-size:14px;font-weight:500;color:rgb(var(--foreground-rgb));white-space:nowrap}.business-status-select{padding:8px 32px 8px 12px;border:1px solid rgba(var(--border-rgb),.5);border-radius:8px;background:rgb(var(--card-rgb));color:rgb(var(--foreground-rgb));font-size:14px;font-weight:500;cursor:pointer;outline:none;transition:all .15s ease;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px;min-width:140px}.business-status-select:hover{border-color:rgba(var(--primary-rgb),.5)}.business-status-select:focus{border-color:rgb(var(--primary-rgb));box-shadow:0 0 0 3px rgba(var(--primary-rgb),.1)}.business-status-select:disabled{opacity:.6;cursor:not-allowed}.business-status-select.status-approved{background-color:#22c55e26;border-color:#22c55e4d;color:#16a34a}.business-status-select.status-pending{background-color:#eab30826;border-color:#eab3084d;color:#ca8a04}.business-status-select.status-rejected{background-color:#ef444426;border-color:#ef44444d;color:#dc2626}.business-status-control .spinner{animation:spin 1s linear infinite;color:rgb(var(--primary-rgb))}.business-modal-close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:rgba(var(--muted-rgb),.3);border-radius:8px;cursor:pointer;color:rgb(var(--foreground-rgb));transition:all .15s ease}.business-modal-close-btn:hover{background:rgba(var(--muted-rgb),.5)}.business-modal-body{flex:1;overflow-y:auto;padding:24px}.business-modal-body::-webkit-scrollbar{width:8px}.business-modal-body::-webkit-scrollbar-track{background:rgba(var(--muted-rgb),.2);border-radius:4px}.business-modal-body::-webkit-scrollbar-thumb{background:rgba(var(--primary-rgb),.3);border-radius:4px}.business-modal-body::-webkit-scrollbar-thumb:hover{background:rgba(var(--primary-rgb),.5)}.business-modal-loading,.business-modal-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;color:rgb(var(--muted-foreground-rgb))}.business-modal-error{color:#ef4444}.business-modal-content{display:flex;flex-direction:column;gap:32px}.business-modal-section{background:rgba(var(--muted-rgb),.2);border-radius:12px;padding:20px}.business-modal-section-title{display:flex;align-items:center;gap:10px;margin:0 0 20px;font-size:18px;font-weight:600;color:rgb(var(--primary-rgb))}.business-modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.business-modal-field{display:flex;flex-direction:column;gap:6px}.business-modal-field.full-width{grid-column:1 / -1}.business-modal-field label{font-size:12px;font-weight:600;text-transform:uppercase;color:rgb(var(--muted-foreground-rgb));letter-spacing:.5px}.business-modal-field p{margin:0;font-size:15px;color:rgb(var(--foreground-rgb));word-break:break-word}.business-name-highlight{font-size:18px!important;font-weight:600!important;color:rgb(var(--primary-rgb))!important}.business-modal-email,.business-modal-phone,.business-modal-link{display:flex;align-items:center;gap:8px;color:rgb(var(--primary-rgb))}.business-modal-link a{color:rgb(var(--primary-rgb));text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.business-modal-link a:hover{text-decoration:underline}.business-modal-date{color:rgb(var(--muted-foreground-rgb))!important}.business-modal-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600}.business-modal-badge.category{background:#3b82f626;color:#3b82f6}.business-modal-badge.status-approved{background:#22c55e26;color:#22c55e}.business-modal-badge.status-pending{background:#fbbf2426;color:#fbbf24}.business-modal-badge.status-rejected{background:#ef444426;color:#ef4444}.business-modal-badge.verified{background:#22c55e26;color:#22c55e}.business-modal-badge.unverified{background:#ef444426;color:#ef4444}.business-modal-address{display:flex;flex-direction:column;gap:8px;padding:16px;background:rgba(var(--background-rgb),.5);border-radius:8px}.business-modal-address p{margin:0;color:rgb(var(--foreground-rgb))}.business-modal-coordinates{font-size:13px!important;color:rgb(var(--muted-foreground-rgb))!important;font-family:monospace}.business-modal-map-link{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:8px 16px;background:rgba(var(--primary-rgb),.1);color:rgb(var(--primary-rgb));border-radius:6px;text-decoration:none;font-size:14px;font-weight:500;transition:all .15s ease;width:fit-content}.business-modal-map-link:hover{background:rgba(var(--primary-rgb),.2)}.business-modal-social-links{display:flex;flex-wrap:wrap;gap:12px}.social-link{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .15s ease;font-size:14px}.social-link.instagram{background:#e1306c1a;color:#e1306c}.social-link.instagram:hover{background:#e1306c33}.social-link.facebook{background:#1877f21a;color:#1877f2}.social-link.facebook:hover{background:#1877f233}.social-link.whatsapp{background:#25d3661a;color:#25d366}.social-link.whatsapp:hover{background:#25d36633}.social-link.tiktok{background:#0000001a;color:#000}.social-link.tiktok:hover{background:#0003}.business-modal-description{padding:16px;background:rgba(var(--background-rgb),.5);border-radius:8px;line-height:1.6;color:rgb(var(--foreground-rgb));margin:0}.business-modal-documents{display:flex;flex-direction:column;gap:16px}.document-item{display:grid;grid-template-columns:80px 1fr auto;gap:16px;padding:16px;background:rgba(var(--background-rgb),.5);border-radius:12px;border:1px solid rgba(var(--border-rgb),.3);transition:all .15s ease}.document-item:hover{background:rgba(var(--background-rgb),.7);border-color:rgba(var(--border-rgb),.5)}.document-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:rgba(var(--muted-rgb),.3);border-radius:8px;overflow:hidden}.document-icon img{width:100%;height:100%;object-fit:cover}.document-icon svg{color:rgb(var(--muted-foreground-rgb))}.document-details{display:flex;flex-direction:column;gap:6px}.document-details h4{margin:0;font-size:16px;font-weight:600;color:rgb(var(--foreground-rgb))}.document-type{font-size:13px;font-weight:500;color:rgb(var(--primary-rgb));margin:0}.document-filename{font-size:13px;color:rgb(var(--muted-foreground-rgb));margin:0;font-family:monospace}.document-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.document-size{font-size:12px;color:rgb(var(--muted-foreground-rgb));padding:4px 8px;background:rgba(var(--muted-rgb),.3);border-radius:4px}.document-status-select{font-size:12px;font-weight:600;padding:8px 32px 8px 12px;border-radius:6px;border:1px solid rgba(var(--border-rgb),.3);cursor:pointer;transition:all .15s ease;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.document-status-select option{background:rgb(var(--background-rgb));color:rgb(var(--foreground-rgb));padding:8px}.document-status-select:hover:not(:disabled){border-color:rgba(var(--border-rgb),.5)}.document-status-select:disabled{opacity:.6;cursor:not-allowed}.document-status-select.status-approved{background:#22c55e40;color:#16a34a;font-weight:700}.document-status-select.status-pending{background:#fbbf2440;color:#d97706;font-weight:700}.document-status-select.status-rejected{background:#ef444440;color:#dc2626;font-weight:700}.document-status{font-size:12px;font-weight:600;padding:4px 8px;border-radius:4px}.document-status.status-approved{background:#22c55e26;color:#22c55e}.document-status.status-pending{background:#fbbf2426;color:#fbbf24}.document-status.status-rejected{background:#ef444426;color:#ef4444}.document-date{font-size:12px;color:rgb(var(--muted-foreground-rgb));margin:0}.document-actions{display:flex;flex-direction:column;gap:8px}.document-action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:rgba(var(--primary-rgb),.1);color:rgb(var(--primary-rgb));border-radius:8px;cursor:pointer;text-decoration:none;transition:all .15s ease}.document-action-btn:hover{background:rgba(var(--primary-rgb),.2);transform:translateY(-2px)}.document-action-btn.download{background:#22c55e1a;color:#22c55e}.document-action-btn.download:hover{background:#22c55e33}.retry-btn{padding:10px 20px;background:rgb(var(--primary-rgb));color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .15s ease}.retry-btn:hover{opacity:.9;transform:translateY(-2px)}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.business-modal-grid{grid-template-columns:1fr}.document-item{grid-template-columns:60px 1fr;gap:12px}.document-icon{width:60px;height:60px}.document-actions{grid-column:2;flex-direction:row;justify-content:flex-end}}.admin-profile-container{max-width:1200px;margin:0 auto}.admin-profile-loading{text-align:center;padding:3rem;font-size:1.125rem;color:rgb(var(--muted-foreground-rgb))}.profile-actions{display:flex;gap:.75rem;margin-left:auto}.edit-button,.save-button,.cancel-button{padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;gap:.5rem}.edit-button{background:#9333ea;color:#fff}.edit-button:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 4px 12px #9333ea4d}.save-button{background:#22c55e;color:#fff}.save-button:hover:not(:disabled){background:#16a34a;transform:translateY(-2px);box-shadow:0 4px 12px #22c55e4d}.save-button:disabled{opacity:.6;cursor:not-allowed}.cancel-button{background:rgba(var(--muted-rgb),.3);color:rgb(var(--foreground-rgb));border:1px solid rgba(var(--border-rgb),.5)}.cancel-button:hover:not(:disabled){background:rgba(var(--muted-rgb),.5)}.cancel-button:disabled{opacity:.6;cursor:not-allowed}.profile-section{background:rgba(var(--card-rgb),.5);border:1px solid rgba(var(--border-rgb),.5);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.section-title{font-size:1.125rem;font-weight:600;color:rgb(var(--foreground-rgb));margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(var(--border-rgb),.5)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field.full-width{grid-column:1 / -1}.field-label{font-size:.875rem;font-weight:600;color:rgb(var(--foreground-rgb))}.field-input,.field-textarea{padding:.75rem;background:rgba(var(--muted-rgb),.3);border:1px solid rgba(var(--border-rgb),.5);border-radius:8px;color:rgb(var(--foreground-rgb));font-size:.875rem;transition:all .2s ease}.field-input:focus,.field-textarea:focus{outline:none;border-color:#9333ea;background:rgba(var(--muted-rgb),.5);box-shadow:0 0 0 3px #9333ea26}.field-input:disabled,.field-textarea:disabled{opacity:.6;cursor:not-allowed;background:rgba(var(--muted-rgb),.2)}.field-textarea{resize:vertical;font-family:inherit;min-height:100px}@media(max-width:768px){.profile-actions{width:100%;margin-top:1rem;margin-left:0}.edit-button,.save-button,.cancel-button{flex:1}.form-grid{grid-template-columns:1fr}.profile-section{padding:1rem}}
