/* Showcase shell only; screen layout and components use production app.css. */
html, body.app.demo-scanner { width: 100%; height: 100%; min-height: 0; overflow: hidden; }
.demo-scanner { display: flex; flex-direction: column; }
.demo-brand { flex: none; min-height: 58px; padding: 17px 18px 12px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.demo-brand img { display: block; width: 151px; height: auto; }
.demo-brand > span { color: #a9aaa9; font-size: 8px; font-weight: 650; letter-spacing: .08em; white-space: nowrap; }
.demo-scanner #app { flex: 1; min-height: 0; height: 0; }
.demo-scanner [data-screen] { min-height: 0; overflow: hidden; }
.demo-scanner .app-head { flex: none; display: flex; align-items: center; justify-content: space-between; }
.demo-online { font-size: 11px; color: #afbaaf; font-family: var(--font); font-weight: 500; }
.demo-online i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #35c759; margin-right: 4px; }
.demo-scanner .camera-wrap { min-height: 160px; background: linear-gradient(131deg, #716b62, #8b8275 47%, #a09685); isolation: isolate; }
.demo-scanner .camera-wrap::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 53% 40%, transparent 18%, rgba(0,0,0,.2) 100%); }
.demo-scene { position: absolute; inset: 10% 15% 11%; display: flex; align-items: center; justify-content: center; transform: rotate(-5deg); }
.demo-scene img { display: block; max-height: 100%; max-width: 100%; width: auto; height: auto; filter: drop-shadow(5px 10px 9px rgba(0,0,0,.32)); }
.demo-camera-label { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); z-index: 3; border: 1px solid rgba(255,255,255,.23); border-radius: 100px; background: rgba(20,20,20,.3); padding: 5px 11px; font-size: 9px; font-weight: 650; letter-spacing: .12em; white-space: nowrap; }
.demo-camera-hint { position: absolute; bottom: 16px; left: 10px; right: 10px; z-index: 3; text-align: center; font-size: 11px; text-shadow: 0 1px 8px #000; }
.demo-scanner .scan-controls { flex: none; grid-template-columns: 1fr 74px 1fr; padding: 20px 16px; }
.demo-scanner .upload-btn { font-size: 10px; min-height: 39px; padding: 0 10px; }
.demo-scanner .tabbar { flex: none; }
.demo-scanner .tabbar button { min-height: 64px; padding-top: 10px; }
.demo-scanner .confirm-head { padding: .85rem 1rem; font-size: .96rem; }
.demo-scanner .confirm-scroll { padding-left: 1rem; padding-right: 1rem; overscroll-behavior: contain; }
.demo-scanner .confirm-footer { flex: none; padding: .75rem 1rem; }
.demo-scanner .confirm-scroll .confirm-section { margin-top: 1rem; }
.demo-scanner .add-page { font-size: .85rem; min-height: 44px; margin-bottom: .6rem; }
.demo-scanner .status-strip { font-size: .87rem; padding: .7rem .85rem; }
.demo-scanner .ro-row { font-size: .92rem; padding: .5rem 0; }
.demo-scanner .item-view { font-size: .9rem; }
.demo-scanner .btn.add-note { min-height: 42px; font-size: .9rem; }
.demo-scanner .today-list { padding-top: 6px; }
.demo-scanner .day-summary { margin-top: 8px; }
.demo-scanner .day-summary > span { color: var(--muted); font-size: .85rem; }
.demo-activity-note { flex: none; text-align: center; font-size: .73rem; color: var(--muted); padding: 15px 18px; }
.demo-delivered { color: var(--green); }
.demo-draft { color: var(--text); width: 100%; text-align: left; border: 0; font: inherit; }
.demo-draft .doc-title, .demo-draft .doc-sub { display: block; }
.demo-receipt-viewer .dv-page { display: flex; justify-content: center; }
.demo-receipt-viewer .dv-page img { max-width: 330px; border-radius: 0; }
.demo-scanner button:focus-visible { outline: 2px solid #ffb8ac; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { .demo-scanner *, .demo-scanner *::before, .demo-scanner *::after { animation: none !important; transition: none !important; } }
