@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap";:root{--brand: #6d4aff;--brand-2: #7d54ff;--brand-light: #9b84ff;--brand-dark: #5a32dc;--ink: #171827;--muted: #7d8192;--line: #ecebf3}*{box-sizing:border-box}body{margin:0;font-family:Noto Sans KR,Pretendard,Apple SD Gothic Neo,Malgun Gothic,system-ui,sans-serif;background:#f6f5fb;color:var(--ink)}a{color:var(--brand)}input,select,textarea,button{font:inherit}input,select,textarea{width:100%;padding:9px 12px;border:1px solid #ded9f2;border-radius:10px;background:#fff}input:focus,select:focus,textarea:focus{outline:2px solid #6d4aff2e;border-color:var(--brand)}label{display:block;margin-bottom:12px;font-size:14px;font-weight:600}label input,label select,label textarea{margin-top:6px;font-weight:400}.field-label{display:block;font-size:14px;font-weight:600;margin:12px 0 6px}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border:1px solid transparent;border-radius:10px;cursor:pointer;font-weight:700;font-size:14px;text-decoration:none;background:#eeecf9;color:var(--ink)}.btn:hover{filter:brightness(.97)}.btn:disabled{opacity:.5;cursor:default}.btn.primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;box-shadow:0 8px 18px #6d4aff47}.btn.warn{background:linear-gradient(135deg,#ffb020,#ff8a3d);color:#fff;box-shadow:0 8px 18px #ff8a3d4d}.btn.danger{background:#fff;border-color:#e05252;color:#c53030}.btn.ghost{background:#fff;border-color:var(--line)}.btn.small{padding:5px 10px;font-size:13px}.error-text{color:#c53030;font-size:14px}.muted{color:var(--muted)}.small-text{font-size:12.5px}.loading,.empty{padding:48px;text-align:center;color:var(--muted)}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 15% 15%,#fff1d0,transparent 32%),radial-gradient(circle at 88% 20%,#eee8ff,transparent 36%),radial-gradient(circle at 50% 100%,#ffe3f1,transparent 40%),#f6f5fb}.login-card{background:#fff;border-radius:22px;padding:36px;width:380px;box-shadow:0 20px 45px #593ac829;border:1px solid #efeafd}.login-logo{margin:0;font-size:26px;font-weight:900;letter-spacing:-.4px;background:linear-gradient(135deg,var(--brand),var(--brand-2));-webkit-background-clip:text;background-clip:text;color:transparent}.login-sub{margin:4px 0 24px;color:var(--muted);font-size:14px}.login-card .btn{width:100%;justify-content:center;margin-top:8px}.admin-shell{display:flex;min-height:100vh}.sidebar{width:220px;background:linear-gradient(165deg,#241a45,#3a2b6e 60%,#4c2fc7);color:#e4defc;display:flex;flex-direction:column;padding:20px 14px;position:sticky;top:0;height:100vh}.sidebar-logo{font-size:20px;font-weight:800;padding:4px 10px 20px;color:#fff}.sidebar nav{display:flex;flex-direction:column;gap:4px}.sidebar nav a{color:#cbc0f5;text-decoration:none;padding:10px 12px;border-radius:10px;font-size:14.5px}.sidebar nav a:hover{background:#ffffff14}.sidebar nav a.active{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-weight:700;box-shadow:0 6px 16px #6d4aff59}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:8px;padding:0 6px}.user-email{font-size:12.5px;color:#b0a3e8;word-break:break-all}.admin-main{flex:1;padding:28px 32px 60px;max-width:1680px;width:100%}.page-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.page-header h1{margin:0;font-size:22px}.header-actions{display:flex;align-items:center;gap:8px}.save-msg{color:var(--brand-dark);font-size:14px;font-weight:700}.data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 18px #593ac812}.data-table th,.data-table td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--line);font-size:14px;vertical-align:middle}.data-table thead th{background:#f8f6fd;font-size:13px;color:var(--muted)}.data-table tr:last-child td{border-bottom:none}.data-table tr.clickable{cursor:pointer}.data-table tr.clickable:hover{background:#faf9ff}.row-title{font-weight:700;text-decoration:none}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.answers-cell{max-width:420px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12.5px;font-weight:700}.badge.published{background:#e3f2e9;color:#1f6b43}.badge.draft{background:#f0f1f3;color:var(--muted)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1714288c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:50;padding:20px}.modal{background:#fff;border-radius:20px;padding:26px;width:480px;max-width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 25px 60px #17142840}.modal h2{margin-top:0}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.detail-table{width:100%;border-collapse:collapse}.detail-table th,.detail-table td{border:1px solid var(--line);padding:8px 12px;font-size:14px;text-align:left}.detail-table th{background:#f8f6fd;width:40%}.card{background:#fff;border-radius:18px;padding:20px 22px;margin-bottom:18px;box-shadow:0 4px 18px #593ac812;border:1px solid #f1eefb}.card h2{margin:0 0 14px;font-size:16.5px}.card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.card-head h2{margin:0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.step-card{border:1px solid #ece8f9;border-radius:14px;padding:14px 16px;margin-bottom:12px;background:#fbfaff}.step-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.step-no{font-weight:800;font-size:14px;color:var(--brand-dark)}.option-row{display:flex;gap:8px;align-items:center;margin-bottom:8px}.option-row input,.option-row select{margin:0}.option-row select{width:130px;flex-shrink:0}.check-inline{display:flex;align-items:center;gap:5px;margin:0;white-space:nowrap;font-weight:400;font-size:13.5px}.check-inline input{width:auto}.link-type-row{display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.link-type-option{flex:1;display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #ded9f2;border-radius:10px;background:#fff;font-weight:400;font-size:13.5px;cursor:pointer;margin:0}.link-type-option input{width:auto;margin:0}.link-type-option:has(input:checked){border-color:var(--brand);background:#6d4aff14;color:var(--brand-dark);font-weight:700}.image-input{display:flex;align-items:center;gap:12px;margin-bottom:12px}.image-preview img{max-height:90px;max-width:200px;border-radius:10px;border:1px solid #ece8f9;display:block;margin-bottom:6px}.image-placeholder{width:130px;height:74px;border:1px dashed #cfc6ec;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#a79fce;font-size:13px;background:#fff}.file-btn{cursor:pointer}.editor-bottom{display:flex;justify-content:flex-end}.editor-layout{display:flex;align-items:flex-start;gap:24px}.editor-main{flex:1;min-width:0}.editor-preview{position:sticky;top:20px;width:300px;flex-shrink:0}.editor-preview-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.editor-preview-head h2{font-size:15px;margin:0;color:var(--ink)}.preview-mode-tabs{display:flex;gap:6px;background:#eeecf9;padding:4px;border-radius:10px;margin-bottom:12px}.preview-mode-tab{flex:1;border:0;background:none;padding:7px 8px;border-radius:8px;font-size:12.5px;font-weight:700;color:var(--muted);cursor:pointer}.preview-mode-tab.active{background:#fff;color:var(--brand-dark);box-shadow:0 2px 6px #593ac826}.preview-nav{display:flex;align-items:center;justify-content:center;gap:8px;min-height:27px;margin-bottom:12px;font-size:12.5px;font-weight:700;color:var(--muted)}.preview-nav span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.phone-frame{background:linear-gradient(165deg,#241a45,#3a2b6e 60%,#4c2fc7);border-radius:34px;padding:10px;box-shadow:0 20px 45px #593ac838}.phone-screen{width:280px;height:600px;overflow-y:auto;overflow-x:hidden;border-radius:24px;background:#fff}.phone-screen .preview-page{width:480px;min-height:1029px;height:auto;zoom:.5833;box-shadow:none}.phone-screen .preview-photo-app,.phone-screen .preview-iwh-app{width:480px;min-height:0;height:auto;padding-bottom:12px;zoom:.5833;box-shadow:none;margin:0}.preview-hint{margin-top:10px;line-height:1.5}@media (max-width: 980px){.editor-layout{flex-direction:column}.editor-preview{position:static;width:100%}.phone-frame{width:fit-content;margin:0 auto}}.filter-bar{display:flex;gap:8px;align-items:center;margin-bottom:16px;flex-wrap:wrap}.filter-bar select,.filter-bar input{width:auto;min-width:140px}.pagination{display:flex;align-items:center;gap:12px;justify-content:center;margin-top:18px}.public-wrap{min-height:100vh;background:#eceff1;display:flex;justify-content:center}.public-page{width:100%;max-width:480px;background:#fff;min-height:100vh;display:flex;flex-direction:column;box-shadow:0 0 24px #00000014}.public-banner img{width:100%;display:block}.banner-text{background:var(--primary, #2f6f4f);color:#fff;text-align:center;font-weight:800;font-size:20px;padding:18px 16px}.public-body{flex:1;padding:24px 20px 40px;display:flex;flex-direction:column}.center-msg{padding:80px 20px;text-align:center;color:#6b7280}.progress{height:6px;background:#eef0f2;border-radius:999px;margin-bottom:24px;overflow:hidden}.progress-fill{height:100%;background:var(--primary, #2f6f4f);border-radius:999px;transition:width .25s}.intro-step{display:flex;flex-direction:column;gap:20px}.intro-image{width:100%;border-radius:12px;display:block}.intro-image.placeholder{aspect-ratio:4 / 3;background:linear-gradient(135deg,var(--primary, #2f6f4f),#1c4632);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;text-align:center;padding:20px}.cta-btn{width:100%;padding:16px;border:none;border-radius:12px;background:var(--primary, #2f6f4f);color:#fff;font-size:17px;font-weight:800;cursor:pointer}.cta-btn:hover{filter:brightness(1.08)}.cta-btn:disabled{opacity:.6}.q-title{font-size:20px;margin:4px 0 6px;text-align:center}.q-desc{text-align:center;color:#556069;margin:0 0 18px}.options{display:flex;flex-direction:column;gap:12px;margin-top:16px}.option-btn{width:100%;padding:16px;border:2px solid #dde1e5;border-radius:12px;background:#fff;cursor:pointer;display:flex;flex-direction:column;gap:3px;align-items:center}.option-btn:hover{border-color:var(--primary, #2f6f4f)}.option-btn.selected{border-color:var(--primary, #2f6f4f);background:color-mix(in srgb,var(--primary, #2f6f4f) 8%,#fff)}.opt-label{font-size:16.5px;font-weight:800}.opt-desc{font-size:13.5px;color:#6b7280}.back-btn{margin-top:18px;background:none;border:none;color:#6b7280;cursor:pointer;align-self:center;font-size:14px}.form-step .public-field{margin-bottom:14px}.public-field em{color:#c53030;font-style:normal}.consents{margin:10px 0 16px;display:flex;flex-direction:column;gap:10px;background:#f7f8f9;border-radius:10px;padding:14px}.consent-row{display:flex;align-items:flex-start;gap:8px;margin:0;font-weight:400;font-size:14px}.consent-row input{width:auto;margin-top:2px}.consent-row em{font-style:normal;color:#c53030;font-size:12.5px}.consent-row em.muted{color:#6b7280}.complete-box{text-align:center;padding:60px 10px}.complete-icon{width:64px;height:64px;border-radius:50%;background:var(--primary, #2f6f4f);color:#fff;font-size:32px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.complete-box p{margin:4px 0;font-size:16px}.public-footer{background:#22262a;color:#aab2ba;padding:20px;font-size:12px;line-height:1.7}.public-footer strong{display:block;color:#dfe4e8;margin-bottom:4px;font-size:13px}.public-footer p{margin:0}@media (max-width: 760px){.admin-shell{flex-direction:column}.sidebar{width:100%;height:auto;position:static;flex-direction:row;align-items:center;gap:10px}.sidebar nav{flex-direction:row}.sidebar-footer{margin:0 0 0 auto;flex-direction:row;align-items:center}.admin-main{padding:18px 14px 50px}.grid-2{grid-template-columns:1fr}}.photo-app-wrap{--photo-purple: #6d4aff;--photo-ink: #171827;--photo-muted: #7d8192;--photo-line: #ecebf3;min-height:100vh;background:#ececf1;display:flex;justify-content:center}.photo-app{width:min(100%,480px);min-height:100vh;margin:auto;background:#fff;padding-bottom:24px;box-shadow:0 0 35px #00000014;font-family:Noto Sans KR,Apple SD Gothic Neo,sans-serif;color:var(--photo-ink)}.photo-app button,.photo-app input{font:inherit}.photo-app button{cursor:pointer}.photo-app .center-msg{padding:80px 20px;text-align:center;color:var(--photo-muted)}.photo-topbar{height:66px;padding:0 16px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;position:sticky;top:0;z-index:20;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid #f1f0f5}.photo-icon-btn{border:0;background:none;font-size:25px;padding:0}.photo-brand,.photo-brand-logo{display:flex;align-items:center;gap:8px;color:inherit}.photo-brand-icon{font-size:24px;line-height:1;display:inline-flex;align-items:center;transform:translateY(-5px)}.photo-brand strong{display:block;font-size:14px;letter-spacing:-.4px}.photo-brand-logo img{max-height:34px;max-width:160px;object-fit:contain}.photo-gallery-btn{border:1px solid var(--photo-line);background:#fff;border-radius:12px;padding:9px 12px;font-weight:800;font-size:11px;box-shadow:0 6px 18px #3d346114}.photo-ready{text-align:center;padding:24px 16px 18px;background:radial-gradient(circle at 20% 10%,#fff1d0,transparent 30%),radial-gradient(circle at 85% 18%,#eee8ff,transparent 35%)}.photo-ready h1{font-size:27px;letter-spacing:-1.2px;margin:0 0 5px}.photo-ready p{margin:0;color:var(--photo-muted);font-size:13px}.photo-result-grid{padding:0 16px 22px;display:grid;grid-template-columns:1.15fr .95fr;gap:12px}.photo-card{position:relative;border-radius:20px;overflow:hidden;background:#ddd;box-shadow:0 12px 30px #231f3529}.photo-card img,.photo-card video{width:100%;height:100%;min-height:340px;object-fit:cover;object-position:top center;display:block;background:#000}.photo-card-label{position:absolute;left:10px;top:10px;background:#14141e9e;color:#fff;border-radius:10px;padding:7px 9px;font-size:10px;font-weight:800;z-index:2}.photo-result-actions{display:flex;flex-direction:column;gap:12px}.photo-download-panel,.photo-expire-panel{border:1px solid var(--photo-line);border-radius:18px;padding:14px;background:#fff;box-shadow:0 9px 22px #231f3512}.photo-download-panel h2{font-size:14px;margin:0 0 8px}.photo-primary-btn,.photo-secondary-btn{width:100%;border-radius:11px;padding:9px;border:0;font-size:13px;font-weight:900}.photo-primary-btn{background:linear-gradient(135deg,var(--photo-purple),#7d54ff);color:#fff;box-shadow:0 9px 20px #6d4aff3d}.photo-secondary-btn{margin-top:6px;background:#fff;border:1px solid #dcd8ed;color:#232435}.photo-expire-panel strong{font-size:11px;line-height:1.45;display:block}.photo-expire-panel p{font-size:10px;color:var(--photo-muted);margin:6px 0 10px}.photo-countdown{background:#fff4ef;color:#ff5b37;border-radius:10px;padding:9px;text-align:center;font-size:10px;font-weight:900}.photo-benefit-card{margin:0 16px 26px;border:1.5px solid #a98fff;border-radius:22px;padding:18px;background:radial-gradient(circle at 10% 20%,#fff3c8,transparent 34%),radial-gradient(circle at 90% 8%,#eadfff,transparent 32%),#fff;box-shadow:0 16px 38px #593ac821;display:grid;grid-template-columns:96px 1fr;gap:12px}.photo-benefit-card:has(.photo-benefit-banner){grid-template-columns:1fr;padding:12px}.photo-benefit-banner{display:block;border-radius:14px;overflow:hidden}.photo-benefit-banner img{width:100%;display:block}.photo-benefit-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.photo-gift-box{font-size:68px;filter:drop-shadow(0 8px 12px rgb(89 58 200 / 18%))}.photo-benefit-content .photo-instant{display:inline-block;border:1px solid #ec96d3;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:900}.photo-benefit-content h2{font-size:20px;letter-spacing:-.7px;margin:8px 0 10px}.photo-benefit-desc{font-size:11px;color:var(--photo-muted);margin:0}.photo-join-btn{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;text-decoration:none;border:0;border-radius:15px;background:linear-gradient(135deg,#7652ff,#5a32dc);color:#fff;padding:14px 16px;box-shadow:0 10px 24px #593ac842}.photo-join-btn span{font-size:14px;font-weight:900}.photo-join-btn b{font-size:24px}.photo-styles-section,.photo-quick-cards{padding:0 16px}.photo-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.photo-section-head h2{font-size:17px;margin:0}.photo-section-head button{border:0;background:none;color:var(--photo-muted);font-size:10px}.photo-style-list{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.photo-style-list article{border-radius:14px;overflow:hidden;background:#f5f3fa;position:relative;min-width:0}.photo-style-list img,.photo-generated{width:100%;aspect-ratio:1 / 1.25;object-fit:cover;display:block}.photo-generated{display:grid;place-items:center;color:#fff;font-size:36px;font-weight:900}.photo-generated.kpop{background:linear-gradient(145deg,#4c1d95,#f64fbc)}.photo-generated.art{background:linear-gradient(145deg,#203d8f,#f3c54c)}.photo-generated.space{background:linear-gradient(145deg,#13203c,#6b82bd)}.photo-style-list strong{display:block;padding:7px 4px;text-align:center;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.photo-quick-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.photo-quick-cards article{border-radius:17px;padding:14px;display:flex;align-items:flex-start;gap:10px}.photo-mission-card{background:#f6f2ff}.photo-reward-card{background:#fff6df}.photo-quick-cards span{font-size:25px}.photo-quick-cards small,.photo-quick-cards strong,.photo-quick-cards p{display:block}.photo-quick-cards small{font-size:10px;font-weight:800}.photo-quick-cards strong{font-size:11px;margin-top:3px}.photo-quick-cards p{font-size:9px;color:var(--photo-muted);margin:3px 0}.photo-progress{height:5px;background:#ddd8f1;border-radius:999px;overflow:hidden}.photo-progress i{display:block;height:100%;background:var(--photo-purple)}.photo-reward-card b{margin-left:auto;font-size:20px;color:#b48622}.photo-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,15px);background:#171823;color:#fff;padding:11px 15px;border-radius:999px;font-size:10px;opacity:0;transition:.25s;z-index:80;pointer-events:none}.photo-toast.show{opacity:1;transform:translate(-50%)}@media (max-width: 390px){.photo-benefit-card{grid-template-columns:82px 1fr;padding:14px}.photo-style-list{gap:6px}}@media (min-width: 481px){.photo-app-wrap{padding:18px 0}.photo-app{border-radius:28px;overflow:hidden}}.iwh-app-wrap{--iwh-bg: #071121;--iwh-card: #111d37;--iwh-white: #f7f9ff;--iwh-muted: #9ba9c6;--iwh-line: rgb(255 255 255 / 9%);--iwh-blue: #5aa8ff;--iwh-purple: #8a65ff;--iwh-violet: #b275ff;--iwh-mint: #55e6c1;--iwh-gold: #ffd166;min-height:100vh;background:#020713;display:flex;justify-content:center}.iwh-app{width:min(100%,480px);min-height:100vh;margin:auto;position:relative;overflow:hidden;background:radial-gradient(circle at 95% 7%,rgb(129 82 255 / 22%),transparent 24%),radial-gradient(circle at 5% 24%,rgb(33 144 255 / 17%),transparent 26%),linear-gradient(180deg,#06101f,#071326 48%,#07101d);box-shadow:0 0 60px #0000008c;padding-bottom:24px;font-family:Pretendard,Noto Sans KR,Apple SD Gothic Neo,sans-serif;color:var(--iwh-white)}.iwh-app button,.iwh-app input{font:inherit}.iwh-app button{cursor:pointer}.iwh-app .center-msg{padding:80px 20px;text-align:center;color:var(--iwh-muted)}.iwh-topbar{height:62px;padding:0 18px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:30;background:#040c19d1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgb(255 255 255 / 5.5%)}.iwh-brand{display:flex;align-items:center;gap:9px;color:#fff;font-size:15px;letter-spacing:.6px}.iwh-brand strong{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iwh-pin-logo{width:20px;height:20px;border-radius:50% 50% 50% 4px;transform:rotate(-45deg);background:linear-gradient(135deg,var(--iwh-blue),var(--iwh-purple));box-shadow:0 0 18px #5d84ff8c;flex-shrink:0;position:relative}.iwh-pin-logo:after{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border:2px solid white;border-radius:50%}.iwh-brand-logo img{max-height:30px;max-width:160px;object-fit:contain}.iwh-top-link{border:1px solid var(--iwh-line);background:#ffffff0a;color:#cfd9ef;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:800}.iwh-hero{text-align:center;padding:30px 22px 24px;position:relative;z-index:1}.iwh-eyebrow,.iwh-section-kicker{font-size:9px;letter-spacing:2.1px;font-weight:900;color:#7fb8ff}.iwh-hero h1{font-size:42px;line-height:1;margin:9px 0 8px;letter-spacing:-2px;background:linear-gradient(90deg,#fff 20%,#8bc5ff 58%,#a687ff);-webkit-background-clip:text;background-clip:text;color:transparent}.iwh-main-copy{font-size:23px;font-weight:850;letter-spacing:-1px;margin:8px 0 9px}.iwh-sub-copy{font-size:12px;line-height:1.65;color:var(--iwh-muted);margin:0}.iwh-result-wrap{padding:0 18px 20px;position:relative;z-index:2}.iwh-photo-card{position:relative;border-radius:26px;overflow:hidden;min-height:478px;background:#1b2740;border:1px solid rgb(255 255 255 / 10%);box-shadow:0 22px 55px #00000061,0 0 35px #5d62ff1f}.iwh-photo-card img,.iwh-photo-card video{display:block;width:100%;height:478px;object-fit:cover;object-position:top center;background:#000}.iwh-photo-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#02071208 45%,#020712de);pointer-events:none}.iwh-spot-chip{position:absolute;left:14px;top:14px;display:flex;align-items:center;gap:7px;background:#050c1cb3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgb(255 255 255 / 12%);border-radius:999px;padding:8px 11px;font-size:9px}.iwh-spot-chip span{color:var(--iwh-mint);text-shadow:0 0 10px var(--iwh-mint)}.iwh-spot-chip b{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.iwh-photo-caption{position:absolute;left:16px;right:16px;bottom:15px;display:flex;align-items:end;justify-content:space-between}.iwh-photo-caption small{display:block;color:#8ebdff;font-size:8px;letter-spacing:1.2px;font-weight:900}.iwh-photo-caption strong{display:block;font-size:20px;margin-top:3px}.iwh-photo-caption>span{font-size:9px;color:#d0d8e8}.iwh-action-stack{display:grid;grid-template-columns:1.2fr .8fr;gap:9px;margin-top:11px}.iwh-secondary-btn,.iwh-ghost-btn{border:1px solid rgb(255 255 255 / 11%);background:#ffffff0e;color:#fff;border-radius:14px;padding:12px 10px;font-size:10px;font-weight:800;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.iwh-join-card{margin:0 18px 30px;padding:20px;border:1px solid rgb(135 112 255 / 42%);background:radial-gradient(circle at 88% 2%,rgb(141 97 255 / 22%),transparent 34%),radial-gradient(circle at 8% 20%,rgb(73 183 255 / 11%),transparent 32%),#0f1b34d4;border-radius:26px;box-shadow:0 18px 45px #00000042}.iwh-join-banner{display:block;border-radius:18px;overflow:hidden;margin-bottom:14px}.iwh-join-banner img{width:100%;display:block}.iwh-join-head{display:grid;grid-template-columns:84px 1fr;gap:14px;align-items:center}.iwh-stamp-preview{text-align:center}.iwh-stamp-ring{width:73px;height:73px;border:2px solid #8e77ff;border-radius:50%;display:grid;place-items:center;margin:auto;color:#b7a7ff;font-size:11px;line-height:1.05;font-weight:900;letter-spacing:1px;transform:rotate(-8deg);box-shadow:inset 0 0 0 5px #8e77ff12,0 0 22px #8e77ff2e}.iwh-stamp-preview em{display:block;font-size:9px;color:#a9b3c9;margin-top:6px;font-style:normal}.iwh-welcome-pill{display:inline-flex;border:1px solid rgb(255 209 102 / 40%);background:#ffd16614;color:var(--iwh-gold);border-radius:999px;padding:5px 8px;font-size:8px;letter-spacing:.8px;font-weight:900}.iwh-join-head h2{font-size:20px;letter-spacing:-.7px;margin:7px 0 5px}.iwh-join-head p{font-size:10px;line-height:1.55;color:#aab5cb;margin:0}.iwh-instant-benefits{display:grid;gap:8px;margin:18px 0 14px}.iwh-instant-card{display:flex;align-items:center;gap:10px;background:#ffffff0b;border:1px solid var(--iwh-line);border-radius:15px;padding:11px 12px}.iwh-instant-card.hot{border-color:#b275ff59;background:linear-gradient(90deg,#915fff1f,#ffffff09)}.iwh-benefit-icon{font-size:22px}.iwh-instant-card small{display:block;color:#7f90b4;font-size:8px;font-weight:800;letter-spacing:.8px}.iwh-instant-card b{display:block;font-size:11px;margin-top:2px}.iwh-primary-btn{display:block;text-decoration:none;border:0;background:linear-gradient(135deg,#4ba4ff,#7557ff 48%,#9b63ff);color:#fff;border-radius:15px;padding:14px;font-weight:900;box-shadow:0 12px 28px #5c53ff47;text-align:center}.iwh-hero-join{width:100%;position:relative;padding-right:44px}.iwh-hero-join span{display:block;font-size:14px}.iwh-hero-join small{display:block;font-size:8px;margin-top:4px;opacity:.78;font-weight:600}.iwh-hero-join>b{position:absolute;right:17px;top:50%;transform:translateY(-50%);font-size:21px}.iwh-join-note{text-align:center;font-size:9px;color:#8f9db9;margin:10px 0 0}.iwh-benefits-section,.iwh-how-section,.iwh-network-section{padding:8px 18px 34px}.iwh-benefits-section h2,.iwh-how-section h2,.iwh-network-section h2{font-size:24px;letter-spacing:-1px;margin:6px 0 7px}.iwh-section-desc{font-size:11px;line-height:1.55;color:var(--iwh-muted);margin:0 0 15px}.iwh-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.iwh-perk{min-height:116px;border:1px solid var(--iwh-line);border-radius:18px;padding:13px;background:#ffffff0b;display:flex;gap:10px;align-items:flex-start}.iwh-perk>span{font-size:24px}.iwh-perk small{font-size:8px;letter-spacing:.9px;font-weight:900}.iwh-perk b{display:block;font-size:11px;margin:4px 0}.iwh-perk p{font-size:8px;color:#8e9ab5;margin:0}.iwh-perk-beauty small{color:#ff95c2}.iwh-perk-kpop small{color:#bb9bff}.iwh-perk-wellness small{color:#64e8ca}.iwh-perk-fashion small{color:#81b9ff}.iwh-perk-travel small{color:#ffd36f}.iwh-perk-local small{color:#8ce7b4}.iwh-benefit-caption{font-size:8px;color:#63708c;line-height:1.45;margin:10px 2px 0}.iwh-steps{display:grid;gap:9px;margin-top:15px}.iwh-steps article{position:relative;display:grid;grid-template-columns:34px 48px 1fr;grid-template-rows:auto auto;gap:0 8px;align-items:center;padding:13px;background:#ffffff0a;border:1px solid var(--iwh-line);border-radius:17px}.iwh-steps article>span{grid-row:1 / 3;font-size:9px;color:#60739c;font-weight:900}.iwh-steps article>i{grid-row:1 / 3;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#51a1ff2e,#8b5cff29);color:#9bc9ff;font-style:normal;font-size:18px}.iwh-steps article>b{font-size:12px}.iwh-steps article>p{font-size:9px;color:#8c99b5;margin:3px 0 0;line-height:1.4}.iwh-network-card{border-radius:24px;padding:20px;background:radial-gradient(circle at 82% 13%,rgb(88 171 255 / 20%),transparent 30%),radial-gradient(circle at 22% 100%,rgb(132 87 255 / 19%),transparent 34%),#0d1930;border:1px solid rgb(255 255 255 / 8%)}.iwh-network-card p{font-size:10px;line-height:1.6;color:#9ba8c1}.iwh-world-badges{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0}.iwh-world-badges span{font-size:9px;border:1px solid var(--iwh-line);background:#ffffff0d;border-radius:999px;padding:8px 10px;font-weight:800}.iwh-world-badges .iwh-more{color:#96bfff}.iwh-wide{width:100%}.iwh-final-cta{margin:6px 18px 18px;position:relative;overflow:hidden;text-align:center;border:1px solid rgb(113 135 255 / 25%);border-radius:27px;padding:27px 17px;background:linear-gradient(135deg,#1c3058f2,#311e54e0)}.iwh-final-glow{position:absolute;width:170px;height:170px;border-radius:50%;background:#704eff;filter:blur(85px);opacity:.32;right:-45px;top:-60px}.iwh-final-cta small{position:relative;display:block;font-size:8px;letter-spacing:1.8px;color:#83b8ff;font-weight:900}.iwh-final-cta h2{position:relative;font-size:25px;margin:7px 0}.iwh-final-cta p{position:relative;font-size:10px;color:#aeb8cc;margin:0 0 8px}.iwh-big{position:relative;width:100%;margin-top:8px;padding:15px 10px;font-size:12px}.iwh-footer{text-align:center;padding:18px;color:#65728c}.iwh-footer strong{display:block;color:#8d99b0;font-size:10px;letter-spacing:1.4px}.iwh-footer span{display:block;font-size:7px;margin-top:5px;letter-spacing:.8px}.iwh-toast{position:fixed;left:50%;bottom:22px;z-index:100;transform:translate(-50%,12px);background:#f4f7ff;color:#0a1327;border-radius:999px;padding:11px 15px;font-size:9px;font-weight:800;opacity:0;pointer-events:none;transition:.25s}.iwh-toast.show{opacity:1;transform:translate(-50%)}@media (max-width: 390px){.iwh-photo-card,.iwh-photo-card img,.iwh-photo-card video{height:430px;min-height:430px}.iwh-benefit-grid{grid-template-columns:1fr}.iwh-join-head{grid-template-columns:72px 1fr}.iwh-stamp-ring{width:64px;height:64px}.iwh-hero h1{font-size:37px}.iwh-main-copy{font-size:21px}}@media (min-width: 481px){.iwh-app-wrap{padding:18px 0}.iwh-app{border-radius:30px}}
