﻿.care-records-index-pc{max-width:1200px;margin:30px auto;padding:0 20px}.care-records-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}.care-records-header h1{font-size:1.8rem;font-weight:bold;color:#2c3e50;margin:0 0 5px 0}.care-records-header .subtitle{font-size:0.95rem;color:#7f8c8d;margin:0}.care-records-header .btn-success{padding:10px 24px;font-size:1rem;font-weight:600;border-radius:6px;background-color:#27ae60;border:none;transition:all 0.2s}.care-records-header .btn-success:hover{background-color:#229954;transform:translateY(-1px);box-shadow:0 2px 8px rgba(39,174,96,0.3)}.care-records-header .btn-success:active{transform:translateY(0)}.care-records-table-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.08);overflow:hidden}.care-records-table{width:100%;border-collapse:collapse}.care-records-table thead{background:linear-gradient(135deg, #3498db 0%, #2980b9 100%)}.care-records-table thead tr th{padding:16px 12px;text-align:left;font-size:0.9rem;font-weight:600;color:#fff;border-bottom:none;white-space:nowrap}.care-records-table thead tr th.col-id{width:60px;text-align:center}.care-records-table thead tr th.col-date{width:140px}.care-records-table thead tr th.col-customer{width:120px}.care-records-table thead tr th.col-user{width:120px}.care-records-table thead tr th.col-duration{width:100px}.care-records-table thead tr th.col-template{width:150px}.care-records-table thead tr th.col-created{width:140px}.care-records-table thead tr th.col-actions{width:280px;text-align:center}.care-records-table tbody tr.care-record-row{border-bottom:1px solid #ecf0f1;transition:background-color 0.2s}.care-records-table tbody tr.care-record-row:hover{background-color:#f8f9fa}.care-records-table tbody tr.care-record-row:last-child{border-bottom:none}.care-records-table tbody tr.care-record-row td{padding:14px 12px;font-size:0.9rem;color:#2c3e50;vertical-align:middle}.care-records-table tbody tr.care-record-row td.col-id{text-align:center;font-weight:600;color:#7f8c8d;font-size:0.85rem}.care-records-table tbody tr.care-record-row td.col-date{font-weight:500}.care-records-table tbody tr.care-record-row td.col-customer,.care-records-table tbody tr.care-record-row td.col-user{font-weight:500}.care-records-table tbody tr.care-record-row td.col-duration{color:#34495e}.care-records-table tbody tr.care-record-row td.col-template .template-badge{display:inline-block;background-color:#e8f4f8;color:#2980b9;padding:4px 10px;border-radius:12px;font-size:0.85rem;font-weight:500}.care-records-table tbody tr.care-record-row td.col-template .text-muted{color:#95a5a6}.care-records-table tbody tr.care-record-row td.col-created{color:#7f8c8d;font-size:0.85rem}.care-records-table tbody tr.care-record-row td.col-actions{text-align:center}.care-records-table tbody tr.care-record-row td.col-actions .action-buttons{display:flex;gap:6px;justify-content:center}.care-records-table tbody tr.care-record-row td.col-actions .action-buttons .btn{padding:6px 12px;font-size:0.85rem;border-radius:5px;border:none;font-weight:500;transition:all 0.2s}.care-records-table tbody tr.care-record-row td.col-actions .action-buttons .btn.btn-info{background-color:#3498db;color:#fff}.care-records-table tbody tr.care-record-row td.col-actions .action-buttons .btn.btn-info:hover{background-color:#2980b9;transform:translateY(-1px);box-shadow:0 2px 6px rgba(52,152,219,0.3)}.care-records-table tbody tr.care-record-row td.col-actions .action-buttons .btn.btn-primary{background-color:#9b59b6;color:#fff}.care-records-table tbody tr.care-record-row td.col-actions .action-buttons .btn.btn-primary:hover{background-color:#8e44ad;transform:translateY(-1px);box-shadow:0 2px 6px rgba(155,89,182,0.3)}.care-records-table tbody tr.care-record-row td.col-actions .action-buttons .btn.btn-danger{background-color:#e74c3c;color:#fff}.care-records-table tbody tr.care-record-row td.col-actions .action-buttons .btn.btn-danger:hover{background-color:#c0392b;transform:translateY(-1px);box-shadow:0 2px 6px rgba(231,76,60,0.3)}.care-records-table tbody tr.care-record-row td.col-actions .action-buttons .btn:active{transform:translateY(0)}.care-records-empty{background-color:#fff;border-radius:8px;padding:80px 40px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,0.08)}.care-records-empty .empty-icon{font-size:4rem;margin-bottom:20px;opacity:0.5}.care-records-empty .empty-message{font-size:1.1rem;color:#7f8c8d;margin-bottom:30px}.care-records-empty .btn{padding:12px 32px;font-size:1rem;font-weight:600;border-radius:6px;background-color:#27ae60;border:none;transition:all 0.2s}.care-records-empty .btn:hover{background-color:#229954;transform:translateY(-1px);box-shadow:0 4px 12px rgba(39,174,96,0.3)}.care-records-empty .btn:active{transform:translateY(0)}.consultation-agencies-index{padding:40px 20px;max-width:1400px;margin:0 auto}.consultation-agencies-index__header{margin-bottom:30px}.consultation-agencies-index__header h1{font-size:32px;font-weight:bold;color:#333;margin-bottom:15px}.consultation-agencies-index__description{color:#666;font-size:16px;line-height:1.6}.consultation-agencies-index__actions{margin-bottom:20px;text-align:right}.consultation-agencies-index__footer{margin-top:30px;text-align:center}.consultation-agencies-table{width:100%;background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);overflow:hidden}.consultation-agencies-table thead{background-color:#4285f4;color:white}.consultation-agencies-table thead th{padding:15px;text-align:left;font-weight:bold;font-size:14px}.consultation-agencies-table tbody tr{border-bottom:1px solid #e0e0e0}.consultation-agencies-table tbody tr:hover{background-color:#f8f9fa}.consultation-agencies-table tbody tr:last-child{border-bottom:none}.consultation-agencies-table tbody td{padding:15px;font-size:14px}.consultation-agencies-table__actions{display:flex;gap:5px}.consultation-agencies-edit,.consultation-agencies-new{padding:40px 20px;max-width:900px;margin:0 auto}.consultation-agencies-edit__header,.consultation-agencies-new__header{background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:30px;margin-bottom:30px}.consultation-agencies-edit__header h1,.consultation-agencies-new__header h1{font-size:32px;font-weight:bold;color:#333;margin-bottom:20px}.consultation-agencies-form__content{background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:30px;margin-bottom:30px}.consultation-agencies-form__actions{display:flex;gap:15px;justify-content:center;margin-top:30px}.consultation-agencies-form__actions .btn{min-width:150px}.customers-index{padding:40px 20px;max-width:1400px;margin:0 auto}.customers-index__header{margin-bottom:30px}.customers-index__header h1{font-size:32px;font-weight:bold;color:#333;margin-bottom:15px}.customers-index__description{color:#666;font-size:16px;line-height:1.6}.customers-index__actions{margin-bottom:20px;text-align:right}.customers-index__footer{margin-top:30px;text-align:center}.customers-table{width:100%;background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);overflow:hidden}.customers-table thead{background-color:#4285f4;color:white}.customers-table thead th{padding:15px;text-align:left;font-weight:bold;font-size:14px}.customers-table tbody tr{border-bottom:1px solid #e0e0e0}.customers-table tbody tr:hover{background-color:#f8f9fa}.customers-table tbody tr:last-child{border-bottom:none}.customers-table tbody td{padding:15px;font-size:14px}.customers-table__actions{display:flex;gap:5px}.customers-edit,.customers-new{padding:40px 20px;max-width:900px;margin:0 auto}.customers-edit__header,.customers-new__header{background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:30px;margin-bottom:30px}.customers-edit__header h1,.customers-new__header h1{font-size:32px;font-weight:bold;color:#333;margin-bottom:20px}.customers-form__content{background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:30px;margin-bottom:30px}.customers-form__actions{display:flex;gap:15px;justify-content:center;margin-top:30px}.customers-form__actions .btn{min-width:150px}.badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:bold}.badge--success{background-color:#28a745;color:white}.badge--secondary{background-color:#6c757d;color:white}.badge--default{background-color:#e0e0e0;color:#333}.google-calendars-index{padding:40px 20px;max-width:1200px;margin:0 auto}.google-calendars-index__header{margin-bottom:30px}.google-calendars-index__header h1{font-size:32px;font-weight:bold;color:#333;margin-bottom:15px}.google-calendars-index__description{color:#666;font-size:16px;line-height:1.6}.google-calendars-index__actions{margin-bottom:20px;text-align:right}.google-calendars-index__footer{margin-top:30px;text-align:center}.google-calendars-table{width:100%;background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);overflow:hidden}.google-calendars-table thead{background-color:#4285f4;color:white}.google-calendars-table thead th{padding:15px;text-align:left;font-weight:bold;font-size:14px}.google-calendars-table tbody tr{border-bottom:1px solid #e0e0e0}.google-calendars-table tbody tr:hover{background-color:#f8f9fa}.google-calendars-table tbody tr:last-child{border-bottom:none}.google-calendars-table tbody td{padding:15px;font-size:14px}.google-calendars-table__actions{display:flex;gap:5px;flex-wrap:wrap}.google-calendars-table__actions .btn{white-space:nowrap}.badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:bold}.badge-success{background-color:#28a745;color:white}.badge-secondary{background-color:#6c757d;color:white}.home{padding:40px 20px;max-width:1200px;margin:0 auto}.home__container{background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:40px}.home__title{font-size:32px;font-weight:bold;color:#333;margin-bottom:30px;border-bottom:3px solid #4285f4;padding-bottom:15px}.home__user-info{background-color:#f8f9fa;border-radius:6px;padding:20px;margin-bottom:30px}.home__user-info p{margin-bottom:10px;font-size:16px;line-height:1.6}.home__user-info p:last-child{margin-bottom:0}.home__user-info strong{color:#495057;min-width:140px;display:inline-block}.home__admin-links h2{font-size:24px;font-weight:bold;color:#333;margin-bottom:20px}.home__admin-links ul{list-style:none;padding:0}.home__admin-links ul li{margin-bottom:10px}.home__admin-links .btn{display:inline-block;text-decoration:none;padding:12px 24px;border-radius:6px;font-weight:bold;transition:all 0.3s ease}.home__admin-links .btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.2)}.login{text-align:center;background-color:#f5f5f5;height:100vh;background-size:cover;display:flex;align-items:center;justify-content:center}.login__container{background:white;padding:40px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);max-width:400px;width:100%}.login__title{font-size:24px;font-weight:bold;margin-bottom:30px;color:#333}.login__form{width:100%;height:42px;padding:10px;font-size:16px;border:1px solid #ddd;border-radius:4px;margin-bottom:15px}.login__form:focus{outline:none;border-color:#4285f4;box-shadow:0 0 0 2px rgba(66,133,244,0.1)}.login__form-submit{width:100%;height:42px;font-size:16px;font-weight:bold;color:white;background-color:#4285f4;border:none;border-radius:4px;cursor:pointer;transition:background-color 0.3s}.login__form-submit:hover{background-color:#357ae8}.login__form-submit:active{background-color:#2a63c8}.login__field{text-align:left;margin-bottom:20px}.login__field label{display:block;margin-bottom:5px;font-weight:500;color:#555}.login__checkbox{text-align:left;margin-bottom:20px}.login__checkbox label{display:flex;align-items:center;cursor:pointer}.login__checkbox label input[type="checkbox"]{margin-right:8px}.login__links{margin-top:20px;font-size:14px}.login__links a{color:#4285f4;text-decoration:none}.login__links a:hover{text-decoration:underline}.login .error_message{background-color:#fff0f5;color:#dc3545;border:1px solid #dc3545;border-radius:6px;padding:12px 16px;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.login .error_message__icon{margin-right:6px}.login .error_message__text{font-size:14px}.login .alert{padding:12px 16px;margin-bottom:20px;border-radius:4px}.login .alert-info{background-color:#e3f2fd;color:#0d47a1;border:1px solid #90caf9}.login .alert-danger{background-color:#fff0f5;color:#dc3545;border:1px solid #dc3545}.permissions-index{padding:40px 20px;max-width:1200px;margin:0 auto}.permissions-index__header{margin-bottom:30px}.permissions-index__header h1{font-size:32px;font-weight:bold;color:#333;margin-bottom:15px}.permissions-index__description{color:#666;font-size:16px;line-height:1.6}.permissions-index__footer{margin-top:30px;text-align:center}.permissions-table{width:100%;background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);overflow:hidden}.permissions-table thead{background-color:#4285f4;color:white}.permissions-table thead th{padding:15px;text-align:left;font-weight:bold;font-size:14px}.permissions-table tbody tr{border-bottom:1px solid #e0e0e0}.permissions-table tbody tr:hover{background-color:#f8f9fa}.permissions-table tbody tr:last-child{border-bottom:none}.permissions-table tbody td{padding:15px;font-size:14px}.permission-summary{font-weight:bold;color:#4285f4}.permission-detail{margin-top:8px;font-size:12px;color:#666;font-weight:normal}.permissions-edit{padding:40px 20px;max-width:900px;margin:0 auto}.permissions-edit__header{background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:30px;margin-bottom:30px}.permissions-edit__header h1{font-size:32px;font-weight:bold;color:#333;margin-bottom:20px}.permissions-edit__user-info{background-color:#f8f9fa;border-radius:6px;padding:15px}.permissions-edit__user-info p{margin-bottom:8px;font-size:16px}.permissions-edit__user-info p:last-child{margin-bottom:0}.permissions-edit__user-info strong{color:#495057;min-width:120px;display:inline-block}.permissions-form__content{background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:30px;margin-bottom:30px}.permissions-form__note{margin-top:30px}.permissions-form__note ul{margin-top:10px;padding-left:20px}.permissions-form__note ul li{margin-bottom:5px}.permissions-form__actions{display:flex;gap:15px;justify-content:center}.permissions-form__actions .btn{min-width:200px}.permission-category{margin-bottom:30px}.permission-category:last-child{margin-bottom:0}.permission-category__title{font-size:20px;font-weight:bold;color:#333;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #4285f4}.permission-category__items{display:grid;grid-template-columns:repeat(2, 1fr);gap:15px}.permission-item__label{display:flex;align-items:center;padding:12px 15px;background-color:#f8f9fa;border-radius:6px;cursor:pointer;transition:all 0.3s ease}.permission-item__label:hover{background-color:#e9ecef}.permission-item__checkbox{margin-right:10px;width:18px;height:18px;cursor:pointer}.permission-item__name{font-size:15px;color:#495057}.permission-item__checkbox:checked+.permission-item__name{color:#4285f4;font-weight:bold}.registration{text-align:center;background-color:#f5f5f5;min-height:100vh;padding:40px 20px;display:flex;align-items:center;justify-content:center}.registration__container{background:white;padding:40px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.registration__title{font-size:24px;font-weight:bold;margin-bottom:30px;color:#333}.registration__form{width:100%;height:42px;padding:10px;font-size:16px;border:1px solid #ddd;border-radius:4px}.registration__form:focus{outline:none;border-color:#4285f4;box-shadow:0 0 0 2px rgba(66,133,244,0.1)}.registration__form-submit{width:100%;height:42px;font-size:16px;font-weight:bold;color:white;background-color:#4285f4;border:none;border-radius:4px;cursor:pointer;transition:background-color 0.3s;margin-top:10px}.registration__form-submit:hover{background-color:#357ae8}.registration__form-submit:active{background-color:#2a63c8}.registration__field{text-align:left;margin-bottom:20px}.registration__field label{display:block;margin-bottom:5px;font-weight:500;color:#555;font-size:14px}.registration__field em{color:#666;font-size:13px;font-style:normal}.registration__field i{color:#888;font-size:13px;font-style:normal}.registration__name-group{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.registration__links{margin-top:20px;font-size:14px}.registration__links a{color:#4285f4;text-decoration:none}.registration__links a:hover{text-decoration:underline}.registration__delete-section{margin-top:40px;padding-top:30px;border-top:2px solid #f0f0f0}.registration__delete-section h3{font-size:18px;color:#dc3545;margin-bottom:15px}.registration__delete-section button,.registration__delete-section input[type="submit"]{background-color:#dc3545;color:white;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color 0.3s}.registration__delete-section button:hover,.registration__delete-section input[type="submit"]:hover{background-color:#c82333}.registration__delete-section button:active,.registration__delete-section input[type="submit"]:active{background-color:#bd2130}.registration__back-link{display:inline-block;margin-top:20px;color:#666;text-decoration:none;font-size:14px}.registration__back-link:hover{color:#4285f4;text-decoration:underline}.registration .error_message{background-color:#fff0f5;color:#dc3545;border:1px solid #dc3545;border-radius:6px;padding:12px 16px;margin-bottom:20px;text-align:left}.registration .error_message h2{font-size:16px;margin-bottom:10px}.registration .error_message ul{margin:0;padding-left:20px}.registration .error_message ul li{margin-bottom:5px;font-size:14px}.registration .alert{padding:12px 16px;margin-bottom:20px;border-radius:4px;text-align:left}.registration .alert-info{background-color:#e3f2fd;color:#0d47a1;border:1px solid #90caf9}.registration .alert-danger{background-color:#fff0f5;color:#dc3545;border:1px solid #dc3545}.schedules-index-pc{padding:20px}.schedules-index-pc .schedules-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.schedules-index-pc .schedules-header h1{font-size:24px;margin-bottom:5px}.schedules-index-pc .schedules-header .subtitle{color:#6c757d;font-size:14px;margin:0}.schedules-index-pc .calendar-wrapper{margin-bottom:40px;background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.schedules-index-pc .simple-calendar table{width:100%;border-collapse:collapse;margin-bottom:0}.schedules-index-pc .simple-calendar table th,.schedules-index-pc .simple-calendar table td{border:1px solid #dee2e6;padding:10px;vertical-align:top;min-height:100px}.schedules-index-pc .simple-calendar table th{background-color:#f8f9fa;font-weight:bold;text-align:center;padding:12px}.schedules-index-pc .simple-calendar table .calendar-day{min-height:80px}.schedules-index-pc .simple-calendar table .calendar-event{margin:5px 0;padding:5px 8px;background-color:#e7f3ff;border-left:3px solid #007bff;border-radius:3px;font-size:12px;cursor:pointer;transition:background-color 0.2s}.schedules-index-pc .simple-calendar table .calendar-event:hover{background-color:#d0e7ff}.schedules-index-pc .simple-calendar table .calendar-event a{text-decoration:none;color:inherit;display:block}.schedules-index-pc .simple-calendar table .calendar-event .event-time{font-weight:bold;margin-bottom:2px;color:#495057}.schedules-index-pc .simple-calendar table .calendar-event .event-customer,.schedules-index-pc .simple-calendar table .calendar-event .event-user{font-size:11px;color:#6c757d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.schedules-index-pc .simple-calendar table .today{background-color:#fff3cd}.schedules-index-pc .simple-calendar table .prev-month,.schedules-index-pc .simple-calendar table .next-month{color:#adb5bd}.schedules-index-pc .schedules-list{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.schedules-index-pc .schedules-list h2{font-size:20px;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.schedules-index-pc .schedules-list .schedules-table{width:100%;border-collapse:collapse}.schedules-index-pc .schedules-list .schedules-table th,.schedules-index-pc .schedules-list .schedules-table td{border:1px solid #dee2e6;padding:12px;text-align:left}.schedules-index-pc .schedules-list .schedules-table th{background-color:#f8f9fa;font-weight:bold}.schedules-index-pc .schedules-list .schedules-table tbody tr:hover{background-color:#f8f9fa}.schedules-index-pc .schedules-list .schedules-table .badge{padding:5px 10px;border-radius:3px;font-size:12px;font-weight:normal}.schedules-index-pc .schedules-list .schedules-table .badge.badge--primary{background-color:#007bff;color:white}.schedules-index-pc .schedules-list .schedules-table .badge.badge--success{background-color:#28a745;color:white}.schedules-index-pc .schedules-list .schedules-table .badge.badge--secondary{background-color:#6c757d;color:white}.schedules-index-pc .schedules-list .schedules-table .badge.badge--default{background-color:#e9ecef;color:#495057}.schedules-index-pc .schedules-list .schedules-table__actions{white-space:nowrap}.schedules-index-pc .schedules-list .schedules-table__actions .btn{margin-right:5px}.schedules-index-pc .schedules-list .schedules-table__actions .btn:last-child{margin-right:0}.schedules-index-pc .schedules-list .text-muted{color:#6c757d;text-align:center;padding:20px}.btn{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block;font-size:14px;transition:background-color 0.2s}.btn.btn-success{background-color:#28a745;color:white}.btn.btn-success:hover{background-color:#218838}.btn.btn-primary{background-color:#007bff;color:white}.btn.btn-primary:hover{background-color:#0069d9}.btn.btn-info{background-color:#17a2b8;color:white}.btn.btn-info:hover{background-color:#138496}.btn.btn-danger{background-color:#dc3545;color:white}.btn.btn-danger:hover{background-color:#c82333}.btn.btn-sm{padding:4px 8px;font-size:12px}.btn.btn-secondary{background-color:#6c757d;color:white}.btn.btn-secondary:hover{background-color:#5a6268}.schedule-show-pc{padding:20px}.schedule-show-pc .schedule-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.schedule-show-pc .schedule-header h1{font-size:24px;margin:0}.schedule-show-pc .schedule-header__actions{display:flex;gap:10px}.schedule-show-pc .schedule-detail{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.schedule-show-pc .schedule-detail__section{margin-bottom:30px}.schedule-show-pc .schedule-detail__section:last-child{margin-bottom:0}.schedule-show-pc .schedule-detail__section h2{font-size:18px;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.schedule-show-pc .schedule-detail__notes{padding:15px;background-color:#f8f9fa;border-radius:4px;white-space:pre-wrap}.schedule-show-pc .detail-table{width:100%;border-collapse:collapse}.schedule-show-pc .detail-table tr{border-bottom:1px solid #dee2e6}.schedule-show-pc .detail-table tr:last-child{border-bottom:none}.schedule-show-pc .detail-table th{width:200px;padding:12px;text-align:left;background-color:#f8f9fa;font-weight:600;color:#495057}.schedule-show-pc .detail-table td{padding:12px;color:#212529}.schedule-form-pc{padding:20px}.schedule-form-pc .schedule-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.schedule-form-pc .schedule-form-header h1{font-size:24px;margin:0}.schedule-form-pc .schedule-form-container{background:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 4px rgba(0,0,0,0.1);max-width:800px}.schedule-form-pc .form-errors{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;padding:15px;margin-bottom:20px}.schedule-form-pc .form-errors h3{color:#721c24;font-size:16px;margin-bottom:10px}.schedule-form-pc .form-errors ul{margin:0;padding-left:20px;color:#721c24}.schedule-form-pc .form-group{margin-bottom:20px}.schedule-form-pc .form-group label{display:block;font-weight:600;margin-bottom:8px;color:#495057}.schedule-form-pc .form-row{display:flex;gap:20px;margin-bottom:20px}.schedule-form-pc .form-row .form-group--half{flex:1;margin-bottom:0}.schedule-form-pc .form-control{width:100%;padding:10px 12px;border:1px solid #ced4da;border-radius:4px;font-size:14px;transition:border-color 0.2s}.schedule-form-pc .form-control:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.schedule-form-pc textarea.form-control{resize:vertical}.schedule-form-pc .form-actions{display:flex;gap:10px;margin-top:30px}.schedule-form-pc .form-check{display:flex;align-items:center;gap:8px;margin-bottom:10px}.schedule-form-pc .form-check .form-check-input{width:18px;height:18px;cursor:pointer}.schedule-form-pc .form-check .form-check-label{margin-bottom:0;cursor:pointer;font-weight:500}.schedule-form-pc .recurrence-settings-container{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:20px;margin-top:10px}.schedule-form-pc .recurrence-settings-container .recurrence-settings-title{font-size:16px;font-weight:600;margin-bottom:20px;color:#495057;padding-bottom:10px;border-bottom:2px solid #dee2e6}.schedule-form-pc .weekday-checkboxes{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.schedule-form-pc .weekday-checkboxes .weekday-checkbox{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#fff;border:1px solid #ced4da;border-radius:4px;cursor:pointer;transition:all 0.2s}.schedule-form-pc .weekday-checkboxes .weekday-checkbox:hover{background-color:#e9ecef;border-color:#007bff}.schedule-form-pc .weekday-checkboxes .weekday-checkbox input[type="checkbox"]{cursor:pointer;width:16px;height:16px}.schedule-form-pc .weekday-checkboxes .weekday-checkbox input[type="checkbox"]:checked+span{font-weight:600;color:#007bff}.schedule-form-pc .weekday-checkboxes .weekday-checkbox span{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:14px}.schedule-form-pc .form-text{display:block;margin-top:8px;font-size:12px;color:#6c757d}.schedule-form-pc .form-text.text-muted{color:#6c757d}.schedules-timeline{padding:20px;background-color:#f5f5f5;min-height:100vh}.schedules-timeline__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#fff;padding:16px 20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.schedules-timeline__title{font-size:24px;font-weight:bold;margin:0;color:#333}.schedules-timeline__nav{display:flex;gap:12px}.schedules-timeline__controls{display:flex;justify-content:center;gap:12px;margin-bottom:16px}.schedules-timeline__date{text-align:center;font-size:18px;font-weight:bold;margin-bottom:20px;color:#333}.schedules-timeline__container{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);overflow:hidden}.schedules-timeline__scroller{overflow-x:auto;overflow-y:auto;max-height:calc(100vh - 250px)}.timeline-grid{width:100%;border-collapse:collapse;min-width:600px;table-layout:fixed}.timeline-grid thead{position:sticky;top:0;z-index:20;background-color:#f8f9fa}.timeline-grid__time-header{width:60px;min-width:60px;padding:8px 4px;border:1px solid #dee2e6;font-weight:bold;text-align:center;background-color:#e9ecef;position:sticky;left:0;z-index:21;font-size:12px}.timeline-grid__helper-header{min-width:100px;width:100px;padding:8px 4px;border:1px solid #dee2e6;font-weight:bold;text-align:center;background-color:#f8f9fa;font-size:12px}.timeline-grid__row:hover .timeline-grid__time-cell{background-color:#f1f3f5}.timeline-grid__time-cell{width:60px;min-width:60px;height:60px;padding:6px 2px;border:1px solid #dee2e6;font-size:11px;font-weight:500;text-align:center;vertical-align:top;background-color:#fafafa;position:sticky;left:0;z-index:10;color:#495057}.timeline-grid__schedule-cell{min-width:100px;width:100px;height:60px;padding:0;border:1px solid #dee2e6;background-color:#fff;vertical-align:top;position:relative;overflow:visible}.timeline-grid__schedule-cell-inner{position:relative;width:100%;height:100%}.timeline-event{position:absolute;left:1px;right:1px;padding:2px 3px;background-color:#e3f2fd;border-left:3px solid #2196f3;border-radius:3px;font-size:9px;cursor:pointer;transition:all 0.2s;overflow:hidden;text-decoration:none;color:inherit;display:block;box-shadow:0 1px 3px rgba(0,0,0,0.15);z-index:2;border:1px solid rgba(0,0,0,0.08)}.timeline-event:hover{background-color:#bbdefb;box-shadow:0 3px 8px rgba(0,0,0,0.25);transform:translateY(-1px) scale(1.02);z-index:100;border-color:rgba(0,0,0,0.15)}.timeline-event__time{font-weight:bold;margin-bottom:1px;color:#1565c0;font-size:9px;line-height:1.1}.timeline-event__customer{font-size:9px;color:#424242;margin-bottom:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.timeline-event .badge{font-size:8px;padding:1px 3px;line-height:1}.timeline-event--scheduled{background-color:#e3f2fd;border-left-color:#2196f3}.timeline-event--scheduled .timeline-event__time{color:#1565c0}.timeline-event--completed{background-color:#e8f5e9;border-left-color:#4caf50}.timeline-event--completed .timeline-event__time{color:#2e7d32}.timeline-event--cancelled{background-color:#ffebee;border-left-color:#f44336;opacity:0.7}.timeline-event--cancelled .timeline-event__time{color:#c62828}.timeline-now-line{position:absolute;left:0;right:0;height:2px;background-color:#dc3545;z-index:200;pointer-events:none}.timeline-now-line::before{content:'';position:absolute;left:-4px;top:-3px;width:8px;height:8px;background-color:#dc3545;border-radius:50%}.timeline-now-line::after{content:'現在';position:absolute;left:4px;top:-10px;font-size:10px;color:#dc3545;font-weight:bold;background-color:#fff;padding:0 4px}.btn{display:inline-block;padding:8px 16px;font-size:14px;font-weight:500;text-align:center;text-decoration:none;border-radius:6px;border:none;cursor:pointer;transition:all 0.2s;line-height:1.5}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#545b62}.btn-outline-secondary{background-color:#fff;border:1px solid #6c757d;color:#6c757d}.btn-outline-secondary:hover{background-color:#6c757d;color:#fff}.btn-sm{padding:6px 12px;font-size:13px}.badge{display:inline-block;padding:3px 8px;font-size:11px;font-weight:600;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:3px}.badge-primary{background-color:#007bff;color:#fff}.badge-success{background-color:#28a745;color:#fff}.badge-secondary{background-color:#6c757d;color:#fff}.badge-warning{background-color:#ffc107;color:#212529}.badge-danger{background-color:#dc3545;color:#fff}.badge-info{background-color:#17a2b8;color:#fff}.users-index{padding:40px 20px;max-width:1200px;margin:0 auto}.users-index__header{margin-bottom:30px}.users-index__header h1{font-size:32px;font-weight:bold;color:#333;margin-bottom:15px}.users-index__description{color:#666;font-size:16px;line-height:1.6}.users-index__actions{margin-bottom:20px;text-align:right}.users-index__footer{margin-top:30px;text-align:center}.users-table{width:100%;background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);overflow:hidden}.users-table thead{background-color:#4285f4;color:white}.users-table thead th{padding:15px;text-align:left;font-weight:bold;font-size:14px}.users-table tbody tr{border-bottom:1px solid #e0e0e0}.users-table tbody tr:hover{background-color:#f8f9fa}.users-table tbody tr:last-child{border-bottom:none}.users-table tbody td{padding:15px;font-size:14px}.users-table__actions{display:flex;gap:5px}.users-edit,.users-new{padding:40px 20px;max-width:900px;margin:0 auto}.users-edit__header,.users-new__header{background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:30px;margin-bottom:30px}.users-edit__header h1,.users-new__header h1{font-size:32px;font-weight:bold;color:#333;margin-bottom:20px}.users-edit__user-info,.users-new__user-info{background-color:#f8f9fa;border-radius:6px;padding:15px}.users-edit__user-info p,.users-new__user-info p{margin-bottom:8px;font-size:16px}.users-edit__user-info p:last-child,.users-new__user-info p:last-child{margin-bottom:0}.users-edit__user-info strong,.users-new__user-info strong{color:#495057;min-width:120px;display:inline-block}.users-form__content{background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:30px;margin-bottom:30px}.users-form__actions{display:flex;gap:15px;justify-content:center;margin-top:30px}.users-form__actions .btn{min-width:150px}.badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:bold}.badge-success{background-color:#28a745;color:white}.badge-secondary{background-color:#6c757d;color:white}.event-header{z-index:10;display:flex;top:0;bottom:0;left:0;right:0;height:75px;border-bottom:2px solid #25272B;background-color:#000;position:fixed}.event-header a{color:#fff;text-decoration:none;height:58px !important}.event-header a:hover{color:#ddd;opacity:0.8}.event-header__logo{margin-right:auto;margin-left:auto}.event-header ul li{float:left}.event-header__nav-menu{margin-top:50px;position:fixed;z-index:3;top:0;left:0;background:#25272B;color:#000;text-align:center;width:80%;transform:translateX(125%);transition:all 0.6s;height:100%}.event-header__nav-menu ul{background-color:#535457;width:100%;margin:0 auto;padding:0}.event-header__nav-menu ul li{float:none;text-align:left;font-size:15px;list-style-type:none;padding:13px 0 13px 20px;width:100%;border-top:1px solid #000;color:#fff;height:58px !important}.event-header__nav-menu ul li a{display:block;height:58px !important}.event-header__nav-menu ul .bottom_border{border-bottom:1px solid #000}.event-header__nav-menu.active{transform:translateX(25%)}.event-header__list-header{background-color:#000}.event-header__list-header p{text-align:left;padding:13px 0 13px 20px;line-height:1}.event-header__toggle-pc{display:block;position:relative;width:50px;height:75px;cursor:pointer;z-index:1;background-color:#000;position:absolute;top:0;right:0}.event-header__toggle-pc span{display:block;position:absolute;width:20px;border-bottom:solid 2px #fff;transition:.35s ease-in-out;left:15px}.event-header__toggle-pc span:nth-child(1){top:29px}.event-header__toggle-pc span:nth-child(2){top:36px}.event-header__toggle-pc span:nth-child(3){top:42px}.event-header__toggle-pc.active span:nth-child(1){top:35px;transform:rotate(-45deg)}.event-header__toggle-pc.active span:nth-child(2),.event-header__toggle-pc.active span:nth-child(3){top:35px;transform:rotate(45deg)}.event-header .black-bg{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:2;background-color:#000;opacity:0;visibility:hidden;transition:all .6s;cursor:pointer}.event-header .black-bg.active{opacity:.7;visibility:visible}html{--header-height: 75px;scroll-padding-top:var(--header-height)}.field_with_errors{display:contents}
