.public-navbar{background:transparent;padding:.75rem 2rem;position:absolute;width:100%;z-index:101;top:0;transition:top .3s ease}.public-navbar.light-nav{background:#fff;box-shadow:0 2px 10px #0000000d;position:fixed;top:0;transition:top .3s ease}.public-navbar.light-nav .nav-inner nav a{color:#1b2e32;opacity:.8}.public-navbar.light-nav .nav-inner nav a:hover{color:#5da8a8;opacity:1}.public-navbar.light-nav .hamburger-btn span{background:#1b2e32}.public-navbar.light-nav nav.mobile-open{background:#fff;border-left:1px solid #D4E8E8}.public-navbar.light-nav nav.mobile-open a{color:#1b2e32}.public-navbar.light-nav nav.mobile-open a:hover{background:#f0f7f7;color:#5da8a8}.nav-logo img{height:40px}.nav-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-inner nav{display:flex;gap:1.75rem;font-size:.95rem}.nav-inner nav a{color:#fff;opacity:.9;transition:opacity .15s ease}.nav-inner nav a:hover{opacity:1}.nav-login{font-weight:600}.nav-inner{max-width:100%;margin:0;padding:0 6rem;height:60px;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;text-decoration:none}.nav-logo img{height:72px;width:auto;display:block}.public-navbar nav{display:flex;align-items:center;gap:1.75rem}.public-navbar nav a{position:relative;font-size:.95rem;font-weight:500;text-decoration:none;padding:.25rem 0;transition:color .15s ease}.public-navbar nav a .nav-icon{display:none}.public-navbar nav a:hover{color:#020617}.public-navbar nav a:after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:2px;background:var(--brand-teal);transition:width .2s ease}.public-navbar nav a:hover:after{width:100%}@media(max-width:768px){.public-navbar nav{gap:1.25rem}.public-navbar nav a{font-size:.9rem}}.public-navbar .hamburger-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1;position:relative}.public-navbar .hamburger-btn span{width:28px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.public-navbar .hamburger-btn.open{opacity:0;pointer-events:none;transition:opacity .2s ease}.mobile-close-btn{display:none}@media(max-width:1100px){.nav-inner{padding:0 1.5rem;height:56px}.nav-logo{margin-right:auto}.nav-logo img{height:48px}.public-navbar .hamburger-btn{display:flex;margin-left:auto;transition:opacity .3s ease}.public-navbar .hamburger-btn.menu-open{opacity:0;pointer-events:none}.public-navbar nav{position:fixed;top:0;right:-100%;width:320px;height:100vh;background:linear-gradient(165deg,var(--mountain-slate, #1b2e32) 0%,var(--teal-slate, #3A6B6B) 100%);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);flex-direction:column;padding:100px 24px 40px;gap:8px;transition:right .4s cubic-bezier(.68,-.55,.265,1.55);box-shadow:-8px 0 32px #0006,inset 1px 0 #5da8a826;overflow-y:auto}.public-navbar nav:before{content:"";position:absolute;top:0;left:0;right:0;height:80px;background:linear-gradient(180deg,rgba(93,168,168,.1) 0%,transparent 100%);pointer-events:none}.public-navbar nav.mobile-open{right:0}.public-navbar nav a{position:relative;color:var(--nomadic-teal, #C0E4E4);font-size:1.05rem;font-weight:500;letter-spacing:.5px;padding:16px 20px;margin-bottom:6px;border-radius:16px;background:#ffffff08;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:16px;border:1px solid rgba(93,168,168,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.public-navbar nav a:before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:var(--deep-sea-teal, #5DA8A8);transform:translate(-4px);transition:transform .3s ease}.public-navbar nav a .nav-icon{display:inline-block;flex-shrink:0;color:var(--deep-sea-teal, #5DA8A8);transition:all .3s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 0 8px rgba(93,168,168,.3))}.public-navbar nav a:hover{color:var(--mountain-slate, #1b2e32);background:var(--nomadic-teal, #C0E4E4);border-color:var(--deep-sea-teal, #5DA8A8);transform:translate(-6px) scale(1.02);box-shadow:0 8px 24px #5da8a84d,0 2px 8px #0003}.public-navbar nav a:hover:before{transform:translate(0)}.public-navbar nav a:hover .nav-icon{transform:scale(1.15) rotate(-5deg);color:var(--mountain-slate, #1b2e32);filter:drop-shadow(0 2px 4px rgba(27,46,50,.2))}.public-navbar nav a:after{display:none}.mobile-close-btn{display:flex;align-items:center;justify-content:center;background:#5da8a826;border:2px solid var(--deep-sea-teal, #5DA8A8);color:var(--nomadic-teal, #C0E4E4);font-size:36px;font-weight:200;line-height:1;width:58px;height:58px;border-radius:18px;cursor:pointer;margin-top:24px;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #0003,inset 0 1px #ffffff1a}.mobile-close-btn:hover{background:var(--nomadic-teal, #C0E4E4);border-color:var(--deep-sea-teal, #5DA8A8);color:var(--mountain-slate, #1b2e32);transform:scale(1.05) rotate(90deg);box-shadow:0 8px 24px #5da8a866,0 2px 8px #0003}.nav-logo img{height:72px}}.public-footer{background:#1b2e32;padding:60px 6rem 40px}.footer-content{max-width:100%;margin:0 auto}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:30px}.footer-logo{height:100px;width:auto;margin-bottom:12px}.footer-tagline{font-size:.95rem;color:#c0e4e4;margin:0;font-weight:400;letter-spacing:.02em}.footer-divider{width:100%;height:1px;background:#c0e4e433;margin:30px 0 25px}.footer-copyright{font-size:.9rem;color:#ffffffb3;margin:0;text-align:left}@media(max-width:768px){.footer-brand{align-items:center;text-align:center}.footer-copyright{text-align:center}}.public-layout{min-height:100vh;display:flex;flex-direction:column}.role-switcher{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#ffffff1a;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.role-switcher-label{font-size:.875rem;color:#6b7280;font-weight:500}.role-switcher-buttons{display:flex;gap:.25rem;background:#0000001a;border-radius:6px;padding:.25rem}.role-switcher-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:none;border-radius:4px;background:transparent;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.role-switcher-button:hover{background:#ffffff1a;color:#374151}.role-switcher-button.active{background:#10b981;color:#fff;box-shadow:0 1px 3px #0000001a}.role-switcher-button svg{width:16px;height:16px}@media(prefers-color-scheme:dark){.role-switcher{background:#0003}.role-switcher-label{color:#9ca3af}.role-switcher-buttons{background:#ffffff1a}.role-switcher-button{color:#9ca3af}.role-switcher-button:hover{background:#ffffff1a;color:#d1d5db}}.creator-sidebar.sidebar{position:fixed;left:0;top:0;height:100vh;width:320px;background:linear-gradient(180deg,#1a2a2e,#0f1c1f);display:flex;flex-direction:column;transition:transform .3s ease,width .3s ease;z-index:100;border-right:1px solid rgba(93,168,168,.1)}.profile-avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;border:2px solid #5DA8A8;transition:transform .2s}.nav-link.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.nav-label{flex:1}.sidebar.collapsed .nav-link{justify-content:center;padding:.75rem;display:flex;align-items:center}.sidebar.collapsed .nav-icon{margin:0 auto}.switch-dashboard{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff!important;margin-bottom:.5rem;white-space:normal}@media(max-width:768px){.sidebar,.sidebar.collapsed{width:320px}}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e2e8f0;padding:.5rem 0;z-index:1001;box-shadow:0 -2px 10px #00000014}@media(max-width:768px){.bottom-nav{display:flex;justify-content:space-around;align-items:center}@supports (padding: max(0px)){.bottom-nav{padding-bottom:max(.5rem,env(safe-area-inset-bottom));padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right))}}}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;flex:1;padding:.5rem;text-decoration:none;color:#64748b;transition:all .2s ease;border-radius:8px;margin:0 .25rem}.bottom-nav-item:hover{background:#f1f5f9;color:#1b2e32}.bottom-nav-item.active{color:#5da8a8;font-weight:600}.bottom-nav-item.active .bottom-nav-icon{transform:scale(1.1)}.bottom-nav-icon{display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.bottom-nav-icon svg{width:22px;height:22px}.bottom-nav-label{font-size:.65rem;font-weight:500;text-align:center;white-space:nowrap}@media(max-width:768px){.dashboard .main{padding-bottom:80px}}.dashboard{display:flex;height:100vh;position:relative}.main{flex:1;padding:1.5rem 1rem;overflow-y:auto;margin-left:320px;width:calc(100% - 320px);transition:margin-left .3s ease}.main>*{max-width:1400px;margin:0 auto;width:100%}@media(max-width:1024px){.main{margin-left:0;width:100%}}.dashboard-switcher-container{margin-bottom:1rem}.hamburger-btn{display:none;position:fixed;top:1rem;left:1rem;z-index:1002;width:40px;height:40px;background:#1b2e32;border:none;border-radius:6px;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;transition:background .2s ease}.hamburger-btn span{display:block;width:20px;height:2px;background:#c0e4e4;border-radius:2px;transition:all .3s ease}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999}.scroll-to-top-btn{display:none;position:fixed;bottom:2rem;right:2rem;z-index:1002;width:48px;height:48px;background:#5da8a8;border:none;border-radius:50%;color:#fff;cursor:pointer;box-shadow:0 4px 12px #5da8a84d;transition:all .3s ease;align-items:center;justify-content:center}.scroll-to-top-btn:hover{background:#3a6b6b;transform:translateY(-2px);box-shadow:0 6px 16px #5da8a866}.scroll-to-top-btn:active{transform:translateY(0)}@media(max-width:768px){.main{padding:.25rem .25rem 80px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;height:100vh!important}.hamburger-btn{display:none}.sidebar-overlay{display:block}.scroll-to-top-btn{display:none}}.business-switcher-modal{max-width:500px}.modal-close{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;font-size:1.75rem;color:#6b7280;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s;line-height:1}.modal-close:hover{background:#f3f4f6;color:#1f2937}.business-switcher-modal h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 .5rem;padding-right:2.5rem}.modal-description{color:#6b7280;margin-bottom:1.5rem;font-size:.9rem}.error-message{background:#fef2f2;color:#dc2626;padding:.75rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem;border:1px solid #fecaca}.loading-state{display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;gap:1rem}.spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}.spinner.small{width:18px;height:18px;border-width:2px}.loading-state p{color:#6b7280;margin:0;font-size:.9rem}.businesses-list{max-height:400px;overflow-y:auto;margin-bottom:1.5rem;padding:.25rem}.no-businesses{text-align:center;padding:3rem 2rem;color:#6b7280;font-size:.9rem}.single-business-message{text-align:center;padding:2rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.single-business-message p{color:#6b7280;margin:.5rem 0;font-size:.9rem}.single-business-message p:first-child{font-weight:500;color:#374151}.create-business-link{display:inline-block;margin-top:1rem;color:#667eea;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;transition:background-color .2s;font-size:.9rem}.create-business-link:hover{background-color:#eef2ff}.business-item{padding:1rem;border-radius:.5rem;margin-bottom:.5rem;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.875rem;background:#fff}.business-item:hover:not(.active):not(.switching){border-color:#667eea;background-color:#fafbff}.business-item.active{border-color:#667eea;background:linear-gradient(135deg,#667eea14,#764ba214);cursor:default}.business-item.switching{opacity:.6;cursor:wait}.business-logo{width:48px;height:48px;border-radius:.375rem;overflow:hidden;flex-shrink:0;background:#f9fafb;display:flex;align-items:center;justify-content:center}.business-logo img{width:100%;height:100%;object-fit:cover}.business-info{flex:1;min-width:0}.business-name{font-weight:600;color:#111827;font-size:.95rem;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.active-badge{display:inline-block;background:#667eea;color:#fff;padding:.125rem .5rem;border-radius:.25rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.business-type{color:#6b7280;font-size:.8rem;margin-bottom:.125rem;text-transform:capitalize}.business-location{color:#9ca3af;font-size:.8rem}.business-switching{display:flex;align-items:center}.business-action{display:flex;align-items:center;gap:.375rem;color:#667eea;flex-shrink:0}.switch-text{font-weight:500;font-size:.85rem}.business-action svg{transition:transform .2s}.business-item:hover:not(.active):not(.switching) .business-action svg{transform:translate(2px)}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1.25rem;border-top:1px solid #e5e7eb}.primary-button,.secondary-button{padding:.625rem 1.25rem;border-radius:.375rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;text-decoration:none;display:inline-block}.secondary-button{background:#f9fafb;color:#374151;border:1px solid #e5e7eb}.secondary-button:hover{background:#f3f4f6}.primary-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.primary-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.businesses-list::-webkit-scrollbar{width:6px}.businesses-list::-webkit-scrollbar-track{background:transparent}.businesses-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.businesses-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:640px){.business-switcher-modal{max-width:100%}.business-item{flex-wrap:wrap}.business-action{width:100%;justify-content:flex-end;margin-top:.5rem}.modal-actions{flex-direction:column-reverse}.primary-button,.secondary-button{width:100%;text-align:center}}.business-sidebar.sidebar{position:fixed;left:0;top:0;height:100vh;width:320px;background:linear-gradient(180deg,#1a2a2e,#0f1c1f);display:flex;flex-direction:column;transition:transform .3s ease,width .3s ease;z-index:100;border-right:1px solid rgba(93,168,168,.1)}.sidebar.collapsed{width:80px}.sidebar-overlay{display:none}.nav-link.admin-link{background:#ff98001a;border-left:3px solid #ff9800;margin:.5rem 0}.nav-link.admin-link:hover{background:#ff980033}.nav-link.admin-link.active{background:#ff980040;border-left-color:#ff9800}.sidebar-header{padding:1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(93,168,168,.1)}.sidebar-brand img{height:40px;width:auto;transition:opacity .2s}.sidebar-brand:hover img{opacity:.8}.sidebar.collapsed .sidebar-brand img{height:32px}.sidebar-close{display:none;background:none;border:none;color:#fff9;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s}.sidebar-close:hover{background:#5da8a81a;color:#fff}.sidebar-profile{padding:2rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.profile-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;border:2px solid #5DA8A8;transition:transform .2s}.profile-avatar:hover{transform:scale(1.05)}.profile-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5da8a8,#3a6b6b);color:#fff;font-size:1.5rem;font-weight:600;border-radius:50%}.profile-name{color:#fff!important;font-size:.95rem;font-weight:500;text-align:center}.sidebar.collapsed .profile-avatar{width:48px;height:48px}.sidebar.collapsed .profile-name{display:none}aside.sidebar .business-selector{padding:0 .75rem 1rem}aside.sidebar .business-selector-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.875rem;padding:1rem;background:#ffffff14;border:none;border-radius:10px;color:#fff;cursor:pointer;transition:all .2s;text-align:center}aside.sidebar .business-selector-btn:hover{background:#ffffff1f}aside.sidebar .business-logo{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#ffffff1a}aside.sidebar .business-info{text-align:center!important;min-width:0;display:block!important}aside.sidebar .business-info .business-name{font-size:.95rem;font-weight:600;color:#fff!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;text-align:center!important;display:block!important}aside.sidebar .business-info .business-type{font-size:.8rem;color:#fff9!important;text-transform:capitalize;margin-top:3px;line-height:1.2;text-align:center!important;display:block!important}aside.sidebar .business-selector-btn svg{flex-shrink:0;color:#fff9}.sidebar-nav{flex:1;padding:1rem .75rem;overflow-y:auto;overflow-x:hidden}.sidebar.collapsed .sidebar-nav{padding:1rem 0}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-thumb{background:#5da8a84d;border-radius:2px}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:.25rem;color:#ffffffb3;text-decoration:none;border-radius:8px;transition:all .2s;cursor:pointer;border:none;background:none;width:100%;text-align:left;font-size:.9rem}.nav-link:hover{background:#5da8a81a;color:#fff}.nav-link.active{background:#5da8a826;color:#5da8a8;font-weight:500}.nav-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.nav-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar.collapsed .nav-link{justify-content:center!important;padding:.75rem 0!important;display:flex!important;align-items:center!important;gap:0!important;margin-left:0!important;margin-right:0!important}.sidebar.collapsed .nav-icon{margin:0!important;width:20px!important}.sidebar.collapsed .nav-label{display:none}.sidebar-footer{padding:1rem .75rem;border-top:1px solid rgba(93,168,168,.1)}.sidebar.collapsed .sidebar-footer{padding:1rem 0}.switch-dashboard{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff!important;margin-bottom:.5rem;white-space:normal;justify-content:center}.sidebar.collapsed .switch-dashboard{justify-content:center!important;padding:.75rem 0!important;gap:0!important;margin-left:0!important;margin-right:0!important}.switch-dashboard:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-1px)}.sign-out:hover{background:#ef44441a;color:#ef4444}.sidebar-toggle{position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:24px;height:48px;background:#5da8a8;border:none;border-radius:0 8px 8px 0;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:2px 0 8px #0000001a}.sidebar-toggle:hover{background:#3a6b6b;width:28px}@media(max-width:1024px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:99}.sidebar-close{display:flex}.sidebar-toggle{display:none}}@media(max-width:768px){.sidebar,.sidebar.collapsed{width:280px}}.business-dashboard-layout{display:flex;min-height:100vh;background:#f6f8fb;position:relative;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.business-dashboard-main{flex:1;padding:24px;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow-x:hidden}.dashboard-header-actions{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.hamburger-btn{display:none;position:fixed;top:1rem;left:1rem;z-index:1001;background:#1b2e32;border:none;padding:.75rem;border-radius:8px;cursor:pointer;flex-direction:column;gap:5px;transition:all .3s ease;box-shadow:0 2px 8px #00000026}.hamburger-btn span{width:24px;height:3px;background:#c0e4e4;border-radius:2px;transition:all .3s ease}.hamburger-btn:hover{background:#3a6b6b}.hamburger-btn:hover span{background:#fff}.hamburger-btn.hidden{opacity:0;pointer-events:none}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999;animation:fadeIn .3s ease}@media(max-width:1024px){.hamburger-btn{display:none}.sidebar-overlay{display:block}.business-dashboard-main{padding:.25rem .25rem 80px!important}}@media(max-width:640px){.business-dashboard-main{padding:.25rem .25rem 80px!important}}.status-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background-color:#f0f7f7}.status-page-content{max-width:600px;width:100%;text-align:center;background:#fff;padding:3rem 2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.status-icon{font-size:5rem;margin-bottom:1.5rem;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.status-title{font-size:2rem;font-weight:700;color:#1b2e32;margin:0 0 1rem;letter-spacing:-.02em}.status-message{font-size:1.125rem;color:#64748b;margin:0 0 2rem;line-height:1.6}.status-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}.status-button{padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;display:inline-block;min-width:200px}.status-button.primary{background:#5da8a8;color:#fff}.status-button.primary:hover{background:#3a6b6b;transform:translateY(-2px);box-shadow:0 6px 20px #5da8a84d}.status-button.secondary{background:#e2e8f0;color:#1b2e32}.status-button.secondary:hover{background:#cbd5e1;transform:translateY(-2px)}.status-button:active{transform:translateY(0)}@media(max-width:768px){.status-page{padding:1rem}.status-page-content{padding:2rem 1.5rem}.status-icon{font-size:4rem}.status-title{font-size:1.5rem}.status-message{font-size:1rem}.status-button{width:100%;min-width:auto}}.status-page .status-icon.loading{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.dashboard-card{display:flex;flex-direction:column;justify-content:space-between;border-radius:16px;background:#fff;padding:1rem;width:100%;min-width:0}.dashboard-card.standard{min-height:220px}.dashboard-card.large{min-height:300px}.dashboard-card.compact{min-height:160px}.dashboard-card-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:-1rem -1rem 0;padding:.75rem 1rem;background:#f0f7f7;border-bottom:1px solid #D4E8E8;box-shadow:inset 0 -1px #3a6b6b0a;border-top-left-radius:16px;border-top-right-radius:16px}.dashboard-card-header h3{margin:0;font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#475569}.dashboard-card-header .link{border:0;background:transparent;padding:0;cursor:pointer;font-size:.9rem;font-weight:600;color:#334155;text-underline-offset:3px;transition:color .16s ease,text-decoration-color .16s ease}.dashboard-card-header .link:hover{text-decoration:underline;text-decoration-color:#334155b3}.dashboard-card-header .link:focus-visible{outline:2px solid #334155;outline-offset:2px}.dashboard-card button{align-self:flex-start}.dashboard-card .primary-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;padding:.6rem 1.1rem;border-radius:999px;font-size:.9rem;font-weight:600;line-height:1;cursor:pointer;background:#5da8a8;color:#fff;border:none;transition:background .15s ease,transform .1s ease,box-shadow .15s ease}.dashboard-card .primary-button:hover{background:#3a6b6b;box-shadow:0 4px 12px #5da8a84d}.dashboard-card .primary-button:active{transform:translateY(1px);box-shadow:0 2px 6px #5da8a833}.dashboard-card .primary-button:disabled{background:#5da8a84d;cursor:not-allowed;box-shadow:none}.dashboard-card .primary-button{align-self:flex-end;margin-top:auto}.dashboard-card .secondary-button{display:inline-flex;align-items:center;justify-content:center;margin:.5rem auto 0;width:fit-content;max-width:100%;padding:.45rem 1rem;border-radius:999px;font-weight:600;font-size:.85rem;line-height:1;cursor:pointer;background:#0f172a0f;color:#0f172a;border:none;transition:background .15s ease,transform .1s ease}.dashboard-card .secondary-button:hover{background:#0f172a1a}.dashboard-card .secondary-button:active{transform:translateY(1px)}.dashboard-card .soft-link{display:inline-flex;align-items:center;gap:.35rem;margin-left:auto;margin-top:.75rem;background:none;border:none;padding:0;font-size:.85rem;font-weight:500;color:#64748b;cursor:pointer;transition:color .15s ease}.muted{color:#64748b}.small{font-size:.8rem}.call-content{flex:1;margin-top:1.25rem}.call-content strong{display:block;margin-bottom:.4rem}.tool-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.status-pill{padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.status-pill.active{background:#c0e4e4;color:#1b2e32}.status-pill.inactive{background:#ffe5e5;color:#d14343;border:1px solid #FFBDBD}.dashboard-opportunity-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.75rem;width:100%}.dashboard-opportunity-item{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:12px;border:1px solid #D4E8E8;background:#fff;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.dashboard-opportunity-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5da8a826;border-color:#5da8a8}.opportunity-image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f0f7f7;display:flex;align-items:center;justify-content:center}.opportunity-image img{width:100%;height:100%;object-fit:contain}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5da8a8,#3a6b6b);font-size:2rem;font-weight:600;color:#fff}.opportunity-info{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.opportunity-info strong{font-size:1rem;font-weight:600;color:#1b2e32;overflow-wrap:break-word}.opportunity-info span{font-size:.85rem;color:#64748b}.opportunity-arrow{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f0f7f7;color:#5da8a8;transition:all .2s ease}.dashboard-opportunity-item:hover .opportunity-arrow{background:#5da8a8;color:#fff;transform:scale(1.1)}.dashboard-empty{margin:.25rem 0 0;font-size:.9rem;color:#64748b}@media(max-width:640px){.opportunity-image{width:60px;height:60px}.image-placeholder{font-size:1.5rem}.opportunity-info strong{font-size:.9rem}.opportunity-info span{font-size:.8rem}}.call-meta{display:flex;gap:1rem;margin:.5rem 0;font-size:.875rem;color:#6b7280}.muted{color:#6b7280;font-size:.875rem;margin:.25rem 0}.event-badge{display:inline-block;padding:.375rem .75rem;border-radius:6px;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:1rem 0 .75rem 1.5rem;width:fit-content}.event-details{padding:0 1.5rem 1.5rem}.event-title-dash{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;color:#111827;line-height:1.4}.event-meta-row{display:flex;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.meta-item-dash{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.meta-item-dash svg{flex-shrink:0}.events-list-expanded{max-height:500px;overflow-y:auto}.event-item-expanded{border-bottom:1px solid #e5e7eb;padding-bottom:1rem;margin-bottom:1rem}.event-item-expanded:last-child{border-bottom:none;margin-bottom:0}.event-item-expanded .event-badge{margin:0 0 .75rem}.event-item-expanded .event-details{padding:0}.event-actions{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap;justify-content:flex-start}.event-actions .primary-button,.event-actions .secondary-button{padding:.5rem 1rem;font-size:.875rem;min-width:fit-content;display:inline-flex;align-items:center;gap:.5rem}@media(min-width:769px){.event-actions .primary-button,.event-actions .secondary-button{flex:0 0 auto}}.dashboard-card .event-actions .primary-button{background:#5da8a8}.dashboard-card .event-actions .primary-button:hover{background:#3a6b6b;box-shadow:0 4px 12px #5da8a84d}.dashboard-card .event-actions .secondary-button{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.dashboard-card .event-actions .secondary-button:hover{background:#e5e7eb}.show-more-events{display:inline-flex;align-items:center;gap:.25rem;margin:0 1.5rem 1rem;padding:0;background:none;border:none;color:#5da8a8;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;transition:color .2s ease}.show-more-events:hover{color:#3a6b6b;text-decoration:underline}.call-carousel{position:relative;padding:0 3rem 2.5rem}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:2px solid #e5e7eb;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .2s ease;z-index:10}.carousel-arrow:hover{background:#5da8a8;border-color:#5da8a8;color:#fff;transform:translateY(-50%) scale(1.1)}.carousel-left{left:.75rem}.carousel-right{right:.75rem}.carousel-dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;align-items:center;justify-content:center}.carousel-dot{width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid #e5e7eb;cursor:pointer;transition:all .2s ease;padding:0}.carousel-dot:hover{background:#cbd5e1;border-color:#cbd5e1;transform:scale(1.2)}.carousel-dot.active{background:#5da8a8;border-color:#5da8a8;transform:scale(1.3)}.call-item-single{display:flex;gap:1.25rem;padding:1.5rem;align-items:flex-start;background:linear-gradient(135deg,#f0f9ff,#fff);border-radius:12px;margin:1rem 1.5rem;border:1px solid #e0f2fe}.call-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#5da8a8,#3a6b6b);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.75rem;flex-shrink:0;box-shadow:0 4px 12px #5da8a840}.call-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.call-details{flex:1}.call-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;color:#111827;line-height:1.3}.call-meta-row{display:flex;gap:1.25rem;margin-bottom:1rem;flex-wrap:wrap}.call-item-single .meta-item-dash{font-weight:500;color:#374151}.call-item-single .primary-button{background:linear-gradient(135deg,#5da8a8,#3a6b6b);box-shadow:0 2px 8px #5da8a84d;font-weight:600;display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1.25rem}.call-item-single .primary-button svg{flex-shrink:0}.call-item-single .primary-button:hover{box-shadow:0 4px 16px #5da8a866;transform:translateY(-1px)}.calls-list-expanded{max-height:500px;overflow-y:auto}.call-item-expanded{display:flex;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;align-items:flex-start;transition:background .2s ease}.call-item-expanded:hover{background:#f9fafb}.call-item-expanded:last-child{border-bottom:none}.call-item-expanded .call-avatar{width:56px;height:56px;font-size:1.25rem}.call-item-expanded .call-title{font-size:1rem;font-weight:600}.call-item-expanded .primary-button{margin-top:.5rem}.show-more-calls{display:inline-flex;align-items:center;gap:.25rem;margin:0 1.5rem 1rem;padding:0;background:none;border:none;color:#5da8a8;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;transition:color .2s ease}.show-more-calls:hover{color:#3a6b6b;text-decoration:underline}.map-preview-container{height:220px;width:100%;border-radius:12px;overflow:hidden;background:#e5e7eb;cursor:pointer;transition:transform .2s ease}.map-preview-container:hover{transform:scale(1.01)}.profile-switcher-modal{max-width:540px}.profile-switcher-modal h2{color:#1b2e32;font-size:1.75rem;margin:0 0 .5rem}.profiles-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.profile-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-radius:12px;background:#f8fafc;border:2px solid transparent;cursor:pointer;transition:all .2s ease}.profile-item:hover:not(.active){background:#f1f5f9;border-color:#e2e8f0;transform:translate(4px)}.profile-item.active{background:linear-gradient(135deg,#f0f7f7,#e8f4f4);border-color:#5da8a8;cursor:default}.profile-item.switching{opacity:.6;cursor:wait}.profile-info{flex:1;min-width:0}.profile-name{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#1b2e32;margin-bottom:.25rem}.profile-bio{font-size:.875rem;color:#64748b;line-height:1.4;margin-top:.25rem}.primary-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;background:#5da8a8;color:#fff;font-size:.75rem;font-weight:600;border-radius:999px;text-transform:uppercase;letter-spacing:.025em}.profile-action{display:flex;align-items:center;gap:.25rem;color:#5da8a8;font-size:.875rem;font-weight:600;transition:all .2s ease}.profile-item:hover .profile-action{color:#3a6b6b}.profile-action svg{transition:transform .2s ease}.profile-item:hover .profile-action svg{transform:translate(2px)}.switch-text{display:none}@media(min-width:480px){.switch-text{display:inline}}.profile-switching{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:#64748b}.loading-state p{margin-top:1rem;font-size:.875rem}.spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#5da8a8;border-radius:50%}.spinner.small{width:20px;height:20px;border-width:2px}.no-profiles{text-align:center;color:#64748b;padding:2rem 1rem;font-size:.875rem}.single-profile-message{text-align:center;padding:2rem 1.5rem;background:#f8fafc;border-radius:12px;border:2px dashed #cbd5e1}.single-profile-message p{color:#64748b;font-size:.9375rem;margin:0 0 .5rem;line-height:1.5}.single-profile-message p:last-of-type{margin-bottom:1.5rem}.create-profile-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#5da8a8;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.875rem;transition:all .2s ease}.create-profile-link:hover{background:#4a8787;transform:translateY(-1px);box-shadow:0 4px 12px #5da8a84d}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:.5rem}.modal-actions .secondary-button{padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;background:#f1f5f9;color:#475569;border:none;transition:all .15s ease}.modal-actions .secondary-button:hover{background:#e2e8f0}@media(max-width:480px){.profile-switcher-modal{padding:1.5rem}.profile-item{padding:.875rem}.profile-name{font-size:.9375rem}.profile-bio{font-size:.8125rem}}.creator-dashboard-page{padding:2rem;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box;overflow-x:hidden}.dashboard-page-header{margin-bottom:2rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding-bottom:0;border-bottom:none;width:100%}.dashboard-page-header h1{margin:0;letter-spacing:-.02em;font-size:2rem;font-weight:700;color:#0f172a;line-height:1.2;word-break:break-word}.profile-switcher-button{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.125rem;border-radius:999px;font-size:.875rem;font-weight:600;color:#475569;background:#f8fafc;border:2px solid #e2e8f0;cursor:pointer;transition:all .2s ease}.profile-switcher-button:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.profile-switcher-button:active{transform:translateY(0);box-shadow:0 2px 6px #0000000f}.profile-switcher-button svg{flex-shrink:0}@media(max-width:768px){.dashboard-page-header{margin-left:0;align-items:center;gap:.75rem}.dashboard-page-header h1{font-size:1.5rem}.profile-switcher-button span{display:none}.profile-switcher-button{padding:.625rem;width:40px;height:40px;justify-content:center}}@media(max-width:480px){.dashboard-page-header{margin-top:1rem}.dashboard-page-header h1{font-size:1.35rem}.profile-switcher-button{width:36px;height:36px;padding:.5rem}}.dashboard-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;width:100%}@media(max-width:768px){.creator-dashboard-page{padding:.5rem .5rem 2rem!important;min-height:auto!important}.dashboard-page-header{padding:0 1rem!important;margin-bottom:1rem}.profile-pic{width:48px!important;height:48px!important}.greeting-text{font-size:1rem!important}.dashboard-title{font-size:1.25rem!important;margin:.25rem 0 0!important}.dashboard-layout{grid-template-columns:1fr;gap:1rem}}.dashboard-column{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.dashboard-section{display:flex;flex-direction:column;gap:.75rem}.dashboard-section-title{font-size:.85rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.04em;margin:0}@media(max-width:900px){.dashboard-layout{grid-template-columns:1fr}}@media(max-width:600px){.dashboard-layout{gap:1rem;padding:.75rem}}.opportunity-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease;width:100%;max-width:100%;box-sizing:border-box}.opportunity-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #5da8a826}.opportunity-header{padding:.75rem 1rem;background:#f0f7f7;border-bottom:1px solid #D4E8E8;box-shadow:inset 0 -1px #3a6b6b0a;border-top-left-radius:16px;border-top-right-radius:16px}.header-content{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.opportunity-title{font-size:1rem;font-weight:600;margin:0;color:#1b2e32;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;text-align:left;flex:1;word-break:break-word}.business{font-size:.85rem;color:#475569;margin:0;overflow-wrap:break-word}.opportunity-hero{position:relative;width:100%;height:200px;overflow:hidden;background:#f0f7f7;display:flex;align-items:center;justify-content:center}.opportunity-hero img{width:100%;height:100%;object-fit:contain}.hero-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5da8a8,#3a6b6b)}.logo-placeholder{font-size:3rem;font-weight:600;color:#fff}.opportunity-card .opportunity-footer{display:flex;justify-content:flex-end;align-items:center;padding:.5rem .75rem;border-top:1px solid #E5E7EB}.badge{display:inline-block;background:#c0e4e4;color:#1b2e32;padding:.25rem .6rem;border-radius:999px;font-size:.7rem;font-weight:500;white-space:nowrap;flex-shrink:0}.cta{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#5da8a8;background:#f0f7f7;border-radius:50%;transition:all .2s ease}.opportunity-card:hover .cta{background:#5da8a8;color:#fff;transform:scale(1.1)}@media(max-width:768px){.opportunity-hero{height:180px}.opportunity-title{font-size:.95rem}.logo-placeholder{font-size:2.5rem}.opportunity-header{padding:1rem}.header-content{gap:.5rem}}@media(max-width:375px){.opportunity-hero{height:160px}.opportunity-title{font-size:.9rem}.business{font-size:.8rem}.logo-placeholder{font-size:2rem}.opportunity-header{padding:.875rem}.opportunity-footer{padding:.5rem .75rem}}.opportunities-page{padding:2rem;max-width:1200px;margin:0 auto}@media(max-width:768px){.page-header{margin:.5rem 0 1.5rem;padding:.75rem;border-bottom:1px solid #e2e8f0}.page-header h1{font-size:1.5rem;text-align:left}.page-header p{display:none}}@media(max-width:1024px){.opportunity-list{grid-template-columns:repeat(2,1fr);gap:.875rem}}@media(max-width:640px){.opportunity-list{grid-template-columns:1fr;gap:.75rem}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#64748b}@media(max-width:640px){.empty-state{padding:3rem 1.5rem}}@media(max-width:375px){.empty-state{padding:2rem 1rem}}.empty-state svg{margin-bottom:1.5rem;color:#cbd5e1}@media(max-width:640px){.empty-state svg{width:56px;height:56px;margin-bottom:1rem}}@media(max-width:375px){.empty-state svg{width:48px;height:48px}}.empty-state h2{font-size:1.5rem;color:#1e293b;margin:0 0 .5rem}@media(max-width:640px){.empty-state h2{font-size:1.25rem}}@media(max-width:375px){.empty-state h2{font-size:1.125rem}}.empty-state p{font-size:1rem;color:#64748b;margin:0}@media(max-width:640px){.empty-state p{font-size:.9rem}}@media(max-width:375px){.empty-state p{font-size:.85rem}}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}@media(max-width:640px){.pagination{gap:.75rem;margin-top:1.25rem}}@media(max-width:375px){.pagination{gap:.5rem;margin-top:1rem}}.pagination button{background:#0f172a;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;min-width:80px;min-height:44px;font-size:.9rem;font-weight:500;transition:background .15s ease}.pagination button:hover:not(:disabled){background:#1e293b}.pagination button:disabled{background:#e2e8f0;color:#64748b;cursor:not-allowed}@media(max-width:640px){.pagination button{min-width:70px;padding:.5rem .875rem}}@media(max-width:375px){.pagination button{padding:.5rem .75rem;font-size:.85rem;min-width:65px}}.modal-backdrop{position:fixed;inset:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:20px;width:100%;max-width:520px;max-height:90vh;padding:1.5rem;position:relative;overflow-y:auto}@media(max-width:768px){.modal{max-width:95vw;max-height:85vh;padding:1.25rem;border-radius:16px;margin:1rem}}.modal-header{display:flex;gap:1rem;align-items:center}.modal-logo{width:64px;height:64px;min-width:64px;min-height:64px;border-radius:16px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;flex-shrink:0}.modal-logo img{width:100%;height:100%;object-fit:cover}.modal-meta{display:flex;gap:.75rem;margin:1rem 0}.modal .business{font-size:.85rem;color:#64748b;margin:.25rem 0 .5rem}.modal .badge{display:inline-block;background:#e2e8f0;color:#334155;padding:.25rem .6rem;border-radius:999px;font-size:.7rem;font-weight:500}.modal .status{font-size:.75rem;color:#166534}.modal-description-wrapper{position:relative}.modal-description{font-size:.9rem;color:#334155;line-height:1.5;margin:0}.description-expand-btn{display:none;margin-top:.75rem;width:100%;padding:.6rem 1rem;background:#5da8a8;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #5da8a833;transition:all .2s ease;align-items:center;justify-content:center;gap:.5rem}.description-expand-btn:hover{background:#4a8c8c;transform:translateY(-1px);box-shadow:0 4px 12px #5da8a84d}.expand-icon{font-size:1.25rem;font-weight:300;line-height:1}.expand-text{text-transform:uppercase;letter-spacing:.5px}@media(max-width:768px){.description-expand-btn{display:flex}}.modal-actions{display:flex;gap:.75rem;margin-top:1.5rem}.modal-actions button{flex:1;padding:.75rem 1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.primary{background:#0f172a;color:#fff}.primary:hover:not(:disabled){background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a4d}.primary:disabled{background:#cbd5e1;cursor:not-allowed;opacity:.6}.secondary{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.secondary:hover:not(:disabled){background:#e2e8f0;color:#475569}.modal-close{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;border-radius:999px;border:none;background:#f1f5f9;color:#0f172a;font-size:1rem;font-weight:600;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.modal-close{width:40px;height:40px;top:1rem;right:1rem}}.modal-close:hover{background:#e2e8f0}.apply-section{margin:1.5rem 0 1rem}.application-notes{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.9rem;resize:vertical;margin-bottom:1rem;min-height:80px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.application-notes:focus{outline:none;border-color:#5da8a8;box-shadow:0 0 0 3px #5da8a81a}.application-notes::placeholder{color:#94a3b8}.apply-button{padding:.875rem 1.5rem;background:linear-gradient(135deg,#5da8a8,#4a9999);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.95rem}.apply-button:hover:not(:disabled){background:linear-gradient(135deg,#4a9999,#3d8888);transform:translateY(-1px);box-shadow:0 4px 12px #5da8a84d}.apply-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.applied-message{background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border:1px solid #10b981;color:#065f46;padding:1rem;border-radius:8px;text-align:center;margin-bottom:1rem;font-weight:500;font-size:.9rem}.map-location-list{flex:1;overflow-y:auto;padding:.5rem}.map-location-list-empty{padding:2rem 1rem;text-align:center;color:var(--text-muted, #64748b);font-size:.9rem}.location-list{list-style:none;padding:0;margin:0}.location-item{display:flex;gap:.75rem;padding:.875rem;border-radius:10px;cursor:pointer;transition:all .15s ease;border:1px solid transparent}.location-item:hover{background-color:#f0f7f7}.location-item.active{background-color:#e0f7f7;border-color:#5da8a8}.location-thumbnail{width:48px;height:48px;min-width:48px;background:#f0f7f7;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#5da8a8}.location-info{flex:1;min-width:0}.location-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.location-name{font-size:.95rem;font-weight:600;color:var(--mountain-slate, #1b2e32);margin:0;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.category-badge{font-size:.65rem;font-weight:600;padding:.2rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;flex-shrink:0}.location-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.location-rating{display:flex;align-items:center;gap:.25rem;font-size:.8rem}.rating-stars{color:#f59e0b}.rating-count{color:var(--text-muted, #64748b);font-size:.75rem}.location-address{font-size:.8rem;color:var(--text-muted, #64748b);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:767px){.map-location-list{max-height:300px;padding:0 1rem}.location-item{padding:.75rem}.location-thumbnail{width:40px;height:40px;min-width:40px}.location-name{font-size:.9rem}}.location-logo{width:100%;height:100%;object-fit:cover;border-radius:6px}.location-header-text{flex:1}.map-pin-card{background:#fff;padding:1.25rem}@media(min-width:768px){.map-pin-card{border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:380px}}@media(max-width:767px){.map-pin-card{border-radius:0;box-shadow:none;padding:1rem 1.25rem 2rem}}.pin-card-header{display:flex;justify-content:flex-end;margin-bottom:.5rem}.pin-card-header-actions{display:flex;align-items:center;gap:.5rem}.pin-card-category-container{margin-bottom:.75rem}.pin-card-category{font-size:.7rem;font-weight:600;padding:.25rem .6rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;display:inline-block}.pin-card-header-content{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.pin-card-logo{width:60px;height:60px;object-fit:cover;border-radius:8px;flex-shrink:0}.pin-card-title{flex:1}.pin-card-email-btn{width:36px;height:36px;border:none;background:#5da8a8;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s;text-decoration:none}.pin-card-email-btn:hover{background:#3a6b6b;transform:scale(1.05)}.pin-card-close{width:28px;height:28px;border:none;background:#f0f7f7;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--mountain-slate, #1b2e32);transition:all .2s}.pin-card-close:hover{background:#d4e8e8}.pin-card-title{font-size:1.35rem;font-weight:700;color:var(--mountain-slate, #1b2e32);margin:0 0 .75rem;line-height:1.3}.pin-card-address{font-size:.9rem;color:var(--text-muted, #64748b);line-height:1.5;margin:0 0 1rem}.pin-card-description{font-size:.9rem;color:var(--mountain-slate, #1b2e32);line-height:1.6;margin:0 0 1rem;padding:.75rem;background:#f8fafc;border-radius:8px;border-left:3px solid #5DA8A8}.pin-card-description a{color:#5da8a8;text-decoration:none;font-weight:600;transition:color .2s}.pin-card-description a:hover{color:#3a6b6b;text-decoration:underline}.pin-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.pin-card-tag{font-size:.75rem;font-weight:500;padding:.35rem .75rem;background:#f0f7f7;color:#3a6b6b;border-radius:20px;border:1px solid #D4E8E8}.pin-card-actions{display:flex;gap:.75rem;margin-bottom:1rem}.pin-card-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;padding:.75rem 1rem;border-radius:10px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.directions-btn{background:#5da8a8;color:#fff}.directions-btn:hover{background:#3a6b6b}.contact-btn{background:#4a90e2;color:#fff}.contact-btn:hover{background:#357abd}.website-btn{background:#f0f7f7;color:#1b2e32;border:1px solid #D4E8E8}.website-btn:hover{background:#e0f0f0;border-color:#5da8a8}.pin-card-contact{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid #E5E7EB}.contact-link{font-size:.85rem;color:#5da8a8;text-decoration:none;transition:color .2s}.contact-link:hover{color:#3a6b6b;text-decoration:underline}@media(max-width:767px){.pin-card-title{font-size:1.25rem}.pin-card-actions{flex-direction:column}.pin-card-btn{padding:.875rem 1rem}}.map-filters{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem .5rem;border-bottom:1px solid #E5E7EB}.map-filters.compact{padding:.5rem 0;border-bottom:none;margin-top:.5rem;overflow-x:scroll;overflow-y:hidden;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scroll-behavior:smooth;gap:.5rem}.map-filters.compact::-webkit-scrollbar{height:4px}.map-filters.compact::-webkit-scrollbar-track{background:transparent}.map-filters.compact::-webkit-scrollbar-thumb{background:#d4e8e8;border-radius:4px}.map-filters.compact::-webkit-scrollbar-thumb:hover{background:#5da8a8}.filter-btn{padding:.25rem 1.75rem;border:1px solid #D4E8E8;background:#fff;border-radius:50px;font-size:.8rem;font-weight:500;color:var(--mountain-slate, #1b2e32);cursor:pointer;transition:all .15s ease;white-space:nowrap;flex-shrink:0;min-width:fit-content;display:inline-flex;align-items:center;justify-content:center}.filter-btn:hover{background:#f0f7f7;border-color:#5da8a8}.filter-btn.active{background:#5da8a8;border-color:#5da8a8;color:#fff}@media(max-width:767px){.map-filters{padding:.5rem;gap:.5rem}.filter-btn{padding:.75rem 1.25rem;font-size:.85rem;min-height:44px;min-width:max-content}.map-filters.compact .filter-btn{padding:.75rem 1.125rem;font-size:.8rem;min-height:44px}}.map-view{display:flex;width:100%;height:100vh;overflow:hidden;background:#000;--mobile-bottom-nav-height: 60px;--mobile-sheet-handle-height: 100px;--mobile-search-height: 140px}.map-view.desktop{flex-direction:row}.map-view.mobile{flex-direction:column;position:relative}.map-view-sidebar{width:360px;min-width:360px;background:#fff;border-right:1px solid #E5E7EB;display:flex;flex-direction:column;z-index:10;transition:width .3s ease,min-width .3s ease}.map-view-sidebar.collapsed{width:60px;min-width:60px}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #E5E7EB;background:#fafbfc}.back-btn{padding:.5rem 1rem;border:none;background:#f0f7f7;border-radius:8px;font-size:.9rem;font-weight:600;color:var(--mountain-slate, #1b2e32);cursor:pointer;transition:all .2s}.back-btn:hover{background:#d4e8e8;color:#5da8a8}.collapse-btn{width:32px;height:32px;border:none;background:transparent;border-radius:6px;font-size:1.2rem;color:var(--mountain-slate, #1b2e32);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.collapse-btn:hover{background:#f0f7f7}.map-view-sidebar.collapsed .back-btn{display:none}.map-view-sidebar.collapsed .collapse-btn{margin:0 auto}.sidebar-search{display:flex;align-items:center;padding:.75rem;border-bottom:1px solid #E5E7EB;gap:.5rem}.search-input{flex:1;padding:.75rem 1rem;border:1px solid #D4E8E8;border-radius:10px;font-size:.95rem;outline:none;transition:border-color .2s}.search-input:focus{border-color:#5da8a8}.search-input::placeholder{color:#9ca3af}.search-mic{width:40px;height:40px;border:none;background:#f0f7f7;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--mountain-slate, #1b2e32);transition:all .2s}.search-mic:hover{background:var(--mountain-slate, #1b2e32);color:#fff}.search-mic.listening{animation:pulse 1.5s ease-in-out infinite;color:#dc2626}.map-view-map-wrapper{flex:1;position:relative;min-width:0}.map-container{position:absolute;inset:0;width:100%;height:100%;filter:brightness(.95) contrast(1.05) saturate(1.1)}.locate-btn{position:absolute;bottom:2rem;right:1rem;z-index:10;width:48px;height:48px;border:none;background:#fff;border-radius:50%;box-shadow:0 2px 10px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--mountain-slate, #1b2e32);transition:all .2s}.locate-btn:hover{box-shadow:0 4px 15px #0003;transform:scale(1.05);color:#5da8a8}.desktop-pin-card{position:absolute;top:1rem;right:1rem;z-index:10;max-height:calc(100vh - 2rem);overflow-y:auto}.mobile-search-container{position:fixed;top:0;left:0;right:0;z-index:11;background:#fff;padding:.75rem 1rem;box-shadow:0 2px 10px #0000001a}@supports (padding: max(0px)){.mobile-search-container{padding-top:max(.75rem,env(safe-area-inset-top));padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}.mobile-search-wrapper{display:flex;align-items:center;gap:.5rem}.mobile-back-btn{width:40px;height:40px;border:none;background:#f0f7f7;border-radius:10px;font-size:1.5rem;font-weight:600;color:var(--mountain-slate, #1b2e32);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.mobile-back-btn:hover{background:#d4e8e8}.mobile-search-input{flex:1;padding:.75rem 1rem;border:1px solid #D4E8E8;border-radius:10px;font-size:1rem;outline:none}.mobile-search-input:focus{border-color:#5da8a8}.mobile-mic-btn{width:40px;height:40px;border:none;background:#f0f7f7;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--mountain-slate, #1b2e32);transition:all .2s}.mobile-mic-btn:hover{background:var(--mountain-slate, #1b2e32);color:#fff}.mobile-mic-btn.listening{animation:pulse 1.5s ease-in-out infinite;color:#dc2626}.mobile-detail-back-btn{position:fixed;top:1rem;left:1rem;z-index:11;width:48px;height:48px;border:none;background:#fff;border-radius:50%;box-shadow:0 2px 10px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:600;color:var(--mountain-slate, #1b2e32);transition:all .2s}@supports (padding: max(0px)){.mobile-detail-back-btn{top:max(1rem,calc(1rem + env(safe-area-inset-top)));left:max(1rem,calc(1rem + env(safe-area-inset-left)))}}.mobile-detail-back-btn:hover{box-shadow:0 4px 15px #0003;background:#f0f7f7}.mobile-bottom-sheet{position:fixed;bottom:var(--mobile-bottom-nav-height);left:0;right:0;z-index:12;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -4px 20px #00000026;transform:translateY(calc(100% + var(--mobile-bottom-nav-height) - var(--mobile-sheet-handle-height)));transition:transform .4s cubic-bezier(.33,0,.67,1);max-height:calc(60vh - var(--mobile-bottom-nav-height));overflow-y:auto;display:flex;flex-direction:column}@supports (padding: max(0px)){.mobile-bottom-sheet{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right));bottom:calc(var(--mobile-bottom-nav-height) + max(0px,env(safe-area-inset-bottom)))}}.mobile-bottom-sheet.visible{transform:translateY(0)}.sheet-handle-area{display:flex;flex-direction:column;align-items:center;padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid #E5E7EB}.sheet-handle{width:40px;height:4px;background:#d4d4d8;border-radius:2px;margin-bottom:.5rem}.sheet-title{font-size:.9rem;font-weight:600;color:var(--mountain-slate, #1b2e32)}.map-view.mobile .locate-btn{bottom:calc(var(--mobile-bottom-nav-height) + 50px);transition:bottom .3s ease}@supports (padding: max(0px)){.map-view.mobile .locate-btn{bottom:calc(var(--mobile-bottom-nav-height) + 50px + max(0px,env(safe-area-inset-bottom)));right:calc(1rem + max(0px,env(safe-area-inset-right)))}}.map-page{width:100%;height:calc(100vh - 72px)}.guest-call-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.guest-call-modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;padding:3rem 2rem 2rem;position:relative;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close-button{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#64748b;cursor:pointer;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close-button:hover{background:#f1f5f9;color:#1b2e32}.modal-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:2px solid #e2e8f0;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#1b2e32;transition:all .2s ease;z-index:10}.modal-nav-arrow:hover{background:#5da8a8;border-color:#5da8a8;color:#fff;transform:translateY(-50%) scale(1.1)}.modal-nav-left{left:-24px}.modal-nav-right{right:-24px}.modal-nav-dots{position:absolute;bottom:-3rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;align-items:center;justify-content:center}.nav-dot{width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;cursor:pointer;transition:all .2s ease;padding:0}.nav-dot:hover{background:#cbd5e1;border-color:#cbd5e1;transform:scale(1.2)}.nav-dot.active{background:#5da8a8;border-color:#5da8a8;transform:scale(1.3)}.modal-guest-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.modal-guest-image{width:100px;height:100px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f1f5f9;border:3px solid #5DA8A8}.modal-guest-image img{width:100%;height:100%;object-fit:cover}.modal-guest-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#5da8a8;background:#f1f5f9}.modal-guest-info{flex:1}.modal-guest-info h2{font-size:1.75rem;font-weight:700;color:#1b2e32;margin:0 0 .5rem}.modal-company{font-size:1rem;color:#5da8a8;font-weight:600;margin:0 0 .5rem}.modal-date{font-size:.875rem;color:#64748b;margin:0}.modal-description-container{margin:1.5rem 0}.modal-description{font-size:.95rem;color:#475569;line-height:1.6;margin:0 0 .5rem}.modal-description-toggle{background:transparent;border:none;color:#5da8a8;font-size:.875rem;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;transition:color .2s ease;display:none}.modal-description-toggle:hover{color:#4a8c8c}@media(max-width:768px){.modal-description-toggle{display:inline-block}}.modal-counter{text-align:center;font-size:.875rem;color:#64748b;margin-bottom:1.5rem;font-weight:500}.modal-watch-button{width:100%;padding:1rem;background:#5da8a8;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s ease}.modal-watch-button:hover{background:#4a8a8a;transform:translateY(-2px);box-shadow:0 6px 20px #5da8a84d}.modal-watch-button svg{flex-shrink:0}@media(max-width:768px){.guest-call-modal-content{padding:2.5rem 1.5rem 1.5rem}.modal-guest-header{flex-direction:column;text-align:center}.modal-guest-image{width:80px;height:80px}.modal-guest-info h2{font-size:1.5rem}.modal-nav-arrow{width:40px;height:40px}.modal-nav-left{left:-12px}.modal-nav-right{right:-12px}}.calls-page{padding:2rem;max-width:1200px;margin:0 auto}@media(max-width:768px){.page-header{margin-left:0;margin-top:0}.page-header h1{font-size:1.5rem;text-align:left}.page-header p{display:none}}.call-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014;margin-bottom:2rem;position:relative}.recurring-call{border-left:4px solid #5DA8A8}.call-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.call-badge{background:#5da8a8;color:#fff;padding:.35rem 1rem;border-radius:50px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.call-card h2{color:#1b2e32;font-size:1.5rem;margin:0}.call-schedule{display:flex;gap:2rem;margin-bottom:1rem}.schedule-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.95rem}.schedule-item svg{color:#5da8a8}.call-description{color:#475569;font-size:.95rem;line-height:1.6;margin:1rem 0 1.5rem}.call-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0;gap:1rem}.next-call{color:#64748b;font-size:.9rem}.next-call strong{color:#1b2e32;font-weight:600}.join-button{background:#1b2e32;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.join-button:hover:not(:disabled){background:#2a4449;transform:translateY(-2px);box-shadow:0 4px 12px #1b2e3233}.join-button:disabled{background:#cbd5e1;color:#94a3b8;cursor:not-allowed;opacity:.6}.guest-meetings-section{margin-top:3rem}.section-title{color:#1b2e32;font-size:1.5rem;margin:0 0 1.5rem}.guest-calls-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.guest-call-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;transition:all .2s ease}.guest-call-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.guest-image{width:80px;height:80px;border-radius:50%;overflow:hidden;margin:0 auto 1rem;background:#f1f5f9}.guest-image img{width:100%;height:100%;object-fit:cover}.guest-info{text-align:center;margin-bottom:1rem}.guest-info h3{color:#1b2e32;font-size:1.125rem;margin:0 0 .25rem}.guest-info .company{color:#5da8a8;font-size:.9rem;font-weight:600;margin:0 0 .5rem}.guest-info .scheduled-time{color:#64748b;font-size:.85rem;margin:0}.loading-state,.empty-state{text-align:center;padding:3rem 2rem;color:#64748b}.empty-state svg{color:#cbd5e1;margin-bottom:1rem}.empty-state p{font-size:.95rem;margin:0}@media(max-width:768px){.call-card{padding:1.25rem}.call-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.call-badge{padding:.25rem .75rem;font-size:.65rem}.call-card h2{font-size:1.25rem}.call-schedule{flex-direction:column!important;gap:.5rem!important}.schedule-item{font-size:.85rem!important;gap:.25rem!important}.schedule-item svg{width:16px!important;height:16px!important;flex-shrink:0}.call-description{font-size:.9rem}.call-footer{flex-direction:column;align-items:stretch;gap:.75rem}.next-call{font-size:.85rem;text-align:center}.join-button{width:100%;padding:.875rem 1.5rem}.guest-calls-grid{grid-template-columns:1fr;gap:1rem}.guest-call-card{padding:1.25rem}.guest-call-card:hover{transform:none}.guest-image{width:64px;height:64px;margin:0 auto .75rem}.guest-info h3{font-size:1rem}.guest-info .company{font-size:.85rem}.guest-info .scheduled-time{font-size:.8rem}.guest-call-card .join-button{font-size:.9rem;padding:.75rem 1.25rem}}@media(max-width:768px){.account-page{padding:1rem}.page-header h1{font-size:1.5rem}}@media(max-width:768px){.recurring-call .call-schedule{flex-direction:column!important;gap:.5rem!important;align-items:flex-start!important;margin-bottom:.5rem!important}.recurring-call .schedule-item{font-size:.85rem!important;gap:.35rem!important}.recurring-call .schedule-item svg{width:16px!important;height:16px!important;min-width:16px!important}}.image-upload{display:flex;flex-direction:column;gap:.5rem}.image-upload-label{font-size:.875rem;font-weight:500;color:#374151}.image-upload-area{position:relative;border:2px dashed #d1d5db;border-radius:.5rem;background-color:#f9fafb;cursor:pointer;transition:all .2s ease;overflow:hidden}.image-upload-area.square{aspect-ratio:1 / 1;max-width:300px}.image-upload-area.wide{aspect-ratio:16 / 9;width:100%;max-width:600px}.image-upload-area:hover{border-color:#9ca3af;background-color:#f3f4f6}.image-upload-area.drag-active{border-color:#3b82f6;background-color:#eff6ff}.image-upload-area.has-image{border-style:solid;border-color:#e5e7eb;background-color:#fff}.image-upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center}.upload-icon{width:3rem;height:3rem;color:#9ca3af;margin-bottom:1rem}.upload-text{font-size:.875rem;color:#6b7280;margin:0 0 .5rem}.upload-link{color:#3b82f6;font-weight:500}.upload-hint{font-size:.75rem;color:#9ca3af;margin:0}.image-preview{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.image-preview img{width:100%;height:100%;object-fit:cover}.image-remove-btn{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;border-radius:50%;border:none;background-color:#0009;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;padding:0}.image-remove-btn:hover{background-color:#000c}.image-upload-input{display:none}.image-upload-error{font-size:.875rem;color:#ef4444;margin:0}.edit-profile-page{max-width:800px;margin:0 auto;padding:2rem}.edit-profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.edit-profile-back-button{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.375rem;background-color:#fff;color:#374151;font-size:.875rem;cursor:pointer;transition:all .2s ease}.edit-profile-back-button:hover{background-color:#f3f4f6}.edit-profile-header h1{font-size:1.875rem;font-weight:600;color:#111827;margin:0;flex:1}.primary-profile-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;background:#dbeafe;color:#1e40af;border-radius:9999px;font-size:.875rem;font-weight:600}.edit-profile-loading,.edit-profile-error{text-align:center;padding:4rem 2rem;font-size:1.125rem;color:#6b7280}.edit-profile-error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.edit-profile-success-message{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.edit-profile-content{display:flex;flex-direction:column;gap:2rem}.edit-profile-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}.edit-profile-section h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1.5rem}.section-description{font-size:.875rem;color:#6b7280;margin:-.75rem 0 1.25rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem}.form-group label{font-size:.875rem;font-weight:500;color:#374151;display:flex;align-items:center;gap:.5rem}.social-icon{width:1rem;height:1rem;flex-shrink:0;margin-right:.5rem}.form-group input,.form-group textarea{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;color:#111827;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3a6b6b;box-shadow:0 0 0 3px #3a6b6b1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group textarea{resize:vertical;min-height:100px}.field-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.profile-info-display{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1rem}.role-badge{display:inline-block;padding:.25rem .75rem;background-color:#d4e8e8;color:#3a6b6b;border-radius:9999px;font-size:.875rem;font-weight:500;width:fit-content}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem}.cancel-button{padding:.75rem 1.5rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;color:#374151;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-button:hover{background-color:#f3f4f6}.save-button{padding:.75rem 1.5rem;border:none;border-radius:.5rem;background-color:#3a6b6b;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.save-button:hover{background-color:#2d5555}.save-button:disabled{background-color:#9ca3af;cursor:not-allowed}.discord-section h2{display:flex;align-items:center;gap:.5rem;color:#5865f2}.discord-logo{width:1.5rem;height:1.5rem;fill:#5865f2}.discord-content{margin-top:1rem}.discord-verified{display:flex;flex-direction:column;gap:1.5rem}.verified-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:9999px;font-weight:600;width:fit-content}.verified-badge svg{width:1.25rem;height:1.25rem;fill:#fff}.discord-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.discord-username{font-family:Courier New,monospace;font-weight:600;color:#5865f2}.discord-not-verified,.verification-pin-section{display:flex;flex-direction:column;gap:1.5rem}.pin-info label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.pin-display{display:flex;align-items:center;gap:.75rem;background:#f9fafb;border:2px solid #5865F2;border-radius:.5rem;padding:1rem;width:fit-content}.pin-code{font-family:Courier New,monospace;font-size:1.75rem;font-weight:700;color:#5865f2;letter-spacing:.25rem;background:transparent;padding:0;border:none}.copy-pin-button{padding:.5rem;background:#5865f2;color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.copy-pin-button:hover{background:#4752c4;transform:scale(1.05)}.copy-pin-button svg{width:1.25rem;height:1.25rem}.verification-instructions{background:#f3f4f6;border-left:4px solid #5865F2;padding:1.25rem;border-radius:.5rem}.verification-instructions h4{margin:0 0 1rem;color:#111827;font-size:1rem;font-weight:600}.verification-instructions ol{margin:0;padding-left:1.5rem;color:#374151;line-height:1.75}.verification-instructions ol li{margin-bottom:.5rem}.verification-instructions code{background:#e5e7eb;padding:.125rem .375rem;border-radius:.25rem;font-size:.875rem;font-family:Courier New,monospace;color:#5865f2;font-weight:600}.verification-instructions .note{margin:1rem 0 0;padding-top:1rem;border-top:1px solid #d1d5db;font-size:.875rem;color:#6b7280;font-style:italic}@media(max-width:640px){.edit-profile-page{padding:1rem}.edit-profile-header{flex-direction:column;align-items:flex-start;gap:.75rem}.edit-profile-header h1{font-size:1.5rem}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.cancel-button,.save-button{width:100%}.discord-info-grid{grid-template-columns:1fr}.pin-display{width:100%;justify-content:space-between}.pin-code{font-size:1.5rem}}.creator-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.stat-input{display:flex;flex-direction:column;gap:.5rem}.stat-input label{font-weight:500;color:#374151;display:flex;align-items:center;gap:.5rem}.stat-input input{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.9rem;transition:border-color .2s ease}.stat-input input:focus{outline:none;border-color:#5da8a8;box-shadow:0 0 0 3px #5da8a81a}.content-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:1rem}.category-checkbox{display:flex;align-items:center;gap:.5rem;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s ease;background:#fff}.category-checkbox:hover{border-color:#5da8a8;background:#f8fffe}.category-checkbox input[type=checkbox]{margin:0;width:18px;height:18px;accent-color:#5DA8A8}.category-checkbox input[type=checkbox]:checked+.checkmark{background:#5da8a8}.checkmark{width:18px;height:18px;border:2px solid #d1d5db;border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.category-checkbox span:not(.checkmark){font-size:.9rem;color:#374151;font-weight:500}.edit-profile-section h2{color:#1f2937;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.section-description{color:#6b7280;font-size:.9rem;margin-bottom:1.5rem;line-height:1.5}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;max-width:400px}.toast{display:flex;align-items:center;padding:16px;border-radius:8px;box-shadow:0 4px 12px #00000026;background-color:#fff;animation:slideIn .3s ease-out;min-width:300px}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;margin-right:12px;font-weight:700;font-size:16px}.toast-message{flex:1;font-size:14px;line-height:1.5}.toast-close{background:none;border:none;font-size:24px;line-height:1;cursor:pointer;padding:0;margin-left:12px;color:inherit;opacity:.6;transition:opacity .2s}.toast-close:hover{opacity:1}.toast-success{background-color:#d4edda;border-left:4px solid #28a745;color:#155724}.toast-success .toast-icon{background-color:#28a745;color:#fff}.toast-error{background-color:#f8d7da;border-left:4px solid #dc3545;color:#721c24}.toast-error .toast-icon{background-color:#dc3545;color:#fff}.toast-warning{background-color:#fff3cd;border-left:4px solid #ffc107;color:#856404}.toast-warning .toast-icon{background-color:#ffc107;color:#fff}.toast-info{background-color:#d1ecf1;border-left:4px solid #17a2b8;color:#0c5460}.toast-info .toast-icon{background-color:#17a2b8;color:#fff}@media(max-width:768px){.toast-container{top:10px;right:10px;left:10px;max-width:none}.toast{min-width:auto}}.profile-form{display:flex;flex-direction:column;gap:2rem}.profile-form-section{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e5e7eb}.profile-form-section h3{font-size:1.125rem;font-weight:600;margin:0 0 1.5rem;color:#111827}.form-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.form-grid{grid-template-columns:1fr 1fr}}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.875rem;font-weight:500;color:#374151}.form-group input,.form-group textarea{padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;font-family:inherit}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.cancel-button,.save-button{padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.cancel-button{background:#fff;color:#374151;border:1px solid #d1d5db}.cancel-button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.save-button{background:#3b82f6;color:#fff;border:none}.save-button:hover:not(:disabled){background:#2563eb}.cancel-button:disabled,.save-button:disabled{opacity:.5;cursor:not-allowed}.manage-profiles-page{padding:2rem;max-width:1400px;margin:0 auto}.page-header h1{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.page-header p{color:#64748b;margin:0}.create-profile-button{padding:.75rem 1.5rem;background:#5da8a8;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:1.5rem}.create-profile-button:hover{background:#4a9999;transform:translateY(-1px)}@media(max-width:768px){.manage-profiles-page{padding:1.25rem}.page-header{flex-direction:column;align-items:stretch;gap:1rem}.create-profile-button{width:100%}}@media(max-width:640px){.manage-profiles-page{padding:1rem}}} .create-profile-button{order:3;width:100%}} .manage-profiles-back-button{padding:.625rem 1.125rem;background:#f8fafc;color:#475569;border:2px solid #e2e8f0;border-radius:999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.manage-profiles-back-button:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.create-profile-button{padding:.625rem 1.25rem;background:#5da8a8;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.create-profile-button:hover{background:#4a8787;transform:translateY(-1px);box-shadow:0 4px 12px #5da8a84d}.manage-profiles-loading{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1.125rem;color:#6b7280}.profile-form-container{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e5e7eb}.profiles-list{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));max-width:1200px}@media(min-width:1200px){.profiles-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.profiles-list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}}@media(max-width:768px){.profiles-list{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:640px){.profiles-list{gap:1rem}}.no-profiles{background:linear-gradient(135deg,#f0f7f7,#e8f4f4);padding:3rem 2rem;border-radius:12px;border:2px dashed #cbd5e1;text-align:center}.no-profiles p{margin:0 0 .5rem;color:#64748b;font-size:1rem;line-height:1.5}.profile-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .3s ease;display:flex;flex-direction:column;height:100%;min-height:500px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media(max-width:768px){.profile-card{padding:1.5rem;min-height:450px;border-radius:12px}}@media(max-width:640px){.profile-card{padding:1.25rem;min-height:400px}}.profile-card:hover{border-color:#5da8a8;transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.profile-card-header{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:2px solid #f1f5f9;position:relative;padding-top:2.5rem}.primary-badge-container{position:absolute;top:0;left:0}.profile-info{display:flex;flex-direction:column;gap:0}.profile-info h2{font-size:1.5rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;margin:0 0 .5rem;line-height:1.3}.profile-subtitle{font-size:.875rem;color:#64748b;margin-bottom:.5rem;font-weight:500}.pillar-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:#5da8a8;text-decoration:none;padding:.375rem .75rem;border-radius:6px;background:#5da8a81a;transition:all .2s ease;margin-top:.5rem}.pillar-link:hover{background:#5da8a833;transform:translate(2px)}.pillar-link svg{flex-shrink:0}.primary-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;background:#5da8a8;color:#fff;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;box-shadow:0 2px 8px #5da8a84d}.profile-card-body{margin-bottom:1.5rem;flex:1;overflow-y:auto;min-height:0}.profile-bio{margin:0 0 1.25rem;color:#475569;font-size:.9375rem;line-height:1.6}.profile-meta{display:flex;flex-direction:column;gap:.625rem}.meta-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.875rem;padding:.5rem .75rem;background:#f8fafc;border-radius:6px}.meta-item svg{flex-shrink:0;color:#5da8a8}.social-links{margin-top:1.25rem;padding-top:1.25rem;border-top:2px solid #f1f5f9}.social-links-header{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.social-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}@media(min-width:768px){.social-links-grid{grid-template-columns:repeat(2,1fr)}}.social-link{display:flex;align-items:center;gap:.5rem;padding:.625rem .875rem;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s ease;border:2px solid transparent}.social-link svg{flex-shrink:0}.social-link.instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcaf45);color:#fff}.social-link.instagram:hover{transform:translateY(-2px);box-shadow:0 6px 16px #833ab466}.social-link.tiktok{background:#000;color:#fff}.social-link.tiktok:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0006}.social-link.youtube{background:red;color:#fff}.social-link.youtube:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f006}.social-link.website{background:#5da8a8;color:#fff}.social-link.website:hover{transform:translateY(-2px);box-shadow:0 6px 16px #5da8a866}@media(max-width:640px){.social-links-grid{grid-template-columns:1fr}}.no-social-links{padding:1.5rem 1rem;background:#f8fafc;border-radius:8px;text-align:center}.no-social-links p{margin:0;color:#94a3b8;font-size:.875rem;font-style:italic}.profile-card-actions{display:flex;gap:.75rem;flex-wrap:wrap;padding-top:1.25rem;border-top:2px solid #f1f5f9}@media(max-width:640px){.profile-card-actions{flex-direction:column}}.action-button{flex:1;min-width:110px;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:2px solid transparent;text-align:center}.edit-button{background:#5da8a8;color:#fff;border-color:#5da8a8}.edit-button:hover{background:#4a8787;border-color:#4a8787;transform:translateY(-2px);box-shadow:0 6px 16px #5da8a84d}.primary-button{background:#f8fafc;color:#5da8a8;border-color:#5da8a8}.primary-button:hover:not(:disabled){background:#5da8a8;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #5da8a84d}.delete-button{background:#fef2f2;color:#dc2626;border-color:#fecaca}.delete-button:hover:not(:disabled){background:#dc2626;color:#fff;border-color:#dc2626;transform:translateY(-2px);box-shadow:0 6px 16px #dc26264d}.action-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.action-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #0000001a}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:100%;padding:2rem;animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content h2{margin:0 0 .75rem;color:#0f172a;font-size:1.5rem;font-weight:700;letter-spacing:-.01em}.modal-content p{margin:0 0 1.5rem;color:#64748b;font-size:.9375rem;line-height:1.6}.cancel-button{padding:.625rem 1.25rem;background:#f8fafc;color:#475569;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cancel-button:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.delete-confirm-button{padding:.625rem 1.25rem;background:#dc2626;color:#fff;border:2px solid #dc2626;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.delete-confirm-button:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.delete-confirm-button:disabled{opacity:.6;cursor:not-allowed;transform:none}padding: 2rem; max-width: 500px; width: 100%; box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04); } .modal-content h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 1rem}.modal-content p{color:#4b5563;font-size:.875rem;line-height:1.5;margin:0 0 1.5rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.cancel-button{padding:.625rem 1.25rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.cancel-button:hover{background:#f9fafb;border-color:#9ca3af}.delete-confirm-button{padding:.625rem 1.25rem;background:#dc2626;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.delete-confirm-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.manage-profiles-page{padding:1rem}.manage-profiles-header{flex-direction:column;align-items:flex-start}.manage-profiles-header h1{font-size:1.5rem}.profile-form-container,.profile-card{padding:1rem}.profile-card-actions{flex-direction:column}.action-button{width:100%}}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.modal-header{padding:24px;border-bottom:2px solid #D4E8E8;background:linear-gradient(135deg,#f0f7f7,#fff)}.modal-header h2{margin:0;font-size:24px;font-weight:600;color:#3a6b6b;letter-spacing:-.02em}.close-button{background:none;border:none;font-size:32px;line-height:1;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s}.close-button:hover{background-color:#f3f4f6}.purchase-form{padding:24px}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:14px}.form-control{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#111827;transition:border-color .2s}.form-control:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-text{display:block;margin-top:6px;font-size:13px;color:#6b7280}.plan-details{margin-bottom:24px;padding:16px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-radius:12px;border:2px solid #10b981}.plan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(16,185,129,.2)}.plan-name{margin:0;font-size:17px;font-weight:600;color:#065f46}.plan-price{display:flex;align-items:baseline;gap:2px;font-size:22px;font-weight:700;color:#059669;margin:0}.plan-period{font-size:13px;font-weight:500;color:#10b981}.plan-description{margin:0 0 12px;color:#047857;font-size:13px;line-height:1.4}.plan-features{display:flex;flex-direction:column;gap:6px}.plan-feature{display:flex;align-items:center;gap:8px;color:#065f46;font-size:12px;font-weight:500}.plan-feature svg{color:#10b981;flex-shrink:0}.checkbox-group{margin-bottom:20px}.checkbox-label{display:flex;align-items:flex-start;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{margin-right:10px;margin-top:2px;cursor:pointer;width:18px;height:18px}.checkbox-label span{color:#374151;font-size:14px}.total-cost{margin:24px 0;padding:16px;background-color:#ecfdf5;border:1px solid #10b981;border-radius:8px;font-size:18px;color:#065f46;text-align:center}.error-message{margin:16px 0;padding:12px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;font-size:14px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.button{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.button:disabled{opacity:.6;cursor:not-allowed}.button-secondary{background-color:#f3f4f6;color:#374151}.button-secondary:hover:not(:disabled){background-color:#e5e7eb}.button-primary{background-color:#10b981;color:#fff}.button-primary:hover:not(:disabled){background-color:#059669;box-shadow:0 2px 8px #10b9814d}@media(max-width:640px){.modal-content{max-height:95vh}.modal-header,.purchase-form{padding:16px}.modal-header h2{font-size:20px}.modal-actions{flex-direction:column-reverse}.button{width:100%}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin:1.5rem 0;min-width:0;width:100%}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:flex-start;gap:1rem;border:1px solid #e2e8f0;transition:box-shadow .2s ease;overflow:hidden;min-width:0}.stat-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;background:#f0f7f7;color:#3a6b6b;flex-shrink:0}.stat-label{font-size:.875rem;color:#64748b;margin-bottom:.5rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.stat-value{font-size:1.25rem;font-weight:700;color:#0f172a;word-break:break-word;overflow-wrap:break-word;line-height:1.2}.stat-detail{font-size:.875rem;color:#475569;margin-top:.5rem;line-height:1.5}.stat-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;margin-top:.5rem}.stat-edit-btn{background:transparent;border:none;padding:.25rem;cursor:pointer;color:#64748b;transition:color .2s ease;display:inline-flex;align-items:center;justify-content:center;border-radius:4px}.stat-edit-btn:hover{color:#3a6b6b;background:#f0f7f7}.stat-edit-form{margin-top:.5rem}.stat-edit-textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;line-height:1.5;resize:vertical;transition:border-color .2s ease}.stat-edit-textarea:disabled{background:#f9fafb;cursor:not-allowed}.stat-edit-error{color:#dc2626;font-size:.875rem;margin-top:.5rem}.stat-edit-actions{display:flex;gap:.5rem;margin-top:.75rem}.stat-edit-save,.stat-edit-cancel{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.stat-edit-save{background:#5da8a8;color:#fff}.stat-edit-save:hover:not(:disabled){background:#3a6b6b}.stat-edit-save:disabled{opacity:.5;cursor:not-allowed}.stat-edit-cancel{background:#f1f5f9;color:#475569}.stat-edit-cancel:hover:not(:disabled){background:#e2e8f0}@media(max-width:768px){.stats-grid{grid-template-columns:1fr;gap:.875rem}.stat-card{padding:1rem;gap:.875rem}.stat-icon{width:40px;height:40px}.stat-value{font-size:1rem}.stat-label{font-size:.8125rem}}@media(max-width:480px){.stat-card{padding:.875rem;gap:.75rem}.stat-value{font-size:.9375rem}.stat-label{font-size:.75rem}.stat-icon{width:36px;height:36px}}.business-dashboard-page{padding:2rem;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box;overflow-x:hidden}.dashboard-page-header{margin-bottom:2rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding-bottom:0;border-bottom:none}.greeting-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;width:100%;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.profile-pic{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#1b2e32,#2d4a50);display:flex;align-items:center;justify-content:center}.profile-pic img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:600}.greeting-text{margin:0;font-size:1.5rem;font-weight:500;color:#64748b;letter-spacing:-.01em;min-width:0;word-break:break-word}.dashboard-title{font-size:2rem;font-weight:700;margin:.5rem 0 0;color:#0f172a;letter-spacing:-.02em}@media(max-width:768px){.business-dashboard-page{padding:.5rem!important}.dashboard-page-header{padding:0 1rem!important;margin-bottom:1rem}.profile-pic{width:48px!important;height:48px!important}.avatar-placeholder{font-size:1.25rem!important}.greeting-text{font-size:1rem!important;font-weight:500!important;color:#64748b!important}.dashboard-title{font-size:1.25rem!important;margin:.25rem 0 0!important}}@media(max-width:480px){.profile-pic{width:50px;height:50px}.greeting-text{font-size:1.5rem}.dashboard-title{font-size:1.375rem}}.business-selector{margin-left:auto;display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.business-selector label{font-weight:600;color:#475569;font-size:.875rem}.business-selector select{padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.875rem;min-width:200px;background:#fff}@media(max-width:640px){.business-selector{flex-direction:column;align-items:stretch;gap:.5rem;margin-left:0}.business-selector label{font-size:.875rem}.business-selector select{font-size:.875rem;padding:.5rem .75rem;min-width:auto}}.dashboard-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;width:100%;max-width:100%;overflow:hidden}.dashboard-column{display:flex;flex-direction:column;gap:1.25rem;min-width:0;max-width:100%;overflow:hidden}.dashboard-section{background:#fff;border-radius:16px;padding:1rem;box-shadow:none;min-width:0;max-width:100%;overflow:hidden;width:100%}@media(max-width:640px){.dashboard-section{padding:1rem}}.section-header{display:flex;justify-content:space-between;align-items:baseline;margin:-1rem -1rem 0;padding:.75rem 1rem;gap:1rem;flex-wrap:wrap;background:#f0f7f7;border-bottom:1px solid #D4E8E8;box-shadow:inset 0 -1px #3a6b6b0a;border-top-left-radius:16px;border-top-right-radius:16px}.section-header h2{font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#475569;margin:0;flex-shrink:0}@media(max-width:640px){.section-header h2{font-size:.8rem}}.business-stats h2{font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#475569;margin:-1rem -1rem 0;padding:.75rem 1rem;background:#f0f7f7;border-bottom:1px solid #D4E8E8;box-shadow:inset 0 -1px #3a6b6b0a;border-top-left-radius:16px;border-top-right-radius:16px}.business-stats h3{font-size:.875rem;font-weight:600;color:#374151}.subscriptions-section-header{margin-top:1.5rem;margin-bottom:.25rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.subscriptions-section-header h3{font-size:.95rem;font-weight:600;color:#1f2937;margin:0}.business-info-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000d}.business-info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.business-info-header h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.edit-business-btn{background:#fff;border:1px solid #5DA8A8;color:#5da8a8;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.edit-business-btn:hover{background:#5da8a8;color:#fff}.business-info-details{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.info-label{font-size:.8rem;font-weight:600;color:#6b7280;text-transform:none;letter-spacing:normal}.info-value{font-size:.95rem;color:#374151;line-height:1.5}.info-link{font-size:.95rem;color:#5da8a8;text-decoration:none;text-align:left;align-self:flex-start}.info-link:hover{text-decoration:underline}@media(max-width:640px){.business-stats h2{font-size:.8rem}}.business-stats .stats-grid{margin-top:1rem}.business-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.5}@media(max-width:640px){.business-description{font-size:.875rem}}.stats-grid{display:grid;gap:1rem;grid-template-columns:1fr;min-width:0;width:100%}.stat-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;min-height:80px;flex-direction:row-reverse;overflow:hidden;min-width:0}@media(max-width:640px){.stat-card{flex-direction:row-reverse;align-items:flex-start;padding:.875rem;min-height:auto;gap:.75rem}}.stat-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#e0e7ff;border-radius:8px;color:#4f46e5;margin-left:auto}@media(max-width:640px){.stat-icon{width:40px;height:40px}}.stat-content{flex:1;min-width:0}.stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}@media(max-width:640px){.stat-label{font-size:.8125rem}}@media(max-width:480px){.stat-label{font-size:.75rem}}.stat-edit-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;margin-left:auto}.stat-edit-btn:hover{background:#c0e4e4;color:#1b2e32;transform:scale(1.05)}.stat-edit-btn:active{background:#5da8a8;color:#fff}.stat-edit-btn svg{width:14px;height:14px}.stat-edit-form{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.stat-edit-textarea{width:100%;padding:.625rem;border:1px solid #D4E8E8;border-radius:6px;font-size:.875rem;font-family:inherit;color:#1b2e32;background:#fff;resize:none;min-height:80px;transition:border-color .2s ease}.stat-edit-textarea:focus{outline:none;border-color:#5da8a8;box-shadow:0 0 0 3px #5da8a81a}.stat-edit-textarea:disabled{background:#f0f7f7;cursor:not-allowed}.stat-edit-error{font-size:.75rem;color:#dc2626;margin-top:-.25rem}.stat-edit-actions{display:flex;gap:.5rem}.stat-edit-save,.stat-edit-cancel{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.stat-edit-save{background:#5da8a8;color:#fff;flex:1}.stat-edit-save:hover:not(:disabled){background:#3a6b6b;transform:translateY(-1px);box-shadow:0 2px 4px #5da8a833}.stat-edit-save:disabled{background:#d4e8e8;cursor:not-allowed;opacity:.6}.stat-edit-cancel{background:transparent;color:#6b7280;border:1px solid #D4E8E8}.stat-edit-cancel:hover:not(:disabled){background:#f0f7f7;border-color:#c0e4e4;color:#1b2e32}.stat-edit-cancel:disabled{opacity:.5;cursor:not-allowed}.stat-value{font-size:1.5rem;font-weight:700;color:#111827;word-break:break-word;overflow-wrap:break-word;line-height:1.2}@media(max-width:768px){.stat-value{font-size:1.125rem}}@media(max-width:640px){.stat-value{font-size:1rem}}@media(max-width:480px){.stat-value{font-size:.9375rem}}@media(max-width:380px){.stat-value{font-size:.875rem}}@media(max-width:640px){.stat-label{font-size:.8125rem}.stat-value{font-size:1.25rem}}.stat-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;margin-top:.5rem}.stat-badge.active{background:#d1fae5;color:#065f46}.stat-badge.inactive{background:#fee2e2;color:#991b1b}.cancel-subscription-btn{margin-top:.75rem;padding:.5rem 1rem;background:transparent;color:#dc2626;border:1px solid #fca5a5;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}.cancel-subscription-btn:hover{background:#fef2f2;border-color:#dc2626;color:#991b1b}.cancel-subscription-btn:active{background:#fee2e2}.success-banner{background-color:#d1fae5;border:1px solid #6ee7b7;color:#065f46;padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;animation:slideDown .3s ease-out}.calendar-card{border:2px solid #e0e7ff}.calendar-link{display:inline-block;padding:.5rem 1rem;background:#4f46e5;color:#fff;border-radius:6px;text-decoration:none;font-weight:600;margin-top:.5rem;transition:background .2s}.calendar-link:hover{background:#4338ca}.create-opportunity-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#4f46e5;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap;flex-shrink:0}.create-opportunity-btn:hover{background:#4338ca}@media(max-width:640px){.create-opportunity-btn{font-size:.875rem;padding:.375rem .75rem}.create-opportunity-btn svg{width:14px;height:14px}}.empty-opportunities{text-align:center;padding:3rem 1rem;color:#6b7280}.empty-opportunities p{margin-bottom:1.5rem}.empty-opportunities .primary-button{margin:0 auto}.opportunities-grid{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:100%}.opportunity-card{padding:1.25rem;border:1px solid #e5e7eb;border-radius:8px;transition:box-shadow .2s;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.opportunity-card:hover{box-shadow:0 4px 6px -1px #0000001a}@media(max-width:640px){.opportunity-card{padding:1rem}}.opportunity-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:.75rem;gap:1rem;flex-wrap:wrap;width:100%;max-width:100%;min-width:0}.opportunity-header h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0;flex:1;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;word-break:break-word;overflow-wrap:break-word}.opportunity-badges{display:flex;gap:.5rem;flex-wrap:wrap}@media(max-width:640px){.opportunity-header{flex-direction:column;align-items:stretch}.opportunity-header h3{font-size:1rem}}.badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize;white-space:nowrap}@media(max-width:640px){.badge{font-size:.6875rem;padding:.2rem .625rem}}.opportunity-description{color:#6b7280;margin-bottom:.75rem;line-height:1.5}@media(max-width:640px){.opportunity-description{font-size:.875rem;line-height:1.6}}.opportunity-dates{display:flex;gap:1.5rem;font-size:.875rem;color:#6b7280;margin-bottom:1rem;flex-wrap:wrap}@media(max-width:640px){.opportunity-dates{flex-direction:column;gap:.5rem;font-size:.8125rem}}.opportunity-actions{display:flex;gap:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb;flex-wrap:wrap;justify-content:flex-end;width:100%;max-width:100%;box-sizing:border-box}.opportunity-actions .primary-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;padding:.6rem 1.1rem;border-radius:999px;font-size:.9rem;font-weight:600;line-height:1;cursor:pointer;background:#5da8a8;color:#fff;border:none;transition:background .15s ease,transform .1s ease,box-shadow .15s ease}.opportunity-actions .primary-button:hover{background:#3a6b6b;box-shadow:0 4px 12px #5da8a84d}.opportunity-actions .primary-button:active{transform:translateY(1px);box-shadow:0 2px 6px #5da8a833}@media(max-width:640px){.opportunity-actions{flex-direction:column}.opportunity-actions .primary-button{width:100%}}.edit-btn{color:#4f46e5;border-color:#4f46e5}.edit-btn:hover{background:#eef2ff}.delete-btn:hover{background:#fef2f2}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #D4E8E8;background:linear-gradient(135deg,#f0f7f7,#fff)}.modal-header h2{font-size:1.5rem;font-weight:700;color:#3a6b6b!important;margin:0}.opportunity-card{max-width:100%;overflow:hidden}.close-btn{background:none;border:none;cursor:pointer;color:#5da8a8;padding:.5rem;border-radius:6px;transition:all .2s}.close-btn:hover{background:#f0f7f7;color:#3a6b6b}.modal-form{padding:1.5rem}.form-group label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.form-group textarea{resize:vertical}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #e5e7eb}.cancel-btn,.save-btn{padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.cancel-btn:hover{background:#f9fafb}.save-btn{background:#5da8a8;border:none;color:#fff}.save-btn:hover{background:#3a6b6b}.primary-button{background:#5da8a8;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.primary-button:hover{background:#3a6b6b}.primary-button:disabled{background:#9ca3af;cursor:not-allowed}.secondary-button{background:#fff;border:2px solid #D4E8E8;color:#3a6b6b;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.secondary-button:hover{background:#f0f7f7;border-color:#5da8a8}.confirmation-modal{max-width:500px}.confirmation-modal .modal-body{padding:1.5rem 0;line-height:1.6}.confirmation-modal .modal-body p{margin:.5rem 0;color:#1b2e32}.edit-location-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:2px solid #5DA8A8;color:#5da8a8;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.edit-location-btn:hover{background:#f0f7f7;color:#3a6b6b}.location-display{text-align:center;padding:2rem}.map-icon{color:#4f46e5;margin-bottom:1rem}.location-info{margin-bottom:1.5rem}.location-address,.location-city,.location-country,.location-coordinates{margin:.5rem 0;color:#374151}.location-coordinates{font-size:.875rem;color:#6b7280}.view-map-link{display:inline-block;padding:.75rem 1.5rem;background:#4f46e5;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:background .2s}.view-map-link:hover{background:#4338ca}.no-location{padding:3rem 1rem;color:#6b7280}.no-location svg{color:#d1d5db;margin-bottom:1rem}.set-location-btn{padding:.75rem 1.5rem;background:#4f46e5;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;margin-top:1rem;transition:background .2s}.set-location-btn:hover{background:#4338ca}.edit-location-form{padding:1rem 0}.dashboard-section .primary-button,.business-map-view .primary-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;padding:.6rem 1.1rem;border-radius:999px;font-size:.9rem;font-weight:600;line-height:1;cursor:pointer;background:#5da8a8;color:#fff;border:none;transition:background .15s ease,transform .1s ease,box-shadow .15s ease}.dashboard-section .primary-button:hover,.business-map-view .primary-button:hover{background:#3a6b6b;box-shadow:0 4px 12px #5da8a84d}.dashboard-section .primary-button:active,.business-map-view .primary-button:active{transform:translateY(1px);box-shadow:0 2px 6px #5da8a833}.dashboard-section .primary-button:disabled,.business-map-view .primary-button:disabled{background:#5da8a880;cursor:not-allowed;box-shadow:none}.dashboard-section .secondary-button,.business-map-view .secondary-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:50%;padding:.6rem 1.1rem;border-radius:999px;font-size:.9rem;font-weight:600;line-height:1;cursor:pointer;background:transparent;color:#475569;border:1px solid #cbd5e1;transition:all .15s ease}.dashboard-section .secondary-button:hover,.business-map-view .secondary-button:hover{background:#f8fafc;border-color:#94a3b8}.dashboard-section .secondary-button:active,.business-map-view .secondary-button:active{transform:translateY(1px)}.business-map-view h2{font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#475569;margin:-1rem -1rem 0;padding:.75rem 1rem;background:#f0f7f7;border-bottom:1px solid #D4E8E8;box-shadow:inset 0 -1px #3a6b6b0a;border-top-left-radius:16px;border-top-right-radius:16px}@media(max-width:640px){.business-map-view h2{font-size:.8rem}}.business-map-view .map-pin-info{padding:0;margin-top:1rem}.business-map-view .info-card{padding:0;text-align:left}.business-map-view .icon-wrapper,.business-map-view h3,.business-map-view p{display:none}.business-map-view .no-map-pin{text-align:center;padding:2rem 1rem}.business-map-view .no-map-pin p{display:block;color:#6b7280;margin-bottom:1.5rem;font-size:.9375rem}.pin-details{text-align:left;margin:1.5rem 0;padding:0;background:transparent;border-radius:0;display:grid;gap:1rem}.detail-section{margin-bottom:0;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.detail-section:last-child{margin-bottom:0}.detail-section h4{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.detail-item{display:grid;grid-template-columns:auto 1fr;gap:.5rem;align-items:start;margin-bottom:.75rem}.detail-item:last-child{margin-bottom:0}.detail-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.detail-value{font-size:.9375rem;color:#111827;line-height:1.6}.location-status{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-radius:6px;font-size:.875rem;font-weight:500;margin-top:.75rem}.location-status.success{background:#d1fae5;color:#065f46}.location-status.warning{background:#fef3c7;color:#92400e}.location-status svg{flex-shrink:0}.action-buttons{display:flex;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap;justify-content:center}.action-buttons .btn-primary,.action-buttons .btn-secondary{flex:1;min-width:140px;text-align:center}@media(max-width:640px){.action-buttons{flex-direction:column}.action-buttons .btn-primary,.action-buttons .btn-secondary{width:100%}}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none}.btn-primary{background:#5da8a8;color:#fff}.btn-primary:hover{background:#3a6b6b;box-shadow:0 4px 12px #5da8a84d}.btn-secondary{background:#fff;color:#475569;border:1px solid #cbd5e1}.btn-secondary:hover{background:#f8fafc;border-color:#94a3b8}.no-map-pin{text-align:center;padding:2rem 1rem}.no-map-pin p{color:#6b7280;margin-bottom:1.5rem;font-size:.9375rem}.no-map-pin .calendar-link{background:#5da8a8;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.no-map-pin .calendar-link:hover{background:#3a6b6b}.map-action-buttons{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.map-action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none}.map-action-btn.primary{background:#5da8a8;color:#fff}.map-action-btn.primary:hover{background:#3a6b6b}.map-action-btn.secondary{background:#fff;color:#5da8a8;border:1px solid #5DA8A8}.map-action-btn.secondary:hover{background:#f0f7f7}.map-action-btn svg{flex-shrink:0}@media(max-width:640px){.map-action-buttons{flex-direction:column}.map-action-btn{width:100%;justify-content:center}}.section-header .link{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;padding:0;cursor:pointer;font-size:.875rem;font-weight:600;color:#5da8a8;transition:color .15s ease}.section-header .link:hover{color:#3a6b6b}.loading-message,.error-message{text-align:center;padding:3rem;font-size:1.125rem;color:#6b7280}.empty-state{text-align:center;padding:4rem 2rem}.empty-state h2{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}.empty-state p{color:#6b7280;margin-bottom:1.5rem}.cta-button{display:inline-block;padding:.75rem 1.5rem;background:#4f46e5;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:background .2s}.cta-button:hover{background:#4338ca}.purchase-options-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.welcome-message{text-align:center;margin-bottom:3rem}.welcome-message h2{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.welcome-message p{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.purchase-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.purchase-option-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;transition:all .3s ease;position:relative}.purchase-option-card.featured{border-color:#5da8a8;box-shadow:0 4px 20px #5da8a826}.purchase-option-card:hover{border-color:#5da8a8;box-shadow:0 10px 25px #5da8a826;transform:translateY(-4px)}.option-badge{position:absolute;top:.75rem;right:.75rem;background:#10b981;color:#fff;padding:.25rem .625rem;border-radius:999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.option-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.option-icon svg{width:32px;height:32px}.option-icon.map-icon{background:linear-gradient(135deg,#5da8a8,#3a6b6b);color:#fff}.option-icon.opportunity-icon{background:linear-gradient(135deg,#6bbfbf,#5da8a8);color:#fff}.purchase-option-card h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.billing-toggle{display:flex;gap:.5rem;margin-bottom:.75rem;background:#f0f7f7;padding:.25rem;border-radius:10px}.billing-option{flex:1;padding:.5rem .75rem;border:none;background:transparent;color:#64748b;font-weight:600;font-size:.875rem;border-radius:8px;cursor:pointer;transition:all .2s ease}.billing-option:hover{color:#1b2e32}.billing-option.active{background:#fff;color:#5da8a8;box-shadow:0 2px 8px #5da8a826}.option-price{font-size:1.5rem;font-weight:700;color:#5da8a8;margin-bottom:.75rem;display:flex;flex-direction:column;gap:.25rem}.option-savings{font-size:.875rem;font-weight:600;color:#10b981;background:#d1fae5;padding:.25rem .75rem;border-radius:999px;width:fit-content}.option-description{font-size:.9375rem;color:#64748b;line-height:1.5;margin-bottom:1rem}.option-features{list-style:none;padding:0;margin:0 0 1.25rem;flex-grow:1}.option-features li{padding:.5rem 0;color:#475569;display:flex;align-items:center;gap:.625rem;font-size:.875rem}.option-features li:before{content:"✓";display:flex;align-items:center;justify-content:center;width:18px;height:18px;background:#d1fae5;color:#065f46;border-radius:50%;font-weight:700;font-size:.75rem;flex-shrink:0}.purchase-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.875rem 1.25rem;border-radius:10px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer}.purchase-btn.primary{background:#5da8a8;color:#fff}.purchase-btn.primary:hover{background:#3a6b6b;box-shadow:0 4px 12px #5da8a84d}.purchase-btn.secondary{background:#6bbfbf;color:#fff}.purchase-btn.secondary:hover{background:#5da8a8;box-shadow:0 4px 12px #5da8a84d}.purchase-btn:disabled{opacity:.6;cursor:not-allowed}.purchase-btn:disabled:hover{background:#5da8a8;box-shadow:none;transform:none}.purchase-btn.secondary:disabled:hover{background:#4f46e5;box-shadow:none;transform:none}.purchase-help{text-align:center;padding:2rem;background:#f8fafc;border-radius:12px}.purchase-help p{font-size:1rem;color:#475569;margin-bottom:.5rem}.purchase-help a{color:#5da8a8;font-weight:600;text-decoration:none;transition:color .2s}.purchase-help a:hover{color:#3a6b6b;text-decoration:underline}@media(max-width:900px){.dashboard-layout{grid-template-columns:1fr;max-width:100%}.dashboard-column,.dashboard-section{max-width:100%}}.business-banner{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014;border-left:4px solid #5DA8A8}.business-banner-content{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.business-banner-main{flex:1;min-width:250px}.business-banner-name{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem;letter-spacing:-.01em}.business-banner-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.business-banner-badge{display:inline-block;background:#e0e7ff;color:#4f46e5;padding:.375rem .875rem;border-radius:1rem;font-size:.875rem;font-weight:600;text-transform:capitalize}.business-banner-location{display:flex;align-items:center;gap:.375rem;color:#6b7280;font-size:.9375rem;font-weight:500}.business-banner-location svg{flex-shrink:0;color:#9ca3af}.business-banner-admin{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.business-banner-admin .admin-label{color:#6b7280;font-weight:500}.business-banner-admin .admin-name{color:#1f2937;font-weight:600}.business-banner-stats{display:flex;gap:2rem;align-items:center}.business-banner-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.business-banner-stat .stat-number{font-size:2rem;font-weight:700;color:#5da8a8;line-height:1}.business-banner-stat .stat-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){.business-banner{padding:1.25rem}.business-banner-content{flex-direction:column;align-items:flex-start;gap:1.5rem}.business-banner-name{font-size:1.5rem}.business-banner-stats{width:100%;justify-content:space-around}.business-banner-stat .stat-number{font-size:1.75rem}}@media(max-width:768px){.business-dashboard-page{padding:1rem}.dashboard-page-header{flex-direction:column;align-items:flex-start;gap:1rem}.business-selector{margin-left:0;width:100%}.business-selector select{width:100%}.form-row{grid-template-columns:1fr}.welcome-message h2{font-size:1.5rem}.welcome-message p{font-size:1rem}.purchase-options-grid{grid-template-columns:1fr;gap:1.5rem}.purchase-option-card{padding:1.5rem}.option-icon{width:64px;height:64px}.option-icon svg{width:36px;height:36px}.purchase-option-card h3{font-size:1.25rem}}.boosted-cta-banner{background:linear-gradient(135deg,#5da8a8,#3a6b6b);border-radius:16px;padding:2rem;margin:2rem 0;box-shadow:0 8px 24px #5da8a833;animation:slideIn .5s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.boosted-cta-content{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.boosted-cta-text{flex:1;min-width:300px;color:#fff}.boosted-cta-title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;color:#fff;letter-spacing:-.01em}.boosted-cta-subtitle{font-size:1rem;margin:0 0 1rem;opacity:.95;line-height:1.5}.boosted-cta-meta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.boosted-cta-price{font-size:2rem;font-weight:800;color:#fff;letter-spacing:-.02em}.boosted-cta-bonus{font-size:.95rem;font-weight:600;background:#fff3;padding:.5rem 1rem;border-radius:999px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.boosted-cta-button{background:#fff;color:#5da8a8;font-size:1.125rem;font-weight:700;padding:1rem 2.5rem;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;white-space:nowrap}.boosted-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.boosted-enrolled-banner{background:linear-gradient(135deg,#10b981,#059669);border-radius:16px;padding:1.5rem 2rem;margin:2rem 0;box-shadow:0 4px 12px #10b98133}.boosted-enrolled-content{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}.enrolled-badge{font-size:1.125rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:.5rem}.enrolled-button{background:#fff;color:#10b981;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.enrolled-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media(max-width:768px){.boosted-cta-banner{padding:1.5rem}.boosted-cta-content{flex-direction:column;align-items:stretch;gap:1.5rem}.boosted-cta-text{min-width:auto}.boosted-cta-title{font-size:1.5rem}.boosted-cta-subtitle{font-size:.95rem}.boosted-cta-meta{flex-direction:column;align-items:flex-start;gap:1rem}.boosted-cta-price{font-size:1.75rem}.boosted-cta-button{width:100%;font-size:1rem;padding:1rem 2rem}.boosted-enrolled-banner{padding:1.25rem 1.5rem}.boosted-enrolled-content{flex-direction:column;align-items:stretch}.enrolled-button{width:100%}.subscription-cta-card{padding:2rem 1.5rem}.cta-icon{font-size:3rem}.subscription-cta-card h3{font-size:1.25rem}.cta-button{width:100%}}@media(max-width:480px){.boosted-cta-title{font-size:1.25rem}.boosted-cta-bonus{font-size:.875rem}}.subscription-cta-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:3rem 2rem;text-align:center;color:#fff;box-shadow:0 10px 30px #667eea4d;transition:transform .3s ease,box-shadow .3s ease}.subscription-cta-card:hover{transform:translateY(-4px);box-shadow:0 15px 40px #667eea66}.cta-icon{font-size:4rem;margin-bottom:1.5rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.subscription-cta-card h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#fff}.subscription-cta-card p{font-size:1.1rem;opacity:.95;margin-bottom:2rem;line-height:1.6}.cta-pricing{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.price-option{font-size:1.25rem;font-weight:600;padding:.5rem 1rem;background:#fff3;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.price-option.highlight{background:#ffffff4d;border:2px solid rgba(255,255,255,.5)}.price-divider{opacity:.7;font-size:1rem}.cta-button{background:#fff;color:#667eea;border:none;padding:1rem 3rem;font-size:1.1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #0000004d}.purchase-card{border:2px dashed #e5e7eb;background:#f9fafb}.purchase-card .stat-value{color:#9ca3af;font-size:.9rem}.purchase-btn-small{margin-top:.75rem;padding:.5rem 1rem;background:#5da8a8;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.purchase-btn-small:hover{background:#3a6b6b;transform:translateY(-1px);box-shadow:0 2px 8px #5da8a84d}.subscription-card .stat-badge{margin-top:.5rem}.business-stats .section-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap}.add-subscription-btn{padding:.5rem 1rem;background:#5da8a8;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.add-subscription-btn:hover{background:#3a6b6b;transform:translateY(-1px);box-shadow:0 2px 8px #5da8a84d}@media(max-width:640px){.add-subscription-btn{font-size:.8rem;padding:.4rem .75rem}}.business-opportunities-page{padding:2rem;max-width:1400px;margin:0 auto}.page-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0;gap:2rem;flex-wrap:wrap}.page-header>div{text-align:left}.page-header h1{font-size:2rem;font-weight:700;color:#0f172a;margin:0;text-align:left}.page-header p{color:#64748b;margin:.5rem 0 0;text-align:left}.filters-bar{display:flex;gap:1.5rem;align-items:center;background:#fff;padding:1.25rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-weight:600;color:#374151;font-size:.875rem}.filter-group select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer;min-width:150px}.filter-group select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.results-count{margin-left:auto;font-size:.875rem;color:#6b7280;font-weight:500}.opportunities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.opportunity-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.opportunity-card:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.opportunity-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.opportunity-header h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .25rem}.business-name{font-size:.875rem;color:#6b7280;margin:0}.opportunity-badges{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize;white-space:nowrap;text-align:center}.status-open{background:#d1fae5;color:#065f46}.status-closed{background:#fee2e2;color:#991b1b}.status-draft{background:#e5e7eb;color:#374151}.type-paid{background:#dbeafe;color:#1e40af}.type-free{background:#fef3c7;color:#92400e}.type-review{background:#e9d5ff;color:#6b21a8}.type-affiliate{background:#fce7f3;color:#9f1239}.opportunity-description{color:#4b5563;line-height:1.6;margin-bottom:1rem;flex-grow:1}.opportunity-dates{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:#f9fafb;border-radius:6px}.date-info{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.date-info svg{color:#9ca3af;flex-shrink:0}.date-info strong{color:#374151}.opportunity-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;gap:1rem}.opportunity-meta{font-size:.75rem;color:#9ca3af}.opportunity-actions{display:flex;gap:.75rem}.edit-btn,.delete-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.edit-btn{color:#0f766e!important;border-color:#0f766e!important}.edit-btn svg{color:#0f766e}.edit-btn:hover{background:#f0fdfa!important;color:#0f766e!important}.edit-btn:hover svg{color:#0f766e}.delete-btn{color:#dc2626;border-color:#dc2626}.delete-btn:hover:not(:disabled){background:#dc2626;color:#fff}.delete-btn:disabled{opacity:.5;cursor:not-allowed}.create-opportunity-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 1px 2px #0000000d}.create-opportunity-btn:hover:not(:disabled){background:#4338ca;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}.create-opportunity-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #0000000d}.create-opportunity-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.empty-state p{font-size:1rem;color:#6b7280;margin:0 0 2rem}.empty-state .create-opportunity-btn{margin:0 auto}@media(max-width:768px){.business-opportunities-page{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-top:0;margin-bottom:1.5rem}.page-header>div{width:100%;text-align:left;display:flex;flex-direction:column;align-items:flex-start;padding-left:0;padding-right:0}.page-header h1{font-size:1.5rem;text-align:left;width:100%}.page-header p{display:none}.create-opportunity-btn{width:100%;max-width:300px}.filters-bar,.filter-group{flex-direction:column;align-items:stretch}.filter-group select{width:100%}.results-count{margin-left:0;text-align:center}.opportunities-grid{grid-template-columns:1fr}.opportunity-header{flex-direction:column}.opportunity-badges{flex-direction:row}.opportunity-footer{flex-direction:column;align-items:stretch}.opportunity-actions{width:100%}.edit-btn{flex:1;justify-content:center}}.stat-detail{font-size:.75rem;color:#64748b;margin-top:.25rem}.map-pins-page{padding:2rem;max-width:1400px;margin:0 auto}.page-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.page-header h1{font-size:2rem;font-weight:700;color:#0f172a;margin:0}.page-header p{color:#64748b;margin:.5rem 0 0}.analytics-overview{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:1rem;margin-bottom:2rem;width:100%}.analytics-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:flex-start;gap:.875rem}.analytics-card.disabled{background:#f9fafb;opacity:.6;pointer-events:none}.analytics-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#e0e7ff;border-radius:10px;color:#4f46e5;flex-shrink:0}.analytics-icon.views{background:#dbeafe;color:#1e40af}.analytics-icon.clicks{background:#d1fae5;color:#065f46}.analytics-icon.rate{background:#fef3c7;color:#92400e}.analytics-content{flex:1;min-width:0}.analytics-label{font-size:.75rem;color:#6b7280;margin-bottom:.25rem;font-weight:500}.analytics-value{font-size:1.5rem;font-weight:700;color:#111827;line-height:1.2}.analytics-sublabel{font-size:.7rem;color:#9ca3af;margin-top:.25rem}@media(max-width:640px){.analytics-value{font-size:1.25rem}.analytics-label{font-size:.7rem}.analytics-card{padding:.875rem}.analytics-icon{width:32px;height:32px}}.pins-grid{display:flex;flex-direction:column;gap:1.5rem}.pin-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s}.pin-card.inactive{opacity:.7;background:#f9fafb}.pin-card:hover{box-shadow:0 4px 6px -1px #0000001a}.pin-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.pin-title-section{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.pin-title-section h3{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#fee2e2;color:#991b1b}.status-badge.warning{background:#fef3c7;color:#92400e}.pin-address{display:flex;gap:.75rem;margin-bottom:1rem;padding:1rem;background:#f9fafb;border-radius:8px;color:#4b5563;line-height:1.6}.pin-address svg{color:#6b7280;flex-shrink:0;margin-top:2px}.pin-coordinates{font-size:.875rem;color:#6b7280;margin-bottom:1rem;font-family:monospace}.pin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding-top:1rem;margin-top:1.5rem;border-top:1px solid #e5e7eb}.pin-stats.disabled{opacity:.5;pointer-events:none}.stats-heading{grid-column:1 / -1;font-size:.875rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem}.stat{display:flex;gap:.75rem;align-items:flex-start}.stat-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:8px;color:#6b7280;flex-shrink:0}.stat-value{font-size:1.5rem;font-weight:700;color:#111827;line-height:1.2}.stat-label{font-size:.875rem;color:#6b7280;margin-top:.25rem}.stat-sublabel{font-size:.75rem;color:#9ca3af;margin-top:.25rem}.edit-form{padding-top:1rem;border-top:2px solid #e5e7eb}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input[type=text]{padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.form-group input[type=text]:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.checkbox-group{margin-top:.5rem}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.cancel-btn,.save-btn{padding:.625rem 1.5rem;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s}.cancel-btn{background:#fff;border:1px solid #d1d5db;color:#374151}.cancel-btn:hover:not(:disabled){background:#f9fafb}.save-btn{background:#4f46e5;border:none;color:#fff}.save-btn:hover:not(:disabled){background:#4338ca}.cancel-btn:disabled,.save-btn:disabled{opacity:.5;cursor:not-allowed}.edit-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:.875rem;font-weight:500;color:#4f46e5;cursor:pointer;transition:all .2s;flex-shrink:0}.edit-btn:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.empty-state svg{color:#d1d5db;margin-bottom:1.5rem}.empty-state h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 .5rem}.empty-state p{font-size:1rem;color:#6b7280;margin:0}.loading-message,.error-message{text-align:center;padding:3rem 1rem;font-size:1.125rem;color:#6b7280}.error-message{color:#dc2626}@media(max-width:768px){.map-pins-page{padding:1rem}.page-header{padding-left:0;padding-right:0;margin-top:0}.page-header h1{font-size:1.5rem;text-align:left}.page-header p{display:none}.analytics-overview{grid-template-columns:1fr}.analytics-value{font-size:1.5rem}.pin-title-section{flex-direction:column;align-items:flex-start}.pin-header{flex-direction:column}.pin-stats,.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.cancel-btn,.save-btn{width:100%}}.inactive-subscription-notice{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fef3c7;color:#92400e;border-radius:6px;font-size:.875rem;font-weight:500}.inactive-subscription-notice .lock-icon{font-size:1rem}.manage-businesses-page{padding:1.5rem;max-width:1200px;margin:0 auto;min-height:100%;height:auto}.manage-businesses-loading{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1.1rem;color:#666}.manage-businesses-back-button{background:#fff;border:1px solid #e0e0e0;color:#5da8a8;font-size:.95rem;font-weight:500;cursor:pointer;padding:.6rem 1.2rem;border-radius:.5rem;transition:all .2s;margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 1px 3px #00000014}.manage-businesses-back-button:hover{background-color:#5da8a8;color:#fff;border-color:#5da8a8;box-shadow:0 2px 6px #5da8a84d;transform:translateY(-1px)}.manage-businesses-back-button:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.manage-businesses-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1rem;max-width:600px;margin-left:auto;margin-right:auto}.manage-businesses-header h1{font-size:2rem;font-weight:600;color:#1a1a1a;flex:1}.create-business-button{background:linear-gradient(135deg,#5da8a8,#4a8c8c);color:#fff;border:none;padding:.7rem 1.4rem;border-radius:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #5da8a833}.create-business-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5da8a866;background:linear-gradient(135deg,#4a8c8c,#3d7575)}.create-business-button:active{transform:translateY(0);box-shadow:0 2px 4px #5da8a833}.businesses-list{display:flex;flex-direction:column;gap:1.5rem;align-items:center;height:auto;min-height:fit-content}.no-businesses{text-align:center;padding:3rem;background:#f9fafb;border-radius:1rem;border:2px dashed #d1d5db}.no-businesses p{color:#6b7280;margin:.5rem 0}.no-businesses p:first-child{font-size:1.1rem;font-weight:500;color:#374151}.business-card{background:#fff;border-radius:16px;padding:0;box-shadow:none;transition:transform .2s,box-shadow .2s;width:100%;max-width:600px;position:relative;overflow:hidden}.business-card.active-business{border-left:4px solid #5DA8A8;background:#f0f7f7;box-shadow:0 4px 12px #5da8a826}.active-business-badge{position:absolute;top:.75rem;right:1rem;background:#5da8a8;color:#fff;padding:.35rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #5da8a84d;z-index:1}.business-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.business-card-header{display:flex;justify-content:space-between;align-items:center;margin:0;padding:.75rem 1rem;gap:1rem;background:#f0f7f7;border-bottom:1px solid #D4E8E8;box-shadow:inset 0 -1px #3a6b6b0a}.business-card-header h2{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0;text-transform:none;letter-spacing:normal}.business-card-meta{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.business-badges{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.business-subtitle{color:#6b7280;font-size:.875rem;margin:0}.business-type-badge{display:inline-block;background:#e0e7ff;color:#4f46e5;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500;text-transform:capitalize}.subscription-badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;background:#d1fae5;color:#065f46}.subscription-badge.active{background:#d1fae5;color:#065f46}.business-card-body{padding:1rem}.business-description{color:#6b7280;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.business-managers{margin-bottom:1rem;padding:.75rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.business-managers h4{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}.managers-list{display:flex;flex-direction:column;gap:.5rem}.manager-item{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:.5rem!important;color:#374151;font-size:.875rem;background:#f9fafb!important;padding:.5rem!important;border-radius:6px!important}.manager-item svg{flex-shrink:0;color:#9ca3af}.business-contact-section,.business-managers,.subscription-info{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.business-contact-section h4,.business-managers h4,.subscription-info h4{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.business-meta{display:flex;flex-direction:column;gap:.5rem}.meta-item{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.meta-item svg{flex-shrink:0;color:#9ca3af}.meta-link{color:#5da8a8;text-decoration:none;transition:color .2s}.meta-link:hover{color:#4a8787;text-decoration:underline}.subscription-info{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.subscription-info h4{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.subscription-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#f9fafb;border-radius:4px;margin-bottom:.5rem}.subscription-item:last-child{margin-bottom:0}.subscription-plan{font-weight:600;color:#374151;font-size:.875rem}.subscription-expiry{color:#6b7280;font-size:.75rem;font-weight:500}.business-card-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end;padding:1rem;border-top:1px solid #e5e7eb;background:#fafafa}.action-button{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid transparent;width:auto;flex:0 0 auto}.edit-button{background:#fff;color:#5da8a8;border:1px solid #5DA8A8}.edit-button:hover{background:#5da8a8;color:#fff}.delete-button{background:#fff;color:#dc2626;border:1px solid #fca5a5}.delete-button:hover:not(:disabled){background:#fef2f2;border-color:#dc2626}.delete-button:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:1rem;padding:2rem;max-width:500px;width:100%;box-shadow:0 20px 25px -5px #0000001a}.modal-content h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.modal-content p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.cancel-button,.delete-confirm-button{padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.cancel-button{background:#f3f4f6;color:#374151}.cancel-button:hover{background:#e5e7eb}.delete-confirm-button{background:#dc2626;color:#fff}.delete-confirm-button:hover:not(:disabled){background:#b91c1c}.delete-confirm-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.manage-businesses-page{padding:1rem}.manage-businesses-header{flex-direction:column;align-items:stretch}.manage-businesses-header h1{font-size:1.5rem;text-align:center}.business-card{padding:1rem}.business-card-header,.business-card-actions{flex-direction:column}.action-button{width:100%}.modal-content{padding:1.5rem}.modal-actions{flex-direction:column}.cancel-button,.delete-confirm-button{width:100%}}.edit-business-page{max-width:800px;margin:0 auto;padding:2rem}.edit-business-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.edit-business-page .back-button{position:static;width:auto;flex:0 0 auto;padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.375rem;background-color:#fff;color:#374151;font-size:.875rem;cursor:pointer;transition:all .2s ease}.edit-business-page .back-button:hover{background-color:#f3f4f6}.edit-business-header h1{font-size:1.875rem;font-weight:600;color:#111827;margin:0}.edit-business-loading,.edit-business-error{text-align:center;padding:4rem 2rem;font-size:1.125rem;color:#6b7280}.edit-business-error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.edit-business-success-message{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.edit-business-content{display:flex;flex-direction:column;gap:2rem}.edit-business-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.edit-business-section h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .5rem}.section-description{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem}.uploading-text{margin-top:.5rem;font-size:.875rem;color:#6b7280;font-style:italic}.business-info-display{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item label{font-size:.875rem;font-weight:500;color:#6b7280}.info-item p{font-size:1rem;color:#111827;margin:0}.info-note{font-size:.875rem;color:#6b7280;margin:1rem 0 0;font-style:italic}.managers-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.manager-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.manager-info{display:flex;flex-direction:column;gap:.25rem}.manager-name{font-weight:600;color:#374151;font-size:.9375rem}.manager-email{color:#6b7280;font-size:.875rem}.remove-manager-btn{padding:.5rem 1rem;background:#fff;color:#dc2626;border:1px solid #fca5a5;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.remove-manager-btn:hover{background:#fef2f2;border-color:#dc2626}.add-manager-form{display:flex;gap:.75rem;margin-top:1rem}.add-manager-form input{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem}.add-manager-form input:focus{outline:none;border-color:#5da8a8;box-shadow:0 0 0 3px #5da8a81a}.add-manager-form button{padding:.75rem 1.5rem;background:#5da8a8;color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.add-manager-form button:hover:not(:disabled){background:#3a6b6b}.add-manager-form button:disabled{opacity:.6;cursor:not-allowed}.subscriptions-list{display:flex;flex-direction:column;gap:.75rem}.subscription-card{padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.subscription-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.subscription-name{font-weight:600;color:#374151;font-size:.9375rem}.subscription-status{padding:.25rem .75rem;background:#10b981;color:#fff;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.subscription-meta{color:#6b7280;font-size:.875rem}.no-subscriptions{color:#6b7280;font-style:italic}.create-business-page{min-height:100vh;background:#f8fafc;padding:2rem 1rem}.create-business-container{max-width:800px;margin:0 auto}.create-business-page .back-button{position:static;background:#fff;border:1px solid #e0e0e0;color:#5da8a8;font-size:.95rem;font-weight:500;cursor:pointer;padding:.6rem 1.2rem;border-radius:.5rem;transition:all .2s;margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.5rem}.create-business-page .back-button:hover{background-color:#5da8a8;color:#fff;border-color:#5da8a8;box-shadow:0 2px 6px #5da8a84d;transform:translateY(-1px)}.create-business-page .back-button:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.create-business-page h1{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.page-subtitle{color:#6b7280;font-size:1rem;margin-bottom:2rem}.create-business-form{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 8px #0000001a}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section h2{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 1.5rem}.section-header-with-action{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.section-header-with-action h2{margin:0}.edit-toggle-btn{background:transparent;color:#5da8a8;border:1.5px solid #5DA8A8;padding:.5rem 1.25rem;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.025em}.edit-toggle-btn:hover{background:#5da8a8;color:#fff;transform:translateY(-1px);box-shadow:0 2px 6px #5da8a84d}.edit-toggle-btn:active{transform:translateY(0);box-shadow:0 1px 3px #5da8a833}.section-helper{margin-top:0;margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:#374151}.checkbox-label input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer}.checkbox-label span{font-size:1rem}.helper-text{color:#6b7280;font-size:.875rem;margin-top:.5rem;margin-bottom:0;line-height:1.5}.sub-admin-fields{background:#f9fafb;padding:1.5rem;border-radius:.5rem;margin-top:1rem;border:1px solid #e5e7eb}.sub-admin-fields h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.95rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#5da8a8;box-shadow:0 0 0 3px #5da8a81a}.form-group input.error{border-color:#dc2626}.form-group input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.error-message{display:block;color:#dc2626;font-size:.85rem;margin-top:.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.btn-primary,.btn-secondary{padding:.75rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:linear-gradient(135deg,#5da8a8,#4a8c8c);color:#fff;box-shadow:0 2px 4px #5da8a833}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5da8a866}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#e5e7eb}.billing-toggle{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem;background:#fff;padding:.5rem;border-radius:.75rem;box-shadow:0 2px 8px #0000001a;max-width:400px;margin-left:auto;margin-right:auto}.billing-toggle button{flex:1;padding:.75rem 1.5rem;border:none;background:transparent;color:#6b7280;font-size:.95rem;font-weight:500;cursor:pointer;border-radius:.5rem;transition:all .2s;position:relative}.billing-toggle button.active{background:linear-gradient(135deg,#5da8a8,#4a8c8c);color:#fff;box-shadow:0 2px 8px #5da8a84d}.savings-badge{display:inline-block;background:#fff3;padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;margin-left:.5rem}.subscription-plans{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.plan-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s}.plan-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.plan-card h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.plan-price{margin-bottom:1.5rem}.plan-price .price{font-size:2.5rem;font-weight:700;color:#5da8a8}.plan-price .period{font-size:1rem;color:#6b7280}.plan-features{list-style:none;padding:0;margin:0 0 2rem}.plan-features li{padding:.75rem 0;color:#374151;font-size:.95rem;border-bottom:1px solid #f3f4f6}.plan-features li:last-child{border-bottom:none}.select-plan-btn{width:100%;padding:.75rem;background:linear-gradient(135deg,#5da8a8,#4a8c8c);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #5da8a833}.select-plan-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5da8a866}@media(max-width:768px){.create-business-page{padding:1rem .5rem}.create-business-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.btn-primary,.btn-secondary{width:100%}.subscription-plans{grid-template-columns:1fr}.billing-toggle{max-width:100%}}:root{--bb-primary: #3A6B6B;--bb-primary-dark: #1b2e32;--bb-primary-light: #5DA8A8;--bb-accent: #5DA8A8;--bb-accent-light: #C0E4E4;--bb-success: #0f766e;--bb-text: #1b2e32;--bb-text-light: #475569;--bb-bg-light: #F0F7F7;--bb-bg-seafoam: #D4E8E8;--bb-white: #ffffff;--bb-gradient: linear-gradient(135deg, #3A6B6B 0%, #1b2e32 100%);--bb-gradient-light: linear-gradient(135deg, #5DA8A8 0%, #3A6B6B 100%);--bb-gradient-accent: linear-gradient(135deg, #5DA8A8 0%, #0f766e 100%);--bb-shadow-sm: 0 1px 2px rgba(27, 46, 50, .05);--bb-shadow: 0 4px 6px -1px rgba(27, 46, 50, .1), 0 2px 4px -2px rgba(27, 46, 50, .1);--bb-shadow-lg: 0 10px 15px -3px rgba(27, 46, 50, .1), 0 4px 6px -4px rgba(27, 46, 50, .1);--bb-shadow-xl: 0 20px 25px -5px rgba(27, 46, 50, .1), 0 8px 10px -6px rgba(27, 46, 50, .1);--bb-radius: 12px;--bb-radius-lg: 20px}.boosted-page{min-height:100vh;background:var(--bb-white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;position:relative}.back-to-dashboard{position:absolute;top:24px;left:24px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--bb-primary);font-size:.9375rem;font-weight:600;padding:12px 20px;border:1px solid rgba(58,107,107,.2);border-radius:var(--bb-radius);cursor:pointer;transition:all .3s ease;z-index:1000;box-shadow:var(--bb-shadow)}.back-to-dashboard:hover{background:var(--bb-white);border-color:var(--bb-primary);transform:translateY(-2px);box-shadow:var(--bb-shadow-lg)}.boosted-container{max-width:1100px;margin:0 auto;padding:0 24px}.loading-message{display:flex;align-items:center;justify-content:center;min-height:60vh;font-size:1.125rem;color:var(--bb-text-light)}.enrolled-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;text-align:center;padding:48px 24px}.enrolled-badge{display:inline-flex;align-items:center;gap:8px;background:var(--bb-gradient-accent);color:#fff;font-size:1rem;font-weight:600;padding:12px 24px;border-radius:50px;margin-bottom:24px;box-shadow:var(--bb-shadow)}.enrolled-container h1{font-size:2.5rem;font-weight:800;color:var(--bb-text);margin:0 0 16px}.enrolled-container p{font-size:1.25rem;color:var(--bb-text-light);margin:0 0 32px}.enrolled-actions .btn-primary{background:var(--bb-gradient);color:#fff;font-size:1.125rem;font-weight:600;padding:16px 32px;border:none;border-radius:var(--bb-radius);cursor:pointer;transition:all .3s ease;box-shadow:var(--bb-shadow)}.enrolled-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:var(--bb-shadow-lg)}.boosted-hero{background:var(--bb-gradient);padding:80px 0 100px;position:relative;overflow:hidden}.boosted-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}.hero-logo{height:180px;width:auto;margin:0 auto 20px;display:block;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.hero-title{font-size:3.5rem;font-weight:800;color:var(--bb-white);margin:0 auto 20px;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.1);text-align:center}.hero-subtitle{font-size:1.375rem;color:#fffffff2;margin:0 auto 32px;line-height:1.6;font-weight:400;text-align:center;display:block;width:100%;padding:0 20px}.hero-meta{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;margin-bottom:36px}.hero-badge{background:#ffffff40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;font-size:.9375rem;font-weight:700;padding:12px 24px;border-radius:50px;border:2px solid rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #00000026}.hero-price{font-size:2.5rem;font-weight:800;color:var(--bb-white);text-shadow:0 2px 4px rgba(0,0,0,.15)}.hero-cta{background:var(--bb-white);color:var(--bb-primary);font-size:1.25rem;font-weight:700;padding:18px 48px;border:none;border-radius:var(--bb-radius);cursor:pointer;transition:all .3s ease;box-shadow:var(--bb-shadow-lg)}.hero-cta:hover:not(:disabled){transform:translateY(-3px);box-shadow:var(--bb-shadow-xl);background:var(--bb-bg-light)}.hero-cta:disabled{opacity:.7;cursor:not-allowed}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#dc2626;padding:12px 20px;border-radius:var(--bb-radius);margin-bottom:20px;font-size:.95rem;max-width:500px;margin-left:auto;margin-right:auto}.boosted-hero .error-message{background:#fffffff2;color:#dc2626}.boosted-section{padding:80px 0}.boosted-section h2{font-size:2.25rem;font-weight:800;color:var(--bb-text);margin:0 0 24px;text-align:center;letter-spacing:-.01em}.section-content{font-size:1.125rem;color:var(--bb-text-light);line-height:1.8;max-width:800px;margin:0 auto 20px;text-align:center}.section-intro{font-size:1.125rem;color:var(--bb-text);margin:0 0 28px;text-align:center;font-weight:500}.bonus-section{background:linear-gradient(180deg,var(--bb-bg-light) 0%,var(--bb-bg-seafoam) 100%);border-top:4px solid var(--bb-primary-light)}.section-icon{font-size:3.5rem;text-align:center;margin-bottom:20px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.bonus-section h2{font-size:1.75rem;color:var(--bb-text);max-width:700px;margin:0 auto 16px;line-height:1.4}.bonus-list{list-style:none;padding:0;margin:0 auto 32px;max-width:700px}.bonus-list li{display:flex;align-items:flex-start;gap:16px;padding:16px 0;font-size:1.0625rem;color:var(--bb-text);line-height:1.6;border-bottom:1px solid rgba(0,0,0,.06)}.bonus-list li:last-child{border-bottom:none}.check-icon{flex-shrink:0;color:var(--bb-success);margin-top:2px}.bonus-note{background:var(--bb-white);padding:20px 24px;border-radius:var(--bb-radius);font-size:.9375rem;color:var(--bb-text-light);max-width:700px;margin:0 auto;box-shadow:var(--bb-shadow-sm);border-left:4px solid var(--bb-primary-light)}.bonus-note strong{color:var(--bb-text)}.what-section{background:var(--bb-white)}.curriculum-section{background:var(--bb-bg-light)}.curriculum-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:900px;margin:40px auto 0}.curriculum-item{background:var(--bb-white);padding:24px 28px;border-radius:var(--bb-radius);box-shadow:var(--bb-shadow);display:flex;align-items:center;gap:20px;transition:all .3s ease;border:1px solid rgba(0,0,0,.04)}.curriculum-item:hover{transform:translateY(-4px);box-shadow:var(--bb-shadow-lg)}.curriculum-number{flex-shrink:0;width:48px;height:48px;background:var(--bb-gradient-light);color:var(--bb-white);font-size:1.25rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #3a6b6b4d}.curriculum-item h3{font-size:1rem;font-weight:600;color:var(--bb-text);margin:0;line-height:1.4}.boosted-footer-cta{background:var(--bb-gradient);padding:80px 0;text-align:center}.boosted-footer-cta h2{font-size:2.5rem;font-weight:800;color:var(--bb-white);margin:0 0 20px}.footer-cta-price{font-size:3rem;font-weight:800;color:var(--bb-accent-light);margin-bottom:32px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.footer-cta-btn{background:var(--bb-accent-light);color:var(--bb-primary-dark);font-size:1.25rem;font-weight:700;padding:20px 56px;border:none;border-radius:var(--bb-radius);cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #c0e4e466}.footer-cta-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 28px #c0e4e499}.footer-cta-btn:disabled{opacity:.7;cursor:not-allowed}.boosted-footer-cta .error-message{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fca5a5}@media(max-width:768px){.boosted-hero{padding:60px 0 80px}.hero-logo{height:120px;margin:0 auto 24px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-price{font-size:2rem}.hero-cta{font-size:1.125rem;padding:16px 36px;width:100%;max-width:320px}.boosted-section{padding:60px 0}.boosted-section h2{font-size:1.75rem}.bonus-section h2{font-size:1.375rem}.curriculum-grid{grid-template-columns:1fr;gap:16px}.curriculum-item{padding:20px}.curriculum-number{width:40px;height:40px;font-size:1rem}.enrolled-container h1{font-size:2rem}.boosted-footer-cta h2{font-size:1.875rem}.footer-cta-price{font-size:2.25rem}.footer-cta-btn{font-size:1.125rem;padding:16px 40px;width:100%;max-width:320px}}@media(max-width:480px){.boosted-container{padding:0 16px}.hero-title{font-size:2rem}.hero-meta{flex-direction:column;gap:12px}.bonus-list li{font-size:1rem;gap:12px}.curriculum-item h3{font-size:.9375rem}}.success-page{min-height:100vh;background:linear-gradient(180deg,#f0f7f7,#fff);display:flex;align-items:center;justify-content:center;padding:2rem}.success-container{max-width:700px;width:100%;background:#fff;padding:4rem 3rem;border-radius:20px;box-shadow:0 8px 32px #5da8a826;text-align:center}.loading-spinner{width:60px;height:60px;border:4px solid #f0f7f7;border-top-color:#5da8a8;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 2rem}@keyframes spin{to{transform:rotate(360deg)}}.success-container h2{font-size:1.5rem;color:#1b2e32;margin:0 0 1rem}.success-container p{color:#64748b;font-size:1.125rem}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:3rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-container h1{font-size:2.5rem;font-weight:700;color:#1b2e32;margin:0 0 1rem}.success-message{font-size:1.25rem;color:#64748b;margin:0 0 3rem}.success-details{display:grid;gap:1.5rem;margin:0 0 3rem;text-align:left}.detail-card{background:#f8fffe;padding:1.5rem;border-radius:12px;border-left:4px solid #5DA8A8}.detail-card h3{font-size:1.25rem;font-weight:600;color:#1b2e32;margin:0 0 .5rem}.detail-card p{font-size:1rem;color:#475569;margin:0;line-height:1.6}.success-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.btn-primary{background:#5da8a8;color:#fff;font-size:1.125rem;font-weight:600;padding:1rem 2rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background:#3a6b6b;transform:translateY(-2px)}.btn-secondary{background:#fff;color:#5da8a8;font-size:1.125rem;font-weight:600;padding:1rem 2rem;border:2px solid #5DA8A8;border-radius:8px;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#f0f7f7;transform:translateY(-2px)}.success-note{font-size:.95rem;color:#94a3b8;margin:0}@media(max-width:768px){.success-container{padding:3rem 2rem}.success-container h1{font-size:2rem}.success-message{font-size:1.125rem}.success-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.account-page{max-width:900px;margin:0 auto;padding:2rem}.account-loading,.account-error{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:1.125rem;color:#64748b}.account-error-message,.account-success-message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.account-error-message{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.account-success-message{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.account-sections{display:flex;flex-direction:column;gap:2rem}.account-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.account-section h2{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{margin:0;font-size:1rem;font-weight:600;color:#1e293b}.close-circle-button{width:32px;height:32px;border-radius:50%;border:none;background:#f0f7f7;color:#5da8a8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0}.close-circle-button:hover{background:#5da8a8;color:#fff;transform:scale(1.1)}.profile-header-section{background:#fff;border:none;padding:3rem 2rem!important;box-shadow:none}.profile-header-content{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.profile-avatar-container{position:relative;cursor:pointer;margin-bottom:1.25rem;outline:none}.profile-avatar{width:140px;height:140px;border-radius:50%;border:3px solid #5DA8A8;display:flex;align-items:center;justify-content:center;padding:10px;box-shadow:0 4px 12px #00000026;transition:all .3s ease;background:#fff}.profile-avatar-container:hover .profile-avatar,.profile-avatar-container:focus .profile-avatar{transform:scale(1.05);box-shadow:0 6px 16px #5da8a866}.profile-avatar-inner{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#5da8a8,#3a6b6b);display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-avatar-inner img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;font-weight:700;border-radius:50%}.profile-avatar-overlay{position:absolute;inset:0;border-radius:50%;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff}.profile-avatar-container:hover .profile-avatar-overlay,.profile-avatar-container:focus .profile-avatar-overlay{opacity:1}.profile-header-info{display:flex;flex-direction:column;gap:.5rem}.account-page .profile-name{display:block;font-size:1.75rem;font-weight:600;color:#0f172a!important;margin:0;text-align:center;width:100%}.profile-member-since{font-size:.95rem;color:#64748b;margin:0}.profile-role-badge{display:inline-block;padding:.4rem 1rem;background:linear-gradient(135deg,#5da8a8,#3a6b6b);color:#fff;border-radius:20px;font-size:.875rem;font-weight:600;margin-top:.75rem;text-transform:capitalize}.upload-status-overlay{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000d9;color:#fff;padding:1.5rem 3rem;border-radius:8px;font-weight:500;z-index:10000;box-shadow:0 4px 12px #0000004d}.image-upload-section{animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-picture-section{display:flex;gap:2rem;align-items:flex-start;flex-wrap:wrap}.profile-picture-container{flex-shrink:0}.profile-picture{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #e2e8f0}.profile-picture-placeholder{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#5da8a8,#4a8888);display:flex;align-items:center;justify-content:center;border:3px solid #e2e8f0}.profile-initials{font-size:2.5rem;font-weight:700;color:#fff}.profile-picture-actions{flex:1;min-width:250px}.upload-status{margin-top:.5rem;font-size:.875rem;color:#64748b;font-style:italic}.account-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.account-info-item{display:flex;flex-direction:column;gap:.5rem}.account-info-item label{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.account-info-item p{font-size:1rem;color:#1e293b;margin:0}.account-input{padding:.75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;color:#1e293b;transition:border-color .2s ease}.account-input:focus{outline:none;border-color:#5da8a8;box-shadow:0 0 0 3px #5da8a81a}.input-helper{font-size:.75rem;color:#64748b;margin-top:-.25rem}.email-with-badge{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.account-role-badge{display:inline-block;padding:.375rem .75rem;background:#5da8a8;color:#fff;border-radius:6px;font-weight:600;font-size:.875rem;width:fit-content}.edit-actions{margin-top:1.5rem;display:flex;gap:1rem}.verification-section{margin-top:1.5rem;padding:1rem;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;display:flex;flex-direction:column;gap:.75rem}.verification-text{margin:0;color:#92400e;font-size:.875rem}.quick-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.quick-action-card{display:flex;gap:1rem;padding:1.25rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.quick-action-card:hover{border-color:#5da8a8;background:#f0fdfa;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.quick-action-icon{font-size:2rem;flex-shrink:0}.quick-action-content{flex:1}.quick-action-content h3{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#1e293b}.quick-action-content p{margin:0;font-size:.875rem;color:#64748b}.security-actions{display:flex;flex-direction:column;gap:1.5rem}.security-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:#f8fafc;border-radius:8px;gap:1rem;flex-wrap:wrap}.security-item-content{flex:1}.security-item-content h3{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#1e293b}.security-item-content p{margin:0;font-size:.875rem;color:#64748b}.password-change-form{padding:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#475569}.form-actions{display:flex;gap:1rem;margin-top:.5rem}.primary-action-button{padding:.75rem 1.5rem;background:#5da8a8;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.primary-action-button:hover:not(:disabled){background:#4a8888;transform:translateY(-1px);box-shadow:0 4px 12px #5da8a84d}.primary-action-button:disabled{background:#94a3b8;cursor:not-allowed;opacity:.6}.secondary-action-button{padding:.75rem 1.5rem;background:#fff;color:#5da8a8;border:2px solid #5DA8A8;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.secondary-action-button:hover:not(:disabled){background:#f0fdfa;transform:translateY(-1px)}.secondary-action-button:disabled{border-color:#cbd5e1;color:#94a3b8;cursor:not-allowed;opacity:.6}.account-actions{display:flex;flex-direction:column;gap:1rem}.business-switcher-mobile{display:none;flex-direction:column;gap:.5rem}.business-switcher-mobile label{font-weight:600;color:#1b2e32;font-size:.875rem}.business-switcher-mobile select{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .2s ease}.business-switcher-mobile select:hover{border-color:#5da8a8}.business-switcher-mobile select:focus{outline:none;border-color:#5da8a8;box-shadow:0 0 0 3px #5da8a81a}.role-switch-button{padding:.75rem 1.5rem;background:#5da8a8;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:none;align-items:center;justify-content:center;gap:.5rem}.role-switch-button:hover{background:#4a8787;transform:translateY(-1px);box-shadow:0 4px 12px #5da8a84d}.role-switch-button:active{transform:translateY(0)}.admin-dashboard-button{padding:.75rem 1.5rem;background:#fff;color:#5da8a8;border:2px solid #5DA8A8;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.admin-dashboard-button:hover{background:#5da8a8;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #5da8a833}.admin-dashboard-button:active{transform:translateY(0)}@media(max-width:768px){.mobile-only{display:flex!important}}.sign-out-button{padding:.75rem 1.5rem;background:#fff;color:#64748b;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.sign-out-button:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.sign-out-button:active{transform:translateY(0)}.danger-zone{border:2px solid #fecaca;background:#fef2f2}.danger-zone h2{color:#dc2626}.danger-content{display:flex;flex-direction:column;gap:1rem}.danger-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:#fff;border-radius:8px;gap:1rem;flex-wrap:wrap}.danger-item-content{flex:1}.danger-item-content h3{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#dc2626}.danger-item-content p{margin:0;font-size:.875rem;color:#64748b}.danger-button{padding:.75rem 1.5rem;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.danger-button:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-content h2{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#dc2626}.modal-warning{margin:0 0 1rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.875rem}.modal-instruction{margin:0 0 .75rem;color:#475569;font-size:.875rem}.modal-instruction strong{color:#dc2626;font-weight:700}.modal-input{width:100%;padding:.75rem;border:2px solid #cbd5e1;border-radius:8px;font-size:1rem;margin-bottom:1.5rem;box-sizing:border-box}.modal-input:focus{outline:none;border-color:#dc2626}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.modal-cancel-button{padding:.75rem 1.5rem;background:#fff;color:#475569;border:2px solid #cbd5e1;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-cancel-button:hover{background:#f8fafc;border-color:#94a3b8}.modal-danger-button{padding:.75rem 1.5rem;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-danger-button:hover:not(:disabled){background:#b91c1c}.modal-danger-button:disabled{background:#fca5a5;cursor:not-allowed;opacity:.6}@media(max-width:768px){.account-page{padding:1rem}.account-header h1{font-size:1.5rem}.account-section{padding:1.5rem}.account-section h2{font-size:1rem;word-break:break-word}.account-info-grid{grid-template-columns:1fr}.profile-picture-section{flex-direction:column;align-items:center}.quick-actions-grid{grid-template-columns:1fr}.security-item,.danger-item{flex-direction:column;align-items:stretch}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.section-header h2{font-size:1.25rem!important;word-break:break-word;max-width:100%}.modal-content{padding:1.5rem}.modal-actions{flex-direction:column-reverse}.modal-cancel-button,.modal-danger-button{width:100%}}.subscription-card{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;background:#fff;box-shadow:0 1px 3px #0000000d}.subscription-plan-name{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#1a1a1a}.subscription-card>div:first-of-type{font-size:.9rem;color:#666;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.subscription-info .info-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9rem}.subscription-info .info-row:first-child{padding-top:0}.subscription-info .label{font-weight:500;color:#666;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.subscription-info .value{color:#1a1a1a;font-weight:500;text-align:right}.no-subscription{text-align:center;padding:2rem;color:#666;background:#f5f5f5;border-radius:8px}.plans-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.plan-card{border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;position:relative;transition:border-color .2s}.plan-card:hover{border-color:#1976d2}.plan-card.current-plan{border-color:#1976d2;background:#e3f2fd}.plan-card h3{margin:0 0 .5rem}.plan-price{font-size:2rem;font-weight:700;color:#1976d2;margin:.5rem 0}.plan-interval{color:#666;font-size:.9rem;margin:0 0 1rem}.plan-description{color:#666;font-size:.9rem;margin-bottom:1rem}.current-badge{display:inline-block;background:#1976d2;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;font-weight:500}.plan-btn{width:100%;padding:.75rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.plan-btn.upgrade{background:#1976d2;color:#fff}.plan-btn.upgrade:hover{background:#1565c0}.plan-btn.downgrade{background:#f5f5f5;color:#333;border:1px solid #ddd}.plan-btn.downgrade:hover{background:#e0e0e0}.modal-content h3{margin-top:0}.info-text{background:#e3f2fd;padding:1rem;border-radius:4px;font-size:.9rem;color:#1565c0}.error-text{color:#d32f2f;background:#ffebee;padding:.75rem;border-radius:4px;margin:1rem 0}.btn-primary,.btn-secondary{flex:1;padding:.75rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-primary{background:#1976d2;color:#fff}.btn-primary:hover:not(:disabled){background:#1565c0}.btn-primary:disabled,.btn-secondary:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.plans-grid{grid-template-columns:1fr}}.subscription-actions-panel{margin-top:2rem}.info-message{background:#e3f2fd;color:#1565c0;padding:1rem;border-radius:4px;margin-bottom:1rem}.warning-text{background:#fff3e0;color:#e65100;padding:.75rem;border-radius:4px;font-size:.9rem}.btn-cancel,.btn-reactivate{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-cancel{background:#d32f2f;color:#fff}.btn-cancel:hover:not(:disabled){background:#c62828}.btn-reactivate{background:#4caf50;color:#fff}.btn-reactivate:hover:not(:disabled){background:#43a047}.btn-cancel:disabled,.btn-reactivate:disabled{opacity:.6;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;padding:2rem;max-width:500px;width:90%}.modal-content h3{margin-top:0;color:#d32f2f}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.btn-secondary,.btn-danger{flex:1;padding:.75rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-secondary{background:#f5f5f5;color:#333}.btn-secondary:hover:not(:disabled){background:#e0e0e0}.btn-danger{background:#d32f2f;color:#fff}.btn-danger:hover:not(:disabled){background:#c62828}.btn-secondary:disabled,.btn-danger:disabled{opacity:.6;cursor:not-allowed}.payment-methods-section{margin-top:1rem}.error-message{background:#ffebee;color:#d32f2f;padding:1rem;border-radius:4px;margin-bottom:1rem}.payment-methods-list{display:flex;flex-direction:column;gap:1rem}.payment-method-card{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff}.card-icon{font-size:2rem}.card-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.card-brand{font-weight:500;text-transform:capitalize;font-size:1rem}.card-number{color:#666;font-size:.95rem}.card-expiry{color:#999;font-size:.85rem}.card-actions{display:flex;gap:.5rem;align-items:center}.default-badge{background:#4caf50;color:#fff;padding:.4rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.btn-set-default,.btn-remove{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-set-default{background:#1976d2;color:#fff}.btn-set-default:hover:not(:disabled){background:#1565c0}.btn-remove{background:#f5f5f5;color:#d32f2f}.btn-remove:hover:not(:disabled){background:#ffebee}.btn-set-default:disabled,.btn-remove:disabled{opacity:.6;cursor:not-allowed}.no-payment-methods{text-align:center;padding:2rem;color:#666}.add-payment-method{margin-top:1.5rem;padding:1rem;background:#f5f5f5;border-radius:4px}.info-text{margin:0;color:#666;font-size:.9rem}@media(max-width:768px){.payment-method-card{flex-direction:column;align-items:flex-start}.card-actions{width:100%;justify-content:flex-end}}.no-pdf{color:#999}.no-invoices{text-align:center;padding:2rem;color:#666}@media(max-width:768px){.billing-history-table{font-size:.9rem}.billing-history-table th,.billing-history-table td{padding:.5rem}}.payment-failure-alert{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff3e0;border:2px solid #ff9800;border-radius:8px;margin-bottom:2rem;position:relative}.alert-icon{font-size:2rem;flex-shrink:0}.alert-content{flex:1}.alert-content h3{margin:0 0 .5rem;color:#e65100;font-size:1.1rem}.alert-content p{margin:0 0 1rem;color:#5d4037}.alert-action{display:inline-block;padding:.5rem 1rem;background:#ff9800;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .2s}.alert-action:hover{background:#f57c00}.alert-dismiss{position:absolute;top:.5rem;right:.5rem;background:none;border:none;font-size:1.5rem;color:#5d4037;cursor:pointer;padding:.25rem .5rem;line-height:1}.alert-dismiss:hover{color:#e65100}@media(max-width:768px){.payment-failure-alert{flex-direction:column}.alert-icon{font-size:1.5rem}}.subscription-dashboard{max-width:1200px;margin:0 auto;padding:2rem}.admin-dashboard{max-width:1400px}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{margin-bottom:.5rem}.admin-note{color:#666;font-size:.95rem;margin:0}.business-search-section{margin-bottom:2rem;position:relative}.filter-controls{margin-bottom:1.5rem}.filter-controls>label{display:block;margin-bottom:.75rem;font-weight:500;color:#333;font-size:.95rem}.filter-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.filter-btn{padding:.625rem 1.25rem;border:2px solid #e0e0e0;background:#fff;border-radius:6px;font-size:.9rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.filter-btn:hover{border-color:#1976d2;color:#1976d2}.filter-btn.active{background:#1976d2;border-color:#1976d2;color:#fff}.subscription-selector{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0}.subscription-selector label{display:block;margin-bottom:.75rem;font-weight:600;color:#333;font-size:.95rem}.subscription-select{width:100%;padding:.75rem 1rem;border:2px solid #ddd;border-radius:6px;font-size:1rem;background:#fff;cursor:pointer;transition:all .2s ease}.subscription-select:hover{border-color:#2563eb}.subscription-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.business-search-section label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:.95rem}.business-select-dropdown{width:100%;padding:.875rem 3rem .875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;color:#333;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 1rem center}.business-select-dropdown:hover{border-color:#1976d2}.business-select-dropdown:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.business-select-dropdown option{padding:.75rem}.business-select-dropdown optgroup{font-weight:600;color:#1976d2;font-size:.9rem}.business-search-input{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:8px;font-size:1rem}.business-search-input:focus{outline:none;border-color:#1976d2}.business-search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-height:400px;overflow-y:auto;z-index:100;margin-top:.5rem}.business-search-result{width:100%;padding:1rem;border:none;background:#fff;text-align:left;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .2s}.business-search-result:hover{background:#f5f5f5}.business-search-result:last-child{border-bottom:none}.result-name{font-weight:500;margin-bottom:.25rem}.result-meta{display:flex;gap:1rem;font-size:.85rem;color:#666}.business-type{color:#1976d2}.business-id{color:#999}.selected-business-banner{background:#e3f2fd;border:2px solid #1976d2;border-radius:8px;padding:1rem;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem}.selected-business-banner strong{color:#1976d2;font-size:1.1rem}.no-selection{text-align:center;padding:4rem 2rem;color:#666;background:#f5f5f5;border-radius:8px}.loading,.error{text-align:center;padding:3rem;font-size:1.1rem}.error{color:#d32f2f;background:#ffebee;border-radius:8px}.dashboard-content{display:flex;flex-direction:column;gap:2rem}.dashboard-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem}.dashboard-section h2{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem}.subscription-card{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem}.subscription-info .info-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.subscription-info .info-row:last-child{border-bottom:none}.subscription-info .label{font-weight:500;color:#666}.subscription-info .value{color:#333}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.status-active{background:#e8f5e9;color:#2e7d32}.status-canceled{background:#ffebee;color:#c62828}.status-past_due{background:#fff3e0;color:#e65100}.status-paid{background:#e8f5e9;color:#2e7d32}.status-open,.status-pending{background:#fff3e0;color:#e65100}.status-failed{background:#ffebee;color:#c62828}.no-subscription{text-align:center;padding:2rem;color:#666}.billing-history-table{width:100%;border-collapse:collapse}.billing-history-table th,.billing-history-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e0e0e0}.billing-history-table th{font-weight:500;color:#666;background:#f5f5f5}.billing-history-table a{color:#1976d2;text-decoration:none}.billing-history-table a:hover{text-decoration:underline}@media(max-width:768px){.subscription-dashboard{padding:1rem}.dashboard-header h1{font-size:1.5rem}.business-search-input{font-size:.95rem}.selected-business-banner{flex-direction:column;align-items:flex-start}.dashboard-content{gap:1.5rem}.dashboard-section{padding:1rem}.dashboard-section h2{font-size:1.25rem}.result-meta,.subscription-info .info-row{flex-direction:column;gap:.25rem}.subscription-info .value{text-align:left}}@media(min-width:769px)and (max-width:1024px){.admin-dashboard{max-width:100%;padding:1.5rem}.dashboard-content{gap:1.75rem}}.mobile-map-back-button{position:absolute;top:1rem;left:1rem;z-index:10;display:inline-flex;align-items:center;gap:.25rem;padding:.45rem .75rem;border-radius:10px;background:#fff;color:#111827;border:none;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 6px 20px #0000001f;-webkit-tap-highlight-color:transparent}.mobile-map-back-button:active{transform:scale(.96)}.mobile-map-sheet{position:absolute;top:8rem;left:1rem;right:1rem;max-height:calc(100vh - 10rem);background:#fff;border-radius:10px;z-index:10;display:flex;flex-direction:column;transition:all .25s ease;box-shadow:0 6px 20px #0000001f}.sheet-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:0;touch-action:pan-y}*/ .sheet-handle{display:none}.sheet-placeholder{text-align:center;color:#64748b;font-size:.9rem}.sheet-content{padding:1.25rem 1.5rem;flex:1;overflow-y:auto}.sheet-content h3{margin-bottom:.5rem;font-size:1.1rem}.address{font-size:.85rem;color:#64748b;margin-bottom:.5rem}.description{font-size:.9rem;margin:.75rem 0}.sheet-actions{display:flex;gap:.75rem}.primary-action,.secondary-action{padding:.5rem .9rem;border-radius:10px;font-weight:600;text-decoration:none}.primary-action{background:#000;color:#fff}.secondary-action{background:#e5e7eb;color:#000}.sheet-list{list-style:none;padding:0;margin:0}.sheet-list-item{padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.06);cursor:pointer;transition:background .15s}.sheet-list-item:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.sheet-list-item:last-child{border-bottom:none;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.sheet-list-item:hover{background:#00000005}.sheet-list-item strong{display:block;font-size:.95rem;margin-bottom:2px;color:#1f2937}.sheet-list-item span{font-size:.8rem;color:#6b7280}.mobile-map-page{position:relative;width:100%;height:100vh;overflow:hidden;background:#000}.mobile-map-back-btn{position:absolute;bottom:4rem;left:1rem;z-index:12;padding:.5rem 1rem;border:none;background:#fff;border-radius:18px;box-shadow:0 6px 20px #0000001f;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#1b2e32;transition:all .2s;white-space:nowrap}.mobile-map-back-btn.initial-load{animation:flashButton 2s ease-in-out .5s 3}@keyframes flashButton{0%,to{box-shadow:0 6px 20px #0000001f}50%{box-shadow:0 6px 30px #5da8a899;transform:scale(1.05)}}.mobile-map-back-btn:hover{background:#f0f7f7;color:#5da8a8;transform:scale(1.05)}.mobile-map-back-btn:active{transform:scale(.95)}.mobile-map-search-container{position:absolute;top:1rem;left:1rem;right:1rem;z-index:11;background:#fff;border-radius:10px;box-shadow:0 6px 20px #0000001f;transition:all .3s ease;overflow:hidden;max-height:52px}.mobile-map-detail-back-btn{position:absolute;top:1rem;left:1rem;z-index:11;width:52px;height:52px;border:none;background:#fff;border-radius:50%;box-shadow:0 6px 20px #0000001f;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:600;line-height:1;color:#1b2e32;transition:all .2s}.mobile-map-detail-back-btn:hover{background:#f0f7f7;color:#5da8a8;transform:scale(1.05)}.mobile-map-detail-back-btn:active{transform:scale(.95)}.mobile-map-search-container.expanded{max-height:400px}.mobile-map-search-wrapper{display:flex;align-items:center;padding:.85rem 1rem;background:#fff}.mobile-map-search-back{width:28px;height:28px;border:none;background:transparent;color:#1b2e32;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:600;line-height:1;transition:all .2s;flex-shrink:0;margin-right:.5rem;padding:0}.mobile-map-search-back:hover{color:var(--deep-sea-teal)}.mobile-map-search-input{flex:1;border:none;outline:none;background:transparent;font-size:1rem;font-weight:400;line-height:1.5;padding:0;color:#1b2e32;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.mobile-map-search-input::placeholder{color:#9ca3af;font-weight:400}.mobile-map-search-clear{width:24px;height:24px;border-radius:50%;border:1.5px solid #D4E8E8;background:#fff;color:#5da8a8;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.75rem;transition:all .2s;flex-shrink:0;margin-left:.5rem}.mobile-map-search-clear:hover{background:#f0f7f7;border-color:#c0e4e4;color:#1b2e32}.mobile-map-search-mic{width:32px;height:32px;border:none;background:transparent;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;margin-left:.5rem;color:#1b2e32}.mobile-map-search-mic svg{width:16px;height:20px}.mobile-map-search-mic:hover{background:#1b2e32;color:#fff;border-radius:50%}.mobile-map-search-mic.listening{animation:pulse 1.5s ease-in-out infinite;color:#ff3b30}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.mobile-map-locate-btn{position:absolute;bottom:4rem;right:1rem;z-index:10;width:44px;height:44px;border:none;background:#fff;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1b2e32;transition:all .2s}.mobile-map-locate-btn:hover{box-shadow:0 4px 12px #0003;transform:scale(1.05);color:#5da8a8}.mobile-map-locate-btn:active{transform:scale(.95)}.search-results-placeholder{padding:0;color:#1b2e32;border-top:1px solid #D4E8E8;max-height:348px;overflow-y:auto}.campground-results-list{list-style:none;padding:0;margin:0}.campground-result-item{padding:14px 16px;border-bottom:1px solid #D4E8E8;cursor:pointer;transition:background .15s}.campground-result-item:last-child{border-bottom:none}.campground-result-item:hover{background:#f0f7f7}.campground-result-item strong{display:block;font-size:.95rem;margin-bottom:2px;color:#1b2e32}.campground-result-item span{font-size:.8rem;color:#3a6b6b}.mobile-map-container{position:absolute;inset:0;z-index:1;width:100%;height:100%;filter:brightness(.95) contrast(1.05) saturate(1.1)}.mapboxgl-popup-content{padding:0!important;border-radius:12px!important;box-shadow:0 4px 20px #0003!important;min-width:220px}.hover-popup-content{padding:0}.hover-popup-type{background:#f0f7f7;padding:.5rem .75rem;font-size:.75rem;color:#3a6b6b;text-transform:uppercase;letter-spacing:.05em;font-weight:600;border-bottom:2px solid #D4E8E8}.hover-popup-name{padding:.75rem .75rem .5rem;font-size:1rem;font-weight:700;color:#1b2e32;line-height:1.3}.hover-popup-address{padding:0 .75rem .75rem;font-size:.85rem;color:#3a6b6b;line-height:1.5}.mapboxgl-popup-tip{border-top-color:#f0f7f7!important}.campground-detail-panel{position:absolute;bottom:0;left:0;right:0;z-index:12;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -4px 20px #00000026;max-height:55vh;overflow-y:auto;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.detail-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:2px solid #D4E8E8;background:#f0f7f7;position:sticky;top:0;z-index:10}.detail-business-type{font-size:.85rem;color:#3a6b6b;text-transform:uppercase;letter-spacing:.05em;font-weight:600;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;animation:fadeInText .4s ease-in-out}@keyframes fadeInText{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.detail-content{position:relative}.detail-scroll-btn{position:absolute;right:20px;width:36px;height:36px;border-radius:50%;border:none;background-color:#5da8a8;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #1b2e3233;z-index:10}.detail-scroll-btn svg{width:16px;height:16px}.detail-scroll-btn:hover{background-color:#3a6b6b;transform:translateY(2px) scale(1.05);box-shadow:0 4px 12px #1b2e324d}.detail-scroll-btn:active{transform:translateY(3px) scale(1)}.detail-close-btn{width:28px;height:28px;border:none;background:#d4e8e8;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#1b2e32;transition:all .2s}.detail-close-btn:hover{background:#c0e4e4;color:#1b2e32}.detail-content{padding:1.5rem}.detail-content h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--mountain-slate)}.detail-address{font-size:.9rem;color:#3a6b6b;margin-bottom:1rem;line-height:1.5}.detail-description{font-size:.95rem;color:#1b2e32;margin:1rem 0;line-height:1.6}.detail-contact-info{margin:.5rem 0;padding:0;background:transparent;border-radius:8px}.contact-name{font-size:.9rem;color:var(--mountain-slate);margin:0}.contact-name strong{font-weight:600}.contact-phone{font-size:.9rem;color:var(--mountain-slate);margin:.25rem 0 0}.contact-phone strong{font-weight:600}.website-link{display:block;margin:.75rem 0 0;padding:.85rem 1.25rem;background:#5da8a8;color:#fff;text-decoration:none;font-size:1rem;font-weight:600;border-radius:10px;text-align:center;transition:all .2s;box-shadow:0 2px 8px #5da8a833}.website-link:hover{background:#3a6b6b;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #5da8a84d}.contact-email{font-size:.85rem;color:#1b2e32;margin:0}.detail-contact-actions{margin-top:1.5rem}.contact-action-btn{position:relative;width:100%;padding:.75rem 1rem;background:#c0e4e4;color:#1b2e32;border:none;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}.contact-action-btn:hover{background:#5da8a8;color:#fff}.contact-dropdown{display:none;position:absolute;bottom:100%;left:0;right:0;margin-bottom:.5rem;background:#fff;border-radius:10px;border:2px solid #D4E8E8;box-shadow:0 4px 12px #00000026;overflow:hidden}.contact-dropdown.open{display:block}.contact-option{display:block;padding:.75rem 1rem;color:#1b2e32;text-decoration:none;border-bottom:1px solid #D4E8E8;transition:background .2s}.contact-option:last-child{border-bottom:none}.contact-option:hover{background:#f0f7f7;color:#5da8a8}.mobile-map-header{position:absolute;top:0;left:0;right:0;z-index:3;height:56px;display:flex;align-items:center;padding:0 1rem;background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff}.mobile-map-sheet{position:absolute;left:0;right:0;bottom:0;z-index:4;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -8px 24px #00000026;transform:translateY(60%);transition:transform .3s ease}.mobile-map-sheet.expanded{transform:translateY(0)}.sheet-handle{width:36px;height:4px;border-radius:2px;background:#ccc;margin:8px auto}body{margin:0;font-family:system-ui,sans-serif}.dashboard{display:flex;height:100vh}.main{flex:1;padding:1rem;overflow-y:auto}.sidebar{width:240px;background:#0f172a;color:#fff;padding:1rem;display:flex;flex-direction:column}.profile{display:flex;align-items:center;margin-bottom:2rem}.avatar{width:40px;height:40px;border-radius:50%;background:#334155;display:flex;align-items:center;justify-content:center;margin-right:.75rem;font-weight:700}.nav-item{display:flex;align-items:center;padding:.5rem;border-radius:6px;color:#cbd5f5;text-decoration:none;margin-bottom:.25rem}.nav-item .icon{margin-right:.5rem}.nav-item.active{background:#1e293b;color:#fff}.dashboard-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 4px 12px #0000000d;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.card-header{display:flex;justify-content:space-between;align-items:flex-start}.card-header h3{margin:0;font-size:1rem}.subtitle{margin:.25rem 0 0;font-size:.85rem;color:#64748b}.card-value{margin-top:1rem;font-size:2rem;font-weight:700}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-top:1rem;width:100%;max-width:100%;overflow:hidden}.opportunity-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.opportunity-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:1200px){.opportunity-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.opportunity-list{grid-template-columns:1fr}}.opportunity-card.compact{padding:.75rem}.opportunity-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.opportunity-header{display:flex;justify-content:space-between;align-items:flex-start}.opportunity-header h3{margin:0;font-size:.9rem}.business{font-size:.85rem;color:#64748b}.badge{background:#e0f2fe;color:#0369a1;padding:.25rem .5rem;border-radius:999px;font-size:.75rem;white-space:nowrap}.description{margin:.5rem 0;font-size:.8rem;color:#475569}.clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.opportunity-footer{display:flex;justify-content:space-between;align-items:center}.status{font-size:.75rem;color:#16a34a}.cta{font-size:.85rem;font-weight:500}.header-left{display:flex;gap:.5rem;align-items:center}.logo{width:36px;height:36px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.logo img{width:100%;height:100%;object-fit:cover}.logo-placeholder{font-size:.9rem;font-weight:600;color:#475569}.title-group h3{margin:0;font-size:.9rem}.title-group .business{margin:0}.opportunity-card:hover .logo{background:#e2e8f0}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:1024px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:#f8fafc;color:#0f172a}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;padding:2rem;text-align:center}.hero-section .hero-content{max-width:1200px;width:100%;margin:0 auto}h1,h2,h3{margin:0}.primary-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;padding:.6rem 1rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer}.primary-button .arrow{margin-left:.3rem;transition:transform .15s ease}.primary-button:hover .arrow{transform:translate(2px)}:root{--mobile: 480px;--tablet: 768px;--desktop: 1024px;--wide: 1440px}.container{width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.container{padding-left:2rem;padding-right:2rem}}@media(min-width:1024px){.container{padding-left:3rem;padding-right:3rem}}a:not(.btn),.clickable:not(.btn){min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.text-responsive-sm{font-size:.875rem}.text-responsive-base{font-size:1rem}.text-responsive-lg{font-size:1.125rem}@media(min-width:768px){.text-responsive-sm{font-size:1rem}.text-responsive-base{font-size:1.125rem}.text-responsive-lg{font-size:1.25rem}}.mobile-menu-toggle{display:block;background:none;border:none;padding:.5rem;cursor:pointer;z-index:100}@media(min-width:768px){.mobile-menu-toggle{display:none}}.grid-responsive{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.grid-responsive{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-responsive{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1440px){.grid-responsive{grid-template-columns:repeat(4,1fr);gap:2rem}}img{max-width:100%;height:auto;display:block}.spacing-mobile{padding:1rem}@media(min-width:768px){.spacing-mobile{padding:1.5rem}}@media(min-width:1024px){.spacing-mobile{padding:2rem}}.mobile-only{display:block}.tablet-up,.desktop-only{display:none}@media(min-width:768px){.mobile-only{display:none}.tablet-up{display:block}}@media(min-width:1024px){.desktop-only{display:block}}.flex-col-mobile{display:flex;flex-direction:column}@media(min-width:768px){.flex-col-mobile{flex-direction:row}}.stack-mobile{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.stack-mobile{flex-direction:row;align-items:center}}input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=url],textarea,select{font-size:16px;width:100%;max-width:100%}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:768px){.table-responsive table{font-size:.875rem}.table-responsive th,.table-responsive td{padding:.5rem}}.cards-container{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.cards-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:768px){.sidebar{position:fixed;left:0;top:0;bottom:0;transform:translate(-100%);transition:transform .3s ease;z-index:1000;width:280px}.sidebar.open{transform:translate(0)}.dashboard{flex-direction:column}.main{padding:.75rem}}.modal-content{width:90%;max-width:600px;max-height:90vh;overflow-y:auto}@media(min-width:768px){.modal-content{width:80%}}h1{font-size:1.875rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.4}@media(min-width:768px){h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}}@media(min-width:1024px){h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.875rem}}@supports (padding: max(0px)){.safe-area-top{padding-top:max(1rem,env(safe-area-inset-top))}.safe-area-bottom{padding-bottom:max(1rem,env(safe-area-inset-bottom))}.safe-area-left{padding-left:max(1rem,env(safe-area-inset-left))}.safe-area-right{padding-right:max(1rem,env(safe-area-inset-right))}}@media(max-height:500px)and (orientation:landscape){.modal-content{max-height:80vh}.sidebar{overflow-y:auto}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){img{image-rendering:-webkit-optimize-contrast}}body{overflow-x:hidden;width:100%}*{-webkit-overflow-scrolling:touch}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(prefers-color-scheme:dark){:root{--bg-main: #0f172a;--bg-card: #1e293b;--text-main: #f1f5f9;--text-muted: #cbd5e1}}
