*{box-sizing:border-box}body{color:var(--ink);background:var(--cream);font-family:var(--font-body);margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit}.skip-link{z-index:200;background:var(--navy-900);color:var(--cream);border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:top .15s;position:absolute;top:-3rem;left:.75rem}.skip-link:focus{outline:2px solid var(--gold);outline-offset:2px;top:.75rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{max-width:var(--max-width);padding:0 var(--edge);margin:0 auto}.nav-wrapper{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(180%);background:#faf7f0d9;border-bottom:1px solid #0a15300f;position:fixed;top:0;left:0;right:0}.nav{padding:1.25rem var(--edge);max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.nav-logo{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.01em;align-items:baseline;gap:0;font-size:1.5rem;font-weight:600;display:flex}.nav-logo-ai{color:var(--gold);border:1.5px solid var(--gold);letter-spacing:0;margin-left:.35rem;padding:.1rem .5rem;font-size:.95rem;font-weight:500;display:inline-block;position:relative;top:-3px}.nav-menu{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-menu a{color:var(--ink-soft);font-size:.875rem;font-weight:500;transition:color .2s;position:relative}.nav-menu a:hover,.nav-menu a[aria-current=page],.nav-menu .dropdown[data-active=true]>button{color:var(--gold)}.nav-menu .dropdown>button:focus-visible,.nav-cta .btn:focus-visible,.nav-menu a:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.nav-menu .dropdown{cursor:pointer;position:relative}.nav-menu .dropdown>span,.nav-menu .dropdown>button{color:var(--ink-soft);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-size:.875rem;font-weight:500;display:flex}.nav-menu .dropdown>span:after,.nav-menu .dropdown>button:after{content:"";border-top:4px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;margin-left:.25rem;transition:transform .2s}.nav-menu .dropdown:hover>span:after,.nav-menu .dropdown:hover>button:after,.nav-menu .dropdown[data-open=true]>button:after{transform:rotate(180deg)}.dropdown-menu{background:var(--white);border:1px solid var(--grey-200);min-width:280px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;margin:0;padding:.75rem;list-style:none;transition:all .2s;position:absolute;top:calc(100% + .75rem);left:-1rem;transform:translateY(-8px)}.dropdown:hover .dropdown-menu,.dropdown[data-open=true] .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{border-radius:2px;padding:.75rem 1rem;transition:background .15s;display:block}.dropdown-menu a:hover{background:var(--grey-100);color:var(--gold)}.dropdown-menu .item-title{margin-bottom:.15rem;font-size:.875rem;font-weight:600;display:block}.dropdown-menu .item-desc{color:var(--grey-600);font-size:.75rem}.nav-cta{align-items:center;gap:.75rem;display:flex}.btn{white-space:nowrap;border:1.5px solid #0000;border-radius:0;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background:var(--navy-900);color:var(--cream)}.btn-primary:hover{background:var(--ink)}.btn-ghost{color:var(--navy-900);border-color:var(--navy-900);background:0 0}.btn-ghost:hover{background:var(--navy-900);color:var(--cream)}.btn-gold{background:var(--gold);color:var(--navy-900);font-weight:600}.btn-gold:hover{background:var(--gold-light)}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-arrow:after{content:"→";transition:transform .2s}.btn:hover .btn-arrow:after,.btn-arrow:hover:after{transform:translate(3px)}@media (max-width:1024px){.nav-menu{display:none}}.footer{background:var(--navy-900);color:var(--cream);border-top:1px solid #faf7f01a;padding:5rem 0 2rem}.footer-inner{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (max-width:900px){.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:600px){.footer-inner{grid-template-columns:1fr}}.footer-brand p{color:#faf7f099;max-width:30ch;margin-top:1rem;font-size:.9375rem;line-height:1.5}.footer h4{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-size:.75rem;font-weight:500}.footer ul{margin:0;padding:0;list-style:none}.footer ul li{margin-bottom:.75rem}.footer ul li a{color:#faf7f0bf;font-size:.9375rem;transition:color .2s}.footer ul li a:hover{color:var(--gold)}.footer-bottom{color:#faf7f080;border-top:1px solid #faf7f01a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.8125rem;display:flex}.marketing{flex-direction:column;min-height:100vh;display:flex}.marketing-body{flex-direction:column;flex:1;display:flex}.marketing-hero{max-width:var(--max-width);width:100%;padding:clamp(7rem, 10vw, 9rem) var(--edge) 1rem;flex-direction:column;align-items:flex-start;gap:1rem;margin:0 auto;display:flex}.marketing-section{max-width:var(--max-width);width:100%;padding:2rem var(--edge);margin:0 auto}.marketing-hero-title{font-family:var(--board-font-display,serif);color:var(--board-color-navy,#071a33);max-width:18ch;margin:0;font-size:clamp(2rem,5vw,3.25rem);line-height:1.1}.marketing-hero-lede{color:var(--board-color-ink-muted,#566173);max-width:60ch;margin:0;font-size:1.15rem}.marketing-hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.marketing-stats{flex-wrap:wrap;gap:2.5rem;margin-top:1rem;display:flex}.marketing-stat-value{font-family:var(--board-font-display,serif);color:var(--board-color-purple,#6d5dfb);font-size:1.75rem}.marketing-section-title{font-family:var(--board-font-display,serif);color:var(--board-color-navy,#071a33);margin:0 0 1.25rem;font-size:1.75rem}.marketing-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;display:grid}.marketing-plan-highlight{border-color:var(--board-color-purple,#6d5dfb);box-shadow:0 18px 60px #6d5dfb2e}.marketing-price{font-family:var(--board-font-display,serif);color:var(--board-color-navy,#071a33);margin:.5rem 0;font-size:2rem}.marketing-plan-features{color:var(--board-color-ink-muted,#566173);flex-direction:column;gap:.5rem;margin:0 0 1.25rem;padding:0;font-size:.92rem;list-style:none;display:flex}.marketing-cta{background:var(--board-color-navy,#071a33);color:var(--board-color-white,#fff);text-align:center;max-width:var(--max-width);width:calc(100% - 2 * var(--edge));border-radius:1.5rem;flex-direction:column;align-items:center;gap:1rem;margin:2rem auto 4rem;padding:3rem;display:flex}.marketing-cta .marketing-section-title,.marketing-cta .marketing-hero-lede{color:var(--board-color-white,#fff)}.auth-shell{background:linear-gradient(160deg,#071a33 0%,#102846 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-card{flex-direction:column;gap:1.25rem;width:min(28rem,100%);display:flex}.auth-card form{flex-direction:column;gap:1rem;display:flex}.auth-brand{text-align:center;font-family:var(--board-font-display,serif);color:var(--board-color-white,#fff);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.auth-title{font-family:var(--board-font-display,serif);color:var(--board-color-navy,#071a33);margin:0;font-size:1.5rem}.auth-subtitle{color:var(--board-color-ink-muted,#566173);margin:0}.auth-meta{justify-content:space-between;font-size:.9rem;display:flex}.auth-meta a{color:var(--board-color-purple,#6d5dfb);text-decoration:none}.auth-divider{color:var(--board-color-ink-muted,#566173);align-items:center;gap:.75rem;font-size:.8rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--board-color-border,#e2dbcf);flex:1;height:1px}.hero{background:var(--cream);padding-top:clamp(6rem,12vw,9rem);padding-bottom:clamp(4rem,8vw,6rem);position:relative;overflow:hidden}.hero-grain{opacity:.35;mix-blend-mode:multiply;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0.04 0 0 0 0 0.08 0 0 0 0 0.19 0 0 0 0.08 0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-inner{grid-template-columns:1.3fr 1fr;align-items:end;gap:4rem;display:grid;position:relative}@media (max-width:900px){.hero-inner{grid-template-columns:1fr;gap:3rem}}.hero-headline{font-family:var(--font-display);letter-spacing:-.03em;color:var(--navy-900);font-variation-settings:"opsz" 144;font-size:clamp(3rem,7vw,6rem);font-weight:400;line-height:.95}.hero-headline em{color:var(--purple-800);font-variation-settings:"opsz" 144;font-style:italic}.hero-sub{color:var(--ink-soft);max-width:50ch;margin-top:2rem;font-size:1.25rem;line-height:1.5}.hero-cta-row{flex-wrap:wrap;gap:1rem;margin-top:2.5rem;display:flex}.hero-meta{border-top:1px solid #0a153026;padding-top:2rem}.hero-meta-item{margin-bottom:1.5rem}.hero-meta-item:last-child{margin-bottom:0}.hero-meta-value{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.02em;font-size:2.5rem;font-weight:500;line-height:1}.hero-meta-label{font-size:.75rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-600);margin-top:.5rem}.marquee-wrap{background:var(--cream);border-top:1px solid #0a153014;border-bottom:1px solid #0a153014;padding:2.5rem 0;overflow:hidden}.marquee-label{text-align:center;font-size:.75rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--grey-600);margin-bottom:1.5rem}.marquee-track{gap:4rem;width:max-content;animation:40s linear infinite scroll;display:flex}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-item{font-family:var(--font-display);color:var(--navy-700);opacity:.7;white-space:nowrap;letter-spacing:-.01em;font-size:1.5rem;font-weight:500}.portrait{background:linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 100%);width:48px;height:48px;color:var(--gold);font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.portrait img{object-fit:cover;width:100%;height:100%;display:block}.hero-portraits{align-items:center;margin-top:1.25rem;margin-bottom:.5rem;display:flex}.hero-portraits .portrait{border:3px solid var(--cream);width:44px;height:44px;margin-left:-10px;font-size:.85rem}.hero-portraits .portrait:first-child{margin-left:0}.hero-portraits-text{font-family:var(--font-mono);color:var(--ink-soft);text-transform:uppercase;letter-spacing:.08em;margin-left:.875rem;font-size:.7rem;line-height:1.4}.hero-portraits-text strong{color:var(--ink);font-weight:600}.audience{background:var(--navy-900);color:var(--cream);padding:clamp(5rem,10vw,8rem) 0;position:relative;overflow:hidden}.audience:before{content:"";pointer-events:none;background:radial-gradient(circle at 15% 30%,#c9a75214 0%,#0000 45%),radial-gradient(circle at 85% 70%,#8b5cf61a 0%,#0000 50%);position:absolute;inset:0}.audience-intro{grid-template-columns:1fr 2fr;align-items:end;gap:4rem;margin-bottom:4rem;display:grid;position:relative}@media (max-width:900px){.audience-intro{grid-template-columns:1fr;gap:1.5rem}}.audience-intro h2{color:var(--cream)}.audience-intro h2 em{color:var(--gold);font-style:italic}.audience-intro p{color:#faf7f0bf;font-size:1.125rem;line-height:1.55}.audience-grid{background:#faf7f01f;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;position:relative}@media (max-width:900px){.audience-grid{grid-template-columns:1fr}}.audience-card{background:var(--navy-900);flex-direction:column;gap:1rem;min-height:320px;padding:2.5rem;transition:background .3s;display:flex;position:relative}.audience-card:hover{background:var(--navy-800)}.audience-card-num{font-family:var(--font-mono);color:var(--gold);letter-spacing:.1em;font-size:.75rem}.audience-card h3{font-family:var(--font-display);color:var(--cream);font-variation-settings:"opsz" 72;margin-top:1rem;font-size:1.75rem;font-weight:400;line-height:1.1}.audience-card p{color:#faf7f0b3;flex-grow:1;margin-top:.5rem;font-size:.9375rem;line-height:1.55}.audience-card a{color:var(--gold);align-self:flex-start;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.875rem;transition:gap .2s;display:inline-flex}.audience-card:hover a{gap:.75rem}.products-section{background:var(--cream);padding:clamp(5rem,10vw,8rem) 0}.section-head{grid-template-columns:1fr 1.5fr;align-items:end;gap:4rem;margin-bottom:4rem;display:grid}@media (max-width:900px){.section-head{grid-template-columns:1fr;gap:1.5rem}}.product-cards{grid-template-columns:repeat(12,1fr);gap:1.5rem;display:grid}.product-card{background:var(--white);border:1px solid var(--grey-200);flex-direction:column;min-height:340px;padding:2rem;transition:all .3s;display:flex;position:relative}.product-card:hover{border-color:var(--navy-900);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card.feature{background:var(--navy-900);color:var(--cream);border-color:var(--navy-900);grid-column:span 6;min-height:440px}.product-card.feature:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.product-card.feature h3{color:var(--cream)}.product-card.feature .product-num{color:var(--gold)}.product-card.feature .product-desc{color:#faf7f0b3}.product-card.feature .product-link{color:var(--gold)}.product-card.half{grid-column:span 6}.product-card.third{grid-column:span 4}@media (max-width:900px){.product-card.feature,.product-card.half,.product-card.third{grid-column:span 12}}.product-num{font-family:var(--font-mono);letter-spacing:.1em;color:var(--grey-600);text-transform:uppercase;margin-bottom:1.5rem;font-size:.75rem}.product-card h3{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.015em;font-variation-settings:"opsz" 72;margin-bottom:.75rem;font-size:2rem;font-weight:400;line-height:1.05}.product-card.feature h3{font-size:2.5rem}.product-tag{font-family:var(--font-mono);background:var(--gold-soft);color:var(--navy-900);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;padding:.25rem .5rem;font-size:.6875rem;display:inline-block}.product-card.feature .product-tag{color:var(--gold);background:#c9a75233}.product-desc{color:var(--ink-soft);flex-grow:1;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.55}.product-card ul{margin-bottom:1.5rem;padding:0;list-style:none}.product-card ul li{color:var(--ink-soft);align-items:flex-start;gap:.75rem;padding:.375rem 0;font-size:.875rem;display:flex}.product-card.feature ul li{color:#faf7f0cc}.product-card ul li:before{content:"—";color:var(--gold);flex-shrink:0}.product-link{color:var(--navy-900);border-bottom:1px solid;align-self:flex-start;align-items:center;gap:.5rem;margin-top:auto;padding-bottom:2px;font-size:.875rem;font-weight:500;transition:gap .2s;display:inline-flex}.product-card:hover .product-link{gap:.75rem}.feature-banner{background:var(--paper);border-top:1px solid #0a153014;border-bottom:1px solid #0a153014;padding:clamp(5rem,10vw,8rem) 0;position:relative;overflow:hidden}.feature-banner-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}@media (max-width:900px){.feature-banner-inner{grid-template-columns:1fr;gap:3rem}}.feature-banner h2 em{color:var(--purple-800);font-style:italic}.feature-banner p{color:var(--ink-soft);margin-top:1.5rem;font-size:1.0625rem;line-height:1.6}.ai-visual{aspect-ratio:5/6;background:linear-gradient(#0a1530 0%,#0f1e3d 100%);border:1px solid #c9a7521f;position:relative;overflow:hidden}.ai-visual-grid{pointer-events:none;background-image:linear-gradient(#c9a7520a 1px,#0000 1px),linear-gradient(90deg,#c9a7520a 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.ai-visual-glow{pointer-events:none;background:radial-gradient(circle at 50% 48%,#c9a75226 0%,#0000 35%),radial-gradient(circle at 70% 20%,#8b5cf614 0%,#0000 40%);position:absolute;inset:0}.ai-map{width:100%;height:100%;position:absolute;inset:0}.ai-map-line{stroke:#c9a75259;stroke-width:1px;fill:none;stroke-dasharray:180;stroke-dashoffset:180px;animation:3s ease-out forwards draw-line}@keyframes draw-line{to{stroke-dashoffset:0}}.ai-map-line.line-1{animation-delay:.2s}.ai-map-line.line-2{animation-delay:.5s}.ai-map-line.line-3{animation-delay:.8s}.ai-map-line.line-4{animation-delay:1.1s}.ai-map-line.line-5{animation-delay:1.4s}.ai-map-line.line-6{animation-delay:1.7s}.ai-node{background:var(--gold);opacity:0;border-radius:50%;width:10px;height:10px;animation:.6s ease-out forwards node-appear;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 12px #c9a75299}.ai-node:before{content:"";border:1px solid #c9a75280;border-radius:50%;animation:2.5s ease-out infinite node-pulse;position:absolute;inset:-4px}.ai-node:after{content:"";border:1px solid #c9a7524d;border-radius:50%;animation:2.5s ease-out 1.25s infinite node-pulse;position:absolute;inset:-4px}@keyframes node-appear{to{opacity:1}}@keyframes node-pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(3)}}.ai-node.node-1{animation-delay:.8s}.ai-node.node-2{animation-delay:1.1s}.ai-node.node-3{animation-delay:1.4s}.ai-node.node-4{animation-delay:1.7s}.ai-node.node-5{animation-delay:2s}.ai-node.node-6{animation-delay:2.3s}.ai-center-node{background:var(--gold);z-index:3;border-radius:50%;width:16px;height:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 24px #c9a752e6,0 0 48px #c9a75266}.ai-center-label{font-family:var(--font-mono);color:var(--gold);text-transform:uppercase;letter-spacing:.15em;white-space:nowrap;z-index:3;font-size:.65rem;position:absolute;top:calc(50% + 18px);left:50%;transform:translate(-50%)}.ai-label{font-family:var(--font-mono);color:#faf7f0d9;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;opacity:0;font-size:.65rem;animation:.6s ease-out forwards node-appear;position:absolute;transform:translate(-50%)}.ai-label-name{font-size:.75rem;font-family:var(--font-display);color:var(--cream);letter-spacing:0;text-transform:none;margin-bottom:1px;font-weight:500;display:block}.ai-label.label-1{animation-delay:.9s}.ai-label.label-2{animation-delay:1.2s}.ai-label.label-3{animation-delay:1.5s}.ai-label.label-4{animation-delay:1.8s}.ai-label.label-5{animation-delay:2.1s}.ai-label.label-6{animation-delay:2.4s}.ai-visual-caption{font-family:var(--font-mono);color:#faf7f080;text-transform:uppercase;letter-spacing:.12em;z-index:2;justify-content:space-between;align-items:center;font-size:.65rem;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.ai-live-indicator{color:var(--gold);align-items:center;gap:.5rem;display:inline-flex}.ai-live-dot{background:var(--gold);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}.members-section{background:var(--paper);padding:6rem 0 5rem;position:relative}.members-head{text-align:center;margin-bottom:3rem}.members-head h2{font-family:var(--font-display);color:var(--ink);letter-spacing:-.025em;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:500;line-height:1.1}.members-head h2 em{color:var(--purple-800);font-style:italic}.members-head p{max-width:620px;color:var(--ink-soft);margin:0 auto;font-size:1rem;line-height:1.6}.members-cta{text-align:center;margin-top:3rem}.testimonial-carousel{max-width:980px;margin:0 auto;padding:1rem 0;position:relative}.tc-stage{justify-content:center;align-items:center;min-height:320px;padding:0 4rem;display:flex;position:relative}.tc-slide{opacity:0;pointer-events:none;align-items:center;gap:3rem;padding:0 4rem;transition:opacity .6s ease-in-out;display:flex;position:absolute;inset:0}.tc-slide.active{opacity:1;pointer-events:auto;position:relative}.tc-photo{background:linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 100%);width:240px;height:240px;color:var(--gold);font-family:var(--font-display);border:5px solid var(--paper);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:3rem;font-weight:600;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 40px #0a153026}.tc-photo img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.tc-content{flex:1;min-width:0}.tc-mark{font-family:var(--font-display);color:var(--gold);margin-bottom:.5rem;font-size:4rem;font-weight:600;line-height:.7;display:block}.tc-quote{font-family:var(--font-display);color:var(--ink);letter-spacing:-.015em;margin-bottom:1.5rem;font-size:clamp(1.25rem,2.2vw,1.625rem);font-weight:400;line-height:1.4}.tc-author-name{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;font-size:1.0625rem;font-weight:500}.tc-author-role{font-family:var(--font-mono);color:var(--ink-soft);text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem;font-size:.7rem}.tc-arrow{background:var(--white);border:1px solid var(--grey-200);width:44px;height:44px;color:var(--ink);cursor:pointer;z-index:5;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0a15300f}.tc-arrow:hover{background:var(--ink);color:var(--paper);border-color:var(--ink)}.tc-arrow.prev{left:0}.tc-arrow.next{right:0}.tc-dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.tc-dot{background:var(--grey-300);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}.tc-dot.active{background:var(--gold);border-radius:4px;width:24px}@media (max-width:768px){.tc-stage{min-height:480px;padding:0 1rem}.tc-slide{text-align:center;flex-direction:column;gap:1.5rem;padding:0 1rem}.tc-photo{width:160px;height:160px;font-size:2rem}.tc-arrow{display:none}.tc-quote{font-size:1.125rem}}.activity{background:var(--cream);padding:clamp(5rem,10vw,8rem) 0}.activity-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;display:grid}@media (max-width:900px){.activity-grid{grid-template-columns:1fr}}.activity-col h3{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--grey-600);border-bottom:1px solid #0a153026;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:.75rem;display:flex}.live-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #10b98166}50%{opacity:.6;box-shadow:0 0 0 6px #10b98100}}.activity-item{border-bottom:1px solid #0a153014;grid-template-columns:4rem 1fr auto;align-items:center;gap:1.25rem;padding:1.25rem 0;display:grid}.activity-item:last-child{border-bottom:none}.activity-time{font-family:var(--font-mono);color:var(--grey-600);font-size:.75rem}.activity-main{min-width:0}.activity-title{font-family:var(--font-display);color:var(--navy-900);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem;font-size:1.0625rem;font-weight:500;line-height:1.2;overflow:hidden}.activity-meta{color:var(--grey-600);font-size:.8125rem}.activity-tag{font-family:var(--font-mono);background:var(--gold-soft);color:var(--navy-900);text-transform:uppercase;letter-spacing:.08em;flex-shrink:0;padding:.25rem .5rem;font-size:.6875rem}.cta-section{background:var(--navy-900);color:var(--cream);text-align:center;padding:clamp(5rem,10vw,8rem) 0;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(circle,#c9a7521f 0%,#0000 60%);position:absolute;inset:0}.cta-section h2{color:var(--cream);max-width:20ch;margin:0 auto 1.5rem;position:relative}.cta-section h2 em{color:var(--gold);font-style:italic}.cta-section p{color:#faf7f0cc;max-width:50ch;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.55;position:relative}.cta-row{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}@media (prefers-reduced-motion:reduce){.marquee-track,.ai-map-line,.ai-node,.ai-node:before,.ai-node:after,.ai-label,.ai-live-dot,.live-dot{animation:none!important}.ai-node,.ai-label{opacity:1!important}.ai-map-line{stroke-dashoffset:0!important}.tc-slide{transition:none!important}}.page-hero{background:var(--cream);padding-top:clamp(7rem,14vw,10rem);padding-bottom:clamp(4rem,8vw,6rem);position:relative;overflow:hidden}.page-hero-inner{max-width:900px}.page-hero h1{font-family:var(--font-display);letter-spacing:-.025em;color:var(--navy-900);font-variation-settings:"opsz" 144;margin-top:1.5rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:400;line-height:1}.page-hero h1 em{color:var(--purple-800);font-style:italic}.page-hero-lead{color:var(--ink-soft);max-width:60ch;margin-top:1.5rem;font-size:1.25rem;line-height:1.5}.feature-row{border-top:1px solid #0a15301a;padding:clamp(3rem,6vw,5rem) 0}.feature-row-grid{grid-template-columns:1fr 2fr;align-items:start;gap:4rem;display:grid}@media (max-width:900px){.feature-row-grid{grid-template-columns:1fr;gap:1.5rem}}.feature-row-grid h2{font-family:var(--font-display);letter-spacing:-.015em;color:var(--navy-900);font-variation-settings:"opsz" 72;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400;line-height:1.1}.feature-row-grid h2 em{color:var(--purple-800);font-style:italic}.feature-row-grid>div>p{color:var(--ink-soft);margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.6}.feature-row-grid ul{margin-top:1.5rem;padding:0;list-style:none}.feature-row-grid ul li{border-top:1px solid #0a15301a;grid-template-columns:2rem 1fr;align-items:start;gap:1rem;padding:1rem 0;display:grid}.feature-row-grid ul li:first-child{border-top:none;padding-top:0}.feature-row-grid ul li strong{color:var(--navy-900);margin-bottom:.25rem;font-size:1rem;font-weight:600;display:block}.feature-row-grid ul li span.body{color:var(--ink-soft);font-size:.9375rem;line-height:1.5}.feature-num{font-family:var(--font-mono);color:var(--gold);font-size:.875rem;font-weight:500}.pricing-section{background:var(--paper);padding:clamp(4rem,8vw,6rem) 0}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}@media (max-width:900px){.pricing-grid{grid-template-columns:1fr}}.pricing-card{background:var(--white);border:1px solid var(--grey-200);flex-direction:column;padding:2.5rem;display:flex}.pricing-card.featured{background:var(--navy-900);color:var(--cream);border-color:var(--navy-900);position:relative}.pricing-card.featured:before{content:"Most popular";background:var(--gold);color:var(--navy-900);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;padding:.25rem .75rem;font-size:.6875rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-tier{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.75rem}.pricing-name{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.015em;margin-bottom:1rem;font-size:2rem;font-weight:400;line-height:1}.pricing-card.featured .pricing-name{color:var(--cream)}.pricing-price{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.02em;margin-bottom:.5rem;font-size:3rem;font-weight:400;line-height:1}.pricing-card.featured .pricing-price{color:var(--cream)}.pricing-price-note{color:var(--grey-600);margin-bottom:2rem;font-size:.875rem}.pricing-card.featured .pricing-price-note{color:#faf7f099}.pricing-features{flex-grow:1;margin-bottom:2rem;padding:0;list-style:none}.pricing-features li{color:var(--ink-soft);align-items:flex-start;gap:.75rem;padding:.625rem 0;font-size:.9375rem;line-height:1.4;display:flex}.pricing-card.featured .pricing-features li{color:#faf7f0d9}.pricing-features li:before{content:"✓";color:var(--gold);flex-shrink:0;margin-top:1px;font-weight:600}.pricing-features li.unavailable{color:var(--grey-400);opacity:.6}.pricing-features li.unavailable:before{content:"—";color:var(--grey-400)}.process{background:var(--cream);padding:clamp(4rem,8vw,6rem) 0}.process-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;display:grid}@media (max-width:900px){.process-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:600px){.process-grid{grid-template-columns:1fr!important}}.process-step{border-top:2px solid var(--navy-900);padding-top:1.5rem}.process-step-num{font-family:var(--font-display);color:var(--gold);letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:400;line-height:1}.process-step h3{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.25rem;font-weight:500;line-height:1.2}.process-step p{color:var(--ink-soft);font-size:.9375rem;line-height:1.5}.page-hero-note{font-family:var(--font-mono);color:var(--grey-700);letter-spacing:.02em;margin-top:.5rem;font-size:.8125rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem;display:grid}@media (max-width:600px){.stats-grid{grid-template-columns:1fr!important}}.stat-block{border-top:2px solid var(--navy-900);padding-top:1rem}.stat-value{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.02em;font-size:2.5rem;font-weight:500;line-height:1}.stat-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-600);margin-top:.5rem;font-size:.7rem}.stat-note{color:var(--ink-soft);margin-top:.5rem;font-size:.875rem}.callout-navy{background:var(--navy-900);color:var(--cream);border-radius:12px;margin-top:2rem;padding:1.5rem 1.75rem}.callout-navy .callout-eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem;font-size:.7rem;font-weight:600}.callout-navy .callout-heading{font-family:var(--font-display);letter-spacing:-.015em;margin-bottom:1rem;font-size:1.375rem;font-weight:500;line-height:1.3}.callout-pricing{background:var(--cream);border-left:3px solid var(--gold);border-radius:0 8px 8px 0;margin-top:1.5rem;padding:1.25rem 1.5rem}.callout-pricing .callout-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--grey-600);margin-bottom:.4rem;font-size:.7rem}.callout-pricing .callout-price{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.015em;font-size:1.5rem;font-weight:500}.callout-pricing .callout-note{color:var(--grey-700);margin-top:.25rem;font-size:.875rem}.chat-bubble{background:var(--navy-900);width:64px;height:64px;color:var(--gold);cursor:pointer;z-index:998;border:2px solid var(--gold);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 40px #0a153040}.chat-bubble:hover{background:var(--ink);transform:scale(1.05)}.chat-bubble.hidden{opacity:0;pointer-events:none;transform:scale(0)}.chat-bubble svg{width:28px;height:28px}.chat-bubble-pulse{border:2px solid var(--gold);pointer-events:none;border-radius:50%;animation:2.5s ease-out infinite chat-pulse;position:absolute;inset:-2px}@keyframes chat-pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.chat-panel{background:var(--white);z-index:999;opacity:0;pointer-events:none;width:420px;max-width:calc(100vw - 3rem);height:640px;max-height:calc(100vh - 3rem);font-family:var(--font-body);border-radius:16px;flex-direction:column;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:1.5rem;right:1.5rem;overflow:hidden;transform:translateY(20px)scale(.96);box-shadow:0 30px 80px #0a153040}.chat-panel.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.chat-panel.fullscreen{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%;inset:0}.chat-header{background:var(--navy-900);color:var(--white);align-items:center;gap:.75rem;padding:1.25rem;display:flex;position:relative;overflow:hidden}.chat-header:before{content:"";pointer-events:none;background:radial-gradient(circle at 80% 30%,#c9a75226 0%,#0000 50%);position:absolute;inset:0}.chat-avatar{background:linear-gradient(135deg, var(--gold) 0%, #e4c97e 100%);width:40px;height:40px;color:var(--navy-900);font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex;position:relative}.chat-avatar:after{content:"";border:2px solid var(--navy-900);background:#10b981;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.chat-title-group{flex:1;min-width:0;position:relative}.chat-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:1rem;font-weight:500}.chat-status{color:#fff9;align-items:center;gap:.35rem;font-size:.75rem;display:flex}.chat-status:before{content:"";background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite status-pulse}@keyframes status-pulse{0%,to{opacity:1}50%{opacity:.4}}.chat-header-actions{gap:.25rem;display:flex;position:relative}.chat-icon-btn{color:#fffc;cursor:pointer;background:#ffffff14;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-family:inherit;transition:all .15s;display:flex}.chat-icon-btn:hover{color:var(--white);background:#ffffff26}.chat-messages{scroll-behavior:smooth;background:#f5f5f7;flex-direction:column;flex:1;gap:.875rem;padding:1.25rem;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.msg{gap:.625rem;max-width:90%;animation:.3s ease-out msg-in;display:flex}@keyframes msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.msg.bot{align-self:flex-start}.msg.user{flex-direction:row-reverse;align-self:flex-end}.msg-avatar{width:32px;height:32px;font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:600;display:flex}.msg.bot .msg-avatar{background:var(--navy-900);color:var(--gold)}.msg.user .msg-avatar{background:var(--navy-900);color:var(--white)}.msg-bubble{color:var(--navy-900);border-radius:14px;padding:.75rem 1rem;font-size:.9rem;line-height:1.5}.msg.bot .msg-bubble{background:var(--white);border-bottom-left-radius:4px;box-shadow:0 1px 2px #0a15300a}.msg.user .msg-bubble{background:var(--navy-900);color:var(--white);border-bottom-right-radius:4px}.msg-bubble strong{font-weight:600}.msg-bubble em{font-family:var(--font-display);color:var(--purple-800);font-style:italic}.msg.user .msg-bubble em{color:var(--gold)}.typing-indicator{gap:4px;padding:.2rem 0;display:flex}.typing-dot{background:#9ca3af;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite typing}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.quick-replies{flex-wrap:wrap;gap:.4rem;max-width:100%;margin-top:.5rem;display:flex}.quick-reply{background:var(--white);border:1px solid var(--navy-900);color:var(--navy-900);cursor:pointer;white-space:nowrap;border-radius:18px;padding:.45rem .85rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:all .15s}.quick-reply:hover{background:var(--navy-900);color:var(--white)}.quick-reply:disabled{opacity:.4;cursor:not-allowed}.quick-reply.selected{background:var(--navy-900);color:var(--white)}.spec-card{background:var(--white);border:1px solid #e5e7eb;border-radius:12px;max-width:100%;margin-top:.5rem;padding:1.25rem;box-shadow:0 4px 12px #0a15300f}.spec-card-header{border-bottom:1px solid #e5e7eb;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.spec-card-icon{background:linear-gradient(135deg, var(--navy-900) 0%, var(--ink) 100%);width:32px;height:32px;color:var(--gold);font-family:var(--font-display);border-radius:6px;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.spec-card-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:#6b7280;margin-bottom:.15rem;font-size:.625rem}.spec-card-title{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.01em;font-size:1rem;font-weight:500;line-height:1.2}.spec-section{border-bottom:1px solid #f3f4f6;padding:.75rem 0}.spec-section:last-child{border-bottom:none;padding-bottom:0}.spec-section-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:#6b7280;margin-bottom:.35rem;font-size:.65rem;font-weight:500}.spec-section-value{color:var(--navy-900);font-size:.8125rem;line-height:1.5}.spec-tags{flex-wrap:wrap;gap:.35rem;display:flex}.spec-tag{color:var(--navy-900);background:#f3f4f6;border-radius:12px;padding:.25rem .55rem;font-size:.75rem}.spec-tag.primary{background:var(--navy-900);color:var(--gold)}.match-card{background:var(--white);border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:.75rem;margin-top:.5rem;padding:.75rem;display:flex}.match-avatar{background:linear-gradient(135deg, var(--navy-900) 0%, var(--ink) 100%);width:44px;height:44px;color:var(--gold);font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:600;display:flex}.match-info{flex:1;min-width:0}.match-name{color:var(--navy-900);margin-bottom:.1rem;font-size:.8125rem;font-weight:600}.match-role{color:#4b5563;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.match-score{font-family:var(--font-mono);background:var(--gold);color:var(--navy-900);border-radius:4px;flex-shrink:0;padding:.25rem .5rem;font-size:.7rem;font-weight:600}.email-card{background:linear-gradient(135deg, var(--navy-900) 0%, var(--ink) 100%);color:var(--white);border-radius:12px;margin-top:.5rem;padding:1.25rem;position:relative;overflow:hidden}.email-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 80% 30%,#c9a75226 0%,#0000 50%);position:absolute;inset:0}.email-card-title{font-family:var(--font-display);margin-bottom:.35rem;font-size:1rem;font-weight:500;position:relative}.email-card-title em{color:var(--gold);font-style:italic}.email-card-desc{color:#ffffffbf;margin-bottom:1rem;font-size:.8125rem;line-height:1.5;position:relative}.email-form{flex-direction:column;gap:.5rem;display:flex;position:relative}.email-row{gap:.4rem;display:flex}.email-input{color:var(--white);background:#ffffff1a;border:1px solid #fff3;border-radius:6px;flex:1;padding:.6rem .85rem;font-family:inherit;font-size:.85rem}.email-input::placeholder{color:#fff6}.email-input:focus{border-color:var(--gold);background:#ffffff26;outline:none}.email-submit{background:var(--gold);color:var(--navy-900);cursor:pointer;border:none;border-radius:6px;padding:.6rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s}.email-submit:hover{background:#e4c97e}.chat-input-area{background:var(--white);border-top:1px solid #e5e7eb;align-items:center;gap:.5rem;padding:.875rem 1rem;display:flex}.chat-input{color:var(--navy-900);background:#f5f5f7;border:1px solid #e5e7eb;border-radius:22px;flex:1;padding:.65rem 1rem;font-family:inherit;font-size:.875rem;transition:all .15s}.chat-input:focus{border-color:var(--navy-900);background:var(--white);outline:none}.chat-send{background:var(--navy-900);width:40px;height:40px;color:var(--gold);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.chat-send:hover{background:var(--ink)}.chat-send svg{width:18px;height:18px}.chat-footer{text-align:center;font-size:.65rem;font-family:var(--font-mono);color:#9ca3af;letter-spacing:.08em;text-transform:uppercase;background:var(--white);padding:.4rem 0 .6rem}.chat-footer .gold-ai{color:var(--gold);font-weight:600}.chat-panel.fullscreen .chat-messages{align-items:center;padding:2rem}.chat-panel.fullscreen .msg,.chat-panel.fullscreen .msg+div{width:100%;max-width:720px}@media (max-width:600px){.chat-panel{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%;bottom:0;right:0}}.site-modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#0a153099;justify-content:center;align-items:center;padding:1rem;display:none;position:fixed;inset:0}.site-modal-backdrop.open{display:flex}.site-modal{background:var(--white);color:var(--ink);border-radius:12px;width:100%;max-width:460px;max-height:92vh;animation:.25s cubic-bezier(.16,1,.3,1) site-modal-in;overflow-y:auto;box-shadow:0 30px 80px #0a153059}.site-modal.wide{max-width:560px}@keyframes site-modal-in{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.site-modal-head{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 1.75rem .5rem;display:flex}.site-modal-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--grey-500);margin-bottom:.4rem;font-size:.65rem}.site-modal-title{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.02em;font-size:1.5rem;font-weight:500;line-height:1.15}.site-modal-title em{color:var(--purple-800);font-style:italic}.site-modal-sub{color:var(--grey-600);margin-top:.5rem;font-size:.875rem;line-height:1.5}.site-modal-close{cursor:pointer;color:var(--grey-500);background:0 0;border:none;border-radius:4px;flex-shrink:0;width:32px;height:32px;font-size:1.5rem}.site-modal-close:hover{background:var(--grey-100);color:var(--navy-900)}.site-modal-body{padding:1.25rem 1.75rem 1.75rem}.form-group{margin-bottom:1rem}.form-label{color:var(--navy-900);font-size:.75rem;font-weight:600;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem;display:block}.form-input,.form-textarea,.form-select{border:1px solid var(--grey-200);width:100%;color:var(--navy-900);background:var(--white);border-radius:6px;padding:.7rem .875rem;font-family:inherit;font-size:.9375rem;transition:all .15s}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--navy-900);outline:none;box-shadow:0 0 0 3px #0a153014}.form-input.error,.form-textarea.error,.form-select.error{border-color:#ef4444}.form-field-error{color:#ef4444;margin-top:.3rem;font-size:.75rem}.form-textarea{resize:vertical;min-height:80px}.form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.form-actions{border-top:1px solid var(--grey-100);gap:.5rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.form-actions .btn{flex:1;justify-content:center}.form-divider{color:var(--grey-400);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:.75rem;margin:1rem 0;font-size:.65rem;display:flex}.form-divider:before,.form-divider:after{content:"";background:var(--grey-200);flex:1;height:1px}.form-error-banner{color:#b91c1c;background:#ef444414;border:1px solid #ef44444d;border-radius:6px;margin-bottom:1rem;padding:.7rem .875rem;font-size:.8125rem;line-height:1.4}.linkedin-cta{color:#fff;cursor:pointer;background:#0a66c2;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.linkedin-cta:hover{background:#084d96}.linkedin-cta svg{width:18px;height:18px}.form-foot-link{text-align:center;color:var(--grey-600);margin-top:1rem;font-size:.8125rem}.form-foot-link a{color:var(--navy-900);cursor:pointer;font-weight:600;text-decoration:underline}.form-foot-link a:hover{color:var(--gold)}.role-tile-group{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.role-tile{border:1.5px solid var(--grey-200);cursor:pointer;text-align:center;background:var(--white);border-radius:6px;padding:.75rem .875rem;transition:all .15s}.role-tile:hover{border-color:var(--grey-400)}.role-tile.selected{border-color:var(--navy-900);background:#0a153008}.role-tile-emoji{margin-bottom:.25rem;font-size:1.5rem}.role-tile-label{color:var(--navy-900);font-size:.8125rem;font-weight:600}.role-tile-desc{color:var(--grey-600);margin-top:.2rem;font-size:.7rem}.site-toast-container{z-index:1200;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:fixed;top:5.5rem;right:1.5rem}.site-toast{background:var(--navy-900);color:var(--white);border-left:3px solid var(--gold);pointer-events:auto;border-radius:6px;align-items:center;gap:.625rem;min-width:280px;max-width:400px;padding:.85rem 1rem;font-size:.8125rem;font-weight:500;animation:.3s cubic-bezier(.16,1,.3,1) forwards toast-in-r;display:flex;box-shadow:0 10px 30px #0a153040}.site-toast.success{border-left-color:#10b981}.site-toast.error{border-left-color:#ef4444}.site-toast.removing{animation:.2s ease-in forwards toast-out-r}@keyframes toast-in-r{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes toast-out-r{to{opacity:0;transform:translate(20px)}}.site-toast-icon{flex-shrink:0;font-size:1rem}.site-toast.success .site-toast-icon{color:#10b981}.site-toast.error .site-toast-icon{color:#ef4444}.site-toast.info .site-toast-icon{color:var(--gold)}.site-toast-msg{flex:1;line-height:1.4}.site-toast-close{cursor:pointer;color:#fff9;background:0 0;border:none;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.site-toast-close:hover{color:var(--white)}@media (max-width:600px){.site-toast-container{top:1rem;left:1rem;right:1rem}.site-toast{min-width:0;max-width:100%}}@media (prefers-reduced-motion:reduce){.chat-bubble-pulse,.chat-status:before,.typing-dot{animation:none!important}}.portal-root{background:var(--grey-50);color:var(--ink);font-size:14px;line-height:1.5}.portal-root .btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.portal-root .btn-primary{background:var(--navy-900);color:var(--white)}.portal-root .btn-primary:hover{background:var(--purple-800)}.portal-root .btn-ghost{color:var(--navy-900);border-color:var(--grey-200);background:0 0}.portal-root .btn-ghost:hover{background:var(--grey-100);border-color:var(--grey-300)}.portal-root .btn-gold{background:var(--gold);color:var(--navy-900);font-weight:600}.portal-root .btn-gold:hover{background:var(--gold-light)}.portal-root .btn-sm{padding:.35rem .75rem;font-size:.75rem}.app{grid-template-columns:var(--sidebar-width) 1fr;min-height:100vh;display:grid}.sidebar{background:var(--white);border-right:1px solid var(--grey-200);width:var(--sidebar-width);z-index:50;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-brand{border-bottom:1px solid var(--grey-200);align-items:center;gap:.5rem;padding:1.5rem;display:flex}.brand-logo{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.01em;align-items:baseline;font-size:1.25rem;font-weight:600;display:flex}.brand-ai{color:var(--gold);border:1.5px solid var(--gold);font-size:.8rem;font-weight:500;font-family:var(--font-display);margin-left:.3rem;padding:.05rem .4rem;display:inline-block;position:relative;top:-3px}.sidebar-tier{background:var(--grey-50);border-bottom:1px solid var(--grey-200);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.tier-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--grey-500);font-size:.65rem}.tier-value{color:var(--navy-900);margin-top:.15rem;font-size:.875rem;font-weight:600}.tier-value.pro{color:var(--gold)}.tier-upgrade-btn{background:var(--navy-900);color:var(--white);border-radius:3px;padding:.35rem .75rem;font-size:.75rem;font-weight:500;transition:background .15s}.tier-upgrade-btn:hover{background:var(--purple-800)}.sidebar-nav{flex:1;padding:1rem .75rem;overflow-y:auto}.nav-section{margin-bottom:1.5rem}.nav-section-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--grey-400);margin-bottom:.25rem;padding:.5rem .75rem;font-size:.65rem}.nav-item{color:var(--grey-700);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:.75rem;width:100%;margin-bottom:1px;padding:.625rem .75rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .15s;display:flex;position:relative}.nav-item:hover{background:var(--grey-100);color:var(--navy-900)}.nav-item.active{background:var(--navy-900);color:var(--white)}.nav-item.active .nav-count{color:var(--white);background:#ffffff26}.nav-item.locked{color:var(--grey-400)}.nav-item.locked:hover{background:var(--grey-100);color:var(--grey-600)}.nav-icon{stroke-width:1.75px;flex-shrink:0;width:18px;height:18px}.nav-label{flex:1}.nav-count{font-family:var(--font-mono);background:var(--grey-100);color:var(--grey-600);border-radius:10px;padding:.1rem .45rem;font-size:.7rem;font-weight:500}.nav-lock{width:14px;height:14px;color:var(--gold);opacity:.7}.sidebar-footer{border-top:1px solid var(--grey-200);padding:1rem .75rem}.user-card{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:6px;align-items:center;gap:.75rem;margin-top:.5rem;padding:.75rem;display:flex}.user-avatar{background:var(--navy-900);width:36px;height:36px;color:var(--white);font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;display:flex}.user-info{min-width:0}.user-name{color:var(--navy-900);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:600;overflow:hidden}.user-role{color:var(--grey-500);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.main{flex-direction:column;grid-column:2;min-width:0;display:flex}.topbar{background:var(--white);border-bottom:1px solid var(--grey-200);z-index:40;justify-content:space-between;align-items:center;gap:2rem;padding:.875rem 2rem;display:flex;position:sticky;top:0}.search{flex:1;max-width:480px;position:relative}.search input{border:1px solid var(--grey-200);background:var(--grey-50);width:100%;color:var(--navy-900);border-radius:6px;padding:.5rem .875rem .5rem 2.25rem;font-size:.875rem;transition:all .15s}.search input:focus{border-color:var(--navy-900);background:var(--white);outline:none}.search input::placeholder{color:var(--grey-400)}.search-icon{width:14px;height:14px;color:var(--grey-400);position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.topbar-actions{align-items:center;gap:.5rem;display:flex}.icon-btn{width:36px;height:36px;color:var(--grey-600);border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex;position:relative}.icon-btn:hover{background:var(--grey-100);color:var(--navy-900)}.icon-btn:disabled{opacity:.5;cursor:not-allowed}.icon-btn .dot{background:var(--gold);border:2px solid var(--white);border-radius:50%;width:7px;height:7px;position:absolute;top:8px;right:9px}.menu-btn{display:none}.page-view{flex:1;padding:2rem}.locked-state{text-align:center;background:var(--white);border:1px solid var(--grey-200);border-radius:8px;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1.5rem;display:flex}.locked-state-icon{width:28px;height:28px;color:var(--gold)}.locked-state-title{font-family:var(--font-display);color:var(--navy-900);font-size:1.125rem;font-weight:500}.locked-state-desc{color:var(--grey-600);max-width:36ch;font-size:.8125rem}.upgrade-card{background:var(--white);border:1px solid var(--grey-200);border-radius:8px;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.5rem;display:flex}.upgrade-card-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-size:.65rem}.upgrade-card-title{font-family:var(--font-display);color:var(--navy-900);font-size:1.125rem;font-weight:500}.upgrade-card-desc{color:var(--grey-600);margin-bottom:.25rem;font-size:.8125rem}.modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:100;background:#0a153099;justify-content:center;align-items:center;padding:2rem;display:none;position:fixed;inset:0}.modal-backdrop.open{display:flex}.modal{background:var(--white);width:100%;max-width:540px;box-shadow:var(--shadow-modal);border-radius:12px;animation:.3s ease-out portal-modal-in;overflow:hidden}@keyframes portal-modal-in{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-hero{background:linear-gradient(135deg, var(--navy-900) 0%, var(--purple-800) 100%);color:var(--white);text-align:center;padding:2rem;position:relative;overflow:hidden}.modal-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a75233 0%,#0000 60%);position:absolute;inset:0}.modal-icon{border:1px solid var(--gold);width:48px;height:48px;color:var(--gold);background:#c9a75226;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex;position:relative}.modal-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-bottom:.5rem;font-size:.7rem;position:relative}.modal-title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.75rem;font-weight:500;line-height:1.1;position:relative}.modal-title em{color:var(--gold);font-style:italic}.modal-body{padding:2rem}.modal-feature{border-bottom:1px solid var(--grey-100);align-items:flex-start;gap:.875rem;padding:.75rem 0;display:flex}.modal-feature:last-child{border-bottom:none}.modal-check{background:var(--navy-900);width:22px;height:22px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:.75rem;font-weight:600;display:flex}.modal-feature-title{color:var(--navy-900);margin-bottom:.2rem;font-size:.875rem;font-weight:600}.modal-feature-desc{color:var(--grey-600);font-size:.8125rem;line-height:1.4}.modal-footer{flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 2rem 2rem;display:flex}.modal-price{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.02em;margin-bottom:.25rem;font-size:2rem;font-weight:500;line-height:1}.modal-price small{color:var(--grey-500);font-size:.875rem;font-weight:400;font-family:var(--font-body);margin-left:.25rem}.modal-price-sub{color:var(--grey-500);margin-bottom:1rem;font-size:.75rem}.modal-actions{gap:.75rem;width:100%;display:flex}.modal-actions .btn{flex:1;justify-content:center}.modal-close{width:32px;height:32px;color:var(--white);cursor:pointer;z-index:2;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;transition:background .15s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:#fff3}.sidebar-overlay{z-index:45;background:#0a153073;border:none;display:none;position:fixed;inset:0}@media (max-width:900px){.app{grid-template-columns:1fr}.main{grid-column:1}.topbar{padding:.75rem 1rem}.menu-btn{display:flex}.page-view{padding:1.25rem}.sidebar{box-shadow:var(--shadow-modal);transition:transform .25s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:block}}@media (prefers-reduced-motion:reduce){.modal{animation:none}.sidebar{transition:none}}.portal-root .btn-purple{background:var(--white);color:var(--purple-900);border:1px solid var(--white);font-weight:600}.portal-root .btn-purple:hover{color:var(--purple-900);background:#ffffffeb}.portal-root .btn-destructive{background:#dc2626;border-color:#dc2626}.portal-root .btn-destructive:hover{background:#b91c1c}.portal-root .vacancy-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1rem;display:grid}.portal-root .vacancy-card{background:var(--white);border:1px solid var(--grey-200);cursor:pointer;border-radius:8px;flex-direction:column;padding:1.5rem;transition:all .15s;display:flex;position:relative}.portal-root .vacancy-card:hover{border-color:var(--navy-900);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.portal-root .vacancy-card.has-source-badge{padding-top:2.5rem}.portal-root .vacancy-card.locked{background:var(--grey-50)}.portal-root .vacancy-card.locked:after{content:"";pointer-events:none;background:linear-gradient(#0000 0% 40%,#f9fafbf2 100%);border-radius:8px;position:absolute;inset:0}.portal-root .vacancy-card.locked .vacancy-details{filter:blur(3px);-webkit-user-select:none;user-select:none}.portal-root .vacancy-lock-overlay{background:var(--white);border-top:1px solid var(--grey-200);z-index:2;border-radius:0 0 8px 8px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.portal-root .vacancy-lock-text{color:var(--grey-600);align-items:center;gap:.4rem;font-size:.75rem;display:flex}.portal-root .vacancy-match-score{font-family:var(--font-mono);background:var(--gold);color:var(--navy-900);letter-spacing:.05em;white-space:nowrap;border-radius:3px;align-self:flex-start;align-items:center;margin-bottom:.75rem;padding:.25rem .5rem;font-size:.7rem;font-weight:600;display:inline-flex}.portal-root .vacancy-match-score.green{background:var(--green);color:var(--white)}.portal-root .vacancy-match-score.purple{background:var(--purple-900);color:var(--white)}.portal-root .vacancy-match-score.navy{background:var(--navy-900);color:var(--gold)}.portal-root .vacancy-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.portal-root .vacancy-tag{font-family:var(--font-mono);background:var(--grey-100);color:var(--grey-700);text-transform:uppercase;letter-spacing:.08em;border-radius:3px;padding:.2rem .5rem;font-size:.65rem}.portal-root .vacancy-tag.sector{background:var(--navy-900);color:var(--white)}.portal-root .vacancy-title{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.015em;margin-bottom:.75rem;font-size:1.25rem;font-weight:500;line-height:1.25}.portal-root .vacancy-desc{color:var(--grey-600);margin-bottom:1rem;font-size:.8125rem;line-height:1.5}.portal-root .vacancy-details{border-top:1px solid var(--grey-100);grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1rem;display:grid}.portal-root .vacancy-detail-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin-bottom:.25rem;font-size:.6rem}.portal-root .vacancy-detail-value{color:var(--navy-900);font-size:.8125rem;font-weight:500}.portal-root .vacancy-apply-row{border-top:1px solid var(--grey-100);justify-content:flex-end;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.portal-root .source-badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;z-index:2;border-radius:3px;padding:.2rem .5rem;font-size:.55rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.portal-root .source-badge.on-site{background:var(--navy-900);color:var(--gold);border:1px solid var(--gold)}.portal-root .source-badge.off-site{background:var(--white);color:var(--grey-700);border:1px solid var(--grey-300)}.portal-root .applied-badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:#1d6a1d;z-index:2;background:#228b221a;border:1px solid #228b224d;border-radius:3px;align-items:center;gap:.3rem;padding:.25rem .55rem;font-size:.55rem;font-weight:600;display:inline-flex;position:absolute;top:.75rem;right:.75rem}.portal-root .applied-badge svg{width:10px;height:10px}.portal-root .deal-listing-card{background:var(--white);border:1px solid var(--grey-200);cursor:pointer;border-radius:12px;flex-direction:column;padding:1.5rem;transition:all .15s;display:flex;position:relative}.portal-root .deal-listing-card:hover{border-color:var(--gold);transform:translateY(-2px)}.portal-root .deal-type-tag{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;border-radius:4px;padding:.3rem .65rem;font-size:.6rem;font-weight:600;position:absolute;top:.75rem;right:.75rem}.portal-root .deal-type-tag.capital-raise{background:var(--navy-900);color:var(--gold)}.portal-root .deal-type-tag.business-exit{background:var(--gold);color:var(--navy-900)}.portal-root .deal-type-tag.transact{background:var(--purple-900);color:var(--white)}.portal-root .deal-licence-only{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--purple-800);background:#3b07641a;border:1px solid #3b07644d;border-radius:3px;padding:.25rem .5rem;font-size:.55rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.portal-root .application-card{background:var(--white);border:1px solid var(--grey-200);border-radius:10px;margin-bottom:1rem;padding:1.5rem;transition:border-color .15s}.portal-root .application-card:hover{border-color:var(--gold)}.portal-root .application-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.portal-root .application-card-title{font-family:var(--font-display);color:var(--navy-900);margin-bottom:.3rem;font-size:1.125rem;font-weight:500}.portal-root .application-card-meta{font-family:var(--font-mono);color:var(--grey-500);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.portal-root .application-card-body{grid-template-columns:1fr 1fr;gap:1rem;margin-top:.75rem;display:grid}.portal-root .application-card-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.portal-root .application-fact{background:var(--grey-50);border-radius:6px;padding:.75rem 1rem}.portal-root .application-fact-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin-bottom:.3rem;font-size:.65rem}.portal-root .application-fact-value{color:var(--navy-900);font-size:.8125rem;line-height:1.5}.portal-root .application-status{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;border-radius:3px;padding:.25rem .55rem;font-size:.6rem;font-weight:600}.portal-root .application-status.received{background:var(--grey-100);color:var(--grey-700)}.portal-root .application-status.review{color:var(--gold);background:#c9a75226}.portal-root .application-status.shortlisted{color:#1d6a1d;background:#228b221a}.portal-root .application-status.declined{color:#b43c3c;background:#b43c3c14}.portal-root .referral-status-pill{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;border-radius:3px;padding:.25rem .55rem;font-size:.6rem;font-weight:600}.portal-root .referral-status-pill.submitted{background:var(--grey-100);color:var(--grey-700)}.portal-root .referral-status-pill.reviewed{color:var(--gold);background:#c9a7521f}.portal-root .referral-status-pill.shortlisted{color:#1d6a1d;background:#228b221a}.portal-root .referral-status-pill.interview{color:var(--purple-900);background:#3b07641a}.portal-root .referral-status-pill.offer{color:#8a6d1f;background:#c9a7522e}.portal-root .referral-status-pill.hired{color:var(--white);background:#1d6a1d}.portal-root .referral-status-pill.not-progressing{color:#b43c3c;background:#b43c3c14}.portal-root .vacancies-toolbar{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.portal-root .chip-group{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.portal-root .filter-chip{background:var(--grey-50);border:1px solid var(--grey-200);color:var(--grey-700);cursor:pointer;border-radius:20px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.75rem;transition:all .15s;display:inline-flex}.portal-root .filter-chip:hover{border-color:var(--navy-900);color:var(--navy-900)}.portal-root .filter-chip.active,.portal-root .filter-chip.has-count{background:var(--navy-900);color:var(--white);border-color:var(--navy-900)}.portal-root .filter-chip-count{background:var(--gold);color:var(--navy-900);border-radius:8px;margin-left:.35rem;padding:.05rem .35rem;font-size:.65rem;font-weight:600}.portal-root .filter-chip-pop{position:relative}.portal-root .filter-popover{background:var(--white);border:1px solid var(--grey-200);z-index:50;min-width:240px;color:var(--navy-900);cursor:default;text-transform:none;letter-spacing:normal;border-radius:8px;padding:.875rem;display:none;position:absolute;top:calc(100% + .4rem);left:0;box-shadow:0 12px 32px #0a15301f}.portal-root .filter-popover.open{animation:.18s ease-out portal-pop-in;display:block}@keyframes portal-pop-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.portal-root .filter-popover-title{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--grey-500);margin-bottom:.5rem;font-size:.65rem;font-weight:500}.portal-root .filter-popover-list{flex-direction:column;gap:.15rem;max-height:240px;margin-bottom:.75rem;display:flex;overflow-y:auto}.portal-root .filter-pop-option{cursor:pointer;color:var(--navy-900);-webkit-user-select:none;user-select:none;text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:.5rem;width:100%;padding:.4rem .5rem;font-size:.8125rem;display:flex}.portal-root .filter-pop-option:hover{background:var(--grey-50)}.portal-root .filter-pop-checkbox{border:1.5px solid var(--grey-300);background:var(--white);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.portal-root .filter-pop-option.selected .filter-pop-checkbox{background:var(--navy-900);border-color:var(--navy-900);color:var(--gold)}.portal-root .filter-pop-option.selected .filter-pop-checkbox:after{content:"✓";font-size:.7rem;font-weight:600}.portal-root .filter-pop-count{font-family:var(--font-mono);color:var(--grey-500);margin-left:auto;font-size:.65rem}.portal-root .filter-popover-footnote{color:var(--grey-500);padding:.5rem .75rem 0;font-size:.65rem;line-height:1.4}.portal-root .filter-popover-actions{border-top:1px solid var(--grey-200);justify-content:space-between;gap:.5rem;margin-top:.5rem;padding-top:.75rem;display:flex}.portal-root .filter-popover-clear{color:var(--grey-600);cursor:pointer;background:0 0;border:none;border-radius:3px;padding:.3rem .5rem;font-size:.75rem}.portal-root .filter-popover-clear:hover{background:var(--grey-100)}.portal-root .filter-popover-apply{background:var(--navy-900);color:var(--white);cursor:pointer;border:none;border-radius:4px;padding:.4rem .75rem;font-size:.75rem;font-weight:500}.portal-root .filter-popover-apply:hover{background:var(--navy-800)}.portal-root .range-slider{appearance:none;background:var(--grey-200);border-radius:2px;outline:none;width:100%;height:4px;margin:1rem 0 .5rem}.portal-root .range-slider::-webkit-slider-thumb{appearance:none;background:var(--navy-900);cursor:pointer;border:3px solid var(--white);border-radius:50%;width:18px;height:18px;box-shadow:0 2px 6px #0a153033}.portal-root .range-slider::-moz-range-thumb{background:var(--navy-900);cursor:pointer;border:3px solid var(--white);border-radius:50%;width:18px;height:18px}.portal-root .range-current{font-family:var(--font-display);color:var(--navy-900);text-align:center;margin:.5rem 0;font-size:1rem;font-weight:500}.portal-root .range-slider-scale{font-family:var(--font-mono);color:var(--grey-500);justify-content:space-between;margin-bottom:.75rem;font-size:.65rem;display:flex}.portal-root .chip-pick-grid{border:1px solid var(--grey-200);background:var(--white);border-radius:6px;flex-wrap:wrap;gap:.4rem;max-height:280px;padding:.75rem;display:flex;overflow-y:auto}.portal-root .chip-pick{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;background:var(--white);border:1px solid var(--grey-300);color:var(--grey-700);cursor:pointer;border-radius:999px;padding:.35rem .7rem;font-size:.7rem;transition:all .12s}.portal-root .chip-pick:hover{border-color:var(--gold);color:var(--navy-900)}.portal-root .chip-pick.selected{background:var(--gold);border-color:var(--gold);color:var(--navy-900);font-weight:600}.portal-root .stats-row{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.portal-root .stat-card{background:var(--white);border:1px solid var(--grey-200);border-radius:8px;padding:1.25rem 1.5rem}.portal-root .stat-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--grey-500);margin-bottom:.5rem;font-size:.65rem}.portal-root .stat-value{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.02em;font-size:1.75rem;font-weight:500;line-height:1}.portal-root .stat-delta{color:var(--green);align-items:center;gap:.25rem;margin-top:.5rem;font-size:.75rem;display:inline-flex}.portal-root .stat-delta.neutral{color:var(--grey-500)}.portal-root .panel{background:var(--white);border:1px solid var(--grey-200);border-radius:8px;overflow:hidden}.portal-root .panel-header{border-bottom:1px solid var(--grey-200);justify-content:space-between;align-items:center;padding:1.125rem 1.5rem;display:flex}.portal-root .panel-title{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.01em;font-size:1.0625rem;font-weight:500}.portal-root .panel-link{color:var(--grey-600);align-items:center;gap:.25rem;font-size:.8125rem;transition:color .15s;display:flex}.portal-root .panel-link:hover{color:var(--navy-900)}.portal-root .panel-body{padding:0}.portal-root .panel-footer{border-top:1px solid var(--grey-200);background:var(--grey-50);text-align:center;padding:.875rem 1.5rem}.portal-root .job-list{margin:0;padding:0;list-style:none}.portal-root .job-item{border-bottom:1px solid var(--grey-100);cursor:pointer;grid-template-columns:1fr auto;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:background .15s;display:grid}.portal-root .job-item:hover{background:var(--grey-50)}.portal-root .job-item:last-child{border-bottom:none}.portal-root .job-title{color:var(--navy-900);margin-bottom:.25rem;font-size:.9375rem;font-weight:500}.portal-root .job-meta{color:var(--grey-500);flex-wrap:wrap;gap:.75rem;font-size:.75rem;display:flex}.portal-root .job-meta span{align-items:center;gap:.25rem;display:inline-flex}.portal-root .job-tag{background:var(--gold-soft);color:var(--navy-900);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;border-radius:3px;padding:.2rem .5rem;font-size:.65rem;font-weight:500}.portal-root .job-tag.match{background:var(--navy-900);color:var(--gold)}.portal-root .activity-list{margin:0;padding:0;list-style:none}.portal-root .activity-item{border-bottom:1px solid var(--grey-100);grid-template-columns:none;align-items:flex-start;gap:.875rem;padding:1rem 1.5rem;display:flex}.portal-root .activity-item:last-child{border-bottom:none}.portal-root .activity-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:7px}.portal-root .activity-content{flex:1;min-width:0}.portal-root .activity-text{color:var(--navy-900);font-size:.8125rem;line-height:1.45}.portal-root .activity-text strong{font-weight:600}.portal-root .activity-time{font-family:var(--font-mono);color:var(--grey-400);margin-top:.25rem;font-size:.7rem}.portal-root .settings-row{border-bottom:1px solid var(--grey-100);grid-template-columns:1fr auto;align-items:center;gap:2rem;padding:1.25rem 0;display:grid}.portal-root .settings-row:first-child{padding-top:0}.portal-root .settings-row:last-child{border-bottom:none;padding-bottom:0}.portal-root .settings-row-title{color:var(--navy-900);margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.portal-root .settings-row-desc{color:var(--grey-600);font-size:.8125rem;line-height:1.5}.portal-root .toggle{background:var(--grey-300);cursor:pointer;border:none;border-radius:12px;flex-shrink:0;width:42px;height:24px;padding:0;transition:background .2s;position:relative}.portal-root .toggle:after{content:"";background:var(--white);border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0000001a}.portal-root .toggle.on{background:var(--navy-900)}.portal-root .toggle.on:after{transform:translate(18px)}.portal-root .profile-section{background:var(--white);border:1px solid var(--grey-200);border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.portal-root .profile-section-title{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.01em;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.125rem;font-weight:500;display:flex}.portal-root .edit-btn{color:var(--grey-500);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.portal-root .edit-btn:hover{background:var(--grey-100);color:var(--navy-900)}.portal-root .step-progress{gap:0;margin-bottom:1.5rem;padding:0;list-style:none;display:flex}.portal-root .step-progress-item{border-bottom:3px solid var(--grey-200);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);flex:1;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.7rem;display:flex}.portal-root .step-progress-item.active{color:var(--navy-900);border-bottom-color:var(--gold);font-weight:600}.portal-root .step-progress-item.done{color:#1d6a1d;border-bottom-color:#1d6a1d}.portal-root .step-progress-num{background:var(--grey-200);width:22px;height:22px;color:var(--grey-700);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;display:inline-flex}.portal-root .step-progress-item.active .step-progress-num{background:var(--gold);color:var(--navy-900)}.portal-root .step-progress-item.done .step-progress-num{color:var(--white);background:#1d6a1d}.portal-root .phase-stub{border:1px dashed var(--purple-100);color:var(--purple-900);background:#3b07640a;border-radius:8px;padding:1rem 1.25rem;font-size:.8125rem;line-height:1.5}.portal-root .phase-stub-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--purple-700);margin-bottom:.3rem;font-size:.6rem}.portal-root .upgrade-banner{background:linear-gradient(135deg, var(--purple-800) 0%, var(--navy-900) 100%);color:var(--white);border-radius:8px;grid-template-columns:1fr auto;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;display:grid;position:relative;overflow:hidden}.portal-root .upgrade-banner:before{content:"";pointer-events:none;background:radial-gradient(circle at 80%,#c9a75233 0%,#0000 50%);position:absolute;inset:0}.portal-root .upgrade-inner{position:relative}.portal-root .upgrade-banner-aside{text-align:right;position:relative}.portal-root .upgrade-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-bottom:.5rem;font-size:.65rem}.portal-root .upgrade-title{font-family:var(--font-display);letter-spacing:-.015em;margin-bottom:.35rem;font-size:1.375rem;font-weight:500}.portal-root .upgrade-title em{color:var(--gold);font-style:italic}.portal-root .upgrade-desc{color:#ffffffbf;max-width:60ch;font-size:.875rem}.portal-root .upgrade-price{font-family:var(--font-display);color:var(--gold);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.5rem;font-weight:500}.portal-root .upgrade-price small{color:#fff9;font-size:.75rem;font-weight:400;font-family:var(--font-body);margin-left:.25rem}.portal-root .purple-upgrade-banner{background:linear-gradient(135deg, var(--purple-900) 0%, var(--purple-700) 100%);color:var(--white);border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem 1.75rem;display:grid;position:relative;overflow:hidden}.portal-root .purple-upgrade-banner:before{content:"";pointer-events:none;background:radial-gradient(at 100% 0,#ffffff14,#0000 60%);position:absolute;inset:0}.portal-root .purple-upgrade-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;color:#ffffffb3;margin-bottom:.5rem;font-size:.65rem;position:relative}.portal-root .purple-upgrade-title{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.5rem;font-weight:500;line-height:1.2;position:relative}.portal-root .purple-upgrade-title strong{font-weight:700}.portal-root .purple-upgrade-example{background:#ffffff1a;border:1px solid #ffffff1f;border-radius:8px;max-width:60ch;padding:.75rem 1rem;font-size:.8125rem;line-height:1.5;position:relative}.portal-root .purple-upgrade-example .highlight{color:#ffd66b;font-weight:600;font-family:var(--font-mono)}.portal-root .purple-upgrade-cta{flex-direction:column;align-items:stretch;gap:.4rem;display:flex;position:relative}.portal-root .purple-upgrade-pricenote{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:#fff9;text-align:center;font-size:.65rem}.portal-root .purple-upgrade-inline{background:var(--purple-50);border:1px solid var(--purple-100);border-left:3px solid var(--purple-900);border-radius:8px;margin-bottom:.75rem;padding:.875rem 1rem}.portal-root .purple-upgrade-inline-title{color:var(--purple-900);margin-bottom:.25rem;font-size:.875rem;font-weight:600}.portal-root .purple-upgrade-inline-body{color:var(--grey-700);margin-bottom:.5rem;font-size:.75rem;line-height:1.5}.portal-root .purple-upgrade-inline-btn{background:var(--purple-900);color:var(--white);justify-content:center;width:100%}.portal-root .cvrank-banner{background:linear-gradient(135deg, var(--navy-900) 0%, #1a2447 100%);color:var(--white);border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;display:grid}.portal-root .cvrank-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;color:var(--gold);margin-bottom:.4rem;font-size:.65rem}.portal-root .cvrank-title{font-family:var(--font-display);margin-bottom:.4rem;font-size:1.5rem;font-weight:500;line-height:1.2}.portal-root .cvrank-title em{color:var(--gold);font-style:italic}.portal-root .cvrank-desc{color:#ffffffbf;max-width:60ch;font-size:.875rem;line-height:1.55}.portal-root .cvrank-cta{flex-direction:column;align-items:stretch;gap:.5rem;display:flex}.portal-root .cvrank-secondary{color:#ffffffb3;border-color:#fff3}.portal-root .free-upsell-card{background:linear-gradient(135deg, var(--cream) 0%, var(--paper) 100%);border:2px solid var(--gold);text-align:center;border-radius:14px;margin-bottom:2rem;padding:2.5rem}.portal-root .free-upsell-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;color:var(--gold);margin-bottom:1rem;font-size:.7rem}.portal-root .free-upsell-title{font-family:var(--font-display);color:var(--navy-900);margin-bottom:1rem;font-size:2rem;font-weight:500;line-height:1.2}.portal-root .free-upsell-title em{color:var(--gold);font-style:italic}.portal-root .free-upsell-desc{color:var(--grey-700);max-width:50ch;margin:0 auto 1rem;font-size:.9375rem;line-height:1.55}.portal-root .free-upsell-math{background:var(--white);border:1px solid var(--grey-200);font-family:var(--font-mono);color:var(--navy-900);letter-spacing:.02em;border-radius:10px;margin:1rem 0 1.5rem;padding:1.25rem 1.5rem;font-size:.8125rem;display:inline-block}.portal-root .free-upsell-math strong{color:var(--gold);font-size:.95rem}.portal-root .free-upsell-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.portal-root .free-upsell-footnote{color:var(--grey-600);max-width:60ch;margin:1.25rem auto 0;font-size:.75rem}.portal-root .modal-content{background:var(--white);width:100%;max-width:540px;box-shadow:var(--shadow-modal);border-radius:12px;animation:.3s ease-out portal-modal-in;overflow:hidden}.portal-root .modal-content .modal-header{background:linear-gradient(135deg, var(--navy-900) 0%, var(--purple-800) 100%);color:var(--white);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 1.75rem;display:flex;position:relative;overflow:hidden}.portal-root .modal-content .modal-header:before{content:"";pointer-events:none;background:radial-gradient(circle at 80% 30%,#c9a7522e 0%,#0000 55%);position:absolute;inset:0}.portal-root .modal-header-title{font-family:var(--font-display);color:var(--cream);letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:500;position:relative}.portal-root .modal-content .modal-body{padding:1.5rem}.portal-root .modal-close-dark{color:var(--cream);background:#ffffff14}.portal-root .modal-close-dark:hover{background:#ffffff2e}.portal-root .confirm-modal-body{color:var(--grey-700);margin-bottom:1.5rem;font-size:.875rem;line-height:1.55}.portal-root .confirm-modal-actions{justify-content:flex-end;gap:.5rem;display:flex}.portal-root .linkedin-modal-content{background:var(--white);border-radius:12px;width:90%;max-width:480px;padding:0;overflow:hidden;box-shadow:0 24px 64px #0a153040}.portal-root .linkedin-header{color:#fff;text-align:center;background:linear-gradient(135deg,#0a66c2 0%,#084d96 100%);padding:1.5rem 1.75rem}.portal-root .linkedin-logo{width:48px;height:48px;font-family:var(--font-display);color:#0a66c2;background:#fff;border-radius:8px;justify-content:center;align-items:center;margin-bottom:.75rem;font-size:1.5rem;font-weight:700;display:inline-flex}.portal-root .linkedin-header-title{font-family:var(--font-display);font-size:1.25rem;font-weight:500}.portal-root .linkedin-header-sub{opacity:.85;margin-top:.35rem;font-size:.8125rem}.portal-root .linkedin-step{padding:1.5rem 1.75rem}.portal-root .linkedin-step-title{font-family:var(--font-display);color:var(--navy-900);margin-bottom:.5rem;font-size:1.25rem;font-weight:500}.portal-root .linkedin-step-desc{color:var(--grey-600);margin-bottom:1.25rem;font-size:.875rem;line-height:1.5}.portal-root .linkedin-permission{border-bottom:1px solid var(--grey-100);align-items:flex-start;gap:.75rem;padding:.75rem 0;display:flex}.portal-root .linkedin-permission:last-child{border-bottom:none}.portal-root .linkedin-permission-icon{color:#0a66c2;background:#0a66c21a;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.875rem;display:flex}.portal-root .linkedin-permission-text{color:var(--grey-700);flex:1;font-size:.8125rem;line-height:1.4}.portal-root .linkedin-permission-text strong{color:var(--navy-900);margin-bottom:.15rem;display:block}.portal-root .linkedin-actions{gap:.5rem;margin-top:1.25rem;display:flex}.portal-root .linkedin-actions .btn{flex:1;justify-content:center}.portal-root .linkedin-authorize-btn{background:#0a66c2}.portal-root .linkedin-authorize-btn:hover{background:#084d96}.portal-root .linkedin-loading{text-align:center;padding:2.5rem 1.5rem}.portal-root .linkedin-spinner{border:3px solid var(--grey-200);border-top-color:#0a66c2;border-radius:50%;width:40px;height:40px;margin:0 auto 1.25rem;animation:.8s linear infinite portal-spin}@keyframes portal-spin{to{transform:rotate(360deg)}}.portal-root .linkedin-loading-title{font-family:var(--font-display);color:var(--navy-900);margin-bottom:.5rem;font-size:1.125rem;font-weight:500}.portal-root .linkedin-progress-text{color:var(--grey-600);font-size:.875rem;font-family:var(--font-mono)}.portal-root .linkedin-success{text-align:center;padding:2rem 1.5rem}.portal-root .linkedin-success-icon{width:56px;height:56px;color:var(--white);background:#10b981;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.75rem;display:inline-flex}.portal-root .linkedin-success-title{font-family:var(--font-display);color:var(--navy-900);margin-bottom:.5rem;font-size:1.25rem;font-weight:500}.portal-root .linkedin-success-desc{color:var(--grey-600);margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}@media (max-width:900px){.portal-root .stats-row{grid-template-columns:repeat(2,1fr)}.portal-root .vacancy-grid,.portal-root .upgrade-banner,.portal-root .purple-upgrade-banner,.portal-root .cvrank-banner{grid-template-columns:1fr}.portal-root .upgrade-banner-aside{text-align:left}.portal-root .application-card-body{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.portal-root .modal-content,.portal-root .linkedin-spinner,.portal-root .filter-popover.open{animation:none}}.portal-root .gallery-header{margin-bottom:1.5rem}.portal-root .gallery-title{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.02em;font-size:1.75rem;font-weight:500}.portal-root .gallery-subtitle{color:var(--grey-600);margin-top:.35rem;font-size:.875rem}.portal-root .gallery-tier-bar{z-index:60;background:var(--white);border:1px solid var(--grey-200);box-shadow:var(--shadow-sm);border-radius:10px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1rem;display:flex;position:sticky;top:0}.portal-root .gallery-tier-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--grey-500);font-size:.65rem}.portal-root .gallery-tier-switch{gap:.5rem;display:flex}.portal-root .gallery-section{border-top:1px solid var(--grey-200);padding:1.5rem 0 2rem}.portal-root .gallery-section-title{font-family:var(--font-display);color:var(--navy-900);margin-bottom:1rem;font-size:1.25rem;font-weight:500}.portal-root .gallery-subhead{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin:1rem 0 .5rem;font-size:.7rem}.portal-root .gallery-pill-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.portal-root .gallery-two-col{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.portal-root .gallery-slider-extra{background:var(--grey-50);cursor:pointer;color:var(--navy-900);border-radius:5px;align-items:flex-start;gap:.5rem;padding:.5rem .65rem;font-size:.8rem;line-height:1.3;display:flex}@media (max-width:900px){.portal-root .gallery-two-col{grid-template-columns:1fr}}.portal-root .page-header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.portal-root .page-title{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.02em;font-size:2rem;font-weight:500;line-height:1.1}.portal-root .page-subtitle{color:var(--grey-600);margin-top:.375rem;font-size:.9375rem}.portal-root .page-meta{font-family:var(--font-mono);color:var(--grey-500);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.7rem}.portal-root .profile-completion{background:var(--white);border:1px solid var(--grey-200);border-radius:8px;grid-template-columns:1fr auto;align-items:center;gap:2rem;margin-bottom:1.5rem;padding:1.5rem;display:grid}.portal-root .completion-title{font-family:var(--font-display);color:var(--navy-900);margin-bottom:.35rem;font-size:1.125rem;font-weight:500}.portal-root .completion-desc{color:var(--grey-600);margin-bottom:1rem;font-size:.875rem}.portal-root .completion-items{flex-wrap:wrap;gap:.5rem;display:flex}.portal-root .completion-chip{background:var(--grey-50);border:1px solid var(--grey-200);color:var(--grey-700);cursor:pointer;border-radius:20px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.75rem;transition:all .15s;display:inline-flex}.portal-root .completion-chip:hover{border-color:var(--navy-900);color:var(--navy-900)}.portal-root .completion-chip.done{background:var(--grey-100);color:var(--grey-400);cursor:default;text-decoration:line-through}.portal-root .completion-circle{flex-shrink:0;width:110px;height:110px;position:relative}.portal-root .completion-circle svg{width:100%;height:100%;transform:rotate(-90deg)}.portal-root .completion-circle-bg{fill:none;stroke:var(--grey-100);stroke-width:8px}.portal-root .completion-circle-fg{fill:none;stroke:var(--gold);stroke-width:8px;stroke-linecap:round}.portal-root .completion-pct{font-family:var(--font-display);color:var(--navy-900);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.portal-root .completion-pct-num{letter-spacing:-.02em;font-size:1.75rem;font-weight:500;line-height:1}.portal-root .completion-pct-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin-top:.15rem;font-size:.6rem}.portal-root .list-deal-banner{background:var(--white);border:1px solid var(--grey-200);border-left:3px solid var(--gold);border-radius:8px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem 1.25rem;display:flex}.portal-root .list-deal-banner-icon{background:var(--gold-soft);width:40px;height:40px;color:var(--gold);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.portal-root .list-deal-banner-text{flex:1}.portal-root .list-deal-banner-title{color:var(--navy-900);margin-bottom:.15rem;font-size:.875rem;font-weight:600}.portal-root .list-deal-banner-desc{color:var(--grey-600);font-size:.75rem}.portal-root .post-role-banner{background:var(--white);border:1px solid var(--grey-200);border-left:3px solid var(--purple-900);border-radius:8px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem 1.25rem;display:flex}.portal-root .post-role-banner-icon{background:var(--purple-50);width:40px;height:40px;color:var(--purple-900);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.portal-root .dashboard-grid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.portal-root .dashboard-col{flex-direction:column;gap:1.5rem;display:flex}@media (max-width:1100px){.portal-root .dashboard-grid{grid-template-columns:1fr}}.portal-root .referral-card{background:linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 100%);color:var(--white);border-radius:8px;padding:1.5rem;position:relative;overflow:hidden}.portal-root .referral-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a75226 0%,#0000 60%);width:60%;height:150%;position:absolute;top:-30%;right:-20%}.portal-root .referral-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-bottom:.5rem;font-size:.65rem;position:relative}.portal-root .referral-title{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.25rem;font-weight:500;position:relative}.portal-root .referral-earn{font-family:var(--font-display);color:var(--gold);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:500;position:relative}.portal-root .referral-body{color:#ffffffb3;margin-bottom:1.25rem;font-size:.8125rem;line-height:1.5;position:relative}.portal-root .referral-card .btn{position:relative}.portal-root .dash-skeleton{background:linear-gradient(90deg, var(--grey-100) 25%, var(--grey-50) 37%, var(--grey-100) 63%);background-size:400% 100%;border-radius:8px;animation:1.4s infinite dashShimmer}@keyframes dashShimmer{0%{background-position:100% 0}to{background-position:0 0}}.portal-root .panel-empty{text-align:center;color:var(--grey-500);padding:1.5rem 0;font-size:.8125rem}.portal-root .profile-layout{grid-template-columns:1fr 320px;gap:1.5rem;display:grid}@media (max-width:1100px){.portal-root .profile-layout{grid-template-columns:1fr}}.portal-root .profile-hero{background:var(--white);border:1px solid var(--grey-200);border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.portal-root .profile-cover{background:linear-gradient(135deg, var(--navy-900) 0%, var(--purple-800) 100%);height:120px;position:relative}.portal-root .profile-cover:before{content:"";background:radial-gradient(circle at 70%,#c9a75233 0%,#0000 50%);position:absolute;inset:0}.portal-root .profile-main{padding:0 2rem 2rem;position:relative}.portal-root .profile-avatar{background:var(--navy-900);width:96px;height:96px;color:var(--white);font-family:var(--font-display);border:4px solid var(--white);border-radius:50%;justify-content:center;align-items:center;margin-top:-48px;margin-bottom:1rem;font-size:2rem;font-weight:500;display:flex;position:relative;overflow:hidden}.portal-root .profile-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.portal-root .profile-avatar-edit{background:var(--gold);width:32px;height:32px;color:var(--navy-900);cursor:pointer;border:2px solid var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.8125rem;transition:transform .15s;display:flex;position:absolute;bottom:4px;right:4px;box-shadow:0 2px 8px #00000040}.portal-root .profile-avatar-edit:hover{transform:scale(1.08)}.portal-root .profile-name{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.875rem;font-weight:500}.portal-root .profile-headline{color:var(--grey-700);margin-bottom:.5rem;font-size:.9375rem}.portal-root .field-edit-row{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.portal-root .inline-edit{font-family:var(--font-mono);color:var(--gold);cursor:pointer;opacity:.85;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;background:0 0;border:none;font-size:.65rem}.portal-root .inline-edit:hover{opacity:1}.portal-root .profile-meta-row{color:var(--grey-500);flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;font-size:.8125rem;display:flex}.portal-root .profile-meta-row span{align-items:center;gap:.35rem;display:inline-flex}.portal-root .profile-actions{flex-wrap:wrap;gap:.5rem;display:flex}.portal-root .field-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--grey-500);margin-bottom:.35rem;font-size:.65rem}.portal-root .field-value{color:var(--navy-900);font-size:.9375rem;line-height:1.5}.portal-root .profile-field{border-bottom:1px solid var(--grey-100);padding:1rem 0}.portal-root .profile-field:last-child{border-bottom:none;padding-bottom:0}.portal-root .skill-tags{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.portal-root .skill-tag{background:var(--grey-100);color:var(--navy-900);border-radius:4px;padding:.4rem .75rem;font-size:.8125rem}.portal-root .experience-item{border-bottom:1px solid var(--grey-100);grid-template-columns:40px 1fr;gap:1rem;padding:1.25rem 0;display:grid}.portal-root .experience-item:last-child{border-bottom:none;padding-bottom:0}.portal-root .experience-logo{background:var(--grey-100);width:40px;height:40px;font-family:var(--font-display);color:var(--grey-600);border-radius:6px;justify-content:center;align-items:center;font-size:1rem;font-weight:500;display:flex}.portal-root .experience-role{color:var(--navy-900);margin-bottom:.15rem;font-size:.9375rem;font-weight:600}.portal-root .experience-company{color:var(--grey-700);margin-bottom:.25rem;font-size:.875rem}.portal-root .experience-dates{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);font-size:.7rem}.portal-root .experience-overview{color:var(--grey-700);margin-top:.4rem;font-size:.8125rem;line-height:1.55}.portal-root .profile-sidebar{flex-direction:column;gap:1.5rem;display:flex}.portal-root .visibility-card{background:var(--white);border:1px solid var(--grey-200);border-radius:8px;padding:1.25rem}.portal-root .visibility-title{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--grey-500);margin-bottom:1rem;font-size:.7rem}.portal-root .visibility-body{color:var(--grey-700);margin-bottom:1rem;font-size:.8125rem;line-height:1.55}.portal-root .cv-empty{border:2px dashed var(--grey-200);text-align:center;cursor:pointer;background:var(--white);width:100%;font:inherit;border-radius:8px;padding:1.5rem;transition:all .15s;display:block}.portal-root .cv-empty:hover{border-color:var(--gold);background:var(--cream)}.portal-root .cv-block{border:1px solid var(--grey-200);background:var(--grey-50);border-radius:8px;align-items:center;gap:1rem;padding:1rem;display:flex}.portal-root .cv-block-icon{background:var(--gold-soft);width:44px;height:44px;color:var(--gold);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.portal-root .cv-block-info{flex:1;min-width:0}.portal-root .cv-block-name{color:var(--navy-900);margin-bottom:.2rem;font-size:.875rem;font-weight:600}.portal-root .cv-block-meta{font-family:var(--font-mono);color:var(--grey-500);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.portal-root .cv-block-actions{flex-shrink:0;gap:.5rem;display:flex}.portal-root .rich-toolbar{background:var(--grey-50);border:1px solid var(--grey-200);border-bottom:none;border-radius:6px 6px 0 0;gap:.25rem;padding:.5rem;display:flex}.portal-root .rich-toolbar button{cursor:pointer;width:28px;height:28px;color:var(--grey-700);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;font-size:.85rem;display:inline-flex}.portal-root .rich-toolbar button:hover,.portal-root .rich-toolbar button.active{background:var(--grey-200);color:var(--navy-900)}.portal-root .rich-toolbar .sep{background:var(--grey-200);width:1px;margin:0 .25rem}.portal-root .rich-textarea{border:1px solid var(--grey-200);width:100%;color:var(--navy-900);background:var(--white);resize:vertical;border-radius:0 0 6px 6px;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;line-height:1.6}.portal-root .rich-textarea .ProseMirror{outline:none;min-height:140px}.portal-root .rich-textarea .ProseMirror:focus{outline:none}.portal-root .rich-textarea .ProseMirror p{margin:0 0 .5rem}.portal-root .rich-textarea .ProseMirror ul,.portal-root .rich-textarea .ProseMirror ol{margin:0 0 .5rem;padding-left:1.25rem}.portal-root .profile-input{border:1px solid var(--grey-300);width:100%;color:var(--navy-900);background:var(--white);border-radius:6px;padding:.75rem .875rem;font-family:inherit;font-size:.9375rem}.portal-root .profile-input:focus{border-color:var(--gold);outline:none}.portal-root .field-hint{color:var(--grey-500);margin-top:.4rem;font-size:.7rem}.portal-root .section-edit-note{color:var(--grey-700);margin-bottom:1rem;font-size:.875rem;line-height:1.55}.portal-root .exp-edit-list{gap:.5rem;display:grid}.portal-root .exp-edit-row{border:1px solid var(--grey-200);background:var(--white);border-radius:6px;gap:.6rem;padding:1rem;display:grid}.portal-root .exp-edit-grid2{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.portal-root .exp-edit-grid4{grid-template-columns:1fr 1fr 1fr auto;align-items:center;gap:.6rem;display:grid}.portal-root .exp-input{border:1px solid var(--grey-200);color:var(--navy-900);background:var(--white);border-radius:5px;width:100%;padding:.5rem;font-family:inherit;font-size:.85rem}.portal-root .exp-present{color:var(--grey-700);white-space:nowrap;align-items:center;gap:.35rem;font-size:.8rem;display:inline-flex}.portal-root .exp-edit-row-head{justify-content:flex-end;display:flex}.portal-root .exp-remove{color:var(--grey-500);cursor:pointer;background:0 0;border:none;font-size:.75rem}.portal-root .exp-remove:hover{color:var(--red)}.portal-root .modal-actions{justify-content:flex-end;gap:.5rem;display:flex}.portal-root .section-edit-footer{border-top:1px solid var(--grey-100);justify-content:flex-end;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.portal-root .cv-parse-spinner{border:3px solid var(--grey-200);border-top-color:var(--gold);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:.8s linear infinite cvSpin;display:inline-block}@keyframes cvSpin{to{transform:rotate(360deg)}}.portal-root .cv-review-fields{background:var(--grey-50);border-radius:6px;margin-bottom:1rem;padding:1rem 1.25rem}.portal-root .cv-review-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin-bottom:.4rem;font-size:.65rem}.portal-root .cv-review-list{color:var(--navy-900);font-size:.8125rem;line-height:1.6}.portal-root .cv-apply-check{border:1px solid var(--grey-200);cursor:pointer;color:var(--navy-900);border-radius:6px;align-items:flex-start;gap:.5rem;margin-bottom:1rem;padding:.6rem .875rem;font-size:.85rem;display:flex}.portal-root .photo-crop-preview{text-align:center;background:var(--grey-50);border-radius:8px;margin-bottom:1rem;padding:1.5rem}.portal-root .photo-crop-avatar{background:linear-gradient(135deg, var(--navy-900), var(--gold));width:140px;height:140px;color:var(--white);font-size:2.5rem;font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-weight:500;display:flex}.portal-root .sub-tabs{border-bottom:1px solid var(--grey-200);gap:0;margin-top:-.5rem;margin-bottom:1.5rem;display:flex}.portal-root .sub-tab{cursor:pointer;color:var(--grey-600);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.85rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .15s}.portal-root .sub-tab:hover{color:var(--navy-900)}.portal-root .sub-tab.active{color:var(--navy-900);border-bottom-color:var(--gold)}.portal-root .sub-tab-count{font-family:var(--font-mono);color:var(--grey-500);margin-left:.3rem;font-size:.7rem}.portal-root .source-dot{vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-right:.4rem;display:inline-block}.portal-root .source-dot.gold{background:var(--gold)}.portal-root .source-dot.grey{background:var(--grey-400)}.portal-root .source-help{color:var(--grey-500);max-width:38ch;margin-left:auto;font-size:.7rem;line-height:1.4}.portal-root .apply-field{gap:1.25rem;display:grid}.portal-root .apply-hint{color:var(--grey-500);margin-top:.4rem;font-size:.7rem}.portal-root .apply-cv-options{flex-direction:column;gap:.5rem;display:flex}.portal-root .apply-cv-option{border:1px solid var(--grey-200);cursor:pointer;border-radius:6px;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.portal-root .apply-cv-option.selected{border-color:var(--gold);background:#c9a7520d}.portal-root .apply-cv-option-title{color:var(--navy-900);font-size:.875rem;font-weight:600}.portal-root .apply-cv-option-meta{color:var(--grey-600);font-size:.75rem}.portal-root .apply-note{background:var(--grey-50);color:var(--grey-700);border-radius:6px;padding:.875rem 1rem;font-size:.75rem;line-height:1.5}.portal-root .apply-note strong{color:var(--navy-900)}.portal-root .cvrank-inputs{background:var(--grey-50);border-radius:6px;margin-bottom:1rem;padding:1rem 1.25rem}.portal-root .cvrank-inputs-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin-bottom:.4rem;font-size:.65rem}.portal-root .cvrank-inputs-list{color:var(--navy-900);font-size:.8125rem;line-height:1.6}.portal-root .cvrank-intro-desc{color:var(--grey-700);margin-bottom:1rem;font-size:.875rem;line-height:1.55}.portal-root .cvrank-running{text-align:center;padding:2rem 1rem}.portal-root .cvrank-running-text{color:var(--navy-900);font-size:.9375rem;font-weight:500}.portal-root .cvrank-result-card{background:linear-gradient(135deg, var(--cream), var(--paper));border:2px solid var(--gold);border-radius:8px;grid-template-columns:1fr auto;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem 1.25rem;display:grid}.portal-root .cvrank-result-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:.25rem;font-size:.65rem}.portal-root .cvrank-score{font-family:var(--font-display);color:var(--navy-900);font-size:2rem;font-weight:500;line-height:1}.portal-root .cvrank-score span{color:var(--grey-600);font-size:1rem}.portal-root .cvrank-result-note{color:var(--grey-700);max-width:28ch;font-size:.75rem;line-height:1.4}.portal-root .cvrank-suggestions-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin-bottom:.75rem;font-size:.65rem}.portal-root .cvrank-suggestions{gap:.6rem;display:grid}.portal-root .cvrank-suggestion{background:var(--white);border:1px solid var(--grey-200);border-radius:6px;padding:.875rem 1rem}.portal-root .cvrank-suggestion-title{color:var(--navy-900);margin-bottom:.25rem;font-size:.85rem;font-weight:600}.portal-root .cvrank-suggestion-body{color:var(--grey-700);font-size:.8rem;line-height:1.5}.portal-root .comp-extra{background:var(--grey-50);cursor:pointer;color:var(--navy-900);border-radius:5px;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;padding:.5rem .65rem;font-size:.8rem;line-height:1.3;display:flex}.portal-root .comp-extra input{margin-top:2px}.portal-root .comp-extra-note{color:var(--grey-600);margin-top:.15rem;font-size:.7rem}.portal-root .toolbar-divider{background:var(--grey-200);width:1px;height:20px;margin:0 .5rem}.portal-root .member-search{border:1px solid var(--grey-200);background:var(--white);width:280px;max-width:100%;color:var(--navy-900);border-radius:6px;padding:.4rem .75rem;font-family:inherit;font-size:.8125rem}.portal-root .community-section-head{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}.portal-root .community-section-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--grey-500);margin-bottom:.25rem;font-size:.7rem}.portal-root .community-section-title{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.015em;font-size:1.5rem;font-weight:500}.portal-root .community-free-banner{background:var(--cream);border:1px solid var(--gold-soft);color:var(--grey-700);border-radius:8px;margin-bottom:1rem;padding:.875rem 1rem;font-size:.8125rem;line-height:1.55}.portal-root .community-free-banner strong{color:var(--navy-900)}.portal-root .member-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.portal-root .member-card{cursor:pointer;padding:1.25rem;transition:all .15s}.portal-root .member-card:hover{border-color:var(--gold-soft);transform:translateY(-2px)}.portal-root .member-card-head{gap:.75rem;margin-bottom:1rem;display:flex}.portal-root .member-avatar{background:linear-gradient(135deg, var(--navy-900), var(--gold));width:48px;height:48px;color:var(--white);font-size:1rem;font-weight:600;font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.portal-root .member-card-name{color:var(--navy-900);margin-bottom:.15rem;font-size:.9375rem;font-weight:600}.portal-root .member-card-role{color:var(--grey-600);font-size:.75rem}.portal-root .member-card-loc{font-family:var(--font-mono);color:var(--gold);text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem;font-size:.65rem}.portal-root .member-card-tags{flex-wrap:wrap;gap:.35rem;margin-bottom:1rem;display:flex}.portal-root .member-card-info{flex:1;min-width:0}.portal-root .network-stats-band{background:linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 100%);color:var(--white);border-radius:8px;grid-template-columns:repeat(5,1fr);align-items:center;gap:1.5rem;margin-top:1.5rem;padding:1.25rem 1.5rem;display:grid}.portal-root .network-stat-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:.35rem;font-size:.65rem}.portal-root .network-stat-value{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.75rem;font-weight:500}.portal-root .network-stat-note{color:#fff9;font-size:.75rem}.portal-root .community-grid{grid-template-columns:2fr 1fr;align-items:start;gap:1.5rem;display:grid}.portal-root .event-header{border-bottom:1px solid var(--grey-100);align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.portal-root .event-header:last-child{border-bottom:none}.portal-root .event-header.locked{opacity:.7}.portal-root .event-date{text-align:center;background:var(--cream);border:1px solid var(--gold-soft);border-radius:6px;flex-shrink:0;width:52px;padding:.4rem 0}.portal-root .event-date.muted{background:var(--grey-100);border-color:var(--grey-200)}.portal-root .event-date-day{font-family:var(--font-display);color:var(--navy-900);font-size:1.25rem;font-weight:500;line-height:1}.portal-root .event-date.muted .event-date-day{color:var(--grey-500)}.portal-root .event-date-month{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-top:.2rem;font-size:.6rem}.portal-root .event-date.muted .event-date-month{color:var(--grey-400)}.portal-root .event-info{flex:1;min-width:0}.portal-root .event-info h3{color:var(--navy-900);margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.portal-root .event-info.muted h3{color:var(--grey-500)}.portal-root .event-info-host{font-family:var(--font-mono);color:var(--grey-500);text-transform:uppercase;letter-spacing:.1em;margin-left:.4rem;font-size:.6rem;font-weight:400}.portal-root .event-info p{color:var(--grey-600);margin-bottom:.5rem;font-size:.8125rem;line-height:1.5}.portal-root .event-meta{color:var(--grey-500);flex-wrap:wrap;gap:1rem;font-size:.7rem;display:flex}.portal-root .discussion-channels{border-bottom:1px solid var(--grey-100);flex-wrap:wrap;align-items:center;gap:.4rem;padding:.75rem 1rem;display:flex}.portal-root .discussion-channels-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin-right:.4rem;font-size:.6rem}.portal-root .discussion-channels .filter-chip{padding:.2rem .55rem;font-size:.7rem}.portal-root .discussion-channels .filter-chip.pro-only{background:var(--cream);border-color:var(--gold)}.portal-root .discussion-item{border-bottom:1px solid var(--grey-100);padding:1rem 1.25rem}.portal-root .discussion-item:last-child{border-bottom:none}.portal-root .discussion-item.pro{background:linear-gradient(to right, var(--cream) 0%, transparent 100%);border-left:3px solid var(--gold)}.portal-root .discussion-item.free-locked{opacity:.65;cursor:pointer}.portal-root .discussion-header{align-items:center;gap:.65rem;margin-bottom:.6rem;display:flex}.portal-root .discussion-avatar{background:var(--navy-900);width:36px;height:36px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.portal-root .discussion-avatar.gold{background:var(--gold);color:var(--navy-900)}.portal-root .discussion-avatar.muted{background:var(--grey-300);color:var(--grey-600)}.portal-root .discussion-author{color:var(--navy-900);font-size:.8125rem;font-weight:600}.portal-root .discussion-author-tag{font-family:var(--font-mono);color:var(--gold);margin-left:.4rem;font-size:.6rem;font-weight:600}.portal-root .discussion-meta{color:var(--grey-500);font-size:.7rem}.portal-root .discussion-title{color:var(--navy-900);margin-bottom:.35rem;font-size:.9375rem;font-weight:600;line-height:1.4}.portal-root .discussion-item.free-locked .discussion-title{color:var(--grey-500)}.portal-root .discussion-excerpt{color:var(--grey-600);margin-bottom:.6rem;font-size:.8125rem;line-height:1.55}.portal-root .discussion-item.free-locked .discussion-excerpt{color:var(--grey-500)}.portal-root .discussion-footer{color:var(--grey-500);gap:1rem;font-size:.7rem;display:flex}.portal-root .member-spotlight{border-bottom:1px solid var(--grey-100);align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:flex}.portal-root .member-spotlight:last-child{border-bottom:none}.portal-root .member-spotlight .member-avatar{width:40px;height:40px;font-size:.85rem}.portal-root .member-info{flex:1;min-width:0}.portal-root .member-name{color:var(--navy-900);font-size:.8125rem;font-weight:600}.portal-root .member-role{color:var(--grey-600);font-size:.7rem}@media (max-width:900px){.portal-root .community-grid{grid-template-columns:1fr}.portal-root .network-stats-band{grid-template-columns:repeat(2,1fr)}}.portal-root .listing-layout{grid-template-columns:1fr 320px;align-items:start;gap:1.5rem;display:grid}.portal-root .listing-sidebar{flex-direction:column;gap:1.5rem;display:flex}.portal-root .autosave-indicator{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);align-items:center;gap:.4rem;font-size:.65rem;display:inline-flex}.portal-root .autosave-indicator .dot{background:#1d6a1d;border-radius:50%;width:6px;height:6px}.portal-root .listing-mode-switch{background:var(--grey-50);border-radius:8px;gap:.5rem;margin-bottom:1.5rem;padding:.4rem;display:flex}.portal-root .listing-mode-switch button{cursor:pointer;color:var(--grey-700);text-align:center;background:0 0;border:none;border-radius:6px;flex:1;padding:.7rem 1rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .15s}.portal-root .listing-mode-switch button.active{background:var(--white);color:var(--navy-900);box-shadow:0 1px 3px #00000014}.portal-root .listing-mode-switch button .mode-sub{color:var(--grey-600);margin-top:.15rem;font-size:.7rem;font-weight:400}.portal-root .profile-section.listing-section .profile-section-title{border-bottom:1px solid var(--grey-200);margin:0 0 1.5rem;padding:0 0 1rem}.portal-root .listing-grid{gap:1.25rem;display:grid}.portal-root .listing-field-label-meta{font-family:var(--font-mono);color:var(--grey-500);text-transform:uppercase;letter-spacing:.1em;margin-left:.5rem;font-size:.65rem}.portal-root .listing-field-label-opt{color:var(--grey-500);font-weight:400}.portal-root .listing-input{border:1px solid var(--grey-200);width:100%;color:var(--navy-900);background:var(--white);border-radius:6px;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem}.portal-root .listing-input:disabled{background:var(--grey-50);color:var(--grey-500)}.portal-root textarea.listing-input{resize:vertical}.portal-root .listing-input.project-name{background:var(--grey-50);font-family:var(--font-mono)}.portal-root .listing-two-col{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.portal-root .listing-help{color:var(--grey-500);margin-top:.4rem;font-size:.7rem;line-height:1.4}.portal-root .listing-help strong{color:var(--navy-900)}.portal-root .listing-inline{align-items:center;gap:.75rem;display:flex}.portal-root .listing-checkbox{color:var(--grey-700);white-space:nowrap;align-items:center;gap:.4rem;font-size:.85rem;display:inline-flex}.portal-root .listing-lite-note{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:8px;padding:1rem 1.25rem}.portal-root .listing-lite-note-title{color:var(--navy-900);margin-bottom:.4rem;font-size:.875rem;font-weight:500}.portal-root .listing-lite-note-body{color:var(--grey-700);font-size:.8125rem;line-height:1.55}.portal-root .listing-doc-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.portal-root .listing-doc-item{border:1px solid var(--grey-200);background:var(--grey-50);border-radius:.5rem;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem .85rem;display:flex}.portal-root .listing-doc-name{color:var(--grey-900);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:600;overflow:hidden}.portal-root .listing-doc-meta{color:var(--grey-500);font-size:.7rem;font-family:var(--font-mono);white-space:nowrap}.portal-root .listing-privacy-note{color:var(--grey-700);background:#c9a75214;border-radius:5px;margin-top:.5rem;padding:.5rem .75rem;font-size:.7rem;line-height:1.4}.portal-root .listing-privacy-note.purple{border-left:3px solid var(--purple-900);background:#3b07640d;border-radius:6px;padding:.75rem 1rem;font-size:.75rem;line-height:1.5}.portal-root .listing-privacy-note strong{color:var(--navy-900)}.portal-root .price-head{justify-content:space-between;align-items:baseline;margin-bottom:.5rem;display:flex}.portal-root .price-readout{align-items:baseline;gap:.75rem;display:flex}.portal-root .price-display{font-family:var(--font-mono);color:var(--navy-900);font-size:1.125rem;font-weight:600}.portal-root .price-multiple{font-family:var(--font-mono);color:var(--gold);font-size:.75rem}.portal-root .price-negotiable{border:1px solid var(--grey-200);cursor:pointer;color:var(--navy-900);border-radius:6px;align-items:center;gap:.5rem;padding:.6rem .875rem;font-size:.875rem;display:flex}.portal-root .visibility-stat{border-bottom:1px solid var(--grey-100);justify-content:space-between;align-items:baseline;padding:.75rem 0;display:flex}.portal-root .visibility-stat:last-child{border-bottom:none;padding-bottom:0}.portal-root .visibility-stat:first-child{padding-top:0}.portal-root .visibility-metric{color:var(--grey-700);font-size:.8125rem}.portal-root .visibility-number{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.015em;font-size:1.25rem;font-weight:500}.portal-root .visibility-card .visibility-copy{color:var(--grey-700);margin-bottom:.65rem;font-size:.8125rem;line-height:1.55}.portal-root .visibility-card .visibility-copy:last-child{margin-bottom:0}.portal-root .visibility-card .visibility-copy strong{color:var(--navy-900)}@media (max-width:900px){.portal-root .listing-layout{grid-template-columns:1fr}}.portal-root .stats-row.cols-5{grid-template-columns:repeat(5,1fr)}.portal-root .dd-enquiry-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.portal-root .dd-enquiry-panel{background:var(--grey-50);border:1px solid var(--grey-200);text-align:center;border-radius:12px;padding:1.75rem}.portal-root .dd-enquiry-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;margin-bottom:.75rem;font-size:.7rem}.portal-root .dd-enquiry-eyebrow.gold{color:var(--gold)}.portal-root .dd-enquiry-eyebrow.purple{color:var(--purple-900)}.portal-root .dd-enquiry-title{font-family:var(--font-display);color:var(--navy-900);margin-bottom:.5rem;font-size:1.125rem;font-weight:500}.portal-root .dd-enquiry-desc{color:var(--grey-700);max-width:50ch;margin:0 auto 1rem;font-size:.8125rem;line-height:1.55}.portal-root .dd-deal-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem;display:grid}.portal-root .dd-teaser-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;margin-top:1.5rem;display:grid}.portal-root .subscription-card{background:linear-gradient(135deg, var(--navy-900) 0%, var(--purple-800) 100%);color:var(--white);border-radius:8px;margin-bottom:2rem;padding:2rem;position:relative;overflow:hidden}.portal-root .subscription-card:before{content:"";background:radial-gradient(circle,#c9a75233 0%,#0000 60%);width:40%;height:150%;position:absolute;top:-20%;right:-10%}.portal-root .sub-tier{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-bottom:.75rem;font-size:.7rem;position:relative}.portal-root .sub-title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.75rem;font-weight:500;position:relative}.portal-root .sub-desc{color:#ffffffbf;max-width:50ch;margin-bottom:1.5rem;font-size:.875rem;position:relative}.portal-root .sub-details{border-top:1px solid #ffffff26;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-top:1.5rem;display:grid;position:relative}.portal-root .sub-detail-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:#ffffff80;margin-bottom:.25rem;font-size:.65rem}.portal-root .sub-detail-value{font-family:var(--font-display);letter-spacing:-.01em;font-size:1rem;font-weight:500}.portal-root .sub-detail-value.gold{color:var(--gold);font-size:1.5rem}.portal-root .sub-detail-note{color:#ffffffa6;margin-top:.25rem;font-size:.75rem}.portal-root .refer-link-row{gap:.5rem;margin-bottom:1.25rem;display:flex}.portal-root .refer-link-input{border:1px solid var(--grey-200);background:var(--grey-50);font-family:var(--font-mono);color:var(--navy-900);border-radius:6px;flex:1;padding:.75rem 1rem;font-size:.8125rem}.portal-root .refer-share-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--grey-500);margin-bottom:.75rem;font-size:.65rem}.portal-root .refer-share-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.portal-root .refer-panel-note{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);font-size:.65rem}.portal-root .refer-funnel-note{color:var(--grey-500);text-align:right;font-size:.7rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;margin-top:.5rem}.portal-root .refer-form-grid{gap:1rem;display:grid}.portal-root .refer-form-two-col{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.portal-root .refer-input{border:1px solid var(--grey-200);width:100%;color:var(--navy-900);background:var(--white);border-radius:6px;padding:.65rem .875rem;font-family:inherit;font-size:.875rem}.portal-root textarea.refer-input{resize:vertical}.portal-root .refer-form-actions{justify-content:flex-end;gap:.75rem;display:flex}.portal-root .refer-history-empty{text-align:center;color:var(--grey-500);padding:3rem 1.5rem}.portal-root .refer-history-empty svg{color:var(--grey-400);margin:0 auto 1rem;display:block}.portal-root .refer-history-empty-title{font-family:var(--font-display);color:var(--navy-900);margin-bottom:.5rem;font-size:1.125rem;font-weight:500}.portal-root .refer-history-empty-body{color:var(--grey-600);max-width:40ch;margin:0 auto;font-size:.875rem}.portal-root .refer-terms{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:8px;margin-top:1.5rem;padding:1.25rem 1.5rem}.portal-root .refer-terms ul{color:var(--grey-700);flex-direction:column;gap:.5rem;font-size:.8125rem;line-height:1.6;list-style:none;display:flex}.portal-root .refer-history-table{border-collapse:collapse;width:100%;font-size:.875rem}.portal-root .refer-history-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--grey-500);border-bottom:1px solid var(--grey-200);padding:.75rem 1.5rem;font-size:.75rem}.portal-root .refer-history-table td{border-bottom:1px solid var(--grey-100);color:var(--grey-700);vertical-align:top;padding:.875rem 1.5rem}.portal-root .refer-history-name{color:var(--grey-900);font-weight:600}.portal-root .refer-history-email{color:var(--grey-500);font-size:.8125rem}.portal-root .refer-history-status{background:var(--grey-100);color:var(--grey-700);border-radius:999px;padding:.125rem .625rem;font-size:.75rem;font-weight:600;display:inline-block}.portal-root .refer-history-status.status-credited{color:var(--gold);background:#caa24a26}.portal-root .refer-history-status.status-signed_up{color:#26b;background:#2266bb1f}.portal-root .sub-next-invoice{border-top:1px solid #ffffff26;margin-top:1.5rem;padding-top:1.25rem}.portal-root .sub-next-invoice-amounts{align-items:baseline;gap:.75rem;margin:.25rem 0;display:flex}.portal-root .sub-next-invoice-gross{opacity:.6;font-size:1rem;text-decoration:line-through}.portal-root .sub-next-invoice-net{font-size:1.5rem;font-weight:700}@media (max-width:900px){.portal-root .stats-row.cols-5{grid-template-columns:repeat(2,1fr)}.portal-root .dd-enquiry-grid,.portal-root .sub-details,.portal-root .refer-form-two-col{grid-template-columns:1fr}}.portal-root .scout-back-link{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-600);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;margin-bottom:1rem;padding:0;font-size:.7rem;display:inline-flex}.portal-root .scout-back-link:hover{color:var(--navy-900)}.portal-root .role-detail-grid{grid-template-columns:1fr 360px;gap:2rem;display:grid}.portal-root .role-detail-meta{background:var(--grey-50);border-radius:8px;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.portal-root .role-detail-meta-item{font-size:.8125rem}.portal-root .role-detail-meta-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--grey-500);margin-bottom:.2rem;font-size:.6rem}.portal-root .role-detail-meta-value{color:var(--navy-900);font-weight:500}.portal-root .refer-cap-pill{background:var(--cream);border:1px solid var(--gold-soft);color:var(--navy-900);border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.8125rem;display:inline-flex}.portal-root .refer-cap-pill strong{color:var(--gold);font-family:var(--font-mono);font-weight:600}.portal-root .contract-preview{background:var(--paper);border:1px solid var(--grey-200);color:var(--navy-900);border-radius:8px;max-height:320px;margin-bottom:1.5rem;padding:1.5rem 1.75rem;font-size:.8125rem;line-height:1.65;overflow-y:auto}.portal-root .contract-preview h4{font-family:var(--font-display);color:var(--navy-900);margin:1rem 0 .5rem;font-size:1.05rem;font-weight:500}.portal-root .contract-preview h4:first-child{margin-top:0}.portal-root .contract-preview p{margin-bottom:.65rem}.portal-root .contract-preview p:last-child{margin-bottom:0}.portal-root .scout-pick-grid{max-height:200px;overflow-y:auto}.portal-root .contract-consent{border:1px solid var(--grey-200);background:var(--white);cursor:pointer;border-radius:8px;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:1rem 1.25rem;display:flex}.portal-root .contract-consent.checked{background:#228b220a;border-color:#1d6a1d}.portal-root .contract-consent input{margin-top:3px}.portal-root .contract-consent-label{color:var(--navy-900);margin-bottom:.2rem;font-size:.875rem;font-weight:600}.portal-root .contract-consent-hint{color:var(--grey-500);font-size:.7rem;line-height:1.5}.portal-root .kanban-row{grid-template-columns:repeat(7,minmax(220px,1fr));gap:.75rem;padding-bottom:.5rem;display:grid;overflow-x:auto}.portal-root .kanban-col{background:var(--grey-50);border-radius:8px;flex-direction:column;min-height:320px;padding:.75rem;display:flex}.portal-root .kanban-col-header{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-600);justify-content:space-between;align-items:center;padding:.25rem .4rem .75rem;font-size:.65rem;display:flex}.portal-root .kanban-col-count{background:var(--white);color:var(--navy-900);border-radius:999px;padding:.15rem .45rem;font-weight:600}.portal-root .kanban-drop-zone{border:2px dashed #0000;border-radius:6px;flex:1;padding:.4rem}.portal-root .kanban-card{background:var(--white);border:1px solid var(--grey-200);cursor:grab;border-radius:6px;margin-bottom:.5rem;padding:.75rem .875rem;transition:all .15s}.portal-root .kanban-card:hover{border-color:var(--gold);box-shadow:0 2px 6px #0000000f}.portal-root .kanban-card:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.portal-root .kanban-card.dragging{opacity:.4;cursor:grabbing}.portal-root .kanban-card.grabbed{border-color:var(--gold);box-shadow:0 0 0 2px var(--gold);cursor:grabbing}.portal-root .kanban-card-name{color:var(--navy-900);margin-bottom:.2rem;font-size:.8125rem;font-weight:600}.portal-root .kanban-card-meta{color:var(--grey-600);font-size:.7rem;line-height:1.4}.portal-root .kanban-card-referrer{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--gold);margin-top:.4rem;font-size:.6rem}.portal-root .kanban-col.drag-over{background:var(--cream);outline:2px dashed var(--gold)}.portal-root .kanban-announce{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:900px){.portal-root .role-detail-grid,.portal-root .post-role-layout{grid-template-columns:1fr}}.portal-root .settings-layout{grid-template-columns:220px 1fr;gap:1.5rem;display:grid}.portal-root .settings-nav{flex-direction:column;gap:.25rem;display:flex}.portal-root .settings-nav-link{color:var(--grey-700);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;width:100%;padding:.625rem .875rem;font-family:inherit;font-size:.875rem}.portal-root .settings-nav-link:hover{background:var(--grey-100);color:var(--navy-900)}.portal-root .settings-nav-link.active{background:var(--navy-900);color:var(--white)}.portal-root .settings-panel{background:var(--white);border:1px solid var(--grey-200);border-radius:8px;padding:2rem}.portal-root .settings-intro{color:var(--grey-600);margin-bottom:1.25rem;font-size:.8125rem;line-height:1.5}.portal-root .settings-select{border:1px solid var(--grey-300);color:var(--navy-900);background:var(--white);cursor:pointer;border-radius:6px;min-width:140px;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem}.portal-root .modal-header-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:.35rem;font-size:.65rem;position:relative}.portal-root .billing-plan-box{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:8px;margin-bottom:1.25rem;padding:1.25rem}.portal-root .billing-plan-grid{gap:1.5rem;margin-top:1rem;display:flex}.portal-root .billing-actions{flex-direction:column;gap:.5rem;display:flex}.portal-root .billing-actions .btn{justify-content:flex-start}.portal-root .payment-method-row{border:1px solid var(--grey-200);border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem 1.25rem;display:flex}.portal-root .payment-method-main{color:var(--navy-900);font-size:.875rem;font-weight:600}.portal-root .payment-method-sub{color:var(--grey-500);margin-top:.15rem;font-size:.75rem}.portal-root .invoice-row{border-bottom:1px solid var(--grey-100);grid-template-columns:1fr auto auto;align-items:center;gap:1rem;padding:.875rem 0;display:grid}.portal-root .invoice-row:last-child{border-bottom:none}.portal-root .invoice-label{color:var(--navy-900);font-size:.875rem;font-weight:500}.portal-root .invoice-meta{color:var(--grey-500);font-size:.75rem;font-family:var(--font-mono)}.portal-root .billing-free-notice{color:var(--grey-600);margin-bottom:1rem;font-size:.875rem;line-height:1.55}.portal-root .dsar-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.portal-root .consent-summary{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.portal-root .consent-summary li{color:var(--navy-900);border-bottom:1px solid var(--grey-100);justify-content:space-between;align-items:center;padding:.625rem 0;font-size:.875rem;display:flex}.portal-root .consent-summary li:last-child{border-bottom:none}.portal-root .consent-status{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.portal-root .consent-status.granted{color:#15803d}.portal-root .consent-status.revoked{color:var(--grey-500)}.portal-root .settings-link-btn{color:var(--navy-900);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.8125rem;text-decoration:underline}.portal-root .settings-danger{border-color:#fecaca}.portal-root .settings-danger .profile-section-title{color:#b91c1c}.portal-root .twofa-intro{color:var(--grey-700);margin-bottom:1.25rem;font-size:.875rem;line-height:1.55}.portal-root .twofa-methods{gap:.75rem;display:grid}.portal-root .twofa-method{text-align:left;border:1px solid var(--grey-200);background:var(--white);cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:1rem;display:flex}.portal-root .twofa-method:hover{border-color:var(--navy-900);background:var(--grey-50)}.portal-root .twofa-method-icon{font-size:1.25rem}.portal-root .twofa-method-title{color:var(--navy-900);font-size:.875rem;font-weight:600}.portal-root .twofa-method-desc{color:var(--grey-600);margin-top:.15rem;font-size:.75rem}.portal-root .twofa-qr{border:1px solid var(--grey-200);background-color:var(--white);background-image:linear-gradient(45deg, var(--navy-900) 25%, transparent 25%, transparent 75%, var(--navy-900) 75%), linear-gradient(45deg, var(--navy-900) 25%, transparent 25%, transparent 75%, var(--navy-900) 75%);background-position:0 0,8px 8px;background-size:16px 16px;border-radius:8px;width:176px;height:176px;margin:0 auto 1rem}.portal-root img.twofa-qr{object-fit:contain;background-image:none;background-size:auto;padding:8px;display:block}.portal-root .twofa-recovery-codes{grid-template-columns:1fr 1fr;gap:.5rem;margin:0 0 1.25rem;padding:0;list-style:none;display:grid}.portal-root .twofa-recovery-codes .twofa-key{margin-bottom:0}.portal-root .twofa-step-label{color:var(--grey-700);text-align:center;margin-bottom:1rem;font-size:.875rem;line-height:1.55}.portal-root .twofa-key{text-align:center;font-family:var(--font-mono);letter-spacing:.15em;color:var(--navy-900);background:var(--grey-50);border:1px solid var(--grey-200);border-radius:6px;margin-bottom:1.25rem;padding:.625rem;font-size:.95rem}.portal-root .twofa-code-input{text-align:center;width:100%;font-family:var(--font-mono);letter-spacing:.3em;border:1px solid var(--grey-300);box-sizing:border-box;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:1.25rem}.portal-root .twofa-actions{justify-content:space-between;align-items:center;gap:.5rem;display:flex}@media (max-width:900px){.portal-root .settings-layout{grid-template-columns:1fr}.portal-root .settings-nav{flex-flow:wrap}.portal-root .settings-nav-link{width:auto}}
