:root{--usro-blue: #016fb2;--usro-blue-dark: #0d314d;--usro-yellow: #fedf2e;--usro-beige: #fffdf5;--usro-black: #111111;--usro-white: #ffffff;--usro-surface: #fbfcfe;--layout-max-width: 1100px;--layout-gutter: 32px;--font-h1: "Heavitas", "Arial Black", sans-serif;--font-h2: "Barber shop", "Trebuchet MS", sans-serif;--font-h3: "Creato Display", "Segoe UI", sans-serif;--font-body: "Inter", "Segoe UI", Arial, sans-serif;--color-action-background: var(--usro-yellow);--color-action-text: var(--usro-black);--radius-pill: 999px;--motion-slide: .62s cubic-bezier(.22, 1, .36, 1);--space-1: 4px;--space-2: 8px;--space-2-5: 10px;--space-3: 12px;--space-4: 16px;--space-4-5: 18px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-14: 56px;--shadow-card: 0 18px 45px rgba(1, 111, 178, .08);--shadow-control: 0 12px 28px rgba(13, 49, 77, .12);--color-surface-muted: #eaf3fa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--usro-black);background:var(--usro-surface)}a{color:inherit}.eyebrow,.section__kicker{margin:0 0 var(--space-3)}.eyebrow,.section__kicker{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--usro-blue)}h1,h2,h3{margin:0}h1{font-family:var(--font-h1);font-size:clamp(3rem,6vw,5rem);line-height:.95;letter-spacing:.02em}h2{font-family:var(--font-h2);font-size:clamp(2rem,4vw,2.8rem);line-height:1.05}h3{font-family:var(--font-h3);margin-bottom:var(--space-3);font-size:1.35rem}.section p,.card p{font-size:1.02rem;line-height:1.7}.page-title{margin:0;font-family:var(--font-h2);font-size:clamp(2rem,3.8vw,3rem);line-height:1.02;color:var(--usro-blue)}.page-title--light{color:var(--usro-white)}.page-shell{min-height:100vh;color:var(--usro-black);background:var(--usro-beige)}.surface-claw{position:relative;background:linear-gradient(180deg,#fffefb,#fffdfa);isolation:isolate;overflow:hidden}.surface-claw:before{content:"";position:absolute;inset:0;background-image:url(/assets/images/usro-claw-yellow.png);background-repeat:no-repeat;background-position:right -180px center;background-size:min(46vw,680px) auto;opacity:.18;filter:brightness(1.08);pointer-events:none;z-index:0}.surface-claw>*{position:relative;z-index:1}.event-surface{width:100%}.event-surface.surface-claw:before{background-position:right -180px center}main{display:block}.band{width:100%}.band--light{background:var(--usro-beige)}.band--dark{background:var(--usro-blue-dark);color:var(--usro-white)}.band__inner{width:min(100% - var(--layout-gutter) * 2,var(--layout-max-width));margin:0 auto;padding:var(--space-14) 0}.section{padding:0}.section--split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:var(--space-6)}.section__copy p:first-child{margin-top:0}.section__link{color:var(--usro-blue);font-weight:700;text-decoration:none}.section--agenda{background:transparent;color:var(--usro-white)}.section--agenda .section__kicker{color:var(--usro-yellow)}.section--gallery{background:transparent;box-shadow:none;padding:0}.section--partners{position:relative}.section__link--light{color:var(--usro-yellow)}@media(max-width:900px){.page-shell{overflow-x:hidden}.surface-claw:before{background-position:right -110px center;background-size:min(72vw,420px) auto;opacity:.15}.event-surface.surface-claw:before{background-position:right -110px center}.section--split{grid-template-columns:1fr}.band__inner{width:min(100% - 32px,var(--layout-max-width))}.section{padding:var(--space-6);border-radius:0}.band__inner{padding:var(--space-10) 0}}.content-list{margin:0;padding-left:var(--space-4-5);line-height:1.9}.section__header{display:flex;justify-content:space-between;align-items:end;gap:var(--space-5);margin-bottom:var(--space-6)}@media(max-width:900px){.section__header{flex-direction:column;align-items:flex-start}}.page{display:block;min-width:0}.highlight-grid,.news-grid,.gallery-grid{display:grid;gap:var(--space-5)}.highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-card{border-radius:0;background:var(--usro-white);box-shadow:var(--shadow-card)}.news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-card{display:flex;align-items:end;min-height:220px;padding:22px;border:1px solid rgba(1,111,178,.08);background:var(--usro-blue)}.gallery-card span{color:var(--usro-white);font-family:var(--font-h3);font-size:1.1rem}@media(max-width:900px){.highlight-grid,.news-grid,.gallery-grid{grid-template-columns:1fr}.gallery-card{padding:var(--space-6);border-radius:0}}.app-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;background:var(--color-action-background);color:var(--color-action-text);cursor:pointer;font-family:inherit;text-decoration:none;font-weight:700;border:1px solid rgba(17,17,17,.08)}.app-button--pill{gap:var(--space-2-5);justify-self:start;align-self:end;min-height:40px;padding:0 var(--space-4);border-radius:var(--radius-pill);color:var(--usro-blue-dark);border:0;font-size:.92rem;font-weight:800;box-shadow:0 10px 22px #00000024;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.app-button--pill:after{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}.app-button--pill:hover,.app-button--pill:focus-visible{background:var(--usro-white);box-shadow:0 14px 28px #0003;transform:translate(3px)}.app-button:disabled{cursor:default;opacity:.5}.app-button--compact{padding:var(--space-2) var(--space-3)}app-section-detail-page .section-timeline-frame{position:relative;padding-left:92px;--section-timeline-content-offset: 92px;--section-timeline-left: 30px;--section-timeline-size: 3px;--section-timeline-marker: 62px}app-section-detail-page .section-timeline-frame:before{content:"";position:absolute;top:-72px;bottom:-56px;left:var(--section-timeline-left);width:var(--section-timeline-size);border-radius:var(--radius-pill);background:#fedf2ed1;box-shadow:0 10px 24px #0d314d1f;z-index:1}app-section-detail-page .section-timeline-frame--last:before{bottom:auto;height:148px}app-section-detail-page .section-timeline-frame>*{position:relative;z-index:2}app-section-detail-page .section-practical-band{position:relative}app-section-detail-page .section-fees-band{position:relative}@media(max-width:900px){app-section-detail-page .section-timeline-frame{padding-left:0;--section-timeline-content-offset: 74px;--section-timeline-left: 24px;--section-timeline-marker: 48px}}:focus-visible{outline:3px solid var(--usro-blue);outline-offset:4px}.band--dark :focus-visible,.topbar-shell :focus-visible,.site-footer :focus-visible{outline-color:var(--usro-yellow)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.event-slider__track,.partners-slider__track,.event-slider__dot,.partners-slider__dot,.app-button{transition:none}}
