*,:after,:before{box-sizing:border-box}body{margin:0;padding:0;font-family:system-ui,-apple-system,sans-serif}:root{--sidebar-w:240px;--header-h:56px}.lw-leapwise-logo{display:inline-block;vertical-align:middle}.lw-toast-host-view{position:fixed;bottom:16px;right:16px;display:flex;flex-direction:column;gap:8px;z-index:9999;pointer-events:none}.lw-toast-host-view__slot{pointer-events:auto;position:relative}.lw-toast-host-view__toast{background:#1e293b;color:#f1f5f9;padding:12px 16px;border-radius:8px;min-width:280px;max-width:420px;box-shadow:0 8px 24px rgba(0,0,0,.3);margin-top:8px;display:flex;flex-direction:column;border-left:4px solid #3b82f6}.lw-toast-host-view__toast--success{border-left:4px solid #10b981}.lw-toast-host-view__toast--error{border-left:4px solid #ef4444}.lw-toast-host-view__toast--info{border-left:4px solid #3b82f6}.lw-toast-host-view__toast--warning{border-left:4px solid #f59e0b}.lw-toast-host-view__title{font-size:14px;margin-bottom:4px}.lw-toast-host-view__message{font-size:14px}.lw-toast-host-view__dismiss{position:absolute;top:6px;right:8px;background:transparent;border:none;color:#94a3b8;cursor:pointer;font-size:14px}.lw-confirm-dialog-view{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;padding:16px}.lw-confirm-dialog-view__panel{background:#1e293b;color:#f1f5f9;padding:24px;border-radius:12px;min-width:320px;max-width:480px;box-shadow:0 16px 48px rgba(0,0,0,.5)}.lw-confirm-dialog-view__title{margin:0;font-size:18px}.lw-confirm-dialog-view__message{margin-top:12px;margin-bottom:24px;font-size:14px;color:#94a3b8}.lw-confirm-dialog-view__actions{display:flex;justify-content:flex-end;gap:8px}.lw-confirm-dialog-view__cancel{padding:8px 14px;border-radius:6px;border:1px solid #334155;background:transparent;color:#f1f5f9;cursor:pointer}.lw-confirm-dialog-view__confirm{padding:8px 14px;border-radius:6px;border:none;background:#6366f1;color:#fff;cursor:pointer;font-weight:600}.lw-confirm-dialog-view__confirm--destructive{background:#ef4444}.lw-offline-banner{color:#0f172a;padding:6px 12px;font-size:13px;text-align:center;font-weight:500}.lw-offline-banner--offline{background:#f59e0b}.lw-offline-banner--online{background:#3b82f6}.lw-impersonation-banner{color:#fff;padding:8px 16px;font-size:13px;display:flex;align-items:center;justify-content:space-between}.lw-impersonation-banner--read{background:#3b82f6}.lw-impersonation-banner--write{background:#ef4444}.lw-impersonation-banner__end{background:hsla(0,0%,100%,.133);color:#fff;border:1px solid hsla(0,0%,100%,.4);border-radius:4px;padding:4px 10px;cursor:pointer}.lw-bottom-tab-bar{position:fixed;bottom:0;left:0;right:0;z-index:800;background:#0f172a;border-top:1px solid #1e293b;display:flex;justify-content:space-around;padding-bottom:env(safe-area-inset-bottom,0)}.lw-bottom-tab-bar__tab{flex:1;padding:8px 4px;min-height:56px;background:transparent;border:none;color:#94a3b8;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:2px;position:relative}.lw-bottom-tab-bar__tab--active{color:#6366f1}.lw-bottom-tab-bar__label{font-size:11px}.lw-bottom-tab-bar__badge{position:absolute;top:4px;right:25%;background:#ef4444;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}.lw-top-toolbar{position:relative;top:0;z-index:700;background:#0f172a;border-bottom:1px solid #1e293b;padding:12px 16px;display:flex;align-items:center;gap:12px}.lw-top-toolbar--sticky{position:sticky}.lw-top-toolbar__body{flex:1;min-width:0}.lw-top-toolbar__title{color:#f1f5f9;font-size:18px;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lw-top-toolbar__subtitle{color:#94a3b8;font-size:13px}.lw-top-toolbar__actions{display:flex;gap:8px;align-items:center}.lw-breadcrumb__list{flex-wrap:wrap;list-style:none;padding:0;margin:0}.lw-breadcrumb__item,.lw-breadcrumb__list{display:flex;align-items:center;gap:4px}.lw-breadcrumb__link{color:#6366f1;text-decoration:none;font-size:14px}.lw-breadcrumb__text{color:#94a3b8;font-size:14px}.lw-breadcrumb__text--current{color:#f1f5f9}.lw-breadcrumb__separator{color:#475569}.lw-sidebar{width:var(--lw-sidebar-width,240px);height:100vh;background:#0f172a;border-right:1px solid #1e293b;display:flex;flex-direction:column}.lw-sidebar--collapsed{width:64px}.lw-sidebar__header{padding:16px;border-bottom:1px solid #1e293b}.lw-sidebar__body{flex:1;overflow-y:auto;padding-top:8px}.lw-sidebar__footer{padding:12px;border-top:1px solid #1e293b}.lw-sidebar__item{width:100%;text-align:left;padding:8px 12px 8px var(--lw-sidebar-item-pad-left,12px);background:transparent;color:#cbd5e1;border:none;border-left:3px solid transparent;cursor:pointer;display:flex;align-items:center;gap:10px;font-size:14px}.lw-sidebar__item--active{background:#1e293b;color:#6366f1;border-left-color:#6366f1}.lw-sidebar__item-label{flex:1}.lw-sidebar__item-badge{background:#ef4444;color:#fff;font-size:11px;padding:2px 8px;border-radius:10px}.lw-search-bar{display:inline-flex;align-items:center;gap:6px;background:#1e293b;border-radius:8px;border:1px solid #334155;padding:6px 10px;min-width:240px}.lw-search-bar__icon{color:#94a3b8}.lw-search-bar__input{flex:1;outline:none;color:#f1f5f9;min-width:0}.lw-search-bar__clear,.lw-search-bar__input{background:transparent;border:none;font-size:14px}.lw-search-bar__clear{color:#94a3b8;cursor:pointer}.lw-stepper{display:flex;list-style:none;margin:0;padding:0}.lw-stepper--horizontal{flex-direction:row;gap:0}.lw-stepper--vertical{flex-direction:column;gap:12px}.lw-stepper__item{display:flex;gap:10px}.lw-stepper--horizontal .lw-stepper__item{flex:1;align-items:center}.lw-stepper--vertical .lw-stepper__item{align-items:flex-start}.lw-stepper__badge{width:28px;height:28px;border-radius:50%;background:var(--lw-step-color,#475569);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.lw-stepper__body{min-width:0}.lw-stepper__label{font-size:13px;color:#f1f5f9;font-weight:600}.lw-stepper__label--upcoming{color:#94a3b8}.lw-stepper__description{font-size:11px;color:#94a3b8}.lw-stepper__connector{flex:1;height:2px;background:#334155;margin-left:6px}.lw-stepper__connector--done{background:#10b981}.lw-modal{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;padding:16px}.lw-modal__panel{background:#1e293b;color:#f1f5f9;border-radius:12px;width:100%;max-width:var(--lw-modal-max-width,520px);max-height:90vh;box-shadow:0 16px 48px rgba(0,0,0,.5);display:flex;flex-direction:column;outline:none}.lw-modal__header{padding:16px 20px;border-bottom:1px solid #334155}.lw-modal__title{margin:0;font-size:18px;font-weight:600}.lw-modal__body{padding:20px;overflow-y:auto;flex:1}.lw-modal__footer{padding:12px 20px;border-top:1px solid #334155;display:flex;justify-content:flex-end;gap:8px}.lw-bottom-sheet{position:fixed;inset:0;z-index:9999;background:transparent;pointer-events:none;transition:background .2s}.lw-bottom-sheet--open{background:rgba(0,0,0,.5);pointer-events:auto}.lw-bottom-sheet__panel{position:absolute;left:0;right:0;bottom:0;background:#1e293b;color:#f1f5f9;border-top-left-radius:16px;border-top-right-radius:16px;height:var(--lw-bottom-sheet-height,50%);max-height:90vh;padding:16px;transform:translateY(100%);transition:transform .2s ease-out;display:flex;flex-direction:column}.lw-bottom-sheet--open .lw-bottom-sheet__panel{transform:translateY(0)}.lw-bottom-sheet__handle{width:36px;height:4px;background:#475569;border-radius:2px;margin:0 auto 12px}.lw-bottom-sheet__title{margin:0 0 12px;font-size:16px;font-weight:600}.lw-bottom-sheet__body{flex:1;overflow-y:auto}.lw-accordion{border:1px solid #334155;border-radius:8px;overflow:hidden}.lw-accordion__item{border-top:1px solid #334155}.lw-accordion__item--first{border-top:none}.lw-accordion__heading{margin:0}.lw-accordion__button{width:100%;text-align:left;padding:12px 16px;background:#1e293b;border:none;color:#f1f5f9;cursor:pointer;font-size:14px;font-weight:600;display:flex;justify-content:space-between;align-items:center}.lw-accordion__button:disabled{cursor:not-allowed}.lw-accordion__chevron{transition:transform .15s;transform:rotate(0deg)}.lw-accordion__chevron--open{transform:rotate(90deg)}.lw-accordion__panel{padding:0;background:#0f172a}.lw-accordion__panel--open{padding:12px 16px}.lw-tabs__list{display:flex;gap:0}.lw-tabs--underline .lw-tabs__list{border-bottom:1px solid #334155}.lw-tabs--pills .lw-tabs__list{gap:6px}.lw-tabs__tab{background:transparent;color:#94a3b8;border:none;cursor:pointer;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:6px}.lw-tabs__tab:disabled{cursor:not-allowed}.lw-tabs--underline .lw-tabs__tab{padding:10px 14px;border-radius:0;border-bottom:2px solid transparent}.lw-tabs--underline .lw-tabs__tab--selected{color:#6366f1;border-bottom-color:#6366f1}.lw-tabs--pills .lw-tabs__tab{padding:6px 12px;border-radius:20px}.lw-tabs--pills .lw-tabs__tab--selected{background:#6366f1;color:#fff}.lw-tabs__badge{background:#ef4444;color:#fff;font-size:11px;padding:1px 6px;border-radius:10px}.lw-tabs__panel{padding-top:12px}.lw-drawer{position:fixed;inset:0;z-index:9998;background:transparent;pointer-events:none;transition:background .2s}.lw-drawer--open{background:rgba(0,0,0,.4);pointer-events:auto}.lw-drawer__panel{position:absolute;top:0;bottom:0;width:var(--lw-drawer-width,320px);background:#0f172a;color:#f1f5f9;transition:transform .2s ease-out;overflow-y:auto}.lw-drawer__panel--left{left:0;border-right:1px solid #1e293b;transform:translateX(-100%)}.lw-drawer__panel--right{right:0;border-left:1px solid #1e293b;transform:translateX(100%)}.lw-drawer--open .lw-drawer__panel{transform:translateX(0)}.lw-split-pane{display:flex;width:100%;height:100%}.lw-split-pane--horizontal{flex-direction:row}.lw-split-pane--vertical{flex-direction:column}.lw-split-pane__side{overflow:auto}.lw-split-pane__side--first{flex:0 0 auto}.lw-split-pane--horizontal .lw-split-pane__side--first{width:var(--lw-split-size,300px);height:auto}.lw-split-pane--vertical .lw-split-pane__side--first{width:auto;height:var(--lw-split-size,300px)}.lw-split-pane__side--second{flex:1}.lw-split-pane__divider{background:#334155;flex-shrink:0}.lw-split-pane--horizontal .lw-split-pane__divider{width:4px;height:auto;cursor:col-resize}.lw-split-pane--vertical .lw-split-pane__divider{width:auto;height:4px;cursor:row-resize}.lw-text-field{display:inline-flex;flex-direction:column;gap:4px;width:auto}.lw-text-field--full-width{width:100%}.lw-text-field__label{font-size:13px;color:#cbd5e1;font-weight:500}.lw-text-field__required{color:#ef4444}.lw-text-field__control{display:inline-flex;align-items:center;gap:6px;background:#0f172a;border:1px solid #334155;border-radius:8px;padding:0 10px;opacity:1}.lw-text-field--error .lw-text-field__control{border-color:#ef4444}.lw-text-field--disabled .lw-text-field__control{opacity:.6}.lw-text-field__input{flex:1;border:none;background:transparent;outline:none;color:#f1f5f9;font-size:14px;min-width:0;padding:10px 0}.lw-text-field__error{font-size:12px;color:#ef4444}.lw-text-field__helper{font-size:12px;color:#94a3b8}.lw-text-area{display:inline-flex;flex-direction:column;gap:4px;width:auto}.lw-text-area--full-width{width:100%}.lw-text-area__label{font-size:13px;color:#cbd5e1;font-weight:500}.lw-text-area__required{color:#ef4444}.lw-text-area__input{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:10px 12px;color:#f1f5f9;font-size:14px;resize:vertical;font-family:inherit;outline:none;min-height:64px}.lw-text-area--error .lw-text-area__input{border-color:#ef4444}.lw-text-area__footer{display:flex;justify-content:space-between;align-items:center}.lw-text-area__error{font-size:12px;color:#ef4444}.lw-text-area__helper{font-size:12px;color:#94a3b8}.lw-text-area__counter{font-size:11px;color:#64748b}.lw-select{display:inline-flex;flex-direction:column;gap:4px;width:auto}.lw-select--full-width{width:100%}.lw-select__label{font-size:13px;color:#cbd5e1;font-weight:500}.lw-select__required{color:#ef4444}.lw-select__control{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:10px 12px;color:#f1f5f9;font-size:14px;outline:none;min-height:40px}.lw-select--error .lw-select__control{border-color:#ef4444}.lw-select__error{font-size:12px;color:#ef4444}.lw-select__helper{font-size:12px;color:#94a3b8}.lw-multi-select{width:auto;position:relative}.lw-multi-select--full-width{width:100%}.lw-multi-select__label{font-size:13px;color:#cbd5e1;font-weight:500;margin-bottom:4px}.lw-multi-select__control{width:100%;min-height:40px;padding:6px 10px;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#f1f5f9;text-align:left;cursor:pointer;display:flex;flex-wrap:wrap;gap:4px;align-items:center}.lw-multi-select--disabled .lw-multi-select__control{cursor:not-allowed}.lw-multi-select__placeholder{color:#94a3b8}.lw-multi-select__chip{background:#334155;padding:2px 8px;border-radius:12px;font-size:12px;display:inline-flex;align-items:center;gap:4px}.lw-multi-select__chip-remove{cursor:pointer}.lw-multi-select__listbox{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#1e293b;border:1px solid #334155;border-radius:8px;list-style:none;padding:4px;z-index:1000;max-height:220px;overflow-y:auto}.lw-multi-select__option{padding:8px 10px;border-radius:4px;cursor:pointer;background:transparent;color:#f1f5f9;font-size:14px}.lw-multi-select__option--selected{background:#334155}.lw-multi-select__option-checkbox{margin-right:8px}.lw-date-picker{display:inline-flex;flex-direction:column;gap:4px;width:auto}.lw-date-picker--full-width{width:100%}.lw-date-picker__label{font-size:13px;color:#cbd5e1;font-weight:500}.lw-date-picker__required{color:#ef4444}.lw-date-picker__input{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:10px 12px;color:#f1f5f9;font-size:14px;outline:none;min-height:40px;color-scheme:dark}.lw-date-picker--error .lw-date-picker__input{border-color:#ef4444}.lw-date-picker__error{font-size:12px;color:#ef4444}.lw-date-picker__helper{font-size:12px;color:#94a3b8}.lw-time-picker{display:inline-flex;flex-direction:column;gap:4px;width:auto}.lw-time-picker--full-width{width:100%}.lw-time-picker__label{font-size:13px;color:#cbd5e1;font-weight:500}.lw-time-picker__input{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:10px 12px;color:#f1f5f9;font-size:14px;outline:none;min-height:40px;color-scheme:dark}.lw-toggle{display:inline-flex;align-items:center;gap:10px;cursor:pointer;opacity:1}.lw-toggle--disabled{cursor:not-allowed;opacity:.5}.lw-toggle__native{position:absolute;opacity:0;width:0;height:0}.lw-toggle__track{width:var(--lw-toggle-w);height:var(--lw-toggle-h);background:#334155;border-radius:calc(var(--lw-toggle-h)/2);position:relative;transition:background .12s;flex-shrink:0}.lw-toggle--checked .lw-toggle__track{background:#6366f1}.lw-toggle__thumb{position:absolute;top:2px;left:2px;width:calc(var(--lw-toggle-h) - 4px);height:calc(var(--lw-toggle-h) - 4px);background:#fff;border-radius:50%;transition:left .12s}.lw-toggle--checked .lw-toggle__thumb{left:calc(var(--lw-toggle-w) - var(--lw-toggle-h) + 2px)}.lw-toggle__label{font-size:14px;color:#f1f5f9}.lw-checkbox{display:inline-flex;align-items:center;gap:8px;cursor:pointer;opacity:1}.lw-checkbox--disabled{cursor:not-allowed;opacity:.5}.lw-checkbox__native{width:18px;height:18px;accent-color:#6366f1;cursor:pointer}.lw-checkbox--disabled .lw-checkbox__native{cursor:not-allowed}.lw-checkbox__label{font-size:14px;color:#f1f5f9}.lw-radio-group__label{font-size:13px;color:#cbd5e1;font-weight:500;margin-bottom:6px}.lw-radio-group__list{display:flex;gap:8px}.lw-radio-group__list--column{flex-direction:column}.lw-radio-group__list--row{flex-direction:row}.lw-radio-group__option{display:inline-flex;align-items:center;gap:8px;cursor:pointer;opacity:1}.lw-radio-group__option--disabled{cursor:not-allowed;opacity:.5}.lw-radio-group__native{width:18px;height:18px;accent-color:#6366f1}.lw-radio-group__option-label{font-size:14px;color:#f1f5f9}.lw-slider{display:flex;flex-direction:column;gap:6px}.lw-slider__header{display:flex;justify-content:space-between;align-items:center}.lw-slider__label{font-size:13px;color:#cbd5e1;font-weight:500}.lw-slider__value{font-size:12px;color:#94a3b8}.lw-slider__input{accent-color:#6366f1;width:100%}.lw-file-upload{display:flex;flex-direction:column;gap:6px}.lw-file-upload__dropzone{border:2px dashed #334155;border-radius:12px;padding:24px;text-align:center;background:#0f172a;cursor:pointer;opacity:1;color:#cbd5e1}.lw-file-upload--dragging .lw-file-upload__dropzone{border-color:#6366f1;background:rgba(99,102,241,.05)}.lw-file-upload--disabled .lw-file-upload__dropzone{cursor:not-allowed;opacity:.5}.lw-file-upload__label{font-size:14px}.lw-file-upload__accept{font-size:12px;color:#94a3b8;margin-top:4px}.lw-file-upload__native{display:none}.lw-file-upload__error{font-size:12px;color:#ef4444}.lw-file-upload__helper{font-size:12px;color:#94a3b8}.lw-image-upload{display:flex;gap:16px;align-items:flex-start}.lw-image-upload__preview{width:96px;height:96px;border-radius:12px;-o-object-fit:cover;object-fit:cover;border:1px solid #334155}.lw-image-upload__body{flex:1}.lw-rich-text-editor{border:1px solid #334155;border-radius:8px;overflow:hidden;background:#0f172a}.lw-rich-text-editor__toolbar{display:flex;gap:4px;padding:6px;border-bottom:1px solid #334155;background:#1e293b}.lw-rich-text-editor__tool{padding:4px 8px;background:transparent;border:1px solid #334155;border-radius:4px;color:#f1f5f9;cursor:pointer;font-size:13px}.lw-rich-text-editor__editable{padding:12px;min-height:var(--lw-rte-min-height);color:#f1f5f9;font-size:14px;outline:none}.lw-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .12s,opacity .12s;width:auto}.lw-button--full-width{width:100%}.lw-button--disabled{cursor:not-allowed;opacity:.6}.lw-button--primary{background:#6366f1;color:#fff;border:1px solid #6366f1}.lw-button--secondary{background:#1e293b;color:#f1f5f9;border:1px solid #334155}.lw-button--ghost{background:transparent;color:#6366f1;border:1px solid transparent}.lw-button--danger{background:#ef4444;color:#fff;border:1px solid #ef4444}.lw-button--text{background:transparent;color:#6366f1;border:none}.lw-button--outline{background:transparent;color:#6366f1;border:1px solid #6366f1}.lw-button--sm{padding:6px 10px;font-size:13px;min-height:32px}.lw-button--md{padding:8px 14px;font-size:14px;min-height:40px}.lw-button--lg{padding:12px 20px;font-size:16px;min-height:48px}.lw-button__spinner{width:14px;height:14px;border:2px solid;border-top:2px solid transparent;border-radius:50%;display:inline-block;animation:lw-spin .8s linear infinite}.lw-icon-button{width:var(--lw-icon-button-size,36px);height:var(--lw-icon-button-size,36px);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;cursor:pointer;transition:background .12s;opacity:1}.lw-icon-button--primary{color:#6366f1}.lw-icon-button--neutral{color:#64748b}.lw-icon-button--danger{color:#ef4444}.lw-icon-button--disabled{cursor:not-allowed;opacity:.5}.lw-fab{width:56px;height:56px;border-radius:50%;background:#6366f1;color:#fff;border:none;box-shadow:0 6px 20px rgba(99,102,241,.35);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:1}.lw-fab--bottom-right{position:fixed;bottom:24px;right:24px;z-index:900}.lw-fab--bottom-left{position:fixed;bottom:24px;left:24px;z-index:900}.lw-fab--disabled{cursor:not-allowed;opacity:.5}.lw-button-group{display:inline-flex;border:1px solid #334155;border-radius:8px;overflow:hidden}.lw-button-group--full-width{width:100%}.lw-button-group__option{background:transparent;color:#f1f5f9;border:none;border-right:1px solid #334155;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.lw-button-group__option:last-child{border-right:none}.lw-button-group__option--selected{background:#6366f1;color:#fff}.lw-button-group__option--sm{padding:6px 10px;font-size:13px}.lw-button-group__option--md{padding:8px 14px;font-size:14px}.lw-button-group--full-width .lw-button-group__option{flex:1}.lw-context-menu{position:relative;display:inline-block}.lw-context-menu__panel{position:absolute;top:100%;margin-top:6px;background:#1e293b;border:1px solid #334155;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.4);min-width:180px;z-index:1000;padding:4px}.lw-context-menu__panel--bottom-start{left:0}.lw-context-menu__panel--bottom-end{right:0}.lw-context-menu__divider{margin:4px;border:none;border-top:1px solid #334155}.lw-context-menu__item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;background:transparent;border:none;color:#f1f5f9;cursor:pointer;text-align:left;font-size:14px;border-radius:4px}.lw-context-menu__item--danger{color:#ef4444}.lw-context-menu__item--disabled{cursor:not-allowed;opacity:.5}.lw-share-button{display:inline-block}.lw-alert-banner{display:flex;align-items:flex-start;gap:10px;border-radius:8px;padding:12px 14px;border:1px solid transparent}.lw-alert-banner--info{background:rgba(59,130,246,.1);border-color:#3b82f6;color:#bfdbfe}.lw-alert-banner--info .lw-alert-banner__icon{color:#3b82f6}.lw-alert-banner--info .lw-alert-banner__close{color:#bfdbfe}.lw-alert-banner--success{background:rgba(16,185,129,.1);border-color:#10b981;color:#a7f3d0}.lw-alert-banner--success .lw-alert-banner__icon{color:#10b981}.lw-alert-banner--success .lw-alert-banner__close{color:#a7f3d0}.lw-alert-banner--warning{background:rgba(245,158,11,.1);border-color:#f59e0b;color:#fde68a}.lw-alert-banner--warning .lw-alert-banner__icon{color:#f59e0b}.lw-alert-banner--warning .lw-alert-banner__close{color:#fde68a}.lw-alert-banner--danger{background:rgba(239,68,68,.1);border-color:#ef4444;color:#fecaca}.lw-alert-banner--danger .lw-alert-banner__icon{color:#ef4444}.lw-alert-banner--danger .lw-alert-banner__close{color:#fecaca}.lw-alert-banner__icon{font-size:18px;line-height:1}.lw-alert-banner__body{flex:1;min-width:0}.lw-alert-banner__title{font-weight:600;font-size:14px;margin-bottom:2px}.lw-alert-banner__message{font-size:13px}.lw-alert-banner__close{background:transparent;border:none;cursor:pointer;font-size:18px;line-height:1}.lw-badge{position:relative;display:inline-flex}.lw-badge__dot{color:#fff;font-size:10px;font-weight:700;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.lw-badge__dot--count{padding:2px 6px;min-width:16px;height:16px}.lw-badge__dot--empty{padding:0;min-width:8px;height:8px}.lw-badge__dot--primary{background:#6366f1}.lw-badge__dot--danger{background:#ef4444}.lw-badge__dot--success{background:#10b981}.lw-badge__dot--warning{background:#f59e0b}.lw-badge__dot--neutral{background:#64748b}.lw-badge__anchor{position:absolute;top:-4px;right:-4px}.lw-spinner{display:inline-flex;align-items:center;gap:8px}.lw-spinner__ring{width:var(--lw-spinner-size,24px);height:var(--lw-spinner-size,24px);border:2px solid var(--lw-spinner-color,#6366f1);border-top:2px solid transparent;border-radius:50%;animation:lw-spin .8s linear infinite;display:inline-block}.lw-spinner__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}@keyframes lw-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.lw-skeleton{background:linear-gradient(90deg,#1e293b,#334155 50%,#1e293b);background-size:200% 100%;animation:lw-skeleton 1.4s ease-in-out infinite;display:block;width:var(--lw-skeleton-w,80px);height:var(--lw-skeleton-h,40px)}.lw-skeleton--rect{border-radius:8px}.lw-skeleton--circle{border-radius:50%}.lw-skeleton--text{border-radius:4px}.lw-skeleton--stacked{margin-bottom:8px}.lw-empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 24px;color:#cbd5e1;gap:8px}.lw-empty-state__icon{font-size:48px;margin-bottom:8px}.lw-empty-state__title{font-size:16px;font-weight:600;color:#f1f5f9}.lw-empty-state__description{font-size:14px;color:#94a3b8;max-width:360px}.lw-empty-state__action{margin-top:12px}@keyframes lw-progress{0%{margin-left:-40%}to{margin-left:100%}}.lw-progress-bar{display:flex;flex-direction:column;gap:4px;width:100%}.lw-progress-bar__labels{display:flex;justify-content:space-between;align-items:center}.lw-progress-bar__label{font-size:12px;color:#cbd5e1}.lw-progress-bar__percent{font-size:12px;color:#94a3b8}.lw-progress-bar__track{width:100%;background:#1e293b;overflow:hidden}.lw-progress-bar__fill{height:100%;transition:width .2s;border-radius:inherit}.lw-progress-bar--sm .lw-progress-bar__track{height:6px;border-radius:6px}.lw-progress-bar--md .lw-progress-bar__track{height:10px;border-radius:10px}.lw-progress-bar--determinate .lw-progress-bar__fill{width:var(--lw-progress,0)}.lw-progress-bar--indeterminate .lw-progress-bar__fill{width:40%;animation:lw-progress 1.4s ease-in-out infinite}.lw-progress-bar--primary .lw-progress-bar__fill{background:#6366f1}.lw-progress-bar--success .lw-progress-bar__fill{background:#10b981}.lw-progress-bar--warning .lw-progress-bar__fill{background:#f59e0b}.lw-progress-bar--danger .lw-progress-bar__fill{background:#ef4444}@keyframes lw-fall{to{transform:translateY(110vh) rotate(2turn);opacity:.3}}.lw-confetti-animation{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:9999}.lw-confetti-animation__piece{position:absolute;top:-10px;width:8px;height:12px;left:var(--lw-confetti-left,50%);background:var(--lw-confetti-color,#6366f1);transform:rotate(var(--lw-confetti-rot,0deg));animation:lw-fall var(--lw-confetti-duration,2.5s) var(--lw-confetti-delay,0s) linear forwards}.lw-kpi-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px;cursor:default}.lw-kpi-card--clickable{cursor:pointer}.lw-kpi-card__head{display:flex;justify-content:space-between;align-items:center}.lw-kpi-card__title{font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.lw-kpi-card__icon{color:#6366f1}.lw-kpi-card__value{font-size:28px;font-weight:700;color:#f1f5f9;line-height:1}.lw-kpi-card__delta{font-size:12px}.lw-kpi-card__delta--positive{color:#10b981}.lw-kpi-card__delta--negative{color:#ef4444}.lw-kpi-card__delta-label{color:#94a3b8}.lw-kpi-card__footer{margin-top:4px;font-size:12px;color:#94a3b8}.lw-semaphore-indicator{display:inline-flex;align-items:center;gap:6px}.lw-semaphore-indicator__dot{width:var(--lw-semaphore-size,12px);height:var(--lw-semaphore-size,12px);border-radius:50%;display:inline-block}.lw-semaphore-indicator__label{font-size:13px}.lw-semaphore-indicator--ok .lw-semaphore-indicator__dot{background:#10b981;box-shadow:0 0 0 2px rgba(16,185,129,.188)}.lw-semaphore-indicator--ok .lw-semaphore-indicator__label{color:#a7f3d0}.lw-semaphore-indicator--warn .lw-semaphore-indicator__dot{background:#f59e0b;box-shadow:0 0 0 2px rgba(245,158,11,.188)}.lw-semaphore-indicator--warn .lw-semaphore-indicator__label{color:#fde68a}.lw-semaphore-indicator--critical .lw-semaphore-indicator__dot{background:#ef4444;box-shadow:0 0 0 2px rgba(239,68,68,.188)}.lw-semaphore-indicator--critical .lw-semaphore-indicator__label{color:#fecaca}.lw-data-table{overflow-x:auto;border:1px solid #334155;border-radius:8px}.lw-data-table__table{width:100%;border-collapse:collapse;color:#f1f5f9;font-size:14px}.lw-data-table__thead{background:#1e293b}.lw-data-table__th{padding:10px;text-align:left;border-bottom:1px solid #334155;font-weight:600;cursor:default;width:var(--lw-col-width,auto)}.lw-data-table__th--align-left{text-align:left}.lw-data-table__th--align-center{text-align:center}.lw-data-table__th--align-right{text-align:right}.lw-data-table__th--sortable{cursor:pointer}.lw-data-table__th--select{width:36px}.lw-data-table__sort-indicator{color:#64748b}.lw-data-table__tr{background:transparent;border-bottom:1px solid #1e293b}.lw-data-table__tr--selected{background:#334155}.lw-data-table__td{padding:10px;text-align:left}.lw-data-table__td--align-left{text-align:left}.lw-data-table__td--align-center{text-align:center}.lw-data-table__td--align-right{text-align:right}.lw-data-table__loading{padding:16px;text-align:center;color:#94a3b8}.lw-chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;font-weight:500;border:1px solid transparent;cursor:default}.lw-chip--sm{padding:2px 8px;font-size:11px}.lw-chip--md{padding:4px 10px;font-size:13px}.lw-chip--clickable{cursor:pointer}.lw-chip--disabled{cursor:not-allowed;opacity:.5}.lw-chip--filled.lw-chip--neutral{background:#334155;color:#f1f5f9;border-color:transparent}.lw-chip--filled.lw-chip--primary{background:#6366f1;color:#fff;border-color:transparent}.lw-chip--filled.lw-chip--success{background:#10b981;color:#fff;border-color:transparent}.lw-chip--filled.lw-chip--warning{background:#f59e0b;color:#0f172a;border-color:transparent}.lw-chip--filled.lw-chip--danger{background:#ef4444;color:#fff;border-color:transparent}.lw-chip--filled.lw-chip--info{background:#3b82f6;color:#fff;border-color:transparent}.lw-chip--outline{background:transparent}.lw-chip--outline.lw-chip--neutral{color:#334155;border-color:#334155}.lw-chip--outline.lw-chip--primary{color:#6366f1;border-color:#6366f1}.lw-chip--outline.lw-chip--success{color:#10b981;border-color:#10b981}.lw-chip--outline.lw-chip--warning{color:#f59e0b;border-color:#f59e0b}.lw-chip--outline.lw-chip--danger{color:#ef4444;border-color:#ef4444}.lw-chip--outline.lw-chip--info{color:#3b82f6;border-color:#3b82f6}.lw-chip__slot{display:inline-flex}.lw-chip__delete{background:transparent;border:none;color:inherit;cursor:pointer;font-size:14px;padding:0;line-height:1}.lw-avatar{position:relative;display:inline-flex;flex-shrink:0}.lw-avatar__image,.lw-avatar__initials{width:var(--lw-avatar-size,40px);height:var(--lw-avatar-size,40px);border-radius:50%}.lw-avatar--square .lw-avatar__image,.lw-avatar--square .lw-avatar__initials{border-radius:8px}.lw-avatar__image{-o-object-fit:cover;object-fit:cover;background:#334155}.lw-avatar__initials{background:#6366f1;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:var(--lw-avatar-initials-size,16px)}.lw-avatar__status{position:absolute;bottom:0;right:0;width:var(--lw-avatar-status-size,10px);height:var(--lw-avatar-status-size,10px);border:2px solid #0f172a;border-radius:50%}.lw-avatar__status--online{background:#10b981}.lw-avatar__status--offline{background:#64748b}.lw-avatar__status--busy{background:#ef4444}.lw-avatar-group{display:inline-flex;align-items:center}.lw-avatar-group__item{border:2px solid #0f172a;border-radius:50%;margin-left:var(--lw-avatar-group-overlap,-10px)}.lw-avatar-group__item--first{margin-left:0}.lw-avatar-group__more{margin-left:var(--lw-avatar-group-overlap,-10px);width:var(--lw-avatar-group-size,32px);height:var(--lw-avatar-group-size,32px);border-radius:50%;background:#334155;color:#f1f5f9;border:2px solid #0f172a;display:inline-flex;align-items:center;justify-content:center;font-size:var(--lw-avatar-group-more-size,11px);font-weight:600;cursor:default}.lw-avatar-group__more--clickable{cursor:pointer}.lw-timeline{list-style:none;padding:0;margin:0;position:relative}.lw-timeline__item{position:relative;padding-left:28px;padding-bottom:16px}.lw-timeline__line{position:absolute;left:7px;top:6px;bottom:-8px;width:2px;background:#334155}.lw-timeline__line--last{bottom:100%}.lw-timeline__dot{position:absolute;left:0;top:2px;width:16px;height:16px;border-radius:50%;border:3px solid #0f172a;display:inline-flex;align-items:center;justify-content:center;font-size:9px;color:#fff}.lw-timeline__dot--primary{background:#6366f1}.lw-timeline__dot--success{background:#10b981}.lw-timeline__dot--warning{background:#f59e0b}.lw-timeline__dot--danger{background:#ef4444}.lw-timeline__dot--neutral{background:#64748b}.lw-timeline__date{font-size:11px;color:#94a3b8}.lw-timeline__title{font-size:14px;color:#f1f5f9;font-weight:600}.lw-timeline__description{font-size:13px;color:#cbd5e1;margin-top:2px}.lw-line-chart{background:#0f172a;border-radius:8px}.lw-line-chart__empty{display:grid;place-items:center;color:#94a3b8;font-size:12px;background:#0f172a;border-radius:8px;width:var(--lw-chart-w,480px);height:var(--lw-chart-h,240px)}.lw-line-chart__grid-line{stroke:#1e293b}.lw-line-chart__series{fill:none;stroke:var(--lw-series-color,#6366f1);stroke-width:2}.lw-bar-chart{background:#0f172a;border-radius:8px}.lw-bar-chart__empty{display:grid;place-items:center;color:#94a3b8;font-size:12px;background:#0f172a;border-radius:8px;width:var(--lw-chart-w,480px);height:var(--lw-chart-h,240px)}.lw-bar-chart__bar{fill:var(--lw-bar-color,#6366f1)}.lw-bar-chart__label{font-size:10px;fill:#94a3b8}.lw-gauge-chart{display:inline-flex;flex-direction:column;align-items:center;gap:4px}.lw-gauge-chart__track{fill:none;stroke:#1e293b;stroke-linecap:round}.lw-gauge-chart__fill{fill:none;stroke-linecap:round;stroke:var(--lw-gauge-color,#6366f1)}.lw-gauge-chart--primary .lw-gauge-chart__fill{stroke:#6366f1}.lw-gauge-chart--success .lw-gauge-chart__fill{stroke:#10b981}.lw-gauge-chart--warning .lw-gauge-chart__fill{stroke:#f59e0b}.lw-gauge-chart--danger .lw-gauge-chart__fill{stroke:#ef4444}.lw-gauge-chart__value{font-size:20px;font-weight:700;fill:#f1f5f9}.lw-gauge-chart__label{font-size:13px;color:#94a3b8}.lw-kanban{display:flex;gap:12px;overflow-x:auto;padding:8px}.lw-kanban__column{background:#1e293b;border-radius:12px;padding:12px;width:260px;flex-shrink:0;display:flex;flex-direction:column;gap:8px}.lw-kanban__header{display:flex;align-items:center;gap:8px}.lw-kanban__color-dot{width:10px;height:10px;border-radius:50%;background:var(--lw-kanban-col-color,#6366f1)}.lw-kanban__title{margin:0;font-size:14px;font-weight:600;color:#f1f5f9}.lw-kanban__count{margin-left:auto;font-size:12px;color:#94a3b8}.lw-kanban__card{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:10px;cursor:grab;color:#f1f5f9}.lw-kanban__card-title{font-size:13px;font-weight:600}.lw-kanban__card-subtitle{font-size:12px;color:#94a3b8;margin-top:2px}.lw-kanban__card-footer{margin-top:6px}.lw-virtual-list{height:var(--lw-vl-height);overflow-y:auto;position:relative}.lw-virtual-list__spacer{height:var(--lw-vl-total);position:relative}.lw-virtual-list__item{position:absolute;top:var(--lw-vl-top);left:0;right:0;height:var(--lw-vl-item-h)}.lw-photo-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--lw-pg-cols,4),minmax(0,1fr));gap:var(--lw-pg-gap,8px)}.lw-photo-grid__btn{position:relative;padding:0;border:none;background:#1e293b;border-radius:8px;overflow:hidden;cursor:default;display:block;width:100%;aspect-ratio:1/1}.lw-photo-grid__btn--clickable{cursor:pointer}.lw-photo-grid__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.lw-photo-grid__caption{position:absolute;bottom:0;left:0;right:0;padding:6px;background:rgba(0,0,0,.6);color:#f1f5f9;font-size:12px}.lw-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--lw-cg-min,240px),1fr));gap:var(--lw-cg-gap,16px)}.lw-list-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:transparent;cursor:default;opacity:1}.lw-list-item--clickable{cursor:pointer}.lw-list-item--disabled{opacity:.5;cursor:default}.lw-list-item--selected{background:#334155}.lw-list-item--divider{border-bottom:1px solid #1e293b}.lw-list-item__leading,.lw-list-item__trailing{flex-shrink:0}.lw-list-item__body{flex:1;min-width:0}.lw-list-item__title{color:#f1f5f9;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lw-list-item__subtitle{color:#94a3b8;font-size:12px}.lw-swipeable-list-item{position:relative;overflow:hidden}.lw-swipeable-list-item__actions{position:absolute;top:0;right:0;bottom:0;display:flex}.lw-swipeable-list-item__action{width:72px;color:#fff;border:none;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px;gap:2px}.lw-swipeable-list-item__action--primary{background:#6366f1}.lw-swipeable-list-item__action--danger{background:#ef4444}.lw-swipeable-list-item__action--neutral{background:#64748b}.lw-swipeable-list-item__content{transform:translateX(var(--lw-swipe-x,0));transition:transform .15s;background:#0f172a}.lw-swipeable-list-item__content--dragging{transition:none}.lw-message-bubble{display:flex;margin:4px 0}.lw-message-bubble--outgoing{justify-content:flex-end}.lw-message-bubble--incoming{justify-content:flex-start}.lw-message-bubble__system{text-align:center;font-size:12px;color:#94a3b8;margin:8px 0}.lw-message-bubble__inner{max-width:75%;padding:8px 12px;border-radius:16px;font-size:14px;position:relative}.lw-message-bubble--outgoing .lw-message-bubble__inner{background:#6366f1;color:#fff;border-bottom-right-radius:4px;border-bottom-left-radius:16px}.lw-message-bubble--incoming .lw-message-bubble__inner{background:#1e293b;color:#f1f5f9;border-bottom-right-radius:16px;border-bottom-left-radius:4px}.lw-message-bubble__author{font-size:11px;font-weight:600;color:#6366f1;margin-bottom:2px}.lw-message-bubble__meta{display:flex;justify-content:flex-end;gap:6px;margin-top:4px;font-size:10px}.lw-message-bubble--outgoing .lw-message-bubble__meta{color:hsla(0,0%,100%,.7)}.lw-message-bubble--incoming .lw-message-bubble__meta{color:#94a3b8}.lw-message-bubble__status{color:var(--lw-mb-status-color,#94a3b8)}.lw-message-input{display:flex;align-items:flex-end;gap:8px;background:#1e293b;border:1px solid #334155;border-radius:16px;padding:6px 10px}.lw-message-input__field{flex:1;background:transparent;border:none;outline:none;color:#f1f5f9;font-size:14px;resize:none;font-family:inherit;max-height:120px;padding:8px 0}.lw-message-input__send{width:36px;height:36px;border-radius:50%;background:#334155;color:#fff;border:none;cursor:not-allowed;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.lw-message-input__send--ready{background:#6366f1;cursor:pointer}@keyframes lw-typing-dot{0%,60%,to{opacity:.3}30%{opacity:1}}.lw-typing-indicator{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#94a3b8}.lw-typing-indicator__dots{display:inline-flex;gap:3px}.lw-typing-indicator__dot{width:6px;height:6px;background:#94a3b8;border-radius:50%;animation:lw-typing-dot 1.2s var(--lw-ti-delay,0s) infinite}.lw-audio-recorder{display:inline-flex;align-items:center;gap:8px;background:#1e293b;color:#fff;border:none;border-radius:999px;padding:8px 14px;cursor:pointer;font-size:13px}.lw-audio-recorder--recording{background:#ef4444}.lw-audio-recorder--disabled{cursor:not-allowed}.lw-audio-player{display:inline-flex;align-items:center;gap:8px;background:#1e293b;border-radius:12px;padding:6px 10px;min-width:220px}.lw-audio-player__btn{width:32px;height:32px;border-radius:50%;background:#6366f1;color:#fff;border:none;cursor:pointer}.lw-audio-player__body{flex:1;min-width:80px}.lw-audio-player__title{font-size:12px;color:#f1f5f9}.lw-audio-player__track{height:4px;background:#334155;border-radius:2px;overflow:hidden}.lw-audio-player__fill{height:100%;width:var(--lw-ap-progress,0);background:#6366f1}.lw-audio-player__time{font-size:11px;color:#94a3b8;font-variant-numeric:tabular-nums}.lw-emoji-picker{position:relative;display:inline-block}.lw-emoji-picker__trigger{background:transparent;border:none;color:#f1f5f9;cursor:pointer;font-size:20px}.lw-emoji-picker__panel{position:absolute;bottom:100%;margin-bottom:4px;right:0;background:#1e293b;border:1px solid #334155;border-radius:8px;padding:6px;width:280px;max-height:240px;overflow-y:auto;z-index:1000;box-shadow:0 8px 24px rgba(0,0,0,.4)}.lw-emoji-picker__group-name{font-size:11px;color:#94a3b8;margin-top:4px;margin-bottom:2px}.lw-emoji-picker__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.lw-emoji-picker__cell{font-size:20px;background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px}.lw-poll-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:14px;color:#f1f5f9}.lw-poll-card__question{font-size:14px;font-weight:600;margin-bottom:10px}.lw-poll-card__options{display:flex;flex-direction:column;gap:6px}.lw-poll-card__option{position:relative;background:#0f172a;border:1px solid #334155;border-radius:8px;padding:10px 12px;color:inherit;cursor:pointer;text-align:left;overflow:hidden}.lw-poll-card__option--selected{border-color:#6366f1}.lw-poll-card__option--closed{cursor:default}.lw-poll-card__bar{position:absolute;inset:0;width:var(--lw-pc-pct,0);background:rgba(99,102,241,.15)}.lw-poll-card__row{position:relative;display:flex;justify-content:space-between;gap:8px}.lw-poll-card__pct{font-variant-numeric:tabular-nums;color:#94a3b8}.lw-poll-card__total{margin-top:8px;font-size:11px;color:#94a3b8}.lw-grade-button{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-weight:700;cursor:pointer;background:#1e293b;color:#f1f5f9;border:2px solid #10b981}.lw-grade-button--sm{width:32px;height:32px;min-width:32px;font-size:12px}.lw-grade-button--md{width:44px;height:44px;min-width:44px;font-size:14px}.lw-grade-button--lg{width:56px;height:56px;min-width:56px;font-size:18px}.lw-grade-button--tone-present{background:#10b981;color:#fff}.lw-grade-button--tone-absent{background:#ef4444;color:#fff}.lw-grade-button--tone-late{background:#f59e0b;color:#0f172a}.lw-grade-button--tone-justified{background:#3b82f6;color:#fff}.lw-grade-button--tone-neutral{background:#1e293b;color:#f1f5f9}.lw-grade-button--status-draft{border:2px dashed #f59e0b}.lw-grade-button--status-saved{border:2px solid #10b981}.lw-grade-button--status-error{border:2px solid #ef4444}.lw-grade-button--status-syncing{border:2px dotted #6366f1}.lw-grade-button--disabled{cursor:not-allowed;opacity:.5}.lw-attendance-grid{overflow-x:auto}.lw-attendance-grid__row{display:grid;grid-template-columns:minmax(180px,1fr) repeat(var(--lw-attendance-grid-days,1),56px)}.lw-attendance-grid__row--header{background:#1e293b;position:sticky;top:0;z-index:2}.lw-attendance-grid__row--body{border-bottom:1px solid #1e293b}.lw-attendance-grid__col-header{padding:10px;font-size:12px;color:#94a3b8}.lw-attendance-grid__col-header--day{font-size:11px;text-align:center}.lw-attendance-grid__row-header{padding:8px;display:flex;align-items:center;gap:8px}.lw-attendance-grid__student-name{color:#f1f5f9;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lw-attendance-grid__cell{padding:4px;display:flex;justify-content:center}.lw-countdown-timer{display:inline-flex;align-items:baseline;gap:6px;padding:6px 12px;background:#1e293b;border:1px solid #334155;border-radius:8px}.lw-countdown-timer--warn{border-color:#f59e0b}.lw-countdown-timer--expired{border-color:#ef4444}.lw-countdown-timer__label{font-size:12px;color:#94a3b8}.lw-countdown-timer__value{font-size:18px;font-weight:700;color:#f1f5f9;font-variant-numeric:tabular-nums}.lw-countdown-timer--warn .lw-countdown-timer__value{color:#f59e0b}.lw-countdown-timer--expired .lw-countdown-timer__value{color:#ef4444}.lw-qr-code{background:#fff;padding:8px;border-radius:8px}.lw-pdf-viewer{width:100%;height:var(--lw-pdf-viewer-height,600px);border:1px solid #334155;border-radius:8px;background:#0f172a}.lw-map-view{width:100%;height:var(--lw-map-view-height,300px);background:#1e293b;border:1px dashed #334155;border-radius:8px;display:grid;place-items:center;color:#94a3b8;font-size:13px;gap:6px}.lw-map-view__markers,.lw-map-view__meta{font-size:11px}.lw-map-view__marker{margin-left:4px;background:transparent;border:none;color:var(--lw-map-marker-color,#6366f1);cursor:pointer}.lw-business-card-scanner{border:1px dashed #334155;border-radius:8px;padding:16px;text-align:center;color:#cbd5e1}.lw-business-card-scanner__hint{font-size:13px;margin-bottom:8px}.lw-business-card-scanner__preview{max-width:200px;border-radius:4px;margin:8px auto;display:block}.lw-business-card-scanner__input{display:none}.lw-business-card-scanner__trigger{padding:8px 14px;background:#6366f1;color:#fff;border:none;border-radius:6px;cursor:pointer}.lw-business-card-scanner__trigger:disabled{cursor:not-allowed;opacity:.5}.lw-autosave-indicator{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#94a3b8}.lw-autosave-indicator--idle{color:#94a3b8}.lw-autosave-indicator--saving{color:#6366f1}.lw-autosave-indicator--saved{color:#10b981}.lw-autosave-indicator--error{color:#ef4444}.lw-autosave-indicator--offline{color:#f59e0b}.lw-discount-calculator{background:#1e293b;border-radius:12px;padding:16px;color:#f1f5f9}.lw-discount-calculator__row{display:flex;justify-content:space-between;font-size:14px}.lw-discount-calculator__amount{font-variant-numeric:tabular-nums}.lw-discount-calculator__rules{margin-top:10px;display:flex;flex-direction:column;gap:6px}.lw-discount-calculator__rule{display:flex;justify-content:space-between;font-size:13px;cursor:default}.lw-discount-calculator__rule--interactive{cursor:pointer}.lw-discount-calculator__rule-label{display:flex;align-items:center;gap:8px}.lw-discount-calculator__rule-discount{color:#10b981;font-variant-numeric:tabular-nums}.lw-discount-calculator__checkbox{accent-color:#6366f1}.lw-discount-calculator__divider{border:none;border-top:1px solid #334155;margin:12px 0}.lw-discount-calculator__total{display:flex;justify-content:space-between;font-size:16px;font-weight:700}