/* Shared visual refresh for the active Aoife's Notes layouts. */
:root{--ink:#21313d;--blue:#165a91;--blue-dark:#10466f;--paper:#fff;--mist:#edf2f5;--line:#d5e0e7;--muted:#60717d;--focus:#c78318}*{box-sizing:border-box}html{overflow-y:scroll}body{margin:0;background:var(--mist);color:var(--ink);font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.6}body>.main{width:min(calc(100% - 32px),1180px);min-height:calc(100vh - 48px);margin:24px auto;background:var(--paper);border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 24px rgba(22,54,76,.08);overflow:hidden;border-spacing:0}.main{width:100%;border-collapse:separate}.content{width:74%;height:auto;padding:0 46px 46px;vertical-align:top;background:var(--paper)}.content>h2{margin:0 -46px;padding:20px 46px 17px;border-bottom:1px solid var(--line);color:#173448;font-family:Georgia,"Times New Roman",serif;font-size:1.8rem;line-height:1.15}.site-tagline{display:block;margin-top:5px;color:var(--muted);font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:.88rem;font-weight:500;letter-spacing:.01em}.bookImg{width:100%;height:210px;max-width:none;margin:25px 0 0;background-position:center;background-size:cover;border:1px solid var(--line);border-radius:8px;box-shadow:0 3px 10px rgba(24,50,69,.11)}.indent{margin:0;padding-top:28px}h1,h2,h3{color:#173448;font-family:Georgia,"Times New Roman",serif;line-height:1.25}h1{margin:0 0 18px;font-size:1.85rem}h2{font-size:1.35rem}h3{font-size:1.2rem}a{color:var(--blue);text-decoration-thickness:1px;text-underline-offset:2px}a:hover{color:var(--blue-dark);text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.sidebar{width:26%;height:auto;padding:34px 28px;vertical-align:top;background:#f7fafb;border-left:1px solid var(--line)}.sidebar .label{margin:0 0 8px;color:#526673;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sidebar nav{margin:0 0 27px}.sidebar ul{margin:0;padding:0;list-style:none}.sidebar li{margin:0;border-bottom:1px solid #e1e9ee}.sidebar li a{display:block;padding:8px 4px;border-radius:4px;font-size:.95rem;text-decoration:none}.sidebar li a:hover,.sidebar li a:focus-visible{background:#e7f0f6;text-decoration:underline}.footTd{padding:17px 46px;border-top:1px solid var(--line);background:#fbfcfd}.footer{margin:0;color:var(--muted);font-size:.8rem;line-height:1.55}.footer p{margin:0}.footer a{color:#4c6575}.subject-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.subject-panel{padding:21px 22px;border:1px solid var(--line);border-radius:8px;background:#fbfcfd}.subject-panel h2{margin:0 0 12px;padding-bottom:10px;border-bottom:2px solid #b8cfdf;font-size:1.25rem}.resource-list{margin:0;padding:0;list-style:none}.resource-list li{margin:0;border-bottom:1px solid #e4ebef}.resource-list li:last-child{border-bottom:0}.resource-list a{display:block;padding:8px 6px;border-radius:4px;text-decoration:none}.resource-list a:hover,.resource-list a:focus-visible{background:#e7f0f6;text-decoration:underline}.content p>a:not(.button){text-decoration:underline}.site-search{margin:24px 0}.site-search input{border-color:#afc0cb;border-radius:5px;color:var(--ink)}.site-search button{border-color:var(--blue-dark);border-radius:5px;background:var(--blue)}.site-search button:hover,.site-search button:focus{background:var(--blue-dark)}.breadcrumbs{font-size:.88rem}.about-section{margin:34px 0 0;padding:20px 22px;border-left-color:var(--blue);border-radius:0 7px 7px 0;background:#f3f7f9}.about-section h2{font-size:1.25rem}.mobile-header,.mobile-overlay,.mobile-sidebar{display:none}
@media (max-width:899px){body{background:var(--paper);font-size:1rem}body>.main{width:100%;min-height:100vh;margin:0;border:0;border-radius:0;box-shadow:none}.sidebar{display:none}.content{display:block;width:100%;padding:0 20px 32px}.content>h2{display:none}.bookImg{height:155px;margin-top:16px;border-radius:7px}.indent{padding-top:22px}.subject-grid{grid-template-columns:1fr;gap:15px}.subject-panel{padding:18px}.footTd{display:block;padding:18px 20px}.mobile-header{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;width:100%;height:58px;padding:0 18px;background:#fff;border-bottom:1px solid var(--line);z-index:1000}.mobile-title{color:#173448;font-family:Georgia,"Times New Roman",serif;font-size:1.3rem;font-weight:700}.hamburger{width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:5px;background:#f7fafb;color:var(--blue-dark);font:inherit;line-height:1;cursor:pointer}.mobile-overlay{display:none;position:fixed;inset:0;background:rgba(20,43,59,.35);z-index:1400}.mobile-sidebar{display:none;position:fixed;top:0;right:0;width:min(86vw,320px);height:100%;padding:14px 18px;background:#fff;border-left:1px solid var(--line);box-shadow:-8px 0 24px rgba(20,43,59,.14);z-index:1500;overflow-y:auto}.mobile-sidebar a{display:block;padding:12px 5px;border-bottom:1px solid #e2e9ed;color:var(--blue);text-decoration:none}.mobile-sidebar a:hover{background:#f1f6f8}.mobile-sidebar .site-search{margin-top:22px}.hide-small{display:none}.about-section{margin-top:26px}.footer{font-size:.77rem}}
@media (min-width:900px) and (max-width:1220px){body>.main{width:calc(100% - 32px)}.content{padding-left:36px;padding-right:36px}.content>h2{margin-left:-36px;margin-right:-36px;padding-left:36px;padding-right:36px}.footTd{padding-left:36px;padding-right:36px}}
