header.svelte-shn0py{background:transparent;border-bottom:1px solid #e5e5e5;padding:1rem 2rem}.header-content.svelte-shn0py{max-width:1400px;margin:0 auto;display:flex;gap:2rem;align-items:center}.logo.svelte-shn0py{font-size:1.5rem;font-weight:700;color:#007bff;text-decoration:none}.logo.svelte-shn0py:hover{color:#0056b3}.main-nav.svelte-shn0py{display:flex;gap:2rem}.user-nav.svelte-shn0py{display:flex;gap:2rem;padding-left:2rem;margin-left:auto;border-left:1px solid #e5e5e5}nav.svelte-shn0py a:where(.svelte-shn0py){text-decoration:none;color:#666;font-weight:500;transition:color .2s}nav.svelte-shn0py a:where(.svelte-shn0py):hover{color:#007bff}nav.svelte-shn0py a.active:where(.svelte-shn0py){color:#007bff;border-bottom:2px solid #007bff}.add-button-wrapper.svelte-shn0py{position:relative}.add-button.svelte-shn0py{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#007bff;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .2s}.add-button.svelte-shn0py:hover{background-color:#0056b3}.add-icon.svelte-shn0py{font-size:1.25rem;font-weight:600;line-height:1}.arrow.svelte-shn0py{font-size:.75rem;opacity:.8}.add-menu.svelte-shn0py{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;overflow:hidden;z-index:1000}.add-menu.svelte-shn0py a:where(.svelte-shn0py){display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;text-decoration:none;color:#333;font-weight:500;transition:background-color .2s;border-bottom:1px solid #f0f0f0}.add-menu.svelte-shn0py a:where(.svelte-shn0py):last-child{border-bottom:none}.add-menu.svelte-shn0py a:where(.svelte-shn0py):hover{background-color:#f8f9fa}.menu-icon.svelte-shn0py{font-size:1.25rem}.auth-nav.svelte-shn0py{display:flex;gap:1rem;align-items:center;margin-left:auto}.auth-nav.svelte-shn0py .btn:where(.svelte-shn0py){display:inline-block;padding:.5rem 1.25rem;border-radius:6px;font-size:.95rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s}.auth-nav.svelte-shn0py .btn-primary:where(.svelte-shn0py){background-color:#007bff;color:#fff;border:none}.auth-nav.svelte-shn0py .btn-primary:where(.svelte-shn0py):hover{background-color:#0056b3}.auth-nav.svelte-shn0py .btn-secondary:where(.svelte-shn0py){background-color:#fff;color:#007bff;border:1px solid #007bff}.auth-nav.svelte-shn0py .btn-secondary:where(.svelte-shn0py):hover{background-color:#f0f7ff}@media (max-width: 768px){header.svelte-shn0py{display:none}}.mobile-nav.svelte-h30uup{display:none;position:fixed;bottom:0;left:0;right:0;z-index:1000;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:.5px solid rgba(0,0,0,.1);padding-bottom:env(safe-area-inset-bottom,0)}.tab-bar.svelte-h30uup{display:flex;justify-content:space-around;align-items:center;height:60px;padding:0 8px;position:relative}.tab-item.svelte-h30uup{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex:1;padding:8px 12px;text-decoration:none;color:#8e8e93;transition:all .2s ease;border-radius:8px;max-width:80px}.tab-item.svelte-h30uup:active{opacity:.6;transform:scale(.95)}.tab-item.active.svelte-h30uup{color:var(--accent-color)}.tab-item.active.svelte-h30uup .tab-icon:where(.svelte-h30uup){transform:scale(1.05)}.tab-icon.svelte-h30uup{width:24px;height:24px;transition:transform .2s ease}.tab-label.svelte-h30uup{font-size:10px;font-weight:500;letter-spacing:-.1px;text-align:center}.tab-spacer.svelte-h30uup{width:60px}.fab-container.svelte-h30uup{position:absolute;right:16px;bottom:8px;z-index:1001}.fab.svelte-h30uup{width:56px;height:56px;border-radius:50%;background:var(--accent-color);border:none;box-shadow:0 4px 8px #863c5b4d,0 0 0 .5px #0000000a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#fff}.fab.svelte-h30uup:active{transform:scale(.92);box-shadow:0 2px 4px #863c5b4d,0 0 0 .5px #0000000a}.fab-icon.svelte-h30uup{width:24px;height:24px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.fab-icon.rotated.svelte-h30uup{transform:rotate(45deg)}.add-menu.svelte-h30uup{position:absolute;bottom:calc(100% + 12px);right:0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:14px;box-shadow:0 8px 32px #0000001f,0 0 0 .5px #0000000f;min-width:200px;overflow:hidden;animation:svelte-h30uup-slideUp .2s cubic-bezier(.4,0,.2,1)}@keyframes svelte-h30uup-slideUp{0%{opacity:0;transform:translateY(8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.add-menu.svelte-h30uup a:where(.svelte-h30uup){display:flex;align-items:center;padding:14px 16px;text-decoration:none;color:#1c1c1e;font-size:16px;font-weight:500;transition:background-color .15s ease;border-bottom:.5px solid rgba(0,0,0,.06)}.add-menu.svelte-h30uup a:where(.svelte-h30uup):last-child{border-bottom:none}.add-menu.svelte-h30uup a:where(.svelte-h30uup):active{background-color:#0000000a}@media (max-width: 768px){.mobile-nav.svelte-h30uup{display:block}}:root{color-scheme:light dark;--primary-color: #293c3d;--secondary-color: #c6c2d6;--tertiary-color: #a4a0c0;--base-color: #e8ecec;--surface-color: #cfd8d8;--accent-color: #863c5b;--accent-primary-color: #727c7d;--accent-secondary-color: #a2b3b3;--accent-tertiary-color: #a4a0c0}*:where(:not(iframe,canvas,img,svg,video):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}a{cursor:revert}html,body{min-height:100%}body{-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}textarea{white-space:revert}#root,#__next{isolation:isolate}:where([contenteditable]){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space}:where([draggable=true]){-webkit-user-drag:element}html{color:var(--primary-color);background:var(--base-color)}body{margin:0 5vw;line-height:1.5;font-size:1.25rem}main{margin:0 auto;max-width:80rem}header{width:100%;max-width:80rem;height:6rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}article{display:flex;flex-wrap:wrap-reverse;align-items:center;gap:3rem}aside,section{flex:1}section.center{text-align:center;--min-height: 50vh;margin-bottom:6rem}section.surface{background:var(--surface-color);border-radius:.5rem;padding:1.5rem}aside{min-width:24rem}footer{margin:10vw auto;max-width:80rem}hr{border:1px solid var(--surface-color);margin:1rem 0;max-width:48ch}h1,h2{margin:1em 0 .5em;line-height:1.125}h2:first-child{margin:0 0 1em}h1{font-size:2rem;max-width:18ch}h2{font-size:2rem}h3{margin:1.5em 0 .5em;line-height:1.25}h2+h3{margin:.5em 0}summary{font-size:1.5rem;line-height:1.25;max-width:36ch;margin-bottom:1.25em;color:var(--accent-primary-color)}p{max-width:48ch;margin-bottom:1em}small{display:block;font-size:.8em;max-width:40ch;margin-bottom:1em;opacity:.58}small:last-child{margin-bottom:0}header small{all:unset;font-size:.8em;display:inline-block}header small a{margin-left:.5em}p small,h3 small{display:inline}pre{white-space:pre;margin-bottom:1em;background:var(--surface-color);padding:.25em .5em;display:inline-block;border-radius:.25em;text-transform:uppercase;font-size:.67em;letter-spacing:.1em}nav{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}header strong,header span{width:16rem}header span{text-align:right}ul{list-style:none;display:flex;flex-wrap:wrap;gap:3rem}li{display:inline;background:var(--surface-color);padding:.25em .5em;border-radius:.25em}li.active{background:var(--primary-color);color:var(--base-color)}label{display:block;opacity:.5;margin-bottom:.25em}input{border:2px solid var(--surface-color);padding:.25em .75em;border-radius:.25em;margin-bottom:1em}.surface input{border:2px solid var(--accent-secondary-color)}input:focus{border:2px solid var(--secondary-color)}button,input[type=submit]{display:block;background:var(--primary-color);border:2px solid var(--primary-color);color:var(--base-color);padding:.25em .75em;border-radius:.25em;margin-bottom:2em}button.primary,input.primary{background:var(--accent-color);border:2px solid var(--accent-color)}button:has(+button),span a>button{display:inline-block;margin-left:.5em}header button{font-size:.8em;margin-bottom:0;display:inline-block;margin-left:.5em}form{display:flex;flex-direction:column;align-items:flex-start}.emailoctopus-form{display:flex;flex-direction:row;gap:1rem;align-items:flex-start}.emailoctopus-form label{margin-bottom:0}@supports (font-variation-settings: normal){body{font-family:Instrument Sans Variable,sans-serif;font-variation-settings:"wght" 500}summary{font-variation-settings:"wght" 500}pre,span{font-variation-settings:"wght" 600}button{font-variation-settings:"wght" 500}h1,h2,h3{font-variation-settings:"wght" 800}h3{font-variation-settings:"wght" 600;max-width:48ch}h3 small{font-variation-settings:"wght" 500}h4{font-variation-settings:"wght" 700;text-transform:lowercase;font-variant:small-caps;letter-spacing:.05em;opacity:.75}strong{font-variation-settings:"wght" 700}}@font-face{font-family:Instrument Sans Variable;font-style:normal;font-display:swap;font-weight:400 700;src:url(./instrument-sans-latin-ext-wght-normal.B5bTHO_g.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Instrument Sans Variable;font-style:normal;font-display:swap;font-weight:400 700;src:url(./instrument-sans-latin-wght-normal.BbzFLZTg.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@media (max-width: 768px){main.svelte-1cye7za{padding-bottom:calc(80px + env(safe-area-inset-bottom,0))}footer.svelte-1cye7za{padding-bottom:calc(60px + env(safe-area-inset-bottom,0))}}
