@import "https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";
.hy{--hy-bg:#fff;--hy-bg-elevated:#f5f7fa;--hy-bg-card:#fff;--hy-bg-card-hover:#f8f9fb;--hy-surface:#eef1f6;--hy-border:#0000001a;--hy-border-hover:#0003;--hy-text:#111827;--hy-text-2:#4b5563;--hy-text-3:#6b7280;--hy-accent:#6366f1;--hy-accent-light:#818cf8;--hy-accent-glow:#6366f166;--hy-accent-subtle:#6366f10f;--hy-font:"Sora",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--hy-mono:"JetBrains Mono","Fira Code",monospace;--hy-radius:16px;--hy-radius-sm:10px;--hy-radius-lg:24px;--hy-ease:cubic-bezier(.16,1,.3,1);--hy-ease-out:cubic-bezier(0,0,.2,1);font-family:var(--hy-font);background:var(--hy-bg);color:var(--hy-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;line-height:1.6;overflow-x:hidden}.hy *,.hy :before,.hy :after{box-sizing:border-box;margin:0;padding:0}.hy a{color:inherit;text-decoration:none}.hy:after{content:"";pointer-events:none;z-index:9999;opacity:.3;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");position:fixed;inset:0}.hy-loader{z-index:10000;background:#fff;justify-content:center;align-items:center;transition:opacity .6s,visibility .6s;display:flex;position:fixed;inset:0}.hy-loader--out{opacity:0;visibility:hidden}.hy-loader__content{animation:hy-loader-in .6s var(--hy-ease)both;flex-direction:column;align-items:center;gap:20px;display:flex}.hy-loader__logo{animation:1.5s ease-in-out infinite hy-loader-pulse}.hy-loader__text{color:#111827;letter-spacing:-.02em;font-family:Sora,sans-serif;font-size:24px;font-weight:600}.hy-loader__s{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#6366f1,#818cf8);-webkit-background-clip:text;background-clip:text}.hy-loader__bar{background:#0000000f;border-radius:4px;width:120px;height:3px;overflow:hidden}.hy-loader__bar-fill{transform-origin:0;background:linear-gradient(90deg,#6366f1,#818cf8);border-radius:4px;width:100%;height:100%;animation:1.2s ease-in-out forwards hy-loader-bar;transform:scaleX(0)}.hy-scroll-progress{z-index:101;transform-origin:0;background:linear-gradient(90deg,#6366f1,#818cf8,#c084fc);height:3px;transition:transform .1s linear;position:fixed;top:0;left:0;right:0;transform:scaleX(0);box-shadow:0 0 12px #6366f14d}.hy-label{letter-spacing:.1em;text-transform:uppercase;color:var(--hy-accent);background:var(--hy-accent-subtle);border:1px solid #6366f133;border-radius:100px;align-items:center;margin-bottom:16px;padding:6px 16px;font-size:12px;font-weight:600;display:inline-flex}.hy-label--dark{color:#4f46e5;background:#6366f114;border-color:#6366f140}.hy-h2{letter-spacing:-.03em;color:var(--hy-text);margin-bottom:20px;font-size:clamp(36px,5vw,64px);font-weight:700;line-height:1.1}.hy-h2--dark{color:#111315}.hy-sub2{color:var(--hy-text-2);max-width:540px;margin:0 auto;font-size:17px;font-weight:300;line-height:1.7}.hy-grad{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#6366f1 0%,#7c3aed 35%,#a855f7 65%,#6366f1 100%) 0 0/300%;-webkit-background-clip:text;background-clip:text;animation:6s ease-in-out infinite hy-gradient-shift}.hy-nav{z-index:100;transition:all .4s var(--hy-ease);padding:0 32px;position:fixed;top:0;left:0;right:0}.hy-nav--solid{-webkit-backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid var(--hy-border);background:#ffffffd1;box-shadow:0 1px 3px #0000000a}.hy-nav__inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;display:flex}.hy-nav__logo{align-items:center;gap:10px;display:flex}.hy-nav__logo-mark{flex-shrink:0;justify-content:center;align-items:center;display:flex}.hy-nav__logo-text{letter-spacing:-.02em;color:var(--hy-text);font-size:18px;font-weight:600}.hy-nav__logo-sk{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#6366f1,#818cf8);-webkit-background-clip:text;background-clip:text}.hy-nav__center{gap:32px;display:flex}.hy-nav__center a{color:var(--hy-text-2);font-size:14px;font-weight:400;transition:color .2s;position:relative}.hy-nav__center a:after{content:"";background:var(--hy-accent);height:2px;transition:transform .3s var(--hy-ease);border-radius:1px;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.hy-nav__center a:hover{color:var(--hy-text)}.hy-nav__center a:hover:after{transform:scaleX(1)}.hy-nav__right{align-items:center;gap:16px;display:flex}.hy-nav__link{color:var(--hy-text-2);font-size:14px;transition:color .2s}.hy-nav__link:hover{color:var(--hy-text)}.hy .hy-nav__cta{border-radius:var(--hy-radius-sm);color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);align-items:center;padding:8px 20px;font-size:13px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;position:relative;overflow:hidden}.hy-nav__cta:hover{box-shadow:0 4px 24px var(--hy-accent-glow);transform:translateY(-1px)}.hy-nav__cta-shine{background:linear-gradient(120deg,#0000 30%,#fff3 50%,#0000 70%) 0 0/200% 100%;animation:3s ease-in-out infinite hy-shine;position:absolute;inset:0}.hy-hero{background:linear-gradient(#f8f9ff 0%,#fff 60%);flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding:140px 32px 80px;display:flex;position:relative;overflow:hidden}.hy-hero__aurora{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hy-hero__aurora-1,.hy-hero__aurora-2,.hy-hero__aurora-3{filter:blur(100px);will-change:transform;border-radius:50%;transition:transform .3s ease-out;position:absolute}.hy-hero__aurora-1{background:radial-gradient(circle,#6366f11a 0%,#0000 70%);width:700px;height:700px;top:-15%;left:-10%}.hy-hero__aurora-2{background:radial-gradient(circle,#8b5cf614 0%,#0000 70%);width:600px;height:600px;top:-5%;right:-8%}.hy-hero__aurora-3{background:radial-gradient(circle,#a855f70f 0%,#0000 70%);width:500px;height:500px;top:25%;left:30%}.hy-hero__beam{pointer-events:none;z-index:0;width:400px;height:700px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.hy-hero__beam-core{filter:blur(1px);background:linear-gradient(#0000 0%,#6366f133 20%,#8b5cf659 45%,#6366f133 70%,#0000 100%);width:2px;height:100%;animation:4s ease-in-out infinite hy-beam-pulse;position:absolute;top:0;left:50%;transform:translate(-50%)}.hy-hero__beam-spread{filter:blur(40px);background:linear-gradient(#0000 0%,#6366f108 20%,#8b5cf60d 45%,#6366f108 70%,#0000 100%);width:200px;height:100%;animation:4s ease-in-out .5s infinite hy-beam-pulse;position:absolute;top:0;left:50%;transform:translate(-50%)}.hy-hero__beam-flare{background:radial-gradient(circle,#6366f10f 0%,#8b5cf608 30%,#0000 70%);width:500px;height:500px;animation:6s ease-in-out 1s infinite hy-beam-pulse;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.hy-particles{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hy-hero__grid{pointer-events:none;background-image:linear-gradient(#00000008 1px,#0000 1px),linear-gradient(90deg,#00000008 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 50% at 50% 40%,#000 20%,#0000 70%);mask-image:radial-gradient(60% 50% at 50% 40%,#000 20%,#0000 70%)}.hy-hero__floaters{pointer-events:none;z-index:1;position:absolute;inset:0}.hy-floater{will-change:transform;border-radius:50%;transition:transform .4s ease-out;position:absolute}.hy-floater--1{background:#6366f159;width:8px;height:8px;animation:8s ease-in-out infinite hy-float;top:18%;left:12%;box-shadow:0 0 20px #6366f133}.hy-floater--2{background:#a855f759;border-radius:2px;width:6px;height:6px;animation:10s ease-in-out 2s infinite hy-float;top:30%;right:15%;transform:rotate(45deg);box-shadow:0 0 16px #a855f733}.hy-floater--3{background:0 0;border:2px solid #8b5cf640;width:10px;height:10px;animation:12s ease-in-out 1s infinite hy-float;top:55%;left:8%}.hy-floater--4{background:#ec489940;border-radius:1px;width:5px;height:5px;animation:9s ease-in-out 3s infinite hy-float;top:22%;right:25%;box-shadow:0 0 14px #ec489926}@keyframes hy-float{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-15px)rotate(5deg)}50%{transform:translateY(0)rotate(0)}75%{transform:translateY(10px)rotate(-3deg)}}.hy-hero__content{z-index:2;text-align:center;will-change:transform,opacity;max-width:780px;position:relative}.hy-hero__pill{color:var(--hy-text-2);border:1px solid var(--hy-border);animation:hy-char-in .6s var(--hy-ease)both;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#6366f10f;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px 6px 12px;font-size:13px;font-weight:500;display:inline-flex;box-shadow:0 1px 4px #0000000a}.hy-hero__pill svg{opacity:.5}.hy-hero__pill-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite hy-dot-pulse}.hy-hero__h1{letter-spacing:-.04em;margin-bottom:28px;font-size:clamp(52px,8vw,96px);font-weight:800;line-height:1.05}.hy-hero__h1-row{display:block}.hy-hero__h1-gradient .hy-hero__char{-webkit-text-fill-color:transparent;animation:hy-char-in .6s var(--hy-ease)both,hy-gradient-shift 5s ease-in-out infinite;background:linear-gradient(135deg,#6366f1 0%,#7c3aed 20%,#6366f1 40%,#a855f7 60%,#7c3aed 80%,#6366f1 100%) 0 0/300%;-webkit-background-clip:text;background-clip:text}.hy-hero__char{opacity:0;animation:hy-char-in .6s var(--hy-ease)both;display:inline-block}.hy-hero__word{opacity:0;animation:hy-word-in .5s var(--hy-ease)both;margin-right:.3em;display:inline-block}@keyframes hy-word-in{0%{opacity:0;filter:blur(4px);transform:translateY(8px)}to{opacity:1;filter:blur();transform:translateY(0)}}.hy-hero__sub{color:var(--hy-text-2);max-width:560px;margin:0 auto 40px;font-size:18px;font-weight:300;line-height:1.8}.hy-hero__btns{animation:hy-char-in .8s var(--hy-ease)1.6s both;justify-content:center;align-items:center;gap:16px;display:flex}.hy .hy-hero__btn-main{color:#fff;transition:all .3s var(--hy-ease);background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:12px;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:600;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #6366f14d,0 4px 24px #6366f133}.hy-hero__btn-main:hover{box-shadow:0 0 0 1px #6366f180,0 8px 40px #6366f14d}.hy-hero__btn-glow{background:linear-gradient(120deg,#0000 20%,#ffffff26 50%,#0000 80%) 0 0/200% 100%;animation:3s ease-in-out infinite hy-shine;position:absolute;inset:0}.hy-hero__btn-arrow{transition:transform .3s var(--hy-ease);justify-content:center;align-items:center;display:flex}.hy-hero__btn-main:hover .hy-hero__btn-arrow{transform:translate(4px)}.hy .hy-hero__btn-ghost{color:var(--hy-accent);transition:all .3s var(--hy-ease);background:#6366f10f;border:1px solid #6366f133;border-radius:12px;align-items:center;gap:10px;padding:14px 24px;font-size:15px;font-weight:500;display:inline-flex}.hy-hero__btn-ghost:hover{color:#4f46e5;background:#6366f11a;border-color:#6366f159}.hy-hero__btn-play-ring{background:#6366f11f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .3s;display:flex}.hy-hero__btn-ghost:hover .hy-hero__btn-play-ring{background:#6366f126}.hy-hero__product{z-index:2;will-change:transform;width:100%;max-width:980px;margin-top:64px;animation:1.2s cubic-bezier(.16,1,.3,1) .6s both hy-product-in;position:relative}.hy-hero__product-ring{pointer-events:none;background:linear-gradient(#6366f10a 0%,#0000 50%);border:1px solid #6366f11a;border-radius:22px;position:absolute;inset:-6px;-webkit-mask-image:linear-gradient(#000 0%,#0000 80%);mask-image:linear-gradient(#000 0%,#0000 80%)}.hy-hero__product-frame{border-radius:var(--hy-radius);background:#1a1d23;border:1px solid #ffffff14;position:relative;overflow:hidden;box-shadow:0 20px 80px #00000026,0 0 120px #6366f10f}.hy-hero__product-bar{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:10px 16px;display:flex}.hy-hero__product-dots{gap:6px;display:flex}.hy-hero__product-dots i{border-radius:50%;width:10px;height:10px;display:block}.hy-hero__product-dots i:first-child{background:#ff5f56}.hy-hero__product-dots i:nth-child(2){background:#ffbd2e}.hy-hero__product-dots i:nth-child(3){background:#27c93f}.hy-hero__product-url{font-family:var(--hy-mono);color:#6b7280;background:#ffffff0f;border-radius:6px;flex:1;align-items:center;gap:6px;max-width:280px;padding:4px 12px;font-size:11px;display:flex}.hy-hero__product-actions{gap:8px;display:flex}.hy-hero__product-actions i{background:#ffffff14;border-radius:3px;width:14px;height:14px;display:block}.hy-hero__product-body{height:360px;display:flex}.hy-hero__product-glow{filter:blur(30px);pointer-events:none;background:radial-gradient(#6366f11a 0%,#0000 70%);height:80px;position:absolute;bottom:-40px;left:10%;right:10%}.hy-hero__product-reflection{filter:blur(10px);opacity:.5;pointer-events:none;background:linear-gradient(#6366f105 0%,#0000 40%);height:60%;position:absolute;bottom:-60%;left:5%;right:5%;transform:scaleY(-1);-webkit-mask-image:linear-gradient(#000 0%,#0000 50%);mask-image:linear-gradient(#000 0%,#0000 50%)}.hy-app-side{background:#ffffff08;border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;align-items:center;gap:4px;width:48px;padding:10px 0;display:flex}.hy-app-side__logo{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:6px;font-size:12px;font-weight:700;display:flex}.hy-app-side__sep{background:#ffffff0f;flex-shrink:0;width:24px;height:1px;margin:4px 0}.hy-app-side__item{cursor:default;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.hy-app-side__item--on{background:#6366f133;box-shadow:inset 0 0 0 1px #6366f14d}.hy-app-side__spacer{flex:1}.hy-app-side__icon{width:14px;height:14px;display:block;position:relative}.hy-app-side__icon--grid{opacity:.7;background-color:#0000;background-image:linear-gradient(#8a8f98 0 0),linear-gradient(#8a8f98 0 0),linear-gradient(#8a8f98 0 0),linear-gradient(#8a8f98 0 0);background-position:0 0,8px 0,0 8px,8px 8px;background-repeat:no-repeat;background-size:6px 6px,6px 6px,6px 6px,6px 6px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;border-radius:1px}.hy-app-side__item--on .hy-app-side__icon--grid{opacity:1;background-color:#0000;background-image:linear-gradient(#818cf8 0 0),linear-gradient(#818cf8 0 0),linear-gradient(#818cf8 0 0),linear-gradient(#818cf8 0 0);background-position:0 0,8px 0,0 8px,8px 8px;background-repeat:no-repeat;background-size:6px 6px,6px 6px,6px 6px,6px 6px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box}.hy-app-side__icon--layers{border:1.5px solid #555a63;border-radius:2px}.hy-app-side__icon--layers:after{content:"";background:#555a63;height:1.5px;position:absolute;top:3px;left:3px;right:3px;box-shadow:0 4px #555a63}.hy-app-side__icon--palette{border:1.5px solid #555a63;border-radius:50%}.hy-app-side__icon--palette:after{content:"";background:#555a63;border-radius:50%;width:4px;height:4px;position:absolute;top:3px;left:5px}.hy-app-side__icon--settings{border:1.5px solid #555a63;border-radius:50%}.hy-app-side__icon--settings:after{content:"";border:1.5px solid #555a63;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hy-app-side__icon--help{border:1.5px solid #555a63;border-radius:50%;font-style:normal}.hy-app-side__icon--help:after{content:"?";color:#555a63;font-size:8px;font-style:normal;font-weight:600;font-family:var(--hy-font);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hy-app-panel{background:#ffffff05;border-right:1px solid #ffffff0f;flex-shrink:0;width:140px;padding:12px 8px;overflow:hidden}.hy-app-panel__title{text-transform:uppercase;letter-spacing:.08em;color:#555a63;margin-bottom:10px;padding:0 4px;font-size:10px;font-weight:600}.hy-app-panel__grid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.hy-app-panel__widget{cursor:default;background:#ffffff0a;border:1px solid #0000;border-radius:6px;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;transition:border-color .2s;display:flex}.hy-app-panel__widget span{color:#555a63;white-space:nowrap;font-size:8px}.hy-app-panel__widget-icon{background:#ffffff14;border-radius:4px;width:18px;height:18px}.hy-app-panel__widget--drag{border:1px dashed var(--hy-accent);background:#6366f114;animation:2s ease-in-out infinite hy-beam-pulse}.hy-app-panel__widget--drag .hy-app-panel__widget-icon{background:#6366f133}.hy-app-canvas{background:#ffffff05;flex-direction:column;flex:1;min-width:0;display:flex}.hy-app-toolbar{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:6px 12px;display:flex}.hy-app-toolbar__left,.hy-app-toolbar__center,.hy-app-toolbar__right{align-items:center;gap:6px;display:flex}.hy-app-toolbar__page{color:#8a8f98;font-size:11px;font-weight:500}.hy-app-toolbar__device{all:unset;color:#555a63;cursor:default;border-radius:5px;justify-content:center;align-items:center;width:26px;height:26px;transition:all .15s;display:flex}.hy-app-toolbar__device--on{color:#818cf8;background:#6366f11f}.hy-app-toolbar__zoom{font-family:var(--hy-mono);color:#555a63;font-size:10px}.hy-app-toolbar__btn-pub{all:unset;color:#fff;cursor:default;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:5px;padding:4px 10px;font-size:10px;font-weight:600}.hy-app-artboard{background:#fafafa;border-radius:6px;flex-direction:column;flex:1;margin:10px;display:flex;overflow:hidden}.hy-app-sec{align-items:center;display:flex}.hy-app-sec--header{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:6px 10px}.hy-app-sec__logo-block{background:#d1d5db;border-radius:2px;width:40px;height:10px}.hy-app-sec__nav-items{gap:8px;display:flex}.hy-app-sec__nav-items span{background:#d1d5db;border-radius:2px;width:24px;height:6px;display:block}.hy-app-sec--hero{flex-direction:column;flex:1;align-items:stretch;min-height:120px;position:relative}.hy-app-sec__hero-bg{background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 50%,#c7d2fe 100%);position:absolute;inset:0}.hy-app-sec__hero-content{flex-direction:column;align-items:flex-start;gap:8px;padding:20px;display:flex;position:relative}.hy-app-sec__hero-h{background:#4338ca;border-radius:2px;width:140px;height:14px;animation:2s ease-in-out infinite hy-shimmer}.hy-app-sec__hero-p{opacity:.4;background:#6366f1;border-radius:2px;width:100px;height:8px}.hy-app-sec__hero-cta{background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:4px;width:60px;height:18px;margin-top:4px}.hy-app-sec--cards{background:#fafafa;gap:8px;padding:10px;display:flex}.hy-app-sec__card{background:#fff;border:1px solid #e5e7eb;border-radius:4px;flex-direction:column;flex:1;gap:4px;padding:6px;display:flex;position:relative}.hy-app-sec__card-img{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:3px;height:36px}.hy-app-sec__card-txt{background:#d1d5db;border-radius:2px;width:70%;height:6px}.hy-app-sec__card-price{opacity:.5;background:#6366f1;border-radius:2px;width:40%;height:8px}.hy-app-sec__card--selected{border-color:#6366f1;box-shadow:0 0 0 2px #6366f14d}.hy-app-sec__card-handles i{background:#6366f1;border:1px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute}.hy-app-sec__card-handles i:first-child{top:-3px;left:-3px}.hy-app-sec__card-handles i:nth-child(2){top:-3px;right:-3px}.hy-app-sec__card-handles i:nth-child(3){bottom:-3px;left:-3px}.hy-app-sec__card-handles i:nth-child(4){bottom:-3px;right:-3px}.hy-app-props{background:#ffffff08;border-left:1px solid #ffffff0f;flex-shrink:0;width:160px;padding:12px;overflow:hidden}.hy-app-props__title{text-transform:uppercase;letter-spacing:.08em;color:#555a63;margin-bottom:14px;font-size:10px;font-weight:600}.hy-app-props__section{margin-bottom:12px}.hy-app-props__label{color:#555a63;margin-bottom:4px;font-size:9px;font-weight:500;display:block}.hy-app-props__input{font-family:var(--hy-mono);color:#8a8f98;background:#ffffff0f;border:1px solid #ffffff0f;border-radius:4px;padding:5px 8px;font-size:11px}.hy-app-props__thumb{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border:1px dashed #ffffff14;border-radius:4px;width:100%;height:40px}.hy-app-props__sep{background:#ffffff0f;height:1px;margin:12px 0}.hy-app-props__slider{align-items:center;gap:8px;display:flex}.hy-app-props__slider span{font-family:var(--hy-mono);color:#555a63;white-space:nowrap;font-size:10px}.hy-app-props__slider-track{background:#ffffff1a;border-radius:2px;flex:1;height:3px}.hy-app-props__slider-fill{background:var(--hy-accent);border-radius:2px;width:60%;height:100%}.hy-app-props__colors{gap:6px;display:flex}.hy-app-props__colors i{border:1px solid #ffffff1a;border-radius:4px;width:18px;height:18px;display:block}.hy-trusted{text-align:center;opacity:0;transition:opacity .8s var(--hy-ease),transform .8s var(--hy-ease);padding:48px 32px;transform:translateY(20px)}.hy-trusted--in{opacity:1;transform:translateY(0)}.hy-trusted__label{letter-spacing:.08em;text-transform:uppercase;color:var(--hy-text-3);margin-bottom:24px;font-size:12px;font-weight:500;display:block}.hy-trusted__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.hy-trusted__brand{letter-spacing:-.01em;color:var(--hy-text-3);opacity:0;animation:hy-trust-in .5s var(--hy-ease)both;font-size:15px;font-weight:600;transition:color .3s}.hy-trusted--in .hy-trusted__brand{opacity:1}.hy-trusted__brand:hover{color:var(--hy-text-2)}@keyframes hy-trust-in{0%{opacity:0;transform:translateY(10px)}to{opacity:.7;transform:translateY(0)}}.hy-marquee{border-top:1px solid var(--hy-border);border-bottom:1px solid var(--hy-border);padding:24px 0;position:relative;overflow:hidden}.hy-marquee__fade{z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.hy-marquee__fade--l{background:linear-gradient(90deg,var(--hy-bg),transparent);left:0}.hy-marquee__fade--r{background:linear-gradient(-90deg,var(--hy-bg),transparent);right:0}.hy-marquee__track{animation:40s linear infinite hy-scroll;display:flex}.hy-marquee__set{flex-shrink:0;align-items:center;display:flex}.hy-marquee__item{color:var(--hy-text-2);white-space:nowrap;align-items:center;gap:16px;padding:0 24px;font-size:15px;font-weight:500;display:inline-flex}.hy-marquee__diamond{background:var(--hy-accent);opacity:.5;flex-shrink:0;width:6px;height:6px;transform:rotate(45deg)}.hy-features{max-width:1200px;margin:0 auto;padding:120px 32px}.hy-features__head{text-align:center;margin-bottom:60px}.hy-bento{grid-template-columns:7fr 5fr;gap:20px;display:grid}.hy-bento__card{background:var(--hy-bg-card);border:1px solid var(--hy-border);border-radius:var(--hy-radius);opacity:0;transition:opacity .6s var(--hy-ease),border-color .3s;overflow:hidden;transform:translateY(30px)}.hy-bento--in .hy-bento__card{opacity:1;transition-delay:calc(var(--delay)*.15s);transform:translateY(0)}.hy-bento__card:hover{border-color:var(--hy-border-hover);box-shadow:0 4px 20px #0000000d}.hy-bento__card:before{content:"";border-radius:var(--hy-radius);opacity:0;z-index:-1;background:linear-gradient(135deg,#6366f140,#0000 50%,#a855f740);transition:opacity .4s;position:absolute;inset:-1px}.hy-bento__card:hover:before{opacity:1}.hy-bento__card:nth-child(3){grid-column:1}.hy-bento__card:nth-child(4){grid-column:2}.hy-bento__card:nth-child(3):not(.hy-bento__card--wide){grid-column:1}.hy-bento__card:nth-child(4).hy-bento__card--wide{grid-column:2}.hy-bento__visual{justify-content:center;align-items:center;height:220px;padding:20px;display:flex;position:relative;overflow:hidden}.hy-bento__visual:after{content:"";background:linear-gradient(transparent,var(--hy-bg-card));pointer-events:none;height:40px;position:absolute;bottom:0;left:0;right:0}.hy-bento__text{padding:20px 24px 24px}.hy-bento__text h3{letter-spacing:-.02em;margin-bottom:8px;font-size:18px;font-weight:600}.hy-bento__text p{color:var(--hy-text-2);font-size:14px;line-height:1.7}.hy-mini-editor{background:var(--hy-bg-elevated);border:1px solid var(--hy-border);border-radius:8px;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.hy-mini-editor__side{border-right:1px solid var(--hy-border);background:#00000005;flex-direction:column;align-items:center;gap:6px;width:32px;padding:8px 0;display:flex}.hy-mini-editor__tool{background:#0000000f;border-radius:3px;width:16px;height:16px}.hy-mini-editor__tool:first-child{background:#6366f133}.hy-mini-editor__canvas{flex-direction:column;flex:1;gap:6px;padding:8px;display:flex}.hy-mini-editor__row{border-radius:4px}.hy-mini-editor__row--nav{background:#0000000a;height:16px}.hy-mini-editor__row--hero{background:linear-gradient(135deg,#6366f114,#8b5cf60a);flex-direction:column;flex:1;gap:6px;padding:12px;display:flex}.hy-mini-editor__hero-title{background:#0000001a;border-radius:2px;width:70%;height:10px}.hy-mini-editor__hero-sub{background:#0000000f;border-radius:2px;width:50%;height:6px}.hy-mini-editor__hero-cta{background:var(--hy-accent);opacity:.8;border-radius:3px;width:40px;height:14px;margin-top:4px}.hy-mini-editor__row--cols{gap:4px;height:40px;display:flex}.hy-mini-editor__row--cols div{background:#0000000a;border-radius:3px;flex:1}.hy-mini-editor__panel{border-left:1px solid var(--hy-border);flex-direction:column;gap:6px;width:70px;padding:8px;display:flex}.hy-mini-editor__field{background:#0000000a;border-radius:3px;height:14px}.hy-mini-editor__field--lg{height:24px}.hy-mini-editor__swatch-row{gap:3px;display:flex}.hy-mini-editor__swatch-row i{border-radius:3px;width:10px;height:10px;display:block}.hy-mini-editor__swatch-row i:first-child{background:#6366f1}.hy-mini-editor__swatch-row i:nth-child(2){background:#10b981}.hy-mini-editor__swatch-row i:nth-child(3){background:#f59e0b}.hy-mini-editor__swatch-row i:nth-child(4){background:#ec4899}.hy-mini-editor__cursor{background:var(--hy-accent);z-index:2;border-radius:50%;width:14px;height:14px;animation:4s ease-in-out infinite hy-float-cursor;position:absolute;top:40%;left:60%;box-shadow:0 2px 8px #6366f14d}.hy-mini-tpl{grid-template-columns:repeat(3,1fr);gap:8px;width:100%;display:grid}.hy-mini-tpl__card{background:var(--hy-bg-elevated);border:1px solid var(--hy-border);transition:transform .3s var(--hy-ease),border-color .3s;border-radius:6px;flex-direction:column;gap:6px;padding:6px;display:flex}.hy-mini-tpl__card:hover{border-color:var(--hy-border-hover);transform:translateY(-2px)}.hy-mini-tpl__card--glow{border-color:#6366f14d;box-shadow:0 0 20px #6366f11a}.hy-mini-tpl__thumb{border-radius:4px;height:60px}.hy-mini-tpl__bar{background:#0000000f;border-radius:2px;width:60%;height:5px}.hy-mini-devices{justify-content:center;align-items:center;gap:16px;width:100%;height:100%;display:flex;position:relative}.hy-mini-devices__tv,.hy-mini-devices__tablet,.hy-mini-devices__phone{flex-direction:column;align-items:center;gap:4px;display:flex}.hy-mini-devices__screen{border:1px solid var(--hy-border);background:linear-gradient(135deg,#6366f11a,#8b5cf60d);border-radius:4px}.hy-mini-devices__screen--tv{width:80px;height:50px}.hy-mini-devices__screen--tablet{width:44px;height:56px}.hy-mini-devices__screen--phone{border-radius:6px;width:28px;height:48px}.hy-mini-devices__stand{background:var(--hy-text-3);opacity:.3;border-radius:2px;width:20px;height:3px}.hy-mini-devices__lines{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hy-mini-devices__hub{animation:3s ease-in-out infinite hy-dot-pulse;position:absolute;top:10px;left:50%;transform:translate(-50%)}.hy-mini-analytics{flex-direction:column;width:100%;height:100%;display:flex}.hy-mini-analytics__top{gap:16px;margin-bottom:16px;display:flex}.hy-mini-analytics__kpi{flex-direction:column;gap:2px;display:flex}.hy-mini-analytics__kpi-val{color:var(--hy-text);font-size:18px;font-weight:700}.hy-mini-analytics__kpi-label{color:var(--hy-text-3);font-size:9px}.hy-mini-analytics__kpi-badge{color:var(--hy-accent-light);font-size:9px;font-weight:600}.hy-mini-analytics__kpi-badge--green{color:#10b981}.hy-mini-analytics__chart{flex:1;align-items:flex-end;gap:3px;padding-top:8px;display:flex}.hy-mini-analytics__bar{height:var(--h);background:linear-gradient(180deg,var(--hy-accent),#6366f14d);animation:hy-bar-grow .8s var(--hy-ease)both;animation-delay:calc(var(--i)*40ms);transform-origin:bottom;border-radius:3px 3px 0 0;flex:1}.hy-video{opacity:0;max-width:900px;transition:opacity .8s var(--hy-ease),transform .8s var(--hy-ease);margin:0 auto;padding:40px 32px 100px;transform:translateY(40px)}.hy-video--in{opacity:1;transform:translateY(0)}.hy-video__frame{aspect-ratio:16/9;border-radius:var(--hy-radius-lg);background:var(--hy-bg-card);border:1px solid var(--hy-border);cursor:pointer;justify-content:center;align-items:center;transition:border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.hy-video__frame:hover{border-color:var(--hy-border-hover);box-shadow:0 20px 60px #00000014,0 0 80px #6366f10f}.hy-video__gradient{background:linear-gradient(135deg,#6366f114 0%,#8b5cf60a 50%,#a855f714 100%);position:absolute;inset:0}.hy-video__play{z-index:2;position:relative}.hy-video__play-btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:72px;height:72px;transition:transform .3s var(--hy-ease),background .3s;background:#6366f11f;border:1px solid #6366f140;border-radius:50%;justify-content:center;align-items:center;padding-left:4px;display:flex}.hy-video__frame:hover .hy-video__play-btn{background:#6366f14d;transform:scale(1.1)}.hy-video__play-ripple{border:1px solid #6366f14d;border-radius:50%;width:72px;height:72px;animation:2s ease-out infinite hy-ripple;position:absolute}.hy-video__play-ripple--2{animation-delay:.6s}@keyframes hy-ripple{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}.hy-video__overlay-text{z-index:2;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;bottom:24px;left:0;right:0}.hy-video__overlay-text span{color:var(--hy-text-2);font-size:14px}.hy-video__duration{font-family:var(--hy-mono);background:#0000000a;border-radius:4px;padding:2px 8px;color:var(--hy-text-3)!important;font-size:12px!important}.hy-wave{z-index:2;width:100%;margin-bottom:-2px;line-height:0;position:relative;overflow:hidden}.hy-wave svg{width:100%;height:60px;display:block}.hy-wave--flip{margin-top:-2px;margin-bottom:0;transform:scaleY(-1)}.hy-light{background:#f0f1ff;padding:80px 0;position:relative}.hy-light__inner{text-align:center;max-width:900px;margin:0 auto;padding:0 32px}.hy-steps{justify-content:center;gap:40px;margin-top:48px;display:flex;position:relative}.hy-step{text-align:center;opacity:0;max-width:260px;transition:all .6s var(--hy-ease);flex:1;position:relative;transform:translateY(20px)}.hy-steps--in .hy-step{opacity:1;transition-delay:calc(var(--delay)*.2s);transform:translateY(0)}.hy-step__icon{background:#fff;border:1px solid #6366f11a;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex;box-shadow:0 4px 24px #0000000f}.hy-step__num{color:var(--hy-accent);letter-spacing:.05em;margin-bottom:8px;font-size:11px;font-weight:700}.hy-step__title{color:#111315;margin-bottom:8px;font-size:20px;font-weight:600}.hy-step__desc{color:#6b7280;font-size:14px;line-height:1.6}.hy-step__connector{border-top:2px dashed #6366f133;width:48px;height:0;position:absolute;top:32px;right:-24px}.hy-showcase{text-align:center;max-width:1200px;margin:0 auto;padding:120px 32px;position:relative}.hy-showcase__glow{pointer-events:none;background:radial-gradient(circle,#6366f10f 0%,#0000 70%);width:600px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hy-showcase__grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px;display:grid}.hy-case{background:var(--hy-bg-card);border:1px solid var(--hy-border);border-radius:var(--hy-radius);text-align:left;opacity:0;transition:opacity .5s var(--hy-ease),transform .5s var(--hy-ease),border-color .3s;will-change:transform;padding:28px 24px;position:relative;overflow:hidden;transform:translateY(20px)}.hy-showcase__grid--in .hy-case{opacity:1;transition-delay:calc(var(--delay)*80ms);transform:translateY(0)}.hy-case:hover{border-color:var(--hy-border-hover);box-shadow:0 4px 20px #0000000d}.hy-case__glow{background:radial-gradient(circle,var(--accent)0%,transparent 70%);opacity:0;filter:blur(30px);width:80px;height:80px;transition:opacity .4s;position:absolute;top:-30px;right:-30px}.hy-case:hover .hy-case__glow{opacity:.15}.hy-case__emoji{margin-bottom:12px;font-size:28px;display:block}.hy-case__title{letter-spacing:-.01em;margin-bottom:6px;font-size:17px;font-weight:600}.hy-case__desc{color:var(--hy-text-2);font-size:13px;line-height:1.6}.hy-case__dot{background:var(--accent);opacity:.6;border-radius:50%;width:6px;height:6px;position:absolute;top:12px;right:12px}.hy-testimonials{text-align:center;max-width:1200px;margin:0 auto;padding:100px 32px}.hy-testimonials__grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.hy-testimonial{background:var(--hy-bg-card);border:1px solid var(--hy-border);border-radius:var(--hy-radius);text-align:left;opacity:0;transition:opacity .6s var(--hy-ease),transform .6s var(--hy-ease),border-color .3s,box-shadow .3s;padding:28px 24px;transform:translateY(20px)}.hy-testimonials--in .hy-testimonial{opacity:1;transform:translateY(0)}.hy-testimonial:hover{border-color:var(--hy-border-hover);box-shadow:0 4px 24px #0000000a}.hy-testimonial__stars{gap:2px;margin-bottom:16px;display:flex}.hy-testimonial__quote{color:var(--hy-text-2);margin-bottom:20px;font-size:14px;font-style:italic;line-height:1.7}.hy-testimonial__author{align-items:center;gap:12px;display:flex}.hy-testimonial__avatar{background:linear-gradient(135deg,var(--hy-accent),#8b5cf6);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:flex}.hy-testimonial__name{color:var(--hy-text);font-size:13px;font-weight:600}.hy-testimonial__role{color:var(--hy-text-3);font-size:12px}.hy-stats{max-width:1000px;margin:0 auto;padding:80px 32px;position:relative}.hy-stats__line{background:linear-gradient(90deg,transparent,var(--hy-accent),transparent);opacity:.3;height:1px;position:absolute;top:0;left:10%;right:10%}.hy-stats__row{justify-content:space-around;gap:32px;display:flex}.hy-stat{text-align:center;opacity:0;transition:all .6s var(--hy-ease);flex-direction:column;align-items:center;gap:8px;display:flex;transform:translateY(20px)}.hy-stats__row--in .hy-stat{opacity:1;transition-delay:calc(var(--delay)*.15s);transform:translateY(0)}.hy-stat__ring{justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:relative}.hy-stat__ring svg{position:absolute;inset:0}.hy-stat__icon{z-index:1;font-size:20px;position:relative}.hy-stat__val{letter-spacing:-.03em;background:linear-gradient(135deg,var(--hy-text),var(--hy-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(28px,4vw,40px);font-weight:800}.hy-stat__label{color:var(--hy-text-3);font-size:13px;font-weight:400}.hy-cta{text-align:center;padding:100px 32px;position:relative;overflow:hidden}.hy-cta__orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.hy-cta__orb--1{background:#6366f114;width:400px;height:400px;animation:12s ease-in-out infinite hy-orb-drift;bottom:-200px;left:-100px}.hy-cta__orb--2{background:#8b5cf60f;width:350px;height:350px;animation:15s ease-in-out 3s infinite hy-orb-drift;top:-150px;right:-80px}.hy-cta__orb--3{background:#a855f70d;width:250px;height:250px;animation:10s ease-in-out 1.5s infinite hy-orb-drift;top:50%;left:50%;transform:translate(-50%,-50%)}.hy-cta__box{z-index:1;opacity:0;max-width:600px;transition:all .8s var(--hy-ease);margin:0 auto;position:relative;transform:translateY(30px)}.hy-cta__box--in{opacity:1;transform:translateY(0)}.hy-cta__h2{letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(32px,5vw,52px);font-weight:700;line-height:1.15}.hy-cta__p{color:var(--hy-text-2);margin-bottom:32px;font-size:16px;line-height:1.7}.hy .hy-cta__btn{color:#fff;transition:all .3s var(--hy-ease);background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:12px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;display:inline-flex;box-shadow:0 0 0 1px #6366f14d,0 4px 24px #6366f140}.hy-cta__btn:hover{box-shadow:0 0 0 1px #6366f180,0 8px 40px #6366f159}.hy-cta__fine{color:var(--hy-text-3);margin-top:16px;font-size:13px;display:block}.hy-footer{border-top:1px solid var(--hy-border);padding:60px 32px 32px}.hy-footer__top{justify-content:space-between;gap:48px;max-width:1200px;margin:0 auto 40px;display:flex}.hy-footer__brand{max-width:280px}.hy-footer__brand p{color:var(--hy-text-3);margin-top:8px;font-size:14px}.hy-footer__logo{color:var(--hy-text);font-size:20px;font-weight:600}.hy-footer__logo-s{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#6366f1,#818cf8);-webkit-background-clip:text;background-clip:text}.hy-footer__cols{gap:64px;display:flex}.hy-footer__col h4{color:var(--hy-text);margin-bottom:16px;font-size:13px;font-weight:600}.hy-footer__col a{color:var(--hy-text-3);padding:4px 0;font-size:14px;transition:color .2s;display:block}.hy-footer__col a:hover{color:var(--hy-text-2)}.hy-footer__bottom{border-top:1px solid var(--hy-border);max-width:1200px;margin:0 auto;padding-top:24px}.hy-footer__bottom span{color:var(--hy-text-3);font-size:13px}@keyframes hy-char-in{0%{opacity:0;filter:blur(6px);transform:translateY(30px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes hy-gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes hy-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes hy-product-in{0%{opacity:0;transform:translateY(60px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes hy-beam-pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes hy-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes hy-shine{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes hy-float-cursor{0%,to{transform:translate(0)}25%{transform:translate(-15px,10px)}50%{transform:translate(10px,-8px)}75%{transform:translate(-5px,-12px)}}@keyframes hy-bar-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes hy-orb-drift{0%,to{transform:translate(0)}33%{transform:translate(30px,-20px)}66%{transform:translate(-20px,15px)}}@keyframes hy-shimmer{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:1024px){.hy-bento{grid-template-columns:1fr}.hy-bento__card,.hy-bento__card--wide{grid-column:1!important}.hy-showcase__grid,.hy-testimonials__grid{grid-template-columns:repeat(2,1fr)}.hy-testimonial:last-child{grid-column:1/-1;max-width:400px;margin:0 auto}}@media (max-width:768px){.hy-nav__center{display:none}.hy-hero{padding:120px 20px 60px}.hy-hero__product,.hy-hero__floaters{display:none}.hy-hero__h1{font-size:clamp(36px,10vw,52px)}.hy-steps{flex-direction:column;align-items:center;gap:32px}.hy-step__connector{display:none}.hy-showcase__grid,.hy-testimonials__grid{grid-template-columns:1fr}.hy-testimonial:last-child{max-width:none}.hy-stats__row{flex-wrap:wrap;justify-content:center;gap:40px}.hy-stat{min-width:120px}.hy-trusted__logos{gap:24px}.hy-footer__top{flex-direction:column;gap:32px}.hy-footer__cols{gap:32px}.hy-video__play-btn,.hy-video__play-ripple{width:56px;height:56px}}@media (max-width:480px){.hy-nav{padding:0 16px}.hy-nav__link{font-size:13px}.hy .hy-nav__cta{padding:6px 14px;font-size:12px}.hy-hero{padding:110px 16px 48px}.hy-hero__pill{margin-bottom:24px;padding:5px 12px 5px 10px;font-size:11px}.hy-hero__h1{margin-bottom:20px;font-size:32px}.hy-hero__sub{margin-bottom:28px;font-size:15px}.hy-hero__btns{flex-direction:column}.hy .hy-hero__btn-main,.hy .hy-hero__btn-ghost{justify-content:center;width:100%;padding:12px 24px;font-size:14px}.hy-h2{font-size:28px}.hy-sub2{font-size:15px}.hy-trusted{padding:32px 16px}.hy-trusted__logos{gap:16px}.hy-trusted__brand{font-size:13px}.hy-features,.hy-showcase,.hy-testimonials{padding:60px 16px}.hy-light{padding:60px 0}.hy-light__inner{padding:0 16px}.hy-video{padding:24px 16px 60px}.hy-stats{padding:60px 16px}.hy-stats__row{gap:24px}.hy-stat{min-width:100px}.hy-cta{padding:60px 16px}.hy-footer{padding:40px 16px 24px}.hy-footer__top{gap:24px}.hy-footer__cols{flex-direction:column;gap:24px}.hy-footer__bottom{text-align:center}.hy-case,.hy-testimonial{padding:20px 16px}.hy-bento__text{padding:16px}.hy-bento__visual{height:180px}}
