.login-page{min-height:100%;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(135deg,#0d0d0d,#1a1a1a 55%,#2a0a0c)}.login-card{width:100%;max-width:400px;background:var(--white);border-radius:18px;padding:2.5rem 2.25rem;box-shadow:0 24px 60px #00000073;border-top:5px solid var(--red)}.login-brand{text-align:center;margin-bottom:1.75rem}.login-logo-img{width:72px;height:72px;object-fit:contain}.login-tagline{margin:.6rem 0 0;font-size:.8rem;font-weight:500;letter-spacing:.5px;color:var(--gray-600);text-transform:uppercase}.login-title{margin:0;font-size:1.6rem;font-weight:700;color:var(--black)}.login-subtitle{margin:.15rem 0 1.5rem;color:var(--gray-400);font-size:.9rem;font-weight:500}.login-form{display:flex;flex-direction:column;gap:1.1rem}.field{display:flex;flex-direction:column;gap:.4rem}.field>span{font-size:.8rem;font-weight:600;color:var(--black)}.field input{width:100%;padding:.75rem .85rem;border:1.5px solid var(--gray-200);border-radius:10px;font-size:.95rem;transition:border-color .15s ease,box-shadow .15s ease;outline:none}.field input:focus{border-color:var(--red);box-shadow:0 0 0 3px #e11d2a1f}.password-wrap{position:relative;display:flex;align-items:center}.password-wrap input{padding-right:4rem}.toggle-pass{position:absolute;right:.5rem;background:none;border:none;color:var(--red);font-size:.8rem;font-weight:600;padding:.3rem .5rem}.login-error{background:#e11d2a14;border:1px solid rgba(225,29,42,.3);color:var(--red-dark);padding:.6rem .75rem;border-radius:8px;font-size:.85rem;font-weight:500}.login-btn{margin-top:.25rem;padding:.8rem;background:var(--red);color:var(--white);border:none;border-radius:10px;font-size:1rem;font-weight:600;letter-spacing:.3px;transition:background .15s ease,transform .05s ease}.login-btn:hover:not(:disabled){background:var(--red-dark)}.login-btn:active:not(:disabled){transform:translateY(1px)}.login-btn:disabled{opacity:.65;cursor:not-allowed}.login-foot{margin:1.75rem 0 0;text-align:center;font-size:.75rem;color:var(--gray-400)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.gallery-card{margin:0;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.gallery-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0000001f}.gallery-card img{width:100%;height:160px;object-fit:cover;display:block}.gallery-card figcaption{padding:.7rem .85rem;display:flex;flex-direction:column;gap:2px}.gallery-card figcaption strong{font-size:.9rem}.gallery-card figcaption span{font-size:.78rem;color:var(--gray-600)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:200;padding:2rem;cursor:zoom-out}.lightbox img{max-width:90%;max-height:80vh;border-radius:10px;object-fit:contain}.lightbox-cap{color:var(--white);font-weight:500}.panel{display:flex;min-height:100vh;background:var(--gray-50)}.panel-sidebar{width:240px;background:var(--black);color:var(--white);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;flex-shrink:0}.panel-logo{display:flex;align-items:center;justify-content:center;padding:1.4rem 1.5rem;border-bottom:1px solid #262626}.panel-logo img{width:52px;height:52px;object-fit:contain}.panel-nav{display:flex;flex-direction:column;padding:.75rem .6rem;gap:2px;overflow-y:auto}.panel-link{display:flex;align-items:center;gap:.7rem;padding:.65rem .85rem;border-radius:8px;color:#cfcfcf;font-size:.88rem;font-weight:500;transition:background .15s ease,color .15s ease}.panel-link:hover{background:#1c1c1c;color:var(--white)}.panel-link.active{background:var(--red);color:var(--white);font-weight:600}.panel-link-icon{width:20px;text-align:center}.panel-main{flex:1;min-width:0;display:flex;flex-direction:column}.panel-topbar{display:flex;align-items:center;gap:1rem;padding:.85rem 1.5rem;background:var(--white);border-bottom:2px solid var(--gray-200);position:sticky;top:0;z-index:20}.panel-topbar-title{font-weight:700;font-size:1.05rem}.panel-user{margin-left:auto;display:flex;align-items:center;gap:.7rem;font-size:.85rem}.panel-role{text-transform:uppercase;font-weight:700;font-size:.65rem;background:var(--red);color:var(--white);padding:.2rem .55rem;border-radius:999px;letter-spacing:.5px}.panel-username{font-weight:600}.panel-logout{background:var(--black);color:var(--white);border:none;padding:.45rem .9rem;border-radius:8px;font-weight:600;font-size:.8rem}.panel-logout:hover{background:var(--red)}.panel-burger{display:none;background:none;border:none;font-size:1.3rem}.panel-content{padding:1.75rem;flex:1}.page-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.page-head h2{margin:0;font-size:1.4rem;font-weight:700}.page-head p{margin:.15rem 0 0;color:var(--gray-600);font-size:.85rem}.btn{border:none;border-radius:8px;padding:.6rem 1.1rem;font-weight:600;font-size:.85rem;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.btn-primary{background:var(--red);color:var(--white)}.btn-primary:hover{background:var(--red-dark)}.btn-dark{background:var(--black);color:var(--white)}.btn-ghost{background:transparent;border:1.5px solid var(--gray-200);color:var(--black)}.btn-sm{padding:.35rem .7rem;font-size:.78rem}.btn-danger{background:transparent;color:var(--red);border:1.5px solid rgba(225,29,42,.4)}.btn-danger:hover{background:var(--red);color:var(--white)}.btn-success{background:#16794a;color:var(--white)}.card{background:var(--white);border-radius:14px;border:1px solid var(--gray-200);box-shadow:0 4px 16px #00000008}.card-pad{padding:1.25rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.stat{background:var(--white);border:1px solid var(--gray-200);border-left:4px solid var(--red);border-radius:12px;padding:1rem 1.2rem}.stat .stat-label{font-size:.75rem;color:var(--gray-600);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.stat .stat-value{font-size:1.5rem;font-weight:800;margin-top:.2rem}.table-wrap{background:var(--white);border:1px solid var(--gray-200);border-radius:14px;overflow:hidden}table.data{width:100%;border-collapse:collapse;font-size:.86rem}table.data th{text-align:left;padding:.8rem 1rem;background:var(--black);color:var(--white);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}table.data td{padding:.75rem 1rem;border-bottom:1px solid var(--gray-200);vertical-align:middle}table.data tr:last-child td{border-bottom:none}table.data tbody tr:hover{background:var(--gray-50)}.person{display:flex;align-items:center;gap:.65rem}.person .p-name{font-weight:600}.person .p-sub{font-size:.75rem;color:var(--gray-600)}.avatar{border-radius:50%;object-fit:cover;flex-shrink:0}.avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:var(--white);font-weight:700}.badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:capitalize}.badge-approved{background:#dcfce7;color:#15803d}.badge-pending{background:#fef9c3;color:#a16207}.badge-rejected{background:#fee2e2;color:#b91c1c}.badge-neutral{background:var(--gray-200);color:var(--gray-600)}.badge-red{background:#fee2e2;color:var(--red-dark)}.badge-black{background:var(--black);color:var(--white)}.policy-editor{width:100%;padding:1rem;border:1.5px solid var(--gray-200);border-radius:12px;font-family:inherit;font-size:.92rem;line-height:1.6;resize:vertical;outline:none}.policy-editor:focus{border-color:var(--red)}.doc-thumbs{display:flex;gap:6px;flex-wrap:wrap}.doc-thumbs img{height:34px;width:34px;object-fit:cover;border-radius:6px;border:1px solid var(--gray-200)}.view-toggle{display:inline-flex;border:1.5px solid var(--gray-200);border-radius:9px;overflow:hidden}.view-toggle button{border:none;background:var(--white);padding:.45rem .95rem;font-weight:600;font-size:.82rem;cursor:pointer;color:var(--gray-600)}.view-toggle button.active{background:var(--black);color:var(--white)}.att-pill{display:block;font-size:.68rem;font-weight:700;border-radius:5px;padding:1px 5px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.att-g{background:#dcfce7;color:#15803d}.att-y{background:#fef9c3;color:#a16207}.att-r{background:#fee2e2;color:#b91c1c}.att-n{background:var(--gray-200);color:var(--gray-600)}.att-rain{background:#dbeafe;color:#1e40af}.profile-setup{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gray-100);padding:1.5rem}.profile-card{width:100%;max-width:440px;background:#fff;border:1px solid var(--gray-200);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1rem}.profile-logo{height:40px;width:auto;object-fit:contain;align-self:flex-start}.profile-card h2{margin:0}.profile-sub{margin:0 0 .5rem;color:var(--gray-600)}.profile-photo-row{display:flex;align-items:center;gap:1rem}.profile-photo{height:72px;width:72px;border-radius:50%;object-fit:cover;border:1px solid var(--gray-200)}.profile-photo.placeholder{display:flex;align-items:center;justify-content:center;font-size:1.6rem;background:var(--gray-100);color:var(--gray-400)}.profile-hint{font-size:.75rem;color:var(--gray-500);margin-top:4px}.profile-actions{display:flex;justify-content:space-between;margin-top:.5rem}.cal-legend{display:flex;gap:1.25rem;margin:0 0 .9rem;font-size:.76rem;color:var(--gray-600);flex-wrap:wrap}.cal-legend span{display:inline-flex;align-items:center;gap:.35rem}.cal-legend i{width:12px;height:12px;border-radius:3px;display:inline-block}.cal-clickable{cursor:pointer;transition:background .12s ease}.cal-clickable:hover{background:var(--gray-50)}.day-detail{display:flex;flex-direction:column;gap:1rem}.day-detail-card{border:1px solid var(--gray-200);border-radius:12px;padding:1rem 1.1rem}.ddc-head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.ddc-head strong{font-size:.95rem}.ddc-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem 1.25rem}.ddc-grid>div{display:flex;flex-direction:column;gap:3px}.ddc-breaks{margin-top:.6rem;font-size:.8rem;color:var(--gray-600);text-transform:capitalize}.ddc-dsr{margin-top:.75rem}.ddc-dsr p{margin:3px 0 0;font-size:.88rem;line-height:1.5;white-space:pre-wrap}.ddc-note{margin-top:.6rem;font-size:.8rem;font-weight:600;color:var(--red-dark)}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.25rem}.review-grid>div{display:flex;flex-direction:column;gap:2px}.review-grid .full{grid-column:1 / -1}.rg-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--gray-600)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field.full{grid-column:1 / -1}.form-field label{font-size:.78rem;font-weight:600}.form-field input,.form-field select,.form-field textarea{padding:.55rem .7rem;border:1.5px solid var(--gray-200);border-radius:8px;font-size:.88rem;font-family:inherit;outline:none}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--red)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.modal{background:var(--white);border-radius:16px;width:100%;max-width:560px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;border-top:5px solid var(--red)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem;border-bottom:1px solid var(--gray-200)}.modal-head h3{margin:0;font-size:1.1rem}.modal-close{background:none;border:none;font-size:1.6rem;line-height:1;cursor:pointer;color:var(--gray-600)}.modal-body{padding:1.4rem;overflow-y:auto}.modal-foot{padding:1rem 1.4rem;border-top:1px solid var(--gray-200);display:flex;justify-content:flex-end;gap:.6rem}.empty,.loading{text-align:center;color:var(--gray-400);padding:3rem 1rem;font-weight:500}.error-banner{background:#fee2e2;color:var(--red-dark);padding:.7rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.85rem;font-weight:500}.toolbar{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.toolbar select,.toolbar input{padding:.5rem .7rem;border:1.5px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:.85rem}.cal{background:var(--white);border:1px solid var(--gray-200);border-radius:14px;overflow:hidden}.cal-head{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem;background:var(--black);color:var(--white)}.cal-head button{background:transparent;border:1.5px solid #444;color:var(--white);border-radius:8px;padding:.3rem .7rem;cursor:pointer}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr)}.cal-dow{text-align:center;padding:.5rem;font-size:.72rem;font-weight:700;text-transform:uppercase;color:var(--gray-600);border-bottom:1px solid var(--gray-200)}.cal-cell{min-height:84px;border:1px solid var(--gray-200);padding:.35rem;font-size:.75rem}.cal-cell.muted{background:var(--gray-50);color:var(--gray-400)}.cal-cell.today{outline:2px solid var(--red);outline-offset:-2px}.cal-date{font-weight:700;margin-bottom:.2rem}.cal-event{display:block;background:var(--red);color:var(--white);border-radius:5px;padding:1px 5px;margin-bottom:2px;font-size:.68rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cal-event.leave{background:var(--black)}.cal-event.bday{background:#a16207}.hint{font-size:.78rem;color:var(--gray-600);background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:.6rem .85rem;margin-bottom:1rem}@media (max-width: 860px){.panel-sidebar{position:fixed;left:0;top:0;z-index:60;transform:translate(-100%);transition:transform .2s ease}.panel-sidebar.open{transform:translate(0)}.panel-burger{display:block}.panel-username{display:none}.form-grid{grid-template-columns:1fr}}.rain-toggle{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.6rem .9rem;border:1px solid var(--gray-200);border-radius:10px;cursor:pointer;font-weight:600;font-size:.9rem;-webkit-user-select:none;user-select:none}.rain-toggle input{width:auto;cursor:pointer}.timer-card{display:flex;gap:1.5rem;align-items:center;justify-content:space-between;flex-wrap:wrap;background:var(--white);border:1px solid var(--gray-200);border-left:5px solid var(--gray-400);border-radius:16px;padding:1.5rem 1.75rem}.timer-card.state-working{border-left-color:#16794a}.timer-card.state-on_lunch{border-left-color:#a16207}.timer-card.state-on_break{border-left-color:#6b7280}.timer-card.state-ended{border-left-color:var(--red)}.timer-left{flex:1;min-width:260px}.state-pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:.25rem .6rem;border-radius:999px;background:var(--gray-200);color:var(--gray-600)}.state-pill.state-working{background:#dcfce7;color:#15803d}.state-pill.state-on_lunch{background:#fef9c3;color:#a16207}.state-pill.state-on_break{background:#e5e7eb;color:#374151}.state-pill.state-ended{background:#fee2e2;color:var(--red-dark)}.dot{width:8px;height:8px;border-radius:50%;background:currentColor}.dot.live{animation:pulse 1.2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}.timer-clock{font-size:3rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:1px;margin:.4rem 0 .1rem;color:var(--black)}.timer-sub{color:var(--gray-600);font-size:.85rem;font-weight:500}.timer-bar{margin:.75rem 0 .6rem;height:8px;background:var(--gray-200);border-radius:999px;overflow:hidden;max-width:420px}.timer-bar-fill{height:100%;background:linear-gradient(90deg,#16794a,var(--red));transition:width .5s ease}.timer-meta{font-size:.82rem;color:var(--gray-600)}.timer-actions{display:flex;flex-direction:column;gap:.6rem;align-items:stretch;min-width:200px}.btn-big{border:none;border-radius:12px;padding:1rem 2rem;font-size:1.05rem;font-weight:700;color:var(--white);cursor:pointer}.btn-big:disabled{opacity:.6;cursor:not-allowed}.btn-in{background:#16794a}.btn-in:hover:not(:disabled){background:#12613b}.btn-out{background:var(--red)}.btn-out:hover:not(:disabled){background:var(--red-dark)}.btn-half{background:#b45309}.btn-half:hover:not(:disabled){background:#92400e}.btn-big small{display:block;font-size:.7rem;font-weight:500;opacity:.85;margin-top:2px}.daytype-choice{display:flex;flex-direction:column;gap:.6rem}.pill-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.day-tag{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;padding:.2rem .55rem;border-radius:999px}.day-tag.full{background:#e0e7ff;color:#3730a3}.day-tag.half{background:#ffedd5;color:#9a3412}.day-tag.sm{margin-left:4px;font-size:.62rem;padding:.12rem .45rem}.checkout-options{display:flex;flex-direction:column;gap:.5rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:.85rem}.checkout-title{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--gray-600)}.opt-lunch{background:#fef9c3;color:#854d0e;justify-content:flex-start}.opt-break{background:#e5e7eb;color:#374151;justify-content:flex-start}.opt-end{background:var(--black);color:var(--white);justify-content:flex-start}.opt-lunch:hover{background:#fde68a}.opt-break:hover{background:#d1d5db}.opt-end:hover{background:var(--red)}.ended-actions{display:flex;flex-direction:column;gap:.5rem;align-items:center}.ended-note{text-align:center;font-weight:700;color:#15803d;padding:.3rem}.work-pill{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-weight:700;font-size:.8rem}.work-green{background:#dcfce7;color:#15803d}.work-yellow{background:#fef9c3;color:#a16207}.work-red{background:#fee2e2;color:#b91c1c}.delta{font-weight:700;font-size:.82rem}.delta.up{color:#15803d}.delta.down{color:#b91c1c}.dsr-cell{max-width:240px}.dsr-link{background:none;border:none;padding:0;text-align:left;color:var(--black);font:inherit;cursor:pointer;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.dsr-link:hover{color:var(--red);text-decoration:underline}.policy-list{display:flex;flex-direction:column;gap:1rem;max-width:760px}.policy-item{display:flex;gap:1rem;background:var(--white);border:1px solid var(--gray-200);border-left:4px solid var(--red);border-radius:12px;padding:1.1rem 1.25rem}.policy-num{font-size:1.4rem;font-weight:800;color:var(--red);line-height:1;flex-shrink:0}.policy-item h3{margin:0 0 .35rem;font-size:1rem}.policy-item p{margin:0;color:var(--gray-600);font-size:.88rem;line-height:1.5}:root{--black: #0d0d0d;--white: #ffffff;--red: #e11d2a;--red-dark: #b3141f;--gray-50: #f6f6f7;--gray-200: #e4e4e7;--gray-400: #a1a1aa;--gray-600: #52525b;font-family:Poppins,system-ui,sans-serif;color:var(--black);background:var(--white)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0}button{font-family:inherit;cursor:pointer}input{font-family:inherit}a{color:var(--red);text-decoration:none}
