:root{--brand-primary:#E74C3C;--brand-secondary:#F8B5B5;--brand-salmon:#FA8072;--brand-pink:#FF69B4;--background:#ffffff;--foreground:#171717;--text-primary:#333333;--text-secondary:#666666;--text-light:#999999;--section-bg:#f8f9fa;--section-alt:#ffffff;--hero-overlay:rgba(0,0,0,0.4);--border-light:#e5e5e5;--border-medium:#d0d0d0;--hover-bg:#f5f5f5;--focus-ring:#007bff;--success:#28a745;--warning:#ffc107;--error:#dc3545;--info:#17a2b8;--container-max-width:1200px;--section-padding:4rem 0;--section-padding-mobile:2rem 0;--font-primary:"RocknRoll One",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px rgba(0,0,0,0.1);--shadow-xl:0 20px 25px rgba(0,0,0,0.1);--transition-fast:0.15s ease-in-out;--transition-normal:0.3s ease-in-out;--transition-slow:0.5s ease-in-out;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{height:100%;scroll-behavior:smooth}body{min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;color:var(--foreground);background:var(--background);font-family:var(--font-primary);font-size:var(--font-size-base);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}@media (min-width:768px) and (max-width:1024px){body,html{overflow-x:hidden;width:100%}*{box-sizing:border-box}*,section{max-width:100%}section{width:100%;overflow-x:hidden}}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2;color:var(--text-primary)}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}h5{font-size:var(--font-size-lg)}h6{font-size:var(--font-size-base)}p{margin:0 0 1rem;color:var(--text-secondary)}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--brand-primary)}a:focus{outline:2px solid var(--focus-ring);outline-offset:2px}button{font-family:inherit;font-size:inherit;border:none;background:none;cursor:pointer;transition:all var(--transition-fast)}button:focus{outline:2px solid var(--focus-ring);outline-offset:2px}button:disabled{opacity:.6;cursor:not-allowed}input,select,textarea{font-family:inherit;font-size:inherit;border:1px solid var(--border-medium);border-radius:var(--radius-md);padding:.75rem;transition:border-color var(--transition-fast)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(231,76,60,.1)}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 1rem}.section{padding:var(--section-padding)}.section-alt{background:var(--section-bg)}@media (min-width:640px) and (max-width:767px){.container{padding:0 1.5rem}}@media (min-width:768px) and (max-width:1024px){.container{padding:0 1rem;max-width:100%;width:100%;box-sizing:border-box}}@media (min-width:1025px){.container{padding:0 2rem}}@media (max-width:767px){:root{--font-size-4xl:1.875rem;--font-size-3xl:1.5rem;--font-size-2xl:1.25rem;--section-padding:var(--section-padding-mobile)}.container{padding:0 1rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-40px;left:6px;background:var(--brand-primary);color:white;padding:8px;text-decoration:none;border-radius:var(--radius-md);z-index:1000}.skip-link:focus{top:6px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}