:root{--navy:#0d2035;--navy-mid:#163454;--navy-light:#2a527d;--gold:#c9a55e;--gold-light:#e0bb7d;--gold-pale:#f5ead4;--cream:#f8f4ee;--cream-dark:#ede7d8;--white:#fff;--text:#1a2636;--text-muted:#5a6878;--line:#18365a1c;--font-sans-ui:"Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;--font-sans-body:"Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;--font-sans:var(--font-sans-ui);--font-serif:"Cormorant Garamond", Georgia, serif;--font-mono:"Manrope", ui-sans-serif, sans-serif;--shadow-sm:0 4px 16px #0d203512;--shadow-md:0 12px 40px #0d20351c;--shadow-lg:0 24px 64px #0d203529;--r-sm:10px;--r-md:18px;--r-lg:26px;--r-xl:36px;--r-pill:999px;--focus-ring:#2563eb;--max-w:1200px;--gutter:clamp(18px, 4vw, 40px);--section-gap:160px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{text-size-adjust:100%}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{font-family:var(--font-sans-ui);background:var(--cream);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.8;overflow-x:hidden}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}button,input,select,textarea{font:inherit}figure,ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{word-break:break-word;hyphens:auto;overflow-wrap:break-word}p{overflow-wrap:anywhere;text-wrap:normal}.brand{min-width:0;font-family:var(--font-mono);letter-spacing:-.02em;white-space:nowrap;color:inherit;align-items:center;gap:10px;font-size:.88rem;font-weight:700;text-decoration:none;display:flex}.brand img{object-fit:contain;flex-shrink:0;width:30px;height:30px}@media (width>=1024px){.brand img{width:28px;height:28px}}.skip-link{background:var(--white);color:var(--navy);border:2px solid var(--navy);border-radius:var(--r-sm);z-index:10000;padding:10px 16px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .18s;position:absolute;top:0;left:0;transform:translateY(-120%)}.skip-link:focus,.skip-link:focus-visible{outline:3px solid var(--navy-light);outline-offset:2px;transform:translateY(8px)}:where(a,button,[role=button],summary,[tabindex]:not([tabindex="-1"])):focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px;border-radius:2px}.eyebrow{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:12px;font-size:.71rem;font-weight:700;display:block}.content-section{width:min(var(--max-w), calc(100% - 48px));margin:0 auto var(--section-gap)}.content-section:last-child{margin-bottom:0}.section-heading{margin-bottom:48px}.section-heading .eyebrow{margin-bottom:8px}.section-heading h2{font-family:var(--font-serif);color:var(--navy);margin-bottom:16px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.3}.section-heading h2 em{color:var(--gold);font-style:italic}.mobile-break{display:none}.mobile-line{display:inline}.section-heading p:not(.eyebrow){color:var(--text-muted);font-size:.96rem;line-height:1.85}.section-heading--centered .eyebrow,.section-head--centered .eyebrow,.section-head--split .eyebrow,.section-head--about .eyebrow{text-align:center;max-width:max-content;margin-inline:auto}.section-heading--centered{text-align:center}.section-heading--centered p:not(.eyebrow),.section-head--centered p:not(.eyebrow){text-align:center;margin-inline:auto}.button{border-radius:var(--r-pill);cursor:pointer;white-space:nowrap;text-align:center;border:none;justify-content:center;align-items:center;gap:8px;max-width:100%;height:52px;padding:0 28px;font-size:.95rem;font-weight:700;line-height:1.4;transition:transform .18s,box-shadow .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-gold{background:linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);color:var(--navy);box-shadow:0 10px 30px #c9a55e4d}.button-gold:hover{box-shadow:0 14px 38px #c9a55e73}.button-navy{background:var(--navy);color:#f0ecdf}.button-navy:hover{background:var(--navy-mid)}.button-outline{color:#f0ecdf;background:0 0;border:1.5px solid #f0ecdf61}.button-outline:hover{background:#ffffff0f}.feature-chip{border-radius:var(--r-pill);font-family:var(--font-sans-body);color:var(--navy-mid);background:#0d20350d;padding:5px 12px;font-size:.76rem;font-weight:600}.feature-chip--university{color:#0b5f58;background:#38c1a429;border:1px solid #38c1a452}.feature-chip--member{color:#7a5f1f;background:#b8933f29;border:1px solid #b8933f66}.article-member-badge{z-index:2;border-radius:var(--r-pill);background:var(--navy);color:var(--gold-light);font-family:var(--font-sans-ui);letter-spacing:.04em;pointer-events:none;padding:4px 11px;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px;box-shadow:0 2px 8px #0d203547}.empty-state{text-align:center;background:var(--white);border:1px dashed var(--line);border-radius:var(--r-lg);color:var(--text-muted);grid-column:1/-1;padding:80px 24px}.empty-state p{margin-top:12px;font-size:.96rem}.cta-box{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);border-radius:var(--r-xl);text-align:center;color:var(--white);padding:56px 48px}.cta-box .eyebrow{color:var(--gold-light)}.cta-box h2{font-family:var(--font-serif);margin:16px 0;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.3}.cta-box h2 em{color:var(--gold-light)}.cta-box p{color:#ffffffd1;max-width:560px;margin:0 auto 32px;font-size:1rem;line-height:1.8}.sub-hero{background:var(--navy);color:var(--white);text-align:center;padding:5rem 1.5rem 3.5rem}.sub-hero h1{letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:800;line-height:1.3}.sub-hero p{opacity:.8;font-size:1rem}.sub-hero .eyebrow{color:var(--gold-light);margin-bottom:.5rem}.sub-hero.sub-hero--split{--sub-hero-copy-max:520px;width:min(var(--max-w), calc(100% - 48px));margin:60px auto var(--section-gap);color:inherit;text-align:left;background:0 0;grid-template-columns:1fr 1fr;align-items:center;gap:56px;padding:0;display:grid}.sub-hero--split .sub-hero__copy{flex-direction:column;gap:20px;display:flex}.sub-hero--split .sub-hero__copy .eyebrow{margin-bottom:0}.sub-hero--split .sub-hero__copy h1{font-family:var(--font-serif);color:var(--navy);margin:0;font-size:clamp(2rem,3.6vw,2.8rem);font-weight:700;line-height:1.28}.sub-hero--split .sub-hero__copy p{color:var(--text-muted);max-width:var(--sub-hero-copy-max);opacity:1;margin:0;font-size:1rem;line-height:1.9}.sub-hero--split .sub-hero__visual{border-radius:var(--r-xl);aspect-ratio:4/3;box-shadow:var(--shadow-md);position:relative;overflow:hidden}.sub-hero--split .sub-hero__visual img{object-fit:cover;width:100%;height:100%;display:block}.back-link{color:var(--gold-light);opacity:.9;margin-top:1.25rem;font-size:.875rem;text-decoration:none;transition:opacity .18s;display:inline-block}.back-link:hover{opacity:1;text-decoration:underline}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--shadow-sm);flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-image{aspect-ratio:16/9;object-fit:cover;background:var(--cream-dark);width:100%;display:block}.card-image-placeholder{aspect-ratio:16/9;background:var(--cream-dark);width:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:2.5rem;display:flex}.card-body{flex-direction:column;flex:1;gap:.35rem;padding:1.125rem 1.25rem;display:flex}.card-date{color:var(--text-muted);font-size:.76rem;font-family:var(--font-mono)}.card-title{color:var(--navy);font-size:.98rem;font-weight:700;line-height:1.45}.card-meta{color:var(--text-muted);font-size:.82rem}.card-tags{flex-wrap:wrap;gap:.3rem;margin-top:.35rem;display:flex}.card-tag{color:var(--navy-mid);border-radius:var(--r-pill);background:#0d203512;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.tag-list{flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;display:flex}.tag-item{color:var(--navy-mid);border-radius:var(--r-pill);background:#0d203512;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.page-section{width:min(var(--max-w), calc(100% - 48px));margin:0 auto;padding:4rem 1.5rem}.detail-content{max-width:800px;margin:0 auto;padding:3rem 1.5rem 5rem}.detail-hero-image{object-fit:cover;border-radius:var(--r-md);background:var(--cream-dark);width:100%;max-height:480px;box-shadow:var(--shadow-sm);margin-bottom:2rem;display:block}.section-title{font-family:var(--font-serif);color:var(--navy);margin-bottom:1.75rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:700;line-height:1.3}.body-placeholder{color:var(--text-muted);margin-top:1rem;font-size:.9rem}.notion-body{font-family:var(--font-sans-body);color:var(--text);font-size:1.0625rem;line-height:1.95}.notion-body>*+*{margin-top:1.3rem}.notion-paragraph{margin:0}.notion-paragraph+.notion-paragraph{margin-top:.85rem}.notion-body .member-inline-flag{vertical-align:-.18em;width:1.2em;height:1.2em;margin:0 .08em;display:inline-block}.notion-body a{color:var(--navy-light);text-underline-offset:.18em;text-decoration:underline .08em #2a527d59}.notion-body a:hover{color:var(--navy);text-decoration-color:currentColor}.notion-rich-text{white-space:pre-wrap}.notion-body :not(pre)>code{color:var(--navy-mid);vertical-align:.03em;background:#0d203512;border-radius:5px;padding:.06em .34em;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.88em;line-height:1.45;display:inline-block}.notion-color--gray{color:#6b7280}.notion-color--brown{color:#8b5e3c}.notion-color--orange{color:#b85d16}.notion-color--yellow{color:#8a6a00}.notion-color--green{color:#25735a}.notion-color--blue{color:#2563a9}.notion-color--purple{color:#6d4cb0}.notion-color--pink{color:#a23a76}.notion-color--red{color:#b23b3b}.notion-color--gray-background{background-color:#6b728014}.notion-color--brown-background{background-color:#8b5e3c14}.notion-color--orange-background{background-color:#e279231a}.notion-color--yellow-background{background-color:#e0bb7d2e}.notion-color--green-background{background-color:#38c1a41a}.notion-color--blue-background{background-color:#2a527d14}.notion-color--purple-background{background-color:#6d4cb014}.notion-color--pink-background{background-color:#c7569014}.notion-color--red-background{background-color:#b23b3b14}.notion-rich-text[class*=notion-color--][class*=-background]{box-decoration-break:clone;border-radius:5px;padding:.05em .22em}.notion-heading{color:var(--navy);margin-top:3rem;margin-bottom:.9rem;line-height:1.45}.notion-heading-1{font-size:1.75rem;font-weight:800}.notion-heading-2{font-size:1.375rem;font-weight:700}.notion-heading-3{font-size:1.125rem;font-weight:700}.notion-list{padding-left:1.5em}.notion-list--bulleted{list-style-type:disc}.notion-list--numbered{list-style-type:decimal}.notion-list-item{margin:.45rem 0}.notion-todo{grid-template-columns:1.15rem 1fr;align-items:start;gap:.7rem;margin:0;line-height:1.8;display:grid}.notion-todo+.notion-todo{margin-top:.5rem}.notion-paragraph+.notion-todo{margin-top:.9rem}.notion-todo__box{background:var(--white);border:1.5px solid #0d203561;border-radius:4px;width:1.05rem;height:1.05rem;margin-top:.42em;position:relative;box-shadow:inset 0 1px 2px #0d20350d}.notion-todo--checked .notion-todo__box{border-color:var(--gold);background:var(--gold)}.notion-todo--checked .notion-todo__box:after{content:"";border:solid var(--white);border-width:0 2px 2px 0;width:.32rem;height:.58rem;position:absolute;top:.12rem;left:.31rem;transform:rotate(45deg)}.notion-todo__content{min-width:0}.notion-todo--checked .notion-todo__content{color:var(--text-muted)}.notion-quote,.notion-callout{border-radius:var(--r-md);color:var(--text);background:linear-gradient(#fffefd 0%,#fbf7ef 100%);border:1px solid #c9a55e24;margin:1.25rem 0;padding:1rem 1.25rem;line-height:1.8;display:block;position:relative;box-shadow:0 6px 16px #132a4c0d}.notion-quote>:first-child{margin-top:0}.notion-quote>:last-child{margin-bottom:0}.notion-callout__icon{float:left;margin:.05em .65rem 0 0;font-size:1.05rem;line-height:1.8}.notion-callout__text{line-height:1.8}.notion-callout__title{margin:0}.notion-callout__text>*+*{margin-top:.75rem}.notion-callout .notion-list{margin-bottom:0;padding-left:1.35em}.notion-callout .notion-list-item{margin:.25rem 0}.notion-callout__text>:first-child{margin-top:0}.notion-callout__text>:last-child{margin-bottom:0}.notion-body :is(.notion-paragraph,.notion-heading,.notion-list-item,.notion-todo__content,.notion-quote,.notion-callout).notion-color--gray{color:#6b7280}.notion-body :is(.notion-paragraph,.notion-heading,.notion-list-item,.notion-todo__content,.notion-quote,.notion-callout).notion-color--brown{color:#8b5e3c}.notion-body :is(.notion-paragraph,.notion-heading,.notion-list-item,.notion-todo__content,.notion-quote,.notion-callout).notion-color--orange{color:#b85d16}.notion-body :is(.notion-paragraph,.notion-heading,.notion-list-item,.notion-todo__content,.notion-quote,.notion-callout).notion-color--yellow{color:#8a6a00}.notion-body :is(.notion-paragraph,.notion-heading,.notion-list-item,.notion-todo__content,.notion-quote,.notion-callout).notion-color--green{color:#25735a}.notion-body :is(.notion-paragraph,.notion-heading,.notion-list-item,.notion-todo__content,.notion-quote,.notion-callout).notion-color--blue{color:#2563a9}.notion-body :is(.notion-paragraph,.notion-heading,.notion-list-item,.notion-todo__content,.notion-quote,.notion-callout).notion-color--purple{color:#6d4cb0}.notion-body :is(.notion-paragraph,.notion-heading,.notion-list-item,.notion-todo__content,.notion-quote,.notion-callout).notion-color--pink{color:#a23a76}.notion-body :is(.notion-paragraph,.notion-heading,.notion-list-item,.notion-todo__content,.notion-quote,.notion-callout).notion-color--red{color:#b23b3b}.notion-body :is(.notion-paragraph,.notion-heading,.notion-list-item,.notion-todo__content,.notion-quote,.notion-callout)[class*=-background]{box-decoration-break:clone;border-radius:6px;padding-inline:.25em}.notion-body :is(.notion-quote,.notion-callout)[class*=-background]{background-image:none;padding:1rem 1.25rem}.notion-body :is(.notion-quote,.notion-callout).notion-color--gray-background{background-color:#6b728014}.notion-body :is(.notion-quote,.notion-callout).notion-color--brown-background{background-color:#8b5e3c14}.notion-body :is(.notion-quote,.notion-callout).notion-color--orange-background{background-color:#e279231a}.notion-body :is(.notion-quote,.notion-callout).notion-color--yellow-background{background-color:#e0bb7d2e}.notion-body :is(.notion-quote,.notion-callout).notion-color--green-background{background-color:#38c1a41a}.notion-body :is(.notion-quote,.notion-callout).notion-color--blue-background{background-color:#2a527d14}.notion-body :is(.notion-quote,.notion-callout).notion-color--purple-background{background-color:#6d4cb014}.notion-body :is(.notion-quote,.notion-callout).notion-color--pink-background{background-color:#c7569014}.notion-body :is(.notion-quote,.notion-callout).notion-color--red-background{background-color:#b23b3b14}@media (width<=640px){.notion-callout{padding:.875rem 1rem}}.notion-divider{border:none;border-top:1px solid var(--line);margin:2rem 0}.notion-image{margin:2rem 0}.notion-image img{border-radius:var(--r-md);background:var(--cream-dark);width:100%;height:auto;box-shadow:var(--shadow-sm)}.notion-image figcaption{text-align:center;color:var(--text-muted);margin-top:.65rem;font-size:.875rem;line-height:1.7}.notion-code{background:var(--navy);color:var(--cream);border-radius:var(--r-sm);font-family:var(--font-mono), monospace;margin:1.25rem 0;padding:1rem 1.25rem;font-size:.9rem;overflow-x:auto}.notion-code code{background:0 0;padding:0;font-family:inherit}.notion-table-wrap{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--white);width:100%;margin:2rem 0;overflow-x:auto;box-shadow:0 8px 20px #0d20350f}.notion-table{border-collapse:collapse;table-layout:auto;width:max-content;min-width:100%;font-size:.98rem;line-height:1.7}.notion-table th,.notion-table td{border-bottom:1px solid var(--line);border-right:1px solid var(--line);vertical-align:top;text-align:left;white-space:normal;min-width:8rem;padding:.9rem 1rem}.notion-table tr:last-child>*{border-bottom:none}.notion-table tr>:last-child{border-right:none}.notion-table thead th,.notion-table .notion-table__row-header{background:color-mix(in srgb, var(--cream) 72%, white);color:var(--navy);font-weight:700}.notion-table td>:first-child,.notion-table th>:first-child{margin-top:0}.notion-table td>:last-child,.notion-table th>:last-child{margin-bottom:0}.notion-unsupported{display:none}@media (width<=768px){:root{--section-gap:104px}.button{white-space:normal;height:auto;min-height:52px;padding:14px 20px}.content-section{width:min(var(--max-w), calc(100% - 32px))}.cta-box{padding:40px 24px}.sub-hero{padding:4rem 1.25rem 2.75rem}.sub-hero.sub-hero--split{width:min(var(--max-w), calc(100% - 32px));--sub-hero-copy-max:none;grid-template-columns:minmax(0,1fr) minmax(180px,240px);align-items:center;gap:20px;margin-top:32px}.sub-hero--split .sub-hero__copy{gap:14px}.sub-hero--split .sub-hero__copy h1{font-size:clamp(1.85rem,7vw,2.3rem);line-height:1.2}.sub-hero--split .sub-hero__copy p{max-width:none;line-height:1.75}.sub-hero--split .sub-hero__visual{aspect-ratio:4/3}}@media (width<=640px){.mobile-break,.mobile-line{display:block}.sub-hero.sub-hero--split{grid-template-columns:minmax(0,1fr);gap:20px;width:calc(100% - 24px);margin-top:24px}.sub-hero--split .sub-hero__copy h1{font-size:clamp(1.65rem,8.2vw,2.05rem)}.sub-hero--split .sub-hero__copy p{font-size:.95rem;line-height:1.7}.sub-hero--split .sub-hero__visual{border-radius:var(--r-lg);aspect-ratio:16/11;width:min(100%,520px);margin-inline:auto}}@media (width<=960px) and (width>=769px){.sub-hero.sub-hero--split{--sub-hero-copy-max:none;grid-template-columns:minmax(0,1fr) minmax(240px,320px);gap:28px;margin:40px auto 48px}.sub-hero--split .sub-hero__visual{aspect-ratio:4/3}}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .7s,transform .7s;transform:translateY(28px)}.reveal-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.site-header{z-index:100;width:min(var(--max-w), calc(100% - 28px));backdrop-filter:blur(22px)saturate(140%);border-radius:var(--r-pill);color:#f0ecdf;background:#070e1acc;border:1px solid #ffffff17;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:14px;margin:14px auto 0;padding:11px 16px;display:flex;position:sticky;top:14px;box-shadow:0 16px 48px #070e1a4d}.site-header--overlay{margin-top:0;position:fixed;left:50%;transform:translate(-50%)}.site-header .brand{color:#f0ecdf;flex:0 auto;max-width:calc(100% - 52px)}.site-header .brand img{width:34px;height:34px}.site-header .brand span{text-overflow:ellipsis;overflow:hidden}.site-nav{backdrop-filter:blur(20px);border-radius:var(--r-lg);z-index:99;background:#070e1af5;border:1px solid #ffffff17;flex-direction:column;gap:4px;padding:14px;font-size:.96rem;font-weight:700;display:none;position:fixed;inset:72px 14px auto}.site-nav[data-open=true]{display:flex}.site-nav a{opacity:.8;white-space:nowrap;border-radius:var(--r-sm);color:#f0ecdf;align-items:center;min-height:44px;padding:11px 14px;transition:opacity .18s;display:flex}.site-nav a:hover{opacity:1}.nav-cta{background:linear-gradient(135deg, var(--gold-light), var(--gold));height:40px;color:var(--navy);border-radius:var(--r-pill);white-space:nowrap;opacity:1;align-items:center;padding:0 16px;font-size:.78rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c9a55e6b}.nav-cta--mobile{box-sizing:border-box;justify-content:center;width:100%;height:auto;min-height:48px;margin-top:8px;padding:12px 16px}.nav-cta--desktop{display:none}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;gap:5px;margin-left:auto;padding:4px;display:flex}.hamburger span{background:#f0ecdf;border-radius:2px;width:22px;height:2px;transition:transform .26s,opacity .26s;display:block}.hamburger[data-open=true] span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger[data-open=true] span:nth-child(2){opacity:0}.hamburger[data-open=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width>=1024px){.site-header{gap:20px;padding:12px 20px}.site-header .brand{max-width:calc(100% - 72px);font-size:.97rem}.site-header .brand img{width:42px;height:42px}.site-nav{inset:unset;backdrop-filter:none;z-index:auto;background:0 0;border:none;border-radius:0;flex-flow:wrap;justify-content:flex-end;gap:10px 16px;margin-left:auto;padding:0;font-size:.78rem;display:flex;position:static}.site-nav a{border-radius:0;min-height:auto;padding:0;font-size:.78rem;display:inline}.hamburger{display:none}.nav-cta--desktop{display:inline-flex}.site-nav .nav-cta--mobile{display:none}}.site-footer{width:min(var(--max-w), calc(100% - 28px));margin:var(--section-gap) auto 0;border-top:1px solid var(--line);padding:52px 0 28px}.footer-inner{justify-content:space-between;gap:28px;margin-bottom:32px;display:flex}.footer-brand-block p{color:var(--text-muted);margin-top:12px;font-size:.86rem;line-height:2}.site-footer .brand{color:var(--navy)}.site-footer .brand img{width:56px;height:56px}.footer-nav{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.footer-nav a{color:var(--text-muted);font-size:.86rem;font-weight:700;transition:color .18s}.footer-nav a:hover{color:var(--navy)}.footer-copy{text-align:center;color:var(--text-muted);opacity:.55;font-size:.76rem}.footer-legal{border-top:1px solid var(--line);flex-wrap:wrap;gap:24px;margin-top:24px;padding-top:20px;display:flex}.footer-legal a{color:var(--text-muted);text-underline-offset:2px;font-size:.82rem;text-decoration:underline;transition:color .18s}.footer-legal a:hover{color:var(--navy)}@media (width<=1024px){.footer-inner{flex-direction:column}.footer-nav{align-items:flex-start}}.toast-region{z-index:1000;pointer-events:none;flex-direction:column;gap:.6rem;width:min(360px,100vw - 2rem);display:flex;position:fixed;top:1.25rem;right:1.25rem}.toast{border-radius:var(--r-md);background:var(--white);color:var(--text);box-shadow:var(--shadow-lg);border:1px solid #0d203514;border-left:4px solid var(--gold);font-family:var(--font-sans-ui);pointer-events:auto;opacity:0;align-items:flex-start;gap:.75rem;padding:.85rem .9rem .85rem 1rem;transition:opacity .22s,transform .22s;display:flex;transform:translateY(-10px)}.toast.is-visible{opacity:1;transform:translateY(0)}.toast.is-leaving{opacity:0;transform:translateY(-10px)}.toast--success{border-left-color:#2f9e57}.toast--error{border-left-color:#d0402f}.toast--info{border-left-color:var(--navy)}.toast__text{flex:1;margin:0;font-size:.9rem;line-height:1.5}.toast__close{width:1.5rem;height:1.5rem;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;margin:-.15rem -.15rem 0 0;padding:0;font-size:1.2rem;line-height:1;transition:background .16s,color .16s}.toast__close:hover{color:var(--navy);background:#0d20350f}@media (prefers-reduced-motion:reduce){.toast{transition:opacity .12s;transform:none}.toast.is-visible,.toast.is-leaving{transform:none}}
