*{margin:0;padding:0;box-sizing:border-box}:root{color-scheme:dark;--color-ink: #05090f;--color-ink-soft: #0b1324;--color-blue: #1f4dcc;--color-blue-soft: rgba(31, 77, 204, .18);--color-gold: #f2b441;--color-gold-soft: rgba(242, 180, 65, .18);--color-white: #f5f8fd;--color-sand: #f0e1c5;--color-graphite: rgba(4, 7, 15, .92);--color-text-primary: #f5f8fd;--color-text-secondary: rgba(225, 234, 252, .85);--color-text-muted: rgba(215, 225, 246, .72);--body-background: radial-gradient(circle at 20% 15%, var(--color-blue-soft), transparent 55%), radial-gradient(circle at 80% 85%, var(--color-gold-soft), transparent 60%), var(--color-ink)}:root[data-theme=light]{color-scheme:light;--color-ink: #f4f6ff;--color-ink-soft: #ffffff;--color-blue-soft: rgba(31, 77, 204, .12);--color-gold-soft: rgba(242, 180, 65, .12);--color-white: #ffffff;--color-text-primary: #0d1b2f;--color-text-secondary: rgba(17, 34, 56, .78);--color-text-muted: rgba(17, 34, 56, .6);--body-background: radial-gradient(circle at 20% 15%, rgba(31, 77, 204, .12), transparent 58%), radial-gradient(circle at 75% 80%, rgba(242, 180, 65, .12), transparent 62%), #f7f9ff}html,body{margin:0;width:100%;height:100%;overflow-x:hidden;overscroll-behavior:none;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:pan-y;background:var(--body-background);color:var(--color-text-primary);transition:background .4s ease,color .4s ease}body{position:relative}#root{margin:0;padding:0;min-height:100%}.toast-root{position:fixed;bottom:2rem;left:50%;transform:translate(-50%,20px);opacity:0;transition:opacity .35s ease,transform .35s ease;pointer-events:none;z-index:1200;width:min(90vw,360px)}.toast-root--visible{opacity:1;transform:translate(-50%)}.toast{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:18px;font-size:.95rem;letter-spacing:.2px;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 45px #070c186b;pointer-events:auto}.toast-root--info .toast{background:#2e8eff1a;color:#ebf2ffeb}.toast-root--success .toast{background:#00c77a1f;color:#e1fff1eb}.toast-root--warning .toast{background:#ffad422e;color:#fff0dceb;border-color:#ffad4259}:root[data-theme=light] .toast-root--warning .toast{background:#ffad4229;color:#783c00eb;border-color:#ffad4273}:root[data-theme=light] .toast-root--info .toast{background:#2e8eff24;color:#143c78eb;border-color:#2e8eff59}:root[data-theme=light] .toast-root--success .toast{background:#00c77a24;color:#005032eb;border-color:#00c77a59}:root[data-theme=light] .toast-root--danger .toast{background:#ff5c5c24;color:#781414eb;border-color:#ff5c5c66}.toast-root--danger .toast{background:#ff5c5c29;color:#ffe7e7eb;border-color:#ff5c5c52}.toast__message{flex:1}.toast__actions{display:flex;align-items:center;gap:.75rem}.toast__action,.toast__dismiss{background:none;border:none;color:inherit;font-weight:600;cursor:pointer;padding:0;text-transform:uppercase;letter-spacing:.6px}.toast__action:hover,.toast__action:focus-visible,.toast__dismiss:hover,.toast__dismiss:focus-visible{text-decoration:underline;outline:none}.login-button{width:131px;height:51px;border-radius:15px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;background:linear-gradient(to bottom right,#2e8eff,#2e8eff00 30%);background-color:#2e8eff33;display:flex;align-items:center;justify-content:center;border:none;padding:0;font:inherit;color:inherit;position:relative}.login-button:hover,.login-button:focus-visible{background-color:#2e8effb3;box-shadow:0 0 18px #2e8eff73;outline:none;transform:translateY(-1px)}.login-button-inner{width:127px;height:47px;border-radius:13px;background-color:#080b12f2;display:flex;align-items:center;justify-content:center;gap:15px;color:#fff;font-weight:600;letter-spacing:.2px}.login-button svg{width:27px;height:27px;fill:currentColor}.navbar{position:fixed;inset:0 0 auto;width:100%;padding:1.25rem 3rem;z-index:1000;background:linear-gradient(to bottom,#050912c7,#05091200);font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.navbar--solid{background:#050912f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 30px #05091259}.navbar-inner{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;color:var(--color-white);gap:1.5rem}.navbar-logo{display:inline-flex;align-items:center;gap:.75rem;margin:0;padding:.3rem .6rem;background:none;border:none;border-radius:999px;font-size:1.65rem;font-weight:700;letter-spacing:.6px;cursor:pointer;color:var(--color-white);transition:color .3s ease}.navbar-logo:focus-visible{outline:2px solid rgba(242,180,65,.6);outline-offset:4px}.navbar-logo__icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:transparent;box-shadow:none;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.navbar-logo__icon img{width:70%;height:70%;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3))}.navbar-logo__text{font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;letter-spacing:.8px}.navbar-logo:hover,.navbar-logo:focus-visible{color:var(--color-gold);background-color:#f2b44124}.navbar-logo:hover .navbar-logo__icon,.navbar-logo:focus-visible .navbar-logo__icon{transform:scale(1.12);box-shadow:0 6px 16px #f2b4414d}.navbar-links{display:flex;align-items:center;list-style:none;gap:2.5rem;margin:0;padding:0;font-size:.95rem;text-transform:uppercase;letter-spacing:1.6px}.navbar-links a,.navbar-link-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.4rem 1.5rem;color:#e1e9f8c7;text-decoration:none;font-weight:600;transition:color .35s ease;isolation:isolate;overflow:hidden;z-index:0}.navbar-link-btn{background:none;border:none;font:inherit;text-transform:inherit;letter-spacing:inherit;padding:.4rem 1.5rem;cursor:pointer}.navbar-links a:before,.navbar-link-btn:before{content:"";position:absolute;inset:0;border-top:2px solid rgba(242,180,65,.55);border-bottom:2px solid rgba(242,180,65,.55);transform:scaleY(2.1);opacity:0;transition:transform .3s ease,opacity .3s ease;z-index:-2}.navbar-links a:after,.navbar-link-btn:after{content:"";position:absolute;inset:2px;background:linear-gradient(135deg,#f2b441e0,#1f4dcce0);transform:scaleY(0);opacity:0;transition:transform .3s ease,opacity .3s ease;z-index:-3}.navbar-links a:hover,.navbar-links a:focus-visible,.navbar-link-btn:hover,.navbar-link-btn:focus-visible{color:var(--color-white);outline:none}.navbar-links a:hover:before,.navbar-links a:focus-visible:before,.navbar-link-btn:hover:before,.navbar-link-btn:focus-visible:before{transform:scaleY(1);opacity:1}.navbar-links a:hover:after,.navbar-links a:focus-visible:after,.navbar-link-btn:hover:after,.navbar-link-btn:focus-visible:after{transform:scaleY(1);opacity:1}.navbar-actions{display:flex;align-items:center;gap:1.25rem}.navbar-menu-toggle{display:none;position:relative;width:40px;height:30px;background:transparent;border:none;padding:0;cursor:pointer}.navbar-menu-toggle span{position:absolute;left:0;width:100%;height:4px;background:var(--color-white);border-radius:9px;opacity:1;transform:rotate(0);transition:transform .25s ease-in-out,width .25s ease-in-out,opacity .25s ease-in-out,background-color .25s ease-in-out,left .25s ease-in-out}.navbar-menu-toggle span:nth-of-type(1){top:0;transform-origin:left center}.navbar-menu-toggle span:nth-of-type(2){top:50%;transform:translateY(-50%);transform-origin:left center}.navbar-menu-toggle span:nth-of-type(3){top:100%;transform:translateY(-100%);transform-origin:left center}.navbar-menu-toggle:hover span,.navbar-menu-toggle:focus-visible span{background:var(--color-gold)}.navbar-menu-toggle:hover span:nth-of-type(1),.navbar-menu-toggle--open span:nth-of-type(1){transform:rotate(45deg);top:0;left:5px}.navbar-menu-toggle:hover span:nth-of-type(2),.navbar-menu-toggle--open span:nth-of-type(2){width:0;opacity:0}.navbar-menu-toggle:hover span:nth-of-type(3),.navbar-menu-toggle--open span:nth-of-type(3){transform:rotate(-45deg);top:28px;left:5px}.navbar-menu-toggle:focus-visible{outline:none}.navbar-backdrop{position:fixed;inset:0;background:#05091259;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:-1}.navbar-backdrop--visible{opacity:1;pointer-events:auto;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.navbar-drawer{position:fixed;top:0;right:-320px;width:300px;height:100vh;background:#050912f7;box-shadow:-10px 0 30px #0006;transition:right .3s ease;padding:4.5rem 2.5rem 2.5rem;z-index:1000;display:flex;flex-direction:column}.navbar-drawer--open{right:0}.navbar-drawer-nav ul{list-style:none;display:grid;gap:1.5rem;margin:0;padding:0}.navbar-drawer-nav a,.navbar-drawer-nav button{background:none;border:none;color:#f0f4ffe6;text-decoration:none;font-size:1.05rem;font-weight:600;text-align:left;letter-spacing:.8px;cursor:pointer;transition:color .3s ease,transform .3s ease;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.navbar-drawer-nav a:hover,.navbar-drawer-nav button:hover,.navbar-drawer-nav a:focus-visible,.navbar-drawer-nav button:focus-visible{color:var(--color-gold);outline:none;transform:translate(4px)}.navbar-drawer-card{width:100%;background:linear-gradient(160deg,#0c1220eb,#09101cf5);border-radius:14px;padding:20px 0;display:flex;flex-direction:column;gap:14px;border:1px solid rgba(242,180,65,.18)}.drawer-list{list-style:none;margin:0;padding:0 20px;display:flex;flex-direction:column;gap:10px}.drawer-item{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:6px 10px;border-radius:8px;font-weight:600;letter-spacing:.5px;text-decoration:none;color:#d6def0c7;background:none;border:none;cursor:pointer;transition:transform .3s ease,background-color .3s ease,color .3s ease;text-align:left;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.drawer-item span:last-child{flex:1}.drawer-item:hover,.drawer-item:focus-visible{background-color:#f2b4412e;color:var(--color-white);transform:translate(1px,-1px);outline:none}.drawer-item--alert:hover,.drawer-item--alert:focus-visible{background-color:#bc373799}.drawer-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#0f131cd9}.drawer-icon svg{width:20px;height:20px}.drawer-item:hover .drawer-icon,.drawer-item:focus-visible .drawer-icon{background:#0f131ceb}.drawer-item:hover .drawer-icon svg,.drawer-item:focus-visible .drawer-icon svg{stroke:var(--color-gold)}.navbar-drawer-separator{border-top:1.5px solid rgba(242,180,65,.18);margin:0 20px}.navbar-drawer-close{position:absolute;top:1.5rem;right:2rem;background:#0a101c99;border:1px solid rgba(242,180,65,.4);border-radius:999px;color:#f5efe2e6;font-size:.85rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:.45rem 1.1rem;cursor:pointer;line-height:1;transition:background-color .3s ease,color .3s ease}.navbar-drawer-close:hover,.navbar-drawer-close:focus-visible{background-color:#f2b4413d;color:var(--color-white);outline:none}.profile-link{color:inherit;text-decoration:none;font-weight:600;letter-spacing:.5px;transition:opacity .3s ease}.profile-link:hover{opacity:.7}.logout-btn{background:#f2b44129;border:1px solid rgba(242,180,65,.4);color:var(--color-white);font-size:.95rem;font-weight:600;letter-spacing:.4px;padding:.65rem 1.4rem;border-radius:999px;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.logout-btn:hover{background-color:#f2b44147;transform:translateY(-1px)}.signup-pill{background:linear-gradient(135deg,#f2b441d9,#1f4dccd9);border:1px solid rgba(242,180,65,.5);color:var(--color-white);font-size:.95rem;font-weight:600;letter-spacing:.4px;padding:.7rem 1.6rem;border-radius:999px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.signup-pill:hover,.signup-pill:focus-visible{transform:translateY(-1px);box-shadow:0 10px 30px #f2b44159;outline:none}:root[data-theme=light] .navbar{background:linear-gradient(to bottom,#f4f8ffd9,#f4f8ff00);color:#14213d}:root[data-theme=light] .navbar--solid{background:#f4f8fff0;box-shadow:0 10px 24px #0f172a14}:root[data-theme=light] .navbar-inner{color:#14213d}:root[data-theme=light] .navbar-logo,:root[data-theme=light] .navbar-links a,:root[data-theme=light] .navbar-link-btn,:root[data-theme=light] .profile-link,:root[data-theme=light] .logout-btn{color:#14213d}:root[data-theme=light] .navbar-logo:hover,:root[data-theme=light] .navbar-logo:focus-visible{color:#1f4dcc;background-color:#1f4dcc1f}:root[data-theme=light] .navbar-links a,:root[data-theme=light] .navbar-link-btn{color:#14213de0;font-weight:600}:root[data-theme=light] .navbar-links a:hover,:root[data-theme=light] .navbar-links a:focus-visible,:root[data-theme=light] .navbar-link-btn:hover,:root[data-theme=light] .navbar-link-btn:focus-visible{color:#1f4dcc}:root[data-theme=light] .navbar-links a:before,:root[data-theme=light] .navbar-link-btn:before{border-top-color:#1f4dcc66;border-bottom-color:#1f4dcc66}:root[data-theme=light] .navbar-links a:after,:root[data-theme=light] .navbar-link-btn:after{background:linear-gradient(135deg,#1f4dccd9,#f2b441d9)}:root[data-theme=light] .navbar-menu-toggle span{background:#14213d}:root[data-theme=light] .navbar-menu-toggle:hover span,:root[data-theme=light] .navbar-menu-toggle:focus-visible span{background:#1f4dcc}:root[data-theme=light] .logout-btn{background:#1f4dcc1f;border-color:#1f4dcc40}:root[data-theme=light] .logout-btn:hover{background:#1f4dcc33}:root[data-theme=light] .signup-pill{background:linear-gradient(135deg,#1f4dcce0,#f2b441e0);border:1px solid rgba(31,77,204,.28);box-shadow:0 12px 28px #1f4dcc40}:root[data-theme=light] .navbar-drawer{background:#f4f8fff5;box-shadow:-10px 0 30px #0f172a1a}:root[data-theme=light] .navbar-drawer-card{background:linear-gradient(160deg,#f7f9fff5,#e9effff2);border:1px solid rgba(31,77,204,.16)}:root[data-theme=light] .drawer-item{color:#14213dc7}:root[data-theme=light] .drawer-item:hover,:root[data-theme=light] .drawer-item:focus-visible{background-color:#1f4dcc1f;color:#1f4dcc}:root[data-theme=light] .drawer-icon{background:#f1f3ffe6}:root[data-theme=light] .drawer-item:hover .drawer-icon,:root[data-theme=light] .drawer-item:focus-visible .drawer-icon{background:#1f4dcc29}:root[data-theme=light] .drawer-item:hover .drawer-icon svg,:root[data-theme=light] .drawer-item:focus-visible .drawer-icon svg{stroke:#1f4dcc}:root[data-theme=light] .navbar-drawer-close{background:#f7f9ffe6;border-color:#1f4dcc40;color:#14213dbf}:root[data-theme=light] .navbar-drawer-close:hover,:root[data-theme=light] .navbar-drawer-close:focus-visible{background:#1f4dcc2e;color:#1f4dcc}:root[data-theme=light] .navbar-backdrop{background:#0f172a40}@media (max-width: 900px){.navbar{padding:1rem 1.5rem}.navbar-links{gap:1.5rem;font-size:.85rem}.navbar-actions,.signup-pill{display:none}.navbar-menu-toggle{display:flex}}@media (max-width: 640px){.navbar-inner{gap:1rem}.navbar-links,.navbar-actions{display:none}}.landing-page{--accent-ink: var(--color-ink);--accent-ink-soft: #0b1324;--accent-blue: var(--color-blue);--accent-blue-soft: rgba(31, 77, 204, .2);--accent-gold: var(--color-gold);--accent-gold-soft: rgba(242, 180, 65, .16);--accent-white: var(--color-white);--landing-background: radial-gradient(circle at top left, rgba(31, 77, 204, .18), transparent 55%), radial-gradient(circle at bottom right, rgba(242, 180, 65, .16), transparent 60%), var(--accent-ink);display:flex;flex-direction:column;background:var(--landing-background);color:var(--color-text-primary);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .4s ease,color .4s ease}.hero-section{min-height:96vh;display:flex;align-items:flex-end;position:relative;background-image:var(--hero-background);background-size:cover;background-position:center;background-attachment:scroll;isolation:isolate}.hero-section:before{content:"";position:absolute;inset:0;background:var( --hero-overlay, linear-gradient(115deg, rgba(4, 11, 26, .85) 0%, rgba(12, 26, 60, .65) 38%, rgba(11, 18, 34, .7) 60%, rgba(6, 12, 24, .92) 100%), radial-gradient(circle at 20% 30%, rgba(242, 180, 65, .22), transparent 55%) );mix-blend-mode:multiply;-webkit-backdrop-filter:blur(var(--hero-blur, 0px));backdrop-filter:blur(var(--hero-blur, 0px));transition:backdrop-filter .35s ease}.hero-section:after{content:"";position:absolute;inset:auto 0 -1px;height:280px;background:var( --hero-bottom-fade, linear-gradient(to bottom, rgba(4, 7, 15, 0) 0%, rgba(4, 7, 15, .95) 100%) )}.hero-overlay{position:relative;z-index:1;padding:9rem 3rem 6rem;max-width:720px;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.eyebrow{text-transform:uppercase;letter-spacing:4px;font-size:.75rem;font-weight:600;color:#f2b441d9;margin-bottom:1.25rem}.hero-title{font-size:clamp(2.75rem,3.8vw,4rem);line-height:1.1;margin-bottom:1.5rem;color:transparent;background-image:linear-gradient(120deg,#f5f8fdf2,#f2b441f2 40%,#1f4dccf2,#f5f8fdf2);background-clip:text;-webkit-background-clip:text;text-shadow:0 18px 38px rgba(2,5,12,.6);background-size:220% 220%;background-position:0% 50%;opacity:0;transform:translateY(24px)}.hero-title--visible{animation:hero-title-flash 1.1s ease forwards,hero-title-gradient 6s linear infinite alternate}@keyframes hero-title-flash{0%{opacity:0;transform:translateY(24px)}60%{opacity:1;transform:translateY(0)}80%{opacity:.85}to{opacity:1;transform:translateY(0)}}@keyframes hero-title-gradient{0%{background-position:0% 50%}to{background-position:100% 50%}}.hero-copy{font-size:1.1rem;line-height:1.7;color:#e1eafce6;margin-bottom:2.25rem;max-width:62ch;min-height:3.4rem;opacity:0;transform:translateY(26px);transition:opacity .9s cubic-bezier(.19,1,.22,1),transform .9s cubic-bezier(.19,1,.22,1)}.hero-copy--visible{opacity:1;transform:translateY(0);color:#e8eefcf0}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.primary-cta,.secondary-cta{border-radius:999px;padding:.95rem 2.5rem;font-size:1rem;font-weight:700;letter-spacing:.6px;border:none;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.primary-cta{background:linear-gradient(135deg,var(--accent-gold) 0%,var(--accent-blue) 100%);color:var(--accent-white);box-shadow:0 22px 45px #f2b44147}.primary-cta:hover,.primary-cta:focus-visible{transform:translateY(-2px);box-shadow:0 30px 60px #1f4dcc59;outline:none}.secondary-cta{background:transparent;border:1px solid rgba(242,180,65,.45);color:#f5ebd2eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.secondary-cta:hover,.secondary-cta:focus-visible{transform:translateY(-2px);box-shadow:0 18px 36px #f2b44140;outline:none}.hero-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;padding:1.5rem 0 0;border-top:1px solid rgba(242,180,65,.32)}.metric-value{font-size:1.5rem;font-weight:700;display:block;margin-bottom:.35rem;color:var(--accent-gold);font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.metric-label{font-size:.85rem;color:#d7e2f7b8;line-height:1.5}.cards-section{position:relative;background:var( --cards-section-background, linear-gradient(180deg, rgba(5, 10, 20, .98) 0%, rgba(10, 18, 34, .92) 45%, rgba(5, 9, 18, .98) 100%) );padding:6rem 3rem 5rem;overflow:hidden;isolation:isolate}.cards-section:before{content:"";position:absolute;inset:0;background:var(--cards-section-texture) center/cover no-repeat;opacity:var(--section-texture-opacity, .12);pointer-events:none;z-index:0}.cards-section:after{content:"";position:absolute;inset:-140px 0 -150px;background:linear-gradient(to bottom,#060c18f2,#060c1800 35%),linear-gradient(to top,#060c18f0,#060c1800 35%);pointer-events:none;z-index:0}.section-inner{max-width:1200px;margin:0 auto;position:relative;z-index:1}.reveal-on-scroll>.section-inner{opacity:0;transform:translateY(70px);will-change:opacity,transform;transition:opacity .9s cubic-bezier(.19,1,.22,1),transform .9s cubic-bezier(.19,1,.22,1)}.reveal-on-scroll.is-visible>.section-inner{opacity:1;transform:translateY(0)}.section-inner h2{font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(2rem,3vw,2.75rem);margin-bottom:1rem;color:#f5f8fdf5;text-shadow:0 14px 28px rgba(6,12,24,.45)}.section-lede{max-width:680px;line-height:1.6;color:#e5ecfad9;margin-bottom:3.5rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.feature-card-shell{width:100%;padding:2px;background-image:linear-gradient(160deg,#f2b441d9,#1f4dccd9);border-radius:24px;transition:box-shadow .3s ease;position:relative;z-index:1}.cards-grid>.feature-card-shell{opacity:0;transform:translateY(42px);transition:opacity .8s cubic-bezier(.19,1,.22,1),transform .8s cubic-bezier(.19,1,.22,1);transition-delay:0s}.cards-section.reveal-on-scroll.is-visible .cards-grid>.feature-card-shell{opacity:1;transform:translateY(0)}.cards-section.reveal-on-scroll.is-visible .cards-grid>.feature-card-shell:nth-child(2){transition-delay:.1s}.cards-section.reveal-on-scroll.is-visible .cards-grid>.feature-card-shell:nth-child(3){transition-delay:.18s}.cards-section.reveal-on-scroll.is-visible .cards-grid>.feature-card-shell:nth-child(4){transition-delay:.26s}.feature-card-shell:hover{box-shadow:0 0 30px 4px #f2b44147}.feature-card-shell--cta{background-image:linear-gradient(160deg,#1f4dcceb,#f2b441d9)}.feature-card{position:relative;width:100%;height:100%;border:none;padding:0;cursor:pointer;background:transparent;border-radius:22px;perspective:1200px;transition:transform .3s ease}.feature-card:focus-visible{outline:none;box-shadow:0 0 0 3px #f2b44159}.feature-card-shell:hover .feature-card{transform:translateY(-4px)}.flip-card-inner{position:relative;width:100%;height:100%;min-height:clamp(320px,50vw,420px);transition:transform .75s cubic-bezier(.25,.8,.25,1);transform-style:preserve-3d;border-radius:22px}.feature-card.flip-card--flipped .flip-card-inner{transform:rotateY(180deg)}.flip-card-face{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:1.4rem;padding:0;border-radius:22px;backface-visibility:hidden;border:1px solid rgba(0,0,0,.35);box-shadow:0 20px 40px #04060c73;overflow:hidden}.flip-card-front{background:#030812f2;color:#e8edfaeb}.flip-card-back{background:linear-gradient(155deg,#132040eb,#080d1af2 35%,#f2b44126 110%);color:#f4f6faf5;transform:rotateY(180deg);border:1px solid rgba(242,180,65,.18);justify-content:center;align-items:center;padding:2.25rem 2.1rem;text-align:center;gap:1.5rem;overflow:hidden}.feature-card__title{font-size:1.4rem;font-weight:700;margin:0;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;color:#f5f8fdf5}.feature-card__detail{margin:0 auto;color:#e9effbe6;line-height:1.55;font-size:.9rem;max-width:28ch}.feature-card__title--centered{text-align:center}.feature-card__action{align-self:flex-start;padding:.65rem 1.6rem;border-radius:999px;border:1px solid rgba(242,180,65,.5);background:#0c122080;color:#f5efe2f2;font-weight:600;letter-spacing:.6px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.feature-card__action:hover,.feature-card__action:focus-visible{transform:translateY(-2px);background:#f2b44147;box-shadow:0 14px 30px #f2b44159;outline:none}.flip-card-back .feature-card__action{align-self:center}.feature-card.flip-card--flipped .flip-card-back{box-shadow:0 24px 45px #1f4dcc47}.feature-card__visual{position:relative;width:100%;height:100%;min-height:clamp(320px,50vw,420px);display:flex;border-radius:inherit;overflow:hidden}.feature-card__video{width:100%;height:100%;object-fit:cover;filter:saturate(1.15) contrast(1.05);transition:transform .7s ease}.feature-card__image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.feature-card-shell:hover .feature-card__video,.feature-card-shell:focus-within .feature-card__video,.feature-card-shell:hover .feature-card__image,.feature-card-shell:focus-within .feature-card__image{transform:scale(1.05)}.feature-card__overlay{position:absolute;inset:auto 0 0;padding:1.6rem 1.75rem;background:linear-gradient(180deg,#080d1a00,#050a14d1 55%,#030812eb);display:grid;gap:.75rem;text-align:left}.feature-card__title--overlay{font-size:1.35rem;line-height:1.35;color:#f5f8fdfa}.feature-card__overlay-copy{margin:0;font-size:.9rem;color:#e0e7f8c7;max-width:32ch}.feature-card__cta-pill{justify-self:flex-start;display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1.2rem;border-radius:999px;border:1px solid rgba(242,180,65,.42);background:#080c1885;color:#f5f0e2f2;font-size:.72rem;font-weight:700;letter-spacing:.65px;text-transform:uppercase;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.feature-card__cta-pill:hover,.feature-card__cta-pill:focus-visible{transform:translateY(-2px) scale(1.03);background:linear-gradient(135deg,#f2b441bf,#1f4dccbf);box-shadow:0 14px 28px #1f4dcc47;outline:none}.workflow-section .workflow-content>*{opacity:0;transform:translateY(48px);transition:opacity .9s cubic-bezier(.19,1,.22,1),transform .9s cubic-bezier(.19,1,.22,1);transition-delay:0s}.workflow-section.reveal-on-scroll.is-visible .workflow-content>*{opacity:1;transform:translateY(0)}.workflow-section.reveal-on-scroll.is-visible .workflow-content>*:nth-child(2){transition-delay:.12s}.workflow-section .workflow-panel>*{opacity:0;transform:translateY(36px);transition:opacity .85s cubic-bezier(.19,1,.22,1),transform .85s cubic-bezier(.19,1,.22,1);transition-delay:0s}.workflow-section.reveal-on-scroll.is-visible .workflow-panel>*{opacity:1;transform:translateY(0)}.workflow-section.reveal-on-scroll.is-visible .workflow-panel>*:nth-child(2){transition-delay:.12s}.workflow-section.reveal-on-scroll.is-visible .workflow-panel>*:nth-child(3){transition-delay:.22s}.about-section .about-inner>*:not(.about-columns){opacity:0;transform:translateY(48px);transition:opacity .85s cubic-bezier(.19,1,.22,1),transform .85s cubic-bezier(.19,1,.22,1);transition-delay:0s}.about-section.reveal-on-scroll.is-visible .about-inner>*:not(.about-columns){opacity:1;transform:translateY(0)}.about-section .about-columns>*{opacity:0;transform:translateY(36px);transition:opacity .85s cubic-bezier(.19,1,.22,1),transform .85s cubic-bezier(.19,1,.22,1);transition-delay:0s}.about-section.reveal-on-scroll.is-visible .about-columns>*{opacity:1;transform:translateY(0)}.about-section.reveal-on-scroll.is-visible .about-columns>*:nth-child(2){transition-delay:.12s}.about-section.reveal-on-scroll.is-visible .about-columns>*:nth-child(3){transition-delay:.22s}.feature-card__tags{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;max-width:min(90%,320px);align-self:center}.feature-card__tag{padding:.35rem .85rem;border-radius:999px;background:#f2b44129;border:1px solid rgba(242,180,65,.3);font-size:.72rem;letter-spacing:.6px;text-transform:uppercase;color:#f3e2c7e6}.about-section{position:relative;background:var( --about-section-background, linear-gradient(180deg, rgba(7, 14, 26, .98) 0%, rgba(9, 16, 30, .94) 55%, rgba(7, 12, 22, .98) 100%) );padding:6rem 3rem 5rem;border-top:1px solid rgba(242,180,65,.18);overflow:hidden;isolation:isolate}.about-section:before{content:"";position:absolute;inset:0;background:var(--about-section-texture) center/cover no-repeat;opacity:var(--section-texture-opacity, .12);pointer-events:none;z-index:0}.about-section:after{content:"";position:absolute;inset:-150px 0 -160px;background:linear-gradient(to bottom,#070e1af2,#070e1a00 30%),linear-gradient(to top,#060c16f2,#060c1600 36%);pointer-events:none;z-index:0}.about-inner h2{font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(2rem,3vw,2.75rem);margin-bottom:1rem}.about-lede{max-width:700px;color:#e5ecfad9;line-height:1.6;margin-bottom:3rem}.about-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.about-columns h3{font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.3rem;margin-bottom:.75rem;color:var(--accent-gold)}.about-columns p{color:#e1e9f8d1;margin:0;line-height:1.6}.workflow-section{position:relative;background:var( --workflow-section-background, radial-gradient(circle at top left, rgba(31, 77, 204, .18), transparent 42%), radial-gradient(circle at bottom right, rgba(242, 180, 65, .18), transparent 52%), #060913 );padding:6rem 3rem 5rem;border-top:1px solid rgba(31,77,204,.18);overflow:hidden;isolation:isolate}.workflow-section:before{content:"";position:absolute;inset:0;background:var(--workflow-section-texture) center/cover no-repeat;opacity:var(--section-texture-opacity, .12);pointer-events:none;z-index:0}.workflow-section:after{content:"";position:absolute;inset:-140px 0 -160px;background:linear-gradient(to bottom,#060c18f0,#060c1800 34%),linear-gradient(to top,#050912f2,#05091200 36%);pointer-events:none;z-index:0}.workflow-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;align-items:start}.workflow-copy h2{margin-bottom:1.25rem}.workflow-copy p{color:#e1e9f8d1;line-height:1.6;margin-bottom:2rem}.workflow-steps{list-style:none;padding:0;display:grid;gap:1.5rem;counter-reset:step}.workflow-steps li{position:relative;padding-left:3.25rem;color:#e2ebf8db;line-height:1.5}.workflow-steps li strong{display:block;margin-bottom:.35rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--accent-gold)}.workflow-steps li:before{counter-increment:step;content:counter(step,decimal-leading-zero);position:absolute;left:0;top:0;width:2.35rem;height:2.35rem;border-radius:50%;background:linear-gradient(135deg,#f2b44140,#1f4dcc40);border:1px solid rgba(242,180,65,.26);display:grid;place-items:center;font-size:.8rem;font-weight:700;letter-spacing:.8px}.workflow-panel{display:flex;flex-direction:column;gap:2rem}.workflow-visual{margin:0;position:relative;display:flex;justify-content:center;padding:1.4rem;overflow:visible;border-radius:34px;background:#060c187a;border:1px solid rgba(242,180,65,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.workflow-visual:before{content:"";position:absolute;inset:-28px -34px -26px;background:linear-gradient(140deg,#060c18a6,#1f4dcc1f);filter:blur(30px);border-radius:38px;z-index:0;opacity:.9}.workflow-visual img{width:min(520px,100%);border-radius:30px;border:1px solid rgba(242,180,65,.28);box-shadow:0 22px 45px #060c1866;position:relative;z-index:1;transform:translate(60px);opacity:0;transition:transform .85s cubic-bezier(.19,1,.22,1),opacity .85s ease}.workflow-visual--visible img{transform:translate(0);opacity:1}.panel-card{background:linear-gradient(160deg,#101c34d9,#0b162af0);border-radius:24px;padding:2.5rem;box-shadow:0 25px 50px #060c188c;border:1px solid rgba(242,180,65,.22)}.panel-card h3{margin-top:0;margin-bottom:1rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--accent-gold)}.panel-card p{margin:0 0 1.5rem;color:#e4ecfad9;line-height:1.7}.panel-author{font-size:.9rem;color:#e0d1bad9}.panel-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem}.landing-footer{background:linear-gradient(160deg,#060c16f2,#0a1426fa 40%,#060c18f0),radial-gradient(circle at top right,rgba(242,180,65,.18),transparent 55%);padding:4rem 3rem 2.75rem;border-top:1px solid rgba(242,180,65,.18);position:relative;overflow:hidden;isolation:isolate}.landing-footer:before{content:"";position:absolute;inset:-140px 0 auto;height:160px;background:linear-gradient(to bottom,#060c1600,#060c16f2);pointer-events:none;z-index:0}.landing-page{transition:background .4s ease,color .4s ease}.footer-inner{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:3.5rem 4rem;max-width:1200px;margin:0 auto 3rem;position:relative;z-index:1;align-items:start}.footer-brand{max-width:420px}.landing-footer h4,.landing-footer h5{margin-top:0;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--accent-gold)}.landing-footer p,.landing-footer li,.landing-footer a{color:#e0e9f8cc;text-decoration:none;line-height:1.6}.landing-footer a:hover{color:#f2b441eb}.landing-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.footer-columns{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:start}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;max-width:1200px;margin:0 auto;padding-top:1.75rem;border-top:1px solid rgba(62,80,126,.28);font-size:.85rem;color:#d7e1f6c7;position:relative;z-index:1}.footer-bottom>span{flex:1 1 240px}.footer-links-inline{display:flex;gap:1.2rem;flex-wrap:wrap}.footer-links-inline a{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.35rem 1rem;color:#dce7f8d1;text-decoration:none;border-radius:999px;overflow:hidden;isolation:isolate;transition:color .3s ease;font-weight:600}.footer-social{list-style:none;display:flex;gap:1.25rem;align-items:center;margin:0 0 0 auto;padding:0}.footer-social li{display:flex}.footer-social a{display:inline-flex;align-items:center;gap:.6rem;color:#dfe8f8d1;text-decoration:none;font-weight:600}.footer-social a:hover{color:#f2b441f2}.footer-social__icon{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center}.footer-social__icon svg{width:100%;height:100%}.footer-inline-link{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;background:none;border:none;color:#dfe8f8d1;padding:.35rem 1rem;text-align:left;font:inherit;cursor:pointer;overflow:hidden;isolation:isolate;transition:color .3s ease;border-radius:999px}.footer-inline-link:before,.footer-inline-link:after,.footer-links-inline a:before,.footer-links-inline a:after{content:"";position:absolute;inset:0;transition:transform .3s ease,opacity .3s ease;z-index:-1}.footer-inline-link:before,.footer-links-inline a:before{border-top:2px solid rgba(242,180,65,.55);border-bottom:2px solid rgba(242,180,65,.55);transform:scaleY(2.1);opacity:0}.footer-inline-link:after,.footer-links-inline a:after{inset:2px;background:linear-gradient(135deg,#f2b441e0,#1f4dcce0);transform:scaleY(0);opacity:0}.footer-inline-link:hover,.footer-inline-link:focus-visible,.footer-links-inline a:hover,.footer-links-inline a:focus-visible{color:#f5f8fdfa;outline:none}.footer-inline-link:hover:before,.footer-inline-link:focus-visible:before,.footer-links-inline a:hover:before,.footer-links-inline a:focus-visible:before{transform:scaleY(1);opacity:1}.footer-inline-link:hover:after,.footer-inline-link:focus-visible:after,.footer-links-inline a:hover:after,.footer-links-inline a:focus-visible:after{transform:scaleY(1);opacity:1}:root[data-theme=light] .landing-page{--accent-ink: #f4f7ff;--accent-ink-soft: #ffffff;--accent-blue-soft: rgba(31, 77, 204, .14);--accent-gold-soft: rgba(242, 180, 65, .14);--accent-white: #14213d;--landing-background: radial-gradient(circle at 12% 18%, rgba(31, 77, 204, .12), transparent 58%), radial-gradient(circle at 78% 82%, rgba(242, 180, 65, .12), transparent 60%), #f7f9ff}:root[data-theme=light] .hero-title{background-image:linear-gradient(120deg,#14213df2,#1f4dccf2,#f2b441e6);text-shadow:none}:root[data-theme=light] .hero-copy{color:#1c2c4cd1}:root[data-theme=light] .hero-copy--visible{color:#14213de0}:root[data-theme=light] .eyebrow{color:#14213df5;font-weight:800}:root[data-theme=light] .hero-metrics{border-top:1px solid rgba(31,77,204,.18)}:root[data-theme=light] .metric-value{color:#1f4dcc}:root[data-theme=light] .metric-label{color:#283656a6}:root[data-theme=light] .cards-section:before,:root[data-theme=light] .workflow-section:before,:root[data-theme=light] .about-section:before{opacity:.08}:root[data-theme=light] .section-inner h2{color:#14213df5;text-shadow:none;font-weight:800}:root[data-theme=light] .section-lede,:root[data-theme=light] .workflow-copy p,:root[data-theme=light] .about-columns p{color:#18243ee0;font-weight:500}:root[data-theme=light] .about-lede{color:#14213df5;font-weight:700}:root[data-theme=light] .workflow-copy h2{color:#14213df5;font-weight:800}:root[data-theme=light] .feature-card-shell{background-image:linear-gradient(160deg,#1f4dcc59,#f2b44147)}:root[data-theme=light] .feature-card-shell--cta{background-image:linear-gradient(160deg,#1f4dcc66,#f2b44152)}:root[data-theme=light] .flip-card-face{border:1px solid rgba(31,77,204,.14);box-shadow:0 18px 36px #0f172a1f}:root[data-theme=light] .flip-card-front{background:#ffffffeb;color:#1c2a48eb}:root[data-theme=light] .flip-card-back{background:linear-gradient(160deg,#f4f7fff2,#e6eeffeb,#f2b4412e 120%);color:#182440eb;border:1px solid rgba(31,77,204,.16)}:root[data-theme=light] .feature-card__title{color:#14213df5!important;font-size:1.6rem;font-weight:800}:root[data-theme=light] .feature-card__detail{color:#18243ee6!important;font-size:1rem;font-weight:600}:root[data-theme=light] .panel-card h3,:root[data-theme=light] .section-inner h2,:root[data-theme=light] .about-columns h3{color:#14213df5;font-weight:800}:root[data-theme=light] .feature-card__overlay{background:linear-gradient(180deg,#fafcff00,#eef4ffd1 55%,#e8f0fff2)}:root[data-theme=light] .feature-card__overlay-copy,:root[data-theme=light] .feature-card__detail{color:#18243ee0;font-weight:500}:root[data-theme=light] .feature-card__tag{background:#1f4dcc1f;border:1px solid rgba(31,77,204,.18);color:#1c2a48c7}:root[data-theme=light] .feature-card__action{background:#f7f9ffeb;color:#1f4dccd9;border:1px solid rgba(31,77,204,.25)}:root[data-theme=light] .feature-card__action:hover,:root[data-theme=light] .feature-card__action:focus-visible{background:#1f4dcc1f;box-shadow:0 14px 30px #1f4dcc2e}:root[data-theme=light] .workflow-steps li{color:#202e4ed1}:root[data-theme=light] .workflow-steps li strong{color:#1f4dcc}:root[data-theme=light] .workflow-steps li:before{background:linear-gradient(135deg,#1f4dcc38,#f2b44138);border-color:#1f4dcc2e}:root[data-theme=light] .workflow-visual{background:#f7f9ffdb;border:1px solid rgba(31,77,204,.18)}:root[data-theme=light] .workflow-visual img{border:1px solid rgba(31,77,204,.18);box-shadow:0 18px 36px #0f172a2e}:root[data-theme=light] .panel-card{background:linear-gradient(160deg,#f5f8ffeb,#e8f0fff0);border:1px solid rgba(31,77,204,.16);color:#202e4ee6;box-shadow:0 18px 36px #0f172a26}:root[data-theme=light] .panel-card p{color:#18243ed9;font-weight:500}:root[data-theme=light] .panel-author{color:#18243ed1;font-weight:500}:root[data-theme=light] .panel-metrics .metric-label{color:#283656a6}:root[data-theme=light] .about-columns h3{color:#1f4dcc;font-weight:800}:root[data-theme=light] .workflow-steps li{color:#18243ee0;font-weight:500}:root[data-theme=light] .workflow-steps li strong{color:#1f4dcc;font-weight:800}:root[data-theme=light] .landing-footer{background:linear-gradient(160deg,#f2f6fffa,#e3ecfffa 40%,#f4f8fff5),radial-gradient(circle at top right,rgba(31,77,204,.12),transparent 55%);border-top:1px solid rgba(31,77,204,.14);color:#202e4ec7}:root[data-theme=light] .landing-footer h4,:root[data-theme=light] .landing-footer h5{color:#1f4dcc;font-weight:800}:root[data-theme=light] .landing-footer p,:root[data-theme=light] .landing-footer li,:root[data-theme=light] .landing-footer a{color:#18243ed1;font-weight:500}:root[data-theme=light] .landing-footer a:hover{color:#1f4dcc}:root[data-theme=light] .footer-inline-link:before,:root[data-theme=light] .footer-links-inline a:before{border-top-color:#1f4dcc66;border-bottom-color:#1f4dcc66}:root[data-theme=light] .footer-inline-link:after,:root[data-theme=light] .footer-links-inline a:after{background:linear-gradient(135deg,#1f4dcce0,#f2b441e0)}@media (max-width: 900px){.hero-overlay{padding:7rem 2rem 4rem}.cards-section,.workflow-section,.about-section,.landing-footer{padding-left:2rem;padding-right:2rem}.workflow-content{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;gap:3rem}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-bottom>span{width:100%}.footer-social{margin-left:0;flex-wrap:wrap;justify-content:flex-start}}@media (max-width: 640px){.hero-overlay{padding:6rem 1.5rem 4rem}.hero-copy{min-height:0}.hero-actions{flex-direction:column;align-items:stretch}.primary-cta,.secondary-cta{width:100%;text-align:center}.cards-section,.workflow-section,.about-section,.landing-footer{padding-left:1.5rem;padding-right:1.5rem}.workflow-panel{align-items:center}.footer-links-inline{gap:.9rem}.flip-card-inner,.feature-card__visual{min-height:320px}}.cards-section .section-lede{opacity:0;transform:translateY(48px);transition:opacity .85s cubic-bezier(.19,1,.22,1),transform .85s cubic-bezier(.19,1,.22,1)}.cards-section.reveal-on-scroll.is-visible .section-lede{opacity:1;transform:translateY(0);transition-delay:.12s}@media (prefers-reduced-motion: reduce){.reveal-on-scroll>.section-inner,.cards-section .section-lede,.cards-grid>.feature-card-shell,.workflow-section .workflow-content>*,.workflow-section .workflow-panel>*,.about-section .about-inner>*:not(.about-columns),.about-section .about-columns>*{animation:none!important;transition:none!important;transition-delay:0s!important;opacity:1!important;transform:none!important}.footer-inline-link,.footer-links-inline a{transition:none!important}.footer-inline-link:before,.footer-inline-link:after,.footer-links-inline a:before,.footer-links-inline a:after{transition:none!important}}.signup-page{position:relative;min-height:100vh;padding:7rem 3rem 4rem;background:#03060f;display:flex;justify-content:center;overflow:hidden;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e6ecfff2}.signup-page__background{position:absolute;inset:0;background-image:url(/assets/360_F_881606016_gqX7GUZ9CzSFJY22TDJt9sKkjAInWAAa-1VWSFkCX.jpg);background-size:cover;background-position:center;filter:brightness(.4) saturate(1.05) blur(2px);z-index:0}.signup-page__overlay{position:absolute;inset:0;background:linear-gradient(150deg,#040914db,#060c18f0 45%,#0c1426e0),radial-gradient(circle at 18% 18%,rgba(242,180,65,.22),transparent 55%),radial-gradient(circle at 82% 82%,rgba(31,77,204,.22),transparent 58%);z-index:1;pointer-events:none}.signup-page__inner{position:relative;z-index:2;width:100%;max-width:520px}.signup-card{background:linear-gradient(160deg,#14223ed9,#0a1222f5);border-radius:30px;border:1px solid rgba(242,180,65,.22);padding:clamp(2rem,4vw,3.25rem);box-shadow:0 40px 90px #05091280;display:grid;gap:2.5rem}.signup-card--success{gap:2rem;text-align:center}.signup-card__header{display:grid;gap:1rem}.signup-card__eyebrow{text-transform:uppercase;letter-spacing:.28em;font-size:.75rem;font-weight:600;color:#f2b441bf}.gradient-headline{margin:0;font-size:clamp(2.2rem,4vw,2.8rem);line-height:1.15;color:transparent;background-image:linear-gradient(120deg,#f5f8fdf2,#f2b441f2 45%,#1f4dcce6 80%,#f5f8fdf2);background-size:220% 220%;background-clip:text;-webkit-background-clip:text;opacity:0;transform:translateY(24px);animation:gradient-reveal 1.1s ease forwards,gradient-loop 6s linear infinite alternate}.signup-card__subtitle{margin:0;color:#ccd8f6c2;line-height:1.7}.signup-form{display:grid;gap:1.4rem}.signup-field{display:grid;gap:.55rem}.signup-field__label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#9aadd6bd}.signup-field input{width:100%;padding:.95rem 1.1rem;border-radius:18px;border:1px solid rgba(242,180,65,.28);background:#080d1abf;color:#e6ecfff2;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}.signup-field input::placeholder{color:#a7bae28c}.signup-field input:focus{outline:none;border-color:#f2b44199;box-shadow:0 0 0 3px #f2b4412e;background:#080d1ae6}.signup-form__error{margin:0;padding:.85rem 1rem;border-radius:16px;background:#ff76491f;border:1px solid rgba(255,152,74,.28);color:#ffb37c;text-align:center;font-weight:600}.signup-submit{width:100%;padding:.95rem;border-radius:999px;border:none;background:linear-gradient(135deg,#f2b441e6,#1f4dcce6);color:#fff;font-size:1.05rem;font-weight:700;letter-spacing:.08em;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease}.signup-submit:hover:not(:disabled),.signup-submit:focus-visible{transform:translateY(-2px);box-shadow:0 24px 48px #f2b44152;outline:none}.signup-submit:disabled{opacity:.6;cursor:not-allowed}.signup-card__footer{display:flex;gap:.6rem;justify-content:center;font-size:.95rem;color:#ccd8f6b8}.gradient-link{position:relative;font-weight:600;text-decoration:none;color:#f2b441eb;transition:color .3s ease}.gradient-link:after{content:"";position:absolute;left:0;bottom:-.15rem;width:100%;height:1px;background:linear-gradient(135deg,#f2b441e6,#1f4dcce6);opacity:.5;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.gradient-link:hover,.gradient-link:focus-visible{color:#f5f8fdfa;outline:none}.gradient-link:hover:after,.gradient-link:focus-visible:after{transform:scaleX(1);transform-origin:left}.signup-card__icon{font-size:3rem;line-height:1}.signup-card__actions{display:grid;gap:1rem}.signup-secondary{width:100%;padding:.9rem;border-radius:999px;border:1px solid rgba(242,180,65,.45);background:#0c1220a6;color:#f5efe2f2;font-size:.95rem;font-weight:600;letter-spacing:.08em;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.signup-secondary:hover,.signup-secondary:focus-visible{transform:translateY(-1px);background:#f2b44140;box-shadow:0 18px 36px #f2b44147;outline:none}.signup-card__highlight{color:#f2b441f5;font-weight:700}@media (max-width: 768px){.signup-page{padding:6rem 2rem 3rem}.signup-card{border-radius:26px}}@media (max-width: 560px){.signup-page{padding:5rem 1.5rem 3rem}.signup-card{border-radius:22px;padding:2.2rem}.signup-card__footer{flex-direction:column;align-items:center;gap:.35rem}}@media (prefers-reduced-motion: reduce){.gradient-headline{animation:none;opacity:1;transform:none}.signup-field input,.signup-submit,.signup-secondary,.gradient-link:after{transition:none}}@keyframes gradient-reveal{0%{opacity:0;transform:translateY(24px)}60%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}@keyframes gradient-loop{0%{background-position:0% 50%}to{background-position:100% 50%}}.signin-page{position:relative;min-height:100vh;padding:7rem 3rem 4rem;background:#03060f;display:flex;justify-content:center;overflow:hidden;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e6ecfff2}.signin-page__background{position:absolute;inset:0;background-image:url(/assets/e01e8bd1c19418971892c8d2864c20e4-BjX8OKgu.jpg);background-size:cover;background-position:center;filter:brightness(.45) saturate(1.05) blur(2px);z-index:0}.signin-page__overlay{position:absolute;inset:0;background:linear-gradient(160deg,#03070fe0,#040a14eb 45%,#0e182ce0),radial-gradient(circle at top right,rgba(46,142,255,.32),transparent 58%);z-index:1;pointer-events:none}.signin-page__inner{position:relative;z-index:2;width:100%;max-width:480px}.signin-panel{background:linear-gradient(160deg,#18243cd9,#0b1222eb);border-radius:28px;border:1px solid rgba(74,110,180,.28);padding:3rem;box-shadow:0 32px 64px #060a168c;display:grid;gap:2.5rem}.signin-panel__header h1{margin:0;font-size:clamp(2rem,3vw,2.6rem);font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.signin-heading{color:transparent;background-image:linear-gradient(120deg,#f5f8fdf2,#f2b441f2 45%,#1f4dcce6 80%,#f5f8fdf2);background-size:220% 220%;background-clip:text;-webkit-background-clip:text;opacity:0;transform:translateY(20px);animation:signin-reveal 1s ease forwards,signin-gradient 6s linear infinite alternate}.signin-panel__subtitle{margin:1rem 0 0;color:#ccd8f6bf;line-height:1.6}.eyebrow{text-transform:uppercase;letter-spacing:4px;font-size:.75rem;font-weight:600;color:#e0e7ffc7;margin-bottom:1rem}.signin-form{display:grid;gap:1.5rem}.signin-field{display:grid;gap:.65rem}.signin-field__label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#9aadd6bd}.signin-field input{width:100%;padding:.95rem 1.2rem;border-radius:18px;border:1px solid rgba(94,122,184,.32);background:#080d1ab3;color:#e6ecfff2;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.signin-field input:focus{outline:none;border-color:#f2b44199;box-shadow:0 0 0 3px #f2b4412e;background:#080d1ae6}.signin-form__error{margin:0;padding:.75rem 1rem;border-radius:14px;background:#ff66661f;border:1px solid rgba(255,164,126,.35);color:#ffb37c;text-align:center;font-weight:600}.signin-submit{width:100%;padding:.95rem;border-radius:999px;border:none;background:linear-gradient(135deg,#f2b441e6,#1f4dcce6);color:#fff;font-size:1.05rem;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease}.signin-submit:hover:not(:disabled),.signin-submit:focus-visible{transform:translateY(-2px);box-shadow:0 24px 48px #f2b44152;outline:none}.signin-submit:disabled{opacity:.6;cursor:not-allowed}.signin-panel__footer{display:flex;gap:.5rem;justify-content:center;font-size:.95rem;color:#ccd8f6bf}.signin-accent-link{position:relative;color:#f2b441e6;text-decoration:none;font-weight:600;transition:color .3s ease}.signin-accent-link:after{content:"";position:absolute;left:0;bottom:-.15rem;width:100%;height:1px;background:linear-gradient(135deg,#f2b441eb,#1f4dcce6);opacity:.6;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.signin-accent-link:hover,.signin-accent-link:focus-visible{color:#f5f8fdfa;outline:none}.signin-accent-link:hover:after,.signin-accent-link:focus-visible:after{transform:scaleX(1);transform-origin:left}@keyframes signin-reveal{0%{opacity:0;transform:translateY(20px)}60%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}@keyframes signin-gradient{0%{background-position:0% 50%}to{background-position:100% 50%}}@media (max-width: 768px){.signin-page{padding:6rem 2rem 3rem}.signin-panel{padding:2.5rem}}@media (max-width: 560px){.signin-page{padding:5rem 1.5rem 3rem}.signin-panel{padding:2rem}.signin-panel__footer{flex-direction:column;align-items:center}}.matchmaking-page{min-height:100vh;padding:6rem 3rem 4rem;background:var(--color-ink);position:relative;overflow:hidden;color:#ebf0fff0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.matchmaking-page:before{content:"";position:fixed;inset:0;background-image:url(/assets/a673c8b0f6030586378b57ee89da3bec-D74OtAjP.jpg);background-size:cover;background-position:center;filter:brightness(.35) saturate(1.05) blur(2px);z-index:-2}.matchmaking-page:after{content:"";position:fixed;inset:0;background:linear-gradient(180deg,#050a14e6,#060c18eb 45%,#060a12f0),radial-gradient(circle at top right,rgba(31,77,204,.22),transparent 60%),radial-gradient(circle at bottom left,rgba(242,180,65,.2),transparent 55%);z-index:-1}.matchmaking-search{max-width:960px;margin:0 auto 4rem}.matchmaking-search__card{background:linear-gradient(160deg,#0e182ce0,#09101ef2);border-radius:26px;padding:2.5rem;border:1px solid rgba(242,180,65,.18);box-shadow:0 30px 60px #060c188c;display:grid;gap:1.75rem}.matchmaking-search__header h2{margin:0 0 .5rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.65rem}.matchmaking-search__header p{margin:0;color:#e2e9f7c7;line-height:1.6}.matchmaking-search__form{display:grid;gap:1rem}.matchmaking-search__form textarea{width:100%;resize:vertical;min-height:120px;padding:1.25rem 1.5rem;border-radius:20px;border:1px solid rgba(242,180,65,.25);background:#080c1699;color:#ecf2ffeb;font-size:1rem;line-height:1.6}.matchmaking-search__form textarea:focus{outline:none;border-color:#f2b44199;box-shadow:0 0 0 3px #f2b4412e}.matchmaking-search__form button{justify-self:end;background:linear-gradient(135deg,#f2b441e6,#1f4dcce6);color:var(--color-white);font-weight:700;letter-spacing:.6px;border:none;border-radius:999px;padding:.9rem 2.4rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.matchmaking-search__form button:hover:not(:disabled),.matchmaking-search__form button:focus-visible{transform:translateY(-2px);box-shadow:0 18px 38px #f2b44152;outline:none}.matchmaking-search__form button:disabled{opacity:.65;cursor:not-allowed}.matchmaking-search__error{margin:0;color:#ffb37c}.matchmaking-search__prompts{list-style:none;display:flex;flex-wrap:wrap;gap:.75rem;margin:0;padding:0}.matchmaking-search__prompts li{cursor:pointer;padding:.5rem 1rem;border-radius:14px;background:#0a0e1ab3;border:1px solid rgba(242,180,65,.22);font-size:.9rem;transition:transform .3s ease,border-color .3s ease}.matchmaking-search__prompts li:hover{transform:translateY(-2px);border-color:#f2b44180}.matchmaking-results{max-width:1200px;margin:0 auto;display:grid;gap:2.5rem}.matchmaking-results__title{font-size:1.9rem;margin:0;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--color-white)}.matchmaking-results__list{display:grid;gap:2rem;align-items:stretch}.matchmaking-result{background:linear-gradient(165deg,#0c1220eb,#09101ef7);border-radius:24px;padding:1.75rem;border:1px solid rgba(242,180,65,.16);display:flex;flex-direction:column;gap:1.25rem;transition:transform .3s ease,box-shadow .3s ease}.matchmaking-result:hover{transform:translateY(-4px);box-shadow:0 20px 38px #060c1880}.matchmaking-result__header{display:grid;gap:.6rem}.matchmaking-result__heading{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.matchmaking-result__header h3{margin:0;font-size:1.2rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.matchmaking-result__persona{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .75rem;border-radius:999px;background:#62ccff1f;border:1px solid rgba(98,204,255,.32);color:#d5e6ffe6;font-size:.75rem;letter-spacing:.6px;text-transform:uppercase;font-weight:600}.matchmaking-result__persona-icon{font-size:1rem}.matchmaking-result__persona-label{white-space:nowrap}.matchmaking-result__department{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;padding:.35rem .9rem;border-radius:999px;background:#f2b4411f;border:1px solid rgba(242,180,65,.28);color:#f6e8ced9;text-transform:uppercase;letter-spacing:.8px}.matchmaking-result__badge{display:inline-flex;align-items:center;gap:.45rem;align-self:flex-start;padding:.45rem .95rem;border-radius:999px;background:#3e78ff29;border:1px solid rgba(98,204,255,.35);font-size:.78rem;font-weight:600;color:#d7e9ffeb}.matchmaking-result__badge-icon{display:inline-flex;align-items:center;justify-content:center}.matchmaking-result__bio{margin:0;color:#d9e3ffd1;line-height:1.6;font-size:.98rem}.matchmaking-result:not(.matchmaking-result--expanded) .matchmaking-result__bio{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.matchmaking-result__meta{display:grid;gap:1rem}.matchmaking-result__label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:1.4px;color:#8ca2d0b3;margin-bottom:.35rem}.matchmaking-result__meta p{margin:0;color:#d7e0f8c7;line-height:1.55}.matchmaking-result__actions{display:flex;justify-content:flex-end}.matchmaking-result__contact{padding:.55rem 1.4rem;border-radius:999px;border:1px solid rgba(242,180,65,.4);color:#f5efe2eb;text-decoration:none;font-weight:600;font-size:.9rem;transition:transform .3s ease,background .3s ease}.matchmaking-result__contact:hover,.matchmaking-result__contact:focus-visible{transform:translateY(-2px);background:#f2b4413d;outline:none}.matchmaking-result__toggle{align-self:flex-start;background:none;border:1px solid rgba(242,180,65,.4);color:#f5efe2eb;font-weight:600;font-size:.9rem;border-radius:999px;padding:.55rem 1.4rem;cursor:pointer;transition:transform .3s ease,background-color .3s ease}.matchmaking-result__toggle:hover,.matchmaking-result__toggle:focus-visible{transform:translateY(-2px);background-color:#f2b44138;outline:none}.matchmaking-result__details{display:grid;gap:1.2rem;padding-top:1.2rem;border-top:1px solid rgba(74,110,180,.25)}.matchmaking-result__overview{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.matchmaking-result--expanded{border-color:#f2b4414d;box-shadow:0 22px 40px #060c188c}.matchmaking-results__top-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.matchmaking-result--compact{padding:1.35rem 1.5rem;gap:1rem;min-height:100%}.matchmaking-result--compact:not(.matchmaking-result--expanded) .matchmaking-result__bio{display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.matchmaking-result--compact .matchmaking-result__toggle{width:100%;text-align:center;align-self:stretch}.matchmaking-results__wide-group{display:grid;gap:1.5rem}.matchmaking-results__see-more{justify-self:center;margin-top:.25rem;padding:.7rem 1.9rem;border-radius:999px;border:1px solid rgba(98,204,255,.45);background:#0c1220bf;color:#c6d3f6eb;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.matchmaking-results__see-more:hover,.matchmaking-results__see-more:focus-visible{transform:translateY(-2px);background:#2e8eff38;box-shadow:0 14px 30px #2e8eff40;outline:none}.matchmaking-results__empty{display:grid;place-items:center;text-align:center;gap:1rem;color:#cbd7f4bf}.spinner{width:40px;height:40px;border-radius:50%;border:4px solid rgba(74,110,180,.4);border-top-color:#62ccffe6;animation:spin 1s linear infinite}@media (max-width: 1024px){.matchmaking-page{padding:5rem 2rem 3rem}}@media (max-width: 640px){.matchmaking-page{padding:5rem 1.5rem 3rem}.matchmaking-search__card{padding:2rem}.matchmaking-result{padding:1.5rem}.matchmaking-result__toggle{width:100%;text-align:center}}.refinement-trigger{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(242,180,65,.2);text-align:center}.refine-button{background:#f2b4412e;border:1px solid rgba(242,180,65,.45);color:#f5efe2f2;padding:.85rem 1.8rem;border-radius:999px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}.refine-button:hover{background:#f2b44147;transform:translateY(-2px);box-shadow:0 10px 30px #f2b4414d}.new-search-container{display:flex;justify-content:center;margin-top:1.25rem}.reset-search-button{background:linear-gradient(135deg,#f2b441f2,#1f4dccf2);color:var(--color-white);font-weight:700;letter-spacing:.4px;border:none;border-radius:999px;padding:.7rem 1.6rem;cursor:pointer;box-shadow:0 12px 28px #060c1873;transition:transform .22s ease,box-shadow .22s ease,opacity .18s ease}.reset-search-button:hover:not(:disabled),.reset-search-button:focus-visible{transform:translateY(-3px);box-shadow:0 20px 44px #f2b44152;outline:none}.reset-search-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 640px){.new-search-container{margin-top:1rem}.reset-search-button{width:100%;padding:.95rem 1rem}}.refinement-conversation{background:#080d1aad;border:1px solid rgba(242,180,65,.24);border-radius:20px;padding:1.5rem;margin-top:1.5rem}.conversation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(74,110,180,.25)}.conversation-header h3{margin:0;font-size:1.2rem;color:#f2b441f2}.close-refinement{background:#bc37371f;border:1px solid rgba(188,55,55,.3);color:#ffbebef2;width:32px;height:32px;border-radius:50%;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.close-refinement:hover{background:#ff6b6b33;transform:rotate(90deg)}.conversation-messages{max-height:400px;overflow-y:auto;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}.conversation-message{display:flex}.conversation-message--user{justify-content:flex-end}.conversation-message--assistant{justify-content:flex-start}.message-bubble{max-width:80%;padding:1rem 1.25rem;border-radius:16px;line-height:1.6}.conversation-message--user .message-bubble{background:linear-gradient(135deg,#f2b441e6,#1f4dcce6);color:var(--color-white);border-bottom-right-radius:4px}.conversation-message--assistant .message-bubble{background:#0e1424d9;border:1px solid rgba(242,180,65,.24);color:#e5ecfff2;border-bottom-left-radius:4px}.typing-indicator{display:flex;gap:.4rem;align-items:center;padding:.5rem 0}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#f2b441b3;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-8px);opacity:1}}.conversation-input{display:flex;gap:.75rem;align-items:flex-end}.conversation-input textarea{flex:1;padding:.85rem 1rem;border-radius:12px;border:1px solid rgba(242,180,65,.26);background:#080d1ab3;color:#e6ecfff2;font-size:.95rem;line-height:1.5;font-family:Inter,system-ui,sans-serif;resize:vertical}.conversation-input textarea:focus{outline:none;border-color:#f2b44199;box-shadow:0 0 0 3px #f2b4412e}.conversation-input button{padding:.85rem 1.8rem;border-radius:999px;border:none;background:linear-gradient(135deg,#f2b441e6,#1f4dcce6);color:var(--color-white);font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.conversation-input button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #f2b44152}.conversation-input button:disabled{opacity:.5;cursor:not-allowed}:root[data-theme=light] .matchmaking-page{background:linear-gradient(180deg,#f2f6fffa,#e7effffa);color:#18243eeb}:root[data-theme=light] .matchmaking-page:before{opacity:.18;filter:brightness(.75) saturate(1.05) blur(2px)}:root[data-theme=light] .matchmaking-page:after{background:linear-gradient(180deg,#f4f8ffe6,#f2f6fff0 45%,#f5f9fffa),radial-gradient(circle at top right,rgba(31,77,204,.12),transparent 60%),radial-gradient(circle at bottom left,rgba(242,180,65,.14),transparent 55%)}:root[data-theme=light] .matchmaking-search__card{background:linear-gradient(160deg,#f7f9fff2,#e9effff2);border:1px solid rgba(31,77,204,.16);box-shadow:0 20px 40px #0f172a1f}:root[data-theme=light] .matchmaking-search__header h2{color:#14213df5;font-weight:800}:root[data-theme=light] .matchmaking-search__header p,:root[data-theme=light] .matchmaking-search__form textarea,:root[data-theme=light] .matchmaking-search__error{color:#18243ee0;font-weight:500}:root[data-theme=light] .matchmaking-search__form textarea{background:#f8faffeb;border:1px solid rgba(31,77,204,.18)}:root[data-theme=light] .matchmaking-search__form textarea:focus{border-color:#1f4dcc73;box-shadow:0 0 0 3px #1f4dcc2e}:root[data-theme=light] .matchmaking-search__form button,:root[data-theme=light] .conversation-input button{background:linear-gradient(135deg,#1f4dcce0,#f2b441e0);box-shadow:0 16px 32px #1f4dcc33}:root[data-theme=light] .matchmaking-search__prompts li{background:#f7f9ffe6;border:1px solid rgba(31,77,204,.18);color:#202e4ec7}:root[data-theme=light] .matchmaking-search__prompts li:hover{border-color:#1f4dcc73}:root[data-theme=light] .matchmaking-result{background-image:linear-gradient(165deg,#fdf8ebf2,#fffaf0f0),url(/assets/lightmode2-ouDlEKVx.jpg);background-size:cover;background-position:center;border:1px solid rgba(242,180,65,.28);box-shadow:0 18px 36px #f2b4412e;color:#18243eeb}:root[data-theme=light] .matchmaking-result:hover{box-shadow:0 22px 40px #f2b4413d}:root[data-theme=light] .matchmaking-result__persona{background:#1f4dcc14;border:1px solid rgba(31,77,204,.22);color:#1f4dccc7}:root[data-theme=light] .matchmaking-result__department{background:#f2b4411f;border:1px solid rgba(242,180,65,.25);color:#6e501cc7}:root[data-theme=light] .matchmaking-result__badge{background:#1f4dcc24;border:1px solid rgba(31,77,204,.24);color:#1f4dccd1}:root[data-theme=light] .matchmaking-result__bio,:root[data-theme=light] .matchmaking-result__meta p{color:#223050c7}:root[data-theme=light] .matchmaking-result__label{color:#36446694}:root[data-theme=light] .matchmaking-result__toggle,:root[data-theme=light] .matchmaking-result__contact,:root[data-theme=light] .matchmaking-results__see-more,:root[data-theme=light] .refine-button,:root[data-theme=light] .close-refinement,:root[data-theme=light] .reset-search-button{border-color:#14213d47;color:#fffffff2;background:#14213deb;box-shadow:0 6px 16px #14213d33}:root[data-theme=light] .matchmaking-result__toggle:hover,:root[data-theme=light] .matchmaking-result__toggle:focus-visible,:root[data-theme=light] .matchmaking-result__contact:hover,:root[data-theme=light] .matchmaking-result__contact:focus-visible,:root[data-theme=light] .matchmaking-results__see-more:hover,:root[data-theme=light] .matchmaking-results__see-more:focus-visible,:root[data-theme=light] .refine-button:hover,:root[data-theme=light] .close-refinement:hover,:root[data-theme=light] .reset-search-button:hover,:root[data-theme=light] .reset-search-button:focus-visible{background:#1f4dcceb;transform:translateY(-2px);box-shadow:0 14px 28px #1f4dcc47}:root[data-theme=light] .refinement-conversation{background:#f7f9fff0;border:1px solid rgba(31,77,204,.18)}:root[data-theme=light] .conversation-header{border-bottom:1px solid rgba(31,77,204,.18)}:root[data-theme=light] .conversation-header h3{color:#1f4dcce6}:root[data-theme=light] .conversation-message--assistant .message-bubble{background:#f0f4fff5;border:1px solid rgba(31,77,204,.18);color:#18243ee0}:root[data-theme=light] .conversation-input textarea{background:#f8faffeb;border:1px solid rgba(31,77,204,.18);color:#18243ee0}:root[data-theme=light] .matchmaking-results__empty{color:#18243ed1;font-weight:500}:root[data-theme=light] .matchmaking-results__title{color:#14213df5;font-weight:800}:root[data-theme=light] .matchmaking-result__header h3{font-weight:700}:root[data-theme=light] .matchmaking-result__bio,:root[data-theme=light] .matchmaking-result__meta p{color:#18243ee0;font-weight:500}:root[data-theme=light] .matchmaking-result__label{color:#18243eb8;font-weight:600}@media (max-width: 768px){.matchmaking-page{padding:6rem 1.5rem 3rem}.matchmaking-search__card{padding:2rem 1.5rem}.matchmaking-search__header h2{font-size:1.5rem}.matchmaking-search__form button{width:100%}.matchmaking-result{padding:1.5rem}.matchmaking-results__top-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.matchmaking-results__see-more{width:100%}.matchmaking-result__persona{justify-content:flex-start}.matchmaking-result__persona-label{white-space:normal}.refinement-conversation{padding:1rem}.conversation-header h3{font-size:1rem}.conversation-messages{max-height:300px}.message-bubble{max-width:90%;font-size:.9rem}.conversation-input{flex-direction:column;gap:.75rem}.conversation-input button{width:100%;padding:1rem}.refine-button{width:100%;padding:1rem 1.5rem}}@media (max-width: 480px){.matchmaking-page{padding:5rem 1rem 2rem}.matchmaking-search__card{padding:1.5rem 1rem;border-radius:20px}.matchmaking-search__header h2{font-size:1.3rem}.matchmaking-search__header p{font-size:.9rem}.matchmaking-search__form textarea{font-size:.95rem;padding:1rem}.matchmaking-search__form button{padding:1rem;font-size:.95rem}.matchmaking-search__prompts{gap:.75rem}.matchmaking-search__prompts li{padding:.85rem 1rem;font-size:.85rem}.matchmaking-results__title{font-size:1.5rem}.matchmaking-result{padding:1.25rem;border-radius:16px}.matchmaking-results__top-grid{grid-template-columns:1fr}.matchmaking-result__badge{padding:.4rem .9rem;font-size:.75rem}.matchmaking-result__bio{font-size:.9rem}.matchmaking-result__label{font-size:.7rem}.matchmaking-result__meta p{font-size:.85rem}.matchmaking-result__contact{padding:.75rem 1.5rem;font-size:.9rem}.refinement-conversation{padding:.75rem;border-radius:16px}.conversation-header{margin-bottom:1rem;padding-bottom:.75rem}.conversation-header h3{font-size:.95rem}.close-refinement{width:28px;height:28px;font-size:1rem}.conversation-messages{max-height:250px}.message-bubble{max-width:95%;padding:.85rem 1rem;font-size:.85rem}.conversation-input textarea{font-size:.9rem;padding:.75rem}.conversation-input button{padding:.85rem 1.5rem;font-size:.9rem}.refine-button{padding:.85rem 1.25rem;font-size:.85rem}.matchmaking-results__empty{padding:2rem 1rem;font-size:.9rem}.spinner{width:40px;height:40px;border-width:3px}}@media (max-width: 768px) and (orientation: landscape){.conversation-messages{max-height:200px}}@media (max-height: 700px){.conversation-messages{max-height:200px}}@media (hover: none) and (pointer: coarse){.matchmaking-search__prompts li{min-height:44px;display:flex;align-items:center}.matchmaking-result__contact{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.refine-button,.conversation-input button{min-height:48px}.close-refinement{min-width:44px;min-height:44px}}@media (max-width: 360px){.matchmaking-search__header h2{font-size:1.2rem}.matchmaking-result__header h3{font-size:1rem}.message-bubble{font-size:.8rem;padding:.75rem .85rem}}.knowledge-discovery-container{position:relative;min-height:100vh;padding:2rem 1rem}.knowledge-discovery-content{position:relative;z-index:1;transition:filter .3s ease}.knowledge-discovery-container.is-loading .knowledge-discovery-content{filter:blur(8px);pointer-events:none;-webkit-user-select:none;user-select:none}.opportunity-form-banner{max-width:640px;margin:0 auto 2.25rem;padding:2px;border-radius:999px;background-image:linear-gradient(135deg,#f2b441e0,#1f4dcce0);box-shadow:0 18px 38px #11182759;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-opportunity-form{position:relative;width:100%;border:none;border-radius:999px;padding:.95rem 1.5rem;background:#0a1020f0;color:#f4f7fdf2;font-size:.95rem;font-weight:600;letter-spacing:.02em;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.btn-opportunity-form:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at center,rgba(59,130,246,.18),transparent 70%);opacity:0;transition:opacity .25s ease;pointer-events:none}.btn-opportunity-form:hover,.btn-opportunity-form:focus-visible{background:#0f1c36f7;transform:translateY(-2px);box-shadow:0 14px 36px #1f4dcc59;outline:none}.btn-opportunity-form:hover:after,.btn-opportunity-form:focus-visible:after{opacity:1}.knowledge-discovery-loader{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:2rem;text-align:center;color:#e2e8f0eb;background:#0a0e1aa6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:48}.knowledge-discovery-loader__logo{width:96px;height:96px;animation:loader-spin 1.4s linear infinite;filter:drop-shadow(0 12px 32px rgba(15,23,42,.45))}.knowledge-discovery-loader__logo img{width:100%;height:100%;object-fit:contain}@keyframes loader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.knowledge-discovery-container:before{content:"";position:fixed;inset:0;background:linear-gradient(135deg,#0a0e1a,#1a1f35);z-index:-2}.knowledge-discovery-container:after{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 50%,rgba(56,189,248,.03),transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,.03),transparent 50%);z-index:-1}.repositories-placeholder{min-height:240px}.discovery-header{max-width:1200px;margin:0 auto 2rem}.discovery-header h1{font-size:2rem;font-weight:700;color:#f1f5f9fa;margin-bottom:.5rem}.discovery-header>p{color:#94a3b8e6;font-size:1rem;margin-bottom:1rem}.back-button:hover{background:#1e293bcc;border-color:#94a3b866;transform:translate(-2px)}.categories-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding-bottom:2rem}.category-card-shell{position:relative;display:flex;padding:2px;border-radius:18px;background-image:linear-gradient(160deg,#f2b441d9,#1f4dccd9);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;height:100%}.category-card-shell:focus,.category-card-shell:focus-visible{outline:none;box-shadow:0 0 30px 4px #f2b4414d}.category-card-shell:hover{box-shadow:0 0 30px 4px #f2b44147}.category-card{background:linear-gradient(135deg,#0a1020f2,#1a233ad9);border:1px solid rgba(51,65,85,.45);border-radius:16px;padding:2rem 1.5rem;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;width:100%}.category-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(59,130,246,.05),transparent 70%);opacity:0;transition:opacity .3s}.category-card-shell:hover .category-card,.category-card-shell:focus .category-card,.category-card-shell:focus-visible .category-card{border-color:#94a3b859;box-shadow:0 8px 32px #3b82f626;transform:translateY(-4px)}.category-card-shell:hover .category-card:before,.category-card-shell:focus .category-card:before,.category-card-shell:focus-visible .category-card:before{opacity:1}.category-icon{width:72px;height:72px;border-radius:18px;background:#3b82f614;display:grid;place-items:center;margin-bottom:1.25rem;transition:transform .3s ease,box-shadow .3s ease}.category-icon img{width:60%;height:60%;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(15,23,42,.35));transition:transform .3s ease}.category-icon__fallback{font-size:2rem;color:#94a3b8d9}.category-card-shell:hover .category-icon,.category-card-shell:focus .category-icon,.category-card-shell:focus-visible .category-icon{transform:translateY(-4px);box-shadow:0 14px 28px #3b82f640}.category-card-shell:hover .category-icon img,.category-card-shell:focus .category-icon img,.category-card-shell:focus-visible .category-icon img{transform:scale(1.08)}.category-card h3{color:#f1f5f9fa;font-size:1.25rem;font-weight:600;margin-bottom:.75rem;position:relative;z-index:1}.category-description{color:#94a3b8cc;font-size:.875rem;line-height:1.5;position:relative;z-index:1}.subcategories-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;padding-bottom:2rem}.subcategory-card-shell{position:relative;display:flex;padding:2px;border-radius:18px;background-image:linear-gradient(160deg,#f2b441c7,#1f4dccc7);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;height:100%}.subcategory-card-shell:focus,.subcategory-card-shell:focus-visible{outline:none;box-shadow:0 0 24px 4px #f2b4413d}.subcategory-card-shell:hover{box-shadow:0 0 24px 4px #f2b44138}.subcategory-card{background:linear-gradient(140deg,#0a1020f2,#151e34d9);border:1px solid rgba(51,65,85,.45);border-radius:16px;padding:1.75rem 1.5rem;transition:all .3s ease;position:relative;overflow:hidden;display:flex;align-items:center;gap:1.25rem;width:100%}.subcategory-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);opacity:0;transition:opacity .3s}.subcategory-card__watermark{position:absolute;inset:0;display:flex;justify-content:flex-end;align-items:flex-start;padding:1.2rem;pointer-events:none;opacity:.12;filter:drop-shadow(0 12px 28px rgba(15,23,42,.35))}.subcategory-card__watermark img{width:88px;height:88px;object-fit:contain;opacity:.85;transform:translate(8px,-6px) scale(1.05)}.subcategory-card-shell:hover .subcategory-card,.subcategory-card-shell:focus .subcategory-card,.subcategory-card-shell:focus-visible .subcategory-card{border-color:#94a3b859;box-shadow:0 4px 20px #3b82f61f;transform:translateY(-2px)}.subcategory-card-shell:hover .subcategory-card:before,.subcategory-card-shell:focus .subcategory-card:before,.subcategory-card-shell:focus-visible .subcategory-card:before{opacity:1}.subcategory-card__body{display:flex;align-items:center;gap:1rem;flex:1;position:relative;z-index:1}.subcategory-icon{width:56px;height:56px;border-radius:14px;background:#3b82f61a;display:grid;place-items:center;flex-shrink:0;transition:transform .3s ease,box-shadow .3s ease}.subcategory-icon img{width:65%;height:65%;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(15,23,42,.35));transition:transform .3s ease}.subcategory-icon__fallback{font-size:1.75rem;color:#94a3b8d9}.subcategory-card-shell:hover .subcategory-icon,.subcategory-card-shell:focus .subcategory-icon,.subcategory-card-shell:focus-visible .subcategory-icon{transform:translateY(-2px);box-shadow:0 12px 24px #3b82f633}.subcategory-card-shell:hover .subcategory-icon img,.subcategory-card-shell:focus .subcategory-icon img,.subcategory-card-shell:focus-visible .subcategory-icon img{transform:scale(1.05)}.subcategory-card__content{flex:1}.subcategory-card h3{color:#f1f5f9fa;font-size:1.125rem;font-weight:600;margin-bottom:.75rem;position:relative;z-index:1}.subcategory-description{color:#94a3b8cc;font-size:.875rem;line-height:1.6;margin-bottom:0;position:relative;z-index:1}.card-arrow{color:#60a5fab3;font-size:1.5rem;font-weight:300;transition:all .3s;position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;margin-left:auto}.subcategory-card-shell:hover .card-arrow,.subcategory-card-shell:focus .card-arrow,.subcategory-card-shell:focus-visible .card-arrow{color:#60a5fa;transform:translate(4px)}.empty-state{text-align:center;padding:4rem 2rem;color:#94a3b8e6;max-width:600px;margin:0 auto}.empty-state h2{color:#cbd5e1f2;font-size:1.5rem;margin-bottom:.75rem}.empty-state p{font-size:1rem;line-height:1.6}@media (max-width: 768px){.knowledge-discovery-container{padding:1.5rem 1rem}.discovery-header h1{font-size:1.75rem}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.subcategories-grid,.repositories-grid{grid-template-columns:1fr;gap:1rem}.category-card{padding:1.5rem 1rem}.category-icon{font-size:2.5rem}.subcategory-card{padding:1.5rem 1.25rem;flex-direction:column;align-items:flex-start}.subcategory-card__body{width:100%}.card-arrow{margin-left:auto}.repository-card{padding:1.5rem}.repository-actions{flex-direction:column}.repository-actions .btn-secondary,.repository-actions .btn-primary,.repository-actions .btn-pdf{width:100%;text-align:center}}@media (max-width: 480px){.categories-grid{grid-template-columns:1fr}.discovery-header h1{font-size:1.5rem}.category-card h3,.subcategory-card h3,.repository-title{font-size:1.125rem}}.repositories-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;padding-bottom:2rem}.repository-card-shell{position:relative;display:flex;width:100%;padding:2px;border-radius:18px;background-image:linear-gradient(135deg,#f2b441d1,#1f4dccd1);transition:transform .3s ease,box-shadow .3s ease}.repository-card-shell:hover,.repository-card-shell:focus-within{transform:translateY(-3px);box-shadow:0 16px 36px #1f4dcc38}.repository-card{position:relative;background:linear-gradient(135deg,#0f172adb,#1e293bb8);border:1px solid rgba(51,65,85,.5);border-radius:16px;padding:2rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem;overflow:hidden}.repository-card__watermark{position:absolute;inset:0;display:flex;justify-content:flex-end;align-items:flex-start;padding:1.75rem 1.5rem;pointer-events:none;opacity:.07;mix-blend-mode:screen}.repository-card__watermark img{width:96px;height:96px;object-fit:contain;transform:translate(16px,-10px) scale(1.05);filter:drop-shadow(0 18px 40px rgba(15,23,42,.35));opacity:.9}.repository-card-shell:hover .repository-card,.repository-card-shell:focus-within .repository-card{border-color:#94a3b859;box-shadow:0 8px 32px #3b82f62e;transform:translateY(-2px)}.repository-card-shell--expanded{grid-column:span 1}.repository-question-only{cursor:pointer;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;min-height:180px;justify-content:center;gap:1rem;transition:all .3s ease}.repository-question-only:hover{transform:scale(1.02)}.repository-question-only .question-icon{font-size:3rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.repository-question-only .question-text{color:#f1f5f9fa;font-size:1.125rem;font-weight:600;line-height:1.6;margin:0}.click-hint{color:#60a5fab3;font-size:.875rem;font-weight:500;opacity:0;transition:opacity .3s ease}.repository-question-only:hover .click-hint{opacity:1}.close-button{position:absolute;top:1rem;right:1rem;background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.125rem;transition:all .2s ease;z-index:10}.close-button:hover{background:#ef444440;border-color:#ef444480;transform:rotate(90deg)}.repository-card__header{border-bottom:1px solid rgba(51,65,85,.3);padding-bottom:1rem}.repository-title{color:#f1f5f9fa;font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.repository-authors{color:#94a3b8cc;font-size:.875rem;font-style:italic}.repository-question{background:#3b82f614;border-left:3px solid rgba(59,130,246,.5);padding:1rem;border-radius:8px;display:flex;gap:.75rem;align-items:flex-start}.question-icon{font-size:1.5rem;flex-shrink:0}.repository-question p{color:#cbd5e1f2;font-size:.95rem;line-height:1.6;font-weight:500}.repository-summary{color:#cbd5e1d9;font-size:.9rem;line-height:1.7}.repository-detailed{color:#cbd5e1e6;font-size:.9rem;line-height:1.8;background:#0f172a80;padding:1.5rem;border-radius:8px;border:1px solid rgba(51,65,85,.3)}.repository-detailed h4{color:#60a5fae6;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.repository-meta{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 0;border-top:1px solid rgba(51,65,85,.2);border-bottom:1px solid rgba(51,65,85,.2)}.meta-item{color:#94a3b8cc;font-size:.8rem;display:flex;align-items:center;gap:.35rem}.repository-keywords{display:flex;flex-wrap:wrap;gap:.5rem}.keyword-tag{background:#8b5cf626;color:#a78bfae6;border:1px solid rgba(139,92,246,.3);padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.repository-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:auto;padding-top:1rem}.repository-actions .btn-secondary,.repository-actions .btn-primary,.repository-actions .btn-pdf,.repository-actions .btn-expand{padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;border:none}.repository-actions .btn-expand{background:#8b5cf626;color:#a78bfa;border:1px solid rgba(139,92,246,.3)}.repository-actions .btn-expand:hover{background:#8b5cf640;border-color:#8b5cf680}.repository-actions .btn-secondary{background:#1e293b99;color:#cbd5e1e6;border:1px solid rgba(71,85,105,.5)}.repository-actions .btn-secondary:hover{background:#1e293bcc;border-color:#64748b99}.repository-actions .btn-primary{background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3)}.repository-actions .btn-primary:hover{background:#3b82f640;border-color:#3b82f680}.repository-actions .btn-pdf{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.repository-actions .btn-pdf:hover{background:#ef444440;border-color:#ef444480}.repo-count{color:#60a5fae6;font-weight:500;font-size:.95rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.category-card,.subcategory-card,.repository-card{animation:fadeIn .4s ease-out backwards}.category-card:nth-child(1),.subcategory-card:nth-child(1),.repository-card:nth-child(1){animation-delay:.05s}.category-card:nth-child(2),.subcategory-card:nth-child(2),.repository-card:nth-child(2){animation-delay:.1s}.category-card:nth-child(3),.subcategory-card:nth-child(3),.repository-card:nth-child(3){animation-delay:.15s}.category-card:nth-child(4),.subcategory-card:nth-child(4),.repository-card:nth-child(4){animation-delay:.2s}.category-card:nth-child(5),.subcategory-card:nth-child(5),.repository-card:nth-child(5){animation-delay:.25s}.category-card:nth-child(6),.subcategory-card:nth-child(6),.repository-card:nth-child(6){animation-delay:.3s}.category-card:nth-child(n+7),.subcategory-card:nth-child(n+7),.repository-card:nth-child(n+7){animation-delay:.35s}.repository-detailed p{margin-bottom:1rem}.repository-detailed p:last-child{margin-bottom:0}.repository-detailed strong,.repository-summary strong{color:#60a5faf2;font-weight:700;font-size:.95rem;display:block;margin-top:1.25rem;margin-bottom:.5rem;letter-spacing:.02em}.repository-detailed strong:first-child,.repository-summary strong:first-child{margin-top:0}.repository-summary p{margin-bottom:.875rem}.repository-summary p:last-child{margin-bottom:0}.repository-detailed strong:after{content:"";display:block;width:40px;height:2px;background:linear-gradient(90deg,rgba(96,165,250,.5),transparent);margin-top:.5rem;margin-bottom:.75rem}.repository-detailed strong,.repository-summary strong{display:none}.knowledge-discovery-container{padding-top:104px;min-height:100vh}.discovery-header{position:relative;z-index:1}.btn-admin{padding:10px 18px;background:#6c757d;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease}.btn-admin:hover{background:#5a6268;transform:translateY(-1px)}.opportunity-form-container{position:relative;min-height:100vh;padding:7rem 3rem 4rem;background:#03060f;color:#e6ecfff2;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;align-items:center;justify-content:center;overflow:hidden}.opportunity-form-container:before{content:"";position:absolute;inset:0;background-image:url(/assets/758e6cc122b857faa154412d19b341df-DBkQ-PlU.jpg);background-size:cover;background-position:center;filter:brightness(.45) saturate(1.05) blur(2px);z-index:0}.opportunity-form-container:after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,#03070fe0,#040a16e6 45%,#0e182ce0),radial-gradient(circle at top right,rgba(46,142,255,.28),transparent 58%);z-index:1;pointer-events:none}.form-card{position:relative;z-index:2;max-width:800px;width:100%;background:linear-gradient(160deg,#18243ce0,#0b1222f0);border-radius:28px;border:1px solid rgba(74,110,180,.28);box-shadow:0 32px 64px #060a168c;padding:3rem;animation:slideUp .5s ease-out}.success-card{text-align:center;max-width:500px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.form-progress{margin-bottom:2.5rem}.progress-bar{height:8px;background:#080d1ab3;border-radius:999px;overflow:hidden;margin-bottom:.75rem;border:1px solid rgba(94,122,184,.32)}.progress-fill{height:100%;background:linear-gradient(90deg,#2e8eff,#8c3dff);transition:width .3s ease;border-radius:999px}.progress-text{text-align:center;font-size:.875rem;color:#9aadd6bd;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.form-step{animation:fadeIn .4s ease-out}.step-title{font-size:clamp(1.75rem,3vw,2.2rem);font-weight:700;color:#e6ecfff2;margin-bottom:.5rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.step-description{font-size:1rem;color:#ccd8f6bf;margin-bottom:2rem;line-height:1.6}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1rem}@media (max-width: 640px){.form-grid{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.7rem}.form-group label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#9aadd6bd;font-weight:600}.required{color:#ff6b6b}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.95rem 1.2rem;border-radius:20px;border:1px solid rgba(94,122,184,.32);background:#080d1ab3;color:#e6ecfff2;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;font-family:Inter,system-ui,sans-serif}.form-group textarea{resize:vertical;line-height:1.6;min-height:120px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#62ccff99;box-shadow:0 0 0 3px #62ccff2e}.input-error{border-color:#ff6b6b!important;box-shadow:0 0 0 3px #ff6b6b2e!important}.error-message{color:#ff6b6b;font-size:.875rem;font-weight:500}.input-helper{font-size:.875rem;color:#9aadd6bd}.urgency-slider{width:100%;height:8px;border-radius:999px;background:#080d1ab3;outline:none;-webkit-appearance:none;border:1px solid rgba(94,122,184,.32)}.urgency-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#2e8eff,#8c3dff);cursor:pointer;box-shadow:0 4px 12px #2e8eff66;transition:transform .2s ease}.urgency-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.urgency-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#2e8eff,#8c3dff);cursor:pointer;border:none;box-shadow:0 4px 12px #2e8eff66}.slider-labels{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.75rem;color:#9aadd6bd}.info-box{display:flex;gap:.75rem;padding:1rem 1.25rem;background:#0c162699;border-left:4px solid rgba(46,142,255,.6);border-radius:20px;margin-top:1.5rem;border:1px solid rgba(64,90,140,.25)}.info-box svg{flex-shrink:0;color:#67d9fff2;margin-top:.125rem}.info-box p{margin:0;font-size:.875rem;color:#ccd8f6bf;line-height:1.6}.form-navigation{display:flex;gap:1rem;margin-top:2.5rem}.btn-back,.btn-next,.btn-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 2rem;font-size:1rem;font-weight:600;border-radius:999px;cursor:pointer;transition:all .3s ease;border:none;font-family:inherit;letter-spacing:.06em}.btn-back{background:#080d1a99;color:#d2deffc7;border:1px solid rgba(94,122,184,.35)}.btn-back:hover{background:#080d1acc;transform:translateY(-2px);box-shadow:0 8px 24px #2e8eff40}.btn-next,.btn-submit{flex:1;background:linear-gradient(135deg,#2e8eff,#8c3dff);color:#fff;font-weight:700}.btn-next:hover,.btn-submit:hover{transform:translateY(-2px);box-shadow:0 20px 40px #2e8eff66}.btn-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.btn-icon{font-size:1.25rem}.success-icon{display:inline-flex;padding:1.5rem;border-radius:50%;background:linear-gradient(135deg,#2e8eff,#8c3dff);color:#fff;margin-bottom:1.5rem}.success-card h2{font-size:2rem;font-weight:700;color:#e6ecfff2;margin-bottom:1rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.success-message{font-size:1.125rem;color:#ccd8f6bf;line-height:1.7;margin-bottom:2rem}.btn-primary,.btn-secondary{width:100%;padding:.95rem 2rem;font-size:1rem;font-weight:600;border-radius:999px;cursor:pointer;transition:all .3s ease;border:none;font-family:inherit;margin-bottom:.75rem;letter-spacing:.06em}.btn-primary{background:linear-gradient(135deg,#2e8eff,#8c3dff);color:#fff;font-weight:700}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 40px #2e8eff66}.btn-secondary{background:#080d1a99;color:#d2deffc7;border:1px solid rgba(94,122,184,.35)}.btn-secondary:hover{background:#080d1acc;transform:translateY(-2px);box-shadow:0 8px 24px #2e8eff40}@media (max-width: 768px){.opportunity-form-container{padding:6rem 2rem 3rem}.form-card{padding:2.5rem}.step-title{font-size:1.5rem}.form-navigation{flex-direction:column}.btn-back{order:2}}@media (max-width: 560px){.opportunity-form-container{padding:5rem 1.5rem 3rem}.form-card{padding:2rem}}.profile-page{position:relative;min-height:100vh;padding:7rem 3rem 4rem;background:#03060e;color:#e6ecfff2;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;align-items:flex-start;justify-content:center;overflow:hidden}.profile-page__background{position:absolute;inset:0;background-image:url(/assets/758e6cc122b857faa154412d19b341df-DBkQ-PlU.jpg);background-size:cover;background-position:center;filter:saturate(1.05) brightness(.55) blur(2px);z-index:0}.profile-page__overlay{position:absolute;inset:0;background:linear-gradient(160deg,#03070fd9,#040812e6 45%,#0f1d38e0),radial-gradient(circle at top right,rgba(46,142,255,.25),transparent 55%);z-index:1;pointer-events:none}.profile-page__inner{position:relative;z-index:2;width:100%;max-width:960px}.profile-card{background:linear-gradient(160deg,#18243ce0,#0b1222f0);border:1px solid rgba(74,110,180,.28);border-radius:28px;padding:3rem;box-shadow:0 30px 60px #060a168c;display:grid;gap:2.5rem}.profile-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.profile-card__header h1{margin:0;font-size:clamp(2rem,3vw,2.8rem);font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.profile-card__subtitle{margin:.75rem 0 0;color:#cfdbf7bf;line-height:1.6;max-width:32rem}.role-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.35rem;border-radius:999px;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;background:#2e8eff2e;border:1px solid rgba(98,204,255,.38);color:#cddafaeb}.role-chip--staff{background:#50ffd02e;border-color:#50ffd066;color:#cdffede6}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.profile-field{padding:1.25rem 1.5rem;border-radius:20px;background:linear-gradient(150deg,#10182cd9,#090f1de6);border:1px solid rgba(64,90,140,.25);display:grid;gap:.45rem}.profile-field__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:#96aad2b8}.profile-field__value{font-size:1.05rem;font-weight:600;color:#e5ecfff2}.profile-field__value--accent{color:#67d9fff2}.profile-field__value--mono{font-family:JetBrains Mono,Fira Mono,IBM Plex Mono,monospace;font-size:.95rem;color:#adbee8d9}.profile-preferences{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.6rem 1.8rem;border-radius:22px;border:1px solid rgba(98,204,255,.28);background:#0e172aa6}.profile-preferences h2{margin:0 0 .35rem;font-size:1.25rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.profile-preferences p{margin:0;color:#ccd8f6c7;line-height:1.6;max-width:28rem}.profile-theme-toggle{display:flex;align-items:center;gap:1rem}.profile-theme-toggle__label{font-weight:600;color:#ccd8f6e0;letter-spacing:.04em}.profile-actions{display:grid;gap:1.2rem;padding:1.8rem;border-radius:24px;border:1px solid rgba(140,61,255,.35);background:linear-gradient(150deg,#131a2ee6,#2b1042d9);align-items:center}.profile-actions h2{margin:0;font-size:1.4rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.profile-actions p{margin:0;color:#d2deffc7;line-height:1.6}.profile-cta{justify-self:flex-start;background:linear-gradient(135deg,#2e8eff,#8c3dff);color:#fff;padding:.85rem 2.4rem;border-radius:999px;border:none;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.profile-cta:hover,.profile-cta:focus-visible{transform:translateY(-2px);box-shadow:0 20px 40px #2e8eff66;outline:none}.profile-status-chip{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;padding:1.4rem 1.8rem;border-radius:20px;background:#183a2e8c;border:1px solid rgba(80,255,208,.35);color:#ccffebe6}.profile-status-chip strong{display:block;font-size:1rem;margin-bottom:.25rem}.profile-status-chip p{margin:0;color:#ccffebc2;font-size:.95rem}.profile-status-chip__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#50ffd033;border:1px solid rgba(80,255,208,.45);font-size:1.2rem}.profile-card--status{display:grid;place-items:center;padding:2.5rem;min-height:240px;text-align:center}.profile-card__status{margin:0;color:#d2deffd9;font-size:1.1rem}.profile-card--error .profile-card__status{color:#ffb37c}@media (max-width: 900px){.profile-page{padding:6rem 2rem 3rem}.profile-card{padding:2.5rem}.profile-card__header{flex-direction:column;align-items:flex-start}.profile-cta{width:100%;text-align:center}}@media (max-width: 640px){.profile-page{padding:5rem 1.5rem 3rem}.profile-card{padding:2rem;gap:2rem}.profile-grid{grid-template-columns:1fr}}.profile-edit-btn{padding:.65rem 1.4rem;border-radius:999px;border:1px solid rgba(98,204,255,.4);background:#2e8eff1f;color:#67d9fff2;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .3s ease,background .3s ease}.profile-edit-btn:hover,.profile-edit-btn:focus-visible{transform:translateY(-2px);background:#2e8eff33;outline:none}.profile-edit-form{display:grid;gap:1.5rem}.profile-edit-field{display:grid;gap:.5rem}.profile-edit-field textarea{width:100%;padding:1rem 1.25rem;border-radius:16px;border:1px solid rgba(94,122,184,.32);background:#080d1ab3;color:#e6ecfff2;font-size:1rem;line-height:1.6;font-family:Inter,system-ui,sans-serif;resize:vertical;transition:border-color .3s ease,box-shadow .3s ease}.profile-edit-field textarea:focus{outline:none;border-color:#62ccff99;box-shadow:0 0 0 3px #62ccff2e}.profile-edit-actions{display:flex;gap:1rem;margin-top:1rem}.profile-cancel-btn{padding:.85rem 2.4rem;border-radius:999px;border:1px solid rgba(154,173,214,.3);background:transparent;color:#ccd8f6d9;font-weight:600;cursor:pointer;transition:all .3s ease}.profile-cancel-btn:hover:not(:disabled),.profile-cancel-btn:focus-visible{border-color:#9aadd699;background:#9aadd61a;outline:none}.profile-cancel-btn:disabled{opacity:.5;cursor:not-allowed}:root[data-theme=light] .profile-page{background:linear-gradient(180deg,#f4f7fff5,#e9effffa);color:#121f34f2}:root[data-theme=light] .profile-page__background{background-image:url(/assets/lightmode3-B43EjzYt.webp);filter:saturate(1.05) brightness(.9) blur(3px)}:root[data-theme=light] .profile-page__overlay{background:linear-gradient(150deg,#ffffffd9 10%,#e5ebffe6,#d2dcf6e0),radial-gradient(circle at top right,rgba(84,168,252,.22),transparent 55%)}:root[data-theme=light] .profile-card{background:linear-gradient(160deg,#fffffff0,#eff4fff0);border:1px solid rgba(31,77,204,.18);box-shadow:0 24px 48px #0f172a1f;color:#121f34f2}:root[data-theme=light] .profile-card__subtitle{color:#18243ed1;font-weight:500}:root[data-theme=light] .role-chip{background:#54a8fc24;border-color:#54a8fc52;color:#223c66d9}:root[data-theme=light] .role-chip--staff{background:#40bf9829;border-color:#40bf9859;color:#1c5241d9}:root[data-theme=light] .profile-field{background:#ffffffe6;border:1px solid rgba(31,77,204,.12)}:root[data-theme=light] .profile-field__label{color:#18243ebf;font-weight:600}:root[data-theme=light] .profile-field__value{color:#121f34f2;font-weight:600}:root[data-theme=light] .profile-field__value--accent{color:#1f4dccd9}:root[data-theme=light] .profile-field__value--mono{color:#2c3a5ec7}:root[data-theme=light] .profile-preferences{border:1px solid rgba(31,77,204,.22);background:#ffffffeb}:root[data-theme=light] .profile-preferences p{color:#18243ed1;font-weight:500}:root[data-theme=light] .profile-theme-toggle__label{color:#18243eeb;font-weight:600}:root[data-theme=light] .profile-actions{border-color:#9d6eff33;background:linear-gradient(160deg,#f5f0ffe6,#e9ecffd9);color:#18243eeb}:root[data-theme=light] .profile-actions p{color:#18243ed1;font-weight:500}:root[data-theme=light] .profile-cta{background:linear-gradient(135deg,#2e8eff,#8c3dff);box-shadow:0 12px 28px #2e8eff3d}:root[data-theme=light] .profile-status-chip{background:#cff5e8c7;border-color:#40bf9859;color:#1c5241d9}:root[data-theme=light] .profile-status-chip p{color:#1c5241ad}:root[data-theme=light] .profile-status-chip__icon{background:#40bf984d;border-color:#40bf9873}:root[data-theme=light] .profile-edit-btn{background:#2e8eff1f;border-color:#2e8eff4d;color:#1f4dccd9}:root[data-theme=light] .profile-edit-field textarea{background:#f8faffe6;color:#121f34eb;border-color:#1f4dcc38}:root[data-theme=light] .profile-edit-field textarea:focus{border-color:#1f4dcc73;box-shadow:0 0 0 3px #1f4dcc2e}:root[data-theme=light] .profile-cta:hover,:root[data-theme=light] .profile-cta:focus-visible{box-shadow:0 16px 32px #2e8eff47}:root[data-theme=light] .profile-cancel-btn{border-color:#1f4dcc47;color:#18243ed9;font-weight:600}:root[data-theme=light] .profile-cancel-btn:hover:not(:disabled),:root[data-theme=light] .profile-cancel-btn:focus-visible{background:#1f4dcc1f;border-color:#1f4dcc66}.connect-profile-page{position:relative;min-height:100vh;padding:7rem 3rem 4rem;background:#03060f;color:#e6ecfff2;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;justify-content:center;overflow:hidden}.connect-profile-page__background{position:absolute;inset:0;background-image:url(/assets/758e6cc122b857faa154412d19b341df-DBkQ-PlU.jpg);background-size:cover;background-position:center;filter:brightness(.45) saturate(1.05) blur(2px);z-index:0}.connect-profile-page__overlay{position:absolute;inset:0;background:linear-gradient(160deg,#03070fe0,#040a16e6 45%,#0e182ce0),radial-gradient(circle at top right,rgba(46,142,255,.28),transparent 58%);z-index:1;pointer-events:none}.connect-profile-page__inner{position:relative;z-index:2;width:100%;max-width:720px}.connect-profile-card{background:linear-gradient(160deg,#18243ce0,#0b1222f0);border-radius:28px;border:1px solid rgba(74,110,180,.28);box-shadow:0 32px 64px #060a168c;padding:3rem;display:grid;gap:2.5rem}.connect-profile-card__header{display:flex;justify-content:space-between;gap:2rem}.connect-profile-card__header h1{margin:0;font-size:clamp(2rem,3vw,2.6rem);font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.connect-profile-card__subtitle{margin:1rem 0 0;color:#ccd8f6bf;line-height:1.6}.connect-profile-card__close{height:42px;padding:0 1.4rem;border-radius:999px;border:1px solid rgba(94,122,184,.35);background:#080d1a99;color:#d2deffc7;letter-spacing:.1em;text-transform:uppercase;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.connect-profile-card__close:hover,.connect-profile-card__close:focus-visible{transform:translateY(-2px);box-shadow:0 18px 36px #2e8eff59;outline:none}.connect-profile-form{display:grid;gap:1.4rem}.connect-profile-field{display:grid;gap:.7rem}.connect-profile-field__label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#9aadd6bd}.connect-profile-field input,.connect-profile-field textarea{width:100%;padding:.95rem 1.2rem;border-radius:20px;border:1px solid rgba(94,122,184,.32);background:#080d1ab3;color:#e6ecfff2;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;resize:none}.connect-profile-field textarea{resize:vertical;min-height:120px}.connect-profile-field input:focus,.connect-profile-field textarea:focus{outline:none;border-color:#62ccff99;box-shadow:0 0 0 3px #62ccff2e}.connect-profile-submit{justify-self:flex-start;background:linear-gradient(135deg,#2e8eff,#8c3dff);color:#fff;padding:.95rem 2.6rem;border-radius:999px;border:none;font-size:1.05rem;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease}.connect-profile-submit:hover:not(:disabled),.connect-profile-submit:focus-visible{transform:translateY(-2px);box-shadow:0 20px 40px #2e8eff6b;outline:none}.connect-profile-submit:disabled{opacity:.65;cursor:not-allowed}.connect-profile-card__footer{background:#0c162699;border-radius:20px;padding:1.25rem 1.5rem;border:1px solid rgba(64,90,140,.25);color:#ccd8f6bf;line-height:1.6}.connect-profile-card__footer a{color:#67d9fff2;font-weight:600;text-decoration:none}.connect-profile-card__footer a:hover{text-decoration:underline}@media (max-width: 768px){.connect-profile-page{padding:6rem 2rem 3rem}.connect-profile-card{padding:2.5rem}.connect-profile-card__header{flex-direction:column;align-items:flex-start}.connect-profile-card__close{width:100%;justify-content:center}.connect-profile-submit{width:100%;text-align:center}}@media (max-width: 560px){.connect-profile-page{padding:5rem 1.5rem 3rem}.connect-profile-card{padding:2rem}}.verify-profile-page{position:relative;min-height:100vh;padding:7rem 3rem 4rem;background:#03060f;color:#e6ecfff2;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;justify-content:center;overflow:hidden}.verify-profile-page__background{position:absolute;inset:0;background-image:url(/assets/758e6cc122b857faa154412d19b341df-DBkQ-PlU.jpg);background-size:cover;background-position:center;filter:brightness(.4) saturate(1.05) blur(2px);z-index:0}.verify-profile-page__overlay{position:absolute;inset:0;background:linear-gradient(170deg,#03070fe0,#08101ee6 45%,#122038e0),radial-gradient(circle at top left,rgba(140,61,255,.28),transparent 60%);z-index:1;pointer-events:none}.verify-profile-page__inner{position:relative;z-index:2;width:100%;max-width:760px}.verify-profile-card{background:linear-gradient(160deg,#142238e6,#0a1220f0);border-radius:28px;border:1px solid rgba(114,92,220,.32);box-shadow:0 34px 68px #05091499;padding:3rem;display:grid;gap:2.5rem}.verify-profile-card__header{display:flex;justify-content:space-between;gap:2rem}.verify-profile-card__header h1{margin:0;font-size:clamp(2rem,3vw,2.6rem);font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.verify-profile-card__subtitle{margin:1rem 0 0;color:#ccd8f6bf;line-height:1.6}.verify-profile-card__close{height:42px;padding:0 1.4rem;border-radius:999px;border:1px solid rgba(126,101,226,.35);background:#080d1a99;color:#d2deffc7;letter-spacing:.1em;text-transform:uppercase;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.verify-profile-card__close:hover,.verify-profile-card__close:focus-visible{transform:translateY(-2px);box-shadow:0 18px 36px #8c3dff59;outline:none}.verify-profile-card__steps{background:#0c16269e;border-radius:22px;padding:1.8rem 2rem;border:1px solid rgba(104,82,206,.28);display:grid;gap:1rem}.verify-profile-card__steps h2{margin:0;font-size:1.2rem;letter-spacing:.08em;text-transform:uppercase;color:#c2cef6d1}.verify-profile-card__steps ol{margin:0;padding-left:1.4rem;display:grid;gap:.75rem;color:#d2dcfac7}.verify-profile-card__steps strong{color:#dee7fff2}.verify-profile-form{display:grid;gap:1.4rem}.verify-profile-field{display:grid;gap:.7rem}.verify-profile-field__label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#9aadd6bd}.verify-profile-field input,.verify-profile-field textarea{width:100%;padding:.95rem 1.2rem;border-radius:20px;border:1px solid rgba(126,101,226,.32);background:#080d1ab8;color:#e6ecfff2;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;resize:none}.verify-profile-field textarea{resize:vertical;min-height:120px}.verify-profile-field input:focus,.verify-profile-field textarea:focus{outline:none;border-color:#8c3dff99;box-shadow:0 0 0 3px #8c3dff2e}.verify-profile-submit{justify-self:flex-start;background:linear-gradient(135deg,#8c3dff,#2e8eff);color:#fff;padding:.95rem 2.6rem;border-radius:999px;border:none;font-size:1.05rem;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease}.verify-profile-submit:hover:not(:disabled),.verify-profile-submit:focus-visible{transform:translateY(-2px);box-shadow:0 20px 40px #8c3dff66;outline:none}.verify-profile-submit:disabled{opacity:.65;cursor:not-allowed}.verify-profile-card__footer{background:#0c16269e;border-radius:20px;padding:1.25rem 1.5rem;border:1px solid rgba(104,82,206,.28);color:#ccd8f6bf;line-height:1.6;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.verify-profile-card__footer button{background:none;border:none;color:#67d9fff2;font-weight:600;padding:0;cursor:pointer}.verify-profile-card__footer button:hover,.verify-profile-card__footer button:focus-visible{text-decoration:underline;outline:none}.verify-profile-card__footer a{color:#67d9fff2;font-weight:600;text-decoration:none}.verify-profile-card__footer a:hover{text-decoration:underline}.spinner{width:50px;height:50px;border:4px solid rgba(74,110,180,.4);border-top-color:#8c3dffe6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{to{transform:rotate(360deg)}}.icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;margin:0 auto 20px}.success-icon{background:#50ffd033;color:#50ffd0f2;border:2px solid rgba(80,255,208,.4)}.error-icon{background:#ff6b6b33;color:#ff6b6bf2;border:2px solid rgba(255,107,107,.4)}@media (max-width: 768px){.verify-profile-page{padding:6rem 2rem 3rem}.verify-profile-card{padding:2.5rem}.verify-profile-card__header{flex-direction:column;align-items:flex-start}.verify-profile-card__close{width:100%;justify-content:center}.verify-profile-submit{width:100%;text-align:center}}@media (max-width: 560px){.verify-profile-page{padding:5rem 1.5rem 3rem}.verify-profile-card{padding:2rem}}.apply-staff-page{position:relative;min-height:100vh;padding:7rem 3rem 4rem;background:#03060f;color:#e6ecfff2;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;justify-content:center;overflow:hidden}.apply-staff-page__background{position:absolute;inset:0;background-image:url(/assets/758e6cc122b857faa154412d19b341df-DBkQ-PlU.jpg);background-size:cover;background-position:center;filter:brightness(.45) saturate(1.05) blur(2px);z-index:0}.apply-staff-page__overlay{position:absolute;inset:0;background:linear-gradient(160deg,#03070fe0,#040a16e6 45%,#0e182ce0),radial-gradient(circle at top right,rgba(46,142,255,.28),transparent 58%);z-index:1;pointer-events:none}.apply-staff-page__inner{position:relative;z-index:2;width:100%;max-width:900px}.apply-staff-card{background:linear-gradient(160deg,#18243ce0,#0b1222f0);border-radius:28px;border:1px solid rgba(74,110,180,.28);box-shadow:0 32px 64px #060a168c;padding:3rem;display:grid;gap:2.5rem}.apply-staff-card__header{display:flex;justify-content:space-between;gap:2rem}.apply-staff-card__header h1{margin:0;font-size:clamp(2rem,3vw,2.6rem);font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.apply-staff-card__subtitle{margin:1rem 0 0;color:#ccd8f6bf;line-height:1.6}.apply-staff-card__close{height:42px;padding:0 1.4rem;border-radius:999px;border:1px solid rgba(94,122,184,.35);background:#080d1a99;color:#d2deffc7;letter-spacing:.1em;text-transform:uppercase;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.apply-staff-card__close:hover,.apply-staff-card__close:focus-visible{transform:translateY(-2px);box-shadow:0 18px 36px #2e8eff59;outline:none}.apply-staff-form{display:grid;gap:2.5rem}.apply-staff-section{display:grid;gap:1.4rem}.apply-staff-section h2{margin:0;font-size:1.3rem;color:#67d9fff2;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;padding-bottom:.75rem;border-bottom:1px solid rgba(74,110,180,.25)}.apply-staff-field{display:grid;gap:.7rem}.apply-staff-field__label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#9aadd6bd}.apply-staff-field input,.apply-staff-field textarea{width:100%;padding:.95rem 1.2rem;border-radius:20px;border:1px solid rgba(94,122,184,.32);background:#080d1ab3;color:#e6ecfff2;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;font-family:Inter,system-ui,sans-serif}.apply-staff-field textarea{resize:vertical;line-height:1.6}.apply-staff-field input:focus,.apply-staff-field textarea:focus{outline:none;border-color:#62ccff99;box-shadow:0 0 0 3px #62ccff2e}.apply-staff-submit{justify-self:flex-start;background:linear-gradient(135deg,#2e8eff,#8c3dff);color:#fff;padding:.95rem 2.6rem;border-radius:999px;border:none;font-size:1.05rem;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease}.apply-staff-submit:hover:not(:disabled),.apply-staff-submit:focus-visible{transform:translateY(-2px);box-shadow:0 20px 40px #2e8eff66;outline:none}.apply-staff-submit:disabled{opacity:.65;cursor:not-allowed}.apply-staff-card__footer{background:#0c162699;border-radius:20px;padding:1.25rem 1.5rem;border:1px solid rgba(64,90,140,.25);color:#ccd8f6bf;line-height:1.6}@media (max-width: 768px){.apply-staff-page{padding:6rem 2rem 3rem}.apply-staff-card{padding:2.5rem}.apply-staff-card__header{flex-direction:column;align-items:flex-start}.apply-staff-card__close{width:100%;justify-content:center}.apply-staff-submit{width:100%;text-align:center}}@media (max-width: 560px){.apply-staff-page{padding:5rem 1.5rem 3rem}.apply-staff-card{padding:2rem}}.admin-dashboard-page{position:relative;min-height:100vh;padding:7rem 3rem 4rem;background:#03060f;color:#e6ecfff2;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.admin-dashboard-page__background{position:absolute;inset:0;background-image:url(/assets/758e6cc122b857faa154412d19b341df-DBkQ-PlU.jpg);background-size:cover;background-position:center;filter:brightness(.4) saturate(1.05) blur(2px);z-index:0}.admin-dashboard-page__overlay{position:absolute;inset:0;background:linear-gradient(160deg,#03070fe0,#040a16e6 45%,#0e182ce0),radial-gradient(circle at top right,rgba(46,142,255,.28),transparent 58%);z-index:1;pointer-events:none}.admin-dashboard-page__inner{position:relative;z-index:2;max-width:1400px;margin:0 auto}.admin-loading{text-align:center;padding:4rem;color:#ccd8f6bf;font-size:1.2rem}.admin-header{margin-bottom:3rem}.admin-header h1{margin:0;font-size:clamp(2.5rem,4vw,3.5rem);font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.1}.admin-subtitle{margin:1rem 0 0;font-size:1.1rem;color:#ccd8f6bf;line-height:1.6;max-width:600px}.admin-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.admin-card{background:linear-gradient(160deg,#18243ce0,#0b1222f0);border:1px solid rgba(74,110,180,.28);border-radius:24px;padding:2.5rem;display:flex;flex-direction:column;gap:1.25rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;box-shadow:0 20px 40px #060a1680}.admin-card--clickable{cursor:pointer}.admin-card--clickable:hover,.admin-card--clickable:focus-visible{transform:translateY(-6px);box-shadow:0 30px 60px #2e8eff4d;border-color:#62ccff80;outline:none}.admin-card__icon{font-size:3rem;line-height:1}.admin-card h2{margin:0;font-size:1.5rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;color:#e6ecfff2}.admin-card__description{margin:0;color:#ccd8f6bf;line-height:1.6;font-size:.95rem;flex:1}.admin-card__stat{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#2e8eff14;border:1px solid rgba(98,204,255,.2);border-radius:16px}.admin-card__count{font-size:2.5rem;font-weight:700;color:#67d9fff2;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1}.admin-card__label{font-size:.85rem;color:#9aadd6bd;text-transform:uppercase;letter-spacing:.08em}.admin-card__action{color:#67d9fff2;font-weight:600;font-size:.95rem;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(74,110,180,.25)}@media (max-width: 1024px){.admin-dashboard-page{padding:6rem 2rem 3rem}.admin-cards-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}}@media (max-width: 640px){.admin-dashboard-page{padding:5rem 1.5rem 3rem}.admin-cards-grid{grid-template-columns:1fr}.admin-card{padding:2rem}}.admin-opportunities-page{position:relative;min-height:100vh;padding:7rem 3rem 4rem;background:#03060f;color:#e6ecfff2;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.admin-opportunities-page:before{content:"";position:absolute;inset:0;background-image:url(/assets/758e6cc122b857faa154412d19b341df-DBkQ-PlU.jpg);background-size:cover;background-position:center;filter:brightness(.45) saturate(1.05) blur(2px);z-index:0}.admin-opportunities-page:after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,#03070fe0,#040a16e6 45%,#0e182ce0),radial-gradient(circle at top right,rgba(46,142,255,.28),transparent 58%);z-index:1;pointer-events:none}.admin-opportunities-page>*{position:relative;z-index:2}.admin-loading{text-align:center;padding:4rem;color:#e6ecfff2;font-size:1.25rem}.admin-opportunities-header{margin-bottom:2rem}.admin-opportunities-header h1{color:#e6ecfff2;font-size:clamp(2rem,3vw,2.6rem);font-weight:700;margin-bottom:.5rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.subtitle{color:#ccd8f6bf;font-size:1.125rem;line-height:1.6}.back-button{background:#080d1a99;color:#d2deffc7;border:1px solid rgba(94,122,184,.35);padding:.75rem 1.5rem;border-radius:999px;cursor:pointer;font-size:1rem;margin-bottom:1.5rem;transition:all .3s ease;letter-spacing:.06em;font-weight:600}.back-button:hover{background:#080d1acc;transform:translateY(-2px);box-shadow:0 8px 24px #2e8eff40}.filters-section{background:linear-gradient(160deg,#18243ce0,#0b1222f0);border-radius:28px;border:1px solid rgba(74,110,180,.28);padding:1.5rem;margin-bottom:2rem;display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;box-shadow:0 8px 24px #060a1666}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#9aadd6bd;font-weight:600}.filter-select{padding:.75rem 1rem;border:1px solid rgba(94,122,184,.32);border-radius:20px;font-size:.875rem;background:#080d1ab3;color:#e6ecfff2;cursor:pointer;transition:all .3s ease;font-family:inherit}.filter-select:focus{outline:none;border-color:#62ccff99;box-shadow:0 0 0 3px #62ccff2e}.search-group{flex:1;min-width:250px}.search-input{width:100%;padding:.75rem 1rem;border:1px solid rgba(94,122,184,.32);border-radius:20px;font-size:1rem;background:#080d1ab3;color:#e6ecfff2;transition:all .3s ease;font-family:inherit}.search-input::placeholder{color:#9aadd680}.search-input:focus{outline:none;border-color:#62ccff99;box-shadow:0 0 0 3px #62ccff2e}.results-count{margin-left:auto;font-size:.875rem;color:#9aadd6bd;font-weight:500;letter-spacing:.05em}.opportunities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}@media (max-width: 768px){.opportunities-grid{grid-template-columns:1fr}}.opportunity-card{background:linear-gradient(160deg,#18243ce0,#0b1222f0);border-radius:28px;border:1px solid rgba(74,110,180,.28);padding:1.5rem;box-shadow:0 8px 24px #060a1666;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.opportunity-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #2e8eff4d;border-color:#62ccff66}.opportunity-card__header{border-bottom:1px solid rgba(74,110,180,.25);padding-bottom:1rem}.opportunity-card__title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.opportunity-card__title-row h3{font-size:1.25rem;font-weight:700;color:#e6ecfff2;margin:0;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.status-badge{padding:.35rem .85rem;border-radius:999px;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap;letter-spacing:.1em}.status-badge.large{padding:.5rem 1rem;font-size:.875rem}.organisation{font-size:1rem;font-weight:600;color:#67d9fff2;margin:.25rem 0}.position{font-size:.875rem;color:#9aadd6bd;margin:0}.opportunity-card__meta{display:flex;flex-direction:column;gap:.75rem}.meta-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.meta-label{font-weight:600;color:#9aadd6bd;min-width:70px;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.meta-value{color:#ccd8f6bf}.urgency-bar{flex:1;height:8px;background:#080d1ab3;border-radius:999px;overflow:hidden;border:1px solid rgba(94,122,184,.32)}.urgency-fill{height:100%;border-radius:999px;transition:width .3s}.urgency-value{font-weight:600;min-width:40px;text-align:right;color:#e6ecfff2}.opportunity-card__preview{background:#0c162699;padding:1rem;border-radius:20px;border:1px solid rgba(64,90,140,.25)}.preview-label{font-size:.75rem;font-weight:600;color:#9aadd6bd;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.preview-text{font-size:.875rem;color:#ccd8f6bf;line-height:1.6;margin:0}.opportunity-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid rgba(74,110,180,.25)}.date{font-size:.75rem;color:#9aadd6bd;letter-spacing:.05em}.view-details-btn{background:linear-gradient(135deg,#2e8eff,#8c3dff);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.06em}.view-details-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2e8eff66}.empty-state{grid-column:1 / -1;text-align:center;padding:4rem 2rem;background:linear-gradient(160deg,#18243ce0,#0b1222f0);border-radius:28px;border:1px solid rgba(74,110,180,.28)}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.empty-state h3{font-size:1.5rem;color:#e6ecfff2;margin-bottom:.5rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.empty-state p{color:#ccd8f6bf;font-size:1rem}.modal-overlay{position:fixed;inset:0;background:#03060fd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;overflow-y:auto}.modal-content{background:linear-gradient(160deg,#18243cf2,#0b1222f7);border-radius:28px;border:1px solid rgba(74,110,180,.28);max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 32px 64px #060a168c;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#080d1a99;border:1px solid rgba(94,122,184,.35);width:40px;height:40px;border-radius:50%;font-size:1.25rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;color:#d2deffc7}.modal-close:hover{background:#080d1acc;transform:rotate(90deg);box-shadow:0 4px 12px #2e8eff4d}.modal-header{padding:2.5rem;border-bottom:1px solid rgba(74,110,180,.25)}.modal-header h2{font-size:2rem;color:#e6ecfff2;margin-bottom:1rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.modal-header-meta{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.urgency-display{font-size:1.125rem;font-weight:600}.modal-body{padding:2rem 2.5rem}.detail-section{margin-bottom:2rem}.detail-section h3{font-size:1.25rem;font-weight:700;color:#67d9fff2;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(74,110,180,.25);font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media (max-width: 640px){.detail-grid{grid-template-columns:1fr}}.detail-item{display:flex;flex-direction:column;gap:.4rem}.detail-label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#9aadd6bd;font-weight:600}.detail-value{font-size:1rem;color:#e6ecfff2}.detail-link{color:#67d9fff2;text-decoration:none;transition:color .2s}.detail-link:hover{color:#2e8eff;text-decoration:underline}.detail-text{font-size:1rem;line-height:1.7;color:#ccd8f6bf;white-space:pre-wrap}.notes-text{background:#0c162699;padding:1rem 1.25rem;border-radius:20px;font-family:inherit;font-size:.875rem;line-height:1.6;color:#ccd8f6bf;white-space:pre-wrap;border:1px solid rgba(64,90,140,.25)}.actions-section{background:#0c162699;padding:1.5rem;border-radius:20px;margin-top:2rem;border:1px solid rgba(64,90,140,.25)}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.action-btn{padding:.75rem 1.5rem;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;letter-spacing:.06em}.status-btn{background:linear-gradient(135deg,#2e8eff,#3b82f6);color:#fff}.status-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2e8eff66}.note-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.note-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.email-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.email-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8b5cf666}@media (max-width: 768px){.admin-opportunities-page{padding:6rem 2rem 3rem}.filters-section{flex-direction:column;align-items:stretch}.results-count{margin-left:0}.modal-content{margin:1rem}.modal-header,.modal-body{padding:2rem 1.5rem}.action-buttons{flex-direction:column}.action-btn{width:100%;text-align:center}}@media (max-width: 560px){.admin-opportunities-page{padding:5rem 1.5rem 3rem}}.staff-applications-page{position:relative;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem}.staff-applications-page__background{position:fixed;inset:0;background:linear-gradient(135deg,#0a0e1a,#1a1f35);z-index:-2}.staff-applications-page__overlay{position:fixed;inset:0;background:radial-gradient(circle at 20% 50%,rgba(56,189,248,.03),transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,.03),transparent 50%);z-index:-1}.staff-applications-page__inner{width:100%;max-width:1200px;margin:0 auto}.applications-header{margin-bottom:2rem}.applications-header h1{font-size:2rem;font-weight:700;color:#f1f5f9fa;margin-bottom:.5rem}.applications-subtitle{color:#94a3b8e6;font-size:1rem}.filter-tabs{display:flex;gap:.5rem;margin-bottom:2rem;padding:.5rem;background:#0f172a99;border-radius:12px;border:1px solid rgba(51,65,85,.3)}.filter-tab{flex:1;padding:.75rem 1rem;background:transparent;border:none;color:#94a3b8e6;font-size:.875rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.filter-tab:hover{background:#1e293b80;color:#cbd5e1f2}.filter-tab--active{background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3)}.filter-badge{background:#ef4444cc;color:#fff;font-size:.75rem;padding:.125rem .5rem;border-radius:10px;font-weight:600}.loading-state,.empty-state{text-align:center;padding:4rem 2rem;color:#94a3b8e6}.applications-list{display:flex;flex-direction:column;gap:1rem}.application-card{background:linear-gradient(135deg,#0f172acc,#1e293b99);border:1px solid rgba(51,65,85,.5);border-radius:16px;padding:1.5rem;transition:all .3s}.application-card:hover{border-color:#3b82f64d;box-shadow:0 4px 20px #3b82f61a}.application-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(51,65,85,.3)}.application-card__header h3{color:#f1f5f9fa;font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.application-card__meta{color:#94a3b8cc;font-size:.875rem;margin-bottom:.25rem}.application-card__email{color:#60a5facc;font-size:.875rem}.status-badge--pending{background:#fbbf2426;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.status-badge--approved{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.status-badge--rejected{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.application-card__info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.application-card__actions{display:flex;gap:.75rem;flex-wrap:wrap}.application-card__actions button{padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-success{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.btn-success:hover:not(:disabled){background:#22c55e40;border-color:#22c55e80}.application-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(51,65,85,.3);animation:slideDown .3s ease-out}.detail-section--warning{background:#ef44440d;padding:1rem;border-radius:8px;border:1px solid rgba(239,68,68,.2)}.detail-section--warning h4{color:#ef4444e6}@media (max-width: 768px){.application-card__header{flex-direction:column;gap:1rem}.status-badge{align-self:flex-start}.filter-tabs{flex-direction:column}.filter-tab{width:100%}.application-card__actions{flex-direction:column}.application-card__actions button{width:100%}}.admin-user-search-page{position:relative;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem}.admin-user-search-page__background{position:fixed;inset:0;background:linear-gradient(135deg,#0a0e1a,#1a1f35);z-index:-2}.admin-user-search-page__overlay{position:fixed;inset:0;background:radial-gradient(circle at 20% 50%,rgba(56,189,248,.03),transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,.03),transparent 50%);z-index:-1}.admin-user-search-page__inner{width:100%;max-width:1200px;margin:0 auto}.role-filter{padding:.75rem 1rem;background:#0f172a99;border:1px solid rgba(51,65,85,.5);border-radius:8px;color:#cbd5e1f2;font-size:.875rem;cursor:pointer;transition:all .2s;min-width:150px}.role-filter:focus{outline:none;border-color:#3b82f680}.users-list{display:flex;flex-direction:column;gap:1rem}.user-card{background:linear-gradient(135deg,#0f172acc,#1e293b99);border:1px solid rgba(51,65,85,.5);border-radius:16px;padding:1.5rem;transition:all .3s}.user-card:hover{border-color:#3b82f64d;box-shadow:0 4px 20px #3b82f61a}.user-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(51,65,85,.3)}.user-card__header h3{color:#f1f5f9fa;font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.user-card__email{color:#60a5facc;font-size:.875rem;margin-bottom:.25rem}.user-card__meta{color:#94a3b8cc;font-size:.875rem}.role-badge{padding:.375rem .875rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.role-badge--user{background:#60a5fa26;color:#60a5fa;border:1px solid rgba(96,165,250,.3)}.role-badge--staff{background:#8b5cf626;color:#a78bfa;border:1px solid rgba(139,92,246,.3)}.role-badge--admin{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.user-card__info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.info-row{display:flex;gap:.5rem;font-size:.875rem}.info-label{color:#94a3b8b3;font-weight:500}.info-value{color:#cbd5e1e6}.info-value--mono{font-family:Courier New,monospace;font-size:.75rem}.user-card__actions{display:flex;gap:.75rem;flex-wrap:wrap}.user-card__actions button{padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.user-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(51,65,85,.3);animation:slideDown .3s ease-out}.edit-field input,.edit-field select{width:100%;padding:.75rem 1rem;background:#0f172a99;border:1px solid rgba(51,65,85,.5);border-radius:8px;color:#cbd5e1f2;font-size:.875rem;font-family:inherit;transition:all .2s}.edit-field input:focus,.edit-field select:focus{outline:none;border-color:#3b82f680;background:#0f172acc}.role-select{cursor:pointer}@media (max-width: 768px){.search-input-group{flex-direction:column}.role-filter,.search-button{width:100%}.user-card__header{flex-direction:column;gap:1rem}.role-badge{align-self:flex-start}.user-card__actions{flex-direction:column}.user-card__actions button{width:100%}}.admin-lecturer-search-page{position:relative;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem}.admin-lecturer-search-page__background{position:fixed;inset:0;background:linear-gradient(135deg,#0a0e1a,#1a1f35);z-index:-2}.admin-lecturer-search-page__overlay{position:fixed;inset:0;background:radial-gradient(circle at 20% 50%,rgba(56,189,248,.03),transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,.03),transparent 50%);z-index:-1}.admin-lecturer-search-page__inner{width:100%;max-width:1200px;margin:0 auto}.back-button{background:#1e293b80;border:1px solid rgba(148,163,184,.2);color:#cbd5e1e6;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.875rem;margin-bottom:1rem;transition:all .2s}.back-button:hover{background:#1e293bcc;border-color:#94a3b866}.search-header{margin-bottom:2rem}.search-header h1{font-size:2rem;font-weight:700;color:#f1f5f9fa;margin-bottom:.5rem}.search-subtitle{color:#94a3b8e6;font-size:1rem}.search-controls{margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#0f172acc,#1e293b99);border:1px solid rgba(51,65,85,.5);border-radius:16px}.search-input-group{display:flex;gap:.75rem;align-items:center}.search-input{flex:1;padding:.75rem 1rem;background:#0f172a99;border:1px solid rgba(51,65,85,.5);border-radius:8px;color:#cbd5e1f2;font-size:.875rem;transition:all .2s}.search-input:focus{outline:none;border-color:#3b82f680;background:#0f172acc}.status-filter{padding:.75rem 1rem;background:#0f172a99;border:1px solid rgba(51,65,85,.5);border-radius:8px;color:#cbd5e1f2;font-size:.875rem;cursor:pointer;transition:all .2s;min-width:150px}.status-filter:focus{outline:none;border-color:#3b82f680}.search-button{padding:.75rem 2rem;background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3);border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.search-button:hover:not(:disabled){background:#3b82f640;border-color:#3b82f680}.search-button:disabled{opacity:.5;cursor:not-allowed}.results-header{margin-bottom:1rem;padding:.75rem 1rem;background:#0f172a80;border-radius:8px;border:1px solid rgba(51,65,85,.3)}.results-header p{color:#94a3b8e6;font-size:.875rem;font-weight:500}.lecturers-list{display:flex;flex-direction:column;gap:1rem}.lecturer-card{background:linear-gradient(135deg,#0f172acc,#1e293b99);border:1px solid rgba(51,65,85,.5);border-radius:16px;padding:1.5rem;transition:all .3s}.lecturer-card:hover{border-color:#3b82f64d;box-shadow:0 4px 20px #3b82f61a}.lecturer-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(51,65,85,.3)}.lecturer-card__header h3{color:#f1f5f9fa;font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.lecturer-card__meta{color:#94a3b8cc;font-size:.875rem;margin-bottom:.25rem}.lecturer-card__email{color:#60a5facc;font-size:.875rem;margin-bottom:.25rem}.lecturer-card__claimed{color:#a78bfae6;font-size:.875rem;margin-top:.5rem;font-weight:500}.status-badge{padding:.375rem .875rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge--claimed{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.status-badge--unclaimed{background:#94a3b826;color:#94a3b8;border:1px solid rgba(148,163,184,.3)}.lecturer-card__actions{display:flex;gap:.75rem;flex-wrap:wrap}.lecturer-card__actions button{padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-secondary{background:#1e293b99;color:#cbd5e1e6;border:1px solid rgba(71,85,105,.5)}.btn-secondary:hover:not(:disabled){background:#1e293bcc;border-color:#64748b99}.btn-primary{background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3)}.btn-primary:hover:not(:disabled){background:#3b82f640;border-color:#3b82f680}.btn-warning{background:#fbbf2426;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.btn-warning:hover:not(:disabled){background:#fbbf2440;border-color:#fbbf2480}.btn-danger{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.btn-danger:hover:not(:disabled){background:#ef444440;border-color:#ef444480}button:disabled{opacity:.5;cursor:not-allowed}.lecturer-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(51,65,85,.3);animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.detail-section{margin-bottom:1.5rem}.detail-section:last-child{margin-bottom:0}.detail-section h4{color:#cbd5e1f2;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{color:#94a3b8b3;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.detail-value{color:#cbd5e1f2;font-size:.875rem}.detail-value--mono{font-family:Courier New,monospace;font-size:.75rem}.detail-text{color:#cbd5e1e6;line-height:1.6;font-size:.875rem;padding:1rem;background:#0f172a80;border-radius:8px;border:1px solid rgba(51,65,85,.3)}.edit-form{width:100%}.edit-field{margin-bottom:1.5rem}.edit-field label{display:block;color:#cbd5e1f2;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.edit-field input,.edit-field textarea{width:100%;padding:.75rem 1rem;background:#0f172a99;border:1px solid rgba(51,65,85,.5);border-radius:8px;color:#cbd5e1f2;font-size:.875rem;font-family:inherit;transition:all .2s}.edit-field input:focus,.edit-field textarea:focus{outline:none;border-color:#3b82f680;background:#0f172acc}.edit-field textarea{resize:vertical;line-height:1.6}.empty-state{text-align:center;padding:4rem 2rem;color:#94a3b8e6}.empty-state__icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state h2{color:#cbd5e1f2;font-size:1.5rem;margin-bottom:.5rem}@media (max-width: 768px){.search-input-group{flex-direction:column}.status-filter,.search-button{width:100%}.lecturer-card__header{flex-direction:column;gap:1rem}.status-badge{align-self:flex-start}.lecturer-card__actions{flex-direction:column}.lecturer-card__actions button{width:100%}}.admin-change-requests-page{position:relative;min-height:100vh;padding:7rem 3rem 4rem;background:#03060f;color:#e6ecfff2;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.admin-change-requests-page__background{position:absolute;inset:0;background-image:url(/assets/758e6cc122b857faa154412d19b341df-DBkQ-PlU.jpg);background-size:cover;background-position:center;filter:brightness(.4) saturate(1.05) blur(2px);z-index:0}.admin-change-requests-page__overlay{position:absolute;inset:0;background:linear-gradient(160deg,#03070fe0,#040a16e6 45%,#0e182ce0),radial-gradient(circle at top right,rgba(46,142,255,.28),transparent 58%);z-index:1;pointer-events:none}.admin-change-requests-page__inner{position:relative;z-index:2;max-width:1200px;margin:0 auto}.admin-page-header{margin-bottom:3rem}.back-button{background:#2e8eff1f;border:1px solid rgba(98,204,255,.3);color:#67d9fff2;padding:.65rem 1.4rem;border-radius:999px;font-weight:600;cursor:pointer;margin-bottom:1.5rem;transition:all .3s ease}.back-button:hover{background:#2e8eff33;transform:translateY(-2px)}.admin-page-header h1{margin:.5rem 0;font-size:clamp(2rem,3vw,2.8rem);font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.empty-state{background:linear-gradient(160deg,#18243ce0,#0b1222f0);border:1px solid rgba(74,110,180,.28);border-radius:24px;padding:4rem;text-align:center}.empty-state-icon{font-size:4rem;margin-bottom:1rem}.empty-state h2{margin:0 0 .5rem;font-size:1.8rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.empty-state p{color:#ccd8f6bf;margin:0}.requests-list{display:grid;gap:1.5rem}.request-card{background:linear-gradient(160deg,#18243ce0,#0b1222f0);border:1px solid rgba(74,110,180,.28);border-radius:20px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.request-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #2e8eff33}.request-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.request-card-header h3{margin:0 0 .5rem;font-size:1.4rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.request-meta{margin:.25rem 0;color:#ccd8f6bf;font-size:.9rem}.request-date{margin:.25rem 0 0;color:#9aadd699;font-size:.85rem}.review-button{background:linear-gradient(135deg,#2e8eff,#8c3dff);color:#fff;padding:.75rem 1.8rem;border-radius:999px;border:none;font-weight:600;cursor:pointer;white-space:nowrap;transition:transform .3s ease,box-shadow .3s ease}.review-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #2e8eff66}.modal-overlay{position:fixed;inset:0;background:#03060cd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;overflow-y:auto}.modal-content{background:linear-gradient(160deg,#18243cf2,#0b1222fa);border:1px solid rgba(74,110,180,.28);border-radius:24px;max-width:1000px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 40px 80px #0009}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid rgba(74,110,180,.25)}.modal-header h2{margin:0;font-size:1.8rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.modal-close{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#e6ecfff2;width:36px;height:36px;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.modal-close:hover{background:#fff3;transform:rotate(90deg)}.modal-body{padding:2rem}.changes-grid{display:grid;gap:2rem}.change-item{background:#080d1a99;border:1px solid rgba(64,90,140,.25);border-radius:16px;padding:1.5rem}.change-item h3{margin:0 0 1rem;font-size:1.1rem;color:#67d9fff2;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.change-comparison{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:center}.change-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#9aadd6bd;margin-bottom:.5rem;font-weight:600}.change-before,.change-after{padding:1rem;border-radius:12px;background:#10182c99}.change-before{border:1px solid rgba(255,107,107,.3)}.change-after{border:1px solid rgba(80,255,208,.3)}.change-before p,.change-after p{margin:0;color:#e5ecffe6;line-height:1.6;word-break:break-word}.change-before em,.change-after em{color:#9aadd699}.change-arrow{font-size:1.5rem;color:#67d9fff2;font-weight:700}.rejection-section{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(74,110,180,.25)}.rejection-label{display:block;font-size:.9rem;font-weight:600;color:#ccd8f6d9;margin-bottom:.75rem}.rejection-input{width:100%;padding:1rem;border-radius:12px;border:1px solid rgba(94,122,184,.32);background:#080d1ab3;color:#e6ecfff2;font-size:1rem;line-height:1.6;font-family:Inter,system-ui,sans-serif;resize:vertical}.rejection-input:focus{outline:none;border-color:#ff6b6b99;box-shadow:0 0 0 3px #ff6b6b2e}.modal-footer{display:flex;gap:1rem;padding:2rem;border-top:1px solid rgba(74,110,180,.25)}.approve-button{flex:1;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.95rem 2rem;border-radius:999px;border:none;font-weight:700;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.approve-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 35px #10b98166}.reject-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.95rem 2rem;border-radius:999px;border:none;font-weight:700;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.reject-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 35px #ef444466}.reject-button:disabled{opacity:.5;cursor:not-allowed}.cancel-button{background:transparent;border:1px solid rgba(154,173,214,.3);color:#ccd8f6d9;padding:.95rem 2rem;border-radius:999px;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-button:hover:not(:disabled){border-color:#9aadd699;background:#9aadd61a}@media (max-width: 768px){.admin-change-requests-page{padding:6rem 1.5rem 3rem}.request-card-header{flex-direction:column}.review-button{width:100%}.change-comparison{grid-template-columns:1fr}.change-arrow{transform:rotate(90deg);justify-self:center}.modal-footer{flex-direction:column}}.modal-instructions{background:#2e8eff1a;border:1px solid rgba(98,204,255,.3);border-radius:12px;padding:1rem 1.25rem;margin-bottom:2rem;color:#ccd8f6d9;font-size:.95rem}.change-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(74,110,180,.25)}.change-item-header h3{margin:0}.change-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.change-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#10b981}.change-checkbox span{font-size:.9rem;color:#ccd8f6d9;font-weight:500}.approve-button:disabled{opacity:.5;cursor:not-allowed}.admin-analytics{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh;background:#f8f9fa}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.analytics-header h1{font-size:2rem;margin:0;color:#333}.refresh-button{padding:.75rem 1.5rem;background:#4caf50;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .2s}.refresh-button:hover{background:#45a049}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.stat-label{font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-weight:600}.stat-value{font-size:2.75rem;font-weight:700;color:#333;margin-bottom:.5rem;line-height:1}.stat-trend{font-size:.9rem;font-weight:500}.stat-trend.up{color:#4caf50}.stat-trend.down{color:#f44336}.stat-sublabel{font-size:.9rem;color:#888}.analytics-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:2rem}.analytics-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.analytics-section h2{font-size:1.3rem;margin:0 0 1.5rem;color:#333;font-weight:600}.top-list{list-style:none;padding:0;margin:0}.top-list li{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #eee}.top-list li:last-child{border-bottom:none}.query-text{font-weight:500;color:#333;flex:1}.query-count{color:#666;font-size:.85rem;background:#f5f5f5;padding:.4rem .9rem;border-radius:16px;font-weight:500}.empty-state{color:#999;font-style:italic;text-align:center;padding:3rem 0}.analytics-footer{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;text-align:center}.analytics-footer p{margin:0;color:#666;font-size:.95rem}.loading,.error{text-align:center;padding:4rem 2rem;font-size:1.2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.error{color:#f44336}.error button{margin-top:1rem;padding:.75rem 1.5rem;background:#4caf50;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem}.admin-problem-notices-page{position:relative;min-height:100vh;padding:7rem 3rem 4rem;background:#03060f;color:#e6ecfff2;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.admin-problem-notices-page__background{position:absolute;inset:0;background-image:url(/assets/758e6cc122b857faa154412d19b341df-DBkQ-PlU.jpg);background-size:cover;background-position:center;filter:brightness(.45) saturate(1.05) blur(2px);z-index:0}.admin-problem-notices-page__overlay{position:absolute;inset:0;background:linear-gradient(160deg,#03070fe0,#040a16e6 45%,#0e182ce0),radial-gradient(circle at top right,rgba(46,142,255,.28),transparent 58%);z-index:1;pointer-events:none}.admin-problem-notices-page__inner{position:relative;z-index:2;max-width:1400px;margin:0 auto}.admin-problem-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;gap:2rem}.admin-problem-header__content h1{font-size:clamp(2rem,3vw,2.6rem);font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;margin:0 0 1rem;background:linear-gradient(135deg,#67d9fff2,#e6ecfff2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-problem-header__subtitle{color:#ccd8f6bf;line-height:1.6;margin:0}.back-button{background:none;border:none;color:#67d9fff2;cursor:pointer;font-size:1rem;padding:.5rem 0;margin-bottom:.5rem;transition:opacity .3s ease;font-family:Inter,system-ui,sans-serif}.back-button:hover{opacity:.7}.primary-cta{background:linear-gradient(135deg,#2e8eff,#8c3dff);color:#fff;padding:.95rem 2.6rem;border-radius:999px;border:none;font-size:1.05rem;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;white-space:nowrap}.primary-cta:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 40px #2e8eff66}.primary-cta:disabled{opacity:.65;cursor:not-allowed}.problems-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:linear-gradient(160deg,#18243ce0,#0b1222f0);border:1px solid rgba(74,110,180,.28);border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.stat-value{font-size:2rem;font-weight:700;color:#67d9fff2}.stat-label{font-size:.875rem;color:#9aadd6bd;text-transform:uppercase;letter-spacing:.05em}.problems-list{background:linear-gradient(160deg,#18243ce0,#0b1222f0);border:1px solid rgba(74,110,180,.28);border-radius:28px;padding:2rem;box-shadow:0 32px 64px #060a168c}.problems-table{overflow-x:auto}.problems-table table{width:100%;border-collapse:collapse}.problems-table th{text-align:left;padding:1rem;font-size:.875rem;font-weight:600;color:#9aadd6bd;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(74,110,180,.28)}.problems-table td{padding:1rem;border-bottom:1px solid rgba(74,110,180,.15);color:#e6ecfff2}.problems-table tr:hover{background:#2e8eff14}.problem-title{font-weight:500;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.urgency-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500;text-transform:capitalize}.status-badge--active{background:#10b98133;color:#10b981}.status-badge--draft{background:#f59e0b33;color:#f59e0b}.status-badge--archived{background:#6b728033;color:#6b7280}.action-buttons{display:flex;gap:.5rem}.action-btn{background:#080d1a99;border:1px solid rgba(94,122,184,.35);cursor:pointer;font-size:1.25rem;padding:.5rem .75rem;border-radius:12px;transition:all .3s ease}.action-btn:hover{background:#2e8eff33;border-color:#62ccff99;transform:translateY(-2px)}.action-btn--delete:hover{background:#ef444433;border-color:#ef444499}.empty-state{text-align:center;padding:3rem}.empty-state p{color:#ccd8f6bf;margin-bottom:1.5rem;font-size:1.125rem}.modal-overlay{position:fixed;inset:0;background:#03060fd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}.modal-content{background:linear-gradient(160deg,#18243cf2,#0b1222fa);border:1px solid rgba(74,110,180,.28);border-radius:28px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 32px 80px #060a16b3;animation:slideUp .3s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid rgba(74,110,180,.28)}.modal-header h2{margin:0;font-size:1.5rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;color:#67d9fff2}.modal-close{background:#080d1a99;border:1px solid rgba(94,122,184,.35);width:2.5rem;height:2.5rem;border-radius:50%;font-size:1.75rem;color:#d2deffc7;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;line-height:1;padding:0}.modal-close:hover{background:#2e8eff33;border-color:#62ccff99;color:#fff;transform:rotate(90deg)}.problem-form{padding:2rem;display:grid;gap:1.5rem}.form-group{display:grid;gap:.7rem}.form-group label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#9aadd6bd;font-weight:500}.form-group input[type=text],.form-group textarea,.form-group select{width:100%;padding:.95rem 1.2rem;border-radius:20px;border:1px solid rgba(94,122,184,.32);background:#080d1ab3;color:#e6ecfff2;font-size:1rem;transition:all .3s ease;font-family:Inter,system-ui,sans-serif}.form-group textarea{resize:vertical;min-height:120px;line-height:1.6}.form-group input[type=text]:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#62ccff99;box-shadow:0 0 0 3px #62ccff2e}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.urgency-slider{width:100%;height:8px;border-radius:4px;background:#5e7ab852;outline:none;-webkit-appearance:none}.urgency-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#2e8eff,#8c3dff);cursor:pointer;border:2px solid white;box-shadow:0 2px 8px #2e8eff66}.urgency-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#2e8eff,#8c3dff);cursor:pointer;border:2px solid white;box-shadow:0 2px 8px #2e8eff66}.slider-labels{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.875rem;color:#9aadd6bd}.input-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44442e!important}.error-message{display:block;color:#ef4444;font-size:.875rem;margin-top:.25rem}.required{color:#ef4444}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(74,110,180,.28)}.secondary-cta{padding:.95rem 2rem;border-radius:999px;border:1px solid rgba(94,122,184,.35);background:#080d1a99;color:#d2deffc7;font-size:1rem;font-weight:600;letter-spacing:.06em;cursor:pointer;transition:all .3s ease}.admin-loading{text-align:center;padding:4rem 2rem;font-size:1.25rem;color:#ccd8f6bf}@media (max-width: 768px){.admin-problem-notices-page{padding:6rem 2rem 3rem}.admin-problem-header{flex-direction:column}.primary-cta{width:100%}.form-row{grid-template-columns:1fr}.problems-table{font-size:.875rem}.problems-table th,.problems-table td{padding:.75rem .5rem}.problem-title{max-width:150px}.modal-actions{flex-direction:column}.problems-list{padding:1.5rem}}@media (max-width: 560px){.admin-problem-notices-page{padding:5rem 1.5rem 3rem}.problems-stats{grid-template-columns:1fr}.problems-list{padding:1rem}}.problem-board-page{position:relative;min-height:100vh;padding:7rem 3rem 4rem;background:#03060f;color:#e6ecfff2;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.problem-board-page__background{position:absolute;inset:0;background-image:url(/assets/758e6cc122b857faa154412d19b341df-DBkQ-PlU.jpg);background-size:cover;background-position:center;filter:brightness(.45) saturate(1.05) blur(2px);z-index:0}.problem-board-page__overlay{position:absolute;inset:0;background:linear-gradient(160deg,#03070fe0,#040a16e6 45%,#0e182ce0),radial-gradient(circle at top right,rgba(46,142,255,.28),transparent 58%);z-index:1;pointer-events:none}.problem-board-page__inner{position:relative;z-index:2;max-width:1400px;margin:0 auto}.board-header{margin-bottom:3rem}.header-content{margin-bottom:2rem}.eyebrow{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#67d9fff2;margin-bottom:.75rem}.board-header h1{font-size:clamp(2rem,3vw,2.6rem);font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;margin:0 0 1rem;background:linear-gradient(135deg,#67d9fff2,#e6ecfff2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.board-subtitle{font-size:1.125rem;color:#ccd8f6bf;max-width:800px;line-height:1.7;margin:0}.filter-controls{display:flex;gap:.75rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;background:#080d1a99;border:1px solid rgba(94,122,184,.35);border-radius:999px;color:#d2deffc7;font-size:.938rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.06em;font-family:Inter,system-ui,sans-serif}.filter-btn:hover{background:#2e8eff33;border-color:#62ccff99;color:#fff;transform:translateY(-2px)}.filter-btn--active{background:linear-gradient(135deg,#2e8eff,#8c3dff);border-color:transparent;color:#fff}.loading-state{text-align:center;padding:4rem 2rem;font-size:1.25rem;color:#ccd8f6bf}.empty-board{text-align:center;padding:4rem 2rem}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-board h3{font-size:1.5rem;margin-bottom:.5rem;color:#e6ecfff2;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.empty-board p{color:#ccd8f6bf;font-size:1.125rem;line-height:1.6}.problems-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.problem-card{background:linear-gradient(160deg,#18243ce0,#0b1222f0);border:1px solid rgba(74,110,180,.28);border-radius:24px;padding:1.5rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.problem-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(46,142,255,.15),transparent 70%);opacity:0;transition:opacity .3s ease;z-index:0;pointer-events:none}.problem-card:hover{transform:translateY(-4px);border-color:#62ccff99;box-shadow:0 20px 40px #060a1680}.problem-card:hover:before{opacity:1}.problem-card>*{position:relative;z-index:1}.problem-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.problem-card__title{font-size:1.25rem;font-weight:600;line-height:1.4;color:#e6ecfff2;flex:1;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;margin:0}.problem-card__urgency{padding:.375rem .875rem;border-radius:20px;font-size:.813rem;font-weight:600;white-space:nowrap;flex-shrink:0}.problem-card__budget{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:#080d1ab3;border:1px solid rgba(94,122,184,.32);border-radius:16px;margin-bottom:1.5rem}.budget-label{font-size:.813rem;color:#9aadd6bd;text-transform:uppercase;letter-spacing:.05em}.budget-value{font-size:1.25rem;font-weight:700;color:#67d9fff2}.problem-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgba(74,110,180,.28)}.problem-card__cta{font-size:.938rem;font-weight:600;color:#67d9fff2;transition:transform .2s ease}.problem-card:hover .problem-card__cta{transform:translate(4px)}.problem-card__views{font-size:.875rem;color:#9aadd6bd}.problem-modal-overlay{position:fixed;inset:0;background:#03060fe0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.problem-modal{background:linear-gradient(160deg,#18243cfa,#0b1222fa);border:1px solid rgba(74,110,180,.28);border-radius:28px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 32px 80px #060a16b3;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.problem-modal__close{position:absolute;top:1.5rem;right:1.5rem;background:#080d1a99;border:1px solid rgba(94,122,184,.35);width:2.5rem;height:2.5rem;border-radius:50%;font-size:1.75rem;color:#d2deffc7;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;line-height:1;padding:0}.problem-modal__close:hover{background:#2e8eff33;border-color:#62ccff99;color:#fff;transform:rotate(90deg)}.problem-modal__header{padding:2rem 4rem 2rem 2rem;border-bottom:1px solid rgba(74,110,180,.28)}.modal-header-content h2{font-size:1.875rem;font-weight:700;margin:0 0 1rem;line-height:1.3;color:#e6ecfff2;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.modal-urgency-badge{display:inline-block;padding:.5rem 1rem;border-radius:24px;font-size:.938rem;font-weight:600}.problem-modal__body{padding:2rem}.modal-section{margin-bottom:2rem}.modal-section h3{font-size:1.125rem;font-weight:600;color:#67d9fff2;margin:0 0 1rem;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif}.problem-description{font-size:1rem;line-height:1.7;color:#ccd8f6bf;white-space:pre-wrap}.modal-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:2rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-label{font-size:.813rem;color:#9aadd6bd;text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:1.125rem;font-weight:600;color:#e6ecfff2}.info-value--active{color:#10b981}.modal-actions{display:flex;gap:1rem;padding-top:2rem;border-top:1px solid rgba(74,110,180,.28)}.primary-cta{flex:1;padding:.95rem 2rem;background:linear-gradient(135deg,#2e8eff,#8c3dff);border:none;border-radius:999px;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:all .3s ease;font-family:Inter,system-ui,sans-serif}.primary-cta:hover{transform:translateY(-2px);box-shadow:0 20px 40px #2e8eff66}.secondary-cta{padding:.95rem 2rem;background:#080d1a99;border:1px solid rgba(94,122,184,.35);border-radius:999px;color:#d2deffc7;font-size:1rem;font-weight:600;letter-spacing:.06em;cursor:pointer;transition:all .3s ease;font-family:Inter,system-ui,sans-serif}.secondary-cta:hover{background:#2e8eff33;border-color:#62ccff99;transform:translateY(-2px);box-shadow:0 8px 24px #2e8eff4d}@media (max-width: 768px){.problem-board-page{padding:6rem 2rem 3rem}.board-header h1{font-size:2rem}.board-subtitle{font-size:1rem}.problems-grid{grid-template-columns:1fr}.problem-modal{max-width:100%;margin:0;border-radius:28px 28px 0 0}.modal-actions{flex-direction:column}.modal-info-grid{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.problem-board-page{padding:5rem 1.5rem 3rem}.filter-controls{flex-direction:column}.filter-btn{width:100%;text-align:center}.problem-modal__header{padding:1.5rem 3.5rem 1.5rem 1.5rem}.problem-modal__body{padding:1.5rem}}.app-container{margin:0;padding:0;min-height:100vh}
