:root{--lamilo-color-primary: #0f172a;--lamilo-color-secondary: #2563eb;--lamilo-color-accent: #1d4ed8;--lamilo-color-neutral: #f3f4f6;--lamilo-nav-bg: var(--lamilo-color-primary);--lamilo-nav-text: #ffffff;--lamilo-btn-main-bg: var(--lamilo-color-secondary);--lamilo-btn-main-text: #ffffff;--lamilo-btn-main-hover-bg: var(--lamilo-color-accent);--lamilo-btn-main-disabled-bg: var(--lamilo-color-neutral);--lamilo-dropdown-bg: #ffffff;--lamilo-dropdown-item-hover-bg: #e5edff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background:#fff;color:#0f172a}a{color:inherit}button,input,textarea{font-family:inherit}:root{line-height:1.5;color:#0f172a;background-color:#f3f4f6}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:#0f172a;background-color:#f3f4f6}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}#root{min-height:100vh;background-color:#f3f4f6}h1{font-size:2rem;font-weight:700;margin:0 0 .75rem}h2{font-size:1.5rem;font-weight:600;margin:1.5rem 0 .75rem}h3{font-size:1.125rem;font-weight:600;margin:1rem 0 .5rem}p{margin:0 0 .75rem;color:#4b5563}.page{width:100%;max-width:none;margin:0;padding:0 20px 24px;background:#fff}.card{background-color:#fff;border-radius:.75rem;box-shadow:0 10px 30px #0f172a14;padding:1.75rem 1.75rem 1.5rem;width:100%}.card+.card{margin-top:1.5rem}.card-title{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;color:#0f172a}.card-text{margin:0 0 .75rem;font-size:1rem;color:#1f2937}.card-text.muted{color:#4b5563}.form{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.form-field{display:flex;flex-direction:column;margin-bottom:1rem}.form-label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.35rem}.input{width:100%;border-radius:.5rem;border:1px solid #d1d5db;padding:.6rem .75rem;font-size:.95rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease;background-color:#fff}.input:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.form-hint{font-size:.875rem;color:#6b7280}.alert{border-radius:.75rem;padding:.75rem .9rem;font-size:.95rem;border:1px solid}.alert.error{color:#991b1b;background:#fef2f2;border-color:#fecdd3}.alert.success{color:#166534;background:#ecfdf3;border-color:#bbf7d0}.form-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;padding:.6rem 1.25rem;font-size:.95rem;font-weight:500;border:none;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,transform .05s ease}.button-primary{background-color:#2563eb;color:#fff;box-shadow:0 8px 20px #2563eb59}.button-primary:hover{background-color:#1d4ed8}.button-secondary{background-color:#e5e7eb;color:#111827}.button-ghost{background-color:#fff;color:#2563eb;border:1px solid #2563eb;box-shadow:none}.button-ghost:hover{background-color:#eff6ff}.button[disabled]{opacity:.55;cursor:default;box-shadow:none}.muted-text{font-size:.875rem;color:#6b7280}.page-title{font-size:28px;font-weight:700;margin:0 0 8px}.page-subtitle{color:#4b5563;font-size:15px;margin:0}.stack{display:flex;flex-direction:column;gap:1rem}.stack-lg{display:flex;flex-direction:column;gap:1.5rem}.center-text{text-align:center}.public-actions-row{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.75rem}.public-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.public-page-main{flex:1;display:flex;justify-content:center;align-items:flex-start;padding:2.5rem 1.5rem;background-color:#fff}.public-page-container{width:100%;max-width:960px;margin:0 auto}.public-page-footer{text-align:left;padding:1.5rem 1.5rem 2rem;font-size:.875rem;color:#6b7280;background-color:#fff}.public-page-footer a{color:inherit;text-decoration:underline}.public-page-footer-inner{width:100%;max-width:960px;margin:0 auto}.public-page-header{margin-bottom:1.5rem}.public-page-header-title{font-size:2rem;font-weight:700}.public-page-header-subtitle{margin-top:.35rem;font-size:1rem}.public-form{margin-top:1rem}.public-form .form-field{margin-bottom:0}.link-button{border:none;background:none;padding:0;margin:0;font:inherit;color:#2563eb;cursor:pointer;text-decoration:underline}.link-button:disabled{cursor:default;opacity:.6;text-decoration:none}@media(max-width:640px){.form-actions{flex-direction:column;align-items:stretch}.button{width:100%;text-align:center}}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:#fff}.app-shell-header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:56px;border-bottom:1px solid rgba(255,255,255,.12);background:var(--lamilo-nav-bg);color:var(--lamilo-nav-text);position:relative;z-index:20}.app-shell-header-left{display:flex;align-items:center;gap:20px}.app-shell-header-right{display:flex;align-items:center;gap:16px}.app-shell-header-tenant{display:flex;align-items:center;gap:10px}.app-shell-header-logo{max-height:36px;height:36px;width:auto;border-radius:0;object-fit:contain;display:block}.app-shell-header-logo-fallback{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;background:#ffffff1f;color:var(--lamilo-nav-text);width:32px;height:32px;border-radius:999px}.app-shell-header-tenant-text{display:flex;flex-direction:column;line-height:1.2;color:var(--lamilo-nav-text)}.app-shell-header-tenant-name{font-size:14px;font-weight:600;color:var(--lamilo-nav-text)}.app-shell-header-tenant-slug{font-size:12px;color:#ffffffbf}.app-shell-header-hamburger{display:none;flex-direction:column;gap:4px;padding:4px;border:none;background:transparent;cursor:pointer;color:var(--lamilo-nav-text)}.app-shell-header-hamburger span{width:18px;height:2px;border-radius:999px;background:var(--lamilo-nav-text)}.app-shell-nav{display:block}.app-shell-nav-list{display:flex;align-items:center;gap:10px;list-style:none;margin:0;padding:0}.app-shell-nav-item{position:relative;height:56px;border-bottom:2px solid transparent;box-sizing:border-box;transition:border-color .12s ease}.app-shell-nav-item-active{border-bottom-color:var(--lamilo-color-primary)}.app-shell-nav-button{display:inline-flex;align-items:center;justify-content:center;height:100%;padding:0 10px;font-size:14px;font-weight:500;line-height:1;color:var(--lamilo-nav-text);cursor:pointer;background:transparent;transition:font-weight .12s ease}.app-shell-nav-item:hover .app-shell-nav-button,.app-shell-nav-item-open .app-shell-nav-button,.app-shell-nav-item-active .app-shell-nav-button{font-weight:700;background:transparent}.app-shell-nav-submenu{position:absolute;top:calc(100% - 2px);left:0;margin-top:0;list-style:none;padding:8px;background:var(--lamilo-dropdown-bg);border-radius:12px;border:1px solid #e5e7eb;min-width:180px;box-shadow:0 18px 36px #0f172a29;display:none;z-index:30}.app-shell-nav-item:hover .app-shell-nav-submenu,.app-shell-nav-item-open .app-shell-nav-submenu,.app-shell-nav-submenu.app-shell-nav-submenu-open{display:block}.app-shell-nav-submenu-button{width:100%;padding:9px 12px;border:none;background:transparent;text-align:left;font-size:13px;color:var(--lamilo-color-primary);cursor:pointer;border-radius:8px}.app-shell-nav-submenu-button:hover,.app-shell-nav-submenu-button-active{background:var(--lamilo-dropdown-item-hover-bg);font-weight:700;color:var(--lamilo-color-primary)}.app-shell-user-menu-wrapper{position:relative}.app-shell-user-button{border:none;background:transparent;color:var(--lamilo-nav-text);font-size:14px;font-weight:500;padding:0 10px;height:56px;display:inline-flex;align-items:center;cursor:default}.app-shell-user-button-active,.app-shell-user-menu-wrapper:hover .app-shell-user-button{font-weight:700}.app-shell-user-name{white-space:nowrap}.app-shell-user-menu{position:absolute;right:0;top:calc(100% - 2px);margin-top:0;background:var(--lamilo-dropdown-bg);border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 18px 36px #0f172a2e;min-width:180px;padding:8px 0;z-index:40}.app-shell-user-menu-item{width:100%;padding:10px 14px;border:none;background:transparent;text-align:left;font-size:13px;color:#0f172a;cursor:pointer;border-radius:8px}.app-shell-user-menu-item:hover{background:var(--lamilo-dropdown-item-hover-bg);font-weight:700;color:var(--lamilo-color-primary)}.app-shell-main{flex:1;background:#fff}.app-shell-footer{border-top:1px solid rgba(255,255,255,.12);background:var(--lamilo-nav-bg);color:var(--lamilo-nav-text)}.app-shell-footer-inner{width:100%;max-width:none;margin:0;padding:10px 20px;display:flex;align-items:center;justify-content:flex-end;font-size:12px}.app-shell-footer-version{opacity:.9}.app-shell-mobile-overlay{position:fixed;inset:0;background:#0f172a80;z-index:30;display:flex;justify-content:flex-start}.app-shell-mobile-drawer{width:260px;max-width:80%;background:var(--lamilo-nav-bg);color:var(--lamilo-nav-text);display:flex;flex-direction:column;height:100%}.app-shell-mobile-header{padding:16px 16px 8px;border-bottom:1px solid #1f2937}.app-shell-mobile-content{padding:12px 16px 16px;overflow-y:auto}.app-shell-mobile-nav-list,.app-shell-mobile-subnav-list{list-style:none;margin:0;padding:0}.app-shell-mobile-nav-item{margin-bottom:2px}.app-shell-mobile-nav-button{width:100%;text-align:left;padding:8px 10px;border-radius:6px;border:none;background:transparent;color:var(--lamilo-nav-text);font-size:14px;cursor:pointer;font-weight:700}.app-shell-mobile-nav-button:hover{background:#ffffff14}.app-shell-mobile-subnav-list{margin-left:10px;margin-top:2px}.app-shell-mobile-subnav-item{margin-bottom:2px}.app-shell-mobile-subnav-button{width:100%;text-align:left;padding:6px 10px;border-radius:6px;border:none;background:transparent;font-size:13px;color:var(--lamilo-nav-text);cursor:pointer;font-weight:500}.app-shell-mobile-subnav-button:hover,.app-shell-mobile-subnav-button-active{background:#ffffff1f;font-weight:700}@media(max-width:768px){.app-shell-header-hamburger{display:flex}.app-shell-nav{display:none}.app-shell-header{height:52px}.page{padding:20px 16px 40px}}.lamilo-table-wrapper{width:100%;overflow-x:auto;border-radius:.75rem;background-color:#fff;border:1px solid rgba(15,23,42,.08)}.lamilo-table-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:.75rem .75rem .25rem}.lamilo-table-filterbar{display:flex;flex-wrap:wrap;gap:.75rem}.lamilo-filter{display:flex;flex-direction:column;gap:.2rem;font-size:.78rem}.lamilo-filter-label{font-weight:500;color:#374151}.lamilo-table{width:100%;border-collapse:collapse;font-size:.9rem}.lamilo-table thead tr{background-color:var(--lamilo-color-neutral, #f3f4f6)}.lamilo-table th,.lamilo-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid rgba(148,163,184,.35);white-space:nowrap}.lamilo-table th{font-weight:600;color:#0f172a;-webkit-user-select:none;user-select:none}.lamilo-table th.sortable{cursor:pointer}.lamilo-table tbody tr:hover{background-color:#94a3b814}.lamilo-table-filter-input,.lamilo-filter-input,.lamilo-filter-select{width:100%;max-width:160px;padding:.3rem .5rem;font-size:.8rem;border-radius:.4rem;border:1px solid rgba(148,163,184,.6);background-color:#fff}.lamilo-table-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem .75rem;font-size:.8rem}.lamilo-table-pagination-controls{display:flex;align-items:center;gap:.5rem}.lamilo-table-pagination button{border-radius:.4rem;border:1px solid rgba(148,163,184,.8);padding:.2rem .45rem;background-color:#fff;cursor:pointer}.lamilo-table-pagination button:disabled{opacity:.5;cursor:not-allowed}.lamilo-table-pagination select{padding:.2rem .4rem;border-radius:.4rem;border:1px solid rgba(148,163,184,.8)}.lamilo-table-export-button{border-radius:.5rem;border:1px solid rgba(148,163,184,.9);padding:.35rem .8rem;font-size:.8rem;font-weight:600;cursor:pointer;background-color:#fff;transition:background-color .12s ease,box-shadow .12s ease,transform .12s ease}.lamilo-table-export-button:hover{background-color:#94a3b814;box-shadow:0 2px 6px #0f172a1f;transform:translateY(-1px)}
