:root{--ink:#17231e;--muted:#68736d;--line:#dfe5e1;--paper:#f6f8f5;--white:#fff;--green:#166a4a;--green2:#0e5038;--mint:#dff2e9;--orange:#ef9f41;--red:#b63e3e;--shadow:0 16px 45px rgba(22,44,32,.08)}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}header{height:72px;background:#102b21;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1240px)/2));box-shadow:0 4px 18px rgba(0,0,0,.13)}.brand{display:flex;align-items:center;gap:11px}.brand>div{display:flex;flex-direction:column}.brand small{color:#9eb5aa;font-size:11px}.mark{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#d8a354;color:#102b21;font-weight:800}nav{display:flex;height:100%}nav a{display:grid;place-items:center;color:#b9c9c1;text-decoration:none;padding:0 18px;border-bottom:3px solid transparent}nav a:hover,nav a.active{color:#fff;border-bottom-color:#d8a354}main{max-width:1240px;margin:auto;padding:52px 24px 80px}.hero{max-width:720px;margin-bottom:36px}.hero.compact{margin-bottom:25px}.eyebrow{margin:0 0 8px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.15em}.hero h1{font-family:Georgia,serif;font-size:46px;line-height:1.06;letter-spacing:-.025em;margin:0 0 14px}.hero p:last-child{color:var(--muted);font-size:17px;margin:0}.card{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:28px;margin-bottom:24px;box-shadow:var(--shadow)}.step-title{display:flex;gap:15px;align-items:flex-start;margin-bottom:24px}.step-title>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:50%;background:var(--green);color:#fff;font-weight:800}.step-title h2,.section-heading h2{margin:0;font:700 25px/1.2 Georgia,serif}.step-title p{margin:5px 0 0;color:var(--muted)}.drop-zone{height:240px;border:2px dashed #aebdb4;border-radius:13px;background:#fafcf9;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.drop-zone:hover,.drop-zone.dragging{border-color:var(--green);background:#f1f8f4}.drop-zone input{display:none}.drop-zone strong{font-size:18px;margin-top:10px}.drop-zone span:not(.upload-icon){color:var(--muted)}.drop-zone small{margin-top:17px;color:#87928c}.upload-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--mint);color:var(--green);font-size:28px;font-weight:500}.progress-wrap{margin-top:20px}.progress-label{display:flex;justify-content:space-between;margin-bottom:8px;color:var(--muted)}.progress{height:9px;border-radius:20px;background:#e8ece9;overflow:hidden}.progress i{display:block;width:0;height:100%;background:var(--green);transition:width .2s}.progress.indeterminate i{width:35%;animation:loading 1.25s infinite ease-in-out}@keyframes loading{from{transform:translateX(-110%)}to{transform:translateX(310%)}}.mapping-grid,.filter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mapping-grid label,.filter-grid label{display:flex;flex-direction:column;gap:7px}.mapping-grid label span,.filter-grid label span{font-size:12px;font-weight:750;color:#4f5c55}input,select{width:100%;height:43px;border:1px solid #ccd5d0;border-radius:8px;background:#fff;padding:0 11px;color:var(--ink);font:inherit;outline:none}input:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(22,106,74,.1)}.actions{display:flex;gap:10px;align-items:center;margin-top:24px}.button{display:inline-flex;align-items:center;justify-content:center;height:42px;border-radius:8px;padding:0 18px;border:1px solid transparent;text-decoration:none;font-weight:750;font:inherit;cursor:pointer}.button.primary{background:var(--green);color:#fff}.button.primary:hover{background:var(--green2)}.button.secondary{background:#fff;border-color:#bac7c0;color:var(--green)}.button.ghost{background:transparent;color:var(--muted)}.push{margin-left:auto}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px}.stats div{background:#f4f8f5;border-radius:10px;padding:18px}.stats b{display:block;font-size:26px}.stats span{color:var(--muted)}.imports-section{margin-top:48px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:17px}.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:13px}table{border-collapse:collapse;width:100%;min-width:850px}th,td{text-align:left;padding:14px 16px;border-bottom:1px solid #edf0ee;vertical-align:top}th{background:#f8faf8;color:#5e6963;font-size:11px;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap}tbody tr:last-child td{border-bottom:0}td{font-size:13px}.wide-cell{max-width:280px}.empty{text-align:center!important;padding:45px!important;color:var(--muted)}.badge{display:inline-flex;border-radius:20px;padding:3px 9px;background:#edf0ee;color:#59645e;font-size:11px;font-weight:800}.badge.complete{background:var(--mint);color:var(--green)}.badge.importing,.badge.ready{background:#fff0d9;color:#90580f}.row-actions{white-space:nowrap}.link-button{border:0;background:none;color:var(--green);font:inherit;font-weight:700;cursor:pointer}.link-button.danger{color:var(--red)}.filters{padding:22px}.results{padding:0;overflow:hidden}.results .section-heading{padding:24px 24px 0}.results .table-wrap{border:0;border-radius:0}.pagination{padding:18px 24px;display:flex;align-items:center;justify-content:center;gap:18px;border-top:1px solid var(--line)}.toast{position:fixed;right:24px;bottom:24px;z-index:10;max-width:400px;background:#17372a;color:#fff;padding:14px 18px;border-radius:9px;box-shadow:0 10px 35px rgba(0,0,0,.25)}.toast.error{background:#8f2d2d}.hidden{display:none!important}@media(max-width:800px){header{padding:0 16px}.brand small{display:none}nav a{padding:0 10px;font-size:13px}main{padding:34px 15px}.hero h1{font-size:36px}.card{padding:20px}.mapping-grid,.filter-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.push{margin-left:0}.actions{flex-wrap:wrap}}
.login-page{min-height:100vh;background:#102b21}.login-shell{max-width:430px;padding-top:10vh}.login-brand{display:flex;align-items:center;gap:12px;color:#fff;margin:0 0 26px 8px}.login-brand>div{display:flex;flex-direction:column}.login-brand small{color:#9eb5aa}.login-card h1{font:700 34px Georgia,serif;margin:0 0 7px}.login-card>p:not(.eyebrow){color:var(--muted);margin:0 0 22px}.login-card label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:12px}.login-card .button{width:100%;margin-top:18px}.alert{background:#fbe7e7;color:#8f2d2d;border-radius:8px;padding:11px 13px;margin-bottom:16px}
.stats{grid-template-columns:repeat(5,1fr)}
@media(max-width:800px){.stats{grid-template-columns:1fr}}
.result-count{margin:7px 0 0;color:var(--muted)}.result-count strong{color:var(--green);font-size:18px}
.muted{color:var(--muted)}td small{color:var(--muted)}
