@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.tank-board-shell{padding:20px;max-width:1180px;margin:auto}.tank-board-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.tank-board-heading small,.tank-plan-editor small{color:#b78924;font-weight:800;letter-spacing:.12em}.tank-board-heading h2{margin:3px 0;font-size:28px;color:#102643}.tank-board-heading p{margin:0;color:#65758b}.tank-board-actions{display:flex;gap:8px;align-items:center}.tank-upload,.tank-plan-button{border:0;background:#d39c2c;color:#102643;padding:12px 16px;border-radius:10px;font-weight:800;cursor:pointer}.tank-plan-button{background:#102643;color:#fff}.tank-upload input{display:none}.tank-alert-strip{display:flex;gap:8px;overflow:auto;margin-bottom:12px}.tank-alert-strip span{white-space:nowrap;padding:7px 10px;border-radius:20px;font-size:12px;font-weight:900}.tank-deck{position:relative;padding:55px clamp(125px,12vw,170px) 55px clamp(100px,10vw,150px)}.tank-deck-art{position:absolute;z-index:0;inset:0;width:100%;height:100%;overflow:visible;fill:none;pointer-events:none}.tank-deck-art .deck-hull{stroke:#183c66;stroke-width:3;vector-effect:non-scaling-stroke}.tank-deck-art .deck-detail{stroke:#688098;stroke-width:2;vector-effect:non-scaling-stroke}.tank-grid{position:relative;z-index:1;display:flex;gap:10px;overflow-x:auto;padding:2px 2px 10px}.tank-pair{display:grid;grid-template-rows:repeat(2,minmax(230px,1fr));gap:0;flex:1 1 120px;min-width:120px}.tank-pair .tank-card:first-child{border-radius:12px 12px 0 0}.tank-pair .tank-card+.tank-card{border-top:3px solid #102643;border-radius:0 0 12px 12px}.tank-card{position:relative;overflow:hidden;min-height:230px;border:1px solid #cfdae7;border-radius:12px;background:#fff;box-shadow:0 4px 16px #10264312}.tank-fill{position:absolute;left:0;right:0;bottom:0;opacity:.16;transition:height .4s}.tank-card-content{position:relative;z-index:1;height:100%;padding:10px;box-sizing:border-box;display:flex;flex-direction:column}.tank-card header{display:flex;justify-content:space-between;align-items:center;gap:5px}.tank-card header>strong{font-size:19px}.tank-card header span{min-width:0;overflow:hidden;text-overflow:ellipsis;padding:3px 6px;border-radius:5px;color:#fff;font-size:10px;font-weight:900}.tank-card-content>b{font-size:clamp(18px,1.7vw,23px);margin:20px 0 12px}.tank-card dl{display:grid;gap:5px;margin:0;font-size:12px}.tank-card dl div{display:flex;justify-content:space-between;gap:4px}.tank-card dt{color:#68768a}.tank-card dd{margin:0;font-weight:700;text-align:right}.tank-card footer{margin-top:auto;display:flex;justify-content:space-between;align-items:end;gap:6px}.tank-card footer strong{font-size:10px}.tank-card footer time{font-size:10px;color:#68768a}.alert-approach{background:#fff3bf!important;color:#7a5800}.alert-stop_verify,.alert-closed{background:#ffe2e2!important;color:#a31111}.alert-over_target{background:#d71920!important;color:#fff;animation:tankFlash .8s infinite alternate}.alert-overdue{background:#ffe0b2!important;color:#8b4300}.alert-not_using{background:#344054!important;color:#fff}@keyframes tankFlash{to{opacity:.55}}.tank-history{margin-top:24px}.tank-history a{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e1e7ef;color:#183c66;text-decoration:none}.tank-confirm-shade{position:fixed;inset:0;z-index:40;background:#09182bbb;display:grid;place-items:center;padding:16px}.tank-confirm,.tank-plan-editor{background:#fff;border-radius:16px;padding:20px;width:min(700px,100%);max-height:90vh;overflow:auto}.tank-confirm>header,.tank-plan-editor>header{display:flex;justify-content:space-between;gap:20px}.tank-confirm>header button,.tank-plan-editor>header button{border:0;background:none;font-size:30px;align-self:start}.tank-plan-editor{width:min(1050px,100%)}.tank-plan-editor h2{margin:3px 0}.tank-plan-editor header p{margin:4px 0;color:#68768a}.plan-table{min-width:850px;margin-top:16px}.plan-table-head,.plan-table-row{display:grid;grid-template-columns:60px 1.4fr 70px repeat(4,1fr);gap:8px;align-items:center;padding:7px 0}.plan-table-head{color:#68768a;font-size:12px;border-bottom:1px solid #dbe3ec}.plan-table-row input,.plan-table-row select{min-width:0;padding:9px;border:1px solid #cbd5e1;border-radius:7px}.plan-table-row input[type=color]{padding:2px;width:48px;height:38px}.tank-plan-editor>footer{display:flex;justify-content:flex-end;gap:10px;position:sticky;bottom:-20px;background:#fff;padding:14px 0 0}.tank-plan-editor>footer .confirm-readings{width:auto;margin:0}.plan-cancel{border:1px solid #cbd5e1;background:#fff;border-radius:9px;padding:10px 18px;font-weight:700}.reading-table>div{display:grid;grid-template-columns:80px 1fr 1fr;gap:10px;align-items:center;padding:7px 0}.reading-table input{padding:9px;border:1px solid #cbd5e1;border-radius:7px}.confirm-readings{width:100%;margin-top:16px;padding:13px;background:#0f2d50;color:#fff;border:0;border-radius:9px;font-weight:800}.tank-warning,.tank-error{padding:10px;border-radius:8px;background:#fff3cd;color:#755600}@media(max-width:850px){.tank-plan-editor{overflow:auto}}@media(max-width:520px){.tank-board-shell{padding:12px}.tank-board-heading,.tank-board-actions{align-items:stretch;flex-direction:column}.tank-deck{padding:38px 48px}.tank-pair{grid-template-rows:repeat(2,minmax(220px,1fr));flex-basis:180px;min-width:180px}.tank-card{min-height:220px}.reading-table>div{grid-template-columns:55px 1fr 1fr}}.tank-card.alert-loading{border-color:#2f9e5b;background:#e7f7ed}.tank-card.alert-loading .tank-fill{background:#2f9e5b!important}.tank-card.alert-approach{border-color:#d5a514;background:#fff3bf!important;color:#7a5800}.tank-card.alert-approach .tank-fill{background:#f2c230!important}.tank-card.alert-stop_verify{border-color:#d71920;background:#ffe2e2!important;color:#a31111}.tank-card.alert-stop_verify .tank-fill{background:#d71920!important;opacity:.24}.plan-table-head,.plan-table-row{grid-template-columns:60px 1.4fr 70px repeat(4,1fr)}.plan-table{min-width:980px}.tank-notification-log{margin:16px 0;padding:14px 16px;border:1px solid #d7dde5;border-radius:12px;background:#fff}.tank-notification-log h3{margin:0 0 10px}.tank-notification-log>div{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center;padding:9px 0;border-top:1px solid #edf0f4}.tank-notification-log time{color:#667085;font-size:.82rem}@media(max-width:700px){.tank-notification-log>div{grid-template-columns:1fr}.tank-notification-log time{margin-top:-10px}}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17191c;background:#f3f5f7}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}.vista-app{min-height:100vh}.phone-shell{min-height:100vh;margin-left:240px;background:#fff}.side-menu{position:fixed;inset:0 auto 0 0;z-index:20;width:240px;padding:25px 15px;color:#dfe8ef;background:#142b42}.side-brand{display:flex;align-items:center;gap:12px;padding:0 8px 30px}.side-brand .logo{display:grid;width:42px;height:42px;place-items:center;border:1px solid #ffffff33;border-radius:12px;color:#fff;background:#0c1c2d;font-size:.7rem;font-weight:700}.side-brand div{display:flex;flex-direction:column}.side-brand small{margin-top:4px;color:#8da0b2;font-size:.69rem}.side-menu nav{display:grid;gap:5px}.side-menu nav button{display:flex;align-items:center;gap:13px;padding:12px;border:0;border-radius:7px;color:#bfd0dd;background:transparent;text-align:left}.side-menu nav button.active{color:#fff;background:#1c5863}.side-menu nav button span{width:20px;text-align:center}.account{position:absolute;right:15px;bottom:22px;left:15px;display:flex;align-items:center;gap:10px;padding:12px;border:0;border-top:1px solid #ffffff1f;color:#fff;background:transparent}.account span{overflow:hidden;color:#9cb0bf;font-size:.7rem;text-overflow:ellipsis}.app-header{position:sticky;top:0;z-index:8;padding:23px max(24px,calc((100vw - 1000px)/2)) 15px;color:#fff;background:#142b42}.header-line{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;min-height:49px}.header-line h1{margin:0;font-size:1.52rem;letter-spacing:-.025em}.hamburger,.add-round,.back-round{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:50%;color:#fff;background:transparent;font-size:1.25rem}.add-round{background:#1b3b5e;font-size:1.55rem}.glide-search{display:flex;align-items:center;gap:9px;height:39px;padding:0 12px;border-radius:7px;color:#abb7c5;background:#2d425a}.glide-search input{width:100%;border:0;outline:0;color:#fff;background:transparent}.glide-search input::placeholder{color:#c4ccd4}.app-content{width:min(760px,100%);min-height:calc(100vh - 137px);margin:0 auto;padding:0 0 88px;background:#fff}.list-page{padding:10px 15px 30px}.vessel-group{margin-bottom:12px}.vessel-group h2{margin:0;padding:8px 0 10px;font-size:1rem}.vessel-list{overflow:hidden;border:1px solid #e5e5e5;border-radius:12px;background:#fff}.vessel-row{display:grid;width:100%;grid-template-columns:54px 1fr 22px;align-items:center;gap:12px;min-height:78px;padding:9px;border:0;border-bottom:1px solid #e9e9e9;color:#15171a;background:#fff;text-align:left}.vessel-row:last-child{border-bottom:0}.vessel-row:hover{background:#f8fafb}.vessel-thumb{position:relative;display:block;width:50px;height:48px;overflow:hidden;border-radius:7px;background:linear-gradient(#b5d9ea 0 48%,#647f93 49% 60%,#d9e0e3 61%)}.vessel-thumb i:first-child{position:absolute;left:6px;bottom:13px;width:39px;height:9px;transform:skew(-14deg);border-radius:1px 2px 5px 4px;background:#31465a}.vessel-thumb i:last-child{position:absolute;left:20px;bottom:22px;width:15px;height:8px;background:#f5f7f8}.vessel-thumb.red i:first-child{background:#a1443e}.vessel-thumb.aqua i:first-child{background:#49838e}.vessel-thumb.teal i:first-child{background:#38786f}.vessel-thumb.orange i:first-child{background:#b56a34}.vessel-thumb.gold i:first-child{background:#9f873f}.vessel-thumb.indigo i:first-child{background:#485981}.vessel-copy{display:flex;min-width:0;flex-direction:column}.vessel-copy strong{overflow:hidden;font-size:.75rem;font-weight:600;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}.vessel-copy b{margin-top:4px;font-size:.91rem}.vessel-copy small{margin-top:3px;color:#777;font-size:.86rem}.chevron{color:#777;font-size:1.35rem}.new-nomination{width:100%;margin:5px 0 12px;padding:12px;border:0;border-radius:8px;color:#fff;background:#173b5d;font-weight:600}.bottom-nav{position:fixed;right:0;bottom:0;left:240px;z-index:10;display:grid;grid-template-columns:repeat(5,1fr);height:72px;padding:7px max(8px,calc((100vw - 1000px)/2));border-top:1px solid #e5e5e5;background:#fff}.bottom-nav button{display:flex;min-width:0;flex-direction:column;align-items:center;gap:4px;border:0;color:#8a8d91;background:transparent}.bottom-nav span{font-size:1.2rem}.bottom-nav small{overflow:hidden;width:100%;font-size:.61rem;text-overflow:ellipsis;white-space:nowrap}.bottom-nav button.active{color:#173b5d}.supers-page{padding:22px 15px}.supers-page>h2{margin:0 0 14px;font-size:1rem}.super-row{display:grid;width:100%;grid-template-columns:48px 1fr 28px 18px;align-items:center;gap:12px;padding:12px 8px;border:0;border-bottom:1px solid #e7e7e7;background:#fff;text-align:left}.avatar{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;color:#fff;background:#2b7180;font-weight:700}.super-row>span:nth-child(2){display:flex;min-width:0;flex-direction:column}.super-row strong{font-size:.9rem}.super-row small{overflow:hidden;margin-top:4px;color:#777;text-overflow:ellipsis}.super-row>b{color:#1b6170}.super-row>i{color:#888;font-size:1.2rem}.assignment-detail{min-height:100vh;background:#fff}.vessel-photo{position:relative;height:270px;overflow:hidden;background:linear-gradient(#c9e2ec 0 58%,#8099a9 59% 68%,#dfe4e4 69%)}.vessel-photo>.vessel-thumb{position:absolute;top:88px;left:50%;width:72%;height:90px;transform:translate(-50%);border-radius:3px;background:transparent}.vessel-photo>.vessel-thumb i:first-child{left:4%;bottom:10px;width:92%;height:28px}.vessel-photo>.vessel-thumb i:last-child{left:58%;bottom:38px;width:20%;height:25px}.back-round{position:absolute;z-index:2;top:22px;left:18px;background:#5e718080;font-size:2rem}.detail-body{padding:25px 16px 100px}.detail-body>h1{margin:0;font-size:1.75rem}.detail-customer{margin:5px 0 17px;color:#777}.operation-card{padding:16px;border:1px solid #e5e5e5;border-radius:12px}.operation-card h2{margin:0 0 17px;font-size:1.08rem}.operation-card h3{margin:0 0 15px;font-size:1rem}.detail-fields{display:grid;grid-template-columns:minmax(105px,1fr) minmax(140px,1.5fr);border-top:1px solid #eee}.detail-fields span,.detail-fields strong{padding:12px 0;border-bottom:1px solid #eee;font-size:.82rem}.detail-fields span{color:#767676}.detail-fields strong{text-align:right}.update-status{width:100%;margin-top:16px;padding:12px;border:0;border-radius:7px;color:#fff;background:#173b5d;font-weight:600}.status-picker{display:grid;gap:7px;margin-top:13px;padding-top:13px;border-top:1px solid #e8e8e8}.status-picker p{margin:0 0 4px;font-size:.78rem;font-weight:700}.status-picker button{display:grid;grid-template-columns:24px 1fr;align-items:center;padding:10px;border:1px solid #dedede;border-radius:7px;color:#232323;background:#fff;text-align:left;font-size:.78rem}.status-picker button.current{border-color:#276c7a;color:#1a6170;background:#edf7f8}.status-picker button:disabled{cursor:default}.modal-shade{position:fixed;inset:0;z-index:40;display:grid;place-items:center;background:#07121f88}.form-screen{width:min(460px,calc(100% - 28px));min-height:500px;border-radius:16px;background:#fff}.form-screen header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:18px;border-bottom:1px solid #eee}.form-screen header button{border:0;color:#173b5d;background:transparent}.form-screen header button:last-child{text-align:right;font-weight:700}.form-screen form{display:grid;gap:22px;padding:26px 18px}.form-screen label{display:grid;gap:8px;font-size:.86rem;font-weight:600}.form-screen input,.form-screen select{height:44px;padding:0 12px;border:1px solid #d8d8d8;border-radius:7px;background:#fff}.data-message,.empty-state{display:flex;min-height:300px;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center}.data-message>span{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;color:#fff;background:#173b5d}.data-message h2{margin:16px 0 5px;font-size:1rem}.data-message p,.empty-state span{margin:0;color:#777;font-size:.8rem}.data-message button{margin-top:16px;padding:9px 15px;border:0;border-radius:7px;color:#fff;background:#173b5d}.form-error{color:#a12634;font-size:.76rem}.menu-shade{display:none}@media(max-width:800px){.phone-shell{margin-left:0}.side-menu{transform:translate(-100%);transition:transform .2s}.side-menu.open{transform:none}.menu-shade{position:fixed;inset:0;z-index:19;display:block;border:0;background:#07121f80}.app-header{padding-right:15px;padding-left:15px}.bottom-nav{left:0;padding-right:5px;padding-left:5px}.app-content{width:100%}}@media(min-width:801px){.phone-shell{background:#f3f5f7}.app-header{box-shadow:0 1px #ffffff15}.header-line{grid-template-columns:1fr 44px}.hamburger{display:none}.app-content{box-shadow:0 0 0 1px #e6e8ea}}.new-nomination{position:sticky;top:137px;z-index:7;box-shadow:0 5px 10px #fff}@media(min-width:801px){.bottom-nav{display:none}.app-content{padding-bottom:30px}}@media(max-width:800px){.bottom-nav{display:grid;grid-template-columns:none!important;grid-auto-flow:column;grid-auto-columns:minmax(72px,1fr);overflow-x:auto;scrollbar-width:none}.bottom-nav::-webkit-scrollbar{display:none}.side-menu{width:240px}.side-menu nav{display:grid}.side-menu .account{display:flex}}.super-detail{position:relative;min-height:100vh;padding-bottom:38px;background:#fff}.super-detail-header{height:112px;background:#142d46}.super-detail-header .back-round{top:18px}.profile-avatar{position:absolute;top:60px;left:50%;display:grid;width:104px;height:104px;place-items:center;transform:translate(-50%);border:4px solid #eef1f3;border-radius:50%;color:#fff;background:#397788;font-size:1.45rem;font-weight:700;box-shadow:0 2px 5px #10203022}.profile-heading{padding:60px 16px 18px;text-align:center}.profile-heading h1{margin:0;font-size:1.55rem}.profile-heading p{display:flex;align-items:center;justify-content:center;gap:7px;margin:7px 0 0;color:#777;font-size:.88rem}.profile-heading p i{width:7px;height:7px;border-radius:50%;background:#36a46f}.profile-actions{display:flex;justify-content:center;padding:0 16px 20px}.profile-actions a{display:flex;width:min(220px,100%);flex-direction:column;align-items:center;gap:6px;padding:12px;border-radius:10px;color:#173b5d;background:#f0f1f2;text-decoration:none}.profile-actions a span{font-size:.7rem}.contact-card,.assigned-vessels{padding:0 16px}.contact-card h2,.assigned-vessels h2{margin:0 0 12px;font-size:1.08rem}.contact-card dl{margin:0;border-top:1px solid #e8e8e8}.contact-card dl div{display:grid;grid-template-columns:100px 1fr;padding:13px 0;border-bottom:1px solid #e8e8e8}.contact-card dt{color:#777;font-size:.83rem}.contact-card dd{margin:0;text-align:right;font-size:.83rem}.contact-card a{color:#173b5d;text-decoration:none}.assigned-vessels{margin-top:28px}.assigned-vessels h2{display:flex;align-items:center;justify-content:space-between}.assigned-vessels h2 span{display:grid;min-width:25px;height:25px;place-items:center;border-radius:50%;color:#fff;background:#173b5d;font-size:.7rem}.profile-search{display:flex;align-items:center;gap:8px;height:39px;margin-bottom:12px;padding:0 11px;border-radius:7px;color:#8c9298;background:#eff0f1}.profile-search input{width:100%;border:0;outline:0;background:transparent}.empty-state.compact{min-height:130px}.assigned-vessel-scroll{max-height:min(410px,42vh);overflow-y:auto;overscroll-behavior:contain;padding-right:3px;scrollbar-gutter:stable}.assigned-vessel-scroll::-webkit-scrollbar{width:6px}.assigned-vessel-scroll::-webkit-scrollbar-thumb{border-radius:8px;background:#c8cdd1}.profile-actions{gap:8px}.profile-actions a{max-width:150px}.status-action{position:relative;display:grid;grid-template-columns:1fr 48px;margin-top:16px}.status-next,.status-menu-toggle{min-height:46px;border:0;color:#fff;background:#173b5d;font-weight:600}.status-next{padding:0 14px;border-radius:8px 0 0 8px;text-align:left}.status-menu-toggle{border-left:1px solid #ffffff35;border-radius:0 8px 8px 0;font-size:1.2rem}.status-next:hover,.status-menu-toggle:hover{background:#1d4b73}.status-next:disabled{cursor:default;color:#bdc7d0;background:#667789}.status-menu{position:absolute;right:0;top:53px;z-index:6;display:grid;width:min(360px,100%);gap:4px;padding:8px;border:1px solid #dfe3e6;border-radius:10px;background:#fff;box-shadow:0 14px 35px #1625362b}.status-menu p{margin:2px 6px 7px;color:#727b84;font-size:.7rem;font-weight:700;text-transform:uppercase}.status-menu button{display:grid;grid-template-columns:24px 1fr;align-items:center;padding:10px;border:0;border-radius:6px;color:#222;background:#fff;text-align:left;font-size:.79rem}.status-menu button:hover{background:#f0f4f6}.status-menu button.current{color:#1a6170;background:#edf7f8}.status-menu button:disabled{cursor:default}.status-error{display:block;margin-top:9px}.auth-shell{display:grid;min-height:100vh;place-items:center;padding:24px;background:linear-gradient(145deg,#102840,#1f5664)}.auth-card{width:min(430px,100%);padding:34px;border-radius:18px;background:#fff;box-shadow:0 24px 70px #07142155}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:32px}.auth-brand>span{display:grid;width:48px;height:48px;place-items:center;border-radius:12px;color:#fff;background:#142d46;font-size:.72rem;font-weight:700}.auth-brand div{display:flex;flex-direction:column}.auth-brand small{margin-top:3px;color:#737b82}.auth-heading h1{margin:0;font-size:1.7rem}.auth-heading p{margin:8px 0 25px;color:#68717a;line-height:1.5}.auth-form,.user-form{display:grid;gap:17px}.auth-form label,.user-form label{display:grid;gap:7px;font-size:.82rem;font-weight:600}.auth-form input,.user-form input,.user-form select{height:46px;padding:0 12px;border:1px solid #ccd2d7;border-radius:8px;background:#fff}.auth-form label small{color:#737b82;font-weight:400;line-height:1.4}.auth-form>button,.user-form>button{min-height:46px;border:0;border-radius:8px;color:#fff;background:#173b5d;font-weight:700}.auth-form>button:disabled{opacity:.65}.users-page{display:grid;gap:28px;padding:22px 16px}.users-page h2{margin:0 0 15px;font-size:1rem}.user-form{padding:18px;border:1px solid #e1e5e8;border-radius:12px}.form-success{margin:0;padding:10px;border-radius:7px;color:#155f43;background:#e8f6ef;font-size:.78rem;word-break:break-word}.user-list{overflow:hidden;border:1px solid #e1e5e8;border-radius:12px}.user-list>div{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:12px;padding:12px;border-bottom:1px solid #e8ebed}.user-list>div:last-child{border-bottom:0}.user-list>div>span:nth-child(2){display:flex;min-width:0;flex-direction:column}.user-list small{overflow:hidden;margin-top:3px;color:#747b82;text-overflow:ellipsis}.user-list b{color:#27606c;font-size:.7rem;text-transform:capitalize}.microsoft-signin{display:flex;min-height:48px;align-items:center;justify-content:center;gap:10px;border-radius:8px;color:#fff;background:#2563a8;text-decoration:none;font-weight:700}.microsoft-signin span{font-size:1.25rem}.auth-divider{display:flex;align-items:center;gap:12px;margin:22px 0;color:#7b838a;font-size:.7rem;text-transform:uppercase}.auth-divider:before,.auth-divider:after{height:1px;flex:1;background:#e0e4e7;content:""}.confirmed-identity{display:flex;flex-direction:column;margin:-7px 0 22px;padding:14px;border:1px solid #dce4e8;border-radius:9px;background:#f5f8fa}.confirmed-identity span{margin-top:4px;color:#68717a;font-size:.8rem}.customer-welcome{min-height:calc(100vh - 180px)}.user-list>.user-row{display:grid;width:100%;grid-template-columns:46px 1fr auto 16px;align-items:center;gap:12px;padding:12px;border:0;border-bottom:1px solid #e8ebed;background:#fff;text-align:left}.user-list>.user-row:last-child{border-bottom:0}.user-list>.user-row>span:nth-child(2){display:flex;min-width:0;flex-direction:column}:root{--sidebar-width:clamp(220px,18vw,280px);--content-width:1100px;--page-gutter:clamp(14px,3vw,36px);--section-gap:clamp(12px,2vw,24px)}.side-menu{width:var(--sidebar-width);padding:clamp(20px,2.2vw,30px) clamp(12px,1.4vw,18px)}.phone-shell{margin-left:var(--sidebar-width)}.app-header{padding:clamp(16px,2vw,23px) max(var(--page-gutter),calc((100% - var(--content-width))/2)) clamp(12px,1.5vw,18px)}.app-content{width:min(94%,var(--content-width))}.tank-board-content{width:100%;max-width:none;margin:0;box-shadow:none}.tank-board-content .tank-board-shell{max-width:none;margin:0}.open-tank-board{display:flex;width:100%;align-items:center;justify-content:space-between;margin:16px 0;padding:15px 16px;border:0;border-radius:10px;color:#fff;background:#173b5d;font-weight:700;text-align:left}.open-tank-board span{font-size:1.5rem;line-height:1}.tank-board-page{min-height:100vh}.tank-board-back{margin:18px 20px 0;padding:10px 14px;border:1px solid #cbd5e1;border-radius:9px;color:#173b5d;background:#fff;font-weight:700}.list-page,.supers-page,.users-page{padding-inline:var(--page-gutter)}.list-page{padding-top:clamp(12px,2vw,24px)}.vessel-group{margin-bottom:var(--section-gap)}.vessel-row{gap:clamp(10px,1.5vw,18px);padding:clamp(9px,1.2vw,14px)}.new-nomination{position:static;margin:12px 0 0;box-shadow:none;min-height:44px}.detail-content{width:min(94%,760px)}.detail-body,.contact-card,.assigned-vessels{padding-right:var(--page-gutter);padding-left:var(--page-gutter)}.form-screen{width:min(92%,520px)}.auth-card{width:min(92%,460px);padding:clamp(24px,5vw,38px)}.users-page{grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));align-items:start;gap:var(--section-gap)}.detail-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.detail-title h1{margin:0;font-size:1.75rem}.detail-title button{padding:9px 13px;border:1px solid #173b5d;border-radius:8px;color:#173b5d;background:#fff;font-weight:700;white-space:nowrap}.user-list .user-row{display:grid;width:100%;grid-template-columns:46px 1fr auto 16px;align-items:center;gap:12px;padding:12px;border:0;border-bottom:1px solid #e8ebed;color:inherit;background:#fff;text-align:left}.user-list .user-row:last-child{border-bottom:0}.user-row>span{display:flex;min-width:0;flex-direction:column}.user-row>b{color:#27606c;font-size:.7rem;text-transform:capitalize}.user-row>i{color:#7d858c;font-style:normal}.danger-zone{display:grid;gap:10px;margin-top:8px;padding:15px;border:1px solid #e6b7bd;border-radius:9px;background:#fff7f7}.danger-zone h3,.danger-zone p{margin:0}.danger-zone p,.self-delete-note{color:#6f5558;font-size:.78rem;line-height:1.45}.danger-zone button{min-height:44px;border:0;border-radius:7px;color:#fff;background:#a12634;font-weight:700}.danger-zone button:disabled{cursor:not-allowed;opacity:.45}.crew-form-note{margin:0;padding:11px;border-radius:7px;color:#34515c;background:#edf5f7;font-size:.78rem;line-height:1.45}@media(max-width:800px){:root{--page-gutter:clamp(12px,4vw,20px)}.phone-shell{margin-left:0}.side-menu{width:min(82vw,300px)}.app-content,.detail-content{width:100%}.app-header,.list-page,.supers-page,.users-page{padding-inline:var(--page-gutter)}}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}@media(max-width:800px){input,select,textarea{font-size:16px}}.form-screen,.form-screen form,.user-form,.user-form label,.form-screen label,.auth-form,.auth-form label{min-width:0;max-width:100%}.form-screen{overflow-x:hidden}.form-screen input,.form-screen select,.user-form input,.user-form select{width:100%;min-width:0;max-width:100%}input[type=file]{width:100%;min-width:0;max-width:100%;overflow:hidden;padding-right:8px;text-overflow:ellipsis}.form-screen{max-height:calc(100vh - 28px);overflow-y:auto}.role-picker{min-width:0;margin:0;padding:12px;border:1px solid #ccd2d7;border-radius:8px}.role-picker legend{padding:0 5px;font-size:.86rem;font-weight:600}.role-picker p{margin:0 0 10px;color:#68717a;font-size:.78rem;line-height:1.5}.role-picker label{display:flex;align-items:center;gap:10px;min-height:40px;cursor:pointer}.role-picker input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:#173b5d}.user-row>b{max-width:150px;line-height:1.5}@media(max-width:520px){.user-list .user-row{grid-template-columns:40px minmax(0,1fr) 16px;gap:8px}.user-row>b{grid-column:2;grid-row:2;max-width:none}.user-row>i{grid-column:3;grid-row:1 / 3}.user-row strong{overflow-wrap:anywhere}}.profile-avatar{overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.customer-portal{min-height:calc(100vh - 170px);padding:22px var(--page-gutter)}.customer-portal-intro{display:flex;align-items:center;gap:14px;margin-bottom:20px;padding:18px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#173b5d,#26717c)}.customer-portal-intro>span{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;border:1px solid #ffffff55;border-radius:50%;font-size:1.25rem}.customer-portal-intro h2,.customer-portal-intro p{margin:0}.customer-portal-intro h2{font-size:1.05rem}.customer-portal-intro p{margin-top:5px;color:#dcebef;font-size:.78rem;line-height:1.45}.detail-content .assignment-detail{min-height:0}.detail-content .detail-body{padding-bottom:24px}.assignment-events-wrap{padding:0 var(--page-gutter) 100px;background:#fff}.event-log-card{overflow:hidden;border:1px solid #dfe5e8;border-radius:12px;background:#fff}.event-log-heading{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e8ecee}.event-log-heading h2,.event-log-heading p{margin:0}.event-log-heading h2{color:#102f5b;font-size:1rem}.event-log-heading p{margin-top:4px;color:#747c83;font-size:.75rem}.event-log-heading>span{display:grid;min-width:28px;height:28px;place-items:center;border-radius:50%;color:#fff;background:#173b5d;font-size:.72rem}.event-log-form{display:grid;gap:12px;padding:15px 16px;background:#f4f6f7}.event-log-primary-fields{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(210px,.7fr);gap:12px}.event-log-form label{display:grid;gap:6px;color:#3f4d57;font-size:.72rem;font-weight:700}.event-log-form input,.event-log-form textarea{width:100%;min-width:0;padding:0 11px;border:1px solid #c8d1d6;border-radius:5px;color:#20262b;background:#fff}.event-log-form input{height:42px}.event-log-form textarea{min-height:72px;padding-block:10px;resize:vertical;font:inherit;line-height:1.45}.event-log-form input:focus,.event-log-form textarea:focus{border-color:#286b79;outline:2px solid #286b7925}.event-log-form button{justify-self:end;min-height:40px;padding:0 17px;border:0;border-radius:6px;color:#fff;background:#1b7180;font-weight:700}.event-log-form button:hover{background:#155c69}.event-log-form button:disabled{cursor:default;opacity:.6}.event-table{padding:5px 0 10px}.event-table-head,.event-table-row{display:grid;grid-template-columns:minmax(180px,1.35fr) 155px minmax(170px,1fr) 120px;column-gap:1px}.event-table-head{margin:0 8px;border-radius:5px;overflow:hidden;color:#fff;background:#123d6c;font-size:.7rem;font-weight:700}.event-table-head span{padding:7px 9px;border-right:1px solid #fff}.event-table-head span:last-child{border-right:0}.event-table-row{align-items:start;margin:0 8px;border-bottom:1px solid #abc0d4;color:#24292d}.event-table-row>*{min-width:0;padding:11px 9px;font-size:.76rem;line-height:1.4;overflow-wrap:anywhere}.event-table-row:nth-child(odd)>*{background:#f1f2f3}.event-table-row strong{font-weight:500}.event-table-row time{color:#263b4a;font-variant-numeric:tabular-nums}.event-table-row small{color:#6c757c}.event-empty{color:#9aa1a6}@media(max-width:650px){.event-log-primary-fields{grid-template-columns:1fr}.event-log-form button{width:100%;justify-self:stretch}.event-table{display:grid;gap:10px;padding:12px}.event-table-head{display:none}.event-table-row{display:grid;grid-template-columns:1fr;margin:0;padding:12px;border:1px solid #dfe5e8;border-radius:8px;background:#fff}.event-table-row>*{padding:3px 0;background:transparent!important}.event-table-row strong{color:#123d6c;font-size:.84rem;font-weight:700}.event-table-row time{order:-1;color:#39717b;font-size:.7rem;font-weight:700}.event-table-row small{margin-top:3px}.assignment-events-wrap{padding-bottom:90px}}.vessel-thumb:is(img),.avatar:is(img),.profile-avatar:is(img){object-fit:cover}.vessel-thumb:is(img){display:block}.vessel-hero-image{width:100%;height:100%;object-fit:contain;background:#e8edf0}.avatar:is(img){color:transparent}.account .avatar{flex:0 0 36px;width:36px;height:36px;color:#fff;font-size:.75rem}.user-form input[type=file],.form-screen input[type=file]{height:auto;padding:10px}.user-form label small,.form-screen label small{color:#737b82;font-weight:400}.status-history-card{margin-top:16px;padding:16px;border:1px solid #e5e5e5;border-radius:12px;background:#fff}.status-history-heading{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #edf0f2}.status-history-heading h2{margin:0;font-size:1.08rem}.status-history-heading p{margin:4px 0 0;color:#737b82;font-size:.75rem}.status-history-heading>span{display:grid;min-width:30px;height:30px;place-items:center;border-radius:15px;color:#1a6170;background:#e8f4f5;font-size:.75rem;font-weight:700}.status-timeline{margin:0;padding:0;list-style:none}.status-timeline li{position:relative;display:grid;grid-template-columns:18px 1fr auto;gap:10px;padding:15px 0}.status-timeline li:not(:last-child):after{position:absolute;top:32px;bottom:-1px;left:6px;width:2px;background:#dbe1e5;content:""}.status-timeline i{position:relative;z-index:1;width:14px;height:14px;margin-top:2px;border:3px solid #fff;border-radius:50%;background:#89949d;box-shadow:0 0 0 2px #c7cfd4}.status-timeline li.current i{background:#1a7180;box-shadow:0 0 0 2px #66a5ae}.status-timeline div{display:flex;min-width:0;flex-direction:column;gap:5px}.status-timeline strong{font-size:.84rem}.status-timeline time{color:#737b82;font-size:.75rem}.status-timeline li>span{align-self:start;padding:4px 7px;border-radius:10px;color:#176371;background:#e8f4f5;font-size:.65rem;font-weight:700;text-transform:uppercase}.history-message{margin:0;padding:20px 0;color:#737b82;text-align:center;font-size:.78rem}.history-message.error{color:#a12634}.status-readonly{margin:16px 0 0;padding:12px;border-radius:8px;color:#56616b;background:#f0f3f5;font-size:.78rem;line-height:1.45}
