:root{--vt-c-white:#fff;--vt-c-white-soft:#f8f8f8;--vt-c-white-mute:#f2f2f2;--vt-c-black:#181818;--vt-c-black-soft:#222;--vt-c-black-mute:#282828;--vt-c-indigo:#2c3e50;--vt-c-divider-light-1:#3c3c3c4a;--vt-c-divider-light-2:#3c3c3c1f;--vt-c-divider-dark-1:#545454a6;--vt-c-divider-dark-2:#5454547a;--vt-c-text-light-1:var(--vt-c-indigo);--vt-c-text-light-2:#3c3c3ca8;--vt-c-text-dark-1:var(--vt-c-white);--vt-c-text-dark-2:#ebebeba3;--color-background:var(--vt-c-white);--color-background-soft:var(--vt-c-white-soft);--color-background-mute:var(--vt-c-white-mute);--color-border:var(--vt-c-divider-light-2);--color-border-hover:var(--vt-c-divider-light-1);--color-heading:var(--vt-c-text-light-1);--color-text:var(--vt-c-text-light-1);--section-gap:160px}@media (prefers-color-scheme:dark){:root{--color-background:var(--vt-c-black);--color-background-soft:var(--vt-c-black-soft);--color-background-mute:var(--vt-c-black-mute);--color-border:var(--vt-c-divider-dark-2);--color-border-hover:var(--vt-c-divider-dark-1);--color-heading:var(--vt-c-text-dark-1);--color-text:var(--vt-c-text-dark-2)}}*,:before,:after{box-sizing:border-box;margin:0}body{min-height:100vh;color:var(--color-text);background:var(--color-background);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;line-height:1.6;transition:color .5s,background-color .5s}#app{min-height:100vh;font-weight:400}a,.green{color:#00bd7e;padding:3px;text-decoration:none;transition:all .4s}@media (hover:hover){a:hover{background-color:#00bd7e33}}body{margin:0}.login-shell[data-v-51e9dff4]{background:linear-gradient(135deg,#f4efe5 0%,#d7e8f4 52%,#eef7f2 100%);min-height:100vh;padding:2rem;position:relative;overflow:hidden}.login-backdrop[data-v-51e9dff4]{background:radial-gradient(circle at 15% 20%,#f4724c42,#0000 26%),radial-gradient(circle at 82% 18%,#0e749038,#0000 22%),radial-gradient(circle at 72% 78%,#16a34a29,#0000 24%);position:absolute;inset:0}.login-layout[data-v-51e9dff4]{z-index:1;grid-template-columns:minmax(320px,460px) minmax(0,1.1fr);align-items:stretch;gap:2rem;min-height:calc(100vh - 4rem);display:grid;position:relative}.login-intro[data-v-51e9dff4],.login-card[data-v-51e9dff4]{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffb8;border:1px solid #102a4314;border-radius:32px;box-shadow:0 28px 80px #0f172a1f}.login-intro[data-v-51e9dff4]{flex-direction:column;justify-content:space-between;padding:3rem;display:flex}.login-kicker[data-v-51e9dff4],.login-card__eyebrow[data-v-51e9dff4]{letter-spacing:.14em;text-transform:uppercase;margin-bottom:.75rem;font-size:.78rem;font-weight:700}.login-kicker[data-v-51e9dff4]{color:#9a3412}.login-intro h1[data-v-51e9dff4]{color:#102a43;max-width:10ch;font-size:clamp(3rem,6vw,5.2rem);font-weight:900;line-height:.95}.login-copy[data-v-51e9dff4]{color:#486581;max-width:38rem;margin-top:1.25rem;font-size:1.05rem}.login-points[data-v-51e9dff4]{gap:1rem;margin-top:2rem;display:grid}.login-point[data-v-51e9dff4]{background:#ffffffa6;border-radius:20px;grid-template-columns:auto 1fr;align-items:start;gap:1rem;padding:1rem 1.1rem;display:grid}.login-point span[data-v-51e9dff4]{color:#fff;background:#102a43;border-radius:999px;justify-content:center;align-items:center;width:2.3rem;height:2.3rem;font-weight:800;display:inline-flex}.login-point p[data-v-51e9dff4]{color:#334e68}.login-card[data-v-51e9dff4]{flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.login-card__eyebrow[data-v-51e9dff4]{color:#0f766e}.login-card h2[data-v-51e9dff4]{color:#102a43;font-size:2rem;font-weight:800}.login-card__header p[data-v-51e9dff4]:last-child{color:#486581;margin-top:.45rem}.login-form[data-v-51e9dff4]{gap:1rem;margin-top:1.75rem;display:grid}.field[data-v-51e9dff4]{gap:.45rem;display:grid}.field span[data-v-51e9dff4]{color:#243b53;font-weight:700}.field input[data-v-51e9dff4]{color:#102a43;background:#ffffffeb;border:1px solid #102a431f;border-radius:16px;outline:none;width:100%;padding:.95rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s,transform .2s}.field input[data-v-51e9dff4]:focus{border-color:#0f766e80;transform:translateY(-1px);box-shadow:0 0 0 4px #0f766e1f}.login-button[data-v-51e9dff4]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#102a43 0%,#0f766e 100%);border:0;border-radius:18px;margin-top:.25rem;padding:1rem 1.1rem;font-size:1rem;font-weight:800;transition:transform .2s,box-shadow .2s,opacity .2s}.login-button[data-v-51e9dff4]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 36px #102a4338}.login-button[data-v-51e9dff4]:disabled{cursor:wait;opacity:.7}.login-error[data-v-51e9dff4]{color:#b42318;background:#fee2e2f2;border-radius:14px;padding:.85rem .95rem}@media (width<=980px){.login-layout[data-v-51e9dff4]{grid-template-columns:1fr}.login-intro[data-v-51e9dff4]{padding:2rem}.login-intro h1[data-v-51e9dff4]{max-width:none}}@media (width<=640px){.login-shell[data-v-51e9dff4]{padding:1rem}.login-intro[data-v-51e9dff4],.login-card[data-v-51e9dff4]{border-radius:24px;padding:1.35rem}}.filter-warning{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:4px;align-items:center;gap:.5em;margin-bottom:.5rem;padding:.5rem .75rem;font-size:.85em;display:flex}*,:before,:after{box-sizing:border-box;margin:0;padding:0}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.portal-root{color:#1a202c;background:#eef2f7;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:14px;line-height:1.5}.portal-nav{color:#f9fafb;z-index:50;background:#111827;border-bottom:1px solid #1f2937;justify-content:space-between;align-items:center;height:54px;padding:0 1.5rem;display:flex;position:sticky;top:0}.portal-nav__brand{align-items:center;gap:.75rem;display:flex}.portal-nav__logo{letter-spacing:.04em;color:#60a5fa;font-size:1rem;font-weight:800}.portal-nav__label{color:#e5e7eb;font-size:.875rem;font-weight:600}.portal-nav__right{align-items:center;gap:.75rem;display:flex}.portal-nav__user{color:#9ca3af;font-size:.8125rem}.portal-nav__role-pill{letter-spacing:.06em;text-transform:uppercase;color:#93c5fd;background:#1e3a5f;border-radius:999px;padding:2px 8px;font-size:.6875rem;font-weight:600}.portal-nav__logout{color:#d1d5db;border:1px solid #374151;border-radius:4px;padding:.35rem .875rem;font-size:.8125rem;transition:background .15s,border-color .15s}.portal-nav__logout:hover{background:#ffffff0d;border-color:#6b7280}.portal-top{background:#fff;border-bottom:1px solid #e2e8f0;grid-template-columns:1fr;gap:1rem;padding:1rem 1.5rem;display:grid}.portal-hero{background:linear-gradient(130deg,#0f172a 0%,#1e3a5f 50%,#1e40af 100%);border-radius:10px;align-items:center;min-height:154px;display:flex;position:relative;overflow:hidden}.portal-hero:after{content:"";pointer-events:none;background:radial-gradient(circle at 80%,#60a5fa26 0%,#0000 60%),radial-gradient(circle at 20% 80%,#a78bfa1a 0%,#0000 40%);position:absolute;inset:0}.portal-hero__inner{z-index:1;padding:1.75rem 2rem;position:relative}.portal-hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#93c5fd;margin-bottom:.4rem;font-size:.6875rem;font-weight:700}.portal-hero__title{color:#f9fafb;margin-bottom:.5rem;font-size:1.625rem;font-weight:700;line-height:1.2}.portal-hero__subtitle{color:#bfdbfe;max-width:560px;font-size:.9rem;line-height:1.55}.portal-notifications{flex-direction:column;display:flex}.notifications-list{flex-direction:column;flex:1;gap:.5rem;display:flex}.notification{border-left:3px solid #0000;border-radius:6px;align-items:flex-start;gap:.5rem;padding:.55rem .75rem;font-size:.8rem;line-height:1.45;display:flex}.notification__dot{border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:4px}.notification--info .notification__dot{background:#3b82f6}.notification--success{color:#14532d;background:#f0fdf4;border-left-color:#22c55e}.notification--success .notification__dot{background:#22c55e}.notification--warning{color:#78350f;background:#fffbeb;border-left-color:#f59e0b}.notification--warning .notification__dot{background:#f59e0b}.portal-body{grid-template-columns:208px 1fr 248px;align-items:start;gap:1rem;padding:1rem 1.5rem 2rem;display:grid}.sidebar-label{letter-spacing:.1em;text-transform:uppercase;color:#6b7280;margin-bottom:.75rem;font-size:.6375rem;font-weight:700}.portal-filters{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;position:sticky;top:70px}.filter-panel-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.filter-clear-btn{color:#3b82f6;padding:0;font-size:.75rem;text-decoration:underline}.filter-group{border-top:1px solid #f3f4f6;margin-top:.625rem;padding-top:.875rem}.filter-group:first-of-type{border-top:none;margin-top:0;padding-top:0}.filter-group__title{letter-spacing:.07em;text-transform:uppercase;color:#374151;margin-bottom:.5rem;font-size:.6875rem;font-weight:700}.filter-option{color:#4b5563;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.45rem;padding:.2rem 0;font-size:.8125rem;display:flex}.filter-option input[type=checkbox]{accent-color:#3b82f6;cursor:pointer;flex-shrink:0;width:13px;height:13px}.filter-option:hover span{color:#111827}.portal-content{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.content-area-header{align-items:center;display:flex}.content-area-count{color:#6b7280;font-size:.8125rem}.content-area-count__filtered{color:#3b82f6}.no-results{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2.5rem 2rem}.no-results__heading{color:#374151;margin-bottom:.4rem;font-size:1rem;font-weight:600}.no-results__copy{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.btn-ghost{color:#374151;background:0 0;border:1px solid #d1d5db;border-radius:5px;padding:.4rem 1rem;font-size:.875rem;transition:background .15s}.btn-ghost:hover{background:#f9fafb}.product-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.125rem 1.25rem 1.25rem}.product-section__title{color:#111827;border-bottom:2px solid #f3f4f6;align-items:center;gap:.5rem;margin-bottom:.875rem;padding-bottom:.75rem;font-size:.9375rem;font-weight:700;display:flex}.product-section__title:before{content:"";background:#3b82f6;border-radius:2px;width:3px;height:16px;display:inline-block}.content-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.content-card{text-align:left;background:#f9fafb;border:1px solid #e5e7eb;border-radius:7px;flex-direction:column;transition:box-shadow .15s,border-color .15s,transform .1s;display:flex;overflow:hidden}.content-card:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 4px 16px #3b82f61f}.content-card__thumb{background:var(--card-color,#1e3a5f);justify-content:center;align-items:center;height:80px;display:flex;position:relative}.content-card__icon{opacity:.85;filter:drop-shadow(0 2px 4px #0000004d);font-size:1.75rem}.content-card__badge{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#00000080;border-radius:3px;padding:2px 5px;font-size:.575rem;font-weight:700;position:absolute;bottom:5px;right:5px}.content-card__body{flex:1;padding:.6rem .75rem .75rem}.content-card__title{color:#111827;margin-bottom:.25rem;font-size:.8125rem;font-weight:600;line-height:1.35}.content-card__desc{color:#6b7280;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.45;display:-webkit-box;overflow:hidden}.portal-sidebar{flex-direction:column;gap:1rem;display:flex;position:sticky;top:70px}.sidebar-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.sidebar-empty{color:#6b7280;font-size:.8125rem}.rich-content{color:#1f2937;font-size:.92rem;line-height:1.6}.rich-content__message{border-top:1px solid #eef2f7;padding:.625rem 0}.rich-content__message:first-child{border-top:0;padding-top:0}.rich-content p{margin:.4rem 0}.rich-content h1,.rich-content h2,.rich-content h3,.rich-content h4,.rich-content h5,.rich-content h6{color:#111827;margin:.45rem 0;line-height:1.35}.rich-content h1{font-size:1.15rem}.rich-content h2{font-size:1.05rem}.rich-content h3{font-size:.98rem}.rich-content ul,.rich-content ol{margin:.35rem 0 .35rem 1.1rem}.rich-content li{margin:.2rem 0}.rich-content a{color:#2563eb;text-decoration:underline}.rich-content blockquote{color:#475569;border-left:3px solid #cbd5e1;margin:.5rem 0;padding-left:.7rem}.rich-content pre{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin:.5rem 0;padding:.6rem .7rem;overflow-x:auto}.rich-content code{font-family:Consolas,Courier New,monospace;font-size:.86em}.support-list{grid-template-columns:auto 1fr;gap:.2rem .625rem;display:grid}.support-list dt{text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;align-self:center;font-size:.6875rem;font-weight:600}.support-list dd{color:#1f2937;font-size:.8125rem}.events-list{flex-direction:column;gap:.75rem;display:flex}.event-item{align-items:flex-start;gap:.625rem;display:flex}.event-item__date{color:#fff;white-space:nowrap;background:#2563eb;border-radius:5px;flex-shrink:0;padding:3px 6px;font-size:.7rem;font-weight:700;line-height:1.4}.event-item__body{flex:1;min-width:0}.event-item__title{color:#111827;margin-bottom:.1rem;font-size:.8125rem;font-weight:600;line-height:1.35}.event-item__type{color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;font-size:.6875rem}.modal-overlay{z-index:200;background:#00000085;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-panel{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px #00000047}.modal-header{z-index:1;background:#fff;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.modal-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#6b7280;margin-bottom:.25rem;font-size:.6875rem;font-weight:700}.modal-title{color:#111827;font-size:1.125rem;font-weight:700;line-height:1.3}.modal-close{color:#9ca3af;border-radius:4px;flex-shrink:0;margin-left:1rem;padding:.25rem;font-size:1rem;line-height:1;transition:color .15s,background .15s}.modal-close:hover{color:#111827;background:#f3f4f6}.modal-body{padding:1.5rem}.modal-thumb{background:var(--card-color,#1e3a5f);border-radius:8px;justify-content:center;align-items:center;height:148px;margin-bottom:1.125rem;display:flex}.modal-thumb__icon{filter:drop-shadow(0 2px 6px #0000004d);font-size:3rem}.modal-meta{flex-wrap:wrap;gap:.375rem;margin-bottom:1rem;display:flex}.meta-tag{letter-spacing:.05em;text-transform:uppercase;color:#1d4ed8;background:#eff6ff;border-radius:4px;padding:3px 8px;font-size:.6875rem;font-weight:600}.meta-tag--b{color:#166534;background:#f0fdf4}.meta-tag--c{color:#5b21b6;background:#faf5ff}.modal-tags-section{margin-bottom:1rem}.modal-tags-title{letter-spacing:.05em;text-transform:uppercase;color:#374151;margin-bottom:.5rem;font-size:.8125rem;font-weight:700}.modal-meta--tags{margin-bottom:0}.modal-tags-empty{color:#6b7280;font-size:.8125rem}.modal-description{color:#374151;margin-bottom:1.125rem;font-size:.9375rem;line-height:1.65}.modal-placeholder{color:#6b7280;background:#f9fafb;border:1px dashed #d1d5db;border-radius:6px;padding:.75rem 1rem;font-size:.8125rem;line-height:1.5}.modal-placeholder strong{color:#374151}
