
/* ===== Step 3: Mutaxassis qabuliga yozilish ===== */
.ap-wrap{max-width:920px;margin:0 auto;padding:6px 0 70px}
.ap-hero{background:linear-gradient(135deg,#241812,#3d2110);color:#fff;border-radius:20px;padding:22px 24px;margin-bottom:16px}
.ap-hero .kick{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ffb787;margin-bottom:6px}
.ap-hero h2{font-size:clamp(20px,3vw,26px);font-weight:800;margin-bottom:6px}
.ap-hero p{font-size:14px;line-height:1.5;color:#e9d9cc;max-width:640px}

.ap-controls{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}
.ap-week{display:flex;background:#f1ece7;border-radius:12px;padding:4px}
.ap-week button{border:0;background:transparent;font:inherit;font-weight:700;font-size:13.5px;color:#6a5c50;
  padding:9px 16px;border-radius:9px;cursor:pointer}
.ap-week button.on{background:#fff;color:#241812;box-shadow:0 2px 8px rgba(0,0,0,.08)}

.ap-days{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.ap-days button{border:1.5px solid #e5ddd5;background:#fff;font:inherit;font-weight:700;font-size:13px;
  color:#4a4038;padding:9px 14px;border-radius:11px;cursor:pointer;min-width:96px;text-align:center}
.ap-days button .d{display:block;font-size:11px;font-weight:600;color:#93857a;margin-top:2px}
.ap-days button.on{border-color:#241812;background:#241812;color:#fff}
.ap-days button.on .d{color:#e9d9cc}

.ap-legend{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:12px;font-size:12.5px;font-weight:600;color:#5b5048}
.ap-legend span{display:flex;align-items:center;gap:6px}
.ap-legend i{width:12px;height:12px;border-radius:4px;display:inline-block}
.ap-legend .free{background:#22c55e}.ap-legend .res{background:#ef4444}.ap-legend .blk{background:#eab308}

.ap-slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}
.ap-slot{border:0;border-radius:13px;padding:14px 10px;font:inherit;font-weight:800;font-size:14px;
  cursor:pointer;color:#fff;text-align:center;line-height:1.25;transition:transform .07s,filter .15s}
.ap-slot small{display:block;font-size:10.5px;font-weight:700;opacity:.9;margin-top:3px}
.ap-slot:active{transform:translateY(2px) scale(.98)}
.ap-slot.free{background:linear-gradient(135deg,#22c55e,#15803d)}
.ap-slot.free:hover{filter:brightness(1.06)}
.ap-slot.res{background:linear-gradient(135deg,#f87171,#dc2626);cursor:not-allowed}
.ap-slot.blk{background:linear-gradient(135deg,#facc15,#d97706);cursor:not-allowed;color:#3a2c00}
.ap-slot.past{background:#d8d0c8;color:#8b8177;cursor:not-allowed}
.ap-slot.mine{background:linear-gradient(135deg,#3b82f6,#1d4ed8);cursor:pointer}

.ap-mine{margin-top:26px}
.ap-mine h3{font-size:15px;font-weight:800;color:#241812;margin-bottom:10px}
.ap-mine-row{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff;
  border:1.5px solid #ece5df;border-radius:14px;padding:13px 15px;margin-bottom:9px}
.ap-mine-row .info b{display:block;font-size:14px;color:#241812}
.ap-mine-row .info span{font-size:12.5px;color:#7a6c60}
.ap-mine-row .info .amsg{display:block;margin-top:4px;font-size:12.5px;color:#2563eb;font-weight:600}
.ap-mine-row .st{font-size:11.5px;font-weight:800;padding:4px 9px;border-radius:8px}
.ap-mine-row .st.booked{background:#dcfce7;color:#15803d}
.ap-mine-row .st.cancelled{background:#fee2e2;color:#b91c1c}
.ap-mine-row .st.done{background:#e0e7ff;color:#3730a3}
.ap-x{border:0;background:#f3f4f6;color:#b91c1c;font:inherit;font-weight:800;font-size:12.5px;
  padding:8px 12px;border-radius:9px;cursor:pointer}

/* review modal */
.ap-ov{position:fixed;inset:0;z-index:210;display:none;align-items:center;justify-content:center;
  padding:20px;background:rgba(18,11,7,.80);backdrop-filter:blur(8px)}
.ap-ov.show{display:flex}
.ap-card{background:#fff;color:#1d2a33;border-radius:22px;max-width:460px;width:100%;padding:28px}
.ap-card h3{margin:0 0 6px;font-size:20px;font-weight:800}
.ap-card .when{font-size:15px;font-weight:700;color:#241812;margin:12px 0}
.ap-card label{display:block;font-size:12.5px;font-weight:700;color:#6a7683;margin:14px 0 6px}
.ap-card textarea{width:100%;border:1.5px solid #dfe3e8;border-radius:12px;padding:11px;font:inherit;
  font-size:14px;resize:vertical;min-height:74px}
.ap-actions{display:flex;gap:10px;margin-top:18px}
.ap-actions button{flex:1;border:0;border-radius:13px;padding:13px;font:inherit;font-weight:800;font-size:14.5px;cursor:pointer}
.ap-actions .back{background:#eef1f4;color:#33404c}
.ap-actions .go{background:linear-gradient(135deg,#22c55e,#15803d);color:#fff}

/* admin section */
.apA{margin-top:22px;border:1.5px solid #e6ebf0;border-radius:16px;padding:18px;background:#fbfcfd}
.apA h3{margin:0 0 4px;font-size:16px;font-weight:800;color:#1e293b}
.apA .sub{font-size:12.5px;color:#64748b;margin-bottom:12px}
.apA select{border:1.5px solid #cbd5e1;border-radius:10px;padding:9px 12px;font:inherit;font-weight:700;
  font-size:13.5px;background:#fff;color:#1e293b;margin-bottom:14px}
.apA-row{background:#fff;border:1.5px solid #e6ebf0;border-radius:13px;padding:13px 15px;margin-bottom:10px}
.apA-row .top{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
.apA-row b{font-size:14px;color:#0f172a}
.apA-row .when{font-size:12.5px;color:#475569;font-weight:600}
.apA-row .msg{font-size:12.5px;color:#334155;margin-top:6px}
.apA-row .msg.adm{color:#2563eb}
.apA-btns{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.apA-btns button{border:0;border-radius:9px;padding:8px 12px;font:inherit;font-weight:800;font-size:12px;cursor:pointer}
.apA-btns .cancel{background:#fee2e2;color:#b91c1c}
.apA-btns .move{background:#fef9c3;color:#854d0e}
.apA-btns .msg{background:#dbeafe;color:#1d4ed8}
.apA-empty{font-size:13px;color:#94a3b8;padding:10px 0}
