:root{--bg-primary:#fff;--bg-primary-rgb:255,255,255;--bg-secondary:#f8f9fa;--text-primary:#2d3436;--text-secondary:#636e72;--accent-color:#0984e3;--border-color:#dfe6e9;--success-color:#00b894;--error-color:#d63031;--warning-color:#fdcb6e;--info-color:#0984e3}[data-theme=dark]{--bg-primary:#1a1a1a;--bg-primary-rgb:26,26,26;--bg-secondary:#2d2d2d;--text-primary:#fff;--text-secondary:#a0a0a0;--accent-color:#74b9ff;--border-color:#404040}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;transition:background-color .3s ease,color .3s ease;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;line-height:1.2}a{color:var(--accent-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--text-secondary)}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;height:auto}.container{width:100%;padding:0 1rem;margin:0 auto}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}.section{padding:5rem 0;min-height:100vh;scroll-margin-top:80px;position:relative}.section-title{font-size:1.75rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-primary)}.section-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:2rem;font-size:1rem}@media (min-width:768px){.container{max-width:720px;padding:0 1.5rem}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:1.125rem}.section{padding:4rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1.125rem}}@media (min-width:1024px){.container{max-width:960px}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.75rem}h5{font-size:1.5rem}h6{font-size:1.25rem}.section{padding:5rem 0}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.25rem}}@media (min-width:1280px){.container{max-width:1200px}}@media (hover:none){.btn:hover{transform:none!important}a:hover{color:var(--accent-color)}}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem;width:100%;text-align:center;touch-action:manipulation}@media (min-width:768px){.btn{width:auto;padding:.8rem 2rem}}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:2.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease forwards}.btn-primary{background:var(--accent-color);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.btn-outline{border:2px solid var(--accent-color);color:var(--accent-color);background:transparent}.btn-outline:hover{background:var(--accent-color);color:#fff;transform:translateY(-2px)}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.card{background-color:var(--bg-primary);border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.card-content{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500}.form-input{width:100%;padding:.8rem;border:1px solid var(--border-color);border-radius:.5rem;background-color:var(--bg-primary);color:var(--text-primary)}.form-input:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 2px rgba(0,102,204,.2)}@media (max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:2.5rem}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}[id]{scroll-margin-top:80px}.loading-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--background-color);display:flex;justify-content:center;align-items:center;z-index:9999}.loading-spinner{position:relative;width:80px;height:80px}.loading-circle{position:absolute;width:100%;height:100%;border:4px solid transparent;border-radius:50%}.loading-circle:first-child{border-top-color:var(--primary-color);animation:spin 1s linear infinite}.loading-circle:nth-child(2){border-right-color:var(--accent-color);animation:spin 1s linear infinite;animation-delay:-.5s}.loading-circle:nth-child(3){border-bottom-color:var(--secondary-color);animation:spin 1s linear infinite;animation-delay:-.25s}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:__Inter_e8ce0c;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_e8ce0c;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_e8ce0c;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_e8ce0c;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_e8ce0c;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_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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_e8ce0c;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_e8ce0c{font-family:__Inter_e8ce0c,__Inter_Fallback_e8ce0c;font-style:normal}