@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");:root{--background:#ffffff;--primary:#2563eb;--primary-light:#3b82f6;--secondary:#f3f4f6;--accent:#2563eb;--text-light:#4b5563;--text-muted:#6b7280;--border:#e5e7eb;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:1rem;--transition:all 0.2s ease-in-out}[data-theme=dark]{--background:#0f172a;--foreground:#f8fafc;--primary:#60a5fa;--primary-light:#93c5fd;--secondary:#1e293b;--accent:#60a5fa;--text:#e2e8f0;--text-light:#94a3b8;--text-muted:#64748b;--border:#374151;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.3);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.3),0 2px 4px -2px rgb(0 0 0/0.3);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.3),0 4px 6px -4px rgb(0 0 0/0.3);--shadow-xl:0 20px 25px -5px rgb(0 0 0/0.3),0 8px 10px -6px rgb(0 0 0/0.3)}*,:after,:before{box-sizing:border-box;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth;font-size:16px;line-height:1.5;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--background);transition:background-color .2s ease,color .2s ease,border-color .2s ease;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}body,h1,h2,h3,h4,h5,h6{color:var(--foreground)}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-weight:700;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin:0 0 1rem;line-height:1.7;color:var(--text);font-size:1.05rem}.muted{color:var(--text-muted)}.lead{font-size:1.25rem;font-weight:400;line-height:1.6;color:var(--text-light);margin-bottom:1.5rem}a{color:var(--accent);text-decoration:none;transition:var(--transition)}a:hover{text-decoration:underline;text-underline-offset:2px}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem}.btn,button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.5;color:white;background-color:var(--primary);border:none;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);text-decoration:none;white-space:nowrap}.btn:hover,button:hover{background-color:var(--primary-light);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn:active,button:active{transform:translateY(0)}.btn:disabled,button:disabled{opacity:.6;cursor:not-allowed;transform:none}input,select,textarea{width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;color:var(--text);background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(59,130,246,.25)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}@media (max-width:768px){html{font-size:14px}.container{padding:0 1rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}}@media print{body{background:white;color:black;font-size:12pt}.no-print{display:none!important}a{text-decoration:underline}@page{margin:2cm}}.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}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .5s ease-in-out}.theme-toggle{background:none;border:none;color:var(--text);cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.theme-toggle:hover{background-color:var(--secondary)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-light)}