.navigation{position:fixed;top:0;left:0;width:100%;background:#0f0c29f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;transition:all .3s ease;padding:1rem 0}.navigation.scrolled{background:#0f0c29fa;box-shadow:0 2px 20px #6c5ce74d;padding:.8rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--highlight-color);text-decoration:none;transition:all .3s ease}.nav-logo:hover{color:var(--lightest-color);text-shadow:0 0 10px var(--lightest-color)}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-menu li{margin:0}.nav-menu button{background:none;border:none;color:var(--lightest-color);font-size:1rem;cursor:pointer;padding:.5rem 0;transition:all .3s ease;position:relative}.nav-menu button:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-color);transition:width .3s ease}.nav-menu button:hover{color:var(--accent-color)}.nav-menu button:hover:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:5px}.mobile-menu-toggle span{width:25px;height:3px;background:var(--highlight-color);transition:all .3s ease;border-radius:2px}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width: 768px){.mobile-menu-toggle{display:flex}.nav-menu{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:#0f0c29fa;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:2rem;gap:1rem;transition:left .3s ease}.nav-menu.active{left:0}.nav-menu button{font-size:1.2rem;padding:1rem}}.home-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem 1.5rem;background:linear-gradient(135deg,var(--primary-gradient-start) 0%,var(--primary-gradient-middle) 50%,var(--primary-gradient-end) 100%);background-attachment:fixed}.home-hero-container{max-width:900px;width:100%;margin:0 auto}.home-hero-content{text-align:center;color:var(--text-primary);display:flex;flex-direction:column;align-items:center;gap:2rem}.home-hero-headline{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin:0;color:var(--text-primary);letter-spacing:-.02em;animation:fadeInUp .8s ease-out}.home-hero-name,.home-hero-role{color:var(--accent-color);display:inline-block}.home-hero-description{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.6;color:var(--text-secondary);max-width:600px;margin:0;opacity:.9;animation:fadeInUp .8s ease-out .2s both}.home-hero-cta{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:600;color:var(--text-primary);background-color:var(--accent-color);border:2px solid var(--accent-color);border-radius:6px;padding:.875rem 2rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;animation:fadeInUp .8s ease-out .4s both;min-width:140px}.home-hero-cta:hover{background-color:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px #6c5ce766}.home-hero-cta:active{transform:translateY(0)}.home-hero-cta:focus{outline:2px solid var(--accent-color);outline-offset:2px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.home-hero{min-height:90vh;padding:1.5rem 1rem}.home-hero-content{gap:1.5rem}.home-hero-headline{line-height:1.3}.home-hero-description{max-width:100%}.home-hero-cta{width:100%;max-width:280px}}@media (max-width: 480px){.home-hero{padding:1rem}.home-hero-content{gap:1.25rem}}@media (prefers-contrast: high){.home-hero-headline{color:var(--text-primary)}.home-hero-description{color:var(--text-primary);opacity:1}.home-hero-cta{border-width:3px}}@media (prefers-reduced-motion: reduce){.home-hero-headline,.home-hero-description,.home-hero-cta{animation:none}.home-hero-cta:hover{transform:none}}.about-section{color:var(--highlight-color)}.about-content{max-width:1000px;margin:0 auto}.about-text{background:#6c5ce714;border:1px solid rgba(108,92,231,.2);border-radius:12px;padding:2rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-text p{font-size:1.05rem;line-height:1.8;margin-bottom:1.2rem;color:var(--lightest-color);text-align:center}.about-text p:last-child{margin-bottom:0}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-top:2rem}.stat-item{text-align:center;padding:1.5rem;background:#6c5ce714;border:1px solid rgba(108,92,231,.2);border-radius:12px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a}.stat-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #6c5ce74d;border-color:var(--bright-color-1);background:#6c5ce71f}.stat-item h3{font-size:2.5rem;font-weight:700;color:var(--bright-color-1);margin-bottom:.5rem;background:linear-gradient(135deg,var(--bright-color-1),var(--lightest-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-item p{color:var(--lightest-color);font-size:.95rem;margin:0;opacity:.9}@media (max-width: 768px){.about-stats{grid-template-columns:1fr}.stat-item h3{font-size:2.5rem}}.projects-section{color:var(--highlight-color)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:2rem}.project-card{background:#6c5ce714;border:1px solid rgba(108,92,231,.2);border-radius:12px;padding:1.8rem;transition:all .3s ease;height:100%;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a}.project-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #6c5ce766;border-color:var(--bright-color-1);background:#6c5ce71f}.project-content{display:flex;flex-direction:column;height:100%}.project-title{font-size:1.4rem;font-weight:700;color:var(--highlight-color);margin-bottom:1rem;line-height:1.3}.project-description{color:var(--lightest-color);line-height:1.7;margin-bottom:1.2rem;flex-grow:1;font-size:.95rem;opacity:.9}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem}.tech-tag{background:#6c5ce726;color:var(--lightest-color);padding:.35rem .75rem;border-radius:20px;font-size:.8rem;border:1px solid rgba(108,92,231,.3);transition:all .2s ease}.tech-tag:hover{border-color:var(--bright-color-1);background:#6c5ce740;transform:translateY(-2px)}.project-links{display:flex;gap:1rem;margin-top:auto}.project-link{color:var(--highlight-color);text-decoration:none;padding:.6rem 1.2rem;border:1px solid var(--accent-color);border-radius:5px;transition:all .3s ease;font-size:.9rem}.project-link:hover{background:var(--accent-color);color:var(--highlight-color);transform:translateY(-2px);box-shadow:0 4px 15px #6c5ce766}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr}.project-links{flex-direction:column}.project-link{text-align:center}}.skills-section{color:var(--highlight-color)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.skill-category{background:#6c5ce714;border:1px solid rgba(108,92,231,.2);border-radius:12px;padding:1.8rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.skill-category:hover{transform:translateY(-5px);box-shadow:0 10px 30px #6c5ce74d;border-color:var(--bright-color-1);background:#6c5ce71f}.category-title{font-size:1.3rem;font-weight:700;color:var(--highlight-color);margin-bottom:1.2rem;text-align:center;padding-bottom:.8rem;border-bottom:1px solid rgba(108,92,231,.2)}.skills-list{display:flex;flex-direction:column;gap:1.2rem}.skill-item{width:100%}.skill-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.skill-name{color:var(--lightest-color);font-weight:500}.skill-percentage{color:var(--highlight-color);font-weight:700}.skill-bar{width:100%;height:8px;background:#ffffff1a;border-radius:10px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(90deg,var(--accent-color),var(--accent-hover));border-radius:10px;transition:width 1s ease;animation:slideIn 1s ease;box-shadow:0 0 10px #6c5ce780}@keyframes slideIn{0%{width:0}}@media (max-width: 768px){.skills-grid{grid-template-columns:1fr}}.experience-section{color:var(--highlight-color)}.timeline{max-width:950px;margin:2rem auto 0;position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--bright-color-1),var(--lightest-color));opacity:.4}.timeline-item{position:relative;margin-bottom:2rem;padding-left:3rem}.timeline-marker{position:absolute;left:-1.5rem;top:.5rem;width:18px;height:18px;background:var(--bright-color-1);border:3px solid var(--lightest-color);border-radius:50%;z-index:1;box-shadow:0 0 15px #6c5ce799}.timeline-content{background:#6c5ce714;border:1px solid rgba(108,92,231,.2);border-radius:12px;padding:1.8rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a}.timeline-content:hover{transform:translate(8px);box-shadow:0 10px 30px #6c5ce74d;border-color:var(--bright-color-1);background:#6c5ce71f}.timeline-header{margin-bottom:1rem}.timeline-title{font-size:1.3rem;font-weight:700;color:var(--highlight-color);margin-bottom:.5rem}.timeline-company{color:var(--lightest-color);font-size:1.1rem;display:block;margin-bottom:.3rem}.timeline-period{color:var(--lightest-color);font-size:.9rem;opacity:.8;display:block}.timeline-description{color:var(--lightest-color);line-height:1.6;margin-bottom:1rem}.timeline-achievements{list-style:none;padding:0;margin:0}.timeline-achievements li{color:var(--lightest-color);padding:.5rem 0 .5rem 1.5rem;position:relative}.timeline-achievements li:before{content:"▸";position:absolute;left:0;color:var(--highlight-color)}.timeline-location{color:var(--lightest-color);font-size:.9rem;opacity:.8;display:block;margin-bottom:.3rem}.timeline-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tech-badge{background:#6c5ce726;color:var(--lightest-color);padding:.3rem .7rem;border-radius:15px;font-size:.8rem;border:1px solid rgba(108,92,231,.3);transition:all .2s ease}.tech-badge:hover{border-color:var(--bright-color-1);background:#6c5ce740;transform:translateY(-2px)}@media (max-width: 768px){.timeline{padding-left:1.5rem}.timeline-item{padding-left:2rem}.timeline-marker{left:-1rem;width:15px;height:15px}.timeline-content{padding:1.5rem}}.education-section{color:var(--highlight-color)}.education-timeline{max-width:950px;margin:2rem auto 0;display:flex;flex-direction:column;gap:1.5rem}.education-item{background:#6c5ce714;border:1px solid rgba(108,92,231,.2);border-radius:12px;padding:1.8rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a}.education-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #6c5ce74d;border-color:var(--bright-color-1);background:#6c5ce71f}.education-degree{font-size:1.3rem;font-weight:700;color:var(--highlight-color);margin-bottom:.5rem}.education-school{font-size:1.2rem;color:var(--lightest-color);margin-bottom:.3rem;font-weight:500}.education-location{color:var(--lightest-color);opacity:.8;margin-bottom:.5rem}.education-year{color:var(--lightest-color);font-size:.9rem;margin-bottom:.5rem}.education-honors{color:var(--highlight-color);font-weight:500;margin-bottom:.5rem}.education-description{color:var(--lightest-color);line-height:1.6;margin-top:1rem}@media (max-width: 768px){.education-item{padding:1.5rem}.education-degree{font-size:1.3rem}}.achievements-section{color:var(--highlight-color)}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.achievement-card{background:#6c5ce714;border:1px solid rgba(108,92,231,.2);border-radius:12px;padding:1.8rem;transition:all .3s ease;height:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a}.achievement-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #6c5ce74d;border-color:var(--bright-color-1);background:#6c5ce71f}.achievement-content{display:flex;flex-direction:column;height:100%}.achievement-title{font-size:1.5rem;font-weight:700;color:var(--highlight-color);margin-bottom:.5rem}.achievement-organization{font-size:1.1rem;color:var(--bright-color-1);margin-bottom:.3rem;font-weight:500}.achievement-year{color:var(--lightest-color);font-size:.9rem;margin-bottom:1rem;opacity:.8}.achievement-description{color:var(--lightest-color);line-height:1.6;margin-top:auto}@media (max-width: 768px){.achievements-grid{grid-template-columns:1fr}}.contact-section{color:var(--highlight-color)}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;margin-top:2rem}.contact-content-info-only{grid-template-columns:1fr;max-width:640px;margin-left:auto;margin-right:auto}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{background:#6c5ce714;border:1px solid rgba(108,92,231,.2);border-radius:12px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.contact-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px #6c5ce74d;border-color:var(--bright-color-1);background:#6c5ce71f}.contact-item h3{font-size:1.2rem;color:var(--highlight-color);margin-bottom:.8rem}.contact-item a{color:var(--lightest-color);text-decoration:none;transition:all .3s ease}.contact-item a:hover{color:var(--accent-color);text-shadow:0 0 15px var(--accent-color)}.contact-item p{color:var(--lightest-color);margin:0}.contact-form{display:flex;flex-direction:column;gap:1.2rem;background:#6c5ce714;border:1px solid rgba(108,92,231,.2);border-radius:12px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a}.form-group{width:100%}.form-group input,.form-group textarea{width:100%;padding:.9rem;background:#6c5ce70d;border:1px solid rgba(108,92,231,.2);border-radius:8px;color:var(--highlight-color);font-size:.95rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--bright-color-1);box-shadow:0 0 15px #6c5ce733;background:#6c5ce714}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--lightest-color);opacity:.6}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{align-self:flex-start}.submit-status{padding:.75rem 1rem;border-radius:5px;margin-top:.5rem;font-size:.9rem;animation:fadeIn .3s ease}.submit-status.success{background:#6c5ce733;border:1px solid rgba(108,92,231,.5);color:var(--lightest-color)}.submit-status.error{background:#ff4d4d33;border:1px solid rgba(255,77,77,.5);color:#fcc}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.contact-content{grid-template-columns:1fr}}.footer{background:#0f0c29cc;color:var(--highlight-color);padding:3rem 0 1rem;border-top:1px solid var(--border-color)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.2rem;margin-bottom:1rem;color:var(--highlight-color)}.footer-section p{color:var(--lightest-color);line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--lightest-color);text-decoration:none;transition:all .3s ease}.footer-section ul li a:hover{color:var(--highlight-color);padding-left:5px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:var(--lightest-color)}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;text-align:center}}.portfolio-page{width:100%;overflow-x:hidden}html{scroll-behavior:smooth}section{padding:60px 0;position:relative}section:nth-child(2n){background:#6c5ce708}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:.5rem;color:var(--highlight-color);position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,var(--bright-color-1),var(--lightest-color));border-radius:2px}.section-subtitle{text-align:center;color:var(--lightest-color);font-size:1rem;margin-bottom:2.5rem;opacity:.85}.btn{display:inline-block;padding:12px 30px;border-radius:5px;text-decoration:none;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:var(--accent-color);color:var(--highlight-color);border:2px solid var(--accent-color);box-shadow:0 4px 15px #6c5ce766}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #6c5ce799}.btn-secondary{background:transparent;color:var(--highlight-color);border:2px solid var(--accent-color)}.btn-secondary:hover{background:var(--accent-color);color:var(--highlight-color);transform:translateY(-2px);box-shadow:0 6px 20px #6c5ce799}.card{background:#6c5ce714;border:1px solid rgba(108,92,231,.2);border-radius:12px;padding:1.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a}.card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #6c5ce74d;border-color:var(--bright-color-1);background:#6c5ce71f}@media (max-width: 768px){section{padding:40px 0}.section-title{font-size:1.8rem}.section-subtitle{font-size:.95rem;margin-bottom:2rem}.card{padding:1.2rem}}.links-page{min-height:100vh;position:relative}.circle-shape{width:200px;height:200px;position:relative;overflow:hidden;border-radius:50%;border:4px solid var(--accent-color);margin:0 auto;transition:transform .3s ease,box-shadow .3s ease;display:flex;align-items:center;justify-content:center;background:var(--bg-card)}.circle-shape:hover{transform:scale(1.05);box-shadow:0 0 30px #6c5ce799;border-color:var(--accent-hover)}.profile-pic{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;margin:0;padding:0}a{color:var(--lightest-color);text-decoration:none;transition:all .3s ease}.ig-link{margin:10px 0;font-weight:700;font-size:1.2em;display:inline-block}.ig-link:hover{color:var(--accent-color);text-shadow:0 0 15px var(--accent-color)}.link-list{width:100%;margin:10px 0}.link-list-item{border:1px solid var(--border-color);box-sizing:border-box;margin:20px auto;color:var(--highlight-color);padding:15px;text-align:center;transition:all .3s ease;border-radius:2px;cursor:pointer;font-weight:500}.link-list-item:hover,a:hover .link-list-item{color:var(--highlight-color);border-color:var(--accent-color);text-shadow:0 0 2em var(--accent-color);box-shadow:0 0 20px #6c5ce780;transform:translateY(-2px)}.icon-list{display:flex;justify-content:center;align-items:center;gap:10px;margin:30px 0;flex-wrap:wrap}.icon-list-img{height:50px;width:50px;margin:3px;transition:transform .3s ease,filter .3s ease;border-radius:50%}.icon-list-img:hover{transform:scale(1.1) rotate(5deg);filter:brightness(1.2) drop-shadow(0 0 15px rgba(108,92,231,.8))}.dark{background:var(--bright-color-1)}.medium{background:var(--bright-color-2)}.light{background:var(--bright-color-3)}.bg-decoration{position:fixed;top:0;left:0;pointer-events:none;width:100%;height:100%;overflow:hidden;z-index:0}.bg-decoration__svg{position:absolute;top:0;left:50%;transform:translate(-41%);width:100%;height:auto;min-height:100%}@media (max-width: 768px){.container{width:90%;max-width:100%;padding:0 10px}.circle-shape{width:160px;height:160px}.link-list-item{padding:12px;font-size:.9em}.icon-list-img{height:40px;width:40px}}@media (max-width: 480px){.container{width:95%}.ig-link{font-size:1em}.link-list-item{padding:10px;font-size:.85em}}.blog-page{min-height:100vh;position:relative}.facebook-box{position:relative;z-index:1;padding:20px;min-height:100vh;display:flex;align-items:center;justify-content:center}.container{width:50%;max-width:500px;margin:20px auto;display:flex;flex-direction:column;text-align:center;position:relative;z-index:1}@media (max-width: 768px){.container{width:90%;max-width:100%;padding:0 10px}}@media (max-width: 480px){.container{width:95%}}.app{min-height:100vh;position:relative}:root{--darkest-color: #1a1a2e;--lightest-color: #a8d8ea;--highlight-color: #ffffff;--bright-color-1: #6c5ce7;--bright-color-2: #5f3dc4;--bright-color-3: #ffffff;--primary-gradient-start: #0f0c29;--primary-gradient-middle: #302b63;--primary-gradient-end: #24243e;--accent-color: #6c5ce7;--accent-hover: #5f3dc4;--text-primary: #ffffff;--text-secondary: #a8d8ea;--bg-card: rgba(108, 92, 231, .1);--bg-card-hover: rgba(108, 92, 231, .2);--border-color: rgba(168, 216, 234, .3);--action-color: #14b8a6;--action-hover: #0d9488;--action-bg: rgba(20, 184, 166, .15);--action-border: rgba(20, 184, 166, .35)}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,var(--primary-gradient-start) 0%,var(--primary-gradient-middle) 50%,var(--primary-gradient-end) 100%);background-attachment:fixed;font-family:Roboto,sans-serif;min-height:100vh;position:relative;overflow-x:hidden}#root{min-height:100vh;position:relative}
