:root{--ondu-red: #da291c;--ondu-red-dark: #af2015;--ondu-red-tint: #fce9e7;--ondu-charcoal: #1c1c1c;--ondu-charcoal-soft: #272727;--ondu-ink: #191919;--ondu-bg: #f5f5f4;--ondu-paper: #ffffff;--ondu-line: #e4e2df;--ondu-muted: #6c6c6c;--ondu-success: #2e9b5c;--ondu-header-from: #1c1c1c;--ondu-header-to: #191919;--ondu-invert-bg: #191919;--ondu-invert-fg: #ffffff;--font-display: "Plus Jakarta Sans", "Inter", sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--radius-s: 8px;--radius-m: 14px;--radius-l: 22px;--shadow-card: 0 1px 2px rgba(16, 19, 26, .04), 0 8px 24px rgba(16, 19, 26, .06);--shadow-pop: 0 12px 32px rgba(16, 19, 26, .14);color-scheme:light}[data-theme=dark]{--ondu-bg: #141414;--ondu-paper: #1c1c1c;--ondu-line: #2e2e2e;--ondu-muted: #9a9a9a;--ondu-ink: #f4f3f1;--ondu-red-tint: rgba(218, 41, 28, .22);--ondu-header-from: #101010;--ondu-header-to: #1f1f1f;--ondu-invert-bg: #f4f3f1;--ondu-invert-fg: #141414;color-scheme:dark}*{box-sizing:border-box}html,body,app-root{height:100%}body{margin:0;background:var(--ondu-bg);color:var(--ondu-ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;transition:background .2s ease,color .2s ease;overflow-x:hidden}img{max-width:100%;display:block}[data-theme=dark] body{color:var(--ondu-ink)}h1,h2,h3,h4{font-family:var(--font-display);margin:0;color:var(--ondu-ink);letter-spacing:-.01em}p{margin:0}a{color:inherit}button{font-family:inherit}:focus-visible{outline:2px solid var(--ondu-red);outline-offset:2px}.roof-clip{clip-path:polygon(0 0,100% 0,100% 100%,0 88%)}.roof-clip-inverse{clip-path:polygon(0 12%,100% 0,100% 100%,0 100%)}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}.app-page{min-height:100vh;display:flex;flex-direction:column;background:var(--ondu-bg)}.app-main{flex:1;min-width:0;display:flex;flex-direction:column}.app-header{position:relative;isolation:isolate;color:#fff;padding:24px 48px 44px;display:flex;flex-direction:column;gap:24px}.app-header:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(120deg,var(--ondu-header-from) 0%,var(--ondu-header-to) 100%);clip-path:polygon(0 8%,100% 0,100% 100%,0 100%)}.app-header__top{display:flex;align-items:center;justify-content:space-between;gap:16px}.app-header__brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;cursor:pointer;transition:opacity .15s ease}.app-header__brand:hover{opacity:.85}.app-header__logo{width:104px;height:104px;object-fit:contain;background:#fff;border-radius:26px;padding:12px;flex-shrink:0}.app-header__wordmark{font-family:var(--font-display);font-weight:700;font-size:20px;white-space:nowrap}.app-header__row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}.app-header__left{min-width:0}.app-header__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.app-header__back{display:inline-block;font-size:18.75px;color:#fff9;text-decoration:none;margin-bottom:12px}.app-header__back:hover{color:#fff}.app-header__eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:16.5px;font-weight:600;color:#e79490;margin-bottom:8px}.app-header__title{color:#fff;font-size:26px;margin-bottom:8px}.app-header__subtitle{font-size:14px;color:#ffffffa6}.app-footer{padding:20px 48px;font-size:11.5px;color:var(--ondu-muted)}@media (max-width: 780px){.app-header{padding:20px 24px 32px}.app-header__row{flex-direction:column;align-items:flex-start;gap:16px}.app-footer{padding:16px 24px}}@media (max-width: 480px){.app-header__wordmark{display:none}.app-header__logo{width:72px;height:72px;border-radius:18px;padding:8px}}
