@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,500;0,600;0,700;0,800;0,900&family=Spline+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500;600&display=swap");body,html{margin:0;padding:0}.too-nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;background:rgba(231,234,228,.82);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid #c6ccc1;font-family:IBM Plex Mono,ui-monospace,monospace}.too-brand{display:inline-flex;align-items:baseline;gap:9px;text-decoration:none;color:#161F26;font-size:12.5px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;white-space:nowrap}.too-brand .mark{width:10px;height:10px;border-radius:2px;background:#BC6A12;transform:translateY(1px)}.too-brand b{color:#BC6A12}.too-links{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}.too-link{text-decoration:none;color:#495760;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;padding:7px 12px;border-radius:100px;border:1px solid transparent;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.too-link:hover{color:#161F26;border-color:#C6CCC1}.too-link.active{background:#161F26;color:#fff}.too-link .idx{color:#9AA6A0;margin-right:6px}.too-link.active .idx{color:#7FC6B7}@media (max-width:640px){.too-nav{flex-direction:column;align-items:stretch;gap:10px}.too-links{justify-content:flex-start;overflow-x:auto}.too-link{flex:none}}