@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap";.pw-panel{min-width:0}.pw-panel__head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-12)}.pw-panel__head.is-divided{padding-bottom:var(--space-16);border-bottom:var(--border-width) solid var(--border-default)}.pw-panel__heading{min-width:0}.pw-panel__title{margin:0;font:var(--text-heading-md);color:var(--text-primary)}.pw-panel__subtitle{margin:var(--space-4) 0 0;font:var(--text-body);color:var(--text-secondary)}.pw-panel__actions{display:flex;flex-wrap:wrap;gap:var(--space-8)}.pw-mob .pw-panel__actions{width:100%}.pw-eyebrow{margin:0;font:var(--text-eyebrow);letter-spacing:var(--letter-spacing-eyebrow);text-transform:uppercase;color:var(--text-secondary)}.pw-stack{display:flex;flex-direction:column;gap:var(--space-16);min-width:0}.pw-list{display:flex;flex-direction:column;gap:var(--space-10)}.pw-scroll{position:relative;display:flex;flex-direction:column;min-height:0}.pw-scroll__viewport{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:none}.pw-scroll__viewport::-webkit-scrollbar{display:none}.pw-scroll__thumb{position:absolute;top:0;right:var(--space-2);width:3px;border-radius:var(--radius-full);background:color-mix(in srgb,var(--text-secondary) 45%,transparent);opacity:0;pointer-events:none;transition:opacity var(--duration-slow) var(--easing-exit)}.pw-scroll__thumb.is-scrolling{opacity:1;transition:opacity var(--duration-fast) var(--easing-enter)}.pw-class{display:flex;align-items:baseline;gap:var(--space-10);min-width:0;padding:var(--space-8) var(--space-12);background:var(--surface-card);border:var(--border-width) solid var(--border-default);border-radius:var(--radius-12)}.pw-class__time{flex:none;font:var(--text-label);font-variant-numeric:tabular-nums;color:var(--text-primary)}.pw-class__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:var(--text-body);color:var(--text-primary)}.pw-class--compact{gap:var(--space-6);padding:var(--space-6) var(--space-8);border-radius:var(--radius-8)}.pw-class--compact .pw-class__time,.pw-class--compact .pw-class__name{line-height:var(--line-height-tight)}.pw-timetable{list-style:none;margin:0;padding:var(--space-4) 0;background:var(--surface-card);border:var(--border-width) solid var(--border-default);border-radius:var(--radius-22)}.pw-timetable__row{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:baseline;column-gap:var(--space-16);padding:var(--space-12) var(--space-16)}.pw-timetable__row+.pw-timetable__row{background:linear-gradient(var(--border-default),var(--border-default)) no-repeat var(--space-16) 0 / calc(100% - 2 * var(--space-16)) var(--border-width)}.pw-timetable__row.has-gap{padding-top:var(--space-16);background:none}.pw-timetable__row:has(+.has-gap){padding-bottom:var(--space-16)}.pw-timetable__time{font:var(--text-body);font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--text-secondary)}.pw-timetable__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:var(--text-body-lg);color:var(--text-primary)}.pw-break{grid-column:1 / -1;align-self:start;display:flex;align-items:center;height:0;margin-top:calc(-1 * var(--space-16))}.pw-break:before{content:"";flex:1 1 auto;height:var(--border-width);background:var(--border-default)}.pw-break__pill{flex:none;padding:0 var(--space-8);border:var(--border-width) solid var(--border-default);border-radius:var(--radius-full);background:var(--surface-card);font:var(--text-eyebrow);font-weight:var(--font-weight-regular);font-variant-numeric:tabular-nums;color:var(--text-secondary);white-space:nowrap}.pw-desk{--pw-day-fill: color-mix(in srgb, var(--surface-muted) 50%, var(--surface-card));display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh;background:var(--background-canvas);color:var(--text-primary)}.pw-desk__sidebar{position:sticky;top:0;height:100vh;box-sizing:border-box;overflow-y:auto;display:flex;flex-direction:column;gap:var(--space-24);padding:var(--space-24);background:var(--background-sidebar)}.pw-desk__nav{display:flex;flex-direction:column;gap:var(--space-6);padding:var(--space-8);border:var(--border-width) solid var(--border-on-sidebar);border-radius:var(--radius-22)}.pw-desk__account{margin-top:auto;padding-top:var(--space-16)}.pw-desk__main{max-width:none;margin:0;min-width:0;padding:var(--space-32);display:flex;flex-direction:column;gap:var(--space-32)}.pw-desk__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-24)}.pw-desk__hello{flex:none}.pw-desk__header-actions{flex:1 1 0;min-width:0;display:flex;justify-content:flex-end;align-items:stretch;gap:var(--space-16)}.pw-hsearch{--pw-search-size: 80px;flex:0 1 var(--pw-search-size);min-width:var(--pw-search-size);height:var(--pw-search-size);display:flex;align-items:center;overflow:hidden;background:var(--surface-card);border-radius:var(--radius-22);box-shadow:var(--elevation-card);transition:flex-basis var(--duration-base) var(--easing-standard)}.pw-hsearch.is-open{flex-basis:520px}.pw-hsearch__toggle{flex:none;width:var(--pw-search-size);height:100%;display:grid;place-items:center;padding:0;border:0;border-radius:var(--radius-22);background:none;color:var(--text-primary);cursor:pointer}.pw-hsearch__body{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:var(--space-16);padding-right:var(--space-16);opacity:0;pointer-events:none;transition:opacity var(--duration-fast) var(--easing-exit)}.pw-hsearch.is-open .pw-hsearch__body{opacity:1;pointer-events:auto;transition:opacity var(--duration-base) var(--easing-enter) var(--duration-fast)}.pw-hsearch .pw-hsearch__label{flex:none;display:block;margin:0;font:var(--text-heading-md);color:var(--text-primary);white-space:nowrap}.pw-hsearch__toggle,.pw-msearch__toggle{position:relative;isolation:isolate}.pw-hsearch__toggle:before,.pw-msearch__toggle:before{content:"";position:absolute;z-index:-1;top:50%;left:50%;width:44px;height:44px;margin:-22px 0 0 -22px;border-radius:var(--radius-full);background-color:transparent;transition:var(--transition-colour)}@media(hover:hover){.pw-hsearch__toggle:hover:before,.pw-msearch__toggle:hover:before{background-color:var(--state-hover)}}.pw-hsearch input::-webkit-search-cancel-button,.pw-msearch input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.pw-greeting{margin:var(--space-4) 0 0;font:var(--text-display-lg);letter-spacing:var(--letter-spacing-display);color:var(--text-primary)}.pw-panel{display:flex;flex-direction:column;gap:var(--space-16);padding:var(--space-24);background:var(--surface-card);border:var(--border-width) solid var(--border-default);border-radius:var(--radius-22)}.pw-week{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--space-10);height:360px}.pw-week__day{min-width:0;min-height:0;height:100%}.pw-week__weekend{display:flex;flex-direction:column;gap:var(--space-10);min-height:0}.pw-week__weekend>.pw-week__day{flex:1 1 0}.pw-week__day>div>div:last-child{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.pw-scroll--column{flex:1 1 auto;margin:0 calc(-1 * var(--space-10)) calc(-1 * var(--space-10))}.pw-scroll--column>.pw-scroll__viewport{padding:0 var(--space-10) var(--space-10)}.pw-daycol-cards{display:flex;flex-direction:column;gap:var(--space-8)}.pw-daycol-cards.is-dense{gap:var(--space-6)}@media(max-width:1439px){.pw-desk__main{padding:var(--space-24)}.pw-panel{padding:var(--space-16)}}.pw-week__bars{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));column-gap:var(--space-10);row-gap:var(--space-8);margin-top:var(--space-10)}.pw-dayview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-24);align-items:start}.pw-dayview__column{display:flex;flex-direction:column;gap:var(--space-24);min-width:0}.pw-classframe{display:flex;flex-direction:column;gap:var(--space-10);padding:var(--space-16);background:var(--pw-day-fill);border:var(--border-width) solid var(--border-day);border-radius:var(--radius-16)}.pw-panel__date{font:var(--text-heading-md);color:var(--text-primary);white-space:nowrap}.pw-month{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:var(--space-8)}.pw-month__weekday{padding:0 var(--space-4)}.pw-month__cell{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-6);height:96px;min-width:0;padding:var(--space-8);background:var(--pw-day-fill);border:var(--border-width) solid var(--border-day);border-radius:var(--radius-12);color:var(--text-primary);font:inherit;text-align:left;cursor:pointer}.pw-month__cell.is-outside{color:var(--text-secondary)}.pw-month__cell.is-today{background:var(--surface-today);border:var(--border-width-emphasis) solid var(--action-primary)}.pw-month__date{font:var(--text-label);font-variant-numeric:tabular-nums}.pw-scroll--cell{flex:1 1 auto;margin:0 calc(-1 * var(--space-8)) calc(-1 * var(--space-8))}.pw-scroll--cell>.pw-scroll__viewport{padding:0 var(--space-8) var(--space-8)}.pw-month__tiles{display:flex;flex-wrap:wrap;align-content:flex-start;gap:var(--space-4)}.pw-month__tile{display:block;line-height:0}.pw-month__tile.is-done{opacity:.6}.pw-desk__lower{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-32);align-items:start}.pw-desk__lower-left{display:flex;flex-direction:column;gap:var(--space-32);min-width:0}.pw-pins{display:flex;flex-wrap:wrap;gap:var(--space-24) var(--space-32);padding:var(--space-16) var(--space-8) var(--space-8)}.pw-worlds{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--space-24);justify-items:center}.pw-worlds>*{grid-column:span 2}.pw-worlds>:last-child:nth-child(3n+1){grid-column:3 / span 2}.pw-worlds>:nth-last-child(2):nth-child(3n+1){grid-column:2 / span 2}.pw-world-tile{display:block;padding:0;border:0;background:none;line-height:0;cursor:pointer;box-shadow:var(--pw-lift-shadow, none)}.pw-mob{min-height:100dvh;padding-bottom:calc(80px + env(safe-area-inset-bottom));background:var(--background-canvas);color:var(--text-primary)}.pw-mob__main{max-width:640px;margin:0 auto;padding:var(--space-16);padding-top:calc(var(--pw-shade-lip) + var(--space-4));display:flex;flex-direction:column;gap:var(--space-24)}.pw-mob__dayhead{display:flex;align-items:center;justify-content:space-between;gap:var(--space-12)}.pw-mob__title{margin:0;font:var(--text-heading-md);color:var(--text-primary)}.pw-mob__pins{display:flex;gap:var(--space-16);overflow-x:auto;margin:0 calc(-1 * var(--space-16));padding:var(--space-16);scrollbar-width:none}.pw-mob__pins::-webkit-scrollbar{display:none}.pw-mob__tabbar{--pw-action-size: 72px;position:fixed;left:0;right:0;bottom:0;z-index:10;display:flex;align-items:stretch;padding-right:var(--pw-action-size);padding-bottom:env(safe-area-inset-bottom);background:var(--surface-card);border-top:var(--border-width) solid var(--border-default)}.pw-mob__searchbar{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;gap:var(--space-8);padding:0 var(--space-12);background:var(--background-sidebar);opacity:0;pointer-events:none;transition:opacity var(--duration-fast) var(--easing-exit);touch-action:auto}.pw-mob__searchbar.is-open{opacity:1;pointer-events:auto;transition:opacity var(--duration-base) var(--easing-enter)}.pw-mob__searchgo{flex:none;width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;border-radius:var(--radius-full);background:none;color:var(--text-on-sidebar);cursor:pointer}.pw-mob__searchbar input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.pw-madd{position:absolute;top:0;right:0;bottom:0;width:var(--pw-action-size);box-sizing:border-box;display:flex;align-items:center;padding-bottom:env(safe-area-inset-bottom);overflow:hidden;background:color-mix(in srgb,var(--action-primary) 22%,var(--surface-card));transition:width var(--duration-base) var(--easing-standard)}.pw-madd.is-open{width:100%}.pw-madd__toggle{flex:none;align-self:stretch;width:var(--pw-action-size);display:grid;place-items:center;padding:0;border:0;background:none;color:var(--text-primary);cursor:pointer;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.pw-madd__body{display:flex;flex:1 1 auto;min-width:0;gap:var(--space-8);padding-right:var(--space-12);opacity:0;pointer-events:none;transition:opacity var(--duration-fast) var(--easing-exit)}.pw-madd.is-open .pw-madd__body{opacity:1;pointer-events:auto;transition:opacity var(--duration-base) var(--easing-enter) var(--duration-fast)}.pw-madd__choice{flex:1 1 0;min-width:0;min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-4);padding:var(--space-6);border:0;border-radius:var(--radius-12);background:none;color:var(--text-primary);font:var(--text-caption);cursor:pointer}.pw-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;grid-template-columns:minmax(0,1fr);place-items:center;padding:var(--space-16);background:color-mix(in srgb,var(--background-overlay) 45%,transparent);animation:pw-fade var(--duration-base) var(--easing-enter) both}.pw-notice__text{margin:0;font:var(--text-body-lg);color:var(--text-primary)}.pw-placeholder{min-height:100dvh;box-sizing:border-box;padding:var(--space-24) var(--space-16);background:var(--background-canvas);color:var(--text-primary)}.pw-placeholder__inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-16)}.pw-placeholder__inner>:last-child{align-self:stretch}.pw-placeholder__title{margin:0;font:var(--text-heading-lg);color:var(--text-primary)}.pw-mob{--pw-shade-lip: 30px}.pw-mob__bar{position:sticky;top:0;z-index:11;touch-action:none}.pw-mob__daynav{display:flex;flex-direction:column;gap:var(--space-8);margin:0 calc(-1 * var(--space-16));padding:var(--space-8) var(--space-16);background:var(--background-canvas);touch-action:pan-y}.pw-mob__weeknav{display:flex;align-items:center;justify-content:space-between;gap:var(--space-8)}.pw-mob__swipe{touch-action:pan-y}.pw-mweek{position:relative;overflow:hidden;touch-action:pan-y}.pw-mweek__track{position:relative;width:100%;transform:translate(var(--pw-mweek-shift, 0px));transition:transform var(--duration-slow) var(--easing-standard)}.pw-mweek__track.is-dragging{transition:none}.pw-mweek__page{position:absolute;top:0;left:0;width:100%;visibility:hidden}.pw-mweek__page.is-here{position:relative;visibility:visible}.pw-mweek__page.is-before{left:-100%}.pw-mweek__page.is-after{left:100%}.pw-mweek__track.is-moving .pw-mweek__page{visibility:visible}.pw-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-end;justify-content:center;background:color-mix(in srgb,var(--background-overlay) 45%,transparent);animation:pw-fade var(--duration-base) var(--easing-enter) both}.pw-sheet__panel{width:100%;max-width:640px;max-height:62dvh;box-sizing:border-box;display:flex;flex-direction:column;border-radius:var(--radius-22) var(--radius-22) 0 0;background:var(--surface-raised);border:var(--border-width) solid var(--edge-raised);border-bottom:0;box-shadow:var(--elevation-card);animation:pw-sheet-rise var(--duration-base) var(--easing-enter) both;transition:max-height var(--duration-base) var(--easing-standard),translate var(--duration-fast) var(--easing-exit)}.pw-sheet__panel.is-expanded{max-height:92dvh}@keyframes pw-sheet-rise{0%{translate:0 100%}}@media(prefers-reduced-motion:reduce){.pw-sheet__panel{animation:none}}.pw-sheet__grip{flex:none;padding:var(--space-8) var(--space-16) 0;touch-action:none;cursor:grab}.pw-sheet__handle{display:block;width:40px;height:4px;margin:0 auto var(--space-8);border-radius:var(--radius-full);background:var(--border-raised)}.pw-sheet__head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-12)}.pw-sheet__title{margin:0;font:var(--text-eyebrow);color:var(--text-muted);text-transform:uppercase}.pw-sheet__body{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-12);padding:var(--space-8) var(--space-16) var(--space-24)}.pw-sheet__panel:not(:has(.pw-sheet__foot)) .pw-sheet__body{padding-bottom:calc(var(--space-32) + env(safe-area-inset-bottom))}.pw-sheet__foot{flex:none;display:flex;gap:var(--space-8);padding:var(--space-12) var(--space-16) calc(var(--space-16) + env(safe-area-inset-bottom));border-top:var(--border-width) solid var(--border-raised)}.pw-sheet__foot>*{flex:1}.pw-sheet__item{margin:0;font:var(--text-heading-lg);color:var(--text-primary)}.pw-sheet__facts{margin:0;display:flex;flex-direction:column;gap:var(--space-8)}.pw-sheet__fact{display:flex;align-items:center;gap:var(--space-8);color:var(--text-secondary)}.pw-sheet__fact dt{display:grid;place-items:center;color:var(--text-muted)}.pw-sheet__fact dd{margin:0;font:var(--text-body)}.pw-sheet__progress{display:flex;align-items:center;gap:var(--space-12)}.pw-sheet__meta{margin:0;font:var(--text-caption);color:var(--text-muted)}.pw-shade{position:absolute;top:100%;left:0;right:0;z-index:8;isolation:isolate;display:flex;flex-direction:column;align-items:center;pointer-events:none}.pw-shade>*{pointer-events:auto}.pw-shade__panel{width:100%;max-height:var(--pw-shade-open, 0px);overflow:hidden;box-sizing:border-box;background:var(--surface-raised);border:var(--border-width) solid var(--edge-raised);border-top:0;border-radius:0 0 var(--radius-22) var(--radius-22);box-shadow:var(--elevation-card);transition:max-height var(--duration-base) var(--easing-standard);touch-action:pan-y}.pw-shade.is-open .pw-shade__panel{max-height:var(--pw-shade-open, 70dvh);overflow-y:auto}.pw-shade.is-dragging .pw-shade__panel{transition:none;overflow:hidden}.pw-shade__inner{display:flex;flex-direction:column;gap:var(--space-16);padding:var(--space-16)}.pw-shade__title{margin:0;font:var(--text-heading-md);color:var(--text-primary)}.pw-remind{display:flex;flex-direction:column}.pw-remind__row{display:flex;align-items:flex-start;gap:var(--space-10);width:100%;padding:var(--space-12) var(--space-4);border:0;border-radius:var(--radius-10);background:none;text-align:left;cursor:pointer}.pw-remind__row+.pw-remind__row{box-shadow:inset 0 var(--border-width) 0 var(--border-raised)}.pw-remind__text{display:flex;flex-direction:column;gap:var(--space-2);min-width:0}.pw-remind__title{font:var(--text-label);color:var(--text-primary);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.pw-remind__meta{font:var(--text-caption);color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pw-shade__lip{position:relative;width:100%;height:var(--pw-shade-lip);display:grid;place-items:center;padding:0;border:0;border-radius:0;background:none;color:var(--text-muted);cursor:pointer;touch-action:none}.pw-shade__caret{display:grid;opacity:.75;rotate:90deg;transition:rotate var(--duration-base) var(--easing-standard)}.pw-shade.is-open .pw-shade__caret{rotate:-90deg;color:var(--text-on-sidebar);filter:drop-shadow(0 1px 2px color-mix(in srgb,var(--background-overlay) 70%,transparent));opacity:1}.pw-shade__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--background-overlay);opacity:calc(var(--pw-shade-dim, 0) * .35);pointer-events:none;transition:opacity var(--duration-base) var(--easing-standard)}.pw-shade.is-open{--pw-shade-dim: 1}.pw-shade.is-open .pw-shade__scrim{pointer-events:auto}.pw-shade.is-dragging .pw-shade__scrim{transition:none}.pw-mob{--pw-day-fill: color-mix(in srgb, var(--surface-muted) 50%, var(--surface-card))}.pw-mmonth{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:var(--space-4);touch-action:pan-y}.pw-mmonth__weekday{text-align:center;padding-bottom:var(--space-4)}.pw-mmonth__cell{min-width:0;min-height:62px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:var(--space-4);padding:var(--space-6) 2px;background:var(--pw-day-fill);border:var(--border-width) solid var(--border-day);border-radius:var(--radius-12);color:var(--text-primary);font:inherit;cursor:pointer}.pw-mmonth__cell.is-outside{color:var(--text-secondary);opacity:.6}.pw-mmonth__cell.is-today{background:var(--surface-today);border:var(--border-width-emphasis) solid var(--action-primary)}.pw-mmonth__cell.is-selected{background:var(--toggle-active-bg);color:var(--toggle-active-text);opacity:1}.pw-mmonth__cell.is-selected .pw-mmonth__more{color:inherit}.pw-mmonth__date{font:var(--text-caption);font-variant-numeric:tabular-nums}.pw-mmonth__tiles{display:flex;flex-wrap:wrap;justify-content:center;align-content:flex-start;gap:2px}.pw-mmonth__more{font:var(--text-caption);color:var(--text-muted);line-height:14px}.pw-loading__chrome .pw-skeleton{--surface-skeleton: rgba(255, 255, 255, .13)}.pw-loading__bar{height:calc(40px + (2 * var(--space-12)));background:var(--background-sidebar)}.pw-loading__tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-24)}.pw-loading__failed{min-height:100dvh;display:grid;place-items:center;padding:var(--space-32);background:var(--background-canvas)}.pw-admin__note{margin:0;font:var(--text-body);color:var(--text-secondary)}.pw-admin__invite{display:flex;align-items:flex-end;flex-wrap:wrap;gap:var(--space-16)}.pw-admin__invite-field{flex:1 1 260px;min-width:0}.pw-admin__rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-8)}.pw-admin__row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-12);padding:var(--space-12) var(--space-16);background:var(--surface-muted);border-radius:var(--radius-12)}.pw-admin__row-main{display:flex;flex-direction:column;gap:var(--space-2);min-width:0}.pw-admin__row-title{display:flex;align-items:center;gap:var(--space-8);font:var(--text-body-medium);color:var(--text-primary);overflow-wrap:anywhere}.pw-admin__row-meta{font:var(--text-caption);color:var(--text-secondary);overflow-wrap:anywhere}.pw-admin__row-actions{display:flex;flex-wrap:wrap;gap:var(--space-8)}.pw-admin__tag{font:var(--text-eyebrow);letter-spacing:var(--letter-spacing-eyebrow);text-transform:uppercase;color:var(--text-secondary);padding:var(--space-2) var(--space-8);border:var(--border-width) solid var(--border-default);border-radius:var(--radius-full)}.pw-admin__facts{margin:0;display:flex;flex-direction:column;gap:var(--space-10)}.pw-admin__fact{display:grid;grid-template-columns:200px minmax(0,1fr);gap:var(--space-16);align-items:baseline}.pw-admin__fact-label{font:var(--text-label);color:var(--text-muted)}.pw-admin__fact-value{margin:0;font:var(--text-body);color:var(--text-primary);overflow-wrap:anywhere}.pw-mob .pw-admin__fact{grid-template-columns:minmax(0,1fr);gap:var(--space-2)}.pw-set{gap:var(--space-24)}.pw-set__header{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:var(--space-16)}.pw-set__header-actions{display:flex;align-items:center;gap:var(--space-16)}.pw-set__title{margin:var(--space-4) 0 0;font:var(--text-heading-lg);color:var(--text-primary)}.pw-set__profile{display:grid;grid-template-columns:180px minmax(0,1fr);gap:var(--space-32);align-items:start}.pw-set__identity{display:flex;flex-direction:column;align-items:center;gap:var(--space-16)}.pw-set__avatar{width:140px;height:140px;display:grid;place-items:center;border-radius:var(--radius-full);background:var(--action-primary);color:var(--action-primary-text);font:var(--font-weight-bold) 48px/1 var(--font-body);-webkit-user-select:none;user-select:none}.pw-set__fields,.pw-set__form{display:flex;flex-direction:column;gap:var(--space-16)}.pw-set__pair{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);gap:var(--space-24);align-items:stretch}.pw-set__timezone{display:flex;align-items:center;gap:var(--space-16)}.pw-set__timezone>:last-child{flex:1 1 auto;min-width:0}.pw-set .pw-set__inline-label{flex:none;margin:0;font:var(--text-body);color:var(--text-secondary)}.pw-set__setting{display:flex;align-items:center;justify-content:space-between;gap:var(--space-16)}.pw-set .pw-set__setting-label{margin:0;font:var(--text-body-lg);color:var(--text-primary)}.pw-set__divider{height:var(--border-width);background:var(--border-default)}.pw-set__options{display:flex;flex-direction:column;gap:var(--space-10);padding-left:var(--space-16)}.pw-set__option{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-8) var(--space-16)}.pw-set__week{display:grid;gap:var(--space-10);min-height:420px;transition:grid-template-columns var(--duration-base) var(--easing-standard)}.pw-set__day-folded,.pw-set__day-open{min-width:0;box-sizing:border-box;background:color-mix(in srgb,var(--surface-muted) 50%,var(--surface-card));border:var(--border-width) solid var(--border-day);border-radius:var(--radius-16)}.pw-set__day-folded{display:flex;flex-direction:column;align-items:center;gap:var(--space-8);padding:var(--space-16) var(--space-8);color:var(--text-muted);font:inherit;cursor:pointer}.pw-set__day-short{font:var(--text-eyebrow);letter-spacing:var(--letter-spacing-eyebrow);text-transform:uppercase}.pw-set__day-count{font:var(--text-caption);font-variant-numeric:tabular-nums;color:var(--text-secondary)}.pw-set__day-open{display:flex;flex-direction:column;gap:var(--space-10);padding:var(--space-16)}.pw-set__day-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-12);padding:0 var(--space-2) var(--space-4)}.pw-set__day-title{margin:0;font:var(--text-heading-sm);color:var(--text-primary)}.pw-set__day-total{font:var(--text-caption);color:var(--text-secondary)}.pw-set__class-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-8)}.pw-set__class{display:grid;grid-template-columns:7.5em minmax(0,1fr) auto;align-items:center;column-gap:var(--space-12);min-height:44px;padding:var(--space-4) var(--space-4) var(--space-4) var(--space-12);background:var(--surface-card);border:var(--border-width) solid var(--border-default);border-radius:var(--radius-12)}.pw-set__class-time{font:var(--text-body);font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--text-secondary)}.pw-set__class-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:var(--text-body-medium);color:var(--text-primary)}.pw-set__row-actions{display:flex;gap:var(--space-2)}.pw-set__worlds{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-16) var(--space-24)}.pw-set__world-slot{display:flex;align-items:center;gap:var(--space-10);min-width:0}.pw-set__world-number{flex:none;width:1.5em;text-align:right;font:var(--text-caption);font-variant-numeric:tabular-nums;color:var(--text-secondary)}.pw-set__world{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:var(--space-16);padding:var(--space-12) var(--space-12) var(--space-12) var(--space-12);background:var(--surface-card);border:var(--border-width-emphasis) solid var(--border-default);border-radius:var(--radius-22)}.pw-set__world-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:var(--text-heading-md)}.pw-mob .pw-set__worlds{grid-template-columns:minmax(0,1fr);gap:var(--space-10)}.pw-mob .pw-set__world{gap:var(--space-12);padding:var(--space-8);border-radius:var(--radius-16)}.pw-mob .pw-set__world-name{font:var(--text-heading-sm)}.pw-mob .pw-set__day-open{padding:var(--space-12)}.pw-mob .pw-set__class{grid-template-columns:minmax(0,1fr) auto;row-gap:var(--space-2);padding-block:var(--space-8)}.pw-mob .pw-set__class-time{grid-column:1;font:var(--text-caption)}.pw-mob .pw-set__class-name{grid-column:1;grid-row:2}.pw-mob .pw-set__row-actions{grid-column:2;grid-row:1 / span 2}.pw-mob--plain{padding-bottom:env(safe-area-inset-bottom)}.pw-mob .pw-set__profile{grid-template-columns:minmax(0,1fr);gap:var(--space-24)}.pw-mob .pw-set__avatar{width:112px;height:112px;font-size:40px}.pw-mob .pw-set__pair{grid-template-columns:minmax(0,1fr);gap:var(--space-24)}.pw-mob .pw-set__timezone{flex-direction:column;align-items:stretch;gap:var(--space-8)}.pw-mob .pw-panel{padding:var(--space-16)}.pw-set__backbar{position:sticky;top:0;z-index:5;margin-inline:calc(-1 * var(--space-16));padding:var(--space-8) var(--space-16);padding-top:calc(var(--space-8) + env(safe-area-inset-top));display:flex;align-items:center;background:var(--background-canvas);border-bottom:var(--border-width) solid var(--border-default)}.pw-mob__main:has(>.pw-set__backbar){padding-top:0}.pw-create{display:flex;flex-direction:column;gap:var(--space-24)}.pw-modal:has(.pw-create){place-items:start center;overflow-y:auto;overscroll-behavior:contain}.pw-modal:has(.pw-create)>*{margin-block:auto}.pw-modal:has(.pw-create--full){padding:0;background:var(--background-canvas)}.pw-create__title-row{display:flex;align-items:stretch;gap:var(--space-10)}.pw-create__title-row>:first-child{flex:1;min-width:0}.pw-create__chip{min-height:44px;padding:0 var(--space-14);font:var(--text-label);color:var(--text-muted);background:var(--surface-muted);border:var(--border-width) solid var(--border-default);border-radius:var(--radius-12);cursor:pointer}.pw-create__chip[data-on]{color:var(--toggle-active-text);background:var(--toggle-active-bg);border-color:var(--toggle-active-bg)}.pw-create__rhythms{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:var(--space-8)}.pw-create__rhythms .pw-create__chip{padding-inline:var(--space-10);white-space:normal;line-height:1.2}.pw-create__days{display:grid;grid-template-columns:repeat(7,1fr);gap:var(--space-6)}.pw-create__day{padding:0}.pw-create__switch-row{display:flex;align-items:center;gap:var(--space-16)}.pw-create__switch-text{flex:1;min-width:0;font:var(--text-body);color:var(--text-primary)}.pw-create__starts{display:flex;flex-direction:column;gap:var(--space-12)}.pw-create__start{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-10)}.pw-create__start-text{font:var(--text-body-lg);color:var(--text-primary)}.pw-create__start-date{flex:1;min-width:150px}.pw-create__aside{margin:0;font:var(--text-body);color:var(--text-secondary)}.pw-create__list{display:flex;flex-direction:column;gap:var(--space-12);align-items:flex-start}.pw-create__list-rows{width:100%;margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:var(--space-8)}.pw-create__list-row{display:flex;align-items:center;gap:var(--space-10)}.pw-create__list-row>:nth-child(2){flex:1;min-width:0}.pw-create__stickers{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-16)}.pw-create__stuck{margin:0;padding:0;list-style:none;display:flex;align-items:center;gap:var(--space-2)}.pw-create__stuck-item{padding:0;border:0;background:none;cursor:pointer;border-radius:var(--radius-12)}.pw-create__stickers-empty{margin:0;font:var(--text-body);color:var(--text-secondary)}.pw-create__sheet{margin-top:var(--space-12);max-height:260px;overflow-y:auto;overscroll-behavior:contain;padding:var(--space-16);border:var(--border-width) solid var(--border-default);border-radius:var(--radius-16);display:flex;flex-direction:column;gap:var(--space-16)}.pw-create__sheet-note{margin:0;font:var(--text-caption);color:var(--text-secondary)}.pw-create__sheet-title{margin:0 0 var(--space-8);font:var(--text-eyebrow);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.pw-create__sheet-grid{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:var(--space-4)}.pw-create__sheet-item{width:100%;display:grid;place-items:center;padding:var(--space-4);border:var(--border-width-emphasis) solid transparent;border-radius:var(--radius-12);background:none;cursor:pointer}.pw-create__sheet-item[data-on]{border-color:var(--action-primary);background:var(--state-hover)}.pw-create__sheet-item:disabled{opacity:.45;cursor:not-allowed}.pw-create input[type=date],.pw-create input[type=time]{position:relative}.pw-create input[type=date]::-webkit-calendar-picker-indicator,.pw-create input[type=time]::-webkit-calendar-picker-indicator{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;height:auto;margin:0;padding:0;opacity:0;cursor:pointer}.pw-create input[type=date]:disabled,.pw-create input[type=time]:disabled{opacity:.45}.pw-create input[type=date],.pw-create input[type=time]{min-height:1.5em;text-align:left}@media(max-width:560px){.pw-create{gap:var(--space-16)}.pw-create__sheet{max-height:220px}}.pw-item__main{gap:var(--space-24)}.pw-item__column{display:flex;flex-direction:column;gap:var(--space-24);width:100%;max-width:760px;min-width:0;margin-inline:auto}.pw-item__head{display:flex;align-items:flex-start;gap:var(--space-16);min-width:0}.pw-item__column .pw-item__head{padding:var(--space-24);background:var(--surface-card);border:var(--border-width) solid var(--border-subtle);border-radius:var(--radius-22)}.pw-item__identity{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-6)}.pw-item__kind{margin:0;font:var(--text-eyebrow);color:var(--text-muted);text-transform:uppercase}.pw-item__title{margin:0;font:var(--text-heading-lg);color:var(--text-primary);text-wrap:pretty;overflow-wrap:anywhere}.pw-item__tags{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-8);margin-top:var(--space-4)}.pw-item__worldlink{display:inline-flex;border-radius:var(--radius-full);text-decoration:none}.pw-item__state{display:inline-flex;align-items:center;gap:var(--space-6);padding:0 var(--space-10);height:26px;border-radius:var(--radius-full);font:var(--text-caption);white-space:nowrap}.pw-item__state.is-late{background:var(--status-overdue);color:var(--status-overdue-text)}.pw-item__state.is-done{background:var(--toggle-active-bg);color:var(--toggle-active-text)}.pw-item__state.is-pinned{background:var(--surface-muted);color:var(--text-secondary)}.pw-item__actions{flex:none;display:flex;align-items:center;gap:var(--space-8)}.pw-item__facts{margin:0;display:flex;flex-direction:column;gap:var(--space-12)}.pw-item__fact{display:grid;grid-template-columns:116px minmax(0,1fr);gap:var(--space-16);align-items:baseline}.pw-item__fact dt{font:var(--text-body);color:var(--text-muted)}.pw-item__fact dd{margin:0;font:var(--text-body);color:var(--text-primary);text-wrap:pretty;overflow-wrap:anywhere}.pw-item__fact dd.is-late{color:var(--status-error)}.pw-item__progress{display:flex;align-items:center;gap:var(--space-16);flex-wrap:wrap}.pw-item__progresstext{font:var(--text-body);color:var(--text-secondary);font-variant-numeric:tabular-nums}.pw-item__prose{display:flex;flex-direction:column;gap:var(--space-12)}.pw-item__prose p{margin:0;font:var(--text-body);color:var(--text-primary);text-wrap:pretty;overflow-wrap:anywhere}.pw-item__lines{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:var(--space-10)}.pw-item__lines li{display:flex;align-items:flex-start;gap:var(--space-12)}.pw-item__linelabel{display:flex;align-items:flex-start;gap:var(--space-12);flex:1;cursor:pointer;border-radius:var(--radius-5)}.pw-item__linecheck{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.pw-item__linecheck:focus-visible+.pw-item__linebox{outline:var(--border-width-emphasis) solid var(--focus-ring);outline-offset:2px}.pw-item__linebox{flex:none;width:20px;height:20px;margin-top:1px;display:inline-flex;align-items:center;justify-content:center;border:var(--border-width-emphasis) solid var(--border-default);border-radius:var(--radius-5)}.pw-item__linetext{font:var(--text-body);color:var(--text-primary);text-wrap:pretty;overflow-wrap:anywhere}.pw-item__lines li.is-done .pw-item__linetext{color:var(--text-secondary);text-decoration:line-through}.pw-item__stickers{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-8);padding-inline:var(--space-4)}.pw-item__ask{margin:0;font:var(--text-body);color:var(--text-secondary);text-wrap:pretty}.pw-item__sheet{width:100%;min-width:0;display:flex;flex-direction:column;gap:var(--space-16)}.pw-item__sheet .pw-item__title{font:var(--text-heading-md)}.pw-item__block{display:flex;flex-direction:column;gap:var(--space-10)}.pw-item__blocktitle{margin:0;font:var(--text-eyebrow);color:var(--text-muted);text-transform:uppercase}.pw-item__sheet .pw-item__fact{grid-template-columns:96px minmax(0,1fr);gap:var(--space-12)}.pw-item__gone{margin:0;font:var(--text-body);color:var(--text-secondary)}@media(max-width:400px){.pw-item__sheet .pw-item__fact{grid-template-columns:minmax(0,1fr);gap:var(--space-2)}.pw-item__sheet .pw-item__head{gap:var(--space-12)}}.pw-item__window{min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:var(--space-24)}.pw-item__window .pw-item__head{align-items:center}.pw-item__window .pw-item__actions{align-self:flex-start}.pw-world__title{margin:0;font:var(--text-heading-lg);letter-spacing:var(--letter-spacing-display)}.pw-world__next,.pw-world__counts{margin:var(--space-4) 0 0;font:var(--text-body);color:var(--text-secondary)}.pw-world__identity{min-width:0}.pw-world__divider{display:flex;align-items:center;gap:var(--space-12);margin:var(--space-6) 0;font:var(--text-caption);color:var(--text-secondary)}.pw-world__divider:before,.pw-world__divider:after{content:"";flex:1 1 0;height:var(--border-width);background:var(--border-default)}.pw-world__main{gap:var(--space-24)}.pw-world__body{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:var(--space-32);align-items:start}.pw-world__col,.pw-world__rail{display:flex;flex-direction:column;gap:var(--space-24);min-width:0}.pw-world__rail{align-items:stretch}.pw-world__head{flex-direction:row;align-items:center;justify-content:space-between;gap:var(--space-24);flex-wrap:wrap}.pw-world__summary .pw-world__stats{display:flex;flex-direction:column;gap:var(--space-10);margin:0}.pw-world__stats>div{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-16)}.pw-world__stats dt{font:var(--text-body);color:var(--text-secondary)}.pw-world__stats dd{margin:0;font:var(--text-label);color:var(--text-primary);white-space:nowrap}.pw-world__pins{display:flex;flex-wrap:wrap;gap:var(--space-24) var(--space-32);padding:var(--space-16) var(--space-8) var(--space-8)}@media(max-width:1439px){.pw-world__body{grid-template-columns:minmax(0,1fr) 260px;gap:var(--space-24)}}.pw-world__section.is-flat{padding:0;background:none;border:0}.pw-world__band{display:flex;align-items:center;gap:var(--space-12);padding:var(--space-12) var(--space-16);border-radius:var(--radius-22)}.pw-mob .pw-world__band{margin:calc(-1 * (var(--pw-shade-lip) + var(--space-4))) calc(-1 * var(--space-16)) 0;border-radius:0;align-items:center;gap:var(--space-16);padding:var(--space-8) var(--space-16) var(--space-12)}.pw-mob .pw-world__counts{margin:0;font:var(--text-body-lg);font-weight:var(--font-weight-medium);text-wrap:pretty}.pw-mob .pw-world__section.is-flat .pw-panel__actions{width:auto}:root{--font-display: "Quicksand", "Trebuchet MS", system-ui, sans-serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif}:root{--color-brand-lime: #c9f06b;--color-brand-lime-light: #f1f9d9;--color-brand-dark-green: #3d453d;--color-brand-blue: #34a7db;--color-brand-blue-dark: #17749a;--color-brand-blue-light: #78c9ee;--color-neutral-0: #ffffff;--color-neutral-50: #f5f4ef;--color-neutral-100: #e8e6e0;--color-neutral-200: #daddd5;--color-neutral-300: #e2ded6;--color-ink-500: #6f746c;--color-ink-550: #61665e;--color-ink-600: #555952;--color-ink-700: #3d453d;--color-ink-900: #20231f;--color-ink-950: #252a25;--color-mist-200: #b9bfb6;--color-mist-300: #b0b6ad;--color-mist-400: #9aa097;--color-neutral-350: #3e433e;--color-neutral-400: #8a8f87;--color-neutral-450: #4a4f4a;--color-neutral-500: #363b36;--color-neutral-700: #323632;--color-neutral-750: #282c28;--color-neutral-800: #1e211e;--color-neutral-850: #161916}:root{--category-blue: #78c9ee;--category-blue-light: #dcf3fe;--category-blue-dark: #1d6f8f;--category-green: #83d8b0;--category-green-light: #ddf5e9;--category-green-dark: #307558;--category-lime: #c9f06b;--category-lime-light: #e8f5d0;--category-lime-dark: #587600;--category-yellow: #f4ce59;--category-yellow-light: #f9eecf;--category-yellow-dark: #876500;--category-amber: #e8a84d;--category-amber-light: #ffebd2;--category-amber-dark: #935800;--category-coral: #ff8e72;--category-coral-light: #ffe5db;--category-coral-dark: #ab4229;--category-red: #e86b6b;--category-red-light: #ffe3e0;--category-red-dark: #ad353a;--category-pink: #eea6c4;--category-pink-light: #ffe7f0;--category-pink-dark: #93536f;--category-magenta: #d45fa0;--category-magenta-light: #ffe2f4;--category-magenta-dark: #a43275;--category-purple: #8c78f0;--category-purple-light: #eceaff;--category-purple-dark: #644cc0;--category-indigo: #4a5b9e;--category-indigo-light: #e6eeff;--category-indigo-dark: #455698;--category-teal: #5cc0b5;--category-teal-light: #daf5f1;--category-teal-dark: #197169;--category-forest: #7a9e4a;--category-forest-light: #e7f4da;--category-forest-dark: #4a6b11;--category-grey: #9da7b2;--category-grey-light: #eceff2;--category-grey-dark: #5c656f;--category-fill-alpha: 20%}:root{--category-blue-fill: color-mix(in srgb, var(--category-blue) var(--category-fill-alpha), transparent);--category-green-fill: color-mix(in srgb, var(--category-green) var(--category-fill-alpha), transparent);--category-lime-fill: color-mix(in srgb, var(--category-lime) var(--category-fill-alpha), transparent);--category-yellow-fill: color-mix(in srgb, var(--category-yellow) var(--category-fill-alpha), transparent);--category-amber-fill: color-mix(in srgb, var(--category-amber) var(--category-fill-alpha), transparent);--category-coral-fill: color-mix(in srgb, var(--category-coral) var(--category-fill-alpha), transparent);--category-red-fill: color-mix(in srgb, var(--category-red) var(--category-fill-alpha), transparent);--category-pink-fill: color-mix(in srgb, var(--category-pink) var(--category-fill-alpha), transparent);--category-magenta-fill: color-mix(in srgb, var(--category-magenta) var(--category-fill-alpha), transparent);--category-purple-fill: color-mix(in srgb, var(--category-purple) var(--category-fill-alpha), transparent);--category-indigo-fill: color-mix(in srgb, var(--category-indigo) var(--category-fill-alpha), transparent);--category-teal-fill: color-mix(in srgb, var(--category-teal) var(--category-fill-alpha), transparent);--category-forest-fill: color-mix(in srgb, var(--category-forest) var(--category-fill-alpha), transparent);--category-grey-fill: color-mix(in srgb, var(--category-grey) var(--category-fill-alpha), transparent);--category-blue-on-fill: var(--category-blue-dark);--category-green-on-fill: var(--category-green-dark);--category-lime-on-fill: var(--category-lime-dark);--category-yellow-on-fill: var(--category-yellow-dark);--category-amber-on-fill: var(--category-amber-dark);--category-coral-on-fill: var(--category-coral-dark);--category-red-on-fill: var(--category-red-dark);--category-pink-on-fill: var(--category-pink-dark);--category-magenta-on-fill: var(--category-magenta-dark);--category-purple-on-fill: var(--category-purple-dark);--category-indigo-on-fill: var(--category-indigo-dark);--category-teal-on-fill: var(--category-teal-dark);--category-forest-on-fill: var(--category-forest-dark);--category-grey-on-fill: var(--category-grey-dark)}@media(prefers-color-scheme:dark){:root{--category-blue-on-fill: var(--category-blue-light);--category-green-on-fill: var(--category-green-light);--category-lime-on-fill: var(--category-lime-light);--category-yellow-on-fill: var(--category-yellow-light);--category-amber-on-fill: var(--category-amber-light);--category-coral-on-fill: var(--category-coral-light);--category-red-on-fill: var(--category-red-light);--category-pink-on-fill: var(--category-pink-light);--category-magenta-on-fill: var(--category-magenta-light);--category-purple-on-fill: var(--category-purple-light);--category-indigo-on-fill: var(--category-indigo-light);--category-teal-on-fill: var(--category-teal-light);--category-forest-on-fill: var(--category-forest-light);--category-grey-on-fill: var(--category-grey-light)}}[data-theme=dark]{--category-blue-on-fill: var(--category-blue-light);--category-green-on-fill: var(--category-green-light);--category-lime-on-fill: var(--category-lime-light);--category-yellow-on-fill: var(--category-yellow-light);--category-amber-on-fill: var(--category-amber-light);--category-coral-on-fill: var(--category-coral-light);--category-red-on-fill: var(--category-red-light);--category-pink-on-fill: var(--category-pink-light);--category-magenta-on-fill: var(--category-magenta-light);--category-purple-on-fill: var(--category-purple-light);--category-indigo-on-fill: var(--category-indigo-light);--category-teal-on-fill: var(--category-teal-light);--category-forest-on-fill: var(--category-forest-light);--category-grey-on-fill: var(--category-grey-light)}[data-theme=light]{--category-blue-on-fill: var(--category-blue-dark);--category-green-on-fill: var(--category-green-dark);--category-lime-on-fill: var(--category-lime-dark);--category-yellow-on-fill: var(--category-yellow-dark);--category-amber-on-fill: var(--category-amber-dark);--category-coral-on-fill: var(--category-coral-dark);--category-red-on-fill: var(--category-red-dark);--category-pink-on-fill: var(--category-pink-dark);--category-magenta-on-fill: var(--category-magenta-dark);--category-purple-on-fill: var(--category-purple-dark);--category-indigo-on-fill: var(--category-indigo-dark);--category-teal-on-fill: var(--category-teal-dark);--category-forest-on-fill: var(--category-forest-dark);--category-grey-on-fill: var(--category-grey-dark)}:root{--background-canvas: var(--color-neutral-50);--background-sidebar: var(--color-ink-700);--background-overlay: var(--color-ink-950);--surface-raised: var(--color-neutral-0);--edge-raised: transparent;--border-raised: var(--color-neutral-100);--surface-card: var(--color-neutral-0);--surface-muted: var(--color-neutral-50);--surface-day: var(--color-neutral-0);--border-day: var(--color-neutral-100);--surface-today: color-mix(in srgb, var(--color-brand-lime) 14%, var(--color-neutral-0));--surface-tile: var(--color-neutral-100);--text-primary: var(--color-ink-900);--text-strong: var(--color-ink-700);--text-muted: var(--color-ink-600);--text-secondary: var(--color-ink-550);--text-inverse: var(--color-neutral-0);--text-on-sidebar: var(--color-neutral-0);--text-on-sidebar-muted: var(--color-mist-200);--border-default: var(--color-neutral-200);--border-subtle: var(--color-neutral-300);--action-primary: var(--color-brand-lime);--action-primary-light: var(--color-brand-lime-light);--action-primary-text: var(--color-ink-900);--action-secondary: var(--color-brand-blue-dark);--action-secondary-text: var(--color-neutral-0);--action-secondary-on-sidebar: var(--color-brand-blue-light);--status-overdue: #d92d20;--status-overdue-text: var(--color-neutral-0);--toggle-active-bg: var(--color-ink-700);--toggle-active-text: var(--color-brand-lime);--toggle-track: var(--surface-muted);--focus-ring: var(--color-brand-blue-dark);--state-hover: rgba(32, 35, 31, .06);--state-hover-on-sidebar: rgba(255, 255, 255, .08);--border-on-sidebar: rgba(255, 255, 255, .18);--status-error: #d92d20;--surface-skeleton: var(--color-neutral-100);color-scheme:light dark}[data-theme=dark]{--background-canvas: var(--color-neutral-800);--background-sidebar: var(--color-neutral-850);--surface-raised: var(--color-neutral-700);--edge-raised: rgba(255, 255, 255, .1);--border-raised: rgba(255, 255, 255, .1);--background-overlay: var(--color-ink-950);--surface-card: var(--color-neutral-750);--surface-muted: var(--color-neutral-700);--surface-day: var(--color-neutral-750);--border-day: var(--color-neutral-700);--surface-today: color-mix(in srgb, var(--color-brand-lime) 10%, var(--color-neutral-750));--text-primary: var(--color-neutral-100);--text-strong: var(--color-neutral-0);--text-muted: var(--color-mist-300);--text-secondary: var(--color-mist-400);--text-inverse: var(--color-ink-900);--text-on-sidebar: var(--color-neutral-100);--text-on-sidebar-muted: var(--color-mist-200);--border-default: var(--color-neutral-350);--border-subtle: var(--color-neutral-500);--action-primary-text: var(--color-ink-900);--action-secondary: var(--color-brand-blue);--toggle-active-bg: var(--color-brand-lime);--toggle-active-text: var(--color-ink-900);--toggle-track: var(--color-neutral-700);--status-overdue: #ff7062;--focus-ring: var(--color-brand-blue);--state-hover: rgba(255, 255, 255, .07);--status-error: #ff7062;--surface-skeleton: var(--color-neutral-700);color-scheme:dark}@media(prefers-color-scheme:dark){:root{--background-canvas: var(--color-neutral-800);--background-sidebar: var(--color-neutral-850);--surface-raised: var(--color-neutral-700);--edge-raised: rgba(255, 255, 255, .1);--border-raised: rgba(255, 255, 255, .1);--surface-card: var(--color-neutral-750);--surface-muted: var(--color-neutral-700);--surface-day: var(--color-neutral-750);--border-day: var(--color-neutral-700);--surface-today: color-mix(in srgb, var(--color-brand-lime) 10%, var(--color-neutral-750));--text-primary: var(--color-neutral-100);--text-strong: var(--color-neutral-0);--text-muted: var(--color-mist-300);--text-secondary: var(--color-mist-400);--text-inverse: var(--color-ink-900);--text-on-sidebar: var(--color-neutral-100);--text-on-sidebar-muted: var(--color-mist-200);--action-secondary: var(--color-brand-blue);--border-default: var(--color-neutral-350);--border-subtle: var(--color-neutral-500);--toggle-active-bg: var(--color-brand-lime);--toggle-active-text: var(--color-ink-900);--toggle-track: var(--color-neutral-700);--status-overdue: #ff7062;--focus-ring: var(--color-brand-blue);--state-hover: rgba(255, 255, 255, .07);--status-error: #ff7062;--surface-skeleton: var(--color-neutral-700);color-scheme:dark}}[data-theme=light]{--background-canvas: var(--color-neutral-50);--background-sidebar: var(--color-ink-700);--surface-raised: var(--color-neutral-0);--edge-raised: transparent;--border-raised: var(--color-neutral-100);--surface-card: var(--color-neutral-0);--surface-muted: var(--color-neutral-50);--surface-day: var(--color-neutral-0);--border-day: var(--color-neutral-100);--surface-today: color-mix(in srgb, var(--color-brand-lime) 14%, var(--color-neutral-0));--text-primary: var(--color-ink-900);--text-strong: var(--color-ink-700);--text-muted: var(--color-ink-600);--text-secondary: var(--color-ink-550);--text-inverse: var(--color-neutral-0);--text-on-sidebar: var(--color-neutral-0);--text-on-sidebar-muted: var(--color-mist-200);--action-secondary: var(--color-brand-blue-dark);--border-default: var(--color-neutral-200);--border-subtle: var(--color-neutral-300);--toggle-active-bg: var(--color-ink-700);--toggle-active-text: var(--color-brand-lime);--toggle-track: var(--color-neutral-50);--status-overdue: #d92d20;--focus-ring: var(--color-brand-blue-dark);--state-hover: rgba(32, 35, 31, .06);--status-error: #d92d20;--surface-skeleton: var(--color-neutral-100);color-scheme:light}:root{--font-size-display-lg: 40px;--font-size-heading-lg: 28px;--font-size-heading-md: 20px;--font-size-heading-sm: 16px;--font-size-label: 14px;--font-size-body-lg: 16px;--font-size-body: 14px;--font-size-caption: 12px;--font-size-eyebrow: 11px;--line-height-display-lg: 1.15;--line-height-heading: 1.25;--line-height-body: 1.5;--line-height-tight: 1.3;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--letter-spacing-eyebrow: .08em;--letter-spacing-display: -.01em;--text-display-lg: var(--font-weight-bold) var(--font-size-display-lg) / var(--line-height-display-lg) var(--font-display);--text-heading-lg: var(--font-weight-bold) var(--font-size-heading-lg) / var(--line-height-heading) var(--font-display);--text-heading-md: var(--font-weight-bold) var(--font-size-heading-md) / var(--line-height-heading) var(--font-display);--text-heading-sm: var(--font-weight-bold) var(--font-size-heading-sm) / var(--line-height-tight) var(--font-display);--text-label: var(--font-weight-semibold) var(--font-size-label) / var(--line-height-tight) var(--font-display);--text-body-lg: var(--font-weight-regular) var(--font-size-body-lg) / var(--line-height-body) var(--font-body);--text-body: var(--font-weight-regular) var(--font-size-body) / var(--line-height-body) var(--font-body);--text-body-medium: var(--font-weight-medium) var(--font-size-body) / var(--line-height-body) var(--font-body);--text-caption: var(--font-weight-regular) var(--font-size-caption) / var(--line-height-tight) var(--font-body);--text-eyebrow: var(--font-weight-semibold) var(--font-size-eyebrow) / var(--line-height-tight) var(--font-body)}:root{--space-2: 2px;--space-4: 4px;--space-6: 6px;--space-8: 8px;--space-10: 10px;--space-12: 12px;--space-14: 14px;--space-16: 16px;--space-24: 24px;--space-32: 32px}:root{--radius-5: 5px;--radius-8: 8px;--radius-12: 12px;--radius-14: 14px;--radius-16: 16px;--radius-22: 22px;--radius-44: 44px;--radius-full: 999px;--border-width: 1px;--border-width-emphasis: 2px}:root{--elevation-card: 0 6px 18px rgba(32, 35, 31, .05);--elevation-compact: 0 2px 8px rgba(32, 35, 31, .04);--elevation-sticky: 4px 6px 12px rgba(32, 35, 31, .14);--shadow-on-accent-ring: 0 0 2px rgba(32, 35, 31, .4);--shadow-on-accent-drop: 0 1px 2px rgba(32, 35, 31, .5);--shadow-on-accent-icon-ring: 0 0 1px rgba(32, 35, 31, .35);--shadow-on-accent-icon-drop: 0 1px 2px rgba(32, 35, 31, .4);--text-shadow-on-accent: var(--shadow-on-accent-ring), var(--shadow-on-accent-drop);--icon-shadow-on-accent: drop-shadow(0 0 1px rgba(32, 35, 31, .35)) drop-shadow(0 1px 2px rgba(32, 35, 31, .4))}[data-theme=dark]{--elevation-card: 0 6px 18px rgba(0, 0, 0, .26);--elevation-compact: 0 2px 8px rgba(0, 0, 0, .2);--elevation-sticky: 4px 6px 12px rgba(0, 0, 0, .32)}@media(prefers-color-scheme:dark){:root{--elevation-card: 0 6px 18px rgba(0, 0, 0, .26);--elevation-compact: 0 2px 8px rgba(0, 0, 0, .2);--elevation-sticky: 4px 6px 12px rgba(0, 0, 0, .32)}}[data-theme=light]{--elevation-card: 0 6px 18px rgba(32, 35, 31, .05);--elevation-compact: 0 2px 8px rgba(32, 35, 31, .04);--elevation-sticky: 4px 6px 12px rgba(32, 35, 31, .14)}:root{--duration-fast: .12s;--duration-base: .18s;--duration-slow: .26s;--easing-standard: cubic-bezier(.2, 0, .2, 1);--easing-enter: cubic-bezier(0, 0, .2, 1);--easing-exit: cubic-bezier(.4, 0, 1, 1);--hover-lift: -1px;--press-scale: .97;--hover-ink-stroke: .35px;--rise-distance: 8px;--transition-hover: transform var(--duration-base) var(--easing-standard), box-shadow var(--duration-base) var(--easing-standard);--transition-colour: background-color var(--duration-fast) var(--easing-standard), border-color var(--duration-fast) var(--easing-standard), color var(--duration-fast) var(--easing-standard);--transition-press: transform var(--duration-fast) var(--easing-standard)}@keyframes pw-rise{0%{opacity:0;transform:translateY(var(--rise-distance))}to{opacity:1;transform:none}}@keyframes pw-fade{0%{opacity:0}to{opacity:1}}@keyframes pw-pop{0%{transform:scale(.8)}60%{transform:scale(1.04)}to{transform:scale(1)}}.pw-animate-rise{animation:pw-rise var(--duration-slow) var(--easing-enter) both;animation-delay:var(--pw-delay, 0ms)}.pw-animate-fade{animation:pw-fade var(--duration-base) var(--easing-enter) both;animation-delay:var(--pw-delay, 0ms)}.pw-animate-pop{animation:pw-pop var(--duration-base) var(--easing-standard) both}.pw-hoverable{transition:var(--transition-hover)}.pw-hoverable:hover{transform:translateY(var(--hover-lift));box-shadow:var(--elevation-compact)}.pw-pressable{transition:var(--transition-press)}.pw-pressable:active{transform:scale(var(--press-scale))}@media(prefers-reduced-motion:reduce){:root{--rise-distance: 0px;--hover-lift: 0px;--press-scale: 1}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.pw-animate-fade,.pw-animate-rise{animation-duration:var(--duration-base)!important}}.icon-pencil{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 20H8L18.5 9.5C19.6046 8.39543 19.6046 6.60457 18.5 5.5C17.3954 4.39543 15.6046 4.39543 14.5 5.5L4 16V20ZM13 7L17 11' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 20H8L18.5 9.5C19.6046 8.39543 19.6046 6.60457 18.5 5.5C17.3954 4.39543 15.6046 4.39543 14.5 5.5L4 16V20ZM13 7L17 11' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-trash{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 6H20M9 6V4.5C9 3.67157 9.67157 3 10.5 3H13.5C14.3284 3 15 3.67157 15 4.5V6M6 6L7 19C7.08 20.1 7.9 21 9 21H15C16.1 21 16.92 20.1 17 19L18 6M10 10.5V16.5M14 10.5V16.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 6H20M9 6V4.5C9 3.67157 9.67157 3 10.5 3H13.5C14.3284 3 15 3.67157 15 4.5V6M6 6L7 19C7.08 20.1 7.9 21 9 21H15C16.1 21 16.92 20.1 17 19L18 6M10 10.5V16.5M14 10.5V16.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-plus{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5V19M5 12H19' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5V19M5 12H19' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.icon-pin{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 3H15M10 3V9L7 14H17L14 9V3M12 14V20' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 3H15M10 3V9L7 14H17L14 9V3M12 14V20' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.pw-icon{display:inline-block;vertical-align:middle;width:1em;height:1em;font-size:18px;flex:none;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.icon-arrow-right{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M12 19L19 12L12 5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M12 19L19 12L12 5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E")}.icon-book-open{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 9.4C12 7.15979 12 6.03968 12.436 5.18404C12.8195 4.43139 13.4314 3.81947 14.184 3.43597C15.0397 3 16.1598 3 18.4 3H18.8C19.9201 3 20.4802 3 20.908 3.21799C21.2843 3.40973 21.5903 3.71569 21.782 4.09202C22 4.51984 22 5.07989 22 6.2V14.8C22 15.9201 22 16.4802 21.782 16.908C21.5903 17.2843 21.2843 17.5903 20.908 17.782C20.4802 18 19.9201 18 18.8 18H17.4252C16.1729 18 15.5467 18 14.9784 18.1726C14.4752 18.3254 14.0071 18.5759 13.6009 18.9098C13.142 19.287 12.7947 19.808 12.1001 20.8499L12 21L11.8999 20.8499C11.2053 19.808 10.858 19.287 10.3991 18.9098C9.99286 18.5759 9.52476 18.3254 9.02161 18.1726C8.45325 18 7.82711 18 6.57482 18H5.2C4.07989 18 3.51984 18 3.09202 17.782C2.71569 17.5903 2.40973 17.2843 2.21799 16.908C2 16.4802 2 15.9201 2 14.8V6.2C2 5.07989 2 4.51984 2.21799 4.09202C2.40973 3.71569 2.71569 3.40973 3.09202 3.21799C3.51984 3 4.07989 3 5.2 3H5.6C7.84021 3 8.96031 3 9.81596 3.43597C10.5686 3.81947 11.1805 4.43139 11.564 5.18404C12 6.03968 12 7.15979 12 9.4ZM12 21V9.4' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 9.4C12 7.15979 12 6.03968 12.436 5.18404C12.8195 4.43139 13.4314 3.81947 14.184 3.43597C15.0397 3 16.1598 3 18.4 3H18.8C19.9201 3 20.4802 3 20.908 3.21799C21.2843 3.40973 21.5903 3.71569 21.782 4.09202C22 4.51984 22 5.07989 22 6.2V14.8C22 15.9201 22 16.4802 21.782 16.908C21.5903 17.2843 21.2843 17.5903 20.908 17.782C20.4802 18 19.9201 18 18.8 18H17.4252C16.1729 18 15.5467 18 14.9784 18.1726C14.4752 18.3254 14.0071 18.5759 13.6009 18.9098C13.142 19.287 12.7947 19.808 12.1001 20.8499L12 21L11.8999 20.8499C11.2053 19.808 10.858 19.287 10.3991 18.9098C9.99286 18.5759 9.52476 18.3254 9.02161 18.1726C8.45325 18 7.82711 18 6.57482 18H5.2C4.07989 18 3.51984 18 3.09202 17.782C2.71569 17.5903 2.40973 17.2843 2.21799 16.908C2 16.4802 2 15.9201 2 14.8V6.2C2 5.07989 2 4.51984 2.21799 4.09202C2.40973 3.71569 2.71569 3.40973 3.09202 3.21799C3.51984 3 4.07989 3 5.2 3H5.6C7.84021 3 8.96031 3 9.81596 3.43597C10.5686 3.81947 11.1805 4.43139 11.564 5.18404C12 6.03968 12 7.15979 12 9.4ZM12 21V9.4' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E")}.icon-calendar{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.99921V5.99953M16 1.99921V5.99953M3 9.99985H21M5 3.99937H19C20.1046 3.99937 21 4.89487 21 5.99953V20.0006C21 21.1053 20.1046 22.0008 19 22.0008H5C3.89543 22.0008 3 21.1053 3 20.0006V5.99953C3 4.89487 3.89543 3.99937 5 3.99937Z' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.99921V5.99953M16 1.99921V5.99953M3 9.99985H21M5 3.99937H19C20.1046 3.99937 21 4.89487 21 5.99953V20.0006C21 21.1053 20.1046 22.0008 19 22.0008H5C3.89543 22.0008 3 21.1053 3 20.0006V5.99953C3 4.89487 3.89543 3.99937 5 3.99937Z' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E")}.icon-campground{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_373_1259)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.824 4.567C14.9711 4.3484 15.0259 4.08058 14.9766 3.82177C14.9274 3.56295 14.7779 3.33403 14.5608 3.18477C14.3437 3.03551 14.0765 2.97796 13.8172 3.02462C13.5579 3.07129 13.3274 3.21841 13.176 3.434L12 5.144L10.824 3.434C10.7502 3.32434 10.6554 3.23038 10.5451 3.15758C10.4348 3.08477 10.3112 3.03456 10.1813 3.00984C10.0515 2.98511 9.91804 2.98638 9.7887 3.01355C9.65935 3.04072 9.53667 3.09327 9.42776 3.16815C9.31884 3.24302 9.22585 3.33875 9.15416 3.44979C9.08247 3.56083 9.03351 3.68498 9.0101 3.81506C8.98669 3.94514 8.98929 4.07857 9.01777 4.20764C9.04625 4.33671 9.10003 4.45885 9.176 4.567L10.786 6.909L2.475 19H2C1.73478 19 1.48043 19.1054 1.29289 19.2929C1.10536 19.4804 1 19.7348 1 20C1 20.2652 1.10536 20.5196 1.29289 20.7071C1.48043 20.8946 1.73478 21 2 21H22C22.2652 21 22.5196 20.8946 22.7071 20.7071C22.8946 20.5196 23 20.2652 23 20C23 19.7348 22.8946 19.4804 22.7071 19.2929C22.5196 19.1054 22.2652 19 22 19H21.526L13.213 6.91L14.824 4.567ZM15.986 19H19.099L12 8.674L4.901 19H8.015L11.17 14.443C11.263 14.3089 11.387 14.1994 11.5316 14.1237C11.6761 14.048 11.8368 14.0085 12 14.0085C12.1632 14.0085 12.3239 14.048 12.4684 14.1237C12.613 14.1994 12.737 14.3089 12.83 14.443L15.985 19H15.986ZM10.447 19H13.553L12 16.757L10.447 19V19Z' fill='black'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_373_1259'%3E%3Crect width='24' height='24' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_373_1259)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.824 4.567C14.9711 4.3484 15.0259 4.08058 14.9766 3.82177C14.9274 3.56295 14.7779 3.33403 14.5608 3.18477C14.3437 3.03551 14.0765 2.97796 13.8172 3.02462C13.5579 3.07129 13.3274 3.21841 13.176 3.434L12 5.144L10.824 3.434C10.7502 3.32434 10.6554 3.23038 10.5451 3.15758C10.4348 3.08477 10.3112 3.03456 10.1813 3.00984C10.0515 2.98511 9.91804 2.98638 9.7887 3.01355C9.65935 3.04072 9.53667 3.09327 9.42776 3.16815C9.31884 3.24302 9.22585 3.33875 9.15416 3.44979C9.08247 3.56083 9.03351 3.68498 9.0101 3.81506C8.98669 3.94514 8.98929 4.07857 9.01777 4.20764C9.04625 4.33671 9.10003 4.45885 9.176 4.567L10.786 6.909L2.475 19H2C1.73478 19 1.48043 19.1054 1.29289 19.2929C1.10536 19.4804 1 19.7348 1 20C1 20.2652 1.10536 20.5196 1.29289 20.7071C1.48043 20.8946 1.73478 21 2 21H22C22.2652 21 22.5196 20.8946 22.7071 20.7071C22.8946 20.5196 23 20.2652 23 20C23 19.7348 22.8946 19.4804 22.7071 19.2929C22.5196 19.1054 22.2652 19 22 19H21.526L13.213 6.91L14.824 4.567ZM15.986 19H19.099L12 8.674L4.901 19H8.015L11.17 14.443C11.263 14.3089 11.387 14.1994 11.5316 14.1237C11.6761 14.048 11.8368 14.0085 12 14.0085C12.1632 14.0085 12.3239 14.048 12.4684 14.1237C12.613 14.1994 12.737 14.3089 12.83 14.443L15.985 19H15.986ZM10.447 19H13.553L12 16.757L10.447 19V19Z' fill='black'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_373_1259'%3E%3Crect width='24' height='24' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.icon-chevron-left{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E")}.icon-chevron-right{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E")}.icon-compass{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14.7221 8.26596C15.2107 8.10312 15.4549 8.02169 15.6174 8.07962C15.7587 8.13003 15.87 8.24127 15.9204 8.38263C15.9783 8.54507 15.8969 8.78935 15.734 9.27789L14.2465 13.7405C14.2001 13.8797 14.1769 13.9492 14.1374 14.007C14.1024 14.0582 14.0582 14.1024 14.007 14.1374C13.9492 14.1769 13.8797 14.2001 13.7405 14.2465L9.27789 15.734C8.78935 15.8969 8.54507 15.9783 8.38263 15.9204C8.24127 15.87 8.13003 15.7587 8.07962 15.6174C8.02169 15.4549 8.10312 15.2107 8.26596 14.7221L9.75351 10.2595C9.79989 10.1203 9.82308 10.0508 9.8626 9.99299C9.8976 9.94182 9.94182 9.8976 9.99299 9.8626C10.0508 9.82308 10.1203 9.79989 10.2595 9.75351L14.7221 8.26596Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14.7221 8.26596C15.2107 8.10312 15.4549 8.02169 15.6174 8.07962C15.7587 8.13003 15.87 8.24127 15.9204 8.38263C15.9783 8.54507 15.8969 8.78935 15.734 9.27789L14.2465 13.7405C14.2001 13.8797 14.1769 13.9492 14.1374 14.007C14.1024 14.0582 14.0582 14.1024 14.007 14.1374C13.9492 14.1769 13.8797 14.2001 13.7405 14.2465L9.27789 15.734C8.78935 15.8969 8.54507 15.9783 8.38263 15.9204C8.24127 15.87 8.13003 15.7587 8.07962 15.6174C8.02169 15.4549 8.10312 15.2107 8.26596 14.7221L9.75351 10.2595C9.79989 10.1203 9.82308 10.0508 9.8626 9.99299C9.8976 9.94182 9.94182 9.8976 9.99299 9.8626C10.0508 9.82308 10.1203 9.79989 10.2595 9.75351L14.7221 8.26596Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E")}.icon-day{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3076 0C22.3468 0 24 1.65318 24 3.69238V20.3076C24 22.3468 22.3468 24 20.3076 24H3.69238L3.50195 23.9951C1.55121 23.896 0 22.283 0 20.3076V3.69238C0 1.71702 1.55121 0.103951 3.50195 0.00488281L3.69238 0H20.3076ZM2 8.30762V20.3076C2 21.2423 2.75775 22 3.69238 22H20.3076C21.2423 22 22 21.2423 22 20.3076V8.30762H2ZM3.69238 2C2.75775 2 2 2.75775 2 3.69238V6.30762H22V3.69238C22 2.75775 21.2423 2 20.3076 2H3.69238Z' fill='black'%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3076 0C22.3468 0 24 1.65318 24 3.69238V20.3076C24 22.3468 22.3468 24 20.3076 24H3.69238L3.50195 23.9951C1.55121 23.896 0 22.283 0 20.3076V3.69238C0 1.71702 1.55121 0.103951 3.50195 0.00488281L3.69238 0H20.3076ZM2 8.30762V20.3076C2 21.2423 2.75775 22 3.69238 22H20.3076C21.2423 22 22 21.2423 22 20.3076V8.30762H2ZM3.69238 2C2.75775 2 2 2.75775 2 3.69238V6.30762H22V3.69238C22 2.75775 21.2423 2 20.3076 2H3.69238Z' fill='black'%3E%3C/path%3E%3C/svg%3E")}.icon-floor-light{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 2L17 9H7L9 2M13.6 4H10.4L9.55 7H14.45M11 10H13V20H16V22H8V20H11V10Z' fill='black'%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 2L17 9H7L9 2M13.6 4H10.4L9.55 7H14.45M11 10H13V20H16V22H8V20H11V10Z' fill='black'%3E%3C/path%3E%3C/svg%3E")}.icon-hexagon{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.223 2.43167C11.5066 2.27412 11.6484 2.19534 11.7985 2.16445C11.9315 2.13712 12.0685 2.13712 12.2015 2.16445C12.3516 2.19534 12.4934 2.27412 12.777 2.43168L20.177 6.54279C20.4766 6.70919 20.6263 6.79239 20.7354 6.91073C20.8318 7.01542 20.9049 7.1395 20.9495 7.27467C21 7.42747 21 7.5988 21 7.94144V16.0585C21 16.4012 21 16.5725 20.9495 16.7253C20.9049 16.8605 20.8318 16.9846 20.7354 17.0893C20.6263 17.2076 20.4766 17.2908 20.177 17.4572L12.777 21.5683C12.4934 21.7259 12.3516 21.8046 12.2015 21.8355C12.0685 21.8629 11.9315 21.8629 11.7985 21.8355C11.6484 21.8046 11.5066 21.7259 11.223 21.5683L3.82297 17.4572C3.52345 17.2908 3.37369 17.2076 3.26463 17.0893C3.16816 16.9846 3.09515 16.8605 3.05048 16.7253C3 16.5725 3 16.4012 3 16.0585V7.94144C3 7.59879 3 7.42747 3.05048 7.27467C3.09515 7.1395 3.16816 7.01542 3.26463 6.91073C3.37369 6.79239 3.52345 6.70919 3.82297 6.54279L11.223 2.43167Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.223 2.43167C11.5066 2.27412 11.6484 2.19534 11.7985 2.16445C11.9315 2.13712 12.0685 2.13712 12.2015 2.16445C12.3516 2.19534 12.4934 2.27412 12.777 2.43168L20.177 6.54279C20.4766 6.70919 20.6263 6.79239 20.7354 6.91073C20.8318 7.01542 20.9049 7.1395 20.9495 7.27467C21 7.42747 21 7.5988 21 7.94144V16.0585C21 16.4012 21 16.5725 20.9495 16.7253C20.9049 16.8605 20.8318 16.9846 20.7354 17.0893C20.6263 17.2076 20.4766 17.2908 20.177 17.4572L12.777 21.5683C12.4934 21.7259 12.3516 21.8046 12.2015 21.8355C12.0685 21.8629 11.9315 21.8629 11.7985 21.8355C11.6484 21.8046 11.5066 21.7259 11.223 21.5683L3.82297 17.4572C3.52345 17.2908 3.37369 17.2076 3.26463 17.0893C3.16816 16.9846 3.09515 16.8605 3.05048 16.7253C3 16.5725 3 16.4012 3 16.0585V7.94144C3 7.59879 3 7.42747 3.05048 7.27467C3.09515 7.1395 3.16816 7.01542 3.26463 6.91073C3.37369 6.79239 3.52345 6.70919 3.82297 6.54279L11.223 2.43167Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E")}.icon-home{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 21V13.6C9 13.0399 9 12.7599 9.109 12.546C9.20487 12.3578 9.35785 12.2049 9.54601 12.109C9.75993 12 10.04 12 10.6 12H13.4C13.9601 12 14.2401 12 14.454 12.109C14.6422 12.2049 14.7951 12.3578 14.891 12.546C15 12.7599 15 13.0399 15 13.6V21M2 9.5L11.04 2.72C11.3843 2.46181 11.5564 2.33271 11.7454 2.28294C11.9123 2.23902 12.0877 2.23902 12.2546 2.28295C12.4436 2.33271 12.6157 2.46181 12.96 2.72L22 9.5M4 8V17.8C4 18.9201 4 19.4802 4.21799 19.908C4.40974 20.2843 4.7157 20.5903 5.09202 20.782C5.51985 21 6.0799 21 7.2 21H16.8C17.9201 21 18.4802 21 18.908 20.782C19.2843 20.5903 19.5903 20.2843 19.782 19.908C20 19.4802 20 18.9201 20 17.8V8L13.92 3.44C13.2315 2.92361 12.8872 2.66542 12.5091 2.56589C12.1754 2.47804 11.8246 2.47804 11.4909 2.56589C11.1128 2.66542 10.7685 2.92361 10.08 3.44L4 8Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 21V13.6C9 13.0399 9 12.7599 9.109 12.546C9.20487 12.3578 9.35785 12.2049 9.54601 12.109C9.75993 12 10.04 12 10.6 12H13.4C13.9601 12 14.2401 12 14.454 12.109C14.6422 12.2049 14.7951 12.3578 14.891 12.546C15 12.7599 15 13.0399 15 13.6V21M2 9.5L11.04 2.72C11.3843 2.46181 11.5564 2.33271 11.7454 2.28294C11.9123 2.23902 12.0877 2.23902 12.2546 2.28295C12.4436 2.33271 12.6157 2.46181 12.96 2.72L22 9.5M4 8V17.8C4 18.9201 4 19.4802 4.21799 19.908C4.40974 20.2843 4.7157 20.5903 5.09202 20.782C5.51985 21 6.0799 21 7.2 21H16.8C17.9201 21 18.4802 21 18.908 20.782C19.2843 20.5903 19.5903 20.2843 19.782 19.908C20 19.4802 20 18.9201 20 17.8V8L13.92 3.44C13.2315 2.92361 12.8872 2.66542 12.5091 2.56589C12.1754 2.47804 11.8246 2.47804 11.4909 2.56589C11.1128 2.66542 10.7685 2.92361 10.08 3.44L4 8Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E")}.icon-list{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12L9 12M21 6L9 6M21 18L9 18M5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11C4.55228 11 5 11.4477 5 12ZM5 6C5 6.55228 4.55228 7 4 7C3.44772 7 3 6.55228 3 6C3 5.44772 3.44772 5 4 5C4.55228 5 5 5.44772 5 6ZM5 18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18C3 17.4477 3.44772 17 4 17C4.55228 17 5 17.4477 5 18Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12L9 12M21 6L9 6M21 18L9 18M5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11C4.55228 11 5 11.4477 5 12ZM5 6C5 6.55228 4.55228 7 4 7C3.44772 7 3 6.55228 3 6C3 5.44772 3.44772 5 4 5C4.55228 5 5 5.44772 5 6ZM5 18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18C3 17.4477 3.44772 17 4 17C4.55228 17 5 17.4477 5 18Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E")}.icon-luggage{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 21V7C8 6.07003 8 5.60504 8.10222 5.22354C8.37962 4.18827 9.18827 3.37962 10.2235 3.10222C10.605 3 11.07 3 12 3C12.93 3 13.395 3 13.7765 3.10222C14.8117 3.37962 15.6204 4.18827 15.8978 5.22354C16 5.60504 16 6.07003 16 7V13.5M16 17.5V21M6.8 21H17.2C18.8802 21 19.7202 21 20.362 20.673C20.9265 20.3854 21.3854 19.9265 21.673 19.362C22 18.7202 22 17.8802 22 16.2V11.8C22 10.1198 22 9.27976 21.673 8.63803C21.3854 8.07354 20.9265 7.6146 20.362 7.32698C19.7202 7 18.8802 7 17.2 7H6.8C5.11984 7 4.27976 7 3.63803 7.32698C3.07354 7.6146 2.6146 8.07354 2.32698 8.63803C2 9.27976 2 10.1198 2 11.8V16.2C2 17.8802 2 18.7202 2.32698 19.362C2.6146 19.9265 3.07354 20.3854 3.63803 20.673C4.27976 21 5.11984 21 6.8 21ZM12.8 17.5H17.7C17.98 17.5 18.12 17.5 18.227 17.4455C18.3211 17.3976 18.3976 17.3211 18.4455 17.227C18.5 17.12 18.5 16.98 18.5 16.7V14.3C18.5 14.02 18.5 13.88 18.4455 13.773C18.3976 13.6789 18.3211 13.6024 18.227 13.5545C18.12 13.5 17.98 13.5 17.7 13.5H12.8C12.52 13.5 12.38 13.5 12.273 13.5545C12.1789 13.6024 12.1024 13.6789 12.0545 13.773C12 13.88 12 14.02 12 14.3V16.7C12 16.98 12 17.12 12.0545 17.227C12.1024 17.3211 12.1789 17.3976 12.273 17.4455C12.38 17.5 12.52 17.5 12.8 17.5Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 21V7C8 6.07003 8 5.60504 8.10222 5.22354C8.37962 4.18827 9.18827 3.37962 10.2235 3.10222C10.605 3 11.07 3 12 3C12.93 3 13.395 3 13.7765 3.10222C14.8117 3.37962 15.6204 4.18827 15.8978 5.22354C16 5.60504 16 6.07003 16 7V13.5M16 17.5V21M6.8 21H17.2C18.8802 21 19.7202 21 20.362 20.673C20.9265 20.3854 21.3854 19.9265 21.673 19.362C22 18.7202 22 17.8802 22 16.2V11.8C22 10.1198 22 9.27976 21.673 8.63803C21.3854 8.07354 20.9265 7.6146 20.362 7.32698C19.7202 7 18.8802 7 17.2 7H6.8C5.11984 7 4.27976 7 3.63803 7.32698C3.07354 7.6146 2.6146 8.07354 2.32698 8.63803C2 9.27976 2 10.1198 2 11.8V16.2C2 17.8802 2 18.7202 2.32698 19.362C2.6146 19.9265 3.07354 20.3854 3.63803 20.673C4.27976 21 5.11984 21 6.8 21ZM12.8 17.5H17.7C17.98 17.5 18.12 17.5 18.227 17.4455C18.3211 17.3976 18.3976 17.3211 18.4455 17.227C18.5 17.12 18.5 16.98 18.5 16.7V14.3C18.5 14.02 18.5 13.88 18.4455 13.773C18.3976 13.6789 18.3211 13.6024 18.227 13.5545C18.12 13.5 17.98 13.5 17.7 13.5H12.8C12.52 13.5 12.38 13.5 12.273 13.5545C12.1789 13.6024 12.1024 13.6789 12.0545 13.773C12 13.88 12 14.02 12 14.3V16.7C12 16.98 12 17.12 12.0545 17.227C12.1024 17.3211 12.1789 17.3976 12.273 17.4455C12.38 17.5 12.52 17.5 12.8 17.5Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E")}.icon-month{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='2.69231' stroke='black' stroke-width='2'%3E%3C/rect%3E%3Cline x1='1.84619' y1='6.38462' x2='22.1539' y2='6.38462' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='1.84619' y1='11.9231' x2='22.1539' y2='11.9231' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='1.84619' y1='17.4615' x2='22.1539' y2='17.4615' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='6.53809' y1='1.84615' x2='6.53809' y2='24' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='12.0767' y1='1.84615' x2='12.0767' y2='24' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='17.6152' y1='1.84615' x2='17.6152' y2='24' stroke='black' stroke-width='2'%3E%3C/line%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='2.69231' stroke='black' stroke-width='2'%3E%3C/rect%3E%3Cline x1='1.84619' y1='6.38462' x2='22.1539' y2='6.38462' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='1.84619' y1='11.9231' x2='22.1539' y2='11.9231' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='1.84619' y1='17.4615' x2='22.1539' y2='17.4615' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='6.53809' y1='1.84615' x2='6.53809' y2='24' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='12.0767' y1='1.84615' x2='12.0767' y2='24' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='17.6152' y1='1.84615' x2='17.6152' y2='24' stroke='black' stroke-width='2'%3E%3C/line%3E%3C/svg%3E")}.icon-week{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='2.69231' stroke='black' stroke-width='2'%3E%3C/rect%3E%3Cline x1='1.84595' y1='11.9231' x2='22.1536' y2='11.9231' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='6.53857' y1='1.84615' x2='6.53857' y2='12.9231' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='8.38452' y1='12' x2='8.38452' y2='23.0769' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='12.0769' y1='1.84615' x2='12.0769' y2='12.9231' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='15.7693' y1='12' x2='15.7693' y2='23.0769' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='17.6155' y1='1.84615' x2='17.6155' y2='12.9231' stroke='black' stroke-width='2'%3E%3C/line%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='2.69231' stroke='black' stroke-width='2'%3E%3C/rect%3E%3Cline x1='1.84595' y1='11.9231' x2='22.1536' y2='11.9231' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='6.53857' y1='1.84615' x2='6.53857' y2='12.9231' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='8.38452' y1='12' x2='8.38452' y2='23.0769' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='12.0769' y1='1.84615' x2='12.0769' y2='12.9231' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='15.7693' y1='12' x2='15.7693' y2='23.0769' stroke='black' stroke-width='2'%3E%3C/line%3E%3Cline x1='17.6155' y1='1.84615' x2='17.6155' y2='12.9231' stroke='black' stroke-width='2'%3E%3C/line%3E%3C/svg%3E")}.icon-zap{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0001 2L4.09356 12.6879C3.74475 13.1064 3.57035 13.3157 3.56768 13.4925C3.56537 13.6461 3.63384 13.7923 3.75336 13.8889C3.89085 14 4.16328 14 4.70814 14H12.0001L11.0001 22L19.9067 11.3121C20.2555 10.8936 20.4299 10.6843 20.4325 10.5075C20.4348 10.3539 20.3664 10.2077 20.2468 10.1111C20.1094 10 19.8369 10 19.2921 10H12.0001L13.0001 2Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0001 2L4.09356 12.6879C3.74475 13.1064 3.57035 13.3157 3.56768 13.4925C3.56537 13.6461 3.63384 13.7923 3.75336 13.8889C3.89085 14 4.16328 14 4.70814 14H12.0001L11.0001 22L19.9067 11.3121C20.2555 10.8936 20.4299 10.6843 20.4325 10.5075C20.4348 10.3539 20.3664 10.2077 20.2468 10.1111C20.1094 10 19.8369 10 19.2921 10H12.0001L13.0001 2Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E")}.icon-close{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 6L18 18M18 6L6 18' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 6L18 18M18 6L6 18' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.icon-search{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='10.5' cy='10.5' r='7' stroke='black' stroke-width='2'/%3E%3Cpath d='M20 20L15.6 15.6' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='10.5' cy='10.5' r='7' stroke='black' stroke-width='2'/%3E%3Cpath d='M20 20L15.6 15.6' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.icon-repeat{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 9a7 7 0 0 1 11.9-4.2L19 8M20 15a7 7 0 0 1-11.9 4.2L5 16' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 4v4h-4M5 20v-4h4' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 9a7 7 0 0 1 11.9-4.2L19 8M20 15a7 7 0 0 1-11.9 4.2L5 16' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 4v4h-4M5 20v-4h4' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-location{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21s7-6.1 7-11a7 7 0 1 0-14 0c0 4.9 7 11 7 11Z' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10' r='2.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21s7-6.1 7-11a7 7 0 1 0-14 0c0 4.9 7 11 7 11Z' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10' r='2.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E")}.icon-clock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='black' stroke-width='2'/%3E%3Cpath d='M12 7.5V12l3.5 2.2' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='black' stroke-width='2'/%3E%3Cpath d='M12 7.5V12l3.5 2.2' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12.5L9.5 18L20 6.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12.5L9.5 18L20 6.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-ellipsis{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='5' cy='12' r='2'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Ccircle cx='19' cy='12' r='2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='5' cy='12' r='2'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Ccircle cx='19' cy='12' r='2'/%3E%3C/svg%3E")}.icon-worlds{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12.2' r='7.2' stroke='black' stroke-width='2'/%3E%3Cpath d='M6.59 16.95A10.8 3.6 -18 0 1 4.83 11.54M17.41 7.45A10.8 3.6 -18 0 1 19.17 12.86M19.17 12.86A10.8 3.6 -18 0 1 6.59 16.95' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M3.3 3.8h.01M20.7 3.8h.01M20.4 20.4h.01' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12.2' r='7.2' stroke='black' stroke-width='2'/%3E%3Cpath d='M6.59 16.95A10.8 3.6 -18 0 1 4.83 11.54M17.41 7.45A10.8 3.6 -18 0 1 19.17 12.86M19.17 12.86A10.8 3.6 -18 0 1 6.59 16.95' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M3.3 3.8h.01M20.7 3.8h.01M20.4 20.4h.01' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.icon-day-sun{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.06006 20.9125C7.27006 21.4625 8.81006 21.4625 10.0201 20.9125C11.2301 20.3625 12.7701 20.3625 13.9801 20.9125C15.1901 21.4625 16.7301 21.4625 17.9401 20.9125M12 3V5M4 13H2M6.31412 7.31412L4.8999 5.8999M17.6855 7.31412L19.0998 5.8999M22 13H20M7 13C7 10.2386 9.23858 8 12 8C14.7614 8 17 10.2386 17 13M2.1001 17.4125C3.3101 16.8625 4.8501 16.8625 6.0601 17.4125C7.2701 17.9625 8.8101 17.9625 10.0201 17.4125C11.2301 16.8625 12.7701 16.8625 13.9801 17.4125C15.1901 17.9625 16.7301 17.9625 17.9401 17.4125C19.1501 16.8625 20.6901 16.8625 21.9001 17.4125' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.06006 20.9125C7.27006 21.4625 8.81006 21.4625 10.0201 20.9125C11.2301 20.3625 12.7701 20.3625 13.9801 20.9125C15.1901 21.4625 16.7301 21.4625 17.9401 20.9125M12 3V5M4 13H2M6.31412 7.31412L4.8999 5.8999M17.6855 7.31412L19.0998 5.8999M22 13H20M7 13C7 10.2386 9.23858 8 12 8C14.7614 8 17 10.2386 17 13M2.1001 17.4125C3.3101 16.8625 4.8501 16.8625 6.0601 17.4125C7.2701 17.9625 8.8101 17.9625 10.0201 17.4125C11.2301 16.8625 12.7701 16.8625 13.9801 17.4125C15.1901 17.9625 16.7301 17.9625 17.9401 17.4125C19.1501 16.8625 20.6901 16.8625 21.9001 17.4125' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-flag{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.61523 0C4.7345 0 4.84902 0.0222427 4.95508 0.0605469C5.07003 0.0556636 5.18784 0.0691787 5.30371 0.106445L5.30469 0.107422H5.30566C5.30666 0.107731 5.30834 0.108001 5.30957 0.108398C5.312 0.109194 5.315 0.110212 5.31836 0.111328C5.32546 0.11369 5.33471 0.117317 5.3457 0.121094C5.36775 0.128665 5.39759 0.139064 5.43359 0.152344C5.50553 0.178882 5.60474 0.217526 5.71973 0.267578C5.94394 0.365202 6.25704 0.518618 6.55762 0.730469C6.72141 0.845992 6.87481 1.00712 6.96973 1.10938C7.0798 1.22796 7.2008 1.36707 7.2998 1.47949C7.38868 1.58041 7.46301 1.66145 7.52246 1.72363C7.52915 1.72494 7.53612 1.72728 7.54297 1.72852C7.67618 1.75259 7.81044 1.78508 7.89844 1.80566C7.99759 1.82885 8.04887 1.83904 8.08105 1.84375C10.1487 2.03218 14.9685 2.73745 20.2188 5.70117H20.2178C20.3774 5.78314 20.5229 5.87333 20.6328 5.94434C20.773 6.03484 20.8494 6.0862 20.9258 6.12988C21.0609 6.20715 21.164 6.27697 21.2207 6.31348C21.2733 6.34737 21.3164 6.3729 21.3896 6.40918C21.6694 6.54778 21.8821 6.77092 22.0156 6.97559C22.0863 7.08397 22.1649 7.23208 22.21 7.41113C22.2523 7.57952 22.29 7.88314 22.1348 8.2041C22.0584 8.36168 21.9563 8.46808 21.9248 8.50098C21.8771 8.55077 21.8294 8.59435 21.791 8.62695C21.7132 8.69313 21.6227 8.76038 21.5371 8.82227C21.3631 8.94815 21.1475 9.09255 20.9414 9.22656C20.529 9.49473 20.0993 9.75858 20.0225 9.80664C19.9915 9.82605 19.9587 9.84347 19.9258 9.85938C19.9258 9.85938 19.8781 9.88549 19.7432 9.96191C19.6206 10.0313 19.4697 10.1173 19.2754 10.2275C18.8954 10.4432 18.3914 10.7267 17.832 11.0273C16.731 11.6191 15.3501 12.3136 14.2549 12.6787C10.8189 13.8241 9.01094 14.2283 7.98145 14.3076C7.45176 14.3484 7.05646 14.3095 6.72461 14.1943C6.56015 14.1372 6.44033 14.0711 6.38086 14.0381C6.33917 14.0149 6.3407 14.0178 6.36621 14.0293C5.98562 13.8816 5.72768 13.5167 5.72754 13.1006V2.83594C5.72756 2.79934 5.72955 2.76311 5.7334 2.72754C5.6482 2.6306 5.57359 2.5448 5.50391 2.46973C5.40183 2.35976 5.37703 2.34532 5.40527 2.36523C5.25582 2.2599 5.0761 2.16815 4.9209 2.10059C4.88033 2.08293 4.84278 2.06839 4.81055 2.05566V22.4023C4.81055 22.9546 4.36275 23.4022 3.81055 23.4023C3.25826 23.4023 2.81055 22.9546 2.81055 22.4023V1.98145C2.34917 1.89266 2 1.48729 2 1C2.00027 0.448091 2.44808 0.000234718 3 0H4.61523ZM7.72754 12.3174C7.75849 12.3159 7.79212 12.3163 7.82812 12.3135C8.59259 12.2545 10.1979 11.9226 13.6221 10.7812C14.5387 10.4757 15.7866 9.85591 16.8848 9.26562C17.4247 8.97538 17.9137 8.70076 18.2881 8.48828C18.5607 8.33358 18.8171 8.18824 18.9668 8.10742C19.0547 8.05256 19.331 7.87942 19.6406 7.68164C19.6068 7.65962 19.5745 7.6412 19.5479 7.62402C19.4338 7.55035 19.3534 7.50212 19.2871 7.46973C19.2696 7.46116 19.2523 7.45196 19.2354 7.44238C14.2848 4.64783 9.74339 4.00033 7.8623 3.83203C7.84739 3.83069 7.83222 3.82915 7.81738 3.82715C7.78723 3.82306 7.75725 3.81664 7.72754 3.81152V12.3174Z' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.61523 0C4.7345 0 4.84902 0.0222427 4.95508 0.0605469C5.07003 0.0556636 5.18784 0.0691787 5.30371 0.106445L5.30469 0.107422H5.30566C5.30666 0.107731 5.30834 0.108001 5.30957 0.108398C5.312 0.109194 5.315 0.110212 5.31836 0.111328C5.32546 0.11369 5.33471 0.117317 5.3457 0.121094C5.36775 0.128665 5.39759 0.139064 5.43359 0.152344C5.50553 0.178882 5.60474 0.217526 5.71973 0.267578C5.94394 0.365202 6.25704 0.518618 6.55762 0.730469C6.72141 0.845992 6.87481 1.00712 6.96973 1.10938C7.0798 1.22796 7.2008 1.36707 7.2998 1.47949C7.38868 1.58041 7.46301 1.66145 7.52246 1.72363C7.52915 1.72494 7.53612 1.72728 7.54297 1.72852C7.67618 1.75259 7.81044 1.78508 7.89844 1.80566C7.99759 1.82885 8.04887 1.83904 8.08105 1.84375C10.1487 2.03218 14.9685 2.73745 20.2188 5.70117H20.2178C20.3774 5.78314 20.5229 5.87333 20.6328 5.94434C20.773 6.03484 20.8494 6.0862 20.9258 6.12988C21.0609 6.20715 21.164 6.27697 21.2207 6.31348C21.2733 6.34737 21.3164 6.3729 21.3896 6.40918C21.6694 6.54778 21.8821 6.77092 22.0156 6.97559C22.0863 7.08397 22.1649 7.23208 22.21 7.41113C22.2523 7.57952 22.29 7.88314 22.1348 8.2041C22.0584 8.36168 21.9563 8.46808 21.9248 8.50098C21.8771 8.55077 21.8294 8.59435 21.791 8.62695C21.7132 8.69313 21.6227 8.76038 21.5371 8.82227C21.3631 8.94815 21.1475 9.09255 20.9414 9.22656C20.529 9.49473 20.0993 9.75858 20.0225 9.80664C19.9915 9.82605 19.9587 9.84347 19.9258 9.85938C19.9258 9.85938 19.8781 9.88549 19.7432 9.96191C19.6206 10.0313 19.4697 10.1173 19.2754 10.2275C18.8954 10.4432 18.3914 10.7267 17.832 11.0273C16.731 11.6191 15.3501 12.3136 14.2549 12.6787C10.8189 13.8241 9.01094 14.2283 7.98145 14.3076C7.45176 14.3484 7.05646 14.3095 6.72461 14.1943C6.56015 14.1372 6.44033 14.0711 6.38086 14.0381C6.33917 14.0149 6.3407 14.0178 6.36621 14.0293C5.98562 13.8816 5.72768 13.5167 5.72754 13.1006V2.83594C5.72756 2.79934 5.72955 2.76311 5.7334 2.72754C5.6482 2.6306 5.57359 2.5448 5.50391 2.46973C5.40183 2.35976 5.37703 2.34532 5.40527 2.36523C5.25582 2.2599 5.0761 2.16815 4.9209 2.10059C4.88033 2.08293 4.84278 2.06839 4.81055 2.05566V22.4023C4.81055 22.9546 4.36275 23.4022 3.81055 23.4023C3.25826 23.4023 2.81055 22.9546 2.81055 22.4023V1.98145C2.34917 1.89266 2 1.48729 2 1C2.00027 0.448091 2.44808 0.000234718 3 0H4.61523ZM7.72754 12.3174C7.75849 12.3159 7.79212 12.3163 7.82812 12.3135C8.59259 12.2545 10.1979 11.9226 13.6221 10.7812C14.5387 10.4757 15.7866 9.85591 16.8848 9.26562C17.4247 8.97538 17.9137 8.70076 18.2881 8.48828C18.5607 8.33358 18.8171 8.18824 18.9668 8.10742C19.0547 8.05256 19.331 7.87942 19.6406 7.68164C19.6068 7.65962 19.5745 7.6412 19.5479 7.62402C19.4338 7.55035 19.3534 7.50212 19.2871 7.46973C19.2696 7.46116 19.2523 7.45196 19.2354 7.44238C14.2848 4.64783 9.74339 4.00033 7.8623 3.83203C7.84739 3.83069 7.83222 3.82915 7.81738 3.82715C7.78723 3.82306 7.75725 3.81664 7.72754 3.81152V12.3174Z' fill='black'/%3E%3C/svg%3E")}.icon-feather{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.881 1.02217C20.0501 0.994002 20.3015 0.979396 20.5772 1.0749C21.1937 1.28868 21.3355 1.85663 21.3702 2.05244C21.4079 2.26536 21.4034 2.50847 21.4034 2.61982C21.4035 2.83804 21.3639 3.05733 21.3331 3.21162C21.3164 3.29526 21.2979 3.38069 21.2814 3.45674C21.2641 3.53603 21.2485 3.60851 21.2345 3.67842C21.2135 3.78302 21.1893 3.91832 21.1632 4.07002C21.1385 4.21383 21.1108 4.37533 21.0851 4.50752C21.0754 4.55739 21.0648 4.64026 21.044 4.79267C21.0252 4.93108 21.0008 5.10647 20.9689 5.29365C20.9359 5.4864 20.9037 5.66406 20.8722 5.83857C20.8409 6.01152 20.8262 6.12159 20.8146 6.24775C20.8002 6.40395 20.7813 6.70495 20.7101 7.12178C20.6632 7.39586 20.5563 7.65025 20.4825 7.81416C20.4426 7.90284 20.4015 7.98759 20.3702 8.05244C20.3357 8.12401 20.3152 8.16607 20.3019 8.19697C20.2027 8.42594 20.1013 8.68295 19.9874 8.9206C19.7785 9.35638 19.4982 9.68934 19.4337 9.77803C19.2055 10.0922 18.8772 10.4534 18.673 10.6579C18.6084 10.7226 18.1868 11.1546 17.6183 11.6325C17.3155 11.887 16.9424 12.1758 16.5392 12.4362C16.6236 12.5762 16.6696 12.724 16.6896 12.8552C16.7237 13.0806 16.6857 13.2728 16.6612 13.3718C16.6139 13.5631 16.5193 13.767 16.5079 13.7937C16.4774 13.8654 16.4389 13.934 16.3927 13.9968C15.9766 14.561 15.5985 15.0642 14.9991 15.5378C14.4111 16.0024 13.6555 16.4043 12.5157 16.8933C10.8865 17.5922 9.69867 17.8843 8.78623 17.989C8.00727 18.0783 7.39566 18.0241 7.08702 18.0056C7.01459 18.1072 6.93816 18.2162 6.8585 18.3259C6.56713 18.727 6.198 19.2277 5.83213 19.7224C5.53197 20.1282 5.23799 20.5261 4.98741 20.864C5.17881 20.8056 5.3781 20.7454 5.58018 20.6901C6.11499 20.5438 6.7063 20.4062 7.24619 20.3386C7.51606 20.3048 7.7957 20.2861 8.06162 20.2976C8.31617 20.3085 8.62766 20.3498 8.92002 20.4851H8.91905C9.21356 20.6128 9.3953 20.83 9.47764 20.9489L9.53037 21.031L9.63096 21.2028C9.67484 21.2846 9.70854 21.3627 9.73838 21.4323C9.83551 21.4134 9.95146 21.3862 10.086 21.3464C10.3653 21.2637 10.6705 21.1498 10.9972 21.0231C11.3081 20.9026 11.6578 20.7634 11.9669 20.6589C12.2526 20.5623 12.6364 20.447 13.0001 20.447C13.9757 20.447 14.5827 20.5951 15.1192 20.944C15.3262 21.0787 15.543 21.2629 15.6583 21.3532C15.7987 21.4633 15.9502 21.5719 16.1651 21.6862C16.2544 21.7335 16.5373 21.7704 16.9923 21.6979C17.1851 21.6672 17.3618 21.6246 17.4903 21.5895C17.5533 21.5724 17.6036 21.5576 17.6358 21.5476C17.6516 21.5426 17.6635 21.538 17.67 21.5358L17.7726 21.5065C18.2658 21.391 18.7767 21.6657 18.9454 22.155C19.1251 22.6767 18.8477 23.2452 18.3263 23.4255L18.0001 22.4802L18.3253 23.4265H18.3243L18.3155 23.4294C18.3106 23.431 18.3036 23.4337 18.296 23.4362C18.2804 23.4414 18.2586 23.4486 18.2325 23.4567C18.1798 23.4732 18.1051 23.4949 18.0157 23.5192C17.8381 23.5676 17.5889 23.6276 17.3067 23.6726C16.8111 23.7515 15.9414 23.8324 15.2257 23.4519C14.8761 23.2659 14.6248 23.0841 14.4249 22.9274C14.1999 22.7511 14.1373 22.6916 14.0284 22.6208C13.9332 22.5589 13.7561 22.447 13.0001 22.447C12.9909 22.448 12.961 22.4519 12.9064 22.4645C12.8301 22.4822 12.7313 22.5116 12.6075 22.5534C12.3526 22.6396 12.0647 22.7547 11.7198 22.8884C11.3908 23.0159 11.0186 23.1563 10.6534 23.2644C10.2969 23.3698 9.88253 23.4644 9.47569 23.4645C9.41742 23.4645 9.35827 23.4591 9.30088 23.4489C9.25712 23.4412 9.30076 23.4501 9.19639 23.4333C9.13587 23.4235 9.03866 23.4063 8.93077 23.3728C8.69778 23.3002 8.39721 23.1459 8.17491 22.8181C8.09263 22.6967 8.04118 22.5795 8.01084 22.5046C7.98342 22.4369 7.95261 22.3496 7.93955 22.3142C7.93723 22.3079 7.93397 22.3015 7.93174 22.2956C7.81898 22.2939 7.67259 22.3016 7.49424 22.3239C7.08864 22.3748 6.60089 22.4842 6.1085 22.6188C5.62108 22.7522 5.15247 22.9037 4.79405 23.027C4.42869 23.1528 4.21719 23.2358 4.2042 23.2409C4.18966 23.2475 3.98603 23.3481 3.84483 23.4001C3.69858 23.4538 3.3394 23.5721 2.93077 23.446C2.88356 23.4314 2.73846 23.3869 2.58897 23.2946C2.42606 23.194 2.19091 22.9943 2.08506 22.6491C2.03399 22.4825 1.99682 22.2851 1.99912 22.0778C2.00138 21.882 2.03968 21.5896 2.21983 21.3112L2.40244 21.029C2.47548 20.9172 2.5595 20.7917 2.64756 20.6667C2.77511 20.4848 3.51519 19.4922 4.22471 18.5329C4.58986 18.0392 4.95428 17.5449 5.24034 17.1511V17.1491C5.13278 17.0239 5.05452 16.8706 5.01963 16.697C4.95991 16.3987 4.94627 16.0353 4.94053 15.7634C4.93361 15.4353 4.93684 15.2308 4.92881 15.0593C4.7301 10.8227 7.22674 8.16397 8.58018 6.76826C8.72027 6.62382 8.8442 6.52237 8.94346 6.44502C9.05059 6.36154 9.08504 6.33828 9.13487 6.29365C10.7218 4.87243 13.0075 3.68841 14.8536 2.86494C15.7891 2.44769 16.6365 2.11216 17.2628 1.87568C17.5761 1.75738 17.8349 1.66415 18.0216 1.59736C18.1142 1.56421 18.1902 1.53711 18.2433 1.51826C18.3114 1.49405 18.3175 1.49161 18.3048 1.49678C18.6661 1.35028 19.0969 1.1729 19.4142 1.11787C19.4812 1.10624 19.5407 1.09327 19.6134 1.07685C19.6796 1.06189 19.7783 1.0393 19.881 1.02217ZM19.0567 3.35029C18.8484 3.43479 17.4945 3.87738 15.6681 4.69209C13.8609 5.49822 11.8133 6.57884 10.4689 7.78291C10.3518 7.88774 10.2285 7.97984 10.173 8.02314C10.1097 8.07246 10.0653 8.10967 10.0157 8.16084C8.73146 9.48522 6.88549 11.5128 6.91807 14.6687C9.7565 10.6781 12.8586 8.1785 14.3175 6.96943C14.7427 6.61745 15.3734 6.6762 15.7257 7.10127C16.0778 7.52631 16.0185 8.15604 15.5939 8.50849C14.1201 9.72994 11.121 12.1518 8.41612 16.0153C8.46149 16.0111 8.50894 16.0082 8.55772 16.0026C9.23792 15.9246 10.2363 15.6951 11.7276 15.0554C12.8199 14.5868 13.3807 14.2673 13.7589 13.9685C13.8503 13.8962 13.9334 13.8226 14.0138 13.7448C13.9778 13.7367 13.9404 13.7306 13.9044 13.7204C13.6348 13.6436 13.0723 13.3982 12.9835 12.7409C12.9469 12.4687 13.0206 12.2506 13.0772 12.1276C13.107 12.0632 13.1387 12.0108 13.1651 11.9714C13.1786 11.9514 13.1915 11.9331 13.2032 11.9177C13.2092 11.9099 13.2153 11.902 13.2208 11.8952L13.2325 11.8806L13.2355 11.8776C13.2392 11.88 13.2821 11.9155 13.8126 12.364L13.2364 11.8767C13.368 11.721 13.5432 11.6092 13.7384 11.5563C13.7524 11.5509 13.7754 11.5429 13.8077 11.529C13.89 11.4937 13.9934 11.4466 14.1173 11.3903C14.2349 11.337 14.369 11.2764 14.4923 11.2243C14.5747 11.1895 14.6839 11.1469 14.7931 11.111C15.2499 10.9344 15.8161 10.5342 16.3312 10.1013C16.8254 9.68584 17.1915 9.31138 17.2579 9.24482C17.4181 9.0844 17.6692 8.80472 17.8155 8.60322C17.9816 8.37464 18.0782 8.27549 18.1837 8.05537C18.2769 7.86098 18.3313 7.71607 18.4669 7.40303C18.4997 7.32724 18.5394 7.24551 18.5694 7.1833C18.6028 7.11407 18.632 7.0534 18.6593 6.99287C18.6863 6.93289 18.7064 6.88314 18.7208 6.84248C18.7335 6.80648 18.7377 6.78808 18.7384 6.78486C18.7932 6.46406 18.8053 6.26046 18.8233 6.06416C18.8409 5.87389 18.8641 5.70629 18.9044 5.4831C18.9364 5.30628 18.9662 5.13828 18.9972 4.95674C19.0228 4.80666 19.0428 4.66192 19.0616 4.52314C19.0785 4.39892 19.0988 4.24601 19.1222 4.12568C19.1427 4.02059 19.1661 3.8849 19.1925 3.73115C19.2175 3.58541 19.2461 3.42173 19.2735 3.28486C19.275 3.27753 19.276 3.26972 19.2774 3.2624C19.21 3.28926 19.1363 3.31805 19.0567 3.35029Z' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.881 1.02217C20.0501 0.994002 20.3015 0.979396 20.5772 1.0749C21.1937 1.28868 21.3355 1.85663 21.3702 2.05244C21.4079 2.26536 21.4034 2.50847 21.4034 2.61982C21.4035 2.83804 21.3639 3.05733 21.3331 3.21162C21.3164 3.29526 21.2979 3.38069 21.2814 3.45674C21.2641 3.53603 21.2485 3.60851 21.2345 3.67842C21.2135 3.78302 21.1893 3.91832 21.1632 4.07002C21.1385 4.21383 21.1108 4.37533 21.0851 4.50752C21.0754 4.55739 21.0648 4.64026 21.044 4.79267C21.0252 4.93108 21.0008 5.10647 20.9689 5.29365C20.9359 5.4864 20.9037 5.66406 20.8722 5.83857C20.8409 6.01152 20.8262 6.12159 20.8146 6.24775C20.8002 6.40395 20.7813 6.70495 20.7101 7.12178C20.6632 7.39586 20.5563 7.65025 20.4825 7.81416C20.4426 7.90284 20.4015 7.98759 20.3702 8.05244C20.3357 8.12401 20.3152 8.16607 20.3019 8.19697C20.2027 8.42594 20.1013 8.68295 19.9874 8.9206C19.7785 9.35638 19.4982 9.68934 19.4337 9.77803C19.2055 10.0922 18.8772 10.4534 18.673 10.6579C18.6084 10.7226 18.1868 11.1546 17.6183 11.6325C17.3155 11.887 16.9424 12.1758 16.5392 12.4362C16.6236 12.5762 16.6696 12.724 16.6896 12.8552C16.7237 13.0806 16.6857 13.2728 16.6612 13.3718C16.6139 13.5631 16.5193 13.767 16.5079 13.7937C16.4774 13.8654 16.4389 13.934 16.3927 13.9968C15.9766 14.561 15.5985 15.0642 14.9991 15.5378C14.4111 16.0024 13.6555 16.4043 12.5157 16.8933C10.8865 17.5922 9.69867 17.8843 8.78623 17.989C8.00727 18.0783 7.39566 18.0241 7.08702 18.0056C7.01459 18.1072 6.93816 18.2162 6.8585 18.3259C6.56713 18.727 6.198 19.2277 5.83213 19.7224C5.53197 20.1282 5.23799 20.5261 4.98741 20.864C5.17881 20.8056 5.3781 20.7454 5.58018 20.6901C6.11499 20.5438 6.7063 20.4062 7.24619 20.3386C7.51606 20.3048 7.7957 20.2861 8.06162 20.2976C8.31617 20.3085 8.62766 20.3498 8.92002 20.4851H8.91905C9.21356 20.6128 9.3953 20.83 9.47764 20.9489L9.53037 21.031L9.63096 21.2028C9.67484 21.2846 9.70854 21.3627 9.73838 21.4323C9.83551 21.4134 9.95146 21.3862 10.086 21.3464C10.3653 21.2637 10.6705 21.1498 10.9972 21.0231C11.3081 20.9026 11.6578 20.7634 11.9669 20.6589C12.2526 20.5623 12.6364 20.447 13.0001 20.447C13.9757 20.447 14.5827 20.5951 15.1192 20.944C15.3262 21.0787 15.543 21.2629 15.6583 21.3532C15.7987 21.4633 15.9502 21.5719 16.1651 21.6862C16.2544 21.7335 16.5373 21.7704 16.9923 21.6979C17.1851 21.6672 17.3618 21.6246 17.4903 21.5895C17.5533 21.5724 17.6036 21.5576 17.6358 21.5476C17.6516 21.5426 17.6635 21.538 17.67 21.5358L17.7726 21.5065C18.2658 21.391 18.7767 21.6657 18.9454 22.155C19.1251 22.6767 18.8477 23.2452 18.3263 23.4255L18.0001 22.4802L18.3253 23.4265H18.3243L18.3155 23.4294C18.3106 23.431 18.3036 23.4337 18.296 23.4362C18.2804 23.4414 18.2586 23.4486 18.2325 23.4567C18.1798 23.4732 18.1051 23.4949 18.0157 23.5192C17.8381 23.5676 17.5889 23.6276 17.3067 23.6726C16.8111 23.7515 15.9414 23.8324 15.2257 23.4519C14.8761 23.2659 14.6248 23.0841 14.4249 22.9274C14.1999 22.7511 14.1373 22.6916 14.0284 22.6208C13.9332 22.5589 13.7561 22.447 13.0001 22.447C12.9909 22.448 12.961 22.4519 12.9064 22.4645C12.8301 22.4822 12.7313 22.5116 12.6075 22.5534C12.3526 22.6396 12.0647 22.7547 11.7198 22.8884C11.3908 23.0159 11.0186 23.1563 10.6534 23.2644C10.2969 23.3698 9.88253 23.4644 9.47569 23.4645C9.41742 23.4645 9.35827 23.4591 9.30088 23.4489C9.25712 23.4412 9.30076 23.4501 9.19639 23.4333C9.13587 23.4235 9.03866 23.4063 8.93077 23.3728C8.69778 23.3002 8.39721 23.1459 8.17491 22.8181C8.09263 22.6967 8.04118 22.5795 8.01084 22.5046C7.98342 22.4369 7.95261 22.3496 7.93955 22.3142C7.93723 22.3079 7.93397 22.3015 7.93174 22.2956C7.81898 22.2939 7.67259 22.3016 7.49424 22.3239C7.08864 22.3748 6.60089 22.4842 6.1085 22.6188C5.62108 22.7522 5.15247 22.9037 4.79405 23.027C4.42869 23.1528 4.21719 23.2358 4.2042 23.2409C4.18966 23.2475 3.98603 23.3481 3.84483 23.4001C3.69858 23.4538 3.3394 23.5721 2.93077 23.446C2.88356 23.4314 2.73846 23.3869 2.58897 23.2946C2.42606 23.194 2.19091 22.9943 2.08506 22.6491C2.03399 22.4825 1.99682 22.2851 1.99912 22.0778C2.00138 21.882 2.03968 21.5896 2.21983 21.3112L2.40244 21.029C2.47548 20.9172 2.5595 20.7917 2.64756 20.6667C2.77511 20.4848 3.51519 19.4922 4.22471 18.5329C4.58986 18.0392 4.95428 17.5449 5.24034 17.1511V17.1491C5.13278 17.0239 5.05452 16.8706 5.01963 16.697C4.95991 16.3987 4.94627 16.0353 4.94053 15.7634C4.93361 15.4353 4.93684 15.2308 4.92881 15.0593C4.7301 10.8227 7.22674 8.16397 8.58018 6.76826C8.72027 6.62382 8.8442 6.52237 8.94346 6.44502C9.05059 6.36154 9.08504 6.33828 9.13487 6.29365C10.7218 4.87243 13.0075 3.68841 14.8536 2.86494C15.7891 2.44769 16.6365 2.11216 17.2628 1.87568C17.5761 1.75738 17.8349 1.66415 18.0216 1.59736C18.1142 1.56421 18.1902 1.53711 18.2433 1.51826C18.3114 1.49405 18.3175 1.49161 18.3048 1.49678C18.6661 1.35028 19.0969 1.1729 19.4142 1.11787C19.4812 1.10624 19.5407 1.09327 19.6134 1.07685C19.6796 1.06189 19.7783 1.0393 19.881 1.02217ZM19.0567 3.35029C18.8484 3.43479 17.4945 3.87738 15.6681 4.69209C13.8609 5.49822 11.8133 6.57884 10.4689 7.78291C10.3518 7.88774 10.2285 7.97984 10.173 8.02314C10.1097 8.07246 10.0653 8.10967 10.0157 8.16084C8.73146 9.48522 6.88549 11.5128 6.91807 14.6687C9.7565 10.6781 12.8586 8.1785 14.3175 6.96943C14.7427 6.61745 15.3734 6.6762 15.7257 7.10127C16.0778 7.52631 16.0185 8.15604 15.5939 8.50849C14.1201 9.72994 11.121 12.1518 8.41612 16.0153C8.46149 16.0111 8.50894 16.0082 8.55772 16.0026C9.23792 15.9246 10.2363 15.6951 11.7276 15.0554C12.8199 14.5868 13.3807 14.2673 13.7589 13.9685C13.8503 13.8962 13.9334 13.8226 14.0138 13.7448C13.9778 13.7367 13.9404 13.7306 13.9044 13.7204C13.6348 13.6436 13.0723 13.3982 12.9835 12.7409C12.9469 12.4687 13.0206 12.2506 13.0772 12.1276C13.107 12.0632 13.1387 12.0108 13.1651 11.9714C13.1786 11.9514 13.1915 11.9331 13.2032 11.9177C13.2092 11.9099 13.2153 11.902 13.2208 11.8952L13.2325 11.8806L13.2355 11.8776C13.2392 11.88 13.2821 11.9155 13.8126 12.364L13.2364 11.8767C13.368 11.721 13.5432 11.6092 13.7384 11.5563C13.7524 11.5509 13.7754 11.5429 13.8077 11.529C13.89 11.4937 13.9934 11.4466 14.1173 11.3903C14.2349 11.337 14.369 11.2764 14.4923 11.2243C14.5747 11.1895 14.6839 11.1469 14.7931 11.111C15.2499 10.9344 15.8161 10.5342 16.3312 10.1013C16.8254 9.68584 17.1915 9.31138 17.2579 9.24482C17.4181 9.0844 17.6692 8.80472 17.8155 8.60322C17.9816 8.37464 18.0782 8.27549 18.1837 8.05537C18.2769 7.86098 18.3313 7.71607 18.4669 7.40303C18.4997 7.32724 18.5394 7.24551 18.5694 7.1833C18.6028 7.11407 18.632 7.0534 18.6593 6.99287C18.6863 6.93289 18.7064 6.88314 18.7208 6.84248C18.7335 6.80648 18.7377 6.78808 18.7384 6.78486C18.7932 6.46406 18.8053 6.26046 18.8233 6.06416C18.8409 5.87389 18.8641 5.70629 18.9044 5.4831C18.9364 5.30628 18.9662 5.13828 18.9972 4.95674C19.0228 4.80666 19.0428 4.66192 19.0616 4.52314C19.0785 4.39892 19.0988 4.24601 19.1222 4.12568C19.1427 4.02059 19.1661 3.8849 19.1925 3.73115C19.2175 3.58541 19.2461 3.42173 19.2735 3.28486C19.275 3.27753 19.276 3.26972 19.2774 3.2624C19.21 3.28926 19.1363 3.31805 19.0567 3.35029Z' fill='black'/%3E%3C/svg%3E")}:where(button,a,input,textarea,select,[tabindex]):focus-visible{outline:var(--border-width-emphasis) solid var(--focus-ring);outline-offset:2px}.pw-field:focus-within:has(input:focus-visible){outline:var(--border-width-emphasis) solid var(--focus-ring);outline-offset:2px}.pw-field input:focus-visible{outline:none}input.pw-field:focus,textarea.pw-field:focus,.pw-field:has(input:focus){--pw-field-border-colour: var(--text-secondary)}.pw-control{transition:var(--transition-colour),var(--transition-press),box-shadow var(--duration-fast) var(--easing-standard)}@media(hover:hover){.pw-control:hover:not(:disabled,[aria-disabled=true]){-webkit-text-stroke:var(--hover-ink-stroke) currentColor}}.pw-control:active:not(:disabled,[aria-disabled=true]){transform:scale(var(--press-scale))}.pw-lift{transition:translate var(--duration-base) var(--easing-standard),box-shadow var(--duration-base) var(--easing-standard)}@media(hover:hover){.pw-lift:hover{translate:0 var(--hover-lift);--pw-lift-shadow: var(--elevation-card)}}.pw-control:disabled,.pw-control[aria-disabled=true],.pw-field:disabled,.pw-field[aria-disabled=true]{opacity:.45;cursor:not-allowed}.pw-field[aria-invalid=true],.pw-field[data-invalid=true]{--pw-field-border-colour: var(--status-error)}.pw-skeleton{display:block;background:var(--surface-skeleton);border-radius:var(--radius-8)}[data-pw-force=hover] .pw-control:not(:disabled,[aria-disabled=true]){-webkit-text-stroke:var(--hover-ink-stroke) currentColor}[data-pw-force=hover] .pw-lift{translate:0 var(--hover-lift);--pw-lift-shadow: var(--elevation-card)}[data-pw-force=focus] :is(button,a,input,textarea):not(.pw-field input),[data-pw-force=focus] div.pw-field{outline:var(--border-width-emphasis) solid var(--focus-ring);outline-offset:2px}[data-pw-force=focus] .pw-field{--pw-field-border-colour: var(--text-secondary)}.pw-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}body{margin:0;background:var(--background-canvas);color:var(--text-primary);font:var(--text-body);-webkit-font-smoothing:antialiased}a{color:var(--action-secondary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-family:var(--font-display);font-weight:var(--font-weight-bold);color:var(--text-primary);margin:0}h1{font-size:var(--font-size-heading-lg);line-height:var(--line-height-heading)}h2{font-size:var(--font-size-heading-md);line-height:var(--line-height-heading)}h3{font-size:var(--font-size-heading-sm);line-height:var(--line-height-tight)}*,*:before,*:after{box-sizing:border-box}main{max-width:760px;margin:0 auto;padding:var(--space-32) var(--space-16) 64px}h1{margin:0 0 var(--space-4)}h2{font-size:var(--font-size-heading-sm);margin:var(--space-32) 0 var(--space-8)}.muted{color:var(--text-secondary);font:var(--text-caption)}.card{background:var(--surface-card);border:var(--border-width) solid var(--border-default);border-radius:var(--radius-16);padding:var(--space-24);margin-bottom:var(--space-16)}label:not([style]){display:block;margin:var(--space-12) 0 var(--space-4);font:var(--text-label);color:var(--text-muted)}input:not([style]){width:100%;padding:var(--space-10) var(--space-12);border:var(--border-width) solid var(--border-default);border-radius:var(--radius-12);background:var(--surface-muted);color:var(--text-primary);font:var(--text-body-lg)}button:not([class*=pw-]){margin-top:var(--space-16);padding:var(--space-10) 18px;border:0;border-radius:var(--radius-full);background:var(--action-primary);color:var(--action-primary-text);font:var(--text-label);cursor:pointer}button:not([class*=pw-]):disabled{opacity:.45;cursor:not-allowed}button.secondary{background:transparent;color:var(--text-primary);border:var(--border-width) solid var(--border-default);padding:var(--space-6) var(--space-12);margin:0 var(--space-6) 0 0}.error{color:var(--status-error);font:var(--text-body);margin-top:var(--space-12)}.notice{background:var(--surface-card);border-left:3px solid var(--action-primary);padding:var(--space-12) var(--space-16);border-radius:var(--radius-8);margin:var(--space-12) 0;font:var(--text-body)}table{width:100%;border-collapse:collapse;font:var(--text-body)}th,td{text-align:left;padding:var(--space-8) var(--space-10);border-bottom:var(--border-width) solid var(--border-default);vertical-align:top}th{font:var(--text-eyebrow);text-transform:uppercase;letter-spacing:var(--letter-spacing-eyebrow);color:var(--text-secondary)}.scroll-x{overflow-x:auto}.row{display:flex;gap:var(--space-8);align-items:flex-end;flex-wrap:wrap}.row input:not([style]){flex:1 1 240px}.row button:not([class*=pw-]){margin-top:0}nav.top{display:flex;justify-content:space-between;align-items:center;gap:var(--space-12);padding:var(--space-12) var(--space-16);background:var(--background-sidebar);color:var(--text-on-sidebar)}nav.top .muted{color:var(--text-on-sidebar-muted)}nav.top a{color:var(--text-on-sidebar);margin-right:var(--space-14)}nav.top button.secondary{color:var(--text-on-sidebar);border-color:#ffffff2e}
