@import "https://fonts.googleapis.com/css2?family=Gaegu:wght@400;700&family=Nunito:wght@400;700;900&family=VT323&family=Silkscreen&family=Special+Elite&family=Pacifico&display=swap";
@font-face{font-family:Pastel Crayon;src:url("/pastel crayon.ttf")format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Calculator;src:url(/Calculator.ttf)format("truetype");font-weight:400;font-style:normal}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--ink:#111827;--cream:#fff;--bg-subtle:#fafaf9;--pink:#ff6b9d;--yellow:#ffd93d;--teal:#06d6a0;--purple:#8b5cf6;--coral:#ff8b5e;--blue:#3b82f6;--pico-lime:#cf0;--pink-lt:#fff1f2;--yellow-lt:#fefce8;--teal-lt:#f0fdf4;--purple-lt:#f5f3ff;--coral-lt:#fff7ed;--blue-lt:#eff6ff;--border-hairline:#eaeaea;--border-subtle:#e5e7eb}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);height:100vh;font-family:Nunito,sans-serif;position:relative;overflow:hidden}html.article-mode,body.article-mode{height:auto!important;min-height:100vh!important;position:relative!important;overflow:hidden auto!important}html:has(.article-page){height:auto!important;min-height:100vh!important;position:relative!important;overflow:hidden auto!important}body:has(.article-page){height:auto!important;min-height:100vh!important;position:relative!important;overflow:hidden auto!important}html:has(.article-page-wrapper){height:auto!important;min-height:100vh!important;position:relative!important;overflow:hidden auto!important}body:has(.article-page-wrapper){height:auto!important;min-height:100vh!important;position:relative!important;overflow:hidden auto!important}.article-page-wrapper,.article-page{z-index:1;width:100%;min-height:100vh;position:relative}@supports not selector(:has(*)){body:not(.photobooth-locked){height:auto;min-height:100vh;overflow-y:auto}}body:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle at 15% 20%,#ff6b9d12 0%,#0000 40%),radial-gradient(circle at 85% 80%,#4cc9f012 0%,#0000 40%),radial-gradient(circle,#06d6a00d 0%,#0000 50%);position:fixed;inset:0}.squiggle{border:3px solid var(--ink);border-radius:2px 8px 3px 7px/7px 3px 8px 2px;position:relative}.topbar{z-index:100;background:#fff;border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;height:64px;padding:0 32px;display:flex;position:sticky;top:0}.logo{color:var(--ink);letter-spacing:-.5px;align-items:center;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;display:inline-flex}.stepper{align-items:center;gap:6px;display:flex}.step-item{align-items:center;gap:4px;display:flex}.step-pill{color:#64748b;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:6px;padding:5px 14px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 1px 2px #00000008}.step-pill:hover{color:#111827;border-color:#111827}.step-item.active .step-pill{color:#fff;background:#111827;border-color:#111827;transform:none;box-shadow:0 2px 8px #0000001f}.step-item.done .step-pill{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.step-connector{opacity:1;background:#e2e8f0;border-radius:999px;width:14px;height:2px}.step-connector.done{background:#22c55e}.room-badge{border:2.5px solid var(--ink);color:var(--ink);background:#fff;border-radius:20px 18px 22px/18px 22px 18px 20px;align-items:center;gap:8px;padding:5px 14px;font-family:Gaegu,cursive;font-size:15px;font-weight:600;display:inline-flex}.room-dot{background:var(--teal);border:2px solid var(--ink);border-radius:50%;width:8px;height:8px;animation:1.5s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}.page{width:100%;animation:.35s cubic-bezier(.34,1.56,.64,1) popIn;display:none}.page.active{display:flex}@keyframes popIn{0%{opacity:0;transform:scale(.94)translateY(12px)}to{opacity:1;transform:none}}#page-join{flex-direction:row;height:100%}.join-left{background:var(--pink);border-right:3px solid var(--ink);flex-direction:column;justify-content:center;align-items:center;width:50%;padding:60px 40px;display:flex;position:relative;overflow:hidden}.join-left .big-doodle{color:var(--ink);text-align:center;z-index:1;font-family:Gaegu,cursive;font-size:clamp(60px,9vw,110px);font-weight:700;line-height:1;position:relative}.join-left .big-doodle .outline{color:#0000;-webkit-text-stroke:3px var(--ink);display:block}.deco-circle{border:3px solid var(--ink);opacity:.18;border-radius:50%;position:absolute}.join-right{background:var(--cream);flex-direction:column;justify-content:center;width:50%;padding:60px 48px;display:flex}.form-section-title{color:var(--ink);margin-bottom:24px;font-family:Gaegu,cursive;font-size:22px;font-weight:700;display:inline-block;transform:rotate(-.5deg)}.form-group{margin-bottom:28px}.form-label{color:var(--ink);margin-bottom:8px;font-family:Gaegu,cursive;font-size:18px;font-weight:600;display:inline-block;transform:rotate(-.3deg)}.form-input{border:3px solid var(--ink);width:100%;color:var(--ink);background:#fff;border-radius:8px 12px 6px 10px/10px 6px 12px 8px;outline:none;padding:12px 16px;font-family:Gaegu,cursive;font-size:22px;font-weight:600;transition:all .2s}.form-input::placeholder{color:#bbb}.form-input:focus{border-color:var(--pink);box-shadow:4px 4px 0 var(--ink)}.form-input.error{border-color:#e24b4a;box-shadow:4px 4px #e24b4a}.form-hint{color:#888;margin-top:6px;font-family:Pastel Crayon,cursive;font-size:14px}.error-msg{color:#a32d2d;margin-top:6px;font-family:Pastel Crayon,cursive;font-size:15px;display:none}.error-msg.show{display:block}.btn-primary{color:#fff;cursor:pointer;letter-spacing:.2px;background:#111827;border:1px solid #111827;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;padding:15px 30px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 14px #0000001a}.btn-primary:hover{background:#000;transform:translateY(-2px);box-shadow:0 8px 22px #0000002e}.btn-primary:active{transform:translateY(1px);box-shadow:0 2px 6px #0000001a}.btn-secondary{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;justify-content:center;align-items:center;padding:10px 22px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex;box-shadow:0 1px 3px #0000000a}.btn-secondary:hover{border-color:#111827;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.btn-secondary:active{transform:translateY(1px);box-shadow:0 1px 2px #0000000a}.sort-tab{border:2px solid var(--ink);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:6px;padding:4px 12px;font-family:Gaegu,cursive;font-size:14px;font-weight:700;transition:all .2s;display:flex}.tab-icon{width:14px;height:14px;transition:filter .2s}.btn-secondary:hover{box-shadow:4px 4px 0 var(--ink);transform:translate(-2px,-2px)}.btn-secondary:active{box-shadow:1px 1px 0 var(--ink);transform:translate(1px,1px)}#page-layout{flex-direction:column;height:100%;padding:40px 48px}.page-title-row{justify-content:space-between;align-items:flex-end;margin-bottom:36px;display:flex}.page-title{color:var(--ink);font-family:Gaegu,cursive;font-size:clamp(42px,6vw,72px);font-weight:700;line-height:1;display:inline-block;transform:rotate(-1deg)}.page-badge{background:var(--purple);border:2.5px solid var(--ink);color:var(--ink);box-shadow:3px 3px 0 var(--ink);border-radius:20px;align-items:center;padding:6px 16px;font-family:Gaegu,cursive;font-size:16px;font-weight:600;display:inline-flex}.layout-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.layout-card{border:3px solid var(--ink);cursor:pointer;box-shadow:4px 4px 0 var(--ink);background:#fff;border-radius:12px 8px 14px/8px 14px 8px 12px;transition:all .15s;position:relative;overflow:hidden}.layout-card:hover{box-shadow:6px 6px 0 var(--ink);transform:translate(-2px,-2px)}.layout-card:active{box-shadow:2px 2px 0 var(--ink);transform:translate(2px,2px)}.layout-card.selected{background:var(--yellow-lt);border-color:var(--pink);box-shadow:4px 4px 0 var(--pink)}.layout-card.selected:after{content:"✓";background:var(--teal);border:2px solid var(--ink);width:22px;height:22px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;font-family:Nunito,sans-serif;font-size:12px;font-weight:700;display:flex;position:absolute;top:8px;right:8px}.layout-preview{border-bottom:3px solid var(--ink);background:#f8f6ee;justify-content:center;align-items:center;gap:6px;height:160px;padding:20px;display:flex}.preview-slot{border:2px solid var(--ink);background:#fff;border-radius:4px;flex-shrink:0}.layout-info{justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.layout-name{color:var(--ink);font-family:Gaegu,cursive;font-size:18px;font-weight:700}.layout-count{color:#888;border:2px solid var(--ink);background:#f0f0f0;border-radius:10px;padding:2px 10px;font-family:Gaegu,cursive;font-size:14px}#page-capture{flex-direction:column;height:100%}.capture-main{background:#1a1a2e;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:28px;display:flex;position:relative}.camera-frame{border:4px solid var(--yellow);background:#0d0d1a;border-radius:12px 8px 14px/8px 14px 8px 12px;justify-content:center;align-items:center;width:460px;height:340px;display:flex;position:relative}.camera-placeholder{color:#ffffff40;flex-direction:column;align-items:center;gap:12px;display:flex}.cam-icon{border:3px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:52px;height:40px;display:flex;position:relative}.cam-lens{border:2px solid #ffffff26;border-radius:50%;width:18px;height:18px}.cam-text{letter-spacing:1px;color:#ffffff40;font-family:Pastel Crayon,cursive;font-size:16px}.capture-bar{align-items:center;gap:24px;display:flex}.shutter-hint{letter-spacing:.5px;color:#fff6;font-family:Pastel Crayon,cursive;font-size:15px}.countdown{color:#ffffff0f;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Gaegu,cursive;font-size:180px;font-weight:700;line-height:1;position:absolute}.capture-sidebar{background:var(--cream);border-left:3px solid var(--ink);flex-direction:column;gap:16px;width:280px;padding:28px 24px;display:flex}.sidebar-title{color:var(--ink);border-bottom:3px solid var(--ink);padding-bottom:12px;font-family:Gaegu,cursive;font-size:28px;font-weight:700;display:inline-block;transform:rotate(-1deg)}.shot-strip{flex-direction:column;gap:10px;display:flex}.shot-slot{color:#bbb;border:2.5px dashed #ccc;border-radius:8px 10px 6px/10px 6px 10px 8px;justify-content:center;align-items:center;height:68px;font-family:Gaegu,cursive;font-size:15px;transition:all .2s;display:flex;position:relative}.shot-slot.taken{border-style:solid;border-color:var(--teal);background:var(--teal-lt);color:var(--ink)}.shot-num{opacity:.5;font-size:12px;position:absolute;top:6px;left:10px}.capture-full{background:#0f0f1e;flex-direction:row;flex:1;height:100%;display:flex;overflow:hidden}.capture-timer-row{flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:16px 28px 10px;display:flex}.capture-shot-badge{color:#fff;background:#ffffff14;border:2px solid #ffffff26;border-radius:20px;align-items:baseline;gap:4px;padding:6px 18px;font-family:Gaegu,cursive;font-weight:700;display:inline-flex}.shot-badge-num{color:var(--yellow);font-size:28px}.shot-badge-sep{opacity:.4;font-size:18px}.shot-badge-total{opacity:.7;font-size:20px}.capture-countdown-box{color:#ffffff1a;text-align:center;-webkit-user-select:none;user-select:none;width:100px;font-family:Gaegu,cursive;font-size:68px;font-weight:700;line-height:1;transition:color .2s,text-shadow .2s}.capture-countdown-box.active{color:var(--yellow);text-shadow:0 0 28px #ffdc50a6,0 0 60px #ffdc5040;animation:.35s cubic-bezier(.34,1.56,.64,1) countPop}@keyframes countPop{0%{opacity:.3;transform:scale(1.6)}to{opacity:1;transform:scale(1)}}.capture-dots{align-items:center;gap:10px;display:flex}.cap-dot{background:0 0;border:2.5px solid #fff3;border-radius:50%;width:12px;height:12px;transition:all .35s}.cap-dot.done{background:var(--teal);border-color:var(--teal);box-shadow:0 0 8px var(--teal)}.cap-dot.current{border-color:var(--yellow);background:var(--yellow);animation:.85s ease-in-out infinite dotBeat;box-shadow:0 0 12px #ffdc50cc}@keyframes dotBeat{0%,to{transform:scale(1)}50%{transform:scale(1.4)}}.camera-card{background:#0d0d1a;border:3px solid #ffdc5080;border-radius:14px 10px 16px/10px 16px 10px 14px;flex:1;margin:0 20px;position:relative;overflow:hidden;box-shadow:0 0 50px #ffdc5012,inset 0 0 60px #00000059}.cam-countdown-overlay{z-index:2;pointer-events:none;background:#00000052;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.cam-countdown-num{color:var(--yellow);text-shadow:0 0 60px #ffdc50d9,0 6px 24px #00000080;font-family:Gaegu,cursive;font-size:clamp(130px,20vw,220px);font-weight:700;line-height:1;animation:.35s cubic-bezier(.34,1.56,.64,1) countPop}.cam-info-bar{color:#ffffffa6;z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#000000b3 100%);justify-content:space-between;align-items:center;padding:10px 20px;font-family:Gaegu,cursive;font-size:17px;display:flex;position:absolute;bottom:0;left:0;right:0}.cam-info-left{font-weight:600}.cam-info-right{opacity:.65;font-family:Pastel Crayon,cursive;font-size:15px}.session-timer-badge{z-index:20;color:var(--ink);border:3px solid var(--ink);box-shadow:4px 4px 0 var(--ink);border-radius:14px;align-items:center;gap:6px;padding:10px 16px;font-family:Gaegu,cursive;font-size:24px;font-weight:700;display:flex;position:absolute;top:20px;left:20px}.live-toggle-btn{z-index:20;color:#fff;background:#000000a6;border:2px solid #fff6;border-radius:25px;align-items:center;gap:6px;padding:6px 14px;font-family:Gaegu,cursive;font-size:16px;font-weight:700;transition:all .2s ease-in-out;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 4px 12px #00000026;display:none!important}.live-toggle-btn.active{color:#1a1a2e;background:#ffd93df2;border:2px solid #1a1a2e}.capture-action-overlay{z-index:30;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:24px;animation:.3s fadeIn;display:flex;position:absolute;inset:0}.capture-action-text{color:#fff;text-align:center;text-shadow:0 2px 8px #000c;font-family:Gaegu,cursive;font-size:28px;line-height:1.3}.capture-action-text span{opacity:.9;margin-top:8px;font-size:18px;display:block}.capture-action-buttons{gap:16px;width:80%;max-width:380px;display:flex}.capture-action-buttons .retake-btn{background:var(--yellow);color:#1a1a2e;border:3px solid #1a1a2e;flex:1;justify-content:center;align-items:center;gap:6px;padding:14px;font-size:18px;transition:all .2s;display:flex}.capture-action-buttons .finish-btn{background:var(--teal);flex:1;justify-content:center;align-items:center;gap:0;padding:14px;font-size:18px;display:flex}.capture-strip-bar{background:0 0;flex-shrink:0;justify-content:center;align-items:center;gap:16px;padding:14px 24px;display:flex}@media (min-width:769px){.capture-strip-bar{flex-direction:column;justify-content:center;width:200px;height:100%;padding:24px 20px}}.strip-bar-shutter{flex-shrink:0}.strip-bar-slots{flex:none;justify-content:center;gap:10px;display:flex;overflow-x:auto}@media (min-width:769px){.strip-bar-slots{flex-direction:column;justify-content:center;gap:16px;overflow:hidden auto}}.btn-shutter{cursor:pointer;background:0 0;border:4px solid #fff;border-radius:50%;width:80px;height:80px;transition:all .15s;position:relative}.btn-shutter:after{content:"";background:#fff;border-radius:50%;width:62px;height:62px;transition:all .15s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-shutter:hover:after{background:var(--yellow);width:56px;height:56px}.btn-shutter:active:after{width:46px;height:46px}.strip-thumb{color:#ffffff38;border:2.5px dashed #ffffff26;border-radius:8px 6px/6px 8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:3px;min-width:70px;height:56px;font-family:Gaegu,cursive;transition:all .3s;display:flex}.strip-thumb.taken{border-style:solid;border-color:var(--teal);color:var(--teal);background:#48c7aa1f}.strip-thumb.current{border-style:solid;border-color:var(--yellow);color:var(--yellow);background:#ffdc5014;animation:1.2s ease-in-out infinite thumbPulse}@keyframes thumbPulse{0%,to{box-shadow:0 0 #ffdc5000}50%{box-shadow:0 0 0 6px #ffdc5026}}.strip-thumb-num{opacity:.55;font-family:Pastel Crayon,cursive;font-size:11px}.strip-thumb-label{font-size:20px;font-weight:700;line-height:1}.strip-thumb-retake-overlay{color:#fff;text-align:center;text-shadow:0 1px 2px #000c;justify-content:center;align-items:center;font-family:Gaegu,cursive;font-size:14px;font-weight:700;transition:background .2s;display:flex;position:absolute;inset:0}#page-processing{background:var(--cream);flex-direction:column;justify-content:center;align-items:center;gap:40px;height:100%;padding:60px}.proc-title{text-align:center;color:var(--ink);font-family:Gaegu,cursive;font-size:clamp(52px,8vw,88px);font-weight:700;line-height:1;display:inline-block;transform:rotate(-1deg)}.proc-title .outline{color:#0000;-webkit-text-stroke:3px var(--purple);display:block;transform:rotate(.5deg)}.progress-track{border:3px solid var(--ink);background:#fff;border-radius:20px;width:480px;height:16px;overflow:hidden}.progress-fill{background:var(--pink);border-radius:20px;width:0%;height:100%;transition:width .6s}.progress-label{color:var(--ink);font-family:Gaegu,cursive;font-size:22px;font-weight:600}.processing-steps{flex-direction:column;gap:8px;width:440px;display:flex}.p-step{color:#aaa;border:2.5px solid #0000;border-radius:10px 8px/8px 10px;align-items:center;gap:14px;padding:12px 16px;font-family:Gaegu,cursive;font-size:18px;font-weight:600;transition:all .4s;display:flex}.p-step.done{background:var(--teal-lt);border-color:var(--teal);color:var(--ink)}.credits{text-align:center;color:var(--ink);opacity:.6;z-index:10;padding:32px 20px;font-family:Gaegu,cursive;font-size:18px;transition:opacity .3s;position:relative}.credits:hover{opacity:1}.credits a{color:var(--pink);text-underline-offset:4px;font-weight:700;text-decoration:underline}.p-dot{border:2.5px solid #ccc;border-radius:50%;flex-shrink:0;width:12px;height:12px;transition:all .4s}.p-step.done .p-dot{background:var(--teal);border-color:var(--ink)}#page-frame{flex-direction:row;height:100%}.frame-editor{background:var(--blue-lt);border-right:3px solid var(--ink);flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.preview-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.preview-img{object-fit:contain;border:4px solid var(--ink);border-radius:12px;max-width:90%;max-height:70vh;transition:all .3s;box-shadow:0 10px 30px #00000026}@media (max-width:768px){.preview-img{max-width:95%;max-height:40vh}}.scroll-row{-webkit-overflow-scrolling:touch;flex-flow:row!important;display:flex!important;overflow-x:auto!important}.scroll-row::-webkit-scrollbar{display:none}.frame-controls{background:var(--cream);flex-direction:column;width:320px;padding:32px 28px;display:flex;overflow-y:auto}.ctrl-title{color:var(--ink);border-bottom:3px solid var(--ink);margin-bottom:24px;padding-bottom:12px;font-family:Gaegu,cursive;font-size:28px;font-weight:700;display:inline-block;transform:rotate(-.5deg)}.ctrl-section{margin-bottom:24px}.ctrl-label{color:#888;letter-spacing:.5px;margin-bottom:12px;font-family:Gaegu,cursive;font-size:16px;font-weight:600}.swatch-row{flex-wrap:wrap;gap:10px;display:flex}.swatch{cursor:pointer;border:3px solid #0000;border-radius:50%;width:34px;height:34px;transition:all .15s;position:relative}.swatch.sel,.swatch:hover{border-color:var(--ink);transform:scale(1.12)}.filter-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.filter-btn{border:2.5px solid var(--ink);cursor:pointer;color:var(--ink);text-align:center;box-shadow:2px 2px 0 var(--ink);background:#fff;border-radius:8px 6px/6px 8px;padding:8px;font-family:Gaegu,cursive;font-size:15px;font-weight:600;transition:all .15s}.filter-btn:hover{box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}.filter-btn.sel{background:var(--purple);box-shadow:2px 2px 0 var(--ink)}.sticker-row{flex-wrap:wrap;gap:8px;display:flex}.sticker{background:var(--yellow-lt);border:2.5px solid var(--ink);cursor:pointer;width:40px;height:40px;box-shadow:2px 2px 0 var(--ink);border-radius:8px;justify-content:center;align-items:center;font-size:18px;transition:all .15s;display:flex}.sticker:hover{box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)rotate(-5deg)}#page-download{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:40px;height:100%;padding:60px}.done-big{color:var(--ink);font-family:Gaegu,cursive;font-size:clamp(72px,12vw,160px);font-weight:700;line-height:.9;display:inline-block;transform:rotate(-2deg)}.done-big span{color:#0000;-webkit-text-stroke:3px var(--pink);font-size:.75em;display:block;transform:rotate(1deg)}.confetti-row{align-items:center;gap:8px;font-size:22px;display:flex}.dl-actions{align-items:center;gap:14px;display:flex}.btn-dl{background:var(--pink);color:var(--ink);border:3px solid var(--ink);cursor:pointer;box-shadow:4px 4px 0 var(--ink);border-radius:12px 8px/8px 12px;align-items:center;gap:10px;padding:14px 32px;font-family:Gaegu,cursive;font-size:20px;font-weight:700;transition:all .15s;display:inline-flex}.btn-dl:hover{box-shadow:6px 6px 0 var(--ink);transform:translate(-2px,-2px)}.btn-dl:active{box-shadow:2px 2px 0 var(--ink);transform:translate(2px,2px)}.btn-share{background:var(--teal);color:var(--ink);border:3px solid var(--ink);cursor:pointer;box-shadow:4px 4px 0 var(--ink);border-radius:12px 8px/8px 12px;align-items:center;gap:10px;padding:14px 32px;font-family:Gaegu,cursive;font-size:20px;font-weight:700;transition:all .15s;display:inline-flex}.btn-share:hover{box-shadow:6px 6px 0 var(--ink);transform:translate(-2px,-2px)}.btn-restart{color:#999;cursor:pointer;text-underline-offset:4px;background:0 0;border:none;font-family:Gaegu,cursive;font-size:18px;text-decoration:underline}.btn-restart:hover{color:var(--ink)}.bottom-nav{background:var(--cream);border-top:3px solid var(--ink);justify-content:flex-end;align-items:center;gap:12px;padding:14px 28px;display:flex}.bottom-info{color:#888;margin-right:auto;font-family:Gaegu,cursive;font-size:16px}.btn-back{color:var(--ink);border:2.5px solid var(--ink);cursor:pointer;box-shadow:3px 3px 0 var(--ink);background:#fff;border-radius:10px 8px/8px 10px;align-items:center;gap:8px;padding:10px 20px;font-family:Gaegu,cursive;font-size:17px;font-weight:600;transition:all .15s;display:inline-flex}.btn-back:hover{box-shadow:4px 4px 0 var(--ink);transform:translate(-1px,-1px)}.btn-next{background:var(--ink);color:var(--yellow);border:2.5px solid var(--ink);cursor:pointer;box-shadow:3px 3px 0 var(--pink);border-radius:10px 8px/8px 10px;align-items:center;gap:8px;padding:10px 24px;font-family:Gaegu,cursive;font-size:17px;font-weight:700;transition:all .15s;display:inline-flex}.btn-next:hover{box-shadow:4px 4px 0 var(--pink);transform:translate(-1px,-1px)}.deco-star{opacity:.35;pointer-events:none;font-size:20px;animation:4s ease-in-out infinite float;position:absolute}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(8deg)}}@keyframes float-x{0%,to{transform:translate(0)}50%{transform:translate(-10px)}}.container{z-index:1;width:100%;position:relative}.wr__meta{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;display:grid}@media (min-width:720px){.wr__meta{grid-template-columns:1fr 1fr}}.wr__participants{border:3px solid var(--ink);box-shadow:4px 4px 0 var(--ink);background:#fff;border-radius:12px;padding:1.5rem}.wr__participants-head{border-bottom:2px dashed #eee;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem;font-family:Gaegu,cursive;font-size:22px;font-weight:700;display:flex}.wr__participant{align-items:center;gap:10px;margin-bottom:.5rem;font-family:Gaegu,cursive;font-size:18px;display:flex}.wr__participant-dot{background:var(--teal);border:2px solid var(--ink);border-radius:50%;width:10px;height:10px}.wr__code-box{flex-direction:column;gap:.5rem;display:flex}.wr__code-label{font-family:Gaegu,cursive;font-size:18px;font-weight:600}.code-display{border:3px solid var(--ink);letter-spacing:2px;box-shadow:4px 4px 0 var(--pink);cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;padding:1rem;font-family:Nunito,sans-serif;font-size:24px;font-weight:900;display:flex;position:relative}.copy-toast{background:var(--ink);color:#fff;opacity:0;border-radius:20px;padding:4px 12px;font-family:Gaegu,cursive;font-size:14px;transition:all .3s;position:absolute;top:-40px}.copy-toast.visible{opacity:1;top:-50px}.frame-modal{z-index:1000;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.frame-modal__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1a1a2e99;position:absolute;inset:0}.frame-modal__content{background:var(--cream);border:4px solid var(--ink);width:100%;max-width:800px;max-height:90vh;box-shadow:8px 8px 0 var(--ink);border-radius:16px;padding:32px;position:relative;overflow-y:auto}.frame-modal__header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.frame-modal__title{font-family:Gaegu,cursive;font-size:32px;font-weight:700}.frame-modal__subtitle{color:#888;font-family:Gaegu,cursive;font-size:18px}.frame-section h3{border-bottom:2px solid var(--ink);margin-bottom:12px;font-family:Gaegu,cursive;font-size:24px;display:inline-block}.frame-gallery{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;margin-bottom:24px;display:grid}.frame-card{border:3px solid var(--ink);cursor:pointer;background:#fff;border-radius:12px;padding:8px;transition:all .2s}.frame-card.selected{background:var(--yellow-lt);box-shadow:4px 4px 0 var(--pink)}.frame-card__thumb{aspect-ratio:4/5;border:2px solid var(--ink);background-position:50%;background-size:cover;border-radius:8px;width:100%;margin-bottom:4px}.frame-card__title{text-align:center;font-family:Gaegu,cursive;font-size:16px;font-weight:700}.color-input{border:3px solid var(--ink);cursor:pointer;border-radius:50%;width:50px;height:50px;overflow:hidden}.field-label{margin-bottom:4px;font-family:Gaegu,cursive;font-size:18px;font-weight:600;display:block}.flash-effect{z-index:9999;background:#fff;animation:.3s ease-out forwards flash;position:fixed;inset:0}@keyframes flash{0%{opacity:1}to{opacity:0}}.how-to-modal{z-index:1000;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out howToFadeIn;display:flex;position:fixed;inset:0}.how-to-backdrop{-webkit-backdrop-filter:blur(8px);background:#0f172a73;position:absolute;inset:0}.how-to-content{-webkit-overflow-scrolling:touch;box-sizing:border-box;background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex-direction:column;width:100%;max-width:480px;max-height:88vh;padding:clamp(20px,4vw,28px);font-family:Inter,system-ui,-apple-system,sans-serif;animation:.25s cubic-bezier(.16,1,.3,1) howToScaleIn;display:flex;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #0f172a2e,0 0 0 1px #0000000a}.how-to-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;display:flex}.how-to-title{color:#0f172a;letter-spacing:-.4px;margin:0;font-family:inherit;font-size:20px;font-weight:800}.how-to-close{cursor:pointer;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .15s;display:flex}.how-to-close:hover{color:#0f172a;background:#f1f5f9;transform:scale(1.05)}.how-to-grid{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.how-to-card{box-sizing:border-box;background:#f8fafc;border:1px solid #f1f5f9;border-radius:14px;align-items:flex-start;gap:14px;padding:12px 14px;transition:transform .15s,background-color .15s;display:flex}.how-to-card:hover{background:#f1f5f9}.how-to-step-badge{color:#0f172a;letter-spacing:-.2px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:800;display:flex}.how-to-info{flex:1;min-width:0}.how-to-step-title{color:#0f172a;margin:0 0 3px;font-family:inherit;font-size:14px;font-weight:700}.how-to-step-desc{color:#64748b;margin:0;font-family:inherit;font-size:12.5px;line-height:1.45}.how-to-footer{flex-direction:column;align-items:stretch;gap:12px;margin-top:auto;padding-top:14px;display:flex}.how-to-footer-text{color:#94a3b8;text-align:center;margin:0;font-family:inherit;font-size:12px}.how-to-btn-primary{color:#fff;cursor:pointer;letter-spacing:-.2px;background:#0f172a;border:none;border-radius:12px;width:100%;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:700;transition:all .15s}.how-to-btn-primary:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a26}.how-to-btn-primary:active{transform:translateY(0)}@keyframes howToFadeIn{0%{opacity:0}to{opacity:1}}@keyframes howToScaleIn{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:480px){.how-to-modal{align-items:flex-end;padding:12px}.how-to-content{border-radius:20px 20px 14px 14px;max-height:85vh;padding:20px 16px}.how-to-title{font-size:18px}.how-to-card{gap:12px;padding:10px 12px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.btn-help{background:var(--yellow);border:3px solid var(--ink);cursor:pointer;width:44px;height:44px;box-shadow:4px 4px 0 var(--ink);z-index:10;border-radius:50%;justify-content:center;align-items:center;font-family:Gaegu,cursive;font-size:24px;font-weight:700;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.btn-help:hover{box-shadow:6px 6px 0 var(--ink);transform:translate(-2px,-2px)rotate(15deg)}.btn-help:active{box-shadow:2px 2px 0 var(--ink);transform:translate(2px,2px)}.swal2-popup.swal-doodle{background:var(--cream)!important;border:4px solid var(--ink)!important;box-shadow:12px 12px 0 var(--ink)!important;border-radius:16px 12px 18px/12px 18px 12px 16px!important;font-family:Gaegu,cursive!important}.swal2-title{color:var(--ink)!important;font-family:Gaegu,cursive!important;font-size:32px!important}.swal2-html-container{color:#555!important;font-family:Pastel Crayon,cursive!important;font-size:18px!important}.swal2-confirm.btn-primary-swal{background-color:var(--pink)!important;color:var(--ink)!important;border:3px solid var(--ink)!important;box-shadow:4px 4px 0 var(--ink)!important;border-radius:12px!important;padding:10px 24px!important;font-family:Gaegu,cursive!important;font-size:20px!important;font-weight:700!important}.swal2-confirm.btn-primary-swal:hover{box-shadow:6px 6px 0 var(--ink)!important;transform:translate(-2px,-2px)!important}.swal2-confirm.btn-primary-swal:active{box-shadow:2px 2px 0 var(--ink)!important;transform:translate(2px,2px)!important}.swal2-cancel.btn-secondary-swal{color:var(--ink)!important;border:3px solid var(--ink)!important;box-shadow:4px 4px 0 var(--ink)!important;background-color:#fff!important;border-radius:12px!important;font-family:Gaegu,cursive!important}@media (max-width:768px){body{min-height:100vh;height:auto!important;overflow-y:auto!important}.topbar{border-bottom-width:2.5px!important;height:52px!important;padding:0 16px!important;display:flex!important}.logo{font-size:22px!important}.logo span{font-size:28px!important}.stepper{display:none!important}.room-badge{padding:4px 12px!important;font-size:13px!important}.page{-webkit-overflow-scrolling:touch;display:none;flex-direction:column!important;height:100%!important;overflow-y:auto!important}.page.active{display:flex!important}#page-join{padding-bottom:60px!important}.join-left,.join-right{width:100%!important;padding:24px 20px!important}.join-left{border-right:none!important;border-bottom:3px solid var(--ink)!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:200px!important;padding-top:56px!important;display:flex!important}.join-left .big-doodle{margin:0!important;font-size:40px!important}.form-section-title{margin-bottom:12px!important;font-size:24px!important}.form-group{margin-bottom:16px!important}#page-layout{-webkit-overflow-scrolling:touch;flex-direction:column!important;align-items:center!important;height:100%!important;padding:24px 16px 60px!important;display:flex!important;overflow-y:auto!important}#page-layout .page-title-row{justify-content:center!important;margin-top:36px!important;margin-bottom:24px!important}#page-layout .page-title{font-size:34px!important}.btn-back-absolute{padding:6px 12px!important;font-size:14px!important;top:14px!important;left:14px!important}#page-layout .layout-grid{grid-template-columns:1fr!important;gap:12px!important;width:100%!important;max-width:280px!important;margin:0 auto!important}.layout-card{flex-direction:row!important;align-items:center!important;width:100%!important;min-width:0!important;height:auto!important;display:flex!important}.layout-preview{border-bottom:none!important;border-right:3px solid var(--ink)!important;background:#f8f6ee!important;flex-direction:column!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:70px!important;height:95px!important;padding:6px 4px!important;display:flex!important}.preview-slot{border-width:2px!important;width:42px!important;height:20px!important;transform:none!important}.layout-preview[style*=row],.layout-preview[style*=column]{flex-direction:column!important}.layout-info{flex-direction:column!important;flex:1!important;justify-content:center!important;align-items:flex-start!important;gap:4px!important;height:95px!important;padding:10px 14px!important;display:flex!important}.layout-start-container{margin-top:24px!important}.layout-start-btn{min-width:240px!important;padding:12px 24px!important;font-size:18px!important}.layout-name{text-align:left!important;font-size:18px!important}.layout-count{margin-left:0!important;padding:2px 10px!important;font-size:13px!important}#page-layout .btn-primary{max-width:280px!important;margin-top:24px!important;padding:14px!important;font-size:16px!important}#page-room{padding:24px 16px 60px!important}#page-room .page-title-row{margin-bottom:24px!important}#page-room .page-title{font-size:38px!important}#page-room>div:nth-of-type(2){flex-direction:column!important;gap:20px!important;width:100%!important;display:flex!important}#page-room>div:nth-of-type(2)>div{flex:none!important;width:100%!important}.capture-full{flex-direction:column!important;justify-content:center!important;gap:20px!important;height:100vh!important;padding:20px!important;display:flex!important}.capture-timer-row{display:none!important}.camera-card{aspect-ratio:4/3!important;flex:none!important;height:auto!important;margin:0 12px!important}.cam-countdown-num{color:var(--yellow)!important;font-family:Gaegu,cursive!important;font-size:100px!important;font-weight:700!important}.capture-strip-bar{background:0 0!important;border:none!important;justify-content:center!important;padding:10px!important}.strip-bar-slots{justify-content:center!important;gap:8px!important;width:auto!important;padding:4px!important;overflow-x:auto!important}.strip-thumb{width:96px!important;min-width:96px!important;height:72px!important}.strip-thumb-num{font-size:9px!important}.strip-thumb-label{font-size:12px!important}.strip-thumb-retake-overlay{font-size:11px!important}.session-timer-badge{padding:4px 8px!important;font-size:15px!important;top:10px!important;left:10px!important;box-shadow:2px 2px #1a1a2e!important}.live-toggle-btn{display:none!important}.capture-action-overlay{gap:10px!important;padding:12px!important}.capture-action-text{font-size:18px!important;line-height:1.2!important}.capture-action-text span{margin-top:4px!important;font-size:13px!important}.capture-action-buttons{gap:10px!important;width:90%!important}.capture-action-buttons .retake-btn,.capture-action-buttons .finish-btn{border-width:2px!important;border-radius:8px!important;padding:8px 6px!important;font-size:13px!important;box-shadow:2px 2px #1a1a2e!important}#page-processing{padding:40px 20px!important}.proc-title{font-size:34px!important}.progress-track,.processing-steps{width:100%!important}#page-frame{flex-direction:column!important;height:100%!important;display:flex!important;overflow-y:auto!important}.frame-editor{flex-shrink:0!important;justify-content:center!important;width:100%!important;height:auto!important;min-height:40vh!important;padding:12px!important;display:flex!important}.frame-controls{border-top:3px solid var(--ink)!important;background:#fff!important;flex:1!important;width:100%!important;height:auto!important;padding:16px!important}.frame-controls .ctrl-title{margin-bottom:8px!important;padding-bottom:4px!important;font-size:18px!important}.frame-controls .ctrl-section{margin-bottom:8px!important}.frame-controls .ctrl-label{margin-bottom:4px!important;font-size:12px!important}.swatch{width:24px!important;height:24px!important}.swatch-row{gap:6px!important}.color-input{width:32px!important;height:32px!important}.sticker{width:28px!important;height:28px!important;font-size:14px!important}.filter-btn{border-radius:6px!important;padding:4px 6px!important;font-size:12px!important}.frame-controls .btn-secondary{border-radius:8px!important;min-height:0!important;padding:6px 10px!important;font-size:13px!important}.frame-controls .form-input{border-width:2px!important;padding:6px 10px!important;font-size:14px!important}.frame-controls .field-label{font-size:12px!important}.frame-controls div[style*="gap: 8px"]:not([style*=column]){flex-direction:column!important;align-items:stretch!important;gap:8px!important;width:100%!important;display:flex!important}.frame-controls div[style*="gap: 8px"]>div{flex:none!important;width:100%!important}.frame-controls label[style*=Pastel\ Crayon]{font-size:13px!important}.frame-controls div:last-child{padding-top:12px!important}.frame-controls .btn-primary{border-radius:8px!important;padding:10px!important;font-size:16px!important}#page-download{min-height:100vh;flex-direction:column!important;gap:30px!important;height:auto!important;padding:40px 20px!important;display:flex!important}#page-download>div{flex-direction:column!important;align-items:center!important;gap:20px!important;width:100%!important;display:flex!important}.done-big{font-size:60px!important}.fs__preview-box{max-width:200px!important}.dl-actions{flex-direction:column!important;width:100%!important}.btn-dl,.btn-share{justify-content:center!important;width:100%!important}.bottom-nav{flex-wrap:wrap!important;justify-content:center!important;gap:8px!important;padding:12px 16px!important;position:relative!important}.bottom-info{text-align:center!important;width:100%!important;margin-bottom:8px!important;margin-right:0!important}.btn-back,.btn-next{flex:1!important;justify-content:center!important;padding:12px 16px!important;font-size:14px!important}.frame-modal__content,.how-to-content{width:100%!important;max-height:85vh!important;margin:10px!important;padding:20px!important}.frame-gallery{grid-template-columns:repeat(2,1fr)!important}.frame-modal__title{font-size:24px!important}.footer-main{background:0 0!important;border:none!important;min-height:0!important;padding:0!important}.credits{text-shadow:0 0 10px #fff;pointer-events:none!important;opacity:.3!important;z-index:5!important;background:0 0!important;width:auto!important;padding:0!important;font-family:Pastel Crayon,cursive!important;font-size:13px!important;position:fixed!important;top:auto!important;bottom:8px!important;left:50%!important;transform:translate(-50%)!important}.credits a{pointer-events:auto!important}}@media (max-width:480px){.layout-grid{grid-template-columns:1fr!important}.page-title{font-size:28px!important}}.photo-strip--solo{width:150px!important}@media (max-width:768px){.photo-strip--solo{width:120px!important}}.cam-guide-overlay{pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.guide-box{width:100%;height:100%;box-shadow:none;border:none;position:relative}.guide-corner{border:4px solid var(--yellow);width:24px;height:24px;position:absolute}.guide-corner.tl{border-bottom:none;border-right:none;border-radius:8px 0 0;top:-4px;left:-4px}.guide-corner.tr{border-bottom:none;border-left:none;border-radius:0 8px 0 0;top:-4px;right:-4px}.guide-corner.bl{border-top:none;border-right:none;border-radius:0 0 0 8px;bottom:-4px;left:-4px}.guide-corner.br{border-top:none;border-left:none;border-radius:0 0 8px;bottom:-4px;right:-4px}.guide-lines-v,.guide-lines-h{opacity:.1;pointer-events:none;position:absolute;inset:0}.guide-lines-v{border-left:1px solid #ffffff80;border-right:1px solid #ffffff80;width:auto;left:33.33%;right:33.33%}.guide-lines-h{border-top:1px solid #ffffff80;border-bottom:1px solid #ffffff80;height:auto;top:33.33%;bottom:33.33%}@media (max-width:768px){.guide-box{height:100%!important}}.photo-strip--landscape{width:320px!important}.photo-strip--solo.photo-strip--landscape{width:240px!important}@media (max-width:768px){.photo-strip--landscape{width:280px!important}.photo-strip--solo.photo-strip--landscape{width:200px!important}}.cam-countdown-num{text-shadow:4px 4px 0 var(--ink), -2px -2px 0 var(--ink), 2px -2px 0 var(--ink), -2px 2px 0 var(--ink);color:var(--yellow)!important;font-size:180px!important}.guide-lines-v,.guide-lines-h{opacity:.3!important;border-color:#ffffff80!important}.strip-thumb-num{font-family:Gaegu,cursive;font-size:24px!important}.strip-thumb-label{color:var(--yellow);font-family:Pastel Crayon,cursive;font-size:14px!important}.mode-option-card.community:hover{cursor:pointer;box-shadow:10px 10px 0 var(--yellow)!important;background:#fffdf0!important;transform:translate(-4px,-4px)!important}#page-community{background:var(--cream);flex-direction:column;height:100%;padding:40px;overflow-y:auto}.comm-header{text-align:center;margin-bottom:40px}.comm-title{color:var(--ink);margin-bottom:12px;font-family:Gaegu,cursive;font-size:56px;line-height:1}.comm-subtitle{color:#666;font-family:Pastel Crayon,cursive;font-size:20px}.comm-search-bar{max-width:600px;margin:0 auto 32px;position:relative}.comm-search-input{border:3px solid var(--ink);width:100%;box-shadow:6px 6px 0 var(--ink);background:#fff;border-radius:30px;padding:16px 24px 16px 50px;font-family:Nunito,sans-serif;font-size:18px}.comm-search-icon{font-size:20px;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.comm-item{break-inside:avoid;border:3px solid var(--ink);box-shadow:4px 4px 0 var(--ink);cursor:pointer;background:#fff;border-radius:16px;margin-bottom:24px;padding:12px;transition:all .2s}.comm-item img{border:2px solid #eee;border-radius:8px;width:100%;margin-bottom:12px;display:block}.comm-item-info{justify-content:space-between;align-items:center;display:flex}.comm-item-title{color:var(--ink);font-family:Gaegu,cursive;font-size:20px;font-weight:700}.comm-item-author{color:#888;font-family:Nunito,sans-serif;font-size:12px}.comm-back{position:absolute;top:20px;left:20px}@media (max-width:768px){#page-community{padding:24px 16px}.comm-title{font-size:42px}.comm-grid{columns:2 140px;column-gap:16px}}.comm-item-img-wrapper{border:2px solid var(--ink);border-radius:12px;margin-bottom:12px;position:relative;overflow:hidden}.comm-item-img-wrapper img{width:100%;height:auto;transition:transform .3s;display:block}.comm-item-overlay{opacity:0;background:#0003;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.comm-item:hover .comm-item-overlay{opacity:1}.comm-item:hover img{transform:scale(1.05)}.comm-item-like{cursor:pointer;filter:grayscale();font-size:18px;transition:filter .2s,transform .2s}.comm-item-like:hover{filter:grayscale(0);transform:scale(1.2)}@media (max-width:480px){.comm-grid{columns:2!important;column-gap:12px!important}.comm-item{margin-bottom:16px!important;padding:8px!important}.comm-item-title{font-size:16px!important}.comm-item-author{font-size:10px!important}.comm-title{font-size:32px!important}}.desktop-only{display:flex}.comm-mobile-nav{border-top:3px solid var(--ink);z-index:100;background:#fff;padding:16px 24px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 10px #0000001a}@media (max-width:768px){.desktop-only{display:none!important}.comm-mobile-nav{display:block}#page-community{padding-bottom:100px!important}}.comm-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.comm-modal{border:4px solid var(--ink);width:100%;max-width:500px;box-shadow:12px 12px 0 var(--ink);background:#fff;border-radius:24px;max-height:90vh;padding:32px;position:relative;overflow-y:auto}.comm-modal-title{color:var(--ink);margin-bottom:24px;font-family:Gaegu,cursive;font-size:32px}.comm-form-group{margin-bottom:16px}.comm-form-group label{margin-bottom:6px;font-family:Gaegu,cursive;font-size:18px;display:block}.comm-form-input{border:2px solid var(--ink);border-radius:12px;width:100%;padding:12px 16px;font-family:Nunito,sans-serif}.comm-file-drop{border:2px dashed var(--ink);text-align:center;cursor:pointer;background:#fcfcfc;border-radius:12px;padding:30px;transition:background .2s}.comm-file-drop:hover{background:#f0f0f0}.btn-community-hot{color:#fff;border:3.5px solid var(--ink);cursor:pointer;box-shadow:6px 6px 0 var(--ink);text-shadow:2px 2px #0003;background:linear-gradient(135deg,#ff6b9d 0%,#ff9a8b 50%,#ffd93d 100%) 0 0/200% 200%;border-radius:20px;margin-bottom:8px;padding:16px 24px;font-family:Gaegu,cursive;font-size:22px;font-weight:800;transition:all .2s;animation:3s infinite gradientFlow}@keyframes gradientFlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.btn-community-hot:hover{box-shadow:8px 8px 0 var(--ink);transform:translateY(-4px)scale(1.02)}.btn-community-hot:active{box-shadow:2px 2px 0 var(--ink);transform:translateY(2px)}.comm-modal-close{cursor:pointer;background:0 0;border:none;font-size:24px;position:absolute;top:16px;right:16px}.comm-pin-root{background:#fff!important;flex-direction:row!important;width:100%!important;height:100vh!important;display:flex!important;overflow:hidden!important}.comm-pin-sidebar.expandable{z-index:1000;background:#fff;border-right:1px solid #0000000d;flex-direction:column;flex-shrink:0;width:240px;height:100vh;padding:32px 16px;transition:all .3s;display:flex;position:relative;overflow:hidden}.comm-pin-sidebar.expandable:after{display:none}.comm-pin-sidebar.expandable:hover{width:240px;box-shadow:10px 0 40px #0000000a}.pin-sidebar-top,.pin-sidebar-bottom{opacity:1;pointer-events:auto;width:100%;transition:all .3s;transform:none}.nav-label,.logo-text{opacity:1;white-space:nowrap;pointer-events:auto;color:#666;max-width:200px;font-family:Nunito,sans-serif;font-size:16px;font-weight:600;transition:all .3s;overflow:visible}.pin-logo{cursor:pointer;white-space:nowrap;justify-content:flex-start;align-items:center;gap:16px;margin-bottom:30px;padding:12px 16px;transition:all .3s;display:flex}.logo-img{object-fit:contain;width:32px;height:32px;margin-right:4px}.logo-text{font-size:24px;font-weight:700;color:var(--ink)!important;opacity:.8!important;font-family:Gaegu,cursive!important}.nav-icon{flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-right:8px;display:flex}.nav-icon img{object-fit:contain;width:100%;height:100%}.search-icon-img{object-fit:contain;opacity:.6;width:22px;height:22px}.pin-nav{flex-direction:column;gap:8px;display:flex}.pin-nav-item{cursor:pointer;color:#777;white-space:nowrap;background:0 0;border:none;border-radius:12px;justify-content:flex-start;align-items:center;gap:12px;width:100%;padding:12px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.pin-nav-item:hover{color:var(--ink);background:#00000009}.pin-nav-item.active{background:var(--pink-lt);color:var(--pink);font-weight:700}.pin-sidebar-bottom{margin-top:auto}.comm-pin-main{background:#fff;flex-direction:column;flex:1;height:100vh;display:flex}.comm-pin-header{z-index:10;background:#fff;align-items:center;height:90px;padding:30px 40px 10px;display:flex}.pin-scroll-area{flex:1;padding:0 40px 180px;overflow-y:auto}.pin-grid{columns:5;column-gap:20px;width:100%;padding:10px 40px 120px}.comm-sort-tabs{gap:12px;display:flex}.sort-tab{color:#888;cursor:pointer;background:#f5f5f5;border:none;border-radius:30px;align-items:center;gap:6px;padding:8px 20px;font-family:Gaegu,cursive;font-size:17px;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.sort-tab:hover{color:var(--ink);background:#eee;transform:translateY(-1px)}.sort-tab.active{border:3px dashed var(--yellow);color:var(--ink);background:#fffdf0;transform:translateY(-2px);box-shadow:4px 4px #ffd93d4d}.tab-icon{width:16px;height:16px}.sort-tab.active .tab-icon{filter:none}.pin-item{break-inside:avoid;cursor:pointer;border:3px solid var(--ink);box-shadow:4px 4px 0 var(--ink);background:#f3f3f3;border-radius:24px;min-height:200px;margin-bottom:20px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.pin-item:hover{box-shadow:8px 8px 0 var(--ink);transform:translateY(-6px)}.pin-item img{opacity:0;border-radius:20px;width:100%;height:auto;transition:opacity .5s ease-in-out;display:block}.pin-item img.loaded{opacity:1}.pin-item:hover img{filter:brightness(.95)}.pin-item-hover{opacity:0;background:linear-gradient(#00000005,#00000026);justify-content:flex-end;align-items:flex-start;padding:16px;transition:opacity .3s;display:flex;position:absolute;inset:0}.pin-item:hover .pin-item-hover{opacity:1}.pin-save-btn{background:var(--pink);color:#fff;cursor:pointer;border:none;border-radius:20px;padding:8px 16px;font-family:Gaegu,cursive;font-size:14px;font-weight:700;transition:transform .2s;box-shadow:0 4px 12px #ff6b9d4d}.pin-save-btn:hover{transform:scale(1.05)}.pin-loading{text-align:center;color:#777;grid-column:1/-1;padding:100px;font-family:Gaegu,cursive;font-size:24px}@media (max-width:1600px){.pin-grid{columns:4}}@media (max-width:1200px){.pin-grid{columns:3}}@media (max-width:768px){.comm-pin-sidebar.expandable{z-index:2000;border-top:2px solid var(--ink)!important;background:#fff!important;flex-direction:row!important;align-items:stretch!important;width:100%!important;height:70px!important;padding:0!important;display:flex!important;position:fixed!important;bottom:0!important;box-shadow:0 -4px 20px #00000014!important}.pin-sidebar-top{flex:3!important;align-items:stretch!important;margin:0!important;padding:0!important;display:flex!important}.pin-sidebar-bottom{border-left:1px solid #00000014!important;flex:1!important;align-items:stretch!important;margin:0!important;padding:0!important;display:flex!important}.pin-sidebar-top,.pin-sidebar-bottom{opacity:1!important;pointer-events:auto!important;transform:none!important}.pin-logo,.nav-label{display:none!important}.pin-nav{flex-direction:row!important;align-items:stretch!important;gap:0!important;width:100%!important;display:flex!important}.pin-nav-item{background:0 0!important;border:none!important;border-radius:0!important;flex:1!important;justify-content:center!important;align-items:center!important;height:100%!important;padding:0!important;display:flex!important}.pin-nav-item.active{background:var(--pink-lt)!important}.nav-icon{justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;margin-right:0!important;display:flex!important}.nav-icon img{object-fit:contain!important;width:100%!important;height:100%!important}.pin-grid{columns:2;column-gap:12px;padding:10px 16px 120px}.pin-item{border-radius:16px;margin-bottom:12px}.pin-item img{border-radius:16px}}.comm-layout-root{background:var(--cream)!important;flex-direction:row!important;width:100%!important;height:100vh!important;display:flex!important;overflow:hidden!important}.comm-sidebar{border-right:3px solid var(--ink);z-index:10;background:#fff;flex-direction:column;flex-shrink:0;justify-content:space-between;width:240px;height:100vh;padding:40px 20px;display:flex}.comm-sidebar-logo{cursor:pointer;margin-bottom:60px;font-family:Gaegu,cursive;font-size:28px;font-weight:700}.comm-sidebar-logo .outline{color:#0000;-webkit-text-stroke:1.5px var(--ink)}.comm-sidebar-nav{flex-direction:column;gap:12px;display:flex}.comm-nav-item{color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:16px;padding:12px 20px;font-family:Gaegu,cursive;font-size:20px;font-weight:600;transition:all .2s;display:flex}.comm-nav-item:hover{background:var(--yellow-lt)}.comm-nav-item.active{background:var(--ink);color:#fff}.comm-nav-item.upload-trigger{border:2px dashed var(--ink);margin-top:20px}.comm-sidebar-credits{opacity:.6;border-top:1px solid #0000000d;margin-top:20px;padding-top:20px;font-family:Gaegu,cursive;font-size:16px}.comm-sidebar-credits a{color:var(--pink);text-decoration:underline}.comm-main-content{background:var(--cream);flex-direction:column;flex:1;height:100vh;display:flex;position:relative}.comm-scroll-area{flex:1;padding:60px 40px;overflow-y:auto}.comm-mobile-header{border-bottom:2px solid var(--ink);background:#fff;align-items:center;gap:16px;padding:16px 20px;display:none}.comm-title-mini{margin:0;font-family:Gaegu,cursive;font-size:24px}.comm-grid{columns:3;column-gap:20px;width:100%}.comm-item{break-inside:avoid;border:3px solid var(--ink);box-shadow:6px 6px 0 var(--ink);cursor:pointer;background:#f9f9f9;border-radius:16px;min-height:150px;margin-bottom:20px;padding:12px;transition:all .2s}.comm-item:hover{box-shadow:8px 8px 0 var(--ink);transform:translateY(-4px)}.comm-img-container{background:#eee;border-radius:8px;width:100%;position:relative;overflow:hidden}.comm-item img{opacity:0;width:100%;height:auto;transition:opacity .5s ease-in-out;display:block}.comm-item img.loaded{opacity:1}@media (max-width:1100px){.comm-grid{columns:2}}@media (max-width:768px){.comm-layout-root{flex-direction:column!important}.comm-sidebar{border-right:none!important;border-top:3px solid var(--ink)!important;flex-direction:row!important;width:100%!important;height:auto!important;padding:10px 20px!important;position:fixed!important;bottom:0!important}.comm-sidebar-logo,.comm-sidebar-credits,.nav-label{display:none!important}.comm-sidebar-nav{flex-direction:row!important;justify-content:space-around!important;gap:0!important;width:100%!important}.comm-sidebar-top,.comm-sidebar-bottom{flex:1!important}.comm-main-content{height:calc(100vh - 60px)!important}.comm-mobile-header{display:flex!important}.comm-grid{columns:2;column-gap:12px}.comm-scroll-area{padding:20px 12px 100px}}@media (max-width:480px){.comm-grid{columns:2}}.result-page-container{background:var(--cream);flex-direction:column;min-height:calc(100vh - 60px);padding:0;display:flex;overflow-y:auto!important}.result-layout-wrapper{flex-direction:row;flex:1;justify-content:center;align-items:center;gap:80px;width:100%;padding:0 60px 40px;display:flex}.result-branding{text-align:center;flex-direction:column;gap:10px;display:flex}.result-branding .done-big{margin:0;font-size:clamp(50px,6vw,90px);line-height:1}.outline-pink{color:var(--pink);-webkit-text-stroke:1.5px var(--ink)}.result-main-content{align-items:center;gap:48px;display:flex}.result-actions-stack{minWidth:240px;flex-direction:column;gap:12px;display:flex}.result-footer-links{justify-content:center;align-items:center;gap:12px;margin-top:8px;display:flex}.divider-v{background:var(--ink);opacity:.2;width:1px;height:12px}.btn-donate-tiny{box-shadow:none!important;border:1px solid var(--ink)!important;background:0 0!important;border-radius:4px!important;padding:4px 10px!important;font-size:13px!important}@media (max-width:900px){.result-layout-wrapper{flex-direction:column;gap:40px;padding:60px 20px}.result-main-content{flex-direction:column;gap:30px}.result-branding .done-big{font-size:60px}}@media (max-width:480px){.result-layout-wrapper{gap:24px;padding:40px 16px}.result-branding .done-big{font-size:48px}.fs__preview-box img,.photo-strip img{margin:0 auto;display:block;max-width:90%!important;max-height:50vh!important}.photo-strip{max-width:85%!important;max-height:55vh!important;margin:0 auto!important}.result-main-content{gap:24px;width:100%}.result-actions-stack{width:100%;min-width:0}}.comm-modal-card{border:4px solid var(--ink);width:95%;max-width:900px;box-shadow:12px 12px 0 var(--ink);background:#fff;border-radius:32px;flex-direction:column;animation:.3s cubic-bezier(.175,.885,.32,1.275) modalPop;display:flex;position:relative;overflow:hidden}@keyframes modalPop{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.comm-modal-body{flex-direction:row;min-height:450px;display:flex}.comm-modal-img-wrap{border-right:4px solid var(--ink);background:#fdfdfd;flex:1.2;justify-content:center;align-items:center;padding:40px;display:flex}.comm-modal-img-wrap img{border:2px solid var(--ink);border-radius:12px;width:auto;max-width:100%;max-height:75vh;box-shadow:0 10px 30px #0000001a}.comm-modal-info{flex-direction:column;flex:1;justify-content:flex-start;padding:40px;display:flex}.comm-modal-title{color:var(--ink);margin-bottom:12px;font-family:Gaegu,cursive;font-size:42px;line-height:1}.comm-modal-author{color:#666;margin-bottom:30px;font-family:Pastel Crayon,cursive;font-size:22px}.comm-like-big{background:var(--ink);color:#fff;cursor:pointer;border:none;border-radius:24px;justify-content:center;align-items:center;gap:12px;padding:20px 32px;font-family:Gaegu,cursive;font-size:26px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 6px #000}.comm-like-big:active{transform:translateY(4px);box-shadow:0 2px #000}@media (max-width:768px){.comm-modal-card{width:90%;max-height:85vh;overflow-y:auto}.comm-modal-body{flex-direction:column}.comm-modal-img-wrap{border-right:none;border-bottom:4px solid var(--ink);background:#fff;padding:30px 20px}.comm-modal-img-wrap img{width:auto;max-width:100%;max-height:55vh}.comm-modal-info{text-align:center;padding:30px 20px}.comm-modal-title{font-size:32px}.comm-like-big{width:100%;font-size:24px}.comm-modal-close{box-shadow:4px 4px 0 var(--ink);border:3px solid var(--ink)!important;background:#fff!important;border-radius:50%!important;width:44px!important;height:44px!important;top:15px!important;right:15px!important}.comment-input-row{flex-wrap:wrap;gap:6px}.comm-comments-section{background:#fff6;max-height:220px;margin-top:8px;padding:10px}.comment-text-inline{font-size:14px}.comment-author{font-size:13px}.comment-input-row{flex-wrap:wrap;justify-content:center;gap:4px}.comment-input-name-inline{width:65px;padding:2px 6px;font-size:12px}.comment-input-text{flex:1;min-width:80px;padding:2px 6px;font-size:12px}.comment-submit{justify-content:center;width:80%;height:24px;margin:0 auto;padding:3px 8px;font-size:12px}}.waiting-status{justify-content:center;align-items:center;gap:12px;display:flex}.rotating-icon{font-size:24px;animation:2.5s ease-in-out infinite rotateIcon;display:inline-block}@keyframes rotateIcon{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.2)}to{transform:rotate(360deg)scale(1)}}.dots-anim:after{content:"";text-align:left;width:24px;animation:2s steps(4,end) infinite dotsSequence;display:inline-block}@keyframes dotsSequence{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:"...."}}.comm-comments-section{background:#ffffff4d;border-radius:24px;flex-direction:column;flex:1;min-height:200px;max-height:400px;margin-top:16px;padding:16px;display:flex}.comments-title{color:var(--ink);text-align:center;margin-bottom:16px;font-family:Gaegu,cursive;font-size:22px}.comments-list{flex:1;margin-bottom:16px;padding-right:8px;overflow-y:auto}.comment-item{background:#fff;border-radius:12px;margin-bottom:10px;padding:10px 14px}.comment-text-inline{color:#444;word-break:break-word;margin:0;font-family:Gaegu,cursive;font-size:18px;line-height:1.3}.comment-author{color:var(--pink);margin-right:4px;font-size:16px;font-weight:700}.no-comments{text-align:center;opacity:.4;margin-top:30px;font-family:Caveat,cursive;font-size:20px}.comment-form{flex-direction:column;gap:8px;display:flex}.comment-input-row{flex-wrap:nowrap;justify-content:center;align-items:center;gap:4px;display:flex}.comment-input-name-inline{border:2px solid var(--ink);background:#fff;border-radius:6px;width:90px;padding:3px 8px;font-family:Gaegu,cursive;font-size:14px}.comment-input-text{border:2px solid var(--ink);background:#fff;border-radius:6px;flex:1;min-width:100px;padding:3px 8px;font-family:Gaegu,cursive;font-size:14px}.comment-submit{background:var(--ink);color:#fff;cursor:pointer;height:28px;box-shadow:2px 2px 0 var(--pink);border:none;border-radius:8px;align-items:center;padding:4px 12px;font-family:Gaegu,cursive;font-size:14px;font-weight:700;transition:all .2s;display:flex}.comment-submit:hover{transform:translateY(-2px)}.comment-submit:active{transform:scale(.95)}.comment-submit:disabled{opacity:.5}.comm-like-simple{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:10px;line-height:1;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);display:flex}.comm-like-simple:hover{transform:scale(1.2)}.comm-like-simple:active{transform:scale(.9)}.live-videos-container{flex-direction:row;flex:1;justify-content:center;align-items:center;gap:20px;width:100%;min-height:0;display:flex;position:relative}.live-video-card{aspect-ratio:16/9;background:#000;border:2px solid #ffffff1f;border-radius:10px;flex:1;justify-content:center;align-items:center;width:100%;max-height:90%;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006}@media (max-width:768px){.live-videos-container{flex-direction:column!important;gap:12px!important;height:100%!important;padding:10px 0!important}.live-video-card{aspect-ratio:16/9!important;flex:none!important;width:100%!important;max-height:44%!important}}
