/* BEA incubation application and reporting views */
.inc-page { max-width: 1180px; margin: 26px auto 60px; padding: 0 20px; color: #173557; font-family: Arial, sans-serif; }
.inc-hero { position: relative; overflow: hidden; padding: 32px 38px; color: #fff; background: linear-gradient(110deg,#09234c 0%,#134687 63%,#0a294b 100%); border-radius: 15px; margin-bottom: 18px; }
.inc-hero::after { content: ""; position: absolute; right: -70px; top: -130px; width: 330px; height: 330px; border: 2px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 44px rgba(255,255,255,.045),0 0 0 92px rgba(255,255,255,.035); }
.inc-eyebrow { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.inc-hero h1 { position: relative; z-index: 1; margin: 0 0 5px; color: #fff; font-size: clamp(24px,3vw,34px); font-weight: 800; }
.inc-hero p { position: relative; z-index: 1; margin: 0; color: #dce9f8; font-size: 14px; }
.inc-section { margin: 0 0 14px; overflow: hidden; background: #fff; border: 1px solid #d7e5f5; border-radius: 12px; box-shadow: 0 6px 20px rgba(18,64,114,.045); }
.inc-section > summary { display: flex; align-items: center; gap: 11px; min-height: 45px; padding: 8px 16px; color: #0b387b; background: #e9f4ff; cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
.inc-section > summary::-webkit-details-marker { display: none; }
.inc-section > summary i { margin-left: auto; font-size: 11px; transition: transform .2s; }
.inc-section:not([open]) > summary i { transform: rotate(-90deg); }
.inc-number { display: grid; place-items: center; flex: 0 0 auto; width: 27px; height: 27px; color: #fff; background: #1858ac; border-radius: 50%; font-size: 13px; }
.inc-grid { display: grid; gap: 15px 18px; padding: 18px; }
.inc-grid + .inc-grid { padding-top: 0; }
.inc-grid.four { grid-template-columns: repeat(4,minmax(0,1fr)); }
.inc-grid.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.inc-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.inc-grid.one { grid-template-columns: 1fr; gap: 10px; padding: 0; }
.inc-grid .span-three { grid-column: span 3; }
.inc-grid label { display: block; min-width: 0; color: #243d60; font-size: 12px; font-weight: 700; line-height: 1.4; }
.inc-grid label em, .inc-declaration em { color: #dc3654; font-style: normal; }
.inc-grid input:not([type=checkbox]):not([type=radio]), .inc-grid select, .inc-grid textarea, .inc-cofounder-row input {
    display: block; width: 100%; height: 39px; margin: 4px 0 0; padding: 9px 11px; color: #173557; background: #fff; border: 1px solid #c9d9ed; border-radius: 6px; box-shadow: none; font-family: inherit; font-size: 12px; font-weight: 400; }
.inc-grid textarea { min-height: 72px; height: auto; resize: vertical; }
.inc-grid input:focus, .inc-grid textarea:focus, .inc-grid select:focus, .inc-cofounder-row input:focus { outline: 2px solid rgba(26,95,195,.15); border-color: #3475c8; }
.inc-grid fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.inc-grid legend { margin: 0 0 7px; color: #243d60; font-size: 12px; font-weight: 700; }
.inc-grid fieldset label { display: inline-flex; align-items: center; gap: 5px; margin-right: 13px; font-weight: 400; }
.inc-grid fieldset input, .inc-declaration input { accent-color: #1c5fb9; }
.inc-grid small { display: block; margin-top: 4px; color: #6982a3; font-size: 10px; font-weight: 400; }
.inc-grid input[type=file] { height: auto !important; min-height: 43px; padding: 6px !important; border-style: dashed !important; }
.inc-grid input[type=file]::file-selector-button { margin-right: 8px; padding: 6px 10px; color: #1654a4; background: #edf5ff; border: 0; border-radius: 5px; font-weight: 700; }
.inc-checks label { width: 45%; margin: 0 1% 8px 0 !important; }
.inc-subheading { margin: 0 18px 9px; color: #1b4378; font-size: 13px; font-weight: 800; }
.inc-cofounders { margin: 0 18px; overflow-x: auto; }
.inc-cofounder-row { display: grid; grid-template-columns: repeat(6,minmax(120px,1fr)) 34px; gap: 8px; min-width: 800px; padding: 8px; border: 1px solid #dbe8f5; border-radius: 6px; background: #f8fbff; }
.inc-cofounder-row + .inc-cofounder-row { margin-top: 7px; }
.inc-cofounder-row input { height: 35px; margin: 0; }
.inc-remove { color: #c44154; background: none; border: 0; font-size: 22px; cursor: pointer; }
.inc-outline { min-height: 36px; margin: 11px 18px 17px; padding: 6px 13px; color: #1855ae; background: #fff; border: 1px solid #7da5e2; border-radius: 6px; font-size: 12px; font-weight: 800; cursor: pointer; }
.inc-outline:hover { background: #eff6ff; }
.inc-declaration { display: flex; align-items: flex-start; gap: 8px; margin: 15px 18px 17px; color: #344d6e; font-size: 12px; line-height: 1.55; }
.inc-declaration input { margin-top: 3px; }
.inc-actions { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin: 18px 0 0; }
.inc-actions .inc-outline { margin: 0; }
.inc-submit { min-height: 40px; margin-left: auto; padding: 9px 22px; color: #fff; background: #1555ae; border: 1px solid #1555ae; border-radius: 6px; font-size: 13px; font-weight: 800; cursor: pointer; }
.inc-submit:hover { background: #0a408f; }
.inc-error:not(:empty), .inc-success { display: block; margin: 0 0 16px; padding: 15px; border-radius: 8px; }
.inc-error:not(:empty) { color: #a13242; background: #fff2f3; border: 1px solid #ecc8ce; }
.inc-success { color: #165638; background: #ecfaf2; border: 1px solid #bde7ce; }
.inc-success h2 { margin: 0 0 8px; color: #165638; }
.inc-preview-backdrop:not([hidden]) { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(10,31,62,.55); }
.inc-preview-dialog { position: relative; width: min(720px,100%); max-height: 85vh; overflow-y: auto; padding: 24px; background: #fff; border-radius: 12px; }
.inc-preview-dialog h2 { margin: 0 0 15px; color: #123d75; font-size: 23px; }
.inc-preview-dialog dl { display: grid; grid-template-columns: 180px 1fr; gap: 8px 14px; }
.inc-preview-dialog dt { color: #637992; font-weight: 700; }
.inc-preview-dialog dd { margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; }
.inc-preview-close { position: absolute; right: 12px; top: 9px; background: none; border: 0; color: #536983; font-size: 27px; cursor: pointer; }

.inc-admin-page { max-width: 1280px; }
.inc-admin-card { margin: 0 0 18px; overflow: hidden; background: #fff; border: 1px solid #dfe8f1; border-radius: 14px; box-shadow: 0 8px 26px rgba(22,48,76,.055); }
.inc-admin-card-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 19px 23px; background: #f8fbfe; border-bottom: 1px solid #e3ebf3; }
.inc-admin-card-head h3 { margin: 0; color: #183853; font-size: 17px; font-weight: 800; }
.inc-admin-card-head p { margin: 4px 0 0; color: #6b7d8e; font-size: 12px; }
.inc-admin-count, .inc-status { display: inline-block; padding: 6px 10px; color: #166b4c; background: #e6f5ef; border: 1px solid #c9e9dc; border-radius: 20px; font-size: 11px; font-weight: 800; white-space: nowrap; }
.inc-admin-filter { display: flex; gap: 8px; padding: 15px 22px; }
.admin-content .inc-admin-search { width: min(390px,100%); min-height: 42px; margin: 0; padding: 9px 12px; border: 1px solid #cbd9e5; border-radius: 8px; }
.admin-content .inc-admin-search-button { min-height: 42px; margin: 0; padding: 8px 16px; color: #fff; background: #174f79; border: 0; border-radius: 8px; }
.inc-admin-table-wrap { overflow-x: auto; }
.inc-admin-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.inc-admin-table th { padding: 11px 15px; color: #617890; background: #f3f7fa; border-bottom: 1px solid #e0e9f0; font-size: 10px; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
.inc-admin-table td { padding: 14px 15px; color: #354e64; border-bottom: 1px solid #e9eef3; font-size: 12px; vertical-align: middle; }
.inc-admin-table tr:last-child td { border-bottom: 0; }
.inc-admin-table td strong, .inc-admin-table td small { display: block; }
.inc-admin-table td small { margin-top: 4px; color: #72869a; }
.inc-admin-table td a.inc-admin-view { display: inline-block; padding: 7px 10px; color: #fff; background: #174f79; border-radius: 7px; font-size: 11px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.inc-admin-empty { display: block; padding: 20px; color: #708396; font-size: 13px; }
.inc-admin-back { display: inline-block; margin: 0 0 15px; color: #1e5c91; font-size: 12px; font-weight: 700; }
.inc-admin-detail-head { margin-bottom: 18px; border: 1px solid #dfe8f1; border-radius: 14px; }
.inc-admin-field-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; padding: 8px 22px 17px; }
.inc-admin-field-grid > div { min-width: 0; padding: 12px 10px; border-bottom: 1px solid #edf2f6; }
.inc-admin-field-grid small { display: block; margin-bottom: 5px; color: #71869a; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.inc-admin-field-grid span { display: block; color: #25415b; font-size: 13px; line-height: 1.5; white-space: pre-wrap; overflow-wrap: anywhere; }
.inc-admin-documents { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; padding: 20px; }
.inc-admin-document { min-width: 0; display: block; padding: 14px; color: #274e74; background: #f7fbff; border: 1px solid #dce9f4; border-radius: 9px; text-decoration: none !important; }
.inc-admin-document strong, .inc-admin-document small, .inc-admin-document span { display: block; overflow-wrap: anywhere; }
.inc-admin-document strong { text-transform: capitalize; }
.inc-admin-document small { margin: 5px 0; color: #70849a; }
.inc-admin-document span { color: #1761a1; font-size: 11px; font-weight: 800; }

@media(max-width:900px) { .inc-grid.four { grid-template-columns: repeat(2,minmax(0,1fr)); } .inc-grid.three { grid-template-columns: repeat(2,minmax(0,1fr)); } .inc-grid .span-three { grid-column: span 2; } .inc-admin-field-grid, .inc-admin-documents { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:600px) { .inc-page { margin-top: 14px; padding: 0 12px; } .inc-hero { padding: 24px 20px; } .inc-grid.four,.inc-grid.three,.inc-grid.two { grid-template-columns: 1fr; gap: 12px; } .inc-grid .span-three { grid-column: auto; } .inc-checks label { width: 100%; } .inc-actions { display: grid; grid-template-columns: 1fr 1fr; } .inc-actions .inc-submit { grid-column: span 2; margin-left: 0; width: 100%; } .inc-preview-dialog dl { grid-template-columns: 1fr; } .inc-admin-field-grid,.inc-admin-documents { grid-template-columns: 1fr; } .inc-admin-filter { flex-direction: column; } .admin-content .inc-admin-search { width: 100%; } }
