:root{--rose:#D4878F;--rose-dark:#B86B74;--rose-pale:#F0D4D7;--teal:#6B9B9E;--teal-dark:#4E7F82;--teal-pale:#D5E8E9;--lavender:#9B8EC4;--lavender-dark:#7B6FA8;--lavender-pale:#E3DEF0;--plum:#6E4B6B;--plum-light:#8E6B8B;--mustard:#D4A84B;--mustard-dark:#B88E30;--ivory:#F8F5F0;--ivory-alt:#F0ECE5;--paper:#E8E2D8;--charcoal:#2D2D3A;--charcoal-mid:#5A5A6E;--charcoal-light:#8A8A9E;--shadow:rgba(45,45,58,.12);--shadow-lg:rgba(45,45,58,.22);--font-display:"Palatino Linotype",Palatino,"Book Antiqua",Georgia,serif;--font-body:"Avenir Next",Avenir,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,sans-serif;--radius:12px;--radius-sm:8px;--transition:.35s cubic-bezier(.4,0,.2,1)}@media (prefers-color-scheme:dark){:root{--ivory:#1A1A24;--ivory-alt:#22222E;--paper:#2E2E3A;--charcoal:#E8E5E0;--charcoal-mid:#A8A5A0;--charcoal-light:#7A7880;--rose:#E09BA3;--rose-dark:#C47D85;--rose-pale:rgba(208,135,143,.15);--teal:#80B5B8;--teal-dark:#5E9B9E;--teal-pale:rgba(107,155,158,.15);--lavender:#B0A4D4;--lavender-dark:#9488B8;--lavender-pale:rgba(155,142,196,.15);--plum:#9E7B9B;--plum-light:#B090AD;--mustard:#E0B855;--shadow:rgba(0,0,0,.35);--shadow-lg:rgba(0,0,0,.50)}}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);font-size:17px;line-height:1.75;color:var(--charcoal);background-color:var(--ivory);overflow-x:hidden}.oe-header .oe-subtitle,h1,h2{font-family:var(--font-display)}h1,h2{line-height:1.2}h1{font-size:clamp(2.6rem,5.5vw,4.5rem);font-weight:300;letter-spacing:.08em;text-transform:uppercase}h2{font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:400;letter-spacing:.04em}p{font-size:clamp(.92rem,1.4vw,1.02rem)}.oe-page{max-width:800px;margin:0 auto;padding:48px 32px 80px}@media (max-width:600px){.oe-page{padding:32px 20px 60px}body{font-size:16px}}.oe-header{text-align:center;padding-bottom:40px;border-bottom:1px solid var(--paper);margin-bottom:40px}.oe-header-label{font-family:var(--font-body);font-size:.78rem;font-weight:300;color:var(--charcoal-light);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}.oe-callout strong,.oe-header h1{text-transform:uppercase;color:var(--charcoal)}.oe-header h1{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:300;letter-spacing:.06em;margin-bottom:8px}.oe-header .oe-subtitle{font-size:1.05rem;color:var(--rose);font-style:italic}.oe-header .oe-effective-date{display:inline-block;margin-top:16px;background:var(--ivory-alt);border:1px solid var(--paper);border-radius:var(--radius-sm);padding:6px 16px;font-size:.82rem;color:var(--charcoal-mid);font-style:normal}.oe-header-rule,summary{display:flex;align-items:center}.oe-header-rule{justify-content:center;gap:16px;margin:20px auto 0;width:160px}.oe-header-rule::after,.oe-header-rule::before{content:"";flex:1;height:1px;background:var(--paper)}.oe-header-rule .diamond{width:7px;height:7px;background:var(--rose);transform:rotate(45deg);flex-shrink:0}.oe-callout,details{border-radius:var(--radius-sm)}.oe-callout{padding:18px 22px;margin:20px 0;font-size:.95rem}.oe-callout strong{display:block;margin-bottom:6px;font-size:.82rem;letter-spacing:.08em}.oe-callout-warm{background:var(--rose-pale);border-left:4px solid var(--rose);color:var(--charcoal)}.oe-callout-plum{background:rgb(110 75 107/.08);border-left:4px solid var(--plum);color:var(--charcoal)}@media (prefers-color-scheme:dark){.oe-callout-plum{background:rgb(158 123 155/.1)}}details{border:1px solid var(--paper);margin:16px 0;background:var(--ivory)}summary{padding:14px 18px;cursor:pointer;font-size:.92rem;font-weight:600;color:var(--charcoal);list-style:none;justify-content:space-between;user-select:none;transition:color var(--transition)}summary:hover{color:var(--rose)}summary::-webkit-details-marker{display:none}summary::after{content:"25B8";font-size:.8rem;color:var(--charcoal-light);transition:transform .2s;flex-shrink:0;margin-left:12px}a{color:var(--rose-dark)}@media (prefers-color-scheme:dark){a{color:var(--rose)}}strong{color:var(--charcoal)}em{color:var(--charcoal-mid)}code{font-size:.88em;background:var(--ivory-alt);border:1px solid var(--paper);padding:1px 6px;border-radius:4px}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}