*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:linear-gradient(135deg,#181936,#18143d);height:100vh;overflow:hidden}#app{height:100vh;display:flex;align-items:center;justify-content:center;padding:10px}.dashboard{width:100%;height:100%;display:flex;flex-direction:column;gap:10px;max-width:1400px;margin:0 auto}.header{background:#1a2639;border-radius:12px;padding:12px 16px;box-shadow:0 4px 15px #0000004d;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:2px solid #4a5568;flex-shrink:0;width:100%;position:relative}.header h1{font-size:1.3rem;font-weight:700;background:linear-gradient(135deg,#a0c0e0,#7fc9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:4px;letter-spacing:.5px}.date-time{font-size:.85rem;color:#e0e0e0!important;background:#2d3a5a;padding:5px 14px;border-radius:30px;border:1px solid #4a5568;display:inline-block;font-weight:500}.theme-toggle{background:none;border:none;font-size:1.4rem;cursor:pointer;padding:0 8px;border-radius:30px;transition:all .2s;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.theme-toggle:hover{transform:scale(1.1);background:#0000001a}.dashboard-grid{display:grid;grid-template-columns:2fr 3fr 3fr;gap:10px;flex:1;min-height:0}.left-section,.middle-section,.right-section{display:flex;flex-direction:column;gap:10px;height:100%;min-height:0}.card{background:#1a2639;border-radius:12px;padding:10px;box-shadow:0 4px 12px #0000004d;border:2px solid #4a5568;display:flex;flex-direction:column;overflow:hidden;height:100%}.card *{color:#fff!important}.calendar-card{flex:2;min-height:0}.birthday-card{flex:1;display:flex;flex-direction:column}.middle-section .card:nth-child(1){flex:1.3;min-height:0}.middle-section .card:nth-child(2){flex:1;min-height:0}.right-section .card:nth-child(1){flex:.5;min-height:0}.right-section .card:nth-child(2){flex:.6;min-height:0}.calendar-card h2{font-size:.85rem;font-weight:600;color:#ff6b6b!important;margin-bottom:8px;padding-bottom:4px;border-bottom:3px solid #ff8787;flex-shrink:0;width:100%;display:block;padding-left:0;padding-right:0}.middle-section .card:nth-child(1) h2{font-size:.85rem;font-weight:600;color:#ffa94d!important;margin-bottom:6px;padding-bottom:3px;border-bottom:3px solid #ffb86b;flex-shrink:0;width:100%;display:block;padding-left:0;padding-right:0}.middle-section .card:nth-child(2) h2{font-size:.85rem;font-weight:600;color:#ffd966!important;margin-bottom:6px;padding-bottom:3px;border-bottom:3px solid #ffe083;flex-shrink:0;width:100%;display:block;padding-left:0;padding-right:0}.right-section .card:nth-child(1) h2{font-size:.85rem;font-weight:600;color:#6ab0fe!important;margin-bottom:6px;padding-bottom:3px;border-bottom:3px solid #8ac0fe;flex-shrink:0;width:100%;display:block;padding-left:0;padding-right:0}.right-section .card:nth-child(2) h2{font-size:.85rem;font-weight:600;color:#b47aea!important;margin-bottom:8px;padding-bottom:4px;border-bottom:3px solid #c67cc9;flex-shrink:0;width:100%;display:block;padding-left:0;padding-right:0}.birthday-card .card-header{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.birthday-card .card-header h2{flex:1;min-width:140px;white-space:nowrap;margin-bottom:0}.birthday-filter{flex-shrink:0;max-width:100%;min-width:85px;background:#2d3a5a;color:#e0e0e0!important;border:1px solid #c67cc9;border-radius:6px;padding:4px 8px;font-size:.65rem;cursor:pointer;outline:none;transition:all .2s ease}.birthday-filter:hover{background:#3b4b6b;border-color:#c59aee}.birthday-filter option{background:#1a2639;color:#e0e0e0}.calendar-card .card-content{overflow-y:auto;max-height:100%;padding-right:4px}.calendar-week-view{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0}.calendar-day-group{margin-bottom:12px;padding:6px 8px;background:#2d3a5a66;border-radius:6px;border:1px solid rgba(74,85,104,.4);transition:background .2s}.calendar-day-group:hover{background:#3b4b6b66}.calendar-day-header{padding:4px 0;margin-bottom:4px}.calendar-day-name{font-weight:700;font-size:.75rem;color:#ffd966;letter-spacing:.3px}.calendar-day-events{display:flex;flex-direction:column}.calendar-event-item{display:flex;justify-content:space-between;align-items:center;padding:5px 0 5px 8px;cursor:pointer;border-bottom:1px solid rgba(74,85,104,.3)}.calendar-event-item:hover{background:#ffffff0d;padding-left:12px}.calendar-event-left{display:flex;align-items:center;gap:6px;flex:1}.calendar-event-bullet{color:#6ab0fe;font-size:.8rem;font-weight:700}.calendar-event-title{font-size:.7rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-event-time-right{font-size:.65rem;font-family:monospace;color:#9ca3af;background:#0003;padding:2px 6px;border-radius:12px;white-space:nowrap}.calendar-card .card-content::-webkit-scrollbar,.calendar-week-view::-webkit-scrollbar,.birthday-items::-webkit-scrollbar,.modal-content::-webkit-scrollbar{width:5px}.calendar-card .card-content::-webkit-scrollbar-track,.calendar-week-view::-webkit-scrollbar-track,.birthday-items::-webkit-scrollbar-track,.modal-content::-webkit-scrollbar-track{background:transparent}.calendar-card .card-content::-webkit-scrollbar-thumb,.calendar-week-view::-webkit-scrollbar-thumb,.birthday-items::-webkit-scrollbar-thumb,.modal-content::-webkit-scrollbar-thumb{background:#4a5568;border-radius:10px}.calendar-card .card-content::-webkit-scrollbar-thumb:hover,.calendar-week-view::-webkit-scrollbar-thumb:hover,.birthday-items::-webkit-scrollbar-thumb:hover,.modal-content::-webkit-scrollbar-thumb:hover{background:#6c7a9a}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#1a2639;border-radius:16px;width:90%;max-width:400px;max-height:80vh;overflow-y:auto;box-shadow:0 20px 40px #0006;border:2px solid #4a5568;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:2px solid #4a5568;background:#2d3a5a;border-radius:14px 14px 0 0}.modal-header h3{font-size:1rem;font-weight:700;color:#ffd966!important;margin:0}.modal-close{background:none;border:none;font-size:1.3rem;cursor:pointer;color:#b0c4de!important;padding:0 8px;transition:all .2s}.modal-close:hover{color:#ff6b6b!important;transform:scale(1.1)}.modal-body{padding:16px 20px;display:flex;flex-direction:column;gap:14px}.modal-detail{display:flex;gap:12px;align-items:flex-start}.modal-icon{font-size:1.2rem;min-width:32px}.modal-label{font-size:.6rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.modal-value{font-size:.8rem;font-weight:500;color:#fff;line-height:1.4}.modal-button{margin:8px 20px 20px;padding:10px;width:calc(100% - 40px);border-radius:10px;border:none;background:#6ab0fe;color:#fff!important;cursor:pointer;font-weight:600;font-size:.8rem;transition:all .2s}.modal-button:hover{background:#4a90d9;transform:scale(.98)}.birthday-content{display:flex;flex-direction:column;flex:1;min-height:0}.birthday-items{display:flex;flex-direction:column;gap:6px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.birthday-item{padding:6px 8px;border-radius:6px;background:#2d3a5a;border:1px solid #4a5568;display:flex;flex-direction:column;justify-content:center}.birthday-item:hover{background:#3b4b6b;transform:translateY(-1px)}.birthday-name{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:.7rem;font-weight:600;color:#fff;line-height:1.2}.birthday-name span:first-child{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.birthday-date{font-size:.6rem;color:#b0c4de;background:#1a2639;padding:2px 8px;border-radius:12px;white-space:nowrap;flex-shrink:0;margin-left:4px}.birthday-dept{font-size:.6rem;color:#9ca3af;margin-top:2px;padding-left:4px;border-left:2px solid #6ab0fe}.no-birthday{display:flex;align-items:center;justify-content:center;width:100%;font-style:italic;color:#b0c4de!important;font-size:.75rem;background:#2d3a5a;border-radius:8px;text-align:center;padding:12px;margin:auto 0}.birthday-items{padding-right:6px}.birthday-item{margin-right:2px}.daily-review-card{flex:1;min-height:0;display:flex;flex-direction:column}.daily-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;gap:8px}.daily-review-header h2{flex:1;margin:0;padding-right:8px}.lock-badge{font-size:.8rem;cursor:help;opacity:.8;flex-shrink:0}.daily-review-list{flex:1;overflow-y:auto;margin:4px 0 8px;min-height:0}.daily-review-list::-webkit-scrollbar{width:5px}.daily-review-list::-webkit-scrollbar-track{background:#2d3a5a;border-radius:10px}.daily-review-list::-webkit-scrollbar-thumb{background:#4a5568;border-radius:10px}.daily-review-list::-webkit-scrollbar-thumb:hover{background:#6c7a9a}.review-check{color:#48bb78;font-size:.8rem}.review-cross{color:#f56565;font-size:.8rem}.daily-review-footer{margin-top:auto;padding-top:8px;border-top:1px solid #4a5568;font-size:.6rem;display:flex;justify-content:center;align-items:center;color:#9ca3af}.daily-review-list{padding-right:6px}.review-item{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #4a5568;font-size:.7rem}.review-item span:last-child{margin-left:8px;flex-shrink:0}.ticket-status-card{display:flex;flex-direction:column;gap:2px}.ticket-list{list-style:none;margin:0}.ticket-list li{padding:3px 6px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(74,85,104,.3);font-size:.7rem;font-weight:500}.ticket-list li:hover{background:#6ab0fe0d;border-radius:6px;padding-left:8px}.ticket-value{font-weight:700;color:#6ab0fe!important;background:#6ab0fe26;padding:1px 8px;border-radius:16px;font-size:.7rem;min-width:40px;text-align:center;font-family:monospace}.solve-time-card{margin-top:auto;margin-bottom:auto;padding:8px 10px;background:linear-gradient(135deg,#6ab0fe1f,#6ab0fe0a);border-radius:12px;border:1px solid rgba(106,176,254,.25)}.solve-time-header{display:flex;align-items:center;justify-content:center;gap:5px;margin-bottom:4px}.solve-time-icon{font-size:.8rem}.solve-time-title{font-size:.58rem;font-weight:700;letter-spacing:.8px}.solve-time-display{text-align:center;font-size:.8rem;font-weight:800;color:#6ab0fe!important;font-family:monospace;padding:3px 5px;border-radius:8px;margin:2px 0;line-height:1.25}.solve-time-footer{text-align:center;font-size:.6rem;padding-top:3px;margin-top:1px;line-height:1.15}body.light-mode .ticket-value{background:#4caf501f;color:#2e7d32!important}body.light-mode .solve-time-card{background:linear-gradient(135deg,#4caf5014,#4caf5005);border-color:#4caf5040}body.light-mode .solve-time-card:before{background:linear-gradient(90deg,#4caf50,#2e7d32,#4caf50)}body.light-mode .solve-time-card:hover{background:linear-gradient(135deg,#4caf501f,#4caf500a);border-color:#4caf5066;box-shadow:0 4px 12px #4caf5026}body.light-mode .solve-time-title{color:#4a6f4a}body.light-mode .solve-time-display{color:#2e7d32!important;background:#4caf500f}body.light-mode .solve-time-footer{color:#6b8f6b;border-top-color:#4caf5033}@media(max-width:768px){.solve-time-display{font-size:.8rem;padding:10px 6px}.solve-time-card{padding:12px 10px}.ticket-list li{padding:8px 4px;font-size:.7rem}.ticket-value{font-size:.7rem;padding:3px 10px;min-width:45px}}.status-footer{background:#1a2639;border-radius:6px;padding:0;border:1px solid #2e3b4e;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:auto;height:36px;min-height:36px}.status-footer .footer-item{display:flex;justify-content:space-between;align-items:center;font-size:.6rem;color:#fff;width:100%;height:100%;padding:0 8px}.status-footer .footer-label{color:#fff!important;font-weight:500;font-size:.6rem;text-transform:uppercase;background:#1e2a3a;padding:3px 12px;border-radius:12px;border:1px solid #4b6584;height:24px;display:flex;align-items:center}.status-footer .footer-status{color:#fff!important;font-weight:500;background:#0f6623;padding:3px 12px;border-radius:15px;font-size:.55rem;border:1px solid #2ecc71;height:24px;display:flex;align-items:center}@media(max-width:1280px){.header h1{font-size:1.2rem}.date-time{font-size:.75rem}.card h2{font-size:.8rem}}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr;overflow-y:auto}.left-section,.middle-section,.right-section{flex-direction:column}}@media(max-width:768px){body{overflow:auto;height:auto}#app{height:auto;padding:15px}.dashboard{height:auto}.birthday-items{max-height:240px}.birthday-card .card-header{flex-direction:column;align-items:stretch}.birthday-card .card-header h2{white-space:normal;text-align:center}.birthday-filter{width:100%}}body.light-mode{background:linear-gradient(135deg,#57855b,#50a052)}body.light-mode .header{background:#fff;border-color:#236b2f}body.light-mode .header h1{background:linear-gradient(135deg,#1b5e20,#4caf50);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-mode .date-time{background:#e8f5e9;color:#1b5e20!important;border-color:#a5d6a7}body.light-mode .card{background:#fff;border-color:#2e7d32}body.light-mode .calendar-card h2{color:#1b5e20!important}body.light-mode .calendar-card :not(h2){color:#1b5e20!important}body.light-mode .card:not(.calendar-card) *{color:#1b5e20!important}body.light-mode .card h2{border-bottom-color:#4caf50!important}body.light-mode .birthday-card h2:after{background:#4caf50!important}body.light-mode .calendar-day-group{background:#c8e6c84d;border-color:#6496644d}body.light-mode .calendar-day-group:hover{background:#b4d2b466}body.light-mode .calendar-day-name{color:#2e7d32}body.light-mode .calendar-event-item{border-bottom-color:#c8e6c980}body.light-mode .calendar-event-item:hover{background:#00000008}body.light-mode .calendar-event-title{color:#1e293b}body.light-mode .calendar-event-time-right{background:#e2e8f0;color:#475569}body.light-mode .birthday-filter{background:#e8f5e9;color:#1b5e20!important;border-color:#4caf50}body.light-mode .birthday-filter:hover{background:#c8e6c9;border-color:#2e7d32}body.light-mode .birthday-filter option{background:#fff;color:#1b5e20}body.light-mode .birthday-item{background:#f1f8e9;border-color:#a5d6a7}body.light-mode .birthday-item:hover{background:#dcedc8}body.light-mode .no-birthday{background:#f1f8e9;color:#1b5e20!important}.no-event-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#2d3a5a;border-radius:12px;padding:24px 16px;margin:8px 0;border:1px solid rgba(106,176,254,.3);transition:all .2s ease}.no-event-text{font-size:.85rem;font-weight:600;color:#e8f5e9!important;margin-bottom:6px;letter-spacing:.3px}.no-event-subtext{font-size:.65rem;color:#b0c4de!important;opacity:.8}body.light-mode .no-event-card{background:#f1f8e9;border-color:#4caf504d}body.light-mode .no-event-text{color:#2e7d32!important}body.light-mode .no-event-subtext{color:#1b5e20!important;opacity:.7}body.light-mode .no-event-icon{opacity:.7}body.light-mode .birthday-date{background:#e8f5e9;color:#1b5e20;border:1px solid #a5d6a7}body.light-mode .status-footer{background:#fff;border-color:#2e7d32}body.light-mode .status-footer .footer-label{background:#e8f5e9;color:#1b5e20!important;border-color:#81c784}body.light-mode .status-footer .footer-status{background:#4caf50;color:#fff!important}body.light-mode .daily-review-footer{border-top-color:#c8e6c9}body.light-mode .lock-badge,body.light-mode .review-check{color:#4caf50!important}body.light-mode .review-cross{color:#f44336!important}body.light-mode .ticket-value{background:#e8f5e9;color:#2e7d32!important}body.light-mode .theme-toggle{color:#1b5e20}body.light-mode .modal-content{background:#fff;border-color:#2e7d32}body.light-mode .modal-header{background:#f1f8e9;border-bottom-color:#c8e6c9}body.light-mode .modal-header h3{color:#2e7d32!important}body.light-mode .modal-close{color:#1b5e20!important}body.light-mode .modal-detail .modal-label{color:#6b6b6b}body.light-mode .modal-detail .modal-value{color:#1b5e20}body.light-mode .modal-button{background:#4caf50}body.light-mode .modal-button:hover{background:#388e3c}body.light-mode .calendar-card .card-content::-webkit-scrollbar-thumb,body.light-mode .calendar-week-view::-webkit-scrollbar-thumb,body.light-mode .birthday-items::-webkit-scrollbar-thumb,body.light-mode .modal-content::-webkit-scrollbar-thumb,body.light-mode .daily-review-list::-webkit-scrollbar-thumb{background:#66bb6a}body.light-mode .calendar-card .card-content::-webkit-scrollbar-thumb:hover,body.light-mode .calendar-week-view::-webkit-scrollbar-thumb:hover,body.light-mode .birthday-items::-webkit-scrollbar-thumb:hover,body.light-mode .modal-content::-webkit-scrollbar-thumb:hover,body.light-mode .daily-review-list::-webkit-scrollbar-thumb:hover{background:#4caf50}body.light-mode .daily-review-list::-webkit-scrollbar-track{background:#e8f5e9}body.light-mode .calendar-card .card-content::-webkit-scrollbar-track,body.light-mode .calendar-week-view::-webkit-scrollbar-track,body.light-mode .birthday-items::-webkit-scrollbar-track,body.light-mode .modal-content::-webkit-scrollbar-track{background:#c8e6c84d}.pin-container-saloka{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#181936,#18143d);position:relative;overflow:hidden}.pin-card-saloka{background:#fffffff5;border-radius:32px;padding:40px 35px;width:380px;text-align:center;box-shadow:0 25px 50px -12px #0006;border:1px solid rgba(198,164,63,.4);position:relative}.pin-logo{margin-bottom:20px}.saloka-icon{font-size:48px;background:#2b5f4a;display:inline-block;width:70px;height:70px;line-height:70px;border-radius:50%;color:#f5f0e7;box-shadow:0 8px 20px #2b5f4a4d}.pin-card-saloka h2{font-size:1.6rem;font-weight:600;color:#2b5f4a;margin-bottom:25px}.pin-card-saloka input{width:100%;padding:14px 16px;font-size:1.5rem;text-align:center;letter-spacing:8px;background:#fff;border:2px solid #e2dccd;border-radius:60px;color:#2b5f4a;font-weight:600;outline:none}.pin-card-saloka input:focus{border-color:#c6a43f;box-shadow:0 0 0 3px #c6a43f33}.pin-card-saloka button{margin-top:20px;width:100%;padding:12px;background:linear-gradient(105deg,#2b5f4a,#1e4a38);border:none;border-radius:60px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:.2s}.pin-card-saloka button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2b5f4a66}.pin-error-saloka{color:#c0392b;font-size:.8rem;margin-top:12px;background:#ffe6e5;padding:6px 12px;border-radius:40px;display:inline-block}.pin-footer{margin-top:30px;font-size:.75rem;color:#8b6b4d;border-top:1px solid #e2dccd;padding-top:20px}.saloka-brand{font-weight:700;color:#c6a43f;margin-top:4px}.pin-logo img{max-width:120px;height:auto}.pin-logo-text{font-size:1.5rem;font-weight:700;color:#2b5f4a;letter-spacing:2px}.work-section{margin-bottom:2px;flex:1;min-height:0;display:flex;flex-direction:column}.work-section h3{font-size:.7rem;font-weight:600;color:#a0c0e0!important;margin-bottom:6px;text-transform:uppercase;flex-shrink:0}.work-list-container{flex:1;overflow-y:auto;min-height:0;max-height:200px}.work-list{list-style:none}.work-list-item{display:grid!important;grid-template-columns:1fr auto!important;align-items:center;gap:4px;width:100%;padding:6px 8px;border-bottom:1px solid #4a5568;font-size:.7rem;cursor:pointer;min-width:0}.work-list-item:hover{background:#6ab0fe26}.work-item-description{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#fff}.status-badge{font-size:.8rem;justify-self:end;align-self:center}.status-red{color:#ff4d4d!important;text-shadow:0 0 2px rgba(0,0,0,.5)}.status-yellow{color:#ffd966!important}.status-green{color:#48bb78!important}.empty-message{padding:8px;text-align:center;color:#b0c4de!important;font-style:italic;font-size:.7rem}.work-list-container::-webkit-scrollbar{width:5px}.work-list-container::-webkit-scrollbar-track{background:#2d3a5a;border-radius:10px}.work-list-container::-webkit-scrollbar-thumb{background:#4a5568;border-radius:10px}.work-list-container::-webkit-scrollbar-thumb:hover{background:#6c7a9a}.wo-modal{max-width:500px}.job-description{white-space:pre-wrap;word-break:break-word;max-height:150px;overflow-y:auto;padding-right:8px;text-align:justify;line-height:1.5}.job-description::-webkit-scrollbar{width:3px}.job-description::-webkit-scrollbar-track{background:#2d3a5a;border-radius:10px}.job-description::-webkit-scrollbar-thumb{background:#4a5568;border-radius:10px}body.light-mode .work-list-container::-webkit-scrollbar-track{background:#e8f5e9}body.light-mode .work-list-container::-webkit-scrollbar-thumb{background:#66bb6a}body.light-mode .work-list-container::-webkit-scrollbar-thumb:hover{background:#4caf50}body.light-mode .work-list-item:hover{background:#4caf501a}body.light-mode .work-item-description{color:#1b5e20}body.light-mode .empty-message{color:#2e7d32!important}body.light-mode .job-description::-webkit-scrollbar-track{background:#e8f5e9}body.light-mode .job-description::-webkit-scrollbar-thumb{background:#66bb6a}.wo-count{font-size:.65rem;font-weight:400;background:#fff3;padding:2px 6px;border-radius:20px;margin-left:8px}body.light-mode .wo-count{background:#00000014;color:#2e7d32!important}
