.scroll-to-top{z-index:1000;color:#ffd48f;opacity:0;pointer-events:none;cursor:pointer;background:linear-gradient(135deg,#23272e 60%,#1a1c1f 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:box-shadow .18s,background .18s;display:flex;position:fixed;bottom:32px;right:32px;box-shadow:0 4px 24px #00000038}.scroll-to-top svg{width:32px;height:32px;display:block}.scroll-to-top.fade-in{pointer-events:auto;animation:.35s cubic-bezier(.4,0,.2,1) forwards fadeInScrollBtn}.scroll-to-top.fade-out{pointer-events:none;animation:.35s cubic-bezier(.4,0,.2,1) forwards fadeOutScrollBtn}@keyframes fadeInScrollBtn{0%{opacity:0;transform:translateY(24px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeOutScrollBtn{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(24px)scale(.92)}}.scroll-to-top:hover{color:#23272e;background:linear-gradient(135deg,#ffd48f 60%,#23272e 100%);box-shadow:0 8px 32px #ffd48f2e}:root{--canvas:#141618;--paper:#1c2025eb;--paper-strong:#1b1f25;--ink:#eef2f5;--muted:#aab4bd;--line:#ffffff1a;--accent-soft:#5998ff38;--accent-deep:#f5f9ff;--central:#ffd48f;--jitpack:#8de0bc;--mono:"Cascadia Code", "Consolas", monospace;--sans:"Segoe UI", "Trebuchet MS", sans-serif;--display:"Bahnschrift", "Segoe UI", sans-serif;color:var(--ink);font-family:var(--sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#141618;line-height:1.5}*{box-sizing:border-box}body{background:linear-gradient(#171a1e 0%,#111316 100%);min-width:320px;margin:0;overflow-x:hidden}button,a{color:inherit}img{max-width:100%}pre,code{font-family:var(--mono)}#app{min-height:100svh}.shell{width:min(1040px,100%);margin:0 auto;padding:22px 36px 56px}.loading-shell{text-align:center;place-items:center;min-height:100svh;display:grid}.topbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;min-width:0;margin-bottom:18px;display:grid}.profile-chip,.sync-pill,.library-card{border:1px solid var(--line);background:var(--paper);border-radius:24px}.profile-chip{align-items:center;gap:14px;width:fit-content;padding:14px 16px;text-decoration:none;display:inline-flex}.profile-chip span{gap:2px;display:grid}.profile-chip strong{font-size:1rem}.profile-chip small,.card-header p,.error-copy{color:var(--muted)}.profile-avatar{object-fit:cover;border:1px solid #ffffff1a;border-radius:50%;width:42px;height:42px}.topbar-actions{justify-content:end;align-items:center;gap:10px;min-width:0;display:flex}.sync-pill{align-items:center;gap:10px;min-width:0;padding:12px 14px;display:inline-flex}.sync-copy{gap:2px;display:grid}.sync-dot{background:#86d6b4;border-radius:50%;width:8px;height:8px;animation:1.8s ease-in-out infinite sync-pulse}@keyframes sync-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.82)}}.sync-label,.coordinates dt{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;display:block}.sync-pill strong{white-space:nowrap;font-size:.94rem;display:block}.eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#c5d6ff;margin:0 0 10px;font-size:.82rem}h1,h2,h3,p,dl,dd,dt{margin:0}h1,h2,h3{color:var(--ink)}h1{font-family:var(--display);letter-spacing:-.04em;max-width:14ch;font-size:clamp(2rem,3.6vw,3rem);line-height:1}h2{font-family:var(--display);letter-spacing:-.03em;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.05}h3{margin-bottom:8px;font-size:1.5rem}.version-link{color:var(--accent-deep);letter-spacing:.02em;font-size:1rem;font-weight:700}.icon-link{border:1px solid var(--line);background:var(--paper-strong);border-radius:999px;flex:none;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;min-height:42px;line-height:1;text-decoration:none;transition:background-color .16s,border-color .16s,transform .16s;display:inline-flex;overflow:hidden}.icon-link svg{flex:none;width:16px;height:16px;display:block}.icon-link:hover,.tab-button:hover,.copy-button:hover{transform:translateY(-1px)}.icon-link-subtle{background:#ffffff08;width:38px;min-width:38px;height:38px;min-height:38px}.section-head{justify-content:space-between;align-items:end;gap:18px;padding:8px 4px 18px;display:flex}.library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.site-footer{gap:16px;margin-top:28px;padding-top:8px;display:grid}.footer-separator{background:var(--line);width:100%;height:1px}.footer-meta{justify-content:space-between;align-items:center;gap:18px;display:flex}.footer-copy{color:var(--muted);letter-spacing:.02em;white-space:nowrap;font-size:.95rem}.footer-links{flex-wrap:wrap;justify-content:end;align-items:center;gap:10px;display:flex}.footer-link-icon{color:var(--muted);background:#ffffff08}.footer-link-icon:hover,.footer-link-icon:focus-visible{color:var(--ink);background:#ffffff14;border-color:#ffffff29}.footer-link-icon svg{width:18px;height:18px}.brand-icon{object-fit:contain;width:18px;height:18px;display:block}.library-card{flex-direction:column;gap:16px;min-width:0;padding:22px;scroll-margin-top:28px;transition:border-color .18s,background-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative}.library-card.is-targeted{background:linear-gradient(#222933fa,#171c23f5);border-color:#89b6ff94;box-shadow:0 0 0 1px #96beff1f,0 22px 44px #0b10186b}.card-topline,.card-header,.coordinates,.tab-list{justify-content:space-between;align-items:center;gap:12px;display:flex}.card-link-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.star-link{min-height:38px;color:var(--ink);background:#ffffff08;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;max-width:100%;padding:0 12px;font-size:.88rem;font-weight:700;text-decoration:none;transition:background-color .16s,border-color .16s,transform .16s;display:inline-flex}.star-link:hover{background:#ffffff0f;transform:translateY(-1px)}.star-link svg{color:#ffd166;width:16px;height:16px}.card-header{align-items:start}.card-copy{width:100%;min-width:0;display:block;position:relative}.card-title-row{align-items:center;gap:0;max-width:100%;padding-left:0;transition:padding-left .18s;display:inline-flex;position:relative}.card-title-row h3{margin-bottom:0}.card-title-row+p{margin-top:8px}.card-anchor{width:28px;height:28px;color:var(--muted);opacity:0;border-radius:999px;justify-content:center;align-items:center;text-decoration:none;transition:opacity .16s,transform .16s,color .16s,background-color .16s;display:inline-flex;position:absolute;top:50%;left:0;transform:translate(-6px,-50%)}.card-anchor svg{width:16px;height:16px}.library-card:hover .card-anchor,.library-card:focus-within .card-anchor,.library-card.is-targeted .card-anchor{opacity:1;transform:translateY(-50%)}.library-card:hover .card-title-row,.library-card:focus-within .card-title-row,.library-card.is-targeted .card-title-row{padding-left:34px}.card-anchor:hover,.card-anchor:focus-visible{color:var(--accent-deep);background:#ffffff0f}.card-header p{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.card-topline-main{flex-wrap:wrap;align-items:center;gap:12px;min-width:0;display:flex}.source-pill{letter-spacing:.04em;border:1px solid #0000;border-radius:999px;align-items:center;padding:7px 12px;font-size:.82rem;font-weight:700;text-decoration:none;transition:transform .16s,border-color .16s,filter .16s;display:inline-flex}.source-pill:hover{filter:brightness(1.05);transform:translateY(-1px)}.source-maven-central{color:#ffd897;background:linear-gradient(#ffbc5c3d,#ff972c2e);border-color:#ffc16659}.source-jitpack{color:#95e5c2;background:linear-gradient(#32916c3d,#19674b2e);border-color:#7bdfb642}.coordinates{background:linear-gradient(#ffffff09,#ffffff05);border:1px solid #ffffff12;border-radius:20px;padding:14px 16px}.coordinates div{min-width:0}.coordinates dd{font-family:var(--mono);overflow-wrap:anywhere;margin-top:6px;font-size:.96rem}.card-separator{background:var(--line);width:100%;height:1px}.tab-list{flex-wrap:wrap;justify-content:start;gap:10px;min-width:0}.tab-button,.copy-button{cursor:pointer;border:0;transition:transform .16s,background-color .16s,color .16s}.tab-button{color:#d2d9e1;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;padding:10px 16px;font-weight:700}.tab-button.is-active{color:var(--ink);background:linear-gradient(#4e83e161,#355fa84d);border-color:#85b4ff57}.snippet-panel{display:none;position:relative}.snippet-panel.is-active{display:block}.copy-button{color:#f4f7fb;z-index:1;background:#ffffff1a;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-weight:700;display:inline-flex;position:absolute;top:10px;right:10px}.copy-button svg{width:16px;height:16px;display:block}.snippet-box{color:#f4f7fb;background:linear-gradient(#101318 0%,#0c1014 100%);border:1px solid #ffffff12;border-radius:22px;height:100%;margin:0;padding:0;font-size:.92rem;position:relative;overflow-x:auto}.snippet-box-maven-central{min-height:176px}.snippet-box-jitpack{min-height:272px}.snippet-panel code{white-space:pre;width:max-content;min-width:100%;padding:56px 18px 18px;display:block;position:relative}.snippet-panel code:before{content:"";pointer-events:none;background:#ffffff05;border-bottom:1px solid #ffffff0f;border-radius:22px 22px 0 0;height:46px;position:absolute;inset:0 0 auto}.error-copy{margin-top:16px}@media (width<=980px){.topbar,.library-grid{grid-template-columns:1fr}.section-head,.card-topline,.card-header,.coordinates{flex-direction:column;align-items:start}.topbar-actions{flex-wrap:wrap;justify-content:space-between}.footer-meta{flex-direction:column;align-items:start}.footer-links{justify-content:start;gap:12px}.footer-copy{white-space:normal}}@media (width<=640px){.shell{padding:20px 16px 44px}.topbar{gap:12px}.profile-chip,.sync-pill,.library-card{border-radius:22px}.profile-chip{width:100%}.library-card{padding:18px}.topbar-actions{justify-content:space-between;align-items:stretch;width:100%}.sync-pill{flex:1}.sync-pill strong{white-space:normal}.card-link-group{justify-content:space-between;width:100%}.star-link{flex:1;justify-content:center;min-width:0}.tab-list{grid-template-columns:1fr;display:grid}.tab-button{text-align:center;width:100%}.snippet-box{font-size:.86rem}.snippet-panel code{padding:52px 14px 14px}.site-footer{gap:12px;padding:0}.footer-meta{background:#ffffff08;border:1px solid #ffffff14;border-radius:22px;gap:14px;width:100%;padding:16px}.footer-copy{text-align:center;width:100%;font-size:.9rem;line-height:1.6}.footer-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;display:grid}.footer-link-icon{border-radius:999px;justify-content:center;align-items:center;width:100%;min-width:0;min-height:42px;padding:10px 12px;display:flex}.copy-button{top:10px;right:10px}}@media (width<=420px){.shell{padding:16px 12px 36px}.library-card{padding:16px}.profile-chip,.sync-pill{padding:12px 14px}.source-pill,.tab-button,.star-link{font-size:.8rem}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}}
