:root{font-family:DM Sans,Noto Sans SC,sans-serif;color:#342f2b;background:#ece7e0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #cba18d;outline-offset:3px}::selection{background:#e7c6b5;color:#342f2b}.app-shell{min-height:100dvh}.app-frame{position:relative;min-height:100dvh;max-width:520px;margin:0 auto;background:#faf8f4;box-shadow:0 0 80px #49392e16}.app-header{height:74px;padding:0 26px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ece6de;background:#faf8f4f2;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;gap:9px;align-items:center;font-weight:800;letter-spacing:-.055em;font-size:20px;color:#332d29;white-space:nowrap}.brand-mark{height:30px;width:30px;border-radius:9px 9px 9px 3px;display:grid;place-items:center;color:#fff;background:#b17863;transform:rotate(-7deg)}.brand-mark svg{transform:rotate(7deg)}.account-pill{border:1px solid #e5dbd1;background:#fffdfb;padding:5px 11px 5px 6px;display:inline-flex;align-items:center;gap:7px;border-radius:99px;color:#74675e;font-size:11px;font-weight:700;max-width:154px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-pill span{flex:none;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e9d9ca;color:#8d604f;font-size:11px}.app-main{padding-bottom:calc(106px + env(safe-area-inset-bottom));min-height:calc(100dvh - 74px)}.view{padding:26px 24px 48px}.view-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin:0 0 28px}.small-greeting{display:block;color:#a18f82;font-size:12px;font-weight:700;margin:0 0 3px}.view-heading h1{font-size:clamp(36px,10vw,46px);letter-spacing:-.075em;line-height:1.1;margin:0;font-weight:800}.heading-period{color:#b77762}.view-heading>svg{color:#ad7a67;margin-bottom:5px}.wallet-count{color:#9e9085;font-size:12px;padding-bottom:6px;white-space:nowrap}.bottom-nav{position:fixed;z-index:12;bottom:0;left:50%;width:min(520px,100%);transform:translate(-50%);height:calc(77px + env(safe-area-inset-bottom));padding:8px 12px calc(8px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #e9e1d8;background:#fffdfbf0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 -10px 30px #5b46340a}.nav-item{border:0;background:transparent;color:#a2958a;font-size:11px;font-weight:700;display:flex;flex-direction:column;align-items:center;gap:2px;position:relative}.nav-item.active{color:#805746}.nav-icon{position:relative;width:58px;height:37px;display:grid;place-items:center;isolation:isolate}.nav-icon i{position:absolute;top:2px;right:0;bottom:2px;left:0;border-radius:100px;background:#efe0d4;z-index:-1}.nav-icon svg{position:relative;z-index:1}.wallet-switch{height:49px;display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #e5dcd2;margin-bottom:22px}.wallet-switch button{position:relative;border:0;background:transparent;text-align:center;color:#a3958b;font-size:14px;font-weight:700;padding:0 4px 14px}.wallet-switch button[aria-selected=true]{color:#43372e}.wallet-switch small{font-size:11px;font-weight:600;margin-left:4px;color:#b0a197}.wallet-switch i{position:absolute;left:11%;right:11%;bottom:-1px;height:2px;border-radius:2px;background:#a86d58}.wallet-cards,.redeem-list{display:grid;gap:14px}.wallet-card{text-align:left;width:100%;min-height:157px;position:relative;overflow:hidden;border:1px solid var(--card-border);background:var(--card-bg);color:var(--card-ink);border-radius:18px;padding:18px 21px 15px;display:flex;flex-direction:column;box-shadow:0 10px 22px #513d2a0c;transform-origin:50% 70%}.wallet-card:before,.wallet-card:after{content:"";position:absolute;z-index:1;height:16px;width:16px;border-radius:50%;background:#faf8f4;bottom:43px}.wallet-card:before{left:-9px}.wallet-card:after{right:-9px}.wallet-card-top{font-size:11px;font-weight:700;letter-spacing:.015em;color:var(--card-muted);display:flex;justify-content:space-between;align-items:center}.wallet-card-top svg{color:var(--card-accent)}.wallet-card>strong{display:block;font-size:24px;letter-spacing:-.06em;line-height:1.35;margin:18px 0 auto;overflow-wrap:anywhere}.wallet-card-bottom{min-height:28px;margin:16px -21px -15px;padding:10px 21px 13px;border-top:1px dashed var(--card-border);display:flex;align-items:center;gap:7px;font-size:11px;color:var(--card-muted);font-weight:700}.wallet-card-bottom svg{margin-left:auto}.status-dot{width:6px;height:6px;background:#baa994;border-radius:50%}.status-claimed{background:#75a58a}.status-redeemed{background:#ae7766}.theme-peach{--card-bg: #f2e6da;--card-border: #e6d4c4;--card-ink: #4f4038;--card-muted: #917969;--card-accent: #b17661}.theme-lilac{--card-bg: #eeebf2;--card-border: #dcd3e2;--card-ink: #4b4554;--card-muted: #847b8b;--card-accent: #8c789e}.theme-mint{--card-bg: #e9f0e9;--card-border: #d5e4d8;--card-ink: #3b5247;--card-muted: #758e7d;--card-accent: #719b7f}.empty-state{min-height:355px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px}.empty-ticket{width:88px;height:106px;display:grid;place-items:center;position:relative;border:1px solid #e1d1c2;background:#eee3d8;color:#a87662;border-radius:13px;transform:rotate(-8deg);box-shadow:9px 11px #eae0d5,0 24px 30px #4f3a2714;margin:0 0 31px}.empty-ticket:before,.empty-ticket:after{content:"";position:absolute;height:16px;width:16px;background:#faf8f4;border-radius:50%;top:61px}.empty-ticket:before{left:-9px}.empty-ticket:after{right:-9px}.empty-state h2{font-size:20px;letter-spacing:-.045em;margin:0 0 6px}.empty-state p{font-size:12px;color:#a3968b;margin:0;line-height:1.8}.text-action{border:0;background:transparent;color:#aa6d58;font-size:12px;font-weight:800;padding:12px 0;display:inline-flex;align-items:center;justify-content:center;gap:5px}.empty-state .text-action{margin-top:12px}.section-note{color:#9d8f84;font-size:12px;margin:-7px 0 20px}.redeem-empty{min-height:430px}.ticket-card{position:relative;overflow:hidden;min-height:326px;width:100%;padding:23px 25px 0;border:1px solid var(--card-border);border-radius:19px;background:var(--card-bg);color:var(--card-ink);box-shadow:0 17px 35px #49372a16}.ticket-top{display:flex;align-items:center;justify-content:space-between;color:var(--card-accent);font-size:9px;font-weight:800;letter-spacing:.12em;white-space:nowrap;gap:5px}.ticket-top i{font-style:normal;padding:0 2px}.ticket-body{min-height:225px;padding:31px 0 17px}.ticket-to{display:block;font-size:12px;color:var(--card-muted);font-weight:700;margin:0 0 9px}.ticket-title{display:block;font-size:clamp(24px,7vw,30px);letter-spacing:-.065em;line-height:1.35;overflow-wrap:anywhere}.ticket-message{font-size:13px;color:var(--card-muted);line-height:1.65;margin:13px 0 0;overflow-wrap:anywhere}.ticket-cut{position:relative;border-top:1.5px dashed var(--card-accent);margin:0 -25px;opacity:.65}.ticket-cut i{position:absolute;width:19px;height:19px;top:-10px;border-radius:50%;background:#faf8f4}.ticket-cut i:first-child{left:-10px}.ticket-cut i:last-child{right:-10px}.ticket-bottom{min-height:55px;display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:10px;color:var(--card-muted);font-weight:700}.ticket-used{position:absolute;right:32px;top:109px;transform:rotate(14deg);height:88px;width:88px;border:3px double #a66c5a;color:#a66c5a;border-radius:50%;display:grid;place-items:center;background:#fffaf6cc;font-size:18px;font-weight:800;letter-spacing:.05em}.ticket-card.compact{min-height:229px}.ticket-card.compact .ticket-body{min-height:134px;padding:27px 0 13px}.ticket-card.compact .ticket-title{font-size:clamp(22px,6vw,27px)}.ticket-card.compact .ticket-message{display:none}.ticket-card.compact .ticket-bottom{min-height:48px}.ticket-card.compact .ticket-used{width:70px;height:70px;top:75px;right:20px;font-size:14px}.create-preview{margin:2px 5px 29px}.create-preview>div{transform-origin:50% 70%}.create-preview .ticket-card.compact{min-height:244px}.create-preview .ticket-card.compact .ticket-body{min-height:149px;padding-top:22px}.create-preview .ticket-card.compact .ticket-message{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:7px;font-size:11px;line-height:1.5}.ticket-stack{position:relative;isolation:isolate}.ticket-stack.has-stack:before,.ticket-stack.has-stack:after{content:"";position:absolute;z-index:-1;top:2px;right:1px;bottom:2px;left:1px;border:1px solid var(--card-border);border-radius:19px;background:var(--card-bg);box-shadow:0 12px 24px #49372a0c;transform:translate(5px,8px) rotate(2.5deg);transition:transform .35s cubic-bezier(.2,.8,.2,1)}.ticket-stack.has-stack:after{transform:translate(8px,14px) rotate(4deg);z-index:-2;opacity:.7}.ticket-stack .stack-badge{position:absolute;right:-10px;top:20px;z-index:2;min-width:47px;height:34px;padding:0 8px;border-radius:99px;display:grid;place-items:center;background:#fffdfb;border:1px solid #e7d9cc;box-shadow:0 7px 17px #59433120;color:#87604f;font-size:11px;font-weight:800}.compose-form{display:grid;gap:20px}.send-to{height:43px;border-top:1px solid #eae3db;border-bottom:1px solid #eae3db;display:flex;align-items:center;gap:8px;font-size:12px;color:#a09287}.send-to strong{font-size:13px;color:#51453d}.send-to svg{margin-left:auto;color:#aa7661}.compose-form label,.backup-form label{display:block;color:#54473e;font-size:12px;font-weight:800}.compose-form label small{color:#a99b8e;font-size:11px;font-weight:600}.compose-form input,.compose-form textarea,.backup-form input,.manual-form input,.gate input{width:100%;border:1px solid #e4dad1;border-radius:11px;background:#fffdfb;color:#342f2b;font-size:14px;font-weight:500;outline:0;padding:13px 14px;margin-top:9px}.compose-form input{height:48px}.compose-form textarea{min-height:75px;resize:vertical}.compose-form input::placeholder,.compose-form textarea::placeholder,.manual-form input::placeholder,.gate input::placeholder{color:#bbada2}.compose-form input:focus,.compose-form textarea:focus,.backup-form input:focus,.manual-form input:focus,.gate input:focus{border-color:#bc8a75;box-shadow:0 0 0 3px #e8d4c7;outline:0}.field-heading{display:block;color:#54473e;font-size:12px;font-weight:800}.compose-block{display:grid;gap:11px}.idea-list{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;margin:0 -24px;padding:1px 24px 4px}.idea-list::-webkit-scrollbar{display:none}.idea-chip{flex:none;min-height:35px;border:1px solid #e3d8ce;background:#fffdfb;border-radius:99px;color:#8a7568;padding:6px 13px;font-size:11px;font-weight:700;transition:background .18s,border-color .18s,color .18s}.idea-chip.selected{background:#efe0d4;color:#805746;border-color:#d8bbaa}.compose-divider{height:1px;background:#eae3db;margin:1px 0 0}.quantity-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.quantity-row small{display:block;color:#a99b8e;font-size:10px;margin-top:5px}.quantity-stepper{display:flex;align-items:center;gap:4px;height:42px;padding:3px;border:1px solid #e5d9cf;border-radius:13px;background:#fffdfb}.quantity-stepper button{width:35px;height:35px;border:0;border-radius:10px;display:grid;place-items:center;background:transparent;color:#836454}.quantity-stepper button:hover:not(:disabled){background:#f3e9e1}.quantity-stepper button:disabled{opacity:.32}.quantity-value{width:29px;height:35px;display:grid;place-items:center;overflow:hidden;font-size:17px;font-variant-numeric:tabular-nums}.quantity-value b{grid-area:1 / 1}.theme-picker{border:0;padding:0;margin:0;min-width:0}.theme-picker legend{color:#54473e;font-size:12px;font-weight:800;margin-bottom:10px}.theme-picker>div{display:flex;gap:24px}.theme-choice{border:0;padding:0;background:transparent;display:flex;flex-direction:column;align-items:center;gap:5px;color:#95877c;font-weight:700}.theme-choice>span{width:40px;height:40px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:50%;display:grid;place-items:center;color:var(--card-accent);box-shadow:0 4px 8px #5f4c3510;transition:transform .28s cubic-bezier(.2,.9,.2,1.2),box-shadow .2s}.theme-choice.selected>span{box-shadow:0 0 0 2px #faf8f4,0 0 0 3.5px var(--card-accent);transform:translateY(-2px)}.theme-choice small{font-size:10px}.theme-choice.selected small{color:#50433a}.expiry-picker{border:0;padding:0;margin:0;min-width:0}.expiry-picker legend{color:#54473e;font-size:12px;font-weight:800;margin-bottom:10px}.expiry-picker>div{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.expiry-picker button{height:38px;border:1px solid #e4d9ce;background:#fffdfb;color:#938377;border-radius:10px;font-size:11px;font-weight:750}.expiry-picker button.selected{background:#efe0d4;color:#795340;border-color:#d5b5a3;box-shadow:inset 0 1px 2px #6d493515}.expiry-picker label{margin-top:14px}.advanced-options{border-top:1px solid #eae3db;padding-top:16px}.advanced-options summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#78675b;font-size:12px;font-weight:800}.advanced-options summary::-webkit-details-marker{display:none}.advanced-options summary:before{content:"+";font-size:19px;line-height:.75;color:#a77562;margin-right:3px}.advanced-options[open] summary:before{content:"−"}.advanced-options summary span{margin-left:auto;color:#aa9b8d;font-size:10px;font-weight:600}.advanced-options label{margin-top:17px}.primary-button,.quiet-button{min-height:49px;border:0;border-radius:12px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;font-size:13px;font-weight:800;transition:transform .2s,background-color .2s,box-shadow .2s}.primary-button{background:#39312d;color:#fff;box-shadow:0 8px 18px #493b2f1c}.primary-button:hover:not(:disabled){background:#9d6b57;transform:translateY(-2px)}.primary-button:active:not(:disabled),.quiet-button:active:not(:disabled){transform:translateY(1px) scale(.99)}.quiet-button{border:1px solid #e3d8ce;background:#fffdfb;color:#4e4037}.quiet-button:hover{background:#f3ebe4}.compose-submit{margin-top:1px;min-height:54px;font-size:14px}.form-error{color:#b55046;font-size:12px;font-weight:700;line-height:1.5;margin:0}.created-check{width:47px;height:47px;border-radius:50%;display:grid;place-items:center;background:#e8eee6;color:#739881}.created-ticket{margin:14px 5px 35px;transform:rotate(-2deg)}.created-sharing{padding:0 1px}.created-sharing>span{display:block;font-size:13px;font-weight:800;margin:0 0 14px;text-align:center}.copy-url{font-size:11px;color:#a3988c;text-align:center;overflow-wrap:anywhere;padding:9px 5px}.created-sharing p{font-size:11px;color:#9b8b7e;line-height:1.65;text-align:center;margin:4px 0 25px}.created-sharing strong{color:#5a4a3d;letter-spacing:.08em}.created-pin{margin:13px 0 22px;text-align:center}.created-pin summary{display:inline-block;color:#9a7968;font-size:11px;font-weight:800;cursor:pointer}.created-pin p{display:grid;gap:3px;margin:12px 0 0}.created-pin strong{font-size:20px;letter-spacing:.18em}.created-pin span{color:#9b8b7e}.created-actions{display:grid;grid-template-columns:1.35fr 1fr;gap:10px}.created-actions .text-action{min-height:49px;border:1px solid #e3d8ce;border-radius:12px;background:#fffdfb}.sheet-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;align-items:flex-end;justify-content:center}.sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#332b2896;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.detail-sheet{position:relative;height:min(96dvh,850px);width:min(520px,100%);border-radius:26px 26px 0 0;background:#faf8f4;box-shadow:0 -25px 65px #221a152e;overflow:hidden;display:flex;flex-direction:column}.sheet-drag-handle{position:absolute;z-index:3;top:0;left:0;right:0;height:35px;touch-action:none;cursor:grab;display:flex;align-items:flex-start;justify-content:center;padding-top:11px}.sheet-drag-handle:active{cursor:grabbing}.sheet-drag-handle span{width:38px;height:4px;background:#d4c8bd;border-radius:99px}.sheet-close{position:absolute;z-index:2;right:19px;top:25px;border:1px solid #e9e0d6;width:34px;height:34px;border-radius:50%;background:#fffdfb;display:grid;place-items:center;color:#766a5f}.sheet-content{overflow-y:auto;overscroll-behavior:contain;padding:47px 24px 38px;min-height:0;scrollbar-width:thin}.sheet-title{padding-right:40px;margin:0 0 22px}.sheet-title>span{font-size:11px;font-weight:800;color:#b07861}.sheet-title h2{font-size:30px;letter-spacing:-.065em;margin:3px 0 0;line-height:1.3;overflow-wrap:anywhere}.sheet-ticket{transform-origin:50% 70%;margin:0 5px}.sheet-action-area{margin:26px 5px 10px}.sheet-action-area>.primary-button{width:100%}.sheet-action-area>.text-action{display:flex;margin:13px auto}.sheet-loading,.sheet-error{min-height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#9e8c7c;text-align:center}.sheet-error svg{color:#ad7966}.sheet-error h2{color:#3c342f;margin:16px 0 4px}.sheet-error p{font-size:12px}.state-note{display:flex;align-items:center;gap:10px;padding:17px;background:#f1ebe4;border:1px solid #e8ddd2;border-radius:12px;color:#877466;font-size:12px;font-weight:700;line-height:1.5}.state-note svg{flex:none;color:#a57964}.state-note.success{background:#eaf0e8;border-color:#dae5d9;color:#627e6c}.state-note.success svg{color:#70977e}.qr-panel{width:100%;border:1px solid #e8ded4;background:#fffdfb;border-radius:18px;padding:19px;display:flex;flex-direction:column;align-items:center}.qr-frame{padding:11px;background:#fff;border:1px solid #e8e0d9;border-radius:12px;display:grid;place-items:center}.qr-panel strong{margin-top:13px;font-size:14px;letter-spacing:-.035em}.qr-panel>span{color:#a39589;margin-top:4px;font-size:11px}.backup-form{overflow:hidden;display:grid;gap:12px;padding:0 0 10px}.backup-form input{font-size:19px;letter-spacing:.22em;text-align:center}.manager-actions .quiet-button{margin-top:12px}.scanner-window{width:min(260px,100%);aspect-ratio:1;border-radius:20px;margin:0 auto 18px;background:#efe9e2;border:1px solid #e2d5c7;position:relative;display:grid;place-items:center;color:#b79f8d;overflow:hidden}.scanner-window video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:none}.scanner-window.scanning video{display:block}.scanner-corners{position:absolute;z-index:2;top:20px;right:20px;bottom:20px;left:20px}.scanner-corners i{position:absolute;width:27px;height:27px;border:3px solid #d79a7f}.scanner-corners i:nth-child(1){left:0;top:0;border-right:0;border-bottom:0;border-radius:7px 0 0}.scanner-corners i:nth-child(2){right:0;top:0;border-left:0;border-bottom:0;border-radius:0 7px 0 0}.scanner-corners i:nth-child(3){left:0;bottom:0;border-right:0;border-top:0;border-radius:0 0 0 7px}.scanner-corners i:nth-child(4){right:0;bottom:0;border-left:0;border-top:0;border-radius:0 0 7px}.scanner-window.scanning{box-shadow:0 0 0 4px #e7d6c7}.scanner-window.scanning .scanner-corners{animation:breathe 1.8s ease-in-out infinite}.scan-line{position:absolute;z-index:2;left:20px;right:20px;top:25px;height:2px;background:#f3b09a;box-shadow:0 0 14px 3px #f3b09a;animation:scan 2.1s ease-in-out infinite alternate}@keyframes scan{to{top:calc(100% - 25px)}}@keyframes breathe{50%{opacity:.6;transform:scale(.96)}}.manual-form{display:flex;gap:8px}.manual-form input{min-width:0;flex:1;margin:0;font-size:11px}.manual-form .quiet-button{width:auto;flex:none;margin:0}.claim-reveal,.ceremony{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#f6f0e8;display:grid;place-items:center;overflow:auto;padding:20px}.claim-reveal:before,.ceremony:before{content:"";position:absolute;width:min(90vw,600px);aspect-ratio:1;border-radius:50%;background:#fffaf4;filter:blur(25px)}.reveal-center{position:relative;width:min(100%,400px);display:flex;flex-direction:column;align-items:center;text-align:center}.reveal-paper{z-index:2;width:230px;height:243px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;border:1px solid #dfcabb;border-radius:13px;background:#fffdf8;color:#a66f59;box-shadow:0 20px 38px #6c4c3624}.reveal-paper span{font-size:9px;font-weight:800;letter-spacing:.14em}.reveal-paper strong{font-size:22px;color:#3d3530;max-width:195px;letter-spacing:-.055em;line-height:1.35}.reveal-paper small{font-size:10px;letter-spacing:.11em}.reveal-envelope{z-index:3;width:310px;height:142px;margin-top:-100px;position:relative;pointer-events:none}.reveal-pocket{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(150deg,#dbbca9,#e9ccbb);clip-path:polygon(0 0,50% 57%,100% 0,100% 100%,0 100%);border-radius:0 0 12px 12px}.reveal-flap{position:absolute;left:0;right:0;top:-70px;height:110px;background:#dcc2b0;clip-path:polygon(0 100%,50% 0,100% 100%);transform-origin:bottom;animation:flap .8s ease .25s both}@keyframes flap{to{transform:rotateX(160deg)}}.reveal-words{z-index:4;margin-top:43px}.reveal-words>span{font-size:12px;color:#a66d59;font-weight:800;letter-spacing:.13em}.reveal-words h2{font-size:32px;line-height:1.35;letter-spacing:-.065em;margin:13px 0 25px}.reveal-words .primary-button{min-width:190px}.ceremony-inner{position:relative;width:min(100%,450px);display:flex;align-items:center;flex-direction:column}.ceremony-ticket{width:min(100%,420px);position:relative;filter:drop-shadow(0 24px 25px #5b423029)}.ceremony-stamp{position:absolute;z-index:4;right:10%;top:25%;width:116px;height:116px;border:5px double #a56152;border-radius:50%;background:#fffaf3df;color:#a56152;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:22px;font-weight:800;box-shadow:0 7px #6941321a,0 16px 24px #6941321c}.ceremony-stamp small{font-size:10px;letter-spacing:.23em;margin-top:4px}.ceremony-copy{text-align:center;margin-top:30px}.ceremony-copy h2{font-size:28px;letter-spacing:-.06em;margin:0 0 8px}.ceremony-copy p{font-size:12px;color:#948477;margin:0 0 25px}.ceremony-copy .primary-button{min-width:190px}.confetti{position:fixed;z-index:2;left:50%;top:42%;pointer-events:none}.confetti i{position:absolute;width:7px;height:13px;border-radius:2px;background:#cf9b7f;animation:confetti 1.5s ease-out both;animation-delay:var(--delay)}.confetti i:nth-child(3n){background:#a7bea8}.confetti i:nth-child(4n){background:#c7b4cb}@keyframes confetti{0%{opacity:1;transform:translate(0) rotate(0)}to{opacity:0;transform:translate(var(--x),38vh) rotate(650deg)}}.gate{min-height:100dvh;max-width:520px;margin:0 auto;background:#faf8f4;display:flex;flex-direction:column}.gate-brand{padding:24px 26px}.gate-content{width:min(100% - 48px,380px);margin:auto;padding:20px 0 90px;text-align:center}.gate-ticket{width:105px;height:126px;margin:0 auto 38px;display:grid;place-items:center;border-radius:13px;color:#a86d58;background:#eee0d3;box-shadow:0 20px 35px #5a42301e;position:relative}.gate-ticket:before,.gate-ticket:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;top:73px;background:#faf8f4}.gate-ticket:before{left:-8px}.gate-ticket:after{right:-8px}.gate-content h1{font-size:32px;letter-spacing:-.065em;margin:0}.gate-content>p{color:#9b8b7e;font-size:13px;margin:10px 0 34px}.gate-content form{text-align:left;display:flex;flex-direction:column;gap:9px}.gate-content label{font-size:12px;font-weight:800}.gate-content input{margin:0 0 7px;height:50px}.gate-content .primary-button{margin-top:4px}@media(max-width:390px){.view,.app-header,.sheet-content{padding-inline:20px}.ticket-card{padding-inline:21px}.ticket-cut{margin-inline:-21px}.ticket-title{font-size:25px}.idea-list{margin-inline:-20px;padding-inline:20px}.form-pair{grid-template-columns:1fr 1fr}.form-pair input{padding-inline:10px}}@media(min-width:650px){.app-frame{border-left:1px solid #e4dcd3;border-right:1px solid #e4dcd3}.detail-sheet{margin-bottom:max(3vh,15px);border-radius:26px;height:min(90dvh,800px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
