:root{--color-primary: #0b6b67;--color-primary-dark: #073b3a;--color-primary-deep: #071b1f;--color-primary-hover: #0f766e;--color-accent: #20d6c4;--color-accent-soft: #2dd4bf;--color-accent-muted: rgba(32, 214, 196, .14);--color-bg-page: #f7f4eb;--color-bg-app: #f7f4eb;--color-bg-section-alt: #faf8f2;--color-surface: #ffffff;--color-surface-glass: rgba(255, 255, 255, .88);--color-border: rgba(3, 61, 52, .08);--color-border-strong: rgba(12, 74, 70, .15);--color-line-ui: #dbe7e6;--color-text: #071b1f;--color-text-secondary: #334155;--color-text-muted: rgba(7, 59, 58, .58);--color-success: #067647;--color-success-bg: #ecfdf3;--color-danger: #b42318;--color-danger-bg: #fef3f2;--color-warning: #f5b71b;--color-info: #0b4b68;--font-sans: "Inter", system-ui, sans-serif;--font-display: "Fraunces", Georgia, serif;--radius-sm: 12px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 34px;--radius-2xl: 48px;--radius-pill: 999px;--shadow-soft: 0 12px 34px rgba(7, 27, 31, .08);--shadow-card: 0 22px 70px rgba(7, 27, 31, .12);--shadow-floating: 0 28px 70px rgba(7, 27, 31, .15);--shadow-glow: 0 0 70px rgba(32, 214, 196, .24);--focus-ring: 0 0 0 4px rgba(15, 118, 110, .12);--focus-ring-danger: 0 0 0 4px rgba(180, 35, 24, .12);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--gradient-app-bg: linear-gradient(180deg, var(--color-bg-app) 0%, var(--color-bg-section-alt) 100%);--gradient-hero-brand: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 55%, var(--color-info) 100%);--gradient-hero-brand-alt: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 58%, var(--color-info) 100%);--gradient-footer-dark: linear-gradient(135deg, var(--color-primary-deep), #0b2f35);--gradient-primary-btn: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));--radius-panel: 28px;--color-text-placeholder: #94a3b8;--color-text-meta: #78909c;--color-accent-bright: #6ee7dc;--color-surface-muted: #f8fbfb;--color-surface-tint: #e8f7f5;--color-surface-tint-strong: #e7f5f3;--color-surface-tint-border: #ccebe7;--color-brand-glow: rgba(15, 118, 110, .12);--color-brand-glow-strong: rgba(45, 212, 191, .28);--color-soft: #f4f8f8;--color-status-teal: #0f5f5a;--color-status-teal-bg: #ddf4f1;--color-status-neutral: #475569;--color-status-neutral-bg: #e2e8f0;--color-status-warning-text: #92400e;--color-status-warning-bg: #fef3c7;--color-status-info-bg: #e0f2fe;--color-success-border: #abefc6;--color-danger-border: #fecdca;--color-accent-mid: #10a39a;--color-warning-soft: #b45309;--color-role-admin: #5b21b6;--color-role-admin-bg: #ede9fe}.ta-app-shell-bg{background:var(--color-bg-app)}.ta-app-page-heading{background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-soft)}.ta-app-nav{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--color-border)}.ta-app-nav__logo{color:var(--color-primary-dark);font-size:1.1rem;font-weight:800;letter-spacing:.04em;text-decoration:none}.ta-app-nav__logo:hover{color:var(--color-primary)}.ta-app-nav__trigger{display:inline-flex;align-items:center;gap:var(--space-2);padding:.5rem .85rem;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text-secondary);font-size:.875rem;font-weight:600;line-height:1;transition:color .2s ease,border-color .2s ease,background .2s ease}.ta-app-nav__trigger:hover,.ta-app-nav__trigger:focus-visible{color:var(--color-primary-dark);border-color:var(--color-border-strong);outline:none;box-shadow:var(--focus-ring)}.ta-app-nav__menu-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border:0;border-radius:var(--radius-md);background:transparent;color:var(--color-text-muted);transition:color .2s ease,background .2s ease}.ta-app-nav__menu-btn:hover,.ta-app-nav__menu-btn:focus-visible{color:var(--color-primary-dark);background:var(--color-accent-muted);outline:none;box-shadow:var(--focus-ring)}.ta-app-nav__user-block{padding-inline:var(--space-4)}.ta-app-nav__user-name{font-size:1rem;font-weight:700;color:var(--color-text)}.ta-app-nav__user-email{font-size:.875rem;color:var(--color-text-muted)}.ta-app-nav__divider{border-color:var(--color-border)}.ta-app-nav--premium{position:sticky;top:0;z-index:50;background:#fffdf8e6;-webkit-backdrop-filter:blur(18px) saturate(130%);backdrop-filter:blur(18px) saturate(130%);border-bottom:1px solid rgba(239,225,203,.82);box-shadow:0 10px 28px #073b3a0a}.ta-app-nav--premium .ta-app-nav__shell{width:min(100% - clamp(1.25rem,4vw,2.5rem),1380px);margin-inline:auto;padding-inline:clamp(.75rem,2vw,1.25rem)}.ta-app-nav--premium .ta-app-nav__inner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.85rem;min-height:3.75rem}.ta-app-nav--premium .ta-app-nav__logo{justify-self:start;font-size:1rem;letter-spacing:.08em}.ta-app-nav--premium .ta-app-nav__pill--desktop{display:none}.ta-app-nav--premium .ta-app-nav__pill{flex-wrap:wrap;align-items:center;justify-content:center;gap:.22rem;padding:.32rem;background:#ffffffc7;border:1px solid rgba(239,225,203,.92);border-radius:var(--radius-pill);box-shadow:0 12px 32px #073b3a0f,inset 0 1px #ffffffd9}.ta-app-nav--premium .ta-app-nav__pill .ta-nav-link{min-height:36px;padding:.45rem .82rem;border-bottom:0;border-radius:var(--radius-pill);color:var(--color-text-muted);font-size:.82rem;font-weight:800;line-height:1;white-space:nowrap}.ta-app-nav--premium .ta-app-nav__pill .ta-nav-link:hover,.ta-app-nav--premium .ta-app-nav__pill .ta-nav-link:focus-visible{color:var(--color-primary-dark);background:#2dd4bf1a;outline:none}.ta-app-nav--premium .ta-app-nav__pill .ta-nav-link--active{color:var(--color-primary-dark);background:#2dd4bf29;box-shadow:inset 0 0 0 1px #2dd4bf3d}.ta-app-nav--premium .ta-app-nav__end{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;justify-self:end}.ta-app-nav--premium .ta-app-nav__actions--desktop{display:none}.ta-app-nav--premium .ta-app-nav__trigger{min-height:38px;padding:.45rem .88rem;font-size:.84rem;font-weight:800;background:#ffffffe6;border-color:#efe1cbf2;box-shadow:0 8px 22px #073b3a0d}.ta-app-nav--premium .ta-app-nav__trigger-icon{display:inline-flex;margin-left:.15rem;opacity:.72}.ta-app-nav--premium .ta-app-nav__menu-btn--mobile{display:inline-flex}.ta-app-nav--premium .ta-app-nav__mobile{border-top:1px solid rgba(239,225,203,.85);background:#fffdf8fa}.ta-app-nav--premium .ta-app-nav__mobile-links{display:grid;gap:.15rem;padding:.65rem .85rem .35rem}.ta-app-nav--premium .ta-app-nav__mobile-user{padding:.85rem .85rem 1rem;border-top:1px solid rgba(239,225,203,.85)}.ta-app-nav--premium .ta-app-nav__mobile-actions{display:grid;gap:.15rem;margin-top:.55rem}@media(min-width:1024px){.ta-app-nav--premium .ta-app-nav__pill--desktop{display:inline-flex;justify-self:center}.ta-app-nav--premium .ta-app-nav__actions--desktop{display:flex}.ta-app-nav--premium .ta-app-nav__menu-btn--mobile{display:none}}@media(max-width:1023px){.ta-app-nav--premium .ta-app-nav__inner{grid-template-columns:minmax(0,1fr) auto}}.ta-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.65rem 1.35rem;border:1px solid transparent;border-radius:var(--radius-pill);font-family:var(--font-sans);font-size:.875rem;font-weight:800;line-height:1;text-decoration:none;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.ta-btn:focus-visible{outline:none;box-shadow:var(--focus-ring)}.ta-btn:disabled{opacity:.55;cursor:not-allowed}.ta-btn--primary{background:var(--color-primary);color:#fff}.ta-btn--primary:hover:not(:disabled){background:var(--color-primary-hover)}.ta-btn--secondary{background:var(--color-surface);border-color:var(--color-border-strong);color:var(--color-primary-dark);box-shadow:var(--shadow-soft)}.ta-btn--secondary:hover:not(:disabled){background:var(--color-bg-section-alt);border-color:var(--color-primary-hover)}.ta-btn--danger{background:var(--color-danger);color:#fff}.ta-btn--danger:hover:not(:disabled){background:#991b1b}.ta-btn--danger:focus-visible{box-shadow:var(--focus-ring-danger)}.ta-btn--link{min-height:auto;padding:0;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--color-text-secondary);font-weight:600;text-decoration:underline;text-underline-offset:.18em}.ta-btn--link:hover:not(:disabled){color:var(--color-primary-dark)}.ta-label{display:block;margin-bottom:var(--space-2);font-family:var(--font-sans);font-size:.875rem;font-weight:600;color:var(--color-text-secondary)}.ta-input{display:block;width:100%;min-height:48px;padding:.75rem 1rem;border:1px solid var(--color-line-ui);border-radius:18px;background:var(--color-surface);color:var(--color-text);font-family:var(--font-sans);font-size:.95rem;line-height:1.4;box-shadow:none;transition:border-color .2s ease,box-shadow .2s ease}.ta-input::-moz-placeholder{color:var(--color-text-muted)}.ta-input::placeholder{color:var(--color-text-muted)}.ta-input:focus{outline:none;border-color:var(--color-primary-hover);box-shadow:var(--focus-ring)}.ta-input:disabled{opacity:.65;cursor:not-allowed;background:var(--color-bg-section-alt)}.ta-input-error{margin:0;padding:0;list-style:none;font-size:.875rem;color:var(--color-danger)}.ta-input-error li+li{margin-top:var(--space-1)}.ta-nav-link{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-1) .35rem;border-bottom:2px solid transparent;color:var(--color-text-muted);font-size:.875rem;font-weight:600;line-height:1.25;text-decoration:none;transition:color .2s ease,border-color .2s ease}.ta-nav-link:hover,.ta-nav-link:focus-visible{color:var(--color-primary-dark);outline:none}.ta-nav-link--active{border-bottom-color:var(--color-accent);color:var(--color-primary-dark)}.ta-responsive-nav-link{display:block;width:100%;padding:.65rem 1rem .65rem .75rem;border-left:4px solid transparent;color:var(--color-text-secondary);font-size:1rem;font-weight:600;line-height:1.35;text-align:start;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease}.ta-responsive-nav-link:hover,.ta-responsive-nav-link:focus-visible{color:var(--color-primary-dark);background:var(--color-bg-section-alt);outline:none}.ta-responsive-nav-link--active{border-left-color:var(--color-accent);background:var(--color-accent-muted);color:var(--color-primary-dark)}.ta-dropdown-panel{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-card)}.ta-dropdown-link{display:block;width:100%;padding:.65rem 1rem;color:var(--color-text-secondary);font-size:.875rem;font-weight:600;line-height:1.35;text-align:start;text-decoration:none;transition:background .2s ease,color .2s ease}.ta-dropdown-link:hover,.ta-dropdown-link:focus-visible{background:var(--color-accent-muted);color:var(--color-primary-dark);outline:none}.ta-modal-overlay{position:absolute;inset:0;background:#071b1f85}.ta-modal-panel{overflow:hidden;border:1px solid var(--color-line-ui);border-radius:28px;background:var(--color-surface);box-shadow:var(--shadow-card)}.ta-auth-copy{color:var(--color-text-secondary);font-size:.9375rem;line-height:1.6}.ta-auth-message{padding:.75rem 1rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:600}.ta-auth-message--success{background:var(--color-success-bg);color:var(--color-success)}.ta-section-title{margin:0;color:var(--color-text);font-family:var(--font-sans);font-size:1.125rem;font-weight:700;line-height:1.35}.ta-section-desc{margin:.25rem 0 0;color:var(--color-text-secondary);font-family:var(--font-sans);font-size:.875rem;line-height:1.5}.ta-section-status{color:var(--color-text-secondary);font-family:var(--font-sans);font-size:.875rem}.admin-pagination nav span,.admin-pagination nav a{border-color:var(--color-line-ui)!important;color:var(--color-text-secondary)!important;font-family:var(--font-sans)}.admin-pagination nav a:hover{background:var(--color-surface-tint)!important;color:var(--color-primary-dark)!important}.admin-pagination nav span[aria-current=page]>span,.admin-pagination nav span[aria-current=page] span{background:var(--color-primary)!important;border-color:var(--color-primary)!important;color:#fff!important}.admin-pagination nav span[aria-disabled=true] span{color:var(--color-text-placeholder)!important}.ta-section-status--success{color:var(--color-success);font-weight:600}:root{--nav-p: 0;--navbar-height: 72px;--navbar-floating-top: 16px;--navbar-offset: var(--navbar-height)}.ta-site-header{position:fixed;top:0;right:0;left:0;z-index:100;padding-top:calc(1.05rem - (.42rem * var(--nav-p)));padding-inline:clamp(.75rem,3vw,1.75rem);pointer-events:none}.ta-site-header__inner{width:min(100%,1380px);margin-inline:auto}.ta-site-header__spacer{height:calc(5.15rem - (.6rem * var(--nav-p)));flex-shrink:0}.ta-navbar-shell{pointer-events:auto;display:grid;align-items:center;gap:.65rem;min-height:calc(3.65rem - (.38rem * var(--nav-p)));padding:calc(.38rem + (.08rem * var(--nav-p))) calc(.48rem + (.2rem * var(--nav-p)));border:1px solid transparent;border-radius:999px;transform:scale(calc(1 - (.018 * var(--nav-p))));transform-origin:top center;transition:border-color .28s ease,box-shadow .28s ease,background .28s ease}.ta-site-header.is-scrolled .ta-navbar-shell{border-color:#efe1cbb8}.ta-navbar__brand{justify-self:start;color:var(--color-primary-dark);font-size:calc(.98rem - (.04rem * var(--nav-p)));font-weight:800;letter-spacing:.08em;text-decoration:none;white-space:nowrap}.ta-navbar__brand:hover{color:var(--color-primary)}.ta-navbar__pill{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.2rem;padding:.28rem;border-radius:999px}.ta-navbar__pill--desktop{display:none}.ta-navbar__pill a{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:calc(36px - (2px * var(--nav-p)));padding:.42rem .82rem;font-size:calc(.84rem - (.02rem * var(--nav-p)));font-weight:800;line-height:1;text-decoration:none;white-space:nowrap;border-radius:999px;transition:color .2s ease,background .2s ease,transform .2s ease}.ta-navbar__pill a:hover{transform:translateY(-1px)}.ta-navbar__counter{display:inline-flex;align-items:center;justify-content:center;min-width:1.3rem;height:1.3rem;padding:0 .35rem;color:#fff;font-size:.7rem;font-weight:800;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:999px}.ta-navbar__actions{display:flex;align-items:center;justify-content:flex-end;gap:.4rem;justify-self:end}.ta-navbar__cta{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.45rem .95rem;color:#fff;font-size:.84rem;font-weight:800;text-decoration:none;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:999px;box-shadow:0 10px 24px #0b6b6738;transition:transform .2s ease,box-shadow .2s ease}.ta-navbar__cta:hover{transform:translateY(-1px);box-shadow:0 14px 28px #0b6b6747}.ta-navbar__cta--desktop,.ta-navbar__user--desktop{display:none}.ta-navbar__user-trigger{display:inline-flex;align-items:center;gap:.35rem;min-height:38px;padding:.42rem .88rem;color:var(--color-primary-dark);font-size:.84rem;font-weight:800;background:#ffffffeb;border:1px solid rgba(239,225,203,.95);border-radius:999px;box-shadow:0 8px 22px #073b3a0f;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.ta-navbar__user-trigger:hover{transform:translateY(-1px);border-color:#2dd4bf59}.ta-navbar__user-icon{display:inline-flex;opacity:.72}.ta-navbar__toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;color:var(--color-primary-dark);background:#ffffffe0;border:1px solid rgba(239,225,203,.92);border-radius:999px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.ta-navbar__toggle:hover{background:#2dd4bf1a;border-color:#2dd4bf47}.ta-navbar-mobile{pointer-events:auto;width:min(100%,1380px);margin:.55rem auto 0;padding:.65rem;background:#fffdf8f5;border:1px solid rgba(239,225,203,.92);border-radius:22px;box-shadow:0 18px 44px #073b3a1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.ta-navbar-mobile__links{display:grid;gap:.2rem}.ta-navbar-mobile__links a,.ta-navbar-mobile__links button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:42px;padding:.55rem .75rem;color:var(--color-text-secondary);font-size:.92rem;font-weight:700;text-align:left;text-decoration:none;background:transparent;border:0;border-radius:14px;cursor:pointer;transition:background .2s ease,color .2s ease}.ta-navbar-mobile__links a:hover,.ta-navbar-mobile__links button:hover{color:var(--color-primary-dark);background:#2dd4bf1a}.ta-navbar-mobile__links a.is-active{color:var(--color-primary-dark);background:#2dd4bf24}.ta-navbar-mobile__divider{display:block;height:1px;margin:.35rem 0;background:#efe1cbf2}.ta-site-header--dark .ta-navbar-shell{grid-template-columns:1fr auto 1fr;align-items:center;width:min(100%,820px);margin-inline:auto;background:rgba(10,10,10,calc(.5 - (.08 * var(--nav-p))));border-color:rgba(255,241,223,calc(.16 + (.06 * var(--nav-p))));box-shadow:0 calc(12px + 10px * var(--nav-p)) calc(32px + 18px * var(--nav-p)) rgba(0,0,0,calc(.18 + .08 * var(--nav-p))),inset 0 1px #ffffff14;backdrop-filter:blur(calc(14px + 6px * var(--nav-p)));-webkit-backdrop-filter:blur(calc(14px + 6px * var(--nav-p)))}.ta-site-header--dark .ta-navbar__pill{grid-column:2;justify-self:center}.ta-site-header--dark .ta-navbar__actions{grid-column:3}.ta-site-header--dark .ta-navbar__pill a{color:#fff1dfdb}.ta-site-header--dark .ta-navbar__pill a:hover{color:#fff1df;background:#fff1df1a}.ta-site-header--dark .ta-navbar__pill a.is-active{color:#17110c;background:#fff1df;box-shadow:0 8px 22px #00000029}.ta-site-header--dark .ta-navbar__toggle{color:#fff1df;background:#ffffff14;border-color:#fff1df33}.ta-site-header--dark .ta-navbar-mobile{background:#0a1c1cf0;border-color:#fff1df29}.ta-site-header--dark .ta-navbar-mobile__links a,.ta-site-header--dark .ta-navbar-mobile__links button{color:#fff1dfd1}.ta-site-header--dark .ta-navbar-mobile__links a.is-active{color:#17110c;background:#fff1df}.ta-site-header--light .ta-navbar-shell{grid-template-columns:auto minmax(0,1fr) auto;background:rgba(255,253,248,calc(.82 + .14 * var(--nav-p)));border-color:rgba(239,225,203,calc(.55 + .35 * var(--nav-p)));box-shadow:0 calc(8px + 10px * var(--nav-p)) calc(22px + 20px * var(--nav-p)) rgba(7,59,58,calc(.05 + .05 * var(--nav-p)));backdrop-filter:blur(calc(12px + 8px * var(--nav-p)));-webkit-backdrop-filter:blur(calc(12px + 8px * var(--nav-p)))}.ta-site-header--light .ta-navbar__pill{justify-self:center}.ta-site-header--light .ta-navbar__pill a{color:var(--color-text-muted)}.ta-site-header--light .ta-navbar__pill a:hover{color:var(--color-primary-dark);background:#2dd4bf1a}.ta-site-header--light .ta-navbar__pill a.is-active{color:var(--color-primary-dark);background:#fff1df;box-shadow:inset 0 0 0 1px #ffc69659}.directory-public-page .ta-site-header--light .ta-navbar-shell{background:rgba(255,253,248,calc(.9 + .08 * var(--nav-p)));border-color:rgba(255,241,223,calc(.42 + .28 * var(--nav-p)));box-shadow:0 calc(10px + 12px * var(--nav-p)) calc(28px + 22px * var(--nav-p)) rgba(0,0,0,calc(.14 + .1 * var(--nav-p))),inset 0 1px #ffffffa6}.ta-site-header--app{position:sticky;top:calc(var(--navbar-floating-top) * var(--nav-p));padding-top:0;padding-inline:calc(24px * var(--nav-p));pointer-events:none;background:rgba(255,253,248,calc(.97 * (1 - var(--nav-p))));border-bottom:1px solid rgba(239,225,203,calc(.85 * (1 - var(--nav-p))));box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.ta-site-header--app .ta-site-header__inner{width:100%;max-width:none;margin-inline:0}.ta-site-header__inner--app{display:block;width:100%;padding-inline:clamp(1rem,2.5vw,1.75rem);transition:padding-inline .35s cubic-bezier(.22,1,.36,1)}.ta-site-header--app.is-scrolled .ta-site-header__inner--app{padding-inline:0}.ta-navbar-shell--app{pointer-events:auto;position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:clamp(.5rem,1.2vw,.85rem);width:calc(100% - (48px * var(--nav-p)));max-width:calc(1380px - (140px * var(--nav-p)));min-height:4rem;margin-inline:auto;padding:calc(.3rem + (.06rem * var(--nav-p))) calc(.55rem + (.35rem * var(--nav-p)));border:1px solid rgba(239,225,203,calc(.78 * var(--nav-p)));border-radius:calc(999px * var(--nav-p));background:rgba(250,248,242,calc(.94 * var(--nav-p)));box-shadow:0 calc(10px * var(--nav-p)) calc(24px * var(--nav-p)) rgba(7,59,58,calc(.055 * var(--nav-p)));backdrop-filter:blur(calc(10px * var(--nav-p)));-webkit-backdrop-filter:blur(calc(10px * var(--nav-p)));transform:none;transition:width .35s cubic-bezier(.22,1,.36,1),max-width .35s cubic-bezier(.22,1,.36,1),padding .35s cubic-bezier(.22,1,.36,1),border-radius .35s cubic-bezier(.22,1,.36,1),background .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1),backdrop-filter .35s cubic-bezier(.22,1,.36,1)}.ta-site-header--app.is-scrolled{background:transparent;border-bottom-color:transparent}.ta-site-header--app.is-scrolled .ta-navbar-shell--app{background:#faf8f2f0;border-color:#efe1cbc7;box-shadow:0 10px 24px #073b3a0e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:min(calc(100% - 48px),1240px);max-width:1240px}.ta-site-header--app .ta-navbar__brand{flex:0 0 auto;color:var(--color-primary-dark);font-size:calc(1rem - (.02rem * var(--nav-p)));letter-spacing:.08em}.ta-site-header--app .ta-navbar__pill{flex:0 1 auto;flex-wrap:nowrap;padding:calc(.28rem * (1 - var(--nav-p)));background:rgba(255,255,255,calc(.82 * (1 - var(--nav-p))));border:calc((1 - var(--nav-p)) * 1px) solid rgba(239,225,203,calc(.92 * (1 - var(--nav-p))));box-shadow:0 calc(6px * (1 - var(--nav-p))) calc(18px * (1 - var(--nav-p))) rgba(7,59,58,calc(.05 * (1 - var(--nav-p)))),inset 0 calc(1px * (1 - var(--nav-p))) 0 rgba(255,255,255,calc(.85 * (1 - var(--nav-p))));transition:padding .35s cubic-bezier(.22,1,.36,1),background .35s cubic-bezier(.22,1,.36,1),border-color .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1)}.ta-site-header--app .ta-navbar__actions{flex:0 0 auto;margin-left:auto}.ta-site-header--app .ta-navbar__pill a{min-height:36px;padding:.42rem .72rem;color:var(--color-text-muted);font-size:.8125rem}.ta-site-header--app .ta-navbar__pill a:hover{color:var(--color-primary-dark);background:#2dd4bf1a;transform:none}.ta-site-header--app .ta-navbar__pill a.is-active{color:var(--color-primary-dark);background:#fff1df;box-shadow:inset 0 0 0 1px #ffc69661}.ta-site-header--app .ta-navbar__user-trigger{min-height:36px;padding:.42rem .82rem;background:rgba(255,255,255,calc(.92 * (1 - var(--nav-p)) + .22 * var(--nav-p)));border:1px solid rgba(239,225,203,calc(.95 * (1 - var(--nav-p)) + .28 * var(--nav-p)));box-shadow:0 calc(6px * (1 - var(--nav-p))) calc(14px * (1 - var(--nav-p))) rgba(7,59,58,calc(.04 * (1 - var(--nav-p))));transition:background .35s cubic-bezier(.22,1,.36,1),border-color .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1)}.ta-site-header--app.is-scrolled .ta-navbar__user-trigger{background:#fffcf7e0;border-color:#efe1cbb8;box-shadow:none}.ta-site-header--app .ta-navbar__user-trigger:hover{border-color:#2dd4bf59}.ta-site-header--app .ta-navbar__toggle{width:40px;height:40px;background:rgba(255,255,255,calc(.9 * (1 - var(--nav-p)) + .4 * var(--nav-p)));border:1px solid rgba(239,225,203,calc(.92 * (1 - var(--nav-p)) + .35 * var(--nav-p)))}.ta-site-header__spacer--app,.ta-navbar-spacer{height:0;min-height:0;overflow:hidden;flex-shrink:0}.ta-navbar-mobile--app{width:min(calc(100% - 48px),1240px);margin-inline:auto}.ta-site-header--app .ta-navbar-mobile__links a.is-active{color:var(--color-primary-dark);background:#fff1df;box-shadow:inset 0 0 0 1px #ffc69659}body:has(.ta-site-header--app){scroll-padding-top:calc(var(--navbar-height) + var(--navbar-floating-top))}body:has(.ta-site-header) .app-header{position:relative;z-index:100;flex:0 0 auto;background:transparent;border:0;box-shadow:none}body:has(.editorial-header--app) .app-header{height:0!important;min-height:0!important;max-height:0!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important}body.app-cockpit{scroll-padding-top:var(--dash-nav-offset, 4.5rem)}body.app-cockpit:has(.stitch-app-page--requests){scroll-padding-top:calc(var(--dash-nav-offset, 5rem) + 1rem)}body.app-cockpit:has(.stitch-app-page--chat-show){scroll-padding-top:calc(var(--dash-nav-offset, 5rem) + 1rem)}body.dashboard-cockpit{scroll-padding-top:var(--dash-nav-offset, 4.5rem)}body:has(.editorial-header--app) .app-main{flex:1 1 auto;min-height:0}body:has(.ta-site-header--app) .app-header{min-height:0;height:auto}body:has(.ta-site-header--app) .app-main{flex:1 1 auto;min-height:0}body:has(.ta-site-header--app) .stitch-dashboard--premium .dashboard-hero{margin-top:0}@media(min-width:1024px){.ta-navbar__pill--desktop,.ta-navbar__cta--desktop{display:inline-flex}.ta-navbar__user--desktop{display:block}.ta-navbar__toggle{display:none}.ta-navbar-mobile{display:none!important}.ta-site-header--app .ta-navbar__pill--desktop{position:absolute;left:50%;top:50%;z-index:1;transform:translate(-50%,-50%);max-width:calc(100% - 14rem)}.ta-site-header--app .ta-navbar__user--desktop{flex-shrink:0}}@media(max-width:1023px){.ta-site-header--light .ta-navbar-shell{grid-template-columns:auto auto}.ta-site-header--light .ta-navbar__pill--desktop{display:none}.ta-navbar-shell--app{width:calc(100% - (24px * var(--nav-p)))}.ta-site-header--app .ta-navbar__pill--desktop{display:none}}.editorial-header--app{position:fixed;top:14px;right:0;left:0;z-index:120;display:flex;justify-content:center;width:100%;margin:0;padding:0;overflow:visible;pointer-events:none;background:transparent;border:0;box-shadow:none;transition:top .28s ease}.editorial-header--app.is-scrolled{top:8px}.editorial-header--app .editorial-header__pill--app{display:inline-flex;align-items:center;gap:6px;max-width:min(calc(100% - 24px),980px);padding:6px;overflow:visible;background:#0a0a0a8c;border:1px solid rgba(255,241,223,.18);border-radius:999px;box-shadow:0 16px 44px #00000038,inset 0 1px #ffffff14;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);pointer-events:auto;transition:padding .28s ease,gap .28s ease,background .28s ease,box-shadow .28s ease,transform .28s ease}.editorial-header--app.is-scrolled .editorial-header__pill--app{gap:4px;padding:4px;background:#0a0a0ab8;box-shadow:0 10px 28px #0000003d,inset 0 1px #ffffff14;transform:scale(.96);transform-origin:top center}.editorial-header--app .editorial-header__pill--app>a,.editorial-header--app .editorial-header__pill-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:40px;padding:0 17px;color:#fff1dfdb;font-family:inherit;font-size:.9rem;font-weight:900;line-height:1;text-decoration:none;white-space:nowrap;background:transparent;border:0;border-radius:999px;cursor:pointer;transition:background .22s ease,color .22s ease,transform .22s ease,min-height .28s ease,padding .28s ease,font-size .28s ease}.editorial-header--app.is-scrolled .editorial-header__pill--app>a,.editorial-header--app.is-scrolled .editorial-header__pill-btn{min-height:34px;padding:0 12px;font-size:.78rem}.editorial-header--app .editorial-header__pill--app>a:hover,.editorial-header--app .editorial-header__pill-btn:hover{color:#fff1df;background:#fff1df1a;transform:translateY(-1px)}.editorial-header--app .editorial-header__pill--app>a.is-active{color:#17110c;background:#fff1df;box-shadow:0 8px 22px #00000029}.editorial-header--app .editorial-header__user{position:relative;display:inline-flex;flex-shrink:0}.editorial-header--app .editorial-header__user>div:first-child{display:inline-flex}.editorial-header--app .editorial-header__user .ta-dropdown-flyout{top:calc(100% + .4rem);bottom:auto;right:0;left:auto;width:11.25rem;min-width:11.25rem;max-width:min(calc(100vw - 1.5rem),11.25rem);margin-top:0;z-index:130}.editorial-header--app .editorial-header__user .ta-dropdown-panel{border:1px solid rgba(7,59,56,.1);border-radius:14px;background:#fff;box-shadow:0 14px 32px #073b381f,0 0 0 1px #ffffffd9;overflow:hidden}.editorial-header--app .editorial-header__user .ta-dropdown-link,.editorial-header--app .editorial-header__pill--app .ta-dropdown-panel .ta-dropdown-link{display:block;min-height:auto;padding:.55rem .85rem;color:#073b38!important;font-size:.84rem;font-weight:600;line-height:1.35;text-align:start;white-space:normal;background:transparent!important;border:0;border-radius:0;transform:none;box-shadow:none}.editorial-header--app .editorial-header__user .ta-dropdown-link:hover,.editorial-header--app .editorial-header__user .ta-dropdown-link:focus-visible,.editorial-header--app .editorial-header__pill--app .ta-dropdown-panel .ta-dropdown-link:hover,.editorial-header--app .editorial-header__pill--app .ta-dropdown-panel .ta-dropdown-link:focus-visible{color:#065f46!important;background:#34d39914!important;transform:none}.editorial-header--app .editorial-header__chevron{width:.95rem;height:.95rem;opacity:.72}.editorial-header--app .editorial-header__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.15rem;height:1.15rem;padding:0 .3rem;color:#17110c;font-size:.62rem;font-weight:900;background:#fff1df;border-radius:999px}.editorial-header--app .editorial-header__pill--app>a.is-active .editorial-header__badge{color:#17110c;background:#17110c1f}@media(max-width:760px){.editorial-header--app{top:10px}.editorial-header--drawer .editorial-header__pill--desktop{display:none}.editorial-header--drawer .editorial-header__toggle{display:inline-flex}.editorial-header--drawer .editorial-header__bar{display:flex;justify-content:center;width:100%;pointer-events:auto}.editorial-header--app .editorial-header__pill--app{max-width:calc(100% - 20px);gap:3px;padding:4px;overflow-x:auto;scrollbar-width:none}.editorial-header--app .editorial-header__pill--app::-webkit-scrollbar{display:none}.editorial-header--app .editorial-header__pill--app>a,.editorial-header--app .editorial-header__pill-btn{min-height:36px;padding:0 10px;font-size:.78rem}.editorial-header--app .editorial-header__user .ta-dropdown-flyout{position:fixed;top:calc(var(--dash-nav-offset, 4.5rem) + .15rem);right:max(12px,env(safe-area-inset-right,0px));left:auto;bottom:auto;width:11.25rem}}.editorial-header--drawer{flex-direction:column;align-items:center}.editorial-header--drawer .editorial-header__toggle{display:none;align-items:center;justify-content:center;gap:.45rem;min-height:44px;padding:0 18px;color:#fff1dfeb;font-family:inherit;font-size:.88rem;font-weight:900;line-height:1;background:#0a0a0a8c;border:1px solid rgba(255,241,223,.18);border-radius:999px;box-shadow:0 16px 44px #00000038,inset 0 1px #ffffff14;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);cursor:pointer;pointer-events:auto;transition:background .22s ease,transform .22s ease}.editorial-header--drawer .editorial-header__toggle:hover{color:#fff1df;background:#0a0a0ab8;transform:translateY(-1px)}.editorial-header--drawer .editorial-header__toggle-icon{width:1.15rem;height:1.15rem}.editorial-header__drawer{pointer-events:auto;width:min(calc(100% - 24px),420px);margin:.55rem auto 0;padding:.55rem;background:#0c0c0cf0;border:1px solid rgba(255,241,223,.16);border-radius:22px;box-shadow:0 22px 48px #00000052;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.editorial-header__drawer-links{display:grid;gap:.15rem}.editorial-header__drawer-links a,.editorial-header__drawer-links button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:.65rem .85rem;color:#fff1dfe0;font-family:inherit;font-size:.92rem;font-weight:800;text-align:left;text-decoration:none;background:transparent;border:0;border-radius:14px;cursor:pointer;transition:background .2s ease,color .2s ease}.editorial-header__drawer-links a:hover,.editorial-header__drawer-links button:hover{color:#fff1df;background:#fff1df1a}.editorial-header__drawer-links a.is-active{color:#17110c;background:#fff1df}.editorial-header__drawer-divider{display:block;height:1px;margin:.35rem 0;background:#fff1df1f}.editorial-header__drawer-user{display:block;padding:.35rem .85rem .15rem;color:#fff1df85;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}@media(min-width:761px){.editorial-header--drawer .editorial-header__drawer{display:none!important}}:root{--bg-dark: #071b1f;--bg-soft: #f7f4eb;--primary: #073b3a;--primary-2: #0f766e;--accent: #20d6c4;--text-main: #071b1f;--text-muted: #66787c;--glass: rgba(255, 255, 255, .12);--border-soft: rgba(12, 74, 70, .15);--color-bg: #f7f4eb;--color-primary: #073b3a;--color-primary-2: #0f766e;--color-accent: #20d6c4;--color-text: #071b1f;--color-muted: #66787c;--radius-xl: 28px;--radius-2xl: 44px;--shadow-soft: 0 22px 70px rgba(7, 27, 31, .12);--shadow-deep: 0 34px 110px rgba(7, 27, 31, .22);--shadow-glow: 0 0 70px rgba(32, 214, 196, .24);--ease-out: cubic-bezier(.2, .8, .2, 1);--ease-elastic: cubic-bezier(.34, 1.56, .64, 1)}.home-body{min-height:100vh;overflow-x:hidden;background:var(--color-bg);cursor:auto;text-rendering:optimizeLegibility}.stitch-home{--surface: rgba(255, 255, 255, .72);--surface-strong: rgba(255, 255, 255, .88);--line: rgba(12, 74, 70, .15);--line-light: rgba(255, 255, 255, .22);--gold: #f5b71b;min-height:100vh;position:relative;isolation:isolate;overflow-x:clip;overflow-y:visible;color:var(--color-text);background:radial-gradient(circle at 12% 4%,rgba(32,214,196,.13),transparent 24rem),radial-gradient(circle at 92% 14%,rgba(7,59,58,.13),transparent 28rem),linear-gradient(180deg,#f7f4eb,#fbfaf4 42%,#fff);font-family:Inter,Figtree,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.stitch-home *,.stitch-home *:before,.stitch-home *:after{box-sizing:border-box}.stitch-home a{color:inherit}.stitch-home .container{width:min(100% - clamp(1.5rem,5vw,5rem),1240px);margin-inline:auto}.stitch-home>.public-header,.stitch-home>main,.stitch-home>.site-premium-footer{position:relative;z-index:2;overflow:visible}.ambient-stage{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none}.ambient-stage:before{position:absolute;inset:0;content:"";opacity:.35;background:linear-gradient(rgba(7,59,58,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(7,59,58,.035) 1px,transparent 1px);background-size:92px 92px;-webkit-mask-image:radial-gradient(circle at 50% 24%,#000,transparent 72%);mask-image:radial-gradient(circle at 50% 24%,#000,transparent 72%)}.ambient-blob,.ambient-line{position:absolute;display:block;pointer-events:none}.ambient-blob{width:36vw;max-width:620px;aspect-ratio:1;opacity:.18;background:radial-gradient(circle,var(--color-accent),transparent 64%);border-radius:50%;filter:blur(50px);animation:floatOrb 16s ease-in-out infinite}.ambient-blob--one{top:4%;right:-10%}.ambient-blob--two{top:42%;left:-14%;background:radial-gradient(circle,var(--color-primary-2),transparent 66%);animation-delay:-6s}.ambient-blob--three{right:6%;bottom:4%;width:28vw;background:radial-gradient(circle,rgba(255,255,255,.9),transparent 66%);animation-delay:-10s}.ambient-line{width:1px;height:38vh;background:linear-gradient(180deg,transparent,rgba(32,214,196,.28),transparent);transform:rotate(24deg);animation:lineDrift 9s ease-in-out infinite}.ambient-line--one{top:18%;left:16%}.ambient-line--two{right:18%;bottom:12%;animation-delay:-4s}.premium-glass{background:linear-gradient(145deg,#fff3,#ffffff14),#ffffff1a;border:1px solid rgba(255,255,255,.28);box-shadow:var(--shadow-deep),var(--shadow-glow);-webkit-backdrop-filter:blur(26px) saturate(145%);backdrop-filter:blur(26px) saturate(145%)}@supports not (backdrop-filter: blur(1px)){.premium-glass,.stitch-home .public-header,.stitch-home .search-panel,.stitch-home .category-card,.stitch-home .profile-card,.stitch-home .review-card{background:#fffffff0}}.stitch-home .public-header{position:fixed;inset:16px clamp(14px,3vw,36px) auto;width:auto;z-index:100;background:#f7f4ebad;border:1px solid rgba(255,255,255,.76);border-radius:999px;box-shadow:0 18px 60px #071b1f1f;-webkit-backdrop-filter:blur(26px) saturate(145%);backdrop-filter:blur(26px) saturate(145%);transition:inset .28s var(--ease-out),background .28s var(--ease-out),box-shadow .28s var(--ease-out),transform .28s var(--ease-out)}.stitch-home .public-header.is-scrolled{inset-block-start:10px;background:#f7f4ebe6;box-shadow:0 26px 80px #071b1f2e}.stitch-home .public-header__inner{width:min(100% - 1.25rem,1180px);min-height:64px;padding-block:.45rem;transition:min-height .28s var(--ease-out)}.stitch-home .public-header.is-scrolled .public-header__inner{min-height:54px}.stitch-home .public-header__logo{position:relative;display:inline-flex;align-items:center;gap:.7rem;color:var(--color-primary);letter-spacing:.12em}.stitch-home .public-header__logo:before{display:inline-grid;place-items:center;width:38px;height:38px;content:"TA";color:#fff;font-size:.72rem;letter-spacing:.04em;background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.48),transparent 28%),linear-gradient(135deg,var(--color-accent),var(--color-primary));border-radius:14px;box-shadow:0 14px 32px #073b3a3d,0 0 30px #20d6c43d;animation:pulseGlow 4s ease-in-out infinite}.stitch-home .public-header__nav a{position:relative;min-height:40px;padding-inline:.95rem;overflow:hidden;color:#071b1fb8;border:1px solid transparent;transition:color .24s var(--ease-out),background .24s var(--ease-out),border-color .24s var(--ease-out),transform .24s var(--ease-out)}.stitch-home .public-header__nav a:before{position:absolute;inset:auto 0 5px;width:0;height:1px;margin-inline:auto;content:"";background:linear-gradient(90deg,transparent,var(--color-accent),transparent);transition:width .26s var(--ease-out)}.stitch-home .public-header__nav a:hover{color:var(--color-primary);background:#ffffffa8;border-color:#0c4a461a;transform:translateY(-1px)}.stitch-home .public-header__nav a:hover:before{width:68%}.stitch-home .public-header__nav .btn-registro,.stitch-home .btn-search,.stitch-home .btn-hero-primary,.stitch-home .btn-cta-light{position:relative;overflow:hidden}.stitch-home .public-header__nav .btn-registro{color:#fff!important;background:linear-gradient(135deg,var(--color-primary-2),var(--color-primary));box-shadow:0 16px 34px #073b3a33}.stitch-home .public-header__nav .btn-registro:after,.stitch-home .btn-search:after,.stitch-home .btn-hero-primary:after,.stitch-home .btn-cta-light:after{position:absolute;inset:-80% auto -80% -40%;width:34%;content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.58),transparent);transform:rotate(18deg) translate(-120%);transition:transform .72s var(--ease-out)}.stitch-home .public-header__nav .btn-registro:hover:after,.stitch-home .btn-search:hover:after,.stitch-home .btn-hero-primary:hover:after,.stitch-home .btn-cta-light:hover:after{transform:rotate(18deg) translate(460%)}.stitch-home .hero{position:relative;min-height:clamp(800px,100svh,980px);overflow:hidden;isolation:isolate;background:linear-gradient(115deg,#031214f2,#073b3ad6 42%,#073b3a33),url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&q=90&w=2400) center / cover no-repeat}.stitch-home .hero:before{position:absolute;inset:8% -18% auto auto;z-index:-1;width:min(52vw,820px);aspect-ratio:1;content:"";background:radial-gradient(circle at 42% 48%,rgba(32,214,196,.46),transparent 58%),radial-gradient(circle,rgba(255,255,255,.14),transparent 62%);filter:blur(18px);animation:pulseGlow 5.8s ease-in-out infinite}.stitch-home .hero:after{position:absolute;inset:auto 0 0;z-index:-1;height:30%;content:"";background:linear-gradient(180deg,transparent,#f7f4eb 84%)}.stitch-home .hero-overlay,.stitch-home .hero-noise,.stitch-home .hero-vignette,.stitch-home .hero-grid-lines{position:absolute;inset:0;pointer-events:none}.stitch-home .hero-overlay{z-index:-3;background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.2),transparent 18rem),radial-gradient(circle at 56% 58%,rgba(32,214,196,.18),transparent 26rem),linear-gradient(180deg,#0312140a,#03121494)}.stitch-home .hero-noise,.stitch-home .section-flow:before,.stitch-home .final-cta:before{opacity:.12;background-image:repeating-radial-gradient(circle at 10% 20%,rgba(255,255,255,.12) 0 1px,transparent 1px 4px);mix-blend-mode:overlay}.stitch-home .hero-noise{z-index:-1}.stitch-home .hero-vignette{z-index:-1;background:radial-gradient(circle at center,transparent 32%,rgba(0,0,0,.46) 100%),linear-gradient(90deg,rgba(0,0,0,.24),transparent 24%,transparent 72%,rgba(0,0,0,.28))}.stitch-home .hero-grid-lines{z-index:-2;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:58px 58px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 76%);mask-image:linear-gradient(90deg,#000,transparent 76%)}.stitch-home .hero-particles{position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none}.stitch-home .hero-particles span{position:absolute;width:5px;height:5px;background:#96fff5a6;border-radius:50%;box-shadow:0 0 20px #20d6c4cc;animation:subtleFloat 8s ease-in-out infinite}.stitch-home .hero-particles span:nth-child(1){top:22%;left:11%;animation-delay:-1s}.stitch-home .hero-particles span:nth-child(2){top:34%;left:48%;animation-delay:-3s}.stitch-home .hero-particles span:nth-child(3){top:16%;right:21%;animation-delay:-5s}.stitch-home .hero-particles span:nth-child(4){bottom:22%;left:38%;animation-delay:-2s}.stitch-home .hero-particles span:nth-child(5){bottom:34%;right:12%;animation-delay:-4s}.stitch-home .hero-particles span:nth-child(6){top:62%;left:8%;animation-delay:-6s}.stitch-home .orb{position:absolute;z-index:-1;border-radius:50%;filter:blur(34px);pointer-events:none;animation:floatOrb 12s ease-in-out infinite}.stitch-home .orb--hero-a{top:18%;right:14%;width:180px;height:180px;background:#20d6c447}.stitch-home .orb--hero-b{bottom:18%;left:8%;width:150px;height:150px;background:#ffffff24;animation-delay:-4s}.stitch-home .orb--hero-c{top:46%;right:38%;width:110px;height:110px;background:#0f766e52;animation-delay:-7s}.stitch-home .hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.52fr);gap:clamp(2rem,5vw,5rem);align-items:center;min-height:clamp(800px,100svh,980px);padding-block:clamp(8rem,14vh,11rem) clamp(5rem,8vh,7rem)}.stitch-home .hero-content{max-width:930px;color:#fff}.stitch-home .eyebrow{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:1rem;color:var(--color-accent);font-size:clamp(.72rem,1vw,.82rem);font-weight:900;letter-spacing:.16em;text-transform:uppercase}.stitch-home .eyebrow:before{width:8px;height:8px;content:"";background:currentColor;border-radius:50%;box-shadow:0 0 0 7px #20d6c41f}.stitch-home .hero-content h1{max-width:900px;margin:0;font-size:clamp(3.1rem,7.8vw,7rem);font-weight:900;line-height:.88;letter-spacing:-.078em;text-wrap:balance}.stitch-home .gradient-text{display:inline-block;color:transparent;background:linear-gradient(100deg,#fff,#8ff7ee 42%,#20d6c4 76%,#fff);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;animation:gradientShift 7s ease-in-out infinite}.stitch-home .hero-content .line{overflow:hidden}.stitch-home .hero-subtitle{max-width:700px;margin:1.55rem 0 0;color:#ffffffd1;font-size:clamp(1.05rem,1.7vw,1.3rem)}.stitch-home .trust-badges{display:flex;flex-wrap:wrap;gap:.72rem;margin:1.8rem 0 1.5rem}.stitch-home .trust-badges span,.stitch-home .hero-service-list span,.stitch-home .profile-meta span,.stitch-home .category-meta,.stitch-home .verified-badge{display:inline-flex;align-items:center;border-radius:999px}.stitch-home .trust-badges span{gap:.5rem;padding:.66rem .88rem;color:#ffffffeb;font-size:.9rem;font-weight:800;background:#ffffff1c;border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 1px #ffffff24,0 0 28px #20d6c414;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .24s var(--ease-out),box-shadow .24s var(--ease-out)}.stitch-home .trust-badges span:hover{box-shadow:inset 0 1px #ffffff2e,0 0 34px #20d6c42e;transform:translateY(-2px)}.stitch-home .trust-badges span:before{width:8px;height:8px;content:"";background:var(--color-accent);border-radius:50%;box-shadow:0 0 0 5px #20d6c426}.stitch-home .search-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr) auto;gap:.75rem;max-width:980px;padding:.75rem;margin-top:1.35rem;background:linear-gradient(145deg,#fffffff0,#ffffffc2);border:1px solid rgba(255,255,255,.72);border-radius:30px;box-shadow:0 28px 90px #071b1f47,inset 0 1px #ffffffb8;-webkit-backdrop-filter:blur(28px) saturate(145%);backdrop-filter:blur(28px) saturate(145%)}.stitch-home .search-field{display:flex;align-items:center;gap:.86rem;min-width:0;padding:.82rem 1rem;background:#f7f4ebc7;border:1px solid rgba(12,74,70,.1);border-radius:21px;transition:background .24s var(--ease-out),border-color .24s var(--ease-out),transform .24s var(--ease-out),box-shadow .24s var(--ease-out)}.stitch-home .search-field:focus-within{background:#fff;border-color:#20d6c48a;box-shadow:0 0 0 5px #20d6c41a,0 14px 30px #073b3a14;transform:translateY(-1px)}.stitch-home .field-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--color-primary);background:linear-gradient(135deg,#fff,#dff8f5);border:1px solid rgba(12,74,70,.08);border-radius:16px}.stitch-home .field-copy{display:grid;flex:1;min-width:0}.stitch-home .field-copy>span{color:var(--color-muted);font-size:.72rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.stitch-home .search-field input,.stitch-home .search-field select{width:100%;min-width:0;padding:.12rem 0 0;color:var(--color-text);font:inherit;font-weight:800;background:transparent;border:0;outline:none}.stitch-home .btn-search,.stitch-home .btn-hero-primary,.stitch-home .btn-hero-secondary,.stitch-home .btn-cta-light,.stitch-home .btn-cta-outline{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:56px;padding:.98rem 1.45rem;overflow:hidden;font:inherit;font-weight:900;text-align:center;text-decoration:none;cursor:pointer;border-radius:999px;transition:transform .26s var(--ease-out),box-shadow .26s var(--ease-out),background .26s var(--ease-out),border-color .26s var(--ease-out),color .26s var(--ease-out);will-change:transform}.stitch-home .btn-search span,.stitch-home .btn-hero-primary span,.stitch-home .btn-cta-light span,.stitch-home .category-link span{transition:transform .24s var(--ease-out)}.stitch-home .btn-search:hover span,.stitch-home .btn-hero-primary:hover span,.stitch-home .btn-cta-light:hover span,.stitch-home .category-card:hover .category-link span{transform:translate(4px)}.stitch-home .btn-search,.stitch-home .btn-hero-primary{color:#fff;background:linear-gradient(135deg,var(--color-primary-2),var(--color-primary));border:0;box-shadow:0 18px 38px #073b3a47}.stitch-home .btn-search:hover,.stitch-home .btn-hero-primary:hover{box-shadow:0 26px 60px #073b3a57,var(--shadow-glow)}.stitch-home .btn-hero-secondary{color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.34);box-shadow:inset 0 1px #ffffff1f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.stitch-home .hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.05rem}.stitch-home .hero-proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;max-width:820px;margin-top:1.3rem}.stitch-home .hero-proof-strip div{padding:.85rem .95rem;background:linear-gradient(145deg,#ffffff21,#ffffff0d);border:1px solid rgba(255,255,255,.16);border-radius:18px;box-shadow:inset 0 1px #ffffff1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.stitch-home .hero-proof-strip strong,.stitch-home .hero-proof-strip span{display:block}.stitch-home .hero-proof-strip strong{color:#fff;font-size:.93rem}.stitch-home .hero-proof-strip span{margin-top:.16rem;color:#ffffff9e;font-size:.78rem;font-weight:700}.stitch-home .hero-card{--x: 50%;--y: 50%;position:relative;align-self:end;padding:clamp(1.35rem,3vw,1.95rem);overflow:hidden;color:#fff;border-radius:var(--radius-2xl);transform-style:preserve-3d}.stitch-home .hero-card:before,.stitch-home .category-card:before,.stitch-home .profile-card:before,.stitch-home .cta-card:before{position:absolute;inset:0;padding:1px;content:"";background:radial-gradient(circle at var(--x, 50%) var(--y, 50%),rgba(32,214,196,.55),transparent 18rem),linear-gradient(120deg,#ffffff80,#20d6c41f,#ffffff2e);border-radius:inherit;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.stitch-home .hero-card:after{position:absolute;inset:-70% auto -70% -40%;width:38%;content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);transform:rotate(18deg) translate(-140%);transition:transform .9s var(--ease-out);pointer-events:none}.stitch-home .hero-card:hover:after{transform:rotate(18deg) translate(520%)}.stitch-home .hero-card>*{position:relative}.stitch-home .hero-card-top{display:inline-flex;align-items:center;gap:.55rem;color:#ffffffe0;font-size:.88rem;font-weight:900}.stitch-home .status-dot{width:10px;height:10px;background:var(--color-accent);border-radius:50%;box-shadow:0 0 0 6px #20d6c429}.stitch-home .hero-card h2{margin:1.25rem 0 .5rem;font-size:clamp(1.75rem,2.5vw,2.35rem);line-height:1;letter-spacing:-.055em}.stitch-home .hero-card p{margin:0;color:#ffffffc2}.stitch-home .hero-service-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.stitch-home .hero-service-list span{padding:.44rem .62rem;color:#ffffffdb;font-size:.78rem;font-weight:800;background:#ffffff1a;border:1px solid rgba(255,255,255,.16)}.stitch-home .hero-radar{position:relative;width:min(100%,300px);aspect-ratio:1;margin:1.35rem auto 0;border-radius:50%;background:radial-gradient(circle at center,rgba(32,214,196,.22),transparent 28%),radial-gradient(circle,rgba(255,255,255,.08),transparent 62%);overflow:hidden}.stitch-home .radar-ring,.stitch-home .radar-sweep,.stitch-home .radar-node{position:absolute;display:block}.stitch-home .radar-ring{inset:var(--inset, 16%);border:1px solid rgba(255,255,255,.16);border-radius:50%}.stitch-home .radar-ring:nth-child(2){--inset: 30%}.stitch-home .radar-ring:nth-child(3){--inset: 44%}.stitch-home .radar-sweep{inset:0;background:conic-gradient(from 0deg,rgba(32,214,196,.42),transparent 22%,transparent);border-radius:inherit;animation:borderRotate 8s linear infinite;-webkit-mask-image:radial-gradient(circle,transparent 12%,#000 14%,#000 100%);mask-image:radial-gradient(circle,transparent 12%,#000 14%,#000 100%)}.stitch-home .radar-node{width:9px;height:9px;background:#96fff5;border-radius:50%;box-shadow:0 0 0 7px #20d6c41f,0 0 22px #20d6c4d9;animation:pulseGlow 2.8s ease-in-out infinite}.stitch-home .radar-node--one{top:27%;left:62%}.stitch-home .radar-node--two{top:58%;left:28%;animation-delay:-.8s}.stitch-home .radar-node--three{right:22%;bottom:24%;animation-delay:-1.6s}.stitch-home .hero-live-feed{display:grid;gap:.65rem;margin-top:1rem}.stitch-home .hero-live-feed div{padding:.82rem .9rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:18px}.stitch-home .hero-live-feed span,.stitch-home .hero-live-feed strong{display:block}.stitch-home .hero-live-feed span{color:#ffffff8a;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.stitch-home .hero-live-feed strong{margin-top:.15rem;color:#ffffffe6;font-size:.86rem}.stitch-home .hero-mini-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.82rem;margin-top:1.35rem}.stitch-home .hero-mini-stats div{padding:1rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.16);border-radius:20px}.stitch-home .hero-mini-stats strong{display:block;font-size:1.9rem;line-height:1}.stitch-home .hero-mini-stats span{display:block;margin-top:.35rem;color:#ffffffb8;font-size:.82rem}.stitch-home .section{position:relative;padding-block:clamp(5rem,9vw,8rem)}.stitch-home .section-flow{overflow:hidden}.stitch-home .section-flow:before,.stitch-home .final-cta:before{position:absolute;inset:0;content:"";pointer-events:none}.stitch-home .section-heading{max-width:780px;margin:0 auto clamp(2.25rem,4vw,3.35rem);text-align:center}.stitch-home .section-heading h2,.stitch-home .process-copy h2,.stitch-home .cta-card h2{margin:0;color:var(--color-text);font-size:clamp(2.35rem,5.4vw,4.8rem);font-weight:900;line-height:.96;letter-spacing:-.072em;text-wrap:balance}.stitch-home .section-heading p{max-width:690px;margin:1rem auto 0;color:var(--color-muted);font-size:clamp(1rem,1.5vw,1.13rem)}.stitch-home .section-heading .eyebrow{color:var(--color-primary-2)}.stitch-home .section-heading .eyebrow:before{box-shadow:0 0 0 7px #073b3a14}.stitch-home .split-heading{display:flex;align-items:end;justify-content:space-between;max-width:none;gap:1.5rem;text-align:left}.stitch-home .split-heading p{margin-left:0}.stitch-home .section-link{flex:0 0 auto;color:var(--color-primary);font-weight:900;text-decoration:none;transition:color .24s var(--ease-out),transform .24s var(--ease-out)}.stitch-home .section-link:hover{color:var(--color-primary-2);transform:translate(4px)}.stitch-home .command-section{position:relative;padding:clamp(5rem,9vw,8rem) 0;overflow:hidden;color:#fff;background:radial-gradient(circle at 16% 18%,rgba(32,214,196,.2),transparent 26rem),radial-gradient(circle at 82% 72%,rgba(255,255,255,.1),transparent 24rem),linear-gradient(180deg,#f7f4eb,#071b1f 18% 82%,#f7f4eb)}.stitch-home .command-bg{position:absolute;inset:11% 0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:radial-gradient(circle at 50% 50%,#000,transparent 74%);mask-image:radial-gradient(circle at 50% 50%,#000,transparent 74%)}.stitch-home .command-shell{--x: 50%;--y: 50%;position:relative;display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1fr);gap:clamp(2rem,5vw,4rem);align-items:center;padding:clamp(1.4rem,4vw,3rem);overflow:hidden;background:radial-gradient(circle at var(--x) var(--y),rgba(32,214,196,.16),transparent 24rem),linear-gradient(145deg,#ffffff21,#ffffff0b);border-radius:clamp(30px,5vw,54px)}.stitch-home .command-copy h2{margin:0;color:#fff;font-size:clamp(2.4rem,5.3vw,5rem);font-weight:900;line-height:.94;letter-spacing:-.075em;text-wrap:balance}.stitch-home .command-copy p{max-width:590px;margin:1.2rem 0 0;color:#ffffffad;font-size:clamp(1rem,1.4vw,1.12rem)}.stitch-home .command-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.6rem}.stitch-home .command-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(150px,auto);gap:.9rem;perspective:1200px}.stitch-home .command-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:150px;padding:1.1rem;overflow:hidden;background:radial-gradient(circle at var(--x, 50%) var(--y, 50%),rgba(32,214,196,.18),transparent 15rem),linear-gradient(145deg,#ffffff29,#ffffff0f);border:1px solid rgba(255,255,255,.14);border-radius:26px;box-shadow:0 18px 60px #0000002e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform-style:preserve-3d}.stitch-home .command-card--large{grid-column:span 2;grid-row:span 2}.stitch-home .command-card--wide{grid-column:span 2}.stitch-home .command-card span,.stitch-home .command-card small{color:#ffffff8f;font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.stitch-home .command-card strong{color:#fff;font-size:clamp(1.2rem,2vw,1.75rem);line-height:1;letter-spacing:-.045em}.stitch-home .command-map{position:relative;height:180px;margin-top:1rem;overflow:hidden;background:radial-gradient(circle at 50% 50%,rgba(32,214,196,.22),transparent 32%),linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:auto,28px 28px,28px 28px;border:1px solid rgba(255,255,255,.1);border-radius:22px}.stitch-home .command-map i{position:absolute;width:10px;height:10px;background:var(--color-accent);border-radius:50%;box-shadow:0 0 0 8px #20d6c41f,0 0 24px #20d6c4cc}.stitch-home .command-map i:nth-child(1){top:22%;left:24%}.stitch-home .command-map i:nth-child(2){top:36%;right:22%}.stitch-home .command-map i:nth-child(3){right:38%;bottom:26%}.stitch-home .command-map i:nth-child(4){bottom:18%;left:32%}.stitch-home .command-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1rem}.stitch-home .command-flow i{height:8px;overflow:hidden;background:#ffffff21;border-radius:999px}.stitch-home .command-flow i:before{display:block;width:70%;height:100%;content:"";background:linear-gradient(90deg,var(--color-accent),#ffffff);border-radius:inherit;animation:shimmer 2.8s ease-in-out infinite}.stitch-home .process-section{position:relative;min-height:300vh;padding-block:0;background:radial-gradient(circle at 12% 25%,rgba(32,214,196,.14),transparent 28rem),linear-gradient(180deg,#f7f4eb,#fff 72%)}.stitch-home .process-bg{position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(7,59,58,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(7,59,58,.06) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(180deg,transparent,#000 16%,#000 82%,transparent);mask-image:linear-gradient(180deg,transparent,#000 16%,#000 82%,transparent)}.stitch-home .process-sticky{position:sticky;top:0;display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,.72fr);gap:clamp(2rem,6vw,5rem);align-items:center;min-height:100svh;padding-block:clamp(5rem,8vw,7rem)}.stitch-home .process-copy h2{max-width:760px}.stitch-home .process-steps{display:grid;gap:.9rem;margin-top:2rem}.stitch-home .process-step{position:relative;padding:1rem 1.1rem 1rem 3.8rem;color:#071b1f85;border:1px solid transparent;border-radius:22px;transition:color .26s var(--ease-out),background .26s var(--ease-out),border-color .26s var(--ease-out),transform .26s var(--ease-out)}.stitch-home .process-step.is-active{color:var(--color-text);background:#ffffffbd;border-color:var(--line);box-shadow:var(--shadow-soft);transform:translate(8px)}.stitch-home .process-step span{position:absolute;top:1.05rem;left:1.05rem;color:var(--color-primary-2);font-weight:900}.stitch-home .process-step h3{margin:0 0 .3rem;font-size:clamp(1.1rem,1.8vw,1.35rem);letter-spacing:-.035em}.stitch-home .process-step p{margin:0;color:var(--color-muted)}.stitch-home .process-visual{position:relative;padding:clamp(1.2rem,3vw,1.8rem);overflow:hidden;color:#fff;background:radial-gradient(circle at var(--x, 50%) var(--y, 50%),rgba(32,214,196,.22),transparent 16rem),linear-gradient(145deg,#073b3aeb,#071b1fdb);border-radius:var(--radius-2xl)}.stitch-home .process-visual:before{position:absolute;inset:-25% -30% auto auto;width:320px;height:320px;content:"";background:radial-gradient(circle,rgba(32,214,196,.38),transparent 64%);filter:blur(12px)}.stitch-home .mock-search,.stitch-home .mock-fields,.stitch-home .mock-profile,.stitch-home .mock-progress{position:relative}.stitch-home .mock-search{display:flex;align-items:center;gap:.7rem;padding:.85rem 1rem;color:#fffc;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:999px}.stitch-home .mock-dot{width:10px;height:10px;background:var(--color-accent);border-radius:50%;box-shadow:0 0 0 7px #20d6c41f}.stitch-home .mock-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:1rem}.stitch-home .mock-fields div,.stitch-home .mock-profile{padding:1rem;background:#ffffff1c;border:1px solid rgba(255,255,255,.14);border-radius:22px}.stitch-home .mock-fields span,.stitch-home .mock-profile span{display:block;color:#fff9;font-size:.78rem;font-weight:800;text-transform:uppercase}.stitch-home .mock-profile{display:grid;grid-template-columns:auto 1fr auto;gap:.9rem;align-items:center;margin-top:1rem}.stitch-home .mock-avatar{display:grid;place-items:center;width:62px;height:62px;font-weight:900;background:linear-gradient(135deg,var(--color-accent),var(--color-primary-2));border-radius:22px;box-shadow:0 0 30px #20d6c447}.stitch-home .mock-profile small{display:grid;place-items:center;width:46px;height:46px;color:var(--color-text);font-weight:900;background:#fff;border-radius:16px}.stitch-home .mock-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem;margin-top:1rem}.stitch-home .mock-progress span{height:6px;overflow:hidden;background:#ffffff24;border-radius:999px}.stitch-home .mock-progress span:before{display:block;width:var(--progress, 34%);height:100%;content:"";background:linear-gradient(90deg,var(--color-accent),#ffffff);border-radius:inherit;transition:width .3s var(--ease-out)}.stitch-home .categories-section{background:radial-gradient(circle at 90% 18%,rgba(7,59,58,.13),transparent 28rem),linear-gradient(180deg,#fff,#f8fbfa)}.stitch-home .bento-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:minmax(210px,auto);gap:1rem;perspective:1200px}.stitch-home .category-card{--x: 50%;--y: 50%;position:relative;display:flex;flex-direction:column;min-height:220px;padding:clamp(1.2rem,2vw,1.6rem);overflow:hidden;color:var(--color-text);text-decoration:none;background:radial-gradient(circle at var(--x) var(--y),rgba(32,214,196,.2),transparent 15rem),linear-gradient(145deg,#fffffff5,#ffffffad);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform-style:preserve-3d;transition:box-shadow .26s var(--ease-out),border-color .26s var(--ease-out);will-change:transform}.stitch-home .category-card:hover{border-color:#20d6c475;box-shadow:var(--shadow-deep)}.stitch-home .bento-card--1,.stitch-home .bento-card--4{grid-column:span 3;min-height:280px}.stitch-home .bento-card--2,.stitch-home .bento-card--3,.stitch-home .bento-card--5,.stitch-home .bento-card--6,.stitch-home .bento-card--7,.stitch-home .bento-card--8{grid-column:span 2}.stitch-home .icon-box{position:relative;display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;color:var(--color-primary);font-size:.95rem;font-weight:900;letter-spacing:.05em;background:linear-gradient(135deg,#fff,#dff8f5);border:1px solid rgba(12,74,70,.1);border-radius:22px;box-shadow:0 12px 30px #073b3a14}.stitch-home .category-name{position:relative;margin-top:auto;font-size:clamp(1.16rem,2vw,1.5rem);font-weight:900;letter-spacing:-.045em}.stitch-home .category-copy{position:relative;display:block;max-width:36ch;margin-top:.45rem;color:var(--color-muted);font-size:.94rem}.stitch-home .category-meta{position:relative;align-self:flex-start;margin-top:1rem;padding:.42rem .62rem;color:var(--color-primary);font-size:.76rem;font-weight:900;background:#20d6c41f;border:1px solid rgba(32,214,196,.18)}.stitch-home .category-link{position:relative;display:inline-flex;gap:.35rem;align-items:center;margin-top:1rem;color:var(--color-primary-2);font-size:.86rem;font-weight:900}.stitch-home .professionals-section{background:radial-gradient(circle at 10% 22%,rgba(32,214,196,.11),transparent 26rem),linear-gradient(180deg,#f8fbfa,#fff)}.stitch-home .grid-profiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.stitch-home .profile-card{--x: 50%;--y: 50%;position:relative;overflow:hidden;background:radial-gradient(circle at var(--x) var(--y),rgba(32,214,196,.16),transparent 15rem),linear-gradient(145deg,#fffffff0,#ffffffb3);border:1px solid var(--line);border-radius:var(--radius-2xl);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .26s var(--ease-out),box-shadow .26s var(--ease-out)}.stitch-home .profile-card:hover{box-shadow:var(--shadow-deep);transform:translateY(-8px)}.stitch-home .profile-card--showcase{padding-top:1.3rem}.stitch-home .profile-orbit{display:grid;place-items:center;padding:1rem 1rem 0}.stitch-home .premium-avatar{position:relative;width:126px;height:126px;border-radius:42px}.stitch-home .premium-avatar:before{position:absolute;inset:-8px;z-index:-1;content:"";background:conic-gradient(from 90deg,transparent,var(--color-accent),transparent,var(--color-primary-2),transparent);border-radius:48px;filter:blur(4px);animation:borderRotate 8s linear infinite}.stitch-home .profile-media{position:relative;padding:.9rem .9rem 0}.stitch-home .profile-img{display:block;width:100%;aspect-ratio:4 / 3;-o-object-fit:cover;object-fit:cover;border-radius:26px}.stitch-home .profile-avatar{display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem;font-weight:900;letter-spacing:.08em;background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.28),transparent 26%),linear-gradient(135deg,var(--color-primary-2),var(--color-primary))}.stitch-home .profile-badge,.stitch-home .verified-badge{color:#fff;font-size:.76rem;font-weight:900;background:#073b3ae0;border:1px solid rgba(255,255,255,.16);border-radius:999px;box-shadow:0 10px 24px #071b1f38}.stitch-home .profile-badge{position:absolute;right:1.7rem;bottom:.8rem;padding:.45rem .7rem}.stitch-home .verified-badge{margin-bottom:.75rem;padding:.42rem .62rem}.stitch-home .profile-info{position:relative;padding:1.25rem}.stitch-home .profile-info h3{margin:0 0 .48rem;font-size:1.22rem;letter-spacing:-.035em}.stitch-home .profile-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.stitch-home .profile-meta span{padding:.35rem .58rem;color:#475f63;font-size:.82rem;font-weight:800;background:#20d6c41a}.stitch-home .rating-row,.stitch-home .profile-score{display:flex;align-items:center;flex-wrap:wrap;gap:.36rem;min-height:24px;margin-bottom:1rem;color:var(--color-muted);font-size:.92rem;font-weight:800}.stitch-home .rating-row strong,.stitch-home .profile-score strong{color:var(--color-text)}.stitch-home .stars,.stitch-home .review-stars{color:var(--gold)}.stitch-home .btn-outline{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;color:var(--color-primary);font-weight:900;text-decoration:none;background:linear-gradient(135deg,#dff8f5,#fff);border:1px solid rgba(12,74,70,.12);border-radius:17px;transition:transform .26s var(--ease-out),background .26s var(--ease-out),color .26s var(--ease-out),box-shadow .26s var(--ease-out)}.stitch-home .btn-outline:hover{color:#fff;background:linear-gradient(135deg,var(--color-primary-2),var(--color-primary));box-shadow:0 16px 34px #073b3a2e}.stitch-home .reviews-section{overflow:hidden;background:radial-gradient(circle at 14% 28%,rgba(32,214,196,.12),transparent 28rem),linear-gradient(180deg,#fff,#f7f4eb)}.stitch-home .marquee-stack{display:grid;gap:1rem}.stitch-home .reviews-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.stitch-home .marquee-track{display:flex;gap:1rem;width:-moz-max-content;width:max-content;padding-inline:max(clamp(1.5rem,5vw,5rem),calc((100vw - 1240px)/2));animation:marquee 42s linear infinite}.stitch-home .reviews-marquee--reverse .marquee-track{animation-direction:reverse;animation-duration:50s}.stitch-home .reviews-marquee:hover .marquee-track{animation-play-state:paused}.stitch-home .review-card{flex:0 0 min(78vw,390px);min-height:240px;padding:1.35rem;background:linear-gradient(145deg,#ffffffe0,#ffffff9e);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.stitch-home .review-stars{letter-spacing:.08em}.stitch-home .review-card p{margin:1.1rem 0 1.35rem;color:#20383d;font-size:1.03rem}.stitch-home .review-card strong,.stitch-home .review-card span{display:block}.stitch-home .review-card span{margin-top:.2rem;color:var(--color-muted);font-size:.9rem;font-weight:800}.stitch-home .final-cta{position:relative;overflow:hidden;padding:clamp(3rem,6vw,5rem) 0 clamp(5rem,9vw,8rem);background:radial-gradient(circle at 24% 28%,rgba(32,214,196,.14),transparent 26rem),linear-gradient(180deg,#fff,#071b1f 78%)}.stitch-home .cta-orb{position:absolute;border-radius:50%;filter:blur(34px);pointer-events:none;animation:floatOrb 12s ease-in-out infinite}.stitch-home .cta-orb--a{top:18%;left:8%;width:190px;height:190px;background:#20d6c433}.stitch-home .cta-orb--b{right:12%;bottom:12%;width:230px;height:230px;background:#ffffff1a;animation-delay:-5s}.stitch-home .cta-card{--x: 50%;--y: 50%;position:relative;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:clamp(2.2rem,5vw,4rem);overflow:hidden;color:#fff;background:radial-gradient(circle at var(--x) var(--y),rgba(32,214,196,.24),transparent 20rem),radial-gradient(circle at 86% 20%,rgba(255,255,255,.18),transparent 18rem),linear-gradient(135deg,#0f766eeb,#08363ceb);border-radius:clamp(28px,5vw,48px)}.stitch-home .cta-card .eyebrow{color:#c8fffa}.stitch-home .cta-card h2{max-width:780px;color:#fff}.stitch-home .cta-card p{max-width:620px;margin:1rem 0 0;color:#ffffffd1}.stitch-home .cta-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:.85rem}.stitch-home .btn-cta-light{color:var(--color-primary);background:#fff;border:1px solid rgba(255,255,255,.62);box-shadow:0 16px 34px #071b1f24}.stitch-home .btn-cta-outline{color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.36);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.custom-cursor{position:fixed;inset:0;z-index:9999;display:none;pointer-events:none}.cursor-dot,.cursor-ring{position:fixed;top:0;left:0;border-radius:50%;transform:translate3d(-50%,-50%,0);will-change:transform}.cursor-dot{width:7px;height:7px;background:var(--color-accent);box-shadow:0 0 18px #20d6c4cc}.cursor-ring{width:42px;height:42px;border:1px solid rgba(32,214,196,.46);mix-blend-mode:difference;transition:width .18s var(--ease-out),height .18s var(--ease-out),border-color .18s var(--ease-out)}.custom-cursor.is-active{display:block}.custom-cursor.is-hovering .cursor-ring{width:72px;height:72px;border-color:#ffffffb8}.stitch-home [data-section],.stitch-home [data-reveal-card],.stitch-home [data-bento-card],.stitch-home .review-card{will-change:transform,opacity}@keyframes floatOrb{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(18px,-22px,0) scale(1.08)}}@keyframes shimmer{0%{transform:translate(-120%) rotate(18deg)}to{transform:translate(460%) rotate(18deg)}}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes pulseGlow{0%,to{filter:saturate(1);opacity:.92}50%{filter:saturate(1.25);opacity:1}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes subtleFloat{0%,to{transform:translateZ(0);opacity:.45}50%{transform:translate3d(12px,-20px,0);opacity:.9}}@keyframes borderRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes lineDrift{0%,to{transform:translateZ(0) rotate(24deg);opacity:.18}50%{transform:translate3d(34px,-26px,0) rotate(24deg);opacity:.42}}@keyframes marqueeLeft{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes marqueeRight{0%{transform:translate3d(-50%,0,0)}to{transform:translateZ(0)}}@keyframes noiseMove{0%,to{transform:translateZ(0)}50%{transform:translate3d(-2%,1%,0)}}@media(hover:hover)and (pointer:fine){.home-body:has(.custom-cursor.is-active){cursor:none}.home-body:has(.custom-cursor.is-active) a,.home-body:has(.custom-cursor.is-active) button{cursor:none}}@media(max-width:1100px){.stitch-home .hero,.stitch-home .hero-grid{min-height:auto}.stitch-home .hero-grid,.stitch-home .process-sticky,.stitch-home .command-shell{grid-template-columns:1fr}.stitch-home .hero-card{max-width:620px;align-self:auto}.stitch-home .grid-profiles,.stitch-home .command-board{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.stitch-home .public-header{position:sticky;inset:0;border-radius:0}.stitch-home .public-header__inner{width:min(100% - 1.5rem,1180px)}.stitch-home .hero-grid{padding-block:5rem}.stitch-home .process-section{min-height:auto;padding-block:5rem}.stitch-home .process-sticky{position:relative;min-height:auto;padding-block:0}.stitch-home .search-panel,.stitch-home .grid-profiles,.stitch-home .mock-fields,.stitch-home .hero-proof-strip{grid-template-columns:1fr}.stitch-home .bento-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-home .bento-card--1,.stitch-home .bento-card--2,.stitch-home .bento-card--3,.stitch-home .bento-card--4,.stitch-home .bento-card--5,.stitch-home .bento-card--6,.stitch-home .bento-card--7,.stitch-home .bento-card--8{grid-column:span 1;min-height:230px}.stitch-home .command-card--large,.stitch-home .command-card--wide{grid-column:span 1;grid-row:span 1}.stitch-home .split-heading,.stitch-home .cta-card{flex-direction:column;align-items:flex-start}.stitch-home .hero-actions,.stitch-home .cta-actions,.stitch-home .btn-hero-primary,.stitch-home .btn-hero-secondary,.stitch-home .btn-cta-light,.stitch-home .btn-cta-outline{width:100%}}@media(max-width:640px){.stitch-home .container{width:min(100% - 28px,1240px)}.stitch-home .public-header__inner{align-items:flex-start}.stitch-home .public-header__nav ul{gap:.35rem}.stitch-home .public-header__nav a{min-height:36px;padding-inline:.7rem;font-size:.84rem}.stitch-home .hero-content h1{font-size:clamp(2.75rem,15vw,4.25rem)}.stitch-home .hero-grid{padding-block:4rem 4.6rem}.stitch-home .search-panel{padding:.6rem;border-radius:24px}.stitch-home .search-field{align-items:flex-start}.stitch-home .hero-mini-stats,.stitch-home .bento-grid,.stitch-home .command-board{grid-template-columns:1fr}.stitch-home .process-step{padding-left:1.1rem}.stitch-home .process-steps:before{display:none}.stitch-home .process-step span{position:static;display:block;margin-bottom:.35rem}}.stitch-home .container{width:min(100% - clamp(1.25rem,4vw,4rem),1240px)}.stitch-home .hero .container,.stitch-home .command-section .container,.stitch-home .final-cta .container{width:min(100% - clamp(1.25rem,4vw,4rem),1440px)}.stitch-home .section{padding-block:clamp(4rem,7vw,6.5rem)}.stitch-home .section-heading{max-width:920px;margin-bottom:clamp(1.8rem,3.4vw,2.8rem)}.stitch-home .split-heading{display:grid;grid-template-columns:minmax(0,.92fr) auto;align-items:end}.stitch-home .section-heading h2,.stitch-home .process-copy h2,.stitch-home .command-copy h2,.stitch-home .cta-card h2{line-height:1.01;letter-spacing:-.052em}.stitch-home .section-heading p,.stitch-home .command-copy p,.stitch-home .process-step p,.stitch-home .cta-card p{line-height:1.65}.stitch-home .public-header{inset:18px max(18px,calc((100vw - 1240px)/2)) auto;max-width:1240px;margin-inline:auto;background:#f7f4ebc2}.stitch-home .public-header.is-scrolled{inset-block-start:14px;background:#f7f4ebeb}.stitch-home .public-header__inner,.stitch-home .public-header.is-scrolled .public-header__inner{min-height:66px}.stitch-home .public-header .public-header__logo:before{width:42px;height:42px}.stitch-home .public-header__nav a{min-height:42px;padding-inline:1rem;font-size:.92rem}.stitch-home .hero{min-height:clamp(780px,96svh,960px)}.stitch-home .hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(440px,.78fr);min-height:clamp(780px,96svh,960px);padding-block:clamp(7.2rem,12vh,9.4rem) clamp(3.8rem,7vh,5.4rem)}.stitch-home .hero-content h1{max-width:960px;font-size:clamp(3.5rem,6.8vw,7.8rem);line-height:1;letter-spacing:-.048em}.stitch-home .hero-subtitle{max-width:640px;line-height:1.65}.stitch-home .hero-card{width:100%;min-height:700px;padding:clamp(1.35rem,2.4vw,2rem);align-self:center}.stitch-home .hero-lottie{position:absolute;inset:20% auto auto 50%;width:120px;height:120px;opacity:.82;transform:translate(-50%);pointer-events:none}.stitch-home .kinetic-section{position:relative;z-index:2;overflow:hidden;padding:clamp(3.6rem,7vw,6.8rem) 0;color:#fff;background:radial-gradient(circle at 14% 16%,rgba(32,214,196,.18),transparent 24rem),radial-gradient(circle at 86% 72%,rgba(255,255,255,.1),transparent 22rem),linear-gradient(180deg,#071b1f,#0a2a2d 58%,#071b1f)}.stitch-home .kinetic-section:before{position:absolute;inset:0;content:"";opacity:.15;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:72px 72px;animation:noiseMove 9s steps(2) infinite;pointer-events:none}.stitch-home .kinetic-shell{position:relative;display:grid;grid-template-columns:minmax(0,.78fr) minmax(520px,1fr);gap:clamp(1.4rem,4vw,3rem);align-items:center;margin-block:clamp(1.6rem,4vw,3.2rem)}.stitch-home .kinetic-copy h2{max-width:680px;margin:0;color:#fff;font-size:clamp(2.4rem,5vw,5.2rem);font-weight:900;line-height:1;letter-spacing:-.05em;text-wrap:balance}.stitch-home .kinetic-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.stitch-home .kinetic-steps article{position:relative;min-height:190px;padding:1rem;overflow:hidden;background:radial-gradient(circle at var(--x, 50%) var(--y, 50%),rgba(32,214,196,.18),transparent 12rem),#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:26px;box-shadow:0 20px 70px #00000029;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .26s var(--ease-out),border-color .26s var(--ease-out),background .26s var(--ease-out)}.stitch-home .kinetic-steps article.is-active,.stitch-home .kinetic-steps article:hover{border-color:#20d6c46b;background:radial-gradient(circle at var(--x, 50%) var(--y, 50%),rgba(32,214,196,.28),transparent 13rem),#ffffff1f;transform:translateY(-6px)}.stitch-home .kinetic-steps span,.stitch-home .kinetic-steps strong,.stitch-home .kinetic-steps p{display:block}.stitch-home .kinetic-steps span{color:var(--color-accent);font-size:.78rem;font-weight:900}.stitch-home .kinetic-steps strong{margin-top:2.6rem;color:#fff;font-size:clamp(1.2rem,2vw,1.6rem);line-height:1}.stitch-home .kinetic-steps p{margin:.55rem 0 0;color:#ffffffa3;font-size:.92rem;line-height:1.55}.stitch-home .kinetic-rail{position:relative;display:flex;width:-moz-max-content;width:max-content;gap:clamp(1.5rem,4vw,4rem);color:#ffffff1f;font-size:clamp(4rem,11vw,11rem);font-weight:900;line-height:.8;letter-spacing:-.08em;white-space:nowrap;will-change:transform}.stitch-home .kinetic-rail span{display:block}.stitch-home .kinetic-rail--secondary{color:#20d6c42e;font-size:clamp(2.4rem,6vw,6rem);letter-spacing:-.055em}.stitch-home .process-section{min-height:320vh}.stitch-home .process-steps{position:relative}.stitch-home .process-steps:before{position:absolute;inset:0 auto 0 1.55rem;width:1px;content:"";background:linear-gradient(180deg,#20d6c426,#20d6c4ad,#20d6c426)}.stitch-home .process-step{padding-left:4.4rem}.stitch-home .mock-chat{position:relative;padding:1rem;margin-top:1rem;background:#ffffff1c;border:1px solid rgba(255,255,255,.14);border-radius:22px}.stitch-home .mock-chat span,.stitch-home .mock-chat strong{display:block}.stitch-home .mock-chat span{color:#fff9;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.stitch-home .mock-chat strong{margin-top:.35rem;color:#fff}.stitch-home .mock-progress{grid-template-columns:repeat(4,1fr)}.stitch-home .marquee-track{animation-name:marqueeLeft}.stitch-home .reviews-marquee--reverse .marquee-track{animation-name:marqueeRight}.stitch-home .hero-card-heading{margin-top:1rem}.stitch-home .hero-card-heading h2{margin:0;font-size:clamp(1.75rem,2.2vw,2.55rem);line-height:1.02;letter-spacing:-.045em}.stitch-home .hero-card-heading p{max-width:34ch;margin-top:.55rem}.stitch-home .hero-dashboard-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin-top:1.2rem}.stitch-home .hero-dashboard-grid article{padding:.85rem;background:#ffffff1c;border:1px solid rgba(255,255,255,.14);border-radius:18px}.stitch-home .hero-dashboard-grid strong,.stitch-home .hero-dashboard-grid span{display:block}.stitch-home .hero-dashboard-grid strong{color:#fff;font-size:clamp(1.12rem,1.7vw,1.5rem);line-height:1}.stitch-home .hero-dashboard-grid span{margin-top:.35rem;color:#ffffff94;font-size:.72rem;font-weight:850}.stitch-home .hero-radar{width:min(100%,340px);margin-top:1.1rem}.stitch-home .hero-flow{position:relative;display:grid;grid-template-columns:auto 1fr auto 1fr auto;gap:.55rem;align-items:center;margin-top:1rem;padding:.9rem;background:#ffffff17;border:1px solid rgba(255,255,255,.14);border-radius:20px}.stitch-home .hero-flow span{color:#ffffffd6;font-size:.8rem;font-weight:900}.stitch-home .hero-flow i{height:1px;background:linear-gradient(90deg,#20d6c426,#20d6c4c7)}.stitch-home .command-section{padding-block:clamp(4.4rem,7vw,6.6rem);background:radial-gradient(circle at 16% 18%,rgba(32,214,196,.18),transparent 26rem),radial-gradient(circle at 82% 72%,rgba(255,255,255,.1),transparent 24rem),linear-gradient(180deg,#f7f4eb,#071b1f 11% 88%,#f7f4eb)}.stitch-home .command-shell{grid-template-columns:minmax(0,.72fr) minmax(560px,1fr);padding:clamp(2rem,4vw,4rem);border-radius:clamp(34px,5vw,62px)}.stitch-home .command-board{grid-auto-rows:minmax(168px,auto)}.stitch-home .command-card{min-height:168px}.stitch-home .command-timeline{grid-column:span 2}.stitch-home .command-timeline ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;padding:0;margin:1rem 0 0;list-style:none}.stitch-home .command-timeline li{padding:.8rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:16px}.stitch-home .command-timeline li strong,.stitch-home .command-timeline li small{display:block}.stitch-home .process-section{min-height:240vh}.stitch-home .process-sticky{grid-template-columns:minmax(0,.9fr) minmax(440px,.74fr)}.stitch-home .process-copy h2{max-width:820px}.stitch-home .process-visual{min-height:470px}.stitch-home .categories-section{padding-top:clamp(4rem,7vw,6.2rem)}.stitch-home .bento-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:minmax(160px,auto);gap:1rem}.stitch-home .category-card{min-height:250px;padding:clamp(1.25rem,2.2vw,1.9rem)}.stitch-home .bento-card--1,.stitch-home .bento-card--4{grid-column:span 6;min-height:360px}.stitch-home .bento-card--2,.stitch-home .bento-card--3,.stitch-home .bento-card--5,.stitch-home .bento-card--6{grid-column:span 3;min-height:300px}.stitch-home .bento-card--7,.stitch-home .bento-card--8{grid-column:span 6;min-height:220px}.stitch-home .bento-visual{position:absolute;right:1rem;top:1rem;display:grid;gap:.45rem;width:min(38%,190px);opacity:.74}.stitch-home .bento-visual i{display:block;height:10px;background:linear-gradient(90deg,#20d6c42e,#073b3a52);border-radius:999px}.stitch-home .bento-visual i:nth-child(2){width:72%}.stitch-home .bento-visual i:nth-child(3){width:46%}.stitch-home .bento-card--1 .bento-visual,.stitch-home .bento-card--4 .bento-visual{bottom:1.2rem;top:auto;grid-template-columns:repeat(3,44px);width:auto}.stitch-home .bento-card--1 .bento-visual i,.stitch-home .bento-card--4 .bento-visual i{width:44px;height:44px;border:1px solid rgba(7,59,58,.1);border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff,#20d6c442)}.stitch-home .category-name{font-size:clamp(1.25rem,2.2vw,1.8rem)}.stitch-home .category-copy{max-width:32ch;line-height:1.55}.stitch-home .professionals-section{padding-top:clamp(4rem,7vw,6.4rem)}.stitch-home .grid-profiles{grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.stitch-home .profile-card{grid-column:span 4;min-height:100%}.stitch-home .profile-card--showcase:first-child{grid-column:span 6}.stitch-home .profile-card--showcase:nth-child(2),.stitch-home .profile-card--showcase:nth-child(3){grid-column:span 3}.stitch-home .profile-img{aspect-ratio:16 / 11;transition:transform .36s var(--ease-out)}.stitch-home .profile-card:hover .profile-img{transform:scale(1.035)}.stitch-home .profile-info{padding:1.35rem}.stitch-home .profile-info h3{font-size:clamp(1.25rem,1.8vw,1.65rem)}.stitch-home .profile-response{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.7rem .8rem;margin-bottom:1rem;background:#20d6c417;border:1px solid rgba(32,214,196,.14);border-radius:16px}.stitch-home .profile-response span{color:var(--color-muted);font-size:.76rem;font-weight:850}.stitch-home .profile-response strong{color:var(--color-primary);font-size:.86rem}.stitch-home .reviews-section{padding-block:clamp(4rem,7vw,6rem)}.stitch-home .reviews-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:1.5rem;align-items:stretch;margin-bottom:2rem}.stitch-home .reviews-hero .section-heading{margin-bottom:0}.stitch-home .reviews-metrics{display:grid;gap:.8rem;padding:1rem;color:#fff;background:radial-gradient(circle at 20% 20%,rgba(32,214,196,.24),transparent 14rem),linear-gradient(145deg,#073b3af0,#071b1feb);border-radius:28px}.stitch-home .reviews-metrics article{padding:1rem;background:#ffffff17;border:1px solid rgba(255,255,255,.12);border-radius:20px}.stitch-home .reviews-metrics strong,.stitch-home .reviews-metrics span{display:block}.stitch-home .reviews-metrics strong{font-size:clamp(1.7rem,3vw,2.4rem);line-height:1}.stitch-home .reviews-metrics span{margin-top:.4rem;color:#ffffffa8}.stitch-home .marquee-stack{gap:.8rem}.stitch-home .review-card{flex-basis:min(78vw,360px);min-height:210px}.stitch-home .final-cta{min-height:76svh;display:grid;align-items:center;padding-block:clamp(5rem,9vw,8rem)}.stitch-home .cta-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.52fr);align-items:center;padding:clamp(2.4rem,5vw,5rem)}.stitch-home .cta-card h2{font-size:clamp(2.8rem,6vw,6.5rem)}.stitch-home .cta-mini-search{display:grid;gap:.8rem;padding:1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:28px}.stitch-home .cta-mini-search>div{padding:.9rem;background:#ffffff1a;border-radius:18px}.stitch-home .cta-mini-search span,.stitch-home .cta-mini-search strong{display:block}.stitch-home .cta-mini-search span{color:#ffffff8f;font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.stitch-home .cta-mini-search strong{margin-top:.2rem;color:#fff}.stitch-home .cta-mini-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.stitch-home .cta-mini-flow span{display:grid;place-items:center;min-height:42px;color:#fff;background:#20d6c424;border-radius:14px}.stitch-home .cta-card .cta-actions{grid-column:1 / -1;margin-top:.4rem}.stitch-home .categories-section,.stitch-home .professionals-section,.stitch-home .reviews-section{padding-block:clamp(3.8rem,6.5vw,5.8rem)}.stitch-home .categories-section .section-heading,.stitch-home .professionals-section .section-heading,.stitch-home .reviews-section .section-heading{max-width:820px;margin-bottom:clamp(1.6rem,3vw,2.4rem)}.stitch-home .categories-section .section-heading h2,.stitch-home .professionals-section .section-heading h2,.stitch-home .reviews-section .section-heading h2{line-height:1.06;letter-spacing:-.045em}.stitch-home .categories-section .section-heading p,.stitch-home .professionals-section .section-heading p,.stitch-home .reviews-section .section-heading p{max-width:720px;line-height:1.7}.stitch-home .categories-section .section-heading{text-align:left;margin-inline:0}.stitch-home .categories-section .bento-grid,.stitch-home .professionals-section .grid-profiles{margin-top:clamp(1rem,2vw,1.5rem)}.stitch-home .category-copy,.stitch-home .review-card p,.stitch-home .profile-response span{line-height:1.6}.stitch-home .reviews-hero{margin-bottom:clamp(1.5rem,3vw,2.5rem)}.premium-panel,.glass-card,.gradient-border,.mouse-glow{position:relative;isolation:isolate}.noise-layer:before,.reveal-mask{pointer-events:none}.section-orb{position:absolute;border-radius:50%;filter:blur(36px);pointer-events:none}.stitch-home .hero{background:radial-gradient(circle at 72% 42%,rgba(32,214,196,.28),transparent 26rem),linear-gradient(112deg,#020c0ef5,#073b3adb 44%,#073b3a47),url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&q=90&w=2400) center / cover no-repeat}.stitch-home .hero:before{filter:blur(26px) saturate(1.2)}.stitch-home .hero-card{box-shadow:0 38px 130px #00000057,0 0 90px #20d6c442,inset 0 1px #ffffff29}.stitch-home .hero-card:hover{transform:translateY(-4px)}.stitch-home .hero-dashboard-grid article,.stitch-home .hero-live-feed div,.stitch-home .hero-flow,.stitch-home .hero-pro-list article{box-shadow:inset 0 1px #ffffff1a}.stitch-home .hero-pro-list{position:relative;display:grid;gap:.62rem;margin-top:1rem}.stitch-home .hero-pro-list article{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:center;padding:.72rem;background:#ffffff18;border:1px solid rgba(255,255,255,.14);border-radius:18px}.stitch-home .hero-pro-list article>span{display:grid;place-items:center;width:40px;height:40px;color:#fff;font-size:.78rem;font-weight:900;background:linear-gradient(135deg,#20d6c4e6,#0f766eb8);border-radius:14px;box-shadow:0 0 24px #20d6c42e}.stitch-home .hero-pro-list strong,.stitch-home .hero-pro-list small{display:block}.stitch-home .hero-pro-list strong{color:#ffffffeb;font-size:.88rem}.stitch-home .hero-pro-list small{margin-top:.12rem;color:#ffffff94}.stitch-home .categories-section{background:radial-gradient(circle at 12% 16%,rgba(32,214,196,.09),transparent 24rem),radial-gradient(circle at 90% 28%,rgba(7,59,58,.11),transparent 30rem),linear-gradient(180deg,#f7f4eb,#fff 42%,#f8fbfa)}.stitch-home .category-card{background:radial-gradient(circle at var(--x, 50%) var(--y, 50%),rgba(32,214,196,.24),transparent 15rem),linear-gradient(145deg,#fffffffa,#f6f3eab8);box-shadow:0 20px 70px #071b1f1a,inset 0 1px #ffffffb8}.stitch-home .category-card:after{position:absolute;inset:auto -18% -24% auto;width:220px;height:220px;content:"";background:radial-gradient(circle,rgba(32,214,196,.18),transparent 66%);transform:translateZ(0);transition:transform .42s var(--ease-out),opacity .42s var(--ease-out);pointer-events:none}.stitch-home .category-card:hover:after{opacity:1;transform:translate3d(-18px,-18px,0) scale(1.08)}.stitch-home .category-proof{position:relative;display:grid;gap:.38rem;width:min(100%,220px);margin-top:1rem}.stitch-home .category-proof i{display:block;height:7px;background:linear-gradient(90deg,#0f766e26,#20d6c475);border-radius:999px}.stitch-home .category-proof i:nth-child(2){width:68%}.stitch-home .category-proof i:nth-child(3){width:42%}.stitch-home .professionals-section{background:radial-gradient(circle at 8% 12%,rgba(32,214,196,.1),transparent 25rem),linear-gradient(180deg,#f8fbfa,#fff 48%,#f7f4eb)}.stitch-home .profile-card{box-shadow:0 22px 70px #071b1f1c,inset 0 1px #ffffffad}.stitch-home .profile-card:hover{transform:translateY(-10px);border-color:#20d6c461;box-shadow:0 36px 110px #071b1f2e,0 0 58px #20d6c424}.stitch-home .profile-card--showcase:first-child{display:grid;grid-template-columns:minmax(190px,.52fr) minmax(0,1fr);align-items:center}.stitch-home .profile-card--showcase:first-child .premium-avatar{width:170px;height:170px;border-radius:52px}.stitch-home .btn-outline:after{content:" ->";transition:transform .22s var(--ease-out)}.stitch-home .btn-outline:hover:after{transform:translate(4px)}.stitch-home .reviews-section{background:radial-gradient(circle at 20% 14%,rgba(32,214,196,.12),transparent 28rem),linear-gradient(180deg,#f7f4eb,#fff 54%,#f7f4eb)}.stitch-home .reviews-metrics{box-shadow:0 28px 90px #071b1f33,0 0 58px #20d6c426}.stitch-home .review-card{transition:transform .26s var(--ease-out),box-shadow .26s var(--ease-out),border-color .26s var(--ease-out)}.stitch-home .review-card:hover{transform:translateY(-5px);border-color:#20d6c452;box-shadow:0 24px 80px #071b1f24}.stitch-home .review-stars{text-shadow:0 0 18px rgba(245,183,27,.28);animation:pulseGlow 4.4s ease-in-out infinite}.stitch-home .final-cta{background:radial-gradient(circle at 16% 32%,rgba(32,214,196,.18),transparent 28rem),radial-gradient(circle at 84% 66%,rgba(255,255,255,.12),transparent 24rem),linear-gradient(180deg,#f7f4eb,#071b1f 28% 100%)}.stitch-home .cta-card{box-shadow:0 42px 140px #00000052,0 0 90px #20d6c42e}.stitch-home .cta-mini-result{border:1px solid rgba(32,214,196,.18)}@keyframes radarSweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stitch-home .radar-sweep{animation-name:radarSweep}@media(max-width:1180px){.stitch-home .profile-card--showcase:first-child{grid-template-columns:1fr}}@media(max-width:640px){.stitch-home .hero-pro-list,.stitch-home .hero-flow{grid-template-columns:1fr}.stitch-home .hero-flow i{display:none}}@media(max-width:1180px){.stitch-home .hero-grid,.stitch-home .command-shell,.stitch-home .process-sticky,.stitch-home .cta-card,.stitch-home .kinetic-shell{grid-template-columns:1fr}.stitch-home .hero-card{max-width:760px;min-height:auto}.stitch-home .command-shell{max-width:920px}.stitch-home .kinetic-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-home .profile-card,.stitch-home .profile-card--showcase:first-child,.stitch-home .profile-card--showcase:nth-child(2),.stitch-home .profile-card--showcase:nth-child(3){grid-column:span 6}}@media(max-width:900px){.stitch-home .public-header,.stitch-home .public-header.is-scrolled{inset:0;max-width:none}.stitch-home .public-header__inner,.stitch-home .public-header.is-scrolled .public-header__inner{min-height:auto}.stitch-home .hero-content h1{line-height:1.02;letter-spacing:-.045em}.stitch-home .hero-dashboard-grid,.stitch-home .reviews-hero,.stitch-home .command-timeline ol,.stitch-home .kinetic-steps,.stitch-home .bento-grid,.stitch-home .grid-profiles{grid-template-columns:1fr}.stitch-home .bento-card--1,.stitch-home .bento-card--2,.stitch-home .bento-card--3,.stitch-home .bento-card--4,.stitch-home .bento-card--5,.stitch-home .bento-card--6,.stitch-home .bento-card--7,.stitch-home .bento-card--8,.stitch-home .profile-card,.stitch-home .profile-card--showcase:first-child,.stitch-home .profile-card--showcase:nth-child(2),.stitch-home .profile-card--showcase:nth-child(3){grid-column:span 1}.stitch-home .category-card{min-height:240px}.stitch-home .kinetic-section{padding-block:3.5rem}.stitch-home .kinetic-rail{font-size:clamp(3rem,14vw,6rem)}.stitch-home .cta-card{display:grid}}@media(max-width:640px){.stitch-home .section{padding-block:3.5rem}.stitch-home .hero-content h1{font-size:clamp(2.65rem,12vw,4.05rem)}.stitch-home .hero-radar{width:min(100%,280px)}.stitch-home .command-board,.stitch-home .hero-dashboard-grid{grid-template-columns:1fr}.stitch-home .reviews-marquee--reverse{display:none}.stitch-home .review-card{flex-basis:min(86vw,320px)}.stitch-home .cta-card h2{font-size:clamp(2.35rem,11vw,4rem)}}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}.stitch-home *,.stitch-home *:before,.stitch-home *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.custom-cursor{display:none!important}.stitch-home [data-section],.stitch-home [data-reveal-card],.stitch-home [data-bento-card],.stitch-home .review-card{will-change:auto}}.stitch-home .hero{--hero-fallback-image: url(/images/hero-poster.webp);overflow:hidden;background:linear-gradient(112deg,#020c0ef5,#073b3adb 44%,#073b3a47),var(--hero-fallback-image) center / cover no-repeat}.stitch-home .hero-media{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;background-image:var(--hero-fallback-image);background-repeat:no-repeat;background-position:center;background-size:cover}.stitch-home .hero-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;background:transparent;filter:brightness(.58) saturate(.9) contrast(1.08);transform:scale(1.04);transition:opacity .42s var(--ease-out)}.stitch-home .hero-media.has-video-ready .hero-video{opacity:.92}.stitch-home .hero-media.is-paused .hero-video,.stitch-home .hero-media.has-video-error .hero-video{opacity:0}.stitch-home .hero-media:after{position:absolute;inset:0;content:"";pointer-events:none;background:linear-gradient(90deg,#001212f0,#002422c2 42%,#00464161),radial-gradient(circle at 72% 44%,rgba(42,224,205,.3),transparent 34%),radial-gradient(circle at 18% 90%,rgba(6,95,86,.55),transparent 42%)}.stitch-home .hero:before{z-index:1;pointer-events:none;background:radial-gradient(circle at 72% 42%,rgba(32,214,196,.34),transparent 50%),radial-gradient(circle,rgba(255,255,255,.11),transparent 62%)}.stitch-home .hero:after{z-index:1;height:36%;pointer-events:none;background:linear-gradient(180deg,transparent 0%,rgba(7,27,31,.22) 42%,#f7f4eb 92%)}.stitch-home .hero-overlay,.stitch-home .hero-noise,.stitch-home .hero-vignette,.stitch-home .hero-grid-lines,.stitch-home .hero-particles,.stitch-home .orb{z-index:1}.stitch-home .hero-overlay{background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.12),transparent 18rem),radial-gradient(circle at 82% 50%,rgba(32,214,196,.2),transparent 28rem),linear-gradient(180deg,#03121414,#0312149e)}.stitch-home .hero-vignette{background:radial-gradient(circle at center,transparent 28%,rgba(0,0,0,.52) 100%),linear-gradient(90deg,rgba(0,0,0,.36),transparent 28%,transparent 70%,rgba(0,0,0,.34))}.stitch-home .hero-noise{opacity:.15}.stitch-home .hero-content,.stitch-home .hero-inner,.stitch-home .hero-copy,.stitch-home .hero-dashboard,.stitch-home .hero-grid,.stitch-home .hero-card,.stitch-home .navbar,.stitch-home .public-header{position:relative;z-index:2}.stitch-home .hero-video-toggle{position:absolute;right:clamp(1.2rem,4vw,3rem);bottom:clamp(1.2rem,4vw,2.4rem);z-index:3;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.62rem .9rem;color:#ffffffdb;font:inherit;font-size:.78rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:#071b1f75;border:1px solid rgba(255,255,255,.2);border-radius:999px;box-shadow:0 16px 40px #00000038,inset 0 1px #ffffff1f;-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);transition:color .22s var(--ease-out),background .22s var(--ease-out),border-color .22s var(--ease-out),transform .22s var(--ease-out)}.stitch-home .hero-video-toggle:hover,.stitch-home .hero-video-toggle:focus-visible{color:#fff;background:#073b3aad;border-color:#20d6c46b;transform:translateY(-1px)}.stitch-home .hero-video-toggle[hidden]{display:none}@media(max-width:768px){.stitch-home .hero-video{display:none}.stitch-home .hero-media{background-image:var(--hero-fallback-image);background-position:center;background-size:cover}.stitch-home .hero-video-toggle{display:none}}@media(prefers-reduced-motion:reduce){.stitch-home .hero-video{display:none}.stitch-home .hero-media{background-image:var(--hero-fallback-image);background-position:center;background-size:cover}.stitch-home .hero-video-toggle{display:none}}:root{--page-bg: #faf8f2;--surface: #ffffff;--surface-soft: #f2eee5;--ink: #062f2d;--muted: #667775;--line: rgba(6, 47, 45, .12);--primary: #007f76;--primary-strong: #00645e;--radius-lg: 20px;--radius-xl: 28px;--shadow-sm: 0 10px 30px rgba(6, 47, 45, .08);--shadow-md: 0 24px 70px rgba(6, 47, 45, .12)}.home-body{background:var(--page-bg);color:var(--ink);cursor:auto}.stitch-home{--surface: #ffffff;--surface-strong: #ffffff;--line: rgba(6, 47, 45, .12);--line-light: rgba(6, 47, 45, .08);color:var(--ink);background:radial-gradient(circle at 18% 0%,rgba(0,169,157,.08),transparent 28rem),linear-gradient(180deg,var(--page-bg) 0%,#ffffff 56%,var(--page-bg) 100%)}.custom-cursor,.ambient-stage,.hero-overlay,.hero-noise,.hero-vignette,.hero-grid-lines,.hero-particles,.orb,.hero-radar,.hero-lottie,.kinetic-rail{display:none!important}.stitch-home .container,.stitch-home .hero .container,.stitch-home .command-section .container,.stitch-home .final-cta .container,.site-nav{width:min(100% - 2rem,1180px);margin-inline:auto}.stitch-home .site-header{position:sticky;top:0;z-index:100;background:#faf8f2db;border-bottom:1px solid transparent;-webkit-backdrop-filter:blur(16px) saturate(135%);backdrop-filter:blur(16px) saturate(135%);transition:background .22s var(--ease-out),border-color .22s var(--ease-out),box-shadow .22s var(--ease-out)}.stitch-home .site-header.is-scrolled,.stitch-home .public-header.is-scrolled{background:#faf8f2f0;border-bottom-color:#062f2d1a;box-shadow:0 8px 24px #062f2d0d}.stitch-home .public-header,.stitch-home .public-header.is-scrolled{inset:auto;max-width:none;margin:0;background:#faf8f2db;border:0;border-radius:0;box-shadow:none}.stitch-home .site-nav,.stitch-home .public-header__inner,.stitch-home .public-header.is-scrolled .public-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:0}.stitch-home .public-header__logo{color:var(--ink);font-size:.95rem;font-weight:900;letter-spacing:.08em;text-decoration:none}.stitch-home .public-header__logo:before{width:34px;height:34px;color:#fff;background:var(--ink);border-radius:10px;box-shadow:none;animation:none}.stitch-home .public-header__nav ul{display:flex;align-items:center;gap:.45rem;padding:0;margin:0;list-style:none}.stitch-home .public-header__nav a{min-height:40px;padding:.58rem .9rem;color:var(--muted);font-size:.92rem;font-weight:800;text-decoration:none;border:1px solid transparent;border-radius:999px;transition:color .18s var(--ease-out),background .18s var(--ease-out),border-color .18s var(--ease-out)}.stitch-home .public-header__nav a:before,.stitch-home .public-header__nav .btn-registro:after{display:none}.stitch-home .public-header__nav a:hover{color:var(--ink);background:#ffffffb8;border-color:#062f2d14;transform:none}.stitch-home .public-header__nav .btn-registro{color:#fff!important;background:var(--ink);border-color:var(--ink);box-shadow:none}.stitch-home .hero-minimal{min-height:760px;padding:clamp(4.4rem,7vw,6.2rem) 0 clamp(4rem,7vw,5.6rem);background:radial-gradient(circle at 76% 12%,rgba(0,169,157,.12),transparent 24rem),linear-gradient(180deg,var(--page-bg),#ffffff)}.stitch-home .hero-minimal:before,.stitch-home .hero-minimal:after{display:none}.stitch-home .hero-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.74fr);gap:clamp(3rem,7vw,5.8rem);align-items:center;width:min(100% - 2rem,1180px);min-height:620px;margin-inline:auto}.stitch-home .hero-copy{max-width:760px}.stitch-home .eyebrow{gap:.5rem;margin-bottom:1.15rem;color:var(--primary);font-size:.78rem;font-weight:900;letter-spacing:.12em}.stitch-home .eyebrow:before{width:7px;height:7px;background:var(--primary);box-shadow:0 0 0 5px #00a99d1a}.stitch-home .hero-copy h1,.stitch-home .hero-content h1{max-width:760px;margin:0;color:var(--ink);font-size:clamp(3.2rem,6vw,6.2rem);font-weight:900;line-height:1.01;letter-spacing:-.055em;text-wrap:balance}.stitch-home .gradient-text{color:var(--primary);background:none;animation:none}.stitch-home .hero-lead,.stitch-home .hero-subtitle{max-width:640px;margin:1.35rem 0 0;color:var(--muted);font-size:clamp(1.05rem,1.5vw,1.22rem);line-height:1.7}.stitch-home .hero-search,.stitch-home .search-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.85fr) auto;gap:.65rem;max-width:850px;padding:.58rem;margin-top:2rem;background:#fffffff0;border:1px solid rgba(6,47,45,.1);border-radius:28px;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.stitch-home .search-field{gap:0;min-width:0;padding:.85rem 1rem;background:var(--page-bg);border:1px solid rgba(6,47,45,.08);border-radius:20px}.stitch-home .search-field:focus-within{background:#fff;border-color:#00a99d57;box-shadow:0 0 0 4px #00a99d17;transform:none}.stitch-home .field-icon{display:none}.stitch-home .field-copy>span{color:var(--muted);font-size:.7rem;letter-spacing:.08em}.stitch-home .search-field input,.stitch-home .search-field select{color:var(--ink);font-size:.98rem;font-weight:800}.stitch-home .btn-search,.stitch-home .btn-hero-primary,.stitch-home .btn-hero-secondary,.stitch-home .btn-cta-light,.stitch-home .btn-cta-outline{min-height:54px;padding:.9rem 1.2rem;border-radius:999px;box-shadow:none;transition:transform .18s var(--ease-out),background .18s var(--ease-out),border-color .18s var(--ease-out),color .18s var(--ease-out),box-shadow .18s var(--ease-out)}.stitch-home .btn-search,.stitch-home .btn-hero-primary{color:#fff;background:var(--primary);border:1px solid var(--primary)}.stitch-home .btn-search:hover,.stitch-home .btn-hero-primary:hover{background:var(--primary-strong);box-shadow:0 12px 28px #007f762e;transform:translateY(-2px)}.stitch-home .btn-search:after,.stitch-home .btn-hero-primary:after,.stitch-home .btn-cta-light:after{display:none}.stitch-home .btn-hero-secondary,.stitch-home .btn-cta-outline{color:var(--ink);background:#fff;border:1px solid var(--line);-webkit-backdrop-filter:none;backdrop-filter:none}.stitch-home .btn-hero-secondary:hover,.stitch-home .btn-cta-outline:hover{border-color:#062f2d38;transform:translateY(-2px)}.stitch-home .hero-search-note{margin:.9rem 0 0;color:var(--muted);font-size:.94rem;font-weight:700}.stitch-home .hero-trust,.stitch-home .trust-badges{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.35rem}.stitch-home .hero-trust span,.stitch-home .trust-badges span{display:inline-flex;align-items:center;gap:.45rem;padding:.58rem .78rem;color:var(--ink);font-size:.88rem;font-weight:800;background:#ffffffb8;border:1px solid var(--line);border-radius:999px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.stitch-home .hero-trust span:before,.stitch-home .trust-badges span:before{width:7px;height:7px;content:"";background:var(--primary);border-radius:50%;box-shadow:none}.stitch-home .hero-actions{gap:.75rem;margin-top:1.6rem}.stitch-home .hero-visual{position:relative;min-height:610px}.stitch-home .hero-video-card{position:relative;inset:auto;z-index:1;width:min(100%,470px);aspect-ratio:4 / 5;margin-left:auto;overflow:hidden;background-color:var(--surface-soft);background-image:var(--hero-fallback-image);background-position:center;background-size:cover;border:1px solid rgba(6,47,45,.1);border-radius:32px;box-shadow:var(--shadow-md)}.stitch-home .hero-video-card:after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,transparent 50%,rgba(6,47,45,.18));pointer-events:none}.stitch-home .hero-video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;filter:saturate(.96) contrast(1.02);transform:scale(1.01);transition:opacity .42s var(--ease-out)}.stitch-home .hero-video-card.has-video-ready .hero-video{opacity:1}.stitch-home .hero-video-card.is-paused .hero-video,.stitch-home .hero-video-card.has-video-error .hero-video{opacity:0}.stitch-home .hero-video-toggle{right:1rem;bottom:1rem;z-index:3;min-height:38px;padding:.55rem .78rem;color:#fff;font-size:.72rem;background:#062f2d9e;border-color:#ffffff3d;box-shadow:none}.stitch-home .floating-note,.stitch-home .hero-service-card{position:absolute;z-index:2;background:#ffffffeb;border:1px solid rgba(6,47,45,.1);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.stitch-home .floating-note{display:grid;gap:.12rem;min-width:132px;padding:.9rem 1rem;border-radius:20px}.stitch-home .floating-note--primary{top:2.2rem;left:0}.stitch-home .floating-note--secondary{right:0;bottom:9rem}.stitch-home .floating-note strong{color:var(--ink);font-size:1.45rem;line-height:1}.stitch-home .floating-note span{color:var(--muted);font-size:.78rem;font-weight:800}.stitch-home .hero-service-card{right:clamp(1rem,4vw,3rem);bottom:0;width:min(92%,360px);padding:1rem;border-radius:24px}.stitch-home .hero-service-card>div{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.8rem;color:var(--ink);font-size:.82rem;font-weight:900}.stitch-home .status-dot{width:8px;height:8px;background:var(--primary);box-shadow:none}.stitch-home .hero-service-card article{padding:.82rem 0;border-top:1px solid rgba(6,47,45,.08)}.stitch-home .hero-service-card strong,.stitch-home .hero-service-card span{display:block}.stitch-home .hero-service-card strong{color:var(--ink);font-size:.95rem}.stitch-home .hero-service-card span{margin-top:.2rem;color:var(--muted);font-size:.82rem;font-weight:700}.stitch-home .premium-glass,.stitch-home .category-card,.stitch-home .profile-card,.stitch-home .review-card,.stitch-home .command-card,.stitch-home .cta-card{background:#ffffffe6;border:1px solid var(--line);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:none;backdrop-filter:none}.stitch-home .category-card:before,.stitch-home .profile-card:before,.stitch-home .cta-card:before,.stitch-home .hero-card:before,.stitch-home .hero-card:after,.stitch-home .category-card:after{display:none}.stitch-home .section,.stitch-home .categories-section,.stitch-home .professionals-section,.stitch-home .reviews-section{background:linear-gradient(180deg,#ffffff,var(--page-bg))}.stitch-home .kinetic-section{display:none}.stitch-home .command-section,.stitch-home .process-section{color:var(--ink);background:var(--page-bg)}.stitch-home .command-bg,.stitch-home .process-bg{opacity:.28}.stitch-home .command-shell,.stitch-home .process-visual,.stitch-home .reviews-metrics{color:var(--ink);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.stitch-home .command-copy h2,.stitch-home .command-copy p,.stitch-home .command-card strong,.stitch-home .command-card span,.stitch-home .command-card small,.stitch-home .process-visual,.stitch-home .mock-chat strong,.stitch-home .reviews-metrics strong,.stitch-home .reviews-metrics span{color:inherit}.stitch-home .command-copy p,.stitch-home .command-card span,.stitch-home .command-card small,.stitch-home .mock-fields span,.stitch-home .mock-profile span,.stitch-home .mock-chat span,.stitch-home .reviews-metrics span{color:var(--muted)}.stitch-home .category-card,.stitch-home .profile-card,.stitch-home .review-card{transform:none;transition:transform .18s var(--ease-out),box-shadow .18s var(--ease-out),border-color .18s var(--ease-out)}.stitch-home .category-card:hover,.stitch-home .profile-card:hover,.stitch-home .review-card:hover{border-color:#062f2d2e;box-shadow:var(--shadow-md);transform:translateY(-3px)}.stitch-home .category-video{position:relative;display:block;order:-1;width:100%;aspect-ratio:16 / 10;margin-bottom:1rem;overflow:hidden;background:var(--surface-soft);border:1px solid rgba(6,47,45,.08);border-radius:22px}.stitch-home .category-video:after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,transparent 58%,rgba(6,47,45,.14));pointer-events:none}.stitch-home .category-video__media{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(.96) contrast(1.02);transform:scale(1.01)}.stitch-home .profile-card:hover .profile-img{transform:none}.stitch-home .section-heading h2,.stitch-home .process-copy h2,.stitch-home .command-copy h2,.stitch-home .cta-card h2{color:var(--ink);letter-spacing:-.045em}.stitch-home .section-heading p,.stitch-home .process-step p,.stitch-home .profile-response span,.stitch-home .category-copy,.stitch-home .review-card p{color:var(--muted)}.stitch-home .hero-dashboard-grid article,.stitch-home .hero-live-feed div,.stitch-home .hero-flow,.stitch-home .hero-pro-list article,.stitch-home .mock-fields div,.stitch-home .mock-profile,.stitch-home .mock-chat,.stitch-home .reviews-metrics article{background:var(--page-bg);border:1px solid rgba(6,47,45,.08);box-shadow:none}.stitch-home .final-cta{min-height:auto;color:#fff;background:var(--ink)}.stitch-home .cta-card{color:#fff;background:linear-gradient(135deg,#007f7642,#ffffff0f),var(--ink);border-color:#ffffff1f;box-shadow:none}.stitch-home .cta-card h2,.stitch-home .cta-card p,.stitch-home .cta-card .eyebrow{color:#fff}.stitch-home .cta-mini-search>div{background:#ffffff14}@media(max-width:1180px){.stitch-home .hero-shell{grid-template-columns:1fr;min-height:auto}.stitch-home .hero-copy{max-width:860px}.stitch-home .hero-visual{min-height:560px;max-width:720px}.stitch-home .hero-video-card{margin-left:0}}@media(max-width:900px){.stitch-home .site-header,.stitch-home .public-header,.stitch-home .public-header.is-scrolled{position:sticky;inset:auto}.stitch-home .site-nav,.stitch-home .public-header__inner,.stitch-home .public-header.is-scrolled .public-header__inner{min-height:auto;padding-block:.85rem}.stitch-home .hero-minimal{min-height:auto;padding-block:3.4rem 4rem}.stitch-home .hero-shell{gap:2.4rem}.stitch-home .hero-copy h1,.stitch-home .hero-content h1{max-width:100%;font-size:clamp(2.7rem,11vw,4.1rem);line-height:1.04}.stitch-home .hero-search,.stitch-home .search-panel{grid-template-columns:1fr;padding:.7rem;border-radius:24px}.stitch-home .hero-visual{min-height:auto}.stitch-home .hero-video-card{width:100%;aspect-ratio:16 / 11}.stitch-home .floating-note,.stitch-home .hero-service-card{position:relative;inset:auto;width:100%;margin-top:.85rem}}@media(max-width:640px){.stitch-home .container,.stitch-home .hero .container,.stitch-home .command-section .container,.stitch-home .final-cta .container,.site-nav,.stitch-home .hero-shell{width:min(100% - 1.5rem,1180px)}.stitch-home .public-header__nav a{padding-inline:.65rem;font-size:.84rem}.stitch-home .public-header__nav li:first-child{display:none}.stitch-home .hero-actions,.stitch-home .btn-hero-primary,.stitch-home .btn-hero-secondary,.stitch-home .btn-search{width:100%}}.stitch-home .site-header,.stitch-home .public-header,.stitch-home .public-header.is-scrolled{position:sticky;top:0;z-index:100;background:#faf8f2e6;border-bottom:1px solid rgba(6,47,45,.08);border-radius:0;box-shadow:none;-webkit-backdrop-filter:blur(16px) saturate(135%);backdrop-filter:blur(16px) saturate(135%)}.stitch-home .site-nav,.stitch-home .public-header__inner,.stitch-home .public-header.is-scrolled .public-header__inner{width:min(100% - 2rem,1180px);min-height:80px;margin-inline:auto}.stitch-home .hero-minimal-v2{position:relative;overflow:hidden;padding:clamp(2.4rem,4.5vw,4rem) 0 clamp(2.4rem,4vw,3.5rem);background:radial-gradient(circle at 86% 18%,rgba(0,169,157,.11),transparent 25rem),radial-gradient(circle at 12% 88%,rgba(6,47,45,.035),transparent 22rem),linear-gradient(180deg,#faf8f2,#fffdf8)}.stitch-home .hero-minimal-v2:before,.stitch-home .hero-minimal-v2:after{display:none}.stitch-home .hero-shell-v2{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:clamp(2rem,5vw,5rem);align-items:center;width:min(100% - 2rem,1180px);min-height:min(690px,calc(100svh - 80px));margin-inline:auto}.stitch-home .hero-main-card{position:relative;padding:clamp(2rem,4vw,3.6rem);background:linear-gradient(145deg,#fffffff5,#ffffffdb);border:1px solid rgba(6,47,45,.1);border-radius:36px;box-shadow:0 24px 70px #062f2d17}.stitch-home .hero-copy-v2{max-width:780px}.stitch-home .hero-copy-v2 .eyebrow{margin-bottom:1rem}.stitch-home .hero-copy-v2 h1{max-width:760px;margin:0;color:var(--ink);font-size:clamp(3.1rem,5.4vw,5.9rem);font-weight:900;line-height:1.01;letter-spacing:-.055em;text-wrap:balance}.stitch-home .hero-copy-v2 .gradient-text{color:var(--primary)}.stitch-home .hero-copy-v2 .hero-lead{max-width:620px;margin:1.25rem 0 0;color:var(--muted);font-size:clamp(1.08rem,1.5vw,1.22rem);line-height:1.65}.stitch-home .hero-search-v2{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,.72fr) auto;gap:.72rem;width:100%;padding:.72rem;margin-top:clamp(1.8rem,3vw,2.4rem);background:#fff;border:1px solid rgba(6,47,45,.1);border-radius:30px;box-shadow:0 18px 48px #062f2d1a}.stitch-home .hero-field-v2{display:flex;align-items:center;gap:.85rem;min-width:0;min-height:70px;padding:.9rem 1rem;background:#faf8f2;border:1px solid rgba(6,47,45,.08);border-radius:22px;transition:border-color .18s var(--ease-out),background .18s var(--ease-out),box-shadow .18s var(--ease-out)}.stitch-home .hero-field-v2:focus-within{background:#fff;border-color:#007f7652;box-shadow:0 0 0 4px #00a99d14}.stitch-home .hero-field-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:42px;height:42px;color:var(--primary);background:#00a99d1a;border-radius:15px}.stitch-home .hero-field-copy{display:grid;flex:1;min-width:0}.stitch-home .hero-field-copy>span{color:var(--muted);font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.stitch-home .hero-field-copy input,.stitch-home .hero-field-copy select{width:100%;min-width:0;padding:.15rem 0 0;color:var(--ink);font:inherit;font-size:1rem;font-weight:850;background:transparent;border:0;outline:none}.stitch-home .hero-submit-v2{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:70px;padding:1rem 1.45rem;color:#fff;font:inherit;font-weight:900;white-space:nowrap;cursor:pointer;background:var(--primary);border:1px solid var(--primary);border-radius:22px;box-shadow:0 16px 34px #007f762e;transition:background .18s var(--ease-out),transform .18s var(--ease-out),box-shadow .18s var(--ease-out)}.stitch-home .hero-submit-v2:hover{background:var(--primary-strong);box-shadow:0 18px 38px #007f7638;transform:translateY(-2px)}.stitch-home .hero-submit-v2 span{transition:transform .18s var(--ease-out)}.stitch-home .hero-submit-v2:hover span{transform:translate(3px)}.stitch-home .hero-trust-v2{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.15rem}.stitch-home .hero-trust-v2 span{display:inline-flex;align-items:center;gap:.45rem;color:var(--muted);font-size:.9rem;font-weight:800}.stitch-home .hero-trust-v2 span:before{display:inline-grid;place-items:center;width:18px;height:18px;content:"✓";color:var(--primary);font-size:.68rem;font-weight:900;background:#00a99d1a;border-radius:50%}.stitch-home .hero-secondary-link{display:inline-flex;margin-top:1rem;color:var(--ink);font-size:.94rem;font-weight:850;text-decoration:none;border-bottom:1px solid rgba(6,47,45,.2)}.stitch-home .hero-secondary-link:hover{color:var(--primary);border-bottom-color:currentColor}.stitch-home .hero-side-v2{position:relative;display:grid;align-content:center;gap:0}.stitch-home .hero-video-card-v2{position:relative;width:min(100%,440px);aspect-ratio:1 / 1.14;margin-left:auto;overflow:hidden;background-color:var(--surface-soft);background-image:var(--hero-fallback-image);background-position:center;background-size:cover;border:1px solid rgba(6,47,45,.1);border-radius:36px;box-shadow:0 24px 70px #062f2d1f}.stitch-home .hero-video-card-v2:after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,#062f2d05,#062f2d29);pointer-events:none}.stitch-home .hero-video-card-v2 .hero-video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;filter:saturate(.98) contrast(1.02);transform:scale(1.01)}.stitch-home .hero-video-card-v2.has-video-ready .hero-video{opacity:1}.stitch-home .hero-video-card-v2.is-paused .hero-video,.stitch-home .hero-video-card-v2.has-video-error .hero-video{opacity:0}.stitch-home .hero-video-badge{position:absolute;right:1rem;bottom:1rem;z-index:2;display:inline-flex;align-items:baseline;gap:.45rem;padding:.72rem .85rem;color:var(--ink);background:#ffffffe6;border:1px solid rgba(255,255,255,.7);border-radius:999px;box-shadow:0 12px 30px #062f2d1f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stitch-home .hero-video-badge strong{font-size:1rem;line-height:1}.stitch-home .hero-video-badge span{color:var(--muted);font-size:.78rem;font-weight:800}.stitch-home .hero-video-card-v2 .hero-video-toggle{left:1rem;right:auto;bottom:1rem;z-index:3}.stitch-home .service-preview-card{position:relative;z-index:3;width:min(92%,390px);padding:1rem;margin:-3.2rem 0 0 auto;background:#fffffff5;border:1px solid rgba(6,47,45,.1);border-radius:28px;box-shadow:0 20px 54px #062f2d1c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.stitch-home .preview-header{display:flex;align-items:center;gap:.55rem;padding:.2rem .15rem .85rem;color:var(--ink);font-size:.84rem;font-weight:900}.stitch-home .preview-list{display:grid;gap:.35rem}.stitch-home .preview-list a{display:block;padding:.82rem .9rem;text-decoration:none;background:#faf8f2;border:1px solid rgba(6,47,45,.07);border-radius:18px;transition:background .18s var(--ease-out),border-color .18s var(--ease-out),transform .18s var(--ease-out)}.stitch-home .preview-list a:hover{background:#fff;border-color:#007f762e;transform:translateY(-1px)}.stitch-home .preview-list strong,.stitch-home .preview-list small{display:block}.stitch-home .preview-list strong{color:var(--ink);font-size:.94rem}.stitch-home .preview-list small{margin-top:.18rem;color:var(--muted);font-size:.78rem;font-weight:750}.stitch-home .trust-strip{padding:0 0 clamp(2.8rem,5vw,4.2rem);background:linear-gradient(180deg,#fffdf8,#fff)}.stitch-home .trust-strip__inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;width:min(100% - 2rem,1180px);margin-inline:auto}.stitch-home .trust-strip article{padding:1.05rem 1.15rem;background:#fff;border:1px solid rgba(6,47,45,.09);border-radius:24px;box-shadow:0 10px 30px #062f2d0f}.stitch-home .trust-strip strong,.stitch-home .trust-strip span{display:block}.stitch-home .trust-strip strong{color:var(--ink);font-size:1rem}.stitch-home .trust-strip span{margin-top:.2rem;color:var(--muted);font-size:.86rem;font-weight:750}@media(max-width:1080px){.stitch-home .hero-shell-v2{grid-template-columns:1fr;min-height:auto}.stitch-home .hero-side-v2{max-width:760px}.stitch-home .hero-video-card-v2,.stitch-home .service-preview-card{margin-left:0}}@media(max-width:820px){.stitch-home .hero-minimal-v2{padding-block:2rem 2.6rem}.stitch-home .hero-main-card{padding:1.35rem;border-radius:28px}.stitch-home .hero-copy-v2 h1{font-size:clamp(2.55rem,11vw,3.35rem);line-height:1.04;letter-spacing:-.045em}.stitch-home .hero-search-v2{grid-template-columns:1fr;padding:.65rem;border-radius:24px}.stitch-home .hero-field-v2,.stitch-home .hero-submit-v2{min-height:62px;border-radius:19px}.stitch-home .hero-video-card-v2{width:100%;aspect-ratio:16 / 11;border-radius:28px}.stitch-home .service-preview-card{width:100%;margin-top:.85rem}.stitch-home .trust-strip__inner{grid-template-columns:1fr}}@media(max-width:560px){.stitch-home .site-nav,.stitch-home .public-header__inner,.stitch-home .public-header.is-scrolled .public-header__inner,.stitch-home .hero-shell-v2,.stitch-home .trust-strip__inner{width:min(100% - 1.25rem,1180px)}.stitch-home .public-header__logo{font-size:.82rem}.stitch-home .public-header__logo:before{width:30px;height:30px}.stitch-home .hero-field-icon{width:38px;height:38px}.stitch-home .hero-video-badge{left:.85rem;right:.85rem;justify-content:center}}.stitch-home .editorial-hero{position:relative;min-height:100svh;overflow:hidden;isolation:isolate;color:#f8efe5;background:#062f2d}.stitch-home .editorial-hero__media,.stitch-home .editorial-hero__video{position:absolute;inset:0;width:100%;height:100%}.stitch-home .editorial-hero__media{z-index:0;background-image:var(--hero-fallback-image);background-position:center;background-size:cover}.stitch-home .editorial-hero__video{-o-object-fit:cover;object-fit:cover;opacity:0;filter:saturate(.92) contrast(1.05) brightness(.72);transform:scale(1.03);transition:opacity .52s var(--ease-out)}.stitch-home .editorial-hero__media.has-video-ready .editorial-hero__video{opacity:1}.stitch-home .editorial-hero__media.is-paused .editorial-hero__video,.stitch-home .editorial-hero__media.has-video-error .editorial-hero__video{opacity:0}.stitch-home .editorial-hero__overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(circle at 78% 20%,rgba(0,169,157,.24),transparent 28rem),radial-gradient(circle at 20% 74%,rgba(255,177,122,.16),transparent 24rem),linear-gradient(90deg,#062f2dc7,#062f2d6b 48%,#14221dad),linear-gradient(180deg,#062f2d8f,#062f2d1f 42%,#062f2db3)}.stitch-home .editorial-hero__overlay:after{position:absolute;inset:0;content:"";opacity:.12;background-image:repeating-radial-gradient(circle at 10% 20%,rgba(255,255,255,.16) 0 1px,transparent 1px 4px);mix-blend-mode:overlay}.stitch-home .editorial-nav{position:absolute;top:clamp(1.1rem,3vw,2.2rem);left:clamp(1.1rem,4vw,4rem);right:clamp(1.1rem,4vw,4rem);z-index:10;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.stitch-home .editorial-brand{display:inline-flex;align-items:center;gap:.7rem;justify-self:start;color:#fff3e8;text-decoration:none}.stitch-home .editorial-brand span{display:grid;place-items:center;width:38px;height:38px;color:#062f2d;font-size:.76rem;font-weight:900;background:#fff3e8;border-radius:14px}.stitch-home .editorial-brand strong{font-size:.9rem;letter-spacing:.1em}.stitch-home .editorial-nav__center{display:flex;gap:.35rem;justify-self:center;padding:.35rem;background:#fff0e129;border:1px solid rgba(255,240,225,.22);border-radius:999px;box-shadow:0 18px 60px #00000024;-webkit-backdrop-filter:blur(18px) saturate(135%);backdrop-filter:blur(18px) saturate(135%)}.stitch-home .editorial-nav__center a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:.55rem .9rem;color:#fff3e8d1;font-size:.84rem;font-weight:850;text-decoration:none;border-radius:999px;transition:color .18s var(--ease-out),background .18s var(--ease-out)}.stitch-home .editorial-nav__center a:hover,.stitch-home .editorial-nav__center a.is-active{color:#062f2d;background:#fff3e8}.stitch-home .editorial-hero__content{position:relative;z-index:4;min-height:100svh}.stitch-home .editorial-hero__eyebrow{position:absolute;top:clamp(7.5rem,15vh,10rem);left:clamp(1.25rem,4vw,4rem);max-width:300px;margin:0;color:#fff3e8d1;font-size:clamp(.88rem,1.2vw,1.05rem);font-weight:850;line-height:1.45}.stitch-home .editorial-hero__middle-card{position:absolute;left:50%;bottom:clamp(8.8rem,18vh,13rem);z-index:7;width:min(720px,calc(100% - 2rem));padding:1rem;color:#fff3e8;background:#071614d1;border:1px solid rgba(255,255,255,.14);border-radius:28px;box-shadow:0 34px 100px #00000042;-webkit-backdrop-filter:blur(22px) saturate(135%);backdrop-filter:blur(22px) saturate(135%);transform:translate(-50%)}.stitch-home .editorial-card__heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;padding:.2rem .25rem .85rem}.stitch-home .editorial-card__heading span{color:#fff3e89e;font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.stitch-home .editorial-card__heading strong{color:#fff3e8;font-size:1.02rem}.stitch-home .editorial-hero__search{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,.7fr) auto;gap:.55rem}.stitch-home .editorial-hero__field{display:grid;gap:.18rem;min-width:0;padding:.78rem .9rem;background:#fff3e81a;border:1px solid rgba(255,243,232,.12);border-radius:18px}.stitch-home .editorial-hero__field:focus-within{border-color:#00a99d8f;background:#fff3e824}.stitch-home .editorial-hero__field span{color:#fff3e894;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.stitch-home .editorial-hero__field input,.stitch-home .editorial-hero__field select{width:100%;min-width:0;color:#fff3e8;font:inherit;font-weight:850;background:transparent;border:0;outline:none}.stitch-home .editorial-hero__field select option{color:var(--ink)}.stitch-home .editorial-hero__field input::-moz-placeholder{color:#fff3e8d1}.stitch-home .editorial-hero__field input::placeholder{color:#fff3e8d1}.stitch-home .editorial-hero__submit{min-height:58px;padding:.9rem 1.2rem;color:#062f2d;font:inherit;font-weight:900;cursor:pointer;background:#fff3e8;border:0;border-radius:18px;transition:transform .18s var(--ease-out),background .18s var(--ease-out)}.stitch-home .editorial-hero__submit:hover{background:#fff;transform:translateY(-1px)}.stitch-home .editorial-hero__chips{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.75rem}.stitch-home .editorial-hero__chips span{padding:.38rem .58rem;color:#fff3e8bd;font-size:.76rem;font-weight:800;background:#fff3e814;border:1px solid rgba(255,243,232,.1);border-radius:999px}.stitch-home .editorial-hero__title{position:absolute;left:clamp(1rem,3vw,3.2rem);right:clamp(1rem,3vw,3.2rem);bottom:clamp(.9rem,2vw,1.6rem);z-index:5;display:flex;justify-content:space-between;gap:clamp(.5rem,3vw,2rem);margin:0;color:#ffd2b4;font-size:clamp(5rem,15.6vw,17.5rem);font-weight:950;line-height:.78;letter-spacing:-.085em;text-transform:uppercase;text-wrap:nowrap}.stitch-home .editorial-hero__title span{display:block;will-change:transform,opacity}.stitch-home .editorial-hero__side-claim{position:absolute;right:clamp(1.25rem,4vw,4rem);bottom:clamp(8.4rem,16vh,12rem);z-index:6;max-width:330px;margin:0;color:#fff3e8d6;font-size:clamp(1rem,1.4vw,1.18rem);font-weight:800;line-height:1.45}.stitch-home .kinetic-section{margin-top:0}@media(max-width:980px){.stitch-home .editorial-nav{grid-template-columns:1fr;gap:.75rem}.stitch-home .editorial-nav__center{justify-self:start}.stitch-home .editorial-hero__eyebrow{top:clamp(8.8rem,18vh,11rem)}.stitch-home .editorial-hero__side-claim{display:none}.stitch-home .editorial-hero__middle-card{bottom:clamp(10rem,21vh,13rem)}.stitch-home .editorial-hero__title{flex-direction:column;gap:.05em;font-size:clamp(5rem,22vw,11rem);line-height:.78}}@media(max-width:720px){.stitch-home .editorial-hero,.stitch-home .editorial-hero__content{min-height:760px}.stitch-home .editorial-brand strong{font-size:.78rem}.stitch-home .editorial-nav__center{max-width:100%;overflow-x:auto}.stitch-home .editorial-nav__center a{white-space:nowrap}.stitch-home .editorial-hero__middle-card{bottom:8.8rem;padding:.8rem;border-radius:24px}.stitch-home .editorial-card__heading{display:grid;gap:.2rem}.stitch-home .editorial-hero__search{grid-template-columns:1fr}.stitch-home .editorial-hero__submit{width:100%}.stitch-home .editorial-hero__title{font-size:clamp(4.2rem,21vw,7.6rem);bottom:1rem}}@media(prefers-reduced-motion:reduce){.stitch-home .editorial-hero__video{display:none}}.stitch-home .editorial-hero{--hero-ink: #130f0b;--hero-cream: #fff1df;--hero-peach: #ffc49f;--hero-soft: #f8ead8;--hero-teal: #00a99d;--hero-dark-glass: rgba(19, 15, 11, .74);--hero-warm-glass: rgba(255, 238, 218, .16);color:var(--hero-cream);background:var(--hero-ink)}.stitch-home .editorial-hero:after{z-index:2;height:26vh;background:linear-gradient(180deg,transparent 0%,rgba(250,248,242,.74) 82%,#faf8f2 100%)}.stitch-home .editorial-hero__video{filter:brightness(.72) contrast(1.04) saturate(.92) sepia(.08);transform:scale(1.03)}.stitch-home .editorial-hero__overlay{background:radial-gradient(circle at 82% 22%,rgba(255,196,159,.22),transparent 30rem),radial-gradient(circle at 18% 74%,rgba(0,169,157,.11),transparent 22rem),linear-gradient(90deg,#0c0a0894,#0c0a0847 46%,#0c0a088f),linear-gradient(180deg,#0c0a0875,#0c0a0814 44%,#0c0a088a)}.stitch-home .editorial-hero__overlay:after{opacity:1;background:linear-gradient(180deg,transparent 0%,rgba(250,248,242,.62) 88%,#faf8f2 100%),repeating-radial-gradient(circle at 10% 20%,rgba(255,255,255,.1) 0 1px,transparent 1px 4px);background-size:auto,auto;mix-blend-mode:normal}.stitch-home .editorial-brand{color:var(--hero-cream)}.stitch-home .editorial-brand span{color:var(--hero-ink);background:var(--hero-cream)}.stitch-home .editorial-nav__center{background:#ffeeda24;border-color:#ffeeda33;box-shadow:0 16px 46px #0000001f}.stitch-home .editorial-nav__center a{color:#fff1dfd6}.stitch-home .editorial-nav__center a:hover,.stitch-home .editorial-nav__center a.is-active{color:var(--hero-ink);background:var(--hero-cream)}.stitch-home .editorial-hero__eyebrow{top:clamp(8rem,22vh,14rem);left:clamp(1.5rem,4vw,5rem);z-index:5;display:inline-flex;align-items:center;gap:.65rem;color:#fff1dfe0;font-size:.95rem;font-weight:850;letter-spacing:.02em}.stitch-home .editorial-hero__eyebrow:before{width:8px;height:8px;content:"";background:var(--hero-teal);border-radius:50%;box-shadow:0 0 0 6px #00a99d1f}.stitch-home .editorial-hero__middle-card{bottom:clamp(7.5rem,18vh,13rem);z-index:7;padding:clamp(1rem,1.6vw,1.25rem);background:var(--hero-dark-glass);border-color:#ffecd32e;box-shadow:0 30px 90px #00000059}.stitch-home .editorial-card__heading span{color:#fff1df94}.stitch-home .editorial-card__heading strong{color:var(--hero-cream)}.stitch-home .editorial-hero__field{background:#ffeeda1a;border-color:#ffecd321}.stitch-home .editorial-hero__field:focus-within{background:#ffeeda24;border-color:#00a99d75}.stitch-home .editorial-hero__field span{color:#fff1df94}.stitch-home .editorial-hero__field input,.stitch-home .editorial-hero__field select{color:var(--hero-cream)}.stitch-home .editorial-hero__submit{color:var(--hero-ink);background:var(--hero-cream)}.stitch-home .editorial-hero__submit:hover{background:var(--hero-peach)}.stitch-home .editorial-hero__chips span{color:#fff1dfb8;background:#ffeeda14;border-color:#ffecd31a}.stitch-home .editorial-hero__title{left:clamp(1.2rem,3.5vw,4rem);right:clamp(1.2rem,3.5vw,4rem);bottom:clamp(1.8rem,4vh,3.8rem);z-index:5;align-items:end;gap:clamp(1rem,3vw,3rem);color:var(--hero-peach);font-size:clamp(5.4rem,14.7vw,16.4rem);line-height:.8;letter-spacing:-.078em;text-shadow:0 18px 60px rgba(0,0,0,.18)}.stitch-home .editorial-hero__side-claim{right:clamp(1.5rem,4vw,5rem);bottom:clamp(15rem,28vh,22rem);z-index:6;max-width:320px;color:#fff1dfe6;font-size:clamp(1.3rem,2vw,2rem);font-weight:850;line-height:1.08;text-wrap:balance}@media(max-width:980px){.stitch-home .editorial-hero__middle-card{bottom:clamp(10.5rem,26vh,15rem)}.stitch-home .editorial-hero__title{bottom:clamp(1.4rem,3vh,2.4rem);font-size:clamp(4.8rem,20vw,10rem);letter-spacing:-.072em}}@media(max-width:760px){.stitch-home .editorial-hero,.stitch-home .editorial-hero__content{min-height:760px}.stitch-home .editorial-hero__eyebrow{top:clamp(8.8rem,18vh,10.5rem)}.stitch-home .editorial-hero__middle-card{bottom:clamp(11rem,28vh,16rem)}.stitch-home .editorial-hero__title{display:block;font-size:clamp(4.2rem,24vw,7.5rem);line-height:.82;letter-spacing:-.065em}.stitch-home .editorial-hero__side-claim{display:none}}.stitch-home .top-header{position:fixed;top:0;left:0;right:0;z-index:50;height:76px;color:#17110c;background:#fff4e8d1;border-bottom:1px solid rgba(30,20,12,.08);-webkit-backdrop-filter:blur(16px) saturate(130%);backdrop-filter:blur(16px) saturate(130%)}.stitch-home .top-header__inner{display:flex;align-items:center;justify-content:space-between;width:min(1240px,calc(100% - 48px));height:100%;margin:0 auto}.stitch-home .top-header__brand{display:inline-flex;align-items:center;gap:.7rem;color:#17110c;text-decoration:none}.stitch-home .top-header__brand span{display:grid;place-items:center;width:36px;height:36px;color:#fff4e8;font-size:.74rem;font-weight:900;background:#17110c;border-radius:13px}.stitch-home .top-header__brand strong{font-size:.9rem;font-weight:900;letter-spacing:.09em}.stitch-home .top-header__nav{display:flex;align-items:center;gap:.25rem;padding:.3rem;background:#ffffff6b;border:1px solid rgba(30,20,12,.08);border-radius:999px;box-shadow:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.stitch-home .top-header__nav a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:.5rem .82rem;color:#17110cb8;font-size:.84rem;font-weight:850;text-decoration:none;border-radius:999px;transition:color .18s var(--ease-out),background .18s var(--ease-out)}.stitch-home .top-header__nav a:hover{color:#17110c;background:#ffffffb8}.stitch-home .top-header__nav a.top-header__cta,.stitch-home .top-header__nav a.is-active{color:#fff4e8;background:#17110c}.stitch-home .editorial-hero{min-height:100svh;padding-top:76px;background:#17110c}.stitch-home .editorial-hero__video{opacity:0;filter:brightness(.78) contrast(1.05) saturate(.95)}.stitch-home .editorial-hero__media.has-video-ready .editorial-hero__video{opacity:.9}.stitch-home .editorial-hero__overlay{background:linear-gradient(180deg,#120d0938,#120d096b 48%,#120d09b3),radial-gradient(circle at 72% 35%,rgba(255,190,145,.18),transparent 34%),radial-gradient(circle at 20% 80%,rgba(0,169,157,.1),transparent 32%)}.stitch-home .editorial-hero:after{height:18vh;background:linear-gradient(180deg,transparent,#faf8f2 94%)}.stitch-home .editorial-hero__eyebrow{display:none!important}.stitch-home .editorial-hero__middle-card,.stitch-home .search-card{position:absolute;left:50%;top:auto;bottom:clamp(8rem,18vh,12rem);z-index:8;width:min(760px,calc(100% - 48px));padding:22px;color:#fff1df;background:#16100bc7;border:1px solid rgba(255,238,218,.18);border-radius:30px;box-shadow:0 32px 90px #00000059;-webkit-backdrop-filter:blur(20px) saturate(130%);backdrop-filter:blur(20px) saturate(130%);transform:translate(-50%)}.stitch-home .search-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0;margin-bottom:14px}.stitch-home .search-card__header span{color:#fff1df9e;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.stitch-home .search-card__header strong{color:#fff1df;font-size:1rem}.stitch-home .search-card__form{display:grid;grid-template-columns:1.2fr 1fr auto;gap:10px}.stitch-home .search-card .search-field{display:block;min-height:76px;padding:14px 16px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:18px}.stitch-home .search-card .search-field span{display:block;margin-bottom:8px;color:#fff1df8f;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.stitch-home .search-card .search-field input,.stitch-home .search-card .search-field select,.stitch-home .search-card .search-field .city-autocomplete input{width:100%;min-width:0;color:#fff1df;font:inherit;font-size:1rem;font-weight:800;background:transparent;border:0;outline:none}.stitch-home .search-card .search-field select option{color:#17110c}.stitch-home .search-card .search-field input::-moz-placeholder{color:#fff1dfd1}.stitch-home .search-card .search-field input::placeholder{color:#fff1dfd1}.stitch-home .search-card .editorial-hero__submit{min-width:104px;min-height:76px;color:#17110c;font-weight:900;cursor:pointer;background:#fff1df;border:0;border-radius:18px}.stitch-home .search-card .editorial-hero__submit:hover{background:#ffc49f;transform:translateY(-1px)}.stitch-home .search-card__chips{justify-content:flex-start;gap:8px;margin-top:12px}.stitch-home .search-card__chips span,.stitch-home .search-card__chip{padding:8px 12px;color:#fff1dfd1;font-size:.82rem;font-weight:700;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:999px}.stitch-home .search-card__chip{cursor:pointer;transition:background-color .16s ease,transform .16s ease}.stitch-home .search-card__chip:hover,.stitch-home .search-card__chip:focus-visible{color:#fff1df;background:#ffffff24;transform:translateY(-1px)}.stitch-home .editorial-hero__side-claim{right:clamp(2rem,4vw,5rem);bottom:clamp(9rem,18vh,13rem);z-index:6;max-width:340px;color:#fff1dfeb;font-size:clamp(1.35rem,2vw,2.25rem);line-height:1.05}.stitch-home .editorial-hero__title{bottom:clamp(1rem,2.5vh,2rem);z-index:4;color:#ffc9a6;font-size:clamp(5.2rem,14.5vw,15.8rem);line-height:.82;opacity:.96}@media(max-width:760px){.stitch-home .top-header{height:68px}.stitch-home .top-header__inner{width:min(100% - 24px,1240px)}.stitch-home .top-header__brand strong{display:none}.stitch-home .top-header__nav{overflow-x:auto}.stitch-home .top-header__nav a{min-height:34px;padding-inline:.7rem;white-space:nowrap}.stitch-home .editorial-hero{min-height:760px;padding-top:68px}.stitch-home .editorial-hero__content{min-height:692px}.stitch-home .editorial-hero__middle-card,.stitch-home .search-card{top:48%;width:calc(100% - 28px);padding:16px}.stitch-home .search-card__header{display:grid;gap:.25rem}.stitch-home .search-card__form{grid-template-columns:1fr}.stitch-home .search-card .editorial-hero__submit{width:100%;min-height:56px}.stitch-home .search-card__chips{justify-content:center}.stitch-home .editorial-hero__side-claim{display:none}.stitch-home .editorial-hero__title{display:block;font-size:clamp(4.4rem,22vw,7rem);line-height:.82}}.stitch-home .editorial-hero{position:relative;min-height:calc(100svh - 76px);padding-top:76px;overflow:hidden;isolation:isolate;background:#17110c}.stitch-home .editorial-hero__content{min-height:calc(100svh - 76px)}.stitch-home .editorial-hero__media{position:absolute;inset:0;z-index:0}.stitch-home .editorial-hero__video,.stitch-home .editorial-hero__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;filter:brightness(.85) contrast(1.03) saturate(.95);transform:scale(1.02)}.stitch-home .editorial-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#0f0c0933,#0f0c0961 52%,#0f0c09ad);pointer-events:none}.stitch-home .editorial-hero__overlay:after{display:none}.stitch-home .editorial-hero:after{z-index:3;height:12vh;background:linear-gradient(180deg,transparent,#faf8f2 96%)}.stitch-home .editorial-hero__title{position:absolute;left:clamp(1.25rem,3.5vw,4rem);right:clamp(1.25rem,3.5vw,4rem);bottom:clamp(1.25rem,3vh,2.5rem);z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:clamp(1rem,4vw,4rem);margin:0;color:#ffc7a3;font-size:clamp(5rem,14vw,15.5rem);font-weight:950;line-height:.78;letter-spacing:-.085em;text-shadow:none;opacity:.95;pointer-events:none}.stitch-home .editorial-hero__middle-card,.stitch-home .search-card{position:absolute;top:auto;left:50%;bottom:clamp(8rem,18vh,12rem);z-index:5;width:min(760px,calc(100% - 48px));padding:20px;background:#140f0bd1;border:1px solid rgba(255,236,211,.16);border-radius:28px;box-shadow:0 28px 78px #0000004d;-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%);transform:translate(-50%)}.stitch-home .search-card__header{margin-bottom:12px}.stitch-home .search-card__form{align-items:stretch}.stitch-home .search-card .search-field{min-height:70px;padding:12px 14px}.stitch-home .search-card .editorial-hero__submit{min-width:104px;min-height:70px}.stitch-home .search-card__chips{align-items:center;margin-top:10px}.stitch-home .editorial-hero__side-claim{display:none!important}@media(max-width:760px){.stitch-home .editorial-hero{min-height:calc(100svh - 68px);padding-top:68px}.stitch-home .editorial-hero__content{min-height:calc(100svh - 68px)}.stitch-home .editorial-hero__title{display:block;bottom:1rem;font-size:clamp(4rem,21vw,7rem);line-height:.82;letter-spacing:-.065em}.stitch-home .editorial-hero__middle-card,.stitch-home .search-card{bottom:clamp(8rem,25vh,13rem);width:calc(100% - 28px);padding:16px}.stitch-home .search-card__form{grid-template-columns:1fr}.stitch-home .search-card .editorial-hero__submit{width:100%;min-height:56px}}.stitch-home .site-header{position:fixed;top:0;left:0;right:0;z-index:80;height:82px;background:#f7f1e6eb;border-bottom:1px solid rgba(20,15,10,.08);border-radius:0;box-shadow:none;-webkit-backdrop-filter:blur(18px) saturate(130%);backdrop-filter:blur(18px) saturate(130%)}.stitch-home .site-header__inner{display:flex;align-items:center;justify-content:space-between;width:min(1240px,calc(100% - 48px));height:100%;margin:0 auto}.stitch-home .site-header__brand{display:inline-flex;align-items:center;gap:12px;color:#17110c;font-weight:900;letter-spacing:.08em;text-decoration:none}.stitch-home .site-header__logo-mark{display:grid;place-items:center;width:38px;height:38px;color:#fff1df;font-size:.78rem;font-weight:900;background:#17110c;border-radius:12px}.stitch-home .site-header__logo-text{font-size:.92rem}.stitch-home .site-header__nav{display:flex;align-items:center;gap:28px;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.stitch-home .site-header__nav a{color:#17110c;font-size:.95rem;font-weight:800;text-decoration:none;transition:color .18s var(--ease-out),background .18s var(--ease-out),box-shadow .18s var(--ease-out)}.stitch-home .site-header__nav a:hover{color:#006f67}.stitch-home .site-header__button{padding:12px 20px;color:#fff!important;background:#006f67;border-radius:999px;box-shadow:0 10px 24px #006f672e}.stitch-home .site-header__button:hover{color:#fff!important;background:#005f59}.stitch-home .editorial-nav,.stitch-home .editorial-nav__center,.stitch-home .editorial-brand{all:unset}.stitch-home .editorial-hero{min-height:100svh;padding-top:82px;background:#18120d}.stitch-home .editorial-hero__content{min-height:calc(100svh - 82px)}.stitch-home .editorial-hero__video,.stitch-home .editorial-hero__media img{filter:brightness(.82) contrast(1.04) saturate(.9) sepia(.08);transform:scale(1.02)}.stitch-home .editorial-hero__media.has-video-ready .editorial-hero__video{opacity:.95}.stitch-home .editorial-hero__overlay{background:linear-gradient(180deg,#120d092e,#120d0957 45%,#120d09b3),radial-gradient(circle at 78% 24%,rgba(255,198,150,.2),transparent 34%),radial-gradient(circle at 18% 80%,rgba(255,230,200,.08),transparent 38%)}@media(max-width:760px){.stitch-home .site-header{height:68px}.stitch-home .site-header__inner{width:min(100% - 24px,1240px)}.stitch-home .site-header__brand{gap:8px;letter-spacing:.05em}.stitch-home .site-header__logo-mark{width:34px;height:34px}.stitch-home .site-header__logo-text{font-size:.78rem}.stitch-home .site-header__nav{gap:10px}.stitch-home .site-header__nav a{font-size:.82rem}.stitch-home .site-header__button{padding:9px 12px}.stitch-home .editorial-hero{min-height:100svh;padding-top:68px}.stitch-home .editorial-hero__content{min-height:calc(100svh - 68px)}}@media(max-width:520px){.stitch-home .site-header__nav{gap:6px}.stitch-home .site-header__nav a:not(.site-header__button){display:none}}.stitch-home .site-header,.stitch-home .site-header__inner,.stitch-home .site-header__nav,.stitch-home .top-header,.stitch-home .top-header__inner,.stitch-home .top-header__nav,.stitch-home .editorial-nav,.stitch-home .editorial-nav__center,.stitch-home .editorial-brand{all:unset}.stitch-home .editorial-header{position:fixed;top:24px;left:0;right:0;z-index:80;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:min(1320px,calc(100% - 64px));margin:0 auto;pointer-events:none}.stitch-home .editorial-header__brand{grid-column:1;justify-self:start;display:inline-flex;align-items:center;gap:12px;color:#fff1df;font-weight:900;letter-spacing:.08em;text-decoration:none;pointer-events:auto}.stitch-home .editorial-header__mark{display:grid;place-items:center;width:38px;height:38px;color:#17110c;font-size:.78rem;font-weight:900;background:#fff1df;border-radius:12px}.stitch-home .editorial-header__name{font-size:.95rem}.stitch-home .editorial-header__pill{grid-column:2;justify-self:center;display:inline-flex;align-items:center;gap:6px;padding:6px;background:#123630b8;border:1px solid rgba(255,241,223,.2);border-radius:999px;box-shadow:0 18px 50px #00000038,inset 0 1px #ffffff1a;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);pointer-events:auto}.stitch-home .editorial-header__pill a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;color:#fff1dfe0;font-size:.92rem;font-weight:900;text-decoration:none;white-space:nowrap;border-radius:999px;transition:background .22s ease,color .22s ease,transform .22s ease}.stitch-home .editorial-header__pill a.is-active,.stitch-home .editorial-header__pill .is-active{color:#17342f;background:#fff1df;box-shadow:0 8px 22px #00000029}.stitch-home .editorial-hero{min-height:100svh;padding-top:0}@media(max-width:760px){.stitch-home .editorial-header{top:14px;grid-template-columns:auto 1fr;gap:12px;width:calc(100% - 24px)}.stitch-home .editorial-header__brand{grid-column:1}.stitch-home .editorial-header__name{display:none}.stitch-home .editorial-header__pill{grid-column:2;justify-self:end;gap:3px;padding:4px}.stitch-home .editorial-header__pill a{min-height:36px;padding:0 10px;font-size:.78rem}}.stitch-home .editorial-header{position:fixed;top:14px;left:0;right:0;z-index:90;display:flex;justify-content:center;width:100%;margin:0;pointer-events:none}.stitch-home .editorial-header__brand,.stitch-home .editorial-header__mark,.stitch-home .editorial-header__name{display:none!important}.stitch-home .editorial-header__pill{display:inline-flex;align-items:center;gap:6px;padding:6px;background:#0a0a0a8c;border:1px solid rgba(255,241,223,.18);border-radius:999px;box-shadow:0 16px 44px #00000038,inset 0 1px #ffffff14;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);pointer-events:auto}.stitch-home .editorial-header__pill a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 17px;color:#fff1dfdb;font-size:.9rem;font-weight:900;text-decoration:none;white-space:nowrap;border-radius:999px;transition:background .22s ease,color .22s ease,transform .22s ease}.stitch-home .editorial-header__pill a:hover{background:#fff1df1a;transform:translateY(-1px)}.stitch-home .editorial-header__pill a.is-active{color:#17110c;background:#fff1df;box-shadow:0 8px 22px #00000029}.stitch-home .editorial-hero{min-height:100svh;padding-top:0;background:#101010}.stitch-home .editorial-hero__content{min-height:100svh}.stitch-home .editorial-hero__video,.stitch-home .editorial-hero__media img{filter:brightness(.88) contrast(1.04) saturate(.92);transform:scale(1.02)}.stitch-home .editorial-hero__media.has-video-ready .editorial-hero__video{opacity:.96}.stitch-home .editorial-hero__overlay{background:linear-gradient(180deg,#00000080,#00000052 45%,#000000d1)}.stitch-home .editorial-hero__overlay:after{display:none!important}.stitch-home .editorial-hero__title{color:#ffe6cceb;opacity:.92}.stitch-home .editorial-hero__middle-card,.stitch-home .search-card{width:min(780px,calc(100% - 48px));padding:18px;color:#f8efe5;background:#0c0c0cbd;border:1px solid rgba(255,241,223,.16);border-radius:32px;box-shadow:0 28px 72px #00000047;backdrop-filter:blur(20px) saturate(120%);-webkit-backdrop-filter:blur(20px) saturate(120%)}.stitch-home .search-card__header{display:grid;gap:.25rem;margin-bottom:14px;text-align:center}.stitch-home .search-card__header span{color:#fff1df99;font-size:.76rem}.stitch-home .search-card__header strong{color:#fff1df;font-size:1.08rem}.stitch-home .search-card__form{grid-template-columns:1.2fr 1fr auto;gap:10px}.stitch-home .search-card .search-field{min-height:66px;padding:12px 15px;background:#ffffff14;border:1px solid rgba(255,255,255,.11);border-radius:20px}.stitch-home .search-card .search-field span{margin-bottom:6px}.stitch-home .search-card .editorial-hero__submit{min-width:112px;min-height:66px;color:#17110c;background:#fff1df;border-radius:20px}.stitch-home .search-card .editorial-hero__submit:hover{background:#fff}.stitch-home .search-card__chips{justify-content:center;gap:.5rem;margin-top:12px}.stitch-home .search-card__chips span{padding:0;color:#fff1dfc7;font-size:.84rem;background:transparent;border:0}.stitch-home .search-card__chips span+span:before{content:"·";margin-right:.5rem;color:#fff1df73}@media(max-width:760px){.stitch-home .editorial-header{top:10px;width:100%}.stitch-home .editorial-header__pill{max-width:calc(100% - 20px);gap:3px;padding:4px;overflow-x:auto}.stitch-home .editorial-header__pill a{min-height:36px;padding:0 10px;font-size:.78rem}.stitch-home .editorial-hero__middle-card,.stitch-home .search-card{width:calc(100% - 28px);padding:15px}.stitch-home .search-card__form{grid-template-columns:1fr}.stitch-home .search-card .editorial-hero__submit{width:100%;min-height:56px}}.stitch-home>.editorial-header{z-index:120}.stitch-home .editorial-hero__title{right:auto;left:50%;display:flex;justify-content:center;gap:clamp(.28em,1.4vw,.62em);width:-moz-max-content;width:max-content;max-width:calc(100% - 2rem);transform:translate(-50%)}@media(max-width:760px){.stitch-home .editorial-hero__title{display:flex;flex-wrap:wrap;justify-content:center}}.stitch-home .trust-section.command-section{position:relative;z-index:2;margin-top:0!important;padding:115px 0 120px;color:#062f2d;overflow:visible;clip-path:inset(0 -100vw 0 -100vw);background:radial-gradient(circle at 12% 8%,rgba(28,209,190,.1),transparent 30%),radial-gradient(circle at 88% 10%,rgba(239,203,164,.24),transparent 34%),linear-gradient(180deg,#f4efe7,#fffaf3)}.stitch-home .trust-section.command-section:before{content:"";position:absolute;left:0;right:0;top:-55px;height:56px;pointer-events:none;z-index:1;background:linear-gradient(to bottom,#f4efe700,#f4efe78c 70%,#f4efe7)}.stitch-home .trust-section__backdrop,.stitch-home .trust-section .command-bg{position:absolute;inset:0;z-index:0;opacity:.28;pointer-events:none;background:linear-gradient(rgba(6,47,45,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(6,47,45,.04) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 14%,#000 82%,transparent);mask-image:linear-gradient(180deg,transparent 0%,#000 14%,#000 82%,transparent)}.stitch-home .trust-stage{position:relative;z-index:1;display:grid;grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr);gap:clamp(42px,5vw,80px);align-items:center;width:calc(100% - 64px);max-width:1320px;margin-inline:auto}.stitch-home .trust-content{position:sticky;top:clamp(4.75rem,11vh,6.5rem);z-index:3;min-width:0;align-self:start;padding:.25rem 0 1rem}.stitch-home .trust-content .eyebrow{margin-bottom:.65rem;color:#062f2d94}.stitch-home .trust-content .eyebrow:before{background:#20d6c4;box-shadow:0 0 0 4px #20d6c429}.stitch-home .trust-title,.stitch-home .trust-content h2,.stitch-home .trust-section .command-copy h2{max-width:14ch;margin:0 0 1.15rem;color:#062f2d;font-size:clamp(2.15rem,3.4vw,3.45rem);font-weight:900;line-height:.95;letter-spacing:-.055em;text-wrap:balance}.stitch-home .trust-text,.stitch-home .trust-content p,.stitch-home .trust-section .command-copy p{max-width:34rem;margin:0 0 1.65rem;color:#062f2dad;font-size:1.02rem;line-height:1.62}.stitch-home .trust-content__actions,.stitch-home .trust-section .command-actions{display:flex;flex-wrap:wrap;gap:.8rem}.stitch-home .trust-scene{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:minmax(88px,auto);gap:16px;align-items:stretch;align-content:start;width:100%;min-width:0;min-height:0;perspective:1400px;transform-style:preserve-3d}.stitch-home .float-card{--trust-parallax: 0px;--trust-tilt-x: 0deg;--trust-tilt-y: 0deg;position:relative;box-sizing:border-box;display:flex;flex-direction:column;gap:.3rem;width:100%;min-width:0;max-width:100%;padding:1.15rem 1.25rem 1.2rem;overflow:hidden;color:#062f2d;background:#ffffffbd;border:1px solid rgba(6,45,41,.1);border-radius:26px;box-shadow:0 22px 56px #062d2917,inset 0 1px #ffffffd9;-webkit-backdrop-filter:blur(18px) saturate(135%);backdrop-filter:blur(18px) saturate(135%);transform:translateY(var(--trust-parallax)) rotateX(var(--trust-tilt-x)) rotateY(var(--trust-tilt-y));transform-style:preserve-3d;transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1),border-color .32s ease}.stitch-home .float-card:after{position:absolute;inset:auto 0 -35%;height:55%;content:"";background:radial-gradient(circle at 50% 0%,rgba(32,214,196,.14),transparent 68%);opacity:.85;pointer-events:none}.stitch-home .float-card:hover{border-color:#20d6c457;box-shadow:0 30px 72px #062d2921;transform:translateY(calc(var(--trust-parallax) - 4px)) rotateX(var(--trust-tilt-x)) rotateY(var(--trust-tilt-y))}.stitch-home .float-card__icon{display:grid;place-items:center;width:40px;height:40px;margin-bottom:.2rem;color:#0d7f74;background:#20d6c41f;border:1px solid rgba(32,214,196,.22);border-radius:14px}.stitch-home .float-card__icon svg{width:21px;height:21px}.stitch-home .float-card__badge{display:grid;place-items:center;width:36px;height:36px;margin-bottom:.15rem;color:#0d7f74;font-size:.95rem;font-weight:900;background:#20d6c41f;border-radius:12px}.stitch-home .float-card__label{position:relative;z-index:1;color:#062f2d85;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.stitch-home .float-card__value{position:relative;z-index:1;color:#062f2d;font-size:clamp(1.05rem,1.5vw,1.35rem);font-weight:900;line-height:1.15;letter-spacing:-.03em;overflow-wrap:break-word}.stitch-home .float-card__hint{position:relative;z-index:1;margin:.1rem 0 0;color:#062f2d99;font-size:.86rem;line-height:1.45}.stitch-home .float-card--map{grid-column:1 / span 8;grid-row:span 2;min-height:200px}.stitch-home .float-card--map .float-card__value{font-size:clamp(1.1rem,1.5vw,1.45rem)}.stitch-home .float-card--time,.stitch-home .float-card--verified{grid-column:9 / span 4}.stitch-home .float-card--flow{grid-column:1 / span 6;min-height:128px}.stitch-home .float-card--reviews{grid-column:7 / span 3}.stitch-home .float-card--secure{grid-column:10 / span 3}.stitch-home .float-card__map,.stitch-home .trust-section .command-map{position:relative;z-index:1;flex:1;min-height:96px;margin-top:.45rem;background:radial-gradient(circle at 50% 55%,rgba(32,214,196,.18),transparent 44%),linear-gradient(rgba(6,47,45,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(6,47,45,.05) 1px,transparent 1px);background-size:auto,26px 26px,26px 26px;border:1px solid rgba(6,47,45,.08);border-radius:18px}.stitch-home .float-card__map i,.stitch-home .trust-section .command-map i{width:11px;height:11px;background:#20d6c4;box-shadow:0 0 0 7px #20d6c424,0 0 18px #20d6c46b}.stitch-home .float-card__flow,.stitch-home .trust-section .command-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem;margin-top:auto;padding-top:.55rem}.stitch-home .float-card__flow i,.stitch-home .trust-section .command-flow i{height:7px;background:#062f2d14;border-radius:999px}.stitch-home .float-card__flow i:before,.stitch-home .trust-section .command-flow i:before{background:linear-gradient(90deg,#20d6c4,#8ef0e6)}.stitch-home .trust-section .btn-hero-primary{background:#062f2d}.stitch-home .trust-section .btn-hero-secondary{color:#062f2d;background:#fff;border:1px solid rgba(6,47,45,.14)}@media(max-width:1200px){.stitch-home .trust-stage{grid-template-columns:1fr;gap:48px;width:calc(100% - 48px)}.stitch-home .trust-content{position:relative;top:auto;max-width:720px;padding:0}.stitch-home .trust-title,.stitch-home .trust-content h2{max-width:18ch}.stitch-home .trust-scene{min-height:0;grid-template-columns:repeat(12,minmax(0,1fr))}}@media(max-width:900px){.stitch-home .trust-stage{width:calc(100% - 32px)}.stitch-home .trust-scene{display:grid;grid-template-columns:1fr;gap:14px}.stitch-home .float-card--map,.stitch-home .float-card--time,.stitch-home .float-card--verified,.stitch-home .float-card--flow,.stitch-home .float-card--reviews,.stitch-home .float-card--secure{grid-column:1 / -1;grid-row:auto;min-height:auto}}@media(max-width:760px){.stitch-home .trust-section.command-section{margin-top:0!important;padding-top:96px}.stitch-home .trust-section.command-section:before{top:-48px;height:48px}.stitch-home .trust-stage{width:calc(100% - 32px);gap:36px}.stitch-home .trust-content__actions,.stitch-home .trust-section .command-actions{flex-direction:column}.stitch-home .trust-content__actions a,.stitch-home .trust-section .command-actions a{width:100%;justify-content:center}}.stitch-home .process-section{min-height:220vh;padding-block:0;background:radial-gradient(circle at 12% 20%,rgba(32,214,196,.1),transparent 28rem),linear-gradient(180deg,#faf8f2,#fff)}.stitch-home .process-sticky{position:sticky;top:0;min-height:100svh;padding-block:clamp(4rem,7vw,6rem)}.stitch-home>.editorial-header{position:fixed;top:22px;left:0;right:0;z-index:120;display:flex;justify-content:center;width:100%;margin:0;pointer-events:none}.stitch-home .editorial-hero{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:100svh;padding-top:90px;overflow:hidden;isolation:isolate;background:#17110c}.stitch-home .editorial-hero:before{display:none!important;content:none!important}.stitch-home .editorial-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:155px;pointer-events:none;z-index:7;background:linear-gradient(to bottom,#17110c00,#17110c2e 22%,#17110c94 55%,#17110cd1 78%,#17110ceb)}.stitch-home .editorial-hero__content{position:relative;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:100%;max-width:1500px;min-height:calc(100svh - 90px);margin:0 auto;padding:0 clamp(20px,3vw,32px) clamp(48px,7vh,64px)}.stitch-home .editorial-hero__title{position:absolute;left:50%;right:auto;bottom:clamp(12px,2.5vh,18px);z-index:9;display:flex;flex-wrap:nowrap;align-items:flex-end;justify-content:center;gap:clamp(.35rem,1.8vw,1.5rem);width:-moz-max-content;width:max-content;max-width:none;margin:0;color:#ead4b8;font-size:clamp(7.5rem,16vw,16.25rem);font-weight:950;line-height:.78;letter-spacing:-.08em;text-transform:uppercase;white-space:nowrap;opacity:1;pointer-events:none;transform:translate(-50%)}.stitch-home .editorial-hero__title span{display:inline-block}.stitch-home .editorial-hero__middle-card,.stitch-home .editorial-hero .search-card{position:relative;top:auto;left:auto;bottom:auto;z-index:10;width:min(720px,calc(100vw - 40px));margin:0 auto;transform:translateY(clamp(-72px,-8vh,-95px))}@media(max-width:900px){.stitch-home .editorial-hero__title{font-size:clamp(4.5rem,21vw,8.75rem);bottom:clamp(20px,4vh,32px)}.stitch-home .editorial-hero__middle-card,.stitch-home .editorial-hero .search-card{transform:translateY(clamp(-56px,-6vh,-70px))}}@media(max-width:760px){.stitch-home>.editorial-header{top:14px}.stitch-home .editorial-hero{padding-top:76px}.stitch-home .editorial-hero__content{min-height:calc(100svh - 76px);padding-bottom:40px}.stitch-home .editorial-hero__title{font-size:clamp(3.5rem,20vw,5.5rem);letter-spacing:-.065em;white-space:normal;flex-wrap:wrap;justify-content:center;max-width:calc(100vw - 24px)}.stitch-home .editorial-hero__middle-card,.stitch-home .editorial-hero .search-card{width:calc(100% - 28px);transform:translateY(clamp(-48px,-5vh,-62px))}.stitch-home .editorial-hero:after{height:130px}}.stitch-home .trust-stage,.stitch-home .trust-scene{overflow:visible}.stitch-home .services-section.categories-section{position:relative;padding:120px 0 140px;overflow:hidden;background:radial-gradient(circle at 12% 8%,rgba(28,209,190,.08),transparent 30%),radial-gradient(circle at 88% 12%,rgba(239,203,164,.22),transparent 36%),linear-gradient(180deg,#fffaf3,#f5efe7)}.stitch-home .services-section .services-container{width:calc(100% - 64px);max-width:1380px;margin:0 auto}.stitch-home .services-section .services-header{max-width:760px;margin-bottom:42px}.stitch-home .services-section .services-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;color:#087c70;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.stitch-home .services-section .services-kicker:before{width:8px;height:8px;content:"";border-radius:999px;background:#25d6c4;box-shadow:0 0 0 6px #25d6c424}.stitch-home .services-section .services-title{margin:0;color:#062d29;font-size:clamp(2.75rem,5vw,4.875rem);font-weight:900;line-height:.94;letter-spacing:-.06em}.stitch-home .services-section .services-text{max-width:620px;margin:18px 0 0;color:#062d29a3;font-size:1.125rem;line-height:1.65}.stitch-home .services-section .services-bento{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:150px;gap:18px;width:100%;min-width:0}.stitch-home .services-section .service-card{--x: 50%;--y: 50%;--service-video-opacity: .18;position:relative;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;width:100%;min-width:0;max-width:100%;min-height:150px;padding:24px;overflow:hidden;isolation:isolate;color:#062f2d;text-decoration:none;background:#ffffffc7;border:1px solid rgba(6,45,41,.09);border-radius:30px;box-shadow:0 22px 70px #062d2917;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform-style:preserve-3d;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.stitch-home .services-section .service-card--large{--service-video-opacity: .22}.stitch-home .services-section .service-card--wide,.stitch-home .services-section .service-card--tall{--service-video-opacity: .2}.stitch-home .services-section .service-card--medium{--service-video-opacity: .15}.stitch-home .services-section .service-card--image{--service-video-opacity: .72}.stitch-home .services-section .service-card--video-prominent{--service-video-opacity: .88;background:#062d292e}.stitch-home .services-section .service-card--video-prominent .service-video-overlay{background:linear-gradient(180deg,#031b1814,#031b1847 42%,#031b18ad)}.stitch-home .services-section .service-card--video-prominent .service-icon{color:#fff;background:#fff3;border-color:#ffffff47}.stitch-home .services-section .service-card--video-prominent .category-name{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.35)}.stitch-home .services-section .service-card--video-prominent .category-copy{color:#ffffffdb}.stitch-home .services-section .service-card--video-prominent .service-pill,.stitch-home .services-section .service-card--video-prominent .service-link{color:#fff;background:#ffffff2e}.stitch-home .services-section .service-card:after{display:none}.stitch-home .services-section .service-card:hover{border-color:#25d6c459;box-shadow:0 34px 100px #062d2924;transform:translateY(-6px)}.stitch-home .services-section .service-media{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.stitch-home .services-section .service-image{position:absolute;inset:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(1.05) contrast(1.04) brightness(.92)}.stitch-home .services-section .service-video-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#fffaf3db,#fffaf3b8 48%,#fffaf3e6)}.stitch-home .services-section .service-card--image .service-video-overlay{background:linear-gradient(180deg,#031b1826,#031b18b8)}.stitch-home .services-section .service-content{position:relative;z-index:2;display:flex;flex:1;flex-direction:column;justify-content:space-between;min-height:0}.stitch-home .services-section .service-motion{position:absolute;inset:0;z-index:0;overflow:hidden;opacity:.55;pointer-events:none}.stitch-home .services-section .service-motion:before,.stitch-home .services-section .service-motion:after{position:absolute;content:"";border-radius:999px;animation-play-state:paused}.stitch-home .services-section .service-card:hover .service-motion:before,.stitch-home .services-section .service-card:hover .service-motion:after,.stitch-home .services-section .service-card:focus-within .service-motion:before,.stitch-home .services-section .service-card:focus-within .service-motion:after{animation-play-state:running}.stitch-home .services-section .service-motion--plumbing:before{right:-12%;bottom:-20%;width:70%;height:70%;background:radial-gradient(circle,rgba(37,214,196,.35),transparent 68%);animation:service-plumbing 7s ease-in-out infinite}.stitch-home .services-section .service-motion--plumbing:after{left:-8%;top:20%;width:55%;height:40%;background:linear-gradient(120deg,rgba(37,214,196,.2),transparent);animation:service-plumbing 9s ease-in-out infinite reverse}.stitch-home .services-section .service-motion--electric:before{inset:18% 12% auto;height:3px;background:linear-gradient(90deg,transparent,rgba(37,214,196,.65),transparent);animation:service-electric 2.4s ease-in-out infinite}.stitch-home .services-section .service-motion--electric:after{inset:42% 22% auto;height:2px;background:linear-gradient(90deg,transparent,rgba(255,196,120,.55),transparent);animation:service-electric 3.1s ease-in-out infinite .4s}.stitch-home .services-section .service-motion--garden:before{right:8%;bottom:10%;width:120px;height:120px;background:radial-gradient(circle at 30% 30%,rgba(72,180,110,.35),transparent 70%);animation:service-garden 8s ease-in-out infinite}.stitch-home .services-section .service-motion--garden:after{left:10%;top:18%;width:90px;height:90px;background:radial-gradient(circle at 60% 40%,rgba(37,214,196,.22),transparent 72%);animation:service-garden 10s ease-in-out infinite reverse}.stitch-home .services-section .service-motion--moving:before{right:14%;bottom:16%;width:88px;height:88px;border:2px solid rgba(6,45,41,.12);border-radius:16px;animation:service-moving 6s ease-in-out infinite}.stitch-home .services-section .service-motion--moving:after{left:12%;top:22%;width:64px;height:64px;border:2px solid rgba(37,214,196,.22);border-radius:14px;animation:service-moving 7.5s ease-in-out infinite reverse}.stitch-home .services-section .service-motion--assembly:before{right:16%;bottom:20%;width:110px;height:8px;background:linear-gradient(90deg,#062d291f,#25d6c459);transform:rotate(-18deg);animation:service-assembly 5s ease-in-out infinite}.stitch-home .services-section .service-motion--assembly:after{left:14%;top:28%;width:8px;height:72px;background:linear-gradient(180deg,#25d6c44d,#062d2914);animation:service-assembly 6.2s ease-in-out infinite reverse}@keyframes service-plumbing{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(-6px,-8px,0) scale(1.06)}}@keyframes service-electric{0%,to{opacity:.35}50%{opacity:1}}@keyframes service-garden{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(4px,-6px,0) rotate(6deg)}}@keyframes service-moving{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}@keyframes service-assembly{0%,to{transform:rotate(-18deg) translateZ(0)}50%{transform:rotate(-10deg) translate3d(6px,-4px,0)}}@media(prefers-reduced-motion:reduce){.stitch-home .services-section .service-motion{display:none}}.stitch-home .services-section .service-icon{display:grid;place-items:center;width:42px;height:42px;color:#087c70;font-size:.82rem;font-weight:900;letter-spacing:.05em;background:#25d6c421;border:1px solid rgba(37,214,196,.25);border-radius:14px;box-shadow:none}.stitch-home .services-section .service-card--image .service-icon{color:#fff;background:#ffffff2e;border-color:#ffffff42}.stitch-home .services-section .category-name{margin:14px 0 10px;color:#062d29;font-size:clamp(1.35rem,2vw,2.125rem);font-weight:900;line-height:1;letter-spacing:-.04em}.stitch-home .services-section .service-card--image .category-name{color:#fff}.stitch-home .services-section .category-copy{max-width:360px;margin:0;color:#062d299e;font-size:.875rem;line-height:1.5}.stitch-home .services-section .service-card--image .category-copy{color:#ffffffc7}.stitch-home .services-section .service-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:20px}.stitch-home .services-section .service-pill,.stitch-home .services-section .category-meta{display:inline-flex;align-items:center;min-height:30px;margin:0;padding:0 12px;color:#087c70;font-size:12px;font-weight:900;background:#25d6c41f;border:0;border-radius:999px}.stitch-home .services-section .service-link,.stitch-home .services-section .category-link{margin:0;color:#087c70;font-size:13px;font-weight:900;white-space:nowrap}.stitch-home .services-section .service-card--image .service-pill,.stitch-home .services-section .service-card--image .service-link{color:#fff;background:#ffffff29}.stitch-home .services-section .bento-card--1{grid-column:1 / span 5;grid-row:span 2}.stitch-home .services-section .bento-card--2{grid-column:6 / span 3;grid-row:1}.stitch-home .services-section .bento-card--3{grid-column:9 / span 3;grid-row:1}.stitch-home .services-section .bento-card--4{grid-column:6 / span 7;grid-row:2}.stitch-home .services-section .bento-card--7{grid-column:1 / span 4;grid-row:3 / span 2}.stitch-home .services-section .bento-card--5{grid-column:5 / span 4;grid-row:3}.stitch-home .services-section .bento-card--6{grid-column:9 / span 4;grid-row:3}.stitch-home .services-section .bento-card--8{grid-column:5 / span 8;grid-row:4 / span 2;min-height:0}.stitch-home .services-section .bento-card--9{grid-column:1 / span 4;grid-row:5}.stitch-home .services-section .bento-card--1{min-height:0}.stitch-home .services-section .bento-visual,.stitch-home .services-section .category-proof,.stitch-home .services-section .category-video{display:none!important}@media(max-width:1100px){.stitch-home .services-section .services-container{width:calc(100% - 48px)}.stitch-home .services-section .services-bento{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:150px}.stitch-home .services-section .bento-card--1{grid-column:1 / span 6;grid-row:span 2}.stitch-home .services-section .bento-card--2,.stitch-home .services-section .bento-card--3{grid-column:span 3;grid-row:auto}.stitch-home .services-section .bento-card--4,.stitch-home .services-section .bento-card--8{grid-column:1 / span 6;grid-row:auto}.stitch-home .services-section .bento-card--7{grid-column:1 / span 6;grid-row:span 2}.stitch-home .services-section .bento-card--5,.stitch-home .services-section .bento-card--6,.stitch-home .services-section .bento-card--9{grid-column:span 3;grid-row:auto}}@media(max-width:720px){.stitch-home .services-section{padding:84px 0 96px}.stitch-home .services-section .services-container{width:calc(100% - 32px)}.stitch-home .services-section .services-title{font-size:clamp(2.375rem,12vw,3.25rem)}.stitch-home .services-section .services-bento{grid-template-columns:1fr;grid-auto-rows:auto;gap:14px}.stitch-home .services-section .service-card,.stitch-home .services-section .bento-card--1,.stitch-home .services-section .bento-card--2,.stitch-home .services-section .bento-card--3,.stitch-home .services-section .bento-card--4,.stitch-home .services-section .bento-card--5,.stitch-home .services-section .bento-card--6,.stitch-home .services-section .bento-card--7,.stitch-home .services-section .bento-card--8,.stitch-home .services-section .bento-card--9{grid-column:auto;grid-row:auto;min-height:220px}}@keyframes floatOrbit{0%,to{transform:translateY(0) rotate(var(--rotate))}50%{transform:translateY(-7px) rotate(calc(var(--rotate) + .4deg))}}.stitch-home .featured-pros.section-flow{overflow:visible}.stitch-home .featured-pros{position:relative;min-height:clamp(600px,78vh,720px);padding-block:clamp(4rem,8vw,5.5rem);padding-top:clamp(4.75rem,8.5vw,6rem);background:radial-gradient(ellipse 70% 55% at 78% 48%,rgba(32,214,196,.12),transparent 62%),radial-gradient(ellipse 50% 40% at 18% 90%,rgba(6,45,41,.04),transparent 65%),linear-gradient(180deg,#fdfbf7,#f8f4ec,#fdfbf7)}.stitch-home .featured-pros__container{width:min(100% - clamp(1.5rem,5vw,3rem),1280px);margin-inline:auto;overflow:visible}.stitch-home .featured-pros__layout{display:flex;align-items:center;gap:clamp(2.25rem,4.5vw,4rem)}.stitch-home .featured-pros__copy{flex:0 0 40%;max-width:40%}.stitch-home .featured-pros__eyebrow{display:block;margin-bottom:1rem;color:#062f2d;font-size:.72rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.stitch-home .featured-pros__title{margin:0 0 1.35rem;color:#062f2d;font-family:Fraunces,Georgia,Times New Roman,serif;font-size:clamp(2.55rem,4.8vw,3.75rem);font-weight:800;line-height:.96;letter-spacing:-.04em}.stitch-home .featured-pros__text{margin:0 0 1.85rem;color:#475f63;font-size:clamp(1rem,1.3vw,1.06rem);line-height:1.68;max-width:44ch}.stitch-home .featured-pros__cta{display:inline-flex;align-items:center;gap:.45rem;padding:.95rem 1.65rem;color:#fff;font-size:.95rem;font-weight:800;text-decoration:none;background:#062f2d;border-radius:999px;box-shadow:0 18px 48px #062f2d38;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.stitch-home .featured-pros__cta:hover{background:#064a46;box-shadow:0 22px 56px #062f2d47;transform:translateY(-2px)}.stitch-home .featured-pros__cta-icon{font-size:1.05em;line-height:1}.stitch-home .featured-pros__visual{flex:1 1 60%;display:flex;justify-content:center;min-width:0}.stitch-home .featured-pros__stage{position:relative;width:min(100%,700px);height:clamp(540px,52vw,620px);margin-top:12px;overflow:visible}.stitch-home .featured-pros__constellation{position:relative;width:100%;height:100%}.stitch-home .featured-pros__glow{position:absolute;top:50%;left:50%;z-index:0;width:88%;height:82%;background:radial-gradient(ellipse at center,rgba(32,214,196,.22) 0%,rgba(32,214,196,.08) 40%,transparent 72%);filter:blur(10px);transform:translate(-50%,-50%);pointer-events:none}.stitch-home .featured-pros__ambient{position:absolute;bottom:10%;left:50%;z-index:0;width:72%;height:56px;background:radial-gradient(ellipse at center,rgba(6,45,41,.14),transparent 72%);filter:blur(18px);transform:translate(-50%);pointer-events:none}.stitch-home .pro-float-card{--rotate: 0deg;position:absolute;z-index:4;background:#fff;border:1px solid rgba(6,45,41,.05);border-radius:30px;box-shadow:0 28px 72px #062d291c,0 10px 24px #062d290d;transition:box-shadow .35s ease,transform .35s ease}.stitch-home .pro-float-card--orbit{width:236px;animation:floatOrbit var(--float-duration, 7s) ease-in-out infinite;animation-delay:var(--float-delay, 0s);will-change:transform}.stitch-home .pro-float-card--orbit .pro-float-card__link{padding:.88rem}.stitch-home .pro-float-card:hover{z-index:9;box-shadow:0 38px 96px #062d2929,0 14px 32px #062d2912}.stitch-home .pro-float-card--orbit:hover{animation-play-state:paused;transform:translateY(-5px) rotate(var(--rotate)) scale(1.02)}.stitch-home .pro-float-card--main:hover{transform:translate(-50%,calc(-50% - 5px)) scale(1.02)}.stitch-home .pro-float-card__link{display:block;padding:.8rem;color:inherit;text-decoration:none}.stitch-home .pro-float-card__media{position:relative;margin-bottom:.65rem;overflow:hidden;border-radius:22px}.stitch-home .pro-float-card__image{display:block;width:100%;aspect-ratio:4 / 3;-o-object-fit:cover;object-fit:cover;-o-object-position:center 20%;object-position:center 20%;border-radius:22px}.stitch-home .pro-float-card--orbit .pro-float-card__fallback{min-height:132px}.stitch-home .pro-float-card__fallback{display:grid;place-items:center;min-height:118px;color:#fff;font-size:1.45rem;font-weight:900;letter-spacing:.06em;background:linear-gradient(155deg,#0a8f82,#043532)}.stitch-home .pro-float-card__badge{position:absolute;top:.62rem;left:.62rem;z-index:2;max-width:calc(100% - 1.24rem);padding:.38rem .62rem;color:#fff;font-size:.6rem;font-weight:900;line-height:1.15;letter-spacing:.02em;background:#20d6c4;border-radius:999px;box-shadow:0 6px 16px #20d6c452}.stitch-home .pro-float-card__body{padding:0 .1rem .25rem}.stitch-home .pro-float-card__name{margin:0 0 .18rem;color:#062f2d;font-size:.92rem;font-weight:800;line-height:1.15;letter-spacing:-.02em}.stitch-home .pro-float-card__category{margin:0 0 .38rem;color:#5a726f;font-size:.7rem;font-weight:700;line-height:1.3}.stitch-home .pro-float-card__rating{display:flex;align-items:center;flex-wrap:wrap;gap:.28rem;color:#062f2d;font-size:.8rem;font-weight:800}.stitch-home .pro-float-card__stars{color:#f2c94c;font-size:.85rem;line-height:1}.stitch-home .pro-float-card__rating-meta,.stitch-home .pro-float-card__rating-muted{color:#5a726f;font-size:.72rem;font-weight:700}.stitch-home .pro-float-card__response{display:inline-flex;align-items:center;gap:.32rem;margin:.4rem 0 0;color:#087c70;font-size:.7rem;font-weight:800}.stitch-home .pro-float-card--main{top:50%;left:50%;z-index:6;width:272px;transform:translate(-50%,-50%);box-shadow:0 36px 100px #062d2924,0 14px 36px #062d2912}.stitch-home .pro-float-card--main .pro-float-card__link{padding:.95rem}.stitch-home .pro-float-card--main .pro-float-card__name{font-size:1.08rem}.stitch-home .pro-float-card--main .pro-float-card__image,.stitch-home .pro-float-card--main .pro-float-card__fallback{aspect-ratio:4 / 5;min-height:200px;-o-object-position:center 20%;object-position:center 20%}.stitch-home .pro-float-card--orbit .pro-float-card__name{font-size:1rem}.stitch-home .pro-float-card--orbit .pro-float-card__category{font-size:.74rem}.stitch-home .pro-float-card--orbit .pro-float-card__rating{font-size:.84rem}.stitch-home .pro-float-card--top-left{--rotate: -2.5deg;top:1%;left:-22px;z-index:5}.stitch-home .pro-float-card--bottom-left{--rotate: -1.75deg;bottom:2%;left:-18px;z-index:5}.stitch-home .pro-float-card--top-right{--rotate: 2.25deg;top:1%;right:-22px;z-index:5}.stitch-home .pro-float-card--bottom-right{--rotate: 1.75deg;right:-18px;bottom:2%;z-index:5}@media(prefers-reduced-motion:reduce){.stitch-home .pro-float-card--orbit{animation:none}}@media(max-width:1100px){.stitch-home .featured-pros__layout{flex-direction:column;align-items:stretch}.stitch-home .featured-pros__copy{flex:none;max-width:640px}.stitch-home .featured-pros__visual{justify-content:flex-start}.stitch-home .featured-pros__stage{width:min(100%,620px);height:clamp(500px,70vw,560px);margin-inline:auto}.stitch-home .pro-float-card--orbit{width:214px}.stitch-home .pro-float-card--main{width:248px}}@media(max-width:720px){.stitch-home .featured-pros{min-height:0;padding-block:clamp(2.75rem,8vw,3.75rem);padding-top:clamp(3.25rem,9vw,4rem)}.stitch-home .featured-pros__title{font-size:clamp(2.15rem,9vw,2.8rem)}.stitch-home .featured-pros__text{max-width:none}.stitch-home .featured-pros__stage{width:100%;height:auto;min-height:0;margin-top:.5rem}.stitch-home .featured-pros__constellation{display:flex;flex-direction:column;align-items:center;gap:.9rem;padding-bottom:.5rem}.stitch-home .featured-pros__glow{top:22%;width:100%;height:320px}.stitch-home .featured-pros__ambient{display:none}.stitch-home .pro-float-card,.stitch-home .pro-float-card--main{position:relative;inset:auto!important;width:min(100%,320px)!important;transform:none!important;animation:none}.stitch-home .pro-float-card--main{order:-1}.stitch-home .pro-float-card--orbit{width:min(100%,280px)!important}.stitch-home .pro-float-card:hover,.stitch-home .pro-float-card--main:hover{transform:translateY(-4px) scale(1.01)!important}}.stitch-home .reviews-premium.section-flow{overflow:hidden}.stitch-home .reviews-premium{position:relative;padding-block:clamp(4.5rem,9vw,6.5rem) clamp(3.5rem,6vw,4.75rem);background:radial-gradient(ellipse 55% 45% at 88% 12%,rgba(32,214,196,.1),transparent 62%),radial-gradient(ellipse 40% 35% at 10% 88%,rgba(6,45,41,.04),transparent 65%),linear-gradient(180deg,#fdfbf7,#f8f4ec 48%,#fdfbf7)}.stitch-home .reviews-premium__container{width:min(100% - clamp(1.5rem,5vw,3rem),1280px);margin-inline:auto}.stitch-home .reviews-premium__header{display:grid;grid-template-columns:minmax(0,1fr) min(360px,34%);gap:clamp(2rem,4vw,3.5rem);align-items:start;margin-bottom:clamp(1.35rem,2.8vw,1.85rem)}.stitch-home .reviews-premium__eyebrow{display:block;margin-bottom:.95rem;color:#087c70;font-size:.72rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.stitch-home .reviews-premium__eyebrow:before{content:"• ";color:#20d6c4}.stitch-home .reviews-premium__title{margin:0 0 1.1rem;color:#062f2d;font-family:Fraunces,Georgia,Times New Roman,serif;font-size:clamp(2.35rem,4.5vw,3.45rem);font-weight:800;line-height:.98;letter-spacing:-.04em}.stitch-home .reviews-premium__lead{margin:0;color:#475f63;font-size:clamp(1rem,1.3vw,1.06rem);line-height:1.68;max-width:46ch}.stitch-home .reviews-premium__trust{position:relative;padding:clamp(1.5rem,2.5vw,1.85rem);overflow:hidden;background:linear-gradient(165deg,#fffffff5,#faf7f0eb);border:1px solid rgba(6,45,41,.08);border-radius:32px;box-shadow:0 32px 88px #062d291a,0 12px 32px #062d290d,inset 0 1px #fffffff2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stitch-home .reviews-premium__trust-glow{position:absolute;top:-20%;right:-15%;width:220px;height:220px;background:radial-gradient(circle,rgba(32,214,196,.2),transparent 70%);filter:blur(8px);pointer-events:none}.stitch-home .reviews-premium__metrics{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:.85rem;margin-bottom:1.25rem}.stitch-home .reviews-premium__metric{padding:1rem .85rem;text-align:center;background:#ffffffb8;border:1px solid rgba(6,45,41,.06);border-radius:22px;box-shadow:inset 0 1px #ffffffe6}.stitch-home .reviews-premium__metric strong{display:block;color:#062f2d;font-size:clamp(1.85rem,3vw,2.25rem);font-weight:800;line-height:1;letter-spacing:-.03em}.stitch-home .reviews-premium__metric strong span{font-size:.62em;font-weight:800;opacity:.72}.stitch-home .reviews-premium__metric>span{display:block;margin-top:.45rem;color:#5a726f;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.stitch-home .reviews-premium__cta{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;padding:.92rem 1.25rem;color:#fff;font-size:.92rem;font-weight:800;text-decoration:none;background:#062f2d;border-radius:999px;box-shadow:0 16px 40px #062f2d33;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.stitch-home .reviews-premium__cta:hover{background:#064a46;box-shadow:0 20px 48px #062f2d42;transform:translateY(-2px)}@keyframes reviewsPremiumMarquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.stitch-home .reviews-premium__stage{position:relative;z-index:2;margin-bottom:clamp(1rem,2.2vw,1.45rem)}.stitch-home .reviews-premium__stage-glow{position:absolute;inset:8% 8% 18%;z-index:0;background:radial-gradient(ellipse at 50% 42%,rgba(32,214,196,.12),transparent 72%);filter:blur(16px);pointer-events:none}.stitch-home .reviews-premium__stage-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(200px,228px) minmax(0,1fr) minmax(200px,228px);gap:clamp(.85rem,1.6vw,1.2rem);align-items:center}.stitch-home .reviews-premium__spotlight-col{min-width:0}.stitch-home .review-mini{padding:1.05rem 1.1rem 1.15rem;background:#fff;border:1px solid rgba(6,45,41,.06);border-radius:28px;box-shadow:0 20px 52px #062d2914,0 8px 20px #062d290a;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.stitch-home .review-mini:hover{border-color:#20d6c433;box-shadow:0 28px 68px #062d291c,0 10px 26px #062d290d}.stitch-home .review-mini--left{transform:translateY(14px)}.stitch-home .review-mini--right{transform:translateY(-10px)}.stitch-home .review-mini--left:hover{transform:translateY(10px)}.stitch-home .review-mini--right:hover{transform:translateY(-14px)}.stitch-home .review-mini__stars{color:#f2c94c;font-size:.72rem;letter-spacing:.06em}.stitch-home .review-mini__quote{margin:.65rem 0 .85rem;color:#20383d;font-size:.88rem;line-height:1.52}.stitch-home .review-mini__meta strong{display:block;color:#062f2d;font-size:.88rem;font-weight:800}.stitch-home .review-mini__meta span{display:block;margin-top:.15rem;color:#5a726f;font-size:.72rem;font-weight:700}.stitch-home .review-spotlight{position:relative;z-index:1;overflow:hidden;background:#fff;border:1px solid rgba(6,45,41,.07);border-radius:34px;box-shadow:0 28px 72px #062d291a,0 10px 28px #062d290d,inset 0 1px #fffffff2;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.stitch-home .review-spotlight:before{position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,rgba(32,214,196,.55),rgba(32,214,196,.08) 42%,transparent 100%);content:"";pointer-events:none}.stitch-home .review-spotlight:hover{border-color:#20d6c433;box-shadow:0 36px 88px #062d2921,0 14px 36px #062d290f;transform:translateY(-3px)}.stitch-home .review-spotlight__mark{position:absolute;top:.35rem;right:clamp(1rem,3vw,1.75rem);color:#20d6c452;font-family:Fraunces,Georgia,Times New Roman,serif;font-size:clamp(4.5rem,10vw,6.25rem);font-weight:700;line-height:.85;pointer-events:none}.stitch-home .review-spotlight__inner{display:flex;flex-direction:column;gap:0;padding:clamp(1.65rem,3vw,2.15rem) clamp(1.75rem,3.5vw,2.5rem) clamp(1.5rem,2.8vw,1.85rem)}.stitch-home .review-spotlight__lead{flex:1;min-width:0}.stitch-home .review-spotlight__stars{color:#f2c94c;font-size:.82rem;letter-spacing:.08em}.stitch-home .review-spotlight__quote{margin:.85rem 0 0;padding:0;color:#062f2d;font-family:Fraunces,Georgia,Times New Roman,serif;font-size:clamp(1.4rem,2.35vw,1.9rem);font-weight:600;line-height:1.36;letter-spacing:-.025em;max-width:52ch}.stitch-home .review-spotlight__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:clamp(1.15rem,2.2vw,1.45rem);padding-top:clamp(1rem,2vw,1.2rem);border-top:1px solid rgba(6,45,41,.07)}.stitch-home .review-spotlight__author strong{display:block;color:#062f2d;font-size:1rem;font-weight:800;letter-spacing:-.02em}.stitch-home .review-spotlight__author span{display:block;margin-top:.2rem;color:#5a726f;font-size:.8rem;font-weight:700}.stitch-home .review-spotlight__service{flex-shrink:0;padding:.4rem .72rem;color:#087c70;font-size:.68rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;background:#20d6c41f;border:1px solid rgba(32,214,196,.18);border-radius:999px}.stitch-home .reviews-premium__spotlight-bridge{display:none}.stitch-home .reviews-premium__marquees{position:relative;z-index:1;width:100%;margin-top:0;padding-top:0}.stitch-home .reviews-premium__marquees--single{display:block}.stitch-home .reviews-premium__marquee--alt{display:none}.stitch-home .reviews-premium__marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.stitch-home .reviews-premium__track{display:flex;gap:clamp(.9rem,1.5vw,1.15rem);width:-moz-max-content;width:max-content;padding-inline:max(clamp(1.25rem,4vw,2rem),calc((100vw - 1280px)/2));animation:reviewsPremiumMarquee 52s linear infinite;will-change:transform}.stitch-home .reviews-premium__marquee:hover .reviews-premium__track,.stitch-home .reviews-premium__marquee:focus-within .reviews-premium__track{animation-play-state:paused}.stitch-home .review-piece{position:relative;z-index:1;background:#fff;border:1px solid rgba(6,45,41,.06);border-radius:30px;box-shadow:0 24px 64px #062d2917,0 8px 22px #062d290a;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.stitch-home .review-piece:hover{border-color:#20d6c438;box-shadow:0 32px 80px #062d2921,0 12px 28px #062d290f}.stitch-home .review-piece--flow:hover{transform:translateY(-4px)}.stitch-home .review-piece__stars{color:#f2c94c;font-size:.78rem;letter-spacing:.06em}.stitch-home .review-piece__quote{margin:0;color:#20383d}.stitch-home .review-piece__quote--compact{font-size:.94rem;line-height:1.55}.stitch-home .review-piece__meta{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem}.stitch-home .review-piece__meta strong{display:block;color:#062f2d;font-size:.92rem;font-weight:800}.stitch-home .review-piece__meta span{display:block;margin-top:.15rem;color:#5a726f;font-size:.74rem;font-weight:700}.stitch-home .review-piece__service{flex-shrink:0;padding:.32rem .58rem;color:#087c70;font-size:.66rem;font-weight:800;letter-spacing:.02em;background:#20d6c41f;border-radius:999px}.stitch-home .review-piece--flow{flex:0 0 min(340px,78vw);padding:1.15rem 1.2rem 1.2rem}.stitch-home .review-piece--flow-accent{flex-basis:min(380px,84vw)}.stitch-home .review-piece--flow .review-piece__quote{margin:.7rem 0 .9rem}@media(prefers-reduced-motion:reduce){.stitch-home .reviews-premium__track{animation:none;flex-wrap:wrap;justify-content:center;width:100%;padding-inline:clamp(1.25rem,4vw,2rem)}.stitch-home .reviews-premium__marquee{overflow:visible;-webkit-mask-image:none;mask-image:none}.stitch-home .reviews-premium__marquees--single{margin-top:0}.stitch-home .review-spotlight:hover,.stitch-home .review-mini:hover,.stitch-home .review-piece--flow:hover{transform:none}}@media(max-width:1024px){.stitch-home .reviews-premium__header{grid-template-columns:1fr}.stitch-home .reviews-premium__trust{max-width:400px}.stitch-home .reviews-premium__stage-grid{grid-template-columns:1fr 1fr;grid-template-areas:"spotlight spotlight" "left right";gap:1rem}.stitch-home .reviews-premium__spotlight-col{grid-area:spotlight}.stitch-home .review-mini--left{grid-area:left;transform:none}.stitch-home .review-mini--right{grid-area:right;transform:none}.stitch-home .review-mini--left:hover,.stitch-home .review-mini--right:hover{transform:translateY(-4px)}.stitch-home .reviews-premium__track{animation-duration:44s}}@media(max-width:720px){.stitch-home .reviews-premium{padding-block:clamp(3rem,8vw,4rem)}.stitch-home .reviews-premium__trust{max-width:none}.stitch-home .review-piece--flow{flex-basis:min(300px,88vw)}.stitch-home .review-piece--flow-accent{flex-basis:min(320px,92vw)}.stitch-home .reviews-premium__stage-grid{grid-template-columns:1fr;grid-template-areas:"spotlight" "left" "right"}.stitch-home .review-mini--left,.stitch-home .review-mini--right{transform:none}.stitch-home .review-mini--left:hover,.stitch-home .review-mini--right:hover{transform:translateY(-4px)}.stitch-home .review-spotlight__meta{flex-direction:column;align-items:flex-start}.stitch-home .review-spotlight__quote{max-width:none}}.stitch-home section.home-final-cta.final-cta{position:relative;overflow:hidden;min-height:auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.25rem,4vw,2.5rem) clamp(1.5rem,3vw,2.5rem);color:#fff;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(32,214,196,.12),transparent 55%),radial-gradient(circle at 12% 80%,rgba(32,214,196,.08),transparent 28rem),radial-gradient(circle at 88% 40%,rgba(255,255,255,.05),transparent 22rem),linear-gradient(180deg,#0a2228,#071b1f 42%,#061518)}.stitch-home .home-final-cta__ambient{position:absolute;inset:0;pointer-events:none}.stitch-home .home-final-cta__orb{position:absolute;border-radius:50%;filter:blur(48px);opacity:.9;animation:floatOrb 14s ease-in-out infinite}.stitch-home .home-final-cta__orb--a{top:8%;left:4%;width:min(42vw,320px);height:min(42vw,320px);background:#20d6c438}.stitch-home .home-final-cta__orb--b{right:6%;bottom:10%;width:min(36vw,280px);height:min(36vw,280px);background:#ffffff14;animation-delay:-6s}.stitch-home .home-final-cta__inner{position:relative;z-index:1;width:min(100%,1180px);margin-inline:auto}.stitch-home .home-final-cta__shell{--x: 50%;--y: 42%;position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);grid-template-rows:auto auto;align-items:center;gap:clamp(2rem,4vw,3.5rem);padding:clamp(2.5rem,5vw,4.25rem);overflow:hidden;color:#fff;background:radial-gradient(circle at var(--x) var(--y),rgba(32,214,196,.2),transparent 22rem),radial-gradient(circle at 92% 18%,rgba(255,255,255,.1),transparent 16rem),linear-gradient(145deg,#0c5c56f0,#073036f7 52%,#062328fa);border:1px solid rgba(255,255,255,.12);border-radius:clamp(32px,4.5vw,52px);box-shadow:0 1px #ffffff0f inset,0 32px 80px #00000059,0 0 100px #20d6c424}.stitch-home .home-final-cta__shell:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 30% 0%,rgba(255,255,255,.06),transparent 42%);pointer-events:none}.stitch-home .home-final-cta__copy{position:relative;z-index:1;grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:0;min-width:0}.stitch-home .home-final-cta__eyebrow{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:1.1rem;color:#b8fff6;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.stitch-home .home-final-cta__eyebrow:before{content:"";width:6px;height:6px;background:#20d6c4;border-radius:50%;box-shadow:0 0 12px #20d6c4cc}.stitch-home .home-final-cta__title{max-width:11.5em;margin:0;color:#fff;font-family:Fraunces,Georgia,Times New Roman,serif;font-size:clamp(2.15rem,3.8vw,3.65rem);font-weight:700;line-height:1.08;letter-spacing:-.02em;text-wrap:balance}.stitch-home .home-final-cta__lead{max-width:34rem;margin:1.15rem 0 0;color:#fffc;font-size:clamp(1rem,1.35vw,1.12rem);line-height:1.65}.stitch-home .home-final-cta__actions{display:flex;flex-wrap:wrap;gap:.85rem;grid-column:1;grid-row:2;align-self:start;margin-top:clamp(.25rem,1vw,.5rem)}.stitch-home .home-final-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:52px;padding:.85rem 1.45rem;font-size:.95rem;font-weight:800;text-decoration:none;border-radius:999px;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease}.stitch-home .home-final-cta__btn--primary{color:#073b3a;background:#fff;border:1px solid rgba(255,255,255,.9);box-shadow:0 14px 36px #071b1f38}.stitch-home .home-final-cta__btn--primary:hover{color:#052f2e;background:#f4fffe;transform:translateY(-2px);box-shadow:0 18px 42px #071b1f47}.stitch-home .home-final-cta__btn--secondary{color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.42);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.stitch-home .home-final-cta__btn--secondary:hover{background:#ffffff29;border-color:#ffffff8c;transform:translateY(-2px)}.stitch-home .home-final-cta__btn-arrow{font-size:1.05em;line-height:1;transition:transform .22s ease}.stitch-home .home-final-cta__btn--primary:hover .home-final-cta__btn-arrow{transform:translate(3px)}.stitch-home .home-final-cta__mock{position:relative;z-index:1;grid-column:2;grid-row:1 / span 2;align-self:center;min-width:0}.stitch-home .home-final-cta__mock-panel{display:grid;gap:.85rem;padding:clamp(1.15rem,2.2vw,1.5rem);background:linear-gradient(180deg,#ffffff1a,#ffffff0a);border:1px solid rgba(255,255,255,.14);border-radius:clamp(22px,3vw,30px);box-shadow:0 1px #ffffff14 inset,0 24px 48px #00000038;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.stitch-home .home-final-cta__mock-head{display:flex;gap:.4rem;margin-bottom:.15rem}.stitch-home .home-final-cta__mock-dot{width:7px;height:7px;background:#ffffff38;border-radius:50%}.stitch-home .home-final-cta__field{padding:.95rem 1rem;background:#0000002e;border:1px solid rgba(255,255,255,.08);border-radius:16px}.stitch-home .home-final-cta__label{display:block;color:#ffffff85;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.stitch-home .home-final-cta__value{display:block;margin-top:.3rem;color:#fff;font-size:1.02rem;font-weight:700;line-height:1.3}.stitch-home .home-final-cta__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.stitch-home .home-final-cta__steps span{display:grid;place-items:center;min-height:40px;padding:.35rem .5rem;color:#ffffffe0;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:#20d6c41f;border:1px solid rgba(32,214,196,.2);border-radius:12px}.stitch-home .home-final-cta__availability{padding:1rem 1.05rem;background:#20d6c41a;border:1px solid rgba(32,214,196,.22);border-radius:16px}.stitch-home .home-final-cta__availability-count{display:block;color:#b8fff6;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.stitch-home .home-final-cta__availability-note{display:block;margin-top:.35rem;color:#fff;font-size:.95rem;font-weight:700;line-height:1.4}@media(max-width:960px){.stitch-home .home-final-cta__shell{grid-template-columns:1fr;grid-template-rows:auto;gap:clamp(1.75rem,4vw,2.5rem);padding:clamp(2rem,5vw,3rem)}.stitch-home .home-final-cta__copy,.stitch-home .home-final-cta__mock,.stitch-home .home-final-cta__actions{grid-column:auto;grid-row:auto}.stitch-home .home-final-cta__actions{margin-top:.25rem}.stitch-home .home-final-cta__title{max-width:none;font-size:clamp(2rem,7vw,2.85rem)}.stitch-home .home-final-cta__actions{flex-direction:column;align-items:stretch}.stitch-home .home-final-cta__btn{width:100%}}@media(max-width:640px){.stitch-home section.home-final-cta.final-cta{padding-inline:1rem;padding-bottom:clamp(1.25rem,4vw,2.5rem)}.stitch-home .home-final-cta__inner{width:100%}.stitch-home .home-final-cta__shell{border-radius:28px}}@media(max-width:900px){.stitch-home .search-card__form{grid-template-columns:1fr}.stitch-home .search-card .editorial-hero__submit{width:100%;min-height:52px}}@media(max-width:768px){.stitch-home .process-section{min-height:auto}.stitch-home .process-sticky{position:relative;top:auto;min-height:auto;padding-block:clamp(3.5rem,10vw,5rem)}.stitch-home .trust-section.command-section{clip-path:none}.stitch-home .featured-pros{min-height:auto;padding-block:clamp(3.5rem,10vw,5rem)}}@media(max-width:760px){.stitch-home .editorial-hero{min-height:100svh;min-height:100dvh;padding-top:max(76px,calc(env(safe-area-inset-top,0px) + 60px))}.stitch-home .editorial-hero__content{justify-content:flex-end;gap:clamp(.85rem,2.8vh,1.5rem);min-height:calc(100dvh - 76px);padding-bottom:max(28px,calc(env(safe-area-inset-bottom,0px) + 16px))}.stitch-home .editorial-hero__title{position:relative;left:auto;bottom:auto;order:2;width:100%;max-width:100%;transform:none;font-size:clamp(2.35rem,13vw,4rem);line-height:.88;letter-spacing:-.06em;white-space:normal;flex-wrap:wrap;justify-content:center;text-align:center}.stitch-home .editorial-hero__middle-card,.stitch-home .editorial-hero .search-card{order:1;width:calc(100% - 24px);max-width:none;transform:none}.stitch-home .search-card .search-field{min-height:58px}.stitch-home .search-card__chips{flex-wrap:wrap;justify-content:center}.stitch-home .search-card__chip{min-height:44px;padding:10px 14px}.stitch-home .editorial-header__pill a{min-height:44px}.stitch-home .custom-cursor{display:none!important}}@media(max-width:430px){.stitch-home .editorial-hero__title{font-size:clamp(2rem,12vw,3rem);gap:.2rem}.stitch-home .search-card__header strong{font-size:1rem}}.auth-editorial-header{position:fixed;top:14px;left:0;right:0;z-index:120;display:flex;justify-content:center;width:100%;margin:0;pointer-events:none}.auth-editorial-header__pill{display:inline-flex;align-items:center;gap:6px;padding:6px;background:#0a0a0a8c;border:1px solid rgba(255,241,223,.18);border-radius:var(--radius-pill);box-shadow:0 16px 44px #00000024,inset 0 1px #ffffff14;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);pointer-events:auto}.auth-editorial-header__pill a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 17px;color:#fff1dfdb;font-family:var(--font-sans);font-size:.9rem;font-weight:900;text-decoration:none;white-space:nowrap;border-radius:var(--radius-pill);transition:background .22s ease,color .22s ease,transform .22s ease}.auth-editorial-header__pill a:hover{background:#fff1df1a;transform:translateY(-1px)}.auth-editorial-header__pill a.is-active{color:#17110c;background:#fff1df;box-shadow:0 8px 22px #0000001f}@media(max-width:760px){.auth-editorial-header{top:10px}.auth-editorial-header__pill{max-width:calc(100% - 20px);gap:3px;padding:4px;overflow-x:auto}.auth-editorial-header__pill a{min-height:36px;padding:0 12px;font-size:.78rem}}.stitch-auth{--primary: var(--color-primary);--primary-dark: var(--color-primary-dark);--petrol: var(--color-info);--ink: var(--color-text);--muted: var(--color-text-muted);--line: var(--color-line-ui);--soft: var(--color-soft);--white: var(--color-surface);--danger: var(--color-danger);--success: var(--color-success);--shadow-md: var(--shadow-floating);font-family:var(--font-sans);color:var(--ink)}.stitch-auth *,.stitch-auth *:before,.stitch-auth *:after{box-sizing:border-box}.stitch-auth--centered{display:flex;justify-content:center;width:100%;min-height:100%;padding:88px 16px 40px;background:radial-gradient(circle at 12% 4%,rgba(32,214,196,.1),transparent 24rem),radial-gradient(circle at 88% 0%,rgba(255,198,150,.08),transparent 20rem),var(--color-bg-page)}.stitch-auth--centered .auth-center{display:flex;justify-content:center;width:100%}.stitch-auth--centered .auth-card{width:100%;max-width:460px;padding:2rem 2.25rem 1.75rem;background:#fffffff0;border:1px solid var(--color-border);border-radius:32px;box-shadow:var(--shadow-card)}.stitch-auth--centered .auth-card--register{max-width:580px}.stitch-auth--centered .auth-logo{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;width:-moz-fit-content;width:fit-content;margin:0 auto 1.35rem;color:var(--color-primary-dark);font-size:.92rem;font-weight:900;letter-spacing:.08em;text-decoration:none}.stitch-auth--centered .auth-logo-mark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;color:var(--color-surface);font-size:.72rem;font-weight:900;background:var(--gradient-primary-btn);border-radius:12px;box-shadow:0 10px 24px #0b6b6738}.stitch-auth--centered .auth-card__head{margin-bottom:1.5rem;text-align:center}.stitch-auth--centered .auth-eyebrow{display:inline-flex;margin-bottom:.65rem;color:var(--color-primary-hover);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.stitch-auth--centered .auth-card__title{margin:0;color:var(--ink);font-size:clamp(1.65rem,4vw,2rem);font-weight:900;line-height:1.12;letter-spacing:-.045em}.stitch-auth--centered .auth-card__desc{max-width:36ch;margin:.65rem auto 0;color:var(--muted);font-size:.95rem;line-height:1.55}.stitch-auth--centered .auth-trust-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem;margin-top:1.35rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.stitch-auth--centered .auth-trust-list span{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .72rem;color:var(--color-primary-dark);font-size:.78rem;font-weight:700;background:var(--color-bg-section-alt);border:1px solid var(--color-border);border-radius:var(--radius-pill)}.stitch-auth--centered .auth-trust-list span:before{width:7px;height:7px;content:"";background:var(--color-accent);border-radius:50%;box-shadow:0 0 0 4px var(--color-accent-muted)}.stitch-auth .auth-form{display:grid;gap:1rem}.stitch-auth .register-form{gap:.9rem}.stitch-auth .auth-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.stitch-auth .auth-field{display:grid;gap:.5rem}.stitch-auth .auth-field label,.stitch-auth .remember-check{color:var(--color-text-secondary);font-size:.92rem;font-weight:800}.stitch-auth .input-shell{display:flex;align-items:center;gap:.8rem;min-height:58px;padding:0 1rem;background:var(--color-surface-muted);border:1px solid var(--line);border-radius:18px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.stitch-auth .input-shell:focus-within{background:var(--white);border-color:#0f766e8c;box-shadow:0 0 0 4px var(--color-brand-glow)}.stitch-auth .input-shell span{display:inline-flex;color:var(--primary)}.stitch-auth .input-shell input{width:100%;min-width:0;color:var(--ink);font:inherit;font-weight:700;background:transparent;border:0;outline:none}.stitch-auth .input-shell input::-moz-placeholder{color:var(--color-text-placeholder);font-weight:600}.stitch-auth .input-shell input::placeholder{color:var(--color-text-placeholder);font-weight:600}.stitch-auth .auth-options{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:.1rem 0 .25rem}.stitch-auth .remember-check{display:inline-flex;align-items:center;gap:.55rem;cursor:pointer}.stitch-auth .remember-check input{width:18px;height:18px;accent-color:var(--primary)}.stitch-auth .auth-options a,.stitch-auth .auth-register-link a{color:var(--primary);font-weight:800;text-decoration:none}.stitch-auth .auth-options a:hover,.stitch-auth .auth-register-link a:hover{color:var(--primary-dark)}.stitch-auth .auth-submit{width:100%;min-height:56px;margin-top:.15rem;font-size:.95rem;box-shadow:0 14px 28px #0b6b6738}.stitch-auth .auth-submit:hover{transform:translateY(-1px);box-shadow:0 18px 34px #0b6b6747}.stitch-auth .role-field{padding:0;margin:0;border:0}.stitch-auth .role-field legend{margin-bottom:.5rem;color:var(--color-text-secondary);font-size:.92rem;font-weight:800}.stitch-auth .role-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.stitch-auth .role-card{position:relative;display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:center;min-height:92px;padding:.95rem;cursor:pointer;background:var(--color-surface-muted);border:1px solid var(--line);border-radius:20px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease}.stitch-auth .role-card:hover{transform:translateY(-1px);border-color:#0f766e61;box-shadow:0 10px 24px #0f172a0f}.stitch-auth .role-card input{position:absolute;opacity:0;pointer-events:none}.stitch-auth .role-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;color:var(--primary);background:var(--color-surface-tint-strong);border-radius:var(--radius-md);transition:background .2s ease,color .2s ease}.stitch-auth .role-card strong{display:block;color:var(--ink);font-size:.95rem;line-height:1.15}.stitch-auth .role-card small{display:block;margin-top:.22rem;color:var(--muted);font-size:.8rem;font-weight:700}.stitch-auth .role-card:has(input:checked){background:linear-gradient(135deg,#0b6b671a,#0b4b6814);border-color:#0b6b6799;box-shadow:0 0 0 4px #0f766e1a}.stitch-auth .role-card:has(input:checked) .role-icon{color:var(--white);background:linear-gradient(135deg,var(--primary),var(--primary-dark))}.stitch-auth .auth-message{padding:.8rem .95rem;font-size:.9rem;font-weight:700;border-radius:var(--radius-md)}.stitch-auth .auth-message.success{color:var(--success);background:var(--color-success-bg);border:1px solid var(--color-success-border)}.stitch-auth .auth-message.error{color:var(--danger);background:var(--color-danger-bg);border:1px solid var(--color-danger-border)}.stitch-auth .auth-register-link{margin:1.25rem 0 0;color:var(--muted);font-size:.92rem;font-weight:700;text-align:center}@media(max-width:620px){.stitch-auth--centered{padding:76px 16px 28px}.stitch-auth--centered .auth-card{padding:1.5rem 1.25rem 1.35rem;border-radius:24px}.stitch-auth--centered .auth-card--register{max-width:none}.stitch-auth .auth-options{align-items:flex-start;flex-direction:column}.stitch-auth .role-options{grid-template-columns:1fr}.stitch-auth .role-card{min-height:82px}}.stitch-auth:not(.stitch-auth--centered){min-height:100vh;padding:96px clamp(1.25rem,3vw,1.75rem) 44px;background:linear-gradient(115deg,#041717e0,#073b3ac2 42%,#0b4b686b),url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&q=85&w=2200) center / cover no-repeat}.stitch-auth:not(.stitch-auth--centered) .auth-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,500px);width:min(100%,1180px);min-height:min(720px,calc(100svh - 180px));margin:0 auto;overflow:hidden;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.stitch-auth:not(.stitch-auth--centered) .register-shell{grid-template-columns:minmax(0,1.05fr) minmax(480px,560px)}.stitch-auth:not(.stitch-auth--centered) .login-shell{grid-template-columns:minmax(0,1.05fr) minmax(420px,520px)}.stitch-auth:not(.stitch-auth--centered) .auth-brand-panel{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:680px;padding:clamp(2rem,5vw,3.5rem);color:var(--white);overflow:hidden}.stitch-auth:not(.stitch-auth--centered) .auth-brand-panel:after{position:absolute;right:-120px;bottom:-140px;width:420px;height:420px;content:"";background:radial-gradient(circle,rgba(45,212,191,.32),transparent 68%);pointer-events:none}.stitch-auth:not(.stitch-auth--centered) .auth-logo{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.7rem;width:-moz-fit-content;width:fit-content;color:var(--white);font-weight:800;letter-spacing:.06em;text-decoration:none}.stitch-auth:not(.stitch-auth--centered) .auth-logo-mark{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:var(--primary-dark);font-size:.78rem;font-weight:800;background:var(--white);border-radius:14px;box-shadow:0 12px 28px #0000002e}.stitch-auth:not(.stitch-auth--centered) .brand-copy{position:relative;z-index:1;max-width:560px}.stitch-auth:not(.stitch-auth--centered) .auth-eyebrow{display:inline-flex;margin-bottom:.9rem;color:var(--color-accent-bright);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.stitch-auth:not(.stitch-auth--centered) .brand-copy h1{margin:0;font-size:clamp(2.15rem,4vw,3.65rem);line-height:1.12;letter-spacing:-.052em}.stitch-auth:not(.stitch-auth--centered) .brand-copy p{max-width:600px;margin:1.35rem 0 0;color:#ffffffd1;font-size:1.08rem}.stitch-auth:not(.stitch-auth--centered) .auth-trust-list{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:.75rem}.stitch-auth:not(.stitch-auth--centered) .auth-trust-list span{display:inline-flex;align-items:center;gap:.45rem;padding:.62rem .82rem;color:#ffffffeb;font-size:.9rem;font-weight:700;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius-pill)}.stitch-auth:not(.stitch-auth--centered) .auth-trust-list span:before{width:8px;height:8px;content:"";background:var(--color-accent-soft);border-radius:50%;box-shadow:0 0 0 5px #2dd4bf29}.stitch-auth:not(.stitch-auth--centered) .auth-card-panel{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;padding:clamp(1.4rem,4vw,2.2rem);background:radial-gradient(circle at 88% 8%,rgba(255,198,150,.14),transparent 16rem),linear-gradient(180deg,#fffaf3,#f7f0e6)}.stitch-auth:not(.stitch-auth--centered) .auth-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.9rem;font-weight:700}.stitch-auth:not(.stitch-auth--centered) .back-home{color:var(--primary);font-weight:800;text-decoration:none}.stitch-auth:not(.stitch-auth--centered) .back-home:hover{color:var(--primary-dark)}.stitch-auth:not(.stitch-auth--centered) .login-card{padding:clamp(1.5rem,4vw,2.2rem);background:#fffdf8f0;border:1px solid rgba(239,225,203,.92);border-radius:var(--radius-panel);box-shadow:var(--shadow-card)}.stitch-auth:not(.stitch-auth--centered) .login-heading{margin-bottom:1.6rem}.stitch-auth:not(.stitch-auth--centered) .login-heading .auth-eyebrow{color:var(--primary)}.stitch-auth:not(.stitch-auth--centered) .login-heading h2{margin:0;color:var(--ink);font-size:clamp(2rem,4vw,2.7rem);line-height:1.05;letter-spacing:-.055em}.stitch-auth:not(.stitch-auth--centered) .login-heading p,.stitch-auth:not(.stitch-auth--centered) .ta-auth-copy{margin:.8rem 0 0;color:var(--muted)}@media(max-width:980px){.stitch-auth:not(.stitch-auth--centered) .auth-shell,.stitch-auth:not(.stitch-auth--centered) .register-shell,.stitch-auth:not(.stitch-auth--centered) .login-shell{grid-template-columns:1fr}.stitch-auth:not(.stitch-auth--centered) .auth-brand-panel{min-height:auto;gap:3rem}}@media(max-width:620px){.stitch-auth:not(.stitch-auth--centered){padding:0}.stitch-auth:not(.stitch-auth--centered) .auth-shell{min-height:100vh;border:0;border-radius:0}.stitch-auth:not(.stitch-auth--centered) .auth-brand-panel,.stitch-auth:not(.stitch-auth--centered) .auth-card-panel{padding:1.25rem}.stitch-auth:not(.stitch-auth--centered) .auth-topbar{align-items:flex-start;flex-direction:column}}.stitch-auth:not(.stitch-auth--centered).stitch-register,.stitch-auth:not(.stitch-auth--centered).stitch-login{--auth-split-nav-clearance: 76px;--auth-split-edge-gap: 16px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;min-height:0;max-height:100%;padding:calc(var(--auth-split-nav-clearance) + 8px) clamp(1.25rem,3vw,1.75rem) var(--auth-split-edge-gap)}.stitch-auth:not(.stitch-auth--centered).stitch-register .register-shell,.stitch-auth:not(.stitch-auth--centered).stitch-login .login-shell{width:min(100%,1200px);min-height:0;max-height:100%;height:auto;align-items:stretch}.stitch-auth:not(.stitch-auth--centered).stitch-register .auth-brand-panel{min-height:0;height:auto;justify-content:center;gap:clamp(1rem,2.2vh,1.65rem);padding:clamp(1.25rem,2.5vw,2rem);background:linear-gradient(145deg,#041717d6,#073b3ab3 52%,#0b4b686b),url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&q=85&w=2200) center / cover no-repeat}.stitch-auth.stitch-register .brand-copy h1,.stitch-auth.stitch-login .brand-copy h1{max-width:14ch;font-size:clamp(1.9rem,3.2vw,2.85rem);line-height:1.1}.stitch-auth.stitch-login .brand-copy h1{max-width:16ch}.stitch-auth.stitch-register .brand-copy p,.stitch-auth.stitch-login .brand-copy p{margin-top:.85rem;font-size:clamp(.95rem,1.6vw,1.02rem);line-height:1.45}.stitch-auth.stitch-register .auth-trust-list,.stitch-auth.stitch-login .auth-trust-list{margin-top:0}.stitch-auth.stitch-register .auth-card-panel,.stitch-auth.stitch-login .auth-card-panel{justify-content:flex-start;gap:0;min-height:0;padding:clamp(1rem,2vw,1.35rem) clamp(1.15rem,2.4vw,1.65rem)}.stitch-auth.stitch-login .auth-card-panel{justify-content:center}.stitch-auth.stitch-register .login-card,.stitch-auth.stitch-register .register-card,.stitch-auth.stitch-login .login-card{width:100%;max-width:520px;margin:0 auto;padding:clamp(.95rem,1.8vw,1.25rem)}.stitch-auth.stitch-login .login-card{max-width:460px}.stitch-auth.stitch-register .login-heading,.stitch-auth.stitch-login .login-heading{margin-bottom:clamp(.65rem,1.4vh,.9rem)}.stitch-auth.stitch-register .login-heading h2,.stitch-auth.stitch-login .login-heading h2{font-size:clamp(1.65rem,2.6vw,2.05rem)}.stitch-auth.stitch-register .login-heading p,.stitch-auth.stitch-login .login-heading p{margin-top:.35rem;font-size:.92rem;line-height:1.35}.stitch-auth.stitch-register .auth-field,.stitch-auth.stitch-login .auth-field{gap:.35rem}.stitch-auth.stitch-register .auth-field label,.stitch-auth.stitch-login .auth-field label{font-size:.86rem}.stitch-auth.stitch-register .input-shell,.stitch-auth.stitch-login .input-shell{min-height:50px;gap:.65rem;padding:0 .85rem;border-radius:16px}.stitch-auth.stitch-register .auth-submit,.stitch-auth.stitch-login .auth-submit{min-height:50px;margin-top:0;font-size:.92rem}.stitch-auth.stitch-register .auth-register-link,.stitch-auth.stitch-login .auth-register-link{margin-top:.55rem;font-size:.86rem}.stitch-auth.stitch-login .login-form{gap:.65rem}.stitch-auth.stitch-login .auth-options{margin:0}.stitch-auth.stitch-register .register-form{gap:.5rem}.stitch-auth.stitch-register .role-field legend{font-size:.86rem;margin-bottom:.35rem}.stitch-auth.stitch-register .role-options{gap:.55rem}.stitch-auth.stitch-register .role-card{min-height:68px;gap:.55rem;padding:.62rem .72rem;border-radius:16px}.stitch-auth.stitch-register .role-icon{width:38px;height:38px}.stitch-auth.stitch-register .role-card strong{font-size:.88rem}.stitch-auth.stitch-register .role-card small{font-size:.76rem}.app-shell:has(.stitch-register)>.app-footer.site-premium-footer--compact,.app-shell:has(.stitch-login)>.app-footer.site-premium-footer--compact{margin-top:0;flex-shrink:0}@media(min-width:981px)and (max-height:900px){.stitch-auth:not(.stitch-auth--centered).stitch-register,.stitch-auth:not(.stitch-auth--centered).stitch-login{--auth-split-nav-clearance: 72px;--auth-split-edge-gap: 12px;padding-top:calc(var(--auth-split-nav-clearance) + 4px)}.stitch-auth.stitch-register .auth-trust-list,.stitch-auth.stitch-login .auth-trust-list{display:none}.stitch-auth.stitch-register .brand-copy h1,.stitch-auth.stitch-login .brand-copy h1{font-size:clamp(1.75rem,2.8vw,2.35rem)}.stitch-auth.stitch-register .register-form,.stitch-auth.stitch-login .login-form{gap:.42rem}.stitch-auth.stitch-register .role-card{min-height:62px;padding:.5rem .65rem}.stitch-auth.stitch-register .input-shell,.stitch-auth.stitch-login .input-shell,.stitch-auth.stitch-register .auth-submit,.stitch-auth.stitch-login .auth-submit{min-height:48px}}@media(min-width:981px)and (max-height:780px){.stitch-auth:not(.stitch-auth--centered).stitch-register .brand-copy p,.stitch-auth:not(.stitch-auth--centered).stitch-login .brand-copy p{display:none}.stitch-auth.stitch-register .login-heading p,.stitch-auth.stitch-login .login-heading p{display:none}}@media(max-width:980px){.stitch-auth:not(.stitch-auth--centered).stitch-register,.stitch-auth:not(.stitch-auth--centered).stitch-login{align-items:flex-start;max-height:none;padding:calc(var(--auth-split-nav-clearance) + 8px) clamp(1rem,3vw,1.25rem) 1.25rem}.stitch-auth.stitch-register .register-shell,.stitch-auth.stitch-login .login-shell{max-height:none}.stitch-auth.stitch-register .auth-trust-list,.stitch-auth.stitch-login .auth-trust-list{display:flex}.stitch-auth.stitch-login .auth-card-panel{justify-content:flex-start}}.stitch-auth.stitch-login,.stitch-auth.stitch-forgot-password{position:relative;isolation:isolate}.stitch-auth.stitch-login:before,.stitch-auth.stitch-forgot-password:before{position:absolute;top:54%;left:50%;z-index:0;width:min(88vw,980px);height:min(68vh,580px);content:"";background:radial-gradient(circle,rgba(45,212,191,.16) 0%,rgba(45,212,191,.04) 38%,transparent 72%);transform:translate(-50%,-50%);pointer-events:none}.stitch-auth.stitch-login .login-shell,.stitch-auth.stitch-forgot-password .password-shell{position:relative;z-index:1;box-shadow:0 28px 70px #00000052,0 12px 32px #0417172e,0 0 0 1px #ffffff2e,0 0 90px #2dd4bf1a}.stitch-auth:not(.stitch-auth--centered).stitch-login .auth-brand-panel,.stitch-auth:not(.stitch-auth--centered).stitch-forgot-password .auth-brand-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,188px);grid-template-rows:auto minmax(0,1fr) auto;grid-template-areas:"logo logo" "copy mockup" "chips chips";align-items:start;-moz-column-gap:clamp(.65rem,1.6vw,1rem);column-gap:clamp(.65rem,1.6vw,1rem);row-gap:clamp(.85rem,1.8vh,1.35rem);min-height:0;height:auto;padding:clamp(1.25rem,2.5vw,2rem);background:linear-gradient(145deg,#041717d6,#073b3ab3 52%,#0b4b686b),url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&q=85&w=2200) center / cover no-repeat}.stitch-auth.stitch-login .auth-logo,.stitch-auth.stitch-forgot-password .auth-logo{grid-area:logo}.stitch-auth.stitch-login .brand-copy,.stitch-auth.stitch-forgot-password .brand-copy{grid-area:copy;align-self:center;max-width:none}.stitch-auth.stitch-login .auth-trust-list,.stitch-auth.stitch-forgot-password .auth-trust-list{grid-area:chips;margin-top:clamp(.35rem,.8vh,.65rem);padding-top:clamp(.65rem,1.2vh,.85rem);border-top:1px solid rgba(255,255,255,.1)}.stitch-auth.stitch-login .auth-brand-mockup,.stitch-auth.stitch-forgot-password .auth-brand-mockup{position:relative;grid-area:mockup;align-self:center;justify-self:end;width:100%;max-width:188px;margin-bottom:clamp(.5rem,1.2vh,.85rem);pointer-events:none}.stitch-auth.stitch-login .auth-brand-mockup__card,.stitch-auth.stitch-forgot-password .auth-brand-mockup__card{padding:.78rem .82rem;color:#fffbf3e0;background:linear-gradient(145deg,#ffffff1a,#ffffff0a);border:1px solid rgba(255,255,255,.16);border-radius:22px;box-shadow:0 14px 32px #0000002e,inset 0 0 0 1px #ffffff0d,0 0 24px #2dd4bf14;opacity:.94;transform:translateY(-6px);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.stitch-auth.stitch-login .auth-brand-mockup__title,.stitch-auth.stitch-forgot-password .auth-brand-mockup__title{display:flex;align-items:center;gap:.4rem;margin:0 0 .5rem;color:#fffbf3e6;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.stitch-auth.stitch-login .auth-brand-mockup__dot,.stitch-auth.stitch-forgot-password .auth-brand-mockup__dot{flex:0 0 auto;width:7px;height:7px;background:#2dd4bf;border-radius:50%;box-shadow:0 0 0 4px #2dd4bf2e}.stitch-auth.stitch-login .auth-brand-mockup__details{display:grid;gap:.45rem;margin:0 0 .65rem}.stitch-auth.stitch-login .auth-brand-mockup__details div{display:grid;gap:.12rem}.stitch-auth.stitch-login .auth-brand-mockup__details dt{color:#ffffff94;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.stitch-auth.stitch-login .auth-brand-mockup__details dd{margin:0;color:#fffbf3eb;font-size:.82rem;font-weight:700;line-height:1.25}.stitch-auth.stitch-login .auth-brand-mockup__status{margin:0 0 .45rem}.stitch-auth.stitch-login .auth-brand-mockup__tag{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .55rem;color:#fffbf3e6;font-size:.72rem;font-weight:700;background:#2dd4bf24;border:1px solid rgba(45,212,191,.28);border-radius:var(--radius-pill)}.stitch-auth.stitch-login .auth-brand-mockup__tag:before{width:5px;height:5px;content:"";background:#2dd4bf;border-radius:50%}.stitch-auth.stitch-login .auth-brand-mockup__meta{margin:0;color:#ffffff9e;font-size:.72rem;font-weight:600}.stitch-auth.stitch-forgot-password .auth-brand-mockup__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none}.stitch-auth.stitch-forgot-password .auth-brand-mockup__tags li{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .55rem;color:#fffbf3e6;font-size:.72rem;font-weight:700;background:#2dd4bf24;border:1px solid rgba(45,212,191,.28);border-radius:var(--radius-pill)}.stitch-auth.stitch-forgot-password .auth-brand-mockup__tags li:before{width:5px;height:5px;content:"";background:#2dd4bf;border-radius:50%}@media(max-width:980px){.stitch-auth.stitch-login .auth-brand-mockup,.stitch-auth.stitch-forgot-password .auth-brand-mockup{display:none}}@media(min-width:981px)and (max-height:920px){.stitch-auth.stitch-login .auth-brand-mockup,.stitch-auth.stitch-forgot-password .auth-brand-mockup{display:none}}@media(min-width:981px)and (max-width:1080px){.stitch-auth.stitch-login .auth-brand-mockup,.stitch-auth.stitch-forgot-password .auth-brand-mockup{display:none}}.stitch-auth:not(.stitch-auth--centered).stitch-forgot-password{align-items:center;justify-content:center;padding:88px clamp(1.25rem,3vw,1.75rem) 20px}.stitch-auth:not(.stitch-auth--centered).stitch-forgot-password .auth-brand-panel{min-height:0;padding:clamp(1.25rem,2.5vw,2rem)}.stitch-auth.stitch-forgot-password .brand-copy h1{font-size:clamp(1.85rem,3vw,2.55rem);line-height:1.12;max-width:15ch;letter-spacing:-.04em}.stitch-auth.stitch-forgot-password .auth-card-panel{justify-content:center;gap:1rem;padding:clamp(1.15rem,2.2vw,1.5rem) clamp(1.15rem,2.4vw,1.65rem)}.stitch-auth.stitch-forgot-password .login-card{width:100%;max-width:460px;margin:0 auto;padding:clamp(1rem,1.8vw,1.25rem)}.stitch-auth.stitch-forgot-password .login-heading{margin-bottom:clamp(.7rem,1.2vh,.95rem)}.stitch-auth.stitch-forgot-password .login-heading h2{font-size:clamp(1.65rem,2.5vw,2rem)}.stitch-auth.stitch-forgot-password .auth-form{gap:.65rem}.stitch-auth.stitch-forgot-password .auth-submit{min-height:50px;margin-top:0;font-size:.92rem}.stitch-auth.stitch-forgot-password .auth-register-link{margin-top:.65rem;font-size:.86rem}.stitch-auth .auth-reset-email-summary{display:flex;align-items:flex-start;gap:.75rem;margin:0;padding:.9rem 1rem;background:linear-gradient(135deg,#ecfdf5b8,#fffbf3eb);border:1px solid rgba(11,107,103,.14);border-radius:20px;box-shadow:inset 0 1px #ffffffa6;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.stitch-auth .auth-reset-email-summary__icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:40px;height:40px;color:var(--primary);background:#0b6b6714;border-radius:14px}.stitch-auth .auth-reset-email-summary__content{display:flex;flex-direction:column;gap:.2rem;min-width:0}.stitch-auth .auth-reset-email-summary__label{color:var(--muted);font-size:.82rem;font-weight:700;line-height:1.35}.stitch-auth .auth-reset-email-summary__email{color:var(--ink);font-size:.95rem;font-weight:800;line-height:1.35;word-break:break-word}.stitch-auth button.ta-btn.ta-btn--primary.auth-submit{width:100%;min-height:56px;border:none;border-radius:var(--radius-pill);background:var(--color-primary);color:#fff;font-size:.95rem;font-weight:800;box-shadow:0 14px 28px #0b6b6738}.stitch-auth button.ta-btn.ta-btn--primary.auth-submit:hover:not(:disabled){background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 18px 34px #0b6b6747}.stitch-auth.stitch-forgot-password button.ta-btn.ta-btn--primary.auth-submit{min-height:50px;margin-top:0;font-size:.92rem}.stitch-auth.stitch-verify-email{position:relative;isolation:isolate}.stitch-auth.stitch-verify-email:before{position:absolute;top:54%;left:50%;z-index:0;width:min(88vw,980px);height:min(68vh,580px);content:"";background:radial-gradient(circle,rgba(45,212,191,.16) 0%,rgba(45,212,191,.04) 38%,transparent 72%);transform:translate(-50%,-50%);pointer-events:none}.stitch-auth:not(.stitch-auth--centered).stitch-verify-email{align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:0;max-height:100%;padding:88px clamp(1.25rem,3vw,1.75rem) 16px}.stitch-auth.stitch-verify-email .verify-shell{position:relative;z-index:1;width:min(100%,1180px);min-height:0;max-height:100%;height:auto;align-items:stretch;box-shadow:0 28px 70px #00000052,0 12px 32px #0417172e,0 0 0 1px #ffffff2e,0 0 90px #2dd4bf1a}.stitch-auth:not(.stitch-auth--centered).stitch-verify-email .auth-brand-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,188px);grid-template-rows:auto minmax(0,1fr) auto;grid-template-areas:"logo logo" "copy mockup" "chips chips";align-items:start;-moz-column-gap:clamp(.65rem,1.6vw,1rem);column-gap:clamp(.65rem,1.6vw,1rem);row-gap:clamp(.75rem,1.5vh,1.1rem);min-height:0;height:auto;padding:clamp(1.15rem,2.2vw,1.85rem);background:linear-gradient(145deg,#041717d6,#073b3ab3 52%,#0b4b686b),url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&q=85&w=2200) center / cover no-repeat}.stitch-auth.stitch-verify-email .auth-logo{grid-area:logo}.stitch-auth.stitch-verify-email .brand-copy{grid-area:copy;align-self:center;max-width:none}.stitch-auth.stitch-verify-email .auth-brand-mockup{position:relative;grid-area:mockup;align-self:center;justify-self:end;width:100%;max-width:188px;margin-bottom:clamp(.35rem,.8vh,.65rem);pointer-events:none}.stitch-auth.stitch-verify-email .auth-brand-mockup__card{padding:.78rem .82rem;color:#fffbf3e0;background:linear-gradient(145deg,#ffffff1a,#ffffff0a);border:1px solid rgba(255,255,255,.16);border-radius:22px;box-shadow:0 18px 40px #0000002e,inset 0 1px #ffffff1f}.stitch-auth.stitch-verify-email .auth-brand-mockup__title{display:flex;align-items:center;gap:.45rem;margin:0 0 .55rem;color:#fffbf3f2;font-size:.72rem;font-weight:800;letter-spacing:.02em}.stitch-auth.stitch-verify-email .auth-brand-mockup__dot{width:7px;height:7px;background:#fbbf24;border-radius:50%;box-shadow:0 0 0 4px #fbbf242e}.stitch-auth.stitch-verify-email .auth-brand-mockup__tags{display:grid;gap:.35rem;margin:0;padding:0;list-style:none}.stitch-auth.stitch-verify-email .auth-brand-mockup__tags li{padding:.28rem .45rem;color:#fffbf3d1;font-size:.62rem;font-weight:700;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:999px}.stitch-auth.stitch-verify-email .auth-trust-list{grid-area:chips;margin-top:0;padding-top:clamp(.55rem,1vh,.75rem);border-top:1px solid rgba(255,255,255,.1)}.stitch-auth.stitch-verify-email .brand-copy h1{max-width:16ch;font-size:clamp(1.75rem,2.8vw,2.35rem);line-height:1.12;letter-spacing:-.04em}.stitch-auth.stitch-verify-email .brand-copy p{margin-top:.75rem;font-size:clamp(.92rem,1.5vw,1rem);line-height:1.42}.stitch-auth.stitch-verify-email .auth-card-panel{justify-content:center;gap:0;min-height:0;padding:clamp(1rem,2vw,1.35rem) clamp(1.15rem,2.4vw,1.55rem)}.stitch-auth.stitch-verify-email .verify-card{width:100%;max-width:440px;margin:0 auto;padding:clamp(.95rem,1.6vw,1.15rem)}.stitch-auth.stitch-verify-email .login-heading{margin-bottom:clamp(.55rem,1vh,.75rem)}.stitch-auth.stitch-verify-email .login-heading .auth-eyebrow{color:var(--primary);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.stitch-auth.stitch-verify-email .login-heading h2{font-size:clamp(1.55rem,2.4vw,1.95rem);line-height:1.08}.stitch-auth.stitch-verify-email .login-heading p{margin-top:.35rem;font-size:.9rem;line-height:1.4}.stitch-auth.stitch-verify-email .verify-success-message{margin-bottom:.75rem;padding:.65rem .8rem;font-size:.84rem;line-height:1.35}.stitch-auth.stitch-verify-email .verify-email-form{gap:0;margin-top:.15rem}.stitch-auth.stitch-verify-email .verify-resend-prompt{margin:0 0 .75rem;color:var(--muted);font-size:.88rem;font-weight:700}.stitch-auth.stitch-verify-email .verify-email-actions{display:grid;gap:.6rem}.stitch-auth.stitch-verify-email .verify-email-actions form{margin:0}.stitch-auth.stitch-verify-email .auth-submit,.stitch-auth.stitch-verify-email .auth-secondary-action{width:100%;min-height:48px;font-size:.92rem}.stitch-auth.stitch-verify-email .auth-secondary-action{border-color:#073b3a24;background:#ffffffb8;color:var(--color-text-secondary);font-weight:700;box-shadow:inset 0 1px #ffffffd9}.stitch-auth.stitch-verify-email .auth-secondary-action:hover:not(:disabled){background:#f7f0e6f2;border-color:#073b3a38;color:var(--primary-dark)}@media(max-width:980px){.stitch-auth.stitch-verify-email .verify-shell{grid-template-columns:1fr}.stitch-auth:not(.stitch-auth--centered).stitch-verify-email .auth-brand-panel{gap:1.25rem;padding:clamp(1.15rem,4vw,1.65rem)}}@media(max-width:760px){.stitch-auth.stitch-verify-email .auth-brand-mockup{display:none}}@media(max-width:620px){.stitch-auth:not(.stitch-auth--centered).stitch-verify-email{padding:84px 0 12px}.stitch-auth.stitch-verify-email .verify-shell{min-height:0;border:0;border-radius:0}.stitch-auth.stitch-verify-email .auth-brand-panel,.stitch-auth.stitch-verify-email .auth-card-panel{padding:1.15rem}}@media(min-width:981px)and (max-width:1080px){.stitch-auth.stitch-verify-email .auth-brand-mockup{display:none}}.app-shell:has(.stitch-auth)>.app-footer.site-premium-footer--compact{margin-top:0;background:var(--color-bg-page);border-top:1px solid var(--color-border)}.app-shell:has(.stitch-auth)>.app-footer .site-footer-brand p{color:#073b3a6b}.stitch-auth .auth-google{margin-bottom:.75rem}.stitch-auth .auth-google-btn{width:100%;justify-content:center}.stitch-auth .auth-divider{display:flex;align-items:center;gap:.75rem;margin:.85rem 0 1rem;color:#073b3a73;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.stitch-auth .auth-divider:before,.stitch-auth .auth-divider:after{content:"";flex:1;height:1px;background:#073b3a1f}html:has(.stitch-dashboard--premium){height:auto;min-height:100%}body.app-body:has(.stitch-dashboard--premium){height:auto;min-height:100svh;overflow-x:hidden;overflow-y:auto}body.app-body:has(.stitch-dashboard--premium) .app-shell{display:flex;flex-direction:column;height:auto;min-height:100svh;max-height:none;overflow:visible}body.app-body:has(.stitch-dashboard--premium) .app-main{flex:1 0 auto;min-height:auto;overflow:visible}body.app-body:has(.stitch-dashboard--premium) .app-content{flex:none;min-height:auto;overflow:visible;overscroll-behavior:auto}body.app-body:has(.stitch-dashboard--premium) .app-content>.stitch-dashboard.stitch-dashboard--premium{display:block;min-height:auto;height:auto;flex:none}body.app-body:has(.stitch-dashboard--premium) .app-content>.stitch-dashboard .dashboard-container{display:block;flex:none;min-height:auto;height:auto;width:100%;max-width:var(--dash-content-max, 1440px);padding-inline:var(--dash-gutter, clamp(1.5rem, 2.5vw, 2rem))}body.app-body:has(.stitch-dashboard--premium) .app-shell>.app-footer{position:static;z-index:auto;flex-shrink:0;margin-top:auto;padding-top:clamp(2rem,4vw,3rem);border-top:1px solid rgba(239,225,203,.72);background:linear-gradient(180deg,rgba(255,253,248,0) 0%,rgba(255,253,248,.65) 28%,var(--color-bg-app) 100%)}body.app-body:has(.stitch-dashboard--premium) .app-shell>.app-footer.site-premium-footer--compact{box-shadow:inset 0 1px #ffffffa6}@media(max-width:768px){body.app-body:has(.stitch-dashboard--premium):not(:has(.stitch-app-page--chat-show)):not(:has(.stitch-app-page--notifications)){overflow-x:hidden;overflow-y:auto}body.app-body:has(.stitch-app-page--chat-show),body.app-body:has(.stitch-app-page--notifications){overflow:hidden}}body.app-cockpit .app-header,body.dashboard-cockpit .app-header{position:relative;z-index:120;height:0!important;min-height:0!important;max-height:0!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important}body.app-cockpit .app-main,body.app-cockpit .app-content,body.dashboard-cockpit .app-main,body.dashboard-cockpit .app-content{padding-top:0!important;margin-top:0!important;background:transparent}body.app-cockpit .stitch-dashboard--premium,body.dashboard-cockpit .stitch-dashboard--premium{padding-top:0}body.app-cockpit .dashboard-hero-zone,body.dashboard-cockpit .dashboard-hero-zone{padding-top:0!important;margin-top:0!important}body.app-cockpit .dashboard-hero,body.dashboard-cockpit .dashboard-hero{margin-top:0}body.app-cockpit .dashboard-hero__shell,body.dashboard-cockpit .dashboard-hero__shell{padding-top:calc(4.25rem + env(safe-area-inset-top,0px));padding-bottom:clamp(1.35rem,2.2vw,1.75rem)}@media(max-width:760px){body.app-cockpit .dashboard-hero__shell,body.dashboard-cockpit .dashboard-hero__shell{padding-top:calc(3.75rem + env(safe-area-inset-top,0px))}}.stitch-dashboard--premium{--dash-content-max: 1440px;--dash-gutter: clamp(1.5rem, 2.5vw, 2rem);--dash-ink: #073b38;--dash-muted: rgba(7, 59, 56, .58);--dash-line: rgba(7, 59, 56, .09);--dash-line-soft: rgba(7, 59, 56, .06);--dash-surface: rgba(255, 253, 248, .94);--dash-surface-strong: #ffffff;--dash-glass: rgba(255, 255, 255, .82);--dash-shadow-primary: 0 18px 44px rgba(7, 59, 58, .08), 0 0 0 1px rgba(255, 255, 255, .72);--dash-shadow-secondary: 0 10px 28px rgba(7, 59, 58, .05), 0 0 0 1px rgba(255, 255, 255, .55);--dash-shadow-soft: 0 6px 18px rgba(7, 59, 58, .04);--dash-shadow: var(--dash-shadow-secondary);--dash-shadow-hover: 0 16px 36px rgba(7, 59, 58, .09), 0 0 0 1px rgba(52, 211, 153, .14);--dash-radius-lg: 26px;--dash-radius-md: 20px;--dash-radius-sm: 16px;min-height:auto;padding:0 0 clamp(2rem,3.5vw,2.75rem);overflow-x:clip;color:var(--dash-ink);background:radial-gradient(ellipse 52% 38% at 96% 2%,rgba(52,211,153,.055),transparent 72%),radial-gradient(ellipse 48% 42% at 4% 98%,rgba(246,200,107,.045),transparent 70%),radial-gradient(circle at 50% 0%,rgba(45,212,191,.025),transparent 42%),var(--color-bg-page);font-family:var(--font-sans)}.stitch-dashboard--premium *,.stitch-dashboard--premium *:before,.stitch-dashboard--premium *:after{box-sizing:border-box}.stitch-dashboard--premium .dashboard-container{width:100%;max-width:var(--dash-content-max);margin-inline:auto;padding-inline:var(--dash-gutter);padding-top:0}.stitch-dashboard--premium .dashboard-hero-zone{position:relative;margin-bottom:0}.stitch-dashboard--premium .dashboard-hero-zone+.dashboard-container{padding-top:clamp(3rem,5vw,4.5rem)}.stitch-dashboard--premium .dashboard-hero{position:relative;isolation:isolate;overflow:hidden;width:100%;min-height:clamp(260px,28vh,320px);padding:0;color:#fff1df;border-radius:0;background:radial-gradient(circle at 72% 20%,rgba(255,190,145,.11),transparent 36%),radial-gradient(circle at 12% 76%,rgba(0,169,157,.13),transparent 34%),radial-gradient(circle at 50% 120%,rgba(0,0,0,.22),transparent 52%),linear-gradient(165deg,#041919,#062f2e 44%,#0a3d3a);box-shadow:inset 0 1px #ffffff0f,inset 0 -28px 48px #00000014}.stitch-dashboard--premium .dashboard-hero__media,.stitch-dashboard--premium .dashboard-hero__video{position:absolute;inset:0;width:100%;height:100%}.stitch-dashboard--premium .dashboard-hero__media{z-index:0;background:#062f2e}.stitch-dashboard--premium .dashboard-hero__video{-o-object-fit:cover;object-fit:cover;opacity:.55;filter:brightness(.72) contrast(1.05) saturate(.9);transform:scale(1.03)}.stitch-dashboard--premium .dashboard-hero__overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#0000006b,#0000003d 42%,#0000009e),radial-gradient(circle at 80% 18%,rgba(255,198,150,.1),transparent 28%)}@media(prefers-reduced-motion:reduce){.stitch-dashboard--premium .dashboard-hero__video{display:none}}.stitch-dashboard--premium .dashboard-hero:before{position:absolute;inset:0;z-index:1;content:"";background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:radial-gradient(circle at 28% 38%,black,transparent 78%);mask-image:radial-gradient(circle at 28% 38%,black,transparent 78%);pointer-events:none}.stitch-dashboard--premium .dashboard-hero:after{position:absolute;right:0;bottom:0;left:0;z-index:2;height:clamp(3rem,6vw,4rem);content:"";background:linear-gradient(180deg,transparent 0%,rgba(4,25,25,.12) 28%,rgba(247,243,234,.55) 68%,rgba(247,243,234,.98) 100%);pointer-events:none}.stitch-dashboard--premium .dashboard-hero .dashboard-hero__shell:after{position:absolute;right:var(--dash-gutter);bottom:0;left:var(--dash-gutter);z-index:5;height:1px;content:"";background:linear-gradient(90deg,transparent,rgba(167,243,208,.22),transparent);pointer-events:none}.stitch-dashboard--premium .dashboard-hero__ghost{position:absolute;right:0;bottom:clamp(.5rem,2vh,1.25rem);left:0;z-index:2;margin:0;color:#fff1df;font-family:"Fraunces",var(--font-display, Georgia),serif;font-size:clamp(3.25rem,9vw,7.5rem);font-weight:800;line-height:.82;letter-spacing:-.04em;text-align:center;white-space:nowrap;opacity:.13;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.stitch-dashboard--premium .dashboard-hero__fade{display:none}.stitch-dashboard--premium .dashboard-hero__shell{position:relative;z-index:4;width:100%;max-width:var(--dash-content-max);margin-inline:auto;padding-inline:var(--dash-gutter);padding-block:clamp(1rem,2.2vw,1.45rem) clamp(1.35rem,2.2vw,1.75rem)}.stitch-dashboard--premium .dashboard-hero__shell:before{position:absolute;top:-18%;right:4%;z-index:-1;width:clamp(14rem,24vw,20rem);height:clamp(14rem,24vw,20rem);content:"";background:radial-gradient(circle,rgba(45,212,191,.16),transparent 70%);pointer-events:none}.stitch-dashboard--premium .dashboard-hero__inner{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:clamp(1.5rem,3vw,2.5rem);align-items:center;width:100%}.stitch-dashboard--premium .dashboard-hero__main{display:flex;flex-direction:column;justify-content:center;min-width:0;max-width:none}.stitch-dashboard--premium .dashboard-eyebrow{display:inline-flex;margin-bottom:.55rem;color:#a7f3e8f0;font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.stitch-dashboard--premium .dashboard-hero h1{margin:0;color:#fff1df;font-size:clamp(2.05rem,4.2vw,3.1rem);font-weight:800;line-height:1.02;letter-spacing:-.045em}.stitch-dashboard--premium .dashboard-hero h1 .dashboard-hero__accent{color:#ffc9a6}.stitch-dashboard--premium .dashboard-hero p{max-width:44rem;margin:.75rem 0 0;color:#fff1dfcc;font-size:clamp(.94rem,1.7vw,1.05rem);line-height:1.55}.stitch-dashboard--premium .dashboard-hero-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.15rem}.stitch-dashboard--premium .dashboard-hero__snapshot{display:flex;flex-direction:column;justify-content:center;gap:.85rem;width:100%;max-width:min(100%,420px);margin-left:auto;padding:clamp(1rem,2vw,1.25rem);color:#fff1df;background:#16100bc7;border:1px solid rgba(255,238,218,.18);border-radius:24px;backdrop-filter:blur(20px) saturate(130%);-webkit-backdrop-filter:blur(20px) saturate(130%);box-shadow:inset 0 1px #ffffff14,0 24px 56px #00000047}.stitch-dashboard--premium .dashboard-hero__snapshot-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.15rem}.stitch-dashboard--premium .dashboard-hero__snapshot-header span{color:#fff1df85;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.stitch-dashboard--premium .dashboard-hero__snapshot-header strong{color:#fff1df;font-size:.96rem;font-weight:800;letter-spacing:-.02em}.stitch-dashboard--premium .dashboard-hero__snapshot-label{display:none}.stitch-dashboard--premium .dashboard-hero__snapshot-list{display:grid;gap:.6rem;margin:0;padding:0;list-style:none}.stitch-dashboard--premium .dashboard-hero__snapshot-list li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.58rem .72rem;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:inset 0 1px #ffffff0d}.stitch-dashboard--premium .dashboard-hero__snapshot-list span{color:#fff1dfc7;font-size:.78rem;font-weight:500}.stitch-dashboard--premium .dashboard-hero__snapshot-list strong{color:#fff;font-size:.94rem;font-weight:800;letter-spacing:-.02em}.stitch-dashboard--premium .dashboard-hero__snapshot-list .is-pending strong{color:#ffd4a8}.stitch-dashboard--premium .dashboard-hero__snapshot-list .is-complete strong{color:#99f6e4}.stitch-dashboard--premium .dashboard-hero-zone__metrics{display:none}.stitch-dashboard--premium .dashboard-hero-zone__metrics .dashboard-hero__shell{padding-block:0;padding-inline:var(--dash-gutter)}.stitch-dashboard--premium .dashboard-hero-zone__metrics .dashboard-hero__shell:before{content:none}.stitch-dashboard--premium .dashboard-metrics-deck{position:relative;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.stitch-dashboard--premium .dashboard-metrics-deck:before{content:none}.stitch-dashboard--premium .dashboard-hero-zone__metrics .stats-grid--premium{margin-top:0}.stitch-dashboard--premium .dashboard-hero-zone .stat-card{border-color:#073b3814;box-shadow:var(--dash-shadow-soft),inset 0 1px #ffffffd9}.stitch-dashboard--premium .dashboard-btn,.stitch-dashboard--premium .quick-actions a,.stitch-dashboard--premium .empty-card a,.stitch-dashboard--premium .feed-item__cta,.stitch-dashboard--premium .card-heading__action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.62rem 1rem;font-size:.88rem;font-weight:800;text-decoration:none;border-radius:var(--radius-pill);transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease,border-color .2s ease}.stitch-dashboard--premium .dashboard-btn:hover,.stitch-dashboard--premium .quick-actions a:hover,.stitch-dashboard--premium .empty-card a:hover,.stitch-dashboard--premium .feed-item__cta:hover,.stitch-dashboard--premium .card-heading__action:hover{transform:translateY(-1px)}.stitch-dashboard--premium .dashboard-btn.primary{color:#17110c;background:linear-gradient(135deg,#fff1df,#ffc9a6);box-shadow:0 12px 28px #0000002e}.stitch-dashboard--premium .dashboard-hero .dashboard-btn.primary{color:#17110c;background:linear-gradient(135deg,#fff1df,#ffc9a6);border:0;box-shadow:0 14px 32px #00000038}.stitch-dashboard--premium .dashboard-hero .dashboard-btn.primary:hover{box-shadow:0 18px 36px #00000047}.stitch-dashboard--premium .dashboard-btn.secondary{color:var(--dash-ink, #073b38);background:#fff;border:1px solid rgba(7,59,56,.14);box-shadow:0 4px 12px #073b380f}.stitch-dashboard--premium .dashboard-btn.secondary:hover{color:#065f46;background:#f0fdf8;border-color:#34d39959}.stitch-dashboard--premium .dashboard-hero .dashboard-btn.secondary{color:#fff1dfeb;background:#ffffff14;border:1px solid rgba(255,238,218,.22);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.stitch-dashboard--premium .dashboard-hero .dashboard-btn.secondary:hover{background:#ffffff1f;border-color:#ffeeda52}.stitch-dashboard--premium .profile-alert .dashboard-btn.primary{color:#fff;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));box-shadow:0 8px 20px #0b6b672e}.stitch-dashboard--premium .profile-alert .dashboard-btn.primary:hover{color:#fff;background:linear-gradient(135deg,#0f766e,var(--color-primary-dark));box-shadow:0 12px 24px #0b6b6738}.stitch-dashboard--premium .stats-grid--premium{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem;margin-top:0}.stitch-dashboard--premium .stats-grid--premium:has(.stat-card:nth-child(5):last-child){grid-template-columns:repeat(5,minmax(0,1fr))}.stitch-dashboard--premium .stat-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;min-height:118px;padding:1.05rem 1.1rem 1rem;background:linear-gradient(165deg,#fffffffc,#fffdf8eb);border:1px solid var(--dash-line);border-radius:var(--dash-radius-md);box-shadow:var(--dash-shadow-soft);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.stitch-dashboard--premium .stat-card:hover{border-color:#34d39947;box-shadow:var(--dash-shadow-hover);transform:translateY(-1px)}.stitch-dashboard--premium .stat-card__dot{flex:0 0 auto;width:9px;height:9px;background:linear-gradient(135deg,#34d399,#0d9488);border-radius:50%;box-shadow:0 0 0 3px #34d3991a,0 0 14px #34d3992e}.stitch-dashboard--premium .stat-card strong{color:var(--color-primary-dark);font-size:clamp(1.62rem,2.4vw,2rem);font-weight:800;line-height:.95;letter-spacing:-.045em}.stitch-dashboard--premium .stat-card__label{margin-top:auto;color:var(--dash-muted);font-size:.73rem;font-weight:600;line-height:1.4;letter-spacing:.01em}.stitch-dashboard--premium .dashboard-shell{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(300px,1fr);gap:clamp(1.5rem,2vw,2rem);align-items:start;margin-top:.35rem}.stitch-dashboard--premium .dashboard-main{display:grid;gap:.85rem;align-content:start;padding-top:.15rem}.stitch-dashboard--premium .dashboard-aside{display:grid;gap:.85rem;position:sticky;top:calc(var(--dash-nav-offset, 4.5rem) + .75rem);align-content:start;max-width:420px;justify-self:end;width:100%}.stitch-dashboard--premium .dashboard-card--aside .card-heading{margin-bottom:.85rem}.stitch-dashboard--premium .dashboard-card--aside .card-heading h2{font-size:clamp(1.05rem,1.8vw,1.22rem)}.stitch-dashboard--premium .dashboard-card,.stitch-dashboard--premium .profile-alert{background:linear-gradient(180deg,#fffffffc,#fffdf8f0);border:1px solid var(--dash-line);border-radius:var(--dash-radius-lg);box-shadow:var(--dash-shadow-secondary)}.stitch-dashboard--premium .dashboard-card{padding:clamp(1.15rem,2.4vw,1.5rem)}.stitch-dashboard--premium .dashboard-card--featured{padding:clamp(1.25rem,2.6vw,1.65rem);background:linear-gradient(180deg,#fff,#fffdf8f5);border-color:#073b381a;box-shadow:var(--dash-shadow-primary)}.stitch-dashboard--premium .dashboard-card--featured .card-heading{align-items:center;margin-bottom:1.1rem;padding-bottom:.85rem;border-bottom:1px solid var(--dash-line-soft)}.stitch-dashboard--premium .dashboard-card--featured .card-heading .dashboard-eyebrow{color:#006b61d1;font-size:.66rem;font-weight:700;letter-spacing:.17em}.stitch-dashboard--premium .dashboard-card--featured .card-heading h2{font-family:"Fraunces",var(--font-display, Georgia),serif;font-size:clamp(1.3rem,2.1vw,1.6rem);font-weight:800;letter-spacing:-.035em}.stitch-dashboard--premium .card-heading--editorial{align-items:flex-end}.stitch-dashboard--premium .card-heading--editorial .card-heading__sub{margin:.35rem 0 0;color:var(--dash-muted);font-size:.88rem;font-weight:600;line-height:1.45}.stitch-dashboard--premium .card-heading__meta{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.stitch-dashboard--premium .card-heading__count{padding:.34rem .72rem;color:var(--color-primary-dark);font-size:.76rem;font-weight:800;letter-spacing:.01em;white-space:nowrap;background:#ffffffe0;border:1px solid rgba(45,212,191,.24);border-radius:var(--radius-pill);box-shadow:inset 0 1px #ffffffe6}.stitch-dashboard--premium .dashboard-card--compact-feed{padding:clamp(.95rem,2vw,1.2rem);box-shadow:var(--dash-shadow-soft)}.stitch-dashboard--premium .dashboard-card--aside{padding:clamp(.95rem,2vw,1.15rem);box-shadow:var(--dash-shadow-soft)}.stitch-dashboard--premium .profile-alert{display:grid;gap:.75rem;padding:clamp(.95rem,2vw,1.15rem);background:linear-gradient(135deg,#fffdf8fa,#ecfdf559 52%,#fffffff7);border-color:#073b3817;border-left:2px solid rgba(52,211,153,.38);box-shadow:var(--dash-shadow-secondary)}.stitch-dashboard--premium .profile-alert__icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;color:var(--color-primary-dark);background:linear-gradient(145deg,#34d39924,#34d3990f);border:1px solid rgba(52,211,153,.16);border-radius:11px;box-shadow:inset 0 1px #ffffff80}.stitch-dashboard--premium .profile-alert__icon svg{width:18px;height:18px}.stitch-dashboard--premium .profile-alert h2{margin:0;font-size:clamp(.98rem,1.8vw,1.1rem);font-weight:800;line-height:1.25;letter-spacing:-.02em}.stitch-dashboard--premium .profile-alert p{margin:.4rem 0 0;color:var(--dash-muted);font-size:.86rem;line-height:1.5}.stitch-dashboard--premium .card-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.stitch-dashboard--premium .card-heading .dashboard-eyebrow{color:#006b61c7;font-size:.68rem;font-weight:700;letter-spacing:.15em}.stitch-dashboard--premium .card-heading h2{margin:.1rem 0 0;font-size:clamp(1.18rem,2vw,1.46rem);font-weight:800;line-height:1.18;letter-spacing:-.032em;color:var(--dash-ink)}.stitch-dashboard--premium .card-heading__action,.stitch-dashboard--premium .feed-item__cta,.stitch-dashboard--premium .empty-card a{min-height:36px;padding:.45rem .8rem;color:var(--color-primary-dark);font-size:.8rem;background:#0b6b670f;border:1px solid rgba(11,107,103,.1)}.stitch-dashboard--premium .card-heading__action:hover,.stitch-dashboard--premium .feed-item__cta:hover,.stitch-dashboard--premium .empty-card a:hover{color:#fff;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-color:transparent}.stitch-dashboard--premium .feed-list{display:flex;flex-direction:column}.stitch-dashboard--premium .feed-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1.05rem 0;border-bottom:1px solid var(--dash-line-soft);transition:background .22s ease,border-color .22s ease}.stitch-dashboard--premium .feed-item:first-child{padding-top:.15rem}.stitch-dashboard--premium .feed-item:last-child{padding-bottom:.15rem;border-bottom:0}.stitch-dashboard--premium .feed-list--opportunities .feed-item{padding:1.1rem .8rem;margin-inline:-.8rem;border-bottom-color:var(--dash-line-soft);border-radius:calc(var(--dash-radius-sm) - 2px);transition:background .22s ease,box-shadow .22s ease}.stitch-dashboard--premium .feed-list--opportunities .feed-item:hover{background:#34d3990b;box-shadow:inset 0 0 0 1px #34d39914}.stitch-dashboard--premium .feed-list--compact .feed-item{padding:.85rem 0}.stitch-dashboard--premium .feed-item h3{margin:0;font-size:1.02rem;font-weight:800;line-height:1.3;letter-spacing:-.02em}.stitch-dashboard--premium .feed-item--opportunity h3{font-size:1.04rem}.stitch-dashboard--premium .feed-item__meta{margin:.3rem 0 0;color:var(--dash-muted);font-size:.84rem;font-weight:500;line-height:1.45}.stitch-dashboard--premium .feed-item time,.stitch-dashboard--premium .feed-item__client{display:inline-flex;margin-top:.28rem;color:#073b387a;font-size:.75rem;font-weight:600}.stitch-dashboard--premium .feed-item__side{display:grid;justify-items:end;gap:.5rem;flex-shrink:0}.stitch-dashboard--premium .quick-actions{display:flex;flex-wrap:wrap;gap:.5rem}.stitch-dashboard--premium .quick-actions a{min-height:34px;padding:.4rem .88rem;color:var(--color-primary-dark);font-size:.78rem;font-weight:700;background:#fffffff0;border:1px solid var(--dash-line);box-shadow:inset 0 1px #ffffffd9}.stitch-dashboard--premium .quick-actions a:hover{color:#fff;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-color:transparent;box-shadow:0 6px 16px #0b6b672e}.stitch-dashboard--premium .status-pill,.stitch-dashboard--premium .urgency-pill,.stitch-dashboard--premium .budget-pill{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:.24rem .62rem;font-size:.71rem;font-weight:700;letter-spacing:.01em;border-radius:var(--radius-pill);border:1px solid transparent;box-shadow:inset 0 1px #ffffff73}.stitch-dashboard--premium .status-abierta,.stitch-dashboard--premium .status-pendiente,.stitch-dashboard--premium .urgency-baja{color:var(--color-status-teal);background:var(--color-status-teal-bg);border-color:#0f5f5a1a}.stitch-dashboard--premium .status-en_revision,.stitch-dashboard--premium .status-aceptada{color:var(--color-success);background:var(--color-success-bg);border-color:#0676471a}.stitch-dashboard--premium .status-cerrada{color:var(--color-status-neutral);background:var(--color-status-neutral-bg);border-color:#47556914}.stitch-dashboard--premium .status-cancelada,.stitch-dashboard--premium .status-rechazada,.stitch-dashboard--premium .urgency-alta{color:var(--color-danger);background:var(--color-danger-bg);border-color:#b423181a}.stitch-dashboard--premium .urgency-media{color:var(--color-status-warning-text);background:var(--color-status-warning-bg);border-color:#92400e1a}.stitch-dashboard--premium .budget-pill{color:var(--color-info);background:var(--color-status-info-bg);border-color:#0b4b681a}.stitch-dashboard--premium .chat-list{display:grid;gap:.5rem}.stitch-dashboard--premium .chat-item{display:flex;align-items:flex-start;gap:.85rem;padding:.85rem .9rem;color:inherit;text-decoration:none;background:#ffffffd1;border:1px solid var(--dash-line);border-radius:var(--dash-radius-sm);box-shadow:var(--dash-shadow-soft);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.stitch-dashboard--premium .chat-item:hover{background:#fff;border-color:#34d39938;box-shadow:0 10px 22px #073b3a0f;transform:translateY(-1px)}.stitch-dashboard--premium .avatar-fallback{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:44px;height:44px;color:#fff;font-size:.8rem;font-weight:800;background:linear-gradient(145deg,var(--color-primary),var(--color-primary-dark));border-radius:50%;box-shadow:0 4px 12px #0b6b6733}.stitch-dashboard--premium .chat-item h3{margin:0;font-size:.9rem;font-weight:800;letter-spacing:-.015em}.stitch-dashboard--premium .chat-item p{margin:.28rem 0 0;color:var(--dash-muted);font-size:.79rem;font-weight:500;line-height:1.45}.stitch-dashboard--premium .chat-item small{display:block;margin-top:.35rem;color:#073b387a;font-size:.73rem;font-weight:500;line-height:1.45}.stitch-dashboard--premium .empty-card{padding:1rem;background:#ffffffa6;border:1px dashed rgba(239,225,203,.95);border-radius:var(--dash-radius-sm)}.stitch-dashboard--premium .empty-card--compact{padding:.85rem}.stitch-dashboard--premium .empty-card h3{margin:0;font-size:.95rem;font-weight:800}.stitch-dashboard--premium .empty-card p{margin:.28rem 0 0;color:var(--dash-muted);font-size:.84rem;line-height:1.45}.stitch-dashboard--premium .empty-card a{margin-top:.65rem}.stitch-dashboard-heading{display:grid;gap:.15rem}.stitch-dashboard-heading span{color:var(--color-primary-hover);font-size:.75rem;font-weight:800;letter-spacing:.14em}.stitch-dashboard-heading h2{margin:0;color:var(--color-text);font-size:1.35rem;font-weight:800}.stitch-dashboard.stitch-dashboard--premium .dashboard-container,.stitch-dashboard.stitch-dashboard--premium .dashboard-hero__shell{width:100%!important;max-width:var(--dash-content-max)!important}.stitch-dashboard--premium .dashboard-container{position:relative;isolation:isolate;scroll-margin-top:var(--dash-nav-offset, 4.5rem)}.stitch-dashboard--premium .dashboard-container:before,.stitch-dashboard--premium .dashboard-container:after{position:absolute;z-index:-1;content:"";pointer-events:none;border-radius:50%;filter:blur(48px)}.stitch-dashboard--premium .dashboard-container:before{top:8%;right:-4%;width:min(38vw,460px);height:min(38vw,460px);background:radial-gradient(circle,rgba(45,212,191,.045),transparent 68%)}.stitch-dashboard--premium .dashboard-container:after{bottom:6%;left:-6%;width:min(42vw,480px);height:min(42vw,480px);background:radial-gradient(circle,rgba(255,198,150,.04),transparent 70%)}.stitch-dashboard--premium .dashboard-card,.stitch-dashboard--premium .profile-alert{background:linear-gradient(180deg,#fff,#fffdf8);border:1px solid rgba(7,59,56,.09);box-shadow:0 10px 28px #073b3a0d,0 0 0 1px #ffffffd9,inset 0 1px #fffffff2}.stitch-dashboard--premium .dashboard-card--featured{padding:clamp(1.35rem,2.8vw,1.75rem);background:linear-gradient(180deg,#fff,#fffbf5);border-color:#073b381a;box-shadow:0 14px 36px #073b3a0f,0 0 0 1px #ffffffe6,inset 0 1px #fff}.stitch-dashboard--premium .dashboard-card--featured .card-heading{align-items:flex-end;margin-bottom:1.15rem;padding-bottom:1rem;border-bottom:1px solid rgba(239,225,203,.82);box-shadow:0 1px #ffffffbf}.stitch-dashboard--premium .dashboard-card--featured .card-heading .dashboard-eyebrow{color:#006b61e0}.stitch-dashboard--premium .dashboard-card--featured .card-heading h2{margin-top:.2rem}.stitch-dashboard--premium .card-heading__count{padding:.38rem .78rem;color:var(--color-primary-dark);background:#fffdf8eb;border:1px solid rgba(45,212,191,.28);box-shadow:inset 0 1px #fffffff2,0 4px 12px #073b3a0a}.stitch-dashboard--premium .card-heading__action{color:var(--color-primary-dark);background:#fffdf8e0;border:1px solid rgba(239,225,203,.95);box-shadow:inset 0 1px #ffffffe6}.stitch-dashboard--premium .card-heading__action:hover{color:#17110c;background:linear-gradient(135deg,#fff1df,#ffc9a6);border-color:#ffc69673;box-shadow:0 10px 24px #073b3a1a}.stitch-dashboard--premium .card-heading--compact .card-heading__meta--inline{flex-direction:row;align-items:center}.stitch-dashboard--premium .card-heading--compact h2{font-family:"Fraunces",var(--font-display, Georgia),serif;font-size:clamp(1.12rem,1.9vw,1.32rem);letter-spacing:-.03em}.stitch-dashboard--premium .card-heading__sub--compact{margin-top:.28rem;font-size:.8rem}.stitch-dashboard--premium .dashboard-card--compact-feed{border-color:#ffeedaad;box-shadow:0 12px 32px #073b3a0b,inset 0 1px #ffffffdb}.stitch-dashboard--premium .dashboard-card--compact-feed .card-heading{margin-bottom:.85rem;padding-bottom:.75rem;border-bottom:1px solid var(--dash-line-soft)}.stitch-dashboard--premium .feed-list--opportunities{margin-top:.15rem}.stitch-dashboard--premium .feed-list--opportunities .feed-item{padding:1.15rem .85rem;margin-inline:-.85rem;border-bottom:1px solid rgba(239,225,203,.55);border-radius:calc(var(--dash-radius-sm) - 1px);transition:background .22s ease,box-shadow .22s ease,transform .22s ease}.stitch-dashboard--premium .feed-list--opportunities .feed-item:last-child{border-bottom:0}.stitch-dashboard--premium .feed-list--opportunities .feed-item:hover{background:#f8fdfbf2;box-shadow:inset 0 0 0 1px #2dd4bf1f;transform:translateY(-1px)}.stitch-dashboard--premium .feed-item--opportunity h3{font-size:1.06rem;font-weight:800;letter-spacing:-.025em}.stitch-dashboard--premium .feed-item__client{margin-top:.35rem;font-size:.72rem;font-weight:600;letter-spacing:.01em}.stitch-dashboard--premium .feed-item__cta{min-height:34px;padding:.42rem .88rem;color:#17110c;font-weight:800;background:linear-gradient(135deg,#fff1dff2,#ffc9a6e0);border:1px solid rgba(255,198,150,.42);box-shadow:0 6px 16px #073b3a14}.stitch-dashboard--premium .feed-item__cta:hover{color:#17110c;background:linear-gradient(135deg,#fff1df,#ffc9a6);border-color:#ffc6968c;box-shadow:0 10px 22px #073b3a1f;transform:translateY(-1px)}.stitch-dashboard--premium .urgency-pill{min-height:28px;padding:.28rem .68rem;font-size:.7rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;box-shadow:inset 0 1px #ffffff8c}.stitch-dashboard--premium .feed-list--compact .feed-item{padding:.95rem .65rem;margin-inline:-.65rem;border-bottom-color:#efe1cb8c;border-radius:calc(var(--dash-radius-sm) - 2px);transition:background .22s ease,transform .22s ease}.stitch-dashboard--premium .feed-list--compact .feed-item:hover{background:#fffdf8e0;transform:translateY(-1px)}.stitch-dashboard--premium .status-aceptada{color:#065f46;background:linear-gradient(135deg,#d1fae5f2,#a7f3d0b8);border-color:#10b98138;box-shadow:inset 0 1px #ffffffa6,0 4px 12px #10b98114}.stitch-dashboard--premium .profile-alert{gap:.85rem;background:linear-gradient(135deg,#fff,#f8fdfb 52%,#fffdf8);border:1px solid rgba(7,59,56,.09);border-left:3px solid rgba(45,212,191,.28);box-shadow:0 10px 26px #073b3a0d,inset 0 1px #fffffff2}.stitch-dashboard--premium .profile-alert__icon{width:42px;height:42px;border-radius:14px;box-shadow:inset 0 1px #ffffffb3}.stitch-dashboard--premium .profile-alert h2{font-family:"Fraunces",var(--font-display, Georgia),serif;font-size:clamp(1rem,1.85vw,1.12rem);letter-spacing:-.025em}.stitch-dashboard--premium .profile-alert p{font-size:.84rem;line-height:1.55}.stitch-dashboard--premium .profile-alert .dashboard-btn.primary{align-self:flex-start;box-shadow:0 12px 28px #073b3a1f}.stitch-dashboard--premium .dashboard-card--quick-actions .card-heading{margin-bottom:.65rem}.stitch-dashboard--premium .quick-actions{gap:.55rem}.stitch-dashboard--premium .quick-actions a{min-height:36px;padding:.45rem .92rem;color:var(--color-primary-dark);background:#fffdf8;border:1px solid rgba(7,59,56,.1);border-radius:var(--radius-pill);box-shadow:inset 0 1px #fffffff2,0 2px 8px #073b3a08;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.stitch-dashboard--premium .quick-actions a:hover{color:var(--color-primary-dark);background:#ecfdf5b8;border-color:#2dd4bf47;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #073b3a0f;transform:translateY(-1px)}.stitch-dashboard--premium .chat-item{padding:.9rem .95rem;background:linear-gradient(180deg,#fff,#fffdf8);border:1px solid rgba(7,59,56,.09);box-shadow:0 6px 16px #073b3a0a,inset 0 1px #ffffffeb}.stitch-dashboard--premium .chat-item:hover{background:#fff;border-color:#2dd4bf38;box-shadow:0 8px 20px #073b3a0f}.stitch-dashboard--premium .avatar-fallback{box-shadow:0 4px 12px #0b6b672e,inset 0 1px #ffffff38}.stitch-dashboard--premium .chat-item h3{font-size:.92rem}.stitch-dashboard--premium .chat-item p{color:#073b3894;font-size:.78rem}.stitch-dashboard--premium .chat-item small{color:#073b3870;font-size:.72rem}.stitch-dashboard--premium .dashboard-card--aside .card-heading__action:hover{color:var(--color-primary-dark);background:#ecfdf5b8;border-color:#2dd4bf47}.stitch-dashboard--premium .empty-card{background:#fffdf8b8;border:1px dashed rgba(239,225,203,.95);box-shadow:inset 0 1px #ffffffbf}@media(min-width:1600px){.stitch-dashboard--premium{--dash-content-max: 1480px}}@media(max-width:1280px){.stitch-dashboard--premium .stats-grid--premium{grid-template-columns:repeat(3,minmax(0,1fr))}.stitch-dashboard--premium .stats-grid--premium:has(.stat-card:nth-child(5):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1281px){.stitch-dashboard--premium .stats-grid--premium{grid-template-columns:repeat(6,minmax(0,1fr))}.stitch-dashboard--premium .stats-grid--premium:has(.stat-card:nth-child(5):last-child){grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1080px){.stitch-dashboard--premium .dashboard-hero__inner{grid-template-columns:1fr;gap:1.5rem}.stitch-dashboard--premium .dashboard-hero__snapshot{max-width:none;margin-left:0}.stitch-dashboard--premium .dashboard-hero__main{max-width:none}}@media(max-width:980px){.stitch-dashboard--premium .dashboard-shell{grid-template-columns:1fr}.stitch-dashboard--premium .dashboard-aside{position:static;max-width:none;justify-self:stretch}.stitch-dashboard--premium .dashboard-hero-zone__metrics{display:none}.stitch-dashboard--premium .dashboard-hero-zone+.dashboard-container{padding-top:clamp(2.75rem,4.5vw,3.75rem)}}@media(max-width:768px){.stitch-dashboard--premium .card-heading--editorial{flex-direction:column;align-items:flex-start;gap:.85rem}.stitch-dashboard--premium .card-heading__meta{flex-direction:row;flex-wrap:wrap;align-items:center;width:100%;justify-content:space-between}.stitch-dashboard--premium .dashboard-hero-actions{width:100%}.stitch-dashboard--premium .dashboard-hero-actions .dashboard-btn{flex:1 1 auto}.stitch-dashboard--premium .stats-grid--premium{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-dashboard--premium .feed-item{grid-template-columns:1fr;align-items:flex-start}.stitch-dashboard--premium .feed-item__side{justify-items:start;width:100%}.stitch-dashboard--premium .feed-list--opportunities .feed-item{margin-inline:0;padding-inline:0}}@media(max-width:480px){.stitch-dashboard--premium .stats-grid--premium{grid-template-columns:1fr}}.stitch-app-page--profile .dashboard-container{max-width:min(100%,1320px)}.stitch-app-page--profile .profile-page-shell{display:grid;gap:clamp(1rem,2vw,1.25rem);width:100%;max-width:min(100%,1280px);margin-inline:auto}.stitch-app-page--profile .profile-flash{display:flex;align-items:flex-start;gap:.65rem;padding:.85rem 1rem;border-radius:var(--dash-radius-md);border:1px solid var(--dash-line);background:linear-gradient(180deg,#fff,#fffdf8);box-shadow:var(--dash-shadow-soft)}.stitch-app-page--profile .profile-flash__dot{flex-shrink:0;width:9px;height:9px;margin-top:.35rem;border-radius:50%}.stitch-app-page--profile .profile-flash p{margin:0;font-size:.88rem;line-height:1.45;color:var(--dash-ink)}.stitch-app-page--profile .profile-flash--success{border-color:#34d39938;background:linear-gradient(135deg,#fff,#f0fdf8 58%,#fffdf8)}.stitch-app-page--profile .profile-flash--success .profile-flash__dot{background:#34d399;box-shadow:0 0 0 4px #34d39924}.stitch-app-page--profile .profile-flash--error{border-color:#ef444433;background:linear-gradient(135deg,#fff,#fff5f5 58%,#fffdf8)}.stitch-app-page--profile .profile-flash--error .profile-flash__dot{background:#ef4444;box-shadow:0 0 0 4px #ef44441f}.stitch-app-page--profile .profile-moderation-notice{display:grid;gap:.35rem;margin-bottom:1rem;padding:1rem 1.1rem;border:1px solid var(--line);border-radius:20px}.stitch-app-page--profile .profile-moderation-notice strong,.stitch-app-page--profile .profile-moderation-notice p{margin:0}.stitch-app-page--profile .profile-moderation-notice strong{color:var(--ink);font-size:.98rem;font-weight:800}.stitch-app-page--profile .profile-moderation-notice p{color:var(--color-text-secondary);font-size:.92rem;font-weight:600;line-height:1.5}.stitch-app-page--profile .profile-moderation-notice__note span{color:var(--ink);font-weight:800}.stitch-app-page--profile .profile-moderation-notice--pending{border-color:#f59e0b40;background:linear-gradient(135deg,#fff,#fffbeb 58%,#fffdf8)}.stitch-app-page--profile .profile-moderation-notice--rejected{border-color:#ef444438;background:linear-gradient(135deg,#fff,#fff5f5 58%,#fffdf8)}.stitch-app-page--profile .profile-moderation-notice--approved{border-color:#34d39938;background:linear-gradient(135deg,#fff,#f0fdf9 58%,#fffdf8)}.stitch-app-page--profile .profile-account-card{display:flex;align-items:center;gap:.85rem;min-height:72px;padding:.75rem 1rem;border-radius:var(--dash-radius-lg);border:1px solid var(--dash-line);background:linear-gradient(135deg,#fff,#f8fdfb 52%,#fffdf8);box-shadow:var(--dash-shadow-secondary)}.stitch-app-page--profile .profile-account-card__icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:42px;height:42px;color:var(--color-primary-dark);background:linear-gradient(145deg,#34d39924,#34d3990f);border:1px solid rgba(52,211,153,.16);border-radius:14px}.stitch-app-page--profile .profile-account-card__icon svg{width:20px;height:20px}.stitch-app-page--profile .profile-account-card__body{flex:1 1 auto;min-width:0}.stitch-app-page--profile .profile-account-card__name{margin:0;color:var(--dash-ink);font-size:.95rem;font-weight:800;line-height:1.25}.stitch-app-page--profile .profile-account-card__email{margin:.15rem 0 0;overflow:hidden;color:var(--dash-muted);font-size:.84rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.stitch-app-page--profile .profile-account-card__badges{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.45rem;margin-left:auto}.stitch-app-page--profile .profile-account-card__role,.stitch-app-page--profile .profile-account-card__status{display:inline-flex;padding:.28rem .62rem;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-pill)}.stitch-app-page--profile .profile-account-card__role{color:var(--color-primary-dark);background:#34d3991a;border:1px solid rgba(52,211,153,.16)}.stitch-app-page--profile .profile-account-card__status.is-complete{color:#065f46;background:#34d39924;border:1px solid rgba(52,211,153,.22)}.stitch-app-page--profile .profile-account-card__status.is-pending{color:#92400e;background:#fbbf241f;border:1px solid rgba(251,191,36,.22)}.stitch-app-page--profile .profile-form__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);gap:clamp(1.5rem,2.5vw,2rem);align-items:start}.stitch-app-page--profile .profile-form-card{display:grid;gap:0;height:100%}.stitch-app-page--profile .profile-form-card--public{display:flex;flex-direction:column}.stitch-app-page--profile .profile-form-card__head{margin-bottom:.85rem}.stitch-app-page--profile .profile-form-card__head h2{margin:.2rem 0 0;font-family:"Fraunces",var(--font-display, Georgia),serif;font-size:clamp(1.05rem,2vw,1.2rem);font-weight:800;letter-spacing:-.02em;color:var(--dash-ink)}.stitch-app-page--profile .profile-form-card__subhead{margin:.35rem 0 .75rem;padding-top:.85rem;border-top:1px solid var(--dash-line-soft)}.stitch-app-page--profile .profile-form-card__subhead h3{margin:.15rem 0 0;font-family:"Fraunces",var(--font-display, Georgia),serif;font-size:1rem;font-weight:800;letter-spacing:-.02em;color:var(--dash-ink)}.stitch-app-page--profile .profile-form__fields{display:grid;gap:.85rem}.stitch-app-page--profile .profile-form__fields--split{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.stitch-app-page--profile .profile-form__field{display:grid;gap:.4rem}.stitch-app-page--profile .profile-form-card--public .profile-form__fields{flex:1 1 auto}.stitch-app-page--profile .profile-form__textarea{min-height:118px;max-height:200px;resize:vertical}.stitch-app-page--profile .profile-upload{position:relative;display:grid;justify-items:center;gap:.35rem;padding:1.1rem 1rem;text-align:center;cursor:pointer;background:#fffdf8eb;border:1.5px dashed rgba(7,59,56,.16);border-radius:18px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.stitch-app-page--profile .profile-upload:hover,.stitch-app-page--profile .profile-upload:focus-within{background:#f0fdfa8c;border-color:#34d39959;box-shadow:inset 0 0 0 1px #34d39914}.stitch-app-page--profile .profile-upload__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--color-primary-dark);background:#34d3991a;border-radius:12px}.stitch-app-page--profile .profile-upload__icon svg{width:20px;height:20px}.stitch-app-page--profile .profile-upload__title{color:var(--dash-ink);font-size:.88rem;font-weight:700}.stitch-app-page--profile .profile-upload__hint,.stitch-app-page--profile .profile-upload__saved{color:var(--dash-muted);font-size:.78rem;line-height:1.35}.stitch-app-page--profile .profile-upload__saved{color:var(--color-primary-dark);font-weight:700}.stitch-app-page--profile .profile-upload__input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.stitch-app-page--profile .profile-field-error{margin:0;color:var(--color-danger);font-size:.82rem;font-weight:600}.stitch-app-page--profile .profile-form__actions{display:grid;gap:.55rem;margin-top:auto;padding-top:1rem}.stitch-app-page--profile .profile-form__submit{width:100%;justify-content:center}.stitch-app-page--profile .profile-form__footnote{margin:0;color:var(--dash-muted);font-size:.8rem;line-height:1.45;text-align:center}.stitch-app-page--profile .profile-alert{max-width:1280px;margin-inline:auto}.stitch-app-page--profile-client .profile-form__fields--client{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-app-page--profile-client .profile-form__field--readonly{grid-column:1 / -1}.stitch-app-page--profile-client .profile-readonly-value{margin:0;padding:.72rem .95rem;color:var(--dash-ink);font-size:.92rem;font-weight:600;line-height:1.35;background:#fffdf8eb;border:1px solid rgba(239,225,203,.95);border-radius:var(--dash-radius-sm)}.stitch-app-page--profile-client .profile-form__hint{margin:.35rem 0 0;color:#073b3885;font-size:.78rem;line-height:1.4}.stitch-app-page--profile-client .profile-quick-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.stitch-app-page--profile-client .profile-access-card .profile-form-card__head{margin-bottom:.85rem}.stitch-app-page--profile-client .profile-alert--info{border-color:#ffc69659;background:linear-gradient(135deg,#fff,#fff8f0 58%,#fffdf8)}.stitch-app-page--profile-tech .profile-photo-preview{display:flex;align-items:center;gap:.85rem;margin-bottom:.75rem;padding:.65rem .75rem;background:#f0fdfa8c;border:1px solid rgba(52,211,153,.16);border-radius:18px}.stitch-app-page--profile-tech .profile-photo-preview--pending{border-color:#ffc69673;background:linear-gradient(135deg,#fffdf8f2,#fff8f0eb)}.stitch-app-page--profile-tech .profile-photo-preview img{display:block;flex-shrink:0;width:88px;height:88px;-o-object-fit:cover;object-fit:cover;border-radius:18px;border:1px solid rgba(52,211,153,.18);box-shadow:var(--dash-shadow-soft)}.stitch-app-page--profile-tech .profile-photo-preview__label{color:var(--color-primary-dark);font-size:.82rem;font-weight:700;line-height:1.4}@media(max-width:900px){.stitch-app-page--profile .profile-form__grid,.stitch-app-page--profile .profile-form__fields--split{grid-template-columns:1fr}.stitch-app-page--profile .profile-account-card{flex-wrap:wrap}.stitch-app-page--profile .profile-account-card__badges{width:100%;justify-content:flex-start;margin-left:0}.stitch-app-page--profile-client .profile-quick-actions,.stitch-app-page--profile-client .profile-form__fields--client{grid-template-columns:1fr}}@media(max-width:640px){.stitch-app-page--profile .profile-account-card{align-items:flex-start}.stitch-app-page--profile .profile-account-card__email{white-space:normal}}.stitch-app-page--profile-account .account-settings-shell{width:100%;max-width:1240px;margin:0 auto;padding:clamp(.85rem,2vw,1.35rem) clamp(1rem,2.5vw,1.5rem) clamp(1.5rem,3vw,2.25rem)}.stitch-app-page--profile-account .account-settings-stack{display:grid;gap:clamp(.85rem,1.8vw,1.15rem)}.stitch-app-page--profile-account .settings-panel{margin:0;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.stitch-app-page--profile-account .account-settings-card{display:grid;gap:0;height:auto;padding:clamp(1rem,2vw,1.25rem) clamp(1rem,2.2vw,1.35rem)}.stitch-app-page--profile-account .account-settings-card__head{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.65rem}.stitch-app-page--profile-account .account-settings-card__head h2{margin-top:.12rem;font-size:clamp(1rem,1.8vw,1.12rem)}.stitch-app-page--profile-account .account-settings-card__head .card-heading__sub{margin-top:.2rem;font-size:.84rem;line-height:1.4}.stitch-app-page--profile-account .account-settings-card__icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:36px;height:36px;color:var(--color-primary-dark);background:#34d3991a;border-radius:12px}.stitch-app-page--profile-account .account-settings-card__icon svg{width:18px;height:18px}.stitch-app-page--profile-account .account-settings-card__icon--danger{color:#9a3412;background:#ffc69638}.stitch-app-page--profile-account .account-settings-card--danger{padding:clamp(.85rem,1.8vw,1rem) clamp(1rem,2vw,1.2rem);background:linear-gradient(135deg,#fffdf8fa,#fff8f2f5);border-color:#fb923c33;box-shadow:var(--dash-shadow-soft)}.stitch-app-page--profile-account .account-settings-danger__layout{display:grid;gap:0}.stitch-app-page--profile-account .account-settings-card__head--danger{margin-bottom:.45rem}.stitch-app-page--profile-account .dashboard-eyebrow--danger{color:#c2410c}.stitch-app-page--profile-account .account-settings-form{display:grid;gap:0}.stitch-app-page--profile-account .account-settings-form__fields--password{grid-template-columns:repeat(3,minmax(0,1fr))}.stitch-app-page--profile-account .profile-form__fields{gap:.65rem}.stitch-app-page--profile-account .profile-form__field{gap:.32rem}.stitch-app-page--profile-account .profile-form__field .ta-input{min-height:48px;padding:.62rem .9rem;border-radius:16px}.stitch-app-page--profile-account .profile-form__field .ta-label{color:#073b389e;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.stitch-app-page--profile-account .profile-form__field .ta-input-error{margin:0;padding:0;list-style:none;color:var(--color-danger);font-size:.82rem;font-weight:600}.stitch-app-page--profile-account .account-settings-verify{display:grid;gap:.35rem;margin-top:.25rem;padding:.6rem .75rem;background:#fff8f0b8;border:1px solid rgba(255,198,150,.28);border-radius:16px}.stitch-app-page--profile-account .account-settings-verify__text{margin:0;color:var(--dash-muted);font-size:.84rem;line-height:1.45}.stitch-app-page--profile-account .account-settings-verify__link{padding:0;color:var(--color-primary-dark);font:inherit;font-weight:800;text-decoration:underline;background:none;border:0;cursor:pointer}.stitch-app-page--profile-account .account-settings-verify__success{margin:0;color:var(--color-primary-dark);font-size:.82rem;font-weight:700}.stitch-app-page--profile-account .account-settings-form{display:flex;flex-direction:column}.stitch-app-page--profile-account .account-settings-form>.profile-form__fields{flex:0 0 auto}.stitch-app-page--profile-account .account-settings-form .profile-form__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.55rem;margin-top:0;padding-top:0}.stitch-app-page--profile-account .account-settings-card__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.55rem}.stitch-app-page--profile-account .account-settings-form .account-settings-card__footer:not(.account-settings-card__footer--danger){margin-top:1.15rem;padding-top:.9rem;border-top:1px solid rgba(239,225,203,.7);background:linear-gradient(180deg,#fffdf800,#fffbf5b8)}.stitch-app-page--profile-account .account-settings-card__footer--danger{margin-top:0;padding-top:.55rem;border-top-color:#fb923c2e}.stitch-app-page--profile-account .account-settings-submit{min-height:48px;padding:0 1.35rem;border-radius:var(--radius-pill);font-size:.88rem;font-weight:800;box-shadow:0 10px 22px #0b6b6724}.stitch-app-page--profile-account .account-settings-submit--danger{color:#9a3412;background:#fff8f2f2;border:1px solid rgba(251,146,60,.42);box-shadow:0 8px 18px #9a341214}.stitch-app-page--profile-account .account-settings-submit--danger:hover{color:#7c2d12;background:#ffede0fa;border-color:#ea580c73}.stitch-app-page--profile-account .account-settings-danger__actions{display:flex;justify-content:flex-end}.stitch-app-page--profile-account .account-settings-status{margin:0;color:var(--color-primary-dark);font-size:.86rem;font-weight:700}.stitch-app-page--profile-account .account-settings-modal{display:grid;gap:1rem;padding:1.5rem}.stitch-app-page--profile-account .account-settings-modal__head{display:grid;gap:.35rem}.stitch-app-page--profile-account .account-settings-modal__title{margin:0;font-family:"Fraunces",var(--font-display, Georgia),serif;font-size:1.25rem;font-weight:800;color:var(--dash-ink)}.stitch-app-page--profile-account .account-settings-modal__desc{margin:0;color:var(--dash-muted);font-size:.9rem;line-height:1.5}.stitch-app-page--profile-account .account-settings-modal__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem;margin-top:.5rem}@media(max-width:1024px){.stitch-app-page--profile-account .account-settings-form__fields--password{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:769px){.stitch-app-page--profile-account .account-settings-danger__layout{grid-template-columns:minmax(0,1fr) auto;align-items:end;-moz-column-gap:1rem;column-gap:1rem}.stitch-app-page--profile-account .account-settings-card__head--danger{margin-bottom:0}.stitch-app-page--profile-account .account-settings-card__footer--danger{margin-top:0;padding-top:0;border-top:0;align-self:center}}@media(max-width:768px){.stitch-app-page--profile-account .account-settings-form__fields--password,.stitch-app-page--profile-account .profile-form__fields--split{grid-template-columns:1fr}.stitch-app-page--profile-account .account-settings-card__footer,.stitch-app-page--profile-account .account-settings-danger__actions{flex-direction:column;align-items:stretch}.stitch-app-page--profile-account .account-settings-submit,.stitch-app-page--profile-account .account-settings-modal__actions .dashboard-btn{width:100%;justify-content:center}}.stitch-app-page .app-page-flash{margin-bottom:.25rem;padding:.85rem 1rem;font-size:.88rem;font-weight:600;border-radius:var(--dash-radius-md);border:1px solid var(--dash-line)}.stitch-app-page .app-page-flash--success{color:#065f46;background:linear-gradient(135deg,#fff,#f0fdf8 58%,#fffdf8);border-color:#34d39938}.stitch-app-page .app-page-flash--error{color:#991b1b;background:linear-gradient(135deg,#fff,#fff5f5 58%,#fffdf8);border-color:#ef444433}.stitch-dashboard--premium .dashboard-hero--compact{min-height:clamp(220px,24vh,280px)}.stitch-dashboard--premium .dashboard-hero--compact .dashboard-hero__shell{padding-bottom:clamp(1rem,1.8vw,1.35rem)}.stitch-app-page--requests .dashboard-hero-zone+.dashboard-container{padding-top:clamp(2.5rem,4.2vw,3.5rem)}.stitch-app-page--requests .dashboard-container:before,.stitch-app-page--requests .dashboard-container:after{opacity:.45;filter:blur(32px)}.stitch-app-page--requests .requests-page-shell,.stitch-app-page--requests .request-panel--main,.stitch-app-page--requests .request-panel--aside,.stitch-app-page--requests .requests-tip-card{scroll-margin-top:calc(var(--dash-nav-offset, 5rem) + 1.15rem)}.stitch-app-page--requests .requests-page-shell{display:grid;gap:clamp(1rem,2vw,1.25rem);width:100%;max-width:100%;margin-inline:auto}.stitch-app-page--requests .requests-page-grid{display:grid;gap:clamp(1.75rem,3vw,2.25rem);align-items:start}.stitch-app-page--requests .requests-page-grid--client{grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr)}.stitch-app-page--requests .requests-page-grid--tech{grid-template-columns:minmax(0,1.95fr) minmax(280px,1fr);align-items:start}.stitch-app-page--requests .requests-side-col{display:grid;gap:clamp(.75rem,1.4vw,.9rem);align-content:start;min-width:0}@media(min-width:1025px){.stitch-app-page--requests .requests-side-col{position:sticky;top:calc(var(--dash-nav-offset, 5rem) + 1rem)}}.stitch-app-page--requests .requests-tip-card{padding:clamp(.85rem,1.4vw,1rem);background:linear-gradient(180deg,#fff,#fffbf5)}.stitch-app-page--requests .requests-tip-card__head h2{margin:.12rem 0 0;font-family:"Fraunces",var(--font-display, Georgia),serif;font-size:1rem;font-weight:800;letter-spacing:-.02em;color:var(--dash-ink)}.stitch-app-page--requests .requests-tip-card__lead{margin:.55rem 0 0;color:var(--dash-muted);font-size:.82rem;line-height:1.45}.stitch-app-page--requests .requests-tip-card__list{display:grid;gap:.35rem;margin:.55rem 0 0;padding:0;list-style:none}.stitch-app-page--requests .requests-tip-card__list li{position:relative;padding-left:.95rem;color:#073b38b8;font-size:.78rem;font-weight:600;line-height:1.35}.stitch-app-page--requests .requests-tip-card__list li:before{position:absolute;top:.42em;left:0;width:5px;height:5px;content:"";border-radius:50%;background:#34d399}.stitch-app-page--requests .request-panel{display:grid;gap:0;min-width:0}.stitch-app-page--requests .request-panel--main,.stitch-app-page--requests .request-panel--aside{align-self:start}.stitch-app-page--requests .request-panel--main .card-heading,.stitch-app-page--requests .request-panel--aside .card-heading{padding-bottom:.35rem}.stitch-app-page--requests .request-panel--main .card-heading__sub,.stitch-app-page--requests .request-panel--aside .card-heading__sub{margin-top:.2rem;font-size:.8rem}.stitch-app-page--requests .request-panel__divider{height:1px;margin:0 0 clamp(.65rem,1.1vw,.8rem);background:var(--dash-line-soft);border:0}.stitch-app-page--requests .form-panel{position:sticky;top:calc(var(--dash-nav-offset, 5rem) + 1rem)}.stitch-app-page--requests .request-list{display:grid;gap:.55rem}.stitch-app-page--requests .request-list--open,.stitch-app-page--requests .request-list--sent{gap:.5rem}.stitch-app-page--requests .request-item,.stitch-app-page--requests .request-response-item{padding:clamp(.62rem,1.1vw,.78rem) clamp(.72rem,1.3vw,.9rem);background:linear-gradient(180deg,#fff,#fffdf8f5);border:1px solid var(--dash-line);border-radius:var(--dash-radius-sm);box-shadow:0 1px 2px #073b380a,0 6px 16px #073b380a;transition:border-color .2s ease,box-shadow .2s ease}.stitch-app-page--requests .request-item:hover,.stitch-app-page--requests .request-response-item:hover{border-color:#34d3992e;box-shadow:0 2px 4px #073b380d,0 10px 26px #073b3812}.stitch-app-page--requests .request-item__head,.stitch-app-page--requests .response-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem;margin-bottom:.35rem}.stitch-app-page--requests .request-item__head--inline{align-items:center;margin-bottom:.2rem}.stitch-app-page--requests .request-item__head--inline h3{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stitch-app-page--requests .response-head--compact{align-items:center;margin-bottom:.3rem}.stitch-app-page--requests .request-item h3,.stitch-app-page--requests .response-head strong{margin:0;font-size:.94rem;font-weight:800;letter-spacing:-.02em;color:var(--dash-ink)}.stitch-app-page--requests .request-item__meta,.stitch-app-page--requests .response-head span{display:block;margin:0 0 .35rem;color:var(--dash-muted);font-size:.76rem;line-height:1.35}.stitch-app-page--requests .request-item__description{margin:0 0 .4rem;color:var(--dash-muted);font-size:.82rem;line-height:1.42}@media(min-width:641px){.stitch-app-page--requests .request-item__description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}.stitch-app-page--requests .request-item__meta-row,.stitch-app-page--requests .meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.stitch-app-page--requests .meta-row time{color:#073b387a;font-size:.75rem;font-weight:600}.stitch-app-page--requests .premium-form{display:grid;gap:.85rem;margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--dash-line-soft)}.stitch-app-page--requests .response-form--compact{gap:.4rem;margin-top:.45rem;padding-top:.45rem}.stitch-app-page--requests .response-form--compact .form-field{gap:.22rem}.stitch-app-page--requests .response-form--compact .ta-label{font-size:.72rem;letter-spacing:.04em;text-transform:uppercase}.stitch-app-page--requests .response-form__textarea{min-height:80px;max-height:96px;padding:.55rem .65rem;font-size:.84rem;line-height:1.4;resize:vertical}.stitch-app-page--requests .response-form__row{display:grid;grid-template-columns:minmax(108px,148px) auto;align-items:end;gap:.55rem}.stitch-app-page--requests .form-field--budget .ta-input{min-height:38px;padding:.45rem .6rem;font-size:.84rem}.stitch-app-page--requests .response-form__submit{min-height:38px;padding-inline:1rem;font-size:.82rem;white-space:nowrap;justify-self:start}.stitch-app-page--requests .request-response-item__excerpt{margin:0 0 .35rem;color:var(--dash-muted);font-size:.8rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.stitch-app-page--requests .chat-link--aside.dashboard-btn.secondary{display:inline-flex;align-items:center;justify-content:center;margin-top:.35rem;color:var(--dash-ink);background:#fff;border:1px solid rgba(7,59,56,.14);box-shadow:0 4px 12px #073b380f}.stitch-app-page--requests .chat-link--aside.dashboard-btn.secondary:hover{color:#065f46;background:#f0fdf8;border-color:#34d39959}.stitch-app-page--requests .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.stitch-app-page--requests .form-field{display:grid;gap:.4rem}.stitch-app-page--requests .field-error{margin:0;color:var(--color-danger);font-size:.82rem;font-weight:600}.stitch-app-page--requests .responses-block{margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--dash-line-soft)}.stitch-app-page--requests .responses-block h4{margin:0 0 .65rem;font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary-dark)}.stitch-app-page--requests .response-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.stitch-app-page--requests .answered-note{margin-top:.45rem;padding:.45rem .65rem;color:var(--dash-muted);font-size:.78rem;background:#34d3990f;border:1px solid rgba(52,211,153,.12);border-radius:12px}.stitch-app-page--requests .mini-btn,.stitch-app-page--requests .chat-link{min-height:36px;padding:.4rem .85rem;font-size:.8rem;text-decoration:none}.stitch-app-page--requests .empty-inline{padding:.75rem;color:var(--dash-muted);font-size:.86rem;background:#fffdf8e6;border:1px dashed var(--dash-line);border-radius:14px}.stitch-app-page--requests .compact-list{gap:.65rem}.stitch-app-page--requests .status-aceptada{color:#065f46;background:#34d39924;border-color:#34d39938}.stitch-app-page--chats .chats-page-shell{width:100%;max-width:min(100%,920px);margin-inline:auto}.stitch-app-page--chats .conversation-list{display:grid;gap:.75rem}.stitch-app-page--chats .chat-item-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.85rem;align-items:center;padding:clamp(.95rem,2vw,1.1rem);background:linear-gradient(180deg,#fff,#fffdf8f5);border:1px solid var(--dash-line);border-radius:var(--dash-radius-md);box-shadow:var(--dash-shadow-soft);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.stitch-app-page--chats .chat-item-card:hover{border-color:#34d3992e;box-shadow:var(--dash-shadow-secondary);transform:translateY(-1px)}.stitch-app-page--chats .chat-item-card__main{display:flex;align-items:flex-start;gap:.85rem;min-width:0;color:inherit;text-decoration:none}.stitch-app-page--chats .chat-item-card__avatar{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:46px;height:46px;color:var(--color-primary-dark);font-size:.82rem;font-weight:800;background:linear-gradient(145deg,#34d39924,#34d3990f);border:1px solid rgba(52,211,153,.16);border-radius:14px}.stitch-app-page--chats .chat-item-card__body{display:grid;gap:.2rem;min-width:0}.stitch-app-page--chats .chat-item-card__body strong{color:var(--dash-ink);font-size:.95rem}.stitch-app-page--chats .chat-item-card__body small{color:var(--dash-muted);font-size:.78rem}.stitch-app-page--chats .conversation-request{color:var(--color-primary-dark);font-size:.82rem;font-weight:700}.stitch-app-page--chats .last-message{color:var(--dash-muted);font-size:.84rem;line-height:1.45;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stitch-app-page--chats .chat-item-card__side{display:grid;justify-items:end;gap:.45rem}.stitch-app-page--chats .chat-item-card__side time{color:#073b387a;font-size:.72rem;font-weight:600;white-space:nowrap}.stitch-app-page--chats .unread-pill{padding:.22rem .55rem;color:#065f46;font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;background:#34d39924;border:1px solid rgba(52,211,153,.2);border-radius:var(--radius-pill)}.stitch-app-page--chats .open-chat-link{min-height:34px;padding:.38rem .85rem;font-size:.78rem}body.app-body:has(.stitch-app-page--chat-show),html:has(.stitch-app-page--chat-show){overflow:hidden;height:100%}body.app-body:has(.stitch-app-page--chat-show) .app-shell{display:flex;flex-direction:column;height:100dvh;max-height:100dvh;overflow:hidden}body.app-body:has(.stitch-app-page--chat-show) .app-main,body.app-body:has(.stitch-app-page--chat-show) .app-content{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}body.app-body:has(.stitch-app-page--chat-show) .app-content>.stitch-dashboard.stitch-dashboard--premium.stitch-app-page--chat-show{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;height:100%;overflow:hidden}body.app-body:has(.stitch-app-page--chat-show) .app-shell>.app-footer{display:none}.stitch-app-page--chat-show{--chat-shell-offset: calc(var(--dash-nav-offset, 5rem) + 1rem);padding-bottom:0}.stitch-app-page--chat-show .dashboard-container{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;padding-top:var(--chat-shell-offset);padding-bottom:clamp(.5rem,1vw,.75rem);overflow:hidden}.stitch-app-page--chat-show .dashboard-container:before,.stitch-app-page--chat-show .dashboard-container:after{opacity:.45;filter:blur(32px)}.stitch-app-page--chat-show .chat-show-shell{display:flex;flex:1 1 auto;flex-direction:column;gap:clamp(.5rem,1vw,.75rem);width:100%;max-width:min(100%,1280px);min-width:0;min-height:0;margin-inline:auto;overflow:hidden}.stitch-app-page--chat-show .chat-show-grid{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(280px,1fr);gap:clamp(1rem,2vw,1.5rem);align-items:stretch;flex:1 1 auto;min-width:0;min-height:0;overflow:hidden}.stitch-app-page--chat-show .chat-show-main{display:flex;flex-direction:column;min-width:0;min-height:0;max-width:100%;height:100%}.stitch-app-page--chat-show .chat-show-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;flex:1 1 auto;height:100%;min-height:0;max-height:100%;padding:0;overflow:hidden}.stitch-app-page--chat-show .chat-show-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;flex-shrink:0;padding:clamp(.85rem,1.5vw,1rem) clamp(.95rem,1.6vw,1.15rem) clamp(.75rem,1.3vw,.9rem)}.stitch-app-page--chat-show .chat-show-header__person{display:flex;align-items:flex-start;gap:.75rem;min-width:0}.stitch-app-page--chat-show .chat-show-header__avatar{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:56px;height:56px;color:var(--color-primary-dark);font-size:.95rem;font-weight:800;letter-spacing:.04em;background:linear-gradient(145deg,#34d39929,#34d3990f);border:1px solid rgba(52,211,153,.18);border-radius:18px;box-shadow:0 8px 18px #073b380f}.stitch-app-page--chat-show .chat-show-header__copy{display:grid;gap:.18rem;min-width:0}.stitch-app-page--chat-show .chat-show-header__copy h1{margin:0;font-family:"Fraunces",var(--font-display, Georgia),serif;font-size:clamp(1.05rem,1.8vw,1.25rem);font-weight:800;letter-spacing:-.02em;color:var(--dash-ink)}.stitch-app-page--chat-show .chat-show-header__request{margin:0;color:var(--dash-muted);font-size:.8rem;line-height:1.4}.stitch-app-page--chat-show .chat-show-header__back,.stitch-app-page--chat-show .chat-show-details__back{flex-shrink:0;min-height:36px;padding:.45rem .85rem;color:var(--dash-ink);font-size:.78rem;background:#fff;border:1px solid rgba(7,59,56,.14);box-shadow:0 4px 12px #073b380f}.stitch-app-page--chat-show .chat-show-header__back:hover,.stitch-app-page--chat-show .chat-show-details__back:hover{color:#065f46;background:#f0fdf8;border-color:#34d39959}.stitch-app-page--chat-show .chat-show-header__divider,.stitch-app-page--chat-show .chat-show-details__divider{height:1px;margin:0;background:var(--dash-line-soft);border:0}.stitch-app-page--chat-show .chat-show-messages{min-height:0;min-width:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:clamp(.75rem,1.4vw,1rem) clamp(.85rem,1.5vw,1.1rem);background:radial-gradient(circle at 12% 0%,rgba(52,211,153,.05),transparent 42%),linear-gradient(180deg,#fffdf8b8,#ffffffeb)}.stitch-app-page--chat-show .chat-show-messages__inner{display:flex;flex-direction:column;gap:.55rem;width:100%;min-width:0;margin-top:auto}.stitch-app-page--chat-show .chat-date-separator{display:flex;align-items:center;justify-content:center;margin:.35rem 0 .15rem}.stitch-app-page--chat-show .chat-date-separator span{padding:.22rem .65rem;color:#073b3894;font-size:.72rem;font-weight:700;letter-spacing:.04em;background:#ffffffd1;border:1px solid var(--dash-line-soft);border-radius:var(--radius-pill)}.stitch-app-page--chat-show .chat-message-row{display:flex}.stitch-app-page--chat-show .chat-message-row.is-theirs{justify-content:flex-start}.stitch-app-page--chat-show .chat-message-row.is-mine{justify-content:flex-end}.stitch-app-page--chat-show .chat-message-bubble{max-width:min(78%,560px);padding:.62rem .78rem;border-radius:18px;box-shadow:0 6px 16px #073b380f}.stitch-app-page--chat-show .chat-message-row.is-theirs .chat-message-bubble{color:var(--dash-ink);background:linear-gradient(180deg,#fff,#fffdf8);border:1px solid var(--dash-line);border-bottom-left-radius:8px}.stitch-app-page--chat-show .chat-message-row.is-mine .chat-message-bubble{color:#f0fdf8;background:linear-gradient(135deg,#0f766e,#073b38);border:1px solid rgba(52,211,153,.18);border-bottom-right-radius:8px;box-shadow:0 8px 20px #073b3824}.stitch-app-page--chat-show .chat-message-bubble p{margin:0;font-size:.88rem;line-height:1.45;white-space:pre-wrap}.stitch-app-page--chat-show .chat-message-bubble time{display:block;margin-top:.32rem;font-size:.68rem;font-weight:600;opacity:.78}.stitch-app-page--chat-show .chat-show-empty{margin:auto;max-width:360px;padding:1rem;text-align:center}.stitch-app-page--chat-show .chat-show-empty h3{margin:0;font-size:.95rem;font-weight:800;color:var(--dash-ink)}.stitch-app-page--chat-show .chat-show-empty p{margin:.35rem 0 0;color:var(--dash-muted);font-size:.82rem;line-height:1.45}.stitch-app-page--chat-show .chat-show-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem;align-items:end;flex-shrink:0;min-width:0;padding:clamp(.7rem,1.2vw,.85rem) clamp(.85rem,1.5vw,1rem);background:#fffffff0;border-top:1px solid var(--dash-line-soft)}.stitch-app-page--chat-show .chat-show-composer__field{display:grid;gap:.25rem;min-width:0;max-width:100%}.stitch-app-page--chat-show .chat-show-composer__input{box-sizing:border-box;width:100%;max-width:100%;height:56px;min-height:56px;max-height:96px;padding:.55rem .72rem;font-size:.88rem;line-height:1.4;resize:none;overflow-y:auto;overflow-x:hidden;border-radius:16px}.stitch-app-page--chat-show .chat-show-composer__error{margin:0;color:var(--color-danger);font-size:.76rem;font-weight:600}.stitch-app-page--chat-show .chat-show-composer__submit{min-height:56px;padding-inline:1.1rem;white-space:nowrap;flex-shrink:0}.stitch-app-page--chat-show .chat-show-side{display:grid;gap:clamp(.75rem,1.4vw,.9rem);align-content:start;min-width:0;max-width:100%;min-height:0;max-height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}@media(min-width:1025px){.stitch-app-page--chat-show .chat-show-side{position:static;top:auto}}.stitch-app-page--chat-show .chat-show-details,.stitch-app-page--chat-show .chat-show-tip{padding:clamp(.9rem,1.5vw,1.05rem)}.stitch-app-page--chat-show .chat-show-details__head h2,.stitch-app-page--chat-show .chat-show-tip__head h2{margin:.12rem 0 0;font-family:"Fraunces",var(--font-display, Georgia),serif;font-size:1.02rem;font-weight:800;letter-spacing:-.02em;color:var(--dash-ink)}.stitch-app-page--chat-show .chat-show-details__divider{margin:.65rem 0 .75rem}.stitch-app-page--chat-show .chat-show-details__list{display:grid;gap:.55rem;margin:0}.stitch-app-page--chat-show .chat-show-details__list>div{display:grid;gap:.15rem}.stitch-app-page--chat-show .chat-show-details__list dt{color:#073b387a;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.stitch-app-page--chat-show .chat-show-details__list dd{margin:0;color:var(--dash-ink);font-size:.86rem;font-weight:700;line-height:1.4}.stitch-app-page--chat-show .chat-show-details__back{display:inline-flex;margin-top:.85rem;text-decoration:none}.stitch-app-page--chat-show .chat-show-tip p{margin:.55rem 0 0;color:var(--dash-muted);font-size:.82rem;line-height:1.45}.stitch-app-page--chat-show .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.app-body:has(.stitch-app-page--notifications),html:has(.stitch-app-page--notifications){overflow:hidden;height:100%}body.app-body:has(.stitch-app-page--notifications) .app-shell{display:flex;flex-direction:column;height:100dvh;max-height:100dvh;overflow:hidden}body.app-body:has(.stitch-app-page--notifications) .app-main,body.app-body:has(.stitch-app-page--notifications) .app-content{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}body.app-body:has(.stitch-app-page--notifications) .app-content>.stitch-dashboard.stitch-dashboard--premium.stitch-app-page--notifications{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;height:100%;overflow:hidden}body.app-body:has(.stitch-app-page--notifications) .app-content>.stitch-dashboard .dashboard-container{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;height:auto}body.app-body:has(.stitch-app-page--notifications) .app-shell>.app-footer{flex-shrink:0}.stitch-app-page--notifications{padding-bottom:0}.stitch-app-page--notifications .dashboard-hero-zone{flex-shrink:0}.stitch-app-page--notifications .dashboard-hero{min-height:clamp(220px,24vh,280px)}.stitch-app-page--notifications .dashboard-hero-zone+.dashboard-container{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;padding-top:clamp(1.35rem,2.2vw,1.85rem);padding-bottom:clamp(.35rem,.8vw,.5rem);overflow:hidden}.stitch-app-page--notifications .dashboard-container:before,.stitch-app-page--notifications .dashboard-container:after{opacity:.45;filter:blur(32px)}.stitch-app-page--notifications .notifications-page-shell{display:flex;flex:1 1 auto;flex-direction:column;gap:clamp(.5rem,1vw,.65rem);width:100%;max-width:min(100%,1280px);min-height:0;margin-inline:auto;overflow:hidden}.stitch-app-page--notifications .notifications-panel{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}.stitch-app-page--notifications .notifications-panel .card-heading{flex-shrink:0;margin-bottom:.85rem}.stitch-app-page--notifications .notifications-panel .card-heading__meta{flex-shrink:0}.stitch-app-page--notifications .notifications-page-actions{display:flex;justify-content:flex-end;margin:0}.stitch-app-page--notifications .notifications-list-scroll{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-inline:.05rem;margin-inline:-.05rem}.stitch-app-page--notifications .notifications-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.65rem,1.4vw,.85rem);align-items:stretch}.stitch-app-page--notifications .notification-card{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;gap:.55rem .75rem;align-items:start;height:100%;min-height:148px;padding:clamp(.85rem,1.8vw,1rem);background:linear-gradient(180deg,#fff,#fffdf8f5);border:1px solid var(--dash-line);border-radius:var(--dash-radius-md);box-shadow:var(--dash-shadow-soft);transition:border-color .2s ease,box-shadow .2s ease}.stitch-app-page--notifications .notification-card.is-unread{border-left:3px solid rgba(52,211,153,.35);background:linear-gradient(180deg,#fff,#f4fdf9 55%,#fffdf8)}.stitch-app-page--notifications .notification-card:hover{border-color:#34d39929;box-shadow:var(--dash-shadow-secondary)}.stitch-app-page--notifications .notification-icon{grid-column:1;grid-row:1;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--color-primary-dark);font-size:.76rem;font-weight:800;background:linear-gradient(145deg,#34d3991f,#34d3990d);border:1px solid rgba(52,211,153,.14);border-radius:13px}.stitch-app-page--notifications .notification-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.3rem}.stitch-app-page--notifications .notification-meta time{color:#073b387a;font-size:.72rem;font-weight:600}.stitch-app-page--notifications .type-badge{padding:.22rem .55rem;color:var(--color-primary-dark);font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:#34d3991a;border:1px solid rgba(52,211,153,.14);border-radius:var(--radius-pill)}.stitch-app-page--notifications .notification-content{grid-column:2;grid-row:1;min-width:0}.stitch-app-page--notifications .notification-content h3{margin:0;font-family:"Fraunces",var(--font-display, Georgia),serif;font-size:clamp(.94rem,1.5vw,1rem);font-weight:800;letter-spacing:-.02em;color:var(--dash-ink);line-height:1.25}.stitch-app-page--notifications .notification-content p{margin:.3rem 0 0;color:var(--dash-muted);font-size:.84rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.stitch-app-page--notifications .notification-controls{grid-column:1 / -1;grid-row:2;display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;padding-top:.55rem;border-top:1px solid rgba(239,225,203,.72)}.stitch-app-page--notifications .notification-controls .dashboard-btn{min-height:34px;padding:.38rem .85rem;font-size:.78rem}.stitch-app-page--notifications .notification-controls form{margin:0}.stitch-app-page--notifications .read-pill{padding:.28rem .62rem;color:#065f46;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:#34d3991f;border:1px solid rgba(52,211,153,.18);border-radius:var(--radius-pill)}.stitch-app-page--notifications .empty-notifications{grid-column:1 / -1}@media(max-width:1024px){.stitch-app-page--requests .requests-page-grid--client,.stitch-app-page--requests .requests-page-grid--tech{grid-template-columns:1fr}.stitch-app-page--requests .form-panel,.stitch-app-page--requests .requests-side-col{position:static}}@media(max-width:900px){.stitch-app-page--chat-show .chat-show-grid{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto}.stitch-app-page--chat-show .chat-show-side{position:static;flex-shrink:0;max-height:min(240px,32vh)}.stitch-app-page--requests .form-grid,.stitch-app-page--chats .chat-item-card{grid-template-columns:1fr}.stitch-app-page--chats .chat-item-card__side{justify-items:start;width:100%}}@media(max-width:768px){.stitch-app-page--notifications .dashboard-hero{min-height:clamp(200px,22vh,240px)}.stitch-app-page--notifications .dashboard-hero-zone+.dashboard-container{padding-top:clamp(1rem,2vw,1.35rem)}.stitch-app-page--notifications .notifications-list{grid-template-columns:1fr}.stitch-app-page--notifications .notification-card{min-height:0}}@media(max-width:640px){.stitch-app-page--requests .request-item__head,.stitch-app-page--requests .request-item__head--inline,.stitch-app-page--requests .response-head{flex-direction:column;align-items:flex-start}.stitch-app-page--requests .request-item__head--inline h3{white-space:normal}.stitch-app-page--requests .request-item__description{display:block;-webkit-line-clamp:unset}.stitch-app-page--requests .response-form__row{grid-template-columns:1fr}.stitch-app-page--requests .response-form__submit{width:100%;justify-self:stretch}.stitch-app-page--chat-show .chat-show-header{flex-direction:column;align-items:stretch}.stitch-app-page--chat-show .chat-show-header__back{width:100%;justify-content:center}.stitch-app-page--chat-show .chat-show-composer{grid-template-columns:1fr}.stitch-app-page--chat-show .chat-show-composer__submit{width:100%;justify-self:stretch}.stitch-app-page--chat-show .chat-message-bubble{max-width:92%}.stitch-app-page--chats .last-message{white-space:normal}}.stitch-requests-heading{display:grid;gap:.15rem}.stitch-requests-heading span{color:var(--color-primary-hover);font-size:.75rem;font-weight:800;letter-spacing:.14em}.stitch-requests-heading h2{margin:0;color:var(--color-text);font-size:1.35rem;font-weight:800}.stitch-requests{--primary: var(--color-primary);--primary-dark: var(--color-primary-dark);--petrol: var(--color-info);--ink: var(--color-text);--muted: var(--color-text-muted);--line: var(--color-line-ui);--soft: var(--color-soft);--white: var(--color-surface);--danger: var(--color-danger);--success: var(--color-success);--shadow-sm: var(--shadow-soft);--shadow-md: var(--shadow-floating);min-height:calc(100vh - 65px);padding:36px 0 72px;color:var(--ink);background:radial-gradient(circle at 12% 0%,var(--color-brand-glow),transparent 28rem),var(--gradient-app-bg);font-family:var(--font-sans)}.stitch-requests *,.stitch-requests *:before,.stitch-requests *:after{box-sizing:border-box}.stitch-requests .requests-container{width:min(100% - 40px,1180px);margin:0 auto}.stitch-requests .requests-hero{position:relative;display:flex;align-items:end;justify-content:space-between;gap:2rem;padding:clamp(2rem,5vw,3.5rem);overflow:hidden;color:var(--white);background:radial-gradient(circle at 86% 15%,rgba(45,212,191,.3),transparent 18rem),var(--gradient-hero-brand-alt);border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.stitch-requests .requests-hero:after{position:absolute;right:-80px;bottom:-120px;width:340px;height:340px;content:"";background:radial-gradient(circle,rgba(255,255,255,.22),transparent 68%)}.stitch-requests .requests-hero>*{position:relative;z-index:1}.stitch-requests .requests-eyebrow{display:inline-flex;margin-bottom:.8rem;color:var(--color-accent-soft);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.stitch-requests .requests-hero h1{margin:0;font-size:clamp(2.35rem,5vw,4.5rem);line-height:.98;letter-spacing:-.06em}.stitch-requests .requests-hero p{max-width:650px;margin:1rem 0 0;color:#ffffffd1;font-size:1.08rem}.stitch-requests .hero-actions,.stitch-requests .response-actions,.stitch-requests .meta-row{display:flex;flex-wrap:wrap;gap:.75rem}.stitch-requests .request-btn,.stitch-requests .request-submit,.stitch-requests .mini-btn,.stitch-requests .empty-state a,.stitch-requests .chat-link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.78rem 1.05rem;font:inherit;font-weight:800;text-align:center;text-decoration:none;cursor:pointer;border-radius:var(--radius-pill);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.stitch-requests .request-btn:hover,.stitch-requests .request-submit:hover,.stitch-requests .mini-btn:hover,.stitch-requests .empty-state a:hover,.stitch-requests .chat-link:hover{transform:translateY(-2px)}.stitch-requests .request-btn.primary{color:var(--primary-dark);background:var(--white);box-shadow:0 16px 32px #00000029}.stitch-requests .request-btn.secondary{color:var(--white);background:#ffffff24;border:1px solid rgba(255,255,255,.3)}.stitch-requests .request-message{margin-bottom:1rem;padding:.9rem 1rem;font-weight:800;border-radius:18px}.stitch-requests .request-message.success{color:var(--success);background:var(--color-success-bg);border:1px solid var(--color-success-border)}.stitch-requests .request-message.error,.stitch-requests .field-error{color:var(--danger);background:var(--color-danger-bg);border:1px solid var(--color-danger-border)}.stitch-requests .field-error{padding:.65rem .8rem;font-size:.86rem;font-weight:800;border-radius:14px}.stitch-requests .requests-client-grid,.stitch-requests .requests-tech-grid{display:grid;grid-template-columns:minmax(360px,.78fr) minmax(0,1.22fr);gap:1.25rem;align-items:start;margin-top:1.25rem}.stitch-requests .requests-tech-grid{grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr)}.stitch-requests .request-panel,.stitch-requests .work-card,.stitch-requests .response-card,.stitch-requests .empty-state{background:#ffffffe6;border:1px solid rgba(219,231,230,.96);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stitch-requests .request-panel{padding:clamp(1.25rem,3vw,1.7rem);border-radius:var(--radius-panel)}.stitch-requests .form-panel{position:sticky;top:88px}.stitch-requests .panel-heading{margin-bottom:1.2rem}.stitch-requests .panel-heading .requests-eyebrow{color:var(--primary)}.stitch-requests .panel-heading h2{margin:0;color:var(--ink);font-size:clamp(1.45rem,3vw,2rem);line-height:1.1;letter-spacing:-.045em}.stitch-requests .panel-heading p{margin:.65rem 0 0;color:var(--muted)}.stitch-requests .premium-form{display:grid;gap:1rem}.stitch-requests .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}.stitch-requests .form-field{display:grid;gap:.5rem}.stitch-requests .form-field label{color:var(--color-text-secondary);font-size:.9rem;font-weight:800}.stitch-requests .form-field input,.stitch-requests .form-field select,.stitch-requests .form-field textarea{width:100%;min-height:54px;padding:.85rem 1rem;color:var(--ink);font:inherit;font-weight:700;background:var(--color-surface-muted);border:1px solid var(--line);border-radius:18px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.stitch-requests .form-field textarea{min-height:132px;resize:vertical}.stitch-requests .form-field input:focus,.stitch-requests .form-field select:focus,.stitch-requests .form-field textarea:focus{background:var(--white);border-color:#0f766e8c;box-shadow:0 0 0 4px var(--color-brand-glow)}.stitch-requests .request-submit{width:100%;color:var(--white);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:0;box-shadow:0 16px 30px #0b6b6738}.stitch-requests .request-list{display:grid;gap:1rem}.stitch-requests .compact-list{gap:.85rem}.stitch-requests .work-card,.stitch-requests .response-card,.stitch-requests .empty-state{padding:1.15rem;border-radius:var(--radius-lg)}.stitch-requests .work-card-head,.stitch-requests .response-head{display:flex;align-items:start;justify-content:space-between;gap:1rem}.stitch-requests .work-card h3,.stitch-requests .response-head strong,.stitch-requests .empty-state h3{margin:0;color:var(--ink);font-size:1.08rem;font-weight:800}.stitch-requests .work-card-head p,.stitch-requests .response-head span,.stitch-requests .empty-state p{margin:.35rem 0 0;color:var(--muted);font-size:.92rem}.stitch-requests .work-description,.stitch-requests .response-card p{margin:1rem 0 0;color:var(--color-status-neutral)}.stitch-requests .meta-row{align-items:center;margin-top:1rem;color:var(--color-text-meta);font-size:.86rem;font-weight:800}.stitch-requests .status-pill,.stitch-requests .urgency-pill,.stitch-requests .budget-pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:.36rem .65rem;font-size:.78rem;font-weight:800;border-radius:var(--radius-pill)}.stitch-requests .status-abierta,.stitch-requests .status-pendiente{color:var(--color-status-teal);background:var(--color-status-teal-bg)}.stitch-requests .status-en_revision,.stitch-requests .status-aceptada{color:var(--success);background:var(--color-success-bg)}.stitch-requests .status-cerrada{color:var(--color-status-neutral);background:var(--color-status-neutral-bg)}.stitch-requests .status-cancelada,.stitch-requests .status-rechazada{color:var(--danger);background:var(--color-danger-bg)}.stitch-requests .urgency-baja{color:var(--color-status-teal);background:var(--color-status-teal-bg)}.stitch-requests .urgency-media{color:var(--color-status-warning-text);background:var(--color-status-warning-bg)}.stitch-requests .urgency-alta{color:var(--danger);background:var(--color-danger-bg)}.stitch-requests .budget-pill{color:var(--petrol);background:var(--color-status-info-bg)}.stitch-requests .responses-block{margin-top:1.2rem;padding-top:1.1rem;border-top:1px solid var(--line)}.stitch-requests .responses-block h4{margin:0 0 .85rem;color:var(--ink);font-size:.98rem;font-weight:800}.stitch-requests .responses-block .response-card+.response-card{margin-top:.85rem}.stitch-requests .response-card{background:var(--color-surface-muted)}.stitch-requests .response-actions{margin-top:1rem}.stitch-requests .mini-btn{min-height:40px;padding:.62rem .9rem;border:0}.stitch-requests .mini-btn.accept{color:var(--white);background:var(--primary)}.stitch-requests .mini-btn.reject{color:var(--danger);background:var(--color-danger-bg)}.stitch-requests .empty-inline,.stitch-requests .answered-note{padding:.85rem 1rem;color:var(--muted);font-weight:700;background:var(--color-surface-muted);border:1px dashed var(--line);border-radius:18px}.stitch-requests .answered-note{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:1rem}.stitch-requests .response-form{margin-top:1rem;padding:1rem;background:var(--color-surface-muted);border:1px solid var(--line);border-radius:22px}.stitch-requests .sent-response .chat-link{margin-top:1rem;color:var(--white);background:linear-gradient(135deg,var(--primary),var(--primary-dark))}.stitch-requests .empty-state{background:linear-gradient(135deg,#0b6b6714,#0b4b680f);border-style:dashed}.stitch-requests .empty-state a{margin-top:1rem;color:var(--white);background:var(--primary)}@media(max-width:1100px){.stitch-requests .requests-client-grid,.stitch-requests .requests-tech-grid{grid-template-columns:1fr}.stitch-requests .form-panel{position:static}}@media(max-width:760px){.stitch-requests .requests-hero,.stitch-requests .work-card-head,.stitch-requests .response-head{align-items:flex-start;flex-direction:column}.stitch-requests .hero-actions,.stitch-requests .request-btn{width:100%}.stitch-requests .form-grid{grid-template-columns:1fr}}@media(max-width:560px){.stitch-requests{padding:22px 0 48px}.stitch-requests .requests-container{width:min(100% - 28px,1180px)}.stitch-requests .request-panel,.stitch-requests .work-card,.stitch-requests .response-card{border-radius:22px}}.stitch-chat-heading{display:grid;gap:.15rem}.stitch-chat-heading span{color:var(--color-primary-hover);font-size:.75rem;font-weight:800;letter-spacing:.14em}.stitch-chat-heading h2{margin:0;color:var(--color-text);font-size:1.35rem;font-weight:800}.stitch-chat{--primary: var(--color-primary);--primary-dark: var(--color-primary-dark);--petrol: var(--color-info);--ink: var(--color-text);--muted: var(--color-text-muted);--line: var(--color-line-ui);--soft: var(--color-soft);--white: var(--color-surface);--danger: var(--color-danger);--success: var(--color-success);--shadow-sm: var(--shadow-soft);--shadow-md: var(--shadow-floating);min-height:calc(100vh - 65px);padding:36px 0 72px;color:var(--ink);background:radial-gradient(circle at 12% 0%,var(--color-brand-glow),transparent 28rem),var(--gradient-app-bg);font-family:var(--font-sans)}.stitch-chat *,.stitch-chat *:before,.stitch-chat *:after{box-sizing:border-box}.stitch-chat .chat-container{width:min(100% - 40px,1280px);margin:0 auto}.stitch-chat .chat-list-container{width:min(100% - 48px,1240px)}.stitch-chat .chat-conversation-container{width:min(100% - 48px,1320px)}.stitch-chat .chat-hero{position:relative;display:flex;align-items:end;justify-content:space-between;gap:2rem;padding:clamp(2rem,5vw,3.5rem);overflow:hidden;color:var(--white);background:radial-gradient(circle at 86% 15%,rgba(45,212,191,.3),transparent 18rem),var(--gradient-hero-brand-alt);border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.stitch-chat .chat-hero:after{position:absolute;right:-80px;bottom:-120px;width:340px;height:340px;content:"";background:radial-gradient(circle,rgba(255,255,255,.22),transparent 68%)}.stitch-chat .chat-hero>*{position:relative;z-index:1}.stitch-chat .chat-eyebrow{display:inline-flex;margin-bottom:.65rem;color:var(--color-accent-soft);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.stitch-chat .chat-hero h1{margin:0;font-size:clamp(2.35rem,5vw,4.5rem);line-height:.98;letter-spacing:-.06em}.stitch-chat .chat-hero p{max-width:650px;margin:1rem 0 0;color:#ffffffd1;font-size:1.08rem}.stitch-chat .chat-counter{display:grid;min-width:168px;padding:1.2rem;text-align:center;background:#ffffff24;border:1px solid rgba(255,255,255,.24);border-radius:var(--radius-lg)}.stitch-chat .chat-counter strong{font-size:2.6rem;line-height:1}.stitch-chat .chat-counter span{color:#ffffffc7;font-weight:800}.stitch-chat .chat-panel,.stitch-chat .chat-app-card,.stitch-chat .conversation-card,.stitch-chat .chat-empty{background:#ffffffe6;border:1px solid rgba(219,231,230,.96);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stitch-chat .chat-panel,.stitch-chat .chat-app-card{margin-top:1.25rem;border-radius:var(--radius-panel)}.stitch-chat .chat-panel{padding:clamp(1.5rem,2.4vw,2rem)}.stitch-chat .chat-panel-heading{margin-bottom:1.2rem}.stitch-chat .chat-panel-heading .chat-eyebrow,.stitch-chat .conversation-header .chat-eyebrow{color:var(--primary)}.stitch-chat .chat-panel-heading h2{margin:0;color:var(--ink);font-size:clamp(1.45rem,3vw,2rem);line-height:1.1;letter-spacing:-.045em}.stitch-chat .conversation-list{display:grid;gap:1rem}.stitch-chat .conversation-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem;border-radius:var(--radius-lg)}.stitch-chat .conversation-main,.stitch-chat .chat-card{display:flex;align-items:center;gap:1rem;min-width:0;color:inherit;text-decoration:none}.stitch-chat .chat-avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:52px;height:52px;color:var(--white);font-weight:800;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:18px;box-shadow:0 14px 26px #0b6b672e}.stitch-chat .chat-avatar.large{width:66px;height:66px;font-size:1.2rem;border-radius:22px}.stitch-chat .conversation-copy{display:grid;min-width:0}.stitch-chat .conversation-copy strong{color:var(--ink);font-size:1.05rem;font-weight:800}.stitch-chat .conversation-copy small,.stitch-chat .conversation-request,.stitch-chat .last-message,.stitch-chat .conversation-side time{color:var(--muted);font-size:.9rem}.stitch-chat .conversation-request{margin-top:.35rem;color:var(--color-text-secondary);font-weight:800}.stitch-chat .last-message{margin-top:.25rem}.stitch-chat .conversation-side{display:grid;justify-items:end;gap:.45rem;flex:0 0 auto}.stitch-chat .unread-pill,.stitch-chat .conversation-status{display:inline-flex;align-items:center;min-height:30px;padding:.36rem .65rem;color:var(--primary-dark);font-size:.78rem;font-weight:800;background:var(--color-status-teal-bg);border-radius:var(--radius-pill)}.stitch-chat .open-chat-link,.stitch-chat .back-chat-link,.stitch-chat .chat-empty a,.stitch-chat .send-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.68rem .95rem;font:inherit;font-weight:800;text-align:center;text-decoration:none;cursor:pointer;border-radius:var(--radius-pill);transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.stitch-chat .open-chat-link,.stitch-chat .chat-empty a{color:var(--primary);background:var(--color-surface-tint)}.stitch-chat .open-chat-link:hover,.stitch-chat .back-chat-link:hover,.stitch-chat .chat-empty a:hover,.stitch-chat .send-button:hover{transform:translateY(-2px)}.stitch-chat .chat-empty{padding:1.5rem;border-style:dashed;border-radius:var(--radius-lg)}.stitch-chat .chat-empty.compact{max-width:480px;margin:3rem auto;text-align:center}.stitch-chat .chat-empty h3{margin:0;color:var(--ink);font-size:1.1rem;font-weight:800}.stitch-chat .chat-empty p{margin:.5rem 0 0;color:var(--muted)}.stitch-chat .chat-empty a{margin-top:1rem}.stitch-chat .chat-message{margin-bottom:1rem;padding:.9rem 1rem;font-weight:800;border-radius:18px}.stitch-chat .chat-message.success{color:var(--success);background:var(--color-success-bg);border:1px solid var(--color-success-border)}.stitch-chat .chat-message.error{color:var(--danger);background:var(--color-danger-bg);border:1px solid var(--color-danger-border)}.stitch-chat .chat-app-card{padding:0;overflow:hidden;display:flex;flex-direction:column;min-height:calc(100vh - 155px);margin-inline:auto}.stitch-chat .conversation-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:radial-gradient(circle at 90% 0%,var(--color-brand-glow),transparent 18rem),#ffffffc7;border-bottom:1px solid var(--line)}.stitch-chat .conversation-person{display:flex;align-items:center;gap:.85rem}.stitch-chat .conversation-header h1{margin:0;color:var(--ink);font-size:clamp(1.25rem,2vw,1.65rem);line-height:1;letter-spacing:-.045em}.stitch-chat .conversation-header p{margin:.28rem 0 .4rem;color:var(--muted);font-size:.92rem;font-weight:700}.stitch-chat .back-chat-link{flex:0 0 auto;color:var(--primary-dark);background:var(--color-surface-tint);min-height:40px;padding:.58rem .9rem}.stitch-chat .messages-area{display:flex;flex:1;flex-direction:column;gap:.65rem;min-height:640px;max-height:none;padding:clamp(1rem,2.4vw,1.45rem);overflow-y:auto;background:radial-gradient(circle at top left,rgba(15,118,110,.08),transparent 22rem),var(--color-surface-muted)}.stitch-chat .message-row{display:flex}.stitch-chat .message-row.mine{justify-content:flex-end}.stitch-chat .message-row.theirs{justify-content:flex-start}.stitch-chat .message-bubble{max-width:min(58%,620px);padding:.72rem .9rem;border-radius:18px;box-shadow:0 8px 20px #0f172a12}.stitch-chat .message-row.mine .message-bubble{color:var(--white);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-bottom-right-radius:8px}.stitch-chat .message-row.theirs .message-bubble{color:var(--ink);background:var(--white);border:1px solid var(--line);border-bottom-left-radius:8px}.stitch-chat .message-bubble p{margin:0;font-size:.95rem;line-height:1.45;white-space:pre-wrap}.stitch-chat .message-bubble time{display:block;margin-top:.42rem;font-size:.7rem;font-weight:700;opacity:.72}.stitch-chat .chat-send-form{display:grid;grid-template-columns:1fr auto;gap:.85rem;align-items:end;padding:1rem 1.25rem;background:#fffffff0;border-top:1px solid var(--line)}.stitch-chat .send-field{display:grid;gap:.45rem}.stitch-chat .send-field label{color:var(--color-text-secondary);font-size:.88rem;font-weight:800}.stitch-chat .send-field textarea{width:100%;min-height:54px;max-height:150px;padding:.82rem 1rem;color:var(--ink);font:inherit;font-weight:700;resize:vertical;background:var(--color-surface-muted);border:1px solid var(--line);border-radius:17px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.stitch-chat .send-field textarea:focus{background:var(--white);border-color:#0f766e8c;box-shadow:0 0 0 4px var(--color-brand-glow)}.stitch-chat .send-button{min-height:54px;min-width:128px;color:var(--white);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:0;box-shadow:0 16px 30px #0b6b6738}@media(max-width:760px){.stitch-chat .chat-list-container,.stitch-chat .chat-conversation-container{width:min(100% - 28px,1180px)}.stitch-chat .chat-hero,.stitch-chat .conversation-card,.stitch-chat .conversation-header,.stitch-chat .conversation-person{align-items:flex-start;flex-direction:column}.stitch-chat .conversation-side{justify-items:start}.stitch-chat .back-chat-link,.stitch-chat .open-chat-link{width:100%}.stitch-chat .chat-send-form{grid-template-columns:1fr}.stitch-chat .message-bubble{max-width:82%}}@media(max-width:560px){.stitch-chat{padding:22px 0 48px}.stitch-chat .chat-container,.stitch-chat .chat-list-container,.stitch-chat .chat-conversation-container{width:min(100% - 28px,1180px)}.stitch-chat .messages-area{min-height:480px;padding:.85rem}.stitch-chat .message-bubble{max-width:92%}.stitch-chat .chat-app-card{min-height:calc(100vh - 130px)}.stitch-chat .conversation-header,.stitch-chat .chat-send-form{padding:.9rem}}.stitch-profile{--primary: var(--color-primary);--primary-dark: var(--color-primary-dark);--petrol: var(--color-info);--ink: var(--color-text);--muted: var(--color-text-muted);--line: var(--color-line-ui);--soft: var(--color-soft);--white: var(--color-surface);--gold: var(--color-warning);--danger: var(--color-danger);--success: var(--color-success);--shadow-sm: var(--shadow-soft);--shadow-md: var(--shadow-floating);min-height:100vh;color:var(--ink);background:radial-gradient(circle at 12% 0%,var(--color-brand-glow),transparent 28rem),var(--gradient-app-bg);font-family:var(--font-sans)}.stitch-profile *,.stitch-profile *:before,.stitch-profile *:after{box-sizing:border-box}.stitch-profile .profile-container{width:min(100% - 40px,1180px);margin:0 auto}.stitch-profile .profile-navbar{position:sticky;top:0;z-index:50;background:#ffffffe6;border-bottom:1px solid rgba(219,231,230,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.stitch-profile .nav-flex{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:76px}.stitch-profile .profile-logo{display:inline-flex;align-items:center;gap:.7rem;color:var(--primary-dark);font-weight:800;letter-spacing:.06em;text-decoration:none}.stitch-profile .logo-mark{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:var(--white);font-size:.78rem;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--color-accent-mid));border-radius:14px;box-shadow:0 12px 28px #0b6b673d}.stitch-profile nav{display:flex;align-items:center;gap:1rem}.stitch-profile nav a{color:var(--color-text-secondary);font-size:.92rem;font-weight:800;text-decoration:none}.stitch-profile .nav-cta{padding:.72rem 1rem;color:var(--white)!important;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:var(--radius-pill)}.stitch-profile .profile-hero{padding:36px 0 0}.stitch-profile .hero-profile-card{position:relative;display:flex;align-items:center;gap:1.5rem;padding:clamp(1.5rem,4vw,2.6rem);overflow:hidden;color:var(--white);background:radial-gradient(circle at 86% 15%,rgba(45,212,191,.3),transparent 18rem),var(--gradient-hero-brand-alt);border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.stitch-profile .hero-profile-card:after{position:absolute;right:-80px;bottom:-120px;width:340px;height:340px;content:"";background:radial-gradient(circle,rgba(255,255,255,.22),transparent 68%)}.stitch-profile .hero-profile-card>*{position:relative;z-index:1}.stitch-profile .profile-photo{width:150px;height:150px;-o-object-fit:cover;object-fit:cover;border:5px solid rgba(255,255,255,.24);border-radius:var(--radius-xl);box-shadow:0 22px 48px #0003}.stitch-profile .avatar-fallback{display:flex;align-items:center;justify-content:center;color:var(--white);font-size:3.3rem;font-weight:800;background:#ffffff29}.stitch-profile .badge-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1rem}.stitch-profile .badge-row span{padding:.48rem .72rem;color:#ffffffeb;font-size:.82rem;font-weight:800;background:#ffffff24;border:1px solid rgba(255,255,255,.24);border-radius:var(--radius-pill)}.stitch-profile .hero-copy h1{margin:0;font-size:clamp(2.5rem,5vw,4.8rem);line-height:.98;letter-spacing:-.06em}.stitch-profile .hero-copy p{margin:.9rem 0 0;color:#ffffffdb;font-size:1.1rem;font-weight:700}.stitch-profile .rating-summary-inline{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:1rem}.stitch-profile .rating-summary-inline strong{color:var(--color-status-warning-bg);font-size:1.3rem}.stitch-profile .rating-summary-inline span{color:#fffc;font-weight:700}.stitch-profile .profile-message{margin-top:1rem;padding:.9rem 1rem;font-weight:800;border-radius:18px}.stitch-profile .profile-message.success{color:var(--success);background:var(--color-success-bg);border:1px solid var(--color-success-border)}.stitch-profile .profile-message.error{color:var(--danger);background:var(--color-danger-bg);border:1px solid var(--color-danger-border)}.stitch-profile .profile-message.info{color:var(--primary-dark);background:var(--color-status-teal-bg);border:1px solid var(--color-surface-tint-border)}.stitch-profile .profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:1.25rem;align-items:start;padding:1.25rem 0 72px}.stitch-profile .profile-main{display:grid;gap:1.25rem}.stitch-profile .profile-sidebar{position:sticky;top:96px;display:grid;gap:1.25rem}.stitch-profile .profile-panel,.stitch-profile .review-card,.stitch-profile .empty-reviews{background:#ffffffe6;border:1px solid rgba(219,231,230,.96);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stitch-profile .profile-panel{padding:clamp(1.25rem,3vw,1.7rem);border-radius:var(--radius-panel)}.stitch-profile .profile-eyebrow{display:inline-flex;margin-bottom:.7rem;color:var(--primary);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.stitch-profile .profile-panel h2{margin:0;color:var(--ink);font-size:clamp(1.45rem,3vw,2rem);line-height:1.1;letter-spacing:-.045em}.stitch-profile .profile-description{margin:1rem 0 0;color:var(--color-status-neutral);font-size:1.05rem;line-height:1.75}.stitch-profile .panel-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.stitch-profile .rating-score-card{display:grid;min-width:150px;padding:1rem;text-align:center;background:var(--color-surface-muted);border:1px solid var(--line);border-radius:22px}.stitch-profile .rating-score-card strong{color:var(--primary-dark);font-size:2.2rem;line-height:1}.stitch-profile .rating-score-card span{color:var(--gold);font-size:.9rem;font-weight:800}.stitch-profile .rating-score-card small{color:var(--muted);font-weight:800}.stitch-profile .review-form{display:grid;gap:1rem;margin-bottom:1.2rem;padding:1rem;background:var(--color-surface-muted);border:1px solid var(--line);border-radius:22px}.stitch-profile .form-field{display:grid;gap:.5rem}.stitch-profile .form-field label{color:var(--color-text-secondary);font-size:.9rem;font-weight:800}.stitch-profile .form-field select,.stitch-profile .form-field textarea{width:100%;min-height:54px;padding:.85rem 1rem;color:var(--ink);font:inherit;font-weight:700;background:var(--white);border:1px solid var(--line);border-radius:18px;outline:none}.stitch-profile .form-field textarea{min-height:132px;resize:vertical}.stitch-profile .profile-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.78rem 1.05rem;font-weight:800;text-align:center;text-decoration:none;border-radius:var(--radius-pill);transition:transform .2s ease,background .2s ease,color .2s ease}.stitch-profile button.profile-btn{font:inherit;cursor:pointer;border:0}.stitch-profile .profile-btn:hover{transform:translateY(-2px)}.stitch-profile .profile-btn.primary{color:var(--white);background:linear-gradient(135deg,var(--primary),var(--primary-dark));box-shadow:0 16px 30px #0b6b6738}.stitch-profile .profile-btn.secondary{color:var(--primary);background:var(--color-surface-tint)}.stitch-profile .reviews-list{display:grid;gap:.9rem}.stitch-profile .review-card,.stitch-profile .empty-reviews{padding:1rem;border-radius:22px}.stitch-profile .review-header{display:flex;align-items:start;justify-content:space-between;gap:1rem}.stitch-profile .review-header strong{display:block;color:var(--ink);font-weight:800}.stitch-profile .review-header time{display:block;margin-top:.25rem;color:var(--muted);font-size:.84rem;font-weight:700}.stitch-profile .review-header span{color:var(--gold);font-weight:800}.stitch-profile .review-card p,.stitch-profile .empty-reviews p{margin:.8rem 0 0;color:var(--color-status-neutral)}.stitch-profile .review-card .muted{color:var(--muted)}.stitch-profile .empty-reviews{border-style:dashed}.stitch-profile .empty-reviews h3{margin:0;color:var(--ink);font-size:1.05rem;font-weight:800}.stitch-profile .info-card dl{display:grid;gap:.9rem;margin:0}.stitch-profile .info-card div{padding:.85rem;background:var(--color-surface-muted);border:1px solid var(--line);border-radius:18px}.stitch-profile .info-card dt{color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.stitch-profile .info-card dd{margin:.28rem 0 0;color:var(--ink);font-weight:800}.stitch-profile .cta-card{background:radial-gradient(circle at 90% 0%,rgba(45,212,191,.18),transparent 14rem),linear-gradient(135deg,#fffffff0,#f8fbfbf0)}.stitch-profile .cta-card p{margin:.8rem 0 1rem;color:var(--muted)}.stitch-profile .cta-card .profile-btn{width:100%;margin-top:.65rem}.stitch-profile .profile-footer{padding:2rem 0;color:var(--color-text-placeholder);background:var(--color-primary-deep)}.stitch-profile .profile-footer p{margin:0}@media(max-width:960px){.stitch-profile .profile-layout{grid-template-columns:1fr}.stitch-profile .profile-sidebar{position:static}}@media(max-width:720px){.stitch-profile .nav-flex,.stitch-profile .hero-profile-card,.stitch-profile .panel-heading,.stitch-profile .review-header{align-items:flex-start;flex-direction:column}.stitch-profile nav{flex-wrap:wrap}.stitch-profile .profile-photo{width:120px;height:120px;border-radius:var(--radius-panel)}}@media(max-width:560px){.stitch-profile .profile-container{width:min(100% - 28px,1180px)}.stitch-profile .profile-navbar{position:static}.stitch-profile .hero-copy h1{font-size:2.35rem}}html:has(body.technician-show-page){height:auto;min-height:100%}body.technician-show-page.app-body{height:auto;min-height:100svh;overflow-x:hidden;overflow-y:auto}body.technician-show-page .stitch-tech-show.app-shell{display:flex;flex-direction:column;height:auto;min-height:100svh;max-height:none;overflow:visible}body.technician-show-page .stitch-tech-show .tech-show-page{flex:1 0 auto;min-height:auto;overflow:visible}body.technician-show-page .stitch-tech-show>.app-footer,body.technician-show-page .stitch-tech-show>.site-premium-footer{position:static;flex-shrink:0;margin-top:auto;width:100%}.technician-show-page{overflow-x:hidden}.stitch-tech-show.stitch-profile--premium{color:var(--color-text);background:radial-gradient(circle at 88% 0%,rgba(45,212,191,.09),transparent 24rem),radial-gradient(circle at 10% 14%,rgba(255,198,150,.07),transparent 20rem),var(--color-bg-page)}.technician-show-page .editorial-header--app.is-scrolled .editorial-header__pill--app{transform:none}.stitch-tech-show .tech-show-container{width:min(100% - clamp(1.5rem,4vw,3rem),1220px);margin-inline:auto}.stitch-tech-show .tech-show-hero-zone{position:relative;margin-bottom:0}.stitch-tech-show .tech-show-hero{position:relative;isolation:isolate;overflow:hidden;width:100%;min-height:clamp(300px,36vh,400px);color:#fff1df;border-radius:0;background:radial-gradient(circle at 72% 20%,rgba(255,190,145,.11),transparent 36%),radial-gradient(circle at 12% 76%,rgba(0,169,157,.13),transparent 34%),radial-gradient(circle at 50% 120%,rgba(0,0,0,.22),transparent 52%),linear-gradient(165deg,#041919,#062f2e 44%,#0a3d3a);box-shadow:inset 0 1px #ffffff0f,inset 0 -28px 48px #00000014}.stitch-tech-show .tech-show-hero__media,.stitch-tech-show .tech-show-hero__video{position:absolute;inset:0;width:100%;height:100%}.stitch-tech-show .tech-show-hero__media{z-index:0;background:#062f2e}.stitch-tech-show .tech-show-hero__video{-o-object-fit:cover;object-fit:cover;opacity:.58;filter:brightness(.72) contrast(1.05) saturate(.9);transform:scale(1.03)}.stitch-tech-show .tech-show-hero__overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#0000006b,#0000003d 42%,#0000009e),radial-gradient(circle at 80% 18%,rgba(255,198,150,.1),transparent 28%)}@media(prefers-reduced-motion:reduce){.stitch-tech-show .tech-show-hero__video{display:none}}.stitch-tech-show .tech-show-hero:before{position:absolute;inset:0;z-index:1;content:"";background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:radial-gradient(circle at 28% 38%,black,transparent 78%);mask-image:radial-gradient(circle at 28% 38%,black,transparent 78%);pointer-events:none}.stitch-tech-show .tech-show-hero:after{position:absolute;right:0;bottom:0;left:0;z-index:2;height:clamp(3.5rem,7vw,5rem);content:"";background:linear-gradient(180deg,transparent 0%,rgba(4,25,25,.12) 28%,rgba(247,243,234,.55) 68%,rgba(247,243,234,.98) 100%);pointer-events:none}.stitch-tech-show .tech-show-hero__shell{position:relative;z-index:4;display:flex;align-items:center;width:min(100% - clamp(1.5rem,4vw,3rem),1220px);min-height:clamp(300px,36vh,400px);margin-inline:auto;padding-top:clamp(5rem,9vh,5.75rem);padding-bottom:clamp(1.5rem,3vh,2rem);padding-inline:clamp(1rem,2.5vw,2rem)}.stitch-tech-show .tech-show-hero__identity{width:100%}.stitch-tech-show .tech-show-hero__row{display:flex;align-items:center;gap:clamp(1.35rem,3vw,2.25rem);min-width:0}.stitch-tech-show .tech-show-hero__photo-wrap{flex-shrink:0}.stitch-tech-show .tech-show-hero__photo{display:block;width:clamp(148px,13vw,172px);height:clamp(148px,13vw,172px);-o-object-fit:cover;object-fit:cover;border:4px solid rgba(255,255,255,.32);border-radius:28px;box-shadow:0 28px 56px #00000052,0 0 0 1px #ffffff29,inset 0 1px #ffffff3d}.stitch-tech-show .tech-show-hero__copy{min-width:0}.stitch-tech-show .tech-show-hero__badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.stitch-tech-show .tech-show-hero__badges span{padding:.32rem .68rem;color:#fff1dfe6;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.stitch-tech-show .tech-show-hero__copy h1{margin:0;color:#fff1df;font-family:"Fraunces",var(--font-display, Georgia),serif;font-size:clamp(2.25rem,4.8vw,3.55rem);font-weight:800;line-height:1;letter-spacing:-.045em}.stitch-tech-show .tech-show-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin:.65rem 0 0;color:#ffffffe0;font-size:1rem;font-weight:700}.stitch-tech-show .tech-show-hero__meta-dot{opacity:.65}.stitch-tech-show .tech-show-hero__rating-chip{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:1rem;padding:.58rem 1rem;color:#fff1df;background:#ffffff29;border:1px solid rgba(255,255,255,.26);border-radius:var(--radius-pill);box-shadow:0 8px 24px #0000002e,inset 0 1px #fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stitch-tech-show .tech-show-hero__rating-chip strong{font-size:1.12rem;font-weight:900}.stitch-tech-show .tech-show-hero__rating-chip span{font-size:.88rem;font-weight:700;opacity:.92}.stitch-tech-show .tech-show-body{position:relative;z-index:1;margin-top:-1.25rem;background:radial-gradient(circle at 10% 0%,rgba(45,212,191,.06),transparent 22rem),var(--color-bg-page)}.stitch-tech-show .tech-show-flash{margin-top:0;margin-bottom:1rem}.stitch-tech-show .tech-show-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,340px);gap:clamp(1.1rem,2vw,1.5rem);align-items:start;padding:clamp(1.15rem,2.5vw,1.75rem) 0 clamp(2.5rem,5vw,4rem)}.stitch-tech-show .tech-show-main{display:grid;gap:clamp(1.1rem,2vw,1.5rem);min-width:0}.stitch-tech-show .tech-show-sidebar{position:sticky;top:88px;align-self:start;min-width:0}.stitch-tech-show .tech-show-panel{padding:clamp(1.15rem,2.5vw,1.5rem);background:linear-gradient(160deg,#fffdf8f0,#fffbf5e0);border:1px solid rgba(204,251,241,.45);border-radius:28px;box-shadow:0 20px 44px #04171712,0 0 0 1px #efe1cb8c,inset 0 1px #fffc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.stitch-tech-show .tech-show-panel__head h2{font-family:"Fraunces",var(--font-display, Georgia),serif;font-size:clamp(1.2rem,2.2vw,1.55rem);letter-spacing:-.03em}.stitch-tech-show .tech-show-panel--editorial{padding:clamp(.95rem,2vw,1.15rem) clamp(1rem,2.2vw,1.25rem)}.stitch-tech-show .tech-show-panel--editorial .tech-show-panel__head{margin-bottom:.45rem}.stitch-tech-show .tech-show-panel--editorial .tech-show-panel__head h2{font-size:clamp(1.1rem,2vw,1.35rem)}.stitch-tech-show .tech-show-panel__divider{height:1px;margin:.5rem 0 .65rem;background:linear-gradient(90deg,rgba(11,107,103,.22),rgba(255,198,150,.18),transparent)}.stitch-tech-show .tech-show-description{margin:0;font-size:.98rem;line-height:1.65;color:#073b38c7}.stitch-tech-show .tech-show-reviews__head{margin-bottom:.85rem}.stitch-tech-show .tech-show-reviews__title-row{display:flex;align-items:center;justify-content:space-between;gap:.85rem 1.25rem;margin-top:.15rem}.stitch-tech-show .tech-show-reviews__title-row h2{margin:0;flex:1 1 auto;min-width:0}.stitch-tech-show .tech-show-rating-inline{display:inline-flex;flex-shrink:0;align-items:center;gap:.45rem;padding:.42rem .72rem;background:#f0fdfab8;border:1px solid rgba(52,211,153,.14);border-radius:var(--radius-pill);box-shadow:inset 0 1px #ffffffa6}.stitch-tech-show .tech-show-rating-inline strong{color:var(--primary-dark);font-size:1.05rem;line-height:1}.stitch-tech-show .tech-show-rating-inline__stars{color:var(--color-warning);font-size:.72rem;letter-spacing:.06em}.stitch-tech-show .tech-show-rating-inline small{color:var(--muted);font-size:.78rem;font-weight:700;white-space:nowrap}.stitch-tech-show .tech-show-banner{margin-bottom:1rem;padding:.72rem .95rem;font-size:.9rem;line-height:1.45;background:linear-gradient(135deg,#f0fdfae0,#fffbf5eb);border:1px solid rgba(52,211,153,.18);border-radius:16px;box-shadow:inset 0 1px #ffffffb3}.stitch-tech-show .tech-show-review-form{margin-bottom:1rem;background:#fffdf8d9;border-color:#efe1cbd9;border-radius:20px}.stitch-tech-show .tech-show-reviews{gap:.75rem}.stitch-tech-show .tech-show-review{padding:1rem 1.05rem;background:#ffffffb8;border:1px solid rgba(239,225,203,.85);border-radius:20px;box-shadow:0 8px 20px #0417170a}.stitch-tech-show .tech-show-review__score{padding:.28rem .55rem;color:#9a3412;font-size:.82rem;font-weight:800;background:#fff8f0e6;border-radius:var(--radius-pill)}.stitch-tech-show .tech-show-empty{padding:1.5rem 1.25rem;text-align:center;background:#fffdf8b8;border:1px dashed rgba(11,107,103,.18);border-radius:22px}.stitch-tech-show .tech-show-empty__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:.65rem;color:var(--color-primary);font-size:1.1rem;font-weight:800;background:#34d3991f;border-radius:14px}.stitch-tech-show .technician-profile-sidebar-card{display:flex;flex-direction:column;gap:0;padding:clamp(1.15rem,2.5vw,1.4rem)}.stitch-tech-show .technician-profile-sidebar-card__head{margin-bottom:.75rem}.stitch-tech-show .technician-profile-sidebar-card__head h2{margin:0;font-family:"Fraunces",var(--font-display, Georgia),serif;font-size:clamp(1.15rem,2vw,1.4rem);letter-spacing:-.03em}.stitch-tech-show .technician-profile-sidebar-card__facts{display:grid;gap:.65rem;margin:0}.stitch-tech-show .technician-profile-sidebar-card__fact{display:grid;grid-template-columns:minmax(5.5rem,34%) minmax(0,1fr);gap:.65rem .85rem;align-items:baseline}.stitch-tech-show .technician-profile-sidebar-card__fact dt{margin:0;color:#073b3885;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.stitch-tech-show .technician-profile-sidebar-card__fact dd{margin:0;color:var(--ink);font-size:.94rem;font-weight:800;line-height:1.4}.stitch-tech-show .technician-profile-sidebar-card__protected{color:#073b389e;font-size:.86rem;font-weight:700;line-height:1.45}.stitch-tech-show .technician-profile-sidebar-card__divider{height:1px;margin:1rem 0 1.05rem;background:linear-gradient(90deg,rgba(11,107,103,.18),rgba(255,198,150,.14),transparent)}.stitch-tech-show .technician-profile-sidebar-card__contact h3{margin:.2rem 0 0;font-family:"Fraunces",var(--font-display, Georgia),serif;font-size:clamp(1.05rem,1.8vw,1.25rem);font-weight:800;line-height:1.2;letter-spacing:-.03em}.stitch-tech-show .technician-profile-sidebar-card__contact p{margin:.5rem 0 0;color:#073b38b8;font-size:.9rem;line-height:1.55}.stitch-tech-show .technician-profile-sidebar-card__actions{display:grid;gap:.5rem;margin-top:.85rem}.stitch-tech-show .technician-profile-sidebar-card__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:0 1rem;font-size:.88rem;font-weight:900;text-align:center;text-decoration:none;border-radius:var(--radius-pill);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.stitch-tech-show .technician-profile-sidebar-card__btn--primary{color:#fff1df;background:linear-gradient(135deg,#0b6b67,#064e4a);border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 24px #0b6b6738}.stitch-tech-show .technician-profile-sidebar-card__btn--primary:hover{transform:translateY(-1px);box-shadow:0 16px 30px #0b6b6747}.stitch-tech-show .technician-profile-sidebar-card__btn--secondary{color:var(--primary-dark);background:#fffdf8f2;border:1px solid rgba(239,225,203,.95);box-shadow:inset 0 1px #ffffffd9}.stitch-tech-show .technician-profile-sidebar-card__btn--secondary:hover{background:#fff}.stitch-tech-show .technician-profile-sidebar-card__back{display:block;margin-top:1rem;padding-top:.15rem;color:#073b3894;font-size:.82rem;font-weight:700;text-align:center;text-decoration:none;transition:color .2s ease}.stitch-tech-show .technician-profile-sidebar-card__back:hover{color:var(--primary-dark)}.stitch-tech-show .tech-show-btn{min-height:50px;font-size:.9rem}@media(max-width:1024px){.stitch-tech-show .tech-show-layout{grid-template-columns:1fr;gap:1.25rem}.stitch-tech-show .tech-show-main{display:contents}.stitch-tech-show .tech-show-panel--editorial{order:1}.stitch-tech-show .tech-show-sidebar{position:static;order:2}.stitch-tech-show .tech-show-main>.tech-show-panel:not(.tech-show-panel--editorial){order:3}}@media(max-width:720px){.stitch-tech-show .tech-show-hero{min-height:auto}.stitch-tech-show .tech-show-hero__shell{min-height:auto;padding-top:clamp(5rem,12vh,5.75rem);padding-bottom:clamp(1.75rem,4vh,2.25rem)}.stitch-tech-show .tech-show-hero__row{flex-direction:column;align-items:center;text-align:center}.stitch-tech-show .tech-show-hero__badges,.stitch-tech-show .tech-show-hero__meta,.stitch-tech-show .tech-show-hero__rating-chip{justify-content:center}.stitch-tech-show .tech-show-reviews__title-row,.stitch-tech-show .tech-show-review__header{align-items:flex-start;flex-direction:column}.stitch-tech-show .tech-show-rating-inline{align-self:flex-start}.stitch-tech-show .technician-profile-sidebar-card__fact{grid-template-columns:minmax(5rem,32%) minmax(0,1fr)}}.stitch-notifications-heading{display:grid;gap:.15rem}.stitch-notifications-heading span{color:var(--color-primary-hover);font-size:.75rem;font-weight:800;letter-spacing:.14em}.stitch-notifications-heading h2{margin:0;color:var(--color-text);font-size:1.35rem;font-weight:800}.nav-counter{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .38rem;margin-left:.35rem;color:var(--color-surface);font-size:.72rem;font-weight:800;line-height:1;background:var(--gradient-primary-btn);border-radius:var(--radius-pill);box-shadow:0 8px 18px #0b6b673d}.stitch-notifications{--primary: var(--color-primary);--primary-dark: var(--color-primary-dark);--petrol: var(--color-info);--ink: var(--color-text);--muted: var(--color-text-muted);--line: var(--color-line-ui);--soft: var(--color-soft);--white: var(--color-surface);--danger: var(--color-danger);--success: var(--color-success);--warning: var(--color-warning-soft);--shadow-sm: var(--shadow-soft);--shadow-md: var(--shadow-floating);min-height:calc(100vh - 65px);padding:36px 0 72px;color:var(--ink);background:radial-gradient(circle at 12% 0%,var(--color-brand-glow),transparent 28rem),var(--gradient-app-bg);font-family:var(--font-sans)}.stitch-notifications *,.stitch-notifications *:before,.stitch-notifications *:after{box-sizing:border-box}.stitch-notifications .notifications-container{width:min(100% - 40px,1180px);margin:0 auto}.stitch-notifications .notifications-hero{position:relative;display:flex;align-items:end;justify-content:space-between;gap:2rem;padding:clamp(2rem,5vw,3.5rem);overflow:hidden;color:var(--white);background:radial-gradient(circle at 86% 15%,rgba(45,212,191,.3),transparent 18rem),var(--gradient-hero-brand-alt);border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.stitch-notifications .notifications-hero:after{position:absolute;right:-80px;bottom:-120px;width:340px;height:340px;content:"";background:radial-gradient(circle,rgba(255,255,255,.22),transparent 68%)}.stitch-notifications .notifications-hero>*{position:relative;z-index:1}.stitch-notifications .notifications-eyebrow{display:inline-flex;margin-bottom:.8rem;color:var(--color-accent-soft);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.stitch-notifications .notifications-hero h1{margin:0;font-size:clamp(2.35rem,5vw,4.5rem);line-height:.98;letter-spacing:-.06em}.stitch-notifications .notifications-hero p{max-width:650px;margin:1rem 0 0;color:#ffffffd1;font-size:1.08rem}.stitch-notifications .hero-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.85rem}.stitch-notifications .unread-summary{display:grid;min-width:148px;padding:1.1rem;text-align:center;background:#ffffff24;border:1px solid rgba(255,255,255,.24);border-radius:var(--radius-lg)}.stitch-notifications .unread-summary strong{font-size:2.45rem;line-height:1}.stitch-notifications .unread-summary span{color:#ffffffc7;font-weight:800}.stitch-notifications .notification-message{margin-bottom:1rem;padding:.9rem 1rem;font-weight:800;border-radius:18px}.stitch-notifications .notification-message.success{color:var(--success);background:var(--color-success-bg);border:1px solid var(--color-success-border)}.stitch-notifications .notifications-panel,.stitch-notifications .notification-card,.stitch-notifications .empty-notifications{background:#ffffffe6;border:1px solid rgba(219,231,230,.96);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stitch-notifications .notifications-panel{margin-top:1.25rem;padding:clamp(1.25rem,3vw,1.7rem);border-radius:var(--radius-panel)}.stitch-notifications .panel-heading{margin-bottom:1.2rem}.stitch-notifications .panel-heading .notifications-eyebrow{color:var(--primary)}.stitch-notifications .panel-heading h2{margin:0;color:var(--ink);font-size:clamp(1.45rem,3vw,2rem);line-height:1.1;letter-spacing:-.045em}.stitch-notifications .notifications-list{display:grid;gap:1rem}.stitch-notifications .notification-card{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:start;padding:1rem;border-radius:var(--radius-lg);transition:transform .2s ease,box-shadow .2s ease}.stitch-notifications .notification-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px #0f172a1f}.stitch-notifications .notification-card.is-unread{background:linear-gradient(90deg,#0b6b671a,#ffffffeb 36%),#fffffff2;border-color:#0b6b676b}.stitch-notifications .notification-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;color:var(--white);font-weight:800;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:18px;box-shadow:0 14px 26px #0b6b672e}.stitch-notifications .notification-content{min-width:0}.stitch-notifications .notification-meta{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.stitch-notifications .notification-meta time{color:var(--muted);font-size:.84rem;font-weight:700}.stitch-notifications .type-badge,.stitch-notifications .read-pill{display:inline-flex;align-items:center;min-height:30px;padding:.36rem .65rem;font-size:.78rem;font-weight:800;border-radius:var(--radius-pill)}.stitch-notifications .type-badge{color:var(--primary-dark);background:var(--color-status-teal-bg)}.stitch-notifications .type-response_accepted,.stitch-notifications .type-review_received,.stitch-notifications .type-technician_profile_approved,.stitch-notifications .type-review_published_technician,.stitch-notifications .type-review_published_client{color:var(--success);background:var(--color-success-bg)}.stitch-notifications .type-response_rejected,.stitch-notifications .type-technician_profile_rejected,.stitch-notifications .type-review_rejected{color:var(--danger);background:var(--color-danger-bg)}.stitch-notifications .type-chat_message{color:var(--petrol);background:var(--color-status-info-bg)}.stitch-notifications .notification-card h3{margin:.75rem 0 0;color:var(--ink);font-size:1.08rem;font-weight:800}.stitch-notifications .notification-card p{margin:.4rem 0 0;color:var(--color-status-neutral)}.stitch-notifications .notification-controls{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.stitch-notifications .notification-btn,.stitch-notifications .empty-notifications a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.68rem .95rem;font:inherit;font-weight:800;text-align:center;text-decoration:none;cursor:pointer;border-radius:var(--radius-pill);transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.stitch-notifications .notification-btn:hover,.stitch-notifications .empty-notifications a:hover{transform:translateY(-2px)}.stitch-notifications .notification-btn.primary,.stitch-notifications .empty-notifications a{color:var(--white);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:0}.stitch-notifications .notification-btn.light{color:var(--primary-dark);background:var(--white);border:0;box-shadow:0 16px 32px #00000029}.stitch-notifications .notification-btn.ghost{color:var(--primary);background:var(--color-surface-tint)}.stitch-notifications .read-pill{color:var(--muted);background:var(--color-bg-section-alt)}.stitch-notifications .empty-notifications{padding:1.5rem;border-style:dashed;border-radius:var(--radius-lg)}.stitch-notifications .empty-notifications h3{margin:0;color:var(--ink);font-size:1.1rem;font-weight:800}.stitch-notifications .empty-notifications p{margin:.5rem 0 0;color:var(--muted)}.stitch-notifications .empty-notifications a{margin-top:1rem}@media(max-width:860px){.stitch-notifications .notifications-hero{align-items:flex-start;flex-direction:column}.stitch-notifications .hero-actions,.stitch-notifications .hero-actions form,.stitch-notifications .notification-btn.light{width:100%}.stitch-notifications .notification-card{grid-template-columns:auto 1fr}.stitch-notifications .notification-controls{grid-column:1 / -1;justify-content:flex-start}}@media(max-width:560px){.stitch-notifications{padding:22px 0 48px}.stitch-notifications .notifications-container{width:min(100% - 28px,1180px)}.stitch-notifications .notification-card{grid-template-columns:1fr}.stitch-notifications .notification-controls,.stitch-notifications .notification-controls form,.stitch-notifications .notification-controls a,.stitch-notifications .notification-controls button{width:100%}}.stitch-admin{--admin-sidebar-width: 292px;--admin-ink-soft: rgba(7, 27, 31, .72);--admin-glass: rgba(255, 255, 255, .08);--admin-glass-border: rgba(255, 255, 255, .14);--primary: var(--color-primary);--primary-dark: var(--color-primary-dark);--petrol: var(--color-info);--ink: var(--color-text);--muted: var(--color-text-muted);--line: var(--color-line-ui);--soft: var(--color-soft);--white: var(--color-surface);--danger: var(--color-danger);--success: var(--color-success);--warning: var(--color-warning-soft);--gold: var(--color-warning);--shadow-sm: var(--shadow-soft);--shadow-md: var(--shadow-floating);display:grid;grid-template-columns:var(--admin-sidebar-width) minmax(0,1fr);height:100vh;height:100dvh;max-height:100dvh;min-height:0;overflow:hidden;color:var(--ink);background:radial-gradient(circle at 88% 0%,rgba(32,214,196,.08),transparent 24rem),radial-gradient(circle at 12% 12%,rgba(255,198,150,.06),transparent 18rem),var(--gradient-app-bg);font-family:var(--font-sans)}.stitch-admin *,.stitch-admin *:before,.stitch-admin *:after{box-sizing:border-box}.stitch-admin .admin-sidebar{position:sticky;top:0;display:flex;flex-direction:column;gap:1.35rem;height:100vh;height:100dvh;padding:1.35rem 1.1rem;color:var(--white);background:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px),radial-gradient(circle at 18% 0%,rgba(45,212,191,.18),transparent 16rem),radial-gradient(circle at 100% 100%,rgba(11,75,104,.28),transparent 14rem),linear-gradient(180deg,#052726 0%,var(--color-primary-deep) 58%,#041515 100%);background-size:24px 24px,24px 24px,auto,auto,auto;border-right:1px solid rgba(255,255,255,.1);box-shadow:inset -1px 0 #2dd4bf14}.stitch-admin .admin-logo{display:flex;align-items:center;gap:.85rem;color:var(--white);text-decoration:none}.stitch-admin .admin-logo__mark{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;color:var(--primary-dark);font-size:.78rem;font-weight:900;background:linear-gradient(145deg,#fff,#dff7f2);border:1px solid rgba(255,255,255,.65);border-radius:16px;box-shadow:0 12px 28px #00000038}.stitch-admin .admin-logo__copy{display:grid;gap:.15rem}.stitch-admin .admin-logo__copy strong{font-size:.98rem;letter-spacing:.08em;text-transform:uppercase}.stitch-admin .admin-logo__copy small{color:#ffffff94;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.stitch-admin .admin-sidebar-nav{display:flex;flex:1 1 auto;flex-direction:column;gap:1rem;min-height:0}.stitch-admin .admin-sidebar-nav__group{display:grid;gap:.45rem}.stitch-admin .admin-nav-link{display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding:.82rem .95rem;color:#ffffffc2;font-size:.92rem;font-weight:800;text-decoration:none;border:1px solid transparent;border-radius:var(--radius-pill);transition:background .2s ease,color .2s ease,transform .2s ease,border-color .2s ease,box-shadow .2s ease}.stitch-admin .admin-nav-link:hover{color:var(--white);background:#ffffff14;border-color:#ffffff1f;transform:translate(2px)}.stitch-admin .admin-nav-link.active{color:var(--white);background:linear-gradient(135deg,#ffffff24,#ffffff0f);border-color:#2dd4bf57;box-shadow:inset 0 1px #ffffff1f,0 10px 24px #00000029}.stitch-admin .admin-nav-link--secondary{margin-top:auto;color:#ffffff9e;font-size:.86rem;background:#ffffff0a;border-color:#ffffff14}.stitch-admin .admin-nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.45rem;min-height:1.45rem;padding:0 .4rem;color:var(--primary-dark);font-size:.72rem;font-weight:900;background:var(--color-accent-soft);border-radius:var(--radius-pill);box-shadow:0 0 0 4px #2dd4bf1f}.stitch-admin .admin-sidebar-foot{margin-top:auto;padding:.95rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.stitch-admin .admin-sidebar-foot__eyebrow{display:block;color:#2dd4bfe0;font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.stitch-admin .admin-sidebar-foot p{margin:.35rem 0 0;font-size:.94rem;font-weight:800}.stitch-admin .admin-sidebar-foot small{display:block;margin-top:.15rem;color:#ffffff8f;font-size:.78rem;font-weight:700}.stitch-admin .admin-sidebar-bottom{display:grid;gap:.65rem;margin-top:auto}.stitch-admin .admin-sidebar__logout-form{margin:0}.stitch-admin .admin-sidebar__logout{display:flex;align-items:center;justify-content:center;width:100%;min-height:42px;padding:.82rem .95rem;color:#ffe6dceb;font-family:inherit;font-size:.86rem;font-weight:800;line-height:1.2;cursor:pointer;background:#ffffff08;border:1px solid rgba(255,196,176,.22);border-radius:var(--radius-pill);transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.stitch-admin .admin-sidebar__logout:hover{color:#fff7f3;background:#dc604e29;border-color:#ffc4b061;transform:translateY(-1px)}.stitch-admin .admin-sidebar__logout:focus-visible{outline:2px solid rgba(255,196,176,.55);outline-offset:2px}.stitch-admin .admin-topbar-logout-form{margin:0}.stitch-admin .admin-main{display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;max-height:100%;overflow:hidden}.stitch-admin .admin-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;padding:.95rem clamp(1rem,2.5vw,2rem);background:linear-gradient(180deg,#fffdf8f5,#faf6eee6);border-bottom:1px solid rgba(45,212,191,.14);box-shadow:inset 0 1px #ffffffbf,0 10px 24px #071b1f09;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.stitch-admin .admin-topbar__copy{min-width:0;flex:1 1 auto}.stitch-admin .admin-topbar__subtitle{margin:.35rem 0 0;max-width:42rem;color:var(--admin-ink-soft);font-size:.88rem;font-weight:700;line-height:1.45}.stitch-admin .admin-topbar__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:1.35rem;flex:0 0 auto;max-width:100%}.stitch-admin .admin-topbar__context{display:flex;align-items:center;flex:0 0 auto}.stitch-admin .admin-topbar__context:empty{display:none}.stitch-admin .admin-topbar__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.55rem;flex:0 0 auto}.stitch-admin .admin-topbar__metric,.stitch-admin .admin-topbar__stat{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;min-height:42px;height:42px;padding:0 1rem;cursor:default;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#ffffff6b;border:1px solid rgba(219,231,230,.5);border-radius:var(--radius-pill);box-shadow:none}.stitch-admin .admin-topbar__metric-value,.stitch-admin .admin-topbar__stat strong{flex:0 0 auto;color:var(--primary-dark);font-size:1.35rem;font-weight:900;line-height:1;letter-spacing:-.03em}.stitch-admin .admin-topbar__metric-label,.stitch-admin .admin-topbar__stat span{flex:0 1 auto;color:#0b6b67b8;font-size:.78rem;font-weight:800;line-height:1;letter-spacing:.01em;white-space:nowrap;text-align:left;text-transform:none}.stitch-admin .admin-topbar__toolbar .admin-topbar-link{box-shadow:0 6px 16px #071b1f0d}.stitch-admin .admin-topbar-link--secondary{color:var(--admin-ink-soft);background:#f7f4ebd9;border-color:#dbe7e6f2;box-shadow:none}.stitch-admin .admin-eyebrow{display:inline-flex;margin-bottom:.55rem;color:var(--primary);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.stitch-admin .admin-topbar h1{margin:0;color:var(--ink);font-size:1.45rem;font-weight:800}.stitch-admin .admin-topbar-logout-form button.admin-topbar-link{cursor:pointer}.stitch-admin .admin-content{width:min(100% - clamp(1.5rem,3vw,2.5rem),1480px);margin:0 auto;padding:1.35rem 0 2.5rem}.stitch-admin .admin-message{margin-bottom:1rem;padding:.9rem 1rem;font-weight:800;border-radius:18px}.stitch-admin .admin-message.success{color:var(--success);background:var(--color-success-bg);border:1px solid var(--color-success-border)}.stitch-admin .admin-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.75fr);gap:1.25rem;align-items:stretch;padding:clamp(1.5rem,3vw,2rem);overflow:hidden;color:var(--white);background:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),radial-gradient(circle at 86% 12%,rgba(45,212,191,.24),transparent 16rem),radial-gradient(circle at 10% 100%,rgba(255,198,150,.12),transparent 12rem),linear-gradient(135deg,#052726 0%,var(--color-primary-dark) 48%,#0b4b68 100%);background-size:28px 28px,28px 28px,auto,auto,auto;border:1px solid rgba(255,255,255,.1);border-radius:calc(var(--radius-xl) - 4px);box-shadow:var(--shadow-md),inset 0 1px #ffffff14}.stitch-admin .admin-hero--compact{grid-template-columns:minmax(0,1fr);gap:.35rem;padding:clamp(.95rem,1.8vw,1.25rem) clamp(1.1rem,2.2vw,1.45rem)}.stitch-admin .admin-hero--compact.admin-hero--with-action{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem}.stitch-admin .admin-hero--compact h2{font-size:clamp(1.45rem,2.4vw,1.95rem);line-height:1.08}.stitch-admin .admin-hero--compact p{margin-top:.45rem;font-size:.92rem;line-height:1.45}.stitch-admin .admin-hero--compact .admin-hero__copy{align-self:center}.stitch-admin .admin-pending-actions{display:grid;gap:1rem;margin-top:1.1rem;padding:clamp(1.1rem,2.2vw,1.35rem);background:#ffffffe0;border:1px solid rgba(239,225,203,.92);border-radius:24px;box-shadow:var(--shadow-sm)}.stitch-admin .admin-pending-actions__header h2{margin:.35rem 0 0;color:var(--ink);font-size:1.35rem;font-weight:800;letter-spacing:-.04em}.stitch-admin .admin-pending-actions__header p{margin:.45rem 0 0;color:var(--admin-ink-soft);font-size:.9rem;line-height:1.45}.stitch-admin .admin-pending-actions__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.stitch-admin .admin-pending-card{display:grid;gap:.85rem;align-content:space-between;min-height:148px;padding:1rem 1.05rem;background:#f7f4ebb8;border:1px solid rgba(219,231,230,.92);border-radius:20px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.stitch-admin .admin-pending-card:hover{transform:translateY(-1px);border-color:#2dd4bf47;box-shadow:0 12px 28px #071b1f0f}.stitch-admin .admin-pending-card--profiles{background:radial-gradient(circle at 100% 0%,rgba(45,212,191,.12),transparent 55%),#f7f4ebd1}.stitch-admin .admin-pending-card--reviews{background:radial-gradient(circle at 100% 0%,rgba(255,198,150,.14),transparent 55%),#f7f4ebd1}.stitch-admin .admin-pending-card--requests{background:radial-gradient(circle at 100% 0%,rgba(11,107,103,.1),transparent 55%),#f7f4ebd1}.stitch-admin .admin-pending-card__meta strong{display:block;color:var(--primary-dark);font-size:clamp(1.75rem,2.8vw,2.2rem);font-weight:900;line-height:1;letter-spacing:-.05em}.stitch-admin .admin-pending-card__meta span{display:block;margin-top:.45rem;color:var(--ink);font-size:.92rem;font-weight:800}.stitch-admin .admin-pending-card__meta p{margin:.35rem 0 0;color:var(--admin-ink-soft);font-size:.8rem;font-weight:700;line-height:1.35}.stitch-admin .admin-pending-card__cta{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.62rem .95rem;color:var(--primary-dark);font-size:.84rem;font-weight:800;text-decoration:none;background:#fffffff5;border:1px solid rgba(11,107,103,.14);border-radius:var(--radius-pill);box-shadow:0 8px 18px #071b1f0d;transition:transform .2s ease,border-color .2s ease}.stitch-admin .admin-pending-card__cta:hover{transform:translateY(-1px);border-color:#2dd4bf52}.stitch-admin .admin-empty-state{display:grid;justify-items:center;gap:.55rem;max-width:42ch;margin:.75rem auto 1rem;padding:1.35rem 1.2rem;text-align:center;background:#fffdf8f5;border:1px dashed rgba(219,231,230,.95);border-radius:22px}.stitch-admin .admin-empty-state__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--primary-dark);background:#2dd4bf1f;border:1px solid rgba(45,212,191,.22);border-radius:14px}.stitch-admin .admin-empty-state__icon svg{width:22px;height:22px}.stitch-admin .admin-empty-state__title{margin:0;color:var(--ink);font-size:1.02rem;font-weight:800}.stitch-admin .admin-empty-state__text{margin:0;color:var(--admin-ink-soft);font-size:.88rem;font-weight:700;line-height:1.45}.stitch-admin .admin-empty-state__cta{display:inline-flex;align-items:center;justify-content:center;min-height:38px;margin-top:.25rem;padding:.55rem .95rem;color:var(--primary-dark);font-size:.82rem;font-weight:800;text-decoration:none;background:#fffffff5;border:1px solid rgba(11,107,103,.12);border-radius:var(--radius-pill)}.stitch-admin .admin-empty-state__cta:hover{border-color:#2dd4bf47}.stitch-admin .admin-hero__copy{position:relative;z-index:1;align-self:center}.stitch-admin .admin-hero .admin-eyebrow,.stitch-admin .admin-hero-status__eyebrow{color:var(--color-accent-soft)}.stitch-admin .admin-hero h2{margin:0;font-size:clamp(1.85rem,3.2vw,2.75rem);line-height:1.02;letter-spacing:-.05em}.stitch-admin .admin-hero p{max-width:56ch;margin:.85rem 0 0;color:#ffffffd1;font-size:1rem;line-height:1.55}.stitch-admin .admin-hero-status{position:relative;z-index:1;display:grid;gap:.85rem;align-self:stretch;padding:1rem 1.05rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:22px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:inset 0 1px #ffffff14}.stitch-admin .admin-hero-status__eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.stitch-admin .admin-hero-status dl{display:grid;gap:.75rem;margin:0}.stitch-admin .admin-hero-status div{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-bottom:.65rem;border-bottom:1px solid rgba(255,255,255,.08)}.stitch-admin .admin-hero-status div:last-child{padding-bottom:0;border-bottom:0}.stitch-admin .admin-hero-status dt{color:#ffffffad;font-size:.82rem;font-weight:700}.stitch-admin .admin-hero-status dd{margin:0;color:var(--white);font-size:1.35rem;font-weight:900;letter-spacing:-.04em}.stitch-admin .admin-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.95rem;margin-top:1.1rem}.stitch-admin .admin-stat-card,.stitch-admin .admin-panel{background:#ffffffeb;border:1px solid rgba(239,225,203,.88);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stitch-admin .admin-stat-card{position:relative;min-height:138px;padding:1.05rem 1.1rem 1rem;border-radius:22px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.stitch-admin .admin-stat-card:hover{transform:translateY(-2px);border-color:#2dd4bf38;box-shadow:0 18px 36px #071b1f14}.stitch-admin .admin-stat-card__dot{display:inline-flex;width:8px;height:8px;margin-bottom:.65rem;background:var(--color-accent-soft);border-radius:50%;box-shadow:0 0 0 5px #2dd4bf1f}.stitch-admin .admin-stat-card__label{display:block;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.stitch-admin .admin-stat-card strong{display:block;margin-top:.45rem;color:var(--primary-dark);font-size:clamp(1.85rem,3vw,2.35rem);line-height:1;letter-spacing:-.05em}.stitch-admin .admin-stat-card__hint{margin:.45rem 0 0;color:var(--admin-ink-soft);font-size:.78rem;font-weight:700;line-height:1.35}.stitch-admin .admin-grid{display:grid;gap:1.25rem;margin-top:1.25rem}.stitch-admin .two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-admin .admin-panel{margin-top:1.1rem;padding:clamp(1.1rem,2.5vw,1.45rem);border-radius:24px}.stitch-admin .admin-dashboard-panels{align-items:stretch}.stitch-admin .admin-grid .admin-panel{margin-top:0}.stitch-admin .admin-panel-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.stitch-admin .admin-panel-heading h2{margin:0;color:var(--ink);font-size:1.28rem;font-weight:800;letter-spacing:-.04em}.stitch-admin .admin-footer{flex-shrink:0;margin-top:0}.stitch-admin .admin-table-wrap--dashboard .admin-table{min-width:0;border-spacing:0 .55rem}.stitch-admin .admin-table-wrap--dashboard .admin-table td{font-size:.9rem;background:#f7f4ebb8;border-color:#dbe7e6e0}.stitch-admin .admin-table-wrap--dashboard .admin-table tbody tr:hover td{background:#fffffff5}.stitch-admin .admin-btn,.stitch-admin .admin-action-btn,.stitch-admin .admin-panel-cta,.stitch-admin .admin-panel-heading a,.stitch-admin .admin-topbar-link,.stitch-admin .admin-moderation-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:42px;padding:0 1rem;font-family:inherit;font-size:.86rem;font-weight:800;line-height:1;white-space:nowrap;text-decoration:none;cursor:pointer;border:1px solid transparent;border-radius:var(--radius-pill);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.stitch-admin .admin-btn--sm,.stitch-admin .admin-action-btn,.stitch-admin .admin-panel-cta--sm{min-height:36px;padding:0 .82rem;font-size:.78rem}.stitch-admin .admin-btn--primary,.stitch-admin .admin-action-btn--approve,.stitch-admin .admin-moderation-btn--approve,.stitch-admin .admin-filters button[type=submit]:not(.admin-btn--secondary):not(.admin-btn--ghost){color:var(--white);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-color:transparent;box-shadow:0 8px 18px #064e4b29}.stitch-admin .admin-btn--secondary,.stitch-admin .admin-topbar-link:not(.admin-topbar-link--logout),.stitch-admin .admin-panel-cta{color:var(--primary-dark);background:#fffffff5;border-color:#0b6b671f;box-shadow:0 6px 16px #071b1f0d}.stitch-admin .admin-btn--ghost,.stitch-admin .admin-action-btn--ghost{color:var(--primary-dark);background:#fffffff5;border-color:#0b6b671f;box-shadow:none}.stitch-admin .admin-btn--danger,.stitch-admin .admin-action-btn--reject,.stitch-admin .admin-moderation-btn--reject,.stitch-admin .admin-topbar-link--logout{color:#8b4f45;background:#fff7f2fa;border-color:#dc604e38;box-shadow:none}.stitch-admin .admin-btn:hover,.stitch-admin .admin-action-btn:hover,.stitch-admin .admin-panel-cta:hover,.stitch-admin .admin-panel-heading a:hover,.stitch-admin .admin-topbar-link:hover,.stitch-admin .admin-moderation-btn:hover{transform:translateY(-1px)}.stitch-admin .admin-btn--primary:hover,.stitch-admin .admin-action-btn--approve:hover,.stitch-admin .admin-moderation-btn--approve:hover{box-shadow:0 10px 22px #064e4b38}.stitch-admin .admin-btn--ghost:hover,.stitch-admin .admin-action-btn--ghost:hover{border-color:#2dd4bf47}.stitch-admin .admin-btn--danger:hover,.stitch-admin .admin-action-btn--reject:hover,.stitch-admin .admin-moderation-btn--reject:hover,.stitch-admin .admin-topbar-link--logout:hover{color:#6f3d36;background:#ffe8e0fa;border-color:#dc604e52}.stitch-admin .admin-btn:focus-visible,.stitch-admin .admin-action-btn:focus-visible,.stitch-admin .admin-panel-cta:focus-visible,.stitch-admin .admin-panel-heading a:focus-visible,.stitch-admin .admin-topbar-link:focus-visible,.stitch-admin .admin-moderation-btn:focus-visible{outline:2px solid rgba(45,212,191,.45);outline-offset:2px}.stitch-admin .admin-moderation-btn{width:100%}.stitch-admin .admin-badge,.stitch-admin .admin-stars{display:inline-flex;align-items:center;justify-content:center;gap:.2rem;min-height:28px;min-width:4.5rem;padding:.2rem .62rem;font-size:.78rem;font-weight:800;line-height:1;border-radius:var(--radius-pill)}.stitch-admin .admin-badge--sm,.stitch-admin .admin-stars--sm{min-height:28px;min-width:0;padding:.2rem .55rem;font-size:.78rem}.stitch-admin .admin-badge--pending,.stitch-admin .moderation-pending{color:var(--color-status-warning-text);background:var(--color-status-warning-bg)}.stitch-admin .admin-badge--approved,.stitch-admin .moderation-approved{color:var(--color-status-teal);background:var(--color-status-teal-bg)}.stitch-admin .admin-badge--rejected,.stitch-admin .moderation-rejected{color:var(--danger);background:var(--color-danger-bg)}.stitch-admin .admin-badge--active,.stitch-admin .is-active,.stitch-admin .status-abierta{color:var(--color-status-teal);background:var(--color-status-teal-bg)}.stitch-admin .admin-badge--closed,.stitch-admin .status-cerrada{color:var(--color-status-neutral);background:var(--color-status-neutral-bg)}.stitch-admin .admin-badge--role,.stitch-admin .role-cliente,.stitch-admin .role-tecnico,.stitch-admin .role-admin{min-width:0}.stitch-admin .role-cliente{color:var(--color-status-teal);background:var(--color-status-teal-bg)}.stitch-admin .role-tecnico,.stitch-admin .status-en_revision{color:var(--petrol);background:var(--color-status-info-bg)}.stitch-admin .role-admin{color:var(--color-role-admin);background:var(--color-role-admin-bg)}.stitch-admin .status-cancelada,.stitch-admin .is-inactive{color:var(--danger);background:var(--color-danger-bg)}.stitch-admin .urgency-baja{color:var(--color-status-teal);background:var(--color-status-teal-bg)}.stitch-admin .urgency-media{color:var(--color-status-warning-text);background:var(--color-status-warning-bg)}.stitch-admin .urgency-alta{color:var(--danger);background:var(--color-danger-bg)}.stitch-admin .admin-stars{min-width:0;color:var(--color-status-warning-text);background:var(--color-status-warning-bg)}.stitch-admin .admin-table__actions,.stitch-admin .admin-row-actions{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.5rem}.stitch-admin .admin-table__actions .admin-inline-form,.stitch-admin .admin-table__actions .admin-inline-form--compact,.stitch-admin .admin-row-actions .admin-inline-form,.stitch-admin .admin-row-actions .admin-inline-form--compact{display:inline-flex;align-items:center;margin:0;min-width:0}.stitch-admin .admin-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;align-items:end;margin-bottom:1rem;padding:1rem;background:var(--color-surface-muted);border:1px solid var(--line);border-radius:22px}.stitch-admin .admin-filters label{display:grid;gap:.4rem}.stitch-admin .admin-filters span{color:var(--color-text-secondary);font-size:.82rem;font-weight:800}.stitch-admin input,.stitch-admin select,.stitch-admin textarea{min-height:42px;padding:.65rem .85rem;color:var(--ink);font:inherit;font-weight:700;line-height:1.2;background:var(--white);border:1px solid var(--line);border-radius:15px;outline:none}.stitch-admin .admin-filters button[type=submit],.stitch-admin .admin-inline-form button[type=submit]{border:0}.stitch-admin .admin-table:not(.admin-table--dense){width:100%;min-width:780px;border-collapse:separate;border-spacing:0 .65rem}.stitch-admin .admin-table--dense.admin-table--flat{width:100%}.stitch-admin .admin-table th{padding:0 .85rem .35rem;color:var(--muted);font-size:.78rem;font-weight:800;text-align:left;text-transform:uppercase;letter-spacing:.08em}.stitch-admin .admin-table td{padding:.95rem .85rem;color:var(--color-text-secondary);font-weight:700;background:var(--color-surface-muted);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stitch-admin .admin-table td:first-child{border-left:1px solid var(--line);border-radius:18px 0 0 18px}.stitch-admin .admin-table td:last-child{border-right:1px solid var(--line);border-radius:0 18px 18px 0}.stitch-admin .admin-inline-form{display:flex;gap:.55rem;align-items:center;min-width:260px}.stitch-admin .admin-inline-form select{min-width:145px}.stitch-admin .admin-empty{padding:1rem;color:var(--muted);font-weight:800;text-align:center}.stitch-admin .admin-table td .admin-empty-state{max-width:none;margin-inline:0}.stitch-admin .admin-pagination{margin-top:1rem}.stitch-admin .admin-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.85rem}.stitch-admin .admin-tabs a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 .9rem;color:var(--color-text-secondary);font-size:.78rem;font-weight:800;line-height:1;text-decoration:none;background:#ffffffeb;border:1px solid rgba(11,107,103,.12);border-radius:var(--radius-pill);transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.stitch-admin .admin-tabs a:hover{color:var(--primary-dark);border-color:#2dd4bf47;transform:translateY(-1px)}.stitch-admin .admin-tabs a.active{color:var(--white);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-color:transparent;box-shadow:0 8px 18px #064e4b29}.stitch-admin .admin-inline-form--compact{min-width:auto}.stitch-admin .admin-inline-form--compact .admin-action-btn,.stitch-admin .admin-inline-form--compact .admin-btn{width:auto}.stitch-admin .admin-moderation-detail__grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:1.25rem}.stitch-admin .admin-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0}.stitch-admin .admin-detail-list div{display:grid;gap:.25rem}.stitch-admin .admin-detail-list__full{grid-column:1 / -1}.stitch-admin .admin-detail-list dt{color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.stitch-admin .admin-detail-list dd{margin:0;color:var(--ink);font-weight:700;line-height:1.5}.stitch-admin .admin-moderation-photo{overflow:hidden;margin-bottom:1rem;background:var(--color-surface-muted);border:1px solid var(--line);border-radius:22px}.stitch-admin .admin-moderation-photo img{display:block;width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover}.stitch-admin .admin-moderation-photo__empty{display:grid;place-items:center;min-height:220px;padding:1rem;color:var(--muted);font-weight:800;text-align:center}.stitch-admin .admin-moderation-actions{display:grid;gap:.85rem}.stitch-admin .admin-moderation-reject-form label{display:grid;gap:.45rem}.stitch-admin .admin-moderation-reject-form span{color:var(--color-text-secondary);font-size:.82rem;font-weight:800}.stitch-admin .admin-moderation-reject-form textarea{width:100%;min-height:110px;padding:.75rem .85rem;color:var(--ink);font:inherit;resize:vertical;background:var(--white);border:1px solid var(--line);border-radius:15px}.stitch-admin .admin-field-error{margin:0;color:var(--danger);font-size:.82rem;font-weight:700}@media(max-width:900px){.stitch-admin .admin-moderation-detail__grid,.stitch-admin .admin-detail-list{grid-template-columns:1fr}}.stitch-admin .admin-sidebar-nav__label{margin:.85rem 0 .35rem;padding:0 .55rem;color:#ffffff6b;font-size:.64rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.stitch-admin .admin-sidebar-nav__label:first-of-type{margin-top:.15rem}.stitch-admin .admin-sidebar-nav .admin-nav-link--secondary{margin-top:.35rem}.stitch-admin .admin-nav-link{padding:.68rem .85rem;font-size:.88rem}.stitch-admin .admin-nav-link.active{box-shadow:inset 0 1px #ffffff1a,0 6px 18px #0000001f}.stitch-admin .admin-cockpit{display:grid;gap:.85rem}.stitch-admin .admin-hero--slim{grid-template-columns:minmax(0,1.2fr) minmax(220px,.65fr);gap:.85rem;padding:clamp(.85rem,1.6vw,1.15rem) clamp(1rem,2vw,1.35rem)}.stitch-admin .admin-hero--slim h2{font-size:clamp(1.35rem,2.2vw,1.75rem);line-height:1.08}.stitch-admin .admin-hero--slim p{margin-top:.35rem;font-size:.88rem;line-height:1.4}.stitch-admin .admin-hero-status--inline{padding:.75rem .85rem;border-radius:16px}.stitch-admin .admin-hero-status--inline dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.stitch-admin .admin-hero-status--inline div{flex-direction:column;align-items:flex-start;gap:.15rem;padding:0;border:0}.stitch-admin .admin-hero-status--inline dt{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.stitch-admin .admin-hero-status--inline dd{font-size:1.15rem}.stitch-admin .admin-priority-strip{display:grid;gap:.65rem;padding:.85rem 1rem;background:#ffffffe6;border:1px solid rgba(239,225,203,.9);border-radius:18px;box-shadow:var(--shadow-sm)}.stitch-admin .admin-priority-strip__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.stitch-admin .admin-priority-strip__head h3{margin:0;color:var(--ink);font-size:.95rem;font-weight:800}.stitch-admin .admin-priority-strip__head span{color:var(--admin-ink-soft);font-size:.78rem;font-weight:700}.stitch-admin .admin-priority-strip__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.stitch-admin .admin-priority-item{display:grid;grid-template-columns:auto 1fr auto;gap:.45rem .65rem;align-items:center;padding:.65rem .75rem;color:inherit;text-decoration:none;background:#f7f4ebbf;border:1px solid rgba(219,231,230,.88);border-radius:14px;transition:border-color .2s ease,transform .2s ease}.stitch-admin .admin-priority-item:hover{transform:translateY(-1px);border-color:#2dd4bf52}.stitch-admin .admin-priority-item strong{color:var(--primary-dark);font-size:1.25rem;font-weight:900;line-height:1}.stitch-admin .admin-priority-item span{color:var(--ink);font-size:.82rem;font-weight:700}.stitch-admin .admin-priority-item em{color:var(--primary);font-size:.72rem;font-weight:800;font-style:normal;text-transform:uppercase;letter-spacing:.06em}.stitch-admin .admin-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.stitch-admin .admin-metric-card{position:relative;display:grid;gap:.32rem;align-content:center;min-height:4.35rem;padding:.72rem .9rem;overflow:hidden;background:linear-gradient(165deg,#fffffff0,#fcf9f2e6);border:1px solid rgba(219,231,230,.62);border-radius:18px;box-shadow:inset 0 1px #ffffffe0,0 10px 24px #071b1f0b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.stitch-admin .admin-metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#2dd4bf8c,#2dd4bf00 78%);opacity:.28;transition:opacity .22s ease}.stitch-admin .admin-metric-card:hover{transform:translateY(-2px);border-color:#2dd4bf3d;box-shadow:inset 0 1px #ffffffeb,0 14px 30px #071b1f12}.stitch-admin .admin-metric-card:hover:before{opacity:.72}.stitch-admin .admin-metric-card--featured{background:linear-gradient(165deg,#fffdf8fa,#ecfcf7c7);border-color:#2dd4bf4d;box-shadow:inset 0 1px #fffffff0,0 12px 28px #064e4b17}.stitch-admin .admin-metric-card--featured:before{height:3px;opacity:.55}.stitch-admin .admin-metric-card__label{display:block;color:#0b6b67b8;font-size:.66rem;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.stitch-admin .admin-metric-card__line{display:flex;flex-wrap:wrap;align-items:baseline;gap:.28rem .38rem;min-width:0}.stitch-admin .admin-metric-card__value,.stitch-admin .admin-metric-card__body strong{flex:0 0 auto;margin:0;color:var(--primary-dark);font-size:1.55rem;font-weight:900;line-height:1;letter-spacing:-.04em}.stitch-admin .admin-metric-card--featured .admin-metric-card__value,.stitch-admin .admin-metric-card--featured .admin-metric-card__body strong{font-size:1.65rem}.stitch-admin .admin-metric-card__separator{flex:0 0 auto;color:#0b6b6761;font-size:.95rem;font-weight:800;line-height:1}.stitch-admin .admin-metric-card__meta,.stitch-admin .admin-metric-card__trend,.stitch-admin .admin-metric-card__hint{flex:1 1 auto;min-width:0;color:#0b6b6794;font-size:.72rem;font-weight:700;line-height:1.25}.stitch-admin .admin-metric-card__meta--trend,.stitch-admin .admin-metric-card__trend{color:var(--primary);font-weight:800}.stitch-admin .admin-cockpit-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:.85rem;align-items:start}.stitch-admin .admin-cockpit-grid__main{display:grid;gap:.85rem}.stitch-admin .admin-cockpit-grid__aside{display:grid;gap:.85rem;align-content:start}.stitch-admin .admin-panel--compact{margin-top:0;padding:.85rem .95rem .95rem;border-radius:18px}.stitch-admin .admin-panel--tool{margin-top:0;padding:.85rem .95rem 1rem;border-radius:18px}.stitch-admin .admin-panel-heading--compact{margin-bottom:.65rem}.stitch-admin .admin-panel-heading--compact h2{font-size:.98rem}.stitch-admin .admin-panel-heading--compact p{margin:.15rem 0 0;color:var(--admin-ink-soft);font-size:.78rem;font-weight:700}.stitch-admin .admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.65rem;padding:.75rem 1rem;background:#ffffffe0;border:1px solid rgba(239,225,203,.9);border-radius:16px;box-shadow:var(--shadow-sm)}.stitch-admin .admin-toolbar__copy h2{margin:0;color:var(--ink);font-size:1.15rem;font-weight:800;letter-spacing:-.03em}.stitch-admin .admin-toolbar__copy p{margin:.2rem 0 0;color:var(--admin-ink-soft);font-size:.84rem;font-weight:700}.stitch-admin .admin-toolbar__stat{display:grid;justify-items:end;gap:.1rem;padding:.45rem .75rem;background:#f7f4ebd9;border:1px solid rgba(219,231,230,.9);border-radius:12px}.stitch-admin .admin-toolbar__stat strong{color:var(--primary-dark);font-size:1.35rem;font-weight:900;line-height:1}.stitch-admin .admin-toolbar--detail{margin-bottom:.65rem}.stitch-admin .admin-moderation-detail{margin-top:0}.stitch-admin .admin-moderation-detail__aside{position:sticky;top:.75rem}.stitch-admin .admin-toolbar__stat span{color:var(--admin-ink-soft);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.stitch-admin .admin-table--dense.admin-table--flat{min-width:640px;border-collapse:collapse;border-spacing:0}.stitch-admin .admin-table--dense.admin-table--flat th{position:sticky;top:0;z-index:2;padding:.62rem .7rem;color:#0b6b67b8;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;vertical-align:middle;background:#f7f4ebfa;border-bottom:1px solid rgba(219,231,230,.95);box-shadow:0 1px #dbe7e6a6}.stitch-admin .admin-table--dense.admin-table--flat td{padding:.62rem .7rem;font-size:.84rem;font-weight:600;line-height:1.35;vertical-align:middle;background:transparent;border:none;border-bottom:1px solid rgba(219,231,230,.55);border-radius:0}.stitch-admin .admin-table--dense.admin-table--flat tbody tr{transition:background .15s ease}.stitch-admin .admin-table--dense.admin-table--flat tbody tr:last-child td{border-bottom-color:#dbe7e673}.stitch-admin .admin-table--dense.admin-table--flat td:first-child,.stitch-admin .admin-table--dense.admin-table--flat td:last-child{border-left:none;border-right:none;border-radius:0}.stitch-admin .admin-table--dense.admin-table--flat tbody tr:hover td{background:#ffffffb8}.stitch-admin .admin-cell-main{display:block;color:var(--ink);font-weight:700}.stitch-admin .admin-cell-sub{display:block;margin-top:.1rem;color:var(--admin-ink-soft);font-size:.74rem;font-weight:600}.stitch-admin .admin-filters--compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin-bottom:.75rem;padding:.75rem;border-radius:14px}.stitch-admin .admin-filters--compact label span{font-size:.76rem}.stitch-admin .admin-filters--compact input,.stitch-admin .admin-filters--compact select,.stitch-admin .admin-filters--compact textarea{min-height:36px;padding:.5rem .75rem;font-size:.84rem}.stitch-admin .admin-filters--compact .admin-btn,.stitch-admin .admin-filters--compact button[type=submit]{min-height:36px;align-self:end}.stitch-admin .admin-inline-form--row{min-width:0;flex-wrap:nowrap;align-items:center;gap:.5rem}.stitch-admin .admin-inline-form--row select{min-width:110px;min-height:36px;height:36px;padding:.25rem .45rem;font-size:.78rem}.stitch-admin .admin-inline-form--row .admin-btn,.stitch-admin .admin-inline-form--row button[type=submit]{min-height:36px}.stitch-admin .admin-empty-state--compact{gap:.35rem;max-width:36ch;margin:.35rem auto .5rem;padding:.85rem .75rem}.stitch-admin .admin-empty-state--compact .admin-empty-state__icon{width:34px;height:34px;border-radius:10px}.stitch-admin .admin-empty-state--compact .admin-empty-state__icon svg{width:17px;height:17px}.stitch-admin .admin-empty-state--compact .admin-empty-state__title{font-size:.92rem}.stitch-admin .admin-empty-state--compact .admin-empty-state__text{font-size:.8rem}.stitch-admin .admin-security-feed{display:grid;gap:.45rem;margin:0;padding:0;list-style:none}.stitch-admin .admin-security-feed li{display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding:.55rem .65rem;background:#f7f4ebb8;border:1px solid rgba(219,231,230,.85);border-radius:12px}.stitch-admin .admin-security-feed__event{color:var(--ink);font-size:.8rem;font-weight:700}.stitch-admin .admin-security-feed__meta{color:var(--admin-ink-soft);font-size:.72rem;font-weight:700;white-space:nowrap}.stitch-admin .admin-quick-links{padding:.85rem .95rem;background:#ffffffeb;border:1px solid rgba(239,225,203,.88);border-radius:18px;box-shadow:var(--shadow-sm)}.stitch-admin .admin-quick-links h3{margin:0 0 .55rem;color:var(--ink);font-size:.88rem;font-weight:800}.stitch-admin .admin-quick-links__grid{display:grid;gap:.4rem}.stitch-admin .admin-quick-links__grid a{display:flex;align-items:center;min-height:34px;padding:.45rem .65rem;color:var(--primary-dark);font-size:.8rem;font-weight:700;text-decoration:none;background:#f7f4ebb8;border:1px solid rgba(219,231,230,.85);border-radius:10px;transition:border-color .2s ease}.stitch-admin .admin-quick-links__grid a:hover{border-color:#2dd4bf52}.stitch-admin .admin-table-wrap{-webkit-overflow-scrolling:touch}@media(max-width:1180px){body.app-admin-body{height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto}.app-admin-shell{height:auto;max-height:none;min-height:100dvh;overflow:visible}.stitch-admin{grid-template-columns:1fr;height:auto;max-height:none;min-height:100dvh;overflow:visible}.stitch-admin .admin-sidebar{position:static;height:auto;min-height:0;padding:.85rem 1rem;gap:.65rem}.stitch-admin .admin-sidebar-foot{display:none}.stitch-admin .admin-sidebar-bottom{display:grid;grid-column:1 / -1;gap:.45rem;margin-top:.15rem}.stitch-admin .admin-sidebar__logout{min-height:38px;padding:.58rem .72rem;font-size:.82rem}.stitch-admin .admin-sidebar-nav{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:.4rem}.stitch-admin .admin-sidebar-nav__label{grid-column:1 / -1;margin:.45rem 0 .15rem}.stitch-admin .admin-sidebar-nav__group{display:contents}.stitch-admin .admin-nav-link{padding:.58rem .72rem;font-size:.82rem}.stitch-admin .admin-nav-link--secondary{grid-column:1 / -1;margin-top:.15rem}.stitch-admin .admin-main,.stitch-admin .admin-main.app-shell{height:auto;max-height:none;min-height:0;overflow:visible}.stitch-admin .admin-main-scroll{overflow:visible;min-height:auto}.stitch-admin .admin-main-scroll>.admin-scroll-content{overflow:visible}.stitch-admin .admin-cockpit-grid,.stitch-admin .admin-hero,.stitch-admin .admin-hero--slim{grid-template-columns:1fr}.stitch-admin .admin-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-admin .admin-priority-strip__items,.stitch-admin .admin-pending-actions__grid,.stitch-admin .two-columns{grid-template-columns:1fr}.stitch-admin .admin-moderation-detail__aside{position:static}}@media(max-width:900px){.stitch-admin .admin-metrics-grid,.stitch-admin .admin-filters--compact{grid-template-columns:1fr 1fr}.stitch-admin .admin-sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-admin .admin-priority-item{grid-template-columns:auto 1fr auto}}@media(max-width:640px){.stitch-admin .admin-content{width:min(100% - 20px,1180px);padding:.85rem 0 1.25rem}.stitch-admin .admin-topbar{padding:.85rem 1rem}.stitch-admin .admin-topbar h1{font-size:1.2rem}.stitch-admin .admin-topbar__actions{width:100%;gap:.75rem}.stitch-admin .admin-topbar__toolbar,.stitch-admin .admin-sidebar-nav{grid-template-columns:1fr}.stitch-admin .admin-logo__copy small{display:none}.stitch-admin .admin-metrics-grid,.stitch-admin .admin-filters--compact{grid-template-columns:1fr}.stitch-admin .admin-panel,.stitch-admin .admin-panel--tool,.stitch-admin .admin-panel--compact,.stitch-admin .admin-toolbar,.stitch-admin .admin-priority-strip{padding-inline:.75rem}.stitch-admin .admin-table-wrap--sticky{max-height:none}.stitch-admin .admin-tabs a{flex:1 1 calc(50% - .25rem);justify-content:center}.stitch-admin .admin-priority-strip__head{flex-direction:column;align-items:flex-start}.stitch-admin .admin-hero-status--inline dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.stitch-admin .admin-hero-status--inline dd{font-size:1rem}.stitch-admin .admin-hero h2,.stitch-admin .admin-hero--slim h2{font-size:clamp(1.25rem,6vw,1.65rem)}.stitch-admin .admin-metric-card{min-height:4.1rem;padding:.68rem .8rem}.stitch-admin .admin-metric-card__value,.stitch-admin .admin-metric-card__body strong{font-size:1.25rem}.stitch-admin .admin-metric-card--featured .admin-metric-card__value,.stitch-admin .admin-metric-card--featured .admin-metric-card__body strong{font-size:1.32rem}.stitch-admin .admin-metric-card__meta{font-size:.68rem}}@media(max-width:430px){.stitch-admin .admin-hero-status--inline dl{grid-template-columns:1fr}.stitch-admin .admin-tabs a{flex-basis:100%}.stitch-admin .admin-priority-item{grid-template-columns:auto 1fr;row-gap:.35rem}.stitch-admin .admin-priority-item em{grid-column:1 / -1}}.stitch-directory,.stitch-settings{--primary: var(--color-primary);--primary-dark: var(--color-primary-dark);--petrol: var(--color-info);--ink: var(--color-text);--muted: var(--color-text-muted);--line: var(--color-line-ui);--white: var(--color-surface);--shadow-sm: var(--shadow-soft);--shadow-md: var(--shadow-floating);color:var(--ink);font-family:var(--font-sans)}.stitch-directory{min-height:100vh;background:radial-gradient(circle at 12% 0%,var(--color-brand-glow),transparent 28rem),var(--gradient-app-bg)}.stitch-directory *,.stitch-directory *:before,.stitch-directory *:after,.stitch-settings *,.stitch-settings *:before,.stitch-settings *:after{box-sizing:border-box}.stitch-directory .directory-container,.stitch-settings .settings-container{width:min(100% - 40px,1180px);margin:0 auto}.stitch-directory .directory-navbar{position:sticky;top:0;z-index:50;background:#ffffffe6;border-bottom:1px solid rgba(219,231,230,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.stitch-directory .nav-flex{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:76px}.stitch-directory .directory-logo{display:inline-flex;align-items:center;gap:.7rem;color:var(--primary-dark);font-weight:800;letter-spacing:.06em;text-decoration:none}.stitch-directory .logo-mark{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:var(--white);font-size:.78rem;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--color-accent-mid));border-radius:14px;box-shadow:0 12px 28px #0b6b673d}.stitch-directory nav{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.stitch-directory nav a{color:var(--color-text-secondary);font-size:.92rem;font-weight:800;text-decoration:none}.stitch-directory nav a.active,.stitch-directory .nav-cta{color:var(--primary)}.stitch-directory .nav-cta{padding:.72rem 1rem;color:var(--white)!important;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:var(--radius-pill)}.stitch-directory .directory-hero,.stitch-settings .settings-hero{margin-top:36px;padding:clamp(2rem,5vw,3.2rem);color:var(--white);background:radial-gradient(circle at 86% 15%,rgba(45,212,191,.3),transparent 18rem),var(--gradient-hero-brand-alt);border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.stitch-directory .directory-eyebrow,.stitch-settings .settings-eyebrow{display:inline-flex;margin-bottom:.8rem;color:var(--color-accent-soft);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.stitch-directory h1,.stitch-settings h1{margin:0;font-size:clamp(2.35rem,5vw,4.2rem);line-height:.98;letter-spacing:-.06em}.stitch-directory .directory-hero p,.stitch-settings .settings-hero p{max-width:680px;margin:1rem 0 0;color:#ffffffd1}.stitch-directory .directory-search{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.8fr) auto;gap:.75rem;max-width:920px;margin-top:1.5rem;padding:.75rem;background:#fffffff5;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.stitch-directory .directory-search input,.stitch-directory .directory-search select,.stitch-directory .directory-search button{min-height:54px;padding:.85rem 1rem;font:inherit;font-weight:800;border-radius:18px}.stitch-directory .directory-search input,.stitch-directory .directory-search select{color:var(--ink);background:var(--color-surface-muted);border:1px solid var(--line)}.stitch-directory .directory-search button,.stitch-settings .settings-submit{color:var(--white);cursor:pointer;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:0}.stitch-directory .directory-panel,.stitch-settings .settings-panel{margin-top:1.25rem;padding:clamp(1.25rem,3vw,1.7rem);background:#ffffffe6;border:1px solid rgba(219,231,230,.96);border-radius:var(--radius-panel);box-shadow:var(--shadow-sm)}.stitch-directory .directory-panel-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.stitch-directory .directory-panel-heading .directory-eyebrow{color:var(--primary)}.stitch-directory .directory-panel-heading h2{margin:0;font-size:clamp(1.45rem,3vw,2rem);font-weight:800;letter-spacing:-.045em}.stitch-directory .result-count{padding:.5rem .75rem;color:var(--primary-dark);font-weight:800;background:var(--color-status-teal-bg);border-radius:var(--radius-pill)}.stitch-directory .directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stitch-directory .directory-card{overflow:hidden;background:var(--white);border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow-sm)}.stitch-directory .directory-media{position:relative;padding:.9rem .9rem 0}.stitch-directory .directory-media img,.stitch-directory .directory-avatar{width:100%;aspect-ratio:4 / 3;-o-object-fit:cover;object-fit:cover;border-radius:22px}.stitch-directory .directory-avatar{display:flex;align-items:center;justify-content:center;color:var(--white);font-size:3rem;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--primary-dark))}.stitch-directory .directory-media span{position:absolute;right:1.6rem;bottom:.8rem;padding:.42rem .68rem;color:var(--white);font-size:.76rem;font-weight:800;background:#073b3ae6;border-radius:var(--radius-pill)}.stitch-directory .directory-card-body{padding:1.15rem}.stitch-directory .directory-card h3{margin:0 0 .55rem;font-size:1.15rem;font-weight:800}.stitch-directory .directory-meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.85rem}.stitch-directory .directory-meta span{padding:.32rem .55rem;color:var(--color-status-neutral);font-size:.82rem;font-weight:800;background:var(--color-surface-tint);border-radius:var(--radius-pill)}.stitch-directory .directory-card p{color:var(--muted)}.stitch-directory .directory-rating{margin:1rem 0;color:var(--color-warning);font-weight:800}.stitch-directory .directory-rating span{color:var(--muted)}.stitch-directory .directory-card a,.stitch-directory .directory-empty a{display:inline-flex;justify-content:center;width:100%;padding:.78rem 1rem;color:var(--primary-dark);font-weight:800;text-decoration:none;background:var(--color-surface-tint);border-radius:var(--radius-md)}.stitch-directory .directory-empty{grid-column:1 / -1;padding:1.5rem;color:var(--muted);background:var(--color-surface-muted);border:1px dashed var(--line);border-radius:var(--radius-lg)}.stitch-directory .directory-empty h3{margin:0 0 .5rem;color:var(--ink)}.stitch-directory .directory-footer{margin-top:4rem;padding:2rem 0;color:var(--color-text-placeholder);background:var(--color-primary-deep)}.stitch-directory .directory-footer p{margin:0}.stitch-settings{min-height:calc(100vh - 65px);padding:1px 0 72px;background:radial-gradient(circle at 12% 0%,var(--color-brand-glow),transparent 28rem),var(--gradient-app-bg)}.stitch-settings-heading{display:grid;gap:.15rem}.stitch-settings-heading span{color:var(--color-primary-hover);font-size:.75rem;font-weight:800;letter-spacing:.14em}.stitch-settings-heading h2{margin:0;color:var(--color-text);font-size:1.35rem;font-weight:800}.stitch-settings .settings-grid{display:grid;gap:1.25rem}.stitch-settings .settings-form{display:grid;gap:1rem}.stitch-settings .settings-field{display:grid;gap:.5rem}.stitch-settings .settings-field label,.stitch-settings label{color:var(--color-text-secondary);font-size:.9rem;font-weight:800}.stitch-settings input,.stitch-settings select,.stitch-settings textarea{width:100%;min-height:48px;border-color:var(--line)!important;border-radius:var(--radius-md)!important}.stitch-settings textarea{min-height:132px}.stitch-settings .settings-submit{min-height:50px;padding:.85rem 1.1rem;font-weight:800;border-radius:var(--radius-pill)}.stitch-settings .settings-message{margin:.85rem 0;padding:.85rem 1rem;font-weight:800;border-radius:18px}.stitch-settings .settings-message.success{color:var(--color-success);background:var(--color-success-bg);border:1px solid var(--color-success-border)}.stitch-settings .settings-message.error{color:var(--color-danger);background:var(--color-danger-bg);border:1px solid var(--color-danger-border)}.stitch-settings .settings-message.info{color:var(--primary-dark);background:var(--color-status-teal-bg);border:1px solid var(--color-surface-tint-border)}.stitch-settings .settings-message.warning{color:var(--color-status-warning-text);background:var(--color-status-warning-bg);border:1px solid var(--color-status-warning-bg)}.stitch-settings .danger-zone{border-color:var(--color-danger-border)}.stitch-auth .password-shell{grid-template-columns:minmax(0,1fr) minmax(390px,500px)}@media(max-width:1024px){.stitch-directory .directory-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.stitch-directory .directory-search,.stitch-directory .directory-grid{grid-template-columns:1fr}.stitch-directory .directory-panel-heading,.stitch-directory .nav-flex{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.stitch-directory .directory-container,.stitch-settings .settings-container{width:min(100% - 28px,1180px)}.stitch-directory .directory-navbar{position:static}}html:has(body.directory-public-page){height:auto;min-height:100%}body.directory-public-page.app-body{height:auto;min-height:100svh;overflow-x:hidden;overflow-y:auto}body.directory-public-page .stitch-directory.stitch-directory--listing.app-shell{display:flex;flex-direction:column;height:auto;min-height:100svh;max-height:none;overflow:visible}body.directory-public-page .stitch-directory--listing .app-main{flex:1 0 auto;min-height:auto;overflow:visible}body.directory-public-page .stitch-directory--listing .app-content,body.directory-public-page .stitch-directory--listing .directory-container.app-content{flex:none;min-height:auto;overflow:visible;overscroll-behavior:auto;padding-bottom:clamp(2.5rem,5vw,3.5rem)}body.directory-public-page .stitch-directory--listing>.app-footer,body.directory-public-page .stitch-directory--listing>.site-premium-footer{position:static;inset:auto;z-index:auto;flex-shrink:0;margin-top:auto;width:100%;transform:none}body.directory-public-page{overflow-x:hidden;overflow-y:auto}body.directory-public-page .ta-site-header__spacer{height:0}.stitch-directory.stitch-directory--listing{color:var(--color-text);background:radial-gradient(circle at 88% 0%,rgba(45,212,191,.09),transparent 24rem),radial-gradient(circle at 10% 14%,rgba(255,198,150,.07),transparent 20rem),var(--color-bg-page)}.stitch-directory--listing .directory-container{width:min(100% - clamp(1.5rem,5vw,5rem),1240px)}.stitch-directory--listing .directory-editorial-nav{position:absolute;top:clamp(.85rem,2vw,1.15rem);left:0;right:0;z-index:20;display:flex;justify-content:center;width:100%;margin:0;padding:0;background:transparent;border:0;box-shadow:none;pointer-events:none}.stitch-directory--listing .directory-editorial-nav__pill{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem;padding:.35rem;background:#0a0a0a8c;border:1px solid rgba(255,241,223,.18);border-radius:var(--radius-pill);box-shadow:0 16px 44px #00000038,inset 0 1px #ffffff14;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);pointer-events:auto}.stitch-directory--listing .directory-editorial-nav__pill a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 1rem;color:#fff1dfdb;font-size:.88rem;font-weight:800;text-decoration:none;white-space:nowrap;border-radius:var(--radius-pill);transition:background .22s ease,color .22s ease,transform .22s ease}.stitch-directory--listing .directory-editorial-nav__pill a:hover{background:#fff1df1a;transform:translateY(-1px)}.stitch-directory--listing .directory-editorial-nav__pill a.is-active{color:#17110c;background:#fff1df;box-shadow:0 8px 22px #00000029}.stitch-directory--listing .directory-editorial-hero{position:relative;isolation:isolate;min-height:clamp(520px,58vh,620px);overflow:hidden;color:#fff1df;background:radial-gradient(circle at 72% 28%,rgba(255,190,145,.14),transparent 34%),radial-gradient(circle at 18% 78%,rgba(0,169,157,.12),transparent 32%),linear-gradient(165deg,#041919,#062f2e 42%,#0a3d3a)}.stitch-directory--listing .directory-editorial-hero__media,.stitch-directory--listing .directory-editorial-hero__video{position:absolute;inset:0;width:100%;height:100%}.stitch-directory--listing .directory-editorial-hero__media{z-index:0;background:radial-gradient(circle at 70% 20%,rgba(45,212,191,.08),transparent 40%),#062f2e}.stitch-directory--listing .directory-editorial-hero__video{-o-object-fit:cover;object-fit:cover;opacity:.72;filter:brightness(.78) contrast(1.05) saturate(.92);transform:scale(1.03)}.stitch-directory--listing .directory-editorial-hero__overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#0000007a,#00000047 42%,#000000c7),radial-gradient(circle at 80% 18%,rgba(255,198,150,.12),transparent 28%)}.stitch-directory--listing .directory-editorial-hero__ghost{position:absolute;right:0;bottom:clamp(.35rem,1.5vh,.85rem);left:0;z-index:2;margin:0;color:#fff1df;font-family:Fraunces,Georgia,serif;font-size:clamp(3.75rem,11vw,9.5rem);font-weight:800;line-height:.82;letter-spacing:-.04em;text-align:center;white-space:nowrap;opacity:.14;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.stitch-directory--listing .directory-editorial-hero__shell{position:relative;z-index:4;display:flex;align-items:center;width:min(100% - clamp(1.5rem,4vw,3rem),1240px);min-height:clamp(520px,58vh,620px);margin-inline:auto;padding-top:clamp(5.75rem,11vh,6.75rem);padding-bottom:clamp(2.5rem,5vh,3.25rem);padding-inline:clamp(1rem,2.5vw,2rem)}.stitch-directory--listing .directory-editorial-hero__inner{position:relative;width:100%}.stitch-directory--listing .directory-editorial-hero__layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:clamp(1.25rem,2.2vw,2rem);align-items:center;width:100%}@media(min-width:1100px){.stitch-directory--listing .directory-editorial-hero__layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.stitch-directory--listing .directory-editorial-hero__copy{max-width:36rem;padding-inline:clamp(.35rem,1.2vw,1rem) clamp(.5rem,1.5vw,1.25rem);justify-self:stretch}.stitch-directory--listing .directory-editorial-hero__eyebrow{display:inline-flex;margin-bottom:.65rem;color:#a7f3e8eb;font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.stitch-directory--listing .directory-editorial-hero__copy h1{margin:0;color:#fff1df;font-size:clamp(2.15rem,4.8vw,3.35rem);font-weight:800;line-height:1.02;letter-spacing:-.05em}.stitch-directory--listing .directory-editorial-hero__copy h1 span{display:block;color:#ffc9a6}.stitch-directory--listing .directory-editorial-hero__copy p{max-width:32rem;margin:.85rem 0 0;color:#fff1dfc7;font-size:clamp(.92rem,1.6vw,1.02rem);line-height:1.55}.stitch-directory--listing .directory-editorial-hero__stats{display:flex;flex-wrap:wrap;gap:.45rem;margin:1rem 0 0;padding:0;list-style:none}.stitch-directory--listing .directory-editorial-hero__stats li{display:inline-flex;align-items:center;gap:.4rem;padding:.38rem .72rem;color:#fff1dfd1;font-size:.74rem;font-weight:700;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-pill);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.stitch-directory--listing .directory-editorial-hero__stats-dot{flex:0 0 auto;width:6px;height:6px;background:#2dd4bf;border-radius:50%;box-shadow:0 0 0 4px #2dd4bf2e}.stitch-directory--listing .directory-editorial-hero__search-card{width:min(620px,100%);max-width:100%;justify-self:start;padding:clamp(1.05rem,2vw,1.4rem);color:#fff1df;background:#16100bc7;border:1px solid rgba(255,238,218,.18);border-radius:28px;box-shadow:0 28px 70px #00000052;backdrop-filter:blur(20px) saturate(130%);-webkit-backdrop-filter:blur(20px) saturate(130%)}.stitch-directory--listing .directory-editorial-hero__search-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.stitch-directory--listing .directory-editorial-hero__search-header span{color:#fff1df94;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.stitch-directory--listing .directory-editorial-hero__search-header strong{color:#fff1df;font-size:.98rem;font-weight:800}.stitch-directory--listing .directory-editorial-hero__search-form{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1.05fr) auto;gap:.65rem}.stitch-directory--listing .directory-editorial-hero__field{display:block;min-width:0;min-height:72px;padding:.8rem 1.05rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:18px;transition:border-color .2s ease,background .2s ease}.stitch-directory--listing .directory-editorial-hero__field:focus-within{background:#ffffff1c;border-color:#fff1df47}.stitch-directory--listing .directory-editorial-hero__field span{display:block;margin-bottom:.35rem;color:#fff1df85;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.stitch-directory--listing .directory-editorial-hero__field input,.stitch-directory--listing .directory-editorial-hero__field select,.stitch-directory--listing .directory-editorial-hero__field .city-autocomplete input{width:100%;padding:0;color:#fff1df;font:inherit;font-size:.92rem;font-weight:700;background:transparent;border:0;outline:none}.stitch-directory--listing .directory-editorial-hero__field select option{color:#17110c}.stitch-directory--listing .directory-editorial-hero__field input::-moz-placeholder{color:#fff1df6b}.stitch-directory--listing .directory-editorial-hero__field input::placeholder{color:#fff1df6b}.stitch-directory--listing .directory-editorial-hero__submit{align-self:end;min-width:5.75rem;min-height:72px;padding:0 1.45rem;color:#17110c;font:inherit;font-size:.92rem;font-weight:800;cursor:pointer;background:linear-gradient(135deg,#fff1df,#ffc9a6);border:0;border-radius:18px;box-shadow:0 14px 32px #00000038;transition:transform .2s ease,box-shadow .2s ease}.stitch-directory--listing .directory-editorial-hero__submit:hover{transform:translateY(-1px);box-shadow:0 18px 36px #00000047}.stitch-directory--listing .directory-editorial-hero__fade{position:absolute;right:0;bottom:0;left:0;z-index:5;height:clamp(3rem,8vh,5rem);pointer-events:none;background:linear-gradient(180deg,transparent,var(--color-bg-page) 94%)}.stitch-directory--listing .directory-results-wrap{position:relative;z-index:2;padding-top:clamp(.5rem,2vw,1rem);background:var(--color-bg-page)}.stitch-directory--listing .directory-panel{margin-top:0;padding:clamp(1.5rem,3.2vw,2rem);background:#fffdf8f0;border:1px solid rgba(239,225,203,.88);border-radius:var(--radius-2xl);box-shadow:0 18px 48px #073b3a0d}.stitch-directory--listing .directory-panel-heading{align-items:flex-end;margin-bottom:1.45rem;padding-bottom:1.1rem;border-bottom:1px solid rgba(239,225,203,.75)}.stitch-directory--listing .directory-panel-heading .directory-eyebrow{color:var(--color-primary);font-size:.72rem;letter-spacing:.14em}.stitch-directory--listing .directory-panel-heading h2{margin-top:.15rem;font-size:clamp(1.55rem,2.8vw,2rem);letter-spacing:-.04em}.stitch-directory--listing .directory-panel-sub{margin:.4rem 0 0;color:var(--color-text-muted);font-size:.9rem;font-weight:600;line-height:1.45}.stitch-directory--listing .result-count{padding:.36rem .72rem;color:var(--color-primary-dark);font-size:.78rem;font-weight:800;letter-spacing:.01em;white-space:nowrap;background:#ffffffe0;border:1px solid rgba(45,212,191,.24);border-radius:var(--radius-pill);box-shadow:inset 0 1px #ffffffe6}.stitch-directory--listing .directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.stitch-directory--listing .directory-card{display:flex;flex-direction:column;overflow:hidden;background:#ffffffeb;border:1px solid rgba(239,225,203,.92);border-radius:26px;box-shadow:0 12px 32px #073b3a0f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.stitch-directory--listing .directory-card:hover{border-color:#2dd4bf42;box-shadow:0 20px 44px #073b3a1a;transform:translateY(-4px)}.stitch-directory--listing .directory-media{position:relative;padding:.65rem .65rem 0}.stitch-directory--listing .directory-media img,.stitch-directory--listing .directory-avatar{width:100%;aspect-ratio:16 / 10;-o-object-fit:cover;object-fit:cover;border-radius:18px}.stitch-directory--listing .directory-avatar{display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:800;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark))}.stitch-directory--listing .directory-media__badge{position:absolute;right:1.15rem;bottom:.55rem;padding:.28rem .58rem;color:#fffbf3f2;font-size:.66rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:#073b3ac7;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-pill);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.stitch-directory--listing .directory-card-body{display:flex;flex:1 1 auto;flex-direction:column;gap:.15rem;padding:.85rem .95rem 1rem}.stitch-directory--listing .directory-card h3{margin:0;font-size:1rem;font-weight:800;letter-spacing:-.02em}.stitch-directory--listing .directory-meta{display:flex;flex-wrap:wrap;gap:.35rem;margin:.35rem 0 .45rem}.stitch-directory--listing .directory-meta span{padding:.26rem .52rem;color:var(--color-primary-dark);font-size:.76rem;font-weight:700;background:#0b6b670f;border:1px solid rgba(11,107,103,.1)}.stitch-directory--listing .directory-card p{margin:0;color:var(--color-text-muted);font-size:.88rem;line-height:1.52}.stitch-directory--listing .directory-rating{margin:.65rem 0 .55rem;color:#b45309;font-size:.86rem;font-weight:800}.stitch-directory--listing .directory-rating span{color:var(--color-text-muted);font-weight:600}.stitch-directory--listing .directory-card a.directory-card__cta{width:100%;min-height:42px;margin-top:auto;font-size:.86rem;box-shadow:0 10px 22px #0b6b672e}.stitch-directory--listing .directory-card:hover a.directory-card__cta{box-shadow:0 14px 28px #0b6b6742}.stitch-directory--listing .directory-empty{padding:1.75rem;background:#ffffffb8;border:1px dashed rgba(239,225,203,.95);border-radius:24px}@media(max-width:900px){.stitch-directory--listing .directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-directory--listing .directory-editorial-hero__search-form{grid-template-columns:1fr}.stitch-directory--listing .directory-editorial-hero__submit{width:100%;min-height:52px}}@media(max-width:980px){.stitch-directory--listing .directory-editorial-hero__layout{grid-template-columns:1fr;gap:1.35rem}.stitch-directory--listing .directory-editorial-hero__copy{padding-inline:0}.stitch-directory--listing .directory-editorial-hero__search-card{max-width:none;justify-self:stretch}}@media(max-width:820px){.stitch-directory--listing .directory-editorial-nav__pill{max-width:calc(100% - 1.5rem);overflow-x:auto;justify-content:flex-start}.stitch-directory--listing .directory-editorial-hero,.stitch-directory--listing .directory-editorial-hero__shell{min-height:clamp(560px,72vh,680px)}.stitch-directory--listing .directory-editorial-hero__shell{padding-block:clamp(5rem,12vh,6rem) clamp(2rem,5vh,2.75rem);padding-inline:clamp(.85rem,3vw,1.25rem)}.stitch-directory--listing .directory-editorial-hero__ghost{font-size:clamp(3.5rem,18vw,6.5rem);opacity:.1}.stitch-directory--listing .directory-editorial-hero__search-form{grid-template-columns:1fr}.stitch-directory--listing .directory-editorial-hero__submit{width:100%;min-height:56px}.stitch-directory--listing .directory-editorial-hero__search-header{flex-direction:column;align-items:flex-start;gap:.25rem}.stitch-directory--listing .directory-panel-heading{align-items:flex-start;flex-direction:column;gap:.75rem}}body.directory-public-page .stitch-directory--listing>.site-premium-footer.site-premium-footer--compact{padding:14px clamp(1rem,4vw,1.5rem)}@media(max-width:768px){body.directory-public-page.app-body{overflow-x:hidden;overflow-y:auto}}@media(max-width:560px){.stitch-directory--listing .directory-grid{grid-template-columns:1fr}.stitch-directory--listing .directory-container{width:min(100% - 1.25rem,1240px)}}.stitch-directory--listing .directory-pagination{display:flex;justify-content:center;margin-top:1.75rem}.stitch-directory--listing .directory-pagination nav{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;justify-content:center}.stitch-directory--listing .directory-pagination a,.stitch-directory--listing .directory-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem;padding:0 .65rem;color:#073b38;font-size:.88rem;font-weight:700;text-decoration:none;background:#fffaf3;border:1px solid rgba(7,59,56,.12);border-radius:999px}.stitch-directory--listing .directory-pagination span[aria-current=page]{color:#fff1df;background:#073b38;border-color:#073b38}@media(max-width:1024px){.stitch-home .hero-grid,.stitch-auth .auth-shell,.stitch-auth .register-shell,.stitch-auth .login-shell,.stitch-profile .profile-layout,.stitch-requests .requests-client-grid,.stitch-requests .requests-tech-grid,.stitch-dashboard .dashboard-grid,.stitch-admin .two-columns{grid-template-columns:1fr}.stitch-home .hero-card,.stitch-profile .profile-sidebar,.stitch-requests .form-panel{position:static}.stitch-dashboard .stats-grid,.stitch-admin .admin-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-admin .admin-table:not(.admin-table--dense){min-width:760px}}@media(max-width:768px){.stitch-home .site-header,.stitch-directory .directory-navbar,.stitch-profile .profile-navbar{position:static}.stitch-home .nav-flex,.stitch-directory .nav-flex,.stitch-profile .nav-flex,.stitch-profile .hero-profile-card,.stitch-notifications .notifications-hero,.stitch-requests .requests-hero,.stitch-dashboard:not(.stitch-dashboard--premium) .dashboard-hero,.stitch-chat .chat-hero,.stitch-chat .conversation-header,.stitch-admin .admin-topbar,.stitch-admin .admin-panel-heading,.stitch-admin .admin-panel-heading--compact,.stitch-admin .admin-toolbar,.stitch-admin .admin-toolbar--detail{align-items:flex-start;flex-direction:column}.stitch-admin .admin-topbar__actions{width:100%;flex-direction:column;align-items:stretch;gap:.85rem}.stitch-admin .admin-topbar__context{width:100%;justify-content:flex-start}.stitch-admin .admin-topbar__metric,.stitch-admin .admin-topbar__stat{width:auto;max-width:100%;align-items:center}.stitch-admin .admin-topbar__toolbar{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.stitch-admin .admin-topbar__toolbar>:only-child{grid-column:1 / -1}.stitch-admin .admin-topbar-link,.stitch-admin .admin-panel-cta,.stitch-admin .admin-panel-heading a,.stitch-admin .admin-topbar-logout-form,.stitch-admin .admin-topbar-link--logout{width:100%}.stitch-admin .admin-filters,.stitch-admin .admin-filters--compact,.stitch-home .search-panel,.stitch-directory .directory-search,.stitch-chat .chat-send-form{grid-template-columns:1fr}.stitch-home .hero-actions,.stitch-home .btn-hero-primary,.stitch-home .btn-hero-secondary,.stitch-requests .hero-actions,.stitch-requests .request-btn,.stitch-dashboard .dashboard-hero-actions,.stitch-dashboard .dashboard-btn,.stitch-notifications .hero-actions,.stitch-notifications .hero-actions form,.stitch-notifications .notification-btn.light,.stitch-chat .back-chat-link,.stitch-chat .open-chat-link,.stitch-chat .send-button{width:100%}.stitch-home .grid-categories,.stitch-home .steps-grid,.stitch-home .grid-profiles,.stitch-directory .directory-grid,.stitch-dashboard .chat-strip,.stitch-admin .admin-stats-grid,.stitch-admin .admin-metrics-grid,.stitch-requests .form-grid,.stitch-auth .role-options{grid-template-columns:1fr}.stitch-notifications .notification-card{grid-template-columns:auto 1fr}.stitch-notifications .notification-controls{grid-column:1 / -1;justify-content:flex-start}}@media(max-width:640px){.stitch-home .container,.stitch-dashboard .dashboard-container,.stitch-requests .requests-container,.stitch-chat .chat-container,.stitch-profile .profile-container,.stitch-notifications .notifications-container,.stitch-directory .directory-container,.stitch-settings .settings-container,.stitch-admin .admin-content{width:min(100% - 24px,1180px)}.stitch-home .hero,.stitch-home .hero-grid{min-height:auto}.stitch-home .hero-grid,.stitch-chat .messages-area,.stitch-requests .request-panel,.stitch-dashboard .dashboard-card,.stitch-notifications .notifications-panel,.stitch-profile .profile-panel,.stitch-admin .admin-panel{padding-inline:1rem}.stitch-home .hero-content h1,.stitch-directory h1,.stitch-settings h1,.stitch-profile .hero-copy h1,.stitch-requests .requests-hero h1,.stitch-dashboard .dashboard-hero h1,.stitch-chat .chat-hero h1,.stitch-notifications .notifications-hero h1,.stitch-admin .admin-hero h2{font-size:clamp(2.05rem,12vw,2.75rem);letter-spacing:-.045em}.stitch-auth{padding:0}.stitch-auth .auth-shell{min-height:100vh;border:0;border-radius:0}.stitch-auth .auth-brand-panel,.stitch-auth .auth-card-panel,.stitch-auth .login-card{padding:1rem}.stitch-auth .brand-copy h1{font-size:clamp(2.05rem,11vw,2.55rem)}.stitch-chat .message-bubble{max-width:92%}.stitch-chat .messages-area{min-height:460px}.stitch-admin .admin-inline-form,.stitch-admin .admin-inline-form--row{align-items:stretch;flex-direction:column;min-width:0;width:100%}.stitch-admin .admin-inline-form select,.stitch-admin .admin-inline-form button,.stitch-admin .admin-inline-form--row select,.stitch-admin .admin-inline-form--row button{width:100%}.stitch-admin .admin-row-actions{flex-direction:column;align-items:stretch}.stitch-admin .admin-row-actions .admin-action-btn,.stitch-admin .admin-row-actions .admin-inline-form{width:100%}.stitch-admin .admin-table-wrap,.stitch-admin .admin-table-wrap--sticky{max-height:none}.stitch-admin .admin-table--dense.admin-table--flat{min-width:480px}.stitch-admin .admin-table:not(.admin-table--dense){min-width:620px}}@media(max-width:430px){.stitch-home .container,.stitch-dashboard .dashboard-container,.stitch-requests .requests-container,.stitch-chat .chat-container,.stitch-profile .profile-container,.stitch-notifications .notifications-container,.stitch-directory .directory-container,.stitch-settings .settings-container,.stitch-admin .admin-content{width:min(100% - 20px,1180px)}.stitch-home .hero-grid,.stitch-home .section,.stitch-dashboard,.stitch-requests,.stitch-chat,.stitch-notifications{padding-block:1.25rem 2.5rem}.stitch-home .search-field,.stitch-directory .directory-search input,.stitch-directory .directory-search select,.stitch-directory .directory-search button,.stitch-requests .form-field input,.stitch-requests .form-field select,.stitch-requests .form-field textarea,.stitch-auth .input-shell,.stitch-chat .send-field textarea{min-width:0}.stitch-profile nav,.stitch-directory nav{width:100%;gap:.65rem}.stitch-profile nav a,.stitch-directory nav a{font-size:.86rem}.stitch-notifications .notification-card,.stitch-requests .work-card-head,.stitch-requests .response-head,.stitch-dashboard .activity-item,.stitch-chat .conversation-card{grid-template-columns:1fr;align-items:flex-start;flex-direction:column}.stitch-notifications .notification-controls,.stitch-notifications .notification-controls form,.stitch-notifications .notification-controls a,.stitch-notifications .notification-controls button,.stitch-requests .response-actions form,.stitch-requests .mini-btn{width:100%}}@media(max-width:380px){.stitch-home .logo,.stitch-directory .directory-logo,.stitch-profile .profile-logo,.stitch-auth .auth-logo{font-size:.86rem;letter-spacing:.03em}.stitch-home .logo-mark,.stitch-directory .logo-mark,.stitch-profile .logo-mark,.stitch-auth .auth-logo-mark{width:36px;height:36px;border-radius:12px}.stitch-chat .message-bubble{max-width:96%}}.site-premium-footer{--footer-primary: var(--color-primary);--footer-dark: var(--color-primary-deep);--footer-ink: var(--color-text);--footer-muted: var(--color-text-placeholder);--footer-line: var(--color-border);color:var(--footer-muted);background:radial-gradient(circle at 12% 0%,rgba(45,212,191,.14),transparent 18rem),var(--gradient-footer-dark);font-family:var(--font-sans)}body.footer-page,body.guest-layout-body{min-height:100vh;display:flex;flex-direction:column}body.footer-page>main,body.guest-layout-body>main{flex:1}.stitch-home,.stitch-directory,.stitch-profile{display:flex;flex-direction:column}.stitch-home>main,.stitch-directory>main,.stitch-profile>main{flex:1}.stitch-admin .admin-main{display:flex;flex-direction:column}.stitch-admin .admin-content{flex:1}.site-premium-footer *,.site-premium-footer *:before,.site-premium-footer *:after{box-sizing:border-box}.site-premium-footer .site-footer-inner,.site-premium-footer .site-footer-bottom{width:min(100% - 40px,1180px);margin:0 auto}.site-premium-footer .site-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.2rem 0;border-bottom:1px solid var(--footer-line)}.site-premium-footer .site-footer-logo{display:inline-flex;align-items:center;gap:.7rem;color:var(--color-surface);font-weight:800;letter-spacing:.05em;text-decoration:none}.site-premium-footer .site-footer-logo span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:var(--color-primary-dark);font-size:.78rem;font-weight:800;background:var(--color-surface);border-radius:14px;box-shadow:0 12px 28px #0000002e}.site-premium-footer .site-footer-brand p{max-width:460px;margin:.9rem 0 0;color:#e2e8f0c7}.site-premium-footer .site-footer-links{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:flex-end}.site-premium-footer .site-footer-links a{display:inline-flex;align-items:center;min-height:40px;padding:.58rem .85rem;color:#e2e8f0d6;font-weight:800;text-decoration:none;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-pill);transition:background .2s ease,color .2s ease,transform .2s ease}.site-premium-footer .site-footer-links a:hover{color:var(--color-surface);background:#ffffff24;transform:translateY(-1px)}.site-premium-footer .site-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0 1.25rem;font-size:.88rem}.site-premium-footer .site-footer-bottom p{margin:0}.site-premium-footer .site-footer-bottom span{color:#e2e8f0ad;font-weight:700}.site-premium-footer--compact{min-height:0;color:#073b3a94;background:var(--color-bg-app);border-top:1px solid rgba(3,61,52,.08)}.site-premium-footer--compact .site-footer-inner,.site-premium-footer--compact .site-footer-bottom{width:min(100% - 32px,1180px)}.site-premium-footer--compact .site-footer-inner{justify-content:center;padding:0;border-bottom:0}.site-premium-footer--compact .site-footer-logo{color:#073b3ac7;font-size:.62rem;letter-spacing:.06em}.site-premium-footer--compact .site-footer-logo span{width:18px;height:18px;color:var(--color-surface);font-size:.48rem;background:var(--gradient-primary-btn);border-radius:6px;box-shadow:none}.site-premium-footer--compact .site-footer-brand{display:flex;align-items:center;gap:.45rem}.site-premium-footer--compact .site-footer-brand p{max-width:none;margin:0;color:#073b3a80;font-size:.62rem;line-height:1.3}.site-premium-footer--compact .site-footer-bottom{justify-content:center;padding:0;color:#073b3a6b;font-size:.6rem;line-height:1.3}.site-premium-footer--compact .site-footer-bottom p{margin:0}.site-premium-footer--admin{position:static;flex-shrink:0;margin-top:.5rem;color:var(--color-text-muted);background:transparent;border-top:1px solid rgba(219,231,230,.85)}.site-premium-footer--admin .site-footer-bottom{justify-content:center;padding:.55rem 0 .75rem;font-size:.72rem;line-height:1.2}.site-premium-footer--admin .site-footer-bottom p{margin:0;font-weight:600;color:var(--color-text-placeholder)}.site-premium-footer--landing{color:var(--footer-muted);background:radial-gradient(circle at 12% 0%,rgba(45,212,191,.14),transparent 18rem),var(--gradient-footer-dark)}@media(max-width:768px){.site-premium-footer .site-footer-inner,.site-premium-footer .site-footer-bottom{align-items:flex-start;flex-direction:column}.site-premium-footer .site-footer-links{justify-content:flex-start;width:100%}.site-premium-footer--compact .site-footer-inner,.site-premium-footer--compact .site-footer-bottom{align-items:center}.site-premium-footer--compact .site-footer-brand{justify-content:center;flex-wrap:wrap;text-align:center}}.stitch-home>.site-premium-footer.site-premium-footer--compact{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.35rem 1rem;margin-top:0;padding:14px clamp(1rem,4vw,1.5rem);background:var(--color-bg-app);border-top:1px solid rgba(3,61,52,.08)}.stitch-home>.site-premium-footer--compact .site-footer-inner,.stitch-home>.site-premium-footer--compact .site-footer-bottom{width:auto;margin:0;padding:0}.stitch-home>.site-premium-footer--compact .site-footer-inner{flex:1 1 auto;justify-content:flex-start}.stitch-home>.site-premium-footer--compact .site-footer-bottom{flex:0 0 auto;justify-content:flex-end;white-space:nowrap}@media(max-width:768px){.stitch-home>.site-premium-footer.site-premium-footer--compact{flex-direction:column;align-items:center;justify-content:center;gap:.3rem;padding-block:18px}.stitch-home>.site-premium-footer--compact .site-footer-inner,.stitch-home>.site-premium-footer--compact .site-footer-bottom{justify-content:center;text-align:center}.stitch-home>.site-premium-footer--compact .site-footer-bottom{white-space:normal}}@media(max-width:430px){.stitch-home>.site-premium-footer.site-premium-footer--compact{padding-block:20px}.site-premium-footer .site-footer-inner,.site-premium-footer .site-footer-bottom{width:min(100% - 24px,1180px)}.site-premium-footer .site-footer-links{display:grid;grid-template-columns:1fr}.site-premium-footer .site-footer-links a{justify-content:center;width:100%}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}input:where([type=text]),input:where(:not([type])),input:where([type=email]),input:where([type=url]),input:where([type=password]),input:where([type=number]),input:where([type=date]),input:where([type=datetime-local]),input:where([type=month]),input:where([type=search]),input:where([type=tel]),input:where([type=time]),input:where([type=week]),select:where([multiple]),textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}input:where([type=text]):focus,input:where(:not([type])):focus,input:where([type=email]):focus,input:where([type=url]):focus,input:where([type=password]):focus,input:where([type=number]):focus,input:where([type=date]):focus,input:where([type=datetime-local]):focus,input:where([type=month]):focus,input:where([type=search]):focus,input:where([type=tel]):focus,input:where([type=time]):focus,input:where([type=week]):focus,select:where([multiple]):focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}select:where([multiple]),select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}input:where([type=checkbox]),input:where([type=radio]){-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}input:where([type=checkbox]){border-radius:0}input:where([type=radio]){border-radius:100%}input:where([type=checkbox]):focus,input:where([type=radio]):focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}input:where([type=checkbox]):checked,input:where([type=radio]):checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}input:where([type=checkbox]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=checkbox]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=radio]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=radio]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):checked:hover,input:where([type=checkbox]):checked:focus,input:where([type=radio]):checked:hover,input:where([type=radio]):checked:focus{border-color:transparent;background-color:currentColor}input:where([type=checkbox]):indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media(forced-colors:active){input:where([type=checkbox]):indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):indeterminate:hover,input:where([type=checkbox]):indeterminate:focus{border-color:transparent;background-color:currentColor}input:where([type=file]){background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}input:where([type=file]):focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-full{bottom:100%}.end-0{inset-inline-end:0px}.start-0{inset-inline-start:0px}.top-full{top:100%}.z-50{z-index:50}.z-\[120\]{z-index:120}.mx-auto{margin-left:auto;margin-right:auto}.-ml-px{margin-left:-1px}.mb-2{margin-bottom:.5rem}.mb-6{margin-bottom:1.5rem}.mt-2{margin-top:.5rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.max-w-7xl{max-width:80rem}.origin-bottom-right{transform-origin:bottom right}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.resize{resize:both}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-2{gap:.5rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.break-all{word-break:break-all}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.border{border-width:1px}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.fill-current{fill:currentColor}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.font-sans{font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-sm{font-size:.875rem;line-height:1.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-5{line-height:1.25rem}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.\!ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}html,body{height:100%}body{overflow-x:hidden}[x-cloak]{display:none!important}.public-header{position:sticky;top:0;z-index:100;font-family:Inter,Figtree,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fffffff5;border-bottom:1px solid rgba(219,231,230,.9);box-shadow:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.public-header .public-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:62px;padding-block:.65rem}.public-header .public-header__logo{color:#073b3a;font-size:.98rem;font-weight:800;letter-spacing:.08em;text-decoration:none}.public-header .public-header__nav ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.55rem;padding:0;margin:0;list-style:none}.public-header .public-header__nav a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.48rem .75rem;color:#334155;font-size:.9rem;font-weight:700;line-height:1;text-decoration:none;border-radius:999px;transition:color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}.public-header .public-header__nav a:hover{color:#0b6b67;background:#f1f7f6}.public-header .public-header__nav .btn-registro{padding-inline:1rem;color:#fff!important;background:linear-gradient(135deg,#0b6b67,#073b3a);box-shadow:0 10px 22px #0b6b6733}.public-header .public-header__nav .btn-registro:hover{color:#fff!important;background:linear-gradient(135deg,#0f766e,#073b3a);transform:translateY(-1px)}body.app-admin-body{height:100%;overflow:hidden}.app-body{min-height:100%;overflow:hidden}.app-shell{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.app-header,.app-footer{flex:0 0 auto}.app-main{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.app-content{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain}.app-content-inner,.page-shell,.stitch-page-shell,.public-page-shell,.home-shell,.dashboard-shell,.requests-shell,.notifications-shell{width:var(--app-wide-content);margin-inline:auto}.admin-shell,.stitch-admin-shell{width:var(--app-admin-content);margin-inline:auto}.chat-shell,.stitch-chat-shell{width:var(--app-chat-content);margin-inline:auto}.app-page-heading{flex:0 0 auto}.app-content>.stitch-dashboard,.app-content>.stitch-requests,.app-content>.stitch-chat,.app-content>.stitch-notifications,.app-content>.stitch-settings,.app-content>.stitch-auth{min-height:100%}.app-content>.stitch-dashboard,.app-content>.stitch-requests,.app-content>.stitch-chat,.app-content>.stitch-notifications,.app-content>.stitch-app-page--profile-account{padding-bottom:2rem}.app-content>.stitch-auth{display:flex;padding:1.25rem}.app-content>.stitch-auth.stitch-auth--centered{padding:0}.app-content>.stitch-auth.stitch-register,.app-content>.stitch-auth.stitch-login,.app-content>.stitch-auth.stitch-verify-email{padding:0;min-height:0;flex:1 1 auto;overflow:hidden}.auth-page--register .app-content,.auth-page--login .app-content,.auth-page--verify .app-content{display:flex;flex-direction:column;overflow:hidden}.auth-page--register .app-content>.stitch-auth.stitch-register,.auth-page--login .app-content>.stitch-auth.stitch-login,.auth-page--verify .app-content>.stitch-auth.stitch-verify-email{display:flex}.auth-page--register .app-content>.stitch-auth .auth-shell,.auth-page--login .app-content>.stitch-auth .auth-shell,.auth-page--verify .app-content>.stitch-auth .auth-shell{min-height:0;max-height:100%}.app-content>.stitch-auth .auth-shell{min-height:100%}.app-content>.stitch-dashboard,.app-content>.stitch-dashboard .dashboard-container,.app-content>.stitch-requests,.app-content>.stitch-requests .requests-container,.app-content>.stitch-chat,.app-content>.stitch-chat .chat-container,.app-content>.stitch-notifications,.app-content>.stitch-notifications .notifications-container,.app-content>.stitch-settings,.app-content>.stitch-settings .settings-container{display:flex;flex-direction:column;min-height:0}.app-content>.stitch-dashboard .dashboard-container,.app-content>.stitch-requests .requests-container,.app-content>.stitch-chat .chat-container,.app-content>.stitch-notifications .notifications-container,.app-content>.stitch-settings .settings-container{flex:1 1 auto}.app-content>.stitch-dashboard .dashboard-grid,.app-content>.stitch-requests .requests-client-grid,.app-content>.stitch-requests .requests-tech-grid{flex:1 1 auto;min-height:0}.app-content>.stitch-dashboard .dashboard-card,.app-content>.stitch-requests .request-panel,.app-content>.stitch-notifications .notifications-panel{min-height:0}.app-content>.stitch-dashboard .dashboard-grid .dashboard-card,.app-content>.stitch-requests .request-panel,.app-content>.stitch-notifications .notifications-panel,.app-content>.stitch-chat .chat-panel{display:flex;flex-direction:column}.app-content>.stitch-dashboard .activity-list,.app-content>.stitch-requests .request-list,.app-content>.stitch-notifications .notifications-list,.app-content>.stitch-chat .conversation-list{min-height:0;overflow:visible}.app-content>.stitch-chat .chat-list-container,.app-content>.stitch-chat .chat-conversation-container{flex:1 1 auto}.app-content>.stitch-chat .chat-panel,.app-content>.stitch-chat .chat-app-card{flex:1 1 auto;min-height:0}.app-content>.stitch-chat .chat-app-card{max-height:100%}.app-content>.stitch-chat .messages-area{min-height:0}.app-admin-shell{height:100vh;height:100dvh;max-height:100dvh;min-height:0;overflow:hidden}.stitch-admin .admin-main.app-shell{height:100%;max-height:100%;min-height:0;min-width:0;overflow:hidden}.stitch-admin .admin-main-scroll{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.stitch-admin .admin-main-scroll>.admin-scroll-content{flex:1 0 auto;min-height:auto;overflow:visible}.stitch-admin .admin-scroll-content{background:radial-gradient(circle at 12% 0%,rgba(32,214,196,.06),transparent 24rem),radial-gradient(circle at 88% 8%,rgba(255,198,150,.05),transparent 18rem),var(--gradient-app-bg)}.stitch-admin .admin-content{min-height:auto;padding-bottom:1.5rem}.stitch-admin .admin-table-wrap{width:100%;overflow-x:auto}.stitch-admin .admin-table-wrap--sticky{max-height:none;overflow-x:auto;overflow-y:visible}.stitch-admin .admin-table-wrap--dashboard{max-height:none;overflow:visible}.stitch-home .hero,.stitch-home .hero-grid{min-height:clamp(800px,100svh,980px)}.stitch-home .hero-grid{padding-block:clamp(8rem,14vh,11rem) clamp(5rem,8vh,7rem)}.stitch-directory.app-shell{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh}.stitch-profile.app-shell{height:auto;min-height:100vh;min-height:100dvh;overflow:visible}.technician-show-page .app-shell,.technician-show-page .app-main,.technician-show-page .tech-show-page{overflow:visible;max-height:none}.stitch-directory .app-content,.stitch-profile .app-content{padding-bottom:2rem}@media(max-width:1100px){.app-content>.stitch-requests .request-list,.app-content>.stitch-dashboard .activity-list{overflow:visible}}@media(max-width:768px){.app-body{overflow-x:hidden;overflow-y:auto}.public-header .public-header__inner{align-items:flex-start;flex-direction:column;gap:.55rem;padding-block:.75rem}.public-header .public-header__nav{width:100%}.public-header .public-header__nav ul{justify-content:flex-start}.app-content>.stitch-auth{padding:0}.auth-page--register .app-content,.auth-page--login .app-content,.auth-page--verify .app-content{overflow-y:auto}.app-content>.stitch-auth.stitch-register,.app-content>.stitch-auth.stitch-login,.app-content>.stitch-auth.stitch-verify-email{overflow:visible;min-height:auto}.app-content>.stitch-chat .chat-app-card{max-height:none}}:root{--page-gutter: 48px;--page-max: 1560px;--directory-page-max: 1560px;--admin-page-max: 1600px;--chat-page-max: 1560px;--auth-page-max: 1280px;--register-page-max: 1200px;--app-wide-content: min(calc(100% - (var(--page-gutter) * 2)), var(--page-max));--app-directory-content: min(calc(100% - (var(--page-gutter) * 2)), var(--directory-page-max));--app-admin-content: min(calc(100% - (var(--page-gutter) * 2)), var(--admin-page-max));--app-chat-content: min(calc(100% - (var(--page-gutter) * 2)), var(--chat-page-max));--app-auth-content: min(calc(100% - (var(--page-gutter) * 2)), var(--auth-page-max));--app-register-content: min(calc(100% - (var(--page-gutter) * 2)), var(--register-page-max));--container: var(--page-max)}@media(max-width:1366px){:root{--page-gutter: 32px;--page-max: 1480px;--directory-page-max: 1480px;--admin-page-max: 1560px;--chat-page-max: 1480px}}@media(max-width:640px){:root{--page-gutter: 14px}}.navbar .container,.app-page-heading .max-w-7xl,.app-header .max-w-7xl,.stitch-home .container,.stitch-dashboard .dashboard-container,.stitch-requests .requests-container,.stitch-chat .chat-container,.stitch-chat .chat-list-container,.stitch-chat .chat-conversation-container,.stitch-notifications .notifications-container,.stitch-directory .directory-container,.stitch-profile .profile-container,.stitch-settings .settings-container,.site-premium-footer .site-footer-inner,.site-premium-footer .site-footer-bottom{width:var(--app-wide-content);max-width:none;margin-inline:auto}.stitch-home .container{width:min(100% - clamp(1.5rem,5vw,5rem),1240px)}.stitch-directory .directory-container{width:var(--app-directory-content)}.stitch-chat .chat-container,.stitch-chat .chat-list-container,.stitch-chat .chat-conversation-container{width:var(--app-chat-content)}.stitch-admin .admin-content{width:var(--app-admin-content);max-width:none}.stitch-admin .admin-table-wrap{width:100%;max-width:100%}.stitch-auth{width:100%}.stitch-auth .auth-shell{width:var(--app-auth-content);max-width:none;grid-template-columns:minmax(0,1fr) minmax(420px,560px)}.stitch-auth.stitch-auth--centered .auth-center{width:100%;max-width:none}.stitch-auth .register-shell{width:var(--app-register-content);max-width:none;grid-template-columns:minmax(0,1.05fr) minmax(480px,560px)}.stitch-auth .login-shell{width:var(--app-register-content);max-width:none;grid-template-columns:minmax(0,1.05fr) minmax(420px,520px)}.stitch-auth .password-shell{width:var(--app-auth-content);max-width:none}.stitch-directory .directory-page-content,.stitch-directory .directory-hero,.stitch-directory .directory-panel,.stitch-directory .directory-grid,.stitch-dashboard .dashboard-container,.stitch-dashboard .dashboard-hero,.stitch-dashboard .dashboard-card,.stitch-requests .requests-container,.stitch-requests .requests-hero,.stitch-requests .request-panel,.stitch-chat .chat-container,.stitch-chat .chat-hero,.stitch-chat .chat-panel,.stitch-chat .chat-app-card,.stitch-notifications .notifications-container,.stitch-notifications .notifications-hero,.stitch-notifications .notifications-panel,.stitch-admin .admin-panel{width:100%;max-width:none}.stitch-directory .directory-hero,.stitch-directory .directory-panel,.stitch-dashboard .dashboard-hero,.stitch-dashboard .dashboard-card,.stitch-requests .requests-hero,.stitch-requests .request-panel,.stitch-chat .chat-hero,.stitch-chat .chat-panel,.stitch-chat .chat-app-card,.stitch-notifications .notifications-hero,.stitch-notifications .notifications-panel,.stitch-admin .admin-panel{margin-inline:0}.stitch-directory .directory-hero{padding-block:clamp(40px,5vw,72px);padding-inline:clamp(24px,4vw,56px)}.stitch-dashboard:not(.stitch-dashboard--premium) .dashboard-hero,.stitch-requests .requests-hero,.stitch-chat .chat-hero,.stitch-notifications .notifications-hero,.stitch-admin .admin-hero,.stitch-profile .hero-profile-card{padding-block:clamp(32px,4vw,56px);padding-inline:clamp(24px,4vw,52px)}.stitch-directory .directory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.stitch-directory .directory-media img,.stitch-directory .directory-avatar,.stitch-home .profile-img{width:100%;height:clamp(180px,14vw,230px);aspect-ratio:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center 35%;object-position:center 35%}.stitch-profile .profile-photo{width:clamp(160px,13vw,210px);height:clamp(160px,13vw,210px);-o-object-fit:cover;object-fit:cover;-o-object-position:center 35%;object-position:center 35%}.stitch-dashboard .stats-grid,.stitch-dashboard .chat-strip{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.stitch-dashboard .dashboard-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.8fr)}.stitch-requests .requests-client-grid,.stitch-requests .requests-tech-grid{grid-template-columns:minmax(420px,.9fr) minmax(0,1.1fr)}.stitch-chat .message-bubble{max-width:min(70%,760px)}.stitch-chat .chat-app-card{min-height:clamp(560px,calc(100vh - 230px),760px)}.stitch-chat .messages-area{min-height:0}.stitch-chat .chat-send-form{flex:0 0 auto}.stitch-admin .admin-filters,.stitch-admin .admin-table-wrap,.stitch-admin .admin-table{width:100%}.stitch-admin .admin-table-wrap:not(.admin-table-wrap--dashboard){overflow-x:auto;-webkit-overflow-scrolling:touch}.stitch-admin .admin-table:not(.admin-table--dense){min-width:980px}.stitch-profile .profile-layout{grid-template-columns:minmax(0,1fr) minmax(360px,420px)}@media(max-width:1180px){.stitch-directory .directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.stitch-home .hero,.stitch-home .hero-grid{min-height:auto}.stitch-profile .profile-layout,.stitch-dashboard .dashboard-grid,.stitch-requests .requests-client-grid,.stitch-requests .requests-tech-grid,.stitch-auth .auth-shell,.stitch-auth .register-shell,.stitch-auth .login-shell,.stitch-auth .password-shell{grid-template-columns:1fr}.stitch-auth .auth-brand-panel{min-height:auto;gap:3rem}.stitch-requests .form-panel,.stitch-profile .profile-sidebar{position:static}.stitch-chat .chat-app-card{min-height:620px}}@media(max-width:900px){.stitch-directory .directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-directory .directory-media img,.stitch-directory .directory-avatar,.stitch-home .profile-img{height:clamp(170px,24vw,200px)}}@media(max-width:768px){.stitch-directory .directory-grid{grid-template-columns:1fr}.stitch-dashboard:not(.stitch-dashboard--premium) .dashboard-hero,.stitch-requests .requests-hero,.stitch-chat .chat-hero,.stitch-notifications .notifications-hero,.stitch-admin .admin-hero,.stitch-profile .hero-profile-card{padding:1.25rem;border-radius:24px}.stitch-directory .directory-media img,.stitch-directory .directory-avatar,.stitch-home .profile-img{height:clamp(160px,45vw,180px)}.stitch-chat .chat-app-card{min-height:560px}.stitch-admin .admin-table:not(.admin-table--dense){min-width:860px}}.city-autocomplete{position:relative}.city-autocomplete__list{position:absolute;top:calc(100% + .35rem);right:0;left:0;z-index:130;max-height:240px;margin:0;padding:.35rem;overflow:auto;list-style:none;background:#0c2624fa;border:1px solid rgba(255,241,223,.14);border-radius:14px;box-shadow:0 18px 40px #00000047}.city-autocomplete__option{padding:.65rem .75rem;color:#fff1df;font-size:.92rem;font-weight:700;border-radius:10px;cursor:pointer}.city-autocomplete__option mark{padding:0;color:#ffc49f;font-weight:900;background:transparent}.city-autocomplete__option.is-active,.city-autocomplete__option:hover{background:#fff1df1f}.search-field__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:1.35rem;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fff1df' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right center;background-size:1rem}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-500:hover{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.active\:text-gray-800:active{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}@media(min-width:640px){.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1 1 0%}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.lg\:hidden{display:none}.lg\:px-8{padding-left:2rem;padding-right:2rem}}.ltr\:origin-top-left:where([dir=ltr],[dir=ltr] *){transform-origin:top left}.ltr\:origin-top-right:where([dir=ltr],[dir=ltr] *){transform-origin:top right}.rtl\:origin-top-left:where([dir=rtl],[dir=rtl] *){transform-origin:top left}.rtl\:origin-top-right:where([dir=rtl],[dir=rtl] *){transform-origin:top right}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media(prefers-color-scheme:dark){.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}
