.k-container{width:100%;max-width:1248px;margin:0 auto;padding:0 24px;box-sizing:border-box}.breadcrumb-bar{background:#f1f5f9;border-bottom:1px solid #e2e8f0;padding:10px 0}.breadcrumb-text{font-size:.8rem;color:#94a3b8}.alert-success{display:flex;align-items:center;gap:10px;background:#dcfce7;color:#15803d;border:1px solid #86efac;border-radius:10px;padding:12px 16px;font-size:.88rem;font-weight:600;margin-bottom:20px}.alert-success svg{width:18px;height:18px;flex-shrink:0}.page-header{padding-top:28px;padding-bottom:4px}.page-title{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 6px}.page-subtitle{font-size:.88rem;color:#64748b;margin:0 0 20px;max-width:580px;line-height:1.6}.filter-bar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px 20px;margin-bottom:28px;box-shadow:0 1px 6px #0f172a0a;box-sizing:border-box}.filter-group{display:flex;flex-direction:column;gap:6px;flex:1 1 130px;min-width:0}.filter-group--date{flex:2 1 220px}.filter-group--search{flex:2 1 180px}.filter-label{font-size:.7rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.filter-select-wrap{position:relative}.filter-select{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:9px 32px 9px 12px;font-size:.88rem;color:#1e293b;cursor:pointer;outline:none;transition:border-color .15s;height:38px;box-sizing:border-box}.filter-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.filter-select-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:14px;height:14px;color:#94a3b8;pointer-events:none}.filter-date-wrap{display:flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:0 10px;height:38px;transition:border-color .15s;box-sizing:border-box;overflow:hidden}.filter-date-wrap:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.filter-icon{width:14px;height:14px;color:#94a3b8;flex-shrink:0}.filter-divider{width:1px;height:18px;background:#e2e8f0;flex-shrink:0;margin:0 2px}.filter-input{background:transparent;border:none;outline:none;font-size:.85rem;color:#1e293b;min-width:0}.filter-input--date{width:110px;cursor:pointer;font-size:.83rem}.filter-input--time{width:72px;cursor:pointer;font-size:.83rem}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator{opacity:.5;cursor:pointer}.filter-search-wrap{display:flex;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;height:38px;transition:border-color .15s;box-sizing:border-box}.filter-search-wrap:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.filter-input--search{flex:1;padding:0 12px;font-size:.85rem;height:100%;min-width:0}.filter-input--search::-moz-placeholder{color:#94a3b8}.filter-input--search::placeholder{color:#94a3b8}.filter-search-btn{background:#6366f1;border:none;padding:0 12px;height:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.filter-search-btn:hover{background:#4f46e5}.filter-search-btn svg{width:15px;height:15px;color:#fff}.k-grid{display:grid;grid-template-columns:1fr;gap:18px;padding-bottom:56px;width:100%;box-sizing:border-box}@media(min-width:580px){.k-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px){.k-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1100px){.k-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.k-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:16px;display:grid;grid-template-rows:auto 160px auto auto;gap:10px;width:100%;min-width:0;box-sizing:border-box;box-shadow:0 2px 10px #0f172a0d;transition:box-shadow .2s,transform .2s}.k-card:hover{box-shadow:0 8px 28px #6366f121;transform:translateY(-3px)}.k-card-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.k-card-name{margin:0;font-size:.95rem;font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.k-card-type{margin:0;font-size:.8rem;color:#94a3b8}.k-card-img{display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:10px;overflow:hidden;width:100%;min-width:0;height:160px;box-sizing:border-box}.k-card-img img{max-height:140px;max-width:100%;width:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s}.k-card:hover .k-card-img img{transform:scale(1.05)}.k-card-info{display:flex;align-items:center;justify-content:space-between;gap:6px;min-width:0;padding-top:10px;border-top:1px solid #f1f5f9}.k-card-plat{display:flex;align-items:center;gap:4px;min-width:0;font-size:.78rem;color:#64748b}.k-card-plat svg{width:13px;height:13px;flex-shrink:0}.k-card-status{font-size:.74rem;font-weight:700;display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:999px;white-space:nowrap;flex-shrink:0}.k-card-status--available{background:#dcfce7;color:#16a34a}.k-card-status--available:before{content:"";width:6px;height:6px;border-radius:50%;background:#22c55e;display:inline-block}.k-card-status--unavailable{background:#fef2f2;color:#dc2626}.k-card-footer{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:6px;width:100%;min-width:0}.k-card-footer>*{min-width:0}.k-card-price{display:flex;align-items:baseline;gap:2px;min-width:0;overflow:hidden;white-space:nowrap}.k-card-price strong{font-size:.88rem;font-weight:800;color:#0f172a;white-space:nowrap}.k-price-unit{font-size:.65rem;color:#94a3b8;white-space:nowrap}.k-book-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;min-width:64px;padding:0 11px;background:#6366f1;color:#fff;border:none;border-radius:999px;font-size:.72rem;font-weight:700;cursor:pointer;text-decoration:none;white-space:nowrap;box-sizing:border-box;flex-shrink:0;transition:background .15s ease,transform .1s ease,box-shadow .15s ease}.k-book-btn:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 3px 8px #6366f133}.k-book-btn--guest{background:#e0e7ff;color:#4f46e5}.k-book-btn--guest:hover{background:#c7d2fe;transform:translateY(-1px)}.k-book-btn--disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.k-book-btn--disabled:hover{background:#e2e8f0;transform:none;box-shadow:none}.booking-form{margin:0;padding:0;min-width:0;flex-shrink:0}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:80px 0;color:#94a3b8;text-align:center}.empty-state svg{width:60px;height:60px;opacity:.3}.empty-reset{display:inline-block;margin-top:8px;padding:10px 24px;background:#6366f1;color:#fff;border-radius:999px;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .15s}.empty-reset:hover{background:#4f46e5}.terms-section{background:#fff;border-top:1px solid #f1f5f9;padding:48px 0 60px;margin-top:8px}.terms-title{font-size:1.4rem;font-weight:800;color:#0f172a;margin:0 0 8px}.terms-subtitle{font-size:.88rem;color:#64748b;margin:0 0 24px;max-width:600px;line-height:1.6}.terms-list{margin:0;padding-left:1.3rem;display:grid;gap:12px;max-width:760px;color:#334155;font-size:.9rem;line-height:1.7}.terms-list li strong{color:#0f172a}@media(max-width:1099px){.k-container{max-width:100%}}@media(max-width:579px){.k-container{padding:0 16px}.page-header{padding-top:22px}.page-title{font-size:1.5rem}.filter-bar{padding:14px;gap:10px}.filter-group,.filter-group--date,.filter-group--search{flex:1 1 100%;width:100%}.filter-date-wrap,.filter-input--date{width:100%}.filter-input--time{width:72px}.k-card{padding:14px}.k-card-img{height:150px}.k-card-footer{grid-template-columns:minmax(0,1fr) auto auto;gap:5px}.k-book-btn{min-width:58px;height:34px;padding:0 9px;font-size:.7rem}.k-card-price strong{font-size:.85rem}.k-price-unit{font-size:.62rem}}.k-container,.k-grid,.k-card{box-sizing:border-box}.k-grid{width:100%}.k-card{max-width:100%;overflow:hidden}@media(min-width:1100px){.k-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
