:root{color-scheme:light;--bg: #f6f7fb;--surface: #ffffff;--surface-soft: #f1f4fb;--border: #d9dfec;--text: #172033;--muted: #5d6984;--accent: #2f6feb;--logo-accent-end: #7a4dff;--danger: #d33d5b;--safe-bottom: env(safe-area-inset-bottom, 0px);font-family:system-ui,Segoe UI,Roboto,sans-serif;line-height:1.45}[data-theme=dark]{color-scheme:dark;--bg: #0f1220;--surface: #1a2237;--surface-soft: #222c45;--border: #2d3b5f;--text: #ecf1ff;--muted: #9daac9;--accent: #76b0ff;--logo-accent-end: #b38aff;--danger: #f17b94}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;min-height:100dvh}body{background:var(--bg);color:var(--text);transition:background-color .2s ease,color .2s ease;padding-bottom:calc(4.5rem + var(--safe-bottom))}a{color:var(--accent)}button,input,select,textarea{font:inherit}button{cursor:pointer}.lcm-app{max-width:72rem;margin:0 auto 2rem;padding:1rem;padding-bottom:calc(.75rem + var(--safe-bottom))}.lcm-login{max-width:100%;margin:0 auto;min-height:100dvh;display:grid;place-items:center;padding-top:1rem;padding-bottom:calc(1rem + var(--safe-bottom))}.lcm-login__panel{width:min(100%,35rem)}.lcm-login__eyebrow{margin:0;font-size:.76rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:var(--accent);text-align:center}.lcm-login__title{margin:.4rem 0 0;font-size:clamp(1.45rem,1.8vw,1.95rem);line-height:1.2;letter-spacing:.01em;text-align:center}.lcm-login__subtitle{margin:.45rem auto .6rem;color:var(--muted);max-width:36ch;text-align:center;font-size:.9rem;line-height:1.35}.lcm-login__form{margin:0;padding:clamp(.85rem,1.8vw,1.35rem);display:grid;gap:.45rem;align-content:start;border-radius:18px;background:radial-gradient(140% 130% at 0% 0%,color-mix(in srgb,var(--accent) 18%,transparent) 0%,transparent 58%),radial-gradient(110% 110% at 100% 100%,color-mix(in srgb,var(--logo-accent-end) 16%,transparent) 0%,transparent 62%),var(--surface);border-color:color-mix(in srgb,var(--accent) 24%,var(--border));box-shadow:0 16px 34px #142a5524}.lcm-login__label{font-size:.8rem;color:var(--muted);font-weight:600}.lcm-login__optional{font-weight:500;font-size:.78rem;color:color-mix(in srgb,var(--muted) 92%,transparent)}.lcm-login__input{background:var(--surface);transition:border-color .18s ease,box-shadow .18s ease}.lcm-login__input:focus{outline:none;border-color:color-mix(in srgb,var(--accent) 55%,var(--border));box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 22%,transparent)}.lcm-login__password-wrap{position:relative}.lcm-login__password-wrap .lcm-login__input{padding-right:3rem}.lcm-login__password-toggle{position:absolute;top:50%;right:.45rem;transform:translateY(-50%);width:2.2rem;height:2.2rem;border:1px solid transparent;border-radius:999px;padding:0;background:transparent;color:var(--accent);display:inline-flex;align-items:center;justify-content:center}.lcm-login__password-toggle:hover{background:color-mix(in srgb,var(--accent) 12%,transparent)}.lcm-login__password-toggle:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 45%,transparent);outline-offset:2px}.lcm-login__password-icon{width:1rem;height:1rem}.lcm-login__remember{display:flex;align-items:center;gap:.5rem;margin:.1rem 0 0;cursor:pointer;font-size:.85rem;color:var(--muted);-webkit-user-select:none;user-select:none}.lcm-login__remember-input{width:1rem;height:1rem;accent-color:var(--accent);cursor:pointer}.lcm-login__remember-label{font-weight:500}.lcm-login__error{margin:.08rem 0 0;font-size:.85rem}.lcm-login__submit{margin-top:.12rem;width:100%;min-height:42px;border-radius:10px}.lcm-login__register{width:100%;min-height:40px;border-radius:10px;text-decoration:none}.lcm-login__secondary-stack{display:flex;flex-direction:column;align-items:stretch;gap:.32rem;margin-top:.06rem}.lcm-login__secondary-stack .lcm-login__register{width:100%}.lcm-login__sso-link{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:.32rem;padding:10px 0 0;font-size:.76rem;font-weight:500;color:var(--muted);text-decoration:none;line-height:1.25;max-width:100%;text-align:center}.lcm-login__sso-link:hover{color:var(--accent)}.lcm-login__sso-link:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 45%,transparent);outline-offset:2px;border-radius:4px}.lcm-login__sso-link-icon{width:.82rem;height:.82rem;flex-shrink:0;opacity:.92}@media(max-width:640px){.lcm-login{padding:.8rem;padding-bottom:calc(.8rem + var(--safe-bottom))}}.lcm-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1rem 1.1rem;margin-bottom:.9rem;box-shadow:0 4px 14px #0d23500f;animation:lcm-fade-in .22s ease-out}.lcm-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;position:relative}.lcm-header-brand{display:flex;flex-direction:row;align-items:baseline;flex-wrap:wrap;gap:0;min-width:0;flex:1}.lcm-header-brand-line{display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:0;margin:0;font-size:inherit;font-weight:inherit;line-height:1.25;min-width:0}.lcm-header-brand-sep{padding-left:10px;padding-right:10px;color:var(--muted);font-weight:600;flex-shrink:0}.lcm-header-page-title{font-family:Shadows Into Light,cursive;font-size:20px;font-weight:700;line-height:1.25;letter-spacing:.01em;color:var(--logo-accent-end);min-width:0}.lcm-logo{font-family:Shadows Into Light,cursive;font-size:20px;font-weight:900;letter-spacing:.02em;line-height:1.1;color:var(--accent);display:inline-block;position:relative;padding-bottom:.22rem;text-shadow:0 1px 8px rgba(47,111,235,.16)}.lcm-logo:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--accent) 0%,transparent 100%);opacity:.8}@supports ((-webkit-background-clip: text) or (background-clip: text)){.lcm-logo{background-image:linear-gradient(120deg,var(--accent) 0%,var(--logo-accent-end) 90%);-webkit-background-clip:text;background-clip:text;color:transparent}}.lcm-user-trigger{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:44px;min-height:44px;padding:1px;border-radius:999px;border-style:none;border-width:0;border-color:transparent;border-image:none;background:conic-gradient(from 0deg at 50% 50%,#6242ff,#9ebaff);color:var(--text)}.lcm-avatar{box-sizing:border-box;width:38px;height:38px;padding:3px;border-radius:999px;object-fit:cover;border:1px solid var(--border);background:var(--surface-soft);display:inline-flex;align-items:center;justify-content:center}.lcm-avatar-lg{width:64px;height:64px;padding:4px;font-size:1.15rem}.lcm-avatar-fallback{font-weight:700;color:var(--accent)}.lcm-theme-toggle{width:44px;height:44px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);display:inline-flex;align-items:center;justify-content:center}.lcm-user-menu{position:absolute;right:0;top:calc(100% + .35rem);z-index:40;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 24px #0e1e502e;min-width:14rem;display:grid;padding:.4rem;transform-origin:top right;animation:lcm-menu-in .18s ease-out}.lcm-user-menu-link{border:none;background:transparent;color:var(--text);text-align:left;width:100%;text-decoration:none;padding:.55rem .65rem;border-radius:8px;display:inline-flex;align-items:center;gap:.45rem}.lcm-user-menu-link:hover{background:var(--surface-soft)}.lcm-user-menu-danger{color:var(--danger)}.lcm-muted{color:var(--muted);font-size:.875rem}.lcm-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.lcm-btn{display:inline-flex;align-items:center;justify-content:center;gap:0;height:35px;padding:0 1rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.lcm-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #1b3a791f}.lcm-btn-primary{background:var(--accent);border-color:transparent;color:#fff;font-weight:600}.lcm-btn-ghost{background:transparent}.lcm-input,.lcm-select{min-height:44px;width:100%;max-width:100%;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--border);background:var(--surface-soft);color:var(--text)}.lcm-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.7' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center;background-size:.9rem .9rem}.lcm-select::-ms-expand{display:none}.lcm-card-form-split-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.75rem;width:100%;box-sizing:border-box}.lcm-card-form-split-field{display:grid;gap:.25rem;min-width:0}@media(max-width:32rem){.lcm-card-form-split-row{grid-template-columns:1fr}}.lcm-cards-filter-card{padding-top:.85rem;padding-bottom:.85rem}.lcm-cards-filter-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.6rem}.lcm-cards-filter-actions{display:inline-flex;align-items:center;gap:.5rem}.lcm-cards-filter-create{min-height:35px;height:35px}.lcm-cards-filter-toggle{display:none;min-height:35px;height:35px}.lcm-cards-filter-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:.5rem .65rem}.lcm-cards-filter-field{display:grid;gap:.3rem;min-width:0}.lcm-cards-filter-field .lcm-select,.lcm-cards-filter-field .lcm-input{min-width:0}.lcm-cards-filter-check{display:inline-flex;align-items:center;gap:.5rem;padding:.15rem .05rem;color:var(--text);font-size:.92rem}.lcm-cards-filter-check input[type=checkbox]{margin:0}.lcm-cards-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.lcm-cards-list .lcm-card{margin-bottom:0}.lcm-cards-list .lcm-card.lcm-cards-list-item{border-radius:22px;padding:10px 1.15rem}.lcm-cards-list .lcm-card.lcm-cards-list-item.lcm-card--with-actions{align-items:stretch;gap:0}.lcm-cards-list-item__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:0}.lcm-cards-list-item__title{font-size:22px;font-weight:600;margin-bottom:3px;color:transparent;background-image:linear-gradient(90deg,#323439 30%,#8c8c8c);-webkit-background-clip:text;background-clip:text;text-decoration:none;line-height:1.28}[data-theme=dark] .lcm-cards-list-item__title{background-image:linear-gradient(90deg,#f5f8ff 20%,#9ec0ff)}.lcm-cards-list-item__title:hover{text-decoration:underline}.lcm-cards-list-item__meta{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.4rem .65rem;margin-top:.42rem}.lcm-cards-list-item__meta-right{display:flex;flex-direction:column;gap:.1rem;min-width:0;font-size:.8rem;color:var(--muted);line-height:1.35}.lcm-cards-list-item__category{color:var(--muted)}.lcm-cards-list-item__family-line{display:block}.lcm-cards-list .lcm-badge.lcm-cards-list-item__status--dot{gap:.32rem}.lcm-cards-list .lcm-badge.lcm-cards-list-item__status--dot:before{content:"";width:.38rem;height:.38rem;border-radius:50%;background:currentColor;flex-shrink:0;opacity:.88}.lcm-cards-list-item__family-side{font-size:.82rem;color:var(--muted)}.lcm-cards-list-item__family-side:not(:empty){flex:0 1 auto;min-width:0;max-width:min(100%,24ch);text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lcm-cards-list-item__family-side:empty{flex:0 0 auto;width:0;max-width:0;overflow:hidden;padding:0;margin:0;border:0}.lcm-cards-list-item__avatars-wrap{display:flex;align-items:center;justify-content:flex-start;flex:1 1 auto;min-width:0;height:100%}.lcm-cards-list-item__avatars-wrap .lcm-avatar-stack{width:100%;height:100%;align-items:center;margin-right:5px}.lcm-cards-list-item__avatars-wrap .lcm-avatar.lcm-avatar--sm{box-sizing:border-box;width:25px;height:25px;padding:0;margin:0;line-height:25px}.lcm-cards-list-item__avatars-wrap .lcm-avatar.lcm-avatar--sm.lcm-avatar--co{margin-left:-6px}.lcm-cards-list-item__people--desktop-only{display:none}.lcm-cards-list-item__mobile-mid{display:none;align-items:flex-start;gap:.75rem;margin-top:3px}.lcm-cards-list-item__mobile-mid--avatars-only{justify-content:flex-end}.lcm-cards-list-item__mobile-mid--no-avatars{justify-content:flex-start}.lcm-cards-list-item__mobile-mid--no-avatars .lcm-cards-list-item__mobile-date-block{flex:1;text-align:left}.lcm-cards-list-item__mobile-date-block{min-width:0;flex:1}.lcm-cards-list-item__mobile-mid .lcm-cards-list-item__avatars-wrap{display:flex;justify-content:flex-end;flex:0 0 auto;width:auto;min-width:0}.lcm-cards-list-item__mobile-mid .lcm-cards-list-item__avatars-wrap .lcm-avatar-stack{width:auto;height:auto}.lcm-cards-list-item__mobile-mid:not(.lcm-cards-list-item__mobile-mid--no-avatars) .lcm-cards-list-item__mobile-date-block{flex:0 1 auto;text-align:left}.lcm-cards-list-item__mobile-date-block strong{display:block;font-size:1.05rem;font-weight:700;color:var(--text);line-height:1.25}.lcm-cards-list-item__deadline--desktop-only{display:none}.lcm-cards-list-item__deadline-left{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;color:var(--muted);min-width:0}.lcm-cards-list-item__deadline-left span{font-size:15px;font-weight:700}.lcm-cards-list-item__deadline-left .lcm-icon{width:1.02rem;height:1.02rem;flex-shrink:0;opacity:.88}.lcm-cards-list-item__deadline-left--inline{margin-left:auto;justify-content:flex-end}.lcm-cards-list-item__deadline-right{flex:1 1 auto;max-width:none;width:100%;min-width:0;text-align:right}.lcm-cards-list-item__remaining{font-size:.72rem;color:var(--muted);line-height:1.3}.lcm-cards-list-item__actions{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-shrink:0;padding-left:5px;padding-top:10px;margin-left:1rem;border-left:1px solid color-mix(in srgb,var(--border) 88%,transparent)}.lcm-cards-list .lcm-quick-actions--list-pill .lcm-quick-actions__buttons{display:flex;flex-direction:column;gap:0;width:6.6rem;margin-top:0}.lcm-cards-list .lcm-quick-actions--list-pill .lcm-quick-actions__buttons>.lcm-btn{border-radius:999px;width:100%;justify-content:center;font-weight:600;margin:5px}.lcm-cards-list .lcm-quick-actions--list-pill .lcm-btn-primary{background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 82%,#ffffff) 0%,var(--accent) 55%,#3b56f5 100%);color:#fff;border-color:transparent;box-shadow:0 4px 12px #2f6feb3d}.lcm-cards-list .lcm-quick-actions--list-pill .lcm-btn-primary:hover{filter:saturate(1.06);box-shadow:0 6px 16px #2f6feb4d}.lcm-cards-list .lcm-quick-actions--list-pill .lcm-btn:not(.lcm-btn-primary){background:var(--surface);color:var(--text);border-color:var(--border)}.lcm-cards-list .lcm-quick-actions--list-pill .lcm-postpone-picker{flex-basis:100%;width:100%;flex-direction:column;align-items:stretch}@media(min-width:721px){.lcm-cards-list-item--with-desktop-people .lcm-cards-list-item__family-line{display:none}.lcm-cards-list-item__people--desktop-only{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-top:9px;padding-top:.55rem;border-top:1px solid color-mix(in srgb,var(--border) 82%,transparent);min-height:1.55rem;min-width:0}.lcm-cards-list-item__deadline--desktop-only{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-top:.55rem;padding-top:.55rem;border-top:1px solid color-mix(in srgb,var(--border) 82%,transparent)}}@media(max-width:720px){.lcm-cards-list-item__family-line{display:none}.lcm-cards-list .lcm-cards-list-item__body{display:grid;grid-template-columns:auto minmax(0,1fr)}.lcm-cards-list .lcm-cards-list-item__title{grid-column:1 / -1;min-width:0}.lcm-cards-list .lcm-cards-list-item__meta{display:grid;grid-column:1 / -1;grid-template-columns:subgrid;align-items:flex-start;column-gap:.65rem;row-gap:.4rem}.lcm-cards-list .lcm-cards-list-item__mobile-mid{display:flex;grid-column:1 / -1;justify-content:flex-start;align-items:flex-start;gap:0 .65rem}.lcm-cards-list .lcm-cards-list-item__mobile-mid:not(.lcm-cards-list-item__mobile-mid--no-avatars):not(.lcm-cards-list-item__mobile-mid--avatars-only){justify-content:space-between}.lcm-cards-list .lcm-cards-list-item__mobile-mid--no-avatars>.lcm-cards-list-item__mobile-date-block{flex:unset;width:min(100%,max-content)}.lcm-cards-list-item__actions{width:100%;padding-left:0;margin-left:0;margin-top:5px;padding-top:10px;border-left:none;border-top:1px solid color-mix(in srgb,var(--border) 88%,transparent)}.lcm-cards-list .lcm-quick-actions--list-pill.lcm-quick-actions--stacked .lcm-quick-actions__buttons{flex-direction:row;width:100%}.lcm-cards-list .lcm-quick-actions--list-pill .lcm-quick-actions__buttons>.lcm-btn{flex:1;min-width:0}.lcm-cards-filter-grid{grid-template-columns:1fr}.lcm-cards-filter-top{align-items:stretch}.lcm-cards-filter-actions{width:100%}.lcm-cards-filter-toggle{display:inline-flex;align-items:center;justify-content:center;width:100%}.lcm-cards-filter-grid--collapsed,.lcm-cards-filter-create{display:none}.lcm-cards-list{grid-template-columns:1fr}}.lcm-shell{display:block}.lcm-sidebar-column,.lcm-sidebar{display:none}.lcm-sidebar a{text-decoration:none}.lcm-sidebar-menu span[data-active=true]{color:var(--accent);background:#2f6feb1f}.lcm-sidebar-menu span{display:block;color:var(--muted);padding:.6rem .75rem;border-radius:8px;display:inline-flex;align-items:center;gap:.45rem}.lcm-sidebar-status{display:grid;gap:.35rem}.lcm-sidebar-status__title{margin:0;padding:.05rem .1rem;font-size:.78rem;font-weight:700;letter-spacing:.02em;color:var(--muted);text-transform:uppercase}.lcm-sidebar-status__list{list-style:none;margin:0;padding:0;display:grid;gap:.2rem}.lcm-sidebar-status__row{display:grid;grid-template-columns:1fr auto;align-items:start;gap:.5rem;padding:.2rem .1rem}.lcm-sidebar-status__text{display:grid;gap:.14rem}.lcm-sidebar-status__label{color:var(--text);font-size:.84rem;line-height:1.15;transition:color .18s ease}.lcm-sidebar-status__description{color:color-mix(in srgb,var(--muted) 92%,transparent);font-size:.69rem;line-height:1.25}.lcm-sidebar-status__text-link{text-decoration:none;color:inherit;min-width:0;border-radius:.2rem}.lcm-sidebar-status__text-link:hover .lcm-sidebar-status__label{color:var(--accent);text-decoration:underline;text-underline-offset:.12em}.lcm-sidebar-status__text-link:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 65%,transparent);outline-offset:2px}.lcm-sidebar-status__count-link{min-width:1.5rem;text-align:center;text-decoration:none;font-weight:600;font-size:.74rem;color:var(--muted);border:1px solid color-mix(in srgb,var(--muted) 30%,var(--border));background:color-mix(in srgb,var(--muted) 8%,transparent);border-radius:999px;padding:.06rem .34rem;line-height:1.25}.lcm-sidebar-status__count-link:hover{color:var(--text);background:color-mix(in srgb,var(--muted) 14%,transparent)}.lcm-nav{position:fixed;left:0;right:0;bottom:0;width:100%;max-width:100vw;z-index:50;display:grid;grid-template-columns:1fr 1fr auto 1fr 1fr;align-items:center;justify-items:stretch;column-gap:.25rem;padding:.35rem .5rem calc(.35rem + var(--safe-bottom));background:color-mix(in srgb,var(--surface) 90%,transparent);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lcm-nav a{min-width:0;text-align:center;text-decoration:none;font-size:.8rem;padding:.45rem .25rem;border-radius:8px;color:var(--muted)}.lcm-nav a[data-active=true]{color:inherit}.lcm-nav a:not(.lcm-nav-fab-link) span[data-active=true]{color:var(--accent);background:#2f6feb1f;display:inline-block;min-width:100%;border-radius:8px}.lcm-nav-fab[data-active=true]{min-width:auto;border-radius:50%}.lcm-title{font-size:1.45rem;font-weight:700;margin:0 0 .9rem}.lcm-section-title{margin:0 0 .8rem;font-size:1.02rem;font-weight:700;letter-spacing:.01em;display:inline-flex;align-items:center;gap:.45rem}.lcm-icon{width:1rem;height:1rem;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.lcm-icon-danger{color:var(--danger)}.lcm-icon-accent{color:var(--accent)}.lcm-error{color:var(--danger);font-size:.9rem}.lcm-field-error{color:var(--danger);margin:.35rem 0 0;font-size:.82rem}.lcm-toast-stack{display:grid;gap:.45rem;margin-bottom:.7rem}.lcm-toast{border:1px solid var(--border);border-radius:10px;padding:.5rem .7rem;background:var(--surface-soft);color:var(--text);font-size:.86rem}.lcm-toast[data-type=success]{border-color:color-mix(in srgb,var(--accent) 35%,var(--border))}.lcm-toast[data-type=error]{border-color:color-mix(in srgb,var(--danger) 45%,var(--border));color:var(--danger)}.lcm-grid-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}@media(min-width:480px){.lcm-grid-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}.lcm-wizard-advanced-card{display:grid;gap:.7rem}.lcm-wizard-advanced-hint{margin:0}.lcm-wizard-advanced-grid{display:grid;gap:.65rem}.lcm-wizard-field{display:grid;gap:.35rem}.lcm-wizard-field-label{font-size:.82rem;font-weight:600}.lcm-wizard-field-notes .lcm-input{min-height:6.5rem;resize:vertical}.lcm-wizard-step{padding:.35rem .6rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-soft);color:var(--muted);font-size:.85rem}.lcm-wizard-step.lcm-step-active{border:2px solid var(--accent);background:var(--surface);color:var(--text)}.lcm-wizard-step.lcm-step-done{border-color:var(--accent);background:var(--accent);color:#fff}.lcm-wizard-template-grid .lcm-btn{width:100%;min-width:0;min-height:44px;height:auto;white-space:normal;text-align:center;line-height:1.25;padding:.5rem .65rem}.lcm-wizard-trigger-row{width:100%;gap:.5rem}.lcm-wizard-trigger-row .lcm-input,.lcm-wizard-trigger-row .lcm-select{min-width:0}.lcm-wizard-actions{gap:.5rem;margin-bottom:.2rem}.lcm-stat{text-align:center;padding:.5rem;border-radius:8px;background:var(--surface-soft);border:1px solid var(--border);transition:transform .15s ease}a.lcm-stat{display:block;text-decoration:none;color:inherit}a.lcm-stat:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.lcm-stat:hover{transform:translateY(-1px)}.lcm-stat strong{display:block;font-size:1.35rem}.lcm-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.1rem .45rem;font-size:.75rem;font-weight:600;margin-right:.25rem}.lcm-badge-active,.lcm-badge-completed{background:#16a34a2e;color:#0f8a3a}.lcm-badge-pending{background:#d9770629;color:#ba6d08}.lcm-badge-critical,.lcm-badge-overdue{background:#d33d5b2e;color:#c73556}.lcm-badge-paused,.lcm-badge-archived{background:#7180962e;color:var(--muted)}.lcm-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:10px}.lcm-table{width:100%;border-collapse:collapse;font-size:.86rem}.lcm-table th{text-align:left;background:var(--surface-soft);color:var(--muted);font-weight:600;padding:.58rem .6rem;border-bottom:1px solid var(--border)}.lcm-table td{padding:.58rem .6rem;border-bottom:1px solid var(--border)}.lcm-table tbody tr:last-child td{border-bottom:none}.lcm-table tbody tr:hover{background:color-mix(in srgb,var(--accent) 7%,var(--surface))}.lcm-kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.6rem;margin-bottom:.8rem}.lcm-kpi{background:var(--surface-soft);border:1px solid var(--border);border-radius:10px;padding:.65rem .75rem;display:grid;gap:.2rem}.lcm-kpi strong{font-size:1.1rem}.lcm-empty{border:1px dashed var(--border);border-radius:10px;padding:.85rem;display:grid;gap:.6rem;justify-items:start}.lcm-admin-nav{display:flex;flex-wrap:wrap;gap:.4rem;margin:0 0 .9rem}.lcm-admin-nav a{text-decoration:none}.lcm-admin-nav-item{display:inline-block;border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:999px;padding:.45rem .7rem;font-size:.85rem}.lcm-admin-nav-item[data-active=true]{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 40%,var(--border));background:color-mix(in srgb,var(--accent) 10%,var(--surface))}.lcm-priority-card{border-color:color-mix(in srgb,var(--accent) 32%,var(--border));background:var(--surface);box-shadow:0 4px 14px #0d23500f,0 0 0 1px color-mix(in srgb,var(--accent) 8%,transparent)}.lcm-priority-card .lcm-section-title{color:#182c35}.lcm-priority-card .lcm-section-title .lcm-icon-accent{color:#930ced}.lcm-priority-card .lcm-cards-list{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(5,1fr)}.lcm-priority-card .lcm-cards-list .lcm-card.lcm-cards-list-item{padding-left:12px;padding-right:12px;border-color:#d9dfec;background-color:var(--surface-soft)}.lcm-priority-card .lcm-cards-list .lcm-card.lcm-cards-list-item.lcm-cards-list-item--overdue{border-color:color-mix(in srgb,var(--danger) 34%,var(--border));border-left-width:3px;border-left-color:color-mix(in srgb,var(--danger) 72%,var(--border));background:linear-gradient(90deg,#6f52fc3d 4%,#eddae5)}.lcm-priority-card .lcm-cards-list .lcm-card.lcm-cards-list-item.lcm-cards-list-item--overdue .lcm-cards-list-item__actions{border-left-color:#2d3b5f73}@media(min-width:721px){.lcm-priority-card .lcm-cards-list .lcm-card.lcm-cards-list-item.lcm-cards-list-item--overdue .lcm-cards-list-item__people--desktop-only,.lcm-priority-card .lcm-cards-list .lcm-card.lcm-cards-list-item.lcm-cards-list-item--overdue .lcm-cards-list-item__deadline--desktop-only{border-top-color:#2d3b5f73}}[data-theme=dark] .lcm-priority-card .lcm-cards-list .lcm-card.lcm-cards-list-item.lcm-cards-list-item--overdue{border-color:color-mix(in srgb,var(--danger) 44%,var(--border));border-left-color:color-mix(in srgb,var(--danger) 80%,var(--border));background:linear-gradient(90deg,#6f52fc3d 4%,#eddae5)}[data-theme=dark] .lcm-priority-card .lcm-cards-list .lcm-card.lcm-cards-list-item.lcm-cards-list-item--overdue:hover{background:linear-gradient(90deg,#6f52fc47 4%,#eddae5)}[data-theme=dark] .lcm-priority-card .lcm-cards-list .lcm-card.lcm-cards-list-item{border-color:var(--border);background-color:var(--surface)}.lcm-priority-title{font-weight:700;display:inline-flex;align-items:center;gap:.45rem;margin-bottom:.6rem}.lcm-priority-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.lcm-priority-item{background:color-mix(in srgb,var(--surface) 82%,var(--danger));border:1px solid color-mix(in srgb,var(--danger) 32%,var(--border));border-radius:10px;padding:.55rem .6rem}a.lcm-priority-item{display:block;text-decoration:none;color:inherit}a.lcm-priority-item:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.lcm-priority-item strong{font-size:1.25rem;display:block;margin-top:.1rem;color:var(--danger)}.lcm-skeleton{position:relative;overflow:hidden;background:var(--surface-soft);border:1px solid var(--border);border-radius:10px}.lcm-skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);animation:lcm-shimmer 1.3s infinite}.lcm-skeleton-row{height:2.35rem;margin-bottom:.45rem}.lcm-skeleton-card{height:4.4rem}@keyframes lcm-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes lcm-menu-in{0%{opacity:0;transform:scale(.97) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes lcm-shimmer{to{transform:translate(100%)}}.lcm-today-grid{display:grid;gap:.9rem;align-items:start;min-width:0;width:100%;overflow-x:clip}.lcm-today-list{width:100%;max-height:min(42vh,17.5rem);overflow-y:auto;overscroll-behavior:contain;padding-right:.2rem}.lcm-attention-card{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.5rem;padding:.6rem .75rem;background:linear-gradient(160deg,color-mix(in srgb,var(--accent) 11%,var(--surface-soft)),color-mix(in srgb,var(--accent) 4%,var(--surface)));border:1px solid color-mix(in srgb,var(--accent) 22%,var(--border));border-radius:10px;animation:lcm-fade-in .18s ease-out}[data-theme=dark] .lcm-attention-card{background:linear-gradient(160deg,color-mix(in srgb,var(--accent) 8%,color-mix(in srgb,var(--bg) 40%,var(--surface))),color-mix(in srgb,var(--accent) 5%,color-mix(in srgb,var(--bg) 18%,var(--surface-soft))));border-color:color-mix(in srgb,var(--accent) 24%,var(--border))}.lcm-attention-card__info{flex:1 1 12rem;min-width:0}.lcm-attention-card__title{font-weight:600;text-decoration:none;color:var(--text);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lcm-attention-card__title:hover{color:var(--accent)}.lcm-attention-card__meta{font-size:.85rem;margin-top:.15rem}.lcm-attention-card__actions{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;flex-shrink:0;min-width:0}.lcm-attention-card__actions .lcm-btn{height:30px;min-height:30px}.lcm-postpone-picker{display:flex;flex-wrap:wrap;gap:.3rem}.lcm-week-card{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;padding:.45rem .65rem;background:var(--surface-soft);border:1px solid var(--border);border-radius:8px;text-decoration:none;color:inherit;transition:background .15s ease}.lcm-week-card:hover{background:color-mix(in srgb,var(--accent) 8%,var(--surface));border-color:var(--accent)}.lcm-week-card__title{font-weight:500;flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lcm-week-card__meta{font-size:.82rem;white-space:nowrap;flex-shrink:0}@media(max-width:899px){.lcm-week-card__meta-cat{display:none}}.lcm-action-bar{display:flex;flex-wrap:wrap;gap:.5rem}.lcm-action-bar__item{display:inline-flex;align-items:center;gap:6px}.lcm-quick-actions-card .lcm-action-bar{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;width:100%;gap:.5rem}.lcm-quick-actions-card .lcm-action-bar__item{width:100%;justify-content:center;box-sizing:border-box;min-height:35px;height:35px}.lcm-plan-fact-row{display:flex;gap:.45rem;align-items:baseline;flex-wrap:wrap;font-size:.9rem;padding:.35rem 0;border-bottom:1px solid var(--border);margin-bottom:.45rem}.lcm-btn-sm{padding:4px 10px;min-height:35px;font-size:.82rem;border-radius:6px}.lcm-btn-icon{padding:.35rem;min-width:35px;min-height:35px}.lcm-btn-icon .lcm-icon{width:1.15rem;height:1.15rem}.lcm-btn-icon-danger{border-color:color-mix(in srgb,var(--danger) 45%,var(--border));color:var(--danger)}.lcm-btn-icon-danger:hover{background:color-mix(in srgb,var(--danger) 8%,var(--surface))}.lcm-admin-types-filter-card{padding-top:.85rem;padding-bottom:.8rem}.lcm-admin-types-filter-top{display:flex;flex-wrap:wrap;gap:.6rem;align-items:flex-start;justify-content:space-between}.lcm-admin-types-filter-form{display:grid;grid-template-columns:minmax(9rem,10rem) minmax(11rem,14rem) minmax(13rem,1fr) auto;align-items:start;gap:.5rem;flex:1 1 38rem;min-width:min(100%,24rem)}.lcm-admin-types-filter-form .lcm-btn,.lcm-admin-types-filter-actions .lcm-btn{min-height:44px;height:44px;box-sizing:border-box}.lcm-admin-types-filter-form .lcm-select,.lcm-admin-types-filter-form .lcm-input{min-width:0}.lcm-admin-types-filter-enabled{max-width:10rem}.lcm-admin-types-filter-category{max-width:14rem}.lcm-admin-types-filter-query{max-width:none}.lcm-admin-types-filter-submit{padding-inline:.9rem}.lcm-admin-types-filter-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;align-items:center}.lcm-admin-types-filter-meta{margin-top:.6rem}.lcm-admin-policy-editor{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem}.lcm-admin-policy-editor__intro{margin:0;font-size:.9rem;line-height:1.45}.lcm-admin-policy-fieldgroup{margin:0;padding:.85rem 1rem;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft)}.lcm-admin-policy-fieldgroup__title{margin:0 0 .4rem;font-size:.95rem;font-weight:600;line-height:1.3;color:var(--text)}.lcm-admin-policy-fieldgroup__lead{margin:0 0 .75rem;font-size:.85rem;line-height:1.45;color:var(--muted)}.lcm-admin-policy-fieldgroup__body>*:last-child{margin-bottom:0}.lcm-admin-policy-fields-wrap{margin-top:.25rem}.lcm-admin-policy-fields-table .lcm-input{width:100%;max-width:12rem;min-width:6.5rem}.lcm-admin-policy-fields-table__select{width:100%;max-width:9.5rem;min-width:5.5rem}.lcm-admin-policy-fields-table__hint{font-size:.82rem;display:inline-block;max-width:16rem;line-height:1.35;vertical-align:middle}.lcm-admin-policy-fields-table__th-center,.lcm-admin-policy-fields-table__td-center{text-align:center;width:8.75rem;white-space:nowrap;vertical-align:middle}.lcm-admin-policy-fields-table__th-actions,.lcm-admin-policy-fields-table__td-actions{width:2.85rem;text-align:center;vertical-align:middle}.lcm-admin-card-template-form-meta{display:flex;flex-direction:column;gap:.65rem;margin-top:.5rem}.lcm-admin-card-template-form-row-code-cat{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;align-items:end}.lcm-admin-card-template-form-row-code-cat .lcm-input,.lcm-admin-card-template-form-row-code-cat .lcm-select,.lcm-admin-card-template-form-name .lcm-input,.lcm-admin-card-template-form-desc .lcm-input{width:100%;max-width:none}@media(max-width:560px){.lcm-admin-card-template-form-row-code-cat{grid-template-columns:1fr}}.lcm-admin-policy-advanced{margin:0;padding:.65rem .9rem;border:1px solid var(--border);border-radius:10px;background:color-mix(in srgb,var(--surface-soft) 55%,var(--surface))}.lcm-admin-policy-advanced__summary{cursor:pointer;font-weight:600;font-size:.95rem;line-height:1.35;list-style:none}.lcm-admin-policy-advanced__summary::-webkit-details-marker{display:none}.lcm-admin-policy-advanced__inner{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem;padding-top:.35rem;border-top:1px solid var(--border)}@media(max-width:940px){.lcm-admin-types-filter-form{grid-template-columns:minmax(9rem,1fr) minmax(11rem,1fr)}.lcm-admin-types-filter-query,.lcm-admin-types-filter-submit{grid-column:1 / -1}}@media(max-width:640px){.lcm-admin-types-filter-form{grid-template-columns:1fr}.lcm-admin-types-filter-actions{width:100%;justify-content:stretch}.lcm-admin-types-filter-actions .lcm-btn{flex:1 1 auto}.lcm-wizard-progress{margin-bottom:.7rem;padding-top:.85rem;padding-bottom:.85rem}.lcm-wizard-steps{display:grid;grid-template-columns:1fr;width:100%}.lcm-wizard-step{width:100%;text-align:left;font-size:.82rem}.lcm-wizard-template-grid{grid-template-columns:1fr}.lcm-wizard-trigger-row{display:grid;grid-template-columns:1fr}.lcm-wizard-trigger-row .lcm-input,.lcm-wizard-trigger-row .lcm-select{max-width:100%!important}.lcm-wizard-actions{display:grid;grid-template-columns:1fr;width:100%}.lcm-wizard-actions .lcm-btn{width:100%}}.lcm-admin-table-toggle{width:30px;min-width:30px;padding:.15rem 3px;font-size:.8rem;box-sizing:border-box}.lcm-admin-card-default-star-svg{display:block;width:1.15rem;height:1.15rem;flex-shrink:0;color:#b8860b;fill:currentColor}[data-theme=dark] .lcm-admin-card-default-star-svg{color:#e6c84a}.lcm-admin-card-empty-star{display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;flex-shrink:0;font-size:1.15rem;line-height:1}.lcm-empty-state{text-align:center}.lcm-empty-state__icon{font-size:2.5rem;margin-bottom:.25rem}.lcm-template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:.55rem;margin-top:.4rem}.lcm-template-card{display:flex;flex-direction:column;gap:.2rem;padding:.65rem .8rem;background:var(--surface-soft);border:1px solid var(--border);border-radius:10px;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease}.lcm-template-card:hover{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 6%,var(--surface))}.lcm-template-card__category{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.lcm-template-card__name{font-weight:600;font-size:.92rem}.lcm-template-card__desc{font-size:.8rem;line-height:1.35}.lcm-nav-fab-link{justify-self:center;display:flex;align-items:center;justify-content:center;padding-inline:0}.lcm-nav-fab{display:flex;align-items:center;justify-content:center;position:relative;top:-1rem;width:55px;height:55px;border-radius:50%;border:1px solid color-mix(in srgb,#ffffff 65%,var(--accent));background:radial-gradient(circle at 30% 25%,#ffffff47,#fff0 46%),linear-gradient(145deg,color-mix(in srgb,var(--accent) 82%,#ffffff) 0%,var(--accent) 55%,#3b56f5 100%);color:#fff;font-size:1.5rem;font-weight:500;box-shadow:0 10px 22px #2f6feb5c,0 2px 6px #101c3d38,inset 0 1px #ffffff57;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;line-height:1}.lcm-nav-fab:hover,.lcm-nav a:hover .lcm-nav-fab{transform:translateY(-1px) scale(1.08);filter:saturate(1.08);box-shadow:0 14px 24px #2f6feb70,0 4px 10px #101c3d3d,inset 0 1px #fff6}.lcm-nav-fab[data-active=true]{background:radial-gradient(circle at 30% 25%,#ffffff38,#fff0 44%),linear-gradient(145deg,color-mix(in srgb,var(--accent) 76%,#ffffff),color-mix(in srgb,var(--accent) 86%,#000))}@media(max-width:899px){.lcm-app{padding-top:0}.lcm-header{position:sticky;top:0;z-index:60;margin-bottom:.6rem;padding:.35rem 0;background:color-mix(in srgb,var(--bg) 86%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lcm-header-brand-line{display:grid;grid-template-columns:1fr;align-items:start;gap:.2rem}.lcm-header-brand-sep{display:none}.lcm-header-page-title{width:fit-content;max-width:100%;font-family:Shadows Into Light,cursive;font-size:12px;font-weight:600;line-height:1.2;height:15px;color:#9daac9;text-align:center;margin-left:-5px;margin-right:-5px;padding:0 .55rem .15rem;border:none;border-image:none;border-radius:999px;background:unset;background-color:var(--bg);background-image:none;background-clip:unset;-webkit-background-clip:unset}.lcm-nav{height:50px;padding:.12rem .35rem var(--safe-bottom);column-gap:.2rem;align-items:center}.lcm-nav a{display:flex;align-items:center;justify-content:center;font-size:.74rem;line-height:1;padding:0 .2rem}.lcm-nav-fab{top:-1rem;width:55px;height:55px;font-size:30px}.lcm-today-grid>*{min-width:0;width:100%}.lcm-priority-card{min-width:0;max-width:100%;overflow-x:clip}.lcm-attention-card__actions .lcm-btn{min-width:0;padding-inline:.75rem}}@media(min-width:900px){body{padding-bottom:0}.lcm-app{padding-top:0;padding-bottom:1rem}.lcm-header{position:sticky;top:0;z-index:60;margin-bottom:.75rem;padding:.5rem 0;background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lcm-shell{display:grid;grid-template-columns:200px minmax(0,1fr);gap:1rem;align-items:start}.lcm-sidebar-column{display:grid;gap:.7rem;position:sticky;top:3.5rem}.lcm-sidebar{display:grid;gap:.4rem;margin-top:0;margin-bottom:0;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:15px}.lcm-nav{display:none}.lcm-today-grid{grid-template-columns:1fr 1fr}.lcm-today-grid>:nth-child(-n+2){align-self:stretch}.lcm-today-grid .lcm-quick-actions-card{align-self:stretch;display:flex;flex-direction:column;min-height:0}}.lcm-payment-form{display:grid;gap:.6rem;padding:.85rem 1rem;margin-bottom:.75rem}.lcm-form-row{display:grid;grid-template-columns:7rem 1fr;gap:.5rem;align-items:start}@media(max-width:420px){.lcm-form-row{grid-template-columns:1fr}}.lcm-label{padding-top:.45rem;font-size:.88rem;color:var(--text-muted, #6b7280)}.lcm-payment-amount-currency{display:flex;flex-wrap:nowrap;gap:.5rem;align-items:stretch;width:100%;min-width:0}.lcm-payment-amount-currency>input.lcm-input{flex:1 1 auto;min-width:0}.lcm-payment-currency-select{flex:0 0 auto;min-width:7.25rem;max-width:11rem}.lcm-owner-inline{display:inline-flex;align-items:center;gap:.25rem;font-size:.8rem;color:var(--text-muted, #6b7280);margin-top:.15rem}.lcm-owner-inline svg{width:14px;height:14px;flex-shrink:0}.lcm-card-hero{border-radius:22px;padding:10px 1.15rem;margin-bottom:.9rem;position:relative;box-shadow:0 4px 14px #0d23500f,0 0 0 1px color-mix(in srgb,var(--accent) 8%,transparent)}.lcm-card-hero__title{margin:0 0 5px;line-height:1.28}.lcm-card-hero__meta{margin-bottom:.42rem}.lcm-card-hero__deadline{font-size:.86rem;color:var(--muted);margin-bottom:.5rem}.lcm-card-hero__deadline strong{color:var(--text)}.lcm-card-hero .lcm-cards-list-item__body{margin-bottom:10px}.lcm-card-hero .lcm-cards-list-item__meta-right{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.4rem .65rem}.lcm-card-hero__actions{position:absolute;top:.75rem;right:.75rem;padding-bottom:10px;margin-left:10px;margin-right:10px}.lcm-avatar-inline{display:inline-flex;align-items:center;gap:.4rem}.lcm-avatar-inline__name{font-size:.85rem;font-weight:600}.lcm-participant-card{display:flex;align-items:center;gap:.55rem;padding:.45rem .75rem;background:var(--surface-soft);border:1px solid var(--border);border-radius:10px}.lcm-participant-card__avatar-icon .lcm-icon{width:18px;height:18px}.lcm-participants-list{display:flex;flex-wrap:wrap;gap:.55rem}.lcm-card-section{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1rem 1.1rem;margin-bottom:.9rem;position:relative}.lcm-card-section__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.6rem;padding-right:13.5rem}.lcm-card-section .lcm-section-title{margin:0 0 .6rem}.lcm-card-section__header .lcm-section-title{margin:0}.lcm-card-section__actions-footer{margin-top:0;padding-top:0;border-top:0;display:flex;justify-content:flex-end;align-items:center;gap:.5rem;flex-wrap:wrap;position:absolute;top:.75rem;right:.75rem}.lcm-card-section__actions-stack{display:flex;flex-direction:column;gap:.5rem;justify-content:center;align-items:center;flex-wrap:nowrap}@media(max-width:720px){.lcm-card-section__header{flex-direction:column;align-items:stretch;justify-content:flex-start;padding-right:0}.lcm-card-section__header .lcm-section-title{align-self:flex-start}.lcm-card-section__header>.lcm-btn,.lcm-card-section__header>a.lcm-btn,.lcm-card-section__header>div{align-self:center}.lcm-card-section__header>div{justify-items:center!important}.lcm-card-section__actions-footer{position:static;margin-top:.9rem;padding-top:.75rem;border-top:1px solid var(--border);justify-content:flex-start}.lcm-card-section__actions-stack{flex-direction:row;justify-content:flex-start;align-items:flex-start}}.lcm-card-details{display:grid;grid-template-columns:auto 1fr;gap:.3rem .75rem;margin:0;font-size:.9rem}.lcm-card-details dt{color:var(--muted);font-weight:600;white-space:nowrap}.lcm-card-details dd{margin:0}.lcm-markdown-note>*:first-child{margin-top:0}.lcm-markdown-note>*:last-child{margin-bottom:0}.lcm-markdown-note p,.lcm-markdown-note ul,.lcm-markdown-note ol{margin:.2rem 0}.lcm-markdown-note a{word-break:break-word}.lcm-card-actions-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.9rem}.lcm-card-hero-layout{position:relative;margin-bottom:.9rem}.lcm-card-hero-layout .lcm-card-hero{margin-bottom:0;padding-right:10.5rem;min-height:157px}.lcm-card-actions-bar--hero .lcm-quick-actions--list-pill .lcm-quick-actions__buttons{display:flex;flex-direction:column;gap:0;width:6.6rem;margin-top:0}.lcm-card-actions-bar--hero .lcm-quick-actions--list-pill .lcm-quick-actions__buttons>.lcm-btn{border-radius:999px;width:100%;justify-content:center;font-weight:600;margin:5px}.lcm-card-actions-bar--hero .lcm-quick-actions--list-pill .lcm-btn-primary{background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 82%,#ffffff) 0%,var(--accent) 55%,#3b56f5 100%);color:#fff;border-color:transparent;box-shadow:0 4px 12px #2f6feb3d}.lcm-btn-hero-primary{border-radius:999px;font-weight:600;font-size:13.1px;background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 82%,#ffffff) 0%,var(--accent) 55%,#3b56f5 100%);color:#fff;border-color:transparent;box-shadow:0 4px 12px #2f6feb3d}.lcm-btn-hero-primary:hover{filter:saturate(1.06);box-shadow:0 6px 16px #2f6feb4d}.lcm-btn-hero-secondary{border-radius:999px;font-weight:600;background:var(--surface);color:var(--text);border-color:var(--border)}.lcm-card-actions-bar--hero .lcm-quick-actions--list-pill .lcm-btn:not(.lcm-btn-primary){background:var(--surface);color:var(--text);border-color:var(--border)}.lcm-quick-actions{display:inline-flex;flex-direction:column;gap:.3rem}.lcm-quick-actions__buttons{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.lcm-quick-actions--stacked .lcm-quick-actions__buttons{flex-direction:column;align-items:stretch}.lcm-card--with-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.lcm-card__main{flex:1;min-width:0}.lcm-badge-priority{background:var(--surface-soft);border:1px solid var(--border);color:var(--muted)}@media(max-width:720px){.lcm-card--with-actions{flex-direction:column;align-items:stretch}}@media(max-width:899px){.lcm-card-hero-layout{margin-bottom:1rem}.lcm-card-hero-layout .lcm-card-hero{padding-right:1.15rem;min-height:0;padding-bottom:4.15rem}.lcm-card-hero__actions{left:1rem;right:auto;bottom:0;top:auto;transform:none;margin:0;display:flex;justify-content:flex-start;align-items:center;width:calc(100% - 2rem);padding-top:.6rem;border-top:1px solid var(--border)}.lcm-card-hero__actions .lcm-quick-actions{width:auto;align-items:flex-start}.lcm-card-hero__actions .lcm-quick-actions--list-pill .lcm-quick-actions__buttons{flex-direction:row;width:auto;gap:.55rem;margin:0;align-items:center}.lcm-card-hero__actions .lcm-quick-actions--list-pill .lcm-quick-actions__buttons>.lcm-btn{width:auto;margin:0}.lcm-card-actions-bar{position:sticky;bottom:calc(50px + var(--safe-bottom));z-index:40;background:color-mix(in srgb,var(--surface) 95%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--border);border-radius:12px;padding:.5rem .75rem;box-shadow:0 -2px 12px #0d23501a}.lcm-card-actions-bar.lcm-card-actions-bar--hero{position:static;left:auto;bottom:auto;transform:none;z-index:auto;margin-bottom:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:0;border-radius:0;padding:0;box-shadow:none}}.lcm-confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lcm-confirm-dialog{width:100%;max-width:22rem;padding:1.15rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 12px 40px #0d23502e}.lcm-confirm-dialog__title{margin:0;font-size:1.05rem;font-weight:600}.lcm-avatar-stack{display:inline-flex;justify-content:flex-end;align-items:flex-end;gap:-4px}.lcm-avatar--sm{width:1.4rem;height:1.4rem;font-size:.7rem;line-height:1.4rem;border:2px solid var(--surface)}.lcm-avatar--co{margin-left:-6px;opacity:.85}.lcm-family-page{display:grid;gap:1rem}.lcm-family-hero{border:1px solid color-mix(in srgb,var(--accent) 26%,var(--border));border-radius:18px;padding:1rem;background:radial-gradient(170% 120% at 0% 0%,color-mix(in srgb,var(--accent) 9%,transparent),transparent 60%),color-mix(in srgb,var(--surface-soft) 88%,var(--surface) 12%);box-shadow:0 12px 30px #162c5614}.lcm-family-hero__title-wrap{display:grid;gap:.2rem}.lcm-family-hero__eyebrow{margin:0;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:600}.lcm-family-hero__title{margin:0;font-size:clamp(1.05rem,1.5vw,1.38rem);line-height:1.25}.lcm-family-hero__status{margin-top:.65rem;display:inline-flex;gap:.35rem;align-items:baseline;font-size:.92rem}.lcm-family-hero__status-label{color:var(--muted)}.lcm-family-kpi-grid{margin-top:.8rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.lcm-family-kpi{display:grid;gap:.2rem;border-radius:12px;border:1px solid var(--border);padding:.55rem .6rem;background:var(--surface)}.lcm-family-kpi .lcm-icon{width:1rem;height:1rem;color:color-mix(in srgb,var(--accent) 85%,var(--text))}.lcm-family-kpi__label{font-size:.72rem;color:var(--muted)}.lcm-family-kpi__value{font-size:1rem;line-height:1.1}.lcm-family-section-title{margin:0 0 .55rem;font-size:1rem}.lcm-family-members__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.lcm-family-member-card{border-radius:14px;border:1px solid var(--border);background:var(--surface);padding:.8rem;display:grid;gap:.58rem}.lcm-family-member-card__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-bottom:.45rem;border-bottom:1px solid color-mix(in srgb,var(--border) 88%,transparent)}.lcm-family-member-cell__role{margin-right:0;padding:.05rem .42rem;font-size:.68rem;text-transform:uppercase}.lcm-family-member-card__meta{margin:0;color:var(--muted);font-size:.84rem}.lcm-family-member-card__progress{height:.37rem;border-radius:999px;background:color-mix(in srgb,var(--border) 74%,transparent);overflow:hidden}.lcm-family-member-card__progress-bar{display:block;height:100%;background:linear-gradient(90deg,var(--accent),color-mix(in srgb,var(--accent) 70%,#52b788))}.lcm-family-member-card__chips{display:flex;flex-wrap:wrap;gap:.35rem}.lcm-family-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.6rem;padding:.12rem .45rem;border-radius:999px;font-size:.73rem;font-weight:600;line-height:1}.lcm-family-panels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.lcm-family-panel{border-radius:14px;border:1px solid var(--border);padding:.8rem;background:var(--surface)}.lcm-family-panel--warn{border-color:color-mix(in srgb,var(--danger) 45%,var(--border));background:color-mix(in srgb,var(--danger) 5%,var(--surface))}.lcm-family-panel__title{margin:0 0 .55rem;padding-bottom:.4rem;border-bottom:1px solid color-mix(in srgb,var(--border) 88%,transparent);font-size:.9rem}.lcm-family-panel__list{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}.lcm-family-panel__item{display:flex;justify-content:space-between;gap:.5rem;font-size:.84rem}.lcm-family-panel__item strong{font-variant-numeric:tabular-nums}.lcm-family-panel__item--muted{color:var(--muted)}@media(max-width:980px){.lcm-family-kpi-grid,.lcm-family-members__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lcm-family-panels{grid-template-columns:1fr}}@media(max-width:720px){.lcm-family-hero{padding:.8rem}.lcm-family-members__grid,.lcm-family-kpi-grid{grid-template-columns:1fr}}.lcm-badge-role-admin{background:var(--primary);color:#fff}.lcm-badge-role-member{background:var(--accent, #3b82f6);color:#fff}.lcm-badge-role-readonly{background:var(--muted-bg, #f1f5f9);color:var(--muted)}.lcm-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lcm-modal{width:100%;max-width:28rem;padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 16px 48px #0d235033}.lcm-modal__title{margin:0 0 1rem;font-size:1.1rem;font-weight:600}.lcm-modal__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.lcm-radio-group{display:flex;flex-direction:column;gap:.4rem;margin-top:.25rem}.lcm-radio-label{display:flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.9rem}.lcm-more-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:#00000059}.lcm-more-sheet{position:fixed;bottom:0;left:0;right:0;z-index:160;background:var(--surface);border-top:1px solid var(--border);border-radius:16px 16px 0 0;padding:.75rem 1rem calc(1rem + env(safe-area-inset-bottom));box-shadow:0 -8px 32px #0000001f;max-height:80dvh;overflow-y:auto}.lcm-more-sheet__handle{width:2.5rem;height:4px;background:var(--border);border-radius:2px;margin:0 auto .75rem}.lcm-more-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.8rem .5rem;border-bottom:1px solid var(--border);font-size:1rem;font-weight:500;color:var(--fg);text-decoration:none;background:none;border-left:none;border-right:none;border-top:none;cursor:pointer;text-align:left}.lcm-more-item:last-child{border-bottom:none}.lcm-more-item--btn{border:none;border-bottom:1px solid var(--border)}.lcm-more-item--danger{color:var(--danger, #ef4444)}.lcm-nav-more-btn{min-width:0;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1px;background:none;border:none;cursor:pointer;color:var(--muted);font-size:.7rem;padding:0}.lcm-nav-more-btn .lcm-icon{width:1.4rem;height:1.4rem;padding-top:6px}.lcm-settings-form{display:flex;flex-direction:column;gap:1rem;max-width:36rem}.lcm-settings-section{display:flex;flex-direction:column;gap:.75rem}.lcm-settings-section--muted{opacity:.75}.lcm-toggle-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem}.lcm-toggle-label input[type=checkbox]{width:1.1rem;height:1.1rem;accent-color:var(--primary)}.lcm-settings-hint{font-size:.8rem;margin-left:.25rem}.lcm-quiet-hours-row{display:flex;gap:.75rem;flex-wrap:wrap}.lcm-quiet-hours-row .lcm-form-group{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:7rem}.lcm-settings-more-toggle{display:none}@media(max-width:720px){.lcm-settings-more-toggle{display:flex}}.lcm-success{color:var(--success, #16a34a);font-size:.9rem;margin:0}.lcm-logbook-entry--compact{padding:.6rem .75rem}.lcm-logbook-entry--compact p{margin:.25rem 0;font-size:.9rem}.lcm-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;margin:auto;width:min(640px,96vw);max-height:90vh;background:var(--lcm-card-bg, #fff);border-radius:1rem;box-shadow:0 8px 40px #0000002e;display:flex;flex-direction:column;overflow:hidden}.lcm-dialog__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .75rem;border-bottom:1px solid var(--lcm-border, #e5e7eb)}.lcm-dialog__title{font-size:1.05rem;font-weight:600;margin:0}.lcm-dialog__body{padding:1.25rem;overflow-y:auto;flex:1}.lcm-dialog__footer{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.25rem}.lcm-automation-template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.lcm-automation-template-card{background:var(--lcm-surface-2, #f8f9fa);border:1.5px solid var(--lcm-border, #e5e7eb);border-radius:.75rem;padding:1rem;cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s;display:flex;flex-direction:column}.lcm-automation-template-card:hover{border-color:var(--lcm-primary, #3b82f6);box-shadow:0 2px 8px #3b82f61f}.lcm-automation-layout{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.lcm-automation-section{width:100%}.lcm-automation-tabs{display:flex;gap:.25rem;margin-bottom:1rem}.lcm-tab-btn{flex:1;padding:.5rem 1rem;border:1.5px solid var(--lcm-border, #e5e7eb);border-radius:.5rem;background:transparent;cursor:pointer;font-size:.9rem;color:var(--lcm-text, #111);transition:background .15s,border-color .15s}.lcm-tab-btn--active{background:var(--lcm-primary, #3b82f6);border-color:var(--lcm-primary, #3b82f6);color:#fff}.lcm-hide-mobile{display:table-cell}.lcm-hide-desktop{display:none}@media(max-width:720px){.lcm-automation-layout{grid-template-columns:1fr}.lcm-hide-mobile{display:none}.lcm-hide-desktop{display:flex}}
