:root{font-family:Arial,Verdana,sans-serif;color:#14213d;background:#f7f4ed;line-height:1.55}*{box-sizing:border-box}body{margin:0}.shell{width:min(1080px,calc(100% - 32px));margin:auto;padding:42px 0 70px}.hero{display:flex;gap:22px;align-items:center;margin-bottom:28px}.brand-mark{display:grid;place-items:center;width:88px;height:88px;border-radius:24px;background:#fff;border:2px solid #eadbc8;font-size:42px;box-shadow:0 12px 35px #35250e15}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#b84e00;margin:0 0 4px}.hero h1,.upload-panel h2,.result-panel h2{margin:0;line-height:1.12}.hero h1{font-size:clamp(2.3rem,6vw,4.6rem)}.intro{font-size:1.16rem;max-width:700px;margin:.6rem 0 0}.upload-panel,.result-panel{background:#fff;border:2px solid #eadbc8;border-radius:28px;padding:28px;box-shadow:0 18px 55px #2d210d12}.upload-panel{position:relative}.step{position:absolute;right:24px;top:22px;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#e85d04;color:#fff;font-weight:900;font-size:1.25rem}.upload-copy p{margin:.45rem 0 1.25rem;color:#596273}.drop-zone{display:grid;place-items:center;min-height:320px;border:3px dashed #d0b99d;border-radius:24px;background:#fffaf2;cursor:pointer;overflow:hidden;transition:.2s}.drop-zone:hover,.drop-zone.dragging{border-color:#e85d04;background:#fff4e5}.drop-zone input{position:absolute;opacity:0;width:1px;height:1px}.drop-zone img{width:100%;max-height:520px;object-fit:contain;background:#111}.camera{font-size:54px}.drop-zone strong,.drop-zone span{display:block;text-align:center}.drop-zone strong{font-size:1.35rem}.actions{display:flex;gap:12px;margin-top:18px;flex-wrap:wrap}button{appearance:none;border:0;border-radius:14px;padding:14px 20px;font:inherit;font-weight:800;cursor:pointer;background:#e85d04;color:white}button:disabled{opacity:.45;cursor:not-allowed}.secondary{background:#eef1f5;color:#14213d}.progress,.message{margin-top:18px;padding:18px;border-radius:16px}.progress{display:flex;gap:16px;align-items:center;background:#edf8eb}.progress p{margin:.2rem 0 0}.spinner{width:36px;height:36px;border:5px solid #bad8b5;border-top-color:#2d7a27;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error{background:#fff0ef;color:#8b1e17;font-weight:700}.result-panel{margin-top:28px}.result-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:18px}.result-heading h2{font-size:2rem}.result-panel iframe{display:block;width:100%;height:920px;border:1px solid #d9dce2;border-radius:20px;background:#fff}@media(max-width:700px){.shell{width:min(100% - 18px,1080px);padding-top:20px}.hero{align-items:flex-start}.brand-mark{width:64px;height:64px;font-size:30px;border-radius:18px}.upload-panel,.result-panel{padding:18px;border-radius:20px}.drop-zone{min-height:240px}.result-heading{align-items:flex-start;flex-direction:column}.result-panel iframe{height:800px}}
