.header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;transition:all .3s;position:fixed;top:0;left:0;right:0}.dark .header{background:#111111f2;border-bottom:1px solid #ffffff1a}.header-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.logo{color:var(--primary-color);cursor:pointer;font-size:1.5rem;font-weight:700}.nav{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-color);font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:hover{color:var(--primary-color)}.nav-link:after{content:"";background:var(--primary-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-link:hover:after{width:100%}.header-actions{align-items:center;gap:1rem;display:flex}.theme-toggle{color:var(--text-color);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:all .3s}.theme-toggle:hover{background:var(--hover-bg)}.theme-toggle:focus{outline:none}.menu-toggle{color:var(--text-color);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}@media (max-width:768px){.nav{background:var(--bg-color);opacity:0;visibility:hidden;border-top:1px solid var(--border-color);flex-direction:column;padding:2rem;transition:all .3s;position:fixed;top:100%;left:0;right:0;transform:translateY(-100%)}.nav-open{opacity:1;visibility:visible;transform:translateY(0)}.menu-toggle{display:block}.header-container{padding:1rem}}
.hero{background:var(--bg-color);justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-bg-gradient{pointer-events:none;background:radial-gradient(80% 50% at 50% -20%,#7877c608,#0000);position:absolute;inset:0}.dark .hero-bg-gradient{background:radial-gradient(80% 50% at 50% -20%,#7877c614,#0000)}.hero-container{z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:2rem;position:relative}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:80vh;display:grid}.hero-content{max-width:600px}.hero-badge{background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.badge-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-name{color:var(--text-color);letter-spacing:-.04em;margin-bottom:1.5rem;font-family:Poppins,Inter,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.name-highlight{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;position:relative}.dark .name-highlight{background:linear-gradient(135deg,#a78bfa 0%,#ec4899 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-title{color:var(--text-secondary);letter-spacing:.01em;margin-bottom:1.5rem;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:500;line-height:1.4}.hero-description{color:var(--text-secondary);opacity:.8;margin-bottom:3rem;font-size:1.1rem;font-weight:400;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.btn{border:1px solid #0000;border-radius:8px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--text-color);color:var(--bg-color);border:1px solid var(--text-color);box-shadow:0 4px 14px #0000001a}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.btn-secondary{color:var(--text-secondary);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0}.btn-secondary:hover{background:var(--hover-bg);border-color:var(--text-secondary);color:var(--text-color)}.hero-image{justify-content:center;align-items:center;display:flex}.image-container{width:350px;height:350px;position:relative}.image-wrapper{z-index:2;border-radius:50%;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:-5px 5px 20px #0003}.image-wrapper img{object-fit:cover;border-radius:50%;width:100%;height:100%}.image-border{z-index:-1;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;position:absolute;inset:-4px}.dark .image-border{background:linear-gradient(135deg,#a78bfa,#ec4899)}.hero-scroll{color:var(--text-secondary);opacity:.6;cursor:pointer;flex-direction:column;align-items:center;gap:.5rem;transition:opacity .3s;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll:hover{opacity:1}.scroll-indicator{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.scroll-indicator:hover{border-color:var(--text-color);background:#fff3}.dark .scroll-indicator{background:#0003}@media (max-width:1024px){.hero-grid{gap:3rem}.image-container{width:300px;height:300px}}@media (max-width:768px){.hero{min-height:100vh;padding-bottom:4rem}.hero-container{padding:1.5rem 1.5rem 0}.hero-grid{text-align:center;grid-template-columns:1fr;gap:2rem;min-height:auto;padding-top:2rem}.hero-content{order:2;max-width:100%}.hero-image{order:1}.image-container{width:200px;height:200px}.hero-badge{margin-bottom:1.5rem;padding:.4rem .8rem;font-size:.8rem}.hero-name{margin-bottom:1rem}.hero-socials{justify-content:center;margin-bottom:1.5rem}.hero-title{margin-bottom:1rem}.hero-description{margin-bottom:2rem;font-size:1rem}.hero-actions{justify-content:center;gap:.75rem;margin-bottom:1rem}.btn{flex:1;justify-content:center;max-width:200px}.hero-scroll{z-index:100;position:fixed;bottom:2rem}}@media (max-width:480px){.hero-grid{gap:1.5rem;padding-top:1rem}.image-container{width:180px;height:180px}.hero-badge{margin-bottom:1rem}.hero-name{margin-bottom:.75rem}.hero-socials{margin-bottom:1rem}.social-link{width:40px;height:40px}.hero-title{margin-bottom:.75rem}.hero-description{margin-bottom:1.5rem}.hero-actions{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:.5rem}.btn{width:100%;max-width:250px}.hero-scroll{bottom:1.5rem}}.underline-word{z-index:2;color:#555;font-weight:700;display:inline-block;position:relative}.dark .underline-word{color:#eee}.underline-word:after{content:"";opacity:0;z-index:-1;filter:blur(1px);border-radius:0;height:16px;animation:1.5s ease-out 1.2s both watercolorPaint;position:absolute;bottom:-5px;left:-8px;right:-8px;transform:rotate(-6deg)}.underline-word:before{content:"";opacity:0;z-index:-1;filter:blur(.5px);background:linear-gradient(#a9b4e792 20%,#d5adffd9 80%);border-radius:2px;height:12px;animation:1.5s ease-out 1.4s both watercolorPaint;position:absolute;bottom:0;left:-4px;right:-4px;transform:rotate(90deg)}.dark .underline-word:before{background:linear-gradient(135deg,#a78bfa 20%,#ec4899 80%)}@keyframes watercolorPaint{0%{opacity:0;transform:scaleX(0)rotate(-1deg)}30%{opacity:.4}60%{opacity:.7;transform:scaleX(1.1)rotate(-1deg)}to{opacity:.6;transform:scaleX(1)rotate(-1deg)}}.hero-floating-elements{pointer-events:none;z-index:1;position:absolute;inset:0}.floating-shape{opacity:.1;background:var(--primary-color);border-radius:50%;position:absolute}.floating-shape-1{width:60px;height:60px;top:20%;left:10%}.floating-shape-2{background:var(--accent-color);width:40px;height:40px;top:60%;right:15%}.floating-shape-3{width:80px;height:80px;bottom:30%;left:20%}.floating-shape-4{background:var(--accent-color);width:30px;height:30px;top:40%;right:30%}.dark .floating-shape{opacity:.15}@media (max-width:768px){.floating-shape{opacity:.05}.dark .floating-shape{opacity:.08}}
.about{background:var(--bg-color);padding:6rem 0}.about-content{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{color:var(--text-color);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-line{background:linear-gradient(135deg, var(--primary-color), var(--accent-color));border-radius:2px;width:60px;height:4px;margin:0 auto}.about-grid{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.about-text{flex-direction:column;justify-content:center;display:flex}.about-description p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-skills h3{color:var(--text-color);margin-bottom:2rem;font-size:1.5rem;font-weight:600}.skills-categories{flex-direction:column;gap:2rem;display:flex}.skill-category{margin-bottom:1.5rem}.category-title{color:var(--primary-color);border-bottom:2px solid var(--border-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;display:grid}.skill-item{background:var(--card-bg);text-align:center;color:var(--text-color);border:1px solid var(--border-color);border-radius:8px;padding:.75rem 1rem;font-size:.9rem;font-weight:500}.about-stats{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.stat-item{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2rem;transition:all .3s}.stat-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.stat-number{color:var(--primary-color);margin-bottom:.5rem;font-size:3rem;font-weight:800}.stat-label{color:var(--text-secondary);font-size:1.1rem;font-weight:500}@media (max-width:768px){.about{padding:4rem 0}.about-grid{grid-template-columns:1fr;gap:3rem}.section-title{font-size:2rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.about-stats{grid-template-columns:1fr;gap:1.5rem}.stat-item{padding:1.5rem}.stat-number{font-size:2.5rem}}
.experience{background:var(--secondary-bg);padding:6rem 0}.experience-content{max-width:1200px;margin:0 auto;padding:0 2rem}.timeline{margin-top:3rem;position:relative}.timeline-item{margin-bottom:3rem;display:flex;position:relative}.timeline-marker{flex-direction:column;align-items:center;margin-right:2rem;display:flex;position:relative}.timeline-dot{background:var(--primary-color);border:4px solid var(--bg-color);width:16px;height:16px;box-shadow:0 0 0 4px var(--primary-color);z-index:2;border-radius:50%}.timeline-line{background:var(--border-color);width:2px;height:100%;min-height:200px;margin-top:1rem}.timeline-content{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;flex:1;padding:2rem;transition:all .3s;position:relative}.timeline-content:before{content:"";border-top:10px solid #0000;border-bottom:10px solid #0000;border-right:10px solid var(--card-bg);width:0;height:0;position:absolute;top:20px;left:-10px}.timeline-content:hover{box-shadow:0 15px 40px #0000001a}.job-header{align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.job-image{border-radius:12px;flex-shrink:0;width:60px;height:60px;overflow:hidden}.job-image img{object-fit:cover;width:100%;height:100%}.job-info{flex:1}.job-company{color:var(--text-color);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.job-meta{flex-wrap:wrap;gap:2rem;display:flex}.job-location,.job-duration{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.job-summary{margin-bottom:2rem}.job-summary p{color:var(--text-secondary);font-size:1rem;line-height:1.6}.job-responsibilities{margin-bottom:2rem}.job-responsibilities h4{color:var(--text-color);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.job-responsibilities ul{padding:0;list-style:none}.job-responsibilities li{color:var(--text-secondary);margin-bottom:.5rem;padding-left:1.5rem;line-height:1.6;position:relative}.job-responsibilities li:before{content:"▸";color:var(--primary-color);font-weight:700;position:absolute;left:0}.job-skills h4{color:var(--text-color);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.skills-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{background:var(--primary-color);color:#fff;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:500}@media (max-width:768px){.experience{padding:4rem 0}.timeline-item{flex-direction:column}.timeline-marker{flex-direction:row;margin-bottom:1rem;margin-right:0}.timeline-line{width:100%;height:2px;min-height:auto;margin-top:0;margin-left:1rem}.timeline-content:before{display:none}.job-header{text-align:center;flex-direction:column}.job-meta{justify-content:center}.timeline-content{padding:1.5rem}}
.projects{background:var(--bg-color);padding:6rem 0}.projects-content{max-width:1200px;margin:0 auto;padding:0 2rem}.project-filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.filter-btn{border:2px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:25px;padding:.8rem 1.5rem;font-weight:500;transition:all .3s}.filter-btn:hover,.filter-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.project-card{background:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;border-radius:16px;transition:all .3s;overflow:hidden}.project-card:hover{box-shadow:0 15px 40px #0000001a}.project-image{height:200px;position:relative;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.project-card:hover .project-image img{transform:scale(1.05)}.project-overlay{opacity:0;background:#000c;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.project-card:hover .project-overlay{opacity:1}.project-links{gap:1rem;display:flex}.project-link{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;text-decoration:none;transition:all .3s;display:flex}.project-link:hover{background:var(--accent-color);transform:scale(1.1)}.project-content{padding:1.5rem}.project-meta{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.project-category{background:var(--primary-color);color:#fff;text-transform:uppercase;border-radius:15px;padding:.3rem .8rem;font-size:.8rem;font-weight:500}.project-date{color:var(--text-secondary);align-items:center;gap:.3rem;font-size:.9rem;display:flex}.project-title{color:var(--text-color);margin-bottom:1rem;font-size:1.3rem;font-weight:600;line-height:1.3}.project-description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.project-actions{justify-content:flex-end;display:flex}.btn-learn-more{border:2px solid var(--primary-color);color:var(--primary-color);cursor:pointer;background:0 0;border-radius:25px;padding:.6rem 1.2rem;font-weight:500;transition:all .3s}.btn-learn-more:hover{background:var(--primary-color);color:#fff}@media (max-width:768px){.projects{padding:4rem 0}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-filters{gap:.5rem}.filter-btn{padding:.6rem 1rem;font-size:.9rem}.project-content{padding:1.2rem}.project-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}
.gallery{background:var(--secondary-bg);padding:6rem 0}.gallery-content{max-width:1200px;margin:0 auto;padding:0 2rem}.section-subtitle{text-align:center;color:var(--text-secondary);margin-top:1rem;font-size:1.1rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.gallery-item{cursor:pointer;border-radius:16px;position:relative;overflow:hidden}.gallery-image{height:250px;position:relative;overflow:hidden}.gallery-image img{object-fit:cover;object-position:bottom;width:100%;height:100%;transition:transform .3s}.gallery-item:hover .gallery-image img{transform:scale(1.05)}.gallery-overlay{opacity:0;background:#000000b3;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay-content{color:#fff;font-size:1.1rem;font-weight:500}.videos-section{margin-top:4rem}.videos-title{text-align:center;color:var(--text-color);margin-bottom:2rem;font-size:2rem;font-weight:600}.videos-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.video-item{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;overflow:hidden}.video-wrapper{height:0;padding-bottom:56.25%;position:relative}.video-wrapper iframe{width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0}.video-wrapper iframe:hover{transform:scale(1.02)}.lightbox{z-index:2000;background:#000000e6;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.lightbox-content{justify-content:center;align-items:center;max-width:80vw;max-height:80vh;display:flex;position:relative}.lightbox-content img,.lightbox-content-img{object-fit:fill;object-position:bottom;border-radius:8px;max-width:100%;height:100vh}.lightbox-close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .3s;display:flex;position:absolute;top:-50px;right:0}.lightbox-close:hover{background:#ffffff4d}.lightbox-nav{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{background:#ffffff4d}.lightbox-prev{left:-70px}.lightbox-next{right:-70px}.lightbox-counter{color:#fff;font-size:1rem;font-weight:500;position:absolute;bottom:-50px;left:50%;transform:translate(-50%)}@media (max-width:768px){.gallery{padding:4rem 0}.gallery-grid{grid-template-columns:1fr;gap:1rem}.gallery-image{height:200px}.videos-grid{grid-template-columns:1fr}.lightbox{padding:1rem}.lightbox-nav{width:40px;height:40px}.lightbox-prev{left:-50px}.lightbox-next{right:-50px}.lightbox-close{width:35px;height:35px;top:-40px}.lightbox-content img{object-fit:fill;object-position:bottom;border-radius:8px;max-width:100vw;height:100%}}
.contact{background:var(--bg-color);padding:6rem 0}.contact-content{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-grid{grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem;display:grid}.contact-info h3{color:var(--text-color);margin-bottom:1rem;font-size:1.8rem;font-weight:600}.contact-info p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.contact-details{margin-bottom:2rem}.contact-item{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-icon{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.contact-text h4{color:var(--text-color);margin-bottom:.3rem;font-size:1.1rem;font-weight:600}.contact-text p{color:var(--text-secondary);margin:0}.contact-socials{gap:1rem;display:flex}.social-link{background:var(--card-bg);width:50px;height:50px;color:var(--text-color);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.contact-form-container{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;display:flex}.form-group input,.form-group textarea{border:2px solid var(--border-color);background:var(--bg-color);color:var(--text-color);border-radius:8px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #007bff1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:linear-gradient(135deg, var(--primary-color), var(--accent-color));color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #007bff4d}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #007bff66}@media (max-width:768px){.contact{padding:4rem 0}.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-form-container{padding:1.5rem}.contact-item{text-align:center;flex-direction:column;gap:.5rem}.contact-icon{margin:0 auto}.contact-socials{justify-content:center}}
.alert{z-index:9999;background:#fffffff2;border-radius:1rem;align-items:center;gap:1.2rem;min-width:320px;max-width:90vw;padding:1.2rem 2.5rem 1.2rem 1.5rem;font-size:1.1rem;font-weight:500;transition:box-shadow .2s;display:flex;position:fixed;top:2rem;left:70%;transform:translate(50%);box-shadow:0 8px 32px #0000002e,0 1.5px 6px #0000001a}.alert-success{color:#256029;background:linear-gradient(90deg,#e8f5e9 60%,#c8e6c9 100%);border-color:#4caf50}.alert-error{color:#b71c1c;background:linear-gradient(90deg,#ffebee 60%,#ffcdd2 100%);border-color:#f44336}.alert-info{color:#0d47a1;background:linear-gradient(90deg,#e3f2fd 60%,#bbdefb 100%);border-color:#2196f3}.alert-warning{color:#e65100;background:linear-gradient(90deg,#fff8e1 60%,#ffe0b2 100%);border-color:#ff9800}.alert-message{word-break:break-word;flex:1}.alert-close{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:0 .5rem;font-size:1.5rem;font-weight:700;line-height:1;transition:background .15s}.alert-close:hover,.alert-close:focus{background:#00000012;outline:none}@media (max-width:1180px){.alert{left:0;right:0;top:env(safe-area-inset-top,1rem);min-width:unset;box-sizing:border-box;border-radius:.7rem;width:96vw;max-width:100vw;margin:10px auto 0;padding:.9rem 1rem;font-size:1rem;transform:none}}
