:root{--primary: #2d6a4f;--bg: #f8fafc;--sidebar: #ffffff;--card: #ffffff;--text: #1e293b;--text-muted: #64748b;--border: #f1f5f9;--font-family: "Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg);color:var(--text)}.dashboard-container{min-height:100vh}.sidebar{background:var(--sidebar);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;width:280px;overflow:hidden}.sidebar-header{padding:2rem 2rem 1rem;flex-shrink:0}.sidebar-content{flex:1;overflow-y:auto;padding:0 2rem 1rem}.sidebar-footer{padding:1.5rem 2rem 1rem;flex-shrink:0;border-top:1px solid var(--border);background:var(--sidebar)}.logo{font-size:1.5rem;font-weight:800;color:var(--primary);display:flex;align-items:center;gap:.75rem}.nav-menu{display:flex;flex-direction:column;gap:.5rem}.nav-item{padding:.75rem 1rem;border-radius:12px;cursor:pointer;display:flex;align-items:center;gap:.75rem;font-weight:500;transition:all .2s}.nav-item:hover{background:var(--bg)}.nav-item.active{background:#e9f5f2;color:var(--primary)}.main-content{padding:2rem;overflow-y:auto;margin-left:280px}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.status-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.request-card{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d;border:1px solid var(--border);display:flex;flex-direction:column;gap:1rem;min-height:fit-content}.request-header{display:flex;justify-content:space-between;align-items:center}.room-badge{background:#f1f5f9;padding:.25rem .75rem;border-radius:20px;font-weight:700;font-size:.875rem}.time-stamp{font-size:.875rem;color:var(--text-muted)}.request-content{display:flex;flex-direction:column;gap:.75rem;width:100%}.request-item{display:grid;grid-template-columns:3.5rem minmax(120px,1fr) auto;align-items:center;gap:.75rem;width:100%;transition:opacity .3s}.request-type-icon{width:48px;height:48px;background:#f8fafc;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary)}.request-text{display:flex;flex-direction:column;justify-content:center;min-height:48px}.request-text h3{font-size:.95rem;margin-bottom:.25rem;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;line-height:1.3;font-weight:600}.request-text p{font-size:.875rem;color:var(--text-muted);word-wrap:break-word;overflow-wrap:break-word;line-height:1.4;margin:0}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.request-text .truncate{white-space:normal;overflow:visible;text-overflow:clip}.item-actions{display:flex;gap:.5rem;flex-shrink:0;width:auto;min-width:160px;justify-content:flex-end}.item-actions .btn{padding:.5rem .75rem;font-size:.85rem;flex:1;min-width:70px}.request-footer{display:flex;gap:1rem;margin-top:.5rem}.btn{flex:1;padding:.75rem;border-radius:12px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-secondary{background:#f1f5f9;color:var(--text)}.btn:hover{filter:brightness(.95);transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.btn:active{transform:translateY(0)}.stats-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:20px;border:1px solid var(--border)}.stat-card .label{font-size:.875rem;color:var(--text-muted);margin-bottom:.5rem}.stat-card .value{font-size:1.5rem;font-weight:700}.nav-item{position:relative}.notification-badge{position:absolute;right:12px;background:#f43f5e;color:#fff;font-size:10px;font-weight:800;padding:2px 6px;border-radius:10px}.notification-log-popup{position:absolute;top:60px;right:0;width:320px;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid var(--border);z-index:100;overflow:hidden}.log-header{padding:1rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;background:#f8fafc}.log-header h3{font-size:.9rem;font-weight:700}.log-header button{background:none;border:none;color:var(--primary);font-size:.8rem;font-weight:600;cursor:pointer}.log-items{max-height:400px;overflow-y:auto;overflow-x:hidden}.log-items:empty,.log-items:has(.empty-log-text){overflow-y:hidden}.log-items::-webkit-scrollbar{width:6px}.log-items::-webkit-scrollbar-track{background:transparent;margin:.5rem 0}.log-items::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.log-items::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ranking-scroll-container{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.ranking-scroll-container::-webkit-scrollbar{width:8px}.ranking-scroll-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.ranking-scroll-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.ranking-scroll-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.empty-log-text{padding:2.5rem 1.5rem;text-align:center;color:var(--text-muted);font-size:.875rem;font-style:italic;background:#fafafa}.log-item{padding:1rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:8px;overflow-wrap:break-word;word-wrap:break-word}.log-item:last-child{border-bottom:none}.log-msg{font-size:.85rem;font-weight:500;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.text-primary{color:var(--primary)}.text-red-500{color:#f43f5e}.w-full{width:100%}.col-span-full{grid-column:1 / -1}.last\:border-0:last-child{border:none}.time-wheel-container{display:flex;align-items:center;background:#fff;padding:4px;border-radius:16px;border:1px solid var(--border);position:relative;overflow:hidden;width:fit-content;box-shadow:inset 0 2px 4px #00000005}.time-wheel-group{height:120px;width:50px;overflow-y:auto;scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none;position:relative;padding:40px 0;mask-image:linear-gradient(to bottom,transparent,black 40%,black 60%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 40%,black 60%,transparent)}.time-wheel-group::-webkit-scrollbar{display:none}.time-wheel-item{height:40px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;scroll-snap-align:center;transition:all .2s;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-muted)}.time-wheel-item.active{color:var(--primary);font-size:1.25rem;font-weight:800;transform:scale(1.1)}.time-wheel-divider{font-weight:800;font-size:1.25rem;color:var(--text-muted);padding:0 8px;margin-top:-2px}.time-wheel-selection-highlight{position:absolute;top:44px;left:4px;right:4px;height:40px;border-radius:8px;background:#2d6a4f14;pointer-events:none}.time-wheel-group:focus{outline:none}.time-wheel-group:focus+.time-wheel-selection-highlight{background:#2d6a4f1f;border:1px solid rgba(45,106,79,.2)}.configuration-tab-content{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
