:root{
  --bg:#d6d6d6;
  --panel:#efefef;
  --border:#8f8f8f;
  --border2:#cfcfcf;
  --accent:#1f4aa8;
}

*{ box-sizing:border-box; }
html, body{
  height:100%;
}
body{
  margin:0;
  background:var(--bg);
  font-family:Tahoma, Arial, sans-serif;
  color:#111;
  --ui-scale: min(0.9, 100vw / 1600, 100vh / 900);
  zoom: var(--ui-scale);
  overflow:hidden;
}
.is-hidden{
  display:none !important;
}
.admin-body{
  overflow:auto;
}
.admin-logs-grid{
  display:grid;
  grid-template-columns: 1fr 280px;
  gap:12px;
  margin-top:6px;
  align-items:start;
}
.admin-logs-list{
  max-height:70vh;
  overflow:auto;
}
.admin-logs-note{
  padding:8px;
  font-size:12px;
}
@supports not (zoom: 1) {
  body{
    transform: scale(var(--ui-scale));
    transform-origin: top left;
    width: calc(100% / var(--ui-scale));
  }
}
a, a:visited{ text-decoration:none; }
a:hover{ text-decoration:none; }

.auth-body{
  background:#dedede;
}
.auth-winbar{
  position:sticky;
  top:0;
  z-index:2;
  grid-template-columns: 1fr minmax(0, 720px) 1fr;
  background: linear-gradient(#f1f1f1, #dadada);
}
.auth-winbar .mid{
  justify-self:center;
  text-align:center;
  position: relative;
  left: -80px;
}
.auth-wrap{
  max-width:720px;
  margin:40px auto 80px;
  padding:0 16px;
}
.auth-brand{
  text-align:center;
  margin-bottom:18px;
}
.auth-brand-title{
  font-size:22px;
  font-weight:700;
  letter-spacing:1px;
}
.auth-brand-sub{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#3e3e3e;
}
.auth-card{
  border-radius:6px;
}
.auth-card-body{
  padding:18px 20px 22px;
}
.auth-title{
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  color:#1f4aa8;
  margin-bottom:6px;
}
.auth-hint{
  font-size:12px;
  color:#444;
  margin-bottom:12px;
}
.auth-alert{
  padding:8px 10px;
  border:1px solid;
  margin-bottom:10px;
  font-size:12px;
}
.auth-alert-error{
  background:#ffe6e6;
  border-color:#cc3b3b;
}
.auth-alert-warn{
  background:#fff7e6;
  border-color:#d9a441;
}
.auth-actions{
  text-align:center;
  margin-top:14px;
}
.auth-btn{
  display:inline-block;
  min-width:280px;
  text-decoration:none;
}
.auth-features{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:16px;
  flex-wrap:wrap;
}
.auth-footer{
  margin-top:14px;
  font-size:12px;
  color:#555;
  text-align:center;
}
.auth-footer .auth-link{
  color:#1f4aa8;
  text-decoration:underline;
}
.auth-footer .auth-link:hover{
  color:#12357e;
}
.auth-footer-note{
  margin-top:6px;
  font-size:12px;
  color:#666;
}
.auth-bottom-note{
  position:fixed;
  left:0;
  right:0;
  bottom:18px;
  text-align:center;
  font-size:12px;
  color:#666;
}
.auth-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:4px 12px;
  font-size:11px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:1px;
  border:1px solid #a9b3c2;
  background:#f7f9fb;
  color:#243248;
  border-radius:999px;
}

.id-wrap, .id-wrap *{
  box-sizing:border-box;
  font-family:Tahoma, Arial, sans-serif;
}
.id-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  padding:16px;
}
.id-card{
  width:420px;
  max-width:95vw;
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  border:2px solid #000;
  border-radius:12px;
  padding:0;
  position:relative;
  overflow:hidden;
}
.id-watermark{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%) rotate(-32deg);
  width:140%;
  text-align:center;
  font-weight:800;
  letter-spacing:12px;
  font-size:72px;
  color:rgba(0,0,0,0.05);
  user-select:none;
  pointer-events:none;
  white-space:nowrap;
}
.id-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  padding:14px 14px 10px;
}
.id-brand__title{
  font-weight:900;
  font-size:16px;
  letter-spacing:0.4px;
}
.id-brand__subtitle{
  margin-top:4px;
  font-size:12px;
  font-weight:700;
  color:#444;
  text-transform:uppercase;
  letter-spacing:0.8px;
}
.id-docmeta{
  text-align:right;
}
.id-docmeta__line{
  font-weight:800;
  font-size:12px;
}
.id-docmeta__small{
  margin-top:2px;
  font-size:11px;
  color:#555;
  font-weight:700;
}
.id-divider{
  height:1px;
  background:rgba(0,0,0,0.35);
  margin:0 14px;
}
.id-body{
  display:grid;
  grid-template-columns:124px 1fr;
  gap:14px;
  padding:12px 14px;
  align-items:start;
}
.id-emblem{
  position:relative;
  width:124px;
  height:156px;
  border-radius:10px;
  border:2px solid rgba(0,0,0,0.45);
  background: linear-gradient(135deg,#eef2ff,#f7f7f7);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font-weight:900;
  letter-spacing:1px;
  overflow:hidden;
}
.id-emblem__bg{
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.07),
      rgba(0,0,0,0.07) 7px,
      transparent 7px,
      transparent 14px
    );
}
.id-emblem__text{
  position:relative;
  z-index:1;
  font-size:16px;
}
.id-fields{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:0;
}
.id-row{ display:flex; flex-direction:column; gap:3px; }
.id-label{
  font-size:11px;
  color:#555;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0.6px;
}
.id-value{
  font-size:14px;
  font-weight:900;
  line-height:1.15;
  word-break:break-word;
}
.mono .id-value{
  font-family:"Courier New", ui-monospace, monospace;
  font-size:12.5px;
  letter-spacing:0.2px;
}
.id-status{
  display:flex;
  flex-wrap:wrap;
  gap:8px 10px;
  align-items:center;
  margin-top:2px;
}
.id-badge{
  display:inline-flex;
  align-items:center;
  padding:4px 8px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:0.4px;
  border:1px solid rgba(0,0,0,0.35);
  background:#fff;
}
.id-badge.ok{
  color:#0f4f1f;
  border-color:#2f7a45;
  background:#e7f7ec;
}
.id-badge.warn{
  color:#8b1a1a;
  border-color:#b23b3b;
  background:#fdecec;
}
.id-small{
  font-size:11px;
  color:#444;
  font-weight:800;
}
.id-footer-text{
  padding:12px 14px 14px;
  font-size:11px;
  color:#444;
  font-weight:700;
  line-height:1.4;
}
.id-actions{
  display:flex;
  gap:10px;
  padding-left:0;
  justify-content:center;
  flex-wrap:wrap;
}

.logs-filter-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
  gap:8px 10px;
  align-items:end;
}
.logs-filter-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
  grid-column:1 / -1;
}
.logs-action-picker{
  position:relative;
  display:inline-flex;
  align-items:center;
}
.logs-action-toggle{
  min-width:220px;
  justify-content:flex-start;
}
.logs-action-menu{
  position:absolute;
  top:100%;
  left:0;
  z-index:5;
  background:#fff;
  border:2px solid var(--border);
  box-shadow:0 2px 6px rgba(0,0,0,0.12);
  max-height:300px;
  overflow:auto;
  min-width:260px;
  display:none;
  padding:6px;
}
.logs-action-search{
  width:100%;
  margin-bottom:6px;
  padding:6px 8px;
  border:2px solid var(--border);
  font-size:12px;
}
.logs-action-scroll{
  max-height:200px;
  overflow:auto;
  border:1px solid #e0e0e0;
}
.logs-action-footer{
  display:flex;
  gap:6px;
  margin-top:6px;
}
.logs-action-menu.open{
  display:block;
}
.logs-action-item{
  display:flex;
  align-items:center;
  gap:6px;
  padding:3px 4px;
  font-size:12px;
  cursor:pointer;
}
.logs-action-item:hover{
  background:#f0f6ff;
}
.logs-action-controls{
  display:flex;
  gap:6px;
  margin-top:6px;
  flex-wrap:wrap;
}
.logs-action-summary{
  margin-top:6px;
  font-size:11px;
  color:#555;
  max-width:220px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.terms-wrap{
  max-width:900px;
  margin:18px auto 60px;
  padding:0 16px;
}
.terms-card{
  padding:16px 18px 14px;
  max-height:calc(100vh - 170px);
  display:flex;
  flex-direction:column;
  gap:10px;
}
.terms-title{
  font-size:18px;
  font-weight:700;
  text-align:center;
  margin-bottom:2px;
}
.terms-subtitle{
  font-size:12px;
  color:#555;
  text-align:center;
  margin-bottom:6px;
}
.terms-scroll{
  overflow:auto;
  border:1px solid #d2d2d2;
  background:#f9f9f9;
  padding:12px 14px;
  border-radius:4px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.06);
  max-height:calc(100vh - 280px);
}
.terms-section-title{
  font-weight:700;
  margin:12px 0 6px;
  color:#1f4aa8;
}
.terms-text{
  font-size:13px;
  color:#222;
  line-height:1.55;
  margin:4px 0;
}
.terms-list{
  font-size:13px;
  color:#222;
  line-height:1.55;
  padding-left:22px;
  margin:0;
}
.terms-list > li{
  margin:6px 0 12px;
  padding-bottom:10px;
  border-bottom:1px dashed #d7d7d7;
}
.terms-sublist{
  margin:6px 0 6px 0;
  padding-left:18px;
  list-style:disc;
}
.terms-sublist li{
  margin:3px 0;
}
.terms-actions{
  margin-top:2px;
  display:flex;
  justify-content:center;
  gap:8px;
}
.terms-actions .btn{
  min-width:180px;
}

.lock-body{ background:#202020; color:#eee; }
.lock-overlay{
  position:fixed; inset:0;
  background: radial-gradient(ellipse at center, #2e2e00 0%, #1b1b00 60%, #101000 100%);
  display:flex; align-items:center; justify-content:center;
}
.lock-panel{
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:center;
}
.lock-title{
  font-size:20px;
  letter-spacing:2px;
  color:#cfe6ff;
  margin-bottom:14px;
}
.lock-back{
  margin-top:6px;
}
.lock-back-btn{
  gap:8px;
}
.icon-door{
  display:inline-flex;
  width:18px;
  height:18px;
}
.icon-door svg{
  width:18px;
  height:18px;
  fill:#2a7a2a;
}
.lock-side{
  position:fixed; right:20px; top:60px;
  width:280px; background:#efefef; color:#111;
  border:2px solid var(--border);
  padding:10px; display:none;
}
.lock-box .lock-label{
  margin-top:8px; font-size:12px; font-weight:bold; color:#0d2f6a;
}
.lock-box input, .lock-box select{
  width:100%; padding:6px; border:2px solid var(--border); background:#fff;
}
.lock-info{
  font-size:12px; background:#fff; border:1px solid #bdbdbd; padding:8px; margin-bottom:8px;
}

.disabled-block{
  opacity:0.5;
  pointer-events:none;
}
.btn-disabled{
  opacity:0.5;
  pointer-events:none;
}
.status-offshift{
  color:#b00020;
  font-weight:bold;
}
.field-compact{
  border:1px dashed #9aa3ad;
  padding:8px;
  background:#f9f9f9;
}
.simple-line{
  white-space: pre-wrap;
  text-align: justify;
  text-justify: inter-word;
}
.blank{
  text-align: justify;
  text-justify: inter-word;
}
.form-check{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
}
.form-check input{
  margin:0;
}
.form-check-group{
  display:flex;
  gap:18px;
  align-items:center;
  flex-wrap:wrap;
}
.form-check-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap:6px 16px;
  align-items:center;
}
.form-divider{
  height:1px;
  background:#c9c9c9;
  margin:10px 0;
}
.perm-dropdown{
  border:1px solid #c9c9c9;
  padding:6px 8px;
  background:#f7f7f7;
}
.perm-dropdown summary{
  cursor:pointer;
  font-weight:600;
}
.perm-dropdown[open]{
  background:#fff;
}
.perm-section{
  margin-top:8px;
}
.perm-title{
  font-size:12px;
  color:#444;
  margin-bottom:6px;
}
.perm-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap:8px 20px;
  align-items:start;
}
.perm-check{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  cursor:pointer;
  position:relative;
  width:fit-content;
}
.perm-check input{
  position:absolute;
  opacity:0;
  pointer-events:none;
  width:0;
  height:0;
  margin:0;
}
.perm-check-box{
  width:16px;
  height:16px;
  border:1px solid #6f6f6f;
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:2px;
  flex:0 0 auto;
  cursor:pointer;
}
.perm-check input:checked + .perm-check-box{
  background:#3ea65a;
  border-color:#2d7a43;
}
.perm-check input:checked + .perm-check-box::after{
  content:"";
  width:6px;
  height:10px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(45deg);
}
.perm-check-label{
  line-height:1.2;
}
.pretty-check{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  position:relative;
}
.pretty-check.inline{
  align-self:end;
}
.pretty-check input{
  position:absolute;
  opacity:0;
  pointer-events:none;
  width:0;
  height:0;
  margin:0;
}
.pretty-check-box{
  width:16px;
  height:16px;
  border:1px solid #6f6f6f;
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:2px;
  cursor:pointer;
  flex:0 0 auto;
}
.pretty-check-label{
  cursor:pointer;
  line-height:1.2;
}
.pretty-check input:checked + .pretty-check-box{
  background:#3ea65a;
  border-color:#2d7a43;
}
.pretty-check input:checked + .pretty-check-box::after{
  content:"";
  width:6px;
  height:10px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(45deg);
}
.toggle{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  position:relative;
}
.toggle input{
  position:absolute;
  opacity:0;
  pointer-events:none;
  width:0;
  height:0;
  margin:0;
}
.toggle-track{
  width:44px;
  height:22px;
  border-radius:999px;
  background:#c2c2c2;
  position:relative;
  flex:0 0 auto;
  transition:background .15s ease;
  display:inline-block;
}
.toggle-track::after{
  content:"";
  width:18px;
  height:18px;
  border-radius:50%;
  background:#fff;
  position:absolute;
  top:2px;
  left:2px;
  box-shadow:0 0 0 1px rgba(0,0,0,0.08);
  transition:transform .15s ease;
}
.toggle input:checked + .toggle-track{
  background:#3ea65a;
}
.toggle input:checked + .toggle-track::after{
  transform:translateX(22px);
}
.toggle-label{
  line-height:1.2;
}
.field-check{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:12px;
}
.form-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:8px 12px;
}
.form-grid .full{
  grid-column: 1 / -1;
}

.asrp-modal-backdrop{
  position:fixed; inset:0; background:rgba(0,0,0,0.5);
  display:flex; align-items:center; justify-content:center;
  z-index:11000;
}
.asrp-modal{
  background:#f3f3f3; border:2px solid #7a7a7a; min-width:520px; max-width:860px;
  width: min(760px, 94vw);
  box-shadow:0 4px 16px rgba(0,0,0,0.35);
}
.asrp-modal .hdr{
  background:#1f5da8; color:#fff; padding:6px 10px; font-weight:bold;
  display:flex; align-items:center; justify-content:space-between;
}
.asrp-modal-close{
  width:22px; height:22px; border:1px solid #0b3c7a; background:#1b56a0; color:#fff;
  font-size:16px; line-height:18px; text-align:center; cursor:pointer; padding:0;
}
.asrp-modal-body{
  padding:8px; font-size:12px; color:#111; white-space:pre-wrap;
  max-height:70vh; overflow:auto;
}
.asrp-modal-actions{
  display:flex; justify-content:flex-end; gap:8px; padding:0 14px 12px;
}
.update-overlay{
  position:fixed; inset:0; background:rgba(0,0,0,0.4); display:none;
  align-items:center; justify-content:center; z-index:9999;
}
.update-overlay .update-box{
  background:#f5f5f5; border:1px solid #888; border-radius:6px;
  padding:14px 16px; min-width:280px; text-align:center;
}
.update-overlay .update-title{ font-weight:bold; margin-bottom:6px; }
.update-overlay .update-sub{ font-size:12px; color:#444; }
.update-overlay .update-steps{ font-size:12px; color:#666; margin-top:6px; }
.update-overlay .update-bar{
  width:100%; height:8px; background:#d9d9d9; border:1px solid #9a9a9a;
  border-radius:4px; overflow:hidden; margin-top:8px;
}
.update-overlay .update-bar-fill{
  height:100%; width:0%; background:#1f7a36; transition:width 0.2s ease;
}
.admin-update-row{
  display:grid; grid-template-columns:1fr auto; gap:8px; align-items:center;
}
.admin-update-row input[type="file"]{ width:100%; }
.admin-update-row .btn{ white-space:nowrap; }
.asrp-modal-btn{
  padding:6px 14px; border:2px solid #6f6f6f; background:#efefef; cursor:pointer;
}
.asrp-modal-btn.primary{
  background:#dfeeff; border-color:#2b6cb0;
}
.action-form{
  display:inline-block;
}

.winbar{
  display:grid;
  grid-template-columns: 280px 1fr 140px;
  gap:8px;
  padding:6px 8px;
  background: linear-gradient(#f4f4f4, #dcdcdc);
  border-bottom: 2px solid var(--border);
  align-items:center;
  font-size:13px;
}
.winbar-left{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.winbar-brand{
  display:flex;
  align-items:center;
  gap:6px;
  font-weight:bold;
}
.winbar-info{
  width:18px; height:18px; border:1px solid #6f6f6f; background:#efefef; border-radius:3px;
  font-size:12px; line-height:16px; text-align:center; cursor:pointer; padding:0;
}
.winbar-date{
  font-weight:bold;
}
.winbar .mid{
  text-align:center;
  font-weight:bold;
  position: relative;
  left: -80px;
}
.winbar .time{ text-align:right; font-weight:bold; color:var(--accent); }

.arm{
  height: calc(100vh - 41px - var(--banner-offset, 0px) - 12px);
  display:grid;
  grid-template-columns: minmax(200px, 260px) minmax(0, 1fr) minmax(240px, 320px);
  grid-template-rows: 1fr 60px;
  gap:6px;
  padding:6px;
}
body[data-view-url-dch] .arm{
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr) minmax(240px, 320px);
}
.order-view .arm{
  grid-template-rows: 1fr auto;
}
.panel{
  background: linear-gradient(#fbfbfb, #eeeeee);
  border:2px solid var(--border);
  box-shadow: inset 0 0 0 1px var(--border2);
}
*{
  scrollbar-width: thin;
  scrollbar-color: #9aa0a6 #e6e6e6;
}
*::-webkit-scrollbar{
  width:10px;
  height:10px;
}
*::-webkit-scrollbar-track{
  background:#e6e6e6;
  border:1px solid #d0d0d0;
}
*::-webkit-scrollbar-thumb{
  background:#9aa0a6;
  border-radius:6px;
  border:2px solid #e6e6e6;
}
*::-webkit-scrollbar-thumb:hover{
  background:#7f858a;
}
.left{ grid-column:1; grid-row:1; padding:6px; overflow:auto; }
.center{ grid-column:2; grid-row:1; padding:8px; overflow:auto; }
.right{ grid-column:3; grid-row:1; padding:6px; overflow:auto; }
.bottom{ grid-column:1 / span 3; grid-row:2; display:flex; gap:8px; padding:10px; align-items:center; }
.order-view .bottom{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  gap:6px;
}
.order-view .bottom > div{
  min-width:0;
}
.order-view .bottom > div:first-child{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:nowrap;
  white-space:nowrap;
}
.order-view .bottom .btn,
.order-view .bottom .btn-big{
  white-space:nowrap;
}
.order-view .bottom .btn{
  padding:6px 10px;
  font-size:12px;
}
.order-view .bottom .btn-big{
  min-width:200px;
  font-size:16px;
}
.order-view .bottom form{
  margin:0;
}

.order-fill .arm{
  grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
}
.order-fill .bottom{
  grid-column:1 / span 2;
}
.order-fill .form-grid{
  display:none;
}

.hdr{
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:6px;
}

.list{
  background:#fff;
  border:2px solid var(--border);
}
.list a, .list .row{
  display:flex;
  align-items:center;
  gap:8px;
  padding:7px 8px;
  border-bottom:1px solid #e4e4e4;
  color:#000;
  text-decoration:none;
  font-size:13px;
}
.list a:hover{ background:#f0f6ff; }

.icon{
  width:18px; height:18px; border-radius:50%;
  background: radial-gradient(#fff, #bcd3ff);
  border:1px solid #6a86c9;
  flex: 0 0 18px;
}

.btn{
  border:2px solid var(--border);
  background: linear-gradient(#ffffff, #e7e7e7);
  padding:7px 14px;
  cursor:pointer;
  font-size:13px;
  font-weight:600;
  color:#111;
  line-height:1.2;
  text-align:center;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  box-sizing:border-box;
}
.btn:hover{ background: linear-gradient(#ffffff, #dedede); }
.btn-warning{
  border-color:#8a5a00;
  background: linear-gradient(#fff3d9, #ffcd7a);
  color:#4d2b00;
}
.btn-warning:hover{ background: linear-gradient(#fff8e8, #ffbf61); }
.btn-danger{
  border-color:#8b1a1a;
  background: linear-gradient(#ffdede, #ff9a9a);
  color:#5a0000;
}
.btn-danger:hover{ background: linear-gradient(#ffeaea, #ff7f7f); }

.btn-big{
  font-size:18px;
  font-weight:bold;
  padding:10px 18px;
  background: linear-gradient(#dff5df, #92dd92);
  border-color:#2a7a2a;
  color:#0b3b0b;
  text-transform:uppercase;
  letter-spacing:0.5px;
}
.btn-big[disabled]{
  background: linear-gradient(#eeeeee, #d5d5d5);
  border-color:#9a9a9a;
  color:#666;
  cursor:not-allowed;
}

.blank{
  background:#fff;
  border:2px solid var(--border);
  padding:12px;
  min-height: 420px;
}
.order-view .blank{
  min-height: auto;
}
.admin-actions{
  display:flex;
  flex-direction:column;
}
.admin-actions-row{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:8px;
}
.admin-actions-row-quick .btn{
  font-weight:bold;
}
.admin-actions-row .btn,
.admin-actions-row form{
  width:100%;
}
.admin-actions-row .btn{
  text-align:center;
}
.admin-section{
  border:1px solid #c4c4c4;
  background:#f7f7f7;
  padding:0;
  margin-top:10px;
}
.admin-section > summary.admin-section-title{
  list-style:none;
  cursor:pointer;
  padding:8px;
  font-size:12px;
  color:#333;
  background:#f0f0f0;
  border-bottom:1px solid #d4d4d4;
}
.admin-section > summary.admin-section-title::-webkit-details-marker{ display:none; }
.admin-section[open] > summary.admin-section-title{ font-weight:bold; }
.admin-section-body{ padding:8px; }
.admin-grid{
  display:grid;
  grid-template-columns: 1fr 260px;
  gap:12px;
  align-items:start;
}
.admin-side{
  border:1px solid #c4c4c4;
  background:#f7f7f7;
  padding:8px;
  align-self:start;
  margin-top:0;
  position:sticky;
  top:0;
}
.tg-actions-dropdown{
  position:relative;
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
}
.tg-actions-field{
  display:flex;
  align-items:center;
  gap:0;
}
.tg-actions-field input{
  width:240px;
  height:30px;
  line-height:30px;
  border-right:none;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}
.tg-actions-arrow{
  width:34px;
  height:30px;
  line-height:28px;
  border:1px solid #8f8f8f;
  background:#efefef;
  border-left:none;
  cursor:pointer;
  font-size:14px;
  border-top-right-radius:2px;
  border-bottom-right-radius:2px;
}
.tg-actions-menu{
  position:absolute;
  top:36px;
  left:0;
  z-index:10;
  background:#fff;
  border:1px solid #bdbdbd;
  box-shadow:0 2px 6px rgba(0,0,0,0.15);
  padding:8px;
  min-width:300px;
  max-height:240px;
  overflow:auto;
  display:none;
}
.tg-actions-menu.open{ display:block; }
.tg-actions-search{
  width:100%;
  margin-bottom:6px;
}
.tg-actions-menu .tg-action-item{
  display:flex !important;
  gap:8px;
  align-items:center;
  justify-content:flex-start;
  font-size:12px;
  padding:2px 0;
  margin:0;
}
.tg-actions-menu .tg-action-item input{
  margin:0;
  width:auto;
  height:auto;
  padding:0;
  border:none;
  background:transparent;
  flex:0 0 auto;
}
.tg-actions-menu .tg-action-item span{
  flex:1;
}
.tg-actions-menu{
  text-align:left;
}
.tg-action-divider{
  height:1px;
  background:#e4e4e4;
  margin:6px 0;
}
.tg-action-actions{
  display:flex;
  gap:6px;
}
.log-actions-row{
  margin-top:6px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:8px;
  align-items:stretch;
}
.log-actions-row .btn{
  width:100%;
}
.log-actions-row form{
  width:100%;
}
#telegramTestStatus{
  grid-column: 1 / -1;
}
.admin-note{
  font-size:12px;
  color:#555;
  line-height:1.35;
  margin-top:8px;
}
.admin-note .perm-head{
  font-weight:bold;
  margin-bottom:4px;
}
.admin-note ul{
  margin:0;
  padding-left:18px;
}
.draft-actions .btn.btn-icon-square{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.draft-actions .btn-icon-square.icon-pen svg{
  width:18px;
  height:18px;
  fill:#333;
}
.draft-actions .btn-icon-square.icon-trash svg{
  width:24px;
  height:24px;
  fill:#333;
  transform:translateY(1px);
}
.admin-section-title{
  font-size:12px;
  color:#666;
  margin-bottom:6px;
}
.draft-actions{
  display:flex;
  gap:6px;
  margin-top:4px;
  flex-wrap:wrap;
}
.draft-actions a.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0;
  padding:5px 10px;
  border-bottom:2px solid var(--border);
}
.draft-actions a.btn.btn-icon-square{
  padding:0;
  width:34px;
  height:34px;
  line-height:32px;
}
.archive-actions a.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0;
  padding:5px 10px;
  border-bottom:2px solid var(--border);
}
.draft-meta{
  display:flex;
  flex-direction:column;
  gap:2px;
  margin-top:2px;
}
.draft-meta-item{
  font-size:12px;
  line-height:1.2;
}
.list-item{
  align-items:flex-start;
}
.list-item-body{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
  align-items:flex-start;
}
.list-meta-line{
  font-size:12px;
  line-height:1.2;
  width:100%;
  text-align:left;
}
.draft-actions .btn{
  padding:5px 10px;
  font-size:13px;
  line-height:1.3;
  min-height:30px;
  padding-bottom:6px;
}
.draft-actions form{
  margin:0;
  display:inline-flex;
}
.about-box{
  border:none;
  background:transparent;
  padding:0;
  margin-top:0;
  max-height:none;
  overflow:visible;
}
.about-window{
  background:#efefef;
  border:1px solid #a0a0a0;
  padding:2px;
  display:flex;
  flex-direction:column;
  white-space:normal;
}
.about-header-box{
  border:1px solid #b5b5b5;
  background:#f7f7f7;
  padding:4px;
  margin-bottom:4px;
}
.about-top{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin-bottom:0;
}
.about-window-icon{
  width:62px;
  height:62px;
  border:2px solid #7a7a7a;
  background:#f2f2f2 url("/public/icon.png") center/cover no-repeat;
}
.about-title{
  font-weight:bold;
}
.about-top > div{
  display:flex;
  flex-direction:column;
  gap:0;
}
.about-sub{
  font-size:12px;
  color:#666;
  line-height:0.9;
  margin:0;
}
.about-section-title{
  font-weight:bold;
  margin:0;
  font-size:12px;
  line-height:1.1;
}
.about-change-title{
  font-weight:bold;
  margin:0;
  font-size:12px;
  line-height:1.1;
}
.about-change{
  font-size:12px;
  margin:0;
  line-height:1.1;
}
.about-list-compact{
  margin:0;
  padding-left:14px;
  font-size:12px;
  line-height:0.9;
}
.about-list-compact li{
  margin:0;
  padding:0;
}
.btn-icon-square{
  width:34px;
  height:34px;
  padding:0;
  font-size:16px;
  line-height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.btn-icon-square svg{
  width:18px;
  height:18px;
  fill:#333;
}
.action-icon-row{
  display:flex;
  gap:6px;
  align-items:center;
}
.action-stack{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.btn-icon-square .sq{
  width:14px;
  height:14px;
  border:2px solid #3b3b3b;
  display:inline-block;
  background:#f2f2f2;
}
.dch-approval-stamp{
  border:1px solid #1f7a36;
  padding:6px 10px;
  display:inline-block;
  border-radius:2px;
}
.blank-header{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size:12px;
  margin-bottom:10px;
}
.blank-left{ text-align:left; }
.blank-mid{ text-align:center; font-weight:bold; }
.blank-right{ text-align:right; }
.blank-title{
  text-align:center;
  font-weight:bold;
  margin:8px 0 14px;
}

.row{ margin:8px 0; }
.fill{ display:inline-block; min-width:120px; border-bottom:1px solid #000; padding:0 6px; }
.fill.wide{ min-width:320px; }

.stamp-area{ margin-top:14px; display:flex; gap:10px; flex-wrap:wrap; }
.stamp{
  border:2px solid #000;
  padding:8px;
  width:280px;
  background:#fdfdfd;
}
.stamp-title{ font-weight:bold; text-align:center; margin-bottom:6px; }
.stamp-row{ font-size:12px; margin:2px 0; }

.modal-backdrop{
  position:fixed; inset:0;
  background: rgba(0,0,0,.25);
  display:none;
  align-items:center; justify-content:center;
  z-index:10000;
}
.modal{
  width:760px;
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 20px);
  overflow:auto;
  background: #f6f6f6;
  border:2px solid var(--border);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  padding:10px;
}
.arm-modal{
  width:420px;
  padding:10px;
}
.arm-modal-hdr{
  background: linear-gradient(#2d5fbf,#1f4aa8);
  color:#fff;
  padding:8px 10px;
  border-bottom:1px solid #163a7a;
}
.arm-modal-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}
.arm-modal-secondary{
  width:100%;
}
.grid3{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:10px;
}
.rolebox{ border:2px solid var(--border); background:#fff; padding:10px; }
.rolehead{ padding:6px; font-weight:bold; text-align:center; color:#fff; }
.rolehead.dscp{ background: linear-gradient(#2d5fbf,#1f4aa8); }
.rolehead.dsp{ background: linear-gradient(#2bb42b,#1d8c1d); }
.rolehead.op{ background: linear-gradient(#d4c01a,#b59f10); }

.form label{ display:block; font-size:12px; margin-top:10px; }
.form input{
  width:100%;
  border:2px solid var(--border);
  padding:7px;
  background:#fff;
  font-size:13px;
}
.form select{
  width:100%;
  border:2px solid var(--border);
  padding:6px;
  background:#fff;
  font-size:13px;
}
.form textarea{
  width:100%;
  border:2px solid var(--border);
  padding:7px;
  background:#fff;
  font-size:13px;
  resize:vertical;
}

.spacer{ height:12px; }

.form-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:8px 12px;
}
.form-grid .field{
  min-width:0;
}
.form-grid .span-2{
  grid-column: 1 / -1;
}

.print-wrap{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.warning-sheet{
  min-height:auto;
}
.warning-sheet{
  position:relative;
  overflow:hidden;
}
.warning-sheet > *{
  position:relative;
  z-index:5;
}
.warning-stripe{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:6;
  pointer-events:none;
  mix-blend-mode:multiply;
}
.warning-stripe line{
  stroke:rgba(244, 209, 58, 0.6);
  stroke-width:9;
  stroke-linecap:round;
  opacity:1;
}
.warning-row > div{
  background:transparent;
}
.warning-head-row > div{
  background:rgba(243, 243, 243, 0.85);
}
.warning-sheet.no-stripe .warning-stripe{
  display:none;
}

@media print{
  .warning-stripe line{
    stroke:#f4d13a !important;
    opacity:0.35 !important;
  }
  .warning-stripe{
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}

.warning-print .arm.warning-arm{
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.warning-print .panel.center{
  grid-column:1 / -1;
  grid-row:1;
}
.warning-toolbar{
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:8px;
}
.warning-toolbar select{
  border:2px solid var(--border);
  padding:6px 8px;
  background:#fff;
}
.warning-merge{
  margin-left:auto;
  font-size:12px;
  display:flex;
  align-items:center;
  gap:6px;
}
.warning-sheet{
  background:#fff;
  border:2px solid var(--border);
  padding:10px;
  max-width:1000px;
  width:100%;
  margin:0 auto;
}
.warning-head{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size:12px;
  margin-bottom:6px;
}
.warning-blank-no{
  text-align:right;
}
.warning-meta{
  font-size:12px;
  display:flex;
  justify-content:flex-start;
  gap:10px;
  margin-bottom:6px;
}
.warning-route-no{
  color:#1a5ad7;
  font-weight:bold;
  text-decoration:underline;
  text-underline-offset:2px;
}

@media print{
  body.warning-print *{
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  body.warning-print{ background:#fff; }
  body.warning-print .winbar,
  body.warning-print .warning-toolbar,
  body.warning-print .warning-bottom{
    display:none !important;
  }
  body.warning-print .warning-sheet{
    box-shadow:none !important;
  }
}
.warning-topline{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  font-size:12px;
  margin-bottom:6px;
  gap:2px;
}
.warning-top-date{
  text-align:left;
}
.warning-received{
  text-align:right;
  flex:1;
}
.warning-table{
  border:1px solid #9a9a9a;
}
.warning-row{
  display:grid;
  grid-template-columns: 1.2fr 1fr 0.8fr 1.4fr;
  gap:0;
}
.warning-row > div{
  border:1px solid #bdbdbd;
  padding:6px;
  font-size:12px;
  min-height:44px;
}
.warning-head-row > div{
  background:#f3f3f3;
  font-weight:bold;
  text-align:center;
}
.warning-footer{
  margin-top:8px;
  font-size:12px;
}
.warning-form{
  font-size:13px;
  line-height:1.4;
}
.warning-form-no{
  text-align:right;
  font-size:12px;
}
.warning-form-title{
  text-align:center;
  font-weight:bold;
  margin-top:4px;
}
.warning-form-subtitle{
  text-align:center;
  font-size:12px;
  margin-bottom:8px;
}
.warning-form-line{
  margin:6px 0;
}
.warning-form .fill{
  display:inline-block;
  min-width:120px;
  max-width:100%;
  border-bottom:1px solid #000;
  padding:0 4px;
}
.warning-order{
  font-size:13px;
  line-height:1.4;
}
.warning-order-title{
  text-align:center;
  font-weight:bold;
}
.warning-order-subtitle{
  text-align:center;
  font-size:12px;
  margin-bottom:8px;
}
.warning-order-line{
  margin:6px 0;
}
.warning-order .fill{
  display:inline-block;
  min-width:120px;
  max-width:100%;
  border-bottom:1px solid #000;
  padding:0 4px;
}
.warning-row-editor{
  border:1px solid var(--border);
  padding:6px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:6px;
  background:#fff;
}
.warning-row-field label{
  display:block;
  font-size:11px;
  color:#666;
  margin-bottom:2px;
}
.warning-row-actions{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
}
.warning-fill .form-grid{
  display:none;
}
.warning-add-bar{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.warning-row-group{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}
.warning-row-selected{
  outline:2px solid #3b78e7;
  background:rgba(59,120,231,0.12);
}
.warning-row-selected td,
.warning-row-selected .simple-line,
.warning-row-selected .row{
  background:rgba(59,120,231,0.12);
}
.warning-bottom{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:8px;
}
.warning-print-buttons{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.admin-warning-row{
  display:grid;
  grid-template-columns: 1.2fr 120px 1fr 1fr 90px 140px;
  gap:8px;
  align-items:end;
  padding:8px;
  border:1px solid #cfcfcf;
  background:#f7f7f7;
  margin-bottom:8px;
}
.warning-copies{
  font-size:12px;
  display:flex;
  align-items:center;
  gap:8px;
}
.warning-copies select{
  border:2px solid var(--border);
  padding:4px 6px;
  background:#fff;
}

@media print{
  .winbar, .warning-toolbar, .warning-bottom{ display:none; }
  body{ background:#fff; }
  .arm{ padding:0; }
  .panel{ border:none; box-shadow:none; }
}

@media (max-width: 1100px){
  .arm{
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 60px;
  }
  .left{ grid-column:1; grid-row:1; }
  .center{ grid-column:1; grid-row:2; }
  .right{ grid-column:1; grid-row:3; }
  .bottom{ grid-column:1; grid-row:4; flex-wrap:wrap; }
  .winbar{
    grid-template-columns: 1fr auto;
  }
  .winbar .mid{ text-align:left; }
}

@media (max-width: 900px){
  .grid3{ grid-template-columns:1fr; }
  .form-grid{ grid-template-columns:1fr; }
}

@media (max-width: 1400px){
  .arm{
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) minmax(200px, 260px);
  }
  .winbar{
    grid-template-columns: 200px 1fr 120px;
  }
}

.ack-box{
  background:#fff;
  border:2px solid var(--border);
  padding:8px;
  margin-bottom:8px;
}
.ack-pending{
  background:#fff6e6;
  border-color:#d4a55f;
}
.ack-approved{
  background:#eaf6ea;
  border-color:#8cc18c;
}
.ack-title-line{
  text-align:center;
  font-weight:bold;
  color:#1f6b1f;
  margin-bottom:6px;
}
.ack-time-grid{
  display:grid;
  grid-template-columns: repeat(10, auto);
  gap:4px;
  align-items:center;
  justify-content:start;
  font-size:12px;
  margin-bottom:6px;
}
.ack-cell{
  border:1px solid #a7a7a7;
  background:#fff;
  padding:2px 6px;
  min-width:28px;
  text-align:center;
}
.ack-listbox{
  border:1px solid #9a9a9a;
  background:#f6f6f6;
  padding:4px;
  max-height:90px;
  overflow:auto;
}
.ack-item{
  padding:2px 4px;
  border:1px solid #c7c7c7;
  background:#ffffff;
  margin-bottom:4px;
}
.ack-item:last-child{ margin-bottom:0; }
.ack-item-title{ font-weight:bold; color:#0b46b4; }
.ack-item-desc{ font-size:12px; color:#333; }
.ack-item.empty{ color:#a55; text-align:center; }
.ack-approved-line{
  margin-top:6px;
  color:#1d6b1d;
  font-weight:bold;
}
.ack-wait-line{
  margin-top:6px;
  color:#666;
}
.ack-footer{
  border:1px solid #9a9a9a;
  background:#f4f4f4;
  padding:4px 6px;
  font-size:12px;
  max-width:360px;
}
.ack-footer-title{
  font-weight:bold;
  margin-bottom:4px;
}
.ack-footer-list{
  max-height:60px;
  overflow:auto;
}
.ack-footer-item{
  padding:2px 0;
  border-top:1px solid #d0d0d0;
}
.ack-footer-item:first-child{ border-top:none; }

.ack-status-btn{
  width:14px;
  height:14px;
  border-radius:50%;
  border:1px solid #666;
  padding:0;
}
.ack-status-btn.red{ background:#c92a2a; border-color:#8f1d1d; }
.ack-status-btn.green{ background:#2f9e44; border-color:#1f7a33; }
.ack-status-btn.neutral{ background:#f5f5f5; border-color:#c4c4c4; }

.input-group{
  display:flex;
  gap:6px;
  align-items:center;
}
.input-group input{ flex:1; }
.btn-icon{
  width:30px; height:30px;
  border:2px solid var(--border);
  background: linear-gradient(#ffffff, #e7e7e7);
  cursor:pointer;
  font-size:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.icon-book{
  display:inline-flex;
  width:16px;
  height:16px;
}
.icon-book svg{
  width:16px;
  height:16px;
  fill:#1f4aa8;
}
.icon-lock{
  display:inline-flex;
  width:16px;
  height:16px;
}
.icon-lock svg{
  width:16px;
  height:16px;
  fill:#1f4aa8;
}
.inline-field{
  display:inline-block;
  vertical-align:middle;
  white-space:nowrap;
  margin:0 2px;
}
.inline-field .preview-input{
  min-width:90px;
  border:1px solid #a7a7a7;
  padding:1px 4px;
  height:16px;
  line-height:16px;
  background:#fff;
  vertical-align:middle;
}
.inline-field .btn-icon{
  width:22px;
  height:18px;
  line-height:16px;
  font-size:11px;
  vertical-align:middle;
}
.btn-icon:hover{ background: linear-gradient(#ffffff, #dedede); }
.keypad{
  display:grid;
  grid-template-columns: repeat(10, 1fr);
  gap:4px;
}
.keypad-btn{
  padding:4px 6px;
  font-size:12px;
}
.admin-warnings-panel{
  display:flex;
  flex-direction:column;
}
.admin-warnings-panel .form{
  display:flex;
  flex-direction:column;
  min-height:0;
  flex:1;
}
.admin-warning-scroll{
  overflow:auto;
  min-height:0;
  flex:1;
}
.admin-warning-footer{
  background:#f4f4f4;
  padding-top:8px;
}

.alert-banner{
  background:#fff5d6;
  border:2px solid #caa23c;
  padding:6px 10px;
  font-weight:bold;
  color:#8a4b00;
}
.required-empty{
  background:#fff1f1;
  border-color:#e9b6b6;
}
.form input.required-empty,
.form textarea.required-empty,
.inline-field .preview-input.required-empty{
  background:#fff1f1 !important;
  border-color:#e9b6b6 !important;
}
.alert-banner-stack{
  position:sticky;
  top:41px;
  z-index:5;
  display:flex;
  flex-direction:column;
  gap:6px;
  margin:6px;
}
.blink{
  animation: none;
}
.status-offshift.blink{
  animation: blink 1s steps(2, start) infinite;
}
.alert-banner.blink-conn{
  animation: blink 1s steps(2, start) infinite !important;
}
.approve-blink{
  background: #d6f8d6 !important;
  border-color: #1f7a36 !important;
  animation: blink-green 0.7s steps(2, start) infinite !important;
}
@keyframes blink-green{
  0% {
    background:#d6f8d6 !important;
    border-color:#1f7a36 !important;
    color:#0b3b0b !important;
    box-shadow: 0 0 0 1px rgba(31, 122, 54, 0.25);
  }
  100% {
    background:#66e066 !important;
    border-color:#0b5f22 !important;
    color:#063006 !important;
    box-shadow: 0 0 0 4px rgba(20, 140, 60, 0.7);
  }
}
@keyframes blink{
  to { visibility: hidden; }
}

.status-connected{ color:#1d6b1d; font-weight:bold; }
.status-disconnected{ color:#a22; font-weight:bold; }
.status-starting{ color:#c28a00; font-weight:bold; }
.status-active{ color:#1d6b1d; font-weight:bold; }
.status-inactive{ color:#a22; font-weight:bold; }
.status-green{ color:#1f7a36; }
.status-gray{ color:#666; }
.status-yellow{ color:#b37d00; }
.status-red{ color:#b00020; }
.handover-reason{
  font-size:12px;
  color:#b00020;
}
.handover-reason.handover-auto{
  color:#915b00;
  font-weight:600;
}
.btn-success{
  background:#eaffea;
  border-color:#2d7a43;
  color:#1d6b1d;
}
.btn-blink{
  background:#fff2cc !important;
  border-color:#caa23c !important;
  color:#7a4b00 !important;
  animation: blink-yellow 0.9s steps(2, start) infinite !important;
}
@keyframes blink-yellow{
  0% {
    background:#fff2cc !important;
    border-color:#caa23c !important;
    color:#7a4b00 !important;
    box-shadow: 0 0 0 1px rgba(202, 162, 60, 0.25);
  }
  100% {
    background:#ffd36a !important;
    border-color:#a87400 !important;
    color:#5a3600 !important;
    box-shadow: 0 0 0 4px rgba(202, 162, 60, 0.55);
  }
}