*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;color:#e6edf3;background:#0d1117;color-scheme:dark;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#e63022;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}ul,ol{list-style:none}hr{border:none;border-top:1px solid #21273d;margin:16px 0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0d1117}::-webkit-scrollbar-thumb{background:#21273d;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#4c5462}#app{height:100%}.app-shell{display:flex;flex-direction:column;height:100%}.header{height:64px;background:#0d1117eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #21273d;color:#e6edf3;display:flex;align-items:center;padding:0 24px;gap:16px;flex-shrink:0;z-index:100}.header__emblem{width:38px;height:38px;background:#e6302226;border:1px solid rgba(230,48,34,.3);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;overflow:hidden}.header__emblem img{width:100%;height:100%;object-fit:contain;padding:4px}.header__title h1{font-size:16px;font-weight:700;color:#e6edf3;letter-spacing:-.01em}.header__title p{font-size:11px;color:#7d8590;margin-top:1px}.header__right{margin-left:auto;display:flex;align-items:center;gap:8px}.header__user{display:flex;align-items:center;gap:4px;font-size:12px;color:#7d8590;padding:0 8px}.header__logout{background:transparent;border:1px solid #21273d;color:#7d8590;padding:6px 16px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;transition:all .15s ease}.header__logout:hover{border-color:#e63022;color:#e63022;background:#e6302226}.body-layout{display:flex;flex:1;overflow:hidden}.sidebar{width:220px;background:#0d1117;border-right:1px solid #21273d;flex-shrink:0;overflow-y:auto;padding:8px 0 0;display:flex;flex-direction:column}.sidebar__nav{display:flex;flex-direction:column;flex:1}.sidebar__copyright{padding:16px 24px;border-top:1px solid #21273d;font-size:10px;color:#4c5462;text-align:center;letter-spacing:.02em}.sidebar__item{display:flex;align-items:center;gap:8px;padding:10px 16px;color:#7d8590;cursor:pointer;border:none;background:none;width:100%;text-align:left;font-size:14px;font-weight:500;transition:all .15s ease;border-left:2px solid transparent;margin:1px 0}.sidebar__item:hover{color:#e6edf3;background:#161b27}.sidebar__item.active{color:#e6edf3;background:#161b27;border-left-color:#e63022;font-weight:600}.sidebar__item__icon{font-size:15px;width:20px;text-align:center;flex-shrink:0}.sidebar__divider{height:1px;background:#21273d;margin:4px 16px}.sidebar__module{display:flex;align-items:center;gap:8px;padding:10px 16px 4px;color:#4c5462;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;-webkit-user-select:none;user-select:none}.sidebar__module:after{content:"";flex:1;height:1px;background:#21273d}.main-content{flex:1;overflow-y:auto;padding:24px;background:#0d1117}.page{max-width:1200px;margin:0 auto;display:none}.page.active{display:block}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.page-header h2{font-size:20px;font-weight:700;color:#e6edf3;letter-spacing:-.02em}.page-header p{font-size:12px;color:#7d8590;margin-top:3px}.card{background:#161b27;border:1px solid #21273d;border-radius:12px;margin-bottom:24px;overflow:hidden;transition:border-color .15s ease}.card__header{background:#1c2335;border-bottom:1px solid #21273d;color:#e6edf3;padding:12px 24px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:space-between}.card__body{padding:24px}.card--rot{border-top:2px solid #e63022}.card--rot .card__header{background:#e6302226;color:#e6edf3;border-bottom-color:#e6302233}.btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;transition:all .15s ease;white-space:nowrap;text-decoration:none}.btn:disabled{opacity:.4;cursor:not-allowed}.btn--primary{background:#e63022;color:#fff}.btn--primary:hover:not(:disabled){background:#b5261b;transform:translateY(-1px);box-shadow:0 4px 14px #e6302259}.btn--secondary{background:#1c2335;color:#e6edf3;border:1px solid #21273d}.btn--secondary:hover:not(:disabled){background:#21273d}.btn--success{background:#3fb950;color:#fff}.btn--success:hover:not(:disabled){background:#359b43}.btn--warning{background:#d29922;color:#fff}.btn--warning:hover:not(:disabled){filter:brightness(.9)}.btn--outline{background:transparent;color:#7d8590;border:1px solid #21273d}.btn--outline:hover:not(:disabled){background:#1c2335;color:#e6edf3;border-color:#7d8590}.btn--danger{background:transparent;color:#e63022;border:1px solid #e63022}.btn--danger:hover:not(:disabled){background:#e6302226}.btn--sm{padding:5px 10px;font-size:11px;border-radius:4px}.btn--lg{padding:11px 22px;font-size:14px}.btn--full{width:100%;justify-content:center}.btn-group{display:flex;gap:8px;flex-wrap:wrap}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.form-group{display:flex;flex-direction:column;gap:5px}.form-group--full{grid-column:1/-1}.form-group label{font-size:11px;font-weight:600;color:#7d8590;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group select,.form-group textarea{padding:8px 12px;border:1px solid #21273d;border-radius:8px;color:#e6edf3;background:#0d1117;transition:border-color .15s ease,box-shadow .15s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#e63022;box-shadow:0 0 0 3px #e630221f}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#4c5462}.form-group input option,.form-group select option,.form-group textarea option{background:#161b27}.form-group textarea{resize:vertical;min-height:80px}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse}th{background:#1c2335;padding:10px 12px;text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#7d8590;border-bottom:1px solid #21273d;white-space:nowrap}td{padding:10px 12px;border-bottom:1px solid #21273d;vertical-align:middle;color:#e6edf3}td:last-child{white-space:nowrap}tr:last-child td{border-bottom:none}tr:hover td{background:#1c2335}.table-empty{text-align:center;padding:48px;color:#7d8590;font-style:italic}.badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600}.badge--offen{background:#e6302226;color:#ff8a80}.badge--teillieferung{background:#d2992226;color:#ffb74d}.badge--vollstaendig{background:#3fb95026;color:#3fb950}.badge--storniert{background:#1c2335;color:#7d8590}.badge--superuser{background:#d2992226;color:#d29922}.badge--admin{background:#a371f726;color:#a371f7}.badge--user{background:#1c2335;color:#7d8590}.tab-bar{display:flex;gap:2px;margin-bottom:24px;border-bottom:1px solid #21273d}.tab-btn{background:none;border:none;padding:10px 18px;font-size:12px;font-weight:600;color:#7d8590;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .15s ease}.tab-btn:hover{color:#e6edf3}.tab-btn--active{color:#e63022;border-bottom-color:#e63022}.tab-panel{display:block}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:#161b27;border:1px solid #21273d;border-radius:12px;padding:16px;text-align:center;transition:border-color .15s ease,transform .15s ease}.stat-card:hover{border-color:#e630224d;transform:translateY(-1px)}.stat-card__number{font-size:28px;font-weight:800;line-height:1;margin-bottom:6px;letter-spacing:-.02em}.stat-card__label{font-size:11px;color:#7d8590;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.stat-card--offen .stat-card__number{color:#ff8a80}.stat-card--teillieferung .stat-card__number{color:#d29922}.stat-card--vollstaendig .stat-card__number{color:#3fb950}.stat-card--gesamt .stat-card__number{color:#e6edf3}.filter-bar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.filter-bar input,.filter-bar select{padding:7px 12px;border:1px solid #21273d;border-radius:8px;font-size:12px;color:#e6edf3;background:#161b27}.filter-bar input:focus,.filter-bar select:focus{outline:none;border-color:#e63022}.filter-bar input option,.filter-bar select option{background:#161b27}.modal[style*="display: flex"],.modal[style*="display:flex"]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;align-items:center;justify-content:center}.modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal__box{position:relative;z-index:1;background:#161b27;border:1px solid #21273d;border-radius:16px;box-shadow:0 8px 32px #0000008c;width:90%;max-width:480px;overflow:hidden}.modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;align-items:center;justify-content:center}.modal-overlay.active{display:flex}.modal{background:#161b27;border:1px solid #21273d;border-radius:16px;box-shadow:0 8px 32px #0000008c;width:90%;max-width:540px;max-height:90vh;overflow-y:auto}.modal__header{background:#1c2335;border-bottom:1px solid #21273d;color:#e6edf3;padding:14px 24px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:space-between}.modal__close{background:none;border:none;color:#7d8590;font-size:18px;cursor:pointer;line-height:1;padding:2px;border-radius:4px;transition:color .15s ease}.modal__close:hover{color:#e6edf3}.modal__body{padding:24px}.modal__footer{padding:16px 24px;border-top:1px solid #21273d;display:flex;justify-content:flex-end;gap:8px;background:#1c2335}#toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px}.toast{background:#161b27;border:1px solid #21273d;color:#e6edf3;padding:10px 16px;border-radius:12px;box-shadow:0 8px 32px #0000008c;font-size:12px;font-weight:500;animation:toast-in .2s ease;border-left:3px solid #3fb950;min-width:240px}.toast--error{border-left-color:#e63022}.toast--warning{border-left-color:#d29922}@keyframes toast-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0d1117;position:relative;overflow:hidden}.auth-page:before{content:"";position:absolute;top:-150px;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(ellipse,rgba(230,48,34,.1) 0%,transparent 70%);pointer-events:none}.auth-page .auth-card{background:#161b27;border:1px solid #21273d;border-radius:16px;box-shadow:0 8px 32px #0000008c;width:100%;max-width:400px;overflow:hidden;position:relative;z-index:1}.auth-page .auth-header{background:#e63022;color:#fff;padding:32px 24px;text-align:center;position:relative}.auth-page .auth-header .auth-emblem{width:68px;height:68px;background:#ffffff26;border:2px solid rgba(255,255,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;margin:0 auto 16px;overflow:hidden}.auth-page .auth-header .auth-emblem img{width:100%;height:100%;object-fit:contain;padding:6px}.auth-page .auth-header h1{font-size:20px;font-weight:700;letter-spacing:-.01em}.auth-page .auth-header p{font-size:12px;opacity:.85;margin-top:4px}.auth-page .auth-body{padding:32px 24px}.auth-page .auth-body .form-group{margin-bottom:16px}.auth-page .auth-totp-hint{text-align:center;font-size:12px;color:#7d8590;margin-bottom:16px}.auth-page .auth-totp-hint strong{color:#e6edf3;display:block;margin-bottom:4px;font-size:14px}.auth-page .totp-code-input{text-align:center;font-size:24px;letter-spacing:8px;font-weight:700;background:#0d1117!important}.beschaffung-card .card__body{padding:0}.beschaffung-article-select{padding:16px 16px 8px;border-bottom:1px solid #21273d}.beschaffung-form{padding:0}.beschaffung-row{display:flex;border-bottom:1px solid #21273d}.beschaffung-row--haendler{border-bottom:none;border-top:1px solid #21273d}.beschaffung-row--haendler+.beschaffung-row--haendler{border-top:none}.beschaffung-cell{flex:1;padding:0;border-right:1px solid #21273d}.beschaffung-cell:last-child{border-right:none}.beschaffung-cell--full{flex:1 1 100%;border-right:none}.beschaffung-cell--bedarfsmelder{flex:2}.beschaffung-cell--telefon,.beschaffung-cell--datum{flex:1}.beschaffung-cell input,.beschaffung-cell textarea,.beschaffung-cell select{width:100%;border:none;border-radius:0;padding:8px 16px;font-size:14px;background:transparent;color:#e6edf3;box-shadow:none;outline:none;resize:vertical}.beschaffung-cell input:focus,.beschaffung-cell textarea:focus,.beschaffung-cell select:focus{background:#e630220d}.beschaffung-cell input::placeholder,.beschaffung-cell textarea::placeholder,.beschaffung-cell select::placeholder{color:#4c5462}.beschaffung-cell textarea{min-height:90px}.beschaffung-label{font-size:11px;color:#7d8590;padding:4px 16px 0;white-space:nowrap}.beschaffung-table-header{display:flex;background:#1c2335;border-bottom:1px solid #21273d}.beschaffung-th{padding:4px 16px;font-size:11px;font-weight:700;color:#7d8590;text-transform:uppercase;letter-spacing:.5px;border-right:1px solid #21273d}.beschaffung-th:last-child{border-right:none}.beschaffung-th--menge{width:80px}.beschaffung-th--einheit{width:140px}.beschaffung-th--gesamt{width:90px}.beschaffung-th--gegenstand{flex:1}.beschaffung-table-row{display:flex;border-bottom:1px solid #21273d}.beschaffung-table-row:hover{background:#1c2335}.beschaffung-td{padding:0;border-right:1px solid #21273d}.beschaffung-td:last-child{border-right:none}.beschaffung-td--menge{width:80px}.beschaffung-td--einheit{width:140px}.beschaffung-td--gesamt{width:90px}.beschaffung-td--gegenstand{flex:1}.beschaffung-td input,.beschaffung-td select{width:100%;border:none;border-radius:0;padding:8px 16px;font-size:14px;background:transparent;color:#e6edf3;box-shadow:none;outline:none}.beschaffung-td input:focus,.beschaffung-td select:focus{background:#e630220d}.beschaffung-td input option,.beschaffung-td select option{background:#161b27}.beschaffung-hint{font-size:11px;color:#4c5462;padding:4px 16px;border-bottom:1px solid #21273d}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.dashboard-card{background:#161b27;border:1px solid #21273d;border-radius:16px;padding:24px;text-align:center;position:relative;overflow:hidden;transition:all .22s ease}.dashboard-card:after{content:"";position:absolute;inset:0 0 auto 0;height:2px;background:linear-gradient(90deg,#e63022,transparent);opacity:0;transition:opacity .22s ease}.dashboard-card__icon{width:48px;height:48px;background:#e6302226;border:1px solid rgba(230,48,34,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;margin:0 auto 8px}.dashboard-card__label{font-size:14px;font-weight:700;color:#e6edf3;margin-bottom:4px}.dashboard-card__desc{font-size:12px;color:#7d8590;line-height:1.5}.dashboard-card__soon{margin-top:8px;font-size:10px;color:#7d8590;background:#1c2335;border:1px solid #21273d;border-radius:999px;padding:2px 10px;display:inline-block;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.dashboard-card--active{cursor:pointer}.dashboard-card--active:hover{border-color:#e630224d;background:#1c2335;transform:translateY(-3px);box-shadow:0 10px 28px #00000059}.dashboard-card--active:hover:after{opacity:1}.dashboard-card--soon{opacity:.55;cursor:default}.announcement-card{border-left:3px solid #e63022}.toggle-switch{position:relative;display:inline-flex;align-items:center;cursor:pointer}.toggle-switch input{position:absolute;opacity:0;width:0;height:0}.toggle-switch input:checked+.toggle-switch__track{background:#e63022}.toggle-switch input:checked+.toggle-switch__track:after{transform:translate(20px)}.toggle-switch input:disabled+.toggle-switch__track{opacity:.35;cursor:not-allowed}.toggle-switch__track{display:block;width:44px;height:24px;background:#21273d;border-radius:12px;transition:background .22s ease;position:relative}.toggle-switch__track:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#e6edf3;border-radius:50%;transition:transform .22s ease;box-shadow:0 1px 3px #0006}
