:root{--bg:#120b08;--ink:#fff1e8;--muted:#c9b0a0;--line:rgba(255,180,140,.16);--accent:#ff8a4c;--tour:#3de0c5;--font:Manrope,sans-serif;--display:"Space Grotesk",sans-serif;--max:1120px}
*{box-sizing:border-box}body.mixnode-wh-body{margin:0;min-height:100vh;color:var(--ink);font-family:var(--font);background:radial-gradient(800px 400px at 10% -10%,rgba(255,138,76,.2),transparent 55%),linear-gradient(180deg,#120b08,#1a100c)}
a{color:inherit;text-decoration:none}.wh-shell{min-height:100vh;display:flex;flex-direction:column}
.wh-top,.wh-main,.wh-footer{width:min(100% - 2rem,var(--max));margin:0 auto}
.wh-top{padding:1.1rem 0;display:flex;justify-content:space-between;gap:1rem;align-items:center}
.wh-brand{display:inline-flex;gap:.7rem;align-items:center}
.wh-brand__logo{width:2.1rem;height:2.1rem;display:block;filter:drop-shadow(0 0 10px rgba(255,138,76,.28))}
.wh-brand__text{display:flex;flex-direction:column;line-height:1.1}
.wh-brand__name{font-family:var(--display);font-weight:700;font-size:1.05rem}
.wh-brand__tag{font-size:.72rem;letter-spacing:.04em;color:var(--muted);text-transform:uppercase}
.wh-nav{display:flex;gap:.9rem;color:var(--muted);font-size:.92rem;flex-wrap:wrap}
.wh-main{flex:1;padding:2rem 0 3rem}
.wh-kicker{margin:0 0 .6rem;font-family:var(--display);font-size:clamp(2rem,5vw,3rem);font-weight:700;background:linear-gradient(90deg,#fff,var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent}
.wh-main h1{margin:0 0 .8rem;font-family:var(--display)}
.wh-lead{color:var(--muted);max-width:38rem}
.wh-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.4rem;align-items:center}
.wh-flash{margin:1rem 0 0;padding:.7rem 1rem;border-radius:10px;font-size:.92rem}
.wh-flash--ok{background:rgba(61,224,197,.12);border:1px solid rgba(61,224,197,.28)}
.wh-flash--err{background:rgba(255,100,80,.12);border:1px solid rgba(255,100,80,.28)}
.wh-form{margin:0 0 1.4rem;padding:1rem 1.1rem;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.03);display:grid;gap:.85rem}
.wh-form--compact{margin-top:.85rem;padding:.75rem .9rem}
.wh-form__row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:end}
.wh-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem;color:var(--muted);min-width:8rem;flex:1}
.wh-form__full{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem;color:var(--muted)}
.wh-form__grow{flex:2}
.wh-form input,.wh-form select,.wh-form textarea{min-height:2.4rem;padding:.45rem .65rem;border-radius:10px;border:1px solid var(--line);background:rgba(0,0,0,.25);color:var(--ink);font:inherit}
.wh-form textarea{min-height:4rem;resize:vertical}
.wh-inline-form{display:inline;margin-left:.4rem}
.wh-linkish{background:none;border:0;color:var(--accent);cursor:pointer;font:inherit;padding:0;text-decoration:underline}
.wh-btn{display:inline-flex;align-items:center;min-height:2.7rem;padding:.65rem 1.05rem;border-radius:999px;font-weight:700;border:1px solid transparent}
.wh-btn--primary{background:linear-gradient(135deg,var(--accent),#e56d30);color:#2a1208}
.wh-btn--ghost{border-color:var(--line);background:rgba(255,255,255,.03)}
.wh-footer{padding:1.2rem 0 1.8rem;border-top:1px solid var(--line);display:flex;gap:1rem;flex-wrap:wrap;color:var(--muted);font-size:.9rem}
.wh-footer a:hover{color:var(--accent)}
.wh-page h1{margin:0 0 1rem;font-family:var(--display)}
.wh-page__content > *:first-child{margin-top:0}
.wh-portal__head h2{margin:0;font-family:var(--display)}
.wh-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px}
.wh-table{width:100%;border-collapse:collapse;font-size:.88rem;table-layout:auto}
.wh-table th,.wh-table td{padding:.6rem .55rem;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}
.wh-table th{color:var(--muted);font-weight:600;white-space:nowrap}
.wh-table td{white-space:nowrap}
.wh-table td.wh-table__name{white-space:normal;word-break:break-word;min-width:8rem;max-width:14rem}
.wh-table tr:last-child td{border-bottom:0}
.wh-kit-list{margin:0;padding:0;list-style:none;display:grid;gap:.85rem}
.wh-kit-card,.wh-warehouse-card{border:1px solid var(--line);border-radius:14px;padding:1rem 1.1rem;background:rgba(255,255,255,.03)}
.wh-warehouse-list{margin:1.2rem 0 0;padding:0;list-style:none;display:grid;gap:.85rem}
.wh-badge{display:inline-block;margin-top:.15rem;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);opacity:.9}
.wh-warehouse-card a:hover strong{color:var(--accent)}
.wh-kit-lines{margin:.55rem 0 0;padding-left:1.1rem;color:var(--muted);font-size:.9rem}
.wh-section-title{margin:2rem 0 .8rem;font-family:var(--display);font-size:1.15rem}
.wh-back{margin:0 0 .5rem;font-size:.9rem;color:var(--muted)}
.wh-back a:hover{color:var(--accent)}
.wh-portal--login .wh-actions{margin-top:1.2rem}
.wh-login-panel{
  margin:1.4rem 0 0;
  padding:1.25rem 1.2rem 1.4rem;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.04);
  max-width:440px;
}
.wh-login-panel__title{
  margin:0 0 1rem;
  font-family:var(--display);
  font-size:1.2rem;
}
.wh-login{max-width:420px}
.wh-login #loginform,
.wh-login #mixnode-wh-loginform{
  display:flex;
  flex-direction:column;
  gap:1rem;
  margin:0;
}
.wh-login #loginform p,
.wh-login #mixnode-wh-loginform p{
  margin:0;
  float:none;
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:.45rem;
}
.wh-login #loginform label,
.wh-login #mixnode-wh-loginform label{
  display:block;
  float:none;
  width:auto;
  margin:0;
  font-size:.92rem;
  font-weight:600;
  color:var(--ink);
}
.wh-login #loginform .login-username input,
.wh-login #loginform .login-password input,
.wh-login #mixnode-wh-loginform .login-username input,
.wh-login #mixnode-wh-loginform .login-password input{
  width:100%;
  max-width:none;
  box-sizing:border-box;
  min-height:3.1rem;
  padding:.9rem 1rem;
  font-size:1.05rem;
  line-height:1.3;
  border:1px solid rgba(255,180,140,.28);
  border-radius:12px;
  background:rgba(0,0,0,.28);
  color:var(--ink);
}
.wh-login #loginform .login-username input:focus,
.wh-login #loginform .login-password input:focus,
.wh-login #mixnode-wh-loginform .login-username input:focus,
.wh-login #mixnode-wh-loginform .login-password input:focus{
  outline:none;
  border-color:var(--accent);
  box-shadow:0 0 0 3px rgba(255,138,76,.22);
}
.wh-login #loginform .login-remember,
.wh-login #mixnode-wh-loginform .login-remember{
  flex-direction:row;
  align-items:center;
  gap:.55rem;
}
.wh-login #loginform .login-remember label,
.wh-login #mixnode-wh-loginform .login-remember label{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  font-weight:500;
  font-size:.95rem;
  color:var(--muted);
}
.wh-login #loginform .login-remember input,
.wh-login #mixnode-wh-loginform .login-remember input{
  width:1.05rem;height:1.05rem;margin:0;
}
.wh-login #loginform .login-submit .button,
.wh-login #mixnode-wh-loginform .login-submit .button,
.wh-login #loginform #wp-submit,
.wh-login #mixnode-wh-loginform #wp-submit{
  width:100%;
  min-height:3.1rem;
  padding:.85rem 1.1rem;
  font-size:1.05rem;
  font-weight:700;
  border:0;
  border-radius:12px;
  cursor:pointer;
  background:linear-gradient(135deg,var(--accent),#e56d30);
  color:#2a1208;
}
.wh-login__hint{margin-top:1rem;font-size:.92rem}
.wh-login__hint a{color:var(--accent);text-decoration:underline}
.wh-table__actions{
  display:flex;align-items:center;gap:.55rem;flex-wrap:nowrap;
  white-space:nowrap;min-width:9.5rem;
}
.wh-table td.wh-table__actions{padding-right:.75rem}
.wh-row-edit{color:var(--accent);text-decoration:underline;font-size:.86rem;flex-shrink:0}
.wh-row-del{
  background:none;border:0;padding:0;margin:0;cursor:pointer;font:inherit;
  font-size:.86rem;color:#ffb4a4;text-decoration:underline;flex-shrink:0;
}
.wh-row-del:hover{color:#fff}
.wh-delete-form{display:inline;margin:0}
.wh-icon-del{
  display:inline-flex;align-items:center;justify-content:center;
  width:1.7rem;height:1.7rem;padding:0;border-radius:999px;
  border:1px solid rgba(255,100,80,.35);background:rgba(255,100,80,.12);
  color:#ffb4a4;font-size:1.15rem;line-height:1;cursor:pointer;
}
.wh-icon-del:hover{background:rgba(255,100,80,.22);border-color:rgba(255,100,80,.55);color:#fff}
@media (max-width:640px){
  .wh-brand__tag{display:none}
  .wh-nav{font-size:.85rem;gap:.65rem}
  .wh-table{font-size:.82rem}
  .wh-table th,.wh-table td{padding:.5rem .4rem}
  .wh-table__actions{min-width:8.5rem;gap:.4rem}
}
.wh-est-check{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:.4rem;min-width:auto!important;flex:0!important;color:var(--muted);font-size:.86rem;white-space:nowrap}
.wh-est-check input{width:auto;min-height:auto}
.wh-est-line{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem .85rem}
.wh-est-line-form{flex:1;min-width:14rem}
.wh-est-line__grid{
  display:grid;gap:.45rem;align-items:center;
  grid-template-columns:minmax(8rem,2fr) 4.2rem 6rem 4.5rem auto auto auto;
}
.wh-est-line__grid--people{
  grid-template-columns:minmax(7rem,1.4fr) minmax(6rem,1fr) 6rem 4.5rem auto auto;
}
.wh-est-line__grid--delivery{
  grid-template-columns:minmax(8rem,2fr) 7rem auto;
}
.wh-est-line__grid input{
  min-height:2.2rem;padding:.35rem .5rem;border-radius:8px;
  border:1px solid var(--line);background:rgba(0,0,0,.25);color:var(--ink);font:inherit;width:100%;
}
.wh-est-totals{
  margin-top:1.6rem;padding:1rem 1.1rem;border:1px solid var(--line);
  border-radius:14px;background:rgba(255,255,255,.04);
}
.wh-est-totals__list{margin:0;display:grid;gap:.55rem}
.wh-est-totals__list > div{display:flex;justify-content:space-between;gap:1rem;color:var(--muted)}
.wh-est-totals__list dd{margin:0;color:var(--ink)}
.wh-est-totals__grand{margin-top:.35rem;padding-top:.65rem;border-top:1px solid var(--line);font-size:1.05rem}
.wh-est-totals__grand dt,.wh-est-totals__grand dd{color:var(--ink);font-weight:700}
.wh-paid-yes{color:#3de0c5;font-weight:700}
.wh-paid-no{color:#ffb4a4;font-weight:700}
@media (max-width:720px){
  .wh-est-line__grid,
  .wh-est-line__grid--people,
  .wh-est-line__grid--delivery{grid-template-columns:1fr 1fr}
}
