@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Pacifico&display=swap";.dash-layout{background:linear-gradient(135deg,#f0f4f8 0%,#e0e8f0 100%);width:100vw;height:100vh;display:flex;overflow:hidden}.sidebar{-webkit-backdrop-filter:blur(20px);z-index:10;background:#ffffffb3;border-right:1px solid #ffffff80;flex-direction:column;width:260px;min-width:260px;height:100%;padding:1.5rem;transition:all .3s;display:flex;box-shadow:2px 0 10px #00000005}.sidebar-header{align-items:center;min-height:36px;margin-bottom:2rem;display:flex}.sidebar-header .brand-wordmark{color:var(--color-navy-900);margin:0;font-size:2rem}.sidebar-header h2{color:var(--color-navy-900);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.sidebar-header .logo-icon{background:var(--color-accent-500);color:#fff;border-radius:.75rem;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.sidebar-link{color:var(--color-surface-600);cursor:pointer;border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.sidebar-link svg{width:1.25rem;height:1.25rem;color:var(--color-surface-400);transition:color .2s}.sidebar-link:hover{color:var(--color-navy-800);background:#fffc;transform:translate(4px)}.sidebar-link:hover svg{color:var(--color-accent-500)}.sidebar-link.active{background:var(--color-accent-500);color:#fff;box-shadow:0 4px 12px #2563eb33}.sidebar-link.active svg{color:#fff}.sidebar-link.active:hover{transform:none}.sidebar-profile{background:#fff;border-radius:1rem;align-items:flex-start;gap:.75rem;margin-top:auto;margin-bottom:1rem;padding:1rem;display:flex;box-shadow:0 2px 8px #00000008}.sidebar-profile .avatar{background:var(--color-accent-100);width:2.5rem;height:2.5rem;color:var(--color-accent-600);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.sidebar-profile .info{flex:1;overflow:hidden}.sidebar-profile .info .name{color:var(--color-navy-900);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.sidebar-profile .info .role{color:var(--color-surface-500);font-size:.75rem}.sidebar-profile .sidebar-plan{border-top:1px solid var(--color-surface-100);color:var(--color-navy-800);flex-direction:column;gap:.375rem;margin-top:.5rem;padding-top:.5rem;font-size:.75rem;font-weight:600;display:flex}.sidebar-profile .sidebar-upgrade-link{width:max-content;max-width:100%;color:var(--color-accent-600);align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;line-height:1.2;transition:color .2s;display:inline-flex}.sidebar-profile .sidebar-upgrade-link svg{flex-shrink:0}.sidebar-profile .sidebar-upgrade-link:hover{color:var(--color-accent-500)}.sidebar-footer{border-top:1px solid #0000000d;padding-top:1rem}.sidebar-footer .logout-btn{color:#ef4444;border-radius:.75rem;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.sidebar-footer .logout-btn svg{width:1.25rem;height:1.25rem}.sidebar-footer .logout-btn:hover{background:#fee2e2}.dash-main{-webkit-backdrop-filter:blur(10px);background:#fff6;flex:1;padding:2rem 3rem;overflow-y:auto}.dash-main-container{max-width:1100px;margin:0 auto}.dash-header{margin-bottom:2rem}.dash-header h1{color:var(--color-navy-900);letter-spacing:-.02em;margin-bottom:.25rem;font-size:2rem;font-weight:700}.dash-header p{color:var(--color-surface-500);font-size:.9375rem}.dash-grid-top{grid-template-columns:minmax(0,1.65fr) minmax(24rem,1fr);align-items:stretch;gap:1rem;margin-bottom:1.5rem;display:grid}@media (width<=1024px){.dash-grid-top{grid-template-columns:1fr}}.dash-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.dashboard-stat-card{aspect-ratio:1;flex-direction:column;justify-content:center;min-height:0;display:flex}.dashboard-stat-heading{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.dashboard-stat-label{color:var(--color-surface-500);letter-spacing:.04em;text-transform:uppercase;font-size:.8125rem;font-weight:700}.dashboard-stat-value{color:var(--color-navy-900);letter-spacing:-.04em;margin-top:.45rem;font-size:2rem;font-weight:800;line-height:1}.dashboard-stat-value.positive{color:var(--color-success-600)}.dashboard-stat-value.negative{color:var(--color-danger-600)}.dashboard-stat-value.accent{color:var(--color-accent-600)}.dashboard-stat-note{color:var(--color-surface-400);margin-top:.5rem;font-size:.8125rem;font-weight:600}.dashboard-stat-note.positive{color:var(--color-success-600)}.btn-refresh-stats{width:2rem;height:2rem;color:var(--color-surface-400);border-radius:.625rem;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.btn-refresh-stats:hover:not(:disabled){background:var(--color-surface-100);color:var(--color-accent-500)}.btn-refresh-stats:disabled{opacity:.5;cursor:not-allowed}.dash-card{background:#fff;border:1px solid #e2e8f099;border-radius:1.25rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -2px #00000005}.dash-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d}.dash-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dash-card-header .title{color:var(--color-surface-800);align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.dash-card-header .title svg{width:1.25rem;height:1.25rem;color:var(--color-accent-500)}.today-point-card{height:100%;min-height:11.25rem}.today-info{align-items:center;gap:1.5rem;padding:.25rem 0;display:flex}.today-info .clock-display{color:var(--color-navy-900);letter-spacing:-.04em;font-variant-numeric:tabular-nums;margin-bottom:-1px;font-size:3.25rem;font-weight:800;line-height:1}.today-info .status-badge{border-radius:2rem;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.today-info .status-badge.active{color:#166534;background:#dcfce7}.today-info .status-badge.active .dot{background:#22c55e}.today-info .status-badge.inactive{color:#991b1b;background:#fee2e2}.today-info .status-badge.inactive .dot{background:#ef4444}.today-info .status-badge .dot{border-radius:50%;width:6px;height:6px}.today-info .actions{gap:.75rem;margin-left:auto;display:flex}.date-display{color:var(--color-surface-500);letter-spacing:.04em;text-transform:uppercase;font-size:.8125rem;font-weight:700}.dashboard-point-actions{flex-direction:column;align-items:flex-end;gap:.25rem;margin-left:auto;display:flex}.dashboard-point-actions-label{color:var(--color-surface-400);letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-weight:800}.btn-primary.dashboard-register-button,.btn-success.dashboard-register-button,.btn-danger.dashboard-register-button{width:auto;min-width:220px;box-shadow:var(--shadow-card)}.btn-direct-exit{width:100%;color:var(--color-danger-600);text-align:center;border:1px solid #0000;border-radius:.5rem;margin-top:.4rem;padding:.45rem .75rem;font-size:.8125rem;font-weight:700;transition:all .2s}.btn-direct-exit:hover:not(:disabled),.btn-direct-exit.is-ready{color:var(--color-danger-700);background:#fee2e2;border-color:#fecaca}.btn-direct-exit:disabled{color:var(--color-surface-400);cursor:not-allowed}.history-card{overflow:hidden}.history-card-actions{justify-content:flex-end;align-items:center;gap:.5rem;margin-left:auto;display:flex}.dashboard-month-select{appearance:auto;background-color:#fff;border-radius:.625rem;width:auto;min-width:11rem;padding:.4rem .75rem;font-size:.8rem}.btn-secondary.dashboard-report-button{width:auto;min-width:10rem;padding:.55rem 1rem;font-size:.85rem}@media (width<=768px){.history-card .dash-card-header,.history-card-actions{flex-direction:column;align-items:stretch}.history-card-actions{width:100%;margin-left:0}.dashboard-month-select{width:100%}}.timeline-container{flex-direction:column;gap:1rem;display:flex}.timeline-header{color:var(--color-surface-400);border-bottom:1px solid var(--color-surface-200);padding-bottom:.5rem;font-size:.75rem;font-weight:500;display:flex}.timeline-header .date-spacer{width:120px}.timeline-header .info-spacer{width:150px}.timeline-header .hours-track{flex:1;justify-content:space-between;padding:0 1rem;display:flex}.timeline-list{flex-direction:column;gap:.75rem;display:flex}.timeline-empty-state{color:var(--color-surface-400);text-align:center;justify-content:center;padding:2rem;display:flex}.timeline-row{background:var(--color-surface-50);border-radius:.75rem;align-items:center;min-height:4rem;padding:.5rem 0;transition:all .2s;display:flex}.timeline-row.extra-day{background:#f59e0b0d;border:1px solid #f59e0b33}.timeline-row.extra-day .col-date .day-name{color:#d97706}.timeline-row .col-date{border-right:1px dashed var(--color-surface-200);flex-direction:column;align-items:center;width:120px;display:flex}.timeline-row .col-date .day-name{color:var(--color-surface-500);text-transform:uppercase;flex-direction:column;align-items:center;gap:2px;font-size:.75rem;font-weight:600;display:flex}.timeline-row .col-date .badge-extra{color:#fff;letter-spacing:.05em;background:#f59e0b;border-radius:4px;padding:1px 4px;font-size:.6rem}.timeline-row .col-date .day-date{color:var(--color-navy-900);font-size:1.125rem;font-weight:700}.timeline-row .col-track{flex:1;align-items:center;height:100%;padding:0 1rem;display:flex}.timeline-row .col-track .track-bg{border:1px solid var(--color-surface-200);background:#fff;border-radius:.5rem;width:100%;height:2.5rem;position:relative;overflow:hidden}.timeline-row .col-track .track-worked{background:#22c55e26;border:1px solid #22c55e4d;border-radius:4px;justify-content:space-between;align-items:center;padding:0 .5rem;display:flex;position:absolute;top:0;bottom:0}.timeline-row .col-track .track-worked.is-active{background:linear-gradient(90deg,#22c55e40 0%,#0000 100%);border-right:none;animation:2s ease-in-out infinite pulse-active;box-shadow:0 0 15px #22c55e33}.timeline-row .col-track .track-worked{white-space:nowrap;overflow:hidden}.timeline-row .col-track .track-worked .track-label{color:#166534;z-index:2;background:#ffffff80;border-radius:4px;padding:0 4px;font-size:.65rem;font-weight:600}.timeline-row .col-track .track-extra{z-index:3;background:#f59e0b33;border:1px solid #f59e0b66;border-radius:4px;justify-content:flex-end;align-items:center;padding:0 .5rem;display:flex;position:absolute;top:0;bottom:0}.timeline-row .col-track .track-extra.is-active{background:linear-gradient(90deg,#f59e0b4d 0%,#0000 100%);border-right:none;animation:2s ease-in-out infinite pulse-active;box-shadow:0 0 15px #f59e0b33}.timeline-row .col-track .track-extra .track-label{color:#92400e;background:#ffffff80;border-radius:4px;padding:0 4px;font-size:.65rem;font-weight:600}.timeline-row .col-track .track-break{z-index:1;background:#e2e8f04d;border-left:1px dashed #94a3b880;border-right:1px dashed #94a3b880;justify-content:center;align-items:center;display:flex;position:absolute;top:4px;bottom:4px}.timeline-row .col-track .track-break .break-label{color:var(--color-surface-400);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;pointer-events:none;font-size:.65rem;font-weight:600}.timeline-row .col-track .track-now-indicator{z-index:10;background-color:#ef4444;width:2px;position:absolute;top:0;bottom:0}.timeline-row .col-track .track-now-indicator .now-dot{background-color:#ef4444;border-radius:50%;width:8px;height:8px;position:absolute;top:-3px;left:-3px}.timeline-row .col-info{justify-content:center;align-items:center;gap:1rem;width:150px;display:flex}.timeline-row .col-info .info-text{align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;display:flex}.timeline-row .col-info .info-text.success{color:#16a34a}.timeline-row .col-info .info-text.warning{color:#d97706}.timeline-row .col-info .info-text.muted{color:var(--color-surface-400)}.timeline-row .col-info .btn-ajuste{color:var(--color-surface-400);border-radius:.375rem;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:inline-flex}.timeline-row .col-info .btn-ajuste:hover{background:var(--color-surface-100);color:var(--color-accent-500)}@media (width<=768px){.dash-stats-grid{grid-template-columns:1fr}.today-info{flex-direction:column;align-items:stretch}.dashboard-point-actions{align-items:stretch;width:100%;margin-left:0}.btn-primary.dashboard-register-button,.btn-success.dashboard-register-button,.btn-danger.dashboard-register-button,.btn-secondary.dashboard-report-button{width:100%}}@keyframes pulse-active{0%{opacity:.4;filter:brightness(.9)}50%{opacity:1;filter:brightness(1.2)}to{opacity:.4;filter:brightness(.9)}}.reports-page{flex-direction:column;gap:1.5rem;display:flex}.reports-header{box-shadow:var(--shadow-card);background:#ffffffb8;border:1px solid #ffffffd9;border-radius:.85rem;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.reports-header h1{color:var(--color-navy-900);margin-top:.25rem;font-size:1.75rem;font-weight:800;line-height:1.2}.reports-header p{color:var(--color-surface-500);margin-top:.25rem;font-size:.95rem}.reports-eyebrow{color:var(--color-accent-600);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:700}.reports-period-control{flex-direction:column;gap:.35rem;min-width:260px;display:flex}.reports-period-label{color:var(--color-surface-500);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:700;line-height:1}.reports-period-input{background:var(--color-surface-50);border:1px solid var(--color-surface-200);border-radius:.65rem;align-items:center;gap:.6rem;padding:.5rem .65rem;display:flex}.reports-period-input svg{color:var(--color-accent-500);flex-shrink:0}.reports-period-input .form-input{background:#fff;height:2.25rem;padding:.35rem .5rem}.reports-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.report-card{min-height:300px}.report-card .dash-card-header{align-items:center}.report-card-body{flex-direction:column;gap:1rem;padding-top:1rem;display:flex}.report-card-body p{color:var(--color-surface-500);font-size:.9rem;line-height:1.5}.report-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.report-actions .btn-secondary{justify-content:center;min-height:1rem;padding:.75rem}.report-refresh-btn{justify-content:center;width:2.25rem;min-width:2.25rem;height:2.25rem;padding:0}.report-selected-user,.report-scope-note{border:1px solid var(--color-surface-200);background:var(--color-surface-50);color:var(--color-surface-600);border-radius:.75rem;flex-direction:column;gap:.25rem;padding:.75rem;font-size:.8rem;display:flex}.report-selected-user span:last-child{color:var(--color-accent-600);text-transform:uppercase;font-weight:700}.report-scope-note{line-height:1.5}@media (width<=1180px){.reports-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=780px){.reports-header{flex-direction:column;align-items:stretch}.reports-period-control{width:100%}.reports-grid{grid-template-columns:1fr}}.team-stats{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.team-stat-item{min-width:9rem}.team-stat-label{color:var(--color-surface-500);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:700}.team-stat-value{color:var(--color-navy-900);align-items:center;gap:.35rem;margin-top:.25rem;font-size:1.5rem;font-weight:800;line-height:1;display:flex}.team-stat-value.positive{color:var(--color-success-600)}.team-stat-value.warning{color:#d97706}.team-stat-value.danger{color:var(--color-danger-600)}.team-stats-actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.btn-primary.team-toolbar-button,.btn-secondary.team-toolbar-button{width:auto;min-width:8rem;padding:.55rem 1rem;font-size:.85rem}.btn-primary.team-invite-button{width:auto;margin-top:1.25rem;padding-inline:1.25rem}.team-filters{align-items:center;gap:1rem;margin-top:1rem;display:flex}.team-search-field{flex:1}.team-filter-buttons{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.team-table-card{margin-top:1rem;padding:0;overflow:hidden}.team-table-container{overflow-x:auto}.team-table{border-collapse:collapse;width:100%}.team-table th{background-color:var(--color-surface-100);color:var(--color-surface-700);text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:600}.team-table th,.team-table td{padding:.875rem 1rem}.team-table td{border-top:1px solid var(--color-surface-200);vertical-align:middle}.team-table-row{transition:background-color .15s}.team-table-row:hover{background-color:var(--color-surface-50)}.team-table-row .btn-action{color:var(--color-surface-400);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.4rem;transition:all .15s}.team-table-row .btn-action:hover{background-color:var(--color-surface-200);color:var(--color-navy-700)}.team-table-row .btn-action:disabled{opacity:.35;cursor:not-allowed;transform:none}.team-table-row .btn-action:disabled:hover{color:var(--color-surface-400);background:0 0}.team-table-row .btn-action:active{transform:scale(.95)}.text-center{text-align:center}.team-table-empty{height:6rem;color:var(--color-surface-400);text-align:center}.team-table-empty .spinner{border-color:var(--color-surface-200);border-top-color:var(--color-accent-500);margin:0 auto}.team-member-cell{align-items:center;gap:.75rem;display:flex}.team-member-avatar{background:var(--color-accent-100,#dbeafe);width:2.25rem;height:2.25rem;color:var(--color-accent-600);border-radius:50%;justify-content:center;align-items:center;font-size:.8125rem;font-weight:800;display:flex}.team-member-heading{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.team-member-name{color:var(--color-navy-900);font-weight:700}.team-member-email,.team-last-access{color:var(--color-surface-500);font-size:.8125rem}.team-row-actions{justify-content:center;align-items:center;gap:.25rem;display:flex}.status-badge{border-radius:2rem;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.status-badge.ativo{color:#166534;background:#dcfce7}.status-badge.ativo .dot{background:#22c55e}.status-badge.inativo{color:#991b1b;background:#fee2e2}.status-badge.inativo .dot{background:#ef4444}.status-badge.pendente{color:#92400e;background:#fef3c7}.status-badge.pendente .dot{background:#f59e0b}.status-badge .dot{border-radius:50%;width:6px;height:6px}.modal-content .modal-header{border-bottom:1px solid var(--color-surface-200);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-content .modal-header h3{color:var(--color-navy-900);font-size:1.125rem;font-weight:700}.modal-content .modal-header .modal-close{color:var(--color-surface-400);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.25rem;transition:all .15s}.modal-content .modal-header .modal-close:hover{background-color:var(--color-surface-100);color:var(--color-danger-500)}.modal-content .modal-body{padding:1.5rem}.team-dashboard-modal{width:60vw;min-width:min(860px,100vw - 2rem);max-width:calc(100vw - 2rem);max-height:calc(100vh - 2rem);overflow:hidden}.team-dashboard-modal .modal-body{max-height:calc(100vh - 7rem);overflow-y:auto}.team-point-dashboard{flex-direction:column;gap:1rem;display:flex}.team-point-header{align-items:center;gap:.875rem;display:flex}.team-point-header h4{color:var(--color-navy-900);margin:0;font-size:1rem}.team-point-header p{color:var(--color-surface-500);margin:.125rem 0 0;font-size:.8125rem}.team-point-header .status-badge{margin-left:auto}.team-point-avatar{background:var(--color-accent-500);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-weight:700;display:flex}.team-point-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.team-point-stats>div{border:1px solid var(--color-surface-200);background:var(--color-surface-50);border-radius:.75rem;padding:.875rem}.team-point-stats span{color:var(--color-surface-500);margin-bottom:.25rem;font-size:.75rem;display:block}.team-point-stats strong{color:var(--color-navy-900);font-size:1.25rem}.team-point-stats strong.positive{color:#16a34a}.team-point-stats strong.negative{color:var(--color-danger-500)}.team-point-history{border-top:1px solid var(--color-surface-200);padding-top:1rem}.team-point-history .dash-card-header{align-items:center;gap:.75rem;margin-bottom:.75rem}.team-point-history-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;margin-left:auto;display:flex}.btn-secondary.team-history-button,.btn-secondary.team-history-report-button{width:auto;padding:.55rem 1rem;font-size:.85rem}.team-month-select{appearance:auto;background-color:#fff;border-radius:.625rem;flex:0 0 15rem;width:auto;min-width:15rem;max-width:18rem;padding:.4rem .75rem;font-size:.8rem}.team-point-timeline{overflow-x:auto}.team-point-timeline .timeline-header,.team-point-timeline .timeline-row{min-width:720px}.team-point-timeline .hours-track span{white-space:nowrap}.team-point-timeline .col-info{gap:.5rem;min-width:132px}.team-point-timeline .btn-ajuste{color:var(--color-surface-400);cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.25rem;display:inline-flex}.team-point-timeline .btn-ajuste:hover{background:var(--color-surface-100);color:var(--color-accent-500)}.team-point-empty{color:var(--color-surface-400);text-align:center;justify-content:center;padding:2rem;display:flex}.avatar-small{flex-shrink:0}.team-role-badge{text-transform:uppercase;border-radius:999px;align-items:center;min-height:1.25rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:700;line-height:1;display:inline-flex}.team-role-badge.self{background:var(--color-surface-100);color:var(--color-surface-700);border:1px solid var(--color-surface-200)}.team-role-badge.admin{color:#1e40af;background:#dbeafe;border:1px solid #bfdbfe}.team-inline-note{border:1px solid var(--color-surface-200);background:var(--color-surface-50);color:var(--color-surface-600);border-radius:.75rem;padding:.75rem;font-size:.8125rem}.team-modal-stack{flex-direction:column;gap:1rem;display:flex}.team-modal-text{color:var(--color-surface-600);font-size:.875rem;line-height:1.5}.team-modal-input{width:100%}.team-modal-submit{min-height:2.75rem}.team-modal-spinner{width:1rem;height:1rem}.team-modal-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.form-group.compact{margin-bottom:0}.team-action-message{text-align:center;border-radius:.75rem;padding:.75rem;font-size:.875rem}.team-action-message.error{color:#b91c1c;background:#fee2e2}.team-action-message.success{color:#166534;background:#dcfce7}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.team-table{font-size:.875rem}.team-table th,.team-table td{padding:.75rem .5rem}.team-stats{flex-direction:column;align-items:stretch;gap:.75rem}.team-stats-actions,.team-filters,.team-filter-buttons{flex-direction:column;align-items:stretch;width:100%}.btn-primary.team-toolbar-button,.btn-secondary.team-toolbar-button,.btn-primary.team-invite-button,.btn-secondary.team-history-button,.btn-secondary.team-history-report-button{width:100%}}.pricing-page{background:linear-gradient(#fff 0%,#f8fafc 15%,#e8eef6 35%,#c7d6e8 55%,#4a6fa5 80%,#1e3a6a 100%);flex-direction:column;align-items:center;min-height:100vh;padding:3rem 1.5rem;display:flex;position:relative;overflow:hidden}.pricing-page:before,.pricing-page:after{content:"";pointer-events:none;filter:blur(80px);border-radius:50%;position:absolute}.pricing-page:before{background:#60a5fa1f;width:500px;height:500px;top:-120px;right:-100px}.pricing-page:after{background:#1e3a6a14;width:600px;height:600px;bottom:-200px;left:-150px}.pricing-content{z-index:10;width:100%;max-width:1100px;animation:.5s ease-out forwards scale-in;position:relative}.pricing-header{text-align:center;margin-bottom:2.5rem}.pricing-header h1{color:var(--color-surface-900);letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.pricing-header p{color:var(--color-surface-500);max-width:480px;margin:0 auto;font-size:1.0625rem;line-height:1.5}.billing-toggle{justify-content:center;align-items:center;gap:.875rem;margin-bottom:2.5rem;display:flex}.billing-label{color:var(--color-surface-500);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.9375rem;font-weight:600;transition:color .3s}.billing-label.active{color:var(--color-surface-900)}.toggle-switch{cursor:pointer;width:56px;height:30px;position:relative}.toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-switch .toggle-track{background:var(--color-surface-300);border-radius:999px;transition:background .3s;position:absolute;inset:0}.toggle-switch .toggle-thumb{background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.toggle-switch input:checked~.toggle-track{background:var(--color-accent-500)}.toggle-switch input:checked~.toggle-thumb{transform:translate(26px)}.billing-badge{color:#15803d;text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:999px;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;animation:.3s ease-out forwards fade-in-up}.pricing-badge-icon{vertical-align:-.125rem;margin-right:.25rem;display:inline-flex}.team-monthly-note{min-height:1.75rem;color:var(--color-surface-500);margin:.5rem 0;font-size:.75rem;font-weight:600}.pricing-cards{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;display:grid}.pricing-card{-webkit-backdrop-filter:blur(16px);background:#ffffffd9;border:1px solid #e2e8f0b3;border-radius:1.25rem;flex-direction:column;padding:2rem 1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.pricing-card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(#e2e8f080,#0000);border-radius:1.25rem;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px #0000001f,0 8px 16px -6px #0000000f}.pricing-card.popular{border-color:var(--color-accent-400);background:#fffffff2;box-shadow:0 8px 30px -6px #2563eb2e,0 4px 10px -4px #2563eb14}.pricing-card.popular:before{background:linear-gradient(180deg, var(--color-accent-400), transparent)}.pricing-card.popular:hover{box-shadow:0 24px 48px -12px #2563eb38,0 10px 20px -6px #2563eb1a}.pricing-card.enterprise{background:#f8fafce6}.popular-badge{background:linear-gradient(135deg, var(--color-accent-500), var(--color-accent-400));color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:0 0 .625rem .625rem;padding:.375rem .875rem;font-size:.6875rem;font-weight:700;position:absolute;top:0;right:1.5rem;box-shadow:0 4px 12px -2px #2563eb59}.pricing-card-icon{border-radius:.875rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.25rem;display:flex}.pricing-card-icon.starter{color:var(--color-accent-500);background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.pricing-card-icon.pro{color:#4f46e5;background:linear-gradient(135deg,#c7d2fe,#a5b4fc)}.pricing-card-icon.enterprise-icon{color:var(--color-surface-600);background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.pricing-card-name{color:var(--color-surface-900);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.pricing-card-desc{color:var(--color-surface-500);margin-bottom:1.5rem;font-size:.8125rem;line-height:1.4}.pricing-amount{align-items:baseline;gap:.25rem;min-height:3.5rem;margin-bottom:.25rem;display:flex}.price-currency{color:var(--color-surface-600);align-self:flex-start;margin-top:.5rem;font-size:1rem;font-weight:600}.price-value{color:var(--color-surface-900);letter-spacing:-.03em;font-size:2.5rem;font-weight:800;line-height:1;transition:all .4s cubic-bezier(.4,0,.2,1)}.price-period{color:var(--color-surface-500);font-size:.875rem;font-weight:500}.price-contact{color:var(--color-surface-700);align-items:center;min-height:3.5rem;font-size:1.5rem;font-weight:700;display:flex}.pricing-savings{color:#16a34a;background:#f0fdf4;border-radius:999px;align-items:center;gap:.25rem;margin-bottom:1.5rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;animation:.3s ease-out forwards fade-in-up;display:inline-flex}.price-original{color:var(--color-surface-400);min-height:1.25rem;margin-bottom:.5rem;font-size:.8125rem;text-decoration:line-through}.price-placeholder{min-height:1.75rem}.pricing-features{flex-direction:column;flex:1;gap:.625rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.pricing-features li{color:var(--color-surface-600);align-items:center;gap:.5rem;font-size:.8125rem;line-height:1.4;display:flex}.pricing-features li svg{color:var(--color-success-500);flex-shrink:0}.pricing-cta{cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.pricing-cta:active{transform:scale(.97)}.pricing-cta.primary{background:linear-gradient(135deg, var(--color-accent-500), var(--color-accent-600));color:#fff;box-shadow:0 4px 12px -2px #2563eb4d}.pricing-cta.primary:hover{transform:translateY(-1px);box-shadow:0 8px 20px -4px #2563eb66}.pricing-cta.secondary{color:var(--color-surface-700);border:1px solid var(--color-surface-200);background:#fff}.pricing-cta.secondary:hover{background:var(--color-surface-50);border-color:var(--color-surface-300);box-shadow:0 4px 12px -2px #00000014}.pricing-cta.outline{color:var(--color-surface-600);border:1px solid var(--color-surface-200);background:0 0}.pricing-cta.outline:hover{background:var(--color-surface-50);border-color:var(--color-surface-300)}.pricing-footer{text-align:center;color:var(--color-surface-400);margin-top:2.5rem;font-size:.8125rem}.pricing-footer a{color:var(--color-accent-500);cursor:pointer;font-weight:500;transition:color .2s}.pricing-footer a:hover{color:var(--color-accent-600)}.pricing-copyright{margin-top:.5rem}.billing-selection-page{overflow-y:auto}.billing-selection-header{margin-bottom:2rem}.billing-selection-header p{max-width:620px}.billing-trial-badge{color:#166534;text-transform:uppercase;letter-spacing:.04em;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;align-items:center;gap:.375rem;margin-bottom:1rem;padding:.4rem .75rem;font-size:.75rem;font-weight:800;display:inline-flex}.billing-selection-error{color:#991b1b;text-align:center;background:#fee2e2;border:1px solid #fecaca;border-radius:.75rem;max-width:560px;margin:0 auto 1.25rem;padding:.875rem 1rem;font-size:.875rem;font-weight:600}.billing-cycle-cards{align-items:stretch}.billing-cycle-card{min-height:520px}.billing-cycle-card.billing-cycle-featured{transform:translateY(-8px)}.billing-cycle-card .pricing-card-desc{min-height:2.5rem}.billing-cycle-price{margin-bottom:.125rem}.billing-cycle-total{min-height:1.25rem;color:var(--color-surface-600);margin-top:.875rem;font-size:.8125rem;font-weight:600}.billing-cycle-savings{background:var(--color-surface-100);width:fit-content;color:var(--color-surface-600);border-radius:999px;align-items:center;gap:.25rem;margin:.75rem 0 1.25rem;padding:.3rem .625rem;font-size:.75rem;font-weight:700;display:inline-flex}.billing-cycle-savings.featured{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.billing-cycle-features{margin-bottom:1.5rem}.billing-selection-footer{color:var(--color-surface-600);font-weight:600}.pricing-cta:disabled{opacity:.65;cursor:not-allowed;transform:none}.price-animate-in{animation:.35s cubic-bezier(.4,0,.2,1) forwards price-slide-in}@keyframes price-slide-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.pricing-cards{grid-template-columns:1fr;max-width:420px;margin:0 auto}.pricing-header h1{font-size:1.75rem}.billing-cycle-card.billing-cycle-featured{transform:none}}@media (width>=901px) and (width<=1100px){.pricing-cards{gap:1rem}.pricing-card{padding:1.5rem 1.25rem}}.requests-page{flex-direction:column;gap:1rem;display:flex}.requests-header{box-shadow:var(--shadow-card);background:#ffffffb8;border:1px solid #ffffffd9;border-radius:.85rem;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.requests-header h1{color:var(--color-navy-900);margin-top:.25rem;font-size:1.75rem;font-weight:800;line-height:1.2}.requests-header p{color:var(--color-surface-500);margin-top:.25rem;font-size:.95rem}.requests-eyebrow{color:var(--color-accent-600);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:700}.requests-toolbar{flex:36rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;width:min(100%,38rem);min-width:20rem;display:grid}.requests-search-field{border:1px solid var(--color-surface-200);background:#fff;border-radius:.85rem;align-items:center;gap:.65rem;width:100%;min-width:0;min-height:2.85rem;padding:0 .95rem;display:flex;box-shadow:inset 0 1px 2px #0f172a0a}.requests-search-field svg{color:var(--color-surface-400);flex-shrink:0}.requests-search-field input{width:100%;color:var(--color-navy-900);background:0 0;border:0;font-size:.95rem}.requests-search-field input::placeholder{color:var(--color-surface-400)}.requests-search-field input:focus{outline:none}.requests-search-field:focus-within{border-color:var(--color-accent-300);box-shadow:0 0 0 4px #3b82f61f}.requests-toolbar .btn-secondary.requests-refresh-button{border-radius:.85rem;flex:0 0 2.85rem;justify-content:center;align-items:center;width:2.85rem;min-width:2.85rem;height:2.85rem;padding:0;display:inline-flex}.requests-form-card .dash-card-header{margin-bottom:1.25rem}.requests-form{flex-direction:column;gap:1rem;display:flex}.requests-form .form-group,.requests-adjustment-fields .form-group{margin-bottom:0}.requests-form .form-input,.requests-adjustment-fields .form-input,.requests-file-input{min-height:3rem}.requests-form select.form-input,.requests-form input.form-input:not(textarea),.requests-adjustment-fields select.form-input,.requests-adjustment-fields input.form-input:not(textarea){height:3rem}.requests-form textarea.form-input{min-height:7rem}.requests-form-grid,.requests-adjustment-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.requests-adjustment-fields{background:var(--color-surface-50);border:1px solid var(--color-surface-200);border-radius:.85rem;grid-template-columns:repeat(3,minmax(0,1fr));padding:1rem}.requests-file-input{background:var(--color-surface-50);border:1px dashed var(--color-surface-300);height:3rem;color:var(--color-surface-600);cursor:pointer;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.requests-file-input svg{color:var(--color-accent-500)}.requests-file-input:hover{border-color:var(--color-accent-300);color:var(--color-accent-600);background:#fff}#anexos-solicitacao{display:none}.requests-submit-button{align-self:flex-end;width:auto;min-width:13rem}.requests-table-card{background:#fffffff5;border:1px solid #cbd5e1f2;padding:0;overflow:hidden;box-shadow:0 10px 24px -18px #0f172a47}.requests-table-container{background:#fff;overflow-x:auto}.requests-table{border-collapse:collapse;background:#fff;width:100%}.requests-table th{color:var(--color-navy-700);letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(#f8fbff 0%,#edf3f9 100%);font-size:.8125rem;font-weight:700}.requests-table th,.requests-table td{padding:.875rem 1rem}.requests-table td{border-top:1px solid var(--color-surface-200);vertical-align:middle;color:var(--color-surface-700);background:#fff}.requests-table tbody tr:hover,.requests-table tbody tr:hover td{background:#f8fbff}.requests-table .btn-action{width:2rem;height:2rem;color:var(--color-surface-400);border-radius:.5rem;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.requests-table .btn-action:hover:not(:disabled){background:var(--color-surface-200);color:var(--color-navy-700)}.requests-table .btn-action.success:hover:not(:disabled){color:var(--color-success-600);background:#dcfce7}.requests-table .btn-action.danger:hover:not(:disabled){color:var(--color-danger-600);background:#fee2e2}.requests-table .btn-action:disabled{opacity:.35;cursor:not-allowed}.requests-person-cell{flex-direction:column;gap:.125rem;display:flex}.requests-person-cell strong{color:var(--color-navy-900);font-size:.9rem}.requests-person-cell span{color:var(--color-surface-500);font-size:.8125rem}.request-status{border-radius:999px;align-items:center;min-height:1.65rem;padding:.25rem .65rem;font-size:.75rem;font-weight:800;display:inline-flex}.request-status.pendente{color:#92400e;background:#fef3c7}.request-status.aprovada{color:#166534;background:#dcfce7}.request-status.recusada{color:#991b1b;background:#fee2e2}.requests-attachment-count,.requests-row-actions{align-items:center;display:flex}.requests-attachment-count{color:var(--color-surface-500);gap:.35rem;font-weight:700}.requests-row-actions{justify-content:center;gap:.25rem}.requests-empty{height:6rem;color:var(--color-surface-500);text-align:center;background:#fff}.requests-spinner{border-color:var(--color-surface-200);border-top-color:var(--color-accent-500);margin:0 auto}.modal-content.request-detail-modal{width:min(960px,100vw - 2rem);max-width:min(960px,100vw - 2rem)}.modal-content.request-detail-modal .modal-body{max-height:calc(100vh - 8rem);overflow-y:auto}.request-detail{flex-direction:column;gap:1rem;display:flex}.request-detail-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.request-detail-header h4{color:var(--color-navy-900);margin:.25rem 0 0;font-size:1.1rem}.request-detail-header p{color:var(--color-surface-500);font-size:.875rem}.request-detail-eyebrow{color:var(--color-accent-600);letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:800}.request-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.request-detail-grid>div{background:var(--color-surface-50);border:1px solid var(--color-surface-200);border-radius:.75rem;padding:.8rem}.request-detail-grid span{color:var(--color-surface-500);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:800;display:block}.request-detail-grid strong{color:var(--color-navy-900);margin-top:.25rem;font-size:.875rem;display:block}.request-detail-grid-wide{grid-column:1/-1}.request-detail-section{flex-direction:column;gap:.45rem;display:flex}.request-detail-section>span{color:var(--color-surface-500);letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:800}.request-detail-section p{color:var(--color-surface-700);font-size:.9rem;line-height:1.55}.request-attachments-list{flex-direction:column;gap:.5rem;display:flex}.request-attachment{background:var(--color-surface-50);border:1px solid var(--color-surface-200);color:var(--color-surface-700);text-align:left;border-radius:.65rem;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;padding:.75rem;display:grid}.request-attachment span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.request-attachment small{color:var(--color-surface-500);font-weight:700}.request-attachment:hover{border-color:var(--color-accent-300);color:var(--color-accent-600)}.request-decision-panel{border-top:1px solid var(--color-surface-200);flex-direction:column;gap:.75rem;padding-top:1rem;display:flex}.request-modal-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}@media (width<=780px){.requests-header,.request-detail-header{flex-direction:column;align-items:stretch}.requests-toolbar{width:100%;min-width:0}.requests-search-field,.requests-submit-button{width:100%}.requests-form-grid,.requests-adjustment-fields,.request-detail-grid,.request-modal-actions{grid-template-columns:1fr}}:root{--color-navy-900:#0a1628;--color-navy-800:#0f2140;--color-navy-700:#162d54;--color-navy-600:#1e3a6a;--color-navy-500:#264a85;--color-navy-400:#3b6aab;--color-accent-600:#1a6dd4;--color-accent-500:#2563eb;--color-accent-400:#3b82f6;--color-accent-300:#60a5fa;--color-surface-50:#fafbfc;--color-surface-100:#f1f5f9;--color-surface-200:#e2e8f0;--color-surface-300:#cbd5e1;--color-surface-400:#94a3b8;--color-surface-500:#64748b;--color-surface-600:#475569;--color-surface-700:#334155;--color-surface-800:#1e293b;--color-surface-900:#0f172a;--color-danger-400:#f87171;--color-danger-500:#ef4444;--color-danger-600:#dc2626;--color-danger-700:#b91c1c;--color-success-400:#4ade80;--color-success-500:#22c55e;--color-success-600:#16a34a;--color-success-700:#15803d;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-logo:"Pacifico", "Segoe Script", "Brush Script MT", cursive;--shadow-card:0 1px 4px 0 #00000014, 0 2px 6px -1px #00000014;--shadow-card-hover:0 6px 12px -2px #0000001f, 0 3px 6px -3px #00000014;--shadow-elevated:0 20px 40px -8px #00000026, 0 8px 16px -6px #0000001a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:var(--font-sans);color:var(--color-surface-800);background:var(--color-surface-100);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input{font-family:inherit}.auth-layout-container{background:linear-gradient(#fff 0%,#f8fafc 15%,#e8eef6 35%,#c7d6e8 55%,#4a6fa5 80%,#1e3a6a 100%);justify-content:center;align-items:center;min-height:100vh;padding:3rem 1rem;display:flex;position:relative;overflow:hidden}.auth-layout-shapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.auth-layout-shapes .shape-1{filter:blur(64px);background-color:#60a5fa1a;border-radius:50%;width:24rem;height:24rem;position:absolute;top:-8rem;right:-8rem}.auth-layout-shapes .shape-2{filter:blur(64px);background-color:#1e3a6a14;border-radius:50%;width:31rem;height:31rem;position:absolute;bottom:-12rem;left:-8rem}.auth-content{z-index:10;justify-content:center;width:100%;display:flex;position:relative}.auth-page-width-md{width:100%;max-width:28rem}.auth-page-width-lg{width:100%;max-width:32rem}.auth-card{box-shadow:var(--shadow-elevated);background-color:#fff;border:1px solid #e2e8f099;border-radius:1rem;width:100%;padding:2.5rem}.auth-card.max-w-md{max-width:28rem}.auth-card.max-w-lg{max-width:32rem}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{color:var(--color-surface-900);letter-spacing:-.025em;font-size:1.5rem;font-weight:700}.auth-subtitle{color:var(--color-surface-500);margin-top:.5rem;font-size:.875rem}.auth-error-message{color:#b91c1c;text-align:center;background:#fee2e2;border-radius:.5rem;margin-bottom:1.5rem;padding:.75rem;font-size:.875rem}.auth-primary-action{margin-top:2.5rem}.form-group{margin-bottom:1.25rem}.form-label{color:var(--color-surface-700);margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon-right,.input-icon-left{color:var(--color-surface-400);align-items:center;display:flex;position:absolute}.input-icon-left{pointer-events:none;padding-left:.875rem;left:0}.input-icon-right{cursor:pointer;padding-right:.875rem;right:0}.input-icon-right:hover{color:var(--color-surface-600)}.form-input{border:1px solid var(--color-surface-200);background-color:var(--color-surface-50);width:100%;color:var(--color-surface-900);border-radius:.75rem;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;transition:all .2s;display:block}.form-input.has-icon-left{padding-left:2.5rem}.form-input.has-icon-right{padding-right:2.5rem}.form-input:hover{border-color:var(--color-surface-300)}.form-input:focus{border-color:var(--color-accent-500);background-color:#fff;outline:none;box-shadow:0 0 0 3px #2563eb26}.form-input.error{border-color:#fca5a5}.form-input.error:focus{border-color:#f87171;box-shadow:0 0 0 3px #f8717126}select.form-input,textarea.form-input{appearance:none;cursor:pointer}textarea.form-input{resize:vertical;min-height:100px}.error-text{color:#ef4444;margin-top:.375rem;font-size:.75rem}.error-alert{color:#b91c1c;text-align:center;background-color:#fee2e2;border:1px solid #fecaca;border-radius:.75rem;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding:.875rem;font-size:.875rem;display:flex;box-shadow:0 4px 6px -1px #dc26260d}.error-alert-link{color:#991b1b;font-size:.8125rem;font-weight:700;text-decoration:underline;transition:color .2s}.error-alert-link:hover{color:#7f1d1d}.btn-success,.btn-danger,.btn-secondary,.btn-primary{border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.btn-success:active,.btn-danger:active,.btn-secondary:active,.btn-primary:active{transform:scale(.98)}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}.btn-primary{background-color:var(--color-accent-500);color:#fff;box-shadow:0 1px 2px #0000000d}.btn-primary:hover:not(:disabled){background-color:var(--color-accent-600);box-shadow:0 4px 6px -1px #0000001a}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{border:1px solid var(--color-surface-200);color:var(--color-surface-700);background-color:#fff}.btn-secondary:hover{background-color:var(--color-surface-50);border-color:var(--color-surface-300);box-shadow:0 4px 6px -1px #0000000d}.btn-text{color:var(--color-accent-500);font-size:.875rem;font-weight:500;transition:color .2s}.btn-text:hover{color:var(--color-accent-600)}.btn-danger{background-color:var(--color-danger-500);color:#fff;box-shadow:0 1px 2px #0000000d}.btn-danger:hover:not(:disabled){background-color:var(--color-danger-600);box-shadow:0 4px 6px -1px #0000001a}.btn-danger:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-success{background-color:var(--color-success-500);color:#fff;box-shadow:0 1px 2px #0000000d}.btn-success:hover:not(:disabled){background-color:var(--color-success-600);box-shadow:0 4px 6px -1px #0000001a}.btn-success:disabled{opacity:.6;cursor:not-allowed;transform:none}.toggle-group{gap:.75rem;margin-bottom:1.5rem;display:flex}.toggle-btn{border:1px solid var(--color-surface-200);color:var(--color-surface-600);background-color:#fff;border-radius:.75rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.toggle-btn:hover{background-color:var(--color-surface-50);border-color:var(--color-surface-300)}.toggle-btn.active{background-color:var(--color-accent-500);color:#fff;border-color:var(--color-accent-500);box-shadow:0 4px 6px -1px #0000001a}.account-type-info{text-align:center;background-color:var(--color-surface-50);border:1px dashed var(--color-surface-200);border-radius:.75rem;margin-top:-.5rem;margin-bottom:1.5rem;padding:.75rem}.account-type-info p{color:var(--color-surface-600);font-size:.8125rem;font-weight:500;animation:.3s ease-out forwards fade-in-up}@keyframes fade-in-up{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.divider{margin:2rem 0;position:relative}.divider:before{content:"";background-color:var(--color-surface-200);height:1px;position:absolute;top:50%;left:0;right:0}.divider-text{justify-content:center;display:flex;position:relative}.divider-text span{color:var(--color-surface-400);text-transform:uppercase;letter-spacing:.05em;background-color:#fff;padding:0 .75rem;font-size:.75rem}.flex-right{justify-content:flex-end;display:flex}.flex-1{flex:1}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.mb-6{margin-bottom:1.5rem}.mt-6{margin-top:1.5rem}.me-2{margin-right:.5rem}.back-link{color:var(--color-surface-500);align-items:center;gap:.375rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;transition:color .2s;display:inline-flex}.back-link:hover{color:var(--color-accent-500)}.footer-text{text-align:center;color:var(--color-surface-400);margin-top:2rem;font-size:.75rem}.logo-placeholder{justify-content:center;margin-bottom:1.5rem;display:flex}.logo-placeholder div{width:4rem;height:4rem}.brand-wordmark{width:fit-content;color:var(--color-accent-500);font-family:var(--font-logo);text-transform:lowercase;margin:0 auto 1.5rem;font-size:2.35rem;font-weight:400;line-height:1;display:block}.icon{width:1rem;height:1rem}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;animation:1s linear infinite spin}.spinner-border{border:2px solid;border-right-color:#0000;border-radius:50%;width:1.25rem;height:1.25rem;animation:.75s linear infinite spin;display:inline-block}.spinner-border-sm{border-width:2px;width:1rem;height:1rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-scale-in{animation:.4s ease-out forwards scale-in}.animate-spin{animation:1s linear infinite spin}.animate-fade-in{animation:.3s ease-out forwards fade-in}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.animate-shake{animation:.2s ease-in-out 2 shake}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-surface-300);border-radius:100px}::-webkit-scrollbar-thumb:hover{background:var(--color-surface-400)}.tooltip-floating{background-color:var(--color-navy-900);color:#fff;box-shadow:var(--shadow-elevated);z-index:1000;text-align:center;pointer-events:none;border:1px solid #ffffff1a;border-radius:.75rem;max-width:220px;padding:.625rem .875rem;font-size:.75rem;font-weight:500;line-height:1.4;animation:.15s ease-out forwards tooltip-in}@keyframes tooltip-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.bloom-light{z-index:9999;pointer-events:none;background:radial-gradient(circle,#22c55e80 0%,#0000 70%);animation:1.2s cubic-bezier(.16,1,.3,1) forwards bloom-sutil;position:fixed;inset:0}@keyframes bloom-sutil{0%{opacity:0;filter:blur(20px);transform:scale(.4)}20%{opacity:1;filter:blur();transform:scale(1)}to{opacity:0;filter:blur(40px);transform:scale(1.8)}}@keyframes bloom{0%{opacity:0;filter:blur(10px);transform:scale(.85)translateY(20px)}30%{opacity:1;filter:blur();transform:scale(1.05)translateY(0)}50%{transform:scale(1)}80%{opacity:1;transform:scale(1)}to{opacity:0;filter:blur(10px);transform:scale(1.1)}}.btn-return-to-work{border:1px solid var(--color-primary-500);color:var(--color-primary-600);cursor:pointer;background:0 0;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.65rem;padding:.5rem 1rem;font-size:.825rem;font-weight:500;transition:all .2s;display:flex}.btn-return-to-work:hover{background-color:var(--color-primary-50);color:var(--color-primary-700)}.btn-return-to-work:active{transform:scale(.98)}.modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:1000;background-color:#0006;justify-content:center;align-items:center;animation:.2s ease-out fade-in;display:flex;position:fixed;inset:0}.modal-content{box-shadow:var(--shadow-elevated);background:#fff;border-radius:1rem;width:100%;max-width:400px;margin:1rem;animation:.3s cubic-bezier(.4,0,.2,1) slide-in}.modal-header{border-bottom:1px solid var(--color-surface-200);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header h3{color:var(--color-navy-900);font-size:1.125rem;font-weight:700}.modal-close{color:var(--color-surface-400);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.25rem;transition:all .15s}.modal-close:hover{background-color:var(--color-surface-100);color:var(--color-danger-500)}.modal-body{padding:1.5rem}.report-format-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.report-format-option{flex-direction:column;min-height:4.5rem}.report-format-loading{color:var(--color-surface-500);justify-content:center;align-items:center;gap:.75rem;display:flex}.report-format-spinner{border-color:var(--color-surface-200);border-top-color:var(--color-accent-500)}.report-format-error{text-align:center;margin-top:1rem}.animate-bloom{animation:3s cubic-bezier(.22,1,.36,1) forwards bloom}
