:root {
  --gop-navy: #0b1f33;
  --gop-navy-2: #102a43;
  --gop-teal: #0b8b8f;
  --gop-teal-dark: #087176;
  --gop-cyan: #27c2c8;
  --gop-bg: #f4f7fa;
  --gop-card: #fff;
  --gop-text: #142638;
  --gop-muted: #6c7b8b;
  --gop-border: #dfe7ee;
  --gop-success: #16845b;
  --gop-warning: #c4770c;
  --gop-danger: #c73c46;
  --gop-violet: #7257bd;
  --gop-blue: #2775ca;
  --gop-shadow: 0 12px 34px rgba(12, 32, 52, .075);
  --gop-radius: 18px;
}

.gop-portal-page { margin: 0 !important; overflow-x: hidden !important; background: var(--gop-bg); }
.gop-portal-page #wpadminbar { display: none; }
.gop-portal-page.admin-bar { margin-top: 0 !important; }
.gop-portal-page .site-header,
.gop-portal-page .site-footer,
.gop-portal-page header.wp-block-template-part,
.gop-portal-page footer.wp-block-template-part,
.gop-portal-page .entry-header,
.gop-portal-page .entry-title,
.gop-portal-page .page-title,
.gop-portal-page .wp-block-post-title { display: none !important; }
.gop-portal-page .site-content,
.gop-portal-page .content-area,
.gop-portal-page .site-main,
.gop-portal-page .wp-site-blocks,
.gop-portal-page .wp-block-post-content,
.gop-portal-page .entry-content { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.gop-portal-page .gop-app,
.gop-portal-page .gop-login { width: 100vw !important; max-width: none !important; margin-left: calc(50% - 50vw) !important; }

html.gop-runtime,
html.gop-runtime body { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; overflow-x: hidden !important; }
body.gop-runtime { min-height: 100vh !important; display: block !important; background: var(--gop-bg) !important; }
body.gop-runtime > *:not(.gop-app):not(.gop-login):not(script):not(style):not(link) { display: none !important; }
body.gop-runtime > .gop-app,
body.gop-runtime > .gop-login { width: 100vw !important; max-width: none !important; margin: 0 !important; }

.gop-app, .gop-login {
  color: var(--gop-text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.gop-app *, .gop-login * { box-sizing: border-box; }
.gop-app a, .gop-login a { text-decoration: none; }
.gop-app button, .gop-app input, .gop-app select, .gop-app textarea, .gop-login input { font: inherit; }
.gop-app { width: 100%; min-width: 0; min-height: 100vh; background: var(--gop-bg); display: flex; }
.gop-theme-dark {
  --gop-bg: #0d1822;
  --gop-card: #142431;
  --gop-text: #e8f0f4;
  --gop-muted: #91a4b1;
  --gop-border: #2b3d49;
  --gop-navy: #edf6f7;
  --gop-shadow: 0 12px 34px rgba(0, 0, 0, .18);
}
.gop-theme-dark .gop-main { background: var(--gop-bg); }
.gop-theme-dark .gop-topbar { border-color: #283b47; background: rgba(15, 29, 40, .92); }
.gop-theme-dark .gop-card,
.gop-theme-dark .gop-stat,
.gop-theme-dark .gop-form-card,
.gop-theme-dark .gop-filters,
.gop-theme-dark .gop-icon-btn,
.gop-theme-dark .gop-btn--secondary { background: var(--gop-card); }
.gop-theme-dark .gop-form input:not([type=checkbox]):not([type=radio]),
.gop-theme-dark .gop-form select,
.gop-theme-dark .gop-form textarea,
.gop-theme-dark .gop-stack input,
.gop-theme-dark .gop-stack select,
.gop-theme-dark .gop-stack textarea,
.gop-theme-dark .gop-filters input,
.gop-theme-dark .gop-filters select { color: var(--gop-text); border-color: var(--gop-border); background: #101f2a; }
.gop-theme-dark .gop-choice > span,
.gop-theme-dark .gop-item-row,
.gop-theme-dark .gop-upload,
.gop-theme-dark .gop-attachment,
.gop-theme-dark .gop-roster-entry { background: #101f2a; }
.gop-theme-dark .gop-choice input:checked + span { background: #102c32; }
.gop-theme-dark .gop-table tbody tr:hover { background: #182a37; }
.gop-theme-dark .gop-table td { border-color: #283a46; color: #b6c5ce; }
.gop-theme-dark .gop-note-grid > div,
.gop-theme-dark .gop-check { background: #101f2a; }
.gop-theme-dark .gop-tabs__nav { background: #0c161f; }
.gop-theme-dark .gop-tabs__nav button.is-active { background: #203440; }

/* Login */
.gop-login { min-height: 100vh; display: grid; grid-template-columns: minmax(420px, 1.25fr) minmax(400px, .75fr); background: #fff; }
.gop-login__visual { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 120px); color: #fff; background: radial-gradient(circle at 75% 20%, rgba(39, 194, 200, .35), transparent 30%), linear-gradient(145deg, #071827 0%, #0c344b 55%, #087176 115%); }
.gop-login__visual::before, .gop-login__visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; width: 500px; height: 500px; right: -220px; bottom: -250px; }
.gop-login__visual::after { width: 380px; height: 380px; right: -160px; bottom: -190px; border-color: rgba(39,194,200,.2); }
.gop-brandmark { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 22px; color: var(--gop-navy); background: var(--gop-cyan); box-shadow: 0 16px 40px rgba(39,194,200,.25); margin-bottom: 34px; }
.gop-brandmark .dashicons { font-size: 36px; width: 36px; height: 36px; }
.gop-kicker { margin: 0 0 8px; color: var(--gop-teal); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.gop-login__visual .gop-kicker { color: #72e4e7; }
.gop-login__visual h1 { color: #fff; font-size: clamp(44px, 6vw, 76px); letter-spacing: -.045em; line-height: .98; margin: 0 0 24px; }
.gop-login__visual > p:not(.gop-kicker) { max-width: 550px; margin: 0; color: #c9d9e3; font-size: 19px; }
.gop-login__steps { display: flex; align-items: center; gap: 16px; margin-top: 58px; color: #dce9ee; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.gop-login__steps i { width: 48px; height: 1px; background: rgba(255,255,255,.25); }
.gop-login__card { width: min(420px, calc(100% - 48px)); margin: auto; }
.gop-login__card h2 { margin: 0 0 8px; color: var(--gop-navy); font-size: 32px; letter-spacing: -.025em; }
.gop-login__card > p { margin: 0 0 34px; color: var(--gop-muted); }
.gop-login__card form p { margin: 0 0 18px; }
.gop-login__card label { display: block; color: var(--gop-text); font-size: 13px; font-weight: 700; margin-bottom: 7px; }
.gop-login__card input[type=text], .gop-login__card input[type=password] { width: 100%; min-height: 50px; padding: 11px 14px; border: 1px solid var(--gop-border); border-radius: 11px; background: #f9fbfc; color: var(--gop-text); outline: none; }
.gop-login__card input:focus { border-color: var(--gop-teal); box-shadow: 0 0 0 4px rgba(11,139,143,.1); }
.gop-login__card .login-remember label { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.gop-login__card .button-primary { width: 100%; min-height: 52px; border: 0; border-radius: 11px; background: linear-gradient(135deg, var(--gop-teal), var(--gop-teal-dark)); color: #fff; font-weight: 800; cursor: pointer; box-shadow: 0 12px 24px rgba(11,139,143,.2); }

/* Shell */
.gop-sidebar { width: 266px; height: 100vh; position: fixed; z-index: 50; inset: 0 auto 0 0; display: flex; flex-direction: column; padding: 25px 16px 18px; color: #fff; background: linear-gradient(180deg, #091b2c, #0b263a 68%, #0c3442); }
.gop-sidebar__brand { display: flex; align-items: center; gap: 12px; padding: 0 10px 26px; border-bottom: 1px solid rgba(255,255,255,.08); }
.gop-sidebar__logo { width: 43px; height: 43px; border-radius: 13px; background: var(--gop-cyan); color: var(--gop-navy); display: grid; place-items: center; }
.gop-sidebar__logo .dashicons { font-size: 23px; width: 23px; height: 23px; }
.gop-sidebar__brand strong { display: block; color: #fff; font-size: 18px; line-height: 1.1; }
.gop-sidebar__brand span { display: block; margin-top: 3px; color: #8fa9b9; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.gop-nav { display: flex; flex-direction: column; gap: 5px; padding-top: 24px; overflow-y: auto; }
.gop-nav__item { position: relative; display: flex; align-items: center; gap: 13px; min-height: 47px; padding: 9px 13px; border-radius: 11px; color: #b8cbd6; font-weight: 650; transition: .18s ease; }
.gop-nav__item:hover { color: #fff; background: rgba(255,255,255,.06); }
.gop-nav__item.is-active { color: #fff; background: linear-gradient(135deg, rgba(39,194,200,.24), rgba(11,139,143,.2)); box-shadow: inset 3px 0 0 var(--gop-cyan); }
.gop-nav__item .dashicons { width: 20px; height: 20px; font-size: 20px; }
.gop-nav__item em { margin-left: auto; min-width: 21px; height: 21px; padding: 0 6px; border-radius: 99px; display: grid; place-items: center; color: #082332; background: var(--gop-cyan); font-size: 11px; font-style: normal; }
.gop-sidebar__user { margin-top: auto; padding: 16px 8px 0; border-top: 1px solid rgba(255,255,255,.09); display: flex; align-items: center; gap: 10px; }
.gop-sidebar__user img { border-radius: 12px; }
.gop-sidebar__user div { min-width: 0; flex: 1; }
.gop-sidebar__user strong, .gop-sidebar__user span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gop-sidebar__user strong { color: #fff; font-size: 13px; }
.gop-sidebar__user span { color: #8fa9b9; font-size: 11px; }
.gop-sidebar__user > a { color: #8fa9b9; }
.gop-main { width: calc(100% - 266px); min-width: 0; min-height: 100vh; flex: 1; margin-left: 266px; }
.gop-topbar { width: 100%; height: 86px; position: sticky; z-index: 30; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 42px; border-bottom: 1px solid rgba(221,230,237,.8); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.gop-topbar__eyebrow { display: block; margin-bottom: 2px; color: var(--gop-muted); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.gop-topbar h1 { margin: 0; color: var(--gop-navy); font-size: 21px; letter-spacing: -.02em; }
.gop-topbar__actions { display: flex; align-items: center; gap: 10px; }
.gop-theme-switch { min-height: 40px; padding: 6px 9px; border: 1px solid var(--gop-border); border-radius: 11px; display: inline-flex; align-items: center; gap: 7px; color: var(--gop-muted); background: #fff; font-size: 11px; font-weight: 750; cursor: pointer; transition: .18s ease; }
.gop-theme-switch:hover { color: var(--gop-teal); border-color: #a8d8da; }
.gop-theme-switch .dashicons { width: 15px; height: 15px; font-size: 15px; }
.gop-theme-switch__sun { color: #c68417; }
.gop-theme-switch__moon { color: #71849a; }
.gop-theme-switch__track { width: 34px; height: 20px; position: relative; border-radius: 99px; background: #d9e2e8; transition: .2s ease; }
.gop-theme-switch__track i { width: 14px; height: 14px; position: absolute; top: 3px; left: 3px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(15,32,45,.25); transition: transform .2s ease; }
.gop-theme-dark .gop-theme-switch { color: var(--gop-text); background: var(--gop-card); }
.gop-theme-dark .gop-theme-switch__track { background: var(--gop-teal); }
.gop-theme-dark .gop-theme-switch__track i { transform: translateX(14px); }
.gop-icon-btn { width: 39px; height: 39px; flex: 0 0 auto; border: 1px solid var(--gop-border); border-radius: 10px; display: inline-grid; place-items: center; color: var(--gop-muted); background: #fff; cursor: pointer; transition: .15s ease; }
.gop-icon-btn:hover { color: var(--gop-teal); border-color: #a8d8da; transform: translateY(-1px); }
.gop-icon-btn .dashicons { font-size: 18px; width: 18px; height: 18px; }
.gop-icon-btn--danger { color: var(--gop-danger); }
.gop-topbar__actions .gop-icon-btn { position: relative; }
.gop-topbar__actions .gop-icon-btn i { position: absolute; width: 8px; height: 8px; top: 6px; right: 6px; border: 2px solid #fff; border-radius: 50%; background: var(--gop-danger); }
.gop-menu-button { display: none; }
.gop-content { width: 100%; max-width: 1600px; margin: 0 auto; padding: 34px 38px 72px; }
body.gop-runtime .gop-main > .gop-content { padding: 34px 38px 72px !important; }

/* Common */
.gop-btn { min-height: 42px; padding: 9px 16px; border: 1px solid transparent; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--gop-text); background: #fff; font-size: 13px; font-weight: 750; line-height: 1; cursor: pointer; transition: .18s ease; }
.gop-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(12,32,52,.09); }
.gop-btn .dashicons { width: 18px; height: 18px; font-size: 18px; }
.gop-btn--primary { color: #fff !important; border-color: var(--gop-teal); background: linear-gradient(135deg, var(--gop-teal), var(--gop-teal-dark)); box-shadow: 0 8px 20px rgba(11,139,143,.16); }
.gop-btn--secondary { color: var(--gop-navy) !important; border-color: var(--gop-border); background: #fff; }
.gop-btn--ghost { color: var(--gop-muted) !important; background: transparent; }
.gop-btn--light { color: var(--gop-navy) !important; background: #fff; }
.gop-theme-dark .gop-btn--light,
.gop-theme-dark .gop-btn--light .dashicons { color: #0b1f33 !important; }
.gop-theme-dark .gop-btn--light { border-color: #fff; background: #fff !important; }
.gop-btn--success { color: #fff !important; background: var(--gop-success); }
.gop-btn--large { min-height: 49px; padding-inline: 22px; }
.gop-page-heading, .gop-detail-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.gop-page-heading h2, .gop-detail-head h2 { margin: 0 0 5px; color: var(--gop-navy); font-size: 28px; letter-spacing: -.03em; }
.gop-page-heading p, .gop-detail-head p { margin: 0; color: var(--gop-muted); }
.gop-back { display: inline-flex; align-items: center; gap: 5px; margin-bottom: 10px; color: var(--gop-teal); font-size: 12px; font-weight: 750; }
.gop-back .dashicons { font-size: 15px; width: 15px; height: 15px; }
.gop-card { min-width: 0; padding: 26px; border: 1px solid rgba(217,227,235,.85); border-radius: var(--gop-radius); background: var(--gop-card); box-shadow: var(--gop-shadow); }
.gop-card--accent { border-color: rgba(11,139,143,.28); box-shadow: 0 12px 36px rgba(11,139,143,.1); }
.gop-card__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.gop-card__header h3 { margin: 0 0 3px; color: var(--gop-navy); font-size: 17px; letter-spacing: -.015em; }
.gop-card__header p { margin: 0; color: var(--gop-muted); font-size: 12px; }
.gop-card__header > a { display: inline-flex; align-items: center; gap: 4px; color: var(--gop-teal); font-size: 12px; font-weight: 750; }
.gop-card__header > .dashicons { color: var(--gop-teal); font-size: 25px; }
.gop-grid { display: grid; gap: 26px; }
.gop-grid--dashboard, .gop-grid--reports { grid-template-columns: minmax(0, 2fr) minmax(280px, .85fr); }
.gop-grid--vehicle { grid-template-columns: 1.35fr .65fr; margin-top: 22px; }
.gop-card--span2 { min-width: 0; }
.gop-welcome { min-height: 178px; position: relative; overflow: hidden; margin-bottom: 26px; padding: 34px 38px; border-radius: 22px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #fff; background: radial-gradient(circle at 86% 0, rgba(39,194,200,.35), transparent 28%), linear-gradient(125deg, #0a2133, #0d3b4d 60%, #0b777a); box-shadow: 0 16px 40px rgba(12,47,64,.14); }
.gop-welcome::after { content: ""; position: absolute; right: -70px; bottom: -120px; width: 310px; height: 310px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.gop-welcome > * { position: relative; z-index: 1; }
.gop-welcome .gop-kicker { color: #68e5e6; }
.gop-welcome h2 { margin: 0 0 5px; color: #fff; font-size: 30px; }
.gop-welcome p:not(.gop-kicker) { margin: 0; color: #c4d9e1; }
.gop-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-bottom: 26px; }
.gop-stats--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gop-stat { min-width: 0; min-height: 108px; padding: 21px; border: 1px solid rgba(217,227,235,.9); border-radius: 17px; background: #fff; box-shadow: 0 7px 25px rgba(12,32,52,.05); display: flex; align-items: center; gap: 16px; }
.gop-stat__icon { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 13px; display: grid; place-items: center; }
.gop-stat__icon .dashicons { width: 21px; height: 21px; font-size: 21px; }
.gop-stat__icon--blue { color: #286fb6; background: #e8f3ff; }
.gop-stat__icon--violet { color: #7457b9; background: #f0ecff; }
.gop-stat__icon--green { color: #17815c; background: #e6f7ef; }
.gop-stat__icon--orange { color: #bd720c; background: #fff2df; }
.gop-stat span, .gop-stat small, .gop-stat strong { display: block; }
.gop-stat span { color: var(--gop-muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.gop-stat strong { margin: 1px 0; color: var(--gop-navy); font-size: 24px; line-height: 1.2; letter-spacing: -.025em; }
.gop-stat small { color: #91a0ad; font-size: 10px; }
.gop-badge { min-height: 25px; padding: 4px 9px; border-radius: 99px; display: inline-flex; align-items: center; white-space: nowrap; color: #51606e; background: #edf2f5; font-size: 10px; font-weight: 800; letter-spacing: .025em; }
.gop-badge--new, .gop-badge--info, .gop-badge--blue { color: #2368a5; background: #e6f2fe; }
.gop-badge--violet { color: #684aa8; background: #eee9fb; }
.gop-badge--warning { color: #a96506; background: #fff0d9; }
.gop-badge--cyan { color: #08767a; background: #dff7f7; }
.gop-badge--success { color: #116c4c; background: #ddf4e9; }
.gop-badge--danger { color: #ae3039; background: #fde5e7; }
.gop-badge--muted { color: #6d7781; background: #e9edf0; }
.gop-notice { position: relative; display: flex; align-items: center; gap: 10px; margin-bottom: 20px; padding: 13px 16px; border: 1px solid; border-radius: 12px; font-weight: 650; }
.gop-notice--success { color: #176644; border-color: #b7dfcc; background: #eaf7f0; }
.gop-notice--error { color: #9b3038; border-color: #f0bfc3; background: #fff0f1; }
.gop-notice button { margin-left: auto; border: 0; color: inherit; background: none; font-size: 20px; cursor: pointer; }

/* Tables and filters */
.gop-table-wrap { width: 100%; overflow-x: auto; }
.gop-table { width: 100%; border-collapse: collapse; text-align: left; }
.gop-table th { padding: 10px 12px; border-bottom: 1px solid var(--gop-border); color: #8493a0; font-size: 10px; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }
.gop-table td { padding: 14px 12px; border-bottom: 1px solid #edf1f4; color: #415364; font-size: 12px; vertical-align: middle; }
.gop-table tbody tr:last-child td { border-bottom: 0; }
.gop-table tbody tr { transition: .15s ease; }
.gop-table tbody tr:hover { background: #f9fbfc; }
.gop-table tbody tr.is-critical { box-shadow: inset 3px 0 0 var(--gop-danger); }
.gop-table td strong, .gop-table td span { display: block; }
.gop-table td strong { color: var(--gop-text); font-size: 12px; }
.gop-table td span { margin-top: 2px; color: #8b98a4; font-size: 10px; }
.gop-table .gop-badge { display: inline-flex; }
.gop-ref { color: var(--gop-teal); font-weight: 850; }
.gop-row-link { color: var(--gop-teal); }
.gop-filters { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; padding: 14px; border: 1px solid var(--gop-border); border-radius: 14px; background: #fff; }
.gop-filters label { min-width: 150px; }
.gop-filters label > span { display: block; margin-bottom: 5px; color: var(--gop-muted); font-size: 10px; font-weight: 750; }
.gop-filters select, .gop-filters input { min-height: 42px; border: 1px solid var(--gop-border); border-radius: 9px; color: var(--gop-text); background: #f9fbfc; }
.gop-filters select { min-width: 145px; padding: 8px 30px 8px 10px; }
.gop-filters input { padding: 8px 10px; }
.gop-search { min-width: 260px !important; position: relative; flex: 1; }
.gop-search .dashicons { position: absolute; top: 12px; left: 11px; color: #92a0ab; }
.gop-search input { width: 100%; padding-left: 37px; }
.gop-empty { padding: 50px 20px; text-align: center; color: var(--gop-muted); }
.gop-empty > .dashicons { width: 38px; height: 38px; margin-bottom: 8px; color: #b2c0ca; font-size: 38px; }
.gop-empty h4 { margin: 5px 0; color: var(--gop-text); font-size: 16px; }
.gop-empty p { margin: 0; }
.gop-empty--small { padding: 25px 12px; }

/* Forms */
.gop-form { display: flex; flex-direction: column; gap: 18px; }
.gop-form-card { padding: 24px; border: 1px solid var(--gop-border); border-radius: var(--gop-radius); background: #fff; box-shadow: 0 8px 26px rgba(12,32,52,.045); }
.gop-form-card__title { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 22px; }
.gop-form-card__title > span { width: 35px; height: 35px; flex: 0 0 35px; display: grid; place-items: center; border-radius: 10px; color: var(--gop-teal); background: #e5f6f6; font-size: 11px; font-weight: 850; }
.gop-form-card__title h3 { margin: 0 0 2px; color: var(--gop-navy); font-size: 17px; }
.gop-form-card__title p { margin: 0; color: var(--gop-muted); font-size: 12px; }
.gop-fields { display: grid; gap: 16px; }
.gop-fields--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gop-fields--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gop-fields--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gop-fields--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.gop-form label, .gop-stack label, .gop-form-card > label { display: block; color: #445565; font-size: 12px; font-weight: 700; }
.gop-form label > span, .gop-stack label > span, .gop-form-card > label > span { display: block; margin-bottom: 6px; }
.gop-form input:not([type=checkbox]):not([type=radio]), .gop-form select, .gop-form textarea,
.gop-stack input:not([type=checkbox]), .gop-stack select, .gop-stack textarea,
.gop-inline-form input, .gop-inline-form select, .gop-inline-form textarea { width: 100%; min-height: 44px; padding: 9px 11px; border: 1px solid var(--gop-border); border-radius: 9px; outline: none; color: var(--gop-text); background: #fbfcfd; transition: .15s ease; }
.gop-form textarea, .gop-stack textarea, .gop-inline-form textarea { resize: vertical; }
.gop-form input:focus, .gop-form select:focus, .gop-form textarea:focus, .gop-stack input:focus, .gop-stack select:focus, .gop-stack textarea:focus { border-color: var(--gop-teal); background: #fff; box-shadow: 0 0 0 3px rgba(11,139,143,.09); }
.gop-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.gop-choice { position: relative; cursor: pointer; }
.gop-choice input { position: absolute; opacity: 0; pointer-events: none; }
.gop-choice > span { min-height: 92px; margin: 0 !important; padding: 16px; border: 1px solid var(--gop-border); border-radius: 13px; display: grid !important; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; gap: 1px 12px; align-items: center; background: #fbfcfd; }
.gop-choice .dashicons { grid-row: 1 / 3; width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; color: var(--gop-teal); background: #e6f5f5; font-size: 20px; }
.gop-choice strong { color: var(--gop-navy); font-size: 14px; }
.gop-choice small { color: var(--gop-muted); font-weight: 500; }
.gop-choice input:checked + span { border-color: var(--gop-teal); background: #f0fbfb; box-shadow: 0 0 0 3px rgba(11,139,143,.08); }
.gop-manual-fields { display: none; margin-top: 16px; }
.gop-form[data-request-type=manual] .gop-manual-fields { display: grid; }
.gop-form[data-request-type=manual] .gop-po-field { display: none; }
.gop-upload-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; margin-top: 18px; }
.gop-upload { min-height: 105px; padding: 16px; border: 1px dashed #bac9d3; border-radius: 12px; display: flex !important; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--gop-muted); background: #fafcfd; cursor: pointer; transition: .15s ease; }
.gop-upload:hover { border-color: var(--gop-teal); background: #f1fafa; }
.gop-upload input { position: absolute; width: 1px !important; height: 1px !important; opacity: 0; }
.gop-upload .dashicons { color: var(--gop-teal); }
.gop-upload strong { margin-top: 4px; color: var(--gop-text); }
.gop-upload span { margin: 2px 0 0 !important; font-size: 10px; font-weight: 500; }
.gop-upload--wide { width: 100%; }
.gop-check { min-height: 70px; padding: 12px; border: 1px solid var(--gop-border); border-radius: 10px; display: flex !important; align-items: center; gap: 10px; }
.gop-check > span { margin: 0 !important; }
.gop-check strong, .gop-check small { display: block; }
.gop-check small { color: var(--gop-muted); font-weight: 500; }
.gop-items { display: flex; flex-direction: column; gap: 12px; margin-bottom: 14px; }
.gop-item-row { padding: 16px; border: 1px solid var(--gop-border); border-radius: 13px; background: #fafcfd; }
.gop-item-row__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.gop-item-row__head strong { color: var(--gop-navy); }
.gop-col-span2 { grid-column: span 2; }
.gop-col-span3 { grid-column: span 3; }
.gop-col-span4 { grid-column: span 4; }
.gop-form-actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; padding: 8px 0; }
.gop-location-capture { display: flex; align-items: center; gap: 10px; }
.gop-location-capture span { color: var(--gop-muted); font-size: 11px; }
.gop-stack { display: flex; flex-direction: column; gap: 13px; }
.gop-subform { padding: 18px 0; border-top: 1px solid var(--gop-border); margin-top: 16px; }
.gop-collapsible[hidden] { display: none !important; }
.gop-inline-form { margin-top: 16px; padding-top: 15px; border-top: 1px solid var(--gop-border); }
.gop-inline-form summary { color: var(--gop-teal); font-weight: 750; cursor: pointer; list-style: none; }
.gop-inline-form summary .dashicons { margin-right: 5px; }
.gop-inline-form form { margin-top: 16px; }
.gop-inline-form .gop-btn { margin-top: 13px; }

/* Delivery detail */
.gop-detail-head__title { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.gop-detail-head__title h2 { margin-right: 4px; }
.gop-detail-head__actions { display: flex; gap: 9px; }
.gop-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 22px; align-items: start; }
.gop-detail-main, .gop-detail-side { min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.gop-detail-side { position: sticky; top: 104px; }
.gop-info-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.gop-info { display: flex; gap: 9px; min-width: 0; }
.gop-info > span { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 9px; display: grid; place-items: center; color: var(--gop-teal); background: #eef8f8; }
.gop-info .dashicons { width: 17px; height: 17px; font-size: 17px; }
.gop-info small, .gop-info strong { display: block; }
.gop-info small { color: var(--gop-muted); font-size: 10px; }
.gop-info strong { overflow-wrap: anywhere; color: var(--gop-text); font-size: 12px; }
.gop-proof-location { margin: 15px 0 0; display: flex; align-items: center; gap: 5px; color: var(--gop-muted); font-size: 11px; }
.gop-proof-location a { color: var(--gop-teal); font-weight: 750; }
.gop-callout { display: flex; gap: 12px; margin-top: 18px; padding: 13px 15px; border-radius: 11px; }
.gop-callout > .dashicons { flex: 0 0 auto; }
.gop-callout strong { display: block; margin-bottom: 2px; }
.gop-callout p { margin: 0; font-size: 12px; }
.gop-callout--warning { color: #80550d; background: #fff4e2; }
.gop-callout--privacy { margin: -8px 0 20px; color: #274f78; background: #eaf4fd; }
.gop-destination { display: flex; gap: 14px; }
.gop-destination__pin { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: var(--gop-teal); }
.gop-destination h4 { margin: 0 0 4px; color: var(--gop-navy); font-size: 15px; }
.gop-destination p { margin: 0; color: var(--gop-muted); }
.gop-inline-meta { display: flex; flex-wrap: wrap; gap: 7px 13px; margin-top: 10px; }
.gop-inline-meta span { display: inline-flex; align-items: center; gap: 4px; color: #597080; font-size: 11px; }
.gop-inline-meta .dashicons { width: 14px; height: 14px; font-size: 14px; color: var(--gop-teal); }
.gop-label-instruction { margin-top: 16px; padding: 12px 14px; border: 1px solid #aedbdd; border-radius: 10px; background: #f0fafa; }
.gop-label-instruction span { display: block; color: var(--gop-teal); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.gop-label-instruction strong { color: var(--gop-navy); font-size: 14px; }
.gop-note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 15px; }
.gop-note-grid > div { padding: 12px; border-radius: 9px; background: #f7f9fb; }
.gop-note-grid strong { font-size: 11px; }
.gop-note-grid p { margin: 4px 0 0; color: var(--gop-muted); font-size: 11px; }
.gop-signatures { display: none; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 45px; }
.gop-signatures span, .gop-signatures small { display: block; color: #60717f; font-size: 10px; }
.gop-signatures i { display: block; height: 35px; border-bottom: 1px solid #6f7e8b; }
.gop-print-header { display: none; }
.gop-attachments { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.gop-attachment { min-width: 0; display: flex; align-items: center; gap: 10px; padding: 10px; border: 1px solid var(--gop-border); border-radius: 10px; color: var(--gop-text); background: #fbfcfd; }
.gop-attachment__preview { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 8px; display: grid; place-items: center; overflow: hidden; color: var(--gop-teal); background: #e9f5f5; }
.gop-attachment__preview img { width: 100%; height: 100%; object-fit: cover; }
.gop-attachment > div { min-width: 0; flex: 1; }
.gop-attachment strong, .gop-attachment span, .gop-attachment small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gop-attachment strong { font-size: 11px; }
.gop-attachment span, .gop-attachment small { color: var(--gop-muted); font-size: 9px; }
.gop-attachment > .dashicons { color: #97a5b0; font-size: 15px; }
.gop-timeline { position: relative; display: flex; flex-direction: column; gap: 17px; }
.gop-timeline__item { position: relative; display: grid; grid-template-columns: 14px 1fr; gap: 9px; }
.gop-timeline__item::before { content: ""; position: absolute; left: 6px; top: 14px; bottom: -19px; width: 1px; background: var(--gop-border); }
.gop-timeline__item:last-child::before { display: none; }
.gop-timeline__item > i { width: 13px; height: 13px; margin-top: 2px; border: 3px solid #d8f2f2; border-radius: 50%; background: var(--gop-teal); }
.gop-timeline__item strong, .gop-timeline__item span { display: block; }
.gop-timeline__item strong { color: var(--gop-text); font-size: 11px; }
.gop-timeline__item span { color: #8b99a5; font-size: 9px; }
.gop-timeline__item p { margin: 4px 0 0; color: var(--gop-muted); font-size: 10px; }

/* Roster, compliance, vehicles */
.gop-roster-controls { max-width: 440px; margin: 0 auto 20px; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; text-align: center; }
.gop-roster-controls span { color: var(--gop-muted); font-size: 10px; text-transform: uppercase; }
.gop-roster-controls h3 { margin: 0; color: var(--gop-navy); }
.gop-roster-list { display: flex; flex-direction: column; }
.gop-roster-day { display: grid; grid-template-columns: 65px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--gop-border); }
.gop-roster-day:last-child { border-bottom: 0; }
.gop-roster-date { width: 54px; height: 54px; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--gop-teal); background: #eaf7f7; }
.gop-roster-date strong { font-size: 20px; line-height: 1; }
.gop-roster-date span { font-size: 9px; text-transform: uppercase; }
.gop-roster-entries { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.gop-roster-entry { padding: 10px 11px; border-left: 3px solid var(--gop-teal); border-radius: 8px; display: flex; align-items: center; gap: 8px; background: #f7fafb; }
.gop-roster-entry--annual_leave, .gop-roster-entry--sick_leave { border-color: var(--gop-warning); background: #fff9ef; }
.gop-roster-entry--thilafushi { border-color: var(--gop-violet); }
.gop-roster-entry--delivery { border-color: var(--gop-blue); }
.gop-roster-entry > div { min-width: 0; flex: 1; }
.gop-roster-entry strong, .gop-roster-entry span, .gop-roster-entry small { display: block; }
.gop-roster-entry strong { font-size: 11px; }
.gop-roster-entry span, .gop-roster-entry small { color: var(--gop-muted); font-size: 9px; }
.gop-roster-entry .gop-icon-btn { width: 30px; height: 30px; border: 0; background: transparent; }
.gop-compliance-grid, .gop-vehicle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gop-compliance { position: relative; overflow: hidden; border-top: 4px solid var(--gop-success); }
.gop-compliance--soon { border-top-color: var(--gop-warning); }
.gop-compliance--urgent, .gop-compliance--expired { border-top-color: var(--gop-danger); }
.gop-compliance__top { display: flex; align-items: center; justify-content: space-between; }
.gop-compliance__top > div { display: flex; align-items: center; gap: 7px; }
.gop-compliance__icon { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; color: var(--gop-teal); background: #e9f6f6; }
.gop-compliance h3 { margin: 18px 0 0; color: var(--gop-navy); font-size: 17px; }
.gop-compliance > p { margin: 2px 0 15px; color: var(--gop-muted); }
.gop-compliance dl { margin: 0 0 15px; }
.gop-compliance dl > div { padding: 7px 0; border-bottom: 1px solid #edf1f4; display: flex; justify-content: space-between; gap: 10px; }
.gop-compliance dt { color: var(--gop-muted); font-size: 10px; }
.gop-compliance dd { margin: 0; color: var(--gop-text); font-size: 11px; font-weight: 700; }
.gop-text-link { display: inline-flex; align-items: center; gap: 4px; color: var(--gop-teal); font-size: 11px; font-weight: 750; }
.gop-text-link .dashicons { width: 14px; height: 14px; font-size: 14px; }
.gop-vehicle-card { padding: 0; overflow: hidden; color: inherit; transition: .18s ease; }
.gop-vehicle-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(12,32,52,.11); }
.gop-vehicle-card__visual { height: 155px; position: relative; display: grid; place-items: center; overflow: hidden; color: #87a2b1; background: linear-gradient(145deg, #e7eef2, #f5f8fa); }
.gop-vehicle-card__visual > .dashicons { width: 64px; height: 64px; font-size: 64px; }
.gop-vehicle-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.gop-vehicle-card__visual .gop-badge { position: absolute; top: 12px; right: 12px; }
.gop-vehicle-card__body { padding: 18px; }
.gop-vehicle-card__body h3 { margin: 0; color: var(--gop-navy); font-size: 21px; }
.gop-vehicle-card__body p { margin: 1px 0 15px; color: var(--gop-muted); font-size: 11px; }
.gop-vehicle-card dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0 0 16px; }
.gop-vehicle-card dt { color: var(--gop-muted); font-size: 9px; }
.gop-vehicle-card dd { margin: 1px 0 0; color: var(--gop-text); font-size: 11px; font-weight: 750; }
.gop-info-list > div { padding: 11px 0; border-bottom: 1px solid var(--gop-border); display: flex; justify-content: space-between; gap: 20px; }
.gop-info-list > div:last-child { border-bottom: 0; }
.gop-info-list span { color: var(--gop-muted); font-size: 11px; }
.gop-info-list strong { max-width: 60%; text-align: right; font-size: 11px; }
.gop-renewals { display: flex; flex-direction: column; gap: 9px; }
.gop-renewal { padding: 11px; border: 1px solid var(--gop-border); border-radius: 10px; display: flex; align-items: center; gap: 9px; }
.gop-renewal__icon { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; color: var(--gop-teal); background: #edf8f8; }
.gop-renewal > div { min-width: 0; flex: 1; }
.gop-renewal strong, .gop-renewal small { display: block; }
.gop-renewal strong { font-size: 11px; }
.gop-renewal small { color: var(--gop-muted); font-size: 9px; }
.gop-tabs { margin-top: 22px; }
.gop-tabs__nav { display: flex; gap: 4px; margin-bottom: 12px; padding: 4px; border-radius: 11px; background: #e9eef2; width: max-content; }
.gop-tabs__nav button { padding: 9px 16px; border: 0; border-radius: 8px; color: var(--gop-muted); background: transparent; font-weight: 750; cursor: pointer; }
.gop-tabs__nav button.is-active { color: var(--gop-navy); background: #fff; box-shadow: 0 4px 12px rgba(12,32,52,.08); }
.gop-tabs [data-panel] { display: none; }
.gop-tabs [data-panel].is-active { display: block; }

/* Reports, alerts, users */
.gop-ageing { display: flex; flex-direction: column; }
.gop-ageing > a { padding: 11px 0; border-bottom: 1px solid var(--gop-border); display: flex; align-items: center; gap: 10px; color: var(--gop-text); }
.gop-ageing > a:last-child { border-bottom: 0; }
.gop-ageing > a > div { min-width: 0; flex: 1; }
.gop-ageing strong, .gop-ageing span, .gop-ageing small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gop-ageing strong { color: var(--gop-teal); font-size: 11px; }
.gop-ageing span { font-size: 11px; }
.gop-ageing small { color: var(--gop-muted); font-size: 9px; }
.gop-notification-list { display: flex; flex-direction: column; }
.gop-notification { position: relative; padding: 13px 5px; border-bottom: 1px solid var(--gop-border); display: flex; align-items: flex-start; gap: 11px; color: var(--gop-text); }
.gop-notification:last-child { border-bottom: 0; }
.gop-notification.is-unread { background: linear-gradient(90deg, #f0fbfb, transparent); }
.gop-notification__icon { width: 35px; height: 35px; flex: 0 0 35px; border-radius: 10px; display: grid; place-items: center; color: var(--gop-teal); background: #e6f5f5; }
.gop-notification__icon .dashicons { width: 17px; height: 17px; font-size: 17px; }
.gop-notification > div { min-width: 0; flex: 1; }
.gop-notification strong, .gop-notification p, .gop-notification small { display: block; }
.gop-notification strong { font-size: 11px; }
.gop-notification p { margin: 2px 0; color: var(--gop-muted); font-size: 10px; }
.gop-notification small { color: #9ba7b1; font-size: 9px; }
.gop-notification > i { width: 7px; height: 7px; margin-top: 5px; border-radius: 50%; background: var(--gop-cyan); }
.gop-user-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.gop-user-card { padding: 12px; border: 1px solid var(--gop-border); border-radius: 11px; display: flex; align-items: center; gap: 10px; }
.gop-user-card img { border-radius: 12px; }
.gop-user-card > div { min-width: 0; flex: 1; }
.gop-user-card strong, .gop-user-card span, .gop-user-card small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gop-user-card strong { font-size: 12px; }
.gop-user-card span { color: var(--gop-muted); font-size: 10px; }
.gop-user-card small { color: var(--gop-teal); font-size: 9px; font-weight: 750; }
.gop-settings-card { margin-top: 20px; }

@media (max-width: 1180px) {
  .gop-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gop-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gop-fields--4, .gop-fields--6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gop-col-span3, .gop-col-span4 { grid-column: span 2; }
  .gop-roster-entries, .gop-compliance-grid, .gop-vehicle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .gop-sidebar { transform: translateX(-105%); transition: transform .22s ease; box-shadow: 15px 0 35px rgba(4,21,34,.25); }
  .gop-sidebar.is-open { transform: translateX(0); }
  .gop-main { width: 100%; margin-left: 0; }
  .gop-menu-button { display: inline-grid; }
  .gop-topbar { padding: 0 20px; }
  .gop-topbar > div:nth-child(2) { flex: 1; margin-left: 12px; }
  .gop-content,
  body.gop-runtime .gop-main > .gop-content { padding: 24px 20px 50px !important; }
  .gop-grid--dashboard, .gop-grid--reports, .gop-grid--vehicle, .gop-detail-grid { grid-template-columns: 1fr; }
  .gop-detail-side { position: static; }
  .gop-login { grid-template-columns: 1fr; }
  .gop-login__visual { min-height: 340px; padding: 50px; }
  .gop-login__visual h1 { font-size: 48px; }
  .gop-login__card { padding: 55px 0; }
}

@media (max-width: 680px) {
  .gop-content,
  body.gop-runtime .gop-main > .gop-content { padding: 20px 13px 45px !important; }
  .gop-topbar { height: 70px; padding: 0 13px; }
  .gop-topbar__eyebrow { display: none; }
  .gop-topbar h1 { font-size: 17px; }
  .gop-topbar__new { width: 42px; padding: 0; font-size: 0; }
  .gop-topbar__new .dashicons { font-size: 18px; }
  .gop-theme-switch { width: 42px; min-width: 42px; padding: 0; justify-content: center; }
  .gop-theme-switch__label, .gop-theme-switch__sun, .gop-theme-switch__moon { display: none; }
  .gop-welcome { min-height: 180px; padding: 25px; align-items: flex-end; }
  .gop-welcome .gop-btn { display: none; }
  .gop-stats, .gop-stats--3, .gop-fields--2, .gop-fields--3, .gop-fields--4, .gop-fields--6, .gop-choice-grid, .gop-upload-grid, .gop-info-grid, .gop-note-grid, .gop-attachments, .gop-roster-entries, .gop-compliance-grid, .gop-vehicle-grid, .gop-user-grid { grid-template-columns: 1fr; }
  .gop-col-span2, .gop-col-span3, .gop-col-span4 { grid-column: span 1; }
  .gop-stat { padding: 14px; }
  .gop-page-heading, .gop-detail-head { align-items: stretch; flex-direction: column; }
  .gop-page-heading > .gop-btn, .gop-detail-head > .gop-btn { width: 100%; }
  .gop-detail-head__actions { display: grid; grid-template-columns: 1fr; }
  .gop-form-card, .gop-card { padding: 17px; border-radius: 14px; }
  .gop-filters { align-items: stretch; }
  .gop-filters > *, .gop-search { width: 100%; min-width: 0 !important; }
  .gop-table thead { display: none; }
  .gop-table, .gop-table tbody, .gop-table tr, .gop-table td { display: block; width: 100%; }
  .gop-table tr { position: relative; padding: 10px 0; border-bottom: 1px solid var(--gop-border); }
  .gop-table td { min-height: 25px; padding: 5px 40px 5px 38%; border: 0; }
  .gop-table td::before { content: attr(data-label); position: absolute; left: 5px; width: 33%; color: #8795a1; font-size: 9px; font-weight: 800; text-transform: uppercase; }
  .gop-table td:last-child { position: absolute; top: 12px; right: 4px; width: auto; padding: 0; }
  .gop-table--items td { padding-left: 35%; }
  .gop-table--items td:nth-child(1)::before { content: "Item"; }
  .gop-table--items td:nth-child(2)::before { content: "Description"; }
  .gop-table--items td:nth-child(3)::before { content: "Quantity"; }
  .gop-table--items td:nth-child(4)::before { content: "Cartons"; }
  .gop-table--items td:nth-child(5)::before { content: "Notes"; }
  .gop-roster-day { grid-template-columns: 48px 1fr; gap: 9px; }
  .gop-roster-date { width: 44px; height: 44px; }
  .gop-login__visual { min-height: 280px; padding: 35px 25px; }
  .gop-brandmark { width: 55px; height: 55px; margin-bottom: 22px; }
  .gop-login__visual h1 { font-size: 40px; }
  .gop-login__visual > p:not(.gop-kicker) { font-size: 15px; }
  .gop-login__steps { margin-top: 28px; gap: 8px; }
  .gop-login__steps i { width: 20px; }
}

@media print {
  @page { size: A4; margin: 12mm; }
  body { background: #fff !important; }
  .gop-theme-dark { --gop-bg: #fff; --gop-card: #fff; --gop-text: #142638; --gop-muted: #6c7b8b; --gop-border: #dfe7ee; --gop-navy: #0b1f33; color: #142638 !important; background: #fff !important; }
  .gop-sidebar, .gop-topbar, .gop-notice, .gop-btn, .gop-filters, .gop-detail-side { display: none !important; }
  .gop-main, .gop-content { margin: 0 !important; padding: 0 !important; max-width: none !important; }
  .gop-detail-grid, .gop-detail-main { display: block !important; }
  .gop-card { border: 0 !important; box-shadow: none !important; padding: 0 !important; }
  .gop-view-delivery .gop-detail-head,
  .gop-view-delivery .gop-detail-main > .gop-card:nth-child(n+4) { display: none !important; }
  .gop-view-delivery .gop-print-note .gop-card__header { display: none !important; }
  .gop-print-header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 12px; margin-bottom: 18px; border-bottom: 2px solid #0b1f33; }
  .gop-print-header strong, .gop-print-header span { display: block; }
  .gop-print-header strong { font-size: 21px; }
  .gop-print-header span { font-size: 10px; }
  .gop-print-header h2 { font-size: 18px; }
  .gop-info-grid { grid-template-columns: repeat(4, 1fr) !important; }
  .gop-info > span { display: none; }
  .gop-view-delivery .gop-detail-main > .gop-card:nth-child(2) { display: block !important; margin: 20px 0 !important; padding: 14px !important; border: 1px solid #ccd5dc !important; }
  .gop-view-delivery .gop-detail-main > .gop-card:nth-child(3) { display: block !important; }
  .gop-signatures { display: grid; }
  .gop-table thead { display: table-header-group; }
  .gop-table, .gop-table tbody { display: table; }
  .gop-table tbody { display: table-row-group; }
  .gop-table tr { display: table-row; }
  .gop-table td { display: table-cell; padding: 8px !important; }
  .gop-table td::before { display: none; }
}
