.login-container{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#f8fafc);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:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:3rem;box-shadow:0 4px 24px #0000000f,0 0 0 1px #00000005;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,rgb(var(--primary-rgb)),#0056b3);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(var(--primary-rgb),.3);animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 8px 24px rgba(var(--primary-rgb),.3)}50%{box-shadow:0 8px 32px rgba(var(--primary-rgb),.5)}}.logo-icon{width:28px;height:28px;color:#fff}.logo-text{font-size:2rem;font-weight:800;background:linear-gradient(135deg,rgb(var(--primary-rgb)),rgb(var(--secondary-rgb)));-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;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(var(--border-rgb),.3)}.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:rgb(var(--foreground-rgb));margin:0 0 .5rem}.login-subtitle{font-size:.95rem;color:rgb(var(--muted-foreground-rgb));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:#374151;margin-bottom:.25rem}.form-input{width:100%;padding:.75rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;color:#1a1a1a;font-size:1rem;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff26}.form-input::placeholder{color:#9ca3af}.login-container .btn-black{--btn-bg: #0f172a !important;--btn-border: #0f172a !important;--btn-hover-overlay: rgba(255, 255, 255, .1) !important;background:#0f172a!important;color:#fff!important;border-color:#0f172a!important}.login-container .btn-black:before{background:#0f172a!important}.login-container .btn-black:hover:not(:disabled),.login-container .btn-black:focus:not(:disabled),.login-container .btn-black:focus-visible:not(:disabled){background:#1e293b!important;color:#fff!important;border-color:#1e293b!important}.login-container .btn-black:hover:not(:disabled):before{background:#1e293b!important}.login-container .btn-black [data-slot=icon]{color:#fff!important}.demo-credentials{margin-top:1rem;padding:1rem;background:rgba(var(--primary-rgb),.08);border:1px solid rgba(var(--primary-rgb),.2);border-radius:12px;text-align:center}.demo-text{font-size:.75rem;font-weight:600;color:rgb(var(--primary-rgb));margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.5px}.demo-details{font-size:.875rem;color:rgb(var(--muted-foreground-rgb));margin:0;font-family:Courier New,monospace}.back-link{width:100%;margin-top:1.5rem;padding:.75rem;background:transparent;border:1px solid rgba(var(--border-rgb),.5);border-radius:12px;color:rgb(var(--muted-foreground-rgb));font-size:.875rem;cursor:pointer;transition:all .3s ease}.back-link:hover{background:rgba(var(--card-rgb),.5);border-color:rgb(var(--primary-rgb));color:rgb(var(--primary-rgb))}@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}}.input-with-icon{position:relative;display:flex;align-items:center;width:100%}.input-with-icon [data-slot=control]{flex:1;min-width:0}.input-with-icon input{padding-right:2.5rem}.input-with-icon .icon-btn{position:absolute;right:.75rem;background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.input-with-icon .icon-btn:hover{color:#374151}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:rgb(var(--muted-foreground-rgb));pointer-events:none;z-index:1}.form-input.with-icon{padding-left:3rem}.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:rgb(var(--muted-foreground-rgb));cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;border-radius:6px}.password-toggle:hover{color:rgb(var(--primary-rgb));background:rgba(var(--primary-rgb),.1)}.password-toggle:focus{outline:none;color:rgb(var(--primary-rgb))}.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:rgb(var(--primary-rgb));font-size:.875rem;cursor:pointer;padding:0;transition:all .2s ease;text-decoration:none;white-space:nowrap}.forgot-password-link:hover{color:rgb(var(--secondary-rgb));text-decoration:underline}.forgot-password-link:focus{outline:none;text-decoration:underline}.error-message{padding:.875rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-size:.875rem;text-align:center;animation:shake .3s ease}.error-banner{padding:.875rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-size:.875rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;animation:shake .3s ease}.error-banner svg{flex-shrink:0}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.form-group-checkbox{margin-bottom:1.5rem;display:flex;align-items:center}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#374151;font-size:.875rem;-webkit-user-select:none;user-select:none;transition:color .2s ease;line-height:1.5}.checkbox-label:hover{color:#1a1a1a}.checkbox-label span{color:#374151;line-height:1.5;vertical-align:middle}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#007BFF}.checkbox-input{width:18px;height:18px;border:1px solid #d1d5db;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s ease;appearance:none;-webkit-appearance:none;position:relative;flex-shrink:0;margin:0;display:flex;align-items:center;justify-content:center}.checkbox-input:checked{background:#007bff;border-color:#007bff}.checkbox-input:checked:after{content:"✓"!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff!important;font-size:12px;font-weight:700}.checkbox-input:focus{outline:none!important;box-shadow:0 0 0 3px #00d9a333!important;margin-top:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.auth-link p{color:rgb(var(--muted-foreground-rgb));font-size:.875rem;margin:0}.link-button{background:none;border:none;color:rgb(var(--primary-rgb));font-size:.875rem;font-weight:600;cursor:pointer;padding:0;transition:all .2s ease;text-decoration:underline}.link-button:hover{color:#0056b3}.login-content .form-group [data-slot=control] input:-webkit-autofill,.login-content .form-group [data-slot=control] input:-webkit-autofill:hover,.login-content .form-group [data-slot=control] input:-webkit-autofill:focus,.login-content .form-group input:not([type=hidden]):-webkit-autofill,.login-content .form-group input:not([type=hidden]):-webkit-autofill:hover,.login-content .form-group input:not([type=hidden]):-webkit-autofill:focus,.login-content .phone-inputs input:-webkit-autofill,.login-content .phone-inputs input:-webkit-autofill:hover,.login-content .phone-inputs input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:#000000!important;caret-color:#111827!important;outline:1px solid #d1d5db!important;outline-offset:-1px!important}.merchant-layout{display:flex;flex-direction:column;height:100vh;background:rgb(var(--background-rgb));color:rgb(var(--foreground-rgb));font-family:Zalando Sans Expanded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;transition:background-color .3s ease,color .3s ease}.merchant-body{display:flex;flex-direction:row;flex:1;overflow:hidden;position:relative}.merchant-sidebar-overlay{display:none;position:fixed;inset:60px 0 0;background:#00000080;z-index:150;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(max-width:768px){.merchant-sidebar-overlay{display:block}}.merchant-sidebar{width:220px;min-width:220px;height:100%;background:rgb(var(--card-rgb));border-right:1px solid rgba(var(--border-rgb),.5);display:flex;flex-direction:column;z-index:50;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.merchant-sidebar.collapsed{width:0;min-width:0;border-right:none}.merchant-sidebar-nav{flex:1;padding:16px 8px;display:flex;flex-direction:column;gap:4px;overflow-y:auto;opacity:1;transition:opacity .2s ease}.merchant-sidebar.collapsed .merchant-sidebar-nav{opacity:0;pointer-events:none}.merchant-sidebar-item{display:flex;align-items:center;gap:10px;padding:12px 14px;background:transparent;border:none;border-radius:10px;color:rgb(var(--muted-foreground-rgb));font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left;width:100%;position:relative;text-decoration:none}.merchant-sidebar-item:hover{background:rgba(var(--muted-rgb),.5);color:rgb(var(--foreground-rgb))}.merchant-sidebar-item.active{background:linear-gradient(135deg,rgba(var(--primary-rgb),.15),rgba(var(--primary-rgb),.08));color:rgb(var(--primary-rgb));box-shadow:inset 0 0 0 1px rgba(var(--primary-rgb),.3)}.merchant-sidebar-item.active svg{filter:drop-shadow(0 0 8px rgba(var(--primary-rgb),.6))}.merchant-sidebar-label{flex:1;white-space:nowrap;overflow:hidden}.merchant-sidebar-divider{height:1px;background:rgba(var(--border-rgb),.3);margin:12px 8px}.merchant-sidebar-section{margin:4px 0}.merchant-sidebar-tree-parent{display:flex;align-items:center;gap:8px;padding:10px 14px;background:transparent;border:none;border-radius:10px;color:rgb(var(--foreground-rgb));font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:all .2s ease;width:100%;text-align:left;position:relative;overflow:hidden}.merchant-sidebar-tree-parent:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(180deg,rgb(var(--primary-rgb)),rgba(var(--primary-rgb),.5));opacity:0;transition:opacity .2s ease}.merchant-sidebar-tree-parent:hover{background:rgba(var(--muted-rgb),.3);color:rgb(var(--primary-rgb))}.merchant-sidebar-tree-parent:hover:before{opacity:1}.merchant-sidebar-tree-parent svg{transition:transform .2s ease;color:rgb(var(--primary-rgb));opacity:.8}.merchant-sidebar-tree-children{display:flex;flex-direction:column;gap:2px;margin-top:4px;padding-left:8px;position:relative}.merchant-sidebar-tree-child{padding-left:14px;font-size:13px;position:relative;border-left:2px solid transparent;margin-left:0;transition:all .2s ease}.merchant-sidebar-tree-child svg{opacity:.7;transition:all .2s ease}.merchant-sidebar-tree-child:hover svg{opacity:1;transform:translate(2px)}.merchant-sidebar-tree-child.active{border-left-color:rgb(var(--primary-rgb));background:linear-gradient(90deg,rgba(var(--primary-rgb),.12) 0%,rgba(var(--primary-rgb),.05) 50%,transparent 100%)}.merchant-sidebar-tree-child.active svg{opacity:1;color:rgb(var(--primary-rgb));filter:drop-shadow(0 0 6px rgba(var(--primary-rgb),.4))}.merchant-topbar{height:70px;min-height:70px;background:#fff;border-bottom:1px solid rgba(var(--border-rgb),.35);display:flex;align-items:center;z-index:100;box-shadow:0 1px #0f172a0a}.merchant-topbar-content{width:100%;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.merchant-topbar-left{display:flex;align-items:center;gap:24px;flex:1;min-width:0}.merchant-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:var(--merchant-text-lo);cursor:pointer;transition:all .2s ease}.merchant-menu-toggle:hover{background:#ffffff14;color:var(--merchant-text-hi)}.merchant-logo-wrapper{display:flex;align-items:center;gap:12px}.merchant-topnav-links{display:flex;align-items:center;gap:16px;margin-left:32px}.merchant-topnav-link{position:relative;font-size:14px;font-weight:500;color:rgb(var(--muted-foreground-rgb));text-decoration:none;padding:4px 0;transition:color .15s ease}.merchant-topnav-link:hover,.merchant-topnav-link.active{color:rgb(var(--foreground-rgb))}.merchant-topnav-link.active:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:2px;border-radius:999px;background:rgb(var(--foreground-rgb))}.merchant-topnav-promo{margin-left:auto}.merchant-topnav-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--foreground-rgb));background:rgba(var(--muted-rgb),.7)}.merchant-logo-icon{width:44px;height:44px;min-width:44px;background:linear-gradient(135deg,rgb(var(--primary-rgb)),#0056b3);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px rgba(var(--primary-rgb),.3)}.merchant-logo-text{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.merchant-logo-text h1{font-size:24px;font-weight:700;margin:0;color:rgb(var(--foreground-rgb));letter-spacing:.02em;line-height:1}.merchant-portal-badge{display:inline-block;padding:2px 8px;background:rgb(var(--primary-rgb));color:#fff;font-size:10px;font-weight:600;border-radius:6px;text-transform:uppercase;letter-spacing:.05em;line-height:1}.merchant-business-name-wrapper{display:flex;align-items:center;padding-left:16px;margin-left:16px;border-left:1px solid rgba(var(--border-rgb),.5);height:44px}.merchant-business-name{font-size:16px;font-weight:700;color:rgb(var(--foreground-rgb));letter-spacing:.08em;white-space:nowrap}.merchant-topbar-right{display:flex;align-items:center;gap:16px}.merchant-topnav-action{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 0;text-decoration:none}.merchant-topnav-action.active:after{display:none}.merchant-search-wrapper{position:relative;width:100%;max-width:420px;flex:1}.merchant-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:rgb(var(--muted-foreground-rgb));pointer-events:none}.merchant-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}.merchant-search-input:focus{outline:none;border-color:rgb(var(--primary-rgb));background:rgba(var(--muted-rgb),.5);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.15)}.merchant-search-input::placeholder{color:rgb(var(--muted-foreground-rgb))}.merchant-icon-button-wrapper{position:relative}.merchant-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}.merchant-icon-button:hover{background:rgba(var(--muted-rgb),.6);color:rgb(var(--foreground-rgb));border-color:rgb(var(--primary-rgb))}.merchant-notification-dot{display:none}.merchant-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))}.merchant-user-button:hover{background:rgba(var(--muted-rgb),.6);border-color:rgb(var(--primary-rgb))}.merchant-avatar{width:32px;height:32px;background:linear-gradient(135deg,rgb(var(--primary-rgb)),#0056b3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;color:#fff;box-shadow:0 2px 8px rgba(var(--primary-rgb),.3);overflow:hidden;position:relative}.merchant-avatar-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.merchant-avatar-large{width:48px;height:48px;font-size:16px}.merchant-user-info{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.merchant-user-name{font-size:14px;font-weight:600;color:rgb(var(--foreground-rgb))}.merchant-user-role{font-size:11px;color:rgb(var(--muted-foreground-rgb));text-transform:uppercase;letter-spacing:.05em}.merchant-user-email{font-size:12px;color:rgb(var(--muted-foreground-rgb))}.merchant-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}.merchant-notifications-dropdown{width:360px}.merchant-dropdown-header{padding:16px;border-bottom:1px solid rgba(var(--border-rgb),.5)}.merchant-dropdown-header h4{margin:0;font-size:14px;font-weight:600;color:rgb(var(--foreground-rgb))}.merchant-dropdown-user-info{display:flex;align-items:center;gap:12px}.merchant-dropdown-content{padding:8px}.merchant-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}.merchant-dropdown-item:hover{background:rgba(var(--muted-rgb),.3)}.merchant-dropdown-item-danger{color:#ff4c4c}.merchant-dropdown-item-danger:hover{background:#ff4c4c1a}.merchant-dropdown-divider{height:1px;background:rgba(var(--border-rgb),.5);margin:8px 0}.merchant-content{flex:1;overflow-y:auto;overflow-x:hidden;background:#f9fafb;padding:1.5rem}.merchant-topnav-popover{display:inline-flex;align-items:center;background:none;border:none;cursor:pointer;font:inherit}.merchant-topnav-popover.active:after{display:none}.merchant-empty-state{text-align:center;padding:48px 24px;color:rgb(var(--muted-foreground-rgb))}.merchant-empty-state h3{color:rgb(var(--foreground-rgb));font-size:18px;font-weight:600;margin-bottom:8px}@keyframes merchantFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.merchant-fade-in{animation:merchantFadeIn .3s cubic-bezier(.2,.8,.2,1)}@media(max-width:1024px){.merchant-sidebar{width:200px;min-width:200px}.merchant-search-wrapper{width:240px}.merchant-content{padding:20px}}@media(max-width:768px){.merchant-sidebar{position:fixed;left:-220px;z-index:200;transition:left .25s ease}.merchant-sidebar:not(.collapsed){left:0}.merchant-search-wrapper{width:180px}.merchant-logo-text h1{font-size:20px}.merchant-business-name,.merchant-user-info{display:none}.merchant-topbar-right>.merchant-icon-button{display:none}.merchant-icon-button-wrapper:has(.merchant-notifications-dropdown){display:none}.merchant-topbar-content{padding:0 12px;gap:8px}.merchant-topbar-left{gap:8px;min-width:auto}.merchant-content{padding:16px}}@media(max-width:480px){.merchant-search-wrapper{display:none}.merchant-content{padding:12px}}.merchant-content::-webkit-scrollbar{width:10px}.merchant-content::-webkit-scrollbar-track{background:rgba(var(--muted-rgb),.2);border-radius:5px}.merchant-content::-webkit-scrollbar-thumb{background:rgba(var(--muted-foreground-rgb),.4);border-radius:5px;transition:background .2s ease}.merchant-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--muted-foreground-rgb),.6)}.merchant-sidebar-nav::-webkit-scrollbar{width:6px}.merchant-sidebar-nav::-webkit-scrollbar-track{background:transparent}.merchant-sidebar-nav::-webkit-scrollbar-thumb{background:rgba(var(--muted-foreground-rgb),.3);border-radius:3px}.merchant-sidebar-nav::-webkit-scrollbar-thumb:hover{background:rgba(var(--muted-foreground-rgb),.5)}.merchant-content,.merchant-sidebar-nav{scrollbar-width:thin;scrollbar-color:rgba(var(--muted-foreground-rgb),.4) rgba(var(--muted-rgb),.2)}.cover-photo-preview-modal-overlay{position:fixed;inset:0;background-color:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.cover-photo-preview-modal{background:#fff;border-radius:16px;max-width:900px;width:90%;max-height:90vh;overflow:hidden;position:relative;animation:slideUp .3s ease-out;box-shadow:0 20px 60px #0000004d}.cover-photo-preview-close{position:absolute;top:12px;right:12px;background:#0009;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color .2s;color:#fff}.cover-photo-preview-close:hover{background:#000c}.cover-photo-preview-content{display:flex;flex-direction:column;padding:24px}.cover-photo-preview-image-container{width:100%;aspect-ratio:3 / 1;display:flex;align-items:center;justify-content:center;margin-bottom:24px;border-radius:12px;overflow:hidden;background:#f5f5f5}.cover-photo-preview-image{width:100%;height:100%;object-fit:cover}.cover-photo-preview-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cover-photo-preview-placeholder svg{opacity:.8}.cover-photo-preview-placeholder p{font-size:18px;font-weight:500;margin:0}.cover-photo-preview-actions{display:flex;flex-direction:column;gap:12px}.cover-photo-preview-btn{padding:14px 24px;border-radius:8px;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.cover-photo-preview-btn-primary{background:#667eea;color:#fff}.cover-photo-preview-btn-primary:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.cover-photo-preview-btn-secondary{background:#f5f5f5;color:#333}.cover-photo-preview-btn-secondary:hover{background:#e5e5e5}@media(max-width:768px){.cover-photo-preview-modal{max-width:95%;border-radius:12px}.cover-photo-preview-content{padding:16px}.cover-photo-preview-image-container{margin-bottom:16px;aspect-ratio:2 / 1}.cover-photo-preview-placeholder svg{width:48px;height:48px}.cover-photo-preview-placeholder p{font-size:16px}.cover-photo-preview-btn{padding:12px 20px;font-size:14px}}.business-profile-edit-modal{background:rgb(var(--card-rgb));border:1px solid rgba(var(--border-rgb),.5);border-radius:16px;width:90%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);animation:slideUp .3s cubic-bezier(.2,.8,.2,1)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(var(--border-rgb),.5)}.modal-header-content{display:flex;align-items:center;gap:.75rem}.modal-icon{color:rgb(var(--primary-rgb))}.modal-close-btn{background:transparent;border:none;padding:.5rem;cursor:pointer;color:rgb(var(--muted-foreground-rgb));border-radius:8px;transition:all .2s ease}.modal-close-btn:hover{background:rgba(var(--muted-rgb),.5);color:rgb(var(--foreground-rgb))}.modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.spinner{animation:spin 1s linear infinite;color:rgb(var(--primary-rgb))}.profile-info-banner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:rgba(var(--muted-rgb),.3);border-bottom:1px solid rgba(var(--border-rgb),.5);flex-shrink:0}.profile-info-left h3{margin:0 0 .25rem;font-size:1rem;font-weight:700;color:rgb(var(--foreground-rgb))}.profile-info-left p{margin:0;font-size:.8rem;color:rgb(var(--muted-foreground-rgb))}.profile-info-right{display:flex;gap:.5rem}.status-badge{padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.verified{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.3)}.status-badge.pending{background:#fbbf241a;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.status-badge.status{background:rgba(var(--primary-rgb),.1);color:rgb(var(--primary-rgb));border:1px solid rgba(var(--primary-rgb),.3)}.message-banner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;animation:slideIn .3s ease;flex-shrink:0}.message-banner.error{background:#ef44441a;border-bottom:1px solid rgba(239,68,68,.3);color:#ef4444}.message-banner.success{background:#10b9811a;border-bottom:1px solid rgba(16,185,129,.3);color:#10b981}.modal-tabs{display:flex;padding:0 1.5rem;border-bottom:1px solid rgba(var(--border-rgb),.5);background:rgba(var(--muted-rgb),.2);flex-shrink:0}.tab-btn{padding:.75rem 1.25rem;border:none;background:transparent;color:rgb(var(--muted-foreground-rgb));font-size:.875rem;font-weight:600;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease}.tab-btn:hover{color:rgb(var(--foreground-rgb));background:rgba(var(--muted-rgb),.3)}.tab-btn.active{color:rgb(var(--primary-rgb));border-bottom-color:rgb(var(--primary-rgb))}.business-profile-edit-modal form{display:flex;flex-direction:column;flex:1;min-height:0}.modal-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;min-height:0}.tab-content{animation:fadeIn .3s ease}.form-group label{display:block;margin-bottom:.4rem;font-size:.85rem;font-weight:600;color:rgb(var(--foreground-rgb))}.input-wrapper{display:flex;align-items:center;gap:.75rem;background:transparent;border:none;padding:0}.input-wrapper svg{flex-shrink:0;color:rgb(var(--muted-foreground-rgb))}.input-wrapper input{flex:1}.form-group input,.form-group textarea{width:100%;padding:.625rem .875rem;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 .3s ease;outline:none;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{background:rgba(var(--muted-rgb),.5);border-color:rgb(var(--primary-rgb));box-shadow:0 0 0 3px rgba(var(--primary-rgb),.1)}.form-group input.input-disabled{opacity:.6;cursor:not-allowed;background:rgba(var(--muted-rgb),.5)}.form-group textarea{resize:vertical;min-height:100px}.input-hint{margin:.5rem 0 0;font-size:.75rem;color:rgb(var(--muted-foreground-rgb))}.input-hint.text-right{text-align:right}.form-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.business-hours-section{padding:1.5rem;background:rgba(var(--muted-rgb),.2);border:1px solid rgba(var(--border-rgb),.5);border-radius:12px;margin-bottom:1.5rem}.business-hours-section h4{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:600;color:rgb(var(--foreground-rgb))}.days-open-section{margin-top:1.5rem}.days-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.9rem;font-weight:600;color:rgb(var(--foreground-rgb))}.days-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;padding:.5rem;cursor:pointer;border-radius:6px;transition:background .2s ease}.checkbox-label:hover{background:rgba(var(--muted-rgb),.3)}.checkbox-label input[type=checkbox]{width:auto;cursor:pointer}.cover-upload-wrapper{border:2px dashed rgba(var(--border-rgb),.5);border-radius:8px;padding:1rem;text-align:center;background:rgba(var(--muted-rgb),.2);background-size:cover;background-position:center;background-repeat:no-repeat;transition:all .3s ease;cursor:pointer;position:relative;min-height:150px;display:flex;align-items:center;justify-content:center}.cover-upload-wrapper.has-image{border:2px solid rgba(var(--border-rgb),.3);padding:0}.cover-upload-wrapper:hover{border-color:rgb(var(--primary-rgb))}.cover-upload-wrapper.has-image:hover{border-color:rgba(var(--primary-rgb),.8)}.cover-upload-wrapper.has-image:hover .cover-change-overlay{opacity:1}.cover-upload-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:1}.cover-upload-overlay{position:absolute;inset:0;background:#0009;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border-radius:8px;transition:opacity .3s ease;z-index:2}.cover-change-overlay{opacity:0}.cover-upload-overlay .cover-upload-icon,.cover-upload-overlay .cover-upload-text{color:#fff}.cover-upload-icon{color:rgb(var(--muted-foreground-rgb))}.cover-upload-text{font-size:.875rem;color:rgb(var(--foreground-rgb));font-weight:500;margin:0}.cover-upload-hint{font-size:.75rem;color:rgb(var(--muted-foreground-rgb));margin:0}.cover-preview{margin-top:.75rem;border-radius:8px;overflow:hidden;max-height:150px}.cover-preview img{width:100%;height:auto;display:block}.checkbox-label span{font-size:.875rem;color:rgb(var(--foreground-rgb))}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem 2rem;border-top:1px solid rgba(var(--border-rgb),.5);background:rgba(var(--muted-rgb),.1);flex-shrink:0}.btn-primary,.btn-secondary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,rgb(var(--primary-rgb)),rgba(var(--primary-rgb),.8));color:#fff;box-shadow:0 4px 12px rgba(var(--primary-rgb),.3)}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--primary-rgb),.4)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:rgba(var(--muted-rgb),.3);color:rgb(var(--foreground-rgb));border:1px solid rgba(var(--border-rgb),.5)}.btn-secondary:hover:not(:disabled){background:rgba(var(--muted-rgb),.5);border-color:rgb(var(--primary-rgb))}@media(max-width:768px){.business-profile-edit-modal{width:95%;max-height:95vh}.modal-header{padding:1rem 1.5rem}.modal-header h2{font-size:1.25rem}.modal-body{padding:1.5rem}.modal-tabs{padding:0 1.5rem}.tab-btn{padding:.75rem 1rem;font-size:.875rem}.form-grid-2,.days-grid{grid-template-columns:1fr}.modal-footer{padding:1rem 1.5rem}.profile-info-banner{flex-direction:column;align-items:flex-start;gap:.75rem}}@media(max-width:480px){.modal-tabs{overflow-x:auto;scrollbar-width:none}.modal-tabs::-webkit-scrollbar{display:none}}.image-crop-modal-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.image-crop-modal{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.image-crop-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.image-crop-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.close-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.close-btn:hover{background-color:#f3f4f6;color:#111827}.image-crop-content{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden}.crop-container{position:relative;width:100%;height:400px;background-color:#000;border-radius:8px;overflow:hidden}.zoom-control{display:flex;flex-direction:column;gap:.5rem}.zoom-control label{font-size:.875rem;font-weight:500;color:#374151}.zoom-control input[type=range]{width:100%;height:4px;border-radius:2px;background:#e5e7eb;outline:none;-webkit-appearance:none}.zoom-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;transition:all .2s}.zoom-control input[type=range]::-webkit-slider-thumb:hover{background:#2563eb;transform:scale(1.1)}.zoom-control input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;border:none;transition:all .2s}.zoom-control input[type=range]::-moz-range-thumb:hover{background:#2563eb;transform:scale(1.1)}.image-crop-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:.75rem}.btn{padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background-color:#f3f4f6;color:#374151}.btn-secondary:hover:not(:disabled){background-color:#e5e7eb}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2563eb}@media(max-width:640px){.image-crop-modal{max-width:100%;max-height:100vh;border-radius:0}.crop-container{height:300px}.image-crop-header,.image-crop-content,.image-crop-footer{padding:1rem}}.add-post-modal-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.add-post-modal{background:rgb(var(--card-rgb));border-radius:.75rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.add-post-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(var(--border-rgb),.5)}.add-post-modal-header h2{font-size:1.5rem;font-weight:600;color:rgb(var(--foreground-rgb));margin:0}.add-post-modal-close{background:none;border:none;cursor:pointer;padding:.5rem;color:rgb(var(--foreground-rgb));opacity:.7;transition:opacity .2s;border-radius:.375rem}.add-post-modal-close:hover{opacity:1;background:rgba(var(--border-rgb),.3)}.add-post-modal-warning{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.5rem;padding:1rem;margin:1rem 1.5rem 0}.add-post-modal-warning p{color:#ef4444;margin:0;font-size:.875rem}.add-post-modal-form{padding:1.5rem}.add-post-form-group{margin-bottom:1.5rem}.add-post-label{display:block;font-size:.875rem;font-weight:500;color:rgb(var(--foreground-rgb));margin-bottom:.5rem}.add-post-upload-area{border:2px dashed rgba(var(--border-rgb),.5);border-radius:.5rem;padding:2rem;text-align:center;transition:all .2s}.add-post-upload-area:hover{border-color:rgba(var(--border-rgb),.8);background:rgba(var(--border-rgb),.1)}.add-post-file-input{display:none}.add-post-upload-label{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.75rem;color:rgb(var(--foreground-rgb))}.add-post-upload-label:hover{opacity:.8}.add-post-upload-label svg{opacity:.5}.add-post-upload-label span{font-size:.875rem}.add-post-upload-hint{opacity:.6;font-size:.75rem!important}.add-post-image-preview{position:relative;border-radius:.5rem;overflow:hidden;aspect-ratio:16 / 9;background:rgba(var(--border-rgb),.2)}.add-post-image-preview img{width:100%;height:100%;object-fit:cover}.add-post-remove-image{position:absolute;top:.75rem;right:.75rem;background:#000000b3;border:none;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s}.add-post-remove-image:hover{background:#000000e6}.add-post-textarea{width:100%;padding:.75rem;border:1px solid rgba(var(--border-rgb),.5);border-radius:.5rem;background:rgb(var(--background-rgb));color:rgb(var(--foreground-rgb));font-family:inherit;font-size:.875rem;resize:vertical;transition:border-color .2s}.add-post-textarea:focus{outline:none;border-color:rgba(var(--border-rgb),.8)}.add-post-textarea:disabled{opacity:.5;cursor:not-allowed}.add-post-select{width:100%;padding:.75rem;border:1px solid rgba(var(--border-rgb),.5);border-radius:.5rem;background:rgb(var(--background-rgb));color:rgb(var(--foreground-rgb));font-family:inherit;font-size:.875rem;cursor:pointer;transition:border-color .2s}.add-post-select:focus{outline:none;border-color:rgba(var(--border-rgb),.8)}.add-post-select:disabled{opacity:.5;cursor:not-allowed}.add-post-input{width:100%;padding:.75rem;border:1px solid rgba(var(--border-rgb),.5);border-radius:.5rem;background:rgb(var(--background-rgb));color:rgb(var(--foreground-rgb));font-family:inherit;font-size:.875rem;transition:border-color .2s}.add-post-input:focus{outline:none;border-color:rgba(var(--border-rgb),.8)}.add-post-input:disabled{opacity:.5;cursor:not-allowed}.add-post-hint{display:block;font-size:.75rem;color:rgba(var(--foreground-rgb),.6);margin-top:.25rem}.add-post-modal-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.5rem;padding:.75rem;color:#ef4444;font-size:.875rem;margin-bottom:1rem}.add-post-modal-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:.5rem;padding:.75rem;color:#22c55e;font-size:.875rem;margin-bottom:1rem}.add-post-modal-footer{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.add-post-btn-cancel,.add-post-btn-submit{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;border:none}.add-post-btn-cancel{background:rgba(var(--border-rgb),.3);color:rgb(var(--foreground-rgb))}.add-post-btn-cancel:hover:not(:disabled){background:rgba(var(--border-rgb),.4)}.add-post-btn-submit{background:rgb(var(--foreground-rgb));color:rgb(var(--background-rgb))}.add-post-btn-submit:hover:not(:disabled){opacity:.9}.add-post-btn-cancel:disabled,.add-post-btn-submit:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.add-post-modal{max-height:100vh;border-radius:0}.add-post-modal-header{padding:1rem}.add-post-modal-header h2{font-size:1.25rem}.add-post-modal-form{padding:1rem}.add-post-modal-footer{flex-direction:column-reverse}.add-post-btn-cancel,.add-post-btn-submit{width:100%}}.profile-picture-preview-modal-overlay{position:fixed;inset:0;background-color:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.profile-picture-preview-modal{background:#fff;border-radius:16px;max-width:500px;width:90%;max-height:90vh;overflow:hidden;position:relative;animation:slideUp .3s ease-out;box-shadow:0 20px 60px #0000004d}.profile-picture-preview-close{position:absolute;top:12px;right:12px;background:#0009;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color .2s;color:#fff}.profile-picture-preview-close:hover{background:#000c}.profile-picture-preview-content{display:flex;flex-direction:column;padding:24px}.profile-picture-preview-image-container{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:24px;border-radius:12px;overflow:hidden;background:#f5f5f5}.profile-picture-preview-image{width:100%;height:100%;object-fit:cover}.profile-picture-preview-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.profile-picture-preview-initials{font-size:72px;font-weight:700;color:#fff;text-transform:uppercase}.profile-picture-preview-actions{display:flex;flex-direction:column;gap:12px}.profile-picture-preview-btn{padding:14px 24px;border-radius:8px;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.profile-picture-preview-btn-primary{background:#667eea;color:#fff}.profile-picture-preview-btn-primary:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.profile-picture-preview-btn-secondary{background:#f5f5f5;color:#333}.profile-picture-preview-btn-secondary:hover{background:#e5e5e5}@media(max-width:640px){.profile-picture-preview-modal{max-width:95%;border-radius:12px}.profile-picture-preview-content{padding:16px}.profile-picture-preview-image-container{margin-bottom:16px}.profile-picture-preview-initials{font-size:56px}.profile-picture-preview-btn{padding:12px 20px;font-size:14px}}.business-profile-page{width:100%;min-height:100vh;background:rgb(var(--background-rgb));color:rgb(var(--foreground-rgb))}.profile-hero{width:100%;background:rgba(var(--card-rgb),.8);border-bottom:1px solid rgba(var(--border-rgb),.5)}.profile-hero-container{max-width:64rem;margin:0 auto;padding:1.5rem 1rem}.profile-hero-content{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:640px){.profile-hero-content{flex-direction:row;gap:2.5rem}}.profile-avatar-section{display:flex;justify-content:center}@media(min-width:640px){.profile-avatar-section{justify-content:flex-start}}.profile-avatar-wrapper{position:relative;width:5rem;height:5rem;border-radius:50%;overflow:hidden;border:4px solid rgb(var(--secondary-rgb));box-shadow:0 8px 24px rgba(var(--secondary-rgb),.2)}@media(min-width:640px){.profile-avatar-wrapper{width:9rem;height:9rem}}.profile-avatar{width:100%;height:100%;border-radius:50%;border:2px solid rgba(var(--secondary-rgb),.3);background:linear-gradient(135deg,rgba(var(--primary-rgb),.2),rgba(var(--secondary-rgb),.2));display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;padding:0!important;margin:0!important;transition:all .3s ease;flex-shrink:0;outline:none;appearance:none;-webkit-appearance:none;line-height:1;box-sizing:border-box}.profile-avatar-clickable{cursor:pointer}.profile-avatar-clickable:hover{transform:scale(1.02);border-color:rgba(var(--secondary-rgb),.5)}.profile-avatar-no-image{background:linear-gradient(135deg,rgba(var(--primary-rgb),.15),rgba(var(--secondary-rgb),.15))}.profile-avatar-no-image:hover{background:linear-gradient(135deg,rgba(var(--primary-rgb),.25),rgba(var(--secondary-rgb),.25))}.profile-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;transition:opacity .3s ease;position:absolute!important;inset:0!important;z-index:1;margin:0!important;padding:0!important;border:none!important;box-sizing:border-box!important}.profile-avatar-clickable:hover img{opacity:.7}.profile-avatar-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:2}.profile-avatar-clickable:hover .profile-avatar-overlay{opacity:1}.profile-avatar-no-image-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:100%;height:100%}.profile-avatar-initials{font-size:1.5rem;font-weight:700;color:rgb(var(--secondary-rgb))}@media(min-width:640px){.profile-avatar-initials{font-size:3rem}}.profile-avatar-camera-icon{color:rgb(var(--muted-foreground-rgb));opacity:.7}.profile-avatar-clickable:hover .profile-avatar-camera-icon{color:rgb(var(--secondary-rgb));opacity:1}.profile-info-section{flex:1;text-align:center}@media(min-width:640px){.profile-info-section{text-align:left}}.profile-header-row{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}@media(min-width:640px){.profile-header-row{flex-direction:row;align-items:center;gap:1rem}}.profile-username-wrapper{display:flex;align-items:center;justify-content:center;gap:.5rem}@media(min-width:640px){.profile-username-wrapper{justify-content:flex-start}}.profile-username{font-size:1.25rem;font-weight:400;color:rgb(var(--foreground-rgb));margin:0}.profile-verified-badge{color:rgb(var(--secondary-rgb));fill:rgb(var(--secondary-rgb))}.profile-actions-desktop{display:none;align-items:center;gap:.5rem}@media(min-width:640px){.profile-actions-desktop{display:flex}}.profile-actions-mobile{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}@media(min-width:640px){.profile-actions-mobile{display:none}}.profile-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;white-space:nowrap}.profile-btn-secondary{background:rgba(var(--muted-rgb),.8);color:rgb(var(--foreground-rgb));border:1px solid rgba(var(--border-rgb),.3)}.profile-btn-secondary:hover{background:rgba(var(--muted-rgb),1);border-color:rgba(var(--border-rgb),.5)}.profile-stats-row{display:flex;justify-content:center;gap:.75rem;margin-bottom:1rem}@media(min-width:640px){.profile-stats-row{justify-content:flex-start}}.profile-stat-card{display:flex;flex-direction:column;align-items:center;padding:.75rem 1rem;border-radius:10px;background:rgba(var(--secondary-rgb),.08);border:1px solid rgba(var(--secondary-rgb),.2);min-width:70px;transition:all .3s ease;cursor:pointer}.profile-stat-card:hover{background:rgba(var(--secondary-rgb),.12);border-color:rgba(var(--secondary-rgb),.3);transform:translateY(-2px)}.profile-stat-value{font-size:1.125rem;font-weight:700;color:rgb(var(--secondary-rgb))}.profile-stat-label{font-size:.75rem;color:rgb(var(--muted-foreground-rgb));text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem}.profile-details{margin-bottom:1rem}.profile-display-name{font-weight:600;font-size:.875rem;color:rgb(var(--foreground-rgb));margin:0 0 .25rem}.profile-category{font-size:.875rem;color:rgb(var(--muted-foreground-rgb));margin:0 0 .25rem}.profile-bio{font-size:.875rem;color:rgb(var(--foreground-rgb));white-space:pre-wrap;margin:0 0 .5rem;line-height:1.5}.profile-location{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.875rem;color:rgb(var(--muted-foreground-rgb))}@media(min-width:640px){.profile-location{justify-content:flex-start}}.story-highlights{width:100%;background:rgba(var(--card-rgb),.8);border-bottom:1px solid rgba(var(--border-rgb),.5);padding:1rem 0}.story-highlights-container{max-width:64rem;margin:0 auto;padding:0 1rem}.story-highlights-scroll{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.story-highlights-scroll::-webkit-scrollbar{display:none}.story-highlight-item{display:flex;flex-direction:column;align-items:center;gap:.375rem;flex-shrink:0;cursor:pointer;background:none;border:none;padding:0}.story-highlight-add{width:5rem;height:6rem;border-radius:12px;border:2px dashed rgba(var(--muted-foreground-rgb),.5);display:flex;align-items:center;justify-content:center;color:rgb(var(--muted-foreground-rgb));transition:all .3s ease}@media(min-width:640px){.story-highlight-add{width:6rem;height:7rem}}.story-highlight-add:hover{border-color:rgb(var(--secondary-rgb));background:rgba(var(--secondary-rgb),.05)}.story-highlight-cover{width:5rem;height:6rem;border-radius:12px;overflow:hidden;border:2px solid rgba(var(--secondary-rgb),.2);transition:all .3s ease}@media(min-width:640px){.story-highlight-cover{width:6rem;height:7rem}}.story-highlight-item:hover .story-highlight-cover{border-color:rgb(var(--secondary-rgb))}.story-highlight-img{width:100%;height:100%;object-fit:cover}.story-highlight-placeholder{width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--secondary-rgb),.1),rgba(var(--primary-rgb),.1));display:flex;align-items:center;justify-content:center}.story-highlight-placeholder span{font-size:1.5rem;font-weight:700;color:rgba(var(--secondary-rgb),.6)}.story-highlight-label{font-size:.75rem;font-weight:500;color:rgb(var(--foreground-rgb));max-width:5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:640px){.story-highlight-label{max-width:6rem}}.media-grid{width:100%}.media-grid-tabs{border-top:1px solid rgba(var(--border-rgb),.5);background:rgba(var(--card-rgb),.8);position:sticky;top:0;z-index:10}.media-grid-tabs-container{max-width:64rem;margin:0 auto;padding:0 1rem}.media-grid-tabs-wrapper{display:flex;gap:.25rem}.media-grid-tab{position:relative;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:rgb(var(--muted-foreground-rgb));background:none;border:none;cursor:pointer;transition:all .3s ease;border-radius:8px 8px 0 0}.media-grid-tab:hover{color:rgb(var(--foreground-rgb));background:rgba(var(--muted-rgb),.5)}.media-grid-tab.active{color:rgb(var(--secondary-rgb))}.media-grid-tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:rgb(var(--secondary-rgb));border-radius:2px}.media-grid-container{max-width:64rem;margin:0 auto}.media-grid-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;text-align:center}.media-grid-empty-icon{width:4rem;height:4rem;border-radius:50%;border:2px solid rgb(var(--foreground-rgb));display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:rgb(var(--foreground-rgb))}.media-grid-empty-title{font-size:1.5rem;font-weight:300;color:rgb(var(--foreground-rgb));margin:0 0 .5rem}.media-grid-empty-text{font-size:.875rem;color:rgb(var(--muted-foreground-rgb));max-width:20rem;margin:0 0 1.5rem}.media-grid-empty-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,rgb(var(--secondary-rgb)),#00a376);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.media-grid-empty-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--secondary-rgb),.4)}.media-grid-items{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}@media(min-width:640px){.media-grid-items{gap:4px}}.media-grid-add-btn{aspect-ratio:1;background:rgba(var(--muted-rgb),.5);display:flex;flex-direction:column;align-items:center;justify-content:center;color:rgb(var(--muted-foreground-rgb));cursor:pointer;border:none;transition:all .3s ease}.media-grid-add-btn:hover{background:rgba(var(--muted-rgb),.8)}.media-grid-add-btn span{font-size:.75rem;margin-top:.25rem;display:none}@media(min-width:640px){.media-grid-add-btn span{display:block}}.media-grid-item{position:relative;aspect-ratio:1;overflow:hidden;cursor:pointer;border:none;padding:0;background:none}.media-grid-item-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.media-grid-item:hover .media-grid-item-img{transform:scale(1.05)}.media-grid-item-overlay{position:absolute;inset:0;background:#0006;display:none;align-items:center;justify-content:center;gap:1.5rem;opacity:0;transition:opacity .3s ease}@media(min-width:640px){.media-grid-item-overlay{display:flex}.media-grid-item:hover .media-grid-item-overlay{opacity:1}}.media-grid-stat{display:flex;align-items:center;gap:.375rem;color:#fff;font-weight:600}.media-grid-video-indicator{position:absolute;top:.5rem;right:.5rem;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.media-modal-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.media-modal{position:relative;max-width:80rem;width:100%;max-height:90vh;background:rgb(var(--card-rgb));border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000080}.media-modal-close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border-radius:50%;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease}.media-modal-close:hover{background:#000c;transform:scale(1.1)}.media-modal-content{display:flex;flex-direction:column;min-height:50vh}@media(min-width:640px){.media-modal-content{flex-direction:row;min-height:70vh}}.media-modal-media{flex:1;background:#000;display:flex;align-items:center;justify-content:center}.media-modal-video,.media-modal-img{max-width:100%;max-height:70vh;width:100%;object-fit:contain}.media-modal-details{width:100%;display:flex;flex-direction:column;background:rgb(var(--card-rgb));border-left:1px solid rgba(var(--border-rgb),.5)}@media(min-width:640px){.media-modal-details{width:20rem}}.media-modal-header{padding:1rem;border-bottom:1px solid rgba(var(--border-rgb),.5)}.media-modal-date{font-size:.875rem;color:rgb(var(--muted-foreground-rgb));margin:0}.media-modal-caption{flex:1;padding:1rem;overflow-y:auto}.media-modal-caption p{font-size:.875rem;color:rgb(var(--foreground-rgb));margin:0;line-height:1.5}.media-modal-actions{padding:1rem;border-top:1px solid rgba(var(--border-rgb),.5)}.media-modal-action-icons{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.media-modal-icon-btn{background:none;border:none;color:rgb(var(--foreground-rgb));cursor:pointer;padding:0;transition:all .3s ease}.media-modal-icon-btn:hover{color:rgb(var(--secondary-rgb));opacity:.8}.media-modal-likes{margin-bottom:.75rem}.media-modal-likes p{font-size:.875rem;font-weight:600;color:rgb(var(--foreground-rgb));margin:0}.media-modal-delete-btn{width:100%;padding:.75rem;background:rgba(var(--destructive-rgb),.1);color:rgb(var(--destructive-rgb));border:1px solid rgba(var(--destructive-rgb),.3);border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.media-modal-delete-btn:hover{background:rgba(var(--destructive-rgb),.2);border-color:rgba(var(--destructive-rgb),.5)}.branches-page{width:100%;max-width:1280px;margin:0 auto}.branches-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.branches-title-section{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.branches-icon{width:3rem;height:3rem;background:#059669;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.branches-header h1{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:#111827}.branches-subtitle{font-size:.875rem;color:#6b7280;margin:0}.branches-add-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s,box-shadow .15s;white-space:nowrap;background:#0f172a;color:#fff;box-shadow:0 1px 2px #0000000d;flex:none!important;width:auto!important}.branches-add-btn:hover{background:#1e293b;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.branches-alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;animation:slideIn .3s ease}.branches-alert-success{background:#d1fae5!important;border:1px solid #6ee7b7!important;color:#047857!important}.branches-alert-success svg{color:#059669!important}.branches-alert-error{background:#fee2e2!important;border:1px solid #fecaca!important;color:#b91c1c!important}.branches-alert-error svg{color:#dc2626!important}.branches-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.branches-loading .spinner{color:#059669;animation:spin 1s linear infinite;margin-bottom:1rem}.branches-loading p{color:#6b7280;font-size:.875rem;margin:0}.branches-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.branches-empty-state svg{color:#9ca3af;margin-bottom:1.5rem}.branches-empty-state h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#111827}.branches-empty-state p{margin:0 0 1.5rem;color:#6b7280;font-size:.875rem}.branches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem}.branch-card{background:rgba(var(--card-rgb),.7);border:1px solid rgba(var(--border-rgb),.3);border-radius:12px;overflow:hidden;transition:all .3s ease}.branch-card:hover{border-color:rgba(var(--secondary-rgb),.4);box-shadow:0 4px 12px rgba(var(--secondary-rgb),.15);transform:translateY(-2px);background:rgba(var(--card-rgb),.9)}.branch-card-header{padding:1.5rem;border-bottom:1px solid rgba(var(--border-rgb),.3);display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;background:rgba(var(--card-rgb),.3)}.branch-card-title{display:flex;gap:1rem;align-items:flex-start;flex:1;min-width:0}.branch-card-icon{width:44px;height:44px;background:linear-gradient(135deg,rgb(var(--secondary-rgb)),#00a376);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.branch-card-header h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:rgb(var(--foreground-rgb));word-break:break-word}.branch-category{display:inline-block;font-size:.8125rem;color:rgb(var(--primary-rgb));background:rgba(var(--primary-rgb),.1);padding:.25rem .75rem;border-radius:6px;font-weight:500}.branch-status{padding:.3rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;flex-shrink:0}.branch-status-active{background:#22c55e26;color:#22c55e}.branch-status-pending{background:#fbbf2426;color:#fbbf24}.branch-status-inactive{background:#ef444426;color:#ef4444}.branch-card-body{padding:1.5rem}.branch-info-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.875rem;font-size:.9rem;color:rgb(var(--muted-foreground-rgb));line-height:1.5}.branch-info-item:last-child{margin-bottom:0}.branch-info-item svg{flex-shrink:0;margin-top:.15rem;color:rgb(var(--muted-foreground-rgb))}.branch-info-item strong{color:rgb(var(--foreground-rgb));font-weight:600}.branch-verified{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(var(--border-rgb),.3);color:#22c55e;font-weight:600;font-size:.875rem}.branch-verified svg{color:#22c55e}.branches-modal{max-width:700px;max-height:90vh;overflow-y:auto;overflow-x:visible;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.branch-form{padding:1.5rem 0}.form-section{margin-bottom:1.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.25rem;position:relative;overflow:visible}.form-section h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#111827;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.form-row:last-child{margin-bottom:0}.branch-form .form-section>div:not(.form-row){margin-bottom:1rem}.branch-form .required{color:#ef4444}.branch-form [data-slot=label]+*{margin-top:.75rem}.branch-form [data-slot=control] input,.branch-form [data-slot=control] select,.branch-form input:not([type=hidden]),.branch-form select{width:100%;min-height:2.25rem;padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;outline:1px solid #d1d5db;outline-offset:-1px;border:none!important;box-shadow:none!important;background:#fff!important}.branch-form [data-slot=control] input::placeholder,.branch-form input::placeholder{color:#9ca3af}.branch-form [data-slot=control]:focus-within input,.branch-form input:focus{outline:2px solid rgb(var(--secondary-rgb));outline-offset:-2px}.branch-form [data-slot=control]:focus-within:after{box-shadow:none!important}.branch-form [class*=relative] button{min-height:2.25rem;padding:.5rem .75rem!important;font-size:.875rem;border:1px solid #d1d5db!important;border-radius:.375rem;background:#fff!important}.branch-form [class*=relative] button:focus{outline:2px solid rgb(var(--secondary-rgb));outline-offset:-2px;border-color:rgb(var(--secondary-rgb))!important}.form-group{margin-bottom:1rem;position:relative;overflow:visible}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' 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 1rem center;background-size:16px;padding-right:3rem}.branches-save-btn,.branches-page .modal-footer button[type=submit]{background:#0f172a!important;color:#fff!important;border-color:#0f172a!important}.branches-save-btn:hover:not(:disabled),.branches-page .modal-footer button[type=submit]:hover:not(:disabled){background:#1e293b!important;color:#fff!important;border-color:#1e293b!important}@media(max-width:768px){.branches-page{padding:0}.branches-header{flex-direction:column;align-items:flex-start;gap:1rem}.branches-title-section{width:100%}.branches-icon{width:48px;height:48px}.branches-header h1{font-size:1.5rem}.branches-add-btn{width:100%;justify-content:center}.branches-grid{grid-template-columns:1fr;gap:1rem}.form-row{grid-template-columns:1fr}.branches-modal{max-width:95%;margin:1rem}.branch-card-header{flex-direction:column;gap:.75rem}.branch-card-title{width:100%}}.employees-page{width:100%}.employees-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(var(--secondary-rgb),.2)}.employees-title-section{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.employees-icon{width:56px;height:56px;background:linear-gradient(135deg,rgb(var(--secondary-rgb)),#00a376);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px rgba(var(--secondary-rgb),.3)}.employees-header h1{font-size:2rem;font-weight:700;margin:0 0 .25rem;color:rgb(var(--foreground-rgb))}.employees-subtitle{font-size:.95rem;color:rgb(var(--muted-foreground-rgb));margin:0}.employees-add-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;background:linear-gradient(135deg,rgb(var(--secondary-rgb)),#00a376);color:#fff;box-shadow:0 4px 12px rgba(var(--secondary-rgb),.3);flex:none!important;width:auto!important}.employees-add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--secondary-rgb),.4)}.employees-alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:10px;margin-bottom:1.5rem;font-size:.95rem;font-weight:500;animation:slideIn .3s ease}.employees-alert-success{background:#10b98126!important;border:1px solid rgba(16,185,129,.4)!important;color:#10b981!important}.employees-alert-success svg{color:#10b981!important}.employees-alert-error{background:#ef44441a!important;border:1px solid rgba(239,68,68,.3)!important;color:#ef4444!important}.employees-alert-error svg{color:#ef4444!important}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.employees-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.employees-loading .spinner{color:rgb(var(--secondary-rgb));animation:spin 1s linear infinite;margin-bottom:1rem}.employees-loading p{color:rgb(var(--muted-foreground-rgb));font-size:1rem;margin:0}.employees-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:rgba(var(--card-rgb),.5);border:1px solid rgba(var(--border-rgb),.5);border-radius:12px}.employees-empty-state svg{color:rgb(var(--muted-foreground-rgb));margin-bottom:1.5rem}.employees-empty-state h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:rgb(var(--foreground-rgb))}.employees-empty-state p{margin:0 0 1.5rem;color:rgb(var(--muted-foreground-rgb))}.employees-sort{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:rgba(var(--card-rgb),.7);border:1px solid rgba(var(--border-rgb),.3);border-radius:12px}.sort-group{display:flex;align-items:center;gap:.5rem}.sort-select-wrapper{position:relative;display:flex;align-items:center;gap:.5rem}.sort-icon{color:rgb(var(--muted-foreground-rgb));flex-shrink:0}.sort-select{padding:.75rem 2.5rem .75rem .875rem;background:rgba(var(--background-rgb),.8);border:1px solid rgba(var(--border-rgb),.3);border-radius:8px;font-size:.95rem;color:rgb(var(--foreground-rgb));cursor:pointer;transition:all .2s ease;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 .75rem center;min-width:200px}.sort-select:focus{outline:none;border-color:rgb(var(--secondary-rgb));box-shadow:0 0 0 3px rgba(var(--secondary-rgb),.1)}.employees-table-container{background:rgba(var(--card-rgb),.7);border:1px solid rgba(var(--border-rgb),.3);border-radius:12px;overflow:hidden;overflow-x:auto}.employees-table{width:100%;border-collapse:collapse;background:transparent}.employees-table thead{background:rgba(var(--card-rgb),.5);border-bottom:2px solid rgba(var(--border-rgb),.3)}.employees-table th{position:relative}.employees-table th{padding:1rem 1.25rem;text-align:left;font-size:.875rem;font-weight:700;color:rgb(var(--muted-foreground-rgb));text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;position:relative}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.sortable-header:hover{background-color:rgba(var(--secondary-rgb),.05)}.header-content{display:flex;align-items:center;gap:.5rem;justify-content:space-between}.header-content span{flex:1}.header-content svg{flex-shrink:0;color:rgb(var(--muted-foreground-rgb));opacity:.6;transition:opacity .2s ease}.sortable-header:hover .header-content svg{opacity:1}.sortable-header.active .header-content svg{opacity:1;color:rgb(var(--secondary-rgb))}.employees-table th:first-child{padding-left:1.5rem}.employees-table th:last-child{padding-right:1.5rem}.employee-row{border-bottom:1px solid rgba(var(--border-rgb),.2);transition:all .2s ease;cursor:pointer}.employee-row:hover{background:rgba(var(--secondary-rgb),.05)}.employee-row:last-child{border-bottom:none}.employees-table td{padding:1.25rem;font-size:.95rem;color:rgb(var(--foreground-rgb));vertical-align:middle}.employees-table td:first-child{padding-left:1.5rem}.employees-table td:last-child{padding-right:1.5rem}.employee-name-cell{display:flex;align-items:center;gap:.75rem;font-weight:600;color:rgb(var(--foreground-rgb))}.employee-avatar-small{width:36px;height:36px;background:linear-gradient(135deg,rgb(var(--secondary-rgb)),#00a376);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.employee-email-cell,.employee-phone-cell{display:flex;align-items:center;gap:.5rem;color:rgb(var(--muted-foreground-rgb))}.employee-email-cell svg,.employee-phone-cell svg{flex-shrink:0;color:rgb(var(--muted-foreground-rgb))}.employee-role-badge{display:inline-block;padding:.4rem .875rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.employee-role-owner{background:#3b82f626;color:#3b82f6}.employee-role-employee{background:#10b98126;color:#10b981}.employee-role-default{background:#6b728026;color:#6b7280}.employee-status-cell{display:flex;align-items:center;gap:.5rem;color:rgb(var(--muted-foreground-rgb))}.employee-status-cell svg.active{color:#22c55e}.employee-status-cell svg.inactive{color:#ef4444}.employee-joined-date{color:rgb(var(--muted-foreground-rgb));font-size:.9rem}.employee-edit-btn{background:rgba(var(--secondary-rgb),.1);border:1px solid rgba(var(--secondary-rgb),.3);border-radius:6px;padding:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgb(var(--secondary-rgb));transition:all .2s ease}.employee-edit-btn:hover{background:rgba(var(--secondary-rgb),.2);border-color:rgba(var(--secondary-rgb),.5);transform:scale(1.05)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(var(--border-rgb),.3)}.modal-header h2{margin:0;font-size:1.25rem;font-weight:700;color:rgb(var(--foreground-rgb))}.modal-close-btn{background:transparent;border:none;padding:.5rem;cursor:pointer;color:rgb(var(--muted-foreground-rgb));border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.modal-close-btn:hover:not(:disabled){background:rgba(var(--muted-rgb),.5);color:rgb(var(--foreground-rgb))}.employees-modal{padding:0}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.employee-form{padding:1.5rem 0}.form-section{margin-bottom:2rem;background:rgba(var(--card-rgb),.5);border:1px solid rgba(var(--border-rgb),.3);border-radius:12px;padding:1.5rem}.form-section h3{margin:0 0 1.25rem;font-size:1.125rem;font-weight:700;color:rgb(var(--foreground-rgb));padding-bottom:.75rem;border-bottom:1px solid rgba(var(--secondary-rgb),.2)}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:rgb(var(--foreground-rgb));font-size:.875rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid rgba(var(--border-rgb),.5);border-radius:8px;font-size:.95rem;background:rgba(var(--background-rgb),.5);color:rgb(var(--foreground-rgb));transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:rgb(var(--secondary-rgb));box-shadow:0 0 0 3px rgba(var(--secondary-rgb),.1);background:rgba(var(--background-rgb),.7)}.branch-select-wrapper{position:relative}.branch-select-button{width:100%;padding:.875rem 1rem;border:1px solid rgba(var(--border-rgb),.5);border-radius:8px;font-size:.95rem;background:rgba(var(--background-rgb),.5);color:rgb(var(--foreground-rgb));display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s ease}.branch-select-button:hover:not(:disabled){border-color:rgb(var(--secondary-rgb));background:rgba(var(--background-rgb),.7)}.branch-select-button:disabled{opacity:.6;cursor:not-allowed}.branch-select-button svg:last-child{margin-left:auto}.branch-select-dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:rgba(var(--card-rgb),1);border:1px solid rgba(var(--border-rgb),.3);border-radius:8px;box-shadow:0 4px 12px #00000026;max-height:300px;overflow-y:auto;z-index:1000}.branch-select-empty{padding:1rem;text-align:center;color:rgb(var(--muted-foreground-rgb));font-size:.9rem}.branch-select-option{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;cursor:pointer;transition:all .2s ease;border-bottom:1px solid rgba(var(--border-rgb),.1)}.branch-select-option:last-child{border-bottom:none}.branch-select-option:hover{background:rgba(var(--secondary-rgb),.1)}.branch-select-option.selected{background:rgba(var(--secondary-rgb),.15)}.branch-select-checkbox{width:20px;height:20px;border:2px solid rgba(var(--border-rgb),.5);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}.branch-select-option.selected .branch-select-checkbox{border-color:rgb(var(--secondary-rgb));background:rgb(var(--secondary-rgb));color:#fff}.branch-select-info{flex:1;min-width:0}.branch-select-name{font-weight:600;color:rgb(var(--foreground-rgb));margin-bottom:.25rem;font-size:.95rem}.branch-select-address{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:rgb(var(--muted-foreground-rgb))}.selected-branches-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.selected-branch-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:rgba(var(--secondary-rgb),.1);border:1px solid rgba(var(--secondary-rgb),.3);border-radius:6px;font-size:.85rem;color:rgb(var(--foreground-rgb))}.selected-branch-tag svg:first-child{color:rgb(var(--secondary-rgb))}.remove-branch-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;color:rgb(var(--muted-foreground-rgb));transition:color .2s ease}.remove-branch-btn:hover{color:#ef4444}.modal-footer .btn-primary{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d;padding:.75rem 1.5rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-footer .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}@media(max-width:768px){.employees-page{padding:0}.employees-header{flex-direction:column;align-items:flex-start;gap:1rem}.employees-title-section{width:100%}.employees-icon{width:48px;height:48px}.employees-header h1{font-size:1.5rem}.employees-add-btn{width:100%;justify-content:center}.employees-sort{flex-direction:column;align-items:stretch}.sort-group{width:100%}.sort-select{width:100%;min-width:auto}.employees-filters{flex-direction:column;align-items:stretch}.filter-group{width:100%}.search-input-wrapper,.filter-select{width:100%;min-width:auto}.clear-filters-btn{margin-left:0;width:100%;justify-content:center}.employees-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.employees-table{min-width:800px}.employees-table th,.employees-table td{padding:.875rem .75rem;font-size:.875rem}.employees-table th:first-child,.employees-table td:first-child{padding-left:1rem}.employees-table th:last-child,.employees-table td:last-child{padding-right:1rem}.employee-avatar-small{width:32px;height:32px}.employee-avatar-small svg{width:16px;height:16px}.form-row{grid-template-columns:1fr}.employees-modal{max-width:95%;margin:1rem}.employee-card-header{flex-direction:column;gap:.75rem}}.employee-details-modal-overlay{z-index:2000}.employee-details-modal{max-width:1000px;max-height:90vh;width:95%}.employee-details-modal .modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid rgba(var(--border-rgb),.3);gap:1rem}.employee-details-modal .employee-data-title-section{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.employee-details-modal .employee-data-avatar{width:48px;height:48px;border-radius:50%;background:rgba(var(--secondary-rgb),.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:rgb(var(--secondary-rgb))}.employee-details-modal .employee-data-title{margin:0;font-size:1.5rem;font-weight:700;color:rgb(var(--foreground-rgb));line-height:1.2}.employee-details-modal .employee-data-subtitle{margin:.25rem 0 0;font-size:.875rem;color:rgb(var(--muted-foreground-rgb))}.employee-details-modal-content{padding:1.5rem;max-height:calc(90vh - 100px);overflow-y:auto}.employee-details-loading,.employee-details-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;text-align:center}.employee-details-loading .spinner{color:rgb(var(--secondary-rgb));animation:spin 1s linear infinite}.employee-details-error svg{color:#ef4444}.employee-details-error h3{margin:0;font-size:1.25rem;color:rgb(var(--foreground-rgb))}.employee-details-error p{color:rgb(var(--muted-foreground-rgb));margin:0}.employee-details-modal-content .employee-data-section{margin-bottom:2rem}.employee-details-modal-content .section-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:rgb(var(--foreground-rgb));padding-bottom:.75rem;border-bottom:2px solid rgba(var(--border-rgb),.2)}.employee-details-modal-content .section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.employee-details-modal-content .data-field{display:flex;flex-direction:column;gap:.5rem}.employee-details-modal-content .data-field.full-width{grid-column:1 / -1}.employee-details-modal-content .field-label{font-size:.875rem;font-weight:600;color:rgb(var(--muted-foreground-rgb));text-transform:uppercase;letter-spacing:.05em}.employee-details-modal-content .field-value{font-size:1rem;color:rgb(var(--foreground-rgb));display:flex;align-items:center;gap:.5rem;padding:.75rem;background:rgba(var(--card-rgb),.5);border-radius:8px;border:1px solid rgba(var(--border-rgb),.2)}.employee-details-modal-content .business-access-table-container{overflow-x:auto;margin-top:1rem}.employee-details-modal-content .business-access-table{width:100%;border-collapse:collapse;background:rgba(var(--card-rgb),.5);border-radius:8px;overflow:hidden}.employee-details-modal-content .business-access-table thead{background:rgba(var(--secondary-rgb),.1)}.employee-details-modal-content .business-access-table th{padding:1rem;text-align:left;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--muted-foreground-rgb));border-bottom:2px solid rgba(var(--border-rgb),.3)}.employee-details-modal-content .business-access-table td{padding:1rem;border-bottom:1px solid rgba(var(--border-rgb),.2);color:rgb(var(--foreground-rgb))}.employee-details-modal-content .business-access-table tbody tr:hover{background:rgba(var(--secondary-rgb),.05)}.employee-details-modal-content .business-access-name-cell,.employee-details-modal-content .business-access-email-cell,.employee-details-modal-content .business-access-phone-cell{display:flex;align-items:center;gap:.5rem}.employee-details-modal-content .business-access-role-badge{display:inline-block;padding:.4rem .875rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.employee-details-modal-content .business-access-role-badge.owner{background:#3b82f626;color:#3b82f6}.employee-details-modal-content .business-access-role-badge.employee{background:#10b98126;color:#10b981}.employee-details-modal-content .business-access-role-badge.manager{background:#a855f726;color:#a855f7}.employee-details-modal-content .status-badge{display:inline-block;padding:.4rem .875rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-right:.5rem}.employee-details-modal-content .status-badge.status-pending{background:#fbbf2426;color:#fbbf24}.employee-details-modal-content .status-badge.status-active{background:#10b98126;color:#10b981}.employee-details-modal-content .status-badge.status-inactive{background:#ef444426;color:#ef4444}.employee-details-modal-content .business-access-active-cell{display:flex;align-items:center;gap:.5rem}.employee-details-modal-content .business-access-active-cell svg.active{color:#22c55e}.employee-details-modal-content .business-access-active-cell svg.inactive{color:#ef4444}.employee-data-page{width:100%;min-height:100vh;background:rgb(var(--background-rgb));padding:0;box-sizing:border-box}.employee-data-container{max-width:1200px;margin:0 auto;width:100%;padding:0}.employee-data-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.employee-data-loading .spinner{color:rgb(var(--secondary-rgb));animation:spin 1s linear infinite}.employee-data-loading p{color:rgb(var(--muted-foreground-rgb));font-size:1rem}.employee-data-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem;text-align:center}.employee-data-error svg{color:#ef4444}.employee-data-error h3{margin:0;font-size:1.5rem;color:rgb(var(--foreground-rgb))}.employee-data-error p{color:rgb(var(--muted-foreground-rgb));margin:0}.employee-data-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1.5rem;flex-wrap:nowrap;width:100%;position:relative}.employee-data-header .employee-data-title-section{display:flex;align-items:center;gap:1.5rem;flex:0 0 auto;min-width:0;max-width:calc(100% - 200px)}.employee-data-header .back-to-employees-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:rgba(var(--card-rgb),.7);border:1px solid rgba(var(--border-rgb),.3);border-radius:8px;color:rgb(var(--foreground-rgb));font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0;flex-grow:0;margin-left:auto;position:relative!important;top:auto!important;left:auto!important;right:0}.employee-data-header .back-to-employees-button:hover{background:rgba(var(--card-rgb),.9);border-color:rgba(var(--secondary-rgb),.5);transform:translate(4px)}.employee-data-avatar{width:64px;height:64px;background:linear-gradient(135deg,rgb(var(--secondary-rgb)),#00a376);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px rgba(var(--secondary-rgb),.3)}.employee-data-title{font-size:2rem;font-weight:700;margin:0 0 .25rem;color:rgb(var(--foreground-rgb))}.employee-data-subtitle{font-size:.95rem;color:rgb(var(--muted-foreground-rgb));margin:0}.employee-data-content{display:flex;flex-direction:column;gap:2rem}.employee-data-section{background:rgba(var(--card-rgb),.7);border:1px solid rgba(var(--border-rgb),.3);border-radius:12px;padding:2rem}.section-title{font-size:1.25rem;font-weight:700;color:rgb(var(--foreground-rgb));margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid rgba(var(--secondary-rgb),.2)}.section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.data-field{display:flex;flex-direction:column;gap:.5rem}.data-field.full-width{grid-column:1 / -1}.field-label{font-size:.875rem;font-weight:600;color:rgb(var(--muted-foreground-rgb));text-transform:uppercase;letter-spacing:.05em}.field-value{padding:.875rem 1rem;background:rgba(var(--muted-rgb),.2);border:1px solid rgba(var(--border-rgb),.3);border-radius:8px;color:rgb(var(--foreground-rgb));font-size:.95rem;min-height:48px;display:flex;align-items:center;gap:.5rem}.field-value svg{flex-shrink:0;color:rgb(var(--muted-foreground-rgb))}.business-access-table-container{background:rgba(var(--card-rgb),.5);border:1px solid rgba(var(--border-rgb),.3);border-radius:12px;overflow:hidden;overflow-x:auto}.business-access-table{width:100%;border-collapse:collapse;background:transparent}.business-access-table thead{background:rgba(var(--card-rgb),.7);border-bottom:2px solid rgba(var(--border-rgb),.3)}.business-access-table th{padding:1rem 1.25rem;text-align:left;font-size:.875rem;font-weight:700;color:rgb(var(--muted-foreground-rgb));text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.business-access-table th:first-child{padding-left:1.5rem}.business-access-table th:last-child{padding-right:1.5rem}.business-access-row{border-bottom:1px solid rgba(var(--border-rgb),.2);transition:all .2s ease}.business-access-row:hover{background:rgba(var(--secondary-rgb),.05)}.business-access-row:last-child{border-bottom:none}.business-access-table td{padding:1.25rem;font-size:.95rem;color:rgb(var(--foreground-rgb));vertical-align:middle}.business-access-table td:first-child{padding-left:1.5rem}.business-access-table td:last-child{padding-right:1.5rem}.business-access-name-cell{display:flex;align-items:center;gap:.75rem;font-weight:600;color:rgb(var(--foreground-rgb))}.business-access-name-cell svg{flex-shrink:0;color:rgb(var(--secondary-rgb))}.business-access-role-badge{display:inline-block;padding:.4rem .875rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.business-access-role-badge.owner{background:#3b82f626;color:#3b82f6}.business-access-role-badge.employee{background:#10b98126;color:#10b981}.business-access-role-badge.manager{background:#8b5cf626;color:#8b5cf6}.business-access-email-cell,.business-access-phone-cell{display:flex;align-items:center;gap:.5rem;color:rgb(var(--muted-foreground-rgb))}.business-access-email-cell svg,.business-access-phone-cell svg{flex-shrink:0;color:rgb(var(--muted-foreground-rgb))}.business-access-active-cell{display:flex;align-items:center;gap:.5rem;color:rgb(var(--muted-foreground-rgb))}.business-access-active-cell svg.active{color:#22c55e}.business-access-active-cell svg.inactive{color:#ef4444}.status-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-active{background:#22c55e26;color:#22c55e}.status-inactive{background:#ef444426;color:#ef4444}.status-pending{background:#fb923c26;color:#fb923c}.status-verified{background:#3b82f626;color:#3b82f6}@media(max-width:768px){.employee-data-page{padding:1rem}.employee-data-header{flex-direction:column;align-items:flex-start}.employee-data-header .back-to-employees-button{width:100%;justify-content:center;margin-left:0;order:3;right:auto}.employee-data-header .back-to-employees-button:hover{transform:none}.employee-data-title-section{flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.employee-data-title{font-size:1.5rem}.section-grid{grid-template-columns:1fr}.employee-data-section{padding:1.5rem}.business-access-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.business-access-table{min-width:800px}.business-access-table th,.business-access-table td{padding:.875rem .75rem;font-size:.875rem}.business-access-table th:first-child,.business-access-table td:first-child{padding-left:1rem}.business-access-table th:last-child,.business-access-table td:last-child{padding-right:1rem}}.merchant-profile-form{--profile-primary: #059669}.merchant-profile-form [data-slot=control] input,.merchant-profile-form [data-slot=control] select,.merchant-profile-form input:not([type=hidden]),.merchant-profile-form select{display:block;width:100%;border-radius:.375rem;background:#fff!important;padding:.375rem .75rem;font-size:.875rem;line-height:1.5;color:#111827;outline:1px solid #d1d5db;outline-offset:-1px;transition:outline-color .15s,outline-width .15s;border:none!important;box-shadow:none!important}.merchant-profile-form [data-slot=control] input::placeholder,.merchant-profile-form input::placeholder{color:#9ca3af}.merchant-profile-form [data-slot=control]:focus-within input,.merchant-profile-form [data-slot=control]:focus-within select,.merchant-profile-form input:focus,.merchant-profile-form select:focus{outline:2px solid var(--profile-primary);outline-offset:-2px;box-shadow:none}.merchant-profile-form [data-slot=control]:focus-within:after{box-shadow:none!important}.merchant-profile-form .profile-field-value{display:block;width:100%;border-radius:.375rem;background:#f9fafb!important;padding:.375rem .75rem;font-size:.875rem;line-height:1.5;color:#6b7280;outline:1px solid #e5e7eb;outline-offset:-1px;margin-top:.25rem;min-height:2.25rem}.merchant-profile-form textarea{display:block;width:100%;border-radius:.375rem;background:#fff!important;padding:.375rem .75rem;font-size:.875rem;line-height:1.5;color:#111827;outline:1px solid #d1d5db;outline-offset:-1px;border:none!important;box-shadow:none!important}.merchant-profile-form textarea:focus{outline:2px solid var(--profile-primary);outline-offset:-2px}.merchant-profile-form [class*=relative] button{border:1px solid #d1d5db!important;border-radius:.375rem;background:#fff!important}.merchant-profile-form [class*=relative] button:focus{outline:2px solid var(--profile-primary);outline-offset:-2px;border-color:var(--profile-primary)!important}.offers-page{width:100%}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(var(--secondary-rgb),.2)}.header-left{display:flex;align-items:center;gap:1rem}.header-icon{width:56px;height:56px;background:linear-gradient(135deg,rgb(var(--secondary-rgb)),#00a376);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px rgba(var(--secondary-rgb),.3)}.page-title{font-size:2rem;font-weight:700;margin:0 0 .25rem;color:rgb(var(--foreground-rgb))}.page-subtitle{font-size:.95rem;color:rgb(var(--muted-foreground-rgb));margin:0}.header-actions{display:flex;gap:.75rem}.btn-create{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,rgb(var(--secondary-rgb)),#00a376);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px rgba(var(--secondary-rgb),.3);transition:all .3s ease}.btn-create:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--secondary-rgb),.4)}.btn-create svg{flex-shrink:0}.offers-controls{display:flex;gap:1rem;margin-bottom:2rem}.search-box{flex:1;display:flex;align-items:center;gap:.75rem;background:rgba(var(--muted-rgb),.3);border:1px solid rgba(var(--border-rgb),.5);border-radius:10px;padding:0 1rem;transition:all .3s ease}.search-box:focus-within{background:rgba(var(--muted-rgb),.4);border-color:rgb(var(--secondary-rgb));box-shadow:0 0 0 3px rgba(var(--secondary-rgb),.1)}.search-box svg{color:rgb(var(--muted-foreground-rgb));flex-shrink:0}.search-box input{flex:1;background:transparent;border:none;outline:none;padding:.875rem 0;color:rgb(var(--foreground-rgb));font-size:.95rem}.search-box input::placeholder{color:rgb(var(--muted-foreground-rgb))}.filter-group{display:flex;align-items:center;gap:.75rem;background:rgba(var(--muted-rgb),.3);border:1px solid rgba(var(--border-rgb),.5);border-radius:10px;padding:0 1rem;min-width:200px}.filter-group svg{color:rgb(var(--muted-foreground-rgb));flex-shrink:0}.filter-group select{flex:1;background:transparent;border:none;outline:none;padding:.875rem 0;color:rgb(var(--foreground-rgb));font-size:.95rem;cursor:pointer}.offers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.offer-card{background:rgba(var(--card-rgb),.5);border:1px solid rgba(var(--border-rgb),.5);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:all .3s ease}.offer-card:hover{background:rgba(var(--card-rgb),.7);border-color:rgba(var(--secondary-rgb),.3);transform:translateY(-4px);box-shadow:0 8px 24px rgba(var(--secondary-rgb),.2)}.offer-card.status-expired{opacity:.6}.offer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.offer-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:linear-gradient(135deg,rgb(var(--secondary-rgb)),#00a376);border-radius:8px;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:.05em;box-shadow:0 2px 8px rgba(var(--secondary-rgb),.3)}.offer-badge svg{flex-shrink:0}.status-badge{padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:1px solid}.status-badge.status-active{background:#10b9811a;border-color:#10b9814d;color:#10b981}.status-badge.status-inactive{background:#9ca3af1a;border-color:#9ca3af4d;color:#9ca3af}.status-badge.status-expired{background:#ef44441a;border-color:#ef44444d;color:#ef4444}.offer-content{flex:1;display:flex;flex-direction:column;gap:.75rem}.offer-title{font-size:1.25rem;font-weight:700;color:rgb(var(--foreground-rgb));margin:0}.offer-description{font-size:.95rem;color:rgb(var(--muted-foreground-rgb));margin:0;line-height:1.5}.offer-dates{display:flex;flex-direction:column;gap:.5rem}.date-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:rgb(var(--muted-foreground-rgb))}.date-item svg{color:rgb(var(--muted-foreground-rgb));flex-shrink:0}.offer-usage{display:flex;flex-direction:column;gap:.5rem}.usage-bar{width:100%;height:6px;background:rgba(var(--muted-rgb),.3);border-radius:3px;overflow:hidden}.usage-fill{height:100%;background:linear-gradient(90deg,rgb(var(--secondary-rgb)),#00a376);transition:width .3s ease}.usage-text{font-size:.75rem;color:rgb(var(--muted-foreground-rgb));font-weight:600}.offer-actions{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid rgba(var(--border-rgb),.3)}.action-btn{flex:1;display:flex;align-items:center;justify-content:center;padding:.625rem;border:1px solid;border-radius:8px;background:transparent;cursor:pointer;transition:all .3s ease}.action-btn.view{border-color:#3b82f64d;color:#3b82f6}.action-btn.view:hover{background:#3b82f61a;border-color:#3b82f680}.action-btn.edit{border-color:rgba(var(--secondary-rgb),.3);color:rgb(var(--secondary-rgb))}.action-btn.edit:hover{background:rgba(var(--secondary-rgb),.1);border-color:rgba(var(--secondary-rgb),.5)}.action-btn.delete{border-color:#ef44444d;color:#ef4444}.action-btn.delete:hover{background:#ef44441a;border-color:#ef444480}.empty-state{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:rgb(var(--muted-foreground-rgb))}.empty-state svg{color:rgb(var(--muted-foreground-rgb));margin-bottom:1.5rem;opacity:.5}.empty-state h3{font-size:1.5rem;font-weight:700;color:rgb(var(--foreground-rgb));margin:0 0 .5rem}.empty-state p{font-size:1rem;margin:0 0 2rem}@media(max-width:1024px){.offers-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-left{flex-direction:column;align-items:flex-start}.header-icon{width:48px;height:48px}.page-title{font-size:1.75rem}.header-actions{width:100%}.btn-create{width:100%;justify-content:center}.offers-controls{flex-direction:column}.filter-group{width:100%}.offers-grid{grid-template-columns:1fr}}@media(max-width:480px){.page-title{font-size:1.5rem}.header-icon{width:40px;height:40px}.btn-create span{display:none}.offer-card{padding:1rem}.offer-title{font-size:1.125rem}.offer-badge{font-size:.75rem;padding:.375rem .625rem}}.offers-alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:10px;margin-bottom:1.5rem;font-size:.95rem;font-weight:500;animation:slideIn .3s ease}.offers-alert-success{background:#10b98126!important;border:1px solid rgba(16,185,129,.4)!important;color:#10b981!important}.offers-alert-success svg{color:#10b981!important}.offers-alert-error{background:#ef44441a!important;border:1px solid rgba(239,68,68,.3)!important;color:#ef4444!important}.offers-alert-error svg{color:#ef4444!important}.offers-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.offers-loading .spinner{color:rgb(var(--secondary-rgb));animation:spin 1s linear infinite}.offers-loading p{color:rgb(var(--muted-foreground-rgb));font-size:1rem}.offer-code{font-size:.875rem;color:rgb(var(--secondary-rgb));font-weight:600;margin:0;font-family:monospace}.modal-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.modal-content{background:rgba(var(--card-rgb),1);border:1px solid rgba(var(--border-rgb),.3);border-radius:16px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;overflow-x:visible;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s cubic-bezier(.2,.8,.2,1);position:relative}.offers-modal{max-width:800px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(var(--border-rgb),.3)}.modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:rgb(var(--foreground-rgb))}.modal-close-btn{background:transparent;border:none;color:rgb(var(--muted-foreground-rgb));cursor:pointer;padding:.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close-btn:hover:not(:disabled){background:rgba(var(--muted-rgb),.2);color:rgb(var(--foreground-rgb))}.modal-close-btn:disabled{opacity:.5;cursor:not-allowed}.offer-form{padding:1.5rem}.form-section{margin-bottom:2rem;position:relative;overflow:visible}.form-section:last-child{margin-bottom:0}.form-section h3{font-size:1.125rem;font-weight:600;color:rgb(var(--foreground-rgb));margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:2px solid rgba(var(--border-rgb),.2)}.form-group{margin-bottom:1.25rem;position:relative;overflow:visible}.form-group label{display:block;font-size:.875rem;font-weight:600;color:rgb(var(--foreground-rgb));margin-bottom:.5rem}.form-group .required{color:#ef4444}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;background:rgba(var(--background-rgb),.8);border:1px solid rgba(var(--border-rgb),.3);border-radius:8px;font-size:.95rem;color:rgb(var(--foreground-rgb));transition:all .2s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:rgb(var(--secondary-rgb));box-shadow:0 0 0 3px rgba(var(--secondary-rgb),.1)}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:80px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.branches-checkbox-list{display:flex;flex-direction:column;gap:.75rem;max-height:200px;overflow-y:auto;padding:1rem;background:rgba(var(--background-rgb),.5);border:1px solid rgba(var(--border-rgb),.3);border-radius:8px}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.checkbox-label:hover{background:rgba(var(--muted-rgb),.1)}.checkbox-label input[type=checkbox]{width:auto;margin:0;cursor:pointer}.checkbox-label span{font-size:.95rem;color:rgb(var(--foreground-rgb))}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(var(--border-rgb),.3);margin-top:1.5rem}.modal-footer .btn-secondary{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);padding:.75rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-footer .btn-secondary:hover:not(:disabled){background:#ef444433;border-color:#ef444480}.modal-footer .btn-primary{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,rgb(var(--secondary-rgb)),#00a376);color:#fff;box-shadow:0 4px 12px rgba(var(--secondary-rgb),.3);padding:.75rem 1.5rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-footer .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--secondary-rgb),.4)}.modal-footer .btn-primary:disabled,.modal-footer .btn-secondary:disabled{opacity:.6;cursor:not-allowed;transform:none}.modal-footer .btn-primary .spinner{animation:spin 1s linear infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideIn{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stepper-indicator{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(var(--border-rgb),.3);margin-bottom:1.5rem}.stepper-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;position:relative}.stepper-circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;background:rgba(var(--muted-rgb),.2);border:2px solid rgba(var(--border-rgb),.3);color:rgb(var(--muted-foreground-rgb));transition:all .3s ease}.stepper-step.active .stepper-circle{background:linear-gradient(135deg,rgb(var(--secondary-rgb)),#00a376);border-color:rgb(var(--secondary-rgb));color:#fff}.stepper-step.current .stepper-circle{box-shadow:0 0 0 4px rgba(var(--secondary-rgb),.2)}.stepper-label{font-size:.75rem;font-weight:600;color:rgb(var(--muted-foreground-rgb));text-align:center}.stepper-step.active .stepper-label{color:rgb(var(--foreground-rgb))}.stepper-line{flex:1;height:2px;background:rgba(var(--border-rgb),.3);margin:0 .5rem;margin-top:-20px;transition:all .3s ease}.stepper-line.active{background:linear-gradient(90deg,rgb(var(--secondary-rgb)),#00a376)}.stepper-buttons{display:flex;gap:1rem;margin-left:auto}.branches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;max-height:400px;overflow-y:auto;padding:.5rem}.branch-card{position:relative;background:rgba(var(--card-rgb),.5);border:2px solid rgba(var(--border-rgb),.3);border-radius:12px;padding:1rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;gap:.75rem}.branch-card:hover{border-color:rgba(var(--secondary-rgb),.5);background:rgba(var(--card-rgb),.7);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--secondary-rgb),.15)}.branch-card.selected{border-color:rgb(var(--secondary-rgb));background:rgba(var(--secondary-rgb),.1);box-shadow:0 0 0 3px rgba(var(--secondary-rgb),.2)}.branch-card-check{position:absolute;top:.75rem;right:.75rem;width:28px;height:28px;border-radius:50%;background:rgb(var(--secondary-rgb));display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transform:scale(0);transition:all .2s ease}.branch-card.selected .branch-card-check{opacity:1;transform:scale(1)}.branch-card-content{display:flex;flex-direction:column;gap:.5rem}.branch-card-name{font-size:1rem;font-weight:700;color:rgb(var(--foreground-rgb));margin:0}.branch-card-address{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:rgb(var(--muted-foreground-rgb));line-height:1.4}.branch-card-address svg{flex-shrink:0;margin-top:.125rem;color:rgb(var(--muted-foreground-rgb))}.offer-view-content{padding:1.5rem;max-height:60vh;overflow-y:auto}.offer-view-section{margin-bottom:2rem}.offer-view-section:last-child{margin-bottom:0}.offer-view-section h3{font-size:1.125rem;font-weight:600;color:rgb(var(--foreground-rgb));margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid rgba(var(--border-rgb),.2)}.view-field{margin-bottom:1rem}.view-field label{display:block;font-size:.875rem;font-weight:600;color:rgb(var(--muted-foreground-rgb));margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.view-value{padding:.75rem 1rem;background:rgba(var(--background-rgb),.5);border:1px solid rgba(var(--border-rgb),.3);border-radius:8px;color:rgb(var(--foreground-rgb));font-size:.95rem;min-height:44px;display:flex;align-items:center}@media(max-width:768px){.modal-content{width:95%;max-height:95vh}.form-row{grid-template-columns:1fr}.stepper-indicator{padding:1rem}.stepper-label{display:none}.stepper-line{margin:0 .25rem}.branches-grid{grid-template-columns:1fr}.stepper-buttons{flex-direction:column;width:100%}.stepper-buttons button{width:100%}}.partnership-page{min-height:100vh;background:rgb(var(--background-rgb));padding:40px 20px}.partnership-container{max-width:1200px;margin:0 auto}.partnership-header{text-align:center;margin-bottom:60px}.partnership-icon{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #0ea5e94d}.partnership-header h1{font-size:1.75rem;font-weight:700;color:rgb(var(--foreground-rgb));margin-bottom:16px}.partnership-subtitle{font-size:1rem;color:rgba(var(--foreground-rgb),.7);max-width:700px;margin:0 auto 24px;line-height:1.6}.partnership-badges{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.badge{padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600}.badge-primary{background:#0ea5e926;color:#0ea5e9;border:1px solid rgba(14,165,233,.3)}.badge-success{background:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.partnership-section{margin-bottom:60px}.partnership-section h2{font-size:1.5rem;font-weight:700;color:rgb(var(--foreground-rgb));text-align:center;margin-bottom:40px}.benefits-single-box{background:transparent;border:none;border-radius:16px;padding:0;display:flex;flex-direction:column;gap:16px}.benefit-item{display:flex;align-items:center;gap:12px;padding:20px;background:#fff!important;border:1px solid #E5E7EB;border-radius:12px;transition:all .3s ease;box-shadow:0 1px 3px #00000014}.dark .benefit-item{background:#2d2d2d4d!important;border:1px solid rgba(45,45,45,.5);box-shadow:none}.benefit-item:hover{background:#f9fafb!important;border-color:#007bff66;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.dark .benefit-item:hover{background:#2d2d2d80!important;box-shadow:0 4px 12px #0000004d}.benefit-item:last-child{padding-bottom:20px}.benefit-content{flex:1}.benefit-content h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 8px}.dark .benefit-content h3{color:#f4f4f4}.benefit-content p{font-size:.875rem;line-height:1.6;color:#6b7280;margin:0}.dark .benefit-content p{color:#9ca3af}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.benefit-card{background:#f9fafb;border:1px solid #E5E7EB;border-radius:16px;padding:32px 24px;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.dark .benefit-card{background:#1a1a1a;border:1px solid #2d2d2d;box-shadow:0 4px 12px #0000004d}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0003;border-color:#0ea5e980}.dark .benefit-card:hover{box-shadow:0 12px 32px #0006}.benefit-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0}.benefit-icon-yellow{background:#f59e0b26;color:#f59e0b}.partnership-cta{text-align:center;padding:40px 0;display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:14px 32px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;box-shadow:0 4px 16px #0ea5e94d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e966}.btn-secondary{background:transparent;color:#1a1a1a;border:1px solid #E5E7EB}.dark .btn-secondary{color:#f4f4f4;border:1px solid #2d2d2d}.btn-secondary:hover{background:#e5e7eb4d;border-color:#007bff}.dark .btn-secondary:hover{background:#2d2d2d4d}.explore-intro{background:#f9fafb;border:1px solid rgba(14,165,233,.3);border-radius:16px;padding:32px;margin-bottom:32px;text-align:center;box-shadow:0 4px 12px #0000001a}.dark .explore-intro{background:#1a1a1a;box-shadow:0 4px 12px #0000004d}.explore-intro-icon{width:48px;height:48px;margin:0 auto 16px;background:#0ea5e926;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#0ea5e9}.explore-intro h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:12px}.dark .explore-intro h3{color:#f4f4f4}.explore-intro p{font-size:1rem;color:#6b7280;line-height:1.6;max-width:800px;margin:0 auto}.dark .explore-intro p{color:#9ca3af}.explore-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.explore-card{background:#f9fafb;border:1px solid #E5E7EB;border-radius:12px;padding:24px;transition:all .3s ease;box-shadow:0 1px 3px #00000014}.dark .explore-card{background:#1a1a1a;border:1px solid #2d2d2d;box-shadow:none}.explore-card:hover{transform:translateY(-4px);border-color:#0ea5e980;box-shadow:0 8px 24px #00000026}.dark .explore-card:hover{box-shadow:0 8px 24px #0006}.explore-card-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.explore-icon-blue{background:#0ea5e926;color:#0ea5e9}.explore-icon-yellow{background:#f59e0b26;color:#f59e0b}.explore-icon-green{background:#10b98126;color:#10b981}.explore-icon-purple{background:#8b5cf626;color:#8b5cf6}.explore-card h4{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:8px}.dark .explore-card h4{color:#f4f4f4}.explore-card p{font-size:.9375rem;color:#6b7280;line-height:1.5}.dark .explore-card p{color:#9ca3af}.terms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.terms-card{background:#f9fafb;border:1px solid #E5E7EB;border-radius:16px;padding:32px;box-shadow:0 4px 12px #0000001a}.dark .terms-card{background:#1a1a1a;border:1px solid #2d2d2d;box-shadow:0 4px 12px #0000004d}.terms-card-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #E5E7EB}.dark .terms-card-header{border-bottom:1px solid #2d2d2d}.terms-icon{width:40px;height:40px;background:#0ea5e926;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#0ea5e9}.terms-card h3{font-size:1.25rem;font-weight:600;color:rgb(var(--foreground-rgb))}.terms-list{display:flex;flex-direction:column;gap:16px}.terms-item{display:flex;align-items:flex-start;gap:12px}.check-icon{color:#10b981;flex-shrink:0;margin-top:2px}.terms-item div{font-size:.9375rem;color:rgba(var(--foreground-rgb),.8);line-height:1.5}.terms-item strong{color:rgb(var(--foreground-rgb));font-weight:600}@media(max-width:768px){.partnership-header h1{font-size:2rem}.partnership-subtitle{font-size:1rem}.benefits-grid,.explore-grid,.terms-grid{grid-template-columns:1fr}.partnership-cta{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.explore-intro{padding:24px}.how-it-works-container{grid-template-columns:1fr}.vygoo-advantage-section{padding:32px 24px}}.how-it-works-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.step-card{background:#f9fafb;border:1px solid #E5E7EB;border-radius:12px;padding:24px;text-align:center;transition:all .3s ease;box-shadow:0 1px 3px #00000014}.dark .step-card{background:#1a1a1a;border:1px solid #2d2d2d;box-shadow:none}.step-card:hover{transform:translateY(-4px);border-color:#0ea5e980;box-shadow:0 8px 24px #00000026}.dark .step-card:hover{box-shadow:0 8px 24px #0006}.step-number{width:48px;height:48px;margin:0 auto 16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff}.step-number-blue{background:linear-gradient(135deg,#0ea5e9,#06b6d4);box-shadow:0 4px 12px #0ea5e94d}.step-number-teal{background:linear-gradient(135deg,#06b6d4,#10b981);box-shadow:0 4px 12px #06b6d44d}.step-card h3{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:12px}.dark .step-card h3{color:#f4f4f4}.step-card p{font-size:.9375rem;color:#6b7280;line-height:1.5}.dark .step-card p{color:#9ca3af}.vygoo-advantage-section{background:linear-gradient(135deg,#06b6d41a,#10b9811a);border:1px solid rgba(6,182,212,.3);border-radius:16px;padding:40px;text-align:center;margin-bottom:60px}.advantage-icon{width:56px;height:56px;margin:0 auto 20px;background:linear-gradient(135deg,#06b6d4,#10b981);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #06b6d44d}.vygoo-advantage-section h3{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:16px}.dark .vygoo-advantage-section h3{color:#f4f4f4}.vygoo-advantage-section p{font-size:1rem;color:#4b5563;line-height:1.7;max-width:900px;margin:0 auto 24px}.dark .vygoo-advantage-section p{color:#9ca3af}.advantage-badges{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.advantage-badge{padding:8px 16px;background:#06b6d426;color:#06b6d4;border:1px solid rgba(6,182,212,.3);border-radius:20px;font-size:.875rem;font-weight:600}.about-card{background:#f9fafb;border:1px solid #E5E7EB;border-radius:16px;padding:32px;max-width:800px;margin:0 auto;box-shadow:0 4px 12px #0000001a}.dark .about-card{background:#1a1a1a;border:1px solid #2d2d2d;box-shadow:0 4px 12px #0000004d}.about-icon{width:48px;height:48px;margin-bottom:16px;background:#0ea5e926;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#0ea5e9}.about-card h3{font-size:1.5rem;font-weight:600;color:rgb(var(--foreground-rgb));margin-bottom:24px}.credentials-list{display:flex;flex-direction:column;gap:16px}.credential-item{display:flex;align-items:flex-start;gap:12px}.check-icon-green{color:#10b981;flex-shrink:0;margin-top:2px}.credential-item span{font-size:1rem;color:rgba(var(--foreground-rgb),.8);line-height:1.6}.stay-tuned-page{min-height:100vh;background:rgb(var(--background-rgb));padding:40px 20px}.stay-tuned-container{max-width:1200px;margin:0 auto}.stay-tuned-header{text-align:center;margin-bottom:60px}.onboarding-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#0ea5e926;color:#0ea5e9;border:1px solid rgba(14,165,233,.3);border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:24px}.stay-tuned-header h1{font-size:1.75rem;font-weight:700;color:rgb(var(--foreground-rgb));margin-bottom:16px}.stay-tuned-subtitle{font-size:1rem;color:rgba(var(--foreground-rgb),.7);max-width:700px;margin:0 auto;line-height:1.6}.vygoo-works-section{margin-bottom:60px}.vygoo-works-section h2{font-size:1.5rem;font-weight:700;color:rgb(var(--foreground-rgb));text-align:center;margin-bottom:12px}.works-subtitle{font-size:1rem;color:rgba(var(--foreground-rgb),.7);text-align:center;margin-bottom:40px}.works-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.work-card{background:rgba(var(--card-rgb),.5);border:1px solid rgba(var(--border-rgb),.5);border-radius:16px;padding:32px 24px;transition:all .3s ease}.work-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0003;border-color:#0ea5e980}.work-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.work-icon-blue{background:#0ea5e926;color:#0ea5e9}.work-icon-green{background:#10b98126;color:#10b981}.work-icon-purple{background:#8b5cf626;color:#8b5cf6}.work-icon-orange{background:#f9731626;color:#f97316}.work-card h3{font-size:1.25rem;font-weight:600;color:rgb(var(--foreground-rgb));margin-bottom:12px}.work-card p{font-size:.9375rem;color:rgba(var(--foreground-rgb),.7);line-height:1.6}@media(max-width:768px){.stay-tuned-header h1{font-size:2rem}.stay-tuned-subtitle{font-size:1rem}.works-grid{grid-template-columns:1fr}}.whats-coming-section{margin-bottom:60px}.whats-coming-section h2{font-size:2rem;font-weight:700;color:rgb(var(--foreground-rgb));text-align:center;margin-bottom:40px}.coming-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.coming-card{background:rgba(var(--card-rgb),.3);border:1px solid rgba(var(--border-rgb),.3);border-radius:12px;padding:24px;text-align:center;transition:all .3s ease}.coming-card:hover{transform:translateY(-4px);border-color:#0ea5e980;box-shadow:0 8px 24px #00000026}.coming-icon{width:48px;height:48px;margin:0 auto 16px;background:rgba(var(--muted-rgb),.3);border-radius:12px;display:flex;align-items:center;justify-content:center;color:rgba(var(--foreground-rgb),.7)}.coming-card h3{font-size:1.125rem;font-weight:600;color:rgb(var(--foreground-rgb));margin-bottom:8px}.coming-card p{font-size:.875rem;color:rgba(var(--foreground-rgb),.6);line-height:1.5;margin-bottom:16px}.coming-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#0ea5e926;color:#0ea5e9;border:1px solid rgba(14,165,233,.3);border-radius:16px;font-size:.75rem;font-weight:600}.get-ready-section{background:rgba(var(--card-rgb),.5);border:1px solid rgba(var(--border-rgb),.5);border-radius:16px;padding:48px 40px;text-align:center;max-width:700px;margin:0 auto}.get-ready-section h2{font-size:1.75rem;font-weight:700;color:rgb(var(--foreground-rgb));margin-bottom:12px}.get-ready-section p{font-size:1rem;color:rgba(var(--foreground-rgb),.7);line-height:1.6;margin-bottom:24px}.btn-complete-profile{padding:14px 32px;background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 16px #0ea5e94d}.btn-complete-profile:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e966}@media(max-width:768px){.stay-tuned-header h1{font-size:2rem}.stay-tuned-subtitle{font-size:1rem}.works-grid,.coming-grid{grid-template-columns:1fr}.get-ready-section{padding:32px 24px}}.about-page{min-height:100vh;background:#fff;padding:40px 20px}.dark .about-page{background:#0e0e0e}.about-container{max-width:1200px;margin:0 auto}.dark .about-container{background:transparent}.about-header{text-align:center;margin-bottom:60px}.about-header h1{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:16px}.dark .about-header h1{color:#f4f4f4}.about-subtitle{font-size:1rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}.dark .about-subtitle{color:#9ca3af}.mission-section{background:#f9fafb;border:1px solid rgba(14,165,233,.3);border-radius:16px;padding:40px;text-align:center;margin-bottom:60px;box-shadow:0 1px 3px #00000014}.dark .mission-section{background:#1a1a1a;box-shadow:none}.mission-section h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:16px}.dark .mission-section h2{color:#f4f4f4}.mission-text{font-size:1.125rem;color:#4b5563;line-height:1.7;max-width:900px;margin:0 auto}.dark .mission-text{color:#9ca3af}.pillars-section{margin-bottom:60px}.pillars-section h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:40px}.dark .pillars-section h2{color:#f4f4f4}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.pillar-card{background:#f9fafb;border:1px solid #E5E7EB;border-radius:16px;padding:32px 24px;text-align:center;transition:all .3s ease;box-shadow:0 1px 3px #00000014}.dark .pillar-card{background:#1a1a1a;border:1px solid #2d2d2d;box-shadow:none}.pillar-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#0ea5e980;background:#fff}.dark .pillar-card:hover{background:#2d2d2d4d;box-shadow:0 8px 24px #0006}.pillar-icon{width:56px;height:56px;margin:0 auto 16px;border-radius:12px;display:flex;align-items:center;justify-content:center}.pillar-icon-blue{background:#0ea5e926;color:#0ea5e9}.pillar-icon-teal{background:#06b6d426;color:#06b6d4}.pillar-icon-purple{background:#8b5cf626;color:#8b5cf6}.pillar-card h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:12px}.dark .pillar-card h3{color:#f4f4f4}.pillar-card p{font-size:.9375rem;color:#6b7280;line-height:1.6}.dark .pillar-card p{color:#9ca3af}.why-partner-section{margin-bottom:60px}.why-partner-section h2{font-size:2rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:12px}.dark .why-partner-section h2{color:#f4f4f4}.why-partner-subtitle{font-size:1rem;color:#6b7280;text-align:center;margin-bottom:40px}.dark .why-partner-subtitle{color:#9ca3af}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.benefit-card{background:#f9fafb;border:1px solid #E5E7EB;border-radius:16px;padding:32px 24px;transition:all .3s ease;box-shadow:0 1px 3px #00000014}.dark .benefit-card{background:#1a1a1a;border:1px solid #2d2d2d;box-shadow:none}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#0ea5e980;background:#fff}.dark .benefit-card:hover{background:#2d2d2d4d;box-shadow:0 8px 24px #0006}.benefit-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.benefit-icon-blue{background:#0ea5e926;color:#0ea5e9}.benefit-icon-teal{background:#06b6d426;color:#06b6d4}.benefit-icon-green{background:#10b98126;color:#10b981}.benefit-card h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:12px}.dark .benefit-card h3{color:#f4f4f4}.benefit-card p{font-size:.9375rem;color:#6b7280;line-height:1.6}.dark .benefit-card p{color:#9ca3af}.additional-benefits-section{margin-bottom:60px}.additional-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.additional-card{background:#f9fafb;border:1px solid #E5E7EB;border-radius:12px;padding:28px 24px;transition:all .3s ease;box-shadow:0 1px 3px #00000014}.dark .additional-card{background:#1a1a1a;border:1px solid #2d2d2d;box-shadow:none}.additional-card:hover{transform:translateY(-4px);border-color:#0ea5e980;box-shadow:0 8px 24px #0000001f;background:#fff}.dark .additional-card:hover{background:#2d2d2d4d;box-shadow:0 8px 24px #0006}.additional-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.additional-icon-blue{background:#0ea5e926;color:#0ea5e9}.additional-card h3{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:8px}.dark .additional-card h3{color:#f4f4f4}.additional-card p{font-size:.875rem;color:#6b7280;line-height:1.5}.dark .additional-card p{color:#9ca3af}.support-section{background:#f9fafb;border:1px solid #E5E7EB;border-radius:12px;padding:32px;text-align:center;box-shadow:0 1px 3px #00000014}.dark .support-section{background:#1a1a1a;border:1px solid #2d2d2d;box-shadow:none}.support-text{font-size:1rem;color:#6b7280;margin-bottom:8px}.dark .support-text{color:#9ca3af}.support-email{font-size:1.125rem;font-weight:600;color:rgb(var(--foreground-rgb));text-decoration:none;transition:color .2s ease}.support-email:hover{color:#0ea5e9}@media(max-width:768px){.about-header h1{font-size:2rem}.about-subtitle{font-size:1rem}.mission-section{padding:32px 24px}.pillars-grid,.benefits-grid,.additional-benefits-grid{grid-template-columns:1fr}.support-section{padding:24px}}
