:root{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}body{min-width:360px;margin:0}a{text-decoration:none}.navbar{background:var(--nav-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--nav-border);width:100%;height:70px;box-shadow:var(--shadow-strong);z-index:1000;transition:all .3s ease-in-out;position:fixed;top:0}.nav-container{justify-content:space-between;align-items:center;gap:20px;max-width:1200px;height:100%;margin:auto;padding:0 25px;display:flex}.logo{letter-spacing:1px;cursor:pointer;color:var(--nav-link);text-transform:uppercase;align-items:center;gap:6px;font-size:1.9rem;font-weight:800;display:flex}.logo .accent{color:var(--accent);text-shadow:0 0 8px var(--accent)}.nav-links{align-items:center;gap:26px;display:flex}.nav-links a{color:var(--nav-link);align-items:center;gap:8px;height:46px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .35s;display:flex;position:relative}.nav-links a:after{content:"";background:var(--accent);width:0%;height:2px;transition:all .35s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-6px;left:0}.nav-links a:hover{color:var(--accent)}.nav-links a:hover:after{width:100%}.nav-links a.active{color:var(--accent)}.nav-links a.active:after{width:100%}.nav-actions{flex:1;justify-content:space-between;align-items:center;gap:14px;display:flex}.nav-cta{align-items:center;gap:10px;display:flex}.theme-toggle{border:1px solid var(--nav-border);color:var(--nav-link);cursor:pointer;background:#ffffff08;border-radius:999px;align-items:center;gap:8px;height:42px;padding:8px 14px;transition:all .25s;display:flex}.theme-toggle:hover{color:var(--accent);border-color:var(--accent);background:#ffffff14}.toggle-icon{justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.toggle-label{font-size:.95rem;font-weight:600}.btn-nav{background:var(--pill-gradient);border-radius:25px;align-items:center;gap:8px;height:46px;padding:10px 18px;font-weight:700;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 22px #0000002e;color:#0a0a0a!important}.body.light-mode .btn-nav,body.light-mode .btn-nav{color:#0e1726!important}.btn-nav:after{display:none}.btn-nav:hover{transform:translateY(-2px);box-shadow:0 12px 26px #00e5ff66}.btn-nav .icon{color:inherit}.icon{font-size:1.1rem;transition:transform .3s,color .3s}.nav-links a:hover .icon,.nav-links a.active .icon{color:var(--accent);transform:scale(1.2)}@media (max-width:900px){.nav-links{gap:16px}.nav-actions{gap:10px}}@media (max-width:768px){.navbar{height:auto;padding:12px 0}.nav-container{flex-direction:column;align-items:flex-start;gap:12px}.nav-links{flex-wrap:wrap}.btn-nav{padding:10px 16px}}.footer{color:#cfd8dc;background:linear-gradient(#0d0d0d,#121212);padding:80px 20px 30px;font-size:.95rem}.footer-container{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:50px;max-width:1200px;margin:auto;display:grid}.footer-brand h3{color:#fff;font-size:1.7rem;font-weight:700}.footer-brand h3 span{color:#00e5ff}.footer-brand p{color:#b0bec5;margin-top:14px;line-height:1.7}.footer-info p{align-items:center;gap:10px;margin-top:10px;font-size:.9rem;display:flex}.footer-links h4,.footer-social h4,.footer-skills h4{color:#fff;margin-bottom:18px;font-size:1.1rem;position:relative}.footer-links h4:after,.footer-social h4:after,.footer-skills h4:after{content:"";background:#00e5ff;width:40px;height:2px;position:absolute;bottom:-6px;left:0}.footer-links a{color:#cfd8dc;align-items:center;gap:10px;margin-bottom:12px;text-decoration:none;transition:all .3s;display:flex}.footer-links a:hover{color:#00e5ff;transform:translate(6px)}.footer-skills span{color:#cfd8dc;align-items:center;gap:10px;margin-bottom:10px;display:flex}.footer-skills svg{color:#00e5ff}.availability{color:#00e5ff;margin-top:15px;font-size:.9rem}.social-icons{gap:15px;display:flex}.social-icons a{color:#fff;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;transition:all .3s;display:flex}.social-icons a:hover{color:#00363a;background:#00e5ff;transform:translateY(-5px);box-shadow:0 6px 20px #00e5ff73}.footer-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;max-width:1200px;margin:60px auto 0;padding-top:25px;display:flex}.footer-bottom p{color:#9ea7ad;font-size:.85rem}.back-to-top{color:#fff;cursor:pointer;background-color:#248e95;border:none;border-radius:5px;padding:10px 15px;transition:background-color .3s}.back-to-top:hover{background-color:#48d6e2;transform:translateY(-5px);box-shadow:0 6px 20px #48d6e273}@media (max-width:768px){.footer{padding:60px 20px 25px}.footer-bottom{text-align:center;justify-content:center}}body.light-mode .footer{color:#0e1726;background:linear-gradient(#eef2f8,#f8fbff)}body.light-mode .footer-brand h3,body.light-mode .footer-links h4,body.light-mode .footer-social h4,body.light-mode .footer-skills h4{color:#0e1726}body.light-mode .footer-brand p,body.light-mode .footer-info p,body.light-mode .footer-links a,body.light-mode .footer-skills span,body.light-mode .footer-bottom p{color:#334155}body.light-mode .footer-brand h3 span,body.light-mode .availability,body.light-mode .footer-links h4:after,body.light-mode .footer-social h4:after,body.light-mode .footer-skills h4:after,body.light-mode .social-icons a:hover{color:#0b8bff;background:#0b8bff}body.light-mode .social-icons a{color:#0e1726;background:#0b8bff14}body.light-mode .footer-bottom{border-top:1px solid #0b8bff1f}.hero{color:#fff;background:linear-gradient(135deg,#0f172a,#0b1120);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.hero-container{justify-content:space-between;align-items:center;gap:50px;width:100%;max-width:1200px;display:flex}.hero-left{flex:1}.hero-left h1{margin-bottom:10px;font-size:3rem}.hero-left h1 span{background:linear-gradient(90deg,#3b82f6,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-left h2{color:#94a3b8;min-height:40px;margin-bottom:20px;font-size:1.5rem}.cursor{animation:1s infinite blink}@keyframes blink{50%{opacity:0}}.hero-left p{color:#cbd5e1;max-width:500px;margin-bottom:30px;line-height:1.6}.hero-buttons{gap:15px;display:flex}.btn{border-radius:30px;padding:10px 25px;font-weight:500;text-decoration:none;transition:all .3s}.primary{color:#fff;background:linear-gradient(90deg,#3b82f6,#06b6d4)}.primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #3b82f680}.outline{color:#3b82f6;border:1px solid #3b82f6}.outline:hover{color:#fff;background:#3b82f6}.hero-right{flex:1;justify-content:center;display:flex}.image-wrapper{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(140deg,#336bff33,#1a609c40);border:2px solid #60a5fa4d;border-radius:24px;width:340px;height:400px;transition:transform .3s,box-shadow .3s,border-color .3s;animation:4s ease-in-out infinite float;position:relative;overflow:hidden;box-shadow:0 20px 50px #0009}.image-wrapper:hover{border-color:#60a5faf2;transform:translateY(-4px)scale(1.02);box-shadow:0 26px 70px #000000b3}.image-wrapper:after{content:"Professional Portrait";color:#eaf4ff;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a192d9e;border-radius:6px;padding:6px 10px;font-size:.75rem;font-weight:600;position:absolute;top:12px;left:12px}.image-wrapper:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#66b2ff38,#0000 40%),radial-gradient(circle at 0 100%,#1a53b42b,#0000 45%);position:absolute;inset:0}.image-wrapper img{object-fit:cover;filter:saturate(1.1)contrast(1.07)brightness(1.02);width:100%;height:100%;transition:transform .5s,filter .35s}.image-wrapper:hover img{filter:saturate(1.15)contrast(1.12)brightness(1.05);transform:scale(1.03)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width:900px){.hero-container{text-align:center;flex-direction:column}.hero-left p{max-width:100%}.hero-buttons{justify-content:center}}body.light-mode .hero{color:#0e1726;background:linear-gradient(135deg,#f5f9ff,#e8f1ff)}body.light-mode .hero-left h2{color:#475569}body.light-mode .hero-left p{color:#1f2937}body.light-mode .primary{background:linear-gradient(90deg,#0b8bff,#3cc6ff)}body.light-mode .outline{color:#0b8bff;border-color:#0b8bff}body.light-mode .outline:hover{color:#fff;background:#0b8bff}.about-section{color:#fff;background:#0f172a;padding:100px 10%}.about-container{grid-template-columns:1.2fr 1fr;align-items:start;gap:60px;display:grid}.section-tag{color:#38bdf8;letter-spacing:2px;font-size:14px;font-weight:600}.about-left h2{margin:15px 0 20px;font-size:34px}.about-description{color:#cbd5e1;margin-bottom:40px;line-height:1.7}.about-stats{gap:40px;margin-bottom:50px;display:flex}.stat h3{color:#38bdf8;font-size:30px}.stat p{color:#94a3b8;font-size:14px}.education h3{color:#38bdf8;align-items:center;gap:10px;margin-bottom:20px;display:flex}.education-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:16px;padding:25px;transition:all .3s}.education-card:hover{background:#38bdf814;transform:translateY(-5px)}.education-card h4{margin-bottom:5px}.edu-year{color:#94a3b8;margin-bottom:15px;font-size:14px;display:block}.education-card p{color:#cbd5e1;margin-bottom:15px;font-size:14px;line-height:1.6}.education-card ul{padding:0;list-style:none}.education-card li{margin-bottom:8px;font-size:14px}.profile-card{border-radius:20px;width:260px;margin:0 auto 40px;transition:all .4s;overflow:hidden;box-shadow:0 20px 40px #0006}.profile-card img{width:100%;display:block}.profile-card:hover{transform:translateY(-10px)}.skills-cards{flex-direction:column;gap:20px;display:flex}.skill-card{background:#ffffff0d;border-radius:16px;padding:20px;transition:all .3s}.skill-card:hover{background:#38bdf81a;transform:translateY(-5px)}.icon{color:#38bdf8;margin-bottom:10px;font-size:22px}@media (max-width:992px){.about-container{text-align:center;grid-template-columns:1fr}.about-stats{justify-content:center}}body.light-mode .about-section{color:#0e1726;background:#f6f8fb}body.light-mode .section-tag,body.light-mode .stat h3,body.light-mode .education h3,body.light-mode .education-card h4{color:#0b8bff}body.light-mode .about-description,body.light-mode .stat p,body.light-mode .edu-year,body.light-mode .education-card p{color:#334155}body.light-mode .education-card,body.light-mode .skill-card{background:#ffffffe6;border:1px solid #0b8bff1f;box-shadow:0 14px 40px #0b8bff14}body.light-mode .education-card:hover,body.light-mode .skill-card:hover{background:#fff}.services-section{color:#fff;background:linear-gradient(135deg,#0f0f23f2 0%,#141428fa 100%);padding:120px 25px;position:relative;overflow:hidden}.services-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#00e5ff1a 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-150px;left:-150px}.services-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#64c8ff14 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-150px;right:-150px}.services-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.section-title{text-align:center;color:#fff;letter-spacing:-.5px;margin-bottom:15px;font-size:3rem;font-weight:700}.title-underline{background:linear-gradient(90deg,#00e5ff,#64c8ff);border-radius:2px;width:60px;height:4px;margin:0 auto 30px}.section-subtitle{color:#a0aec0;text-align:center;max-width:600px;margin:0 auto 80px;font-size:1.1rem;line-height:1.6}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;padding:20px;display:grid}.service-item{cursor:pointer;opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff14 0%,#ffffff05 100%);border:1px solid #00e5ff26;border-radius:16px;padding:40px 35px;transition:all .4s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;transform:translateY(50px)}.service-item:before{content:"";background:linear-gradient(90deg,#0000,#00e5ff,#0000);width:200%;height:2px;transition:left .5s;position:absolute;top:0;left:-100%}.service-item:hover:before{left:100%}.service-item:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#00e5ff1a,#0000);transition:opacity .4s;position:absolute;inset:0}.service-item:hover:after{opacity:1}.service-item.show{opacity:1;transform:translateY(0)}.service-item:hover{border-color:#00e5ff59;transform:translateY(-8px);box-shadow:0 20px 50px #00e5ff33,inset 0 1px #ffffff1a}.service-icon{z-index:2;margin-bottom:20px;font-size:3rem;transition:transform .3s;display:inline-block;position:relative}.service-item:hover .service-icon{transform:scale(1.15)rotate(5deg)}.service-content{z-index:2;position:relative}.service-item h3{color:#fff;letter-spacing:-.3px;margin-bottom:15px;font-size:1.35rem;font-weight:600}.service-item p{color:#cbd5e1;margin:0;font-size:.95rem;line-height:1.65}.service-border{background:linear-gradient(90deg,#00e5ff,#64c8ff);width:0;height:3px;transition:width .4s;position:absolute;bottom:0;left:0}.service-item:hover .service-border{width:100%}@media (max-width:768px){.services-section{padding:80px 20px}.section-title{font-size:2.2rem}.services-grid{grid-template-columns:1fr;gap:25px}.service-item{padding:35px 25px}.service-icon{font-size:2.5rem}.service-item h3{font-size:1.2rem}}@media (max-width:480px){.services-section{padding:60px 15px}.section-title{font-size:1.8rem}.section-subtitle{font-size:.95rem}.services-grid{grid-template-columns:1fr;gap:20px;padding:10px}.service-item{padding:30px 20px}}body.light-mode .services-section{color:#0e1726;background:linear-gradient(135deg,#f3f8ff 0%,#e7f2ff 100%)}body.light-mode .section-title{color:#0e1726}body.light-mode .section-subtitle{color:#334155}body.light-mode .service-item{background:linear-gradient(135deg,#fffffff5 0%,#ffffffeb 100%);border:1px solid #0b8bff29;box-shadow:0 18px 40px #0b8bff1f}body.light-mode .service-item:hover{border-color:#0b8bff59;box-shadow:0 22px 48px #0b8bff33}body.light-mode .service-item h3{color:#0e1726}body.light-mode .service-item p{color:#334155}body.light-mode .title-underline,body.light-mode .service-border{background:linear-gradient(90deg,#0b8bff,#3cc6ff)}.projects{color:#fff;background:linear-gradient(135deg,#0f172a,#0b1120);padding:100px 20px;position:relative;overflow:hidden}.section-title{text-align:center;background:linear-gradient(90deg,#3b82f6,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:80px;font-size:2.5rem;font-weight:700}.timeline{max-width:1100px;margin:auto;position:relative}.timeline:after{content:"";background:linear-gradient(#3b82f6,#06b6d4);width:4px;animation:2s forwards growLine;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}@keyframes growLine{0%{height:0}to{height:100%}}.timeline-item{width:50%;padding:20px 50px;transition:all .6s;position:relative}.timeline-item.left{left:0}.timeline-item.right{left:50%}.timeline-dot{background:#3b82f6;border-radius:50%;width:18px;height:18px;animation:2s infinite pulse;position:absolute;top:30px;right:-9px;box-shadow:0 0 15px #3b82f6}.timeline-item.right .timeline-dot{left:-9px}@keyframes pulse{0%{box-shadow:0 0 10px #3b82f6}50%{box-shadow:0 0 30px #06b6d4}to{box-shadow:0 0 10px #3b82f6}}.timeline-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:30px;transition:all .4s;box-shadow:0 20px 40px #0006}.timeline-content:hover{border-color:#3b82f6;transform:translateY(-10px)scale(1.02);box-shadow:0 30px 60px #3b82f64d}.timeline-content h3{margin-bottom:8px;font-size:1.4rem}.project-date{color:#94a3b8;margin-bottom:15px;font-size:.85rem;display:block}.tech-stack span{color:#3b82f6;background:#3b82f626;border:1px solid #3b82f64d;border-radius:50px;margin:6px 6px 0 0;padding:6px 14px;font-size:.8rem;transition:all .3s;display:inline-block}.tech-stack span:hover{color:#fff;background:#3b82f6;transform:translateY(-3px)}.project-links{margin-top:20px}.project-links a{color:#fff;background:linear-gradient(90deg,#3b82f6,#06b6d4);border-radius:30px;margin-right:10px;padding:8px 18px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.project-links a:hover{transform:translateY(-3px);box-shadow:0 10px 20px #3b82f680}.hidden{opacity:0;transform:translateY(80px)}.show{opacity:1;transition:all 1s;transform:translateY(0)}@media screen and (max-width:768px){.timeline:after{left:20px}.timeline-item{width:100%;padding-left:60px;padding-right:25px}.timeline-item.right{left:0}.timeline-dot{left:11px}}body.light-mode .projects{color:#0e1726;background:linear-gradient(135deg,#eef4ff,#dfeaf8)}body.light-mode .timeline:after{background:linear-gradient(#0b8bff,#3cc6ff)}body.light-mode .timeline-dot{background:#0b8bff;box-shadow:0 0 15px #0b8bff}body.light-mode .timeline-content{background:#fff;border:1px solid #0b8bff24;box-shadow:0 20px 40px #0b8bff1f}body.light-mode .project-date{color:#475569}body.light-mode .tech-stack span{color:#0b8bff;background:#0b8bff1f;border:1px solid #0b8bff4d}body.light-mode .tech-stack span:hover{color:#fff;background:#0b8bff}body.light-mode .project-links a{background:linear-gradient(90deg,#0b8bff,#3cc6ff)}.contact{color:#fff;text-align:center;background:#121212;min-height:100vh;padding:100px 10%}.section{margin-bottom:10px;font-size:2rem;font-weight:600}.section+.section{color:#cbd5e1;margin-bottom:50px;font-size:1rem}.contact-container{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.contact-info{grid-template-columns:1fr;gap:20px;width:100%;max-width:400px;display:grid}.info-card{text-align:left;cursor:pointer;background:#ffffff0d;border:1px solid #00e5ff33;border-radius:20px;align-items:center;gap:15px;padding:20px 15px;transition:all .3s;display:flex}.info-card:hover{border-color:#00e5ff;transform:translateY(-5px);box-shadow:0 10px 25px #00e5ff4d}.info-icon{color:#00e5ff;font-size:2rem}.info-card h4{color:#00e5ff;margin:0;font-size:1rem}.info-card p{color:#cbd5e1;margin:0;font-size:.95rem}.info-card a{color:#00e5ff;text-decoration:none}.info-card a:hover{text-decoration:underline}.contact-form{background:#ffffff0d;border-radius:20px;width:100%;max-width:500px;padding:35px 25px;transition:all .3s;box-shadow:0 15px 35px #00e5ff33}.contact-form:hover{box-shadow:0 25px 50px #00e5ff59}.contact-form h3{color:#00e5ff;text-align:center;letter-spacing:.5px;margin-bottom:25px;font-size:1.5rem}.contact-form input,.contact-form textarea{color:#fff;background:#ffffff14;border:none;border-radius:12px;width:100%;margin-bottom:18px;padding:14px 18px;font-size:1rem;transition:all .3s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#cbd5e1}.contact-form input:focus,.contact-form textarea:focus{background:#00e5ff1f;outline:none;transform:scale(1.02);box-shadow:0 0 12px #00e5ff}.contact-form button{cursor:pointer;color:#0d1117;background:linear-gradient(90deg,#00e5ff,#00bcd4);border:none;border-radius:50px;width:100%;padding:14px 20px;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 8px 20px #00e5ff4d}.contact-form button:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 25px #00e5ff73}.form-status{opacity:0;justify-content:center;align-items:center;gap:8px;margin-top:15px;font-size:.95rem;font-weight:500;animation:.6s forwards fadeIn;display:flex}.form-status.success{color:#00e5ff}.form-status.error{color:#ff4d4d}@keyframes fadeIn{to{opacity:1}}@media screen and (max-width:900px){.contact-container{flex-direction:column;align-items:center}.contact-form,.contact-info{max-width:100%}}body.light-mode .contact{color:#0e1726;background:#f5f7fb}body.light-mode .section+.section{color:#334155}body.light-mode .info-card,body.light-mode .contact-form{background:#fff;border:1px solid #0b8bff29;box-shadow:0 16px 38px #0b8bff1f}body.light-mode .info-card:hover{border-color:#0b8bff66;box-shadow:0 18px 42px #0b8bff2e}body.light-mode .info-icon,body.light-mode .info-card h4,body.light-mode .info-card a,body.light-mode .contact-form h3{color:#0b8bff}body.light-mode .info-card p,body.light-mode .contact-form input::placeholder,body.light-mode .contact-form textarea::placeholder{color:#334155}body.light-mode .contact-form input,body.light-mode .contact-form textarea{color:#0e1726;background:#0b8bff0f}body.light-mode .contact-form button{color:#fff;background:linear-gradient(90deg,#0b8bff,#3cc6ff)}:root{--bg-color:#0f1115;--text-color:#f5f7fb;--nav-bg:#121212e6;--nav-border:#ffffff14;--nav-link:#e8eaeb;--nav-link-muted:#b8c2cc;--accent:#00e5ff;--pill-gradient:linear-gradient(135deg,#2dc3d3,#588187);--shadow-strong:0 12px 30px #00000059}body.light-mode{--bg-color:#f6f8fb;--text-color:#0e1726;--nav-bg:#ffffffe6;--nav-border:#0f172a0f;--nav-link:#0e1726;--nav-link-muted:#334155;--accent:#0b8bff;--pill-gradient:linear-gradient(135deg,#4cc2ff,#6dd5ed);--shadow-strong:0 12px 30px #0077ff26}*{box-sizing:border-box;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}html,body{width:100%;height:100%}body{background-color:var(--bg-color);color:var(--text-color);line-height:1.6;transition:background-color .35s,color .35s;overflow-x:hidden}#root{width:100%;height:100%}.logo{will-change:filter;height:6em;padding:1.5em;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}a{padding:1.5em;text-decoration:none}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:20s linear infinite logo-spin}}.card{padding:2em}.read-the-docs{color:#888}
