html[data-theme=light]{--color-primary: #1e40af;--color-secondary: #7c3aed;--color-bg: #ffffff;--color-surface: #f9fafb;--color-text: #111827;--color-text-muted: #6b7280;--color-border: #e5e7eb;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6}html[data-theme=dark]{--color-primary: #3b82f6;--color-secondary: #a78bfa;--color-bg: #0f172a;--color-surface: #1e293b;--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-border: #334155;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6}:root{--color-primary: #1e40af;--color-secondary: #7c3aed;--color-bg: #ffffff;--color-surface: #f9fafb;--color-text: #111827;--color-text-muted: #6b7280;--color-border: #e5e7eb;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}html[dir=rtl]{direction:rtl}body{direction:inherit}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);transition:background-color color ease-in-out}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.25rem}@media (min-width: 768px){h1{font-size:1.875rem}}h2{font-size:1.875rem}@media (min-width: 768px){h2{font-size:1.5rem}}h3{font-size:1.5rem}@media (min-width: 768px){h3{font-size:1.25rem}}p{margin-bottom:1rem;color:var(--color-text-muted)}a{color:var(--color-primary);text-decoration:none;transition:color .3s ease-in-out;outline:2px solid transparent;outline-offset:2px}a:hover{color:var(--color-secondary)}a:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.container{width:100%;max-width:1280px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width: 640px){.container{padding-left:2rem;padding-right:2rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.text-center{text-align:center}.text-right{text-align:right}.mt-0{margin-top:0}.mt-xs{margin-top:.25rem}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.mt-2xl{margin-top:3rem}.mt-3xl{margin-top:4rem}.mb-0{margin-bottom:0}.mb-xs{margin-bottom:.25rem}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.mb-2xl{margin-bottom:3rem}.mb-3xl{margin-bottom:4rem}.p-0{padding:0}.p-xs{padding:.25rem}.p-sm{padding:.5rem}.p-md{padding:1rem}.p-lg{padding:1.5rem}.p-xl{padding:2rem}.p-2xl{padding:3rem}button{border:none;background:none;cursor:pointer;font-family:inherit;outline:2px solid transparent;outline-offset:2px}button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;border:1px solid var(--color-border);border-radius:.5rem;padding:.5rem 1rem;background-color:var(--color-surface);transition:border-color background-color ease-in-out}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-primary)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
