/* EXUS Pass receipt QR scanner pilot v0.7.0 */
.pass-pilot{background:linear-gradient(155deg,#161a27 0%,#11141e 62%,#281125 100%)}
.pass-pilot .primary{margin-top:14px}.pass-pilot .primary svg{width:22px;height:22px}
.receipt-row .list-icon{background:rgba(239,35,126,.15);color:#ef237e}.receipt-screen{padding-bottom:120px}
.receipt-pilot-note{padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(180deg,#151925,#10131b);margin-bottom:16px}
.receipt-pilot-note h2{margin:10px 0 6px;font-size:27px}.receipt-pilot-note p{margin:0;color:#c5c9d6;line-height:1.5}
.receipt-action-grid{display:grid;gap:12px;margin-bottom:16px}.receipt-action{min-height:82px;display:flex;align-items:center;justify-content:flex-start;gap:14px;padding:16px;text-align:left;border-radius:22px;cursor:pointer}.receipt-action svg{width:29px;height:29px;flex:0 0 auto}.receipt-action span{display:grid;gap:3px}.receipt-action b{font-size:18px}.receipt-action small{font-size:13px;opacity:.75;font-weight:500}.receipt-file-action{box-sizing:border-box}
.receipt-camera-card{padding:12px;border-radius:24px;background:#11151f;border:1px solid rgba(255,255,255,.1);margin-bottom:16px}.receipt-camera-stage{position:relative;overflow:hidden;border-radius:19px;min-height:340px;background:#030406}.receipt-camera-stage video{display:block;width:100%;height:100%;min-height:340px;object-fit:cover}
.receipt-scan-frame{position:absolute;inset:50% auto auto 50%;width:min(68vw,310px);aspect-ratio:1;transform:translate(-50%,-50%);border:2px solid rgba(255,255,255,.86);border-radius:22px;box-shadow:0 0 0 999px rgba(0,0,0,.28)}
.receipt-scan-frame::before,.receipt-scan-frame::after,.receipt-scan-frame span::before,.receipt-scan-frame span::after{content:"";position:absolute;width:40px;height:40px;border-color:#ef237e;border-style:solid}.receipt-scan-frame::before{left:-3px;top:-3px;border-width:5px 0 0 5px;border-radius:18px 0 0 0}.receipt-scan-frame::after{right:-3px;top:-3px;border-width:5px 5px 0 0;border-radius:0 18px 0 0}.receipt-scan-frame span::before{left:-3px;bottom:-3px;border-width:0 0 5px 5px;border-radius:0 0 0 18px}.receipt-scan-frame span::after{right:-3px;bottom:-3px;border-width:0 5px 5px 0;border-radius:0 0 18px 0}
.receipt-camera-status{position:absolute;left:16px;right:16px;bottom:14px;padding:10px 12px;border-radius:999px;background:rgba(6,7,11,.82);backdrop-filter:blur(8px);text-align:center;font-size:13px;color:#fff}.receipt-camera-card>.secondary{margin-top:12px}
.receipt-progress{display:flex;align-items:center;justify-content:center;gap:12px;padding:18px;border-radius:22px;background:#121620;border:1px solid rgba(255,255,255,.08);margin-bottom:16px}.receipt-progress p{margin:0;font-weight:700}.receipt-spinner{width:22px;height:22px;border:3px solid rgba(255,255,255,.2);border-top-color:#ef237e;border-radius:50%;animation:receipt-spin .8s linear infinite}@keyframes receipt-spin{to{transform:rotate(360deg)}}
.receipt-result{padding:18px;border-radius:25px;border:1px solid rgba(255,255,255,.1);background:#11151f;margin-bottom:16px}.receipt-result.success{border-color:rgba(46,204,113,.5);background:linear-gradient(180deg,rgba(21,54,38,.94),#11151f)}.receipt-result.warning{border-color:rgba(255,190,42,.48);background:linear-gradient(180deg,rgba(58,44,15,.94),#11151f)}.receipt-result.danger{border-color:rgba(239,68,68,.5);background:linear-gradient(180deg,rgba(63,23,29,.94),#11151f)}.receipt-result.duplicate{border-color:rgba(170,92,255,.52);background:linear-gradient(180deg,rgba(46,25,66,.94),#11151f)}
.receipt-result-head{display:flex;align-items:center;gap:13px}.receipt-result-head h2{margin:3px 0 0;font-size:26px;line-height:1.08}.receipt-result-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:rgba(255,255,255,.1);color:#fff;flex:0 0 auto}.receipt-result-icon svg{width:27px;height:27px}.receipt-result-message{color:#d5d9e5;line-height:1.5;margin:14px 0 16px}
.receipt-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.receipt-facts>div{padding:12px;border-radius:17px;background:rgba(7,9,14,.54);border:1px solid rgba(255,255,255,.07);min-width:0}.receipt-facts dt{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#8f96a8;margin-bottom:5px}.receipt-facts dd{margin:0;color:#fff;font-weight:800;font-size:15px;overflow-wrap:anywhere}
.receipt-result-actions{display:grid;gap:10px;margin-top:16px}.receipt-tech-details{margin-top:15px;border-top:1px solid rgba(255,255,255,.08);padding-top:12px}.receipt-tech-details summary,.receipt-manual summary{cursor:pointer;font-weight:800;color:#dce0eb}.receipt-tech-details pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:11px;line-height:1.45;color:#aeb5c6;background:#080a0f;border-radius:14px;padding:12px;max-height:280px;overflow:auto}
.receipt-manual{padding:16px;border-radius:22px;background:#11151f;border:1px solid rgba(255,255,255,.08);margin-bottom:16px}.receipt-manual p{color:#aeb5c6;font-size:13px}.receipt-manual textarea{width:100%;box-sizing:border-box;resize:vertical;border-radius:16px;border:1px solid rgba(255,255,255,.13);background:#080a0f;color:#fff;padding:13px;font:12px/1.45 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;margin:8px 0 12px}.receipt-manual textarea:focus{outline:2px solid rgba(239,35,126,.48);border-color:#ef237e}
@media(min-width:720px){.receipt-action-grid{grid-template-columns:1fr 1fr}.receipt-facts{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:420px){.receipt-facts{grid-template-columns:1fr}.receipt-camera-stage,.receipt-camera-stage video{min-height:300px}}
