@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@500;700;800&display=swap";:root{--primary:#0ea5e9;--primary-dark:#0284c7;--text-main:#fff;--text-muted:#94a3b8;--bg-glass:#0f172a66;--border-glass:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-main);background-color:#0f172a;font-family:Inter,sans-serif;overflow:hidden}.coming-soon-container{background-image:url(/background.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;width:100vw;height:100vh;display:flex;position:relative}.overlay{z-index:1;background:linear-gradient(135deg,#0f172ae6 0%,#0f172ab3 50%,#0f172acc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.content{z-index:2;flex-direction:column;width:100%;height:100%;padding:2rem 5%;display:flex;position:relative}.header{justify-content:flex-start;width:100%;padding-top:1rem;display:flex}.logo-container{align-items:center;gap:.5rem;display:flex}.logo-text{letter-spacing:2px;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.logo-dot{background-color:var(--primary);width:8px;height:8px;box-shadow:0 0 10px var(--primary);border-radius:50%}.main-content{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;max-width:800px;display:flex}.badge{background:var(--bg-glass);border:1px solid var(--border-glass);color:#cbd5e1;-webkit-backdrop-filter:blur(10px);border-radius:50px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;animation:1s ease-out fadeInDown;display:flex}.pulse-dot{background-color:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 12px #22c55e}.title{margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:clamp(3.5rem,8vw,6rem);font-weight:800;line-height:1.1;animation:1s ease-out .2s both fadeInUp}.highlight{color:#0000;-webkit-text-stroke:2px #fffc;position:relative}.highlight:after{content:"Soon";color:var(--primary);opacity:.8;filter:blur(15px);z-index:-1;position:absolute;top:0;left:0}.description{color:var(--text-muted);max-width:600px;margin-bottom:1rem;font-size:1.125rem;line-height:1.6;animation:1s ease-out .4s both fadeInUp}.korean-text{color:#f1f5f9;opacity:.8;margin-bottom:3rem;font-size:1rem;font-weight:300;animation:1s ease-out .5s both fadeInUp}.contact-form-container{width:100%;max-width:450px;animation:1s ease-out .6s both fadeInUp}.notify-form{background:var(--bg-glass);border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(10px);border-radius:8px;padding:.5rem;display:flex}.email-input{color:var(--text-main);background:0 0;border:none;flex:1;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem}.email-input:focus{outline:none}.email-input::placeholder{color:#64748b}.notify-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-weight:600;transition:all .3s}.notify-btn:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #0ea5e966}.footer{color:#64748b;justify-content:flex-start;width:100%;margin-top:auto;padding-bottom:1rem;font-size:.875rem;display:flex}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #22c55eb3}70%{transform:scale(1);box-shadow:0 0 0 6px #22c55e00}to{transform:scale(.95);box-shadow:0 0 #22c55e00}}@media (width<=768px){.main-content{text-align:center;align-items:center}.notify-form{flex-direction:column;gap:.5rem}.notify-btn{width:100%}.footer,.header{justify-content:center}}
