:root{
    --base:#72B5BC;
    --base-soft:#A8DCE1;
    --base-pale:#EDF8FA;
    --base-deep:#2B6871;
    --ink:#163C42;
    --ink-soft:#3E6A71;
    --line:rgba(43,104,113,.14);
    --shadow:0 24px 58px rgba(43,104,113,.12);
    --sidebar:clamp(260px,19vw,330px);
    --gap:clamp(16px,2vw,34px);
    --page-pad:clamp(12px,1.4vw,24px);
}
*{box-sizing:border-box}
html{min-height:100%;-webkit-text-size-adjust:100%}
body{
    margin:0;
    min-height:100dvh;
    overflow-x:hidden;
    overflow-y:auto;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
    color:var(--ink);
    background:
        radial-gradient(circle at 6% 10%, rgba(76,157,166,.52), transparent 32%),
        radial-gradient(circle at 88% 9%, rgba(154,215,220,.78), transparent 36%),
        linear-gradient(135deg,#F5FCFD 0%,#D8EFF1 48%,#A9D7DC 100%);
}
a{text-decoration:none;color:inherit}
button{font-family:inherit}
.appPage{
    width:100%;
    min-height:100dvh;
    display:grid;
    grid-template-columns:var(--sidebar) minmax(0,1fr);
    gap:var(--gap);
    padding:var(--page-pad);
}
.sidebar{
    position:sticky;
    top:var(--page-pad);
    min-height:calc(100dvh - (var(--page-pad) * 2));
    height:auto;
    align-self:start;
    display:flex;
    flex-direction:column;
    overflow:visible;
    border:1px solid var(--line);
    border-radius:34px;
    background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(244,252,253,.90));
    box-shadow:var(--shadow);
    backdrop-filter:blur(14px);
}
.sidebar:before{content:"";position:absolute;left:0;top:0;bottom:0;width:8px;background:linear-gradient(180deg,#CDEFF2,var(--base),#A5D8DD)}
.brand{display:grid;grid-template-columns:60px 1fr;gap:12px;align-items:center;padding:16px 22px 12px}.logoBox{width:60px;height:60px;border-radius:22px;background:linear-gradient(145deg,#fff,#DDF3F5);border:1px solid rgba(43,104,113,.18);display:grid;place-items:center;box-shadow:0 15px 35px rgba(43,104,113,.12), inset 0 1px 0 #fff;overflow:hidden}.logoBox img{width:100%;height:100%;object-fit:contain;padding:8px}.logoFallback{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;text-align:center;font-size:13px;font-weight:950;line-height:.86;color:var(--base-deep);background:linear-gradient(145deg,#EAF9FA,#9ED4D9)}.brandText small{display:block;margin-bottom:4px;color:var(--base-deep);font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.22em}.brandText strong{display:block;font-size:27px;line-height:.92;letter-spacing:-.06em}.navLabel{padding:0 25px;margin:8px 0 8px;color:rgba(22,60,66,.52);font-size:11px;font-weight:950;letter-spacing:.24em;text-transform:uppercase}.menu{flex:0 0 auto;min-height:0;overflow:visible;padding:0 15px 18px;display:grid;gap:6px;align-content:start;scrollbar-width:none}.menu::-webkit-scrollbar{width:6px}.menu::-webkit-scrollbar-thumb{background:rgba(43,104,113,.18);border-radius:999px}.menuItem{display:grid;grid-template-columns:42px 1fr auto;gap:9px;align-items:center;min-height:48px;padding:6px 10px;border-radius:19px;border:1px solid rgba(43,104,113,.13);background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(230,247,249,.74));color:#2A5C63;font-weight:950;box-shadow:0 13px 24px rgba(43,104,113,.08), inset 0 1px 0 rgba(255,255,255,.96), inset 0 -18px 24px rgba(114,181,188,.05);transition:transform .2s ease, box-shadow .2s ease, background .2s ease}.menuItem:hover,.menuItem.active{transform:translateY(-2px);background:linear-gradient(145deg,#fff,#DFF5F7);box-shadow:0 20px 34px rgba(43,104,113,.14), inset 0 1px 0 #fff}.menuItem.member{background:linear-gradient(145deg,#BEE8EC,var(--base));color:#113B42;box-shadow:0 14px 0 rgba(43,104,113,.08),0 24px 35px rgba(43,104,113,.16),inset 0 1px 0 rgba(255,255,255,.65)}.icon{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#E8F8FA);border:1px solid rgba(43,104,113,.09);box-shadow:inset 0 1px 0 #fff,0 10px 19px rgba(43,104,113,.10)}.icon svg{width:19px;height:19px;stroke:var(--base-deep);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.member .icon{background:linear-gradient(145deg,#F9FFFF,#D7F2F5)}.arrow{font-size:18px;opacity:.45}
.sidebarLegal{
    margin:auto 15px 15px;
    padding:9px 10px;
    border-radius:16px;
    border:1px solid rgba(43,104,113,.13);
    background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(226,246,248,.80));
    box-shadow:0 10px 20px rgba(43,104,113,.07),inset 0 1px 0 rgba(255,255,255,.95);
    color:#315F66;
}
.sidebarLegalText{
    display:block;
    margin:0 0 7px;
    font-size:9.9px;
    line-height:1.35;
    font-weight:800;
}
.sidebarLegalLinks{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    align-items:center;
}
.legalMiniBtn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:25px;
    padding:5px 8px;
    border-radius:999px;
    border:1px solid rgba(43,104,113,.15);
    background:#fff;
    color:var(--base-deep);
    font-size:9.5px;
    line-height:1;
    font-weight:950;
    text-decoration:none;
    box-shadow:0 5px 10px rgba(43,104,113,.06);
    transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.legalMiniBtn:hover{transform:translateY(-1px);box-shadow:0 8px 14px rgba(43,104,113,.11);background:#F4FCFD}
.legalMiniBtn.primary{background:linear-gradient(145deg,#D9F3F5,#A8DCE1);color:#123D43}

/* Navegação compacta utilizada em tablets e celulares. */
.mobileNavBar{display:none}
.mobileMenuToggle{
    border:0;
    min-height:44px;
    padding:8px 13px;
    border-radius:15px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:linear-gradient(145deg,#D9F3F5,#8DCBD1);
    color:#123D43;
    font-weight:950;
    box-shadow:0 8px 18px rgba(43,104,113,.12),inset 0 1px 0 rgba(255,255,255,.72);
    cursor:pointer;
}
.mobileMenuToggleIcon{position:relative;width:19px;height:14px;display:inline-block}
.mobileMenuToggleIcon:before,.mobileMenuToggleIcon:after,.mobileMenuToggleIcon span{
    content:"";
    position:absolute;
    left:0;
    width:19px;
    height:2px;
    border-radius:999px;
    background:currentColor;
    transition:transform .22s ease,top .22s ease,opacity .22s ease;
}
.mobileMenuToggleIcon:before{top:0}
.mobileMenuToggleIcon span{top:6px}
.mobileMenuToggleIcon:after{top:12px}
.sidebar.menu-open .mobileMenuToggleIcon:before{top:6px;transform:rotate(45deg)}
.sidebar.menu-open .mobileMenuToggleIcon span{opacity:0}
.sidebar.menu-open .mobileMenuToggleIcon:after{top:6px;transform:rotate(-45deg)}
.mobileLocation{min-width:0;display:grid;gap:1px}
.mobileLocation small{font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.15em;color:rgba(22,60,66,.56);font-weight:900}
.mobileLocation strong{font-size:15px;line-height:1.15;color:#163C42}

/* Caderneta vertical exclusiva do celular. */
.mobileNotebook{display:none}
.mobileNotebookViewport{position:relative;perspective:1500px}
.mobileNotebookSheet{
    position:relative;
    width:100%;
    height:clamp(570px,146vw,690px);
    min-height:570px;
    display:grid;
    grid-template-rows:minmax(0,1fr) 27px minmax(0,1fr);
    transform-style:preserve-3d;
    transform-origin:50% 50%;
    filter:drop-shadow(0 22px 30px rgba(30,72,78,.19));
    will-change:transform,opacity;
}
.mobileNotebookSheet.is-flipping-next{animation:notebookFlipNext .76s cubic-bezier(.38,.02,.2,1)}
.mobileNotebookSheet.is-flipping-prev{animation:notebookFlipPrev .76s cubic-bezier(.38,.02,.2,1)}
@keyframes notebookFlipNext{
    0%{transform:rotateX(0deg);opacity:1}
    47%{transform:rotateX(-88deg);opacity:.54}
    53%{transform:rotateX(88deg);opacity:.46}
    100%{transform:rotateX(0deg);opacity:1}
}
@keyframes notebookFlipPrev{
    0%{transform:rotateX(0deg);opacity:1}
    47%{transform:rotateX(88deg);opacity:.54}
    53%{transform:rotateX(-88deg);opacity:.46}
    100%{transform:rotateX(0deg);opacity:1}
}
.mobileNotebookPage{
    position:relative;
    min-height:0;
    padding:16px;
    border:1px solid rgba(43,104,113,.19);
    background:
        repeating-linear-gradient(0deg,transparent 0 29px,rgba(114,181,188,.055) 29px 30px),
        linear-gradient(180deg,#FFFFFF 0%,#FBFEFF 68%,#F2FAFB 100%);
    overflow:hidden;
}
.mobileNotebookTop{
    border-radius:25px 25px 7px 7px;
    box-shadow:inset 0 1px 0 #fff;
}
.mobileNotebookBottom{
    border-radius:7px 7px 25px 25px;
    box-shadow:inset 0 1px 0 #fff;
}
.mobileNotebookBinding{
    position:relative;
    z-index:4;
    margin:-1px 12px;
    border-left:1px solid rgba(43,104,113,.17);
    border-right:1px solid rgba(43,104,113,.17);
    background:linear-gradient(180deg,#D3EEF1 0%,#7FBFC6 48%,#D9F2F4 100%);
    box-shadow:0 4px 10px rgba(30,72,78,.18),inset 0 1px 0 rgba(255,255,255,.85);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
}
.mobileNotebookBinding span{
    width:11px;height:11px;border-radius:50%;
    background:#F7FFFF;
    border:2px solid rgba(43,104,113,.38);
    box-shadow:inset 0 1px 2px rgba(43,104,113,.18);
}
.mobileNotebookTextContent{height:100%;min-height:0;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:9px;position:relative;z-index:2}
.mobileNotebookIndex{display:flex;align-items:center;justify-content:space-between;gap:8px}
.mobileNotebookIndex strong{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:rgba(43,104,113,.64)}
.mobileNotebookIndex span{font-size:11px;font-weight:950;color:var(--base-deep)}
.mobileNotebookMeta{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px;font-weight:850;color:#4B7379}
.mobileNotebookTitle{margin:0;font-size:clamp(20px,6vw,26px);line-height:1.06;letter-spacing:-.04em;color:#153D42}
.mobileNotebookText{
    min-height:0;
    overflow:auto;
    padding-right:5px;
    color:#365F65;
    font-size:13.5px;
    line-height:1.48;
    text-align:left;
    scrollbar-width:thin;
}
.mobileNotebookText::-webkit-scrollbar{width:4px}
.mobileNotebookText::-webkit-scrollbar-thumb{background:rgba(43,104,113,.20);border-radius:999px}
.mobileNotebookText p{margin:0 0 9px}
.mobileNotebookOpen{justify-self:start;padding:9px 12px;border-radius:13px;font-size:12px}
.mobileNotebookPhotoContent{height:100%;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:8px;position:relative;z-index:2}
.mobileNotebookPhoto{
    min-height:0;
    border-radius:14px;
    border:1px solid rgba(43,104,113,.16);
    background:linear-gradient(145deg,#fff,#EDF9FA);
    display:grid;
    place-items:center;
    overflow:hidden;
    box-shadow:0 8px 18px rgba(43,104,113,.07);
}
.mobileNotebookPhoto img{width:100%;height:100%;object-fit:contain;padding:6px;display:block}
.mobileNotebookPhoto.empty{color:rgba(43,104,113,.45);font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.mobileNotebookThumbs{min-height:43px;display:flex;gap:6px;overflow-x:auto;padding:1px 1px 3px;scrollbar-width:thin}
.mobileNotebookThumb{
    flex:0 0 53px;
    height:40px;
    padding:0;
    border-radius:9px;
    border:1px solid rgba(43,104,113,.18);
    background:#fff;
    overflow:hidden;
    opacity:.72;
    cursor:pointer;
}
.mobileNotebookThumb.active{opacity:1;border-color:var(--base);box-shadow:0 4px 10px rgba(43,104,113,.12)}
.mobileNotebookThumb img{width:100%;height:100%;object-fit:contain;padding:3px}
.mobileNotebookControls{
    margin:0 2px 9px;
    min-height:29px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
    align-items:center;
    gap:6px;
}
.mobileNotebookNav{
    min-height:29px;
    border:1px solid rgba(43,104,113,.16);
    border-radius:10px;
    padding:3px 8px;
    background:rgba(255,255,255,.90);
    color:var(--base-deep);
    font-size:10.5px;
    line-height:1;
    font-weight:950;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    box-shadow:0 5px 11px rgba(43,104,113,.08);
    cursor:pointer;
}
.mobileNotebookNav b{font-size:inherit;line-height:1}
.mobileNotebookNav.next{background:linear-gradient(145deg,#D7F2F4,#91CDD3);color:#123D43}
.mobileNotebookNav span{font-size:14px;line-height:1}
.mobileNotebookDots{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 7px;border-radius:999px;background:rgba(255,255,255,.68)}
.mobileNotebookDot{width:7px;height:7px;border:0;padding:0;border-radius:999px;background:rgba(43,104,113,.20);cursor:pointer;transition:.2s}
.mobileNotebookDot.active{width:20px;background:var(--base)}
@media(prefers-reduced-motion:reduce){
    .mobileNotebookSheet.is-flipping-next,.mobileNotebookSheet.is-flipping-prev{animation:none}
}

.stage{
    min-width:0;
    min-height:calc(100dvh - (var(--page-pad) * 2));
    display:flex;
    align-items:flex-start;
    justify-content:center;
}
.homeContent{
    width:min(1320px,100%);
    display:grid;
    gap:clamp(18px,2vw,30px);
}
.bookPanel{
    width:100%;
    min-height:0;
    display:grid;
    grid-template-rows:auto minmax(360px,1fr);
    gap:clamp(12px,1.4vw,20px);
}
.bookTop{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;padding:0 4px}.bookTop h1,.bookTop h2{margin:0;color:#123D43;font-size:clamp(30px,3.1vw,52px);letter-spacing:-.06em;line-height:.96}.bookTop p{margin:7px 0 0;color:#4D747A;font-weight:800;font-size:clamp(14px,1.1vw,18px)}.bookTag{display:inline-flex;white-space:nowrap;border-radius:999px;padding:10px 17px;background:rgba(255,255,255,.82);border:1px solid rgba(43,104,113,.12);font-weight:950;color:var(--base-deep);box-shadow:0 10px 24px rgba(43,104,113,.08)}
.fallbackNotice{display:none;padding:12px 14px;border-radius:18px;background:#fff;border:1px solid rgba(43,104,113,.12);color:#2A5C63;font-weight:800;text-align:center;box-shadow:0 10px 22px rgba(43,104,113,.08)}
.no-flip .fallbackNotice{display:block}
.flipbookWrap{
    position:relative;
    width:100%;
    min-width:0;
    min-height:420px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:16px 58px 42px;
    overflow:visible;
}
.flipbookFrame{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:min(100%,1120px);
    max-width:100%;
    overflow:visible;
    border-radius:16px;
    filter:drop-shadow(0 30px 44px rgba(30,72,78,.18));
}
.realBook{
    position:relative;
    width:100%;
    height:100%;
    overflow:visible;
}
.bookPage{
    width:100%;
    height:100%;
    background:#fff;
    border:1px solid rgba(118,130,132,.22);
    overflow:hidden;
}
.pageInner{height:100%;min-height:0;position:relative;background:linear-gradient(180deg,#fff 0%,#FEFFFF 62%,#F6FAFA 100%);overflow:hidden}.pageInner:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.035),rgba(255,255,255,.58) 11%,transparent 25%,rgba(0,0,0,.016) 100%);pointer-events:none;z-index:3}.pageInner:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0 32px,rgba(114,181,188,.04) 32px 33px);opacity:.62;pointer-events:none;z-index:1}.imagePage .pageInner,.textPage .pageInner{padding:clamp(16px,2vw,28px)}.imagePageContent,.textPageContent{position:relative;z-index:2;height:100%;min-height:0}.imagePageContent{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:12px}.photoBox{height:100%;min-height:0;border:1px solid rgba(118,130,132,.20);border-radius:10px;background:linear-gradient(145deg,#fff,#F0FAFB);display:grid;place-items:center;overflow:hidden;box-shadow:0 8px 18px rgba(0,0,0,.045)}.photoBox img{width:100%;height:100%;object-fit:contain;padding:8px;display:block}.photoBox.empty{background:linear-gradient(145deg,#fff,#F3FBFC)}.emptyMark{font-weight:950;color:rgba(43,104,113,.42);letter-spacing:.14em;text-transform:uppercase}.thumbs{display:flex;gap:8px;align-items:center;min-height:54px;overflow:hidden}.thumbBtn{width:66px;height:48px;border:1px solid rgba(118,130,132,.23);border-radius:9px;background:#fff;padding:0;overflow:hidden;cursor:pointer;opacity:.78;box-shadow:0 7px 14px rgba(0,0,0,.045);transition:.18s}.thumbBtn:hover,.thumbBtn.active{opacity:1;transform:translateY(-2px);border-color:var(--base)}.thumbBtn img{width:100%;height:100%;object-fit:contain;padding:4px;display:block}.textPageContent{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:12px}.meta{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:8px 12px;background:#fff;border:1px solid rgba(118,130,132,.22);box-shadow:0 8px 18px rgba(0,0,0,.035);color:var(--base-deep);font-size:12px;font-weight:950}.newsTitle{margin:0;color:#153D42;font-size:clamp(22px,2vw,34px);line-height:1.08;letter-spacing:-.045em}.newsText{min-height:0;overflow:auto;padding-right:8px;color:#365F65;font-size:clamp(14px,1vw,16px);line-height:1.65;text-align:justify;scrollbar-width:thin}.newsText::-webkit-scrollbar{width:6px}.newsText::-webkit-scrollbar-thumb{background:rgba(43,104,113,.18);border-radius:999px}.newsText p{margin:0 0 12px}.pageActions{display:flex;align-items:center;justify-content:space-between;gap:12px}.openBtn{border:0;border-radius:15px;padding:12px 16px;background:linear-gradient(145deg,#C8EEF1,var(--base));color:#123D43;font-weight:950;box-shadow:0 10px 0 rgba(43,104,113,.08),0 18px 28px rgba(43,104,113,.12);cursor:pointer}.pageNumber{font-size:12px;font-weight:900;color:rgba(43,104,113,.58)}
.ctrl{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:35;
    width:42px;
    height:54px;
    border:1px solid rgba(118,130,132,.18);
    border-radius:17px;
    background:rgba(255,255,255,.92);
    color:var(--base-deep);
    box-shadow:0 14px 28px rgba(43,104,113,.12);
    font-size:31px;
    line-height:1;
    font-weight:950;
    cursor:pointer;
    display:grid;
    place-items:center;
}
.ctrl:hover{background:#fff;transform:translateY(-50%) scale(1.04)}
.ctrlPrev{left:6px}.ctrlNext{right:6px}
.dots{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);z-index:34;display:flex;align-items:center;gap:8px;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.55);backdrop-filter:blur(10px)}.dot{width:10px;height:10px;border:0;border-radius:999px;background:rgba(43,104,113,.20);cursor:pointer;transition:.18s}.dot.active{width:30px;background:var(--base)}
/* Acabamento aplicado sobre os elementos gerados pela biblioteca. Não cria base ou caderno falso. */
.stf__parent{overflow:visible!important}.stf__wrapper{overflow:visible!important}.stf__block{overflow:visible!important}.stf__item{border-radius:12px!important;overflow:hidden!important;box-shadow:0 10px 24px rgba(31,78,84,.12)}.stf__outerShadow,.stf__innerShadow{opacity:.72!important}
.no-flip .flipbookFrame{width:min(100%,1100px)!important;height:auto!important;filter:drop-shadow(0 18px 34px rgba(30,72,78,.14))}.no-flip .realBook{height:auto!important;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 18px 44px rgba(30,72,78,.13)}.no-flip .bookPage{display:none;min-height:460px}.no-flip .bookPage.visible{display:block}
.modal{position:fixed;inset:0;z-index:60;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(18,61,67,.38);backdrop-filter:blur(9px)}.modal.show{display:flex}.modalBox{width:min(980px,100%);max-height:88dvh;display:grid;grid-template-rows:auto minmax(0,1fr);border-radius:32px;background:#fff;border:1px solid rgba(255,255,255,.75);box-shadow:0 30px 100px rgba(18,61,67,.28);overflow:hidden}.modalTop{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:linear-gradient(145deg,#F7FEFF,#EAF8FA);border-bottom:1px solid rgba(43,104,113,.10)}.modalTop strong{font-size:18px}.closeBtn{width:44px;height:44px;border:0;border-radius:15px;background:#fff;color:var(--base-deep);font-size:24px;font-weight:950;cursor:pointer;box-shadow:0 8px 20px rgba(43,104,113,.10)}.modalBody{min-height:0;overflow:auto;padding:20px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:18px}.modalImage{border-radius:24px;background:#F4FBFC;border:1px solid rgba(43,104,113,.10);min-height:280px;display:grid;place-items:center;overflow:hidden}.modalImage img{width:100%;height:100%;max-height:58dvh;object-fit:contain;padding:10px}.modalText h3{font-size:clamp(26px,3.2vw,42px);line-height:1.02;letter-spacing:-.05em;margin:8px 0 10px}.modalText p{color:#2F5D63;line-height:1.65;text-align:justify}.readLink{display:inline-flex;margin-top:12px;border-radius:16px;padding:12px 14px;background:linear-gradient(145deg,#C8EEF1,var(--base));font-weight:950;color:#123D43}

@media(max-height:760px) and (min-width:1081px){
    .brand{grid-template-columns:52px 1fr;padding:12px 18px 8px;gap:10px}
    .logoBox{width:52px;height:52px;border-radius:18px}.logoFallback{width:40px;height:40px;border-radius:14px;font-size:11px}
    .brandText small{font-size:9px;margin-bottom:3px}.brandText strong{font-size:24px}
    .navLabel{font-size:10px;margin:6px 0 6px;padding:0 21px}
    .menu{gap:5px;padding:0 12px 14px}
    .menuItem{min-height:44px;grid-template-columns:36px 1fr auto;gap:8px;padding:5px 8px;border-radius:17px;font-size:14px;line-height:1.05}
    .icon{width:36px;height:36px;border-radius:14px}.icon svg{width:17px;height:17px}.arrow{font-size:16px}
    .sidebarLegal{padding:8px 9px;margin:0 12px 12px}.sidebarLegalText{font-size:9.5px;margin-bottom:6px}.legalMiniBtn{font-size:9px;padding:5px 7px}
}

@media(max-width:1080px){
    :root{--sidebar:100%;--page-pad:9px}
    .appPage{grid-template-columns:1fr;grid-template-rows:auto auto;gap:12px}
    .sidebar{
        position:sticky;
        top:7px;
        z-index:50;
        min-height:0;
        height:auto;
        border-radius:25px;
        overflow:hidden;
    }
    .sidebar:before{width:100%;height:6px;bottom:auto}
    .brand{grid-template-columns:50px 1fr;padding:12px 14px 8px}
    .logoBox{width:50px;height:50px;border-radius:17px}
    .logoFallback{width:38px;height:38px;border-radius:13px;font-size:11px}
    .brandText small{display:block;font-size:8.5px}
    .brandText strong{font-size:24px}
    .navLabel{display:none}
    .mobileNavBar{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:10px;
        margin:0 11px 10px;
        padding:8px 9px 8px 12px;
        border-radius:17px;
        border:1px solid rgba(43,104,113,.13);
        background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(226,247,249,.83));
        box-shadow:0 8px 17px rgba(43,104,113,.07),inset 0 1px 0 rgba(255,255,255,.94);
    }
    .menu{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:7px;
        max-height:0;
        opacity:0;
        pointer-events:none;
        overflow:hidden;
        padding:0 11px;
        transition:max-height .32s ease,opacity .22s ease,padding .32s ease;
    }
    .sidebar.menu-open .menu{
        max-height:min(59dvh,620px);
        opacity:1;
        pointer-events:auto;
        overflow-y:auto;
        padding:0 11px 11px;
    }
    .menuItem{
        min-width:0;
        min-height:54px;
        grid-template-columns:40px minmax(0,1fr) auto;
        gap:8px;
        padding:6px 8px;
        border-radius:17px;
        font-size:13px;
        line-height:1.1;
    }
    .menuItem b{display:block;white-space:normal}
    .menuItem .arrow{display:block}
    .icon{width:40px;height:40px;border-radius:14px}
    .sidebarLegal{display:none;margin:0 11px 11px;padding:9px 10px}
    .sidebar.menu-open .sidebarLegal{display:flex;align-items:center;justify-content:space-between;gap:10px}
    .sidebarLegalText{margin:0;max-width:440px}
    .sidebarLegalLinks{flex-wrap:nowrap}
    .stage{min-height:auto}
    .homeContent{width:100%}
    .bookPanel{width:100%;min-height:auto;grid-template-rows:auto auto}
    .bookTop{padding:0 4px}
    .bookTop h1,.bookTop h2{font-size:clamp(25px,7vw,42px)}
    .bookTop p{font-size:14px}
    .bookTag{display:none}
    .flipbookWrap{min-height:520px;padding:10px 48px 42px}
    .ctrl{width:38px;height:50px}
    .ctrlPrev{left:2px}.ctrlNext{right:2px}
    .modalBody{grid-template-columns:1fr}
}
@media(max-width:680px){
    .appPage{padding:6px;gap:10px}
    .sidebar{top:5px;border-radius:22px}
    .brand{grid-template-columns:46px 1fr;padding:10px 12px 7px;gap:10px}
    .logoBox{width:46px;height:46px;border-radius:16px}
    .logoFallback{width:35px;height:35px;border-radius:12px;font-size:10px}
    .brandText small{font-size:8px;letter-spacing:.15em}
    .brandText strong{font-size:22px}
    .mobileNavBar{margin:0 9px 9px;border-radius:15px;padding:7px 7px 7px 10px}
    .mobileMenuToggle{min-height:40px;padding:7px 10px;border-radius:13px;font-size:12px}
    .mobileLocation strong{font-size:14px}
    .menu{grid-template-columns:1fr;gap:6px;padding-left:9px;padding-right:9px}
    .sidebar.menu-open .menu{max-height:55dvh;padding:0 9px 9px}
    .menuItem{min-height:51px;grid-template-columns:39px minmax(0,1fr) auto;font-size:13px}
    .icon{width:39px;height:39px}
    .sidebar.menu-open .sidebarLegal{display:block;margin:0 9px 9px}
    .sidebarLegalText{margin-bottom:7px}
    .sidebarLegalLinks{justify-content:flex-start;flex-wrap:wrap}
    .bookPanel{gap:9px}
    .bookTop{display:flex;align-items:flex-start;padding:1px 5px 0}
    .bookTop h1,.bookTop h2{font-size:25px;line-height:1}
    .bookTop p{margin-top:5px;font-size:12.5px;line-height:1.35}
    .fallbackNotice,.flipbookWrap{display:none!important}
    .mobileNotebook{display:block}
    .modal{padding:8px}
    .modalBox{border-radius:22px;max-height:92dvh}
    .modalTop{padding:11px 12px}
    .modalBody{padding:10px;gap:11px}
    .modalImage{min-height:190px}
    .modalText h3{font-size:25px}
    .modalText p{text-align:left}
}
@media(max-width:390px){
    .mobileNotebookSheet{height:580px;min-height:580px}
    .mobileNotebookPage{padding:13px}
    .mobileNotebookTitle{font-size:20px}
    .mobileNotebookText{font-size:12.8px}
    .mobileNotebookNav{min-height:28px;padding:3px 6px;font-size:10px}
}
@media(max-height:720px) and (min-width:1081px){
    .bookTop h1,.bookTop h2{font-size:clamp(26px,2.4vw,42px)}.bookTop p{margin-top:4px}.brand{padding-top:16px;padding-bottom:12px;grid-template-columns:62px 1fr}.logoBox{width:62px;height:62px}.brandText strong{font-size:27px}.menu{gap:8px}.menuItem{min-height:55px}.icon{width:44px;height:44px}.flipbookWrap{padding-top:6px;padding-bottom:34px}.bookPanel{gap:8px}
}
