body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background:#fff!important;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #00000014!important;padding:0!important;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header .container{align-items:center;display:flex;height:72px;justify-content:space-between;margin:0 auto;max-width:1280px;padding:0 2rem}.logo a{display:block;text-decoration:none}.logo-content{align-items:center;display:flex;gap:.75rem;transition:opacity .2s ease}.logo-content:hover{opacity:.85}.logo-icon{align-items:center;display:flex;height:36px;justify-content:center;width:36px}.logo-svg{height:100%;width:100%}.logo-text{color:#1a202c;font-size:1.35rem;font-weight:700;letter-spacing:-.5px}.menu-toggle{align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;height:40px;justify-content:center;padding:8px;transition:background .2s ease;width:40px;z-index:1001}.menu-toggle:hover{background:#f3f4f6}.hamburger-line{background-color:#374151;border-radius:2px;height:2px;margin:2px 0;transition:all .3s ease;width:20px}.menu-toggle.menu-open .hamburger-line:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-toggle.menu-open .hamburger-line:nth-child(2){opacity:0}.menu-toggle.menu-open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav{background:#fff;box-shadow:-4px 0 20px #0000001a;display:flex;flex-direction:column;height:100vh;overflow-y:auto;padding:6rem 1.5rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s cubic-bezier(.4,0,.2,1);width:min(320px,90vw);z-index:999}.nav.nav-open{right:0}.nav-links{gap:.25rem}.nav-auth,.nav-links{display:flex;flex-direction:column}.nav-auth{border-top:1px solid #e5e7eb;gap:.75rem;margin-top:auto;padding-top:2rem}.nav-link{align-items:center;border-radius:8px;color:#374151;display:flex;font-size:1rem;font-weight:500;padding:.875rem 1rem;position:relative;text-decoration:none!important;transition:all .2s ease}.nav-link:not(.auth-link):after{background:#667eea;bottom:.5rem;content:"";height:2px;left:1rem;position:absolute;transition:width .3s ease;width:0}.nav-link:not(.auth-link):hover:after{width:calc(100% - 2rem)}.nav-link:hover{color:#111827;text-decoration:none!important}.auth-link{font-weight:500}.auth-link.login-btn{background:#0000;border:2px solid #1e40af;border-radius:8px;color:#1e40af;font-weight:600}.auth-link.login-btn:hover{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#f59e0b;color:#fff}.signup-btn{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff!important;font-weight:600;padding:.875rem 1.5rem!important;text-align:center;transition:all .2s ease}.signup-btn:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);box-shadow:0 4px 12px #667eea66}.mobile-overlay{animation:fadeIn .2s ease;background:#0006;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:998}@media (min-width:768px){.menu-toggle{display:none}.nav{align-items:center;background:#0000;box-shadow:none;gap:.5rem;height:auto;padding:0;position:static;width:auto}.nav,.nav-links{flex-direction:row}.nav-links{gap:.25rem}.nav-auth{align-items:center;border-top:none;flex-direction:row;gap:.5rem;margin-left:1.5rem;margin-top:0;padding-top:0}.nav-link{border-radius:6px;color:#4b5563;font-size:.95rem;padding:.5rem 1rem;position:relative}.nav-link:not(.auth-link):after{bottom:.25rem;left:1rem}.nav-link:not(.auth-link):hover:after{width:calc(100% - 2rem)}.nav-link:hover{color:#111827}.nav-link.active{color:#1e40af}.nav-link.active:after{width:calc(100% - 2rem)}.auth-link.login-btn{padding:.5rem 1.25rem}.signup-btn{border-radius:8px;font-size:.95rem;padding:.6rem 1.25rem!important}.mobile-overlay{display:none}}@media (min-width:1024px){.header .container{padding:0 3rem}.nav-links{gap:.5rem}.nav-link{padding:.5rem 1.25rem}.nav-auth{gap:.75rem;margin-left:2rem}.signup-btn{padding:.6rem 1.5rem!important}}.footer{background:#2c3e50;color:#fff;flex-shrink:0;margin-top:auto;order:3;overflow-x:hidden;width:100%}.footer-content{padding:4rem 0 2rem}@media (min-width:768px){.footer-content{padding:4rem 0 2rem}}@media (min-width:1024px){.footer-content{padding:5rem 0 2rem}}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr;margin-bottom:3rem}.footer-brand{margin-bottom:2rem;max-width:400px}@media (min-width:768px){.footer-grid{gap:4rem;grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1;margin-bottom:3rem;max-width:500px}}@media (min-width:1024px){.footer-grid{align-items:start;gap:3rem;grid-template-columns:2fr repeat(5,1fr)}.footer-brand{grid-column:span 1;margin-bottom:0;max-width:350px;padding-right:2rem}}@media (min-width:1200px){.footer-grid{gap:4rem}.footer-brand{max-width:400px;padding-right:3rem}}.footer-logo{gap:.75rem;margin-bottom:1rem}.footer-logo,.footer-logo-icon{align-items:center;display:flex}.footer-logo-icon{height:32px;justify-content:center;width:32px}.footer-logo-svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));height:100%;width:100%}.footer-logo-text{color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:-.5px;text-shadow:0 2px 4px #0000004d}.footer-description{color:#ffffffe6;line-height:1.6;margin-bottom:1.5rem;max-width:400px}.footer-social{display:flex;gap:1rem}.social-link{align-items:center;background:#ffffff26;border-radius:50%;color:#fffffff2;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#fff3;color:#fff;transform:translateY(-2px)}.social-link svg{height:20px;width:20px}.footer-links{margin-bottom:2rem}.footer-links .footer-heading{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.8px;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative;text-transform:uppercase}.footer-links .footer-heading:after{background:linear-gradient(90deg,#3498db,#2ecc71);border-radius:2px;bottom:0;content:"";height:2px;left:0;position:absolute;width:40px}.footer-links ul{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.875rem}.footer-links li:last-child{margin-bottom:0}.footer-links a{color:#ffffffe6;display:block;font-size:.9rem;line-height:1.5;padding:.375rem 0;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#fff;padding-left:3px;transform:translateX(3px)}.footer-bottom-bar{background:#2c3e50;border-top:1px solid #ffffff1a;margin-top:3rem;padding:2rem 0 1.5rem;width:100%}@media (min-width:768px){.footer-bottom-bar{padding:2.5rem 0 2rem}}.footer-bottom-bar .container{display:flex;flex-direction:column;gap:2rem}.footer-legal{align-items:center;display:flex;flex-direction:column;gap:1rem;text-align:center;width:100%}@media (min-width:768px){.footer-legal{align-items:center;flex-direction:row;gap:2rem;justify-content:space-between;padding-top:2rem;text-align:left}}.footer-legal p{color:#ffffffd9;font-size:.9rem;margin:0}.legal-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}@media (min-width:768px){.legal-links{gap:2rem;justify-content:flex-end}}.legal-links a{color:#ffffffd9;font-size:.9rem;text-decoration:none;transition:color .3s ease;white-space:nowrap}.legal-links a:hover{color:#fff}.footer-back-to-top{border-top:1px solid #ffffff1a;display:flex;justify-content:center;margin-bottom:1rem;margin-top:2rem;max-width:100%;padding-top:1.5rem;width:100%}.back-to-top-btn{align-items:center;background:#ffffff26;border:1px solid #ffffff4d;border-radius:2rem;color:#fffffff2;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;max-width:200px;padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap}.back-to-top-btn:hover{background:#ffffff26;border-color:#ffffff4d;color:#fff;transform:translateY(-2px)}.back-to-top-icon{height:1.2rem;transition:transform .3s ease;width:1.2rem}.back-to-top-btn:hover .back-to-top-icon{transform:translateY(-2px)}@media (max-width:767px){.footer{margin-top:auto}.footer-content{padding:3rem 0 2rem}.footer-grid{gap:2.5rem;grid-template-columns:1fr;justify-items:center;margin-bottom:2.5rem}.footer-brand{margin-bottom:2rem;max-width:none;text-align:center}.footer-social{justify-content:center}.footer-links{margin-bottom:2.5rem;text-align:center}.footer-links ul{align-items:center;display:flex;flex-direction:column}.footer-links h4:after{left:50%;transform:translateX(-50%)}.footer-bottom-bar{margin-top:2rem;padding:2rem 0 1.5rem}.footer-bottom-bar .container{gap:1.5rem}.footer-legal{align-items:center;gap:1.5rem;padding-top:1.5rem;text-align:center}.legal-links{flex-wrap:wrap;gap:1rem;justify-content:center}.footer-back-to-top{margin-bottom:1rem;margin-top:1.5rem;padding-top:1rem}}@media (max-width:480px){.footer-links h4{font-size:1rem}.footer-links a{font-size:.85rem}.footer-legal p,.legal-links a{font-size:.8rem}.back-to-top-btn{font-size:.8rem;max-width:150px;padding:.5rem 1rem}.footer-back-to-top{margin-bottom:.5rem;margin-top:1rem;padding-top:.75rem}}.public-banners{display:flex;flex-direction:column;position:relative;width:100%;z-index:1001}.public-banner{align-items:center;animation:slideDown .3s ease-out;display:flex;gap:16px;justify-content:space-between;padding:12px 24px}.public-banner-content{flex:1 1;gap:12px}.banner-icon,.public-banner-content{align-items:center;display:flex;justify-content:center}.banner-icon{flex-shrink:0;opacity:.9}.banner-text{align-items:center;display:flex;flex-wrap:wrap;font-size:14px;gap:8px;line-height:1.5}.banner-text strong{font-weight:600}.banner-link{align-items:center;display:inline-flex;font-weight:500;gap:4px;margin-left:4px;opacity:.9;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s}.banner-link:hover{opacity:1}.banner-dismiss{align-items:center;background:#0000;border:none;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;opacity:.7;padding:6px;transition:opacity .2s,background-color .2s}.banner-dismiss:hover{background-color:#ffffff26;opacity:1}@media (max-width:768px){.public-banner{padding:10px 16px}.public-banner-content{gap:10px}.banner-text{font-size:13px}.banner-icon svg{height:16px;width:16px}}@media (max-width:480px){.public-banner{padding:10px 12px}.public-banner-content{gap:6px;text-align:left}.banner-text,.public-banner-content{align-items:flex-start;flex-direction:column}.banner-text{gap:4px}.banner-link{margin-left:0}}.home{background:#fff;margin:0;overflow-x:hidden;padding:0;width:100%}.container{box-sizing:border-box}@media (min-width:768px){.container{padding:0 2rem}}@media (min-width:1024px){.container{padding:0 1rem}}.hero{align-items:center;background:linear-gradient(135deg,#5a67d8,#667eea 50%,#764ba2);color:#fff;display:flex;flex:1 1;margin:0;min-height:80vh;overflow:hidden;padding:.5rem 0;position:relative}@media (min-width:768px){.hero{min-height:80vh;padding:1rem 0}}@media (min-width:1024px){.hero{min-height:75vh;padding:2rem 0}}.hero:before{background:#00000026;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero .container{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr;justify-items:center;max-width:1400px;min-height:auto;position:relative;text-align:center;z-index:1}@media (min-width:1024px){.hero .container{gap:4rem;grid-template-columns:1fr .8fr;justify-items:start;min-height:auto;text-align:left}}@media (min-width:1200px){.hero .container{gap:5rem;grid-template-columns:1fr .75fr}}.hero-content{box-sizing:border-box;margin:0 auto}.hero-content,.hero-title{word-wrap:break-word;max-width:100%;overflow-wrap:break-word;text-align:center;width:100%}.hero-title{color:#fff;font-size:1.5rem;font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;margin-bottom:.75rem;text-shadow:0 2px 4px #0000004d}@media (min-width:480px){.hero-title{font-size:2.25rem;line-height:1.2;margin-bottom:1.25rem}}@media (min-width:768px){.hero-title{font-size:3rem;margin-bottom:1.5rem}}@media (min-width:1024px){.hero-title{font-size:3.5rem}}.title-line{align-items:baseline;display:flex;gap:.5rem}.hero-title .highlight{color:#f39c12!important;display:block!important;font-size:1.75rem!important;font-weight:800!important;line-height:1.1!important;margin-top:.25rem;position:relative;text-shadow:0 2px 4px #0006}@media (min-width:480px){.hero-title .highlight{display:inline!important;font-size:2.25rem!important;margin-top:0}}@media (min-width:768px){.hero-title .highlight{font-size:3rem!important}}@media (min-width:1024px){.hero-title .highlight{font-size:3.5rem!important}}.hero-subtitle{word-wrap:break-word;box-sizing:border-box;color:#fff;font-size:1rem;line-height:1.5;margin-bottom:1rem;max-width:100%;opacity:1;overflow-wrap:break-word;text-shadow:0 1px 3px #0003}@media (min-width:480px){.hero-subtitle{font-size:1.1rem;margin-bottom:2rem}}@media (min-width:768px){.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem}}.hero-badge{display:inline-block;margin-bottom:1rem;max-width:100%;overflow:hidden}.badge-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffffe6;border-radius:25px;color:#2c3e50;font-size:.875rem;font-weight:600;padding:.5rem 1rem;text-shadow:none}.hero-stats{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr;margin-bottom:1.5rem;margin-top:1.5rem;max-width:100%;width:100%}.stat-item{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 24px #0003;padding:1.5rem 1rem;text-align:center;transition:transform .2s ease}.stat-item:hover{background:#fff3;transform:translateY(-2px)}.stat-number{color:#fff;display:block;font-size:1.5rem;font-weight:800;margin-bottom:.25rem;text-shadow:0 2px 4px #0006}.stat-label{color:#fff!important;font-size:.9rem;font-weight:800;letter-spacing:1.2px;margin-top:.75rem;opacity:1;text-shadow:0 1px 3px #0000004d}@media (min-width:480px){.stat-label{font-size:1rem;letter-spacing:1.5px}}@media (min-width:768px){.stat-label{font-size:1.1rem;font-weight:900}}.stat-label{font-weight:900!important}@media (min-width:480px){.hero-stats{gap:1rem}.stat-item{padding:1.25rem .75rem}}@media (min-width:768px){.hero-stats{gap:1.5rem;grid-template-columns:repeat(3,1fr)}.stat-number{font-size:1.75rem}.stat-label{font-size:.8rem}.stat-number{font-size:2rem}.stat-label{font-size:.875rem;font-weight:700}}.hero-actions{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.hero-actions .btn{max-width:280px;min-width:200px;width:100%}@media (min-width:480px){.hero-actions{flex-direction:row;justify-content:center}.hero-actions .btn{flex:0 0 auto;max-width:none;min-width:200px;width:auto}}@media (min-width:1024px){.hero-actions{justify-content:center;margin-bottom:2rem}}.social-proof{margin-top:1rem}.proof-stats{display:none}.stat{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff40;border:1px solid #ffffff4d;border-radius:16px;color:#fff;font-size:.75rem;font-weight:700;padding:.4rem .8rem;text-shadow:0 1px 2px #0000004d}@media (min-width:480px){.stat{border-radius:20px;font-size:.875rem;padding:.5rem 1rem}}.hero-visual{align-items:center;display:flex;justify-content:center;position:relative}.hero-visual:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:20px;bottom:-20px;content:"";left:-20px;position:absolute;right:-20px;top:-20px;z-index:-1}.dashboard-preview{background:#fff;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 20px 60px #00000026;box-sizing:border-box;margin:0 auto;max-width:400px;min-width:0;overflow:hidden;padding:.5rem;transform:none;transition:transform .3s ease;width:95%}.dashboard-preview:hover{box-shadow:0 25px 70px #00000040;transform:translateY(-2px) scale(1.01)}@media (min-width:480px) and (max-width:767px){.dashboard-preview{max-width:440px;min-width:340px;padding:0 1.25rem;width:85%}}@media (min-width:768px){.dashboard-preview{box-shadow:0 30px 80px #0003;max-width:420px;min-width:420px;padding:0 1.5rem;width:420px}}@media (min-width:1024px){.dashboard-preview{max-width:480px;min-width:480px;padding:0 2rem;width:480px}}.preview-header{box-sizing:border-box;margin-bottom:1rem;padding:.5rem;width:100%}.preview-tabs{display:flex;gap:0;justify-content:flex-start;margin:0;padding:0;width:100%}.preview-tabs .tab{flex-shrink:0;font-size:.7rem;padding:.4rem .5rem;white-space:nowrap}@media (min-width:360px){.preview-tabs .tab{font-size:.75rem;padding:.5rem .6rem}}@media (min-width:400px){.preview-tabs .tab{font-size:.8rem;padding:.5rem .8rem}}@media (min-width:768px){.preview-tabs{gap:.25rem}.preview-tabs .tab{font-size:.9rem;padding:.75rem 1.25rem}}.home .dashboard-preview .preview-content{box-sizing:border-box;display:flex;flex-direction:column;height:480px;min-height:480px;overflow:hidden;padding:0;width:100%}@media (min-width:480px){.home .dashboard-preview .preview-content{height:520px;min-height:520px}}@media (min-width:768px){.home .dashboard-preview .preview-content{height:540px;min-height:540px}}@media (min-width:1024px){.home .dashboard-preview .preview-content{height:560px;min-height:560px}}.metric-cards{grid-gap:.25rem;box-sizing:border-box;display:grid;gap:.25rem;grid-template-columns:1fr;margin-bottom:0;width:100%}@media (max-width:480px){.metric-cards{gap:.5rem;grid-template-columns:1fr!important}.metric-card{margin-bottom:.25rem;min-height:auto;padding:.75rem .5rem}}@media (min-width:380px){.metric-cards{gap:.5rem}}@media (max-width:1023px){.metric-cards{gap:.5rem;grid-template-columns:1fr!important}}@media (min-width:1024px){.metric-cards{gap:1.25rem;grid-template-columns:repeat(2,1fr)}}.metric-card{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #0000000d;border-radius:8px;box-sizing:border-box;flex-direction:column;justify-content:center;min-width:0;overflow:hidden;padding:.5rem .3rem;position:relative;transition:transform .2s ease;width:100%}@media (min-width:380px){.metric-card{padding:.6rem .4rem}}@media (min-width:520px){.metric-card{border-radius:10px;padding:1rem .75rem}}@media (min-width:768px){.metric-card{border-radius:12px;padding:1.25rem .75rem}}.metric-value{display:block;font-size:1rem;margin-bottom:.2rem;order:1}@media (min-width:480px){.metric-value{font-size:1.5rem}}.metric-label{display:block;font-size:.65rem;letter-spacing:.3px;line-height:1.2;margin-top:0;order:2}.chart-placeholder{background:#f8f9fa;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;height:100px;justify-content:space-between;margin-bottom:.75rem;max-height:100px;min-height:100px;overflow:hidden;padding:.75rem;position:relative;width:100%}.chart-title{color:#6c757d;font-size:.7rem;font-weight:600;letter-spacing:.5px;margin-top:.5rem;text-align:center;text-transform:uppercase}@media (min-width:480px){.chart-placeholder{height:120px;margin-bottom:1rem;max-height:120px;min-height:120px;padding:1rem}.chart-bars{height:75px}.bar{width:28px}}@media (min-width:768px){.chart-placeholder{height:140px;margin-bottom:1.25rem;max-height:140px;min-height:140px}.chart-bars{height:90px}.bar{width:32px}}.chart-bars{align-items:end;display:flex;gap:.5rem;height:65px;justify-content:center;transition:opacity .3s ease}.chart-bars.loading{opacity:.7}.bar{border-radius:4px 4px 0 0;min-height:10px;transition:all .3s ease;width:20px}.dashboard-bar{background:linear-gradient(0deg,#007bff,#28a745)}.contact-bar{background:linear-gradient(0deg,#6f42c1,#007bff)}.campaign-bar{background:linear-gradient(0deg,#fd7e14,#dc3545)}.dashboard-chart{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.contacts-chart{background:linear-gradient(135deg,#f3e5f5,#e1f5fe);height:auto;min-height:100px}.campaigns-chart{background:linear-gradient(135deg,#fff3e0,#ffebee)}.campaign-chart-content{box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;height:100%;width:100%}.pledge-donation-bars{align-items:center;display:flex;flex:1 1;justify-content:center}.funding-bar{background:#e9ecef;border-radius:10px;display:flex;height:20px;overflow:hidden;width:80%}.donations-portion{background:linear-gradient(90deg,#28a745,#20c997);transition:width .5s ease}.pledges-portion{background:linear-gradient(90deg,#fd7e14,#ffc107);transition:width .5s ease}.contact-chart-content{box-sizing:border-box;display:flex;flex-direction:column;gap:.25rem;height:100%;justify-content:space-between;width:100%}.contact-progress-bar{background:#e9ecef;border-radius:8px;display:flex;flex-shrink:0;height:16px;margin-bottom:.5rem;overflow:hidden;width:100%}.contacted-portion{background:linear-gradient(90deg,#28a745,#20c997);transition:width .5s ease}.need-outreach-portion{background:linear-gradient(90deg,#dc3545,#fd7e14);transition:width .5s ease}.contact-icons{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin:.25rem 0;min-height:20px}.contact-group{display:flex;gap:.1rem}.contact-icon{font-size:.8rem;opacity:1}.contact-icon.contacted{color:#28a745}.contact-icon.pending{color:#dc3545}.chart-legend{box-sizing:border-box;display:flex;flex-shrink:0;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.5rem;min-height:16px;width:100%}.legend-item{align-items:center;color:#495057;display:flex;flex-shrink:1;font-size:.6rem;font-weight:500;gap:.25rem;min-width:0;white-space:nowrap}.legend-color{border-radius:2px;height:8px;width:8px}.donations-color{background:linear-gradient(90deg,#28a745,#20c997)}.pledges-color{background:linear-gradient(90deg,#fd7e14,#ffc107)}.contacted-color{background:linear-gradient(90deg,#28a745,#20c997)}.pending-color{background:linear-gradient(90deg,#dc3545,#fd7e14)}.chart-placeholder.loading .chart-bars{opacity:0;visibility:hidden}.chart-placeholder.loading .chart-skeleton{opacity:1;visibility:visible}.chart-placeholder:not(.loading) .chart-skeleton{opacity:0;visibility:hidden}.features{background:#f8f9fa;padding:3rem 0}@media (min-width:768px){.features{padding:4rem 0}}@media (min-width:1024px){.features{padding:6rem 0}}.section-heading{color:#1a202c;font-size:1.75rem;font-weight:700;margin-bottom:2.5rem;text-align:center}@media (min-width:768px){.section-heading{font-size:2.25rem;margin-bottom:3rem}}.section-header h2{font-size:1.75rem;line-height:1.3;margin-bottom:.75rem}.section-header p{color:#6c757d;font-size:1rem;line-height:1.5;max-width:500px}@media (min-width:768px){.section-header{margin-bottom:3rem}.section-header h2{font-size:2.25rem;margin-bottom:1rem}.section-header p{font-size:1.1rem;line-height:1.6;max-width:600px}}@media (min-width:1024px){.section-header{margin-bottom:4rem}.section-header h2{font-size:2.5rem}}.features-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.features-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{border:1px solid #e9ecef;box-shadow:0 2px 8px #0000000d;padding:1.5rem;transition:transform .3s,box-shadow .3s}@media (min-width:768px){.feature-card{box-shadow:0 4px 12px #0000000d;padding:2rem}}@media (min-width:1024px){.feature-card{padding:2.5rem}}.feature-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.feature-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;height:60px;margin-bottom:1.5rem;width:60px}.feature-icon svg{height:24px;width:24px}.feature-card h3{font-size:1.125rem;line-height:1.3;margin-bottom:.75rem}@media (min-width:768px){.feature-card h3{font-size:1.25rem;margin-bottom:1rem}}.feature-card p{color:#6c757d;margin:0}.organizations{background:#fff;padding:3rem 0 4rem}.organizations .section-header{display:none}@media (min-width:768px){.organizations{padding:4rem 0 5rem}.organizations .section-header{display:block}}@media (min-width:1024px){.organizations{padding:6rem 0 7rem}}.org-types{grid-gap:2rem;box-sizing:border-box;display:grid;gap:2rem;grid-template-columns:1fr;width:100%}@media (min-width:768px){.org-types{gap:2.5rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.org-types{gap:3rem;grid-template-columns:repeat(3,1fr)}}.org-type{margin-bottom:2rem}@media (min-width:768px){.org-type{margin-bottom:0;padding:2rem}}.org-image{align-items:center;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:12px;display:flex;height:200px;justify-content:center;margin-bottom:1rem;overflow:hidden;position:relative;width:100%}.org-image-img{display:block;height:100%;object-fit:cover;object-position:center center;width:100%}.org-image:before{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.org-image-img:not([src=""]){position:relative;z-index:1}@media (min-width:768px){.org-image{height:250px;margin-bottom:1.5rem}}@media (min-width:1024px){.org-image{height:280px}}.org-title{color:#2c3e50;font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:.75rem}@media (min-width:768px){.org-title{font-size:1.5rem;margin-bottom:1rem}}.org-type p{color:#4b5563;line-height:1.6;margin-bottom:1rem}.org-features{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0;text-align:left}.org-feature{gap:.75rem}.feature-check,.org-feature{align-items:center;display:flex}.feature-check{background:linear-gradient(135deg,#5a67d8,#4c51bf);border-radius:4px;color:#fff;flex-shrink:0;font-size:.875rem;font-weight:700;height:24px;justify-content:center;width:24px}.feature-text{color:#2d3748;font-size:.95rem;font-weight:500;line-height:1.4}.org-badge{background:linear-gradient(135deg,#5a67d8,#4c51bf);border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;left:50%;letter-spacing:.5px;padding:.375rem .875rem;position:absolute;text-transform:uppercase;top:-10px;transform:translateX(-50%);white-space:nowrap;z-index:10}.org-type:has(.org-badge){margin-top:1rem}@media (min-width:768px){.org-type:has(.org-badge){margin-top:0}}.org-badge.popular{background:linear-gradient(135deg,#48bb78,#38a169)}.org-type{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;box-sizing:border-box;display:flex;flex-direction:column;min-height:auto;padding:1.5rem;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:100%}@media (min-width:768px){.org-type{height:100%;min-height:100%}}.org-type:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.org-type:has(.org-badge.popular){border:2px solid #5a67d8;transform:scale(1.02)}.org-type:has(.org-badge.popular):hover{transform:scale(1.02) translateY(-2px)}.org-stats{display:flex;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1.5rem}.stat-highlight{background:#2563eb1a;border:1px solid #2563eb33;border-radius:8px;color:#1e40af;font-size:.875rem;font-weight:600;padding:.75rem;text-align:center}.testimonials{background:#f8f9fa;padding:3rem 0}@media (min-width:768px){.testimonials{padding:4rem 0}}@media (min-width:1024px){.testimonials{padding:6rem 0}}.testimonials-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.testimonials-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;transition:transform .3s,box-shadow .3s}@media (min-width:768px){.testimonial-card{box-shadow:0 4px 12px #0000000d;padding:2rem}}.testimonial-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.testimonial-content{margin-bottom:1.5rem}.testimonial-content p{color:#2c3e50;font-size:1rem;font-style:italic;line-height:1.5;margin:0}@media (min-width:768px){.testimonial-content p{font-size:1.1rem;line-height:1.6}}.testimonial-author{align-items:center;display:flex;justify-content:space-between}.author-info h4{color:#2c3e50;font-size:1rem;font-weight:600;margin:0 0 .25rem}.author-info span{color:#6c757d;font-size:.875rem}.testimonial-rating{font-size:1rem}.cta{background:#f7fafc!important;color:#000!important;padding:3rem 0;position:relative}@media (min-width:768px){.cta{padding:4rem 0}}@media (min-width:1024px){.cta{padding:6rem 0}}.cta-content{color:#1a1a1a!important;margin:0 auto;max-width:800px;text-align:center}.cta-content h1,.cta-content h2,.cta-content h3,.cta-content h4,.cta-content h5,.cta-content h6,.cta-content p,.cta-content span:not(.security-badge){color:#000!important;font-weight:900!important;opacity:1!important;text-shadow:none!important;visibility:visible!important}.cta h2{color:#000!important;font-size:1.75rem;font-weight:900;line-height:1.3;margin-bottom:.75rem;text-shadow:none!important}@media (min-width:768px){.cta h2{font-size:2.25rem;margin-bottom:1rem}}@media (min-width:1024px){.cta h2{font-size:2.5rem}}.cta p{color:#000!important;font-size:1rem;font-weight:700!important;line-height:1.5;margin-bottom:1.25rem;text-shadow:none!important}@media (min-width:768px){.cta p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}}.cta-actions{align-items:center;flex-direction:column;margin-bottom:1.5rem}@media (min-width:480px){.cta-actions{flex-direction:row}}@media (min-width:768px){.cta-actions{margin-bottom:2rem}}.security-badges{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem;max-width:100%}@media (min-width:768px){.security-badges{gap:1.5rem;margin-top:1.5rem}}.cta .security-badge{background:#5a67d826;border:1px solid #5a67d84d;border-radius:16px;color:#4c51bf;font-size:.75rem;font-weight:600;padding:.4rem .8rem}@media (min-width:480px){.cta .security-badge{border-radius:20px;font-size:.875rem;padding:.5rem 1rem}}@media (max-width:480px){.hero{min-height:100vh;padding:1rem 0}.hero .container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;justify-items:center;max-width:100%;min-height:auto;padding:0;width:100%}.hero-visual{justify-content:center;margin-top:1rem;order:2}.hero-content,.hero-visual{align-items:center;display:flex;width:90%}.hero-content{box-sizing:border-box;flex-direction:column;margin:0;max-width:90%;order:1;overflow-wrap:break-word;text-align:center}.dashboard-preview{box-sizing:border-box;margin:0 auto;max-width:100%;min-width:0;padding:.5rem;transform:none;width:95%}.dashboard-preview:hover{transform:none}.social-proof{margin-top:.75rem}.feature-card,.testimonial-card{margin:0 .5rem}.hero-stats{gap:.75rem;grid-template-columns:1fr;margin:1rem 0}.stat-item{padding:.75rem}}@media (max-width:320px){.badge-text{font-size:.75rem;line-height:1.3;padding:.4rem .8rem;text-align:center;white-space:normal}.container{padding:0 .75rem}.hero{padding:1rem 0}.hero-title{font-size:1.25rem}.hero-title .highlight{font-size:1.25rem!important}.home .btn{font-size:.875rem;min-height:44px;padding:.75rem 1rem}.dashboard-preview{box-sizing:border-box;max-width:100%;min-width:0;padding:.25rem;width:98%}.metric-card{padding:.5rem .25rem}.metric-value{font-size:1rem}.metric-label{font-size:.65rem;line-height:1.2}.feature-card,.testimonial-card{margin:0 .25rem;padding:1.25rem}.hero-stats{margin:1rem 0}.hero-subtitle{font-size:.85rem;line-height:1.4}.hero-content{max-width:95%;width:95%}}.home .btn{align-items:center;border:2px solid #0000;border-radius:8px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.875rem;font-weight:600;justify-content:center;max-width:280px;min-height:48px;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s;width:100%}@media (min-width:480px){.home .btn{font-size:1rem;min-width:180px;padding:.875rem 2rem;width:auto}}.home .btn-large{font-size:1rem;min-height:52px;padding:1rem 2rem}@media (min-width:480px){.home .btn-large{font-size:1.1rem;min-height:56px;min-width:200px;padding:1.125rem 2.5rem}}.home .btn-primary{background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #fff;box-shadow:0 6px 20px #0000004d;color:#2c3e50;font-weight:800;overflow:hidden;position:relative;text-shadow:none}.home .btn-primary:before{background:linear-gradient(90deg,#0000,#2c3e501a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.home .btn-primary:hover:before{left:100%}.home .btn-primary:hover{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-color:#fff;box-shadow:0 10px 30px #0006;color:#fff!important;transform:none}.home .btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;color:#fff}.home .btn-secondary:hover{background:#fff3;border-color:#ffffff80;box-shadow:0 4px 12px #fff3;color:#fff;transform:translateY(-2px)}.home .btn-outline{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;color:#fff}.home .btn-outline:hover{background:#fff3;border-color:#ffffff80;box-shadow:0 4px 12px #fff3;color:#fff;transform:translateY(-2px)}.hero:after{background:linear-gradient(180deg,#0000,#f8f9fa);bottom:-1px;content:"";height:40px;left:0;pointer-events:none;position:absolute;right:0}@media (min-width:768px){.hero:after{height:80px}}.features{position:relative}.features:before{background:linear-gradient(180deg,#f8f9fa,#0000);content:"";height:40px;left:0;pointer-events:none;position:absolute;right:0;top:-20px}@media (min-width:768px){.features:before{height:80px;top:-40px}}.org-stats{align-items:center;text-align:center}section.cta h2{color:#2d3748!important;font-size:2.5rem!important;font-weight:800!important;letter-spacing:-.025em!important;line-height:1.2!important;margin-bottom:1.5rem!important}section.cta h2,section.cta p{background:none!important;display:block!important;opacity:1!important;text-align:center!important;visibility:visible!important}section.cta p{color:#4a5568!important;font-size:1.25rem!important;font-weight:500!important;line-height:1.6!important;margin-bottom:2rem!important;margin-left:auto!important;margin-right:auto!important;max-width:600px!important}@media (max-width:768px){section.cta h2{font-size:2rem!important;margin-bottom:1rem!important}section.cta p{font-size:1.1rem!important;margin-bottom:1.5rem!important}}.about{min-height:100vh}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;padding:5rem 0}.about-hero .container{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.hero-content h1{color:#fff!important;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px #00000080}.hero-subtitle{font-size:1.2rem}.about-hero *,.about-hero .container *{color:#fff!important}.hero-image{align-items:center;display:flex;height:100%;justify-content:center;min-height:450px;width:100%}.image-placeholder{background:#fffffff2;border-radius:20px;box-shadow:0 20px 60px #00000026;height:400px;margin:0 auto;max-width:480px;padding:2.5rem}.image-placeholder,.success-graphic{align-items:center;box-sizing:border-box;display:flex;justify-content:center;width:100%}.success-graphic{flex-direction:column;height:100%;overflow:hidden;padding:1.5rem}.chart-container{align-items:center;display:flex;flex-direction:column;width:100%}.growth-chart{align-items:end;display:flex;gap:12px;height:220px;justify-content:center;margin-bottom:2rem}.bar{animation:growUp 1s ease-out forwards;background:linear-gradient(0deg,#3498db,#2ecc71);border-radius:6px 6px 0 0;transform-origin:bottom;width:36px}.bar:first-child{animation:growBar1 1s ease-out forwards}.bar:nth-child(2){animation:growBar2 1s ease-out forwards;animation-delay:.1s}.bar:nth-child(3){animation:growBar3 1s ease-out forwards;animation-delay:.2s}.bar:nth-child(4){animation:growBar4 1s ease-out forwards;animation-delay:.3s}.bar:nth-child(5){animation:growBar5 1s ease-out forwards;animation-delay:.4s}@keyframes growBar1{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes growBar2{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes growBar3{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes growBar4{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes growBar5{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.success-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #ffffffe6;border-radius:20px;box-shadow:0 4px 12px #0003;color:#2c3e50!important;font-size:.9rem;font-weight:700;gap:.5rem;min-width:140px;padding:.5rem 1rem}.badge-icon,.success-badge{align-items:center;display:flex;justify-content:center}.badge-icon,.badge-text{color:#667eea!important}.badge-text{font-size:.9rem;font-weight:800;white-space:nowrap}.about-hero .success-badge .badge-icon,.about-hero .success-badge .badge-text,.success-badge .badge-icon,.success-badge .badge-text,.success-badge span{color:#667eea!important}.mission-section{background:#fff;padding:4rem 0}.mission-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.mission-text h2{color:#2c3e50;font-size:2.5rem;font-weight:600;margin-bottom:1.5rem}.mission-text p{color:#555;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.mission-visual{align-items:center;display:flex;justify-content:center}.impact-circles{height:200px;position:relative;width:200px}.circle{align-items:center;animation:float 3s ease-in-out infinite;border-radius:50%;color:#fff;display:flex;flex-direction:column;font-weight:600;justify-content:center;position:absolute}.circle.large{animation-delay:0s;background:linear-gradient(135deg,#3498db,#2980b9);height:100px;left:50%;top:0;transform:translateX(-50%);width:100px}.circle.medium{animation-delay:1s;background:linear-gradient(135deg,#e74c3c,#c0392b);bottom:20px;height:80px;left:0;width:80px}.circle.small{animation-delay:2s;background:linear-gradient(135deg,#2ecc71,#27ae60);bottom:20px;height:70px;right:0;width:70px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.circle-icon{align-items:center;display:flex;justify-content:center;margin-bottom:.2rem}.circle-label{font-size:.7rem;letter-spacing:.5px;text-transform:uppercase}.what-we-do{background:#f8f9fa;padding:4rem 0}.what-we-do h2{color:#2c3e50;font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center}.success-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.success-item{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:2rem;text-align:center;transition:transform .3s ease}.success-item:hover{transform:translateY(-5px)}.success-icon{margin-bottom:1.5rem}.icon-bg{background:linear-gradient(135deg,#3498db,#2980b9)}.success-item h3{color:#2c3e50;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.success-item p{color:#666;line-height:1.6}.impact-section{background:#fff;padding:4rem 0}.impact-content{align-items:center;display:flex;justify-content:center}.impact-text{margin:0 auto;max-width:800px;text-align:center}.impact-visual{display:flex;justify-content:center}.impact-graphic{display:flex;flex-direction:column;gap:1rem}.metric-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;text-align:center}.metric-card.featured{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff!important;transform:scale(1.1)}.metric-card.featured .metric-number{color:#fff!important}.metric-card.featured .metric-label{color:#fff!important;opacity:.9}.metric-card.featured *{color:#fff!important}.metric-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.metric-label{font-size:.9rem;opacity:.8}.impact-text h2{color:#2c3e50;font-size:2.5rem;font-weight:600;margin-bottom:1.5rem}.impact-text p{color:#555;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.core-features{background:#f8f9fa;padding:4rem 0}.core-features h2{color:#2c3e50;font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center}.feature-card{transition:transform .3s ease}.feature-visual{height:100px;margin-bottom:1.5rem}.feature-graphic,.feature-visual{align-items:center;display:flex;justify-content:center}.feature-graphic{border-radius:12px;height:80px;width:80px}.feature-graphic.contacts{background:linear-gradient(135deg,#e74c3c,#c0392b)}.feature-graphic.campaigns{background:linear-gradient(135deg,#3498db,#2980b9)}.feature-graphic.events{background:linear-gradient(135deg,#2ecc71,#27ae60)}.contact-dots{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.dot{background:#fff;border-radius:50%;height:12px;width:12px}.campaign-bars{align-items:flex-end;display:flex;gap:6px;height:40px;justify-content:center;width:100%}.campaign-bar{background:#fff;border-radius:2px;width:10px}.event-calendar{color:#fff}.calendar-grid{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(2,1fr)}.calendar-item{background:#ffffff4d;border-radius:2px;height:12px;width:12px}.calendar-item.active{background:#fff}.calendar-item.event{background:#f39c12}.feature-card h3{color:#2c3e50;font-size:1.3rem;font-weight:600}.feature-card p{color:#666}.about-cta{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff!important;padding:4rem 0;text-align:center}.cta-content h2{color:#fff!important;text-shadow:0 2px 4px #00000080}.cta-content p{opacity:.9;text-shadow:0 1px 3px #00000080}.about-cta *,.about-cta .container *,.cta-content p{color:#fff!important}@media (max-width:768px){.about-hero .container{grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.2rem}.image-placeholder{height:280px;max-width:320px;padding:1.5rem}.growth-chart{gap:6px;height:120px;margin-bottom:1.5rem}.bar{width:20px}.success-graphic{padding:1rem}.success-badge{font-size:.8rem;min-width:120px;padding:.4rem .8rem}.badge-icon{align-items:center;display:flex;justify-content:center}.badge-text{font-size:.8rem}.impact-content,.mission-content{grid-template-columns:1fr;text-align:center}.features-grid,.success-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-actions{align-items:center;flex-direction:column}.impact-circles{height:150px;width:150px}.circle.large{height:80px;width:80px}.circle.medium{height:60px;width:60px}.circle.small{height:50px;width:50px}}.pricing-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem 0}.pricing-container{margin:0 auto;max-width:1200px;padding:0 2rem}.pricing-header{color:#fff;margin-bottom:4rem;text-align:center}.pricing-header h1{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px #0000001a}.pricing-header p{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.whats-included{background:#fff3;border-radius:16px;margin-bottom:4rem;padding:3rem;text-align:center}.whats-included h2{color:#fff;font-size:2rem;font-weight:700;margin-bottom:2rem}.features-grid{grid-gap:1rem;gap:1rem}.feature-item{background-color:#fff!important;box-shadow:0 4px 15px #00000026;color:#1a202c;font-size:1rem;font-weight:600;padding:1.25rem 1.5rem}.feature-item .checkmark{align-items:center;background:linear-gradient(135deg,#48bb78,#38a169);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:20px;justify-content:center;margin-right:.75rem;width:20px}.pricing-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:1200px}.pricing-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;justify-content:space-between;min-height:280px;overflow:hidden;padding:2rem 1.5rem;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.pricing-card.popular{border:3px solid #5a67d8;transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-5px)}.popular-badge{background:linear-gradient(135deg,#5a67d8,#4c51bf);border-radius:0 0 12px 12px;color:#fff;font-size:.875rem;font-weight:600;left:50%;letter-spacing:.5px;padding:.5rem 1.5rem;position:absolute;text-transform:uppercase;top:0;transform:translateX(-50%)}.plan-header{flex-grow:1;margin-bottom:1.5rem;padding-top:2.5rem}.plan-header h3{color:#2d3748;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.price{align-items:baseline;display:flex;justify-content:center;margin-bottom:.5rem}.currency{color:#5a67d8;font-size:1.25rem;font-weight:600}.amount{color:#2d3748;font-size:3rem;font-weight:700;margin:0 .25rem}.period{color:#718096;font-size:1rem;font-weight:500}.users{color:#5a67d8}.cta-button,.users{font-size:1rem;font-weight:600}.cta-button{border:none;border-radius:8px;cursor:pointer;letter-spacing:.5px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease;width:100%}.cta-button.primary{background:linear-gradient(135deg,#5a67d8,#4c51bf);color:#fff}.cta-button.primary:hover{background:linear-gradient(135deg,#4c51bf,#434190);box-shadow:0 10px 20px #4c51bf4d;transform:translateY(-2px)}.cta-button.secondary{background:#f7fafc;border:2px solid #5a67d8;color:#5a67d8}.cta-button.secondary:hover{background:#5a67d8;box-shadow:0 10px 20px #5a67d84d;color:#fff;transform:translateY(-2px)}.pricing-footer{grid-gap:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:16px;color:#fff;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem;padding:3rem}.faq-preview h3,.guarantee h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.faq-preview p,.guarantee p{line-height:1.6;opacity:.9}.faq-preview a{color:#ffd89b;font-weight:600;text-decoration:none}.faq-preview a:hover{text-decoration:underline}.testimonials{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;color:#2d3748;margin:3rem 0;padding:3rem 2rem;text-align:center}.testimonials h3{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:2rem}.testimonial-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #5a67d81a;border-radius:12px;box-shadow:0 4px 15px #0000001a;padding:2rem}.testimonial p{color:#4a5568;font-size:1.1rem;font-style:italic;line-height:1.6;margin-bottom:1rem}.author{color:#5a67d8;font-weight:600}@media (max-width:768px){.pricing-container{padding:0 1rem}.pricing-header h1{font-size:2rem}.pricing-header p{font-size:1rem}.whats-included{padding:2rem}.whats-included h2{font-size:1.5rem}.features-grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.feature-item{font-size:.9rem}.pricing-grid{gap:1.5rem;grid-template-columns:1fr}.pricing-card.popular{transform:none}.pricing-card.popular:hover{transform:translateY(-5px)}.amount{font-size:2.5rem}.pricing-footer{gap:2rem;grid-template-columns:1fr;padding:2rem}}@media (max-width:1024px) and (min-width:769px){.pricing-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:repeat(3,1fr)}}.user-types{min-height:100vh}.user-types-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.user-types-hero h1{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem}.user-types-hero .hero-subtitle{color:#fff;font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9}.user-types-grid{background-color:#f8f9fa;padding:4rem 0}.types-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.user-type-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:2rem;transition:all .3s ease}.user-type-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.user-type-card.featured{background:linear-gradient(135deg,#fff,#f8fbff);border:2px solid #3498db;position:relative}.user-type-card.featured:before{background:#3498db;border-radius:20px;color:#fff;content:"Most Popular";font-size:.8rem;font-weight:600;left:50%;padding:.5rem 1rem;position:absolute;top:-10px;transform:translateX(-50%)}.type-icon{margin-bottom:1.5rem}.icon-bg{align-items:center;border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto;width:60px}.icon-bg svg{fill:#fff!important;color:#fff!important}.icon-bg svg path{stroke:#fff!important;fill:#fff!important}.icon-bg.political{background:linear-gradient(135deg,#e74c3c,#c0392b)}.icon-bg.nonprofit{background:linear-gradient(135deg,#e91e63,#ad1457)}.icon-bg.advocacy{background:linear-gradient(135deg,#9c27b0,#7b1fa2)}.icon-bg.grassroots{background:linear-gradient(135deg,#4caf50,#388e3c)}.icon-bg.education{background:linear-gradient(135deg,#ff9800,#f57c00)}.icon-bg.community{background:linear-gradient(135deg,#2196f3,#1976d2)}.user-type-card h3{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.type-description{color:#495057;line-height:1.6;text-align:center}.type-description,.type-features{margin-bottom:1.5rem}.feature-item{align-items:center;color:#2c3e50;font-size:.9rem;margin-bottom:.5rem}.feature-icon{color:#27ae60;margin-right:.5rem}.success-metric{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #3498db;border-radius:8px;color:#495057;font-size:.9rem;padding:1rem;text-align:center}.success-stories{background:#fff;padding:4rem 0}.success-stories h2{color:#2c3e50;font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center}.stories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px}.story-card{background:#f8f9fa;border-left:4px solid #3498db;border-radius:12px;padding:2rem;text-align:center}.story-quote{color:#495057;font-size:1.1rem;font-style:italic;line-height:1.6;margin-bottom:1rem}.story-attribution{color:#6c757d;font-size:.9rem}.user-types-cta{background:linear-gradient(135deg,#2c3e50,#34495e);padding:4rem 0;position:relative;text-align:center}.user-types-cta,.user-types-cta *{color:#fff!important}.user-types-cta:before{background:#0000001a;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.cta-content{position:relative;z-index:1}.cta-content h2{color:#fff;font-size:2.5rem;font-weight:600;margin-bottom:1rem;text-shadow:0 2px 4px #0000004d}.cta-content p{color:#fff;font-size:1.2rem;font-weight:400;margin-left:auto;margin-right:auto;max-width:600px;opacity:1;text-shadow:0 1px 2px #0000004d}.cta-actions,.cta-content p{margin-bottom:2rem}.btn-primary{background-color:#3498db;border-color:#3498db}.btn-primary:hover{background-color:#2980b9;border-color:#2980b9}.btn-outline{background-color:initial;border-color:#fff;color:#fff}.btn-outline:hover{background-color:#fff;color:#2c3e50}.btn-large{padding:1.2rem 2.5rem}.cta-feature{font-size:.9rem;opacity:1!important}.cta-feature,.cta-feature span{font-weight:600!important;text-shadow:0 2px 4px #00000080}.cta-feature .feature-icon{align-items:center;color:#fff!important;display:flex;justify-content:center}.cta-features *{text-shadow:0 2px 4px #00000080!important}.cta-features *,.user-types-cta .cta-features .cta-feature,.user-types-cta .cta-features .cta-feature .feature-icon,.user-types-cta .cta-features .cta-feature span,.white-text-content,.white-text-content *,.white-text-section,.white-text-section *,section.user-types-cta.white-text-section .cta-features .cta-feature,section.user-types-cta.white-text-section .cta-features .cta-feature .feature-icon,section.user-types-cta.white-text-section .cta-features .cta-feature span{color:#fff!important}@media (max-width:768px){.user-types-hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.types-grid{gap:1.5rem;grid-template-columns:1fr}.user-type-card{padding:1.5rem}.stories-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-actions{align-items:center;flex-direction:column}.cta-features{flex-direction:column;gap:1rem}}.features-page{min-height:100vh}.features-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;padding:6rem 0 4rem;text-align:center}.features-hero h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px #00000080}.features-hero *,.features-hero .container *,.features-hero h1{color:#fff!important}.features-section{background:#f8fafc;padding:5rem 0}.features-section h2{color:#2d3748;font-size:2.5rem;margin-bottom:3rem;text-align:center}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:1200px}.feature-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.feature-icon{color:#667eea;display:flex}.feature-icon svg{stroke:#667eea;color:#667eea;height:48px;width:48px}.feature-card h3{color:#2d3748;font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:#718096;line-height:1.6}.advanced-features{background:#fff;padding:5rem 0}.advanced-features h2{color:#2d3748;font-size:2.5rem;margin-bottom:3rem;text-align:center}.advanced-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:800px}.advanced-feature{padding:1.5rem;text-align:center}.advanced-feature h3{align-items:center;color:#2d3748;display:flex;font-size:1.25rem;justify-content:center;margin-bottom:1rem}.advanced-feature h3 svg{stroke:#667eea;color:#667eea}.advanced-feature p{color:#718096;line-height:1.6}.features-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;padding:5rem 0;text-align:center}.features-cta h2{color:#fff!important;font-size:2.5rem;margin-bottom:1rem;text-shadow:0 2px 4px #00000080}.features-cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9;text-shadow:0 1px 3px #00000080}.features-cta *,.features-cta .container *,.features-cta p{color:#fff!important}.features-cta .btn-white,.features-cta .btn-white *,.features-cta .btn-white span{color:#1a202c!important}.features-cta .btn-white{background:#fff!important;border:2px solid #e2e8f0!important}.features-cta .btn-white:hover{background:#f7fafc!important;border-color:#cbd5e0!important;color:#1a202c!important}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-primary{color:#667eea}.btn-secondary{background:#0000;border:2px solid #fff}.btn-secondary:hover{background:#fff;transform:translateY(-2px)}.btn-secondary[style*=white]{background:#fff!important;border:2px solid #e2e8f0!important;color:#1a202c!important}.btn-secondary[style*=white]:hover{background:#f7fafc!important;border-color:#cbd5e0!important;color:#1a202c!important;transform:translateY(-2px)}@media (max-width:768px){.features-hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.advanced-features h2,.features-cta h2,.features-section h2{font-size:2rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.feature-card{padding:1.5rem}.cta-buttons{align-items:center;flex-direction:column}}.contact-page{background:linear-gradient(180deg,#f8fafc,#f1f5f9);min-height:100vh}.contact-hero{background:linear-gradient(135deg,#1e3a5f,#2c5282);color:#fff;padding:4rem 0 3rem}.contact-hero .container{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:800px;padding:0 2rem;text-align:center}.contact-hero-content{max-width:600px}.contact-hero h1{color:#fff;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}.contact-hero p{color:#fff;font-size:1.125rem;line-height:1.6;opacity:.9}.contact-main{margin:0 auto;max-width:1100px;padding:3rem 2rem 4rem}.contact-content{grid-gap:2.5rem;align-items:start;display:grid;gap:2.5rem;grid-template-columns:1.1fr .9fr}.contact-form-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 24px #0000000f;padding:2.5rem}.contact-form-section h2{color:#1e293b;font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.5rem}.form-subtitle{color:#64748b;font-size:.95rem;line-height:1.5;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{grid-gap:1.25rem;gap:1.25rem}.form-group label{letter-spacing:.01em}.form-group label .required{color:#ef4444}.contact-page .form-group input,.contact-page .form-group select,.contact-page .form-group textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#1e293b;font-size:.95rem;padding:.875rem 1rem;transition:all .2s ease;width:100%}.contact-page .form-group input::placeholder,.contact-page .form-group textarea::placeholder{color:#9ca3af}.contact-page .form-group input:hover,.contact-page .form-group select:hover,.contact-page .form-group textarea:hover{border-color:#9ca3af}.contact-page .form-group input:focus,.contact-page .form-group select:focus,.contact-page .form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.contact-page .form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2.5rem}.form-group textarea{line-height:1.5;min-height:120px}.demo-scheduling{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:12px;margin-top:.25rem;padding:1.25rem}.demo-note{color:#0369a1;font-size:.9rem;font-weight:500;margin-bottom:1rem}.demo-fields{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media (max-width:600px){.demo-fields{grid-template-columns:1fr}}.submit-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.01em;margin-top:.5rem;padding:1rem 1.5rem;transition:all .2s ease}.submit-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 12px #2563eb4d;transform:translateY(-1px)}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{background:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}.error-message{font-size:.9rem;line-height:1.5;padding:.875rem 1rem}.success-message{padding:3rem 2rem}.success-icon{animation:successPulse .5s ease-out;font-size:2rem;height:72px;width:72px}@keyframes successPulse{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.success-message h2{color:#1e293b;font-weight:700;margin-bottom:.75rem}.success-message p{color:#64748b;font-size:1rem;margin-bottom:1.5rem}.send-another-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.875rem 1.5rem;transition:all .2s ease}.send-another-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 12px #2563eb4d;transform:translateY(-1px)}.contact-info-section h2{color:#1e293b;font-size:1.25rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1.25rem}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-method{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000a;display:flex;gap:1rem;padding:1.25rem;transition:all .2s ease}.contact-method:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000014}.method-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.method-icon svg{height:20px;width:20px}.method-icon.email{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.method-icon.chat{background:linear-gradient(135deg,#10b981,#059669)}.method-icon.help{background:linear-gradient(135deg,#f59e0b,#d97706)}.method-content{flex:1 1;min-width:0}.contact-method h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.25rem}.contact-method .method-link{color:#2563eb;display:block;font-size:.9rem;font-weight:500;margin-bottom:.125rem;text-decoration:none}.contact-method .method-link:hover{text-decoration:underline}.contact-method .method-detail{color:#64748b;font-size:.8rem;line-height:1.4}.response-banner{background:linear-gradient(135deg,#1e3a5f,#2c5282);border-radius:12px;color:#fff;margin-top:1.5rem;padding:1.25rem 1.5rem;text-align:center}.response-banner h4{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:.25rem}.response-banner p{color:#ffffffd9;font-size:.85rem}@media (max-width:968px){.contact-hero .container{flex-direction:column;gap:2rem;text-align:center}.contact-hero-content{max-width:100%}.contact-hero h1{font-size:2rem}.contact-content{gap:2rem;grid-template-columns:1fr}.form-row{gap:1.25rem;grid-template-columns:1fr}.contact-form-section{padding:2rem}}@media (max-width:480px){.contact-hero{padding:3rem 0 2rem}.contact-hero h1{font-size:1.75rem}.contact-hero p{font-size:1rem}.contact-main{padding:2rem 1rem}.contact-form-section{border-radius:12px;padding:1.5rem}.contact-form-section h2{font-size:1.25rem}.form-subtitle{font-size:.9rem;margin-bottom:1.5rem}.contact-page .form-group input,.contact-page .form-group select,.contact-page .form-group textarea{font-size:1rem;padding:.75rem .875rem}.submit-btn{padding:.875rem 1.25rem}.contact-method{padding:1rem}.method-icon{height:40px;width:40px}}.blog-page{background:#f8fafc;min-height:100vh}.blog-hero{background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;padding:5rem 0;position:relative;text-align:center}.blog-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.blog-hero .container{position:relative;z-index:1}.blog-hero h1{color:#fff!important;font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px #0000001a}.blog-hero p{color:#ffffffe6;font-size:1.25rem;margin:0 auto;max-width:600px}.blog-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 340px;margin:0 auto;max-width:1200px;padding:3rem 0}.blog-posts{display:flex;flex-direction:column;gap:2rem}.loading-posts,.no-posts{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d;color:#6b7280;padding:4rem 2rem;text-align:center}.no-posts h3{color:#374151;font-size:1.25rem;margin:0 0 .5rem}.no-posts p{margin:0 0 1.5rem}.clear-filter-btn{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.clear-filter-btn:hover{background:#5a67d8;transform:translateY(-1px)}.active-filter{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#374151;display:flex;font-size:.9375rem;gap:.5rem;margin-bottom:1.5rem;padding:.875rem 1.25rem}.active-filter span{color:#667eea;font-weight:600}.active-filter button{background:#f3f4f6;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:.8125rem;margin-left:auto;padding:.375rem .75rem;transition:all .15s ease}.active-filter button:hover{background:#e5e7eb;color:#374151}.blog-post{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008;overflow:hidden;transition:all .3s ease}.blog-post:hover{box-shadow:0 10px 40px #00000014;transform:translateY(-2px)}.post-image{aspect-ratio:16/9;background:linear-gradient(135deg,#667eea,#764ba2);display:block;overflow:hidden}.post-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.blog-post:hover .post-image img{transform:scale(1.05)}.post-content{padding:1.75rem 2rem 2rem}.post-category{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.025em;margin-bottom:1rem;padding:.375rem .875rem;text-transform:uppercase;transition:all .2s ease}.post-category:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.blog-post h2{font-size:1.5rem;font-weight:700;line-height:1.35;margin:0 0 .875rem}.blog-post h2 a{color:#1a202c;text-decoration:none;transition:color .2s ease}.blog-post h2 a:hover{color:#667eea}.post-excerpt{color:#64748b;font-size:1rem;line-height:1.75;margin:0 0 1.25rem}.post-meta{align-items:center;border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:1rem;padding-top:1rem}.post-date,.reading-time{color:#94a3b8;font-size:.875rem}.reading-time{border-left:1px solid #e2e8f0}.read-more{align-items:center;color:#667eea;display:inline-flex;font-size:.875rem;font-weight:600;gap:.375rem;margin-left:auto;text-decoration:none;transition:all .2s ease}.read-more:hover{color:#5a67d8;gap:.5rem}.read-more:after{content:"\2192"}.pagination{padding:2rem 0}.pagination button{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.pagination button:hover:not(:disabled){background:#667eea;border-color:#667eea;color:#fff}.pagination button:disabled{cursor:not-allowed;opacity:.5}.pagination span{color:#64748b;font-size:.875rem}.blog-sidebar{display:flex;flex-direction:column;gap:1.5rem;height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:2rem}.sidebar-section{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 1px 3px #0000000d;padding:1.5rem}.sidebar-section h3{color:#1a202c;font-size:1.125rem;font-weight:700;margin:0 0 1.25rem}.sidebar-section ul{list-style:none;margin:0;padding:0}.sidebar-section li{margin-bottom:.25rem}.sidebar-section li button{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:.9375rem;justify-content:space-between;margin:0;padding:.75rem 1rem;text-align:left;transition:all .15s ease;width:100%}.sidebar-section li button:hover{background:#f8fafc;color:#667eea}.sidebar-section li button.active{background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea;font-weight:600}.sidebar-section li button .count{background:#f1f5f9;border-radius:9999px;color:#64748b;font-size:.75rem;font-weight:500;padding:.25rem .625rem}.sidebar-section li button.active .count{background:#667eea33;color:#667eea}.sidebar-section p{color:#64748b;font-size:.9375rem;line-height:1.6;margin:0 0 1.25rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem}.newsletter-form input{border:1px solid #e2e8f0;border-radius:10px;font-size:.9375rem;padding:.875rem 1rem;transition:all .2s ease}.newsletter-form input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26;outline:none}.newsletter-form button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:600;padding:.875rem 1rem;transition:all .2s ease}.newsletter-form button:hover:not(:disabled){box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.newsletter-form button:disabled{cursor:not-allowed;opacity:.6}.newsletter-form input:disabled{background:#f7fafc;cursor:not-allowed}.newsletter-message{border-radius:8px;font-size:.875rem;font-weight:500;margin-top:.5rem;padding:.75rem 1rem}.newsletter-message.success{background:#d1fae5;border:1px solid #6ee7b7;color:#065f46}.newsletter-message.error{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}@media (max-width:1024px){.blog-content{grid-template-columns:1fr;padding:2rem 1rem}.blog-sidebar{flex-direction:row;flex-wrap:wrap;position:static}.sidebar-section{flex:1 1;min-width:280px}}@media (max-width:768px){.blog-hero{padding:3rem 1rem}.blog-hero h1{font-size:2rem}.blog-hero p{font-size:1rem}.blog-sidebar{flex-direction:column}.sidebar-section{min-width:auto}.post-content{padding:1.25rem 1.5rem 1.5rem}.post-meta{align-items:flex-start;flex-direction:column;gap:.5rem}.reading-time{border-left:none;padding-left:0}.read-more{margin-left:0;margin-top:.5rem}}.blog-post-page{background:#f9fafb;min-height:100vh}.error-container,.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.loading-spinner{border:3px solid #e2e8f0}.error-container h1{color:#667eea;font-size:4rem;margin:0}.error-container p{color:#718096;margin:1rem 0 2rem}.back-to-blog{background:#667eea;border-radius:8px;color:#fff;display:inline-block;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:background .15s ease}.back-to-blog:hover{background:#5a67d8}.post-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0}.post-header .container{margin:0 auto;max-width:800px;padding:0 1.5rem}.post-meta-top{align-items:center;display:flex;flex-wrap:wrap;font-size:.875rem;gap:1rem;margin-bottom:1.5rem}.category-tag{background:#fff3;border-radius:4px;color:#fff;font-weight:500;padding:.25rem .75rem;text-decoration:none;transition:background .15s ease}.category-tag:hover{background:#ffffff4d}.publish-date,.reading-time{color:#ffffffe6}.reading-time{border-left:1px solid #ffffff4d;padding-left:1rem}.post-header h1{color:#fff!important;font-size:2.75rem;font-weight:700;line-height:1.2;margin:0 0 1rem;text-shadow:0 2px 4px #0000001a}.post-header .post-excerpt{color:#ffffffe6;font-size:1.25rem;line-height:1.6;margin:0 0 2rem}.author-info{align-items:center;display:flex;gap:1rem}.author-avatar,.author-image{border-radius:50%;height:48px;width:48px}.author-image{object-fit:cover}.author-avatar{align-items:center;background:#fff3;display:flex;font-size:1.25rem;font-weight:600;justify-content:center}.author-details{display:flex;flex-direction:column}.author-name{font-size:1rem;font-weight:600}.author-title{font-size:.875rem;opacity:.8}.featured-image-container{margin-top:-2rem;padding:0 1.5rem}.featured-image-container .container{margin:0 auto;max-width:900px}.featured-image{border-radius:12px;box-shadow:0 10px 40px #00000026;width:100%}.post-content-container{padding:3rem 1.5rem}.post-content-container .container{margin:0 auto;max-width:800px}.post-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:2rem;padding:3rem}.post-content h1,.post-content h2,.post-content h3,.post-content h4{color:#2d3748;line-height:1.3;margin:2rem 0 1rem}.post-content h1:first-child,.post-content h2:first-child,.post-content h3:first-child{margin-top:0}.post-content h2{font-size:1.5rem}.post-content h3{font-size:1.25rem}.post-content p{color:#4a5568;font-size:1.0625rem;line-height:1.8;margin:0 0 1.5rem}.post-content a{color:#667eea;text-decoration:underline}.post-content a:hover{color:#5a67d8}.post-content img{border-radius:8px;height:auto;margin:1.5rem 0;max-width:100%}.post-content ol,.post-content ul{color:#4a5568;line-height:1.8;margin:0 0 1.5rem;padding-left:1.5rem}.post-content li{margin-bottom:.5rem}.post-content blockquote{background:#f7fafc;border-left:4px solid #667eea;border-radius:0 8px 8px 0;color:#4a5568;font-style:italic;margin:1.5rem 0;padding:1rem 1.5rem}.post-content code{background:#f7fafc;border-radius:4px;color:#e53e3e;font-family:Fira Code,monospace;font-size:.875em;padding:.125rem .375rem}.post-content pre{background:#1a202c;border-radius:8px;color:#e2e8f0;margin:1.5rem 0;overflow-x:auto;padding:1.5rem}.post-content pre code{background:#0000;color:inherit;padding:0}.post-tags{align-items:center;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:.5rem;padding:1.5rem 0}.tags-label{color:#718096;font-size:.875rem;font-weight:500}.tag{background:#edf2f7;border-radius:9999px;color:#4a5568;font-size:.8125rem;padding:.25rem .75rem}.share-section{align-items:center;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:1rem;padding-top:1.5rem}.share-label{color:#718096;font-size:.875rem;font-weight:500}.share-buttons{display:flex;gap:.5rem}.share-btn{align-items:center;background:#667eea;border-radius:6px;color:#fff;display:flex;height:40px;justify-content:center;padding:0;text-decoration:none;transition:all .15s ease;width:40px}.share-btn:hover{background:#5568d3;transform:translateY(-2px)}.share-btn svg{height:20px;width:20px}.related-posts-section{background:#fff;padding:4rem 1.5rem}.related-posts-section .container{margin:0 auto;max-width:1000px}.related-posts-section h2{color:#2d3748;margin:0 0 2rem;text-align:center}.related-posts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.related-post-card{background:#f9fafb;border-radius:12px;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.related-post-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.related-post-image{aspect-ratio:16/9;overflow:hidden}.related-post-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.related-post-card:hover .related-post-image img{transform:scale(1.05)}.related-post-content{padding:1.25rem}.related-category{background:#667eea;border-radius:4px;color:#fff;display:inline-block;font-size:.6875rem;font-weight:500;margin-bottom:.5rem;padding:.125rem .5rem;text-transform:uppercase}.related-post-content h3{color:#2d3748;font-size:1rem;line-height:1.4;margin:0 0 .5rem}.related-date{color:#a0aec0;font-size:.8125rem}.back-to-blog-section{padding:2rem 1.5rem 4rem}.back-to-blog-section .container{margin:0 auto;max-width:800px;text-align:center}.back-link{align-items:center;color:#667eea;display:inline-flex;font-weight:500;gap:.5rem;text-decoration:none;transition:color .15s ease}.back-link:hover{color:#5a67d8}.back-link:before{content:"\2190"}@media (max-width:768px){.post-header{padding:3rem 0}.post-header h1{font-size:1.75rem}.post-header .post-excerpt{font-size:1rem}.featured-image-container{margin-top:-1rem}.post-content{padding:1.5rem}.post-meta-top{gap:.5rem}.reading-time{padding-left:.5rem}.share-section{align-items:flex-start;flex-direction:column}}.privacy-page{background:#f7fafc;min-height:100vh;padding:2rem 0 4rem}.legal-header{margin-bottom:3rem;text-align:center}.legal-header h1{color:#2d3748;font-size:2.5rem;margin-bottom:1rem}.last-updated{color:#718096;font-style:italic}.legal-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;margin:0 auto;max-width:800px;padding:3rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem}.legal-content p{color:#4a5568;line-height:1.7;margin-bottom:1rem}.legal-content ul{color:#4a5568;line-height:1.7;margin-left:1.5rem}.legal-content li{margin-bottom:.5rem}@media (max-width:768px){.legal-header h1{font-size:2rem}.legal-content{margin:0 1rem;padding:2rem 1.5rem}.legal-content h2{font-size:1.25rem}}.simple-page{min-height:100vh}.simple-hero{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:4rem 0;text-align:center}.simple-hero h1{font-size:2.5rem;margin-bottom:1rem}.simple-hero p{font-size:1.25rem;opacity:.9}.simple-content{margin:0 auto;max-width:800px;padding:3rem 0}.integrations-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.integration-item{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:2rem;text-align:center}.integration-item h3{color:#2d3748;margin-bottom:1rem}.integration-item p{color:#718096}.demo-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:3rem}.demo-content ul{margin:2rem 0;padding-left:1.5rem}.demo-content li{color:#4a5568;margin-bottom:.5rem}.demo-cta{margin-top:2rem;text-align:center}.btn{padding:1rem 2rem}.btn-primary{background:#4f46e5}.help-sections{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.help-section{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:2rem}.help-section h3{color:#2d3748;margin-bottom:1rem}.help-section p{color:#718096;line-height:1.6}.press-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:3rem}.press-item{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1rem}.press-item h4{color:#2d3748;margin-bottom:.5rem}.press-item p{color:#718096}.partners-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:3rem}.partner-types{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:2rem 0}.partner-type{border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;text-align:center}.partner-type h4{color:#2d3748;margin-bottom:.5rem}.partner-type p{color:#718096}.compliance-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:3rem}.compliance-content h3{color:#2d3748;margin:2rem 0 1rem}.compliance-content ul{margin-left:1.5rem}.compliance-content li{color:#4a5568;margin-bottom:.5rem}.status-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:3rem}.status-indicator{margin-bottom:2rem}.status-dot{margin-right:.5rem}.status-dot.green{background:#10b981}.service-status{display:flex;flex-direction:column;gap:1rem}.service{align-items:center;background:#f9fafb;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.status.operational{color:#10b981;font-weight:600}@media (max-width:768px){.simple-content{padding:2rem 1rem}.help-sections,.integrations-grid{grid-template-columns:1fr}.compliance-content,.demo-content,.partners-content,.press-content,.status-content{margin:0 1rem;padding:2rem}}.integrations-page{background:#fff;min-height:100vh}.integrations-hero{background:linear-gradient(135deg,#5a67d8,#667eea 50%,#764ba2);color:#fff;min-height:auto;padding:3rem 0;text-align:center}.integrations-hero,.integrations-hero .container{align-items:center;display:flex;justify-content:center}.integrations-hero .container{flex-direction:column;margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.integrations-hero h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-subtitle{margin-bottom:3rem;margin-left:auto;margin-right:auto;opacity:.95;text-align:center}.featured-integrations{flex-wrap:wrap;gap:2rem;margin-top:2rem;max-width:800px;width:100%}.featured-integrations,.integration-icon{align-items:center;display:flex;justify-content:center}.integration-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;font-size:1.5rem;height:60px;width:60px}.integration-icon img{filter:brightness(0) invert(1);height:32px;width:32px}.center-logo{position:relative}.fundraisermax-logo{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;color:#5a67d8;font-size:.9rem;font-weight:800;height:80px;min-width:120px;padding:0 1rem;width:auto}.fundraisermax-logo,.integrations-content{align-items:center;display:flex;justify-content:center}.integrations-content{padding:2rem 0 4rem}.integrations-content .container{display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:1200px;padding:0 1rem}.section-header{flex-direction:column;margin-bottom:3rem;padding-top:1rem;text-align:center;width:100%}.section-header h2{color:#1a202c;font-size:2.25rem;font-weight:700;margin-bottom:1rem;text-align:center;width:100%}.section-header p{color:#4a5568;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px;text-align:center}.workflow-section{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;justify-content:center;padding:4rem 0}.workflow-section .container{display:flex;justify-content:center;margin:0 auto;max-width:1200px;padding:0 1rem}.workflow-layout{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr;max-width:1200px;width:100%}.workflow-text h2{color:#1a202c;font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.workflow-text p{color:#4a5568;font-size:1.1rem;line-height:1.6}.workflow-diagram,.workflow-visual{align-items:center;display:flex;justify-content:center}.workflow-diagram{height:500px;position:relative;width:500px}.workflow-circle{align-items:center;background:#fff;border:3px solid #a0d2db;border-radius:50%;box-shadow:0 8px 25px #0000001a;cursor:pointer;display:flex;flex-direction:column;height:160px;justify-content:center;padding:1rem;position:absolute;transition:all .3s ease;width:160px}.workflow-circle:hover{border-color:#667eea;box-shadow:0 12px 35px #00000026;transform:scale(1.05)}.workflow-circle h3{color:#2d3748;font-size:.9rem;font-weight:600;line-height:1.2;margin-bottom:.75rem;text-align:center}.circle-brands{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.circle-brands img{height:20px;opacity:.8;transition:opacity .3s ease;width:20px}.workflow-circle:hover .circle-brands img{opacity:1}.email-circle{left:50px;top:50px}.crm-circle{right:50px;top:50px}.payments-circle{bottom:50px;right:50px}.analytics-circle{bottom:50px;left:50px}.workflow-center{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:3}.center-brand{align-items:center;background:linear-gradient(135deg,#5a67d8,#667eea);border:4px solid #fff;border-radius:50%;box-shadow:0 8px 25px #5a67d84d;color:#fff;display:flex;font-size:.9rem;font-weight:800;height:120px;justify-content:center;line-height:1.2;text-align:center;width:120px}.connection-lines{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.arrow-line{position:absolute;z-index:1}.arrow-shaft{background:linear-gradient(45deg,#a0d2db,#667eea);height:127px;opacity:.7;position:relative;width:2px}.arrow-head{border-style:solid;height:0;opacity:.8;position:absolute;width:0}.arrow-1{left:163px;top:163px;transform:rotate(45deg);transform-origin:top left}.arrow-1 .arrow-shaft{height:127px}.arrow-1 .arrow-head.to-center{border-top:8px solid #667eea;bottom:-8px}.arrow-1 .arrow-head.from-center,.arrow-1 .arrow-head.to-center{border-left:4px solid #0000;border-right:4px solid #0000;left:-3px}.arrow-1 .arrow-head.from-center{border-bottom:8px solid #667eea;top:-8px}.arrow-2{right:163px;top:163px;transform:rotate(-45deg);transform-origin:top right}.arrow-2 .arrow-shaft{height:127px}.arrow-2 .arrow-head.to-center{border-top:8px solid #667eea;bottom:-8px}.arrow-2 .arrow-head.from-center,.arrow-2 .arrow-head.to-center{border-left:4px solid #0000;border-right:4px solid #0000;left:-3px}.arrow-2 .arrow-head.from-center{border-bottom:8px solid #667eea;top:-8px}.arrow-3{bottom:163px;right:163px;transform:rotate(45deg);transform-origin:bottom right}.arrow-3 .arrow-shaft{height:127px}.arrow-3 .arrow-head.to-center{border-bottom:8px solid #667eea;top:-8px}.arrow-3 .arrow-head.from-center,.arrow-3 .arrow-head.to-center{border-left:4px solid #0000;border-right:4px solid #0000;left:-3px}.arrow-3 .arrow-head.from-center{border-top:8px solid #667eea;bottom:-8px}.arrow-4{bottom:163px;left:163px;transform:rotate(-45deg);transform-origin:bottom left}.arrow-4 .arrow-shaft{height:127px}.arrow-4 .arrow-head.to-center{border-bottom:8px solid #667eea;top:-8px}.arrow-4 .arrow-head.from-center,.arrow-4 .arrow-head.to-center{border-left:4px solid #0000;border-right:4px solid #0000;left:-3px}.arrow-4 .arrow-head.from-center{border-top:8px solid #667eea;bottom:-8px}@keyframes pulse-workflow{0%,to{opacity:.7}50%{opacity:1}}@keyframes pulse-arrows{0%,to{opacity:.8}50%{opacity:1}}.arrow-shaft{animation:pulse-workflow 2.5s ease-in-out infinite}.arrow-head{animation:pulse-arrows 2.5s ease-in-out infinite}.arrow-1 .arrow-head,.arrow-1 .arrow-shaft{animation-delay:0s}.arrow-2 .arrow-head,.arrow-2 .arrow-shaft{animation-delay:.6s}.arrow-3 .arrow-head,.arrow-3 .arrow-shaft{animation-delay:1.2s}.arrow-4 .arrow-head,.arrow-4 .arrow-shaft{animation-delay:1.8s}.integration-workflow{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:20px;margin:4rem 0 6rem;overflow:hidden;padding:3rem 0}.workflow-container{height:600px;margin:0 auto;max-width:800px;position:relative;width:100%}.integration-circle,.workflow-container{align-items:center;display:flex;justify-content:center}.integration-circle{background:#fff;border:3px solid #a0d2db;border-radius:50%;box-shadow:0 8px 25px #0000001a;flex-direction:column;height:180px;padding:1rem;position:absolute;transition:all .3s ease;width:180px;z-index:2}.integration-circle:hover{border-color:#5a67d8;box-shadow:0 12px 35px #00000026;transform:scale(1.05)}.integration-circle h3{color:#2d3748;font-size:.9rem;font-weight:600;line-height:1.2;margin-bottom:.75rem;text-align:center}.circle-logos{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.circle-logos img{height:24px;opacity:.8;transition:opacity .3s ease;width:24px}.integration-circle:hover .circle-logos img{opacity:1}.email-marketing{left:50px;top:50px}.crm-systems{right:50px;top:50px}.payments{bottom:50px;right:50px}.analytics{bottom:50px;left:50px}.center-hub{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:3}.hub-logo{align-items:center;background:linear-gradient(135deg,#5a67d8,#667eea);border:4px solid #fff;border-radius:50%;box-shadow:0 8px 25px #5a67d84d;display:flex;height:120px;justify-content:center;width:120px}.hub-text{color:#fff;font-size:.9rem;font-weight:800;line-height:1.2;text-align:center}.connection-line{background:linear-gradient(45deg,#a0d2db,#5a67d8);opacity:.6;position:absolute;z-index:1}.line-1{left:50%;transform:translateX(-50%) rotate(45deg);transform-origin:top}.line-1,.line-2{bottom:-60px;height:120px;width:2px}.line-2{right:50%;transform:translateX(50%) rotate(-45deg);transform-origin:top}.line-3{right:50%;transform:translateX(50%) rotate(45deg);transform-origin:bottom}.line-3,.line-4{height:120px;top:-60px;width:2px}.line-4{left:50%;transform:translateX(-50%) rotate(-45deg);transform-origin:bottom}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.connection-line{animation:pulse 2s ease-in-out infinite}.line-1{animation-delay:0s}.line-2{animation-delay:.5s}.line-3{animation-delay:1s}.line-4{animation-delay:1.5s}.integrations-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:4rem}.integration-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;transition:all .3s ease}.integration-card:hover{border-color:#5a67d8;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.integration-header{align-items:center;display:flex;gap:1rem;margin-bottom:.75rem}.integration-logo{align-items:center;background:linear-gradient(135deg,#5a67d8,#667eea);border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:1.25rem;height:48px;justify-content:center;width:48px}.integration-logo img{filter:brightness(0) invert(1);height:24px;width:24px}.integration-card h3{color:#2d3748;font-size:1.1rem;font-weight:600;margin:0}.integration-card p{color:#4a5568;font-size:.95rem;line-height:1.5;margin:0}.zapier-section-wrapper{align-items:center;background:#fff;display:flex;justify-content:center;padding:4rem 0}.zapier-section-wrapper .container{display:flex;justify-content:center;margin:0 auto;max-width:1200px;padding:0 1rem}.zapier-section{background:#fff;max-width:800px;padding:3rem;text-align:center;width:100%}.zapier-content h2{color:#2d3748;font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.zapier-content p{color:#4a5568;font-size:1.1rem;margin-bottom:2rem}.zapier-logo{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem}.zapier-logo svg{height:32px;width:auto}.zapier-logo img{filter:hue-rotate(15deg) saturate(1.2);height:40px;width:auto}.zapier-apps{flex-wrap:wrap;gap:1rem}.app-icon,.zapier-apps{display:flex;justify-content:center}.app-icon{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 4px #0000001a;font-size:1.25rem;height:48px;width:48px}.app-icon img{height:24px;width:24px}.cta-section-wrapper{align-items:center;background:linear-gradient(135deg,#1a202c,#2d3748);display:flex;justify-content:center;padding:4rem 0}.cta-section-wrapper .container{display:flex;justify-content:center;margin:0 auto;max-width:1200px;padding:0 1rem}.integrations-cta{background:linear-gradient(135deg,#5a67d8,#667eea);border-radius:16px;max-width:600px;padding:3rem;text-align:center;width:100%}.integrations-cta,.integrations-cta *,.integrations-cta div,.integrations-cta p,.integrations-cta span{color:#fff!important}.integrations-cta h2{color:#fff!important;font-size:1.75rem;font-weight:600;margin-bottom:2rem}.cta-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.cta-feature{align-items:center;display:flex;font-size:1rem;font-weight:500;gap:.5rem}.cta-feature,.cta-feature span,.cta-feature span:nth-child(2),.feature-icon,.integrations-cta .cta-feature,.integrations-cta .cta-feature *,.integrations-cta .cta-feature span:not(.feature-icon),.integrations-cta .cta-features,.integrations-cta .cta-features *{color:#fff!important}.feature-icon{align-items:center;display:inline-flex;font-size:1.25rem;justify-content:center}.feature-icon svg{stroke:#fff;color:#fff;height:20px;width:20px}.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{border:2px solid #0000;padding:.75rem 2rem}.btn-primary{background:#fff;border-color:#fff;color:#5a67d8}.btn-primary:hover{background:#f7fafc}.btn-secondary{border-color:#fff;color:#1a202c}.btn-secondary:hover{background:#f7fafc;color:#5a67d8;transform:translateY(-1px)}@media (max-width:768px){.integrations-hero{padding:2rem 0}.integrations-hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.featured-integrations{gap:1rem}.integration-icon{font-size:1.25rem;height:50px;width:50px}.fundraisermax-logo{font-size:.75rem;height:60px;min-width:100px;padding:0 .75rem}.workflow-section{padding:3rem 0}.workflow-layout{gap:2rem;grid-template-columns:1fr;text-align:center}.workflow-text h2{font-size:1.75rem}.workflow-diagram{height:400px;width:400px}.workflow-circle{height:120px;padding:.75rem;width:120px}.workflow-circle h3{font-size:.8rem;margin-bottom:.5rem}.circle-brands img{height:18px;width:18px}.center-brand{font-size:.8rem;height:100px;width:100px}.email-circle{left:40px;top:40px}.crm-circle{right:40px;top:40px}.payments-circle{bottom:40px;right:40px}.analytics-circle{bottom:40px;left:40px}.arrow-1 .arrow-shaft,.arrow-2 .arrow-shaft,.arrow-3 .arrow-shaft,.arrow-4 .arrow-shaft{height:100px}.arrow-1,.arrow-2{top:130px}.arrow-3,.arrow-4{bottom:130px}.arrow-1,.arrow-4{left:130px}.arrow-2,.arrow-3{right:130px}.integration-workflow{margin:2rem 0;padding:2rem 1rem}.workflow-container{height:500px;max-width:100%}.integration-circle{height:140px;padding:.75rem;width:140px}.integration-circle h3{font-size:.8rem;margin-bottom:.5rem}.circle-logos img{height:20px;width:20px}.hub-logo{height:100px;width:100px}.hub-text{font-size:.8rem}.email-marketing{left:20px;top:30px}.crm-systems{right:20px;top:30px}.payments{bottom:30px;right:20px}.analytics{bottom:30px;left:20px}.connection-line{height:80px}.line-1,.line-4{bottom:-40px}.line-2,.line-3{top:-40px}.integrations-grid{gap:1rem}.integration-card{padding:1.25rem}.cta-section-wrapper,.zapier-section-wrapper{padding:3rem 0}.integrations-cta,.zapier-section{padding:2rem}.cta-features{gap:1rem}.cta-actions,.cta-features{flex-direction:column}.btn{max-width:200px;width:100%}}@media (max-width:1024px){.integrations-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.integrations-hero h1{font-size:1.75rem}.integrations-cta h2,.section-header h2,.zapier-content h2{font-size:1.5rem}.integrations-grid{grid-template-columns:1fr}.workflow-diagram{height:320px;width:320px}.workflow-circle{height:100px;padding:.5rem;width:100px}.workflow-circle h3{font-size:.7rem;margin-bottom:.25rem}.circle-brands img{height:14px;width:14px}.center-brand{font-size:.7rem;height:80px;width:80px}.email-circle{left:30px;top:30px}.crm-circle{right:30px;top:30px}.payments-circle{bottom:30px;right:30px}.analytics-circle{bottom:30px;left:30px}.arrow-1 .arrow-shaft,.arrow-2 .arrow-shaft,.arrow-3 .arrow-shaft,.arrow-4 .arrow-shaft{height:80px}.arrow-1,.arrow-2{top:100px}.arrow-3,.arrow-4{bottom:100px}.arrow-1,.arrow-4{left:100px}.arrow-2,.arrow-3{right:100px}.arrow-head{border-width:6px 3px!important}.arrow-head.from-center,.arrow-head.to-center{left:-2px!important}.arrow-head.to-center{bottom:-6px!important}.arrow-head.from-center{top:-6px!important}.workflow-container{height:400px}.integration-circle{height:120px;width:120px}.hub-logo{height:80px;width:80px}.hub-text{font-size:.7rem}}.security-page{min-height:100vh}.security-hero{background:linear-gradient(135deg,#2d3748,#4a5568);color:#fff!important;padding:6rem 0 4rem;text-align:center}.security-hero h1{color:#fff!important;font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px #00000080}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9;text-shadow:0 1px 3px #00000080}.hero-subtitle,.security-hero *,.security-hero .container *{color:#fff!important}.security-features{background:#f7fafc;padding:5rem 0}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1000px}.security-feature{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:2rem;text-align:center}.feature-icon{font-size:3rem;margin-bottom:1rem}.security-feature h3{color:#2d3748;font-size:1.5rem;margin-bottom:1rem}.security-feature p{color:#718096;line-height:1.6}.compliance-section{background:#fff;padding:5rem 0}.compliance-section h2{color:#2d3748;font-size:2.5rem;margin-bottom:3rem;text-align:center}.compliance-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:800px}.compliance-item{padding:1.5rem;text-align:center}.compliance-item h3{color:#2d3748;font-size:1.25rem;margin-bottom:1rem}.compliance-item p{color:#718096;line-height:1.6}.security-practices{background:#f7fafc;padding:5rem 0}.security-practices h2{color:#2d3748;font-size:2.5rem;margin-bottom:3rem;text-align:center}.practices-list{margin:0 auto;max-width:800px}.practice-item{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;margin-bottom:1.5rem;padding:2rem}.practice-item h4{color:#2d3748;font-size:1.25rem;margin-bottom:.5rem}.practice-item p{color:#718096;line-height:1.6;margin:0}@media (max-width:768px){.compliance-section h2,.security-hero h1,.security-practices h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.practice-item{padding:1.5rem}}.signup-container{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;min-height:100vh}.signup-card{background:#fff;box-shadow:0 20px 40px #0000001a;flex:1 1;margin:0 auto;max-width:600px;overflow-y:auto;padding:3rem}.signup-header{margin-bottom:2rem;text-align:center}.tagline{color:#7f8c8d;font-size:1.1rem;margin:0}.progress-indicator{justify-content:center;margin-bottom:3rem;padding:0 2rem}.progress-indicator,.step{align-items:center;display:flex}.step{color:#bdc3c7;flex-direction:column;font-size:.9rem;transition:color .3s}.step.active{color:#3498db}.step-number{align-items:center;background:#ecf0f1;border-radius:50%;display:flex;font-weight:700;height:40px;justify-content:center;margin-bottom:.5rem;transition:background-color .3s;width:40px}.step.active .step-number{background:#3498db;color:#fff}.progress-line{background:#ecf0f1;flex:1 1;height:2px;margin:0 1rem 1.5rem}.signup-form{margin-bottom:2rem}.form-step h2{color:#2c3e50;font-size:1.8rem;margin-bottom:.5rem}.step-description{color:#7f8c8d;font-size:1rem;margin-bottom:2rem}.signup-container .form-group input,.signup-container .form-group select{background:#fff;border:2px solid #ecf0f1;border-radius:8px;color:#2c3e50;font-size:1rem;padding:.875rem;transition:border-color .3s,box-shadow .3s;width:100%}.signup-container .form-group input:focus,.signup-container .form-group select:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.signup-container .form-group input.error,.signup-container .form-group select.error{border-color:#e74c3c}.checkbox-group{margin:2rem 0}.checkbox-label{align-items:flex-start;font-size:.95rem;justify-content:flex-start;line-height:1.5;width:100%}.checkbox-error-text{color:#e74c3c;font-size:.875rem;margin-top:.5rem;text-align:center;width:100%}.checkmark{border-radius:4px;box-shadow:0 2px 4px #0000001a;height:22px;margin-right:.75rem;margin-top:2px;width:22px}.checkbox-label:hover .checkmark{box-shadow:0 0 0 3px #3498db1a}.checkbox-label input[type=checkbox]:checked+.checkmark:after{font-size:16px}.checkbox-label a{color:#3498db;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.pricing-note{background:#f8f9fa;border-left:4px solid #27ae60;border-radius:8px;margin:2rem 0;padding:1.5rem}.pricing-note p{color:#2c3e50;margin:.25rem 0}.pricing-note p:first-child{color:#27ae60;font-weight:600}.btn-secondary{background:#ecf0f1;color:#2c3e50}.btn-secondary:hover{background:#d5dbdb}.signup-footer{border-top:1px solid #ecf0f1;padding-top:2rem;text-align:center}.signup-footer p{color:#7f8c8d;margin:0}.signup-footer a{color:#3498db;font-weight:600;text-decoration:none}.signup-footer a:hover{text-decoration:underline}.features-sidebar{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#2c3e50f2;border-left:1px solid #ffffff1a;color:#fff;min-width:400px;padding:3rem;position:relative}.features-sidebar:before{background:#00000040;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.features-sidebar h3{color:#fff;font-size:1.5rem;font-weight:600;letter-spacing:.5px;margin-bottom:2rem;position:relative;text-align:center;text-shadow:0 4px 8px #000c;z-index:1}.feature-list{space-y:2rem;position:relative;z-index:1}.feature-item{align-items:flex-start;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem;transition:background .3s ease}.feature-item:hover{background:#ffffff1a}.feature-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));flex-shrink:0;font-size:2.2rem}.feature-item h4{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 .5rem;text-shadow:0 1px 2px #0000004d}.feature-item p{color:#f8f9fa;line-height:1.5;margin:0;opacity:.95;text-shadow:0 1px 2px #0003}@media (max-width:1024px){.signup-container{flex-direction:column}.features-sidebar{min-width:0;min-width:auto;order:-1;padding:2rem}.feature-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.signup-card{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}.progress-indicator{padding:0 1rem}.features-sidebar{padding:1.5rem}.feature-list{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn{width:100%}}.login-container{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;min-height:100vh}.login-card{background:#fff;box-shadow:0 20px 40px #0000001a;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:0 auto;max-width:500px;padding:3rem}.login-header{margin-bottom:2.5rem;text-align:center}.logo-link{color:inherit;text-decoration:none}.logo{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.welcome-text{color:#7f8c8d;font-size:1rem;margin:0}.login-form{margin-bottom:2rem}.form-group label{color:#2c3e50}.login-container .form-group input{background:#fff;border:2px solid #ecf0f1;border-radius:8px;color:#2c3e50;font-size:1rem;padding:.875rem;transition:border-color .3s,box-shadow .3s;width:100%}.login-container .form-group input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.login-container .form-group input.error{border-color:#e74c3c}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{padding-right:3rem}.password-toggle{align-items:center;background:none;border:none;color:#7f8c8d;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:absolute;right:.75rem;transition:color .2s}.password-toggle:hover{color:#2c3e50}.password-toggle svg{height:20px;width:20px}.form-options{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.checkbox-label{color:#2c3e50}.checkbox-label input[type=checkbox]{display:none}.checkmark{background:#fff;border:2px solid #3498db;border-radius:3px;flex-shrink:0;height:18px;margin-right:.5rem;position:relative;transition:all .3s;width:18px}.checkbox-label:hover .checkmark{border-color:#2980b9;box-shadow:0 0 0 2px #3498db1a}.checkbox-label input[type=checkbox]:checked+.checkmark{background:#3498db;border-color:#3498db}.checkbox-label input[type=checkbox]:checked+.checkmark:after{color:#fff;content:"✓";font-size:12px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.forgot-link{color:#3498db;font-size:.9rem;font-weight:500;text-decoration:none}.forgot-link:hover{text-decoration:underline}.error-message{color:#e74c3c}.submit-error{background:#fdf2f2;border:1px solid #e74c3c;border-radius:8px;margin-bottom:1rem;padding:1rem;text-align:center}.btn{display:inline-block;font-size:1rem;padding:.875rem 2rem;text-align:center;transition:all .3s;width:100%}.btn-large{font-size:1.1rem;padding:1.125rem 2.5rem}.btn-primary{background:#3498db}.btn-primary:hover:not(:disabled){background:#2980b9;box-shadow:0 4px 12px #3498db4d;transform:translateY(-2px)}.btn-primary:disabled{background:#bdc3c7}.login-footer{border-top:1px solid #ecf0f1;padding-top:2rem;text-align:center}.login-footer p{color:#7f8c8d;margin:0}.signup-link{color:#3498db;font-weight:600;text-decoration:none}.signup-link:hover{text-decoration:underline}.login-info{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#2c3e50f2;color:#fff;display:flex;justify-content:center;min-width:450px;padding:3rem;position:relative}.login-info:before{background:#0003;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.info-content{max-width:400px;position:relative;text-align:center;z-index:1}.info-content h2{color:#fff;font-size:2rem;font-weight:600;letter-spacing:.5px;margin-bottom:2rem;text-shadow:0 4px 8px #000c}.feature-highlights{text-align:left}.highlight{font-size:1rem;margin-bottom:1.5rem}.highlight,.highlight-icon{align-items:center;display:flex}.highlight-icon{background:#27ae60;border-radius:50%;flex-shrink:0;font-size:14px;font-weight:700;height:24px;justify-content:center;margin-right:1rem;width:24px}.highlight span{color:#fff;font-weight:500;text-shadow:0 2px 4px #0006}@media (max-width:1024px){.login-container{flex-direction:column}.login-info{min-width:0;min-width:auto;order:-1;padding:2rem}.info-content h2{font-size:1.5rem}.feature-highlights{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.login-card{padding:2rem 1.5rem}.form-options{align-items:flex-start;flex-direction:column;gap:1rem}.login-info{padding:1.5rem}.feature-highlights{grid-template-columns:1fr}}.success-card{align-items:center;display:flex;justify-content:center;max-width:600px;min-height:500px}.success-content{padding:3rem 2rem;text-align:center}.success-icon{animation:successBounce .6s ease-out;background:linear-gradient(135deg,#10b981,#059669);height:80px;margin:0 auto 2rem;width:80px}.success-icon svg{color:#fff;height:40px;width:40px}@keyframes successBounce{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.success-content h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1rem}.success-content>p{color:#6b7280;font-size:1.1rem;line-height:1.6}.success-content>p,.success-features{margin-bottom:2.5rem}.success-feature{color:#374151;font-size:1rem;gap:.75rem;margin-bottom:1rem}.check-icon,.success-feature{align-items:center;display:flex;justify-content:center}.check-icon{background:#10b981;border-radius:50%;color:#fff;flex-shrink:0;font-size:12px;font-weight:700;height:20px;width:20px}.redirect-notice{align-items:center;background:#f3f4f6;border-radius:8px;color:#6b7280;display:flex;font-size:.9rem;gap:1rem;justify-content:center;padding:1rem}.loading-spinner{border:2px solid #e5e7eb}@media (max-width:768px){.success-content{padding:2rem 1rem}.success-content h2{font-size:1.5rem}.success-icon{height:60px;width:60px}.success-icon svg{height:30px;width:30px}}.forgot-password-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem}.forgot-password-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-radius:24px;box-shadow:0 25px 50px #00000026;max-width:480px;overflow:hidden;width:100%}.form-header{background:linear-gradient(135deg,#5a67d8,#667eea);padding:.5rem 2.5rem 3rem;position:relative}.logo h1{color:#fff!important;font-size:2.2rem;font-weight:700;letter-spacing:-.5px;margin:0 0 3rem}.form-header h2,.logo h1{text-shadow:0 2px 4px #0000001a}.form-header h2{color:#fff;font-size:1.6rem;line-height:1.3;margin-bottom:1.25rem}.form-header p{color:#fffffff2;font-weight:400;line-height:1.5;margin:0 auto;max-width:320px}.form-content{background:#fff;padding:3rem 2.5rem 2.5rem}.form-description{margin-bottom:2rem;text-align:center}.form-description p{color:#4a5568;font-size:1rem;line-height:1.5;margin:0}.form-group{margin-bottom:2rem}.form-group label{font-size:1rem;margin-bottom:.75rem}.forgot-password-container .form-group input{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;box-sizing:border-box;color:#1f2937;font-size:1rem;padding:1.25rem;transition:all .3s ease;width:100%}.forgot-password-container .form-group input:focus{background:#fff;border-color:#5a67d8;box-shadow:0 0 0 3px #5a67d81a;outline:none}.forgot-password-container .form-group input:disabled{cursor:not-allowed;opacity:.6}.submit-button{background:linear-gradient(135deg,#5a67d8,#4c51bf);border:none;border-radius:16px;box-shadow:0 6px 20px #5a67d84d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin:2rem 0 1.5rem;padding:1.25rem;transition:all .3s ease;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 12px 30px #5a67d866;transform:translateY(-3px)}.submit-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.error-message{background:#fed7d7;border:1px solid #feb2b2;border-radius:12px;color:#c53030;font-size:.95rem;font-weight:500}.success-message{margin-bottom:2rem;text-align:center}.success-icon{background:#48bb78;color:#fff;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.success-message h2{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.success-message p{color:#4a5568;line-height:1.6;margin-bottom:.75rem}.success-message strong{color:#2d3748}.form-footer{text-align:center}.back-to-login{align-items:center;color:#5a67d8;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;text-decoration:none;transition:color .2s ease}.back-to-login:hover{color:#4c51bf;text-decoration:underline}@media (max-width:640px){.forgot-password-container{padding:1rem}.forgot-password-form{border-radius:20px;max-width:100%}.form-header{padding:.5rem 2rem 2.5rem}.form-content{padding:2.5rem 2rem 2rem}.logo h1{font-size:1.8rem;margin-bottom:2.5rem}.form-header h2{font-size:1.4rem;margin-bottom:1rem}.form-header p{font-size:.95rem}.forgot-password-container .form-group input{padding:1.1rem}.submit-button{font-size:1rem;padding:1.1rem}}.reset-password-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem}.reset-password-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-radius:24px;box-shadow:0 25px 50px #00000026;max-width:480px;overflow:hidden;width:100%}.reset-password-form .form-header{background:linear-gradient(135deg,#5a67d8,#667eea);color:#fff;padding:.5rem 2.5rem 3rem;position:relative;text-align:center}.reset-password-form .logo h1{color:#fff;font-size:2.2rem;font-weight:700;letter-spacing:-.5px;margin:0 0 1rem;text-shadow:0 2px 4px #0000001a}.reset-password-form .form-content{background:#fff;padding:3rem 2.5rem 2.5rem}.reset-password-form .form-description{margin-bottom:2rem;text-align:center}.reset-password-form .form-description p{color:#4a5568;font-size:1rem;line-height:1.5;margin:0}.reset-password-form .form-header h2{color:#fff;font-size:1.6rem;font-weight:600;line-height:1.3;margin-bottom:1.25rem;text-shadow:0 2px 4px #0000001a}.reset-password-form .form-header p{color:#ffffffe6;font-size:.9rem;font-weight:400;line-height:1.4;margin:0}.reset-password-form .form-group{margin-bottom:2rem}.reset-password-form .form-group label{color:#2d3748;display:block;font-size:1rem;font-weight:600;margin-bottom:.75rem}.reset-password-form .form-group input{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;box-sizing:border-box;font-size:1rem;padding:1.25rem;transition:all .3s ease;width:100%}.reset-password-form .form-group input:focus{background:#fff;border-color:#5a67d8;box-shadow:0 0 0 3px #5a67d81a;outline:none}.reset-password-form .form-group input:disabled{cursor:not-allowed;opacity:.6}.reset-password-form .submit-button{background:linear-gradient(135deg,#5a67d8,#4c51bf);border:none;border-radius:16px;box-shadow:0 6px 20px #5a67d84d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin:2rem 0 1.5rem;padding:1.25rem;transition:all .3s ease;width:100%}.reset-password-form .submit-button:hover:not(:disabled){box-shadow:0 12px 30px #5a67d866;transform:translateY(-3px)}.reset-password-form .submit-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.reset-password-form .error-message{background:#fed7d7;border:1px solid #feb2b2;border-radius:8px;color:#c53030;font-size:.9rem;margin-bottom:1.5rem;padding:.75rem}.reset-password-form .success-message{margin-bottom:2rem;text-align:center}.reset-password-form .success-icon{align-items:center;background:#48bb78;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:64px;justify-content:center;margin:0 auto 1.5rem;width:64px}.reset-password-form .success-message h2{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.reset-password-form .success-message p{color:#4a5568;line-height:1.6;margin-bottom:.75rem}.reset-password-form .form-footer{text-align:center}.reset-password-form .back-to-login{align-items:center;color:#5a67d8;display:inline-flex;font-weight:500;gap:.5rem;text-decoration:none;transition:color .2s ease}.reset-password-form .back-to-login:hover{color:#4c51bf;text-decoration:underline}@media (max-width:640px){.reset-password-container{padding:1rem}.reset-password-form{padding:2rem}.reset-password-form .logo h1{font-size:1.75rem}}.staff-login-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem}.staff-login-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-width:450px;padding:3rem;text-align:center;width:100%}.staff-login-error,.staff-login-loading,.staff-login-success{align-items:center;display:flex;flex-direction:column;gap:1rem}.staff-login-error h2,.staff-login-loading h2,.staff-login-success h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.staff-login-error p,.staff-login-loading p,.staff-login-success p{color:#6b7280;margin:0}.spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#667eea;height:48px;width:48px}.success-icon{align-items:center;background:#d1fae5;border-radius:50%;display:flex;height:64px;justify-content:center;width:64px}.success-icon svg{color:#059669;height:32px;width:32px}.error-icon{background:#fee2e2;border-radius:50%;height:64px;width:64px}.error-icon svg{color:#dc2626;height:32px;width:32px}.impersonation-notice{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem;padding:1rem}.impersonation-notice strong{color:#92400e;font-size:.875rem}.impersonation-notice span{color:#78350f;font-size:.8125rem}.redirect-notice{color:#9ca3af;font-size:.875rem;margin-top:.5rem}.staff-login-page .btn-primary{align-items:center;background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;margin-top:1rem;padding:.75rem 1.5rem;transition:background .15s}.staff-login-page .btn-primary:hover{background:#5a67d8}.dashboard-container{margin:0;padding:0 1rem;width:100%}.dashboard-controls{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;flex-wrap:wrap;margin-bottom:2rem;padding:1.5rem}.campaign-filter{align-items:center;gap:1rem}.campaign-filter label{color:#2c3e50;font-weight:600}.campaign-dropdown{background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;font-size:1rem;min-width:200px;padding:.75rem 1rem;transition:border-color .3s}.campaign-dropdown:focus{border-color:#667eea;outline:none}.calendar-controls{align-items:center;display:flex;gap:1rem}.calendar-controls label{color:#2c3e50;font-weight:600}.view-toggle{background:#e9ecef;border-radius:8px;overflow:hidden}.toggle-btn{background:#0000;border:none;color:#6c757d;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .3s}.toggle-btn.active{background:#667eea;color:#fff}.toggle-btn:hover:not(.active){background:#667eea1a;color:#667eea}.dashboard-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.metrics-section{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1rem}@media (min-width:768px){.metrics-section{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.metrics-section{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.metric-card{border:1px solid #e9ecef;box-shadow:0 4px 12px #0000000d;gap:1rem;transition:transform .3s,box-shadow .3s}@media (min-width:768px){.metric-card{gap:1.5rem;padding:2rem}}.metric-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.metric-icon.contacts{background:linear-gradient(135deg,#3498db,#2980b9)}.metric-icon.fundraising{background:linear-gradient(135deg,#2ecc71,#27ae60)}.metric-icon.campaigns{background:linear-gradient(135deg,#f39c12,#e67e22)}.metric-icon svg{color:#fff;height:24px;width:24px}.metric-info h3{color:#6c757d;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin:0 0 .5rem}.metric-value{color:#2c3e50;transition:all .3s ease}.calendar-section{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.section-header{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:1.5rem 2rem}.section-header h2{color:#2c3e50;font-size:1.25rem;font-weight:600;margin:0}.view-indicator{background:#e9ecef;border-radius:20px;color:#6c757d;font-size:.875rem;padding:.25rem .75rem}.calendar-content{padding:1.5rem 2rem}.empty-state{padding:3rem 1rem}.events-list{display:flex;flex-direction:column;gap:1rem}.event-item{align-items:center;background:#f8f9fa;border-left:4px solid #6c757d;border-radius:8px;display:flex;gap:1rem;padding:1rem;transition:all .3s}.event-item:hover{background:#e9ecef;transform:translateX(4px)}.event-item.call{border-left-color:#3498db}.event-item.meeting{border-left-color:#2ecc71}.event-item.event{border-left-color:#f39c12}.event-type-icon{flex-shrink:0;font-size:1.5rem}.event-details{flex:1 1}.event-details h4{color:#2c3e50;font-size:1rem;font-weight:600;margin:0 0 .25rem}.event-time{color:#6c757d;font-size:.875rem;margin:0 0 .25rem}.event-campaign{color:#667eea;font-size:.75rem;font-weight:500;margin:0}.event-actions{flex-shrink:0}.performance-section{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.campaigns-list{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 2rem}.campaign-item{background:#f8f9fa;border:2px solid #0000;border-radius:12px;cursor:pointer;opacity:1;padding:1.5rem;transform:translateY(0);transition:all .3s ease}.campaign-item:hover{background:#e9ecef;transform:translateY(-2px)}.campaign-item.selected{background:#667eea0d;border-color:#667eea}.campaign-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.campaign-header h4{color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0}.campaign-amount{color:#667eea;font-size:.9rem;font-weight:600}.progress-bar{background:#e9ecef;margin-bottom:.75rem}.progress-fill{border-radius:4px;transform-origin:left;transition:width .8s ease-out}.campaign-stats{align-items:center;justify-content:space-between}.progress-percent{color:#6c757d;font-size:.875rem;font-weight:500}.status{border-radius:12px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.status.active{background:#d4edda;color:#155724}.status.inactive{background:#f8d7da;color:#721c24}.donation-account-info{border-top:1px dashed #e9ecef;margin-top:1rem;padding-top:1rem}.donation-account-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem}.donation-account-header .account-icon{color:#667eea;flex-shrink:0;height:16px;width:16px}.donation-account-header .account-name{color:#2c3e50;font-size:.9rem;font-weight:600}.donation-account-header .account-type{background:#f0f4ff;border-radius:10px;color:#667eea;font-size:.7rem;font-weight:500;letter-spacing:.3px;margin-left:auto;padding:.15rem .5rem;text-transform:uppercase}.donation-account-stats{background:#f8f9fa;border-radius:6px;display:flex;gap:1.5rem;padding:.5rem .75rem}.donation-account-stats .account-stat{display:flex;flex-direction:column;gap:.15rem}.donation-account-stats .stat-label{color:#6c757d;font-size:.7rem;letter-spacing:.3px;text-transform:uppercase}.donation-account-stats .stat-value{color:#2c3e50;font-size:.85rem;font-weight:600}.donation-account-section-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem}.donation-account-section-header .section-icon{color:#667eea;flex-shrink:0;height:16px;width:16px}.donation-account-section-header .section-title{color:#6c757d;font-size:.8rem;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.donation-accounts-list{display:flex;flex-direction:column;gap:.5rem}.donation-account-row{align-items:center;background:#f8f9fa;border-left:3px solid #667eea;border-radius:6px;display:flex;justify-content:space-between;padding:.5rem .75rem}.donation-account-row .account-info{align-items:center;display:flex;gap:.5rem}.donation-account-row .account-name{color:#2c3e50;font-size:.9rem;font-weight:600}.donation-account-row .account-type-badge{background:#e8ecff;border-radius:8px;color:#667eea;font-size:.65rem;font-weight:500;letter-spacing:.3px;padding:.15rem .4rem;text-transform:uppercase}.donation-account-row .account-metrics{align-items:center;display:flex;gap:.35rem}.donation-account-row .metric-amount{color:#28a745;font-size:.9rem;font-weight:700}.donation-account-row .metric-count{color:#6c757d;font-size:.75rem}.donation-account-empty{align-items:center;background:#f8f9fa;border-radius:6px;color:#6c757d;display:flex;gap:.5rem;padding:.5rem .75rem}.donation-account-empty .account-icon{color:#adb5bd;flex-shrink:0;height:16px;width:16px}.donation-account-empty .empty-text{font-size:.85rem;font-style:italic}.donation-account-empty .assign-link{color:#667eea;font-size:.75rem;font-weight:500;margin-left:auto;text-decoration:none}.donation-account-empty .assign-link:hover{text-decoration:underline}.calls-meetings-info{border-top:1px dashed #e9ecef;margin-top:1rem;padding-top:1rem}.calls-meetings-stats{background:#f8f9fa;border-radius:6px;display:flex;gap:1.5rem;padding:.5rem .75rem}.calls-meetings-stats .stat-item{align-items:center;display:flex;flex-direction:column;gap:.15rem;min-width:50px}.calls-meetings-stats .stat-item.clickable{border-radius:6px;cursor:pointer;padding:.5rem;transition:all .2s ease}.calls-meetings-stats .stat-item.clickable:hover{background:#667eea1a;transform:translateY(-2px)}.calls-meetings-stats .stat-value{color:#667eea;font-size:1.25rem;font-weight:700}.calls-meetings-stats .stat-label{color:#667eea!important;font-size:.75rem;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.section-content{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin:0;padding:2rem 1rem;width:100%}.section-content h2{color:#2c3e50;font-size:2rem;font-weight:700;margin:0 0 1rem}.section-content p{color:#6c757d;font-size:1.1rem;margin-bottom:2rem}.coming-soon{background:#f8f9fa;border:2px dashed #e9ecef;border-radius:8px;color:#6c757d;padding:3rem 1rem;text-align:center}.coming-soon p{font-size:1.2rem;margin:0}.settings-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.settings-card{background:#f8f9fa;border:1px solid #e9ecef;transition:all .3s}.settings-card:hover{background:#e9ecef}.settings-card h3{color:#2c3e50;margin:0 0 1rem}.settings-card p{color:#6c757d;font-size:.95rem;margin:0 0 1.5rem}.dashboard-loading{gap:1rem}.loading-spinner.large{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#667eea;height:48px;width:48px}.dashboard-error{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.dashboard-error h2{color:#2c3e50;margin:0}.dashboard-error p{color:#6c757d;margin:0}.chart-container{background:#f8f9fa;border-radius:8px;height:200px;overflow:hidden;position:relative}.chart-skeleton{bottom:1rem;left:1rem;position:absolute;right:1rem;top:1rem}.skeleton-bar{width:24px}.skeleton-bar:first-child{height:40%}.skeleton-bar:nth-child(2){height:65%}.skeleton-bar:nth-child(3){height:30%}.skeleton-bar:nth-child(4){height:80%}.skeleton-bar:nth-child(5){height:55%}.skeleton-bar:nth-child(6){height:45%}.skeleton-bar:nth-child(7){height:70%}.metric-card.loading{position:relative}.metric-card.loading .metric-info{opacity:.3}.metric-skeleton{bottom:0;left:0;padding:inherit;position:absolute;right:0;top:0}.fade-in{animation:fadeIn .5s ease-in forwards}.fade-out{animation:fadeOut .3s ease-out forwards}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.content-loading{opacity:.6;pointer-events:none}.content-loaded{opacity:1;pointer-events:auto;transition:opacity .3s ease}.dashboard-grid{min-height:600px}.metrics-section{min-height:150px}.performance-section{min-height:400px}.calendar-section{min-height:300px}@media (max-width:1024px){.dashboard-controls{align-items:stretch;flex-direction:column;gap:1rem}.calendar-controls,.campaign-filter{justify-content:center}.metrics-section{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:768px){.main-content{margin-top:1.5rem;order:1;padding:1rem}.metrics-section{grid-template-columns:1fr}.metric-card{padding:1.5rem}.section-header{flex-direction:column;gap:.5rem;text-align:center}.campaign-header,.campaign-stats{align-items:flex-start;flex-direction:column;gap:.5rem}.event-item{align-items:flex-start;flex-direction:column;text-align:left}.calendar-content,.campaigns-list{padding:1rem}.settings-grid{grid-template-columns:1fr}}.calendar-day-view{padding:1rem}.day-header{border-bottom:2px solid #e9ecef;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.day-header h3{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:0}.day-timeline{display:flex;flex-direction:column;gap:1rem}.timeline-event{align-items:center;background:#f8f9fa;border-left:4px solid #6c757d;border-radius:12px;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s}.timeline-event:hover{background:#e9ecef;transform:translateX(4px)}.timeline-event.call{border-left-color:#3498db}.timeline-event.meeting{border-left-color:#2ecc71}.timeline-event.event{border-left-color:#f39c12}.timeline-time{color:#667eea;font-size:1.1rem;font-weight:700;min-width:80px}.timeline-content{align-items:center;display:flex;flex:1 1;gap:1rem}.event-type-badge{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;display:flex;font-size:1.5rem;height:40px;justify-content:center;width:40px}.timeline-details h4{color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.no-events-today{background:#f8f9fa;border:2px dashed #e9ecef;border-radius:12px;color:#6c757d;padding:3rem 1rem;text-align:center}.calendar-week-view{padding:1rem}.week-header{margin-bottom:2rem;text-align:center}.week-header h3{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:0}.week-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(7,1fr)}.week-day{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;min-height:200px;overflow:hidden}.week-day-header{background:#667eea;color:#fff;padding:1rem;text-align:center}.day-name{display:block;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.day-number{display:block;font-size:1.25rem;font-weight:700}.week-day-events{display:flex;flex-direction:column;gap:.5rem;padding:.75rem}.week-event{background:#fff;border-left:3px solid #6c757d;border-radius:8px;font-size:.875rem;padding:.75rem;transition:all .3s}.week-event:hover{background:#e9ecef;transform:translateY(-1px)}.week-event.call{border-left-color:#3498db}.week-event.meeting{border-left-color:#2ecc71}.week-event.event{border-left-color:#f39c12}.week-event-time{color:#667eea;font-size:.75rem}.week-event-time,.week-event-title{font-weight:600;margin-bottom:.25rem}.week-event-title{color:#2c3e50;line-height:1.2}.week-event-type{font-size:.875rem}.calendar-month-view{padding:1rem}.month-header{margin-bottom:2rem;text-align:center}.month-header h3{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:0}.month-grid{background:#fff;border:1px solid #e9ecef;border-radius:12px;overflow:hidden}.month-weekdays{background:#667eea;color:#fff;display:grid;grid-template-columns:repeat(7,1fr)}.month-weekday{font-size:.875rem;font-weight:600;padding:1rem;text-align:center}.month-dates{display:grid;grid-template-columns:repeat(7,1fr)}.month-date{background:#fff;border:1px solid #e9ecef;min-height:120px;padding:.5rem;position:relative;transition:all .3s}.month-date:hover{background:#f8f9fa}.month-date.other-month{background:#f8f9fa;color:#6c757d}.month-date.today{background:#667eea1a;border-color:#667eea}.date-number{color:#2c3e50;font-size:1rem;font-weight:600}.month-date.today .date-number{color:#667eea;font-weight:700}.month-events{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.month-event{align-items:center;background:#fffc;border-radius:4px;display:flex;font-size:.75rem;gap:.5rem;padding:.25rem;transition:all .3s}.month-event:hover{background:#fff;transform:translateY(-1px)}.month-event-dot{background:#6c757d;border-radius:50%;flex-shrink:0;height:6px;width:6px}.month-event.call .month-event-dot{background:#3498db}.month-event.meeting .month-event-dot{background:#2ecc71}.month-event.event .month-event-dot{background:#f39c12}.month-event-title{color:#2c3e50;flex:1 1;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.month-event-more{background:#667eea1a;border-radius:4px;color:#667eea;font-size:.75rem;font-weight:600;margin-top:.25rem;padding:.25rem;text-align:center}@media (max-width:1024px){.week-grid{gap:.75rem;grid-template-columns:repeat(4,1fr)}.week-day{min-height:150px}.month-date{min-height:100px}}@media (max-width:768px){.timeline-event{align-items:flex-start;flex-direction:column;gap:1rem}.timeline-content{width:100%}.week-grid{gap:.5rem;grid-template-columns:repeat(2,1fr)}.week-day{min-height:120px}.week-day-header{padding:.75rem}.week-day-events{padding:.5rem}.month-dates{grid-template-columns:repeat(4,1fr)}.month-date{min-height:80px;padding:.25rem}.month-weekdays{grid-template-columns:repeat(4,1fr)}.month-weekday{font-size:.75rem;padding:.75rem .5rem}.calendar-day-view,.calendar-month-view,.calendar-week-view{padding:.5rem}}.dashboard-content{box-sizing:border-box;display:flex;flex-direction:column;gap:2rem;padding:1.5rem;width:100%}.dashboard-controls{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:1rem}.dashboard-header h1{color:#1a202c;font-size:2rem;font-weight:700;margin:0 0 .5rem}.dashboard-subtitle{color:#718096;font-size:1rem;margin:0}.campaign-filter{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.campaign-filter label{color:#4a5568;font-size:.875rem;font-weight:500}.campaign-select{border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;padding:.5rem .75rem}.dashboard-metrics{margin-bottom:1rem}.metrics-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.metric-card{border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.metric-header{align-items:center;display:flex;gap:1rem}.metric-icon{border-radius:.75rem;height:3rem;width:3rem}.metric-icon.fundraising{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.metric-icon.campaigns{background:linear-gradient(135deg,#ed8936,#dd6b20);color:#fff}.metric-icon.contacts{background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff}.metric-icon svg{height:1.5rem;width:1.5rem}.metric-info h3{color:#718096;font-size:.875rem;font-weight:500;letter-spacing:.05em;margin:0 0 .25rem;text-transform:uppercase}.metric-value{font-size:1.875rem}.dashboard-section{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.dashboard-section h2{color:#1a202c;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem}.quick-actions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}@media (max-width:1200px){.quick-actions-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.quick-actions-grid{grid-template-columns:1fr}}.action-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:.5rem;display:flex;flex-direction:column;min-height:220px;padding:1.5rem;text-align:center;transition:all .2s ease}.action-card:hover{background:#edf2f7;border-color:#cbd5e0;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.action-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.75rem;color:#fff;display:flex;height:3rem;justify-content:center;margin:0 auto 1rem;width:3rem}.action-icon svg{height:1.5rem;width:1.5rem}.action-card h3{color:#1a202c;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.action-card p{color:#718096;flex:1 1;font-size:.875rem;line-height:1.5;margin:0}.action-card .btn{display:flex;justify-content:center;margin-left:auto;margin-right:auto;margin-top:auto;text-align:center;width:auto}@media (max-width:768px){.dashboard-content{gap:1.5rem;padding:1rem}.dashboard-controls{flex-direction:column;gap:1rem}.campaign-filter{min-width:auto}.metrics-grid{gap:1rem;grid-template-columns:1fr}.dashboard-header h1,.metric-value{font-size:1.5rem}.donation-account-stats{flex-direction:column;gap:.75rem}.donation-account-header{flex-wrap:wrap}.donation-account-header .account-type{margin-left:0;margin-top:.25rem}.donation-account-row{align-items:flex-start;flex-direction:column;gap:.5rem}.donation-account-row .account-metrics{justify-content:flex-end;width:100%}.calls-meetings-stats{justify-content:center}.calls-meetings-stats .stat-item{flex:1 1}}.chart-skeleton-container{background:#f8f9fa;border-radius:8px;overflow:hidden;padding:1rem;position:relative}.chart-skeleton,.chart-skeleton-container{align-items:end;display:flex;justify-content:center}.chart-skeleton{gap:.5rem;height:100%;width:100%}.skeleton-bar{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#e9ecef 25%,#f8f9fa 50%,#e9ecef 75%);background-size:200% 100%;border-radius:2px;width:20px}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.metric-skeleton{align-items:center;display:flex;gap:1.5rem;width:100%}.metric-icon-skeleton{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#e9ecef 25%,#f8f9fa 50%,#e9ecef 75%);background-size:200% 100%;border-radius:12px;flex-shrink:0;height:60px;width:60px}.metric-text-skeleton{flex:1 1}.metric-text-skeleton .skeleton-line{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#e9ecef 25%,#f8f9fa 50%,#e9ecef 75%);background-size:200% 100%;border-radius:4px;height:16px;margin-bottom:8px}.metric-text-skeleton .skeleton-line:last-child{margin-bottom:0}.metric-text-skeleton .skeleton-line.short{width:60%}.metric-text-skeleton .skeleton-line.long{height:24px;width:90%}.campaign-item-skeleton{background:#f8f9fa;border:2px solid #0000;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.campaign-header-skeleton{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.campaign-header-skeleton .skeleton-line.campaign-name{height:20px;width:40%}.campaign-header-skeleton .skeleton-line.campaign-amount{height:16px;width:25%}.progress-bar-skeleton{background:#e9ecef;border-radius:4px;height:8px;margin-bottom:.75rem;overflow:hidden;position:relative}.progress-bar-skeleton:before{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#e9ecef 25%,#f8f9fa 50%,#e9ecef 75%);background-size:200% 100%;border-radius:4px;content:"";height:100%;left:0;position:absolute;top:0;width:60%}.campaign-stats-skeleton{align-items:center;display:flex;justify-content:space-between}.campaign-stats-skeleton .skeleton-line.progress-text{height:14px;width:30%}.campaign-stats-skeleton .skeleton-line.status-text{height:14px;width:20%}@media (max-width:768px){.chart-skeleton-container{padding:.75rem}.metric-skeleton{gap:1rem}.metric-icon-skeleton{height:48px;width:48px}.skeleton-bar{width:16px}.campaign-item-skeleton{padding:1rem}.campaign-header-skeleton{align-items:flex-start;flex-direction:column;gap:.5rem}.campaign-header-skeleton .skeleton-line.campaign-amount,.campaign-header-skeleton .skeleton-line.campaign-name{width:100%}.campaign-stats-skeleton{align-items:flex-start;flex-direction:column;gap:.5rem}.campaign-stats-skeleton .skeleton-line.progress-text,.campaign-stats-skeleton .skeleton-line.status-text{width:100%}}.contacts-page{box-sizing:border-box;margin:0;padding:2rem 1rem;width:100%}.contacts-filters,.contacts-header{margin-bottom:2rem}.contacts-filters{align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 8px #00000014;box-sizing:border-box;display:flex;gap:2rem;padding:2rem}.search-box{flex:1 1;max-width:400px}.search-input{border:2px solid #e9ecef}.filter-buttons{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;display:flex;gap:.75rem;padding:.5rem}.filter-btn{background:#0000;border:none;border-radius:8px;color:#6c757d;cursor:pointer;font-size:.9rem;font-weight:600;min-width:80px;padding:.75rem 1.5rem;position:relative;transition:all .3s ease}.filter-btn:hover{background:#667eea1a;color:#667eea;transform:translateY(-1px)}.filter-btn.active{background:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff;transform:translateY(-1px)}.view-toggle{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;display:flex;padding:.25rem}.view-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#6c757d;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;justify-content:center;min-width:70px;padding:.75rem 1.25rem;transition:all .3s ease}.view-btn:hover{background:#667eea1a;color:#667eea;transform:translateY(-1px)}.view-btn.active{background:#667eea;box-shadow:0 2px 8px #667eea4d;color:#fff;transform:translateY(-1px)}.loading-state{color:#6c757d;padding:4rem}.contacts-content{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;box-sizing:border-box;overflow:hidden}.contacts-table-wrapper{box-sizing:border-box;min-width:0;overflow-x:auto;scrollbar-gutter:stable;width:100%}.contacts-content.list{overflow:visible}.contacts-table{border-collapse:collapse;border-spacing:0;width:100%}.contacts-table thead th{background:#f8f9fa;border-bottom:2px solid #e9ecef;color:#495057;font-size:.85rem;font-weight:600;letter-spacing:.3px;padding:1rem;text-align:left;text-transform:uppercase;white-space:nowrap}.contacts-table tbody tr:hover td{background:#f8f9fa}.contacts-table tbody td{border-bottom:1px solid #e9ecef;font-size:.9rem;padding:1rem;transition:background-color .2s ease;vertical-align:middle}.contacts-table tbody td:last-child,.contacts-table thead th:last-child{max-width:150px;min-width:150px;width:150px}.contacts-table tbody td a{color:#667eea;text-decoration:none}.contacts-table tbody td a:hover{text-decoration:underline}.contact-name-link:hover{color:#5a67d8}.action-buttons{display:inline-flex}.action-buttons .btn{flex:0 0 auto;min-width:0;width:auto}.action-buttons .btn-tiny{font-size:.75rem;padding:.35rem .6rem}.contacts-grid{grid-gap:1rem;gap:1rem;padding:1.5rem}.contact-card{background:#fff;border:1px solid #e9ecef;display:flex;flex-direction:column;padding:1rem}.contact-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.contact-card-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.contact-avatar{font-size:1rem;font-weight:700;height:40px;width:40px}.contact-avatar-image{background:none}.contact-open-btn{align-items:center;border-radius:4px;display:flex;flex-shrink:0;font-size:.75rem;height:24px;justify-content:center;max-width:24px!important;min-width:24px!important;padding:0!important;width:24px!important}.status-badge-inline{border-radius:4px;font-size:.7rem;font-weight:500;margin-left:.5rem;padding:.15rem .4rem}.status-badge-inline.archived{background:#fbbf2426;color:#b45309}.status-badge-inline.deceased{background:#f8717126;color:#b91c1c}.contact-list-avatar{object-fit:cover}.contact-list-avatar,.contact-list-avatar-placeholder{border:2px solid #e9ecef;border-radius:50%;height:32px;width:32px}.contact-list-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:.75rem;font-weight:700;justify-content:center}.contact-card-info{flex:1 1;min-width:0}.contact-card-name{color:#2c3e50;cursor:pointer;font-size:.95rem;font-weight:600;margin:0 0 .125rem;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease;white-space:nowrap}.contact-card-name:hover{color:#667eea}.contact-card-org{color:#6c757d;font-size:.8rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-card-details{display:none;flex:1 1;margin-bottom:.75rem}.contact-card-details p{color:#495057;font-size:.8rem;margin:.125rem 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-card-details a{color:#667eea;text-decoration:none}.contact-card-details a:hover{text-decoration:underline}.contact-card-footer{align-items:center;border-top:1px solid #e9ecef;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;margin-top:auto;padding-top:.75rem}.donation-amount{color:#28a745;font-size:.8rem;font-weight:600;white-space:nowrap}.contact-card-actions{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.contact-card-actions .btn-tiny{font-size:.8rem;padding:.4rem .75rem}.contact-detail-view{padding:1.5rem;width:100%}.contact-detail-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;gap:.5rem;padding:.5rem}.contact-detail-header .btn-secondary{background:#fff3;border:1px solid #ffffff4d;color:#fff}.contact-detail-header .btn-secondary:hover{background:#ffffff4d}.contact-detail-actions{display:flex;gap:1rem}.contact-detail-content{display:flex;flex-direction:column;gap:1.5rem}.contact-profile-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem}.contact-profile-header{align-items:center;display:flex;gap:1.5rem;margin-bottom:2rem}.contact-profile-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:2.5rem;font-weight:700;height:100px;justify-content:center;width:100px}.contact-profile-avatar.contact-avatar-image{background:none;object-fit:cover}.contact-profile-info h1{color:#2c3e50;font-size:2rem;font-weight:700;margin:0 0 .5rem}.contact-profile-title{color:#6c757d;font-size:1.1rem;margin:0 0 .75rem}.contact-profile-status .status-badge{border-radius:20px;display:inline-block;font-size:.8rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.contact-profile-stats{grid-gap:1.5rem;border-top:1px solid #e9ecef;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);padding-top:1.5rem}.contact-profile-stats .stat-item{background:#f8f9fa;border-radius:8px;padding:1rem;text-align:center}.contact-profile-stats .stat-value{color:#667eea;display:block;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.contact-profile-stats .stat-label{color:#2c3e50!important;display:block;font-size:.85rem!important;font-weight:600!important;letter-spacing:.5px;opacity:1!important;text-transform:uppercase;visibility:visible!important}.contact-detail-grid{display:flex;flex-direction:column;gap:1.5rem}.contact-info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.info-label{color:#6c757d;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.info-value{color:#2c3e50;font-size:1rem}.info-value a{color:#667eea;text-decoration:none}.info-value a:hover{text-decoration:underline}.no-data{color:#adb5bd}.contact-header{align-items:center;border-bottom:2px solid #e9ecef;display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem}.contact-header .contact-avatar{font-size:2rem;height:80px;width:80px}.contact-info h1{color:#2c3e50;font-size:2rem;font-weight:700;margin:0 0 .5rem}.contact-title{color:#6c757d;font-size:1.1rem;margin:0 0 .5rem}.contact-email,.contact-phone{font-size:1rem;margin:.25rem 0}.contact-email a,.contact-phone a{color:#667eea;text-decoration:none}.contact-email a:hover,.contact-phone a:hover{text-decoration:underline}.contact-sections{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.contact-section{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.contact-section h3{border-bottom:2px solid #e9ecef;color:#495057;font-size:1.2rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.contact-item{border-bottom:1px solid #e9ecef;margin-bottom:1rem;padding-bottom:1rem}.contact-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.contact-label{color:#495057;font-weight:600;margin-right:.5rem;text-transform:capitalize}.contact-value{color:#2c3e50}.contact-value a{color:#667eea;text-decoration:none}.contact-value a:hover{text-decoration:underline}.primary-badge{background:#28a745;border-radius:4px;color:#fff;font-size:.7rem;font-weight:600;margin-left:.5rem;padding:.1rem .5rem;text-transform:uppercase}.contact-year{color:#6c757d;font-size:.9rem}.contact-link{background:none;border:none;cursor:pointer;font-size:inherit;text-decoration:underline}.contact-link:hover{color:#5a67d8}.contact-description{color:#6c757d;font-size:.9rem;font-style:italic}.note-item{background:#fff;border-left:4px solid #667eea;border-radius:6px;margin-bottom:1rem;padding:1rem}.note-item h4{color:#2c3e50;font-size:1rem;margin:0 0 .5rem}.note-item p{color:#495057;line-height:1.5;margin:0 0 .5rem}.note-meta{color:#6c757d;display:flex;font-size:.8rem;gap:1rem}.note-type{background:#e9ecef;border-radius:4px;padding:.1rem .5rem;text-transform:capitalize}.empty-state{font-style:italic;padding:2rem}.pagination{padding:2rem}.pagination-info{color:#6c757d;font-size:.9rem}@media (max-width:1200px){.contacts-table-wrapper{overflow-x:auto}.contacts-table{min-width:900px}}@media (max-width:768px){.contacts-page{padding:1rem}.contacts-header{flex-wrap:wrap;justify-content:center}.contacts-filters{flex-direction:column;gap:1rem;padding:1rem}.search-box{max-width:100%}.filter-buttons,.view-toggle{justify-content:center;width:100%}.contacts-table{min-width:700px}.contacts-grid{gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:1rem}.contact-detail-header{gap:1rem}.contact-detail-header,.contact-header{flex-direction:column;text-align:center}.contact-sections{grid-template-columns:1fr}}@media (max-width:480px){.contacts-grid{grid-template-columns:1fr}}@media (max-width:768px){.contact-profile-header{flex-direction:column;text-align:center}.contact-profile-stats{grid-template-columns:repeat(2,1fr)}.contact-info-grid{grid-template-columns:1fr}.contact-detail-header{flex-direction:column;gap:1rem}}.smart-rule-builder{background:#fafafa;border:2px solid #f0f0f0;border-radius:8px;padding:1.5rem}.no-rules{color:#666;padding:2rem;text-align:center}.no-rules p{font-style:italic;margin:0}.rule-row{margin-bottom:1rem}.rule-row:last-of-type{margin-bottom:1.5rem}.logic-selector{margin-bottom:.5rem}.logic-selector select{background:#007bff;border:2px solid #007bff;border-radius:4px;color:#fff;font-size:.75rem;font-weight:600;padding:.375rem .75rem;text-transform:uppercase}.rule-content{grid-gap:.75rem;align-items:center;background:#fff;border:2px solid #e1e5e9;border-radius:6px;display:grid;gap:.75rem;grid-template-columns:1fr 1fr 2fr auto;padding:1rem}.field-select,.operator-select{border:1px solid #ddd;border-radius:4px;font-size:.875rem;padding:.5rem}.value-input{align-items:center;display:flex;gap:.5rem}.value-input input,.value-input select{border:1px solid #ddd;border-radius:4px;flex:1 1;font-size:.875rem;padding:.5rem}.range-inputs{align-items:center;display:flex;gap:.5rem}.range-inputs input{flex:1 1;min-width:0}.range-inputs span{color:#666;font-size:.875rem;white-space:nowrap}.add-rule-btn{background:#fff;border:2px dashed #ccc;border-radius:6px;color:#666;cursor:pointer;font-size:.875rem;margin-top:.5rem;padding:.75rem;transition:all .2s ease;width:100%}.add-rule-btn:hover{background:#f8f9ff;border-color:#007bff;color:#007bff}.rule-preview{background:#e3f2fd;border:1px solid #bbdefb;border-radius:6px;margin-top:1.5rem;padding:1rem}.rule-preview h4{color:#1976d2;font-size:.875rem;font-weight:600;margin:0 0 .5rem}.rule-preview p{color:#333;font-size:.875rem;line-height:1.4;margin:0}.rule-preview em{color:#1976d2;font-style:normal;font-weight:500}.rule-preview strong{color:#d32f2f}.btn{gap:.25rem;padding:.375rem .75rem}.btn-secondary:hover{background:#545b62}.btn-danger:hover{background:#c82333}.btn-small{padding:.25rem .5rem}@media (max-width:768px){.smart-rule-builder{padding:1rem}.rule-content{gap:.5rem;grid-template-columns:1fr;padding:.75rem}.range-inputs{align-items:stretch;flex-direction:column}.range-inputs span{padding:.25rem 0;text-align:center}.value-input{align-items:stretch;flex-direction:column}}@media (max-width:480px){.rule-content{padding:.5rem}.field-select,.operator-select,.value-input input,.value-input select{font-size:.8rem;padding:.4rem}}.contact-list-form-page{margin:0 auto;max-width:800px;padding:2rem}.form-header{margin-bottom:2rem;text-align:center}.form-header h1{color:#1a1a1a;font-size:2rem;font-weight:600;margin:0 0 .5rem}.form-header p{color:#666;font-size:1rem;margin:0}.contact-list-form{background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:2rem}.form-section{margin-bottom:2rem}.form-section:last-of-type{margin-bottom:0}.form-section h2{border-bottom:2px solid #f0f0f0;color:#1a1a1a;font-size:1.25rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.section-description{color:#666;font-size:.875rem;line-height:1.4;margin:0 0 1.5rem}.form-group label{color:#333}.contact-list-form-page .form-group input,.contact-list-form-page .form-group select,.contact-list-form-page .form-group textarea{background:#fff;border:2px solid #e1e5e9;border-radius:6px;box-sizing:border-box;color:#1f2937;font-size:1rem;padding:.75rem;transition:border-color .2s ease;width:100%}.contact-list-form-page .form-group input:focus,.contact-list-form-page .form-group select:focus,.contact-list-form-page .form-group textarea:focus{border-color:#007bff;outline:none}.contact-list-form-page .form-group input.error,.contact-list-form-page .form-group select.error,.contact-list-form-page .form-group textarea.error{border-color:#dc3545}.contact-list-form-page .form-group select:disabled{background:#f8f9fa;color:#6c757d;cursor:not-allowed}.contact-list-form-page .field-hint{color:#6c757d;display:block;font-size:.8rem;margin-top:.25rem}.error-message{color:#dc3545;display:block;font-size:.875rem;margin-top:.25rem}.radio-group{display:flex;flex-direction:column;gap:1rem}.radio-option{align-items:flex-start;border:2px solid #e1e5e9;border-radius:8px;gap:.75rem;padding:1rem;transition:all .2s ease}.radio-option:hover{background:#f8f9ff;border-color:#007bff}.radio-option input[type=radio]{margin:.125rem 0 0;width:auto}.radio-option input[type=radio]:checked+.radio-content{color:#007bff}.radio-option:has(input[type=radio]:checked){background:#f8f9ff;border-color:#007bff}.radio-content{flex:1 1}.radio-content strong{align-items:center;display:flex;font-size:1rem;gap:6px;margin-bottom:.25rem}.radio-content strong svg{height:18px;width:18px}.radio-content p{color:#666;font-size:.875rem;margin:0}.tags-input{border:2px solid #e1e5e9;border-radius:6px;min-height:60px;padding:.5rem}.tags-display{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.tag{align-items:center;background:#007bff;color:#fff;display:inline-flex;font-size:.875rem;gap:.25rem;padding:.25rem .5rem}.tag-remove{color:#fff;line-height:1;margin-left:.25rem}.tag-remove svg{height:12px;width:12px}.tag-remove:hover{opacity:.7}.tag-input-wrapper{align-items:center;display:flex;gap:.5rem}.tag-input-wrapper input{border:none;flex:1 1;font-size:.875rem;padding:.5rem}.tag-input-wrapper input:focus{outline:none}.btn-small{font-size:.75rem}.form-actions{border-top:1px solid #f0f0f0;padding-top:2rem}@media (max-width:768px){.contact-list-form-page{padding:1rem}.contact-list-form{padding:1.5rem}.form-actions{flex-direction:column-reverse}.radio-group{gap:.75rem}.radio-option{padding:.75rem}.tag-input-wrapper{align-items:stretch;flex-direction:column}}:root{--color-primary:#667eea;--color-primary-dark:#764ba2;--color-primary-gradient:linear-gradient(135deg,#667eea,#764ba2);--color-accent:#f39c12;--color-accent-dark:#e67e22;--color-accent-gradient:linear-gradient(135deg,#f39c12,#e67e22);--color-success:#10b981;--color-success-dark:#059669;--color-danger:#ef4444;--color-danger-dark:#dc2626;--color-warning:#f59e0b;--color-text-primary:#1f2937;--color-text-secondary:#6b7280;--color-text-muted:#9ca3af;--color-text-inverse:#fff;--color-bg-primary:#fff;--color-bg-secondary:#f8f9fa;--color-bg-tertiary:#fafbfc;--color-bg-hover:#f0f4ff;--color-border:#d1d5db;--color-border-light:#e5e7eb;--color-border-focus:#667eea;--input-height:28px;--input-height-lg:36px;--input-padding:0.3rem 0.4rem;--input-font-size:0.8rem;--input-border-radius:3px;--label-font-size:0.75rem;--label-font-weight:500;--label-color:#374151;--section-font-size:0.75rem;--section-font-weight:600;--section-color:#667eea;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:0.75rem;--spacing-lg:1rem;--spacing-xl:1.5rem;--spacing-2xl:2rem;--panel-padding:1rem;--panel-header-padding:0.5rem 0.75rem;--radius-sm:3px;--radius-md:5px;--radius-lg:8px;--radius-xl:12px;--radius-full:50%;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 2px 4px #0000001a;--shadow-lg:0 4px 12px #00000026;--shadow-xl:0 8px 24px #0003;--transition-fast:0.15s ease;--transition-normal:0.2s ease;--transition-slow:0.3s ease;--z-dropdown:100;--z-modal:200;--z-loading:150;--z-tooltip:300;--font-family-base:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-family-heading:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-family-mono:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;--font-size-xs:0.7rem;--font-size-sm:0.8rem;--font-size-base:0.9rem;--font-size-lg:1rem;--font-size-xl:1.125rem;--font-size-2xl:1.25rem;--font-size-3xl:1.5rem;--font-size-4xl:2rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-base:1.5;--line-height-relaxed:1.75}*,:after,:before{margin:0;padding:0}input[type=checkbox]:after,input[type=checkbox]:before{background:none!important;border:none!important;box-sizing:initial!important;content:none!important;display:none!important;height:0!important;margin:0!important;padding:0!important;width:0!important}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;text-rendering:optimizeLegibility}body{background-color:var(--color-bg-primary);font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:var(--line-height-base)}body,h1,h2,h3,h4,h5,h6{color:var(--color-text-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);margin-bottom:.5em}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}h5{font-size:var(--font-size-lg)}h6{font-size:var(--font-size-base)}p{line-height:var(--line-height-relaxed);margin-bottom:1em}p:last-child{margin-bottom:0}a{color:var(--color-primary);transition:color var(--transition-fast)}a:hover{color:var(--color-primary-dark)}b,strong{font-weight:var(--font-weight-semibold)}em,i{font-style:italic}small{font-size:var(--font-size-sm)}ol,ul{margin-bottom:1em;padding-left:1.5em}li{margin-bottom:.25em}code,pre{font-family:var(--font-family-mono);font-size:var(--font-size-sm)}code{background:var(--color-bg-secondary);border-radius:var(--radius-sm);padding:.125em .25em}pre{background:var(--color-bg-tertiary);border-radius:var(--radius-md);overflow-x:auto;padding:1em}pre code{background:none;padding:0}img,video{display:block;height:auto;max-width:100%}table{border-collapse:collapse;width:100%}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button{background:none;border:none;cursor:pointer}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}:focus:not(:focus-visible){outline:none}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--color-text-primary)}.text-secondary{color:var(--color-text-secondary)}.text-muted{color:var(--color-text-muted)}.text-success{color:var(--color-success)}.text-danger{color:var(--color-danger)}.text-warning{color:var(--color-warning)}.font-normal{font-weight:var(--font-weight-normal)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.btn{border-radius:var(--radius-md);font-size:.75rem;gap:.35rem;line-height:1.4;padding:.35rem .75rem;transition:all var(--transition-normal);white-space:nowrap}.btn:disabled{box-shadow:none!important;transform:none!important}.btn svg{flex-shrink:0;height:14px;width:14px}.btn-primary{background:var(--color-accent-gradient);border-color:#0000;color:var(--color-text-inverse)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#e67e22,#d35400);box-shadow:0 4px 12px #f39c1266}.btn-secondary{background:#ffffff1a;border:1px solid #fff3;color:var(--color-text-inverse)}.btn-secondary:hover:not(:disabled){background:#fff3}.btn-secondary-solid{background:#6c757d;border-color:#0000;color:var(--color-text-inverse)}.btn-secondary-solid:hover:not(:disabled){background:#5a6268}.btn-danger{background:var(--color-danger);border-color:#0000;color:var(--color-text-inverse)}.btn-danger:hover:not(:disabled){background:var(--color-danger-dark);box-shadow:0 4px 12px #ef444466;transform:translateY(-1px)}.btn-outline{border:1px solid var(--color-border);color:var(--color-text-primary)}.btn-outline:hover:not(:disabled){background:var(--color-bg-secondary);border-color:var(--color-border)}.btn-outline-primary{background:#0000;border:1px solid var(--color-primary);color:var(--color-primary)}.btn-outline-primary:hover:not(:disabled){background:var(--color-primary);color:var(--color-text-inverse)}.btn-ghost{background:#0000;border-color:#0000;color:var(--color-text-secondary)}.btn-ghost:hover:not(:disabled){background:var(--color-bg-secondary);color:var(--color-text-primary)}.btn-sm{font-size:.7rem;padding:.25rem .5rem}.btn-sm svg{height:12px;width:12px}.btn-lg{font-size:.85rem;padding:.5rem 1rem}.btn-lg svg{height:16px;width:16px}.btn-icon{min-height:28px;min-width:28px;padding:.35rem}.btn-icon svg{margin:0}.btn-group{display:flex;gap:.5rem}.form-header .btn-primary{background:var(--color-accent-gradient);border:none;color:var(--color-text-inverse)}.form-header .btn-secondary{background:#ffffff1a;border:1px solid #fff3;color:var(--color-text-inverse)}.form-header .btn-secondary:hover:not(:disabled){background:#fff3}.panel-control-btn{border-radius:var(--radius-md);color:var(--color-text-inverse);padding:0;transition:all var(--transition-normal)}.panel-control-btn svg{stroke:currentColor;height:16px;width:16px}.btn-actions{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:var(--radius-md);color:var(--color-text-inverse);cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:600;gap:.35rem;padding:.35rem .75rem;transition:all var(--transition-normal)}.btn-actions:hover{background:#fff3}.btn-actions svg{height:14px;width:14px}.btn-tiny{border-radius:var(--radius-sm);font-size:.65rem;padding:.2rem .5rem}.btn-tiny svg{height:10px;width:10px}.btn-small{font-size:.7rem;padding:.3rem .6rem}.btn-small svg{height:12px;width:12px}.btn-large{border-radius:var(--radius-lg);font-size:1rem;padding:.75rem 1.5rem}.btn-large svg{height:20px;width:20px}.btn-success{background:var(--color-success);color:var(--color-text-inverse)}.btn-success:hover:not(:disabled){background:#059669;box-shadow:0 4px 12px #10b98166;transform:translateY(-1px)}.btn-warning{background:var(--color-warning);color:#92400e}.btn-warning:hover:not(:disabled){background:#d97706;color:#fff}.btn-info{background:#3b82f6;color:var(--color-text-inverse)}.btn-info:hover:not(:disabled){background:#2563eb;box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.btn-danger-outline{border:1px solid var(--color-danger);color:var(--color-danger)}.btn-danger-outline:hover:not(:disabled){background:var(--color-danger);color:var(--color-text-inverse)}.btn-success-outline{background:#0000;border:1px solid var(--color-success);color:var(--color-success)}.btn-success-outline:hover:not(:disabled){background:var(--color-success);color:var(--color-text-inverse)}.btn-back{background:#0000;border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-secondary);cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all var(--transition-normal)}.btn-back:hover{background:var(--color-bg-secondary);color:var(--color-text-primary)}.btn-back svg{height:16px;width:16px}.btn-add{align-items:center;background:var(--color-primary);border:none;border-radius:var(--radius-sm);color:var(--color-text-inverse);cursor:pointer;display:inline-flex;font-size:.7rem;font-weight:600;gap:.25rem;justify-content:center;padding:.25rem .5rem;transition:all var(--transition-fast)}.btn-add:hover{background:var(--color-primary-dark)}.btn-add svg{height:12px;width:12px}.btn-remove{align-items:center;background:#0000;border:1px solid var(--color-border-light);border-radius:var(--radius-sm);color:var(--color-text-secondary);cursor:pointer;display:inline-flex;height:24px;justify-content:center;padding:0;transition:all var(--transition-fast);width:24px}.btn-remove:hover{background:var(--color-danger);border-color:var(--color-danger);color:var(--color-text-inverse)}.btn-remove svg{height:14px;width:14px}.btn-remove-small{height:18px;width:18px}.btn-remove-small svg{height:10px;width:10px}.btn.loading{color:#0000!important;pointer-events:none}.btn.loading:after{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-top-color:#fff}.btn.saved{background:var(--color-success)!important}.btn-row{align-items:center;display:flex;gap:.75rem}.btn-row-end{justify-content:flex-end}.btn-row-center{justify-content:center}.btn-row-between{justify-content:space-between}.btn-stack{display:flex;flex-direction:column;gap:.5rem}.btn-block{width:100%}.form-container{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin:0 1rem 1rem;max-width:100%;overflow:visible;width:calc(100% - 2rem)}.form-header{background:var(--color-primary-gradient);color:var(--color-text-inverse);flex-direction:row;gap:.5rem;justify-content:flex-start;padding:.4rem 1rem}.form-header-left{align-items:center;display:flex;flex:1 1;flex-direction:row;gap:1rem}.form-header-info{align-items:flex-start;display:flex;flex-direction:column}.form-header-info h2{color:var(--color-text-inverse);font-size:1.1rem;font-weight:600;line-height:1.2;margin:0}.form-header-info .subtitle{color:#ffffffe6;font-size:.9rem;font-weight:400;margin:.25rem 0 0;opacity:.9}.form-header-icon{align-items:center;background:#ffffff40;border:2px solid #fff6;border-radius:var(--radius-full);color:var(--color-text-inverse);display:flex;flex-shrink:0;font-size:1.25rem;height:48px;justify-content:center;overflow:hidden;width:48px}.form-header-icon svg{stroke:currentColor;height:24px;width:24px}.form-header-icon.large{border-width:3px;font-size:1.75rem;height:80px;width:80px}.form-header-icon.large svg{height:36px;width:36px}.form-header-actions{align-items:center;display:flex;gap:.75rem;margin-left:auto}.form-header-actions .btn{align-items:center;display:inline-flex;font-size:.8rem;height:36px;justify-content:center;padding:0 1rem}.form-layout{display:grid;grid-template-columns:1fr 450px;max-height:calc(100vh - 150px);min-height:500px;overflow:hidden}.form-layout.panel-collapsed{grid-template-columns:1fr}.form-layout.panel-position-bottom{grid-template-columns:1fr;grid-template-rows:auto 1fr}.form-layout.resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.form-left-panel{background:var(--color-bg-primary);border-radius:0 0 0 var(--radius-xl);box-shadow:var(--shadow-md);overflow-y:auto;padding:var(--panel-padding)}.form-layout.panel-collapsed .form-left-panel{border-radius:0 0 var(--radius-xl) var(--radius-xl)}.form-layout.panel-position-bottom .form-left-panel{border-radius:0}.form-right-panel{background:var(--color-bg-primary);border-left:1px solid var(--color-border-light);border-radius:0 0 var(--radius-xl) 0;box-shadow:var(--shadow-md);display:flex;flex-direction:column;overflow:hidden;position:relative}.form-layout.panel-collapsed .form-right-panel{display:none}.form-layout.panel-position-bottom .form-right-panel{border-left:none;border-radius:0 0 var(--radius-xl) var(--radius-xl);border-top:1px solid var(--color-border-light);max-height:400px}.panel-resize-handle{left:0;transition:background var(--transition-normal)}.form-layout.resizing .panel-resize-handle,.panel-header,.panel-resize-handle:hover{background:var(--color-primary-gradient)}.panel-header{align-items:center;color:var(--color-text-inverse);display:flex;justify-content:space-between;min-height:48px;padding:var(--panel-header-padding)}.panel-title{font-size:.8rem;letter-spacing:.5px;text-transform:uppercase}.panel-controls{gap:.25rem}.panel-tabs{background:var(--color-bg-primary);padding:.75rem}.panel-tab{background:var(--color-bg-secondary);border-radius:20px;display:inline-flex;font-size:.75rem;gap:.35rem;padding:.4rem .75rem;transition:all var(--transition-normal)}.panel-tab:hover{background:var(--color-bg-hover);color:var(--color-primary)}.panel-tab svg{height:14px;width:14px}.panel-content{background:var(--color-bg-tertiary);flex:1 1;overflow-y:auto;padding:var(--spacing-lg)}.panel-content .form-row{grid-template-columns:1fr}@media (min-width:500px){.panel-content .form-row{grid-template-columns:repeat(2,1fr)}}.panel-content .form-group label{word-wrap:break-word;overflow:visible;white-space:normal}.show-panel-btn{align-items:center;background:var(--color-primary-gradient);border:none;border-radius:var(--radius-lg);color:var(--color-text-inverse);cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;transition:all var(--transition-normal)}.show-panel-btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.show-panel-btn svg{height:16px;width:16px}.form-grid{grid-gap:var(--spacing-md);gap:var(--spacing-md);grid-template-columns:repeat(4,1fr);margin-bottom:var(--spacing-md)}.form-grid-3{grid-template-columns:repeat(3,1fr)}.form-grid-2{grid-template-columns:repeat(2,1fr)}.form-row{grid-gap:var(--spacing-md);gap:var(--spacing-md);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:var(--spacing-md)}.form-group label{color:var(--label-color);font-size:var(--label-font-size);font-weight:var(--label-font-weight);margin-bottom:var(--spacing-xs)}.form-group input,.form-group select,.form-group textarea{background-color:#fff;border:1px solid var(--color-border);border-radius:var(--input-border-radius);box-sizing:border-box;color:#1f2937;font-size:var(--input-font-size);height:var(--input-height);line-height:1.4;padding:var(--input-padding);transition:border-color var(--transition-normal)}.form-group select{-webkit-appearance:menulist;appearance:menulist;background-color:#fff!important;color:#1f2937!important;line-height:1.4;min-height:32px;padding-bottom:4px!important;padding-top:4px!important}.form-group select option{background-color:#fff;color:#1f2937;padding:8px}select{background:#fff!important;color:#1f2937!important}.form-group textarea{height:auto;min-height:50px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-border-focus)}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:var(--color-danger)}.required-indicator{color:var(--color-danger);margin-left:2px}.error-message{color:var(--color-danger);font-size:.7rem;margin-top:var(--spacing-xs)}.form-section{margin-bottom:var(--spacing-lg)}.form-section:first-child{margin-top:0}.form-section-title{color:var(--section-color);font-size:var(--section-font-size);font-weight:var(--section-font-weight);letter-spacing:.5px;margin:0 0 var(--spacing-md) 0}.form-checkbox,.form-radio{align-items:center;cursor:pointer;display:flex;gap:var(--spacing-sm)}.form-checkbox input,.form-radio input{height:auto;margin:0;width:auto}.form-checkbox label,.form-radio label{cursor:pointer;margin:0}.checkbox-label{color:var(--color-text-primary);font-size:.9rem}.checkbox-label input[type=checkbox]{cursor:pointer}.page-tabs{padding-bottom:0}.page-tabs.pill-style{background:var(--color-bg-secondary);border-bottom:none;border-radius:var(--radius-lg);gap:.25rem;padding:.5rem}.page-tabs.pill-style .page-tab{border-bottom:none;border-radius:var(--radius-md);margin-bottom:0;padding:.5rem 1rem}.page-tabs.pill-style .page-tab.active{background:var(--color-primary);color:var(--color-text-inverse)}@media (max-width:1024px){.form-layout{grid-template-columns:1fr;grid-template-rows:auto 1fr}.form-right-panel{border-left:none;border-top:1px solid var(--color-border-light);max-height:500px}.form-layout.panel-collapsed .form-right-panel{max-height:40px}}@media (max-width:768px){.form-header{align-items:stretch;flex-direction:column;padding:.75rem;text-align:center}.form-header-left{flex-direction:column;gap:.5rem}.form-header-actions{justify-content:center;margin-left:0;margin-top:.5rem}.form-grid,.form-grid-2,.form-grid-3,.form-row{grid-template-columns:1fr}.form-left-panel,.panel-content{padding:var(--spacing-md)}.panel-tabs{justify-content:center}.panel-tab span:not(.tab-icon){display:none}}.input-with-icon{position:relative}.input-with-icon input{padding-left:2.5rem}.input-with-icon .input-icon{color:var(--color-text-secondary);left:.75rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.input-with-icon .input-icon svg{height:16px;width:16px}.input-group{display:flex;gap:.5rem}.input-group input{flex:1 1}.input-group .btn{flex-shrink:0}.select-with-action{align-items:flex-end;display:flex;gap:.5rem}.select-with-action select{flex:1 1}.form-inline{align-items:flex-end;display:flex;flex-wrap:wrap;gap:var(--spacing-md)}.form-inline .form-group{flex:1 1;min-width:150px}.form-compact .form-group{margin-bottom:var(--spacing-sm)}.form-compact .form-group label{font-size:.7rem;margin-bottom:.2rem}.form-compact .form-group input,.form-compact .form-group select,.form-compact .form-group textarea{font-size:.8rem;height:auto;padding:.3rem .5rem}.form-hint{color:var(--color-text-secondary);font-size:.75rem;margin-top:.25rem}.form-field-action{align-items:center;display:flex;gap:.5rem}.form-field-action input{flex:1 1}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:var(--color-bg-secondary);color:var(--color-text-muted);cursor:not-allowed}.form-group input:read-only,.form-group textarea:read-only{background:var(--color-bg-secondary)}.char-counter{color:var(--color-text-secondary);font-size:.7rem;margin-top:.25rem;text-align:right}.char-counter.warning{color:var(--color-warning)}.char-counter.error{color:var(--color-danger)}.search-input-wrapper input{padding-left:2.5rem;padding-right:2rem}.search-input-wrapper .search-icon{color:var(--color-text-secondary);left:.75rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.search-input-wrapper .search-icon svg{height:16px;width:16px}.search-input-wrapper .clear-search{background:none;border:none;color:var(--color-text-secondary);cursor:pointer;padding:.25rem;position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}.search-input-wrapper .clear-search:hover{color:var(--color-text-primary)}.form-group.has-error input,.form-group.has-error select,.form-group.has-error textarea{border-color:var(--color-danger)}.form-group.has-error label{color:var(--color-danger)}.form-group.has-success input,.form-group.has-success select,.form-group.has-success textarea{border-color:var(--color-success)}.validation-message{align-items:center;display:flex;font-size:.75rem;gap:.25rem;margin-top:.25rem}.validation-message.error{color:var(--color-danger)}.validation-message.success{color:var(--color-success)}.validation-message svg{height:12px;width:12px}.list-container{background:var(--color-bg-secondary);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);overflow:hidden}.list-container.scrollable{max-height:400px;overflow-y:auto}.list-header{background:var(--color-bg-primary);border-bottom:1px solid var(--color-border-light);gap:1rem;justify-content:space-between;min-height:48px;padding:.75rem 1rem}.list-header-title{color:var(--color-text-primary);flex-shrink:0;flex:0 0 auto;font-size:.85rem;font-weight:600;margin:0}.list-header .btn{flex-shrink:0;flex:0 0 auto;margin-left:auto}.list-header-title.section-style{color:var(--section-color);font-size:var(--section-font-size);font-weight:var(--section-font-weight);letter-spacing:.5px;text-transform:uppercase}.list-items{max-height:300px;overflow-y:auto}.list-item{align-items:center;background:var(--color-bg-primary);border-bottom:1px solid var(--color-border-light);cursor:pointer;display:flex;justify-content:space-between;padding:.75rem 1rem;transition:background var(--transition-fast)}.list-item:last-child{border-bottom:none}.list-item:hover{background:var(--color-bg-hover)}.list-item.selected{background:#e8f0fe;border-left:3px solid var(--color-primary)}.list-item.disabled{cursor:not-allowed;opacity:.5}.list-item-info{display:flex;flex:1 1;flex-direction:column;gap:.15rem;min-width:0}.list-item-name{color:var(--color-text-primary);font-size:.85rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-item-subtitle{color:var(--color-text-secondary);font-size:.75rem;text-transform:capitalize}.list-item-actions{align-items:center;display:flex;gap:.5rem;margin-left:.75rem}.list-item-badge{border-radius:20px;font-size:.7rem;font-weight:600;padding:.2rem .6rem;text-transform:uppercase}.list-item-badge.success{background:#d1fae5;color:#065f46}.list-item-badge.warning{background:#fef3c7;color:#92400e}.list-item-badge.danger{background:#fee2e2;color:#991b1b}.list-item-badge.info{background:#dbeafe;color:#1e40af}.list-item-expand{align-items:center;background:var(--color-bg-secondary);border-radius:var(--radius-sm);color:var(--color-text-secondary);display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:24px;justify-content:center;width:24px}.list-item-wrapper{border-bottom:1px solid var(--color-border-light)}.list-item-wrapper .list-item,.list-item-wrapper:last-child{border-bottom:none}.list-item-wrapper.expanded{background:var(--color-bg-secondary)}.list-item-details{background:var(--color-bg-primary);border-top:1px solid var(--color-border-light);padding:1rem}.list-item-details-content{display:flex;flex-direction:column;gap:.75rem}.list-item-stats{grid-gap:1rem;background:var(--color-bg-secondary);border-radius:var(--radius-lg);display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:.5rem;padding:.75rem}.list-item-stats.two-col{grid-template-columns:repeat(2,1fr)}.list-item-stat{align-items:center;display:flex;flex-direction:column;text-align:center}.list-item-stat-label{color:var(--color-text-secondary);font-size:.7rem;margin-bottom:.2rem}.list-item-stat-value{color:var(--color-text-primary);font-size:1rem;font-weight:600}.list-item-stat-value.positive{color:var(--color-success)}.list-item-stat-value.negative{color:var(--color-danger)}.list-item-detail-row{display:flex;font-size:.85rem;gap:.5rem}.list-item-detail-label{color:var(--color-text-secondary);min-width:80px}.list-item-detail-value{color:var(--color-text-primary);text-transform:capitalize}.list-item-status-row{align-items:center;display:flex;gap:1rem;margin-bottom:.75rem}.status-badge{border-radius:20px}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#fee2e2;color:#991b1b}.status-code{background:var(--color-bg-secondary);border-radius:var(--radius-sm);font-family:monospace;font-size:.8rem;padding:.2rem .5rem}.list-empty,.status-code{color:var(--color-text-secondary)}.list-empty{padding:2rem;text-align:center}.list-empty p{font-size:.85rem;margin:0}.list-empty svg{height:48px;margin-bottom:1rem;opacity:.4;width:48px}.list-create-form{background:#f0f4ff;border-bottom:1px solid var(--color-border-light);padding:1rem}.list-create-form-fields{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.list-create-form-fields .form-group{flex:1 1;min-width:150px}.list-create-form-fields .form-group label{font-size:.75rem;margin-bottom:.25rem}.list-create-form-fields .form-group input,.list-create-form-fields .form-group select{font-size:var(--input-font-size);height:var(--input-height)}.list-edit-form{display:flex;flex-direction:column;gap:.75rem}.list-edit-form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.list-edit-form-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}@media (max-width:768px){.list-item-stats{gap:.5rem;grid-template-columns:1fr}.list-item-stat{background:var(--color-bg-primary);border-radius:var(--radius-sm);flex-direction:row;justify-content:space-between;padding:.5rem}.list-item-actions{align-items:flex-end;flex-direction:column;gap:.35rem}.list-edit-form-row{grid-template-columns:1fr}.list-edit-form-actions{flex-direction:column}.list-edit-form-actions .btn{width:100%}}.modal-overlay{animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:var(--z-modal)}.modal{animation:slideIn .2s ease;background:var(--color-bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);max-width:500px;overflow:hidden}.modal-sm{max-width:350px}.modal-md{max-width:500px}.modal-lg{max-width:700px}.modal-xl{max-width:900px}.modal-full{max-height:calc(100vh - 2rem);max-width:calc(100vw - 2rem)}.modal-header{background:var(--color-primary-gradient);color:var(--color-text-inverse);flex-shrink:0}.modal-header-alt{background:var(--color-bg-primary);border-bottom:1px solid var(--color-border-light);color:var(--color-text-primary)}.modal-title{align-items:center;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin:0}.modal-title svg{height:20px;width:20px}.modal-close{background:#ffffff26;border-radius:var(--radius-md);color:inherit;transition:background var(--transition-fast)}.modal-close:hover{background:#ffffff40}.modal-header-alt .modal-close{background:var(--color-bg-secondary);color:var(--color-text-secondary)}.modal-header-alt .modal-close:hover{background:var(--color-border-light);color:var(--color-text-primary)}.modal-close svg{height:18px;width:18px}.modal-body{flex:1 1}.modal-body-compact{padding:1rem}.modal-body p{color:var(--color-text-secondary);font-size:.9rem;line-height:1.5;margin:0 0 1rem}.modal-body p:last-child{margin-bottom:0}.modal-footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border-light);flex-shrink:0}.modal-footer-left{justify-content:flex-start}.modal-footer-center{justify-content:center}.modal-footer-space-between{justify-content:space-between}.modal-confirm{text-align:center}.modal-confirm-icon{align-items:center;border-radius:var(--radius-full);display:flex;height:64px;justify-content:center;margin:0 auto 1rem;width:64px}.modal-confirm-icon.warning{background:#fef3c7;color:#f59e0b}.modal-confirm-icon.danger{background:#fee2e2;color:var(--color-danger)}.modal-confirm-icon.success{background:#d1fae5;color:var(--color-success)}.modal-confirm-icon.info{background:#dbeafe;color:#3b82f6}.modal-confirm-icon svg{height:32px;width:32px}.modal-confirm-title{color:var(--color-text-primary);font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.modal-confirm-message{color:var(--color-text-secondary);font-size:.9rem;margin:0}.modal-form .form-group{margin-bottom:1rem}.modal-form .form-group:last-child{margin-bottom:0}.modal-form .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1rem}.modal-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem;text-align:center}.modal-loading-spinner{animation:spin .8s linear infinite;border:3px solid var(--color-border-light);border-radius:var(--radius-full);border-top-color:var(--color-primary);height:48px;margin-bottom:1rem;width:48px}.modal-loading-text{color:var(--color-text-secondary);font-size:.9rem}@media (max-width:768px){.modal-overlay{padding:.5rem}.modal{max-height:95vh}.modal-lg,.modal-xl{max-width:calc(100vw - 1rem)}.modal-header{padding:.75rem 1rem}.modal-body{padding:1rem}.modal-footer{flex-direction:column-reverse;gap:.5rem;padding:.75rem 1rem}.modal-footer .btn{width:100%}.modal-form .form-row{grid-template-columns:1fr}}.draggable-modal-overlay{background:#0000004d;bottom:0;left:0;position:fixed;right:0;top:0;z-index:var(--z-modal)}.draggable-modal-overlay.resizing{cursor:inherit}.draggable-modal{background:var(--color-bg-primary);border-radius:var(--radius-lg);box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;min-height:200px;min-width:300px;overflow:hidden;position:fixed;z-index:1}.draggable-modal.resizing{transition:none}.draggable-modal-header{align-items:center;background:var(--color-primary-gradient);color:var(--color-text-inverse);cursor:grab;display:flex;justify-content:space-between;padding:1rem 1.25rem;-webkit-user-select:none;user-select:none}.draggable-modal-header:active{cursor:grabbing}.draggable-modal-header h3{color:var(--color-text-inverse);font-size:1.1rem;font-weight:600;margin:0}.draggable-modal-close{align-items:center;background:#fff3;border:none;border-radius:var(--radius-md);cursor:pointer;display:flex;justify-content:center;padding:.35rem;transition:background var(--transition-fast)}.draggable-modal-close:hover{background:#ffffff4d}.draggable-modal-close svg{color:var(--color-text-inverse);height:20px;width:20px}.draggable-modal-body{flex:1 1;overflow-y:auto;padding:1.25rem}.draggable-modal-footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border-light);display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.25rem}.draggable-modal-footer .btn{border-radius:var(--radius-md);font-size:.9rem;font-weight:500;padding:.6rem 1.25rem}.resize-handle{position:absolute;z-index:10}.resize-handle.resize-n{top:0}.resize-handle.resize-n,.resize-handle.resize-s{cursor:ns-resize;height:6px;left:10px;right:10px}.resize-handle.resize-s{bottom:0}.resize-handle.resize-e{bottom:10px;cursor:ew-resize;right:0;top:10px;width:6px}.resize-handle.resize-w{bottom:10px;cursor:ew-resize;left:0;top:10px;width:6px}.resize-handle.resize-ne{cursor:nesw-resize;height:12px;right:0;top:0;width:12px}.resize-handle.resize-nw{cursor:nwse-resize;height:12px;left:0;top:0;width:12px}.resize-handle.resize-se{bottom:0;cursor:nwse-resize;height:12px;right:0;width:12px}.resize-handle.resize-sw{bottom:0;cursor:nesw-resize;height:12px;left:0;width:12px}.resize-handle:hover{background:#667eea33}.resize-handle.resize-se:after{border-bottom:2px solid var(--color-text-muted);border-right:2px solid var(--color-text-muted);bottom:3px;content:"";height:8px;opacity:.5;position:absolute;right:3px;width:8px}.resize-handle.resize-se:hover:after{border-color:var(--color-primary);opacity:1}.merge-modal-overlay{background:#0000004d;bottom:0;left:0;position:fixed;right:0;top:0;z-index:var(--z-modal)}.merge-modal{background:var(--color-bg-primary);border-radius:var(--radius-lg);box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;overflow:hidden;position:fixed;z-index:1}.merge-modal-header{align-items:center;background:var(--color-primary-gradient);color:var(--color-text-inverse);cursor:grab;display:flex;justify-content:space-between;padding:1rem 1.25rem;-webkit-user-select:none;user-select:none}.merge-modal-header:active{cursor:grabbing}.merge-modal-title-group{display:flex;flex-direction:column;gap:.125rem}.merge-modal-header h3{color:var(--color-text-inverse);font-size:1.1rem;font-weight:600;margin:0}.merge-modal-subtitle{color:#ffffffd9;font-size:.85rem;font-weight:400}.merge-modal-close{align-items:center;background:#fff3;border:none;border-radius:var(--radius-md);cursor:pointer;display:flex;justify-content:center;padding:.35rem;transition:background var(--transition-fast)}.merge-modal-close:hover{background:#ffffff4d}.merge-modal-close svg{color:var(--color-text-inverse)}.merge-modal-content{flex:1 1;overflow-y:auto;padding:1.25rem}.merge-modal-footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border-light);display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.25rem}.merge-modal-footer .btn{border-radius:var(--radius-md);font-size:.9rem;font-weight:500;padding:.6rem 1.25rem}.status-badge{border-radius:var(--radius-full);display:inline-flex;font-size:.7rem;letter-spacing:.025em}.status-badge.active,.status-badge.completed,.status-badge.success{background:#d1fae5;color:#065f46}.status-badge.error,.status-badge.failed,.status-badge.inactive{background:#fee2e2;color:#991b1b}.status-badge.draft,.status-badge.pending,.status-badge.warning{background:#fef3c7;color:#92400e}.status-badge.info,.status-badge.scheduled{background:#dbeafe;color:#1e40af}.status-badge.neutral,.status-badge.paused{background:#f3f4f6;color:#4b5563}.status-badge.sent{background:#d1fae5;color:#065f46}.status-badge.archived{background:#e5e7eb;color:#6b7280}.status-badge.deceased{background:#1f2937;color:#f9fafb}.status-badge-small{border-radius:var(--radius-full);font-size:.6rem;padding:.15rem .5rem}.status-badge-small.archived{background:#e5e7eb;color:#6b7280}.status-badge-small.deceased{background:#1f2937;color:#f9fafb}.badge{align-items:center;background:var(--color-bg-secondary);border-radius:var(--radius-sm);color:var(--color-text-secondary);display:inline-flex;padding:.2rem .5rem}.badge-primary{background:var(--color-primary)}.badge-primary,.badge-success{color:var(--color-text-inverse)}.badge-success{background:var(--color-success)}.badge-danger{background:var(--color-danger);color:var(--color-text-inverse)}.badge-warning{background:var(--color-warning);color:#92400e}.loading-state-inline{align-items:center;display:inline-flex;gap:.5rem}.loading-text{color:var(--color-text-secondary);font-size:.9rem;margin-top:.5rem}.loading-spinner{animation:spin .8s linear infinite;border:4px solid var(--color-border-light);border-radius:var(--radius-full);border-top-color:var(--color-primary)}.loading-spinner.small{border-width:2px;height:20px;width:20px}.spinner-small{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:var(--radius-full);border-top-color:#fff;display:inline-block;height:12px;margin-right:6px;width:12px}.loading-overlay{align-items:center;background:#fffc;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:var(--z-loading)}.empty-state{color:var(--color-text-secondary);padding:3rem 2rem}.empty-state-icon{height:64px;margin-bottom:1rem;opacity:.5;width:64px}.empty-state-title{color:var(--color-text-primary);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.empty-state-description{color:var(--color-text-secondary);font-size:.9rem;margin-bottom:1rem;max-width:300px}.account-code,.committee-code,.status-code{background:var(--color-bg-secondary);border-radius:var(--radius-sm);color:var(--color-text-secondary);font-family:var(--font-family-mono);font-size:.8rem;padding:.1rem .4rem}.progress-bar{background:var(--color-bg-tertiary);border-radius:var(--radius-full);width:100%}.progress-bar-fill{background:var(--color-primary);border-radius:var(--radius-full);height:100%;transition:width .3s ease}.progress-bar-fill.success{background:var(--color-success)}.progress-bar-fill.warning{background:var(--color-warning)}.progress-bar-fill.danger{background:var(--color-danger)}.container{max-width:1400px;max-width:var(--container-max-width,1400px);padding:0 var(--spacing-lg);width:100%}.container-sm{max-width:800px}.container-md{max-width:1000px}.container-lg{max-width:1200px}.container-xl{max-width:1400px}.container-fluid{max-width:none}.page-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.page-header h1{color:var(--color-text-primary);font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);margin:0}.page-header-left{display:flex;flex-direction:column;gap:.25rem}.page-header-title{color:var(--color-text-primary);font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);margin:0}.page-header-subtitle{color:var(--color-text-secondary);font-size:var(--font-size-base);margin:0}.section{margin-bottom:2rem}.section-header{border-bottom:1px solid var(--color-border-light);margin-bottom:1rem;padding-bottom:.5rem}.section-title{color:var(--color-text-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);margin:0}.section-subtitle{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:.25rem 0 0}.card{background:var(--color-bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.card-header{background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border-light);justify-content:space-between;padding:1rem 1.25rem}.card-title{color:var(--color-text-primary);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);margin:0}.card-body{padding:1.25rem}.card-footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border-light);gap:.75rem;justify-content:flex-end;padding:1rem 1.25rem}.grid{grid-gap:var(--spacing-lg);display:grid;gap:var(--spacing-lg)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-auto{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}.mb-0{margin-bottom:0}.mb-1{margin-bottom:var(--spacing-xs)}.mb-2{margin-bottom:var(--spacing-sm)}.mb-3{margin-bottom:var(--spacing-md)}.mb-4{margin-bottom:var(--spacing-lg)}.mb-5{margin-bottom:var(--spacing-xl)}.mt-0{margin-top:0}.mt-1{margin-top:var(--spacing-xs)}.mt-2{margin-top:var(--spacing-sm)}.mt-3{margin-top:var(--spacing-md)}.mt-4{margin-top:var(--spacing-lg)}.mt-5{margin-top:var(--spacing-xl)}.p-0{padding:0}.p-1{padding:var(--spacing-xs)}.p-2{padding:var(--spacing-sm)}.p-3{padding:var(--spacing-md)}.p-4{padding:var(--spacing-lg)}.p-5{padding:var(--spacing-xl)}.divider{height:1px;margin:var(--spacing-lg) 0}.divider,.divider-vertical{background:var(--color-border-light)}.divider-vertical{height:100%;margin:0 var(--spacing-md);width:1px}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-header{align-items:stretch;flex-direction:column}.header-actions{justify-content:flex-start}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.container{padding:0 var(--spacing-md)}}.tabs{border-bottom:1px solid var(--color-border-light);gap:.5rem;margin-bottom:1.5rem}.tab{border-bottom:2px solid #0000;color:var(--color-text-secondary);font-size:.9rem;margin-bottom:-1px;padding:.75rem 1.5rem;transition:all var(--transition-normal)}.tab:hover{color:var(--color-text-primary)}.tab.active{border-bottom-color:var(--color-primary);color:var(--color-primary)}.page-tabs{border-bottom:1px solid var(--color-border-light);display:flex;gap:.5rem;margin-bottom:1.5rem}.page-tab{background:none;border:none;border-bottom:2px solid #0000;color:var(--color-text-secondary);cursor:pointer;font-size:.9rem;font-weight:500;margin-bottom:-1px;padding:.75rem 1.5rem;transition:all var(--transition-normal)}.page-tab:hover{color:var(--color-text-primary)}.page-tab.active{border-bottom-color:var(--color-primary);color:var(--color-primary)}.page-tabs.pill-style,.tabs-pill{background:var(--color-bg-secondary);border-bottom:none;border-radius:var(--radius-lg);display:flex;gap:.25rem;margin-bottom:1.5rem;padding:.5rem}.page-tabs.pill-style .page-tab,.tab-pill,.tabs-pill .tab{background:#0000;border-bottom:none;border-radius:var(--radius-md);color:var(--color-text-secondary);font-size:.85rem;font-weight:500;margin-bottom:0;padding:.5rem 1rem;transition:all var(--transition-fast)}.page-tabs.pill-style .page-tab:hover,.tab-pill:hover,.tabs-pill .tab:hover{background:var(--color-bg-tertiary)}.page-tabs.pill-style .page-tab.active,.tab-pill.active,.tabs-pill .tab.active{background:var(--color-primary);color:var(--color-text-inverse)}.panel-tabs{background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border-light);display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem}.panel-tab{align-items:center;background:#0000;border:none;border-radius:var(--radius-md);color:var(--color-text-secondary);cursor:pointer;display:flex;font-size:.8rem;font-weight:500;gap:.4rem;padding:.5rem .75rem;transition:all var(--transition-fast);white-space:nowrap}.panel-tab:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary)}.panel-tab.active{background:var(--color-primary);color:var(--color-text-inverse)}.panel-tab svg,.tab-icon{flex-shrink:0;height:16px;width:16px}.tabs-vertical{background:var(--color-bg-secondary);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:.25rem;padding:.5rem}.tab-vertical{align-items:center;background:#0000;border:none;border-radius:var(--radius-md);color:var(--color-text-secondary);cursor:pointer;display:flex;font-size:.8rem;font-weight:500;gap:.5rem;padding:.5rem .75rem;text-align:left;transition:all var(--transition-fast)}.tab-vertical:hover{background:var(--color-bg-tertiary)}.tab-vertical.active{background:var(--color-primary);color:var(--color-text-inverse)}.tab-content,.tab-content-section{animation:fadeIn .2s ease}.tab-content-placeholder{align-items:center;color:var(--color-text-secondary);display:flex;flex-direction:column;justify-content:center;padding:2rem 1rem;text-align:center}.tab-content-placeholder .placeholder-icon{color:var(--color-border);margin-bottom:1rem;opacity:.5}.tab-content-placeholder h4{color:var(--color-text-primary);font-size:1rem;font-weight:600;margin:0 0 .5rem}.tab-content-placeholder p{color:var(--color-text-secondary);font-size:.9rem;margin:0}.tabs-mini{background:var(--color-bg-secondary);border-radius:var(--radius-md);display:flex;gap:.25rem;padding:.25rem}.tab-mini{background:#0000;border:none;border-radius:var(--radius-sm);color:var(--color-text-secondary);cursor:pointer;font-size:.7rem;font-weight:500;padding:.3rem .6rem;transition:all var(--transition-fast)}.tab-mini:hover{background:var(--color-bg-tertiary)}.tab-mini.active{background:var(--color-primary);color:var(--color-text-inverse)}@media (max-width:768px){.page-tabs,.tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.page-tab,.tab{font-size:.85rem;padding:.5rem 1rem;white-space:nowrap}.panel-tabs{justify-content:center}.panel-tab span:not(.tab-icon){display:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.searchable-select{border:none!important;outline:none!important;position:relative;width:100%}.searchable-select:focus,.searchable-select:focus-visible,.searchable-select:focus-within{border:none!important;outline:none!important}.searchable-select.disabled{opacity:.6;pointer-events:none}.searchable-select-trigger{align-items:center;background:#fff;border:1px solid #d1d5db;border:1px solid var(--color-border,#d1d5db);border-radius:3px;border-radius:var(--input-border-radius,3px);box-sizing:border-box;color:#1f2937;color:var(--color-text-primary,#1f2937);cursor:pointer;display:flex;font-size:.8rem;font-size:var(--input-font-size,.8rem);height:32px;height:var(--input-height,32px);justify-content:space-between;max-height:32px;max-height:var(--input-height,32px);min-height:32px;min-height:var(--input-height,32px);outline:none!important;padding:0 .5rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.searchable-select-input:invalid,.searchable-select-trigger:invalid,.searchable-select:invalid{border-style:solid!important;box-shadow:none!important;outline:none!important}.searchable-select-input:focus-visible,.searchable-select-trigger:focus-visible{outline:none!important}.searchable-select.open .searchable-select-trigger{border-color:#667eea;border-color:var(--color-primary,#667eea);box-shadow:0 0 0 2px #667eea1a}.searchable-select-trigger:hover{border-color:#667eea;border-color:var(--color-border-focus,#667eea)}.searchable-select-trigger:focus{border-color:#667eea;border-color:var(--color-primary,#667eea);box-shadow:0 0 0 2px #667eea1a;outline:none}.searchable-select-input{background:#0000;border:none;color:inherit;flex:1 1;font-size:inherit;min-width:0;outline:none;padding:0}.searchable-select-input::placeholder{color:#9ca3af;color:var(--color-text-muted,#9ca3af)}.searchable-select-value{flex:1 1;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.searchable-select-value.placeholder{color:#9ca3af;color:var(--color-text-muted,#9ca3af)}.searchable-select-arrow{align-items:center;color:#6b7280;color:var(--color-text-secondary,#6b7280);display:flex;flex-shrink:0;justify-content:center;margin-left:.5rem}.searchable-select-dropdown{animation:dropdownFadeIn .15s ease;background:#fff;border:1px solid #d1d5db;border:1px solid var(--color-border,#d1d5db);border-radius:6px;border-radius:var(--radius-md,6px);box-shadow:0 4px 12px #00000026;box-shadow:var(--shadow-lg,0 4px 12px #00000026);left:0;margin-top:4px;max-height:250px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.searchable-select.drop-up .searchable-select-dropdown{animation:dropdownFadeInUp .15s ease;bottom:100%;margin-bottom:4px;margin-top:0;top:auto}@keyframes dropdownFadeInUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.searchable-select-option{align-items:center;cursor:pointer;display:flex;gap:.5rem;padding:.5rem .75rem;transition:background .1s ease}.searchable-select-option.separator{background:#f8f9fa;border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;color:#6c757d;cursor:default;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:.25rem;margin-top:.25rem;padding:.375rem .75rem;pointer-events:none;text-transform:uppercase}.searchable-select-option.separator:first-child{border-top:none;margin-top:0}.searchable-select-option.separator:empty,.searchable-select-option.separator:has(.option-label:empty){background:#0000;border-bottom:none;border-top:1px solid #e2e8f0;margin-bottom:0;margin-top:.5rem;padding:.25rem .75rem}.searchable-select-option.highlighted,.searchable-select-option.selected,.searchable-select-option:hover{background:#f0f4ff;background:var(--color-bg-hover,#f0f4ff)}.searchable-select-option.selected{font-weight:500}.searchable-select-option .option-label{color:#1f2937;color:var(--color-text-primary,#1f2937);flex:1 1;font-size:.85rem}.searchable-select-option .option-subtitle{color:#6b7280;color:var(--color-text-secondary,#6b7280);font-size:.75rem}.searchable-select-option .option-check{color:#667eea;color:var(--color-primary,#667eea);flex-shrink:0}.searchable-select-empty{text-align:center}.searchable-select-empty,.searchable-select-loading{color:#6b7280;color:var(--color-text-secondary,#6b7280);font-size:.85rem;padding:1rem}.searchable-select-loading{align-items:center;display:flex;gap:.5rem;justify-content:center}.searchable-select.multi .searchable-select-trigger{flex-wrap:wrap;height:auto;max-height:none;min-height:32px;min-height:var(--input-height,32px);padding:.25rem .5rem}.searchable-select-tags{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:.25rem;min-width:0}.select-tag{align-items:center;background:#e0e7ff;background:var(--color-bg-hover,#e0e7ff);border-radius:4px;color:#4f46e5;color:var(--color-primary,#4f46e5);display:inline-flex;font-size:.75rem;gap:.25rem;max-width:120px;overflow:hidden;padding:.125rem .375rem;text-overflow:ellipsis;white-space:nowrap}.select-tag.more{background:#c7d2fe;background:var(--color-primary-light,#c7d2fe);color:#4338ca;color:var(--color-primary,#4338ca);font-weight:500}.tag-remove{align-items:center;background:none;border:none;color:#4f46e5;color:var(--color-primary,#4f46e5);cursor:pointer;display:flex;flex-shrink:0;justify-content:center;opacity:.7;padding:0}.tag-remove:hover{opacity:1}.searchable-select-input.inline{flex:1 1;max-width:100%;min-width:60px}.searchable-select-actions{align-items:center;display:flex;flex-shrink:0;gap:.25rem;margin-left:.25rem}.clear-all-btn{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;color:var(--color-text-secondary,#6b7280);cursor:pointer;display:flex;height:18px;justify-content:center;opacity:.7;padding:0;transition:all .15s ease;width:18px}.clear-all-btn:hover{background:#f3f4f6;background:var(--color-bg-hover,#f3f4f6);color:#dc2626;color:var(--color-danger,#dc2626);opacity:1}.option-checkbox{align-items:center;background:#fff;border:2px solid #d1d5db;border:2px solid var(--color-border,#d1d5db);border-radius:3px;display:flex;flex-shrink:0;height:16px;justify-content:center;transition:all .15s ease;width:16px}.option-checkbox.checked{background:#667eea;background:var(--color-primary,#667eea);color:#fff}.option-checkbox.checked,.searchable-select-option:hover .option-checkbox:not(.checked){border-color:#667eea;border-color:var(--color-primary,#667eea)}@media (max-width:768px){.searchable-select-dropdown{max-height:200px}.searchable-select-option{padding:.75rem 1rem}.select-tag{max-width:80px}}.contact-list-detail{margin:0;padding:2rem 1rem;width:100%}.detail-header{margin-bottom:2rem}.header-top{margin-bottom:1.5rem}.header-main{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.list-info{flex:1 1;min-width:300px}.list-title-row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.5rem}.list-info h1{color:#2c3e50;font-size:1.75rem;font-weight:700;margin:0}.list-type{align-items:center;border-radius:6px;display:inline-flex;font-size:.75rem;font-weight:600;gap:4px;padding:.25rem .75rem;white-space:nowrap}.list-type svg{height:14px;width:14px}.list-type.static{background:#e3f2fd;color:#1976d2}.list-type.smart{background:#f3e5f5;color:#7b1fa2}.member-count{color:#667eea;font-size:.9rem;font-weight:600;white-space:nowrap}.list-description{color:#666;font-size:.95rem;line-height:1.4;margin:0}.header-actions{flex-wrap:wrap}.stats-section{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:1.5rem;text-align:center}.stat-value{color:#667eea;font-size:2rem;margin-bottom:.25rem}.stat-label{color:#667eea;font-size:.875rem;font-weight:600;letter-spacing:.5px}.contacts-section,.members-section{background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:2rem}.contacts-header,.members-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.contacts-header h2,.members-header h2{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin:0}.contacts-controls,.members-controls{align-items:center;display:flex;gap:1rem}.actions-dropdown-trigger{align-items:center;display:flex;gap:.5rem}.actions-dropdown-trigger .dropdown-arrow{height:16px;transition:transform .2s ease;width:16px}.actions-dropdown-menu{border:1px solid #e1e5e9;box-shadow:0 4px 12px #00000026;overflow:hidden}.actions-dropdown-menu button{color:#333;padding:.75rem 1rem;transition:background-color .2s ease}.actions-dropdown-menu button:hover:not(:disabled){background:#f5f5f5}.actions-dropdown-menu button svg{height:16px;width:16px}.actions-dropdown-menu button.warning{color:#f59e0b}.actions-dropdown-menu button.warning:hover:not(:disabled){background:#fffbeb}.actions-dropdown-menu button.danger{color:#dc3545}.actions-dropdown-menu button.danger:hover:not(:disabled){background:#fff5f5}.dropdown-divider{background:#e1e5e9;margin:.25rem 0}.selection-indicator{align-items:center;background:#e8f0fe;border-radius:6px;color:#1a73e8;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem .75rem}.btn-clear-selection{background:none;border:none;color:#1a73e8;cursor:pointer;font-size:1rem;line-height:1;opacity:.7;padding:0 .25rem;transition:opacity .2s}.btn-clear-selection:hover{opacity:1}.checkbox-cell input[type=checkbox]{cursor:pointer;height:16px;width:16px}.contacts-table tbody tr.selected{background:#e8f0fe}.contacts-table tbody tr.selected:hover{background:#d4e4fc}.search-box{position:relative}.search-input{border:2px solid #e1e5e9;transition:border-color .2s ease;width:300px}.search-input:focus{border-color:#007bff}.loading-spinner{border:3px solid #f3f3f3;border-top-color:#007bff}.empty-icon{background:linear-gradient(135deg,#667eea,#764ba2);margin:0 auto 1rem;opacity:.5}.empty-icon svg{stroke:#fff}.empty-state h3{color:#333}.empty-state p{color:#666}.contacts-table-wrapper,.members-table-wrapper{overflow-x:auto;width:100%}.contacts-table,.members-table{border:1px solid #e9ecef;border-collapse:collapse;border-radius:8px;width:100%}.contacts-table thead,.members-table thead{background:#f8f9fa}.contacts-table th,.members-table th{background:#f8f9fa;border-bottom:2px solid #e9ecef;color:#495057;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.75rem 1rem;text-align:left;text-transform:uppercase;vertical-align:middle;white-space:nowrap}.contacts-table tbody tr:hover,.members-table tbody tr:hover{background:#f8f9fa}.contacts-table td,.members-table td{border-bottom:1px solid #e9ecef;font-size:.9rem;padding:.75rem 1rem;vertical-align:middle}.contacts-table td a,.members-table td a{color:#667eea;text-decoration:none}.contacts-table td a:hover,.members-table td a:hover{color:#5a6fd8;text-decoration:underline}.contact-info-stack{display:flex;flex-direction:column;gap:.25rem}.contact-email-link,.contact-phone-link{color:#667eea;display:block;font-size:.85rem;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.contact-email-link:hover,.contact-phone-link:hover{color:#5a6fd8;text-decoration:underline}.contact-phone-link{color:#6c757d;font-size:.8rem}.contact-name-with-image{align-items:center;display:flex;gap:.75rem;min-width:0;width:100%}.contact-name-info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.contact-name-link{background:none;border:none;color:#007bff;cursor:pointer;font-size:inherit;padding:0;text-align:left}.contact-name-link:hover{color:#0056b3}.contact-name-row{align-items:center}.contact-name-row,.contact-status-badges{display:flex;flex-wrap:wrap;gap:.35rem}.status-badge-small{border-radius:3px;display:inline-block;font-size:.65rem;font-weight:600;letter-spacing:.3px;padding:.1rem .4rem;text-transform:uppercase}.status-badge-small.archived{background:#fbbf2426;color:#b45309}.status-badge-small.deceased{background:#f8717126;color:#b91c1c}.contact-avatar{align-items:center;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:32px;justify-content:center;text-transform:uppercase;width:32px}.contact-avatar-image{border-radius:50%;flex-shrink:0;height:32px;object-fit:cover;width:32px}.action-buttons{align-items:center;gap:.5rem;justify-content:flex-start}.action-buttons .btn-tiny{min-width:auto;padding:.4rem}.action-buttons .btn-tiny svg{height:16px;width:16px}.pagination{border-top:1px solid #f0f0f0;margin-top:2rem;padding:2rem 0 0}.pagination-info{color:#666}.modal-overlay{padding:2rem}.modal{box-shadow:0 10px 25px #0003;max-height:80vh;max-width:600px}.modal-header{border-bottom:1px solid #e1e5e9;padding:1.5rem 2rem}.modal-header h3{color:#1a1a1a;font-size:1.25rem}.modal-close{color:#666;height:30px;width:30px}.modal-close:hover{color:#333}.modal-content{flex:1 1;padding:1.5rem 2rem}.contacts-selection{margin-top:1rem}.selection-header{background:#f8f9fa;border:1px solid #e1e5e9;border-radius:6px 6px 0 0;font-weight:500;padding:1rem}.selection-header label{align-items:center;cursor:pointer;display:flex;gap:.5rem}.contacts-list{border:1px solid #e1e5e9;border-radius:0 0 6px 6px;border-top:none;max-height:300px;overflow-y:auto}.contact-option{align-items:flex-start;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;gap:.75rem;padding:1rem;transition:background-color .2s ease}.contact-option:hover{background:#f8f9fa}.contact-option:last-child{border-bottom:none}.contact-info{flex:1 1}.contact-email{color:#666;font-size:.875rem;margin-top:.25rem}.modal-actions{border-top:1px solid #e1e5e9;gap:1rem;padding:1.5rem 2rem}.btn-primary{background:#007bff}.btn-primary:hover:not(:disabled){background:#0056b3}.btn-secondary:hover:not(:disabled){background:#545b62}.btn-secondary:disabled{background:#e9ecef;color:#6c757d;cursor:not-allowed}.btn-tiny{padding:.375rem .75rem}@media (max-width:768px){.contact-list-detail{padding:1rem}.detail-header{align-items:stretch;flex-direction:column;gap:1rem}.header-actions{justify-content:flex-end}.contacts-header,.members-header{align-items:stretch;flex-direction:column;gap:1rem}.contacts-table-wrapper,.members-table-wrapper{overflow-x:auto}.contacts-table,.members-table{min-width:800px}.contact-name-with-image{flex-direction:column;gap:.5rem;text-align:center}.action-buttons{flex-direction:column;gap:.25rem}.contacts-controls,.members-controls{align-items:stretch;flex-direction:column}.search-input{width:100%}.contacts-table,.members-table{min-width:600px}.contacts-table td,.contacts-table th,.members-table td,.members-table th{font-size:.85rem;padding:.5rem .75rem}.modal-overlay{padding:1rem}.modal-actions,.modal-content,.modal-header{padding-left:1.5rem;padding-right:1.5rem}.stats-section{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.stats-section{grid-template-columns:1fr}.contacts-section,.members-section{padding:1rem}}.contact-lists-page{margin:0;padding:2rem 1rem;width:100%}.contact-lists-page .lists-filters{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;margin-bottom:2rem;padding:1.25rem 1.5rem}.contact-lists-page .search-box{flex:1 1 200px;max-width:320px;min-width:180px}.contact-lists-page .search-input-wrapper{position:relative;width:100%}.contact-lists-page .search-input{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;font-size:.9rem;padding:.625rem 1rem;transition:all .2s ease;width:100%}.contact-lists-page .search-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.contact-lists-page .filter-buttons{gap:0}.contact-lists-page .active-filter-toggle,.contact-lists-page .filter-buttons{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;display:flex;flex-shrink:0;padding:.25rem}.contact-lists-page .active-filter-toggle{margin-left:auto}.contact-lists-page .view-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#6c757d;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;justify-content:center;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.contact-lists-page .view-btn:hover{background:#667eea1a;color:#667eea;transform:translateY(-1px)}.contact-lists-page .view-btn.active{background:#667eea;box-shadow:0 2px 8px #667eea4d;color:#fff;transform:translateY(-1px)}.contact-lists-page .filter-btn{background:#0000;border:none;border-radius:8px;color:#6c757d;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;position:relative;transition:all .2s ease;white-space:nowrap}.contact-lists-page .filter-btn:hover{background:#667eea1a;color:#667eea;transform:translateY(-1px)}.contact-lists-page .filter-btn.active{background:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff;transform:translateY(-1px)}.contact-lists-page .loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.contact-lists-page .loading-spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:40px;margin-bottom:1rem;width:40px}.contact-lists-page .lists-content{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.contact-lists-page .empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.contact-lists-page .empty-state .btn{max-width:280px;width:auto}.contact-lists-page .empty-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:flex;height:80px;justify-content:center;margin:0 auto 1rem;opacity:.5;width:80px}.contact-lists-page .empty-icon svg{stroke:#fff;height:40px;width:40px}.contact-lists-page .empty-state h3{color:#333;font-size:1.5rem;margin:0 0 .5rem}.contact-lists-page .empty-state p{color:#666;margin:0 0 2rem;max-width:400px}.contact-lists-page .lists-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:2rem}.contact-lists-page .lists-table-wrapper{overflow-x:auto;width:100%}.contact-lists-page .lists-table{border-collapse:initial;border-spacing:0;display:table;min-width:1200px;table-layout:fixed;width:100%}.contact-lists-page .lists-table .table-header{display:table-header-group}.contact-lists-page .lists-table .table-header .table-cell{background:#f8f9fa;border-bottom:2px solid #e9ecef;color:#495057;display:table-cell;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:1rem;text-transform:uppercase;vertical-align:middle;width:auto}.contact-lists-page .lists-table .table-header .table-cell.sortable{transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.contact-lists-page .lists-table .table-header .table-cell.sortable:hover{background:#e9ecef}.contact-lists-page .lists-table .table-header .table-cell.sortable.sorted{color:#667eea}.contact-lists-page .lists-table .table-header .table-cell .sort-indicator{color:#667eea;font-size:.75rem;margin-left:.25rem}.contact-lists-page .lists-table .table-header .table-cell:nth-child(2),.contact-lists-page .lists-table .table-row .table-cell:nth-child(2){width:42%}.contact-lists-page .lists-table .table-header .table-cell:nth-child(3),.contact-lists-page .lists-table .table-row .table-cell:nth-child(3){width:8%}.contact-lists-page .lists-table .table-header .table-cell:nth-child(4),.contact-lists-page .lists-table .table-row .table-cell:nth-child(4){width:6%}.contact-lists-page .lists-table .table-header .table-cell:nth-child(5),.contact-lists-page .lists-table .table-row .table-cell:nth-child(5){width:24%}.contact-lists-page .lists-table .table-header .table-cell:nth-child(6),.contact-lists-page .lists-table .table-header .table-cell:nth-child(7),.contact-lists-page .lists-table .table-row .table-cell:nth-child(6),.contact-lists-page .lists-table .table-row .table-cell:nth-child(7){width:10%}.contact-lists-page .lists-table .table-row{display:table-row}.contact-lists-page .lists-table .table-row:hover .table-cell{background:#f8f9fa}.contact-lists-page .lists-table .table-cell{border-bottom:1px solid #e9ecef;display:table-cell;font-size:.95rem;overflow:hidden;padding:1rem;text-overflow:ellipsis;transition:background-color .2s ease;vertical-align:middle;white-space:nowrap}.contact-lists-page .lists-table .table-cell:nth-child(5){cursor:help}.contact-lists-page .list-name-link{background:none;border:none;color:#007bff;cursor:pointer;font-size:inherit;font-weight:600;text-decoration:none;transition:color .2s ease}.contact-lists-page .list-name-link:hover{color:#0056b3;text-decoration:underline}.contact-lists-page .action-buttons{align-items:center;display:flex;gap:.25rem;justify-content:center;width:100%}.contact-lists-page .list-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;height:100%;padding:1.5rem;transition:all .2s ease}.contact-lists-page .list-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.contact-lists-page .list-card-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.contact-lists-page .list-info{flex:1 1}.contact-lists-page .list-name{color:#1a1a1a;cursor:pointer;font-size:1.25rem;font-weight:600;margin:0 0 .5rem;transition:color .2s ease}.contact-lists-page .list-name:hover{color:#007bff}.contact-lists-page .list-meta{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.contact-lists-page .list-type{align-items:center;border-radius:4px;display:inline-flex;font-size:.75rem;font-weight:600;gap:4px;padding:.25rem .5rem;text-transform:uppercase}.contact-lists-page .list-type svg{height:14px;width:14px}.contact-lists-page .list-type.static{background:#e3f2fd;color:#1976d2}.contact-lists-page .list-type.smart{background:#f3e5f5;color:#7b1fa2}.contact-lists-page .member-count{background:#667eea1a;border-radius:4px;color:#667eea;display:inline-block;font-size:1rem;font-weight:600;min-width:24px;padding:.25rem .5rem;text-align:center}.contact-lists-page .list-actions{display:flex;gap:.5rem}.contact-lists-page .campaign-name-display{color:#667eea;display:inline-block;font-size:.875rem;font-weight:500;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-lists-page .no-campaign{color:#999;font-size:.875rem}.contact-lists-page .list-description{color:#666;font-size:.875rem;line-height:1.4;margin:0 0 1rem}.contact-lists-page .list-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.contact-lists-page .tag{background:#f8f9fa;border:1px solid #e1e5e9;border-radius:4px;color:#666;font-size:.75rem;padding:.25rem .5rem}.contact-lists-page .list-card-footer{align-items:center;border-top:1px solid #f0f0f0;color:#999;display:flex;font-size:.75rem;justify-content:space-between;padding-top:1rem}.contact-lists-page .created-by,.contact-lists-page .created-date{color:#999;font-size:.75rem}.contact-lists-page .pagination{align-items:center;background:#fff;border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:center;padding:2rem}.contact-lists-page .pagination-info{color:#6c757d;font-size:.9rem}.contact-lists-page .btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.contact-lists-page .btn-primary{background:#667eea;color:#fff}.contact-lists-page .btn-primary:hover{background:#5a6fd8;transform:translateY(-1px)}.contact-lists-page .btn-secondary{background:#6c757d;color:#fff}.contact-lists-page .btn-secondary:hover{background:#545b62}.contact-lists-page .btn-secondary:disabled{background:#e9ecef;color:#6c757d;cursor:not-allowed}.contact-lists-page .btn-danger{background:#dc3545;color:#fff}.contact-lists-page .btn-danger:hover{background:#c82333}.contact-lists-page .btn-tiny{font-size:.75rem;padding:.375rem .75rem}@media (max-width:768px){.contact-lists-page{padding:1rem}.contact-lists-page .lists-filters{align-items:stretch;flex-direction:column;gap:.75rem}.contact-lists-page .lists-filters>.btn-primary{width:100%}.contact-lists-page .search-box{max-width:none;width:100%}.contact-lists-page .filter-buttons,.contact-lists-page .view-toggle{justify-content:center;width:100%}.contact-lists-page .view-toggle{margin-left:0}.contact-lists-page .lists-grid{grid-template-columns:1fr}.contact-lists-page .lists-table{display:block;overflow-x:auto;white-space:nowrap}.contact-lists-page .lists-table .table-header,.contact-lists-page .lists-table .table-row{display:block;white-space:nowrap}.contact-lists-page .lists-table .table-cell{display:inline-block;min-width:120px;vertical-align:top;white-space:normal;width:auto}.contact-lists-page .list-card-header{align-items:stretch;flex-direction:column;gap:.5rem}.contact-lists-page .list-actions{justify-content:flex-end}.contact-lists-page .list-card-footer{align-items:flex-start;flex-direction:column;gap:.25rem}.contact-lists-page .empty-state .btn{max-width:none;width:100%}}.contact-lists-page .bulk-actions-bar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;box-shadow:0 4px 12px #667eea4d;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1.25rem}.contact-lists-page .bulk-actions-info{align-items:center;display:flex;gap:1rem}.contact-lists-page .bulk-actions-info .selected-count{color:#fff;font-size:.95rem;font-weight:600}.contact-lists-page .bulk-actions-info .btn-text{background:#0000;border:none;color:#ffffffd9;cursor:pointer;font-size:.85rem;padding:0;text-decoration:underline}.contact-lists-page .bulk-actions-info .btn-text:hover{color:#fff}.contact-lists-page .bulk-actions-buttons{display:flex;gap:.5rem}.contact-lists-page .bulk-actions-dropdown{position:relative}.contact-lists-page .bulk-actions-dropdown .btn-secondary{align-items:center;background:#ffffff26;border:1px solid #ffffff4d;color:#fff;display:flex;gap:.25rem}.contact-lists-page .bulk-actions-dropdown .btn-secondary:hover{background:#ffffff40}.contact-lists-page .dropdown-menu{background:#fff;border-radius:8px;box-shadow:0 8px 24px #00000026;margin-top:.5rem;min-width:200px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.contact-lists-page .dropdown-menu button{align-items:center;background:#0000;border:none;color:#333;cursor:pointer;display:flex;font-size:.9rem;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:background .15s ease;width:100%}.contact-lists-page .dropdown-menu button:hover{background:#f5f5f5}.contact-lists-page .dropdown-menu button svg{stroke:#666;height:18px;width:18px}.contact-lists-page .dropdown-menu button.danger{color:#dc3545}.contact-lists-page .dropdown-menu button.danger svg{stroke:#dc3545}.contact-lists-page .dropdown-menu button.danger:hover{background:#fff5f5}.contact-lists-page .dropdown-divider{background:#e9ecef;height:1px;margin:.25rem 0}.contact-lists-page .checkbox-cell{display:table-cell;flex:0 0 30px!important;max-width:30px!important;min-width:30px!important;padding:.5rem;width:30px!important}.contact-lists-page .checkbox-cell,.contact-lists-page .table-header .checkbox-cell,.contact-lists-page .table-row .checkbox-cell{text-align:center;vertical-align:middle}.contact-lists-page .checkbox-cell .custom-checkbox-label{align-items:center;display:inline-flex;justify-content:center;margin:0 auto}.contact-lists-page .checkbox-cell:after,.contact-lists-page .checkbox-cell:before{content:none!important;display:none!important}.contact-lists-page .custom-checkbox-label{align-items:center;cursor:pointer;display:inline-flex;justify-content:center;margin:0;padding:0;position:relative;user-select:none;-webkit-user-select:none}.contact-lists-page .custom-checkbox-label:after,.contact-lists-page .custom-checkbox-label:before{background:none!important;border:none!important;content:none!important;display:none!important;height:0!important;margin:0!important;padding:0!important;width:0!important}.contact-lists-page .custom-checkbox-label input[type=checkbox]{clip:rect(0,0,0,0);appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background:none!important;border:none!important;box-shadow:none!important;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;left:-9999px;margin:0;opacity:0;outline:none!important;padding:0;position:absolute;width:1px}.contact-lists-page .custom-checkbox-label input[type=checkbox]:after,.contact-lists-page .custom-checkbox-label input[type=checkbox]:before{background:none!important;border:none!important;box-sizing:initial!important;content:""!important;display:none!important;height:0!important;left:-9999px!important;margin:0!important;padding:0!important;position:absolute!important;top:-9999px!important;width:0!important}.contact-lists-page .custom-checkbox{background-clip:padding-box!important;background-color:#fff;background-image:none!important;border:none!important;border-radius:4px;box-shadow:inset 0 0 0 2px #d1d5db!important;-webkit-box-shadow:inset 0 0 0 2px #d1d5db!important;-moz-box-shadow:inset 0 0 0 2px #d1d5db!important;box-sizing:border-box!important;display:inline-block;flex-shrink:0;height:18px;margin:0;outline:none!important;overflow:hidden;padding:0;position:relative;transition:all .2s ease;width:18px}.contact-lists-page .custom-checkbox:after,.contact-lists-page .custom-checkbox:before{background:none!important;border:none!important;box-sizing:initial!important;content:""!important;display:none!important;height:0!important;margin:0!important;padding:0!important;width:0!important}.contact-lists-page .custom-checkbox-label input[type=checkbox]:checked+.custom-checkbox,.contact-lists-page .custom-checkbox-label:hover .custom-checkbox{box-shadow:inset 0 0 0 2px #667eea!important;-webkit-box-shadow:inset 0 0 0 2px #667eea!important;-moz-box-shadow:inset 0 0 0 2px #667eea!important}.contact-lists-page .custom-checkbox-label input[type=checkbox]:checked+.custom-checkbox{background-color:#667eea}.contact-lists-page .custom-checkbox-label input[type=checkbox]:checked+.custom-checkbox:before{content:none!important;display:none!important}.contact-lists-page .custom-checkbox-label input[type=checkbox]:checked+.custom-checkbox:after{background:none;border:solid #fff;border-width:0 2px 2px 0;box-sizing:border-box;content:""!important;display:block!important;height:8px;left:5px;margin:0;padding:0;position:absolute;top:2px;transform:rotate(45deg);width:4px}.contact-lists-page .table-row.selected{background:#f0f4ff}.contact-lists-page .table-row.selected:hover{background:#e5ebff}.contact-lists-page .form-group{margin-bottom:1rem}.contact-lists-page .form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.contact-lists-page .form-control{border:1px solid #ddd;border-radius:6px;font-size:.9rem;padding:.625rem .875rem;transition:border-color .2s ease;width:100%}.contact-lists-page .form-control:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.contact-lists-page .form-help{color:#666;font-size:.8rem;line-height:1.4;margin-top:.5rem}.contact-lists-page .checkbox-label{align-items:center;cursor:pointer;display:flex;font-weight:400;gap:.5rem}.contact-lists-page .checkbox-label input[type=checkbox]{accent-color:#667eea;height:16px;width:16px}.campaigns-page{margin:0;padding:2rem 1rem;width:100%}.campaigns-header{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.campaigns-header h1{color:#2d3748;font-size:2rem;font-weight:600;margin:0}.campaigns-header .header-actions{display:flex;gap:.75rem}.campaigns-header .header-actions .btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}.campaigns-header .header-actions .btn:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.campaigns-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.campaigns-search{flex:1 1;max-width:400px}.search-input{border:2px solid #e5e7eb;padding:.75rem 1rem;transition:border-color .3s ease}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.campaigns-filters{display:flex;gap:1rem}.filter-select,.sort-select{background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.9rem;min-width:150px;padding:.75rem 1rem;transition:border-color .3s ease}.filter-select:focus,.sort-select:focus{border-color:#667eea;outline:none}.campaigns-list{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-top:1rem;overflow-x:auto}.campaigns-list-header{background:#f8f9fa;border-bottom:2px solid #e5e7eb;color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.75rem 1.5rem;text-transform:uppercase}.campaign-list-item,.campaigns-list-header{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:minmax(150px,220px) 80px 110px 220px 150px;min-width:750px}.campaign-list-item{align-items:center;border-bottom:1px solid #e5e7eb;cursor:pointer;padding:.875rem 1.5rem;transition:all .2s ease}.campaign-list-item:last-of-type{border-bottom:none}.campaign-list-item:hover{background:#f0f4ff}.list-col,.list-col-name{align-items:center;display:flex}.list-col-name{gap:1rem}.campaign-name-info{flex:1 1;min-width:0}.list-col-status{justify-content:flex-start}.list-col-progress{align-items:flex-start;flex-direction:column;gap:.125rem}.list-col-stats{align-items:center;flex-direction:row;gap:.5rem}.list-col-dates,.list-col-stats{flex-wrap:nowrap;white-space:nowrap}.list-col-dates{color:#6b7280;font-size:.75rem;gap:.25rem}.campaign-progress-compact{width:100%}.campaign-progress-compact .progress-bar{height:6px;margin-bottom:.25rem}.progress-text{color:#667eea;font-size:.7rem;font-weight:600;white-space:nowrap}.stat-item{color:#6b7280;font-size:.75rem;white-space:nowrap}.stat-item strong{color:#1f2937;font-weight:600}.list-col-stats{display:flex;gap:1rem}.stat-group{align-items:center;background:#f3f4f6;border-radius:6px;display:flex;flex-direction:column;min-width:80px;padding:.35rem .5rem}.stat-group .stat-count{color:#1f2937;font-size:1rem;font-weight:700;line-height:1.2}.stat-group .stat-label{color:#059669;font-size:.65rem;font-weight:500;letter-spacing:.025em;text-transform:uppercase}.stat-group .stat-amount{color:#059669;font-size:.75rem;font-weight:600}.date-item{font-size:.75rem}.date-separator{margin:0 .125rem}.no-dates,.no-goal{color:#9ca3af;font-size:.75rem;font-style:italic}.campaign-type-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.campaign-type-icon svg{stroke:#fff;height:20px;width:20px}.campaign-name{color:#1f2937;font-size:1rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.campaign-status{border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.status-active{background:#dcfce7;color:#166534}.status-draft{background:#f3f4f6;color:#374151}.status-paused{background:#fef3c7;color:#92400e}.status-completed{background:#dbeafe;color:#1e40af}.status-archived{background:#e5e7eb;color:#6b7280}.campaign-actions{align-self:flex-start;display:flex;flex-shrink:0;gap:.25rem;margin-left:auto}.campaign-description{color:#6b7280;font-size:.85rem;line-height:1.4;margin:.25rem 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.campaign-progress{margin-bottom:1.5rem}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.progress-label{color:#374151;font-size:.9rem;font-weight:600}.progress-amount{color:#667eea;font-size:.9rem;font-weight:600}.progress-bar{background:#e5e7eb;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .3s ease}.progress-percentage{color:#667eea;font-size:.9rem;font-weight:600;text-align:center}.campaign-stats{grid-gap:1rem;background:#f8f9fa;border-radius:8px;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem;padding:1rem}.stat{text-align:center}.stat-value{color:#1f2937;display:block;font-size:1.5rem;line-height:1}.stat-label{color:#6b7280;display:block;font-size:.8rem;margin-top:.25rem}.campaign-associations{background:#f8f9fa;border-radius:8px;margin-bottom:1rem;padding:1rem}.association{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.association:last-child{margin-bottom:0}.association-label{color:#6b7280;font-size:.9rem;font-weight:600;min-width:80px}.association-value{color:#374151;font-size:.9rem}.campaign-timeline{background:#f8f9fa;border-radius:8px;display:flex;gap:1rem;padding:1rem}.timeline-item{align-items:center;display:flex;gap:.5rem}.timeline-label{color:#6b7280;font-size:.8rem;font-weight:600}.timeline-date{color:#374151;font-size:.8rem}.btn{font-size:.9rem;transition:all .3s ease}.btn-danger{background:#dc3545}.btn-danger:hover:not(:disabled){background:#c82333}.btn-small{font-size:.8rem;padding:.375rem .75rem}.btn-tiny{align-items:center;border-radius:4px;display:inline-flex;justify-content:center;padding:.35rem .5rem}.btn-tiny svg{height:14px;line-height:1.2;min-width:auto;width:14px}.loading-state{text-align:center}.empty-icon{background:#667eea1a}.empty-icon svg{stroke:#667eea}.empty-state p{font-size:1.1rem;margin:0 0 2rem}@media (max-width:768px){.campaigns-page{padding:1rem}.campaigns-header{align-items:stretch}.campaigns-controls,.campaigns-header{flex-direction:column;gap:1rem}.campaigns-search{max-width:none}.campaigns-filters{flex-wrap:wrap}}.event-form{background:#fff;border-radius:.75rem;overflow:hidden;width:100%}.form-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:1.5rem 2rem}.form-header h2{font-size:1.5rem;font-weight:600;margin:0}.close-btn{border-radius:4px;color:#fff;line-height:1;opacity:.8;padding:.25rem;transition:opacity .2s ease}.close-btn:hover{background:#ffffff1a;opacity:1}.close-btn svg{height:20px;width:20px}.form-tabs{background:#f7fafc;border-bottom:1px solid #e2e8f0;display:flex}.tab-btn{flex:1 1;justify-content:center;padding:1rem}.tab-btn:hover{background:#ffffff80}.tab-btn.active{background:#fff}.form-content{max-height:60vh;overflow-y:auto;padding:2rem}.tab-panel h3{border-bottom:1px solid #e2e8f0;color:#2d3748;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.75rem}.event-form .form-group textarea{min-height:100px;resize:vertical}.checkbox-label{font-weight:400!important;gap:.75rem;margin-bottom:1rem!important}.checkbox-label input[type=checkbox]{accent-color:#667eea;margin:0!important;transform:scale(1.2);width:auto!important}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-group .checkbox-label{margin-bottom:.5rem!important}.error-text{color:#ef4444;display:block;font-size:.75rem;margin-top:.25rem}.general-error{background:#fef2f2;border-radius:.5rem;color:#dc2626;font-size:.875rem;margin-bottom:1rem;padding:.75rem}.form-actions{background:#f9fafb;border-top:1px solid #e5e7eb;padding:1.5rem 2rem}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #667eea66}@media (max-width:768px){.form-content{max-height:50vh;padding:1.5rem}.form-header{padding:1rem 1.5rem}.form-header h2{font-size:1.25rem}.form-row{gap:0;grid-template-columns:1fr}.form-tabs{flex-wrap:wrap}.tab-btn{flex:1 1;font-size:.8rem;min-width:120px;padding:.75rem .5rem}.form-actions{flex-direction:column-reverse;padding:1rem 1.5rem}.btn{justify-content:center;width:100%}}@media (max-width:480px){.tab-btn{font-size:.75rem;padding:.75rem .25rem}.form-content,.form-header{padding:1rem}}.form-row{margin-bottom:0}.form-group input,.form-group select,.form-group textarea{border:1px solid #e2e8f0;border-radius:4px;padding:.5rem .75rem}.form-group input:disabled,.form-group select:disabled{background-color:#f7fafc;color:#718096}.form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23718096' d='M6 8 1 3h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2rem}.form-section-title{border-bottom:1px solid #e2e8f0;color:#718096;font-size:.75rem;letter-spacing:.05em;margin:1.25rem 0 .75rem;text-transform:uppercase}.btn{border-radius:4px;padding:.5rem 1rem}.btn-primary:hover:not(:disabled){background:#5a67d8}.btn-secondary:hover:not(:disabled){background:#4a5568}.btn-danger:hover:not(:disabled){background:#c53030}.btn-outline{border:1px solid #e2e8f0;color:#4a5568}.btn-outline:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.events-page{margin:0;padding:2rem 1rem;width:100%}.page-header{margin-bottom:2rem}.btn{border-radius:.5rem}.btn-primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-back{align-items:center;background:#f7fafc;border:1px solid #e2e8f0;color:#4a5568;display:flex;gap:8px}.btn-back:hover{background:#edf2f7}.btn-back svg{height:18px;width:18px}.btn-outline{border:1px solid #667eea;color:#667eea}.btn-outline:hover{background:#667eea;color:#fff}.btn-danger-outline{background:#0000;border:1px solid #e53e3e;color:#e53e3e}.btn-danger-outline:hover{background:#e53e3e;color:#fff}.modal-overlay{padding:1rem}.modal-content{border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:95%}.events-list-container{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.events-table{border-collapse:collapse;width:100%}.events-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.events-table th{color:#4a5568;font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:1rem 1.25rem;text-align:left;text-transform:uppercase;white-space:nowrap}.events-table td{border-bottom:1px solid #f1f5f9;color:#2d3748;font-size:.9375rem;padding:1rem 1.25rem;vertical-align:middle}.event-row:hover{background:#f8fafc}.event-row.clickable{cursor:pointer;transition:background-color .15s ease}.event-row.clickable:active{background:#edf2f7}.event-row:last-child td{border-bottom:none}.event-name-cell{display:flex;flex-direction:column;gap:.25rem}.event-name{color:#2d3748;font-weight:600}.event-location{color:#718096;font-size:.8125rem}.status-badge{border-radius:9999px;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.status-draft{background:#f7fafc;color:#4a5568}.status-published{background:#e6fffa;color:#047857}.status-active{background:#dbeafe;color:#1d4ed8}.status-completed{background:#f0fff4;color:#059669}.status-cancelled{background:#fef2f2;color:#dc2626}.empty-state h3{color:#4a5568;margin-bottom:.5rem}.empty-state p{font-size:1.125rem;margin-bottom:2rem}.event-details{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.event-info{border-bottom:1px solid #e2e8f0;padding:2rem}.info-section h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item label{color:#718096;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.info-item a,.info-item span{color:#2d3748;font-weight:500}.info-item a{color:#667eea;text-decoration:none}.info-item a:hover{text-decoration:underline}.event-url-field{align-items:center;display:flex;gap:.5rem}.event-url-link{color:#667eea;font-size:.875rem;text-decoration:none;word-break:break-all}.event-url-link:hover{text-decoration:underline}.btn-copy{align-items:center;background:#e2e8f0;border:none;border-radius:4px;color:#4a5568;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:.35rem;transition:all .2s}.btn-copy:hover{background:#667eea;color:#fff}.event-tabs{background:#f7fafc}.tab-nav{background:#fff;border-bottom:1px solid #e2e8f0;display:flex}.tab-btn{background:none;border:none;border-bottom:2px solid #0000;color:#718096;font-weight:500;padding:1rem 1.5rem;transition:all .2s ease}.tab-btn:hover{background:#f7fafc;color:#4a5568}.tab-btn.active{border-bottom-color:#667eea;color:#667eea}.tab-btn svg{height:18px;width:18px}.tab-btn.active svg{stroke:#667eea}.tab-content{min-height:300px;padding:2rem}.loading{font-size:1.125rem;padding:4rem 2rem}.tab-loading{color:#718096;padding:2rem;text-align:center}.tab-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.tab-header h3{color:#2d3748;font-size:1.25rem;margin:0}.empty-tab{background:#f7fafc;border-radius:.5rem;color:#718096;padding:3rem 2rem;text-align:center}.empty-tab p{margin:0 0 .5rem}.empty-tab .hint{color:#a0aec0;font-size:.875rem}.data-table{background:#fff;border:1px solid #e2e8f0;border-collapse:collapse;border-radius:.5rem;overflow:hidden;width:100%}.data-table thead{background:#f8fafc}.data-table th{border-bottom:2px solid #e2e8f0;color:#4a5568;font-size:.8125rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1rem;text-align:left;text-transform:uppercase}.data-table td{border-bottom:1px solid #f1f5f9;color:#2d3748;font-size:.9375rem;padding:.75rem 1rem;vertical-align:middle}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover{background:#f8fafc}.contact-link{color:#667eea;font-weight:500;text-decoration:none}.contact-link:hover{text-decoration:underline}.amount,.amount-raised{color:#059669;font-weight:600}.rsvp-select{background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;cursor:pointer;font-size:.875rem;padding:.375rem .75rem}.rsvp-select.rsvp-yes{background:#f0fff4;border-color:#9ae6b4;color:#047857}.rsvp-select.rsvp-no{background:#fef2f2;border-color:#fecaca;color:#dc2626}.rsvp-select.rsvp-maybe{background:#fefce8;border-color:#fde68a;color:#d97706}.rsvp-select.rsvp-pending{background:#f7fafc;border-color:#e2e8f0;color:#718096}.role-badge{border-radius:9999px;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.role-lead{background:#fef3c7;color:#d97706}.role-sponsor{background:#dbeafe;color:#2563eb}.role-organizer{background:#e0e7ff;color:#4f46e5}.role-supporter{background:#f3f4f6;color:#6b7280}.type-badge{border-radius:9999px;font-weight:600}.type-call{background:#dbeafe;color:#1d4ed8}.type-meeting{background:#f3e8ff;color:#7c3aed}.checked-in{color:#059669;font-weight:500}.financial-summary{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.summary-card{border-radius:.5rem;gap:.25rem}.summary-label{color:#718096;font-size:.8125rem;letter-spacing:.05em}.summary-value{color:#2d3748;font-size:2rem}.summary-amount{color:#059669;font-size:1.125rem;font-weight:600}.financial-section{margin-bottom:2rem}.financial-section h4{border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:1rem;margin-bottom:.75rem;padding-bottom:.5rem}.no-data{color:#a0aec0;font-style:italic;padding:1rem;text-align:center}.tab-header-actions{align-items:center;display:flex;gap:.75rem}.bulk-actions{background:#e8f4fd;border-radius:6px;margin-right:.5rem;padding:.5rem .75rem}.bulk-actions .selection-count{color:#3182ce;font-size:.85rem;font-weight:500;margin-right:.5rem}.bulk-actions .btn{white-space:nowrap}.bulk-actions select.btn{-webkit-appearance:auto;appearance:auto;cursor:pointer;padding-right:.5rem}.checkbox-col{text-align:center}.checkbox-col input[type=checkbox]{cursor:pointer;height:16px;width:16px}.data-table tbody tr.selected{background-color:#ebf8ff}.data-table tbody tr.selected:hover{background-color:#bee3f8}.account-breakdown{background:#f8fafc;border-radius:8px;margin:1.5rem 0;padding:1rem}.account-breakdown h4{border-bottom:none;color:#4a5568;font-size:.875rem;letter-spacing:.05em;margin-bottom:1rem;padding-bottom:0;text-transform:uppercase}.account-breakdown-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.account-breakdown-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:1rem}.account-breakdown-card .account-name{color:#2d3748;display:block;font-size:.9rem;font-weight:600;margin-bottom:.75rem}.account-stats{display:flex;gap:1.5rem}.account-stat{display:flex;flex-direction:column;gap:.125rem}.account-stat .stat-label{color:#718096;font-size:.7rem;letter-spacing:.03em;text-transform:uppercase}.account-stat .stat-value{color:#2d3748;font-size:1.25rem;font-weight:600}.account-stat .stat-amount{color:#48bb78;font-size:.8rem;font-weight:500}.financials-search{margin-bottom:1.5rem;position:relative}.financials-search .search-input{border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;padding:.75rem 2.5rem .75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.financials-search .search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.financials-search .search-clear{background:none;border:none;color:#a0aec0;cursor:pointer;font-size:1.25rem;line-height:1;padding:.25rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.financials-search .search-clear:hover{color:#718096}.clickable-row:hover{background-color:#f7fafc}.clickable-row .contact-link{color:#667eea;cursor:pointer}.clickable-row .contact-link:hover{text-decoration:underline}.modal-footer-right{gap:.5rem;margin-left:auto}.form-row-2{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-control{border-radius:4px;font-size:.9rem;padding:.5rem .75rem;transition:border-color .2s,box-shadow .2s}.form-control:disabled{background-color:#f7fafc;color:#718096;cursor:not-allowed}textarea.form-control{min-height:60px;resize:vertical}select.form-control{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23718096' d='M6 8 1 3h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2rem}.btn-danger{background:#e53e3e;border:none;border-radius:4px;font-size:.875rem;padding:.5rem 1rem;transition:background .2s}.btn-danger:hover{background:#c53030}.btn-secondary{background:#718096;border-radius:4px;font-size:.875rem;padding:.5rem 1rem;transition:background .2s}.btn-secondary:hover{background:#4a5568}.modal-sm{max-width:450px}.modal-header{border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem}.modal-header h3{color:#2d3748}.modal-close{color:#718096;font-size:1.5rem;line-height:1}.modal-close:hover{color:#4a5568}.modal-body{padding:1.5rem}.form-group label{color:#4a5568;font-size:.875rem}.form-control{border:1px solid #e2e8f0;border-radius:.375rem;font-size:.9375rem;padding:.625rem .75rem;transition:border-color .15s ease;width:100%}.form-control:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-actions{gap:.75rem}.tab-btn{align-items:center;display:flex;gap:.5rem}.tab-btn svg{height:16px;width:16px}.add-cohost-form{display:flex;flex-direction:column;gap:1rem}.add-cohost-form .form-group{margin-bottom:0}.add-cohost-form label,.form-group label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}@media (max-width:1024px){.events-list-container{overflow-x:auto}.events-table{min-width:800px}}@media (max-width:768px){.events-page{padding:1rem}.header-content{align-items:stretch;flex-direction:column}.header-actions{justify-content:center}.info-grid{grid-template-columns:1fr}.tab-nav{flex-wrap:wrap}.tab-btn{flex:1 1;min-width:120px}.events-table td,.events-table th{padding:.75rem 1rem}.actions-cell{flex-direction:column;gap:.25rem}}.data-analytics-page{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0}.data-analytics-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.loading-spinner{border:4px solid #f3f3f3}.data-header{align-items:flex-start;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem 2rem 1rem}.data-title h1{color:#1f2937;font-size:2rem;font-weight:700;margin:0 0 .5rem}.data-title p{color:#6b7280;font-size:1rem;margin:0}.data-tabs{background:#fff;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:0;padding:0 2rem}.data-tab{align-items:center;background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:-1px;padding:.875rem 1.25rem;transition:all .2s}.data-tab:hover{background:#f5f3ff;color:#4f46e5}.data-tab.active{border-bottom-color:#4f46e5;color:#4f46e5}.data-tab svg{height:1rem;width:1rem}.data-tab-content{background:#f8fafc;flex:1 1;overflow-y:auto;padding:1.5rem 2rem}.data-tab-content .dedupes-header,.data-tab-content .import-header,.data-tab-content .import-history-header,.data-tab-content .integrations-header{display:none}.data-tab-content .data-import,.data-tab-content .dedupes,.data-tab-content .import-history,.data-tab-content .integrations{padding-top:0}.analytics-tabs{border-bottom:2px solid #e9ecef;display:flex;gap:.5rem;margin-bottom:2rem;overflow-x:auto}.analytics-tab{align-items:center;background:#0000;border:none;border-bottom:3px solid #0000;color:#6c757d;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:1rem 1.5rem;transition:all .2s ease;white-space:nowrap}.analytics-tab:hover{background-color:#f8f9fa;color:#667eea}.analytics-tab.active{background-color:#667eea0d;border-bottom-color:#667eea;color:#667eea}.tab-icon{justify-content:center}.tab-label{font-size:.95rem}.analytics-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;min-height:500px;padding:2rem}.analytics-section{width:100%}.analytics-header{margin-bottom:2rem;text-align:center}.analytics-header h2{color:#212529;font-size:2rem;margin-bottom:.5rem}.analytics-header p{color:#6c757d;font-size:1.1rem}.analytics-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.analytics-card{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e9ecef;border-radius:12px;padding:2rem;transition:all .2s ease}.analytics-card:hover{border-color:#667eea;box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.analytics-card-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.analytics-card-icon svg{stroke:#fff;height:24px;width:24px}.analytics-card-content h3{color:#212529;font-size:1.25rem;margin-bottom:.5rem}.analytics-card-content p{color:#6c757d;margin-bottom:1.5rem}.analytics-metric{display:flex;flex-direction:column;gap:.25rem}.metric-value{color:#667eea;font-size:2rem}.metric-label{color:#6c757d;font-size:.875rem;letter-spacing:.5px;text-transform:uppercase}.reports-section{width:100%}.reports-header{margin-bottom:2rem;text-align:center}.reports-header h2{color:#212529;font-size:2rem;margin-bottom:.5rem}.reports-header p{color:#6c757d;font-size:1.1rem}.reports-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.report-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:1.5rem;transition:all .2s ease}.report-card:hover{border-color:#667eea;box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.report-card-icon{align-items:center;background:#667eea1a;border-radius:10px;display:flex;height:40px;justify-content:center;margin-bottom:1rem;width:40px}.report-card-icon svg{stroke:#667eea;height:20px;width:20px}.report-card-content h3{color:#212529;font-size:1.1rem;margin-bottom:.5rem}.report-card-content p{color:#6c757d;font-size:.9rem;margin-bottom:1.5rem}.under-development{background:linear-gradient(135deg,#fef7e0,#fff8e1);border:1px solid #ffeaa7;border-radius:12px;padding:3rem 2rem;text-align:center}.under-development-icon{align-items:center;background:#85640426;border-radius:14px;display:flex;height:56px;justify-content:center;margin:0 auto 1rem;width:56px}.under-development-icon svg{stroke:#856404;height:28px;width:28px}.under-development p{color:#856404;font-size:1.1rem;margin:0}.btn-secondary:hover{border-color:#667eea;color:#667eea}@media (max-width:768px){.data-analytics-page{padding:0}.data-header{flex-direction:column;gap:1rem;padding:1rem}.data-title h1{font-size:1.5rem}.data-tabs{overflow-x:auto;padding:0 1rem}.data-tab{font-size:.8125rem;padding:.75rem 1rem}.data-tab-content{padding:1rem}.analytics-tabs{flex-direction:column;gap:0}.analytics-tab{border-bottom:1px solid #e9ecef;border-radius:0;padding:1rem}.analytics-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom-color:#e9ecef;color:#fff}.analytics-content{padding:1.5rem}.analytics-cards,.reports-grid{grid-template-columns:1fr}.analytics-card,.report-card{padding:1.5rem}}.settings-page{background:#f8f9fa;min-height:100vh}.settings-layout{display:flex;margin:0;max-width:100%;min-height:calc(100vh - 80px);padding:0;width:100%}@media (min-width:1024px){.settings-layout{padding:0 1rem}}.settings-nav{background:#fff;border-right:1px solid #e9ecef;height:-webkit-fit-content;height:fit-content;padding:2rem 0;position:-webkit-sticky;position:sticky;top:80px;width:280px}.settings-nav-items{display:flex;flex-direction:column;gap:.5rem;padding:0 1rem}.settings-nav-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#495057;cursor:pointer;display:flex;font-size:.95rem;gap:.75rem;padding:1rem;text-align:left;transition:all .2s ease;width:100%}.settings-nav-item:hover{background-color:#f8f9fa;color:#667eea}.settings-nav-item.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea33;color:#fff}.settings-nav-icon{align-items:center;display:flex;justify-content:center}.settings-nav-icon svg{color:currentColor}.settings-nav-label{font-weight:500}.settings-main{flex:1 1;min-width:0;overflow-y:auto;padding:2rem}@media (min-width:1024px){.settings-main{padding:2rem 3rem}}.settings-overview h2{color:#212529;font-size:2rem;margin-bottom:.5rem}.settings-subtitle{color:#6c757d;font-size:1.1rem;margin-bottom:2rem}.settings-cards-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.settings-card{border:2px solid #0000;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:all .2s ease}.settings-card:hover{border-color:#667eea;box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.settings-card-icon{align-items:center;color:#667eea;display:flex;justify-content:flex-start;margin-bottom:1rem}.settings-card-icon svg{stroke-width:1.5}.settings-card-content h3{color:#212529;font-size:1.25rem;margin-bottom:.5rem}.settings-card-content p{color:#6c757d;line-height:1.5;margin-bottom:1.5rem}.settings-card-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.settings-card-button:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.settings-section{box-shadow:0 2px 8px #00000014;max-width:100%;padding:2rem;width:100%}@media (min-width:1024px){.settings-section{padding:2.5rem}}.settings-header{border-bottom:1px solid #e9ecef;margin-bottom:2rem;padding-bottom:1rem}.back-button{color:#667eea;font-size:.95rem;margin-bottom:1rem;padding:.5rem 0;transition:color .2s ease}.back-button:hover{color:#764ba2}.settings-header h2{color:#212529;font-size:1.75rem;margin-bottom:.5rem}.settings-header p{color:#6c757d;font-size:1rem}.settings-content{max-width:100%;width:100%}.settings-content form{width:100%}.settings-group{margin-bottom:2rem;width:100%}@media (min-width:1024px){.settings-group{margin-bottom:2.5rem}}.settings-group h3{color:#495057;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.settings-options{display:flex;flex-direction:column;gap:.75rem}.settings-option{align-items:center;cursor:pointer;display:flex;gap:.75rem;padding:.5rem 0}.settings-option input[type=checkbox]{accent-color:#667eea;height:18px;width:18px}.settings-option span{color:#495057;font-size:.95rem}.settings-actions{border-top:1px solid #e9ecef;margin-top:2rem;padding-top:1rem}.btn-secondary{border:1px solid #dee2e6}.btn-secondary:hover{background:#e9ecef}.form-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr;width:100%}@media (min-width:640px){.form-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.form-grid{grid-template-columns:repeat(4,1fr)}}.form-field-half{grid-column:span 1}@media (min-width:1024px){.form-field-half{grid-column:span 2}}.form-field-full{grid-column:1/-1}@media (min-width:640px) and (max-width:1023px){.form-field-full{grid-column:span 2}}@media (min-width:1024px){.form-field-full{grid-column:span 4}}.form-field label{color:#374151;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-field input,.form-field select,.form-field textarea{background:#fff;border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:1rem;padding:.75rem;transition:all .3s ease;width:100%}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-field textarea{min-height:100px;resize:vertical}.form-field input[type=file]{background:#f9fafb;border:2px dashed #d1d5db;cursor:pointer;padding:.5rem}.form-field input[type=file]:hover{background:#f0f7ff;border-color:#667eea}.form-field input[type=color]{border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;height:45px;padding:.25rem}.form-field input[type=color]:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.color-input-wrapper{align-items:center;display:flex;gap:.75rem}.color-input-wrapper input[type=text]{flex:1 1;font-family:monospace;font-size:.9rem}.color-input-wrapper input[type=color]{flex-shrink:0;height:45px;width:50px}.file-upload-container{position:relative;width:100%}.file-upload-container input[type=file]{width:100%}.file-upload-info{color:#6b7280;font-size:.8rem;margin-top:.5rem}.current-file{background:#f3f4f6;border-radius:6px;color:#374151;font-size:.9rem;margin-top:.5rem;padding:.5rem}.form-actions{border-top:1px solid #e9ecef;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem}.btn{min-height:44px}.btn-small{min-height:36px}.btn-secondary{background:#f8f9fa;border:2px solid #dee2e6;color:#495057}.btn-secondary:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd}.btn.loading{color:#0000;position:relative}.btn.loading:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;color:#fff;content:"";height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.success-message{background:#d1fae5;border:1px solid #a7f3d0;border-radius:8px;color:#065f46;font-weight:500;margin-top:1rem;padding:.75rem 1rem}.payment-methods{display:flex;flex-direction:column;gap:1rem}.payment-method{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .2s ease}.payment-method:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.payment-method-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.payment-method-type{align-items:center;color:#374151;font-weight:600}.payment-method-actions,.payment-method-type{display:flex;gap:.5rem}.payment-method-details{color:#6b7280;font-size:.9rem}.payment-method-badge{background:#10b981;border-radius:4px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;text-transform:uppercase}.payment-tabs{border-bottom:2px solid #e5e7eb;display:flex;gap:.5rem;margin-bottom:2rem}.payment-tab{background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;font-weight:500;padding:.75rem 1rem;transition:all .2s ease}.payment-tab.active{border-bottom-color:#667eea;color:#667eea}.payment-tab:hover{color:#667eea}@media (max-width:768px){.settings-layout{flex-direction:column}.settings-nav{border-bottom:1px solid #e9ecef;border-right:none;padding:1rem 0;position:static;width:100%}.settings-nav-items{flex-direction:row;gap:.5rem;overflow-x:auto;padding:0 1rem}.settings-nav-item{flex-direction:column;flex-shrink:0;gap:.25rem;min-width:80px;padding:.75rem;text-align:center}.settings-nav-icon{font-size:1.25rem}.settings-nav-label{font-size:.75rem}.settings-main{padding:1.5rem 1rem}.settings-cards-grid{gap:1rem;grid-template-columns:1fr}.settings-card,.settings-section{padding:1.5rem}}.user-detail-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.user-detail-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:900px;width:100%}.user-detail-modal-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1.5rem 2rem}.user-detail-modal-header h2{color:#212529;font-size:1.5rem;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:6px;color:#6c757d;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.close-button:hover{background:#f8f9fa;color:#212529}.user-detail-modal-content{flex:1 1;overflow-y:auto;padding:2rem}.user-detail-section{border-bottom:1px solid #e9ecef;margin-bottom:2rem;padding-bottom:2rem}.user-detail-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.user-detail-section h3{color:#495057;font-size:1.1rem;font-weight:600;margin:0 0 1.5rem}.section-header{margin-bottom:1.5rem}.btn-small{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s ease}.btn-small:hover:not(:disabled){background:#e9ecef;border-color:#dee2e6}.btn-small:disabled{cursor:not-allowed;opacity:.5}.form-field label,.status-badge{align-items:center;display:flex;gap:.5rem}.feature-permissions{display:flex;flex-direction:column;gap:1rem}.feature-toggle{align-items:flex-start;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:1rem;transition:all .2s ease}.feature-toggle:hover{background:#e9ecef;border-color:#dee2e6}.feature-toggle input[type=checkbox]{cursor:pointer;height:18px;margin-top:.25rem;width:18px}.feature-toggle span{color:#212529;display:block;font-weight:500}.feature-toggle small{color:#6c757d;display:block;font-size:.875rem;margin-top:.25rem}.campaign-permission-item{background:#f8f9fa}.password-section{display:flex;flex-direction:column;gap:1rem}.btn-icon{border:1px solid #e9ecef;padding:.75rem}.btn-icon:hover{background:#e9ecef;border-color:#dee2e6}.password-actions{display:flex;gap:1rem}.reset-password-result{background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px;margin-top:1rem;padding:1rem}.reset-password-result strong{color:#0369a1;display:block;margin-bottom:.5rem}.reset-password-result code{background:#fff;border:1px solid #bae6fd;border-radius:4px;color:#0369a1;display:block;font-family:Courier New,monospace;font-size:1rem;margin:.5rem 0;padding:.75rem;word-break:break-all}.reset-password-result small{color:#0369a1;display:block;font-size:.875rem}.action-buttons{display:flex;gap:1rem}.alert{border-radius:6px;margin-bottom:1rem;padding:1rem}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.user-detail-modal-footer{align-items:center;background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem}.btn{display:flex}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #667eea4d}.btn-secondary:hover:not(:disabled){background:#5a6268}.btn:disabled{opacity:.5}@media (max-width:768px){.user-detail-modal{border-radius:0;max-height:100vh;max-width:100%}.user-detail-modal-overlay{padding:0}.form-grid{grid-template-columns:1fr}}.users-actions{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.users-actions .btn{align-items:center;display:flex;gap:.5rem}.create-user-form{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:2rem}.create-user-form h3{color:#212529;font-size:1.25rem;margin:0 0 1.5rem}.form-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{color:#495057;font-size:.875rem;font-weight:500}.form-field input,.form-field select{border:1px solid #e9ecef;border-radius:6px;font-size:.875rem;padding:.75rem;transition:border-color .2s ease}.form-field input:focus,.form-field select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.password-input-group{display:flex;gap:.5rem}.password-input-group input{flex:1 1}.btn-generate-password{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;cursor:pointer;font-size:.875rem;padding:.75rem 1rem;transition:all .2s ease;white-space:nowrap}.btn-generate-password:hover{background:#e9ecef;border-color:#dee2e6}.checkbox-field{margin-bottom:1rem}.checkbox-field label{align-items:center;cursor:pointer;display:flex;gap:.5rem}.checkbox-field input[type=checkbox]{cursor:pointer;height:18px;width:18px}.btn-secondary{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.btn-secondary:hover{background:#5a6268}.users-list{width:100%}.empty-state{color:#6c757d}.empty-state svg{margin-bottom:1rem;opacity:.5}.error-state p{color:#dc3545;margin-bottom:1rem}.users-table{background:#fff;border-collapse:collapse;border-radius:8px;overflow:hidden;width:100%}.users-table-header{grid-gap:1rem;background:#f8f9fa;border-bottom:2px solid #e9ecef;color:#495057;display:grid;font-size:.875rem;font-weight:600;gap:1rem;grid-template-columns:2fr 1fr 1.2fr 1fr 1fr .8fr;letter-spacing:.5px;padding:1rem 1.5rem;text-transform:uppercase}.badge{font-size:.75rem;font-weight:500;padding:.25rem .5rem}.badge-info{background:#dbeafe;color:#1e40af}.users-table-row{grid-gap:1rem;border-bottom:1px solid #e9ecef;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1.2fr 1fr 1fr .8fr;padding:1.25rem 1.5rem;transition:background-color .2s ease}.users-table-row.clickable{cursor:pointer}.users-table-row:hover{background-color:#f8f9fa}.users-table-row.clickable:hover{background-color:#f0f4ff}.users-table-row:last-child{border-bottom:none}.users-table-cell{gap:.5rem}.user-info,.users-table-cell{align-items:center;display:flex}.user-info{gap:1rem}.user-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.875rem;font-weight:600;height:40px;justify-content:center;width:40px}.user-details{display:flex;flex-direction:column;gap:.25rem;min-width:0}.user-name{color:#212529;font-size:.95rem;font-weight:500}.user-email,.user-phone{align-items:center;color:#6c757d;display:flex;font-size:.875rem;gap:.375rem}.user-email svg,.user-phone svg{flex-shrink:0;opacity:.6}.role-badge{border-radius:6px;display:inline-block;font-weight:500;padding:.375rem .75rem;text-transform:capitalize}.role-badge,.status-indicator{font-size:.875rem}.status-active{color:#10b981}.status-inactive{color:#ef4444}.email-verified-badge{color:#f59e0b;font-size:.75rem;margin-top:.25rem}.date-info{align-items:center;color:#6c757d;display:flex;font-size:.875rem;gap:.375rem}.date-info svg{flex-shrink:0;opacity:.6}.role-select{background:#fff;border:1px solid #e9ecef;border-radius:6px;color:#212529;cursor:pointer;font-size:.875rem;padding:.375rem .75rem}.toggle-switch{align-items:center;cursor:pointer;display:flex;gap:.5rem}.toggle-switch input[type=checkbox]{cursor:pointer;height:18px;width:18px}.btn-icon{align-items:center;background:none;border:none;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.btn-edit{color:#667eea}.btn-edit:hover{background:#f0f4ff;color:#5568d3}.btn-save{color:#10b981}.btn-save:hover{background:#f0fdf4;color:#059669}.btn-save:disabled{cursor:not-allowed;opacity:.5}.btn-cancel{color:#ef4444}.btn-cancel:hover{background:#fef2f2;color:#dc2626}.btn-cancel:disabled{cursor:not-allowed;opacity:.5}.campaign-permissions-section{background:#f8f9fa;border-top:1px solid #e9ecef;grid-column:1/-1;margin-top:.5rem;padding:1.5rem}.campaign-permissions-section h4{color:#495057;font-size:.95rem;font-weight:600;margin:0 0 1rem}.campaign-permissions-list{display:flex;flex-direction:column;gap:.75rem}.campaign-permission-item{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:6px;display:flex;justify-content:space-between;padding:.75rem}.campaign-permission-item label{color:#495057;font-size:.875rem;font-weight:500}.campaign-permission-item select{background:#fff;border:1px solid #e9ecef;border-radius:6px;color:#212529;cursor:pointer;font-size:.875rem;min-width:150px;padding:.5rem .75rem}.no-campaigns{color:#6c757d;font-size:.875rem;font-style:italic;padding:1rem;text-align:center}.campaign-access-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.radio-option{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem;transition:background-color .2s ease}.radio-option:hover{background-color:#f8f9fa}.radio-option input[type=radio]{cursor:pointer;height:18px;margin:0;width:18px}.radio-option span{color:#495057;font-size:.875rem}.campaign-selection{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin-top:1rem;padding:1rem}.campaign-selection-empty{color:#6c757d;font-size:.875rem;font-style:italic;margin:0}.campaign-checkboxes{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto;padding:.5rem 0}.checkbox-option{align-items:center;border-radius:4px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem;transition:background-color .2s ease}.checkbox-option:hover{background-color:#fff}.checkbox-option input[type=checkbox]{cursor:pointer;height:18px;margin:0;width:18px}.checkbox-option span{color:#495057;font-size:.875rem}.form-error-text{color:#dc3545;font-size:.875rem;margin-bottom:0;margin-top:.5rem}@media (max-width:1024px){.users-table-header,.users-table-row{gap:.5rem;grid-template-columns:1fr}.users-table-cell{padding:.5rem 0}.users-table-header{display:none}.users-table-row{border:1px solid #e9ecef;border-radius:8px;margin-bottom:1rem;padding:1rem}.users-table-cell:before{color:#495057;content:attr(data-label);display:block;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}}.calls-meetings-page{max-width:none;padding:20px;width:100%}.calls-meetings-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:20px}.header-content h1{color:#111827;font-size:32px;font-weight:700;margin:0 0 8px}.calls-meetings-tabs{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:4px;margin-bottom:24px;padding:4px}.tab-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;min-width:140px;padding:12px 20px;transition:all .2s ease}.tab-button:hover{background:#f3f4f6;color:#374151}.tab-button.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#2563eb}.tab-icon{align-items:center;display:flex}.tab-icon svg{height:18px;width:18px}.tab-button.active .tab-icon svg{stroke:#2563eb}.tab-label{font-weight:500}.calls-meetings-content{background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-height:600px;min-width:0;overflow:hidden;width:100%}.calls-meetings-list-container{display:flex;flex-direction:column;height:100%;min-width:0;overflow:hidden;width:100%}.btn{font-size:14px;gap:8px;padding:10px 20px;transition:all .2s ease}.btn-primary{background:#2563eb}.btn-primary:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d}.btn-secondary{background:#f3f4f6}.btn-secondary:hover{background:#e5e7eb}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-danger{background:#ef4444}.btn-danger:hover{background:#dc2626}.btn-sm{font-size:12px}.btn-lg{padding:14px 28px}.loading-spinner{animation:spin 1s ease-in-out infinite;border:2px solid #f3f4f6;border-top-color:#2563eb;display:inline-block;height:20px;width:20px}@media (max-width:768px){.calls-meetings-page{padding:16px}.calls-meetings-header{align-items:stretch;flex-direction:column;gap:16px}.header-actions{justify-content:flex-start}.calls-meetings-tabs{flex-wrap:wrap;gap:8px}.tab-button{flex:1 1;min-width:auto;min-width:120px}.header-content h1{font-size:24px}}.calls-meetings-dashboard{padding:24px;width:100%}.dashboard-loading{color:#6b7280;padding:60px}.dashboard-header{margin-bottom:32px}.campaign-selector{align-items:center;display:flex;gap:12px}.campaign-selector label{color:#374151;font-weight:500}.campaign-select{border-radius:6px;font-size:14px;min-width:200px;padding:8px 12px}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:32px;width:100%}.metric-card{border:1px solid #e5e7eb;transition:all .2s ease}.metric-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000d}.metric-card.urgent{background:#fef2f2;border-color:#fecaca}.metric-icon{background:linear-gradient(135deg,#667eea,#764ba2);height:60px;width:60px}.metric-icon svg{stroke:#fff;height:28px;width:28px}.metric-card.urgent .metric-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.metric-content h3{color:#6b7280;font-size:14px;font-weight:500;margin:0 0 4px}.metric-value{color:#111827;font-size:32px;line-height:1;margin:0}.metric-subtitle{color:#9ca3af;font-size:12px;margin:4px 0 0}.charts-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:32px;width:100%}.chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.chart-card h3{color:#111827;font-size:18px;font-weight:600;margin:0 0 20px}.outcome-chart,.status-chart{display:flex;flex-direction:column;gap:12px}.outcome-item,.status-item{grid-gap:16px;align-items:center;background:#fff;border:1px solid #e2e8f0;border:1px solid var(--color-border-light,#e2e8f0);border-radius:8px;border-radius:var(--radius-lg,8px);display:grid;gap:16px;grid-template-columns:1fr auto;padding:16px}.outcome-info,.status-info{align-items:center;display:flex;gap:12px}.outcome-indicator,.status-indicator{border-radius:50%;height:12px;width:12px}.outcome-label,.status-label{color:#374151;font-size:14px;font-weight:500}.outcome-count,.status-count{color:#111827;font-size:16px;font-weight:600}.upcoming-calls-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;width:100%}.upcoming-calls-card h3{color:#111827;font-size:18px;font-weight:600;margin:0 0 20px}.upcoming-calls-list{display:flex;flex-direction:column;gap:16px}.upcoming-call-item{background:#f9fafb;gap:16px;padding:16px}.call-type-icon,.upcoming-call-item{align-items:center;border:1px solid #e5e7eb;border-radius:8px;display:flex}.call-type-icon{background:#667eea1a;height:48px;justify-content:center;width:48px}.call-type-icon svg{stroke:#667eea;height:22px;width:22px}.call-details{flex:1 1}.call-details h4{color:#111827;font-size:16px;font-weight:600;margin:0 0 4px}.call-contact{color:#374151;font-size:14px;margin:0 0 2px}.call-campaign{color:#6b7280;font-size:12px;margin:0}.call-schedule{margin-right:16px;text-align:right}.call-date{color:#374151;font-size:14px;font-weight:500;margin:0 0 2px}.call-time{color:#6b7280;font-size:12px;margin:0}.status-badge{border-radius:4px;color:#fff;font-size:12px;padding:4px 8px}.no-upcoming-calls{color:#6b7280;padding:40px;text-align:center}.no-upcoming-calls p{font-size:16px;margin:0}@media (min-width:1400px){.metrics-grid{grid-template-columns:repeat(6,1fr)}.charts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.calls-meetings-dashboard{padding:16px}.charts-grid,.metrics-grid{gap:16px;grid-template-columns:1fr}.upcoming-call-item{align-items:flex-start;flex-direction:column;gap:12px}.call-schedule{margin-right:0;text-align:left}.campaign-selector{align-items:flex-start;flex-direction:column;gap:8px}.campaign-select{min-width:100%}}.calls-meetings-filter{background:#f9fafb;border-bottom:1px solid #e5e7eb;box-sizing:border-box;overflow-x:hidden;padding:20px 24px;width:100%}.filter-header{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px;width:100%}.filter-header h3{color:#111827;font-size:18px;font-weight:600;margin:0}.filter-actions{display:flex;flex-shrink:0;gap:8px;white-space:nowrap}.filter-content{display:flex;flex-direction:column;gap:16px}.filter-content,.filter-row{box-sizing:border-box;width:100%}.filter-row{grid-gap:12px;align-items:end;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.filter-group{box-sizing:border-box;gap:6px;min-width:0}.filter-group label{color:#374151;font-size:14px;font-weight:500}.filter-input,.filter-select{background:#fff;box-sizing:border-box;font-size:14px;min-width:0;padding:8px 12px;transition:all .2s ease}.filter-input:focus,.filter-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.filter-input::placeholder{color:#9ca3af}.advanced-filters{border-top:1px solid #e5e7eb;margin-top:8px;padding-top:16px}.advanced-filters .filter-row{margin-bottom:16px}.advanced-filters .filter-row:last-child{margin-bottom:0}.btn-sm{font-size:13px;padding:6px 12px}@media (max-width:1024px){.filter-row{gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width:768px){.calls-meetings-filter{padding:16px}.filter-header{align-items:flex-start;flex-direction:column;gap:12px}.filter-actions{justify-content:flex-start;width:100%}.filter-row{gap:12px;grid-template-columns:1fr}.filter-group,.filter-input,.filter-select{width:100%}}.filter-group:first-child .filter-input{min-width:200px}@media (max-width:768px){.filter-group:first-child .filter-input{min-width:100%}}.calls-meetings-list{display:flex;flex-direction:column;height:100%;min-width:0;overflow:hidden;padding:24px;width:100%}.calls-meetings-loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:60px}.list-header{margin-bottom:24px}.list-info h3{font-size:20px}.no-calls-meetings{color:#6b7280;flex-direction:column;padding:80px 20px;text-align:center}.no-calls-meetings,.no-data-icon{align-items:center;display:flex;justify-content:center}.no-data-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;height:64px;margin:0 auto 16px;opacity:.5;width:64px}.no-data-icon svg{stroke:#fff;height:32px;width:32px}.no-calls-meetings h3{color:#374151;font-size:20px;font-weight:600;margin:0 0 8px}.no-calls-meetings p{font-size:16px;margin:0;max-width:400px}.calls-meetings-table{border:1px solid #e5e7eb;border-radius:8px;display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden;width:100%}.table-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;display:grid;font-size:12px;font-weight:600;grid-template-columns:40px 55px 75px minmax(120px,1fr) 140px 95px 100px 90px 90px;letter-spacing:.05em;text-transform:uppercase}.table-header>div{border-right:1px solid #e5e7eb;padding:12px 8px;text-align:left}.table-header>div:last-child{border-right:none}.table-body{flex:1 1;min-width:0;overflow-x:hidden;overflow-y:auto}.table-row{border-bottom:1px solid #f3f4f6;display:grid;grid-template-columns:40px 55px 75px minmax(120px,1fr) 140px 95px 100px 90px 90px;transition:all .2s ease}.table-row:hover{background:#f9fafb}.table-row.overdue{background:#fef2f2;border-left:4px solid #ef4444}.table-row>div{align-items:center;border-right:1px solid #f3f4f6;display:flex;overflow:hidden;padding:16px 8px;text-overflow:ellipsis;white-space:nowrap}.table-row>div:last-child{border-right:none;overflow:visible;white-space:normal}.col-actions{align-items:flex-start!important;display:flex!important;flex-direction:column;gap:4px;justify-content:center!important}.col-actions .btn{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;min-width:32px;padding:6px 8px;transition:all .2s ease}.col-actions .btn-sm{font-size:12px;height:28px;min-width:28px;padding:4px 6px}.col-actions .btn-secondary{background:#f3f4f6;color:#374151}.col-actions .btn-secondary:hover{background:#e5e7eb}.col-actions .btn-primary{background:#3b82f6;color:#fff}.col-actions .btn-primary:hover{background:#2563eb}.col-type{align-items:center!important;flex-direction:column!important;gap:4px;justify-content:center!important;text-align:center;white-space:normal!important}.type-indicator{flex-direction:column;gap:2px}.type-icon,.type-indicator{align-items:center;display:flex}.type-icon{justify-content:center}.type-icon svg{stroke:#667eea;height:18px;width:18px}.type-label{color:#374151;font-size:10px;font-weight:500;line-height:1.2}.priority-indicator{border-radius:50%;height:8px;width:8px}.col-title{align-items:flex-start!important;flex-direction:column!important;gap:2px;white-space:normal!important}.title-content h4{color:#111827;font-size:14px;font-weight:600;line-height:1.2;margin:0}.contact-name{color:#374151;font-size:13px;margin:0}.contact-phone{color:#6b7280;font-size:12px;margin:0}.col-campaign{min-width:120px;padding-right:12px!important;white-space:normal!important;word-break:break-word}.campaign-name{color:#374151;font-size:12px;font-weight:500;line-height:1.3}.col-schedule{align-items:flex-start!important;flex-direction:column!important;gap:0;justify-content:center!important;min-width:85px;white-space:normal!important}.col-outcome,.col-status{overflow:visible!important;white-space:nowrap!important}.schedule-info{display:flex;flex-direction:column;gap:0}.schedule-date{color:#374151;font-size:11px;font-weight:500;line-height:1.3}.schedule-time{color:#6b7280;font-size:10px;line-height:1.2}.no-schedule{color:#9ca3af;font-size:12px;font-style:italic}.status-button{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:11px;font-weight:500;max-width:100%;padding:4px 8px;text-transform:capitalize;transition:all .2s ease;white-space:nowrap;width:auto}.status-button:hover{opacity:.8;transform:translateY(-1px)}.outcome-badge{white-space:nowrap}.no-outcome{color:#9ca3af;font-size:12px}.col-follow-up{align-items:flex-start!important;flex-direction:column!important;gap:2px;justify-content:center!important;overflow:visible!important;white-space:normal!important}.follow-up-info{gap:4px}.follow-up-info,.follow-up-status{align-items:center;display:flex}.follow-up-status svg{height:16px;width:16px}.follow-up-status.completed svg{stroke:#10b981}.follow-up-status.overdue svg{stroke:#ef4444}.follow-up-status.pending svg{stroke:#6b7280}.follow-up-date{color:#6b7280;font-size:11px}.no-follow-up{color:#9ca3af;font-size:12px}.col-actions .btn{font-size:11px;min-width:28px;padding:4px 6px;white-space:nowrap}.modal-overlay{padding:20px;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-height:80vh;max-width:600px;overflow-y:auto;width:100%}.modal-header{border-bottom:1px solid #e5e7eb;margin-bottom:24px;padding:24px 24px 16px}.modal-header h2{color:#111827;font-size:20px;font-weight:600;margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;width:32px}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-close svg{height:20px;width:20px}.btn svg{height:16px;width:16px}.modal-body{padding:0 24px 24px}.detail-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-item label{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.detail-item span{color:#111827;font-size:14px}.detail-item .contact-link{align-items:center;color:#667eea;display:inline-flex;font-weight:500;gap:6px;text-decoration:none;transition:color .2s ease}.detail-item .contact-link:hover{color:#764ba2;text-decoration:underline}.detail-item .contact-link svg{opacity:.7}.detail-item .contact-link:hover svg{opacity:1}.details-modal-content{padding:0}.detail-section{margin-bottom:20px}.detail-section:last-child{margin-bottom:0}.detail-section label{color:#6b7280;display:block;font-size:12px;font-weight:600;letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.detail-section p{color:#374151;font-size:14px;line-height:1.5;margin:0}.tags-list{display:flex;flex-wrap:wrap;gap:8px}.tag{background:#f3f4f6;border-radius:4px;color:#374151;font-size:12px;font-weight:500;padding:4px 8px}.capitalize{text-transform:capitalize}.col-select{align-items:center;display:flex;justify-content:center;padding:0!important}.col-select input[type=checkbox]{accent-color:#667eea;cursor:pointer;height:18px;width:18px}.table-row.selected{background:#f0f4ff!important;border-left:3px solid #667eea}.selection-count{background:#667eea;border-radius:12px;color:#fff;font-size:12px;margin-left:12px;padding:4px 10px}.list-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;gap:16px;justify-content:flex-start;padding:16px 20px}.list-header,.list-info{align-items:center;display:flex}.list-info h3{color:#111827;font-size:16px;font-weight:600;margin:0}.list-actions{align-items:center;display:flex;gap:8px;position:relative}.list-actions .btn svg{height:14px;width:14px}.actions-dropdown{animation:dropdownSlide .15s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-top:4px;min-width:200px;overflow:hidden;position:absolute;right:0;top:100%;z-index:100}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:10px;padding:10px 14px;text-align:left;transition:background .15s ease;width:100%}.dropdown-item:hover:not(:disabled){background:#f3f4f6}.dropdown-item:disabled{cursor:not-allowed;opacity:.5}.dropdown-item svg{color:#6b7280;flex-shrink:0;height:16px;width:16px}.dropdown-divider{margin:4px 0}.create-list-form{display:flex;flex-direction:column;gap:16px}.create-list-info{background:#f0f4ff;border-left:3px solid #667eea;border-radius:8px;color:#6b7280;font-size:14px;margin:0;padding:12px}.create-list-form .form-group{margin-bottom:0}.create-list-form .form-group label{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.create-list-form .form-group input,.create-list-form .form-group textarea{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:10px 12px;transition:border-color .2s;width:100%}.create-list-form .form-group input:focus,.create-list-form .form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.create-list-form .form-group textarea{min-height:80px;resize:vertical}@media (max-width:1200px){.table-header,.table-row{grid-template-columns:36px 50px 70px minmax(100px,1fr) 120px 85px 90px 80px 80px}}@media (max-width:768px){.calls-meetings-list{padding:16px}.calls-meetings-table{overflow-x:auto}.table-header,.table-row{grid-template-columns:36px 45px 65px minmax(80px,1fr) 100px 80px 85px 75px 75px;min-width:700px}.modal-content{margin:10px;max-height:90vh}.modal-body,.modal-header{padding-left:16px;padding-right:16px}.detail-grid{gap:12px;grid-template-columns:1fr}}.status-update-content{display:flex;flex-direction:column;gap:.75rem}.status-update-content .call-info{background:linear-gradient(135deg,#f0f4ff,#f9fafb);border:1px solid #e5e7eb;border-radius:10px;margin-bottom:8px;padding:16px}.status-update-content .call-info h3{color:#111827;font-size:16px;font-weight:600;margin:0 0 6px}.status-update-content .call-type{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:6px;margin:0}.status-update-content .call-type svg{stroke:#667eea;height:16px;width:16px}.status-update-content form{display:flex;flex-direction:column;gap:.5rem}.status-update-content .form-row{margin-bottom:.25rem}.status-update-content .form-row.two-column{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.status-update-content .form-group{margin-bottom:0}.status-update-content .form-group label{margin-bottom:.25rem}.status-update-content .form-group textarea{min-height:60px;resize:vertical}.status-update-content .form-section-header{border-top:1px solid #e5e7eb;margin-bottom:8px;margin-top:12px;padding-top:12px}.status-update-content .form-section-header h4{color:#667eea;font-size:13px;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.status-update-content .loading-spinner{height:16px;margin-right:8px;width:16px}@media (max-width:768px){.status-update-content .form-row.two-column{grid-template-columns:1fr}}.edit-call-form{display:flex;flex-direction:column;gap:.5rem}.edit-call-form .form-row{margin-bottom:.25rem}.edit-call-form .form-group{margin-bottom:0}.edit-call-form .form-group label{margin-bottom:.25rem}.edit-call-form .form-group input,.edit-call-form .form-group select{box-sizing:border-box;height:38px;min-height:38px}.edit-call-form .searchable-select-trigger{height:38px;max-height:38px;min-height:38px}.edit-call-form .searchable-select,.edit-call-form .searchable-select-trigger{outline:none!important}.edit-call-form .searchable-select-trigger:focus,.edit-call-form .searchable-select-trigger:focus-visible,.edit-call-form .searchable-select:focus,.edit-call-form .searchable-select:focus-within{outline:none!important}.edit-call-form .form-group textarea{min-height:60px;resize:vertical}.edit-call-form .type-selector{display:flex;gap:6px;height:38px}.edit-call-form .type-option{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;flex:1 1;font-size:13px;font-weight:500;gap:6px;justify-content:center;padding:6px 10px;transition:all .2s ease}.edit-call-form .type-option:hover{background:#f9fafb;border-color:#d1d5db}.edit-call-form .type-option.active{background:#eff6ff;border-color:#2563eb;color:#2563eb}.edit-call-form .type-option svg{height:16px;width:16px}.edit-call-form .type-option.active svg{stroke:#2563eb}.edit-call-form .form-row.two-column{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.edit-call-form .form-row.three-column{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr}.edit-call-form .contact-info-card{align-items:center;background:linear-gradient(135deg,#f0f4ff,#f9fafb);border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:12px;margin-bottom:12px;padding:12px 16px}.edit-call-form .contact-avatar{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #fffc;border-radius:50%;box-shadow:0 2px 8px #667eea40;flex-shrink:0;height:48px;overflow:hidden;width:48px}.edit-call-form .contact-avatar img{height:100%;object-fit:cover;width:100%}.edit-call-form .contact-avatar .avatar-placeholder{align-items:center;color:#fff;display:flex;font-size:16px;font-weight:600;height:100%;justify-content:center;text-transform:uppercase;width:100%}.edit-call-form .contact-details{display:flex;flex-direction:column;gap:2px;min-width:0}.edit-call-form .contact-name-link{align-items:center;color:#667eea;display:inline-flex;font-size:15px;font-weight:600;gap:6px;text-decoration:none;transition:color .2s ease}.edit-call-form .contact-name-link:hover{color:#764ba2;text-decoration:underline}.edit-call-form .contact-name-link svg{flex-shrink:0;opacity:.7}.edit-call-form .contact-name-link:hover svg{opacity:1}.edit-call-form .contact-email{color:#6b7280;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-call-form .form-section-header{border-top:1px solid #e5e7eb;margin-bottom:8px;margin-top:12px;padding-top:12px}.edit-call-form .form-section-header h4{color:#667eea;font-size:13px;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.edit-call-form .loading-spinner{height:16px;margin-right:8px;width:16px}.modal-footer-content{justify-content:space-between;width:100%}.footer-left,.modal-footer-content{align-items:center;display:flex}.delete-confirm,.footer-right{align-items:center;display:flex;gap:8px}.delete-confirm-text{color:#dc2626;font-size:13px;font-weight:500}.btn-outline-danger{background:#0000;border:1px solid #dc2626;border-radius:6px;color:#dc2626;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.btn-outline-danger:hover{background:#dc2626;color:#fff}.btn-danger{background:#dc2626;border:1px solid #dc2626;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;padding:6px 12px;transition:all .2s ease}.btn-danger:hover{background:#b91c1c;border-color:#b91c1c}.btn-danger:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.edit-call-form .form-row.three-column,.edit-call-form .form-row.two-column{grid-template-columns:1fr}.edit-call-form .type-selector{flex-direction:column}.modal-footer-content{flex-direction:column;gap:12px}.footer-left,.footer-right{justify-content:center;width:100%}}.ai-dialer{padding:24px;width:100%}.dialer-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:20px}.header-content h2{color:#111827;font-size:28px;font-weight:700;margin:0 0 8px}.header-content p{color:#6b7280;font-size:16px;margin:0}.header-actions{gap:12px}.setup-notice{background:#fef3c7;border:1px solid #f59e0b;gap:16px;margin-bottom:32px;padding:20px}.notice-icon,.setup-notice{align-items:center;border-radius:12px;display:flex}.notice-icon{background:linear-gradient(135deg,#f59e0b,#d97706);height:48px;justify-content:center;width:48px}.notice-icon svg{stroke:#fff;height:24px;width:24px}.notice-content h3{color:#92400e;font-size:18px;font-weight:600;margin:0 0 8px}.notice-content p{color:#78350f;font-size:14px;margin:0 0 12px}.dialer-content{display:flex;flex-direction:column;gap:32px}.dialer-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.dialer-section h3{color:#111827;font-size:18px;font-weight:600;margin:0 0 16px}.campaign-select{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:16px;max-width:400px;padding:12px 16px;width:100%}.campaign-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.contacts-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.contact-card{border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:16px;transition:all .2s ease}.contact-card:hover{background:#f9fafb;border-color:#d1d5db}.contact-card.selected{background:#eff6ff;border-color:#2563eb}.contact-checkbox{align-items:flex-start;cursor:pointer;display:flex;gap:12px}.contact-checkbox input[type=checkbox]{height:16px;margin-top:2px;width:16px}.contact-info h4{color:#111827;font-size:16px;font-weight:600;margin:0 0 4px}.contact-phone{color:#374151;font-size:14px;font-weight:500;margin:0 0 2px}.contact-email{margin:0}.no-contacts{color:#6b7280;padding:40px;text-align:center}.dialer-controls{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:24px;text-align:center}.control-buttons{display:flex;gap:16px;justify-content:center}.btn-lg{font-size:18px}.current-call{background:#eff6ff;border:2px solid #2563eb;border-radius:12px;padding:24px}.current-call h3{color:#1d4ed8;font-size:18px;font-weight:600;margin:0 0 16px;text-align:center}.current-call-card{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;padding:20px}.call-status{gap:8px}.call-status,.status-icon{align-items:center;display:flex}.status-icon svg{height:24px;width:24px}.status-text{color:#374151;font-size:16px;font-weight:600;text-transform:capitalize}.call-contact h4{color:#111827;font-size:18px;font-weight:600;margin:0 0 4px}.call-campaign p,.call-contact p{color:#6b7280;font-size:14px;margin:0}.session-results{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.results-header{margin-bottom:24px;padding-bottom:16px}.results-header h3{color:#111827;font-size:18px;font-weight:600;margin:0}.results-stats{display:flex;gap:24px}.stat{align-items:center;display:flex;flex-direction:column;gap:4px}.stat-value{color:#111827;font-size:24px;font-weight:700}.stat-label{color:#374151;font-size:12px;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.results-list{display:flex;flex-direction:column;gap:12px}.result-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:16px;padding:16px}.result-status{display:flex;justify-content:center;width:40px}.result-contact{flex:1 1}.result-contact h4{color:#111827;font-size:14px;font-weight:600;margin:0 0 2px}.result-contact p{color:#6b7280;font-size:12px;margin:0}.result-outcome{min-width:100px}.outcome-badge{border-radius:4px;color:#fff;font-size:11px;font-weight:500;padding:4px 8px;text-transform:capitalize}.result-duration{min-width:60px;text-align:right}.duration{color:#6b7280;font-size:12px;font-weight:500}.settings-modal{max-width:500px}.settings-notice{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;margin-bottom:24px;padding:16px}.settings-notice h3{color:#0c4a6e;font-size:16px;font-weight:600;margin:0 0 8px}.settings-notice p{color:#075985;font-size:14px;margin:0}@media (max-width:768px){.ai-dialer{padding:16px}.dialer-header{align-items:stretch;flex-direction:column;gap:16px}.contacts-grid{grid-template-columns:1fr}.control-buttons{flex-direction:column;gap:12px}.current-call-card{flex-direction:column;gap:16px;text-align:center}.results-header{align-items:stretch;flex-direction:column;gap:16px}.results-stats{justify-content:space-around}.result-item{flex-direction:column;gap:8px;text-align:center}.result-duration,.result-outcome,.result-status{min-width:auto}}.calls-meetings-settings{padding:24px;width:100%}.settings-loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:60px}.settings-header{margin-bottom:32px;text-align:center}.settings-header h2{color:#111827;font-size:28px;font-weight:700;margin:0 0 8px}.settings-header p{color:#6b7280;font-size:16px;margin:0}.settings-message{align-items:center;border-radius:8px;display:flex;font-size:14px;font-weight:500;gap:12px;margin-bottom:24px;padding:16px 20px}.settings-message.success{background:#d1fae5;border:1px solid #10b981;color:#065f46}.settings-message.error{background:#fee2e2;border:1px solid #ef4444;color:#991b1b}.message-icon{align-items:center;display:flex}.message-icon svg{height:18px;width:18px}.settings-message.success .message-icon svg{stroke:#065f46}.settings-message.error .message-icon svg{stroke:#991b1b}.settings-content{display:flex;flex-direction:column;gap:32px}.settings-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.section-header{border-bottom:1px solid #f3f4f6;margin-bottom:24px;padding-bottom:16px}.section-header h3{align-items:center;color:#111827;display:flex;font-size:20px;font-weight:600;gap:8px;margin:0 0 8px}.section-header h3 svg{stroke:#667eea;height:22px;width:22px}.section-header p{color:#6b7280;font-size:14px;margin:0}.settings-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.setting-group{display:flex;flex-direction:column;gap:6px}.setting-group label{color:#374151;font-size:14px;font-weight:500}.setting-group input,.setting-group select{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:10px 12px;transition:all .2s ease}.setting-group input:focus,.setting-group select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.setting-group small{color:#6b7280;font-size:12px;line-height:1.4}.input-with-toggle{align-items:center;display:flex;position:relative}.input-with-toggle input{flex:1 1;padding-right:45px}.toggle-password{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;font-size:16px;padding:4px;position:absolute;right:8px;transition:all .2s ease}.toggle-password:hover{background:#f3f4f6;color:#374151}.toggle-password svg{height:18px;width:18px}.section-actions{border-top:1px solid #f3f4f6;display:flex;gap:12px;margin-top:20px;padding-top:16px}.settings-footer{border-top:2px solid #e5e7eb;margin-top:40px;padding-top:24px;text-align:center}.btn-lg{font-size:16px;font-weight:600;min-width:200px;padding:16px 32px}.btn svg{height:18px;width:18px}.btn-lg svg{height:20px;width:20px}.btn:disabled:hover{box-shadow:none;transform:none}@media (max-width:768px){.calls-meetings-settings{padding:16px}.settings-grid{gap:16px;grid-template-columns:1fr}.section-actions{flex-direction:column;gap:8px}.section-actions .btn{width:100%}.settings-footer .btn-lg{min-width:auto;width:100%}}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.settings-grid .setting-group:only-child{grid-column:1/-1;max-width:400px}.setting-group:has(input[type=password]){background:#fefce8;border:1px solid #fbbf24;border-radius:8px;padding:16px}.setting-group:has(input[type=password]) label{color:#92400e;font-weight:600}.setting-group:has(input[type=password]) small{color:#78350f}.create-call-form{display:flex;flex-direction:column;gap:.5rem}.create-call-form .form-row{margin-bottom:.25rem}.create-call-form .form-group{margin-bottom:0}.create-call-form .form-group label{margin-bottom:.25rem}.create-call-form .form-group input,.create-call-form .form-group select{box-sizing:border-box;height:32px;min-height:32px}.create-call-form .searchable-select-trigger{height:32px;max-height:32px;min-height:32px}.create-call-form .searchable-select,.create-call-form .searchable-select-trigger{outline:none!important}.create-call-form .searchable-select-trigger:focus,.create-call-form .searchable-select-trigger:focus-visible,.create-call-form .searchable-select:focus,.create-call-form .searchable-select:focus-within{outline:none!important}.type-option,.type-selector{display:flex;gap:8px}.type-option{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;justify-content:center;padding:10px 14px;transition:all .2s ease}.type-option:hover{background:#f9fafb;border-color:#d1d5db}.type-option.active{background:#eff6ff;border-color:#2563eb;color:#2563eb}.type-option svg{height:18px;width:18px}.type-option.active svg{stroke:#2563eb}.checkbox-label{color:#374151;display:flex!important;flex-direction:row!important;font-size:14px;font-weight:500;gap:8px}.checkbox-label input[type=checkbox]{height:16px;margin:0;width:16px}.contact-info-card{align-items:center;background:linear-gradient(135deg,#f0f4ff,#f9fafb);border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:12px;margin-bottom:12px;padding:12px 16px}.contact-avatar{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #fffc;border-radius:50%;box-shadow:0 2px 8px #667eea40;flex-shrink:0;height:48px;overflow:hidden;width:48px}.contact-avatar img{height:100%;object-fit:cover;width:100%}.contact-avatar .avatar-placeholder{align-items:center;color:#fff;display:flex;font-size:16px;font-weight:600;height:100%;justify-content:center;text-transform:uppercase;width:100%}.contact-details{display:flex;flex-direction:column;gap:2px;min-width:0}.contact-name-link{align-items:center;color:#667eea;display:inline-flex;font-size:15px;font-weight:600;gap:6px;text-decoration:none;transition:color .2s ease}.contact-name-link:hover{color:#764ba2;text-decoration:underline}.contact-name-link svg{flex-shrink:0;opacity:.7}.contact-name-link:hover svg{opacity:1}.contact-email{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-section-header{border-top:1px solid #e5e7eb;margin-bottom:8px;margin-top:12px;padding-top:12px}.form-section-header h4{color:#667eea;font-size:13px;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.btn .loading-spinner{height:16px;margin-right:8px;width:16px}.create-call-form .form-row.two-column{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}@media (min-width:900px){.create-call-form .form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}.create-call-form .form-row.single-column{grid-template-columns:1fr}}@media (max-width:768px){.create-call-form .form-row{grid-template-columns:1fr}.type-selector{flex-direction:column}}.form-row .form-group:only-child{grid-column:1/-1}input[type=datetime-local]{font-family:inherit}.label-with-action{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.label-with-action label{margin-bottom:0}.btn-create-new{background:none;border:1px solid #4f46e5;border:1px solid var(--color-primary,#4f46e5);border-radius:4px;color:#4f46e5;color:var(--color-primary,#4f46e5);cursor:pointer;font-size:11px;padding:2px 8px;transition:all .2s}.btn-create-new:hover:not(:disabled){background:#4f46e5;background:var(--color-primary,#4f46e5);color:#fff}.btn-create-new:disabled{cursor:not-allowed;opacity:.5}.inline-create-form{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;padding:12px}.inline-create-form,.inline-form-row{display:flex;gap:8px}.inline-form-row input,.inline-form-row select{background:#fff;border:1px solid #d1d5db;border-radius:6px;flex:1 1;font-size:13px;padding:8px 10px}.inline-form-row input:focus,.inline-form-row select:focus{border-color:#4f46e5;border-color:var(--color-primary,#4f46e5);box-shadow:0 0 0 2px #4f46e51a;outline:none}.inline-create-form .btn-sm{align-self:flex-start;font-size:12px;padding:8px 16px}.field-hint{color:#6b7280;display:block;font-size:12px;font-style:italic;margin-top:4px}.communications-page{padding:2rem;width:100%}.communications-page .page-header{margin-bottom:2rem}.header-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.header-content h1{color:#2d3748;font-size:2rem;font-weight:600;margin:0}.header-actions{gap:.75rem}.header-actions .btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.header-actions .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.header-actions .btn-primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.campaigns-grid,.templates-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.campaign-card,.template-card{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--color-border-light,#e2e8f0);border-radius:8px;border-radius:var(--radius-lg,8px);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow-sm,0 1px 3px #0000001a);padding:1.5rem;transition:box-shadow .2s}.campaign-card:hover,.template-card:hover{box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow-md,0 4px 6px #0000001a)}.campaign-header,.template-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.campaign-header h3,.template-header h3{color:#1a202c;color:var(--color-text-primary,#1a202c);font-size:1.25rem;margin:0}.status-draft{background:#fed7d7;color:#c53030}.status-scheduled{background:#bee3f8;color:#2b6cb0}.status-sending{background:#faf089;color:#975a16}.status-sent{background:#c6f6d5;color:#276749}.status-paused{background:#e2e8f0;color:#4a5568}.status-cancelled{background:#fed7d7;color:#c53030}.template-type{border-radius:9999px;padding:.25rem .75rem}.campaign-details,.template-details{margin-bottom:1rem}.subject{color:#4a5568;color:var(--color-text-secondary,#4a5568);font-style:italic;margin-bottom:.5rem}.campaign-stats{margin-bottom:.5rem}.campaign-dates,.campaign-stats,.template-meta{color:#718096;color:var(--color-text-muted,#718096);display:flex;font-size:.875rem;gap:1rem}.campaign-actions,.template-actions{display:flex;flex-wrap:wrap;gap:.5rem}.settings-section{max-width:1200px}.settings-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:2rem}.sync-status{color:#38a169;font-size:.875rem;margin-left:.5rem}.settings-card{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--color-border-light,#e2e8f0);border-radius:12px;border-radius:var(--radius-xl,12px);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow-sm,0 1px 3px #0000001a);padding:2rem}.settings-card h3{border-bottom:2px solid #e2e8f0;border-bottom:2px solid var(--color-border-light,#e2e8f0);color:#1a202c;color:var(--color-text-primary,#1a202c);font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.75rem}.setting-item{margin-bottom:1.5rem}.setting-item:last-child{margin-bottom:0}.setting-item label{color:#374151;color:var(--label-color,#374151);display:block;font-weight:500;margin-bottom:.5rem}.setting-item input[type=email],.setting-item input[type=text],.setting-item select{border:1px solid #d1d5db;border:1px solid var(--color-border,#d1d5db);border-radius:6px;border-radius:var(--radius-md,6px);font-size:.9rem;padding:.75rem;transition:border-color .2s;width:100%}.setting-item input[type=email]:focus,.setting-item input[type=text]:focus,.setting-item select:focus{border-color:#667eea;border-color:var(--color-primary,#667eea);box-shadow:0 0 0 3px #667eea1a;outline:none}.color-inputs{display:flex;gap:1rem}.color-input{flex:1 1}.color-input label{color:#6b7280;color:var(--color-text-secondary,#6b7280);font-size:.8rem}.color-input input[type=color]{border:1px solid #d1d5db;border:1px solid var(--color-border,#d1d5db);border-radius:6px;border-radius:var(--radius-md,6px);cursor:pointer;height:40px;width:100%}.settings-actions{border-top:1px solid #e2e8f0;border-top:1px solid var(--color-border-light,#e2e8f0);display:flex;gap:1rem;justify-content:flex-end;padding-top:2rem}.email-campaign-form,.email-template-form{padding:1.5rem}.empty-state,.loading{color:var(--color-text-muted,#718096)}.empty-state{background:#f8f9fa;background:var(--color-bg-secondary,#f8f9fa);border:1px dashed var(--color-border,#d1d5db);border-radius:8px;border-radius:var(--radius-lg,8px)}.status.active{color:#276749;color:var(--color-success,#276749)}.status.inactive{color:#c53030;color:var(--color-danger,#c53030)}.setup-banner{align-items:center;border-radius:8px;border-radius:var(--radius-lg,8px);display:flex;font-size:.9375rem;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.setup-banner strong{font-weight:600}.setup-banner-info{background:#ebf4ff;border:1px solid #bee3f8;color:#3182ce}.setup-banner-success{background:#f0fff4;border:1px solid #c6f6d5;color:#276749}.setup-banner-warning{background:#fffaf0;border:1px solid #feebc8;color:#c05621}.setup-spinner{animation:spin .8s linear infinite;border:2px solid #bee3f8;border-radius:50%;border-top-color:#3182ce;height:18px;width:18px}.domain-auth-tab-content{padding:2rem 0}.analytics-modal{display:flex;flex-direction:column;max-height:90vh;max-width:1000px;width:95%}.analytics-modal .modal-header{align-items:flex-start;background:#0000;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--color-border-light,#e2e8f0);display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:24px}.header-info{flex:1 1}.header-info h2{color:#1a202c;color:var(--color-text-primary,#1a202c);font-size:24px;font-weight:600;margin:0 0 12px}.campaign-info h3{color:#4a5568;color:var(--color-text-secondary,#4a5568);font-size:18px;font-weight:500;margin:0 0 8px}.campaign-meta{align-items:center;gap:16px}.analytics-modal .status-badge{border-radius:20px;font-size:12px;font-weight:500;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.analytics-modal .status-sent{background-color:#f0fff4;color:#38a169}.analytics-modal .status-sending{background-color:#fffbeb;color:#d69e2e}.analytics-modal .status-draft{background-color:#f7fafc;color:#4a5568}.sent-date{align-items:center;color:#718096;color:var(--color-text-muted,#718096);display:flex;font-size:14px;gap:6px}.analytics-content{flex:1 1;overflow-y:auto;padding-right:8px}.analytics-content::-webkit-scrollbar{width:6px}.analytics-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.analytics-content::-webkit-scrollbar-thumb{background:#cbd5e0;background:var(--color-border,#cbd5e0);border-radius:3px}.analytics-content::-webkit-scrollbar-thumb:hover{background:#a0aec0;background:var(--color-text-muted,#a0aec0)}.benchmarks-section,.metrics-section,.performance-section,.status-section{margin-bottom:32px}.benchmarks-section h4,.metrics-section h4,.performance-section h4,.status-section h4{color:#1a202c;color:var(--color-text-primary,#1a202c);font-size:18px;font-weight:600;margin:0 0 20px}.metrics-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.metric-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border:1px solid var(--color-border-light,#e2e8f0);border-radius:12px;border-radius:var(--radius-xl,12px);display:flex;gap:16px;padding:24px;transition:all .2s;transition:all var(--transition-normal,.2s)}.metric-card:hover{border-color:#cbd5e0;border-color:var(--color-border,#cbd5e0);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md,0 4px 12px #0000001a)}.metric-icon{align-items:center;background:linear-gradient(135deg,#5a67d8,#667eea);background:var(--color-primary-gradient,linear-gradient(135deg,#5a67d8,#667eea));border-radius:12px;border-radius:var(--radius-xl,12px);color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.metric-content{flex:1 1}.metric-value{color:#1a202c;color:var(--color-text-primary,#1a202c);font-size:24px;font-weight:700;margin-bottom:4px}.metric-label{color:#718096;color:var(--color-text-muted,#718096);font-size:14px;font-weight:500}.performance-grid{grid-gap:16px;display:grid;gap:16px}.performance-card{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--color-border-light,#e2e8f0);border-radius:8px;border-radius:var(--radius-lg,8px);padding:20px}.performance-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.performance-label{color:#4a5568;color:var(--color-text-secondary,#4a5568);font-weight:500}.performance-value{color:#1a202c;color:var(--color-text-primary,#1a202c);font-weight:600}.performance-bar{background-color:#e2e8f0;background-color:var(--color-border-light,#e2e8f0);border-radius:4px;height:8px;margin-bottom:8px;overflow:hidden}.performance-fill{border-radius:4px;height:100%;transition:width .3s ease}.performance-fill.delivered{background:linear-gradient(90deg,#38a169,#48bb78)}.performance-fill.opened{background:linear-gradient(90deg,#805ad5,#9f7aea)}.performance-fill.clicked{background:linear-gradient(90deg,#d69e2e,#ecc94b)}.performance-fill.bounced{background:linear-gradient(90deg,#e53e3e,#fc8181)}.performance-percentage{color:#4a5568;color:var(--color-text-secondary,#4a5568);font-size:14px;font-weight:600;text-align:right}.status-chart{grid-gap:12px;display:grid;gap:12px}.status-item{grid-gap:16px;align-items:center;background:#fff;border:1px solid #e2e8f0;border:1px solid var(--color-border-light,#e2e8f0);border-radius:8px;border-radius:var(--radius-lg,8px);display:grid;gap:16px;grid-template-columns:1fr auto auto;padding:16px}.status-info{align-items:center;display:flex;gap:12px}.status-dot{height:12px;width:12px}.status-name{color:#4a5568;color:var(--color-text-secondary,#4a5568);font-weight:500}.status-count{color:#1a202c;color:var(--color-text-primary,#1a202c);font-weight:600}.status-percentage{color:#718096;color:var(--color-text-muted,#718096);font-size:14px;min-width:60px;text-align:right}.benchmark-note{margin-bottom:20px}.benchmark-note p{color:#718096;color:var(--color-text-muted,#718096);font-size:14px;margin:0}.benchmarks-grid{grid-gap:16px;display:grid;gap:16px}.benchmark-item{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--color-border-light,#e2e8f0);border-radius:8px;border-radius:var(--radius-lg,8px);padding:20px}.benchmark-metric{color:#1a202c;color:var(--color-text-primary,#1a202c);font-weight:600;margin-bottom:12px}.benchmark-comparison{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:1fr 1fr auto}.industry-rate,.your-rate{display:flex;flex-direction:column;gap:4px}.rate-label{color:#718096;color:var(--color-text-muted,#718096);font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.rate-value{color:#1a202c;color:var(--color-text-primary,#1a202c);font-size:18px;font-weight:600}.rate-indicator{align-items:center;border-radius:50%;display:flex;height:32px;justify-content:center;width:32px}.rate-indicator svg{height:18px;width:18px}.rate-indicator.positive{background-color:#f0fff4}.rate-indicator.positive svg{stroke:#38a169}.rate-indicator.negative{background-color:#fed7d7}.rate-indicator.negative svg{stroke:#e53e3e}.analytics-modal .error-state,.analytics-modal .loading-state{align-items:center;color:#718096;color:var(--color-text-muted,#718096);display:flex;flex-direction:column;justify-content:center;padding:80px 20px;text-align:center}.analytics-modal .error-state svg{color:#e53e3e;color:var(--color-danger,#e53e3e);margin-bottom:16px}.analytics-modal .error-state h3{color:#1a202c;color:var(--color-text-primary,#1a202c);margin:0 0 8px}.analytics-modal .error-state p{margin:0 0 24px}@media (max-width:768px){.analytics-modal{max-height:95vh;width:98%}.analytics-modal .modal-header{align-items:stretch;flex-direction:column;gap:16px}.campaign-meta{align-items:flex-start;flex-direction:column;gap:8px}.benchmark-comparison,.metrics-grid{grid-template-columns:1fr}.benchmark-comparison{gap:12px;text-align:center}.rate-indicator{align-self:center}.status-item{gap:8px;grid-template-columns:1fr;text-align:center}.status-info{justify-content:center}}@media print{.modal-overlay{background:none;position:static}.analytics-modal{border:none;box-shadow:none;max-height:none;max-width:none;width:100%}.close-button,.modal-footer{display:none}.analytics-content{overflow:visible}}.unsubscribes-tab{padding:2rem}.unsubscribes-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.unsubscribes-header h2{color:#2d3748;font-size:1.5rem;font-weight:600;margin:0}.campaigns-list-section{margin-top:2rem}.campaigns-list-section h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.campaigns-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.campaign-card{background:#fff;border:2px solid #0000;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;cursor:pointer;padding:1.5rem;transition:all .2s ease}.campaign-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.campaign-card.selected{background:#f7fafc;border-color:#5a67d8}.global-unsubscribes-card{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #5a67d8;color:#fff}.global-unsubscribes-card:hover{box-shadow:0 6px 12px #667eea4d;transform:translateY(-2px)}.global-unsubscribes-card .campaign-meta,.global-unsubscribes-card .campaign-subject,.global-unsubscribes-card h4{color:#fff}.global-unsubscribes-card .status-badge{background:#fff3;border:1px solid #ffffff4d;color:#fff}.campaign-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.campaign-card-header h4{color:#2d3748;font-size:1.125rem;font-weight:600;margin:0}.campaign-subject{color:#718096;font-size:.875rem;margin:.5rem 0}.campaign-meta{border-top:1px solid #e2e8f0;color:#718096;display:flex;flex-direction:column;font-size:.875rem;gap:.25rem;margin-top:1rem;padding-top:1rem}.group-status{color:#5a67d8;font-weight:500}.selected-campaign-section{margin-top:2rem}.selected-campaign-header{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.selected-campaign-header h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin:0}.status-badge.status-draft{background:#edf2f7;color:#4a5568}.status-badge.status-scheduled{background:#bee3f8;color:#2c5282}.status-badge.status-sending{background:#fbd38d;color:#744210}.status-badge.status-sent{background:#c6f6d5;color:#22543d}.status-badge.status-paused{background:#fed7d7;color:#742a2a}.status-badge.status-cancelled{background:#e2e8f0;color:#4a5568}.add-unsubscribe-form{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:1.5rem}.add-unsubscribe-form form{align-items:flex-end;display:flex;gap:1rem}.add-unsubscribe-form input{border:1px solid #e2e8f0;border-radius:.5rem;flex:1 1;font-size:1rem;padding:.75rem}.form-actions{gap:.5rem}.unsubscribes-filters{margin-bottom:1.5rem}.search-input{border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;max-width:400px;padding:.75rem}.unsubscribes-table-wrapper{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow-x:auto}.unsubscribes-table{border-collapse:collapse;width:100%}.unsubscribes-table thead{background:#f7fafc}.unsubscribes-table th{border-bottom:2px solid #e2e8f0;color:#2d3748;font-weight:600;padding:1rem;text-align:left}.unsubscribes-table td{border-bottom:1px solid #e2e8f0;padding:1rem}.unsubscribes-table tbody tr:hover{background:#f7fafc}.contact-name{color:#5a67d8}.no-contact{color:#a0aec0;font-style:italic}.domain-auth-settings{padding:2rem 0}.sub-tabs{border-bottom:2px solid #e2e8f0;display:flex;gap:1rem;margin-bottom:2rem}.sub-tab{background:none;border:none;border-bottom:3px solid #0000;color:#718096;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.sub-tab:hover{color:#2d3748}.sub-tab.active{border-bottom-color:#5a67d8;color:#5a67d8}.sub-tab-content{min-height:400px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.section-header h3{color:#2d3748;margin:0}.form-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:2rem}.form-card h4{color:#2d3748;margin-top:0}.form-card h4,.form-group{margin-bottom:1.5rem}.form-group label{color:#2d3748;margin-bottom:.5rem}.form-group input[type=email],.form-group input[type=text]{border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;padding:.75rem;width:100%}.form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.checkbox-label{align-items:center;cursor:pointer;display:flex;gap:.5rem}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.domains-list,.link-branding-list,.senders-list{grid-gap:1.5rem;display:grid;gap:1.5rem}.domain-card,.link-card,.sender-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.domain-header,.link-header,.sender-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.domain-header h4,.link-header h4,.sender-header h4{color:#2d3748;margin:0}.domain-status,.link-status,.sender-status{align-items:center;display:flex;gap:.5rem}.status-badge{border-radius:.25rem;font-size:.875rem;font-weight:600}.status-badge.valid{background:#c6f6d5;color:#22543d}.status-badge.invalid{background:#fed7d7;color:#742a2a}.badge{border-radius:.25rem;font-size:.875rem;padding:.25rem .75rem}.badge.default{background:#bee3f8;color:#2c5282}.badge.locked{background:#fbd38d;color:#744210}.dns-records{background:#f7fafc;border-radius:.5rem;margin:1rem 0;padding:1rem}.dns-records h5{color:#2d3748;font-size:.875rem;font-weight:600;margin-bottom:1rem;margin-top:0}.dns-record{background:#fff;border-radius:.25rem;justify-content:space-between;margin-bottom:.5rem;padding:.75rem}.dns-info,.dns-record{align-items:center;display:flex}.dns-info{flex:1 1;flex-wrap:wrap;gap:1rem}.dns-info strong{color:#2d3748;min-width:100px}.dns-data,.dns-host{background:#edf2f7;border-radius:.25rem;color:#4a5568;font-family:monospace;padding:.25rem .5rem}.dns-status{font-size:1.25rem;font-weight:700}.dns-status.valid{color:#38a169}.dns-status.invalid{color:#e53e3e}.domain-actions,.link-actions,.sender-actions{display:flex;gap:.5rem;margin-top:1rem}.sender-details{margin:1rem 0}.sender-details p{color:#4a5568;margin:.5rem 0}.empty-state,.loading{color:#718096}.loading{padding:3rem;text-align:center}.email-designer-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000;z-index:var(--z-modal,1000)}.email-designer{background:#fff;border-radius:12px;border-radius:var(--radius-xl,12px);box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl,0 20px 25px -5px #0000001a);display:flex;flex-direction:column;max-height:90vh;max-width:1400px;overflow:hidden;width:100%}.designer-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--color-border-light,#e2e8f0);display:flex;justify-content:space-between;padding:1rem 2rem}.designer-header h2{color:#1a202c;color:var(--color-text-primary,#1a202c);margin:0}.designer-actions{display:flex;gap:1rem}.designer-content{background:#fff;display:flex;flex:1 1;overflow:hidden}.designer-sidebar{background:#f7fafc;background:var(--color-bg-secondary,#f7fafc);border-right:1px solid #e2e8f0;border-right:1px solid var(--color-border-light,#e2e8f0);overflow-y:auto;padding:1rem;width:300px}.block-palette h3,.block-properties h3{color:#2d3748;color:var(--color-text-primary,#2d3748);font-size:1rem;font-weight:600;margin:0 0 1rem}.block-templates{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.block-template{align-items:center;background:#fff;border:2px solid #e2e8f0;border:2px solid var(--color-border-light,#e2e8f0);border-radius:8px;border-radius:var(--radius-lg,8px);cursor:pointer;display:flex;flex-direction:column;padding:1rem;transition:all .2s;transition:all var(--transition-normal,.2s)}.block-template:hover{background:#edf2f7;background:var(--color-bg-hover,#edf2f7);border-color:#5a67d8;border-color:var(--color-primary,#5a67d8)}.block-template svg{stroke:#5a67d8;stroke:var(--color-primary,#5a67d8);height:24px;margin-bottom:4px;width:24px}.block-icon{font-size:1.5rem;margin-bottom:.5rem}.block-label{color:#4a5568;color:var(--color-text-secondary,#4a5568);font-size:.8rem;font-weight:500}.block-properties{border-top:1px solid #e2e8f0;border-top:1px solid var(--color-border-light,#e2e8f0);padding-top:1rem}.block-editor{gap:1rem}.block-editor,.editor-section{display:flex;flex-direction:column}.editor-section{gap:.5rem}.editor-section label{color:#4a5568;color:var(--color-text-secondary,#4a5568);font-size:.9rem;font-weight:500}.editor-section input,.editor-section select,.editor-section textarea{border:1px solid #e2e8f0;border:1px solid var(--color-border,#e2e8f0);border-radius:6px;border-radius:var(--radius-md,6px);font-size:.9rem;padding:.5rem}.editor-section input:focus,.editor-section select:focus,.editor-section textarea:focus{border-color:#5a67d8;border-color:var(--color-primary,#5a67d8);outline:none}.designer-canvas{background:#f7fafc;background:var(--color-bg-secondary,#f7fafc);flex:1 1;overflow-y:auto;padding:2rem}.email-preview{background:#fff;border-radius:8px;border-radius:var(--radius-lg,8px);box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow-md,0 4px 6px #0000001a);margin:0 auto;max-width:600px;overflow:hidden}.email-block{border:2px solid #0000;position:relative;transition:border-color .2s;transition:border-color var(--transition-normal,.2s)}.email-block:hover{border-color:#cbd5e0;border-color:var(--color-border,#cbd5e0)}.email-block.selected{border-color:#5a67d8;border-color:var(--color-primary,#5a67d8)}.block-controls{display:flex;gap:2px;opacity:0;position:absolute;right:5px;top:5px;transition:opacity .2s;transition:opacity var(--transition-normal,.2s);z-index:10}.email-block.selected .block-controls,.email-block:hover .block-controls{opacity:1}.block-controls button{align-items:center;background:#000000b3;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:12px;height:24px;justify-content:center;width:24px}.block-controls button:hover{background:#000000e6}.block-controls button svg{height:14px;width:14px}.block-controls button:disabled{cursor:not-allowed;opacity:.5}.delete-btn{background:#e53e3e!important;background:var(--color-danger,#e53e3e)!important}.block-content{min-height:40px;padding:10px}.email-designer .placeholder{align-items:center;border:2px dashed #e2e8f0;border:2px dashed var(--color-border-light,#e2e8f0);color:#a0aec0;color:var(--color-text-muted,#a0aec0);display:flex;font-style:italic;gap:8px;justify-content:center;padding:2rem;text-align:center}.email-designer .placeholder svg{stroke:#a0aec0;stroke:var(--color-text-muted,#a0aec0);border-radius:8px;height:24px;width:24px}.preview-container{align-items:flex-start;background:#f7fafc;background:var(--color-bg-secondary,#f7fafc);display:flex;flex:1 1;justify-content:center;padding:2rem}.preview-frame{background:#fff;border-radius:8px;border-radius:var(--radius-lg,8px);box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow-md,0 4px 6px #0000001a);max-width:800px;overflow:hidden;width:100%}@media (max-width:768px){.designer-sidebar{width:250px}.block-templates{grid-template-columns:1fr}.designer-canvas{padding:1rem}.designer-actions{flex-wrap:wrap;gap:.5rem}}@media (max-width:480px){.email-designer-overlay{padding:0}.email-designer{border-radius:0;max-height:100vh;max-width:100%}.designer-content{flex-direction:column}.designer-sidebar{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--color-border-light,#e2e8f0);border-right:none;height:200px;width:100%}.designer-header{padding:1rem}.designer-header h2{font-size:1.2rem}}.campaign-editor{background:#f7fafc;min-height:100vh}.campaign-editor-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:50vh}.loading-spinner{border:4px solid #e5e7eb;border-top-color:#5a67d8}.campaign-editor-header{align-items:flex-start;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;box-sizing:border-box;display:flex;gap:2rem;justify-content:space-between;padding:2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-left{display:flex;flex:1 1;flex-direction:column;gap:1rem}.back-button{align-items:center;background:none;border:none;color:#5a67d8;cursor:pointer;display:flex;font-weight:500;gap:.5rem}.back-button svg{align-self:flex-start;font-size:.9rem;height:16px;padding:.5rem 0;transition:color .2s;width:16px}.back-button:hover{color:#4c51bf}.header-title h1{color:#1a202c;font-size:2rem;font-weight:700;margin:0 0 .5rem}.header-title p{color:#718096;font-size:1rem;margin:0}.header-actions{flex-shrink:0}.campaign-editor-content{box-sizing:border-box;padding:2rem;scrollbar-gutter:stable;width:100%}.campaign-form{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;box-sizing:border-box;padding:2rem}.form-section{border-bottom:1px solid #f1f5f9;margin-bottom:3rem;padding-bottom:2rem}.form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section h3{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.75rem}.form-row{grid-gap:2rem;gap:2rem}.form-group label{font-size:.95rem}.content-mode-selector{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:.5rem;margin-bottom:2rem;padding:.5rem}.mode-btn{align-items:center;background:#0000;border:none;color:#4a5568;display:flex;flex:1 1;gap:.5rem;justify-content:center;padding:1rem 1.5rem}.mode-btn svg{border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;height:18px;transition:all .2s;width:18px}.mode-btn:hover{background:#edf2f7}.mode-btn.active{background:#5a67d8;box-shadow:0 2px 4px #5a67d833;color:#fff}.designer-section{min-height:500px}.designer-preview{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden}.content-preview{background:#fff}.preview-header{align-items:center;background:#f7fafc;border-bottom:1px solid #e2e8f0;color:#4a5568;display:flex;font-weight:600;justify-content:space-between;padding:1.5rem}.preview-content{max-height:600px;overflow-y:auto;padding:2rem}.empty-designer{align-items:center;background:#f7fafc;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.empty-icon{background:#5a67d81a;margin:0 auto 1.5rem}.empty-icon svg{stroke:#5a67d8}.empty-designer h4{color:#2d3748;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.empty-designer p{color:#718096;font-size:1.1rem;margin:0 0 2rem;max-width:400px}.html-editor{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.5;resize:vertical}.btn{font-size:.95rem;min-width:120px;padding:.75rem 1.5rem;text-decoration:none}.btn-small{font-size:.85rem;min-width:auto;padding:.5rem 1rem}.btn-primary{background:linear-gradient(135deg,#5a67d8,#667eea)}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #5a67d84d}.btn-secondary{background:#e2e8f0;color:#4a5568}.btn-secondary:hover:not(:disabled){background:#cbd5e0}.btn-outline{background:#0000;border:2px solid #5a67d8;color:#5a67d8}.btn-outline:hover:not(:disabled){background:#5a67d8;color:#fff}@media (max-width:1024px){.campaign-editor-header{align-items:stretch;flex-direction:column;gap:1.5rem}.header-actions{justify-content:flex-end}.campaign-editor-content{padding:1.5rem}}@media (max-width:768px){.campaign-editor-header{padding:1.5rem}.header-title h1{font-size:1.5rem}.campaign-editor-content{padding:1rem}.campaign-form{padding:1.5rem}.form-row{gap:1.5rem;grid-template-columns:1fr}.content-mode-selector{flex-direction:column}.mode-btn{flex:none}.header-actions{flex-direction:column;gap:.75rem}.btn{width:100%}}@media (max-width:480px){.campaign-editor-header{padding:1rem}.header-title h1{font-size:1.3rem}.empty-designer{padding:2rem 1rem}.empty-icon{height:64px;width:64px}.empty-icon svg{height:32px;width:32px}.preview-content{padding:1rem}.form-section h3{font-size:1.1rem}}.financial-search{padding:1.5rem}.search-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.search-header h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.clear-filters-btn{background:none;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s}.clear-filters-btn:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.filter-group{margin-bottom:1rem}.filter-label{color:#374151;display:block;font-size:.75rem;font-weight:600;letter-spacing:.025em;margin-bottom:.375rem;text-transform:uppercase}.filter-input,.filter-select{border:1px solid #d1d5db;border-radius:6px;font-size:.8125rem;padding:.5rem .625rem;transition:border-color .2s,box-shadow .2s;width:100%}.filter-input:focus,.filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.amount-range,.date-range{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr}.amount-input,.date-input{width:100%}.filter-group .searchable-select-trigger{min-height:38px}.filter-group .searchable-select-dropdown{max-height:200px}.search-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.8125rem;font-weight:500;gap:.5rem;justify-content:center;margin-top:.75rem;padding:.625rem .875rem;transition:all .2s;width:100%}.search-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.search-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.search-btn svg{height:1rem;width:1rem}@media (max-width:768px){.financial-search{padding:1rem}.search-header{align-items:stretch;flex-direction:column;gap:.5rem}.amount-range,.date-range{grid-template-columns:1fr}}.financial-results{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.results-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;padding:1.5rem}.results-title h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.results-count{color:#6b7280;font-size:.875rem;margin:0}.results-tabs{display:flex;gap:.5rem}.tab-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;font-size:.875rem;padding:.4rem 1.25rem;transition:all .2s;white-space:nowrap}.tab-btn:hover{background:#f9fafb;border-color:#9ca3af}.tab-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.results-table-container{overflow-x:auto}.results-table th{background:#f8fafc;border-bottom:1px solid #e5e7eb;color:#374151;font-size:.875rem;padding:1rem;text-align:left}.result-row{border-bottom:1px solid #f3f4f6;transition:background-color .2s}.result-row:hover{background:#f9fafb}.result-row.clickable-row{cursor:pointer}.result-row.clickable-row:hover{background:#eef2ff}.results-table td{font-size:.875rem;padding:1rem;vertical-align:top}.type-cell{width:100px}.type-badge{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:500;letter-spacing:.025em;padding:.25rem .75rem;text-transform:uppercase}.type-badge.pledge{background:#dbeafe;color:#1e40af}.type-badge.donation{background:#d1fae5;color:#065f46}.contact-cell{min-width:200px}.contact-info{display:flex;flex-direction:column;gap:.25rem}.contact-name{color:#1f2937;font-weight:500}.contact-email{color:#6b7280;font-size:.75rem}.amount-cell{min-width:120px;text-align:right}.campaign-cell{color:#374151;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-cell{min-width:120px}.status-badge{padding:.25rem .75rem}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.completed,.status-badge.confirmed{background:#d1fae5;color:#065f46}.status-badge.partial{background:#fed7aa;color:#9a3412}.status-badge.fulfilled{background:#dcfce7;color:#166534}.status-badge.cancelled,.status-badge.failed{background:#fee2e2;color:#991b1b}.status-badge.expired{background:#f3f4f6;color:#6b7280}.status-badge.refunded{background:#fef3c7;color:#92400e}.status-badge.disputed{background:#fecaca;color:#b91c1c}.account-cell{font-size:.8rem;max-width:150px;overflow:hidden;text-overflow:ellipsis}.account-cell,.date-cell{color:#6b7280;white-space:nowrap}.date-cell{min-width:100px}.action-cell{text-align:center;width:50px}.contact-link-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:all .2s;width:32px}.contact-link-btn:hover{background:#f3f4f6;border-color:#667eea;color:#667eea}.contact-link-btn svg{height:16px;width:16px}.actions-cell{gap:.5rem;min-width:120px}.action-btn,.actions-cell{align-items:center;display:flex}.action-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;height:32px;justify-content:center;transition:all .2s;width:32px}.action-btn:hover{background:#f9fafb;border-color:#9ca3af}.action-btn.view{color:#3b82f6}.action-btn.edit{color:#059669}.action-btn svg{height:16px;width:16px}.payment-method{background:#f3f4f6;border-radius:4px;color:#6b7280;font-size:.75rem;padding:.25rem .5rem}.empty-cell,.loading-cell{padding:3rem 1rem;text-align:center}.loading-cell{color:#6b7280}.loading-cell .loading-spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:2rem;margin:0 auto 1rem;width:2rem}.empty-results{align-items:center;display:flex;flex-direction:column;gap:1rem}.empty-results h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.empty-results p{color:#6b7280;margin:0}.pagination{border-top:1px solid #e5e7eb;padding:1.5rem}.pagination-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.pagination-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-info{color:#6b7280;font-size:.875rem}.form-row{margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-section-title{border-bottom:1px solid #e5e7eb;color:#2c3e50;font-size:.9rem;font-weight:600;margin:1.5rem 0 .75rem;padding-bottom:.5rem}.batch-input-wrapper{position:relative}.batch-input-wrapper input{border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;padding:.625rem .75rem;transition:border-color .2s,box-shadow .2s;width:100%}.batch-input-wrapper input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.modal-footer-actions{align-items:center;justify-content:space-between;width:100%}.modal-footer-right{display:flex;gap:.75rem}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #3b82f64d}.btn-danger:hover{box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}@media (max-width:1024px){.results-header{align-items:stretch;flex-direction:column;gap:1rem}.results-tabs{justify-content:center}}@media (max-width:768px){.results-table td,.results-table th{padding:.75rem .5rem}.contact-cell{min-width:150px}.campaign-cell{max-width:100px}.tab-btn{font-size:.75rem;padding:.5rem .75rem}.form-row{grid-template-columns:1fr}}.bulk-actions-bar{align-items:center;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-bottom:1px solid #c7d2fe;display:flex;justify-content:space-between;padding:.75rem 1.5rem}.bulk-selection-info{align-items:center;display:flex;gap:1rem}.selection-count{color:#4338ca;font-size:.875rem;font-weight:600}.btn-link{background:none;border:none;color:#6366f1;cursor:pointer;font-size:.875rem;padding:0;text-decoration:underline}.btn-link:hover{color:#4338ca}.bulk-action-buttons{display:flex;gap:.75rem}.bulk-action-buttons .btn{font-size:.8125rem;padding:.5rem 1rem}.bulk-action-buttons .btn svg{flex-shrink:0}.checkbox-cell,.checkbox-header{text-align:center;width:40px}.checkbox-cell{vertical-align:middle}.row-checkbox,.select-all-checkbox{accent-color:#6366f1;cursor:pointer;height:16px;width:16px}.result-row.selected{background:#eef2ff}.result-row.selected:hover{background:#e0e7ff}.bulk-update-form{display:flex;flex-direction:column;gap:1rem}.bulk-update-info{background:#f9fafb;border-left:3px solid #6366f1;border-radius:6px;color:#6b7280;font-size:.875rem;margin:0 0 .5rem;padding:.75rem}.bulk-update-warning{align-items:center;background:#fef3c7;border:1px solid #fcd34d;border-radius:6px;color:#92400e;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem}.bulk-update-warning svg{color:#d97706;flex-shrink:0}.bulk-delete-content{padding:1rem 0;text-align:center}.bulk-delete-content>.bulk-delete-warning{background:none;border:none;display:flex;justify-content:center;margin-bottom:1rem;padding:0}.bulk-delete-content>.bulk-delete-warning svg{color:#ef4444}.bulk-delete-content p{color:#374151;font-size:1rem;margin:0 0 1rem}.bulk-delete-summary{display:flex;gap:2rem;justify-content:center;list-style:none;margin:0 0 1rem;padding:0}.bulk-delete-summary li{color:#6b7280;font-size:.875rem}.bulk-delete-warning-text{color:#ef4444!important;font-size:.875rem!important;font-weight:500}@media (max-width:640px){.bulk-actions-bar{flex-direction:column;gap:.75rem;padding:1rem}.bulk-selection-info{justify-content:space-between;width:100%}.bulk-action-buttons{justify-content:flex-end;width:100%}}.financial-summary{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.summary-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.summary-header h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.completion-rate{align-items:center;display:flex;gap:.75rem}.completion-label{color:#6b7280;font-size:.875rem;font-weight:500}.completion-bar{background:#e5e7eb;border-radius:4px;height:8px;overflow:hidden;width:120px}.completion-fill{background:linear-gradient(90deg,#10b981,#059669);border-radius:4px;height:100%;transition:width .3s ease}.completion-percentage{color:#059669;font-size:.875rem;font-weight:600;min-width:40px}.summary-grid{grid-gap:1rem;align-items:stretch;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.summary-card{background:#f8fafc;border:1px solid #e2e8f0;flex-direction:column;text-align:center;transition:all .2s}.summary-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.summary-card.pledges{border-left:4px solid #3b82f6}.summary-card.donations{border-left:4px solid #10b981}.summary-card.total{border-left:4px solid #8b5cf6}.summary-card.conversion{border-left:4px solid #f59e0b}.card-header{flex-direction:column;gap:.75rem;margin-bottom:1rem;width:100%}.card-header,.card-icon{align-items:center;display:flex}.card-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;box-shadow:0 2px 4px #0000001a;flex-shrink:0;height:40px;justify-content:center;width:40px}.card-icon svg{stroke:#fff;height:20px;width:20px}.summary-card.pledges .card-icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.summary-card.donations .card-icon{background:linear-gradient(135deg,#10b981,#059669)}.summary-card.total .card-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.summary-card.conversion .card-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.card-title{text-align:center}.card-title h3{color:#1f2937;font-size:.9rem;font-weight:600;margin:0 0 .25rem}.card-count{color:#6b7280;font-size:.8rem;margin:0}.card-amount{align-items:center;color:#1f2937;display:flex;flex:1 1;font-size:1.75rem;font-weight:700;justify-content:center;margin-bottom:1rem}.card-amount.conversion-rate{color:#f59e0b}.card-footer{border-top:1px solid #e5e7eb;margin-top:auto;padding-top:.75rem;width:100%}.card-footer,.status-indicator{display:flex;justify-content:center}.status-indicator{align-items:center;font-size:.8rem;gap:.5rem;min-height:2.5rem}.status-indicator.pending{color:#d97706}.status-indicator.completed{color:#059669}.status-dot{border-radius:50%;flex-shrink:0;height:8px;min-width:8px;width:8px}.status-indicator.pending .status-dot{background-color:#d97706}.status-indicator.completed .status-dot{background-color:#059669}.revenue-breakdown{display:flex;flex-direction:column;gap:.25rem}.breakdown-item,.conversion-details{color:#6b7280;font-size:.8rem}.conversion-details{align-items:center;display:flex;justify-content:center;min-height:2.5rem;text-align:center}@media (max-width:1024px){.summary-grid{grid-template-columns:repeat(2,1fr)}.summary-header{align-items:stretch;flex-direction:column;gap:1rem}.completion-rate{justify-content:space-between}}@media (max-width:768px){.financial-summary{padding:1rem}.summary-grid{grid-template-columns:1fr}.card-amount{font-size:1.5rem}.completion-bar{width:100px}}.report-export{position:relative}.export-btn{align-items:center;background:linear-gradient(135deg,#059669,#047857);border:none;border-radius:8px;box-shadow:0 2px 4px #05966933;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s}.export-btn:hover:not(:disabled){background:linear-gradient(135deg,#047857,#065f46);box-shadow:0 4px 12px #0596694d;transform:translateY(-1px)}.export-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.export-btn svg{height:1rem;width:1rem}.chevron{transition:transform .2s}.chevron.open{transform:rotate(180deg)}.loading-spinner.small{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:1rem;width:1rem}.export-overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.export-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);width:320px;z-index:1000}.dropdown-header{border-bottom:1px solid #f3f4f6;padding:1.5rem 1.5rem 1rem}.dropdown-header h4{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.dropdown-header p{color:#6b7280;font-size:.875rem;margin:0}.export-options{display:flex;flex-direction:column;gap:.75rem;padding:1rem}.export-option{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:1rem;text-align:left;transition:all .2s;width:100%}.export-option:hover{background:#f8fafc;border-color:#3b82f6;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.export-option.xlsx:hover{border-color:#059669}.export-option.pdf:hover{border-color:#dc2626}.option-icon{align-items:center;background:#f8fafc;border-radius:8px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.option-icon svg{stroke:#6b7280;height:24px;width:24px}.export-option.xlsx .option-icon{background:#0596691a}.export-option.xlsx .option-icon svg{stroke:#059669}.export-option.pdf .option-icon{background:#dc26261a}.export-option.pdf .option-icon svg{stroke:#dc2626}.option-content{flex:1 1}.option-content h5{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .25rem}.option-content p{color:#6b7280;font-size:.875rem;margin:0}.option-features{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem}.feature{background:#d1fae5;border-radius:12px;color:#059669;font-size:.75rem;font-weight:500;padding:.125rem .5rem}.export-option.pdf .feature{background:#fee2e2;color:#dc2626}.dropdown-footer{background:#f9fafb;border-top:1px solid #f3f4f6;padding:1rem 1.5rem 1.5rem}.export-note{color:#6b7280;font-size:.75rem;margin:0;text-align:center}@media (max-width:768px){.export-dropdown{right:-1rem;width:280px}.export-btn{font-size:.8rem;padding:.625rem 1.25rem}.export-option{padding:.75rem}.option-icon{font-size:1.5rem;height:40px;width:40px}}.search-history-modal{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.search-history-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;left:0;position:absolute;right:0;top:0}.search-history-content{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:80vh;max-width:800px;overflow:hidden;position:relative;width:90vw}.search-history-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.search-history-header h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.filter-tabs{background:#e5e7eb;border-radius:8px;display:flex;padding:4px}.filter-tab{background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.filter-tab.active{background:#fff;box-shadow:0 1px 2px #0000001a;color:#1f2937}.close-btn{background:#f3f4f6;color:#6b7280;transition:all .2s}.close-btn:hover{background:#e5e7eb;color:#374151}.close-btn svg{height:16px;width:16px}.search-history-body{flex:1 1;overflow-y:auto;padding:1.5rem 2rem}.error-message{border-radius:8px}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem;text-align:center}.loading-spinner{height:2rem;width:2rem}.empty-state{padding:3rem}.empty-icon{background:#3b82f61a}.empty-icon svg{stroke:#3b82f6}.history-list{display:flex;flex-direction:column;gap:1rem}.history-item{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s}.history-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000001a}.history-main{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;padding:1.5rem}.history-info{flex:1 1}.history-title{margin-bottom:.5rem}.title-display{align-items:center;display:flex;gap:.5rem}.title-display h4{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0}.edit-name-btn{align-items:center;background:#0000;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;display:flex;height:24px;justify-content:center;transition:all .2s;width:24px}.edit-name-btn:hover{background:#f3f4f6;color:#6b7280}.edit-name-btn svg{height:14px;width:14px}.edit-name{display:flex;flex-direction:column;gap:.5rem}.edit-input{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-weight:600;padding:.5rem}.edit-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.edit-actions{display:flex;gap:.5rem}.cancel-btn,.save-btn{border:1px solid #d1d5db;border-radius:4px;cursor:pointer;font-size:.875rem;padding:.25rem .75rem;transition:all .2s}.save-btn{background:#3b82f6;border-color:#3b82f6;color:#fff}.save-btn:hover{background:#2563eb;border-color:#2563eb}.cancel-btn{background:#fff;color:#6b7280}.cancel-btn:hover{background:#f9fafb;border-color:#9ca3af}.history-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0 0 .75rem}.history-meta{align-items:center;color:#9ca3af;display:flex;font-size:.75rem;gap:1rem}.history-user{color:#6b7280;font-weight:500}.history-date{color:#9ca3af}.history-results{color:#059669;font-weight:500}.history-actions{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.load-btn{align-items:center;background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.load-btn:hover{background:#2563eb;transform:translateY(-1px)}.load-btn svg{height:16px;width:16px}.delete-btn{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.delete-btn:hover{background:#fee2e2;border-color:#fca5a5}.delete-btn svg{height:16px;width:16px}@media (max-width:768px){.search-history-content{max-height:90vh;width:95vw}.search-history-header{align-items:stretch;flex-direction:column;gap:1rem;padding:1rem}.header-actions{justify-content:space-between}.search-history-body{padding:1rem}.history-main{flex-direction:column;gap:1rem}.history-actions{align-items:center;flex-direction:row;justify-content:flex-end}.history-meta{align-items:flex-start;flex-direction:column;gap:.25rem}}.batches-tab{padding:0}.batches-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.batches-filters{display:flex;flex:1 1;flex-wrap:wrap;gap:.75rem}.batches-filters .filter-group{flex:1 1;max-width:250px;min-width:150px}.batches-filters .filter-select,.batches-filters .search-input{border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;padding:.625rem .75rem;transition:border-color .2s,box-shadow .2s;width:100%}.batches-filters .filter-select:focus,.batches-filters .search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.error-message{border-radius:6px;color:#dc2626;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem}.loading-state{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}.loading-spinner{border-top-color:#3b82f6;height:2.5rem;width:2.5rem}.empty-state{background:#fff;border:1px dashed #d1d5db;border-radius:12px}.empty-icon{background:#10b9811a}.empty-icon svg{stroke:#10b981}.empty-state h3{font-size:1.25rem}.batches-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.batches-table{border-collapse:collapse;width:100%}.batches-table th{background:#f8fafc;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.025em;padding:.875rem 1rem;text-align:left;text-transform:uppercase}.batches-table td{border-bottom:1px solid #f3f4f6;color:#374151;font-size:.875rem;padding:.875rem 1rem;vertical-align:middle}.batch-row{cursor:pointer;transition:background .15s}.batch-row:hover{background:#f8fafc}.batch-row:last-child td{border-bottom:none}.batch-number-cell{min-width:150px}.batch-number-cell .batch-number{color:#1f2937;display:block;font-weight:600;margin-bottom:.125rem}.batch-number-cell .batch-description{color:#9ca3af;display:block;font-size:.75rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.number-cell{font-weight:500;text-align:center}.actions-cell{white-space:nowrap}.actions-cell .action-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin-right:.25rem;transition:all .2s;width:32px}.actions-cell .action-btn:last-child{margin-right:0}.actions-cell .action-btn:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.actions-cell .action-btn:disabled{cursor:not-allowed;opacity:.4}.actions-cell .action-btn.edit{color:#3b82f6}.actions-cell .action-btn.delete{color:#ef4444}.actions-cell .action-btn svg{height:14px;width:14px}.status-badge.status-open{background:#dbeafe;color:#1d4ed8}.status-badge.status-processing{background:#fef3c7;color:#92400e}.status-badge.status-completed{background:#d1fae5;color:#065f46}.batch-records{height:100%;padding:0}.batch-records,.records-header{display:flex;flex-direction:column}.records-header{border-bottom:1px solid #e5e7eb;gap:1rem;margin-bottom:1rem;padding-bottom:1rem}.records-summary{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(4,1fr)}.summary-stat{background:#f8fafc;border-radius:8px;padding:.75rem;text-align:center}.summary-stat .stat-value{color:#1f2937;display:block;font-size:1.125rem;font-weight:600}.summary-stat .stat-label{color:#6b7280;display:block;font-size:.6875rem;margin-top:.125rem;text-transform:uppercase}.records-actions{align-items:center;display:flex;gap:1rem;justify-content:space-between}.action-group,.export-group{display:flex;gap:.5rem}.btn-sm{font-size:.8125rem;padding:.5rem .875rem}.btn-sm svg{margin-right:.375rem}.records-tabs{border-bottom:1px solid #e5e7eb;display:flex;gap:0;margin-bottom:1rem}.records-tab{background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:500;margin-bottom:-1px;padding:.75rem 1.25rem;transition:all .2s}.records-tab:hover{color:#4f46e5}.records-tab.active{border-bottom-color:#4f46e5;color:#4f46e5}.records-section{flex:1 1;overflow-y:auto}.records-table{font-size:.875rem}.records-table th{color:#374151;font-weight:500;padding:.625rem .75rem;position:-webkit-sticky;position:sticky;top:0}.records-table td{color:#4b5563;padding:.625rem .75rem}.records-table td.amount{color:#059669;font-weight:500}.records-table td.notes-cell{color:#9ca3af;font-size:.8125rem;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-records{color:#6b7280;padding:3rem 2rem;text-align:center}.empty-records p{margin-bottom:1rem}.empty-records .hint{color:#9ca3af;font-size:.875rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input:disabled,.form-group select:disabled{background:#f3f4f6;cursor:not-allowed}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn{border-radius:6px}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af)}.btn-primary:disabled{opacity:.6}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}@media (max-width:992px){.batches-table-container{overflow-x:auto}.batches-table{min-width:800px}}@media (max-width:768px){.batches-header{align-items:stretch}.batches-filters,.batches-header{flex-direction:column}.batches-filters .filter-group{max-width:none}.records-summary{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}}.financial-page{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0}.financial-header{align-items:flex-start;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem 2rem 1rem}.header-actions{gap:1rem}.header-actions,.history-btn{align-items:center;display:flex}.history-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;box-shadow:0 2px 4px #6366f133;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s}.history-btn:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 4px 12px #6366f14d;transform:translateY(-1px)}.history-btn svg{height:1rem;width:1rem}.financial-title h1{color:#1f2937;font-size:2rem;font-weight:700;margin:0 0 .5rem}.financial-title p{color:#6b7280;font-size:1rem;margin:0}.financial-tabs{background:#fff;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:0;padding:0 2rem}.financial-tab{align-items:center;background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:-1px;padding:.875rem 1.25rem;transition:all .2s}.financial-tab:hover{background:#f5f3ff;color:#4f46e5}.financial-tab.active{border-bottom-color:#4f46e5;color:#4f46e5}.financial-tab svg{height:1rem;width:1rem}.financial-tab-content{background:#f8fafc;flex:1 1;overflow-y:auto;padding:1.5rem 2rem}.financial-content{grid-gap:0;display:grid;flex:1 1;gap:0;grid-template-columns:300px 1fr;overflow:hidden}.financial-content.panel-collapsed{grid-template-columns:48px 1fr}.financial-content.resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.financial-content.panel-position-bottom{grid-template-columns:1fr;grid-template-rows:auto 1fr}.financial-content.panel-position-bottom.panel-collapsed{grid-template-rows:48px 1fr}.financial-left-panel{background:#fff;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:width .2s ease}.financial-left-panel,.financial-left-panel.collapsed{border-right:1px solid #e5e7eb}.financial-content.resizing .financial-left-panel{transition:none}.financial-content.panel-position-bottom .financial-left-panel{border-bottom:1px solid #e5e7eb;border-right:none}.left-panel-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-shrink:0;justify-content:space-between;min-height:48px;padding:.75rem 1rem}.financial-left-panel.collapsed .left-panel-header{justify-content:center;padding:.5rem}.panel-title{font-size:.9rem;font-weight:600;white-space:nowrap}.financial-left-panel.collapsed .panel-title{display:none}.panel-controls{align-items:center;display:flex;gap:.5rem}.panel-control-btn{align-items:center;background:#ffffff26;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .2s;width:28px}.panel-control-btn:hover{background:#ffffff40}.panel-control-btn svg{height:14px;width:14px}.left-panel-content{flex:1 1;overflow-x:hidden;overflow-y:auto}.left-panel-content .financial-search{padding:.875rem}.left-panel-content .financial-search .search-header{display:none}.panel-resize-handle{background:#0000;bottom:0;cursor:col-resize;position:absolute;right:0;top:0;transition:background .2s ease;width:6px;z-index:10}.financial-content.resizing .panel-resize-handle,.panel-resize-handle:hover{background:linear-gradient(135deg,#667eea,#764ba2)}.panel-resize-handle:before{background:#dee2e6;border-radius:2px;content:"";height:40px;opacity:0;position:absolute;right:1px;top:50%;transform:translateY(-50%);transition:opacity .2s ease;width:4px}.panel-resize-handle:hover:before{background:#fff;opacity:1}.financial-right-panel{background:#f8fafc;overflow-y:auto;padding:1.5rem}.financial-content.panel-position-bottom .financial-right-panel{order:2}@media (min-width:1200px){.financial-left-panel.collapsed{width:48px}.financial-left-panel.collapsed .left-panel-header{flex-direction:column-reverse;gap:.5rem;height:100%;justify-content:flex-start;padding:.75rem .5rem;text-orientation:mixed;writing-mode:vertical-rl}.financial-left-panel.collapsed .panel-title{display:block;font-size:.8rem;transform:rotate(180deg)}.financial-left-panel.collapsed .panel-controls{flex-direction:column}.financial-content.panel-position-bottom .financial-left-panel.collapsed .left-panel-header{flex-direction:row;height:auto;padding:.5rem .75rem;text-orientation:mixed;writing-mode:horizontal-tb}.financial-content.panel-position-bottom .financial-left-panel.collapsed .panel-title{transform:none}.financial-content.panel-position-bottom .financial-left-panel.collapsed .panel-controls{flex-direction:row}}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.error-icon,.error-message{align-items:center;display:flex}.error-icon{background:#dc26261a;border-radius:8px;flex-shrink:0;height:32px;justify-content:center;width:32px}.error-icon svg{stroke:#dc2626;height:18px;width:18px}.error-text{color:#dc2626;font-weight:500}.empty-icon{border-radius:20px;height:80px;margin-bottom:1.5rem;width:80px}.empty-icon svg{height:40px;opacity:.8;width:40px}.empty-state h3{font-size:1.5rem}.empty-state p{margin:0;max-width:400px}@media (max-width:1199px){.financial-content{grid-template-columns:1fr;grid-template-rows:auto 1fr}.financial-content.panel-collapsed{grid-template-columns:1fr;grid-template-rows:48px 1fr}.financial-left-panel{border-bottom:1px solid #e5e7eb;border-right:none;max-height:50vh}.financial-left-panel.collapsed{max-height:48px}.panel-resize-handle{display:none}.financial-right-panel{min-height:400px}}@media (max-width:768px){.financial-header{flex-direction:column;gap:1rem;padding:1rem}.header-actions{justify-content:flex-end;width:100%}.history-btn{font-size:.8rem;padding:.625rem 1.25rem}.financial-title h1{font-size:1.5rem}.financial-tabs{overflow-x:auto;padding:0 1rem}.financial-tab{font-size:.8125rem;padding:.75rem 1rem}.financial-right-panel,.financial-tab-content{padding:1rem}}.batch-detail-page{min-height:100%;padding:0}.error-state,.loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner{border:3px solid #e5e7eb;border-top-color:#4f46e5;height:3rem;width:3rem}.error-state h2{color:#dc2626;margin:0 0 .5rem}.error-state p{color:#6b7280;margin-bottom:1.5rem}.batch-header{align-items:flex-start;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;gap:2rem;justify-content:space-between;padding:1.5rem 2rem}.batch-header-left{flex:1 1}.back-btn{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:inline-flex;font-size:.875rem;gap:.5rem;margin-bottom:.75rem;padding:.5rem 0;transition:color .2s}.back-btn:hover{color:#4f46e5}.back-btn svg{height:1rem;width:1rem}.batch-title h1{color:#1f2937;font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.batch-meta{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.75rem;margin-bottom:.5rem}.batch-meta .separator{color:#d1d5db}.batch-meta .campaign-name{color:#374151;font-weight:500}.batch-description{color:#6b7280;font-size:.9375rem;margin:.75rem 0 0;max-width:600px}.batch-header-right{align-items:flex-start;display:flex}.export-buttons{display:flex;gap:.5rem}.export-buttons .btn svg{height:1rem;margin-right:.5rem;width:1rem}.batch-summary-cards{grid-gap:1rem;background:#f8fafc;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);padding:1.5rem 2rem}.summary-card{background:#fff;box-shadow:0 1px 3px #00000014;gap:1rem;padding:1.25rem}.summary-card,.summary-icon{align-items:center;border-radius:12px;display:flex}.summary-icon{flex-shrink:0;height:48px;justify-content:center;width:48px}.summary-icon svg{height:24px;width:24px}.summary-icon.pledges{background:#6366f11a;color:#6366f1}.summary-icon.amount{background:#10b9811a;color:#10b981}.summary-icon.donations{background:#ec48991a;color:#ec4899}.summary-icon.total{background:#3b82f61a;color:#3b82f6}.summary-content{display:flex;flex-direction:column}.summary-value{color:#1f2937;font-size:1.5rem;font-weight:700;line-height:1.2}.summary-label{color:#6b7280;font-size:.75rem;letter-spacing:.025em;margin-top:.125rem;text-transform:uppercase}.batch-content{background:#f8fafc;padding:0 2rem 2rem}.content-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.tabs{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;display:flex;gap:0;padding:.25rem}.tab{background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s}.tab:hover{color:#374151}.tab.active{background:#4f46e5;color:#fff}.content-actions .btn svg{height:1rem;margin-right:.5rem;width:1rem}.records-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.records-table{border-collapse:collapse;width:100%}.records-table th{background:#f8fafc;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.025em;padding:.875rem 1rem;text-align:left;text-transform:uppercase}.records-table td{border-bottom:1px solid #f3f4f6;color:#374151;font-size:.875rem;padding:.875rem 1rem}.records-table tr:last-child td{border-bottom:none}.records-table tr:hover{background:#f9fafb}.clickable-row{cursor:pointer;transition:background-color .15s}.clickable-row:hover{background:#f3f4f6!important}.contact-cell{color:#1f2937;font-weight:500}.amount-cell{color:#059669;font-weight:600}.notes-cell{color:#9ca3af;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-state{flex-direction:column;padding:4rem 2rem;text-align:center}.empty-icon,.empty-state{align-items:center;display:flex;justify-content:center}.empty-icon{background:#6366f11a;border-radius:16px;height:64px;margin-bottom:1rem;width:64px}.empty-icon svg{stroke:#6366f1;height:32px;width:32px}.empty-state h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.empty-state p{color:#6b7280;margin:0 0 1.5rem}.status-badge{background:#f3f4f6;border-radius:12px;color:#374151;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .625rem;text-transform:capitalize}.status-badge.status-open,.status-badge.status-pending{background:#dbeafe;color:#1d4ed8}.status-badge.status-closed{background:#f3f4f6;color:#6b7280}.status-badge.status-partial,.status-badge.status-processing{background:#fef3c7;color:#92400e}.status-badge.status-completed,.status-badge.status-fulfilled{background:#d1fae5;color:#065f46}.status-badge.status-cancelled,.status-badge.status-refunded{background:#fee2e2;color:#991b1b}.btn{border:none;font-weight:500;padding:.625rem 1.25rem;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#4338ca,#6d28d9);box-shadow:0 4px 12px #4f46e54d;transform:translateY(-1px)}.btn-secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.btn:disabled{cursor:not-allowed;opacity:.6}.form-group label{color:#374151;font-size:.8125rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-group textarea{min-height:60px}.modal-footer-actions{display:flex;gap:.75rem;justify-content:flex-end}@media (max-width:1024px){.batch-summary-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.batch-header{flex-direction:column;padding:1rem}.batch-header-right,.export-buttons{width:100%}.export-buttons .btn{flex:1 1}.batch-summary-cards{grid-template-columns:1fr;padding:1rem}.batch-content{padding:0 1rem 1rem}.content-header{align-items:stretch;flex-direction:column;gap:1rem}.tabs{width:100%}.tab{flex:1 1;text-align:center}.records-table-container{overflow-x:auto}.records-table{min-width:600px}.form-row{grid-template-columns:1fr}}.toast{align-items:flex-start;animation:slideIn .3s ease-out;background:#fff;border-left:4px solid;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;gap:1rem;margin-bottom:.5rem;max-width:500px;min-width:300px;padding:1rem;position:relative}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.toast-success{border-left-color:#28a745}.toast-error{border-left-color:#dc3545}.toast-warning{border-left-color:#ffc107}.toast-info{border-left-color:#17a2b8}.toast-content{align-items:flex-start;display:flex;flex:1 1;gap:.75rem}.toast-icon{flex-shrink:0;font-size:1.25rem;margin-top:.125rem}.toast-text{flex:1 1}.toast-title{color:#212529;font-weight:600;line-height:1.3;margin-bottom:.25rem}.toast-message{color:#6c757d;font-size:.875rem;line-height:1.4}.toast-close{align-items:center;background:none;border:none;border-radius:4px;color:#6c757d;cursor:pointer;display:flex;flex-shrink:0;font-size:1.25rem;height:24px;justify-content:center;padding:0;transition:all .2s ease;width:24px}.toast-close:hover{background:#0000001a;color:#495057}@media (max-width:768px){.toast{margin:0 1rem .5rem;max-width:calc(100vw - 2rem);min-width:280px}}.toast-container{align-items:flex-end;display:flex;flex-direction:column;pointer-events:none;position:fixed;right:1rem;top:1rem;z-index:9999}.toast-container>*{pointer-events:auto}@media (max-width:768px){.toast-container{align-items:center;left:0;right:0;top:1rem}}.target-page{margin:0;padding:2rem 1rem;width:100%}.target-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.target-title{flex:1 1;min-width:200px}.target-title h1{color:#2c3e50;color:var(--color-text-primary,#2c3e50);font-size:2rem;font-weight:700;margin:0 0 .5rem}.target-title p{color:#6c757d;color:var(--color-text-secondary,#6c757d);font-size:1.1rem;margin:0}.target-header-actions{align-items:center;display:flex;flex-shrink:0;gap:.75rem}.saved-searches-panel{background:#fff;background:var(--color-bg-primary,#fff);border-left:1px solid #e9ecef;border-left:1px solid var(--color-border,#e9ecef);box-shadow:-4px 0 20px #0000001a;display:flex;flex-direction:column;height:100vh;position:fixed;right:0;top:0;width:360px;z-index:200;z-index:var(--z-modal,200)}.saved-searches-header{align-items:center;background:#f8f9fa;background:var(--color-bg-secondary,#f8f9fa);border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--color-border,#e9ecef);display:flex;justify-content:space-between;padding:1rem 1.25rem}.saved-searches-header h3{color:#2c3e50;color:var(--color-text-primary,#2c3e50);font-size:1rem;font-weight:600;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:6px;border-radius:var(--radius-md,6px);color:#6c757d;color:var(--color-text-secondary,#6c757d);cursor:pointer;display:flex;font-size:1.25rem;height:32px;justify-content:center;transition:.2s ease;transition:var(--transition-normal,.2s ease);width:32px}.close-btn:hover{background:#f0f4ff;background:var(--color-bg-hover,#f0f4ff);color:#667eea;color:var(--color-primary,#667eea)}.saved-searches-list{flex:1 1;overflow-y:auto;padding:1rem}.no-searches{color:#9ca3af;color:var(--color-text-muted,#9ca3af);font-size:.9rem;padding:2.5rem 1.5rem;text-align:center}.saved-search-item{align-items:center;background:#fff;background:var(--color-bg-primary,#fff);border:1px solid #e5e7eb;border:1px solid var(--color-border-light,#e5e7eb);border-radius:8px;border-radius:var(--radius-lg,8px);cursor:pointer;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.875rem 1rem;transition:.2s ease;transition:var(--transition-normal,.2s ease)}.saved-search-item:hover{background:#f0f4ff;background:var(--color-bg-hover,#f0f4ff);border-color:#667eea;border-color:var(--color-primary,#667eea)}.search-info{flex:1 1;min-width:0}.search-name{align-items:center;color:#2c3e50;color:var(--color-text-primary,#2c3e50);display:flex;font-size:.9rem;font-weight:500;gap:.375rem}.search-name .star{color:#f59e0b;color:var(--color-warning,#f59e0b)}.search-meta{color:#9ca3af;color:var(--color-text-muted,#9ca3af);font-size:.75rem;margin-top:.25rem}.search-actions{display:flex;gap:.25rem}.btn-icon{background:#f8f9fa;background:var(--color-bg-secondary,#f8f9fa);border:1px solid #e5e7eb;border:1px solid var(--color-border-light,#e5e7eb);border-radius:6px;border-radius:var(--radius-md,6px);color:#6c757d;color:var(--color-text-secondary,#6c757d);cursor:pointer;font-size:.7rem;padding:.375rem .625rem;transition:.2s ease;transition:var(--transition-normal,.2s ease)}.btn-icon:hover{background:#f0f4ff;background:var(--color-bg-hover,#f0f4ff);border-color:#667eea;border-color:var(--color-primary,#667eea);color:#667eea;color:var(--color-primary,#667eea)}.btn-icon.delete:hover{background:#fef2f2;border-color:#ef4444;border-color:var(--color-danger,#ef4444);color:#ef4444;color:var(--color-danger,#ef4444)}.target-content{display:flex;flex-direction:column;gap:1.5rem}.search-criteria-panel{background:#fff;background:var(--color-bg-primary,#fff);border:1px solid #e9ecef;border:1px solid var(--color-border-light,#e9ecef);border-radius:12px;border-radius:var(--radius-xl,12px);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-md,0 2px 8px #00000014);overflow:hidden}.criteria-tabs{background:#f8f9fa;background:var(--color-bg-secondary,#f8f9fa);border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--color-border-light,#e9ecef);display:flex}.criteria-tab{background:none;border:none;color:#6c757d;color:var(--color-text-secondary,#6c757d);cursor:pointer;font-size:.9rem;font-weight:500;padding:.875rem 1.5rem;position:relative;transition:.2s ease;transition:var(--transition-normal,.2s ease)}.criteria-tab:hover{background:#f0f4ff;background:var(--color-bg-hover,#f0f4ff)}.criteria-tab.active,.criteria-tab:hover{color:#667eea;color:var(--color-primary,#667eea)}.criteria-tab.active{background:#fff;background:var(--color-bg-primary,#fff)}.criteria-tab.active:after{background:#667eea;background:var(--color-primary,#667eea);bottom:-1px;content:"";height:2px;left:0;position:absolute;right:0}.criteria-section{padding:1.5rem}.filter-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.filter-group{display:flex;flex-direction:column;gap:.375rem}.filter-group.full-width{grid-column:1/-1}.financial-filters-container{display:flex;flex-direction:column;gap:2rem}.financial-section{background:#f8f9fa;background:var(--color-bg-secondary,#f8f9fa);border:1px solid #e9ecef;border:1px solid var(--color-border,#e9ecef);border-radius:8px;border-radius:var(--radius-md,8px);padding:1.5rem}.financial-section-title{border-bottom:2px solid #667eea;border-bottom:2px solid var(--color-primary,#667eea);color:#2c3e50;color:var(--color-text-primary,#2c3e50);font-size:1.1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.75rem}.selected-items{font-size:.875rem;font-style:italic;margin-top:.5rem}.filter-group label,.selected-items{color:#6c757d;color:var(--color-text-secondary,#6c757d)}.filter-group label{font-size:.75rem;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.filter-group input,.filter-group select{background:#fff;background:var(--color-bg-primary,#fff);border:2px solid #e9ecef;border:2px solid var(--color-border-light,#e9ecef);border-radius:8px;border-radius:var(--radius-lg,8px);color:#2c3e50;color:var(--color-text-primary,#2c3e50);font-size:.9rem;padding:.625rem .75rem;transition:.2s ease;transition:var(--transition-normal,.2s ease)}.filter-group select[multiple]{min-height:100px;overflow-y:auto;padding:.5rem}.filter-group select[multiple] option{border-radius:4px;border-radius:var(--radius-sm,4px);margin:.25rem 0;padding:.5rem}.filter-group select[multiple] option:checked{background:#667eea;background:var(--color-primary,#667eea);color:#fff}.filter-group input:focus,.filter-group select:focus{border-color:#667eea;border-color:var(--color-primary,#667eea);box-shadow:0 0 0 3px #667eea1a;outline:none}.filter-group input::placeholder{color:#9ca3af;color:var(--color-text-muted,#9ca3af)}.checkbox-group{align-items:center;flex-direction:row}.checkbox-group label{align-items:center;color:#2c3e50;color:var(--color-text-primary,#2c3e50);cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;text-transform:none}.checkbox-group input[type=checkbox]{accent-color:#667eea;accent-color:var(--color-primary,#667eea);height:18px;width:18px}.criteria-footer{background:#f8f9fa;background:var(--color-bg-secondary,#f8f9fa);border-top:1px solid #e9ecef;border-top:1px solid var(--color-border-light,#e9ecef);justify-content:space-between;padding:1rem 1.5rem}.criteria-footer,.logic-toggle{align-items:center;display:flex}.logic-toggle{gap:.75rem}.logic-toggle span{font-size:.875rem}.logic-btn,.logic-toggle span{color:#6c757d;color:var(--color-text-secondary,#6c757d)}.logic-btn{background:#fff;background:var(--color-bg-primary,#fff);border:1px solid #d1d5db;border:1px solid var(--color-border,#d1d5db);border-radius:6px;border-radius:var(--radius-md,6px);cursor:pointer;font-size:.8rem;padding:.5rem 1rem;transition:.2s ease;transition:var(--transition-normal,.2s ease)}.logic-btn:hover{background:#f0f4ff;background:var(--color-bg-hover,#f0f4ff);color:#667eea;color:var(--color-primary,#667eea)}.logic-btn.active,.logic-btn:hover{border-color:#667eea;border-color:var(--color-primary,#667eea)}.logic-btn.active{background:#667eea;background:var(--color-primary,#667eea);color:#fff}.criteria-actions{display:flex;gap:.75rem}.results-panel{background:#fff;background:var(--color-bg-primary,#fff);border:1px solid #e9ecef;border:1px solid var(--color-border-light,#e9ecef);border-radius:12px;border-radius:var(--radius-xl,12px);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-md,0 2px 8px #00000014);overflow:hidden}.results-header{align-items:center;background:#f8f9fa;background:var(--color-bg-secondary,#f8f9fa);border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--color-border-light,#e9ecef);display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;padding:1rem 1.5rem}.results-info h3{color:#2c3e50;color:var(--color-text-primary,#2c3e50);font-size:1rem;font-weight:600;margin:0}.active-filters,.results-info h3{align-items:center;display:flex;gap:.5rem}.active-filters{flex-wrap:wrap;margin-top:.5rem}.filters-label{color:#6c757d;color:var(--color-text-secondary,#6c757d);font-size:.8rem;font-weight:600}.filter-tag{align-items:center;background:#667eea;background:var(--color-primary,#667eea);border-radius:20px;color:#fff;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .625rem}.filter-logic{color:#9ca3af;color:var(--color-text-muted,#9ca3af);font-size:.75rem;font-style:italic}.geographic-section{padding:0}.geo-intro{margin-bottom:1.5rem}.geo-intro p{color:#6c757d;color:var(--color-text-secondary,#6c757d);font-size:.9rem;margin:0}.geo-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}@media (max-width:900px){.geo-grid{grid-template-columns:1fr}}.geo-panel{background:#f8f9fa;background:var(--color-bg-secondary,#f8f9fa);border:1px solid #e9ecef;border:1px solid var(--color-border-light,#e9ecef);border-radius:8px;border-radius:var(--radius-lg,8px);padding:1.25rem}.geo-panel h4{color:#2c3e50;color:var(--color-text-primary,#2c3e50);font-size:1rem;font-weight:600;margin:0 0 .5rem}.geo-help{color:#9ca3af;color:var(--color-text-muted,#9ca3af);font-size:.8rem;margin:0 0 1rem}.zip-input{border:2px solid #e9ecef;border:2px solid var(--color-border-light,#e9ecef);border-radius:6px;border-radius:var(--radius-md,6px);font-family:inherit;font-size:.9rem;margin-bottom:.75rem;padding:.75rem;resize:vertical;width:100%}.zip-input:focus{border-color:#667eea;border-color:var(--color-primary,#667eea);outline:none}.selected-zips{border-top:1px solid #e9ecef;border-top:1px solid var(--color-border-light,#e9ecef);margin-top:1rem;padding-top:1rem}.zips-label{color:#6c757d;color:var(--color-text-secondary,#6c757d);display:block;font-size:.8rem;font-weight:600;margin-bottom:.5rem}.zip-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem}.zip-tag{align-items:center;background:#667eea;background:var(--color-primary,#667eea);border-radius:4px;color:#fff;display:inline-flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.25rem .5rem}.zip-remove{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;line-height:1;opacity:.7;padding:0}.zip-remove:hover{opacity:1}.zip-more{color:#9ca3af;color:var(--color-text-muted,#9ca3af);font-size:.75rem;padding:.25rem .5rem}.state-grid{grid-gap:.375rem;background:#fff;border:1px solid #e9ecef;border:1px solid var(--color-border-light,#e9ecef);border-radius:6px;border-radius:var(--radius-md,6px);display:grid;gap:.375rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin-bottom:.75rem;max-height:300px;overflow-y:auto;padding:.5rem}.state-checkbox{align-items:center;background:#fafbfc;background:var(--color-bg-tertiary,#fafbfc);border:1px solid #0000;border-radius:4px;border-radius:var(--radius-sm,4px);cursor:pointer;display:flex;font-size:.8rem;gap:.375rem;padding:.375rem .5rem;transition:all .15s ease}.state-checkbox:hover{background:#f0f4ff;background:var(--color-bg-hover,#f0f4ff);border-color:#667eea;border-color:var(--color-primary,#667eea)}.state-checkbox input{accent-color:#667eea;accent-color:var(--color-primary,#667eea)}.state-checkbox input:checked+.state-code{color:#667eea;color:var(--color-primary,#667eea);font-weight:700}.state-code{color:#2c3e50;color:var(--color-text-primary,#2c3e50);font-weight:600;min-width:24px}.state-name{color:#6c757d;color:var(--color-text-secondary,#6c757d);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-toggle-section{align-items:center;border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--color-border-light,#e9ecef);display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.map-toggle-section .btn svg{height:18px;width:18px}.map-mode-toggle{display:flex;gap:.5rem}.map-container{margin-bottom:1.5rem}.map-loading{align-items:center;background:#f8f9fa;background:var(--color-bg-secondary,#f8f9fa);border:1px solid #e9ecef;border:1px solid var(--color-border-light,#e9ecef);border-radius:8px;border-radius:var(--radius-lg,8px);color:#9ca3af;color:var(--color-text-muted,#9ca3af);display:flex;font-size:.9rem;height:400px;justify-content:center}.results-view-toggle{display:flex;gap:.25rem;margin-top:.75rem}.view-toggle-btn{align-items:center;background:#f8f9fa;background:var(--color-bg-secondary,#f8f9fa);border:1px solid #d1d5db;border:1px solid var(--color-border,#d1d5db);color:#6c757d;color:var(--color-text-secondary,#6c757d);cursor:pointer;display:flex;font-size:.8rem;font-weight:500;gap:.375rem;padding:.375rem .75rem;transition:all .15s ease}.view-toggle-btn:first-child{border-radius:6px 0 0 6px;border-radius:var(--radius-md,6px) 0 0 var(--radius-md,6px)}.view-toggle-btn:last-child{border-left:none;border-radius:0 6px 6px 0;border-radius:0 var(--radius-md,6px) var(--radius-md,6px) 0}.view-toggle-btn:hover{background:#f0f4ff;background:var(--color-bg-hover,#f0f4ff);color:#667eea;color:var(--color-primary,#667eea)}.view-toggle-btn.active{background:#667eea;background:var(--color-primary,#667eea);border-color:#667eea;border-color:var(--color-primary,#667eea);color:#fff}.view-toggle-btn svg{height:16px;width:16px}.results-map-view{padding:1rem}.results-map-view .targeting-map-container{min-height:500px}.result-count{color:#6c757d;color:var(--color-text-secondary,#6c757d);font-size:.875rem;font-weight:400}.bulk-actions{align-items:center;display:flex;gap:.5rem}.selected-count{color:#667eea;color:var(--color-primary,#667eea);font-size:.875rem;font-weight:600;margin-right:.5rem}.select-all-results-btn{white-space:nowrap}.select-all-results-btn.btn-primary{background:#10b981;background:var(--color-success,#10b981);border-color:#10b981;border-color:var(--color-success,#10b981)}.select-all-results-btn.btn-primary:hover{background:#059669;border-color:#059669}.actions-dropdown-container{position:relative}.actions-dropdown-btn{align-items:center;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.actions-dropdown-btn svg{transition:transform .2s ease}.actions-dropdown-container:has(.actions-dropdown-menu) .actions-dropdown-btn svg{transform:rotate(180deg)}.actions-dropdown-menu{animation:dropdownFadeIn .15s ease;background:#fff;background:var(--color-bg-primary,#fff);border:1px solid #e5e7eb;border:1px solid var(--color-border-light,#e5e7eb);border-radius:8px;border-radius:var(--radius-lg,8px);box-shadow:0 10px 25px #00000026;box-shadow:var(--shadow-lg,0 10px 25px #00000026);min-width:200px;padding:.5rem 0;position:absolute;right:0;top:calc(100% + 4px);z-index:100}.actions-dropdown-menu button{align-items:center;background:none;border:none;color:#2c3e50;color:var(--color-text-primary,#2c3e50);cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.625rem 1rem;text-align:left;transition:background .15s ease,color .15s ease;width:100%}.actions-dropdown-menu button:hover:not(:disabled){background:#f0f4ff;background:var(--color-bg-hover,#f0f4ff);color:#667eea;color:var(--color-primary,#667eea)}.actions-dropdown-menu button:disabled{cursor:not-allowed;opacity:.5}.actions-dropdown-menu button svg{color:#6c757d;color:var(--color-text-secondary,#6c757d);flex-shrink:0}.actions-dropdown-menu button:hover:not(:disabled) svg{color:#667eea;color:var(--color-primary,#667eea)}.dropdown-divider{background:#e5e7eb;background:var(--color-border-light,#e5e7eb);height:1px;margin:.5rem 0}.modal-description{color:#6c757d;color:var(--color-text-secondary,#6c757d);font-size:.9rem;margin-bottom:1rem}.no-lists-message{color:#9ca3af;color:var(--color-text-muted,#9ca3af);padding:1rem;text-align:center}.list-mode-toggle{display:flex;gap:.5rem;margin-bottom:1rem}.list-mode-toggle .btn{flex:1 1}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media (max-width:500px){.form-row{grid-template-columns:1fr}}.no-results{padding:4rem 2rem;text-align:center}.no-results p{color:#9ca3af;color:var(--color-text-muted,#9ca3af);font-size:.9rem}.search-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;border-radius:var(--radius-lg,8px);margin:1rem;padding:2rem;text-align:center}.search-error .error-message{color:#dc2626;font-size:.9rem;margin:0 0 1rem}.search-error .btn{margin-top:.5rem}.results-table-wrapper{overflow-x:auto}.results-table{border-collapse:collapse;width:100%}.results-table td,.results-table th{border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--color-border-light,#e9ecef);padding:.875rem 1rem;text-align:left}.results-table th{background:#f8f9fa;background:var(--color-bg-secondary,#f8f9fa);color:#495057;color:var(--color-text-secondary,#495057);font-size:.8rem;font-weight:600;letter-spacing:.3px;text-transform:uppercase;white-space:nowrap}.results-table td{color:#2c3e50;color:var(--color-text-primary,#2c3e50);font-size:.9rem}.results-table tbody tr:hover{background:#f0f4ff;background:var(--color-bg-hover,#f0f4ff)}.checkbox-col{text-align:center!important;width:40px}.checkbox-col input{accent-color:#667eea;accent-color:var(--color-primary,#667eea);height:16px;width:16px}.contact-name-cell{align-items:center;display:flex;gap:.625rem}.contact-avatar-small{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--color-primary-gradient,linear-gradient(135deg,#667eea 0,#764ba2 100%));border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;overflow:hidden;width:32px}.contact-avatar-small img{height:100%;object-fit:cover;width:100%}.contact-avatar-small span{color:#fff;font-size:.7rem;font-weight:600}.name-link{color:#667eea;color:var(--color-primary,#667eea);cursor:pointer;font-weight:500;transition:.2s ease;transition:var(--transition-normal,.2s ease)}.name-link:hover{color:#5a67d8;color:var(--color-primary-dark,#5a67d8);text-decoration:underline}.badge{border-radius:4px;display:inline-block;font-size:.65rem;font-weight:600;margin-left:.375rem;padding:.125rem .375rem}.badge.major{background:#f59e0b26;color:#b45309}.badge.volunteer{background:#10b98126;color:#059669}.results-table a{color:#667eea;color:var(--color-primary,#667eea);text-decoration:none}.results-table a:hover{text-decoration:underline}.pagination{align-items:center;background:#fff;background:var(--color-bg-primary,#fff);border-top:1px solid #e9ecef;border-top:1px solid var(--color-border-light,#e9ecef);display:flex;gap:1rem;justify-content:center;padding:1rem}.page-info{color:#6c757d;color:var(--color-text-secondary,#6c757d)}.btn,.page-info{font-size:.875rem}.btn{align-items:center;border:1px solid #0000;border-radius:8px;border-radius:var(--radius-lg,8px);cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;justify-content:center;padding:.625rem 1.125rem;transition:.2s ease;transition:var(--transition-normal,.2s ease)}.btn-primary{background:#667eea;background:var(--color-primary,#667eea);border-color:#667eea;border-color:var(--color-primary,#667eea);color:#fff}.btn-primary:hover{background:#5a67d8;background:var(--color-primary-dark,#5a67d8);border-color:#5a67d8;border-color:var(--color-primary-dark,#5a67d8);box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.btn-primary:disabled{background:#d1d5db;background:var(--color-border,#d1d5db);border-color:#d1d5db;border-color:var(--color-border,#d1d5db);box-shadow:none;color:#9ca3af;color:var(--color-text-muted,#9ca3af);cursor:not-allowed;transform:none}.target-page .btn-secondary,.target-page .btn.btn-secondary{background:#f8f9fa!important;background:var(--color-bg-secondary,#f8f9fa)!important;border:2px solid #667eea!important;border:2px solid var(--color-primary,#667eea)!important;color:#667eea!important;color:var(--color-primary,#667eea)!important;font-weight:600}.target-page .btn-secondary:hover,.target-page .btn.btn-secondary:hover{background:#667eea!important;background:var(--color-primary,#667eea)!important;border-color:#667eea!important;border-color:var(--color-primary,#667eea)!important;color:#fff!important}.btn-sm{font-size:.8rem;padding:.375rem .75rem}.btn-tiny{font-size:.75rem;padding:.3rem .625rem}.target-page .btn-tiny.btn-secondary{background:#f8f9fa!important;background:var(--color-bg-secondary,#f8f9fa)!important;border:1px solid #667eea!important;border:1px solid var(--color-primary,#667eea)!important;color:#667eea!important;color:var(--color-primary,#667eea)!important}.target-page .btn-tiny.btn-secondary:hover{background:#667eea!important;background:var(--color-primary,#667eea)!important;color:#fff!important}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1.5rem;position:fixed;right:0;top:0;z-index:200;z-index:var(--z-modal,200)}.modal{background:#fff;background:var(--color-bg-primary,#fff);border:1px solid #e9ecef;border:1px solid var(--color-border-light,#e9ecef);border-radius:12px;border-radius:var(--radius-xl,12px);box-shadow:0 8px 24px #00000026;box-shadow:var(--shadow-xl,0 8px 24px #00000026);display:flex;flex-direction:column;max-height:90vh;max-width:480px;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--color-border-light,#e9ecef);display:flex;justify-content:space-between;padding:1rem 1.25rem}.modal-header h3{color:#2c3e50;color:var(--color-text-primary,#2c3e50);font-size:1.125rem;font-weight:600;margin:0}.modal-body{overflow-y:auto;padding:1.25rem}.modal-footer{background:#f8f9fa;background:var(--color-bg-secondary,#f8f9fa);border-top:1px solid #e9ecef;border-top:1px solid var(--color-border-light,#e9ecef);display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.25rem}.form-group{margin-bottom:1rem}.form-group label{color:#6c757d;color:var(--color-text-secondary,#6c757d);display:block;font-size:.8rem;font-weight:600;margin-bottom:.375rem}.form-group input,.form-group select,.form-group textarea{background:#fff;background:var(--color-bg-primary,#fff);border:2px solid #e9ecef;border:2px solid var(--color-border-light,#e9ecef);border-radius:8px;border-radius:var(--radius-lg,8px);color:#2c3e50;color:var(--color-text-primary,#2c3e50);font-size:.9rem;padding:.625rem .75rem;transition:.2s ease;transition:var(--transition-normal,.2s ease);width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;border-color:var(--color-primary,#667eea);box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:80px;resize:vertical}.list-options{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.list-option{align-items:center;background:#f8f9fa;background:var(--color-bg-secondary,#f8f9fa);border:1px solid #e9ecef;border:1px solid var(--color-border-light,#e9ecef);border-radius:8px;border-radius:var(--radius-lg,8px);color:#2c3e50;color:var(--color-text-primary,#2c3e50);cursor:pointer;display:flex;font-size:.9rem;justify-content:space-between;padding:.75rem 1rem;transition:.2s ease;transition:var(--transition-normal,.2s ease)}.list-option:hover{background:#f0f4ff;background:var(--color-bg-hover,#f0f4ff);border-color:#667eea;border-color:var(--color-primary,#667eea)}.list-count{color:#9ca3af;color:var(--color-text-muted,#9ca3af);font-size:.75rem}.list-option.processing{background:#e0e7ff;background:var(--color-primary-light,#e0e7ff);border-color:#667eea;border-color:var(--color-primary,#667eea);cursor:wait}.list-option:disabled{cursor:not-allowed;opacity:.6}.spinner-inline{animation:spin .8s linear infinite;border:2px solid #e9ecef;border-top-color:#667eea;border:2px solid var(--color-border-light,#e9ecef);border-radius:50%;border-top-color:var(--color-primary,#667eea);display:inline-block;flex-shrink:0;height:16px;margin-right:.5rem;width:16px}@media (max-width:1024px){.filter-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media (max-width:768px){.target-page{padding:1rem}.target-header{flex-direction:column;gap:1rem}.target-header-actions{width:100%}.target-header-actions .btn{flex:1 1}.criteria-tabs{overflow-x:auto}.criteria-footer{flex-direction:column;gap:1rem}.logic-toggle{flex-wrap:wrap;justify-content:center}.criteria-actions{width:100%}.criteria-actions .btn{flex:1 1}.results-header{align-items:flex-start;flex-direction:column}.bulk-actions{flex-wrap:wrap}.saved-searches-panel{width:100%}.filter-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.filter-grid{grid-template-columns:1fr}.results-table{font-size:.8rem}.results-table td,.results-table th{padding:.625rem .75rem}}.breadcrumbs{background:#0000;padding:.75rem 1.5rem}.breadcrumbs-list{flex-wrap:wrap;gap:0;list-style:none;margin:0;padding:0}.breadcrumb-item,.breadcrumb-link,.breadcrumbs-list{align-items:center;display:flex}.breadcrumb-link{border-radius:4px;color:#6b7280;font-size:.875rem;font-weight:500;gap:.375rem;padding:.25rem .375rem;text-decoration:none;transition:all .15s ease}.breadcrumb-link:hover{color:#4f46e5;text-decoration:underline}.breadcrumb-separator{color:#9ca3af;flex-shrink:0;height:14px;margin:0 .125rem;width:14px}.breadcrumb-current{color:#1f2937;font-size:.875rem;font-weight:600;padding:.25rem .375rem}.in-app-banners{display:flex;flex-direction:column;width:100%}.in-app-banner{align-items:center;animation:bannerSlideIn .3s ease-out;display:flex;gap:16px;justify-content:space-between;padding:12px 24px}@keyframes bannerSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.in-app-banner-content{align-items:center;display:flex;flex:1 1;gap:12px}.in-app-banner .banner-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center;opacity:.9}.in-app-banner .banner-text{align-items:center;display:flex;flex-wrap:wrap;font-size:14px;gap:8px;line-height:1.5}.in-app-banner .banner-text strong{font-weight:600}.in-app-banner .banner-link{align-items:center;display:inline-flex;font-weight:500;gap:4px;margin-left:4px;opacity:.9;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s}.in-app-banner .banner-link:hover{opacity:1}.in-app-banner .banner-dismiss{align-items:center;background:#0000;border:none;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;opacity:.7;padding:6px;transition:opacity .2s,background-color .2s}.in-app-banner .banner-dismiss:hover{background-color:#ffffff26;opacity:1}@media (max-width:768px){.in-app-banner{padding:10px 16px}.in-app-banner-content{gap:10px}.in-app-banner .banner-text{font-size:13px}}@media (max-width:480px){.in-app-banner{padding:10px 12px}.in-app-banner-content{align-items:flex-start;flex-direction:column;gap:6px}.in-app-banner .banner-text{align-items:flex-start;flex-direction:column;gap:4px}.in-app-banner .banner-link{margin-left:0}}.global-search-dropdown{animation:searchDropdownFadeIn .2s ease;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;left:0;max-height:70vh;overflow-y:auto;position:absolute;right:0;top:calc(100% + 8px);z-index:1001}@keyframes searchDropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-dropdown-loading{align-items:center;color:#6b7280;display:flex;gap:.75rem;justify-content:center;padding:2rem}.search-loading-spinner{animation:spin .8s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#667eea;height:20px;width:20px}.search-dropdown-hint{align-items:center;color:#9ca3af;display:flex;flex-direction:column;gap:.75rem;padding:2rem;text-align:center}.search-dropdown-hint svg{height:32px;opacity:.5;width:32px}.search-dropdown-empty{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:.75rem;padding:2rem;text-align:center}.search-dropdown-empty svg{height:32px;opacity:.5;width:32px}.search-dropdown-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;padding:.75rem 1rem}.search-results-count{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.search-category{border-bottom:1px solid #e5e7eb}.search-category:last-child{border-bottom:none}.search-category-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#4b5563;display:flex;font-size:.8rem;font-weight:600;gap:.5rem;padding:.625rem 1rem}.search-category-header svg{color:#667eea;height:16px;width:16px}.search-category-count{background:#e5e7eb;border-radius:10px;color:#6b7280;font-size:.7rem;font-weight:600;margin-left:auto;padding:.125rem .5rem}.search-category-items,.search-result-item{display:flex;flex-direction:column}.search-result-item{align-items:flex-start;background:none;border:none;cursor:pointer;gap:.25rem;padding:.75rem 1rem;text-align:left;transition:all .15s ease;width:100%}.search-result-item:hover{background:#f3f4f6}.search-result-main{align-items:center;color:#1f2937;display:flex;font-size:.9rem;font-weight:500;gap:.5rem}.search-result-secondary{color:#6b7280;font-weight:400}.search-result-meta{color:#6b7280;font-size:.8rem}.search-result-badge{align-items:center;border-radius:4px;display:inline-flex;font-size:.65rem;font-weight:600;letter-spacing:.5px;padding:.125rem .5rem;text-transform:uppercase}.badge-call{background:#dbeafe;color:#1d4ed8}.badge-meeting{background:#dcfce7;color:#16a34a}.badge-pledge{background:#fef3c7;color:#d97706}.badge-active,.badge-donation{background:#d1fae5;color:#059669}.badge-draft{background:#e5e7eb;color:#6b7280}.badge-paused{background:#fef3c7;color:#d97706}.badge-completed{background:#dbeafe;color:#1d4ed8}.badge-archived{background:#f3e8ff;color:#7c3aed}.badge-account{background:#e0e7ff;color:#4338ca}.badge-committee{background:#fce7f3;color:#be185d}.search-view-all{background:none;border:none;color:#667eea;cursor:pointer;display:block;font-size:.8rem;font-weight:500;padding:.625rem 1rem;text-align:left;transition:all .15s ease;width:100%}.search-view-all:hover{background:#eef2ff;color:#5558e5}@media (max-width:768px){.global-search-dropdown{border-radius:8px;left:.5rem;max-height:calc(100vh - 80px);position:fixed;right:.5rem;top:60px}.search-result-item{padding:.875rem 1rem}.search-category-header{padding:.75rem 1rem}}.global-search-dropdown::-webkit-scrollbar{width:6px}.global-search-dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.global-search-dropdown::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.global-search-dropdown::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.dashboard-app{background:#f8f9fa;display:flex;flex-direction:column;min-height:100vh}.top-nav{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:none;color:#fff;display:flex;justify-content:space-between;padding:.64rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}@media (min-width:768px){.top-nav{padding:.64rem 1.28rem}}.nav-left{align-items:center;display:flex;gap:1rem}.nav-left .app-title{color:gold;font-size:1.14rem;font-weight:700;margin:0;text-shadow:0 2px 4px #0000004d}.mobile-menu-btn{background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;display:none;padding:.5rem;transition:background-color .2s}.mobile-menu-btn:hover{background-color:#ffffff1a}.mobile-menu-btn svg{height:24px;width:24px}.nav-center{align-items:center;display:flex;flex:1 1;margin:0 1rem;max-width:600px}@media (min-width:768px){.nav-center{margin:0 2rem}}.mobile-search-btn{background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:none;padding:.5rem;transition:background-color .2s}.mobile-search-btn:hover{background:#fff3}.mobile-search-btn svg{height:20px;width:20px}.search-container{flex:1 1;position:relative}.search-input-wrapper{align-items:center;display:flex;position:relative}.search-icon{color:#6c757d;height:13px;left:12px;pointer-events:none;position:absolute;width:13px}.search-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:8px;font-size:.77rem;padding:.57rem .71rem .57rem 1.9rem;transition:all .3s;width:100%}.search-input:focus{background:#fff;box-shadow:0 4px 12px #00000026;outline:none}.search-input::placeholder{color:#6c757d;opacity:1;transition:opacity .2s ease}.search-input:focus::placeholder{opacity:0}.search-close-btn{align-items:center;background:none;border:none;border-radius:4px;color:#6c757d;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:8px}.search-close-btn:hover{background:#0000001a}.search-close-btn svg{height:16px;width:16px}.nav-right{align-items:center;display:flex;gap:.51rem}.create-menu-container{position:relative}.create-btn{align-items:center;background:#f39c12;border:none;border-radius:8px;box-shadow:0 2px 8px #f39c124d;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.create-btn:hover{background:#e67e22;box-shadow:0 4px 12px #f39c1266;transform:translateY(-1px)}.create-btn svg{height:18px;width:18px}.create-menu-dropdown{animation:dropdownFadeIn .2s ease;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:220px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.create-menu-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.75rem 1rem;text-transform:uppercase}.create-menu-item{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:.9rem;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:all .15s;width:100%}.create-menu-item:hover{background:#f3f4f6;color:#667eea}.create-menu-icon{align-items:center;color:#6b7280;display:flex;height:20px;justify-content:center;width:20px}.create-menu-item:hover .create-menu-icon{color:#667eea}.create-menu-icon svg{height:100%;width:100%}.create-menu-label{flex:1 1}.settings-btn{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:all .3s}.settings-btn:hover{background:#fff3}.settings-btn svg{height:16px;width:16px}.user-menu{align-items:center;display:flex;gap:1rem}.user-name{color:#fff;font-size:.71rem;font-weight:600}.logout-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s}.logout-btn:hover{background:#fff3}.dashboard-layout{display:flex;flex:1 1;min-height:calc(100vh - 80px)}.left-nav{background:linear-gradient(135deg,#667eea,#764ba2);border-right:none;box-shadow:2px 0 10px #0000001a;height:100vh;margin-top:-80px;overflow-y:auto;padding-top:80px;position:-webkit-sticky;position:sticky;top:0;width:250px}.nav-items{padding:1rem 0}.sidebar-create-menu-container{margin-bottom:.5rem;padding:0 .75rem;position:relative}.sidebar-create-btn{align-items:center;background:#f39c12;border:none;border-radius:8px;box-shadow:0 2px 8px #f39c124d;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:1rem;padding:.875rem .75rem;text-align:left;transition:all .2s;width:100%}.sidebar-create-btn:hover{background:#e67e22;box-shadow:0 4px 12px #f39c1266;transform:translateY(-1px)}.sidebar-create-btn .nav-icon{align-items:center;display:flex;height:20px;justify-content:center;width:20px}.sidebar-create-btn .nav-icon svg{height:100%;width:100%}.sidebar-create-menu-dropdown{animation:dropdownFadeIn .2s ease;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;left:.75rem;overflow:hidden;position:absolute;right:.75rem;top:calc(100% + 4px);z-index:1000}.nav-item{align-items:center;background:none;border:none;color:#fffc;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:1rem;padding:1rem 1.5rem;text-align:left;transition:all .3s;width:100%}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:#ffffff26;border-right:3px solid gold;color:gold}.nav-icon{align-items:center;display:flex;height:20px;justify-content:center;width:20px}.nav-icon svg{height:100%;width:100%}.nav-label{flex:1 1}.nav-item-container{display:flex;flex-direction:column}.nav-item.has-sub-items{position:relative}.nav-expand-icon{align-items:center;display:flex;height:16px;justify-content:center;opacity:.7;transition:transform .2s ease;width:16px}.nav-expand-icon svg{height:12px;width:12px}.nav-expand-icon.expanded{transform:rotate(90deg)}.nav-sub-items{animation:slideDown .2s ease;background:#0000001a;border-left:2px solid #fff3;display:flex;flex-direction:column;margin-left:1.5rem;overflow:hidden}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:200px;opacity:1}}.nav-sub-item{align-items:center;background:none;border:none;color:#ffffffb3;cursor:pointer;display:flex;font-size:.875rem;font-weight:400;padding:.625rem 1rem .625rem 1.25rem;text-align:left;transition:all .2s}.nav-sub-item:hover{background:#ffffff1a;color:#fff}.nav-sub-item.active{background:#ffffff26;border-right:3px solid gold;color:gold;font-weight:500}.nav-sub-label{align-items:center;display:flex;gap:.5rem}.nav-sub-label:before{background:currentColor;border-radius:50%;content:"";display:inline-block;height:4px;opacity:.6;width:4px}.nav-sub-item.active .nav-sub-label:before{background:gold;opacity:1}.main-content{background:#f8f9fa;box-sizing:border-box;overflow-y:auto;padding:2rem;scrollbar-gutter:stable}@media (max-width:768px){.mobile-menu-btn{display:block}.left-nav{height:100vh;left:-250px;margin-top:0;padding-top:1rem;position:fixed;top:0;transition:left .3s ease;width:250px;z-index:1000}.left-nav.mobile-open{left:0}.mobile-menu-overlay{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.main-content{padding:1rem}.nav-center{flex:0 1;margin:0}.nav-center .search-container{display:none}.mobile-search-btn{display:flex}.nav-center.search-expanded{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;display:flex;gap:.5rem;left:0;padding:.64rem .86rem;position:absolute;right:0;top:0;z-index:101}.nav-center.search-expanded .mobile-search-btn{display:none}.nav-center.search-expanded .search-container{display:block;flex:1 1}.create-btn-text,.settings-btn span,.user-name{display:none}.create-btn{padding:.5rem}.create-menu-dropdown{min-width:200px;right:-50px}.nav-right{gap:.5rem}}@media (max-width:480px){.app-title{font-size:1.05rem!important}.create-menu-dropdown{bottom:1rem;left:1rem;max-height:70vh;min-width:auto;overflow-y:auto;position:fixed;right:1rem;top:auto}.logout-btn{font-size:.85rem;padding:.45rem .85rem}}.dashboard-loading{align-items:center;background:#f8f9fa;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e9ecef;border-radius:50%;border-top-color:#667eea;height:40px;margin-bottom:1rem;width:40px}.loading-spinner.large{border-width:6px;height:60px;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#2c3e50;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.App,.public-layout{display:flex;flex-direction:column;min-height:100vh}.public-layout .header{flex-shrink:0;order:1}.public-layout .main-content{display:flex;flex:1 1;flex-direction:column;order:2}.public-layout .footer{flex-shrink:0;margin-top:auto;order:3}@media (max-width:767px){.public-layout .main-content{min-height:0}}.main-content{flex:1 1;margin:0;padding:0}.container{margin:0 auto;max-width:1200px;padding:0 1rem}h1,h2,h3,h4,h5,h6,p{margin-bottom:1rem}p{line-height:1.6}a{color:#3498db;text-decoration:none}a:hover{text-decoration:underline}ul{margin-bottom:1rem;margin-left:2rem}li{margin-bottom:.5rem}
/*# sourceMappingURL=main.b935c302.css.map*/