:root{--navy-950: #071a2e;--navy-900: #0b2447;--navy-800: #102f4f;--navy-700: #24465f;--steel-600: #3d7396;--steel-500: #4e83a6;--steel-100: #eaf1f5;--ink: #172b3f;--muted: #667b8d;--line: #d5dee5;--line-soft: #e7ecef;--surface: #ffffff;--surface-alt: #f7f9fb;--workspace: #e9eef2;--danger: #b42318;--shadow-sm: 0 2px 8px rgba(11, 36, 71, .08);--shadow-md: 0 12px 30px rgba(11, 36, 71, .13);--radius: 8px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--workspace);font-size:14px}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.35}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{min-height:100vh}.app-header{height:66px;background:var(--surface);border-bottom:1px solid var(--line);display:grid;grid-template-columns:330px 1fr auto;align-items:center;gap:24px;padding:0 22px;position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:35px;height:35px;display:grid;place-items:center;color:#fff;background:var(--navy-900);border-radius:7px;font-size:10px;font-weight:850;letter-spacing:.06em}.brand>span:last-child{display:flex;flex-direction:column;line-height:1.12}.brand strong{font-size:15px;color:var(--navy-900);letter-spacing:-.2px}.brand small{color:var(--muted);font-size:10px;margin-top:3px;text-transform:uppercase;letter-spacing:.08em}.view-switcher{justify-self:center;display:flex;gap:3px;background:#edf1f4;padding:3px;border-radius:7px}.view-switcher button{border:0;background:transparent;color:#52687a;padding:8px 13px;border-radius:5px;font-size:12px;font-weight:650}.view-switcher button.active{background:#fff;color:var(--navy-900);box-shadow:0 1px 4px #172b3f1f}.inline-select{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:700;color:var(--navy-700);text-transform:uppercase;letter-spacing:.04em}.inline-select select{border:1px solid var(--line);border-radius:5px;background:#fff;padding:6px 26px 6px 8px;color:var(--ink);font-size:11px;text-transform:none;letter-spacing:0}.inline-title{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.inline-title strong{font-size:11px;color:var(--navy-900)}.inline-title small{font-size:9px;color:var(--muted);text-transform:none;letter-spacing:0;font-weight:500}.header-actions{display:flex;align-items:center;gap:14px}.save-state{display:inline-flex;align-items:center;gap:5px;color:#547265;font-size:11px;padding:5px 9px;border-radius:999px;background:#eef7f1;border:1px solid #d7e9de}.save-state.save-error{color:var(--danger)}.workspace{height:calc(100vh - 66px);display:grid;grid-template-columns:390px minmax(0,1fr)}.editor-collapsed .workspace{grid-template-columns:1fr}.editor-panel{background:var(--surface);border-right:1px solid var(--line);min-height:0;display:flex;flex-direction:column}.editor-title{padding:16px 18px 13px;border-bottom:1px solid var(--line-soft);display:flex;align-items:baseline;justify-content:space-between;gap:12px}.editor-title span{font-weight:750;color:var(--navy-900)}.editor-title small{font-size:10px;color:var(--muted)}.editor-scroll{overflow:auto;padding-bottom:48px}.editor-section{border-bottom:1px solid var(--line-soft)}.editor-section>summary{list-style:none;padding:14px 17px;display:flex;align-items:center;gap:9px;color:var(--navy-700);font-weight:700;font-size:12px;cursor:pointer}.editor-section>summary::-webkit-details-marker{display:none}.editor-section>summary:after{content:"›";margin-left:auto;color:#8093a1;font-size:17px;transform:rotate(0);transition:transform .15s}.editor-section[open]>summary:after{transform:rotate(90deg)}.editor-section-content{padding:2px 17px 18px}.editor-context-panel{margin:14px 17px 4px;padding:12px;border:1px solid #d8e1e7;border-radius:10px;background:linear-gradient(180deg,#f8fafc,#f1f5f8);box-shadow:var(--shadow-sm)}.editor-context-panel strong{display:block;font-size:12px;color:var(--navy-900);margin-bottom:8px}.editor-context-grid{display:grid;gap:8px}.editor-context-grid span{display:flex;flex-direction:column;gap:3px;padding:8px 9px;border-radius:8px;background:#fff;border:1px solid #e2e9ee;font-size:11px;color:var(--navy-800)}.editor-context-grid b{font-size:9px;color:var(--steel-600);text-transform:uppercase;letter-spacing:.05em}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.span-2{grid-column:1 / -1}.field{display:flex;flex-direction:column;gap:5px;min-width:0}.field>span{color:#52697b;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.035em}.field input,.field select,.field textarea{width:100%;border:1px solid #ccd7df;color:var(--ink);background:#fff;border-radius:5px;padding:8px 9px;font-size:12px;outline:none;transition:border .15s,box-shadow .15s}.field textarea{resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--steel-500);box-shadow:0 0 0 3px #4e83a61f}.form-caption{margin:4px 0 11px;color:var(--navy-700);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.form-caption.divided{border-top:1px solid var(--line-soft);padding-top:15px;margin-top:17px}.helper-copy{color:var(--muted);font-size:11px;line-height:1.5;margin:0 0 11px}.button{border:1px solid transparent;border-radius:6px;padding:9px 12px;min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:700;font-size:11px;background:var(--navy-900);color:#fff;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease,filter .15s ease}.button:hover{filter:brightness(1.06)}.button.secondary{background:#fff;border-color:#cbd6de;color:var(--navy-700)}.button.ghost{background:transparent;color:var(--navy-700)}.button.danger{background:var(--danger)}.button:focus-visible,.icon-button:focus-visible,.view-switcher button:focus-visible,.mini-add:focus-visible,.team-toggle:focus-visible,.move-buttons button:focus-visible,.tiny-icon:focus-visible,.export-popover button:focus-visible{outline:none;box-shadow:0 0 0 3px #4e83a62e}.danger-text{color:var(--danger)!important}.icon-button{width:33px;height:33px;display:inline-grid;place-items:center;border-radius:6px;border:1px solid var(--line);background:#fff;color:var(--navy-700)}.backup-actions{display:grid;gap:7px}.form-error{margin:3px 0 0;background:#fff1f0;border:1px solid #ffc9c5;border-radius:5px;padding:8px;color:#9c1c14;font-size:10px}.form-success{margin:3px 0 0;background:#edf7f0;border:1px solid #cfe6d6;border-radius:8px;padding:10px 12px;color:#1d5f3f;font-size:11px;line-height:1.45}.team-editors{display:grid;gap:8px}.team-editor{border:1px solid var(--line);border-radius:6px;overflow:hidden;background:#fbfcfd}.team-editor-heading{display:flex;align-items:stretch;background:#f6f8fa}.team-toggle{flex:1;min-width:0;border:0;background:transparent;padding:9px;display:flex;gap:8px;align-items:center;text-align:left;color:var(--ink)}.team-toggle>span:nth-child(2){min-width:0;display:flex;flex:1;flex-direction:column}.team-toggle strong{font-size:11px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.team-toggle small{color:var(--muted);font-size:9px;margin-top:2px}.team-toggle>svg{transition:transform .15s}.team-toggle>svg.rotated{transform:rotate(180deg)}.team-number{flex:0 0 25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--navy-900);color:#fff;font-size:10px;font-weight:800}.move-buttons{display:inline-flex}.team-editor-heading>.move-buttons{flex-direction:column;border-left:1px solid var(--line)}.move-buttons button,.tiny-icon{border:0;background:transparent;color:#62798b;display:grid;place-items:center;padding:3px 5px}.team-editor-heading>.move-buttons button{flex:1;padding:0 7px}.move-buttons button:hover,.tiny-icon:hover{background:#e9eff3}.team-editor-body{padding:11px;border-top:1px solid var(--line);background:#fff}.subsection-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.subsection-heading.spaced{margin-top:16px}.subsection-heading h4{margin:0;font-size:10px;color:var(--navy-700);text-transform:uppercase;letter-spacing:.06em}.mini-add{border:0;background:var(--steel-100);color:var(--navy-700);padding:4px 7px;border-radius:4px;display:inline-flex;gap:4px;align-items:center;font-size:9px;font-weight:800}.nested-list{display:grid;gap:5px}.nested-editor{border:1px solid var(--line-soft);border-radius:5px;background:#fbfcfd}.nested-editor summary{list-style:none;padding:7px 8px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.nested-editor summary::-webkit-details-marker{display:none}.nested-editor summary>span:first-child{display:flex;flex-direction:column;min-width:0}.nested-editor summary strong{font-size:10px}.nested-editor summary small{font-size:8px;color:var(--muted);margin-top:2px}.summary-actions{display:flex;align-items:center}.nested-form{border-top:1px solid var(--line-soft);padding:9px}.nested-form>.field{margin-top:9px}.editor-empty{border:1px dashed #ccd7df;padding:9px;text-align:center;color:var(--muted);font-size:10px;border-radius:5px}.add-team{width:100%;margin-top:9px;background:var(--navy-700)}.canvas-workspace{min-width:0;display:flex;flex-direction:column}.canvas-toolbar{height:44px;padding:0 18px;border-bottom:1px solid #d1d9df;display:flex;align-items:center;gap:10px;color:#5f7484;font-size:11px}.canvas-toolbar .zoom-label{margin-left:auto}.canvas-stage{flex:1;min-height:0;display:grid;place-items:center;padding:24px;overflow:auto;background-color:var(--workspace);background-image:radial-gradient(#c8d2da .7px,transparent .7px);background-size:16px 16px}.presentation-frame{width:min(100%,1280px);aspect-ratio:16 / 9;background:#f7f9fb;box-shadow:var(--shadow-md);overflow:hidden;container-type:inline-size}.chart-view{height:100%;padding:3.1% 4%;display:flex;flex-direction:column;background:#f7f9fb;border-top:.45vw solid var(--navy-900)}.chart-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #d9e1e7;padding:0 0 1.25% 1.15cqw;flex:0 0 auto;position:relative}.chart-header:before{content:"";position:absolute;left:0;top:5%;bottom:23%;width:.38cqw;min-width:3px;border-radius:99px;background:var(--steel-500)}.chart-header>div:first-child{min-width:0}.org-name{display:block;color:var(--steel-600);font-weight:700;font-size:clamp(5px,.62cqw,9px);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.2em;opacity:.9}.chart-header h1{color:var(--navy-900);margin:0;font-size:clamp(12px,1.45cqw,20px);letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chart-subtitle{margin:.38em 0 0;color:#6a7e8f;font-size:clamp(6px,.68cqw,10px);line-height:1.35}.effective-date{display:flex;align-items:center;gap:7px;color:var(--steel-600);background:#f0f4f7;border:1px solid #d7e0e7;padding:.48cqw .7cqw;border-radius:.42cqw}.effective-date>span{display:flex;flex-direction:column;text-align:right;text-transform:uppercase;font-size:clamp(5px,.55cqw,8px);letter-spacing:.07em}.effective-date strong{color:var(--navy-700);font-size:clamp(7px,.8cqw,11px);margin-top:2px;text-transform:none;letter-spacing:0}.leadership-stack{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;padding-top:1.1%}.person-card{width:min(40%,380px);min-width:240px;background:#fff;border:1px solid #ced8e1;border-left:.35cqw solid var(--steel-500);border-radius:.65cqw;padding:1.05cqw 1.3cqw;box-shadow:0 .22cqw .9cqw #0b244714;text-align:center}.person-card.level-head{background:var(--navy-900);border-color:var(--navy-900);color:#fff;box-shadow:0 .2cqw .8cqw #0b244729}.person-card.level-operations{background:#edf3f7;border-color:#c6d4de;box-shadow:0 .1cqw .45cqw #0b244714}.person-eyebrow,.person-card.level-head .person-eyebrow{display:none}.person-card h2{margin:0 0 .22em;font-size:clamp(12px,1.34cqw,20px);color:var(--navy-900);line-height:1.2;text-wrap:balance}.person-card.level-head h2{color:#fff}.person-card.level-operations h2{font-size:clamp(11px,1.22cqw,18px)}.person-card .designation{margin:0 auto;color:var(--steel-600);font-size:clamp(7px,.78cqw,11px);font-weight:800;display:inline-flex;justify-content:center;background:#eef4f8;border:1px solid #d8e5ed;border-radius:999px;padding:.18cqw .5cqw;max-width:100%}.person-card.level-head .designation{color:#eff7fc;background:#ffffff1f;border-color:#ffffff2e}.person-contact{display:none}.connector{height:1.15cqw;width:2px;background:linear-gradient(180deg,#5f7f97,#9eb2c0);border-radius:999px}.connector.branch{height:.8cqw}.team-grid,.allocation-grid{min-height:0;flex:1;display:grid;gap:1.2cqw;position:relative;justify-content:center;align-content:start}.team-card{background:#fff;border:1px solid #ccd7df;border-top:.34cqw solid var(--navy-700);border-radius:.6cqw;overflow:hidden;min-width:0;box-shadow:0 .12cqw .45cqw #0b24470e;display:flex;flex-direction:column}.team-header{flex:0 0 auto;background:linear-gradient(180deg,#f7fafc,#eff4f7);color:var(--navy-800);border-bottom:1px solid #dbe3e9;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.72cqw;padding:.84cqw .95cqw;min-height:5.2cqw;position:relative}.manager-avatar{flex:0 0 2.45cqw;width:2.45cqw;height:2.45cqw;border-radius:50%;background:var(--navy-700);color:#fff;display:grid;place-items:center;font-size:clamp(7px,.76cqw,11px);font-weight:800}.team-header-copy{min-width:0;text-align:center}.team-kicker{display:none}.team-header h3{margin:0 0 .24em;font-size:clamp(9px,1.08cqw,16px);line-height:1.2;font-weight:800;text-wrap:balance}.team-header p{margin:0;color:#6b8091;font-size:clamp(6px,.68cqw,10px)}.team-header p.team-designation{color:var(--steel-600);font-weight:800;display:inline-flex;justify-content:center;max-width:100%;background:#e7f0f5;border:1px solid #d3e2ea;border-radius:999px;padding:.14cqw .4cqw;white-space:normal;text-align:center;line-height:1.2}.manager-mail{margin-left:auto;color:#7890a2}.vessel-count{margin-left:auto;white-space:nowrap;background:#e5edf2;color:#31526b;border-radius:99px;padding:.22cqw .5cqw;font-size:clamp(5px,.56cqw,8px)}.team-section{padding:.76cqw .9cqw}.assistants-section{flex:0 0 auto;border-bottom:1px solid #e1e7ec}.vessel-section{flex:1;min-height:0}.section-label{display:flex;align-items:center;justify-content:space-between;color:#536b7e;font-size:clamp(5px,.58cqw,8px);font-weight:800;text-transform:uppercase;letter-spacing:.055em;margin-bottom:.48cqw}.section-label span{display:flex;align-items:center;gap:4px}.section-label b{background:var(--steel-100);border-radius:99px;padding:.1cqw .35cqw;color:var(--steel-600)}.assistant-list{display:flex;flex-wrap:wrap;gap:.42cqw;justify-content:center}.assistant-chip{min-width:0;flex:1 1 42%;border-radius:.35cqw;background:#f1f5f7;border:1px solid #e2e9ed;padding:.34cqw .44cqw;display:flex;align-items:center;gap:.35cqw}.assistant-chip .avatar{width:1.4cqw;height:1.4cqw;flex:0 0 1.4cqw;display:grid;place-items:center;background:#d3e1e9;color:var(--navy-700);border-radius:50%;font-size:clamp(4px,.45cqw,6px);font-weight:800}.assistant-chip>span:last-child{min-width:0;display:flex;flex-direction:column}.assistant-chip strong{font-size:clamp(6px,.66cqw,10px);color:#24465f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.assistant-chip small{font-size:clamp(5px,.52cqw,8px);color:#708494;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vessel-list{display:grid;gap:.32cqw}.vessel-tag{position:relative;display:grid;grid-template-columns:1.15cqw 1fr auto;align-items:center;min-width:0;background:#fafbfc;border:1px solid #e0e7ec;border-radius:.35cqw;padding:.38cqw .45cqw}.vessel-marker{width:.52cqw;height:.52cqw;min-width:4px;min-height:4px;border-radius:50%;background:var(--steel-500);box-shadow:0 0 0 .16cqw #e3edf2}.vessel-main{min-width:0;display:flex;flex-direction:column}.vessel-main strong{font-size:clamp(5px,.62cqw,9px);color:#183a53;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vessel-main small{color:#738697;font-size:clamp(4px,.45cqw,7px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status{font-size:clamp(4px,.43cqw,6px);padding:.15cqw .3cqw;border-radius:99px;background:#e7f3ec;color:#347052;font-weight:750}.status.docking,.status.relief-due{background:#fff0d8;color:#8a5a10}.status.standby{background:#edf0f4;color:#536575}.assigned{grid-column:2 / -1;color:#3d7396;font-size:clamp(4px,.43cqw,6px);margin-top:.12cqw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vessel-main em{font-style:normal;color:#3d7396;font-size:clamp(4px,.43cqw,6px)}.vessel-badges{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.vessel-badges i{font-style:normal;font-size:clamp(4px,.4cqw,6px);padding:.12cqw .3cqw;border-radius:99px;background:#e8f2ed;color:#347052;white-space:nowrap}.overflow-summary{display:block;text-align:right;color:var(--steel-600);background:var(--steel-100);border:1px solid #d6e2ea;border-radius:99px;padding:.2cqw .5cqw;font-size:clamp(4px,.45cqw,7px);font-weight:750}.empty-copy{font-size:clamp(6px,.62cqw,9px);color:#8798a5;font-style:italic;text-align:center}.chart-footer{flex:0 0 auto;border-top:1px solid #d7e0e7;margin-top:1%;padding-top:.7%;display:flex;justify-content:space-between;color:#6a7e8f;font-size:clamp(5px,.52cqw,8px)}.chart-empty-state{grid-column:1 / -1;min-height:180px;display:grid;place-content:center;gap:8px;text-align:center;padding:22px;border:1px dashed #cfdbe3;border-radius:.75cqw;background:linear-gradient(180deg,#ffffffe6,#f4f8fbf2);color:#6a7e8f}.chart-empty-state strong{color:var(--navy-900);font-size:clamp(10px,1.05cqw,15px)}.chart-empty-state span{font-size:clamp(6px,.65cqw,9px)}.allocation-summary{margin:1.2% 0;border-radius:.4cqw;background:#eaf1f5;padding:.65cqw .85cqw;display:flex;gap:2cqw;color:#31526b;font-size:clamp(6px,.65cqw,9px)}.allocation-summary span:first-child{margin-right:auto}.operations-focus-stack{padding-top:1.4%;position:relative}.operations-focus-summary{margin:1.05% 0 1.2%;border:1px solid #d8e1e7;border-radius:.55cqw;background:linear-gradient(180deg,#f5f8fa,#eef3f6);padding:.72cqw .9cqw;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9cqw;color:#31526b;font-size:clamp(5px,.6cqw,9px)}.operations-focus-summary span{display:flex;flex-direction:column;gap:.16cqw;min-width:0}.operations-focus-summary strong{color:var(--steel-600);font-size:clamp(4px,.46cqw,7px);text-transform:uppercase;letter-spacing:.06em}.leadership-connector{height:1.35cqw}.hierarchy-beam{position:relative;width:min(74%,880px);height:2.4cqw;display:flex;justify-content:center;align-items:flex-start}.hierarchy-beam__vertical{width:2px;height:1.15cqw;background:linear-gradient(180deg,#5f7f97,#9eb2c0);border-radius:999px}.hierarchy-beam__horizontal{position:absolute;left:10%;right:10%;top:1.15cqw;height:2px;background:linear-gradient(90deg,#5f7f971f,#5f7f97e0 18%,#5f7f97e0 82%,#5f7f971f);border-radius:999px}.operations-focus-grid{grid-template-columns:repeat(3,minmax(260px,1fr));justify-content:center;align-items:start}.operations-focus-grid.manager-count-1{grid-template-columns:minmax(340px,44cqw)}.operations-focus-grid.manager-count-2{grid-template-columns:repeat(2,minmax(300px,1fr))}.operations-focus-grid.manager-count-3{grid-template-columns:repeat(3,minmax(250px,1fr))}.operations-focus-grid.manager-count-4{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.operations-focus-grid.manager-count-1 .team-card{justify-self:center;width:100%;max-width:44cqw}.operations-focus-grid.manager-count-2 .team-card,.operations-focus-grid.manager-count-3 .team-card,.operations-focus-grid.manager-count-4 .team-card{width:100%}.names-only-card .vessel-list{align-content:start}.vessel-name-grid{display:grid;gap:.36cqw .42cqw}.vessel-name-grid.columns-1{grid-template-columns:1fr}.vessel-name-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.vessel-name-grid.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.vessel-name-pill{min-width:0;display:block;border-radius:.35cqw;background:#f8fafb;border:1px solid #e1e7ec;padding:.38cqw .46cqw;color:#17344c;font-size:clamp(6px,.68cqw,9px);font-weight:650;line-height:1.32;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-card.assistants-1 .assistant-list{justify-content:center}.team-card.assistants-1 .assistant-chip{flex:0 1 68%}.allocation-grid{grid-template-columns:repeat(3,1fr)}.allocation-card .assistant-chip{flex-basis:28%}.allocation-card .vessel-list{grid-template-columns:repeat(2,minmax(0,1fr))}.allocation-card .vessel-tag{grid-template-columns:1.1cqw 1fr auto}.director-row{display:flex;justify-content:center;padding:1.1% 0}.operations-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:1cqw;flex:1;min-height:0}.operations-group{min-width:0;display:flex;flex-direction:column;border:1px solid #d4dee5;border-radius:.65cqw;background:linear-gradient(180deg,#f5f8fa,#eef3f6);padding:.65cqw;box-shadow:0 .12cqw .4cqw #0b24470a}.operations-heading{flex:0 0 auto;padding:.15cqw .35cqw .55cqw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d8e1e7;margin-bottom:.55cqw}.operations-heading>div{display:flex;flex-direction:column;min-width:0}.operations-heading strong{color:var(--navy-800);font-size:clamp(7px,.8cqw,12px)}.operations-heading span{color:var(--steel-600);font-size:clamp(4px,.45cqw,7px);font-weight:750;margin-top:.12cqw}.operations-heading b{white-space:nowrap;background:#e3edf3;color:#33536b;border-radius:99px;padding:.16cqw .4cqw;font-size:clamp(4px,.45cqw,7px)}.overview-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:.55cqw;flex:1;min-height:0}.overview-team-grid .team-header{min-height:3.8cqw}.overview-team-grid .assistant-chip{flex-basis:100%}.leadership-strip{margin:1.1% 0;background:#eaf1f5;border-radius:.4cqw;padding:.55cqw .8cqw;display:flex;gap:2cqw;color:#52697b;font-size:clamp(5px,.55cqw,8px)}.leadership-strip span:last-child{margin-left:auto}.leadership-strip strong{color:var(--navy-800);margin-left:.4cqw}.leadership-strip small{margin-left:.35cqw}.ops-editor{border:1px solid var(--line);border-radius:6px;margin-bottom:8px;background:#fbfcfd}.ops-editor>summary{list-style:none;padding:10px;display:flex;justify-content:space-between;cursor:pointer}.ops-editor>summary strong{font-size:11px;color:var(--navy-800)}.ops-editor>summary span{font-size:9px;color:var(--muted)}.ops-editor-body{padding:10px;border-top:1px solid var(--line)}.assistant-editor-row{display:grid;grid-template-columns:1fr 1fr auto;gap:6px;align-items:end;border:1px solid var(--line-soft);padding:7px;border-radius:5px;margin-bottom:5px}.vessel-master{height:100%;overflow:auto;padding:22px;background:#f5f7f9}.master-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.master-heading h2{margin:0;color:var(--navy-900);font-size:20px}.master-heading p{margin:3px 0 0;color:var(--muted);font-size:11px}.vessel-filters{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:8px;margin-bottom:12px}.vessel-filters select,.search-field{border:1px solid var(--line);background:#fff;border-radius:6px;padding:8px;font-size:11px}.search-field{display:flex;align-items:center;gap:6px}.search-field input{border:0;outline:0;width:100%;font-size:11px}.vessel-table-wrap{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:auto;box-shadow:var(--shadow-sm)}.vessel-table{width:100%;border-collapse:collapse;min-width:950px}.vessel-table th{text-align:left;background:#edf2f5;color:#52697b;font-size:9px;text-transform:uppercase;letter-spacing:.05em;padding:10px;border-bottom:1px solid var(--line)}.vessel-table td{padding:10px;border-bottom:1px solid var(--line-soft);font-size:11px;vertical-align:top;max-width:0}.vessel-table td strong,.vessel-table td small{display:block;overflow-wrap:anywhere;word-break:break-word}.vessel-table td strong{line-height:1.35}.vessel-table td small{color:var(--muted);margin-top:3px;font-size:9px;line-height:1.35}.vessel-table td:nth-child(1){width:18%}.vessel-table td:nth-child(2){width:16%}.vessel-table td:nth-child(3){width:20%}.vessel-table td:nth-child(4){width:20%}.vessel-table td:nth-child(5){width:13%}.vessel-table td:last-child{white-space:nowrap;width:13%}.vessel-table td input,.vessel-table td select{width:100%;border:1px solid var(--line);border-radius:4px;padding:5px;margin-bottom:4px;font-size:10px}.editing-row{background:#f8fafb}.table-status{font-size:8px;font-weight:750;color:#347052;background:#e8f2ed;border-radius:99px;padding:3px 6px}.export-menu{position:relative}.export-button{background:var(--navy-900);padding:9px 13px}.export-popover{position:absolute;top:calc(100% + 8px);right:0;width:265px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-md);padding:8px;z-index:50}.export-popover>div{padding:7px 8px 9px;border-bottom:1px solid var(--line-soft);display:flex;flex-direction:column}.export-popover>div strong{color:var(--navy-900);font-size:11px}.export-popover small{color:var(--muted);font-size:9px;margin-top:2px}.export-popover .export-warning{margin:7px 0 2px;padding:8px;border-radius:5px;background:#fff7e6;border:1px solid #f0d59b;color:#765315;font-size:9px;line-height:1.4}.export-popover button{width:100%;border:0;background:#fff;display:flex;align-items:center;gap:10px;text-align:left;padding:10px 8px;border-radius:5px;color:var(--steel-600)}.export-popover button:hover{background:#f1f5f7}.export-popover button span{display:flex;flex-direction:column}.export-popover button strong{color:var(--navy-700);font-size:10px}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#071a2e73;display:grid;place-items:center;padding:20px}.dialog{width:min(360px,100%);background:#fff;border-radius:9px;box-shadow:var(--shadow-md);padding:22px;text-align:center}.warning-icon{margin:0 auto 9px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:var(--danger);background:#fff0ef}.dialog h3{margin:0;color:var(--navy-900);font-size:16px}.dialog p{color:var(--muted);font-size:12px;line-height:1.5}.dialog-actions{display:flex;justify-content:center;gap:8px;margin-top:16px}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#f3f7fb,#e9f0f5)}.login-card{width:min(520px,100%);background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-md);padding:28px;display:grid;gap:14px}.login-card-wide{width:min(560px,100%)}.login-card h1{margin:0;color:var(--navy-900);font-size:28px}.login-card p{margin:0;color:var(--muted);line-height:1.5}.login-card .field{gap:6px}.login-card .field>span{font-size:10px}.login-card .field input,.login-card .field textarea,.login-card .field select{padding:11px 12px;font-size:13px;border-radius:8px}.login-card .button{width:100%;padding:12px 14px;font-size:13px}.login-card .button+.button{margin-top:-4px}.auth-shell{display:flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:#fff}.auth-user{display:flex;flex-direction:column;line-height:1.15;min-width:0}.auth-user strong{color:var(--navy-900);font-size:12px}.auth-user span,.auth-user em{font-size:10px;color:var(--muted);font-style:normal}.read-only-pill{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:#eef4f8;color:var(--navy-700);font-size:10px;font-weight:700}.read-only .editor-panel,.read-only .mini-add,.read-only .tiny-icon,.read-only .button.danger,.read-only .backup-actions,.read-only .add-team,.read-only .export-popover button:last-child{display:none!important}.read-only .vessel-master .button,.read-only .vessel-master .tiny-icon{display:none!important}.admin-access-panel{min-height:100%;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-sm);overflow:hidden}.admin-access-scroll{padding:16px;display:grid;gap:14px}.admin-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.admin-summary-card{background:linear-gradient(180deg,#f7fafc,#eef3f6);border:1px solid var(--line);border-radius:10px;padding:14px;display:grid;gap:6px;color:var(--navy-800)}.admin-summary-card strong{font-size:20px}.admin-summary-card small{color:var(--muted);font-size:11px}.admin-link-panel{background:#f6fafc;border:1px solid #d5e5ef;border-radius:10px;padding:14px}.admin-link-panel strong{color:var(--navy-900)}.admin-link-panel p{margin:8px 0 0;overflow-wrap:anywhere;font-size:12px;color:var(--steel-600)}.admin-link-actions{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:10px;align-items:stretch}.admin-feedback.ok{color:#1d5f3f;background:#edf7f0;border:1px solid #cfe6d6;border-radius:8px;padding:10px 12px}.admin-section{display:grid;gap:10px}.admin-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;padding:3px 8px;border-radius:999px;background:var(--steel-100);color:var(--steel-600);font-size:11px;font-weight:700}.admin-user-card{display:grid;gap:10px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px;box-shadow:var(--shadow-sm)}.admin-user-card__top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.admin-user-card__top strong{color:var(--navy-900);font-size:15px}.admin-user-card__top p{margin:4px 0 0;color:var(--muted);font-size:12px}.admin-user-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;color:var(--muted);font-size:11px}.admin-user-meta strong{color:var(--navy-800);font-weight:700}.admin-user-actions{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));align-items:stretch}.admin-role-help{margin-top:-4px}.status-pill{display:inline-flex;align-items:center;white-space:nowrap;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.status-pending_approval{background:#fff3dd;color:#8a5a10}.status-approved_needs_password{background:#e8f2ff;color:#275d94}.status-active{background:#edf7f0;color:#1d5f3f}.status-rejected{background:#fff0ef;color:#a9332a}.status-disabled{background:#eef2f5;color:#576d80}@media(max-width:1050px){.app-header{grid-template-columns:auto 1fr auto}.brand small,.save-state{display:none}.workspace{grid-template-columns:340px minmax(0,1fr)}.canvas-stage{padding:14px}.vessel-filters{grid-template-columns:1fr 1fr}.search-field{grid-column:1/-1}.admin-summary-grid,.admin-link-actions,.admin-user-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.app-header{height:auto;min-height:64px;padding:10px 12px;grid-template-columns:auto auto}.view-switcher{grid-row:2;grid-column:1 / -1;width:100%}.view-switcher button{flex:1}.workspace{height:calc(100vh - 112px);grid-template-columns:1fr}.editor-panel{position:fixed;top:112px;bottom:0;left:0;width:min(390px,92vw);z-index:20;box-shadow:var(--shadow-md)}.canvas-toolbar{padding-left:10px}.canvas-toolbar{height:auto;min-height:44px;padding-top:8px;padding-bottom:8px;flex-wrap:wrap;align-items:flex-start}.canvas-toolbar .zoom-label{width:100%;margin-left:0}.canvas-stage{align-items:start}.presentation-frame{min-width:720px}.login-page{padding:16px}.login-card,.login-card-wide{width:min(100%,580px);padding:22px;gap:12px}.login-card h1{font-size:24px}.admin-summary-grid,.admin-user-meta,.admin-user-actions,.admin-link-actions{grid-template-columns:1fr}.admin-user-card__top{flex-direction:column;align-items:flex-start}.login-card .button,.login-card .button.secondary,.login-card .button.ghost{width:100%}.auth-shell{padding:6px 8px;gap:6px}.read-only-pill{display:none}.field input,.field select,.field textarea{font-size:16px}.operations-focus-summary,.vessel-name-grid.columns-2,.vessel-name-grid.columns-3{grid-template-columns:1fr}}
