@import "https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300;400;500;600;700&family=Cormorant+Garamond:wght@400;500;600;700&display=swap";:root{--bg:#f8fbff;--bg-soft:#eef7fb;--surface:#ffffffd1;--surface-strong:#fff;--ink:#102044;--muted:#63708c;--muted-2:#9aa4b8;--line:#0f266c1c;--indigo:#143f9f;--indigo-dark:#071553;--blue:#275fe8;--blue-dark:#073da8;--navy:#071553;--teal:#64c4ca;--teal-dark:#087d87;--coral:#ff775c;--coral-soft:#fff0e8;--gold:#b98a45;--lagoon:#e7f8f7;--lilac:#efedff;--cream:#fff8ec;--peach:#fff0e8;--gradient:linear-gradient(135deg, #173f9e 0%, #0a8d9d 76%);--gradient-blue:linear-gradient(135deg, #275fe8, #073da8);--gradient-soft:radial-gradient(circle at 88% 10%, #64c4ca29, transparent 28rem), radial-gradient(circle at 10% 16%, #efedffc7, transparent 30rem), linear-gradient(180deg, #fff 0%, #f9fcff 46%, #f4f9fb 100%);--shadow:0 24px 65px #192b5f18;--shadow-soft:0 14px 36px #192b5f12;--radius:26px;--radius-sm:16px}*{box-sizing:border-box}body{background:var(--gradient-soft);color:var(--ink);letter-spacing:.005em;margin:0;font-family:Alegreya Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400}a{color:inherit;text-decoration:none}button,input,select{font-family:Alegreya Sans,system-ui,sans-serif;font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.app-shell{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc2;border-bottom:1px solid #0f266c14;justify-content:space-between;align-items:center;gap:2rem;padding:.9rem clamp(1rem,4vw,4rem);display:flex;position:sticky;top:0}.brand{align-items:center;min-width:0;display:inline-flex}.brand-logo{object-fit:contain;width:clamp(210px,24vw,360px);height:auto;display:block}.site-nav{align-items:center;gap:.45rem;display:flex}.site-nav a{color:var(--muted);letter-spacing:.01em;border-radius:999px;align-items:center;gap:.45rem;padding:.65rem .9rem;font-size:.98rem;font-weight:600;transition:all .18s;display:inline-flex}.site-nav a.active,.site-nav a:hover{color:var(--indigo);background:#143f9f14}h1,h2,h3{letter-spacing:-.035em;font-family:Cormorant Garamond,Georgia,serif;font-weight:600}h1{margin:0;padding-bottom:.04em;font-size:clamp(3rem,7vw,6.2rem);line-height:1.03}h1 span{letter-spacing:0;max-width:780px;color:var(--muted);margin-top:1rem;font-family:Alegreya Sans,system-ui,sans-serif;font-size:clamp(1.05rem,2vw,1.45rem);font-weight:400;line-height:1.55;display:block}.eyebrow{color:var(--coral);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem;font-size:.78rem;font-weight:700}.home-page,.page{width:min(1180px,100% - 2rem);margin:0 auto;padding:4rem 0}.button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;min-height:44px;padding:.82rem 1.08rem;font-weight:600;transition:all .2s;display:inline-flex}.button.primary{color:#fff;background:var(--gradient);box-shadow:0 12px 28px #0a8d9d2b}.button.primary:hover{transform:translateY(-1px);box-shadow:0 16px 34px #143f9f2e}.button.secondary{color:var(--indigo);background:#ffffffbf;border-color:#143f9f29}.button.secondary:hover,.button.ghost:hover{background:#143f9f12}.button.ghost{color:var(--muted);border-color:var(--line);background:#ffffff94}.button.small{min-height:38px;padding:.55rem .85rem;font-size:.95rem}.button:disabled{opacity:.45}.feature-grid{grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:1.2rem;display:grid}.feature-card,.content-card,.intro-panel,.result-card,.search-form,.empty-state{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.feature-card{padding:1.4rem;transition:all .2s}.feature-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.feature-card svg{color:var(--teal-dark)}.feature-card h2,.content-card h2,.intro-panel h2{margin:.8rem 0 .5rem;font-size:1.75rem}.feature-card p,.content-card p,.intro-panel p{color:var(--muted);margin:0;line-height:1.72}.intro-panel{margin-top:1.2rem;padding:1.6rem}.page-heading{margin-bottom:1.4rem}.page-heading h1{background:var(--gradient);color:#0000;-webkit-background-clip:text;background-clip:text;padding-bottom:.1em;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(3.4rem,6.2vw,6.1rem);font-weight:600;line-height:1.02}.page-heading p{color:#5c6d91;max-width:800px;font-size:1.12rem;font-weight:400;line-height:1.7}.search-form{grid-template-columns:1.5fr .95fr 1fr 1fr .8fr auto;align-items:end;gap:.9rem;padding:1rem;display:grid}.field{flex-direction:column;gap:.35rem;display:flex}.field.wide{min-width:260px}label{color:#162657;font-size:.95rem;font-weight:600}input,select{border:1px solid var(--line);width:100%;min-height:44px;color:var(--ink);background:#ffffffd1;border-radius:15px;outline:none;padding:.7rem .85rem;font-weight:400}input:focus,select:focus{border-color:var(--teal);box-shadow:0 0 0 4px #64c4ca1f}.input-with-icon{position:relative}.input-with-icon svg{color:var(--teal-dark);position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.input-with-icon input{padding-left:2.35rem}.form-actions{align-items:end;display:flex}.results-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin:1.2rem 0;display:flex}.results-toolbar p{color:var(--muted);margin:0;font-size:1.03rem}.results-toolbar strong{color:var(--indigo);font-weight:600}.results-list{gap:1rem;display:grid}.result-card{padding:1.25rem;position:relative;overflow:hidden}.result-card:before{content:"";background:var(--gradient);width:5px;position:absolute;inset:0 auto 0 0}.result-topline{color:var(--muted);justify-content:space-between;gap:1rem;font-size:.95rem;display:flex}.reference{color:var(--indigo);font-weight:600}.trovatore{font-weight:500}.verse{margin:.9rem 0;font-family:Cormorant Garamond,Georgia,serif;font-size:1.55rem;font-weight:500;line-height:1.35}.badges{flex-wrap:wrap;gap:.45rem;margin-bottom:.9rem;display:flex}.badge{border-radius:999px;align-items:center;min-height:28px;padding:.35rem .68rem;font-size:.83rem;font-weight:600;display:inline-flex}.badge.macro{color:#fff;background:var(--indigo)}.badge.micro{color:var(--teal-dark);background:#64c4ca29}.phenomenon{border-left:3px solid var(--coral);background:var(--coral-soft);border-radius:0 15px 15px 0;padding:.9rem}.phenomenon-label{color:var(--coral);text-transform:uppercase;letter-spacing:.09em;margin-bottom:.25rem;font-size:.78rem;font-weight:700}.phenomenon-value{color:#263456;line-height:1.62}.empty-state{text-align:center;padding:2rem}.empty-state h2{margin:0 0 .4rem}.empty-state p{color:var(--muted);margin:0}.methodology-page{max-width:900px}.content-card{margin-bottom:1rem;padding:1.35rem}.site-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:1rem;padding:1.3rem clamp(1rem,4vw,4rem);font-size:.95rem;display:flex}.home-modern{width:100%}.refined-hero,.hero-modern{border-bottom:1px solid var(--line);background:radial-gradient(circle at 78% 36%,#64c4ca26,#0000 18rem),radial-gradient(circle at 28% 20%,#efedff8c,#0000 20rem),linear-gradient(#fff 0%,#f8fbff 100%);place-items:center;min-height:560px;padding:4.5rem 1rem 3.5rem;display:grid;position:relative;overflow:hidden}.hero-manuscript{opacity:.18;pointer-events:none;background:repeating-linear-gradient(-12deg,#0000 0 18px,#07155321 19px 21px);width:32rem;height:25rem;position:absolute;top:3.5rem;left:-6rem;-webkit-mask-image:linear-gradient(90deg,#000,#0000);mask-image:linear-gradient(90deg,#000,#0000)}.hero-orbits{pointer-events:none;border:1px dashed #1749b72b;border-radius:50%;width:38rem;height:38rem;position:absolute;top:-4rem;right:-9rem}.hero-orbits:before,.hero-orbits:after{content:"";border:1px dashed #64c4ca2e;border-radius:50%;position:absolute}.hero-orbits:before{inset:6rem}.hero-orbits:after{inset:12rem}.hero-content,.refined-hero-content{z-index:2;text-align:center;width:min(900px,100%);position:relative}.hero-kicker{color:var(--coral);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-size:.78rem;font-weight:700}.refined-hero-content h1,.hero-content h1{color:var(--navy);letter-spacing:-.045em;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(4rem,6.8vw,7.2rem);font-weight:600;line-height:.95}.refined-hero-content h1 span,.hero-content h1 span{max-width:none;font:inherit;color:var(--navy);margin:0;display:block}.refined-hero-content p,.hero-content p{color:#475a84;width:min(650px,100%);margin:1.4rem auto 0;font-size:1.22rem;font-weight:400;line-height:1.75}.refined-hero-search,.hero-search{border:1px solid var(--line);background:#fffffff0;border-radius:999px;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;width:min(760px,100%);min-height:70px;margin:2.3rem auto 0;padding:.55rem .55rem .55rem 1.35rem;display:grid;box-shadow:0 24px 60px #14285a1f}.refined-hero-search>svg,.hero-search>svg{color:#29459e}.refined-hero-search input,.hero-search input{min-height:52px;box-shadow:none;color:var(--ink);background:0 0;border:0;padding:0;font-size:1.08rem;font-weight:400}.refined-hero-search input::placeholder,.hero-search input::placeholder{color:#8290aa}.refined-hero-search input:focus,.hero-search input:focus{box-shadow:none;border:0}.refined-hero-search button,.hero-search button{color:#fff;background:var(--gradient-blue);cursor:pointer;border:0;border-radius:50%;place-items:center;width:54px;height:54px;display:grid;box-shadow:0 12px 24px #275fe833}.refined-suggestions,.hero-suggestions{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.7rem;display:flex}.refined-suggestions button,.hero-suggestions button{min-height:42px;color:var(--indigo);cursor:pointer;background:#ffffffb8;border:1px solid #1749b72b;border-radius:999px;padding:0 1.25rem;font-weight:600}.refined-suggestions button:hover,.hero-suggestions button:hover{background:#1749b712}.discover-section,.refined-discover{width:min(1180px,100% - 2rem);margin:0 auto;padding:2.8rem 0 4rem}.section-heading h2,.refined-section-heading h2{color:var(--navy);letter-spacing:-.035em;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:2.7rem;font-weight:600}.section-heading p,.refined-section-heading p{color:#53658d;margin:.55rem 0 0;font-size:1.14rem;font-weight:400}.smart-card-grid,.refined-card-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.35rem;display:grid}.smart-card,.refined-smart-card{border:1px solid var(--line);min-height:176px;box-shadow:var(--shadow);background:linear-gradient(135deg,#fffffff5,#f8fcffc2);border-radius:26px;grid-template-columns:auto 1fr;gap:1rem;padding:1.35rem;display:grid;position:relative;overflow:hidden}.smart-card.warm,.refined-smart-card.warm{background:radial-gradient(circle at 96% 14%,#ffcd8942,#0000 12rem),linear-gradient(135deg,#fffffff5,#fffaf0c7)}.smart-icon{border-radius:50%;place-items:center;width:54px;height:54px;display:grid}.smart-icon.teal{color:var(--teal-dark);background:var(--lagoon)}.smart-icon.violet{color:#4b46a8;background:var(--lilac)}.smart-icon.gold{color:#a36b16;background:var(--cream)}.smart-label{color:var(--navy);font-size:.96rem;font-weight:600}.smart-card h3,.refined-smart-card h3{color:var(--navy);letter-spacing:-.04em;margin:.85rem 0 .35rem;font-family:Cormorant Garamond,Georgia,serif;font-size:2.25rem;font-weight:600;line-height:1.02}.smart-card p{color:#42547a;margin:0;font-size:1.03rem;font-weight:500}.text-link{color:var(--indigo);cursor:pointer;background:0 0;border:0;grid-column:2;place-self:end start;align-items:center;gap:.45rem;padding:0;font-weight:600;display:inline-flex}.text-link:disabled{opacity:.4;cursor:not-allowed}.syntax-map-section,.network-section,.word-network{display:none!important}@media (width<=1100px){.search-form{grid-template-columns:1fr 1fr}.field.wide,.form-actions{grid-column:1/-1}}@media (width<=980px){.smart-card-grid,.refined-card-grid{grid-template-columns:1fr}.refined-hero,.hero-modern{min-height:auto}}@media (width<=940px){.site-header{flex-direction:column;align-items:flex-start}.brand-logo{width:min(340px,88vw)}.site-nav{width:100%;overflow-x:auto}.feature-grid{grid-template-columns:1fr}.results-toolbar,.result-topline,.site-footer{flex-direction:column;align-items:flex-start}h1{font-size:clamp(2.8rem,14vw,4.8rem)}}@media (width<=680px){.home-page,.page{width:min(100% - 1.2rem,1180px);padding:2.5rem 0}.search-form{grid-template-columns:1fr}.field.wide,.form-actions{grid-column:auto}.refined-hero,.hero-modern{padding:3rem .8rem 2.4rem}.refined-hero-content h1,.hero-content h1{font-size:clamp(3rem,14vw,4.6rem)}.refined-hero-search,.hero-search{min-height:62px;padding-left:1rem}.refined-hero-search button,.hero-search button{width:48px;height:48px}.smart-card,.refined-smart-card{grid-template-columns:1fr}.text-link{grid-column:auto}}:root{--motion-fast:.18s;--motion-med:.28s;--motion-slow:.52s;--ease-soft:cubic-bezier(.22, 1, .36, 1)}a,button,input,select,.result-card,.smart-card,.feature-card,.content-card,.intro-panel,.empty-state,.badge,.site-nav a{transition:transform var(--motion-med) var(--ease-soft), box-shadow var(--motion-med) var(--ease-soft), background var(--motion-med) var(--ease-soft), color var(--motion-med) var(--ease-soft), border-color var(--motion-med) var(--ease-soft), opacity var(--motion-med) var(--ease-soft)}.site-header{box-shadow:0 10px 35px #192b5f09}.brand-logo{transition:transform var(--motion-med) var(--ease-soft), filter var(--motion-med) var(--ease-soft)}.brand:hover .brand-logo{filter:drop-shadow(0 8px 18px #1749b71f);transform:translateY(-1px)scale(1.018)}.site-nav a{isolation:isolate;position:relative}.site-nav a:after{content:"";background:linear-gradient(90deg, transparent, var(--teal), transparent);transform-origin:50%;opacity:0;height:1px;transition:transform var(--motion-med) var(--ease-soft), opacity var(--motion-med) var(--ease-soft);position:absolute;bottom:.35rem;left:.85rem;right:.85rem;transform:scaleX(0)}.site-nav a:hover:after,.site-nav a.active:after{opacity:1;transform:scaleX(1)}.site-nav a:hover{transform:translateY(-1px)}.hero-manuscript{animation:14s ease-in-out infinite alternate manuscriptDrift}.hero-orbits{animation:16s ease-in-out infinite alternate orbitFloat}.hero-orbits:before{animation:7s ease-in-out infinite orbitPulse}.hero-orbits:after{animation:9s ease-in-out infinite reverse orbitPulse}@keyframes manuscriptDrift{0%{opacity:.16;transform:translate(0,0)rotate(-1deg)}to{opacity:.22;transform:translate(1.2rem,-.6rem)rotate(1deg)}}@keyframes orbitFloat{0%{transform:translate(0,0)rotate(0)}to{transform:translate(-1rem,.8rem)rotate(4deg)}}@keyframes orbitPulse{0%,to{opacity:.45;transform:scale(1)}50%{opacity:.9;transform:scale(1.025)}}.refined-hero-content{animation:heroEntrance .68s var(--ease-soft) both}@keyframes heroEntrance{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.refined-hero-search,.hero-search{position:relative;overflow:hidden}.refined-hero-search:before,.hero-search:before{content:"";border-radius:inherit;transition:transform .7s var(--ease-soft);pointer-events:none;background:linear-gradient(120deg,#0000 0%,#64c4ca2e 35%,#275fe826 55%,#0000 80%);position:absolute;inset:-1px;transform:translate(-120%)}.refined-hero-search:hover:before,.hero-search:hover:before,.refined-hero-search:focus-within:before,.hero-search:focus-within:before{transform:translate(120%)}.refined-hero-search:hover,.hero-search:hover,.refined-hero-search:focus-within,.hero-search:focus-within{border-color:#64c4ca61;transform:translateY(-2px);box-shadow:0 30px 75px #14285a29}.refined-hero-search button,.hero-search button{position:relative;overflow:hidden}.refined-hero-search button:after,.hero-search button:after,.button:after{content:"";opacity:0;transition:opacity var(--motion-med) var(--ease-soft);background:radial-gradient(circle at 30% 20%,#ffffff6b,#0000 36%);position:absolute;inset:0}.refined-hero-search button:hover,.hero-search button:hover{transform:scale(1.06)rotate(-2deg);box-shadow:0 16px 34px #275fe845}.refined-hero-search button:hover:after,.hero-search button:hover:after,.button:hover:after{opacity:1}.refined-suggestions button,.hero-suggestions button{position:relative;overflow:hidden}.refined-suggestions button:before,.hero-suggestions button:before{content:"";opacity:0;transition:opacity var(--motion-med) var(--ease-soft);z-index:-1;background:linear-gradient(135deg,#e7f8f7bf,#efedffbf);position:absolute;inset:0}.refined-suggestions button:hover,.hero-suggestions button:hover{color:var(--navy);border-color:#1749b747;transform:translateY(-2px);box-shadow:0 12px 28px #192b5f14}.refined-suggestions button:hover:before,.hero-suggestions button:hover:before{opacity:1}.refined-smart-card,.smart-card{isolation:isolate}.refined-smart-card:before,.smart-card:before{content:"";opacity:0;transition:opacity var(--motion-med) var(--ease-soft);z-index:-1;background:radial-gradient(circle at 15% 20%,#64c4ca1f,#0000 12rem),radial-gradient(circle at 90% 15%,#efedff94,#0000 10rem);position:absolute;inset:0}.refined-smart-card:after,.smart-card:after{content:"";opacity:0;height:2px;transition:transform var(--motion-med) var(--ease-soft), opacity var(--motion-med) var(--ease-soft);background:linear-gradient(90deg,#0000,#64c4cad9,#275fe899,#0000);position:absolute;bottom:0;left:1.35rem;right:1.35rem;transform:scaleX(0)}.refined-smart-card:hover,.smart-card:hover{border-color:#64c4ca52;transform:translateY(-8px)scale(1.012);box-shadow:0 34px 80px #192b5f24}.refined-smart-card:hover:before,.smart-card:hover:before{opacity:1}.refined-smart-card:hover:after,.smart-card:hover:after{opacity:1;transform:scaleX(1)}.smart-icon{transition:transform var(--motion-med) var(--ease-soft), background var(--motion-med) var(--ease-soft), color var(--motion-med) var(--ease-soft)}.refined-smart-card:hover .smart-icon,.smart-card:hover .smart-icon{transform:scale(1.08)rotate(-3deg)}.refined-smart-card:hover .smart-icon.teal,.smart-card:hover .smart-icon.teal{background:#d8f4f1}.refined-smart-card:hover .smart-icon.violet,.smart-card:hover .smart-icon.violet{background:#e4e0ff}.refined-smart-card:hover .smart-icon.gold,.smart-card:hover .smart-icon.gold{background:#fff0cf}.refined-smart-card h3,.smart-card h3{transition:color var(--motion-med) var(--ease-soft), transform var(--motion-med) var(--ease-soft)}.refined-smart-card:hover h3,.smart-card:hover h3{color:var(--indigo);transform:translate(2px)}.text-link{position:relative}.text-link svg{transition:transform var(--motion-med) var(--ease-soft)}.text-link:hover{color:var(--blue)}.text-link:hover svg{transform:translate(4px)}.search-form{position:relative;overflow:hidden}.search-form:hover{border-color:#64c4ca3d;box-shadow:0 26px 70px #192b5f1d}input,select{transition:border-color var(--motion-med) var(--ease-soft), box-shadow var(--motion-med) var(--ease-soft), background var(--motion-med) var(--ease-soft), transform var(--motion-med) var(--ease-soft)}input:hover,select:hover{background:#fffffff0;border-color:#64c4ca5c}input:focus,select:focus{transform:translateY(-1px)}.button{position:relative;overflow:hidden}.button:hover{transform:translateY(-2px)}.button.secondary:hover,.button.ghost:hover{color:var(--indigo);border-color:#64c4ca61;box-shadow:0 14px 34px #192b5f14}.result-card{isolation:isolate}.result-card:after{content:"";opacity:0;transition:opacity var(--motion-med) var(--ease-soft);z-index:-1;background:radial-gradient(circle at 12% 20%,#64c4ca1a,#0000 13rem),linear-gradient(135deg,#fff0,#efedff2e);position:absolute;inset:0}.result-card:hover{border-color:#64c4ca4d;transform:translateY(-5px);box-shadow:0 28px 68px #192b5f1f}.result-card:hover:before{width:7px}.result-card:hover:after{opacity:1}.result-card:hover .verse{color:var(--navy)}.result-card:hover .badge.macro{background:linear-gradient(135deg, var(--indigo), var(--teal-dark))}.badge:hover{transform:translateY(-1px)}.phenomenon{transition:background var(--motion-med) var(--ease-soft), border-color var(--motion-med) var(--ease-soft), transform var(--motion-med) var(--ease-soft)}.result-card:hover .phenomenon{background:linear-gradient(135deg, var(--coral-soft), #e7f8f78c);transform:translate(2px)}.results-list>*{animation:resultAppear .42s var(--ease-soft) both}.results-list>:first-child{animation-delay:20ms}.results-list>:nth-child(2){animation-delay:45ms}.results-list>:nth-child(3){animation-delay:70ms}.results-list>:nth-child(4){animation-delay:95ms}.results-list>:nth-child(5){animation-delay:.12s}@keyframes resultAppear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.refined-card-grid>*,.smart-card-grid>*{animation:cardAppear .56s var(--ease-soft) both}.refined-card-grid>:first-child,.smart-card-grid>:first-child{animation-delay:60ms}.refined-card-grid>:nth-child(2),.smart-card-grid>:nth-child(2){animation-delay:.13s}.refined-card-grid>:nth-child(3),.smart-card-grid>:nth-child(3){animation-delay:.2s}@keyframes cardAppear{0%{opacity:0;transform:translateY(16px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}::selection{color:var(--navy);background:#64c4ca52}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.search-heading .eyebrow{margin-bottom:.65rem}.search-heading h1{background:var(--gradient);color:#0000;letter-spacing:-.045em;-webkit-background-clip:text;background-clip:text;max-width:900px;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(3.6rem,6vw,6.3rem);font-weight:600;line-height:.98}.search-heading p{color:#5c6d91;max-width:780px;margin:.9rem 0 0;font-size:1.12rem;line-height:1.55}.search-form-compact{background:#ffffffd1;border-radius:24px;grid-template-columns:1.5fr .9fr .9fr .65fr auto;align-items:end;gap:.85rem;padding:1rem;display:grid;box-shadow:0 24px 65px #192b5f14}.search-form-compact label{font-size:.88rem}.search-form-compact input,.search-form-compact select{border-radius:13px;min-height:42px}.result-meta strong{color:#263456;font-weight:700}.result-meta span{line-height:1.25}@media (width<=1120px){.search-layout{grid-template-columns:1fr}.search-sidebar{border-bottom:1px solid #0f266c17;border-right:0;height:auto;position:static}.search-main{width:min(1180px,100% - 2rem)}.search-form-compact{grid-template-columns:1fr 1fr}.search-form-compact .field.wide,.search-form-compact .form-actions{grid-column:1/-1}}@media (width<=760px){.search-sidebar{padding:1.2rem}.search-main{padding-top:2rem}.search-heading h1{font-size:clamp(3rem,14vw,4.8rem)}.search-form-compact{grid-template-columns:1fr}.search-form-compact .field.wide,.search-form-compact .form-actions{grid-column:auto}.refined-result-card{grid-template-columns:1fr}.result-meta{text-align:left;justify-items:start}}.search-layout{background:radial-gradient(circle at 88% 24%,#64c4ca2e,#0000 30rem),linear-gradient(#fff 0%,#f8fbff 100%);grid-template-columns:280px minmax(0,1fr);width:100%;min-height:calc(100vh - 78px);display:grid}.search-sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffffe6,#f9fcffc7);border-right:1px solid #0f266c17;align-self:start;height:calc(100vh - 78px);padding:2rem 1.55rem;position:sticky;top:78px;overflow-y:auto}.search-main{width:min(1280px,100% - 3rem);margin:0 auto;padding:2.4rem 0 4rem}.search-heading{margin-bottom:1.25rem}.search-heading h1{max-width:980px;font-size:clamp(4rem,6.4vw,7rem);line-height:.92}.search-heading p{max-width:900px;margin-top:.85rem}.sidebar-heading{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.4rem;display:flex}.sidebar-heading h2{color:var(--navy);letter-spacing:0;margin:0;font-family:Alegreya Sans,system-ui,sans-serif;font-size:1.08rem;font-weight:700}.sidebar-heading button{color:#6c7897;background:0 0;border:0;border-radius:999px;place-items:center;width:28px;height:28px;display:grid}.sidebar-heading button:hover{color:var(--indigo);background:#143f9f12}.sidebar-group{border-top:1px solid #0f266c14;padding:1.15rem 0}.sidebar-group h3{color:var(--navy);letter-spacing:0;margin:0 0 .85rem;font-family:Alegreya Sans,system-ui,sans-serif;font-size:.98rem;font-weight:700}.sidebar-options{gap:.68rem;display:grid}.sidebar-option{color:#52617e;cursor:pointer;grid-template-columns:auto 1fr auto;align-items:center;gap:.62rem;font-size:.95rem;line-height:1.25;display:grid}.sidebar-option input{width:14px;height:14px;min-height:0;accent-color:var(--indigo)}.sidebar-option span{text-overflow:ellipsis;overflow:hidden}.sidebar-option strong{color:#52617e;font-size:.88rem;font-weight:700}.sidebar-option:hover span,.sidebar-option:hover strong{color:var(--indigo)}.sidebar-helper{color:#6a7897;background:#ffffff8f;border:1px dashed #0f266c26;border-radius:14px;margin:0;padding:.9rem;font-size:.95rem;line-height:1.45}.sidebar-search-mini{margin-bottom:.9rem;position:relative}.sidebar-search-mini svg{color:#7b87a1;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.sidebar-search-mini input{border-radius:12px;min-height:38px;padding-left:2.1rem;font-size:.92rem}.search-form-minimal{background:#ffffffd6;border-radius:22px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.85rem;width:min(720px,100%);padding:.8rem;display:grid;box-shadow:0 20px 50px #192b5f13}.search-form-minimal .field.wide{min-width:0}.search-form-minimal input{min-height:42px}.search-form-minimal .button{white-space:nowrap}.search-results-toolbar{margin:1.15rem 0 .9rem;padding:0 .1rem}.export-link{color:var(--indigo);background:0 0;border:0;font-weight:700}.export-link:hover{color:var(--teal-dark);transform:translateY(-1px)}.refined-results-list{gap:.82rem;display:grid}.refined-result-card{background:#ffffffe0;border-radius:20px;grid-template-columns:minmax(0,1fr) 190px;align-items:start;gap:1.25rem;padding:1.15rem 1.35rem;display:grid}.refined-result-card:before{width:4px}.result-reference{color:var(--indigo);font-size:.93rem;font-weight:700}.refined-result-card .verse{color:#081452;margin:.35rem 0 .58rem;font-size:1.6rem;line-height:1.16}.result-meta{color:#5f6d8a;text-align:right;justify-items:end;gap:.28rem;font-size:.9rem;display:grid}.result-meta-author-only{align-self:start;padding-top:.1rem}.result-meta strong{color:#263456;font-size:1rem;font-weight:700}.refined-result-card .badge{min-height:24px;padding:.28rem .62rem;font-size:.78rem}.pagination{background:#ffffffbf;border:1px solid #0f266c1a;border-radius:999px;justify-content:center;align-items:center;gap:.65rem;width:fit-content;max-width:100%;margin:1.8rem auto 0;padding:.55rem;display:flex;box-shadow:0 18px 44px #192b5f13}.pagination-button,.pagination-number{min-height:36px;color:var(--indigo);background:0 0;border:1px solid #0000;border-radius:999px;font-weight:600}.pagination-button{align-items:center;gap:.35rem;padding:0 .85rem;display:inline-flex}.pagination-number{width:36px;padding:0}.pagination-button:hover,.pagination-number:hover{background:#e7f8f7d9;transform:translateY(-1px)}.pagination-number.active{color:#fff;background:linear-gradient(135deg, var(--indigo), var(--teal-dark))}.pagination-button:disabled,.pagination-number:disabled{opacity:.35;cursor:not-allowed;transform:none}.pagination-pages{align-items:center;gap:.22rem;display:flex}.pagination-page-wrap{align-items:center;gap:.22rem;display:inline-flex}.pagination-ellipsis{color:var(--muted);padding:0 .1rem;font-weight:700}@media (width<=1120px){.search-layout{grid-template-columns:1fr}.search-sidebar{border-bottom:1px solid #0f266c17;border-right:0;height:auto;position:static}.search-main{width:min(1180px,100% - 2rem)}}@media (width<=760px){.search-sidebar{padding:1.2rem}.search-main{padding-top:2rem}.search-heading h1{font-size:clamp(3rem,14vw,4.8rem)}.search-form-minimal,.refined-result-card{grid-template-columns:1fr}.result-meta{text-align:left;justify-items:start}.pagination{border-radius:24px;flex-wrap:wrap}.pagination-pages{order:-1;justify-content:center;width:100%}}.search-layout-wide .search-sidebar{width:360px;padding:2rem 1.65rem}.search-layout-wide .search-main{width:100%;max-width:none;margin:0;padding:2.6rem clamp(2rem,4vw,5rem) 4.2rem}.search-layout-wide .search-heading{width:100%;max-width:none;margin:0 0 1.35rem}.search-layout-wide .search-heading h1{max-width:1180px;font-size:clamp(4.3rem,7vw,7.6rem);line-height:.9}.search-layout-wide .search-heading p{max-width:1050px}.search-form-center{justify-content:center;width:100%;display:flex}.search-form-center .search-form-minimal{width:min(760px,100%);margin:0 auto}.search-layout-wide .sidebar-option{grid-template-columns:16px minmax(0,1fr) auto;gap:.65rem}.search-layout-wide .sidebar-option strong{padding-left:.5rem}.sidebar-helper-inline{color:#6b7895;margin:0;font-size:.96rem;font-style:italic;line-height:1.45}.search-layout-wide .sidebar-group{padding:1.25rem 0}.search-layout-wide .sidebar-group h3{margin-bottom:.95rem}.search-layout-wide .refined-result-card,.search-layout-wide .results-toolbar{width:100%}.search-layout-wide .pagination{gap:.55rem;width:fit-content;max-width:min(760px,100%);margin:1.8rem auto 0;padding:.55rem .7rem}.search-layout-wide .pagination-pages{gap:.18rem}.search-layout-wide .pagination-button{min-height:34px;padding:0 .75rem}.search-layout-wide .pagination-number{width:34px;min-height:34px}.search-layout-wide .page,.search-layout-wide .search-page{width:auto;max-width:none}@media (width<=700px){.search-layout.search-layout-wide{grid-template-columns:320px minmax(0,1fr)}.search-layout-wide .search-sidebar{width:320px}.search-layout-wide .search-main{padding-inline:2rem}}@media (width<=980px){.search-layout.search-layout-wide{grid-template-columns:1fr}.search-layout-wide .search-sidebar{width:100%}.search-layout-wide .search-main{padding:2rem 1rem 4rem}.search-layout-wide .search-heading h1{font-size:clamp(3.2rem,12vw,5.2rem)}}.search-layout.search-layout-wide{grid-template-columns:var(--sidebar-width,380px) minmax(0, 1fr);transition:grid-template-columns .28s cubic-bezier(.22,1,.36,1)}.search-layout-wide .search-sidebar{width:var(--sidebar-width,380px);scrollbar-width:none;-ms-overflow-style:none;min-width:340px;max-width:520px;position:sticky;top:78px;overflow-y:auto}.search-layout-wide .search-sidebar::-webkit-scrollbar{width:0;height:0;display:none}.search-layout-wide.sidebar-collapsed .search-sidebar{display:none}.sidebar-resizer{top:78px;left:calc(var(--sidebar-width,380px) - 4px);z-index:30;cursor:col-resize;background:0 0;border:0;border-radius:0;width:8px;height:calc(100vh - 78px);position:fixed}.sidebar-resizer:after{content:"";background:#0f266c00;width:1px;height:100%;transition:background .18s;position:absolute;top:0;left:3px}.sidebar-resizer:hover:after,.is-resizing-sidebar .sidebar-resizer:after{background:#64c4cabf}.sidebar-reopen{z-index:15;min-height:38px;color:var(--indigo);background:#ffffffd6;border:1px solid #0f266c1f;border-radius:999px;place-self:start;align-items:center;gap:.45rem;margin:1rem 0 0 1rem;padding:0 .9rem;font-weight:600;display:inline-flex;position:sticky;top:92px;box-shadow:0 14px 34px #192b5f14}.sidebar-reopen:hover{background:#e7f8f7e6;transform:translateY(-2px)}.search-layout-wide .search-heading{overflow:visible}.search-layout-wide .search-heading h1{margin-bottom:-.08em;padding-top:.04em;padding-bottom:.18em;line-height:1.02;overflow:visible}.search-layout-wide .search-heading h1,.search-layout-wide .search-heading h1 *{text-rendering:geometricprecision}.search-layout-wide .sidebar-option{grid-template-columns:16px minmax(0,1fr) auto}.search-layout-wide .sidebar-option span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (width<=980px){.search-layout.search-layout-wide,.search-layout.search-layout-wide.sidebar-collapsed{grid-template-columns:1fr}.search-layout-wide .search-sidebar{width:100%;min-width:0;max-width:none}.sidebar-resizer{display:none}.sidebar-reopen{margin:1rem;position:static}.search-layout-wide.sidebar-collapsed .search-main{grid-column:auto;padding-left:1rem;padding-right:1rem}}.sidebar-list-note{color:#7a86a0;margin:-.25rem 0 .85rem;font-size:.86rem;line-height:1.35}.search-layout.search-layout-wide{grid-template-columns:var(--sidebar-width,380px) minmax(0, 1fr)}.search-layout-wide .search-sidebar{width:var(--sidebar-width,380px);scrollbar-width:none;-ms-overflow-style:none;min-width:340px;max-width:560px;position:sticky;top:78px;overflow:visible auto}.search-layout-wide .search-sidebar::-webkit-scrollbar{display:none}.sidebar-resizer{z-index:100;color:#143f9f57;cursor:col-resize;background:0 0;border:0;place-items:center;width:36px;height:100%;display:grid;position:absolute;top:0;right:-18px}.sidebar-resizer:before{content:"";background:#0f266c00;width:2px;height:100%;transition:background .18s;position:absolute;top:0;left:17px}.sidebar-resizer:hover,.is-resizing-sidebar .sidebar-resizer{color:var(--teal-dark)}.sidebar-resizer:hover:before,.is-resizing-sidebar .sidebar-resizer:before{background:#64c4cae6}.search-layout-wide .search-sidebar{height:calc(100vh - 78px);margin-top:0;padding-top:2rem;top:0}.search-layout-wide .sidebar-resizer{height:100%;top:0}.sidebar-reopen{top:92px}.search-form-minimal label{padding-left:1.5rem}.search-form-minimal .field.wide label{padding-left:.6rem}.sidebar-dropdown{background:#ffffff9e;border:1px solid #0f266c1c;border-radius:16px;overflow:hidden}.sidebar-dropdown summary{min-height:42px;color:var(--indigo);cursor:pointer;align-items:center;padding:0 .85rem;font-weight:600;list-style:none;display:flex}.sidebar-dropdown summary::-webkit-details-marker{display:none}.sidebar-dropdown summary:after{content:"⌄";color:#7a86a0;margin-left:auto;transition:transform .18s}.sidebar-dropdown[open] summary:after{transform:rotate(180deg)}.sidebar-dropdown-list{scrollbar-width:none;-ms-overflow-style:none;max-height:320px;padding:.4rem .75rem .85rem;overflow-y:auto}.sidebar-dropdown-list::-webkit-scrollbar{display:none}.sidebar-dropdown-list .sidebar-option{padding:.35rem 0}.sidebar-micro-option span{gap:.1rem;display:grid}.sidebar-micro-option small{color:#7a86a0;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:500;overflow:hidden}.sidebar-song-options{gap:.72rem}.sidebar-song-option{grid-template-columns:16px minmax(0,1fr);align-items:start}.sidebar-song-option span{min-width:0}.sidebar-song-option em{color:#334260;text-overflow:ellipsis;white-space:nowrap;font-style:italic;font-weight:600;display:block;overflow:hidden}.sidebar-song-option:hover em{color:var(--indigo)}.sidebar-song-option small,.sidebar-song-option strong{display:none!important}.sidebar-select{position:relative}.sidebar-select-trigger{color:#7a86a0;text-align:left;background:#ffffff9e;border:1px solid #0f266c1c;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;width:100%;min-height:42px;padding:0 .85rem;font-weight:500;display:grid}.sidebar-select-trigger>span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-select-clear{color:#7a86a0;background:#0f266c0f;border:0;border-radius:999px;place-items:center;width:22px;height:22px;font-size:1.05rem;line-height:1;display:grid}.sidebar-select-menu{scrollbar-width:none;-ms-overflow-style:none;background:#ffffffeb;border:1px solid #0f266c1a;border-radius:16px;max-height:320px;margin-top:.45rem;padding:.45rem;overflow-y:auto;box-shadow:0 18px 42px #192b5f17}.sidebar-select-menu::-webkit-scrollbar{display:none}.sidebar-select-option{color:#52617e;text-align:left;background:0 0;border:0;border-radius:11px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;width:100%;min-height:36px;padding:0 .65rem;font-weight:500;display:grid}.sidebar-select-option.active strong{color:var(--indigo)}.search-layout.search-layout-wide{align-items:stretch;min-height:calc(100vh - 78px)}.search-layout-wide .search-sidebar{scrollbar-width:thin;scrollbar-color:#0f266c2e transparent;align-self:start;height:calc(100vh - 78px);max-height:calc(100vh - 78px);top:78px;overflow:visible auto}.sidebar-select-menu::-webkit-scrollbar{width:7px}.sidebar-dropdown-list::-webkit-scrollbar{width:7px}.sidebar-select-menu::-webkit-scrollbar-track{background:0 0}.sidebar-dropdown-list::-webkit-scrollbar-track{background:0 0}.sidebar-select-menu::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}.sidebar-dropdown-list::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}.sidebar-select-menu::-webkit-scrollbar{width:7px}.sidebar-dropdown-list::-webkit-scrollbar{width:7px}.sidebar-select-menu::-webkit-scrollbar-track{background:0 0}.sidebar-dropdown-list::-webkit-scrollbar-track{background:0 0}.sidebar-select-menu::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}.sidebar-dropdown-list::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}.sidebar-select-menu::-webkit-scrollbar-thumb:hover{background:#0f266c47 padding-box padding-box;border:2px solid #0000}.sidebar-dropdown-list::-webkit-scrollbar-thumb:hover{background:#0f266c47 padding-box padding-box;border:2px solid #0000}@media (width<=980px){.search-layout.search-layout-wide,.search-layout.search-layout-wide.sidebar-collapsed{grid-template-columns:1fr}.search-layout-wide .search-sidebar{width:100%;min-width:0;max-width:none;height:auto;max-height:none;position:static}.search-layout-wide .search-main,.search-layout-wide.sidebar-collapsed .search-main{grid-column:auto;padding-left:1rem;padding-right:1rem}.search-layout-wide .sidebar-resizer{display:none}.sidebar-reopen{margin:1rem;position:static}}.search-layout.search-layout-wide{grid-template-columns:var(--sidebar-width,380px) minmax(0, 1fr);min-height:calc(100vh - 78px);position:relative}.search-layout-wide .search-sidebar{width:var(--sidebar-width,380px);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:18;scrollbar-width:thin;scrollbar-color:#0f266c2e transparent;background:linear-gradient(#fffffff0,#f9fcffd6);border-right:1px solid #0f266c17;min-width:340px;max-width:560px;height:auto;max-height:none;padding:2rem 1.65rem 2.4rem;position:fixed;top:78px;bottom:0;left:0;overflow:hidden auto}.search-layout-wide .search-main{grid-column:2;width:100%;max-width:none;margin:0;padding:2.6rem clamp(2rem,4vw,5rem) 4.2rem}.search-layout-wide .sidebar-resizer{top:78px;left:calc(var(--sidebar-width,380px) - 18px);z-index:50;color:#143f9f57;cursor:col-resize;background:0 0;border:0;place-items:center;width:36px;height:auto;display:grid;position:fixed;bottom:0}.sidebar-select-menu::-webkit-scrollbar{width:7px}.sidebar-dropdown-list::-webkit-scrollbar{width:7px}.sidebar-select-menu::-webkit-scrollbar-track{background:0 0}.sidebar-dropdown-list::-webkit-scrollbar-track{background:0 0}.sidebar-select-menu::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}.sidebar-dropdown-list::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}.sidebar-select-menu::-webkit-scrollbar-thumb:hover{background:#0f266c47 padding-box padding-box;border:2px solid #0000}.sidebar-dropdown-list::-webkit-scrollbar-thumb:hover{background:#0f266c47 padding-box padding-box;border:2px solid #0000}@media (width<=980px){.search-layout.search-layout-wide,.search-layout.search-layout-wide.sidebar-collapsed{grid-template-columns:1fr}.search-layout-wide .search-sidebar{width:100%;min-width:0;max-width:none;height:auto;max-height:none;position:static}.search-layout-wide .search-main,.search-layout-wide.sidebar-collapsed .search-main{grid-column:auto;padding-left:1rem;padding-right:1rem}.search-layout-wide .sidebar-resizer{display:none}.sidebar-reopen{margin:1rem;position:static}}.search-layout.search-layout-wide{grid-template-columns:var(--sidebar-width,380px) minmax(0, 1fr);height:calc(100vh - 78px);min-height:0;display:grid;overflow:hidden}.search-layout-wide .search-sidebar{width:var(--sidebar-width,380px);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:10;scrollbar-width:thin;scrollbar-color:#0f266c38 transparent;background:linear-gradient(#fffffff0,#f9fcffd6);border-right:1px solid #0f266c17;align-self:stretch;min-width:340px;max-width:560px;height:calc(100vh - 78px);max-height:calc(100vh - 78px);padding:2rem 1.65rem 4rem;position:relative;top:auto;bottom:auto;left:auto;overflow:hidden auto}.search-layout-wide .search-sidebar::-webkit-scrollbar{width:8px}.search-layout-wide .search-sidebar::-webkit-scrollbar-track{background:0 0}.search-layout-wide .search-sidebar::-webkit-scrollbar-thumb{background:#0f266c2e padding-box padding-box;border:2px solid #0000;border-radius:999px}.search-layout-wide .search-sidebar::-webkit-scrollbar-thumb:hover{background:#0f266c4d padding-box padding-box;border:2px solid #0000}.search-layout-wide .search-main{scrollbar-width:thin;scrollbar-color:#0f266c29 transparent;grid-column:2;width:100%;max-width:none;height:calc(100vh - 78px);max-height:calc(100vh - 78px);margin:0;padding:2.6rem clamp(2rem,4vw,5rem) 4.2rem;overflow:hidden auto}.search-layout-wide .search-main::-webkit-scrollbar{width:8px}.search-layout-wide .search-main::-webkit-scrollbar-track{background:0 0}.search-layout-wide .search-main::-webkit-scrollbar-thumb{background:#0f266c24 padding-box padding-box;border:2px solid #0000;border-radius:999px}.search-layout-wide .sidebar-resizer{z-index:80;color:#143f9f57;cursor:col-resize;background:0 0;border:0;place-items:center;width:36px;height:100%;display:grid;position:absolute;inset:0 -18px auto auto}.search-layout-wide .sidebar-resizer:before{content:"";background:#0f266c00;width:2px;height:100%;transition:background .18s;position:absolute;top:0;left:17px}.search-layout-wide .sidebar-resizer:hover,.is-resizing-sidebar .sidebar-resizer{color:var(--teal-dark)}.search-layout-wide .sidebar-resizer:hover:before,.is-resizing-sidebar .sidebar-resizer:before{background:#64c4cae6}.search-layout.search-layout-wide.sidebar-collapsed{grid-template-columns:0 minmax(0,1fr)}.search-layout-wide.sidebar-collapsed .search-sidebar,.search-layout-wide.sidebar-collapsed .sidebar-resizer{display:none}.search-layout-wide.sidebar-collapsed .search-main{grid-column:1/-1;padding-left:clamp(2rem,5vw,6rem);padding-right:clamp(2rem,5vw,6rem)}.sidebar-reopen{z-index:25;position:absolute;top:1rem;left:1rem}.search-layout-wide .search-sidebar:after{content:"";height:4rem;display:block}.sidebar-select-menu,.sidebar-dropdown-list{scrollbar-width:thin;scrollbar-color:#0f266c2e transparent}.sidebar-select-menu::-webkit-scrollbar{width:7px}.sidebar-dropdown-list::-webkit-scrollbar{width:7px}.sidebar-select-menu::-webkit-scrollbar-track{background:0 0}.sidebar-dropdown-list::-webkit-scrollbar-track{background:0 0}.sidebar-select-menu::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}.sidebar-dropdown-list::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}@media (width<=980px){.search-layout.search-layout-wide,.search-layout.search-layout-wide.sidebar-collapsed{grid-template-columns:1fr;height:auto;min-height:auto;overflow:visible}.search-layout-wide .search-sidebar{width:100%;min-width:0;max-width:none;height:auto;max-height:none;position:relative;overflow-y:visible}.search-layout-wide .search-main,.search-layout-wide.sidebar-collapsed .search-main{grid-column:auto;height:auto;max-height:none;padding-left:1rem;padding-right:1rem;overflow-y:visible}.search-layout-wide .sidebar-resizer{display:none}.sidebar-reopen{margin:1rem;position:static}}.sidebar-select{width:100%;position:relative}.sidebar-select-trigger{color:#7a86a0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff9e;border:1px solid #0f266c1c;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;width:100%;min-height:42px;padding:0 .85rem;font-weight:500;display:grid}.sidebar-select-trigger.has-value{color:var(--indigo);font-weight:600}.sidebar-select-trigger:hover{background:#ffffffd6;border-color:#64c4ca59}.sidebar-select-trigger>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.sidebar-select-actions{align-items:center;gap:.35rem;display:inline-flex}.sidebar-select-clear{color:#7a86a0;cursor:pointer;background:#0f266c0f;border:0;border-radius:999px;place-items:center;width:22px;height:22px;font-size:1.05rem;line-height:1;display:grid}.sidebar-select-clear:hover{color:var(--indigo);background:#64c4ca2e;transform:scale(1.06)}.sidebar-select-arrow{color:#7a86a0;transition:transform .18s}.sidebar-select.open .sidebar-select-arrow{transform:rotate(180deg)}.sidebar-select-menu{scrollbar-width:thin;scrollbar-color:#0f266c2e transparent;background:#fffffff5;border:1px solid #0f266c1a;border-radius:16px;max-height:320px;margin-top:.45rem;padding:.45rem;overflow-y:auto;box-shadow:0 18px 42px #192b5f17}.sidebar-select-menu::-webkit-scrollbar{width:7px}.sidebar-select-menu::-webkit-scrollbar-track{background:0 0}.sidebar-select-menu::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}.sidebar-select-menu-songs{max-height:340px}.sidebar-select-option{color:#52617e;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;width:100%;min-height:36px;padding:0 .65rem;font-weight:500;display:grid}.sidebar-select-option span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-select-option strong{color:#7a86a0;font-size:.86rem;font-weight:700}.sidebar-select-option:hover{color:var(--indigo);background:#e7f8f7bf}.sidebar-select-option.active{color:var(--indigo);background:#143f9f14}.sidebar-select-song-option{grid-template-columns:minmax(0,1fr)}.sidebar-select-song-option span{color:#334260;font-style:italic}.sidebar-select-song-option:hover span,.sidebar-select-song-option.active span{color:var(--indigo)}.sidebar-select-empty{color:#7a86a0;padding:.85rem;font-size:.92rem}.sidebar-select-option.keyboard-active{color:var(--indigo);background:#e7f8f7e6}.sidebar-select-option.keyboard-active strong,.sidebar-select-song-option.keyboard-active span{color:var(--indigo)}.result-meta-author-only{gap:.32rem;display:grid}.song-title-result{color:#7b87a4;text-align:right;max-width:220px;font-size:.92rem;font-style:italic;font-weight:500;line-height:1.3}@media (width<=760px){.song-title-result{text-align:left;max-width:none}}.song-title-result{width:320px;max-width:320spx;white-space:nowrap;text-overflow:ellipsis;color:#7b87a4;text-align:right;font-size:.92rem;font-style:italic;font-weight:500;line-height:1.3;display:block;overflow:hidden}.result-meta-author-only{min-width:260px}@media (width<=760px){.song-title-result{text-align:left;width:100%;max-width:100%}.result-meta-author-only{min-width:0}}.refined-result-card{grid-template-columns:minmax(0,1fr) minmax(180px,280px)}.result-meta-author-only{justify-self:end;min-width:0;max-width:280px;overflow:hidden}.song-title-result{white-space:nowrap;text-overflow:ellipsis;color:#7b87a4;text-align:right;width:100%;min-width:0;max-width:100%;font-size:.92rem;font-style:italic;font-weight:500;line-height:1.3;display:block;overflow:hidden}@media (width<=760px){.refined-result-card{grid-template-columns:1fr}.result-meta-author-only{justify-self:start;max-width:100%}.song-title-result{text-align:left}}.result-with-detail{gap:0;display:grid}.refined-result-card{cursor:pointer}.refined-result-card.expanded{border-color:#143f9f29;border-bottom-right-radius:0;border-bottom-left-radius:0;box-shadow:0 24px 65px #192b5f1c}.result-detail-panel{background:radial-gradient(circle at 85% 18%,#64c4ca1a,#0000 18rem),#ffffffd1;border:1px solid #0f266c1c;border-top:0;border-radius:0 0 22px 22px;grid-template-columns:1.05fr .9fr .9fr;gap:2rem;padding:1.3rem 1.45rem 1.5rem;animation:.24s cubic-bezier(.22,1,.36,1) both detailOpen;display:grid;box-shadow:0 24px 65px #192b5f14}@keyframes detailOpen{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.result-detail-panel h3{color:var(--navy);letter-spacing:0;margin:0 0 .9rem;font-family:Alegreya Sans,system-ui,sans-serif;font-size:.98rem;font-weight:800}.result-detail-panel h3 span{color:#7b87a4;font-weight:600}.context-lines{gap:.25rem;display:grid}.context-line{color:#52617e;border-radius:12px;grid-template-columns:2rem minmax(0,1fr);align-items:start;gap:.7rem;padding:.45rem .65rem;display:grid}.context-number{color:#7b87a4;text-align:right;font-size:.92rem;font-weight:700}.context-text{font-size:1rem;line-height:1.4}.annotation-column{border-left:1px solid #0f266c14;padding-left:1.5rem}.detail-badges{margin:0}.parallels-column{border-left:1px solid #0f266c14;padding-left:1.5rem}.parallel-list{gap:.7rem;margin-bottom:1rem;display:grid}.parallel-item{color:#4b5977;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.9rem;font-size:.95rem;display:grid}.parallel-item span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.parallel-item small{color:#7b87a4;font-weight:700}.parallel-empty{color:#7b87a4;margin:0;font-size:.95rem}.parallel-link{color:var(--indigo);cursor:pointer;background:0 0;border:0;padding:0;font-weight:800}.parallel-link:hover{color:var(--teal-dark);transform:translate(2px)}@media (width<=980px){.result-detail-panel{grid-template-columns:1fr;gap:1.3rem}.annotation-column,.parallels-column{border-top:1px solid #0f266c14;border-left:0;padding-top:1rem;padding-left:0}}.detail-annotation-text{color:#52617e;gap:.7rem;display:grid}.detail-annotation-text p{gap:.18rem;margin:0;font-size:1rem;line-height:1.35;display:grid}.detail-annotation-text p span{color:#8a95ad;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;font-weight:700}.parallel-title{align-items:baseline;gap:.35rem;display:inline-flex}.parallel-title span{color:#7b87a4;font-weight:700}.context-line.current{color:#081452;background:#143f9f14}.detail-annotation-inline{color:#52617e;flex-wrap:wrap;align-items:baseline;gap:.28rem;font-size:1.05rem;font-weight:500;line-height:1.45;display:flex}.annotation-separator{display:none!important}.sidebar-resizer{z-index:80;color:#0000;cursor:col-resize;opacity:0;background:0 0;border:0;width:20px;height:100%;position:absolute;top:0;right:-10px}.sidebar-resizer svg{display:none!important}.sidebar-resizer:before,.sidebar-resizer:after{content:none!important;display:none!important}.sidebar-resizer:hover,.sidebar-resizer:hover:before,.sidebar-resizer:hover:after,.is-resizing-sidebar .sidebar-resizer,.is-resizing-sidebar .sidebar-resizer:before,.is-resizing-sidebar .sidebar-resizer:after{color:#0000!important;opacity:0!important;box-shadow:none!important;background:0 0!important}.is-resizing-sidebar{cursor:col-resize;-webkit-user-select:none;user-select:none}.sidebar-reopen{margin:0;top:1.4rem;left:1.6rem}.search-layout-wide.sidebar-collapsed .search-main{padding-left:clamp(7rem,9vw,10rem)}@media (width<=980px){.search-layout-wide.sidebar-collapsed .search-main{padding-left:1rem}.sidebar-reopen{margin:1rem;position:static}}.refined-result-card{grid-template-columns:minmax(0,1fr) 190px;padding-right:1.35rem}.result-meta-author-only{justify-self:end;min-width:0;max-width:190px;margin-right:0;padding-right:.35rem;overflow:visible}.song-title-result{white-space:nowrap;text-overflow:ellipsis;box-sizing:content-box;color:#7b87a4;text-align:right;width:100%;min-width:0;max-width:100%;padding-right:.25rem;font-size:.92rem;font-style:italic;font-weight:500;line-height:1.3;display:block;overflow:hidden}@media (width<=760px){.refined-result-card{grid-template-columns:1fr}.result-meta-author-only{justify-self:start;max-width:100%;padding-right:0}.song-title-result{text-align:left;padding-right:0}}.result-detail-panel{box-shadow:0 22px 54px #192b5f14;background:#edf4f8!important}.context-line.current{background:#143f9f17}.annotation-column,.parallels-column{border-left-color:#0f266c1f}.lexicon-page,.distribution-page{width:min(1320px,100% - 3rem);margin:0 auto;padding:3.2rem 0 5rem}.lexicon-heading,.distribution-heading{margin-bottom:1.6rem}.lexicon-heading h1{letter-spacing:-.045em;background:var(--gradient);color:#0000;-webkit-background-clip:text;background-clip:text;max-width:1120px;margin:0;padding-bottom:.14em;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(4rem,7vw,7.4rem);font-weight:600;line-height:.95}.lexicon-heading p{color:#5c6d91;max-width:760px;margin:.8rem 0 0;font-size:1.16rem;line-height:1.6}.lexicon-search-card{background:#ffffffd1;border:1px solid #0f266c1a;border-radius:26px;padding:1rem;box-shadow:0 24px 65px #192b5f14}.lexicon-search-row{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.8rem;display:grid}.lexicon-search-input{position:relative}.lexicon-search-input svg{color:var(--teal-dark);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.lexicon-search-input input{border-radius:18px;min-height:54px;padding-left:3rem;padding-right:2.5rem;font-size:1.05rem}.lexicon-clear{color:#7b87a4;background:#0f266c0f;border:0;border-radius:999px;place-items:center;width:26px;height:26px;display:grid;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.lexicon-advanced{border-top:1px solid #0f266c14;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end;gap:.9rem;margin-top:1rem;padding-top:1rem;display:grid}.lexicon-select{gap:.38rem;display:grid}.lexicon-select label{color:var(--navy);font-size:.92rem;font-weight:700}.lexicon-select-menu{max-height:260px}.lexicon-stats{grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.2rem 0 1.4rem;display:grid}.lexicon-stat-card{background:radial-gradient(circle at 96% 20%,#64c4ca38,#0000 9rem),#ffffffdb;border:1px solid #0f266c1a;border-radius:20px;grid-template-columns:auto auto 1fr;align-items:center;gap:.65rem;min-height:76px;padding:1rem 1.1rem;display:grid;box-shadow:0 16px 42px #192b5f12}.lexicon-stat-card:nth-child(2){background:radial-gradient(circle at 96% 20%,#efedffb8,#0000 9rem),#ffffffdb}.lexicon-stat-card:nth-child(3){background:radial-gradient(circle at 96% 20%,#fff0cfe6,#0000 9rem),#ffffffdb}.lexicon-stat-icon{width:42px;height:42px;color:var(--teal-dark);background:#64c4ca29;border-radius:50%;place-items:center;display:grid}.lexicon-stat-card strong{color:var(--navy);font-size:1.8rem;font-weight:800}.lexicon-stat-card span{color:#60708f;font-weight:600}.lexicon-results-header{justify-content:space-between;align-items:center;margin:1.4rem 0 .8rem;display:flex}.lexicon-results-header h2{color:var(--navy);letter-spacing:0;margin:0;font-family:Alegreya Sans,system-ui,sans-serif;font-size:1.2rem}.lexicon-results-header span{color:#7b87a4}.lexicon-results-list{gap:.9rem;display:grid}.lexicon-result-card{border:1px solid #0f266c1a;border-left:5px solid var(--teal-dark);background:#ffffffe0;border-radius:20px;grid-template-columns:minmax(0,1fr) 360px;gap:1.4rem;padding:1.15rem 1.25rem;display:grid;box-shadow:0 18px 46px #192b5f13}.lexicon-result-card:nth-child(2n){border-left-color:#7d6ce2}.lexicon-result-card:nth-child(3n){border-left-color:#c7a24d}.lexicon-result-meta{color:#63708c;flex-wrap:wrap;align-items:baseline;gap:.35rem;font-size:.98rem;display:flex}.lexicon-result-meta strong{color:var(--navy)}.lexicon-result-meta em{color:#7b87a4;font-style:italic}.lexicon-reference{color:var(--indigo);margin-top:.18rem;font-size:.92rem;font-weight:700}.lexicon-verse{color:#081452;margin:.45rem 0 0;font-family:Cormorant Garamond,Georgia,serif;font-size:1.55rem;font-weight:600;line-height:1.25}.lexicon-result-syntax{border-left:1px solid #0f266c14;align-content:start;gap:.65rem;padding-left:1.2rem;display:grid}.syntax-title{color:#63708c;font-size:.88rem;font-weight:700}.lexicon-syntax-badges{flex-wrap:wrap;gap:.35rem;display:flex}.lexicon-syntax-badges span{min-height:24px;color:var(--indigo);background:#143f9f14;border-radius:999px;align-items:center;padding:.25rem .55rem;font-size:.78rem;font-weight:700;display:inline-flex}.distribution-link{color:var(--indigo);background:0 0;border:0;justify-self:start;align-items:center;gap:.35rem;padding:0;font-weight:800;display:inline-flex}.distribution-link:hover{color:var(--teal-dark);transform:translate(2px)}.load-more-wrap{justify-content:center;margin-top:1.4rem;display:flex}.load-more-button{min-height:44px;color:var(--indigo);background:#ffffffd1;border:1px solid #0f266c1f;border-radius:999px;align-items:center;gap:.5rem;padding:0 1.2rem;font-weight:800;display:inline-flex;box-shadow:0 14px 34px #192b5f14}.breadcrumb{color:#7b87a4;align-items:center;gap:.55rem;margin-bottom:1.6rem;font-weight:600;display:flex}.breadcrumb a{color:var(--teal-dark);align-items:center;gap:.35rem;display:inline-flex}.distribution-heading{justify-content:space-between;align-items:start;gap:1.5rem;display:flex}.distribution-heading h1{color:var(--navy);letter-spacing:-.04em;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(3rem,5vw,5rem);font-weight:600}.distribution-heading p{color:#63708c;margin:.45rem 0 0;font-size:1.08rem}.distribution-tabs{border-bottom:1px solid #0f266c1a;gap:1.2rem;margin-bottom:1.2rem;display:flex}.distribution-tabs button{color:#63708c;background:0 0;border:0;min-height:44px;font-weight:800;position:relative}.distribution-tabs button.active{color:var(--teal-dark)}.distribution-tabs button.active:after{content:"";background:var(--teal-dark);border-radius:999px;height:3px;position:absolute;bottom:-1px;left:0;right:0}.distribution-grid-full{gap:1rem;display:grid}.distribution-card{background:#ffffffdb;border:1px solid #0f266c1a;border-radius:22px;padding:1.25rem;box-shadow:0 18px 46px #192b5f12}.distribution-card h2{color:var(--navy);letter-spacing:0;margin:0 0 1rem;font-family:Alegreya Sans,system-ui,sans-serif;font-size:1.1rem}.distribution-table{border-collapse:collapse;width:100%}.distribution-table th,.distribution-table td{text-align:left;border-bottom:1px solid #0f266c14;padding:.85rem .6rem}.distribution-table th{color:var(--navy);font-size:.9rem}.distribution-table td{color:#52617e}.percentage-cell{grid-template-columns:4rem minmax(120px,1fr);align-items:center;gap:.7rem;display:grid}.percentage-cell div{background:#0f266c14;border-radius:999px;height:8px;overflow:hidden}.percentage-cell i{border-radius:inherit;background:var(--teal-dark);height:100%;display:block}.compact-stat-list{gap:.65rem;display:grid}.compact-stat-row{color:#52617e;border-bottom:1px solid #0f266c14;justify-content:space-between;gap:1rem;padding:.65rem 0;display:flex}.compact-stat-row strong{color:var(--navy)}@media (width<=900px){.lexicon-search-row,.lexicon-advanced,.lexicon-stats,.lexicon-result-card{grid-template-columns:1fr}.lexicon-result-syntax{border-top:1px solid #0f266c14;border-left:0;padding-top:1rem;padding-left:0}.distribution-heading{flex-direction:column}}.lexicon-advanced{align-items:start;position:relative;overflow:visible}.lexicon-select{min-width:0;position:relative}.lexicon-select .sidebar-select{position:relative}.lexicon-select .sidebar-select-menu{z-index:80;background:#fffffffa;max-height:280px;margin-top:0;position:absolute;top:calc(100% + .45rem);left:0;right:0;overflow-y:auto;box-shadow:0 22px 55px #192b5f24}.lexicon-search-card{overflow:visible}.lexicon-stats,.lexicon-results-header,.lexicon-results-list{z-index:1;position:relative}.lexicon-select-menu{gap:.45rem;padding:.55rem;display:grid}.lexicon-select-search{z-index:2;background:#fffffffa;padding-bottom:.35rem;position:sticky;top:0}.lexicon-select-search svg{color:#7b87a4;position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.lexicon-select-search input{width:100%;min-height:38px;color:var(--ink);background:#ffffffeb;border:1px solid #0f266c1f;border-radius:13px;padding:.55rem .8rem .55rem 2.25rem;font-size:.92rem}.lexicon-select-search input:focus{border-color:#008c9a73;box-shadow:0 0 0 4px #008c9a14}.lexicon-select-options{scrollbar-width:thin;scrollbar-color:#0f266c2e transparent;gap:.15rem;max-height:230px;display:grid;overflow-y:auto}.lexicon-select-options::-webkit-scrollbar{width:7px}.lexicon-select-options::-webkit-scrollbar-track{background:0 0}.lexicon-select-options::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}.lexicon-search-card,.lexicon-advanced,.lexicon-select,.lexicon-select .sidebar-select{overflow:visible}.lexicon-search-card{z-index:40;position:relative}.lexicon-select .sidebar-select-menu{z-index:999;position:absolute;top:calc(100% + .45rem);left:0;right:0}.lexicon-advanced{align-items:end}.lexicon-select .sidebar-select-trigger{min-height:54px}.lexicon-advanced>.button.ghost{white-space:nowrap;align-self:end;min-height:45px;margin-top:0}input[type=search]::-webkit-search-cancel-button{appearance:none;display:none}input[type=search]::-webkit-search-decoration{appearance:none;display:none}input[type=search]::-webkit-search-results-button{appearance:none;display:none}input[type=search]::-webkit-search-results-decoration{appearance:none;display:none}input[type=search]{appearance:textfield}.distribution-table tr.clickable-row{cursor:pointer;transition:background .18s,transform .18s}.distribution-table tr.clickable-row:hover{background:#e7f8f79e}.distribution-table tr.active-row{background:#143f9f12}.text-occurrences-panel.empty{background:#ffffffb3}.text-occurrences-panel.empty p{color:#6c7897;margin:.5rem 0 0;line-height:1.55}.text-occurrences-heading{justify-content:space-between;gap:1rem;margin-bottom:1rem;display:flex}.text-occurrences-heading h2{color:var(--navy);letter-spacing:0;margin:0;font-family:Alegreya Sans,system-ui,sans-serif;font-size:1.05rem}.text-occurrences-heading p{color:#6c7897;margin:.45rem 0 0;line-height:1.35}.text-occurrences-heading p strong{color:#354563;font-style:italic}.text-occurrences-heading p span{color:#7b87a4}.occurrence-count-pill{color:#fff;background:linear-gradient(135deg, var(--indigo), var(--teal-dark));border-radius:999px;flex:none;place-items:center;min-width:34px;height:34px;font-weight:800;display:grid}.text-occurrences-list{gap:.75rem;display:grid}.text-occurrence-item{background:#ffffffb8;border:1px solid #0f266c14;border-radius:16px;padding:.85rem}.text-occurrence-ref{color:var(--indigo);font-size:.88rem;font-weight:800}.text-occurrence-item p{color:#263456;margin:.35rem 0 0;font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:600;line-height:1.25}@media (width<=1100px){.distribution-text-layout{grid-template-columns:1fr}.text-occurrences-panel{max-height:none;position:static}}.distribution-text-layout{grid-template-columns:1fr;align-items:start;gap:1rem;display:grid}.distribution-text-layout.has-panel{grid-template-columns:minmax(0,1fr) 390px}.text-occurrences-panel{scrollbar-width:thin;scrollbar-color:#0f266c2e transparent;background:#edf4f8;border:1px solid #0f266c1a;border-radius:22px;max-height:calc(100vh - 7rem);padding:1.15rem;position:sticky;top:1rem;overflow-y:auto;box-shadow:0 18px 46px #192b5f14}.text-occurrence-item mark{color:#073d78;background:#64c4ca40;border-radius:.25em;padding:0 .16em}@media (width<=1100px){.distribution-text-layout.has-panel{grid-template-columns:1fr}.text-occurrences-panel{max-height:none;position:static}}.text-occurrences-panel{scrollbar-width:thin;scrollbar-color:#0f266c2e transparent;background:#edf4f8;border:1px solid #0f266c1a;border-radius:22px;align-self:start;height:calc(100vh - 7rem);max-height:calc(100vh - 7rem);padding:1.15rem;position:sticky;top:5.6rem;overflow-y:auto;box-shadow:0 18px 46px #192b5f14}.distribution-grid-full,.distribution-text-layout{overflow:visible}@media (width<=1100px){.distribution-text-layout.has-panel{grid-template-columns:1fr}.text-occurrences-panel{height:auto;max-height:none;position:static}}@media (width<=1100px){.distribution-text-layout.has-panel{grid-template-columns:1fr}.text-occurrences-panel{max-height:none!important;position:static!important;overflow:visible!important}.text-occurrences-heading{position:static}.text-occurrences-list{max-height:none;overflow:visible}}.text-occurrences-panel{z-index:2;background:#edf4f8;border:1px solid #0f266c1a;border-radius:22px;flex-direction:column;align-self:start;display:flex;box-shadow:0 18px 46px #192b5f14;width:auto!important;height:auto!important;max-height:calc(100vh - 3rem)!important;padding:0!important;position:sticky!important;top:1.5rem!important;overflow:hidden!important}.text-occurrences-heading{z-index:3;background:#edf4f8;border-bottom:1px solid #0f266c14;padding:1.15rem 1.15rem .85rem;position:sticky;top:0;margin:0!important}.text-occurrences-list{scrollbar-width:thin;scrollbar-color:#0f266c2e transparent;flex:1;gap:.75rem;min-height:0;padding:1rem 1.15rem 1.15rem;display:grid;overflow:hidden auto}.text-occurrences-list::-webkit-scrollbar{width:7px}.text-occurrences-list::-webkit-scrollbar-track{background:0 0}.text-occurrences-list::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}.text-occurrences-panel{bottom:auto!important;right:auto!important}@media (width<=1100px){.distribution-text-layout.has-panel{grid-template-columns:1fr}.text-occurrences-panel{max-height:none!important;position:static!important;overflow:visible!important}.text-occurrences-heading{position:static}.text-occurrences-list{max-height:none;overflow:visible}}.distribution-text-layout{grid-template-columns:1fr;align-items:start;gap:1rem;display:grid;overflow:visible}.distribution-text-layout.has-panel{grid-template-columns:minmax(0,1fr) 430px;align-items:start}.distribution-text-layout.has-panel .distribution-card{max-width:none!important;margin-right:0!important}.text-occurrences-panel{z-index:5;scrollbar-width:thin;scrollbar-color:#0f266c2e transparent;background:#edf4f8;border:1px solid #0f266c1a;border-radius:22px;align-self:start;box-shadow:0 18px 46px #192b5f14;width:auto!important;height:auto!important;max-height:calc(100vh - 8rem)!important;padding:1.15rem!important;position:sticky!important;top:10rem!important;bottom:auto!important;right:auto!important;overflow:hidden auto!important}.text-occurrences-heading{background:0 0!important;border-bottom:0!important;margin-bottom:1rem!important;padding:0!important;position:static!important}.text-occurrences-list{gap:.75rem;display:grid;padding:0!important;overflow:visible!important}.text-occurrences-panel::-webkit-scrollbar{width:7px}.text-occurrences-panel::-webkit-scrollbar-track{background:0 0}.text-occurrences-panel::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}@media (width<=1100px){.distribution-text-layout.has-panel{grid-template-columns:1fr}.text-occurrences-panel{max-height:none!important;position:static!important}}.text-occurrences-panel{flex-direction:column;display:flex;overflow:hidden!important}.text-occurrences-heading{z-index:3;background:#edf4f8;flex:none;padding-bottom:.9rem;position:sticky;top:0;margin:0!important}.text-occurrences-list{flex:1;gap:.75rem;min-height:0;display:grid;overflow:hidden!important}.text-occurrences-pagination{border-top:1px solid #0f266c17;flex:none;justify-content:center;align-items:center;gap:.75rem;margin-top:.95rem;padding-top:.95rem;display:flex}.text-occurrences-pagination button{width:34px;height:34px;color:var(--indigo);cursor:pointer;background:#ffffffb8;border:1px solid #0f266c1f;border-radius:999px;place-items:center;font-size:1.4rem;line-height:1;display:grid}.text-occurrences-pagination button:hover:not(:disabled){background:#64c4ca2e;transform:translateY(-1px)}.text-occurrences-pagination button:disabled{opacity:.35;cursor:not-allowed}.text-occurrences-pagination span{color:#6c7897;text-align:center;min-width:3.6rem;font-size:.9rem;font-weight:800}.text-occurrences-heading{margin-bottom:.45rem!important;padding-bottom:.3rem!important}.text-occurrences-list{padding-top:.4rem!important}.cooccurrence-panel .text-occurrences-heading p strong{color:var(--navy);font-style:normal}.cooccurrence-panel .text-occurrences-heading p span{color:#7b87a4;font-weight:700}.cooccurrence-item{gap:.35rem;display:grid}.cooccurrence-meta{color:#7b87a4;flex-wrap:wrap;gap:.35rem;font-size:.9rem;line-height:1.3;display:flex}.cooccurrence-meta span{color:#52617e;font-weight:700}.cooccurrence-meta em{color:#7b87a4;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-style:italic;overflow:hidden}.cooccurrence-item mark{color:#073d78;background:#64c4ca40;border-radius:.25em;padding:0 .16em}.cooccurrence-panel .text-occurrence-item{align-content:start;min-height:100px;display:grid}.cooccurrence-panel .text-occurrence-item p{line-height:1.5}.cooccurrence-panel .text-occurrence-item{min-height:100px}.cooccurrence-panel.text-occurrences-panel{grid-template-rows:auto minmax(0,1fr) auto;max-height:calc(100vh - 7.5rem)!important;display:grid!important;overflow:hidden!important}.cooccurrence-panel .text-occurrences-heading{grid-row:1;background:0 0!important;border-bottom:0!important;margin:0!important;padding:0 0 1rem!important;position:static!important}.cooccurrence-panel .text-occurrences-list{scrollbar-width:thin;scrollbar-color:#0f266c2e transparent;grid-row:2;gap:.75rem;min-height:0;display:grid;padding:.2rem .15rem .6rem!important;overflow:hidden auto!important}.cooccurrence-panel .text-occurrences-list::-webkit-scrollbar{width:7px}.cooccurrence-panel .text-occurrences-list::-webkit-scrollbar-track{background:0 0}.cooccurrence-panel .text-occurrences-list::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}.cooccurrence-panel .text-occurrences-pagination{background:#edf4f8;border-top:1px solid #0f266c17;grid-row:3;margin:0!important;padding-top:.95rem!important}.cooccurrence-panel .text-occurrence-item{padding:.78rem .9rem;min-height:auto!important}.cooccurrence-panel .text-occurrence-item p{margin-top:.35rem;font-size:1.22rem;line-height:1.25}.syntax-distribution-sections{gap:1.2rem;display:grid}.syntax-distribution-sections .distribution-card{width:100%}.syntax-panel .text-occurrences-heading p{flex-wrap:wrap;align-items:baseline;gap:.35rem;display:flex}.syntax-panel .text-occurrences-heading p strong{color:#52617e;font-style:normal;font-weight:800}.syntax-panel .text-occurrences-heading p span{color:#7b87a4;font-weight:700}.syntax-item{gap:.35rem;display:grid}.syntax-item p{color:#263456;margin-top:.35rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.22rem;font-weight:600;line-height:1.25}.author-panel .text-occurrences-heading p strong{color:#7b87a4;font-style:normal;font-weight:800}.author-item{gap:.35rem;display:grid}.author-item p{color:#263456;margin-top:.35rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.22rem;font-weight:600;line-height:1.25}.lexicon-result-syntax{align-content:start}.distribution-link{margin-top:.55rem}.search-form-center .search-form .field:not(.wide){display:none}.search-form-center .form-actions .button{white-space:nowrap;border-radius:999px;min-height:68px;padding-inline:1.45rem}@media (width<=760px){.search-form-center .search-form{grid-template-columns:1fr}.search-form-center .form-actions .button{width:100%}}.search-form-center{width:min(100%,1380px);margin:1.4rem auto 1.25rem}.search-form-center .search-form{background:#ffffffe0;border:1px solid #0f266c1a;border-radius:30px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem;display:grid;box-shadow:0 24px 65px #192b5f14}.search-form-center .search-form .field.wide{min-width:0}.search-form-center .search-form .field.wide label{display:none}.search-form-center .input-with-icon{position:relative}.search-form-center .input-with-icon svg{color:var(--teal-dark);position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.search-form-center .input-with-icon input{width:100%;min-height:68px;color:var(--ink);box-shadow:none;background:#fffffff0;border:1px solid #0f266c1f;border-radius:24px;padding:.95rem 3rem .95rem 3.8rem;font-size:1.1rem}.search-form-center .input-with-icon input:focus{border-color:#008c9a73;box-shadow:0 0 0 4px #008c9a14}.search-form-center .form-actions{align-items:center;display:flex}.syntax-search-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#14499f,#008c9a);border:0;border-radius:999px;min-height:68px;padding:0 1.75rem;font-size:1.02rem;font-weight:900;transition:transform .18s,box-shadow .18s,filter .18s;box-shadow:0 16px 34px #008c9a2e}.syntax-search-button:hover{filter:saturate(1.08);transform:translateY(-1px);box-shadow:0 20px 42px #14499f38}@media (width<=760px){.search-form-center .search-form{grid-template-columns:1fr}.syntax-search-button{width:100%}}.search-main .syntax-search-form{background:#ffffffe0;border:1px solid #0f266c1a;border-radius:30px;align-items:center;gap:1rem;width:100%;margin:0 auto;padding:1rem;box-shadow:0 24px 65px #192b5f14;grid-template-columns:minmax(0,1fr) auto!important;display:grid!important}.search-main .syntax-search-form .field.wide{width:100%;min-width:0}.search-main .syntax-search-form .input-with-icon{width:100%}.search-main .syntax-search-form .input-with-icon input{border-radius:24px;width:100%;min-height:68px;padding:.95rem 3rem .95rem 3.8rem;font-size:1.1rem}.search-main .syntax-search-button{min-width:132px;min-height:68px}.search-main .search-form-center .syntax-search-form{background:#ffffffe0!important;border:1px solid #0f266c1a!important;border-radius:30px!important;align-items:center!important;gap:1rem!important;width:100%!important;max-width:none!important;padding:1rem!important;display:flex!important;box-shadow:0 24px 65px #192b5f14!important}.search-main .search-form-center .syntax-search-form .field.wide{flex:auto!important;width:auto!important;min-width:0!important}.search-main .search-form-center .syntax-search-form .input-with-icon{width:100%!important}.search-main .search-form-center .syntax-search-form .input-with-icon input{background:#fffffff0!important;border:1px solid #0f266c1f!important;border-radius:24px!important;width:100%!important;min-height:68px!important;padding:.95rem 3rem .95rem 3.8rem!important;font-size:1.1rem!important}.search-main .search-form-center .syntax-search-button{flex:none!important;min-width:132px!important;min-height:68px!important}.search-layout-wide .search-main{width:100%!important;max-width:none!important}.search-main{padding-left:clamp(1.2rem,2vw,2.5rem)!important;padding-right:clamp(1.2rem,2vw,2.5rem)!important}.search-main .search-form-center{width:100%!important;max-width:none!important;margin:2rem 0!important}.search-main .search-form-center .syntax-search-form{background:#ffffffe0!important;border:1px solid #0f266c1a!important;border-radius:30px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:1rem!important;width:100%!important;max-width:none!important;padding:1rem!important;display:grid!important;box-shadow:0 24px 65px #192b5f14!important}.search-main .search-form-center .syntax-search-form .field.wide{width:100%!important;min-width:0!important}.search-main .search-form-center .syntax-search-form label{display:none!important}.search-main .search-form-center .syntax-search-form .input-with-icon{width:100%!important;position:relative!important}.search-main .search-form-center .syntax-search-form .input-with-icon svg{color:var(--teal-dark)!important;position:absolute!important;top:50%!important;left:1.25rem!important;transform:translateY(-50%)!important}.search-main .search-form-center .syntax-search-form .input-with-icon input{width:100%!important;min-height:68px!important;color:var(--ink)!important;box-shadow:none!important;background:#fffffff0!important;border:1px solid #0f266c1f!important;border-radius:24px!important;padding:.95rem 3rem .95rem 3.8rem!important;font-size:1.1rem!important}.search-main .search-form-center .syntax-search-form .input-with-icon input:focus{border-color:#008c9a73!important;box-shadow:0 0 0 4px #008c9a14!important}.search-main .search-form-center .syntax-search-form .form-actions{align-items:center!important;display:flex!important}.search-main .search-form-center .syntax-search-form .syntax-search-button{color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#14499f,#008c9a)!important;border:0!important;border-radius:999px!important;min-width:150px!important;min-height:68px!important;padding:0 1.9rem!important;font-size:1.02rem!important;font-weight:900!important;box-shadow:0 16px 34px #008c9a2e!important}.search-main .search-form-center .syntax-search-form .syntax-search-button:hover{transform:translateY(-1px);box-shadow:0 20px 42px #14499f38!important}@media (width<=760px){.search-main .search-form-center .syntax-search-form{grid-template-columns:1fr!important}.search-main .search-form-center .syntax-search-form .syntax-search-button{width:100%!important}}.search-main .search-form-center{margin:1.3rem 0 1.6rem!important}.search-main .search-form-center .syntax-search-form{border-radius:26px!important;padding:.75rem!important}.search-main .search-form-center .syntax-search-form .input-with-icon input{border-radius:20px!important;min-height:56px!important;padding:.75rem 2.8rem .75rem 3.35rem!important;font-size:1rem!important}.search-main .search-form-center .syntax-search-form .input-with-icon svg{width:20px!important;height:20px!important;left:1.05rem!important}.search-main .search-form-center .syntax-search-form .syntax-search-button{min-width:122px!important;min-height:56px!important;padding:0 1.55rem!important;font-size:.96rem!important}.sidebar-reopen{margin-top:1.2rem!important;margin-left:1.4rem!important}.search-layout.sidebar-collapsed .search-main{padding-left:7rem!important}.lexicon-search-card{padding:1rem!important}.lexicon-search-row{align-items:center!important;margin:0!important}.lexicon-heading h1{white-space:nowrap;max-width:none;font-size:clamp(4rem,6.4vw,7.1rem)}.home-landing{width:100%;overflow:hidden}.home-hero-visual{background:linear-gradient(90deg,#fff 0%,#fffffff0 34%,#ffffff7a 62%,#ffffff1f 100%),#fbfdff;border-bottom:1px solid #0f266c1a;grid-template-columns:minmax(360px,.85fr) minmax(520px,1.15fr);align-items:center;min-height:520px;display:grid;position:relative}.home-hero-text{z-index:2;padding-left:clamp(2rem,8vw,8.5rem);padding-right:2rem;position:relative}.home-hero-text h1{color:#07175f;letter-spacing:-.055em;max-width:620px;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(3.6rem,5.2vw,6.4rem);font-weight:600;line-height:.98}.home-hero-text h1 span{max-width:none;color:inherit;font:inherit;line-height:inherit;letter-spacing:inherit;margin:0;display:block}.home-hero-text h1 span:last-child{background:linear-gradient(110deg,#14499f,#008c9a);color:#0000;-webkit-background-clip:text;background-clip:text}.home-hero-dots{gap:1rem;margin-top:4.3rem;display:flex}.home-hero-dots span{background:#0f266c2e;border-radius:999px;width:.78rem;height:.78rem}.home-hero-dots span.active{background:#07175f}.home-hero-image{opacity:.96;background-image:url(/assets/home-hero.jpg);background-position:100%;background-repeat:no-repeat;background-size:cover;width:68%;position:absolute;inset:0 0 0 auto}.home-hero-image:before{content:"";pointer-events:none;background:linear-gradient(90deg,#fff 0%,#ffffffdb 16%,#ffffff38 46%,#ffffff0a 100%),radial-gradient(circle at 38%,#fff3,#0000 16rem);position:absolute;inset:0}.home-discover{padding-top:3rem;padding-bottom:4rem}.home-image-card-grid{margin-top:1.5rem}.home-image-card{background:#ffffffdb;border-radius:18px;flex-direction:column;gap:0;min-height:0;padding:0;display:flex;overflow:hidden}.home-card-image{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:220px;position:relative}.home-card-image.word{background-image:url(/assets/card-word.jpg)}.home-card-image.verse{background-image:url(/assets/card-verse.jpg)}.home-card-image.author{background-image:url(/assets/card-author.jpg)}.home-card-image .smart-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd1;width:58px;height:58px;position:absolute;top:1.35rem;left:1.35rem;box-shadow:0 16px 36px #192b5f1f}.home-card-content{gap:.35rem;padding:1.25rem 1.35rem 1.35rem;display:grid}.home-card-content .smart-label{color:#07175f}.home-card-content h3{color:#07175f;margin:.35rem 0 0;font-family:Cormorant Garamond,Georgia,serif;font-size:2.35rem;font-weight:700;line-height:1}.home-card-content .text-link{grid-column:auto;align-self:end;margin-top:.3rem}.refined-hero-search,.refined-suggestions,.hero-search,.hero-suggestions{display:none!important}@media (width<=1050px){.home-hero-visual{grid-template-columns:1fr;min-height:560px}.home-hero-text{padding:5rem 2rem}.home-hero-image{opacity:.38;width:100%}.home-hero-image:before{background:#ffffffb8}.home-hero-text h1{max-width:720px}}@media (width<=760px){.home-hero-text h1{font-size:clamp(3.3rem,16vw,5rem)}.home-hero-dots{margin-top:2.5rem}.home-card-image{min-height:190px}}.home-hero-dots{display:none!important}.home-image-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.home-image-card{background:0 0;border-radius:18px;min-height:270px;position:relative;overflow:hidden;box-shadow:0 18px 42px #10182814;padding:0!important;display:block!important}.home-image-card:hover{transform:translateY(-4px);box-shadow:0 26px 64px #10182821}.home-card-image{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .5s,filter .5s;position:absolute;inset:0;min-height:100%!important}.home-image-card:hover .home-card-image{filter:saturate(1.04);transform:scale(1.035)}.home-card-image:after{content:"";pointer-events:none;background:linear-gradient(#ffffff85 0%,#ffffffbd 52%,#ffffffeb 100%);position:absolute;inset:0}.home-card-image .smart-icon{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;width:56px;height:56px;position:absolute;top:1.15rem;left:1.15rem;box-shadow:0 14px 32px #192b5f21}.home-card-content{z-index:3;flex-direction:column;justify-content:flex-end;align-items:flex-start;min-height:270px;position:relative;background:0 0!important;padding:1.35rem 1.45rem 1.4rem!important;display:flex!important}.home-card-content .smart-label{color:#07175f;font-size:.92rem;font-weight:850}.home-card-content h3{color:#07175f;letter-spacing:-.045em;max-width:100%;margin:.45rem 0 .3rem;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,2.8vw,2.65rem);font-weight:750;line-height:.96}.home-card-content p{color:#52617e;margin:0;font-weight:750}.home-card-content .text-link{color:#0641b5;margin-top:1.05rem}.home-image-card .home-card-content h3{overflow-wrap:anywhere}.home-image-card{border:1px solid #0f266c17;border-radius:18px;position:relative;overflow:hidden;background:0 0!important;padding:0!important}.home-card-image{border-radius:inherit;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;position:absolute!important;inset:0!important}.home-card-image:after{background:linear-gradient(#ffffff14 0%,#ffffff2e 38%,#ffffffd1 100%)!important}.home-card-image .smart-icon{z-index:3;border-radius:999px;width:58px!important;height:58px!important;margin:0!important;position:absolute!important;top:1.02rem!important;left:1.02rem!important}.home-card-image.verse .smart-icon{top:1.18rem!important;left:1.18rem!important}.home-card-image.author .smart-icon{top:1.12rem!important;left:1.75rem!important}.home-card-image.verse{background-position:50%!important;background-size:103% 103%!important}.clickable-home-card{cursor:pointer;isolation:isolate;transition:transform .26s cubic-bezier(.2,.8,.2,1),box-shadow .26s,border-color .26s;transform:translateY(0)scale(1)}.clickable-home-card:before{content:"";z-index:2;opacity:0;pointer-events:none;background:radial-gradient(circle at 18% 20%,#ffffff85,#0000 14rem),linear-gradient(135deg,#008c9a14,#243b8f0a);transition:opacity .26s;position:absolute;inset:0}.clickable-home-card:hover{border-color:#008c9a33;transform:translateY(-7px)scale(1.012);box-shadow:0 32px 82px #10182829}.clickable-home-card:hover:before{opacity:1}.clickable-home-card:focus-visible{outline-offset:4px;outline:4px solid #008c9a2e}.clickable-home-card .home-card-image{transition:transform .65s cubic-bezier(.2,.8,.2,1),filter .65s}.clickable-home-card:hover .home-card-image{filter:saturate(1.07)contrast(1.02);transform:scale(1.055)}.clickable-home-card .smart-icon{transition:transform .26s,box-shadow .26s,background .26s}.clickable-home-card:hover .smart-icon{background:#ffffffe6;transform:translateY(-2px)scale(1.06);box-shadow:0 18px 44px #192b5f2e}.clickable-home-card .home-card-content{transition:transform .26s}.clickable-home-card:hover .home-card-content{transform:translateY(-3px)}.clickable-home-card .text-link svg{transition:transform .22s}.clickable-home-card:hover .text-link svg{transform:translate(4px)}.search-layout.sidebar-collapsed,.search-layout.search-layout-wide.sidebar-collapsed{display:block!important}.search-layout.sidebar-collapsed .search-main{width:min(100%,1500px)!important;max-width:none!important;margin:0 auto!important;padding:clamp(1.8rem,3vw,3rem) clamp(1.4rem,4vw,4rem) 4rem!important}.search-layout.sidebar-collapsed .search-heading{width:min(100%,1280px);margin:0 auto 1.45rem}.search-layout.sidebar-collapsed .search-heading p{color:#52617e;max-width:none;margin:0;font-size:1.05rem;font-weight:550}.syntax-search-card{width:min(100%,1280px)!important;margin:1.45rem auto 2rem!important;padding:1rem!important}.syntax-search-card .syntax-lexicon-search-row{margin:0!important}.syntax-search-card .lexicon-search-input input,.syntax-search-card .button{min-height:56px}.search-layout:not(.sidebar-collapsed) .search-heading h1{letter-spacing:-.055em;background:linear-gradient(110deg,#14499f,#008c9a);color:#0000;-webkit-background-clip:text;background-clip:text;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(3.8rem,5.4vw,6.8rem);font-weight:600;line-height:.96}@media (width<=1050px){.search-layout.sidebar-collapsed .search-heading h1{white-space:normal}}.search-layout.sidebar-collapsed .search-heading h1{margin-bottom:.95rem!important}.search-layout.sidebar-collapsed .search-heading p{margin-bottom:0!important}.search-layout,.search-layout-wide,.search-main{height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important}.search-main{overflow:visible!important}.results-list,.refined-results-list,.search-results-toolbar,.result-with-detail{max-height:none!important;overflow:visible!important}.search-layout.sidebar-collapsed,.search-layout.search-layout-wide.sidebar-collapsed{background:radial-gradient(circle at 8% 18%,#7e5be61a,#0000 28rem),radial-gradient(circle at 92% 26%,#64c4ca2e,#0000 34rem),linear-gradient(#fbfdff 0%,#eef6f9 100%)!important;min-height:100vh!important;display:block!important}.search-layout.sidebar-collapsed .search-main{width:min(100%,1500px)!important;max-width:none!important;margin:0 auto!important;padding:clamp(3.4rem,4.6vw,5rem) clamp(1.4rem,4vw,4rem) 4rem!important;overflow:visible!important}.search-layout.sidebar-collapsed .search-heading{text-align:left!important;width:min(100%,1280px)!important;margin:0 auto 1.75rem!important}.search-layout.sidebar-collapsed .search-heading h1{white-space:nowrap!important;letter-spacing:-.058em!important;background:linear-gradient(110deg,#14499f 0%,#008c9a 84%)!important;color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important;max-width:none!important;margin:0 0 .95rem!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:clamp(4.6rem,6.8vw,8.2rem)!important;font-weight:600!important;line-height:.96!important}.search-layout.sidebar-collapsed .search-heading p{color:#52617e!important;max-width:none!important;margin:0!important;font-size:1.08rem!important;font-weight:500!important;line-height:1.45!important}.syntax-search-card .lexicon-search-row,.syntax-search-card .syntax-lexicon-search-row{grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;gap:1rem!important;margin:0!important;display:grid!important}.syntax-search-card .lexicon-search-input{min-width:0!important}.syntax-search-card .lexicon-search-input input{border-radius:20px!important;width:100%!important;min-height:56px!important;font-size:1rem!important}.syntax-search-card .button{border-radius:999px!important;min-height:56px!important}.search-results-toolbar{width:min(100%,1280px)!important;margin:0 auto 1.2rem!important}.refined-results-list,.results-list.refined-results-list,.pagination{width:min(100%,1280px)!important;margin-left:auto!important;margin-right:auto!important}.search-layout:not(.sidebar-collapsed) .search-heading{width:min(100%,1280px)!important;margin:0 auto 1.75rem!important}.search-layout:not(.sidebar-collapsed) .search-heading h1{white-space:nowrap!important;letter-spacing:-.058em!important;background:linear-gradient(110deg,#14499f 0%,#008c9a 84%)!important;color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important;max-width:none!important;margin:0 0 .95rem!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:clamp(4.6rem,6.8vw,8.2rem)!important;font-weight:600!important;line-height:.96!important}.search-layout:not(.sidebar-collapsed) .search-heading p{color:#52617e!important;font-size:1.08rem!important;font-weight:500!important;line-height:1.45!important}@media (width<=1100px){.search-layout.sidebar-collapsed .search-heading h1,.search-layout:not(.sidebar-collapsed) .search-heading h1{white-space:normal!important;font-size:clamp(3.8rem,10vw,6.5rem)!important}.syntax-search-card .lexicon-search-row,.syntax-search-card .syntax-lexicon-search-row{grid-template-columns:1fr!important}.syntax-search-card .button{width:100%!important}}.search-layout.sidebar-collapsed .search-main{background:radial-gradient(circle at 8% 18%,#7e5be61a,#0000 28rem),radial-gradient(circle at 92% 26%,#64c4ca2e,#0000 34rem),linear-gradient(#fbfdff 0%,#eef6f9 100%)!important;width:100%!important;max-width:none!important;margin:0!important;padding:0 0 4rem!important}.syntax-heading{width:min(100%,1280px)!important;margin:0 auto!important;padding:clamp(3.1rem,4vw,4.2rem) 0 0!important}.syntax-heading h1{white-space:nowrap!important;letter-spacing:-.058em!important;background:linear-gradient(110deg,#14499f 0%,#008c9a 84%)!important;color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important;max-width:none!important;margin:0 0 .9rem!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:clamp(4.6rem,6.8vw,8.2rem)!important;font-weight:600!important;line-height:.96!important}.syntax-heading p{color:#52617e!important;max-width:none!important;margin:0!important;font-family:inherit!important;font-size:1.08rem!important;font-weight:500!important;line-height:1.45!important}.syntax-search-card{background:#ffffffe0!important;border:1px solid #0f266c1a!important;border-radius:26px!important;width:min(100%,1280px)!important;margin:1.9rem auto 2.2rem!important;padding:1rem!important;box-shadow:0 24px 65px #192b5f14!important}.search-layout:not(.sidebar-collapsed) .search-main{padding-top:0!important}.search-layout:not(.sidebar-collapsed) .syntax-heading{width:min(100%,1280px)!important;margin:0 auto!important;padding:clamp(3.1rem,4vw,4.2rem) 0 0!important}.search-layout:not(.sidebar-collapsed) .syntax-heading h1{white-space:nowrap!important;letter-spacing:-.058em!important;background:linear-gradient(110deg,#14499f 0%,#008c9a 84%)!important;color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important;max-width:none!important;margin:0 0 .9rem!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:clamp(4.6rem,6.8vw,8.2rem)!important;font-weight:600!important;line-height:.96!important}.search-layout:not(.sidebar-collapsed) .syntax-heading p{color:#52617e!important;font-size:1.08rem!important;font-weight:500!important;line-height:1.45!important}.search-results-toolbar,.refined-results-list,.results-list.refined-results-list,.pagination{width:min(100%,1280px)!important;margin-left:auto!important;margin-right:auto!important}@media (width<=1100px){.syntax-heading h1,.search-layout:not(.sidebar-collapsed) .syntax-heading h1{white-space:normal!important;font-size:clamp(3.8rem,10vw,6.5rem)!important}}.search-layout.sidebar-collapsed .search-main,.search-layout.search-layout-wide.sidebar-collapsed .search-main{width:100%!important;max-width:none!important;margin:0!important;padding:0 0 4rem!important;overflow:visible!important}.search-main .search-heading{all:unset!important}.search-main>.syntax-heading{text-align:left!important;width:min(100%,1280px)!important;max-width:1280px!important;margin:0 auto!important;padding:clamp(3.1rem,4vw,4.2rem) 0 0!important;display:block!important}.search-main>.syntax-heading h1{white-space:nowrap!important;letter-spacing:-.058em!important;background:linear-gradient(110deg,#14499f 0%,#008c9a 84%)!important;color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important;max-width:none!important;margin:0 0 .9rem!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:clamp(4.6rem,6.8vw,8.2rem)!important;font-weight:600!important;line-height:.96!important;display:block!important}.search-main>.syntax-heading p{color:#52617e!important;max-width:none!important;margin:0!important;font-family:inherit!important;font-size:1.08rem!important;font-weight:500!important;line-height:1.45!important;display:block!important}.search-main>.syntax-search-card{background:#ffffffe0!important;border:1px solid #0f266c1a!important;border-radius:26px!important;width:min(100%,1280px)!important;max-width:1280px!important;margin:1.9rem auto 2.2rem!important;padding:1rem!important;box-shadow:0 24px 65px #192b5f14!important}.search-main>.syntax-search-card .lexicon-search-row,.search-main>.syntax-search-card .syntax-lexicon-search-row{grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;gap:1rem!important;margin:0!important;display:grid!important}.search-results-toolbar,.refined-results-list,.results-list.refined-results-list,.pagination{width:min(100%,1280px)!important;max-width:1280px!important;margin-left:auto!important;margin-right:auto!important}.search-layout:not(.sidebar-collapsed) .search-main{padding-top:0!important;overflow:visible!important}.search-layout:not(.sidebar-collapsed) .search-main>.syntax-heading{width:min(100%,1280px)!important;max-width:1280px!important;margin:0 auto!important;padding:clamp(3.1rem,4vw,4.2rem) 0 0!important}.search-layout:not(.sidebar-collapsed) .search-main>.syntax-heading h1{letter-spacing:-.058em!important;background:linear-gradient(110deg,#14499f 0%,#008c9a 84%)!important;color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:clamp(4.6rem,6.8vw,8.2rem)!important;font-weight:600!important;line-height:.96!important}.search-layout:not(.sidebar-collapsed) .search-main>.syntax-heading p{color:#52617e!important;font-size:1.08rem!important;font-weight:500!important;line-height:1.45!important}@media (width<=1100px){.search-main>.syntax-heading h1{white-space:normal!important;font-size:clamp(3.8rem,10vw,6.5rem)!important}.search-main>.syntax-search-card .lexicon-search-row,.search-main>.syntax-search-card .syntax-lexicon-search-row{grid-template-columns:1fr!important}}.syntax-page{min-height:100vh;position:relative}.syntax-main{width:min(100%,1500px);margin:0 auto;padding:0 clamp(1.4rem,4vw,4rem) 4rem}.syntax-page .lexicon-heading{width:min(100%,1280px);margin:0 auto;padding-top:clamp(3.1rem,4vw,4.2rem)}.syntax-page .lexicon-heading h1{white-space:nowrap}.syntax-page .lexicon-heading p{font-weight:500}.syntax-page .lexicon-search-card{width:min(100%,1280px);margin:1.9rem auto 2.2rem}.syntax-results-toolbar,.syntax-page .refined-results-list,.syntax-page .pagination{width:min(100%,1280px);margin-left:auto;margin-right:auto}.syntax-sidebar-open .search-sidebar{top:var(--header-height,0px);height:calc(100vh - var(--header-height,0px));z-index:40;position:fixed;left:0}.syntax-sidebar-open .syntax-main{margin:0 auto}.syntax-sidebar-open .search-sidebar{overflow-y:auto}@media (width<=1100px){.syntax-page .lexicon-heading h1{white-space:normal}}.syntax-page .lexicon-heading>p,.syntax-page .syntax-main .lexicon-heading>p,.syntax-main>.lexicon-heading>p{color:#52617e!important;letter-spacing:0!important;font-family:inherit!important;font-size:1.08rem!important;font-weight:400!important;line-height:1.45!important}.syntax-page .lexicon-heading{padding-top:clamp(3.1rem,4vw,4.2rem)}.syntax-page{width:100%!important;max-width:none!important;min-height:100vh!important}.syntax-page .lexicon-heading{width:min(100% - 4rem,1280px)!important;max-width:1280px!important;margin-left:auto!important;margin-right:auto!important;padding-top:2.15rem!important}.syntax-page .lexicon-heading h1{white-space:nowrap!important;letter-spacing:-.058em!important;background:linear-gradient(110deg,#14499f 0%,#008c9a 84%)!important;color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important;margin:0 0 .9rem!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:clamp(4.6rem,6.8vw,8.2rem)!important;font-weight:600!important;line-height:.96!important}.syntax-page .lexicon-heading p{color:#52617e!important;margin:0!important;font-size:1.08rem!important;font-weight:400!important;line-height:1.45!important}.syntax-page .lexicon-search-row,.syntax-page .syntax-lexicon-search-row{grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;gap:1rem!important;width:100%!important;display:grid!important}.syntax-page .lexicon-search-input{width:100%!important;min-width:0!important}.syntax-page .lexicon-search-input input{width:100%!important;min-height:56px!important}.syntax-results-toolbar,.syntax-page .search-results-toolbar,.syntax-page .refined-results-list,.syntax-page .pagination{width:min(100% - 4rem,1280px)!important;max-width:1280px!important;margin-left:auto!important;margin-right:auto!important}.search-layout .syntax-main,.search-layout-wide .syntax-main,.search-layout.sidebar-collapsed .syntax-main,.syntax-sidebar-open .syntax-main{width:100%!important;max-width:none!important;margin:0!important;padding:0 0 4rem!important}@media (width<=1100px){.syntax-page .lexicon-heading h1{white-space:normal!important;font-size:clamp(3.8rem,10vw,6.5rem)!important}.syntax-page .lexicon-search-row,.syntax-page .syntax-lexicon-search-row{grid-template-columns:1fr!important}.syntax-page .lexicon-search-card,.syntax-page .lexicon-heading,.syntax-results-toolbar,.syntax-page .refined-results-list,.syntax-page .pagination{width:min(100% - 2rem,1280px)!important}}.syntax-page{min-height:100vh;width:min(1320px,100% - 3rem)!important;margin:0 auto!important;padding:3.2rem 0 5rem!important}.syntax-main{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.syntax-page .lexicon-heading{width:100%!important;max-width:none!important;margin:0 0 1.6rem!important;padding:0!important}.syntax-page .lexicon-heading h1{letter-spacing:-.045em!important;white-space:nowrap!important;background:var(--gradient)!important;color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important;max-width:1120px!important;margin:0!important;padding-bottom:.14em!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:clamp(4rem,7vw,7.4rem)!important;font-weight:600!important;line-height:.95!important}.syntax-page .lexicon-heading p{color:#5c6d91!important;max-width:760px!important;margin:.8rem 0 0!important;font-size:1.16rem!important;font-weight:400!important;line-height:1.6!important}.syntax-page .lexicon-search-card{background:#ffffffd1!important;border:1px solid #0f266c1a!important;border-radius:26px!important;width:100%!important;max-width:none!important;margin:0!important;padding:1rem!important;box-shadow:0 24px 65px #192b5f14!important}.syntax-page .lexicon-search-row,.syntax-page .syntax-lexicon-search-row{grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;gap:.8rem!important;width:100%!important;margin:0!important;display:grid!important}.syntax-page .lexicon-search-input{width:100%!important;min-width:0!important;position:relative!important}.syntax-page .lexicon-search-input input{border-radius:18px!important;min-height:54px!important;padding-left:3rem!important;padding-right:2.5rem!important;font-size:1.05rem!important}.syntax-page .lexicon-search-card .button{min-height:44px!important}.syntax-results-toolbar,.syntax-page .search-results-toolbar,.syntax-page .refined-results-list,.syntax-page .results-list,.syntax-page .pagination{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}.syntax-sidebar-open .syntax-main{width:100%!important;margin:0!important;padding:0!important}@media (width<=900px){.syntax-page{width:min(1320px,100% - 3rem)!important}.syntax-page .lexicon-search-row,.syntax-page .syntax-lexicon-search-row{grid-template-columns:1fr!important}.syntax-page .lexicon-heading h1{white-space:normal!important}}.syntax-page .lexicon-heading h1{padding-bottom:.14em!important;font-size:clamp(4rem,7vw,7.1rem)!important;line-height:.95!important}.syntax-page .lexicon-heading{overflow:visible!important}.syntax-page .lexicon-heading h1{white-space:nowrap!important;overflow:visible!important}.syntax-results-toolbar,.syntax-page .search-results-toolbar{margin-top:2.2rem!important;margin-bottom:1.2rem!important}.syntax-search-card .syntax-advanced{border-top:1px solid #0f266c14!important;grid-template-columns:repeat(3,minmax(0,1fr)) auto!important;align-items:start!important;gap:1rem!important;margin-top:1rem!important;padding-top:1rem!important;display:grid!important}.syntax-filter-block{gap:.45rem;min-width:0;display:grid}.syntax-filter-options{scrollbar-width:thin;scrollbar-color:#0f266c2e transparent;gap:.45rem;max-height:170px;padding-right:.25rem;display:grid;overflow-y:auto}.syntax-filter-options::-webkit-scrollbar{width:7px}.syntax-filter-options::-webkit-scrollbar-track{background:0 0}.syntax-filter-options::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}.syntax-search-card .sidebar-option{grid-template-columns:auto minmax(0,1fr) auto;gap:.55rem;min-height:28px;font-size:.95rem}.syntax-search-card .sidebar-select-trigger{border-radius:18px;min-height:54px}.syntax-search-card .sidebar-search-mini{margin-bottom:.6rem}.syntax-search-card .sidebar-search-mini input{border-radius:18px;min-height:54px}.syntax-search-card .syntax-advanced>.button.ghost{white-space:nowrap;align-self:end;min-height:54px}.syntax-filter-block:first-child{grid-area:1/1}.syntax-filter-block:nth-child(2){grid-area:1/2}.syntax-filter-block:nth-child(3){grid-area:1/3}.syntax-filter-block:nth-child(4){grid-area:2/3}.syntax-filter-block:nth-child(5){grid-area:2/1}.syntax-search-card .syntax-advanced>.button.ghost{grid-area:2/2/auto/4;place-self:end stretch}@media (width<=1100px){.syntax-search-card .syntax-advanced{grid-template-columns:1fr 1fr!important}.syntax-filter-block:first-child,.syntax-filter-block:nth-child(2),.syntax-filter-block:nth-child(3),.syntax-filter-block:nth-child(4),.syntax-filter-block:nth-child(5),.syntax-search-card .syntax-advanced>.button.ghost{grid-area:auto}}@media (width<=760px){.syntax-search-card .syntax-advanced{grid-template-columns:1fr!important}}.syntax-search-card{z-index:30;position:relative;overflow:visible!important}.syntax-advanced-panel{border-top:1px solid #0f266c14;margin-top:1rem;padding-top:1rem}.syntax-advanced-grid{grid-template-columns:1.08fr 1.08fr 1fr;align-items:start;gap:1.6rem;display:grid}.syntax-filter-block{align-content:start;gap:.75rem;min-width:0;display:grid;position:relative}.syntax-filter-block h3{color:var(--navy);letter-spacing:-.03em;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:1.35rem;font-weight:700}.syntax-filter-options.no-scroll{gap:.55rem;padding:0;display:grid;max-height:none!important;overflow:visible!important}.syntax-micro-block{grid-row:span 2}.syntax-author-block{margin-top:.65rem}.syntax-filter-block .sidebar-select,.syntax-filter-block .sidebar-select-trigger,.syntax-mini-search input{width:100%}.syntax-mini-search{position:relative}.syntax-mini-search svg{color:#7b87a4;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.syntax-mini-search input{border-radius:18px;min-height:54px;padding-left:2.75rem;font-size:1rem}.syntax-filter-block .sidebar-select-trigger{background:#ffffffdb;border-radius:18px;min-height:54px}.syntax-filter-block .sidebar-select{position:relative}.syntax-filter-block .syntax-overlay-menu{z-index:999;background:#fffffffa;max-height:300px;top:calc(100% + .45rem);left:0;right:0;overflow-y:auto;box-shadow:0 22px 55px #192b5f24;margin-top:0!important;position:absolute!important}.syntax-search-card .sidebar-option{color:#52617e;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.7rem;min-height:28px;font-size:.98rem;font-weight:650;display:grid}.syntax-search-card .sidebar-option input{width:16px;height:16px;min-height:0}.syntax-search-card .sidebar-option span{white-space:normal;min-width:0;text-overflow:unset;overflow:visible}.syntax-search-card .sidebar-option strong{color:#52617e;font-size:.92rem;font-weight:800}.syntax-reset-row{border-top:1px solid #0f266c14;justify-content:center;margin-top:1.8rem;padding-top:1.1rem;display:flex}.syntax-reset-row .button{min-width:260px;min-height:52px}.syntax-results-toolbar{margin-top:2.2rem!important}.syntax-page .lexicon-heading h1{padding-bottom:.12em!important;font-size:clamp(4rem,6.4vw,7.1rem)!important;line-height:1.02!important;overflow:visible!important}@media (width<=1100px){.syntax-advanced-grid{grid-template-columns:1fr 1fr}.syntax-micro-block{grid-row:auto}}@media (width<=760px){.syntax-advanced-grid{grid-template-columns:1fr}.syntax-reset-row .button{width:100%}}.syntax-micro-options{scrollbar-width:thin;scrollbar-color:#0f266c2e transparent;gap:.55rem;padding-right:.35rem;display:grid;max-height:calc(224px + 4.4rem)!important;overflow:hidden auto!important}.syntax-micro-options::-webkit-scrollbar{width:7px}.syntax-micro-options::-webkit-scrollbar-track{background:0 0}.syntax-micro-options::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}.syntax-micro-options::-webkit-scrollbar-thumb:hover{background:#0f266c47 padding-box padding-box;border:2px solid #0000}.site-header{z-index:9999!important;position:sticky!important;top:0!important}.lexicon-search-card,.syntax-search-card{z-index:10!important}.lexicon-select .sidebar-select-menu,.syntax-filter-card .sidebar-select-menu,.sidebar-select-menu{z-index:100!important}.entity-list-page .lexicon-heading h1{white-space:nowrap}.entity-advanced{border-top:1px solid #0f266c14;grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:end;gap:1rem;margin-top:1rem;padding-top:1rem;display:grid}.entity-advanced-three{grid-template-columns:repeat(3,minmax(0,1fr)) auto}.entity-advanced label{color:var(--navy);gap:.38rem;font-size:.92rem;font-weight:700;display:grid}.entity-advanced select{border-radius:18px;min-height:54px}.entity-list{gap:.9rem;margin-top:1.3rem;display:grid}.entity-list-card{text-align:left;background:#ffffffe0;border:1px solid #0f266c1a;border-radius:22px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:1rem;width:100%;padding:1.15rem 1.25rem;display:grid;box-shadow:0 18px 46px #192b5f13}.entity-list-card:hover{border-color:#64c4ca59;transform:translateY(-3px);box-shadow:0 26px 60px #192b5f1f}.entity-list-card span{color:var(--indigo);font-size:.9rem;font-weight:800;display:block}.entity-list-card strong{color:var(--navy);margin-top:.2rem;font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:700;line-height:1;display:block}.entity-list-card em{color:#7b87a4;margin-top:.35rem;font-style:italic;font-weight:600;display:block}.entity-list-card small{color:#63708c;font-weight:700}.entity-page{width:min(1320px,100% - 3rem);margin:0 auto;padding:3.2rem 0 5rem}.entity-hero{text-align:center;margin-bottom:2.2rem}.entity-kicker{color:var(--teal-dark);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .4rem;font-size:.82rem;font-weight:900}.entity-hero h1{white-space:nowrap;letter-spacing:-.055em;background:linear-gradient(110deg,#14499f 0%,#008c9a 84%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(4.2rem,7vw,7.8rem);font-weight:700;line-height:.95}.entity-grid{grid-template-columns:1fr .85fr;gap:1.1rem;display:grid}.entity-card{background:#ffffffe0;border:1px solid #0f266c1a;border-radius:24px;padding:1.35rem;box-shadow:0 20px 55px #192b5f14}.entity-card-wide{grid-column:1/-1}.entity-card-tint{background:radial-gradient(circle at 96% 12%,#64c4ca2e,#0000 13rem),#ffffffe0}.entity-card-heading{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.entity-card-heading h2{color:var(--navy);letter-spacing:0;margin:0;font-family:Alegreya Sans,system-ui,sans-serif;font-size:1.05rem;font-weight:900}.entity-card-heading span{color:#7b87a4;font-weight:800}.entity-link-list{gap:.45rem;display:grid}.entity-link-list a,.entity-card-link{color:var(--indigo);justify-content:space-between;align-items:center;gap:.75rem;font-weight:800;display:flex}.entity-link-list a{border-bottom:1px solid #0f266c12;padding:.55rem 0}.entity-card-link{margin-top:1rem}.word-cloud-lite{flex-wrap:wrap;align-items:center;gap:.55rem .9rem;padding:.5rem 0;display:flex}.word-cloud-lite button{color:var(--navy);cursor:pointer;background:0 0;border:0;font-family:Cormorant Garamond,Georgia,serif}.word-cloud-lite button:hover{color:var(--teal-dark);transform:translateY(-1px)}.word-size-1{font-size:2.25rem}.word-size-2{font-size:1.9rem}.word-size-3{font-size:1.65rem}.word-size-4,.word-size-5{font-size:1.4rem}.entity-stat-grid{grid-template-columns:repeat(4,1fr);gap:.9rem;display:grid}.entity-stat-grid button{text-align:left;background:#ffffffb8;border:1px solid #0f266c14;border-radius:18px;padding:1rem}.entity-stat-grid button strong{color:var(--navy);font-size:1rem;display:block}.entity-stat-grid button span{color:#63708c;margin-top:.45rem;font-size:.92rem;font-weight:700;display:block}.lexicon-query-mark{color:#073d78;background:#64c4ca40;border-radius:.25em;padding:0 .16em}.entity-list+.pagination{width:100%;max-width:none;margin:1.8rem auto 0}.entity-list-page .pagination{background:#ffffffd1;border:1px solid #0f266c1a;border-radius:999px;justify-content:center;align-items:center;gap:.85rem;width:100%;min-height:76px;padding:.7rem 1rem;display:flex;box-shadow:0 18px 44px #192b5f13}.entity-list-page .pagination-button,.entity-list-page .pagination-number{color:var(--indigo);background:0 0;border:0;border-radius:999px;font-weight:900}.entity-list-page .pagination-button{min-height:42px;padding:0 .95rem;font-size:1.05rem}.entity-list-page .pagination-number{place-items:center;width:42px;height:42px;font-size:1.02rem;display:grid}.entity-list-page .pagination-number.active{color:#fff;background:linear-gradient(135deg,#14499f,#008c9a);box-shadow:0 12px 24px #143f9f2e}.entity-list-page .pagination-button:hover:not(:disabled),.entity-list-page .pagination-number:hover:not(.active){background:#e7f8f7e6;transform:translateY(-1px)}.entity-list-page .pagination-button:disabled{opacity:.35}.entity-list-page .pagination-ellipsis{color:var(--muted);padding:0 .3rem;font-weight:900}@media (width<=720px){.entity-list-page .pagination{border-radius:26px;flex-wrap:wrap}.entity-list-page .pagination-pages{order:-1;justify-content:center;width:100%}}.entity-pagination .pagination-button{align-items:center;gap:.55rem;display:inline-flex}.entity-pagination .pagination-button span[aria-hidden=true]{font-size:1.45rem;line-height:1;transform:translateY(-.02em)}.entity-list-anchor{scroll-margin-top:9.5rem}.entity-list-page .pagination{min-height:56px;padding:.35rem .65rem!important}.entity-list-page .pagination-pages{gap:.35rem}.entity-list-page .pagination{background:#ffffffc7;border-radius:999px;justify-content:center;align-items:center;gap:.85rem;box-shadow:0 16px 42px #192b5f12;width:fit-content!important;max-width:calc(100% - 2rem)!important;margin:1.35rem auto 0!important;padding:.45rem 1.15rem!important;display:flex!important}.entity-list-page .entity-list+.pagination{width:fit-content!important}.entity-list-page .pagination-button{gap:.55rem;min-height:34px;padding:0 .65rem!important}.entity-list-page .pagination-pages{align-items:center;gap:.35rem;display:flex}.entity-list-page .pagination-number{width:36px;min-height:36px}.entity-list-page .pagination-number.active{width:44px;min-height:44px}.entity-list-page .pagination-ellipsis{padding:0 .25rem}main.entity-list-page>nav.pagination,.syntax-page nav.pagination,.search-main nav.pagination{background:#ffffffc7!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:.85rem!important;width:fit-content!important;max-width:calc(100vw - 2rem)!important;margin:1.35rem auto 0!important;padding:.45rem 1.25rem!important;display:flex!important;box-shadow:0 16px 42px #192b5f12!important}main.entity-list-page>.entity-list+nav.pagination,.syntax-page .pagination,.search-main .pagination{width:fit-content!important;max-width:calc(100vw - 2rem)!important}main.entity-list-page>nav.pagination .pagination-button,.syntax-page nav.pagination .pagination-button,.search-main nav.pagination .pagination-button{gap:.55rem!important;min-height:34px!important;padding:0 .75rem!important}main.entity-list-page>nav.pagination .pagination-pages,.syntax-page nav.pagination .pagination-pages,.search-main nav.pagination .pagination-pages{align-items:center!important;gap:.35rem!important;display:flex!important}main.entity-list-page>nav.pagination .pagination-number,.syntax-page nav.pagination .pagination-number,.search-main nav.pagination .pagination-number{width:36px!important;min-height:36px!important}main.entity-list-page>nav.pagination .pagination-number.active,.syntax-page nav.pagination .pagination-number.active,.search-main nav.pagination .pagination-number.active{width:44px!important;min-height:44px!important}main.entity-list-page>nav.pagination .pagination-ellipsis,.syntax-page nav.pagination .pagination-ellipsis,.search-main nav.pagination .pagination-ellipsis{padding:0 .25rem!important}.search-layout,.search-main,.syntax-page,.syntax-main{scroll-margin-top:0!important}.search-main{scroll-behavior:auto!important}.author-hero h1{padding-bottom:.16em!important;line-height:1.04!important;overflow:visible!important}.author-hero{padding-bottom:2.4rem!important;overflow:visible!important}.results-top-anchor{scroll-margin-top:11rem}.syntax-page,.syntax-main,.results-list,.pagination{overflow-anchor:none}.results-top-anchor{overflow-anchor:none;height:1px;scroll-margin-top:200px;display:block}.entity-advanced-three{grid-template-columns:1fr 1fr 1fr auto;align-items:end;gap:18px;display:grid}.entity-advanced .button.ghost{border-radius:999px;place-self:end;width:fit-content;min-width:118px;height:74px;padding:0 30px}.entity-advanced.entity-advanced-three .button.ghost{width:auto;max-width:140px}.entity-advanced:not(.entity-advanced-three){grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end}.entity-advanced:not(.entity-advanced-three) .button.ghost{justify-self:end;width:100px;min-width:100px;max-width:100px;height:50px;padding:0}.entity-list-page.texts-list-page .entity-advanced.entity-advanced-three{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 220px auto;align-items:end}.entity-list-page.texts-list-page .entity-advanced.entity-advanced-three .button.ghost{justify-self:end;width:100px;min-width:100px;max-width:100px;height:50px;padding:0}.entity-list-page.authors-list-page .entity-advanced:not(.entity-advanced-three){grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end}.entity-list-page.authors-list-page .entity-advanced:not(.entity-advanced-three) .button.ghost{justify-self:end;width:100px;min-width:100px;max-width:100px;height:50px;padding:0}.lexicon-search-input svg,.syntax-mini-search svg,.lexicon-select-search svg,.search-input svg,.search-form svg{color:#007f95;stroke-width:3px;opacity:1}.lexicon-select-search svg *,.sidebar-select-menu .lexicon-select-search svg *,.entity-select-menu .lexicon-select-search svg *,.syntax-overlay-menu .lexicon-select-search svg *{color:#07889a;stroke:#07889a;opacity:1;stroke-width:2.7px}.lexicon-select-search{align-items:center;gap:10px;display:flex}.lexicon-select-search svg{flex:none;align-self:center;margin-top:-2px;display:block;transform:translateY(30px)}.lexicon-search-input svg,.lexicon-search-input:focus-within svg,.lexicon-select-search svg,.lexicon-select-search:focus-within svg,.syntax-mini-search svg,.syntax-mini-search:focus-within svg,.entity-select-menu .lexicon-select-search svg,.entity-select-menu .lexicon-select-search:focus-within svg,.sidebar-select-menu .lexicon-select-search svg,.sidebar-select-menu .lexicon-select-search:focus-within svg{color:#07879a!important;stroke:#07879a!important;opacity:1!important}.lexicon-select-search{position:relative}.lexicon-select-search .select-search-icon{z-index:5;pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%);color:#07879a!important;stroke:#07879a!important;opacity:1!important}.lexicon-select-search .select-search-icon *{stroke:#07879a!important;opacity:1!important}.lexicon-select-search input{padding-left:44px!important}.project-page{color:#07184b;min-height:100vh;padding:clamp(28px,4vw,64px)}.project-hero{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:clamp(32px,5vw,76px);min-height:520px;display:grid;position:relative;overflow:hidden}.project-hero-glow{filter:blur(12px);pointer-events:none;background:radial-gradient(circle,#0097a73d,#0000 62%),radial-gradient(circle at 30% 30%,#1852a62e,#0000 48%);border-radius:999px;width:560px;height:560px;position:absolute;inset:-20% 5% auto auto}.project-hero-copy{z-index:1;position:relative}.project-hero-copy h1{font-family:var(--font-display,serif);letter-spacing:-.08em;color:#06226a;flex-direction:column;margin:0;font-size:clamp(4rem,10vw,11rem);line-height:.82;display:flex}.project-hero-copy h1 span{color:#008b9b}.project-hero-copy>p{color:#64708d;max-width:720px;margin:28px 0 0;font-size:clamp(1.05rem,1.4vw,1.35rem);line-height:1.75}.project-hero-actions,.project-final-actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.project-hero-actions .button,.project-final-actions .button{align-items:center;gap:10px;display:inline-flex}.project-orbit{border:1px dashed #008b9b47;border-radius:999px;animation:7s ease-in-out infinite project-orbit-pulse;position:absolute;inset:52px}.orbit-node{color:#09236a;background:#ffffffe0;border:1px solid #0d266314;border-radius:999px;place-items:center;min-width:84px;min-height:48px;padding:8px 14px;font-weight:900;display:grid;position:absolute;box-shadow:0 18px 50px #122d5d1f}.orbit-node-main{color:#fff;background:linear-gradient(135deg,#064ca2,#0098a6);width:150px;height:150px;inset:50%;transform:translate(-50%,-50%);box-shadow:0 26px 80px #00809d47}.project-floating-words span{font-family:var(--font-display,serif);color:#06226a14;pointer-events:none;font-size:clamp(2.2rem,4vw,4.6rem);line-height:1;position:absolute}.project-floating-words span:first-child{top:8%;left:10%}.project-floating-words span:nth-child(2){top:24%;right:8%}.project-floating-words span:nth-child(3){bottom:12%;left:12%}.project-floating-words span:nth-child(4){bottom:16%;right:10%}.project-floating-words span:nth-child(5){top:52%;left:35%}.project-section{margin-top:clamp(42px,6vw,88px)}.project-pillars{grid-template-columns:minmax(260px,.65fr) minmax(0,1fr);gap:22px;display:grid}.project-pillar-tabs{gap:14px;display:grid}.project-pillar-tabs button,.project-pillar-detail,.project-author-focus,.project-category-detail,.project-final-card,.project-tool-card,.project-workflow-step{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc7;border:1px solid #0d266314;box-shadow:0 24px 70px #122d5d17}.project-pillar-tabs button{color:#0b2364;cursor:pointer;text-align:left;border-radius:26px;align-items:center;gap:12px;min-height:76px;padding:18px 20px;font-weight:900;display:flex}.project-pillar-tabs button.active{color:#fff;background:linear-gradient(135deg,#064ca2,#0098a6)}.project-pillar-detail{border-radius:36px;min-height:260px;padding:clamp(28px,4vw,46px);position:relative;overflow:hidden}.project-pillar-detail:after{content:"";background:radial-gradient(circle,#0097a738,#0000 66%);border-radius:999px;width:260px;height:260px;position:absolute;bottom:-90px;right:-80px}.project-pillar-detail p{letter-spacing:.16em;text-transform:uppercase;color:#008b9b;margin:24px 0 8px;font-weight:900}.project-pillar-detail h3{font-family:var(--font-display,serif);color:#061b57;margin:0;font-size:clamp(2.2rem,4vw,4.8rem);line-height:.95}.project-pillar-detail span{color:#64708d;max-width:760px;margin-top:22px;font-size:1.1rem;line-height:1.75;display:block}.project-timeline{grid-template-columns:repeat(7,minmax(120px,1fr));gap:12px;padding-bottom:10px;display:grid;position:relative;overflow-x:auto}.project-timeline-dot{color:#73809c;cursor:pointer;background:0 0;border:0;justify-items:center;gap:12px;min-width:128px;padding:12px 8px 16px;display:grid;position:relative}.project-timeline-dot span{background:#fff;border:1px solid #0d26631a;border-radius:999px;place-items:center;width:42px;height:42px;font-weight:900;display:grid;box-shadow:0 14px 40px #122d5d1a}.project-timeline-dot strong{text-align:center;font-size:.92rem;line-height:1.2}.project-timeline-dot.active span{color:#fff;background:linear-gradient(135deg,#064ca2,#0098a6)}.project-timeline-dot.active strong{color:#061b57}.project-author-focus{border-radius:34px;justify-content:space-between;align-items:flex-end;gap:24px;margin-top:16px;padding:clamp(24px,4vw,38px);display:flex}.project-author-focus h3{font-family:var(--font-display,serif);color:#061b57;margin:4px 0 8px;font-size:clamp(2.4rem,5vw,5rem);line-height:.9}.project-author-focus span{color:#64708d;font-size:1.05rem}.project-workflow-step{border-radius:28px;min-height:190px;padding:22px;position:relative}.project-workflow-step>span{color:#008b9b;letter-spacing:.14em;font-weight:950}.project-workflow-step h3{color:#061b57;margin:24px 0 10px}.project-workflow-step p{color:#64708d;margin:0;line-height:1.55}.workflow-arrow{z-index:2;color:#008b9b;position:absolute;top:50%;right:-16px}.project-tools-section{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.project-tool-card{border-radius:32px;min-height:210px;padding:28px}.project-tool-card svg{color:#008b9b}.project-tool-card h3{color:#061b57;margin:22px 0 10px}.project-tool-card p{color:#64708d;margin:0;line-height:1.65}.project-category-layout{grid-template-columns:minmax(0,1fr) minmax(300px,.58fr);align-items:start;gap:22px;display:grid}.project-category-grid{grid-template-columns:repeat(2,minmax(220px,1fr));gap:14px;display:grid}.project-category-card{color:#07184b;text-align:left;cursor:pointer;background:#ffffffc2;border:1px solid #0d266314;border-radius:26px;align-items:center;gap:12px;min-height:86px;padding:18px 20px;font-weight:900;display:flex;box-shadow:0 18px 50px #122d5d14}.project-category-card svg{color:#008b9b;flex:none}.project-category-card.active{color:#fff;background:linear-gradient(135deg,#064ca2,#0098a6)}.project-category-card.active svg{color:#fff}.project-category-detail{border-radius:34px;padding:32px;position:sticky;top:24px}.project-category-detail svg{color:#008b9b}.project-category-detail h3{font-family:var(--font-display,serif);color:#061b57;margin:20px 0 12px;font-size:clamp(2.2rem,3.5vw,4rem);line-height:.95}.project-category-detail p{color:#64708d;margin:0 0 24px;line-height:1.7}.project-final-card{background:radial-gradient(circle at 12% 20%,#0854ab21,#0000 36%),radial-gradient(circle at 88% 70%,#0097a726,#0000 36%),#ffffffd1;border-radius:44px;margin-top:clamp(42px,6vw,88px);padding:clamp(34px,5vw,64px)}.project-final-card h2{font-family:var(--font-display,serif);color:#061b57;margin:0;font-size:clamp(3.4rem,7vw,8rem);line-height:.86}.project-final-card p:not(.entity-kicker){color:#64708d;max-width:850px;margin:24px 0 0;font-size:1.08rem;line-height:1.75}@keyframes project-orbit-pulse{0%,to{opacity:.82;transform:scale(1)}50%{opacity:1;transform:scale(1.025)}}@media (width<=1100px){.project-hero,.project-pillars,.project-category-layout{grid-template-columns:1fr}.project-workflow,.project-tools-section{grid-template-columns:repeat(2,1fr)}.project-category-detail{position:static}}@media (width<=720px){.project-page{padding:24px 16px}.project-hero-copy h1{font-size:clamp(3.5rem,18vw,6rem)}.project-visual-card{border-radius:32px;min-height:360px}.project-orbit{inset:34px}.orbit-node-main{width:118px;height:118px}.project-workflow,.project-tools-section,.project-category-grid{grid-template-columns:1fr}.workflow-arrow{display:none}.project-author-focus{flex-direction:column;align-items:flex-start}.project-timeline{grid-template-columns:repeat(7,130px)}}.project-page{width:min(1440px,100% - 56px);margin:0 auto;padding:clamp(34px,5vw,76px) 0 clamp(70px,8vw,120px)}.project-hero-copy h1{font-family:var(--font-display,serif);letter-spacing:-.06em;color:#061b57;margin:0;font-size:clamp(4.4rem,9vw,11rem);line-height:.82}.project-hero-copy h1 span{color:#0000;background:linear-gradient(105deg,#0757a3 0%,#008c9b 78%);-webkit-background-clip:text;background-clip:text;display:block}.project-hero-copy>p:not(.entity-kicker){color:#64708d;max-width:760px;margin:28px 0 0;font-size:clamp(1.04rem,1.25vw,1.28rem);line-height:1.8}.project-visual-card{background:radial-gradient(circle at 30% 20%,#1070be38,#0000 34%),radial-gradient(circle at 76% 78%,#0097a733,#0000 34%),linear-gradient(145deg,#fffffff5,#eff8fab8);border:1px solid #0d266314;border-radius:46px;min-height:520px;position:relative;overflow:hidden;box-shadow:0 30px 100px #122d5d1f}.project-orbit{place-items:center;display:grid;position:absolute;inset:96px}.orbit-ring{border:1px solid #061b571a;border-radius:999px;position:absolute;inset:0}.orbit-ring-two{border-color:#008c9b21;inset:46px}.orbit-node{z-index:2;color:#061b57;background:#ffffffe6;border:1px solid #0d266314;border-radius:999px;place-items:center;min-width:96px;min-height:50px;padding:9px 16px;font-size:.95rem;font-weight:900;display:grid;position:absolute;box-shadow:0 18px 44px #122d5d1c}.orbit-node-main{color:#fff;width:138px;height:138px;font-family:var(--font-display,serif);letter-spacing:-.04em;background:linear-gradient(135deg,#0757a3,#008c9b);border-radius:50%;font-size:2.1rem;position:relative}.orbit-node-a{top:-22px;left:50%;transform:translate(-50%)}.orbit-node-b{top:47%;right:-44px}.orbit-node-c{bottom:-22px;left:50%;transform:translate(-50%)}.orbit-node-d{top:47%;left:-44px}.project-quote-section,.project-interactive-section,.project-workflow-section,.project-syntax-section,.project-corpus-section,.project-data-section,.project-final-card{margin-top:clamp(46px,6vw,92px)}.project-theory-card{background:linear-gradient(120deg,#fffffff0,#f0f8fac2),radial-gradient(circle at 90% 16%,#0097a729,#0000 34%);border:1px solid #0d266314;border-radius:42px;padding:clamp(32px,5vw,60px);box-shadow:0 24px 80px #122d5d1a}.project-theory-card h2,.project-section-heading h2,.project-method-card h2,.project-final-card h2{font-family:var(--font-display,serif);color:#061b57;letter-spacing:-.05em;margin:0}.project-theory-card h2{font-size:clamp(3rem,6vw,7rem);line-height:.92}.project-theory-card p:not(.entity-kicker){color:#64708d;max-width:980px;margin:24px 0 0;font-size:1.08rem;line-height:1.85}.project-section-heading{max-width:860px;margin-bottom:28px}.project-section-heading h2{font-size:clamp(3rem,5.6vw,6.4rem);line-height:.9}.project-section-heading>p:not(.entity-kicker){color:#64708d;margin:20px 0 0;font-size:1.05rem;line-height:1.75}.project-pillar-layout{grid-template-columns:minmax(280px,.38fr) minmax(0,1fr);align-items:stretch;gap:22px;display:grid}.project-pillar-buttons{gap:14px;display:grid}.project-pillar-button,.project-syntax-button,.project-timeline-dot{cursor:pointer;font:inherit;border:0}.project-pillar-button{color:#5f6c8a;text-align:left;background:#ffffffc7;border:1px solid #0d266314;border-radius:24px;align-items:center;gap:12px;min-height:72px;padding:18px 22px;font-weight:900;transition:transform .2s,background .2s,color .2s;display:flex;box-shadow:0 14px 40px #122d5d0f}.project-pillar-button:hover,.project-pillar-button.active{color:#fff;background:linear-gradient(135deg,#0757a3,#008c9b);transform:translateY(-2px)}.project-pillar-card{background:radial-gradient(circle at 90% 20%,#0097a729,#0000 32%),#ffffffdb;border:1px solid #0d266314;border-radius:36px;min-height:304px;padding:clamp(28px,4vw,46px);box-shadow:0 24px 80px #122d5d1a}.project-pillar-icon{color:#fff;background:linear-gradient(135deg,#0757a3,#008c9b);border-radius:20px;place-items:center;width:62px;height:62px;display:grid;box-shadow:0 18px 42px #0079a338}.project-pillar-card>span,.project-syntax-card-top span{color:#008c9b;letter-spacing:.16em;text-transform:uppercase;margin-top:20px;font-size:.82rem;font-weight:950;display:inline-block}.project-pillar-card h3,.project-syntax-card h3,.project-author-card h3,.project-data-card h2{color:#061b57;font-family:var(--font-display,serif);letter-spacing:-.04em;margin:10px 0 0}.project-pillar-card h3{font-size:clamp(2.3rem,4vw,4.6rem);line-height:.92}.project-pillar-card p,.project-syntax-card p,.project-author-card p,.project-data-card p,.project-final-card p{color:#64708d;line-height:1.75}.project-pillar-card p{max-width:720px;margin:20px 0 0;font-size:1.05rem}.project-workflow{grid-template-columns:repeat(3,minmax(220px,1fr));gap:18px;display:grid}.project-workflow-card{background:#ffffffd1;border:1px solid #0d266314;border-radius:30px;min-height:230px;padding:26px;box-shadow:0 18px 50px #122d5d14}.project-workflow-card span{color:#008c9b;letter-spacing:.15em;font-weight:950}.project-workflow-card h3{color:#061b57;margin:24px 0 0;font-size:1.28rem}.project-workflow-card p{color:#64708d;margin:12px 0 0;line-height:1.65}.project-method-card{background:radial-gradient(circle at 15% 20%,#0854ab1f,#0000 34%),radial-gradient(circle at 90% 70%,#0097a724,#0000 34%),#ffffffd1;border:1px solid #0d266314;border-radius:40px;grid-template-columns:minmax(260px,.45fr) minmax(0,1fr);align-items:start;gap:28px;padding:clamp(30px,5vw,54px);display:grid;box-shadow:0 24px 80px #122d5d1a}.project-method-card h2{font-size:clamp(2.8rem,5.5vw,6rem);line-height:.9}.project-method-card p:not(.entity-kicker){color:#64708d;margin:0;font-size:1.08rem;line-height:1.85}.project-syntax-layout{grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);gap:22px;display:grid}.project-syntax-buttons{gap:12px;display:grid}.project-syntax-button{color:#5f6c8a;text-align:left;background:#ffffffc7;border:1px solid #0d266314;border-radius:22px;justify-content:space-between;align-items:center;min-height:62px;padding:16px 20px;font-weight:900;display:flex}.project-syntax-button.active,.project-syntax-button:hover{color:#fff;background:linear-gradient(135deg,#0757a3,#008c9b)}.project-syntax-card{background:radial-gradient(circle at 82% 22%,#0097a729,#0000 32%),#ffffffe0;border:1px solid #0d266314;border-radius:36px;padding:clamp(30px,4vw,48px);box-shadow:0 24px 80px #122d5d1a}.project-syntax-card-top{color:#008c9b;align-items:center;gap:12px;display:flex}.project-syntax-card-top span{margin-top:0}.project-syntax-card h3{font-size:clamp(2.6rem,4.5vw,5.2rem);line-height:.9}.project-syntax-card p{max-width:760px;margin:20px 0 0;font-size:1.05rem}.project-inline-link{color:#0757a3;align-items:center;gap:8px;margin-top:24px;font-weight:950;text-decoration:none;display:inline-flex}.project-inline-link:hover{color:#008c9b}.project-timeline{gap:16px;padding:14px 4px 26px;display:flex;position:relative;overflow-x:auto}.project-timeline:before{content:"";background:linear-gradient(90deg,#0757a32e,#008c9b33);height:2px;position:absolute;top:38px;left:4px;right:4px}.project-timeline-dot{z-index:1;color:#5f6c8a;text-align:left;background:#ffffffc7;border:1px solid #0d266314;border-radius:26px;min-width:180px;padding:54px 18px 18px;font-weight:950;position:relative}.project-timeline-dot:before{content:"";background:#fff;border:5px solid #cdd8ea;border-radius:50%;width:20px;height:20px;position:absolute;top:18px;left:18px}.project-timeline-dot.active{color:#061b57;box-shadow:0 20px 52px #122d5d1f}.project-timeline-dot.active:before{border-color:#008c9b}.project-author-card{background:radial-gradient(circle at 80% 20%,#0097a71f,#0000 34%),#ffffffdb;border:1px solid #0d266314;border-radius:36px;justify-content:space-between;align-items:flex-end;gap:28px;padding:clamp(28px,4vw,46px);display:flex;box-shadow:0 24px 80px #122d5d1a}.project-author-card h3{font-size:clamp(3rem,6vw,7rem);line-height:.9}.project-author-card p:not(.entity-kicker){max-width:760px;margin:18px 0 0;font-size:1.05rem}.project-data-section{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.project-data-card{color:#008c9b;background:#ffffffd6;border:1px solid #0d266314;border-radius:34px;min-height:300px;padding:30px;box-shadow:0 18px 60px #122d5d14}.project-data-card.soft{background:radial-gradient(circle at 80% 20%,#0097a721,#0000 36%),#ffffffd1}.project-data-card h2{font-size:clamp(2rem,3vw,3.1rem);line-height:.95}.project-data-card p{margin:18px 0 0}.project-final-card{background:radial-gradient(circle at 15% 30%,#0757a324,#0000 34%),radial-gradient(circle at 85% 30%,#0097a72e,#0000 36%),linear-gradient(135deg,#fffffff0,#f1f8fac2);border:1px solid #0d266314;border-radius:46px;padding:clamp(34px,5vw,64px);box-shadow:0 30px 100px #122d5d1f}.project-final-card h2{font-size:clamp(3.4rem,7vw,8rem);line-height:.85}.project-final-card p:not(.entity-kicker){max-width:880px;margin:24px 0 0;font-size:1.08rem}.project-final-actions{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}@media (width<=1180px){.project-hero{grid-template-columns:1fr;min-height:auto}.project-visual-card{min-height:460px}.project-workflow{grid-template-columns:repeat(2,minmax(220px,1fr))}.project-data-section{grid-template-columns:1fr}}@media (width<=900px){.project-page{width:min(100% - 28px,1440px)}.project-pillar-layout,.project-syntax-layout,.project-method-card{grid-template-columns:1fr}.project-author-card{display:block}.project-author-card .project-inline-link{margin-top:24px}}@media (width<=720px){.project-visual-card{min-height:390px}.project-orbit{inset:78px}.orbit-node-main{width:118px;height:118px;font-size:1.75rem}.orbit-node{min-width:82px;font-size:.82rem}.orbit-node-b{right:-36px}.orbit-node-d{left:-36px}.project-workflow{grid-template-columns:1fr}.project-hero-actions,.project-final-actions{flex-direction:column;align-items:stretch}}.project-page{color:#071957;padding:64px 8vw 96px}.project-hero{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);align-items:center;gap:72px;min-height:520px;display:grid}.project-hero-copy h1{font-family:var(--font-display);letter-spacing:-.06em;margin:10px 0 26px;font-size:clamp(5.2rem,8vw,9.5rem);line-height:.86}.project-hero-copy h1 span{max-width:780px;font-family:var(--font-body);letter-spacing:0;color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(105deg,#0757a3 0%,#008c9b 78%);-webkit-background-clip:text;background-clip:text;margin-top:20px;font-size:clamp(1.35rem,1.7vw,2rem);font-weight:800;line-height:1.25;display:block}.project-hero-copy>p:not(.entity-kicker){color:#617091;max-width:820px;font-size:1.16rem;line-height:1.9}.project-hero-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.project-hero-actions .button{align-items:center;gap:10px;display:inline-flex}.project-visual-card{isolation:isolate;background:radial-gradient(circle at 78% 25%,#008c9b2e,#0000 28%),radial-gradient(circle at 20% 20%,#0757a329,#0000 30%),linear-gradient(135deg,#ffffffd6,#e4f6f8b8);border:1px solid #bccce28c;border-radius:38px;min-height:430px;position:relative;overflow:hidden;box-shadow:0 34px 85px #16345621}.project-verse-sheet{color:#fff;background:linear-gradient(145deg,#0757a3,#008c9b);border-radius:30px;width:min(380px,76%);padding:30px 34px;position:absolute;bottom:58px;right:56px;box-shadow:0 28px 60px #006e9642}.project-perspectives,.project-method,.project-corpus{margin-top:92px}.project-section-heading{margin-bottom:42px}.project-section-heading .entity-kicker{margin-bottom:18px}.project-section-heading h2{font-family:var(--font-display);letter-spacing:-.055em;margin:0 0 26px;font-size:clamp(4.2rem,6.6vw,7.4rem);line-height:.9}.project-section-heading>p{color:#657492;width:100%;max-width:none;font-size:1.14rem;line-height:1.9}.project-section-heading.compact h2{white-space:nowrap;font-size:clamp(4rem,6vw,6.7rem)}.project-perspectives .project-section-heading h2{white-space:nowrap;font-size:clamp(4rem,6.2vw,6.9rem)}.project-perspective-layout{grid-template-columns:340px minmax(0,1fr);align-items:stretch;gap:34px;display:grid}.project-perspective-tabs{gap:18px;display:grid}.project-perspective-tab{color:#63718f;text-align:left;cursor:pointer;background:#ffffffbd;border:1px solid #cfdae9bf;border-radius:28px;align-items:center;gap:18px;min-height:106px;padding:0 28px;font-size:1rem;font-weight:900;transition:transform .2s,box-shadow .2s,background .2s;display:flex}.project-perspective-tab:hover{transform:translate(4px)}.project-perspective-tab.active{color:#fff;background:linear-gradient(135deg,#0757a3,#008c9b);box-shadow:0 22px 45px #006e9638}.project-perspective-panel{background:radial-gradient(circle at 85% 18%,#008c9b29,#0000 24%),#ffffffc7;border:1px solid #cfdae9b3;border-radius:36px;min-height:340px;padding:52px 56px;position:relative;overflow:hidden;box-shadow:0 24px 70px #16345617}.project-panel-icon{color:#fff;background:linear-gradient(135deg,#0757a3,#008c9b);border-radius:20px;place-items:center;width:62px;height:62px;margin-bottom:28px;display:grid}.project-perspective-panel h3{font-family:var(--font-display);letter-spacing:-.05em;margin:0 0 22px;font-size:clamp(3.7rem,5.2vw,5.6rem);line-height:.92}.project-perspective-panel>p:not(.entity-kicker){color:#657492;max-width:none;font-size:1.14rem;line-height:1.9}.project-pipeline{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.project-pipeline-card{background:#ffffffc2;border:1px solid #cfdae9b8;border-radius:30px;min-height:220px;padding:32px;transition:transform .2s,box-shadow .2s;box-shadow:0 22px 55px #16345614}.project-pipeline-card:hover{transform:translateY(-6px);box-shadow:0 28px 62px #1634561f}.project-pipeline-card span{color:#008c9b;letter-spacing:.18em;font-weight:950}.project-pipeline-card h3{font-family:var(--font-display);margin:28px 0 14px;font-size:1.8rem;line-height:1}.project-pipeline-card p{color:#657492;margin:0;line-height:1.75}.project-annotation{background:radial-gradient(circle at 12% 18%,#0757a314,#0000 30%),radial-gradient(circle at 84% 70%,#008c9b24,#0000 34%),#ffffffb3;border:1px solid #cfdae9b8;border-radius:38px;grid-template-columns:.75fr 330px 1fr;align-items:center;gap:44px;margin-top:76px;padding:46px 54px;display:grid;position:relative;box-shadow:0 28px 70px #16345617}.project-annotation-copy h2{font-family:var(--font-display);letter-spacing:-.055em;margin:0;font-size:clamp(3.8rem,5.6vw,6.2rem);line-height:.9}.project-annotation>p{color:#657492;margin:0;font-size:1.14rem;line-height:1.95}.project-annotation-orbit{width:300px;height:260px;margin:auto;position:relative}.project-annotation-orbit:before{content:"";border:1px dashed #0757a338;border-radius:50%;position:absolute;inset:22px}.annotation-node{cursor:pointer;color:#071957;background:#fff;border:0;font-weight:950;transition:transform .2s;position:absolute;box-shadow:0 18px 40px #1634561f}.annotation-node:hover{transform:scale(1.06)}.annotation-node.main{color:#fff;width:124px;height:124px;font-family:var(--font-display);background:linear-gradient(135deg,#0757a3,#008c9b);border-radius:50%;font-size:2rem;top:70px;left:88px}.node-a,.node-b,.node-c{border-radius:999px;padding:14px 18px;font-size:.9rem}.node-a{top:42px;left:0}.node-b{top:34px;right:0}.node-c{bottom:0;left:92px}.project-author-strip{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;margin-top:42px;display:grid;position:relative}.project-author-strip:before{content:"";background:linear-gradient(90deg,#0000,#008c9b42,#0000);height:2px;position:absolute;top:34px;left:4%;right:4%}.project-author-chip{z-index:1;color:#657492;cursor:pointer;background:#ffffffd1;border:1px solid #cfdae9b8;border-radius:28px;align-content:center;gap:10px;min-height:116px;padding:20px;transition:transform .2s,box-shadow .2s;display:grid;position:relative}.project-author-chip:before{content:"";background:#fff;border:5px solid #d1dcec;border-radius:50%;width:22px;height:22px;position:absolute;top:22px;left:22px}.project-author-chip span{text-transform:uppercase;letter-spacing:.12em;color:#008c9b;margin-left:38px;font-size:.78rem;font-weight:950}.project-author-chip strong{color:#071957;margin-left:38px;font-size:1rem;line-height:1.15}.project-author-chip:hover{transform:translateY(-5px)}.project-author-chip.active{background:linear-gradient(135deg,#0757a3f5,#008c9beb);box-shadow:0 24px 50px #006e9638}.project-author-chip.active:before{background:#008c9b;border-color:#fff}.project-author-chip.active span,.project-author-chip.active strong{color:#fff}.project-author-focus{background:radial-gradient(circle at 82% 28%,#008c9b29,#0000 28%),#ffffffc7;border:1px solid #cfdae9b8;border-radius:36px;justify-content:space-between;align-items:flex-end;gap:30px;margin-top:34px;padding:46px 50px;display:flex;box-shadow:0 24px 70px #16345617}.project-author-focus h3{font-family:var(--font-display);letter-spacing:-.055em;margin:0 0 20px;font-size:clamp(3.8rem,6vw,6.4rem);line-height:.9}.project-author-focus p:not(.entity-kicker){color:#657492;max-width:820px;margin:0;font-size:1.08rem;line-height:1.8}.project-author-link{white-space:nowrap;color:#0757a3;align-items:center;gap:10px;font-weight:950;text-decoration:none;display:inline-flex}.project-explore{color:#fff;background:linear-gradient(135deg,#0757a3f2,#008c9be0);border-radius:999px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:44px;margin-top:76px;padding:42px 48px;display:grid;box-shadow:0 30px 70px #006e9633}.project-explore .entity-kicker{color:#ffffffb8}.project-explore h2{font-family:var(--font-display);margin:0 0 12px;font-size:clamp(2.8rem,4vw,4.3rem);line-height:.95}.project-explore p{color:#ffffffd1;max-width:900px;margin:0;line-height:1.75}.project-explore-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.project-explore-pill{color:#fff;background:#ffffff29;border:1px solid #fff3;border-radius:999px;align-items:center;gap:10px;padding:16px 20px;font-weight:950;text-decoration:none;display:inline-flex}@media (width<=1100px){.project-hero,.project-perspective-layout,.project-annotation,.project-explore{grid-template-columns:1fr}.project-pipeline{grid-template-columns:repeat(2,minmax(0,1fr))}.project-author-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.project-author-focus{display:grid}}@media (width<=760px){.project-page{padding:42px 22px 72px}.project-pipeline,.project-author-strip{grid-template-columns:1fr}.project-section-heading h2,.project-perspectives .project-section-heading h2,.project-section-heading.compact h2{white-space:normal}.project-visual-card{min-height:360px}.project-annotation{padding:36px 28px}.project-explore{border-radius:34px}}.project-manuscript-visual{isolation:isolate;background:radial-gradient(circle at 78% 22%,#008c9b33,#0000 30%),radial-gradient(circle at 20% 78%,#0757a324,#0000 34%),linear-gradient(135deg,#ffffffeb,#e2f7f9b8);border:1px solid #bccce28c;border-radius:38px;min-height:430px;position:relative;overflow:hidden;box-shadow:0 34px 85px #16345621}.project-manuscript-visual:before,.project-manuscript-visual:after{content:none}.manuscript-backdrop{filter:blur(.2px);background:radial-gradient(circle at 20% 20%,#fffffff2,#0000 28%),linear-gradient(135deg,#ffffff85,#ffffff29);border-radius:34px;position:absolute;inset:32px}.manuscript-page{background:linear-gradient(135deg,#fffffff0,#ffffff9e);border:1px solid #d6e1edb8;border-radius:28px;position:absolute;box-shadow:0 22px 55px #1634561f}.page-one{width:58%;height:58%;padding:44px 42px;top:54px;left:50px;transform:rotate(-7deg)}.page-two{width:66%;height:62%;bottom:52px;right:44px;transform:rotate(4deg)}.manuscript-line{background:linear-gradient(90deg,#07195729,#008c9b14);border-radius:999px;height:12px;margin-bottom:18px;display:block}.manuscript-line.long{width:86%}.manuscript-line.medium{width:68%}.manuscript-line.short{width:44%}.miniature-window{background:radial-gradient(circle at 40% 36%,#ffffffeb,#0000 24%),linear-gradient(135deg,#0757a3,#008c9b);border-radius:28px;width:92px;height:92px;position:absolute;top:34px;left:36px;box-shadow:0 18px 34px #006e9638}.miniature-window span{background:#ffffffe0;border-radius:50%;position:absolute;inset:24px}.annotation-thread{gap:12px;display:grid;position:absolute;top:42px;right:34px}.annotation-thread i{background:#0719571c;border-radius:999px;width:92px;height:12px;display:block}.annotation-thread i:nth-child(2){width:126px}.annotation-thread i:nth-child(3){width:72px}.project-verse-sheet{color:#fff;background:linear-gradient(145deg,#0757a3,#008c9b);border-radius:30px;width:min(420px,78%);padding:28px 34px;position:absolute;bottom:38px;left:50%;transform:translate(-50%)rotate(-4deg);box-shadow:0 28px 60px #006e9642}.project-verse-sheet p{font-family:var(--font-display);margin:0;font-size:1.34rem;line-height:1.55}.floating-tag{text-align:center;background:#ffffffe6;border:1px solid #cfdae9bd;border-radius:20px;gap:3px;padding:14px 17px;display:grid;position:absolute;box-shadow:0 16px 34px #1634561f}.floating-tag span{color:#008c9b;text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:950}.floating-tag strong{color:#071957;font-size:1rem}.tag-bdt{top:64px;right:30%}.tag-verse{bottom:72px;left:46px}.tag-syntax{top:184px;right:50px}.project-manuscript-visual *,.project-manuscript-visual :before,.project-manuscript-visual :after{outline:none}.app-header,.site-header{min-height:88px;padding:14px 0}.brand,.logo,.nav-logo{align-items:center;display:flex}.brand img,.logo img,.nav-logo img{object-fit:contain;width:auto;height:100px;max-height:100px;margin-left:35px;display:block}.project-page{width:min(94vw,1760px);max-width:none;margin:0 auto;padding-inline:clamp(24px,3vw,64px)}.project-hero{grid-template-columns:minmax(0,1.08fr) minmax(480px,.92fr);align-items:center;gap:clamp(56px,6vw,120px);width:100%;padding-block:clamp(80px,8vw,150px);display:grid}.project-hero-logo-full{width:min(760px,100%);height:auto;margin:0 0 30px;display:block;transform:translate(18px)}.project-hero-copy>p:not(.entity-kicker){max-width:860px;font-size:clamp(1.05rem,1.15vw,1.28rem);line-height:1.9}.project-visual-card{justify-self:end;width:100%;max-width:720px;transform:translate(24px)}.project-perspectives,.project-method,.project-annotation,.project-corpus,.project-explore{width:100%;max-width:none}.project-section-heading{max-width:none}.project-section-heading>p:not(.entity-kicker){max-width:1100px}@media (width<=980px){.project-page{width:min(94vw,100%);padding-inline:18px}.project-hero{grid-template-columns:1fr;gap:42px;padding-block:70px}.project-hero-copy{padding-left:0}.project-hero-logo-full{width:clamp(360px,28vw,520px);height:auto}.project-visual-card{justify-self:stretch;max-width:100%;transform:none}.project-hero-copy>p:not(.entity-kicker){max-width:none}}.project-hero-visual{justify-content:center;align-items:center;display:flex}.project-hero-logo-mark{width:520px;max-width:none;height:auto}.project-hero-visual,.project-visual-card{max-width:none;overflow:visible}.project-logo-visual{justify-content:center;align-items:center;width:100%;min-height:420px;display:flex;max-width:none!important;box-shadow:none!important;background:0 0!important;border:0!important;overflow:visible!important}.project-main-logo{object-fit:contain;display:block;width:clamp(520px,50vw,760px)!important;max-width:none!important;height:auto!important}.project-logo-visual{justify-content:center;align-self:center;align-items:center;display:flex;transform:translate(-55px)translateY(80px)}.project-page h1,.project-page h2{letter-spacing:.07em}.project-page h1{margin-left:-10px}.project-hero-copy h1{letter-spacing:.018em;color:#0000;background:linear-gradient(105deg,#06185b 0%,#071a5f 42%,#008c9b 72%,#16b7c8 100%);-webkit-background-clip:text;background-clip:text;display:inline-block}.site-nav a:last-child{margin-right:120px}.project-hero{grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);align-items:center;column-gap:clamp(28px,4vw,72px);min-height:calc(20vh - 20px);padding-block:clamp(34px,4.2vw,72px);display:grid}.project-hero-copy{max-width:980px;padding-left:clamp(8px,2.5vw,46px)}.project-hero-copy h1{letter-spacing:-.025em;color:#0000;background:linear-gradient(105deg,#06185b 0% 54%,#008c9b 78%,#16b7c8 100%);-webkit-background-clip:text;background-clip:text;max-width:900px;line-height:.92}.project-hero-copy h1 span{letter-spacing:0}.project-hero-copy>p:not(.entity-kicker){max-width:780px;margin-top:30px;line-height:1.75}.project-hero-description{margin-top:30px}.project-logo-visual{justify-content:flex-start;align-self:center;align-items:center;display:flex;overflow:visible;transform:translate(-90px)translateY(6px)}.project-main-logo{width:clamp(330px,23vw,455px);height:auto;display:block}.project-hero-copy .project-hero-description{margin-top:18px!important}.project-hero-copy{--project-left-align:0px;padding-left:clamp(42px,5vw,96px)!important}.project-hero-copy .entity-kicker,.project-hero-copy h1,.project-hero-copy h1 span,.project-hero-description,.project-hero-actions{margin-left:var(--project-left-align)!important;padding-left:0!important}.project-hero-copy h1{width:max-content;max-width:none;margin-top:0;display:block;margin-bottom:0!important}.project-hero-copy h1 span{width:max-content;display:block;margin-top:22px!important;margin-bottom:0!important}.project-hero-description{max-width:920px!important;margin-top:64px!important}.project-hero-actions{margin-top:46px!important}.project-page h2,.project-page h3{letter-spacing:0!important}.project-growth{background:radial-gradient(circle at 8% 20%,#16b7c829,#0000 34%),radial-gradient(circle at 96% 75%,#008c9b1f,#0000 34%),linear-gradient(135deg,#fffffff5,#dff7f894);border:1px solid #06185b1a;border-radius:42px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(24px,4vw,58px);width:100%;margin:clamp(90px,9vw,150px) auto 0;padding:clamp(34px,5vw,70px);display:grid;position:relative;overflow:hidden;box-shadow:0 28px 80px #06185b14}.project-growth:before{content:"";background:linear-gradient(#06185b,#008c9b,#16b7c8);width:10px;position:absolute;inset:0 auto 0 0}.project-growth-mark{color:#fff;background:linear-gradient(135deg,#06185b,#008c9b);border-radius:28px;place-items:center;width:92px;height:92px;display:grid;box-shadow:0 18px 42px #008c9b3d}.project-growth-copy{max-width:980px}.project-growth-copy .entity-kicker{margin-bottom:12px}.project-growth-copy h2{color:#06185b;margin:0 0 18px;line-height:.95;letter-spacing:-.045em!important}.project-growth-copy p{color:#65728f;max-width:980px;margin:0;font-size:clamp(1.02rem,1.1vw,1.22rem);line-height:1.85}.project-growth-contact{color:#06185b;background:#fff;border:1px solid #06185b1f;border-radius:999px;justify-content:center;align-items:center;gap:12px;min-width:245px;padding:18px 24px;font-weight:900;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 16px 36px #06185b14}.project-growth-contact span{color:#008c9b;font-size:.92rem}.project-growth-contact:hover{transform:translateY(-3px);box-shadow:0 22px 48px #06185b21}@media (width<=900px){.project-growth{border-radius:32px;grid-template-columns:1fr;padding:34px 26px}.project-growth-mark{border-radius:22px;width:72px;height:72px}.project-growth-contact{flex-wrap:wrap;gap:2px;width:100%;min-width:0}}.bibliography-section{background:radial-gradient(circle at 8% 10%,#16b7c81f,#0000 32%),linear-gradient(135deg,#fffffffa,#dff7f885);border:1px solid #06185b1a;border-radius:36px;width:100%;margin:clamp(70px,8vw,130px) auto 0;padding:clamp(30px,4vw,58px);box-shadow:0 24px 70px #06185b12}.bibliography-heading{margin-bottom:30px}.bibliography-heading h2{color:#06185b;letter-spacing:-.04em;margin:0}.bibliography-groups{gap:22px;display:grid}.bibliography-group{background:#ffffffc7;border:1px solid #06185b14;border-radius:26px;padding:24px}.bibliography-group h3{color:#008c9b;text-transform:uppercase;letter-spacing:.08em;margin:0 0 16px;font-size:.95rem}.bibliography-item{border-left:3px solid #16b7c873;padding-left:18px}.bibliography-item p{color:#40506f;margin:0;font-size:.96rem;line-height:1.65}.bibliography-page{width:min(94vw,1500px);margin:0 auto;padding:clamp(56px,7vw,110px) clamp(18px,3vw,48px)}.bibliography-hero{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(34px,6vw,90px);margin-bottom:clamp(36px,5vw,70px);display:grid}.bibliography-hero h1{color:#06185b;letter-spacing:-.06em;margin:0;font-size:clamp(3.6rem,8vw,8rem);line-height:.9}.bibliography-hero p:not(.entity-kicker){color:#65728f;max-width:880px;margin-top:28px;font-size:clamp(1.05rem,1.2vw,1.28rem);line-height:1.8}.bibliography-hero-card{aspect-ratio:1;color:#06185b;background:radial-gradient(circle at 25% 18%,#16b7c842,#0000 36%),linear-gradient(135deg,#fffffff5,#dff7f8ad);border:1px solid #06185b1a;border-radius:44px;align-content:center;place-items:center;gap:10px;width:clamp(190px,18vw,280px);display:grid;box-shadow:0 28px 80px #06185b14}.bibliography-hero-card strong{letter-spacing:-.06em;font-size:clamp(2.8rem,5vw,5rem);line-height:.9}.bibliography-hero-card span{color:#008c9b;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:900}.bibliography-tools{z-index:4;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffdb;border:1px solid #06185b17;border-radius:34px;gap:18px;margin-bottom:44px;padding:22px;display:grid;position:relative;box-shadow:0 18px 50px #06185b12}.bibliography-search{background:#fff;border:1px solid #06185b1a;border-radius:999px;align-items:center;gap:12px;min-height:56px;padding:0 18px;display:flex}.bibliography-search svg{color:#008c9b;flex:none}.bibliography-search input{color:#06185b;width:100%;font:inherit;background:0 0;border:0;outline:0;font-weight:700}.bibliography-filters{flex-wrap:wrap;gap:10px;display:flex}.bibliography-filters button{color:#06185b;cursor:pointer;background:#fff;border:1px solid #06185b1a;border-radius:999px;padding:11px 16px;font-weight:900;transition:transform .2s,background .2s,color .2s}.bibliography-filters button:hover{transform:translateY(-2px)}.bibliography-filters button.active{color:#fff;background:linear-gradient(135deg,#06185b,#008c9b)}.bibliography-count{color:#65728f;margin:0 0 24px}.bibliography-count strong{color:#06185b}.bibliography-category{background:radial-gradient(circle at 5% 0,#16b7c81f,#0000 30%),#fffc;border:1px solid #06185b14;border-radius:38px;padding:clamp(24px,3vw,42px);box-shadow:0 22px 60px #06185b0f}.bibliography-category-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.bibliography-category-heading h2{color:#06185b;letter-spacing:-.055em;margin:0;font-size:clamp(1.9rem,3.4vw,3.6rem);line-height:.95}.bibliography-category-heading span{color:#008c9b;background:#16b7c81f;border-radius:999px;place-items:center;min-width:44px;height:44px;font-weight:950;display:grid}.bibliography-list{gap:14px;display:grid}.bibliography-entry{background:#fff;border:1px solid #06185b14;border-radius:24px;padding:20px 22px}.bibliography-entry p{color:#364767;margin:0;font-size:.98rem;line-height:1.7}.bibliography-entry-meta{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.bibliography-entry-meta span{color:#008c9b;background:#dff7f8cc;border-radius:999px;align-items:center;min-height:28px;padding:4px 10px;font-size:.78rem;font-weight:900;display:inline-flex}@media (width<=860px){.bibliography-hero{grid-template-columns:1fr}.bibliography-hero-card{width:min(240px,100%)}.bibliography-tools{position:static}}.bibliography-results{scroll-margin-top:130px}.bibliography-results-anchor{height:1px;scroll-margin-top:150px}.bibliography-category-heading{z-index:6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#f6fcfdfa 0%,#f6fcfdeb 75%,#f6fcfd00 100%);padding:18px 0 20px;position:sticky;top:104px}.bibliography-current-category{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:radial-gradient(circle at 8% 10%,#16b7c824,#0000 34%),linear-gradient(135deg,#fffffffa,#dff7f8eb);border:1px solid #06185b14;border-radius:0 0 34px 34px;justify-content:space-between;align-items:center;gap:24px;margin:0 0 24px;padding:26px 32px;display:flex;position:sticky;top:128px;box-shadow:0 18px 46px #06185b14}.bibliography-current-category span{color:#008c9b;background:#16b7c821;border-radius:999px;place-items:center;min-width:58px;height:58px;font-size:1rem;font-weight:950;display:grid}.bibliography-current-category h2{color:#06185b;letter-spacing:-.055em;margin:0;font-size:clamp(1.65rem,3vw,3rem);line-height:.95}.text-reference-edition{color:#06185b;text-align:left;cursor:pointer;background:#ffffffc7;border:1px solid #06185b1a;border-radius:18px;flex-direction:column;align-items:flex-start;gap:4px;max-width:min(760px,100%);margin-top:18px;padding:14px 18px;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 14px 34px #06185b0f}.text-reference-edition span{color:#008c9b;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:950}.text-reference-edition strong{color:#40506f;font-size:.92rem;font-weight:800;line-height:1.45}.text-reference-edition:hover{transform:translateY(-2px);box-shadow:0 18px 42px #06185b1a}.bibliography-item{scroll-margin-top:130px}.text-reference-edition-static{color:#40506f;max-width:900px;margin:18px 0 0;font-size:.98rem;line-height:1.55}.text-reference-edition-static span{color:#008c9b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px;font-size:.76rem;font-weight:950;display:block}.text-reference-edition-static{color:#65728f;background:linear-gradient(135deg,#ffffffe0,#dff7f880);border:1px solid #06185b14;border-radius:24px;max-width:920px;margin:26px 0 34px;padding:18px 24px 18px 28px;font-size:.92rem;position:relative;box-shadow:0 16px 38px #06185b0f}.text-detail-heading>p:not(.entity-kicker):not(.text-reference-edition-static p){margin-bottom:0}.text-tabs{margin-top:80px}.text-detail-sticky-head{box-shadow:none!important;background:linear-gradient(#f8fcfd6b,#f8fcfd2e)!important;border:0!important}.text-detail-heading{box-shadow:none!important;background:0 0!important;border:0!important}.text-detail-layout{background:0 0!important}.text-detail-main{box-shadow:none!important;background:0 0!important;border:0!important}.site-header,.app-header,.header{overflow:visible}.site-header nav,.app-header nav,.main-nav{min-width:0}.site-header .nav-links,.app-header .nav-links,.main-nav{flex-wrap:wrap;align-items:center;gap:clamp(12px,1.4vw,28px);display:flex}.site-logo,.header-logo,.logo-link{z-index:2;flex:none}.site-logo img,.header-logo img,.logo-link img{object-fit:contain;width:clamp(58px,6vw,96px);height:auto;display:block}.site-header a,.app-header a,.main-nav a,.nav-link{white-space:nowrap}@media (width<=1180px){.site-header,.app-header,.header{padding-inline:clamp(24px,4vw,54px)}.site-header .nav-links,.app-header .nav-links,.main-nav{gap:14px}.nav-link,.main-nav a{font-size:.92rem}}@media (width<=980px){.site-header,.app-header,.header{min-height:auto;padding-block:18px}.site-header-inner,.header-inner,.app-header-inner{grid-template-columns:auto 1fr;align-items:center;gap:18px;display:grid}.site-header .nav-links,.app-header .nav-links,.main-nav{justify-content:flex-end;row-gap:10px}.site-logo img,.header-logo img,.logo-link img{width:68px}}@media (width<=760px){.site-header,.app-header,.header{padding:14px 18px}.site-header-inner,.header-inner,.app-header-inner{grid-template-columns:56px 1fr;align-items:center;gap:12px;display:grid}.site-logo img,.header-logo img,.logo-link img{width:52px}.site-header .nav-links,.app-header .nav-links,.main-nav{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:10px;padding:6px 0 8px;overflow:auto hidden}.site-header .nav-links::-webkit-scrollbar{display:none}.app-header .nav-links::-webkit-scrollbar{display:none}.main-nav::-webkit-scrollbar{display:none}.nav-link,.main-nav a{flex:none;padding:9px 12px;font-size:.86rem}.nav-link svg,.main-nav a svg{width:15px;height:15px}}@media (width<=560px){.nav-link svg,.main-nav a svg{display:none}.nav-link,.main-nav a{padding:9px 13px;font-size:.84rem}}.header-inner{grid-template-columns:auto 1fr;display:grid}.main-nav{flex-wrap:wrap;min-width:0}@media (width<=760px){.main-nav{flex-wrap:nowrap;overflow-x:auto}}.home-project-hero{grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);align-items:center;gap:clamp(28px,5vw,86px);width:min(92vw,1500px);min-height:auto;margin:0 auto;padding:clamp(54px,6vw,92px) clamp(18px,4vw,72px) clamp(38px,4vw,64px);display:grid}.home-project-hero-copy{max-width:900px}.home-project-hero-copy h1{letter-spacing:-.065em;color:#0000;background:linear-gradient(105deg,#06185b 0%,#071a5f 42%,#008c9b 74%,#16b7c8 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(4.8rem,9.2vw,10.8rem);line-height:.82}.home-project-hero-copy h2{color:#008c9b;letter-spacing:-.035em;margin:clamp(18px,2vw,28px) 0 0;font-size:clamp(1.5rem,2.2vw,2.45rem);line-height:1.1}.home-project-hero-copy>p:not(.entity-kicker){color:#65728f;max-width:820px;margin:clamp(30px,3.4vw,52px) 0 0;font-size:clamp(1.02rem,1.25vw,1.32rem);line-height:1.9}.home-project-hero-copy>p strong{color:#06185b;font-weight:950}.home-project-hero-copy>p em{font-style:italic}.home-project-hero-actions{flex-wrap:wrap;gap:16px;margin-top:clamp(34px,4vw,58px);display:flex}.home-project-hero-logo{justify-content:center;align-items:center;min-height:360px;display:flex;transform:translate(-2vw)}.home-project-hero-logo img{object-fit:contain;filter:drop-shadow(0 28px 48px #06185b14);width:clamp(250px,28vw,430px);max-width:100%;height:auto;display:block}.home-project-hero{align-items:center!important;min-height:0!important;margin-bottom:0!important}.home-project-hero-logo{height:auto!important;min-height:0!important;margin:0!important;padding:0!important;transform:none!important}.home-project-hero-logo img{margin:0!important}.home-project-hero-actions{margin-top:clamp(22px,2.5vw,34px)!important;margin-bottom:0!important}.home-discover,.discover-section{margin-top:clamp(24px,3vw,48px)!important;padding-top:clamp(24px,3vw,48px)!important}.home-landing,.home-modern{display:block!important}.home-project-hero{min-height:unset!important;height:auto!important;margin-top:0!important;margin-bottom:0!important}.home-project-hero-copy{margin:0!important;padding-bottom:0!important}.home-project-hero-copy>:last-child{margin-bottom:0!important}.home-project-hero-logo{min-height:unset!important;height:auto!important;margin:0!important;padding:0!important}.home-project-hero-logo img{margin:0!important;display:block!important}.home-discover,.discover-section,.refined-discover,.home-project-hero+.home-discover,.home-project-hero+.discover-section,.home-project-hero+.refined-discover,.home-landing .discover-section,.home-modern .discover-section,.home-landing .refined-discover,.home-modern .refined-discover{margin-top:0!important;padding-top:0!important}.home-landing,.home-modern{min-height:calc(100vh - 88px)!important}.home-project-hero{height:auto!important;min-height:0!important;margin-bottom:0!important}.section-heading h2,.refined-section-heading h2{font-size:clamp(2rem,3vw,2.7rem)!important}.section-heading p,.refined-section-heading p{margin-top:.25rem!important}.home-landing,.home-modern{min-height:calc(100vh - 88px)!important;overflow:visible!important}.home-project-hero{margin-bottom:0!important}.home-project-hero-copy h1{font-size:clamp(3.9rem,7.4vw,8.8rem)!important}.home-discover,.discover-section,.refined-discover{margin-top:0!important;padding-top:clamp(8px,1.1vw,16px)!important;padding-bottom:clamp(18px,2vw,32px)!important}@media (width<=980px),(height<=819px){html,body{overflow-y:auto!important}.home-landing,.home-modern{min-height:auto!important;overflow:visible!important}.home-discover,.discover-section,.refined-discover{padding-top:clamp(24px,4vw,48px)!important;padding-bottom:clamp(48px,6vw,80px)!important}}.home-project-hero{min-height:0!important;margin-bottom:0!important}.home-project-hero-copy .entity-kicker{margin-bottom:8px!important}.home-project-hero-copy h1{margin-bottom:0!important}.home-project-hero-copy h2{margin-top:clamp(8px,1vw,14px)!important}.home-project-hero-copy>p:not(.entity-kicker){margin-top:clamp(14px,1.6vw,24px)!important;line-height:1.58!important}.home-project-hero-actions{margin-top:clamp(16px,1.8vw,28px)!important}.home-project-hero-logo{min-height:0!important}.home-project-hero-logo img{width:clamp(210px,22vw,350px)!important}.smart-card-grid,.refined-card-grid,.home-image-card-grid{margin-top:clamp(12px,1.5vw,22px)!important}.home-project-hero{padding-top:10px!important;padding-bottom:0!important}.home-discover,.discover-section,.refined-discover{padding-top:0!important}html,body{overflow-y:auto!important}.home-landing,.home-modern{overflow:visible!important}@media (width>=1200px) and (height>=820px){.home-landing,.home-modern{min-height:calc(100vh - 88px)!important;max-height:calc(100vh - 88px)!important;overflow:hidden!important}.home-project-hero{gap:clamp(22px,3vw,54px)!important;min-height:0!important;margin-bottom:0!important;padding-top:clamp(10px,1.4vw,24px)!important;padding-bottom:clamp(4px,.8vw,12px)!important}.home-project-hero-copy .entity-kicker{margin-bottom:6px!important}.home-project-hero-copy h1{margin:0!important;font-size:clamp(4rem,7.2vw,8rem)!important;line-height:.78!important}.home-project-hero-copy h2{margin-top:8px!important;font-size:clamp(1.25rem,1.8vw,2rem)!important;line-height:1.05!important}.home-project-hero-copy>p:not(.entity-kicker){max-width:760px!important;margin-top:14px!important;font-size:clamp(.96rem,1vw,1.08rem)!important;line-height:1.48!important}.home-project-hero-actions{margin-top:16px!important}.home-project-hero-actions .button{min-height:40px!important;padding:.62rem .95rem!important}.home-project-hero-logo{min-height:0!important}.home-project-hero-logo img{width:clamp(210px,20vw,330px)!important}.home-discover,.discover-section,.refined-discover{margin-top:0!important;padding-top:4px!important;padding-bottom:0!important}.section-heading h2,.refined-section-heading h2{font-size:clamp(2rem,2.8vw,2.7rem)!important}.section-heading p,.refined-section-heading p{margin-top:4px!important;font-size:1rem!important}.smart-card-grid,.refined-card-grid,.home-image-card-grid{gap:.9rem!important;margin-top:10px!important}.home-image-card,.home-card-content{min-height:210px!important}.home-card-content{padding:1rem 1.15rem!important}.home-card-content h3{font-size:clamp(1.75rem,2.2vw,2.25rem)!important}.home-card-content p{font-size:.95rem!important}.home-card-content .text-link{margin-top:.65rem!important}}.home-landing{min-height:auto!important}.home-landing .project-hero{min-height:auto!important;margin-bottom:0!important;padding-top:clamp(28px,3.2vw,52px)!important;padding-bottom:clamp(10px,1.4vw,22px)!important}.home-landing .project-logo-visual{min-height:clamp(260px,30vw,360px)!important;transform:none!important}.home-landing .project-hero-logo-full{width:clamp(250px,25vw,410px)!important}.home-landing .project-hero-actions{margin-top:clamp(20px,2.2vw,34px)!important}.home-landing .home-discover,.home-landing .discover-section,.home-landing .refined-discover{margin-top:0!important;padding-top:clamp(40px,5vw,60px)!important;padding-bottom:clamp(22px,2.6vw,42px)!important}.home-landing .section-heading,.home-landing .refined-section-heading{margin-bottom:clamp(10px,1vw,16px)!important}.home-landing .home-image-card,.home-landing .home-card-content{min-height:clamp(180px,17vw,230px)!important}.app-shell:has(.home-landing) .site-footer{margin-top:0!important;padding-top:.85rem!important;padding-bottom:.85rem!important}.home-landing .project-hero{align-items:center!important;min-height:52vh!important;padding-top:clamp(46px,5vw,78px)!important;padding-bottom:clamp(42px,5vw,76px)!important}.home-landing .home-discover,.home-landing .discover-section,.home-landing .refined-discover{margin-top:0!important;padding-top:clamp(15px,.8vw,16px)!important}@media (width<=900px){.home-landing .project-hero{text-align:left;grid-template-columns:1fr!important;gap:18px!important;min-height:auto!important;padding:34px 24px 28px!important}.home-landing .project-hero-copy{max-width:100%!important;padding-left:0!important}.home-landing .project-hero-copy h1{letter-spacing:-.055em!important;width:auto!important;max-width:100%!important;font-size:clamp(3.4rem,12vw,6rem)!important;line-height:.9!important}.home-landing .project-hero-copy h1 span{width:auto!important;max-width:100%!important;margin-top:14px!important;font-size:clamp(1.25rem,4vw,1.8rem)!important;line-height:1.15!important}.home-landing .project-hero-actions{flex-direction:row!important;gap:12px!important;margin-top:28px!important;display:flex!important}.home-landing .project-hero-actions .button{width:auto!important;min-height:44px!important;padding:.75rem 1.05rem!important}.home-landing .project-logo-visual{opacity:.9;pointer-events:none;width:140px!important;min-height:0!important;position:absolute!important;top:86px!important;right:28px!important;transform:none!important}.home-landing .project-hero-logo-full{width:140px!important;max-width:140px!important}.home-landing .home-discover{margin-top:0!important;padding-top:12px!important}.home-landing .home-image-card-grid{grid-template-columns:1fr!important;gap:18px!important}.home-landing .home-image-card,.home-landing .home-card-content{min-height:210px!important}.home-landing .home-card-content{padding:1.2rem 1.35rem!important}}@media (width<=560px){.home-landing .project-hero{padding:28px 20px 24px!important}.home-landing .project-hero-copy h1{font-size:clamp(3rem,15vw,4.4rem)!important}.home-landing .project-logo-visual{opacity:.82;width:96px!important;top:96px!important;right:18px!important}.home-landing .project-hero-logo-full{width:96px!important;max-width:96px!important}.home-landing .project-hero-actions{flex-direction:column!important;align-items:flex-start!important}.home-landing .project-hero-actions .button{width:min(100%,260px)!important}.home-landing .section-heading h2,.home-landing .refined-section-heading h2{font-size:2.45rem!important}.home-landing .home-image-card,.home-landing .home-card-content{min-height:185px!important}.home-landing .home-card-content h3{font-size:clamp(1.9rem,8vw,2.5rem)!important}}@media (width<=900px){.home-landing .home-discover{width:min(100% - 2rem,720px)!important;padding-top:10px!important;padding-bottom:32px!important}.home-landing .home-image-card-grid{grid-template-columns:1fr!important;gap:16px!important}.home-landing .home-image-card{border-radius:24px!important;height:auto!important;min-height:168px!important}.home-landing .home-card-content{justify-content:center!important;height:auto!important;min-height:168px!important;padding:1.25rem 1.35rem!important}.home-landing .home-card-image{background-position:100%!important;background-size:cover!important}.home-landing .home-card-image:after{background:linear-gradient(90deg,#fffffff5 0%,#ffffffe0 44%,#ffffff57 100%)!important}.home-landing .home-card-image .smart-icon{width:46px!important;height:46px!important;margin-bottom:.55rem!important;position:static!important}.home-landing .home-card-content .smart-label{max-width:70%!important;font-size:.9rem!important;line-height:1.15!important}.home-landing .home-card-content h3{max-width:75%!important;margin-top:.45rem!important;font-size:clamp(2rem,7vw,2.8rem)!important;line-height:.95!important}.home-landing .home-card-content p{margin-top:.35rem!important;font-size:.95rem!important}.home-landing .home-card-content .text-link{margin:0!important;position:absolute!important;bottom:1.15rem!important;right:1.25rem!important}}@media (width<=560px){.home-landing .home-discover{width:min(100% - 1.4rem,560px)!important}.home-landing .home-image-card{border-radius:20px!important;min-height:145px!important}.home-landing .home-card-content{min-height:145px!important;padding:1rem 1.05rem!important}.home-landing .home-card-image .smart-icon{width:40px!important;height:40px!important;margin-bottom:.45rem!important}.home-landing .home-card-content .smart-label{max-width:82%!important;font-size:.82rem!important}.home-landing .home-card-content h3{max-width:82%!important;font-size:clamp(1.75rem,8vw,2.25rem)!important}.home-landing .home-card-content p{font-size:.86rem!important}.home-landing .home-card-content .text-link{font-size:.9rem!important;bottom:.95rem!important;right:1rem!important}}@media (width>=901px) and (width<=1250px){.home-landing .home-card-content p,.home-landing .home-card-content .text-link{font-size:.84rem!important}.home-landing .project-hero{column-gap:clamp(24px,4vw,56px)!important;padding-top:clamp(40px,5vw,70px)!important;padding-bottom:clamp(28px,4vw,46px)!important}.home-landing .project-hero-copy{padding-left:clamp(28px,5vw,72px)!important}.home-landing .project-hero-copy h1{font-size:clamp(4.2rem,8vw,7.2rem)!important;line-height:.9!important}.home-landing .project-hero-copy h1 span{margin-top:16px!important;font-size:clamp(1.15rem,2vw,1.65rem)!important}.home-landing .project-hero-actions{margin-top:30px!important}.home-landing .project-logo-visual{min-height:260px!important;transform:translate(-24px)translateY(0)!important}.home-landing .project-hero-logo-full{width:clamp(210px,24vw,340px)!important}.home-landing .home-discover{width:min(100% - 2.5rem,1120px)!important;margin-top:0!important;padding-top:6px!important}.home-landing .home-image-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.home-landing .home-image-card{border-radius:22px!important;min-height:170px!important}.home-landing .home-card-content{min-height:170px!important;padding:1.15rem 1.2rem!important}.home-landing .home-card-content .smart-label{font-size:.82rem!important;line-height:1.1!important}.home-landing .home-card-content h3{max-width:95%!important;font-size:clamp(1.7rem,2.6vw,2.35rem)!important;line-height:.95!important}.home-landing .home-card-content p,.home-landing .home-card-content .text-link{font-size:.84rem!important}.home-landing .home-card-image .smart-icon{width:42px!important;height:42px!important;top:.85rem!important;left:.85rem!important}}@media (width>=641px) and (width<=900px){.home-landing .home-image-card-grid{grid-template-columns:1fr!important;gap:18px!important}.home-landing .home-image-card{min-height:180px!important;max-height:210px!important}.home-landing .home-card-content{min-height:180px!important;padding:1.25rem 1.5rem!important}.home-landing .home-card-content h3{max-width:70%!important;font-size:clamp(2.2rem,5vw,3rem)!important}.home-landing .home-card-content .smart-label,.home-landing .home-card-content p{max-width:70%!important}}.home-landing .home-image-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=1050px){.home-landing .home-image-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.home-landing .home-image-card:nth-child(3){grid-column:1/-1}.home-landing .home-image-card,.home-landing .home-card-content{min-height:230px!important}}@media (width<=680px){.home-landing .home-image-card-grid{grid-template-columns:1fr!important}.home-landing .home-image-card:nth-child(3){grid-column:auto}.home-landing .home-image-card,.home-landing .home-card-content{min-height:220px!important}}@media (width>=761px) and (width<=1250px){.home-landing .home-card-content{padding-top:4.6rem!important}}@media (width<=1180px){.lexicon-heading h1,.syntax-page .lexicon-heading h1,.syntax-heading h1,.search-main>.syntax-heading h1{text-wrap:balance;white-space:normal!important;max-width:100%!important;overflow:visible!important}}.site-nav{scrollbar-width:none;-ms-overflow-style:none;overflow:auto hidden}.language-switcher{background:#ffffffb8;border:1px solid #0f266c1a;border-radius:999px;flex:none;align-items:center;gap:3px;padding:4px;display:inline-flex}.language-switcher button{color:#63708c;cursor:pointer;background:0 0;border:0;border-radius:999px;min-width:30px;min-height:28px;font-size:.76rem;font-weight:900}.language-switcher button.active{color:#fff;background:linear-gradient(135deg,#06185b,#008c9b)}.language-switcher button:hover:not(.active){color:#06185b;background:#e7f8f7e6}.language-dropdown-trigger{min-height:38px;color:var(--indigo);background:#ffffffc2;border:1px solid #0f266c1a;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .7rem;font-size:.88rem;font-weight:900;display:inline-flex;box-shadow:0 10px 24px #192b5f0e}.language-chevron{color:#7b87a4;font-size:.9rem;line-height:1;transform:translateY(-.03em)}.language-dropdown-menu{z-index:99999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #0f266c1a;border-radius:18px;gap:.18rem;min-width:150px;padding:.45rem;display:grid;position:absolute;top:calc(100% + .5rem);left:0;box-shadow:0 22px 55px #192b5f24}.language-dropdown-menu button{color:#52617e;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:.55rem;width:100%;min-height:38px;padding:0 .65rem;font-size:.92rem;font-weight:800;display:flex}.language-dropdown-menu button:hover{color:var(--indigo);background:#e7f8f7e6}.language-dropdown-menu button.active{color:var(--indigo);background:#143f9f14}.language-flag{border:1px solid #0f266c1f;border-radius:999px;flex:none;width:18px;height:18px;display:inline-block;box-shadow:0 2px 7px #192b5f1f}@media (width<=760px){.language-dropdown{flex:none}.language-dropdown-trigger{min-height:34px;padding:.4rem .6rem;font-size:.8rem}.language-dropdown-menu{min-width:140px;left:0}.language-flag{width:16px;height:16px}.site-nav{overflow:auto visible!important}.language-dropdown-menu{z-index:100002;position:fixed;top:78px;left:1rem}}.language-dropdown-trigger{min-height:44px;color:var(--indigo);cursor:pointer;background:#ffffffdb;border:1px solid #143f9f2e;border-radius:999px;align-items:center;gap:.48rem;padding:.65rem .9rem;font-weight:900;display:inline-flex;box-shadow:0 12px 28px #192b5f0f}.language-dropdown-trigger:hover,.language-dropdown.open .language-dropdown-trigger{background:#e7f8f7e6;border-color:#143f9f59}.language-chevron{color:#64708d;font-size:.9rem;transition:transform .18s}.language-option{color:#52617e;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:.7rem;width:100%;min-height:42px;padding:0 .8rem;font-weight:850;display:flex}.language-option:hover,.language-option.active{color:var(--indigo);background:#143f9f14}.language-flag{border-radius:999px;flex:none;width:20px;height:20px;box-shadow:0 0 0 2px #ffffffe6,0 5px 14px #192b5f29}.flag-it{background:linear-gradient(90deg,#009246 0 33%,#fff 33% 66%,#ce2b37 66% 100%)}.flag-fr{background:linear-gradient(90deg,#0055a4 0 33%,#fff 33% 66%,#ef4135 66% 100%)}.flag-es{background:linear-gradient(#aa151b 0 25%,#f1bf00 25% 75%,#aa151b 75% 100%)}.flag-de{background:linear-gradient(#000 0 33%,#d00 33% 66%,#ffce00 66% 100%)}.flag-en{background:linear-gradient(90deg,#0000 43%,#fff 43% 57%,#0000 57%),linear-gradient(#0000 40%,#fff 40% 60%,#0000 60%),linear-gradient(90deg,#0000 47%,#c8102e 47% 53%,#0000 53%),linear-gradient(#0000 45%,#c8102e 45% 55%,#0000 55%),#012169}.language-dropdown{z-index:10000;flex:none;position:relative}.language-dropdown-trigger{min-height:46px;color:var(--indigo);cursor:pointer;background:radial-gradient(circle at 12% 22%,#64c4ca38,#0000 2.8rem),linear-gradient(135deg,#fffffff0,#e7f8f7b8);border:1px solid #008c9b3d;border-radius:999px;align-items:center;gap:.55rem;padding:.62rem 1rem .62rem .72rem;font-weight:900;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:inline-flex;position:relative;box-shadow:0 14px 34px #192b5f14,inset 0 1px #ffffffeb}.language-dropdown-trigger:hover,.language-dropdown.open .language-dropdown-trigger{background:radial-gradient(circle at 12% 22%,#64c4ca4d,#0000 2.8rem),linear-gradient(135deg,#fffffffa,#dff7f8e6);border-color:#008c9b73;transform:translateY(-1px);box-shadow:0 18px 42px #192b5f1f,inset 0 1px #fffffff2}.language-chevron{color:#64708d;font-size:.88rem;line-height:1;transition:transform .18s}.language-dropdown-menu{z-index:999999;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto;background:radial-gradient(circle at 12% 12%,#64c4ca29,#0000 6rem),radial-gradient(circle at 92% 86%,#efedff8c,#0000 7rem),#fffffff5;border:1px solid #0f266c1c;border-radius:26px;gap:.38rem;min-width:215px;padding:.75rem;display:grid;position:fixed;box-shadow:0 26px 70px #192b5f29,inset 0 1px #ffffffeb}.language-option{color:#52617e;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:17px;align-items:center;gap:.78rem;width:100%;min-height:48px;padding:0 .85rem;font-weight:850;transition:transform .17s,background .17s,color .17s,box-shadow .17s;display:flex}.language-flag{border-radius:999px;flex:none;width:24px;height:24px;position:relative;overflow:hidden;box-shadow:0 0 0 3px #fffffff2,0 8px 18px #192b5f2e}.language-emoji-flag{background:#ffffffe6;border-radius:999px;flex:none;place-items:center;width:30px;height:30px;font-size:1.35rem;line-height:1;display:inline-grid;box-shadow:0 0 0 3px #fffffff2,0 8px 18px #192b5f24}.site-nav{scrollbar-width:none}.language-dropdown{flex:none;position:relative}.language-dropdown-trigger{min-height:42px;color:var(--indigo);cursor:pointer;box-shadow:none;background:0 0;border:0;border-radius:999px;align-items:center;gap:.42rem;padding:.45rem .65rem;font-size:.98rem;font-weight:850;display:inline-flex}.language-dropdown-trigger:hover{background:#143f9f12;transform:translateY(-1px)}.language-dropdown.open .language-dropdown-trigger{background:#e7f8f7d9}.language-emoji-flag{flex:none;justify-content:center;align-items:center;width:auto;height:auto;font-size:1.25rem;line-height:1;display:inline-flex;box-shadow:none!important;background:0 0!important;border-radius:0!important}.language-code{color:var(--indigo);letter-spacing:.02em;font-weight:900}.language-chevron{color:#65728f;font-size:.9rem;line-height:1;transition:transform .18s;transform:translateY(-1px)}.language-dropdown.open .language-chevron{transform:translateY(-1px)rotate(180deg)}.language-dropdown-menu{z-index:100000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 12% 12%,#64c4ca29,#0000 9rem),linear-gradient(135deg,#fffffffa,#f7fbfdf0);border:1px solid #0f266c1a;border-radius:24px;gap:.25rem;width:230px;padding:.65rem;animation:.18s cubic-bezier(.22,1,.36,1) both languageMenuIn;display:grid;position:fixed;box-shadow:0 26px 70px #192b5f29,inset 0 1px #ffffffe6}@keyframes languageMenuIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.language-option{color:#52617e;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:16px;align-items:center;gap:.72rem;width:100%;min-height:46px;padding:0 .85rem;font-size:.98rem;font-weight:850;display:flex}.language-option:hover{color:var(--indigo);background:#e7f8f7bf;transform:translate(2px)}.language-option.active{color:var(--indigo);background:linear-gradient(135deg,#e7f8f7eb,#efedffb3);box-shadow:inset 0 0 0 1px #143f9f14}.language-option .language-emoji-flag{font-size:1.35rem}@media (width<=760px){.language-dropdown-trigger{min-height:38px;padding:.4rem .55rem;font-size:.9rem}.language-emoji-flag{font-size:1.15rem}.language-dropdown-menu{width:220px}}.text-detail-layout{align-items:flex-start;overflow:visible}.text-detail-main{overflow:visible}.text-detail-sticky-head{z-index:20;background:linear-gradient(#f7fbfc 0%,#f7fbfcf5 100%);padding-bottom:1.5rem;top:96px}.text-detail-sticky-head.is-fixed-text-head{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);top:var(--text-fixed-top)!important;width:var(--text-fixed-width)!important;z-index:9000!important;background:linear-gradient(#f8fcfdfa 0%,#f8fcfdf5 82%,#f8fcfd00 100%)!important;padding-top:1rem!important;padding-bottom:1rem!important;position:sticky!important;left:max(1.5rem,50vw - 660px)!important}.text-detail-sticky-head.is-fixed-text-head .text-detail-heading{box-shadow:none!important;background:0 0!important;border:0!important;margin:0 0 1.4rem!important;padding:0!important;position:sticky!important}.text-detail-sticky-head.is-fixed-text-head .text-tabs{background:0 0!important;margin:0!important;padding-bottom:.7rem!important;position:sticky!important}.text-detail-head-spacer{height:430px}.text-detail-side{align-self:start!important;position:sticky!important;top:110px!important}@media (width<=1050px){.text-detail-sticky-head.is-fixed-text-head{width:auto!important;position:sticky!important;top:auto!important;left:auto!important}.text-detail-head-spacer{height:100px}}.text-detail-page{--text-fixed-top:108px;--text-fixed-width:min(1320px, calc(100% - 3rem))}.text-tabs{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:7000!important;background:#f8fcfdf5!important;position:sticky!important;top:420px!important}.text-detail-side{top:var(--text-fixed-top)!important;right:calc((100vw - var(--text-fixed-width)) / 2)!important;width:360px!important;max-height:calc(100vh - var(--text-fixed-top) - 2rem)!important;z-index:7500!important;overflow-y:auto!important}.text-detail-layout{grid-template-columns:minmax(0,1fr) 360px!important}@media (width<=1050px){.text-detail-fixed-head,.text-detail-side{width:auto!important;max-height:none!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;overflow:visible!important;transform:none!important}.text-detail-fixed-spacer{height:0!important;display:none!important}.text-tabs{position:static!important;top:auto!important}}.text-detail-fixed-head,.text-detail-sticky-head{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);top:var(--text-sticky-top)!important;z-index:9000!important;background:linear-gradient(#f8fcfd 0% 86%,#f8fcfd00 100%)!important;width:100%!important;margin:0 0 .75rem!important;padding:.35rem 0 .55rem!important;left:auto!important;right:auto!important;transform:none!important}.text-detail-fixed-head .text-detail-heading,.text-detail-sticky-head .text-detail-heading{box-shadow:none!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important;position:sticky!important}.text-detail-fixed-head .text-tabs,.text-detail-sticky-head .text-tabs{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;margin:1.2rem 0 0!important;padding-bottom:.65rem!important;position:sticky!important}.text-detail-fixed-head,.text-detail-sticky-head{z-index:9000!important}@media (width<=1050px){.text-detail-fixed-head,.text-detail-sticky-head,.text-detail-side{position:sticky!important;top:auto!important}}.text-detail-sticky-head .text-detail-heading{box-shadow:none!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important;position:sticky!important}.text-detail-sticky-head .text-tabs{background:0 0!important;margin:1rem 0 0!important;padding-bottom:.65rem!important;position:sticky!important}.poem-text{z-index:1;position:relative;margin-top:0!important}.text-detail-side{top:calc(var(--text-sticky-top) + 1rem)!important;z-index:100!important;align-self:start!important;position:sticky!important}@media (width<=1050px){.text-detail-sticky-head,.text-detail-side{position:sticky!important;top:auto!important}}html,body,#root,.app-shell{height:auto!important;min-height:100%!important;max-height:none!important;overflow:hidden auto!important}.text-detail-page{--text-sticky-top:88px;height:auto!important;min-height:auto!important;max-height:none!important}.text-detail-layout,.text-detail-main{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;transform:none!important}.text-detail-sticky-head .text-detail-heading,.text-detail-fixed-head .text-detail-heading{box-shadow:none!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important;position:sticky!important}.text-detail-sticky-head .text-detail-heading h1,.text-detail-fixed-head .text-detail-heading h1{padding-top:.06em!important;padding-bottom:.08em!important;line-height:1.02!important;overflow:visible!important}.text-reference-edition-static{margin:18px 0 14px!important}.text-detail-sticky-head .text-tabs,.text-detail-fixed-head .text-tabs{z-index:auto!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;margin:0!important;padding-bottom:.65rem!important;position:sticky!important;top:auto!important}.text-detail-main>.text-tabs{margin-top:0!important;position:static!important;top:auto!important}.text-detail-side{top:calc(var(--text-sticky-top) + 1rem)!important;width:auto!important;max-height:calc(100vh - var(--text-sticky-top) - 2rem)!important;z-index:100!important;align-self:start!important;position:sticky!important;overflow:visible auto!important}@media (width<=1050px){.text-detail-sticky-head,.text-detail-fixed-head,.text-detail-side{max-height:none!important;position:sticky!important;top:auto!important;overflow:visible!important}}.text-detail-main>.text-tabs{position:static!important;top:auto!important}@media (width<=1050px){.text-detail-fixed-head,.text-detail-side{max-height:none!important;position:static!important;top:auto!important;overflow:visible!important}}.text-detail-page{--text-fixed-top:88px;--text-container-width:min(1320px, calc(100vw - 3rem));--text-side-width:360px;--text-gap:2rem}.text-detail-layout{grid-template-columns:minmax(0, 1fr) var(--text-side-width)!important;gap:var(--text-gap)!important;align-items:start!important;display:grid!important;overflow:visible!important}.text-detail-sticky-head,.text-detail-head-spacer{display:none!important}.poem-text{z-index:1!important;margin-top:0!important;position:relative!important}.text-detail-side{top:var(--text-fixed-top)!important;width:var(--text-side-width)!important;max-height:calc(100vh - var(--text-fixed-top) - 1.5rem)!important;z-index:7500!important;right:max(1.5rem,50vw - 660px)!important;overflow:visible auto!important}@media (width<=1050px){.text-detail-layout{grid-template-columns:1fr!important}.text-detail-fixed-head,.text-detail-side{width:auto!important;max-height:none!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;overflow:visible!important}.text-detail-fixed-spacer{height:0!important;display:none!important}}.poem-text{padding-top:18px}.text-detail-page{padding-top:0}.text-detail-main{min-width:0;position:relative}.text-detail-fixed-head{z-index:5000!important;background:#f8fbff!important;position:sticky!important;top:120px!important}.text-detail-fixed-spacer{height:0!important;display:none!important}.poem-text{position:relative;margin-top:0!important;padding-top:0!important}.poem-text p:first-child,.text-detail-heading{margin-top:0}.text-detail-page{width:min(1320px,100% - 3rem);margin:0 auto;padding:3.2rem 0 5rem}.text-detail-fixed-head,.text-detail-sticky-head{z-index:auto!important;width:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;margin:0 0 1.2rem!important;padding:0!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}.back-soft-link{color:var(--indigo);background:0 0;border:0;margin:0 0 1.5rem;font-weight:800}.text-detail-heading{box-shadow:none;background:0 0;border:0;margin:0;padding:0}.text-detail-heading h1{color:var(--navy);letter-spacing:-.045em;margin:0;padding-top:.04em;padding-bottom:.08em;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(3.4rem,5vw,5.8rem);font-weight:700;line-height:1.04;overflow:visible}.text-detail-heading h2{color:var(--navy);letter-spacing:0;margin:.35rem 0 0;font-family:Alegreya Sans,system-ui,sans-serif;font-size:1.25rem;font-weight:800}.text-detail-heading>p{color:#52617e;margin:.35rem 0 0;font-size:1.05rem;font-style:italic;font-weight:600}.text-detail-heading small{color:#7b87a4;margin-top:.75rem;font-weight:700;display:block}.text-reference-edition-static{background:linear-gradient(135deg,#ffffffe0,#dff7f880);border:1px solid #06185b14;border-radius:24px;max-width:920px;margin:26px 0 28px;padding:18px 24px 18px 28px;position:relative;box-shadow:0 16px 38px #06185b0f}.text-reference-edition-static:before{content:"";background:linear-gradient(#06185b,#008c9b,#16b7c8);border-radius:999px;width:4px;position:absolute;top:18px;bottom:18px;left:0}.text-reference-edition-label{color:#008c9b;text-transform:uppercase;letter-spacing:.13em;align-items:center;margin-bottom:9px;font-size:.72rem;font-weight:950;display:inline-flex}.text-reference-edition-static p{color:#40506f;margin:0;font-size:.92rem;font-style:normal;font-weight:700;line-height:1.55}.text-tabs{border-bottom:1px solid #0f266c1a;flex-wrap:wrap;gap:1.1rem;padding:0;display:flex;z-index:auto!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;margin:1.6rem 0 1.2rem!important;position:static!important;top:auto!important}.text-tabs button{color:#63708c;background:0 0;border:0;min-height:44px;font-weight:900;position:relative}.text-tabs button.active{color:var(--navy)}.text-tabs button.active:after{content:"";background:var(--navy);border-radius:999px;height:3px;position:absolute;bottom:-1px;left:0;right:0}.poem-text{color:#081452;gap:.25rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.55rem;font-weight:600;line-height:1.35;display:grid;z-index:1!important;margin-top:0!important;padding-top:0!important;position:relative!important}.poem-text p{border-radius:12px;grid-template-columns:2.4rem minmax(0,1fr);gap:.9rem;margin:0;padding:.15rem .45rem;display:grid}.poem-text p:first-child{margin-top:0!important}.poem-text p>span:first-child{color:#9aa4b8;text-align:right;font-family:Alegreya Sans,system-ui,sans-serif;font-size:.88rem;font-weight:800}.poem-text mark{color:inherit;border-radius:.18em;padding:0 .12em}.lex-a{background:#64c4ca47}.lex-b{background:#ef898947}.lex-c{background:#c9a24d47}.lex-d{background:#7d6ce23d}.lex-e{background:#ff775c38}.syntax-line{border-left:4px solid #0000}.poem-text .syntax-line.syn-a{background:#7d4adb29!important;border-left-color:#7d4adb!important}.poem-text .syntax-line.syn-b{background:#ef7e2329!important;border-left-color:#ef7e23!important}.poem-text .syntax-line.syn-c{background:#26995826!important;border-left-color:#269958!important}.poem-text .syntax-line.syn-d{background:#38bdf82e!important;border-left-color:#38bdf8!important}.poem-text .syntax-line.syn-e{background:#e0464626!important;border-left-color:#e04646!important}.text-detail-side{z-index:2;scrollbar-width:thin;scrollbar-color:#0f266c2e transparent;max-height:calc(100vh - 7rem);overflow:visible auto;align-self:start!important;gap:1rem!important;display:grid!important;position:sticky!important;top:6rem!important}.side-legend-card{background:#ffffffdb;border:1px solid #0f266c1a;border-radius:22px;padding:1.2rem;position:relative;overflow:visible;box-shadow:0 18px 46px #192b5f12}.side-legend-heading{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.8rem;display:flex}.side-legend-heading h3{color:var(--navy);letter-spacing:0;margin:0;font-family:Alegreya Sans,system-ui,sans-serif;font-size:1rem;font-weight:900}.side-legend-heading button{color:var(--indigo);background:0 0;border:0}.legend-list{gap:.58rem;display:grid}.legend-list button{color:#52617e;text-align:left;background:0 0;border:0;grid-template-columns:minmax(0,1fr) 12px auto;align-items:center;gap:.75rem;width:100%;padding:.15rem 0;font-weight:800;display:grid}.legend-list button span{color:#52617e;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:1rem;font-weight:850;overflow:hidden}.legend-list button small{color:#7b87a4;font-size:.86rem;font-weight:900}.legend-list button i{border-radius:999px;width:10px;height:10px;display:block;box-shadow:0 0 0 4px #0f266c0a}.legend-list button:hover span,.legend-list button:hover small{color:var(--indigo)}.legend-list button:hover i{transform:scale(1.18)}.legend-list i.lex-a{background:#64c4cae6}.legend-list i.lex-b{background:#ef8989e6}.legend-list i.lex-c{background:#c9a24de6}.legend-list i.lex-d{background:#7d6ce2e6}.legend-list i.lex-e{background:#ff775ce6}.legend-list i.syn-a{background:#7d4adb!important}.legend-list i.syn-b{background:#ef7e23!important}.legend-list i.syn-c{background:#269958!important}.legend-list i.syn-d{background:#38bdf8!important}.legend-list i.syn-e{background:#e04646!important}.text-bibliography-anchor{scroll-margin-top:120px}.side-text-summary,.text-side-summary,.text-detail-summary-card{display:none!important}@media (width<=1050px){.text-detail-layout{grid-template-columns:1fr}.text-detail-side{max-height:none!important;position:static!important;top:auto!important;overflow:visible!important}.entity-hero h1,.entity-list-page .lexicon-heading h1{white-space:normal}}.text-detail-page,.text-detail-layout,.text-detail-main{height:auto!important;max-height:none!important}.text-detail-fixed-head{z-index:9999!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:linear-gradient(#f8fbff 0% 86%,#f8fbff00 100%)!important;margin:0 0 1.2rem!important;padding:.45rem 0 .75rem!important;display:block!important;position:sticky!important;top:88px!important}.text-detail-fixed-head .text-tabs{z-index:auto!important;margin:1rem 0 0!important;position:static!important;top:auto!important}.text-detail-fixed-head{z-index:9999!important}@media (width<=1050px){.text-detail-fixed-head{position:static!important;top:auto!important}}.text-detail-page{--text-sticky-top:88px;width:min(1320px,100% - 3rem)!important;height:auto!important;min-height:auto!important;max-height:none!important;margin:0 auto!important;padding:3.2rem 0 5rem!important;overflow:visible!important;transform:none!important}.text-detail-layout{grid-template-columns:minmax(0,1fr) 360px!important;align-items:start!important;gap:2rem!important;height:auto!important;min-height:0!important;max-height:none!important;display:grid!important;overflow:visible!important;transform:none!important}.text-detail-main{min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;position:relative!important;overflow:visible!important;transform:none!important}.text-detail-fixed-head{top:var(--text-sticky-top)!important;z-index:9999!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:linear-gradient(#f8fbff 0% 86%,#f8fbff00 100%)!important;width:100%!important;margin:0 0 1.2rem!important;padding:.45rem 0 .75rem!important;display:block!important;position:sticky!important}.text-detail-fixed-head .text-detail-heading h1{padding-top:.04em!important;padding-bottom:.08em!important;line-height:1.04!important;overflow:visible!important}.text-detail-fixed-head .text-reference-edition-static{margin:18px 0 14px!important}@media (width<=1050px){.text-detail-layout{grid-template-columns:1fr!important}.text-detail-fixed-head,.text-detail-side{max-height:none!important;position:static!important;top:auto!important;overflow:visible!important}}.text-detail-sticky-head,.text-detail-head-spacer,.text-detail-fixed-spacer{height:0!important;display:none!important}.text-detail-page,.text-detail-layout,.text-detail-main{contain:none!important;filter:none!important;perspective:none!important;overflow:visible!important;transform:none!important}.text-detail-fixed-head{z-index:9998!important;background:#f8fbff!important;margin:0 0 1.2rem!important;padding:.5rem 0 .8rem!important;display:block!important;position:sticky!important;top:88px!important;box-shadow:0 18px 34px #f8fbfff2!important}.text-detail-fixed-head .text-detail-heading{box-shadow:none!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important;position:static!important}.text-detail-fixed-head .text-tabs{z-index:auto!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;margin:1rem 0 0!important;padding-bottom:.65rem!important;position:static!important;top:auto!important}.text-detail-side{z-index:20!important;align-self:start!important;max-height:calc(100vh - 120px)!important;position:sticky!important;top:104px!important;overflow:visible auto!important}@media (width<=1050px){.text-detail-layout{grid-template-columns:1fr!important}.text-detail-fixed-head,.text-detail-side{max-height:none!important;position:sticky!important;top:120px!important;overflow:visible!important}}.text-detail-page{--text-sticky-top:88px}.text-detail-fixed-head,.text-detail-sticky-head{width:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;z-index:auto!important;background:0 0!important;margin:0 0 1.2rem!important;padding:0!important;position:static!important;top:auto!important;left:auto!important;right:auto!important}.poem-text{margin-top:0!important;padding-top:0!important}.text-detail-heading h1{padding-top:.04em!important;padding-bottom:.08em!important;line-height:1.04!important;overflow:visible!important}.text-tabs{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);top:var(--text-sticky-top)!important;z-index:9999!important;background:#f8fbff!important;margin:1.6rem 0 1.2rem!important;padding:.65rem 0 .75rem!important;position:sticky!important;box-shadow:0 -120px #f8fbff,0 22px 36px #f8fbfffa!important}.poem-text{z-index:1!important;position:relative!important}.text-detail-side{top:calc(var(--text-sticky-top) + 1rem)!important;max-height:calc(100vh - var(--text-sticky-top) - 2rem)!important;z-index:100!important;align-self:start!important;position:sticky!important;overflow:visible auto!important}@media (width<=1050px){.text-tabs,.text-detail-side{max-height:none!important;position:static!important;top:auto!important;overflow:visible!important}}.text-detail-sticky-head{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);top:var(--text-sticky-top)!important;z-index:5000!important;background:linear-gradient(#f8fbff 0% 88%,#f8fbff00 100%)!important;width:100%!important;margin:0 0 1rem!important;padding:.45rem 0 .65rem!important}.text-detail-fixed-spacer{display:none!important}.text-detail-page,.text-detail-layout,.text-detail-main{height:auto!important;max-height:none!important;overflow:visible!important;transform:none!important}.text-detail-layout{grid-template-columns:minmax(0,1fr) 360px!important;align-items:start!important;gap:2rem!important;display:grid!important}.text-detail-fixed-head,.text-detail-sticky-head{z-index:auto!important;width:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;margin:0 0 1.2rem!important;padding:0!important;position:static!important;top:auto!important;left:auto!important;right:auto!important}.text-tabs,.text-detail-fixed-head .text-tabs,.text-detail-sticky-head .text-tabs,.text-detail-main>.text-tabs{z-index:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;margin:1.6rem 0 1.2rem!important;padding:0!important;position:static!important;top:auto!important}.poem-text{z-index:1!important;margin-top:0!important;padding-top:0!important;position:relative!important}.text-detail-side{scrollbar-width:thin;scrollbar-color:#0f266c2e transparent;z-index:50!important;align-self:start!important;gap:1rem!important;max-height:calc(100vh - 124px)!important;display:grid!important;position:sticky!important;top:104px!important;overflow:visible auto!important}.text-detail-side::-webkit-scrollbar{width:7px}.text-detail-side::-webkit-scrollbar-track{background:0 0}.text-detail-side::-webkit-scrollbar-thumb{background:#0f266c29 padding-box padding-box;border:2px solid #0000;border-radius:999px}.text-detail-side .side-legend-card,.side-legend-card{overflow:visible!important}@media (width<=1050px){.text-detail-layout{grid-template-columns:1fr!important}.text-detail-side{max-height:none!important;position:static!important;top:auto!important;overflow:visible!important}}.text-detail-page{--text-side-width:360px;--text-side-top:104px}.text-detail-layout{grid-template-columns:minmax(0, 1fr) var(--text-side-width)!important;align-items:start!important;gap:2rem!important;display:grid!important;overflow:visible!important}.text-detail-main{min-width:0!important;overflow:visible!important}.text-detail-side{top:var(--text-side-top)!important;max-height:calc(100vh - var(--text-side-top) - 1rem)!important;z-index:50!important;align-self:start!important;gap:1rem!important;display:grid!important;position:sticky!important;overflow:visible auto!important}@media (width<=1050px){.text-detail-layout{grid-template-columns:1fr!important}.text-detail-side{max-height:none!important;position:static!important;top:auto!important;overflow:visible!important}}.text-detail-page{--side-width:360px;--side-gap:2rem;--side-top:104px;--page-width:min(1320px, calc(100vw - 3rem))}.text-detail-layout{display:block!important;position:relative!important}.text-detail-main{width:calc(100% - var(--side-width) - var(--side-gap))!important;max-width:none!important}.text-detail-layout{align-items:start!important;position:relative!important;overflow:visible!important}.text-detail-side{width:var(--side-width,360px)!important;z-index:1000!important;align-self:start!important;gap:1rem!important;max-height:calc(100vh - 140px - 1rem)!important;display:grid!important;position:fixed!important;top:140px!important;right:max(1.5rem,50vw - 660px)!important;overflow:visible auto!important}.text-detail-page,.text-detail-layout,.text-detail-main{height:auto!important;max-height:none!important;overflow:visible!important}.text-detail-fixed-head,.text-detail-sticky-head,.text-tabs{z-index:auto!important;position:static!important;top:120px!important}.text-detail-fixed-spacer,.text-detail-head-spacer{height:0!important;display:none!important}@media (width<=1050px){.text-detail-main{width:100%!important}.text-detail-side{width:auto!important;max-height:none!important;position:static!important;top:120px!important;right:auto!important;overflow:visible!important}}.text-detail-layout.bibliography-tab-open{display:block!important}.text-detail-layout.bibliography-tab-open .text-detail-main{width:100%!important}.text-detail-layout.bibliography-tab-open .text-detail-side{display:none!important}.text-tab-bibliography{width:100%}.text-tab-bibliography .bibliography-section{margin-top:0!important}.text-detail-side{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;outline:0!important;max-height:none!important;padding:0!important;overflow:visible!important}.text-detail-side .side-legend-card{background:#ffffffdb!important;border:1px solid #0f266c1a!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 18px 46px #192b5f12!important}.text-detail-side{width:var(--side-width,360px)!important;max-height:calc(100vh - 430px - 1rem)!important;box-shadow:none!important;z-index:1000!important;background:0 0!important;border:0!important;outline:0!important;align-self:start!important;gap:1rem!important;padding:0!important;display:grid!important;position:fixed!important;top:550px!important;right:max(1.5rem,50vw - 650px)!important;overflow:visible!important}.entity-card .word-cloud-lite{flex-wrap:wrap!important;align-content:flex-start!important;align-items:center!important;gap:.55rem .9rem!important;width:100%!important;max-width:100%!important;margin:0!important;padding:.5rem 0!important;display:flex!important}.entity-card .word-cloud-lite button{width:auto!important;min-width:0!important;min-height:0!important;box-shadow:none!important;color:var(--navy)!important;text-align:left!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important;font-family:Cormorant Garamond,Georgia,serif!important;font-weight:600!important;line-height:1!important;display:inline-block!important}.entity-card .word-cloud-lite button:hover{color:var(--teal-dark)!important;transform:translateY(-1px)!important}.entity-card .word-cloud-lite .word-size-1{font-size:2.25rem!important}.entity-card .word-cloud-lite .word-size-2{font-size:1.9rem!important}.entity-card .word-cloud-lite .word-size-3{font-size:1.65rem!important}.entity-card .word-cloud-lite .word-size-4,.entity-card .word-cloud-lite .word-size-5{font-size:1.4rem!important}.author-show-page .lexical-network{width:100%!important;height:auto!important;min-height:420px!important;box-shadow:none!important;background:0 0!important;border:0!important;flex:auto!important;margin:.8rem 0 1.1rem!important;position:relative!important;overflow:visible!important}.author-show-page .lexical-connector{left:var(--line-x)!important;top:var(--line-y)!important;width:calc(var(--line-length) * 1.28)!important;height:2px!important;transform:rotate(var(--line-angle))!important;transform-origin:0!important;pointer-events:none!important;z-index:1!important;background:linear-gradient(90deg,#008c9b52,#143f9f0f)!important;border:0!important;position:absolute!important}.author-show-page .lexical-node{left:calc(50% + (var(--node-left) - 50) * 1.35)!important;top:calc(48% + (var(--node-top) - 52) * 1.35)!important;z-index:3!important;position:absolute!important;transform:translate(-50%,-50%)!important}.author-show-page .lexical-network-card{flex-direction:column!important;min-height:560px!important;display:flex!important;overflow:hidden!important}.author-show-page .lexical-network{width:100%!important;min-height:430px!important;box-shadow:none!important;background:0 0!important;border:0!important;flex:auto!important;margin:.8rem 0 1.1rem!important;padding:0!important;position:relative!important;overflow:visible!important}.author-show-page .lexical-network-card .entity-card-link{z-index:5!important;margin-top:auto!important;position:relative!important}.author-show-page .lexical-node{left:var(--node-left)!important;top:var(--node-top)!important;transform-origin:50%!important;z-index:4!important;position:absolute!important;transform:translate(-50%,-50%)scale(1.16)!important}.author-show-page .lexical-connector{width:var(--line-length)!important;height:2px!important;transform:rotate(var(--line-angle))!important;transform-origin:0!important;pointer-events:none!important;z-index:1!important;background:linear-gradient(90deg,#008c9b57,#143f9f12)!important;border:0!important;position:absolute!important;top:50%!important;left:50%!important}.author-show-page .lexical-network button{width:auto!important;min-width:0!important;min-height:0!important;box-shadow:none!important;color:var(--navy)!important;text-align:center!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important;font-family:Cormorant Garamond,Georgia,serif!important;font-weight:700!important;line-height:1!important}.author-show-page .lexical-center-node button{color:#fff!important;background:linear-gradient(135deg,#06185b,#008c9b)!important;border-radius:999px!important;padding:1.2rem 1.55rem!important;font-size:2.65rem!important;box-shadow:0 22px 50px #008c9b38!important}.author-show-page .lexical-node.size-1 button{font-size:2.25rem!important}.author-show-page .lexical-node.size-2 button{font-size:1.95rem!important}.author-show-page .lexical-node.size-3 button{font-size:1.65rem!important}.author-show-page .lexical-node.size-4 button{font-size:1.38rem!important}.author-show-page .lexical-node.size-5 button{font-size:1.18rem!important}.author-show-page .lexical-network button:hover{color:var(--teal-dark)!important;transform:translateY(-2px)!important}.author-show-page .lexical-center-node button:hover{color:#fff!important;transform:translateY(-2px)scale(1.035)!important}.author-show-page .lexical-network:before{content:"";filter:blur(2px);z-index:0;pointer-events:none;background:radial-gradient(circle,#64c4ca38,#0000 32%),radial-gradient(circle at 35% 35%,#efedffa6,#0000 42%),radial-gradient(circle at 68% 62%,#fff0cf94,#0000 40%);border-radius:999px;position:absolute;inset:8% 10%}.author-show-page .lexical-connector{opacity:.95!important;background:linear-gradient(90deg,#008c9b75,#143f9f2e,#7d6ce20d)!important;height:2.5px!important}.author-show-page .lexical-center-node button{background:radial-gradient(circle at 28% 22%,#ffffff38,#0000 34%),linear-gradient(135deg,#06185b 0%,#007c98 78%,#16b7c8 100%)!important;box-shadow:0 24px 58px #008c9b47,0 0 0 10px #64c4ca14!important}.author-show-page .lexical-node button{text-shadow:0 1px #fffc;border-radius:999px!important;padding:.12rem .22rem!important}.author-show-page .lexical-node:nth-of-type(3n+1) button{color:#06185b!important}.author-show-page .lexical-node:nth-of-type(3n+2) button{color:#075b8d!important}.author-show-page .lexical-node:nth-of-type(3n+3) button{color:#4b46a8!important}.author-show-page .lexical-network:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle at 20% 34%,#ff775c1a,#0000 5rem),radial-gradient(circle at 76% 35%,#c9a24d21,#0000 5rem),radial-gradient(circle at 72% 78%,#7d6ce21f,#0000 6rem);position:absolute;inset:0}.author-show-page .lexical-center-node,.author-show-page .lexical-node,.author-show-page .lexical-connector{position:absolute!important}.author-show-page .lexical-center-node,.author-show-page .lexical-node{z-index:4!important}.author-show-page .lexical-connector{z-index:2!important}.author-show-page .entity-card-wide{background:radial-gradient(circle at 90% 8%,#7d6ce22e,#0000 18rem),radial-gradient(circle at 12% 88%,#64c4ca33,#0000 20rem),radial-gradient(circle at 48% 45%,#fff0cf6b,#0000 24rem),linear-gradient(135deg,#fffffff5,#eef9fbc7)!important;border-radius:30px!important;padding:clamp(1.45rem,2.2vw,2rem)!important;box-shadow:0 26px 72px #192b5f1a!important}.author-show-page .syntax-frequency-grid{gap:1.15rem!important;margin-top:.35rem!important}.author-show-page .syntax-frequency-card{background:radial-gradient(circle at 92% 12%,#64c4ca2e,#0000 8rem),linear-gradient(135deg,#fffffff0,#f7fbfdd1)!important;border:1px solid #0f266c1a!important;border-radius:24px!important;min-height:122px!important;padding:1.15rem 1.25rem 1rem!important;position:relative!important;overflow:hidden!important;box-shadow:0 16px 42px #192b5f11!important}.author-show-page .syntax-frequency-card:first-child{background:radial-gradient(circle at 92% 12%,#7d4adb38,#0000 8rem),linear-gradient(135deg,#fffffff5,#f3efffd1)!important}.author-show-page .syntax-frequency-card:nth-child(2){background:radial-gradient(circle at 92% 12%,#ef7e2338,#0000 8rem),linear-gradient(135deg,#fffffff5,#fff4e8d6)!important}.author-show-page .syntax-frequency-card:nth-child(3){background:radial-gradient(circle at 92% 12%,#38bdf83d,#0000 8rem),linear-gradient(135deg,#fffffff5,#e8f8ffd6)!important}.author-show-page .syntax-frequency-card:nth-child(4){background:radial-gradient(circle at 92% 12%,#26995838,#0000 8rem),linear-gradient(135deg,#fffffff5,#ebfaf2d6)!important}.author-show-page .syntax-frequency-card strong{z-index:2;position:relative;color:var(--navy)!important;font-size:1.08rem!important;line-height:1.15!important}.author-show-page .syntax-frequency-card span{z-index:2;position:relative;color:#65728f!important;margin-top:.5rem!important;font-size:.96rem!important;font-weight:850!important}.author-show-page .syntax-frequency-bar{z-index:2;background:#0f266c13;border-radius:999px;width:100%;height:9px;margin-top:1rem;position:relative;overflow:hidden}.author-show-page .syntax-frequency-bar i{border-radius:inherit;background:linear-gradient(90deg,#06185b,#008c9b,#16b7c8);height:100%;display:block;box-shadow:0 0 18px #008c9b38}.author-show-page .syntax-frequency-card:first-child .syntax-frequency-bar i{background:linear-gradient(90deg,#5b36c9,#8b6cf0)}.author-show-page .syntax-frequency-card:nth-child(2) .syntax-frequency-bar i{background:linear-gradient(90deg,#d85f12,#ff9a3d)}.author-show-page .syntax-frequency-card:nth-child(3) .syntax-frequency-bar i{background:linear-gradient(90deg,#008c9b,#38bdf8)}.author-show-page .syntax-frequency-card:nth-child(4) .syntax-frequency-bar i{background:linear-gradient(90deg,#137a45,#35c47a)}.author-show-page .syntax-frequency-card:hover{border-color:#64c4ca57!important;transform:translateY(-4px)!important;box-shadow:0 24px 58px #192b5f1f!important}.author-show-page .syntax-frequency-card:hover .syntax-frequency-bar i{filter:saturate(1.12)}.author-show-page .entity-card-wide .entity-card-link{color:var(--indigo)!important;margin-top:1.35rem!important;padding-top:.35rem!important}.author-show-page .entity-card-wide{background:radial-gradient(circle at 92% 10%,#64c4ca1c,#0000 18rem),linear-gradient(135deg,#fffffff5,#f8fcfddb)!important}.author-show-page .syntax-frequency-card,.author-show-page .syntax-frequency-card:first-child,.author-show-page .syntax-frequency-card:nth-child(2),.author-show-page .syntax-frequency-card:nth-child(3),.author-show-page .syntax-frequency-card:nth-child(4){background:linear-gradient(135deg,#fffffff5,#fafdfee0)!important}.author-show-page .syntax-frequency-card:before{content:"";opacity:.85;border-radius:999px;width:5px;position:absolute;inset:0 auto 0 0}.author-show-page .syntax-frequency-card:first-child:before{background:#7d4adb}.author-show-page .syntax-frequency-card:nth-child(2):before{background:#ef7e23}.author-show-page .lexical-network button{transition:color .18s,text-shadow .18s,filter .18s,transform .18s}.author-show-page .lexical-node button:hover{text-shadow:0 0 3px #fff,0 0 9px #fffffff5,0 0 18px #ffffffd6,0 0 32px #64c4ca6b,0 0 46px #008c9b3d;filter:brightness(1.14)saturate(1.08);transform:translateY(-1px)scale(1.055);color:#02124f!important;box-shadow:none!important;background:0 0!important}.author-show-page .lexical-center-node button:hover{text-shadow:0 0 6px #ffffffb3,0 0 16px #ffffff57;filter:brightness(1.13)saturate(1.1);transform:translateY(-1px)scale(1.045);color:#fff!important;background:linear-gradient(135deg,#064ca2,#008c9b)!important;box-shadow:0 0 10px #ffffffbf,0 0 24px #ffffff80,0 0 42px #64c4ca7a,0 20px 50px #06185b38!important}.author-show-page .lexical-network{width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;position:relative!important;overflow:visible!important}.author-show-page .lexical-center-node{z-index:5!important;position:absolute!important;top:52%!important;left:50%!important;transform:translate(-50%,-50%)!important}.author-show-page .lexical-node{left:var(--node-left)!important;top:var(--node-top)!important;z-index:6!important;width:max-content!important;max-width:160px!important;position:absolute!important;transform:translate(-50%,-50%)!important}.author-show-page .lexical-connector{width:var(--line-length)!important;transform-origin:0!important;height:2px!important;transform:rotate(var(--line-angle))!important;pointer-events:none!important;z-index:2!important;background:linear-gradient(90deg,#008c9b57,#143f9f1f)!important;border-radius:999px!important;position:absolute!important;top:52%!important;left:50%!important}.author-show-page .lexical-connector:before,.author-show-page .lexical-connector:after{content:none!important;display:none!important}.author-show-page .lexical-network-card{background:radial-gradient(circle at 82% 14%,#64c4ca42,#0000 18rem),radial-gradient(circle at 18% 82%,#efedff75,#0000 17rem),radial-gradient(circle at 62% 58%,#fff0cf52,#0000 12rem),linear-gradient(135deg,#fffffff5,#ecfafb9e)!important}.author-show-page .lexical-node button:hover{filter:brightness(1.12)saturate(1.08);transform:translateY(-1px)scale(1.045);color:#02124f!important;text-shadow:0 0 5px #fff,0 0 15px #fffffff2,0 0 32px #64c4ca94!important}.author-show-page .lexical-connector{width:calc(var(--line-length) * .78)!important;opacity:.72!important;background:linear-gradient(90deg,#008c9b57,#143f9f14)!important}.author-show-page .lexical-center-node button,.author-show-page .lexical-center-node button:hover{text-shadow:none!important;filter:none!important}.author-show-page .lexical-center-node button:hover{transform:none!important}.author-show-page .lexical-node,.author-show-page .lexical-node:hover,.author-show-page .lexical-node button,.author-show-page .lexical-node button:hover{box-shadow:none!important;filter:none!important;background:0 0!important;outline:none!important}.author-show-page .lexical-node button{transition:text-shadow .18s,color .18s!important;transform:none!important}.author-show-page .lexical-node button:hover{color:#06185b!important;text-shadow:0 0 3px #fffffff2,0 0 8px #ffffffe6,0 0 16px #64c4ca8c,0 0 24px #7d6ce247!important;transform:none!important}.author-show-page .lexical-center-node,.author-show-page .lexical-center-node:hover,.author-show-page .lexical-center-node button,.author-show-page .lexical-center-node button:hover{box-shadow:none!important;filter:none!important;text-shadow:none!important}.author-show-page .entity-grid>.entity-card:first-child{flex-direction:column!important;min-height:100%!important;display:flex!important}.author-show-page .entity-grid>.entity-card:first-child .entity-link-list{flex:none!important}.author-show-page .entity-grid>.entity-card:first-child .entity-card-link,.author-show-page .entity-grid>.entity-card:first-child .entity-card-link-separated{margin-top:auto!important;padding-top:1.25rem!important}.author-show-page .entity-grid>.entity-card:first-child .entity-card-link-separated{justify-content:space-between!important;align-items:center!important;gap:1rem!important;display:flex!important}.bibliography-results{gap:26px;display:grid}.bibliography-category{gap:18px;display:grid}.bibliography-category+.bibliography-category{margin-top:20px}.bibliography-current-category{background:radial-gradient(circle at 8% 18%,#16b7c821,#0000 34%),linear-gradient(135deg,#fffffffa,#e6f9fae6);border:1px solid #081b5c14;border-radius:0 0 34px 34px;justify-content:space-between;align-items:center;gap:24px;padding:28px 34px;display:flex;box-shadow:0 18px 46px #081b5c14}.bibliography-current-category h2{color:#06185b;letter-spacing:-.055em;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.9rem,3.2vw,3.25rem);font-weight:700;line-height:.95}.bibliography-current-category span{color:#00899a;background:#16b7c826;border-radius:999px;place-items:center;min-width:48px;height:48px;font-weight:950;display:grid}.language-image-flag{object-fit:cover;vertical-align:-.22em;border-radius:999px;width:1.35em;height:1.35em;display:inline-block;box-shadow:0 0 0 1px #07184c14}.language-emoji-flag,.language-image-flag{flex:none}.language-flag-circle .language-emoji-flag{font-size:24px;line-height:1;transform:scale(1.18)}.language-flag-circle{background:#ffffffd1;border-radius:999px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;overflow:hidden;box-shadow:inset 0 0 0 1px #071d5b1a,0 5px 14px #071d5b1f}.language-dropdown-trigger .language-flag-circle{width:32px;height:32px}.language-option .language-flag-circle{width:28px;height:28px}:root{--site-header-height:92px}.fixed-site-header{-webkit-backdrop-filter:blur(18px);background:linear-gradient(135deg,#fffffff7,#eefcfdf0),#fffffff2;border-bottom:1px solid #071d5b14;box-shadow:0 14px 34px #071d5b14;z-index:99999!important;width:100%!important;position:fixed!important;top:0!important;left:0!important;right:0!important}.fixed-site-header .site-header{width:min(1180px,100% - 32px);min-height:var(--site-header-height);margin:0 auto;box-shadow:none!important;background:0 0!important;border-bottom:none!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important}.app-shell{min-height:100vh}.app-shell>main{padding-top:var(--site-header-height)}.fixed-site-header .site-header{z-index:1;width:min(1180px,100% - 32px);min-height:var(--site-header-height);box-shadow:none;background:0 0;border-bottom:0;margin:0 auto;position:relative}:root{--page-side-space:2cm}.fixed-site-header{z-index:9999;width:100%;box-shadow:none;-webkit-backdrop-filter:blur(18px);background:linear-gradient(135deg,#fffffffa 0%,#eefcfdeb 100%);border-bottom:0;position:fixed;top:0;left:0}.fixed-site-header:after{content:"";pointer-events:none;background:linear-gradient(#eefcfd85 0%,#eefcfd38 45%,#eefcfd00 100%);height:42px;position:absolute;bottom:-42px;left:0;right:0}.fixed-site-header .site-header{width:100%;max-width:none;padding-left:var(--page-side-space);padding-right:var(--page-side-space);box-shadow:none;background:0 0;border-bottom:0;justify-content:space-between;align-items:center;margin:0;display:flex}.fixed-site-header .brand{flex-shrink:0;margin-right:auto}.fixed-site-header .site-nav{justify-content:flex-end;align-items:center;margin-left:auto;display:flex}.site-header{box-sizing:border-box;justify-content:space-between;align-items:center;gap:32px;min-height:118px;padding:0 2cm;display:flex}.site-nav{white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:auto;justify-content:flex-end;align-items:center;gap:14px;min-width:0;display:flex;overflow:auto hidden}main:not(.home-main),.home-main{padding-top:118px}.site-header{box-sizing:border-box;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:36px;height:118px;padding:0 2cm;display:grid}.brand{flex:none;justify-self:start;align-items:center;display:inline-flex}.site-nav{white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;box-sizing:border-box;justify-content:flex-start;justify-self:end;align-items:center;gap:14px;min-width:0;max-width:100%;padding:10px 2px;display:flex;overflow:auto hidden}.site-nav::-webkit-scrollbar{display:none}.site-nav>*{flex:none}main:not(.home-main),.home-main{padding-top:118px}html,body{overflow-x:hidden}.fixed-site-header{z-index:5000;-webkit-backdrop-filter:blur(18px);background:linear-gradient(#f8fefffa 0%,#f8fefff2 58%,#f8feffb8 76%,#f8feff57 90%,#f8feff00 100%);position:fixed;top:0;left:0;right:0}.site-header{box-sizing:border-box;justify-content:space-between;align-items:center;gap:32px;width:100%;height:118px;padding-left:2cm;padding-right:2cm;display:flex}.brand{z-index:5200;flex:none;align-items:center;display:inline-flex}.site-nav a,.language-dropdown-trigger{white-space:nowrap}.mobile-menu-trigger,.mobile-menu-backdrop{display:none}.language-flag-circle{border-radius:999px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;overflow:hidden;box-shadow:0 0 0 1px #0f2d5024}.language-flag-circle img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=1280px){.site-header{gap:22px;padding-left:32px;padding-right:32px}.site-nav{gap:9px}.site-nav a,.language-dropdown-trigger{font-size:.88rem}}@media (width<=1080px){body{padding-top:104px}.site-header{height:104px;padding-left:24px;padding-right:24px}.brand-logo{height:62px}.mobile-menu-trigger{color:#09225c;cursor:pointer;z-index:5200;background:#ffffffdb;border:0;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;box-shadow:0 14px 34px #1446642e}.site-header .site-nav{display:none!important}.site-header .site-nav.open{z-index:5150;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;box-sizing:border-box;background:radial-gradient(circle at 10% 0,#cbf9ff73,#0000 38%),linear-gradient(145deg,#fffffffa,#eefdfff7);border:1px solid #b5ddebb3;border-radius:28px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;max-height:calc(100vh - 118px);padding:16px;position:fixed;top:96px;left:24px;right:24px;overflow-y:auto;box-shadow:0 24px 70px #0f3c5a3d;display:flex!important}.site-header .site-nav.open a,.site-header .site-nav.open .language-dropdown-trigger{box-sizing:border-box;justify-content:flex-start;width:100%;min-height:46px}.site-header .site-nav.open .language-dropdown{width:100%}.mobile-menu-backdrop{z-index:5100;-webkit-backdrop-filter:blur(2px);background:#06183814;border:0;margin:0;padding:0;display:block;position:fixed;inset:0}}@media (width<=640px){body{padding-top:92px}.site-header{height:92px;padding-left:18px;padding-right:18px}.brand-logo{height:54px}.mobile-menu-trigger{width:44px;height:44px}.site-header .site-nav.open{border-radius:24px;max-height:calc(100vh - 104px);top:86px;left:16px;right:16px}}@media (width<=1080px){.site-header{justify-content:space-between;align-items:center;display:flex}.brand{margin-right:auto}.mobile-menu-trigger{color:#fff;cursor:pointer;z-index:5200;background:radial-gradient(circle at 30% 20%,#ffffff59,#0000 34%),linear-gradient(135deg,#123f8c 0%,#078c9c 100%);border:1px solid #1660a038;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;margin-left:auto;display:inline-flex;box-shadow:0 16px 34px #0d468238,inset 0 1px #ffffff52}.mobile-menu-trigger:hover{transform:translateY(-1px);box-shadow:0 20px 42px #0d468247,inset 0 1px #ffffff5c}.mobile-menu-trigger svg{stroke-width:2.4px}}@media (width<=640px){.mobile-menu-trigger{width:44px;height:44px}}.author-show-page .entity-grid{grid-template-columns:minmax(320px,.95fr) minmax(420px,1.05fr);align-items:stretch;gap:32px;width:100%;display:grid}.author-show-page .entity-grid>.entity-card{width:100%;min-width:0}.author-show-page .entity-card-wide{grid-column:1/-1}.author-show-page .lexical-network-card{min-width:0;overflow:hidden}.author-show-page .lexical-network{width:100%;max-width:100%;overflow:hidden}.author-show-page .syntax-frequency-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;width:100%;display:grid}.author-show-page .syntax-frequency-grid>*{min-width:0}.author-show-page .syntax-frequency-card{width:100%;min-width:0}.author-show-page .syntax-frequency-card strong{overflow-wrap:anywhere;word-break:normal}@media (width<=1150px){.author-show-page .entity-grid{grid-template-columns:1fr}.author-show-page .entity-card-wide{grid-column:auto}.author-show-page .lexical-network-card{min-height:620px}.author-show-page .syntax-frequency-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.author-show-page{padding-inline:18px}.author-show-page .entity-grid{gap:24px}.author-show-page .entity-card{border-radius:28px;padding:24px 22px}.author-show-page .lexical-network-card{min-height:560px}.author-show-page .syntax-frequency-grid{grid-template-columns:1fr;gap:18px}.author-show-page .syntax-frequency-card{min-height:auto}}@media (width<=480px){.author-show-page{padding-inline:14px}.author-show-page .entity-card{padding:22px 18px}.author-show-page .entity-card-heading{gap:12px}.author-show-page .entity-card-heading h2{font-size:1.25rem}.author-show-page .lexical-network-card{min-height:520px}.author-show-page .work-link,.author-show-page .entity-card-link{font-size:.98rem}}.text-detail-layout{grid-template-columns:minmax(0,1fr) minmax(320px,380px);align-items:start;gap:34px;width:100%;max-width:100%;display:grid}.text-detail-main,.text-detail-side{min-width:0}.poem-text p>span:last-child{overflow-wrap:normal;word-break:normal;min-width:0}@media (width<=1100px){.text-detail-layout{flex-direction:column;gap:28px;display:flex}.text-detail-main{order:1;width:100%;max-width:100%}.text-detail-legends{order:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;width:100%;max-width:none;margin-top:14px;display:grid}.text-detail-side,.side-legend-card{position:static!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}}@media (width<=760px){.text-detail-page{padding-inline:18px;overflow-x:hidden}.text-detail-heading h1{font-size:clamp(3.1rem,13vw,5rem);line-height:.92}.text-detail-heading h2{font-size:1.35rem}.text-detail-heading p{font-size:1.02rem}.text-reference-edition-static{border-radius:26px;padding:22px 20px}.text-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:18px;width:100%;max-width:100%;padding-bottom:8px;display:flex;overflow:auto hidden}.text-tabs::-webkit-scrollbar{display:none}.text-tabs button{white-space:nowrap;flex:none}.poem-text{width:100%;max-width:100%;margin-top:22px}.poem-text p{grid-template-columns:38px minmax(0,1fr);align-items:baseline;column-gap:10px;font-size:clamp(1.28rem,5.2vw,2rem);line-height:1.42;display:grid}.poem-text p>span:first-child{text-align:right;width:auto;min-width:0}.poem-text p>span:last-child{overflow-wrap:normal;word-break:normal;min-width:0;max-width:100%}.text-detail-legends{grid-template-columns:1fr;gap:18px;margin-top:24px}.side-legend-card{border-radius:28px;width:100%;max-width:100%;padding:24px 22px}}@media (width<=480px){.text-detail-page{padding-inline:14px}.text-detail-heading h1{font-size:clamp(2.8rem,14vw,4.1rem)}.text-detail-heading h2{font-size:1.22rem}.text-detail-heading p{font-size:.98rem}.poem-text p{grid-template-columns:32px minmax(0,1fr);column-gap:8px;font-size:clamp(1.05rem,5.4vw,1.55rem);line-height:1.48}.text-reference-edition-static,.side-legend-card{padding:20px 18px}}@media (width<=980px){.fixed-site-header{z-index:3000;-webkit-backdrop-filter:blur(18px);background:linear-gradient(#f5fdfdfa 0%,#f5fdfde6 62%,#f5fdfd00 100%);height:118px;position:fixed;top:0;left:0;right:0}.site-header{gap:16px;width:100%;max-width:none;height:96px;min-height:96px;margin:0;padding:0 26px;position:relative;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;display:flex!important}.brand{flex:none;justify-content:flex-start!important;align-items:center!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;display:flex!important;position:static!important;inset:auto!important;transform:none!important}.brand-logo{width:82px!important;max-width:82px!important;height:auto!important;margin:0!important;display:block!important;transform:none!important}.mobile-menu-trigger{color:#fff;cursor:pointer;z-index:3005;background:linear-gradient(135deg,#174c9e 0%,#078da0 100%);border:1px solid #ffffff8c;border-radius:999px;flex:none;width:64px;min-width:64px;height:46px;box-shadow:0 16px 36px #0544763d,inset 0 1px #ffffff57;justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important;display:inline-flex!important;position:static!important;inset:auto!important;transform:none!important}.mobile-menu-trigger svg{color:#fff!important;stroke:currentColor!important;opacity:1!important;visibility:visible!important;width:27px!important;height:27px!important;display:block!important}.mobile-menu-trigger:before,.mobile-menu-trigger:after{content:none!important;display:none!important}.site-nav{display:none!important}.site-nav.open{z-index:3004;overscroll-behavior:contain;background:linear-gradient(145deg,#fffffffa,#e8fbfcf0);border:1px solid #c4ddece6;border-radius:30px;gap:8px;max-height:calc(100vh - 124px);padding:18px;position:fixed;top:100px;left:20px;right:20px;overflow-y:auto;box-shadow:0 28px 70px #11355e3d,inset 0 1px #ffffffd1;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;display:flex!important}.site-nav.open a,.site-nav.open .language-dropdown-trigger{border-radius:18px;justify-content:flex-start;align-items:center;width:100%;min-height:48px;padding:12px 16px;display:flex!important}.site-nav.open a.active{background:#154a9a1a}.mobile-menu-backdrop{z-index:3002;background:#02122d24;border:0;display:block;position:fixed;inset:0}body{padding-top:118px}}@media (width>=981px){.mobile-menu-trigger,.mobile-menu-backdrop{display:none!important}}@media (width<=980px){body{padding-top:20px!important}.fixed-site-header{height:20px!important}.site-header{height:78px!important;min-height:78px!important;padding-top:0!important;padding-bottom:0!important}.lexicon-page,.entity-page,.text-detail-page,.bibliography-page{padding-top:28px!important}.lexicon-heading{margin-top:0!important;padding-top:0!important}.lexicon-heading h1{margin-top:0!important}}.site-header{height:86px!important;min-height:86px!important}.lexicon-heading,.entity-hero,.text-detail-page>.back-soft-link,.bibliography-hero{margin-top:0!important}.fixed-site-header{height:128px!important}.site-header{align-items:center!important;height:112px!important;min-height:112px!important;padding:0 2cm!important;display:flex!important}.brand-logo{width:auto!important;height:74px!important}.site-nav{gap:18px!important;font-size:15px!important}.site-nav a,.language-dropdown-trigger{min-height:46px!important}@media (width<=980px){body{padding-top:104px!important}.fixed-site-header{height:104px!important}.site-header{align-items:center!important;height:94px!important;min-height:94px!important;padding:0 30px!important;display:flex!important}.brand-logo{height:64px!important}.mobile-menu-trigger{align-self:center!important;width:62px!important;height:48px!important;margin-left:auto!important}}.lexicon-page,.entity-page,.text-detail-page,.bibliography-page{padding-top:24px!important}.home-main,main:not(.home-main) .project-page,.project-page{padding-top:0!important}.project-hero,.methodology-hero,.project-page .entity-hero,.project-page .lexicon-heading{margin-top:0!important;padding-top:32px!important}.fixed-site-header{z-index:9999;width:100%;position:fixed;top:0;left:0}.site-header{box-sizing:border-box;justify-content:space-between;align-items:center;gap:32px;width:100%;min-height:116px;padding:18px 2cm;display:flex}.brand{flex:none;align-items:center;display:flex}.brand-logo{width:76px;height:auto;display:block}.site-nav{flex:0 auto;justify-content:flex-end;align-items:center;gap:18px;min-width:0;display:flex}@media (width<=700px){.site-header{justify-content:space-between;min-height:116px;padding:18px clamp(24px,5vw,2cm)}.brand-logo{width:76px}.mobile-menu-trigger{color:#fff;cursor:pointer;z-index:10002;background:linear-gradient(135deg,#104aa5,#0a9faf);border:1px solid #085a9647;border-radius:999px;justify-content:center;align-items:center;width:72px;height:48px;position:relative;box-shadow:0 18px 42px #042f5f3d;display:inline-flex!important}.mobile-menu-trigger svg{stroke-width:2.8px;display:block}.site-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;visibility:hidden;pointer-events:none;z-index:10001;background:radial-gradient(circle at 20% 0,#9de6e847,#0000 42%),#fffffff0;border:1px solid #0c36701f;border-radius:28px;flex-direction:column;align-items:stretch;gap:10px;width:min(360px,100vw - 36px);max-height:calc(100vh - 130px);padding:18px;transition:opacity .22s,transform .22s,visibility .22s;display:flex;position:fixed;top:104px;left:auto;right:clamp(18px,5vw,2cm);overflow-y:auto;transform:translateY(-10px);box-shadow:0 28px 70px #06235638}.site-nav.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.site-nav a,.site-nav .language-dropdown-trigger{justify-content:flex-start;width:100%}.language-dropdown{width:100%}.language-dropdown-trigger{min-height:48px}.mobile-menu-backdrop{z-index:10000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#04123029;border:0;position:fixed;inset:0}}@media (width<=640px){.site-header{min-height:104px;padding:16px 24px}.brand-logo{width:66px}.mobile-menu-trigger{width:68px;height:46px}.site-nav{width:calc(100vw - 36px);max-height:calc(100vh - 112px);top:94px;right:18px}}@media (width<=1100px){.growth-card,.project-growth,.method-growth,.growth-section{grid-template-columns:1fr!important}.growth-card{align-items:start}.growth-card h2,.growth-card p,.growth-card .section-kicker{max-width:720px}.growth-card h2{font-size:clamp(2rem,6vw,3.4rem);line-height:1.05}.growth-card p{font-size:1.05rem;line-height:1.75}.growth-contact,.growth-card .contact-pill,.project-contact,.growth-card a[href^=mailto]{justify-content:center;width:100%;max-width:760px;margin-top:26px}}@media (width<=700px){.mobile-menu-trigger{display:inline-flex}.site-nav{top:var(--header-height,120px);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:999;background:radial-gradient(circle at 100% 0,#7bdde238,#0000 42%),#fffffff0;border:1px solid #0a245c1f;border-radius:28px;flex-direction:column;align-items:stretch;gap:10px;padding:18px;display:none;position:fixed;left:22px;right:22px;box-shadow:0 24px 70px #0c1e4a2e}.site-nav.open{display:flex}.site-nav a,.language-dropdown-trigger{justify-content:flex-start;width:100%}}@media (width>=901px){.mobile-menu-trigger{display:none!important}.site-nav{flex-direction:row!important;display:flex!important;position:static!important}}@media (width>=821px) and (width<=1350px){.site-header{overflow:visible}.site-nav{scrollbar-width:thin;-webkit-overflow-scrolling:touch;max-width:calc(100vw - 220px);padding-bottom:8px;flex-wrap:nowrap!important;display:flex!important;overflow:auto hidden!important}.site-nav a,.language-dropdown,.language-dropdown-trigger{white-space:nowrap;flex:none}}@media (width<=1100px){.growth-panel,.growth-card,.project-growth-card{display:block!important}.growth-panel>*,.growth-card>*,.project-growth-card>*{max-width:760px}.growth-panel h2,.growth-card h2,.project-growth-card h2{max-width:520px}.growth-panel p,.growth-card p,.project-growth-card p{max-width:720px;line-height:1.7}.growth-panel .contact-pill,.growth-card .contact-pill,.project-growth-card .contact-pill{width:fit-content;max-width:100%;margin-top:28px}}@media (width>=821px) and (width<=1350px){.fixed-site-header,.site-header{overflow:visible!important}.site-header{align-items:center!important;gap:28px!important;display:flex!important}.brand{flex:none!important}.mobile-menu-trigger{display:none!important}.site-nav{scrollbar-width:thin;-webkit-overflow-scrolling:touch;white-space:nowrap!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;flex-flow:row!important;flex:auto!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;max-width:100%!important;margin-left:auto!important;padding:0 0 10px!important;display:flex!important;position:static!important;overflow:auto hidden!important;transform:none!important}.site-nav::-webkit-scrollbar{height:7px}.site-nav::-webkit-scrollbar-track{background:#0a245c14;border-radius:999px}.site-nav::-webkit-scrollbar-thumb{background:#0074a059;border-radius:999px}.site-nav a,.language-dropdown,.language-dropdown-trigger{white-space:nowrap!important;flex:none!important}}.mobile-menu-trigger{display:none!important}@media (width>=701px){.fixed-site-header,.site-header{overflow:visible!important}.site-header{align-items:center!important;gap:24px!important;min-width:0!important;display:flex!important}.brand{flex:none!important}.mobile-menu-trigger{display:none!important}.site-nav{scrollbar-width:thin;-webkit-overflow-scrolling:touch;white-space:nowrap!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;min-width:0!important;max-width:none!important;box-shadow:none!important;background:0 0!important;border:0!important;flex-flow:row!important;flex:auto!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;margin-left:auto!important;padding:0 0 10px!important;display:flex!important;position:static!important;inset:auto!important;overflow:auto hidden!important;transform:none!important}.site-nav::-webkit-scrollbar{height:7px}.site-nav::-webkit-scrollbar-track{background:#0a245c14;border-radius:999px}.site-nav::-webkit-scrollbar-thumb{background:#0074a061;border-radius:999px}.site-nav a,.language-dropdown,.language-dropdown-trigger{white-space:nowrap!important;flex:none!important}}@media (width<=700px){.site-header{justify-content:space-between!important;align-items:center!important;display:flex!important}.mobile-menu-trigger{display:inline-flex!important}.site-nav{display:none!important}.site-nav.open{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);top:var(--header-height,110px)!important;z-index:9999!important;background:radial-gradient(circle at 100% 0,#7bdde238,#0000 42%),#fffffff5!important;border:1px solid #0a245c1f!important;border-radius:28px!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;padding:18px!important;display:flex!important;position:fixed!important;left:18px!important;right:18px!important;box-shadow:0 24px 70px #0c1e4a2e!important}.site-nav.open a,.site-nav.open .language-dropdown-trigger{justify-content:flex-start!important;width:100%!important}}@media (width>=701px){.mobile-menu-trigger,.mobile-menu-backdrop{display:none!important}.fixed-site-header,.site-header{overflow:visible!important}.site-header{justify-content:space-between!important;align-items:center!important;gap:24px!important;min-width:0!important;display:flex!important}.brand{flex:none!important}.site-header .site-nav,.fixed-site-header .site-nav,.site-nav,.site-nav.open{white-space:nowrap!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;min-width:0!important;max-width:none!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;scrollbar-width:none!important;-ms-overflow-style:none!important;-webkit-overflow-scrolling:touch!important;background:0 0!important;border:0!important;flex-flow:row!important;flex:auto!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;margin-left:auto!important;padding:0 0 10px!important;display:flex!important;position:static!important;inset:auto!important;overflow:auto hidden!important;transform:none!important}.site-header .site-nav>*,.site-nav>*,.site-nav a,.language-dropdown,.language-dropdown-trigger{white-space:nowrap!important;flex:none!important}.site-nav::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}}@media (width<=700px){.site-header{justify-content:space-between!important;align-items:center!important;display:flex!important}.mobile-menu-trigger{display:inline-flex!important}.site-header .site-nav,.fixed-site-header .site-nav,.site-nav{display:none!important}.site-header .site-nav.open,.fixed-site-header .site-nav.open,.site-nav.open{-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;z-index:9999!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;background:radial-gradient(circle at 100% 0,#7bdde238,#0000 42%),#fffffff5!important;border:1px solid #0a245c1f!important;border-radius:28px!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;max-height:calc(100vh - 116px)!important;padding:18px!important;display:flex!important;position:fixed!important;top:96px!important;left:18px!important;right:18px!important;overflow:hidden auto!important;transform:none!important;box-shadow:0 24px 70px #0c1e4a2e!important}.site-nav.open a,.site-nav.open .language-dropdown-trigger{justify-content:flex-start!important;width:100%!important}}.project-growth,.growth-section,.growth-card,.growth-panel,.project-growth-card{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;display:grid!important}.project-growth>*,.growth-section>*,.growth-card>*,.growth-panel>*,.project-growth-card>*{min-width:0!important}.project-growth h2,.growth-section h2,.growth-card h2,.growth-panel h2,.project-growth-card h2,.project-growth p,.growth-section p,.growth-card p,.growth-panel p,.project-growth-card p{max-width:680px!important}.project-growth .contact-pill,.growth-section .contact-pill,.growth-card .contact-pill,.growth-panel .contact-pill,.project-growth-card .contact-pill,.project-growth a[href^=mailto],.growth-section a[href^=mailto],.growth-card a[href^=mailto],.growth-panel a[href^=mailto],.project-growth-card a[href^=mailto]{grid-column:1/-1!important;justify-self:start!important;width:fit-content!important;max-width:100%!important;margin-top:28px!important}@media (width<=760px){.project-growth .contact-pill,.growth-section .contact-pill,.growth-card .contact-pill,.growth-panel .contact-pill,.project-growth-card .contact-pill,.project-growth a[href^=mailto],.growth-section a[href^=mailto],.growth-card a[href^=mailto],.growth-panel a[href^=mailto],.project-growth-card a[href^=mailto]{text-align:center!important;justify-content:center!important;width:100%!important}}.project-growth,.growth-section,.growth-card,.growth-panel,.project-growth-card{flex-direction:column!important;align-items:flex-start!important;padding:clamp(76px,7vw,120px) clamp(64px,7vw,128px)!important;display:flex!important}.project-growth .icon-card,.growth-section .icon-card,.growth-card .icon-card,.growth-panel .icon-card,.project-growth-card .icon-card,.project-growth .method-icon,.growth-section .method-icon,.growth-card .method-icon,.growth-panel .method-icon,.project-growth-card .method-icon,.project-growth .growth-icon,.growth-section .growth-icon,.growth-card .growth-icon,.growth-panel .growth-icon,.project-growth-card .growth-icon{border-radius:24px!important;width:72px!important;min-width:72px!important;height:72px!important;margin:0 0 54px!important}.project-growth svg,.growth-section svg,.growth-card svg,.growth-panel svg,.project-growth-card svg{width:24px!important;height:24px!important}.project-growth .section-kicker,.growth-section .section-kicker,.growth-card .section-kicker,.growth-panel .section-kicker,.project-growth-card .section-kicker{margin:0 0 22px!important}.project-growth h2,.growth-section h2,.growth-card h2,.growth-panel h2,.project-growth-card h2{max-width:none!important;margin:0 0 34px!important}.project-growth p,.growth-section p,.growth-card p,.growth-panel p,.project-growth-card p{width:100%!important;max-width:1180px!important;margin:0!important;line-height:1.9!important}.project-growth .contact-pill,.growth-section .contact-pill,.growth-card .contact-pill,.growth-panel .contact-pill,.project-growth-card .contact-pill,.project-growth a[href^=mailto],.growth-section a[href^=mailto],.growth-card a[href^=mailto],.growth-panel a[href^=mailto],.project-growth-card a[href^=mailto]{justify-content:center!important;align-items:center!important;gap:18px!important;width:auto!important;max-width:100%!important;margin-top:64px!important;padding:22px 42px!important;display:inline-flex!important}@media (width<=760px){.project-growth,.growth-section,.growth-card,.growth-panel,.project-growth-card{padding:48px 28px!important}.project-growth .icon-card,.growth-section .icon-card,.growth-card .icon-card,.growth-panel .icon-card,.project-growth-card .icon-card,.project-growth .method-icon,.growth-section .method-icon,.growth-card .method-icon,.growth-panel .method-icon,.project-growth-card .method-icon,.project-growth .growth-icon,.growth-section .growth-icon,.growth-card .growth-icon,.growth-panel .growth-icon,.project-growth-card .growth-icon{margin-bottom:38px!important}.project-growth .contact-pill,.growth-section .contact-pill,.growth-card .contact-pill,.growth-panel .contact-pill,.project-growth-card .contact-pill,.project-growth a[href^=mailto],.growth-section a[href^=mailto],.growth-card a[href^=mailto],.growth-panel a[href^=mailto],.project-growth-card a[href^=mailto]{text-align:center!important;flex-wrap:wrap!important;width:100%!important;padding:20px 24px!important}}.archive-expansion-section{width:min(100% - 3rem,1480px);margin:clamp(72px,8vw,120px) auto 0}.archive-expansion-card{background:radial-gradient(circle at 12% 18%,#7edfe238,#0000 34%),radial-gradient(circle at 88% 76%,#8fe8eb47,#0000 34%),linear-gradient(135deg,#fffffff5,#e8fbfddb);border:1px solid #b1dce9c7;border-radius:clamp(34px,4vw,56px);grid-template-columns:minmax(0,1fr) clamp(150px,18vw,260px);align-items:center;gap:clamp(42px,6vw,92px);padding:clamp(56px,6vw,86px);display:grid;position:relative;overflow:hidden;box-shadow:0 34px 90px #0e2e581f,inset 0 1px #ffffffdb}.archive-expansion-card:before{content:"";background:linear-gradient(#06276c,#00aeb8);border-radius:999px;width:7px;position:absolute;top:46px;bottom:46px;left:0}.archive-expansion-card:after{content:"";border:1px solid #008d9d24;border-radius:999px;width:360px;height:360px;position:absolute;bottom:-120px;right:-120px;box-shadow:0 0 0 42px #008d9d0b}.archive-expansion-main{z-index:2;max-width:1060px;position:relative}.archive-expansion-kicker{color:#6b7898;letter-spacing:.28em;text-transform:uppercase;margin:0 0 16px;font-size:clamp(.95rem,1.1vw,1.1rem);font-weight:900}.archive-expansion-main h2{color:var(--indigo);margin:0 0 28px;font-size:clamp(2.2rem,4.5vw,4.2rem);line-height:.98}.archive-expansion-main h2:after{content:"";background:linear-gradient(90deg,#06276c,#00aeb8);border-radius:999px;width:104px;height:4px;margin-top:24px;display:block}.archive-expansion-text{color:#647392;max-width:1120px;margin:0;font-size:clamp(1.08rem,1.4vw,1.28rem);line-height:1.78}.archive-expansion-text strong{color:#5d6b8c;font-weight:900}.archive-expansion-contact{max-width:100%;color:var(--indigo);font:inherit;cursor:pointer;background:#ffffffe0;border:1px solid #0d36701a;border-radius:999px;justify-content:center;align-items:center;gap:18px;margin-top:40px;padding:20px 34px;font-weight:900;display:inline-flex;box-shadow:0 18px 42px #16365e1a}.archive-expansion-contact strong{color:#008d9d;white-space:nowrap}.archive-expansion-side{z-index:2;aspect-ratio:1;justify-self:center;place-items:center;width:clamp(210px,22vw,360px);display:grid;position:relative;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.archive-expansion-side:before,.archive-expansion-side:after{content:none!important;display:none!important}.archive-expansion-logo{object-fit:contain;filter:drop-shadow(0 22px 34px #05376e33);width:100%;max-width:330px;height:auto;display:block}@media (width<=980px){.archive-expansion-side{width:120px!important}.archive-expansion-logo{max-width:120px!important}.archive-expansion-card{grid-template-columns:1fr;padding:48px 32px}.archive-expansion-side{border-radius:28px;order:-1;justify-self:start;width:92px}.archive-expansion-side:before,.archive-expansion-side:after{display:none}.archive-expansion-side span{font-size:3.5rem}.archive-expansion-contact{text-align:center;flex-wrap:wrap;width:100%}}@media (width<=640px){.archive-expansion-section{width:min(100% - 1.4rem,1480px)}.archive-expansion-card{border-radius:30px;padding:40px 24px}.archive-expansion-main h2{font-size:clamp(2rem,12vw,3rem)}.archive-expansion-text{font-size:1rem}}@media (width>=1500px){.site-header{justify-content:space-between!important;align-items:center!important;display:flex!important}.brand{flex:none!important;margin-right:auto!important}.site-header .site-nav,.fixed-site-header .site-nav,.site-nav{flex:0 auto!important;justify-content:flex-end!important;max-width:calc(100vw - 260px)!important;margin-left:auto!important;overflow:auto hidden!important}}@media (width>=701px) and (width<=1499px){.site-header{justify-content:flex-start!important;align-items:center!important;gap:24px!important;min-width:0!important;display:flex!important}.brand{flex:none!important;margin-right:0!important}.site-header .site-nav,.fixed-site-header .site-nav,.site-nav{white-space:nowrap!important;scrollbar-width:none!important;-ms-overflow-style:none!important;-webkit-overflow-scrolling:touch!important;flex:auto!important;justify-content:flex-start!important;min-width:0!important;max-width:none!important;margin-left:0!important;display:flex!important;overflow:auto hidden!important}.site-nav::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.site-nav>*,.site-nav a,.language-dropdown,.language-dropdown-trigger{white-space:nowrap!important;flex:none!important}}html,body,#root{min-height:100%}.home-main,.home-page{height:auto!important;min-height:100vh!important;overflow:visible!important}.home-main{display:block!important}.home-page{flex-direction:column!important;display:flex!important}.discover-section,.home-discover,.home-cards,.discover-grid,.smart-grid{overflow:visible!important}@media (height<=820px) and (width>=900px){.home-page{gap:36px!important}.hero,.home-hero{min-height:auto!important;padding-top:36px!important;padding-bottom:36px!important}.discover-section,.home-discover{margin-top:24px!important}.discover-grid,.home-cards,.smart-grid{gap:18px!important}}body{scrollbar-width:none}body::-webkit-scrollbar{display:none}.home-main{padding-bottom:0!important}.home-page>section:last-child,.discover-section,.home-discover{margin-bottom:clamp(18px,2vw,32px)!important;padding-bottom:0!important}.home-page{padding-bottom:16px!important}.home-page>section:last-child,.discover-section,.home-discover{margin-bottom:12px!important}.site-footer{margin-top:12px!important}html,body{scrollbar-width:none!important;-ms-overflow-style:none!important;overflow:hidden auto!important}html::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}body::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.app-shell,main,.home-main,.home-page,.project-page,.lexicon-page,.entity-page,.text-detail-page,.bibliography-page{scrollbar-width:none!important;-ms-overflow-style:none!important}.app-shell::-webkit-scrollbar{width:0!important;display:none!important}main::-webkit-scrollbar{width:0!important;display:none!important}.home-main::-webkit-scrollbar{width:0!important;display:none!important}.home-page::-webkit-scrollbar{width:0!important;display:none!important}.project-page::-webkit-scrollbar{width:0!important;display:none!important}.lexicon-page::-webkit-scrollbar{width:0!important;display:none!important}.entity-page::-webkit-scrollbar{width:0!important;display:none!important}.text-detail-page::-webkit-scrollbar{width:0!important;display:none!important}.bibliography-page::-webkit-scrollbar{width:0!important;display:none!important}html,body,#root{min-height:100%;height:auto!important}body{overflow:hidden auto!important}.app-shell,.home-main,.home-page{height:auto!important;min-height:100vh!important;overflow:visible!important}.home-page{flex-direction:column!important;padding-bottom:24px!important;display:flex!important}.home-discover,.discover-section,.home-cards,.discover-grid,.smart-grid{height:auto!important;max-height:none!important;overflow:visible!important}.site-footer{margin-top:24px!important;position:static!important}html::-webkit-scrollbar{width:0!important;display:none!important}body::-webkit-scrollbar{width:0!important;display:none!important}@media (width>=1450px){.site-header{justify-content:space-between!important;align-items:center!important;min-width:0!important;display:flex!important}.brand{flex:none!important;margin-right:auto!important}.site-header .site-nav,.fixed-site-header .site-nav,.site-nav{flex:0 auto!important;justify-content:flex-end!important;max-width:calc(100vw - 260px)!important;margin-left:auto!important}}@media (width>=701px) and (width<=1449px){.site-header .site-nav,.fixed-site-header .site-nav,.site-nav{white-space:nowrap!important;scrollbar-width:none!important;-ms-overflow-style:none!important;flex:auto!important;justify-content:flex-start!important;min-width:0!important;margin-left:0!important;overflow:auto hidden!important}.site-nav::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}}html,body,#root{width:100%;min-height:100%;height:auto!important;overflow:hidden auto!important}body{position:relative!important}html,body{scrollbar-width:none!important;-ms-overflow-style:none!important}html::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}body::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.app-shell,.home-main,.home-page{height:auto!important;min-height:100vh!important;max-height:none!important;overflow:visible!important}.home-main{padding-bottom:0!important;display:block!important}.home-page{flex-direction:column!important;gap:clamp(42px,5vw,72px)!important;padding-bottom:24px!important;display:flex!important}.home-hero,.hero,.hero-section{height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important}.home-discover,.discover-section,.discover-grid,.home-cards,.smart-grid,.stats-grid{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.home-page>*,.home-main>*{max-height:none!important;overflow:visible!important}.site-footer{z-index:1!important;margin-top:16px!important;position:relative!important;inset:auto!important;transform:none!important}@media (width>=1300px){.fixed-site-header{width:100%!important}.site-header{justify-content:space-between!important;align-items:center!important;gap:32px!important;width:min(100% - 4rem,1720px)!important;min-width:0!important;max-width:1720px!important;margin-left:auto!important;margin-right:auto!important;padding-left:clamp(32px,4vw,84px)!important;padding-right:clamp(32px,4vw,84px)!important;display:flex!important}.brand{flex:none!important;margin-right:auto!important}.site-header .site-nav,.fixed-site-header .site-nav,.site-nav{white-space:nowrap!important;scrollbar-width:none!important;-ms-overflow-style:none!important;flex:0 auto!important;justify-content:flex-end!important;align-items:center!important;width:auto!important;max-width:calc(100vw - 320px)!important;margin-left:auto!important;margin-right:0!important;display:flex!important;overflow:auto hidden!important}.site-nav::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}}@media (width>=701px) and (width<=1299px){.mobile-menu-trigger,.mobile-menu-backdrop{display:none!important}.site-header .site-nav,.fixed-site-header .site-nav,.site-nav{white-space:nowrap!important;scrollbar-width:none!important;-ms-overflow-style:none!important;flex:auto!important;justify-content:flex-start!important;min-width:0!important;max-width:none!important;margin-left:0!important;display:flex!important;position:static!important;overflow:auto hidden!important}.site-nav::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}}@media (width>=1100px){html{font-size:85%}}.lexicon-heading,.syntax-heading,.entity-hero,.project-hero,.bibliography-hero,.text-detail-heading{margin-top:0!important;padding-top:0!important}.syntax-page,.sintassi-page,.lexicon-page,.authors-list-page,.texts-list-page{margin-top:0!important}body{padding-top:118px}main:not(.home-main){padding-top:36px}main:not(.home-main),.project-page,.lexicon-page,.entity-page,.text-detail-page,.bibliography-page,.search-main{padding-top:24px!important}@media (width<=700px){.mobile-menu-trigger{z-index:10020!important;display:inline-flex!important;position:relative!important}.mobile-menu-backdrop{z-index:10000!important;-webkit-backdrop-filter:blur(2px)!important;background:#04123029!important;border:0!important;display:block!important;position:fixed!important;inset:0!important}.site-header .site-nav,.fixed-site-header .site-nav,.site-nav{display:none!important}.site-header .site-nav.open,.fixed-site-header .site-nav.open,.site-nav.open{box-sizing:border-box!important;-webkit-backdrop-filter:blur(18px)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:10010!important;background:radial-gradient(circle at 20% 0,#9de6e838,#0000 42%),#fffffffa!important;border:1px solid #0c367024!important;border-radius:28px!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:10px!important;width:min(360px,100vw - 36px)!important;max-width:calc(100vw - 36px)!important;max-height:calc(100vh - 128px)!important;padding:18px!important;display:flex!important;position:fixed!important;top:104px!important;left:auto!important;right:18px!important;overflow:hidden auto!important;transform:none!important;box-shadow:0 28px 70px #06235642!important}.site-nav.open a,.site-nav.open .language-dropdown-trigger{box-sizing:border-box!important;opacity:1!important;visibility:visible!important;width:100%!important;min-height:48px!important;color:var(--muted)!important;border-radius:18px!important;justify-content:flex-start!important;align-items:center!important;padding:12px 16px!important;display:flex!important}.site-nav.open a.active{color:var(--indigo)!important;background:#143f9f14!important}.site-nav.open .language-dropdown{width:100%!important}}@media (width<=980px){.mobile-menu-trigger{z-index:10020!important;display:inline-flex!important;position:relative!important}.mobile-menu-backdrop{z-index:10000!important;-webkit-backdrop-filter:blur(2px)!important;background:#04123024!important;border:0!important;display:block!important;position:fixed!important;inset:0!important}.site-header .site-nav,.fixed-site-header .site-nav,.site-nav{display:none!important}.site-header .site-nav.open,.fixed-site-header .site-nav.open,.site-nav.open{box-sizing:border-box!important;-webkit-backdrop-filter:blur(18px)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:10010!important;background:radial-gradient(circle at 20% 0,#9de6e838,#0000 42%),#fffffffa!important;border:1px solid #0c367024!important;border-radius:28px!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:10px!important;width:min(360px,100vw - 36px)!important;max-width:calc(100vw - 36px)!important;max-height:calc(100vh - 128px)!important;padding:18px!important;display:flex!important;position:fixed!important;top:104px!important;left:auto!important;right:18px!important;overflow:hidden auto!important;transform:none!important;box-shadow:0 28px 70px #06235642!important}.site-nav.open a,.site-nav.open .language-dropdown-trigger{box-sizing:border-box!important;opacity:1!important;visibility:visible!important;width:100%!important;min-height:48px!important;color:var(--muted)!important;background:0 0!important;border-radius:18px!important;justify-content:flex-start!important;align-items:center!important;padding:12px 16px!important;display:flex!important}.site-nav.open a.active{color:var(--indigo)!important;background:#143f9f14!important}.site-nav.open .language-dropdown{width:100%!important}.project-hero{flex-direction:column!important;grid-template-columns:none!important;align-items:flex-start!important;row-gap:34px!important;min-height:auto!important;padding-top:clamp(24px,6vw,48px)!important;padding-bottom:clamp(42px,8vw,72px)!important;display:flex!important}.project-hero-copy{width:100%!important;min-width:0!important;max-width:100%!important;padding-left:0!important}.project-hero-copy h1{white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;width:100%!important;max-width:100%!important;font-size:clamp(3.4rem,15vw,6.8rem)!important;line-height:.9!important}.project-hero-copy h1 span{max-width:100%!important}.project-hero-description{white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;width:100%!important;max-width:760px!important;font-size:clamp(1.05rem,3.8vw,1.35rem)!important;line-height:1.65!important}.project-hero-actions{flex-wrap:wrap!important}.project-logo-visual{align-self:center!important;width:100%!important;max-width:260px!important;margin-top:12px!important}}@media (width<=640px){.project-hero{padding-top:18px!important}.project-hero-copy h1{font-size:clamp(2rem,13vw,4.8rem)!important}.project-hero-description{max-width:100%!important;font-size:1.05rem!important}.project-logo-visual{padding-bottom:100px;max-width:230px!important}}@media (width<=980px){.project-logo-visual,.project-visual-card,.project-hero-logo-full{display:none!important}.project-hero{gap:0!important;padding-bottom:clamp(28px,6vw,48px)!important}.project-hero-copy{margin-bottom:0!important}}.text-detail-side{top:150px!important}@media (width<=700px){.text-detail-page .text-detail-side{gap:10px!important;margin-top:18px!important;padding-bottom:10px!important}.text-detail-page .side-legend-card{border-radius:20px!important;padding:18px 20px!important}.text-detail-page .side-legend-heading{margin-bottom:6px!important}.text-detail-page .side-legend-heading h3{font-size:.8rem!important;line-height:1.1!important}.text-detail-page .side-legend-heading button{width:24px!important;min-width:24px!important;height:24px!important}.text-detail-page .legend-list{gap:1px!important}.text-detail-page .legend-list button{min-height:22px!important;padding:1px 0!important}.text-detail-page .legend-list button span{font-size:.88rem!important;line-height:1.12!important}.text-detail-page .legend-list small{font-size:.78rem!important}.text-detail-page .legend-list i{width:12px!important;min-width:12px!important;height:12px!important}}@media (width<=1100px){.text-detail-page .text-detail-side{gap:10px!important;margin-top:18px!important;padding-bottom:90px!important}.text-detail-page .side-legend-card{border-radius:20px!important;padding:12px 16px!important}.text-detail-page .side-legend-heading{margin-bottom:6px!important}.text-detail-page .side-legend-heading h3{font-size:.86rem!important;line-height:1.1!important}.text-detail-page .side-legend-heading button{width:28px!important;min-width:28px!important;height:28px!important}.text-detail-page .legend-list{gap:0!important}.text-detail-page .legend-list button{min-height:22px!important;padding:1px 0!important}.text-detail-page .legend-list button span{font-size:.76rem!important;line-height:1.05!important}.text-detail-page .legend-list small{font-size:.7rem!important}.text-detail-page .legend-list i{width:10px!important;min-width:10px!important;height:10px!important}.text-detail-page{padding-bottom:120px!important}}@media (width>=1100px) and (height>=760px){.home-main{height:auto!important;min-height:calc(100vh - 70px)!important;overflow:hidden!important}.home-page{gap:5px!important}.home-hero,.hero,.hero-section{min-height:auto!important;padding-top:clamp(34px,4vh,64px)!important;padding-bottom:clamp(24px,3vh,46px)!important}.home-hero h1,.hero h1,.hero-title{font-size:clamp(4.8rem,6vw,7.5rem)!important;line-height:.88!important}.home-hero p,.hero-subtitle,.hero-description{font-size:clamp(1.15rem,1.45vw,1.45rem)!important}.home-discover,.discover-section{margin-top:0!important;padding-top:0!important}.home-discover h2,.discover-section h2{margin-bottom:18px!important;font-size:clamp(2.4rem,3.2vw,3.6rem)!important}.discover-grid,.home-cards,.smart-grid{gap:18px!important}.discover-grid>*,.home-cards>*,.smart-grid>*{min-height:145px!important;max-height:165px!important;padding:18px 22px!important}.site-footer{margin-top:10px!important}}@media (width>=1100px){body:has(.home-main){padding-top:82px!important}.home-main,.home-page{padding-top:0!important}.home-hero,.hero,.hero-section{margin-top:0!important;padding-top:clamp(18px,2.2vh,34px)!important;padding-bottom:clamp(13px,2vh,28px)!important}.home-discover h2,.discover-section h2{margin-bottom:14px!important;font-size:clamp(1.9rem,2.4vw,2.8rem)!important;line-height:1!important}.home-page{gap:8px!important}.home-hero,.hero,.hero-section{margin-bottom:0!important;padding-bottom:4px!important}.home-discover,.discover-section{margin-top:-80px!important;padding-top:0!important}.home-discover h2,.discover-section h2{margin-top:0!important;margin-bottom:10px!important}.home-landing .project-hero{min-height:10px!important;margin-bottom:10px!important;padding-bottom:18px!important}.home-landing .project-hero-copy{margin-bottom:0!important;padding-bottom:18px!important}.home-landing .project-hero-actions{margin-top:12px!important;margin-bottom:0!important}.home-landing .project-logo-visual{min-height:240px!important}.home-landing .home-discover,.home-landing .discover-section,.home-landing .refined-discover{margin-top:70px!important;padding-top:0!important}.home-landing .section-heading,.home-landing .refined-section-heading{margin-bottom:6px!important}.home-landing .section-heading h2,.home-landing .refined-section-heading h2{font-size:clamp(1.6rem,2vw,2.25rem)!important;line-height:1!important}.home-landing .home-image-card-grid{margin-top:8px!important}.home-landing .project-hero{padding-top:clamp(60px,5vw,80px)!important;padding-bottom:30px!important}.home-landing .project-hero-copy>p:not(.entity-kicker){margin-top:20px!important}.home-landing .project-hero-actions{margin-top:24px!important}}
