@charset "UTF-8";*,*::before,*::after{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;line-height:1.7;color:#3d3229;background-color:#fcf7f0;display:flex;flex-direction:column;min-height:100vh}main{flex:1;display:flex;flex-direction:column}::selection{background:rgba(212,132,90,.25)}.site-header{background:#fff;border-bottom:1px solid #e3d9ce;padding:.9rem 2rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.site-header .site-paw{font-size:1.3rem;line-height:1}.site-header .site-title{font-weight:600;font-size:1.1rem;color:#3d3229}.site-header .site-sep{color:#e3d9ce}.site-header .site-subtitle{font-size:.85rem;color:#8a7e72}.docs{display:flex;gap:2.5rem;max-width:80rem;margin:0 auto;padding:2.5rem 2rem;flex:1}.docs-toc{width:16rem;flex-shrink:0;position:sticky;top:2rem;align-self:flex-start;max-height:calc(100vh - 4rem);overflow-y:auto}.docs-toc nav{background:#f5eee6;border-radius:10px;padding:1.25rem 1.5rem;border:1px solid #e3d9ce}.docs-toc nav ul{list-style:none;margin:0;padding:0}.docs-toc nav ul ul{padding-left:1.25rem;margin-top:.15rem}.docs-toc nav li{margin:.1rem 0}.docs-toc nav a{display:block;padding:.3rem 0;color:#8a7e72;text-decoration:none;font-size:.9rem;line-height:1.5;border-left:2px solid transparent;padding-left:.75rem;transition:color .15s,border-color .15s}.docs-toc nav a:hover{color:#3d3229;border-left-color:#d4845a}.docs-toc nav>ul>li>a{font-weight:500;color:#3d3229}.docs-content{flex:1;min-width:0;max-width:48rem}.docs-content h1{margin:0 0 1.5rem;font-size:2rem;color:#d4845a;display:flex;align-items:center;gap:.65rem}.docs-content h1::before{content:"🐾";font-size:1.8rem}.docs-content h2{margin:2.5rem 0 1rem;font-size:1.4rem;color:#3d3229;padding-bottom:.5rem;border-bottom:3px solid #d4845a}.docs-content h3{margin:1.5rem 0 .75rem;font-size:1.1rem;color:#a8c5a0}.docs-content p{margin:.75rem 0;line-height:1.8}.docs-content a{color:#d4845a;text-decoration:underline;text-underline-offset:2px}.docs-content a:hover{color:#c0704a}.docs-content code{font-size:.875em;background:#f5eee6;padding:.15em .4em;border-radius:4px}.docs-content pre{background:#f5eee6;border:1px solid #e3d9ce;border-radius:8px;padding:1rem;overflow-x:auto}.docs-content strong{color:#d4845a}.docs-content p:has(strong:first-child){background:#f5eee6;border-left:3px solid #a8c5a0;padding:.75rem 1rem;border-radius:0 6px 6px 0;margin:1rem 0}.docs-content p:has(strong:first-child) strong{color:#3d3229;display:block;margin-bottom:.2rem}.docs-content img{max-width:100%;height:auto;border-radius:8px}.docs-content blockquote{margin:1rem 0;padding:.5rem 1rem;border-left:3px solid #e3d9ce;color:#8a7e72}.docs-content hr{border:none;border-top:1px solid #e3d9ce;margin:2rem 0}.site-footer{text-align:center;padding:1.5rem 2rem 2.5rem;color:#8a7e72;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:.4rem}@media(max-width:48rem){.site-header{padding:.75rem 1rem;font-size:.9rem}.docs{flex-direction:column;padding:1.5rem 1rem;gap:1.5rem}.docs-toc{position:static;width:auto;max-height:none;overflow-y:visible}.docs-toc nav{padding:1rem}}.login{display:flex;align-items:center;justify-content:center;min-height:100vh}.login form{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 20px rgba(61,50,41,8%);width:100%;max-width:320px;box-sizing:border-box}.login h1{font-size:1.05rem;margin:0 0 1.2rem;color:#3d3229;font-weight:600}.login input[type=password]{width:100%;padding:.65rem .8rem;border:1px solid #e3d9ce;border-radius:6px;font-size:1rem;box-sizing:border-box;transition:border-color .15s}.login input[type=password]:focus{outline:none;border-color:#a8c5a0;box-shadow:0 0 0 2px rgba(168,197,160,.3)}.login button{margin-top:1rem;width:100%;padding:.65rem;background:#d4845a;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .15s}.login button:hover{background:#c0704a}.login .error{color:#c0392b;font-size:.85rem;margin-top:.7rem;display:none}