:root{--theme-primary:#111112;--theme-secondary:#E8A628;--theme-background:#FAFAF7;--theme-text:#1E1E1E;--theme-surface:#FFFFFF;--theme-border:rgba(0,0,0,0.08);--theme-font-title:"Inter",system-ui,sans-serif;--theme-font-body:"Inter",system-ui,sans-serif}html.theme-bg-dark,html.theme-bg-glass,html.theme-bg-light{min-height:100vh}html.theme-bg-dark body,html.theme-bg-glass body,html.theme-bg-light body{background-color:var(--theme-background)!important;color:var(--theme-text)}.theme-bg-dark,.theme-bg-light{background-color:var(--theme-background)}.theme-bg-dark{color:var(--theme-text)}.theme-bg-glass{background:linear-gradient(to bottom right,#F6F4EE,var(--theme-background))}.theme-font-normal{font-size:1rem}.theme-font-large{font-size:1.125rem}.theme-font-large h1{font-size:2.5rem}.theme-font-large h2{font-size:2rem}.theme-font-large p{font-size:1.25rem}@media (min-width:640px){.theme-font-large h1{font-size:3rem}.theme-font-large h2{font-size:2.5rem}.theme-font-large p{font-size:1.5rem}}@media (min-width:1024px){.theme-font-large h1{font-size:3.5rem}.theme-font-large h2{font-size:3rem}.theme-font-large p{font-size:1.75rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes publicFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.public-fade-in{animation:publicFadeIn .4s ease-out both}.public-card{border-radius:16px;border:1px solid var(--theme-border);background:var(--theme-surface);padding:16px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.public-card:hover{transform:translateY(-2px);border-color:var(--theme-border);box-shadow:0 8px 24px -12px rgba(0,0,0,.15)}[data-theme=dark] .public-card:hover{box-shadow:0 8px 24px -12px rgba(0,0,0,.5)}.public-card:focus-within{outline:2px solid var(--theme-primary);outline-offset:2px}.public-focus-ring:focus{outline:2px solid var(--theme-primary);outline-offset:2px}.public-focus-ring:focus:not(:focus-visible){outline:none}.public-focus-ring:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}.public-container{width:100%;max-width:720px;margin-left:auto;margin-right:auto}@media (min-width:768px){.public-container{max-width:840px}}