.focus-anchor[data-v-96c8b97d]:focus-visible,.focus-anchor[data-v-96c8b97d]{position:absolute;width:1px;height:1px;overflow:hidden;outline:none;border:none}.overlay[data-v-048b44fb]{position:fixed;inset:0;background:#0006;display:flex;justify-content:center;align-items:center;z-index:999}.modal[data-v-048b44fb]{background:#fff;padding:20px;border-radius:6px;width:320px}.buttons[data-v-048b44fb]{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.confirm[data-v-048b44fb]{background:#d9534f;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer}.cancel[data-v-048b44fb]{background:#eee;border:none;padding:6px 12px;border-radius:4px;cursor:pointer}.message[data-v-048b44fb]{white-space:pre-line}.overlay[data-v-90ab346d]{position:fixed;inset:0;background:#0f172a66;display:flex;justify-content:center;align-items:center;z-index:999}.modal[data-v-90ab346d]{width:100%;max-width:420px;background:hsl(var(--background, 0 0% 100%));color:hsl(var(--foreground, 222 47% 11%));border:1px solid hsl(var(--border));border-radius:2px;padding:1.75rem}.buttons[data-v-90ab346d]{display:flex;justify-content:flex-end;margin-top:1.75rem}.message[data-v-90ab346d]{white-space:pre-line}.container-narrow[data-v-c2761a27]{max-width:48rem;margin:auto;padding:0 2rem}header .vAlignCenter[data-v-d62b6776]{align-items:center}header .logo[data-v-d62b6776]{transition-property:opacity}header .logo[data-v-d62b6776]:hover{opacity:.8}header[data-v-d62b6776]{border-bottom:solid 1px hsl(var(--border))}header .container[data-v-d62b6776]{padding:1.5rem 0}header[data-v-d62b6776] .container-narrow{justify-content:space-between;display:flex}footer .container[data-v-d62b6776]{padding:1.5rem 0}footer .footer[data-v-d62b6776]{padding-bottom:2rem;padding-top:2rem;display:flex;justify-content:space-between}footer nav[data-v-d62b6776]{display:flex;gap:1.5rem}section[data-v-81335a5c]{border-bottom:solid 1px hsl(var(--border))}.grid-cols-3[data-v-751696d0]:not(:nth-child(1)){gap:1rem;margin-top:2rem}.subheadline[data-v-751696d0]{font-size:1.5rem;line-height:2rem;color:hsl(var(--muted-foreground));font-weight:300;padding-bottom:2rem}.contact[data-v-751696d0]{padding-bottom:.25rem;border-bottom-width:2px;border-color:hsl(var(--foreground));display:inline-block}ul[data-v-283f2d75],li[data-v-283f2d75]{margin:0;padding:0}li[data-v-283f2d75]{margin-left:2rem}.user-input[data-v-2c5841eb]{border-radius:2px;font-family:inherit;font-size:.95rem;padding:.6rem .7rem;border:1px solid hsl(var(--border));margin-top:4px;border-left:3px solid hsl(var(--foreground)/.4)}.user-input[data-v-2c5841eb]:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.field.error .user-input[data-v-2c5841eb]{border-left-color:hsl(var(--error-border))}.field[data-v-2c5841eb]{display:flex;flex-direction:column;margin-bottom:1.5rem}.error-message[data-v-2c5841eb]{margin:.25rem 0 0;font-size:.8rem;color:hsl(var(--destructive, 0 84% 60%))}.user-input[data-v-60c0dc51]{border-radius:2px;font-family:inherit;font-size:.95rem;padding:.6rem .7rem;border:1px solid hsl(var(--border));margin-top:4px;border-left:3px solid hsl(var(--foreground)/.4)}.user-input[data-v-60c0dc51]:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.user-input[data-v-60c0dc51]{resize:vertical}.maxLength[data-v-60c0dc51]{flex-grow:1;text-align:right;margin-top:.4rem}.field.error .user-input[data-v-60c0dc51]{border-left-color:hsl(var(--error-border))}.field[data-v-60c0dc51]{display:flex;flex-direction:column;margin-bottom:1.5rem}.error-message[data-v-60c0dc51]{margin:.25rem 0 0;font-size:.8rem;color:hsl(var(--destructive, 0 84% 60%))}.hints[data-v-60c0dc51]{display:flex;justify-content:space-between}.submit-button[data-v-a524c9b3]{display:inline-flex;align-items:center;justify-content:center}.contact-form[data-v-115a9df0]{max-width:520px;margin-top:2rem}.flex-column[data-v-b562ce17]{display:flex;flex-direction:column}main[data-v-b562ce17]{flex:1}nav[data-v-b562ce17]{width:230px;border-right:#3e8dff solid 1px;height:100%}.wireframe-admin[data-v-b562ce17]{display:flex;flex-direction:row;height:100vh}.grid-cols-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.gap-1{gap:1rem}.col-span-2{grid-column:span 2/span 2}.text-foreground,.hover\:text-foreground:hover{color:hsl(var(--foreground))}.text-muted-foreground,.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}.text-sm{font-size:.875rem;line-height:1.25rem}.transition-def{transition-timing-function:var(--transition-default);transition-duration:var(--transition-default-duration);animation-duration:var(--transition-default-duration)}.spacing-8{padding-top:8rem;padding-bottom:8rem}.primary-button{padding:.75rem 1.4rem;min-height:42px;font-family:inherit;font-size:.95rem;font-weight:500;color:hsl(var(--primary-foreground));background:hsl(var(--primary));border:1px solid hsl(var(--border));border-radius:2px;cursor:pointer;transition-property:opacity}.primary-button:disabled{opacity:.5;cursor:not-allowed}.primary-button:hover{opacity:.8}.primary-button:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:1px}:root{--primary: 220 15% 15%;--primary-foreground: 40 20% 98%;--secondary: 40 10% 92%;--secondary-foreground: 220 15% 25%;--background: 40 20% 98%;--foreground: 220 15% 15%;--border: 40 15% 88%;--muted: 40 10% 94%;--muted-foreground: 220 10% 45%;--transition-default: cubic-bezier(.4, 0, .2, 1);--transition-default-duration: .2s;--error-border: 0 84.2% 60.2%}li{line-height:1.625rem;color:hsl(var(--muted-foreground))}p{padding:0;margin:0;line-height:1.625rem;color:hsl(var(--muted-foreground))}p+p,form+p{margin-top:1rem}h1+h2,p+h2{margin-top:4rem;margin-bottom:1rem}h1,h2,h3,h4,h5,h6{letter-spacing:-.025em;color:hsl(var(--foreground));padding:0;margin:0}h1{font-size:3.75rem;font-weight:300;margin-bottom:1.5rem;line-height:1}h2{font-size:1.875rem;font-weight:300;line-height:2.25rem;margin-bottom:3rem}h3{font-size:1.25rem;line-height:1.75rem;font-weight:500;margin-bottom:.5rem}*{border-style:solid;border-width:0;box-sizing:border-box;position:relative;font-family:system-ui,-apple-system,"system-ui",Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{margin:0;padding:0;background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1,"liga" 1}a,button{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:var(--transition-default);transition-duration:var(--transition-default-duration);animation-duration:var(--transition-default-duration);text-decoration:inherit;color:inherit}
