@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;1,400&family=Source+Serif+4:opsz,wght@8..60,500;8..60,600;8..60,700&display=swap";:root{--hw-bg: #f4efe6;--hw-bg-elevated: #fffdf8;--hw-ink: #1c241f;--hw-ink-muted: #5b655e;--hw-line: #d7d0c4;--hw-accent: #1f4b3f;--hw-accent-soft: #dce8e3;--hw-warning: #8a5a1b;--hw-danger: #8b2e2e;--hw-success: #1f4b3f;--hw-radius: 6px;--hw-shadow: 0 1px 0 rgba(28, 36, 31, .04);--hw-font-sans: "IBM Plex Sans", "Segoe UI", sans-serif;--hw-font-display: "Source Serif 4", Georgia, serif;color-scheme:light}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%;background:radial-gradient(circle at top left,rgba(31,75,63,.08),transparent 34%),linear-gradient(180deg,#f7f2ea 0%,var(--hw-bg) 48%,#efe8db 100%);color:var(--hw-ink);font-family:var(--hw-font-sans);line-height:1.5}a{color:var(--hw-accent);text-decoration-thickness:1px;text-underline-offset:.18em}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--hw-accent);outline-offset:2px}h1,h2,h3,.hw-display{font-family:var(--hw-font-display);font-weight:600;letter-spacing:-.02em;line-height:1.15}.hw-shell{min-height:100vh;display:flex;flex-direction:column}.hw-topbar{border-bottom:1px solid var(--hw-line);background:#fffdf8eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:20}.hw-topbar-inner{width:min(1120px,calc(100% - 1.5rem));margin:0 auto;min-height:3.5rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 0}.hw-topbar-start{display:flex;align-items:center;gap:1.25rem;min-width:0;flex:1}.hw-topbar-desktop-nav,.hw-topbar-desktop-actions{display:none}.hw-topbar-desktop-actions{align-items:center;gap:.75rem;flex-shrink:0}.hw-brand{display:inline-flex;align-items:center;gap:.55rem;color:inherit;text-decoration:none;font-weight:600;min-width:0}.hw-logo{display:block;height:1.15rem;width:auto;max-width:min(42vw,9.5rem)}.hw-logo-hero{display:block;height:clamp(2.2rem,5.5vw,3.4rem);width:auto;max-width:min(100%,22rem)}.hw-brand-subtitle{font-size:.85rem;font-weight:500;white-space:nowrap;padding-left:.55rem;border-left:1px solid var(--hw-line);color:var(--hw-ink-muted)}.hw-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}.hw-mark{width:1.7rem;height:1.7rem;border-radius:999px;border:1.5px solid var(--hw-accent);background:radial-gradient(circle at 35% 35%,#c4a35a 0 18%,transparent 19%),linear-gradient(145deg,transparent 42%,var(--hw-accent) 42% 58%,transparent 58%)}.hw-main{width:min(1120px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 4rem;flex:1}.hw-stack{display:grid;gap:1rem}.hw-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.hw-muted{color:var(--hw-ink-muted)}.hw-panel{background:var(--hw-bg-elevated);border:1px solid var(--hw-line);border-radius:var(--hw-radius);box-shadow:var(--hw-shadow);padding:1.25rem}.hw-button{appearance:none;border:1px solid var(--hw-accent);background:var(--hw-accent);color:#f8f6f1;border-radius:var(--hw-radius);padding:.55rem .95rem;font:inherit;font-weight:500;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.hw-button:hover{filter:brightness(1.05)}.hw-button.secondary{background:transparent;color:var(--hw-accent)}.hw-button.danger{background:var(--hw-danger);border-color:var(--hw-danger)}.hw-button:disabled{opacity:.55;cursor:not-allowed}.hw-input,.hw-select,.hw-textarea{width:100%;border:1px solid var(--hw-line);border-radius:var(--hw-radius);background:#fff;color:inherit;padding:.6rem .75rem;font:inherit}.hw-textarea{min-height:7rem;resize:vertical}.hw-label{display:grid;gap:.35rem;font-size:.92rem}.hw-field-error{color:var(--hw-danger);font-size:.875rem}.hw-banner{border:1px solid var(--hw-line);border-left:3px solid var(--hw-accent);background:var(--hw-accent-soft);padding:.85rem 1rem;border-radius:var(--hw-radius)}.hw-banner.error{border-left-color:var(--hw-danger);background:#f7e8e8}.hw-banner.success{border-left-color:var(--hw-success)}.hw-table{width:100%;border-collapse:collapse}.hw-table th,.hw-table td{text-align:left;padding:.75rem .5rem;border-bottom:1px solid var(--hw-line);vertical-align:top}.hw-empty{border:1px dashed var(--hw-line);border-radius:var(--hw-radius);padding:2rem 1.25rem;text-align:center;background:#fffdf8b3}.hw-badge{display:inline-flex;align-items:center;border:1px solid var(--hw-line);border-radius:999px;padding:.15rem .55rem;font-size:.78rem;color:var(--hw-ink-muted);background:#fff}.hw-badge.active{border-color:var(--hw-accent);color:var(--hw-accent);background:var(--hw-accent-soft)}.hw-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.15rem .15rem}.hw-nav a{color:var(--hw-ink-muted);text-decoration:none;font-weight:500;font-size:.95rem;padding:.35rem .55rem;border-radius:var(--hw-radius)}.hw-nav a[aria-current=page]{color:var(--hw-ink);background:var(--hw-accent-soft)}.hw-nav a:hover{color:var(--hw-ink)}.hw-menu{position:relative;flex-shrink:0}.hw-menu-toggle{list-style:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid var(--hw-line);border-radius:var(--hw-radius);background:var(--hw-bg-elevated)}.hw-menu-toggle::-webkit-details-marker{display:none}.hw-menu-toggle-bars,.hw-menu-toggle-bars:before,.hw-menu-toggle-bars:after{display:block;width:1.05rem;height:1.5px;background:var(--hw-ink);border-radius:1px;position:relative}.hw-menu-toggle-bars:before,.hw-menu-toggle-bars:after{content:"";position:absolute;left:0}.hw-menu-toggle-bars:before{top:-5px}.hw-menu-toggle-bars:after{top:5px}.hw-menu-panel{position:absolute;right:0;top:calc(100% + .45rem);width:min(calc(100vw - 1.5rem),20rem);display:grid;gap:1rem;padding:1rem;background:var(--hw-bg-elevated);border:1px solid var(--hw-line);border-radius:calc(var(--hw-radius) + 2px);box-shadow:0 12px 32px #1c241f1f}.hw-menu-panel .hw-nav{display:grid;gap:.15rem}.hw-menu-panel .hw-nav a{padding:.7rem .75rem}.hw-menu-actions{padding-top:.75rem;border-top:1px solid var(--hw-line)}.hw-account-menu{position:relative}.hw-account-trigger{list-style:none;cursor:pointer;display:inline-flex}.hw-account-trigger::-webkit-details-marker{display:none}.hw-account-avatar{width:2.15rem;height:2.15rem;border-radius:999px;background:var(--hw-accent);color:#f8f6f1;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;font-family:var(--hw-font-display)}.hw-account-dropdown{position:absolute;right:0;top:calc(100% + .5rem);width:16rem;padding:1rem;background:var(--hw-bg-elevated);border:1px solid var(--hw-line);border-radius:calc(var(--hw-radius) + 2px);box-shadow:0 12px 32px #1c241f1f;z-index:30}.hw-account-panel-body{display:grid;gap:.85rem}.hw-account-identity{display:grid;gap:.1rem}.hw-account-name{font-weight:600}.hw-account-email{color:var(--hw-ink-muted);font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hw-account-field{display:grid;gap:.3rem}.hw-account-field label,.hw-account-field>span:first-child{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--hw-ink-muted)}.hw-account-static{font-size:.95rem}.hw-account-signout{width:100%}@media(min-width:900px){.hw-topbar-desktop-nav{display:block;min-width:0;overflow-x:auto;scrollbar-width:none}.hw-topbar-desktop-nav::-webkit-scrollbar{display:none}.hw-topbar-desktop-nav .hw-nav{flex-wrap:nowrap}.hw-topbar-desktop-actions{display:inline-flex}.hw-menu{display:none}.hw-logo{height:1.3rem;max-width:11rem}}.hw-grid-2{display:grid;gap:1rem}@media(min-width:800px){.hw-grid-2{grid-template-columns:1.2fr 1fr}}.hw-hero-marketing{min-height:calc(100vh - 4rem);display:grid;align-content:center;gap:1.25rem;padding:3rem 0 4rem;position:relative}.hw-hero-marketing:before{content:"";position:absolute;inset:8% -10% auto auto;width:min(46vw,420px);height:min(46vw,420px);background:repeating-radial-gradient(circle at 30% 40%,transparent 0 18px,rgba(31,75,63,.08) 18px 19px);pointer-events:none}.hw-hero-marketing>*{position:relative}.hw-product-list{display:grid;gap:.85rem}.hw-product-item{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:1rem 0;border-bottom:1px solid var(--hw-line)}.hw-switcher{display:inline-flex;align-items:center;gap:.4rem}.hw-switcher select{min-width:7.5rem}@media(max-width:899px){.hw-brand-subtitle{display:none}.hw-main{width:min(1120px,calc(100% - 1.5rem));padding:1.35rem 0 3rem}.hw-product-item{flex-direction:column;align-items:stretch}.hw-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}
