:root{--color-primary:#2563eb;--color-primary-hover:#1d4ed8;--color-primary-light:#eff6ff;--color-primary-glow:#2563eb14;--color-accent:#2563eb;--color-accent-hover:#1d4ed8;--color-teal:#0b6d65;--color-teal-hover:#09554e;--color-bg:#fff;--color-bg-soft:#f9fafb;--color-bg-muted:#f7fafc;--color-surface:#fff;--color-text:#1a202c;--color-text-muted:#4a5568;--color-heading:#1a365d;--color-border:#e2e8f0e6;--color-border-strong:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-lg:0 10px 15px -3px #0000000d, 0 4px 6px -2px #00000008;--shadow-xl:0 20px 25px -5px #0000000d, 0 10px 10px -5px #0000000a;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--transition-fast:all .15s ease;--transition-smooth:all .2s cubic-bezier(.4, 0, .2, 1);--font-sans:-apple-system, BlinkMacSystemFont, "Inter", system-ui, "Segoe UI", sans-serif;--max-width-wide:1400px;--space-unit:.25rem;--space-4:calc(var(--space-unit) * 4);--space-6:calc(var(--space-unit) * 6);--space-8:calc(var(--space-unit) * 8);--space-12:calc(var(--space-unit) * 12);--space-16:calc(var(--space-unit) * 16);--space-24:calc(var(--space-unit) * 24)}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);min-height:100vh;margin:0;line-height:1.6}h1,h2,h3,h4{font-family:var(--font-sans);color:var(--color-heading);letter-spacing:-.02em;font-weight:700}a{color:var(--color-primary);transition:var(--transition-smooth);text-decoration:none}a:hover{color:var(--color-primary-hover)}.container{width:100%;max-width:760px;padding-left:var(--space-6);padding-right:var(--space-6);margin:0 auto}.container--wide{max-width:var(--max-width-wide)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app,.app-shell,.app--with-sidebar{flex-direction:column;min-height:100vh;display:flex}.site-header{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background:#ffffffeb;padding:.55rem 1.5rem;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:.85rem;width:100%;min-height:3.25rem;display:flex;position:relative}.site-header__left{z-index:2;align-items:center;gap:.5rem;min-width:0;display:flex}@media (width<=720px){.site-app{margin-left:auto;position:static;transform:none}}.site-brand{justify-content:flex-start;align-items:center;gap:.6rem;min-width:0;max-width:min(40vw,24rem);display:flex;overflow:hidden}.tenant-logo{object-fit:contain;border-radius:8px;flex-shrink:0;max-width:7.5rem;max-height:2.6rem}.site-brand__tenant{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.82rem;font-weight:700;overflow:hidden}.site-app{flex-direction:column;align-items:center;gap:.05rem;min-width:0;line-height:1.2;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.site-app__name{letter-spacing:-.02em;color:var(--color-heading);white-space:nowrap;align-items:center;gap:.45rem;font-size:1.2rem;font-weight:700;text-decoration:none;display:inline-flex}.site-app__icon{flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.site-app__icon .app-icon{color:var(--color-primary)}.site-app__desc{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:60vw;margin:0;font-size:.76rem;overflow:hidden}.header-right{flex-shrink:0;align-items:center;gap:.45rem;display:flex}.header-portal-link{color:var(--color-primary);border-radius:var(--radius-md);transition:var(--transition-smooth);background:#2563eb14;border:1px solid #2563eb33;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex}.header-portal-link:hover{color:#1d4ed8;background:#2563eb26;border-color:#2563eb59;transform:translateY(-1px)}.sidebar-toggle{border-radius:var(--radius-md);cursor:pointer;width:40px;height:40px;color:var(--color-text-muted);transition:var(--transition-smooth);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar-toggle:hover{background:var(--color-bg-soft);color:var(--color-text)}.sidebar-toggle__icon{width:20px;height:2px;transition:var(--transition-smooth);background:currentColor;display:block;position:relative}.sidebar-toggle__icon:before,.sidebar-toggle__icon:after{content:"";width:100%;height:2px;transition:var(--transition-smooth);background:currentColor;position:absolute;left:0}.sidebar-toggle__icon:before{top:-6px}.sidebar-toggle__icon:after{top:6px}.sidebar-toggle__icon.open{background:0 0}.sidebar-toggle__icon.open:before{top:0;transform:rotate(45deg)}.sidebar-toggle__icon.open:after{top:0;transform:rotate(-45deg)}.layout-body{flex:1;min-height:0;display:flex;position:relative}.sidebar-backdrop{display:none}@media (width<=768px){.sidebar-backdrop{z-index:50;cursor:default;background:#0f172a80;border:none;display:block;position:fixed;inset:0}}.app-sidebar{border-right:1px solid var(--color-border);background:#fff;flex-direction:column;flex-shrink:0;width:240px;padding:1rem 0;display:flex;overflow-y:auto}@media (width<=768px){.app-sidebar{z-index:60;box-shadow:var(--shadow-xl);transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.app-sidebar.open{transform:translate(0)}}.sidebar-nav{flex-direction:column;gap:.25rem;padding:0 .75rem;display:flex}.sidebar-nav__link{color:var(--color-text-muted);border-radius:var(--radius-md);transition:var(--transition-smooth);align-items:center;gap:.75rem;padding:.65rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.sidebar-nav__link:hover{background:var(--color-bg-soft);color:var(--color-text)}.sidebar-nav__link.active{background:var(--color-primary-light);color:var(--color-primary);font-weight:600}.sidebar-nav__icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.sidebar-nav__label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.sidebar-nav__badge{background:var(--color-primary);color:#fff;text-align:center;border-radius:999px;min-width:1.25rem;padding:.15rem .45rem;font-size:.7rem;font-weight:700;line-height:1.3}.sidebar-nav__divider{background:var(--color-border);height:1px;margin:.5rem .25rem}.layout-main{flex-direction:column;flex:1;min-width:0;display:flex}.layout-main main{width:100%;max-width:var(--max-width-wide);flex:1;margin:0 auto;padding:1.5rem 2rem}.layout-main main:focus{outline:none}.link-button{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-smooth);border:none;align-items:center;gap:.35rem;padding:.4rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;line-height:1.4;text-decoration:none;display:inline-flex}.link-button:hover{background:var(--color-primary-hover);color:#fff}@media print{.site-header,.app-sidebar,.sidebar-backdrop,.site-footer{display:none!important}.layout-body{display:block!important}.layout-main main{padding:0!important}}:root{--color-border-soft:#e2e8f073;--color-surface-muted:#f8fafc;--color-text-subtle:#64748b;--color-primary-soft:#2563eb1a;--color-primary-ink:#1e3a8a;--color-success-bg:#ecfdf3;--color-success-ink:#15803d;--color-danger:#dc2626;--color-danger-hover:#b91c1c;--color-danger-bg:#fef2f2;--color-danger-border:#fecaca;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 10px 24px #0f172a0f;--shadow-lg:0 18px 40px #0f172a1a;--shadow-focus:0 0 0 2px #2563eb40;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--font-mono:ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace}html,body{text-rendering:optimizelegibility;background:radial-gradient(circle at top,#fef3c7 0%,#f9fafb 35%,#e0e7ff 70%,#f0fdfa 100%) fixed;padding:0}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-hover);text-decoration:underline}h1,h2,h3,h4{color:var(--color-heading);letter-spacing:0;margin-top:0;font-weight:700;line-height:1.25}p{color:var(--color-text-muted)}code{font-family:var(--font-mono);background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);padding:.05rem .35rem;font-size:.85em}.page{max-width:72rem;margin:0 auto;padding:5.5rem 1.25rem 3rem}.page-narrow{max-width:32rem}.page-medium{max-width:44rem}.card{border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fffffff5;padding:1.5rem}.card+.card{margin-top:1.25rem}.card-title{color:var(--color-heading);margin:0 0 1rem;font-size:1.15rem}.field{gap:.35rem;margin-bottom:.9rem;display:grid}.field label,label.field-label{color:var(--color-heading);font-size:.9rem;font-weight:500}.input,input[type=text].input,input[type=email].input,input[type=password].input,input[type=url].input{width:100%;font:inherit;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.5rem .75rem;transition:border-color .15s,box-shadow .15s}.input::placeholder{color:#94a3b8}.input:focus{border-color:var(--color-primary);box-shadow:var(--shadow-focus);outline:none}.checkbox{color:var(--color-text);cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:inline-flex}.checkbox input{accent-color:var(--color-primary);width:1rem;height:1rem}.button{color:#fff;font:inherit;border-radius:var(--radius-md);cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;justify-content:center;align-items:center;gap:.4rem;padding:10px 24px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 12px #2563eb59}.button:hover{color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 16px #2563eb73}.button:active{transform:translateY(0)}.button-subtle{background:var(--color-surface-muted);color:var(--color-primary);border:1px solid var(--color-border);box-shadow:none;padding:.45rem .9rem;font-size:.9rem;font-weight:500}.button-subtle:hover{border-color:var(--color-primary);color:var(--color-primary);box-shadow:none;background:#fff;transform:none}.button-danger{box-shadow:none;background:#b91c1c;border:1px solid #b91c1c;padding:.45rem .9rem;font-size:.9rem}.button-danger:hover{box-shadow:none;background:#991b1b;transform:none}.button-ghost{color:var(--color-text-muted);box-shadow:none;background:0 0;border:1px solid #0000;padding:.4rem .75rem;font-weight:500}.button-ghost:hover{background:var(--color-surface-muted);color:var(--color-primary);box-shadow:none;transform:none}.alert{border-radius:var(--radius-md);margin-bottom:1rem;padding:.75rem .95rem;font-size:.92rem}.alert-error{background:var(--color-danger-bg);border:1px solid var(--color-danger-border);color:var(--color-danger-hover)}.alert-info{color:var(--color-text);background:#eff6fff2;border:1px solid #bfdbfef2}.alert-info code{word-break:break-all;font-size:.82rem}.table{border-collapse:collapse;width:100%;font-size:.9375rem}.table th{text-align:left;color:var(--color-heading);background:#eff6ffe6;border-bottom:1px solid #bfdbfee6;padding:.7rem .75rem;font-weight:600}.table td{border-bottom:1px solid var(--color-border);vertical-align:top;padding:.75rem}.table tbody tr:nth-child(2n){background:#f8fafcb3}.table tbody tr:hover{background:#dbeafeb3}.table-wrap{border-radius:var(--radius-md);border:1px solid var(--color-border);background:#fff;overflow-x:auto}.table-wrap .table th:first-child{border-top-left-radius:var(--radius-md)}.table-wrap .table th:last-child{border-top-right-radius:var(--radius-md)}.muted{color:var(--color-text-muted)}.subtle{color:var(--color-text-subtle);font-size:.85rem}.stack{gap:.75rem;display:grid}.row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.auth-shell{justify-content:center;align-items:flex-start;min-height:calc(100vh - 4.5rem);padding:5.5rem 1rem 3rem;display:flex}.auth-card{border:1px solid var(--color-border);border-radius:var(--radius-xl);width:100%;max-width:26rem;box-shadow:var(--shadow-lg);background:#fffffffa;padding:2rem}.auth-card h1{margin:0 0 .25rem;font-size:1.5rem}.auth-card .lead{color:var(--color-text-muted);margin:0 0 1.25rem;font-size:.95rem}.auth-divider{border-top:1px solid var(--color-border);margin:1.75rem 0 1.25rem}.admin-hub-nav{border-radius:var(--radius-md);background:var(--color-surface-muted);border:1px solid var(--color-border);flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:1rem;padding:.35rem .5rem;display:flex}.hub-link{border-radius:var(--radius-sm);color:var(--color-primary);border:1px solid #0000;align-items:center;padding:.45rem .75rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.hub-link:hover{background:var(--color-surface);border-color:var(--color-border);text-decoration:none}.hub-link--current{color:var(--color-heading);background:var(--color-surface);border-color:var(--color-border);box-shadow:var(--shadow-sm);cursor:default}.brand-mark{color:#fff;letter-spacing:.03em;background:linear-gradient(145deg,#c2410c 0%,#ea580c 28%,#f59e0b 52%,#7c3aed 88%,#5b21b6 100%);border-radius:11px;justify-content:center;align-items:center;width:2.125rem;height:2.125rem;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 2px 6px #0f172a1a,0 4px 14px #5b21b633,inset 0 0 0 1px #ffffff38}.modal-overlay{z-index:1000;-webkit-overflow-scrolling:touch;background:#00000073;justify-content:center;align-items:flex-start;padding:max(1rem,3vmin);display:flex;position:fixed;inset:0;overflow-y:auto}.modal-box{background:var(--color-bg);border-radius:8px;width:100%;max-width:28rem;max-height:min(85vh,100dvh - 2rem);margin:max(1rem,5vh) auto 1.5rem;padding:1.25rem 1.5rem;overflow-y:auto;box-shadow:0 4px 24px #0003}.modal-title{margin:0 0 .5rem;font-size:1.125rem}.modal-message{color:var(--color-text);margin:0 0 1rem;font-size:.9375rem}.modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.modal-btn{cursor:pointer;border:1px solid var(--color-border);background:var(--color-bg-soft);color:var(--color-text);border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.9375rem;display:inline-flex}.modal-btn--primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.modal-btn--danger{color:#fff;background:#b91c1c;border-color:#b91c1c}.modal-btn--secondary:hover{background:var(--color-border)}.modal-btn--primary:hover,.modal-btn--danger:hover{opacity:.95}.modal-btn-icon{align-items:center;display:inline-flex}.modal-btn-icon svg{width:1.1rem;height:1.1rem}.link-button{font:inherit;color:var(--color-primary);cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:.8125rem}.actions-cell{white-space:nowrap}.actions-cell .link-button{margin:0 0 0 .25rem}.actions-cell .icon-button{align-items:center;gap:.25rem;display:inline-flex}.actions-cell .icon{text-align:center;width:1.15rem;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.actions-cell .icon svg{flex-shrink:0;width:1.15rem;height:1.15rem}.actions-cell .icon-details svg,.actions-cell .icon-save svg,.actions-cell .icon-edit svg,.actions-cell .icon-cancel svg,.actions-cell .icon-delete svg,.actions-cell .icon-mail svg{color:inherit}.actions-cell .link-button--danger,.actions-cell .link-button--danger .icon{color:var(--color-danger)}.actions-cell .link-button--danger:hover{text-decoration:underline}.actions-cell .link-button--highlight{color:var(--color-primary);font-weight:600}.app-launcher-dropdown.svelte-1paycst{vertical-align:middle;flex-shrink:0;align-items:center;margin-left:.125rem;margin-right:.5rem;display:inline-flex;position:relative}.app-launcher-trigger.svelte-1paycst{color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #cbd5e1;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;list-style:none;transition:all .18s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;box-shadow:0 1px 3px #0f172a14}.app-launcher-trigger.svelte-1paycst:hover{color:#2563eb;background:#f8fafc;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 2px 6px #2563eb26}.app-launcher-dropdown[open].svelte-1paycst>.app-launcher-trigger:where(.svelte-1paycst){color:#2563eb;background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.app-launcher-trigger.svelte-1paycst::-webkit-details-marker{display:none}.app-launcher-waffle-icon.svelte-1paycst{color:currentColor;width:21px;height:21px;transition:transform .18s}.app-launcher-waffle-icon.svelte-1paycst circle:where(.svelte-1paycst){fill:currentColor}.app-launcher-dropdown[open].svelte-1paycst>.app-launcher-trigger:where(.svelte-1paycst) .app-launcher-waffle-icon:where(.svelte-1paycst){transform:scale(1.05)}.app-launcher-trigger.svelte-1paycst:hover .app-launcher-waffle-icon:where(.svelte-1paycst){transform:scale(1.06)}.app-launcher-menu.svelte-1paycst{z-index:4000;transform-origin:0 0;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:12px;width:330px;max-width:calc(100vw - 24px);padding:16px;animation:.18s cubic-bezier(.16,1,.3,1) svelte-1paycst-appLauncherScaleIn;display:flex;position:fixed;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000000d,0 0 0 1px #00000005}@keyframes svelte-1paycst-appLauncherScaleIn{0%{opacity:0;transform:scale(.96)translateY(-6px)}to{opacity:1;transform:scale(1)translateY(0)}}.app-launcher-header.svelte-1paycst{border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;padding-bottom:10px;display:flex}.app-launcher-header-dot.svelte-1paycst{background:#3b82f6;border-radius:9999px;flex-shrink:0;width:7px;height:7px}.app-launcher-title.svelte-1paycst{color:#64748b;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:700;overflow:hidden}.app-launcher-grid.svelte-1paycst{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.app-launcher-tile.svelte-1paycst{color:#334155;background:#f8fafc;border:1px solid #0000;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:12px 6px 10px;text-decoration:none;transition:all .18s cubic-bezier(.16,1,.3,1);display:flex}.app-launcher-tile.svelte-1paycst:hover{color:#0f172a;background:#fff;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.app-launcher-tile-icon.svelte-1paycst{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:11px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:8px;transition:all .18s;display:flex;box-shadow:0 1px 2px #0000000a}.app-launcher-tile-icon--crm.svelte-1paycst{border-color:var(--color-primary-light);color:var(--color-primary);background:#eff6ff}.app-launcher-tile-icon--accountancy.svelte-1paycst,.app-launcher-tile-icon--financien.svelte-1paycst{color:#059669;background:#ecfdf5;border-color:#d1fae5}.app-launcher-tile-icon--planning.svelte-1paycst,.app-launcher-tile-icon--agenda.svelte-1paycst{color:#7c3aed;background:#f5f3ff;border-color:#ede9fe}.app-launcher-tile-icon--communication.svelte-1paycst{color:var(--color-primary);background:#f0f9ff;border-color:#e0f2fe}.app-launcher-tile-icon--knowledge-base.svelte-1paycst{color:#9333ea;background:#faf5ff;border-color:#f3e8ff}.app-launcher-tile-icon--nalatenschap.svelte-1paycst{color:#d97706;background:#fffbeb;border-color:#fef3c7}.app-launcher-tile-icon--vermietung.svelte-1paycst{color:#e11d48;background:#fff1f2;border-color:#ffe4e6}.app-launcher-tile-icon--sib-studio.svelte-1paycst{color:#2563eb;background:#eff6ff;border-color:#dbeafe}.app-launcher-tile.svelte-1paycst:hover .app-launcher-tile-icon:where(.svelte-1paycst){transform:scale(1.08);box-shadow:0 4px 8px #00000014}.app-launcher-tile-label.svelte-1paycst{text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;color:inherit;padding:0 2px;font-size:.78rem;font-weight:600;overflow:hidden}.app-shell.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.topbar.svelte-12qhfyh{z-index:50;font-family:var(--font-sans);font-feature-settings:"kern" 1, "liga" 1;-webkit-backdrop-filter:saturate(140%)blur(16px);background:linear-gradient(185deg,#ffffffdb 0%,#fcfbffd1 42%,#f8fafce6 100%);border-bottom:1px solid #e2e8f0a6;padding:.6rem 1rem;position:fixed;top:0;left:0;right:0;box-shadow:inset 0 1px #ffffffe6,0 12px 40px -8px #1e3a5f14}.topbar-inner.svelte-12qhfyh{justify-content:space-between;align-items:center;gap:1.25rem;width:100%;max-width:min(1180px,100%);margin:0 auto;display:flex}.topbar-start.svelte-12qhfyh{flex:auto;align-items:center;gap:.5rem;min-width:0;display:flex}.tenant-welcome.svelte-12qhfyh{border-left:none;min-width:0;margin-left:.35rem;padding:.12rem 0 .12rem 1rem;position:relative}.tenant-welcome.svelte-12qhfyh:before{content:"";opacity:.85;background:linear-gradient(#d9770673 0%,#7c3aed52 55%,#2563eb47 100%);border-radius:3px;width:3px;position:absolute;top:.2em;bottom:.2em;left:0}.tenant-welcome--no-separator.svelte-12qhfyh{margin-left:0;padding-left:0}.tenant-welcome--no-separator.svelte-12qhfyh:before{display:none}.tenant-heading.svelte-12qhfyh{letter-spacing:-.02em;flex-direction:column;align-items:flex-start;gap:.16rem;min-width:0;margin:0;font-size:clamp(.8rem,.9vw + .52rem,1rem);font-weight:500;line-height:1.35;display:flex}.tenant-heading-primary.svelte-12qhfyh{white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:100%;display:block;overflow:hidden}.tenant-org-name.svelte-12qhfyh{color:#152a45;letter-spacing:-.03em;font-size:1.2em;font-weight:700}.tenant-heading-action.svelte-12qhfyh{color:var(--color-text-muted);letter-spacing:.01em;flex-shrink:0;font-size:.84em;font-weight:500}.brand.svelte-12qhfyh{color:inherit;border-radius:12px;align-items:center;gap:.55rem;margin:-.22rem;padding:.22rem .5rem .22rem .22rem;text-decoration:none;transition:background .2s,box-shadow .2s;display:inline-flex}.brand.svelte-12qhfyh:hover{background:#ffffff8c;text-decoration:none;box-shadow:0 0 0 1px #e2e8f08c}.brand.svelte-12qhfyh:focus-visible{box-shadow:var(--shadow-focus);outline:none}.brand-text.svelte-12qhfyh{align-items:center;min-width:0;line-height:1.08;display:flex}.brand-name.svelte-12qhfyh{letter-spacing:-.03em;background:linear-gradient(118deg,#b45309 0%,#ea580c 22%,#f59e0b 48%,#9333ea 78%,#5b21b6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(.8rem,1vw + .52rem,1.05rem);font-weight:700}.session.svelte-12qhfyh{flex-shrink:0;align-items:center;gap:.85rem;display:flex}.session-guest.svelte-12qhfyh{justify-content:flex-end;align-items:center;width:100%;display:flex}.layout-content.svelte-12qhfyh{flex:auto;padding-top:5rem}.site-footer.svelte-12qhfyh{text-align:center;color:var(--color-text-subtle);border-top:1px solid var(--color-border-soft);margin-top:auto;padding:2rem 1rem;font-size:.85rem}.footer-deployed.svelte-12qhfyh{opacity:.8;margin-top:.5rem;font-size:.75rem}@media (width>=769px){.topbar-inner--tenant-login.svelte-12qhfyh{position:relative}.topbar-inner--tenant-login.svelte-12qhfyh .tenant-welcome:where(.svelte-12qhfyh){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media (width<=768px){.topbar-inner.svelte-12qhfyh{flex-direction:column;align-items:stretch;gap:.75rem}.topbar-start.svelte-12qhfyh{justify-content:space-between}.session.svelte-12qhfyh{border-top:1px solid var(--color-border-soft);justify-content:space-between;padding-top:.75rem}.layout-content.svelte-12qhfyh{padding-top:8rem}}
