@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{--font-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--accent-dark: #2c5282}body{font-family:var(--font-base)}.app-container{min-height:100vh;display:flex;flex-direction:column;font-family:var(--font-base);color:#0f172a}.hero-auth{flex:1;display:grid;gap:40px;grid-template-columns:3fr 1.5fr;align-items:stretch;justify-content:center;width:100%;min-height:100vh;padding:clamp(1.5rem,4vw,4rem);background-image:linear-gradient(135deg,#02061759,#0f172a26),url(/background.jpg);background-size:cover;background-position:center;background-attachment:fixed}.authenticated-shell{flex:1;display:flex;height:100vh}.content-region{flex:1;height:100vh;min-height:0;padding:clamp(.5rem,1.5vw,1.1rem);display:flex;flex-direction:column;gap:.85rem;overflow:hidden}.view-header{padding-top:0}.view-shell{flex:1;display:flex;flex-direction:column;gap:.5rem;min-height:0;overflow:hidden}.hero-pane{background:radial-gradient(circle at top left,#080f2859,#080f2833);border-radius:1.5rem;padding:clamp(1.75rem,4vw,4rem);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;min-height:360px;box-shadow:inset 0 0 80px #03061073;background-image:linear-gradient(135deg,#080f28b3,#080f2866)}.eyebrow{text-transform:uppercase;letter-spacing:.3em;font-size:.75rem;color:#ffffffb3;margin-bottom:1rem}.hero-pane h1{font-size:clamp(2rem,4vw,3rem);margin:0 0 1rem}.hero-pane p{margin:0;line-height:1.6;color:#ffffffd9}.hero-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.hero-tags span{border-radius:999px;border:1px solid rgba(255,255,255,.4);padding:.35rem .9rem;font-size:.85rem;color:#ffffffd9}.auth-pane{display:flex;align-items:stretch;justify-content:center}.auth-card{width:min(400px,100%);background:#fff;border-radius:1.25rem;padding:clamp(1.5rem,3vw,2.5rem);box-shadow:0 25px 60px #0f172a26;display:flex;flex-direction:column;gap:1rem}.muted-text{margin:0;color:#64748b;font-size:.95rem}.primary-button{border:none;border-radius:12px;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.primary-button{background:var(--accent-dark);border:1px solid var(--accent-dark);color:#fff}.primary-button:hover{background:#22446e}.error-banner{margin:0;padding:.75rem 1rem;border-radius:12px;background:#f8717126;color:#b91c1c;font-size:.9rem;border:1px solid rgba(248,113,113,.3)}.view-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}.view-header h1{margin:0;font-size:1.35rem;font-weight:300;color:#1f416c}.view-header p{margin:.35rem 0 0;color:#475569}@media (max-width: 640px){.hero-pane{min-height:280px}.auth-card{padding:1.25rem}}.redact-shell{flex:1;display:flex;flex-direction:column;min-height:0;gap:1rem;padding:0;border-radius:0;border:none;box-shadow:none}.redact-grid{display:grid;grid-template-columns:4fr 6fr;align-items:stretch;gap:1rem;flex:1;min-height:0;height:100%}.redact-grid>:nth-child(1){min-width:300px}.redact-grid>:nth-child(2){min-width:360px}@media (max-width: 960px){.redact-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}.redact-panel{background:#fff;border-radius:16px;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 30px #0f172a0f;padding:1.15rem;display:flex;flex-direction:column;gap:1rem;height:100%;min-height:0;overflow:hidden;max-height:100%}.redact-form{height:100%;min-height:0;display:grid;grid-template-rows:1fr auto;gap:.75rem}.form-scroll{height:100%;min-height:0;overflow-y:auto}.form-scroll-content{display:flex;flex-direction:column;gap:1.15rem;padding-right:6px}.form-fields{display:grid;gap:1rem}.submit-button{width:100%}.dropzone{border:1.5px dashed rgba(15,23,42,.18);border-radius:14px;padding:1rem;background:#0f172a04;text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease}.dropzone:hover,.dropzone-active{border-color:#0f172a66;background:#0f172a09}.dropzone-title{margin:0;font-weight:700;font-size:.95rem;color:#0f172a}.dropzone-hint{margin:.25rem 0 0;color:#64748b;font-size:.85rem}.file-list{display:grid;gap:.5rem}.file-actions{display:flex;justify-content:flex-start}.clear-files{border:none;background:transparent;color:#3a6ea5;font-weight:600;cursor:pointer;padding:.25rem 0;font-size:.9rem}.clear-files:hover{text-decoration:underline}.file-pill{display:flex;justify-content:space-between;align-items:center;padding:.55rem .75rem;border-radius:12px;border:1px solid rgba(15,23,42,.08);background:#f8fafc;font-size:.9rem}.file-meta{display:flex;align-items:center;gap:.35rem;overflow:hidden}.file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{color:#64748b;font-size:.85rem}.pill-remove{border:none;background:transparent;color:#64748b;font-size:1rem;font-weight:700;cursor:pointer;padding:.25rem;line-height:1;transition:color .2s ease}.pill-remove:hover{color:#0f172a}.redact-label{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:#0f172a}.label-heading{display:flex;align-items:center;gap:.4rem;font-size:.92rem}.label-meta{font-size:.85rem;font-weight:500;color:#94a3b8}.label-meta.required{color:#64748b}.redact-label input[type=file],.redact-label input[type=text],.redact-label textarea{border:1px solid rgba(15,23,42,.15);border-radius:12px;padding:.65rem .9rem;font-family:var(--font-base);font-size:.95rem}.redact-label textarea{resize:vertical}.redact-label input[type=text],.redact-label textarea{background:#fff}.redact-label input[type=text]:focus,.redact-label input[type=file]:focus,.redact-label textarea:focus{outline:none;border-color:#475569;box-shadow:0 0 0 3px #47556926}.redact-label input::placeholder,.redact-label textarea::placeholder{color:#94a3b8}.uploads-table-wrapper{flex:1;min-height:0;display:flex;flex-direction:column;border:1px solid rgba(15,23,42,.08);border-radius:12px;overflow:hidden;background:#fff}.uploads-table{width:100%;border-collapse:collapse;font-size:.92rem;table-layout:fixed;display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.uploads-table thead th:not(:last-child){border-right:1px solid #E2E8F0}.uploads-table thead{display:table;width:100%;table-layout:fixed;position:sticky;top:0;z-index:1;background:#f6f8fa}.uploads-table tbody{display:block;width:100%;flex:1 1 auto;min-height:0;overflow-y:auto}.uploads-table tbody tr{display:table;width:100%;table-layout:fixed}.uploads-table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(15,23,42,.06);height:60px;vertical-align:middle}.uploads-table th{background:#0f172a05;border-bottom:1px solid rgba(15,23,42,.06);vertical-align:middle;text-align:left;padding:.45rem .9rem;font-weight:600;color:#0f172a;height:44px;line-height:1.2}.uploads-table tbody tr:last-child td{border-bottom:none}.placeholder-row td{color:#cbd5e1}.status-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .65rem;border-radius:999px;font-weight:600;font-size:.85rem;text-transform:capitalize}.status-failed{background:#ef444429;color:#b91c1c;border:1px solid rgba(239,68,68,.35)}.ghost-button{border:1px solid rgba(34,197,94,.3);background:#22c55e1f;color:#166534;padding:.45rem .85rem;border-radius:10px;font-weight:600;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.ghost-button:hover{border-color:#22c55e80;box-shadow:0 5px 12px #22c55e1f}@media (max-width: 640px){.redact-shell{padding:1.1rem;border-radius:18px}}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#fff}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#fff}
