@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Playfair+Display:ital@1&display=swap";.service-categories{display:grid;gap:1.5rem;margin-top:1rem}.service-category h3{color:var(--red);font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.6rem;padding-bottom:.4rem;border-bottom:1px solid var(--line)}.switches{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.switches label{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--ink)}.switches input{width:auto;margin:0}.form-actions{display:flex;gap:.6rem}.message-list{display:grid;gap:.6rem;max-height:400px;overflow-y:auto;padding:.5rem}.message{padding:.8rem 1rem;border-radius:10px;max-width:80%}.message.sent{background:var(--red);color:#fff;justify-self:end}.message.received{background:var(--soft);color:var(--ink);justify-self:start}.message p{margin:0 0 .3rem;font-size:.88rem}.message small{font-size:.7rem;opacity:.7}.message-compose{display:flex;gap:.5rem;margin-top:1rem}.message-compose input{flex:1}html button{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:42px;border:1px solid var(--red);border-radius:999px;background:var(--red);color:#fff;padding:.7rem 1.15rem;font:700 .84rem DM Sans,sans-serif;cursor:pointer;transition:.2s}html button:hover{background:#a9444b;box-shadow:0 8px 18px #c6535833;transform:translateY(-1px)}html button:focus-visible{outline:3px solid #e8877d;outline-offset:3px}html button:disabled{opacity:.55;cursor:not-allowed;transform:none}html .theme-toggle{background:transparent;color:var(--red);box-shadow:none}button{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:42px;border:1px solid var(--red);border-radius:999px;background:var(--red);color:#fff;padding:.7rem 1.15rem;font:700 .84rem DM Sans,sans-serif;cursor:pointer;transition:.2s}button:hover{background:#a9444b;box-shadow:0 8px 18px #c6535833;transform:translateY(-1px)}button:focus-visible{outline:3px solid #e8877d;outline-offset:3px}button:disabled{opacity:.55;cursor:not-allowed;transform:none}.theme-toggle{background:transparent;color:var(--red);box-shadow:none}.theme-toggle:hover{background:var(--soft);box-shadow:none}html[data-theme=light],html[data-theme=light] body,html[data-theme=light] .app{background:#fffaf7!important;color:#2b2022!important}html[data-theme=light] aside,html[data-theme=light] .admin-profile,html[data-theme=light] .admin-list,html[data-theme=light] .workspace,html[data-theme=light] .login-card{background:#fff!important;color:#2b2022!important}html[data-theme=light] input,html[data-theme=light] select,html[data-theme=light] textarea{background:#fffaf7!important;color:#2b2022!important;border-color:#ead5d1!important}html[data-theme=light] .muted,html[data-theme=light] aside a{color:#806e6d!important}:root{font:15px DM Sans,sans-serif;--ink:#2b2022;--muted:#806e6d;--paper:#fffaf7;--surface:#fff;--soft:#f9e6e2;--line:#ead5d1;--red:#c65358;--red-light:#e8877d;background:var(--paper);color:var(--ink)}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink)}button{border:1px solid var(--red);border-radius:999px;background:var(--red);color:#fff;padding:.7rem 1.15rem;font:700 .85rem DM Sans,sans-serif;cursor:pointer;transition:.2s}button:hover{filter:brightness(.92);transform:translateY(-1px)}.app{display:flex;min-height:100vh;background:var(--paper)}aside{width:250px;background:var(--surface);color:var(--muted);padding:2rem 1.5rem;border-right:1px solid var(--line);flex:none}.brand{height:58px;margin-bottom:1.5rem;background:url(/logo.svg) left center/contain no-repeat;font-size:0}.brand span{display:none}.theme-toggle{margin-bottom:1.5rem;background:transparent;color:var(--red);font-size:.8rem}aside a{display:block;padding:.85rem 1rem;margin:.25rem 0;color:var(--muted);border-radius:10px;cursor:pointer}aside a:hover,aside a.active{background:var(--soft);color:var(--red)}.admin-picker{display:block;margin-bottom:1rem;color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.admin-picker select{margin-top:.4rem}main{flex:1;max-width:1250px;padding:3rem 5%}main>header{margin-bottom:1.5rem}h1{font-size:clamp(2rem,4vw,3.5rem);margin:.3rem 0 1.5rem;letter-spacing:-.06em}h2{margin:.2rem 0 1rem}p{line-height:1.55}.label{color:var(--red);font-size:.68rem;letter-spacing:.15em;font-weight:700}.admin-profile,.admin-list,.workspace{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 8px 30px #6432320a}.profile-cover{height:180px;margin:-1.5rem -1.5rem 0;border-radius:18px 18px 0 0;background:linear-gradient(135deg,#f4c8c2,#c65358)}.profile-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}.profile-avatar{width:92px;height:92px;margin-top:-42px;border:5px solid var(--surface);border-radius:50%;display:grid;place-items:center;background:var(--red-light);color:#fff;font:2.8rem Georgia}.profile-head h1{font-size:2rem;margin:0}.profile-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin:1.2rem 0}.profile-facts span{padding:.8rem;background:var(--soft);border-radius:10px;color:var(--muted);font-size:.78rem}.profile-facts b{display:block;color:var(--ink);margin-top:.2rem}.profile-offers{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}.profile-offers span{padding:.4rem .75rem;border-radius:999px;background:var(--soft);color:var(--red);font-size:.8rem}.admin-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem}.admin-cards article{border:1px solid var(--line);border-radius:12px;padding:1rem;background:var(--paper)}.admin-cards strong,.admin-cards span{display:block}.admin-cards span{color:var(--muted);font-size:.82rem;margin-top:.3rem}.admin-cards p{color:var(--muted);font-size:.85rem}.edit-form{display:grid;gap:.7rem;max-width:600px;margin-top:1rem;padding:1rem;background:var(--soft);border-radius:12px}.edit-form label{font-size:.82rem;color:var(--muted)}input,select,textarea{display:block;width:100%;padding:.75rem;margin-top:.3rem;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--ink);font:inherit}textarea{min-height:100px}.login-page{min-height:100vh;display:grid;place-items:center;background:var(--soft)}.login-card{width:min(410px,90%);background:var(--surface);padding:2.5rem;border-radius:18px;display:grid;gap:.8rem;box-shadow:0 15px 50px #6432321f}.login-card h1{margin:0 0 1rem}.login-error{color:var(--red)}.booking-cards{display:grid;gap:.8rem}.booking-cards article{border-left:4px solid var(--red);padding:1rem;background:var(--paper);border-radius:10px}.booking-cards b{color:var(--red);display:block}.empty-state{padding:2rem;border:1px dashed var(--line);border-radius:12px;color:var(--muted)}@media(prefers-color-scheme:dark){:root{--ink:#fff4f1;--muted:#c8abaa;--paper:#21191b;--surface:#302326;--soft:#2a1f21;--line:#51383a}.app{background:var(--paper)}}html[data-theme=dark]{--ink:#fff4f1;--muted:#c8abaa;--paper:#21191b;--surface:#302326;--soft:#2a1f21;--line:#51383a}html[data-theme=light]{--ink:#2b2022;--muted:#806e6d;--paper:#fffaf7;--surface:#fff;--soft:#f9e6e2;--line:#ead5d1}@media(max-width:800px){aside{width:190px;padding:1.2rem .8rem}main{padding:2rem 1rem}.profile-facts{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.app{display:block}aside{width:100%;display:flex;gap:.3rem;align-items:center;overflow:auto}.brand{width:120px;flex:none;margin:0}.admin-picker{min-width:150px;margin:0}.theme-toggle{margin:0;flex:none}aside a{white-space:nowrap;padding:.6rem}.profile-head{flex-wrap:wrap}.profile-facts{grid-template-columns:1fr 1fr}}.profile-audience{display:flex;flex-wrap:wrap;gap:.45rem;margin:1rem 0}.profile-audience b{width:100%}.profile-audience span{padding:.35rem .7rem;border-radius:999px;background:var(--soft);color:var(--red);font-size:.8rem}.profile-avatar{position:relative;width:108px;height:108px;margin-top:-45px;border:6px solid var(--surface);border-radius:50%;display:grid;place-items:center;background:var(--red-light);color:#fff;font:3.2rem Georgia;overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-upload{position:absolute;bottom:0;right:0;width:32px;height:32px;background:var(--red);border-radius:50%;display:grid;place-items:center;cursor:pointer;opacity:0;transition:opacity .2s}.profile-avatar:hover .avatar-upload{opacity:1}.upload-icon:before{content:"+";color:#fff;font-size:1.5rem;font-weight:700}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:1rem}.photo-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid var(--line)}.photo-item img{width:100%;height:100%;object-fit:cover}.delete-photo{position:absolute;top:.3rem;right:.3rem;width:24px;height:24px;background:#000000b3;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:1rem;display:grid;place-items:center}.delete-photo:hover{background:var(--red)}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#c65358;color:#fff;border-radius:10px;font-size:.75rem;font-weight:700;margin-left:.5rem}.request-actions{display:flex;gap:.5rem;margin-top:.8rem;flex-wrap:wrap}.btn-accept{background:#5a8;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:700}.btn-accept:hover{background:#4a7}.btn-reject{background:#888;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:700}.btn-reject:hover{background:#777}.btn-paid{background:#c65358;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:700;font-size:.85rem}.btn-paid:hover{background:#a9444b}.btn-complete{background:#5a8;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:700}.btn-complete:hover{background:#4a7}.btn-edit{background:transparent;color:var(--red);border:1px solid var(--red);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:700}.btn-edit:hover{background:var(--soft)}.booking-card.completed{opacity:.7;border-left-color:#888}
