@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--brand-green: #0b8346;--brand-green-dark: #075a30;--brand-green-light: #e8f5e9;--brand-yellow: #facc15;--brand-gold: #ca8a04}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f1f5f9;color:#0f172a}@keyframes pulse-border-amber{0%,to{box-shadow:0 0 #eab30866;border-color:#eab308}50%{box-shadow:0 0 0 4px #eab30833;border-color:#ca8a04}}.animate-pulse-border{animation:pulse-border-amber 2s infinite ease-in-out}.camera-container{background-color:#0f172a;border-radius:16px;overflow:hidden;padding:12px;color:#fff}.video-viewport{position:relative;width:100%;max-height:280px;background-color:#000;border-radius:12px;overflow:hidden;display:flex;justify-content:center;align-items:center}.live-video{width:100%;height:280px;object-fit:cover}.camera-overlay-frame{position:absolute;top:16px;right:16px;bottom:16px;left:16px;border:2px dashed rgba(250,204,21,.7);border-radius:10px;pointer-events:none;display:flex;align-items:flex-end;justify-content:center;padding-bottom:8px}.frame-guide{background:#0b8346e6;color:#facc15;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:700}.image-preview-wrapper{position:relative;border-radius:10px;overflow:hidden;background-color:#000}.captured-img{width:100%;max-height:260px;object-fit:contain}.size-badge{position:absolute;bottom:8px;left:8px;background:#0b8346f2;color:#fff;padding:3px 10px;border-radius:6px;font-size:11px;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:.75rem;font-weight:700;transition:all .15s ease-in-out;cursor:pointer}.btn-secondary{background-color:#e2e8f0;color:#334155}.btn-secondary:hover{background-color:#cbd5e1}.mobile-bottom-nav{box-shadow:0 -4px 20px #00000014}
