.contact-section.svelte-r5hllo{padding:2rem 0;text-align:center;max-width:100%;overflow-x:hidden;box-sizing:border-box}.contact-section.svelte-r5hllo h1:where(.svelte-r5hllo){font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,var(--heading-color) 0%,var(--string-color) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.contact-section.svelte-r5hllo .subtitle:where(.svelte-r5hllo){color:var(--text-color-dark);font-size:1.1rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.contact-grid.svelte-r5hllo{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;max-width:800px;margin:0 auto;padding:0 1rem}@media(max-width:640px){.contact-grid.svelte-r5hllo{grid-template-columns:1fr}}.contact-item.svelte-r5hllo{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:color-mix(in srgb,var(--background-color) 60%,transparent);border:1px solid var(--table-border-color);border-radius:12px;text-decoration:none;color:var(--text-color);transition:all .3s cubic-bezier(.34,1.56,.64,1),transform .15s cubic-bezier(.34,1.56,.64,1)}.contact-item.svelte-r5hllo:before,.contact-item.svelte-r5hllo:after{content:none!important}.contact-item.svelte-r5hllo:hover{transform:translate(8px);border-color:var(--heading-color);background:color-mix(in srgb,var(--tags-background-color) 80%,transparent);box-shadow:0 8px 20px color-mix(in srgb,var(--heading-color) 15%,transparent),0 0 0 1px color-mix(in srgb,var(--heading-color) 30%,transparent)}.contact-item.svelte-r5hllo:hover .icon-circle:where(.svelte-r5hllo){background:color-mix(in srgb,var(--heading-color) 15%,transparent);border-color:var(--heading-color);color:var(--heading-color);transform:scale(1.05)}.contact-item.svelte-r5hllo:hover .label:where(.svelte-r5hllo){color:var(--heading-color)}.contact-item.svelte-r5hllo:active{transform:translate(4px) scale(.98)}.contact-item.svelte-r5hllo .icon-circle:where(.svelte-r5hllo){flex-shrink:0;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--background-color) 80%,black);border:1px solid var(--table-border-color);color:var(--heading-color);transition:all .3s cubic-bezier(.34,1.56,.64,1),transform .2s cubic-bezier(.34,1.56,.64,1)}.contact-item.svelte-r5hllo .text:where(.svelte-r5hllo){display:flex;flex-direction:column;line-height:1.2;text-align:left;min-width:0;overflow:hidden}.contact-item.svelte-r5hllo .text:where(.svelte-r5hllo) .label:where(.svelte-r5hllo){font-size:1.1rem;font-weight:600;color:var(--link-color);transition:color .3s cubic-bezier(.16,1,.3,1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-item.svelte-r5hllo .text:where(.svelte-r5hllo) .url:where(.svelte-r5hllo){font-size:.85rem;color:var(--text-color);opacity:.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-wrap:break-word;word-break:break-word}.contact-form-wrapper.svelte-r5hllo{max-width:900px;margin:0 auto 3rem;padding:0 1rem;width:100%;box-sizing:border-box}@media(max-width:480px){.contact-form-wrapper.svelte-r5hllo{padding:0 .5rem}}.contact-form.svelte-r5hllo{display:flex;flex-direction:column;gap:1.25rem;background:color-mix(in srgb,var(--background-color) 60%,transparent);border:1px solid var(--table-border-color);border-radius:12px;padding:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:100%;box-sizing:border-box;overflow:hidden}@media(max-width:480px){.contact-form.svelte-r5hllo{padding:1rem}}.form-row.svelte-r5hllo{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:480px){.form-row.svelte-r5hllo{grid-template-columns:1fr}}.form-field.svelte-r5hllo{display:flex;flex-direction:column;gap:.5rem;text-align:left;min-width:0;overflow:hidden}.form-field.svelte-r5hllo label:where(.svelte-r5hllo){font-size:.875rem;font-weight:500;color:var(--text-color)}.form-field.svelte-r5hllo input:where(.svelte-r5hllo),.form-field.svelte-r5hllo textarea:where(.svelte-r5hllo){padding:.75rem 1rem;background:color-mix(in srgb,var(--background-color) 80%,transparent);border:1px solid var(--table-border-color);border-radius:8px;color:var(--text-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;width:100%;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.form-field.svelte-r5hllo input:where(.svelte-r5hllo)::placeholder,.form-field.svelte-r5hllo textarea:where(.svelte-r5hllo)::placeholder{color:var(--text-color-dark);opacity:.6}.form-field.svelte-r5hllo input:where(.svelte-r5hllo):focus,.form-field.svelte-r5hllo textarea:where(.svelte-r5hllo):focus{outline:none;border-color:var(--heading-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--heading-color) 15%,transparent)}.form-field.svelte-r5hllo input:where(.svelte-r5hllo):disabled,.form-field.svelte-r5hllo textarea:where(.svelte-r5hllo):disabled{opacity:.6;cursor:not-allowed}.form-field.svelte-r5hllo textarea:where(.svelte-r5hllo){resize:vertical;min-height:120px}input[type=email].svelte-r5hllo{min-width:0}.submit-btn.svelte-r5hllo{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--heading-color) 0%,color-mix(in srgb,var(--heading-color) 80%,var(--string-color)) 100%);color:var(--background-color);border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1),transform .15s ease}.submit-btn.svelte-r5hllo:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px color-mix(in srgb,var(--heading-color) 30%,transparent),0 0 0 1px color-mix(in srgb,var(--heading-color) 50%,transparent)}.submit-btn.svelte-r5hllo:active:not(:disabled){transform:translateY(0) scale(.98)}.submit-btn.svelte-r5hllo:disabled{opacity:.7;cursor:not-allowed}.submit-btn.svelte-r5hllo .spinner:where(.svelte-r5hllo){width:18px;height:18px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:svelte-r5hllo-spin .8s linear infinite}@keyframes svelte-r5hllo-spin{to{transform:rotate(360deg)}}.form-message.svelte-r5hllo{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500}.form-message.success.svelte-r5hllo{background:color-mix(in srgb,#a6e3a1 15%,transparent);color:#a6e3a1;border:1px solid color-mix(in srgb,#a6e3a1 50%,transparent)}.form-message.error.svelte-r5hllo{background:color-mix(in srgb,#eb6f92 15%,transparent);color:#eb6f92;border:1px solid color-mix(in srgb,#eb6f92 50%,transparent)}.divider.svelte-r5hllo{display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto 2rem;padding:0 1rem;color:var(--text-color-dark);font-size:.9rem}.divider.svelte-r5hllo:before,.divider.svelte-r5hllo:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--table-border-color),transparent)}
