.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.5rem 0;transition:all .3s ease}.header--scrolled{background:#fff7eaf2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);padding:.25rem 0}.header__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;gap:.75rem}.header__logo-img{height:80px;width:auto;transition:transform .3s ease}.header__logo:hover .header__logo-img{transform:scale(1.05)}.header__logo-text{font-family:var(--font-display);font-size:1.5rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header__nav{display:flex;gap:2rem}.header__nav-link{font-weight:500;color:var(--color-text-muted);transition:color .3s ease;position:relative}.header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gradient-primary);transition:width .3s ease}.header__nav-link:hover{color:var(--color-text)}.header__nav-link:hover:after{width:100%}.header__menu-btn{display:none;flex-direction:column;gap:5px;padding:.5rem;background:transparent}.header__menu-btn span{width:24px;height:2px;background:var(--color-text);border-radius:2px;transition:all .3s ease}@media (max-width: 768px){.header__nav{position:fixed;top:100px;left:0;right:0;background:#fff7eafa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;align-items:center;padding:2rem;gap:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.header__nav--open{transform:translateY(0);opacity:1;visibility:visible}.header__menu-btn{display:flex}.header__logo-img{height:60px}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:8rem 0 4rem}.hero__bg-shapes{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.hero__shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.hero__shape--1{width:500px;height:500px;background:#f97316;top:-200px;right:-100px;animation:float 8s ease-in-out infinite}.hero__shape--2{width:400px;height:400px;background:#fb923c;bottom:-150px;left:-100px;animation:float 10s ease-in-out infinite reverse}.hero__shape--3{width:300px;height:300px;background:#fbbf24;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.3;animation:pulse 4s ease-in-out infinite}.hero__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:#f973161a;border:1px solid rgba(249,115,22,.3);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;color:var(--color-primary-dark);margin-bottom:1.5rem}.hero__badge-icon{font-size:1rem}.hero__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:var(--color-text)}.hero__title-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__description{font-size:1.125rem;color:var(--color-text-muted);line-height:1.8;margin-bottom:2rem;max-width:500px}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__visual{position:relative;display:flex;justify-content:center;align-items:center}.hero__phone{width:280px;height:580px;background:linear-gradient(145deg,#3d3028,#2a2018);border-radius:40px;padding:8px;box-shadow:0 50px 100px #0003,0 0 0 1px #ffffff1a,inset 0 1px #ffffff1a;position:relative;z-index:2;animation:float 6s ease-in-out infinite}.hero__phone-notch{width:100px;height:25px;background:#1a1410;border-radius:0 0 20px 20px;position:absolute;top:8px;left:50%;transform:translate(-50%);z-index:3}.hero__phone-screen{width:100%;height:100%;background:linear-gradient(180deg,#fffaf3,#fff7ea);border-radius:32px;padding:3rem 1rem 1.5rem;overflow:hidden}.hero__screen-header{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(249,115,22,.2);color:var(--color-text)}.hero__screen-card{background:#f9731614;border:1px solid rgba(249,115,22,.2);border-radius:16px;padding:1rem;margin-bottom:1rem}.hero__screen-card-title{font-weight:600;margin-bottom:.25rem;font-size:.9rem;color:var(--color-text)}.hero__screen-card-info{font-size:.75rem;color:var(--color-text-muted);margin-bottom:.75rem}.hero__screen-card-members{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--color-text-muted)}.hero__member{width:24px;height:24px;background:var(--gradient-primary);border-radius:50%;border:2px solid var(--color-bg-card);margin-right:-8px}.hero__glow{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(249,115,22,.3) 0%,transparent 70%);z-index:1;animation:pulse 4s ease-in-out infinite}@media (max-width: 968px){.hero__container{grid-template-columns:1fr;text-align:center}.hero__description{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__visual{order:-1}.hero__phone{width:240px;height:500px}}@media (max-width: 480px){.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{width:100%}}#video{background:linear-gradient(180deg,transparent 0%,rgba(249,115,22,.03) 50%,transparent 100%);min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-top:100px}@media (max-width: 600px){#video{padding-top:80px}}.video-section__subtitle{font-family:Roboto Mono,monospace;text-align:center;font-size:1.125rem;color:var(--color-text-muted);max-width:600px;margin:0 auto 3rem}.video-section__wrapper{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 25px 80px #f9731626,0 10px 30px #0000001a;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.video-section__wrapper:hover{transform:translateY(-5px);box-shadow:0 35px 100px #f9731633,0 15px 40px #00000026}.video-section__player{width:100%;height:auto;display:block;border-radius:24px}.video-section__play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.video-section__wrapper:hover .video-section__play-overlay{background:#0006}.video-section__play-button{width:80px;height:80px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 40px #f9731666;transition:transform .3s ease}.video-section__wrapper:hover .video-section__play-button{transform:scale(1.1)}.video-section__play-button svg{margin-left:4px}.video-section__mute-btn{position:absolute;bottom:1rem;right:1rem;width:44px;height:44px;background:#0009;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;z-index:10}.video-section__mute-btn:hover{background:#000c;transform:scale(1.1)}@media (max-width: 768px){.video-section__wrapper,.video-section__player{border-radius:16px}.video-section__play-button{width:60px;height:60px}.video-section__play-button svg{width:36px;height:36px}}#features{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-top:100px;position:relative;overflow:hidden}.features__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.features__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#fff7eafc,#fff7ea80,#fff7ea00);z-index:1}.features__content{position:relative;z-index:2}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.features__card{text-align:center;opacity:0;animation:fadeInUp .6s ease-out forwards;background:#fffcf7e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(249,115,22,.2);border-radius:1.5rem;padding:2rem;transition:all .3s ease;box-shadow:0 8px 32px #0000001a}.features__card:hover{transform:translateY(-5px);border-color:var(--color-primary);box-shadow:0 20px 40px #f9731633;background:#fffcf7f2}.features__icon{font-size:3rem;margin-bottom:1.5rem;display:inline-block;animation:float 4s ease-in-out infinite}.features__title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--color-text)}.features__description{font-size:.95rem;color:var(--color-text-muted);line-height:1.7}@media (max-width: 968px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.features__grid{grid-template-columns:1fr}#features{padding-top:80px}.features__card{padding:1.5rem}}#screenshots{overflow:hidden;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-top:100px;padding-bottom:40px}.screenshots__carousel{position:relative;display:flex;align-items:center;gap:1rem;max-width:100%}.screenshots__nav{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--color-bg-card);border:1px solid var(--color-border);color:var(--color-text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000001a;z-index:10}.screenshots__nav:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff;transform:scale(1.1)}.screenshots__wrapper{flex:1;overflow-x:auto;overflow-y:visible;padding:1rem 0;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;position:relative;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.screenshots__wrapper::-webkit-scrollbar{display:none}.screenshots__track{display:flex;gap:1.5rem;padding:0 1rem;justify-content:flex-start}.screenshots__item{flex-shrink:0;text-align:center;scroll-snap-align:center;transition:all .3s ease;opacity:.6;transform:scale(.95)}.screenshots__item--active{opacity:1;transform:scale(1)}.screenshots__item:hover{opacity:1}.screenshots__phone{margin-bottom:1rem}.screenshots__phone-frame{width:200px;height:420px;background:linear-gradient(145deg,#3d3028,#2a2018);border-radius:32px;padding:6px;box-shadow:0 20px 40px #00000026,0 0 0 1px #ffffff1a;position:relative;transition:all .3s ease;margin:0 auto}.screenshots__item--active .screenshots__phone-frame{box-shadow:0 30px 60px #f9731633,0 0 0 1px #f973164d}.screenshots__item:hover .screenshots__phone-frame{transform:translateY(-8px)}.screenshots__phone-notch{width:70px;height:18px;background:#1a1410;border-radius:0 0 14px 14px;position:absolute;top:6px;left:50%;transform:translate(-50%);z-index:2}.screenshots__phone-screen{width:100%;height:100%;background:linear-gradient(180deg,#fffaf3,#fff7ea);border-radius:26px;display:flex;align-items:center;justify-content:center;overflow:hidden}.screenshots__image{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:26px;image-rendering:-webkit-optimize-contrast}.screenshots__info{padding:0 .25rem}.screenshots__title{font-family:var(--font-display);font-size:.9rem;font-weight:600;margin-bottom:.15rem;color:var(--color-text)}.screenshots__description{font-size:.75rem;color:var(--color-text-muted);max-width:160px;margin:0 auto;line-height:1.4}.screenshots__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.screenshots__dot{width:10px;height:10px;border-radius:50%;background:var(--color-border);border:none;cursor:pointer;transition:all .3s ease;padding:0}.screenshots__dot:hover{background:var(--color-primary-light);transform:scale(1.2)}.screenshots__dot--active{background:var(--color-primary);width:28px;border-radius:5px}.screenshots__note{text-align:center;font-size:.8rem;color:var(--color-text-muted);margin-top:1rem;opacity:.7}#screenshots .section-title{margin-bottom:.5rem}#screenshots .section-subtitle{margin-bottom:1.5rem;font-size:1rem}@media (max-width: 768px){#screenshots{padding-top:80px}.screenshots__nav{width:36px;height:36px}.screenshots__nav svg{width:18px;height:18px}.screenshots__phone-frame{width:160px;height:340px;border-radius:28px}.screenshots__phone-screen,.screenshots__image{border-radius:22px}.screenshots__track{gap:1rem}.screenshots__wrapper{-webkit-mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%)}}@media (max-width: 480px){.screenshots__nav--prev{position:absolute;left:0;z-index:10}.screenshots__nav--next{position:absolute;right:0;z-index:10}.screenshots__carousel{padding:0 2.5rem}}#tech{background:linear-gradient(180deg,transparent 0%,rgba(251,191,36,.05) 50%,transparent 100%);min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-top:100px}.tech__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.tech__category{opacity:0;animation:fadeInUp .6s ease-out forwards}.tech__category-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.tech__category-icon{font-size:1.5rem}.tech__category-title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--color-text)}.tech__list{list-style:none;display:flex;flex-direction:column;gap:1rem}.tech__item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#f973160d;border-radius:.75rem;transition:all .3s ease}.tech__item:hover{background:#f973161a;transform:translate(5px)}.tech__name{font-weight:600;font-size:.95rem;color:var(--color-text)}.tech__description{font-size:.8rem;color:var(--color-text-muted)}@media (max-width: 968px){.tech__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}.footer{background:#fff2de;border-top:1px solid var(--color-border);padding:4rem 0 2rem;margin-top:auto}.footer__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer__top{display:flex;justify-content:space-between;gap:4rem;padding-bottom:3rem;border-bottom:1px solid var(--color-border);margin-bottom:2rem}.footer__brand{max-width:300px}.footer__logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer__logo-img{height:48px;width:auto}.footer__logo-text{font-family:var(--font-display);font-size:1.5rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer__tagline{color:var(--color-text-muted);line-height:1.7}.footer__links{display:flex;gap:4rem}.footer__column-title{font-family:var(--font-display);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text);margin-bottom:1.25rem}.footer__list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__list a{color:var(--color-text-muted);font-size:.95rem;transition:color .3s ease}.footer__list a:hover{color:var(--color-primary)}.footer__bottom{display:flex;justify-content:space-between;align-items:center}.footer__copyright{font-size:.875rem;color:var(--color-text-muted)}.footer__social{display:flex;gap:1rem}.footer__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f973161a;border-radius:50%;color:var(--color-text-muted);transition:all .3s ease}.footer__social-link:hover{background:var(--color-primary);color:#fff;transform:translateY(-3px)}@media (max-width: 968px){.footer__top{flex-direction:column;gap:3rem}.footer__brand{max-width:none;text-align:center}.footer__logo{justify-content:center}.footer__links{justify-content:center;flex-wrap:wrap;gap:2rem}.footer__column{min-width:120px}}@media (max-width: 480px){.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-padding) 0;position:relative}.section-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:700;text-align:center;margin-bottom:1rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{text-align:center;color:var(--color-text-muted);font-size:1.125rem;max-width:600px;margin:0 auto 3rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s ease}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 20px #f973164d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #f9731680}.btn-secondary{background:transparent;color:var(--color-text);border:2px solid var(--color-border)}.btn-secondary:hover{border-color:var(--color-primary);background:#f973161a}.card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:1.5rem;padding:2rem;transition:all .3s ease;box-shadow:0 4px 20px #0000000d}.card:hover{transform:translateY(-5px);border-color:var(--color-primary);box-shadow:0 20px 40px #f9731626}.glass{background:#fffcf7cc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--color-border)}:root{--color-primary: #f97316;--color-primary-light: #fb923c;--color-primary-dark: #ea580c;--color-accent: #fbbf24;--color-accent-light: #fcd34d;--color-bg: #fff7ea;--color-bg-light: #fffaf3;--color-bg-card: #fffcf7;--color-text: #2d1f14;--color-text-muted: #6b5344;--color-border: rgba(249, 115, 22, .2);--gradient-primary: linear-gradient(135deg, #f97316 0%, #fb923c 50%, #fbbf24 100%);--gradient-bg: radial-gradient(ellipse at top, #fffaf3 0%, #fff7ea 50%, #fff2de 100%);--font-display: "Outfit", sans-serif;--font-body: "Noto Sans KR", sans-serif;--section-padding: clamp(4rem, 10vw, 8rem)}*{margin:0;padding:0;box-sizing:border-box;cursor:url(/cursor.svg) 4 4,auto}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--gradient-bg);background-attachment:fixed;color:var(--color-text);line-height:1.6;min-height:100vh;overflow-x:hidden}a,button,[role=button],input[type=submit],input[type=button],.btn,.screenshots__nav,.screenshots__dot,.header__nav-link,.footer__social-link{cursor:url(/cursor-pointer.svg) 10 8,pointer}input[type=text],input[type=email],input[type=password],textarea{cursor:text}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-dark)}::selection{background:var(--color-primary);color:#fff}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-float{animation:float 6s ease-in-out infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}
