*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth;scroll-padding-top:2rem}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#fff;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;pointer-events:none;opacity:.7;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:300px 300px;mix-blend-mode:overlay}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}*{scroll-margin-top:2rem}body{overscroll-behavior:smooth}}a{color:inherit;text-decoration:none}.container{max-width:1280px;margin:0 auto;padding:2rem 1rem}.header{position:fixed;top:0;left:0;right:0;z-index:10000;background:hsla(0,0%,100%,.05);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid hsla(0,0%,100%,.08);padding:.75rem 0}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;justify-content:space-between;gap:2rem}.header-container,.logo{display:flex;align-items:center}.logo{gap:.75rem;text-decoration:none;transition:opacity .2s;flex-shrink:0}.logo:hover{opacity:.8}.logo-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);padding:2px;transition:all .2s ease}.logo:hover .logo-icon{background:hsla(0,0%,100%,.05);border-color:rgba(16,185,129,.3);transform:scale(1.05)}.logo-icon svg{width:100%;height:100%}.logo-text{font-size:1.125rem;font-weight:600;color:#fff;letter-spacing:-.02em;white-space:nowrap}.logo-beta{font-size:.625rem;font-weight:600;color:hsla(0,0%,100%,.5);background:hsla(0,0%,100%,.1);padding:.125rem .375rem;border-radius:4px;margin-left:.5rem;text-transform:uppercase;letter-spacing:.05em;border:1px solid hsla(0,0%,100%,.1)}.nav{display:flex;gap:2rem;align-items:center;flex:1 1;justify-content:center}.nav-link{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:.9375rem;font-weight:400;transition:color .2s ease;position:relative;padding:.5rem 0;white-space:nowrap}.nav-link:hover{color:hsla(0,0%,100%,.95)}.header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.header-login{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:.9375rem;font-weight:400;transition:color .2s ease;white-space:nowrap;padding:.5rem 0}.header-login:hover{color:hsla(0,0%,100%,.95)}.header-login-disabled{color:hsla(0,0%,100%,.3);cursor:not-allowed;pointer-events:none}.header-cta-button{background:hsla(0,0%,100%,.9);color:#0a0a0a;border:1px solid hsla(0,0%,100%,.2);padding:.625rem 1.25rem;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.header-cta-button:hover{background:#fff;border-color:hsla(0,0%,100%,.3);transform:translateY(-1px)}.menu-toggle{display:none;flex-direction:column;gap:4px;background:transparent;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:24px;height:2px;background:#fff;transition:all .3s;border-radius:2px}@media (max-width:768px){.header-container{padding:0 1rem;gap:1rem}.nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:hsla(0,0%,100%,.05);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);padding:2rem;border-bottom:1px solid hsla(0,0%,100%,.08);transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s}.nav-open{transform:translateY(0);opacity:1;pointer-events:all}.menu-toggle{display:flex}.header-actions{gap:.75rem}.header-login{display:none}.header-cta-button{padding:.5rem .875rem;font-size:.8125rem}.logo-text{font-size:1rem}.nav{gap:1.5rem}.nav-link{font-size:.875rem}}.hero{background:linear-gradient(180deg,#0a0a0a,#1a1a1a 50%,#0a0a0a);color:#fff;padding:10rem 1rem 6rem;text-align:center;min-height:85vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero canvas{width:100%;height:100%;z-index:0;pointer-events:auto}.hero canvas,.hero:before{position:absolute;top:0;left:0}.hero:before{content:"";right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(16,185,129,.15) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(52,211,153,.15) 0,transparent 50%);pointer-events:none}.hero-content{max-width:900px;width:100%;margin:0 auto;position:relative;z-index:10;animation:fadeInUp .8s ease-out;pointer-events:none;text-align:center;box-sizing:border-box;padding:0 1rem}.hero-content *{pointer-events:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1;margin-bottom:2rem;letter-spacing:-.04em;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;background-clip:text}.hero-accent,.hero-title{-webkit-text-fill-color:transparent}.hero-accent{background:linear-gradient(135deg,#10b981,#34d399 50%,#059669);-webkit-background-clip:text;background-clip:text;display:block;animation:gradientShift 3s ease infinite;background-size:200% 200%}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hero-description{font-size:clamp(1rem,2.5vw,1.5rem);line-height:1.7;margin-bottom:3rem;color:#a0a0a0;max-width:700px;margin-left:auto;margin-right:auto;font-weight:400}.cta-button{background:linear-gradient(135deg,#10b981,#34d399);color:#fff;border:none;padding:1.25rem 3rem;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px rgba(16,185,129,.3);display:inline-block;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s}.cta-button:hover:before{left:100%}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(16,185,129,.4)}.cta-button:active{transform:translateY(-1px)}.create-form-card{background:hsla(0,0%,8%,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:3rem;box-shadow:0 20px 60px rgba(0,0,0,.5);max-width:600px;margin:3rem auto 0;color:#fff;animation:slideUp .5s ease-out;box-sizing:border-box;width:100%;overflow:hidden}.section{padding:8rem 1rem;position:relative}.section-alt{background:linear-gradient(180deg,#0a0a0a,#151515)}.section-title{text-align:center;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin-bottom:4rem;color:#fff;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.step{text-align:center;padding:2.5rem 2rem;background:hsla(0,0%,8%,.6);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.step:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#10b981,#34d399,#059669);transform:scaleX(0);transition:transform .3s}.step:hover{transform:translateY(-8px);border-color:rgba(16,185,129,.5);box-shadow:0 20px 40px rgba(0,0,0,.3)}.step:hover:before{transform:scaleX(1)}.step-number{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#10b981,#34d399);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 8px 24px rgba(16,185,129,.4);transition:transform .3s}.step:hover .step-number{transform:scale(1.1) rotate(5deg)}.step h3{font-size:1.5rem;margin-bottom:1rem;color:#fff;font-weight:600}.step p{color:#a0a0a0;line-height:1.7;font-size:1rem}.step code{background:rgba(16,185,129,.2);padding:.375rem .75rem;border-radius:6px;font-family:Monaco,Courier New,monospace;font-size:.875rem;color:#6ee7b7;border:1px solid rgba(16,185,129,.3)}.benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.benefit{text-align:center;padding:3rem 2rem;background:hsla(0,0%,8%,.6);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.benefit:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(16,185,129,.1) 0,transparent 70%);opacity:0;transition:opacity .3s}.benefit:hover:after{opacity:1}.benefit:hover{transform:translateY(-8px);border-color:rgba(16,185,129,.5);box-shadow:0 20px 40px rgba(0,0,0,.3)}.benefit-icon{font-size:4rem;margin-bottom:1.5rem;filter:drop-shadow(0 4px 12px rgba(16,185,129,.3));transition:transform .3s}.benefit:hover .benefit-icon{transform:scale(1.1) rotate(5deg)}.benefit h3{font-size:1.5rem;margin-bottom:1rem;color:#fff;font-weight:600}.benefit p{color:#a0a0a0;line-height:1.7;font-size:1rem}.examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.example-card{background:hsla(0,0%,8%,.6);border-image:linear-gradient(135deg,#10b981,#34d399) 1;padding:2rem;border-radius:16px;border:1px solid hsla(0,0%,100%,.1);border-left:none;position:relative;transition:all .3s;overflow:hidden}.example-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(135deg,#10b981,#34d399);transform:scaleY(0);transition:transform .3s}.example-card:hover:before{transform:scaleY(1)}.example-card:hover{transform:translateX(8px);border-color:rgba(16,185,129,.5);box-shadow:0 12px 32px rgba(0,0,0,.3)}.example-text{font-size:1.125rem;line-height:1.8;color:#e0e0e0;font-style:italic;position:relative;z-index:1}.section-pricing{background:linear-gradient(180deg,#0a0a0a,#151515);position:relative;overflow:hidden}.pricing-subtitle{text-align:center;font-size:1.25rem;color:#a0a0a0;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.pricing-card{background:hsla(0,0%,8%,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:2.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-8px);border-color:rgba(16,185,129,.5);box-shadow:0 20px 60px rgba(0,0,0,.5)}.pricing-card-featured{border:2px solid rgba(16,185,129,.5);box-shadow:0 0 40px rgba(16,185,129,.2)}.pricing-badge{position:absolute;top:-12px;right:2rem;background:linear-gradient(135deg,#10b981,#34d399);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.pricing-header{margin-bottom:2rem}.pricing-name{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.pricing-price{display:flex;align-items:baseline;gap:.5rem}.price-amount{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#10b981,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-period{font-size:1rem;color:#a0a0a0}.pricing-mystery{margin-top:.5rem}.pricing-mystery-text{font-size:.875rem;color:hsla(0,0%,100%,.5);font-style:italic;letter-spacing:.05em}.pricing-features{list-style:none;flex:1 1;margin-bottom:2rem}.pricing-features li{padding:.75rem 0;color:#a0a0a0;font-size:.95rem;border-bottom:1px solid hsla(0,0%,100%,.05)}.pricing-features li:last-child{border-bottom:none}.pricing-button{width:100%;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);color:#fff}.pricing-button:hover{background:hsla(0,0%,100%,.15);transform:translateY(-2px)}.pricing-button-featured{background:linear-gradient(135deg,#10b981,#34d399);border:none;box-shadow:0 8px 32px rgba(16,185,129,.3)}.pricing-button-featured:hover{box-shadow:0 12px 40px rgba(16,185,129,.4);transform:translateY(-2px)}.pricing-button-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.pricing-coming-soon{margin-top:.75rem;font-size:.8125rem;color:hsla(0,0%,100%,.4);text-align:center;font-style:italic}.section-cta{background:linear-gradient(180deg,#0a0a0a,#1a1a1a);color:#fff;text-align:center;position:relative;overflow:hidden}.section-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(16,185,129,.2) 0,transparent 50%),radial-gradient(circle at 70% 50%,rgba(52,211,153,.2) 0,transparent 50%);pointer-events:none}.section-cta .container{position:relative;z-index:1}.cta-title{color:#fff;font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.5rem;font-weight:800;letter-spacing:-.02em}.cta-description{font-size:1.25rem;margin-bottom:3rem;color:#a0a0a0;max-width:600px;margin-left:auto;margin-right:auto}.section-cta .cta-button{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.language-switcher{position:fixed;top:1.5rem;right:1.5rem;z-index:1000;display:flex;gap:.5rem;background:hsla(0,0%,8%,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:.5rem;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1)}.language-switcher button{padding:.625rem 1.25rem;border:1px solid hsla(0,0%,100%,.1);background:transparent;color:#a0a0a0;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;width:auto}.language-switcher button:hover{border-color:rgba(16,185,129,.5);color:#fff;background:rgba(16,185,129,.1)}.language-switcher button.active{background:linear-gradient(135deg,#10b981,#34d399);color:#fff;border-color:transparent;box-shadow:0 4px 12px rgba(16,185,129,.4)}.form-group,form{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;display:block}.form-group{margin-bottom:2rem}label{display:block;font-weight:600;margin-bottom:.75rem;color:#fff;font-size:.95rem;width:100%;max-width:100%;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}input[type=date],input[type=datetime-local],textarea{width:100%;padding:1rem;border:1px solid hsla(0,0%,100%,.1);border-radius:12px;font-size:1rem;font-family:inherit;background:hsla(0,0%,4%,.5);color:#fff;transition:all .3s;resize:vertical;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;min-width:0;max-width:100%;min-height:48px;line-height:1.5}textarea{min-height:140px;line-height:1.6}input[type=date]:focus,input[type=datetime-local]:focus,textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.1);background:hsla(0,0%,4%,.8)}textarea::placeholder{color:#666}button{background:linear-gradient(135deg,#10b981,#34d399);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px rgba(16,185,129,.3)}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px rgba(16,185,129,.4)}button:active:not(:disabled){transform:translateY(0)}button:disabled{background:#333;cursor:not-allowed;opacity:.5;transform:none}button.secondary{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2)}button.secondary:hover{background:hsla(0,0%,100%,.15)}button.success{background:linear-gradient(135deg,#10b981,#059669)}button.success:hover{box-shadow:0 8px 24px rgba(16,185,129,.4)}.message{padding:1.25rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid}.message.success{background:rgba(16,185,129,.1);color:#10b981;border-color:rgba(16,185,129,.3)}.message.error{background:rgba(239,68,68,.1);color:#ef4444;border-color:rgba(239,68,68,.3)}@media (max-width:768px){body,html{overflow-x:hidden}.hero{padding:6rem 1rem 4rem;min-height:75vh}.section{padding:4rem 1rem}.benefits,.examples,.steps{grid-template-columns:1fr;gap:1.5rem}.language-switcher{top:1rem;right:1rem;padding:.375rem}.language-switcher button{padding:.5rem 1rem;font-size:.75rem}.hero-content{padding:0 .5rem}.create-form-card{padding:1.5rem 1rem;margin:2rem .5rem 0;max-width:calc(100% - 1rem)}.create-form-card,.form-group{box-sizing:border-box;overflow:hidden}.form-group{margin-bottom:1.5rem;width:100%}.form-group label{display:block;width:100%;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}input[type=date],input[type=datetime-local],textarea{padding:1rem .875rem;font-size:16px;width:100%;max-width:100%;min-width:0;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:textfield;line-height:1.5}input[type=datetime-local]{width:100%!important;max-width:100%!important;min-width:0!important;min-height:48px!important;padding:1rem .875rem!important;appearance:none;-webkit-appearance:none;-moz-appearance:textfield}input[type=datetime-local]::-webkit-datetime-edit,input[type=datetime-local]::-webkit-inner-spin-button,input[type=datetime-local]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}textarea{min-height:150px!important;width:100%;max-width:100%;box-sizing:border-box;padding:1rem .875rem;line-height:1.6}.pricing-grid{grid-template-columns:1fr}.pricing-card{padding:2rem 1.5rem}}@media (max-width:480px){.hero-content{padding:0 .75rem}.create-form-card{padding:1.25rem .75rem;margin:1.5rem .5rem 0;border-radius:16px}.form-group{margin-bottom:1.25rem}input[type=date],input[type=datetime-local],textarea{padding:1rem .75rem;font-size:16px;border-radius:8px;line-height:1.5}input[type=datetime-local]{min-height:48px!important;padding:1rem .75rem!important}textarea{min-height:150px!important;padding:1rem .75rem;line-height:1.6}}.card{background:hsla(0,0%,8%,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:2.5rem;box-shadow:0 20px 60px rgba(0,0,0,.5);margin-bottom:1.5rem}.status{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.status.pending{background:rgba(251,191,36,.2);color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.status.confirmed{background:rgba(16,185,129,.2);color:#10b981;border:1px solid rgba(16,185,129,.3)}.agreement-text{font-size:1.25rem;line-height:1.8;color:#e0e0e0;white-space:pre-wrap;margin-bottom:2rem;padding:1.5rem;background:hsla(0,0%,4%,.5);border-radius:12px;border:1px solid hsla(0,0%,100%,.05)}.meta{color:#a0a0a0;font-size:.95rem;margin-bottom:.75rem}.meta strong{color:#fff}.link-box{background:hsla(0,0%,4%,.5);border:1px dashed hsla(0,0%,100%,.2);border-radius:12px;padding:1.5rem;margin-top:2rem;text-align:center}.link-box code{background:rgba(16,185,129,.2);padding:.625rem 1.25rem;border-radius:8px;font-family:Monaco,Courier New,monospace;font-size:.875rem;color:#6ee7b7;word-break:break-all;display:inline-block;border:1px solid rgba(16,185,129,.3);cursor:pointer;transition:all .2s}.link-box code:hover{background:rgba(16,185,129,.3);border-color:rgba(16,185,129,.5)}.loading{text-align:center;padding:3rem;color:#a0a0a0;font-size:1.125rem}.particle-tooltip{transform:translate(-50%,-100%);margin-top:-10px;animation:tooltipFadeIn .6s ease-out;z-index:1000}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%,-100%) translateY(-10px) scale(.9)}to{opacity:1;transform:translate(-50%,-100%) translateY(0) scale(1)}}.particle-tooltip.auto-hide{animation:tooltipFadeOut .8s ease-in forwards}@keyframes tooltipFadeOut{0%{opacity:1;transform:translate(-50%,-100%) translateY(0) scale(1)}to{opacity:0;transform:translate(-50%,-100%) translateY(10px) scale(.9)}}.tooltip-content{background:hsla(0,0%,8%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(16,185,129,.3);border-radius:16px;padding:1.25rem 1.5rem;box-shadow:0 12px 40px rgba(0,0,0,.5),0 0 20px rgba(16,185,129,.2);max-width:300px;position:relative}.tooltip-content:before{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid hsla(0,0%,8%,.95)}.tooltip-icon{font-size:1.5rem;text-align:center;margin-bottom:.5rem;filter:drop-shadow(0 0 8px rgba(16,185,129,.5))}.tooltip-text{color:#e0e0e0;font-size:.95rem;line-height:1.5}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:10001;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:hsla(0,0%,8%,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:2.5rem;max-width:480px;width:100%;position:relative;animation:slideUp .3s ease;box-shadow:0 20px 60px rgba(0,0,0,.5)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;color:hsla(0,0%,100%,.7);font-size:2rem;line-height:1;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.modal-close:hover{background:hsla(0,0%,100%,.1);color:#fff}.modal-title{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;color:#fff}.modal-description{font-size:1rem;color:hsla(0,0%,100%,.6);margin-bottom:2rem;line-height:1.6}.modal-content .form-group{margin-bottom:1.5rem}.modal-content .form-group label{display:block;font-size:.875rem;font-weight:500;color:hsla(0,0%,100%,.9);margin-bottom:.5rem}.modal-content input[type=email]{width:100%;padding:.875rem 1rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:#fff;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.modal-content input[type=email]::placeholder{color:hsla(0,0%,100%,.4)}.modal-content input[type=email]:focus{outline:none;border-color:rgba(16,185,129,.6);background:hsla(0,0%,100%,.08);box-shadow:0 0 0 3px rgba(16,185,129,.1)}.modal-content input[type=email]:disabled{opacity:.5;cursor:not-allowed}.modal-button{width:100%;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;background:linear-gradient(135deg,#10b981,#34d399);color:#fff;border:none;box-shadow:0 8px 32px rgba(16,185,129,.3)}.modal-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 40px rgba(16,185,129,.4)}.modal-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.legal-page{min-height:100vh;padding:8rem 1rem 4rem;background:#0a0a0a}.legal-container{max-width:800px;margin:0 auto;color:#e0e0e0}.legal-back{display:inline-flex;align-items:center;color:hsla(0,0%,100%,.7);text-decoration:none;font-size:.9375rem;margin-bottom:2rem;transition:color .2s}.legal-back:hover{color:#10b981}.legal-page h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#fff;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-updated{color:hsla(0,0%,100%,.5);font-size:.875rem;padding-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.legal-page section,.legal-updated{margin-bottom:3rem}.legal-page h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.legal-page h3{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:#fff}.legal-page p{color:hsla(0,0%,100%,.8)}.legal-page p,.legal-page ul{line-height:1.8;margin-bottom:1rem}.legal-page ul{margin-left:1.5rem}.legal-page li{margin-bottom:.5rem;color:hsla(0,0%,100%,.8)}.legal-page strong{color:#fff;font-weight:600}.footer{background:hsla(0,0%,4%,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid hsla(0,0%,100%,.1);padding:4rem 1rem 2rem;margin-top:6rem}.footer-container{max-width:1280px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;margin-bottom:1rem;transition:opacity .2s}.footer-logo:hover{opacity:.8}.footer-logo-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);padding:2px;transition:all .2s ease}.footer-logo:hover .footer-logo-icon{background:hsla(0,0%,100%,.05);border-color:rgba(16,185,129,.3);transform:scale(1.05)}.footer-logo-icon svg{width:100%;height:100%}.footer-logo-text{letter-spacing:-.02em}.footer-logo-text,.footer-title{font-size:1.25rem;font-weight:700;color:#fff}.footer-title{margin-bottom:1rem}.footer-description{color:hsla(0,0%,100%,.6);font-size:.9375rem;line-height:1.6;max-width:300px}.footer-heading{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer-nav{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:.9375rem;transition:color .2s}.footer-link:hover{color:#10b981}.footer-bottom{padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);text-align:center}.footer-copyright{color:hsla(0,0%,100%,.5);font-size:.875rem;margin:0}@media (max-width:768px){.legal-page{padding:6rem 1rem 3rem}.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.25rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer{padding:3rem 1rem 1.5rem;margin-top:4rem}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:10002;background:hsla(0,0%,8%,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid hsla(0,0%,100%,.1);box-shadow:0 -8px 32px rgba(0,0,0,.5);padding:1.5rem;animation:cookieBannerSlideUp .4s ease-out;transform:translateY(0)}@keyframes cookieBannerSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner-content{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-banner-text{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.cookie-banner-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0}.cookie-banner-description{font-size:.9375rem;line-height:1.6;color:hsla(0,0%,100%,.7);margin:0}.cookie-banner-link{color:#10b981;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.cookie-banner-link:hover{color:#34d399}.cookie-banner-actions{display:flex;gap:1rem;flex-shrink:0}.cookie-banner-button{padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;white-space:nowrap}.cookie-banner-button-decline{background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.9);border:1px solid hsla(0,0%,100%,.2)}.cookie-banner-button-decline:hover{background:hsla(0,0%,100%,.15);color:#fff}.cookie-banner-button-accept{background:linear-gradient(135deg,#10b981,#34d399);color:#fff;box-shadow:0 4px 16px rgba(16,185,129,.3)}.cookie-banner-button-accept:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.4)}.cookie-banner-button-accept:active{transform:translateY(0)}@media (max-width:768px){.cookie-banner{padding:1.25rem 1rem}.cookie-banner-content{flex-direction:column;align-items:stretch;gap:1.25rem}.cookie-banner-text{text-align:left}.cookie-banner-title{font-size:1rem}.cookie-banner-description{font-size:.875rem}.cookie-banner-actions{flex-direction:column;width:100%}.cookie-banner-button{width:100%;padding:.875rem 1.5rem}}.escrow-section{margin-top:2rem;padding:2rem;background:hsla(0,0%,4%,.5);border-radius:16px;border:1px solid rgba(16,185,129,.2)}.escrow-add h3,.escrow-status h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem}.escrow-description{color:hsla(0,0%,100%,.7);font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem}.escrow-button{padding:.875rem 1.75rem;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.9);border:1px solid hsla(0,0%,100%,.2)}.escrow-button:hover:not(:disabled){background:hsla(0,0%,100%,.15);color:#fff;transform:translateY(-1px)}.escrow-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.escrow-button-primary{background:linear-gradient(135deg,#10b981,#34d399);color:#fff;border:none;box-shadow:0 4px 16px rgba(16,185,129,.3)}.escrow-button-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.4)}.escrow-form{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.5rem}.escrow-form .form-group{margin-bottom:0}.escrow-form label{display:block;font-size:.875rem;font-weight:600;color:hsla(0,0%,100%,.9);margin-bottom:.5rem}.escrow-form input{width:100%;padding:.875rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:#fff;font-size:1rem;box-sizing:border-box}.escrow-form input:focus{outline:none;border-color:rgba(16,185,129,.6);background:hsla(0,0%,100%,.08);box-shadow:0 0 0 3px rgba(16,185,129,.1)}.escrow-actions{display:flex;gap:1rem;margin-top:.5rem}.escrow-info{margin:1.5rem 0;padding:1.25rem;background:hsla(0,0%,4%,.5);border-radius:12px;border:1px solid hsla(0,0%,100%,.05)}.escrow-info p{margin-bottom:.75rem;color:hsla(0,0%,100%,.8);font-size:.9375rem}.escrow-info p:last-child{margin-bottom:0}.escrow-info strong{color:#fff;font-weight:600}@media (max-width:768px){.escrow-section{padding:1.5rem}.escrow-actions{flex-direction:column}.escrow-button{width:100%}}