@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap";:root{--header-height: 3rem;--nav-width: 68px;--first-color: #141414;--first-color-alt: #252525;--white-color: #ffffff}a{text-decoration:none}ul{list-style:none}main{position:relative;margin:var(--header-height) 0 0 0;padding:0 1rem;font-size:1rem;transition:.5s;z-index:100}.header{position:fixed;top:0;left:0;height:var(--header-height);width:100%;display:flex;justify-content:space-between;align-items:center;background-color:var(--white-color);padding:0 1rem;transition:.5s}.header-toggle{font-size:1.25rem;cursor:pointer;color:var(--first-color)}.sidebar{position:fixed;top:0;left:-30%;height:100vh;width:var(--nav-width);background-color:var(--first-color);padding-top:1rem;transition:.5s}.nav{display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;height:100%;padding-right:4px}.nav-logo,.nav-link{display:grid;grid-template-columns:max-content max-content;-moz-column-gap:2rem;column-gap:2rem;padding:.5rem 0 .5rem 1.5rem}.nav-logo{margin-bottom:2rem}.nav-logo-icon{font-size:1.25rem;color:var(--white-color);cursor:pointer}.nav-logo-name{font-weight:700;color:var(--white-color)}.nav-link{position:relative;color:var(--white-color);transition:.5s;margin-bottom:1.5rem}.nav-link:hover{color:var(--white-color);background-color:#a5a4a4;padding-right:5px}.active{padding-right:5px}.active:before{content:"";position:absolute;left:0;top:0;height:35px;width:3px;background-color:var(--white-color);transition:.5s}.show{left:0}.space-toggle{padding-left:calc(var(--nav-width) + 1rem)}@media screen and (min-width: 768px){main{margin:calc(var(--header-height) + 1rem) 0 0 0;padding:0 1rem 0 calc(var(--nav-width) + 2rem)}.header{height:calc(var(--header-height) + 1rem);padding-left:calc(var(--nav-width) + 2rem)}.sidebar{left:0;padding-right:1rem}.show{width:calc(var(--header-height) +156px)}.space-toggle{padding-left:calc(var(--nav-width) + 188px)}}.bug{color:gold}:root{--font-heading: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;--gold-primary: #ffd700;--gold-secondary: #ffed4a}.section-1,.about-section{animation:fadeIn 1s ease-out;opacity:0;animation-fill-mode:forwards}html{scroll-behavior:smooth;height:100%}body{padding:0;margin:0;font-family:var(--font-body);background:#fff;color:#0a0a0a;min-height:100%;overflow-x:hidden}p{color:#444}.scroll-reveal{opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.4,0,.2,1)}.scroll-reveal.active{opacity:1;transform:translateY(0)}.bugless-features-items>div{opacity:0;transform:translateY(30px);transition:all .5s cubic-bezier(.4,0,.2,1)}.bugless-features-items>div.active{opacity:1;transform:translateY(0)}.Link-color{position:relative;overflow:hidden;transition:all .3s ease}.Link-color:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to right,transparent,rgba(255,215,0,.1),transparent);transform:translate(-100%);transition:transform .6s ease}.Link-color:hover:after{transform:translate(100%)}.section-1>*{opacity:0;transform:translateY(20px);animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-1>*:nth-child(1){animation-delay:.1s}.section-1>*:nth-child(2){animation-delay:.2s}.section-1>*:nth-child(3){animation-delay:.3s}.section-1>*:nth-child(4){animation-delay:.4s}.section-1>*:nth-child(5){animation-delay:.5s}a,button,.Link-color,.bugless-features-items>div{transition:all .3s cubic-bezier(.4,0,.2,1)}.bugless-features-items>div:hover{transform:translateY(-10px);box-shadow:0 15px 40px #ffd70026}.supported-langs-icon{transition:transform .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1)}.supported-langs-icon:hover{color:var(--gold-primary);transform:scale(1.1) rotate(5deg)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;letter-spacing:-.02em;margin:0;padding:0}.section-1{max-width:1440px;margin:0 auto;padding:2rem;position:relative;z-index:1;margin-top:2rem}.home{margin-top:3rem;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 768px){body{padding:6rem}}.logo-2{display:flex;justify-content:center;align-items:center;font-size:5rem}@media screen and (min-width: 768px){.logo-2{font-size:8rem}}.text-container{display:flex;justify-content:center;align-items:center;min-height:45vh;text-align:center;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:600;padding:2rem;position:relative;background:linear-gradient(45deg,#0a0a0a,#1a1a1a);color:gold;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin:2rem auto 3rem;max-width:1200px}.text{opacity:0;transition:opacity 1s ease-in-out;position:absolute;text-align:center;width:70%}.visible{opacity:1}.hidden{opacity:0}@media screen and (min-width: 768px){.text-container{font-size:4rem;font-weight:700;text-align:center;padding:1.5rem}.text{width:70%}}.authenticated-content-container{display:none;opacity:0;transition:opacity .5s ease}.authenticated-content-container.visible{display:block;opacity:1}.authenticateUser{text-align:center;margin-bottom:3rem;color:#0a0a0a}@media screen and (min-width: 768px){.authenticateUser{margin-top:5rem}}.userAuthenticated{color:#00000085}.section-2{border:1px solid #ffd700;background-color:gold;padding:10px;border-radius:3px;width:30%;position:relative;z-index:0;margin-bottom:5rem}.section-2 h2{color:#000;text-align:center}.section-2:hover{background-color:#e6c301}@media screen and (min-width: 200px) and (max-width: 768px){.section-2{width:50%}}.icon-1{color:#000;font-size:2rem}.trial-about{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:4rem;margin-bottom:5rem}@media screen and (max-width: 343px){.trial-about{display:grid;text-align:center;gap:2rem;margin-top:4rem;margin-bottom:5rem}.Link-color{display:flex;flex-direction:column;align-items:center}}@media screen and (min-width: 768px) and (max-width: 900px){.trial-about{margin-top:10rem}}.Link-color{border:none;padding:12px 25px;border-radius:25px;background:linear-gradient(145deg,gold,#ffed4a);color:#0a0a0a;font-weight:600;transition:all .3s ease;box-shadow:0 5px 15px #ffd7004d}.Link-color:hover{background:linear-gradient(145deg,#ffed4a,gold);transform:translateY(-2px);box-shadow:0 8px 20px #ffd70066}.bugless-features{padding:4rem 0}.bugless-features h1{font-size:2rem;margin-bottom:1.2rem;background:linear-gradient(to right,#0a0a0a,gold);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.bugless-features h5{font-size:.9rem;opacity:.8;margin-bottom:3rem;color:#666}.bugless-features-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;text-align:center;margin:2rem auto 8rem;max-width:1200px;padding:0 1rem}.bugless-features-items>div{background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;border:1px solid rgba(255,215,0,.08);box-shadow:0 8px 20px #00000008,inset 0 1px #fff9;transition:all .4s cubic-bezier(.4,0,.2,1)}.bugless-features-items>div:hover{transform:translateY(-5px);box-shadow:0 12px 30px #ffd70014,inset 0 1px #fffc}.bug-features-icon{font-size:2rem;color:var(--gold-primary);margin-bottom:1.2rem;opacity:.9;filter:drop-shadow(0 2px 4px rgba(255,215,0,.2))}.supported-langs-icon{font-size:2.8rem;padding:2.5rem;color:#0a0a0a;opacity:.8;transition:all .3s cubic-bezier(.4,0,.2,1)}.supported-langs-icon:hover{color:var(--gold-primary);transform:scale(1.05) rotate(3deg);opacity:1}.container{background:linear-gradient(145deg,#0a0a0a,#1a1a1a);padding:4rem 2rem;border-radius:15px;position:relative;overflow:hidden;margin:4rem auto;max-width:1200px;color:#fff}.container:before{display:none}.content{position:relative;z-index:2}.content h1{color:gold;font-size:2rem;margin-bottom:1.2rem}.content p{color:#fff;line-height:1.6;font-size:1rem;margin:0;opacity:1}.twitting{background:linear-gradient(145deg,#0a0a0a,#1a1a1a);position:relative;padding:4rem 2rem;border-radius:15px;box-shadow:0 15px 30px #0000001a;margin:4rem auto;max-width:1200px;color:#fff}.twitting:before{display:none}.twitting p{position:relative;z-index:2;font-size:1.1rem;line-height:1.7;margin-top:2rem;color:#fff;opacity:1}.twitting .bug-features-icon{font-size:2.5rem;color:gold;margin-bottom:1.5rem}.footer{bottom:0;text-align:center;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;text-align:center;margin-bottom:4rem}@media screen and (max-width: 768px){.section-1{padding:1rem}.text-container{min-height:35vh;padding:1.5rem;margin:1rem auto 2rem}.bugless-features h1{font-size:2rem}.container{margin:3rem auto;padding:2rem 1rem}.error-identification,.guideline{padding:1rem;margin:2rem auto}.twitting{padding:2rem 1rem;margin:2rem auto 4rem}.footer-links{gap:20px;margin-bottom:2rem}}.text-container p,.container p,.twitting p{color:#fff}.auth-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;padding:0 20px}h1{font-size:2.5rem;margin-bottom:1rem}p{margin-bottom:2rem}.auth-button{background-color:gold;color:#333;border:none;padding:12px 24px;font-size:1rem;font-weight:700;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.auth-button:hover{background-color:#fc0}.auth-button:focus{outline:none;box-shadow:0 0 0 3px #ffd70080}.scene{width:200px;height:200px;perspective:800px;margin:2rem auto}.cube{width:120px;height:120px;position:relative;transform-style:preserve-3d;transform:rotateX(0) rotateY(0);animation:rotate 15s infinite linear}@keyframes rotate{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(180deg) rotateY(180deg)}to{transform:rotateX(360deg) rotateY(360deg)}}.cube__face{position:absolute;width:120px;height:120px;background:linear-gradient(145deg,gold,#ffed4a);border:2px solid rgba(0,0,0,.8);box-shadow:0 0 15px #ffd70080;opacity:.9;transition:all .3s ease}.cube__face:hover{background:linear-gradient(145deg,#ffed4a,gold);box-shadow:0 0 25px #ffd700cc}.cube__face--front{transform:translateZ(60px)}.cube__face--back{transform:rotateY(180deg) translateZ(60px)}.cube__face--right{transform:rotateY(90deg) translateZ(60px)}.cube__face--left{transform:rotateY(-90deg) translateZ(60px)}.cube__face--top{transform:rotateX(90deg) translateZ(60px)}.cube__face--bottom{transform:rotateX(-90deg) translateZ(60px)}.terms h1{text-align:center;margin-bottom:2rem}.terms h4{margin-bottom:1rem;margin-top:1rem}.knowledgebase h1{text-align:center;margin-bottom:2rem;margin-top:5px}.knowledgebase h4,h2{margin-top:1rem;margin-bottom:1rem}.privacy h1{margin-bottom:2rem}.privacy h4{margin-top:1rem;margin-bottom:1rem}.footer{margin-top:7rem}.about h4{margin-top:1rem;margin-bottom:1rem}.about h1{margin-bottom:2rem}@media screen and (min-width: 768px){.about{padding:2rem}}.about-join{margin-top:3rem}.feedback-container h1,h3{margin-top:2rem;margin-bottom:1rem}.about{max-width:1200px;margin:0 auto;padding:4rem 2rem;font-family:var(--font-body);animation:fadeIn 1s ease-out;opacity:0;animation-fill-mode:forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.about h1{font-family:var(--font-heading);font-size:2.4rem;margin-bottom:2rem;color:#0a0a0a;background:linear-gradient(to right,#0a0a0a,gold);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about h4{font-family:var(--font-heading);font-size:1.4rem;margin-top:2.5rem;margin-bottom:1rem;color:#0a0a0a}.about p{font-size:1.1rem;line-height:1.7;color:#444;margin-bottom:1.5rem;max-width:800px}.about-join{margin-top:4rem!important}@media screen and (max-width: 768px){.about{padding:2rem 1.5rem}.about h1{font-size:2rem;margin-bottom:1.5rem}.about h4{font-size:1.2rem;margin-top:2rem}.about p{font-size:1rem;line-height:1.6}}@media screen and (max-width: 480px){.about{padding:1.5rem 1rem}.about h1{font-size:1.8rem}.about h4{font-size:1.1rem;margin-top:1.5rem}.about p{font-size:.95rem}}.about .footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.about .footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.back-to-top{position:fixed;bottom:50px;right:30px;z-index:1000}.back-to-top-button{display:flex;justify-content:center;align-items:center;width:50px;height:50px;background-color:#000;color:#fff;border-radius:50%;cursor:pointer;transition:opacity .3s ease-in-out}.back-to-top-button:hover{background-color:#555}.testimonials-container h1{margin-bottom:5rem}.testimonials-icon{font-size:1rem;margin-bottom:2rem;color:gold;padding-right:1rem}.testimonials-container{display:flex;flex-direction:column;align-items:center;margin-bottom:5rem}.form-container{display:flex;flex-direction:column;align-items:center}input{margin-bottom:1rem;padding:1rem;margin-top:4rem}textarea{margin-bottom:1rem;padding:1rem}.btn-submit{margin-top:1rem;margin-bottom:1rem;padding:1rem;border-radius:1rem;color:#000;background-color:gold}.btn-submit:hover{background-color:#e6c301}.testimonials-card{border:1px solid #ffd700;border-radius:5px;padding:2rem;margin-bottom:10px;display:flex;box-shadow:2px 4px 6px #000}.name{font-weight:bolder;padding-right:10px}#contactForm{display:flex;flex-direction:column;align-items:center;max-width:800px;margin:2rem auto;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000000d}#contactForm label{padding:1rem;font-weight:500;font-family:Space Grotesk,sans-serif}#contactForm input,#contactForm textarea{width:100%;padding:1rem;margin:.5rem 0;border:2px solid rgba(0,0,0,.1);border-radius:10px;font-family:var(--font-body);transition:all .3s ease}#contactForm input:focus,#contactForm textarea:focus{outline:none;border-color:gold;box-shadow:0 0 15px #ffd70033}.message{width:100%;margin-top:2rem}textarea{min-height:150px;resize:vertical}#contactForm button{padding:1rem 2.5rem;margin-top:2rem;background:linear-gradient(145deg,gold,#ffed4a);color:#0a0a0a;border:none;border-radius:25px;font-family:var(--font-heading);font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #ffd7004d}#contactForm button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffd70066;background:linear-gradient(145deg,#ffed4a,gold)}.contact-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem;font-family:var(--font-body)}.contact-container h1{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:2rem;text-align:center;font-family:var(--font-heading);background:linear-gradient(to right,#0a0a0a,gold);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.contact-container p{margin-bottom:2rem;font-size:1.1rem;line-height:1.8;color:#666;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}@media screen and (max-width: 768px){#contactForm{padding:1.5rem;margin:1rem}#contactForm input,#contactForm textarea{width:100%}}.dashboard-header{display:flex;flex-direction:column;align-items:center;padding:20px 0;border-bottom:1px solid #e5e5e5}.dashboard-header h1{font-size:24px;font-weight:700;color:#333;margin-bottom:20px;text-align:center}.user-profile{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.user-avatar{width:60px;height:60px;border-radius:50%;margin-bottom:10px}.user-info{text-align:center}.user-name{font-size:16px;font-weight:500;color:#333}.user-email{font-size:14px;color:#666}@media screen and (min-width: 768px){.dashboard-header{flex-direction:row;justify-content:space-between}.dashboard-header h1{margin-bottom:0}.user-profile{flex-direction:row;margin-bottom:0}.user-avatar{width:40px;height:40px;margin-right:15px;margin-bottom:0}.user-info{text-align:right}.user-name{font-size:14px}.user-email{font-size:12px}}.dashboard{background-color:#fff;min-height:100vh}.dashboard-container{max-width:1200px;margin:0 auto;padding:0 20px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #e5e5e5}.dashboard-header h1{font-size:24px;font-weight:700;color:#333}.user-profile{display:flex;align-items:center}.user-avatar{width:40px;height:40px;border-radius:50%;margin-right:15px}.user-info{text-align:right}.user-name{font-size:14px;font-weight:500;color:#333}.user-email{font-size:12px;color:#666}.upload-section{margin-top:30px}.upload-section h2{font-size:20px;font-weight:700;color:#333;margin-bottom:15px}.upload-form{display:flex;flex-direction:column}.file-input-container{margin-bottom:15px}.file-input-container label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:5px}.file-input{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:14px}.submit-button{padding:10px 20px;background-color:gold;color:#333;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s}.submit-button:hover{background-color:#fc0}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.error-message{color:red;font-size:14px;margin-top:10px}.analysis-results{margin-top:40px}.analysis-results h2{font-size:20px;font-weight:700;color:#333;margin-bottom:20px}.no-results{color:#666;font-size:14px}.result-card{background-color:#f9f9f9;border:1px solid #e5e5e5;border-radius:8px;padding:20px;margin-bottom:20px}.result-card h3{font-size:18px;font-weight:700;color:#333;margin-bottom:15px}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.result-section{margin-bottom:20px}.result-section h4{font-size:16px;font-weight:700;color:#333;margin-bottom:10px}.result-section ul{list-style-type:disc;padding-left:20px}.result-section li{font-size:14px;color:#333;margin-bottom:5px}.location{color:#666;font-size:12px}.smell-type{font-weight:500}.suggestion{color:gold;font-weight:500;margin-top:5px}.guide-container{max-width:800px;margin:0 auto;padding:2rem;background-color:#f8f9fa;border-radius:8px;box-shadow:0 4px 6px #0000001a}.guide-container h2{color:#333;font-size:2rem;margin-bottom:1.5rem;text-align:center}.guide-steps{list-style-type:none;counter-reset:step-counter;padding-left:0}.guide-steps li{counter-increment:step-counter;margin-bottom:2rem;padding-left:3rem;position:relative}.guide-steps li:before{content:counter(step-counter);position:absolute;left:0;top:0;width:2rem;height:2rem;background-color:gold;color:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.guide-steps h3{color:#333;font-size:1.25rem;margin-bottom:.5rem}.guide-steps p,.guide-steps ul{color:#666;font-size:1rem;line-height:1.5}.guide-steps ul{padding-left:1.5rem;margin-top:.5rem}.guide-steps ul li{margin-bottom:.5rem;padding-left:0}.guide-steps ul li:before{content:none}.footer{bottom:0;text-align:center;width:100%}.footer h4{margin-bottom:1rem}.footer-link{color:#000}.footer-link:hover{color:gold}.footer-link:active{color:#e6c301}@media screen and (max-width: 768px){.footer-link{color:#000;padding:7px}}.copyright{text-align:center;margin-top:1rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center;margin-bottom:7rem}.knowledgebase,.faqs,.feedback,.terms,.contact,.about,.testimonials,.guide,.privacy{margin-top:10px}.media-icon:hover{color:gold}.media-icon{margin-top:3px;font-size:1.5rem}*{box-sizing:border-box;margin:0;padding:0;font-family:Verdana,Geneva,Tahoma,sans-serif}
