:root{--cream: #fdeddb;--ink: #040000;--black: #000000;--brand-red: #df0517;--rule-yellow: #ffeb3b;--red-deep: #7a0d10;--overlay: rgba(0, 0, 0, .4);--bg: var(--red-deep);--fg: var(--cream);--muted: rgba(253, 237, 219, .72);--line: rgba(253, 237, 219, .28);--accent: var(--cream);--danger: var(--brand-red);--font-jp: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;--heading-skew: -16deg;--app-max: 440px;--vh-deficit: max(0px, calc(847px - 100svh) );--radius: 16px;--shadow-hard: 4px 4px 0 rgba(0, 0, 0, .55);color-scheme:dark}@supports not (height: 100svh){:root{--vh-deficit: 0px}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:#000;color:var(--fg);font-family:var(--font-jp);font-weight:700;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#root{display:flex;justify-content:center}.app{position:relative;width:100%;max-width:var(--app-max);min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;background:var(--red-deep)}.shell{position:relative;flex:1;display:flex;flex-direction:column;min-height:100dvh}.shell:before{content:"";position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--app-max);height:100dvh;z-index:0;background:var(--red-deep) url(/assets/texture-red-0N_Wq1Aj.webp) top center / 100% auto repeat-y;pointer-events:none}.shell:after{content:"";position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--app-max);height:100dvh;z-index:0;background:var(--frame-bg, none) center / cover no-repeat;pointer-events:none}.shell--dark:after{background:var(--overlay)}.shell__content{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;--fit-pad-top: 56px;--fit-pad-min: 16px;--fit-pad-shrink: .5;--fit-gap: 20px;gap:max(16px,calc(var(--fit-gap) - var(--vh-deficit) * .1));padding-top:max(var(--fit-pad-min),calc(var(--fit-pad-top) - var(--vh-deficit) * var(--fit-pad-shrink)));padding-right:19px;padding-left:19px;padding-bottom:calc(max(24px,40px - var(--vh-deficit) * .1) + env(safe-area-inset-bottom))}.intro{align-items:center;text-align:center;--intro-catch-shift: max(0px, calc(63px - var(--vh-deficit) * .5))}.intro__catch{width:100%;max-width:361px;height:auto;filter:drop-shadow(3px 3px 0 rgba(0,0,0,.35));transform:translateY(var(--intro-catch-shift, 0px))}.intro__access{display:inline-block;text-align:center;width:100%;padding:8px;font-size:13px;font-weight:500;color:var(--muted);text-decoration:underline}.screen{flex:1;display:flex;flex-direction:column;gap:20px;padding:32px 20px calc(24px + env(safe-area-inset-bottom))}.center{justify-content:center;align-items:center;text-align:center}.spacer{flex:1}h1,h2{margin:0}.brand-heading{display:inline-block;font-weight:900;color:var(--cream);line-height:1.15;transform:skew(var(--heading-skew)) scaleY(.96);transform-origin:left center;text-shadow:2px 2px 0 rgba(0,0,0,.35)}.brand-heading--lg{font-size:36px}.heading-nudge-left{display:inline-block;transform:translate(-11px)}.heading-nudge-right{display:inline-block;transform:translate(11px)}.brand-heading--md{font-size:26px}h1{font-size:28px;font-weight:900;line-height:1.2;color:var(--cream)}h2{font-size:20px;font-weight:700}p{margin:0;line-height:1.6}.muted{color:var(--muted);font-size:14px;font-weight:500}.kome{color:var(--muted);font-size:12px;font-weight:500}.btn,.brand-btn{--btn-face: var(--cream);--btn-shadow: var(--black);position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:53px;padding:14px 24px;border:none;background:transparent;color:var(--ink);font-family:var(--font-jp);font-weight:900;font-size:22px;transform:rotate(-2deg);transition:transform .08s ease,opacity .08s ease;text-decoration:none}.btn:before,.brand-btn:before,.btn:after,.brand-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;clip-path:polygon(7.483% 0,100% 0,94.028% 100%,0 100%);pointer-events:none}.btn:before,.brand-btn:before{background:var(--btn-shadow);transform:translate(6px,8px)}.btn:after,.brand-btn:after{background:var(--btn-face)}.btn>span,.brand-btn>span{position:relative;z-index:1;display:inline-block;transform:skew(-12deg) scaleY(.98)}.btn:active,.brand-btn:active{transform:rotate(-2deg) translate(3px,4px)}.btn:disabled,.brand-btn:disabled{opacity:.45;cursor:default}.btn.ghost,.brand-btn--dark{--btn-face: var(--black);--btn-shadow: var(--cream);color:var(--cream)}button{font:inherit;cursor:pointer}.brand-panel{position:relative;z-index:1;background:var(--black);margin-top:8px;padding:max(32px,calc(64px - var(--vh-deficit) * .05)) 16px;display:flex;flex-direction:column;align-items:center;gap:max(16px,calc(32px - var(--vh-deficit) * .05));width:100%}.brand-panel>.btn,.brand-panel>.brand-btn{max-width:300px;margin-top:8px}.brand-panel .btn,.brand-panel .brand-btn{transform:none}.brand-panel .btn:before,.brand-panel .brand-btn:before{display:none}.brand-panel .btn:after,.brand-panel .brand-btn:after{clip-path:none}.brand-panel .btn:active,.brand-panel .brand-btn:active{transform:translate(2px,2px)}.rule-box{width:100%;border-radius:var(--radius);overflow:hidden}.rule-box__head{background:var(--rule-yellow);color:var(--ink);font-weight:700;font-size:20px;line-height:1.5;text-align:center;padding:8px 16px}.rule-box__body{background:var(--cream);color:var(--ink);padding:16px;display:flex;flex-direction:column;gap:8px;align-items:center}.rule-box__lead{width:100%;text-align:center;font-weight:700;font-size:16px;line-height:1.6;padding-bottom:8px;border-bottom:2px solid var(--ink)}.rule-box__list{width:100%;display:flex;flex-direction:column;gap:8px;padding:0;margin:0;list-style:none}.rule-box__list li{display:flex;gap:7px;align-items:center;font-weight:700;font-size:16px;line-height:1.6}.rule-box__list li img{width:13px;height:22px;flex-shrink:0}.rule-box__warn{width:100%;background:var(--brand-red);color:var(--cream);display:flex;gap:8px;align-items:center;justify-content:center;padding:8px 16px;font-weight:500;font-size:14px;line-height:1.4}.rule-box__warn-icon{flex-shrink:0;width:32px;height:auto}.field{display:flex;flex-direction:column;gap:8px}.field label{font-size:14px;font-weight:700;color:var(--cream)}.field--center label{text-align:center;font-size:20px;color:var(--cream)}.field--center label .kome{font-size:14px;color:var(--cream)}.field__inputwrap{position:relative}.field-error{position:absolute;right:4px;bottom:1px;font-size:12px;font-weight:700;line-height:1.2;color:var(--brand-red);pointer-events:none}.field input{width:100%;padding:16px;background:#fff;border:none;border-radius:0;color:var(--ink);font-family:var(--font-jp);font-weight:900;font-size:18px;text-align:center}.field input::placeholder{color:#0000004d}.field input:focus{outline:2px solid var(--rule-yellow)}.stack{display:flex;flex-direction:column;gap:12px}.actions{margin-top:auto;width:100%;margin-bottom:max(24px,calc(47px - var(--vh-deficit) * .15))}.intro .actions{margin-bottom:0}.card{border:1px solid var(--line);border-radius:var(--radius);padding:16px;background:#00000059}.error{color:var(--cream);background:var(--brand-red);padding:8px 12px;border-radius:8px;font-size:14px;font-weight:700}.geofence{gap:24px}.geofence__message{color:var(--cream);font-size:15px;font-weight:700;line-height:1.9;text-align:center;max-width:300px}.checkline{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:700;line-height:1.6}.checkline input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:28px;height:28px;margin:0;background:transparent;border:2px solid var(--cream);border-radius:0;flex-shrink:0;position:relative;cursor:pointer}.checkline input:checked:before{content:"✓";position:absolute;left:5px;top:4px;font-weight:700;font-size:20px;line-height:14px;color:var(--cream)}.spinner{width:44px;height:44px;border:3px solid var(--line);border-top-color:var(--cream);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pulse{animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}.reveal{padding-top:64px;padding-bottom:calc(40px + env(safe-area-inset-bottom));gap:24px}.reveal .crew-image{margin-top:8px}.reveal-emph{font-size:48px;font-weight:700}.crew-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border:2px solid var(--cream);background:#0d0d0d}.part-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:2px solid var(--cream);border-radius:999px;font-weight:900;font-size:18px;color:var(--cream)}.qr-frame{background:#fff;padding:24px;border:2px solid var(--cream);border-radius:var(--radius);display:inline-flex}.panel-note{font-size:16px;font-weight:700;line-height:1.6;color:var(--cream)}.camera{--fit-pad-top: 101px;--fit-pad-shrink: .6;--fit-gap: 32px}.camera-capture{align-items:center;gap:max(16px,calc(24px - var(--vh-deficit) * .05))}.camera-view{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#d9d9d9;border:2px solid var(--cream)}.camera-view video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.face-guide{position:absolute;left:50%;top:50%;width:155px;height:202px;transform:translate(-50%,-50%);pointer-events:none}.camera-note{font-size:20px;font-weight:700;line-height:1.5;color:var(--cream);text-align:center}.shutter{width:94px;height:94px;border-radius:50%;background:var(--brand-red);border:8px solid var(--cream);box-shadow:0 4px 4px #00000040;padding:0}.shutter-row{position:relative;width:100%;display:flex;justify-content:center;align-items:center;margin-top:max(8px,calc(16px - var(--vh-deficit) * .05))}.camera-flip{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:var(--cream);padding:0;display:flex;align-items:center;justify-content:center}.camera-flip img{width:20px;height:16px}.shutter:disabled{opacity:.5}.terms{--fit-pad-top: 97px;--fit-gap: 24px}.terms-box{width:100%}.terms-box__head{display:flex;align-items:center;justify-content:center;gap:16px;background:var(--brand-red);color:var(--cream);font-weight:700;font-size:20px;line-height:1.5;text-align:center;padding:8px 16px}.terms-box__sparkle{height:16px;width:auto}.gen-error{--fit-pad-top: 154px;--fit-pad-shrink: .3;--fit-gap: 32px}.terms-box__body.error-hints{gap:16px}.error-hints__item{display:flex;align-items:flex-start;gap:8px}.error-hints__item img{width:20px;height:20px;flex-shrink:0}.error-hints__item p{font-size:16px;font-weight:700;line-height:1.6;white-space:pre-line}.terms-box__body{background:var(--cream);color:var(--ink);padding:16px;max-height:260px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:500;line-height:1.4;scrollbar-width:thin;scrollbar-color:var(--brand-red) transparent}.terms-box__body::-webkit-scrollbar{width:4px}.terms-box__body::-webkit-scrollbar-thumb{background:var(--brand-red);border-radius:2px}.terms-box__body::-webkit-scrollbar-track{background:transparent}.terms-box__body--tall{height:307px;max-height:none}.terms-box__section{font-weight:700}.terms-box__list+.terms-box__section{margin-top:8px}.terms-box__list{display:flex;flex-direction:column;gap:4px;list-style:none;padding-left:.5em}.terms-box__list li{position:relative;padding-left:1.15em}.terms-box__list li:before{content:"•";position:absolute;left:.2em}.terms-box__note{margin-top:8px}.terms-box__link{color:var(--brand-red);font-weight:700;word-break:break-all}.todo{--fit-pad-top: 101px;--fit-pad-shrink: .4;--fit-gap: 32px}.todo-step{display:flex;align-items:center;gap:16px;background:var(--black);color:var(--cream);padding:16px}.todo-step__no{flex-shrink:0;width:60px;height:60px;display:grid;place-items:center;background:var(--cream);color:var(--ink);font-size:30px;font-weight:700;line-height:1}.todo-step--entry{flex-direction:column;justify-content:center;gap:8px}.todo-step--entry .todo-step__no{width:auto;height:auto;background:none;color:var(--cream);letter-spacing:8px;margin-right:-8px;line-height:22px}.todo-step--entry .todo-step__text{text-align:center}.todo-step__text{font-size:20px;font-weight:700;line-height:1.5}.guide{text-align:center}.guide__poem{display:flex;flex-direction:column;gap:24px}.guide__poem p,.guide__tail p{font-weight:700;font-size:16px;line-height:1.6;color:var(--cream)}.guide__poem span,.guide__tail span{display:block;transform:skew(var(--heading-skew)) scaleY(.96)}.guide__tail{margin-top:12px;display:flex;flex-direction:column;align-items:center;gap:16px}.guide__catch{display:block;width:133px;height:auto}.burst-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.burst{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:400px;height:auto;pointer-events:none;animation:burst-pop 1.6s ease-out infinite}@keyframes burst-pop{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.04);opacity:.88}}.btn-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;transform:rotate(-1deg)}.btn-row .btn,.btn-row .brand-btn{transform:none}.btn-row .btn:active,.btn-row .brand-btn:active{transform:translate(3px,4px)}.intro2{--fit-pad-top: 168px;--fit-pad-shrink: .3;--fit-gap: 32px;text-align:center}.intro2-head{position:relative;display:flex;align-items:center;justify-content:center;height:141px}.intro2-lines{position:absolute;top:50%;width:55px;height:auto;transform:translateY(-50%);pointer-events:none}.intro2-lines--left{left:16px}.intro2-lines--right{right:14px;transform:translateY(-50%) scaleX(-1)}.confirm{--fit-pad-top: 97px;--fit-gap: 24px}.confirm .confirm-photo{margin-top:8px}.confirm-photo{width:100%;aspect-ratio:1 / 1;object-fit:cover;background:#d9d9d9;border:2px solid #fff}.generating{align-items:center;--fit-pad-top: 210px;--fit-pad-shrink: .3;--fit-gap: 32px}.generating__flame-group{display:flex;flex-direction:column;align-items:center;gap:16px}.generating__progress-group{display:flex;flex-direction:column;align-items:center;gap:8px}.flame{width:260px;height:auto}.progress{position:relative;width:260px;height:4px;background:var(--cream);overflow:hidden}.progress__bar{position:absolute;top:0;left:0;height:100%;width:75px;background:#ffeea4;animation:progress-slide 1.4s ease-in-out infinite}@keyframes progress-slide{0%{left:-75px}to{left:260px}}.crew-generating-msg{font-weight:700;font-size:16px;color:var(--cream)}.crew-meta{display:flex;flex-direction:column;align-items:center;gap:8px}.crew-name{font-weight:900;font-size:48px;line-height:1;color:var(--cream);transform:skew(var(--heading-skew)) scaleY(.96)}.crew-part-row-img{height:16px;width:auto}.crew-part-row{display:flex;align-items:center;gap:4px;font-weight:900;font-size:15px;letter-spacing:1px;color:var(--cream)}.crew-part-row img{height:16px;width:auto}.crew-part{display:inline-flex;flex-direction:column;align-items:flex-start;gap:1px;padding:0 0 4px;color:var(--cream);white-space:nowrap}.crew-part__main{display:inline-flex;align-items:center;gap:6px;font-weight:900;font-size:13px;letter-spacing:.5px}.crew-part__sub{font-size:8px;font-weight:700;opacity:.85;letter-spacing:1.5px}.crew-profile{font-size:16px;font-weight:700;line-height:1.6;color:var(--cream)}.reveal-actions{gap:24px;margin-top:16px;margin-bottom:47px}.reveal-actions .download-link{margin-top:16px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:700;color:var(--cream);text-decoration:none}.reveal-actions .download-link img{width:30px;height:30px}.download-link{display:inline-block;text-align:center;width:100%;padding:8px;font-size:13px;font-weight:700;color:var(--cream);text-decoration:underline}.rule-check{display:flex;align-items:center;gap:10px;cursor:pointer}.rule-check input{width:20px;height:20px;accent-color:var(--brand-red);flex-shrink:0}.list-item{display:flex;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.thumb{width:64px;height:64px;border-radius:10px;object-fit:cover;background:#0d0d0d;border:1px solid var(--line);flex-shrink:0}.band-photo{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line);background:#0d0d0d}.member-row{display:flex;flex-wrap:wrap;gap:12px}.member-chip{display:flex;align-items:center;gap:8px}.avatar{width:40px;height:40px;border-radius:999px;object-fit:cover;background:#0d0d0d;border:1px solid var(--line);flex-shrink:0}.avatar-placeholder{background:#1a1a1a}a{color:var(--cream)}.pp{position:relative;flex:1 0 auto;min-height:100dvh;background:var(--red-deep);color:var(--cream)}.pp:before{content:"";position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--app-max);height:100dvh;z-index:0;background:var(--red-deep) url(/assets/texture-red-0N_Wq1Aj.webp) top center / 100% auto repeat-y;pointer-events:none}.pp:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:url(/assets/pp-wordmark-tile-CSxctle_.webp) top center / 100% auto repeat-y;pointer-events:none}.pp__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.pp__header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;width:100%;max-width:402px;padding:16px 20px}.pp__catch{width:90px;height:auto;flex-shrink:0}.pp__headright{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.pp__share{width:auto;min-height:40px;padding:6px 16px;font-size:18px}.pp__id{display:inline-flex;align-items:center;gap:3px;background:var(--black);color:var(--cream);font-family:Courier Prime,Courier New,monospace;font-size:15px;padding:3px 4px}.pp__id-stars{display:inline-flex;gap:3px}.pp__id-stars i{width:8px;height:12px;background:var(--cream);clip-path:polygon(50% 0%,56% 44%,100% 50%,56% 56%,50% 100%,44% 56%,0% 50%,44% 44%)}.pp-section{width:100%;max-width:402px;padding:60px 20px;display:flex;flex-direction:column;gap:16px}.pp__header+.pp-section{padding-top:0}.pp-section__title{display:flex;flex-direction:column;gap:0;align-self:stretch}.pp-section__title h2{margin:0;font-weight:900;font-size:36px;line-height:1.15;color:var(--cream);transform:skew(var(--heading-skew)) scaleY(.96);transform-origin:left}.pp-section__title p{margin:0;font-weight:700;font-size:16px;line-height:1.6;color:var(--cream);transform:skew(var(--heading-skew));transform-origin:left}.pp-crew__image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border:2px solid var(--cream);background:#d9d9d9}.pp-crew__namerow{display:flex;flex-direction:column;align-items:center;gap:8px}.pp-crew__name{font-weight:900;font-size:48px;line-height:1;color:var(--cream);transform:skew(var(--heading-skew)) scaleY(.96)}.pp-crew__profile{font-weight:700;font-size:16px;line-height:1.6;color:var(--cream);margin-top:8px}.pp-actions{display:grid;grid-template-columns:1fr}.brand-btn--redlabel{--btn-shadow: var(--brand-red)}.brand-btn--redlabel>span{color:var(--brand-red)}.brand-btn--redface{--btn-face: var(--brand-red);--btn-shadow: var(--cream);color:var(--cream)}.pp-actions .brand-btn{height:53px;min-height:53px;padding:0 8px;white-space:nowrap}.pp-actions .brand-btn>span{transform:skew(var(--heading-skew)) scaleY(.96)}.pp__share:before,.pp__share:after{clip-path:polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%)}.pp-card{width:100%;background:var(--black);padding:24px 16px;display:flex;flex-direction:column;gap:16px}.pp-card--band{padding:40px 16px;gap:24px}.pp-card--band .pp-band__photo{margin-top:-8px}.pp-card--band .pp-subhead+.pp-subhead,.pp-card--band .pp-actions{margin-top:16px}.pp-card__time{font-weight:500;font-size:14px;text-align:right;color:var(--cream);transform:skew(var(--heading-skew))}.pp-band__photo{width:100%;aspect-ratio:4 / 5;object-fit:cover;border:2px solid var(--cream);background:#d9d9d9}.pp-band__name{font-weight:900;font-size:48px;white-space:pre-line;line-height:1.1;text-align:center;color:var(--cream);transform:skew(var(--heading-skew))}.pp-subhead{display:flex;flex-direction:column;gap:8px}.pp-subhead__label{font-weight:900;font-size:18px;color:var(--cream);transform:skew(var(--heading-skew));transform-origin:left}.pp-subhead__rule{height:2px;width:100%;background:var(--cream)}.pp-story{font-weight:700;font-size:16px;line-height:1.6;color:var(--cream)}.pp-member{display:flex;align-items:center;gap:8px}.pp-member__avatar{width:40px;height:40px;border-radius:999px;object-fit:cover;background:#333;flex-shrink:0}.pp-member__name{font-weight:700;font-size:20px;color:var(--cream)}.pp-member__part{font-weight:700;font-size:16px;color:var(--cream);margin-left:-4px}.pp-card--live{gap:8px}.pp-live__reportblock{margin-top:8px}.pp-live__scorerow{display:flex;justify-content:flex-end}.pp-live__score{font-weight:500;font-size:14px;color:var(--cream);transform:skew(var(--heading-skew))}.pp-live__band{font-weight:900;font-size:18px;line-height:1.4;white-space:pre-line;color:var(--cream)}.pp-live__row{display:flex;gap:16px;border-bottom:2px solid var(--cream);padding-bottom:24px}.pp-live__thumbwrap{width:94px;min-height:176px;align-self:stretch;flex-shrink:0;display:flex;align-items:center;justify-content:center}.pp-live__thumb{width:94px;height:176px;object-fit:cover;opacity:.9}.pp-live__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px}.pp-member--sm .pp-member__avatar{width:26px;height:26px}.pp-member--sm .pp-member__name{font-size:16px}.pp-member--sm .pp-member__part{font-size:14px;font-weight:500}.pp-report{background:#efe7d6 url(/assets/paper-D_iN79Cc.webp) center / cover;color:var(--ink);border:2px solid var(--black);padding:16px;display:flex;flex-direction:column;gap:16px}.pp-report__title{font-weight:900;font-size:24px;line-height:1.4;color:var(--ink)}.pp-report__lead{font-weight:700;font-size:16px;line-height:1.6;color:var(--ink)}.pp-report .brand-btn{transform:none;font-size:18px}.pp-report .brand-btn:before{display:none}.pp-report .brand-btn:after{clip-path:none}.pp-report .brand-btn:active{transform:translate(2px,2px)}.pp-todo{display:flex;align-items:flex-start;gap:8px}.pp-todo__box{position:relative;width:28px;height:28px;flex-shrink:0;border:2px solid var(--cream)}.pp-todo__box:before{content:"✓";position:absolute;left:5px;top:4px;font-weight:700;font-size:20px;line-height:14px;color:var(--cream)}.pp-bands-wrap{position:relative}.pp-band__nav{position:absolute;top:var(--band-nav-top, 50%);width:54px;height:54px;padding:0;border:0;background:transparent;cursor:pointer;transform:translateY(-50%);-webkit-tap-highlight-color:transparent}.pp-band__nav:before,.pp-band__nav:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.pp-band__nav:before{background:var(--brand-red);transform:translate(6px,8px)}.pp-band__nav:after{background:var(--cream) url("data:image/svg+xml,%3csvg%20width='54'%20height='54'%20viewBox='0%200%2054%2054'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M43.3876%2027.5391L27.192%2011.2937L24.6292%2013.8643L40.8248%2030.1097L43.3876%2027.5391Z'%20fill='%23DF0517'/%3e%3cpath%20d='M40.8249%2024.9685L24.6292%2041.2139L27.192%2043.7845L43.3876%2027.5391L40.8249%2024.9685Z'%20fill='%23DF0517'/%3e%3cpath%20d='M41.5962%2025.7201H11.5264V29.3555H41.5962V25.7201Z'%20fill='%23DF0517'/%3e%3c/svg%3e") center / contain no-repeat}.pp-band__nav--prev{left:-11px}.pp-band__nav--prev:after{transform:scaleX(-1)}.pp-band__nav--next{right:-11px}.pp-band__nav:active{transform:translateY(-50%) translate(3px,4px)}.pp-bands{display:flex;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.pp-bands::-webkit-scrollbar{display:none}.pp-bands.is-dragging{scroll-snap-type:none;cursor:grabbing;-webkit-user-select:none;user-select:none}.pp-bands__item{flex:0 0 100%;scroll-snap-align:center;display:flex}.pp-pager{align-self:center;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0}.pp-pager__dot{width:44px;height:44px;padding:0;border:0;cursor:pointer;background:transparent;display:grid;place-items:center;-webkit-tap-highlight-color:transparent}.pp-pager__dot:before{content:"";width:16px;height:17px;background:url("data:image/svg+xml,%3csvg%20width='15.90'%20height='17'%20viewBox='-0.10%200%2015.90%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20d='M15.0912%208.42224C12.731%208.42224%2011.3039%207.99228%2010.4531%207.03173C9.37365%205.80589%209.2547%203.70183%2010.0872%200.582333C10.0963%200.545741%2010.0598%200.509148%209.99572%200.5C9.99572%200.5%209.98655%200.5%209.9774%200.5C9.92251%200.5%209.87678%200.527446%209.86763%200.564038C9.03515%203.68353%207.78186%205.79674%206.03458%207.02258C4.65322%207.99228%202.97913%208.43139%200.609773%208.43139C0.545736%208.43139%200.5%208.46798%200.5%208.50457C0.5%208.54117%200.545736%208.57776%200.609773%208.57776C2.96998%208.57776%204.39709%209.00772%205.24786%209.96827C6.32733%2011.1941%206.44625%2013.3073%205.61378%2016.4177C5.60463%2016.4543%205.64123%2016.4909%205.70526%2016.5C5.70526%2016.5%205.7144%2016.5%205.72355%2016.5C5.77844%2016.5%205.82417%2016.4726%205.83332%2016.436C6.6658%2013.3165%207.91909%2011.2033%209.66637%209.96827C11.0477%208.99857%2012.7218%208.55946%2015.0912%208.55946C15.1552%208.55946%2015.201%208.52287%2015.201%208.48628C15.201%208.44969%2015.1552%208.41309%2015.0912%208.41309V8.42224Z'%20stroke='%23FDEDDB'%20stroke-linejoin='bevel'/%3e%3c/svg%3e") center / contain no-repeat}.pp-pager__dot.is-active:before{background-image:url("data:image/svg+xml,%3csvg%20width='15.90'%20height='17'%20viewBox='68.00%200%2015.90%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector_4'%20d='M83.1941%208.42224C80.8339%208.42224%2079.4068%207.99228%2078.5561%207.03173C77.4766%205.80589%2077.3576%203.70183%2078.1901%200.582333C78.1993%200.545741%2078.1627%200.509148%2078.0987%200.5C78.0987%200.5%2078.0895%200.5%2078.0803%200.5C78.0254%200.5%2077.9797%200.527446%2077.9706%200.564038C77.1381%203.68353%2075.8848%205.79674%2074.1375%207.02258C72.7562%207.99228%2071.0821%208.43139%2068.7127%208.43139C68.6487%208.43139%2068.6029%208.46798%2068.6029%208.50457C68.6029%208.54117%2068.6487%208.57776%2068.7127%208.57776C71.0729%208.57776%2072.5%209.00772%2073.3508%209.96827C74.4303%2011.1941%2074.5492%2013.3073%2073.7167%2016.4177C73.7076%2016.4543%2073.7442%2016.4909%2073.8082%2016.5C73.8082%2016.5%2073.8173%2016.5%2073.8265%2016.5C73.8814%2016.5%2073.9271%2016.4726%2073.9363%2016.436C74.7687%2013.3165%2076.022%2011.2033%2077.7693%209.96827C79.1507%208.99857%2080.8248%208.55946%2083.1941%208.55946C83.2581%208.55946%2083.3039%208.52287%2083.3039%208.48628C83.3039%208.44969%2083.2581%208.41309%2083.1941%208.41309V8.42224Z'%20fill='%23FDEDDB'%20stroke='%23FDEDDB'%20stroke-linejoin='bevel'/%3e%3c/svg%3e")}.pp-todo__text{font-weight:700;font-size:16px;line-height:1.6;color:var(--cream)}.drink-notice{width:100%;background:var(--cream);color:var(--ink);padding:40px 16px;display:flex;flex-direction:column;align-items:center;gap:24px}.drink-notice__marks{display:flex;align-items:center;gap:16px}.drink-notice__mark--under20{width:50px;height:73px}.drink-notice__mark--recycle{width:81px;height:81px}.drink-notice__body{width:100%;font-size:16px;display:flex;flex-direction:column;gap:1.6em}.drink-notice__body p{margin:0;font-size:16px;font-weight:700;line-height:1.6;color:var(--ink)}.reveal>.drink-notice{width:auto;align-self:stretch;margin:0 -19px calc(-40px - env(safe-area-inset-bottom))}.pp__copyright{width:100%;background:var(--black);padding:16px;text-align:center;font-weight:500;font-size:14px;line-height:1.4;color:var(--cream)}.pp-empty{background:#00000059;border:1px dashed rgba(253,237,219,.4);padding:24px 16px;text-align:center;font-size:14px;color:var(--cream);opacity:.9}.pp-article{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;overflow-y:auto;background:#f2e2c9 url(/assets/paper-times-BsGZYQpb.webp) top left / 1163.63px auto repeat;display:flex;justify-content:center;align-items:flex-start}.pp-article__page{position:relative;width:100%;max-width:402px;padding:64px 16px calc(64px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;gap:24px;color:var(--ink)}.pp-article__corner{position:absolute;top:10px;left:12px;width:125px;height:auto}.pp-article__dates{position:absolute;top:9px;right:91px;width:64px;height:auto}.pp-article__place{position:absolute;top:10px;right:14px;width:49px;height:auto}.pp-article__close{width:48px;height:48px;padding:0;border:none;background:none;cursor:pointer;flex-shrink:0}.pp-article__close img{width:100%;height:100%}.pp-article__masthead{width:357px;max-width:100%;height:auto}.pp-article__hero{width:330px;max-width:100%;aspect-ratio:4 / 5;object-fit:cover;border:2px solid var(--black);background:#d9d9d9}.pp-article__videobtn.brand-btn{width:330px;max-width:100%;--btn-shadow: var(--black);font-size:20px}.pp-article__headblock{width:330px;max-width:100%;padding:8px 0;display:flex;flex-direction:column;gap:8px}.pp-article__headline{margin:0;font-weight:900;font-size:24px;line-height:1.4;color:var(--ink)}.pp-article__lead{margin:0;font-weight:700;font-size:16px;line-height:1.6;color:var(--ink)}.pp-article__rule{width:100%;height:auto}.pp-article__body{width:330px;max-width:100%;display:flex;flex-direction:column;gap:20px}.pp-article__body p{margin:0;font-weight:500;font-size:14px;line-height:1.4;color:var(--ink)}.pp-article__closebtn.brand-btn{max-width:300px;margin-top:16px;transform:none;font-size:22px}.pp-article__closebtn.brand-btn:before{display:none}.pp-article__closebtn.brand-btn:after{clip-path:none}.pp-article__closebtn.brand-btn:active{transform:translate(2px,2px)}
