.app-layout[data-v-6723656b]{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:#000}.topbar[data-v-6723656b]{height:calc(70px + env(safe-area-inset-top,0px));padding-top:env(safe-area-inset-top,0px);background:#1a1a1a;border-bottom:1px solid #333333;display:flex;align-items:center;justify-content:space-between;padding-left:2rem;padding-right:2rem;box-shadow:0 1px 3px #0000004d;z-index:1100;position:fixed;top:0;left:0;right:0}.topbar-left[data-v-6723656b]{display:flex;align-items:center;gap:1rem}.menu-toggle[data-v-6723656b]{display:none;background:none;border:none;cursor:pointer;padding:.5rem;font-size:1.5rem;color:#ffffffb3}.logo[data-v-6723656b]{font-size:1.5rem;font-weight:700;text-decoration:none;background:linear-gradient(135deg,#1e90ff,#4169e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.topbar-right[data-v-6723656b]{display:flex;align-items:center;gap:1rem}.notification-wrapper[data-v-6723656b]{position:relative}.notification-button[data-v-6723656b]{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#000;border:1px solid #333333;border-radius:10px;cursor:pointer;transition:all .2s ease;color:#ffffffb3;box-shadow:none}.notification-button[data-v-6723656b]:hover{background:#1a1a1a;border-color:#1e90ff;color:#1e90ff;box-shadow:0 2px 8px #1e90ff33}.notification-badge[data-v-6723656b]{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;background:#ef4444;color:#fff;border:2px solid #1A1A1A;border-radius:10px;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #ef44444d}.notifications-dropdown[data-v-6723656b]{position:absolute;top:calc(100% + 8px);right:0;width:360px;background:#1a1a1a;border:1px solid #333333;border-radius:12px;box-shadow:0 10px 40px #00000080;z-index:100;animation:dropdownSlide-6723656b .2s ease}@keyframes dropdownSlide-6723656b{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notifications-header[data-v-6723656b]{padding:1rem 1.25rem;border-bottom:1px solid #333333}.notifications-header h3[data-v-6723656b]{margin:0;font-size:1rem;font-weight:600;color:#fff}.notifications-content[data-v-6723656b]{max-height:400px;overflow-y:auto}.no-notifications[data-v-6723656b]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.no-notifications .empty-icon[data-v-6723656b]{color:#ffffff40;margin-bottom:1rem}.no-notifications p[data-v-6723656b]{color:#ffffff80;margin:0;font-size:.925rem}.user-menu[data-v-6723656b]{position:relative}.user-button[data-v-6723656b]{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#000;border:1px solid #333333;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:none}.user-button[data-v-6723656b]:hover{background:#1a1a1a;border-color:#1e90ff;box-shadow:0 2px 8px #1e90ff33}.user-avatar[data-v-6723656b]{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#1e90ff,#4169e1);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;box-shadow:0 2px 8px #1e90ff4d}.user-name[data-v-6723656b]{font-size:.925rem;font-weight:600;color:#fff}.dropdown-arrow[data-v-6723656b]{color:#fff6;transition:transform .2s ease}.user-button:hover .dropdown-arrow[data-v-6723656b]{transform:rotate(180deg)}.dropdown-menu[data-v-6723656b]{position:absolute;top:calc(100% + .75rem);right:0;background:#1a1a1a;border:1px solid #333333;border-radius:12px;box-shadow:0 10px 40px #00000080;min-width:200px;z-index:1000;animation:slideDown-6723656b .2s ease;overflow:visible}@keyframes slideDown-6723656b{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item[data-v-6723656b]{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;color:#ffffffb3;text-decoration:none;transition:all .15s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-size:.925rem;font-weight:500}.dropdown-item[data-v-6723656b]:first-child{border-radius:12px 12px 0 0}.dropdown-item[data-v-6723656b]:last-child{border-radius:0 0 12px 12px}.dropdown-item[data-v-6723656b]:hover{background:#222;color:#fff}.dropdown-item svg[data-v-6723656b]{flex-shrink:0}.dropdown-divider[data-v-6723656b]{height:1px;background:#333;margin:.25rem 0}.logout-item[data-v-6723656b]{color:#ef4444}.logout-item[data-v-6723656b]:hover{background:#ef44441a;color:#ef4444}.dropdown-overlay[data-v-6723656b],.sidebar-overlay[data-v-6723656b]{position:fixed;inset:0;z-index:1099;background:#0000001a;animation:fadeIn-6723656b .2s ease}@keyframes fadeIn-6723656b{0%{opacity:0}to{opacity:1}}.sidebar[data-v-6723656b]{position:fixed;top:calc(70px + env(safe-area-inset-top,0px));left:0;width:280px;height:calc(100vh - 70px - env(safe-area-inset-top,0px));background:#0a0a0a;border-right:1px solid #1A1A1A;color:#fff;overflow-y:auto;z-index:50;transition:transform .3s ease}.sidebar-nav[data-v-6723656b]{padding:1.5rem 1rem}.nav-item[data-v-6723656b]{display:flex;align-items:center;padding:.875rem 1rem;margin-bottom:.25rem;color:#fff9;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;border-radius:8px;font-weight:500;font-size:.95rem;position:relative}.nav-item[data-v-6723656b]:hover{background:#1e90ff14;color:#fff;transform:translate(4px)}.nav-item.active[data-v-6723656b]{background:linear-gradient(135deg,#1e90ff26,#4169e11a);color:#1e90ff;font-weight:600;box-shadow:0 0 0 1px #1e90ff40}.nav-item.active[data-v-6723656b]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:60%;background:linear-gradient(135deg,#1e90ff,#4169e1);border-radius:0 4px 4px 0}.nav-icon[data-v-6723656b]{margin-right:.75rem;flex-shrink:0}.main-content[data-v-6723656b]{margin-left:280px;margin-top:calc(70px + env(safe-area-inset-top,0px));padding:2rem;flex:1;overflow-y:auto;background:#000;min-height:calc(100vh - 70px - env(safe-area-inset-top,0px))}@media(max-width:768px){.topbar[data-v-6723656b]{padding-left:1rem;padding-right:1rem;height:calc(60px + env(safe-area-inset-top,0px))}.menu-toggle[data-v-6723656b]{display:block}.logo[data-v-6723656b]{font-size:1.25rem}.user-name[data-v-6723656b]{display:none}.user-button[data-v-6723656b]{padding:.4rem;gap:0}.user-avatar[data-v-6723656b]{width:32px;height:32px;font-size:.85rem}.notification-button[data-v-6723656b]{width:36px;height:36px}.notifications-dropdown[data-v-6723656b]{position:fixed;top:calc(60px + env(safe-area-inset-top,0px));left:0;right:0;width:100%;border-radius:0;max-height:calc(100vh - 60px - env(safe-area-inset-top,0px))}.dropdown-menu[data-v-6723656b]{position:fixed;top:calc(60px + env(safe-area-inset-top,0px));left:0;right:0;width:100%;border-radius:0}.sidebar[data-v-6723656b]{top:calc(60px + env(safe-area-inset-top,0px));height:calc(100vh - 60px - env(safe-area-inset-top,0px));width:280px;transform:translate(-100%)}.sidebar-mobile-open[data-v-6723656b]{transform:translate(0);z-index:1101}.main-content[data-v-6723656b]{margin-left:0;margin-top:calc(60px + env(safe-area-inset-top,0px));padding:1rem;min-height:calc(100vh - 60px - env(safe-area-inset-top,0px));background:#000}.topbar-right[data-v-6723656b]{gap:.5rem}}@media(max-width:375px){.topbar[data-v-6723656b]{padding:0 .75rem}.logo[data-v-6723656b]{font-size:1.1rem}.sidebar[data-v-6723656b]{width:100%}.topbar-right[data-v-6723656b]{gap:.25rem}.notification-button[data-v-6723656b]{width:32px;height:32px}.user-avatar[data-v-6723656b]{width:28px;height:28px;font-size:.75rem}}@media(min-width:769px)and (max-width:1024px){.sidebar[data-v-6723656b]{width:240px}.main-content[data-v-6723656b]{margin-left:240px}}.success-toast[data-v-6723656b]{position:fixed;top:80px;right:1.5rem;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#10b9811a;color:#16a34a;border-radius:8px;font-weight:600;font-size:.95rem;box-shadow:0 4px 12px #00000026;z-index:1000}.toast-enter-active[data-v-6723656b]{transition:all .3s ease}.toast-leave-active[data-v-6723656b]{transition:all .5s ease}.toast-enter-from[data-v-6723656b],.toast-leave-to[data-v-6723656b]{opacity:0;transform:translate(30px)}.login-container[data-v-7ccccfa9]{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#000}.login-card[data-v-7ccccfa9]{background:linear-gradient(135deg,#1a1a1a,#000);border:1px solid #333333;padding:2rem;border-radius:12px;box-shadow:0 8px 32px #00000080,0 0 0 1px #1e90ff14;width:100%;max-width:400px}h1[data-v-7ccccfa9]{margin-bottom:1.5rem;text-align:center;color:#fff;font-weight:700}.form-group[data-v-7ccccfa9]{margin-bottom:1rem}label[data-v-7ccccfa9]{display:block;margin-bottom:.5rem;color:#ffffffb3;font-weight:500}input[data-v-7ccccfa9]{width:100%;padding:.75rem;border:1px solid #333333;border-radius:6px;font-size:1rem;box-sizing:border-box;background:#1a1a1a;color:#fff;transition:border-color .2s ease}input[data-v-7ccccfa9]::placeholder{color:#ffffff4d}input[data-v-7ccccfa9]:focus{outline:none;border-color:#1e90ff;box-shadow:0 0 0 3px #1e90ff26}button[data-v-7ccccfa9]{width:100%;padding:.75rem;background:#1e90ff;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:1rem;transition:background .2s ease}button[data-v-7ccccfa9]:hover:not(:disabled){background:#4169e1}button[data-v-7ccccfa9]:disabled{opacity:.5;cursor:not-allowed}.error-message[data-v-7ccccfa9]{color:#e74c3c;margin-top:.5rem;font-size:.9rem}.signup-link[data-v-7ccccfa9]{text-align:center;margin-top:1.5rem;color:#fff9}.signup-link a[data-v-7ccccfa9]{color:#1e90ff;text-decoration:none;font-weight:500}.signup-link a[data-v-7ccccfa9]:hover{text-decoration:underline}@media(max-width:768px){.login-container[data-v-7ccccfa9]{padding:1rem}.login-card[data-v-7ccccfa9]{padding:1.5rem;max-width:100%}h1[data-v-7ccccfa9]{font-size:1.5rem;margin-bottom:1.25rem}input[data-v-7ccccfa9],button[data-v-7ccccfa9]{padding:.625rem;font-size:.9375rem}}@media(max-width:375px){.login-card[data-v-7ccccfa9]{padding:1.25rem}h1[data-v-7ccccfa9]{font-size:1.25rem}input[data-v-7ccccfa9],button[data-v-7ccccfa9],.signup-link[data-v-7ccccfa9]{font-size:.875rem}}.signup-container[data-v-ddae1b60]{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#000}.signup-card[data-v-ddae1b60]{background:linear-gradient(135deg,#1a1a1a,#000);border:1px solid #333333;padding:2rem;border-radius:12px;box-shadow:0 8px 32px #00000080,0 0 0 1px #1e90ff14;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;margin:1rem 0}h1[data-v-ddae1b60]{margin-bottom:1rem;text-align:center;color:#fff;font-weight:700}.step-indicator[data-v-ddae1b60]{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;padding:0 1rem}.step[data-v-ddae1b60]{display:flex;flex-direction:column;align-items:center;flex:1;max-width:150px}.step-number[data-v-ddae1b60]{width:40px;height:40px;border-radius:50%;background:#222;color:#fff6;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;margin-bottom:.5rem;transition:all .3s ease;border:1px solid #333333}.step.active .step-number[data-v-ddae1b60]{background:#1e90ff;color:#fff;border-color:#1e90ff;box-shadow:0 0 12px #1e90ff66}.step.completed .step-number[data-v-ddae1b60]{background:#10b981;color:#fff;border-color:#10b981}.step-label[data-v-ddae1b60]{font-size:.85rem;color:#fff6;font-weight:500;text-align:center}.step.active .step-label[data-v-ddae1b60]{color:#1e90ff;font-weight:600}.step.completed .step-label[data-v-ddae1b60]{color:#10b981}.step-divider[data-v-ddae1b60]{flex:1;height:2px;background:#333;margin:0 .5rem 1.5rem;max-width:50px}.billing-intro[data-v-ddae1b60]{text-align:center;color:#fff9;font-size:.95rem;margin-bottom:1.5rem;padding:.75rem;background:#1e90ff0f;border-radius:6px;border-left:3px solid #1E90FF}.section-header[data-v-ddae1b60]{font-size:1.1rem;font-weight:600;color:#1e90ff;margin:1.5rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #333333}.form-group[data-v-ddae1b60]{margin-bottom:1rem}.form-row[data-v-ddae1b60]{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}label[data-v-ddae1b60]{display:block;margin-bottom:.5rem;color:#ffffffb3;font-weight:500}input[data-v-ddae1b60]{width:100%;padding:.75rem;border:1px solid #333333;border-radius:6px;font-size:1rem;box-sizing:border-box;background:#1a1a1a;color:#fff;transition:border-color .2s ease}input[data-v-ddae1b60]::placeholder{color:#ffffff4d}input[data-v-ddae1b60]:focus{outline:none;border-color:#1e90ff;box-shadow:0 0 0 3px #1e90ff26}.button-row[data-v-ddae1b60]{display:flex;gap:1rem;margin-top:1rem}button[data-v-ddae1b60],.btn-primary[data-v-ddae1b60],.btn-secondary[data-v-ddae1b60]{padding:.75rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}button[data-v-ddae1b60],.btn-primary[data-v-ddae1b60]{flex:1;width:100%;background:#1e90ff;color:#fff;margin-top:1rem}.button-row .btn-primary[data-v-ddae1b60]{margin-top:0}button[data-v-ddae1b60]:hover:not(:disabled),.btn-primary[data-v-ddae1b60]:hover:not(:disabled){background:#4169e1}button[data-v-ddae1b60]:disabled,.btn-primary[data-v-ddae1b60]:disabled{opacity:.5;cursor:not-allowed}.btn-secondary[data-v-ddae1b60]{flex:1;background:#222;color:#ffffffb3;border:1px solid #333333}.btn-secondary[data-v-ddae1b60]:hover{background:#333;color:#fff}.error-message[data-v-ddae1b60]{color:#e74c3c;margin-top:.5rem;font-size:.9rem}.login-link[data-v-ddae1b60]{text-align:center;margin-top:1.5rem;color:#fff9}.login-link a[data-v-ddae1b60]{color:#1e90ff;text-decoration:none;font-weight:500}.login-link a[data-v-ddae1b60]:hover{text-decoration:underline}.agb-checkbox[data-v-ddae1b60]{display:flex;align-items:flex-start;gap:.5rem;margin:1.25rem 0 .5rem}.agb-checkbox input[type=checkbox][data-v-ddae1b60]{width:18px;height:18px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#1E90FF}.agb-checkbox label[data-v-ddae1b60]{font-size:.9rem;color:#ffffffb3;margin-bottom:0;cursor:pointer;font-weight:400}.agb-checkbox a[data-v-ddae1b60]{color:#1e90ff;text-decoration:none;font-weight:500}.agb-checkbox a[data-v-ddae1b60]:hover{text-decoration:underline}.dashboard[data-v-80fd65dc]{max-width:1400px;margin:0 auto}.dashboard-header[data-v-80fd65dc]{margin-bottom:2rem}.dashboard-header h1[data-v-80fd65dc]{color:#fff;margin:0 0 .5rem;font-size:2rem;font-weight:700}.dashboard-header p[data-v-80fd65dc]{color:#fff9;margin:0;font-size:1rem}.welcome-card[data-v-80fd65dc]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#1a1a1a;border:1px solid #333333;border-radius:16px;text-align:center}.welcome-icon[data-v-80fd65dc]{color:#1e90ff;margin-bottom:1.5rem}.welcome-card h2[data-v-80fd65dc]{color:#fff;margin:0 0 .75rem;font-size:1.75rem;font-weight:700}.welcome-card p[data-v-80fd65dc]{color:#fff9;margin:0;font-size:1rem}@media(max-width:768px){.dashboard-header h1[data-v-80fd65dc]{font-size:1.5rem}.welcome-card[data-v-80fd65dc]{padding:3rem 1.5rem}.welcome-card h2[data-v-80fd65dc]{font-size:1.35rem}}.profile-page[data-v-df458d37]{max-width:900px}h1[data-v-df458d37]{color:#fff;margin-top:0;margin-bottom:2rem;font-size:2rem;font-weight:700}.profile-card[data-v-df458d37]{background:#1a1a1a;border:1px solid #333333;border-radius:12px;overflow:hidden}.profile-header[data-v-df458d37]{padding:2rem;background:linear-gradient(135deg,#1e90ff,#4169e1);color:#fff;display:flex;align-items:center;gap:1.5rem}.profile-avatar-large[data-v-df458d37]{width:80px;height:80px;border-radius:16px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:2rem;box-shadow:0 4px 16px #0003}.profile-header-info h2[data-v-df458d37]{margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.profile-header-info .email[data-v-df458d37]{margin:0;opacity:.95;font-size:1rem}.profile-section[data-v-df458d37]{padding:2rem;border-bottom:1px solid #333333}.profile-section[data-v-df458d37]:last-child{border-bottom:none}.profile-section h3[data-v-df458d37]{margin:0 0 1.5rem;font-size:1.125rem;font-weight:600;color:#fff}.info-grid[data-v-df458d37]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item label[data-v-df458d37]{display:block;font-size:.75rem;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.info-item p[data-v-df458d37]{margin:0;font-size:1rem;color:#fff;font-weight:500}.user-type-display[data-v-df458d37],.user-tag-display[data-v-df458d37]{margin-top:.25rem}.user-type-badge[data-v-df458d37]{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600}.user-type-badge.hauptnutzer[data-v-df458d37]{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.user-type-badge.admin[data-v-df458d37]{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}.user-type-badge.monteur[data-v-df458d37]{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3}.user-tag-badge[data-v-df458d37]{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600}.user-tag-badge.meister[data-v-df458d37]{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.user-tag-badge.geselle[data-v-df458d37]{background:linear-gradient(135deg,#fce7f3,#fbcfe8);color:#9d174d}.user-tag-badge.azubi[data-v-df458d37]{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3}.no-tag[data-v-df458d37]{color:#ffffff73;font-size:.925rem}.section-header[data-v-df458d37]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h3[data-v-df458d37]{margin:0}.change-password-button[data-v-df458d37]{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#1e90ff,#4169e1);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #1e90ff4d}.change-password-button[data-v-df458d37]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1e90ff66}.password-change-form[data-v-df458d37]{display:flex;flex-direction:column;gap:1.5rem}.form-group[data-v-df458d37]{display:flex;flex-direction:column}.form-group label[data-v-df458d37]{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#fff}.password-input-wrapper[data-v-df458d37]{position:relative;display:flex;align-items:center}.password-input-wrapper input[data-v-df458d37]{width:100%;padding:.75rem 3rem .75rem 1rem;border:1px solid #333333;border-radius:8px;font-size:.925rem;color:#fff;transition:all .2s;box-sizing:border-box}.password-input-wrapper input[data-v-df458d37]:focus{outline:none;border-color:#1e90ff;box-shadow:0 0 0 3px #1e90ff1a}.password-input-wrapper input.error[data-v-df458d37]{border-color:#dc2626}.password-toggle[data-v-df458d37]{position:absolute;right:.75rem;background:none;border:none;color:#fff9;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.password-toggle[data-v-df458d37]:hover{color:#1e90ff;background:#111}.field-error[data-v-df458d37]{display:block;margin-top:.5rem;color:#dc2626;font-size:.875rem}.password-form-actions[data-v-df458d37]{display:flex;gap:1rem;margin-top:.5rem}.cancel-button[data-v-df458d37]{flex:1;padding:.75rem 1.5rem;background:#1a1a1a;color:#fff9;border:1px solid #333333;border-radius:8px;font-size:.925rem;font-weight:600;cursor:pointer;transition:all .2s}.cancel-button[data-v-df458d37]:hover{background:#111;border-color:#ffffff4d}.submit-button[data-v-df458d37]{flex:1;padding:.75rem 1.5rem;background:linear-gradient(135deg,#1e90ff,#4169e1);color:#fff;border:none;border-radius:8px;font-size:.925rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #1e90ff4d}.submit-button[data-v-df458d37]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #1e90ff66}.submit-button[data-v-df458d37]:disabled{opacity:.6;cursor:not-allowed}html[data-theme=light] .profile-card[data-v-df458d37]{background:#fff;border-color:#e2e8f0}html[data-theme=light] .profile-section[data-v-df458d37]{border-bottom-color:#e2e8f0}html[data-theme=light] .profile-section h3[data-v-df458d37]{color:#1e293b}html[data-theme=light] .info-item label[data-v-df458d37]{color:#64748b}html[data-theme=light] .info-item p[data-v-df458d37]{color:#1e293b}html[data-theme=light] .no-tag[data-v-df458d37]{color:#94a3b8}html[data-theme=light] .form-group label[data-v-df458d37]{color:#475569}html[data-theme=light] .password-input-wrapper input[data-v-df458d37]{background-color:#fff;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .password-toggle[data-v-df458d37]{color:#64748b}html[data-theme=light] .password-toggle[data-v-df458d37]:hover{background:#f1f5f9;color:#1e293b}html[data-theme=light] .cancel-button[data-v-df458d37]{background:#f1f5f9;border-color:#e2e8f0;color:#475569}html[data-theme=light] .cancel-button[data-v-df458d37]:hover{background:#e2e8f0}.administration-page[data-v-7cc3c986]{max-width:1200px;width:100%}h1[data-v-7cc3c986]{color:#fff;margin-top:0;margin-bottom:2rem;font-size:2rem;font-weight:700}.administration-card[data-v-7cc3c986]{background:#1a1a1a;border:1px solid #333333;border-radius:12px;overflow:hidden;margin-bottom:2rem}.admin-section[data-v-7cc3c986]{padding:2rem}.admin-section h3[data-v-7cc3c986]{margin:0 0 1.5rem;font-size:1.125rem;font-weight:600;color:#fff}.section-header[data-v-7cc3c986]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h3[data-v-7cc3c986]{margin:0}.refresh-button[data-v-7cc3c986]{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#1a1a1a;border:1px solid #333333;border-radius:8px;color:#fff9;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.refresh-button[data-v-7cc3c986]:hover{background:#111;border-color:#1e90ff;color:#1e90ff}.loading-state[data-v-7cc3c986]{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}.spinner[data-v-7cc3c986]{border:3px solid #f3f3f3;border-top:3px solid #1E90FF;border-radius:50%;width:40px;height:40px;animation:spin-7cc3c986 1s linear infinite}@keyframes spin-7cc3c986{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-state p[data-v-7cc3c986]{color:#fff9;font-size:.875rem}.error-state[data-v-7cc3c986]{text-align:center;padding:2rem}.error-message[data-v-7cc3c986]{color:#dc2626;margin-bottom:1.5rem;padding:1rem;background:#ef44441a;border-radius:8px;border:1px solid #fecaca}.subscription-details[data-v-7cc3c986]{display:flex;flex-direction:column;gap:1.5rem}.subscription-status[data-v-7cc3c986]{display:flex;justify-content:flex-start}.status-badge[data-v-7cc3c986]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600}.status-badge.active[data-v-7cc3c986],.status-badge.trialing[data-v-7cc3c986]{background:#10b9811a;color:#16a34a}.status-badge.canceled[data-v-7cc3c986],.status-badge.cancelled[data-v-7cc3c986]{background:#fee2e2;color:#dc2626}.subscription-info[data-v-7cc3c986]{display:flex;flex-direction:column;gap:1.25rem}.info-row[data-v-7cc3c986]{display:flex;flex-direction:column;gap:.5rem}.info-label[data-v-7cc3c986]{display:flex;align-items:center;gap:.5rem;color:#fff9;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.info-label svg[data-v-7cc3c986]{color:#1e90ff}.info-row p[data-v-7cc3c986]{margin:0;color:#fff;font-size:1rem;font-weight:500}.modules-list[data-v-7cc3c986]{display:flex;flex-wrap:wrap;gap:.5rem}.module-tag[data-v-7cc3c986]{display:inline-flex;align-items:center;gap:.4rem;padding:.375rem .5rem .375rem .75rem;background:linear-gradient(135deg,#1e90ff1a,#4169e11a);color:#1e90ff;border:1px solid rgba(30,144,255,.2);border-radius:6px;font-size:.875rem;font-weight:500}.module-remove-btn[data-v-7cc3c986]{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:#1e90ff80;cursor:pointer;padding:.1rem;border-radius:3px;line-height:1;transition:color .15s,background .15s}.module-remove-btn[data-v-7cc3c986]:hover:not(:disabled){color:#ef4444;background:#ef44441a}.module-remove-btn[data-v-7cc3c986]:disabled{opacity:.4;cursor:not-allowed}.no-modules-text[data-v-7cc3c986]{color:#ffffff73;font-size:.875rem;font-style:italic}.warning-banner[data-v-7cc3c986]{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;margin-top:.5rem}.warning-banner svg[data-v-7cc3c986]{color:#f59e0b;flex-shrink:0;margin-top:.125rem}.warning-banner strong[data-v-7cc3c986]{display:block;color:#92400e;margin-bottom:.25rem;font-size:.875rem}.warning-banner p[data-v-7cc3c986]{margin:0;color:#78350f;font-size:.875rem;font-weight:400}.subscription-actions[data-v-7cc3c986]{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.action-button[data-v-7cc3c986]{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid;border-radius:8px;font-size:.925rem;font-weight:600;cursor:pointer;transition:all .2s}.action-button.primary[data-v-7cc3c986]{background:linear-gradient(135deg,#1e90ff,#4169e1);color:#fff;border-color:transparent}.action-button.primary[data-v-7cc3c986]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1e90ff4d}.action-button.secondary[data-v-7cc3c986]{background:#1a1a1a;color:#1e90ff;border-color:#1e90ff}.action-button.secondary[data-v-7cc3c986]:hover{background:#111}.action-button.danger[data-v-7cc3c986]{background:#1a1a1a;color:#dc2626;border-color:#fecaca}.action-button.danger[data-v-7cc3c986]:hover{background:#ef44441a;border-color:#dc2626}.action-button[data-v-7cc3c986]:disabled{opacity:.5;cursor:not-allowed}.no-subscription[data-v-7cc3c986]{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;text-align:center}.empty-icon[data-v-7cc3c986]{color:#ffffff4d}.no-subscription h4[data-v-7cc3c986]{margin:0;color:#fff;font-size:1.25rem;font-weight:600}.no-subscription p[data-v-7cc3c986]{margin:0;color:#fff9;font-size:.875rem}.header-buttons[data-v-7cc3c986]{display:flex;gap:.75rem;flex-wrap:wrap}.add-button[data-v-7cc3c986]{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#1e90ff,#4169e1);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #1e90ff4d}.add-button[data-v-7cc3c986]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1e90ff66}.expand-button[data-v-7cc3c986]{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#1a1a1a;color:#1e90ff;border:2px solid #1E90FF;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.expand-button[data-v-7cc3c986]:hover{background:#111;transform:translateY(-1px);box-shadow:0 2px 8px #1e90ff33}.user-limits-info[data-v-7cc3c986]{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.limit-badge[data-v-7cc3c986]{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#111;border:1px solid #333333;border-radius:8px;font-size:.875rem;font-weight:500;color:#fff9}.limit-badge svg[data-v-7cc3c986]{color:#1e90ff}.empty-state[data-v-7cc3c986]{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;text-align:center}.empty-state h4[data-v-7cc3c986]{margin:0;color:#fff;font-size:1.25rem;font-weight:600}.empty-state p[data-v-7cc3c986]{margin:0;color:#fff9;font-size:.875rem}.users-table-container[data-v-7cc3c986]{background:#1a1a1a;border:1px solid #333333;border-radius:12px;overflow-x:auto}.users-table[data-v-7cc3c986]{width:100%;min-width:800px;border-collapse:collapse}.users-table thead[data-v-7cc3c986]{background:#111;border-bottom:1px solid #333333}.users-table th[data-v-7cc3c986]{padding:1rem 1.5rem;text-align:left;font-size:.75rem;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.users-table td[data-v-7cc3c986]{padding:1rem 1.5rem;border-bottom:1px solid #333333;color:#fff;font-size:.925rem}.users-table tbody tr:last-child td[data-v-7cc3c986]{border-bottom:none}.users-table tbody tr[data-v-7cc3c986]:hover{background:#111}.user-name[data-v-7cc3c986]{display:flex;align-items:center;gap:.75rem}.user-avatar[data-v-7cc3c986]{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#1e90ff,#4169e1);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.user-type-badge[data-v-7cc3c986]{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500}.user-type-badge.hauptnutzer[data-v-7cc3c986]{background:#1e90ff1a;color:#1e90ff;border:1px solid rgba(30,144,255,.2)}.user-type-badge.admin[data-v-7cc3c986]{background:#f59e0b1a;color:#f59e0b;border:1px solid rgba(245,158,11,.2)}.user-type-badge.monteur[data-v-7cc3c986]{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.2)}.actions-column[data-v-7cc3c986]{width:120px}.action-buttons[data-v-7cc3c986]{display:flex;gap:.5rem}.icon-button[data-v-7cc3c986]{padding:.5rem;border:1px solid #333333;border-radius:6px;background:#1a1a1a;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.icon-button.edit[data-v-7cc3c986]{color:#1e90ff}.icon-button.edit[data-v-7cc3c986]:hover{background:#111;border-color:#1e90ff}.icon-button.delete[data-v-7cc3c986]{color:#dc2626}.icon-button.delete[data-v-7cc3c986]:hover{background:#ef44441a;border-color:#dc2626}.modal-overlay[data-v-7cc3c986]{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn-7cc3c986 .2s ease}@keyframes fadeIn-7cc3c986{0%{opacity:0}to{opacity:1}}.modal[data-v-7cc3c986]{background:#1a1a1a;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp-7cc3c986 .3s ease}@keyframes slideUp-7cc3c986{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header[data-v-7cc3c986]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #333333}.modal-header h2[data-v-7cc3c986]{margin:0;font-size:1.5rem;font-weight:700;color:#fff}.close-button[data-v-7cc3c986]{background:none;border:none;color:#fff9;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.close-button[data-v-7cc3c986]:hover{background:#111;color:#fff}.modal-form[data-v-7cc3c986]{padding:2rem}.form-row[data-v-7cc3c986]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group[data-v-7cc3c986]{margin-bottom:1.5rem}.form-group label[data-v-7cc3c986]{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#fff}.checkbox-label[data-v-7cc3c986]{display:flex;align-items:center;gap:.625rem;cursor:pointer;font-weight:500;margin-bottom:.375rem}.checkbox-input[data-v-7cc3c986]{width:16px;height:16px;accent-color:#1E90FF;cursor:pointer;flex-shrink:0}.field-hint[data-v-7cc3c986]{font-size:.775rem;color:#fff6;margin:0;line-height:1.4}.form-group input[data-v-7cc3c986]{width:100%;padding:.75rem 1rem;border:1px solid #333333;border-radius:8px;font-size:.925rem;color:#fff;background:#1a1a1a;transition:all .2s;box-sizing:border-box}.form-group input[data-v-7cc3c986]:focus{outline:none;border-color:#1e90ff;box-shadow:0 0 0 3px #1e90ff1a}.form-group input.error[data-v-7cc3c986]{border-color:#dc2626}.user-tag-select[data-v-7cc3c986]{width:100%;padding:.75rem 1rem;border:1px solid #333333;border-radius:8px;font-size:.925rem;color:#fff;transition:all .2s;box-sizing:border-box;background-color:#1a1a1a;cursor:pointer}.user-tag-select[data-v-7cc3c986]:focus{outline:none;border-color:#1e90ff;box-shadow:0 0 0 3px #1e90ff1a}.field-error[data-v-7cc3c986]{display:block;margin-top:.5rem;color:#dc2626;font-size:.875rem}.user-type-options[data-v-7cc3c986]{display:flex;flex-direction:column;gap:.75rem}.radio-option[data-v-7cc3c986]{display:flex;align-items:center;padding:1rem;border:2px solid #333333;border-radius:8px;cursor:pointer;transition:all .2s}.radio-option[data-v-7cc3c986]:hover:not(.disabled){border-color:#1e90ff;background:#111}.radio-option.disabled[data-v-7cc3c986]{opacity:.5;cursor:not-allowed;background:#111}.radio-option input[type=radio][data-v-7cc3c986]{margin-right:1rem;accent-color:#1E90FF;width:20px;height:20px;cursor:pointer}.radio-option.disabled input[type=radio][data-v-7cc3c986]{cursor:not-allowed}.radio-content[data-v-7cc3c986]{display:flex;align-items:center;gap:.75rem;flex:1}.radio-content svg[data-v-7cc3c986]{color:#1e90ff;flex-shrink:0}.radio-title[data-v-7cc3c986]{font-weight:600;color:#fff;margin-bottom:.25rem}.radio-description[data-v-7cc3c986]{font-size:.875rem;color:#fff9}.modal-actions[data-v-7cc3c986]{display:flex;gap:1rem;margin-top:2rem}.cancel-button[data-v-7cc3c986]{flex:1;padding:.75rem 1.5rem;background:#1a1a1a;color:#fff9;border:1px solid #333333;border-radius:8px;font-size:.925rem;font-weight:600;cursor:pointer;transition:all .2s}.cancel-button[data-v-7cc3c986]:hover{background:#111;border-color:#ffffff4d}.submit-button[data-v-7cc3c986]{flex:1;padding:.75rem 1.5rem;background:linear-gradient(135deg,#1e90ff,#4169e1);color:#fff;border:none;border-radius:8px;font-size:.925rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #1e90ff4d}.submit-button[data-v-7cc3c986]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1e90ff66}@media(min-width:640px){.subscription-actions[data-v-7cc3c986]{flex-direction:row}}.gmail-settings[data-v-7cc3c986]{margin-top:1.5rem}.connection-status[data-v-7cc3c986]{padding:2rem;border-radius:12px;border:2px solid}.connection-status.connected[data-v-7cc3c986]{background:#f0fdf4;border-color:#86efac}.connection-status.disconnected[data-v-7cc3c986]{background:#ef44441a;border-color:#fecaca}.status-header[data-v-7cc3c986]{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.status-header .status-icon[data-v-7cc3c986]{flex-shrink:0}.connected .status-icon[data-v-7cc3c986]{color:#16a34a}.disconnected .status-icon[data-v-7cc3c986]{color:#dc2626}.status-header h4[data-v-7cc3c986]{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#fff}.status-header p[data-v-7cc3c986]{margin:0;color:#fff9;font-size:.9375rem}.gmail-email[data-v-7cc3c986]{color:#1e90ff;font-weight:500}.connection-info[data-v-7cc3c986]{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:#1a1a1a;border-radius:8px;border:1px solid #333333}.info-item[data-v-7cc3c986]{display:flex;align-items:center;gap:.75rem;color:#ffffffb3;font-size:.9375rem}.info-item svg[data-v-7cc3c986]{color:#16a34a;flex-shrink:0}.setup-steps[data-v-7cc3c986]{margin:1.5rem 0;padding:1.5rem;background:#1a1a1a;border-radius:8px;border:1px solid #333333}.setup-steps h5[data-v-7cc3c986]{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#fff}.setup-steps ol[data-v-7cc3c986]{margin:0;padding-left:1.5rem}.setup-steps li[data-v-7cc3c986]{margin-bottom:.5rem;color:#ffffffb3;line-height:1.6}.setup-steps li[data-v-7cc3c986]:last-child{margin-bottom:0}.security-note[data-v-7cc3c986]{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#111;border-radius:8px;border:1px solid #333333;margin-bottom:1.5rem}.security-note svg[data-v-7cc3c986]{color:#1e90ff;flex-shrink:0;margin-top:.125rem}.security-note strong[data-v-7cc3c986]{display:block;color:#fff;margin-bottom:.25rem;font-size:.9375rem}.security-note p[data-v-7cc3c986]{margin:0;color:#fff9;font-size:.875rem;line-height:1.5}.connect-button[data-v-7cc3c986]{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#1e90ff,#4169e1);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #1e90ff4d;font-size:1rem}.connect-button[data-v-7cc3c986]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #1e90ff66}.connect-button[data-v-7cc3c986]:disabled{opacity:.6;cursor:not-allowed}.disconnect-button[data-v-7cc3c986]{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:#1a1a1a;color:#dc2626;border:2px solid #dc2626;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem}.disconnect-button[data-v-7cc3c986]:hover{background:#dc2626;color:#fff}@media(max-width:768px){.form-row[data-v-7cc3c986]{grid-template-columns:1fr}}.modal-description[data-v-7cc3c986]{color:#fff9;font-size:.9375rem;margin-bottom:1.5rem;line-height:1.5}.billing-toggle[data-v-7cc3c986]{display:flex;background:#111;border-radius:10px;padding:4px;margin-bottom:1.5rem}.toggle-btn[data-v-7cc3c986]{flex:1;padding:.75rem 1rem;border:none;background:transparent;border-radius:8px;font-size:.9375rem;font-weight:600;color:#fff9;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.toggle-btn.active[data-v-7cc3c986]{background:#1a1a1a;color:#fff;box-shadow:0 1px 3px #0000001a}.discount-badge[data-v-7cc3c986]{background:linear-gradient(135deg,#1e90ff,#4169e1);color:#fff;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.user-product-options[data-v-7cc3c986]{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.product-option[data-v-7cc3c986]{display:flex;align-items:center;padding:1rem 1.25rem;border:2px solid #333333;border-radius:12px;cursor:pointer;transition:all .2s}.product-option[data-v-7cc3c986]:hover{border-color:#1e90ff;background:#111}.product-option.selected[data-v-7cc3c986]{border-color:#1e90ff;background:linear-gradient(135deg,#1e90ff0d,#4169e10d)}.product-option input[type=radio][data-v-7cc3c986]{display:none}.product-content[data-v-7cc3c986]{display:flex;align-items:center;gap:1rem;flex:1}.product-content svg[data-v-7cc3c986]{color:#1e90ff;flex-shrink:0}.product-info[data-v-7cc3c986]{flex:1}.product-name[data-v-7cc3c986]{font-weight:600;color:#fff;margin-bottom:.25rem}.product-description[data-v-7cc3c986]{font-size:.875rem;color:#fff9}.product-price[data-v-7cc3c986]{text-align:right;flex-shrink:0}.price-amount[data-v-7cc3c986]{font-size:1.125rem;font-weight:700;color:#fff}.price-period[data-v-7cc3c986]{font-size:.875rem;color:#fff9;font-weight:400}.billed-yearly[data-v-7cc3c986]{display:block;font-size:.75rem;color:#fff9;margin-top:.25rem}.submit-button[data-v-7cc3c986]:disabled{opacity:.5;cursor:not-allowed}html[data-theme=light] h1[data-v-7cc3c986]{color:#1e293b}html[data-theme=light] .administration-card[data-v-7cc3c986]{background:#fff;border-color:#e2e8f0}html[data-theme=light] .admin-section h3[data-v-7cc3c986]{color:#1e293b}html[data-theme=light] .loading-state p[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .empty-state h4[data-v-7cc3c986],html[data-theme=light] .no-subscription h4[data-v-7cc3c986]{color:#1e293b}html[data-theme=light] .empty-state p[data-v-7cc3c986],html[data-theme=light] .no-subscription p[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .empty-icon[data-v-7cc3c986]{color:#cbd5e1}html[data-theme=light] .info-label[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .info-row p[data-v-7cc3c986]{color:#1e293b}html[data-theme=light] .no-modules-text[data-v-7cc3c986]{color:#94a3b8}html[data-theme=light] .limit-badge[data-v-7cc3c986]{background:#f1f5f9;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .users-table-container[data-v-7cc3c986]{background:#fff;border-color:#e2e8f0}html[data-theme=light] .users-table thead[data-v-7cc3c986]{background:#f8fafc;border-bottom-color:#e2e8f0}html[data-theme=light] .users-table th[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .users-table td[data-v-7cc3c986]{border-bottom-color:#f1f5f9;color:#1e293b}html[data-theme=light] .users-table tbody tr[data-v-7cc3c986]:hover{background:#f8fafc}html[data-theme=light] .icon-button[data-v-7cc3c986]{background:#fff;border-color:#e2e8f0}html[data-theme=light] .icon-button.edit[data-v-7cc3c986]:hover{background:#eff6ff}html[data-theme=light] .refresh-button[data-v-7cc3c986]{background:#fff;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .refresh-button[data-v-7cc3c986]:hover{background:#f1f5f9;color:#1e90ff}html[data-theme=light] .expand-button[data-v-7cc3c986]{background:#f8f9fa;color:#1e90ff;border-color:#1e90ff}html[data-theme=light] .expand-button[data-v-7cc3c986]:hover{background:#eff6ff}html[data-theme=light] .action-button.secondary[data-v-7cc3c986]{background:#f1f5f9;color:#1e90ff;border-color:#1e90ff}html[data-theme=light] .action-button.secondary[data-v-7cc3c986]:hover{background:#eff6ff}html[data-theme=light] .action-button.danger[data-v-7cc3c986]{background:#fff;color:#dc2626;border-color:#fecaca}html[data-theme=light] .action-button.danger[data-v-7cc3c986]:hover{background:#fef2f2}html[data-theme=light] .modal[data-v-7cc3c986]{background:#fff;border:1px solid #e2e8f0}html[data-theme=light] .modal-header[data-v-7cc3c986]{border-bottom-color:#e2e8f0;background:#f8f9fa}html[data-theme=light] .modal-header h2[data-v-7cc3c986]{color:#1e293b}html[data-theme=light] .modal-tabs[data-v-7cc3c986]{border-bottom-color:#e2e8f0}html[data-theme=light] .tab-button[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .tab-button[data-v-7cc3c986]:hover{color:#1e293b}html[data-theme=light] .close-button[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .close-button[data-v-7cc3c986]:hover{background:#f1f5f9;color:#1e293b}html[data-theme=light] .form-group label[data-v-7cc3c986],html[data-theme=light] .checkbox-label[data-v-7cc3c986]{color:#475569}html[data-theme=light] .field-hint[data-v-7cc3c986]{color:#94a3b8}html[data-theme=light] .form-group input[data-v-7cc3c986],html[data-theme=light] .user-tag-select[data-v-7cc3c986]{background-color:#fff;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .radio-option[data-v-7cc3c986]{border-color:#e2e8f0}html[data-theme=light] .radio-option[data-v-7cc3c986]:hover:not(.disabled){background:#f8fafc;border-color:#1e90ff}html[data-theme=light] .radio-option.disabled[data-v-7cc3c986]{background:#f8f9fa}html[data-theme=light] .radio-title[data-v-7cc3c986]{color:#1e293b}html[data-theme=light] .radio-description[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .cancel-button[data-v-7cc3c986]{background:#f1f5f9;border-color:#e2e8f0;color:#475569}html[data-theme=light] .cancel-button[data-v-7cc3c986]:hover{background:#e2e8f0}html[data-theme=light] .permissions-description[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .permissions-info h4[data-v-7cc3c986]{color:#1e293b}html[data-theme=light] .permissions-info p[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .permission-item[data-v-7cc3c986]{background:#f8f9fa}html[data-theme=light] .permission-name[data-v-7cc3c986]{color:#1e293b}html[data-theme=light] .permission-description[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .toggle-knob[data-v-7cc3c986]{background:#fff}html[data-theme=light] .reset-button[data-v-7cc3c986]{background:#f1f5f9;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .reset-button[data-v-7cc3c986]:hover:not(:disabled){background:#e2e8f0;color:#1e293b}html[data-theme=light] .modal-description[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .billing-toggle[data-v-7cc3c986]{background:#f1f5f9}html[data-theme=light] .toggle-btn[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .toggle-btn.active[data-v-7cc3c986]{background:#fff;color:#1e90ff}html[data-theme=light] .product-option[data-v-7cc3c986]{border-color:#e2e8f0}html[data-theme=light] .product-option[data-v-7cc3c986]:hover{background:#f8fafc;border-color:#1e90ff}html[data-theme=light] .product-name[data-v-7cc3c986]{color:#1e293b}html[data-theme=light] .product-description[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .price-amount[data-v-7cc3c986]{color:#1e293b}html[data-theme=light] .price-period[data-v-7cc3c986],html[data-theme=light] .billed-yearly[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .status-header h4[data-v-7cc3c986]{color:#1e293b}html[data-theme=light] .status-header p[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .connection-info[data-v-7cc3c986]{background:#f8fafc;border-color:#e2e8f0}html[data-theme=light] .info-item[data-v-7cc3c986]{color:#475569}html[data-theme=light] .setup-steps[data-v-7cc3c986]{background:#f8fafc;border-color:#e2e8f0}html[data-theme=light] .setup-steps h5[data-v-7cc3c986]{color:#1e293b}html[data-theme=light] .setup-steps li[data-v-7cc3c986]{color:#475569}html[data-theme=light] .security-note[data-v-7cc3c986]{background:#f1f5f9;border-color:#e2e8f0}html[data-theme=light] .security-note strong[data-v-7cc3c986]{color:#1e293b}html[data-theme=light] .security-note p[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .disconnect-button[data-v-7cc3c986]{background:#fff5f5}.modal-wide[data-v-7cc3c986]{max-width:600px}.modal-tabs[data-v-7cc3c986]{display:flex;gap:0;border-bottom:1px solid #333333;margin:0 -1.5rem;padding:0 1.5rem}.tab-button[data-v-7cc3c986]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;background:none;color:#fff9;font-size:.9375rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s}.tab-button[data-v-7cc3c986]:hover{color:#fff}.tab-button.active[data-v-7cc3c986]{color:#1e90ff;border-bottom-color:#1e90ff}.permissions-tab[data-v-7cc3c986]{padding-top:1rem}.permissions-description[data-v-7cc3c986]{color:#fff9;font-size:.875rem;margin-bottom:1.5rem}.permissions-info[data-v-7cc3c986]{text-align:center;padding:2rem 1rem}.permissions-info .info-icon[data-v-7cc3c986]{color:#1e90ff;margin-bottom:1rem}.permissions-info h4[data-v-7cc3c986]{color:#fff;font-size:1.125rem;margin-bottom:.5rem}.permissions-info p[data-v-7cc3c986]{color:#fff9;font-size:.875rem}.permissions-list[data-v-7cc3c986]{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto;margin-bottom:1.5rem}.permission-item[data-v-7cc3c986]{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:#111;border-radius:8px;cursor:pointer;transition:all .2s}.permission-item[data-v-7cc3c986]:hover:not(.hard-denied){background:#111}.permission-item.hard-denied[data-v-7cc3c986]{opacity:.6;cursor:not-allowed}.permission-item.custom[data-v-7cc3c986]{background:#eef2ff;border:1px solid #c7d2fe}.permission-toggle[data-v-7cc3c986]{flex-shrink:0}.toggle-switch[data-v-7cc3c986]{width:44px;height:24px;background:#cbd5e1;border-radius:12px;padding:2px;transition:all .2s;cursor:pointer}.toggle-switch.active[data-v-7cc3c986]{background:#1e90ff}.toggle-switch.disabled[data-v-7cc3c986]{background:#333;cursor:not-allowed}.toggle-knob[data-v-7cc3c986]{width:20px;height:20px;background:#1a1a1a;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0000001a}.toggle-switch.active .toggle-knob[data-v-7cc3c986]{transform:translate(20px)}.permission-info[data-v-7cc3c986]{flex:1;min-width:0}.permission-name[data-v-7cc3c986]{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#fff;font-size:.9375rem}.permission-description[data-v-7cc3c986]{color:#fff9;font-size:.8125rem;margin-top:.125rem}.badge[data-v-7cc3c986]{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;border-radius:4px;text-transform:uppercase}.badge-locked[data-v-7cc3c986]{background:#fee2e2;color:#dc2626}.badge-custom[data-v-7cc3c986]{background:#ddd6fe;color:#7c3aed}.reset-button[data-v-7cc3c986]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:1px solid #333333;background:#1a1a1a;color:#fff9;font-size:.9375rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s}.reset-button[data-v-7cc3c986]:hover:not(:disabled){border-color:#ffffff4d;color:#fff}.reset-button[data-v-7cc3c986]:disabled{opacity:.5;cursor:not-allowed}.settings-form[data-v-7cc3c986]{display:flex;flex-direction:column;gap:1.5rem}.settings-row[data-v-7cc3c986]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid #2a2a2a}.settings-row[data-v-7cc3c986]:last-of-type{border-bottom:none}.settings-row-info[data-v-7cc3c986]{flex:1}.settings-row-label[data-v-7cc3c986]{font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.25rem}.settings-row-desc[data-v-7cc3c986]{font-size:.8rem;color:#ffffff80}.toggle-switch[data-v-7cc3c986]{position:relative;display:inline-flex;align-items:center;cursor:pointer;flex-shrink:0}.toggle-switch input[data-v-7cc3c986]{position:absolute;opacity:0;width:0;height:0}.toggle-track[data-v-7cc3c986]{display:block;width:44px;height:24px;background:#333;border-radius:12px;transition:background .2s;position:relative}.toggle-track[data-v-7cc3c986]:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#ffffff80;border-radius:50%;transition:transform .2s,background .2s}.toggle-switch input:checked+.toggle-track[data-v-7cc3c986]{background:#1e90ff}.toggle-switch input:checked+.toggle-track[data-v-7cc3c986]:after{transform:translate(20px);background:#fff}.settings-input[data-v-7cc3c986]{width:100%;padding:.75rem 1rem;background:#111;border:1px solid #333333;border-radius:8px;color:#fff;font-size:.925rem;transition:border-color .2s;box-sizing:border-box}.settings-input[data-v-7cc3c986]:focus{outline:none;border-color:#1e90ff;box-shadow:0 0 0 3px #1e90ff1a}.settings-row-group[data-v-7cc3c986]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.preview-box[data-v-7cc3c986]{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:#1e90ff14;border:1px solid rgba(30,144,255,.25);border-radius:8px;color:#ffffffd9;font-size:.875rem}.preview-icon[data-v-7cc3c986]{color:#1e90ff;flex-shrink:0}.preview-box strong[data-v-7cc3c986]{color:#1e90ff}.success-message[data-v-7cc3c986]{display:flex;align-items:center;gap:.5rem;color:#10b981;font-size:.875rem;font-weight:500}.settings-actions[data-v-7cc3c986]{display:flex;justify-content:flex-end}code[data-v-7cc3c986]{background:#ffffff14;padding:.1rem .35rem;border-radius:4px;font-size:.8rem;color:#1e90ff;font-family:monospace}html[data-theme=light] .settings-row[data-v-7cc3c986]{border-color:#e2e8f0}html[data-theme=light] .settings-row-label[data-v-7cc3c986]{color:#1e293b}html[data-theme=light] .settings-row-desc[data-v-7cc3c986]{color:#64748b}html[data-theme=light] .toggle-track[data-v-7cc3c986]{background:#cbd5e1}html[data-theme=light] .toggle-track[data-v-7cc3c986]:after{background:#0000004d}html[data-theme=light] .settings-input[data-v-7cc3c986]{background:#f8fafc;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .settings-input[data-v-7cc3c986]:focus{border-color:#1e90ff}html[data-theme=light] .preview-box[data-v-7cc3c986]{background:#1e90ff0d;border-color:#1e90ff33;color:#1e293b}html[data-theme=light] code[data-v-7cc3c986]{background:#1e90ff1a;color:#1d4ed8}.settings-page[data-v-88fc192e]{padding:0 1rem;box-sizing:border-box}h1[data-v-88fc192e]{color:#fff;margin-top:0;margin-bottom:2rem;font-size:2rem;font-weight:700}.settings-sections[data-v-88fc192e]{display:flex;flex-direction:column;gap:1.5rem}.settings-section[data-v-88fc192e]{padding:2rem;background:#1a1a1a;border:1px solid #333333;border-radius:12px}.section-icon-header[data-v-88fc192e]{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.section-icon[data-v-88fc192e]{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#1e90ff1a,#4169e11a);color:#1e90ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.section-icon-header h3[data-v-88fc192e]{margin:0 0 .25rem;font-size:1.125rem;font-weight:600;color:#fff}.section-description[data-v-88fc192e]{margin:0;font-size:.9rem;color:#fff9;line-height:1.5}.section-actions[data-v-88fc192e]{margin-left:3.5rem}.setting-row[data-v-88fc192e]{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;margin-left:3.5rem;border-top:1px solid #333333}.setting-row[data-v-88fc192e]:first-of-type{border-top:none}.setting-label[data-v-88fc192e]{display:flex;flex-direction:column;gap:.25rem}.label-text[data-v-88fc192e]{font-size:.925rem;font-weight:500;color:#fff}.label-hint[data-v-88fc192e]{font-size:.8rem;color:#ffffff73}.setting-control[data-v-88fc192e]{flex-shrink:0}.segmented-control[data-v-88fc192e]{display:flex;background:#111;border-radius:8px;padding:3px;gap:2px}.segment[data-v-88fc192e]{padding:.4rem 1rem;border:none;background:transparent;border-radius:6px;font-size:.875rem;font-weight:600;color:#fff9;cursor:pointer;transition:all .2s ease;min-width:40px;display:inline-flex;align-items:center;gap:.375rem}.segment-icon[data-v-88fc192e]{flex-shrink:0}.segment[data-v-88fc192e]:hover:not(.active){color:#ffffffb3;background:#ffffff80}.segment.active[data-v-88fc192e]{background:#1a1a1a;color:#1e90ff;box-shadow:0 1px 3px #0000001a}.action-btn[data-v-88fc192e]{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.action-btn.primary[data-v-88fc192e]{background:linear-gradient(135deg,#1e90ff,#4169e1);color:#fff;box-shadow:0 2px 8px #1e90ff4d}.action-btn.primary[data-v-88fc192e]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1e90ff66}.action-btn.danger[data-v-88fc192e]{background:#1a1a1a;color:#dc2626;border:1px solid #fecaca}.action-btn.danger[data-v-88fc192e]:hover:not(:disabled){background:#ef44441a;border-color:#f87171}.action-btn[data-v-88fc192e]:disabled{opacity:.5;cursor:not-allowed;transform:none}html[data-theme=light] h1[data-v-88fc192e]{color:#1e293b}html[data-theme=light] .settings-section[data-v-88fc192e]{background:#fff;border-color:#e2e8f0}html[data-theme=light] .section-icon-header h3[data-v-88fc192e]{color:#1e293b}html[data-theme=light] .section-description[data-v-88fc192e]{color:#64748b}html[data-theme=light] .setting-row[data-v-88fc192e]{border-top-color:#e2e8f0}html[data-theme=light] .label-text[data-v-88fc192e]{color:#1e293b}html[data-theme=light] .label-hint[data-v-88fc192e]{color:#94a3b8}html[data-theme=light] .segmented-control[data-v-88fc192e]{background:#f1f5f9}html[data-theme=light] .segment[data-v-88fc192e]{color:#64748b}html[data-theme=light] .segment[data-v-88fc192e]:hover:not(.active){color:#1e293b;background:#0000000d}html[data-theme=light] .segment.active[data-v-88fc192e]{background:#fff;color:#1e90ff}html[data-theme=light] .action-btn.danger[data-v-88fc192e]{background:#fff;border-color:#fecaca;color:#dc2626}html[data-theme=light] .action-btn.danger[data-v-88fc192e]:hover:not(:disabled){background:#ef44440f}@media(max-width:768px){h1[data-v-88fc192e]{font-size:1.5rem;margin-bottom:1.5rem}.settings-section[data-v-88fc192e]{padding:1.5rem}.section-icon-header[data-v-88fc192e]{gap:.75rem}.section-actions[data-v-88fc192e],.setting-row[data-v-88fc192e]{margin-left:0}.setting-row[data-v-88fc192e]{flex-direction:column;align-items:flex-start;gap:.75rem}}.agb-container[data-v-b240a27f]{display:flex;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#1e90ff,#4169e1);padding:2rem}.agb-card[data-v-b240a27f]{background:#1a1a1a;padding:2.5rem;border-radius:12px;box-shadow:0 8px 16px #0000001a;width:100%;max-width:800px;height:fit-content}.back-btn[data-v-b240a27f]{background:none;border:none;color:#1e90ff;font-size:1rem;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;font-weight:500}.back-btn[data-v-b240a27f]:hover{text-decoration:underline}h1[data-v-b240a27f]{color:#fff;margin-bottom:.5rem;font-size:1.75rem}.last-updated[data-v-b240a27f]{color:#ffffff80;font-size:.9rem;margin-bottom:2rem}section[data-v-b240a27f]{margin-bottom:2rem}h2[data-v-b240a27f]{color:#fff;font-size:1.2rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #eee}h3[data-v-b240a27f]{color:#444;font-size:1.05rem;margin:1rem 0 .5rem}p[data-v-b240a27f]{color:#ffffffb3;line-height:1.7;margin-bottom:.75rem}ul[data-v-b240a27f]{color:#ffffffb3;line-height:1.7;margin:.5rem 0 .75rem 1.5rem}li[data-v-b240a27f]{margin-bottom:.5rem}html[data-theme=light] .agb-card[data-v-b240a27f]{background:#fff}html[data-theme=light] h1[data-v-b240a27f]{color:#1e293b}html[data-theme=light] .last-updated[data-v-b240a27f]{color:#64748b}html[data-theme=light] h2[data-v-b240a27f]{color:#1e293b;border-bottom-color:#e2e8f0}html[data-theme=light] h3[data-v-b240a27f]{color:#475569}html[data-theme=light] p[data-v-b240a27f],html[data-theme=light] ul[data-v-b240a27f]{color:#334155}@media(max-width:768px){.agb-container[data-v-b240a27f]{padding:1rem}.agb-card[data-v-b240a27f]{padding:1.5rem}h1[data-v-b240a27f]{font-size:1.4rem}h2[data-v-b240a27f]{font-size:1.1rem}}.anlagen-page[data-v-ad888a16]{padding:2rem;max-width:1400px;color:#e5e7eb}.page-header[data-v-ad888a16]{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1rem}.page-title[data-v-ad888a16]{display:flex;align-items:center;gap:1rem}.title-icon[data-v-ad888a16]{color:#1e90ff}h1[data-v-ad888a16]{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.subtitle[data-v-ad888a16]{font-size:.875rem;color:#ffffff80;margin:0}.btn-primary[data-v-ad888a16]{display:flex;align-items:center;gap:.5rem;background:#1e90ff;color:#fff;border:none;border-radius:10px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.btn-primary[data-v-ad888a16]:hover{background:#1a7ae0}.btn-primary[data-v-ad888a16]:disabled{opacity:.6;cursor:not-allowed}.btn-secondary[data-v-ad888a16]{background:#2a2a2a;color:#e5e7eb;border:1px solid #333;border-radius:10px;padding:.625rem 1.25rem;font-size:.875rem;cursor:pointer;transition:background .2s}.btn-secondary[data-v-ad888a16]:hover{background:#333}.filter-bar[data-v-ad888a16]{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.search-box[data-v-ad888a16]{position:relative;flex:1;min-width:200px}.search-icon[data-v-ad888a16]{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#fff6}.search-input[data-v-ad888a16]{width:100%;background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:.625rem .875rem .625rem 2.5rem;color:#e5e7eb;font-size:.875rem;outline:none;box-sizing:border-box}.search-input[data-v-ad888a16]:focus{border-color:#1e90ff}.status-filters[data-v-ad888a16]{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn[data-v-ad888a16]{background:#1a1a1a;border:1px solid #333;color:#fff9;border-radius:8px;padding:.5rem 1rem;font-size:.8rem;cursor:pointer;transition:all .2s}.filter-btn[data-v-ad888a16]:hover{border-color:#555;color:#fff}.filter-btn.active[data-v-ad888a16]{background:#1e90ff20;border-color:#1e90ff;color:#1e90ff;font-weight:600}.toggle-ua-btn[data-v-ad888a16]{display:flex;align-items:center;gap:.4rem;background:#1a1a1a;border:1px solid #333;color:#fff9;border-radius:8px;padding:.5rem 1rem;font-size:.8rem;cursor:pointer;transition:all .2s;white-space:nowrap}.toggle-ua-btn[data-v-ad888a16]:hover{border-color:#555;color:#fff}.toggle-ua-btn.active[data-v-ad888a16]{background:#6d28d915;border-color:#7c3aed;color:#a78bfa;font-weight:600}.anlagen-grid[data-v-ad888a16]{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.anlage-card[data-v-ad888a16]{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:14px;padding:1.5rem;cursor:pointer;transition:all .2s;position:relative}.anlage-card[data-v-ad888a16]:hover{border-color:#1e90ff50;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.ua-card[data-v-ad888a16]{border-color:#6d28d925;background:#18141e}.ua-card[data-v-ad888a16]:hover{border-color:#7c3aed60;box-shadow:0 8px 24px #6d28d926}.ua-marker[data-v-ad888a16]{display:flex;align-items:center;gap:.3rem;font-size:.72rem;color:#a78bfa;margin-bottom:.875rem;background:#6d28d912;border:1px solid #6d28d930;border-radius:6px;padding:.3rem .6rem;max-width:100%;overflow:hidden;box-sizing:border-box;min-width:0}.ua-marker-icon[data-v-ad888a16]{flex-shrink:0}.ua-parent-name[data-v-ad888a16]{font-weight:600;color:#c4b5fd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:35%}.ua-ellipsis[data-v-ad888a16]{flex-shrink:1}.ua-chain-sep[data-v-ad888a16]{color:#7c5cbf;font-size:.7rem;flex-shrink:0}.ua-chain-ellipsis[data-v-ad888a16]{color:#7c5cbf;flex-shrink:0}.ua-label[data-v-ad888a16]{flex-shrink:0;white-space:nowrap}.card-header[data-v-ad888a16]{margin-bottom:.75rem}.card-title-row[data-v-ad888a16]{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.4rem}.card-name[data-v-ad888a16]{font-size:1.1rem;font-weight:600;color:#fff;margin:0}.status-badge[data-v-ad888a16]{font-size:.7rem;font-weight:600;padding:.25rem .6rem;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.status-badge.aktiv[data-v-ad888a16]{background:#065f4620;color:#34d399;border:1px solid #34d39940}.status-badge.wartung[data-v-ad888a16]{background:#92400e20;color:#fbbf24;border:1px solid #fbbf2440}.status-badge.inaktiv[data-v-ad888a16]{background:#33333340;color:#9ca3af;border:1px solid #44444480}.card-location[data-v-ad888a16]{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#ffffff73}.card-description[data-v-ad888a16]{font-size:.85rem;color:#ffffff80;margin:0 0 1rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-stats[data-v-ad888a16]{display:flex;gap:1rem;flex-wrap:wrap}.stat[data-v-ad888a16]{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#ffffff73}.stat-alert[data-v-ad888a16]{color:#f87171}.card-arrow[data-v-ad888a16]{position:absolute;right:1.25rem;bottom:1.25rem;color:#fff3;transition:color .2s}.anlage-card:hover .card-arrow[data-v-ad888a16]{color:#1e90ff}.ua-card:hover .card-arrow[data-v-ad888a16]{color:#a78bfa}.loading-state[data-v-ad888a16],.empty-state[data-v-ad888a16]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;color:#fff6;text-align:center}.empty-icon[data-v-ad888a16]{opacity:.2}.empty-state h3[data-v-ad888a16]{color:#ffffffb3;font-size:1.25rem;margin:0}.empty-state p[data-v-ad888a16]{margin:0;font-size:.9rem}.spinner[data-v-ad888a16]{width:36px;height:36px;border:3px solid #333;border-top-color:#1e90ff;border-radius:50%;animation:spin-ad888a16 .8s linear infinite}@keyframes spin-ad888a16{to{transform:rotate(360deg)}}.modal-overlay[data-v-ad888a16]{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.modal[data-v-ad888a16]{background:#1a1a1a;border:1px solid #333;border-radius:16px;width:100%;max-width:480px;overflow:hidden}.modal-header[data-v-ad888a16]{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #2a2a2a}.modal-header h2[data-v-ad888a16]{margin:0;font-size:1.25rem;color:#fff}.close-btn[data-v-ad888a16]{background:none;border:none;cursor:pointer;color:#ffffff80;padding:.25rem}.close-btn[data-v-ad888a16]:hover{color:#fff}.modal-form[data-v-ad888a16]{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.form-group[data-v-ad888a16]{display:flex;flex-direction:column;gap:.5rem}.form-group label[data-v-ad888a16]{font-size:.875rem;color:#ffffffb3;font-weight:500}.form-group input[data-v-ad888a16],.form-group select[data-v-ad888a16],.form-group textarea[data-v-ad888a16]{background:#111;border:1px solid #333;border-radius:8px;padding:.625rem .875rem;color:#e5e7eb;font-size:.875rem;outline:none;width:100%;box-sizing:border-box;font-family:inherit}.form-group input[data-v-ad888a16]:focus,.form-group select[data-v-ad888a16]:focus,.form-group textarea[data-v-ad888a16]:focus{border-color:#1e90ff}.form-group textarea[data-v-ad888a16]{resize:vertical}.modal-actions[data-v-ad888a16]{display:flex;gap:.75rem;justify-content:flex-end;padding-top:.5rem}@media(max-width:640px){.anlagen-page[data-v-ad888a16]{padding:1rem}.page-header[data-v-ad888a16]{flex-wrap:wrap}.anlagen-grid[data-v-ad888a16]{grid-template-columns:1fr}.filter-bar[data-v-ad888a16]{flex-direction:column;align-items:stretch}}.ua-card-wrap[data-v-862cb599]{display:flex;flex-direction:column;gap:6px}.ua-card[data-v-862cb599]{background:#1a1a1a;border:1px solid #2a2a2a;border-left:3px solid #444;border-radius:12px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.ua-card[data-v-862cb599]:hover{border-color:#3a3a3a;border-left-color:inherit;box-shadow:0 4px 16px #00000040}.depth-1 .ua-card[data-v-862cb599]{background:#161616}.depth-2 .ua-card[data-v-862cb599]{background:#131313}.depth-3 .ua-card[data-v-862cb599]{background:#101010}.card-header[data-v-862cb599]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1rem;flex-wrap:wrap}.card-header-left[data-v-862cb599]{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0}.expand-btn[data-v-862cb599]{background:none;border:none;cursor:pointer;color:#ffffff4d;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .15s;flex-shrink:0;width:24px;height:24px}.expand-btn[data-v-862cb599]:hover{background:#2a2a2a;color:#fff}.expand-placeholder[data-v-862cb599]{width:24px;flex-shrink:0}.card-icon-wrap[data-v-862cb599]{width:32px;height:32px;border-radius:8px;border:1px solid;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-title-block[data-v-862cb599]{display:flex;align-items:center;gap:.625rem;min-width:0;flex-wrap:wrap}.card-name[data-v-862cb599]{font-size:1rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-badge[data-v-862cb599]{font-size:.68rem;font-weight:700;padding:.2rem .6rem;border-radius:20px;border:1px solid;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;flex-shrink:0}.card-header-right[data-v-862cb599]{display:flex;align-items:center;gap:.75rem;flex-shrink:0;flex-wrap:wrap}.stats-row[data-v-862cb599]{display:flex;gap:.5rem;align-items:center}.stat-chip[data-v-862cb599]{display:flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:20px;border:1px solid;transition:all .15s;white-space:nowrap}.stat-chip.parts[data-v-862cb599]{background:#1e90ff12;color:#60a5fa;border-color:#1e90ff30;cursor:pointer}.stat-chip.parts[data-v-862cb599]:hover,.stat-chip.parts.active[data-v-862cb599]{background:#1e90ff25;border-color:#1e90ff60}.stat-chip.children[data-v-862cb599]{background:#6d28d912;color:#a78bfa;border-color:#6d28d930;cursor:default}.card-actions[data-v-862cb599]{display:flex;align-items:center;gap:.35rem}.act-btn[data-v-862cb599]{display:flex;align-items:center;gap:.35rem;background:#1e90ff15;border:1px solid #1E90FF30;color:#60a5fa;border-radius:7px;padding:.35rem .75rem;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.act-btn[data-v-862cb599]:hover{background:#1e90ff30;border-color:#1e90ff60}.act-divider[data-v-862cb599]{width:1px;height:20px;background:#2a2a2a}.act-icon[data-v-862cb599]{position:relative;display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:7px;cursor:pointer;color:#ffffff73;transition:all .15s}.act-icon[data-v-862cb599]:hover{background:#2a2a2a;color:#fff;border-color:#444}.act-icon.danger[data-v-862cb599]:hover{background:#7f1d1d30;color:#f87171;border-color:#f8717130}.act-plus[data-v-862cb599]{position:absolute;bottom:3px;right:3px;color:inherit;opacity:.7}.card-desc[data-v-862cb599]{font-size:.85rem;color:#ffffff73;line-height:1.5;margin:0;padding:0 1rem .875rem 4.25rem}.parts-section[data-v-862cb599]{border-top:1px solid #222;padding:.875rem 1rem}.parts-header[data-v-862cb599]{display:flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ffffff59;margin-bottom:.75rem}.parts-grid[data-v-862cb599]{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem}.part-chip[data-v-862cb599]{background:#111;border:1px solid #222;border-radius:8px;padding:.625rem .75rem;display:flex;flex-direction:column;gap:.35rem}.part-chip-top[data-v-862cb599]{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.part-name[data-v-862cb599]{font-size:.85rem;font-weight:600;color:#e5e7eb}.part-status[data-v-862cb599]{font-size:.68rem;font-weight:700;white-space:nowrap}.part-chip-meta[data-v-862cb599]{display:flex;flex-wrap:wrap;gap:.35rem}.part-tag[data-v-862cb599]{background:#1e90ff15;color:#60a5fa;border:1px solid #1E90FF25;border-radius:5px;padding:.1rem .45rem;font-size:.7rem;font-weight:500}.part-meta-item[data-v-862cb599]{font-size:.72rem;color:#ffffff59}.part-meta-item.mono[data-v-862cb599]{font-family:monospace}.part-chip-actions[data-v-862cb599]{display:flex;gap:.3rem;justify-content:flex-end;margin-top:.1rem}.part-btn[data-v-862cb599]{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:5px;cursor:pointer;color:#ffffff59;transition:all .15s}.part-btn[data-v-862cb599]:hover{background:#2a2a2a;color:#fff}.part-btn.danger[data-v-862cb599]:hover{color:#f87171}.children-wrap[data-v-862cb599]{display:flex;gap:0;padding-left:1.25rem}.children-line[data-v-862cb599]{width:2px;background:transparent;border-left:2px solid #333;border-radius:2px;margin-right:.875rem;flex-shrink:0}.children-list[data-v-862cb599]{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}@media(max-width:640px){.card-header[data-v-862cb599]{flex-direction:column;align-items:flex-start}.card-header-right[data-v-862cb599]{width:100%;justify-content:flex-start}.parts-grid[data-v-862cb599]{grid-template-columns:1fr}}.detail-page[data-v-3f670d90]{padding:2rem;max-width:1200px;color:#e5e7eb}.back-btn[data-v-3f670d90]{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#ffffff80;font-size:.875rem;cursor:pointer;padding:0 0 1rem;transition:color .2s}.back-btn[data-v-3f670d90]:hover{color:#fff}.page-header[data-v-3f670d90]{margin-bottom:1.5rem}.header-content[data-v-3f670d90]{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.header-main[data-v-3f670d90]{flex:1}.header-title[data-v-3f670d90]{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}.title-icon[data-v-3f670d90]{color:#1e90ff;flex-shrink:0}h1[data-v-3f670d90]{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.header-location[data-v-3f670d90]{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:#ffffff73;margin-bottom:.5rem}.header-desc[data-v-3f670d90]{font-size:.9rem;color:#ffffff80;margin:0}.header-actions[data-v-3f670d90]{display:flex;gap:.5rem}.quick-stats[data-v-3f670d90]{display:flex;gap:1.5rem;flex-wrap:wrap;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;padding:1rem 1.25rem}.qstat[data-v-3f670d90]{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#ffffff8c}.qstat strong[data-v-3f670d90]{color:#fff}.qstat.alert[data-v-3f670d90],.qstat.alert strong[data-v-3f670d90]{color:#f87171}.tabs[data-v-3f670d90]{display:flex;gap:.25rem;border-bottom:1px solid #2a2a2a;margin-bottom:1.5rem;flex-wrap:wrap}.tab-btn[data-v-3f670d90]{display:flex;align-items:center;gap:.4rem;background:none;border:none;border-bottom:2px solid transparent;color:#ffffff80;font-size:.875rem;font-weight:500;padding:.75rem 1.25rem;cursor:pointer;transition:all .2s;position:relative;white-space:nowrap}.tab-btn[data-v-3f670d90]:hover{color:#fffc}.tab-btn.active[data-v-3f670d90]{color:#1e90ff;border-bottom-color:#1e90ff}.tab-badge[data-v-3f670d90]{background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;border-radius:10px;padding:.1rem .4rem;min-width:16px;text-align:center}.section-header[data-v-3f670d90]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.section-header h2[data-v-3f670d90]{font-size:1.1rem;font-weight:600;color:#fff;margin:0}.section-sub[data-v-3f670d90]{font-size:.8rem;color:#ffffff73}.status-badge[data-v-3f670d90]{font-size:.7rem;font-weight:600;padding:.25rem .6rem;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.status-badge.aktiv[data-v-3f670d90]{background:#065f4620;color:#34d399;border:1px solid #34d39940}.status-badge.wartung[data-v-3f670d90]{background:#92400e20;color:#fbbf24;border:1px solid #fbbf2440}.status-badge.inaktiv[data-v-3f670d90]{background:#33333340;color:#9ca3af;border:1px solid #44444480}.status-badge-sm[data-v-3f670d90]{font-size:.65rem;font-weight:600;padding:.15rem .5rem;border-radius:20px;text-transform:uppercase}.status-badge-sm.aktiv[data-v-3f670d90]{background:#065f4620;color:#34d399}.status-badge-sm.wartung[data-v-3f670d90]{background:#92400e20;color:#fbbf24}.status-badge-sm.inaktiv[data-v-3f670d90]{background:#33333340;color:#9ca3af}.status-pill[data-v-3f670d90]{font-size:.72rem;font-weight:600;padding:.2rem .55rem;border-radius:20px;white-space:nowrap}.status-pill.aktiv[data-v-3f670d90]{background:#065f4620;color:#34d399}.status-pill.defekt[data-v-3f670d90]{background:#7f1d1d20;color:#f87171}.status-pill.ersetzt[data-v-3f670d90]{background:#1e3a5f20;color:#60a5fa}.status-pill.ausgebaut[data-v-3f670d90]{background:#33333340;color:#9ca3af}.btn-primary-sm[data-v-3f670d90]{display:flex;align-items:center;gap:.4rem;background:#1e90ff;color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.btn-primary-sm[data-v-3f670d90]:hover{background:#1a7ae0}.icon-btn[data-v-3f670d90]{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:#222;border:1px solid #333;border-radius:8px;cursor:pointer;color:#fff9;transition:all .2s}.icon-btn[data-v-3f670d90]:hover{background:#333;color:#fff}.icon-btn.danger[data-v-3f670d90]:hover{background:#7f1d1d40;border-color:#ef4444;color:#ef4444}.icon-btn-sm[data-v-3f670d90]{display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:#222;border:1px solid #2a2a2a;border-radius:6px;cursor:pointer;color:#ffffff80;transition:all .15s;flex-shrink:0}.icon-btn-sm[data-v-3f670d90]:hover{background:#333;color:#fff}.icon-btn-sm.danger[data-v-3f670d90]:hover{background:#7f1d1d40;color:#ef4444}.parts-table-wrap[data-v-3f670d90]{overflow-x:auto;border-radius:10px;border:1px solid #2a2a2a}.parts-table[data-v-3f670d90]{width:100%;border-collapse:collapse;font-size:.82rem}.parts-table th[data-v-3f670d90]{background:#111;color:#ffffff73;font-weight:600;text-align:left;padding:.625rem .875rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.parts-table td[data-v-3f670d90]{padding:.625rem .875rem;border-top:1px solid #1f1f1f;vertical-align:middle}.parts-table tr:hover td[data-v-3f670d90]{background:#1a1a1a}.td-name[data-v-3f670d90]{font-weight:500;color:#fff}.td-actions[data-v-3f670d90]{display:flex;gap:.35rem;justify-content:flex-end}.mono[data-v-3f670d90]{font-family:monospace;color:#ffffffb3}.tag[data-v-3f670d90]{background:#1e90ff15;color:#60a5fa;border:1px solid #1E90FF30;border-radius:6px;padding:.15rem .5rem;font-size:.75rem;font-weight:500}.ua-list[data-v-3f670d90]{display:flex;flex-direction:column;gap:.75rem}.ua-tree[data-v-3f670d90],.ua-search-results[data-v-3f670d90]{display:flex;flex-direction:column;gap:4px}.ua-search-row[data-v-3f670d90]{display:flex;flex-direction:column;gap:.25rem;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;padding:.75rem 1rem;cursor:pointer;transition:all .15s}.ua-search-row[data-v-3f670d90]:hover{border-color:#1e90ff50;background:#1e1e1e}.usr-path[data-v-3f670d90]{display:flex;align-items:center;gap:.3rem;font-size:.72rem;color:#ffffff59;flex-wrap:wrap}.usr-sep[data-v-3f670d90]{color:#fff3}.usr-main[data-v-3f670d90]{display:flex;align-items:center;gap:.5rem}.usr-icon[data-v-3f670d90]{color:#1e90ff;flex-shrink:0}.usr-name[data-v-3f670d90]{font-size:.95rem;font-weight:600;color:#fff;flex:1}.ua-search-row:hover .usr-name[data-v-3f670d90]{color:#60a5fa}.ua-search-box[data-v-3f670d90]{position:relative;margin-bottom:1rem}.ua-search-icon[data-v-3f670d90]{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#ffffff59;pointer-events:none}.ua-search-input[data-v-3f670d90]{width:100%;background:#111;border:1px solid #2a2a2a;border-radius:9px;padding:.55rem .875rem .55rem 2.25rem;color:#e5e7eb;font-size:.875rem;outline:none;box-sizing:border-box;transition:border-color .15s}.ua-search-input[data-v-3f670d90]:focus{border-color:#1e90ff}.ua-card[data-v-3f670d90]{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;overflow:hidden}.ua-header[data-v-3f670d90]{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;gap:1rem;transition:background .15s}.ua-header[data-v-3f670d90]:hover{background:#222}.ua-title[data-v-3f670d90]{display:flex;align-items:center;gap:.75rem;flex:1;flex-wrap:wrap}.ua-icon[data-v-3f670d90]{color:#1e90ff;flex-shrink:0}.ua-name[data-v-3f670d90]{font-weight:600;color:#fff}.ua-parts-count[data-v-3f670d90]{font-size:.75rem;color:#ffffff59}.ua-header-actions[data-v-3f670d90]{display:flex;align-items:center;gap:.4rem}.collapse-icon[data-v-3f670d90]{color:#ffffff59}.ua-desc[data-v-3f670d90]{font-size:.85rem;color:#ffffff73;margin:0;padding:0 1.25rem .75rem}.ua-parts[data-v-3f670d90]{padding:0 1.25rem 1.25rem}.process-list[data-v-3f670d90]{display:flex;flex-direction:column;gap:.75rem}.process-card[data-v-3f670d90]{display:flex;gap:1rem;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;padding:1rem 1.25rem;align-items:flex-start}.process-card.kritisch[data-v-3f670d90]{border-left:3px solid #ef4444}.process-card.hoch[data-v-3f670d90]{border-left:3px solid #f97316}.process-card.mittel[data-v-3f670d90]{border-left:3px solid #fbbf24}.process-card.gering[data-v-3f670d90]{border-left:3px solid #34d399}.process-card.reparatur[data-v-3f670d90]{border-left-color:#1e90ff}.process-card.reparatur.abgeschlossen[data-v-3f670d90]{border-left-color:#34d399}.process-left[data-v-3f670d90]{flex-shrink:0;padding-top:.15rem}.schwere-dot[data-v-3f670d90]{width:10px;height:10px;border-radius:50%;margin-top:.35rem}.schwere-dot.kritisch[data-v-3f670d90]{background:#ef4444;box-shadow:0 0 8px #ef444480}.schwere-dot.hoch[data-v-3f670d90]{background:#f97316}.schwere-dot.mittel[data-v-3f670d90]{background:#fbbf24}.schwere-dot.gering[data-v-3f670d90]{background:#34d399}.rep-icon[data-v-3f670d90]{color:#fff6}.rep-icon.abgeschlossen[data-v-3f670d90]{color:#34d399}.rep-icon.in_bearbeitung[data-v-3f670d90]{color:#fbbf24}.process-body[data-v-3f670d90]{flex:1;min-width:0}.process-header[data-v-3f670d90]{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.4rem;flex-wrap:wrap}.process-title[data-v-3f670d90]{font-weight:600;color:#fff;font-size:.95rem}.process-badges[data-v-3f670d90]{display:flex;gap:.4rem;flex-wrap:wrap}.badge-schwere[data-v-3f670d90]{font-size:.68rem;font-weight:700;padding:.15rem .5rem;border-radius:20px;text-transform:uppercase}.badge-schwere.kritisch[data-v-3f670d90]{background:#7f1d1d40;color:#f87171}.badge-schwere.hoch[data-v-3f670d90]{background:#7c2d1240;color:#fb923c}.badge-schwere.mittel[data-v-3f670d90]{background:#92400e40;color:#fbbf24}.badge-schwere.gering[data-v-3f670d90]{background:#065f4640;color:#34d399}.badge-status[data-v-3f670d90]{font-size:.68rem;font-weight:700;padding:.15rem .5rem;border-radius:20px;text-transform:uppercase}.badge-status.offen[data-v-3f670d90]{background:#1e3a5f40;color:#60a5fa}.badge-status.in_bearbeitung[data-v-3f670d90]{background:#92400e40;color:#fbbf24}.badge-status.behoben[data-v-3f670d90]{background:#065f4640;color:#34d399}.badge-status.geschlossen[data-v-3f670d90]{background:#33333340;color:#9ca3af}.badge-status.rep-geplant[data-v-3f670d90]{background:#1e3a5f40;color:#60a5fa}.badge-status.rep-in_bearbeitung[data-v-3f670d90]{background:#92400e40;color:#fbbf24}.badge-status.rep-abgeschlossen[data-v-3f670d90]{background:#065f4640;color:#34d399}.badge-cost[data-v-3f670d90]{background:#1e90ff20;color:#60a5fa;font-size:.75rem;padding:.15rem .5rem;border-radius:6px}.process-desc[data-v-3f670d90]{font-size:.85rem;color:#ffffff8c;margin:0 0 .5rem;line-height:1.5}.process-meta[data-v-3f670d90]{display:flex;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:#ffffff59}.linked-item[data-v-3f670d90]{color:#60a5fa}.process-notes[data-v-3f670d90]{font-size:.8rem;color:#fff6;margin:.5rem 0 0;background:#11111180;border-radius:6px;padding:.5rem .75rem;border-left:2px solid #333;font-style:italic}.process-actions[data-v-3f670d90]{display:flex;flex-direction:column;gap:.35rem;flex-shrink:0}.chip-filters[data-v-3f670d90]{display:flex;gap:.4rem;margin-bottom:1rem;flex-wrap:wrap}.chip[data-v-3f670d90]{background:#1a1a1a;border:1px solid #2a2a2a;color:#ffffff80;border-radius:20px;padding:.35rem .875rem;font-size:.78rem;cursor:pointer;transition:all .15s}.chip[data-v-3f670d90]:hover{border-color:#555;color:#fff}.chip.active[data-v-3f670d90]{background:#1e90ff20;border-color:#1e90ff;color:#1e90ff;font-weight:600}.empty-inline[data-v-3f670d90]{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;color:#ffffff40;text-align:center}.empty-inline p[data-v-3f670d90]{margin:0;font-size:.875rem}.empty-inline-sm[data-v-3f670d90]{display:flex;align-items:center;gap:.5rem;padding:1rem;color:#ffffff40;font-size:.85rem}.loading-state[data-v-3f670d90]{display:flex;justify-content:center;padding:4rem}.spinner[data-v-3f670d90]{width:36px;height:36px;border:3px solid #333;border-top-color:#1e90ff;border-radius:50%;animation:spin-3f670d90 .8s linear infinite}@keyframes spin-3f670d90{to{transform:rotate(360deg)}}.modal-overlay[data-v-3f670d90]{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.modal[data-v-3f670d90]{background:#1a1a1a;border:1px solid #333;border-radius:16px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.modal-lg[data-v-3f670d90]{max-width:580px}.modal-header[data-v-3f670d90]{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #2a2a2a;position:sticky;top:0;background:#1a1a1a;z-index:1}.modal-header h2[data-v-3f670d90]{margin:0;font-size:1.1rem;color:#fff}.close-btn[data-v-3f670d90]{background:none;border:none;cursor:pointer;color:#ffffff80;padding:.25rem}.close-btn[data-v-3f670d90]:hover{color:#fff}.modal-form[data-v-3f670d90]{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.form-row[data-v-3f670d90]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group[data-v-3f670d90]{display:flex;flex-direction:column;gap:.4rem}.form-group label[data-v-3f670d90]{font-size:.8rem;color:#fff9;font-weight:500}.form-group input[data-v-3f670d90],.form-group select[data-v-3f670d90],.form-group textarea[data-v-3f670d90]{background:#111;border:1px solid #333;border-radius:8px;padding:.6rem .875rem;color:#e5e7eb;font-size:.875rem;outline:none;width:100%;box-sizing:border-box;font-family:inherit}.form-group input[data-v-3f670d90]:focus,.form-group select[data-v-3f670d90]:focus,.form-group textarea[data-v-3f670d90]:focus{border-color:#1e90ff}.form-group textarea[data-v-3f670d90]{resize:vertical;min-height:80px}.modal-actions[data-v-3f670d90]{display:flex;gap:.75rem;justify-content:flex-end;padding-top:.5rem}.btn-primary[data-v-3f670d90]{display:flex;align-items:center;gap:.4rem;background:#1e90ff;color:#fff;border:none;border-radius:10px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-primary[data-v-3f670d90]:hover{background:#1a7ae0}.btn-primary[data-v-3f670d90]:disabled{opacity:.6;cursor:not-allowed}.btn-secondary[data-v-3f670d90]{background:#222;color:#e5e7eb;border:1px solid #333;border-radius:10px;padding:.625rem 1.25rem;font-size:.875rem;cursor:pointer;transition:background .2s}.btn-secondary[data-v-3f670d90]:hover{background:#333}@media(max-width:640px){.detail-page[data-v-3f670d90]{padding:1rem}.form-row[data-v-3f670d90]{grid-template-columns:1fr}.quick-stats[data-v-3f670d90]{gap:.75rem}.process-card[data-v-3f670d90]{flex-direction:column}.process-actions[data-v-3f670d90]{flex-direction:row}}.detail-page[data-v-2fc8c806]{padding:2rem;max-width:1200px;color:#e5e7eb}.breadcrumb[data-v-2fc8c806]{display:flex;align-items:center;gap:.35rem;margin-bottom:1.25rem;font-size:.8rem}.crumb-btn[data-v-2fc8c806]{display:flex;align-items:center;gap:.3rem;background:none;border:none;color:#fff6;cursor:pointer;padding:0;transition:color .15s}.crumb-btn[data-v-2fc8c806]:hover{color:#1e90ff}.crumb-sep[data-v-2fc8c806]{color:#fff3}.crumb-current[data-v-2fc8c806]{color:#ffffffb3;font-weight:500}.page-header[data-v-2fc8c806]{margin-bottom:1.5rem}.header-content[data-v-2fc8c806]{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.header-main[data-v-2fc8c806]{flex:1}.header-title[data-v-2fc8c806]{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}.title-icon[data-v-2fc8c806]{color:#1e90ff}h1[data-v-2fc8c806]{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.header-desc[data-v-2fc8c806]{font-size:.9rem;color:#ffffff80;margin:0}.header-actions[data-v-2fc8c806]{display:flex;gap:.5rem}.status-badge[data-v-2fc8c806]{font-size:.7rem;font-weight:600;padding:.25rem .6rem;border-radius:20px;text-transform:uppercase;letter-spacing:.05em}.status-badge.aktiv[data-v-2fc8c806]{background:#065f4620;color:#34d399;border:1px solid #34d39940}.status-badge.wartung[data-v-2fc8c806]{background:#92400e20;color:#fbbf24;border:1px solid #fbbf2440}.status-badge.inaktiv[data-v-2fc8c806]{background:#33333340;color:#9ca3af;border:1px solid #44444480}.status-pill[data-v-2fc8c806]{font-size:.72rem;font-weight:600;padding:.2rem .55rem;border-radius:20px}.status-pill.aktiv[data-v-2fc8c806]{background:#065f4620;color:#34d399}.status-pill.defekt[data-v-2fc8c806]{background:#7f1d1d20;color:#f87171}.status-pill.ersetzt[data-v-2fc8c806]{background:#1e3a5f20;color:#60a5fa}.status-pill.ausgebaut[data-v-2fc8c806]{background:#33333340;color:#9ca3af}.quick-stats[data-v-2fc8c806]{display:flex;gap:1.5rem;flex-wrap:wrap;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;padding:1rem 1.25rem}.qstat[data-v-2fc8c806]{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#ffffff8c}.qstat strong[data-v-2fc8c806]{color:#fff}.qstat.alert[data-v-2fc8c806],.qstat.alert strong[data-v-2fc8c806]{color:#f87171}.tabs[data-v-2fc8c806]{display:flex;gap:.25rem;border-bottom:1px solid #2a2a2a;margin-bottom:1.5rem;flex-wrap:wrap}.tab-btn[data-v-2fc8c806]{display:flex;align-items:center;gap:.4rem;background:none;border:none;border-bottom:2px solid transparent;color:#ffffff80;font-size:.875rem;font-weight:500;padding:.75rem 1.25rem;cursor:pointer;transition:all .2s}.tab-btn[data-v-2fc8c806]:hover{color:#fffc}.tab-btn.active[data-v-2fc8c806]{color:#1e90ff;border-bottom-color:#1e90ff}.tab-badge[data-v-2fc8c806]{background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;border-radius:10px;padding:.1rem .4rem}.tab-count[data-v-2fc8c806]{background:#1e90ff30;color:#60a5fa;font-size:.65rem;font-weight:700;border-radius:10px;padding:.1rem .4rem}.ua-tree[data-v-2fc8c806]{display:flex;flex-direction:column;gap:4px}.ua-search-results[data-v-2fc8c806]{display:flex;flex-direction:column;gap:.5rem}.ua-search-row[data-v-2fc8c806]{display:flex;flex-direction:column;gap:.25rem;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;padding:.65rem 1rem;cursor:pointer;transition:border-color .15s}.ua-search-row[data-v-2fc8c806]:hover{border-color:#8b5cf6}.usr-path[data-v-2fc8c806]{display:flex;align-items:center;gap:.3rem;font-size:.72rem;color:#ffffff59;flex-wrap:wrap}.usr-sep[data-v-2fc8c806]{color:#fff3}.usr-main[data-v-2fc8c806]{display:flex;align-items:center;gap:.5rem}.usr-icon[data-v-2fc8c806]{color:#8b5cf6;flex-shrink:0}.usr-name[data-v-2fc8c806]{font-weight:600;color:#e5e7eb;font-size:.9rem;flex:1}.ua-search-box[data-v-2fc8c806]{position:relative;margin-bottom:1rem}.ua-search-icon[data-v-2fc8c806]{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#ffffff59;pointer-events:none}.ua-search-input[data-v-2fc8c806]{width:100%;background:#111;border:1px solid #2a2a2a;border-radius:9px;padding:.55rem .875rem .55rem 2.25rem;color:#e5e7eb;font-size:.875rem;outline:none;box-sizing:border-box;transition:border-color .15s}.ua-search-input[data-v-2fc8c806]:focus{border-color:#1e90ff}.section-header[data-v-2fc8c806]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.section-header h2[data-v-2fc8c806]{font-size:1.1rem;font-weight:600;color:#fff;margin:0}.section-sub[data-v-2fc8c806]{font-size:.8rem;color:#ffffff73}.btn-primary-sm[data-v-2fc8c806]{display:flex;align-items:center;gap:.4rem;background:#1e90ff;color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap}.btn-primary-sm[data-v-2fc8c806]:hover{background:#1a7ae0}.icon-btn[data-v-2fc8c806]{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:#222;border:1px solid #333;border-radius:8px;cursor:pointer;color:#fff9;transition:all .2s}.icon-btn[data-v-2fc8c806]:hover{background:#333;color:#fff}.icon-btn-sm[data-v-2fc8c806]{display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:#222;border:1px solid #2a2a2a;border-radius:6px;cursor:pointer;color:#ffffff80;transition:all .15s;flex-shrink:0}.icon-btn-sm[data-v-2fc8c806]:hover{background:#333;color:#fff}.icon-btn-sm.danger[data-v-2fc8c806]:hover{background:#7f1d1d40;color:#ef4444}.parts-table-wrap[data-v-2fc8c806]{overflow-x:auto;border-radius:10px;border:1px solid #2a2a2a}.parts-table[data-v-2fc8c806]{width:100%;border-collapse:collapse;font-size:.82rem}.parts-table th[data-v-2fc8c806]{background:#111;color:#ffffff73;font-weight:600;text-align:left;padding:.625rem .875rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.parts-table td[data-v-2fc8c806]{padding:.625rem .875rem;border-top:1px solid #1f1f1f;vertical-align:middle}.parts-table tr:hover td[data-v-2fc8c806]{background:#1a1a1a}.td-name[data-v-2fc8c806]{font-weight:500;color:#fff}.td-actions[data-v-2fc8c806]{display:flex;gap:.35rem;justify-content:flex-end}.mono[data-v-2fc8c806]{font-family:monospace;color:#ffffffb3}.tag[data-v-2fc8c806]{background:#1e90ff15;color:#60a5fa;border:1px solid #1E90FF30;border-radius:6px;padding:.15rem .5rem;font-size:.75rem;font-weight:500}.process-list[data-v-2fc8c806]{display:flex;flex-direction:column;gap:.75rem}.process-card[data-v-2fc8c806]{display:flex;gap:1rem;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;padding:1rem 1.25rem;align-items:flex-start}.process-card.kritisch[data-v-2fc8c806]{border-left:3px solid #ef4444}.process-card.hoch[data-v-2fc8c806]{border-left:3px solid #f97316}.process-card.mittel[data-v-2fc8c806]{border-left:3px solid #fbbf24}.process-card.gering[data-v-2fc8c806],.process-card.rep-abgeschlossen[data-v-2fc8c806]{border-left:3px solid #34d399}.process-card.rep-in_bearbeitung[data-v-2fc8c806]{border-left:3px solid #fbbf24}.process-card.rep-geplant[data-v-2fc8c806]{border-left:3px solid #1E90FF}.process-left[data-v-2fc8c806]{flex-shrink:0;padding-top:.15rem}.schwere-dot[data-v-2fc8c806]{width:10px;height:10px;border-radius:50%;margin-top:.35rem}.schwere-dot.kritisch[data-v-2fc8c806]{background:#ef4444;box-shadow:0 0 8px #ef444480}.schwere-dot.hoch[data-v-2fc8c806]{background:#f97316}.schwere-dot.mittel[data-v-2fc8c806]{background:#fbbf24}.schwere-dot.gering[data-v-2fc8c806]{background:#34d399}.rep-icon[data-v-2fc8c806]{color:#fff6}.rep-icon.abgeschlossen[data-v-2fc8c806]{color:#34d399}.rep-icon.in_bearbeitung[data-v-2fc8c806]{color:#fbbf24}.process-body[data-v-2fc8c806]{flex:1;min-width:0}.process-header[data-v-2fc8c806]{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.4rem;flex-wrap:wrap}.process-title[data-v-2fc8c806]{font-weight:600;color:#fff;font-size:.95rem}.process-badges[data-v-2fc8c806]{display:flex;gap:.4rem;flex-wrap:wrap}.badge-schwere[data-v-2fc8c806]{font-size:.68rem;font-weight:700;padding:.15rem .5rem;border-radius:20px;text-transform:uppercase}.badge-schwere.kritisch[data-v-2fc8c806]{background:#7f1d1d40;color:#f87171}.badge-schwere.hoch[data-v-2fc8c806]{background:#7c2d1240;color:#fb923c}.badge-schwere.mittel[data-v-2fc8c806]{background:#92400e40;color:#fbbf24}.badge-schwere.gering[data-v-2fc8c806]{background:#065f4640;color:#34d399}.badge-status[data-v-2fc8c806]{font-size:.68rem;font-weight:700;padding:.15rem .5rem;border-radius:20px;text-transform:uppercase}.badge-status.offen[data-v-2fc8c806]{background:#1e3a5f40;color:#60a5fa}.badge-status.in_bearbeitung[data-v-2fc8c806]{background:#92400e40;color:#fbbf24}.badge-status.behoben[data-v-2fc8c806]{background:#065f4640;color:#34d399}.badge-status.geschlossen[data-v-2fc8c806]{background:#33333340;color:#9ca3af}.badge-status.rep-geplant[data-v-2fc8c806]{background:#1e3a5f40;color:#60a5fa}.badge-status.rep-in_bearbeitung[data-v-2fc8c806]{background:#92400e40;color:#fbbf24}.badge-status.rep-abgeschlossen[data-v-2fc8c806]{background:#065f4640;color:#34d399}.badge-cost[data-v-2fc8c806]{background:#1e90ff20;color:#60a5fa;font-size:.75rem;padding:.15rem .5rem;border-radius:6px}.process-desc[data-v-2fc8c806]{font-size:.85rem;color:#ffffff8c;margin:0 0 .5rem;line-height:1.5}.process-meta[data-v-2fc8c806]{display:flex;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:#ffffff59}.linked-item[data-v-2fc8c806]{color:#60a5fa}.process-notes[data-v-2fc8c806]{font-size:.8rem;color:#fff6;margin:.5rem 0 0;background:#11111180;border-radius:6px;padding:.5rem .75rem;border-left:2px solid #333;font-style:italic}.process-actions[data-v-2fc8c806]{display:flex;flex-direction:column;gap:.35rem;flex-shrink:0}.chip-filters[data-v-2fc8c806]{display:flex;gap:.4rem;margin-bottom:1rem;flex-wrap:wrap}.chip[data-v-2fc8c806]{background:#1a1a1a;border:1px solid #2a2a2a;color:#ffffff80;border-radius:20px;padding:.35rem .875rem;font-size:.78rem;cursor:pointer;transition:all .15s}.chip[data-v-2fc8c806]:hover{border-color:#555;color:#fff}.chip.active[data-v-2fc8c806]{background:#1e90ff20;border-color:#1e90ff;color:#1e90ff;font-weight:600}.empty-inline[data-v-2fc8c806]{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;color:#ffffff40;text-align:center}.empty-inline p[data-v-2fc8c806]{margin:0;font-size:.875rem}.loading-state[data-v-2fc8c806]{display:flex;justify-content:center;padding:4rem}.spinner[data-v-2fc8c806]{width:36px;height:36px;border:3px solid #333;border-top-color:#1e90ff;border-radius:50%;animation:spin-2fc8c806 .8s linear infinite}@keyframes spin-2fc8c806{to{transform:rotate(360deg)}}.modal-overlay[data-v-2fc8c806]{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.modal[data-v-2fc8c806]{background:#1a1a1a;border:1px solid #333;border-radius:16px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.modal-lg[data-v-2fc8c806]{max-width:580px}.modal-header[data-v-2fc8c806]{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #2a2a2a;position:sticky;top:0;background:#1a1a1a;z-index:1}.modal-header h2[data-v-2fc8c806]{margin:0;font-size:1.1rem;color:#fff}.close-btn[data-v-2fc8c806]{background:none;border:none;cursor:pointer;color:#ffffff80;padding:.25rem}.close-btn[data-v-2fc8c806]:hover{color:#fff}.modal-form[data-v-2fc8c806]{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.form-row[data-v-2fc8c806]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group[data-v-2fc8c806]{display:flex;flex-direction:column;gap:.4rem}.form-group label[data-v-2fc8c806]{font-size:.8rem;color:#fff9;font-weight:500}.form-group input[data-v-2fc8c806],.form-group select[data-v-2fc8c806],.form-group textarea[data-v-2fc8c806]{background:#111;border:1px solid #333;border-radius:8px;padding:.6rem .875rem;color:#e5e7eb;font-size:.875rem;outline:none;width:100%;box-sizing:border-box;font-family:inherit}.form-group input[data-v-2fc8c806]:focus,.form-group select[data-v-2fc8c806]:focus,.form-group textarea[data-v-2fc8c806]:focus{border-color:#1e90ff}.form-group textarea[data-v-2fc8c806]{resize:vertical;min-height:80px}.modal-actions[data-v-2fc8c806]{display:flex;gap:.75rem;justify-content:flex-end;padding-top:.5rem}.btn-primary[data-v-2fc8c806]{display:flex;align-items:center;gap:.4rem;background:#1e90ff;color:#fff;border:none;border-radius:10px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;cursor:pointer}.btn-primary[data-v-2fc8c806]:hover{background:#1a7ae0}.btn-primary[data-v-2fc8c806]:disabled{opacity:.6;cursor:not-allowed}.btn-secondary[data-v-2fc8c806]{background:#222;color:#e5e7eb;border:1px solid #333;border-radius:10px;padding:.625rem 1.25rem;font-size:.875rem;cursor:pointer}.btn-secondary[data-v-2fc8c806]:hover{background:#333}@media(max-width:640px){.detail-page[data-v-2fc8c806]{padding:1rem}.form-row[data-v-2fc8c806]{grid-template-columns:1fr}.process-card[data-v-2fc8c806]{flex-direction:column}.process-actions[data-v-2fc8c806]{flex-direction:row}}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{height:100%}html[data-theme=light] .app-layout,html[data-theme=light] .main-content{background:#f8f9fa}html[data-theme=light] .topbar{background:#fff;border-bottom-color:#e2e8f0;box-shadow:0 1px 3px #00000014}html[data-theme=light] .menu-toggle{color:#64748b}html[data-theme=light] .search-input{background:#f1f5f9;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .search-input::placeholder{color:#1e293b66}html[data-theme=light] .search-icon{color:#1e293b66}html[data-theme=light] .notification-button{background:#f1f5f9;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .notification-button:hover{background:#e2e8f0;border-color:#1e90ff;color:#1e90ff;box-shadow:0 2px 8px #1e90ff26}html[data-theme=light] .notification-badge{border-color:#fff}html[data-theme=light] .user-button{background:#f1f5f9;border-color:#e2e8f0}html[data-theme=light] .user-button:hover{background:#e2e8f0;border-color:#1e90ff;box-shadow:0 2px 8px #1e90ff26}html[data-theme=light] .dropdown-arrow{color:#94a3b8}html[data-theme=light] .dropdown-menu,html[data-theme=light] .notifications-dropdown{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 40px #0000001f}html[data-theme=light] .dropdown-item{color:#475569}html[data-theme=light] .dropdown-item:hover{background:#f1f5f9;color:#1e293b}html[data-theme=light] .dropdown-divider{background:#e2e8f0}html[data-theme=light] .logout-item{color:#dc2626}html[data-theme=light] .logout-item:hover{background:#fef2f2;color:#b91c1c}html[data-theme=light] .notifications-header{border-bottom-color:#e2e8f0}html[data-theme=light] .notifications-header h3{color:#1e293b}html[data-theme=light] .notification-item{border-bottom-color:#f1f5f9}html[data-theme=light] .notification-item:hover{background:#f8fafc}html[data-theme=light] .notification-title{color:#1e293b}html[data-theme=light] .notification-description,html[data-theme=light] .no-notifications p{color:#64748b}html[data-theme=light] .no-notifications .empty-icon{color:#cbd5e1}html[data-theme=light] .sidebar{background:#1e293b;border-right-color:#334155}html[data-theme=light] .nav-item{color:#cbd5e1}html[data-theme=light] .nav-item:hover{background:#1e90ff1f;color:#f1f5f9}html[data-theme=light] .nav-item.active{color:#1e90ff;background:#1e90ff26}html[data-theme=light] .recent-header{color:#fff6}html[data-theme=light] .recent-item{color:#fff9;background:#1e90ff0a}html[data-theme=light] .recent-item:hover{color:#fff;background:#1e90ff1a}html[data-theme=light] .recent-section{border-top-color:#ffffff14}html[data-theme=light] .recent-item-icon{color:#ffffff59}html[data-theme=light] .recent-item-subtitle{color:#ffffff4d}html[data-theme=light] .search-box .search-input{background:#fff;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .search-box .search-input::placeholder{color:#1e293b66}html[data-theme=light] .search-box .search-icon,html[data-theme=light] .search-box .clear-search-button{color:#1e293b73}html[data-theme=light] .search-box .clear-search-button:hover{background:#f1f5f9}html[data-theme=light] .filter-button,html[data-theme=light] .reset-button{background:#fff;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .filter-button:hover,html[data-theme=light] .reset-button:hover:not(:disabled){background:#f1f5f9}html[data-theme=light] .filter-menu{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 30px #0000001a}html[data-theme=light] .filter-menu-header{background:#f8f9fa;color:#64748b;border-bottom-color:#e2e8f0}html[data-theme=light] .filter-menu-item{color:#1e293b}html[data-theme=light] .filter-menu-item:hover{background:#f1f5f9}html[data-theme=light] .results-info{color:#64748b}html[data-theme=light] .data-table-container{background:#fff;border-color:#e2e8f0}html[data-theme=light] .data-table-container::-webkit-scrollbar-track{background:#f1f5f9}html[data-theme=light] .data-table-container::-webkit-scrollbar-thumb{background:#cbd5e1}html[data-theme=light] .data-table-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}html[data-theme=light] .data-table thead{background:#f8fafc;border-bottom-color:#e2e8f0}html[data-theme=light] .data-table th{color:#64748b}html[data-theme=light] .data-table td{border-bottom-color:#f1f5f9;color:#1e293b}html[data-theme=light] .data-table tbody tr:hover{background:#f8fafc}html[data-theme=light] .icon-button{background:#fff;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .icon-button:hover{background:#f1f5f9}html[data-theme=light] .data-card{background:#fff;border-color:#e2e8f0}html[data-theme=light] .data-card:hover{border-color:#1e90ff}html[data-theme=light] .card-header{background:#f8f9fa;border-bottom-color:#e2e8f0}html[data-theme=light] .card-title-text{color:#1e293b}html[data-theme=light] .card-label{color:#64748b}html[data-theme=light] .loading-state,html[data-theme=light] .error-state,html[data-theme=light] .empty-state,html[data-theme=light] .no-results{background:#fff;border-color:#e2e8f0}html[data-theme=light] .loading-state p,html[data-theme=light] .no-results p,html[data-theme=light] .empty-state p{color:#64748b}html[data-theme=light] .empty-state h3,html[data-theme=light] .no-results h3{color:#1e293b}html[data-theme=light] .empty-icon,html[data-theme=light] .no-results-icon{color:#cbd5e1}html[data-theme=light] .spinner{border-color:#e2e8f0;border-top-color:#1e90ff}html[data-theme=light] .pagination{background:#fff;border-color:#e2e8f0}html[data-theme=light] .per-page-label{color:#64748b}html[data-theme=light] .per-page-select,html[data-theme=light] .page-input{background:#fff;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .pagination-button,html[data-theme=light] .pagination-page{background:#fff;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .pagination-button:hover:not(:disabled),html[data-theme=light] .pagination-page:hover:not(.active){background:#f1f5f9}html[data-theme=light] .page-total{color:#94a3b8}html[data-theme=light] .context-menu{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 40px #0000001f}html[data-theme=light] .context-menu-item{color:#1e293b}html[data-theme=light] .context-menu-item:hover{background:#f1f5f9}html[data-theme=light] .context-menu-divider{background:#e2e8f0}html[data-theme=light] .form-container{background:#fff;border-color:#e2e8f0}html[data-theme=light] .form-section{border-bottom-color:#e2e8f0}html[data-theme=light] .form-section h2,html[data-theme=light] .form-section h3{color:#1e293b}html[data-theme=light] .form-group label{color:#475569}html[data-theme=light] .form-group input,html[data-theme=light] .form-group textarea,html[data-theme=light] .form-group select{background-color:#fff;border-color:#e2e8f0;color:#1e293b;color-scheme:light}html[data-theme=light] .form-group input::placeholder,html[data-theme=light] .form-group textarea::placeholder{color:#1e293b59}html[data-theme=light] .form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgba(30,41,59,0.5)' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center}html[data-theme=light] .form-group select:disabled{background-color:#f8fafc;color:#94a3b8}html[data-theme=light] .field-hint{color:#64748b}html[data-theme=light] .form-actions{border-top-color:#e2e8f0}html[data-theme=light] .back-button,html[data-theme=light] .cancel-button{background:#f1f5f9;border-color:#e2e8f0;color:#475569}html[data-theme=light] .back-button:hover,html[data-theme=light] .cancel-button:hover:not(:disabled){background:#e2e8f0}html[data-theme=light] .tabs-navigation{border-bottom-color:#e2e8f0}html[data-theme=light] .tab-button{color:#64748b}html[data-theme=light] .tab-button:hover{color:#1e293b;background:#f1f5f9}html[data-theme=light] .info-card{background:#fff;border-color:#e2e8f0}html[data-theme=light] .info-card h3,html[data-theme=light] .info-card .info-label{color:#64748b}html[data-theme=light] .info-card .info-value,html[data-theme=light] .settings-page h1{color:#1e293b}html[data-theme=light] .settings-card{background:#fff;border-color:#e2e8f0}html[data-theme=light] .settings-section{border-bottom-color:#e2e8f0}html[data-theme=light] .section-icon-header h3{color:#1e293b}html[data-theme=light] .section-description{color:#64748b}html[data-theme=light] .label-text{color:#1e293b}html[data-theme=light] .label-hint{color:#94a3b8}html[data-theme=light] .segmented-control{background:#f1f5f9}html[data-theme=light] .segment{color:#64748b}html[data-theme=light] .segment:hover:not(.active){background:#1e293b14;color:#475569}html[data-theme=light] .segment.active{background:#fff;color:#1e90ff;box-shadow:0 1px 3px #0000001f}html[data-theme=light] .action-btn.danger{background:#fff;border-color:#fecaca;color:#dc2626}html[data-theme=light] .action-btn.danger:hover:not(:disabled){background:#fef2f2}html[data-theme=light] .setting-row{border-top-color:#e2e8f0}html[data-theme=light] .login-container,html[data-theme=light] .signup-container{background:#f8f9fa}html[data-theme=light] .login-card,html[data-theme=light] .signup-card{background:#fff;border-color:#e2e8f0;box-shadow:0 8px 32px #00000014}html[data-theme=light] .login-card h1,html[data-theme=light] .signup-card h1{color:#1e293b}html[data-theme=light] .login-card label,html[data-theme=light] .signup-card label{color:#475569}html[data-theme=light] .login-card input,html[data-theme=light] .signup-card input{background:#f1f5f9;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .login-card input::placeholder,html[data-theme=light] .signup-card input::placeholder{color:#1e293b59}html[data-theme=light] .signup-link,html[data-theme=light] .login-link{color:#64748b}html[data-theme=light] .step-number{background:#e2e8f0;color:#94a3b8;border-color:#e2e8f0}html[data-theme=light] .step-label{color:#94a3b8}html[data-theme=light] .step-divider{background:#e2e8f0}html[data-theme=light] .btn-secondary{background:#f1f5f9;color:#475569;border-color:#e2e8f0}html[data-theme=light] .btn-secondary:hover{background:#e2e8f0;color:#1e293b}html[data-theme=light] .billing-intro{background:#1e90ff0d;color:#64748b;border-left-color:#1e90ff}html[data-theme=light] h1,html[data-theme=light] h2,html[data-theme=light] h3,html[data-theme=light] .page-header h1{color:#1e293b}html[data-theme=light] .modal,html[data-theme=light] .modal-content{background:#fff;border-color:#e2e8f0;box-shadow:0 20px 60px #00000026}html[data-theme=light] .modal-header{border-bottom-color:#e2e8f0;background:#f8f9fa}html[data-theme=light] .close-button{color:#64748b;background:transparent}html[data-theme=light] .close-button:hover{background:#f1f5f9;color:#1e293b}html[data-theme=light] .cancel-button{background:#f1f5f9;border-color:#e2e8f0;color:#475569}html[data-theme=light] .cancel-button:hover{background:#e2e8f0}html[data-theme=light] .dashboard-header h1{color:#1e293b}html[data-theme=light] .dashboard-header p{color:#64748b}html[data-theme=light] .config-button{background:#fff;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .config-button:hover{background:#f1f5f9}html[data-theme=light] .widget-config-panel{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 40px #0000001f}html[data-theme=light] .config-panel-header{border-bottom-color:#e2e8f0}html[data-theme=light] .config-panel-header h3{color:#1e293b}html[data-theme=light] .config-panel-header p{color:#64748b}html[data-theme=light] .widget-item{background:#f8f9fa;border-color:#e2e8f0}html[data-theme=light] .widget-item:hover{background:#f1f5f9}html[data-theme=light] .widget-item-title{color:#1e293b}html[data-theme=light] .widget-item-description{color:#64748b}html[data-theme=light] .empty-state{background:#fff;border-color:#e2e8f0}html[data-theme=light] .empty-state h3{color:#1e293b}html[data-theme=light] .empty-state p{color:#64748b}html[data-theme=light] .empty-icon{color:#cbd5e1}html[data-theme=light] .widget{background:#fff;border-color:#e2e8f0;box-shadow:0 1px 3px #0000000f}html[data-theme=light] .widget-header h3{color:#1e293b}html[data-theme=light] .widget-header p{color:#64748b}html[data-theme=light] .command-button{background:#f8f9fa;border-color:#e2e8f0}html[data-theme=light] .command-button:hover{background:#f1f5f9}html[data-theme=light] .command-icon-wrapper{background:#fff}html[data-theme=light] .command-title{color:#1e293b}html[data-theme=light] .command-description{color:#64748b}html[data-theme=light] .chat-panel{background:#fff;border-color:#e2e8f0;box-shadow:-4px 0 24px #0000001a}html[data-theme=light] .chat-header{background:#fff;border-bottom-color:#e2e8f0}html[data-theme=light] .chat-header h2{color:#1e293b}html[data-theme=light] .header-content svg{color:#1e90ff}html[data-theme=light] .close-button{color:#64748b}html[data-theme=light] .users-sidebar{background:#f8f9fa;border-right-color:#e2e8f0}html[data-theme=light] .sidebar-header{border-bottom-color:#e2e8f0;color:#64748b}html[data-theme=light] .sidebar-close-button{color:#64748b}html[data-theme=light] .sidebar-close-button:hover{background:#e2e8f0;color:#1e293b}html[data-theme=light] .user-item{background:#fff;border-bottom-color:#f1f5f9}html[data-theme=light] .user-item:hover{background:#f1f5f9}html[data-theme=light] .user-item.active{background:#1e90ff14}html[data-theme=light] .user-name{color:#1e293b}html[data-theme=light] .user-status{color:#64748b}html[data-theme=light] .last-message,html[data-theme=light] .empty-conversations p{color:#94a3b8}html[data-theme=light] .chat-area{background:#f8f9fa}html[data-theme=light] .no-chat-selected h3{color:#1e293b}html[data-theme=light] .no-chat-selected p,html[data-theme=light] .loading-messages p,html[data-theme=light] .no-messages p{color:#64748b}html[data-theme=light] .message-bubble{background:#fff;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .message-own .message-bubble{background:linear-gradient(135deg,#1e90ff,#4169e1);border-color:transparent;color:#fff}html[data-theme=light] .message-sender-name{color:#64748b}html[data-theme=light] .message-time{color:#94a3b8}html[data-theme=light] .message-own .message-time{color:#ffffffb3}html[data-theme=light] .message-content{color:#1e293b}html[data-theme=light] .message-own .message-content{color:#fff}html[data-theme=light] .chat-input-container{background:#fff;border-top-color:#e2e8f0}html[data-theme=light] .chat-input{background:#f1f5f9;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .chat-input::placeholder{color:#1e293b66}html[data-theme=light] .projekt-menu{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 40px #0000001a}html[data-theme=light] .projekt-menu-header{background:#f8f9fa;border-bottom-color:#e2e8f0;color:#64748b}html[data-theme=light] .mobile-chat-header{background:#fff;border-bottom-color:#e2e8f0}html[data-theme=light] .documentation-card{background:#f1f5f9;border-color:#e2e8f0}html[data-theme=light] .documentation-card-label{color:#64748b}html[data-theme=light] .documentation-card-title{color:#1e293b}html[data-theme=light] .card-time{color:#94a3b8}html[data-theme=light] .profile-card{background:#fff;border-color:#e2e8f0}html[data-theme=light] .profile-card h2,html[data-theme=light] .profile-card h3{color:#1e293b}html[data-theme=light] .password-input-wrapper input{background:#fff;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .password-toggle{color:#64748b}html[data-theme=light] .password-toggle:hover{background:#f1f5f9}html[data-theme=light] .administration-card{background:#fff;border-color:#e2e8f0}html[data-theme=light] .administration-card h2,html[data-theme=light] .administration-card h3{color:#1e293b}html[data-theme=light] .users-table-container{background:#fff;border-color:#e2e8f0}html[data-theme=light] .users-table thead{background:#f8f9fa;border-bottom-color:#e2e8f0}html[data-theme=light] .users-table th{color:#64748b}html[data-theme=light] .users-table td{border-bottom-color:#f1f5f9;color:#1e293b}html[data-theme=light] .users-table tbody tr:hover{background:#f8f9fa}html[data-theme=light] .refresh-button{background:#fff;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .refresh-button:hover{background:#f1f5f9}html[data-theme=light] .security-note{background:#f8f9fa;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .setup-steps,html[data-theme=light] .connection-info{background:#f8f9fa;border-color:#e2e8f0}html[data-theme=light] .radio-option:hover{background:#f1f5f9}html[data-theme=light] .radio-option.disabled{background:#f8f9fa}html[data-theme=light] .permission-item{background:#f8f9fa;border-color:#e2e8f0}html[data-theme=light] .user-tag-select{background-color:#fff;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .billing-toggle{background:#f1f5f9}html[data-theme=light] .toggle-btn{color:#64748b}html[data-theme=light] .toggle-btn.active{background:#fff;color:#1e90ff}html[data-theme=light] .calendar-container{background:#fff;border-color:#e2e8f0}html[data-theme=light] .calendar-header{background:#f8f9fa;border-bottom-color:#e2e8f0;color:#1e293b}html[data-theme=light] .calendar-day{border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .calendar-day:hover{background:#f1f5f9}html[data-theme=light] .calendar-day.other-month{color:#94a3b8;background:#fafafa}html[data-theme=light] .calendar-weekday{color:#64748b}html[data-theme=light] .date-filter{background:#fff;border-color:#e2e8f0;box-shadow:0 2px 8px #00000014}html[data-theme=light] .date-filter label{color:#64748b}html[data-theme=light] .date-input-group input[type=date]{background:#f1f5f9;border-color:#e2e8f0;color:#1e293b;color-scheme:light}html[data-theme=light] .marker-count{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}html[data-theme=light] .search-page h1{color:#1e293b}html[data-theme=light] .search-page .search-input{background:#fff;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .results-summary{background:#f8f9fa;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .results-list{background:#fff;border-color:#e2e8f0}html[data-theme=light] .result-item{border-bottom-color:#f1f5f9}html[data-theme=light] .result-item:hover{background:#f8f9fa}html[data-theme=light] .result-title{color:#1e293b}html[data-theme=light] .result-subtitle,html[data-theme=light] .result-meta{color:#64748b}html[data-theme=light] .show-all-btn{background:#fff;border-color:#e2e8f0;color:#1e90ff}html[data-theme=light] .show-all-btn:hover{background:#f1f5f9}html[data-theme=light] .page-btn{background:#fff;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .page-btn:hover{background:#f1f5f9}html[data-theme=light] .list-header h1,html[data-theme=light] .page-title{color:#1e293b}html[data-theme=light] .subscription-container{background:#f8f9fa}html[data-theme=light] .subscription-card{background:#fff;border-color:#e2e8f0;box-shadow:0 8px 32px #00000014}html[data-theme=light] .module-card{background:#fff;border-color:#e2e8f0}html[data-theme=light] .module-card:hover{border-color:#1e90ff}html[data-theme=light] .module-card.selected{background:#1e90ff0d}html[data-theme=light] .module-header h3{color:#1e293b}html[data-theme=light] .module-description{color:#64748b}html[data-theme=light] .pricing-summary{background:#f8f9fa;border-color:#e2e8f0}html[data-theme=light] .summary-row{color:#1e293b}html[data-theme=light] .trial-banner{background:#10b9810f;border-color:#10b98133}html[data-theme=light] .trial-text strong{color:#059669}html[data-theme=light] .trial-text span{color:#64748b}html[data-theme=light] .trial-hint,html[data-theme=light] .agb-hint{color:#94a3b8}html[data-theme=light] .clear-filters-button{background:#fff;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .clear-filters-button:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}html[data-theme=light] .filtered-hint{color:#94a3b8}html[data-theme=light] .card-item>span:last-child{color:#1e293b}html[data-theme=light] .info-row{border-bottom-color:#f1f5f9}html[data-theme=light] .info-row .label{color:#64748b}html[data-theme=light] .info-row .value{color:#1e293b}html[data-theme=light] .info-row .value.text-muted{color:#94a3b8}html[data-theme=light] .notes-text{color:#1e293b}html[data-theme=light] .initial-loading{background:#fff;border-color:#e2e8f0}html[data-theme=light] .initial-loading p{color:#64748b}html[data-theme=light] .loading-spinner{border-color:#e2e8f0;border-top-color:#1e90ff}html[data-theme=light] .file-item,html[data-theme=light] .contact-card,html[data-theme=light] .auftrag-item,html[data-theme=light] .dokumentation-item,html[data-theme=light] .labor-item,html[data-theme=light] .material-item,html[data-theme=light] .part-item,html[data-theme=light] .photo-card,html[data-theme=light] .vorlage-card,html[data-theme=light] .labor-form,html[data-theme=light] .material-form,html[data-theme=light] .part-form{background:#fff;border-color:#e2e8f0}html[data-theme=light] .file-item:hover,html[data-theme=light] .contact-card:hover,html[data-theme=light] .auftrag-item:hover,html[data-theme=light] .dokumentation-item:hover,html[data-theme=light] .labor-item:hover,html[data-theme=light] .material-item:hover,html[data-theme=light] .part-item:hover{background:#f8fafc;border-color:#cbd5e1}html[data-theme=light] .file-title,html[data-theme=light] .contact-name,html[data-theme=light] .contact-detail-name strong,html[data-theme=light] .auftrag-title,html[data-theme=light] .dokumentation-title{color:#1e293b}html[data-theme=light] .file-description,html[data-theme=light] .auftrag-description,html[data-theme=light] .dokumentation-description{color:#64748b}html[data-theme=light] .auftrag-action,html[data-theme=light] .dokumentation-action{color:#94a3b8}html[data-theme=light] .empty-files p,html[data-theme=light] .empty-contacts p,html[data-theme=light] .empty-auftraege p,html[data-theme=light] .empty-dokumentationen p{color:#64748b}html[data-theme=light] .empty-files .empty-icon,html[data-theme=light] .empty-contacts .empty-icon,html[data-theme=light] .empty-auftraege .empty-icon,html[data-theme=light] .empty-dokumentationen .empty-icon{color:#cbd5e1}html[data-theme=light] .tab-section-title,html[data-theme=light] .vorlage-title,html[data-theme=light] .labor-user,html[data-theme=light] .material-name,html[data-theme=light] .part-name,html[data-theme=light] .photo-name,html[data-theme=light] .marker-label{color:#1e293b}html[data-theme=light] .vorlage-description,html[data-theme=light] .labor-details,html[data-theme=light] .labor-notes,html[data-theme=light] .material-details,html[data-theme=light] .material-notes,html[data-theme=light] .part-details,html[data-theme=light] .marker-description,html[data-theme=light] .marker-position,html[data-theme=light] .grundriss-info p,html[data-theme=light] .upload-hint,html[data-theme=light] .subsection-hint,html[data-theme=light] .notification-hint{color:#64748b}html[data-theme=light] .photo-size,html[data-theme=light] .photo-loading{color:#94a3b8}html[data-theme=light] .contact-detail-card{background:#fff;border-color:#e2e8f0}html[data-theme=light] .delete-labor-button,html[data-theme=light] .delete-material-button,html[data-theme=light] .delete-part-button,html[data-theme=light] .edit-labor-button,html[data-theme=light] .edit-material-button,html[data-theme=light] .edit-part-button,html[data-theme=light] .arrived-part-button,html[data-theme=light] .template-button-small{background:#f1f5f9;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .no-labors p,html[data-theme=light] .no-materials p,html[data-theme=light] .no-parts p,html[data-theme=light] .no-photos p,html[data-theme=light] .no-vorlagen p{color:#64748b}html[data-theme=light] .no-labors .empty-icon,html[data-theme=light] .no-materials .empty-icon,html[data-theme=light] .no-parts .empty-icon,html[data-theme=light] .no-photos .empty-icon,html[data-theme=light] .no-vorlagen .empty-icon{color:#cbd5e1}html[data-theme=light] .no-vorlagen .hint{color:#94a3b8}html[data-theme=light] .status-badge.entwurf{background:#f1f5f9;color:#64748b}html[data-theme=light] .grundriss-info,html[data-theme=light] .grundriss-viewer,html[data-theme=light] .hourly-rate-group,html[data-theme=light] .marker-list,html[data-theme=light] .ordered-details,html[data-theme=light] .repair-pending-section,html[data-theme=light] .repair-completed-section,html[data-theme=light] .upload-section{background:#f8f9fa;border-color:#e2e8f0}html[data-theme=light] .photo-preview{background:#f1f5f9}html[data-theme=light] .anlagen-page h1{color:#1e293b}html[data-theme=light] .anlagen-page .subtitle{color:#64748b}html[data-theme=light] .anlagen-page .search-input{background:#fff;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .anlagen-page .search-input::placeholder{color:#1e293b66}html[data-theme=light] .anlagen-page .search-icon{color:#1e293b66}html[data-theme=light] .filter-btn{background:#fff;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .filter-btn:hover{border-color:#cbd5e1;color:#1e293b}html[data-theme=light] .filter-btn.active{background:#eff6ff;border-color:#1e90ff;color:#1e90ff}html[data-theme=light] .toggle-ua-btn{background:#fff;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .toggle-ua-btn:hover{border-color:#cbd5e1;color:#1e293b}html[data-theme=light] .toggle-ua-btn.active{background:#f5f3ff;border-color:#7c3aed;color:#7c3aed}html[data-theme=light] .anlage-card{background:#fff;border-color:#e2e8f0}html[data-theme=light] .anlage-card:hover{border-color:#1e90ff80;box-shadow:0 8px 24px #1e90ff1a}html[data-theme=light] .anlage-card .card-name{color:#1e293b}html[data-theme=light] .anlage-card .card-location,html[data-theme=light] .anlage-card .card-description,html[data-theme=light] .anlage-card .stat{color:#64748b}html[data-theme=light] .anlage-card .stat-alert{color:#dc2626}html[data-theme=light] .anlage-card .card-arrow{color:#cbd5e1}html[data-theme=light] .anlage-card:hover .card-arrow{color:#1e90ff}html[data-theme=light] .ua-card{background:#faf8ff;border-color:#e9d5ff}html[data-theme=light] .ua-card:hover{border-color:#7c3aed80;box-shadow:0 8px 24px #7c3aed14}html[data-theme=light] .ua-card:hover .card-arrow{color:#7c3aed}html[data-theme=light] .ua-marker{background:#f5f3ff;border-color:#ddd6fe;color:#6d28d9}html[data-theme=light] .ua-parent-name{color:#5b21b6}html[data-theme=light] .ua-chain-sep,html[data-theme=light] .ua-chain-ellipsis{color:#a78bfa}html[data-theme=light] .ua-label{color:#7c3aed}html[data-theme=light] .anlagen-page .empty-state{background:transparent;border-color:transparent}html[data-theme=light] .anlagen-page .empty-state h3{color:#475569}html[data-theme=light] .anlagen-page .empty-state p{color:#94a3b8}html[data-theme=light] .detail-page{color:#1e293b}html[data-theme=light] .breadcrumb{color:#64748b}html[data-theme=light] .crumb-btn{color:#64748b;background:none;border:none}html[data-theme=light] .crumb-btn:hover{color:#1e90ff}html[data-theme=light] .crumb-sep{color:#cbd5e1}html[data-theme=light] .crumb-current,html[data-theme=light] .detail-page h1{color:#1e293b}html[data-theme=light] .detail-page .subtitle,html[data-theme=light] .header-desc,html[data-theme=light] .header-location{color:#64748b}html[data-theme=light] .back-btn{background:#fff;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .back-btn:hover{background:#f1f5f9;color:#1e293b}html[data-theme=light] .icon-btn{background:#fff;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .icon-btn:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}html[data-theme=light] .icon-btn.danger:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}html[data-theme=light] .icon-btn-sm{background:#fff;border-color:#e2e8f0;color:#94a3b8}html[data-theme=light] .icon-btn-sm:hover{background:#f1f5f9;color:#1e293b}html[data-theme=light] .icon-btn-sm.danger:hover{background:#fef2f2;color:#dc2626}html[data-theme=light] .quick-stats{background:#fff;border-color:#e2e8f0}html[data-theme=light] .qstat{color:#64748b}html[data-theme=light] .qstat strong{color:#1e293b}html[data-theme=light] .qstat.alert,html[data-theme=light] .qstat.alert strong{color:#dc2626}html[data-theme=light] .tabs{border-bottom-color:#e2e8f0}html[data-theme=light] .tab-btn{color:#64748b}html[data-theme=light] .tab-btn:hover{color:#1e293b}html[data-theme=light] .tab-btn.active{color:#1e90ff;border-bottom-color:#1e90ff}html[data-theme=light] .tab-count{background:#eff6ff;color:#1e90ff}html[data-theme=light] .tab-badge{background:#fef2f2;color:#dc2626}html[data-theme=light] .section-header h2{color:#1e293b}html[data-theme=light] .section-sub{color:#94a3b8}html[data-theme=light] .parts-table-wrap{border-color:#e2e8f0}html[data-theme=light] .parts-table th{background:#f8f9fa;color:#64748b}html[data-theme=light] .parts-table td{border-top-color:#f1f5f9;color:#475569}html[data-theme=light] .parts-table tr:hover td{background:#f8fafc}html[data-theme=light] .td-name{color:#1e293b}html[data-theme=light] .mono{color:#475569}html[data-theme=light] .tag{background:#eff6ff;color:#1e90ff;border-color:#bfdbfe}html[data-theme=light] .chip{background:#fff;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .chip:hover{border-color:#cbd5e1;color:#1e293b}html[data-theme=light] .chip.active{background:#eff6ff;border-color:#1e90ff;color:#1e90ff}html[data-theme=light] .process-card{background:#fff;border-color:#e2e8f0}html[data-theme=light] .process-title{color:#1e293b}html[data-theme=light] .process-desc{color:#64748b}html[data-theme=light] .process-meta{color:#94a3b8}html[data-theme=light] .rep-icon{color:#cbd5e1}html[data-theme=light] .process-notes{background:#f8f9fa;border-left-color:#e2e8f0;color:#64748b}html[data-theme=light] .linked-item{color:#1e90ff}html[data-theme=light] .ua-list .ua-card{background:#fff;border-color:#e2e8f0}html[data-theme=light] .ua-list .ua-header{background:transparent}html[data-theme=light] .ua-list .ua-header:hover{background:#f8f9fa}html[data-theme=light] .ua-list .ua-name{color:#1e293b}html[data-theme=light] .ua-list .ua-parts-count{color:#94a3b8}html[data-theme=light] .ua-list .collapse-icon{color:#cbd5e1}html[data-theme=light] .ua-list .ua-desc{color:#64748b}html[data-theme=light] .ua-search-input{background:#fff;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .ua-search-input::placeholder{color:#1e293b66}html[data-theme=light] .ua-search-input:focus{border-color:#1e90ff}html[data-theme=light] .ua-search-icon{color:#1e293b66}html[data-theme=light] .ua-search-row{background:#fff;border-color:#e2e8f0}html[data-theme=light] .ua-search-row:hover{border-color:#8b5cf6;background:#f8f5ff}html[data-theme=light] .usr-path{color:#94a3b8}html[data-theme=light] .usr-sep{color:#cbd5e1}html[data-theme=light] .usr-name{color:#1e293b}html[data-theme=light] .usr-icon{color:#8b5cf6}html[data-theme=light] .detail-page .empty-inline{color:#94a3b8}html[data-theme=light] .detail-page .spinner{border-color:#e2e8f0;border-top-color:#1e90ff}html[data-theme=light] .modal-overlay{background:#0006}html[data-theme=light] .modal{background:#fff;border-color:#e2e8f0}html[data-theme=light] .modal-header{background:#f8f9fa;border-bottom-color:#e2e8f0}html[data-theme=light] .modal-header h2{color:#1e293b}html[data-theme=light] .close-btn{color:#64748b}html[data-theme=light] .close-btn:hover{color:#1e293b}html[data-theme=light] .modal-form .form-group label{color:#475569}html[data-theme=light] .modal-form .form-group input,html[data-theme=light] .modal-form .form-group select,html[data-theme=light] .modal-form .form-group textarea{background:#f8f9fa;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .modal-form .form-group input:focus,html[data-theme=light] .modal-form .form-group select:focus,html[data-theme=light] .modal-form .form-group textarea:focus{border-color:#1e90ff}html[data-theme=light] .modal-form .form-group input::placeholder,html[data-theme=light] .modal-form .form-group textarea::placeholder{color:#1e293b59}html[data-theme=light] .modal-form .btn-secondary{background:#f1f5f9;border-color:#e2e8f0;color:#475569}html[data-theme=light] .modal-form .btn-secondary:hover{background:#e2e8f0}html[data-theme=light] .ua-card-wrap .ua-card{background:#fff;border-color:#e2e8f0}html[data-theme=light] .ua-card-wrap .ua-card:hover{border-color:#cbd5e1;box-shadow:0 4px 16px #00000014}html[data-theme=light] .ua-card-wrap.depth-1 .ua-card,html[data-theme=light] .depth-1>.ua-card-wrap .ua-card{background:#f8f9fa}html[data-theme=light] .ua-card-wrap.depth-2 .ua-card,html[data-theme=light] .depth-2>.ua-card-wrap .ua-card{background:#f1f5f9}html[data-theme=light] .ua-card-wrap.depth-3 .ua-card,html[data-theme=light] .depth-3>.ua-card-wrap .ua-card{background:#eaf0fb}html[data-theme=light] .ua-card-wrap .card-name{color:#1e293b}html[data-theme=light] .ua-card-wrap .card-desc{color:#64748b}html[data-theme=light] .ua-card-wrap .expand-btn{color:#94a3b8}html[data-theme=light] .ua-card-wrap .expand-btn:hover{background:#f1f5f9;color:#1e293b}html[data-theme=light] .ua-card-wrap .stat-chip.parts{background:#eff6ff;color:#1e90ff;border-color:#bfdbfe}html[data-theme=light] .ua-card-wrap .stat-chip.parts:hover,html[data-theme=light] .ua-card-wrap .stat-chip.parts.active{background:#dbeafe;border-color:#93c5fd}html[data-theme=light] .ua-card-wrap .stat-chip.children{background:#f5f3ff;color:#6d28d9;border-color:#ddd6fe}html[data-theme=light] .ua-card-wrap .act-btn{background:#eff6ff;border-color:#bfdbfe;color:#1e90ff}html[data-theme=light] .ua-card-wrap .act-btn:hover{background:#dbeafe}html[data-theme=light] .ua-card-wrap .act-divider{background:#e2e8f0}html[data-theme=light] .ua-card-wrap .act-icon{background:#fff;border-color:#e2e8f0;color:#64748b}html[data-theme=light] .ua-card-wrap .act-icon:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}html[data-theme=light] .ua-card-wrap .act-icon.danger:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}html[data-theme=light] .ua-card-wrap .parts-section{border-top-color:#e2e8f0}html[data-theme=light] .ua-card-wrap .parts-header{color:#94a3b8}html[data-theme=light] .ua-card-wrap .part-chip{background:#f8f9fa;border-color:#e2e8f0}html[data-theme=light] .ua-card-wrap .part-name{color:#1e293b}html[data-theme=light] .ua-card-wrap .part-tag{background:#eff6ff;color:#1e90ff;border-color:#bfdbfe}html[data-theme=light] .ua-card-wrap .part-meta-item{color:#94a3b8}html[data-theme=light] .ua-card-wrap .part-btn{background:#fff;border-color:#e2e8f0;color:#94a3b8}html[data-theme=light] .ua-card-wrap .part-btn:hover{background:#f1f5f9;color:#1e293b}html[data-theme=light] .ua-card-wrap .part-btn.danger:hover{color:#dc2626}html[data-theme=light] .ua-card-wrap .children-line{border-color:#e2e8f0!important}
