:root,[data-theme=dark]{--bg: #0a0a0b;--bg-elevated: #131316;--bg-card: #18181c;--bg-input: #1e1e24;--border: #2a2a32;--border-hover: #3a3a44;--text: #f5f5f7;--text-muted: #9a9aa5;--text-dim: #6a6a75;--accent: #3b82f6;--accent-hover: #2563eb;--accent-soft: rgba(59, 130, 246, .12);--green: #22c55e;--green-soft: rgba(34, 197, 94, .12);--red: #ef4444;--red-soft: rgba(239, 68, 68, .08);--shadow: 0 8px 32px rgba(0, 0, 0, .35);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .2);--radius: 16px;--radius-sm: 10px;--font: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}[data-theme=light]{--bg: #fafafa;--bg-elevated: #ffffff;--bg-card: #ffffff;--bg-input: #f3f4f6;--border: #e5e7eb;--border-hover: #d1d5db;--text: #111111;--text-muted: #555555;--text-dim: #888888;--accent: #2563eb;--accent-hover: #1d4ed8;--accent-soft: rgba(37, 99, 235, .08);--green: #16a34a;--green-soft: rgba(22, 163, 74, .08);--red: #dc2626;--red-soft: rgba(220, 38, 38, .05);--shadow: 0 8px 32px rgba(0, 0, 0, .08);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05)}*{margin:0;padding:0;box-sizing:border-box}.skip-to-main{position:absolute;top:-40px;left:0;background:var(--accent);color:#fff;padding:8px 16px;text-decoration:none;font-weight:600;z-index:10000;border-radius:0 0 4px}.skip-to-main:focus{top:0;outline:3px solid #FFBF00;outline-offset:2px}.keyboard-navigation *:focus{outline:3px solid var(--accent);outline-offset:2px;border-radius:2px}body{font-family:var(--font);line-height:1.6;color:var(--text);background-color:var(--bg);transition:background-color .3s ease,color .3s ease;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:700;margin-bottom:1rem;color:var(--text)}h1{font-size:2.5rem;line-height:1.15;letter-spacing:-.02em}h2{font-size:2rem;line-height:1.2;letter-spacing:-.01em}h3{font-size:1.3rem;line-height:1.35}p{margin-bottom:1rem;font-size:1.05rem;color:var(--text-muted)}ul{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.5rem;font-size:1.05rem;color:var(--text-muted)}a{color:var(--accent);text-decoration:none}.navbar{background-color:var(--bg);border-bottom:1px solid var(--border);padding:1rem 0;position:sticky;top:0;z-index:100;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.35rem;font-weight:700;text-decoration:none;display:flex;align-items:center;letter-spacing:-.02em}.nav-logo .remission{color:var(--text)}.nav-logo .dot{color:var(--accent);margin:0 2px}.nav-logo .route{color:var(--green)}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-menu li{margin:0}.nav-link{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:var(--text)}.nav-actions{display:flex;align-items:center;gap:1rem}.theme-toggle{background:var(--bg-elevated);border:1px solid var(--border);width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);transition:all .2s ease}.theme-toggle:hover{border-color:var(--border-hover);color:var(--text)}.nav-cta{background-color:var(--accent);color:#fff;padding:.6rem 1.25rem;border-radius:10px;text-decoration:none;font-weight:600;font-size:.9rem;transition:background-color .2s ease,transform .15s ease}.nav-cta:hover{background-color:var(--accent-hover);transform:translateY(-1px)}.bg-flow{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.35}[data-theme=light] .bg-flow{opacity:.18}.main-content{min-height:calc(100vh - 180px);position:relative;z-index:1}.homepage{padding:0}.hero-chat{min-height:calc(100vh - 180px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem 2rem;gap:2rem}.chat-box{width:100%;max-width:680px;background-color:var(--bg-card);border:1px solid var(--border);border-radius:24px;padding:3rem 2.5rem 2rem;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;text-align:center}.chat-heading{font-size:clamp(1.75rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;color:var(--text);margin-bottom:.5rem}.rotating-example{font-size:1.05rem;color:var(--text-muted);font-weight:400;min-height:1.6rem;transition:opacity .4s ease;margin-bottom:2rem}.chat-input-wrap{position:relative;width:100%;display:flex;align-items:center;background-color:var(--bg-input);border:1px solid var(--border);border-radius:14px;padding:.25rem .25rem .25rem 1.25rem;transition:border-color .2s ease}.chat-input-wrap:focus-within{border-color:var(--accent)}.chat-input{flex:1;background:transparent;border:none;outline:none;font-family:var(--font);font-size:1rem;color:var(--text);padding:.75rem 0}.chat-input::placeholder{color:var(--text-dim)}.chat-send{background:var(--accent);border:none;color:#fff;width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .2s ease}.chat-send:hover{background:var(--accent-hover)}.chat-thread{display:flex;flex-direction:column;gap:.75rem;max-height:0;overflow-y:auto;overflow-x:hidden;opacity:0;margin:0;transition:max-height .45s ease,opacity .35s ease,margin .45s ease;text-align:left}.chat-box.chat-active .chat-thread{max-height:340px;opacity:1;margin:.5rem 0 1.25rem}.chat-msg{display:flex}.chat-msg-user{justify-content:flex-end}.chat-msg-bot{justify-content:flex-start}.chat-bubble{max-width:85%;padding:.7rem .95rem;border-radius:14px;font-size:.95rem;line-height:1.5;animation:bubbleIn .3s ease both}.chat-msg-user .chat-bubble{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.chat-msg-bot .chat-bubble{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-muted);border-bottom-left-radius:4px}.chat-typing{display:flex;align-items:center;gap:5px;padding:.85rem 1rem}.chat-dot{width:7px;height:7px;border-radius:50%;background:var(--text-dim);animation:chatPulse 1.2s infinite ease-in-out}.chat-dot:nth-child(2){animation-delay:.2s}.chat-dot:nth-child(3){animation-delay:.4s}@keyframes bubbleIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes chatPulse{0%,60%,to{transform:scale(.7);opacity:.4}30%{transform:scale(1);opacity:1}}.attach-group{display:flex;flex-direction:column;align-items:center;gap:2px;flex-shrink:0;margin-left:.6rem;padding-left:.6rem;border-left:1px solid var(--border)}.chat-attach{display:flex;align-items:center;gap:.35rem;background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-muted);border-radius:9px;padding:.45rem .75rem;font-family:var(--font);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.chat-attach:hover{border-color:var(--border-hover);color:var(--text)}.attach-label{font-size:.65rem;color:var(--text-dim);letter-spacing:.03em;padding-left:.15rem}.prompt-pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.75rem;justify-content:center}.prompt-pill{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-muted);padding:.5rem 1rem;border-radius:999px;font-family:var(--font);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.prompt-pill:hover{border-color:var(--border-hover);color:var(--text)}.prompt-pill.pill-active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.mission-line{text-align:center;padding:0 2rem 3rem;max-width:640px;margin:0 auto}.mission-line p{font-size:1.05rem;color:var(--text-muted);line-height:1.7}.btn{display:inline-block;padding:.8rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:10px;border:none;cursor:pointer;font-family:var(--font);transition:all .2s ease}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--border-hover);transform:translateY(-1px)}.btn-white{background:#fff;color:var(--accent)}.btn-white:hover{background:#f8fafc;transform:translateY(-1px)}.page-container{max-width:760px;margin:3rem auto;padding:3rem 2.5rem;text-align:center;background-color:var(--bg-card);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}.page-title{text-align:center;margin-bottom:1.5rem;font-size:2.25rem}.page-lead{font-size:1.1rem;color:var(--text-muted);max-width:620px;margin:0 auto 3rem;text-align:center;line-height:1.7}.about-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border);text-align:center}.about-section:last-child{border-bottom:none}.about-section h2{color:var(--text);margin-bottom:1rem}.about-section p{color:var(--text-muted);line-height:1.75}.about-section ul,.about-section ol{display:inline-block;text-align:left}.simple-list{list-style:none;padding:0;text-align:center}.simple-list li{font-size:1.05rem;color:var(--text-muted);margin-bottom:1rem;padding-left:0;line-height:1.6}.simple-list li strong{color:var(--text)}.team-members{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem;text-align:center}.team-member{background-color:var(--bg-card);padding:1.75rem;border-radius:var(--radius-sm);border:1px solid var(--border);text-align:center}.team-member h3{color:var(--text);margin-bottom:.4rem;font-size:1.1rem}.team-member h3 a{color:inherit;text-decoration:none;transition:color .2s ease}.team-member h3 a:hover{color:var(--accent);text-decoration:underline}.role{color:var(--accent);font-weight:600;margin-bottom:.75rem;font-size:.9rem}.team-member p{color:var(--text-muted);font-size:.95rem}.honest-note{background-color:var(--red-soft);border-left:3px solid var(--red);padding:1.25rem 1.75rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0;text-align:center}.honest-note h3{color:var(--red);margin-bottom:.5rem;font-size:1.05rem}.honest-note p{color:var(--text-muted);font-size:.95rem;line-height:1.65}.sec-list{list-style:none;padding:0;text-align:center}.sec-list li{font-size:1rem;color:var(--text-muted);margin-bottom:.75rem;padding-left:1.5rem;position:relative;line-height:1.6}.sec-list li:before{content:"";position:absolute;left:0;top:.55rem;width:6px;height:6px;border-radius:50%;background:var(--text-dim)}.sec-list li.green-check:before{background:var(--green)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;text-align:center}.contact-section{background-color:var(--bg-card);padding:2rem;border-radius:var(--radius-sm);border:1px solid var(--border);text-align:center}.contact-title{font-size:1.3rem;font-weight:700;color:var(--text);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.contact-item{margin-bottom:1.75rem}.contact-item:last-child{margin-bottom:0}.contact-subtitle{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.contact-item p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.contact-item a{color:var(--accent);font-weight:600}.contact-item a:hover{text-decoration:underline}.address{background:var(--bg-input);padding:.75rem 1rem;border-radius:8px;border-left:3px solid var(--accent);text-align:center}.address p{margin:0;font-weight:600;color:var(--text);font-size:.95rem}.access-form{display:flex;flex-direction:column;gap:1.1rem;text-align:left}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field label{font-size:.9rem;font-weight:600;color:var(--text)}.form-field .required{color:var(--red)}.form-field input,.form-field select,.form-field textarea{padding:.7rem .9rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;font-family:var(--font);color:var(--text);background-color:var(--bg-input);transition:border-color .2s ease,box-shadow .2s ease}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.form-field textarea{resize:vertical}.form-status{font-size:.9rem;min-height:1.5rem}.form-status--success{color:var(--green);font-weight:600}.form-status--error{color:var(--red);font-weight:600}.footer{background-color:var(--bg);border-top:1px solid var(--border);padding:2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-minimal .footer-bottom-only{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-logo{font-size:1.2rem;font-weight:700;text-decoration:none;display:flex;align-items:center}.footer-logo .remission{color:var(--text)}.footer-logo .dot{color:var(--accent);margin:0 2px}.footer-logo .route{color:var(--green)}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:var(--text-muted);font-size:.9rem;transition:color .2s ease}.footer-legal a:hover{color:var(--text)}.footer-proto{color:var(--accent);font-weight:500}.footer-proto:hover{color:var(--accent-hover)}.footer-bottom-only p{color:var(--text-dim);font-size:.85rem;margin:0}#cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background-color:var(--bg-card);color:var(--text);padding:1.25rem;border-top:1px solid var(--border);z-index:1000;box-shadow:0 -4px 20px #0003}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.cookie-consent-text{flex:1}.cookie-consent-text p{margin:0;font-size:.9rem;color:var(--text-muted)}.cookie-consent-text a{color:var(--accent);font-size:.85rem;font-weight:600}.cookie-consent-buttons{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{padding:.6rem 1.25rem;border:1px solid var(--border);border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;font-family:var(--font);transition:all .2s ease}.cookie-accept{background:var(--accent);color:#fff;border-color:var(--accent)}.cookie-accept:hover{background:var(--accent-hover)}.cookie-decline{background:transparent;color:var(--text-muted)}.cookie-decline:hover{color:var(--text);border-color:var(--border-hover)}#phi-disclaimer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .3s ease}.phi-modal{max-width:440px;margin:1.5rem;padding:2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);text-align:center}.phi-modal-title{font-size:1.35rem;margin-bottom:1rem;color:var(--text)}.phi-modal-body{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem}.phi-modal-btn{padding:.7rem 2rem;border:none;border-radius:10px;background:var(--accent);color:#fff;font-family:var(--font);font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease}.phi-modal-btn:hover{background:var(--accent-hover)}@media (max-width: 768px){.navbar{position:static;-webkit-backdrop-filter:none;backdrop-filter:none}.nav-container{flex-wrap:wrap;gap:.75rem 1.25rem}.nav-menu{display:flex;flex-wrap:wrap;order:3;width:100%;gap:.75rem 1.25rem;margin-top:.25rem;overflow:visible}.nav-link{white-space:nowrap}.nav-actions{margin-left:auto}.hero-chat{min-height:auto;padding:2rem 1.25rem;gap:1.25rem}.chat-box{padding:2rem 1.25rem 1.5rem;border-radius:18px}.chat-heading{margin-bottom:.35rem}.rotating-example{font-size:.9rem;margin-bottom:1.5rem}.chat-input-wrap{padding:.2rem .2rem .2rem 1rem;border-radius:12px}.chat-input{font-size:.8rem;letter-spacing:.01em;padding:.6rem 0}.chat-input::placeholder{font-weight:400}.attach-group{margin-left:.4rem;padding-left:.4rem}.chat-attach{padding:.4rem .55rem}.attach-label{display:none}.prompt-pills{gap:.5rem}.prompt-pill{font-size:.8rem;padding:.45rem .85rem}.team-members,.contact-grid{grid-template-columns:1fr}.page-container{margin:1.5rem auto;padding:2rem 1.25rem;border-radius:18px}.page-title{font-size:1.85rem}.footer-minimal .footer-bottom-only{flex-direction:column;text-align:center}.cookie-consent-content{flex-direction:column;text-align:center;gap:1rem}.cookie-consent-buttons{width:100%;justify-content:center}}@media (max-width: 380px){.rotating-example{display:none}.prompt-pill{font-size:.75rem;padding:.4rem .7rem}.chat-attach span{display:none}}
