:root{--slate-900: #1f2937;--slate-800: #364451;--slate-700: #4a5d6b;--grey-100: #f7f8fa;--grey-200: #d0d9e0;--grey-400: #9babc2;--cyan: #00b0f0;--green: #92d050;--gold: #f4c255;--red: #cc5500;--white: #ffffff}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:DM Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:linear-gradient(180deg,#eef2f6 0%,var(--grey-100) 260px);color:var(--slate-800);line-height:1.55;-webkit-font-smoothing:antialiased}.wrap{max-width:660px;margin:0 auto;padding:28px 18px 72px}.brandbar{background:var(--slate-900);color:#fff;padding:22px 26px;border-radius:16px;display:flex;align-items:center;gap:16px;margin-bottom:22px;box-shadow:0 8px 24px -8px #1f293759}.brandbar .logo{width:46px;height:46px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.brandbar .logo img{width:46px;height:46px}.brandbar h1{font-size:19px;margin:0;font-weight:700;letter-spacing:-.01em}.brandbar p{font-size:12.5px;margin:2px 0 0;color:#aebccb}.card{background:#fff;border:1px solid var(--grey-200);border-radius:16px;padding:24px 26px;margin-bottom:18px;box-shadow:0 2px 8px -4px #1f293714}.card h2{font-size:20px;margin:0 0 8px;color:var(--slate-900);font-weight:700;letter-spacing:-.01em}.card>p{margin:0}.muted{color:var(--grey-400);font-size:14px}.section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--slate-700);margin:0 0 14px}.field{margin-bottom:20px}.field:last-child{margin-bottom:0}.field-label{font-weight:600;font-size:15px;color:var(--slate-900)}.field-hint{font-size:13px;color:var(--grey-400);margin:2px 0 10px}.dropzone{border:2px dashed var(--grey-200);border-radius:14px;padding:26px 20px;text-align:center;cursor:pointer;transition:all .15s ease;background:#fbfcfd}.dropzone:hover{border-color:var(--cyan);background:#00b0f00a}.dropzone.dragging{border-color:var(--cyan);background:#00b0f014;transform:scale(1.01)}.dropzone .icon{color:var(--cyan);margin-bottom:8px}.dropzone .main{font-weight:600;font-size:14.5px;color:var(--slate-800)}.dropzone .main .link{color:var(--cyan);text-decoration:underline}.dropzone .sub{font-size:12.5px;color:var(--grey-400);margin-top:3px}.filecard{border:1.5px solid var(--green);border-radius:14px;padding:14px 16px;display:flex;align-items:center;gap:14px;background:#92d05012}.filecard .badge{width:40px;height:40px;border-radius:10px;flex-shrink:0;background:#92d0502e;color:#4e7a17;display:flex;align-items:center;justify-content:center;font-size:20px}.filecard .meta{flex:1;min-width:0}.filecard .meta .name{font-weight:600;font-size:14px;color:var(--slate-900)}.filecard .meta .status{font-size:12.5px;color:#5a8f1e}.filecard .actions{display:flex;gap:8px;flex-shrink:0}.dropzone.busy{cursor:default;border-color:var(--cyan)}.input{width:100%;padding:12px 14px;border:1.5px solid var(--grey-200);border-radius:10px;font-size:15px;font-family:inherit;letter-spacing:.06em;text-transform:uppercase}.input:focus{outline:none;border-color:var(--cyan);box-shadow:0 0 0 3px #00b0f026}.btn{border:0;border-radius:10px;padding:8px 15px;font-size:13.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .12s ease}.btn.ghost{background:#fff;color:var(--slate-700);border:1px solid var(--grey-200)}.btn.ghost:hover{border-color:var(--grey-400)}.btn.remove{background:#fff;color:var(--red);border:1px solid #e7cbb8}.btn.remove:hover{background:#fdf3ec}.btn.primary{background:var(--cyan);color:#fff}.btn.primary:hover{background:#0098d4}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.full{width:100%;padding:15px;font-size:15.5px;border-radius:12px}.gdpr{background:var(--grey-100);border:1px solid var(--grey-200);border-radius:12px;padding:14px 16px;font-size:12.5px;color:var(--slate-700)}.consent{display:flex;align-items:flex-start;gap:11px;font-size:13.5px;color:var(--slate-800);margin-top:14px}.consent input{margin-top:3px;width:17px;height:17px;accent-color:var(--cyan);flex-shrink:0}.err{background:#fdf3ec;border:1px solid #e7cbb8;color:var(--red);padding:12px 14px;border-radius:10px;font-size:13.5px;margin-bottom:14px}.center{text-align:center}.big-tick{width:68px;height:68px;border-radius:50%;background:#92d05026;color:#4e7a17;display:inline-flex;align-items:center;justify-content:center;font-size:36px;margin-bottom:14px}.spinner{display:inline-block;width:18px;height:18px;border:2.5px solid var(--grey-200);border-top-color:var(--cyan);border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.foot{text-align:center;font-size:11.5px;color:var(--grey-400);margin-top:22px;line-height:1.6}input[type=file]{display:none}.timeline{position:relative}.tl-step{position:relative;display:flex;gap:16px;padding-bottom:24px}.tl-step:last-child{padding-bottom:0}.tl-marker{position:relative;flex-shrink:0;width:22px;display:flex;justify-content:center}.tl-step:not(:last-child):before{content:"";position:absolute;left:11px;top:20px;bottom:-2px;transform:translate(-1px);width:2px;background:var(--grey-200)}.tl-step.complete:not(:last-child):before{background:var(--cyan)}.tl-dot{width:20px;height:20px;border-radius:50%;border:3px solid var(--grey-200);background:#fff;z-index:1;display:flex;align-items:center;justify-content:center;font-size:11px;line-height:1;color:#fff;font-weight:700}.tl-step.complete .tl-dot{background:var(--cyan);border-color:var(--cyan)}.tl-step.current .tl-dot{border-color:var(--cyan);box-shadow:0 0 0 4px #00b0f026}.tl-body{flex:1;min-width:0}.tl-label{font-weight:600;font-size:15.5px;color:var(--slate-900)}.tl-step.upcoming .tl-label{color:var(--grey-400);font-weight:500}.tl-detail{font-size:12.5px;color:var(--grey-400);margin-top:1px}.tl-step.current .tl-detail{color:var(--cyan)}.tl-panel{margin-top:14px;display:flex;flex-direction:column;gap:12px}.tl-panel .lead{font-size:13.5px;color:var(--slate-700);margin:0 0 2px}.subcheck{border:1px solid var(--grey-200);border-radius:12px;padding:14px 16px;background:#fbfcfd}.subcheck-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.subcheck-title{font-weight:600;font-size:14.5px;color:var(--slate-900)}.subcheck-hint{font-size:12.5px;color:var(--grey-400);margin-top:5px}.subcheck .dropzone{padding:18px 16px;margin-top:10px}.subnote{font-size:12.5px;color:var(--grey-400);margin-top:6px}.pill{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.pill-green{background:#92d05029;color:#4e7a17}.pill-blue{background:#00b0f01f;color:#07a}.pill-amber{background:#f4c2552e;color:#916400}.pill-grey{background:var(--grey-100);color:var(--grey-400)}.pill-red{background:#dc35451f;color:#b02a37}.row-between{display:flex;align-items:center;justify-content:space-between;gap:12px}.banner{background:#00b0f012;border:1px solid rgba(0,176,240,.25);border-radius:12px;padding:13px 15px;font-size:13.5px;color:var(--slate-700)}.reflist{margin:14px 0 4px;display:flex;flex-direction:column;gap:8px}.refrow{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--grey-200);border-radius:12px;padding:11px 14px}.refname{font-weight:600;font-size:14px;color:var(--slate-900)}.refright{display:flex;align-items:center;gap:10px;flex-shrink:0}.refright .btn{padding:5px 10px;font-size:12px}.refform{border:1px solid var(--grey-200);border-radius:12px;padding:16px;margin-top:12px;background:#fbfcfd}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 520px){.grid2{grid-template-columns:1fr}}.field-label.sm{font-size:13px;margin-bottom:4px}.input.plain{text-transform:none;letter-spacing:normal;padding:10px 12px;font-size:14px}.filepick{display:inline-block;margin-top:12px;cursor:pointer}.formactions{display:flex;gap:8px;margin-top:14px}.addbtn{margin-top:12px}
