@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;padding:0;background-color:#ffffff;color:#1e293b;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;overflow-x:hidden}.dark body{background-color:#1e293b;color:#ffffff}.container-responsive{width:100%;margin-left:0;margin-right:auto;padding-left:1rem;padding-right:1rem;box-sizing:border-box}@media (min-width:640px){.container-responsive{max-width:100%;padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:768px){.container-responsive{max-width:100%}}@media (min-width:1024px){.container-responsive{max-width:100%;padding-left:1rem;padding-right:2rem}}@media (min-width:1280px){.container-responsive{max-width:100%}}@media (max-width:640px){body{font-size:16px}img{max-width:100%;height:auto}h1{font-size:1.75rem!important}h2{font-size:1.5rem!important}h3{font-size:1.25rem!important}li,p,td,th{word-wrap:break-word}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive table{width:100%;border-collapse:collapse}.prose{max-width:none}.prose a{color:#2563eb;text-decoration:none}.prose a:hover{text-decoration:underline}.dark .prose a{color:#60a5fa}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{color:#111827;font-weight:700;margin-top:1.5em;margin-bottom:.75em}.prose h1{font-size:2rem;margin-top:1.5rem;margin-bottom:1rem}.prose h2{font-size:1.5rem}.prose h3{font-size:1.25rem}@media (max-width:640px){.prose h1{font-size:1.75rem}.prose h2{font-size:1.5rem}.prose h3{font-size:1.25rem}.prose li,.prose p{font-size:1rem}.prose pre{max-width:100%;overflow-x:auto}}.dark .prose h1,.dark .prose h2,.dark .prose h3,.dark .prose h4,.dark .prose h5,.dark .prose h6{color:#f9fafb}.prose p{color:#374151;margin-bottom:1.25em}.dark .prose p{color:#d1d5db}.prose code{background-color:#f3f4f6;color:#111827;padding:.125rem .25rem;border-radius:.25rem}.dark .prose code{background-color:#1f2937;color:#e5e7eb}.prose pre{background-color:#f3f4f6;padding:1rem;border-radius:.5rem;overflow-x:auto}.dark .prose pre{background-color:#1f2937}.prose pre code{background-color:transparent;padding:0}.prose blockquote{border-left-width:4px;border-left-color:#e5e7eb;padding-left:1rem;font-style:italic}.dark .prose blockquote{border-left-color:#374151}.prose ol,.prose ul{color:#374151;padding-left:1.5rem}.dark .prose ol,.dark .prose ul{color:#d1d5db}.prose table{width:100%;text-align:left;border-collapse:collapse;font-size:.875rem}@media (max-width:640px){.prose table{font-size:.75rem}}.prose th{padding:.5rem;border-bottom-width:1px;border-bottom-color:#e5e7eb;font-weight:600;color:#111827}.dark .prose th{border-bottom-color:#374151;color:#f9fafb}.prose td{padding:.5rem;border-bottom-width:1px;border-bottom-color:#e5e7eb;color:#374151}.dark .prose td{border-bottom-color:#374151;color:#d1d5db}.layout{display:flex;flex-direction:column;min-height:100vh;padding-top:4rem;width:100%;overflow-x:hidden}@media (min-width:768px){.layout{flex-direction:row;padding-top:0}}.main-content{flex:1;padding:1rem;width:100%;transition:margin-left .3s ease-in-out;box-sizing:border-box}@media (min-width:640px){.main-content{padding:1.5rem}}@media (min-width:768px){.main-content{padding:2rem;margin-left:0}}@media (min-width:1024px){.main-content{padding:2.5rem 3rem}}@media (max-width:640px){.main-content{padding:1rem .75rem}.container-responsive{padding-left:.75rem;padding-right:.75rem}}.theme-toggle{padding:.5rem;border-radius:.5rem;background-color:#e5e7eb;border:none;cursor:pointer}.dark .theme-toggle{background-color:#1f2937}.theme-toggle-icon{width:1.25rem;height:1.25rem;color:#4b5563}.dark .theme-toggle-icon{color:#d1d5db}.mobile-menu-toggle{position:fixed;top:1rem;right:1rem;z-index:100;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:#2563eb;border:none;border-radius:.375rem;color:white;cursor:pointer;padding:.5rem;box-shadow:0 2px 5px rgba(0,0,0,.2)}.dark .mobile-menu-toggle{background-color:#3b82f6;color:white}@media (min-width:768px){.mobile-menu-toggle{display:none}}.sidebar-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:40;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.sidebar-backdrop.active{opacity:1;pointer-events:auto}@media (min-width:768px){.sidebar-backdrop{display:none}}.sidebar{background-color:#f9fafb;border-right:1px solid #e5e7eb;position:fixed;top:0;left:0;height:100vh;width:80%;max-width:300px;z-index:50;transform:translateX(-100%);transition:transform .3s ease-in-out;overflow-y:auto;padding:1rem;box-shadow:2px 0 10px rgba(0,0,0,.1)}.sidebar-open{transform:translateX(0)}@media (min-width:768px){.sidebar{width:14rem;position:sticky;transform:none;box-shadow:none}}.dark .sidebar{background-color:#111827;border-right-color:#1f2937}.sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.sidebar-controls{gap:.5rem}.menu-toggle,.sidebar-controls{display:flex;align-items:center}.menu-toggle{justify-content:center;background:none;border:none;color:#4b5563;cursor:pointer;padding:.25rem}.dark .menu-toggle{color:#9ca3af}@media (min-width:768px){.menu-toggle{display:none}}.logo{font-size:1.25rem;font-weight:700;color:#111827}.dark .logo{color:#f9fafb}.sidebar-content{display:flex;flex-direction:column;gap:2rem}.sidebar-section-title{font-weight:600;font-size:.875rem;margin-bottom:.5rem;color:#111827}.dark .sidebar-section-title{color:#f9fafb}.sidebar-links{display:flex;flex-direction:column;gap:.25rem}.sidebar-link{display:block;padding:.5rem .75rem;font-size:.875rem;border-radius:.5rem;color:#4b5563;text-decoration:none}.dark .sidebar-link{color:#9ca3af}.sidebar-link:hover{background-color:#f3f4f6}.dark .sidebar-link:hover{background-color:#1f2937}.sidebar-link.active{background-color:#e5e7eb;color:#2563eb}.dark .sidebar-link.active{background-color:#1f2937;color:#60a5fa}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/6d93bde91c0c2823-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/a34f9d1faa5f3315-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_d65c78{font-family:Inter,Inter Fallback;font-style:normal}