:root{--color-bg-primary: #F4F1ED;--color-bg-secondary: #FAFAF9;--color-surface: #FFFFFF;--color-surface-hover: #F4F1ED;--color-surface-raised: #FFFFFF;--color-text-primary: #1A1A1A;--color-text-secondary: #6B6B6B;--color-text-muted: #9CA3AF;--color-text-inverse: #FFFFFF;--color-text-on-accent: #FFFFFF;--color-accent-primary: #4F46E5;--color-accent-primary-hover: #4338CA;--color-accent-primary-active: #3730A3;--color-accent-secondary: #818CF8;--color-accent-wash: #EEF2FF;--color-success: #16A34A;--color-success-wash: #F0FDF4;--color-success-border: #BBF7D0;--color-success-text: #166534;--color-error: #DC2626;--color-error-wash: #FEF2F2;--color-error-border: #FECACA;--color-warning: #D97706;--color-warning-wash: #FFF7ED;--color-warning-border: #FED7AA;--color-warning-text: #92400E;--color-border: #E5E5E5;--color-border-hover: #D5D5D5;--color-border-focus: var(--color-accent-primary);--color-button-primary-bg: var(--color-accent-primary);--color-button-primary-hover: var(--color-accent-primary-hover);--color-button-secondary-bg: var(--color-bg-primary);--color-button-secondary-hover: #EBE8E3;--color-button-danger-bg: var(--color-error-wash);--color-button-danger-hover: #FEE2E2;--color-card-bg: var(--color-surface);--color-card-border: var(--color-border);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12);--shadow-focus: 0 0 0 3px rgba(79, 70, 229, .08);--shadow-focus-error: 0 0 0 3px rgba(220, 38, 38, .08);--space-xs: 4px;--space-sm: 8px;--space-md: 14px;--space-lg: 22px;--space-xl: 32px;--space-2xl: 48px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-full: 9999px;--font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;--font-family-mono: "DM Mono", "Courier New", monospace;--font-size-xs: .75rem;--font-size-sm: .8125rem;--font-size-base: .9375rem;--font-size-lg: 1.0625rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.625rem;--font-size-3xl: 2rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-bold: 700;--line-height-body: 1.55;--line-height-heading: 1.25;--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease;--touch-target-min: 44px;--content-max-width: 480px}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height-body);color:var(--color-text-primary);background-color:var(--color-bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100%;display:flex;flex-direction:column}h1{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-heading);letter-spacing:-.01em;margin-bottom:var(--space-lg);color:var(--color-text-primary)}h2{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-heading);letter-spacing:-.01em;margin-bottom:var(--space-md)}h3{font-size:var(--font-size-xl);font-weight:var(--font-weight-medium);line-height:var(--line-height-heading);margin-bottom:var(--space-sm)}p{margin-bottom:var(--space-md);color:var(--color-text-secondary)}a{color:var(--color-accent-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-primary-hover)}ul,ol{margin-bottom:var(--space-md);padding-left:var(--space-lg)}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none;transition:all var(--transition-fast)}button:disabled{opacity:.35;cursor:not-allowed}input,textarea,select{font-family:inherit;font-size:inherit;color:var(--color-text-primary);background-color:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-md) var(--space-md);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-border-focus);box-shadow:var(--shadow-focus)}input::placeholder,textarea::placeholder{color:#b0b0b0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg-primary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-border-hover)}.container{width:100%;max-width:var(--content-max-width);margin:0 auto;padding:0 var(--space-md)}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.error{color:var(--color-error)}.success{color:var(--color-success)}@keyframes checkmark-draw{0%{stroke-dashoffset:24}to{stroke-dashoffset:0}}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 640px){:root{--space-md: 16px;--space-lg: 24px;--space-xl: 36px;--space-2xl: 52px;--content-max-width: 480px}body{font-size:16px}}@media (min-width: 768px){:root{--space-lg: 28px;--space-xl: 40px;--space-2xl: 56px}h1{font-size:2.25rem}h2{font-size:1.75rem}}@media (min-width: 1024px){a:hover{opacity:.85}}@media print{button,.admin-panel,.voting-form{display:none!important}body{background-color:#fff;color:#000}.results-display{page-break-inside:avoid}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){:root{--color-bg-primary: #FFFFFF;--color-surface: #FFFFFF;--color-text-primary: #000000;--color-border: #000000}button,input,.card{border-width:3px}}@media (prefers-color-scheme: light){:root{color-scheme:light}}@media (prefers-color-scheme: dark){:root{color-scheme:light}}
