:root{--primary:#331e36;--secondary:#41337a;--accent:#6ea4bf;--background-light:#ecfee8;--text:#331e36;--violet-light:#41337a2e;--radius:12px;--font:"Poppins", sans-serif}*{box-sizing:border-box}body{font-family:var(--font);color:var(--text);background:var(--background-light);margin:0}button,input,select{font:inherit}body,#app{min-height:100vh}.container{max-width:980px;margin:0 auto;padding:32px 20px 60px}.container-centered{justify-content:center;align-items:center;min-height:100vh;padding-top:40px;padding-bottom:40px;display:flex}.card{border:1px solid var(--violet-light);background:#fff;border-radius:16px;margin-bottom:20px;padding:24px;box-shadow:0 6px 18px #0000000a}.compact-card{width:100%;max-width:520px}.auth-card{text-align:left}h2{color:var(--primary);margin:0 0 10px;font-size:24px}p{margin:0 0 12px;line-height:1.5}.muted{color:var(--secondary)}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px;display:grid}label{flex-direction:column;gap:8px;display:flex}label span{color:var(--primary);font-size:14px;font-weight:600}input,select{border:1px solid var(--violet-light);width:100%;min-height:44px;color:var(--text);background:#fff;border-radius:10px;padding:10px 12px}input:focus,select:focus{outline:2px solid var(--accent);outline-offset:1px}.actions{margin-top:20px}button{background:var(--secondary);color:#fff;cursor:pointer;border:0;border-radius:10px;min-height:46px;padding:0 18px}button:hover{opacity:.92}.secondary-btn{color:var(--secondary);border:1px solid var(--violet-light);background:0 0}.errors{color:#7a1f1f;background:#ff00000d;border:1px solid #a0000026;border-radius:12px;margin-bottom:16px;padding:14px 16px}.status{border:1px solid var(--violet-light);background:#fff;border-radius:12px;margin:12px 0 16px;padding:14px 16px}.status-success{background:#0080000f;border-color:#00800033}.status-error{background:#ff00000d;border-color:#a0000026}.section-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.empty-state{border:1px dashed var(--violet-light);color:var(--secondary);background:#fff9;border-radius:12px;padding:16px}.recent-slots-list{gap:12px;display:grid}.recent-slot-item{border:1px solid var(--violet-light);background:#faf9fd;border-radius:12px;padding:14px 16px}.recent-slot-top{flex-wrap:wrap;justify-content:space-between;gap:12px;margin-bottom:8px;display:flex}.recent-slot-meta{color:var(--secondary);margin-bottom:4px;font-size:14px}.recent-slot-id{color:var(--primary);word-break:break-word;margin-top:8px;font-size:13px}@media (width<=800px){.form-grid{grid-template-columns:1fr}}.hidden{display:none!important}.selected-courts-block{background:#ffffffb8;border:1px solid #3c234f1f;border-radius:16px;margin-top:20px;padding:16px}.selected-courts-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.selected-courts-head>span{color:var(--primary);font-weight:600}.selected-courts-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.selected-court-item{cursor:pointer;background:#fff;border:1px solid #3c234f1f;border-radius:12px;padding:0;transition:border-color .15s,box-shadow .15s,background .15s;display:block}.selected-court-item:hover{border-color:#41337a47;box-shadow:0 4px 14px #41337a14}.selected-court-item.is-selected{border-color:var(--secondary);background:#6ea4bf14}.selected-court-main{align-items:center;gap:10px;width:100%;min-height:52px;padding:12px 14px;display:flex}.selected-court-item input[type=checkbox]{flex:none;width:16px;height:16px;margin:0}.selected-court-name{color:var(--primary);font-size:14px;font-weight:500;line-height:1.35}.target-hint{min-height:20px;margin-top:12px}.slot-form>.form-grid+.form-grid{margin-top:20px}.multi-facility-groups{gap:16px;display:grid}.facility-group-card{background:#ffffffb8;border:1px solid #3c234f1f;border-radius:16px;padding:16px}.facility-group-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.facility-group-title{color:var(--primary);font-weight:600}.facility-group-actions{margin-top:0}
