body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Inter,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;background:#f3f4f6;color:#111827;-webkit-font-smoothing:antialiased}.app-root{min-height:100vh;display:flex;flex-direction:column}.app-header{padding:.85rem 2rem;display:flex;align-items:center;justify-content:space-between;background:#224f96;color:#fff;box-shadow:0 1px 3px #0f172a33}.app-title{display:flex;align-items:center;gap:.6rem;white-space:nowrap}.app-title img{height:40px;width:auto}.app-header h1{margin:0;font-size:1.4rem;font-weight:400;letter-spacing:.02em;color:#fff}nav .nav-link{margin-left:1rem;text-decoration:none;color:#e5e7eb;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .4rem;border-radius:.35rem;transition:color .15s ease,background-color .15s ease,text-decoration .15s ease}nav .nav-link:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}nav .nav-link.active{text-decoration:underline;text-underline-offset:4px;background-color:transparent}.app-main{padding:1.5rem 2rem 3rem;max-width:1120px;width:100%;margin:0 auto}.page{display:flex;flex-direction:column;gap:1rem}.page>h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:600;color:#111827}.card{background:#fff;border-radius:.75rem;padding:1.5rem;border:1px solid #e5e7eb;margin-top:1rem;box-shadow:0 10px 20px #0f172a14}.field-group{border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1.1rem;padding:1rem 1rem .9rem;background:#f9fafb}.field-group legend{padding:0 .5rem;font-size:.75rem;color:#6b7280;letter-spacing:.08em;text-transform:uppercase}label{display:block;margin-bottom:.75rem;font-size:.9rem;color:#374151}input,select{width:100%;box-sizing:border-box;padding:.45rem .7rem;margin-top:.25rem;min-height:2.3rem;line-height:1.2;border-radius:.45rem;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:.9rem;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#9ca3af 50%),linear-gradient(135deg,#9ca3af 50%,transparent 50%);background-position:calc(100% - 14px) 55%,calc(100% - 9px) 55%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:2rem}input:focus,select:focus{outline:none;border-color:#111827;box-shadow:0 0 0 1px #111827;background-color:#fff}.field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem .9rem}.primary-button,.secondary-button,.small-button{border-radius:.5rem;border:none;cursor:pointer;padding:.55rem 1rem;font-size:.9rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;transition:background-color .15s ease,color .15s ease,transform .08s ease,box-shadow .1s ease}.primary-button{background:#224f96;color:#fff;margin-top:.75rem;font-weight:500;box-shadow:0 10px 20px #224f9659}.primary-button:hover:not(:disabled){background:#285dad;box-shadow:0 12px 24px #224f9673;transform:translateY(-1px)}.primary-button:active:not(:disabled){transform:translateY(0);box-shadow:0 8px 18px #224f9659}.primary-button:disabled{opacity:.6;cursor:default;box-shadow:none}.secondary-button{background:#fff;color:#111827;border:1px solid #d1d5db}.secondary-button:hover{background:#f3f4f6}.small-button{background:#fff;color:#6b7280;border:1px solid #d1d5db;padding-inline:.6rem}.small-button:hover{background:#f3f4f6;color:#111827}.error-box{margin-top:.5rem;margin-bottom:.5rem;padding:.6rem .8rem;border-radius:.75rem;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;font-size:.9rem}.file-dropzone-wrapper{display:flex;flex-direction:column;gap:.4rem}.file-dropzone-label{font-size:.9rem}.file-dropzone{border:2px dashed #d1d5db;border-radius:.75rem;padding:1.1rem;text-align:center;color:#6b7280;background:#f9fafb;transition:border-color .15s ease,background-color .15s ease,transform .08s ease}.file-dropzone.drag-over{border-color:#111827;background:#e5e7eb;transform:translateY(-1px)}.file-input-button{display:inline-block;margin-top:.4rem;padding:.3rem .8rem;background:#fff;border-radius:999px;border:1px solid #d1d5db;cursor:pointer;font-size:.85rem;transition:background-color .15s ease,border-color .15s ease}.file-input-button:hover{background:#f3f4f6;border-color:#9ca3af}.file-name{margin-top:.4rem;font-size:.85rem;color:#374151}.stepbar{display:flex;align-items:center;margin-bottom:1rem;gap:.5rem;flex-wrap:wrap}.stepbar-step{display:flex;align-items:center;position:relative}.stepbar-circle{width:24px;height:24px;border-radius:999px;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-size:.75rem;background:#fff;color:#6b7280}.stepbar-step.done .stepbar-circle{border-color:#224f96;background:#224f96;color:#fff}.stepbar-label{margin-left:.35rem;font-size:.85rem;color:#6b7280}.stepbar-line{width:32px;height:2px;background:#e5e7eb;margin:0 .4rem}.stepbar-line.done{background:#224f96}.resp-person-row{display:flex;gap:.5rem;margin-bottom:.5rem}.resp-person-row input{flex:1}.validation-result{margin-top:1rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.validation-result ul{list-style:none;padding-left:0;font-size:.9rem}.validation-result li{margin-bottom:.2rem}.validation-result .ok{color:#16a34a}.validation-result .error-title{color:#b91c1c}.submit-row{margin-top:.75rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.checkbox-inline{display:flex;align-items:center;gap:.4rem;font-size:.9rem;color:#374151}.checkbox-inline input[type=checkbox]{width:16px;height:16px}.posting-progress{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#374151;margin-left:auto}.progress-bar{width:160px;height:6px;border-radius:999px;background:#e5e7eb;overflow:hidden;border:1px solid #d1d5db}.progress-bar-inner{width:40%;height:100%;border-radius:999px;background:#f97316;animation:posting-stripe 1.1s linear infinite}@keyframes posting-stripe{0%{transform:translate(-100%)}to{transform:translate(250%)}}
