#audio-player{position:fixed;top:10px;left:50%;z-index:9000;width:44px;height:44px;transform:translateX(-50%);padding:0;border:0;border-radius:14px;background:transparent;color:#172a46;font:14px/1.45 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;pointer-events:auto}#audio-player[hidden]{display:none}#audio-player .player-head{display:block}#audio-player .launcher{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid #cad5e2;border-radius:14px;background:#fff;color:#172a46;box-shadow:0 8px 24px #172a4630;cursor:pointer}#audio-player .launcher:hover,#audio-player .launcher:focus-visible{outline:2px solid #1769e0;outline-offset:2px}#audio-player .launcher-icon{font-size:17px;line-height:1}#audio-player .launcher strong{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}#audio-player .actions{display:none}#audio-player .player-body{display:none}#audio-player.expanded{top:auto;left:auto;right:18px;bottom:76px;width:min(360px,calc(100vw - 36px));height:auto;max-height:min(560px,calc(100vh - 96px));transform:none;overflow:auto;padding:16px;border:1px solid #cad5e2;border-radius:18px;background:#fff;box-shadow:0 8px 32px #172a4630;color:#172a46}#audio-player.expanded .player-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}#audio-player.expanded .launcher{flex:1;min-width:0;width:auto;height:auto;min-height:28px;justify-content:flex-start;padding:0;border:0;border-radius:8px;background:transparent;box-shadow:none;text-align:left}#audio-player.expanded .launcher-icon{display:none}#audio-player.expanded .launcher strong{position:static;width:auto;height:auto;overflow:visible;clip:auto;clip-path:none;white-space:normal;font-weight:700;line-height:1.35;overflow-wrap:anywhere}#audio-player.expanded .actions{display:flex;flex:none;align-items:center;gap:6px}#audio-player .actions button,#audio-player .actions a{display:inline-flex;align-items:center;justify-content:center;font:inherit;border:1px solid #cad5e2;background:#eef4fb;color:#172a46;border-radius:8px;padding:7px;cursor:pointer;text-decoration:none}#audio-player .actions .robot{min-width:34px}#audio-player .actions .collapse,#audio-player .actions .hide{width:28px;height:34px}#audio-player.expanded .player-body{display:block}#audio-player audio{width:100%;margin-top:0}#audio-player .status{font-size:12px;color:#58647a}#audio-player details{margin-top:8px}#audio-player .transcript{max-height:180px;overflow:auto;white-space:pre-wrap}#audio-player summary{cursor:pointer}#audio-player:focus-within{outline:none}@media(max-width:600px){#audio-player{top:8px;left:auto;right:12px;width:42px;height:42px;transform:none}#audio-player .launcher{width:42px;height:42px;border-radius:13px}#audio-player.expanded{top:auto;left:10px;right:10px;bottom:68px;width:auto;max-height:46vh;padding:10px;border-radius:18px}#audio-player.expanded .player-head{gap:8px;margin-bottom:10px}}@media print{#audio-player{display:none}}
