/* =========================================================
   SUBLIM8 LOGIN - BRAND NEW STYLESHEET
   Built fresh from the supplied Login PDF.
   No previous SUBLIM8 login stylesheet rules were copied into this file.
   ========================================================= */

a{
  color:inherit;
  text-decoration:none;
}

.site{
  width:1640px;
  margin:0 auto;
}

.pi-page{
  width:1640px;
  margin:auto;
  padding:24px 36px 42px;
  box-sizing:border-box;
  background:#fbfaf7;
  color:#30342d;
  font:14px Arial,sans-serif;
}

.pi-shell{
  width:1568px;
  margin:auto;
}

.pi-hero{
  min-height:120px;
  padding:24px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  box-sizing:border-box;
  border:1px solid #e2dbd3;
  border-radius:13px;
  background:radial-gradient(circle at 88% 20%,rgba(248,223,229,.65),transparent 25%),#fff;
}

.pi-title{
  display:flex;
  align-items:center;
  gap:10px;
}

.pi-title h1{
  margin:0;
  font:700 30px Georgia,serif;
  color:#344C34;
}

.pi-title img{
  width:18px;
}

.pi-hero p{
  margin:9px 0 0;
  color:#77716a;
}

.pi-steps{
  display:flex;
  align-items:center;
  gap:10px;
  color:#344C34;
  font-size:11px;
}

.pi-steps i{
  width:28px;
  height:1px;
  background:#d8d0c8;
}

.pi-layout{
  margin-top:16px;
  display:grid;
  grid-template-columns:1fr 330px;
  gap:16px;
  align-items:start;
}

.pi-main{
  display:grid;
  gap:16px;
}

.pi-card{
  padding:21px;
  border:1px solid #e2dbd3;
  border-radius:13px;
  background:#fff;
  box-sizing:border-box;
}

.pi-card header{
  display:flex;
  align-items:center;
  gap:11px;
  margin-bottom:18px;
}

.pi-card header>span{
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#edf2e9;
  color:#344C34;
  font-weight:800;
}

.pi-card header h2{
  margin:0;
  font:700 18px Georgia,serif;
  color:#344C34;
}

.pi-card header p{
  margin:3px 0 0;
  color:#89837c;
  font-size:11px;
}

.pi-card header em{
  margin-left:auto;
  padding:5px 8px;
  border-radius:99px;
  background:#fff4e6;
  color:#956d42;
  font-size:11px;
  font-style:normal;
  font-weight:700;
}

.fields{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.fields label,.sticky>label,.file-row>label{
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:14px;
  font-weight:700;
}

.fields .wide{
  grid-column:1/-1;
}

.fields input,.fields select,.fields textarea,.sticky>label>input,.file-row select,.file-row input{
  box-sizing:border-box;
  width:100%;
  border:1px solid #d4cdc5;
  border-radius:8px;
  background:#fff;
  padding:0 12px;
  font:14px Arial;
}

.fields input,.fields select,.sticky>label>input,.file-row select,.file-row input{
  height:42px;
}

.fields textarea{
  height:300px;
  padding-top:12px;
  resize:vertical;
}

.fields small,.sticky label small{
  color:#99928b;
  font-size:11px;
  font-weight:400;
}

.uploads{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.upload{
  aspect-ratio:1.2 / 1;
  height:auto;
  position:relative;
  overflow:hidden;
  display:grid;
  place-items:center;
  border:1.5px dashed #ccc3b9;
  border-radius:11px;
  background:#faf8f4;
  cursor:pointer;
  transition:.17s;
}

.upload:hover{
  transform:translateY(-3px);
  border-color:#7e907e;
}

.upload input{
  display:none;
}

.empty{
  text-align:center;
}

.empty strong{
  width:42px;
  height:42px;
  margin:auto;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#edf2e9;
  color:#344C34;
  font-size:20px;
}

.empty h3{
  margin:10px 0 5px;
  font:700 13px Georgia,serif;
  color:#344C34;
}

.empty p{
  margin:0 0 8px;
  color:#827c75;
  font-size:11px;
}

.empty small{
  color:#aaa39b;
  font-size:11px;
}

.upload>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  display:none;
  background:#faf8f4;
}

.upload.has>img{
  display:block;
}

.upload.has .empty{
  display:none;
}

.upload button{
  display:none;
  position:absolute;
  z-index:2;
  right:8px;
  top:8px;
  width:29px;
  height:29px;
  border:0;
  border-radius:50%;
  background:#fff;
  font-size:18px;
}

.upload.has button{
  display:block;
}

.tip{
  margin-top:13px;
  padding:11px 13px;
  border-radius:8px;
  background:#f3f6f0;
  color:#70756b;
  font-size:11px;
}

.tip b{
  color:#344C34;
  margin-right:8px;
}

.download{
  height:88px;
  padding:0 18px;
  display:grid;
  grid-template-columns:45px 1fr auto;
  gap:13px;
  align-items:center;
  border:1.5px dashed #c9c1b8;
  border-radius:10px;
  background:#faf8f4;
  cursor:pointer;
}

.download input{
  display:none;
}

.download>b{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#edf2e9;
  color:#344C34;
  font-size:21px;
}

.download h3{
  margin:0 0 4px;
  font:700 12px Georgia,serif;
  color:#344C34;
}

.download p{
  margin:0;
  color:#89837c;
  font-size:11px;
}

.download>span{
  padding:9px 11px;
  border:1px solid #344C34;
  border-radius:7px;
  color:#344C34;
  font-size:11px;
  font-weight:700;
}

.file-row{
  margin-top:13px;
  display:grid;
  grid-template-columns:180px 140px 1fr;
  gap:12px;
}

.file-row .check{
  padding:0 12px;
  display:flex;
  flex-direction:row;
  align-items:center;
  border:1px solid #ddd6ce;
  border-radius:8px;
}

.check input{
  width:auto;
}

.check b,.check small{
  display:block;
}

.check small{
  font-size:11px;
  color:#999;
}

.sticky{
  position:sticky;
  top:14px;
}

.price{
  margin-top:5px;
}

.price>div{
  height:48px;
  display:grid;
  grid-template-columns:30px minmax(0,1fr) 48px;
  align-items:center;
  overflow:hidden;
  border:1px solid #ccc4bb;
  border-radius:8px;
}

.price>div b{
  padding-left:12px;
  font-size:17px;
  color:#344C34;
}

.price>div input{
  min-width:0;
  width:100%!important;
  box-sizing:border-box;
  border:0!important;
  height:46px!important;
  font-size:20px!important;
  font-weight:800!important;
  color:#344C34;
}

.price>div span{
  padding-right:10px;
  box-sizing:border-box;
  justify-self:end;
  white-space:nowrap;
  font-size:11px;
  color:#888;
}

.sticky>label{
  margin-top:14px;
}

.toggle{
  padding:14px 0;
  display:grid!important;
  grid-template-columns:0 39px 1fr;
  align-items:center;
  border-top:1px solid #eee7df;
  border-bottom:1px solid #eee7df;
  cursor:pointer;
}

.toggle>input{
  opacity:0;
  width:0;
}

.toggle>i{
  position:relative;
  width:37px;
  height:20px;
  border-radius:20px;
  background:#bbb;
}

.toggle>i:after{
  content:"";
  position:absolute;
  left:3px;
  top:3px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#fff;
}

.toggle input:checked+i{
  background:#344C34;
}

.toggle input:checked+i:after{
  left:20px;
}

.toggle span b,.toggle span small{
  display:block;
}

.status{
  padding:14px 0;
  border-bottom:1px solid #eee7df;
}

.status>b{
  display:block;
  margin-bottom:7px;
}

.status label{
  padding:8px;
  display:flex;
  gap:8px;
  border:1px solid #e1dad2;
  border-radius:7px;
  margin-top:6px;
}

.status input{
  accent-color:#344C34;
}

.status strong,.status small{
  display:block;
}

.status small{
  font-size:11px;
  color:#999;
  margin-top:2px;
}

.mini{
  margin-top:15px;
}

.mini>em{
  font-size:11px;
  color:#a06d79;
  font-weight:800;
}

.mini>div{
  height:150px;
  margin-top:7px;
  overflow:hidden;
  border-radius:8px;
  background:#f5f1eb;
}

.mini>div span{
  height:100%;
  display:grid;
  place-items:center;
  color:#999;
}

.mini img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:none;
  background:#f5f1eb;
}

.mini h3{
  margin:8px 0 4px;
  font:700 12px Georgia,serif;
  color:#344C34;
}

.mini>small{
  color:#ad884d;
}

.mini>strong{
  display:block;
  margin-top:7px;
}

.mini>i{
  display:inline-block;
  margin-top:5px;
  padding:3px 6px;
  border-radius:99px;
  background:#edf2e9;
  color:#344C34;
  font-size:11px;
  font-style:normal;
  font-weight:700;
}

.save,.clear{
  width:100%;
  border-radius:8px;
  font-weight:800;
  cursor:pointer;
}

.save{
  height:43px;
  margin-top:15px;
  border:0;
  background:#344C34;
  color:#fff;
}

.clear{
  height:35px;
  margin-top:7px;
  border:1px solid #d6cfc7;
  background:#fff;
  color:#777;
}

.note{
  text-align:center;
  color:#aaa;
  font-size:11px;
}

.recent{
  margin-top:16px;
}

.recent h2{
  font:700 14px Georgia;
  color:#344C34;
}

.recent a{
  display:block;
  padding:8px 0;
  border-top:1px solid #eee;
}

.recent a b,.recent a small{
  display:block;
}

.recent a small{
  margin-top:3px;
  color:#999;
  font-size:11px;
}

.toast{
  position:fixed;
  z-index:9999;
  right:30px;
  bottom:30px;
  width:290px;
  padding:16px;
  border:1px solid #cad5c7;
  border-radius:11px;
  background:#fff;
  box-shadow:0 12px 30px #0002;
  opacity:0;
  transform:translateY(20px);
  pointer-events:none;
  transition:.2s;
}

.toast.show{
  opacity:1;
  transform:none;
  pointer-events:auto;
}

.toast>b{
  font:700 14px Georgia;
  color:#344C34;
}

.toast p{
  font-size:11px;
  color:#777;
}

.toast a{
  display:inline-block;
  margin-right:5px;
  padding:7px 9px;
  border-radius:6px;
  background:#edf2e9;
  color:#344C34;
  font-size:11px;
  font-weight:700;
}
