@font-face{font-family:Aston Script;src:url(/fonts/AstonScript.ttf) format("truetype");font-weight:700;font-display:swap}:root{--brand-color:#aecbd0;--brand-soft:#eaf2f4;--brand-softer:#f5f9fa;--text:#3f3f46;--muted:#6a7282;--bg:#f5f5f5}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:-apple-system,Apple SD Gothic Neo,Noto Sans KR,sans-serif;background:var(--bg);color:var(--text)}button{cursor:pointer;border:none;background:none;color:inherit}button,input,select,textarea{font-family:inherit}.topbar{position:fixed;top:0;left:0;right:0;height:60px;z-index:50;background:#fff;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.topbar .back{display:inline-flex;align-items:center;gap:4px;background:#f3f4f6;border-radius:999px;padding:6px 14px;font-size:13px;color:#525252}.topbar .brand{font-family:Aston Script,Playfair Display,Georgia,serif;font-size:30px;font-weight:700;letter-spacing:.5px;line-height:1}.topbar .save{background:var(--brand-color);color:#fff;padding:8px 22px;border-radius:999px;font-size:13px;font-weight:500;box-shadow:0 2px 6px rgba(0,0,0,.08)}.workspace{padding-top:68px;display:flex;gap:8px;justify-content:center;min-height:100vh;align-items:flex-start}.phone-embed{padding:0;overflow:hidden}.phone-iframe{width:100%;height:100%;border:0;display:block;background:#fff}.mobile-edit-fab{display:none}.mobile-sheet{display:contents}.mobile-bottom-nav,.mobile-sheet-handle,.mobile-sheet-pull,.mobile-top-nav{display:none}.bgm-toggle{position:absolute;top:16px;right:16px;z-index:20;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.9);color:var(--brand-color);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.12);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:.15s}.bgm-toggle:hover{background:#fff;transform:scale(1.05)}.bgm-toggle.playing{background:var(--brand-color);color:#fff;animation:bgmPulse 2s ease-in-out infinite}@keyframes bgmPulse{0%,to{box-shadow:0 2px 8px rgba(174,203,208,.3)}50%{box-shadow:0 2px 18px rgba(174,203,208,.7)}}.preview-col{width:420px;padding:24px 0 24px 24px;position:-webkit-sticky;position:sticky;top:68px;align-self:flex-start;position:relative}.phone{background:#fafafa;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);width:100%;max-width:420px;height:calc(100vh - 130px);overflow-y:auto}.phone::-webkit-scrollbar{display:none}.phone .main-section{padding:40px 0}.phone .hero-wrap{width:340px;height:510px;margin:0 auto;position:relative;overflow:hidden}.phone .hero-wrap.rounded{border-radius:100px}.phone .hero-wrap.arch{border-radius:170px 170px 24px 24px}.phone .hero-wrap.margin{border-radius:0;padding:24px;background:#fff}.phone .hero-wrap img{width:100%;height:100%;object-fit:cover;display:block}.phone .hero-wrap .ourwedding{position:absolute;left:0;right:0;top:58%;text-align:center;color:#fff;font-family:Aston Script,Great Vibes,Brush Script MT,cursive;font-weight:700;font-size:52px;text-shadow:0 2px 12px rgba(0,0,0,.25);white-space:nowrap}.phone .hero-wrap .ourwedding .caret{display:inline-block;width:2px;margin-left:2px;background:#fff;animation:blink 1s steps(2,start) infinite;vertical-align:middle}@keyframes blink{to{visibility:hidden}}.dropzone{border:2px dashed color-mix(in srgb,var(--brand-color) 60%,#fff);border-radius:14px;padding:28px 16px;text-align:center;background:#fff;cursor:pointer;color:var(--muted);transition:.15s}.dropzone.drag{background:var(--brand-soft);border-color:var(--brand-color);color:#374151}.dropzone .dz-title{font-size:13px;font-weight:600;color:#374151;margin-bottom:4px}.dropzone .dz-sub{font-size:11px}.dropzone input[type=file]{display:none}.preview-row{display:flex;gap:12px;align-items:flex-start;margin-top:12px}.preview-row .preview-thumb{width:96px;height:96px;border-radius:10px;background:#f3f4f6 50%/cover no-repeat;position:relative;flex-shrink:0}.preview-row .preview-thumb .crop,.preview-row .preview-thumb .del{position:absolute;width:22px;height:22px;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.preview-row .preview-thumb .del{top:6px;right:6px}.preview-row .preview-thumb .crop{bottom:6px;left:6px}.preview-row .preview-info{font-size:12px;color:#6b7280;padding-top:6px}.modal-backdrop{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center}.modal{background:#fff;border-radius:16px;padding:20px;box-shadow:0 20px 50px rgba(0,0,0,.2);max-width:420px}.modal-wide{max-width:920px;width:92vw;max-height:86vh;display:flex;flex-direction:column}.phrase-tags{display:flex;flex-wrap:wrap;gap:8px;padding:6px 0 16px}.phrase-tag{padding:8px 18px;border-radius:999px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.05);font-size:13px;color:#6b7280;transition:.15s}.phrase-tag.active{background:#fce7eb;color:#b9485f;font-weight:600}.phrase-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;overflow-y:auto;padding:4px 4px 8px}@media (min-width:900px){.phrase-grid{grid-template-columns:repeat(3,1fr)}}.phrase-card{background:#fff;border:1px solid #f3f4f6;border-radius:14px;padding:18px 18px 14px;box-shadow:0 1px 3px rgba(0,0,0,.03);display:flex;flex-direction:column;gap:10px;position:relative}.phrase-card-tags{display:flex;gap:6px;flex-wrap:wrap}.phrase-card-tag{font-size:11px;color:#6b7280;background:#f3f4f6;padding:3px 10px;border-radius:999px}.phrase-card-divider{height:1px;background:#f3f4f6}.phrase-card-body{font-size:12px;color:#4b5563;line-height:1.8;white-space:pre-line;text-align:center;flex:1 1}.phrase-card-copy{align-self:stretch;margin-top:6px;padding:8px;border-radius:8px;background:var(--brand-color);color:#fff;font-size:12px;font-weight:600}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.modal-x{font-size:22px;color:#6b7280;width:28px;height:28px}.crop-area{position:relative;overflow:hidden;border-radius:8px;background:#111;margin:0 auto;cursor:-webkit-grab;cursor:grab;touch-action:none}.crop-area:active{cursor:-webkit-grabbing;cursor:grabbing}.crop-grid{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(hsla(0,0%,100%,.4) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.4) 1px,transparent 0);background-size:33.33% 33.33%;mix-blend-mode:difference}.crop-zoom{display:flex;align-items:center;gap:10px;margin-top:14px;font-size:12px;color:#6b7280}.crop-zoom input{flex:1 1;accent-color:var(--brand-color)}.modal-foot{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.btn-ghost{background:#f3f4f6}.btn-brand,.btn-ghost{padding:9px 18px;border-radius:8px;font-size:13px}.btn-brand{background:var(--brand-color);color:#fff;font-weight:600}.qr-wrap{display:flex;gap:16px;align-items:center}.qr-wrap img{width:140px;height:140px;border-radius:10px;background:#fff;border:1px solid #f3f4f6}.qr-info{flex:1 1;font-size:12px;color:#6b7280;line-height:1.6}.qr-shape-tabs{display:flex;gap:6px}.parent-row{display:flex;gap:8px;align-items:stretch}.parent-row .input{flex:1 1}.hanja-btn{flex-shrink:0;width:28px;height:28px;align-self:center;border-radius:6px;background:transparent;font-size:12px;font-weight:400;color:#d1d5db;font-family:serif;transition:.15s}.hanja-btn:hover{color:#9ca3af;background:#f9fafb}.hanja-btn.active{background:color-mix(in srgb,var(--brand-color) 18%,#fff);color:var(--brand-color);font-weight:600}.map-link-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:4px;padding:0 14px;border-radius:10px;background:var(--brand-color);color:#fff;font-size:12px;font-weight:600;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.08)}.prev-map{width:100%;max-width:320px;margin:18px auto 0;border-radius:12px;overflow:hidden;background:#f3f4f6}.prev-map iframe{width:100%;height:220px;border:0;display:block}.prev-cal{max-width:320px;margin:18px auto 24px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;padding:18px 8px}.prev-cal-month{text-align:center;font-size:13px;color:var(--brand-color);margin-bottom:14px;letter-spacing:.5px}.prev-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px}.prev-cal-cell{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:13px;color:#4b5563;position:relative}.prev-cal-cell.head{font-weight:600;font-size:12px}.prev-cal-cell.sun{color:#d06161}.prev-cal-cell.sat{color:#649ad0}.prev-cal-cell.event{color:#fff!important;font-weight:700;z-index:1}.prev-cal-cell.event:before{content:"";position:absolute;width:30px;height:27px;background-color:#e89aae;-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 29'><path d='M16 28 L3 14 A7 7 0 0 1 16 6 A7 7 0 0 1 29 14 Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 29'><path d='M16 28 L3 14 A7 7 0 0 1 16 6 A7 7 0 0 1 29 14 Z' fill='black'/></svg>");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;z-index:-1}.gb-section{background:var(--brand-soft)}.gb-title{font-family:Playfair Display,serif;font-size:32px;color:#5b6a6e;font-weight:300;letter-spacing:.04em;margin-bottom:18px}.gb-sub{color:#8aa1a6;font-size:14px;margin-bottom:22px}.gb-list{display:flex;flex-direction:column;gap:16px;max-width:320px;margin:0 auto}.gb-card{background:#fff;border-radius:6px;padding:22px 22px 18px;text-align:left;position:relative;box-shadow:0 2px 6px rgba(120,150,160,.08)}.gb-x{position:absolute;top:14px;right:14px;width:22px;height:22px;color:#c7d3d6;font-size:18px;line-height:1}.gb-msg{font-size:14px;color:#3a4a4e;line-height:1.6;min-height:56px;padding-right:24px}.gb-meta{display:flex;justify-content:space-between;align-items:center;margin-top:18px;font-size:13px;color:#8aa1a6}.gb-from{color:#a8c1c6}.gb-date{color:#8aa1a6}.gb-cta{margin-top:24px;max-width:320px;width:100%;padding:16px;background:var(--brand-color);color:#fff;border-radius:4px;font-size:14px;letter-spacing:.05em}.prev-dday{margin-top:18px}.prev-dday-title{font-size:13px;color:#4b5563;margin-bottom:12px}.prev-dday-row{display:flex;justify-content:center;gap:18px}.prev-dday-row>div{display:flex;flex-direction:column;align-items:center;min-width:44px}.dd-num{font-size:18px;font-weight:700;color:var(--brand-color)}.dd-unit{font-size:10px;color:#9ca3af;margin-top:2px;letter-spacing:.5px}@media (max-width:768px){.workspace{flex-direction:column;padding:0;gap:0}.preview-col{width:100%;padding:0;position:static}.phone{width:100%;max-width:100%;border-radius:0;height:100vh;box-shadow:none}.topbar{position:fixed;top:0;left:0;right:0;z-index:70;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.preview-col{padding-top:0}.mobile-top-nav{display:grid;grid-auto-flow:column;grid-template-rows:1fr 1fr;grid-auto-columns:62px;grid-gap:6px 6px;gap:6px 6px;position:fixed;top:60px;left:0;right:0;z-index:75;padding:10px 12px;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #eef0f2;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.mobile-top-nav::-webkit-scrollbar{display:none}.mobile-top-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:6px 4px;border-radius:10px;color:#6b7280;font-size:10px;line-height:1.15;background:transparent}.mobile-top-nav button span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.mobile-top-nav button.active{color:var(--brand-color);font-weight:700;background:var(--brand-softer)}.preview-col{padding-top:170px}.phone{height:calc(100vh - 170px)}.form-col,.sidenav-col{display:none}.mobile-edit-fab{display:none!important}.mobile-sheet{display:flex!important;flex-direction:column;position:fixed;left:0;right:0;bottom:0;z-index:90;background:#f5f5f5;border-radius:20px 20px 0 0;box-shadow:0 -8px 30px rgba(0,0,0,.18);width:100%;height:58vh;transform:translateY(calc(100% - 52px));transition:transform .32s cubic-bezier(.4,0,.2,1)}.mobile-sheet-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:85;opacity:0;transition:opacity .32s ease}.mobile-sheet-handle{display:block}.workspace.sheet-open .mobile-sheet{transform:translateY(0)}.workspace.sheet-open+.mobile-sheet-backdrop,.workspace.sheet-open~.mobile-sheet-backdrop{display:block;opacity:1}.workspace.sheet-open .mobile-edit-fab,.workspace.sheet-open~.mobile-edit-fab{display:none}.mobile-sheet-pull{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%;padding:10px 0 8px;background:#fff;border-radius:20px 20px 0 0;border-bottom:1px solid #f0f0f0;cursor:-webkit-grab;cursor:grab}.mobile-sheet-grip{width:44px;height:5px;background:#d4d8dd;border-radius:999px}.mobile-sheet-pull-label{font-size:11px;color:#8a8f96;font-weight:600}.mobile-bottom-nav{display:flex;gap:4px;padding:10px 12px;overflow-x:auto;background:#fff;border-bottom:1px solid #f0f0f0;scrollbar-width:none}.mobile-bottom-nav::-webkit-scrollbar{display:none}.mobile-bottom-nav button{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 10px;border-radius:10px;color:#6b7280;font-size:10px;line-height:1.2;min-width:56px}.mobile-bottom-nav button.active{color:var(--brand-color);font-weight:700}.workspace.sheet-open .form-col{display:block;width:100%;height:auto;flex:1 1;padding:16px 16px 80px;background:#f5f5f5}.topbar{padding:0 14px}.topbar .brand{font-size:22px}.topbar .save{padding:6px 16px;font-size:12px}.topbar .back{padding:5px 12px;font-size:12px}}.qr-shape-tabs .chip{flex:0 0 auto;padding:6px 14px;font-size:12px}.qr-wrap canvas{flex:0 0 auto}.qr-info{font-size:11px;line-height:1.5}.qr-download{display:inline-block;margin-top:8px;padding:7px 14px;border-radius:999px;background:var(--brand-color);color:#fff!important;font-size:12px;font-weight:600;text-decoration:none}.pink-hero{background:#fff;padding:0 0 48px;text-align:center}.ph-photo{width:100%;aspect-ratio:3/4;overflow:hidden;background:#f5f5f5;margin-bottom:28px}.ph-photo img{width:100%;height:100%;object-fit:cover;display:block}.ph-wedding-day{font-family:Aston Script,Great Vibes,cursive;font-size:38px;color:#d99aae;margin-bottom:18px;letter-spacing:.5px}.ph-names{display:flex;justify-content:center;align-items:center;gap:14px;font-size:22px;color:#2d2d2d;font-weight:500;margin-bottom:16px;letter-spacing:1px}.ph-heart{color:#e89aae;font-size:18px}.ph-date{font-size:14px;color:#585858;line-height:1.7;font-weight:400}.ph-venue{font-size:13px;color:#8a8a8a;margin-top:4px}.ph-script{margin-top:22px;font-family:Aston Script,Great Vibes,cursive;font-size:28px;color:#c98ba0;min-height:36px}.prev-section{padding:56px 24px;border-bottom:1px solid #f3f4f6;position:relative}.prev-section.centered{text-align:center}.prev-section:last-child{border-bottom:none}.prev-title{font-family:Playfair Display,serif;font-size:22px;color:#585858;font-weight:400;letter-spacing:.05em;margin-bottom:18px}.prev-body{font-size:13px;color:#585858;line-height:1.9;white-space:pre-line}.prev-gallery-more{margin-top:14px}.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin-top:10px}.gallery-thumb{position:relative;aspect-ratio:1;background-size:cover;background-position:50%;border-radius:8px}.gallery-thumb .del{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:999px;background:rgba(0,0,0,.55);color:#fff;font-size:14px;cursor:pointer}.gallery-thumb .del,.lightbox{display:flex;align-items:center;justify-content:center}.lightbox{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.88)}.lightbox-img{max-width:92vw;max-height:86vh;object-fit:contain;border-radius:6px;box-shadow:0 12px 40px rgba(0,0,0,.5)}.lightbox-close{position:absolute;top:20px;right:22px;width:44px;height:44px;border-radius:999px;background:hsla(0,0%,100%,.12);color:#fff;font-size:26px;display:flex;align-items:center;justify-content:center}.lightbox-close:hover{background:hsla(0,0%,100%,.22)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:999px;background:hsla(0,0%,100%,.12);color:#fff;font-size:34px;line-height:1;display:flex;align-items:center;justify-content:center}.lightbox-nav:hover{background:hsla(0,0%,100%,.22)}.lightbox-nav.prev{left:20px}.lightbox-nav.next{right:20px}.lightbox-counter{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);color:#fff;font-size:13px;letter-spacing:.5px;background:rgba(0,0,0,.4);padding:6px 14px;border-radius:999px}@media (max-width:768px){.dz-drag-hint{display:none}.lightbox-nav{width:44px;height:44px;font-size:28px}.lightbox-nav.prev{left:10px}.lightbox-nav.next{right:10px}.lightbox-close{top:14px;right:14px;width:38px;height:38px;font-size:22px}}.prev-accounts{margin-top:18px;display:flex;flex-direction:column;gap:14px}.prev-account-group{background:var(--brand-softer);border-radius:12px;padding:14px 16px;text-align:left}.prev-account-side{font-size:12px;font-weight:700;color:var(--brand-color);margin-bottom:8px;letter-spacing:.5px}.prev-account-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-top:1px solid #e6edef}.prev-account-row:first-of-type{border-top:0}.prev-account-holder{font-size:13px;font-weight:600;color:#333}.prev-account-bank{font-size:11px;color:#666}.prev-btn{margin-top:18px;padding:12px 28px;border-radius:10px;background:var(--brand-color);color:#fff;font-size:13px}.prev-gallery{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;max-width:280px;margin:0 auto}.prev-gal-cell{aspect-ratio:1;background-color:#eef2f4;background-image:linear-gradient(135deg,#eef2f4,#dde6ea);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:6px}.prev-snap-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;max-width:240px;margin:18px auto 0}.prev-snap-cell{aspect-ratio:1;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#9ca3af}.snap-event{background:linear-gradient(180deg,color-mix(in srgb,var(--brand-color) 14%,#fff),color-mix(in srgb,var(--brand-color) 4%,#fff));border:1px solid color-mix(in srgb,var(--brand-color) 25%,#fff);border-radius:16px;padding:24px;text-align:center}.snap-event-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#fff;color:var(--brand-color);border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.5px;box-shadow:0 2px 6px rgba(0,0,0,.06);margin-bottom:14px}.snap-event-title{font-size:18px;line-height:1.5;color:#1f2937;font-weight:700;margin-bottom:12px}.snap-event-desc{font-size:13px;color:#4b5563;line-height:1.8}.snap-features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin:20px 0 6px}.snap-feature{background:#fff;border-radius:12px;padding:14px 6px;font-size:11px;color:#6b7280;line-height:1.5}.snap-feature .snap-fi{display:flex;justify-content:center;align-items:center;height:30px;margin-bottom:8px;color:var(--brand-color)}.phone .hero-wrap .datetext{position:absolute;bottom:40px;left:0;right:0;text-align:center;color:#fff;font-family:Playfair Display,serif;font-size:13px;letter-spacing:.05em}.phone .names{margin-top:32px;text-align:center;letter-spacing:2px;font-size:17px}.phone .names .dot{margin:0 10px}.phone .meta{text-align:center;margin-top:10px;font-size:15px;line-height:1.8;color:#585858}.sidenav-col{width:100px;padding:24px 0;position:-webkit-sticky;position:sticky;top:68px;align-self:flex-start;height:calc(100vh - 68px)}.sidenav{background:#fff;border-radius:24px;box-shadow:0 2px 10px rgba(0,0,0,.04);padding:8px 4px;max-height:calc(100vh - 130px);overflow-y:auto;display:flex;flex-direction:column;align-items:stretch}.sidenav::-webkit-scrollbar{width:0}.sidenav button{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 4px;border-radius:10px;color:#4b5563;font-size:10px;line-height:1.2;transition:background .15s}.sidenav button:hover{background:#f3f4f6}.sidenav button.active{background:var(--brand-soft);color:#1f2937;font-weight:600}.sidenav button span.lbl{text-align:center;width:100%}.form-col{width:600px;padding:24px 24px 60px 8px;height:calc(100vh - 68px);overflow-y:auto;position:relative}.form-col::-webkit-scrollbar{width:6px}.form-col::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}.panel-card{background:#fff;border:1px solid #f3f4f6;border-radius:24px;margin-bottom:18px;box-shadow:0 1px 3px rgba(0,0,0,.02);overflow:hidden}.panel-head{padding:16px 20px;display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.panel-head .chev{color:#9ca3af;transition:transform .2s}.panel-head.open .chev{transform:rotate(180deg)}.panel-head .title{font-size:15px;font-weight:600;display:flex;align-items:center;gap:8px;flex:1 1}.panel-head .switch{width:40px;height:22px;border-radius:999px;background:#e5e7eb;position:relative;flex-shrink:0;transition:background .2s}.panel-head .switch:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .2s}.panel-head .switch.on{background:var(--brand-color)}.panel-head .switch.on:after{transform:translateX(18px)}.panel-body{padding:4px 24px 22px}.panel-section-title{font-size:13px;font-weight:600;color:#374151;margin:8px 0 8px 8px}.panel-box{background:color-mix(in srgb,var(--brand-color) 10%,#fff);border:1px solid color-mix(in srgb,var(--brand-color) 15%,#fff);border-radius:16px;padding:20px;margin-bottom:16px}.field{margin-bottom:14px}.field:last-child{margin-bottom:0}.field-label{display:block;font-size:12px;color:var(--muted);margin-bottom:6px;font-weight:500}.field-label .req{color:#ef4444;margin-left:2px}.input,.select,.textarea{width:100%;background:#fff;border:none;outline:none;padding:12px 14px;border-radius:10px;font-size:14px;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:box-shadow .15s}.input:focus,.select:focus,.textarea:focus{box-shadow:0 0 0 2px var(--brand-color)}.textarea{min-height:120px;resize:vertical;line-height:1.7}.url-field{display:flex;align-items:center;background:#f5f5f5;border-radius:10px;padding:10px 14px}.url-field .prefix{font-size:13px;color:var(--muted);white-space:nowrap}.url-field input{background:transparent;border:none;outline:none;flex:1 1;font-size:14px}.hint{display:flex;align-items:center;gap:6px;font-size:12px;color:#9ca3af;margin-top:6px}.mood-chips{display:flex;flex-wrap:wrap;gap:8px}.mood-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:#fff;border:1.5px solid transparent;box-shadow:0 1px 2px rgba(0,0,0,.05);font-size:12px;color:#4b5563;cursor:pointer;transition:.15s}.mood-chip:hover{background:#fafafa}.mood-chip.active{border-color:var(--brand-color);background:var(--brand-soft);color:#1f2937;font-weight:600}.mc-no{font-family:Playfair Display,serif;font-size:10px;font-weight:700;letter-spacing:.3px}.mc-no,.mood-chip.active .mc-no{color:var(--brand-color)}.mc-name,.notice{font-size:12px}.notice{margin-top:14px;background:#f9fafb;border:1px solid #f3f4f6;color:#6b7280;padding:10px 12px;border-radius:8px}.cta-dark{background:#1f2937;border-radius:10px;margin-top:14px}.cta-brand,.cta-dark{width:100%;color:#fff;padding:12px;font-weight:500;font-size:14px}.cta-brand{display:inline-flex;justify-content:center;align-items:center;gap:8px;background:var(--brand-color);border-radius:999px}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{flex:1 1;min-width:-moz-fit-content;min-width:fit-content;padding:10px 14px;border-radius:999px;background:#fff;font-size:13px;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:.15s}.chip.active{background:color-mix(in srgb,var(--brand-color) 22%,#fff);font-weight:600}.checkbox-row{display:flex;align-items:center;gap:8px;font-size:13px;color:#4b5563;cursor:pointer}.checkbox-row .box{width:18px;height:18px;border-radius:4px;border:1px solid #d1d5db;display:inline-flex;align-items:center;justify-content:center;background:#fff;flex-shrink:0}.checkbox-row .box.checked{background:var(--brand-color);border-color:var(--brand-color);color:#fff}.thumb-wrap{display:flex;gap:14px;align-items:flex-start}.thumb{width:100px;height:100px;border-radius:12px;background:#fff 50%/cover no-repeat;position:relative;flex-shrink:0;display:flex;color:#9ca3af}.thumb,.thumb .del{align-items:center;justify-content:center}.thumb .del{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:50%;background:rgba(0,0,0,.5);color:#fff;display:inline-flex}.thumb-hint{font-size:12px;color:#6b7280;margin-top:6px}