/* FL Buddy 7 – Phase 17A: Fahrlehrer- & Fahrzeugakten */
.flb7-record-open{white-space:nowrap}
.flb7-entity-drawer{position:fixed;inset:0;z-index:12000;background:rgba(4,12,13,.68);backdrop-filter:blur(5px);display:flex;justify-content:flex-end}
.flb7-entity-drawer[hidden]{display:none}
.flb7-entity-sheet{width:min(760px,94vw);height:100%;overflow:auto;background:var(--panel,#102122);border-left:1px solid var(--line,#294243);box-shadow:-18px 0 50px rgba(0,0,0,.28);padding:22px}
.flb7-entity-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.flb7-entity-head h2{margin:3px 0 4px;font-size:1.55rem}.flb7-entity-head p{margin:0;color:var(--muted,#91a3a3)}
.flb7-entity-close{width:42px;height:42px;border-radius:12px;border:1px solid var(--line,#294243);background:transparent;color:inherit;font-size:1.35rem;cursor:pointer}
.flb7-entity-tabs{display:flex;gap:8px;overflow:auto;padding-bottom:8px;margin-bottom:14px}.flb7-entity-tabs button{white-space:nowrap;border:1px solid var(--line,#294243);background:rgba(255,255,255,.025);color:inherit;border-radius:11px;padding:9px 13px;cursor:pointer}.flb7-entity-tabs button.active{border-color:var(--accent,#2dd4bf);background:rgba(45,212,191,.10)}
.flb7-entity-panel{border:1px solid var(--line,#294243);border-radius:16px;background:rgba(255,255,255,.025);padding:17px}.flb7-entity-panel h3{margin:0 0 12px}.flb7-entity-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.flb7-entity-fact{padding:12px;border-radius:12px;background:rgba(255,255,255,.025)}.flb7-entity-fact span{display:block;color:var(--muted,#91a3a3);font-size:.8rem;margin-bottom:4px}.flb7-entity-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:15px}.flb7-entity-note{color:var(--muted,#91a3a3);line-height:1.5;margin:0}
@media(max-width:700px){.flb7-entity-sheet{width:100vw;padding:16px}.flb7-entity-facts{grid-template-columns:1fr}}
