:root{--c-blue:#4a76d6;--c-dark-blue:#1a3b8c;--c-blue-shadow:#2a4893;--c-red:#e53935;--c-yellow:#ffd65a;--c-green:#7cb342;--c-green-shadow:#558b2f;--c-orange:#f5a623;--c-orange-shadow:#d48520;--c-purple:#a67dff;--c-cyan:#67d8ff;--bg-sky:#cfefff;--bg-light-sky:#eaf8ff;--bg-sand:#fff1c8;--bg-cream:#fff9f2;--bg-white:#fff;--text-main:#3e3e3e;--text-secondary:#666;--text-highlight:#1f5fff;--text-warning:#ff6a3a;--bg-color:var(--bg-light-sky);--book-bg:var(--bg-white);--page-border:#00000014;--sidebar-bg:var(--bg-sky);--sidebar-text:var(--text-main);--primary-color:var(--c-blue);--border-color:#a8c7ff;--exercise-bg:#fff;--font-body:"Nunito", sans-serif;--font-heading:"Baloo 2", cursive}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-main);-webkit-user-select:none;user-select:none;height:100vh;overflow:hidden}img{-webkit-user-drag:none;pointer-events:none}h1,h2,h3,h4,.intro-hero-title,.subject-card h3{font-family:var(--font-heading)}#book-layout{background-image:linear-gradient(#0f193273,#0f19328c),url(/assets/bg-book.png);background-position:50%;background-size:cover;background-attachment:fixed;height:100%;display:flex}#sidebar{background-color:var(--sidebar-bg);width:250px;color:var(--sidebar-text);z-index:10;flex-direction:column;display:flex;box-shadow:2px 0 10px #0000000d}.sidebar-header{text-align:center;border-bottom:1px solid #0000000d;padding:15px 20px}.sidebar-logo-img{object-fit:contain;width:auto;max-height:52px;display:inline-block}#toc{flex:1;padding:15px 0;overflow-y:auto}.toc-chapter{margin-bottom:15px}.toc-chapter-title{font-family:var(--font-heading);color:var(--c-blue);text-transform:uppercase;padding:10px 20px;font-size:1.1rem;font-weight:700}.toc-page{cursor:pointer;color:var(--text-secondary);border-radius:12px;margin:0 15px 8px;padding:12px 20px 12px 30px;font-size:.95rem;font-weight:600;transition:all .2s}.toc-page:hover{background-color:var(--bg-white);color:var(--c-blue)}.toc-page.active{background-color:var(--c-blue);color:var(--bg-white);border-left:none;box-shadow:0 4px 10px #4f7dff4d}#main-content{flex-direction:column;flex:1;align-items:center;padding:20px;display:flex;overflow-y:auto}.page-container{aspect-ratio:148/210;background-color:var(--book-bg);border:none;border-radius:12px;flex-direction:column;width:auto;height:calc(100vh - 80px);display:flex;position:relative;overflow:hidden;box-shadow:0 12px 36px #08122859;padding:88px 24px 84px!important}.page-header-banner{aspect-ratio:1055/160;z-index:1;pointer-events:none;border-top-left-radius:12px;border-top-right-radius:12px;width:100%;height:auto;position:absolute;top:-16px;left:0;right:0;overflow:hidden}.page-header-img{object-fit:cover;object-position:top center;width:100%;height:100%}.page-header-num{z-index:6;color:#fff;text-shadow:0 1px 3px #0006;font-family:"Baloo 2",cursive;font-size:1.25rem;font-weight:800;line-height:1;position:absolute;top:72.5%;right:6.25%;transform:translate(50%,-50%)}.page-header-topic{z-index:6;color:#1b4f72;text-shadow:0 1px 2px #ffffffe6;white-space:nowrap;font-family:Nunito,sans-serif;font-size:1.3rem;font-weight:800;line-height:1;position:absolute;top:72.5%;right:11%;transform:translateY(-50%)}.screen-difficulty-selector{z-index:100;background:#fffffff2;border:4px solid #fff;border-radius:30px;align-items:center;gap:8px;padding:6px 14px;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:15px;left:275px;box-shadow:0 6px #d0e1f9,0 10px 25px #00000026}.diff-btn{color:#5a739c;cursor:pointer;background:#eaf2fb;border:2px solid #0000;border-radius:22px;align-items:center;gap:4px;padding:6px 14px;font-family:"Baloo 2",cursive;font-size:1.05rem;font-weight:800;line-height:1;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex}.diff-btn:hover{background:#d8e7fa;transform:translateY(-2px)}.diff-btn.active{color:#fff;background:linear-gradient(135deg,#ffb703,#fb8500);border:2px solid #fff;transform:scale(1.08);box-shadow:0 4px #d48520,0 6px 15px #fb850059}.diff-stars{letter-spacing:2px;font-size:1.1rem}.page-footer-banner{aspect-ratio:1055/120;z-index:5;pointer-events:none;border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:100%;height:auto;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.page-footer-img{object-fit:cover;object-position:bottom center;width:100%;height:100%}.page-container.double-spread{aspect-ratio:297/210;width:auto;height:calc(100vh - 80px);box-shadow:none;background-color:#0000;border:none;border-radius:0;flex-direction:row;padding:0;display:flex}.page-container.double-spread .page-header-banner,.page-container.double-spread .page-footer-banner{display:none!important}.cards-grid{z-index:2;flex-direction:column;flex:1;justify-content:center;display:flex;position:relative;gap:5px!important}#main-content{position:relative}.nav-btn{border:2px solid var(--c-blue);width:48px;height:48px;color:var(--c-blue);cursor:pointer;z-index:100;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.6rem;font-weight:700;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 3px 12px #0000001f}.nav-btn:hover:not(:disabled){background:var(--c-blue);color:#fff;box-shadow:0 4px 16px #4a76d666}.nav-btn:disabled{opacity:.3;cursor:not-allowed}.nav-prev{left:12px}.nav-next{right:12px}.page-footer{text-align:center;color:var(--c-blue);margin-top:auto;padding:8px 0 2px;font-size:1rem;font-weight:800}.exercise-block{border:2px solid #a3c1e3;border-radius:12px;flex-direction:column;flex:1 1 0;min-height:0;margin-bottom:2px;padding:6px 10px;display:flex;overflow:hidden;box-shadow:0 4px 12px #1a3b8c14;background-color:#fff!important}.ex-header{background-color:#f1f3f5;border-bottom:2px solid #a3c1e3;border-radius:10px 10px 0 0;align-items:flex-start;gap:10px;margin:-6px -10px 4px;padding:5px 12px;display:flex}.ex-star-icon{font-size:1.6rem;line-height:1}.ex-instruction-text{flex-direction:column;gap:3px;display:flex}.ex-instruction{color:var(--c-blue);font-size:.95rem;font-weight:700}.ex-instruction-vi{color:var(--c-blue);font-size:.85rem;font-style:italic}.mat-name{color:var(--c-red);font-style:normal;font-weight:800}.carousel-container{display:block}.carousel-item{animation:.3s ease-in-out fadeIn;display:none}.carousel-item.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.carousel-controls{border-top:1px solid #eee;justify-content:space-between;align-items:center;margin-top:15px;padding-top:10px;display:flex}.carousel-controls button{cursor:pointer;background-color:#ecf0f1;border:1px solid #bdc3c7;border-radius:4px;padding:5px 15px;font-size:.9rem}.carousel-controls button:disabled{opacity:.5;cursor:not-allowed}.carousel-status{color:#7f8c8d;font-size:.85rem;font-weight:700}.tick-container{flex-wrap:wrap;flex:1 1 0;place-content:center space-around;align-items:center;gap:15px;min-height:0;display:flex}.tick-item{flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.tick-img{background-color:#0000;border:none;border-radius:8px;justify-content:center;align-items:center;width:110px;height:110px;display:flex}.tick-box{cursor:pointer;color:#27ae60;background:#fff;border:2px solid #a3c1e3;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.tick-box:hover{border-color:var(--c-blue);box-shadow:0 0 0 3px #4a76d626}.tick-box.is-circle{border-radius:50%}.tick-box.checked:after{content:"V"}.grid-3x2{flex:1 1 0;grid-template-columns:repeat(3,1fr);align-content:center;align-items:center;gap:10px;min-height:0;display:grid}.grid-3x3{flex:1 1 0;grid-template-columns:repeat(3,1fr);align-content:center;align-items:center;gap:8px;min-height:0;display:grid}.grid-4x1{flex:1 1 0;grid-template-columns:repeat(4,1fr);align-content:center;place-items:center;gap:15px;min-height:0;display:grid}.grid-3x3 .tick-img,.grid-4x1 .tick-img{width:110px;height:110px}.grid-3x3 .tick-box{width:20px;height:20px}.intro-hero-container{background-color:#fff9e6;background-position:bottom;background-repeat:no-repeat;background-size:100% 100%;border-radius:12px;flex-direction:row;width:100%;height:100%;display:flex;overflow:hidden}.intro-hero-left{box-sizing:border-box;background-color:#0000;flex-direction:column;flex:1;justify-content:center;padding:20px 15px;display:flex}.intro-hero-right{background-color:#0000;flex:1;display:flex}.intro-hero-right img{display:none}.intro-hero-header{text-align:center;margin-bottom:90px}.intro-hero-subtitle{color:#333;margin-bottom:5px;font-size:1.1rem;font-weight:700}.intro-hero-title{color:var(--c-dark-blue);text-transform:uppercase;text-shadow:-2px -2px #fff,2px -2px #fff,-2px 2px #fff,2px 2px #fff,-3px 0 #fff,3px 0 #fff,0 -3px #fff,0 3px #fff,0 5px 8px #0003;font-size:1.8rem;font-weight:900}.intro-hero-maintext-box{background-color:var(--c-blue);color:#fff;text-align:justify;box-shadow:0 6px 0 var(--c-blue-shadow), 0 10px 20px #0000001a;border:none;border-radius:20px;margin-bottom:25px;padding:15px 20px;font-size:.95rem;line-height:1.5;position:relative}.intro-hero-triangle{border-left:15px solid #0000;border-right:15px solid #0000;border-top:15px solid var(--c-blue);width:0;height:0;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.intro-hero-steps{justify-content:space-between;align-items:stretch;gap:15px;display:flex}.intro-step-card{flex-direction:column;flex:1;align-items:center;height:100%;display:flex}.intro-step-header{background-color:var(--c-green);color:#fff;text-align:center;z-index:2;border-radius:20px;width:90%;margin-bottom:-12px;padding:8px 10px;font-size:.85rem;font-weight:800}.intro-step-body{color:var(--text-main);text-align:center;box-sizing:border-box;background-color:#fff;border:none;border-radius:20px;flex:1;align-items:center;width:100%;padding:25px 12px 15px;font-size:.8rem;display:flex;box-shadow:0 6px #e2e8f0,0 10px 20px #0000000d}.text-activity-container{text-align:center}.text-act-title{color:#8e44ad;margin-bottom:15px}.text-act-img{border-radius:10px;max-width:100%;margin-bottom:15px}.text-act-content{color:#34495e;text-align:justify;font-size:.95rem;line-height:1.5}.group-match-container{flex-direction:column;gap:20px;display:flex}.gm-groups{justify-content:space-around;display:flex}.gm-group{color:#fff;text-align:center;cursor:pointer;background:#3498db;border:3px dashed #2980b9;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:.8rem;font-weight:700;display:flex}.gm-items{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.gm-item{cursor:pointer;border:2px solid #0000;width:60px;height:60px;transition:transform .2s}.gm-item img{border-radius:8px;width:100%;height:100%}.gm-item.selected{border-color:#e74c3c;transform:scale(1.1)}.gm-item-matched{width:30px;height:30px}.match-3col-container{flex:auto;justify-content:space-between;align-items:center;gap:8px;width:100%;height:100%;min-height:180px;padding:2px 4px;display:flex;position:relative;overflow:hidden}.match-lines-svg{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.match-col{z-index:2;flex-direction:column;justify-content:space-around;align-items:center;height:100%;display:flex}.match-col-left,.match-col-right{gap:3px;width:29%}.match-col-center{gap:8px;width:38%}.match-item{cursor:pointer;background:#ffffffa6;border:2px solid #0000;border-radius:10px;flex:1 1 0;justify-content:center;align-items:center;width:100%;min-height:0;max-height:82px;padding:1px;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex}.match-item img{object-fit:contain;filter:drop-shadow(0 3px 5px #0000001a);max-width:77px;max-height:77px;transition:transform .2s}.match-item:hover{background:#f8fbff;border-color:#cce0ff;transform:translateY(-2px)}.match-item.selected{background:#fff8e6;border-color:#f5a623;transform:scale(1.04);box-shadow:0 0 12px #f5a62359}.match-item.matched{background:#f6ffed;border-color:#52c41a}.match-circle{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;border:3.5px solid;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:106px;height:106px;padding:2px;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 4px 12px #00000014}.match-circle:hover{transform:scale(1.06);box-shadow:0 10px 22px #00000026}.match-circle-en{font-family:var(--font-heading);font-size:1.15rem;font-weight:800;line-height:1.1}.match-circle-vi{font-family:var(--font-body);opacity:.9;margin-top:2px;font-size:.88rem;font-style:italic;font-weight:700}.gm-item-matched{width:30px;height:30px;margin-top:-30px;position:absolute}.gm-item-matched img{border:1px solid #fff;border-radius:50%;width:100%;height:100%}.odd-row{border-bottom:1px dashed #ccc;align-items:center;gap:15px;margin-bottom:15px;padding-bottom:10px;display:flex}.odd-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.odd-item{cursor:pointer;background-color:#e8e8e8;border:2px solid #0000;border-radius:5px;justify-content:center;align-items:center;width:60px;height:60px;font-size:.8rem;display:flex}.odd-item.circled{border:3px solid #e74c3c;border-radius:50%}.pos-container{justify-content:space-around;align-items:center;margin-top:20px;display:flex}.pos-item{flex-direction:column;align-items:center;gap:10px;display:flex}.pos-above-box{cursor:pointer;color:#e74c3c;border:2px dashed #3498db;justify-content:center;align-items:center;width:30px;height:30px;font-weight:700;display:flex}.pos-above-box.checked:after{content:"V"}.pos-img{background-color:#eee;border-radius:8px;justify-content:center;align-items:center;width:100px;height:100px;display:flex}@page{size:A5 portrait;margin:0}@media print{*,:before,:after,*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;box-shadow:none!important;-webkit-box-shadow:none!important;text-shadow:none!important}body,html,#app,#book-layout,#main-content,.page-container,.cards-grid{background:#fff!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important}.no-print{display:none!important}#main-content{width:100%!important;height:100%!important;margin:0!important;padding:0!important;display:block!important;overflow:hidden!important}.page-container{box-shadow:none!important;box-sizing:border-box!important;page-break-after:always!important;break-after:page!important;width:100vw!important;height:100vh!important;aspect-ratio:unset!important;background:#fff!important;border:none!important;border-radius:0!important;flex-direction:column!important;margin:0!important;padding:0!important;display:flex!important;position:relative!important;overflow:hidden!important}.page-header-banner{top:unset!important;left:unset!important;right:unset!important;aspect-ratio:1055/160!important;z-index:1!important;border-radius:0!important;flex:none!important;width:100%!important;height:auto!important;margin-top:-2.5%!important;position:relative!important;overflow:hidden!important;-webkit-mask-image:none!important;mask-image:none!important}.page-header-num{text-shadow:none!important;box-shadow:none!important;-webkit-filter:none!important;-webkit-box-shadow:none!important;background:0 0!important;font-size:14pt!important;top:72.5%!important;right:6.25%!important}.page-header-topic{color:#1b4f72!important;text-shadow:none!important;box-shadow:none!important;filter:none!important;background:0 0!important;font-size:13pt!important;top:72.5%!important;right:11%!important}.difficulty-selector{box-shadow:none!important;-webkit-box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important;top:65%!important;left:4.5%!important}.diff-btn:not(.active){display:none!important}.diff-btn.active{color:#e67e22!important;box-shadow:none!important;-webkit-box-shadow:none!important;cursor:default!important;background:#fff!important;border:2px solid #e67e22!important;transform:none!important}.page-footer-banner{bottom:unset!important;left:unset!important;right:unset!important;aspect-ratio:1055/120!important;z-index:5!important;border-radius:0!important;flex:none!important;width:100%!important;height:auto!important;margin-bottom:0!important;position:relative!important;overflow:hidden!important;-webkit-mask-image:none!important;mask-image:none!important}.page-header-img{object-fit:cover!important;object-position:top center!important;width:100%!important;height:100%!important}.page-footer-img{object-fit:cover!important;object-position:bottom center!important;width:100%!important;height:100%!important}.cards-grid{z-index:10!important;flex-direction:column!important;flex:1 1 0!important;justify-content:space-between!important;gap:5px!important;min-height:0!important;margin-bottom:0!important;padding:1% 3% 2.2%!important;display:flex!important;overflow:hidden!important}.exercise-block{box-shadow:none!important;-webkit-box-shadow:none!important;page-break-inside:avoid!important;break-inside:avoid!important;background:#fff!important;flex-direction:column!important;flex:1 1 0!important;justify-content:center!important;min-height:0!important;margin-bottom:0!important;padding:.8% 2.25%!important;display:flex!important;overflow:hidden!important}.exercise-block .ex-header{flex:none!important;margin:-.8% -2.25% .8%!important;padding:.6% 1.8%!important}.exercise-block .ex-body,.exercise-block .carousel-container,.exercise-block .carousel-item.active,.exercise-block .tick-grid{flex:1 1 0!important;min-height:0!important;overflow:hidden!important}.exercise-block img{object-fit:contain!important;max-width:100%!important;height:auto!important;max-height:100%!important}.page-footer{display:none!important}.carousel-item{margin-bottom:1%;display:block!important}.carousel-controls,body.printing-double #book-layout,body.printing-double #home-view{display:none!important}.print-double-wrapper{background:#fff!important;flex-direction:row!important;gap:0!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;display:flex!important}.print-double-page{box-sizing:border-box!important;background:#fff!important;border:none!important;flex-direction:column!important;width:50%!important;height:100vh!important;margin:0!important;padding:0!important;display:flex!important;position:relative!important;overflow:hidden!important}.print-double-page+.print-double-page{border-left:1px dashed #ccc!important}.print-double-page .page-header-banner{top:unset!important;left:unset!important;right:unset!important;aspect-ratio:1055/160!important;z-index:1!important;border-radius:0!important;flex:none!important;width:100%!important;height:auto!important;margin-top:-2.5%!important;position:relative!important;overflow:hidden!important}.print-double-page .page-footer-banner{bottom:unset!important;aspect-ratio:1055/120!important;z-index:5!important;border-radius:0!important;flex:none!important;width:100%!important;height:auto!important;margin-bottom:0!important;position:relative!important;overflow:hidden!important}.print-double-page .cards-grid{z-index:10!important;flex-direction:column!important;flex:1 1 0!important;justify-content:space-between!important;gap:5px!important;min-height:0!important;margin-bottom:0!important;padding:1% 3% 2.2%!important;display:flex!important;overflow:hidden!important}.print-double-page .exercise-block{box-shadow:none!important;background:#fff!important;flex-direction:column!important;flex:1 1 0!important;justify-content:center!important;min-height:0!important;margin-bottom:0!important;padding:.8% 2.25%!important;display:flex!important;overflow:hidden!important}.print-double-page .exercise-block img{object-fit:contain!important;max-width:100%!important;height:auto!important;max-height:100%!important}.match-3col-container{flex:auto!important;gap:8px!important;min-height:180px!important;padding:0!important}.match-lines-svg{display:none!important}.match-col-left,.match-col-right{gap:6px!important;width:28%!important}.match-col-center{gap:10px!important;width:38%!important}.match-item{min-height:0!important;max-height:76px!important;box-shadow:none!important;background:0 0!important;border:none!important;flex:1 1 0!important;padding:0!important}.match-item img{filter:none!important;max-width:74px!important;max-height:74px!important}.match-circle{width:98px!important;height:98px!important;box-shadow:none!important;border-width:3px!important}.match-circle-en{font-size:1.1rem!important}.match-circle-vi{font-size:.85rem!important}}.home-view{background:linear-gradient(#e0f2f1 0%,#fdfefe 100%);min-height:100vh;padding:10px 40px 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.home-header{justify-content:space-between;align-items:center;padding:0 0 5px;display:flex}.home-logo{align-items:center;display:flex}.brand-logo-img{object-fit:contain;width:auto;height:192px;margin:-25px 0 -20px;transition:transform .2s}.brand-logo-img:hover{transform:scale(1.04)}.home-nav{color:#5d6d7e;gap:20px;font-weight:700;display:flex}.home-hero{text-align:center;margin-bottom:40px}.home-subtitle{letter-spacing:2px;color:#85929e;margin-bottom:5px;font-size:.9rem;font-weight:700}.home-title{color:#2c3e50;margin:0 0 10px;font-size:3rem}.home-desc{color:#566573;font-size:1.1rem}.home-cards{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px;max-width:1000px;margin:0 auto;display:grid}.home-card{cursor:pointer;background:#fff;border-radius:20px;padding:15px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 20px #0000000d}.home-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000001a}.hc-img{color:#555;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:140px;margin-right:20px;font-weight:700;display:flex;overflow:hidden}.hc-img img{object-fit:cover;border-radius:15px;width:100%;height:100%}.hc-content{flex-direction:column;justify-content:center;display:flex}.hc-content h3{color:#2c3e50;margin:0 0 8px;font-size:1.4rem}.hc-content p{color:#7f8c8d;margin:0 0 15px;font-size:.9rem;line-height:1.4}.hc-link{color:#3498db;font-size:.9rem;font-weight:700}.disabled-link{color:#bdc3c7;cursor:not-allowed}.back-to-home{cursor:pointer;color:#34495e;z-index:100;background:#ecf0f1;border:none;border-radius:8px;padding:8px 15px;font-weight:700;position:absolute;top:15px;left:20px}.back-to-home:hover{background:#d5dbdb}.action-btn{font-family:var(--font-heading);letter-spacing:.5px;cursor:pointer;z-index:100;text-shadow:0 1px 2px #00000026;border:4px solid #fff;border-radius:30px;align-items:center;gap:10px;padding:12px 26px;font-size:1.15rem;font-weight:800;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute}.top-right-btn{color:#530;background:linear-gradient(135deg,#ffd65a 0%,#f5a623 100%);top:15px;right:25px;box-shadow:0 6px #d48520,0 10px 25px #00000047,inset 0 2px #ffffffa6}.top-right-btn:hover{transform:translateY(-3px);box-shadow:0 9px #d48520,0 14px 30px #f5a62380,inset 0 2px #fffc}.top-right-btn:active{transform:translateY(3px);box-shadow:0 3px #d48520,0 6px 15px #00000040,inset 0 1px #fff6}.bottom-right-btn{color:#fff;background:linear-gradient(135deg,#67d8ff 0%,#4a76d6 100%);bottom:25px;right:25px;box-shadow:0 6px #1a3b8c,0 10px 25px #00000047,inset 0 2px #ffffff8c}.bottom-right-btn:hover{transform:translateY(-3px);box-shadow:0 9px #1a3b8c,0 14px 30px #4a76d680,inset 0 2px #fffc}.bottom-right-btn:active{transform:translateY(3px);box-shadow:0 3px #1a3b8c,0 6px 15px #00000040,inset 0 1px #fff6}.print-menu-wrapper{z-index:200;position:fixed;bottom:25px;left:275px}.bottom-left-btn{color:#fff;background:linear-gradient(135deg,#a8e6cf 0%,#56ab8e 100%);box-shadow:0 6px #2d7a5e,0 10px 25px #00000047,inset 0 2px #ffffff8c;position:relative!important}.bottom-left-btn:hover{transform:translateY(-3px);box-shadow:0 9px #2d7a5e,0 14px 30px #56ab8e80,inset 0 2px #fffc}.bottom-left-btn:active{transform:translateY(3px);box-shadow:0 3px #2d7a5e,0 6px 15px #00000040,inset 0 1px #fff6}.print-dropdown{background:#fff;border:2px solid #a3c1e3;border-radius:12px;min-width:170px;margin-bottom:8px;position:absolute;bottom:100%;left:0;overflow:hidden;box-shadow:0 8px 28px #0003}.print-option{color:#2c3e50;cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:10px 16px;font-family:Nunito,sans-serif;font-size:.95rem;font-weight:700;transition:background .15s;display:block}.print-option:hover{color:#1b4f72;background:#eaf4ff}.print-option+.print-option{border-top:1px solid #e8e8e8}.print-double-wrapper,.print-double-page{display:none}
