.layout{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:#fff;padding-bottom:0;padding-top:66px}.layout-header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:12px 16px;background:#e5bdb5;flex-shrink:0;box-shadow:0 1px 3px #0000000f}.layout-brand{display:flex;align-items:flex-end;gap:12px;text-decoration:none;color:#1a1a1a;flex-shrink:0;min-height:56px;overflow:visible}.layout-brand-word,.layout-brand-character{display:block;object-fit:contain;visibility:visible;opacity:1}.layout-brand-word{height:42px;width:auto;min-width:80px;max-width:140px;vertical-align:bottom}.layout-brand-character{height:56px;width:auto;min-width:40px;max-width:60px;vertical-align:bottom}.layout-location-bar{padding:18px 16px 12px;background:#fff;flex-shrink:0}.layout-location{font-family:Noto Sans KR,sans-serif;font-weight:400;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;font-size:14px;color:#333;border:1px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer}.layout-location:hover{border-color:#ccc;background:#f9f9f9}.layout-location-icon{display:block;width:22px;height:22px;object-fit:contain}.layout-location-chevron{font-size:10px;color:#666}.layout-header-right{display:flex;align-items:flex-start;gap:20px}.layout-lang,.layout-more-trigger-wrap{position:relative;width:44px;height:44px;box-sizing:border-box}.layout-lang{display:flex;flex-direction:column;align-items:center;font-size:11px;color:#333}.layout-lang-button{background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit}.layout-lang-button:hover{opacity:.85}.layout-icon-box{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.layout-icon-img{width:100%;height:100%;object-fit:contain}.layout-lang-text,.layout-more-label{position:absolute;bottom:0;left:0;right:0;text-align:center;line-height:1.2;font-size:11px;color:#333;pointer-events:none}.layout-more-trigger-wrap{display:block}.layout-more-trigger{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;padding:0;border:none;background:none;cursor:pointer;font-size:11px;color:#333}.layout-more-label{pointer-events:none}.layout-more{position:absolute;top:100%;right:0;margin-top:8px;min-width:240px;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 4px 20px #0000001f;padding:12px 0;z-index:200}.layout-more-user{display:flex;flex-direction:column;gap:2px;padding:0 16px 8px}.layout-more-user-label{font-size:11px;color:#999}.layout-more-user-name{font-size:14px;font-weight:600;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout-more-user-email{font-size:12px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout-more-logout{margin:0 12px 8px;padding:8px 12px;font-size:13px;color:#555;border:1px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;text-align:center}.layout-more-logout:hover{background:#f5f5f5;border-color:#ccc}.layout-more-login{display:block;padding:10px 16px;font-size:14px;color:#1a1a1a;text-decoration:none;font-weight:500}.layout-more-login:hover{background:#f5f5f5}.layout-more-divider{height:1px;background:#eee;margin:4px 0 8px}.layout-more-title{margin:0 0 8px;padding:0 16px 8px;font-size:12px;font-weight:700;color:#999;border-bottom:1px solid #eee}.layout-more-list{list-style:none;margin:0;padding:0}.layout-more-list li a{display:block;padding:10px 16px;font-size:14px;color:#333;text-decoration:none;white-space:pre-line}.layout-more-list li a:hover{background:#f5f5f5}.layout-main{flex:1;overflow:auto;-webkit-overflow-scrolling:touch;padding-bottom:88px}.layout-bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:flex-end;padding:8px 0 12px;padding-bottom:max(12px,env(safe-area-inset-bottom));border-top:1px solid #eee;background:#fff;z-index:100;box-shadow:0 -1px 4px #0000000f}.layout-tab{display:flex;flex-direction:column;align-items:center;gap:2px;padding:4px 8px;border:none;background:none;cursor:pointer;font-size:11px;color:#888;position:relative;border-radius:10px;min-width:56px}.layout-tab:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:3px;border-radius:0 0 3px 3px;background:linear-gradient(135deg,#d4a5a0,#e5bdb5);transition:width .2s ease}.layout-tab--active{color:#1a1a1a;font-weight:700}.layout-tab--active:before{width:28px}.layout-tab--center{margin-top:-12px}.layout-tab--center.layout-tab--active:before{width:36px}.layout-tab-camera{width:48px;height:48px;border-radius:50%;background:#eee;display:flex;align-items:center;justify-content:center;transition:background .2s ease,box-shadow .2s ease}.layout-tab-camera--active{background:linear-gradient(135deg,#d4a5a0,#e5bdb5);color:#fff;box-shadow:0 2px 10px #d4a5a073}.layout-tab-icon{padding:6px;border-radius:12px;transition:background .2s ease}.layout-tab-icon--active{background:#d4a5a038}.layout-tab-icon,.layout-tab-camera{display:flex;align-items:center;justify-content:center}.layout-tab-icon-img{width:24px;height:24px;object-fit:contain;display:block}.layout-tab-camera .layout-tab-icon-img{width:28px;height:28px}.layout-tab-icon--large .layout-tab-icon-img{width:29px;height:29px}.layout-tab-icon--feed{display:flex;align-items:center;justify-content:center}.layout-tab-icon--feed .layout-tab-icon-img{transform:translateY(-4px)}.layout-tab-label{line-height:1.2}.home{max-width:640px;margin:0 auto;padding:0 0 24px;text-align:center;font-size:clamp(.875rem,2vw + .5rem,1rem)}.home-one-line{white-space:nowrap}@media (max-width: 360px){.home-one-line{white-space:normal}}.home-section{padding:24px 20px;scroll-margin-top:80px}.home-section:not(.home-section--first){opacity:0;transform:translateY(28px);transition:opacity .6s ease-out,transform .6s ease-out}.home-section.home-reveal,.home-section--first{opacity:1;transform:translateY(0)}.home-section--first .home-page1-title{animation:home-hero-item .7s ease-out backwards}.home-section--first .home-page1-slogan{animation:home-hero-item .7s ease-out .1s backwards}.home-section--first .home-page1-slogan-ko{animation:home-hero-item .7s ease-out .18s backwards}.home-section--first .home-page1-desc{animation:home-hero-item .7s ease-out .26s backwards}.home-section--first .home-first-column{animation:home-hero-item .7s ease-out .35s backwards}.home-section--first .home-scroll-trigger{animation:home-hero-item .7s ease-out .5s backwards}@keyframes home-hero-item{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.home-section:not(.home-section--first){transition:none;opacity:1;transform:none}.home-section--first .home-page1-title,.home-section--first .home-page1-slogan,.home-section--first .home-page1-slogan-ko,.home-section--first .home-page1-desc,.home-section--first .home-first-column,.home-section--first .home-scroll-trigger{animation:none}.home-partner-card,.home-ecosystem-card{opacity:1;transform:none;transition:none}}.home-page1-title{font-family:Outfit,Noto Sans KR,sans-serif;font-size:clamp(1.9rem,6vw + .5rem,2.8rem);font-weight:600;letter-spacing:.08em;margin:0 0 .5rem;color:#1a1a1a;background:linear-gradient(135deg,#1a1a1a,#3d3230,#5c4a47);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.home-page1-slogan{font-family:Outfit,Noto Sans KR,sans-serif;font-size:clamp(.95rem,2.5vw + .4rem,1.12rem);font-weight:500;color:#5a5352;margin:0 0 .4rem;font-style:italic;letter-spacing:.02em}.home-page1-slogan-ko{font-family:Noto Sans KR,Outfit,sans-serif;font-size:clamp(.9rem,1.5vw + .45rem,1rem);font-weight:500;color:#5c5554;margin:0 0 .6rem;font-style:italic;letter-spacing:.02em}.home-page1-desc{font-family:Noto Sans KR,sans-serif;font-size:clamp(.8rem,1.2vw + .35rem,.875rem);font-weight:400;color:#5a5554;margin:0 auto 1.25rem;line-height:1.65;max-width:560px;letter-spacing:.01em}.home-section--alt{background:#f8f8f8}.home-section--pool-together .home-pool-together-title,.home-section:has(.home-partner-grid) .home-section-title,.home-section--contact>.home-section-title{font-size:clamp(1.1rem,3vw + .5rem,1.35rem);font-weight:800;margin:0 0 10px;color:#1a1a1a;letter-spacing:-.02em;line-height:1.3}.home-pool-together-desc{font-size:.88rem;color:#5a5554;line-height:1.5;margin:0 auto 24px;max-width:480px}.home-pool-about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:640px;margin:0 auto;width:100%}.home-pool-about-card{background:#fff;border-radius:12px;padding:16px 14px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0000000a;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:88px}.home-pool-about-card--cta{background:linear-gradient(165deg,#fefaf9,#faf4f2);border-color:#d4a5a040;box-shadow:0 2px 12px #d4a5a014}.home-pool-about-label{font-size:.75rem;font-weight:700;color:#444;margin:0 0 6px;line-height:1.3}.home-pool-about-value{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:.02em}.home-pool-about-desc{font-size:.8rem;color:#555;line-height:1.45;margin:0}.home-pool-about-card--cta .home-pool-about-desc{font-weight:500;color:#4a4544}.home-pool-about-card:last-child .home-pool-about-desc{font-size:.72rem}@media (max-width: 640px){.home-pool-about-grid{grid-template-columns:repeat(2,1fr);gap:12px;max-width:420px}.home-pool-about-card{padding:14px 12px;min-height:80px}.home-pool-about-value{font-size:.95rem}}.home-section--contact{padding-bottom:32px}.home-scroll-trigger{display:inline-flex;flex-direction:column;align-items:center;background:none;border:none;padding:0;margin:28px 0;cursor:pointer;color:inherit;font:inherit}.home-scroll-dots{display:flex;align-items:center;justify-content:center;gap:25px;margin-bottom:10px;font-size:1.1rem;color:#888;min-height:1.2em}.home-scroll-dot{display:inline-block;animation:home-dot-fall 1.8s ease-in-out backwards infinite}@keyframes home-dot-fall{0%{opacity:0;transform:translateY(-20px)}15%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}.home-scroll-hint{font-size:.95rem;font-weight:500;color:#555;margin:0 0 6px;animation:home-scroll-glow-text 2s ease-in-out infinite}.home-scroll-arrow{display:block;font-size:1rem;color:#777;animation:home-scroll-arrow-bounce 1.5s ease-in-out infinite}@keyframes home-scroll-glow-text{0%,to{opacity:.75;text-shadow:0 0 0 transparent;color:#666}50%{opacity:1;text-shadow:0 0 18px rgba(212,165,160,.6),0 0 8px rgba(212,165,160,.3);color:#444}}@keyframes home-scroll-arrow-bounce{0%,to{opacity:.8;transform:translateY(0)}50%{opacity:1;transform:translateY(6px)}}.home-section--page{display:flex;flex-direction:column;align-items:center;padding-top:24px;padding-bottom:40px;box-sizing:border-box}.home-section--page .home-scroll-trigger{margin-top:28px;margin-bottom:28px;padding-bottom:0}.home-section--first{padding-top:0;padding-bottom:16px}.home-section--first .home-page1-title{margin-bottom:6px;font-size:clamp(2.2rem,7.5vw,3.2rem)}.home-section--first .home-page1-slogan{margin-bottom:4px}.home-section--first .home-page1-slogan-ko{margin-bottom:8px}.home-section--first .home-page1-desc{margin-bottom:14px}.home-first-column{max-width:460px;margin:0 auto;width:100%}.home-first-column .home-pool-goal{width:100%;max-width:none}.home-first-column .home-steps-wrap{width:100%;max-width:none;margin-bottom:1.1rem}.home-steps-wrap--below{margin-top:1.25rem;scroll-margin-top:80px}.home-section--first .home-steps-wrap{margin-bottom:4px}.home-section--first .home-first-column .home-steps-wrap{margin-bottom:1.1rem}.home-section--first .home-steps-wrap .home-steps{padding:0;gap:5px}.home-section--first .home-steps-wrap .home-steps li{padding:5px 6px 5px 28px}.home-section--first .home-steps-wrap .home-steps li:before{width:18px;height:18px;font-size:.65rem;left:5px;top:5px}.home-pool-goal{margin:0 auto 1.25rem;max-width:520px;background:#fdfbfb;border:1px solid #e8e4e3;border-radius:.75rem;padding:0;overflow:hidden;box-shadow:0 1px 3px #0000000d}.home-section--first .home-pool-goal{margin-top:0;margin-bottom:1.35rem;max-width:480px;background:linear-gradient(165deg,#fefcfb,#faf6f5 35%,#f8f3f2);border:1px solid rgba(212,165,160,.22);border-radius:20px;padding:0;overflow:hidden;box-shadow:0 8px 32px #d4a5a01f,0 2px 8px #0000000a,inset 0 1px #ffffffe6}.home-section--first .home-pool-goal:before{content:"";display:block;height:5px;background:linear-gradient(90deg,#e5bdb5,#d4a5a0 40%,#c99590,#e8c9c4);border-radius:20px 20px 0 0}.home-pool-goal .home-pool-card{margin:0;border:none;border-radius:0;box-shadow:none;padding:.5rem 1rem 0;background:transparent}.home-section--first .home-pool-goal .home-pool-card{padding:.95rem 1.1rem 0}.home-pool-goal .home-pool-card-title{margin-bottom:.7rem}.home-section--first .home-pool-goal .home-pool-card-title{font-size:.8rem;font-weight:700;letter-spacing:.04em;color:#2a2524;margin-bottom:1rem;text-transform:uppercase;font-family:Outfit,Noto Sans KR,sans-serif}.home-pool-goal .home-pool-card:after{content:"";display:block;height:1px;margin:1rem 1rem 0;background:linear-gradient(90deg,transparent,#e8e0de 15%,#e8e0de 85%,transparent)}.home-section--first .home-pool-goal .home-pool-card:after{margin:.8rem 1.1rem 0;background:linear-gradient(90deg,transparent,rgba(212,165,160,.2) 20%,rgba(212,165,160,.2) 80%,transparent)}.home-pool-goal .home-goal{margin:0;padding:.75rem 1rem}.home-section--first .home-pool-goal .home-goal{padding:.9rem 1.1rem 1.05rem}.home-section--first .home-pool-goal .home-pool-stats{gap:.75rem}.home-section--first .home-pool-goal .home-pool-stat{padding:.6rem .5rem;background:#ffffffb3;border-radius:12px;border:1px solid rgba(212,165,160,.12);box-shadow:0 1px 3px #00000008}.home-section--first .home-pool-goal .home-pool-stat-label{font-size:.7rem;color:#5a5352;font-weight:500;letter-spacing:.02em}.home-section--first .home-pool-goal .home-pool-stat-value{font-size:1.15rem;font-weight:700;color:#1a1a1a;letter-spacing:.02em;font-family:Outfit,Noto Sans KR,sans-serif}.home-section--first .home-pool-goal .home-goal-title{font-size:.88rem;font-weight:700;color:#2a2524;margin-bottom:.25rem;letter-spacing:.03em}.home-section--first .home-pool-goal .home-goal-target{font-size:.85rem;color:#555;margin-bottom:.6rem}.home-section--first .home-pool-goal .home-goal-bar-wrap{height:10px;background:#0000000f;border-radius:999px;margin-bottom:0;box-shadow:inset 0 1px 3px #00000014}.home-section--first .home-pool-goal .home-goal-bar{background:linear-gradient(90deg,#c99590,#d4a5a0 30%,#e5bdb5 70%,#e8c9c4);box-shadow:0 2px 8px #d4a5a066}.home-section--first .home-pool-goal .home-goal-bar-label{font-size:.85rem;font-weight:700;color:#1a1a1a;margin-top:.4rem;text-align:right}.home-pool-goal .home-pool-card:after{margin:1rem 1rem 0}.home-section--first .home-pool-card-title{margin-bottom:.7rem}.home-section--first .home-goal-title,.home-section--first .home-goal-target{margin-bottom:.35rem}.home-section--first .home-scroll-trigger{margin-top:0;margin-bottom:28px}.home-section{text-align:center}.home-section-title{font-family:Noto Sans KR,sans-serif;font-size:clamp(1rem,2.5vw + .4rem,1.2rem);font-weight:700;margin:0 0 1rem;color:#1a1a1a}.home-section-title:has(+.home-concept-desc),.home-concept-desc+.home-subtitle,.home-compare-section+.home-subtitle{margin-top:32px;margin-bottom:8px}.home-section-title:has(+.home-concept-desc){margin-bottom:8px}.home-steps-wrap{margin:.25rem auto .35rem;max-width:520px;padding:1.1rem 1.4rem 1.25rem;background:#fdfcfb;border-radius:.75rem;border:1px solid #eae8e7;box-shadow:0 1px 3px #0000000a}.home-steps-title{font-family:Noto Sans KR,sans-serif;font-size:clamp(1rem,2.5vw + .4rem,1.2rem);font-weight:700;margin:0 0 .75rem;color:#1a1a1a}.home-steps{list-style:none;padding:0;margin:0;counter-reset:step;text-align:left;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.home-steps li{position:relative;padding:6px 8px 6px 32px;font-size:.75rem;line-height:1.35;color:#444;background:#fff;border-radius:8px;border:1px solid #ebe9e8}.home-steps li:before{counter-increment:step;content:counter(step);position:absolute;left:8px;top:8px;width:24px;height:24px;border-radius:50%;background:linear-gradient(145deg,#1a1a1a,#333);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001f}.home-steps li strong{color:#1a1a1a;font-size:.85rem}.home-steps--compact{grid-template-columns:repeat(4,1fr);gap:.5rem .5rem;margin-bottom:1rem;max-width:520px;margin-left:auto;margin-right:auto}.home-steps--compact li:before{display:flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:.7rem;left:50%;top:6px;transform:translate(-50%);border-radius:50%;background:linear-gradient(145deg,#1a1a1a,#333);color:#fff;font-weight:700;box-shadow:0 2px 4px #0000001f}.home-steps--compact li{padding:32px 8px 10px;text-align:center;font-size:.72rem;min-width:0}.home-steps--compact li strong{display:none}@media (max-width: 420px){.home-steps--compact{grid-template-columns:repeat(2,1fr)}}.home-compare--compact{margin:12px auto;padding:1rem 1.1rem 1.15rem}.home-compare--compact .home-compare{gap:10px}.home-compare--compact .home-compare-block{padding:10px 8px;min-height:48px}.home-compare--compact .home-compare-block-label{font-size:.85em;margin-bottom:2px}.home-compare--compact .home-compare-block-desc{font-size:.7rem}@media (max-width: 380px){.home-compare--compact .home-compare-block{font-size:.65rem;padding:10px 6px}}.home-pool-card{background:#fff;border:1px solid #e8e4e3;border-radius:.75rem;padding:1rem;margin:0 auto 1.25rem;max-width:520px;box-shadow:0 1px 3px #0000000f}.home-pool-card-title{font-family:Noto Sans KR,sans-serif;font-size:clamp(.95rem,1.5vw + .35rem,1.05rem);font-weight:700;margin:0 0 .75rem;color:#1a1a1a}.home-pool-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.home-pool-stat{display:flex;flex-direction:column;align-items:center;gap:.2rem}.home-pool-stat-label{font-size:.6rem;color:#666}.home-pool-stat-value{font-size:clamp(.95rem,1.5vw + .4rem,1.1rem);font-weight:700;color:#1a1a1a}.home-goal{margin:0 auto 1.25rem;max-width:520px}.home-goal-title{font-family:Noto Sans KR,sans-serif;font-size:clamp(.95rem,1.5vw + .35rem,1.05rem);font-weight:700;margin:0 0 .4rem;color:#1a1a1a}.home-goal-target{font-size:clamp(.75rem,1vw + .35rem,.85rem);margin:0 0 .5rem;color:#333}.home-goal-bar-wrap{position:relative;height:.5rem;background:#ebe5e3;border-radius:999px;overflow:hidden;margin-bottom:1rem;box-shadow:inset 0 1px 2px #0000000f}.home-goal-milestone{margin:0 0 .55rem;font-size:.75rem;color:#5a5352;font-weight:600;letter-spacing:.02em}.home-section--first .home-goal-milestone{margin-top:-.2rem;color:#5a5352f2}.home-goal-bar{height:100%;min-width:8%;border-radius:999px;transition:width .4s ease;background:linear-gradient(90deg,#d4a5a0,#e5bdb5,#e8c9c4);box-shadow:0 1px 3px #d4a5a059}.home-goal-bar-label{display:block;text-align:right;font-size:.7rem;font-weight:700;color:#666;margin-top:.25rem;margin-bottom:0}.home-goal-desc{font-size:.85rem;color:#555;margin:0;line-height:1.45}.home-subtitle{font-size:1.12rem;font-weight:700;margin:16px 0 8px;color:#1a1a1a}.home-concept-desc+.home-subtitle{margin-top:32px}.home-compare-section+.home-subtitle{margin-top:24px}.home-concept-desc{font-size:.85rem;color:#444;line-height:1.55;margin:0 0 12px}.home-philosophy{font-size:.9rem;color:#4a4544;line-height:1.7;margin:0 0 32px;font-style:italic;font-weight:500;letter-spacing:.03em;padding-left:1rem;border-left:3px solid rgba(212,165,160,.55)}.home-ecosystem-desc{font-size:.85rem;color:#444;line-height:1.55;margin:0 0 4px}.home-compare-section{margin:32px auto;max-width:540px;padding:1.25rem 1.35rem 1.35rem;background:linear-gradient(165deg,#faf9f8,#f5f3f2);border-radius:14px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 24px #0000000f,0 1px 2px #0000000a}.home-compare-section-title{font-size:1.05rem;font-weight:700;margin:0 0 14px;color:#1a1a1a;text-align:center;letter-spacing:.02em}.home-compare-section .home-compare{margin:0;max-width:none}.home-compare{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 auto;max-width:560px;text-align:center;align-items:stretch}@media (max-width: 480px){.home-compare{grid-template-columns:1fr 1fr;gap:8px}}.home-compare-block{padding:14px 12px;border-radius:12px;font-size:.8rem;color:#444;line-height:1.45;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.07);background:#fff;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:56px}.home-compare-block p{margin:0;text-align:center}.home-compare-block-label{font-weight:700;font-size:.9em;color:#1a1a1a;margin-bottom:4px}.home-compare-block-desc{font-size:.9em;color:#555;line-height:1.35}.home-compare-block--patto{border-color:#d4a5a059;background:linear-gradient(165deg,#fefaf9,#faf4f2,#f6eeec);box-shadow:0 2px 12px #d4a5a01f}.home-structure-title{margin-top:56px;margin-bottom:12px}.home-structure-table-wrap{overflow-x:auto;margin:0 auto 24px;max-width:560px;border-radius:12px;border:1px solid #e8e4e3;box-shadow:0 1px 3px #0000000f}.home-structure-table{width:100%;border-collapse:collapse;font-size:.85rem;text-align:left;background:#fff}.home-structure-table th,.home-structure-table td{padding:10px 12px;border:1px solid #ebe9e8;vertical-align:middle}.home-structure-table thead th{background:linear-gradient(180deg,#f8f5f4,#f2eeec);font-weight:700;color:#1a1a1a}.home-structure-table tbody th{background:#fdfbfb;font-weight:600;color:#5a5352;width:20%}.home-structure-table tbody td{color:#444}@media (max-width: 480px){.home-structure-table th,.home-structure-table td{padding:8px 10px;font-size:.8rem}}h3.home-partner-desc{font-size:.95rem;font-weight:600;color:#5a5352;margin:0 0 12px}.home-compare-block--patto:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#e0b8b2,#d4a5a0);border-radius:12px 12px 0 0}.home-compare-label{font-weight:700;font-size:.95rem;margin:0 0 10px;color:#1a1a1a;letter-spacing:.02em}.home-ecosystem-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:6px auto 24px;max-width:620px;text-align:center}@media (max-width: 640px){.home-ecosystem-cards{grid-template-columns:1fr;max-width:340px;margin-left:auto;margin-right:auto;gap:18px}}.home-ecosystem-card{opacity:0;transform:translateY(12px);transition:opacity .4s ease-out,transform .4s ease-out,box-shadow .25s,border-color .2s;background:linear-gradient(180deg,#fefdfc,#faf8f7);border:1px solid rgba(212,165,160,.18);border-radius:20px;padding:24px 18px 22px;box-shadow:0 2px 12px #0000000a,0 0 0 1px #fffc inset;position:relative;overflow:hidden}.home-ecosystem-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e5bdb5,#d4a5a0,#e8c9c4);border-radius:20px 20px 0 0;opacity:.9}.home-ecosystem-card:hover{box-shadow:0 12px 28px #d4a5a01f,0 0 0 1px #ffffffe6 inset;border-color:#d4a5a059;transform:translateY(-2px)}.home-section.home-reveal .home-ecosystem-card:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.06s}.home-section.home-reveal .home-ecosystem-card:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.14s}.home-section.home-reveal .home-ecosystem-card:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.22s}.home-ecosystem-card-icon{margin-bottom:14px;line-height:1}.home-ecosystem-card-icon img{display:block;width:56px;height:56px;object-fit:contain;margin:0 auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.06))}.home-ecosystem-card-title{font-size:1.02rem;font-weight:700;margin:0 0 12px;color:#1a1a1a;letter-spacing:.02em;line-height:1.3}.home-ecosystem-card-role{font-size:.8rem;color:#5a5352;margin:0 0 8px;line-height:1.5;font-weight:500}.home-ecosystem-card-how{font-size:.78rem;color:#666;margin:0 0 8px;line-height:1.5}.home-ecosystem-card-value{margin:0;font-size:.78rem;color:#555;line-height:1.5;padding-top:6px;border-top:1px dashed rgba(212,165,160,.25)}.home-partner-desc,.home-partner-more{font-size:.95rem;color:#555;margin:0 0 16px}.home-partner-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:0 auto 14px;max-width:520px;text-align:left}.home-partner-card{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.home-section.home-reveal .home-partner-card:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.05s}.home-section.home-reveal .home-partner-card:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.1s}.home-section.home-reveal .home-partner-card:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.15s}.home-section.home-reveal .home-partner-card:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.2s}.home-section.home-reveal .home-partner-card:nth-child(5){opacity:1;transform:translateY(0);transition-delay:.25s}.home-section.home-reveal .home-partner-card:nth-child(6){opacity:1;transform:translateY(0);transition-delay:.3s}.home-partner-card{background:linear-gradient(180deg,#fff,#fff7f6);border:1px solid rgba(212,165,160,.28);border-radius:16px;padding:14px 14px 12px;box-shadow:0 10px 30px #d4a5a01a,0 1px 2px #0000000a;position:relative;overflow:hidden}.home-partner-card:before{content:none}.home-partner-name{font-size:.95rem;font-weight:700;margin:0 0 2px;color:#1a1a1a;padding-top:2px}.home-partner-badge{font-size:.7rem;color:#5a5352;margin:0 0 8px;font-weight:600}.home-partner-address{font-size:.72rem;color:#666;margin:0 0 10px;line-height:1.25}.home-partner-links{font-size:.8rem;margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.home-partner-link{display:inline-flex;align-items:center;gap:5px;color:#1a1a1a;font-weight:600;text-decoration:none}.home-partner-link:hover{text-decoration:underline}.home-partner-link-icon{width:18px;height:18px;object-fit:contain;flex-shrink:0;vertical-align:middle}.home-partner-links-sep{color:#bbb;font-weight:400}.home-partner-coming{color:#999;font-weight:500}.home-partner-more{margin:28px auto;text-align:center;font-weight:700;color:#5a5352;font-size:.9rem;padding:10px 14px;max-width:520px;background:#e5bdb52e;border:1px solid rgba(212,165,160,.25);border-radius:999px;box-shadow:0 6px 20px #d4a5a014}.home-partner-desc{text-align:center;margin:0 0 10px}.home-future{margin:16px 0}.home-future p{font-size:.9rem;color:#444;line-height:1.5;margin:0 0 8px}.home-future-example{font-weight:600;color:#333;margin:24px 0 10px}.home-future-example+p{margin-top:0;margin-bottom:20px}.home-future-desc{font-size:.9rem;color:#444;line-height:1.5;margin:0 0 8px}.home-contact-lead{font-size:1rem;font-weight:600;margin:0 0 8px}.home-contact-lead+.home-subtitle{margin-top:32px;color:#1a1a1a}.home-contact-items{display:flex;flex-direction:column;gap:8px;margin:0 0 16px;font-size:.95rem;color:#444;line-height:1.5;list-style:none;padding:0}.home-section-title{font-family:Noto Sans KR,sans-serif;font-size:clamp(.95rem,2vw + .4rem,1.1rem);font-weight:800;margin:0 0 12px;color:#1a1a1a}.home-subtitle{font-family:Noto Sans KR,sans-serif;font-size:1rem;font-weight:800;margin:16px 0 10px;color:#1a1a1a}.home-steps-title{font-family:Noto Sans KR,sans-serif;font-weight:800}.home-contact-item{display:block;padding:10px 14px;background:#faf8f7;border-radius:8px;border:1px solid #ebe8e6;text-align:center}.home-contact-desc{font-size:.9rem;color:#555;line-height:1.55;margin:0 0 20px}.home-contact-divider{width:60%;margin:24px auto 16px;border:none;border-top:1px solid #e0e0e0}.home-contact-inquiry{font-size:.8rem;color:#666}.home-contact-inquiry-title{font-size:.9rem!important;margin:0 0 8px!important}.home-contact-email,.home-contact-phone{margin:0 0 4px;font-size:.85rem}.home-contact-email a,.home-contact-phone a{color:#1a1a1a;font-weight:600;text-decoration:none}.home-contact-email a:hover,.home-contact-phone a:hover{text-decoration:underline}.map-page-wrapper{min-height:calc(100vh - 222px);min-height:calc(100dvh - 222px)}.map-page{display:flex;flex-direction:column;height:calc(100vh - 222px);height:calc(100dvh - 222px);min-height:0;overflow:hidden;position:relative;background:#f5f5f5}.map-page-container{flex:1;width:100%;min-height:0;position:relative}.map-page-mylocation-btn{position:absolute;bottom:16px;right:16px;z-index:10000;width:44px;height:44px;padding:0;border:none;border-radius:50%;background:#fff;box-shadow:0 2px 6px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a73e8;transition:background-color .2s,box-shadow .2s}.map-page-mylocation-btn:hover{background:#f8f9fa;box-shadow:0 2px 8px #0003}.map-page-mylocation-btn:active{background:#e8eaed}.map-page-mylocation-btn.map-page-mylocation-btn--shine{animation:map-mylocation-btn-glow .6s ease-out}@keyframes map-mylocation-btn-glow{0%{box-shadow:0 2px 6px #00000026}50%{box-shadow:0 0 0 6px #1a73e840,0 2px 12px #0003}to{box-shadow:0 2px 6px #00000026}}.map-page-mylocation-btn svg{display:block}.map-page-fallback{padding:20px 16px 24px;max-width:520px;margin:0 auto}.map-page-title{font-size:1.1rem;font-weight:700;margin:0 0 8px;color:#1a1a1a}.map-page-hint{font-size:.9rem;color:#666;margin:0 0 20px}.map-page-origin-hint{font-size:.8rem;color:#888;margin:0 0 16px;padding:10px 12px;background:#f8f8f8;border-radius:8px;border:1px solid #eee}.map-page-origin-hint code{font-family:ui-monospace,monospace;font-size:.85em;word-break:break-all;color:#333}.map-page-origin-hint a{color:#1a73e8;text-decoration:none}.map-page-origin-hint a:hover{text-decoration:underline}.map-page-list{list-style:none;padding:0;margin:0}.map-page-list li{padding:14px 0;border-bottom:1px solid #eee;display:flex;flex-direction:column;gap:4px}.map-page-list li:last-child{border-bottom:none}.map-page-address{font-size:.85rem;color:#555}.map-page-link{font-size:.9rem;color:#d4a5a0;font-weight:600;text-decoration:none;margin-top:4px}.map-page-link:hover{text-decoration:underline}.map-page-infowindow{padding:10px 14px;background:#fff;border-radius:8px;box-shadow:0 2px 12px #00000026;border:1px solid #e8e4e3;white-space:nowrap}.map-page-infowindow-title{font-size:15px;font-weight:800;color:#1a1a1a;margin:0}.map-page-infowindow-sub{margin-top:4px;font-size:12px;font-weight:600;color:#d4a5a0}.map-page-infowindow-address{margin-top:6px;font-size:12px;color:#555;line-height:1.4;white-space:normal;max-width:260px}.map-page-infowindow--mylocation .map-page-infowindow-sub{color:#555;white-space:normal;max-width:240px}.map-page-pin{position:absolute;width:26px;height:26px;pointer-events:none;z-index:9999}.map-page-pin-dot{position:absolute;left:50%;top:4px;width:14px;height:14px;border-radius:50%;background:#d64545;transform:translate(-50%);box-shadow:0 8px 16px #d6454540}.map-page-infowindow-name{font-size:.95rem;font-weight:700;color:#1a1a1a}.checkin-page{padding:20px 16px 32px;max-width:520px;margin:0 auto}.checkin-page-title{font-size:1.15rem;font-weight:700;margin:0 0 6px;color:#1a1a1a}.checkin-page-desc{font-size:.9rem;color:#555;margin:0 0 24px;line-height:1.45}.checkin-page-hint{text-align:center;color:#666;padding:40px 20px}.checkin-page-done{background:#fdfbfb;border:1px solid #e8e4e3;border-radius:12px;padding:24px 20px;text-align:center}.checkin-page-done-head{font-size:1rem;font-weight:600;margin:0 0 8px;color:#1a1a1a}.checkin-page-done-points{font-size:.95rem;color:#555;margin:0 0 8px}.checkin-page-done-next{font-size:.85rem;color:#888;margin:0}.checkin-form{display:flex;flex-direction:column;gap:20px}.checkin-field{display:flex;flex-direction:column;gap:8px}.checkin-label{font-size:.9rem;font-weight:600;color:#333}.checkin-label em{font-weight:400;color:#888;font-size:.85rem}.checkin-file{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.checkin-photo-wrap{position:relative;min-height:180px;border:2px dashed #ddd;border-radius:12px;overflow:hidden;background:#fafafa}.checkin-photo-wrap:focus-within{border-color:#d4a5a0;background:#fefbfb}.checkin-photo-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:180px;color:#888;font-size:.9rem}.checkin-photo-placeholder span:first-child{font-size:2rem}.checkin-preview{width:100%;height:100%;min-height:180px;object-fit:cover;display:block}.checkin-input,.checkin-select,.checkin-textarea{width:100%;padding:12px 14px;font-size:.95rem;border:1px solid #e0e0e0;border-radius:10px;background:#fff;font-family:inherit}.checkin-input:focus,.checkin-select:focus,.checkin-textarea:focus{outline:none;border-color:#d4a5a0;box-shadow:0 0 0 2px #d4a5a033}.checkin-textarea{resize:vertical;min-height:80px}.checkin-hint{font-size:.85rem;color:#888;margin:0}.checkin-points{font-size:.9rem;color:#555;margin:0}.checkin-points strong{color:#1a1a1a}.checkin-error{font-size:.9rem;color:#c00;margin:0;padding:10px 12px;background:#fff0f0;border-radius:8px}.checkin-success{font-size:.9rem;color:#0a6b0a;margin:0;padding:10px 12px;background:#f0f9f0;border-radius:8px}.checkin-submit{padding:14px 20px;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(90deg,#d4a5a0,#e5bdb5);border:none;border-radius:12px;cursor:pointer;margin-top:8px;transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease}.checkin-submit:disabled{opacity:.5;cursor:not-allowed;transform:scale(.98)}.checkin-submit--ready:not(:disabled){opacity:1;transform:scale(1);box-shadow:0 2px 8px #d4a5a059}.checkin-submit:hover:not(:disabled){opacity:.95;box-shadow:0 3px 12px #d4a5a066}.feed-page{max-width:640px;margin:0 auto;padding:20px 16px 100px}.feed-header{margin-bottom:20px;text-align:center}.feed-title{font-family:Noto Sans KR,sans-serif;font-size:1.35rem;font-weight:700;color:#1a1a1a;margin:0 0 6px}.feed-desc{font-size:.9rem;color:#666;margin:0}.feed-loading,.feed-empty{text-align:center;padding:48px 16px;color:#666;font-size:.95rem}.feed-empty-sub{margin-top:8px;font-size:.9rem;color:#999}.feed-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (min-width: 560px){.feed-list{grid-template-columns:repeat(3,1fr);gap:10px}}@media (min-width: 640px){.feed-list{grid-template-columns:repeat(4,1fr);gap:12px}}@media (min-width: 800px){.feed-list{grid-template-columns:repeat(5,1fr);gap:12px}}.feed-card{background:#fff;border:1px solid #e8e4e3;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000000f;cursor:pointer;transition:box-shadow .15s}.feed-card:hover{box-shadow:0 2px 8px #0000001a}.feed-card-image-wrap{aspect-ratio:1;background:#f5f5f5;overflow:hidden}.feed-card-image{width:100%;height:100%;object-fit:cover;display:block}.feed-card-body{padding:6px 8px 8px}.feed-card-meta{display:flex;align-items:center;justify-content:space-between;gap:4px;margin:0 0 2px;font-size:.7rem}.feed-card-nickname{font-weight:600;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-card-date{color:#888;font-size:.65rem;flex-shrink:0}.feed-card-cafe{margin:0 0 2px;font-size:.7rem}.feed-card-cafe-link{color:#5a5352;text-decoration:none;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-card-cafe-link:hover{text-decoration:underline;color:#d4a5a0}.feed-card-message{margin:0;font-size:.7rem;color:#555;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feed-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px;padding:12px 16px 20px;flex-wrap:wrap}.feed-pagination-prev,.feed-pagination-next{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #e8e4e3;border-radius:8px;background:#fff;color:#5a5352;font-size:1.25rem;line-height:1;cursor:pointer;transition:background .15s,border-color .15s}.feed-pagination-prev:hover:not(:disabled),.feed-pagination-next:hover:not(:disabled){background:#fdfbfb;border-color:#e5bdb5;color:#1a1a1a}.feed-pagination-prev:disabled,.feed-pagination-next:disabled{opacity:.45;cursor:not-allowed}.feed-pagination-numbers{display:flex;align-items:center;gap:4px}.feed-pagination-num{min-width:36px;height:36px;padding:0 8px;display:flex;align-items:center;justify-content:center;border:1px solid #e8e4e3;border-radius:8px;background:#fff;color:#5a5352;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.feed-pagination-num:hover{background:#fdfbfb;border-color:#e5bdb5;color:#1a1a1a}.feed-pagination-num--current{background:#e5bdb5;border-color:#e5bdb5;color:#1a1a1a;cursor:default}.feed-pagination-num--current:hover{background:#e5bdb5;border-color:#e5bdb5}.feed-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:16px;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:feed-lightbox-fade .2s ease-out}@keyframes feed-lightbox-fade{0%{opacity:0}to{opacity:1}}.feed-lightbox-content{position:relative;width:100%;max-width:420px;max-height:88vh;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000059;overflow:hidden;animation:feed-lightbox-scale .25s ease-out}@keyframes feed-lightbox-scale{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.feed-lightbox-close{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#00000080;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;transition:background .15s}.feed-lightbox-close:hover{background:#000000b3}.feed-lightbox-image-wrap{flex-shrink:0;max-height:70vh;background:#111;overflow:hidden}.feed-lightbox-image{width:100%;height:auto;max-height:70vh;object-fit:contain;display:block;vertical-align:bottom}@media (max-width: 600px){.feed-lightbox{padding:12px;align-items:center}.feed-lightbox-content{max-height:82vh}.feed-lightbox-image-wrap,.feed-lightbox-image{max-height:50vh}.feed-lightbox-body{padding:10px 12px 14px}}.feed-lightbox-body{flex-shrink:0;padding:14px 16px 18px;overflow-y:auto}.feed-lightbox-meta{display:flex;align-items:center;justify-content:space-between;margin:0 0 8px;font-size:.9rem}.feed-lightbox-nickname{font-weight:600;color:#1a1a1a}.feed-lightbox-date{color:#888;font-size:.85rem}.feed-lightbox-cafe{margin:0 0 6px;font-size:.9rem}.feed-lightbox-cafe-link{color:#5a5352;text-decoration:none}.feed-lightbox-cafe-link:hover{text-decoration:underline;color:#d4a5a0}.feed-lightbox-message{margin:0;font-size:.9rem;color:#555;line-height:1.5}.activity-page{max-width:640px;margin:0 auto;padding:14px 16px 100px;display:flex;flex-direction:column;align-items:center}.activity-header{margin-bottom:20px;text-align:center;width:100%}.activity-title{font-family:Noto Sans KR,sans-serif;font-size:1.35rem;font-weight:700;color:#1a1a1a;margin:0 0 6px}.activity-desc{font-size:.9rem;color:#666;margin:0}.activity-loading{text-align:center;padding:32px 16px;color:#666;font-size:.9rem;width:100%}.activity-stats-card{width:100%;max-width:420px;background:#fdfbfb;border:1px solid #e8e4e3;border-radius:12px;padding:14px 16px;box-shadow:0 1px 3px #0000000f;box-sizing:border-box}.activity-stats-title{font-family:Noto Sans KR,sans-serif;font-size:.95rem;font-weight:700;color:#1a1a1a;margin:0 0 12px;text-align:center}.activity-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 8px;align-items:stretch;justify-items:center;min-height:52px}.activity-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8px 4px;min-width:0}@media (max-width: 480px){.activity-stats-card{padding:10px 8px;max-width:100%}.activity-stats-title{font-size:.8rem;margin-bottom:8px}.activity-stats-grid{min-height:44px;gap:2px 4px}.activity-stat{padding:4px 2px}.activity-stat-label{font-size:.65rem;margin-bottom:2px}.activity-stat-value{font-size:.85rem}}.activity-stat-label{font-size:.75rem;color:#666;margin-bottom:4px;display:block;white-space:nowrap}.activity-stat-value{font-size:1.1rem;font-weight:700;color:#1a1a1a}.auth-page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px;background:linear-gradient(160deg,#faf8f7,#f5eeec,#efe5e2);font-family:Noto Sans KR,Outfit,sans-serif}.auth-card{width:100%;max-width:400px;background:#fff;border-radius:20px;padding:32px 28px;box-shadow:0 4px 24px #d4a5a01f,0 1px 3px #0000000f;border:1px solid rgba(229,189,181,.4)}.auth-logo{text-align:center;margin-bottom:28px}.auth-logo-text{font-family:Outfit,Noto Sans KR,sans-serif;font-size:1.75rem;font-weight:600;letter-spacing:.08em;color:#1a1a1a;background:linear-gradient(135deg,#1a1a1a,#3d3230,#5c4a47);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.auth-title{font-family:Noto Sans KR,sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 24px;text-align:center}.auth-form .auth-field{margin-bottom:18px}.auth-label{display:block;font-size:.9rem;font-weight:500;color:#5a5352;margin-bottom:6px}.auth-input{width:100%;padding:14px 16px;font-size:1rem;font-family:inherit;color:#1a1a1a;background:#fdfbfb;border:1px solid #e8e4e3;border-radius:12px;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.auth-input::placeholder{color:#aaa}.auth-input:hover{border-color:#e0d8d6}.auth-input:focus{outline:none;border-color:#d4a5a0;box-shadow:0 0 0 3px #d4a5a033}.auth-input--error{border-color:#c00!important;background:#fff8f8;box-shadow:0 0 0 2px #cc00001a}.auth-input--error:focus{border-color:#c00;box-shadow:0 0 0 3px #cc000026}.auth-field-hint{font-size:.8rem;color:#c00;margin-top:4px;margin-bottom:0}.auth-select{width:100%;padding:14px 16px;font-size:1rem;font-family:inherit;color:#5a5352;background:#f8f6f5;border:1px solid #e8e4e3;border-radius:12px;cursor:not-allowed;box-sizing:border-box}.auth-error{font-size:.9rem;color:#b85450;margin:0 0 16px;padding:12px 14px;background:#fef5f5;border-radius:10px;border:1px solid rgba(184,84,80,.2)}.auth-submit{width:100%;padding:16px 20px;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background:linear-gradient(135deg,#d4a5a0,#e5bdb5);border:none;border-radius:12px;cursor:pointer;margin-top:8px;transition:opacity .2s,transform .05s;box-shadow:0 2px 8px #d4a5a059}.auth-submit:hover:not(:disabled){opacity:.95}.auth-submit:active:not(:disabled){transform:scale(.99)}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-footer{margin-top:24px;text-align:center;font-size:.95rem}.auth-link{color:#5c4a47;font-weight:500;text-decoration:none}.auth-link:hover{color:#d4a5a0;text-decoration:underline}.auth-success-card{width:100%;max-width:400px;background:#fff;border-radius:20px;padding:32px 28px;box-shadow:0 4px 24px #d4a5a01f,0 1px 3px #0000000f;border:1px solid rgba(229,189,181,.4);text-align:center}.auth-success-title{font-family:Noto Sans KR,sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 16px}.auth-success-desc{font-size:.95rem;color:#5a5352;margin:0 0 8px;line-height:1.5}.auth-success-email{font-weight:600;color:#3d3230}.auth-success-link-wrap{margin-top:24px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{padding-bottom:env(safe-area-inset-bottom,0)}
