:root{
  --lp-ink:#16251d;
  --lp-muted:#617066;
  --lp-green:#176b45;
  --lp-green-dark:#0d5032;
  --lp-mint:#e8f6ee;
  --lp-lime:#dff2c9;
  --lp-gold:#f4b844;
  --lp-cream:#fbfaf5;
  --lp-border:rgba(22,37,29,.12);
  --lp-shadow:0 24px 70px -38px rgba(20,64,43,.42);
}

.labor-post-page{max-width:1180px;margin:0 auto;padding:0 0 4rem;color:var(--lp-ink)}
.labor-post-page *{box-sizing:border-box}
.lp-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:2rem;align-items:center;padding:clamp(1.5rem,4vw,3.4rem);border-radius:28px;background:linear-gradient(135deg,#0d5133 0%,#187249 56%,#2c8d5e 100%);color:#fff;box-shadow:var(--lp-shadow);isolation:isolate}
.lp-hero:before,.lp-hero:after{content:"";position:absolute;border-radius:999px;z-index:-1;filter:blur(2px)}
.lp-hero:before{width:420px;height:420px;right:-170px;top:-210px;background:rgba(255,255,255,.12)}
.lp-hero:after{width:260px;height:260px;left:43%;bottom:-180px;background:rgba(244,184,68,.18)}
.lp-eyebrow{display:inline-flex;align-items:center;gap:.45rem;padding:.38rem .75rem;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.1);font-size:.82rem;font-weight:800;letter-spacing:.02em}
.lp-hero h1{font-family:"Prompt","Noto Sans Thai",sans-serif;font-size:clamp(2rem,5vw,4.15rem);line-height:1.06;margin:.9rem 0 .85rem;max-width:790px;letter-spacing:-.035em}
.lp-hero-copy{font-size:clamp(1rem,2vw,1.16rem);line-height:1.75;color:rgba(255,255,255,.88);max-width:720px;margin:0}
.lp-hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.35rem}
.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.48rem;min-height:46px;padding:.72rem 1.1rem;border-radius:14px;border:1px solid transparent;text-decoration:none;font-weight:800;cursor:pointer;transition:.18s ease;font-family:inherit}
.lp-btn:hover{transform:translateY(-1px)}
.lp-btn-primary{background:#fff;color:var(--lp-green-dark);box-shadow:0 12px 30px -18px rgba(0,0,0,.8)}
.lp-btn-dark{background:var(--lp-green-dark);color:#fff}
.lp-btn-soft{background:var(--lp-mint);color:var(--lp-green-dark);border-color:rgba(23,107,69,.15)}
.lp-btn-outline{background:transparent;color:inherit;border-color:currentColor}
.lp-btn-danger{background:#fff4f2;color:#a93226;border-color:#f1c8c2}
.lp-hero-panel{background:rgba(255,255,255,.95);color:var(--lp-ink);border:1px solid rgba(255,255,255,.4);border-radius:22px;padding:1.15rem;box-shadow:0 24px 60px -35px rgba(0,0,0,.8);backdrop-filter:blur(12px)}
.lp-hero-panel h2{font-size:1rem;margin:0 0 .75rem}
.lp-proof-list{display:grid;gap:.62rem;margin:0;padding:0;list-style:none}
.lp-proof-list li{display:flex;align-items:flex-start;gap:.62rem;padding:.67rem .72rem;border-radius:12px;background:#f5faf7;font-size:.9rem;line-height:1.45}
.lp-proof-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:var(--lp-mint);color:var(--lp-green);font-weight:900;flex:0 0 auto}
.lp-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem;margin-top:.8rem}
.lp-stat{padding:.7rem .5rem;text-align:center;border-radius:12px;background:#fff8e8;border:1px solid rgba(244,184,68,.2)}
.lp-stat strong{display:block;font-size:1.1rem;color:#7b5310}
.lp-stat span{display:block;font-size:.72rem;color:#8c7652;margin-top:.1rem}

.lp-shell{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1.25rem;align-items:start;margin-top:1.4rem}
.lp-card{background:#fff;border:1px solid var(--lp-border);border-radius:22px;box-shadow:0 15px 42px -34px rgba(20,64,43,.5)}
.lp-form-card{padding:clamp(1rem,3vw,1.65rem)}
.lp-sidebar{position:sticky;top:92px;display:grid;gap:1rem}
.lp-side-card{padding:1rem}
.lp-side-card h2,.lp-side-card h3{margin:0 0 .65rem;font-size:1rem}
.lp-side-card p{margin:0;color:var(--lp-muted);line-height:1.6;font-size:.88rem}
.lp-progress-track{height:9px;border-radius:999px;background:#edf2ee;overflow:hidden;margin:.8rem 0 .45rem}
.lp-progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--lp-green),#5cab73);border-radius:inherit;transition:width .25s ease}
.lp-checklist{display:grid;gap:.48rem;margin:.75rem 0 0;padding:0;list-style:none}
.lp-checklist li{display:flex;gap:.55rem;align-items:center;font-size:.82rem;color:var(--lp-muted)}
.lp-checklist li:before{content:"";width:8px;height:8px;border-radius:50%;background:#cad5cd;flex:0 0 auto}
.lp-checklist li.is-ready{color:var(--lp-green-dark);font-weight:700}
.lp-checklist li.is-ready:before{background:#3aa565;box-shadow:0 0 0 4px rgba(58,165,101,.12)}
.lp-preview-cover{height:152px;border-radius:15px;background:linear-gradient(135deg,#e7f4eb,#f9f5e8);display:grid;place-items:center;overflow:hidden;color:#6c7b72;font-size:.86rem;border:1px dashed rgba(22,37,29,.16)}
.lp-preview-cover img{width:100%;height:100%;object-fit:cover;display:block}
.lp-preview-title{font-size:1.04rem;margin:.85rem 0 .2rem;line-height:1.45}
.lp-preview-meta{font-size:.8rem;color:var(--lp-muted);line-height:1.55}
.lp-preview-budget{font-size:1.25rem;font-weight:900;color:#b65324;margin:.6rem 0 .15rem}

.lp-alert{display:flex;gap:.65rem;align-items:flex-start;padding:.85rem 1rem;border-radius:14px;margin-bottom:1rem;font-size:.9rem;line-height:1.55}
.lp-alert-error{background:#fff2f0;color:#8f2d23;border:1px solid #f3c5bf}
.lp-alert-info{background:#eff8ff;color:#1c5d87;border:1px solid #c9e3f5}
.lp-alert-success{background:#eef9f2;color:#19603c;border:1px solid #cce8d5}
.lp-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}
.lp-form-head h2{font-size:clamp(1.25rem,3vw,1.75rem);margin:0}
.lp-form-head p{margin:.3rem 0 0;color:var(--lp-muted);font-size:.9rem}
.lp-mode-badge{padding:.4rem .7rem;border-radius:999px;background:var(--lp-mint);color:var(--lp-green-dark);font-size:.78rem;font-weight:800;white-space:nowrap}
.lp-section{padding:1.15rem 0;border-top:1px solid rgba(22,37,29,.08)}
.lp-section:first-of-type{border-top:0;padding-top:.2rem}
.lp-section-head{display:flex;align-items:flex-start;gap:.72rem;margin-bottom:.9rem}
.lp-section-no{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--lp-mint);color:var(--lp-green-dark);font-weight:900;flex:0 0 auto}
.lp-section-head h3{font-size:1rem;margin:0}
.lp-section-head p{font-size:.8rem;color:var(--lp-muted);margin:.18rem 0 0}
.lp-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}
.lp-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}
.lp-field{display:grid;gap:.38rem}
.lp-field-full{grid-column:1/-1}
.lp-label{font-size:.84rem;font-weight:800;color:#314239}
.lp-required{color:#c14130}
.lp-help{font-size:.75rem;line-height:1.45;color:#7b8980}
.lp-input,.lp-select,.lp-textarea{width:100%;border:1px solid rgba(22,37,29,.16);border-radius:13px;background:#fff;color:var(--lp-ink);font-family:inherit;font-size:.94rem;outline:none;transition:.16s ease}
.lp-input,.lp-select{min-height:48px;padding:.72rem .82rem}
.lp-textarea{padding:.78rem .82rem;resize:vertical;min-height:142px;line-height:1.62}
.lp-input:focus,.lp-select:focus,.lp-textarea:focus{border-color:#57a776;box-shadow:0 0 0 4px rgba(58,165,101,.12)}
.lp-char-count{text-align:right;font-size:.72rem;color:#829087;margin-top:-.18rem}
.lp-mode-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}
.lp-mode-option{position:relative;display:block;cursor:pointer}
.lp-mode-option input{position:absolute;opacity:0;pointer-events:none}
.lp-mode-box{display:block;height:100%;padding:.82rem;border:1px solid rgba(22,37,29,.14);border-radius:14px;background:#fff;transition:.16s ease}
.lp-mode-box strong{display:block;font-size:.88rem;margin-bottom:.18rem}
.lp-mode-box small{display:block;color:var(--lp-muted);line-height:1.4;font-size:.72rem}
.lp-mode-option input:checked + .lp-mode-box{border-color:var(--lp-green);background:var(--lp-mint);box-shadow:0 0 0 3px rgba(23,107,69,.1)}
.lp-location-row{display:flex;gap:.65rem;align-items:stretch}
.lp-location-row .lp-input{flex:1}
.lp-coordinate{display:inline-flex;align-items:center;gap:.35rem;margin-top:.45rem;padding:.35rem .58rem;border-radius:999px;background:#f1f6f2;color:#5a6d60;font-size:.72rem}
.lp-image-drop{position:relative;display:grid;place-items:center;min-height:190px;padding:1rem;border:1.5px dashed rgba(23,107,69,.32);border-radius:16px;background:linear-gradient(135deg,#f6fbf7,#fffaf0);text-align:center;overflow:hidden}
.lp-image-drop input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}
.lp-image-drop.is-disabled input[type=file]{pointer-events:none}
.lp-image-placeholder strong{display:block;margin-bottom:.25rem}
.lp-image-placeholder span{font-size:.78rem;color:var(--lp-muted)}
.lp-image-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:none}
.lp-image-drop.has-image .lp-image-preview{display:block}
.lp-image-drop.has-image .lp-image-placeholder{display:none}
.lp-image-actions{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:.55rem}
.lp-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}
.lp-status-option{position:relative;display:block;cursor:pointer}
.lp-status-option input{position:absolute;opacity:0}
.lp-status-box{display:flex;align-items:flex-start;gap:.55rem;padding:.78rem;border:1px solid rgba(22,37,29,.14);border-radius:14px;height:100%}
.lp-status-dot{width:11px;height:11px;border-radius:50%;margin-top:.22rem;background:#cad5cd;flex:0 0 auto}
.lp-status-box strong{display:block;font-size:.84rem}
.lp-status-box small{display:block;font-size:.71rem;line-height:1.4;color:var(--lp-muted);margin-top:.1rem}
.lp-status-option input:checked + .lp-status-box{border-color:var(--lp-green);background:var(--lp-mint)}
.lp-status-option input[value=open]:checked + .lp-status-box .lp-status-dot{background:#2f9b5d}
.lp-status-option input[value=draft]:checked + .lp-status-box .lp-status-dot{background:#d49b2e}
.lp-status-option input[value=closed]:checked + .lp-status-box .lp-status-dot{background:#78877e}
.lp-submit-bar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.6rem;padding-top:1rem;border-top:1px solid rgba(22,37,29,.09)}
.lp-submit-actions{display:flex;gap:.6rem;flex-wrap:wrap;margin-left:auto}
.lp-submit-note{font-size:.76rem;color:var(--lp-muted);max-width:360px;line-height:1.5}
.lp-submit-main{min-width:180px}
.lp-loading{opacity:.68;pointer-events:none}
.lp-spinner{width:17px;height:17px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:lp-spin .75s linear infinite}
@keyframes lp-spin{to{transform:rotate(360deg)}}

.lp-login-card{padding:clamp(1.25rem,4vw,2rem);text-align:center;margin-top:1.3rem;background:linear-gradient(180deg,#fff,#f8fbf8)}
.lp-login-card .lp-lock{display:grid;place-items:center;width:66px;height:66px;margin:0 auto .8rem;border-radius:21px;background:var(--lp-mint);font-size:1.7rem}
.lp-login-card h2{margin:0;font-size:1.45rem}
.lp-login-card p{max-width:610px;margin:.55rem auto 1rem;color:var(--lp-muted);line-height:1.65}
.lp-login-actions{display:flex;justify-content:center;gap:.65rem;flex-wrap:wrap}

.lp-seo-section{margin-top:2rem}
.lp-seo-head{text-align:center;max-width:760px;margin:0 auto 1.15rem}
.lp-seo-head h2{font-size:clamp(1.45rem,3vw,2.2rem);margin:0}
.lp-seo-head p{color:var(--lp-muted);line-height:1.7;margin:.55rem 0 0}
.lp-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}
.lp-benefit{padding:1.1rem}
.lp-benefit-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--lp-mint);font-size:1.25rem;margin-bottom:.7rem}
.lp-benefit h3{font-size:1rem;margin:0 0 .3rem}
.lp-benefit p{font-size:.85rem;line-height:1.65;color:var(--lp-muted);margin:0}
.lp-category-cloud{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}
.lp-category-pill{display:inline-flex;padding:.5rem .72rem;border-radius:999px;background:#fff;border:1px solid var(--lp-border);font-size:.82rem;color:#3e5045;text-decoration:none}
.lp-category-pill:hover{border-color:#5cab73;background:var(--lp-mint)}
.lp-faq{display:grid;gap:.65rem;max-width:900px;margin:0 auto}
.lp-faq details{background:#fff;border:1px solid var(--lp-border);border-radius:15px;padding:.85rem 1rem}
.lp-faq summary{cursor:pointer;font-weight:800}
.lp-faq p{margin:.55rem 0 0;color:var(--lp-muted);line-height:1.7;font-size:.88rem}
.lp-final-cta{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:clamp(1.25rem,4vw,2rem);margin-top:2rem;border-radius:22px;background:#102f21;color:#fff}
.lp-final-cta h2{margin:0 0 .35rem;font-size:1.35rem}
.lp-final-cta p{margin:0;color:rgba(255,255,255,.75);line-height:1.6}

@media (max-width:980px){
  .lp-hero{grid-template-columns:1fr}
  .lp-hero-panel{max-width:680px}
  .lp-shell{grid-template-columns:1fr}
  .lp-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .lp-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:720px){
  .labor-post-page{padding:0 .1rem 3rem}
  .lp-hero{border-radius:20px;padding:1.25rem}
  .lp-hero h1{font-size:2.15rem}
  .lp-stats{grid-template-columns:1fr}
  .lp-shell{margin-top:.9rem}
  .lp-grid-2,.lp-grid-3,.lp-benefit-grid,.lp-sidebar{grid-template-columns:1fr}
  .lp-status-grid{grid-template-columns:1fr}
  .lp-location-row{flex-direction:column}
  .lp-submit-bar{align-items:stretch;flex-direction:column}
  .lp-submit-actions{width:100%;margin:0}
  .lp-submit-actions .lp-btn{flex:1}
  .lp-final-cta{align-items:flex-start;flex-direction:column}
}
@media (max-width:480px){
  .lp-mode-grid{grid-template-columns:1fr}
  .lp-hero-actions,.lp-login-actions{display:grid;grid-template-columns:1fr}
  .lp-btn{width:100%}
  .lp-form-card{padding:.85rem}
  .lp-form-head{flex-direction:column}
}
