:root{--primary-theme:#D95649;--soft-gray:#F5F5F7;--text-primary:#1D1D1F;--text-secondary:#86868B;--white:#FFFFFF;--shadow-light:rgba(0,0,0,0.04);--shadow-medium:rgba(0,0,0,0.08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:radial-gradient(ellipse at center,#FAF9F6 0,#F5F3EF 80%);min-height:100vh;color:var(--text-primary);line-height:1.6;overflow-x:hidden}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}