*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green-50: #f0fdf4;--green-100: #dcfce7;--green-200: #bbf7d0;--green-400: #4ade80;--green-500: #22c55e;--green-600: #16a34a;--green-700: #15803d;--green-800: #166534;--green-900: #14532d;--gold-400: #facc15;--gold-500: #eab308;--red-500: #ef4444;--red-600: #dc2626;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--gray-950: #030712;--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;color-scheme:light;font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}body{background:#fff;color:var(--gray-800)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-dark{background:var(--gray-50)}.section-cta{background:linear-gradient(135deg,var(--green-700),var(--green-900));color:#fff}.section-header{text-align:center;max-width:680px;margin:0 auto 3.5rem}.section-tag{display:inline-block;font-family:var(--font-mono);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--green-600);background:var(--green-50);border:1px solid var(--green-200);padding:.3rem .75rem;border-radius:999px;margin-bottom:1rem}.section-dark .section-tag{background:var(--green-100)}.section-title{font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--gray-900);margin-bottom:1rem}.section-dark .section-title{color:var(--gray-900)}.section-desc{font-size:1.1rem;color:var(--gray-500);line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;border-radius:.5rem;transition:all .2s;cursor:pointer;border:2px solid transparent;font-size:.95rem;padding:.6rem 1.5rem}.btn-sm{padding:.45rem 1rem;font-size:.85rem}.btn-lg{padding:.85rem 2rem;font-size:1rem}.btn-primary{background:var(--green-600);color:#fff;border-color:var(--green-600)}.btn-primary:hover{background:var(--green-700);border-color:var(--green-700)}.btn-outline{background:transparent;color:var(--green-700);border-color:var(--green-600)}.btn-outline:hover{background:var(--green-50)}.btn-white{background:#fff;color:var(--green-800);border-color:#fff}.btn-white:hover{background:var(--gray-100)}.btn-outline-white{background:transparent;color:#fff;border-color:#ffffff80}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff}.nav{position:fixed;top:0;left:0;right:0;z-index:200;background:#fff;border-bottom:1px solid var(--gray-200);box-shadow:0 2px 8px #0000000f}.nav-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:4rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.25rem;font-weight:700;font-size:1.5rem}.logo-icon{font-size:1.75rem;display:inline-flex;align-items:center;justify-content:center}.logo-icon img{width:4rem;height:4rem;object-fit:contain;border-radius:8px}.logo-highlight{color:var(--green-600)}.nav-links{display:flex;gap:2rem}.nav-link{font-size:.9rem;font-weight:500;color:var(--gray-600);transition:color .2s}.nav-link:hover{color:var(--green-600)}.nav-actions{display:flex;gap:.75rem}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray-700)}.mobile-menu{display:none;flex-direction:column;padding:1rem 1.5rem 1.5rem;border-top:1px solid var(--gray-200);background:#fff}.mobile-menu-link{padding:.75rem 0;font-weight:500;color:var(--gray-700);border-bottom:1px solid var(--gray-100)}.mobile-menu-actions{display:flex;gap:.75rem;margin-top:1rem}@media(max-width:768px){.nav-links,.nav-actions{display:none}.mobile-menu-btn{display:block}.mobile-menu{display:flex}}.hero{position:relative;padding:8rem 0 4rem;overflow:hidden;background:linear-gradient(160deg,var(--green-50) 0%,#fff 40%,var(--gray-50) 100%)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 80%,rgba(34,197,94,.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(234,179,8,.06) 0%,transparent 50%);pointer-events:none;overflow:hidden}.hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center}.hero-badge{display:inline-block;font-family:var(--font-mono);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--green-700);background:var(--green-100);border:1px solid var(--green-200);padding:.4rem 1rem;border-radius:999px;margin-bottom:1.5rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--gray-900);max-width:800px;margin:0 auto 1.5rem}.hero-highlight{color:var(--green-600)}.hero-subtitle{font-size:1.2rem;color:var(--gray-500);max-width:640px;margin:0 auto 2.5rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:750px;margin:0 auto;padding-top:3rem;border-top:2px solid var(--green-600)}.hero-stat{text-align:center}.hero-stat-value{display:block;font-size:3.25rem;font-weight:900;color:var(--green-600);letter-spacing:-.03em;line-height:1;margin-bottom:.5rem}.hero-stat-label{font-size:.85rem;color:#1a1a1a;font-weight:600;text-transform:uppercase;letter-spacing:.08em}@media(max-width:640px){.hero-title{font-size:2.25rem}.hero-stats{grid-template-columns:repeat(2,1fr)}}.split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.split.reverse{direction:rtl}.split.reverse>*{direction:ltr}.split-text .section-tag{margin-bottom:1rem}.split-text .section-title,.split-text .section-desc{text-align:left}.challenge-list{list-style:none;margin-top:1.5rem}.challenge-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--gray-600);font-size:.95rem}.challenge-list li:before{content:"";position:absolute;left:0;top:.55rem;width:8px;height:8px;background:var(--green-600);border-radius:50%}@media(max-width:768px){.split{grid-template-columns:1fr;gap:2rem}.split.reverse{direction:ltr}}.challenge-card{background:#fff;border:2px solid var(--green-600);border-radius:1rem;padding:2.5rem;text-align:center;box-shadow:0 4px 24px #0000000f}.challenge-card-icon{font-size:2.5rem;margin-bottom:.75rem}.challenge-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.25rem;color:#000}.challenge-card p{font-size:.85rem;color:#333}.challenge-arrow{font-size:1.5rem;color:var(--gray-300);margin:.75rem 0}.challenge-gap{display:inline-block;background:transparent;color:var(--green-700);border:2px solid var(--green-600);font-weight:700;font-size:.85rem;padding:.5rem 1.5rem;border-radius:.5rem;letter-spacing:.02em}.challenge-bridge{background:linear-gradient(135deg,var(--green-600),var(--green-800));color:#fff;padding:1.25rem 1.5rem;border-radius:.75rem;margin:.5rem 0}.challenge-bridge-title{font-weight:700;font-size:1rem;margin-bottom:.25rem}.challenge-bridge-desc{font-size:.8rem;opacity:.9}.challenge-arrow{font-size:1.5rem;color:var(--green-600);margin:.75rem 0}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.features-grid-3{grid-template-columns:repeat(3,1fr)}.feature-card{background:#fff;border:1px solid var(--gray-200);border-radius:.75rem;padding:1.75rem;transition:all .2s}.feature-card:hover{border-color:var(--green-300);box-shadow:0 4px 16px #22c55e14;transform:translateY(-2px)}.section-dark .feature-card{background:#fff}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-icon-svg{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:linear-gradient(135deg,var(--green-500),var(--green-700));box-shadow:0 4px 12px #16a34a40}.feature-icon-svg svg{width:1.5rem;height:1.5rem;color:#fff;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--gray-900)}.feature-card p{font-size:.875rem;color:var(--gray-500);line-height:1.6}@media(max-width:1024px){.features-grid,.features-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features-grid,.features-grid-3{grid-template-columns:1fr}}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.step{text-align:center;position:relative}.step-num{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--green-600);color:#fff;font-weight:700;font-size:.9rem;margin-bottom:1.25rem}.step-title{font-size:1.05rem;font-weight:600;margin-bottom:.5rem;color:var(--gray-900)}.step-desc{font-size:.875rem;color:var(--gray-500);line-height:1.6}@media(max-width:768px){.steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.steps{grid-template-columns:1fr}}.filter-demo{background:#fff;border:1px solid var(--gray-200);border-radius:1rem;padding:2rem;box-shadow:0 4px 24px #0000000f}.filter-demo-header{font-weight:700;font-size:1.1rem;margin-bottom:1.25rem;color:var(--gray-900)}.filter-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.filter-chip{font-size:.8rem;font-weight:500;padding:.4rem .75rem;border-radius:999px;border:1px solid var(--gray-200);background:var(--gray-50);color:var(--gray-600)}.filter-chip.active{background:var(--green-100);border-color:var(--green-300);color:var(--green-700)}.filter-results{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.filter-result-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:.5rem;padding:1rem 1.25rem;position:relative}.filter-result-badge{position:absolute;top:.75rem;right:.75rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:var(--green-100);color:var(--green-700);padding:.2rem .5rem;border-radius:.25rem}.filter-result-card h4{font-size:.95rem;font-weight:600;margin-bottom:.25rem;color:var(--gray-900)}.filter-result-card p{font-size:.8rem;color:var(--gray-500)}.roadmap{max-width:600px;margin:0 auto}.roadmap-item{display:flex;gap:1.5rem;position:relative}.roadmap-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.roadmap-dot{width:16px;height:16px;border-radius:50%;background:var(--green-600);border:3px solid var(--green-200);flex-shrink:0}.roadmap-line{width:2px;flex:1;background:var(--green-200);min-height:2rem}.roadmap-content{padding-bottom:2rem}.roadmap-phase{font-family:var(--font-mono);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--green-600)}.roadmap-content h3{font-size:1.1rem;font-weight:600;margin:.25rem 0 .5rem;color:var(--gray-900)}.roadmap-content p{font-size:.9rem;color:var(--gray-500);line-height:1.6}.revenue-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:900px;margin:0 auto}.revenue-item{display:flex;align-items:center;gap:.75rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:.5rem;padding:1rem 1.25rem;font-size:.9rem;font-weight:500;color:var(--gray-700)}.revenue-check{color:var(--green-600);font-weight:700;font-size:1.1rem}@media(max-width:768px){.revenue-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.revenue-grid{grid-template-columns:1fr}}.cta-content{text-align:center;max-width:640px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.cta-desc{font-size:1.1rem;opacity:.85;line-height:1.7;margin-bottom:2rem}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.cta-note{font-size:.85rem;opacity:.65}.footer{background:var(--gray-950);color:var(--gray-400);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand .logo{margin-bottom:1rem}.footer-brand .logo-text{color:#fff}.footer-tagline{font-size:.9rem;line-height:1.6;color:var(--gray-500)}.footer-col h4{color:#fff;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-col a{display:block;font-size:.9rem;color:var(--gray-400);margin-bottom:.6rem;transition:color .2s}.footer-col a:hover{color:var(--green-400)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--gray-800);font-size:.8rem}.footer-social{display:flex;gap:1.25rem}.footer-social a{font-weight:600;color:var(--gray-500);transition:color .2s}.footer-social a:hover{color:var(--green-400)}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}@keyframes page-float-in{0%{opacity:0;transform:translateY(40px) scale(.98)}60%{opacity:1;transform:translateY(-6px) scale(1.005)}80%{transform:translateY(3px) scale(.998)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes page-float-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-30px) scale(.98)}}.page-transition-enter{animation:page-float-in .55s cubic-bezier(.22,1,.36,1) forwards}.page-transition-exit{animation:page-float-out .3s cubic-bezier(.55,0,1,.45) forwards}@keyframes gentle-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.page-transition-enter .login-card,.page-transition-enter .reg-success-card,.page-transition-enter .hero-content{animation:gentle-float 3s ease-in-out .6s infinite}.reg-page{min-height:100vh;background:var(--gray-50)}.reg-container{display:grid;grid-template-columns:300px 1fr;min-height:calc(100vh - 4rem);padding-top:4rem}@media(max-width:900px){.reg-container{grid-template-columns:1fr}}.reg-sidebar{background:#fff;border-right:1px solid var(--gray-200);padding:2rem 1.5rem;position:sticky;top:4rem;height:calc(100vh - 4rem);overflow-y:auto}@media(max-width:900px){.reg-sidebar{position:relative;top:0;height:auto;border-right:none;border-bottom:1px solid var(--gray-200);padding:1.5rem}}.reg-sidebar-inner{max-width:280px}@media(max-width:900px){.reg-sidebar-inner{max-width:100%}}.reg-sidebar-title{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.reg-sidebar-subtitle{font-size:.85rem;color:var(--gray-500);margin-bottom:2rem}@media(max-width:900px){.reg-sidebar-subtitle{margin-bottom:1rem}}.reg-progress-steps{display:flex;flex-direction:column;gap:.25rem;margin-bottom:2rem}@media(max-width:900px){.reg-progress-steps{flex-direction:row;overflow-x:auto;gap:.5rem;margin-bottom:1rem}}.reg-progress-step{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:.5rem;transition:all .2s}@media(max-width:900px){.reg-progress-step{flex-shrink:0;gap:.5rem;padding:.4rem .6rem}}.reg-progress-active{background:var(--green-50);border:1px solid var(--green-200)}.reg-progress-done{opacity:.7}.reg-progress-marker{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;font-size:.8rem;font-weight:700;flex-shrink:0;background:var(--gray-100);color:var(--gray-500);border:2px solid var(--gray-200)}.reg-progress-active .reg-progress-marker{background:var(--green-600);color:#fff;border-color:var(--green-600)}.reg-progress-done .reg-progress-marker{background:var(--green-100);color:var(--green-700);border-color:var(--green-300)}.reg-progress-info{display:flex;flex-direction:column}@media(max-width:900px){.reg-progress-info{display:none}}.reg-progress-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400)}.reg-progress-active .reg-progress-label{color:var(--green-600)}.reg-progress-title{font-size:.85rem;font-weight:500;color:var(--gray-700)}.reg-progress-active .reg-progress-title{color:var(--green-800);font-weight:600}.reg-progress-bar-container{height:6px;background:var(--gray-200);border-radius:999px;overflow:hidden;margin-bottom:.5rem}.reg-progress-bar{height:100%;background:var(--green-600);border-radius:999px;transition:width .4s ease}.reg-progress-pct{font-size:.8rem;font-weight:600;color:var(--green-600);text-align:right}.reg-main{padding:2rem;display:flex;justify-content:center}@media(max-width:900px){.reg-main{padding:1.5rem 1rem}}.reg-form{width:100%;max-width:720px}.reg-form-header{margin-bottom:2rem}.reg-step-badge{display:inline-block;font-family:var(--font-mono);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--green-600);background:var(--green-50);border:1px solid var(--green-200);padding:.25rem .6rem;border-radius:999px;margin-bottom:.75rem}.reg-form-title{font-size:1.75rem;font-weight:700;color:var(--gray-900);letter-spacing:-.01em}.reg-step-intro{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.reg-step-intro h3{font-size:1.15rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.reg-step-intro p{font-size:.9rem;color:var(--gray-500)}.reg-field{margin-bottom:1.5rem}.reg-label{display:block;font-size:.85rem;font-weight:600;color:var(--gray-700);margin-bottom:.4rem}.reg-required{color:var(--red-500);margin-left:.2rem}.reg-hint{display:block;font-size:.75rem;color:var(--gray-400);margin-top:.3rem}.reg-input{width:100%;padding:.65rem .85rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.9rem;font-family:var(--font-sans);color:var(--gray-800);background:#fff;transition:border-color .2s,box-shadow .2s;outline:none}.reg-input:focus{border-color:var(--green-500);box-shadow:0 0 0 3px #22c55e1a}.reg-input::placeholder{color:var(--gray-400)}.reg-textarea{resize:vertical;min-height:80px}select.reg-input{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.reg-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:0 1.5rem}@media(max-width:640px){.reg-grid-2{grid-template-columns:1fr}}.reg-chips{display:flex;flex-wrap:wrap;gap:.5rem}.reg-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .85rem;border-radius:999px;border:1px solid var(--gray-200);background:#fff;font-size:.82rem;font-weight:500;color:var(--gray-600);cursor:pointer;transition:all .15s;font-family:var(--font-sans)}.reg-chip:hover{border-color:var(--green-300);background:var(--green-50)}.reg-chip-active{background:var(--green-100);border-color:var(--green-400);color:var(--green-800)}.reg-chip-active:hover{background:var(--green-200)}.reg-chip-check{font-size:.7rem;font-weight:700}.reg-chip-add{border-style:dashed;border-color:var(--green-300);color:var(--green-600)}.reg-chip-add:hover{background:var(--green-50)}.reg-custom-skill{display:flex;gap:.5rem;margin-top:.75rem}.reg-custom-skill .reg-input{flex:1}.reg-file-upload{margin-top:.25rem}.reg-file-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.reg-file-input{display:none}.reg-file-btn{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#fff;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.85rem;font-weight:500;color:var(--gray-700);transition:all .15s;flex-shrink:0}.reg-file-btn:hover{background:var(--gray-50);border-color:var(--green-400)}.reg-file-name{font-size:.85rem;color:var(--gray-500);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reg-sub-heading{font-size:1rem;font-weight:600;color:var(--gray-800);margin:2rem 0 1rem;padding-top:1.5rem;border-top:1px solid var(--gray-200)}.reg-validation-hint{font-size:.82rem;color:var(--red-500);margin-top:-.75rem;margin-bottom:1rem}.reg-form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--gray-200)}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.reg-success{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:6rem 1.5rem 2rem;background:linear-gradient(160deg,var(--green-50) 0%,#fff 40%,var(--gray-50) 100%)}.reg-success-card{max-width:520px;text-align:center;background:#fff;border:1px solid var(--gray-200);border-radius:1rem;padding:3rem 2.5rem;box-shadow:0 8px 32px #0000000f}.reg-success-icon{font-size:3.5rem;margin-bottom:1rem}.reg-success-card h2{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.reg-success-card>p{font-size:1rem;color:var(--gray-600);line-height:1.6;margin-bottom:.5rem}.reg-success-detail{font-size:.9rem!important;color:var(--gray-500)!important;margin-bottom:1.5rem!important}.reg-success-next{text-align:left;background:var(--gray-50);border-radius:.75rem;padding:1.25rem 1.5rem;margin-bottom:2rem}.reg-success-next h4{font-size:.9rem;font-weight:600;color:var(--gray-800);margin-bottom:.75rem}.reg-success-next ul{list-style:none;padding:0}.reg-success-next li{position:relative;padding-left:1.5rem;margin-bottom:.4rem;font-size:.9rem;color:var(--gray-600)}.reg-success-next li:before{content:"→";position:absolute;left:0;color:var(--green-600);font-weight:600}.login-page{min-height:100vh;background:var(--gray-50)}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:6rem 1.5rem 2rem;background:linear-gradient(160deg,var(--green-50) 0%,#fff 40%,var(--gray-50) 100%)}.login-card{width:100%;max-width:440px;background:#fff;border:1px solid var(--gray-200);border-radius:1rem;padding:2.5rem 2rem;box-shadow:0 8px 32px #0000000f}.login-header{text-align:center;margin-bottom:2rem}.login-icon{font-size:2.5rem;margin-bottom:.75rem}.login-title{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.login-subtitle{font-size:.95rem;color:var(--gray-500)}.login-type-toggle{display:flex;gap:.5rem;margin-bottom:1.75rem;background:var(--gray-100);border-radius:.5rem;padding:.25rem}.login-type-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1rem;border:none;border-radius:.375rem;background:transparent;font-size:.85rem;font-weight:600;color:var(--gray-500);cursor:pointer;transition:all .2s;font-family:var(--font-sans)}.login-type-btn:hover{color:var(--gray-700)}.login-type-active{background:#fff;color:var(--green-700);box-shadow:0 1px 3px #00000014}.login-type-icon{font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-error{display:flex;align-items:center;gap:.5rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:.75rem 1rem;font-size:.85rem;color:var(--red-600)}.login-error-icon{font-size:1rem;flex-shrink:0}.login-field{display:flex;flex-direction:column}.login-label{font-size:.85rem;font-weight:600;color:var(--gray-700);margin-bottom:.4rem}.login-input-wrap{display:flex;align-items:center;border:1px solid var(--gray-300);border-radius:.5rem;background:#fff;transition:border-color .2s,box-shadow .2s;overflow:hidden}.login-input-wrap:focus-within{border-color:var(--green-500);box-shadow:0 0 0 3px #22c55e1a}.login-input-icon{font-size:.9rem;padding:0 0 0 .85rem;color:var(--gray-400);flex-shrink:0}.login-input{flex:1;border:none;outline:none;padding:.7rem .85rem;font-size:.9rem;font-family:var(--font-sans);color:var(--gray-800);background:transparent}.login-input::placeholder{color:var(--gray-400)}.login-password-toggle{background:none;border:none;cursor:pointer;padding:0 .85rem;font-size:.9rem;color:var(--gray-400);transition:color .2s}.login-password-toggle:hover{color:var(--gray-600)}.login-options{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.login-remember{display:flex;align-items:center;gap:.4rem;color:var(--gray-600);cursor:pointer}.login-checkbox{accent-color:var(--green-600);width:1rem;height:1rem;cursor:pointer}.login-forgot{color:var(--green-600);font-weight:500;transition:color .2s}.login-forgot:hover{color:var(--green-700)}.login-submit{width:100%;margin-top:.25rem}.login-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:var(--gray-400);font-size:.85rem}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--gray-200)}.login-social{display:flex;gap:.75rem}.login-social-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1rem;border:1px solid var(--gray-200);border-radius:.5rem;background:#fff;font-size:.85rem;font-weight:600;color:var(--gray-700);cursor:pointer;transition:all .2s;font-family:var(--font-sans)}.login-social-btn:hover{border-color:var(--gray-300);background:var(--gray-50)}.login-social-icon{font-weight:700;color:var(--gray-500)}.login-register-link{text-align:center;font-size:.85rem;color:var(--gray-500);margin-top:1.5rem}.login-register-link a{color:var(--green-600);font-weight:600;transition:color .2s}.login-register-link a:hover{color:var(--green-700)}@media(max-width:480px){.login-card{padding:2rem 1.25rem}.login-social{flex-direction:column}}.dash-page{min-height:100vh;background:var(--gray-50)}.dash-container{max-width:1200px;margin:0 auto;padding:6rem 1.5rem 2rem}.dash-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.dash-header h1{font-size:1.75rem;font-weight:700;color:var(--gray-900);letter-spacing:-.01em}.dash-org-name{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.dash-org-name h1{margin:0}.dash-verified-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--green-700);background:var(--green-100);border:1px solid var(--green-200);padding:.25rem .6rem;border-radius:999px}.dash-org-meta{font-size:.9rem;color:var(--gray-500);margin-top:.25rem}.dash-nav-tabs{display:flex;gap:.25rem;overflow-x:auto}.dash-nav-tab{padding:.5rem 1rem;border:none;background:none;font-size:.85rem;font-weight:500;color:var(--gray-500);cursor:pointer;border-radius:.375rem;transition:all .15s;white-space:nowrap;font-family:var(--font-sans)}.dash-nav-tab:hover{color:var(--gray-700);background:var(--gray-100)}.dash-nav-tab-active{color:var(--green-700);background:var(--green-50);font-weight:600}@media(max-width:900px){.dash-nav-tabs{display:none}}.dash-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}@media(max-width:768px){.dash-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.dash-stats-grid{grid-template-columns:1fr}}.dash-stat-card{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid var(--gray-200);border-radius:.75rem;padding:1.25rem;transition:box-shadow .2s,transform .2s}.dash-stat-card:hover{box-shadow:0 4px 16px #0000000d;transform:translateY(-1px)}.dash-stat-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.625rem;font-size:1.25rem;flex-shrink:0}.dash-stat-info{display:flex;flex-direction:column}.dash-stat-value{font-size:1.5rem;font-weight:800;color:var(--gray-900);line-height:1.2;letter-spacing:-.02em}.dash-stat-label{font-size:.78rem;color:var(--gray-500);font-weight:500}.dash-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;align-items:start}@media(max-width:768px){.dash-grid-2{grid-template-columns:1fr}}.dash-card{background:#fff;border:1px solid var(--gray-200);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.dash-card-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.dash-card-title{font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:0}.dash-content{display:flex;flex-direction:column}.dash-status{display:inline-flex;align-items:center;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .6rem;border-radius:999px}.dash-status-new{background:var(--blue-100, #dbeafe);color:#1e40af}.dash-status-reviewed{background:var(--gray-100);color:var(--gray-600)}.dash-status-shortlisted,.dash-status-interview{background:var(--gold-100, #fef9c3);color:#92400e}.dash-status-accepted{background:var(--green-100);color:var(--green-800)}.dash-status-rejected{background:#fef2f2;color:#991b1b}.dash-status-submitted,.dash-status-underreview{background:var(--blue-100, #dbeafe);color:#1e40af}.dash-status-active{background:var(--green-100);color:var(--green-800)}.dash-status-closed{background:var(--gray-100);color:var(--gray-600)}.dash-status-draft{background:var(--gold-100, #fef9c3);color:#92400e}.dash-skill-tags{display:flex;flex-wrap:wrap;gap:.4rem}.dash-skill-tag{display:inline-block;font-size:.75rem;font-weight:500;padding:.2rem .6rem;border-radius:999px;background:var(--gray-100);color:var(--gray-600);border:1px solid var(--gray-200)}.dash-applicant-list{display:flex;flex-direction:column;gap:.75rem}.dash-applicant-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--gray-100)}.dash-applicant-row:last-child{border-bottom:none}.dash-applicant-avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--green-100);color:var(--green-800);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex-shrink:0}.dash-applicant-info{flex:1;display:flex;flex-direction:column;min-width:0}.dash-applicant-name{font-size:.9rem;font-weight:600;color:var(--gray-900)}.dash-applicant-detail{font-size:.78rem;color:var(--gray-500);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-opp-list{display:flex;flex-direction:column;gap:.5rem}.dash-opp-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--gray-100)}.dash-opp-row:last-child{border-bottom:none}.dash-opp-info{display:flex;flex-direction:column;min-width:0}.dash-opp-title{font-size:.9rem;font-weight:600;color:var(--gray-900)}.dash-opp-meta{font-size:.78rem;color:var(--gray-500)}.dash-opp-applicants{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.dash-opp-count{font-size:1.25rem;font-weight:800;color:var(--green-600)}.dash-opp-count-label{font-size:.68rem;color:var(--gray-500)}.dash-table-wrap{overflow-x:auto}.dash-table{width:100%;border-collapse:collapse;font-size:.85rem}.dash-table th{text-align:left;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);padding:.75rem 1rem;border-bottom:2px solid var(--gray-200);white-space:nowrap}.dash-table td{padding:.85rem 1rem;border-bottom:1px solid var(--gray-100);color:var(--gray-700);vertical-align:middle}.dash-table tbody tr:hover{background:var(--gray-50)}.dash-table-title{font-weight:600;color:var(--gray-900)!important}.dash-table-count{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--green-50);color:var(--green-700);font-weight:700;font-size:.8rem}.dash-actions{display:flex;gap:.4rem}.dash-action-btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-200);border-radius:.375rem;background:#fff;cursor:pointer;font-size:.85rem;transition:all .15s}.dash-action-btn:hover{border-color:var(--green-400);background:var(--green-50)}.dash-filter-chips{display:flex;flex-wrap:wrap;gap:.4rem}.youth-profile-completeness{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.youth-pc-label{font-size:.78rem;color:var(--gray-500);font-weight:500;white-space:nowrap}.youth-pc-bar{width:100px;height:6px;background:var(--gray-200);border-radius:999px;overflow:hidden}.youth-pc-fill{height:100%;background:var(--green-500);border-radius:999px;transition:width .4s ease}.youth-pc-pct{font-size:.85rem;font-weight:700;color:var(--green-600);min-width:2.5rem}.youth-nav-avatar{width:2rem;height:2rem;border-radius:50%;background:var(--green-600);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;cursor:default}.youth-recommended-list{display:flex;flex-direction:column;gap:.6rem}.youth-recommended-row{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--gray-100)}.youth-recommended-row:last-child{border-bottom:none}.youth-rec-avatar{width:2.25rem;height:2.25rem;border-radius:.5rem;background:var(--green-100);color:var(--green-800);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex-shrink:0}.youth-rec-info{flex:1;display:flex;flex-direction:column;min-width:0}.youth-rec-title{font-size:.88rem;font-weight:600;color:var(--gray-900)}.youth-rec-meta{font-size:.75rem;color:var(--gray-500);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.youth-rec-match{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.youth-rec-match-pct{font-size:1rem;font-weight:800;color:var(--green-600)}.youth-rec-match-label{font-size:.65rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em}.youth-app-list{display:flex;flex-direction:column;gap:.6rem}.youth-app-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--gray-100)}.youth-app-row:last-child{border-bottom:none}.youth-app-info{display:flex;flex-direction:column;min-width:0}.youth-app-title{font-size:.88rem;font-weight:600;color:var(--gray-900)}.youth-app-meta{font-size:.75rem;color:var(--gray-500)}.youth-app-stats{display:flex;gap:1rem}.youth-app-stat{font-size:.8rem;color:var(--gray-500);font-weight:500}.youth-quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}@media(max-width:640px){.youth-quick-actions{grid-template-columns:repeat(2,1fr)}}.youth-quick-action{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem .75rem;border:1px solid var(--gray-200);border-radius:.75rem;background:#fff;cursor:pointer;transition:all .2s;position:relative;font-family:var(--font-sans)}.youth-quick-action:hover{border-color:var(--green-400);background:var(--green-50);transform:translateY(-2px);box-shadow:0 4px 12px #22c55e14}.youth-qa-icon{font-size:1.5rem}.youth-qa-label{font-size:.78rem;font-weight:600;color:var(--gray-700);text-align:center}.youth-qa-badge{position:absolute;top:.5rem;right:.5rem;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--red-500);color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}.youth-opp-grid{display:grid;grid-template-columns:1fr;gap:1rem}.youth-opp-card{background:#fff;border:1px solid var(--gray-200);border-radius:.75rem;padding:1.25rem;transition:all .2s}.youth-opp-card:hover{border-color:var(--green-300);box-shadow:0 4px 16px #22c55e0f}.youth-opp-applied{border-color:var(--green-300);background:var(--green-50)}.youth-opp-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.youth-opp-org{display:flex;align-items:center;gap:.6rem}.youth-opp-org-avatar{width:2rem;height:2rem;border-radius:.375rem;background:var(--green-100);color:var(--green-800);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.youth-opp-org-name{font-size:.82rem;font-weight:600;color:var(--gray-700);display:flex;align-items:center;gap:.3rem}.youth-opp-verified{color:var(--green-600);font-size:.7rem;font-weight:800}.youth-opp-posted{font-size:.72rem;color:var(--gray-400)}.youth-opp-save{background:none;border:none;font-size:1.2rem;cursor:pointer;color:var(--gray-400);transition:color .15s;padding:0;line-height:1}.youth-opp-save:hover,.youth-opp-save-active{color:var(--gold-500)}.youth-opp-title{font-size:1.1rem;font-weight:700;color:var(--gray-900);margin-bottom:.6rem}.youth-opp-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.6rem}.youth-opp-tag{font-size:.7rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.youth-opp-tag-type{background:var(--blue-100, #dbeafe);color:#1e40af}.youth-opp-tag-location,.youth-opp-tag-paid{background:var(--gray-100);color:var(--gray-600)}.youth-opp-tag-paid-yes{background:var(--green-100);color:var(--green-800)}.youth-opp-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.8rem;color:var(--gray-500);margin-bottom:.75rem}.youth-opp-details{padding-top:.75rem;border-top:1px solid var(--gray-100);margin-bottom:.75rem}.youth-opp-desc{font-size:.88rem;color:var(--gray-600);line-height:1.6;margin-bottom:.75rem}.youth-opp-skills{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.youth-opp-skills-label{font-size:.78rem;font-weight:600;color:var(--gray-700);margin-right:.25rem}.youth-opp-match{display:flex;align-items:center;gap:.6rem}.youth-opp-match-label{font-size:.78rem;font-weight:600;color:var(--gray-700);flex-shrink:0}.youth-opp-match-bar{flex:1;height:6px;background:var(--gray-200);border-radius:999px;overflow:hidden;max-width:200px}.youth-opp-match-fill{height:100%;background:var(--green-500);border-radius:999px;transition:width .4s ease}.youth-opp-match-pct{font-size:.82rem;font-weight:700;color:var(--green-600)}.youth-opp-actions{display:flex;align-items:center;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--gray-100)}.youth-opp-applied-badge{font-size:.78rem;font-weight:600;color:var(--green-700);background:var(--green-100);padding:.3rem .75rem;border-radius:999px}.youth-opp-applicants{font-size:.75rem;color:var(--gray-400);margin-left:auto}.youth-search-bar{margin-bottom:1rem}.youth-search-input-wrap{display:flex;align-items:center;border:1px solid var(--gray-300);border-radius:.5rem;background:#fff;transition:border-color .2s,box-shadow .2s;overflow:hidden}.youth-search-input-wrap:focus-within{border-color:var(--green-500);box-shadow:0 0 0 3px #22c55e1a}.youth-search-icon{font-size:.9rem;padding:0 0 0 .85rem;color:var(--gray-400);flex-shrink:0}.youth-search-input{flex:1;border:none;outline:none;padding:.7rem .85rem;font-size:.9rem;font-family:var(--font-sans);color:var(--gray-800);background:transparent}.youth-search-input::placeholder{color:var(--gray-400)}.youth-search-clear{background:none;border:none;cursor:pointer;padding:0 .85rem;font-size:.9rem;color:var(--gray-400)}.youth-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.youth-filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.youth-filter-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500)}.youth-results-count{font-size:.82rem;color:var(--gray-500);font-weight:500}.youth-app-timeline{display:flex;flex-direction:column;gap:0}.youth-timeline-item{display:flex;gap:1rem;position:relative;padding-bottom:1.5rem}.youth-timeline-item:last-child{padding-bottom:0}.youth-timeline-marker{width:12px;height:12px;border-radius:50%;background:var(--gray-300);flex-shrink:0;margin-top:.35rem;position:relative;z-index:1}.youth-timeline-item:not(:last-child):before{content:"";position:absolute;left:5px;top:1.1rem;bottom:0;width:2px;background:var(--gray-200)}.youth-timeline-submitted .youth-timeline-marker,.youth-timeline-underreview .youth-timeline-marker{background:#3b82f6}.youth-timeline-shortlisted .youth-timeline-marker,.youth-timeline-interview .youth-timeline-marker{background:var(--gold-500)}.youth-timeline-accepted .youth-timeline-marker{background:var(--green-500)}.youth-timeline-rejected .youth-timeline-marker{background:var(--red-500)}.youth-timeline-content{flex:1;min-width:0}.youth-timeline-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.35rem}.youth-timeline-title{font-size:.95rem;font-weight:600;color:var(--gray-900)}.youth-timeline-org{font-size:.78rem;color:var(--gray-500)}.youth-timeline-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.78rem;color:var(--gray-500)}.youth-timeline-next{color:var(--green-600);font-weight:500}.youth-notif-list{display:flex;flex-direction:column;gap:0}.youth-notif-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 0;border-bottom:1px solid var(--gray-100);position:relative}.youth-notif-item:last-child{border-bottom:none}.youth-notif-unread{background:var(--green-50);margin:0 -1.5rem;padding:1rem 1.5rem;border-radius:.5rem}.youth-notif-icon{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.youth-notif-unread .youth-notif-icon{background:var(--green-100)}.youth-notif-content{flex:1;min-width:0}.youth-notif-title{font-size:.88rem;font-weight:600;color:var(--gray-900);margin-bottom:.15rem}.youth-notif-desc{font-size:.82rem;color:var(--gray-600);line-height:1.5;margin-bottom:.25rem}.youth-notif-time{font-size:.72rem;color:var(--gray-400)}.youth-notif-dot{width:8px;height:8px;border-radius:50%;background:var(--green-500);flex-shrink:0;margin-top:.5rem}.youth-profile-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.25rem}.youth-profile-avatar-lg{width:3.5rem;height:3.5rem;border-radius:50%;background:var(--green-600);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.youth-profile-name{font-size:1.35rem;font-weight:700;color:var(--gray-900);margin-bottom:.15rem}.youth-profile-tagline{font-size:.88rem;color:var(--gray-500)}.youth-profile-location{font-size:.82rem;color:var(--gray-500);margin-top:.15rem}.youth-profile-bio{font-size:.9rem;color:var(--gray-600);line-height:1.6;margin-bottom:1rem}.youth-profile-detail{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--gray-100)}.youth-profile-detail:last-child{border-bottom:none}.youth-pd-label{font-size:.82rem;color:var(--gray-500);font-weight:500}.youth-pd-value{font-size:.88rem;font-weight:600;color:var(--gray-800)}.youth-profile-section{margin-bottom:1rem}.youth-ps-label{font-size:.82rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.youth-empty{text-align:center;padding:3rem 1.5rem}.youth-empty-icon{font-size:2.5rem;margin-bottom:.75rem}.youth-empty h3{font-size:1.1rem;font-weight:600;color:var(--gray-900);margin-bottom:.35rem}.youth-empty p{font-size:.9rem;color:var(--gray-500)}.dash-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:200;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dash-modal{background:#fff;border-radius:1rem;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.dash-modal-lg{max-width:720px}.dash-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-200);position:sticky;top:0;background:#fff;z-index:1;border-radius:1rem 1rem 0 0}.dash-modal-header h2{font-size:1.15rem;font-weight:700;color:var(--gray-900)}.dash-modal-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--gray-400);padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .15s}.dash-modal-close:hover{background:var(--gray-100);color:var(--gray-700)}.dash-modal-body{padding:1.5rem}.dash-nav-left{display:flex;align-items:center;gap:.75rem}.dash-sidebar-toggle{display:none;background:none;border:none;font-size:1.3rem;cursor:pointer;color:var(--gray-700);padding:.25rem}@media(max-width:900px){.dash-sidebar-toggle{display:block}}.dash-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:150;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dash-sidebar{position:fixed;top:4rem;left:0;bottom:0;width:260px;background:#fff;border-right:1px solid var(--gray-200);z-index:150;display:flex;flex-direction:column;overflow-y:auto;transform:translate(-100%);transition:transform .25s ease}.dash-sidebar-open{transform:translate(0)}@media(min-width:901px){.dash-sidebar{transform:translate(0)}.dash-mobile-overlay{display:none}.dash-container{margin-left:260px}}.dash-sidebar-user{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--gray-100)}.dash-sidebar-org-icon{width:2.75rem;height:2.75rem;border-radius:.625rem;background:var(--green-100);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.dash-sidebar-name{font-size:.88rem;font-weight:700;color:var(--gray-900);display:block}.dash-sidebar-sub{font-size:.75rem;color:var(--gray-500);display:block}.dash-sidebar-nav{flex:1;padding:.75rem;display:flex;flex-direction:column;gap:.15rem;overflow-y:auto}.dash-sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;border:none;background:none;border-radius:.5rem;font-size:.88rem;font-weight:500;color:var(--gray-600);cursor:pointer;transition:all .15s;text-align:left;width:100%;font-family:var(--font-sans);position:relative}.dash-sidebar-link:hover{background:var(--gray-50);color:var(--gray-900)}.dash-sidebar-link-active{background:var(--green-50);color:var(--green-800);font-weight:600}.dash-sidebar-link-active:hover{background:var(--green-100)}.dash-sidebar-icon{font-size:1.1rem;width:1.5rem;text-align:center;flex-shrink:0}.dash-sidebar-badge{margin-left:auto;background:var(--red-500);color:#fff;font-size:.65rem;font-weight:700;width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.dash-sidebar-footer{padding:.75rem;border-top:1px solid var(--gray-100)}
