:root{--ak-story-ink:#43344f;--ak-story-purple:#6f58a8;--ak-story-pink:#ff8db6;--ak-story-panel:rgba(43,35,57,.86)}
.ak-story-fullscreen-page,.ak-story-fullscreen-page #page,.ak-story-fullscreen-page #content,.ak-story-fullscreen-page .site-content,.ak-story-fullscreen-page .content-area,.ak-story-fullscreen-page .site-main,.ak-story-fullscreen-page article,.ak-story-fullscreen-page .entry-content{width:100%!important;max-width:none!important;height:100%!important;min-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important}
.ak-story-fullscreen-page .site-header,.ak-story-fullscreen-page #masthead,.ak-story-fullscreen-page .site-footer,.ak-story-fullscreen-page #colophon,.ak-story-fullscreen-page .entry-header{display:none!important}
.ak-story-player-shell{position:relative;width:100%;height:100%;min-height:420px;display:grid;place-items:center;background:radial-gradient(circle at top,#fff8fc,#e8f5ff 55%,#e6f7ef);overflow:hidden;font-family:Nunito,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ak-story-ink)}
.ak-story-fullscreen-page .ak-story-player-shell{position:fixed;inset:0;z-index:999999;min-height:0}
.ak-story-stage-wrap{position:relative;width:100%;height:100%;display:grid;place-items:center;background:#211b2c;overflow:hidden}
.ak-story-canvas{display:block;width:100%;height:100%;object-fit:contain;touch-action:none;background:#f8f4fb}
.ak-story-topbar{position:absolute;top:max(10px,env(safe-area-inset-top));left:12px;right:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;pointer-events:none;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}
.ak-story-topbar strong{padding:8px 13px;border-radius:14px;background:rgba(43,35,57,.7);backdrop-filter:blur(8px);font-weight:900}
.ak-story-topbar button{pointer-events:auto;width:42px;height:42px;border:0;border-radius:14px;background:rgba(255,255,255,.9);color:#493a57;font-size:23px;font-weight:900;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.ak-story-controls{position:absolute;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));display:grid;grid-template-columns:auto auto minmax(80px,1fr) auto auto;align-items:center;gap:8px;padding:8px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:var(--ak-story-panel);backdrop-filter:blur(12px);box-shadow:0 12px 30px rgba(25,18,33,.28);color:#fff}
.ak-story-controls button{min-width:44px;height:42px;border:0;border-radius:13px;background:#fff;color:#493a57;font-weight:950;cursor:pointer;padding:0 13px}
.ak-story-controls [data-action="record"]{background:#ff6d86;color:#fff}
.ak-story-progress{height:10px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.2)}
.ak-story-progress i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6ee1c1,#ffd364,#ff8eaf)}
.ak-story-controls span{font-size:12px;font-weight:900;white-space:nowrap}
.ak-story-loading,.ak-story-error{display:grid;justify-items:center;gap:10px;padding:32px;text-align:center}
.ak-story-loading span{font-size:42px;color:#8e6ac2;animation:ak-story-spin 1.2s linear infinite}.ak-story-loading strong{font-size:20px}
.ak-story-error{max-width:480px;border-radius:24px;background:#fff;box-shadow:0 20px 60px rgba(55,38,70,.16)}.ak-story-error strong{font-size:22px}.ak-story-error span{color:#7a6c82}
.ak-story-toast{position:absolute;top:70px;left:50%;transform:translateX(-50%);z-index:10;max-width:min(88%,520px);padding:12px 18px;border-radius:14px;background:#332a40;color:#fff;font-weight:850;text-align:center;box-shadow:0 12px 30px rgba(0,0,0,.25)}.ak-story-toast.is-error{background:#b13a52}
@keyframes ak-story-spin{to{transform:rotate(360deg)}}
@media(max-width:700px),(max-height:500px){.ak-story-controls{grid-template-columns:42px 42px 1fr auto;padding:5px;border-radius:14px}.ak-story-controls [data-action="record"]{position:absolute;right:5px;bottom:52px;height:36px}.ak-story-controls span{display:none}.ak-story-topbar strong{max-width:60vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.ak-story-topbar button{width:36px;height:36px;border-radius:11px}.ak-story-player-shell{min-height:320px}}
.ak-story-article-intro{font-family:Nunito,system-ui,sans-serif;text-align:center}.ak-story-article-intro h2{margin-bottom:6px}.ak-story-article-intro p{margin-top:0;color:#756a7c}
/* V3.8 — mesmo enquadramento da edição em qualquer tela */
.ak-story-stage-wrap .ak-story-canvas{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:none;max-height:none;width:auto;height:auto}
.ak-story-stage-wrap.is-landscape .ak-story-canvas{width:max(100vw,calc(100dvh * 1.7777778));height:max(100dvh,calc(100vw * .5625))}
.ak-story-stage-wrap.is-portrait .ak-story-canvas{width:max(100vw,calc(100dvh * .5625));height:max(100dvh,calc(100vw * 1.7777778))}
.ak-story-stage-wrap.is-square .ak-story-canvas{width:max(100vw,100dvh);height:max(100vw,100dvh)}
