@font-face{font-family:savoye;src:url(/fonts/savoyeletplain.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-image:var(--theme-background);background-size:cover;background-position:center;color:#2c2118}#eventName{font-family:savoye,sans-serif;font-size:3.5rem;font-weight:700;padding-top:3rem}button{font:inherit;border:none;cursor:pointer}img{display:block;width:100%}.welcome-screen{min-height:100dvh;padding:28px;display:flex;align-items:center;justify-content:center;background-image:var(--theme-background);background-size:cover;background-position:center}.welcome-card{width:min(420px,100%);min-height:70dvh;padding:36px 26px;border-radius:34px;background:#ffffff1a;box-shadow:0 24px 70px #4a301929;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;flex-direction:column;justify-content:center;text-align:center}.welcome-small{margin:0;font-size:1.35rem;line-height:1.4;color:#6f5a46}.welcome-card h1{margin:18px 0 80px;font-size:clamp(2.2rem,12vw,4.4rem);line-height:1;letter-spacing:-.08em}.tap-text{margin:auto 0 0;font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8b6f55}.gallery-screen{min-height:100dvh;padding:18px 16px 120px;background-size:cover;background-position:center}.gallery-header{position:sticky;top:0;z-index:5;margin:-18px -16px 18px;padding:20px 18px 14px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(75,51,30,.08)}.gallery-header h1,.detail-header h1{margin:0;text-align:center;font-size:2rem;letter-spacing:-.04em;font-family:savoye,sans-serif}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.gallery-item{position:relative;padding:0;overflow:hidden;border-radius:22px;aspect-ratio:1 / 1.15;box-shadow:0 10px 28px #3a26151f}.gallery-item img{height:100%;object-fit:cover;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:manipulation;transition:transform .25s ease,filter .25s ease}.gallery-item:active img{transform:scale(.97)}.gallery-item.selected img{filter:brightness(.65)}.selection-dot{display:none;position:absolute;right:10px;bottom:10px;width:23px;height:23px;border-radius:999px;border:2px solid white;background:#ffffff73;box-shadow:0 4px 12px #00000038}.gallery-screen.selection-mode .selection-dot{display:block}.gallery-item.selected .selection-dot{display:block;background:#21d6c3}.gallery-item.selected .selection-dot:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:.85rem;font-weight:900}.scroll-sentinel{height:40px}.upload-button{position:fixed;right:18px;bottom:22px;z-index:20;height:58px;padding:0 20px 0 18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;background:#2c2118eb;color:#fff;font-size:.95rem;font-weight:850;letter-spacing:.01em;box-shadow:0 16px 42px #2c211857;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.upload-button:before{content:"+";width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:#ffffff2e;font-size:1.35rem;line-height:1;font-weight:700}.upload-button:disabled{opacity:.75}.download-bar{position:fixed;left:18px;right:96px;bottom:25px;z-index:20;min-height:56px;border-radius:999px;background:#fff;color:#2c2118;font-weight:800;box-shadow:0 14px 38px #2c211833}.detail-screen{min-height:100dvh;padding:18px 16px 40px;background:#f4efe7}.detail-header{position:relative;margin-bottom:20px;padding:4px 48px}.back-button{position:absolute;left:0;top:50%;width:42px;height:42px;transform:translateY(-50%);border-radius:999px;background:#fff;color:#2c2118;font-size:1.5rem;box-shadow:0 8px 20px #3a26151f}.detail-image-wrapper{overflow:hidden;border-radius:28px;background:#e4d6c5;box-shadow:0 18px 44px #3a261529}.detail-image-wrapper img{aspect-ratio:1 / 1.18;object-fit:cover}.download-single{width:100%;margin:18px 0 22px;min-height:58px;border-radius:999px;background:#2c2118;color:#fff;font-size:1rem;font-weight:850;box-shadow:0 14px 34px #2c211847}.gallery-screen,.detail-screen{background-image:var(--theme-background);background-size:cover;background-position:center;background-attachment:fixed}.upload-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:center;background:#f4efe7c2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.upload-box{width:min(300px,calc(100% - 48px));padding:28px 22px;border-radius:28px;background:#ffffffe0;box-shadow:0 22px 60px #2c211838;text-align:center}.upload-box p{margin:16px 0 0;font-weight:800;color:#2c2118}.upload-spinner{width:42px;height:42px;margin:0 auto;border-radius:999px;border:4px solid rgba(44,33,24,.16);border-top-color:#2c2118;animation:uploadSpin .8s linear infinite}.hidden{display:none}.error-screen{min-height:100dvh;padding:28px;display:grid;place-items:center;background:linear-gradient(#f4efe7b8,#f4efe7db),var(--theme-background);background-size:cover;background-position:center}.error-card{width:min(420px,100%);padding:36px 26px;border-radius:34px;background:#ffffffc2;box-shadow:0 24px 70px #4a30192e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center}.error-icon{width:58px;height:58px;margin:0 auto 18px;border-radius:999px;display:grid;place-items:center;background:#2c2118;color:#fff;font-size:2rem;font-weight:900}.error-card h1{margin:0 0 12px;font-size:clamp(2rem,10vw,3.4rem);line-height:1}.error-card p{margin:0;color:#6f5a46;line-height:1.5;font-weight:650}.error-code{display:inline-block;margin-top:18px;padding:8px 12px;border-radius:999px;background:#2c211814;color:#6f5a46;font-size:.78rem;font-weight:800}.legal-footer{position:static;width:100%;margin:44px 0 0;padding:24px 0 18px;display:flex;justify-content:center;align-items:center;gap:9px;font-size:.78rem;color:#2c21189e;clear:both}.legal-footer button{position:static;padding:4px 6px;background:transparent;color:inherit;font-weight:700;text-decoration:underline;text-underline-offset:3px;box-shadow:none}.legal-screen{min-height:100dvh;padding:24px 16px;background:linear-gradient(#f4efe7c7,#f4efe7eb),var(--theme-background);background-size:cover;background-position:center}.legal-card{position:relative;width:min(680px,100%);margin:0 auto;padding:70px 22px 30px;border-radius:30px;background:#ffffffd6;box-shadow:0 24px 70px #4a30192e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.legal-card h1{margin:0 0 22px;text-align:center;font-size:2.4rem}.legal-card h2{margin:22px 0 8px;font-size:1rem}.legal-card p{margin:0;color:#5f4b39;line-height:1.55;font-weight:550}.legal-card a{color:#2c2118;font-weight:800}.legal-back{left:18px;top:22px;transform:none}.welcome-screen{position:relative}.welcome-screen .legal-footer{position:absolute;left:0;right:0;bottom:18px;margin:0}@keyframes uploadSpin{to{transform:rotate(360deg)}}@media(min-width:700px){.gallery-screen,.detail-screen{max-width:560px;margin:0 auto}}
