:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#332d28;background:#faf6ee;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}.guest-page{width:min(100%,480px);min-height:100vh;margin:0 auto;padding:18px 18px 112px;background:linear-gradient(180deg,#fffdf7d1,#faf6eef0),radial-gradient(circle at 18% 0%,rgba(184,110,122,.18),transparent 30%),#faf6ee}.shell-page{display:grid;place-items:center;padding-bottom:40px}.wordmark{position:fixed;top:24px;left:50%;transform:translate(-50%);font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:600;color:#332d28}.wordmark-link{display:inline-block;margin-bottom:28px;color:#332d28;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:600;text-decoration:none}.browser-bar{display:flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:8px 14px;border:1px solid #e6ddd0;border-radius:999px;background:#fffdf7e0;color:#62594f;font-size:12px;font-weight:650;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.event-hero{padding:34px 8px 24px;text-align:center}.eyebrow{color:#9b7f39;font-size:11px;font-weight:760;letter-spacing:.14em;text-transform:uppercase}h1,h2,p{margin:0}.event-hero h1,.center-card h1{margin-top:12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,12vw,58px);font-weight:600;line-height:.98;color:#332d28}.event-hero p,.center-card p,.done-panel p{color:#62594f;font-size:15px;line-height:1.52}.event-hero p{margin:14px auto 0;max-width:350px}.hero-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px}.hero-meta span{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid #e6ddd0;border-radius:999px;background:#fffdf7;color:#62594f;font-size:12px;font-weight:680}.paused-banner{display:inline-flex;align-items:center;gap:7px;margin-top:14px;padding:9px 12px;border:1px solid #e8c8ce;border-radius:999px;background:#f7e4e7;color:#6c343e;font-size:12px;font-weight:760}.details-panel,.upload-panel,.done-panel,.center-card{border:1px solid #e6ddd0;border-radius:8px;background:#fffdf7f0;box-shadow:0 16px 50px #2a231c14}.details-panel{display:grid;gap:12px;padding:14px}.field{display:grid;gap:7px}.field span{display:inline-flex;align-items:center;gap:7px;color:#62594f;font-size:12px;font-weight:720}.field input{width:100%;min-height:48px;border:1px solid #e6ddd0;border-radius:8px;padding:12px 13px;background:#faf6ee;color:#332d28;font-size:16px;outline:none}.field input:focus{border-color:#b86e7a;box-shadow:0 0 0 3px #b86e7a24}.upload-panel{margin-top:14px;padding:16px}.upload-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.upload-header h2,.done-panel h2{margin-top:5px;font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1.05}.shot-counter{display:grid;place-items:center;min-width:62px;min-height:58px;border:1px solid #e6ddd0;border-radius:8px;background:#f3e6c4;color:#332d28}.shot-counter strong{font-family:Georgia,Times New Roman,serif;font-size:26px;line-height:1}.shot-counter span{color:#62594f;font-size:10px;font-weight:740;letter-spacing:.08em;text-transform:uppercase}.dropzone{display:grid;place-items:center;gap:7px;width:100%;min-height:148px;margin-top:16px;border:1.5px dashed #c3b8aa;border-radius:8px;background:#faf6ee;color:#332d28;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.dropzone.is-dragging,.dropzone:focus-visible{border-color:#b86e7a;background:#f2dde1;outline:none}.dropzone span{font-size:15px;font-weight:760}.dropzone small{color:#74695f;font-size:12px}.dropzone:disabled{cursor:default;opacity:.62}.notice{margin-top:10px;color:#8a6041;font-size:13px;line-height:1.4}.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}.photo-tile{position:relative;aspect-ratio:1 / 1.18;overflow:hidden;border-radius:8px;background:#efe7dd}.photo-tile img{width:100%;height:100%;object-fit:cover;display:block}.photo-tile.is-uploading img{filter:saturate(.75) brightness(.82)}.remove-photo{position:absolute;top:6px;right:6px;display:grid;place-items:center;width:27px;height:27px;border:0;border-radius:999px;background:#fffdf7eb;color:#332d28;cursor:pointer}.remove-photo:disabled{opacity:.4;cursor:default}.status-badge{position:absolute;left:6px;bottom:6px;display:inline-flex;align-items:center;gap:4px;max-width:calc(100% - 12px);padding:5px 7px;border-radius:999px;background:#fffdf7f0;color:#62594f;font-size:10px;font-weight:760}.status-badge.success{color:#346747}.status-badge.danger{color:#9a4c4c}.tile-error{position:absolute;inset:auto 6px 34px;padding:5px 6px;border-radius:6px;background:#332d28d1;color:#fffdf7;font-size:10px;line-height:1.2}.done-panel{display:flex;gap:12px;align-items:center;margin-top:14px;padding:16px;color:#9b7f39}.done-panel p{margin-top:5px}.sticky-actions{display:grid;grid-template-columns:.82fr 1fr;gap:10px;margin-top:14px;padding:10px;border:1px solid rgba(230,221,208,.9);border-radius:8px;background:#fffdf7eb;box-shadow:0 18px 48px #2a231c29;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border:0;border-radius:999px;padding:12px 14px;font-size:15px;font-weight:780;cursor:pointer}.primary-button{background:#332d28;color:#fffdf7}.primary-button:disabled,.secondary-button:disabled{opacity:.42;cursor:default}.secondary-button{border:1px solid #e6ddd0;background:#faf6ee;color:#332d28}.center-card{display:grid;justify-items:center;gap:12px;width:min(100%,360px);padding:28px 22px;text-align:center}.legal-page{padding-top:28px;padding-bottom:48px}.legal-card{display:grid;gap:22px;border:1px solid #e6ddd0;border-radius:8px;padding:24px 20px;background:#fffdf7f0;box-shadow:0 16px 50px #2a231c14}.legal-card h1{font-family:Georgia,Times New Roman,serif;font-size:38px;line-height:1}.legal-card h2{margin:0 0 8px;color:#332d28;font-size:16px;line-height:1.2}.legal-card p{color:#62594f;font-size:14px;line-height:1.58}.legal-card a{color:#332d28;font-weight:760}.legal-meta{color:#74695f;font-size:12px;font-weight:700}.legal-links{display:flex;flex-wrap:wrap;gap:10px;padding-top:2px}.legal-links a{display:inline-flex;align-items:center;min-height:38px;padding:9px 12px;border:1px solid #e6ddd0;border-radius:999px;background:#faf6ee;font-size:13px;text-decoration:none}.center-card h1{font-size:36px}.setup-card ul{width:100%;margin:4px 0 0;padding:0;list-style:none;display:grid;gap:8px}.setup-card li{padding:9px 10px;border-radius:7px;background:#faf6ee;color:#62594f;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;text-align:left}.spin{animation:spin .9s linear infinite}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:760px){.guest-page{margin-top:24px;margin-bottom:24px;min-height:calc(100vh - 48px);border:1px solid rgba(230,221,208,.8);border-radius:8px}}
