.layout{min-height:100vh;display:flex;flex-direction:column}.layout-header{background:white;padding:0 30px;justify-content:space-between;box-shadow:0 2px 10px rgba(0,0,0,.1);height:60px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-left,.layout-header{display:flex;align-items:center}.header-left{gap:15px}.header-logo{height:36px;width:auto;object-fit:contain;border-radius:4px}.header-nav{display:flex;gap:5px}.nav-link{padding:8px 20px;text-decoration:none;color:#666;border-radius:6px;font-weight:500;transition:all .2s}.nav-link:hover{background:#f0f0f0;color:#333}.nav-link.active{background:#00ADEE;color:white}.nav-badge{display:inline-block;margin-left:6px;background:#FFD100;color:#333;border-radius:10px;padding:1px 7px;font-size:.75rem;font-weight:700;vertical-align:1px}.admin-dropdown{position:relative;margin-left:15px;border-left:1px solid #e0e0e0;padding-left:5px}.admin-link{background:none;border:none;font-family:inherit;font-size:inherit;cursor:pointer}.admin-link.active{background:#FFD100;color:#333}.admin-dropdown-menu{position:absolute;top:100%;right:0;background:white;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);min-width:180px;z-index:200;padding:6px 0;margin-top:4px}.admin-dropdown-item{display:block;padding:10px 20px;text-decoration:none;color:#555;font-weight:500;transition:background .2s}.admin-dropdown-item:hover{background:#f5f5f5;color:#333}.admin-dropdown-item.active{background:#FFF8D6;color:#333;font-weight:600}.header-right{display:flex;align-items:center;gap:20px}.user-name{color:#666;text-decoration:none}.user-name:hover{color:#00ADEE}.user-name-active{color:#00ADEE;font-weight:500}.logout-button{padding:8px 16px;background:#f0f0f0;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.logout-button:hover{background:#e0e0e0}.hamburger-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:4px 8px;color:#333}.layout-main{flex:1 1;padding:30px 30px 80px;background:#f5f5f5}@media (max-width:768px){.layout-header{padding:0 15px}.header-logo{height:28px}.hamburger-btn{display:block}.header-nav{display:none;flex-direction:column;position:absolute;top:60px;left:0;right:0;background:white;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:10px 0;z-index:99}.header-nav.nav-open{display:flex}.nav-link{width:100%;padding:12px 20px;border-radius:0;box-sizing:border-box}.admin-dropdown{margin-left:0;border-left:none;padding-left:0;width:100%}.admin-link{width:100%;text-align:left;padding:12px 20px;border-radius:0}.admin-dropdown-menu{position:static;box-shadow:none;border-radius:0;margin-top:0;padding:0;background:#f8f9fa}.admin-dropdown-item{padding-left:35px}.header-right{gap:10px}.header-right .user-name{max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem}.layout-main{padding:15px 15px 80px}}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.page-header h1{color:#333;font-size:1.8rem}.header-actions,.refresh-section{display:flex;align-items:center;gap:15px}.last-updated{color:#999;font-size:.85rem}.btn{padding:10px 20px;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn-primary{background:#00ADEE;color:white}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 20px rgba(0,173,238,.4)}.btn-secondary{background:#f0f0f0;color:#333}.btn-secondary:hover{background:#e0e0e0}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-danger{background:#dc3545;color:white}.btn-danger:hover{background:#c82333}.btn-sm{padding:6px 12px;font-size:.85rem}.card,.table-container{background:white;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.08);overflow:hidden}.data-table{width:100%;border-collapse:collapse}.data-table td,.data-table th{padding:15px 20px;text-align:left}.data-table th{background:#f8f9fa;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0}.data-table .col-shrink{width:1%;white-space:nowrap}.data-table tr:hover{background:#f8f9fa}.data-table td{border-bottom:1px solid #e0e0e0;color:#555}.data-table tr:last-child td{border-bottom:none}.data-table.compact td,.data-table.compact th{padding:8px 12px;font-size:.9rem}.table-actions{display:flex;gap:8px}.form-container{background:white;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.08);padding:30px;max-width:600px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#00ADEE}.form-group textarea{min-height:100px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.form-actions{display:flex;gap:15px;margin-top:30px}.skeleton{background:linear-gradient(90deg,#e6e8eb 25%,#f2f4f6 37%,#e6e8eb 63%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite;border-radius:6px}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.sk-row{margin-bottom:12px}.loading,.sk-row{display:flex;align-items:center;gap:10px}.loading{justify-content:center;padding:60px 20px;color:#666}.loading:before{content:"";width:20px;height:20px;border:2px solid #ddd;border-top-color:#00adee;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.empty-state{text-align:center;padding:60px 20px;color:#666}.error-message{background:#fee;color:#c00;padding:15px 20px;border-radius:8px;margin-bottom:20px}.badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:.8rem;font-weight:500}.badge-success{background:#d4edda;color:#155724}.badge-warning{background:#fff3cd;color:#856404}.badge-danger{background:#f8d7da;color:#721c24}.badge-info{background:#d1ecf1;color:#0c5460}.badge-secondary{background:#e9ecef;color:#6c757d}.clickable-row{cursor:pointer}.clickable-row:hover{background:#f0f4ff!important}@media (max-width:768px){.page-header{flex-direction:column;align-items:flex-start;gap:15px}.page-header h1{font-size:1.4rem}.header-actions,.refresh-section{flex-wrap:wrap;gap:10px}.table-container{overflow-x:auto}.data-table td,.data-table th{padding:10px 12px}.form-row{grid-template-columns:1fr}.form-container{padding:20px}}.notice-message{background:#e8f7fd;color:#0b6b8f;border:1px solid #b6e3f5;padding:12px 16px;border-radius:8px;margin-bottom:20px}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:white;padding:30px;border-radius:10px;max-width:480px;width:100%;box-shadow:0 10px 40px rgba(0,0,0,.2)}.modal-content h3{margin:0 0 15px}.modal-content p{color:#555;margin-bottom:20px;line-height:1.5}.delete-confirm-input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;margin-bottom:20px}.delete-confirm-input:focus{outline:none;border-color:#dc3545}.modal-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.pill-toggle{padding:6px 16px;border-radius:20px;border:2px solid #ccc;background:#f5f5f5;color:#999;font-size:.85rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s}.pill-toggle:hover{border-color:#aaa;color:#666}.pill-toggle.pill-active{background:#00ADEE;border-color:#00ADEE;color:white}.pill-toggle.pill-sm{padding:3px 10px;font-size:.75rem}.btn-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:white;border-radius:50%;animation:btn-spin .7s linear infinite;vertical-align:-2px}.btn-spinner.dark{border-color:#333 rgba(0,0,0,.15) rgba(0,0,0,.15)}@keyframes btn-spin{to{transform:rotate(1turn)}}