@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.form-field-muted-validity{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-top:.35rem}.form-field-muted-validity--icon-only{justify-content:flex-end}.form-field-help-muted{margin:0;font-size:.8125rem;color:#6b7280;line-height:1.45;flex:1;min-width:0}.form-field-help-muted-spacer{flex:1;min-width:0}.form-field-validity{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:9999px;margin-top:.05rem}.form-field-validity--ok{color:#059669;background:#d1fae5}.form-field-validity--bad{color:#dc2626;background:#fee2e2}.form-field{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.form-field.full-width{width:100%}.form-label{font-size:.875rem;font-weight:500;color:#374151;display:flex;align-items:center;gap:.25rem}.form-label .required{color:#ef4444}.form-input{padding:.75rem 1rem;font-size:.875rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;color:#111827;transition:all .2s ease;width:100%}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}.form-input.error{border-color:#ef4444}.form-input.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-error{font-size:.75rem;color:#ef4444;margin-top:-.25rem}.form-helper{font-size:.75rem;color:#6b7280;margin-top:-.25rem}.form-select{padding:.75rem 2.5rem .75rem 1rem;font-size:.875rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;color:#111827;transition:all .2s ease;width:100%;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23374151' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.form-select-combobox{position:relative}.form-select-chevron{position:absolute;right:.9rem;top:50%;transform:translateY(-50%);font-size:.7rem;color:#374151;pointer-events:none}.form-select-dropdown{position:absolute;top:calc(100% + .3rem);left:0;right:0;max-height:220px;overflow-y:auto;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 10px 20px #0f172a1f;z-index:40}.form-select-option{width:100%;text-align:left;border:none;background:transparent;padding:.65rem .85rem;font-size:.85rem;color:#111827;cursor:pointer}.form-select-option:hover{background:#eff6ff}.form-select-option.selected{background:#dbeafe;color:#1d4ed8;font-weight:600}.form-select-empty{padding:.65rem .85rem;font-size:.82rem;color:#6b7280}.form-select-native{display:none}.form-select-empty-badge{margin-left:.5rem;padding:.1rem .4rem;border-radius:999px;font-size:.7rem;font-weight:600;color:#92400e;background:#fef3c7}.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-select:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}.form-select.error{border-color:#ef4444}.form-select.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-helper-warning{color:#b45309}.form-textarea{padding:.75rem 1rem;font-size:.875rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;color:#111827;transition:all .2s ease;width:100%;min-height:100px;resize:vertical;font-family:inherit}.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}.form-textarea.error{border-color:#ef4444}.form-textarea.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;border-radius:.5rem;transition:all .2s ease;cursor:pointer;border:none;font-family:inherit;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-full-width{width:100%}.btn-primary{background-color:var(--color-primary);color:var(--color-primary-contrast)}.btn-primary:hover:not(:disabled){background-color:var(--color-primary-hover)}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#4b5563}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background-color:#dc2626}.btn-success{background-color:#10b981;color:#fff}.btn-success:hover:not(:disabled){background-color:#059669}.btn-warning{background-color:#f59e0b;color:#fff}.btn-warning:hover:not(:disabled){background-color:#d97706}.btn-ghost{background-color:transparent;color:#374151;border:1px solid #d1d5db}.btn-ghost:hover:not(:disabled){background-color:#f3f4f6}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-medium{padding:.75rem 1.5rem;font-size:.875rem}.btn-large{padding:1rem 2rem;font-size:1rem}.btn-icon{display:flex;align-items:center}.btn-spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.checkbox-field{margin-bottom:1.5rem}.checkbox-wrapper{display:flex;align-items:flex-start;gap:.75rem;padding:.65rem .75rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#f9fafb;transition:border-color .2s ease,background-color .2s ease}.checkbox-wrapper:focus-within{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f61f}.checkbox-wrapper.is-checked{background:#eff6ff;border-color:#bfdbfe}.form-checkbox{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.switch-track{width:2.4rem;height:1.45rem;border-radius:999px;background:#d1d5db;position:relative;flex-shrink:0;cursor:pointer;transition:background-color .2s ease;margin-top:.1rem}.switch-thumb{position:absolute;top:.12rem;left:.12rem;width:1.2rem;height:1.2rem;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000040;transition:transform .2s ease}.form-checkbox:checked+.switch-track{background:#3b82f6}.form-checkbox:checked+.switch-track .switch-thumb{transform:translate(.95rem)}.form-checkbox:focus-visible+.switch-track{box-shadow:0 0 0 3px #3b82f62e}.form-checkbox:disabled{opacity:.6}.form-checkbox:disabled+.switch-track{cursor:not-allowed;background:#e5e7eb}.checkbox-label{font-size:.875rem;color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:.25rem;line-height:1.35;margin-top:.1rem}.checkbox-label .required{color:#ef4444}.form-checkbox.error+.switch-track,.checkbox-wrapper .form-checkbox[aria-invalid=true]+.switch-track{outline:2px solid #ef4444;outline-offset:1px}.entity-name-with-code{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.15rem;min-width:0;max-width:100%}.entity-name-with-code__name{font-weight:inherit;line-height:1.3;min-width:0}.entity-name-with-code__code{font-size:.75rem;font-weight:400;line-height:1.2;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ai-learning-badge{position:absolute;top:.55rem;right:.55rem;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;border-radius:999px;background:linear-gradient(135deg,#7c3aed,#4f46e5 55%,#2563eb);color:#fff;box-shadow:0 2px 8px #4f46e559;pointer-events:none}.ai-learning-badge__icon{font-size:.82rem}.ai-learning-badge__pulse{position:absolute;inset:-3px;border-radius:inherit;border:2px solid rgba(99,102,241,.45);animation:ai-learning-pulse 2s ease-out infinite}@keyframes ai-learning-pulse{0%{transform:scale(.9);opacity:.9}70%{transform:scale(1.25);opacity:0}to{transform:scale(1.25);opacity:0}}.core-message-modal-overlay{position:fixed;inset:0;z-index:2100;background:#0f172a85;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;padding:1rem}.core-message-modal-panel{width:100%;max-width:560px;background:#fff;border-radius:14px;box-shadow:0 28px 60px #0f172a54;border:1px solid #e2e8f0;overflow:hidden}.core-message-modal-header{padding:1rem 1rem .85rem;border-bottom:1px solid #f1f5f9}.core-message-modal-header-inner{display:flex;align-items:flex-start;gap:.8rem}.core-message-modal-icon-wrap{width:34px;height:34px;border-radius:999px;border:1px solid transparent;display:grid;place-items:center;flex:0 0 auto;margin-top:2px}.core-message-modal-copy{flex:1;min-width:0}.core-message-modal-title{margin:0;font-size:1.08rem;color:#0f172a;font-weight:700}.core-message-modal-message{margin:.45rem 0 0;color:#334155;line-height:1.55;font-size:.94rem;white-space:pre-line}.core-message-modal-dismiss{border:1px solid #e2e8f0;background:#fff;color:#64748b;border-radius:8px;width:30px;height:30px;display:grid;place-items:center;cursor:pointer;flex-shrink:0}.core-message-modal-dismiss:hover{background:#f8fafc}.core-message-modal-footer{display:flex;justify-content:flex-end;gap:.55rem;padding:.85rem 1rem;background:#f8fafc}.core-message-modal-footer--single{justify-content:center}.core-message-modal-btn{border-radius:10px;padding:.5rem .95rem;font-weight:600;cursor:pointer;min-width:92px}.core-message-modal-btn--muted{border:1px solid #cbd5e1;background:#fff;color:#334155}.core-message-modal-btn--primary{border:1px solid transparent;color:#fff;font-weight:700;min-width:124px}.subscription-readonly-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin:0 0 1rem;padding:.85rem 1rem;border-radius:10px;border:1px solid #f59e0b66;background:#fffbeb;color:#92400e}.subscription-readonly-banner__text{margin:0;line-height:1.45;flex:1 1 16rem}.subscription-readonly-banner__action,.subscription-suspended-panel__action{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1rem;border-radius:8px;border:none;background:#2563eb;color:#fff;text-decoration:none;font-weight:600;cursor:pointer;white-space:nowrap}.subscription-readonly-banner__action:hover,.subscription-suspended-panel__action:hover{opacity:.92;color:#fff}.subscription-suspended-panel{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 180px);padding:2rem 1rem}.subscription-suspended-panel__card{width:min(100%,560px);padding:2rem;border-radius:16px;border:1px solid #fecaca;background:linear-gradient(180deg,#fff7f7,#fff);box-shadow:0 12px 32px #0f172a14;text-align:center}.subscription-suspended-panel__icon{font-size:3rem;color:#dc2626;margin-bottom:1rem}.subscription-suspended-panel__title{margin:0 0 .75rem;font-size:1.6rem;color:#111827}.subscription-suspended-panel__description{margin:0 0 1.5rem;color:#4b5563;line-height:1.6}.subscription-suspended-panel__status{display:inline-block;margin-bottom:1.25rem;padding:.35rem .75rem;border-radius:999px;background:#fee2e2;color:#991b1b;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.subscription-write-button--locked{opacity:.72}.subscription-write-button__lock{display:inline-flex;align-items:center;margin-left:.45rem;font-size:.8rem}.subscription-write-link--locked{display:inline-flex;align-items:center;gap:.4rem;opacity:.72;cursor:not-allowed;pointer-events:none}.subscription-write-link__lock{display:inline-flex;align-items:center;font-size:.8rem}:root{--navbar-height: 74px;--navbar-history-height: 40px;--navbar-shadow: var(--navbar-shell-shadow, 0 10px 28px rgba(30, 64, 175, .24))}.navbar-banner{width:100%;height:var(--navbar-height);max-width:100vw;background:var(--navbar-shell-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--navbar-shell-border);display:flex;align-items:center;padding:0 1.5rem;box-shadow:var(--navbar-shadow);position:relative;z-index:99999;animation:slideDown .4s ease-out;overflow:hidden;box-sizing:border-box}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.navbar-inner{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:100%;min-width:0;position:relative;overflow:hidden;box-sizing:border-box}.navbar-left{flex:1;min-width:0;display:flex;align-items:center;gap:.8rem;overflow-x:hidden;overflow-y:visible}.navbar-menu-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border:1px solid rgba(255,255,255,.35);border-radius:10px;background:#ffffff1f;color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease}.navbar-menu-toggle:hover{background:#ffffff38}.navbar-menu-toggle:active{transform:scale(.96)}.navbar-menu-toggle svg{font-size:1.1rem}.navbar-brand{display:flex;align-items:center;gap:.75rem;min-width:0}.navbar-logo{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:42px;height:42px;border-radius:12px;background:#fffffff2;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 10px #16102a33;padding:5px}.navbar-logo-img{width:100%;height:100%;object-fit:cover;border-radius:8px}.brand-info{min-width:0;display:flex;flex-direction:column;line-height:1.2}.brand-title{color:#fff;font-size:.9rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:210px}.navbar-banner .brand-subtitle{color:#fff;font-size:.8125rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px;text-shadow:0 1px 2px rgba(15,23,42,.35);letter-spacing:.01em}.navbar-history-bar{position:relative;z-index:99998;height:var(--navbar-history-height);background:linear-gradient(90deg,#f8fafc,#e2e8f0);border-bottom:1px solid rgba(100,116,139,.22);box-shadow:0 4px 12px #0f172a14;display:flex;align-items:center}.navbar-history-inner{width:100%;max-width:100%;padding:0 1.5rem;box-sizing:border-box}.breadcrumb{color:#0f172a;font-size:.85rem;font-weight:600;display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;overflow-x:hidden;overflow-y:visible;min-width:0}.breadcrumb-subbar{font-size:.95rem;font-weight:600;white-space:nowrap;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:thin}.breadcrumb-link{cursor:pointer;transition:color .2s ease;color:#334155;font-weight:500}.breadcrumb-link:hover{color:#0f172a;text-decoration:underline}.separator{color:#64748b;margin:0 .25rem;font-weight:500}.current{font-weight:700;color:#0f172a}.navbar-right{display:flex;align-items:center;gap:.75rem;position:relative;z-index:100000;overflow:visible;flex-shrink:0}.navbar-role-badge{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 .72rem;border-radius:999px;border:1px solid rgba(255,255,255,.34);background:#ffffff29;color:#fff;font-size:.73rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.actions-group{display:flex;align-items:center;gap:.5rem;padding:.25rem;border-radius:14px;background:#ffffff1f;border:1px solid rgba(255,255,255,.16)}.icon-wrapper{width:40px;height:40px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:100000;overflow:visible}.icon-wrapper:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.icon-wrapper:active{transform:translateY(0)}.notification-trigger{background:#ffffff2e;border-color:#ffffff59;box-shadow:inset 0 1px #ffffff40}.notification-trigger:hover{background:#ffffff47;box-shadow:0 6px 16px #0003,inset 0 1px #ffffff59}.notification-trigger.active{background:#ffffff59;border-color:#ffffff80;box-shadow:0 8px 18px #00000038,inset 0 1px #ffffff73}.icon{color:#fff!important;font-size:1.2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.user-menu-wrapper{padding:0;overflow:visible;width:42px;height:42px;border-radius:14px;border:2px solid rgba(255,255,255,.3);box-shadow:0 4px 14px #1d133542}.user-avatar{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:12px}.user-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:10px;border:1px solid rgba(255,255,255,.45)}.user-initial{font-size:1.1rem;font-weight:700;color:#fff;text-transform:uppercase}.notification-badge{position:absolute;top:-6px;right:-6px;background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff;font-size:.68rem;font-weight:700;line-height:1;padding:.23rem .42rem;border-radius:999px;min-width:19px;text-align:center;border:2px solid rgba(91,125,184,.95);box-shadow:0 4px 10px #b91c1c66;transition:transform .2s ease}.notification-trigger:hover .notification-badge{transform:scale(1.08)}.dropdown-menu{position:fixed;background:#fff;border-radius:16px;padding:.5rem 0;min-width:280px;max-width:360px;box-shadow:0 10px 40px #00000026,0 0 0 1px #0000000d;animation:dropdownFadeIn .2s ease-out;z-index:100001!important;display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform-origin:top right}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-header{padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;margin-bottom:.25rem}.dropdown-header h4{margin:0;font-size:.875rem;font-weight:600;color:#1a202c;text-transform:uppercase;letter-spacing:.5px}.notification-header-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.notification-settings-btn{width:30px;height:30px;border:1px solid #dbe3ef;border-radius:9px;background:#f8fafc;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.notification-settings-btn .dropdown-icon{font-size:.9rem}.notification-settings-btn:hover{border-color:#5b7db866;background:#eef4ff}.notification-header-subtitle{display:block;margin-top:.45rem;color:#64748b;font-size:.78rem;font-weight:500}.user-info{display:flex;flex-direction:column;gap:.25rem}.user-info strong{color:#111827;font-size:.9rem;font-weight:600}.user-info small{color:#6b7280;font-size:.8rem}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;cursor:pointer;transition:all .2s ease;color:#374151;font-size:.9rem;font-weight:500}.dropdown-item:hover{background:linear-gradient(90deg,rgba(91,125,184,.1) 0%,transparent 100%);color:var(--color-primary, #5b7db8)}.dropdown-icon{font-size:1rem;color:var(--color-primary, #5b7db8);min-width:18px;transition:transform .2s ease}.dropdown-item:hover .dropdown-icon{transform:scale(1.1)}.notification-item{margin:.4rem .75rem .6rem;border:1px solid #e5e7eb;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);box-shadow:0 1px 2px #0f172a14}.notification-item .dropdown-icon{color:var(--color-primary, #5b7db8)}.notification-item:hover{background:linear-gradient(90deg,#5b7db824,#5b7db80d);border-color:#5b7db852;color:#2f4b74;transform:translate(2px)}.notification-item:hover .dropdown-icon{transform:scale(1.08)}.notification-detail-item{align-items:flex-start;margin:.35rem .75rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0f172a0d;padding:.65rem .75rem}.notification-content{display:flex;flex-direction:column;gap:.22rem;width:100%}.notification-content strong{color:#0f172a;font-size:.82rem;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.02em}.notification-text{color:#4b5563;font-size:.84rem;line-height:1.35;white-space:normal;word-break:break-word}.notification-detail-item:hover{border-color:#5b7db859;background:#f8fbff;transform:translate(1px)}.notification-list{max-height:260px;overflow-y:auto;padding:.1rem 0 .3rem}.notification-list::-webkit-scrollbar{width:8px}.notification-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.notification-action-item{justify-content:center;font-weight:600;color:var(--color-primary, #5b7db8);border-top:1px solid #e5e7eb;margin-top:.35rem;padding-top:.8rem}.notification-action-item:hover{background:#5b7db81a}.dropdown-divider{height:1px;background:linear-gradient(90deg,transparent 0%,#e5e7eb 50%,transparent 100%);margin:.5rem 0}.logout-item{color:#dc2626}.logout-item:hover{background:#dc262614;color:#dc2626}.logout-item .dropdown-icon{color:#dc2626}.user-name-tooltip{position:absolute;bottom:-2.5rem;left:50%;transform:translate(-50%);background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.5rem .75rem;border-radius:8px;font-size:.75rem;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1000;box-shadow:0 4px 12px #0003}.icon-wrapper:hover .user-name-tooltip{opacity:1}.user-name-tooltip:after{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%);border-width:4px;border-style:solid;border-color:transparent transparent rgba(0,0,0,.85) transparent}@media(max-width:768px){.navbar-banner{padding:0 1rem}.navbar-menu-toggle{display:flex}.navbar-logo{width:36px;height:36px}.navbar-left{gap:.75rem}.brand-title{max-width:120px;font-size:.82rem}.navbar-banner .brand-subtitle{max-width:140px;font-size:.75rem}.navbar-history-bar{height:36px}.navbar-history-inner{padding:0 1rem}.breadcrumb-subbar{font-size:.84rem}.icon-wrapper{width:36px;height:36px;border-radius:10px}.actions-group{gap:.35rem;padding:.2rem}.dropdown-menu{min-width:200px;right:-10px}.navbar-role-badge{display:none}}:root{--sidebar-width: 252px;--sidebar-collapsed-width: 72px;--sidebar-surface: #e4eaf3;--sidebar-surface-elevated: #ffffff;--sidebar-border: #c5d0e0;--sidebar-text: #1a2740;--sidebar-text-muted: #5a6a82;--sidebar-text-subtle: #3f4f66;--sidebar-hover: rgba(255, 255, 255, .62);--sidebar-active-bg: #ffffff;--sidebar-active-border: var(--color-primary, #456298);--sidebar-radius: 10px;--sidebar-transition: .2s ease}.sidebar{width:var(--sidebar-width);height:calc(100vh - var(--navbar-total-height, 74px) - var(--footer-height, 62px));background:linear-gradient(180deg,#e8edf5,#dfe6f1);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;transition:width var(--sidebar-transition),transform var(--sidebar-transition);position:fixed;top:var(--navbar-total-height, 74px);left:0;z-index:1000;box-shadow:2px 0 14px #2d416014;overflow:hidden}.sidebar.collapsed{width:var(--sidebar-collapsed-width)}.sidebar-backdrop{display:none}.collapse-tab{flex-shrink:0;margin-left:auto;border:none;padding:0;background:transparent;cursor:pointer}.collapse-button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--sidebar-border);background:var(--sidebar-surface-elevated);color:var(--sidebar-text-subtle);transition:background var(--sidebar-transition),color var(--sidebar-transition),border-color var(--sidebar-transition)}.collapse-button svg{font-size:.75rem}.collapse-tab:hover .collapse-button{background:var(--sidebar-hover);color:var(--sidebar-active-border);border-color:#cbd5e1}.sidebar-brand{display:flex;align-items:center;gap:.625rem;padding:.75rem .625rem;margin:.625rem .625rem .375rem;background:var(--sidebar-surface-elevated);border:1px solid var(--sidebar-border);border-radius:12px;flex-shrink:0;min-width:0;box-shadow:0 1px 2px #2d41600f}.sidebar.collapsed .sidebar-brand{flex-direction:column;align-items:center;gap:.5rem;padding:.625rem .375rem .5rem}.sidebar.collapsed .collapse-tab{margin-left:0}.sidebar .brand-logo{flex-shrink:0}.logo-img{width:40px;height:40px;object-fit:contain;border-radius:10px;background:var(--sidebar-surface-elevated);border:1px solid var(--sidebar-border);padding:4px}.sidebar.collapsed .logo-img{width:32px;height:32px;padding:3px}.sidebar .brand-text{min-width:0;flex:1}.sidebar .brand-name{margin:0;font-size:.9375rem;font-weight:700;color:var(--sidebar-text);line-height:1.25;letter-spacing:-.01em}.sidebar .brand-subtitle{margin:.125rem 0 0;font-size:.75rem;font-weight:500;color:var(--sidebar-text-muted);line-height:1.3}.sidebar-nav{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:.5rem .5rem 1rem;scrollbar-gutter:stable}.sidebar-nav::-webkit-scrollbar{width:5px}.sidebar-nav::-webkit-scrollbar-thumb{background:#a8b8cc;border-radius:4px}.sidebar-nav-group+.sidebar-nav-group{margin-top:.125rem}.section-label{margin:.75rem 0 .375rem;padding:0 .625rem;font-size:.6875rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#64748b}.section-label:after{display:none}.sidebar.collapsed .section-label{display:none}.menu{list-style:none;margin:0 0 .5rem;padding:0;display:flex;flex-direction:column;gap:2px}.menu li{width:100%}.menu-link{display:flex;align-items:center;gap:.625rem;width:100%;padding:.5rem .625rem;border-radius:var(--sidebar-radius);text-decoration:none;font-size:.875rem;font-weight:500;color:var(--sidebar-text);border:1px solid transparent;transition:background var(--sidebar-transition),color var(--sidebar-transition),border-color var(--sidebar-transition)}.menu-link:before,.menu-link:after{display:none}.menu-icon{flex-shrink:0;width:1.125rem;font-size:1rem;color:var(--sidebar-text-muted);transition:color var(--sidebar-transition)}.menu-link span{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.35}.menu li:hover .menu-link:not(.is-active){background:var(--sidebar-hover);color:var(--sidebar-text)}.menu li:hover .menu-link:not(.is-active) .menu-icon{color:var(--sidebar-text-subtle)}.menu-link.is-active{background:var(--sidebar-active-bg);color:var(--sidebar-active-border);font-weight:600;border-color:#b8c9e0;box-shadow:0 1px 3px #2d416014}.menu-link.is-active .menu-icon{color:var(--sidebar-active-border)}.menu-link:focus-visible{outline:2px solid var(--sidebar-active-border);outline-offset:2px}.sidebar-module{width:100%}.menu-link-module{display:flex;align-items:stretch;padding:0;overflow:hidden;gap:0}.menu-link-module-main{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0;padding:.5rem .5rem .5rem .625rem;text-decoration:none;color:inherit}.menu-link-module-main span{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-link-module-toggle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;border:none;background:transparent;color:var(--sidebar-text-muted);cursor:pointer;border-left:1px solid transparent}.menu-link-module-toggle:hover{background:var(--sidebar-hover);color:var(--sidebar-text-subtle)}.menu-link-module.is-active .menu-link-module-toggle{border-left-color:#b8c9e0}.menu-nested{padding:0 0 0 .75rem;border-left:2px solid #b8c5d9;margin:.125rem 0 .375rem 1.125rem}.menu-link-child{display:flex;align-items:center;gap:.5rem;padding:.375rem .625rem;font-size:.8125rem;font-weight:500;color:var(--sidebar-text-subtle)}.menu-icon-child{flex-shrink:0;width:.875rem;height:.875rem;opacity:.85}.menu-link-child.is-active{color:var(--sidebar-active-border);font-weight:600;background:var(--sidebar-active-bg);border-color:#b8c9e0;box-shadow:0 1px 2px #2d41600f}.menu-link-child-group{padding:0;overflow:hidden}.menu-link-child-main{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0;padding:.375rem .5rem .375rem .625rem;text-decoration:none;color:inherit}.menu-link-child-main span{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-link-child-toggle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.75rem;align-self:stretch;border:none;background:transparent;color:var(--sidebar-text-muted);cursor:pointer}.menu-link-child-toggle:hover{background:var(--sidebar-hover);color:var(--sidebar-text-subtle)}.menu-nested-depth-1{margin-left:.875rem;padding-left:.625rem}.sidebar-nav-group.is-nav-group-active>.menu-link-child-group{color:var(--sidebar-active-border)}.sidebar-module.is-module-active>.menu-link-module{color:var(--sidebar-active-border)}.sidebar.collapsed .menu-link{justify-content:center;padding:.625rem}.sidebar.collapsed .menu-link span{display:none}@media(max-width:768px){.sidebar{height:calc(100vh - var(--navbar-total-height, 74px) - var(--footer-height, 86px));width:min(var(--sidebar-width),86vw);transform:translate(-100%);box-shadow:8px 0 24px #0f172a1f}.sidebar.mobile-open{transform:translate(0)}.sidebar.collapsed{width:min(var(--sidebar-width),86vw)}.sidebar-backdrop{display:block;position:fixed;inset:var(--navbar-total-height, 74px) 0 var(--footer-height, 62px) 0;z-index:10001;width:100%;margin:0;padding:0;border:none;background:#0f172a80;cursor:pointer}.collapse-tab{display:none}}:root{--footer-height: 62px}.app-footer{position:fixed;bottom:0;left:0;right:0;width:100%;min-height:var(--footer-height);background:var(--navbar-shell-bg);border-top:1px solid var(--navbar-shell-border);padding:.45rem 1rem .28rem;box-shadow:0 -10px 28px #1e40af3d;z-index:99998;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-content{max-width:1200px;margin:0 auto;min-height:30px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.75rem 1.15rem}.footer-section{display:flex;align-items:center;gap:.75rem}.footer-item{display:flex;align-items:center;gap:.5rem;color:#e2e8f0;font-size:.78rem;font-weight:400}.footer-item.support-link{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;transition:all .2s ease;cursor:pointer;padding:.22rem .52rem;border-radius:8px;border:1px solid rgba(255,255,255,.35);background:#ffffff1f;min-width:160px;justify-content:center;line-height:1}.footer-item.support-link:link,.footer-item.support-link:visited{text-decoration:none}.footer-item.support-link:hover{background:#ffffff38;border-color:#ffffff73;color:#fff;text-decoration:none}.footer-label{font-size:.7rem;color:#cbd5e1;font-weight:500;margin-right:.25rem}.footer-value{font-size:.76rem;color:#f8fafc;font-weight:600}.footer-value.badge{display:inline-flex;align-items:center;gap:.35rem;background:#0f172a2e;padding:.18rem .52rem;border-radius:12px;font-size:.7rem;font-weight:600;letter-spacing:.5px;border:1px solid rgba(148,163,184,.32)}.footer-value.badge.badge-prod{background:#10b98138}.footer-value.badge.badge-non-prod{background:#fbbf2433}.footer-badge-dot{font-size:.48rem;opacity:.95}.footer-text{font-size:.78rem;color:#dbeafe}.footer-text strong{font-weight:600;color:#fff}.footer-icon{font-size:.82rem;color:#bfdbfe;flex-shrink:0}.support-link .footer-icon{font-size:.78rem;margin-top:0;vertical-align:middle}.support-link .footer-text{display:inline-flex;align-items:center;font-size:.78rem;letter-spacing:.01em;white-space:nowrap;line-height:1;vertical-align:middle}.footer-separator{width:1px;height:18px;background:#bfdbfe73;flex-shrink:0}.footer-bottom{margin:.18rem auto 0;max-width:1200px;color:#dbeafe;font-size:.64rem;text-align:center;letter-spacing:.02em}@media(max-width:1024px){.footer-content{gap:1.5rem}.footer-section{gap:1rem}}@media(max-width:768px){:root{--footer-height: 86px}.app-footer{padding:.55rem .9rem .45rem}.footer-content{flex-direction:column;gap:.45rem;justify-content:center}.footer-section{gap:.75rem;flex-wrap:wrap;justify-content:center}.footer-item{font-size:.8rem}.footer-label{font-size:.75rem}.footer-value,.footer-text{font-size:.8rem}.footer-icon{font-size:.85rem}.footer-separator{display:none}.footer-bottom{font-size:.66rem;margin-top:.2rem}.footer-item.support-link{min-width:0;width:100%;justify-content:center}}@media(max-width:480px){.footer-content,.footer-section{gap:.5rem}.footer-item{font-size:.75rem;gap:.35rem}.footer-label{font-size:.7rem}.footer-value,.footer-text{font-size:.75rem}}:root{--layout-content-padding-x: 2rem;--layout-content-padding-y: 1.5rem;--page-shell-padding-block: .5rem;--page-shell-padding-inline: 0;--page-fluid-max-width: min(100%, 1520px);--page-form-max-width: min(60rem, 100%);--form-shell-max-width: min(60rem, 100%);--workspace-bg: #ffffff;--workspace-bg-muted: #f8fafc}.page-shell{width:100%;max-width:var(--page-fluid-max-width);margin-inline:auto;padding:var(--page-shell-padding-block) var(--page-shell-padding-inline);padding-bottom:2rem;box-sizing:border-box}.page-shell--form{max-width:var(--page-form-max-width);margin-inline:auto;padding-inline:0}:root{--ui-surface: #ffffff;--ui-surface-muted: #f8fafc;--ui-border: #e2e8f0;--ui-border-strong: #cbd5e1;--ui-text: #0f172a;--ui-text-secondary: #475569;--ui-text-muted: #64748b;--ui-chip-bg: var(--color-primary-soft, #e6edf8);--ui-chip-text: var(--color-primary-strong, #2d4160);--ui-chip-border: #b8c9e0;--ui-success-bg: #ecfdf3;--ui-success-text: #166534;--ui-success-border: #86efac;--ui-warning-bg: #fffbeb;--ui-warning-text: #92400e;--ui-warning-border: #fcd34d;--ui-danger-bg: #fef2f2;--ui-danger-text: #991b1b;--ui-danger-border: #fca5a5;--ui-info-bg: var(--color-primary-soft, #e6edf8);--ui-info-text: var(--color-primary-strong, #2d4160);--ui-info-border: #b8c9e0;--ui-neutral-bg: #f1f5f9;--ui-neutral-text: #334155;--ui-neutral-border: #cbd5e1;--ui-feature-icon-bg: rgba(69, 98, 152, .12);--ui-feature-icon-color: var(--color-primary, #456298)}:root{--navbar-height: 74px;--navbar-history-height: 40px;--navbar-total-height: calc(var(--navbar-height) + var(--navbar-history-height));--footer-height: 62px;--sidebar-width: 252px;--sidebar-width-collapsed: 72px;--content-bg: var(--workspace-bg, #ffffff);--content-bg-muted: var(--workspace-bg-muted, #f8fafc);--navbar-gradient-start: var(--color-primary, #456298);--navbar-gradient-end: var(--color-primary-strong, #2d4160);--navbar-shell-bg: linear-gradient(135deg, var(--navbar-gradient-start) 0%, var(--navbar-gradient-end) 100%);--navbar-shell-border: rgba(255, 255, 255, .22);--navbar-shell-shadow: 0 10px 28px rgba(30, 64, 175, .24)}.layout{display:flex;flex-direction:column;height:100vh;min-height:100vh;max-width:100vw;overflow:hidden;background:var(--content-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.layout-header{position:fixed;top:0;left:0;right:0;z-index:99999;background:transparent;width:100%;max-width:100%;overflow-x:hidden;overflow-y:visible}.layout-body{display:flex;flex:1;position:relative;min-height:calc(100vh - var(--navbar-total-height) - var(--footer-height));margin-top:var(--navbar-total-height);margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));max-width:100vw;overflow:hidden;transition:margin-left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1)}.layout-body.sidebar-collapsed{margin-left:var(--sidebar-width-collapsed);width:calc(100% - var(--sidebar-width-collapsed))}.layout-content{flex:1;min-width:0;padding:var(--layout-content-padding-y) var(--layout-content-padding-x);padding-bottom:calc(var(--layout-content-padding-y) + var(--footer-height));overflow-y:auto;overflow-x:hidden;min-height:0;height:calc(100vh - var(--navbar-total-height) - var(--footer-height));background:var(--content-bg);box-sizing:border-box;position:relative;z-index:1}body.sidebar-mobile-open{overflow:hidden}.layout-content>*{max-width:100%;box-sizing:border-box}@media(max-width:768px){:root{--footer-height: 86px}.layout-body,.layout-body.sidebar-collapsed,.layout-body.sidebar-expanded{margin-left:0;width:100%}.layout-content{--layout-content-padding-x: 1.25rem;--layout-content-padding-y: 1.125rem;padding-bottom:calc(var(--layout-content-padding-y) + var(--footer-height))}}.alert{padding:.75rem 1rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.alert-title{font-weight:600;margin-bottom:.25rem}.alert--info{background-color:#e8f4fd;color:#0b5394;border:1px solid #9fc5f8}.alert--success{background-color:#e6f4ea;color:#1b5e20;border:1px solid #a5d6a7}.alert--warning{background-color:#fff8e1;color:#ff6f00;border:1px solid #ffe082}.alert--error{background-color:#ffebee;color:#b71c1c;border:1px solid #ef9a9a}.global-message-center{position:fixed;top:96px;right:16px;z-index:2000;width:min(460px,calc(100vw - 32px))}.global-message-center .alert{margin-bottom:0;box-shadow:0 10px 25px #0f172a2e}@media(max-width:768px){.global-message-center{top:80px;right:12px;width:calc(100vw - 24px)}}:root{--bg-gradient-start: #6f8fbe;--bg-gradient-end: #5b7db8;--bg-overlay: rgba(255, 255, 255, .1);--panel-bg: #ffffff;--panel-shadow: 0 18px 50px rgba(30, 64, 175, .2);--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--border-color: #e2e8f0;--border-focus: #5b7db8;--primary: #5b7db8;--primary-hover: #4f6fa8;--primary-light: rgba(91, 125, 184, .1);--error-bg: #fee;--error-text: #c53030;--error-border: #fc8181;--success: #48bb78;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.login-wrapper{position:relative;height:100vh;min-height:100vh;max-height:100vh;display:flex;align-items:center;justify-content:center;padding:.75rem;overflow:hidden}.login-background{position:absolute;inset:0;background:linear-gradient(135deg,var(--bg-gradient-start) 0%,var(--bg-gradient-end) 100%);z-index:0}.login-shapes{position:absolute;inset:0;overflow:hidden}.shape{position:absolute;border-radius:50%;background:var(--bg-overlay);animation:float 20s infinite ease-in-out}.shape-1{width:300px;height:300px;top:-150px;right:-150px;animation-delay:0s}.shape-2{width:200px;height:200px;bottom:-100px;left:-100px;animation-delay:5s}.shape-3{width:150px;height:150px;top:50%;left:10%;animation-delay:10s}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.login-panel{position:relative;z-index:1;width:100%;max-width:420px;max-height:calc(100vh - 1.5rem);overflow-y:auto;background:var(--panel-bg);border:1px solid rgba(148,163,184,.3);border-radius:20px;box-shadow:var(--panel-shadow);padding:1.5rem 1.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideUp .6s ease-out}.login-header{text-align:center;margin-bottom:1rem}.logo-container{position:relative;display:inline-block;margin-bottom:.5rem}.app-logo{width:52px;height:52px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(91,125,184,.3));animation:logoPulse 2s ease-in-out infinite}@keyframes logoPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.logo-glow{position:absolute;inset:-10px;background:radial-gradient(circle,rgba(91,125,184,.3) 0%,transparent 70%);border-radius:50%;z-index:-1;animation:glow 2s ease-in-out infinite}@keyframes glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.app-name{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem;letter-spacing:-.02em;background:linear-gradient(135deg,var(--bg-gradient-start),var(--bg-gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcome-text{font-size:.875rem;color:var(--text-secondary);font-weight:400;line-height:1.4}.login-form{display:flex;flex-direction:column;gap:.75rem}.login-error{display:flex;align-items:center;gap:.5rem;background:var(--error-bg);color:var(--error-text);padding:.6rem .75rem;border-radius:10px;border:1px solid var(--error-border);font-size:.8rem;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.error-icon{width:20px;height:20px;flex-shrink:0}.form-group{display:flex;flex-direction:column;gap:.25rem}.input-label{font-size:.8rem;font-weight:600;color:var(--text-primary);margin-bottom:0}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:.75rem;color:var(--text-muted);font-size:.9rem;z-index:1;transition:var(--transition);pointer-events:none}.login-panel input[type=email]{width:100%;padding:.6rem .75rem .6rem 2.25rem;font-size:.9rem;font-weight:400;color:var(--text-primary);background:#f8fafc;border:2px solid var(--border-color);border-radius:10px;transition:var(--transition);outline:none}.login-panel input[type=password],.login-panel input[type=text]{width:100%;padding:.6rem 2.5rem .6rem 2.25rem;font-size:.9rem;font-weight:400;color:var(--text-primary);background:#f8fafc;border:2px solid var(--border-color);border-radius:10px;transition:var(--transition);outline:none}.login-panel input[type=email]:focus,.login-panel input[type=password]:focus,.login-panel input[type=text]:focus{background:#fff;border-color:var(--border-focus);box-shadow:0 0 0 4px var(--primary-light)}.login-panel input[type=email]:focus+.input-icon{color:var(--border-focus)}.login-panel input[type=password]:focus~.input-icon,.login-panel input[type=text]:focus~.input-icon{color:var(--border-focus)}.login-panel input[type=email]:hover,.login-panel input[type=password]:hover,.login-panel input[type=text]:hover{border-color:var(--text-muted)}.login-panel input.input-error{border-color:var(--error-border);background:var(--error-bg)}.password-toggle{position:absolute;right:.6rem;background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:var(--transition);z-index:2;border-radius:6px}.password-toggle:hover{color:var(--border-focus);background:var(--primary-light)}.password-toggle:active{transform:scale(.95)}.password-toggle:focus{outline:2px solid var(--border-focus);outline-offset:2px}.eye-icon{font-size:1.1rem;width:1.1rem;height:1.1rem}.form-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.8rem}.remember-me{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-secondary)}.remember-me input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--primary);border-radius:4px}.remember-me span{font-weight:500}.forgot-link{color:var(--primary);text-decoration:none;font-weight:600;transition:var(--transition)}.forgot-link:hover{color:var(--primary-hover);text-decoration:underline}.btn-primary{width:100%;padding:.65rem 1rem;font-size:.9rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);border:none;border-radius:10px;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px #5b7db859;margin-top:.25rem}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #5b7db866}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.spinner{animation:spin 1s linear infinite}.demo-users-section{margin-top:.6rem;padding:.6rem .75rem;background:var(--primary-light);border-radius:10px;border:1px solid rgba(91,125,184,.25)}.demo-users-title{display:flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.demo-users-icon{color:var(--primary);font-size:.75rem}.demo-users-password{font-size:.7rem;color:var(--text-secondary);margin:0 0 .4rem}.demo-users-password code{padding:.15rem .3rem;background:#5b7db81f;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:.7rem}.demo-users-buttons{display:flex;flex-wrap:wrap;gap:.35rem}.demo-user-btn{padding:.35rem .5rem;font-size:.7rem;font-weight:600;color:var(--primary);background:#fff;border:1px solid var(--primary);border-radius:6px;cursor:pointer;transition:var(--transition)}.demo-user-btn:hover{background:var(--primary);color:#fff;transform:translateY(-1px)}.login-meta{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:.35rem}.meta-item{display:flex;justify-content:space-between;align-items:center;font-size:.7rem}.meta-label{color:var(--text-muted);font-weight:500}.meta-value{color:var(--text-secondary);font-weight:600;font-family:Monaco,Courier New,monospace}.meta-divider{height:1px;background:var(--border-color);margin:.25rem 0}.meta-footer{text-align:center;font-size:.7rem;color:var(--text-muted);font-weight:500;line-height:1.3}.meta-footer strong{color:var(--text-primary);font-weight:700}.support-link{color:var(--primary);text-decoration:none;font-size:.65rem;font-weight:500;transition:color .2s ease;margin-top:.15rem;display:inline-block}.support-link:hover{color:var(--primary-hover);text-decoration:underline}@media(max-width:480px){.login-wrapper{padding:.5rem}.login-panel{padding:1.25rem;border-radius:16px;max-height:calc(100vh - 1rem)}.app-name{font-size:1.35rem}.form-row{flex-direction:column;align-items:flex-start;gap:.5rem}.forgot-link{align-self:flex-end}}.forbidden-page{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:1rem}.forbidden-content{text-align:center;max-width:400px}.forbidden-icon{font-size:4rem;color:var(--color-border, #ccc);margin-bottom:1rem}.forbidden-content h1{font-size:1.5rem;margin-bottom:.5rem}.forbidden-content p{color:var(--color-text-secondary, #666);margin-bottom:1.5rem}.forbidden-link{display:inline-block;padding:.5rem 1rem;background:var(--color-primary, #2563eb);color:#fff;border-radius:6px;text-decoration:none}.forbidden-link:hover{opacity:.9}.settings-page{max-width:920px;margin:0 auto;padding:1rem}.settings-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 6px 18px #0f172a0f;padding:1rem}.settings-title{margin:0 0 .35rem;font-size:1.1rem;color:#111827}.settings-subtitle{margin:0 0 1rem;color:#6b7280;font-size:.92rem}.settings-notification-space{min-height:62px;margin-bottom:.8rem}.settings-section{border:1px solid #e5e7eb;border-radius:12px;padding:.9rem;margin-bottom:.9rem;background:#fcfcff}.settings-section-title{margin:0 0 .8rem;font-size:.95rem;color:#1f2937}.billing-summary-strip{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.billing-status-chip{font-weight:700}.billing-status-chip.status-active,.billing-status-chip.status-confirmed{background:#ecfdf5;border-color:#86efac;color:#166534}.billing-status-chip.status-trial,.billing-status-chip.status-pending,.billing-status-chip.status-grace{background:#fffbeb;border-color:#fbbf24;color:#92400e}.billing-status-chip.status-past_due,.billing-status-chip.status-failed,.billing-status-chip.status-expired,.billing-status-chip.status-canceled,.billing-status-chip.status-cancelled{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.billing-status-chip.status-refunded{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.billing-plan-chip{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.billing-plan-state-chip{width:fit-content}.billing-plan-state-chip.upgrade{background:#ecfeff;border-color:#67e8f9;color:#155e75}.billing-plan-state-chip.downgrade{background:#faf5ff;border-color:#d8b4fe;color:#6b21a8}.billing-plan-state-chip.scheduled{background:#fff7ed;border-color:#fdba74;color:#9a3412}.billing-outstanding-box{border:1px solid #f59e0b;border-radius:10px;background:#fffbeb;padding:.7rem}.billing-pay-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.8rem;padding:.75rem;border:1px solid #c7d2fe;border-radius:12px;background:linear-gradient(135deg,#eef2ff,#e0e7ff)}.billing-pay-brand{display:flex;align-items:center;gap:.7rem}.billing-pay-brand-logo{width:44px;height:44px;border-radius:10px;border:1px solid #a5b4fc;object-fit:cover;background:#f8fafc;box-shadow:0 2px 10px #4f46e51f}.billing-pay-summary{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:.7rem .8rem;margin-bottom:.8rem;color:#334155;font-size:.86rem;line-height:1.5}.billing-pay-summary p{margin:.18rem 0}.billing-legal-footer{margin-top:.9rem;border-top:1px dashed #c7d2fe;color:#334155;font-size:.76rem;line-height:1.45;background:linear-gradient(180deg,#f8fafc,#eef2ff);border-radius:10px;padding:.8rem .7rem .65rem}.billing-legal-footer p{margin:.2rem 0}.billing-legal-footer a{color:#4338ca;text-decoration:none}.billing-legal-footer a:hover{text-decoration:underline}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.settings-field{display:flex;flex-direction:column;gap:.35rem}.settings-field label{font-size:.84rem;color:#374151;font-weight:600}.settings-field-help{font-size:.78rem;color:#6b7280;line-height:1.3}.settings-field input,.settings-field select{border:1px solid #d1d5db;border-radius:10px;padding:.58rem .7rem;font-size:.92rem}.settings-readonly-value{min-height:38px;border:1px solid #e5e7eb;border-radius:10px;padding:.58rem .7rem;font-size:.92rem;color:#374151;background:#f9fafb;display:flex;align-items:center}.settings-avatar-preview{width:72px;height:72px;object-fit:cover;border-radius:12px;border:1px solid #d1d5db}.settings-avatar-field{grid-column:1 / -1}.settings-avatar-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.45rem}.settings-avatar-meta{display:flex;flex-direction:column;color:#374151}.settings-avatar-meta small{color:#6b7280}.settings-checkbox{display:flex;align-items:center;gap:.5rem;margin-top:.35rem;color:#1f2937}.settings-actions{display:flex;align-items:center;gap:.65rem;margin-top:1rem}.settings-btn{border:0;border-radius:10px;padding:.6rem .9rem;font-weight:600;cursor:pointer}.settings-btn-primary{background:#4f46e5;color:#fff}.settings-btn-secondary{background:#e5e7eb;color:#1f2937}.settings-btn:disabled{opacity:.65;cursor:not-allowed}.settings-status{font-size:.88rem;margin-top:.5rem}.settings-status.ok{color:#047857}.settings-status.error{color:#b91c1c}.workspace-list{display:grid;gap:.65rem}.workspace-item{border:1px solid #e5e7eb;border-radius:12px;padding:.75rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem}.workspace-item.current{border-color:#5b7db8;background:#e6edf8}.workspace-item.current strong{color:#1f2937}.workspace-item.current .settings-subtitle{color:#334155}.workspace-main{display:flex;align-items:center;gap:.75rem;min-width:0}.workspace-logo{width:44px;height:44px;border-radius:12px;border:1px solid #d1d5db;background:#f3f4f6;color:#4b5563;display:flex;align-items:center;justify-content:center;flex-shrink:0}.workspace-logo-img{width:100%;height:100%;object-fit:cover;border-radius:12px}.workspace-meta{min-width:0}.workspace-tags{margin-top:.35rem;display:flex;gap:.35rem;flex-wrap:wrap}.workspace-tag{font-size:.72rem;border-radius:999px;padding:.16rem .5rem;background:#e6edf8;color:#3f5d90;border:1px solid #bdd0ea}.workspace-tag.ok{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.workspace-tag.pending{background:#fef3c7;border-color:#f59e0b;color:#78350f}.notification-pref-code{color:#6b7280}.channel-row{color:#111827}.workspace-logo{color:#374151}.notification-preferences-list{gap:.8rem}.notification-pref-card{align-items:flex-start}.notification-pref-content{width:100%}.notification-pref-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.notification-pref-title{font-size:.98rem;color:#111827}.notification-pref-description{margin:.28rem 0 0;font-size:.86rem;color:#6b7280;line-height:1.35}.notification-pref-code{margin-top:.5rem;font-size:.78rem;color:#9ca3af;text-transform:uppercase}.notification-channel-grid{margin-top:.72rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem .7rem}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;color:#1f2937;font-size:.88rem;font-weight:600}.channel-row{border:1px solid #e5e7eb;border-radius:10px;padding:.45rem .6rem;background:#fff;font-weight:500}.switch{position:relative;display:inline-block;width:46px;height:24px;flex-shrink:0}.switch.small{width:40px;height:22px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#d1d5db;transition:.2s ease;border-radius:999px}.slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background-color:#fff;transition:.2s ease;border-radius:50%;box-shadow:0 1px 3px #0f172a40}.switch.small .slider:before{width:16px;height:16px}.switch input:checked+.slider{background-color:#5b7db8}.switch input:checked+.slider:before{transform:translate(22px)}.switch.small input:checked+.slider:before{transform:translate(18px)}.switch input:disabled+.slider{background-color:#e5e7eb;cursor:not-allowed}.company-table-wrap{overflow-x:auto;margin-top:.3rem}.company-hero{display:flex;align-items:center;gap:.75rem;margin-bottom:.9rem}.company-hero-logo{width:54px;height:54px;border-radius:14px;border:1px solid #d1d5db;background:#eef2ff;color:#3730a3;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;overflow:hidden}.company-hero-logo-img{width:100%;height:100%;object-fit:cover}.company-hero-meta{display:flex;flex-direction:column}.company-hero-meta strong{color:#111827}.company-hero-meta small{color:#6b7280}.schedule-day-selector{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.35rem}.schedule-day-chip{display:inline-flex;align-items:center;gap:.4rem;border:1px solid #d7dcee;background:#fff;color:#334155;border-radius:999px;padding:.42rem .72rem;font-size:.84rem;font-weight:600;cursor:pointer;transition:all .2s ease}.schedule-day-chip:hover{border-color:#bfc9e7;background:#f8faff}.schedule-day-chip:has(input:checked){background:#eef3ff;border-color:#9fb4ea;color:#1e3a8a;box-shadow:inset 0 0 0 1px #5d7aba2e}.schedule-day-chip input{margin:0}.schedule-day-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.85rem;margin-top:.8rem}.schedule-day-card{border:1px solid #d9dfef;border-radius:14px;background:#fff;padding:.75rem;box-shadow:0 4px 12px #0f172a0d}.schedule-day-card-title{font-size:.88rem;font-weight:700;color:#1f2937;margin-bottom:.55rem}.schedule-day-card-times{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.schedule-day-card-times .settings-field{min-width:0}.schedule-day-card .settings-field input[type=time]{width:100%;min-width:0;box-sizing:border-box;border-radius:9px;border-color:#cfd7e8;background:#f9fbff;font-weight:600}.schedule-empty-state{margin-top:.7rem;border:1px dashed #d1d5db;border-radius:10px;padding:.7rem;color:#6b7280;font-size:.86rem;background:#fafafa}.company-table{width:100%;border-collapse:collapse;font-size:.9rem}.company-table th,.company-table td{border-bottom:1px solid #e5e7eb;text-align:left;padding:.6rem .45rem;color:#1f2937}.company-table th{font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;color:#6b7280}.company-table select{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:.35rem .5rem;background:#fff;color:#111827}.plan-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.75rem;margin-top:.4rem;align-items:stretch}.plan-card-item{border:1px solid #dbe3f0;border-radius:12px;padding:.75rem;background:#fff;display:flex;flex-direction:column;gap:.45rem;height:100%}.plan-card-item.current{border:2px solid #3b82f6;background:linear-gradient(180deg,#eff6ff,#eef3fb);box-shadow:0 0 0 2px #3b82f626}.plan-card-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.plan-card-head strong{color:#0f172a;font-size:.98rem;font-weight:800}.plan-card-item.current .plan-card-head strong{color:#0b2a4a}.plan-card-price{margin:0;color:#1f2937;font-size:.92rem;font-weight:600}.plan-card-description{margin:0;color:#6b7280;font-size:.82rem;line-height:1.35;min-height:2.2em}.plan-card-meta{display:flex;flex-wrap:wrap;gap:.35rem;color:#475569;font-size:.78rem}.plan-card-item .settings-btn{margin-top:auto}.invite-form{display:grid;grid-template-columns:minmax(220px,2fr) minmax(160px,1fr) auto;gap:.6rem;margin-bottom:.7rem}.invite-form input,.invite-form select{border:1px solid #d1d5db;border-radius:10px;padding:.58rem .7rem;font-size:.92rem}@media(max-width:768px){.settings-grid{grid-template-columns:1fr}.notification-pref-header{flex-direction:column;align-items:stretch}.notification-channel-grid{grid-template-columns:1fr}.workspace-item{flex-direction:column;align-items:stretch}.invite-form,.schedule-day-card-times{grid-template-columns:1fr}.billing-summary-strip{gap:.3rem}}.onboarding-wrapper{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;overflow:hidden}.onboarding-background{position:absolute;inset:0;background:linear-gradient(135deg,#6f8fbe,#5b7db8);z-index:0}.onboarding-shapes{position:absolute;inset:0}.onboarding-shape{position:absolute;border-radius:50%;background:#ffffff14;animation:onboardingFloat 18s infinite ease-in-out}.onboarding-shape-1{width:280px;height:280px;top:-120px;right:-120px}.onboarding-shape-2{width:180px;height:180px;bottom:-80px;left:-80px;animation-delay:4s}.onboarding-shape-3{width:140px;height:140px;top:45%;left:8%;animation-delay:8s}@keyframes onboardingFloat{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(18px,-24px) rotate(120deg)}}.onboarding-card{position:relative;z-index:1;width:100%;max-width:920px;max-height:calc(100vh - 2rem);overflow-y:auto;padding:1.1rem;border-radius:20px;box-shadow:0 20px 60px #0000002e}.onboarding-hero{border:1px solid #dbe3f0;border-radius:14px;padding:.9rem;margin-bottom:.8rem;background:linear-gradient(135deg,#f8faff,#eef3ff)}.onboarding-badges{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.45rem}.onboarding-wizard-steps{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.8rem}.onboarding-step-pill{border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#334155;font-size:.8rem;font-weight:600;padding:.35rem .65rem;display:inline-flex;gap:.35rem;align-items:center;cursor:pointer}.onboarding-step-pill span{width:18px;height:18px;border-radius:50%;background:#e5e7eb;color:#111827;font-size:.72rem;display:inline-flex;align-items:center;justify-content:center}.onboarding-step-pill.active{border-color:#4f46e5;background:#eef2ff;color:#312e81}.onboarding-step-pill.active span,.onboarding-step-pill.done span{background:#4f46e5;color:#fff}.settings-field small{color:#6b7280;font-size:.76rem;line-height:1.25}.onboarding-password-wrap{position:relative}.onboarding-password-wrap input{width:100%;padding-right:2.35rem}.onboarding-password-toggle{position:absolute;right:.45rem;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#6b7280;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:.2rem}.onboarding-password-toggle:hover{color:#374151}.onboarding-info-grid .settings-field:last-child{grid-column:1 / -1}.onboarding-wide-field{grid-column:1 / -1}.onboarding-attestation{border-color:#c8d5f0;background:#f7faff}.onboarding-actions{justify-content:flex-end;flex-wrap:wrap}.onboarding-actions .settings-btn-primary:disabled{background:#cbd5e1;color:#64748b;border:1px solid #cbd5e1;box-shadow:none;cursor:not-allowed;opacity:1}.onboarding-actions .settings-btn-primary:not(:disabled){background:linear-gradient(135deg,#4f46e5,#4338ca);color:#fff;box-shadow:0 8px 18px #4f46e547}.onboarding-photo-preview-wrap{margin-top:.45rem;display:flex;flex-direction:column;gap:.35rem}.onboarding-photo-preview{width:110px;height:110px;object-fit:cover;border-radius:12px;border:1px solid #d1d5db;background:#f9fafb}.onboarding-signature-pad{display:flex;flex-direction:column;gap:.45rem}.onboarding-signature-canvas{width:100%;max-width:100%;height:180px;border:1px dashed #94a3b8;border-radius:10px;background:#fff;touch-action:none}.onboarding-signature-actions{display:flex;justify-content:flex-end}.onboarding-state-card{border:1px solid #dbeafe;background:linear-gradient(180deg,#f8fbff,#fff)}.onboarding-notification-compact{min-height:0;margin-bottom:.45rem}.onboarding-state-head{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:.25rem}.onboarding-state-head .settings-subtitle{margin-bottom:.45rem}.onboarding-state-icon{width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}.onboarding-state-icon.warning{background:#fef3c7;color:#b45309}.onboarding-state-icon.success{background:#dcfce7;color:#15803d}.onboarding-plan-payment-box{margin-top:10px;border:1px solid #c7d2fe;background:#eef2ff;border-radius:10px;padding:12px;color:#1f2937}.onboarding-plan-payment-box__summary{margin:0 0 8px;color:#475569;font-size:.92rem;line-height:1.35}.onboarding-plan-payment-box__price{margin:0 0 10px;font-weight:800;color:#1e1b4b;font-size:1.3rem;line-height:1.2}.onboarding-plan-payment-box__price span{font-size:.88rem;color:#6b7280;font-weight:600;margin-left:.15rem}.onboarding-plan-grid{margin-top:.55rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem;align-items:stretch}.onboarding-plan-grid.single{grid-template-columns:minmax(320px,1fr)}.onboarding-plan-card{text-align:left;border:1px solid #dbe2ef;background:linear-gradient(180deg,#fff,#f8fbff);border-radius:12px;padding:.9rem;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;display:flex;flex-direction:column;min-height:220px;width:100%}.onboarding-plan-card:hover{border-color:#a5b4fc;transform:translateY(-1px);box-shadow:0 8px 18px #0f172a12}.onboarding-plan-card.active{border-color:#4f46e5;background:linear-gradient(180deg,#eef2ff,#f8faff);box-shadow:0 10px 22px #4f46e529}.onboarding-plan-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;flex-wrap:wrap}.onboarding-plan-card__head h4{margin:0;font-size:1rem;font-weight:700;color:#111827}.onboarding-plan-card__price{color:#312e81;font-weight:700;font-size:1.02rem;white-space:normal}.onboarding-plan-card__price small{margin-left:.2rem;color:#6b7280;font-size:.72rem;font-weight:600}.onboarding-plan-card__meta{margin:.35rem 0 .45rem;color:#4b5563;font-size:.82rem}.onboarding-plan-card__benefits{margin:0 0 .55rem;padding-left:1rem;color:#374151;font-size:.78rem;display:grid;gap:.22rem;flex:1}.onboarding-plan-card__badge-row{margin:.35rem 0 .2rem}.onboarding-plan-card__badge{display:inline-flex;align-items:center;border-radius:999px;padding:.16rem .55rem;font-size:.68rem;font-weight:700;letter-spacing:.02em;color:#4338ca;background:#eef2ff}.onboarding-plan-card.active .onboarding-plan-card__badge{color:#fff;background:#4f46e5}.onboarding-plan-card__footer{border-top:1px dashed #d1d5db;padding-top:.45rem;font-size:.73rem;font-weight:600;color:#475569}.onboarding-payment-ok{margin:10px 0 0;color:#166534;font-weight:600}.onboarding-payment-warn{margin:10px 0 0;color:#9a3412;font-weight:600}.onboarding-checkbox-label{display:flex;align-items:flex-start;gap:.5rem;font-weight:600;cursor:pointer}.onboarding-checkbox-label input[type=checkbox]{margin-top:.2rem;flex-shrink:0}@media(max-width:768px){.onboarding-card{padding:.9rem;max-height:calc(100vh - 1rem)}}@media(min-width:992px){.onboarding-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.employee-crop-backdrop{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:120000;padding:1rem}.employee-crop-modal{width:min(540px,100%);background:#fff;border-radius:14px;border:1px solid #dbe3f0;box-shadow:0 24px 70px #0f172a3d;padding:1rem 1rem .9rem}.employee-crop-modal h3{margin:0 0 .8rem;font-size:1rem;color:#1f2937}.employee-crop-viewport{width:220px;height:220px;border-radius:12px;margin:0 auto .9rem;overflow:hidden;background:#f8fafc;border:1px solid #d1d9e6;position:relative}.employee-crop-viewport img{position:absolute;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.employee-crop-controls{display:grid;gap:.6rem}.employee-crop-controls label{display:grid;gap:.3rem;font-size:.82rem;color:#475569}.employee-crop-controls input[type=range]{width:100%}.employee-crop-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:.9rem}.dashboard-wrapper{width:100%;max-width:var(--page-fluid-max-width, min(100%, 1680px));margin-inline:auto;padding:var(--page-shell-padding-block, .375rem) var(--page-shell-padding-inline, 0);padding-bottom:1.5rem;box-sizing:border-box}.quick-access-section{width:100%;max-width:100%;margin:0 0 3rem}.quick-access-title{font-size:1.25rem;font-weight:600;color:#2d3748;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid rgba(91,125,184,.12);display:flex;align-items:center;gap:.5rem}.quick-access-title:before{content:"";width:4px;height:20px;background:var(--color-primary-gradient, linear-gradient(135deg, #6f8fbe 0%, #5b7db8 55%, #6a8ba9 100%));border-radius:2px}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;width:100%;align-items:stretch}.dashboard-empty-state{display:grid;justify-items:center;text-align:center;gap:.8rem;padding:1.5rem 1.2rem 1rem;border:1px solid #e2e8f0;border-radius:16px;background:linear-gradient(180deg,#eff6ff73,#fff)}.dashboard-empty-image{width:min(100%,520px);height:auto}.dashboard-empty-state h3{margin:.25rem 0 0;font-size:1.35rem;color:#1e293b}.dashboard-empty-state p{margin:0;max-width:700px;color:#64748b;line-height:1.55}.dashboard-empty-actions{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:.25rem}.dashboard-empty-link{display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;color:#1e3a8a;font-weight:600;border:1px solid transparent;border-radius:999px;padding:.45rem .9rem;transition:all .2s ease}.dashboard-empty-link:hover{transform:translateY(-1px)}.dashboard-empty-link-mail{background:#1d4ed81a;border-color:#1d4ed859}.dashboard-empty-link-mail:hover{background:#1d4ed829;border-color:#1d4ed873}.dashboard-empty-link-phone{background:#0596691c;border-color:#05966959;color:#065f46}.dashboard-empty-link-phone:hover{background:#0596692b;border-color:#05966973}.module-card-link{text-decoration:none;display:block;width:100%;height:100%}.module-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000001a;transition:all .2s ease;border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem;cursor:pointer;height:100%;min-height:124px;position:relative;z-index:1}.module-card:hover{border-color:#5b7db84d;box-shadow:0 2px 8px #5b7db826;transform:translateY(-2px)}.module-card-header{display:flex;align-items:center;flex-shrink:0}.module-icon-wrapper{width:48px;height:48px;min-width:48px;min-height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.module-icon{font-size:1.5rem}.module-card-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;min-height:60px}.module-card-title{font-size:1rem;font-weight:600;color:#1a202c;margin:0 0 .25rem;line-height:1.4;flex-shrink:0}.module-card-description{font-size:.8rem;color:#718096;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;min-height:2.8em}.module-arrow{font-size:.875rem;color:#cbd5e0;transition:all .2s ease;flex-shrink:0;margin-left:auto;align-self:center}.module-card:hover .module-arrow{color:var(--color-primary, #5b7db8);transform:translate(2px)}@media(max-width:1024px){.modules-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.875rem}}@media(max-width:768px){.dashboard-wrapper{padding:1.5rem}.quick-access-section{margin-bottom:2rem}.quick-access-title{font-size:1.125rem;margin-bottom:1rem}.modules-grid{grid-template-columns:1fr;gap:.75rem}.module-card{padding:1rem}}@media(max-width:480px){.dashboard-wrapper{padding:1rem}.quick-access-title{font-size:1rem}.module-card{padding:.875rem}.module-icon-wrapper{width:40px;height:40px}.module-icon{font-size:1.25rem}}.realtime-map-page{width:100%;max-width:1440px;margin:0 auto;padding:1.5rem;box-sizing:border-box}.realtime-map-header h1{margin:0 0 .4rem;font-size:1.5rem;color:#0f172a}.realtime-map-header p{margin:0;color:#475569}.realtime-map-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin:1rem 0}.realtime-map-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.75rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s ease}.realtime-map-stat-card.active{border-color:#2563eb;background:#eff6ff}.realtime-map-stat-card.muted{opacity:.55}.realtime-map-stat-left{display:inline-flex;gap:.45rem;align-items:center}.realtime-map-stat-card span{color:#475569;font-size:.85rem}.realtime-map-stat-card strong{color:#0f172a;font-size:1.25rem}.realtime-map-canvas{height:70vh;min-height:480px;border:1px solid #cbd5e1;border-radius:14px;overflow:hidden}.realtime-map-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:.9rem;align-items:start}.realtime-map-list-panel{border:1px solid #cbd5e1;border-radius:14px;background:#fff;max-height:70vh;overflow:auto;padding:.7rem}.rtm-toolbar{border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:.55rem;margin-bottom:.65rem;display:grid;gap:.45rem}.rtm-search-input{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:.45rem .55rem;font-size:.8rem;color:#0f172a}.rtm-toolbar-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.rtm-action-button{border:1px solid #cbd5e1;background:#f8fafc;color:#1e293b;border-radius:8px;padding:.35rem .4rem;font-size:.72rem;font-weight:600;cursor:pointer}.rtm-last-update{color:#64748b;font-size:.72rem}.rtm-legend{border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;padding:.55rem .6rem;margin-bottom:.65rem}.rtm-legend h3{margin:0 0 .4rem;font-size:.84rem;color:#0f172a}.rtm-legend-items{display:grid;gap:.35rem}.rtm-legend-item{display:inline-flex;align-items:center;gap:.45rem}.rtm-legend-item small{font-size:.72rem;color:#475569}.realtime-map-list-group{margin-bottom:.55rem;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;padding:.5rem .55rem}.realtime-map-accordion-header{width:100%;border:0;background:transparent;padding:0;margin:0;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.realtime-map-list-group h3{margin:0;font-size:.88rem;font-weight:700;color:#0f172a}.realtime-map-accordion-meta{display:inline-flex;align-items:center;gap:.45rem}.rtm-accordion-alert-summary{display:inline-flex;align-items:center;gap:.25rem}.rtm-dot{font-size:.68rem;border-radius:999px;padding:.08rem .35rem;border:1px solid #e2e8f0;background:#fff;line-height:1.1}.realtime-map-accordion-count{min-width:24px;height:22px;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;font-size:.74rem;display:inline-flex;align-items:center;justify-content:center;font-weight:600}.realtime-map-accordion-icon{width:18px;display:inline-flex;justify-content:center;color:#334155;font-weight:700}.realtime-map-list-empty{margin:.45rem 0 0;font-size:.78rem;color:#64748b}.realtime-map-list-item{width:100%;text-align:left;border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:.45rem .55rem;margin-top:.45rem;cursor:pointer;display:grid;gap:.15rem}.realtime-map-list-item strong{font-size:.82rem;color:#1e293b}.realtime-map-list-item span{font-size:.73rem;color:#64748b}.rtm-alert-badge{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;padding:.12rem .5rem;font-size:.68rem;font-weight:700;border:1px solid transparent}.rtm-alert-badge--green{background:#dcfce7;color:#166534;border-color:#86efac}.rtm-alert-badge--yellow{background:#fef9c3;color:#854d0e;border-color:#fde047}.rtm-alert-badge--red{background:#fee2e2;color:#991b1b;border-color:#fca5a5}.rtm-alert-badge--neutral{background:#e2e8f0;color:#334155;border-color:#cbd5e1}.realtime-map-feedback{margin:.5rem 0;color:#334155}.realtime-map-feedback.error{color:#b91c1c}.realtime-map-marker{background:transparent;border:0}.realtime-map-marker div{background:#fff;border:1px solid #cbd5e1;border-radius:999px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0f172a2e;font-size:.95rem}.realtime-map-marker--green div{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e33,0 2px 6px #0f172a2e}.realtime-map-marker--yellow div{border-color:#facc15;box-shadow:0 0 0 2px #facc1540,0 2px 6px #0f172a2e}.realtime-map-marker--red div{border-color:#ef4444;box-shadow:0 0 0 2px #ef444440,0 2px 6px #0f172a2e}.realtime-map-marker--neutral div{border-color:#94a3b8;box-shadow:0 0 0 2px #94a3b833,0 2px 6px #0f172a2e}.rtm-popup-card{min-width:220px;max-width:280px;display:grid;gap:.45rem}.rtm-popup-header h4{margin:0;font-size:.98rem;color:#0f172a}.rtm-popup-header small{color:#64748b;font-size:.74rem}.rtm-popup-body{display:grid;gap:.3rem}.rtm-popup-row{display:flex;justify-content:space-between;gap:.6rem;align-items:baseline}.rtm-popup-row span{color:#64748b;font-size:.76rem}.rtm-popup-row strong{color:#1e293b;font-size:.78rem;text-align:right}.rtm-popup-footer{padding-top:.25rem;border-top:1px solid #e2e8f0}.rtm-popup-link{display:inline-block;text-decoration:none;font-size:.78rem;color:#1d4ed8;font-weight:600}.rtm-popup-link:hover{text-decoration:underline}@media(max-width:1100px){.realtime-map-layout{grid-template-columns:1fr}.realtime-map-list-panel{max-height:34vh}}.rh-home-wrapper{width:100%;max-width:var(--page-fluid-max-width, min(100%, 1520px));margin-inline:auto;padding:var(--page-shell-padding-block, .375rem) var(--page-shell-padding-inline, 0);padding-bottom:2rem;box-sizing:border-box}.rh-features-section{width:100%;max-width:100%;margin:0}.rh-features-title{font-size:1.25rem;font-weight:600;color:#2d3748;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid rgba(91,125,184,.12);display:flex;align-items:center;gap:.5rem}.rh-features-title:before{content:"";width:4px;height:20px;background:var(--color-primary-gradient, linear-gradient(135deg, #6f8fbe 0%, #5b7db8 55%, #6a8ba9 100%));border-radius:2px}.rh-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;width:100%;align-items:stretch}.rh-feature-card-link{text-decoration:none;display:block;width:100%;height:100%}.rh-feature-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000001a;transition:all .2s ease;border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem;cursor:pointer;height:100%;min-height:124px;position:relative;z-index:1}.rh-feature-card:hover{border-color:#5b7db84d;box-shadow:0 2px 8px #5b7db826;transform:translateY(-2px)}.rh-feature-card-header{display:flex;align-items:center;flex-shrink:0}.rh-feature-icon-wrapper{width:48px;height:48px;min-width:48px;min-height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--ui-feature-icon-bg)}.rh-feature-icon{font-size:1.5rem;color:var(--ui-feature-icon-color)}.rh-feature-card-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;min-height:60px}.rh-feature-card-title{font-size:1rem;font-weight:600;color:#1a202c;margin:0 0 .25rem;line-height:1.4;flex-shrink:0}.rh-feature-card-description{font-size:.8rem;color:#718096;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;min-height:2.8em}.rh-feature-arrow{font-size:.875rem;color:#cbd5e0;transition:all .2s ease;flex-shrink:0;margin-left:auto;align-self:center}.rh-feature-card:hover .rh-feature-arrow{color:var(--color-primary, #5b7db8);transform:translate(2px)}.rh-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem;margin:.85rem 0 1rem}.rh-dashboard-filters{display:flex;gap:.75rem;align-items:end;margin-bottom:1rem;flex-wrap:wrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.75rem}.rh-filter-field{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:#64748b}.rh-filter-field input,.rh-filter-field select{border:1px solid #cbd5e1;border-radius:8px;padding:.45rem .55rem;background:#fff;color:#1e293b;min-height:34px}.rh-filter-reset{border:1px solid #94a3b8;border-radius:8px;background:#fff;color:#0f172a;padding:.45rem .7rem;cursor:pointer;font-weight:600}.rh-filter-reset:hover{background:#f1f5f9}.rh-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.2rem;box-shadow:0 1px 2px #0f172a0a}.rh-kpi-label{color:#64748b;font-size:.78rem;line-height:1.2;display:flex;align-items:center;gap:.35rem}.rh-kpi-icon{color:#5b7db8;font-size:.82rem}.rh-kpi-value{color:#1e293b;font-size:1.2rem;line-height:1.3}.rh-kpi-delta{color:#64748b;font-size:.72rem}.rh-dashboard-visual-grid{gap:.9rem}.rh-dashboard-legend{display:flex;gap:.95rem;align-items:center;flex-wrap:wrap;margin:.2rem 0 .8rem;color:#64748b;font-size:.76rem}.rh-dashboard-legend span{display:inline-flex;align-items:center;gap:.35rem}.rh-dot{width:9px;height:9px;border-radius:999px;display:inline-block}.rh-dot--entity,.rh-dot--attendance,.rh-dot--activity{background:var(--color-primary, #456298)}.rh-panel{border-color:var(--ui-border-strong);box-shadow:0 1px 2px #0f172a0a}.rh-panel h3{font-size:.95rem;margin-bottom:.75rem}.rh-bar-fill{transition:width .22s ease}.rh-bar-fill--entity,.rh-bar-fill--attendance,.rh-bar-fill--activity{background:linear-gradient(90deg,var(--color-primary-strong, #2d4160) 0%,var(--color-primary, #456298) 100%)}.rh-empty-state{margin:.2rem 0 0;padding:.75rem .8rem;border:1px dashed #cbd5e1;border-radius:10px;background:#f8fafc;color:#64748b;font-size:.8rem}.rh-time-columns{height:170px;display:grid;grid-template-columns:repeat(10,1fr);gap:.35rem;align-items:end}.rh-time-columns--7d{grid-template-columns:repeat(7,1fr)}.rh-time-col{display:flex;flex-direction:column;align-items:center;gap:.22rem}.rh-time-col small{font-size:.68rem;color:#64748b}.rh-time-col strong{font-size:.72rem;color:#1e293b}.rh-time-col-track{width:100%;height:96px;display:flex;align-items:end;justify-content:center}.rh-time-col-fill{width:72%;border-radius:8px 8px 3px 3px;min-height:0}.rh-time-col-fill--attendance,.rh-time-col-fill--activity{background:linear-gradient(180deg,var(--color-primary, #456298) 0%,var(--color-primary-strong, #2d4160) 100%)}@media(max-width:1024px){.rh-features-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.875rem}}@media(max-width:768px){.rh-home-wrapper{padding:1.5rem}.rh-features-section{margin-bottom:2rem}.rh-features-title{font-size:1.125rem;margin-bottom:1rem}.rh-features-grid{grid-template-columns:1fr;gap:.75rem}.rh-feature-card{padding:1rem}}@media(max-width:480px){.rh-home-wrapper{padding:1rem}.rh-features-title{font-size:1rem}.rh-feature-card{padding:.875rem}.rh-feature-icon-wrapper{width:40px;height:40px}.rh-feature-icon{font-size:1.25rem}}.rh-features-section{margin-bottom:1rem}.audit-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.7rem;margin-top:.6rem}.audit-kpi-card{border:1px solid #dbe3f0;background:#fff;border-radius:12px;padding:.75rem;display:flex;flex-direction:column;gap:.2rem}.audit-kpi-card span{font-size:.8rem;color:#64748b}.audit-kpi-card strong{font-size:1.4rem;color:#0f172a}.audit-kpi-card small{color:#475569;font-size:.76rem}.audit-trend{height:160px;display:grid;grid-template-columns:repeat(7,1fr);gap:.35rem;align-items:end}.audit-trend-col{display:flex;flex-direction:column;align-items:center;gap:.22rem}.audit-trend-value{font-size:.72rem;color:#334155}.audit-trend-bar-wrap{width:100%;height:100px;display:flex;align-items:end;justify-content:center}.audit-trend-bar{width:70%;border-radius:8px 8px 3px 3px;background:linear-gradient(180deg,#60a5fa,#2563eb)}.audit-trend-col small{font-size:.68rem;color:#64748b}.audit-status-overview{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;margin-bottom:.6rem}.audit-chip-list{display:flex;flex-wrap:wrap;gap:.4rem}.audit-chip{border:1px solid #dbe3f0;background:#f8fafc;border-radius:999px;padding:.2rem .55rem;color:#334155;font-size:.75rem}.audit-empty-line{border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc;color:#64748b;padding:.8rem .9rem}.pay-period-calendar{display:flex;flex-direction:column;gap:.85rem}.pay-period-calendar-loading,.pay-period-calendar-error{margin:0;color:#64748b;font-size:.9rem}.pay-period-calendar-error-block{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.pay-period-calendar-retry{font-size:.85rem;padding:.35rem .75rem;border-radius:8px;border:1px solid #cbd5e1;background:#f8fafc;color:#334155;cursor:pointer}.pay-period-calendar-retry:hover{background:#eef2f7}.pay-period-nav{display:flex;gap:.5rem;margin-bottom:.65rem}.pay-period-nav-btn{font-size:.8rem;padding:.35rem .65rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;cursor:pointer}.pay-period-nav-btn:disabled{opacity:.45;cursor:not-allowed}.pay-period-cell--button{cursor:pointer;font:inherit;width:100%;text-align:center}.pay-period-cell--selected{outline:2px solid #2563eb;outline-offset:1px}.pay-period-day-panel{margin-top:1rem;padding:1rem 1.1rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.pay-period-day-panel-title{margin:0 0 .75rem;font-weight:600;font-size:1rem;color:#0f172a}.pay-period-day-panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem 1.5rem}.pay-period-day-panel-col h4{margin:0 0 .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.pay-period-day-panel-col dl{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.35rem .75rem;font-size:.875rem}.pay-period-day-panel-col dt{color:#64748b;font-weight:500}.pay-period-day-panel-col dd{margin:0;color:#0f172a;font-weight:600}.pay-period-break-list{margin:0;padding-left:1.1rem;font-weight:500}.pay-period-break-list li{margin-bottom:.2rem}.pay-period-day-panel-summary{margin:.85rem 0 0;font-size:.85rem}.pay-period-day-panel-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.pay-period-calendar-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;align-items:flex-start}.pay-period-calendar-range{margin:0 0 .25rem;font-weight:600;color:#0f172a}.pay-period-calendar-cutoff{margin:0;font-size:.9rem;color:#334155}.pay-period-calendar-auto{margin:.35rem 0 0;font-size:.8rem}.pay-period-payroll-badge{font-size:.75rem;font-weight:600;padding:.25rem .6rem;border-radius:999px;background:#dcfce7;color:#166534}.pay-period-totals{display:flex;flex-wrap:wrap;gap:.65rem 1.25rem;font-size:.85rem;color:#475569}.pay-period-legend{display:flex;flex-wrap:wrap;gap:.5rem .85rem;font-size:.75rem}.legend-item{display:inline-flex;align-items:center;gap:.35rem}.legend-item:before{content:"";width:10px;height:10px;border-radius:3px;flex-shrink:0}.legend-cutoff:before{background:#7c3aed;box-shadow:0 0 0 2px #ede9fe}.legend-scheduled:before{background:#dbeafe;border:1px solid #93c5fd}.legend-worked:before{background:#bbf7d0;border:1px solid #4ade80}.legend-absent:before{background:#fee2e2;border:1px solid #f87171}.legend-vacation:before{background:#fef3c7;border:1px solid #fbbf24}.legend-leave:before{background:#ffedd5;border:1px solid #fb923c}.pay-period-weekdays,.pay-period-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.35rem}.pay-period-weekday{text-align:center;font-size:.7rem;font-weight:600;color:#64748b;text-transform:uppercase}.pay-period-cell{min-height:5.75rem;border:1px solid #e2e8f0;border-radius:8px;padding:.35rem .25rem;background:#f8fafc;display:flex;flex-direction:column;align-items:center;gap:.12rem;font-size:.65rem}.pay-period-cell--empty{background:transparent;border-color:transparent;min-height:0}.pay-period-cell-day{font-weight:700;font-size:.85rem;color:#0f172a}.pay-period-cell-time{line-height:1.15;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.58rem}.pay-period-cell-time--scheduled{color:#1d4ed8}.pay-period-cell-time--actual{color:#15803d;font-weight:600}.pay-period-cell-time--break{color:#b45309}.pay-period-cell-meta{color:#475569;line-height:1.2;text-align:center}.pay-period-cell-worked{color:#15803d;font-weight:600}.pay-period-cell-cutoff-label{font-size:.6rem;font-weight:700;color:#6d28d9;text-transform:uppercase}.pay-period-cell--scheduled{background:#eff6ff;border-color:#93c5fd}.pay-period-cell--worked{background:#f0fdf4;border-color:#4ade80}.pay-period-cell--absent{background:#fef2f2;border-color:#f87171}.pay-period-cell--vacation{background:#fffbeb;border-color:#fbbf24}.pay-period-cell--leave{background:#fff7ed;border-color:#fb923c}.pay-period-cell--cutoff,.pay-period-cell.pay-period-cell--cutoff{box-shadow:inset 0 0 0 2px #a78bfa}@media(max-width:640px){.pay-period-cell{min-height:4.75rem;font-size:.6rem}.pay-period-cell-time{font-size:.52rem}.pay-period-cell-day{font-size:.75rem}}.rh-calendar-page{padding:1rem 1.25rem 2rem;max-width:1100px;margin:0 auto}.rh-calendar-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.rh-calendar-header h1{margin:0;font-size:1.5rem;display:flex;align-items:center;gap:.5rem}.rh-calendar-title-icon{color:var(--color-primary-strong, #2d4160)}.rh-calendar-subtitle{margin:.35rem 0 0;color:#64748b;font-size:.9rem}.rh-calendar-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;margin-bottom:1rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.rh-calendar-toolbar label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;font-weight:600;color:#475569}.rh-calendar-toolbar select,.rh-calendar-toolbar input[type=month]{min-width:220px;padding:.45rem .6rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem}.rh-calendar-tabs{display:flex;gap:.35rem}.rh-calendar-tabs button{padding:.45rem .85rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;cursor:pointer;font-size:.85rem}.rh-calendar-tabs button.active{background:var(--color-primary-strong, #2d4160);color:#fff;border-color:var(--color-primary-strong, #2d4160)}.rh-calendar-links{display:flex;flex-wrap:wrap;gap:.5rem;margin-left:auto}.rh-calendar-body{padding:1rem}.data-table-wrapper{width:100%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.table-search{display:flex;align-items:center;gap:1rem;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;background:#fafbfc}.table-search .search-input{flex:1 1 auto;width:100%;min-width:12rem;max-width:min(28rem,100%)}.table-header-action-wrap{margin-left:auto;flex-shrink:0}.table-header-action-btn{min-width:auto;padding:.4rem .75rem;font-size:.8125rem}.table-header-actions-group{display:flex;align-items:center;gap:.5rem;margin-left:auto;flex-shrink:0}.table-header-actions-group .task-tickets-selection-count{font-size:.8125rem;font-weight:600;color:#475569;white-space:nowrap}.data-table-selection-column{width:2.5rem;min-width:2.5rem;text-align:center;vertical-align:middle;padding:.5rem .35rem!important}.data-table-selection-checkbox{width:1rem;height:1rem;margin:0;cursor:pointer;accent-color:var(--color-primary, #5b7db8)}.data-table-row--selected{background-color:#5b7db814!important}.search-input{width:100%;max-width:min(28rem,100%);padding:.625rem 1rem .625rem 2.5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#1a202c;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8' width='18' height='18'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E") no-repeat .75rem center;transition:border-color .2s ease,box-shadow .2s ease}.search-input::placeholder{color:#94a3b8}.search-input:focus{outline:none;border-color:var(--color-primary, #5b7db8);box-shadow:0 0 0 3px #5b7db824}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table thead{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}.data-table th{padding:.875rem 1.25rem;text-align:left;font-weight:600;color:#475569;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.th-content{display:flex;align-items:center;gap:.5rem}.th-align-right .th-content{justify-content:flex-end}.sort-button{background:none;border:none;cursor:pointer;padding:.2rem;color:#94a3b8;font-size:.75rem;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:color .2s ease,background .2s ease}.sort-button:hover{color:var(--color-primary, #5b7db8);background:#5b7db814}.data-table td{padding:.875rem 1.25rem;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.data-table tbody tr.data-table-group-row td,.data-table .data-table-group-cell{background:linear-gradient(180deg,#eef4ff,#f6f9ff);border-top:1px solid #d8e3f6;border-bottom:1px solid #d8e3f6;color:#0f172a}.data-table .data-table-group-cell{padding:.62rem 1.25rem;font-weight:700}.data-table th.fleet-vin-cell,.data-table td.fleet-vin-cell{min-width:10rem;max-width:14rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.8125rem}.data-table th.inventory-image-cell,.data-table td.inventory-image-cell{padding-left:.5rem;padding-right:.5rem;text-align:center}.data-table th.inventory-barcode-cell,.data-table td.inventory-barcode-cell{width:auto!important;min-width:0!important;max-width:none!important;padding:.2rem!important;text-align:center!important;white-space:nowrap}.data-table th.inventory-barcode-cell .th-content{justify-content:center;width:100%}.data-table tbody tr:last-child td{border-bottom:none}.data-table.striped tbody tr:nth-child(2n){background-color:#fafbfc}.data-table.hover tbody tr:hover{background-color:#5b7db80a}.data-table.hover tbody tr.data-table-group-row:hover{background-color:transparent}.clickable-row{cursor:pointer;transition:background-color .15s ease}.clickable-row:hover{background-color:#5b7db80f!important}.actions-column{width:60px;text-align:right!important;white-space:nowrap}.actions-cell{text-align:right!important}.data-table-actions-menu{position:relative;display:inline-flex;justify-content:flex-end}.data-table-actions-trigger{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:8px;background:transparent;color:#64748b;cursor:pointer;transition:background .15s ease,color .15s ease}.data-table-actions-trigger:hover{background:#5b7db814;color:#475569}.data-table-actions-trigger:focus{outline:none;box-shadow:0 0 0 2px #5b7db84d}.data-table-actions-dropdown{position:absolute;top:100%;right:0;z-index:50;min-width:160px;margin-top:4px;padding:.375rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 25px -5px #0000001a,0 4px 10px -2px #0000000f;animation:data-table-dropdown-in .15s ease-out}@keyframes data-table-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.data-table-actions-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:none;border-radius:6px;background:none;font-size:.875rem;color:#334155;cursor:pointer;text-align:left;transition:background .1s ease}.data-table-actions-item:hover{background:#f1f5f9}.data-table-actions-item-icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;color:inherit}.data-table-actions-item--primary .data-table-actions-item-icon{color:var(--color-primary, #5b7db8)}.data-table-actions-item--primary:hover{background:#5b7db81a}.data-table-actions-item--secondary .data-table-actions-item-icon{color:#64748b}.data-table-actions-item--danger .data-table-actions-item-icon{color:#dc2626}.data-table-actions-item--danger:hover{background:#dc262614;color:#b91c1c}.data-table-actions-item--warning .data-table-actions-item-icon{color:#d97706}.data-table-actions-item--warning:hover{background:#d9770614}.data-table-actions-item-label{flex:1 1 auto}.data-table-actions-item-lock{display:inline-flex;align-items:center;margin-left:auto;color:#94a3b8;font-size:.75rem}.data-table-actions-item--locked,.data-table-actions-item--locked:hover{color:#94a3b8;cursor:not-allowed;background:#f8fafc}.data-table-actions-item--locked .data-table-actions-item-icon{color:#94a3b8}.table-header-action-btn--locked{opacity:.72}.table-header-action-label{display:inline-flex;align-items:center}.table-header-action-lock{display:inline-flex;align-items:center;margin-left:.45rem;font-size:.8rem}.table-loading,.table-empty{padding:3rem 2rem;text-align:center;color:#64748b;font-size:.9375rem}.table-loading{display:flex;flex-direction:column;align-items:center;gap:1rem}.table-empty p{margin:0}.spinner{width:2.25rem;height:2.25rem;border:2px solid #e2e8f0;border-top-color:var(--color-primary, #5b7db8);border-radius:50%;animation:spin .7s linear infinite}.table-pagination{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:.75rem;background:#fafbfc}.pagination-info{font-size:.8125rem;color:#64748b}.pagination-controls{display:flex;align-items:center;gap:1rem}.per-page-select{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.8125rem;color:#475569;background:#fff;cursor:pointer}.per-page-select:focus{outline:none;border-color:var(--color-primary, #5b7db8)}.pagination-buttons{display:flex;align-items:center;gap:.5rem}.page-info{font-size:.8125rem;color:#475569;padding:0 .5rem}.boolean-icon{display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1}.boolean-icon-true{color:#16a34a}.boolean-icon-false{color:#dc2626}@media(max-width:768px){.data-table th,.data-table td{padding:.75rem 1rem}.table-search{padding:.875rem 1rem}.search-input{max-width:none}.table-pagination{flex-direction:column;align-items:stretch;padding:.75rem 1rem}.pagination-controls{flex-wrap:wrap}}.form-add-wrapper{width:100%;max-width:var(--form-shell-max-width);margin:0 auto;padding:1.5rem 1.75rem;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.form-add,.form-fields{display:flex;flex-direction:column;gap:1.5rem}.form-section--payroll .form-section-fields{align-items:center}.form-row-photo-address{display:flex;gap:1.25rem;align-items:flex-start;margin-bottom:.25rem}.form-row-photo-address .form-field-wrapper:first-child{width:140px;min-width:140px;flex-shrink:0}.form-row-photo-address .form-field-wrapper:last-child{flex:1;min-width:0}@media(max-width:640px){.form-section--grid .form-section-fields,.form-section-fields{grid-template-columns:1fr}.form-row-photo-address{flex-direction:column}.form-row-photo-address .form-field-wrapper:first-child{width:100%;min-width:0}}.form-field--center{display:flex;justify-content:center;width:100%}.form-add-wrapper input[type=text],.form-add-wrapper input[type=email],.form-add-wrapper input[type=password],.form-add-wrapper input[type=number],.form-add-wrapper input[type=date],.form-add-wrapper textarea,.form-add-wrapper select{color:#111827;background-color:#fff}.form-add-wrapper input::placeholder,.form-add-wrapper textarea::placeholder{color:#9ca3af}.form-before-submit{margin-top:.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem}@media(max-width:640px){.form-add-wrapper{padding:1rem}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}.form-edit-wrapper{width:100%;max-width:var(--form-shell-max-width);margin:0 auto;padding:1.5rem 1.75rem;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.form-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1.5rem}.form-edit,.form-fields{display:flex;flex-direction:column;gap:1.5rem}.form-section{display:flex;flex-direction:column;gap:1rem}.form-section-title{font-size:1rem;font-weight:600;color:#374151;margin:0 0 .25rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.form-section-fields,.form-section--grid .form-section-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field-wrapper--error .form-label{color:#b91c1c}.form-field-wrapper--error .form-input,.form-field-wrapper--error select.form-input,.form-field-wrapper--error textarea.form-input{border-color:#ef4444;box-shadow:0 0 0 1px #ef444426}.form-field-wrapper{width:100%}.form-field--full{grid-column:1 / -1}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}.form-subtitle{margin:-.75rem 0 1.25rem;font-size:.95rem;color:#6b7280;line-height:1.55}.form-section-hint{margin:0 0 1rem;font-size:.875rem;color:#6b7280;line-height:1.5}.form-section-hint--tight{margin-bottom:0}.form-wizard-steps{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.form-wizard-step{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;background:#e5e7eb;color:#374151}.form-wizard-step--active{background:#111827;color:#fff}.form-wizard-step--done{background:#059669;color:#fff}.form-section--nested{width:100%;max-width:100%;box-sizing:border-box;padding:1rem;border:1px solid #e5e7eb;border-radius:.375rem;background:#f9fafb;margin-bottom:1rem}.form-wizard-phase-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.form-wizard-phase-title{margin:0;font-size:1rem;font-weight:600;color:#374151}.form-wizard-task-block{width:100%;max-width:100%;box-sizing:border-box;margin-bottom:1rem;padding:.75rem;border:1px solid #e5e7eb;border-radius:.375rem;background:#fff}.form-wizard-toolbar{margin-bottom:1rem}.form-wizard-stack-spacing{margin-top:1rem}.form-wizard-task-actions{display:flex;align-items:flex-end;justify-content:flex-end}.form-wizard-alert-spacing{margin-bottom:1rem}@media(max-width:640px){.form-edit-wrapper{padding:1rem}.form-section-fields{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}.form-page{width:100%;max-width:var(--page-form-max-width);margin-inline:auto;padding:var(--page-shell-padding-block) 0 1.75rem;box-sizing:border-box}.form-page__loading{padding:2rem 0;color:#64748b;font-size:.9375rem}.form-page__error{margin-bottom:1rem}.form-page__top{margin-bottom:1rem;max-width:52rem;font-size:.9rem;color:#64748b;line-height:1.55}@media(max-width:640px){.form-page{padding-bottom:1.25rem}}.deleted-scope-tabs{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.45rem}.deleted-scope-tab{display:inline-flex;align-items:center;gap:.4rem;border:1px solid transparent;background:#fff;color:#475569;border-radius:11px;padding:.45rem .75rem;min-height:40px;font-size:.85rem;font-weight:600;cursor:pointer;max-width:100%;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.deleted-scope-tab__icon{font-size:.82rem;flex-shrink:0}.deleted-scope-tab__label{white-space:nowrap}.deleted-scope-tab--active-records .deleted-scope-tab__icon{color:#0d9488}.deleted-scope-tab--trash .deleted-scope-tab__icon{color:#dc2626}.deleted-scope-tab--trash{color:#b91c1c}.deleted-scope-tab:hover:not(:disabled){border-color:#c9d9ee;background:#f8fbff;color:#0f172a}.deleted-scope-tab--trash:hover:not(:disabled){border-color:#fecaca;background:#fff5f5;color:#991b1b}.deleted-scope-tab--active-records.deleted-scope-tab--selected{background:#4f6fa8;color:#fff;border-color:#4f6fa8;box-shadow:0 2px 10px #4f6fa847}.deleted-scope-tab--active-records.deleted-scope-tab--selected .deleted-scope-tab__icon{color:#fff}.deleted-scope-tab--trash.deleted-scope-tab--selected{background:#fca5a5;color:#7f1d1d;border-color:#f87171;box-shadow:0 2px 10px #f8717159}.deleted-scope-tab--trash.deleted-scope-tab--selected .deleted-scope-tab__icon{color:#991b1b}.deleted-scope-tab:focus-visible{outline:2px solid #4f6fa8;outline-offset:2px}.deleted-scope-tab--trash:focus-visible{outline-color:#f87171}.async-loading-overlay{position:fixed;inset:0;z-index:2200;display:grid;place-items:center;padding:1.25rem;background:#0f172a94;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:async-loading-overlay-fade-in .22s ease}.async-loading-overlay--closing{animation:async-loading-overlay-fade-out .22s ease forwards;pointer-events:none}.async-loading-overlay__panel{position:relative;width:min(100%,24rem);overflow:hidden;border-radius:16px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 24px 48px #0f172a2e,0 8px 16px #0f172a14;animation:async-loading-overlay-panel-in .32s cubic-bezier(.16,1,.3,1)}.async-loading-overlay--closing .async-loading-overlay__panel{animation:async-loading-overlay-panel-out .22s ease forwards}.async-loading-overlay__accent{height:4px;background:var(--color-primary-gradient, linear-gradient(135deg, #5a7aad 0%, #456298 55%, #4d6d94 100%))}.async-loading-overlay__body{display:flex;align-items:flex-start;gap:1rem;padding:1.35rem 1.4rem 1.15rem}.async-loading-overlay__icon-wrap{flex:0 0 auto;width:3.25rem;height:3.25rem;display:grid;place-items:center;border-radius:999px;background:var(--color-primary-soft, #e6edf8);border:1px solid rgba(69,98,152,.12)}.async-loading-overlay__spinner{width:1.55rem;height:1.55rem;border-radius:999px;border:2.5px solid rgba(69,98,152,.16);border-top-color:var(--color-primary, #456298);border-right-color:var(--color-primary, #456298);animation:async-loading-overlay-spin .72s cubic-bezier(.55,.12,.35,.88) infinite}.async-loading-overlay__copy{flex:1;min-width:0;padding-top:.2rem}.async-loading-overlay__text{margin:0;color:#0f172a;font-size:.98rem;font-weight:600;line-height:1.45;letter-spacing:-.01em}.async-loading-overlay__subtitle{margin:.35rem 0 0;color:#64748b;font-size:.84rem;line-height:1.4}.async-loading-overlay__progress{height:3px;background:#f1f5f9;overflow:hidden}.async-loading-overlay__progress-bar{width:42%;height:100%;background:var(--color-primary-gradient, linear-gradient(135deg, #5a7aad 0%, #456298 55%, #4d6d94 100%));border-radius:0 999px 999px 0;animation:async-loading-overlay-progress 1.35s ease-in-out infinite}@keyframes async-loading-overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes async-loading-overlay-fade-out{0%{opacity:1}to{opacity:0}}@keyframes async-loading-overlay-panel-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes async-loading-overlay-panel-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(6px) scale(.98)}}@keyframes async-loading-overlay-spin{to{transform:rotate(360deg)}}@keyframes async-loading-overlay-progress{0%{transform:translate(-120%)}to{transform:translate(320%)}}@media(prefers-reduced-motion:reduce){.async-loading-overlay,.async-loading-overlay__panel,.async-loading-overlay__spinner,.async-loading-overlay__progress-bar{animation:none!important}.async-loading-overlay--closing{opacity:0}}.list-page{width:100%;max-width:var(--page-fluid-max-width);margin-inline:auto;padding:var(--page-shell-padding-block) var(--page-shell-padding-inline);padding-bottom:2rem;box-sizing:border-box}.list-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.list-page-title{font-size:1.4375rem;font-weight:600;color:#1a202c;margin:0 0 .25rem;letter-spacing:-.02em}.list-page-subtitle{color:#64748b;font-size:.875rem;margin:0;line-height:1.4}.list-page-actions{display:flex;align-items:center;gap:.75rem}.list-page-content{width:100%;border-radius:12px;overflow:hidden}.list-page-filter-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.45rem;margin-bottom:1rem;padding:.4rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:14px}.list-page-filter-bar__main{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;flex:1 1 auto;min-width:0}.list-page-filter-bar__scope{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;flex:0 0 auto;margin-left:auto}.list-page-filter-bar__main>.portfolio-project-status-tabs,.list-page-filter-bar__main>.task-tickets-status-tabs{margin-bottom:0;padding:0;background:transparent;border:none;border-radius:0;flex:1 1 auto}.list-page-top-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.list-page-top-toolbar__main{flex:1 1 auto;min-width:0}.list-page-top-toolbar__scope{flex:0 0 auto;margin-left:auto;align-self:flex-start}.list-page-content--trash .data-table-wrapper{background:#fff7f7;border-color:#fecaca;box-shadow:0 1px 3px #b91c1c14}.list-page-content--trash .table-search{background:#fff1f2;border-bottom-color:#fecaca}.list-page-content--trash .data-table thead{background:#ffe4e6}.list-page-content--trash .data-table tbody tr:nth-child(2n){background:#fff5f5}.list-page-content--trash .data-table tbody tr:hover{background:#fee2e2}.list-page--trash-view .list-page-subtitle{color:#b91c1c}@media(max-width:768px){.list-page-title{font-size:1.2rem}.list-page-header{margin-bottom:.875rem}}.schedule-template-days-page{padding:var(--page-shell-padding-block, 1rem) var(--page-shell-padding-inline, 1.25rem) 2rem;max-width:var(--page-fluid-max-width, 1100px);margin:0 auto;box-sizing:border-box}.schedule-template-days-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.75rem 1rem;margin-bottom:1rem}.schedule-template-days-hero{flex:1;min-width:0}.schedule-template-days-hero h1{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:.5rem;line-height:1.25}.schedule-template-days-title-icon{color:var(--color-primary-strong, #2d4160);flex-shrink:0}.schedule-template-days-subtitle{margin:.35rem 0 .65rem;color:#64748b;font-size:.9rem}.schedule-template-days-meta{display:flex;flex-wrap:wrap;gap:.4rem}.schedule-template-days-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;line-height:1.3}.schedule-template-days-badge--global{background:#3b82f624;color:#1d4ed8}.schedule-template-days-badge--company{background:#22c55e24;color:#15803d}.schedule-template-days-badge--shift{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.schedule-template-days-badge--count{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.schedule-template-days-edit-btn{margin-left:auto;align-self:center}.schedule-template-days-hint{margin:0 0 1rem;color:#64748b;font-size:.875rem;line-height:1.45}.schedule-template-days-readonly-banner{display:flex;align-items:flex-start;gap:.6rem;margin:0 0 1rem;padding:.85rem 1rem;border-radius:10px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a;font-size:.875rem;line-height:1.45}.schedule-template-days-readonly-banner svg{flex-shrink:0;margin-top:.15rem;font-size:1rem;opacity:.85}.schedule-template-days-error-banner{margin:0 0 1rem;padding:.75rem 1rem;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.875rem;line-height:1.45}.schedule-template-days-loading-card{padding:2rem 1.25rem;text-align:center}.schedule-template-days-panel{padding:1rem 1.15rem 1.25rem}.schedule-template-days-panel-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#0f172a}.schedule-template-week-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem}.schedule-template-week{min-width:min(100%,720px)}.schedule-template-week-labels{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.4rem;margin-bottom:.4rem}.schedule-template-week-label{text-align:center;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.schedule-template-week-cells{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.45rem}.schedule-template-day{display:flex;flex-direction:column;min-height:8.5rem;border:1px solid #e2e8f0;border-radius:10px;padding:.65rem .55rem .55rem;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.schedule-template-day--active{border-color:#93c5fd;background:linear-gradient(180deg,#f8fafc,#eff6ff);box-shadow:0 1px 2px #2563eb14}.schedule-template-day--off{background:#f8fafc;border-style:dashed;border-color:#cbd5e1}.schedule-template-day-head{position:relative;display:flex;flex-direction:column;gap:.2rem;margin-bottom:.45rem;padding-bottom:.4rem;border-bottom:1px solid rgba(226,232,240,.9)}.schedule-template-day--active .schedule-template-day-head{border-bottom-color:#bfdbfe}.schedule-template-day-name{font-size:.72rem;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.03em}@media(min-width:640px){.schedule-template-day-name{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.schedule-template-day-head{min-height:1.25rem;justify-content:flex-end}}.schedule-template-day-status{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#1d4ed8}.schedule-template-day-body,.schedule-template-day-empty{display:flex;flex-direction:column;flex:1;gap:.35rem}.schedule-template-day-time,.schedule-template-day-break{display:flex;align-items:center;gap:.35rem;margin:0;font-size:.8rem;line-height:1.35}.schedule-template-day-time{font-weight:600;color:#0f172a}.schedule-template-day-time svg,.schedule-template-day-break svg{flex-shrink:0;font-size:.75rem;opacity:.7}.schedule-template-day-empty{justify-content:space-between;padding-top:.15rem}.schedule-template-day-empty p{margin:0;font-size:.78rem}.schedule-template-day-actions{margin-top:auto;padding-top:.35rem;display:flex;justify-content:flex-end}.schedule-template-day-empty .btn,.schedule-template-day-actions .btn{width:100%}@media(max-width:639px){.schedule-template-week-labels{display:none}.schedule-template-week-cells{grid-template-columns:repeat(2,minmax(0,1fr))}.schedule-template-day{min-height:7.5rem}.schedule-template-day-name{position:static;width:auto;height:auto;margin:0;clip:auto;overflow:visible}}@media(max-width:400px){.schedule-template-week-cells{grid-template-columns:1fr}}.employee-avatar-cell{display:flex;align-items:center;justify-content:center}.employee-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.employee-avatar-img{background:#f1f5f9}.employee-avatar-initials{display:inline-flex;align-items:center;justify-content:center;background:var(--color-primary-gradient, linear-gradient(135deg, #6f8fbe 0%, #5b7db8 55%, #6a8ba9 100%));color:#fff;font-size:.875rem;font-weight:600;letter-spacing:-.02em}.employee-name{display:flex;flex-direction:column;gap:.15rem}.employee-name strong{color:#1a202c;font-weight:600;font-size:.9375rem}.employee-name small{color:#64748b;font-size:.8125rem}.employee-display-name{font-size:.75rem;color:#94a3b8;font-style:italic}.status-active,.status-inactive{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600}.status-active{background:#22c55e1f;color:#15803d}.status-inactive{background:#ef44441a;color:#b91c1c}.badge{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:500}.badge-secondary{background:#f1f5f9;color:#475569}.employee-form-page{padding:2rem;max-width:1200px;margin:0 auto}.employee-alert{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;margin-bottom:1rem;border-radius:6px;font-size:.9375rem;box-shadow:0 1px 2px #0000000d;animation:employee-alert-slide-down .25s ease-out}.employee-alert--error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.employee-alert--info{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.employee-alert--warning{background:#fffbeb;border:1px solid #fcd34d;color:#92400e}.employee-alert-icon{font-weight:700;margin-top:2px;flex-shrink:0}.employee-alert-text{flex:1}.employee-alert-close{border:none;background:transparent;color:inherit;cursor:pointer;padding:0;margin-left:.5rem;font-size:.9rem;line-height:1;opacity:.8}.employee-alert-close:hover{opacity:1}@keyframes employee-alert-slide-down{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.employee-form-photo-block{position:relative}.employee-form-photo-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.employee-form-photo-preview{width:120px;height:120px;border:2px dashed #d1d5db;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f9fafb;cursor:pointer;transition:border-color .2s,background .2s}.employee-form-photo-preview:hover{border-color:#3b82f6;background:#eff6ff}.employee-form-photo-preview img{width:100%;height:100%;object-fit:cover}.employee-form-photo-placeholder{font-size:.875rem;color:#6b7280}@media(max-width:768px){.employee-form-page{padding:1rem}}.pay-period-calendar-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.pay-period-calendar-card-header h2{margin:0}.related-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.9rem}.related-card{border:1px solid #e2e8f0;border-radius:10px;padding:.85rem;background:#fafbfc;display:flex;flex-direction:column;transition:border-color .15s ease,background .15s ease}.related-card:hover{border-color:#cbd5e1;background:#f8fafc}.related-card-head{display:flex;align-items:center;gap:.55rem;margin-bottom:.65rem}.related-card-icon{width:26px;height:26px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#e6edf8;color:var(--color-primary-strong, #2d4160);font-size:.8rem}.related-card-head h3{margin:0;font-size:.9rem;color:#0f172a}.related-count{margin-left:auto;font-size:.75rem;font-weight:700;color:var(--color-primary-strong, #2d4160);background:#e6edf8;border-radius:999px;padding:.12rem .5rem}.related-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;flex:1}.related-list li{display:flex;justify-content:space-between;align-items:flex-start;gap:.65rem;border:none;border-bottom:1px solid #f1f5f9;background:transparent;border-radius:0;padding:.55rem 0;font-size:.8125rem;color:#334155}.related-list li:last-child{border-bottom:none;padding-bottom:0}.related-list li:first-child{padding-top:0}.related-card-actions{display:flex;justify-content:flex-end;align-items:center;gap:.45rem;margin-bottom:.55rem;min-height:2rem}.related-card-actions--placeholder{visibility:hidden}.related-row-main{min-width:0;display:flex;flex-direction:column;gap:.2rem;flex:1}.related-row-main>span:first-child{font-weight:600;color:#0f172a}.related-row-main>span:not(:first-child){color:#475569;font-size:.78rem}.related-list li span:last-child{color:#475569;text-align:right}.related-list li .btn.btn-ghost{border:1px solid #dbe5f1;background:#f8fafc;color:#334155;padding:.3rem .65rem;min-height:2rem}.related-list li .btn.btn-ghost:hover:not(:disabled){background:#eef2f7;border-color:#cbd5e1}.related-inline-icon{font-size:.72rem;color:#475569;flex:0 0 auto;margin-top:.08rem}.related-main-title,.related-main-meta{display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-list li.muted{justify-content:flex-start;color:#64748b;background:#fcfdff}.related-list li.related-error{color:#991b1b;border-color:#fecaca;background:#fef2f2}@media(max-width:768px){.related-cards-grid{grid-template-columns:1fr}}.employee-inline-cell{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.employee-inline-avatar{width:32px;height:32px;border-radius:9999px;object-fit:cover;flex-shrink:0;border:1px solid #dbe2ea;background:#f8fafc}.employee-inline-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attendance-list-page{width:100%;max-width:var(--page-fluid-max-width, min(100%, 1680px));margin-inline:auto;padding:var(--page-shell-padding-block, .375rem) var(--page-shell-padding-inline, 0);padding-bottom:1.5rem;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.status-approved{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#22c55e1f;color:#15803d}.status-pending{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#f59e0b1f;color:#b45309}@media(max-width:768px){.attendance-list-page{padding:1rem}.page-header{flex-direction:column;align-items:stretch}}.catalog-form-page{padding:2rem;max-width:1200px;margin:0 auto}.catalog-form-message-space{min-height:56px;margin-bottom:.75rem}@media(max-width:768px){.catalog-form-page{padding:1rem}}.leave-list-page{width:100%;max-width:var(--page-fluid-max-width, min(100%, 1680px));margin-inline:auto;padding:var(--page-shell-padding-block, .375rem) var(--page-shell-padding-inline, 0);padding-bottom:1.5rem;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.status-active{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#3b82f61f;color:#1d4ed8}.status-inactive{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#ef44441a;color:#b91c1c}@media(max-width:768px){.leave-list-page{padding:1.25rem}.page-header{flex-direction:column;align-items:stretch}.page-header h1{font-size:1.25rem}}.leave-form-page{padding:2rem;max-width:1200px;margin:0 auto}@media(max-width:768px){.leave-form-page{padding:1rem}}.leave-status-badge{display:inline-block;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500}.leave-status-badge.approved{background-color:#d1fae5;color:#065f46}.leave-status-badge.pending{background-color:#fef3c7;color:#92400e}.expense-list-page{width:100%;max-width:var(--page-fluid-max-width, min(100%, 1680px));margin-inline:auto;padding:var(--page-shell-padding-block, .375rem) var(--page-shell-padding-inline, 0);padding-bottom:1.5rem;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.status-submitted{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#5b7db81f;color:#3f5d90}.status-reviewing{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#f59e0b1f;color:#b45309}.status-rejected{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#ef44441a;color:#b91c1c}.status-canceled{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#f1f5f9;color:#475569}.receipt-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-primary, #5b7db8);text-decoration:none;font-weight:500}.receipt-link:hover{text-decoration:underline}@media(max-width:768px){.expense-list-page{padding:1.25rem}.page-header{flex-direction:column;align-items:stretch}.page-header h1{font-size:1.25rem}}.expense-form-page{padding:2rem;max-width:1200px;margin:0 auto}@media(max-width:768px){.expense-form-page{padding:1rem}}.payroll-list-page{width:100%;max-width:var(--page-fluid-max-width, min(100%, 1680px));margin-inline:auto;padding:var(--page-shell-padding-block, .375rem) var(--page-shell-padding-inline, 0);padding-bottom:1.5rem;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.status-draft{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#f1f5f9;color:#475569}.status-paid{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#22c55e1f;color:#15803d}.status-dispute-open{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#ef44441a;color:#b91c1c}.status-dispute-resolved{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#3b82f61f;color:#1d4ed8}@media(max-width:768px){.payroll-list-page{padding:1.25rem}.page-header{flex-direction:column;align-items:stretch}.page-header h1{font-size:1.25rem}}.payroll-create-page{padding:1.5rem}.attendance-detail-page{padding:2rem;max-width:1200px;margin:0 auto}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.header-actions{display:flex;gap:.75rem}.detail-content{display:flex;flex-direction:column;gap:1.5rem}.detail-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.detail-card h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.detail-photo-row{margin-bottom:1rem}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-item label{font-size:.875rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.detail-item p{font-size:1rem;color:#111827;margin:0}.gps-map-link{font-size:.85rem;color:#2563eb;text-decoration:none;font-weight:500}.gps-map-link:hover{text-decoration:underline}.employee-profile-photo{width:72px;height:72px;border-radius:10px;object-fit:cover;border:1px solid #d1d5db}.time-display{font-size:1.25rem;font-weight:600;color:#111827}.hours-display{font-size:1.25rem;font-weight:600;color:#3b82f6}.photos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.photo-item{display:flex;flex-direction:column;gap:.5rem}.photo-item label{font-size:.875rem;font-weight:500;color:#6b7280}.attendance-photo{width:100%;max-width:300px;border-radius:.5rem;border:2px solid #e5e7eb;object-fit:cover}.observations-grid{display:flex;flex-wrap:wrap;gap:.75rem}.observation-item{display:flex}.badge{display:inline-block;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500}.badge-success{background-color:#d1fae5;color:#065f46}.badge-warning{background-color:#fef3c7;color:#92400e}.badge-info{background-color:#dbeafe;color:#1e40af}.badge-danger{background-color:#fee2e2;color:#991b1b}.status-approved{display:inline-block;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;background-color:#d1fae5;color:#065f46}.status-pending{display:inline-block;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;background-color:#fef3c7;color:#92400e}.notes-text{color:#374151;line-height:1.6;white-space:pre-wrap}.loading-state .spinner{width:3rem;height:3rem;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite}.loading-state p{color:#6b7280;font-size:1rem}@media(max-width:768px){.attendance-detail-page{padding:1rem}.detail-header{flex-direction:column;align-items:stretch}.header-actions{flex-direction:column}.photos-grid,.detail-grid{grid-template-columns:1fr}}.highlight-card{background:var(--color-primary-gradient, linear-gradient(135deg, #6f8fbe 0%, #5b7db8 55%, #6a8ba9 100%));color:#fff}.highlight-card h2{color:#fff;border-bottom-color:#ffffff4d}.highlight-card label{color:#ffffffe6}.total-amount{font-size:2rem;font-weight:700;color:#fff}.summary-grid{display:grid;grid-template-columns:1fr;gap:1rem}.summary-item{display:flex;flex-direction:column;gap:.5rem}.dispute-card{border:2px solid #f59e0b;background-color:#fef3c7}.dispute-card h2{color:#92400e;border-bottom-color:#fbbf24}.status-draft{display:inline-block;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;background-color:#f3f4f6;color:#374151}.status-paid{display:inline-block;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;background-color:#d1fae5;color:#065f46}.status-dispute-open{display:inline-block;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;background-color:#fee2e2;color:#991b1b}.status-dispute-resolved{display:inline-block;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;background-color:#dbeafe;color:#1e40af}.status-rejected{display:inline-block;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;background-color:#fee2e2;color:#991b1b}.reports-page{padding:2rem;max-width:1600px;margin:0 auto}.reports-content{display:grid;grid-template-columns:300px 1fr;gap:2rem;margin-top:2rem}.reports-sidebar{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;height:fit-content}.report-filters h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.filter-group label{font-size:.875rem;font-weight:500;color:#374151}.filter-input{padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem}.reports-main{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.report-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e5e7eb}.report-tabs button{padding:.75rem 1.5rem;border:none;background:none;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.report-tabs button:hover{color:#111827}.report-tabs button.active{color:#3b82f6;border-bottom-color:#3b82f6}.report-results{overflow-x:auto}.report-table{width:100%;border-collapse:collapse;font-size:.875rem}.report-table thead{background-color:#f9fafb;border-bottom:2px solid #e5e7eb}.report-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.report-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#111827}.report-table tbody tr:hover{background-color:#f9fafb}.empty-report{padding:3rem;text-align:center;color:#6b7280}.compliance-good{color:#059669;font-weight:600}.compliance-medium{color:#d97706;font-weight:600}.compliance-bad{color:#dc2626;font-weight:600}@media(max-width:1024px){.reports-content{grid-template-columns:1fr}.reports-sidebar{order:2}.reports-main{order:1}}@media(max-width:768px){.reports-page{padding:1rem}.report-tabs{flex-wrap:wrap}.report-tabs button{flex:1;min-width:120px}}.catalog-list-page{width:100%;max-width:var(--page-fluid-max-width, min(100%, 1680px));margin-inline:auto;padding:var(--page-shell-padding-block, .375rem) var(--page-shell-padding-inline, 0);padding-bottom:1.5rem;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.page-header h1{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0 0 .25rem;letter-spacing:-.02em}.page-subtitle{color:#64748b;font-size:.875rem;margin:0;line-height:1.4}.page-content{border-radius:12px;overflow:hidden}.catalog-table-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.catalog-scope-tabs{display:inline-flex;align-items:center;gap:.25rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;padding:.2rem}.catalog-scope-tab{border:none;background:transparent;color:#475569;font-weight:600;font-size:.8rem;line-height:1;padding:.5rem .75rem;border-radius:8px;cursor:pointer}.catalog-scope-tab.active{color:#0f172a;box-shadow:0 1px 2px #0f172a1f}.catalog-scope-tab--company.active{background:#22c55e29;color:#15803d}.catalog-scope-tab--global.active{background:#3b82f629;color:#1d4ed8}.status-global{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#3b82f61f;color:#1d4ed8}.status-company{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#22c55e1f;color:#15803d}.status-active{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#3b82f61f;color:#1d4ed8}.status-inactive{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;background:#ef44441a;color:#b91c1c}@media(max-width:768px){.catalog-list-page{padding:1.25rem}.page-header{flex-direction:column;align-items:stretch}.page-header h1{font-size:1.25rem}}.wdsh-report-count{display:inline-flex;min-width:2rem;justify-content:center;padding:.15rem .55rem;border-radius:999px;font-variant-numeric:tabular-nums;font-weight:600;font-size:.875rem;background:var(--color-primary-soft, #e6edf8);color:var(--color-primary-strong, #2d4160)}.edwl-page .edwl-date{font-weight:500;text-transform:capitalize}.edwl-page .edwl-kpi{font-variant-numeric:tabular-nums;color:var(--color-text-muted, #64748b)}.wd-summary-sections{display:flex;flex-direction:column;gap:.85rem}.wd-summary-metrics{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.wd-summary-metric{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0;color:#0f172a;font-size:.82rem}.wd-summary-metric-label{color:#64748b}.wd-summary-item-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.wd-summary-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.65rem .75rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff}.wd-summary-item-body{display:flex;flex-direction:column;gap:.2rem;min-width:0}.wd-summary-item-body strong{color:#0f172a;font-weight:600}.wd-summary-item-detail{color:#475569;font-size:.9rem;line-height:1.4}.wd-summary-item-time{flex-shrink:0;font-size:.82rem;font-weight:600;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.2rem .45rem}.wd-summary-note{margin:0;white-space:pre-wrap;color:#334155;line-height:1.55}.company-crop-backdrop{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:120000;padding:1rem}.company-crop-modal{width:min(540px,100%);background:#fff;border-radius:14px;border:1px solid #dbe3f0;box-shadow:0 24px 70px #0f172a3d;padding:1rem 1rem .9rem}.company-crop-modal h3{margin:0 0 .8rem;font-size:1rem;color:#1f2937}.company-crop-viewport{width:220px;height:220px;border-radius:12px;margin:0 auto .9rem;overflow:hidden;background:#f8fafc;border:1px solid #d1d9e6;position:relative}.company-crop-viewport img{position:absolute;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.company-crop-controls{display:grid;gap:.6rem}.company-crop-controls label{display:grid;gap:.3rem;font-size:.82rem;color:#475569}.company-crop-controls input[type=range]{width:100%}.company-crop-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:.9rem}.security-toolbar{display:flex;gap:.65rem;margin:0}.security-table-actions{display:inline-flex;gap:.5rem}.security-table-actions .settings-btn{display:inline-flex;align-items:center;gap:.35rem}.security-toolbar-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.security-list-header{display:grid;grid-template-columns:1fr auto;gap:.75rem;align-items:center;margin-bottom:.75rem}.security-count-label{font-size:.78rem;color:#64748b;white-space:nowrap}.security-logs-filters-grid{margin-bottom:.75rem}.security-log-date-cell strong{font-size:.82rem;color:#0f172a;font-weight:600}.security-log-user{font-size:.8rem;color:#334155;word-break:break-word}.security-log-action{display:inline-block;font-size:.76rem;color:#1e293b;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;padding:.2rem .55rem}.security-log-detail-cell{display:grid;gap:.35rem;max-width:460px}.security-log-target{font-size:.76rem;color:#64748b;word-break:break-word}.security-log-metadata-toggle{cursor:pointer;color:#4338ca;font-size:.78rem;font-weight:600}.security-log-metadata{margin-top:.35rem;white-space:pre-wrap;word-break:break-word;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:.45rem;font-size:.78rem;color:#334155;max-width:420px;max-height:240px;overflow:auto}.security-inline-form{margin-bottom:.85rem;padding:.75rem;border-radius:12px;border:1px solid #dbe3f0;background:#f8fafc}.security-users-search{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:.55rem .65rem;margin-bottom:.75rem}.security-badge{display:inline-block;padding:.18rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600}.security-badge-success{background:#22c55e1f;color:#15803d}.security-badge-warning{background:#f59e0b26;color:#b45309}.security-badge-neutral{background:#e2e8f0;color:#475569}.security-user-cell{display:grid;gap:.15rem}.security-user-cell strong{font-size:.88rem;color:#0f172a}.security-user-cell span{font-size:.78rem;color:#64748b}.security-user-editor h4{margin:0;font-size:1rem;color:#111827}.security-pagination{margin-top:.85rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem;color:#64748b;font-size:.82rem}.security-pagination-controls{display:flex;align-items:center;gap:.5rem}.security-pagination-controls select{border:1px solid #cbd5e1;border-radius:8px;padding:.45rem .55rem;background:#fff}.security-role-permission-item{display:grid;grid-template-columns:1fr auto;gap:.75rem;align-items:center;border:1px solid #e2e8f0;border-radius:10px;padding:.6rem .7rem;background:#fff}.security-role-module-group{grid-column:1 / -1;display:grid;gap:.55rem}.security-role-module-toggle{border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:.55rem .7rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.security-role-module-title{margin:0;font-size:.82rem;color:#334155}.security-role-module-items{display:grid;gap:.5rem}.security-role-permission-item strong{font-size:.84rem;color:#1f2937}.security-role-permission-item p{margin:.2rem 0 0;font-size:.76rem;color:#64748b}.security-empty-editor{margin-top:.75rem;font-size:.85rem;color:#64748b}.security-user-form-grid{margin-top:.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.security-user-form-grid label{display:grid;gap:.35rem;font-size:.8rem;color:#334155}.security-user-form-grid input,.security-user-form-grid select{border:1px solid #cbd5e1;border-radius:8px;padding:.5rem .55rem}.security-checkbox-label{grid-column:1 / -1;display:flex!important;align-items:center;gap:.5rem!important}@media(max-width:1100px){.security-toolbar-row{flex-direction:column;align-items:stretch}.security-list-header{grid-template-columns:1fr}.security-pagination{flex-direction:column;align-items:stretch}}.security-form-page{padding:2rem;max-width:1200px;margin:0 auto}.security-form-page .settings-page{padding:0}@media(max-width:768px){.security-form-page{padding:1rem}}.subscription-plans-page .subscription-plans-alerts{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.5rem}.subscription-plans-page .subscription-plans-alerts .alert-message{white-space:pre-line}.subscription-plans-page .billing-hub-stack,.subscription-plans-page .billing-hub-grid{display:flex;flex-direction:column;gap:.85rem}.subscription-plans-page .billing-hub-column{display:flex;flex-direction:column;gap:.85rem;min-width:0}.subscription-plans-page .billing-outstanding-box{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.subscription-plans-page .billing-auto-renew-row{display:flex;align-items:center;gap:.55rem;margin-bottom:.75rem;font-size:.9rem;color:#0f172a;cursor:pointer}.subscription-plans-page .billing-auto-renew-row input{width:1rem;height:1rem;accent-color:#2563eb}.subscription-plans-page .billing-interval-switch,.subscription-plans-page .billing-legal-links{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.subscription-plans-page .billing-legal-links-row{display:flex;flex-wrap:wrap;gap:.65rem 1rem}.subscription-plans-page .billing-legal-links-row a{color:#2563eb;font-size:.84rem;text-decoration:none}.subscription-plans-page .billing-legal-links-row a:hover{text-decoration:underline}.subscription-plans-page .billing-interval-filter{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.subscription-plans-page .billing-interval-filter-wrap{margin-bottom:.75rem}.subscription-plans-page .billing-interval-filter-wrap .subscription-plans-card-hint{margin-bottom:.5rem}.subscription-plans-page .billing-interval-chip{border:1px solid #cbd5e1;background:#fff;color:#475569;border-radius:999px;padding:.28rem .75rem;font-size:.78rem;font-weight:600;cursor:pointer}.subscription-plans-page .billing-interval-chip.active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.subscription-plans-page .billing-summary-strip{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.25rem}.subscription-plans-page .billing-badge{display:inline-flex;align-items:center;justify-content:center;gap:.2rem;width:fit-content;max-width:100%;border-radius:999px;padding:.22rem .62rem;font-size:.72rem;font-weight:700;line-height:1.25;border:1px solid transparent;white-space:nowrap;vertical-align:middle}.subscription-plans-page .billing-badge--success{background:#ecfdf5;border-color:#86efac;color:#166534}.subscription-plans-page .billing-badge--warning{background:#fffbeb;border-color:#fbbf24;color:#92400e}.subscription-plans-page .billing-badge--danger{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.subscription-plans-page .billing-badge--neutral{background:#f8fafc;border-color:#cbd5e1;color:#475569}.subscription-plans-page .billing-badge--info{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.subscription-plans-page .billing-badge--scheduled{background:#f5f3ff;border-color:#c4b5fd;color:#5b21b6}.subscription-plans-page .billing-badge--upgrade{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.subscription-plans-page .billing-badge--downgrade{background:#f8fafc;border-color:#cbd5e1;color:#475569}.subscription-plans-page .billing-badge--current{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.subscription-plans-page .billing-section-intro{margin-bottom:.85rem;padding-bottom:.85rem;border-bottom:1px solid #e2e8f0}.subscription-plans-page .billing-section-intro-desc{margin:0 0 .5rem;color:#475569;font-size:.88rem;line-height:1.5}.subscription-plans-page .billing-section-intro-effect{display:flex;align-items:flex-start;gap:.45rem;margin:0;color:#1e40af;font-size:.82rem;line-height:1.45}.subscription-plans-page .billing-section-intro-icon{flex-shrink:0;margin-top:.12rem;color:#3b82f6}.subscription-plans-page .billing-subsection-intro{margin-bottom:.65rem}.subscription-plans-page .billing-subsection-intro-title{margin:0 0 .35rem;color:#0f172a;font-size:.92rem;font-weight:700}.subscription-plans-page .billing-settings-block--first{margin-top:0;padding-top:0;border-top:none}.subscription-plans-page .billing-danger-zone-effect{margin-bottom:.75rem;color:#991b1b}.subscription-plans-page .billing-danger-zone-effect .billing-section-intro-icon{color:#dc2626}.subscription-plans-page .billing-outstanding-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;align-items:center}.subscription-plans-page .billing-badge--cycle{text-transform:uppercase;letter-spacing:.03em}.subscription-plans-page .plan-card-badges{display:flex;flex-wrap:wrap;gap:.35rem}.subscription-plans-page .plan-cards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;align-items:stretch}@media(max-width:1280px){.subscription-plans-page .plan-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.subscription-plans-page .plan-cards-grid{grid-template-columns:1fr}}.subscription-plans-page .billing-settings-block{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.subscription-plans-page .billing-compact-btn.btn-small{padding:.32rem .65rem;font-size:.76rem;font-weight:600;gap:.3rem;min-height:0;width:auto;max-width:100%;flex:0 0 auto}.subscription-plans-page .billing-compact-btn .btn-icon{font-size:.72rem}.subscription-plans-page .billing-outstanding-actions--compact{margin-top:.35rem;display:inline-flex;width:fit-content;max-width:100%}.subscription-plans-page .billing-settings-block .billing-outstanding-actions--compact{align-self:flex-start}.subscription-plans-page .billing-payment-summary{margin:0 0 .35rem;color:#64748b;font-size:.82rem;line-height:1.4}.subscription-plans-page .billing-subsection-intro{margin-bottom:.5rem}.subscription-plans-page .billing-section-intro-effect{font-size:.78rem}.subscription-plans-page .billing-scheduled-change-banner{margin-bottom:.85rem;padding:.85rem 1rem;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff}.subscription-plans-page .billing-scheduled-cancel-hint{color:#1d4ed8;font-weight:600}.subscription-plans-page .billing-danger-zone{margin-top:.75rem;padding:.85rem 1rem;border:1px solid #fca5a5;border-radius:10px;background:#fef2f2}.subscription-plans-page .billing-danger-zone-title{margin:0 0 .35rem;color:#b91c1c;font-size:.92rem;font-weight:700}.subscription-plans-page .billing-danger-zone-hint{margin:0 0 .75rem;color:#991b1b;font-size:.84rem;line-height:1.45}.subscription-plans-page .billing-payment-method-label{margin:0 0 .5rem;color:#0f172a;font-size:.88rem;font-weight:600}.subscription-plans-page .plan-card-item{border:1px solid #dbe3f0;border-radius:12px;padding:.85rem;background:#fff;display:flex;flex-direction:column;gap:.45rem;height:100%}.subscription-plans-page .plan-card-item.scheduled{border:2px solid #c4b5fd;background:linear-gradient(180deg,#faf5ff,#f5f3ff);box-shadow:0 0 0 2px #8b5cf61f}.subscription-plans-page .plan-card-item.current{border:2px solid #3b82f6;background:linear-gradient(180deg,#eff6ff,#eef3fb);box-shadow:0 0 0 2px #3b82f626}.subscription-plans-page .plan-card-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.subscription-plans-page .plan-card-head strong{color:#0f172a;font-size:.98rem;font-weight:800}.subscription-plans-page .plan-card-price{margin:0;color:#1f2937;font-size:.92rem;font-weight:600}.subscription-plans-page .plan-card-pricing{display:flex;flex-direction:column;gap:.2rem}.subscription-plans-page .plan-card-price-main{margin:0;color:#0f172a;font-size:1.28rem;font-weight:800;line-height:1.15}.subscription-plans-page .plan-card-price-amount{letter-spacing:-.02em}.subscription-plans-page .plan-card-price-annual{margin:0;color:#64748b;font-size:.84rem;font-weight:600}.subscription-plans-page .plan-card-price-annual.highlight{color:#166534}.subscription-plans-page .plan-card-savings-line{margin:0;color:#15803d;font-size:.8rem;font-weight:700;line-height:1.35}.subscription-plans-page .plan-card-savings-badge{flex-shrink:0}.subscription-plans-page .plan-card-item.annual-purchase{border-color:#86efac}.subscription-plans-page .plan-card-item.annual-purchase.current{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.subscription-plans-page .plan-card-description{margin:0;color:#64748b;font-size:.82rem;line-height:1.35;min-height:2.2em}.subscription-plans-page .plan-card-meta{display:flex;flex-wrap:wrap;gap:.35rem;color:#475569;font-size:.78rem}.subscription-plans-page .plan-card-item .btn{margin-top:auto}.subscription-plans-page .subscription-plans-table-wrap{overflow-x:auto;margin:0 -.15rem}.subscription-plans-page .subscription-plans-table{width:100%;border-collapse:collapse;font-size:.8125rem}.subscription-plans-page .subscription-plans-table th,.subscription-plans-page .subscription-plans-table td{padding:.65rem .75rem;text-align:left;border-bottom:1px solid #f1f5f9;vertical-align:middle}.subscription-plans-page .subscription-plans-table th{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#fafbfc}.subscription-plans-page .subscription-plans-table tbody tr:hover td{background:#f8fafc}.subscription-plans-page .subscription-plans-table tbody tr:last-child td{border-bottom:none}.subscription-plans-page .subscription-plans-card-hint{margin:0 0 .75rem;color:#64748b;font-size:.875rem;line-height:1.45}.device-status{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600}.device-status--online{background:#22c55e1f;color:#15803d}.device-status--offline{background:#94a3b833;color:#334155}.device-status--tracking{background:#3b82f61f;color:#1d4ed8}.device-status--inactive{background:#ef44441a;color:#b91c1c}.devices-home-wrapper{width:100%;max-width:var(--page-fluid-max-width, min(100%, 1680px));margin-inline:auto;padding:var(--page-shell-padding-block, .375rem) var(--page-shell-padding-inline, 0);padding-bottom:1.5rem;box-sizing:border-box}.devices-stats-section{width:100%;margin-bottom:1rem}.devices-features-section{display:flex;flex-direction:column;gap:1.25rem}.devices-load-error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:10px;padding:.75rem .9rem;margin-top:.6rem}.devices-visual-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.75rem;margin-top:.75rem}.devices-visual-grid--single-row{grid-template-columns:repeat(3,minmax(0,1fr))}.devices-panel{border:1px solid #dbe3f0;background:#fff;border-radius:12px;padding:.75rem}.devices-panel h3{margin:0 0 .6rem;font-size:.9rem;color:#0f172a}.devices-bars{display:grid;gap:.5rem}.devices-bar-row{display:grid;grid-template-columns:1.35fr 1fr auto;gap:.5rem;align-items:center}.devices-bar-row span{font-size:.8rem;color:#334155}.devices-bar-track{height:9px;border-radius:999px;background:#e2e8f0;overflow:hidden}.devices-bar-fill{height:100%;background:linear-gradient(90deg,#5b7db8,#4f46e5)}.devices-bar-row strong{font-size:.8rem;color:#1e293b}.devices-features-title{font-size:1.3rem;font-weight:700;color:#0f172a;margin:0}.devices-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.devices-feature-card-link{text-decoration:none;color:inherit;display:block;height:100%}.devices-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1rem;display:flex;align-items:center;gap:.9rem;transition:all .2s ease;height:100%;min-height:124px;position:relative}.devices-feature-card:hover{border-color:#cbd5e1;box-shadow:0 8px 20px #0f172a14;transform:translateY(-1px)}.devices-feature-card-header{display:flex;align-items:center}.devices-feature-icon-wrapper{width:40px;height:40px;border-radius:10px;display:grid;place-items:center}.devices-feature-icon{font-size:1rem}.devices-feature-card-content{flex:1;min-width:0}.devices-feature-card-title{margin:0 0 .25rem;font-size:1rem;font-weight:700;color:#0f172a}.devices-feature-card-description{margin:0;color:#475569;font-size:.85rem;line-height:1.3}.devices-feature-arrow{color:#94a3b8;font-size:.85rem}@media(max-width:1100px){.devices-visual-grid--single-row{grid-template-columns:1fr}}.portfolio-catalog-chip{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid transparent;white-space:nowrap;text-transform:capitalize;line-height:1.35}.portfolio-catalog-not-defined{color:var(--ui-danger-text);font-weight:600}.portfolio-form-catalog-chip-preview{margin-bottom:.5rem}.portfolio-list-page-alerts{width:100%;max-width:var(--page-fluid-max-width, min(100%, 1680px));margin-inline:auto;margin-bottom:1rem;padding:0}.portfolio-list-page-alerts__secondary{margin-top:.75rem}.portfolio-project-name-cell{display:flex;align-items:center;gap:.75rem;min-width:0}.portfolio-project-name-cell__thumb{width:2.75rem;height:2.75rem;border-radius:.5rem;object-fit:cover;flex-shrink:0;border:1px solid #e2e8f0;background:#f8fafc}.portfolio-project-name-cell__thumb--placeholder{opacity:.95;object-position:center}.portfolio-project-name-cell__text{min-width:0;font-weight:600;line-height:1.3}.portfolio-project-group{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;min-width:0}.portfolio-project-group__leading{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;min-width:0}.portfolio-project-group__label{font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.portfolio-project-group__link{color:inherit;text-decoration:none;min-width:0}.portfolio-project-group__link:hover{text-decoration:underline}.portfolio-project-group__count{flex-shrink:0;font-size:.8rem;font-weight:600;color:#475569;white-space:nowrap}.portfolio-project-status-tabs{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem;padding:.4rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:14px}.portfolio-project-status-tab{display:inline-flex;align-items:center;border:1px solid transparent;background:#fff;color:#475569;border-radius:11px;padding:.45rem .75rem;min-height:40px;font-size:.85rem;font-weight:600;cursor:pointer;max-width:100%;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.portfolio-project-status-tab__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:11rem}.portfolio-project-status-tab__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .38rem;margin-left:.4rem;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1;flex-shrink:0;background:#e2e8f0;color:#475569}.portfolio-project-status-tab--active .portfolio-project-status-tab__count{background:#ffffff40;color:#fff}.portfolio-project-status-tab:hover:not(:disabled){border-color:#c9d9ee;background:#f8fbff;color:#0f172a}.portfolio-project-status-tab--active{background:#4f6fa8;color:#fff;border-color:#4f6fa8;box-shadow:0 2px 10px #4f6fa847}.portfolio-project-status-tab:focus-visible{outline:2px solid #4f6fa8;outline-offset:2px}.portfolio-ticket-source{font-size:.85rem;color:var(--color-text-secondary, #475569)}.portfolio-ticket-source--link{color:#2563eb;font-weight:500;text-decoration:none}.portfolio-ticket-source--link:hover{text-decoration:underline}.portfolio-contact-link{color:#2563eb;font-weight:500;text-decoration:none}.portfolio-contact-link:hover{text-decoration:underline}.portfolio-comment-content-cell{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.portfolio-project-create-schedule-option{margin:0;padding:.85rem 1rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.portfolio-project-create-schedule-option__hint{margin:.5rem 0 0;padding-left:2.75rem;font-size:.875rem;color:#64748b;line-height:1.45}.portfolio-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize;border:1px solid transparent;white-space:nowrap}.portfolio-status-badge--propuesta{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.portfolio-status-badge--discovery,.portfolio-status-badge--alcance_definitivo{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.portfolio-status-badge--contrato{background:#f5f3ff;color:#6d28d9;border-color:#ddd6fe}.portfolio-status-badge--desarrollo,.portfolio-status-badge--qa{background:#ecfeff;color:#0e7490;border-color:#a5f3fc}.portfolio-status-badge--deploy{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.portfolio-status-badge--soporte{background:#f0fdf4;color:#15803d;border-color:#86efac}.portfolio-maps-link{color:#2563eb;text-decoration:none;font-weight:500}.portfolio-maps-link:hover{text-decoration:underline}.portfolio-visibility-badge{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid transparent;white-space:nowrap}.portfolio-visibility-badge--internal{background:#eef2ff;color:#4338ca;border-color:#c7d2fe}.portfolio-visibility-badge--client{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.portfolio-file-actions{display:inline-flex;gap:.5rem;align-items:center;justify-content:center}.portfolio-file-icon-link{width:1.65rem;height:1.65rem;border-radius:999px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:.78rem;transition:all .15s ease}.portfolio-file-icon-link:hover{background:#dbeafe;border-color:#93c5fd}.portfolio-file-icon-link--download{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.portfolio-file-icon-link--download:hover{background:#d1fae5;border-color:#6ee7b7}.portfolio-doc-type-badge{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid transparent;white-space:nowrap}.portfolio-catalog-type-badge{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid transparent;white-space:nowrap;text-transform:capitalize}.portfolio-not-defined{color:#dc2626;font-weight:600}.portfolio-inline-status{min-width:10rem}.portfolio-inline-status-select{width:100%;max-width:12.5rem;font-size:.75rem;font-weight:600;text-transform:capitalize;border-radius:.375rem;padding:.25rem .4rem;border:1px solid #cbd5e1;background:#fff;color:#334155;cursor:pointer}.portfolio-inline-status-select:disabled{opacity:.65;cursor:wait}.portfolio-inline-status-select--pending_review,.portfolio-inline-status-select--under_review,.portfolio-inline-status-select--quoting{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.portfolio-inline-status-select--quoted,.portfolio-inline-status-select--in_progress,.portfolio-inline-status-select--on_hold{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.portfolio-inline-status-select--approved,.portfolio-inline-status-select--completed{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.portfolio-inline-status-select--rejected,.portfolio-inline-status-select--cancelled,.portfolio-inline-status-select--archived{background:#f8fafc;color:#475569;border-color:#cbd5e1}.portfolio-contact-role-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid transparent;white-space:nowrap}.portfolio-contact-role-badge--primary{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.portfolio-contact-role-badge--billing{background:#fef3c7;color:#b45309;border-color:#fde68a}.portfolio-contact-role-badge--technical{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.portfolio-contact-role-badge--other{background:#f8fafc;color:#475569;border-color:#cbd5e1}.portfolio-primary-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid transparent}.portfolio-primary-badge--yes{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.portfolio-primary-badge--no{background:#f8fafc;color:#64748b;border-color:#e2e8f0}.portfolio-project-time-indefinite{color:#64748b;font-style:italic}.portfolio-end-date-infinite{font-size:1.25rem;font-weight:700;color:#64748b;line-height:1;font-family:Segoe UI Symbol,Noto Sans Symbols2,sans-serif}.portfolio-cover-field{position:relative;margin-bottom:.35rem}.portfolio-cover-field__label{display:block;font-weight:600;margin-bottom:.55rem;color:#1e293b;font-size:.92rem}.portfolio-cover-field__layout{display:flex;gap:1.35rem;align-items:flex-start;flex-wrap:wrap}.portfolio-cover-field__preview{position:relative;width:168px;height:168px;border-radius:14px;border:2px dashed #cbd5e1;background:linear-gradient(155deg,#f8fafc,#eef2ff 45%,#f1f5f9);cursor:pointer;padding:0;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease;flex-shrink:0}.portfolio-cover-field__preview:hover{border-color:#3b82f6;box-shadow:0 10px 28px #2563eb24}.portfolio-cover-field__preview:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.portfolio-cover-field__preview--has-image{border-style:solid;border-color:#e2e8f0}.portfolio-cover-field__preview-img{width:100%;height:100%;object-fit:cover;display:block}.portfolio-cover-field__placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;color:#64748b;padding:.5rem;text-align:center}.portfolio-cover-field__placeholder-icon{font-size:2.1rem;opacity:.55}.portfolio-cover-field__placeholder-text{font-size:.78rem;font-weight:600;line-height:1.25;max-width:9rem}.portfolio-cover-field__preview-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;background:#0f172a85;color:#fff;font-size:.74rem;font-weight:600;opacity:0;transition:opacity .2s ease;pointer-events:none}.portfolio-cover-field__preview-overlay svg{font-size:1.1rem}.portfolio-cover-field__preview:hover .portfolio-cover-field__preview-overlay{opacity:1}.portfolio-cover-field__meta{flex:1;min-width:200px;padding-top:.15rem}.portfolio-cover-field__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin:0 0 .45rem;font-size:.86rem}.portfolio-cover-field__dot{width:3px;height:3px;border-radius:999px;background:#cbd5e1;margin:0 .1rem}.portfolio-cover-field__link{border:none;background:none;padding:0;cursor:pointer;color:#2563eb;font-weight:600;text-decoration:underline;text-underline-offset:2px;font-size:inherit}.portfolio-cover-field__link:hover{color:#1d4ed8}.portfolio-cover-field__link--danger{color:#b91c1c}.portfolio-cover-field__link--danger:hover{color:#991b1b}.portfolio-cover-field__hint{margin:0;font-size:.8rem;color:#64748b;line-height:1.45;max-width:28rem}.portfolio-cover-field__input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.project-files-upload__dropzone{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;border:2px dashed #cbd5e1;border-radius:.5rem;background:#f8fafc;text-align:center}.project-files-upload__dropzone--active{border-color:#3b82f6;background:#eff6ff}.project-files-upload__dropzone--disabled{opacity:.6;pointer-events:none}.project-files-upload__input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.project-files-upload__hint{margin:0;font-size:.875rem;color:#64748b}.project-files-upload__browse{padding:.35rem .85rem;border:1px solid #cbd5e1;border-radius:.375rem;background:#fff;color:#334155;font-size:.875rem;font-weight:600;cursor:pointer}.project-files-upload__browse:hover:not(:disabled){border-color:#94a3b8;background:#f1f5f9}.project-files-upload__list{margin:.75rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.project-files-upload__item{display:flex;align-items:center;gap:.75rem;padding:.5rem .65rem;border:1px solid #e2e8f0;border-radius:.375rem;background:#fff}.project-files-upload__name{flex:1;min-width:0;font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-files-upload__size{flex-shrink:0;font-size:.75rem;color:#64748b}.project-files-upload__remove{flex-shrink:0;padding:.2rem .5rem;border:none;background:transparent;color:#b91c1c;font-size:.75rem;font-weight:600;cursor:pointer}.project-files-upload__remove:hover:not(:disabled){text-decoration:underline}.portfolio-project-daily-summary-card h2,.portfolio-project-schedule-card h2{margin-bottom:.35rem}.portfolio-project-schedule-hint{margin:0 0 1rem;font-size:.9rem;color:#64748b;line-height:1.45}.portfolio-project-schedule-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.portfolio-project-daily-summary-hint{margin:0 0 1rem;font-size:.9rem;color:#64748b;line-height:1.45}.portfolio-project-lifecycle-card h2{margin-bottom:.35rem}.portfolio-project-lifecycle-hint{margin:0 0 .85rem;font-size:.875rem;color:#64748b;line-height:1.45}.portfolio-project-lifecycle-steps{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin:0 0 1rem;padding:0}.portfolio-project-lifecycle-step{padding:.3rem .65rem;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:.78rem;font-weight:600}.portfolio-project-lifecycle-step--done{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.portfolio-project-lifecycle-step--current{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8;box-shadow:0 0 0 2px #3b82f626}.portfolio-project-lifecycle-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.portfolio-project-lifecycle-final{font-size:.875rem;color:#047857;font-weight:600}.portfolio-project-map-link{color:#2563eb;text-decoration:none;font-weight:600}.portfolio-project-map-link:hover{text-decoration:underline}.portfolio-project-not-defined{color:#dc2626;font-weight:600}.portfolio-end-date-infinite{font-size:1.35rem;font-weight:700;color:#64748b;line-height:1;font-family:Segoe UI Symbol,Noto Sans Symbols2,sans-serif}.portfolio-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.8rem}.portfolio-related-card{border:1px solid #dbe6f4;border-radius:12px;padding:.8rem;background:#fff}.portfolio-related-head{display:flex;align-items:center;gap:.55rem;margin-bottom:.65rem;color:#4f6fa8}.portfolio-related-head h3{margin:0;font-size:.86rem;color:#1f2937;flex:1}.portfolio-related-head b{margin-left:auto;font-size:.75rem;font-weight:700;color:#4f6fa8;background:#e6edf8;border-radius:999px;padding:.12rem .5rem}.portfolio-related-card ul{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.portfolio-related-card li{display:flex;justify-content:space-between;align-items:center;gap:.5rem;border:1px solid #edf2f7;background:#f9fbff;border-radius:8px;padding:.45rem .55rem;font-size:.78rem;color:#334155}.portfolio-related-actions-inline{display:inline-flex;align-items:center;gap:.35rem}.portfolio-related-link{color:#2563eb;display:inline-flex}.portfolio-project-muted{color:#94a3b8;background:#fcfdff;justify-content:flex-start!important}@media(max-width:1100px){.portfolio-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.portfolio-related-grid{grid-template-columns:1fr}}.pds-date-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.pds-date-input{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .7rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;box-shadow:0 1px 2px #0f172a0f}.pds-date-input svg{color:var(--color-primary, #456298);flex-shrink:0}.pds-date-input input{border:none;background:transparent;font-size:.9rem;color:#0f172a;font-weight:500}.pds-date-input input:focus{outline:none}.pds-date-quick{display:flex;gap:.35rem}.pds-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-radius:10px;margin-bottom:.25rem}.pds-banner--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.pds-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.pds-kpi{display:flex;flex-direction:column;gap:.3rem;padding:1rem 1.1rem;border-radius:12px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0f172a0f}.pds-kpi-icon{font-size:1.15rem}.pds-kpi-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;color:#64748b}.pds-kpi-value{font-size:1.5rem;font-weight:700;line-height:1.15;font-variant-numeric:tabular-nums;color:#0f172a}.pds-kpi--team{border-top:3px solid #3b82f6;background:linear-gradient(160deg,#eff6ff,#fff 55%)}.pds-kpi--team .pds-kpi-icon{color:#2563eb}.pds-kpi--hours{border-top:3px solid #8b5cf6;background:linear-gradient(160deg,#f5f3ff,#fff 55%)}.pds-kpi--hours .pds-kpi-icon{color:#7c3aed}.pds-kpi--tasks{border-top:3px solid #f59e0b;background:linear-gradient(160deg,#fffbeb,#fff 55%)}.pds-kpi--tasks .pds-kpi-icon{color:#d97706}.pds-kpi--expenses{border-top:3px solid #10b981;background:linear-gradient(160deg,#ecfdf5,#fff 55%)}.pds-kpi--expenses .pds-kpi-icon{color:#059669}.pds-sections-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.pds-section-card.detail-card{box-shadow:0 1px 3px #0f172a0d}.pds-section-title{display:inline-flex;align-items:center;gap:.5rem}.pds-section-icon{font-size:1rem}.pds-section-card--team{border-left:4px solid #3b82f6}.pds-section-card--team .pds-section-icon{color:#2563eb}.pds-section-card--labor{border-left:4px solid #8b5cf6}.pds-section-card--labor .pds-section-icon{color:#7c3aed}.pds-section-card--tasks{border-left:4px solid #f59e0b}.pds-section-card--tasks .pds-section-icon{color:#d97706}.pds-section-card--expenses{border-left:4px solid #10b981}.pds-section-card--expenses .pds-section-icon{color:#059669}.pds-metrics-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.85rem}.pds-metric-chip{display:inline-flex;flex-direction:column;gap:.12rem;padding:.4rem .7rem;border-radius:8px;background:#f1f5f9;border:1px solid #e2e8f0;font-size:.8rem}.pds-metric-chip-label{color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.03em;font-size:.68rem}.pds-metric-chip strong{color:#0f172a;font-variant-numeric:tabular-nums}.pds-empty-main{margin:0 0 .35rem;font-size:1rem;color:#334155}.pds-team-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.pds-team-item{display:flex;gap:.75rem;align-items:flex-start;padding:.55rem .65rem;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.pds-team-avatar{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;font-weight:700;font-size:.95rem;display:flex;align-items:center;justify-content:center}.pds-team-body{flex:1;min-width:0}.pds-team-body strong{display:block;margin-bottom:.35rem;color:#0f172a}.pds-team-bars{display:flex;flex-direction:column;gap:.22rem;margin-bottom:.28rem}.pds-bar{display:block;height:5px;border-radius:4px;min-width:4px;max-width:100%}.pds-bar--worklog{background:linear-gradient(90deg,#a78bfa,#7c3aed)}.pds-bar--ticket{background:linear-gradient(90deg,#fcd34d,#f59e0b)}.pds-team-body small{color:#64748b;font-size:.78rem}.pds-timeline{list-style:none;margin:0;padding:0 0 0 .35rem;border-left:2px solid #e2e8f0}.pds-timeline-item{position:relative;padding:0 0 .9rem 1rem}.pds-timeline-item:last-child{padding-bottom:0}.pds-timeline-marker{position:absolute;left:-.45rem;top:.35rem;width:.55rem;height:.55rem;border-radius:50%;background:#7c3aed;box-shadow:0 0 0 3px #ede9fe}.pds-timeline-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.35rem;align-items:baseline}.pds-timeline-head strong{color:#0f172a}.pds-time-badge{font-size:.78rem;font-weight:600;color:#5b21b6;background:#f5f3ff;border:1px solid #ddd6fe;padding:.18rem .5rem;border-radius:6px}.pds-timeline-meta{font-size:.88rem;color:#475569}.pds-timeline-note{margin:.35rem 0 0;font-size:.82rem;color:#64748b;line-height:1.45}.pds-task-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.pds-task-item{padding:.7rem .8rem;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.pds-task-head{display:flex;justify-content:space-between;gap:.5rem;align-items:flex-start;margin-bottom:.45rem}.pds-task-head strong{font-size:.92rem;color:#0f172a}.pds-task-status{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#b45309;background:#fffbeb;border:1px solid #fde68a;padding:.18rem .45rem;border-radius:999px;white-space:nowrap}.pds-progress-track{height:7px;border-radius:999px;background:#e2e8f0;overflow:hidden}.pds-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#fbbf24,#f59e0b);transition:width .25s ease}.pds-task-meta{margin:.4rem 0 0;font-size:.8rem;color:#64748b}.pds-session-list{margin:.5rem 0 0;padding-left:1.1rem;font-size:.8rem;color:#475569}.pds-session-list li{margin-bottom:.2rem}.pds-expense-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.pds-expense-item{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.6rem .65rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.pds-expense-item strong{color:#0f172a}.pds-expense-who{display:block;font-size:.8rem;color:#64748b;margin-top:.15rem}.pds-expense-right{text-align:right;flex-shrink:0}.pds-expense-amount{display:block;font-weight:700;font-variant-numeric:tabular-nums;color:#0f172a}.pds-source-badge{display:inline-block;margin-top:.25rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .4rem;border-radius:999px}.pds-source-badge--hr{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe}.pds-source-badge--portfolio{background:#d1fae5;color:#047857;border:1px solid #a7f3d0}.pds-note-card .detail-card-body{padding-top:0}.pds-note-toggle{background:none;border:none;padding:0;font:inherit;font-weight:600;color:var(--color-primary, #456298);cursor:pointer;text-align:left}.pds-note-toggle:hover{color:var(--color-primary-hover, #3a5482);text-decoration:underline}.pds-note-pre{margin:.75rem 0 0;padding:1rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.82rem;line-height:1.55;color:#334155;max-height:320px;overflow:auto}@media(max-width:900px){.pds-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pds-sections-grid{grid-template-columns:1fr}}@media(max-width:520px){.pds-kpi-grid{grid-template-columns:1fr}.pds-date-toolbar{width:100%}.pds-page .detail-header .header-actions{width:100%;justify-content:flex-start}}.pdsh-report-count{display:inline-flex;min-width:2rem;justify-content:center;padding:.15rem .55rem;border-radius:999px;font-variant-numeric:tabular-nums;font-weight:600;font-size:.875rem;background:var(--color-primary-soft, #e6edf8);color:var(--color-primary-strong, #2d4160)}.pdsh-recent-dates{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.pdsh-recent-dates button.active,.pdsh-project-cell{font-weight:600}.pdsh-kpi-cell{font-variant-numeric:tabular-nums;color:var(--color-text-muted, #64748b)}.pdsh-empty-day{padding:2rem 1rem;text-align:center;color:var(--color-text-muted, #64748b)}.pdsh-empty-day p{margin:.35rem 0 0}.pdwl-page .pdwl-date{font-weight:500;text-transform:capitalize}.pdwl-page .pdwl-kpi{font-variant-numeric:tabular-nums;color:var(--color-text-muted, #64748b)}.portfolio-comment-detail-ticket-banner{display:flex;gap:.75rem;align-items:flex-start;padding:.85rem 1rem;margin-bottom:.25rem;border-radius:.5rem;background:#fffbeb;border:1px solid #fde68a;color:#92400e}.portfolio-comment-detail-ticket-banner p{margin:.25rem 0 0}.portfolio-comment-detail-muted{color:#78716c;font-size:.88rem}.portfolio-comment-detail-link{display:inline-flex;align-items:center;color:#2563eb;font-weight:500;text-decoration:none}.portfolio-comment-detail-link:hover{text-decoration:underline}.portfolio-comment-detail-content__body{padding:1rem 1.1rem;border-radius:.5rem;background:#f8fafc;border:1px solid #e2e8f0;white-space:pre-wrap;word-break:break-word;line-height:1.55}.task-time-span-indefinite{color:#64748b;font-style:italic}.task-project-schedule-end-infinite{display:inline-flex;align-items:center;justify-content:center;min-width:1.25em;line-height:1;vertical-align:middle;color:#475569}.task-project-schedule-end-infinite-glyph{font-size:1.35rem;font-weight:700;font-family:Times New Roman,"DejaVu Serif",Georgia,"Noto Serif","STIX Two Math",Symbol,serif!important;line-height:1}.schedule-phase-planning-icon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:.375rem;font-size:.95rem;vertical-align:middle}.schedule-phase-planning-icon--manual{color:#b45309;background:#fffbeb;border:1px solid #fcd34d}.schedule-phase-planning-icon--auto{color:#1d4ed8;background:#eff6ff;border:1px solid #93c5fd}.task-project-schedule-list__project-thumb{width:2rem;height:2rem;border-radius:.35rem;object-fit:cover;flex-shrink:0;border:1px solid #e2e8f0;vertical-align:middle;display:inline-block}.task-schedule-phase-group{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;width:100%;font-weight:700;color:#0f172a}.task-schedule-phase-group__schedule{display:inline-flex;align-items:flex-start;gap:.35rem;flex-wrap:wrap;min-width:0}.task-schedule-phase-group__label{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.task-schedule-phase-group__name{font-size:.98rem;font-weight:700;color:#0f172a;white-space:nowrap}.task-phase-type-inline{display:inline-block;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.task-schedule-phase-group__count{flex-shrink:0;font-size:.8rem;font-weight:700;color:#1e3a5f;background:#dbeafe;border:1px solid #bfdbfe;border-radius:999px;padding:.2rem .65rem}.task-phase-task-group__leading{display:inline-flex;align-items:flex-start;gap:.85rem;flex-wrap:wrap;min-width:0}.task-schedule-phase-group__name:hover{color:#1d4ed8}.task-phase-task-group__phase{display:inline-flex;align-items:baseline;min-width:0}.task-phase-task-group__phase:before{content:"·";margin-right:.85rem;color:#94a3b8;font-weight:700}.task-tickets-status-tabs{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem;padding:.4rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:14px}.task-tickets-status-tab{display:inline-flex;align-items:center;border:1px solid transparent;background:#fff;color:#475569;border-radius:11px;padding:.45rem .75rem;min-height:40px;font-size:.85rem;font-weight:600;cursor:pointer;max-width:100%;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.task-tickets-status-tab__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:11rem}.task-tickets-status-tab__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .38rem;margin-left:.4rem;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1;flex-shrink:0;background:#e2e8f0;color:#475569}.task-tickets-status-tab--active .task-tickets-status-tab__count{background:#ffffff40;color:#fff}.task-tickets-status-tab:hover:not(:disabled){border-color:#c9d9ee;background:#f8fbff;color:#0f172a}.task-tickets-status-tab--active{background:#4f6fa8;color:#fff;border-color:#4f6fa8;box-shadow:0 2px 10px #4f6fa847}.task-tickets-status-tab:focus-visible{outline:2px solid #4f6fa8;outline-offset:2px}.task-staff-pending-at-start{color:#64748b;font-style:italic}.phase-deps-field{display:flex;flex-direction:column;gap:.5rem;width:100%}.phase-deps-field .form-label{margin-bottom:0}.phase-deps-field__help{font-size:.75rem;color:#6b7280;line-height:1.45;margin:0}.phase-deps-field__empty{font-size:.875rem;color:#6b7280;padding:.75rem 1rem;border:1px dashed #d1d5db;border-radius:.375rem;background:#f9fafb;margin:0}.phase-deps-field__chips{display:flex;flex-wrap:wrap;gap:.35rem;min-height:.25rem}.phase-deps-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .55rem;border-radius:999px;font-size:.8125rem;font-weight:500;color:#1e40af;background:#dbeafe;border:1px solid #93c5fd}.phase-deps-chip__remove{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;padding:0;border:none;border-radius:50%;background:transparent;color:#1d4ed8;font-size:1rem;line-height:1;cursor:pointer}.phase-deps-chip__remove:hover{background:#1d4ed81f}.phase-deps-field__list{display:flex;flex-direction:column;gap:.35rem;max-height:11rem;overflow-y:auto;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff}.phase-deps-option{display:flex;align-items:center;gap:.5rem;padding:.4rem .5rem;border-radius:.25rem;cursor:pointer;font-size:.875rem;color:#111827}.phase-deps-option:hover{background:#f3f4f6}.phase-deps-option input{width:1rem;height:1rem;margin:0;flex-shrink:0;accent-color:#2563eb}.phase-task-objectives{width:100%}.phase-task-objectives__panel{border:1px solid #e2e8f0;border-radius:12px;background:linear-gradient(165deg,#f8fafc,#fff 48%,#f1f5f9);box-shadow:0 1px 2px #0f172a0a,0 4px 16px #0f172a0f;padding:1rem 1.1rem 1.15rem}.phase-task-objectives__hint{margin:0 0 .85rem;font-size:.8125rem;line-height:1.45;color:#64748b}.phase-task-objectives__empty{margin:0 0 1rem;padding:.85rem 1rem;font-size:.875rem;line-height:1.45;color:#64748b;text-align:center;background:#ffffffbf;border:1px dashed #cbd5e1;border-radius:10px}.phase-task-objectives__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.phase-task-objectives__card{margin:0;border-radius:10px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px #0f172a0a;transition:border-color .15s ease,box-shadow .15s ease}.phase-task-objectives__card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a0f}.phase-task-objectives__card--completed{background:#f8fafc;border-color:#bbf7d0}.phase-task-objectives__card--completed:hover{border-color:#86efac;box-shadow:0 1px #16653414}.phase-task-objectives__completed-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding:.45rem .55rem;border-radius:8px;background:#dcfce7a6;border:1px solid #bbf7d0}.phase-task-objectives__completed-badge{flex-shrink:0;padding:.2rem .55rem;font-size:.6875rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#14532d;background:#bbf7d0;border-radius:999px}.phase-task-objectives__completed-hint{font-size:.78rem;line-height:1.35;color:#166534;min-width:0}.phase-task-objectives__card-body{display:flex;flex-direction:column;gap:.75rem;padding:.85rem .95rem}.phase-task-objectives__cell-label{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#94a3b8;margin-bottom:.3rem}@media(min-width:720px){.phase-task-objectives__cell--desc .phase-task-objectives__cell-label{margin-bottom:.35rem}.phase-task-objectives__meta-row .phase-task-objectives__cell-label{display:none}}.phase-task-objectives__cell{min-width:0}.phase-task-objectives__cell--desc{width:100%}.phase-task-objectives__desc{display:block;width:100%;min-height:6.5rem;max-height:14rem;padding:.6rem .75rem;font-size:.9rem;line-height:1.5;font-family:inherit;resize:vertical;border:1px solid #e2e8f0;border-radius:8px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.phase-task-objectives__desc:hover{border-color:#cbd5e1}.phase-task-objectives__desc:focus{outline:none;border-color:var(--color-primary, #2563eb);box-shadow:0 0 0 3px #2563eb26}.phase-task-objectives__desc[readonly]{cursor:default;color:#475569;background:#f1f5f9;border-color:#e2e8f0;resize:none}.phase-task-objectives__select:disabled,.phase-task-objectives__weight-input:disabled{cursor:not-allowed;opacity:.85;color:#64748b;background:#f1f5f9;border-color:#e2e8f0}.phase-task-objectives__icon-btn:disabled{cursor:not-allowed;opacity:.45;color:#94a3b8;background:#f1f5f9;border-color:#e2e8f0}.phase-task-objectives__icon-btn--danger:disabled{color:#94a3b8;background:#f1f5f9;border-color:#e2e8f0}.phase-task-objectives__meta-row{display:flex;flex-wrap:wrap;gap:.65rem .85rem;align-items:flex-end}@media(min-width:720px){.phase-task-objectives__meta-row{flex-wrap:nowrap;justify-content:flex-end;gap:.75rem}.phase-task-objectives__meta-row .phase-task-objectives__cell:not(.phase-task-objectives__cell--action){flex:0 0 auto}.phase-task-objectives__meta-row .phase-task-objectives__cell--weight{flex:0 0 4.75rem}.phase-task-objectives__meta-row .phase-task-objectives__cell:first-of-type{flex:0 0 8.25rem}}.phase-task-objectives__select{width:100%;min-width:0;padding:.45rem .55rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}@media(min-width:720px){.phase-task-objectives__meta-row .phase-task-objectives__cell:first-of-type .phase-task-objectives__select{width:8.25rem}}.phase-task-objectives__select:hover{border-color:#cbd5e1}.phase-task-objectives__select:focus{outline:none;border-color:var(--color-primary, #2563eb);box-shadow:0 0 0 3px #2563eb1f}.phase-task-objectives__weight-input{width:100%;padding:.45rem .5rem;font-size:.875rem;text-align:center;border:1px solid #e2e8f0;border-radius:8px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}@media(min-width:720px){.phase-task-objectives__weight-input{width:4.75rem}}.phase-task-objectives__weight-input:focus{outline:none;border-color:var(--color-primary, #2563eb);box-shadow:0 0 0 3px #2563eb1f}.phase-task-objectives__cell--action{display:flex;flex-direction:column;align-items:stretch;margin-left:auto}@media(min-width:720px){.phase-task-objectives__cell--action{margin-left:0;align-items:center}}.phase-task-objectives__cell--action .phase-task-objectives__icon-btn{align-self:flex-end}@media(min-width:720px){.phase-task-objectives__cell--action .phase-task-objectives__icon-btn{align-self:center}}.phase-task-objectives__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:0;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.phase-task-objectives__icon-btn svg{width:14px;height:14px}.phase-task-objectives__icon-btn:hover{background:#f8fafc;color:#334155;border-color:#cbd5e1}.phase-task-objectives__icon-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb33}.phase-task-objectives__icon-btn--danger{color:#b91c1c;border-color:#fecaca;background:#fff5f5}.phase-task-objectives__icon-btn--danger:hover{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.phase-task-objectives__add{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:.85rem;padding:.55rem 1rem;font-size:.875rem;font-weight:600;color:#1e40af;background:linear-gradient(180deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .1s ease}.phase-task-objectives__add:hover{background:linear-gradient(180deg,#dbeafe,#bfdbfe);border-color:#60a5fa}.phase-task-objectives__add:active{transform:scale(.99)}.phase-task-objectives__add:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb40}.phase-task-objectives__add svg{width:14px;height:14px;flex-shrink:0}.project-schedule-detail-page .detail-item--progress,.task-detail-page .detail-item--progress{grid-column:span 1}.project-schedule-detail-page .schedule-phase-panel.detail-list-item{display:flex;gap:0;margin:0 -1.25rem;padding:0;border:0;border-top:1px solid #f1f5f9;border-radius:0;background:transparent;box-shadow:none}.project-schedule-detail-page .detail-card-body>.schedule-phase-panel.detail-list-item:first-child,.project-schedule-detail-page .detail-card-body>.detail-empty-hint+.schedule-phase-panel.detail-list-item{border-top:none}.project-schedule-detail-page .schedule-phase-panel .task-sched-detail-phase__accent{flex:0 0 3px;background:var(--color-primary, #456298);border-radius:0}.project-schedule-detail-page .schedule-phase-panel .task-sched-detail-phase__inner{flex:1;min-width:0;padding:1rem 1.25rem 1rem 1rem}.project-schedule-detail-page .task-sched-detail-phase__head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;flex-wrap:wrap;margin-bottom:.6rem}.project-schedule-detail-page .task-sched-detail-phase__title-block{display:flex;align-items:center;gap:.5rem;min-width:0}.project-schedule-detail-page .task-sched-detail-phase__index{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:6px;font-size:.75rem;font-weight:700;color:var(--color-primary-strong, #2d4160);background:var(--color-primary-soft, #e6edf8)}.project-schedule-detail-page .task-sched-detail-phase__title-block h3{margin:0;font-size:.9375rem;font-weight:600;color:#0f172a;line-height:1.35}.project-schedule-detail-page .task-sched-detail-phase__actions{display:flex;flex-wrap:wrap;gap:.5rem .75rem}.project-schedule-detail-page .task-sched-detail-phase__action{font-size:.8125rem;font-weight:600;color:var(--color-primary-strong, #2d4160);text-decoration:none}.project-schedule-detail-page .task-sched-detail-phase__action:hover{color:var(--color-primary-hover, #3a5482);text-decoration:underline}.project-schedule-detail-page .task-sched-detail-phase-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem .75rem;margin:0 0 .6rem}.project-schedule-detail-page .task-sched-detail-phase-metric{margin:0}.project-schedule-detail-page .task-sched-detail-phase-metric dt{margin:0 0 .15rem;font-size:.6875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.project-schedule-detail-page .task-sched-detail-phase-metric dd{margin:0;font-size:.875rem;font-weight:500;color:#0f172a}.project-schedule-detail-page .task-schedule-detail-phase__desc{margin:0 0 .6rem;font-size:.875rem;line-height:1.5;color:#475569}.project-schedule-detail-page .schedule-detail-table-wrap,.task-detail-page .schedule-detail-table-wrap{overflow-x:auto;margin-top:.25rem;border-radius:8px;border:1px solid #e2e8f0}.project-schedule-detail-page .schedule-detail-table,.task-detail-page .schedule-detail-table{width:100%;border-collapse:collapse;font-size:.8125rem}.project-schedule-detail-page .schedule-detail-table th,.project-schedule-detail-page .schedule-detail-table td,.task-detail-page .schedule-detail-table th,.task-detail-page .schedule-detail-table td{border-bottom:1px solid #f1f5f9;padding:.5rem .65rem;text-align:left;vertical-align:middle}.project-schedule-detail-page .schedule-detail-table th,.task-detail-page .schedule-detail-table th{background:#f8fafc;font-weight:600;color:#475569;font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e2e8f0}.project-schedule-detail-page .schedule-detail-table td,.task-detail-page .schedule-detail-table td{color:#0f172a;background:#fff}.project-schedule-detail-page .schedule-detail-table tbody tr:last-child td,.task-detail-page .schedule-detail-table tbody tr:last-child td{border-bottom:none}.project-schedule-detail-page .schedule-detail-table a,.task-detail-page .schedule-detail-table a{color:var(--color-primary-strong, #2d4160);font-weight:600;text-decoration:none}.project-schedule-detail-page .schedule-detail-table a:hover,.task-detail-page .schedule-detail-table a:hover{color:var(--color-primary-hover, #3a5482);text-decoration:underline}.project-schedule-detail-page .schedule-detail-instructions-cell,.task-detail-page .schedule-detail-instructions-cell{max-width:280px;line-height:1.45;color:#475569}.project-schedule-detail-page .schedule-detail-text-danger,.task-detail-page .schedule-detail-text-danger{color:#991b1b;font-weight:600}@media(max-width:768px){.project-schedule-detail-page .schedule-phase-panel.detail-list-item{margin-left:-1rem;margin-right:-1rem}.project-schedule-detail-page .schedule-phase-panel .task-sched-detail-phase__inner{padding:.85rem 1rem}}.detail-page,.employee-detail-page{width:100%;max-width:var(--page-fluid-max-width);margin-inline:auto;padding:var(--page-shell-padding-block) var(--page-shell-padding-inline);padding-bottom:1.5rem;box-sizing:border-box;color:#0f172a}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.detail-header-left{display:flex;align-items:flex-start;gap:.75rem;min-width:0;flex:1}.detail-hero{display:flex;flex-direction:column;gap:.2rem;min-width:0;padding-top:.1rem}.detail-hero h1{margin:0;font-size:1.625rem;line-height:1.25;font-weight:700;color:#0f172a;letter-spacing:-.025em}.detail-hero p{margin:0;color:#64748b;font-size:.9375rem;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:46rem}.detail-hero a{color:var(--color-primary-strong, #2d4160);font-weight:600}.detail-hero a:hover{color:var(--color-primary-hover, #3a5482)}.header-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-left:auto}.header-actions button{min-width:auto}.header-actions .btn{width:auto;max-width:100%}.detail-content{display:flex;flex-direction:column;gap:1.25rem;color:#0f172a}.detail-content.detail-content--boxed{padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 1px 3px #0f172a0f}.detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:0;overflow:hidden;color:#0f172a}.detail-card>h2,.detail-card-toolbar{margin:0;padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9;background:#fafbfc}.detail-card>h2{font-size:.9375rem;font-weight:700;color:#334155;letter-spacing:.01em}.detail-card-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.detail-card-toolbar h2{margin:0;padding:0;border:0;background:transparent;font-size:.9375rem;font-weight:700;color:#334155}.detail-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.detail-card:not(:has(.detail-card-body)){padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.detail-card:not(:has(.detail-card-body))>h2{margin:-1.25rem -1.25rem 0;padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9;background:#fafbfc;font-size:.9375rem;font-weight:700;color:#334155}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem 1.25rem}@media(min-width:1280px){.detail-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}.detail-photo-row{display:flex;justify-content:flex-start;align-items:center}.detail-item{display:flex;flex-direction:column;gap:.3rem}.detail-item.full-width{grid-column:1 / -1}.detail-item label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.detail-item p,.detail-item__value{font-size:.9375rem;color:#0f172a;margin:0;line-height:1.45}.detail-item__value{display:flex;flex-direction:column;gap:.35rem}.detail-item p a{color:var(--color-primary-strong, #2d4160);font-weight:600}.detail-item p a:hover{color:var(--color-primary-hover, #3a5482)}.detail-photo,.employee-photo{width:64px;height:64px;border-radius:10px;object-fit:cover;border:1px solid #e2e8f0}.detail-description{margin-top:.25rem;padding-top:1rem;border-top:1px solid #f1f5f9}.detail-progress{display:flex;flex-direction:column;gap:.4rem;width:100%;max-width:18rem}.detail-progress__pct{font-variant-numeric:tabular-nums;font-weight:700;font-size:.9375rem;color:#0f172a}.detail-progress__track{height:6px;border-radius:999px;background:#e2e8f0;overflow:hidden}.detail-progress__fill{height:100%;border-radius:999px;background:var(--color-primary, #456298);transition:width .35s ease}.detail-card .detail-subsection,.detail-card .detail-list-item{margin-left:-1.25rem;margin-right:-1.25rem;padding:1rem 1.25rem;border-top:1px solid #f1f5f9;background:transparent}.detail-card .detail-subsection:first-child,.detail-card .detail-list-item:first-child{border-top:none}.token-display{display:flex;align-items:center;gap:1rem;padding:.65rem .75rem;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.token-display code{flex:1;font-family:monospace;font-size:.82rem;color:#111827;word-break:break-all}.notes-text{color:#334155;line-height:1.6;white-space:pre-wrap;font-size:.9375rem}.detail-empty-hint,.related-loading{margin:0;color:#64748b;font-size:.875rem}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem}.loading-state .spinner{width:2.5rem;height:2.5rem;border:3px solid #e2e8f0;border-top-color:var(--color-primary, #456298);border-radius:50%;animation:detail-page-spin .6s linear infinite}@keyframes detail-page-spin{to{transform:rotate(360deg)}}.loading-state p{color:#64748b;font-size:.9375rem}@media(max-width:768px){.detail-header{flex-direction:column;align-items:stretch;margin-bottom:1.25rem}.detail-header-left{flex-direction:column;gap:.5rem}.detail-hero h1{font-size:1.375rem}.detail-hero p{white-space:normal}.header-actions{justify-content:stretch;margin-left:0}.header-actions button,.header-actions .btn{flex:1;min-width:0}.detail-grid{grid-template-columns:1fr}.detail-card-body{padding:1rem}.detail-card .detail-subsection,.detail-card .detail-list-item{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}}.task-ticket-detail-page.detail-page{max-width:1200px}.task-ticket-detail-page .ticket-detail-header.detail-header{align-items:stretch;margin-bottom:1.25rem;padding:1.1rem 1.2rem;gap:1rem 1.25rem;border-radius:16px;border:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 1px 2px #0f172a0a,0 8px 28px #0f172a0f}.task-ticket-detail-page .ticket-detail-header__main.detail-header-left{align-items:flex-start;gap:1rem 1.25rem;min-width:0}.task-ticket-detail-page .ticket-detail-header__back{flex-shrink:0;padding-top:.15rem}.task-ticket-detail-page .ticket-detail-header__hero.detail-hero{gap:.55rem;min-width:0;flex:1}.task-ticket-detail-page .ticket-detail-header__title{display:flex;align-items:flex-start;gap:.75rem;margin:0;font-size:clamp(1.35rem,2.6vw,1.85rem);line-height:1.25;color:#0f172a;letter-spacing:-.03em;font-weight:800}.task-ticket-detail-page .ticket-detail-header__title-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;flex-shrink:0;margin-top:.08rem;border-radius:12px;background:linear-gradient(145deg,#eff6ff,#e0f2fe);border:1px solid #bfdbfe;color:#1e40af;font-size:1.1rem}.task-ticket-detail-page .ticket-detail-header__title-icon svg{display:block;opacity:.95}.task-ticket-detail-page .ticket-detail-header__title-text{min-width:0;word-break:break-word}.task-ticket-detail-page .ticket-detail-header__meta.ticket-detail-hero-meta{margin-top:0}.task-ticket-detail-page .ticket-detail-header__actions.header-actions{align-self:center;margin-left:auto;padding:.35rem .45rem;border:none;background:transparent;box-shadow:none}.task-ticket-detail-page .ticket-detail-header__actions.header-actions button{min-width:7.5rem;min-height:2.65rem;box-shadow:0 2px 8px #2563eb38}@media(max-width:720px){.task-ticket-detail-page .ticket-detail-header.detail-header,.task-ticket-detail-page .ticket-detail-header__main.detail-header-left{flex-direction:column;align-items:stretch}.task-ticket-detail-page .ticket-detail-header__back{padding-top:0}.task-ticket-detail-page .ticket-detail-header__actions.header-actions{margin-left:0;align-self:stretch;justify-content:stretch;padding:0}.task-ticket-detail-page .ticket-detail-header__actions.header-actions button{width:100%;min-width:0}}.task-ticket-detail-page .detail-content{gap:1.15rem}.task-ticket-detail-page .detail-content.detail-content--overview-unified{padding:0;gap:0;background:transparent;border:none;box-shadow:none}.ticket-detail-overview{border-radius:14px;border:1px solid #e8edf4;background:#fff;box-shadow:0 1px 2px #0f172a0a,0 8px 28px #0f172a12;overflow:hidden}.ticket-detail-overview__section{padding:1.15rem 1.3rem;border-bottom:1px solid #eef2f7}.ticket-detail-overview__section:last-child{border-bottom:none}.ticket-detail-overview__heading{display:flex;align-items:center;gap:.4rem;margin:0 0 .95rem;padding-bottom:.65rem;border-bottom:1px solid #f1f5f9;font-size:1.02rem;font-weight:700;color:#1e3a5f;letter-spacing:-.01em}.ticket-detail-overview__footer-actions{margin-top:1rem;padding-top:.85rem;border-top:1px solid #f1f5f9}.ticket-linked-task__stats.detail-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem 1rem}.ticket-linked-task__block{margin-top:1rem;padding-top:1rem;border-top:1px solid #eef2f7}.ticket-linked-task__block--objective{padding:.95rem 1.05rem;border-radius:10px;background:#f8fafc;border:1px solid #e8eef4;border-top:1px solid #e8eef4}.ticket-linked-task__subheading{margin:0 0 .45rem;font-size:.78rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.ticket-linked-task__prose{margin:0;color:#334155}.ticket-linked-task__objective-line{margin:0;font-size:.95rem;color:#0f172a;line-height:1.45}.ticket-linked-task__objective-title{font-weight:600}.ticket-linked-task__objective-meta{color:#64748b;font-weight:500}.ticket-linked-task__empty{margin:0;color:#64748b}.ticket-detail-intro--tight{margin-top:0;margin-bottom:.65rem}.ticket-execution-section__lead{max-width:40rem;font-size:.84rem;line-height:1.45;color:#64748b}.ticket-execution-kpis{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.35rem}.ticket-execution-kpi{flex:1 1 200px;min-width:0;padding:.7rem .9rem;border-radius:10px;background:#f8fafc;border:1px solid #eef2f7}.ticket-execution-kpi__label{display:block;margin-bottom:.3rem;font-size:.72rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.ticket-execution-kpi__value{margin:0;font-size:.95rem;font-weight:600;color:#0f172a;line-height:1.35}.ticket-execution-kpi__sep{font-weight:500;color:#94a3b8}.ticket-execution-kpi__meta{font-weight:500;color:#64748b;font-size:.88rem}.ticket-execution-estimates{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem 1rem;padding-top:.85rem;margin-top:.35rem;border-top:1px solid #f1f5f9}@media(max-width:900px){.ticket-execution-estimates{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.ticket-execution-estimates{grid-template-columns:1fr}}.ticket-execution-estimate-row{display:flex;flex-direction:column;gap:.12rem;padding:.35rem 0;min-width:0}.ticket-execution-estimate-row__label{font-size:.8rem;font-weight:600;color:#64748b;line-height:1.3}.ticket-execution-estimate-row__value{font-size:.92rem;font-weight:600;color:#0f172a;font-variant-numeric:tabular-nums;line-height:1.35;word-break:break-word}.task-ticket-detail-page .detail-card{border-radius:12px;border:1px solid #e2e8f0;background:#fff;box-shadow:none}.task-ticket-detail-page .detail-card .detail-card-body{padding:1.2rem 1.25rem}.task-ticket-detail-page .detail-card h2{display:flex;align-items:center;gap:.4rem;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9;font-size:1.05rem;font-weight:700;color:#1e3a5f;letter-spacing:-.01em}.task-ticket-detail-page .detail-item label{text-transform:none;letter-spacing:normal;font-weight:600;color:#64748b;font-size:.875rem}.ticket-detail-hero-meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.3rem}.ticket-detail-hero-meta span{display:inline-flex;align-items:center;background:#f1f5f9;color:#475569;font-size:.81rem;font-weight:600;padding:.28rem .65rem;border-radius:999px;border:1px solid #e2e8f0;line-height:1.3;max-width:100%;white-space:normal}.ticket-detail-tabbar{display:flex;gap:.45rem;flex-wrap:wrap;margin-bottom:.5rem;padding:.4rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:14px}.ticket-detail-tab{border:1px solid transparent;background:#fff;color:#475569;border-radius:11px;padding:.5rem 1rem;min-height:44px;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.ticket-detail-tab:hover:not(:disabled){border-color:#c9d9ee;background:#f8fbff;color:#0f172a}.ticket-detail-tab--active{background:#4f6fa8;color:#fff;border-color:#4f6fa8;box-shadow:0 2px 12px #4f6fa847}.ticket-detail-tab:disabled{opacity:.55;cursor:not-allowed}.ticket-detail-tab:focus-visible{outline:2px solid #4f6fa8;outline-offset:2px}.ticket-detail-intro{margin:0 0 .85rem;color:#64748b;font-size:.88rem;line-height:1.45}.ticket-detail-intro--compact-top{margin-top:0}.ticket-detail-intro--after-duration{margin-bottom:.85rem}.task-ticket-detail-page .ticket-detail-card--time{background:linear-gradient(165deg,#f8fbff,#fff 40% 100%);border-color:#cfe0f5}.task-ticket-detail-page .ticket-detail-card--time .ticket-time-card__duration-wrap{margin:0 0 .65rem;padding:1rem 1.15rem;border-radius:14px;background:linear-gradient(135deg,#eff6ff,#f0f9ff);border:1px solid #bfdbfe;box-shadow:inset 0 1px #ffffffbf}.task-ticket-detail-page .ticket-detail-locked-hint{color:#92400e;margin-top:.5rem}.task-ticket-detail-page .ticket-detail-duration--running{color:#15803d}.task-ticket-detail-page .ticket-detail-card--time .ticket-detail-duration{margin:0 0 .35rem;font-size:clamp(1.35rem,3.5vw,1.75rem);font-weight:800;color:#0c4a6e;letter-spacing:-.03em;font-variant-numeric:tabular-nums;line-height:1.15}.task-ticket-detail-page .ticket-time-card__duration-caption{margin:0;font-size:.78rem;font-weight:700;color:#0369a1;letter-spacing:.04em;text-transform:uppercase}.task-ticket-detail-page .ticket-detail-card--time .ticket-detail-intro--after-duration{margin-top:.1rem;margin-bottom:.45rem}.ticket-detail-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.task-ticket-detail-page .ticket-detail-card--time .ticket-detail-actions{margin-top:.85rem;padding-top:1rem;border-top:1px solid #e8edf4}@media(max-width:640px){.task-ticket-detail-page .ticket-detail-card--time .ticket-detail-actions{display:grid;grid-template-columns:1fr 1fr}.task-ticket-detail-page .ticket-detail-card--time .ticket-detail-actions>*{width:100%;min-height:2.75rem}}.ticket-detail-session-open{margin:.85rem 0 0;font-size:.88rem;color:#14532d;padding:.65rem .85rem;background:linear-gradient(180deg,#ecfdf5,#f0fdf4);border:1px solid #86efac;border-radius:12px;line-height:1.45}.ticket-detail-alert{border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:12px;padding:.75rem 1rem;margin-bottom:.9rem;font-size:.9rem}.ticket-detail-form-panel{border:1px solid #e2e8f0;border-radius:12px;padding:.95rem 1rem;background:linear-gradient(180deg,#fbfcfe,#f5f8fc);box-shadow:inset 0 1px #ffffffd9;margin-bottom:1rem}.ticket-detail-form-panel+.ticket-detail-form-panel{margin-top:.85rem}.ticket-detail-embedded-form .form-field,.ticket-detail-embedded-form .checkbox-field{margin-bottom:0}.ticket-detail-comment-form{display:flex;flex-direction:column;gap:0}.task-ticket-detail-page .form-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-end;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}@media(max-width:640px){.task-ticket-detail-page .form-actions{flex-direction:column-reverse}.task-ticket-detail-page .form-actions button{width:100%}}.ticket-detail-resource-grid{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start}@media(min-width:520px){.ticket-detail-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px){.ticket-detail-resource-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ticket-detail-resource-grid .ticket-detail-resource-name,.ticket-detail-resource-form-actions{grid-column:1 / -1}.related-list.ticket-detail-list-below-form{margin-top:0}.ticket-detail-attachment-list .ticket-detail-attachment-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.65rem 1rem;padding:.65rem .5rem;border-bottom:1px solid #eef2f7}.ticket-detail-attachment-list .ticket-detail-attachment-row:last-child{border-bottom:none}.ticket-detail-attachment-main{flex:1;min-width:0}.ticket-detail-attachment-name{display:block;font-weight:600;color:#0f172a;font-size:.92rem;word-break:break-word}.ticket-detail-attachment-meta{display:block;margin-top:.2rem}.ticket-detail-attachment-actions{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;flex-shrink:0}.ticket-detail-attachment-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.38rem .65rem;font-size:.82rem;font-weight:600;color:#334155;background:#fff;border:1px solid #dbe5f1;border-radius:8px;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.ticket-detail-attachment-btn:hover{background:#f8fbff;border-color:#4f6fa8;color:#0f172a}.ticket-detail-attachment-btn--primary{color:#1e3a5f;border-color:#c9d9ee;background:#f0f5fc}.ticket-detail-attachment-btn--primary:hover{background:#e8f0fc;border-color:#4f6fa8}.ticket-detail-stock-table-wrap{width:100%;overflow-x:auto;margin-bottom:.25rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.ticket-detail-stock-table{width:100%;border-collapse:collapse;font-size:.88rem}.ticket-detail-stock-table thead th{text-align:left;padding:.5rem .65rem;background:#f1f5f9;color:#475569;font-weight:700;border-bottom:1px solid #e2e8f0;white-space:nowrap}.ticket-detail-stock-table tbody td{padding:.45rem .65rem;border-bottom:1px solid #eef2f7;vertical-align:middle}.ticket-detail-stock-table tbody tr:last-child td{border-bottom:none}.ticket-detail-stock-table-num{text-align:right;font-variant-numeric:tabular-nums}.ticket-detail-stock-row{cursor:pointer;outline:none}.ticket-detail-stock-row:focus-visible{box-shadow:inset 0 0 0 2px #4f6fa8}.ticket-detail-stock-row:hover{background:#f8fbff}.ticket-detail-stock-row--selected{background:#eff6ff}.ticket-detail-stock-row--selected td{font-weight:600;color:#0f172a}.audit-archived-home .audit-archived-title{color:#0f172a;border-bottom-color:#cbd5e1}.audit-archived-home .audit-archived-subtitle{color:#334155;margin:-.6rem 0 1rem;font-size:.9rem}.audit-archived-home .audit-archived-card{border-color:#cbd5e1;box-shadow:0 1px 3px #0f172a14}.audit-archived-home .audit-archived-card:hover{border-color:#64748b;box-shadow:0 4px 14px #0f172a1f}.audit-archived-home .audit-archived-icon-wrapper{background:#e2e8f0;border:1px solid #94a3b8}.audit-archived-home .audit-archived-icon{color:#0f172a}.audit-archived-home .audit-archived-description{color:#475569}.audit-archived-home .audit-archived-arrow{color:#64748b}.audit-archived-home .audit-archived-card:hover .audit-archived-arrow{color:#334155}.audit-detail-page{width:100%;max-width:1320px;margin:0 auto;padding:1.25rem 1rem;display:grid;gap:1.15rem}.audit-detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.audit-detail-header h1{margin:0;font-size:1.55rem;color:#0f172a;letter-spacing:-.015em}.audit-detail-header p{margin:.4rem 0 0;color:#475569;max-width:560px}.audit-detail-back-link{text-decoration:none;border:1px solid #cbd5e1;color:#0f172a;border-radius:11px;padding:.5rem .92rem;font-weight:600;background:#fff;transition:all .18s ease}.audit-detail-back-link:hover{border-color:#93c5fd;color:#1d4ed8;box-shadow:0 10px 22px #2563eb1f}.audit-detail-card{border:1px solid #e2e8f0;border-radius:16px;background:#fff;padding:1.05rem;box-shadow:0 14px 28px #0f172a0d}.audit-detail-card-highlight{background:linear-gradient(180deg,#fff,#f8fbff);border-color:#dbeafe;box-shadow:0 18px 34px #2563eb14}.audit-detail-card h2{margin:0 0 1rem;font-size:1.04rem;color:#0f172a;letter-spacing:-.01em}.audit-detail-section-title{display:flex;align-items:center;gap:.45rem}.audit-detail-section-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.audit-detail-section-title:before{content:"";width:10px;height:10px;border-radius:999px;background:#2563eb;box-shadow:0 0 0 4px #dbeafe}.audit-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.55rem 1rem;color:#334155}.audit-detail-kv{border:0;border-bottom:1px dashed #e2e8f0;border-radius:0;background:transparent;padding:.45rem .1rem .55rem;display:grid;gap:.16rem;box-shadow:none}.audit-detail-kv span{font-size:.76rem;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.audit-detail-kv strong{color:#0f172a;font-size:1rem;font-weight:700}.audit-detail-schedule-list{display:flex;flex-wrap:wrap;gap:.38rem}.audit-detail-schedule-chip{display:inline-flex;align-items:center;gap:.22rem;padding:.22rem .5rem;border-radius:999px;border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a;font-size:.8rem;font-weight:600;line-height:1.2}.audit-detail-schedule-chip b{font-weight:800}.audit-detail-kv-notes{grid-column:1 / -1;border-bottom:0;margin-top:.3rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.68rem .8rem}.audit-detail-kv-notes strong{white-space:pre-wrap;line-height:1.5;font-weight:600}.audit-detail-map-link{margin-top:.2rem;color:#1d4ed8;font-size:.8rem;font-weight:700;text-decoration:none}.audit-detail-map-link:hover{text-decoration:underline}.audit-chip{display:inline-flex;align-items:center;padding:.2rem .52rem;border-radius:999px;border:1px solid #7c3aed33;background:#7c3aed14;color:#6d28d9;font-size:.75rem;font-weight:700}.audit-chip.success{border-color:#15803d33;background:#15803d14;color:#166534}.audit-chip.danger{border-color:#b91c1c33;background:#b91c1c14;color:#b91c1c}.audit-detail-loading,.audit-detail-error,.audit-detail-empty{border-radius:12px;padding:.8rem;border:1px solid #e2e8f0;background:#fff;color:#334155}.audit-detail-error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.audit-detail-table-wrap{overflow-x:auto}.audit-detail-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.92rem;overflow:hidden;border:1px solid #e2e8f0;border-radius:12px}.audit-detail-table th,.audit-detail-table td{border-bottom:1px solid #e2e8f0;text-align:left;padding:.6rem .58rem;color:#334155}.audit-detail-table th{color:#0f172a;font-weight:700;background:#f1f5f9}.audit-detail-table tbody tr:nth-child(2n) td{background:#fcfdff}.audit-detail-table tbody tr:hover td{background:#f8fbff}@media(max-width:700px){.audit-detail-header{flex-direction:column;align-items:stretch}.audit-detail-back-link{width:fit-content}}.fleet-type-select__preview{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;color:#334155;font-size:.88rem}.fleet-type-select__preview-icon{font-size:1.1rem;color:#2563eb}.fleet-type-select__legend{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.fleet-type-select__chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .55rem;border:1px solid #cbd5e1;border-radius:999px;background:#fff;font-size:.78rem;color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none}.fleet-type-select__chip--active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.fleet-type-select__chip-icon{font-size:.95rem}.fleet-type-label{display:inline-flex;align-items:center;gap:.4rem}.fleet-type-label__icon{color:#2563eb;font-size:1rem}.fleet-catalog-icon-cell{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:#2563eb1a;color:#1d4ed8}.fleet-color-swatch{display:inline-block;border-radius:999px;border:2px solid;box-shadow:inset 0 0 0 1px #ffffff59;flex-shrink:0}.fleet-color-swatch-row{display:inline-flex;align-items:center;gap:.6rem}.fleet-color-swatch-row__label{color:#334155;font-size:.88rem}.fleet-vehicle-stock-tabs{display:flex;flex-wrap:nowrap;gap:.55rem;margin-bottom:1.25rem;padding:.45rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:14px;overflow-x:auto;scrollbar-width:thin}.fleet-vehicle-stock-tab{display:inline-flex;align-items:center;gap:.55rem;border:1px solid transparent;background:#fff;color:#475569;border-radius:12px;padding:.45rem .65rem .45rem .45rem;min-height:58px;min-width:0;font-size:.82rem;font-weight:600;cursor:pointer;flex:0 0 auto;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.fleet-vehicle-stock-tab__thumb{flex:0 0 44px;width:44px;height:44px;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0;background:#f8fafc}.fleet-vehicle-stock-tab__thumb img{width:100%;height:100%;object-fit:cover;display:block}.fleet-vehicle-stock-tab__text{display:flex;flex-direction:column;align-items:flex-start;min-width:0;max-width:9rem}.fleet-vehicle-stock-tab__plate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-weight:700;color:inherit}.fleet-vehicle-stock-tab__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-size:.72rem;font-weight:500;color:#64748b}.fleet-vehicle-stock-tab__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.45rem;height:1.45rem;padding:0 .35rem;border-radius:999px;font-size:.7rem;font-weight:700;line-height:1;flex-shrink:0;background:#e2e8f0;color:#475569}.fleet-vehicle-stock-tab:hover{border-color:#c9d9ee;background:#f8fbff;color:#0f172a}.fleet-vehicle-stock-tab--active{background:#4f6fa8;color:#fff;border-color:#4f6fa8;box-shadow:0 2px 10px #4f6fa847}.fleet-vehicle-stock-tab--active .fleet-vehicle-stock-tab__name{color:#ffffffd1}.fleet-vehicle-stock-tab--active .fleet-vehicle-stock-tab__count{background:#ffffff40;color:#fff}.fleet-vehicle-stock-tab:focus-visible{outline:2px solid #4f6fa8;outline-offset:2px}.fleet-location-sync-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;margin-bottom:1rem;padding:.85rem 1rem;border:1px solid #dbeafe;border-radius:10px;background:#f8fbff}.fleet-location-sync-banner p{margin:0;color:#475569;font-size:.92rem}.fleet-maintenance-type-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.75rem .9rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.fleet-maintenance-type-filters__label{font-size:.82rem;font-weight:600;color:#475569}.fleet-asset-images-field{width:100%}.fleet-asset-images-field__help{font-size:.88rem;color:#64748b;margin:0 0 1rem}.fleet-asset-images-field__grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.fleet-asset-images-field__card{width:120px;border:1px solid #d1d5db;border-radius:8px;padding:6px;background:#fff;display:flex;flex-direction:column;gap:6px}.fleet-asset-images-field__card--primary{border:2px solid #2563eb;box-shadow:0 0 0 1px #2563eb22}.fleet-asset-images-field__card--pending{border-style:dashed}.fleet-asset-images-field__thumb{width:100%;height:80px;object-fit:cover;border-radius:4px;display:block;cursor:pointer}.fleet-asset-images-field__badge{color:#2563eb;font-weight:600;font-size:.75rem;text-align:center}.fleet-asset-images-field__actions{display:flex;flex-direction:column;gap:4px}.fleet-asset-images-field__actions button{font-size:.72rem;padding:.2rem .35rem}.fleet-asset-images-field__empty{color:#64748b;font-size:.88rem}.fleet-asset-images-field__toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.fleet-asset-images-field__input{display:none}.fleet-asset-images-field__add-btn{display:inline-flex;align-items:center;gap:.4rem}.fleet-location-map-link{margin:0 0 1rem;padding:.75rem .9rem;border:1px solid #dbeafe;border-radius:10px;background:#f8fbff}.fleet-location-map-link__meta{display:grid;gap:.35rem;margin-bottom:.55rem;color:#475569;font-size:.92rem}.fleet-location-map-link a{color:#1d4ed8;font-weight:600;text-decoration:underline}.fleet-location-map-link__undefined{color:#dc2626;font-weight:600}.fleet-location-map-link a:hover{color:#1e40af}.fleet-route-suggestions{margin:1.25rem 0 0;padding:1rem 1.1rem;border:1px solid #dbeafe;border-radius:12px;background:#f8fbff}.fleet-route-suggestions__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}.fleet-route-suggestions__title{margin:0 0 .25rem;font-size:1rem}.fleet-route-suggestions__hint,.fleet-route-suggestions__meta,.fleet-route-suggestions__empty{margin:.35rem 0 0;color:#64748b;font-size:.9rem}.fleet-route-suggestions__return{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;color:#334155}.fleet-route-suggestions__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.85rem}.fleet-route-suggestions__error,.fleet-route-suggestions__warning{margin:.75rem 0 0;color:#b45309;font-size:.9rem}.fleet-route-suggestions__error{color:#b91c1c}.fleet-route-suggestions__list{list-style:none;margin:.9rem 0 0;padding:0;display:grid;gap:.65rem}.fleet-route-suggestions__item{display:flex;justify-content:space-between;gap:.75rem;align-items:center;padding:.75rem .85rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.fleet-route-suggestions__item-main{display:flex;flex-wrap:wrap;gap:.55rem .75rem;align-items:center}.fleet-route-suggestions__sequence{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.75rem;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:.8rem;font-weight:700}.fleet-route-suggestions__arrow{margin:0 .35rem;color:#94a3b8}.fleet-route-suggestions__project{display:block;color:#64748b;font-size:.85rem}.fleet-route-suggestions__time{color:#475569;font-size:.85rem}.fleet-route-suggestions__item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.fleet-route-suggestions__exists,.fleet-route-suggestions__warning-inline{font-size:.8rem;color:#64748b}.fleet-route-suggestions__warning-inline{color:#b45309}.fleet-depreciation-entries{margin-top:1.25rem;padding:1rem 1.1rem;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.fleet-depreciation-entries__title{margin:0;font-size:1rem;color:#0f172a}.fleet-depreciation-entries__hint{margin:.35rem 0 0;color:#64748b;font-size:.88rem}.fleet-depreciation-entries__summary{margin:.85rem 0 0;color:#334155;font-size:.9rem}.fleet-depreciation-entries__meta,.fleet-depreciation-entries__error{margin:.75rem 0 0;font-size:.88rem}.fleet-depreciation-entries__error{color:#b91c1c}.fleet-depreciation-entries__table-wrap{margin-top:.85rem;overflow-x:auto}.fleet-depreciation-entries__table{width:100%;border-collapse:collapse;font-size:.88rem}.fleet-depreciation-entries__table th,.fleet-depreciation-entries__table td{padding:.55rem .65rem;border-bottom:1px solid #e2e8f0;text-align:left;white-space:nowrap}.fleet-depreciation-entries__table th{color:#64748b;font-weight:600}.fleet-depreciation-entries__table td{color:#0f172a}.fleet-depreciation-entries__table tbody tr:last-child td{border-bottom:none}.fleet-inspection-photos{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.fleet-inspection-photos__title{margin:0 0 .35rem;font-size:1.05rem;color:#0f172a}.fleet-inspection-photos__hint{margin:0 0 .5rem;font-size:.88rem;color:#64748b}.fleet-inspection-photos__status{margin:0;font-size:.85rem;font-weight:600;color:#b45309}.fleet-inspection-photos__status--ok{color:#15803d}.fleet-inspection-photos__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.fleet-inspection-photos__slot{display:flex;flex-direction:column;gap:.45rem}.fleet-inspection-photos__label{font-size:.88rem;font-weight:600;color:#334155}.fleet-inspection-photos__required{color:#b91c1c;margin-left:.15rem}.fleet-inspection-photos__frame{aspect-ratio:4 / 3;border:1px dashed #cbd5e1;border-radius:10px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden}.fleet-inspection-photos__frame--filled{border-style:solid}.fleet-inspection-photos__image{width:100%;height:100%;object-fit:cover}.fleet-inspection-photos__placeholder{font-size:.82rem;color:#64748b;text-align:center;padding:.75rem}.fleet-inspection-photos__input{font-size:.82rem}.fleet-inspection-photos__bulk{margin-top:1rem}.fleet-work-team-pick-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.65rem}.fleet-work-team-pick-grid--projects{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.fleet-work-team-pick-empty{margin:0;padding:.75rem .85rem;border:1px dashed #cbd5e1;border-radius:10px;color:#64748b;font-size:.875rem;background:#f8fafc}.fleet-work-team-pick-item{display:flex;align-items:center;gap:.65rem;padding:.55rem .65rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.fleet-work-team-pick-item:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a0d}.fleet-work-team-pick-item--selected{border-color:#86b7fe;background:#f8fbff;box-shadow:0 0 0 1px #4f6fa81f}.fleet-work-team-pick-item__checkbox{flex-shrink:0;margin:0}.fleet-work-team-pick-item__thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;border:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.fleet-work-team-pick-item__thumb--round{border-radius:50%}.fleet-work-team-pick-item__text{min-width:0;display:flex;flex-direction:column;gap:.1rem}.fleet-work-team-pick-item__name{min-width:0;font-size:.875rem;font-weight:600;color:#0f172a;line-height:1.3;word-break:break-word}.fleet-work-team-pick-item__meta{display:block;font-size:.78rem;color:#64748b;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fleet-work-team-pick-item__meta--details{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.fleet-work-team-pick-item--project{align-items:flex-start}.fleet-work-team-project-card{cursor:default}.fleet-work-team-field--error .form-label{color:#b91c1c}.fleet-work-team-field--error .form-input,.fleet-work-team-field--error select.form-input{border-color:#ef4444;box-shadow:0 0 0 1px #ef444426}.fleet-work-team-pick-grid--error{border:1px solid #ef4444;border-radius:10px;padding:.55rem;background:#fff5f5}.fleet-open-ended-date{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;font-size:1.1rem;font-weight:700;color:#0d9488}.fleet-inspection-photo-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin-top:.85rem}.fleet-inspection-photo-thumbs--compact{gap:.45rem}.fleet-inspection-photo-thumbs__item{margin:0;min-width:0}.fleet-inspection-photo-thumbs__frame{aspect-ratio:4 / 3;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;overflow:hidden;display:flex;align-items:center;justify-content:center}.fleet-inspection-photo-thumbs__frame--filled{border-style:solid}.fleet-inspection-photo-thumbs__frame a{display:block;width:100%;height:100%}.fleet-inspection-photo-thumbs__image{width:100%;height:100%;object-fit:cover;display:block}.fleet-inspection-photo-thumbs__empty{color:#94a3b8;font-size:.85rem}.fleet-inspection-photo-thumbs__label{margin-top:.25rem;font-size:.72rem;color:#64748b;text-align:center;line-height:1.2}@media(max-width:720px){.fleet-inspection-photo-thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}}.fleet-asset-summary{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start}.fleet-asset-summary__photo{flex:0 0 220px;max-width:100%}.fleet-asset-summary__photo img{width:100%;max-width:220px;height:160px;object-fit:cover;border-radius:10px;border:1px solid #e2e8f0;display:block;background:#f8fafc}.fleet-asset-summary__fields{flex:1 1 280px;min-width:0}.fleet-asset-images-panel{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.fleet-asset-images-panel--embedded{margin-top:0;padding-top:0;border-top:none}.fleet-related-section-toolbar{display:flex;gap:.5rem;flex-wrap:wrap}.fleet-related-list{display:flex;flex-direction:column;gap:.85rem}.fleet-related-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:stretch;padding:.9rem 1rem;border:1px solid #e2e8f0;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fafc);transition:border-color .15s ease,box-shadow .15s ease}.fleet-related-item--with-thumb{grid-template-columns:72px minmax(0,1fr) auto;align-items:center}.fleet-related-item:hover{border-color:#cbd5e1;box-shadow:0 4px 14px #0f172a0d}.fleet-related-item--active{border-color:#86efac;background:linear-gradient(180deg,#f0fdf4,#fff)}.fleet-related-item--expiring{border-color:#fde68a}.fleet-related-item--expired{border-color:#fecaca;background:linear-gradient(180deg,#fef2f2,#fff)}.fleet-related-item--low{border-color:#fde68a;background:linear-gradient(180deg,#fffbeb,#fff)}.fleet-related-item__thumb img{width:72px;height:72px;object-fit:cover;border-radius:10px;border:1px solid #e2e8f0;display:block;background:#fff}.fleet-related-item__body{min-width:0;display:flex;flex-direction:column;gap:.75rem}.fleet-related-item__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.65rem}.fleet-related-item__title-wrap{min-width:0}.fleet-related-item__title{margin:0;font-size:1rem;font-weight:700;color:#0f172a;line-height:1.25}.fleet-related-item__subtitle{margin:.2rem 0 0;font-size:.8125rem;color:#64748b}.fleet-related-item__badges{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.fleet-related-pill{display:inline-flex;padding:.18rem .55rem;border-radius:999px;border:1px solid transparent;font-size:.78rem;font-weight:600;white-space:nowrap}.fleet-related-item__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.65rem 1rem;margin:0}.fleet-related-item__meta>div{min-width:0}.fleet-related-item__meta dt{margin:0 0 .15rem;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#94a3b8}.fleet-related-item__meta dd{margin:0;font-size:.875rem;color:#334155;font-weight:500}.fleet-related-item__doc dd{display:inline-flex;align-items:center;gap:.35rem}.fleet-related-item__doc-icon{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:6px;background:#fee2e2;color:#b91c1c;font-size:.75rem}.fleet-related-item__actions{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:.45rem;min-width:9.5rem}.fleet-related-item__download,.fleet-related-item__edit{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.45rem .75rem;border-radius:8px;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease}.fleet-related-item__download{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8}.fleet-related-item__download:hover{background:#dbeafe;color:#1e40af}.fleet-related-item__edit{border:1px solid #e2e8f0;background:#fff;color:#475569}.fleet-related-item__edit:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.fleet-related-item__no-doc{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .75rem;border-radius:8px;border:1px dashed #e2e8f0;background:#f8fafc;color:#94a3b8;font-size:.78rem;text-align:center}.fleet-related-item__side-badge{align-self:start;display:inline-flex;padding:.2rem .55rem;border-radius:999px;border:1px solid #fde68a;background:#fef3c7;color:#b45309;font-size:.75rem;font-weight:700;white-space:nowrap}@media(max-width:900px){.fleet-related-item,.fleet-related-item--with-thumb{grid-template-columns:1fr}.fleet-related-item--with-thumb .fleet-related-item__thumb{justify-self:start}.fleet-related-item__actions{flex-direction:row;flex-wrap:wrap;min-width:0}.fleet-related-item__download,.fleet-related-item__edit,.fleet-related-item__no-doc{flex:1 1 10rem}.fleet-related-item__side-badge{justify-self:start}}.fleet-work-team-detail-overview{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.fleet-work-team-detail-vehicle{display:flex;align-items:center;gap:.85rem;min-width:0}.fleet-work-team-detail-vehicle img{width:72px;height:72px;border-radius:12px;object-fit:cover;border:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.fleet-work-team-detail-vehicle__plate{font-size:1.05rem;font-weight:700;color:#0f172a}.fleet-work-team-detail-vehicle__name{font-size:.88rem;color:#64748b}.fleet-work-team-detail-badges{display:flex;flex-wrap:wrap;gap:.45rem}.fleet-work-team-detail-pill{display:inline-flex;padding:.2rem .65rem;border-radius:999px;border:1px solid transparent;font-size:.78rem;font-weight:600}.fleet-work-team-entity-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:.9rem}.fleet-work-team-entity-grid--projects{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.fleet-entity-card{border:1px solid #e2e8f0;border-radius:12px;background:#fff;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.fleet-entity-card:hover{border-color:#cbd5e1;box-shadow:0 4px 14px #0f172a0f}.fleet-entity-card--hero{background:linear-gradient(180deg,#f8fbff,#fff);border-color:#dbeafe}.fleet-entity-card--person{padding:.9rem}.fleet-entity-card--project{display:flex;flex-direction:column}.fleet-entity-card__header{display:flex;align-items:center;gap:.75rem;min-width:0}.fleet-entity-card--hero .fleet-entity-card__header{margin-bottom:.15rem}.fleet-entity-card__avatar-link{flex-shrink:0;line-height:0}.fleet-entity-card__avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0;background:#f8fafc}.fleet-entity-card--hero .fleet-entity-card__avatar{width:64px;height:64px;border-color:#bfdbfe}.fleet-entity-card__header-text{min-width:0;display:flex;flex-direction:column;gap:.3rem}.fleet-entity-card__title{font-size:.95rem;font-weight:700;color:#0f172a;line-height:1.3;word-break:break-word}.fleet-entity-card__badge{display:inline-flex;align-self:flex-start;max-width:100%;padding:.12rem .5rem;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.72rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fleet-entity-card__body{display:flex;flex-direction:column;gap:.45rem;margin-top:.75rem;min-width:0}.fleet-entity-card--project .fleet-entity-card__body{padding:.85rem .95rem .95rem;margin-top:0}.fleet-entity-card__cover-link{display:block;line-height:0}.fleet-entity-card__cover{width:100%;height:108px;object-fit:cover;background:#f1f5f9;border-bottom:1px solid #e2e8f0}.fleet-entity-card__row{display:flex;align-items:center;gap:.55rem;min-width:0;font-size:.82rem;color:#475569}.fleet-entity-card__row-icon{width:1.35rem;height:1.35rem;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#f1f5f9;color:#64748b;font-size:.68rem}.fleet-entity-card__value{min-width:0;line-height:1.35}.fleet-entity-card__value--single-line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fleet-entity-card__value--clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fleet-entity-card__value--empty{color:#94a3b8;font-style:italic}.fleet-entity-card__link{color:#2563eb;text-decoration:none;font-weight:500}.fleet-entity-card__link:hover{text-decoration:underline}.fleet-entity-card__footer-link{display:inline-flex;align-items:center;gap:.35rem;align-self:flex-start;margin-top:.2rem;font-size:.78rem;font-weight:600;color:#4f6fa8;text-decoration:none}.fleet-entity-card__footer-link:hover{color:#2563eb;text-decoration:underline}.fleet-entity-card__footer-link svg{font-size:.68rem}.fleet-work-team-detail-empty{margin:0;color:#64748b;font-size:.9rem}.fleet-work-team-detail-note{margin:0;white-space:pre-wrap;color:#334155;line-height:1.55}@media(max-width:720px){.fleet-work-team-entity-grid,.fleet-work-team-entity-grid--projects{grid-template-columns:1fr}}.mkt-badge{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;line-height:1.1}.mkt-badge--success{background:#22c55e24;color:#166534}.mkt-badge--danger{background:#ef444424;color:#b91c1c}.mkt-badge--indigo{background:#6366f126;color:#4338ca}.mkt-badge--violet{background:#8b5cf626;color:#6d28d9}.mkt-badge--neutral{background:#94a3b833;color:#334155}.mkt-badge--catalog-blue{background:#3b82f624;color:#1d4ed8}.mkt-badge--catalog-violet{background:#8b5cf624;color:#6d28d9}.mkt-badge--catalog-neutral{background:#64748b24;color:#334155}.mkt-product-cell{display:inline-flex;align-items:center;gap:.5rem;max-width:300px}.mkt-product-thumb{width:32px;height:32px;border-radius:6px;border:1px solid #dbe2ea;object-fit:cover;background:#fff;flex-shrink:0}.mkt-product-name{color:#0f172a;font-weight:600;font-size:.82rem;line-height:1.15}.audit-stats-section{width:100%;max-width:var(--page-fluid-max-width, min(100%, 1680px));margin:0 auto 1rem}.audit-load-error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:10px;padding:.75rem .9rem;margin-top:.6rem}.audit-visual-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.75rem;margin-top:.75rem}.audit-visual-grid--single-row{grid-template-columns:repeat(3,minmax(0,1fr))}.audit-panel{border:1px solid #dbe3f0;background:#fff;border-radius:12px;padding:.75rem}.audit-panel h3{margin:0 0 .6rem;font-size:.9rem;color:#0f172a}.audit-bars{display:grid;gap:.5rem}.audit-bar-row{display:grid;grid-template-columns:1.35fr 1fr auto;gap:.5rem;align-items:center}.audit-bar-row span{font-size:.8rem;color:#334155}.audit-bar-track{height:9px;border-radius:999px;background:#e2e8f0;overflow:hidden}.audit-bar-fill{height:100%;background:linear-gradient(90deg,#5b7db8,#4f46e5)}.audit-bar-row strong{font-size:.8rem;color:#1e293b}.audit-status-overview{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;margin-top:.6rem}.audit-status-card{border:1px solid #bbf7d0;background:#ecfdf5;border-radius:10px;padding:.55rem .6rem;display:flex;flex-direction:column}.audit-status-card.inactive{border-color:#fed7aa;background:#fff7ed}.audit-status-card span{color:#475569;font-size:.75rem}.audit-status-card strong{color:#0f172a;font-size:1.1rem}@media(max-width:1100px){.audit-visual-grid--single-row{grid-template-columns:1fr}}.offline-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#89a4c7,#6f8fbe);padding:2rem}.offline-container{background:#fff;border-radius:24px;padding:3rem;max-width:600px;width:100%;text-align:center;box-shadow:0 20px 60px #00000026;animation:slideUp .6s ease-out}.offline-icon{width:120px;height:120px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:4rem;transition:all .3s ease}.offline-icon.offline{background:linear-gradient(135deg,#89a4c7,#6f8fbe);color:#fff;animation:pulse 2s ease-in-out infinite}.offline-icon.online{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;animation:bounce 1s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.offline-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:1rem;letter-spacing:-.02em}.offline-description{font-size:1.1rem;color:#718096;line-height:1.6;margin-bottom:2rem}.offline-tips{background:#f7fafc;border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:left}.offline-tips h3{font-size:1.1rem;font-weight:600;color:#1a202c;margin-bottom:1rem;text-align:center}.offline-tips ul{list-style:none;padding:0;margin:0}.offline-tips li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#4a5568;font-size:.95rem;line-height:1.5}.offline-tips li:before{content:"•";position:absolute;left:0;color:#5b7db8;font-weight:700;font-size:1.2rem}.offline-retry-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:var(--color-primary-gradient, linear-gradient(135deg, #6f8fbe 0%, #5b7db8 55%, #6a8ba9 100%));border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #5b7db859}.offline-retry-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #5b7db866}.offline-retry-btn:active:not(:disabled){transform:translateY(0)}.offline-retry-btn:disabled{opacity:.6;cursor:not-allowed}.offline-retry-btn svg{animation:spin 2s linear infinite}@media(max-width:480px){.offline-container{padding:2rem 1.5rem}.offline-title{font-size:1.5rem}.offline-description{font-size:1rem}.offline-icon{width:100px;height:100px;font-size:3rem}}.maintenance-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-primary-gradient, linear-gradient(135deg, #6f8fbe 0%, #5b7db8 55%, #6a8ba9 100%));padding:2rem}.maintenance-container{background:#fff;border-radius:24px;padding:3rem;max-width:500px;width:100%;text-align:center;box-shadow:0 20px 60px #00000026;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.maintenance-icon{width:100px;height:100px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;background:var(--color-primary-gradient, linear-gradient(135deg, #6f8fbe 0%, #5b7db8 55%, #6a8ba9 100%));border-radius:50%;color:#fff;font-size:3rem;animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.maintenance-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:1rem;letter-spacing:-.02em}.maintenance-description{font-size:1.1rem;color:#718096;line-height:1.6;margin-bottom:1.5rem}.maintenance-details{background:#f7fafc;border-radius:12px;padding:1rem;margin-bottom:2rem}.maintenance-details p{font-size:.9rem;color:#4a5568;margin:0}.support-email-link{color:var(--color-primary, #5b7db8);text-decoration:none;font-weight:600;transition:color .2s ease}.support-email-link:hover{color:var(--color-primary-hover, #4f6fa8);text-decoration:underline}.maintenance-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:center;font-size:.8rem;color:#718096;font-weight:500}.maintenance-footer strong{color:#1a202c;font-weight:700}.maintenance-footer .support-link{color:var(--color-primary, #5b7db8);text-decoration:none;font-size:.75rem;font-weight:500;transition:color .2s ease;margin-top:.25rem;display:inline-block}.maintenance-footer .support-link:hover{color:var(--color-primary-hover, #4f6fa8);text-decoration:underline}.maintenance-retry-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:var(--color-primary-gradient, linear-gradient(135deg, #6f8fbe 0%, #5b7db8 55%, #6a8ba9 100%));border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #5b7db859}.maintenance-retry-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #5b7db866}.maintenance-retry-btn:active{transform:translateY(0)}.maintenance-retry-btn svg{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:480px){.maintenance-container{padding:2rem 1.5rem}.maintenance-title{font-size:1.5rem}.maintenance-description{font-size:1rem}}.language-selector{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:8px;background:#ffffff1a;transition:background .2s ease}.language-selector:hover{background:#ffffff26}.language-icon{font-size:1rem;color:currentColor}.language-select{background:transparent;border:none;color:currentColor;font-size:.9rem;font-weight:500;cursor:pointer;outline:none;padding:.25rem .5rem;border-radius:4px;transition:background .2s ease}.language-select:hover{background:#ffffff1a}.language-select:focus{background:#ffffff26}.language-select option{background:#1a202c;color:#fff;padding:.5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100vw;overflow-x:hidden}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;--color-bg: #1d1f22;--color-bg-light: #ffffff;--color-text: #e5e5e5;--color-text-dark: #222;--color-primary: #456298;--color-primary-hover: #3a5482;--color-primary-strong: #2d4160;--color-primary-soft: #e6edf8;--color-primary-soft-hover: #d7e2f3;--color-primary-contrast: #ffffff;--color-primary-gradient: linear-gradient(135deg, #5a7aad 0%, #456298 55%, #4d6d94 100%);--navbar-height: 60px;--sidebar-width: 240px;--form-shell-max-width: min(64rem, 100%)}[data-theme=dark]{--color-bg: #1d1f22;--color-text: #e5e5e5}[data-theme=light]{--color-bg: #ffffff;--color-text: #222}body{background:var(--color-bg);color:var(--color-text);width:100%;max-width:100vw;height:100%;overflow-x:hidden;overflow-y:auto}#root{width:100%;max-width:100vw;height:100%;overflow-x:hidden}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-hover)}button{cursor:pointer;font-family:inherit;border:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}@keyframes spin{to{transform:rotate(360deg)}}
