*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-ui: "Plus Jakarta Sans", sans-serif;--font-print: "Courier Prime", monospace;--bg-dark: #0a0807;--bg-card: #14110f;--text-light: #f5f2eb;--text-muted: #9e968f;--camera-beige: #e5dec9;--camera-beige-shadow: #cbbb9e;--camera-dark: #1f1d1c;--camera-shutter: #e85b46;--camera-shutter-hover: #d14a36;--camera-flash-yellow: #f2a13d;--rb-red: #e15447;--rb-orange: #f19639;--rb-yellow: #eebb37;--rb-green: #44a460;--rb-blue: #397cc0}body{font-family:var(--font-ui);background-color:var(--bg-dark);color:var(--text-light);min-height:100vh;display:flex;justify-content:center;overflow-x:hidden;position:relative}.ambient-glow{position:fixed;width:600px;height:600px;border-radius:50%;opacity:.15;filter:blur(120px);pointer-events:none;z-index:0}.bg-glow-left{top:-100px;left:-200px;background:radial-gradient(circle,#f2a13d,#0000 70%)}.bg-glow-right{bottom:-100px;right:-200px;background:radial-gradient(circle,#3b7fc4,#0000 70%)}.app-container{width:100%;max-width:680px;padding:30px 20px;display:flex;flex-direction:column;align-items:center;gap:28px;z-index:1;position:relative}.app-header{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.header-logo{display:flex;align-items:center;gap:12px}.logo-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,var(--rb-red) 0%,var(--rb-orange) 25%,var(--rb-yellow) 50%,var(--rb-green) 75%,var(--rb-blue) 100%);box-shadow:0 4px 10px #0000004d,inset 0 1px 1px #fff3;position:relative}.logo-icon:after{content:"";position:absolute;top:2px;left:2px;right:2px;bottom:2px;border-radius:6px;background:linear-gradient(135deg,#fff6,#fff0 50%);pointer-events:none}.logo-text{display:flex;flex-direction:column}.logo-title{font-size:22px;font-weight:800;letter-spacing:-.5px;line-height:1.1;background:linear-gradient(to right,#fff,#e5dec9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.logo-subtitle{font-size:9px;font-weight:700;letter-spacing:1.5px;color:var(--text-muted)}.header-actions{display:flex;align-items:center;gap:12px}.status-badge{background-color:#14110fcc;border:1px solid rgba(255,255,255,.08);padding:6px 12px;border-radius:20px;display:flex;align-items:center;gap:8px;font-size:10px;font-weight:700;letter-spacing:1px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s cubic-bezier(.16,1,.3,1)}.status-badge:hover{background-color:#ffffff14;border-color:#ffffff29;transform:translateY(-1px)}.status-dot{width:6px;height:6px;background-color:#ea4335;border-radius:50%;box-shadow:0 0 8px #ea4335}.pulsing{animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(.9);opacity:.5}50%{transform:scale(1.2);opacity:1;box-shadow:0 0 12px #ea4335}to{transform:scale(.9);opacity:.5}}.btn-secondary{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:var(--text-light);padding:8px 14px;border-radius:20px;font-size:11px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.btn-secondary:hover{background:#ffffff1f;border-color:#fff3}.icon{width:14px;height:14px}.camera-deck{width:100%;display:flex;flex-direction:column;align-items:center;position:relative}.camera-body{width:100%;background-color:var(--camera-beige);border-radius:36px;padding:24px;box-shadow:0 25px 60px #00000080,0 10px 20px #0000004d,inset 0 4px #ffffff80,inset 0 -8px #00000026;display:flex;flex-direction:column;gap:16px;position:relative;z-index:2;border-bottom:2px solid var(--camera-beige-shadow)}.camera-top-row{display:flex;align-items:center;justify-content:space-between;width:100%}.camera-viewfinder-large{width:86px;height:48px;background-color:#1a1918;border-radius:12px;border:4px solid #363330;box-shadow:inset 0 2px 8px #000c;position:relative;overflow:hidden}.viewfinder-glass{position:absolute;top:2px;left:2px;right:2px;bottom:2px;border-radius:6px;background:linear-gradient(135deg,#ffffff26,#fff0 60%);border-top:1px solid rgba(255,255,255,.2)}.camera-viewfinder-small{width:46px;height:38px;background-color:#1a1918;border-radius:8px;border:4px solid #363330;box-shadow:inset 0 2px 6px #000c;position:relative}.viewfinder-inner{position:absolute;top:4px;left:4px;right:4px;bottom:4px;border-radius:3px;background:radial-gradient(circle,#384d5f,#10151b);opacity:.9}.film-counter-container{display:flex;flex-direction:column;align-items:center;gap:4px}.film-counter{width:64px;height:30px;background-color:#131211;border-radius:8px;color:var(--camera-flash-yellow);font-family:var(--font-ui);font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #292724;box-shadow:inset 0 2px 5px #00000080;letter-spacing:.5px}.film-counter-label{font-size:8px;font-weight:800;color:#70685e;letter-spacing:.5px}.camera-rainbow-stripe{height:10px;width:calc(100% + 48px);margin-left:-24px;display:flex;box-shadow:0 2px 4px #00000026}.stripe-color{flex:1;height:100%}.stripe-color.red{background-color:var(--rb-red)}.stripe-color.orange{background-color:var(--rb-orange)}.stripe-color.yellow{background-color:var(--rb-yellow)}.stripe-color.green{background-color:var(--rb-green)}.stripe-color.blue{background-color:var(--rb-blue)}.camera-middle-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;justify-items:center;width:100%;margin:10px 0}.control-group{display:flex;flex-direction:column;align-items:center;gap:8px}.shutter-button{width:70px;height:70px;border-radius:50%;background:radial-gradient(circle,#dfd7c5,#b8af9b);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 12px #00000040,inset 0 2px 4px #fff9;transition:transform .1s ease}.shutter-button:active{transform:translateY(2px);box-shadow:0 2px 6px #00000040,inset 0 1px 2px #fff9}.shutter-inner{width:50px;height:50px;border-radius:50%;background:radial-gradient(circle,var(--camera-shutter) 30%,#b53826 100%);box-shadow:0 4px 6px #0003,inset 0 1px 2px #fff6;display:flex;align-items:center;justify-content:center}.shutter-button:hover .shutter-inner{background:radial-gradient(circle,var(--camera-shutter-hover) 30%,#a02d1b 100%)}.shutter-icon{width:20px;height:20px;color:#ffffffbf}.control-label{font-size:9px;font-weight:800;color:#70685e;letter-spacing:.5px}.camera-lens{position:relative}.lens-outer-bezel{width:176px;height:176px;border-radius:50%;background:radial-gradient(circle,#3e3a36,#151413);padding:10px;box-shadow:0 15px 30px #0006,inset 0 4px 6px #ffffff1a,inset 0 -4px 6px #0006;display:flex;align-items:center;justify-content:center}.lens-inner-bezel{width:156px;height:156px;border-radius:50%;background:linear-gradient(135deg,#262423,#0d0c0c);padding:8px;box-shadow:inset 0 4px 10px #000c,0 1px #ffffff1a;display:flex;align-items:center;justify-content:center;position:relative}.lens-viewport{width:130px;height:130px;border-radius:50%;background-color:#050505;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #000000e6}.lens-media{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:filter .3s ease}.mock-feed{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.mock-portrait-img{width:130%;height:130%;object-fit:cover;position:absolute;top:-15%;left:-15%;border-radius:50%;animation:cameraDrift 16s ease-in-out infinite alternate}@keyframes cameraDrift{0%{transform:translate(0) scale(1)}50%{transform:translate(5px,3px) scale(1.05)}to{transform:translate(-3px,-5px) scale(1)}}.lens-glare{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:linear-gradient(135deg,#ffffff1f,#fff0,#ffffff08);pointer-events:none;z-index:5}.lens-glare-secondary{position:absolute;top:15px;right:15px;width:30px;height:15px;background:radial-gradient(ellipse,#ffffff40,#fff0 80%);transform:rotate(-30deg);pointer-events:none;z-index:5}.lens-live-overlay{position:absolute;bottom:12px;left:50%;transform:translate(-50%);background-color:#000000a6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:3px 8px;border-radius:10px;display:flex;align-items:center;gap:5px;z-index:6;border:1px solid rgba(255,255,255,.12);pointer-events:none}.lens-live-dot{width:5px;height:5px;background-color:#ea4335;border-radius:50%;animation:pulse 1.2s infinite}.lens-live-text{font-size:8px;font-weight:800;color:var(--text-light);letter-spacing:.5px}.lens-countdown-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:800;color:#fff;z-index:7;pointer-events:none;animation:pulseFast 1s infinite}@keyframes pulseFast{0%{transform:scale(1);opacity:.9}50%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:.9}}.secondary-controls{display:flex;flex-direction:column;gap:16px;align-items:center}.control-group-sm{display:flex;flex-direction:column;align-items:center;gap:4px;width:50px}.btn-lens-control{width:38px;height:38px;border-radius:50%;background:radial-gradient(circle,#2d2926,#151312);border:2px solid #5a544d;color:#8c8275;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #0003,inset 0 1px 1px #ffffff1a;transition:all .2s cubic-bezier(.16,1,.3,1)}.btn-lens-control:hover{border-color:#8c8275;color:var(--text-light)}.btn-lens-control.active{background:radial-gradient(circle,#443c34,#1e1b19);border-color:var(--camera-flash-yellow);color:var(--camera-flash-yellow);box-shadow:0 0 8px #f2a13d66,inset 0 1px 1px #ffffff26}.timer-icon-symbol{font-family:var(--font-ui);font-weight:900;font-size:14px}.control-label-sm{font-size:7px;font-weight:900;color:#70685e;letter-spacing:.5px;text-align:center}.camera-bottom-row{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.ejection-slot-bezel{width:80%;height:18px;background-color:#1c1a19;border-radius:9px;padding:3px;box-shadow:inset 0 2px 5px #000c,0 1px #ffffff1a;display:flex;align-items:center;justify-content:center}.ejection-slot{width:100%;height:6px;background-color:#000;border-radius:3px;box-shadow:inset 0 2px 2px #000000e6;position:relative}.camera-brand{font-size:11px;font-weight:800;color:#70685e;letter-spacing:2.5px}.ejected-photo-container{position:absolute;top:270px;left:50%;transform:translate(-50%) scale(.1);opacity:0;pointer-events:none;z-index:1;transition:all .5s ease}.ejected-photo-container.ejecting{animation:ejectPhoto 4.5s cubic-bezier(.16,1,.3,1) forwards;pointer-events:auto}@keyframes ejectPhoto{0%{top:250px;transform:translate(-50%) scale(.2);opacity:0;z-index:1}15%{top:330px;transform:translate(-50%) rotate(2deg) scale(.9);opacity:1;z-index:1}30%{top:360px;transform:translate(-50%) rotate(-3deg) scale(1);opacity:1;z-index:3;box-shadow:0 15px 35px #00000080}to{top:360px;transform:translate(-50%) rotate(-3deg) scale(1);opacity:1;z-index:3;box-shadow:0 15px 35px #00000080}}.polaroid-card{width:250px;background-color:#f7f6f2;padding:12px 12px 28px;box-shadow:0 10px 25px #0006,0 2px 5px #00000026,inset 0 1px #fff;border-radius:2px;display:flex;flex-direction:column;gap:12px;position:relative;-webkit-user-select:none;user-select:none;touch-action:none}.polaroid-frame{width:100%;aspect-ratio:1;background-color:#12100f;overflow:hidden;box-shadow:inset 0 2px 6px #0006;position:relative}.polaroid-img{width:100%;height:100%;object-fit:cover}.polaroid-caption{font-family:var(--font-print);font-size:11px;color:#3d3b36;font-weight:700;display:flex;justify-content:space-between;align-items:center;letter-spacing:-.2px;text-transform:uppercase}.chemical-card{box-shadow:0 15px 35px #00000080!important}@keyframes chemicalDevelop{0%{filter:brightness(1.6) contrast(.1) saturate(0) sepia(.3) blur(2px);opacity:.7}20%{filter:brightness(1.4) contrast(.2) saturate(.1) sepia(.2) blur(1px);opacity:.9}50%{filter:brightness(1.2) contrast(.6) saturate(.5) sepia(.1) blur(0px)}to{filter:brightness(1) contrast(1) saturate(1) sepia(0);opacity:1}}.polaroid-btn-download{position:absolute;bottom:8px;right:12px;background:#14110f0d;border:1px solid rgba(20,17,15,.1);color:#5d5b56;cursor:pointer;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.16,1,.3,1);z-index:10}.polaroid-btn-download:hover{color:#fff;background-color:var(--camera-shutter);border-color:var(--camera-shutter);box-shadow:0 4px 10px #e85b4659}.polaroid-btn-delete{position:absolute;top:8px;right:8px;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:1px solid rgba(255,255,255,.1);color:#fff;border-radius:50%;width:20px;height:20px;font-size:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease;z-index:10}.polaroid-card:hover .polaroid-btn-delete{opacity:1}.polaroid-btn-delete:hover{background:#ea4335d9}.filters-section{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:14px}.section-title-sm{font-size:10px;font-weight:800;color:var(--text-muted);letter-spacing:1.5px;text-align:center;text-transform:uppercase}.filters-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.filter-pill{background-color:#14110fb3;border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:8px 16px;font-size:11px;font-weight:600;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s cubic-bezier(.16,1,.3,1)}.filter-pill input{display:none}.filter-pill:hover{background-color:#ffffff08;color:var(--text-light);border-color:#ffffff1f}.filter-pill.active{background-color:#f5f2eb;color:#12100f;border-color:#f5f2eb;font-weight:700;box-shadow:0 4px 12px #ffffff26}.desk-section{width:100%;display:flex;flex-direction:column;gap:16px;margin-top:12px}.desk-header{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:10px}.desk-title-group{display:flex;flex-direction:column;gap:4px}.desk-title{font-size:20px;font-weight:800}.desk-subtitle{font-size:11px;color:var(--text-muted)}.desk-counter{font-size:9px;font-weight:800;letter-spacing:1.5px;color:var(--camera-flash-yellow)}.desk-canvas{width:100%;min-height:480px;height:520px;background-color:#12100f;border-radius:20px;border:1px dashed rgba(255,255,255,.08);position:relative;overflow:hidden;box-shadow:inset 0 20px 40px #0009;perspective:1000px}.desk-canvas .polaroid-card{position:absolute;cursor:grab;transform:translate3d(var(--x, 0px),var(--y, 0px),0) rotate(var(--rot, 0deg)) scale(.9);transition:transform .2s cubic-bezier(.175,.885,.32,1.1),box-shadow .2s ease}.desk-canvas .polaroid-card:hover{transform:translate3d(var(--x, 0px),var(--y, 0px),0) rotate(var(--rot, 0deg)) scale(.95);box-shadow:0 15px 35px #00000080;z-index:100}.desk-canvas .polaroid-card.dragging{cursor:grabbing;transform:translate3d(var(--x, 0px),var(--y, 0px),0) rotate(var(--rot, 0deg)) scale(.98);box-shadow:0 25px 50px #0009;transition:none;z-index:1000!important}.app-actions{width:100%;display:flex;justify-content:center;align-items:center;gap:16px;margin-top:10px}.btn-clear{background:none;border:1px solid rgba(255,255,255,.08);color:var(--text-muted);padding:12px 20px;border-radius:24px;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.btn-clear:hover{color:var(--text-light);background:#ffffff08;border-color:#ffffff29}.btn-shutter-action{background:var(--camera-shutter);border:none;color:#fff;padding:12px 26px;border-radius:24px;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 6px 20px #e85b4659;transition:all .2s ease}.btn-shutter-action:hover{background:var(--camera-shutter-hover);transform:translateY(-1px);box-shadow:0 8px 24px #e85b4673}.btn-shutter-action:active{transform:translateY(1px);box-shadow:0 4px 12px #e85b464d}.flash-screen-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:9999;opacity:0;pointer-events:none}.flash-screen-overlay.flash-active{animation:flashTrigger .8s cubic-bezier(.1,.8,.1,1) forwards}@keyframes flashTrigger{0%{opacity:1}to{opacity:0}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;transition:opacity .3s ease}.modal-overlay.hidden{opacity:0;pointer-events:none}.modal-card{width:100%;max-width:460px;background-color:#1a1715;border:1px solid rgba(255,255,255,.1);border-radius:24px;box-shadow:0 30px 70px #000c;overflow:hidden;display:flex;flex-direction:column}.modal-header{padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center}.modal-header h3{font-size:16px;font-weight:800;color:var(--text-light)}.modal-close{background:none;border:none;color:var(--text-muted);font-size:24px;cursor:pointer;line-height:1}.modal-close:hover{color:#fff}.modal-body{padding:24px}.steps-list{display:flex;flex-direction:column;gap:16px;list-style-position:inside;color:#ccc4bb;font-size:13px;line-height:1.6}.steps-list li{list-style-type:decimal}.steps-list strong{color:var(--text-light)}.modal-footer{padding:16px 24px;background-color:#0003;border-top:1px solid rgba(255,255,255,.04);display:flex;justify-content:flex-end}.btn-primary{background:var(--text-light);border:none;color:var(--bg-dark);padding:10px 22px;border-radius:20px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s ease}.btn-primary:hover{background-color:#fff;box-shadow:0 4px 12px #ffffff26}.hidden{display:none!important}@media (max-width: 520px){.app-container{padding:15px 12px;gap:20px}.header-logo .logo-title{font-size:18px}.camera-body{border-radius:24px;padding:16px;gap:12px}.camera-viewfinder-large{width:60px;height:38px}.camera-viewfinder-small{width:32px;height:28px}.film-counter{width:50px;height:26px;font-size:14px}.camera-middle-row{grid-template-columns:1fr;gap:16px}.shutter-button{width:60px;height:60px}.shutter-inner{width:44px;height:44px}.camera-lens .lens-outer-bezel{width:140px;height:140px}.camera-lens .lens-inner-bezel{width:124px;height:124px}.lens-viewport{width:104px;height:104px}.secondary-controls{flex-direction:row;gap:24px}.desk-canvas{min-height:400px;height:440px}.filters-grid{gap:6px}.filter-pill{padding:6px 12px;font-size:10px}.ejected-photo-container{top:300px}@keyframes ejectPhoto{0%{top:280px;transform:translate3d(-50%,0,0) scale(.2);opacity:0;z-index:1}20%{top:380px;transform:translate3d(-50%,0,0) rotate(1deg) scale(.85);opacity:1;z-index:1}40%{top:400px;transform:translate3d(-50%,0,0) rotate(-2deg) scale(.9);opacity:1;z-index:3}to{top:400px;transform:translate3d(-50%,0,0) rotate(-2deg) scale(.9);opacity:1;z-index:3}}}.shake-prompt{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000000bf;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;padding:10px 18px;border-radius:12px;font-size:11px;font-weight:700;text-align:center;pointer-events:none;z-index:10;display:flex;flex-direction:column;align-items:center;gap:4px;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 24px #00000080;animation:bounceMini .8s infinite alternate ease-in-out}.shake-prompt-progress{font-size:10px;color:var(--camera-flash-yellow);font-weight:800}@keyframes bounceMini{0%{transform:translate(-50%,-45%)}to{transform:translate(-50%,-55%)}}
