@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Baloo+2:wght@600;700&display=swap";:root{--color-bg:#fff;--color-surface:#f5f5f5;--color-text-primary:#1a1a1a;--color-text-secondary:#6b6b6b;--color-accent:#2fa39b;--color-accent-text:#fff;--radius-card:16px;--radius-button:999px}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--color-bg);color:var(--color-text-primary);-webkit-tap-highlight-color:transparent;margin:0;font-family:Inter,-apple-system,sans-serif}#root{height:100%}.screen{background:var(--color-bg);flex-direction:column;max-width:480px;min-height:100vh;margin:0 auto;display:flex}.top-bar{justify-content:space-between;align-items:center;min-height:24px;padding:16px 20px;display:flex}.icon-button{cursor:pointer;color:var(--color-text-primary);background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;margin:-10px;padding:10px;display:flex}.wordmark{letter-spacing:-.01em;text-align:center;padding:12px 0;font-size:16px;font-weight:700}.card{background:var(--color-surface);border-radius:var(--radius-card);padding:24px}.btn-primary{background:var(--color-accent);color:var(--color-accent-text);border-radius:var(--radius-button);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:100%;min-height:44px;padding:16px 24px;font-family:inherit;font-size:16px;font-weight:600;display:flex}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{color:var(--color-accent);border-radius:var(--radius-button);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:8px;width:100%;min-height:44px;padding:16px 24px;font-family:inherit;font-size:16px;font-weight:600;display:flex}.text-secondary{color:var(--color-text-secondary);font-size:15px;line-height:1.4}.status-row{color:var(--color-text-secondary);align-items:center;gap:12px;font-size:15px;display:flex}.polaroid-frame{background:linear-gradient(#fdf6ea 0%,#e9c9a0 100%);border-radius:6px;width:100%;max-width:320px;margin:0 auto;padding:14px 14px 40px;position:relative;box-shadow:0 12px 30px #0000001f}.polaroid-frame:before{content:"";background:#ffffff8c;border-radius:2px;width:56px;height:24px;position:absolute;top:-10px;left:24px;transform:rotate(-6deg)}.polaroid-photo{aspect-ratio:3/4;background:#ddd;border-radius:2px;width:100%;display:flex;overflow:hidden}.polaroid-photo img{object-fit:cover;width:100%;height:100%}.polaroid-photo.split img{width:50%}.camera-viewport{background:#111;flex:1;position:relative;overflow:hidden}.camera-viewport video{object-fit:cover;width:100%;height:100%;transform:scaleX(-1)}.pose-overlay{opacity:.5;object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.bottom-sheet{background:var(--color-bg);flex-direction:column;align-items:center;gap:12px;padding:24px 20px 32px;display:flex}.shutter-button{background:var(--color-accent);outline:2px solid var(--color-accent);cursor:pointer;border:4px solid #fff;border-radius:50%;width:72px;height:72px}.center-column{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding:24px;display:flex}.home-screen{padding-bottom:100px}.home-header{text-align:center;padding:56px 24px 40px}.home-wordmark{color:var(--color-accent);letter-spacing:0;font-family:"Baloo 2",Fredoka,Georgia,serif;font-size:44px;font-weight:700;line-height:1}.home-tagline{color:var(--color-text-primary);margin-top:16px;font-size:15px}.home-tagline .accent{color:var(--color-accent);font-weight:600}.strip-gallery{columns:3;column-gap:10px;padding:0 16px}.strip-card{break-inside:avoid;background:var(--color-bg);cursor:pointer;text-align:left;border:none;border-radius:8px;width:100%;margin-bottom:20px;padding:0;display:block;overflow:hidden;box-shadow:0 8px 20px #0000001f}.strip-card img{width:100%;display:block}.strip-caption{padding:8px 6px 10px}.strip-caption-title{letter-spacing:.02em;color:var(--color-text-primary);font-size:11px;font-weight:700}.strip-caption-date{color:var(--color-text-secondary);margin-top:2px;font-size:10px}.floating-toolbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-button);background:#1a1a1ad9;align-items:center;gap:16px;padding:10px 14px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toolbar-icon-button{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;display:flex}.toolbar-add-button{background:var(--color-accent);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}
