:root{--app-bg:#1e293b;--app-surface:#fff;--app-surface-hover:#f8fafc;--app-border:#e2e8f0;--app-border-bright:#cbd5e1;--app-text:#1e293b;--app-text-light:#f8fafc;--app-muted:#475569;--app-blue:#0284c7;--app-blue-strong:#0369a1;--app-blue-soft:#0284c726;--app-shadow:0 4px 12px #00000026;--app-shadow-lg:0 8px 24px #0003;--resource-card-padding:24px;--resource-card-gap:18px;--resource-grid-gap:20px;--resource-icon-size:60px;--touch-target-min:44px;--font-heading:"Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--adv-bg:#f4f7fb;--adv-rail:#071d3b;--adv-rail-border:#00000014;--adv-surface:#fff;--adv-surface-2:#f0f4f9;--adv-border:#dde3ec;--adv-border-bright:#c8d2e0;--adv-text:#0e1e35;--adv-text-2:#4a6080;--adv-text-3:#8da0b8;--adv-cyan:#1a56db;--adv-cyan-dim:#1a56db14;--adv-cyan-glow:#1a56db33;--adv-amber:#d97706;--adv-amber-dim:#d977061a;--adv-green:#059669;--adv-green-dim:#0596691a;--adv-purple:#7c3aed;--adv-purple-dim:#7c3aed1a;--adv-red:#dc2626;--adv-gold:#ffd55d;--adv-navy:#071d3b;--adv-font-display:"Inter", system-ui, sans-serif;--adv-font-body:"Inter", system-ui, sans-serif;--adv-font-mono:"DM Mono", ui-monospace, monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--app-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f6fb;min-height:100vh;font-size:16px;font-weight:400;line-height:1.6}body.modal-open{overflow:hidden}header{background:var(--app-bg);z-index:100;border-bottom:2px solid #ffffff1a;padding:16px 0;transition:padding .24s;position:sticky;top:0;box-shadow:0 4px 16px #0003}.mobile-search-trigger{color:#93c5fd;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s;display:inline-flex}.mobile-search-trigger:hover{background:#ffffff26;border-color:#ffffff4d}header h1{font-family:var(--font-heading);color:var(--app-text-light);letter-spacing:-.02em;margin-bottom:2px;font-size:1.5rem;font-weight:700;transition:font-size .24s,margin .24s}header h2{font-family:var(--font-body);color:#60a5fa;text-transform:uppercase;letter-spacing:.1em;font-size:1rem;font-weight:600;transition:font-size .24s}.header-tabs{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;max-width:100%;padding:10px 20px;display:flex}.header-resource-strip{display:none}.header-resource-strip-inline{flex-shrink:0;align-items:center;display:inline-flex}.admin-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%);border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-width:140px;padding:16px 32px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 16px #0ea5e94d}.admin-btn:hover{background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);transform:translateY(-1px);box-shadow:0 4px 16px #0ea5e966}.filter-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafcfa;border:1px solid #cbd5e14d;border-radius:16px;margin-bottom:20px;padding:18px;box-shadow:0 8px 32px #0f172a1a,0 1px 4px #0f172a1a}@media (width>=640px){.filter-section{margin-bottom:40px;padding:24px 28px}}.search-bar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;display:flex}@media (width>=640px){.search-bar{flex-wrap:nowrap;gap:10px}}.search-input{background:#fff;border:2px solid #e2e8f0;border-radius:12px;flex:1;padding:14px 20px;font-family:inherit;font-size:15px;font-weight:400;transition:all .3s}.search-input:focus{background:#fefefe;border-color:#0ea5e9;outline:none;box-shadow:0 0 0 3px #0ea5e91a}.search-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%);border:none;border-radius:12px;min-width:50px;padding:14px 18px;font-size:16px;transition:all .3s;box-shadow:0 2px 8px #0ea5e933}.search-btn:hover{background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);transform:translateY(-1px);box-shadow:0 4px 16px #0ea5e94d}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.filter-chip{cursor:pointer;color:#475569;background:#fff;border:2px solid #e2e8f0;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:all .3s;display:inline-flex}.filter-chip:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.filter-chip.active{border-width:2px;font-weight:700;transform:scale(1.05);box-shadow:0 6px 20px #00000040}.filter-chip.category-job.active{color:#fff;background:linear-gradient(135deg,#0077b6 0%,#005a8d 100%);border-color:#0077b6}.filter-chip.category-training.active{color:#fff;background:linear-gradient(135deg,#d97706 0%,#b45309 100%);border-color:#d97706}.filter-chip.category-college.active{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border-color:#2563eb}.filter-chip.category-career-fair.active{color:#fff;background:linear-gradient(135deg,#e11d48 0%,#be123c 100%);border-color:#e11d48}.filter-chip.category-immigration.active{color:#fff;background:linear-gradient(135deg,#9333ea 0%,#7e22ce 100%);border-color:#9333ea}.filter-chip.category-announcement.active{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%);border-color:#4f46e5}.filter-chip.category-resource.active{color:#fff;background:linear-gradient(135deg,#059669 0%,#047857 100%);border-color:#059669}.filter-chip[data-posted].active{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);border-color:#7c3aed}.filter-chip.postedby-chip.active{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-color:#f59e0b}.active-filters-count{color:#fff;background:#0ea5e9;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.active-filters-count span{color:#0ea5e9;background:#fff;border-radius:10px;padding:2px 8px;font-weight:700}@media (width<=640px){.filter-chip{padding:6px 12px;font-size:12px}}.results-info{color:#0284c7;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0ea5e914;border-left:4px solid #0ea5e9;border-radius:0 12px 12px 0;margin-bottom:24px;padding:16px 20px;font-size:14px;font-weight:500;display:none}.bulletin-container{position:relative}.bulletin-grid{grid-template-columns:1fr;gap:14px;margin-bottom:40px;display:grid}@media (width>=480px){.bulletin-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (width>=860px){.bulletin-grid{grid-template-columns:repeat(3,1fr);gap:14px}}@media (width>=1200px){.bulletin-grid{gap:16px;grid-template-columns:repeat(3,1fr)!important}}@media (width>=1600px){.bulletin-grid{gap:14px;grid-template-columns:repeat(4,1fr)!important}}.expired-banner{color:#fff;letter-spacing:.8px;text-transform:uppercase;z-index:10;text-align:center;background:linear-gradient(135deg,#dc2626 0%,#991b1b 100%);border:1px solid #991b1b4d;border-radius:0 0 8px 8px;padding:8px 45px;font-size:12px;font-weight:700;position:absolute;top:16px;right:-35px;transform:rotate(45deg);box-shadow:0 2px 8px #dc26264d}.category-badge{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-radius:8px;align-self:flex-start;padding:8px 14px;font-size:.875rem;font-weight:600}.category-resource{color:#14532d;text-shadow:none;background:linear-gradient(135deg,#bbf7d0 0%,#dcfce7 100%);border:2px solid #86efac;font-weight:700}.description-wrapper{position:relative}.description-content{transition:max-height .3s}.description-wrapper:not(.expanded) .description-content{-webkit-line-clamp:6;-webkit-box-orient:vertical;max-height:9.5rem;display:-webkit-box;overflow:hidden}.description-wrapper:not(.expanded) .description-content:after{content:"";pointer-events:none;background:linear-gradient(#f8fafc00 0%,#f8fafce6 65%,#f8fafc 100%);height:3.5rem;position:absolute;bottom:0;left:0;right:0}.description-wrapper.expanded .description-content:after{display:none}.toggle-description{color:#0284c7;cursor:pointer;z-index:1;background:#f0f9ff;border:2px solid #0ea5e9;border-radius:6px;margin-top:12px;padding:8px 16px;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-block;position:relative}.toggle-description:hover{color:#fff;background:#0ea5e9;border-color:#0284c7;transform:translateY(-1px);box-shadow:0 2px 8px #0ea5e94d}.meta-item{word-wrap:break-word;overflow-wrap:anywhere;word-break:break-word;align-items:flex-start;margin-bottom:8px;display:flex}.meta-item strong{min-width:80px;color:var(--app-text,#334155);flex-shrink:0;margin-right:8px;font-weight:600}.meta-item a{word-break:break-all;overflow-wrap:anywhere;max-width:100%;display:inline-block}.deadline-warning{color:#dc2626;background:#ef44441a;border-left:3px solid #dc2626;border-radius:6px;padding:2px 8px;font-weight:600}.feed-loading-state{text-align:center;color:#64748b;padding:48px 24px;font-weight:600}.feed-loading-state p{margin:0 0 6px}.empty-state{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafcf2;border:1px solid #cbd5e14d;border-radius:20px;max-width:480px;margin:24px auto;padding:60px 24px;box-shadow:0 8px 32px #0f172a1a}.empty-state-icon{background:linear-gradient(135deg,#e0f2fe 0%,#bae6fd 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;padding:16px;display:flex}.empty-state-icon svg{color:#0284c7;width:32px;height:32px}.empty-state h3{color:#0f172a;letter-spacing:-.02em;margin-bottom:10px;font-size:1.4rem;font-weight:700}.empty-state p{color:#475569;max-width:320px;margin:0 auto;font-size:1rem;font-weight:400;line-height:1.6}.empty-state-bilingual{color:#64748b;margin-top:8px;font-size:.9rem;font-style:italic}@media (width<=768px){.empty-state{border-radius:16px;margin:16px;padding:48px 20px}.empty-state h3{font-size:1.2rem}.empty-state p{font-size:.95rem}.empty-state-icon{width:56px;height:56px;padding:14px}.empty-state-icon svg{width:28px;height:28px}}.modal{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000a6;width:100%;height:100%;animation:.2s ease-in-out fadeIn;display:none;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background-color:#fff;border:2px solid #0ea5e933;border-radius:16px;width:90%;max-width:500px;margin:5% auto;padding:40px;animation:.3s ease-out slideDown;position:relative;box-shadow:0 20px 60px #0006}.bulletin-detail-modal{justify-content:center;align-items:center;padding:40px 12px;display:none}.bulletin-detail-content{background:linear-gradient(135deg,#f8fafcfa 0%,#e2e8f0fa 100%);border-radius:18px;width:100%;max-width:960px;max-height:90vh;padding:0;overflow-y:auto;box-shadow:0 16px 40px #0f172a59}.close-detail{color:#475569;cursor:pointer;z-index:10;background:0 0;border:none;font-size:28px;line-height:1;position:absolute;top:16px;right:20px}.close-detail:hover{color:#0f172a}.detail-card{background:#fff;border:1px solid #cbd5e159;border-radius:18px;padding:32px;box-shadow:0 10px 30px #0f172a1f}.detail-card .detail-actions{justify-content:flex-end;gap:16px;margin-top:28px;display:flex}.detail-card .detail-actions button{cursor:pointer;border:none;border-radius:10px;padding:12px 24px;font-weight:600;transition:transform .2s,box-shadow .2s}.detail-card .detail-actions .close-btn{color:#1e293b;background:#e2e8f0}.detail-card .detail-actions .close-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #94a3b84d}.detail-card .detail-actions .share-btn{color:#fff;background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%);align-items:center;gap:8px;display:inline-flex}.detail-card .detail-actions .share-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0ea5e959}.close{color:#94a3b8;float:right;cursor:pointer;z-index:10;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:32px;font-weight:700;transition:all .2s;display:flex;position:absolute;top:20px;right:24px}.close:hover{color:#ef4444;background:#ef44441a;transform:scale(1.1)}.close:active{transform:scale(.95)}.modal-content h3{color:#0f172a;margin-bottom:12px;font-size:1.6rem;font-weight:600}.modal-content input[type=text],.modal-content input[type=password],.modal-content input[type=email]{border:2px solid #e2e8f0;transition:all .2s}.modal-content input[type=text]:focus,.modal-content input[type=password]:focus,.modal-content input[type=email]:focus{border-color:#0ea5e9;outline:none;box-shadow:0 0 0 3px #0ea5e91a}.modal-content button[type=submit]{transition:all .2s;position:relative}.modal-content button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0ea5e94d}.modal-content button[type=submit]:active{transform:translateY(0)}.modal-content button[type=submit]:disabled{opacity:.6;cursor:not-allowed;transform:none}.modal-content button.loading{color:#0000;pointer-events:none;position:relative}.modal-content button.loading:after{content:"";border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;margin-top:-9px;margin-left:-9px;animation:.8s linear infinite spin;position:absolute;top:50%;left:50%}@keyframes spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}button[disabled]{opacity:.6;cursor:not-allowed;pointer-events:none}.loading{position:relative}.loading:after{content:"";border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.share-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%);border:none;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .3s;display:inline-flex}.share-btn:hover{background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);transform:translateY(-1px);box-shadow:0 4px 12px #0ea5e94d}.pdf-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.pdf-btn:hover{background:linear-gradient(135deg,#b91c1c 0%,#991b1b 100%);transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.pdf-btn:focus{outline-offset:2px;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);outline:2px solid #3b82f6}.pdf-btn:focus:not(:focus-visible){outline:none}@media (width<=640px){.pdf-btn{min-width:80px;padding:10px 16px;font-size:14px}}.bulletin-list-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafcfa;border:1px solid #cbd5e166;border-radius:16px;align-items:flex-start;gap:24px;padding:24px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 16px #0f172a1a}.bulletin-list-item:hover{border-color:#0ea5e94d;transform:translateY(-4px);box-shadow:0 20px 40px #0f172a26}.bulletin-list-content{flex:1}.bulletin-list-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.bulletin-list-title{color:#0f172a;letter-spacing:-.025em;margin:0;font-size:1.3rem;font-weight:600;line-height:1.4}.bulletin-list-description{color:#475569;margin-bottom:16px;font-size:15px;line-height:1.6}.bulletin-list-meta{color:#475569;flex-wrap:wrap;gap:16px;margin-bottom:16px;font-size:.9rem;display:flex}.bulletin-list-meta-item{align-items:center;display:flex}.bulletin-list-meta-item strong{color:#334155;margin-right:8px;font-weight:600}.bulletin-list-actions{border-top:1px solid #cbd5e166;margin-top:16px;padding-top:16px}.bulletin-list-actions .share-btn{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:6px;padding:8px 16px;font-size:.95rem;font-weight:600;transition:all .2s}.bulletin-list-actions .share-btn:hover{background:#0284c7;transform:translateY(-1px);box-shadow:0 2px 8px #0ea5e94d}.bulletin-list-category{align-self:flex-start}.bulletin-calendar{margin-bottom:40px}.dates-view-toggle{background:#e8eef8;border:1px solid #dbe4f1;border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin:18px 20px 4px;padding:4px;display:inline-grid}.dates-view-btn{color:#536174;cursor:pointer;background:0 0;border:0;border-radius:999px;min-width:112px;padding:9px 16px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:900}.dates-view-btn.active{color:#1458b8;background:#fff;box-shadow:0 2px 8px #0a1d3a1f}.dates-list-view{padding:22px 20px calc(102px + env(safe-area-inset-bottom));gap:28px;display:grid}.dates-list-group h2{color:#0a1d3a;letter-spacing:.03em;text-transform:uppercase;margin:0 0 12px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:900}.dates-list-items{gap:12px;display:grid}.dates-list-card{cursor:pointer;background:#fff;border:0;border-radius:22px;grid-template-columns:76px minmax(0,1fr) 12px;align-items:center;gap:16px;min-height:112px;padding:16px 18px;display:grid;box-shadow:0 2px #0a1d3a0a,0 8px 22px #0a1d3a12}.dates-list-card:focus-visible{outline-offset:3px;outline:3px solid #2e7af06b}.dates-list-badge{background:var(--date-tint,#e8f2ff);width:76px;height:76px;color:var(--date-accent,#24498f);text-align:center;border-radius:16px;align-content:center;place-items:center;gap:0;display:grid}.dates-list-badge span{text-transform:uppercase;font-size:13px;font-weight:900;line-height:1}.dates-list-badge strong{font-family:Outfit,sans-serif;font-size:31px;font-weight:900;line-height:.95}.dates-list-copy{min-width:0}.dates-list-category{letter-spacing:.04em;margin:0 0 4px;font-size:12px;font-weight:900}.dates-list-copy h3{color:#071d3b;letter-spacing:0;margin:0;font-family:Outfit,sans-serif;font-size:21px;font-weight:900;line-height:1.08}.dates-list-label{color:#63728a;margin:5px 0 0;font-size:15px;font-weight:800;line-height:1.2}.dates-list-dot{background:var(--date-dot,#f08b1f);border-radius:50%;width:12px;height:12px}@media (width>=640px){#calendarView .dates-view-toggle,#calendarView #bulletinCalendar{max-width:min(680px,100% - 40px);margin-left:auto;margin-right:auto}#calendarView .dates-view-toggle{display:grid}#calendarView .dates-list-view{max-width:100%;margin-left:0;margin-right:0}}@media (width>=768px){#calendarView .dates-view-toggle{width:max-content;max-width:calc(100% - 48px);margin:14px auto 8px;display:grid}#calendarView .dates-view-toggle,#calendarView #bulletinCalendar{max-width:min(900px,100% - 48px)}#calendarView #bulletinCalendar{padding:0 8px}#calendarView .dates-list-view{padding:26px 12px calc(102px + env(safe-area-inset-bottom))}#calendarView .dates-list-card{border-radius:24px;grid-template-columns:88px minmax(0,1fr) 14px;gap:18px;min-height:104px;padding:18px 22px}#calendarView .dates-list-badge{border-radius:18px;width:88px;height:88px}#calendarView .dates-list-copy h3{font-size:22px}#calendarView .monthly-calendar{border-radius:20px;padding:22px 24px 28px}#calendarView .view-empty-state{max-width:560px;margin-left:auto;margin-right:auto}}@media (width>=1100px){#calendarView .dates-view-toggle,#calendarView #bulletinCalendar{max-width:min(1040px,100% - 64px)}#calendarView .dates-list-items{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px 20px;display:grid}#calendarView .dates-list-card{min-height:0}}.monthly-calendar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafcfa;border:1px solid #cbd5e166;border-radius:12px;width:100%;max-width:100%;margin:0 auto;padding:16px;overflow:hidden;box-shadow:0 4px 6px #0000000d}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 8px;display:flex}.calendar-month{color:#0f172a;text-align:center;flex:1;margin:0;font-size:1.5rem;font-weight:700}.calendar-nav-btn{cursor:pointer;color:#2563eb;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;justify-content:center;align-items:center;padding:8px 12px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.calendar-nav-btn:hover{background:#3b82f633;border-color:#3b82f680;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.calendar-nav-btn:active{transform:translateY(0);box-shadow:0 1px 2px #3b82f633}.calendar-weekdays{box-sizing:border-box;grid-template-columns:repeat(7,1fr);gap:2px;width:100%;margin-bottom:6px;display:grid}.calendar-weekday{text-align:center;color:#475569;background:#f1f5f9cc;border-radius:6px;padding:8px 6px;font-size:.8rem;font-weight:600}.calendar-days{box-sizing:border-box;background:#e2e8f04d;border-radius:12px;grid-template-columns:repeat(7,1fr);gap:2px;width:100%;padding:8px;display:grid}.calendar-day{aspect-ratio:1;cursor:pointer;box-sizing:border-box;background:#ffffffe6;border-radius:6px;flex-direction:column;width:100%;min-height:60px;padding:4px;transition:all .2s;display:flex;position:relative;overflow:hidden}.calendar-day:hover{background:#f8fafcf2;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.calendar-day.empty{cursor:default;background:0 0}.calendar-day.today{background:linear-gradient(135deg,#3b82f61a,#93c5fd1a);border:2px solid #3b82f64d}.calendar-day.has-bulletins{background:linear-gradient(135deg,#10b9810d,#22c55e0d);border:1px solid #10b98133}.calendar-day-number{color:#374151;flex-direction:column;align-items:center;gap:3px;margin-bottom:2px;font-size:.8rem;font-weight:600;display:flex}.calendar-day.today .calendar-day-number{color:#2563eb;font-weight:700}.event-count-badge{color:#fff;text-align:center;background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%);border-radius:10px;min-width:18px;padding:2px 6px;font-size:.7rem;font-weight:700;display:inline-block;box-shadow:0 1px 3px #0ea5e94d}.calendar-day-content{flex:1}.calendar-bulletins{flex-direction:column;gap:2px;display:flex}.monthly-bulletin-item{cursor:pointer;background:#fffc;border-left:2px solid #0000;border-radius:3px;margin-bottom:1px;padding:3px 5px;font-size:.75rem;transition:all .2s}.monthly-bulletin-item:hover{background:#3b82f61a;transform:translate(2px)}.monthly-bulletin-category{border-radius:50%;width:8px;height:8px;margin-right:4px;display:inline-block}.monthly-bulletin-title{color:#374151;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-weight:500;line-height:1.1;overflow:hidden}.monthly-bulletin-deadline{color:#6b7280;margin-top:1px;font-size:.7rem}.monthly-bulletin-deadline.deadline-warning{color:#dc2626;font-weight:600}.more-bulletins{color:#6b7280;text-align:center;margin-top:1px;font-size:.65rem;font-style:italic}.today-indicator{background:#2563eb;border-radius:50%;width:5px;height:5px;position:absolute;top:3px;right:3px}@media (width<=768px){.monthly-calendar{margin:0 12px;padding:18px}.calendar-day{min-height:70px;padding:6px}.calendar-day-number{font-size:.9rem;font-weight:700}.calendar-bulletins .monthly-bulletin-item:nth-child(n+3){display:none}.event-count-badge{padding:2px 6px;font-size:.68rem}.monthly-bulletin-item{margin-bottom:3px;padding:4px 6px;font-size:.75rem;line-height:1.3}.monthly-bulletin-title{font-weight:600}.monthly-bulletin-deadline{margin-top:2px;font-size:.7rem}.calendar-nav-btn{padding:10px 12px;font-size:.85rem}.calendar-month{font-size:1.5rem}.calendar-weekday{padding:12px 8px;font-size:.9rem;font-weight:700}}@media (width<=480px){.monthly-calendar{margin:0 8px;padding:14px}.calendar-day{min-height:65px;padding:5px}.calendar-day-number{font-size:.85rem;font-weight:700}.calendar-bulletins{display:none}.event-count-badge{padding:3px 6px;font-size:.7rem}.monthly-bulletin-item{margin-bottom:3px;padding:4px 6px;font-size:.72rem;line-height:1.3}.monthly-bulletin-title{font-weight:600}.monthly-bulletin-deadline{margin-top:2px;font-size:.68rem}.calendar-weekday{padding:10px 5px;font-size:.85rem;font-weight:700}.calendar-month{font-size:1.35rem}.calendar-nav-btn{padding:8px 10px;font-size:.8rem}}.calendar-day-header{border-bottom:2px solid #0ea5e9;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.calendar-day-date{color:#0f172a;font-size:1.2rem;font-weight:600}.calendar-day-weekday{color:#475569;font-size:.9rem;font-weight:500}.calendar-day-bulletins{flex-direction:column;gap:12px;display:flex}.calendar-bulletin-item{background:#fffc;border:1px solid #cbd5e14d;border-radius:12px;padding:16px;transition:all .3s}.calendar-bulletin-item:hover{background:#fff;border-color:#0ea5e94d;transform:translateY(-2px);box-shadow:0 4px 12px #0f172a1a}.calendar-bulletin-title{color:#0f172a;margin-bottom:8px;font-size:1.1rem;font-weight:600;line-height:1.3}.calendar-bulletin-category{text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px;font-size:.8rem;font-weight:600}.calendar-bulletin-description{color:#475569;margin-bottom:8px;font-size:.9rem;line-height:1.4}.calendar-bulletin-meta{color:#475569;font-size:.8rem}.calendar-bulletin-deadline{color:#dc2626;font-weight:600}@media (width<=768px){.calendar-day-header{margin-bottom:12px;padding-bottom:8px}.calendar-day-date{font-size:1rem}.calendar-day-weekday{font-size:.8rem}.calendar-bulletin-item{border-radius:8px;padding:12px}.calendar-bulletin-title{margin-bottom:6px;font-size:.95rem}.calendar-bulletin-category{margin-bottom:6px;font-size:.7rem}.calendar-bulletin-description{margin-bottom:6px;font-size:.85rem}.calendar-bulletin-meta{font-size:.75rem}}@media (width<=480px){.calendar-day-header{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:10px}.calendar-day-date{font-size:.9rem}.calendar-day-weekday{font-size:.75rem}.calendar-bulletin-item{padding:10px}.calendar-bulletin-title{font-size:.9rem}.today-badge{padding:3px 6px;font-size:.65rem}}.today-badge{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-radius:8px;padding:4px 8px;font-size:.75rem;font-weight:600}.calendar-day.today{border-color:#dc2626;box-shadow:0 4px 20px #dc262633}.day-events-list{flex-direction:column;gap:16px;display:flex}.day-event-item{cursor:pointer;background:#ffffffe6;border:1px solid #cbd5e166;border-radius:12px;padding:16px;transition:all .2s;position:relative}.day-event-item:hover{border-color:#0ea5e966;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e933}.day-event-item.expired{opacity:.6;background:#f8fafce6}.day-event-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.day-event-title{color:#0f172a;flex:1;margin:0;font-size:1.1rem;font-weight:600}.day-event-description{color:#475569;margin:8px 0;font-size:.9rem;line-height:1.5}.day-event-meta{color:#94a3b8;margin:4px 0 0;font-size:.85rem}.expired-label{color:#fff;background:#ef4444;border-radius:6px;padding:4px 8px;font-size:.7rem;font-weight:600;position:absolute;top:12px;right:12px}.bulletin-detail-modal{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.bulletin-detail-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafcfa;border:1px solid #cbd5e166;border-radius:20px;width:100%;max-width:800px;max-height:90vh;padding:32px;position:relative;overflow-y:auto;box-shadow:0 25px 50px #0f172a40}.close-detail{color:#fff;cursor:pointer;z-index:10;background:#ef4444e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .3s;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 4px 12px #ef44444d}.close-detail:hover{background:#dc2626;transform:scale(1.1)}@media (width<=768px){.bulletin-detail-modal{background:#000c;align-items:center;padding:12px}.bulletin-detail-content{width:100%;max-width:100%;max-height:92vh;box-shadow:none;background:0 0;border:none;border-radius:16px;margin:0;padding:52px 0 16px;overflow-y:auto}#bulletinDetailBody{padding:0}.detail-card{border-radius:12px;padding:16px}.detail-card .detail-actions{flex-wrap:wrap;gap:12px;margin-top:20px}.detail-card .detail-actions button,.detail-card .detail-actions a{flex:auto;min-width:120px;padding:10px 16px;font-size:.9rem}.close-detail{width:36px;height:36px;font-size:20px;position:absolute;top:8px;right:8px}}@media (width<=480px){.bulletin-detail-modal{background:#000c;padding:8px}.bulletin-detail-content{max-height:94vh;box-shadow:none;background:0 0;border:none;border-radius:12px;padding:48px 0 12px}#bulletinDetailBody{padding:0}.detail-card{border-radius:10px;padding:12px}.detail-card .detail-actions button,.detail-card .detail-actions a{min-width:100px;padding:9px 14px;font-size:.85rem}.close-detail{width:32px;height:32px;font-size:18px;top:6px;right:6px}}.share-modal{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.share-modal-content{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:400px;padding:30px;box-shadow:0 10px 30px #0000004d}.share-modal-content h3{color:#0f172a;margin-bottom:20px;font-size:1.3rem;font-weight:600}.share-options{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;display:grid}.share-option{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.share-option:hover{background:#f8fafc;border-color:#0ea5e9;transform:translateY(-2px)}.share-option.whatsapp:hover{border-color:#25d366}.share-option.facebook:hover{border-color:#1877f2}.share-option.email:hover{border-color:#ea4335}.share-option.sms:hover{border-color:#0ea5e9}.share-link{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;gap:8px;margin-bottom:20px;padding:16px;display:flex}.share-link input{color:#475569;background:0 0;border:none;outline:none;flex:1;font-size:14px}.search-bar{border:1px solid var(--app-border);background:#ffffff0d;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;transition:all .3s;display:flex}.search-bar:focus-within{border-color:var(--app-blue);box-shadow:0 0 0 4px var(--app-blue-soft);background:#ffffff14}.resource-story-copy strong{font-family:var(--font-body);color:#fff;text-shadow:0 2px 4px #0000004d;font-size:.85rem;font-weight:700;display:block}.resource-story-copy small{color:#e2e8f0;text-shadow:0 1px 3px #0000004d;font-size:.75rem;font-weight:600;display:block}#searchInput{color:#fff;font-family:var(--font-body);background:0 0;border:none;outline:none;width:100%;font-size:.95rem}#searchInput::placeholder{color:#94a3b8}.copy-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#0ea5e9;border:none;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:500;transition:all .3s}.copy-btn:hover{background:#0284c7}.close-share{color:#fff;cursor:pointer;background:#6c757d;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:background .3s}.close-share:hover{background:#5a6268}@media (width<=480px){.share-modal{padding:16px}.share-modal-content{padding:24px 20px}.share-options{grid-template-columns:1fr;gap:10px}.share-option{padding:14px}.share-link{flex-direction:column;gap:12px}.copy-btn{align-self:stretch;padding:12px}}footer{background:var(--app-surface);color:var(--app-text);border-top:2px solid var(--app-border);margin-top:56px;padding:24px 20px;font-size:14px;font-weight:400;box-shadow:0 -4px 16px #0000001a}.footer-content{text-align:center;flex-direction:column;align-items:center;gap:14px;max-width:1200px;margin:0 auto;display:flex}.advisor-portal-section{text-align:center;border-top:1px solid #cbd5e133;width:100%;padding-top:14px}.footer-admin-btn{color:#ffc857;box-shadow:none;opacity:1;background:#0a1d3a;border:none;min-width:auto;padding:12px 22px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:800}.footer-admin-btn:hover{opacity:1;color:#ffc857;background:#15315e;box-shadow:0 4px 12px #0a1d3a33}.footer-contact{border-top:1px solid var(--app-border);text-align:center;width:100%;margin-top:0;padding-top:14px}.footer-content>p:first-child{letter-spacing:.01em;font-size:.92rem;font-weight:600}.footer-contact p{color:var(--app-muted);margin:0;font-size:13px}.contact-link{color:#0ea5e9;font-weight:500;text-decoration:none;transition:color .3s}.contact-link:hover{color:#38bdf8;text-decoration:underline}@media (width>=640px){.footer-content{text-align:left;flex-direction:row;justify-content:space-between}.advisor-portal-section{border-top:none;width:auto;padding-top:0}.footer-contact{border-top:none;width:auto;margin-top:0;padding-top:0}}button,.btn,.bulletin-card,.category-filter,.admin-tab,.close,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (hover:none) and (pointer:coarse){button:active,.btn:active{opacity:.85;transition:transform 80ms,opacity 80ms;transform:scale(.95)}.filter-chip:active,.category-filter:active{opacity:.85;transition:transform 80ms;transform:scale(.93)}.resource-story-bubble:active{transition:transform .1s;transform:scale(.92)}a:active{opacity:.7;transition:opacity 80ms}.mobile-search-trigger:active{background:#94a3b840;transform:scale(.9)}}@media (width<=768px){.modal{height:100vh}.modal-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;max-height:85dvh;margin:2% auto;overflow-y:auto}.modal-content input:focus,.modal-content textarea:focus{scroll-margin-top:120px;scroll-margin-bottom:120px}body.modal-open{width:100%;position:fixed;overflow:hidden}.bulletin-detail-modal .bulletin-detail-content{touch-action:pan-y;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.modal-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.bulletin-card,.category-filter{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}}@media (width<=480px){button,.btn{min-width:44px;min-height:44px;padding:12px 20px}.close{width:44px;height:44px;font-size:36px}.modal-content{max-height:90dvh;padding:24px 16px}body{overflow-x:hidden}}@media (width<=768px){html{scroll-behavior:auto;-webkit-text-size-adjust:100%}body{overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch}#feedView>.story-row-wrap--bilingual .story-row{overscroll-behavior-x:contain;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch}}:root{--app-surface:#f8fafcf5;--app-surface-strong:#fffffffa;--app-border:#94a3b847;--app-shadow:0 18px 44px #0f172a29;--app-blue:#0ea5e9;--app-blue-strong:#0369a1;--app-text:#0f172a;--app-muted:#475569}.page-view{pointer-events:none;display:none}.page-view.active{pointer-events:auto;animation:.24s viewFade;display:block}@keyframes viewFade{0%{opacity:.98;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.section-nav-btn{color:#94a3b8;font-family:var(--font-heading);cursor:pointer;background:0 0;border:2px solid #0000;border-radius:10px;padding:12px 20px;font-size:1rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.section-nav-btn:hover{color:#f8fafc;background:#ffffff1a}.section-nav-btn.active{color:#60a5fa;background:#3b82f626;border-color:#3b82f6}.view-hero,.about-card,.resources-spotlight{background:var(--app-surface);border:2px solid var(--app-border);box-shadow:var(--app-shadow);box-shadow:var(--app-shadow);border-radius:20px;margin-bottom:32px;padding:32px}.section-eyebrow{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--app-blue);margin-bottom:6px;font-size:.75rem;font-weight:700}h3,.section-header-row h3{font-family:var(--font-heading);color:#fff;margin:0;font-size:1.5rem;font-weight:700}.view-hero h3,.resources-spotlight h3{color:var(--app-text);letter-spacing:-.03em;margin-bottom:8px;font-size:1.55rem;font-weight:700}.resource-story-row{scroll-snap-type:x proximity;scrollbar-width:none;gap:16px;padding:4px 2px 8px;display:flex;overflow-x:auto}.resource-story-row::-webkit-scrollbar{display:none}.resource-filter-group::-webkit-scrollbar{display:none}.resource-story-bubble{--story-start:#0ea5e9;--story-end:#0369a1;--story-soft-start:#e0f2fe;--story-soft-end:#bae6fd;width:102px;min-width:102px;color:var(--app-text);scroll-snap-align:start;font:inherit;cursor:pointer;background:0 0;border:none;justify-items:center;gap:11px;padding:0;text-decoration:none;display:grid}.preview-story-bubble{opacity:.96}.resource-story-ring{background:linear-gradient(145deg, var(--story-start) 0%, var(--story-end) 100%);border-radius:999px;place-items:center;width:94px;height:94px;padding:5px;display:grid;box-shadow:0 16px 28px #0f172a42}.resource-story-icon{background:var(--app-bg);border:3px solid var(--app-surface);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.resource-story-icon svg{color:#fff;width:24px;height:24px}.resource-story-copy{text-align:center;margin-top:10px}.resource-story-copy strong{font-size:.86rem;line-height:1.2}.resource-story-copy small{color:#475569;font-size:.74rem;line-height:1.2}.resources-spotlight .resource-story-bubble,.resource-story-row-page .resource-story-bubble{color:var(--app-text,#0f172a)}.resource-story-row-page .resource-story-copy strong,.resources-spotlight .resource-story-copy strong{color:var(--app-text,#0f172a);font-weight:800}.resource-story-row-page .resource-story-copy small,.resources-spotlight .resource-story-copy small{color:var(--app-muted,#475569)}.resource-story-empty{color:#475569;background:#e0f2fe80;border:1px dashed #0ea5e94d;border-radius:20px;padding:16px 18px;line-height:1.5}@media (width<=768px){.resource-filter-wrapper{z-index:50;-webkit-backdrop-filter:blur(12px);background:#1e293bfa;border-bottom:1px solid #ffffff14;margin:0 -16px;padding:12px 16px 8px;position:sticky;top:0}}.resource-category-chip{color:#475569;min-height:var(--touch-target-min);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffffd9;border:1px solid #94a3b842;border-radius:999px;flex:none;gap:2px;padding:12px 20px;font-weight:700;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;display:grid}.resource-category-chip:active{background:#fffffff2;transform:scale(.96)}.resource-category-chip small{color:#475569;font-size:.72rem;font-weight:600}.resource-category-chip.active{background:linear-gradient(135deg, var(--app-blue) 0%, var(--app-blue-strong) 100%);color:#fff;border-color:#0000;transform:translateY(-1px);box-shadow:0 10px 20px #0ea5e938}.resource-category-chip.active small{color:#ffffffd9}.resource-sort-btn{color:#64748b;cursor:pointer;min-height:var(--touch-target-min);background:#ffffffe6;border:1px solid #94a3b84d;border-radius:8px;padding:8px 14px;font-size:.82rem;font-weight:600;transition:all .2s}.resource-sort-btn:hover{background:#fff;border-color:#0ea5e966}.resource-sort-btn.active{background:linear-gradient(135deg, var(--app-blue) 0%, var(--app-blue-strong) 100%);color:#fff;border-color:#0000}.back-to-top{right:20px;bottom:calc(110px + env(safe-area-inset-bottom));background:linear-gradient(135deg, var(--app-blue) 0%, var(--app-blue-strong) 100%);color:#fff;cursor:pointer;box-sizing:border-box;appearance:none;-webkit-tap-highlight-color:transparent;opacity:0;z-index:100;border:none;border-radius:14px;place-items:center;width:48px;height:48px;margin:0;padding:0;line-height:0;transition:opacity .3s,transform .3s;display:grid;position:fixed;transform:translateY(20px)scale(.9);box-shadow:0 4px 16px #0ea5e966}.back-to-top.visible{opacity:1;transform:translateY(0)scale(1)}.back-to-top:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 6px 20px #0ea5e980}.back-to-top:active{transform:scale(.95)}.back-to-top svg{width:22px;height:22px;display:block}@media (width>=769px){.back-to-top{bottom:32px;right:32px}}.resources-list{gap:var(--resource-grid-gap);align-items:stretch;display:grid}@media (width>=640px){.resources-list{grid-template-columns:repeat(2,1fr);gap:24px}}@media (width>=768px){.resources-list{grid-template-columns:repeat(2,minmax(0,520px));justify-content:center;gap:28px}}.resource-card-wrapper{position:relative}.resource-card{align-items:flex-start;gap:var(--resource-card-gap);color:var(--app-text);background:var(--app-surface);border:1px solid #e2e8f099;border-left:4px solid var(--story-start);padding:var(--resource-card-padding);border-radius:4px 20px 20px 4px;text-decoration:none;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0f172a0a,0 8px 24px #0f172a14}.resource-card:before{content:"";background:linear-gradient(90deg, var(--story-start) 0%, var(--story-end) 100%);opacity:0;height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.resource-card:hover{border-color:#0ea5e94d;transform:translateY(-4px);box-shadow:0 4px 12px #0f172a14,0 20px 40px #0f172a1f}.resource-card:hover:before{opacity:1}.resource-card:active{transition-duration:.1s;transform:translateY(-2px)}.resource-card-icon{width:var(--resource-icon-size);height:var(--resource-icon-size);background:linear-gradient(145deg, var(--story-start) 0%, var(--story-end) 100%);color:#fff;border-radius:16px;flex-shrink:0;place-items:center;display:grid;box-shadow:0 4px 12px #00000026}.resource-card-icon svg{width:26px;height:26px}.resource-card-body{flex:1;gap:4px;min-width:0;display:grid}.resource-card-category{flex-wrap:wrap;gap:6px;margin-bottom:2px;display:inline-flex}.resource-card-category-pill{text-transform:uppercase;letter-spacing:.06em;background:var(--story-soft-start,#2563eb1f);color:var(--story-start);border-radius:4px;padding:3px 8px;font-size:.65rem;font-weight:700}.resource-card-title{color:var(--app-text);letter-spacing:-.01em;font-size:1.15rem;font-weight:700;line-height:1.25}.resource-card-subtitle{color:#64748b;opacity:.9;font-size:.88rem;font-style:italic;font-weight:500}.resource-card-description{color:#64748b;white-space:normal;overflow-wrap:break-word;margin-top:4px;font-size:.9rem;line-height:1.55;display:block;overflow:visible}.resource-card-highlights{border-top:1px dashed #64748b33;flex-wrap:wrap;gap:6px 14px;margin-top:8px;padding-top:8px;display:flex}.resource-card-highlight{color:#475569;white-space:nowrap;align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:inline-flex}.resource-card-highlight:before{content:"";background:var(--story-start);border-radius:50%;flex-shrink:0;width:5px;height:5px}.resource-card:hover .resource-card-highlight{color:var(--app-text)}.resource-card-link{color:var(--story-end,#475569);white-space:nowrap;background:#64748b14;border-radius:999px;align-self:center;padding:10px 16px;font-size:.8rem;font-weight:600;transition:background .2s,color .2s}.resource-card:hover .resource-card-link{background:linear-gradient(135deg, var(--story-start) 0%, var(--story-end) 100%);color:#fff}.resource-copy-btn{color:#64748b;cursor:pointer;opacity:0;z-index:10;background:#ffffffe6;border:none;border-radius:10px;place-items:center;width:36px;height:36px;transition:opacity .2s,transform .2s,background .2s;display:grid;position:absolute;top:12px;right:12px;transform:scale(.9);box-shadow:0 2px 8px #0000001a}.resource-card-wrapper:hover .resource-copy-btn,.resource-copy-btn:focus{opacity:1;transform:scale(1)}.resource-copy-btn:hover{color:var(--app-blue);background:#fff}.resource-copy-btn:active{transform:scale(.95)}.resource-copy-btn svg{width:18px;height:18px}.resource-copy-btn.copied{color:#fff;background:#10b981}.resource-copy-btn.copied svg{display:none}.resource-copy-btn.copied:after{content:"✓";font-size:16px}@keyframes resourceCardEnter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.resource-card-wrapper{animation:.4s cubic-bezier(.4,0,.2,1) backwards resourceCardEnter}.resource-card-wrapper:first-child{animation-delay:0s}.resource-card-wrapper:nth-child(2){animation-delay:50ms}.resource-card-wrapper:nth-child(3){animation-delay:.1s}.resource-card-wrapper:nth-child(4){animation-delay:.15s}.resource-card-wrapper:nth-child(5){animation-delay:.2s}.resource-card-wrapper:nth-child(6){animation-delay:.25s}.resource-card-wrapper:nth-child(n+7){animation-delay:.3s}@media (prefers-reduced-motion:reduce){.resource-card-wrapper{animation:none}}.view-empty-state{margin:12px 0 28px}.about-action-copy{gap:3px;display:grid}.about-action-copy strong{color:var(--app-text);font-size:.96rem;font-weight:800}.about-action-copy small{color:#0369a1;font-size:.78rem;font-weight:700}.resource-helper-copy{color:#475569;font-size:.94rem;line-height:1.5}.resource-publish-toggle{background:#eff6ffe6;border:1px solid #93c5fd8c;border-radius:12px;align-items:center;gap:12px;min-height:52px;padding:12px 14px;display:flex}.resource-preview-card .resource-preview-meta{color:#475569;gap:10px;display:grid}.mobile-tab-bar{display:none}@media (width>=769px){.header-tabs{flex-wrap:nowrap;justify-content:center;align-items:center;gap:12px;max-width:100%;margin:0 auto;display:flex}.header-resource-strip-inline{background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:0;margin:0 8px;padding:6px 14px;display:inline-flex!important}.header-resource-strip-inline .header-resource-row{align-items:center;gap:16px;padding:0;display:flex}.header-resource-strip-inline .resource-story-bubble{flex-direction:row;align-items:center;gap:6px;width:auto;min-width:auto;padding:4px 0;transition:gap .2s;display:flex}.header-resource-strip-inline .resource-story-ring{width:10px;height:10px;box-shadow:none;flex-shrink:0;padding:0}.header-resource-strip-inline .resource-story-icon{display:none}.header-resource-strip-inline .resource-story-copy{margin:0;display:block}.header-resource-strip-inline .resource-story-copy strong{color:#ffffffe6;white-space:nowrap;font-size:.8rem;font-weight:500}.header-resource-strip-inline .resource-story-copy small{display:none}.header-resource-strip-inline .resource-story-bubble:hover .resource-story-copy small{color:#fff9;margin-left:4px;display:inline}.mobile-search-trigger{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.resource-category-chip{flex:none}.resources-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));width:100%}#resourcesView .view-empty-state{max-width:100%;margin:40px 0}}@media (width<=768px){body{padding-bottom:calc(88px + env(safe-area-inset-bottom))}body.search-layer-open{overflow:hidden}footer{display:none}.footer-content{gap:10px}.footer-content>p:first-child{font-size:.84rem}.footer-contact,.advisor-portal-section{border-top:none;width:auto;padding-top:0}.footer-contact p{font-size:.76rem}.footer-admin-btn{border-radius:12px;padding:10px 18px;font-size:13px}.view-hero{border-radius:24px;margin-bottom:18px;padding:20px 18px}.view-hero h3,.resources-spotlight h3{font-size:1.4rem}.resource-story-bubble{width:94px;min-width:94px}.resource-story-ring{width:86px;height:86px}.resource-story-row{gap:12px;padding:2px 0 6px}.resources-list{gap:12px}.about-action-copy strong{font-size:.92rem}.about-action-copy small{font-size:.75rem}.resource-card{border-radius:18px;gap:14px;padding:20px}.resource-card-icon{border-radius:14px;width:52px;height:52px}.resource-card-icon svg{width:24px;height:24px}.resource-card-title{font-size:1rem}.resource-card-link{display:none}.resource-card-category-pill{padding:2px 6px;font-size:.6rem}.resource-card-highlights{gap:4px 10px;margin-top:6px;padding-top:6px}.resource-card-highlight{font-size:.72rem}.resource-card:after{content:"";opacity:.5;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") 50%/contain no-repeat;width:20px;height:20px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.resource-copy-btn{opacity:1;transform:scale(1)}.filter-section{border-radius:24px;margin-bottom:0;padding:18px 16px}.mobile-tab-bar{left:12px;right:12px;bottom:max(10px, env(safe-area-inset-bottom));z-index:150;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8fafcf5;border:1px solid #e2e8f0cc;border-radius:28px;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:10px;display:grid;position:fixed;box-shadow:0 16px 34px #0f172a38}.mobile-tab{color:#475569;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:16px;align-content:center;justify-items:center;gap:6px;min-height:56px;padding:12px 8px;font-size:.74rem;font-weight:700;transition:transform .15s,background .15s,color .15s,box-shadow .15s;display:grid}.mobile-tab:active{background:#94a3b826;transform:scale(.94)}.mobile-tab.active{color:#fff;background:linear-gradient(135deg,#0ea5e9 0%,#0369a1 100%);box-shadow:0 8px 20px #0ea5e959}.mobile-tab.active:active{transform:scale(.96);box-shadow:0 4px 12px #0ea5e94d}.mobile-search-trigger{color:#bfdbfe;background:#fff3;border:1px solid #ffffff59;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.mobile-search-trigger:hover{color:#fff;background:#ffffff47;border-color:#ffffff80}.search-layer{display:none}.search-layer.open{z-index:160;padding:calc(80px + env(safe-area-inset-top)) 12px calc(100px + env(safe-area-inset-bottom));align-content:start;display:grid;position:fixed;inset:0;overflow:hidden}.search-layer-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a7a;display:block;position:absolute;inset:0}.search-layer-panel{z-index:1;max-height:calc(100vh - 80px - env(safe-area-inset-top) - 120px);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex-direction:column;gap:12px;animation:.22s searchSheetIn;display:flex;position:relative;overflow-y:auto}@keyframes searchSheetIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.search-layer .search-bar{align-items:stretch}.search-layer .search-input{min-height:52px}.search-layer .search-btn{min-width:56px;min-height:52px}}.search-layer.open #searchInput,.search-layer.open .search-input{color:#1e293b!important;background:#fff!important}.search-layer.open #searchInput::placeholder,.search-layer.open .search-input::placeholder{color:#94a3b8!important}.search-layer.open .search-layer-panel{background:var(--app-surface);border:1px solid var(--app-border);border-radius:16px;gap:0;padding:20px;box-shadow:0 20px 48px #0f172a2e}.search-layer.open .search-layer-header{border-bottom:1px solid var(--app-border);color:var(--app-text);flex-flow:row;align-items:flex-start;gap:12px;margin-bottom:16px;padding:0 0 14px;display:flex}.search-layer.open .search-layer-header>div:first-child{flex:1;min-width:0}.search-layer.open .search-layer-header h3{color:var(--app-text);font-family:var(--font-heading);margin:0;font-size:1.15rem;font-weight:700}.search-layer.open .search-layer-header .section-eyebrow{color:var(--app-blue);margin-bottom:4px}.search-layer.open .search-layer-close{border:1px solid var(--app-border);background:var(--app-surface-hover);color:#64748b;cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;width:36px;height:36px;margin:0;padding:0;font-size:1.35rem;line-height:1;display:inline-flex}.search-layer.open .search-layer-close:hover{color:var(--app-text);background:#f1f5f9}.search-layer.open .filter-section{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;border-radius:0;margin:0;padding:0}.search-layer.open .search-bar{background:var(--app-surface-hover);border:1px solid var(--app-border);border-radius:12px;align-items:stretch;gap:8px;margin-bottom:18px;padding:4px;display:flex}.search-layer.open .search-input,.search-layer.open #searchInput{border-radius:8px;flex:1;min-width:0;min-height:44px;padding:0 12px;font-size:.95rem;box-shadow:none!important;border:none!important}.search-layer.open .search-input:focus,.search-layer.open #searchInput:focus{outline:none;box-shadow:none!important}.search-layer.open .search-btn{background:var(--app-blue);color:#fff;width:44px;min-width:44px;height:44px;min-height:44px;box-shadow:none;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.search-layer.open .search-btn:hover{background:var(--app-blue-strong);transform:none}.search-layer.open .search-btn-icon{display:block}.search-layer-cats{margin-top:0}.search-layer-cats-label{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:#64748b;margin-bottom:10px;font-size:.72rem;font-weight:700}.search-layer-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}@media (width>=520px){.search-layer-cat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.sl-cat-btn{border:1px solid var(--app-border);color:#334155;cursor:pointer;text-align:center;background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:76px;padding:10px 6px;font-family:inherit;font-size:.68rem;font-weight:600;line-height:1.2;transition:background .15s,border-color .15s,color .15s,transform .15s;display:flex}.sl-cat-btn .en-text,.sl-cat-btn .es-text{max-width:100%;line-height:1.15;display:block}.sl-cat-btn:active{transform:scale(.97)}.sl-cat-btn:hover:not(.active){background:var(--app-surface-hover);border-color:var(--app-border-bright)}.sl-cat-btn.active{background:var(--app-blue);border-color:var(--app-blue);color:#fff}.sl-cat-icon{background:var(--app-surface-hover);border-radius:8px;place-items:center;width:32px;height:32px;font-size:1.05rem;line-height:1;display:grid}.sl-cat-btn.active .sl-cat-icon{background:#ffffff38}@media (width<=480px){header h1{font-size:1rem}header h2{font-size:.74rem}.mobile-tab-bar{left:10px;right:10px;bottom:max(8px, env(safe-area-inset-bottom));gap:5px;padding:7px}.header-resource-strip{padding:0 14px 5px}.header-resource-strip .resource-story-bubble{max-width:72px}.header-resource-strip .resource-story-ring{width:56px;height:56px}.header-resource-strip .resource-story-icon svg{width:24px;height:24px}.header-resource-strip .resource-story-copy strong{font-size:.68rem}.header-resource-strip .resource-story-copy small{font-size:.58rem}.mobile-tab{padding:8px 3px}.resource-story-copy strong{font-size:.82rem}.resource-story-copy small{font-size:.7rem}.search-layer.open{padding:calc(60px + env(safe-area-inset-top)) 10px 100px}.search-layer-panel{max-height:calc(100vh - 60px - env(safe-area-inset-top) - 120px)}}@media (width>=768px){.hero-resource-card{background:var(--app-surface-hover);border:2px solid var(--app-border);color:var(--app-text);border-radius:16px;flex-direction:column;align-items:center;gap:12px;min-width:140px;padding:24px 28px;text-decoration:none;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.hero-resource-card:hover{border-color:var(--app-blue);background:#e0f2fe;box-shadow:0 4px 12px #0284c726}.hero-resource-icon{background:var(--app-blue);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;display:flex}.hero-resource-icon svg{width:28px;height:28px}.hero-resource-label{text-align:center;font-size:1rem;font-weight:600;line-height:1.3}.hero-resource-label small{color:var(--app-muted);margin-top:2px;font-size:.85rem;font-weight:400;display:block}.hero-resources-empty{text-align:center;color:var(--app-muted);padding:24px;font-style:italic}}.hero-resource-card.resource-immigration .hero-resource-icon{background:#2563eb}.hero-resource-card.resource-jobs .hero-resource-icon{background:#0f766e}.hero-resource-card.resource-housing .hero-resource-icon{background:#f97316}.hero-resource-card.resource-health .hero-resource-icon{background:#dc2626}.hero-resource-card.resource-legal-aid .hero-resource-icon{background:#7c3aed}:root{--navy:#0a1d3a;--navy2:#15315e;--blue:#2e7af0;--sky:#7eb1ff;--sky-tint:#dde9ff;--gold:#ffc857;--urgent:#e88a2a;--money-green:#1aa37a;--health-pink:#e0497d;--esol-purple:#7b4ec7;--page-bg:#f4f6fb;--font-jakarta:"Plus Jakarta Sans", system-ui, sans-serif}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}body[data-lang=ES] .en-text{display:none}body[data-lang=ES] .es-text{display:inline}body:not([data-lang=ES]) .es-text{display:none}body:not([data-lang=ES]) .en-text{display:inline}:root{--app-header-offset:56px}.app-topbar{z-index:200;background:#0a1d3a;padding:10px 16px;transition:padding .24s;position:sticky;top:0;box-shadow:0 2px 12px #00000040}.topbar-inner{justify-content:space-between;align-items:center;width:100%;max-width:700px;margin:0 auto;display:flex}.topbar-brand{flex-direction:row;align-items:center;gap:10px;min-width:0;display:flex}.topbar-brand-lockup{color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.topbar-badge{flex-shrink:0;justify-content:center;align-items:center;display:flex}.topbar-brand-text{flex-direction:column;line-height:1.1;display:flex}.topbar-brand-eyebrow{letter-spacing:.04em;color:#ffffffbf;font-size:10px;font-weight:500}.topbar-brand-name{letter-spacing:.03em;color:#fff;font-size:17px;font-weight:800;line-height:1.15}.topbar-brand-sub{color:#c9a84c;letter-spacing:.02em;font-size:10px;font-weight:500}.topbar-actions{flex-direction:row;align-items:center;gap:8px;display:flex}.topbar-end{align-items:center;gap:8px;min-width:0;margin-left:auto;display:flex}.desktop-topnav{display:none}.topbar-search-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s;display:flex}.topbar-search-btn:hover{background:#ffffff2e}.lang-pill{background:#ffffff1a;border-radius:999px;flex-direction:row;gap:2px;padding:3px;display:flex}.lang-btn{color:#a9c8ff;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:6px 12px;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:700;transition:background .2s,color .2s}.lang-btn.active{color:#0a1d3a;background:#fff}.app-main{background:#f4f6fb;padding-bottom:80px}.feed-grid-skeleton{flex-direction:column;gap:14px;padding:4px 0 8px;display:flex}.feed-skeleton-card{background:linear-gradient(90deg,#e8edf5 0%,#f4f6fb 45%,#e2e8f0 90%) 0 0/200% 100%;border-radius:16px;height:118px;animation:1.1s ease-in-out infinite feedSkeletonShimmer;box-shadow:0 1px #0f172a0f}@keyframes feedSkeletonShimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.feed-skeleton-card{background:#e8edf5;animation:none}}.feed-load-error{color:#9f1239;font:600 .95rem var(--font-jakarta,"Plus Jakarta Sans", system-ui, sans-serif);background:#fff1f2;border:1px solid #fecdd3;border-radius:14px;padding:20px 16px;line-height:1.45}.feed-load-retry{color:#9f1239;font:700 .9rem var(--font-jakarta,"Plus Jakarta Sans", system-ui, sans-serif);cursor:pointer;background:#fff;border:1px solid #fda4af;border-radius:10px;margin-top:12px;padding:10px 18px}.feed-load-retry:hover{background:#ffe4e6}.story-row-wrap{background:#fff;border-bottom:1px solid #e2e8f0;padding:4px 0 10px;transition:padding .24s,box-shadow .24s}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--bilingual{top:var(--app-header-offset,56px);z-index:150;background:#fff;transition:padding .24s,box-shadow .24s,top .24s;position:sticky;box-shadow:0 6px 16px #0f172a0f}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact{padding:2px 0 6px;box-shadow:0 4px 14px #0f172a1a}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact .story-row-label{padding-bottom:2px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact .story-row-title,body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact .story-row-see-all-text{opacity:0;pointer-events:none;max-height:0;margin:0;overflow:hidden}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact .story-row-kicker{letter-spacing:.14em;font-size:10px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact .story-row{gap:8px;padding:2px 12px 4px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact .story-bubble{gap:3px;width:62px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact .story-bubble-ring{width:54px;height:54px;padding:2px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact .story-bubble-icon svg{width:36px;height:36px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact .story-bubble-label{-webkit-line-clamp:1;line-clamp:1;max-width:62px;font-size:10px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact .story-bubble-label.es-text{opacity:0;pointer-events:none;max-height:0;overflow:hidden;margin-top:0!important}body[data-lang=ES][data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact .story-bubble-label.en-text{opacity:0;pointer-events:none;max-height:0;overflow:hidden}body[data-lang=ES][data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact .story-bubble-label.es-text{opacity:1;color:#0a1d3a;max-height:1.4em;margin-top:0;font-size:10px;font-weight:800;display:-webkit-box!important}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact .story-bubble-ring,body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact .story-bubble-label{transition:width .24s,height .24s,font-size .24s,opacity .24s,max-height .24s,margin .24s}@media (prefers-reduced-motion:reduce){.story-row-wrap,body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--bilingual,.story-row-label,.story-row-title,.story-row-see-all-text,.story-row,.story-bubble,.story-bubble-ring,.story-bubble-icon svg,.story-bubble-label,.story-row-wrap--bilingual .story-bubble-label.es-text{transition:none!important}}.story-row-label{letter-spacing:.5px;color:#475569;flex-direction:column;align-items:flex-start;gap:0;padding:8px 14px 4px;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:800;transition:padding .24s;display:flex}.story-row-kicker{color:#24498f;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:900;line-height:1;transition:font-size .24s,letter-spacing .24s}.story-row-title{color:#0a1d3a;letter-spacing:0;text-transform:none;max-height:1.4em;font-size:22px;font-weight:900;line-height:1.08;transition:opacity .24s,max-height .24s,margin .24s;overflow:hidden}.story-row-see-all-text{max-height:1.4em;transition:opacity .24s,max-height .24s;overflow:hidden}.story-row{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:12px;padding:4px 14px;transition:gap .24s,padding .24s;display:flex;overflow-x:auto}.story-row::-webkit-scrollbar{display:none}.story-row{scrollbar-width:none}.story-bubble{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;width:76px;padding:0;transition:width .24s,gap .24s;display:flex}.story-bubble-ring{border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;padding:3px;transition:width .24s,height .24s,padding .24s;display:flex}.story-bubble-inner{box-sizing:border-box;background:#fff;border-radius:50%;width:100%;height:100%;padding:4px}.story-bubble-icon{border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:28px;display:flex;overflow:hidden}.story-bubble-icon svg{transition:width .24s,height .24s}.story-bubble-label{color:#0a1d3a;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:76px;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:700;line-height:1.2;transition:font-size .24s,max-width .24s,opacity .24s,max-height .24s,margin .24s;display:-webkit-box;overflow:hidden}.feed-section-label{color:#0a1d3a;text-transform:uppercase;letter-spacing:.6px;margin-top:14px;padding:4px 16px 10px;font-family:Outfit,sans-serif;font-size:13px;font-weight:800}.deadline-chip-v2.urgent{color:#9a3412;background:#fff5e8;border:1px solid #ffd99e}.deadline-chip-v2.normal{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0}.action-btn-v2.primary{border:none}.action-btn-v2.secondary{background:#fff;border-style:solid;border-width:1.5px}.view-hero{color:#fff;background:linear-gradient(#0a1d3a 0%,#15315e 100%);padding:20px 16px 24px}.view-hero-eyebrow{letter-spacing:.6px;color:#7eb1ff;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:800}.view-hero h1{color:#fff;margin:4px 0 6px;font-family:Outfit,sans-serif;font-size:28px;font-weight:800;line-height:1.05}.view-hero p{color:#a9c8ff;margin:0;font-size:14px;font-weight:500}.advisors-view-hero .advisors-view-lead{max-width:40rem;margin:10px 0 16px;line-height:1.45}.advisors-directory-shell{background:#f4f6fb;padding:16px 16px 72px}.advisors-directory-lead{color:#475569;max-width:720px;font:600 15px/1.5 var(--font-jakarta);margin:0 auto 18px;padding:0 4px}.advisors-directory-panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;max-width:960px;margin:0 auto;padding:20px 18px;box-shadow:0 14px 34px #0f172a0f}.advisors-directory-list{gap:12px;display:grid}.advisor-dir-card{background:#f8fafc;border:1px solid #e6ebf4;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 16px;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid}.advisor-dir-card:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 8px 20px #0a1d3a0f}.advisor-dir-avatar{width:46px;height:46px;font:800 14px var(--font-jakarta);letter-spacing:.02em;border:1px solid #0a1d3a0f;border-radius:14px;flex-shrink:0;place-items:center;display:grid}.advisor-dir-card-body{min-width:0}.advisor-dir-name{font:800 16px/1.2 var(--font-jakarta);color:#0a1d3a;margin:0}.advisor-dir-role{font:600 13px/1.35 var(--font-jakarta);color:#64748b;margin:3px 0 0}.advisor-dir-email-btn{color:#fff;min-height:38px;font:800 13px var(--font-jakarta);white-space:nowrap;background:#0a1d3a;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:0 14px;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.advisor-dir-email-btn:hover{background:#133256;transform:translateY(-1px)}.advisor-dir-email-btn:focus-visible{outline-offset:2px;outline:3px solid #2f6fed59}button.about-action-card{width:100%;font:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;border:1px solid #e6ebf4}a.about-action-card{color:inherit;text-decoration:none}.about-page-lead{color:#475569;max-width:720px;font:600 15px/1.5 var(--font-jakarta);margin:0 auto 18px;padding:0 4px}.about-actions-shell{padding:14px 16px 72px}.about-action-card{background:#fff;border:1px solid #e6ebf4;border-radius:16px;align-items:center;gap:12px;margin-bottom:10px;padding:14px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;box-shadow:0 1px #0000000a,0 4px 12px #0a1d3a0a}.about-action-card:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 8px 20px #0a1d3a14}.about-action-card .about-action-copy{flex:1;min-width:0}.about-action-icon-wrap{background:var(--about-accent-bg,#e2e8f0);width:44px;height:44px;color:var(--about-accent-fg,#0a1d3a);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-action-card--website{--about-accent-bg:#df6b4a;--about-accent-fg:#fff}.about-action-card--location{--about-accent-bg:#317dea;--about-accent-fg:#fff}.about-action-card--phone{--about-accent-bg:#2f934f;--about-accent-fg:#fff}.about-action-card--advisors{--about-accent-bg:#24498f;--about-accent-fg:#fff}.about-action-card--hours{--about-accent-bg:#d97706;--about-accent-fg:#fff}.about-action-card--support{--about-accent-bg:#7c3aed;--about-accent-fg:#fff}.about-action-card--static{cursor:default}.about-action-card--static:hover{border-color:#e6ebf4;transform:none;box-shadow:0 1px #0000000a,0 4px 12px #0a1d3a0a}.about-advisor-accordion{background:#fff;border:1px solid #e6ebf4;border-radius:16px;margin-bottom:10px;overflow:hidden;box-shadow:0 1px #0000000a,0 4px 12px #0a1d3a0a}.about-advisor-accordion-trigger{cursor:pointer;align-items:center;gap:12px;padding:14px;list-style:none;transition:background .18s;display:flex}.about-advisor-accordion-trigger::-webkit-details-marker{display:none}.about-advisor-accordion-trigger:hover{background:#f8fafc}.about-advisor-accordion-trigger .about-action-copy{flex:1;min-width:0}.about-advisor-accordion-chevron{color:#64748b;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s;display:inline-flex}.about-advisor-accordion[open] .about-advisor-accordion-chevron{transform:rotate(180deg)}.about-advisor-accordion-body{border-top:1px solid #eef2f7;flex-direction:column;gap:6px;padding:4px 10px 12px;display:flex}.about-advisor-row{color:inherit;border-radius:12px;align-items:center;gap:12px;padding:10px;text-decoration:none;transition:background .15s;display:flex}.about-advisor-row:hover{background:#f1f5f9}.about-advisor-row-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-family:Outfit,sans-serif;font-size:13px;font-weight:800;display:inline-flex}.about-advisor-row-text{flex-direction:column;flex:1;min-width:0;line-height:1.2;display:flex}.about-advisor-row-name{color:#0a1d3a;font-family:Outfit,sans-serif;font-size:14px;font-weight:800}.about-advisor-row-role{color:#64748b;margin-top:2px;font-size:12px}.about-advisor-row-icon{color:#64748b;flex-shrink:0}.about-action-title{color:#0a1d3a;font-family:Outfit,sans-serif;font-size:15px;font-weight:800;line-height:1.15}.about-action-sub{color:#64748b;margin-top:2px;font-size:12px}.about-action-cta{border:1.5px solid var(--about-accent-fg,#0a1d3a);color:var(--about-accent-fg,#0a1d3a);white-space:nowrap;background:0 0;border-radius:999px;flex-shrink:0;padding:8px 12px;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:800}.advisor-portal-card{background:#fff;border:1px solid #e6ebf4;border-radius:16px;margin-top:16px;padding:16px;box-shadow:0 1px #0000000a,0 4px 12px #0a1d3a0a}.advisor-portal-title{color:#0a1d3a;font-family:Outfit,sans-serif;font-size:15px;font-weight:800}.advisor-portal-sub{color:#475569;margin-top:4px;font-size:13px;line-height:1.45}.portal-btn{text-align:center;color:#ffc857;cursor:pointer;background:#0a1d3a;border:none;border-radius:12px;width:100%;margin-top:12px;padding:12px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:800;text-decoration:none;display:block}.mobile-tab-bar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding-bottom:env(safe-area-inset-bottom,8px);z-index:300;background:#fffffff2;border-top:1px solid #e2e8f0;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-tab{color:#475569;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:8px 0 6px;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:600;transition:color .15s;display:flex}.mobile-tab.active{color:#2e7af0}.mobile-tab.active svg{stroke-width:2.4px}.mobile-tab svg{transition:stroke-width .15s}.search-layer{display:none!important}.search-layer.open{z-index:300;align-content:start;padding:72px 16px 100px;position:fixed;inset:0;overflow:hidden;display:grid!important}.sidebar-portal-link{display:none}@media (width>=768px){:root{--app-header-offset:100px}html{scroll-padding-top:var(--app-header-offset)}body{background:#1e2d45}.app-topbar{z-index:200;padding:12px 32px;position:fixed;top:0;left:0;right:0}.topbar-inner{max-width:100%}.mobile-tab-bar{display:none!important}.sidebar-portal-link{display:none}.app-main{margin-left:0;margin-top:var(--app-header-offset);min-height:calc(100vh - var(--app-header-offset));background:#f4f6fb;padding-bottom:48px}.bulletin-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid!important}.story-row{flex-wrap:wrap;overflow-x:visible}.view-hero,.about-hero{padding:32px 32px 36px}.about-stack>section,.resources-list{max-width:800px}#feedView>.bulletin-container,#feedView>.story-row-wrap,#feedView>.feed-search-bar,.feed-section-label,#resultsInfo{max-width:900px}.bulletin-detail-modal{justify-content:center;align-items:center}.bulletin-detail-content{border-radius:20px;width:100%;max-width:620px;max-height:88vh;overflow:hidden}.back-to-top{left:auto;right:24px}.search-layer.open{justify-content:center;align-items:start;padding:80px 24px 40px}.search-layer.open .search-layer-panel{width:100%;max-width:640px}}@media (width>=1440px){.bulletin-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=768px){.topbar-inner{gap:24px;max-width:1280px}.topbar-search-btn.mobile-search-trigger{display:none}.desktop-topnav{flex:none;justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex}.desktop-topnav-btn{color:#ffffffc7;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:999px;padding:10px 14px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:800;line-height:1;transition:background .18s,color .18s,border-color .18s}.desktop-topnav-btn:hover,.desktop-topnav-btn:focus-visible{color:#fff;background:#ffffff1f;border-color:#ffffff29;outline:none}.desktop-topnav-btn.active{color:#0a1d3a;background:#fff;border-color:#fff;box-shadow:0 10px 24px #010a192e}}@media (width>=768px) and (width<=1099px){.topbar-search-btn.mobile-search-trigger{display:flex!important}}.feed-popular-chip{color:#e2e8f0;cursor:pointer;background:#ffffff14;border:1.5px solid #ffffff2e;border-radius:999px;padding:6px 14px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:600;transition:background .15s,border-color .15s}.feed-popular-chip:hover{color:#fff;background:#ffffff29;border-color:#ffffff59}@media (width>=768px){.story-row-wrap--mobile{display:none!important}}.story-row-wrap--bilingual .story-row-label{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:16px;width:100%}.story-row-wrap--bilingual .story-row-label-text{flex-direction:column;gap:4px;min-width:0;display:flex}.story-row-wrap--bilingual .story-row-kicker{color:#1f3d7a;letter-spacing:.18em;text-transform:uppercase;font-size:11px;font-weight:800}.story-row-wrap--bilingual .story-row-see-all{color:#1f3d7a;white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:color .15s;display:inline-flex}.story-row-wrap--bilingual .story-row-see-all:hover{color:#0a1d3a;text-decoration:underline}.story-row-wrap--bilingual .story-row-see-all-arrow{font-size:16px;line-height:1}.story-row-wrap--bilingual .story-bubble-label.en-text,.story-row-wrap--bilingual .story-bubble-label.es-text{display:-webkit-box!important}.story-row-wrap--bilingual .story-bubble{gap:4px}.story-row-wrap--bilingual .story-bubble-label.en-text{color:#0a1d3a;font-weight:800}.story-row-wrap--bilingual .story-bubble-label.es-text{color:#64748b;-webkit-line-clamp:2;line-clamp:2;max-height:2.6em;margin-top:-2px;font-size:11px;font-weight:600;line-height:1.15;transition:opacity .24s,max-height .24s,margin .24s,font-size .24s}.desktop-topbar-search{display:none!important}.topbar-search-btn.mobile-search-trigger{display:inline-flex!important}.back-home-btn{align-items:center;gap:8px;display:inline-flex}.back-home-arrow{font-size:16px;line-height:1;transition:transform .15s}.back-home-btn:hover .back-home-arrow{transform:translate(-2px)}.page-back-bar{display:none}#calendarView>.view-hero,#resourcesView>.view-hero,#advisorsView>.view-hero,#aboutView>.view-hero{box-sizing:border-box;background:linear-gradient(#0a1d3a 0%,#15315e 100%);border:2px solid #94a3b847;border-radius:20px;max-width:1180px;margin-left:auto;margin-right:auto;box-shadow:0 18px 44px #0f172a29}#calendarView,#resourcesView,#advisorsView,#aboutView{background:#f4f6fb}#calendarView>.view-hero{padding-bottom:14px}#calendarView .dates-view-toggle{width:max-content;max-width:calc(100% - 40px);margin:10px auto 2px;display:grid}@media (width<=767px){#calendarView>.view-hero{margin-bottom:0;padding:14px 16px 10px}#calendarView>.view-hero h1{margin-bottom:0}#calendarView .dates-view-toggle{margin:8px auto 0}}.calendar-split{max-width:1280px;margin:0 auto;padding:0 24px 40px}.calendar-split-grid{display:none}@media (width>=1024px){.calendar-split{grid-template-columns:minmax(0,1.05fr) minmax(520px,620px);align-items:start;gap:32px;display:grid}.calendar-split #bulletinCalendar{max-width:100%!important;padding:0!important}.calendar-split .dates-list-view{padding:4px 0 24px}.calendar-split .dates-list-items{grid-template-columns:minmax(0,1fr)!important}.calendar-split-grid{top:calc(var(--app-header-offset,70px) + 16px);display:block;position:sticky}.calendar-split .monthly-calendar{width:100%;max-width:100%}#calendarView .dates-view-toggle{display:none!important}}@media (width>=1280px){.calendar-split{grid-template-columns:minmax(0,1fr) 600px}}@media (width<=1023px){.calendar-split{padding:0 14px 32px}}.dates-list-card.list-card-pulse{animation:1.4s list-card-pulse}@keyframes list-card-pulse{0%,to{box-shadow:0 2px #0000000a,0 8px 24px #0a1d3a12}30%{box-shadow:0 0 0 4px #2f6fed59,0 8px 24px #0a1d3a1f}}.page-back-btn{color:#1f3d7a;font:800 13px var(--font-jakarta);cursor:pointer;background:#fff;border:1px solid #0a1d3a29;border-radius:999px;align-items:center;gap:8px;padding:7px 14px;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.page-back-btn:hover{background:#f1f5fb;border-color:#0a1d3a47}.page-back-btn:focus-visible{outline-offset:2px;outline:3px solid #7eb1ff8c}@media (width<=767px){.story-row-wrap--bilingual .story-row-title{display:none}.story-row-wrap--bilingual .story-row-kicker{letter-spacing:.16em;font-size:11px}.story-row-wrap--bilingual .story-row-see-all{font-size:13px}.story-row-wrap--bilingual .story-bubble{width:84px}.story-row-wrap--bilingual .story-bubble-label{max-width:84px}}.cat-bar{scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:center;gap:6px;max-width:1280px;margin:0 auto;padding:12px 20px;display:flex;overflow-x:auto}.cat-bar::-webkit-scrollbar{display:none}.cat-chip{white-space:nowrap;color:#475569;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:7px 14px;font-family:Plus Jakarta Sans,sans-serif;font-size:13.5px;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.cat-chip:hover{background:#f1f5f9;border-color:#cbd5e1}.cat-chip.active{color:#fff;background:#0a1d3a;border-color:#0a1d3a}.cat-chip--all.active .cat-chip-count{color:#0a1d3a;background:#fff}@media (width>=768px){.story-row-wrap--mobile{background:#fff;border-bottom:1px solid #e2e8f0;margin:0;padding:22px 24px 20px;max-width:none!important;display:block!important}.story-row-wrap--mobile .story-row-label{max-width:1280px;margin:0 auto;padding:0 0 12px}.story-row-wrap--mobile .story-row{flex-wrap:nowrap;gap:32px;max-width:1280px;margin:0 auto;padding:0;overflow-x:auto}.story-row-wrap--mobile .story-bubble{gap:12px;width:112px}.story-row-wrap--mobile .story-bubble-ring{width:112px;height:112px;padding:5px}.story-row-wrap--mobile .story-bubble-inner{padding:6px}.story-row-wrap--mobile .story-bubble-icon svg{width:70px;height:70px}.story-row-wrap--mobile .story-bubble-label{white-space:normal;max-width:126px;font-size:20px;font-weight:900;line-height:1.08}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact.story-row-wrap--mobile{border-radius:0;margin:0;padding:8px 20px 10px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact.story-row-wrap--mobile .story-bubble{gap:6px;width:88px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact.story-row-wrap--mobile .story-bubble-ring{width:72px;height:72px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact.story-row-wrap--mobile .story-bubble-icon svg{width:48px;height:48px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact.story-row-wrap--mobile .story-bubble-label{-webkit-line-clamp:1;line-clamp:1;max-width:88px;font-size:14px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact.story-row-wrap--mobile .story-row{gap:20px}.story-row-wrap--bilingual .story-bubble-label.es-text{color:#94a3b8!important;font-size:12px!important;font-weight:600!important;line-height:1.15!important}.story-row-wrap--bilingual .story-bubble-label.en-text{color:#0a1d3a!important;font-weight:900!important}.story-row-wrap--bilingual .story-row-kicker{font-size:11px}.story-row-wrap--bilingual .story-row-title{font-size:15px}.story-row-wrap--bilingual .story-row-see-all{font-size:14px}.bulletin-container{max-width:1120px;margin:0 auto;padding:28px 24px 40px}.bulletin-grid{gap:22px;max-width:1120px;margin:0 auto;grid-template-columns:repeat(3,1fr)!important}}.pc{cursor:pointer;content-visibility:auto;contain-intrinsic-size:0 450px;background:#fff;border-radius:20px;outline:none;flex-direction:column;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden;box-shadow:0 2px #0000000a,0 8px 24px #0a1d3a12}.pc:hover{transform:translateY(-3px);box-shadow:0 12px 36px #0a1d3a21}.pc:focus-visible{outline-offset:2px;outline:3px solid #2e7af0}.pc--expired{opacity:.62}.pc__top{flex-direction:column;height:200px;padding:14px 14px 0;display:flex;position:relative;overflow:hidden}.pc__top--image{height:clamp(320px,60vw,520px);padding:12px}@media (width>=768px){.pc__top--image{height:390px}}.pc__chip-bar{background:#fff;padding:14px 16px 4px}.pc__chip-bar .pc__chips{justify-content:flex-end;margin:0}.pc__chip-bar .pc__chip--expired{margin-right:auto}.pc__chips{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 10px;display:flex}.pc__chip{letter-spacing:.05em;text-transform:uppercase;min-height:26px;box-shadow:none;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:5px 10px;font-family:Plus Jakarta Sans,sans-serif;font-size:10.5px;font-weight:700;line-height:1.2;display:inline-flex}.pc__chip-emoji{letter-spacing:0;text-transform:none;opacity:.9;font-size:13px;line-height:1}.pc__chip--category{background:var(--chip-tint,#eef4ff);color:var(--chip-accent,#1d4ed8);border-color:color-mix(in srgb, var(--chip-accent,#1d4ed8) 14%, #fff);box-shadow:0 1px 2px #0f172a0a}.pc__chip--expired{color:#c2410c;background:#fff7ed;border-color:#fb923c33;box-shadow:0 1px 2px #ea580c0d}.pc__icon-wrap{flex:1;justify-content:center;align-items:center;display:flex}.pc__icon-box{border-radius:22px;justify-content:center;align-items:center;width:88px;height:88px;display:flex;box-shadow:0 8px 24px #0000002e}.pc__image-stage{background:#fff;border-radius:16px;justify-content:center;align-items:center;display:flex;position:absolute;inset:12px;overflow:hidden}.pc__poster-image{object-fit:contain;cursor:zoom-in;width:100%;height:100%;display:block}.pc__title-overlay{color:#0f172a99;white-space:nowrap;text-overflow:ellipsis;padding:10px 2px 12px;font-family:Outfit,sans-serif;font-size:14px;font-weight:700;overflow:hidden}.pc__body{flex-direction:column;flex:1;padding:14px 16px 16px;display:flex}.pc__title{color:#0a1d3a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-family:Outfit,sans-serif;font-size:18px;font-weight:800;line-height:1.2;display:-webkit-box;overflow:hidden}.pc__desc{color:#475569;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-size:14px;line-height:1.45;display:-webkit-box;overflow:hidden}.pc__desc strong,.pc__desc u,.pc__desc em{color:inherit}.pc__desc strong{font-weight:700}.pc__desc u{text-underline-offset:.12em}.pc__date{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:6px;margin-top:12px;padding:8px 12px;font-family:Plus Jakarta Sans,sans-serif;font-size:12.5px;font-weight:500;display:inline-flex}.date-label-prefix{font-weight:800}.pc__date--urgent{color:#9a3412;background:#fff7ed;border-color:#fed7aa}.pc__footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:14px;padding-top:12px;display:flex}.pc__foot-left{align-items:center;gap:0;min-width:0;display:flex}.pc__foot-name{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.pc__open-btn{white-space:nowrap;flex-shrink:0;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:800}.app-main{padding-top:0!important}@media (width<=639px){.mobile-inline-search{display:flex}}.desktop-topbar-search,.desktop-home-shell,.desktop-trust-strip{display:none}@media (width<=1099px){.desktop-home-shell{max-width:100%;margin:4px auto 0;padding:0 12px 20px;display:block}.desktop-feed-column{min-width:0;box-shadow:none;background:0 0;border-radius:0;padding:0 0 16px}.desktop-home-aside{display:none}}.desktop-filter-open{color:#133e7a;cursor:pointer;min-height:40px;font:800 13px/1 var(--font-jakarta);letter-spacing:.02em;-webkit-tap-highlight-color:transparent;background:linear-gradient(#fff 0%,#eef3ff 100%);border:1px solid #24498f29;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 16px 0 14px;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s,color .18s;display:inline-flex;box-shadow:inset 0 1px #fffffff2,inset 0 2px #ffffff80,0 6px 18px #0f172a12}.desktop-filter-open:hover{color:#0c2d66;background:linear-gradient(#fff 0%,#e8efff 100%);border-color:#2f6fed6b;box-shadow:inset 0 1px #fff,0 10px 26px #2f6fed29}.desktop-filter-open:active{transform:translateY(1px)scale(.99)}.desktop-filter-open:focus-visible{outline:none;box-shadow:0 0 0 3px #2f6fed47,inset 0 1px #fffffff2,0 6px 18px #0f172a12}.desktop-filter-open svg{opacity:.9;flex-shrink:0;width:17px;height:17px}.feed-page-heading{color:#0a1d3a;letter-spacing:0;text-transform:none;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:22px;font-weight:900;line-height:1.08;overflow:hidden}.feed-section-label{min-width:0;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;letter-spacing:normal;text-transform:none;flex-direction:column;flex:1;gap:4px;margin-top:0;padding:0;display:flex}.feed-section-kicker{color:#6d28d9;letter-spacing:.18em;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:800;line-height:1}.feed-section-kicker .en-text,.feed-section-kicker .es-text{font-weight:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit}.feed-page-heading .en-text,.feed-page-heading .es-text{font-weight:inherit;color:inherit}.desktop-section-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin-top:8px;padding:0 0 6px;display:flex}@media (width<=768px){.feed-section-kicker{letter-spacing:.12em;font-size:10px}.feed-page-heading{font-size:20px}.desktop-section-heading{gap:12px;margin-top:6px}}.desktop-section-eyebrow .en-text,.desktop-section-eyebrow .es-text{color:inherit}@media (width>=1100px){:root{--app-header-offset:160px}body{background:#f4f6fb}.app-topbar{background:linear-gradient(#09234a 0%,#061b38 100%);border-bottom:1px solid #ffffff1a;padding:12px 24px;box-shadow:0 10px 30px #05122a38}.topbar-inner{gap:22px;max-width:1500px}.topbar-end{flex:1;justify-content:flex-end;gap:18px}.desktop-topbar-search{background:#fffffff5;border:2px solid #ffffffdb;border-radius:999px;flex:0 420px;align-items:center;gap:12px;width:min(420px,34vw);max-width:480px;height:48px;padding:4px 5px 4px 18px;display:flex;box-shadow:inset 0 1px #fffc,0 12px 28px #030c1e2e}.desktop-topbar-search-icon{color:#66758c;flex:none}.desktop-topbar-search-input{color:#0a1d3a;min-width:0;font:700 15px var(--font-jakarta);background:0 0;border:0;outline:0;flex:1}.desktop-topbar-search-input::placeholder{color:#6f7d91;opacity:1}.desktop-topbar-search-btn{color:#fff;cursor:pointer;min-width:96px;height:38px;font:900 14px var(--font-jakarta);background:#2f6fed;border:0;border-radius:999px;box-shadow:0 8px 18px #2f6fed47}.desktop-topnav{align-items:center;gap:6px;display:flex}.desktop-topnav-btn{color:#fff;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;min-height:42px;padding:0 14px;display:inline-flex}.desktop-topnav-btn.active{color:#fff;box-shadow:none;background:#ffffff1f;border-color:#fff3}.mobile-search-trigger{display:none}.lang-pill{background:#ffffff14;border:1px solid #fff3;padding:5px}.lang-btn{color:#dbe8ff;padding:8px 12px}.app-main{margin-top:var(--app-header-offset);min-height:calc(100vh - var(--app-header-offset));background:linear-gradient(90deg,#0a1d3a08,#0a1d3a00),#f4f6fb;padding-bottom:0}.story-row-wrap--mobile{display:none!important}.story-row-wrap--mobile .story-row-label{max-width:none;padding:0 0 6px}.story-row-wrap--mobile .story-row{justify-content:space-between;gap:18px;max-width:none;overflow:visible}.story-row-wrap--mobile .story-bubble{gap:8px;width:92px}.story-row-wrap--mobile .story-bubble-ring{width:62px;height:62px;padding:3px}.story-row-wrap--mobile .story-bubble-inner{padding:3px}.story-row-wrap--mobile .story-bubble-icon svg{width:46px;height:46px}.story-row-wrap--mobile .story-bubble-label{white-space:normal;max-width:100px;font-size:12px;font-weight:900;line-height:1.12}#feedView>.results-info,#feedView>#debugControls{max-width:1500px;margin-left:auto!important;margin-right:auto!important}.desktop-home-shell{grid-template-columns:minmax(0,8fr) minmax(260px,2fr);align-items:start;gap:18px;max-width:1500px;margin:6px auto 0;padding:0 24px;display:grid}.desktop-feed-column{background:#fff;border-radius:16px;min-width:0;padding:6px 18px 10px;box-shadow:0 14px 34px #0f172a14}.desktop-feed-column .bulletin-container{max-width:none;margin:0;padding:0}.desktop-feed-column .bulletin-grid{gap:14px;max-width:none}.desktop-home-aside{top:calc(var(--app-header-offset) + 12px);max-height:calc(100vh - var(--app-header-offset) - 24px);overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#0f172a38 transparent;gap:14px;display:grid;position:sticky;overflow-y:auto}.desktop-home-aside::-webkit-scrollbar{width:6px}.desktop-home-aside::-webkit-scrollbar-thumb{background:#0f172a2e;border-radius:999px}.side-panel{background:#fff;border-radius:16px;padding:16px;box-shadow:0 14px 34px #0f172a14}.side-panel h2{color:#0a1d3a;font:900 13px var(--font-jakarta);letter-spacing:.04em;text-transform:uppercase;margin:0}.side-panel-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.side-link{color:#174b9f;cursor:pointer;font:900 12px var(--font-jakarta);background:0 0;border:0;text-decoration:underline}.side-event-list{gap:8px;display:grid}.side-event{cursor:pointer;text-align:left;background:#fff;border:1px solid #e6ebf4;border-radius:12px;grid-template-columns:58px minmax(0,1fr) 18px;align-items:center;gap:12px;min-height:66px;padding:8px;display:grid}.side-date{color:#0a1d3a;min-height:52px;font-family:var(--font-jakarta);background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;place-items:center;display:grid}.side-date span{color:#dc5a2e;font-size:10px;font-weight:900;line-height:1}.side-date strong{font-size:24px;line-height:1}.side-event-title{color:#0a1d3a;font:900 13px var(--font-jakarta);margin:0;line-height:1.2}.side-event-meta{color:#31445f;font:700 12px var(--font-jakarta);margin:3px 0 0;line-height:1.3}.side-event-arrow{color:#0a1d3a;font-size:24px;line-height:1}.side-empty{color:#64748b;font:800 13px var(--font-jakarta);text-align:center;background:#f6f8fc;border-radius:12px;padding:18px 10px}.side-panel--urgent{background:radial-gradient(circle at 10% 8%,#ffe0b87a,#0000 28%),linear-gradient(145deg,#fffaf5 0%,#fff7f4 52%,#fffefe 100%);border:1px solid #ffe1d6d1;overflow:hidden}.urgent-support-disclosure{cursor:pointer}.urgent-support-disclosure[open]{cursor:default}.urgent-support-top{cursor:pointer;grid-template-columns:44px minmax(0,1fr) 28px;align-items:center;gap:12px;margin:0;list-style:none;display:grid}.urgent-support-top::-webkit-details-marker{display:none}.urgent-support-disclosure[open] .urgent-support-top{margin-bottom:14px}.urgent-support-mark{color:#f04444;background:#ffffffc2;border-radius:15px;place-items:center;width:44px;height:44px;font-size:24px;line-height:1;display:grid;box-shadow:inset 0 0 0 1px #ffbcbca3}.urgent-support-top h2{font:900 18px/1.05 var(--font-jakarta);letter-spacing:0;text-transform:uppercase}.urgent-support-top p{color:#10284d;font:800 12px/1.35 var(--font-jakarta);margin:4px 0 0}.urgent-support-toggle{color:#ef3f3f;width:28px;height:28px;font:900 18px/1 var(--font-jakarta);background:#ef3f3f1a;border-radius:50%;place-items:center;transition:transform .15s;display:grid}.urgent-support-disclosure[open] .urgent-support-toggle{transform:rotate(180deg)}.urgent-support-list{gap:10px;display:grid}.urgent-support-card{--urgent-accent:#f59e0b;--urgent-accent-2:#fb923c;--urgent-tint:#fff3d3;border:1px solid color-mix(in srgb, var(--urgent-accent) 18%, #e2e8f0);border-left:3px solid var(--urgent-accent);background:color-mix(in srgb, var(--urgent-tint) 40%, #fff);border-radius:14px;grid-template-rows:auto auto;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:0 12px;padding:14px;display:grid;box-shadow:0 2px 8px #0f172a0f}.urgent-support-card--mental{--urgent-accent:#0ea5a3;--urgent-accent-2:#14b8a6;--urgent-tint:#dff8f4}.urgent-support-card--legal{--urgent-accent:#6952c7;--urgent-accent-2:#5540b2;--urgent-tint:#eee9ff}.urgent-support-icon{background:color-mix(in srgb, var(--urgent-tint) 80%, #fff);width:42px;height:42px;color:var(--urgent-accent);border-radius:12px;grid-area:1/1/3;align-self:start;place-items:center;margin-top:1px;font-size:22px;line-height:1;display:grid}.urgent-support-copy{grid-area:1/2;min-width:0}.urgent-support-org{color:#0a1d3a;font:900 15px/1.15 var(--font-jakarta);letter-spacing:0;margin:0}.urgent-support-blurb{color:#617089;font:700 11px/1.4 var(--font-jakarta);margin:3px 0 0}.urgent-support-actions{flex-flow:wrap;grid-area:2/2;align-items:center;gap:6px 8px;min-width:0;margin-top:8px;display:flex}.urgent-support-label{display:none}.urgent-tel-num{color:var(--urgent-accent);font:900 14px/1 var(--font-jakarta);font-variant-numeric:tabular-nums;letter-spacing:0;white-space:nowrap;text-decoration:none}.urgent-tel-num:hover{color:var(--urgent-accent-2)}.urgent-action-row{flex-wrap:wrap;gap:6px;display:flex}.urgent-action-btn{background:linear-gradient(135deg, var(--urgent-accent), var(--urgent-accent-2));color:#fff;min-height:28px;font:900 11px/1 var(--font-jakarta);box-shadow:0 3px 8px color-mix(in srgb, var(--urgent-accent) 30%, transparent);border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:0 11px;text-decoration:none;display:inline-flex}.urgent-action-btn--soft{background:color-mix(in srgb, var(--urgent-accent) 12%, #fff);color:var(--urgent-accent);box-shadow:none;border:1px solid color-mix(in srgb, var(--urgent-accent) 25%, transparent)}.urgent-action-btn:hover{transform:translateY(-1px)}.urgent-action-btn:focus-visible,.urgent-tel-num:focus-visible{outline:3px solid color-mix(in srgb, var(--urgent-accent) 38%, #fff);outline-offset:3px}.urgent-support-hours{color:#8898b0;font:700 11px/1 var(--font-jakarta);align-items:center;gap:5px;margin:0;display:flex}.urgent-note{color:#0a1d3a;text-align:center;min-height:44px;font:850 13px/1.2 var(--font-jakarta);background:linear-gradient(90deg,#ffe6e6,#fff0f0);border-radius:14px;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:12px 0 0;padding:10px 12px;display:flex}.urgent-note strong{color:#ef3f3f;font-weight:950}.side-panel--resources{padding-bottom:14px}.side-resource-grid{grid-template-columns:1fr 1fr;gap:8px;padding:4px 16px 0;display:grid}.side-resource-chip{cursor:pointer;font:600 12.5px/1.2 var(--font-jakarta,"Plus Jakarta Sans", sans-serif);color:#0a1d3a;text-align:left;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;gap:8px;padding:9px 10px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.side-resource-chip:hover{background:#f8fafc;border-color:#b6c6e0;box-shadow:0 2px 8px #0a1d3a12}.side-resource-chip:active{background:#f1f5f9}.side-resource-chip-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.side-panel--advisor{background:linear-gradient(#2f6fed0f 0%,#fff0 42%),#fff;border:1px solid #e2e8f0;flex-direction:column;gap:16px;padding:18px;display:flex;box-shadow:0 14px 34px #0f172a0f}.advisor-side-head{align-items:flex-start;gap:12px;display:flex}.advisor-side-icon{color:#fff;background:linear-gradient(145deg,#2f6fed 0%,#0a1d3a 100%);border-radius:12px;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 8px 18px #2f6fed3d}.advisor-side-icon svg{width:22px;height:22px}.advisor-side-copy{min-width:0}.side-panel--advisor h2{font:800 15px/1.2 var(--font-jakarta);letter-spacing:-.01em;text-transform:none}.side-panel--advisor p{color:#64748b;font:600 13px/1.45 var(--font-jakarta);margin:6px 0 0}.advisor-message-btn{color:#fff;width:100%;min-height:42px;font:800 13px var(--font-jakarta);cursor:pointer;background:#0a1d3a;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;text-decoration:none;transition:background .15s,transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 8px 18px #0a1d3a29}.advisor-message-btn:hover{background:#133256;transform:translateY(-1px);box-shadow:0 12px 24px #0a1d3a33}.advisor-message-btn-arrow{font-size:16px;line-height:1;transition:transform .15s}.advisor-message-btn:hover .advisor-message-btn-arrow{transform:translate(2px)}}@media (width>=1100px) and (width<=1320px){.desktop-home-shell{grid-template-columns:minmax(0,1fr) 260px}.desktop-feed-column .bulletin-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width>=1100px) and (width<=1440px){:root{--app-header-offset:160px}.app-main{min-height:calc(100vh - var(--app-header-offset))}.topbar-inner{flex-wrap:nowrap;gap:10px 16px}.topbar-end{flex-wrap:nowrap;justify-content:flex-end;gap:12px}.desktop-topbar-search{flex:0 280px;width:min(280px,28vw);max-width:320px}.desktop-topnav-btn{min-height:38px;padding:0 10px}.story-row-wrap--mobile .story-row{flex-wrap:wrap;justify-content:center;row-gap:10px}}.mobile-inline-search{background:#fff;border-bottom:1px solid #e2e8f0;align-items:center;gap:10px;padding:10px 14px;display:none}.mobile-inline-search-inner{background:#f1f5f9;border:1.5px solid #0000;border-radius:999px;flex:1;align-items:center;gap:8px;padding:9px 14px;transition:border-color .15s,background .15s;display:flex}.mobile-inline-search-inner:focus-within{background:#fff;border-color:#2e7af0}.mobile-inline-search-inner svg{flex-shrink:0}.mobile-inline-search-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:Plus Jakarta Sans,sans-serif;font-size:14px}.mobile-inline-search-input::placeholder{color:#94a3b8}.cat-detail-sheet{z-index:400;background:#f4f6fb;flex-direction:column;transition:transform .28s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;inset:0;overflow:hidden;transform:translate(100%)}.cat-detail-sheet.open{transform:translate(0)}.cat-detail-topbar{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:12px;min-height:56px;padding:12px 16px;display:flex}.cat-detail-back{cursor:pointer;color:#0a1d3a;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s;display:flex}.cat-detail-topbar-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.cat-detail-topbar-title{color:#0a1d3a;flex:1;font-family:Outfit,sans-serif;font-size:18px;font-weight:800}.cat-detail-scroll{-webkit-overflow-scrolling:touch;flex:1;padding:0 0 100px;overflow-y:auto}.cat-detail-section-label{letter-spacing:.8px;text-transform:uppercase;color:#94a3b8;padding:20px 16px 10px;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:800}.cat-org-card{background:#fff;border-radius:16px;flex-direction:column;gap:10px;margin:0 12px 10px;padding:16px;display:flex;box-shadow:0 1px #0000000a,0 4px 14px #0a1d3a0f}.cat-org-top{align-items:flex-start;gap:12px;display:flex}.cat-org-logo{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-family:Outfit,sans-serif;font-size:16px;font-weight:800;display:flex}.cat-org-info{flex:1;min-width:0}.cat-org-name{color:#0a1d3a;margin:0 0 4px;font-family:Outfit,sans-serif;font-size:15px;font-weight:800;line-height:1.25}.cat-org-address{color:#64748b;align-items:flex-start;gap:5px;font-size:12.5px;font-weight:500;display:flex}.cat-org-phone{color:#334155;align-items:center;gap:6px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:700;display:flex}.cat-org-langs{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.cat-org-lang-tag{color:#475569;background:#f1f5f9;border-radius:6px;padding:2px 7px;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700}.cat-org-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.cat-org-btn{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 8px;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:800;text-decoration:none;transition:opacity .15s;display:flex;overflow:hidden}.cat-org-btn:active{opacity:.75}.cat-org-btn--call{color:#fff;background:#1aa37a}.cat-org-btn--directions{color:#1a56db;background:#e8f0fe}@media (width>=640px){.cat-detail-sheet{inset:56px 0 0;transform:translate(100%)}.cat-detail-scroll{max-width:720px;margin:0 auto;padding-bottom:48px}}#resourcesView{min-height:100vh;padding-bottom:calc(96px + env(safe-area-inset-bottom));background:#f4f6fb}@media (width<=767px){body[data-current-view=resources].resource-category-detail-open #resourcesView .view-hero,body[data-current-view=resources].resource-category-detail-open #resourcesView .page-back-bar{display:none}}.resource-category-detail{background:var(--cat-accent,#0a1d3a);color:#fff;isolation:isolate;border-radius:16px;align-items:center;gap:10px;margin:8px 12px 12px;padding:10px 12px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 22px #0a1d3a29}.resource-category-detail:after{content:"";z-index:0;pointer-events:none;background:#ffffff24;border-radius:50%;width:120px;height:120px;position:absolute;top:-36px;right:-36px}.resource-category-detail-back{z-index:1;color:#fff;min-height:36px;font:inherit;cursor:pointer;-webkit-backdrop-filter:blur(6px);background:#fff3;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:4px;padding:0 10px;font-size:13px;font-weight:700;transition:background .15s,transform .15s;display:inline-flex;position:relative}.resource-category-detail-back:hover,.resource-category-detail-back:focus-visible{background:#ffffff4d;outline:none}.resource-category-detail-back:active{transform:scale(.97)}.resource-category-detail-back .en-text,.resource-category-detail-back .es-text{display:none}.resource-category-detail-title{z-index:1;flex:1;align-items:center;gap:10px;min-width:0;margin-top:0;display:flex;position:relative}.resource-category-detail-icon{color:#fff;border-radius:10px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;background:0 0!important}.resource-category-detail-icon svg{stroke:currentColor;fill:none;stroke-width:2px;width:20px;height:20px}.resource-category-detail-text{min-width:0;padding-bottom:0}.resource-category-detail-text h2{letter-spacing:-.02em;color:#fff;margin:0;font-size:20px;font-weight:800;line-height:1.15}.resource-category-detail-text p{color:#ffffffdb;margin:2px 0 0;font-size:12px;font-weight:600;line-height:1.2}@media (width>=768px){.resource-category-detail{display:none!important}}.mobile-resource-card{isolation:isolate;background:#fff;border-radius:20px;flex-direction:column;margin:0;padding:20px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 1px #0a1d3a0a,0 10px 26px #0a1d3a14}.mobile-resource-card:has(.mobile-resource-card__logo-tile){padding-top:var(--resource-logo-clearance,76px)}.mobile-resource-card__share{z-index:2;color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:transform .15s,background .15s,color .15s,border-color .15s;display:inline-flex;position:absolute;top:14px;right:14px}.mobile-resource-card__share svg{flex:none;width:18px;height:18px}.mobile-resource-card__share:active{background:#f8fafc;transform:scale(.96)}.mobile-resource-card__share:focus-visible{outline-offset:2px;outline:3px solid #2e7af05c}.mobile-resource-card__logo-tile{box-sizing:border-box;z-index:1;background:#fff;border-radius:14px;justify-content:center;align-items:center;width:108px;height:72px;padding:8px 10px;display:flex;position:absolute;top:-22px;left:20px;overflow:visible;box-shadow:0 6px 18px #0a1d3a1a}.mobile-resource-card__logo-tile--wide{width:136px;height:58px;padding:7px 12px;top:-20px}.mobile-resource-card__logo-tile--square{width:88px;height:88px;padding:10px;top:-26px}.mobile-resource-card__logo-tile--balanced{width:108px;height:72px;padding:8px 10px;top:-22px}.mobile-resource-card__logo-tile img{object-fit:contain;object-position:center;flex-shrink:0;width:auto;max-width:92px;height:auto;max-height:56px;display:block}.mobile-resource-card__logo-tile--wide img{max-width:120px;max-height:44px}.mobile-resource-card__logo-tile--square img{max-width:68px;max-height:68px}.mobile-resource-card__logo-tile--balanced img{max-width:92px;max-height:56px}.mobile-resource-card__icon-fallback{color:#fff;border-radius:12px;place-items:center;width:48px;height:48px;display:grid}.mobile-resource-card__icon-fallback svg{stroke:currentColor;fill:none;stroke-width:2px;width:26px;height:26px}.mobile-resource-card__body{flex-direction:column;flex:1;gap:12px;display:flex}.mobile-resource-card__heading{flex-direction:column;gap:4px;display:flex}.mobile-resource-card__title-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:8px 12px;display:flex}.mobile-resource-card__title-row .mobile-resource-card__title{flex:auto;min-width:0}.mobile-resource-card__title{letter-spacing:-.01em;color:#0a1d3a;margin:0;font-family:Outfit,Plus Jakarta Sans,sans-serif;font-size:22px;font-weight:800;line-height:1.15}.mobile-resource-card__subtitle{color:#64748b;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-style:italic;font-weight:500;line-height:1.3}.mobile-resource-card__summary{color:#475569;overflow-wrap:anywhere;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:14.5px;font-weight:500;line-height:1.45}.mobile-resource-card__title-row .resource-badges-container{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:6px;margin:2px 0 0;display:flex}.mobile-resource-card__description .description-content{max-height:none}.mobile-resource-card__description .description-content:after,.mobile-resource-card__description .toggle-description{display:none}.mobile-resource-card__description .description-content p{margin:0 0 .75em}.mobile-resource-card__description .description-content p:last-child{margin-bottom:0}.mobile-resource-card__description .description-content ul{margin:.35em 0 .75em 1.1em;padding-left:.85em;list-style:outside}.mobile-resource-card__description .description-content li{margin:.2em 0}.mobile-resource-card__langs{flex-wrap:wrap;gap:6px;display:flex}.view-hero__need{border-top:1px solid #ffffff1f;margin-top:14px;padding-top:14px}.resource-need [hidden]{display:none!important}.resource-need__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.view-hero__need-prompt{color:#a9c8ff;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:600;line-height:1.3}.resource-need__toggle{color:#7eb1ff;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #0000;flex-shrink:0;align-items:center;gap:5px;padding:4px 2px;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:600;transition:color .15s,border-color .15s;display:inline-flex}.resource-need__toggle:hover{color:#fff;border-bottom-color:currentColor}.resource-need__toggle:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #7eb1ff}.resource-need__toggle-icon{width:11px;height:11px;transition:transform .2s}.resource-need__toggle[aria-expanded=true] .resource-need__toggle-icon{transform:rotate(180deg)}.resource-need__top{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:8px;margin:0 -2px;padding-bottom:2px;display:flex;overflow-x:auto}.resource-need__top::-webkit-scrollbar{display:none}.resource-need-hero-chip{--tint:#0d9488;color:#e2e8f0;white-space:nowrap;cursor:pointer;background:#ffffff14;border:1.5px solid #ffffff2e;border-radius:999px;flex-shrink:0;align-items:center;padding:8px 16px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:600;line-height:1.2;transition:background .15s,border-color .15s,color .15s,transform .12s;display:inline-flex}.resource-need-hero-chip:hover{color:#fff;background:#ffffff29;border-color:#ffffff59}.resource-need-hero-chip:focus-visible{outline-offset:2px;outline:2px solid #7eb1ff}.resource-need-hero-chip.is-active{background:var(--tint);border-color:color-mix(in srgb, var(--tint) 80%, #fff);color:#fff;box-shadow:0 4px 14px -4px color-mix(in srgb, var(--tint) 55%, transparent)}.resource-need__active{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.resource-need__change{color:#e2e8f0;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff38;border-radius:999px;flex-shrink:0;align-items:center;padding:6px 12px;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:700;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.resource-need__change:hover{color:#fff;background:#fff3;border-color:#ffffff59}.resource-need__change:focus-visible{outline-offset:2px;outline:2px solid #7eb1ff}.resource-need__all{border-top:1px solid #ffffff1f;flex-direction:column;gap:16px;margin-top:14px;padding-top:14px;display:flex}.resource-need-group{--tint:#0d9488}.view-hero h3.resource-need-group__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#fff;align-items:center;gap:10px;margin:0 0 8px;font-family:Plus Jakarta Sans,sans-serif;font-size:10.5px;font-weight:800;display:flex}.view-hero h3.resource-need-group__eyebrow .en-text,.view-hero h3.resource-need-group__eyebrow .es-text{color:inherit}.resource-need-group__eyebrow:after{content:"";background:#ffffff1f;flex:1;height:1px}.resource-need-group__chips{flex-wrap:wrap;gap:6px;display:flex}.resource-need-chip{color:#e2e8f0;cursor:pointer;text-align:left;background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:8px;padding:7px 12px;font-family:Plus Jakarta Sans,sans-serif;font-size:12.5px;font-weight:600;line-height:1.25;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.resource-need-chip:hover{color:#fff;background:#ffffff24;border-color:#ffffff47}.resource-need-chip:focus-visible{outline-offset:2px;outline:2px solid #7eb1ff}.resource-need-chip__count{color:#ffffffd1;background:#ffffff1f;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.resource-need-chip.is-active{background:var(--tint);color:#fff;border-color:var(--tint)}.resource-need-chip.is-active .resource-need-chip__count{color:#fff;background:#ffffff38}@media (width>=768px){.resource-need__top{flex-wrap:wrap;overflow-x:visible}}@media (width<=767px){#resourcesView>.view-hero{border-top:0;border-left:0;border-right:0;border-radius:0 0 18px 18px;flex-direction:column;max-width:none;margin:0;padding:12px 14px 10px;display:flex;box-shadow:0 10px 28px #0f172a1f}#resourcesView>.view-hero h1{order:1;margin:0;font-size:22px;line-height:1.12}#resourcesView .view-hero__need{display:contents}#resourcesView .resource-need__top{order:2}#resourcesView .resource-need__header{flex-direction:row;order:3;justify-content:center;width:100%;margin:2px 0 0}#resourcesView .resource-need__active{order:4}#resourcesView .resource-need__all{order:5}#resourcesView .view-hero__need-prompt{display:none}.resource-need__all{gap:18px}.view-hero h3.resource-need-group__eyebrow{margin-bottom:10px;font-size:11px}.resource-need-group__chips{grid-template-columns:1fr;gap:8px;display:grid}.resource-need-chip{border-radius:12px;justify-content:space-between;width:100%;min-height:44px;padding:10px 14px;font-size:13px}.resource-need-chip .en-text,.resource-need-chip .es-text{flex:1;min-width:0;padding-right:8px}.resource-need-chip__count{min-width:24px;height:24px;font-size:11px}.resource-need-hero-chip{min-height:34px;padding:7px 12px;font-size:12px}.resource-need__top{gap:8px;margin:8px 0 0;padding-bottom:0}.resource-need__toggle{font-size:11px}.resources-prototype-grid{gap:12px;padding:12px 14px 20px}.resource-category-tile{border-radius:16px;min-height:108px;padding:14px 12px}.resource-category-tile-icon{border-radius:12px;width:46px;height:46px}.resource-category-tile-icon svg{width:26px;height:26px}.resource-category-tile-copy strong{font-size:15px}}.resource-service-chips{flex-wrap:wrap;gap:6px;display:flex}.resource-service-section{background:color-mix(in srgb, var(--cat-accent,#0a1d3a) 5%, #fff);border:1px solid color-mix(in srgb, var(--cat-accent,#0a1d3a) 16%, #e2e8f0);border-radius:14px;padding:11px 12px 12px}.resource-service-chip{letter-spacing:0;background:color-mix(in srgb, var(--cat-accent,#0a1d3a) 9%, #fff);color:color-mix(in srgb, var(--cat-accent,#0a1d3a) 78%, #0a1d3a);border:1px solid color-mix(in srgb, var(--cat-accent,#0a1d3a) 22%, #e2e8f0);box-shadow:none;border-radius:999px;padding:5px 11px;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:700}.help-sheet-row__copy .resource-service-chips{margin-top:2px}.help-sheet-row__copy .resource-service-chip{padding:4px 9px;font-size:11px}.mobile-resource-card__hours{color:#64748b;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:600;line-height:1.4}.mobile-resource-card__hours-list{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.mobile-resource-card__hours-row{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:baseline;gap:4px 12px;display:grid}.mobile-resource-card__hours-row--plain{color:#64748b;display:block}.mobile-resource-card__hours-row--header{letter-spacing:.05em;text-transform:uppercase;color:#94a3b8;margin-bottom:2px;font-size:11px;font-weight:800;display:block}.mobile-resource-card__hours-days{color:#334155;font-weight:700}.mobile-resource-card__hours-times{color:#64748b;text-align:right;font-weight:600}.post-detail-panel .mobile-resource-card__hours{margin-top:2px}.post-detail-panel .mobile-resource-card__hours-times{text-align:left}@media (width<=420px){.mobile-resource-card__hours-row{grid-template-columns:1fr;gap:2px}.mobile-resource-card__hours-times{text-align:left}}.post-detail-panel .resource-service-chips{margin:10px 0 4px}.post-detail-notes-label{letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin:0 0 8px;font-size:.75rem;font-weight:800}.mobile-resource-card__lang{text-transform:uppercase;letter-spacing:.04em;color:#475569;background:#f1f5f9;border-radius:8px;padding:4px 10px;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:700}.mobile-resource-card__actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;padding-top:4px;display:grid}.mobile-resource-card__actions--single{grid-template-columns:1fr}.mobile-resource-card__actions--triple{grid-template-columns:1fr 1fr}.mobile-resource-card__actions--triple .mobile-resource-card__btn--directions{grid-column:1/-1}.mobile-resource-card__address,.mobile-resource-card__phone{color:#64748b;align-items:flex-start;gap:8px;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:600;line-height:1.4;display:flex}.mobile-resource-card__address svg,.mobile-resource-card__phone svg{stroke:#94a3b8;flex:none;width:16px;height:16px;margin-top:2px}.mobile-resource-card__btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:6px;min-height:44px;padding:10px 14px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s,color .15s;display:inline-flex}.mobile-resource-card__btn svg{flex:none;width:18px;height:18px}.mobile-resource-card__btn:active{transform:scale(.98)}.mobile-resource-card__btn--primary{background:var(--cat-accent,#0a1d3a);color:#fff;box-shadow:0 6px 14px #0a1d3a24}.mobile-resource-card__btn--secondary{color:var(--cat-accent,#0a1d3a);border:1.5px solid var(--cat-accent,#0a1d3a);background:#fff}.mobile-resource-card__action-links{flex-direction:column;gap:8px;margin-top:8px;display:flex}.mobile-resource-card__btn--action-link{width:100%}.mobile-resource-card--document .mobile-resource-card__logo-tile--document,.mobile-resource-card__logo-tile--document{place-items:center;display:grid}.mobile-resource-card__icon-fallback--document{color:#fff}.mobile-resource-card__icon-fallback--document svg{width:34px;height:34px}@media (width>=768px){.desktop-section-grid .mobile-resource-card:hover,.cat-detail-sheet.cat-detail-sheet--desktop #catOrgList .mobile-resource-card:hover{transform:translateY(-3px);box-shadow:0 2px #0a1d3a0a,0 16px 32px #0a1d3a1a}.mobile-resource-card__share:hover{color:#475569;background:#f8fafc;border-color:#cbd5e1}.mobile-resource-card__btn--primary:hover{filter:brightness(1.05)}.mobile-resource-card__btn--secondary:hover{background:color-mix(in srgb, var(--cat-accent,#0a1d3a) 6%, #fff)}}@media (width<=767px){body[data-current-view=resources].resource-category-detail-open .resources-list{flex-direction:column;gap:28px;padding:8px 0 24px;display:flex}.mobile-resource-card{margin:18px 16px 0}}.resources-prototype-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:28px 22px 24px;display:grid}.resource-category-tile{color:#0a1d3a;cursor:pointer;text-align:left;background:#fff;border:0;border-radius:18px;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:120px;padding:16px 14px;transition:transform .16s,box-shadow .16s;display:flex;box-shadow:0 2px #0a1d3a0a,0 8px 18px #0a1d3a12}.resource-category-tile:active{transform:scale(.98)}.resource-category-tile:focus-visible{outline-offset:3px;outline:2px solid #2e7af038}.resource-category-tile-icon{color:#fff;border-radius:13px;place-items:center;width:52px;height:52px;display:grid}.resource-category-tile-icon svg{stroke-width:2.1px;width:30px;height:30px}.resource-category-tile-copy{gap:2px;display:grid}.resource-category-tile-copy strong{color:#071d3b;font-family:Outfit,sans-serif;font-size:16px;font-weight:800;line-height:1.1}.resource-category-tile-copy small{color:#64748b;font-size:12px;font-weight:600}#resourcesView .resources-page-spotlight,#resourcesView .resource-filter-wrapper{display:none!important}.cat-detail-sheet{background:#f2f5fb}.cat-detail-topbar{background:linear-gradient(150deg, var(--cat-accent,#0d9488) 0%, color-mix(in srgb, var(--cat-accent,#0d9488) 42%, #d6fff7) 100%);color:#fff;border-bottom:0;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"back back""icon title";align-items:center;gap:12px;min-height:0;padding:16px 20px 20px;display:grid}.cat-detail-back{color:#fff;background:#ffffff3d;border-radius:999px;grid-area:back;justify-self:start;gap:6px;width:auto;height:36px;padding:0 14px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:700}.cat-detail-back:hover{background:#ffffff52}.cat-detail-back svg{width:16px;height:16px}.cat-detail-topbar-icon{color:#fff;border-radius:14px;grid-area:icon;width:52px;height:52px;box-shadow:0 8px 20px #0a1d3a26}.cat-detail-topbar-icon svg{stroke-width:2px;width:32px;height:32px}.cat-detail-topbar-title{color:#fff;letter-spacing:0;grid-area:title;min-width:0;font-family:Outfit,sans-serif;font-size:28px;font-weight:800;line-height:1.1}.cat-detail-topbar-title small{color:#ffffffd9;margin-top:2px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:600;line-height:1.2;display:block}.cat-detail-scroll{padding:26px 0 calc(100px + env(safe-area-inset-bottom))}.cat-detail-section-label,.cat-detail-note{display:none!important}#catOrgList{gap:18px;padding:0 22px;display:grid}.cat-org-card{background:#fff;border-radius:22px;gap:14px;margin:0;padding:26px 22px;box-shadow:0 2px #0a1d3a0a,0 10px 24px #0a1d3a12}.cat-org-title-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:8px 12px;display:flex}.cat-org-title-row .cat-org-name{flex:auto;min-width:0}.cat-org-title-row .resource-badges-container{flex:none;justify-content:flex-end;margin:4px 0 0}.cat-org-name{color:#071d3b;letter-spacing:0;margin:0;font-family:Outfit,sans-serif;font-size:29px;font-weight:900;line-height:1.06}.cat-org-description{color:#40516a;margin:0;font-size:20px;font-weight:600;line-height:1.28}.cat-org-address{color:#6b7890;margin:2px 0 0;font-size:18px;font-weight:900;line-height:1.2}.cat-org-langs{gap:7px;margin-top:2px}.cat-org-lang-tag{color:#536174;text-align:center;background:#eef3f9;border-radius:999px;min-width:38px;padding:5px 10px;font-size:14px;font-weight:900}.cat-org-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:4px}.cat-org-actions--stack{grid-template-columns:1fr}.cat-org-btn{border-radius:14px;justify-content:flex-start;gap:10px;min-height:56px;padding:10px 12px;font-size:14px;line-height:1.05}.cat-org-btn span{gap:2px;min-width:0;display:grid}.cat-org-btn strong{font-family:Outfit,sans-serif;font-size:15px;font-weight:800}.cat-org-btn small{color:inherit;opacity:.75;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.cat-org-actions--stack .cat-org-btn small{text-overflow:clip;overflow:visible}.cat-org-btn--call{background:var(--cat-accent,#0d9488);color:#fff}.cat-org-btn--website,.cat-org-btn--directions{color:var(--cat-accent,#0d9488);border:2px solid var(--cat-accent,#0d9488);background:#fff}.cat-detail-backdrop,.cat-detail-close,.cat-detail-grabber,.cat-org-show-all,.cat-org-empty{display:none}@media (width>=768px){body.resource-sheet-open{overflow:hidden}body.resource-sheet-open .cat-detail-backdrop{z-index:398;background:#0711227a;display:block;position:fixed;inset:0}.cat-detail-sheet.cat-detail-sheet--desktop{z-index:399;opacity:1;border-top:4px solid var(--cat-accent,#2e7af0);background:#fff;border-radius:24px 24px 0 0;width:min(820px,100vw - 64px);max-height:min(82vh,720px);transition:transform .28s cubic-bezier(.32,.72,0,1);position:fixed;inset:auto auto 0 50%;transform:translate(-50%,calc(100% + 20px));box-shadow:0 -12px 48px #07112238}.cat-detail-sheet.cat-detail-sheet--desktop.open{transform:translate(-50%)}.cat-detail-sheet.cat-detail-sheet--desktop .cat-detail-topbar{color:#0a1d3a;background:#fff;border-bottom:1px solid #e8edf4;grid-template-columns:58px minmax(0,1fr) 44px;grid-template-areas:"grabber grabber grabber""icon title close";gap:10px;padding:12px 24px 18px;display:grid}.cat-detail-sheet.cat-detail-sheet--desktop .cat-detail-back{display:none}.cat-detail-sheet.cat-detail-sheet--desktop .cat-detail-grabber{background:#c9d3e1;border-radius:999px;grid-area:grabber;justify-self:center;width:44px;height:5px;margin-bottom:8px;display:block}.cat-detail-sheet.cat-detail-sheet--desktop .cat-detail-close{color:#334155;cursor:pointer;background:#f1f5f9;border:0;border-radius:12px;grid-area:close;place-items:center;width:42px;height:42px;font-size:28px;font-weight:800;line-height:1;display:grid}.cat-detail-sheet.cat-detail-sheet--desktop .cat-detail-topbar-icon{color:#fff;width:58px;height:58px;box-shadow:none;border-radius:16px;grid-area:icon}.cat-detail-sheet.cat-detail-sheet--desktop .cat-detail-topbar-icon svg{width:32px;height:32px}.cat-detail-sheet.cat-detail-sheet--desktop .cat-detail-topbar-title{color:#0a1d3a;grid-area:title;font-size:32px;line-height:1}.cat-detail-sheet.cat-detail-sheet--desktop .cat-detail-topbar-title small{color:#53647d;margin-top:7px;font-size:14px;font-weight:750}.cat-detail-sheet.cat-detail-sheet--desktop .cat-detail-scroll{max-width:none;padding:20px 24px 24px}.cat-detail-sheet.cat-detail-sheet--desktop #catOrgList{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));align-items:stretch;gap:32px 24px;padding:12px 0 0;display:grid}.cat-detail-sheet.cat-detail-sheet--desktop #catOrgList .mobile-resource-card{min-width:0;margin:0}.cat-detail-sheet.cat-detail-sheet--desktop.cat-detail-sheet--expanded #catOrgList{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.cat-detail-sheet.cat-detail-sheet--desktop .cat-org-card{border:1px solid color-mix(in srgb, var(--cat-accent,#0d9488) 18%, #e2e8f0);min-width:0;box-shadow:none;border-radius:16px;margin:0;padding:18px}.cat-detail-sheet.cat-detail-sheet--desktop .cat-org-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:20px;line-height:1.1;display:-webkit-box;overflow:hidden}.cat-detail-sheet.cat-detail-sheet--desktop .cat-org-description{color:#40516a;overflow-wrap:anywhere;font-size:14px;line-height:1.35}.cat-detail-sheet.cat-detail-sheet--desktop .cat-org-address{font-size:13px;font-weight:750}.cat-detail-sheet.cat-detail-sheet--desktop .cat-org-actions{grid-template-columns:1fr;margin-top:auto}.cat-detail-sheet.cat-detail-sheet--desktop .cat-org-btn{border-radius:12px;justify-content:center;min-height:44px;font-size:13px}.cat-detail-sheet.cat-detail-sheet--desktop .cat-org-btn small{display:none}.cat-detail-sheet.cat-detail-sheet--desktop .cat-org-btn--call,.cat-detail-sheet.cat-detail-sheet--desktop .cat-org-btn--website,.cat-detail-sheet.cat-detail-sheet--desktop .cat-org-btn--directions{background:var(--cat-accent,#0d9488);color:#fff;border:0}.cat-detail-sheet.cat-detail-sheet--desktop .cat-org-show-all{color:#fff;cursor:pointer;background:#0a1d3a;border:0;border-radius:14px;grid-column:1/-1;justify-content:center;align-items:center;gap:8px;min-height:52px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:900;display:flex}.cat-detail-sheet.cat-detail-sheet--desktop .cat-org-empty{color:#475569;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;grid-column:1/-1;gap:5px;padding:20px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;display:grid}}@media (width<=767px){body.resource-sheet-open{overflow:hidden}body.resource-sheet-open .cat-detail-backdrop{z-index:398;opacity:1;background:#0711228f;display:block;position:fixed;inset:0}.cat-detail-sheet.cat-detail-sheet--bottom{z-index:399;background:#fff;border-radius:24px 24px 0 0;width:100%;max-height:min(82svh,700px);transition:transform .26s cubic-bezier(.32,.72,0,1);inset:auto 0 0;transform:translateY(calc(100% + 18px));box-shadow:0 -18px 42px #07112238}.cat-detail-sheet.cat-detail-sheet--bottom.open{transform:translateY(var(--cat-sheet-drag-y,0px))}.cat-detail-sheet.cat-detail-sheet--bottom.is-dragging{transition:none}.cat-detail-sheet.cat-detail-sheet--expanded{max-height:min(88svh,760px)}.cat-detail-sheet.cat-detail-sheet--bottom .cat-detail-topbar{color:#0a1d3a;touch-action:none;background:#fff;border-bottom:0;grid-template-columns:50px minmax(0,1fr) 44px;grid-template-areas:"grabber grabber grabber""icon title close";gap:10px;padding:14px 18px 12px}.cat-detail-sheet.cat-detail-sheet--bottom .cat-detail-grabber{background:#c9d3e1;border-radius:999px;grid-area:grabber;justify-self:center;width:38px;height:4px;display:block}.cat-detail-sheet.cat-detail-sheet--bottom .cat-detail-back{display:none}.cat-detail-sheet.cat-detail-sheet--bottom .cat-detail-close{color:#334155;cursor:pointer;background:#f1f5f9;border:0;border-radius:12px;grid-area:close;place-items:center;width:40px;height:40px;font-size:26px;font-weight:800;line-height:1;display:grid}.cat-detail-sheet.cat-detail-sheet--bottom .cat-detail-topbar-icon{color:#fff;width:50px;height:50px;box-shadow:none;border-radius:14px}.cat-detail-sheet.cat-detail-sheet--bottom .cat-detail-topbar-icon svg{width:28px;height:28px}.cat-detail-sheet.cat-detail-sheet--bottom .cat-detail-topbar-title{color:#0a1d3a;font-size:25px;line-height:1}.cat-detail-sheet.cat-detail-sheet--bottom .cat-detail-topbar-title small{color:#48607d;margin-top:4px;font-size:13px;font-weight:700}.cat-detail-sheet.cat-detail-sheet--bottom .cat-detail-scroll{-webkit-overflow-scrolling:touch;flex:1;padding:10px 0 12px;overflow-y:auto}.cat-detail-sheet.cat-detail-sheet--bottom .cat-sheet-footer{padding:12px 18px calc(18px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #f1f5f9}.cat-detail-sheet:not(.cat-detail-sheet--bottom) .cat-sheet-footer{display:none}.cat-detail-sheet.cat-detail-sheet--bottom #catOrgList{gap:8px;padding:4px 16px 12px}.help-sheet-row{border:1px solid color-mix(in srgb, var(--cat-accent,#0d9488) 18%, #e2e8f0);background:#fff;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:72px;padding:12px 12px 12px 14px;display:grid}.help-sheet-row__mark{background:#f8fafc;border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid;overflow:hidden}.help-sheet-row__mark img{object-fit:contain;width:100%;height:100%;padding:4px}.help-sheet-row__icon-fallback{color:#fff;place-items:center;width:100%;height:100%;display:grid}.help-sheet-row__icon-fallback svg{stroke:currentColor;fill:none;stroke-width:2px;width:22px;height:22px}.help-sheet-row__copy{gap:2px;min-width:0;display:grid}.help-sheet-row__title{color:#0a1d3a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Outfit,Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:800;line-height:1.15;display:-webkit-box;overflow:hidden}.help-sheet-row__meta{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:600;line-height:1.3;overflow:hidden}.help-sheet-row__more{min-height:36px;color:var(--cat-accent,#0a1d3a);cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e2e8f0;border-radius:999px;flex-shrink:0;align-items:center;gap:2px;padding:0 10px 0 12px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:700;display:inline-flex}.help-sheet-row__more svg{flex:none;width:16px;height:16px}.help-sheet-row__more:active{background:#f8fafc;transform:scale(.98)}.help-sheet-row__more:focus-visible{outline-offset:2px;outline:3px solid #2e7af05c}.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-card{border:1px solid color-mix(in srgb, var(--cat-accent,#0d9488) 22%, #e2e8f0);min-height:88px;box-shadow:none;border-radius:15px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 12px;padding:14px 14px 14px 16px;display:grid}.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-main{grid-column:1;gap:4px;min-width:0;display:grid}.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-logo{display:none}.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-name{color:#0a1d3a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:16px;line-height:1.15;display:-webkit-box;overflow:hidden}.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-description{color:#4d6080;overflow-wrap:anywhere;margin:0;font-size:12px;font-weight:600;line-height:1.35}.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-address,.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-langs{display:none}.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-actions{grid-area:1/2;grid-template-columns:minmax(0,1fr);align-self:center;justify-items:end;margin-top:0}.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-btn{border-radius:12px;justify-content:center;gap:7px;min-width:76px;max-width:128px;min-height:44px;padding:0 14px;font-size:13px}.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-btn svg{width:16px;height:16px}.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-btn small{display:none}.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-btn--call{background:var(--cat-accent,#0d9488)}.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-btn--website,.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-btn--directions{background:var(--cat-accent,#0d9488);color:#fff;border:0}.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-show-all{background:color-mix(in srgb, var(--cat-accent,#0d9488) 72%, #542100);color:#fff;cursor:pointer;letter-spacing:.01em;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:52px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:900;display:flex}.cat-detail-sheet.cat-detail-sheet--bottom .cat-org-empty{color:#475569;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;gap:4px;padding:18px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;line-height:1.35;display:grid}body[data-current-view=resources] .app-topbar{padding:8px 14px;display:block;box-shadow:0 1px #ffffff14}body[data-current-view=resources] .topbar-search-btn.mobile-search-trigger{width:42px;height:42px}body[data-current-view=resources] .lang-pill{transform-origin:100%;transform:scale(.9)}}@media (width>=640px){.resources-prototype-hero,.resources-prototype-grid{max-width:600px;margin-left:auto;margin-right:auto}.cat-detail-sheet{width:min(600px,100vw);left:50%;right:auto;transform:translate(calc(50vw + 100%))}.cat-detail-sheet.open{transform:translate(-50%)}.cat-detail-scroll{max-width:none}}@media (width>=768px){.resources-prototype-grid{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:18px;max-width:1180px;padding:36px 28px 52px;display:flex;overflow-x:auto}.resources-prototype-grid::-webkit-scrollbar{display:none}.resources-prototype-grid .resource-category-tile{flex:0 0 140px}.resource-category-tile{border-radius:14px;min-height:140px;padding:20px}.resource-category-tile:hover{transform:translateY(-2px);box-shadow:0 16px 30px #0a1d3a1f}.resource-category-tile-icon{border-radius:14px;width:60px;height:60px}.resource-category-tile-copy strong{font-size:18px}.resource-category-tile-copy small{font-size:13px}#aboutView{min-height:calc(100vh - var(--app-header-offset));padding-bottom:72px}#aboutView .about-hero,#aboutView .about-actions-shell{max-width:1180px;margin-left:auto;margin-right:auto}#aboutView .about-actions-shell{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid;padding:28px 32px 80px!important}#aboutView .about-page-lead{grid-column:1/-1;max-width:none;margin:0 0 6px;padding:0;font-size:16px}#aboutView .about-action-card,#aboutView .about-advisor-accordion,#aboutView .advisor-portal-card{border-radius:16px;min-height:128px;margin:0;box-shadow:0 10px 26px #0a1d3a12}#aboutView .about-action-card,#aboutView .advisor-portal-card{padding:24px}#aboutView .about-action-card:hover,#aboutView .about-advisor-accordion:hover{transform:translateY(-2px);box-shadow:0 16px 32px #0a1d3a1c}#aboutView .about-action-icon-wrap{border-radius:14px;width:58px;height:58px}#aboutView .about-action-title{font-size:22px}#aboutView .about-action-sub{font-size:15px;line-height:1.45}#aboutView .about-advisor-accordion-trigger{height:100%;min-height:128px;padding:24px}#aboutView .about-advisor-accordion-chevron,#aboutView .about-advisor-accordion-body{display:none}#aboutView .about-action-cta{padding:10px 16px;font-size:13px}#aboutView .advisor-portal-card{flex-direction:column;justify-content:center;align-items:stretch;gap:16px;display:flex}#aboutView .advisor-portal-title{font-size:18px}#aboutView .advisor-portal-sub{font-size:14px}#aboutView .advisor-portal-card .portal-btn{border-radius:12px;flex:none;width:100%;min-width:0;padding:14px 22px;margin-top:0!important}#advisorsView{min-height:calc(100vh - var(--app-header-offset));background:#f4f6fb}#advisorsView .advisors-directory-shell{max-width:1180px;margin:0 auto;padding:20px 32px 80px}#advisorsView .advisors-directory-lead{max-width:960px;margin-bottom:22px;font-size:16px}#advisorsView .advisors-directory-panel{max-width:960px;padding:24px 28px}#advisorsView .advisors-directory-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media (width<=767px){.desktop-topnav{display:none!important}.topbar-actions{gap:10px}.topbar-search-btn.mobile-search-trigger{color:#0a1d3a;opacity:1;background:#fff;border:1px solid #7eb1ff73;border-radius:999px;width:48px;height:48px;position:relative;box-shadow:0 8px 20px #010a192e}.topbar-search-btn.mobile-search-trigger svg{opacity:0}.topbar-search-btn.mobile-search-trigger:after{content:"";border:2.5px solid;border-radius:50%;width:17px;height:17px;position:absolute;transform:translate(-2px,-2px)}.topbar-search-btn.mobile-search-trigger:before{content:"";background:currentColor;border-radius:999px;width:10px;height:2.5px;position:absolute;transform:translate(9px,9px)rotate(45deg)}.topbar-search-btn.mobile-search-trigger:hover,.topbar-search-btn.mobile-search-trigger:focus-visible{outline-offset:2px;background:#e8f2ff;border-color:#7eb1ffb3;outline:2px solid #7eb1ff73}.topbar-search-btn.mobile-search-trigger:active{transform:scale(.96)}.mobile-tab-bar{left:10px;right:10px;bottom:max(8px, env(safe-area-inset-bottom));z-index:150;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff7;border:1px solid #cbd5e1e6;border-radius:24px;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;max-width:600px;min-height:72px;margin:0 auto;padding:8px;display:grid;position:fixed;transform:none;box-shadow:0 12px 32px #0a1d3a2e}.mobile-tab{color:#4b5b73;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:18px;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;min-height:56px;padding:7px 4px 6px;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:700;line-height:1;transition:background .16s,color .16s,transform .16s;display:flex}.mobile-tab svg{stroke-width:2.2px;flex-shrink:0;width:24px;height:24px}.mobile-tab.active{color:#1458b8;background:#e8f2ff;box-shadow:inset 0 0 0 1px #2e7af024}.mobile-tab.active svg{stroke-width:2.5px}.mobile-tab:active{background:#eef2f7;transform:scale(.96)}.mobile-tab.active:active{background:#dbeafe}.mobile-tab:focus-visible{outline-offset:-3px;outline:2px solid #2e7af059}}@media (width<=420px){.app-topbar{padding-left:12px;padding-right:12px}.topbar-brand{gap:8px}.lang-btn{padding-left:10px;padding-right:10px}.mobile-tab-bar{border-radius:22px;min-height:68px;padding:7px;left:8px;right:8px}.mobile-tab{border-radius:16px;min-height:52px;font-size:11px}.mobile-tab svg{width:22px;height:22px}}@media (width>=1100px){.story-row-wrap--mobile{display:none!important}.desktop-home-shell{gap:20px;margin-top:8px}.desktop-feed-column{background:#fffdf8;border-radius:22px;padding:10px 22px 18px;box-shadow:0 18px 44px #2f2a2314}.feed-category-header{background:linear-gradient(145deg,#fff7e7 0%,#fffdf8 64%,#eef7ff 100%);border:1px solid #e2d3b9b8;border-radius:20px;grid-template-columns:72px minmax(0,1fr) auto;align-items:start;gap:18px;margin:0 0 26px;padding:22px;display:grid}.feed-category-header[hidden]{display:none}.feed-category-icon{background:#fff;border-radius:18px;place-items:center;width:62px;height:62px;font-size:32px;display:grid;box-shadow:0 12px 28px #0a1d3a1a}.feed-category-copy{min-width:0}.feed-category-kicker{color:#6d35d5;font:900 12px var(--font-jakarta);letter-spacing:.04em;text-transform:uppercase;margin:0 0 4px}.feed-category-copy h2{color:#0a1d3a;letter-spacing:0;margin:0;font:900 30px/1.05 Outfit,sans-serif}.feed-category-copy p:not(.feed-category-kicker){color:#53647d;max-width:680px;font:750 15px/1.45 var(--font-jakarta);margin:8px 0 0}.feed-category-chips{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.feed-category-chips span{color:#24498f;font:900 12px var(--font-jakarta);background:#ffffffc7;border-radius:999px;padding:7px 11px;box-shadow:inset 0 0 0 1px #24498f1a}.feed-category-resources{margin-top:18px}.feed-category-resource-heading{color:#0a1d3a;font-family:var(--font-jakarta);justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px;display:flex}.feed-category-resource-heading span{letter-spacing:.04em;text-transform:uppercase;font-size:13px;font-weight:900}.feed-category-resource-heading small{color:#6f7d91;font-size:12px;font-weight:800}.feed-category-resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.feed-category-resource-card{background:#ffffffd1;border-radius:16px;min-width:0;padding:14px;box-shadow:inset 0 0 0 1px #24498f14}.feed-category-resource-card h3{color:#0a1d3a;font:900 15px/1.15 var(--font-jakarta);margin:0}.feed-category-resource-card p{-webkit-line-clamp:2;color:#53647d;font:750 12px/1.35 var(--font-jakarta);-webkit-box-orient:vertical;margin:6px 0 0;display:-webkit-box;overflow:hidden}.feed-category-resource-card small{color:#6f7d91;font:800 11px/1.2 var(--font-jakarta);text-overflow:ellipsis;white-space:nowrap;margin-top:7px;display:block;overflow:hidden}.feed-category-resource-actions{gap:7px;margin-top:12px;display:flex}.feed-category-resource-actions a{color:#fff;min-height:34px;font:900 12px var(--font-jakarta);background:#0a1d3a;border-radius:999px;justify-content:center;align-items:center;padding:0 11px;text-decoration:none;display:inline-flex}.feed-category-resource-actions a+a{color:#174b9f;background:#fff;box-shadow:inset 0 0 0 1px #d7e2f2}.feed-category-resource-empty{color:#53647d;font:800 13px/1.35 var(--font-jakarta);background:#ffffffb8;border-radius:16px;padding:14px}.feed-category-resource-empty strong,.feed-category-resource-empty span{display:block}.feed-category-clear{color:#fff;cursor:pointer;min-height:42px;font:900 13px var(--font-jakarta);background:#0a1d3a;border:0;border-radius:999px;padding:0 16px}.desktop-section-heading{padding:0 4px 6px}.desktop-feed-column .bulletin-grid{align-items:start;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))!important}.feed-soft-section{grid-column:1/-1;margin:8px 0 -8px}.feed-soft-heading{color:#0a1d3a;background:#f7efe1;border-radius:999px;align-items:center;gap:9px;padding:10px 14px;display:inline-flex;box-shadow:inset 0 0 0 1px #e8c99673}.feed-soft-heading span{font-size:16px;line-height:1}.feed-soft-heading h3{font:900 14px var(--font-jakarta);letter-spacing:0;margin:0}.pc{border-radius:24px;transition:transform .18s,box-shadow .18s;box-shadow:0 12px 30px #31271b17}.pc:hover{transform:translateY(-4px);box-shadow:0 18px 42px #31271b24}.pc__top{height:220px}.pc__top--image{height:360px}.pc__body{padding:18px 20px 20px}.pc__title{font-size:21px;line-height:1.12}.pc__desc{font-size:15px;line-height:1.5}.pc__footer{margin-top:18px;padding-top:14px}.desktop-home-aside{top:calc(var(--app-header-offset) + 12px);max-height:calc(100vh - var(--app-header-offset) - 24px);gap:18px}.side-panel{border-radius:22px;padding:22px;box-shadow:0 16px 38px #2f2a2314}.side-event{border-radius:16px;min-height:76px;padding:12px}.urgent-link{border-radius:14px;min-height:58px;margin-top:10px;padding:8px 4px}.advisor-message-btn{border-radius:999px;min-height:44px}}.feed-category-header{background:linear-gradient(145deg,#fff7e7 0%,#fffdf8 60%,#eef7ff 100%);border:1px solid #e2d3b999;border-radius:18px;flex-direction:column;gap:10px;margin:0 0 18px;padding:18px 16px 16px;display:flex}.feed-category-header[hidden]{display:none!important}.feed-category-icon{font-size:2rem;line-height:1}.feed-category-kicker{letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin:0 0 2px;font-size:.72rem;font-weight:700}.feed-category-copy h2{color:#0a1d3a;margin:0 0 6px;font-size:1.4rem;font-weight:800;line-height:1.1}.feed-category-copy p:not(.feed-category-kicker){color:#475569;margin:0 0 10px;font-size:.9rem;line-height:1.4}.feed-category-chips{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.feed-category-chips span{color:#0369a1;background:#0ea5e91a;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:700}.feed-category-clear{color:#fff;cursor:pointer;background:#0a1d3a;border:0;border-radius:999px;align-self:flex-start;min-height:38px;padding:0 16px;font-size:.78rem;font-weight:800}.feed-category-resources{margin-top:4px}.feed-category-resource-heading{align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.feed-category-resource-heading span{color:#334155;text-transform:uppercase;letter-spacing:.07em;font-size:.8rem;font-weight:800}.feed-category-resource-heading small{color:#64748b;font-size:.72rem}.feed-category-resource-grid{flex-direction:column;gap:8px;display:flex}.feed-category-resource-card{background:#fff;border:1px solid #e8edf4;border-radius:14px;padding:14px 16px;box-shadow:0 2px 8px #0a1d3a0d}.feed-category-resource-card h3{color:#0a1d3a;margin:0 0 4px;font-size:.95rem;font-weight:800;line-height:1.2}.feed-category-resource-card p{color:#475569;margin:0 0 6px;font-size:.82rem;line-height:1.35}.feed-category-resource-card small{color:#64748b;margin-bottom:10px;font-size:.75rem;display:block}.feed-category-resource-actions{flex-wrap:wrap;gap:8px;display:flex}.feed-category-resource-actions a{color:#fff;background:#0ea5e9;border-radius:999px;align-items:center;padding:7px 14px;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.feed-category-resource-actions a+a{color:#334155;background:#f1f5f9}.feed-category-resource-empty{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:14px 16px}.feed-category-resource-empty strong,.feed-category-resource-empty span{color:#475569;font-size:.82rem;display:block}.feed-category-resource-empty strong{margin-bottom:2px;font-weight:700}.bulletin-detail-modal{opacity:1;background:#050d1cc2;padding:18px;animation:none}.bulletin-detail-modal .bulletin-detail-content{opacity:1;background:#f4f6fb;border:0;border-radius:34px;width:min(100%,520px);max-height:min(92vh,960px);margin:0;padding:0;animation:none;overflow:auto;transform:none;box-shadow:0 24px 70px #050d1c5c}#bulletinDetailBody{padding:0}.bulletin-detail-modal .close-detail{z-index:40;color:#fff;width:56px;height:56px;box-shadow:none;background:#0a1d3ac2;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:22px;left:22px;right:auto}.bulletin-detail-modal .close-detail svg{flex-shrink:0;width:28px;height:28px}.bulletin-detail-modal .close-detail:hover,.bulletin-detail-modal .close-detail:focus-visible{outline-offset:2px;background:#0a1d3aeb;outline:3px solid #ffffff6b;transform:none}.post-detail-page{color:#0a1d3a;background:#f4f6fb;min-height:100%;font-family:Plus Jakarta Sans,sans-serif;overflow:hidden}.post-detail-hero{background:linear-gradient(#82b6ff 0%,#d7e8ff 100%);height:300px;position:relative;overflow:hidden}.post-detail-hero--image{background:#f8fafc;height:390px}.post-detail-hero-image{object-fit:contain;pointer-events:none;background:#f8fafc;width:100%;height:100%;padding:12px 14px 42px}.post-detail-hero-zoom{cursor:zoom-in;text-align:left;background:#f8fafc;border:0;width:100%;height:100%;margin:0;padding:0;display:block;position:relative}.post-detail-hero-zoom:focus-visible{outline-offset:-3px;outline:3px solid #2e7af0}.post-detail-hero-zoom-hint{z-index:6;color:#fff;letter-spacing:.02em;pointer-events:none;-webkit-backdrop-filter:blur(6px);background:#0f172ab8;border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;display:inline-flex;position:absolute;bottom:52px;right:16px}.post-detail-hero-zoom-hint svg{flex-shrink:0}.post-detail-hero-art{background:radial-gradient(120% 80% at 50% 115%, color-mix(in srgb, var(--detail-accent,#0284c7) 26%, #fff) 0%, transparent 68%), linear-gradient(180deg, #fff 0%, var(--detail-tint,#e0f2fe) 100%);position:absolute;inset:0}.post-detail-icon{z-index:3;color:#fff;border-radius:30px;place-items:center;width:118px;height:118px;display:grid;position:absolute;top:76px;left:36px}.post-detail-hero--art-only .post-detail-icon{background:linear-gradient(155deg,#234a85 0%,#0a1d3a 100%);border:2.5px solid #c9a84ceb;border-radius:28px;width:112px;height:112px;top:45%;bottom:auto;left:50%;transform:translate(-50%,-50%);box-shadow:0 14px 32px #0a1d3a38,inset 0 1px #ffffff24}.post-detail-icon svg{width:62px;height:62px}.post-detail-hero--art-only .post-detail-icon svg{width:54px;height:54px;margin-top:-1px}.post-detail-panel{z-index:5;padding:28px 22px max(28px, env(safe-area-inset-bottom));background:#fff;border-radius:24px 24px 0 0;margin-top:-28px;position:relative}.post-detail-category{letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-family:Outfit,sans-serif;font-size:13px;font-weight:900}.post-detail-panel h2{color:#0a1d3a;letter-spacing:0;margin:0;font-family:Outfit,sans-serif;font-size:clamp(30px,8vw,42px);font-weight:900;line-height:1.04}.post-detail-expired{color:#991b1b;background:#fee2e2;border-radius:999px;margin:16px 0 0;padding:7px 12px;font-weight:900;display:inline-flex}.post-detail-author{color:#4b5b73;align-items:center;gap:12px;margin:18px 0 0;font-size:16px;font-weight:800;display:flex}.post-detail-avatar{color:#fff;border-radius:50%;flex:none;place-items:center;width:44px;height:44px;font-family:Outfit,sans-serif;font-size:18px;font-weight:900;display:grid}.post-detail-date{color:#9a3412;background:#fff0d9;border:2px solid #f08b1f;border-radius:16px;align-items:center;gap:14px;margin:22px 0;padding:16px 18px;display:flex}.post-detail-date svg{flex:none}.post-detail-date strong,.post-detail-date small{display:block}.post-detail-date-copy{flex:1;min-width:0}.post-detail-date--sessions{align-items:flex-start}.post-detail-session-shared-time{color:#7c2d12;margin:8px 0 10px;font-size:.95rem;font-weight:700;line-height:1.35}.post-detail-session-list{gap:8px;max-height:280px;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.post-detail-session-list li{color:#7c2d12;background:#ffffff94;border-radius:10px;flex-wrap:wrap;align-items:baseline;gap:4px 10px;padding:8px 10px;font-size:.92rem;font-weight:700;line-height:1.35;display:flex}.post-detail-session-time{color:#9a3412;font-size:.84rem;font-weight:600}.post-detail-date strong{letter-spacing:.06em;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:14px;font-weight:900}.post-detail-date small{color:#7c2d12;font-size:22px;font-weight:900;line-height:1.08}.post-detail-date--urgent{background:#ffead0}.post-detail-description{color:#40516a;margin-top:20px;font-size:20px;font-weight:600;line-height:1.5}.post-detail-description p{margin:0 0 14px}.post-detail-description p:last-child{margin-bottom:0}.post-detail-description ul{margin:.35em 0 .75em 1.1em;padding-left:.85em;list-style:outside}.post-detail-description .description-content ul{margin-top:.5em}.post-detail-description li{margin:.2em 0}.pc__desc ul{margin:.35em 0 .35em 1.1em;padding-left:.85em;list-style:outside}.pc__desc li{margin:.15em 0}.post-detail-description .description-content{max-height:none}.post-detail-description .description-content:after,.post-detail-description .toggle-description{display:none}.post-detail-tags{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.post-detail-tags span{box-sizing:border-box;color:#24498f;overflow-wrap:anywhere;word-break:break-word;background:#e8eef9;border-radius:14px;flex:0 auto;min-width:0;max-width:100%;padding:8px 13px;font-size:14px;font-weight:900;line-height:1.35}.post-detail-contact-note{color:#4b5b73;background:#f4f6fb;border-radius:14px;margin-top:20px;padding:14px 16px;font-size:15px;font-weight:700;line-height:1.45}.post-detail-actions{gap:12px;margin-top:22px;display:grid}.post-detail-action{border:2px solid var(--detail-accent,#24498f);width:100%;min-height:70px;color:var(--detail-accent,#24498f);text-align:left;cursor:pointer;background:#fff;border-radius:16px;justify-content:flex-start;align-items:center;gap:14px;padding:14px 18px;font-family:Plus Jakarta Sans,sans-serif;text-decoration:none;display:flex}.post-detail-action strong,.post-detail-action small{display:block}.post-detail-action strong{font-size:20px;font-weight:900;line-height:1.1}.post-detail-action small{color:inherit;opacity:.78;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:15px;font-weight:700;overflow:hidden}.post-detail-action--primary{border-color:var(--detail-accent,#24498f);background:var(--detail-accent,#24498f);color:#fff;box-shadow:0 8px 18px #0a1d3a2e}.post-detail-action--share{color:#4b5b73;text-align:center;background:#fff;border-color:#dbe3ef;justify-content:center}.post-detail-action:focus-visible{outline-offset:2px;outline:3px solid #2e7af05c}@media (width<=768px){.bulletin-detail-modal{background:#f4f6fb;align-items:stretch;padding:0}.bulletin-detail-modal .bulletin-detail-content{width:100%;max-width:none;height:100%;max-height:none;box-shadow:none;border-radius:0}.bulletin-detail-modal .close-detail{top:max(16px, env(safe-area-inset-top));width:58px;height:58px;left:16px}.bulletin-detail-modal .close-detail svg{width:30px;height:30px}.post-detail-page{min-height:100vh}.post-detail-hero{height:302px}.post-detail-hero--image{height:378px}.post-detail-panel{min-height:calc(100vh - 274px)}}@media (width<=420px){.post-detail-hero{height:278px}.post-detail-hero--image{height:360px}.post-detail-hero-image{padding:10px 10px 40px}.post-detail-icon{border-radius:28px;width:108px;height:108px;top:76px;left:32px}.post-detail-hero--art-only .post-detail-icon{width:104px;height:104px;top:45%;bottom:auto;left:50%;transform:translate(-50%,-50%)}.post-detail-hero--art-only .post-detail-icon svg{width:50px;height:50px}.post-detail-panel{padding:24px 19px max(24px, env(safe-area-inset-bottom))}.post-detail-panel h2{font-size:clamp(29px,8.8vw,36px)}.post-detail-description{font-size:19px}.post-detail-action{min-height:66px;padding:13px 16px}.post-detail-action strong{font-size:19px}}.img-lightbox{z-index:9999;opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:fixed;inset:0}.img-lightbox.open{opacity:1;pointer-events:all}.img-lightbox-backdrop{background:#000000eb;position:absolute;inset:0}.img-lightbox-frame{z-index:1;-webkit-overflow-scrolling:touch;border-radius:8px;flex-direction:column;align-items:center;max-width:96vw;max-height:92vh;display:flex;position:relative;overflow:auto}.img-lightbox-img{touch-action:pinch-zoom;border-radius:8px;width:auto;max-width:96vw;height:auto;display:block}.img-lightbox-img.is-tall{width:min(96vw,720px);max-height:none}.img-lightbox-img:not(.is-tall){max-height:92vh}.img-lightbox-open-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:999px;flex-shrink:0;margin:10px auto 4px;padding:6px 16px;font:700 12px/1 sans-serif;text-decoration:none;transition:background .15s;display:block}.img-lightbox-open-btn:hover{background:#ffffff47}.img-lightbox-close{z-index:2;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;line-height:1;transition:background .15s;display:flex;position:absolute;top:14px;right:14px}.img-lightbox-close:hover{background:#ffffff47}.lightbox-trigger{cursor:zoom-in}.advisor-add-form{margin-bottom:18px}.advisor-form-grid{grid-template-columns:1fr 1fr;gap:12px 18px;margin-bottom:14px;display:grid}@media (width<=600px){.advisor-form-grid{grid-template-columns:1fr}}.advisor-admin-toggle{align-items:center;display:flex}.toggle-switch-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;display:flex}.toggle-switch{flex-shrink:0;position:relative}.toggle-switch input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.toggle-track{background:#cbd5e1;border-radius:999px;width:44px;height:24px;transition:background .2s;display:block;position:relative}.toggle-thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.toggle-switch input:checked~.toggle-track{background:#6d28d9}.toggle-switch input:checked~.toggle-track .toggle-thumb{transform:translate(20px)}.toggle-switch input:focus-visible~.toggle-track{outline-offset:2px;outline:3px solid #a78bfa}.toggle-text{font-family:var(--font-jakarta);color:#0a1d3a;flex-direction:column;gap:1px;display:flex}.toggle-text strong{font-size:13px;font-weight:800}.toggle-text small{color:#64748b;font-size:11px;font-weight:600}.advisor-admin-badge{color:#2d4db5;font:800 11px var(--font-jakarta);letter-spacing:.04em;text-transform:uppercase;vertical-align:middle;background:#e0e8ff;border-radius:999px;margin-left:8px;padding:2px 9px;display:inline-block}@media (width>=769px){#feedView>.story-row-wrap--mobile{background:#fff;border:1px solid #edf2f7;border-radius:14px;max-width:980px;margin:18px auto 16px;padding:14px 22px 16px;box-shadow:0 10px 24px #0f172a12;display:block!important}#feedView>.story-row-wrap--mobile .story-row-label{padding:0 8px 12px}#feedView>.story-row-wrap--mobile .story-row-title{max-width:360px;font-size:20px}#feedView>.story-row-wrap--mobile .story-row{justify-content:space-between;gap:10px;padding:0 4px;overflow:visible}#feedView>.story-row-wrap--mobile .story-bubble{gap:7px;width:76px}#feedView>.story-row-wrap--mobile .story-bubble-ring{width:64px;height:64px}#feedView>.story-row-wrap--mobile .story-bubble-icon svg{width:46px;height:46px}#feedView>.story-row-wrap--mobile .story-bubble-label{color:#0a1d3a;max-width:78px;font-size:13px;font-weight:900;line-height:1.12}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact.story-row-wrap--mobile{margin:10px auto 8px;padding:8px 18px 10px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact.story-row-wrap--mobile .story-row-label{padding:0 8px 4px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact.story-row-wrap--mobile .story-bubble{gap:5px;width:68px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact.story-row-wrap--mobile .story-bubble-ring{width:58px;height:58px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact.story-row-wrap--mobile .story-bubble-icon svg{width:42px;height:42px}body[data-current-view=feed] #feedView>.story-row-wrap.story-row-wrap--compact.story-row-wrap--mobile .story-bubble-label{-webkit-line-clamp:1;line-clamp:1;max-width:68px;font-size:12px}}@media (hover:none){button:hover,a:hover,.tab-btn:hover,.rail-action:hover,.logout-btn:hover,.admin-btn:hover,.back-btn:hover,.submit-btn:hover,.preview-btn:hover,.filter-chip:hover,.toggle-filters-btn:hover,.search-btn:hover{transform:none!important}}@media (width<=768px){.advisor-redesign,.post-form-container,#bulletinForm{max-width:100%;overflow:hidden}.field-group.double,.field-group.triple{grid-template-columns:1fr}.form-section-header{flex-flow:wrap;align-items:flex-start}}.resource-card-icon--logo{width:auto;max-width:140px;min-width:var(--resource-icon-size);background:#fff;padding:10px 14px;box-shadow:0 4px 12px #0000001a,inset 0 0 0 1px #0f172a14}.resource-card-logo{object-fit:contain;object-position:center;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.resource-story-ring--logo{background:#fff}.resource-story-ring--logo .resource-story-logo{object-fit:contain;background:#fff;border-radius:8px;width:86%;height:86%;padding:4px;display:block}.cat-org-logo{justify-content:flex-start;align-items:center;margin-bottom:14px;display:flex}.cat-org-logo img{object-fit:contain;background:#fff;border-radius:14px;width:auto;max-width:240px;height:auto;max-height:110px;padding:14px 20px;box-shadow:0 2px 8px #0a1d3a14,inset 0 0 0 1px #0f172a0f}@media (width<=600px){.cat-org-logo img{max-width:200px;max-height:92px;padding:12px 16px}}.reorder-section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:24px;overflow:hidden}.reorder-section-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.reorder-section-header h4{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:.95rem;font-weight:700}.reorder-count{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:3px 10px;font-size:.75rem;font-weight:600}.reorder-list{flex-direction:column;gap:8px;min-height:60px;padding:12px;display:flex}.reorder-card{cursor:grab;-webkit-user-select:none;user-select:none;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;transition:border-color .15s,box-shadow .15s,transform .1s;display:flex}.reorder-card:hover{border-color:#bfdbfe;box-shadow:0 2px 8px #2563eb14}.reorder-card:active{cursor:grabbing}.reorder-card.is-dragging{opacity:.45;transform:scale(.99)}.reorder-card.drop-before{box-shadow:0 -3px #2563eb}.reorder-card.drop-after{box-shadow:0 3px #2563eb}.reorder-handle{color:#94a3b8;flex-shrink:0;place-items:center;width:24px;height:24px;display:grid}.reorder-handle svg{width:18px;height:18px}.reorder-card-body{flex:1;min-width:0}.reorder-card-title{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:.95rem;font-weight:700;overflow:hidden}.reorder-card-meta{color:#64748b;align-items:center;gap:8px;font-size:.78rem;display:flex}.reorder-pill{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-flex}.reorder-pill-live{color:#15803d;background:#dcfce7}.reorder-pill-draft{color:#92400e;background:#fef3c7}.reorder-card-advisor{font-weight:500}.resources-mobile-layout{display:block}.resources-desktop-layout{display:none}@media (width>=768px){.resources-mobile-layout{display:none}.resources-desktop-layout{grid-template-columns:280px 1fr;align-items:start;gap:32px;max-width:1280px;min-height:calc(100vh - 120px);margin:0 auto;padding:24px 32px;display:grid}.resources-desktop-sidebar{top:calc(var(--app-header-offset,70px) + 24px);background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;gap:28px;padding:24px;display:flex;position:sticky;box-shadow:0 4px 20px #00000005}.resources-sidebar-group{flex-direction:column;gap:12px;display:flex}.resources-sidebar-title{letter-spacing:.08em;color:#64748b;text-transform:uppercase;margin:0 0 4px;font-size:.75rem;font-weight:800}.resources-desktop-nav{flex-direction:column;gap:6px;display:flex}.resources-sidebar-btn{color:#475569;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.resources-sidebar-btn:hover{color:#0f172a;background:#f1f5f9}.resources-sidebar-btn.active{background:var(--topic-color,#e0f2fe);color:var(--topic-text,#0369a1)}.resources-sidebar-btn-left{align-items:center;gap:10px;display:flex}.resources-sidebar-btn-icon{color:#64748b;background:#f1f5f9;border-radius:8px;place-items:center;width:28px;height:28px;transition:all .2s;display:grid}.resources-sidebar-btn:hover .resources-sidebar-btn-icon{color:#0f172a;background:#e2e8f0}.resources-sidebar-btn.active .resources-sidebar-btn-icon{color:var(--topic-text,#0369a1);background:#fff;box-shadow:0 2px 8px #0000000d}.resources-sidebar-btn-count{color:#475569;background:#f1f5f9;border-radius:999px;padding:2px 8px;font-size:.75rem;font-weight:700;transition:all .2s}.resources-sidebar-btn:hover .resources-sidebar-btn-count{background:#e2e8f0}.resources-sidebar-btn.active .resources-sidebar-btn-count{color:var(--topic-text,#0369a1);background:#fff}.quick-filters-group{flex-direction:column;gap:10px;display:flex}.filter-checkbox-label{color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:.9rem;font-weight:600;display:flex}.filter-checkbox-label input{display:none}.checkbox-custom{background:#fff;border:2px solid #cbd5e1;border-radius:6px;place-items:center;width:20px;height:20px;transition:all .15s;display:grid}.filter-checkbox-label:hover .checkbox-custom{background:#f8fafc;border-color:#94a3b8}.filter-checkbox-label input:checked+.checkbox-custom{background:#2563eb;border-color:#2563eb}.filter-checkbox-label input:checked+.checkbox-custom:after{content:"";border:2.5px solid #fff;border-width:0 2.5px 2.5px 0;width:6px;height:10px;display:block;transform:rotate(45deg)translate(-1px,-1px)}.resources-desktop-main{flex-direction:column;display:flex}.advisor-helper-box{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f7f9fdb3;border:1px solid #bfdbfe;border-radius:16px;gap:12px;max-width:440px;padding:16px 20px;display:flex;box-shadow:0 4px 12px #2563eb08}.advisor-helper-icon{color:#2563eb;flex-shrink:0;margin-top:2px}.advisor-helper-content p{color:#1e3a8a;margin:0 0 4px;font-size:.82rem;line-height:1.4}.advisor-helper-content p:last-child{margin-bottom:0}.resources-desktop-sections{flex-direction:column;gap:40px;display:flex}.resources-desktop-section{flex-direction:column;gap:16px;display:flex}.resources-desktop-section-header{border-bottom:2px solid var(--cat-accent,#e2e8f0);justify-content:space-between;align-items:flex-end;padding-bottom:8px;display:flex}.resources-desktop-section-header-left h2{color:#0f172a;letter-spacing:-.02em;margin:0 0 2px;font-size:1.35rem;font-weight:800}.resources-desktop-section-subheading{color:#64748b;text-transform:capitalize;font-size:.85rem;font-weight:600}.resources-desktop-see-all-btn{color:var(--cat-accent,#2563eb);cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.resources-desktop-see-all-btn:hover{background:var(--cat-bg-soft,#f8fafc);transform:translate(2px)}.resources-desktop-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}}.desktop-cat-btn{color:#475569;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:.9rem;font-weight:600;transition:background .18s,color .18s;display:flex}.desktop-cat-btn:hover{color:#0f172a;background:#f1f5f9}.desktop-cat-btn.active{background:var(--topic-color,#e0f2fe);color:var(--topic-text,#0369a1)}.desktop-cat-icon{color:#fff;border-radius:8px;flex-shrink:0;place-items:center;width:28px;height:28px;display:grid}.desktop-cat-icon svg{width:15px;height:15px}.desktop-cat-icon--all{font-size:14px;line-height:1}.desktop-cat-label{text-align:left;flex:1}.desktop-cat-count{border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:.72rem;font-weight:700}.desktop-resource-section{flex-direction:column;gap:16px;display:flex}.desktop-section-header{border-bottom:2px solid var(--cat-accent,#e2e8f0);align-items:center;gap:14px;padding-bottom:12px;display:flex}.desktop-section-icon{color:#fff;border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.desktop-section-icon svg{width:18px;height:18px}.desktop-section-title-group{flex-direction:column;gap:2px;display:flex}.desktop-section-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:800}.desktop-section-count{color:#64748b;margin:0;font-size:.82rem;font-weight:600}.desktop-section-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));align-items:stretch;gap:32px 24px;padding-top:12px;display:grid}.cat-org-card .resource-audio-btn{position:absolute;top:12px;right:12px}.cat-org-card{border-top:4px solid var(--cat-accent,#e2e8f0);background:#fff;border-radius:16px;flex-direction:column;transition:all .24s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 4px 16px #0000000a}.cat-org-card:hover{border-color:var(--cat-accent,#3b82f6);transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.resource-audio-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:0;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-grid}.resource-audio-btn:hover{color:#0f172a;background:#e2e8f0;transform:scale(1.08)}.resource-audio-btn.speaking{color:#2563eb;background:#dbeafe;animation:1.4s ease-in-out infinite audioPulse}@keyframes audioPulse{0%{transform:scale(1);box-shadow:0 0 #2563eb4d}50%{transform:scale(1.08);box-shadow:0 0 0 8px #2563eb00}to{transform:scale(1);box-shadow:0 0 #2563eb00}}.resource-badges-container{flex-wrap:wrap;gap:6px;margin:0;display:flex}.badge{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;align-items:center;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.badge--free{color:#188b42;background:#22c35d1a}.badge--walkin{color:#bd4e05;background:#f2690d1a}.badge--open{color:#0f8a4d;background:#14b8661a}.badge--open:before{content:"";background:#15c16b;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.badge--closed{color:#64748b;background:#f1f5f9}.badge--closed:before{content:"";background:#94a3b8;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}
