:root{--ink:#1239aa;--muted:#5d6a7d;--cream:#f2f1ec;--paper:#fff;--lime:#ffcc23;--line:#e1e5ed;--red:#ff222b;--orange:#ff4e05;--amber:#ff8800}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}button{font:inherit}.hidden{display:none!important}.shell{width:min(1180px,calc(100% - 40px));margin:24px auto;min-height:calc(100vh - 48px);background:var(--paper);border:1px solid #e0e4ed;border-radius:22px;box-shadow:0 18px 50px rgba(18,57,170,.1);overflow:hidden}.brandStripe{height:7px;display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr}.brandStripe i:nth-child(1){background:var(--red)}.brandStripe i:nth-child(2){background:var(--orange)}.brandStripe i:nth-child(3){background:var(--amber)}.brandStripe i:nth-child(4){background:var(--lime)}.topbar{min-height:92px;padding:22px 34px;display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--line)}.hapvidaLogo{width:172px;height:auto;object-fit:contain}.headerTitle{padding-left:18px;border-left:1px solid var(--line)}.eyebrow,.step{margin:0 0 4px;color:var(--ink);font-size:11px;letter-spacing:.14em;font-weight:800}h1{margin:0;font-size:19px}.statusPill{margin-left:auto;background:#edf2ff;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:700}.statusPill i{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:var(--orange)}.intro{padding:52px 54px 28px;display:flex;justify-content:space-between;align-items:end;gap:30px}.intro h2{margin:8px 0 12px;font-size:42px;letter-spacing:-.045em;line-height:1.05}.intro p{margin:0;max-width:650px;color:var(--muted);line-height:1.6}.privacy{min-width:220px;padding:15px 16px;border-left:4px solid var(--lime);border-radius:0 10px 10px 0;background:#fff9e8;display:flex;flex-direction:column;gap:4px;font-size:12px}.privacy span{color:var(--muted)}.workspace{padding:14px 54px 48px;display:grid;grid-template-columns:1.5fr .8fr;gap:22px}.mainColumn{display:flex;flex-direction:column;gap:12px}.dropzone{min-height:158px;border:1.5px dashed #91a5dd;border-radius:18px;background:#f7f9ff;color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;cursor:pointer;transition:.2s}.dropzone:hover,.dropzone.selected{border-color:var(--ink);background:#eef3ff;transform:translateY(-2px)}.uploadIcon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--lime);font-size:21px;font-weight:700}.dropzone strong{font-size:18px}.dropzone span,.dropzone small{color:var(--muted)}.rules{border-radius:18px;background:var(--ink);color:#fff;padding:28px;box-shadow:inset 0 -5px 0 var(--orange)}.rules .step{color:var(--lime)}.rules h3{margin:8px 0 22px;font-size:24px}.rules ul{list-style:none;padding:0;margin:0}.rules li{padding:14px 0;border-top:1px solid rgba(255,255,255,.13);display:flex;flex-direction:column;gap:5px}.rules li span,.rules p{color:#c8d2ef;font-size:12px;line-height:1.5}.rules p{margin:18px 0 0}.primary{border:0;border-radius:12px;padding:15px 20px;color:#fff;background:var(--ink);font-weight:800;cursor:pointer;box-shadow:0 7px 18px rgba(18,57,170,.18)}.primary:hover:not(:disabled){background:#0c2c8d}.primary:disabled{opacity:.42;cursor:not-allowed}.notice{border-radius:11px;padding:13px 15px;font-size:13px;background:#eef3ee;color:#315d48;display:flex;align-items:center;gap:9px}.notice.error{background:#fff0f1;color:#b11520;border-left:4px solid var(--red)}.notice.done{background:#fff9e8;color:#7c5100;border-left:4px solid var(--lime)}.spinner{width:15px;height:15px;border:2px solid #b9c9be;border-top-color:var(--ink);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.summaryPanel{border:1px solid #d9e1f5;border-radius:15px;background:#fff;padding:18px;box-shadow:0 8px 24px rgba(18,57,170,.06)}.summaryHeading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.summaryHeading h3{margin:3px 0 0;font-size:18px}.completedAt{color:var(--muted);font-size:10px;background:#f2f4f8;padding:6px 8px;border-radius:7px;white-space:nowrap}.summaryGrid{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:9px}.summaryGrid div{border-radius:11px;padding:12px;background:#f2f5ff;border-bottom:3px solid var(--ink);display:flex;flex-direction:column;gap:3px}.summaryGrid div:nth-child(2){background:#fff3ef;border-bottom-color:var(--orange)}.summaryGrid div:nth-child(3){background:#fff9e7;border-bottom-color:var(--lime)}.summaryGrid b{font-size:20px}.summaryGrid span{color:var(--muted);font-size:10px}.results{margin:0 54px 42px;padding:30px;border-radius:18px;background:#f0f4ff;border-top:4px solid var(--amber)}.results h2{margin:5px 0 20px;font-size:26px}.resultGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.resultGrid article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:15px;background:#fff;border:1px solid #dce3d4;border-radius:13px}.resultGrid article div{min-width:0;display:flex;flex-direction:column;gap:4px}.resultGrid strong{font-size:12px;overflow:hidden;text-overflow:ellipsis}.resultGrid small{color:var(--muted);font-size:11px}.resultGrid button{border:0;border-radius:8px;padding:9px 11px;background:var(--ink);color:#fff;cursor:pointer;font-weight:700;font-size:11px}.fileIcon{background:var(--lime);border-radius:7px;padding:8px 6px;font-size:9px;font-weight:900}footer{border-top:1px solid var(--line);padding:18px 34px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px}.footerBrand{display:flex;align-items:center;gap:8px;color:var(--ink);font-weight:800}.footerBrand img{width:24px;height:24px;object-fit:contain}@media(max-width:780px){.shell{width:100%;margin:0;border:0;border-radius:0;min-height:100vh}.topbar{padding:18px 20px}.hapvidaLogo{width:125px}.headerTitle,.statusPill{display:none}.intro{padding:38px 22px 20px;align-items:start;flex-direction:column}.intro h2{font-size:34px}.workspace{padding:10px 22px 34px;grid-template-columns:1fr}.summaryGrid{grid-template-columns:1fr 1fr}.summaryGrid div:first-child{grid-column:1/-1}.summaryHeading{flex-direction:column}.results{margin:0 22px 30px;padding:22px}.resultGrid{grid-template-columns:1fr}footer{padding:18px 22px}}
