.customers-page{display:flex;flex-direction:column;gap:16px}.customers-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.customers-header-actions{display:flex;align-items:center;gap:12px}.customers-search{min-width:260px}.customers-card{padding:16px 20px}.customers-table-wrapper{width:100%;overflow-x:auto}.customers-table{width:100%;border-collapse:collapse;font-size:14px}.customers-table thead tr{background-color:#f5f5f7}.customers-table th,.customers-table td{padding:8px 10px;border-bottom:1px solid #e2e4ea;text-align:left}.customers-table th{font-weight:600;color:#444857;white-space:nowrap}.customers-table tbody tr:hover{background-color:#f8fafc}.customers-note-cell{max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customers-passport-link{font-size:13px;text-decoration:none;color:#2563eb}.customers-passport-link:hover{text-decoration:underline}.customers-drawer-backdrop{position:fixed;inset:0;background:#0f172a59;display:flex;justify-content:flex-end;z-index:1000}.customers-drawer{width:420px;max-width:100%;height:100%;background:#fff;box-shadow:-4px 0 16px #0f172a59;padding:20px 20px 24px;display:flex;flex-direction:column;gap:16px}.customers-drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.customers-drawer-form{flex:1;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.required{color:#ef4444;margin-left:4px}@media(max-width:768px){.customers-header{flex-direction:column;align-items:flex-start}.customers-header-actions{width:100%;justify-content:space-between}.customers-search{flex:1}}.bookings-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.bookings-view-toggle{display:inline-flex;gap:8px;margin-bottom:16px}.bookings-view-toggle-btn{border-radius:999px;border:1px solid #d0d4dd;padding:6px 14px;font-size:14px;background:#f5f6fa;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.bookings-view-toggle-btn--active{background:#2563eb;border-color:#2563eb;color:#fff}.bookings-calendar-wrapper{padding:8px}.booking-drawer-backdrop{position:fixed;inset:0;background:#0f172a59;z-index:40}.booking-drawer{position:fixed;top:0;right:0;height:100%;width:min(720px,100%);background:#fff;box-shadow:-4px 0 24px #0f172a40;z-index:50;display:flex;flex-direction:column}.booking-drawer-header{padding:16px 24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.booking-drawer-close{border:none;background:transparent;font-size:24px;line-height:1;cursor:pointer;color:#6b7280}.booking-drawer-form{display:flex;flex-direction:column;height:100%;position:relative}.booking-drawer-body{padding:16px 24px 200px;overflow-y:auto;flex:1}.booking-drawer-footer{padding:12px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:8px;background:#f9fafb;position:fixed;bottom:0;width:min(720px,100%)}.booking-drawer-section{margin-bottom:24px}.booking-drawer-section-title{font-size:16px;font-weight:600;margin-bottom:12px}.bookings-grid-container{margin-top:12px}.new-customer-block{margin-top:16px}.new-customer-form{margin-top:12px;padding:12px;border-radius:8px;background:#f9fafb}.bookings-period-summary{margin-top:4px;margin-bottom:8px}.bookings-table{width:100%;border-collapse:collapse;font-size:14px}.bookings-table thead tr{border-bottom:1px solid #e0e4ea}.bookings-table th,.bookings-table td{padding:10px 12px;text-align:left;white-space:nowrap}.bookings-table tbody tr.bookings-row{cursor:pointer;transition:background-color .12s ease-in-out}.bookings-table tbody tr.bookings-row:hover{background-color:#f5f7fb}.page.tours-page{padding:24px 32px;background:#f4f5f7;min-height:100vh;box-sizing:border-box}.page-title{font-size:28px;font-weight:700;margin:0 0 16px}.section-title{font-size:18px;font-weight:600;margin:0 0 12px}.muted{font-size:13px;color:#7a7d85}.info-text{font-size:14px;color:#7a7d85;margin-top:8px}.tours-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.tours-city-select{display:flex;flex-direction:column;gap:4px}.tours-city-info{text-align:right}.tours-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:24px;align-items:flex-start}.tours-periods{background:#fff;border-radius:12px;padding:16px 16px 20px;box-shadow:0 2px 6px #0f172a0f;box-sizing:border-box}.period-list{list-style:none;padding:0;margin:8px 0 16px;max-height:360px;overflow-y:auto}.period-item{display:flex;align-items:stretch;margin-bottom:8px;border-radius:8px;background:#f5f6f8;transition:background .15s ease,box-shadow .15s ease}.period-item--active{background:#e3ebff;box-shadow:0 0 0 1px #3b82f6 inset}.period-main{flex:1;border:none;background:transparent;padding:8px 10px;text-align:left;cursor:pointer}.period-dates{font-size:13px;font-weight:500}.period-name{font-size:13px;color:#4b5563;margin-top:2px}.period-tag{display:inline-block;margin-top:4px;padding:2px 6px;font-size:11px;border-radius:6px;background:#d1fae5;color:#047857}.period-actions{display:flex;align-items:center;padding-right:6px}.period-edit-form{width:100%;padding:8px;box-sizing:border-box}.period-edit-form .form-row{display:flex;align-items:center;gap:6px;margin-bottom:6px}.period-dates-inputs{display:flex;align-items:center;gap:6px}.period-separator{font-size:13px;color:#6b7280}.period-add-form{border-top:1px solid #e5e7eb;padding-top:12px}.period-add-form .form-title{font-size:14px;font-weight:600;margin-bottom:8px}.period-add-form .form-row{margin-bottom:10px}.tours-grid{background:#fff;border-radius:12px;padding:16px 16px 20px;box-shadow:0 2px 6px #0f172a0f;box-sizing:border-box}.tours-grid-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tours-table-wrapper{width:100%;overflow-x:auto}.tours-table{width:100%;border-collapse:collapse;font-size:14px;background:#fff}.tours-table thead{background:#f3f4f6}.tours-table th,.tours-table td{border-bottom:1px solid #e5e7eb;padding:8px 10px;vertical-align:top}.tours-th-duration{width:210px}.tours-th-hotel{min-width:140px;text-align:left}.tours-th-actions{width:120px}.tours-row:nth-child(2n){background:#fbfbfd}.tours-row--new{background:#ecfdf5}.tours-cell-duration{border-right:1px solid #e5e7eb}.tours-duration-title{font-weight:600;margin-bottom:6px}.tours-duration-sub{font-size:12px;color:#6b7280}.tours-transport-label+.tours-transport-label{margin-top:4px}.tours-cell-price{text-align:left}.tours-price-line+.tours-price-line{margin-top:4px}.tours-cell-actions{text-align:right}.tours-actions{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.form-label{font-size:13px;font-weight:500;margin-bottom:4px;display:inline-block}.form-input,.form-select{width:100%;padding:6px 8px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box;background:#fff}.form-input:focus,.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f666}.form-input--xs{padding:3px 6px;font-size:13px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 12px;border-radius:6px;border:none;cursor:pointer;font-size:14px;font-weight:500;white-space:nowrap}.btn-sm{padding:5px 10px;font-size:13px}.btn-xs{padding:3px 8px;font-size:12px}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#e5e7eb;color:#111827}.btn-secondary:hover{background:#d1d5db}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn:disabled{opacity:.6;cursor:default}@media(max-width:900px){.tours-layout{grid-template-columns:1fr}.tours-periods{order:2}.tours-grid{order:1}}.tours-grid-list{display:flex;flex-direction:column;gap:16px}.tours-grid-block{background:#fff;border-radius:12px;padding:16px 16px 20px;box-shadow:0 2px 6px #0f172a0f;box-sizing:border-box}.period-main--static{cursor:default}.tours-price-clickable{cursor:pointer;border-bottom:1px dashed rgba(55,65,81,.6)}.tours-price-clickable:hover{border-bottom-color:#2563eb;color:#2563eb}.form-select--xs{padding:3px 6px;font-size:13px;margin-bottom:6px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#111827;color:#111827}button{font-family:inherit}.page-title{margin:0 0 16px;font-size:24px;font-weight:700}.dict-page{max-width:1200px;margin:0 auto}.dict-columns{display:flex;gap:16px;align-items:flex-start}.dict-card{flex:1;background:#fff;border-radius:10px;box-shadow:0 6px 20px #0f172a1f;border:1px solid #e5e7eb;overflow:hidden}.dict-card-header{padding:12px 16px;border-bottom:1px solid #e5e7eb;background:linear-gradient(90deg,#111827,#1f2937);color:#f9fafb;display:flex;align-items:baseline;gap:8px}.dict-card-header h2{margin:0;font-size:18px}.dict-card-subtitle{font-size:13px;opacity:.8}.dict-card-body{padding:12px 16px 16px}.list{list-style:none;padding:0;margin:0 0 16px}.list-item{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 10px;border-radius:6px;border:1px solid transparent;cursor:pointer}.list-item:hover{background-color:#f3f4f6}.list-item--active{background-color:#e5f0ff;border-color:#2563eb}.list-item-main{display:flex;flex-direction:column;gap:2px}.list-item-title{font-size:15px;font-weight:600}.list-item-sub{font-size:13px;color:#6b7280}.list-item-tag{display:inline-block;margin-top:2px;padding:1px 6px;border-radius:10px;font-size:11px;background-color:#e5e7eb;color:#374151}.list-item-tag--danger{background-color:#fee2e2;color:#b91c1c}.list-item-actions{display:flex;gap:6px}.form{margin-top:8px;padding-top:10px;border-top:1px solid #e5e7eb}.form-title{margin:0 0 8px;font-size:15px;font-weight:600}.form-row{display:flex;flex-direction:column;margin-bottom:8px}.form-label{font-size:13px;margin-bottom:4px}.form-input,.form-textarea{font-size:14px;padding:6px 8px;border-radius:6px;border:1px solid #d1d5db}.form-input:focus,.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb4d}.form-textarea{min-height:60px;resize:vertical}.form-row--inline{flex-direction:row;align-items:center;gap:8px}.form-label-inline{font-size:13px}.form-actions{display:flex;gap:8px;margin-top:8px}.btn{font-size:13px;padding:6px 10px;border-radius:6px;border:1px solid transparent;cursor:pointer;background-color:#e5e7eb;color:#111827}.btn-primary{background-color:#2563eb;color:#fff;border-color:#2563eb}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#f3f4f6;color:#111827;border-color:#d1d5db}.btn-secondary:hover{background-color:#e5e7eb}.btn-danger{background-color:#ef4444;color:#fff;border-color:#b91c1c}.btn-danger:hover{background-color:#dc2626}.btn-xs{font-size:11px;padding:3px 7px}.info-text{font-size:13px;color:#6b7280;margin-bottom:8px}.error-text{font-size:13px;color:#b91c1c;margin-bottom:8px}
