:root{--mos-bg:#08172b;--mos-panel:rgba(255,255,255,.86);--mos-panel-strong:#fff;--mos-line:rgba(16,24,40,.14);--mos-text:#111827;--mos-muted:#667085;--mos-blue:#1d6fff;--mos-red:#e50914;--mos-purple:#7c3aed;--mos-green:#098658;--mos-amber:#f59e0b;--mos-shadow:0 24px 70px rgba(2,6,23,.28);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html,body{height:100%;margin:0}body.mos-body{overflow:hidden;background:radial-gradient(circle at 20% 0%,#563aa0 0,#182f61 35%,#061426 100%);color:var(--mos-text)}button,input,textarea,select{font:inherit}.mos-boot{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:#061426;color:#fff;transition:opacity .35s ease,visibility .35s ease}.mos-boot.is-gone{opacity:0;visibility:hidden;pointer-events:none}.mos-boot-card{text-align:center}.mos-boot-logo{display:inline-grid;place-items:center;width:78px;height:78px;border-radius:26px;background:linear-gradient(135deg,#e50914,#ff4b6f);font-weight:950;box-shadow:0 24px 80px rgba(229,9,20,.35)}.mos-boot-card b{display:block;margin-top:16px;text-transform:uppercase;letter-spacing:.09em}.mos-boot-card i{display:block;height:6px;margin-top:24px;border-radius:99px;background:linear-gradient(90deg,transparent,#fff,transparent);animation:mosBoot 1.1s ease-in-out infinite}@keyframes mosBoot{0%{transform:translateX(-30%);opacity:.25}50%{opacity:1}100%{transform:translateX(30%);opacity:.25}}
.mos-login-screen{min-height:100dvh;display:grid;place-items:center;padding:24px}.mos-login-card{width:min(460px,100%);border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.92);border-radius:34px;padding:34px;box-shadow:var(--mos-shadow);backdrop-filter:blur(24px)}.mos-login-brand{display:grid;grid-template-columns:54px 1fr;gap:12px;align-items:center}.mos-login-brand span{grid-row:1/3;display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:#111827;color:#fff;font-weight:900}.mos-login-brand b{font-size:20px}.mos-login-brand small{color:var(--mos-muted)}.mos-login-card h1{font-size:36px;line-height:1;margin:28px 0 8px}.mos-login-card p{color:var(--mos-muted);line-height:1.55}.mos-login-form{display:grid;gap:14px;margin-top:24px}.mos-login-form label span{display:block;font-weight:800;margin-bottom:7px}.mos-login-form input,.mos-login-form button{width:100%;height:48px;border-radius:16px;border:1px solid var(--mos-line);padding:0 14px}.mos-login-form button{border:0;background:#111827;color:#fff;font-weight:900;cursor:pointer}.mos-login-links{display:flex;justify-content:space-between;gap:10px;margin-top:18px}.mos-login-links a{color:#344054;font-weight:800;text-decoration:none}.mos-alert,.mos-notice{border-radius:16px;padding:12px 14px;font-weight:800}.mos-alert,.mos-notice.error{background:#fff1f3;color:#b42318;border:1px solid #fecdd3}.mos-notice.ok{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}.mos-shell{height:100dvh;display:grid;grid-template-rows:58px 1fr 58px;overflow:hidden}.mos-topbar{height:58px;display:flex;align-items:center;gap:12px;padding:0 16px;background:rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.14);backdrop-filter:blur(22px);color:#fff}.mos-orb,.mos-start-button{border:0;border-radius:18px;background:linear-gradient(135deg,#e50914,#ff4b6f);color:#fff;font-weight:950;cursor:pointer}.mos-orb{width:74px;height:40px}.mos-top-title{display:grid}.mos-top-title b{font-weight:900}.mos-top-title small{color:rgba(255,255,255,.7)}.mos-top-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.mos-top-actions a,.mos-top-actions button{height:36px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.12);color:#fff;border-radius:14px;padding:0 12px;text-decoration:none;font-weight:800;cursor:pointer}.mos-top-actions form{margin:0}.mos-desktop{position:relative;overflow:hidden;padding:22px}.mos-desktop:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(#000,transparent 80%);pointer-events:none}.mos-dashboard{position:absolute;left:32px;top:28px;width:min(780px,calc(100% - 420px));z-index:2}.mos-dashboard.is-hidden{display:none}.mos-dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.16);border-radius:34px;padding:28px;color:#fff;backdrop-filter:blur(22px);box-shadow:0 20px 60px rgba(0,0,0,.16)}.mos-kicker{color:#ff9bad;text-transform:uppercase;letter-spacing:.16em;font-weight:950;font-size:12px}.mos-dashboard-hero h1{font-size:44px;line-height:.95;margin:8px 0}.mos-dashboard-hero p{margin:0;line-height:1.55;color:rgba(255,255,255,.78)}.mos-hero-button,.mos-btn{border:1px solid var(--mos-line);background:#fff;color:#111827;border-radius:16px;padding:11px 15px;font-weight:900;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px}.mos-btn.primary{background:#111827;color:#fff;border-color:#111827}.mos-btn.danger{background:#fff1f3;color:#b42318;border-color:#fecdd3}.mos-btn.ghost{background:#f8fafc}.mos-btn.small{min-height:32px;padding:7px 10px;border-radius:12px;font-size:12px}.mos-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.mos-stat-grid article{min-height:112px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.13);border-radius:26px;padding:18px;color:#fff;backdrop-filter:blur(18px)}.mos-stat-grid small{color:rgba(255,255,255,.62);font-weight:800}.mos-stat-grid b{display:block;font-size:36px;line-height:1.1}.mos-stat-grid span{color:rgba(255,255,255,.72)}.mos-icon-grid{position:absolute;right:34px;top:30px;width:320px;display:grid;grid-template-columns:repeat(2,140px);gap:18px;z-index:3}.mos-desktop-icon{position:relative;height:128px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.16);border-radius:32px;color:#fff;display:grid;place-items:center;align-content:center;gap:12px;cursor:pointer;backdrop-filter:blur(22px);box-shadow:0 16px 50px rgba(0,0,0,.14)}.mos-desktop-icon span{display:grid;place-items:center;width:58px;height:58px;border-radius:20px;background:rgba(255,255,255,.92);color:#111827;font-size:28px;font-weight:900}.mos-desktop-icon b{font-size:18px}.mos-desktop-icon:after{content:attr(data-tooltip);position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%) translateX(8px);width:220px;background:#111827;color:#fff;border-radius:14px;padding:10px 12px;font-size:12px;line-height:1.35;opacity:0;pointer-events:none;transition:.15s ease;z-index:500}.mos-desktop-icon:hover:after{opacity:1;transform:translateY(-50%) translateX(0)}.mos-window-layer{position:absolute;inset:0;z-index:20;pointer-events:none}.mos-window{position:absolute;min-width:520px;min-height:420px;background:#f5f7fb;border:1px solid rgba(255,255,255,.68);border-radius:28px;box-shadow:var(--mos-shadow);overflow:hidden;display:grid;grid-template-rows:58px 1fr;pointer-events:auto;resize:both}.mos-window.is-active{outline:2px solid rgba(255,255,255,.5)}.mos-window.is-min{display:none}.mos-window.is-max{left:10px!important;top:10px!important;width:calc(100% - 20px)!important;height:calc(100% - 20px)!important;resize:none}.mos-window-titlebar{display:flex;align-items:center;gap:12px;padding:0 14px;background:rgba(255,255,255,.9);border-bottom:1px solid var(--mos-line);cursor:grab}.mos-win-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:13px;background:#eef4ff;color:#111827;font-weight:900}.mos-win-title{display:grid;min-width:0}.mos-win-title b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mos-win-title small{color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mos-win-actions{margin-left:auto;display:flex;gap:5px}.mos-win-actions button{width:34px;height:34px;border:0;border-radius:12px;background:transparent;cursor:pointer;font-size:18px;color:#344054}.mos-win-actions button:hover{background:#eef2f7}.mos-window-body{min-height:0;overflow:auto;background:#f5f7fb}.mos-native-loader{height:100%;display:grid;place-items:center;color:#344054;font-weight:900}.mos-native-loader:after{content:"";width:32px;height:32px;margin-left:12px;border-radius:50%;border:4px solid rgba(29,111,255,.18);border-top-color:var(--mos-blue);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.mos-start-menu{position:absolute;left:14px;bottom:68px;width:420px;max-height:min(680px,calc(100dvh - 140px));background:rgba(255,255,255,.93);border:1px solid rgba(255,255,255,.65);border-radius:28px;box-shadow:var(--mos-shadow);z-index:100;display:none;overflow:hidden;backdrop-filter:blur(22px)}.mos-start-menu.is-open{display:block}.mos-start-head{padding:16px;border-bottom:1px solid var(--mos-line)}.mos-user-badge{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center}.mos-user-badge span{grid-row:1/3;width:42px;height:42px;border-radius:15px;background:#111827;color:#fff;display:grid;place-items:center;font-weight:900}.mos-user-badge small{color:#667085}.mos-start-head input{width:100%;margin-top:12px;height:40px;border:1px solid var(--mos-line);border-radius:14px;padding:0 12px}.mos-start-scroll{max-height:calc(min(680px,100dvh - 140px) - 98px);overflow:auto;padding:12px}.mos-start-scroll h2{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#667085;margin:14px 8px 8px}.mos-start-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mos-start-list button,.mos-start-list a{border:1px solid var(--mos-line);background:#fff;border-radius:18px;padding:12px;display:grid;grid-template-columns:36px 1fr;gap:10px;text-align:left;text-decoration:none;color:#111827;cursor:pointer}.mos-start-list span{grid-row:1/3;width:36px;height:36px;border-radius:13px;background:#eef4ff;display:grid;place-items:center;font-weight:900}.mos-start-list b{font-size:14px}.mos-start-list small{color:#667085;font-size:12px}.mos-taskbar{height:58px;display:flex;align-items:center;gap:8px;padding:0 12px;background:rgba(255,255,255,.14);border-top:1px solid rgba(255,255,255,.16);backdrop-filter:blur(22px);color:#fff}.mos-start-button{height:40px;padding:0 14px;display:flex;align-items:center;gap:8px}.mos-pinned,.mos-task-button{height:38px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.14);color:#fff;border-radius:14px;padding:0 12px;font-weight:850;cursor:pointer}.mos-task-list{display:flex;gap:6px;min-width:0;overflow:auto}.mos-task-button.is-active{background:#fff;color:#111827}.mos-clock{margin-left:auto;display:grid;text-align:right}.mos-clock small{color:rgba(255,255,255,.65)}
.mos-native-tabs{position:sticky;top:0;z-index:4;display:flex;gap:6px;overflow:auto;padding:10px 12px;background:#f5f7fb;border-bottom:1px solid var(--mos-line)}.mos-native-tabs button{height:34px;border:1px solid var(--mos-line);border-radius:999px;background:#fff;padding:0 13px;font-weight:900;color:#344054;cursor:pointer;white-space:nowrap}.mos-native-tabs button.is-active{background:#111827;color:#fff;border-color:#111827}.mos-native-content{padding:18px}.mos-native-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px;border:1px solid #d8dee9;background:#fff;border-radius:28px;box-shadow:0 12px 38px rgba(16,24,40,.08);margin-bottom:16px}.mos-native-hero span{font-size:12px;color:#e50914;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.mos-native-hero h2{font-size:34px;line-height:1;margin:6px 0}.mos-native-hero p{margin:0;color:#667085;line-height:1.55}.mos-tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.mos-tile{border:1px solid #d8dee9;background:#fff;border-radius:24px;padding:20px;text-align:left;min-height:150px;cursor:pointer;box-shadow:0 12px 32px rgba(16,24,40,.06)}.mos-tile span{display:grid;place-items:center;width:52px;height:52px;background:#eef4ff;border-radius:18px;font-size:24px;font-weight:900}.mos-tile b{display:block;font-size:20px;margin-top:14px}.mos-tile small{display:block;color:#667085;margin-top:5px;line-height:1.35}.mos-card,.mos-doc-row{background:#fff;border:1px solid #d8dee9;border-radius:24px;padding:18px;box-shadow:0 10px 30px rgba(16,24,40,.06)}.mos-card h3{margin:0 0 12px;font-size:22px}.mos-card p{color:#667085;line-height:1.55}.mos-card code,.mos-native-content code{display:block;white-space:pre-wrap;word-break:break-word;background:#f2f4f7;border:1px solid #d8dee9;border-radius:14px;padding:10px}.mos-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mos-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.mos-grid.mini{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mos-card-list,.mos-list{display:grid;gap:12px}.mos-split{display:grid;grid-template-columns:280px 1fr;gap:14px;align-items:start}.mos-sidebar{position:sticky;top:56px;display:grid;gap:8px;max-height:calc(100dvh - 250px);overflow:auto}.mos-side-item{border:1px solid #d8dee9;background:#fff;border-radius:18px;padding:12px;text-align:left;cursor:pointer}.mos-side-item.is-active{border-color:#111827;box-shadow:inset 4px 0 #111827}.mos-side-item b{display:block}.mos-side-item small{display:block;color:#667085;margin-top:4px}.mos-form{display:grid;gap:12px}.mos-filter{margin-bottom:14px}.mos-field{display:grid;gap:6px}.mos-field.wide{grid-column:1/-1}.mos-field span{font-size:12px;font-weight:900;color:#667085;text-transform:uppercase;letter-spacing:.07em}.mos-field input,.mos-field textarea,.mos-field select{width:100%;border:1px solid #cfd8e6;background:#fff;border-radius:14px;padding:11px 12px;color:#101828}.mos-field textarea{resize:vertical;line-height:1.45}.mos-field input:focus,.mos-field textarea:focus,.mos-field select:focus{outline:0;border-color:#1d6fff;box-shadow:0 0 0 4px rgba(29,111,255,.12)}.mos-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.mos-actions.vertical{align-items:stretch;flex-direction:column}.mos-inline-form{display:flex;gap:10px;align-items:end;flex-wrap:wrap;margin:0}.mos-inline-form .mos-field{min-width:220px}.mos-mini-form{display:grid;gap:8px;min-width:min(100%,520px)}.mos-checkline,.mos-checkgrid{display:flex;gap:10px;flex-wrap:wrap}.mos-checkgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.mos-check{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #d8dee9;border-radius:999px;padding:9px 12px;font-weight:850;color:#344054}.mos-table-wrap{overflow:auto}.mos-table-wrap table{width:100%;border-collapse:collapse}.mos-table-wrap th{text-align:left;color:#667085;font-size:12px;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #e4e7ec;padding:9px}.mos-table-wrap td{border-bottom:1px solid #eef2f7;padding:9px;vertical-align:top}.mos-kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:16px}.mos-kpi-row article{background:#fff;border:1px solid #d8dee9;border-radius:22px;padding:16px}.mos-kpi-row b{display:block;font-size:32px}.mos-kpi-row span{color:#667085;font-weight:800}.mos-media-row{display:grid;grid-template-columns:76px 1fr;gap:14px;background:#fff;border:1px solid #d8dee9;border-radius:24px;padding:14px;box-shadow:0 10px 30px rgba(16,24,40,.05)}.mos-media-row img{width:76px;aspect-ratio:2/3;object-fit:cover;border-radius:14px;background:#eef2f7}.mos-media-main h3{margin:0}.mos-media-main h3 small{color:#667085;font-size:14px}.mos-media-main p{color:#667085}.mos-pills{display:flex;gap:6px;flex-wrap:wrap}.mos-pills span{background:#f2f4f7;border:1px solid #d8dee9;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:850;color:#344054}.mos-pills span.is-warn{background:#fff8e6;border-color:#fedf89;color:#b54708}.mos-image-strip{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.mos-image-strip img{width:120px;height:86px;object-fit:cover;border-radius:16px;border:1px solid #d8dee9}.mos-doc-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.mos-muted{color:#667085}
@media(max-width:900px){body.mos-body{overflow:hidden}.mos-shell{grid-template-rows:52px 1fr 56px}.mos-topbar{height:52px;padding:0 8px}.mos-top-title small,.mos-top-actions a:first-child{display:none}.mos-top-actions a,.mos-top-actions button{height:34px;padding:0 9px}.mos-desktop{overflow:auto;padding:12px 12px 92px}.mos-dashboard{position:relative;left:auto;top:auto;width:auto}.mos-dashboard-hero{padding:20px;border-radius:24px}.mos-dashboard-hero h1{font-size:34px}.mos-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mos-icon-grid{position:relative;right:auto;top:auto;width:auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.mos-desktop-icon{height:96px;border-radius:22px}.mos-desktop-icon span{width:42px;height:42px;border-radius:15px;font-size:20px}.mos-desktop-icon b{font-size:14px}.mos-desktop-icon:after{display:none}.mos-window-layer{position:fixed;top:52px;bottom:56px;left:0;right:0}.mos-window,.mos-window.is-max{left:0!important;top:0!important;width:100%!important;height:100%!important;border-radius:0;border-left:0;border-right:0;min-width:0;min-height:0;resize:none}.mos-window-titlebar{height:48px}.mos-win-title small{display:none}.mos-native-content{padding:12px}.mos-native-hero{display:grid;padding:16px;border-radius:22px}.mos-native-hero h2{font-size:28px}.mos-start-menu{position:fixed;left:8px;right:8px;bottom:64px;width:auto;max-height:calc(100dvh - 124px);border-radius:24px}.mos-start-list{grid-template-columns:1fr}.mos-pinned{display:none}.mos-task-button{max-width:120px;overflow:hidden;text-overflow:ellipsis}.mos-clock small{display:none}.mos-split{grid-template-columns:1fr}.mos-sidebar{position:relative;top:auto;max-height:220px}.mos-grid,.mos-grid.two,.mos-grid.mini{grid-template-columns:1fr}.mos-media-row{grid-template-columns:58px 1fr}.mos-media-row img{width:58px}.mos-mini-form{grid-column:1/-1}.mos-checkgrid{grid-template-columns:1fr}.mos-inline-form{display:grid}.mos-inline-form .mos-field{min-width:0}.mos-login-card{padding:24px;border-radius:26px}}@media(max-width:520px){.mos-stat-grid,.mos-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mos-dashboard-hero h1{font-size:30px}.mos-win-actions button{width:30px}.mos-start-button{padding:0 10px}.mos-clock{font-size:12px}.mos-native-tabs{padding:8px}.mos-native-tabs button{font-size:12px;height:32px}.mos-top-actions a{display:none}}


/* MOS v4: kantigere Windows-Shell, saubere Fensterfunktionen und ausgerichtete Systembuttons */
.mos-boot.is-gone{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}
.mos-top-actions{display:flex;align-items:center;gap:10px;margin-left:auto}
.mos-top-actions form{display:flex;align-items:center;margin:0;height:40px}
.mos-top-actions a,.mos-top-actions button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;height:40px;min-width:104px;padding:0 16px;border-radius:8px;line-height:1;font-size:14px}
.mos-window{border-radius:0;border:1px solid rgba(255,255,255,.72);box-shadow:0 24px 70px rgba(0,0,0,.32);resize:both}
.mos-window.is-active{outline:1px solid rgba(255,255,255,.75)}
.mos-window-titlebar{border-radius:0;height:54px;cursor:grab;user-select:none}
.mos-window-titlebar:active{cursor:grabbing}
.mos-window-body{border-radius:0}
.mos-win-actions{position:relative;z-index:10;align-self:stretch;align-items:center}
.mos-win-actions button{border-radius:4px;width:38px;height:34px;position:relative;z-index:11;line-height:1;display:grid;place-items:center}
.mos-win-actions button:hover{background:#dfe6f0;color:#0f172a}
.mos-native-hero,.mos-card,.mos-doc-row,.mos-tile,.mos-kpi-row article,.mos-media-row,.mos-table-wrap,.mos-field input,.mos-field textarea,.mos-field select{border-radius:6px}
.mos-btn,.mos-hero-button,.mos-native-tabs button,.mos-side-item,.mos-check,.mos-start-list button,.mos-start-list a,.mos-pinned,.mos-task-button,.mos-start-button{border-radius:6px}
.mos-desktop-icon{border-radius:14px;overflow:visible}
.mos-desktop-icon span{border-radius:8px}
.mos-desktop-icon:hover{z-index:1200}
.mos-desktop-icon:after{z-index:1300;box-shadow:0 14px 40px rgba(0,0,0,.28)}
.mos-start-menu{border-radius:8px}
.mos-login-card{border-radius:10px}
.mos-task-button{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.mos-task-button b{font:inherit;overflow:hidden;text-overflow:ellipsis}.mos-task-button span{display:inline-grid;place-items:center}
.mos-export-form{display:grid;gap:12px}.mos-export-form .mos-check{border-radius:6px;justify-content:flex-start}.mos-doc-view{display:grid;gap:14px}.mos-md-content{background:#fff;border:1px solid #d8dee9;border-radius:6px;padding:20px;line-height:1.62;color:#1d2939}.mos-md-content h1,.mos-md-content h2,.mos-md-content h3{line-height:1.15;margin:1.1em 0 .45em}.mos-md-content h1:first-child,.mos-md-content h2:first-child,.mos-md-content h3:first-child{margin-top:0}.mos-md-content pre{background:#101828;color:#fff;border-radius:6px;padding:14px;overflow:auto}.mos-md-content code{display:inline;background:#f2f4f7;border:1px solid #d8dee9;border-radius:4px;padding:1px 5px}.mos-md-content pre code{display:block;background:transparent;border:0;color:inherit;padding:0}.mos-md-content ul{padding-left:1.25rem}.mos-md-content a{color:#1d6fff;font-weight:800}.mos-log-empty{padding:18px;border:1px dashed #cfd8e6;background:#f8fafc;border-radius:6px;color:#475467}
@media(max-width:900px){.mos-window,.mos-window.is-max{border-radius:0}.mos-top-actions a,.mos-top-actions button{min-width:auto;height:34px;padding:0 10px}.mos-top-actions form{height:34px}.mos-native-hero,.mos-card,.mos-doc-row,.mos-tile,.mos-kpi-row article,.mos-media-row{border-radius:6px}}

/* MOS v5: native polish, login/register, avatars, editors and analytics */
@keyframes mosBootAutoHide{to{opacity:0;visibility:hidden;pointer-events:none}}
.mos-boot{animation:mosBootAutoHide .28s ease 1.05s forwards}
.mos-boot.is-gone{animation:none}
.mos-top-actions a,.mos-top-actions button{min-width:112px;text-align:center}
.mos-login-card{max-width:min(720px,calc(100vw - 28px))}
.mos-register-card{margin-top:16px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:8px;overflow:hidden}
.mos-register-card summary{display:grid;grid-template-columns:1fr;gap:3px;cursor:pointer;padding:13px 14px;color:#fff;list-style:none}
.mos-register-card summary::-webkit-details-marker{display:none}.mos-register-card summary b{font-size:16px}.mos-register-card summary small{color:rgba(255,255,255,.68)}
.mos-register-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px;border-top:1px solid rgba(255,255,255,.14)}
.mos-register-form label{display:grid;gap:6px}.mos-register-form label.wide{grid-column:1/-1}.mos-register-form label span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;color:rgba(255,255,255,.7)}
.mos-register-form input{border:1px solid rgba(255,255,255,.18);background:rgba(2,6,23,.38);color:#fff;border-radius:6px;padding:11px 12px}.mos-register-form button{grid-column:1/-1;border:0;border-radius:6px;background:#eef4ff;color:#111827;font-weight:950;padding:12px 14px;cursor:pointer}
.mos-system-watermark{position:absolute;right:18px;bottom:18px;z-index:4;text-align:right;color:rgba(255,255,255,.42);font-weight:900;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;text-shadow:0 2px 12px rgba(0,0,0,.35)}
.mos-system-watermark small{font-weight:700;letter-spacing:.04em;text-transform:none;color:rgba(255,255,255,.32)}
.mos-agent-side{display:grid!important;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center}.mos-agent-side .mos-agent-avatar{grid-row:1/3}.mos-agent-side b,.mos-agent-side small{min-width:0}.mos-agent-avatar{--s:42px;display:inline-grid;place-items:center;width:var(--s);height:var(--s);border-radius:6px;background:#eef4ff;color:#111827;font-weight:950;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(16,24,40,.08)}.mos-agent-avatar img{width:100%;height:100%;object-fit:cover}.mos-agent-avatar.is-plus{background:#111827;color:#fff}.mos-agent-preview{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #d8dee9;border-radius:6px;padding:14px;margin-bottom:12px}.mos-agent-preview b{display:block;font-size:20px}.mos-agent-preview small{display:block;color:#667085;margin-top:2px}
.mos-help-box{background:#fff;border:1px solid #d8dee9;border-radius:6px;padding:16px;margin-bottom:14px;box-shadow:0 10px 30px rgba(16,24,40,.05)}.mos-help-box h3{margin:0 0 12px}.mos-help-box dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:8px;margin:0}.mos-help-box dl div{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:start;background:#f8fafc;border:1px solid #eef2f7;border-radius:6px;padding:9px}.mos-help-box dt,.mos-help-box dd{margin:0}.mos-help-box code{display:inline;background:#111827!important;color:#fff;border:0!important;border-radius:4px;padding:2px 6px}.mos-help-box dd{color:#475467;line-height:1.35}
.mos-html-field{display:block}.mos-html-toolbar{display:flex;gap:6px;flex-wrap:wrap;background:#eef2f7;border:1px solid #cfd8e6;border-bottom:0;border-radius:6px 6px 0 0;padding:8px}.mos-html-toolbar button{border:1px solid #cfd8e6;background:#fff;color:#111827;border-radius:4px;font-weight:900;padding:7px 10px;cursor:pointer}.mos-html-toolbar button.is-active,.mos-html-toolbar button:hover{background:#111827;color:#fff}.mos-html-editor,.mos-html-field textarea[data-html-raw]{border:1px solid #cfd8e6;background:#fff;color:#101828;border-radius:0 0 6px 6px;padding:14px;line-height:1.55;width:100%;overflow:auto}.mos-html-editor:focus,.mos-html-field textarea[data-html-raw]:focus{outline:0;border-color:#1d6fff;box-shadow:0 0 0 4px rgba(29,111,255,.12)}.mos-html-editor h2{margin:.4em 0 .3em}.mos-html-editor img{max-width:100%;height:auto;border-radius:6px}
.mos-bar-chart{height:180px;display:flex;align-items:end;gap:7px;background:#f8fafc;border:1px solid #d8dee9;border-radius:6px;padding:16px 12px 30px;overflow:auto}.mos-bar{position:relative;display:grid;place-items:end center;min-width:32px;height:var(--h);background:linear-gradient(180deg,#1d6fff,#102a56);border-radius:4px 4px 0 0}.mos-bar i{position:absolute;top:-22px;font-size:11px;font-style:normal;font-weight:900;color:#344054}.mos-bar b{position:absolute;bottom:-24px;font-size:11px;color:#667085;white-space:nowrap;transform:rotate(-25deg);transform-origin:center top}.mos-chat-transcript{display:grid;gap:10px;margin-top:12px}.mos-chat-transcript article{max-width:78%;border:1px solid #d8dee9;border-radius:6px;padding:12px;background:#fff}.mos-chat-transcript article.is-user{justify-self:end;background:#eaf2ff;border-color:#bfd3ff}.mos-chat-transcript article.is-bot{justify-self:start;background:#fff}.mos-chat-transcript small{display:block;color:#667085;font-weight:900;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.mos-chat-transcript p{margin:0;line-height:1.5;color:#101828}
@media(max-width:900px){.mos-system-watermark{display:none}.mos-register-form{grid-template-columns:1fr}.mos-top-actions a,.mos-top-actions button{min-width:auto}.mos-chat-transcript article{max-width:94%}.mos-bar-chart{height:150px}.mos-help-box dl{grid-template-columns:1fr}}

/* MOS v6: Story image upload + native access analytics */
.mos-html-field.is-uploading .mos-html-toolbar{opacity:.62;pointer-events:none}.mos-html-editor figure{margin:10px 0;padding:10px;border:1px solid #d8dee9;background:#f8fafc;border-radius:6px}.mos-html-editor figcaption{font-size:12px;color:#667085;margin-top:6px}.mos-html-toolbar input[type=file]{display:none!important}
.mos-access-card .mos-card,.mos-access-map-card .mos-card{overflow:hidden}.mos-access-chart{height:240px;display:flex;align-items:end;gap:6px;background:linear-gradient(180deg,#f8fafc,#eef2f7);border:1px solid #d8dee9;border-radius:6px;padding:18px 12px 34px;overflow-x:auto;overflow-y:hidden}.mos-access-chart.is-hour{height:210px}.mos-access-bar{position:relative;display:flex;align-items:end;justify-content:center;min-width:28px;height:var(--h);border:0;background:transparent;padding:0;cursor:pointer;color:#101828}.mos-access-bar:focus-visible{outline:3px solid rgba(29,111,255,.35);outline-offset:3px}.mos-access-bar.is-active .mos-access-stack{box-shadow:0 0 0 3px rgba(229,9,20,.24)}.mos-access-count{position:absolute;top:-21px;font-size:11px;font-weight:950;color:#344054;line-height:1}.mos-access-stack{display:flex;flex-direction:column-reverse;width:22px;height:100%;border-radius:4px 4px 0 0;overflow:hidden;background:#d0d5dd;box-shadow:inset 0 0 0 1px rgba(16,24,40,.08)}.mos-access-stack i{display:block;width:100%}.mos-access-stack i.mob{background:#e50914}.mos-access-stack i.desk{background:#1d6fff}.mos-access-bar small{position:absolute;bottom:-25px;left:50%;transform:translateX(-50%) rotate(-24deg);font-size:10px;white-space:nowrap;color:#667085}.mos-access-legend{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;color:#475467;font-weight:800;font-size:12px}.mos-access-legend span{border:1px solid #d8dee9;background:#fff;border-radius:999px;padding:5px 8px}.mos-access-legend .mob:before,.mos-access-legend .desk:before{content:"";display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:5px}.mos-access-legend .mob:before{background:#e50914}.mos-access-legend .desk:before{background:#1d6fff}.mos-access-map{height:380px;border:1px solid #d8dee9;border-radius:6px;background:#111827;overflow:hidden;position:relative}.mos-map-fallback{position:absolute;inset:0;background:radial-gradient(circle at 52% 38%,rgba(29,111,255,.35),transparent 22%),radial-gradient(circle at 48% 35%,rgba(255,255,255,.16),transparent 18%),linear-gradient(180deg,#172033,#0b1220);overflow:hidden}.mos-map-fallback:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:40px 40px;opacity:.35}.mos-map-world{position:absolute;inset:0;color:rgba(255,255,255,.22);font-weight:950;text-transform:uppercase;letter-spacing:.12em}.mos-map-world span{position:absolute}.mos-map-world span:nth-child(1){left:49%;top:43%}.mos-map-world span:nth-child(2){left:47%;top:31%}.mos-map-world span:nth-child(3){right:18px;bottom:16px}.mos-map-marker{--s:14px;position:absolute;width:var(--s);height:var(--s);margin-left:calc(var(--s) / -2);margin-top:calc(var(--s) / -2);border:2px solid #fff;border-radius:50%;background:#e50914;color:#fff;box-shadow:0 0 0 8px rgba(229,9,20,.16),0 8px 22px rgba(0,0,0,.35);cursor:pointer;display:grid;place-items:center;z-index:2}.mos-map-marker b{font-size:10px;line-height:1}.mos-map-marker span{position:absolute;left:calc(100% + 7px);top:50%;transform:translateY(-50%);white-space:nowrap;background:#fff;color:#111827;border-radius:4px;padding:4px 6px;font-size:11px;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.24);opacity:0;pointer-events:none}.mos-map-marker:hover span{opacity:1}.mos-map-empty{position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.72);font-weight:900;text-align:center;padding:30px}.mos-pill{display:inline-flex;border:1px solid #d8dee9;background:#fff;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:900}.mos-log-modal{position:fixed;inset:0;background:rgba(2,6,23,.55);z-index:999;display:none;align-items:center;justify-content:center;padding:24px}.mos-log-modal.is-open{display:flex}.mos-log-modal>div{width:min(860px,96vw);max-height:82vh;background:#fff;border:1px solid #d8dee9;border-radius:8px;padding:18px;box-shadow:0 28px 80px rgba(0,0,0,.35);position:relative}.mos-log-modal button[data-log-modal-close]{position:absolute;right:12px;top:10px;border:0;background:#111827;color:#fff;width:34px;height:34px;border-radius:4px;font-size:22px;cursor:pointer}.mos-log-modal pre{max-height:62vh;overflow:auto;background:#101828;color:#fff;border-radius:6px;padding:14px;font-size:12px;line-height:1.45}.mos-table td a{color:#1d6fff;font-weight:800;text-decoration:none}
@media(max-width:900px){.mos-access-chart{height:180px}.mos-access-bar{min-width:26px}.mos-access-map{height:280px}.mos-log-modal{padding:10px}.mos-log-modal>div{max-height:88vh}.mos-log-modal pre{max-height:66vh}}
.mos-image-strip figure{margin:0;background:#fff;border:1px solid #d8dee9;border-radius:6px;padding:6px;max-width:180px}.mos-image-strip figure img{display:block;width:160px;height:96px;border-radius:4px}.mos-image-strip figcaption{font-size:10px;color:#667085;margin-top:5px;word-break:break-all}
/* MOS v1.7 Analytics: Leaflet/Geo-Nachrüstung */
.mos-access-map .leaflet-container{height:100%;width:100%;font-family:inherit}
.mos-access-map .leaflet-control-attribution{font-size:10px}
.mos-access-map .leaflet-popup-content-wrapper,.mos-access-map .leaflet-popup-tip{border-radius:4px}
.mos-geo-status{margin-top:8px;color:#667085;font-size:12px;font-weight:800}
.mos-access-map.is-loading:after{content:"Geo-Daten werden ergänzt …";position:absolute;left:12px;bottom:12px;z-index:500;background:rgba(255,255,255,.92);border:1px solid #d8dee9;border-radius:4px;padding:6px 9px;color:#344054;font-size:12px;font-weight:900}


/* MOS v8 polish: login, old-style story editor, analytics details */
.mos-login-card{width:min(720px,calc(100vw - 28px));border-radius:10px;padding:42px;background:rgba(255,255,255,.94)}
.mos-login-brand{grid-template-columns:76px 1fr}.mos-login-brand span{width:76px;height:76px;border-radius:10px;font-size:24px}.mos-login-brand b{font-size:28px}.mos-login-card h1{font-size:48px;margin:34px 0 28px}.mos-login-form input,.mos-login-form button{border-radius:10px;height:58px;font-size:18px}.mos-login-form button{margin-top:6px}.mos-register-card{margin-top:18px;border:1px solid #d8dee9;background:#f8fafc;border-radius:8px;overflow:hidden}.mos-register-card summary{display:grid;gap:3px;cursor:pointer;padding:16px 18px;color:#111827;list-style:none}.mos-register-card summary b{font-size:18px}.mos-register-card summary small{color:#667085}.mos-register-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;border-top:1px solid #d8dee9}.mos-register-form label{display:grid;gap:6px}.mos-register-form label.wide{grid-column:1/-1}.mos-register-form label span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;color:#667085}.mos-register-form input{border:1px solid #cfd8e6;background:#fff;color:#111827;border-radius:6px;padding:12px}.mos-register-form button{grid-column:1/-1;border:0;border-radius:6px;background:#111827;color:#fff;font-weight:950;padding:13px 14px;cursor:pointer}.mos-login-links{justify-content:flex-start}.mos-login-links a{font-size:18px}.story-editor-launch-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:8px}.matrik-story-html-source{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;min-height:300px}.story-editor-modal{position:fixed;inset:0;z-index:60000;display:grid;place-items:center;padding:18px;background:rgba(0,0,0,.74);backdrop-filter:blur(18px)}.story-editor-modal[hidden]{display:none!important}.story-editor-shell{width:min(1480px,calc(100vw - 28px));height:min(920px,calc(100dvh - 28px));display:grid;grid-template-rows:auto auto auto minmax(0,1fr) auto;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:linear-gradient(135deg,rgba(15,17,25,.98),rgba(30,20,26,.98));box-shadow:0 40px 150px rgba(0,0,0,.75);overflow:hidden;color:#fff}.story-editor-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045)}.story-editor-topbar div{display:grid;gap:2px}.story-editor-topbar span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.56);font-weight:950}.story-editor-topbar strong{font-size:22px;line-height:1.05;letter-spacing:-.03em}.story-editor-close{width:42px;height:42px;border-radius:6px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;font-size:28px;line-height:1;cursor:pointer}.story-editor-close:hover{background:rgba(229,9,20,.70)}.story-editor-toolbar{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:11px 14px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}.story-editor-toolbar button,.story-editor-toolbar select,.story-editor-imagebar select,.story-editor-imagebar input{border:1px solid rgba(255,255,255,.15);border-radius:6px;background:rgba(255,255,255,.08);color:#fff;padding:8px 10px;font-weight:850}.story-editor-toolbar button{cursor:pointer}.story-editor-toolbar button:hover{background:rgba(255,255,255,.15)}.story-editor-toolbar select option,.story-editor-imagebar select option{color:#111}.story-editor-toolbar-sep{width:1px;height:28px;background:rgba(255,255,255,.12);margin:0 3px}.story-editor-imagebar{display:none;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(229,9,20,.12)}.story-editor-imagebar.is-active{display:flex}.story-editor-imagebar strong{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#ffd6d9}.story-editor-imagebar label{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.72);font-size:12px;font-weight:900}.story-editor-main{display:grid;grid-template-columns:minmax(0,1fr) 320px;min-height:0}.story-editor-canvas-wrap{min-height:0;overflow:auto;padding:22px;background:radial-gradient(circle at top left,rgba(229,9,20,.12),transparent 34%),rgba(255,255,255,.025)}.story-editor-canvas{min-height:100%;max-width:940px;margin:0 auto;padding:34px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.96);color:#14151b;box-shadow:0 24px 90px rgba(0,0,0,.32);font-size:17px;line-height:1.62;outline:none}.story-editor-canvas h2,.story-editor-canvas h3,.story-editor-canvas h4{line-height:1.1;letter-spacing:-.03em;margin:1.2em 0 .45em;color:#05060a}.story-editor-canvas h2{font-size:34px}.story-editor-canvas h3{font-size:25px}.story-editor-canvas h4{font-size:20px}.story-editor-canvas p{margin:.25rem 0 1rem}.story-editor-canvas blockquote{margin:18px 0;padding:14px 16px;border-left:4px solid #e50914;border-radius:6px;background:rgba(229,9,20,.08);font-weight:850}.story-editor-canvas ul,.story-editor-canvas ol{padding-left:1.35em}.story-editor-canvas a{color:#a10009;text-decoration:underline;text-underline-offset:3px;font-weight:800}.story-editor-side{border-left:1px solid rgba(255,255,255,.09);background:rgba(0,0,0,.20);padding:18px;overflow:auto}.story-editor-side h3{margin:0 0 6px}.story-editor-side p{margin:0 0 14px;color:rgba(255,255,255,.62);font-size:13px;line-height:1.45}.story-editor-image-shelf{display:grid;gap:9px}.story-editor-image-shelf button{display:grid;grid-template-columns:72px minmax(0,1fr);gap:9px;align-items:center;text-align:left;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:rgba(255,255,255,.065);color:#fff;padding:8px;cursor:pointer}.story-editor-image-shelf img{width:72px;height:52px;object-fit:cover;border-radius:4px;background:#111}.story-editor-image-shelf code{white-space:normal;word-break:break-word;color:rgba(255,255,255,.70);font-size:11px}.story-editor-empty{border:1px dashed rgba(255,255,255,.18);border-radius:6px;padding:14px;color:rgba(255,255,255,.58);font-size:13px}.story-editor-html-preview{margin-top:16px;border-top:1px solid rgba(255,255,255,.10);padding-top:12px}.story-editor-html-preview summary{cursor:pointer;font-weight:900;color:rgba(255,255,255,.78)}.story-editor-html-preview textarea{width:100%;min-height:190px;margin-top:9px;border-radius:6px;border:1px solid rgba(255,255,255,.13);background:rgba(0,0,0,.22);color:rgba(255,255,255,.78);padding:10px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px}.story-editor-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;border-top:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.22)}.story-editor-footer span{color:rgba(255,255,255,.64);font-size:13px}.story-editor-footer span.is-error{color:#ffd1d1}.story-editor-footer div{display:flex;gap:8px;flex-wrap:wrap}.story-editor-canvas figure.story-img,.matrik-story-html figure.story-img{position:relative;border-radius:8px;overflow:hidden}.story-editor-canvas figure.story-img img,.matrik-story-html figure.story-img img{display:block;width:100%;height:auto;max-height:none;object-fit:cover}.story-editor-canvas figure.story-img figcaption,.matrik-story-html figure.story-img figcaption{font-size:13px;line-height:1.4}.story-editor-canvas figure.story-img-sm,.matrik-story-html figure.story-img-sm{width:min(240px,44%)}.story-editor-canvas figure.story-img-md,.matrik-story-html figure.story-img-md{width:min(360px,52%)}.story-editor-canvas figure.story-img-lg,.matrik-story-html figure.story-img-lg{width:min(560px,72%)}.story-editor-canvas figure.story-img-full,.matrik-story-html figure.story-img-full{width:100%}.story-editor-canvas figure.story-float-left,.matrik-story-html figure.story-float-left{float:left;margin:.35rem 1.35rem .8rem 0}.story-editor-canvas figure.story-float-right,.matrik-story-html figure.story-float-right{float:right;margin:.35rem 0 .8rem 1.35rem}.story-editor-canvas figure.story-float-center,.matrik-story-html figure.story-float-center{float:none;margin:1.1rem auto}.story-editor-canvas figure.story-float-wide,.matrik-story-html figure.story-float-wide{float:none;width:100%;margin:1.15rem 0}.story-editor-canvas figure.story-editor-selected{outline:4px solid rgba(229,9,20,.45);box-shadow:0 0 0 1px rgba(229,9,20,.8),0 18px 45px rgba(0,0,0,.25)}.matrik-story-html:after,.story-editor-canvas:after{content:"";display:block;clear:both}.story-editor-upload-input{position:fixed!important;left:-10000px!important;top:0!important;width:1px!important;height:1px!important;opacity:.01!important;overflow:hidden!important}body.story-editor-open{overflow:hidden}.mos-log-modal [data-log-modal-content],.mos-log-modal [data-like-modal-content]{max-height:62vh;overflow:auto}.mos-detail-head{display:grid;gap:4px;margin:0 0 14px}.mos-detail-head b{font-size:20px}.mos-detail-head small{color:#667085}.mos-detail-table th{width:190px}.mos-detail-json,.mos-detail-raw pre{background:#101828;color:#fff;border-radius:6px;padding:12px;overflow:auto}.mos-detail-raw{margin-top:14px}.rank-meter{height:5px;border-radius:999px;background:#eef2f7;overflow:hidden;margin-top:7px}.rank-meter i{display:block;height:100%;width:var(--w);background:linear-gradient(90deg,#e50914,#ff7b7b)}.rank-count-btn{border:1px solid #d8dee9;background:#fff;border-radius:999px;padding:6px 10px;cursor:pointer;font:inherit;min-width:42px}.privacy-badge{display:inline-flex;gap:6px;align-items:center;border:1px solid #d8dee9;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900}.privacy-badge.privacy-accepted{background:#ecfdf3;border-color:#abefc6;color:#027a48}.privacy-badge.privacy-declined{background:#fff7e6;border-color:#fedf89;color:#b54708}.privacy-badge.privacy-unknown{background:#f2f4f7;color:#667085}
@media(max-width:900px){.mos-login-card{padding:24px}.mos-login-brand{grid-template-columns:56px 1fr}.mos-login-brand span{width:56px;height:56px}.mos-login-card h1{font-size:36px}.mos-register-form{grid-template-columns:1fr}.story-editor-main{grid-template-columns:1fr}.story-editor-side{border-left:0;border-top:1px solid rgba(255,255,255,.09);max-height:240px}.story-editor-shell{height:calc(100dvh - 14px);width:calc(100vw - 14px)}.story-editor-canvas-wrap{padding:12px}.story-editor-canvas{padding:22px}.story-editor-imagebar label{width:100%;justify-content:space-between}.story-editor-imagebar input,.story-editor-imagebar select{min-width:0;max-width:58%}}
@media(max-width:700px){.story-editor-toolbar{gap:6px}.story-editor-toolbar button,.story-editor-toolbar select{padding:7px 8px;font-size:12px}.story-editor-canvas{font-size:15px}.story-editor-canvas figure.story-float-left,.story-editor-canvas figure.story-float-right,.matrik-story-html figure.story-float-left,.matrik-story-html figure.story-float-right{float:none;width:100%;margin:1rem 0}.story-editor-canvas figure.story-img-sm,.story-editor-canvas figure.story-img-md,.story-editor-canvas figure.story-img-lg,.matrik-story-html figure.story-img-sm,.matrik-story-html figure.story-img-md,.matrik-story-html figure.story-img-lg{width:100%}}

/* MOS v1.9 Filmzitate */
.mos-quote-hero h1{font-size:clamp(2rem,4vw,4.3rem);line-height:1.02;max-width:980px}
.mos-quote-hero p{font-size:1.05rem;color:rgba(255,255,255,.78)}
.mos-hero-metrics{display:grid;grid-template-columns:auto auto;gap:.25rem .8rem;align-items:center;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);padding:1rem 1.15rem;min-width:150px}
.mos-hero-metrics b{font-size:2rem;line-height:1;color:#fff}.mos-hero-metrics small{font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.72)}
.mos-quote-list{display:grid;gap:1rem;max-height:560px;overflow:auto;padding-right:.35rem}
.mos-quote-row{border:1px solid var(--mos-line);background:rgba(255,255,255,.82);padding:1rem;display:grid;gap:.75rem}
.mos-quote-row.is-muted{opacity:.55}.mos-quote-row blockquote{margin:0;font-size:1.35rem;line-height:1.2;font-weight:950;color:var(--mos-ink)}
.mos-quote-row p{margin:0;color:var(--mos-ink)}.mos-quote-row small{color:var(--mos-muted);font-weight:800}.mos-quote-form{border-top:1px solid var(--mos-line);padding-top:.75rem;margin-top:.25rem}.mos-quote-form .mos-form-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mos-quote-form .mos-form-head h3{margin:0}
@media(max-width:900px){.mos-quote-hero h1{font-size:2rem}.mos-hero-metrics{width:100%}.mos-quote-list{max-height:none}.mos-quote-form .mos-form-head{align-items:flex-start;flex-direction:column}}


/* MOS v10: Login-Registrierung, Werkbank-Jobs und Doku */
.mos-login-card{max-height:calc(100dvh - 48px);overflow:auto}
.mos-login-mode{margin-top:24px}.mos-secondary-login-button{background:#fff!important;color:#111827!important;border:1px solid #cfd8e6!important}.mos-register-card{margin-top:0;border:1px solid #d8dee9;background:#f8fafc;color:#111827;border-radius:12px;overflow:visible}.mos-register-head{display:grid;gap:3px;padding:16px 18px;border-bottom:1px solid #d8dee9}.mos-register-head b{font-size:18px}.mos-register-head small{color:#667085}.mos-register-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr auto;gap:10px}.mos-register-submit{border:0;border-radius:6px;background:#111827;color:#fff;font-weight:950;padding:13px 14px;cursor:pointer}.mos-register-cancel{border:1px solid #cfd8e6;border-radius:6px;background:#fff;color:#111827;font-weight:950;padding:13px 14px;cursor:pointer}.mos-job-progress{margin-top:14px}.watchmode-progress-bar{height:10px;border-radius:999px;background:#e5e7eb;overflow:hidden}.watchmode-progress-bar span{display:block;height:100%;width:0%;background:linear-gradient(90deg,#111827,#e50914);transition:width .25s ease}.watchmode-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px}.watchmode-stats span{border:1px solid #d8dee9;background:#fff;border-radius:8px;padding:9px 10px;font-size:12px;color:#667085}.watchmode-stats b{display:block;font-size:19px;color:#111827}.mos-docs-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:16px;min-height:0}.mos-docs-sidebar{border:1px solid #d8dee9;background:#fff;border-radius:8px;overflow:auto;max-height:calc(100dvh - 260px)}.mos-docs-search{position:sticky;top:0;padding:12px;background:#fff;border-bottom:1px solid #d8dee9;z-index:2}.mos-docs-search input{width:100%;height:40px;border:1px solid #cfd8e6;border-radius:6px;padding:0 12px}.mos-docs-group{padding:10px}.mos-docs-group h3{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#667085;margin:12px 0 8px}.mos-docs-item{width:100%;display:grid;text-align:left;gap:3px;border:1px solid transparent;background:transparent;border-radius:6px;padding:10px;cursor:pointer;color:#111827}.mos-docs-item:hover{background:#f2f4f7}.mos-docs-item.is-active{background:#111827;color:#fff}.mos-docs-item small{opacity:.68}.mos-docs-content{min-width:0}.mos-docs-head{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:16px;border:1px solid #d8dee9;background:#fff;border-radius:8px;padding:18px;margin-bottom:14px}.mos-docs-head span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#e50914;font-weight:950}.mos-docs-head h2{margin:4px 0}.mos-docs-head p{color:#667085}.mos-docs-head aside{display:grid;gap:6px;align-content:start;border-left:1px solid #d8dee9;padding-left:16px}.mos-docs-head code{white-space:normal}.mos-md-content{border:1px solid #d8dee9;background:#fff;border-radius:8px;padding:22px;color:#111827}.mos-md-content pre{background:#101828;color:#fff;padding:12px;border-radius:6px;overflow:auto}.mos-md-content code{background:#f2f4f7;border:1px solid #e5e7eb;border-radius:4px;padding:1px 4px}.mos-md-content pre code{background:transparent;border:0;padding:0;color:inherit}.mos-md-content blockquote{border-left:4px solid #e50914;background:#fff7f7;margin:14px 0;padding:10px 14px}.mos-actions.vertical{display:grid;align-items:start}.mos-card details summary{cursor:pointer;font-weight:900}.mos-detail-json{max-height:420px}
@media(max-width:900px){.mos-login-screen{align-items:start;place-items:start center}.mos-login-card{width:100%;max-height:none}.mos-register-actions{grid-template-columns:1fr}.watchmode-stats{grid-template-columns:1fr 1fr}.mos-docs-layout{grid-template-columns:1fr}.mos-docs-sidebar{max-height:280px}.mos-docs-head{grid-template-columns:1fr}.mos-docs-head aside{border-left:0;border-top:1px solid #d8dee9;padding-left:0;padding-top:12px}}
.mos-login-card:has([data-register-panel]:not([hidden])){width:min(860px,100%)}
.mos-register-actions button{grid-column:auto!important}

/* MOS v11 fixes */
[hidden]{display:none!important}
.mos-login-card.is-registering{width:min(860px,100%);max-height:calc(100dvh - 48px);overflow:auto}
.mos-login-mode.is-register [data-login-panel]{display:none!important}
.mos-login-mode.is-login [data-register-panel]{display:none!important}
.mos-quote-hero{position:relative;transition:opacity .18s ease,transform .18s ease}
.mos-quote-hero.is-changing{opacity:.72;transform:translateY(2px)}
.mos-quote-cycle{align-self:end;justify-self:end;color:rgba(255,255,255,.62);font-weight:800;white-space:nowrap}
.mos-submit-busy{margin:0 0 12px}
button:disabled{opacity:.58;cursor:wait!important}
@media(max-width:900px){.mos-login-card.is-registering{max-height:none}.mos-quote-cycle{display:none}}

/* MOS v12: Filmzitat-Timer, Doku-Liste und Kino-Import-Status */
.mos-quote-progress{align-self:end;justify-self:end;width:170px;height:9px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.14);overflow:hidden;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}
.mos-quote-progress span{display:block;width:0%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,.88),rgba(255,155,173,.95));transform-origin:left center}
.mos-quote-progress span.is-running{animation:mosQuoteFill 10s linear forwards}
@keyframes mosQuoteFill{from{width:0%}to{width:100%}}
.mos-docs-layout{grid-template-columns:460px minmax(0,1fr)}
.mos-docs-sidebar{max-height:calc(100dvh - 210px)}
.mos-docs-item strong,.mos-docs-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mos-docs-hero .mos-hero-metrics{align-self:center}
[data-kino-status].mos-notice{display:block;min-height:44px}
@media(max-width:1100px){.mos-docs-layout{grid-template-columns:380px minmax(0,1fr)}}
@media(max-width:900px){.mos-quote-progress{display:none}.mos-docs-layout{grid-template-columns:1fr}.mos-docs-sidebar{max-height:320px}.mos-docs-item strong,.mos-docs-item small{white-space:normal}}


/* MOS v17: Medien/DVD-Formulare aufgeraeumt */
.mos-media-row{
  grid-template-columns:86px minmax(0,1fr);
  align-items:start;
  gap:14px 18px;
}
.mos-media-row img{
  width:86px;
  border-radius:6px;
}
.mos-media-main{
  min-width:0;
}
.mos-media-main h3,
.mos-media-main p{
  overflow-wrap:anywhere;
}
.mos-media-row .mos-mini-form{
  grid-column:1 / -1;
  width:100%;
  min-width:0;
  max-width:none;
  display:grid;
  gap:12px;
  padding-top:14px;
  margin-top:2px;
  border-top:1px solid #e5eaf3;
}
.mos-media-row .mos-checkline{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(145px,1fr));
  gap:8px;
}
.mos-media-row .mos-check{
  border-radius:6px;
  min-height:44px;
  padding:9px 12px;
  justify-content:flex-start;
  background:#fff;
}
.mos-media-row .mos-grid.mini{
  grid-template-columns:repeat(auto-fit,minmax(175px,1fr));
  gap:10px 12px;
  align-items:end;
}
.mos-media-row .mos-field{
  min-width:0;
}
.mos-media-row .mos-field span{
  font-size:11px;
  line-height:1.15;
  letter-spacing:.045em;
  white-space:normal;
  overflow-wrap:anywhere;
}
.mos-media-row .mos-field input,
.mos-media-row .mos-field select,
.mos-media-row .mos-field textarea{
  min-width:0;
  height:42px;
  border-radius:6px;
}
.mos-media-row .mos-actions{
  margin-top:2px;
  justify-content:flex-start;
}
@media(min-width:1320px){
  .mos-media-row{
    grid-template-columns:96px minmax(280px,1fr) minmax(460px,.9fr);
  }
  .mos-media-row img{width:96px}
  .mos-media-row .mos-mini-form{
    grid-column:auto;
    grid-row:1 / span 2;
    border-top:0;
    border-left:1px solid #e5eaf3;
    padding-top:0;
    padding-left:16px;
    margin-top:0;
  }
  .mos-media-row .mos-grid.mini{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:620px){
  .mos-media-row{grid-template-columns:62px minmax(0,1fr);gap:12px}
  .mos-media-row img{width:62px}
  .mos-media-row .mos-checkline,
  .mos-media-row .mos-grid.mini{grid-template-columns:1fr}
}


/* MOS v18: robuste Medien-Editor-Karten und Speicher-Fenster */
.mos-stat-action{cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}
.mos-stat-action:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.46);box-shadow:0 18px 48px rgba(0,0,0,.18)}
.mos-media-row{
  display:grid!important;
  grid-template-columns:minmax(360px,1fr) minmax(420px,520px)!important;
  gap:20px!important;
  align-items:start!important;
  padding:18px!important;
}
.mos-media-preview{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:18px;
  align-items:start;
  min-width:0;
}
.mos-media-row > img{display:none!important}
.mos-media-preview img,
.mos-media-row img{
  width:112px!important;
  max-width:112px;
  border-radius:6px!important;
  object-fit:cover;
  aspect-ratio:2/3;
  background:#eef2f7;
}
.mos-media-main{min-width:0;padding-top:4px}
.mos-media-main h3{font-size:22px;line-height:1.2;margin:0 0 10px}
.mos-media-main p{font-size:15px;line-height:1.45;margin:0 0 14px;max-width:720px;color:#667085}
.mos-media-form,
.mos-media-row .mos-mini-form{
  grid-column:auto!important;
  grid-row:auto!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:16px!important;
  border:1px solid #d8dee9!important;
  border-radius:6px!important;
  background:#f8fafc!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.65);
}
.mos-media-form .mos-checkline,
.mos-media-row .mos-checkline{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(110px,1fr))!important;
  gap:10px!important;
}
.mos-media-form .mos-check,
.mos-media-row .mos-check{
  min-height:42px!important;
  border-radius:6px!important;
  background:#fff!important;
  justify-content:flex-start!important;
  padding:8px 10px!important;
}
.mos-media-form .mos-grid.mini,
.mos-media-row .mos-grid.mini{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(120px,1fr))!important;
  gap:12px!important;
}
.mos-media-form .mos-field:nth-of-type(5),
.mos-media-form .mos-field:nth-of-type(6),
.mos-media-row .mos-grid.mini .mos-field:nth-of-type(5),
.mos-media-row .mos-grid.mini .mos-field:nth-of-type(6){
  grid-column:span 2;
}
.mos-media-form .mos-field span,
.mos-media-row .mos-field span{
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:auto;
  min-height:24px;
}
.mos-media-form .mos-field input,
.mos-media-row .mos-field input{
  height:44px!important;
  font-size:15px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.mos-media-form .mos-actions,
.mos-media-row .mos-actions{justify-content:flex-end!important;margin-top:0!important}
.mos-storage-kpis article b{font-size:28px}
.mos-storage-table td code{font-size:12px;padding:6px 8px;display:inline-block;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}
@media(max-width:1180px){
  .mos-media-row{grid-template-columns:1fr!important}
  .mos-media-form .mos-grid.mini,.mos-media-row .mos-grid.mini{grid-template-columns:repeat(2,minmax(160px,1fr))!important}
  .mos-media-form .mos-checkline,.mos-media-row .mos-checkline{grid-template-columns:repeat(2,minmax(130px,1fr))!important}
}
@media(max-width:640px){
  .mos-media-preview{grid-template-columns:74px minmax(0,1fr);gap:12px}
  .mos-media-preview img,.mos-media-row img{width:74px!important;max-width:74px}
  .mos-media-form .mos-grid.mini,.mos-media-row .mos-grid.mini,.mos-media-form .mos-checkline,.mos-media-row .mos-checkline{grid-template-columns:1fr!important}
  .mos-media-form .mos-field:nth-of-type(5),.mos-media-form .mos-field:nth-of-type(6),.mos-media-row .mos-grid.mini .mos-field:nth-of-type(5),.mos-media-row .mos-grid.mini .mos-field:nth-of-type(6){grid-column:auto}
  .mos-media-form .mos-actions,.mos-media-row .mos-actions{justify-content:flex-start!important}
}

/* v43: Games-Sichtbarkeit */
.mos-game-toggle-list{display:grid;gap:10px;margin:14px 0}
.mos-game-toggle{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 16px;border:1px solid rgba(17,24,39,.14);background:rgba(255,255,255,.62)}
.mos-game-toggle input{width:22px;height:22px;accent-color:#111827}
.mos-game-toggle span{display:grid;gap:2px}.mos-game-toggle b{font-size:18px}.mos-game-toggle small{color:#667085}.mos-game-toggle em{font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#667085}
.mos-game-toggle:has(input:checked){border-color:rgba(17,24,39,.28);background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(242,247,255,.88))}.mos-game-toggle:has(input:checked) em{color:#0f766e}
.mos-status{display:inline-flex;align-items:center;margin:0 8px 8px 0;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;border:1px solid rgba(17,24,39,.14)}
.mos-status.ok{background:#ecfdf3;color:#067647}.mos-status.warn{background:#fff7ed;color:#b54708}

/* Chat-Story Bildergalerie */
.story-editor-side-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}.story-editor-side-head h3{margin:0 0 4px}.story-editor-side-head p{margin:0;color:rgba(255,255,255,.62);font-size:13px;line-height:1.4}.story-editor-side-head button,.story-editor-gallery-tools button,.story-editor-gallery-more{border:1px solid rgba(255,255,255,.14);border-radius:6px;background:rgba(255,255,255,.08);color:#fff;padding:8px 10px;font-weight:900;cursor:pointer}.story-editor-side-head button:hover,.story-editor-gallery-tools button:hover,.story-editor-gallery-more:hover{background:rgba(255,255,255,.15)}.story-editor-mini-title,.story-editor-gallery-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:14px 0 8px;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.56);font-weight:950}.story-editor-gallery-head small{letter-spacing:0;text-transform:none;color:rgba(255,255,255,.46)}.story-editor-gallery-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-bottom:10px}.story-editor-gallery-tools input{min-width:0;border:1px solid rgba(255,255,255,.14);border-radius:6px;background:rgba(255,255,255,.08);color:#fff;padding:8px 10px}.story-editor-gallery-tools input::placeholder{color:rgba(255,255,255,.42)}.story-editor-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.story-editor-gallery-grid button{display:grid;gap:6px;text-align:left;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:rgba(255,255,255,.055);color:#fff;padding:7px;cursor:pointer;min-width:0}.story-editor-gallery-grid button:hover,.story-editor-image-shelf button:hover{border-color:rgba(229,9,20,.55);background:rgba(229,9,20,.14)}.story-editor-gallery-grid img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:4px;background:#111}.story-editor-gallery-grid code{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:rgba(255,255,255,.72);font-size:11px}.story-editor-gallery-more{width:100%;margin-top:10px}.story-editor-main{grid-template-columns:minmax(0,1fr) 370px}@media(max-width:900px){.story-editor-main{grid-template-columns:1fr}.story-editor-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.story-editor-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-editor-side-head{display:block}.story-editor-side-head button{margin-top:8px}}


/* MOS Bildoptimierung */
.mos-imgopt-filter{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end}.mos-imgopt-filter .mos-actions{align-self:end}.mos-imgopt-filter-check{align-self:end;margin-bottom:8px}.mos-imgopt-kpis article b{font-size:1.35rem}.mos-imgopt-toolbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px;margin:0 0 12px;border:1px solid rgba(16,24,40,.12);border-radius:14px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.mos-imgopt-pager{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin:10px 0;color:#667085;font-weight:800}.mos-imgopt-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px}.mos-imgopt-card{position:relative;overflow:hidden;border:1px solid rgba(16,24,40,.12);border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(16,24,40,.06)}.mos-imgopt-card.is-needed{border-color:rgba(181,71,8,.32);background:#fffcf5}.mos-imgopt-card.is-unsupported{opacity:.72}.mos-imgopt-card a{display:block;background:#101828}.mos-imgopt-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.mos-imgopt-card>div{padding:10px}.mos-imgopt-card b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mos-imgopt-card small{display:block;color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mos-imgopt-card p{margin:7px 0 0;color:#475467;font-size:.84rem}.mos-imgopt-check{position:absolute;top:9px;left:9px;z-index:3;display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 6px 18px rgba(0,0,0,.18)}.mos-imgopt-check input{width:18px;height:18px;accent-color:#e50914}.mos-imgopt-badges{display:flex;gap:5px;flex-wrap:wrap;margin-top:9px}.mos-imgopt-badges span{display:inline-flex;border:1px solid rgba(16,24,40,.12);border-radius:999px;padding:3px 7px;background:#f2f4f7;color:#344054;font-size:.72rem;font-weight:900}.mos-imgopt-badges .is-warn{background:#fff7e6;color:#b54708;border-color:#fedf89}.mos-imgopt-badges .is-copy{background:#ecfdf3;color:#027a48;border-color:#abefc6}.mos-imgopt-badges .is-muted{background:#f2f4f7;color:#667085}.mos-empty-state{grid-column:1/-1;border:1px dashed rgba(16,24,40,.18);border-radius:14px;padding:22px;text-align:center;color:#667085;background:#f9fafb}@media(max-width:900px){.mos-imgopt-filter{grid-template-columns:1fr}.mos-imgopt-toolbar{position:static}.mos-imgopt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.mos-imgopt-grid{grid-template-columns:1fr}.mos-imgopt-card img{aspect-ratio:16/10}}


/* Persönliche Film-DNA + Konto-Tabs im MOS */
.mos-native-tabs-local{margin-bottom:14px}.mos-account-shell{display:grid;gap:14px}.mos-account-panel{display:none}.mos-account-panel.is-active{display:block}.mos-dna-card{position:relative;overflow:hidden;background:radial-gradient(circle at 0 0,rgba(229,9,20,.12),transparent 34%),linear-gradient(180deg,#fff,#fff7f8)}.mos-dna-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center}.mos-dna-hero-copy h3{font-size:clamp(24px,3vw,38px);letter-spacing:-.045em;margin:4px 0 8px;color:#101828}.mos-dna-hero-copy p{margin:0;color:#475467;line-height:1.62;max-width:76ch}.mos-dna-phase-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:14px}.mos-dna-phase{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(229,9,20,.18);background:#fff;border-radius:999px;padding:8px 12px;color:#b42318;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.mos-dna-phase-note{color:#667085;font-weight:800;font-size:13px}.mos-dna-orb{width:120px;height:120px;border-radius:36px;display:grid;place-items:center;text-align:center;border:1px solid #ffd1d7;background:radial-gradient(circle at 30% 20%,#fff,rgba(229,9,20,.16) 50%,rgba(229,9,20,.05));box-shadow:0 18px 44px rgba(16,24,40,.08),inset 0 1px 0 rgba(255,255,255,.8)}.mos-dna-orb b{display:block;font-size:36px;line-height:1;color:#b42318}.mos-dna-orb small{display:block;margin-top:5px;color:#667085;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.mos-dna-meter{height:10px;border-radius:999px;background:#f2f4f7;border:1px solid #eaecf0;overflow:hidden;margin:16px 0}.mos-dna-meter span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#e50914,#ff8191);box-shadow:0 0 18px rgba(229,9,20,.18)}.mos-dna-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:12px 0 18px}.mos-dna-kpis span{border:1px solid #eaecf0;border-radius:18px;background:rgba(255,255,255,.9);padding:14px 14px;box-shadow:0 8px 22px rgba(16,24,40,.04)}.mos-dna-kpis b{display:block;font-size:28px;line-height:1;color:#101828}.mos-dna-kpis small{display:block;margin-top:6px;color:#667085;font-weight:900;text-transform:uppercase;letter-spacing:.055em;font-size:11px}.mos-dna-panes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mos-dna-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.mos-dna-panes section,.mos-dna-grid section{border:1px solid #eaecf0;border-radius:18px;background:rgba(255,255,255,.92);padding:14px;min-width:0;box-shadow:0 8px 24px rgba(16,24,40,.04)}.mos-dna-panes h4,.mos-dna-grid h4{margin:0 0 10px;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#475467}.mos-dna-chips{display:flex;flex-wrap:wrap;gap:7px}.mos-dna-chips span{display:inline-flex;align-items:center;gap:6px;border:1px solid #e4e7ec;border-radius:999px;background:#fff;padding:7px 9px}.mos-dna-chips b{font-size:12px;color:#101828}.mos-dna-chips small{font-size:10px;color:#667085;font-weight:900}.mos-dna-empty{color:#667085;font-size:13px;line-height:1.5}.mos-dna-media-list{display:grid;gap:8px}.mos-dna-mini-media{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:9px;align-items:center;border:1px solid #eaecf0;border-radius:14px;background:#fff;padding:7px;color:#101828;text-decoration:none}.mos-dna-mini-media:hover{background:#fff5f6;border-color:#fecdd3;transform:translateY(-1px)}.mos-dna-mini-media img,.mos-dna-poster-fallback{width:42px;height:58px;object-fit:cover;border-radius:10px;background:#f2f4f7;display:grid;place-items:center;color:#98a2b3;font-weight:900}.mos-dna-mini-media b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.mos-dna-mini-media small{display:block;color:#667085;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mos-dna-mini-media em{font-style:normal;border:1px solid #eaecf0;border-radius:999px;padding:5px 7px;color:#344054;font-size:11px;font-weight:950;background:#f9fafb}.mos-dna-footnote{margin-top:12px;color:#667085;font-size:13px;line-height:1.55}@media(max-width:1180px){.mos-dna-panes{grid-template-columns:repeat(2,minmax(0,1fr))}.mos-dna-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.mos-dna-hero{grid-template-columns:1fr}.mos-dna-orb{width:100%;height:auto;min-height:86px;border-radius:24px}.mos-dna-kpis,.mos-dna-panes,.mos-dna-grid{grid-template-columns:1fr}}


/* Film-DNA: ausgedeutschtes Profil und Empfehlungen */
.mos-dna-story{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.35fr);gap:12px;margin:14px 0}
.mos-dna-story>section{border:1px solid #eaecf0;border-radius:22px;background:rgba(255,255,255,.94);padding:18px;box-shadow:0 10px 30px rgba(16,24,40,.05)}
.mos-dna-story h4{margin:0 0 12px;font-size:14px;text-transform:uppercase;letter-spacing:.085em;color:#475467}
.mos-dna-traits{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.mos-dna-traits li{position:relative;padding:10px 12px 10px 34px;border:1px solid #f1d3d7;border-radius:16px;background:linear-gradient(180deg,#fff,#fff7f8);font-weight:850;color:#101828;line-height:1.35}
.mos-dna-traits li:before{content:"✦";position:absolute;left:12px;top:9px;color:#e50914;font-size:13px}
.mos-dna-recs{display:grid;gap:9px}
.mos-dna-rec{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:12px;align-items:center;text-decoration:none;color:#101828;border:1px solid #eaecf0;border-radius:18px;background:#fff;padding:9px;transition:.16s ease}
.mos-dna-rec:hover{border-color:#fecdd3;background:#fff5f6;transform:translateY(-1px);box-shadow:0 12px 28px rgba(16,24,40,.07)}
.mos-dna-rec img,.mos-dna-rec-fallback{width:54px;height:78px;border-radius:12px;object-fit:cover;background:#f2f4f7;display:grid;place-items:center;color:#98a2b3;font-weight:950}
.mos-dna-rec b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px;letter-spacing:-.02em}
.mos-dna-rec small{display:block;margin-top:2px;color:#667085;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.mos-dna-rec em{display:block;margin-top:6px;color:#344054;font-style:normal;font-size:13px;line-height:1.35}
.mos-dna-rec i{font-style:normal;border:1px solid #eaecf0;border-radius:999px;padding:7px 9px;color:#344054;font-size:11px;font-weight:950;background:#f9fafb;white-space:nowrap}
.mos-dna-details{margin-top:12px;border:1px solid #eaecf0;border-radius:20px;background:rgba(255,255,255,.72);padding:12px}
.mos-dna-details>summary{cursor:pointer;font-weight:950;color:#344054;text-transform:uppercase;letter-spacing:.06em;font-size:12px}
.mos-dna-details[open]>summary{margin-bottom:12px}
@media(max-width:980px){.mos-dna-story{grid-template-columns:1fr}.mos-dna-rec{grid-template-columns:48px minmax(0,1fr)}.mos-dna-rec i{grid-column:2;justify-self:start}.mos-dna-rec img,.mos-dna-rec-fallback{width:48px;height:70px}}

/* Film-DNA: dynamische Empfehlungen */
.mos-dna-rec small mark{display:inline-flex;margin-left:6px;border:1px solid #ffe0e5;border-radius:999px;background:#fff5f6;color:#b42318;padding:2px 6px;font-style:normal;font-weight:950;letter-spacing:.04em}
.mos-dna-morebar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px solid #eaecf0}
.mos-dna-morebar span{color:#667085;font-size:13px;font-weight:800}
.mos-dna-morebar .mos-btn[disabled]{opacity:.65;cursor:wait}


/* Login merken / Sessionverwaltung */
.mos-login-remember{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:10px;border:1px solid #d8dee9;background:#fff;border-radius:10px;padding:10px 12px;color:#344054;font-weight:850}.mos-login-remember input{width:18px!important;height:18px!important;accent-color:#e50914}.mos-login-remember span{font-size:14px!important;color:#344054!important;text-transform:none!important;letter-spacing:0!important}.mos-table .mos-muted{color:#667085;padding:18px}


/* Konto: Benutzername und schönes Geburtsdatum */
.mos-account-identity{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;padding:12px 14px;border:1px solid #eaecf0;border-radius:16px;background:linear-gradient(180deg,#fff,#f9fafb)}
.mos-account-identity span{font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.07em;color:#667085}
.mos-account-identity b{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#101828;background:#fff;border:1px solid #eaecf0;border-radius:999px;padding:6px 10px}
.mos-birthday-pretty{align-self:end;margin:-4px 0 6px;display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#475467;font-weight:850}
.mos-birthday-pretty span{display:inline-flex;border:1px solid #eaecf0;border-radius:999px;background:#fff;padding:7px 10px}
.mos-birthday-pretty b{display:inline-flex;border-radius:999px;background:#e50914;color:#fff;padding:7px 10px;box-shadow:0 8px 18px rgba(229,9,20,.22)}

/* Konto: schönes Geburtsdatumfeld und Happy-Birthday-Hinweis */
.mos-birthday-field{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:10px;align-items:end}
.mos-birthday-field .mos-field{min-width:0}
.mos-birthday-field input[type="date"]{font-variant-numeric:tabular-nums;min-height:44px}
.mos-birthday-pretty{align-self:end;margin:0 0 1px;display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#475467;font-weight:850}
.mos-birthday-pretty span{display:none!important}
.mos-birthday-pretty b{display:inline-flex;align-items:center;min-height:44px;border-radius:999px;background:#e50914;color:#fff;padding:0 14px;box-shadow:0 8px 18px rgba(229,9,20,.22);white-space:nowrap}
@media(max-width:680px){.mos-birthday-field{grid-template-columns:1fr}.mos-birthday-pretty b{min-height:38px}}


/* Filmabend-Assistent: Streaminganbieter */
.mos-movie-tip-providers{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;margin:8px 0 10px}.mos-provider-check{position:relative;display:flex;align-items:center;gap:10px;border:1px solid #d8dee9;border-radius:14px;background:#fff;padding:12px 13px;cursor:pointer;box-shadow:0 8px 20px rgba(16,24,40,.04);overflow:hidden}.mos-provider-check:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--provider-accent,#e50914);opacity:.85}.mos-provider-check input{width:18px;height:18px;accent-color:var(--provider-accent,#e50914);position:relative;z-index:1}.mos-provider-check span{display:grid;gap:2px;position:relative;z-index:1}.mos-provider-check b{font-size:14px;color:#101828}.mos-provider-check small{font-size:11px;color:#667085;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.mos-provider-check:has(input:not(:checked)){opacity:.66;background:#f9fafb}.mos-provider-check:has(input:checked){border-color:color-mix(in srgb,var(--provider-accent,#e50914) 35%,#d8dee9)}

/* Delta 2026-07-27: Website-Link auch auf kleinen MOS-Bildschirmen sichtbar. */
@media(max-width:900px){.mos-top-actions a:first-child{display:inline-flex;align-items:center}}
@media(max-width:520px){.mos-top-title{display:none}.mos-top-actions a{display:inline-flex;align-items:center}}

/* Mailing-Tracking: Link-Overlay und Leaflet-Herkunftskarte */
.mos-mail-preview-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 12px;padding:10px 12px;border:1px solid #d8dee9;border-radius:8px;background:#f8fafc}.mos-mail-preview-toolbar span{color:#475467;font-size:13px;font-weight:850}.mos-mail-preview-shell{position:relative}.mos-mail-preview-frame{display:block;width:100%;height:680px;border:1px solid rgba(148,163,184,.35);border-radius:14px;background:#fff}.mos-mailing-map{height:430px}.mos-mail-map-legend{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 10px;color:#475467;font-size:12px;font-weight:900}.mos-mail-map-legend span{display:inline-flex;align-items:center;gap:7px;border:1px solid #d8dee9;border-radius:999px;background:#fff;padding:6px 9px}.mos-mail-map-legend i{display:inline-block;width:11px;height:11px;border-radius:50%}.mos-mail-map-legend i.is-open{background:#2563eb}.mos-mail-map-legend i.is-click{background:#e11d48}.mos-mail-map-icon{border:0!important;background:transparent!important}.mos-mail-map-bubble{--mos-map-size:28px;--mos-click-share:0%;display:grid;place-items:center;width:var(--mos-map-size);height:var(--mos-map-size);border:3px solid #fff;border-radius:50%;background:conic-gradient(#e11d48 0 var(--mos-click-share),#2563eb var(--mos-click-share) 100%);box-shadow:0 0 0 6px rgba(15,23,42,.16),0 10px 24px rgba(15,23,42,.36);color:#fff;font:900 11px/1 Inter,system-ui,sans-serif}.mos-mail-map-bubble b{display:grid;place-items:center;width:56%;height:56%;border-radius:50%;background:rgba(15,23,42,.82);text-shadow:0 1px 2px rgba(0,0,0,.5)}.mos-map-marker.is-mailing{background:conic-gradient(#e11d48 0 var(--click-share,0%),#2563eb var(--click-share,0%) 100%)}
@media(max-width:900px){.mos-mail-preview-frame{height:560px}.mos-mailing-map{height:330px}.mos-mail-preview-toolbar{align-items:stretch}.mos-mail-preview-toolbar .mos-btn{width:100%}}


/* Filmnews-Verwaltung */
.mos-filmnews-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mos-filmnews-item{display:grid;grid-template-columns:150px minmax(0,1fr);gap:14px;min-width:0;border:1px solid rgba(16,24,40,.12);border-radius:12px;background:#fff;overflow:hidden}.mos-filmnews-cover{display:block;min-height:145px;background:#101828}.mos-filmnews-cover img{display:block;width:100%;height:100%;min-height:145px;object-fit:cover}.mos-filmnews-item>div{min-width:0;padding:13px 14px 13px 0}.mos-filmnews-item small{display:block;color:#667085;font-weight:750}.mos-filmnews-item h3{margin:6px 0 8px;font-size:1rem;line-height:1.25}.mos-filmnews-item h3 a{color:#101828;text-decoration:none}.mos-filmnews-item h3 a:hover{text-decoration:underline}.mos-filmnews-item p{margin:0 0 9px;color:#475467;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.mos-filmnews-item code{font-size:.7rem;color:#667085}@media(max-width:900px){.mos-filmnews-grid{grid-template-columns:1fr}}@media(max-width:560px){.mos-filmnews-item{grid-template-columns:110px minmax(0,1fr)}.mos-filmnews-cover,.mos-filmnews-cover img{min-height:130px}.mos-filmnews-item>div{padding-right:10px}}


/* Proaktiver Chat */
.mos-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.mos-card-head h3{margin:0}.mos-card-head .mos-check{margin-top:0;flex:0 0 auto}@media(max-width:680px){.mos-card-head{display:grid}.mos-card-head .mos-check{justify-self:start}}

/* MOS v18.0.7: Story-Editor immer vollständig bedienbar */
.story-editor-modal{
  padding:clamp(6px,1.5vw,18px);
  overflow:hidden;
  overscroll-behavior:contain;
}
.story-editor-shell{
  width:min(1480px,100%);
  height:100%;
  max-height:920px;
  min-height:0;
}
.story-editor-top-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex:0 0 auto;
}
.story-editor-top-save{
  white-space:nowrap;
}
.story-editor-main{
  overflow:hidden;
}
.story-editor-footer{
  position:relative;
  z-index:5;
  flex:0 0 auto;
  padding-bottom:max(13px,env(safe-area-inset-bottom));
}
@media(max-width:900px){
  .story-editor-modal{padding:7px}
  .story-editor-shell{width:100%;height:100%;max-height:none;border-radius:6px}
  .story-editor-topbar{padding:10px 11px}
  .story-editor-topbar strong{font-size:18px}
  .story-editor-top-save{padding:8px 10px;min-height:36px;font-size:12px}
  .story-editor-close{width:36px;height:36px}
  .story-editor-footer{padding:9px 10px max(9px,env(safe-area-inset-bottom))}
}
@media(max-width:520px){
  .story-editor-topbar>div:first-child span{display:none}
  .story-editor-topbar strong{font-size:16px}
  .story-editor-top-save{font-size:0}
  .story-editor-top-save:after{content:'Übernehmen';font-size:12px}
  .story-editor-footer>span{width:100%;order:2}
  .story-editor-footer>div{width:100%;justify-content:flex-end}
}
@media(max-height:700px){
  .story-editor-topbar{padding-top:7px;padding-bottom:7px}
  .story-editor-toolbar{padding-top:6px;padding-bottom:6px;gap:5px}
  .story-editor-toolbar button,.story-editor-toolbar select{padding:6px 8px;font-size:12px}
  .story-editor-imagebar{padding-top:6px;padding-bottom:6px}
  .story-editor-footer{padding-top:7px}
}


/* Doku Timeline 1.0.1 */
.mos-docs-tabs{display:flex;gap:8px;margin:-2px 0 16px;padding:6px;border:1px solid #d8dee9;background:#fff;border-radius:10px;width:max-content;max-width:100%}
.mos-docs-tab{border:0;background:transparent;color:#475467;border-radius:7px;padding:10px 16px;font-weight:950;cursor:pointer;white-space:nowrap}
.mos-docs-tab:hover{background:#f2f4f7;color:#111827}.mos-docs-tab.is-active{background:#111827;color:#fff}
.mos-docs-timeline-jump{margin-top:12px;border:0;background:transparent;color:#b42318;padding:0;font-weight:950;text-decoration:underline;text-decoration-color:#f04438;text-underline-offset:4px;cursor:pointer}
.mos-docs-timeline-shell{border:1px solid #d8dee9;background:#fff;border-radius:10px;overflow:hidden;min-width:0}
.mos-docs-timeline-head{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid #d8dee9;background:linear-gradient(135deg,#fff,#f8fafc)}
.mos-docs-timeline-head>div:first-child{min-width:0}.mos-docs-timeline-head span{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#e50914;font-weight:950}
.mos-docs-timeline-head h2{margin:5px 0 4px;font-size:28px;line-height:1.1}.mos-docs-timeline-head p{margin:0;color:#667085}
.mos-docs-timeline-search{position:static;width:min(320px,100%);padding:0;border:0;background:transparent;flex:0 0 auto}.mos-docs-timeline-search input{height:42px}
.mos-docs-timeline{position:relative;padding:24px 24px 30px 54px;min-width:0}.mos-docs-timeline:before{content:"";position:absolute;top:30px;bottom:34px;left:31px;width:2px;background:linear-gradient(#e50914,#d8dee9)}
.mos-doc-release{position:relative;margin:0 0 14px;scroll-margin-top:18px}.mos-doc-release[hidden],.mos-doc-release-item[hidden]{display:none!important}
.mos-doc-release-dot{position:absolute;left:-30px;top:22px;width:14px;height:14px;border:3px solid #fff;border-radius:50%;background:#e50914;box-shadow:0 0 0 1px #f04438;z-index:1}
.mos-doc-release.is-focused .mos-doc-release-dot{box-shadow:0 0 0 5px rgba(229,9,20,.15)}
.mos-doc-release details{border:1px solid #d8dee9;border-radius:10px;background:#fff;overflow:hidden}.mos-doc-release.is-focused details{border-color:#f04438}
.mos-doc-release summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 18px;cursor:pointer;background:#f8fafc}.mos-doc-release summary::-webkit-details-marker{display:none}
.mos-doc-release summary>div{display:grid;gap:3px;min-width:0}.mos-doc-release summary small{color:#667085}.mos-doc-release summary strong{font-size:20px;line-height:1.15;color:#111827}.mos-doc-release summary span{font-size:13px;color:#667085}
.mos-doc-release summary>b{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#475467;white-space:nowrap}.mos-doc-release details[open] summary>b:after{content:"  –"}.mos-doc-release details:not([open]) summary>b:after{content:"  +"}
.mos-doc-release-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px;background:#fff;border-top:1px solid #e4e7ec}
.mos-doc-release-item{min-width:0;display:grid;align-content:start;gap:6px;text-align:left;border:1px solid #e4e7ec;background:#fff;border-radius:8px;padding:14px;color:#111827;cursor:pointer}
.mos-doc-release-item:hover{border-color:#98a2b3;background:#f9fafb}.mos-doc-release-item>span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#e50914;font-weight:950}.mos-doc-release-item strong{font-size:16px;line-height:1.25}.mos-doc-release-item p{margin:0;color:#667085;font-size:13px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.mos-doc-release-item small{margin-top:auto;color:#344054;font-weight:900}
.mos-docs-timeline-empty{padding:22px;border:1px dashed #cfd8e6;border-radius:8px;text-align:center;color:#667085;background:#f8fafc}
@media(max-width:900px){.mos-docs-tabs{width:100%}.mos-docs-tab{flex:1}.mos-docs-timeline-head{display:grid;align-items:start}.mos-docs-timeline-search{width:100%}.mos-doc-release-body{grid-template-columns:1fr}}
@media(max-width:520px){.mos-docs-timeline{padding:18px 12px 24px 38px}.mos-docs-timeline:before{left:20px}.mos-doc-release-dot{left:-25px}.mos-docs-timeline-head{padding:18px}.mos-doc-release summary{align-items:flex-start;padding:14px}.mos-doc-release summary strong{font-size:18px}.mos-doc-release summary>b{font-size:0}.mos-doc-release summary>b:after{font-size:20px}.mos-docs-tabs{display:grid;grid-template-columns:1fr 1fr}.mos-docs-tab{min-width:0;padding:10px}}
/* Agenten-Fachprofile 1.16.0 */
.mos-agent-expertise-badge{display:inline-flex;margin-top:7px;padding:4px 8px;border-radius:999px;background:rgba(137,129,255,.14);border:1px solid rgba(137,129,255,.3);color:#d8d4ff;font-size:.7rem;line-height:1.2}
.mos-agent-expertise-config{margin:16px 0;padding:0;overflow:hidden}.mos-agent-expertise-config>summary{display:flex;flex-direction:column;gap:3px;padding:15px 17px;cursor:pointer;list-style:none;background:rgba(116,105,210,.08)}.mos-agent-expertise-config>summary::-webkit-details-marker{display:none}.mos-agent-expertise-config>summary b{font-size:.95rem}.mos-agent-expertise-config>summary small{color:var(--mos-muted,#8e95a8);font-size:.75rem}.mos-agent-expertise-config[open]>summary{border-bottom:1px solid rgba(255,255,255,.08)}.mos-agent-expertise-config>.mos-checkline,.mos-agent-expertise-config>.mos-grid,.mos-agent-expertise-config>.mos-field,.mos-agent-expertise-config>.mos-help{margin-left:16px;margin-right:16px}.mos-agent-expertise-config>.mos-checkline{margin-top:15px}.mos-agent-expertise-config>.mos-help{display:block;margin-bottom:16px}
