.layout{min-height:100vh;display:flex;flex-direction:column}.header{background-color:#10306b;border-bottom:3px solid #faae44;padding:1.25rem 0}.header-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:1rem;font-size:1.6rem;font-weight:700;color:#fff;text-decoration:none;padding:.5rem;border-radius:6px}.logo:focus{outline:3px solid #faae44;outline-offset:4px}.logo-icon{width:52px;height:52px}.nav{display:flex;gap:1.25rem;align-items:center}.nav-link{color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:6px;transition:all .3s ease;font-size:1.1rem;font-weight:500;min-height:48px;display:inline-flex;align-items:center}.nav-link:hover{background-color:#faae44;color:#10306b}.nav-link:focus{outline:3px solid #faae44;outline-offset:3px;background-color:#faae44;color:#10306b}.nav-link-primary{background-color:#faae44;color:#10306b;font-weight:700;box-shadow:0 2px 4px #0003}.nav-link-primary:hover{background-color:#fff;transform:translateY(-1px);box-shadow:0 4px 6px #00000040}.nav-button{color:#fff;background-color:transparent;border:2px solid white;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .3s ease;min-height:48px}.nav-button:hover{background-color:#faae44;color:#10306b;border-color:#faae44}.nav-button:focus{outline:3px solid #faae44;outline-offset:3px;background-color:#faae44;color:#10306b;border-color:#faae44}.main{flex:1;display:flex;justify-content:center;padding:2rem}.content{width:100%;max-width:1400px}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:48px;height:48px;background:transparent;border:2px solid rgba(255,255,255,.5);border-radius:8px;cursor:pointer;padding:8px;flex-shrink:0;transition:border-color .2s}.hamburger:hover,.hamburger:focus{border-color:#faae44;outline:none}.hamburger-bar{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:all .25s ease;transform-origin:center}.hamburger--open .hamburger-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger--open .hamburger-bar:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger--open .hamburger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;flex-direction:column;background-color:#0d2757;border-top:1px solid rgba(250,174,68,.3);padding:1rem 0;position:absolute;top:100%;left:0;right:0;z-index:200;box-shadow:0 8px 24px #0000004d;max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-nav--open{max-height:600px}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:transparent}.mobile-nav-link{display:block;color:#fff;text-decoration:none;padding:1rem 1.5rem;font-size:1.1rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,.08);transition:background .2s,color .2s}.mobile-nav-link:hover,.mobile-nav-link:focus{background-color:#faae4426;color:#faae44;outline:none}.mobile-nav-link--primary{background-color:#faae44;color:#10306b!important;font-weight:700;margin:.75rem 1.5rem;border-radius:8px;border-bottom:none;text-align:center}.mobile-nav-link--primary:hover,.mobile-nav-link--primary:focus{background-color:#fff;color:#10306b!important}.mobile-nav-button{display:block;width:calc(100% - 3rem);margin:.5rem 1.5rem;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4);border-radius:8px;padding:.875rem 1rem;font-size:1.1rem;font-weight:600;cursor:pointer;text-align:center;transition:all .2s}.mobile-nav-button:hover,.mobile-nav-button:focus{background-color:#faae4426;border-color:#faae44;color:#faae44;outline:none}@media(max-width:768px){.header{padding:.875rem 0;position:relative}.header-content{padding:0 1rem}.nav{display:none}.hamburger,.mobile-nav{display:flex}.logo{font-size:1.35rem}.logo-icon{width:40px;height:40px}.main{padding:1rem}}.footer{background-color:#2d3748;color:#e2e8f0;padding:3rem 2rem 2rem;margin-top:auto;border-top:4px solid #faae44}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem;margin-bottom:2rem}.footer-section h3{color:#faae44;font-size:1.5rem;margin-bottom:1rem;font-weight:700}.footer-section h4{color:#cbd5e0;font-size:1.2rem;margin-bottom:1rem;font-weight:600}.footer-tagline{font-size:1.05rem;line-height:1.7;color:#cbd5e0;max-width:280px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#e2e8f0;text-decoration:none;font-size:1.1rem;transition:color .2s;display:inline-block;padding:.25rem 0}.footer-links a:hover{color:#faae44;text-decoration:underline}.footer-links a:focus{outline:3px solid #faae44;outline-offset:3px;border-radius:2px}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #4a5568;text-align:center}.footer-bottom p{font-size:1.05rem;color:#cbd5e0;margin:.5rem 0}.footer-security{font-weight:600;color:#90cdf4;font-size:1.1rem!important}.back-to-top{display:inline-flex;align-items:center;gap:.4rem;background:transparent;border:1.5px solid #4a5568;color:#a0aec0;font-size:.95rem;font-weight:600;padding:.5rem 1.25rem;border-radius:9999px;cursor:pointer;margin-bottom:1.25rem;transition:all .2s;min-height:40px}.back-to-top:hover{border-color:#faae44;color:#faae44;background:#faae4414}.back-to-top:focus{outline:3px solid #faae44;outline-offset:3px}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section{text-align:center}.footer-tagline{margin-left:auto;margin-right:auto}}.lpx{--navy: #0a1f45;--navy-mid: #10306b;--navy-lit: #1e4a8c;--gold: #faae44;--gold-dim: #c88a2e;--ink: #0f172a;--muted: #64748b;--line: rgba(255, 255, 255, .08);--line-dark: rgba(15, 23, 42, .08);--card: #ffffff;--wash: #f1f5f9;width:100%;color:var(--ink)}.lpx--loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:42vh;gap:1rem;padding:2rem}.lpx-skeleton{width:min(240px,70vw);height:3px;border-radius:999px;background:linear-gradient(90deg,var(--line-dark) 0%,rgba(250,174,68,.4) 50%,var(--line-dark) 100%);background-size:200% 100%;animation:lpx-shimmer 1.1s ease-in-out infinite}.lpx-skeleton-label{font-size:.875rem;color:var(--muted);font-weight:500}@keyframes lpx-shimmer{to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.lpx-skeleton{animation:none;background:var(--line-dark)}}.lpx-bleed{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.lpx-hero{position:relative;padding:clamp(2rem,5vw,3.5rem) clamp(1.25rem,4vw,2.5rem) clamp(2.5rem,6vw,4rem);background:radial-gradient(120% 80% at 20% 0%,var(--navy-lit) 0%,transparent 55%),radial-gradient(80% 60% at 100% 40%,rgba(250,174,68,.12) 0%,transparent 50%),var(--navy);color:#e2e8f0;overflow:hidden}.lpx-hero__glow{position:absolute;inset:-40% -20% auto auto;width:min(70vw,520px);height:min(70vw,520px);background:radial-gradient(circle,rgba(250,174,68,.15) 0%,transparent 65%);pointer-events:none}.lpx-hero__inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(2rem,5vw,3.5rem);align-items:center}.lpx-brand{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;color:inherit;margin-bottom:1.25rem;border-radius:10px}.lpx-brand:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.lpx-brand__mark{width:44px;height:44px;border-radius:12px;box-shadow:0 4px 20px #00000059}.lpx-brand__name{font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.lpx-hero__kicker{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#e2e8f0a6;margin-bottom:.75rem}.lpx-hero__title{font-size:clamp(1.9rem,4.2vw,2.85rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;margin-bottom:1rem;color:#fff}.lpx-hero__em{font-style:normal;color:var(--gold);text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:4px;text-decoration-color:#faae448c}.lpx-hero__lede{font-size:clamp(1rem,1.8vw,1.125rem);line-height:1.65;color:#e2e8f0c7;max-width:34rem;margin-bottom:1.5rem}.lpx-hero__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.25rem}.lpx-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:48px;padding:.65rem 1.35rem;font-size:.9375rem;font-weight:700;text-decoration:none;border-radius:999px;border:2px solid transparent;transition:transform .15s ease,background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;cursor:pointer}.lpx-btn:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.lpx-btn__icon{width:1.1rem;height:1.1rem}.lpx-btn--gold{background:var(--gold);color:var(--navy);box-shadow:0 4px 24px #faae4459}.lpx-btn--gold:hover{background:#ffc55c;transform:translateY(-1px)}.lpx-btn--ghost{background:transparent;color:#fff;border-color:var(--line)}.lpx-btn--ghost:hover{border-color:#faae4480;background:#ffffff0a}.lpx-btn--outline{background:#fff;color:var(--navy-mid);border-color:var(--navy-mid);border-radius:12px}.lpx-btn--outline:hover{background:var(--navy-mid);color:#fff}.lpx-btn--lg{min-height:54px;padding:.85rem 1.75rem;font-size:1rem}.lpx-hero__chips{display:flex;flex-wrap:wrap;gap:.5rem}.lpx-chip{font-size:.75rem;font-weight:600;padding:.35rem .75rem;border-radius:999px;background:#ffffff0f;border:1px solid var(--line);color:#e2e8f0d9}.lpx-hero__stage{position:relative}.lpx-mock{position:relative;background:#0f172a8c;border:1px solid var(--line);border-radius:20px;padding:0 1rem 1.25rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 24px 60px #00000073}.lpx-mock__chrome{display:flex;align-items:center;gap:6px;padding:.85rem 0 1rem;border-bottom:1px solid var(--line);margin-bottom:1rem}.lpx-mock__dot{width:8px;height:8px;border-radius:50%;background:#ffffff26}.lpx-mock__dot:nth-child(1){background:#f87171}.lpx-mock__dot:nth-child(2){background:#fbbf24}.lpx-mock__dot:nth-child(3){background:#4ade80}.lpx-mock__title{margin-left:auto;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#e2e8f073}.lpx-mock__row{display:flex;gap:.75rem;align-items:flex-start;padding:.65rem .5rem;border-radius:12px;background:#ffffff0a}.lpx-mock__row-icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--gold);margin-top:2px}.lpx-mock__subj{font-size:.875rem;font-weight:600;color:#f8fafc}.lpx-mock__meta{font-size:.75rem;color:#e2e8f080;margin-top:.2rem}.lpx-mock__float{margin-top:1.25rem;margin-left:.5rem;margin-right:.5rem;padding:1rem 1.1rem;border-radius:14px;background:linear-gradient(145deg,#faae442e,#10306ba6);border:1px solid rgba(250,174,68,.35)}.lpx-mock__float-label{font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.35rem}.lpx-mock__float-title{font-size:1.05rem;font-weight:800;color:#fff;margin-bottom:.5rem}.lpx-mock__float-row{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.65rem}.lpx-mock__pill{font-size:.65rem;font-weight:700;padding:.25rem .5rem;border-radius:6px;background:#00000040;color:#e2e8f0}.lpx-mock__pill--risk{background:#f8717140;color:#fecaca}.lpx-mock__meter{height:4px;border-radius:999px;background:#00000059;overflow:hidden;margin-bottom:.5rem}.lpx-mock__meter-fill{display:block;height:100%;width:72%;border-radius:inherit;background:linear-gradient(90deg,var(--gold),#fbbf24)}.lpx-mock__hint{font-size:.75rem;color:#e2e8f0a6;margin:0;line-height:1.4}.lpx-mock-caption{margin:.75rem 0 0;font-size:.7rem;color:#e2e8f066;text-align:center}.lpx-shell{max-width:1160px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem) clamp(3rem,8vw,5rem)}.lpx-bento{padding-top:clamp(2.5rem,6vw,4rem)}.lpx-bento__head{margin-bottom:1.5rem;max-width:28rem}.lpx-bento__title{font-size:clamp(1.5rem,3vw,1.85rem);font-weight:800;letter-spacing:-.02em;color:var(--navy-mid);margin-bottom:.35rem}.lpx-bento__sub{font-size:1rem;color:var(--muted);line-height:1.5;margin:0}.lpx-bento__grid{display:grid;gap:1rem;grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(140px,auto)}.lpx-tile{background:var(--card);border:1px solid var(--line-dark);border-radius:18px;padding:1.25rem 1.35rem;display:flex;flex-direction:column;transition:box-shadow .2s ease,border-color .2s ease}.lpx-tile:hover{box-shadow:0 12px 40px #0f172a14;border-color:#10306b26}.lpx-tile--mail{grid-column:span 3;grid-row:span 2;background:linear-gradient(160deg,#fff 0%,var(--wash) 100%)}.lpx-tile--ai,.lpx-tile--sim{grid-column:span 3}.lpx-tile--dash{grid-column:span 6;flex-direction:row;align-items:center;gap:1.25rem;background:var(--navy-mid);color:#e2e8f0;border-color:transparent;margin-top:1rem}.lpx-tile--dash:hover{border-color:#faae4459}.lpx-tile__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.lpx-tile__tag{font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--navy-lit);background:#10306b14;padding:.3rem .55rem;border-radius:6px}.lpx-tile__ico{width:1.35rem;height:1.35rem;color:var(--navy-mid)}.lpx-tile__ico-lg{width:1.5rem;height:1.5rem;color:var(--navy-mid);margin-bottom:.65rem;flex-shrink:0}.lpx-tile--dash .lpx-tile__ico-lg{color:var(--gold);margin-bottom:0}.lpx-tile__stack{flex:1;min-width:0}.lpx-tile__h{font-size:1.05rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.35rem;color:var(--navy-mid)}.lpx-tile--dash .lpx-tile__h{color:#fff}.lpx-tile__p{font-size:.9rem;line-height:1.55;color:var(--muted);margin:0 0 auto;flex:1}.lpx-tile--dash .lpx-tile__p{color:#e2e8f0bf;margin:0}.lpx-tile__cta{margin-top:1rem;display:inline-flex;align-items:center;width:fit-content;font-size:.85rem;font-weight:800;color:var(--navy-mid);text-decoration:none;padding:.5rem .9rem;border-radius:10px;background:#fff;border:2px solid var(--navy-mid);transition:background .15s ease,color .15s ease}.lpx-tile__cta:hover{background:var(--navy-mid);color:#fff}.lpx-flow{margin-top:clamp(2.5rem,5vw,3.5rem);padding:clamp(1.5rem,4vw,2rem);border-radius:20px;background:var(--wash);border:1px solid var(--line-dark)}.lpx-flow__title{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:800;color:var(--navy-mid);margin-bottom:1.25rem;letter-spacing:-.02em}.lpx-flow__list{list-style:none;margin:0;padding:0;display:grid;gap:0}.lpx-flow__item{display:grid;grid-template-columns:auto 1fr;gap:1rem 1.25rem;border-left:2px solid rgba(16,48,107,.12);margin-left:1.25rem;padding:1.1rem 0 1.1rem 1.5rem;position:relative}.lpx-flow__item:first-child{padding-top:0}.lpx-flow__item:last-child{padding-bottom:0;border-left-color:transparent}.lpx-flow__item:before{content:"";position:absolute;left:-7px;top:1.35rem;width:12px;height:12px;border-radius:50%;background:var(--gold);border:2px solid var(--wash);box-shadow:0 0 0 2px #10306b1f}.lpx-flow__item:first-child:before{top:.15rem}.lpx-flow__idx{position:absolute;left:-1.25rem;transform:translate(-100%);font-size:.7rem;font-weight:800;letter-spacing:.06em;color:var(--muted);top:1rem}.lpx-flow__item:first-child .lpx-flow__idx{top:-.15rem}.lpx-flow__h{font-size:1rem;font-weight:800;color:var(--navy-mid);margin-bottom:.25rem}.lpx-flow__p{font-size:.875rem;color:var(--muted);line-height:1.55;margin:0}.lpx-plans{margin-top:clamp(2.5rem,6vw,4rem)}.lpx-plans__head{margin-bottom:1.25rem}.lpx-plans__title{font-size:clamp(1.35rem,3vw,1.65rem);font-weight:800;color:var(--navy-mid);letter-spacing:-.02em;margin-bottom:.25rem}.lpx-plans__sub{margin:0;font-size:.95rem;color:var(--muted)}.lpx-plans__scroller{display:flex;gap:1rem;overflow-x:none;padding-bottom:.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.lpx-plans__scroller::-webkit-scrollbar{height:0px}.lpx-plans__scroller::-webkit-scrollbar-thumb{background:#10306b33;border-radius:999px}.lpx-plan{flex:0 0 min(260px,78vw);scroll-snap-align:start;background:var(--card);border:1px solid var(--line-dark);border-radius:16px;padding:1.25rem 1.35rem;position:relative}.lpx-plan--hit{border-color:#faae44a6;box-shadow:0 8px 30px #faae4426}.lpx-plan__ribbon{position:absolute;top:0;right:1rem;transform:translateY(30%);font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:var(--gold);color:var(--navy);padding:.3rem .55rem;border-radius:999px}.lpx-plan__name{font-size:1.05rem;font-weight:800;color:var(--navy-mid);margin-bottom:.25rem}.lpx-plan__price{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.85rem}.lpx-plan__price span{font-size:.85rem;font-weight:600;color:var(--muted)}.lpx-plan__price--custom{font-size:1.25rem}.lpx-plan__ul{list-style:none;margin:0;padding:0}.lpx-plan__ul li{font-size:.85rem;color:var(--muted);padding:.35rem 0;border-bottom:1px solid rgba(15,23,42,.06)}.lpx-plan__ul li:last-child{border-bottom:none}.lpx-plans__foot{margin-top:1.25rem;text-align:center}.lpx-trust{margin-top:clamp(2rem,5vw,3rem);display:flex;gap:1rem;align-items:flex-start;padding:1.25rem 1.35rem;border-radius:16px;background:#fff;border:1px dashed rgba(16,48,107,.25)}.lpx-trust__ico{width:1.5rem;height:1.5rem;flex-shrink:0;color:var(--navy-mid)}.lpx-trust__h{font-size:1rem;font-weight:800;color:var(--navy-mid);margin-bottom:.25rem}.lpx-trust__p{font-size:.9rem;color:var(--muted);line-height:1.55;margin:0}.lpx-close{margin-top:clamp(2rem,5vw,3rem);text-align:center;padding:clamp(1.75rem,4vw,2.5rem);border-radius:24px;background:linear-gradient(180deg,var(--navy-mid) 0%,var(--navy) 100%);color:#e2e8f0}.lpx-close__title{font-size:clamp(1.35rem,3vw,1.6rem);font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:.35rem}.lpx-close__sub{font-size:.95rem;color:#e2e8f0b8;margin:0 0 1.25rem}@media(max-width:900px){.lpx-hero__inner{grid-template-columns:1fr}.lpx-hero__stage{order:-1}.lpx-bento__grid{grid-template-columns:1fr}.lpx-tile--mail,.lpx-tile--ai,.lpx-tile--sim,.lpx-tile--dash{grid-column:span 1;grid-row:auto}.lpx-tile--dash{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.lpx-hero__actions{flex-direction:column;align-items:stretch}.lpx-btn{justify-content:center}.lpx-flow__item{margin-left:0;border-left:none;padding-left:0}.lpx-flow__item:before{display:none}.lpx-flow__idx{position:static;transform:none;display:block;margin-bottom:.35rem}.lpx-trust{flex-direction:column;text-align:center;align-items:center}.lpx-plans__scroller::-webkit-scrollbar{height:0px}.lpx-plans__scroller::-webkit-scrollbar-thumb{background:#10306b33;border-radius:999px}.lpx-plans__scroller{overflow-x:auto}}@media(prefers-reduced-motion:reduce){.lpx-btn:hover{transform:none}}.welcome-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a1432a6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;overflow-y:auto}.welcome-modal{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;position:relative;overflow:hidden}.welcome-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:#f7fafc;border:1.5px solid #e2e8f0;color:#4a5568;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.welcome-close:hover{background:#edf2f7;color:#1a202c}.welcome-close:focus{outline:3px solid #faae44;outline-offset:2px}.welcome-progress{display:flex;gap:8px;justify-content:center;padding:1.25rem 1.5rem 0}.welcome-dot{width:10px;height:10px;border-radius:50%;background:#e2e8f0;border:none;cursor:pointer;padding:0;transition:all .2s}.welcome-dot:hover{background:#a0aec0}.welcome-dot--done{background:#9ae6b4}.welcome-dot--active{background:#10306b;width:28px;border-radius:5px}.welcome-dot:focus{outline:3px solid #faae44;outline-offset:3px}.welcome-body{flex:1;overflow-y:auto;padding:1.5rem 2rem;text-align:center}.welcome-icon{font-size:3rem;margin-bottom:.75rem;line-height:1}.welcome-title{font-size:1.6rem;font-weight:800;color:#10306b;margin:0 0 .4rem}.welcome-subtitle{font-size:1rem;color:#4a5568;margin:0 0 1.5rem;line-height:1.5}.welcome-content{text-align:left}.welcome-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.welcome-list li{display:flex;gap:.875rem;align-items:flex-start;background:#f7fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.875rem 1rem}.welcome-list li>div{flex:1}.welcome-list li strong{display:block;font-size:1rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.welcome-list li p{margin:0;font-size:.9rem;color:#4a5568;line-height:1.5}.wl-icon{font-size:1.4rem;line-height:1;flex-shrink:0;margin-top:.1rem}.welcome-steps-list{display:flex;flex-direction:column;gap:.875rem}.wsl-item{display:flex;gap:.875rem;align-items:flex-start}.wsl-num{width:28px;height:28px;border-radius:50%;background:#10306b;color:#fff;font-size:.875rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}.wsl-item>div{flex:1}.wsl-item strong{display:block;font-size:1rem;font-weight:700;color:#1a202c;margin-bottom:.2rem}.wsl-item p{margin:0;font-size:.9rem;color:#4a5568;line-height:1.5}.welcome-highlight-box{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#ebf8ff,#f0f4ff);border:1.5px solid #90cdf4;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.25rem}.wh-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:#4a7fa5;font-weight:600;margin:0 0 .25rem}.wh-email{display:inline-block;font-size:1rem;font-weight:800;color:#10306b;text-decoration:none;letter-spacing:-.01em}.wh-email:hover{text-decoration:underline}.welcome-note{font-size:.85rem;color:#718096;margin-top:1rem;padding:.75rem 1rem;background:#fffbeb;border-left:3px solid #faae44;border-radius:4px}.welcome-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.25rem}.wp-plan{background:#f7fafc;border:1.5px solid #e2e8f0;border-radius:12px;padding:1rem;position:relative}.wp-plan--featured{background:linear-gradient(135deg,#ebf8ff,#f0f4ff);border-color:#90cdf4;box-shadow:0 4px 12px #10306b1a}.wp-plan-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#faae44;color:#10306b;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .6rem;border-radius:9999px;white-space:nowrap}.wp-plan-name{font-size:.95rem;font-weight:800;color:#10306b;margin-bottom:.2rem;text-align:center}.wp-plan-price{font-size:.8rem;font-weight:600;color:#4a5568;text-align:center;margin-bottom:.75rem}.wp-plan ul{list-style:none;padding:0;margin:0;font-size:.8rem;color:#2d3748;display:flex;flex-direction:column;gap:.3rem}.wp-plan ul li{line-height:1.4}.wp-locked{color:#a0aec0}.welcome-cta{margin-top:1rem;text-align:center}.welcome-btn-pricing{display:inline-block;background:#10306b;color:#fff;text-decoration:none;padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:700;transition:background .2s}.welcome-btn-pricing:hover{background:#1a4a9e}.welcome-btn-pricing:focus{outline:3px solid #faae44;outline-offset:3px;border-radius:8px}.welcome-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem 1.25rem;border-top:1px solid #e2e8f0;background:#f7fafc;border-radius:0 0 20px 20px;flex-shrink:0}.welcome-step-count{font-size:.875rem;color:#718096;font-weight:600}.welcome-btn-back{background:transparent;border:1.5px solid #cbd5e0;color:#4a5568;padding:.625rem 1.25rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;min-height:44px}.welcome-btn-back:hover{border-color:#4a5568;color:#1a202c}.welcome-btn-back:focus{outline:3px solid #faae44;outline-offset:2px}.welcome-btn-next{background:#10306b;color:#fff;border:none;padding:.625rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s;min-height:44px}.welcome-btn-next:hover{background:#1a4a9e}.welcome-btn-next:focus{outline:3px solid #faae44;outline-offset:2px}@media(max-width:520px){.welcome-modal{border-radius:16px;max-height:95vh}.welcome-body{padding:1.25rem}.welcome-title{font-size:1.35rem}.welcome-plans{grid-template-columns:1fr;gap:1rem}.wp-plan-badge{top:-9px}.welcome-footer{padding:.875rem 1.25rem 1rem}.wh-email{font-size:.9rem}}.dashboard-page{max-width:1400px;margin:0 auto;padding:2rem}.dashboard-header{margin-bottom:2.5rem}.dashboard-header h1{color:#1a202c;font-size:2.5rem;margin-bottom:.75rem;font-weight:700}.dashboard-subtitle{color:#4a5568;font-size:1.2rem;line-height:1.7}.loading{text-align:center;padding:3rem;color:#2d3748;font-size:1.4rem;font-weight:600}.unverified-card{background:#fff;border:2px solid #90cdf4;border-radius:16px;padding:3rem 2.5rem;max-width:600px;margin:3rem auto;text-align:center;box-shadow:0 4px 16px #00000014}.unverified-icon{font-size:3.5rem;display:block;margin-bottom:1.25rem;line-height:1}.unverified-card h2{color:#1a365d;font-size:1.75rem;font-weight:800;margin:0 0 1rem}.unverified-card p{color:#2c5282;font-size:1.1rem;line-height:1.7;margin:0 0 1rem}.unverified-card strong{color:#1a365d;word-break:break-all}.unverified-note{font-size:.95rem!important;color:#4a5568!important;background:#ebf8ff;border-radius:8px;padding:.875rem 1rem;margin-bottom:1.75rem!important}.unverified-resend-btn{margin-bottom:2rem}.unverified-resend-success{background:#f0fff4;border:1.5px solid #68d391;border-radius:8px;color:#22543d;font-size:1rem;font-weight:600;padding:.875rem 1.25rem;margin-bottom:2rem}.unverified-actions{border-top:1px solid #e2e8f0;padding-top:1.75rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.unverified-already-done{font-size:.95rem!important;color:#718096!important;margin:0!important}@media(max-width:768px){.unverified-card{padding:2rem 1.25rem;margin:1.5rem auto}}.error-message{background:#fff5f5;border:2px solid #fc8181;border-radius:12px;padding:2rem;color:#9b2c2c;margin-bottom:1.5rem}.error-message h2{margin-top:0;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.error-message p{font-size:1.15rem;line-height:1.6}.error-message button{margin-top:1.25rem;font-size:1.1rem;padding:.75rem 1.5rem}.dashboard-section{background:#fff;border-radius:16px;padding:2.5rem;margin-bottom:2.5rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e2e8f0}.dashboard-section h2{color:#1a202c;font-size:1.8rem;margin-top:0;margin-bottom:1.5rem;font-weight:700}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header h2{margin-bottom:0}.section-actions{display:flex;gap:.75rem;flex-wrap:wrap}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.info-item{display:flex;flex-direction:column;gap:.75rem}.info-label{color:#4a5568;font-size:1.05rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.info-value{color:#1a202c;font-size:1.5rem;font-weight:700}.frequency-form{background:#f7fafc;border:2px solid #cbd5e0;border-radius:12px;padding:2rem;margin-top:2rem}.frequency-form h3{color:#1a202c;font-size:1.5rem;margin-top:0;margin-bottom:.75rem;font-weight:700}.form-description{color:#4a5568;font-size:1.1rem;margin-bottom:2rem;line-height:1.7}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-group label{color:#2d3748;font-size:1.1rem;font-weight:600}.form-group input{padding:1rem;border:2px solid #cbd5e0;border-radius:8px;font-size:1.2rem;transition:all .2s;min-height:52px}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea26}.form-actions{display:flex;gap:1.25rem;justify-content:flex-end;margin-top:2rem}.placeholder-message{text-align:center;padding:2.5rem;color:#4a5568}.placeholder-message p{margin:.75rem 0;font-size:1.2rem;line-height:1.7}.placeholder-details{font-size:1.1rem}.plan-limit-text{color:#4a5568;font-size:1.1rem;margin-top:.5rem;line-height:1.6}.upgrade-prompt{color:#4a5568}.success-text{color:#22543d;font-weight:700}.danger-text{color:#c53030;font-weight:700}.btn-link-small{background:none;color:#5a67d8;padding:.25rem;border:none;font-size:1.1rem;font-weight:600;cursor:pointer;text-decoration:underline;min-height:32px}.btn-link-small:hover{color:#4c51bf}.btn-link-small:focus{outline:3px solid #667eea;outline-offset:2px;border-radius:4px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:600px;width:100%;box-shadow:0 10px 25px #0003}.modal-content h3{margin-top:0;margin-bottom:1rem;color:#10306b;font-size:1.5rem}.modal-description{color:#4a5568;margin-bottom:1.5rem;line-height:1.6}.invite-link-display{display:flex;gap:.75rem;margin-bottom:1.5rem}.invite-link-input{flex:1;padding:.75rem 1rem;border:1px solid #cbd5e0;border-radius:6px;font-size:.875rem;font-family:monospace;background:#f7fafc}.invite-link-input:focus{outline:none;border-color:#667eea}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.add-user-form{background:#f7fafc;border:2px solid #cbd5e0;border-radius:12px;padding:2rem;margin-bottom:2rem}.add-user-form h3{color:#1a202c;font-size:1.5rem;margin-top:0;margin-bottom:.75rem;font-weight:700}.add-user-form textarea{width:100%;padding:1rem;border:2px solid #cbd5e0;border-radius:8px;font-size:1.15rem;font-family:inherit;resize:vertical;transition:all .2s;line-height:1.6;min-height:160px}.add-user-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea26}.form-help{display:block;margin-top:.75rem;color:#4a5568;font-size:1.05rem;font-weight:500}.bulk-results{background:#fff;border:2px solid #cbd5e0;border-radius:10px;padding:1.5rem;margin-top:1.5rem}.bulk-results h4{color:#1a202c;font-size:1.3rem;margin-top:0;margin-bottom:1rem;font-weight:700}.bulk-results ul{list-style:none;padding:0;margin:0}.bulk-results li{padding:.75rem 0;border-bottom:1px solid #e2e8f0;font-size:1.1rem;line-height:1.6}.bulk-results li:last-child{border-bottom:none}.bulk-results li.success{color:#22543d}.bulk-results li.error{color:#9b2c2c}.bulk-results li strong{font-weight:700}.users-table-container{overflow-x:auto;border-radius:12px;border:2px solid #cbd5e0}.users-table{width:100%;border-collapse:collapse;font-size:1.05rem}.users-table thead{background:#edf2f7;border-bottom:3px solid #cbd5e0}.users-table th{padding:1.25rem;text-align:left;font-weight:700;color:#2d3748;text-transform:uppercase;font-size:1rem;letter-spacing:.05em}.users-table td{padding:1.25rem;border-bottom:1px solid #e2e8f0;color:#1a202c;font-size:1.1rem;line-height:1.5}.users-table tbody tr:last-child td{border-bottom:none}.users-table tbody tr:hover{background:#f7fafc}.users-table tbody tr:focus-within{background:#edf2f7;outline:3px solid #667eea;outline-offset:-3px}.email-cell{font-weight:600}.stat-col{text-align:center;font-weight:700;font-size:1.2rem}.stat-col.danger{color:#c53030}.stat-col.warning{color:#b7791f}.stat-col.success{color:#22543d}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-wrap:nowrap}.status-badge.verified{background:#9ae6b4;color:#22543d;border:2px solid #48bb78}.status-badge.unverified{background:#fc8181;color:#742a2a;border:2px solid #f56565}.status-badge.opted_out{background:#f5ad65;color:#742a2a;border:2px solid #f97917}.role-badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;font-size:.95rem;font-weight:700;background:#b2f5ea;color:#234e52;border:2px solid #4fd1c5}.btn-primary{background:#667eea;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.15rem;font-weight:700;cursor:pointer;transition:all .3s ease;min-height:52px;box-shadow:0 2px 4px #0000001a}.btn-primary:hover{background:#5a67d8;transform:translateY(-1px);box-shadow:0 4px 6px #00000026}.btn-primary:focus{outline:4px solid #a3bffa;outline-offset:2px}.btn-primary:disabled{background:#cbd5e0;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:#fff;color:#2d3748;padding:1rem 2rem;border:2px solid #cbd5e0;border-radius:8px;font-size:1.15rem;font-weight:700;cursor:pointer;transition:all .3s ease;min-height:52px}.btn-secondary:hover{background:#f7fafc;border-color:#4a5568}.btn-secondary:focus{outline:4px solid #a3bffa;outline-offset:2px}.btn-link{background:none;color:#5a67d8;padding:.5rem .75rem;border:none;font-size:1.1rem;font-weight:600;cursor:pointer;text-decoration:underline;min-height:40px}.btn-link:hover{color:#4c51bf}.btn-link:focus{outline:3px solid #a3bffa;outline-offset:2px;border-radius:4px}.btn-danger-small{background:#fff5f5;color:#c53030;padding:.75rem 1.25rem;border:2px solid #fc8181;border-radius:6px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s ease;min-height:48px}.btn-danger-small:hover{background:#fed7d7;border-color:#e53e3e;color:#9b2c2c}.btn-danger-small:focus{outline:4px solid #feb2b2;outline-offset:2px}.reports-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.report-preview-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;transition:all .2s}.report-preview-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.report-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.risk-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase}.risk-badge.risk-low{background:#c6f6d5;color:#22543d}.risk-badge.risk-medium{background:#feebc8;color:#7c2d12}.risk-badge.risk-high{background:#fed7d7;color:#742a2a}.risk-badge.risk-critical{background:#fc8181;color:#742a2a}.report-date{font-size:.875rem;color:#718096}.report-subject{font-size:1.125rem;color:#1a202c;margin:0 0 .5rem;font-weight:600}.report-sender{font-size:.875rem;color:#4a5568;margin:0}.empty-state{text-align:center;padding:3rem 2rem;background:#f7fafc;border-radius:8px;border:2px dashed #cbd5e0}.empty-state p{color:#4a5568;font-size:1.1rem;margin:.5rem 0}.empty-state-hint{color:#718096;font-size:.95rem}.empty-state .btn-primary{margin-top:1.5rem}.loading-message{text-align:center;padding:2rem;color:#718096;font-size:1.1rem}.free-plan-card{background:linear-gradient(135deg,#f0fff4,#f7fafc);border:1.5px solid #68d391;border-radius:12px;padding:1.75rem}.free-plan-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}.free-plan-header h3{margin:0 0 .4rem;font-size:1.2rem;font-weight:700;color:#22543d}.free-plan-header p{margin:0;font-size:.95rem;color:#2f855a}.free-plan-badge{background:#68d391;color:#22543d;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;padding:.3rem .85rem;border-radius:9999px;white-space:nowrap;flex-shrink:0}.free-plan-features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.6rem}.free-plan-features li{font-size:.95rem;display:flex;align-items:center;gap:.6rem}.free-plan-features li:before{font-size:1rem;flex-shrink:0}.feature-included{color:#276749}.feature-included:before{content:"✓";color:#38a169;font-weight:700}.feature-locked{color:#a0aec0}.feature-locked:before{content:"—";color:#cbd5e0}.free-plan-upgrade{border-top:1px solid #c6f6d5;padding-top:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.free-plan-upgrade p{margin:0;font-size:.95rem;color:#2d3748}.simulation-settings-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1.5rem}.simulation-settings-header h2{margin:0 0 .25rem}.account-created-meta{font-size:.875rem;color:#718096}.free-plan-inline-badge{background:#bee3f8;color:#2b6cb0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .7rem;border-radius:9999px;width:fit-content}.settings-grid{display:flex;flex-direction:column;gap:2rem}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.setting-info h3{margin:0 0 .5rem;color:#1a202c;font-size:1.125rem;font-weight:600}.setting-info p{margin:0;color:#718096;font-size:.95rem}.toggle-switch{position:relative;display:inline-block;width:60px;height:34px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e0;transition:.4s;border-radius:34px}.toggle-slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#48bb78}.toggle-switch input:focus+.toggle-slider{box-shadow:0 0 1px #48bb78}.toggle-switch input:checked+.toggle-slider:before{transform:translate(26px)}.toggle-switch input:disabled+.toggle-slider{opacity:.5;cursor:not-allowed}.btn-link{background:none;border:none;color:#3182ce;font-weight:600;cursor:pointer;text-decoration:none;transition:color .2s}.btn-link:hover{color:#2c5aa0}@media(max-width:768px){.dashboard-page{padding:1rem}.dashboard-section{padding:1.25rem}.dashboard-header h1{font-size:1.9rem}.info-grid,.form-row{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.section-actions{width:100%}.adjust-frequency{max-width:50%}.setting-info{max-width:60%}.section-actions .btn-primary,.section-actions .btn-secondary{flex:1}.form-actions{flex-direction:column-reverse}.form-actions .btn-primary,.form-actions .btn-secondary{width:100%}.btn-primary,.btn-secondary{width:100%;padding:1rem}.users-table-container{border:none;border-radius:0;overflow:visible}.users-table thead{display:none}.users-table,.users-table tbody,.users-table tr,.users-table td{display:block;width:100%}.users-table tr{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem;box-shadow:0 1px 4px #0000000f}.users-table tr:last-child{margin-bottom:0}.users-table td{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f0f4f8;font-size:1rem;gap:.75rem;text-align:right}.users-table td:last-child{border-bottom:none;padding-bottom:0}.users-table td:first-child{padding-top:0}.users-table td:before{content:attr(data-label);font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#4a5568;white-space:nowrap;flex-shrink:0;text-align:left}.users-table td.email-cell{font-size:.95rem;word-break:break-all}.users-table td.stat-col{text-align:right}.btn-danger-small{width:auto}.invite-link-display{flex-direction:column}.invite-link-input{width:100%}.simulation-settings-header{flex-direction:column;align-items:flex-start}}.warning-banner{background:linear-gradient(135deg,#fff3cd,#fff8e1);border-left:4px solid #ffc107;padding:1.5rem;margin-bottom:1.5rem;border-radius:8px;box-shadow:0 2px 8px #ffc1071a}.warning-banner h3{margin:0 0 .75rem;color:#856404;font-size:1.125rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.warning-banner p{margin:.5rem 0;color:#856404;line-height:1.6}.warning-banner p:last-child{margin-bottom:0}.info-item.full-width{grid-column:1 / -1;display:flex;justify-content:center;margin-top:1rem}.info-item.full-width .btn-primary{min-width:200px}.pending-downgrade-banner{grid-column:1 / -1;background:linear-gradient(135deg,#fff7ed,#fffaf0);border-left:4px solid #ed8936;border-radius:8px;padding:1.25rem 1.5rem;margin-bottom:.5rem;box-shadow:0 2px 8px #ed89361a}.pending-downgrade-banner-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.pending-downgrade-banner h3{margin:0 0 .5rem;color:#c05621;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.pending-downgrade-banner p{margin:0 0 .4rem;color:#7b341e;font-size:.95rem;line-height:1.55}.pending-downgrade-banner p:last-child{margin-bottom:0}.pending-downgrade-note{font-size:.875rem!important;color:#9c4221!important;opacity:.85}@media(max-width:600px){.pending-downgrade-banner-content{flex-direction:column}}.report-email-section{background:linear-gradient(135deg,#ebf8ff,#f0f4ff);border:1.5px solid #90cdf4}.report-email-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.report-email-info h2{margin:0 0 .5rem;color:#1a365d}.report-email-info p{margin:0;color:#2c5282;font-size:1rem;line-height:1.6;max-width:480px}.report-email-address-block{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0}.report-email-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.07em;color:#4a7fa5;font-weight:600}.report-email-address{display:inline-block;background:#10306b;color:#fff;font-size:1.05rem;font-weight:700;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;white-space:nowrap;transition:background .15s ease}.report-email-address:hover{background:#1a4a9e}@media(max-width:700px){.report-email-content{flex-direction:column;align-items:flex-start}.report-email-address-block{align-items:flex-start}}.plan-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.plan-modal{background:#fff;border-radius:12px;width:100%;max-width:480px;box-shadow:0 20px 60px #0003;overflow:hidden}.plan-modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.plan-modal-header h2{margin:0;font-size:1.25rem;font-weight:600}.plan-modal-header.upgrade{background:#eff6ff;border-bottom-color:#bfdbfe;color:#1e40af}.plan-modal-header.downgrade{background:#fff7ed;border-bottom-color:#fed7aa;color:#c2410c}.plan-modal-header.reactivation{background:#f0fdf4;border-bottom-color:#bbf7d0;color:#166534}.plan-modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.plan-change-summary{display:flex;align-items:center;gap:.75rem;justify-content:center}.plan-badge{padding:.4rem .9rem;border-radius:999px;font-weight:600;font-size:.95rem;background:#f3f4f6;color:#374151}.plan-badge.new.upgrade{background:#dbeafe;color:#1e40af}.plan-badge.new.downgrade{background:#ffedd5;color:#c2410c}.plan-change-arrow{font-size:1.25rem;color:#6b7280;font-weight:300}.plan-modal-details{display:flex;flex-direction:column;gap:.5rem;background:#f9fafb;border-radius:8px;padding:.875rem 1rem}.plan-detail-row{display:flex;justify-content:space-between;align-items:center}.plan-detail-label{color:#6b7280;font-size:.9rem}.plan-detail-value{font-weight:600;font-size:.9rem;color:#111827}.plan-modal-warning{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:.875rem 1rem;font-size:.9rem;color:#92400e;display:flex;flex-direction:column;gap:.5rem}.plan-modal-warning p{margin:0}.plan-modal-info{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:.875rem 1rem;font-size:.9rem;color:#1e40af}.plan-modal-info p{margin:0}.plan-modal-acknowledge{display:flex;gap:.625rem;align-items:flex-start;cursor:pointer;font-size:.9rem;color:#374151;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.875rem 1rem}.plan-modal-acknowledge input[type=checkbox]{margin-top:2px;flex-shrink:0;width:16px;height:16px;cursor:pointer;accent-color:#ef4444}.plan-modal-footer{display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.btn-warning{background:#ea580c!important;border-color:#ea580c!important}.btn-warning:hover:not(:disabled){background:#c2410c!important;border-color:#c2410c!important}.btn-warning:disabled{background:#d1d5db!important;border-color:#d1d5db!important;cursor:not-allowed}.pricing-page{max-width:1400px;margin:0 auto;padding:2rem}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-header h1{font-size:3rem;color:#1a202c;margin-bottom:1rem}.pricing-header p{font-size:1.25rem;color:#718096;max-width:700px;margin:0 auto}.pricing-error{background:#fed7d7;border:1px solid #fc8181;color:#742a2a;padding:1rem;border-radius:8px;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}.pricing-error button{background:#742a2a;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.pricing-tiers{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem;max-width:none}.pricing-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:2rem;display:flex;flex-direction:column;position:relative;transition:all .3s}.pricing-card:hover{box-shadow:0 10px 40px #0000001a;transform:translateY(-5px)}.pricing-card.highlighted{border-color:#3182ce;box-shadow:0 10px 40px #3182ce33}.pricing-card.current-plan{border-color:#48bb78;background:#f0fff4}.pricing-card.current-plan:hover{transform:none;box-shadow:0 5px 20px #48bb7833}.pricing-card.pending-downgrade{border-color:#ed8936;background:#fffaf0}.pricing-card.pending-downgrade:hover{transform:none;box-shadow:0 5px 20px #ed893633}.pending-downgrade-badge{position:absolute;top:-12px;left:20px;background:linear-gradient(135deg,#ed8936,#dd6b20);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.subscribe-button.pending{background:#ed8936!important;border-color:#ed8936!important;cursor:default}.popular-badge{position:absolute;top:-12px;right:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.current-plan-badge{position:absolute;top:-12px;left:20px;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.pricing-card-header{text-align:center;margin-bottom:2rem}.pricing-card-header h2{font-size:1.75rem;color:#1a202c;margin-bottom:1rem}.pricing-amount{margin-bottom:1rem}.pricing-amount .price{font-size:3rem;font-weight:700;color:#1a202c}.pricing-amount .period{font-size:1.25rem;color:#718096}.pricing-description{color:#4a5568;font-size:1rem}.pricing-card-body{flex-grow:1;margin-bottom:2rem}.features-list{list-style:none;padding:0;margin:0}.features-list li{display:flex;align-items:center;padding:.75rem 0;color:#4a5568;border-bottom:1px solid #edf2f7}.features-list li:last-child{border-bottom:none}.check-icon{width:20px;height:20px;color:#48bb78;margin-right:.75rem;flex-shrink:0}.pricing-card-footer{margin-top:auto}.subscribe-button{width:100%;padding:1rem;font-size:1.125rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.subscribe-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.subscribe-button.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.subscribe-button.secondary{background:#3182ce;color:#fff}.subscribe-button.secondary:hover:not(:disabled){background:#2c5aa0}.subscribe-button:disabled{opacity:.6;cursor:not-allowed}.subscribe-button.disabled{background:#a0aec0;cursor:not-allowed;opacity:.7}.subscribe-button.disabled:hover{transform:none;box-shadow:none}.pricing-features-comparison-description{color:#4a5568;font-size:1rem;text-align:center;margin-bottom:2rem}.pricing-features-comparison{margin:4rem 0;padding:2rem;background:#f7fafc;border-radius:12px}.pricing-features-comparison h2{text-align:center;font-size:2rem;color:#1a202c;margin-bottom:2rem}.comparison-table{overflow-x:auto}.comparison-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.comparison-table thead{background:#2d3748;color:#fff}.comparison-table th,.comparison-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.comparison-table th{font-weight:600;text-transform:uppercase;font-size:.875rem;letter-spacing:.5px}.comparison-table tbody tr:hover{background:#f7fafc}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table td:first-child{font-weight:600;color:#2d3748}.pricing-faq{margin:4rem 0}.pricing-faq h2{text-align:center;font-size:2rem;color:#1a202c;margin-bottom:2rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.faq-item{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}.faq-item h3{color:#2d3748;font-size:1.125rem;margin-bottom:.75rem}.faq-item p{color:#4a5568;line-height:1.6;margin:0}@media(max-width:1024px){.pricing-tiers{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:768px){.pricing-page{padding:1rem}.pricing-header h1{font-size:2rem}.pricing-header p{font-size:1rem}.pricing-tiers{grid-template-columns:1fr}.comparison-table{font-size:.875rem}.comparison-table th,.comparison-table td{padding:.75rem .5rem}.faq-grid{grid-template-columns:1fr}}.signup-page{max-width:450px;margin:0 auto;padding:4rem 2rem}.signup-page h1{font-size:2.5rem;margin-bottom:1rem;color:#10306b;text-align:center}.signup-page h2{font-size:1.75rem;margin-bottom:1rem;color:#10306b;text-align:center}.signup-page p{font-size:1.125rem;color:#6c757d;margin-bottom:2rem;text-align:center}.success-message{text-align:center;padding:2rem;background-color:#d4edda;border:1px solid #c3e6cb;border-radius:8px;margin-top:2rem}.success-message h1{color:#155724;font-size:2rem;margin-bottom:.5rem}.success-message h2{color:#155724;font-size:1.5rem;margin-bottom:1rem}.success-message p{color:#155724;margin-bottom:1rem}.success-message .instructions{background-color:#fff;border:1px solid #c3e6cb;border-radius:4px;padding:1.5rem;margin:1.5rem 0;text-align:left}.success-message .instructions p{font-weight:600;margin-bottom:.75rem;text-align:center}.success-message .instructions ol{margin:0;padding-left:1.5rem;color:#155724}.success-message .instructions li{margin-bottom:.5rem}.success-message .email-note{font-size:.9rem;color:#155724;background-color:#ffffff80;padding:1rem;border-radius:4px;margin-top:1.5rem}.success-message .signin-note{margin-top:1.5rem;font-size:1rem}.success-message a{color:#10306b;font-weight:600;text-decoration:none}.success-message a:hover{text-decoration:underline}.signup-form{display:flex;flex-direction:column;gap:1.5rem}.signup-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:640px){.signup-form .form-row{grid-template-columns:1fr}}.password-requirements{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.requirement{display:flex;align-items:center;gap:.75rem;font-size:.95rem;font-weight:500;transition:color .2s}.requirement .icon{font-weight:700;font-size:1rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.requirement.unmet{color:#c53030}.requirement.unmet .icon{background:#fed7d7;color:#c53030}.requirement.met{color:#22543d}.requirement.met .icon{background:#c6f6d5;color:#22543d}.terms-acceptance{margin-top:1rem;margin-bottom:1rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.95rem;color:#4a5568;line-height:1.5}.checkbox-label input[type=checkbox]{margin-top:.25rem;width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:#10306b}.checkbox-label a{color:#10306b;text-decoration:underline;font-weight:500}.checkbox-label a:hover{color:#faae44}.signin-link{text-align:center;margin-top:2rem;color:#6c757d;font-size:1rem}.signin-link a{color:#10306b;text-decoration:none;font-weight:600}.signin-link a:hover{text-decoration:underline;color:#10306b}.signin-page{max-width:450px;margin:0 auto;padding:4rem 2rem}.signin-page h1{font-size:2.5rem;margin-bottom:1rem;color:#10306b;text-align:center}.signin-page p{font-size:1.125rem;color:#6c757d;margin-bottom:2rem;text-align:center}.verification-banner{padding:1rem 1.25rem;background-color:#ebf8ff;color:#1a365d;border:1.5px solid #90cdf4;border-left:4px solid #3182ce;border-radius:6px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;font-weight:500}.success-banner{padding:1rem;background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:4px;margin-bottom:2rem;text-align:center;font-weight:500}.social-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.social-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1.5rem;border:1px solid #ddd;border-radius:4px;background-color:#fff;color:#333;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.social-button:hover{background-color:#f8f9fa;border-color:#10306b}.social-icon{width:20px;height:20px;flex-shrink:0}.social-button.google:hover{background-color:#f8f9fa}.social-button.facebook:hover{background-color:#e7f3ff}.social-button.apple:hover{background-color:#f5f5f5}.divider{position:relative;text-align:center;margin:2rem 0}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#ddd}.divider span{position:relative;display:inline-block;padding:0 1rem;background-color:#fff;color:#6c757d;font-size:.875rem}.signin-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.label{font-weight:600;color:#10306b;font-size:1rem}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper .input{padding-right:3rem;flex:1}.password-toggle{position:absolute;right:.75rem;background:none;border:none;color:#6c757d;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.password-toggle:hover{color:#10306b}.password-toggle:focus{outline:2px solid #10306b;outline-offset:2px;border-radius:4px}.input{padding:.75rem;font-size:1rem;border:1px solid #ddd;border-radius:4px;width:100%}.error-message{padding:.75rem;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;font-size:.9rem}.forgot-password-link{text-align:right;margin-top:-.75rem}.forgot-password-link a{color:#6c757d;font-size:.9rem;text-decoration:none}.forgot-password-link a:hover{color:#10306b;text-decoration:underline}.signup-link{text-align:center;margin-top:2rem;color:#6c757d;font-size:1rem}.signup-link a{color:#10306b;text-decoration:none;font-weight:600}.signup-link a:hover{text-decoration:underline;color:#faae44}.auth-callback-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem}.loading-state,.error-state{text-align:center;max-width:500px}.loading-state h1,.error-state h1{font-size:2rem;color:#10306b;margin-bottom:1rem}.loading-state p,.error-state p{font-size:1.125rem;color:#6c757d;margin-bottom:.5rem}.redirect-message{font-style:italic;margin-top:1rem}.account-setup-page{max-width:600px;margin:0 auto;padding:4rem 2rem}.account-setup-page h1{font-size:2.5rem;margin-bottom:1rem;color:#10306b;text-align:center}.account-setup-page p{font-size:1.125rem;color:#6c757d;margin-bottom:3rem;text-align:center}.loading-state{text-align:center;padding:4rem 2rem}.spinner{width:50px;height:50px;margin:0 auto 2rem;border:4px solid #f3f3f3;border-top:4px solid #10306b;border-radius:50%;animation:spin 1s linear infinite}.setup-form{display:flex;flex-direction:column;gap:2rem}.form-group{display:flex;flex-direction:column;gap:1rem}.label{font-weight:600;color:#10306b;font-size:1.125rem;text-align:center}.account-type-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.account-card{position:relative;padding:1.5rem;border:2px solid #ddd;border-radius:8px;background-color:#fff;cursor:pointer;transition:all .2s}.account-card:hover{border-color:#10306b;box-shadow:0 2px 8px #10306b1a}.account-card.selected{border-color:#10306b;background-color:#f0f4ff;box-shadow:0 2px 8px #10306b33}.account-card input[type=radio]{position:absolute;opacity:0;width:0;height:0}.card-content{text-align:center}.card-icon{font-size:3rem;margin-bottom:.5rem}.card-title{font-size:1.125rem;font-weight:600;color:#10306b;margin-bottom:.25rem}.card-description{font-size:.875rem;color:#6c757d}.input{padding:.75rem;font-size:1rem;border:1px solid #ddd;border-radius:4px;background-color:#f8f9fa}.input:disabled{cursor:not-allowed;opacity:.7}.email-note{font-size:.875rem;color:#6c757d;margin:0;text-align:center}.error-message{padding:.75rem;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;font-size:.9rem;text-align:center}.submit-button{padding:.75rem 2rem;background-color:#10306b;color:#fff;border:none;border-radius:4px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s}.submit-button:hover:not(:disabled){background-color:#faae44;color:#10306b}.submit-button:disabled{opacity:.6;cursor:not-allowed}.verify-email-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem}.verify-card{max-width:500px;width:100%;text-align:center;padding:3rem 2rem;background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 8px #0000001a}.verify-card h1{font-size:2rem;color:#10306b;margin-bottom:1rem}.verify-card p{font-size:1.125rem;color:#6c757d;margin-bottom:1rem}.spinner{width:60px;height:60px;margin:0 auto 2rem;border:5px solid #f3f3f3;border-top:5px solid #10306b;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.verify-card.success{background-color:#d4edda;border-color:#c3e6cb}.success-icon{width:80px;height:80px;margin:0 auto 1.5rem;background-color:#28a745;color:#fff;font-size:3rem;line-height:80px;border-radius:50%;font-weight:700}.verify-card.success h1,.verify-card.success p{color:#155724}.redirect-message{font-style:italic;font-size:1rem;margin-top:1.5rem}.signin-link-verify{display:inline-block;margin-top:1.5rem;padding:.75rem 2rem;background-color:#10306b;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:background-color .2s}.signin-link-verify:hover{background-color:#faae44;color:#10306b}.verify-card.error{background-color:#f8d7da;border-color:#f5c6cb}.error-icon{width:80px;height:80px;margin:0 auto 1.5rem;background-color:#dc3545;color:#fff;font-size:3rem;line-height:80px;border-radius:50%;font-weight:700}.verify-card.error h1,.verify-card.error p{color:#721c24}.error-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.action-link{padding:.75rem 1.5rem;background-color:#10306b;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:background-color .2s}.action-link:hover{background-color:#faae44;color:#10306b}.info-page{max-width:900px;margin:0 auto;padding:3rem 2rem}.info-page h1{color:#10306b;font-size:2.5rem;margin-bottom:2rem;font-weight:700;border-bottom:3px solid #faae44;padding-bottom:1rem}.info-section{margin-bottom:2.5rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;border:1px solid #e2e8f0}.info-section h2{color:#10306b;font-size:1.75rem;margin-bottom:1rem;font-weight:700}.info-section h3{color:#2d3748;font-size:1.3rem;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600}.info-section p{color:#4a5568;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.info-section ul{color:#4a5568;font-size:1.1rem;line-height:1.8;margin-left:1.5rem;margin-bottom:1rem}.info-section li{margin-bottom:.5rem}.info-section a{color:#10306b;text-decoration:none;font-weight:600;border-bottom:2px solid #faae44;transition:color .2s}.info-section a:hover{color:#faae44}.info-section a:focus{outline:3px solid #667eea;outline-offset:2px;border-radius:2px}.last-updated{font-style:italic;color:#718096;font-size:1rem}.contact-info{padding:.75rem;background:#f7fafc;border-left:4px solid #10306b;border-radius:4px}.contact-info strong{color:#10306b}.faq-item{border-left:4px solid #faae44}@media(max-width:768px){.info-page{padding:2rem 1rem}.info-page h1{font-size:2rem}.info-section h2{font-size:1.5rem}.info-section h3{font-size:1.2rem}.info-section p,.info-section ul{font-size:1rem}}.not-found-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem}.not-found-container{max-width:600px;text-align:center}.not-found-icon{font-size:8rem;font-weight:700;color:#10306b;margin-bottom:1rem;line-height:1}.not-found-page h1{font-size:2rem;color:#1a202c;margin-bottom:1rem}.not-found-message{font-size:1.125rem;color:#4a5568;margin-bottom:2rem;line-height:1.6}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.not-found-actions .btn-primary,.not-found-actions .btn-secondary{min-width:160px}@media(max-width:640px){.not-found-icon{font-size:6rem}.not-found-page h1{font-size:1.5rem}.not-found-message{font-size:1rem}.not-found-actions{flex-direction:column;width:100%}.not-found-actions .btn-primary,.not-found-actions .btn-secondary{width:100%}}.accept-invite-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:2rem}.invite-container{max-width:600px;width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:3rem;box-shadow:0 2px 4px #0000001a}.invite-container h1{font-size:2rem;color:#10306b;margin-bottom:1rem;text-align:center}.invite-message{font-size:1.125rem;color:#4a5568;margin-bottom:2rem;text-align:center;line-height:1.6}.invite-info{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1.5rem;margin-bottom:2rem}.invite-info .info-item{display:flex;justify-content:space-between;padding:.5rem 0}.invite-info .info-item:not(:last-child){border-bottom:1px solid #e2e8f0}.invite-info .label{font-weight:600;color:#4a5568}.invite-info .value{color:#2d3748}.accept-form,.accept-form .form-group{margin-bottom:1.5rem}.accept-form label{display:flex;font-weight:600;color:#10306b;margin-bottom:.5rem}.accept-form .input{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e0;border-radius:6px;font-size:1rem}.accept-form .input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.accept-form .form-help{font-size:.875rem;color:#718096;margin-top:.5rem}.accept-form .btn-primary{width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600}.privacy-note{font-size:.875rem;color:#718096;text-align:center;line-height:1.5}.success-state{text-align:center}.success-icon{width:80px;height:80px;border-radius:50%;background:#48bb78;color:#fff;font-size:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.success-message{font-size:1.125rem;color:#2d3748;margin-bottom:2rem}.instructions{background:#f0fff4;border:1px solid #c6f6d5;border-radius:6px;padding:1.5rem;margin-bottom:1.5rem;text-align:left}.instructions p{margin:0 0 .75rem;font-weight:600;color:#22543d}.instructions ol{margin:0;padding-left:1.5rem;color:#276749}.instructions li{margin-bottom:.5rem}.email-note{font-size:.875rem;color:#718096}.error-state{text-align:center}.error-icon{width:80px;height:80px;border-radius:50%;background:#f56565;color:#fff;font-size:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.error-message{font-size:1.125rem;color:#742a2a;margin-bottom:2rem}.error-actions{display:flex;gap:1rem;justify-content:center}.error-actions .btn-primary,.error-actions .btn-secondary{min-width:140px}.loading{text-align:center;font-size:1.125rem;color:#718096}.error-message{background:#fed7d7;border:1px solid #fc8181;color:#742a2a;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}@media(max-width:640px){.invite-container{padding:2rem 1.5rem}.invite-container h1{font-size:1.5rem}.invite-message{font-size:1rem}.error-actions{flex-direction:column}.error-actions .btn-primary,.error-actions .btn-secondary{width:100%}}.optout-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.optout-container{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:600px;width:100%;padding:3rem}.optout-container h1{color:#10306b;font-size:2rem;margin:0 0 1rem;text-align:center}.subtitle{color:#4a5568;font-size:1.1rem;line-height:1.6;text-align:center;margin-bottom:2rem}.warning-box{background-color:#fff3e0;border-left:4px solid #ff9800;padding:1.5rem;margin:2rem 0;border-radius:8px}.warning-box h3{color:#e65100;margin:0 0 .75rem;font-size:1.1rem}.warning-box p{color:#663c00;margin:0;line-height:1.6}.info-box{background-color:#e3f2fd;border-left:4px solid #2196f3;padding:1.5rem;margin:2rem 0;border-radius:8px}.info-box h3{color:#1565c0;margin:0 0 1rem;font-size:1.1rem}.info-box ul{margin:0;padding-left:1.5rem;color:#01579b}.info-box li{margin:.5rem 0;line-height:1.5}.optout-form{margin:2rem 0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#2d3748;margin-bottom:.5rem;font-size:1rem}.input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s;box-sizing:border-box}.input:focus{outline:none;border-color:#10306b}.form-help{margin-top:.5rem;font-size:.9rem;color:#718096}.error-message{padding:.75rem;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:8px;font-size:.95rem;margin-bottom:1rem}.success-message{color:#22543d;font-size:1.1rem;text-align:center;margin-bottom:2rem}.btn-primary,.btn-secondary,.btn-danger{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background-color:#10306b;color:#fff}.btn-primary:hover{background-color:#faae44;color:#10306b}.btn-secondary{background-color:#fff;color:#10306b;border:2px solid #10306b}.btn-secondary:hover{background-color:#f5f5f5}.btn-danger{background-color:#dc3545;color:#fff;width:100%}.btn-danger:hover:not(:disabled){background-color:#c82333}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.footer-note{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0;font-size:.95rem;color:#4a5568;line-height:1.6;text-align:center}.footer-note p{margin:1rem 0}.footer-note a{color:#10306b;text-decoration:underline;font-weight:500}.footer-note a:hover{color:#faae44}.success-container{text-align:center}.success-container h1{color:#22543d}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.optin-section{margin:1.5rem 0;padding:1.5rem;background-color:#faf5ff;border:1px solid #d6bcfa;border-radius:8px}.optin-section p{margin:0 0 1rem;color:#553c9a;font-size:.95rem}.actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}@media(max-width:768px){.optout-container{padding:2rem 1.5rem}.optout-container h1{font-size:1.5rem}.actions{flex-direction:column}.actions a{width:100%}}.forgot-page{max-width:450px;margin:0 auto;padding:4rem 2rem}.forgot-page h1{font-size:2.5rem;margin-bottom:1rem;color:#10306b;text-align:center}.forgot-page>p{font-size:1.125rem;color:#6c757d;margin-bottom:2rem;text-align:center}.forgot-form{display:flex;flex-direction:column;gap:1.5rem}.code-input{letter-spacing:.3em;font-size:1.25rem;text-align:center}.req-list{list-style:none;margin:-.75rem 0 0;padding:.75rem 1rem;background:#f8f9fa;border-radius:4px;border:1px solid #e9ecef;display:flex;flex-direction:column;gap:.35rem}.req-item{font-size:.85rem;color:#6c757d;display:flex;align-items:center;gap:.4rem}.req-item.met{color:#198754}.req-icon{font-size:.8rem;width:1rem;text-align:center;flex-shrink:0}.field-error{font-size:.85rem;color:#dc3545;margin:.25rem 0 0}.forgot-footer{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:2rem;font-size:.95rem}.forgot-footer a,.link-button{color:#10306b;text-decoration:none;font-weight:600;background:none;border:none;cursor:pointer;padding:0;font-size:inherit;font-family:inherit}.forgot-footer a:hover,.link-button:hover{text-decoration:underline;color:#faae44}.footer-sep{color:#dee2e6}.forgot-success{text-align:center;padding:2rem 0}.success-icon-circle{width:4rem;height:4rem;border-radius:50%;background:#d1fae5;color:#065f46;font-size:1.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.forgot-success h1{font-size:2rem;color:#10306b;margin-bottom:.75rem}.forgot-success p{font-size:1.125rem;color:#6c757d;margin-bottom:2rem}.back-to-signin{display:inline-block;padding:.75rem 2rem;background-color:#10306b;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;font-size:1rem;transition:background-color .2s}.back-to-signin:hover{background-color:#faae44;color:#10306b}.what-is-phishing-page .page-intro{font-size:1.2rem;color:#4a5568;line-height:1.8;margin-bottom:2rem;padding:1rem 0}.what-is-phishing-page .stats-section .stats-list{list-style:none;margin-left:0;padding-left:0}.what-is-phishing-page .stats-section .stats-list li{padding:.75rem 0 .75rem 1.5rem;position:relative}.what-is-phishing-page .stats-section .stats-list li:before{content:"✓";position:absolute;left:0;color:#48bb78;font-weight:700}.what-is-phishing-page .sources-section .sources-list{list-style:none;margin-left:0;padding-left:0}.what-is-phishing-page .sources-section .sources-list li{margin-bottom:1rem;padding-left:1rem;border-left:3px solid #e2e8f0}.what-is-phishing-page .sources-section .sources-list a{word-break:break-all}.what-is-phishing-page .cta-block{text-align:center;margin-top:2.5rem;padding:2rem}.what-is-phishing-page .cta-block .button{display:inline-block;padding:1rem 2rem;background-color:#10306b;color:#fff;text-decoration:none;border-radius:8px;font-size:1.125rem;font-weight:700;transition:all .3s ease;border:none;cursor:pointer}.what-is-phishing-page .cta-block .button:hover{background-color:#faae44;color:#10306b;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.what-is-phishing-page .cta-block .button:focus{outline:3px solid #faae44;outline-offset:3px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:1.6;color:#2d3748}*:focus{outline:3px solid #667eea;outline-offset:2px}button:focus,a:focus{outline:3px solid #667eea;outline-offset:2px}
