.camera-overlay{position:relative;overflow:hidden;background:#000;border-radius:12px;aspect-ratio:4/3}.camera-preview{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.focus-frame{position:absolute;inset:20px;border:2px solid rgba(255,255,255,.3);border-radius:8px;pointer-events:none}.focus-corner{position:absolute;width:20px;height:20px;border:2px solid #fff}.corner-tl{top:-2px;left:-2px;border-right:0;border-bottom:0;border-top-left-radius:8px}.corner-tr{top:-2px;right:-2px;border-left:0;border-bottom:0;border-top-right-radius:8px}.corner-bl{bottom:-2px;left:-2px;border-right:0;border-top:0;border-bottom-left-radius:8px}.corner-br{bottom:-2px;right:-2px;border-left:0;border-top:0;border-bottom-right-radius:8px}.shutter-container{position:absolute;bottom:20px;left:0;right:0}.shutter-btn,.shutter-container{display:flex;justify-content:center;align-items:center}.shutter-btn{width:64px;height:64px;background:#fff;border:4px solid rgba(255,255,255,.3);border-radius:50%;cursor:pointer;transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.shutter-btn:hover{transform:scale(1.05)}.shutter-btn:active{transform:scale(.9);background:#f0f0f0}.shutter-inner{width:52px;height:52px;border:2px solid #000;border-radius:50%}.camera-flash{position:absolute;inset:0;background:#fff;opacity:0;pointer-events:none;z-index:10}.flash-active{animation:flash-animation .3s ease-out}@keyframes flash-animation{0%{opacity:.8}to{opacity:0}}.camera-controls{position:absolute;top:15px;right:15px;display:flex;gap:10px}.control-btn{background:rgba(0,0,0,.5);color:#fff;padding:8px;border-radius:50%;backdrop-filter:blur(4px);transition:background .2s}.control-btn:hover{background:rgba(0,0,0,.7)}.photo-preview-container{position:relative;width:100%;aspect-ratio:4/3;background:#f3f4f6;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}.photo-preview-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.preview-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,0) 50%);display:flex;align-items:flex-end;padding:15px;opacity:0;transition:opacity .3s}.photo-preview-container:hover .preview-overlay{opacity:1}