body,html{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:#f4f4f8;color:#333;transition:background-color .3s ease,color .3s ease}@keyframes pulse{0%{background-color:#f0f0f0}50%{background-color:#e0e0e0}100%{background-color:#f0f0f0}}@keyframes pulse-dark{0%{background-color:#2b2d30}50%{background-color:#3a3a3a}100%{background-color:#2b2d30}}.skeleton{animation:pulse 1.5s ease-in-out infinite;border-radius:4px}.skeleton-text{height:1em;margin-bottom:.5em}.skeleton-block{height:40px;margin-bottom:10px}.flash-messages{position:fixed;top:90px;right:20px;z-index:1000;width:350px}.flash-alert{padding:15px;margin-bottom:10px;border-radius:4px;font-size:.9em;box-shadow:0 2px 10px rgba(0,0,0,.1);opacity:0;transform:translateX(100%);transition:all .5s ease-in-out;position:relative;padding-right:40px;word-wrap:break-word}.flash-alert.show{opacity:1;transform:translateX(0)}.flash-alert .close-btn{position:absolute;top:5px;right:10px;border:none;background:0 0;font-size:20px;cursor:pointer;color:inherit;opacity:.7}.flash-alert .close-btn:hover{opacity:1}.flash-alert.success{background-color:#d4edda;color:#155724;border-left:5px solid #28a745}.flash-alert.danger{background-color:#f8d7da;color:#721c24;border-left:5px solid #dc3545}.flash-alert.info{background-color:#d1ecf1;color:#0c5460;border-left:5px solid #17a2b8}.login-page-body{background-image:url("images/background.jpg");background-size:cover;background-position:center center;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;height:100vh}.login-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.login-box{background:rgba(255,255,255,.9);padding:30px 40px;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.2);width:100%;max-width:400px;text-align:center}.login-box h2{margin-bottom:25px;color:#333;font-weight:500}.form-group{margin-bottom:20px;text-align:left}.form-group label{display:block;margin-bottom:5px;font-weight:500;color:#555}.form-group input{width:calc(100% - 22px);padding:10px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.btn-login{background-color:#007bff;color:#fff;padding:12px 20px;border:none;border-radius:4px;cursor:pointer;font-size:16px;width:100%;transition:background-color .3s ease}.btn-login:hover{background-color:#0056b3}header{background-color:#343a40;color:#fff;padding:0 20px;height:60px;box-sizing:border-box;display:flex;align-items:center;box-shadow:0 2px 4px rgba(0,0,0,.1)}.header-content-wrapper{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%}.header-column{display:flex;align-items:center;flex:1}.header-left{justify-content:flex-start}.header-center{position:absolute;left:50%;transform:translateX(-50%);text-align:center}.header-center h1{margin:0;font-size:1.3em;font-weight:500;white-space:nowrap}.header-right{justify-content:flex-end}.user-info{font-size:.85em;display:flex;align-items:center}.user-info span{margin-right:10px}.btn-group{display:flex;align-items:center;border:1px solid #555;border-radius:4px;overflow:hidden;margin-right:15px}.btn-group>*{background-color:#495057;color:#fff;padding:8px 12px;text-decoration:none;border:none;border-left:1px solid #555;cursor:pointer;transition:background-color .2s ease;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center}.btn-group>:first-child{border-left:none}.btn-group>:hover{background-color:#5a6268}.btn-logout{background-color:#dc3545!important}.btn-logout:hover{background-color:#c82333!important}.roster-grid{display:grid;grid-template-columns:repeat(7,1fr);height:calc(100vh - 60px);grid-template-rows:repeat(2,calc((100vh - 60px - 10px - 5px)/ 2));gap:5px;padding:5px;box-sizing:border-box;overflow:hidden}.day-cell{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:10px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}.day-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:6px;margin-bottom:6px;flex-shrink:0}.day-header .day-name{font-weight:600;font-size:1.15em;color:#007bff}.day-header .date{font-size:.85em;color:#555}.day-header .holiday-name{flex:0 1 auto;min-width:0;margin:0 6px;text-align:right;font-size:.8em;font-style:italic;color:#a1751c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.day-cell.holiday{background-color:#fffdf6;border-color:#e8d9ae}.day-cell.holiday .day-header{border-bottom-color:#e8d9ae}.no-events-text{color:#888;font-style:italic;text-align:left;font-size:.9em;padding:5px 0;margin:0;line-height:1.2;font-weight:400}.day-content-wrapper{flex-grow:1;display:flex;flex-direction:column;overflow-y:auto;min-height:0}.unoccupied-seats .seat{background-color:#f9f9f9;border-left:3px solid #28a745;padding:4px;margin-bottom:4px;border-radius:3px;color:#3cb371}.unoccupied-seats .seat-name{font-weight:700}.unoccupied-seats .seat-time{font-size:.9em;color:#555;margin-left:8px;display:inline-block;white-space:nowrap}.unoccupied-seats .seat-summary{font-size:.9em;color:#6c757d}.unoccupied-seats .seat.event-group{border-left-color:#fd7e14;color:#fd7e14}.unoccupied-seats .seat.no-calc{border-left-style:dashed;border-left-color:#9e9e9e;font-style:italic;opacity:.65}.allocated-staff li.no-calc{font-style:italic;opacity:.65}.allocated-staff{margin-top:auto}.allocated-staff.with-border h6{border-top:1px solid #e0e0e0;padding-top:10px;margin-top:10px}.allocated-staff h6{font-size:1em;font-weight:700;margin-bottom:5px}.allocated-staff .time{display:inline-block;white-space:nowrap}.day-summary{margin-top:10px;padding-top:10px;border-top:1px solid #eee;font-size:.9em;flex-shrink:0}.summary-content{display:flex;justify-content:space-between;align-items:center}.summary-details p{margin:2px 0}.summary-big-number{font-size:2.5em;font-weight:700;line-height:1;margin-left:10px}.day-summary .summary-value{font-weight:700}.day-summary .text-danger,.summary-big-number.text-danger{color:#dc3545;font-weight:700}.day-summary .text-warning,.summary-big-number.text-warning{color:#ffc107;font-weight:700}.day-summary .text-success,.summary-big-number.text-success{color:#28a745;font-weight:700}.day-content-wrapper ul{list-style:none;padding-left:0;margin-bottom:0}.day-content-wrapper li{font-size:.95em}.day-content-wrapper .time{font-weight:700;color:#007bff;margin-right:8px}.admin-dashboard{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:20px;padding:20px;max-width:1200px;margin:0 auto}@media (max-width:768px){.admin-dashboard{grid-template-columns:1fr}}.admin-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);padding:20px;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.card-header{display:flex;align-items:center;margin-bottom:15px;border-bottom:1px solid #f0f0f0;padding-bottom:10px}.card-header i{font-size:1.2rem;color:#007bff;margin-right:10px;background:#e7f1ff;padding:8px;border-radius:8px}.card-header h2{font-size:1.1rem;margin:0;color:#333;font-weight:600}.card-content{flex-grow:1}.card-content.flex-column{display:flex;flex-direction:column;height:100%}.form-description{color:#888;font-size:.85em;margin:2px 0 0 0;font-weight:400}.admin-card .form-group{margin-bottom:15px}.admin-card .form-group.row{display:flex;justify-content:space-between;align-items:center}.admin-card .form-group .label-wrapper{display:flex;flex-direction:column}.admin-card .form-group label{margin-bottom:0;font-weight:500;color:#555}.version-badge{font-size:.85rem;font-weight:600;color:#555;background:#f0f0f0;border-radius:12px;padding:3px 10px;white-space:nowrap}.input-group{display:flex;gap:10px}.input-group input{flex-grow:1;padding:8px 12px;border:1px solid #ddd;border-radius:6px}.btn-save{background-color:#007bff;color:#fff;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s}.btn-save:hover{background-color:#0056b3}.btn-save.full-width{width:100%;margin-top:10px}.btn-back{color:#fff;text-decoration:none;font-size:.9em;padding:8px 12px;border-radius:6px;background-color:rgba(255,255,255,.1);transition:background-color .2s}.btn-back:hover{background-color:rgba(255,255,255,.2)}.org-unit-tree{flex-grow:1;overflow-y:auto;border:1px solid #eee;border-radius:6px;padding:10px;max-height:400px;background-color:#fafafa}.org-unit-tree ul{list-style-type:none;margin:0;padding-left:20px}.org-unit-tree>ul{padding-left:0}.org-unit-tree .org-unit-item{padding:4px 0}.org-unit-tree .unit-row{display:flex;align-items:center;padding:2px 0}.org-unit-tree .unit-row:hover{background-color:#f0f0f0;border-radius:4px}.org-unit-tree .unit-row label{margin-left:8px;font-weight:400;cursor:pointer;flex-grow:1;margin-bottom:0}.org-unit-tree .org-unit-parent>.unit-row>label{font-weight:600}.org-unit-tree .toggle{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:#888;transition:color .2s}.org-unit-tree .toggle:hover{color:#333}.org-unit-tree .toggle .fa-caret-down{display:none}.org-unit-tree .org-unit-parent>ul{display:none}.org-unit-tree .org-unit-parent.expanded>ul{display:block}.org-unit-tree .org-unit-parent.expanded>.unit-row .toggle .fa-caret-right{display:none}.org-unit-tree .org-unit-parent.expanded>.unit-row .toggle .fa-caret-down{display:inline-block}.type-search{width:100%;padding:8px 12px;margin-bottom:10px;border:1px solid #ddd;border-radius:6px;font-size:.95em;box-sizing:border-box}.type-search:focus{outline:0;border-color:#007bff}.hidden-types-list{flex-grow:1;overflow-y:auto;border:1px solid #eee;border-radius:6px;padding:10px;max-height:400px;background-color:#fafafa}.hidden-types-list .type-row{display:flex;align-items:center;padding:4px 2px;cursor:pointer;border-radius:4px}.hidden-types-list .type-row:hover{background-color:#f0f0f0}.hidden-types-list .type-row.filtered-out{display:none}.hidden-types-list .type-separator{border-top:1px solid #ddd;margin:8px 0}.hidden-types-list .type-separator.filtered-out{display:none}.hidden-types-list .type-name{margin-left:8px;flex-grow:1}.hidden-types-list .type-abbr{font-size:.8em;color:#666;background-color:#ececec;border-radius:10px;padding:2px 8px;margin-left:8px}.switch{position:relative;display:inline-block;width:46px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}input:checked+.slider{background-color:#28a745}input:checked+.slider:before{transform:translateX(22px)}body.dark-mode{background-color:#1f2024;color:#e0e0e0}body.dark-mode .skeleton{animation-name:pulse-dark}body.dark-mode header{background-color:#1f2024;box-shadow:0 2px 4px rgba(0,0,0,.3)}body.dark-mode .header-center h1{color:#f0f0f0}body.dark-mode .user-info span{color:#e0e0e0}body.dark-mode .btn-group>*{background-color:#2b2d30;border-color:#555;color:#e0e0e0}body.dark-mode .btn-group>:hover{background-color:#3a3a3a}body.dark-mode .btn-logout{background-color:#dc3545!important}body.dark-mode .day-cell{background-color:#2b2d30;border-color:#555;box-shadow:0 1px 3px rgba(0,0,0,.2)}body.dark-mode .day-header{border-bottom-color:#555}body.dark-mode .day-header .day-name{color:#56a8f4}body.dark-mode .day-header .date{color:#bbb}body.dark-mode .day-header .holiday-name{color:#d7bd7a}body.dark-mode .day-cell.holiday{background-color:#33302a;border-color:#6b5f3d}body.dark-mode .day-cell.holiday .day-header{border-bottom-color:#6b5f3d}body.dark-mode .no-events-text{color:#aaa}body.dark-mode .unoccupied-seats .seat{background-color:#33353a;border-left-color:#28a745;color:#68a871}body.dark-mode .unoccupied-seats .seat-summary{color:#ccc}body.dark-mode .unoccupied-seats .seat.event-group{border-left-color:#fd7e14;color:#fd7e14}body.dark-mode .unoccupied-seats .seat-time{color:#bbb}body.dark-mode .unoccupied-seats .seat.no-calc{border-left-color:#777}body.dark-mode .allocated-staff.with-border h6{border-top:1px solid #555;padding-top:10px;margin-top:10px}body.dark-mode .allocated-staff h6{font-size:1em;font-weight:700;margin-bottom:5px}body.dark-mode .allocated-staff .time{color:#56a8f4}body.dark-mode .day-summary{border-top-color:#555;color:#e0e0e0}body.dark-mode .day-summary .summary-value{font-weight:700}body.dark-mode .day-summary .text-danger,body.dark-mode .summary-big-number.text-danger{color:#eb5160;font-weight:700}body.dark-mode .day-summary .text-warning,body.dark-mode .summary-big-number.text-warning{color:#ffc107;font-weight:700}body.dark-mode .day-summary .text-success,body.dark-mode .summary-big-number.text-success{color:#28a745;font-weight:700}body.dark-mode .admin-card{background:#2b2d30;box-shadow:0 4px 12px rgba(0,0,0,.2)}body.dark-mode .card-header{border-bottom-color:#444}body.dark-mode .card-header h2{color:#e0e0e0}body.dark-mode .card-header i{background:#3a3a3a;color:#56a8f4}body.dark-mode .admin-card .form-group label{color:#ccc}body.dark-mode .form-description{color:#888}body.dark-mode .input-group input{background-color:#333;border-color:#555;color:#e0e0e0}body.dark-mode .org-unit-tree{background-color:#333;border-color:#555}body.dark-mode .org-unit-tree .unit-row:hover{background-color:#444}body.dark-mode .type-search{background-color:#333;border-color:#555;color:#e0e0e0}body.dark-mode .hidden-types-list{background-color:#333;border-color:#555}body.dark-mode .hidden-types-list .type-row{color:#e0e0e0}body.dark-mode .hidden-types-list .type-row:hover{background-color:#444}body.dark-mode .hidden-types-list .type-separator{border-top-color:#555}body.dark-mode .hidden-types-list .type-abbr{color:#ccc;background-color:#4a4a4a}body.dark-mode .org-unit-tree .unit-row label{color:#e0e0e0}body.dark-mode .org-unit-tree .org-unit-parent>.unit-row>label{color:#fff}body.dark-mode .org-unit-tree .toggle{color:#aaa}body.dark-mode .org-unit-tree .toggle:hover{color:#fff}body.dark-mode .switch .slider{background-color:#555}body.dark-mode input:checked+.slider{background-color:#28a745}body.dark-mode .btn-save{background-color:#28a745}body.dark-mode .btn-save:hover{background-color:#3cb371}body.wolfi-style{background-color:#ffe6f2;color:#d63384}body.wolfi-style header{background-color:#ff69b4;color:#fff}body.wolfi-style .header-center h1{color:#fff}body.wolfi-style .btn-group>*{background-color:#ff69b4;border-color:#ff1493;color:#fff}body.wolfi-style .btn-group>:hover{background-color:#ff1493}body.wolfi-style .day-cell{background-color:#fff0f5;border-color:#ff69b4}body.wolfi-style .day-header{border-bottom-color:#ffb6c1}body.wolfi-style .day-header .day-name{color:#ff1493}body.wolfi-style .day-header .date{color:#d63384}body.wolfi-style .day-header .holiday-name{color:#c2185b}body.wolfi-style .day-cell.holiday{background-color:#ffe4ef;border-color:#ff1493}body.wolfi-style .day-cell.holiday .day-header{border-bottom-color:#ff69b4}body.wolfi-style .unoccupied-seats .seat{background-color:#ffe4e1;border-left-color:#ff69b4;color:#c71585}body.wolfi-style .unoccupied-seats .seat-summary{color:#b3568a}body.wolfi-style .unoccupied-seats .seat.event-group{border-left-color:#9b59d0;color:#8e44ad}body.wolfi-style .unoccupied-seats .seat-time{color:#d63384}body.wolfi-style .allocated-staff.with-border h6{border-top-color:#ffb6c1}body.wolfi-style .allocated-staff .time{color:#ff1493}body.wolfi-style .day-summary{border-top-color:#ffb6c1;color:#d63384}body.wolfi-style .admin-card{background-color:#fff0f5;border:1px solid #ffb6c1;box-shadow:0 4px 12px rgba(255,105,180,.1)}body.wolfi-style .card-header{border-bottom-color:#ffb6c1}body.wolfi-style .card-header h2{color:#c71585}body.wolfi-style .card-header i{background-color:#ffe4e1;color:#ff1493}body.wolfi-style .btn-save{background-color:#ff69b4}body.wolfi-style .btn-save:hover{background-color:#ff1493}body.wolfi-style input:checked+.slider{background-color:#ff69b4}body.wolfi-style .org-unit-tree{background-color:#fff;border-color:#ffb6c1}.admin-actions{grid-column:1/-1;display:flex;justify-content:flex-end}.btn-dp-backup{cursor:pointer;border:none;color:#fff;font-size:.9em;font-weight:600;padding:10px 16px;border-radius:6px;background-color:#c0392b;box-shadow:0 2px 8px rgba(0,0,0,.3);transition:background-color .2s,box-shadow .2s}.btn-dp-backup:hover{background-color:#a93226;box-shadow:0 4px 12px rgba(0,0,0,.4)}.dp-backup-overlay{display:none;position:fixed;inset:0;z-index:2000;flex-direction:column;background:#fff}.dp-backup-overlay.active{display:flex}.dp-backup-header{display:flex;align-items:center;gap:16px;padding:10px 16px;background:#343a40;color:#fff;font-weight:600;flex-shrink:0}.dp-backup-frame{flex:1;border:none;width:100%}