body{
  background:#e5ddd5;
}

.relocate-page{
  max-width:760px;
  margin:0 auto;
  background:#efeae2;
  min-height:100vh;
  padding-bottom:100px;
}

.relocate-breadcrumb{
  background:#fff;
  padding:12px 15px;
  border-bottom:1px solid #e5e7eb;
  font-size:14px;
  font-weight:700;
}

.relocate-breadcrumb a{
  color:#075e54;
  text-decoration:none;
}

.relocate-breadcrumb span{
  margin:0 8px;
  color:#94a3b8;
}

.relocate-head{
  background:#075e54;
  color:#fff;
  padding:14px 15px;
}

.relocate-title{
  display:flex;
  align-items:center;
  gap:10px;
}

.relocate-icon{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#25d366;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
}

.relocate-title h1{
  margin:0;
  font-size:18px;
  font-weight:900;
}

.relocate-title p{
  margin:0;
  font-size:12px;
  opacity:.9;
}

.relocate-tabs{
  display:flex;
  gap:8px;
  padding:10px;
  background:#f6f6f6;
}

.relocate-tab{
  flex:1;
  text-align:center;
  padding:10px;
  border-radius:999px;
  background:#fff;
  color:#075e54;
  text-decoration:none;
  font-weight:800;
  font-size:13px;
}

.relocate-tab.active{
  background:#25d366;
  color:#063b21;
}

.relocate-search{
  padding:10px;
  background:#f6f6f6;
}

.relocate-search form{
  display:flex;
  gap:8px;
}

.relocate-search input{
  flex:1;
  border:0;
  outline:0;
  border-radius:999px;
  padding:13px 15px;
}

.relocate-search button{
  border:0;
  background:#075e54;
  color:#fff;
  border-radius:999px;
  padding:0 16px;
  font-weight:800;
}

.relocate-feed{
  padding:12px;
}

.relocate-msg{
  background:#fff;
  border-radius:0 16px 16px 16px;
  padding:14px;
  margin-bottom:14px;
  box-shadow:0 1px 2px rgba(0,0,0,.13);
  position:relative;
}

.relocate-msg::before{
  content:"";
  position:absolute;
  left:-8px;
  top:0;
  border-top:8px solid #fff;
  border-left:8px solid transparent;
}

.msg-top{
  display:flex;
  gap:10px;
  align-items:flex-start;
}

.avatar{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#d9fdd3;
  color:#075e54;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  flex-shrink:0;
}

.msg-body{
  flex:1;
  min-width:0;
}

.msg-name{
  font-size:16px;
  font-weight:900;
  color:#111827;
  text-decoration:none;
}

.msg-meta{
  font-size:12px;
  color:#667781;
  margin-top:2px;
}

.urgent-badge{
  display:inline-flex;
  margin-top:8px;
  background:#fee2e2;
  color:#b91c1c;
  padding:5px 9px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
}

.route-box{
  background:#f8fafc;
  border-radius:14px;
  padding:10px;
  margin-top:10px;
  font-weight:800;
  color:#111827;
}

.reason-box{
  background:#f8fafc;
  border-radius:14px;
  padding:10px;
  margin-top:10px;
  font-size:14px;
  line-height:1.6;
  color:#334155;
}

.msg-actions{
  display:flex;
  gap:8px;
  margin-top:12px;
}

.reply-form{
  flex:1;
}

.wa-btn{
  width:100%;
  min-height:42px;
  border-radius:999px;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  border:0;
  cursor:pointer;
}

.wa-btn.green{
  background:#25d366;
  color:#063b21;
}

.wa-btn.light{
  background:#e7f3ff;
  color:#075e54;
}

.msg-time{
  text-align:right;
  color:#667781;
  font-size:11px;
  margin-top:8px;
}

.empty-box{
  background:#fff;
  padding:25px 15px;
  border-radius:16px;
  text-align:center;
  color:#667781;
}

.wa-alert{
  margin:10px;
  padding:12px;
  border-radius:14px;
  font-weight:800;
}

.wa-alert.success{
  background:#dcfce7;
  color:#15803d;
}

.wa-alert.error{
  background:#fee2e2;
  color:#b91c1c;
}

.float-btn{
  position:fixed;
  right:18px;
  bottom:85px;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#25d366;
  color:#063b21;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  border:0;
  font-weight:900;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
}

.submit-box{
  display:none;
  position:fixed;
  left:50%;
  bottom:150px;
  transform:translateX(-50%);
  width:calc(100% - 24px);
  max-width:520px;
  background:#fff;
  border-radius:18px;
  padding:15px;
  box-shadow:0 10px 35px rgba(0,0,0,.25);
}

.submit-box.show{
  display:block;
}

.submit-box h3{
  margin:0 0 12px;
  font-size:18px;
}

.submit-box input,
.submit-box textarea{
  width:100%;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:12px;
  margin-bottom:10px;
  outline:0;
}

.submit-box button{
  width:100%;
  min-height:44px;
  border:0;
  border-radius:999px;
  background:#25d366;
  color:#063b21;
  font-weight:900;
}

@media(max-width:480px){
  .relocate-page{
    max-width:100%;
  }

  .msg-actions{
    flex-direction:column;
  }
}