:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f4f6f8;color:#151922;overflow-x:hidden}main{width:min(760px,calc(100% - 32px));margin:32px auto}.panel{background:#fff;border:1px solid #dfe4ec;border-radius:8px;max-width:100%;overflow:hidden;padding:28px;box-shadow:0 12px 28px #15192214}h1{margin:0 0 8px;font-size:26px;line-height:1.2;letter-spacing:0}p{margin:0 0 20px;color:#5b6472}label{display:block;margin:16px 0 6px;font-weight:650;font-size:14px;color:#252b36}input,textarea,select{display:block;max-width:100%;min-width:0;width:100%;border:1px solid #c8d0dc;border-radius:6px;padding:11px 12px;font:inherit;background:#fff}.date-input{-webkit-appearance:none;appearance:none;text-align:left}textarea{min-height:108px;resize:vertical}button{margin-top:22px;width:100%;border:0;border-radius:6px;padding:13px 16px;background:#145bd7;color:#fff;font-weight:700;cursor:pointer}button:disabled{cursor:not-allowed;background:#9aa7bd}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.grid>div{min-width:0}.full{grid-column:1 / -1}.file-input{display:none}.upload-zone{align-items:center;background:#fbfcfe;border:1.5px dashed #c8d0dc;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:148px;padding:24px;text-align:center;transition:background .16s ease,border-color .16s ease;width:100%}.upload-zone:hover,.upload-zone.dragging{background:#f5f8ff;border-color:#145bd7}.upload-icon{align-items:center;background:#eef4ff;border-radius:14px;color:#145bd7;display:inline-flex;height:48px;justify-content:center;margin-bottom:12px;width:48px}.upload-title{color:#252b36;font-size:15px;font-weight:700;line-height:1.35}.file-meta{color:#5b6472;font-size:13px;line-height:1.5;margin-top:6px;max-width:100%;overflow-wrap:anywhere}.file-list{display:grid;gap:6px;list-style:none;margin:10px 0 0;padding:0}.file-list li{align-items:center;background:#f4f6f9;border:1px solid #e4e8f0;border-radius:7px;color:#252b36;display:flex;font-size:13px;gap:12px;justify-content:space-between;min-height:34px;padding:0 10px}.file-list span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-list span:last-child{color:#6b7482;flex:0 0 auto}.warning{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:6px;padding:10px 12px;margin-bottom:16px}@media(max-width:680px){main{margin:16px auto;width:calc(100% - 24px)}.panel{padding:20px}.grid{grid-template-columns:1fr}input,textarea,select{font-size:16px}.upload-zone{min-height:136px;padding:20px 14px}.upload-title{font-size:14px}}
