:root{--color-primary: #FFB432;--color-primary-dark: #E69A1E;--color-primary-light: #FFF5E0;--color-secondary: #4ECDC4;--color-background: #FFFFFF;--color-text: #2D3436;--color-text-light: #636E72;--color-border: #E8E8E8;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--color-text);background-color:var(--color-background);min-width:320px}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-dark)}img{max-width:100%;height:auto}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}@media(max-width:768px){.section{padding:60px 0}}.app{display:flex;flex-direction:column;min-height:100vh}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px}.logo{display:flex;align-items:center;gap:10px;cursor:pointer}.logo-icon{width:44px;height:44px;object-fit:contain}.logo-text{font-size:1.4rem;font-weight:700;color:var(--color-primary)}.nav{display:flex;gap:8px}.nav-item{padding:8px 16px;background:none;border:none;font-size:.95rem;font-weight:500;color:var(--color-text);border-radius:8px;transition:all .2s ease}.nav-item:hover{background:var(--color-primary-light);color:var(--color-primary)}.nav-toggle{display:none;flex-direction:column;gap:5px;padding:8px;background:none;border:none}.nav-toggle span{display:block;width:24px;height:2px;background:var(--color-text);border-radius:2px}.hero{padding:140px 0 80px;background:linear-gradient(135deg,#fff9e6,#fff5cc,#fff);min-height:100vh;display:flex;align-items:center}.hero-inner{display:flex;align-items:center;justify-content:space-between;gap:60px}.hero-content{flex:1;max-width:560px}.hero-title{font-size:3.5rem;font-weight:800;color:var(--color-text);margin-bottom:16px;line-height:1.2}.hero-tagline{font-size:1.5rem;font-weight:600;color:var(--color-primary);margin-bottom:16px}.hero-description{font-size:1.2rem;color:var(--color-text-light);margin-bottom:32px;line-height:1.6}.hero-buttons{display:flex;gap:16px}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero-image img{max-width:400px;width:100%;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-size:1rem;font-weight:600;border-radius:12px;border:none;transition:all .2s ease;text-decoration:none}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #ffb43266}.btn-secondary{background:#fff;color:var(--color-primary);border:2px solid var(--color-primary)}.btn-secondary:hover{background:var(--color-primary-light);color:var(--color-primary)}.section{padding:100px 0}.section-title{font-size:2.5rem;font-weight:800;color:var(--color-text);text-align:center;margin-bottom:12px}.section-subtitle{font-size:1.1rem;color:var(--color-text-light);text-align:center;margin-bottom:60px}.features{background:#fff}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.feature-card{background:#fffbf0;border-radius:20px;padding:36px 28px;text-align:center;transition:all .3s ease;border:2px solid transparent}.feature-card:hover{transform:translateY(-8px);border-color:var(--color-primary);box-shadow:0 12px 30px #ffb43226}.feature-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.feature-title{font-size:1.25rem;font-weight:700;color:var(--color-text);margin-bottom:12px}.feature-description{font-size:.95rem;color:var(--color-text-light);line-height:1.6}.howitworks{background:linear-gradient(180deg,#fff9e6,#fff)}.steps-container{display:flex;justify-content:center;gap:24px;position:relative}.steps-container:before{content:"";position:absolute;top:40px;left:15%;right:15%;height:4px;background:linear-gradient(90deg,var(--color-primary-light),var(--color-primary),var(--color-primary-light));border-radius:2px;z-index:0}.step-card{flex:1;max-width:240px;text-align:center;position:relative;z-index:1}.step-number{width:80px;height:80px;background:var(--color-primary);color:#fff;font-size:2rem;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 8px 20px #ffb4324d}.step-title{font-size:1.2rem;font-weight:700;color:var(--color-text);margin-bottom:8px}.step-description{font-size:.95rem;color:var(--color-text-light);line-height:1.5}.screenshots{background:#fff}.screenshots-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1000px;margin:0 auto}.screenshot-item{text-align:center}.screenshot-item img{width:100%;max-width:220px;border-radius:24px;box-shadow:0 12px 40px #00000026;transition:transform .3s ease,box-shadow .3s ease}.screenshot-item img:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0003}.screenshot-caption{margin-top:16px;font-size:.95rem;font-weight:600;color:var(--color-text)}.benefits{background:linear-gradient(180deg,#fff,#fff9e6)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.benefit-card{background:#fff;border-radius:20px;padding:40px 24px;text-align:center;box-shadow:0 4px 20px #0000000f;transition:all .3s ease}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #ffb43233}.benefit-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.benefit-title{font-size:1.2rem;font-weight:700;color:var(--color-text);margin-bottom:12px}.benefit-description{font-size:.95rem;color:var(--color-text-light);line-height:1.6}.download{background:linear-gradient(135deg,var(--color-primary) 0%,#FFD93D 100%);text-align:center}.download-inner{display:flex;flex-direction:column;align-items:center}.download-logo{width:120px;height:120px;margin-bottom:24px;filter:drop-shadow(0 8px 20px rgba(0,0,0,.15))}.download-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:16px}.download-description{font-size:1.2rem;color:#ffffffe6;margin-bottom:40px}.download-buttons{display:flex;gap:20px;margin-bottom:24px}.store-button{display:flex;align-items:center;gap:12px;padding:14px 28px;background:#000;color:#fff;border-radius:12px;text-decoration:none;transition:all .2s ease}.store-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000004d;color:#fff}.store-icon{width:32px;height:32px}.store-icon svg{width:100%;height:100%}.store-text{display:flex;flex-direction:column;align-items:flex-start}.store-label{font-size:.7rem;opacity:.8}.store-name{font-size:1.2rem;font-weight:600}.download-note{font-size:.9rem;color:#ffffffb3}.footer{background:#2d3436;color:#b2bec3;padding:60px 0 30px}.footer-content{display:flex;justify-content:space-between;gap:60px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #444}.footer-brand{max-width:300px}.footer-logo{width:80px;height:80px;margin-bottom:16px}.footer-tagline{font-size:1rem;color:#b2bec3;line-height:1.6}.footer-info{font-size:.9rem;line-height:2}.footer-info strong{color:#fff}.footer-info a{color:#b2bec3;transition:color .2s}.footer-info a:hover{color:#fff}.footer-links{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:24px}.footer-links a{color:#b2bec3;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-divider{color:#636e72}.footer-bottom{text-align:center}.copyright{font-size:.85rem;color:#636e72}@media(max-width:1024px){.features-grid,.benefits-grid{grid-template-columns:repeat(2,1fr)}.screenshots-grid{grid-template-columns:repeat(2,1fr);max-width:500px}}@media(max-width:768px){.nav{display:none}.nav-toggle{display:flex}.hero{padding:120px 0 60px}.hero-inner{flex-direction:column;text-align:center}.hero-content{max-width:100%}.hero-title{font-size:2.5rem}.hero-tagline{font-size:1.2rem}.hero-description{font-size:1rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.hero-image img{max-width:280px}.section{padding:60px 0}.section-title{font-size:2rem}.features-grid,.benefits-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.steps-container{flex-direction:column;align-items:center;gap:40px}.steps-container:before{display:none}.step-card{max-width:100%}.screenshots-grid{grid-template-columns:repeat(2,1fr);gap:16px}.download-title{font-size:1.8rem}.download-buttons{flex-direction:column}.footer-content{flex-direction:column;gap:40px}.footer-brand{max-width:100%;text-align:center}.footer-logo{margin:0 auto 16px}}@media(max-width:480px){.hero-title{font-size:2rem}.btn{padding:14px 24px;font-size:.95rem}.screenshots-grid{grid-template-columns:repeat(2,1fr);max-width:320px;gap:12px}.screenshot-item img{max-width:140px;border-radius:16px}.screenshot-caption{font-size:.8rem;margin-top:10px}}.terms-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fafafa}.terms-header{background:#fff;box-shadow:0 2px 8px #0000000f;position:sticky;top:0;z-index:100}.terms-header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px}.terms-header .logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.terms-header .logo-icon{width:40px;height:40px;border-radius:10px}.terms-header .logo-text{font-size:20px;font-weight:700;color:#333}.terms-main{flex:1;padding:40px 0 80px}.terms-content-wrapper{max-width:800px;margin:0 auto;background:#fff;border-radius:16px;padding:48px;box-shadow:0 4px 20px #0000000f}.terms-title{font-size:28px;font-weight:700;color:#333;margin-bottom:16px;text-align:center}.terms-meta{display:flex;justify-content:center;gap:24px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #eee}.terms-meta span{font-size:14px;color:#888}.terms-content{font-size:15px;line-height:1.8;color:#444;word-break:keep-all}.terms-content h2,.terms-content h3{margin-top:32px;margin-bottom:16px;color:#333}.terms-content h2{font-size:20px}.terms-content h3{font-size:17px}.terms-content p{margin-bottom:16px}.terms-content ul,.terms-content ol{margin-bottom:16px;padding-left:24px}.terms-content li{margin-bottom:8px}.terms-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;gap:16px}.loading-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#ffb74d;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.terms-loading p{color:#888;font-size:15px}.terms-error{text-align:center;padding:60px 0}.terms-error p{color:#e74c3c;margin-bottom:20px}.retry-button{padding:12px 24px;background:#ffb74d;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s}.retry-button:hover{background:#ffa726}.terms-empty{text-align:center;padding:60px 0;color:#888}.terms-back{margin-top:48px;padding-top:24px;border-top:1px solid #eee;text-align:center}.back-button{display:inline-flex;align-items:center;gap:8px;color:#666;text-decoration:none;font-size:15px;transition:color .2s}.back-button:hover{color:#ffb74d}.terms-footer{background:#333;padding:24px 0}.terms-footer .copyright{text-align:center;color:#999;font-size:13px}@media(max-width:768px){.terms-content-wrapper{margin:0 16px;padding:32px 24px}.terms-title{font-size:24px}.terms-meta{flex-direction:column;align-items:center;gap:8px}.terms-content{font-size:14px}}.delete-page{min-height:100vh;background-color:#f8f9fa;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.delete-page__container{max-width:720px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:48px}.delete-page__header{text-align:center;margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid #e9ecef}.delete-page__logo{display:inline-block;margin-bottom:20px}.delete-page__logo img{width:72px;height:72px;object-fit:contain}.delete-page__title{font-size:28px;font-weight:700;color:#212529;margin:0 0 8px}.delete-page__subtitle{font-size:16px;color:#6c757d;margin:0}.delete-page__section{margin-bottom:40px}.delete-page__section:last-of-type{margin-bottom:48px}.delete-page__section-title{font-size:18px;font-weight:600;color:#212529;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #5a67f2;display:inline-block}.delete-page__table{width:100%;border-collapse:collapse;background:#f8f9fa;border-radius:8px;overflow:hidden}.delete-page__table th,.delete-page__table td{padding:14px 16px;text-align:left;border-bottom:1px solid #e9ecef}.delete-page__table th{width:120px;font-weight:500;color:#495057;background:#f1f3f4}.delete-page__table td{color:#212529}.delete-page__table tr:last-child th,.delete-page__table tr:last-child td{border-bottom:none}.delete-page__steps{margin:0;padding:0 0 0 24px;counter-reset:step;list-style:none}.delete-page__steps li{position:relative;padding:12px 0 12px 32px;color:#495057;line-height:1.6;border-left:2px solid #e9ecef;margin-left:8px}.delete-page__steps li:last-child{border-left-color:transparent}.delete-page__steps li:before{counter-increment:step;content:counter(step);position:absolute;left:-13px;top:10px;width:24px;height:24px;background:#5a67f2;color:#fff;font-size:13px;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center}.delete-page__list{margin:0;padding:0 0 0 20px}.delete-page__list li{padding:8px 0;color:#495057;line-height:1.6}.delete-page__notice{background:#fff8e6;border:1px solid #ffc107;border-radius:8px;padding:20px}.delete-page__notice>p{margin:0 0 12px;color:#856404;font-weight:500}.delete-page__notice .delete-page__list{margin-bottom:0}.delete-page__notice .delete-page__list li{color:#856404;padding:4px 0}.delete-page__contact{margin:0 0 12px;color:#495057;line-height:1.6}.delete-page__email{margin:0}.delete-page__email a{color:#5a67f2;font-weight:600;text-decoration:none}.delete-page__email a:hover{text-decoration:underline}.delete-page__footer{text-align:center;padding-top:32px;border-top:1px solid #e9ecef}.delete-page__back{display:inline-block;padding:12px 24px;background:#f8f9fa;color:#5a67f2;font-weight:600;text-decoration:none;border-radius:8px;transition:background .2s}.delete-page__back:hover{background:#e9ecef}.delete-page__copyright{margin:20px 0 0;font-size:13px;color:#adb5bd}@media(max-width:768px){.delete-page{padding:20px 16px}.delete-page__container{padding:32px 24px}.delete-page__title{font-size:24px}.delete-page__table th{width:100px}}@media(max-width:480px){.delete-page__container{padding:24px 20px}.delete-page__header{margin-bottom:32px;padding-bottom:24px}.delete-page__logo img{width:60px;height:60px}.delete-page__title{font-size:22px}.delete-page__section{margin-bottom:32px}.delete-page__table th,.delete-page__table td{display:block;width:100%}.delete-page__table th{border-bottom:none;padding-bottom:4px}.delete-page__table td{padding-top:4px}}
