@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.dl{display:flex;flex-direction:column;gap:26px;max-width:1100px}.dl-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap}.dl-head h1{margin:0 0 4px;font-size:34px;letter-spacing:-.03em;font-weight:500}.dl-head p{margin:0;max-width:62ch}.dl-filter{display:flex;gap:6px}.dl-chip{border:1px solid var(--color-border, color-mix(in srgb, var(--color-neutral-400) 40%, transparent));background:transparent;color:inherit;border-radius:999px;padding:6px 12px;font-size:13px;cursor:pointer}.dl-chip.on{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-bg)}.dl-group-head{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:10px}.dl-group-head h2{margin:0;font-size:19px;font-weight:600}.dl-group-head p{margin:0;font-size:13px}.dl-count{font-size:12px;font-weight:500;color:var(--color-neutral-400);margin-left:4px}.dl-list{display:flex;flex-direction:column;gap:8px}.card.dl-row{display:grid;flex-direction:initial;grid-template-columns:76px minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:8px 12px 8px 8px}.dl-row.hot{box-shadow:inset 3px 0 0 var(--color-danger, #e5484d)}.dl-thumb{width:76px;height:52px;border-radius:8px;overflow:hidden;display:block}.dl-thumb img{width:100%;height:100%;object-fit:cover;display:block}.dl-main{min-width:0}.dl-name{font-weight:600;font-size:15px;color:inherit;text-decoration:none}.dl-name:hover{text-decoration:underline}.dl-sub{font-size:12.5px;color:var(--color-neutral-400);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dl-when{display:flex;align-items:center;gap:6px;justify-content:flex-end;flex-wrap:wrap}.dl-pill{font-size:12.5px;padding:4px 10px;border-radius:999px;background:color-mix(in srgb,var(--color-neutral-400) 16%,transparent);white-space:nowrap}.dl-pill-open{background:color-mix(in srgb,var(--color-success, #30a46c) 20%,transparent);color:var(--color-success-fg, #3dd68c)}.dl-pill-open.hot{background:color-mix(in srgb,var(--color-danger, #e5484d) 22%,transparent);color:var(--color-danger-fg, #ff6369);font-weight:600}.dl-pill-opens-soon{background:color-mix(in srgb,var(--color-accent) 20%,transparent);color:var(--color-accent-200)}.dl-pill-rolling{background:color-mix(in srgb,var(--color-accent-300) 14%,transparent)}.dl-pred{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--color-neutral-400);border:1px dashed currentColor;border-radius:6px;padding:2px 6px}.dl-act .btn{min-width:76px;justify-content:center}@media (max-width: 720px){.card.dl-row{grid-template-columns:64px minmax(0,1fr)}.dl-thumb{width:64px;height:48px}.dl-when,.dl-act{grid-column:2;justify-content:flex-start}}.yp{--yp-pad: clamp(16px, 2vw, 26px);margin:-22px calc(-1 * var(--yp-pad)) -40px;min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg)}.yp-hero{position:relative;min-height:max(420px,58vh);overflow:hidden;background:var(--color-neutral-900);display:flex;flex-direction:column;justify-content:flex-end;flex:none}.yp-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:50% 30%;animation:yp-fade .45s ease}@keyframes yp-fade{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:none}}.yp-hero.no-photo{background:radial-gradient(ellipse at 78% 30%,var(--color-section-glow),transparent 55%),linear-gradient(160deg,var(--color-accent-900) 0%,var(--color-section) 55%,var(--color-bg) 100%)}.yp-hero-initials{position:absolute;right:7%;top:42%;transform:translateY(-50%);font-size:clamp(120px,20vw,260px);font-weight:500;letter-spacing:-.06em;line-height:1;color:color-mix(in srgb,var(--color-accent-300) 18%,transparent);pointer-events:none;-webkit-user-select:none;user-select:none}.yp-hero-grad{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to top,var(--color-bg) 0%,color-mix(in srgb,var(--color-bg) 72%,transparent) 32%,transparent 68%),linear-gradient(to right,color-mix(in srgb,var(--color-bg) 60%,transparent),transparent 52%)}.yp-hero.no-photo .yp-hero-grad{background:linear-gradient(to top,var(--color-bg) 0%,color-mix(in srgb,var(--color-bg) 60%,transparent) 30%,transparent 65%)}.yp-hero-text{position:relative;z-index:1;margin:0 160px 22px 32px;padding-top:96px;display:flex;flex-direction:column;gap:10px;max-width:min(900px,62%);align-self:flex-start}.yp-hero-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px}.yp-hero-kind{color:var(--color-neutral-200)}.yp-title{font-size:72px;letter-spacing:-.045em;line-height:.92;margin:0;font-weight:500;text-wrap:balance}.yp-title.long{font-size:clamp(36px,4.6vw,64px)}.yp-members{font-size:13px;color:var(--color-accent-200);letter-spacing:.01em}.yp-bio{font-size:17px;line-height:1.4;color:var(--color-neutral-100);max-width:56ch;margin:0;text-wrap:pretty}.yp-hero-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:2px}.yp-epk,.yp-edit{min-height:34px;padding:4px 12px;font-size:13px;text-decoration:none;background:color-mix(in srgb,var(--color-bg) 55%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.yp-epk:hover{background:color-mix(in srgb,var(--color-accent) 14%,var(--color-bg))}.yp-epk-url{font-weight:400;color:var(--color-accent-300);margin-left:4px;max-width:30ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yp-epk i,.yp-edit i{font-size:15px}.yp-rail{position:relative;z-index:1;display:flex;align-items:center;gap:12px;padding:0 32px 18px;min-width:0}.yp-rail-pill{flex:none;display:inline-flex;align-items:center;gap:6px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent-200);background:color-mix(in srgb,var(--color-bg) 70%,transparent);padding:5px 10px;border-radius:999px;white-space:nowrap}.yp-rail-pill i{font-size:13px}.yp-rail-pill span{color:var(--color-neutral-300);letter-spacing:0}.yp-rail-strip{display:flex;gap:6px;overflow-x:auto;min-width:0;padding:4px;margin:-4px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.yp-rail-strip::-webkit-scrollbar{display:none}.yp-thumb{flex:none;width:72px;height:44px;padding:0;border:1px solid color-mix(in srgb,var(--color-neutral-100) 18%,transparent);border-radius:7px;overflow:hidden;background:var(--color-neutral-900);cursor:pointer;opacity:.62;transition:opacity .2s,transform .2s,box-shadow .2s}.yp-thumb img{width:100%;height:100%;object-fit:cover}.yp-thumb:hover{opacity:.95;transform:translateY(-2px)}.yp-thumb.on{opacity:1;border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent),0 6px 18px #0000008c}.yp-thumb:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;opacity:1}.yp-body{padding:18px 32px 32px;display:flex;flex-direction:column;gap:16px;max-width:980px}.yp-card{display:flex;flex-direction:column;gap:14px;padding:18px 20px 20px;border-radius:12px;background:var(--color-surface);box-shadow:var(--shadow-sm)}.yp-card-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.yp-card-head h2{font-size:20px;margin:0}.yp-card-icon{width:36px;height:36px;border-radius:9px;flex:none;display:grid;place-items:center;background:var(--color-accent-900);color:var(--color-accent);font-size:18px}.yp-kicker{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-300);margin-bottom:2px}.yp-count{margin-left:auto;font-size:12px;padding:4px 10px;border-radius:999px;background:var(--color-neutral-800);color:var(--color-neutral-300);white-space:nowrap}.yp-head-link{margin-left:auto;font-size:13px;text-decoration:none;white-space:nowrap}.yp-head-link i{font-size:14px}.yp-body-text{margin:0;font-size:14px;line-height:1.55;color:var(--color-neutral-300);max-width:72ch}.yp-rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;border-radius:10px;background:var(--color-bg);overflow:hidden}.yp-row{display:flex;align-items:center;gap:12px;padding:10px 14px 10px 12px;border-top:1px solid var(--color-divider);min-width:0}.yp-row:first-child{border-top:0}.yp-row.you{background:color-mix(in srgb,var(--color-accent-900) 55%,transparent)}.yp-avatar{width:36px;height:36px;flex:none;border-radius:50%;background:var(--color-accent-800);color:var(--color-accent-100);display:grid;place-items:center;font-size:12px;letter-spacing:.04em}.yp-row.you .yp-avatar{background:var(--color-accent-300);color:var(--color-accent-900)}.yp-row-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.yp-row-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.yp-row-name{font-size:14px;font-weight:500;overflow-wrap:anywhere}.yp-row-title .tag{padding:2px 8px;font-size:10px;letter-spacing:.04em}.yp-row-sub{font-size:12px;color:var(--color-neutral-500);overflow-wrap:anywhere}.yp-remove{flex:none;font-size:13px;color:var(--color-neutral-400)}.yp-remove:hover{color:var(--color-text)}.yp-row-lock{flex:none;width:30px;height:30px;display:grid;place-items:center;color:var(--color-neutral-600);font-size:15px}.yp-add{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) auto;gap:10px 12px;align-items:end}.yp-add .field>label{color:var(--color-neutral-400)}.yp-opt{font-size:11px;color:var(--color-neutral-600);margin-left:4px}.yp-add-btn{min-height:36px;white-space:nowrap}.yp-add-btn i{font-size:15px}.yp-people-foot{min-height:18px;font-size:12px;line-height:1.45}.yp-fine{color:var(--color-neutral-600)}.yp-ok{display:inline-flex;align-items:center;gap:4px;color:var(--color-accent-300)}.yp-err{color:#f2b8b5}.yp-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.yp-stat{display:flex;flex-direction:column;gap:4px;padding:14px 14px 12px;border-radius:10px;background:var(--color-bg);text-decoration:none;color:inherit;box-shadow:0 0 0 1px transparent;transition:box-shadow .15s,background .15s;min-width:0}.yp-stat:hover{box-shadow:0 0 0 1px var(--color-accent-700);background:color-mix(in srgb,var(--color-accent-900) 40%,var(--color-bg))}.yp-stat-n{font-size:34px;font-weight:500;line-height:1}.yp-stat-l{font-size:13px;color:var(--color-neutral-200)}.yp-stat-s{font-size:12px;color:var(--color-neutral-500);line-height:1.4}.yp-stat-s.urgent{color:var(--color-accent-200)}.yp-stats.five{grid-template-columns:repeat(5,minmax(0,1fr))}.yp-stat-booked{box-shadow:0 0 0 1px var(--color-accent-700)}.yp-stat-booked .yp-stat-n{color:var(--color-accent-200)}.yp-now-empty .btn{text-decoration:none}@media (max-width: 1100px){.yp-stats,.yp-stats.five{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.yp-hero{min-height:max(600px,74vh)}.yp-hero-img{object-position:50% 0%}.yp-hero-grad{background:linear-gradient(to top,var(--color-bg) 0%,color-mix(in srgb,var(--color-bg) 88%,transparent) 38%,color-mix(in srgb,var(--color-bg) 40%,transparent) 58%,transparent 78%)}.yp-hero-text{margin:0 16px 16px;padding-top:220px;max-width:100%}.yp-title{font-size:clamp(40px,12vw,72px)}.yp-title.long{font-size:clamp(32px,9vw,56px)}.yp-bio{font-size:16px}.yp-hero-initials{right:4%;top:34%}.yp-rail{padding:0 16px 16px}.yp-rail-pill span{display:none}.yp-body{padding:14px 16px 24px}.yp-card{padding:16px 16px 18px}.yp-add{grid-template-columns:1fr}.yp-add-btn{width:100%}.yp-count,.yp-head-link{margin-left:0}}@media (max-width: 480px){.yp-stats,.yp-stats.five{grid-template-columns:1fr 1fr;gap:8px}.yp-stat{padding:12px}.yp-stat-n{font-size:28px}.yp-epk-url{display:none}}.db{--db-pad: clamp(16px, 2vw, 26px);margin:-22px calc(-1 * var(--db-pad)) -40px;min-height:100vh;display:grid;align-items:start;grid-template-columns:minmax(0,1fr) clamp(280px,32vw,400px);background:var(--color-bg)}.db-left{display:flex;flex-direction:column;min-height:0;min-width:0;padding:22px var(--db-pad) 0}.db-kicker{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:6px}.db-h1{font-size:34px;margin:0 0 14px;letter-spacing:-.015em}.db-panel{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:14px;background:var(--color-surface);box-shadow:var(--shadow-md);margin-bottom:6px;flex:none}.db-lanes{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.db-lane{cursor:pointer;font:inherit;display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:10px;border:1px solid transparent;background:var(--color-surface);color:var(--color-neutral-300);white-space:nowrap}.db-lane svg{color:var(--color-neutral-500)}.db-lane:hover{border-color:var(--color-accent)}.db-lane.on{background:var(--color-accent-900);border-color:var(--color-accent-700);color:var(--color-accent-100)}.db-lane.on svg{color:var(--color-accent)}.db-lane-label{font-size:14px;font-weight:500}.db-lane-n{font-size:11px;opacity:.6}.db-lanedesc{font-size:12px;color:var(--color-neutral-500);margin:-2px 2px 0}.db-searchrow{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.db-search{position:relative;flex:1;min-width:160px}.db-search-icon{position:absolute;left:11px;top:10px;color:var(--color-neutral-500);pointer-events:none}.db-search .input{padding-left:34px;background:var(--color-bg)}.db-filtersbtn{flex:none;white-space:nowrap}.db-picks{display:flex;flex-wrap:wrap;gap:8px}.db-pick{position:relative;display:inline-flex;align-items:center;gap:7px;height:36px;max-width:100%;min-width:0;padding:0 10px 0 12px;border-radius:999px;border:1px solid var(--color-divider);background:var(--color-bg);cursor:pointer}.db-pick:hover,.db-pick.set{border-color:var(--color-accent)}.db-pick-icon{color:var(--color-accent);flex:none}.db-pick-k{font-size:12px;color:var(--color-neutral-500)}.db-pick select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;border:0;outline:0;color:var(--color-text);font:inherit;font-size:13px;font-weight:500;padding:0 16px 0 0;cursor:pointer;min-width:0;max-width:100%;text-overflow:ellipsis}.db-pick select+.db-pick-k{margin-left:-10px}.db-pick select:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:4px}.db-pick-chev{position:absolute;right:10px;color:var(--color-neutral-500);pointer-events:none}.db-active{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.db-active-pill{cursor:pointer;border:0;font:inherit;font-size:12px;gap:6px;padding:4px 8px 4px 10px}.db-clearall{font-size:12px;padding:2px 6px}.db-filters{display:flex;flex-direction:column;gap:10px;padding:12px 14px;border-radius:8px;background:var(--color-bg)}.db-filters-grid{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:start;font-size:12px;color:var(--color-neutral-500)}.db-filters-k{padding-top:6px}.db-chips{display:flex;flex-wrap:wrap;gap:6px}.db-chip{cursor:pointer;font:inherit;font-size:12px;padding:5px 11px;border-radius:999px;border:1px solid var(--color-divider);background:transparent;color:var(--color-neutral-300);display:inline-flex;align-items:center;gap:6px}.db-chip:hover{border-color:var(--color-accent)}.db-chip.on{border-color:var(--color-accent);background:var(--color-accent-900);color:var(--color-accent-200)}.db-chip-type{padding:5px 11px 5px 8px;border-radius:8px}.db-chip-icon{color:var(--color-neutral-500)}.db-chip.on .db-chip-icon{color:var(--color-accent)}.db-chip-n{font-size:11px;opacity:.6}.db-filters-foot{display:flex;justify-content:flex-end;gap:8px}.db-filters-foot .btn{font-size:13px}.db-count{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-neutral-500);padding:16px 0 6px;flex:none}.db-list{flex:1;min-height:0;overflow:visible;padding-right:6px;padding-bottom:28px;display:flex;flex-direction:column;gap:2px}.db-row{display:flex;align-items:center;gap:12px;padding:8px 12px 8px 8px;cursor:pointer;border-radius:8px;background:transparent}.db-row.odd{background:var(--color-surface)}.db-row:hover{background:var(--color-neutral-900)}.db-row.on{background:var(--color-accent-900)}.db-row:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px}.db-thumb{position:relative;width:64px;height:48px;flex:none;border-radius:6px;overflow:hidden;display:grid;place-items:center;font-size:10px;letter-spacing:.06em;color:var(--color-neutral-400)}.db-thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.db-row-text{flex:1;min-width:0}.db-row-name{font-size:16px;font-weight:500;line-height:1.2;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.db-row.on .db-row-name{color:var(--color-accent-200)}.db-row-meta{font-size:12px;color:var(--color-neutral-500);margin-top:3px;display:flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.db-row-meta svg{flex:none}.db-row-meta span{overflow:hidden;text-overflow:ellipsis}.db-open{flex:none;height:34px;padding:0 12px;font-size:12px;gap:6px;text-decoration:none}.db-bag{width:34px;height:34px;flex:none;color:var(--color-neutral-300);border-color:var(--color-divider)}.db-bag.in{color:var(--color-accent-200);border-color:var(--color-accent)}.db-empty{padding:24px 8px;font-size:14px;color:var(--color-neutral-500);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.db-side{background:var(--color-neutral-900);padding:18px 20px;display:flex;flex-direction:column;gap:14px;min-height:100vh;position:sticky;top:0;max-height:100vh;overflow-y:auto;box-sizing:border-box}.db-side-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 2px}.db-side-kicker{display:flex;align-items:center;gap:7px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-300)}.db-side-meta{font-size:12px;color:var(--color-neutral-500)}.db-mapframe{position:relative;flex:none;padding:6px;border-radius:14px;border:1px solid var(--color-accent-700);background:var(--color-bg)}.db-map{position:relative;height:290px;border-radius:9px;overflow:hidden;flex:none;background:radial-gradient(circle,var(--color-neutral-700) 1px,transparent 1.2px) 0 0 / 14px 14px,radial-gradient(ellipse at 50% 45%,var(--color-accent-900) 0%,var(--color-bg) 70%)}.db-mapsvg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:grab;touch-action:none;filter:drop-shadow(0 0 14px color-mix(in srgb,var(--color-accent) 45%,transparent))}.db-mapsvg.dragging{cursor:grabbing}.mi-g{transition:transform .5s cubic-bezier(.2,.7,.2,1)}.db-mapsvg.dragging .mi-g{transition:none}.mi-state{fill:var(--color-neutral-900);stroke:var(--color-accent);stroke-width:1.2;stroke-linejoin:round}.mi-counties{fill:none;stroke:var(--color-accent-800);stroke-width:.5;opacity:.7}.db-pin{cursor:pointer}.db-pin-halo{fill:var(--color-accent);opacity:.25}.db-pin-ring{fill:none;stroke:var(--color-accent-200)}.db-pin-shape{fill:var(--color-accent-200);stroke:var(--color-bg)}.db-mapkey{position:absolute;left:10px;top:10px;display:flex;flex-wrap:wrap;row-gap:2px;gap:10px;max-width:calc(100% - 20px);font-size:11px;color:var(--color-neutral-400);background:color-mix(in srgb,var(--color-bg) 70%,transparent);padding:4px 8px;border-radius:6px;pointer-events:none}.db-mapzoom{position:absolute;right:10px;bottom:10px;display:flex;gap:4px}.db-mapzoom .btn{width:30px;height:30px;background:var(--color-surface)}.db-sel{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:12px;background:var(--color-accent-300);color:var(--color-accent-900);box-shadow:var(--shadow-md)}.db-sel-photo{position:relative;height:120px;border-radius:8px;overflow:hidden;background:color-mix(in srgb,var(--color-accent-900) 12%,transparent);display:grid;place-items:center;font-size:12px;letter-spacing:.06em;color:var(--color-accent-800)}.db-sel-photo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.db-sel-name{display:block;font-size:22px;font-weight:500;line-height:1.15;color:var(--color-accent-900);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;text-decoration-color:color-mix(in srgb,currentColor 40%,transparent)}.db-sel-name:hover{text-decoration-color:currentColor;color:var(--color-accent-900)}.db-sel-meta{font-size:12px;color:var(--color-accent-800);margin-top:3px}.db-sel-facts{display:flex;flex-direction:column;font-size:13px;color:var(--color-accent-900)}.db-sel-fact{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid color-mix(in srgb,var(--color-accent-900) 22%,transparent)}.db-sel-fact .k{color:var(--color-accent-800);flex:none}.db-sel-fact .v{text-align:right}.db-sel-blurb{font-size:13px;line-height:1.5;margin:0;color:var(--color-accent-800)}.db-sel-actions{display:flex;gap:8px;margin-top:2px}.db-sel-bag{flex:1;cursor:pointer;font:inherit;font-size:14px;font-weight:500;min-height:38px;padding:6px 14px;border-radius:var(--radius-md);border:0;background:var(--color-accent-900);color:var(--color-accent-300)}.db-sel-bag:hover{opacity:.9}.db-sel-open{display:inline-flex;align-items:center;cursor:pointer;font:inherit;font-size:14px;min-height:38px;padding:6px 14px;border-radius:var(--radius-md);border:1px solid var(--color-accent-700);background:transparent;color:var(--color-accent-900);text-decoration:none}.db-sel-open:hover{background:color-mix(in srgb,var(--color-accent-900) 10%,transparent)}.db-sel-empty{padding:16px;border-radius:12px;border:1px dashed var(--color-neutral-700);font-size:13px;line-height:1.5;color:var(--color-neutral-500)}@media (max-width: 1000px){.db{grid-template-columns:1fr;min-height:auto}.db-side{position:static;min-height:0;max-height:none}.db-left{padding-bottom:8px}.db-list{overflow:visible;padding-right:0}.db-side{padding:18px var(--db-pad) 28px}}@media (max-width: 600px){.db-h1{font-size:30px}.db-filters-grid{grid-template-columns:1fr;gap:6px}.db-filters-k{padding-top:4px}}.vp{--vp-pad: clamp(16px, 2vw, 26px);margin:-22px calc(-1 * var(--vp-pad)) -40px;min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg)}.vp-hero{position:relative;min-height:430px;overflow:hidden;background:var(--color-neutral-900);display:flex;flex-direction:column;justify-content:flex-end;flex:none}.vp-hero-img{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover}.vp-hero.portrait .vp-hero-img{left:54%;width:46%;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 22%);mask-image:linear-gradient(to right,transparent 0%,#000 22%)}.vp-hero-grad{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to top,var(--color-bg) 0%,color-mix(in srgb,var(--color-bg) 70%,transparent) 30%,transparent 65%),linear-gradient(to right,color-mix(in srgb,var(--color-bg) 55%,transparent),transparent 50%)}.vp-hero.no-photo .vp-hero-grad{background:linear-gradient(to top,var(--color-bg) 0%,color-mix(in srgb,var(--color-bg) 70%,transparent) 30%,transparent 65%)}.vp-hero-initials{position:absolute;right:7%;top:44%;transform:translateY(-50%);font-size:clamp(120px,20vw,260px);font-weight:500;letter-spacing:-.06em;line-height:1;color:color-mix(in srgb,var(--color-accent-300) 16%,transparent);pointer-events:none;-webkit-user-select:none;user-select:none}.vp-chrome{position:absolute;left:32px;top:14px;right:32px;z-index:2;display:flex;align-items:center;gap:8px;pointer-events:none}.vp-back{pointer-events:auto;background:color-mix(in srgb,var(--color-bg) 60%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);text-decoration:none}.vp-hero-text{position:relative;z-index:1;margin:0 160px 26px 32px;padding-top:88px;display:flex;flex-direction:column;gap:10px;max-width:min(900px,62%);align-self:flex-start}.vp-hero.portrait .vp-hero-text{max-width:min(760px,50%)}.vp-hero-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px}.vp-hero-flag{display:inline-flex;align-items:center;gap:5px;color:var(--color-neutral-300)}.vp-hero-kind{color:var(--color-neutral-300)}.vp-title{font-size:72px;letter-spacing:-.045em;line-height:.92;margin:0;font-weight:500;text-wrap:balance}.vp-title.long{font-size:clamp(36px,4.6vw,64px)}.vp-summary{font-size:17px;line-height:1.4;color:var(--color-neutral-100);max-width:56ch;margin:0;text-wrap:pretty}.vp-hero-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.vp-start{min-height:32px;padding:4px 12px;font-size:13px;margin-left:6px;background:color-mix(in srgb,var(--color-bg) 50%,transparent);text-decoration:none}.vp-start:hover{background:color-mix(in srgb,var(--color-accent) 12%,var(--color-bg))}.vp-bagbtn{min-height:32px;padding:4px 12px;font-size:13px;background:color-mix(in srgb,var(--color-bg) 50%,transparent)}.vp-body{padding:16px 32px 28px;display:flex;flex-direction:column;gap:16px}.vp-tabs{display:flex;gap:4px;flex-wrap:wrap}.vp-tab{font-size:14px;color:var(--color-neutral-300);cursor:default}.vp-tab.on{color:var(--color-accent)}.vp-tab-n{color:var(--color-neutral-500);font-size:12px;margin-left:4px}.vp-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:max-content;gap:12px}.vp-tile{border-radius:12px}.vp-tile.card{gap:10px}.vp-kicker{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent)}.vp-kicker.muted{font-size:11px;color:var(--color-neutral-500)}.vp-sub{font-size:12px;color:var(--color-neutral-500)}.vp-big{font-size:40px;font-weight:500;line-height:1}.vp-big+.vp-sub{margin-top:6px}.vp-accent{color:var(--color-accent)}.vp-tile-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.vp-tile-title{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:500}.vp-rule{height:1px;background:linear-gradient(to right,transparent,var(--color-divider) 30px,var(--color-divider) calc(100% - 30px),transparent)}.vp-tile-photos{grid-column:span 8;grid-row:span 2;min-height:340px;position:relative;overflow:hidden;box-shadow:var(--shadow-sm);background:var(--color-neutral-900)}.vp-capacity{grid-column:span 4;padding:14px;gap:22px}.vp-contact{grid-column:span 4;padding:14px;gap:8px}.vp-contact-row{display:flex;gap:10px;align-items:center}.vp-avatar{width:40px;height:40px;flex:none;border-radius:50%;background:var(--color-accent-800);color:var(--color-accent-100);display:grid;place-items:center;font-size:13px}.vp-contact-name{font-size:17px;font-weight:500;line-height:1.2}.vp-contact-route{font-size:13px;color:var(--color-neutral-300);line-height:1.45}.vp-links{grid-column:span 4;grid-row:span 2;padding:16px 18px;gap:12px}.vp-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px 6px;text-align:center;font-size:11px;color:var(--color-neutral-400)}.vp-link{display:flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none;color:var(--color-neutral-400);line-height:1.4}.vp-link-circle{width:40px;height:40px;border-radius:50%;border:1px solid var(--color-accent);display:grid;place-items:center;color:var(--color-accent)}a.vp-link:hover .vp-link-circle{background:color-mix(in srgb,var(--color-accent) 12%,transparent)}.vp-reach{display:flex;flex-direction:column;gap:8px;font-size:13px}.vp-reach>div{display:flex;justify-content:space-between;gap:10px}.vp-reach .vp-sub{font-size:13px}.vp-nights{grid-column:span 8;padding:14px;gap:10px}.vp-week{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;text-align:center;font-size:12px}.vp-day{padding:9px 0;border-radius:8px;border:1px solid var(--color-divider);color:var(--color-neutral-600)}.vp-day.open-mic{border-color:var(--color-accent-700);background:var(--color-accent-900);color:var(--color-accent-200)}.vp-day.on{border-color:var(--color-accent);background:var(--color-accent-800);color:var(--color-accent-100)}.vp-day-note{font-size:10px;margin-top:2px}.vp-room{grid-column:span 8;padding:16px 18px;gap:12px}.vp-room-head{display:flex;align-items:baseline;gap:12px}.vp-num{font-size:12px;color:var(--color-neutral-600)}.vp-room-title{font-size:22px;font-weight:500}.vp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.vp-stat{padding:12px;border-radius:8px;background:var(--color-neutral-900)}.vp-stat-n{font-size:26px;font-weight:500}.vp-room-note{font-size:14px;line-height:1.55;margin:0;color:var(--color-neutral-200)}.vp-where{grid-column:span 4;grid-row:span 2;min-height:300px;padding:0;overflow:hidden;position:relative;background:radial-gradient(ellipse at 50% 40%,var(--color-surface),var(--color-bg) 75%)}.vp-where-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.vp-where-k{position:absolute;left:14px;top:12px}.vp-where-addr{position:absolute;left:14px;right:14px;bottom:12px;font-size:12px;line-height:1.4;color:var(--color-neutral-200);text-shadow:0 1px 6px var(--color-bg),0 0 12px var(--color-bg)}.vp-where-lite .vp-where-addr{font-size:13px}.vp-notes{grid-column:span 8;padding:16px 18px;gap:10px}.vp-notes-input{min-height:96px;background:var(--color-bg);font-size:14px;line-height:1.5}.vp-notes-input::placeholder{color:var(--color-neutral-500)}.vp-pay{grid-column:span 8;padding:16px 18px;gap:10px}.vp-pay-lite{grid-column:span 5}.vp-pay-range{font-size:34px}.vp-pay-deals{display:flex;flex-wrap:wrap;gap:6px}.vp-pay-note{margin:0;font-size:13px;line-height:1.5;color:var(--color-neutral-400)}.vp-pay-quiet{align-self:start;display:flex;align-items:center;padding:10px 14px;font-size:13px;color:var(--color-neutral-500);border:1px dashed var(--color-neutral-700)}.vp-photos{position:absolute;top:0;right:0;bottom:0;left:0}.vp-photos-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.vp-photos-slot{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-neutral-400)}.vp-photos-slot span{padding:8px 14px;border:1px dashed var(--color-neutral-600);border-radius:999px}.vp-photos-grad{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--color-bg) 0%,color-mix(in srgb,var(--color-bg) 65%,transparent) 30%,transparent 60%);pointer-events:none}.vp-photos-pill{position:absolute;left:14px;top:12px;display:flex;align-items:center;gap:6px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent-200);background:color-mix(in srgb,var(--color-bg) 70%,transparent);padding:4px 9px;border-radius:999px;pointer-events:none}.vp-photos-pill span{color:var(--color-neutral-300);letter-spacing:0}.vp-photos-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;background:color-mix(in srgb,var(--color-bg) 65%,transparent);border-color:var(--color-neutral-700)}.vp-photos-arrow:hover{background:color-mix(in srgb,var(--color-bg) 85%,transparent)}.vp-photos-arrow.prev{left:10px}.vp-photos-arrow.next{right:10px}.vp-photos-foot{position:absolute;left:16px;right:16px;bottom:14px;display:flex;justify-content:space-between;align-items:flex-end;gap:12px;pointer-events:none}.vp-photos-cap{font-size:15px;font-weight:500;line-height:1.3}.vp-photos-credit{font-size:12px;color:var(--color-neutral-400);margin-top:2px}.vp-photos-bars{display:flex;gap:4px;pointer-events:auto}.vp-photos-bar{width:18px;height:3px;border-radius:2px;border:0;padding:0;cursor:pointer;background:var(--color-neutral-700)}.vp-photos-bar.on{background:var(--color-accent)}.vp-grid-lite{padding-top:2px}.vp-capacity-lite{grid-column:span 3;padding:14px;gap:18px}.vp-type{grid-column:span 4;padding:14px;gap:10px}.vp-type-name{font-size:20px;font-weight:500}.vp-type-region{font-size:13px;color:var(--color-neutral-400)}.vp-where-lite{grid-column:span 5;min-height:280px}.vp-genres{grid-column:span 7;padding:16px 18px;gap:10px}.vp-genres-row{display:flex;flex-wrap:wrap;gap:6px}.vp-coming{grid-column:span 12;padding:16px 18px;gap:8px;background:var(--color-accent-900)}.vp-coming-title{font-size:15px;font-weight:500;color:var(--color-accent-100)}.vp-coming-text{font-size:13px;line-height:1.5;color:var(--color-accent-200)}@media (max-width: 1100px){.vp-tile-photos,.vp-capacity,.vp-contact,.vp-links,.vp-nights,.vp-room,.vp-where,.vp-notes,.vp-pay{grid-column:span 6;grid-row:auto}.vp-tile-photos{grid-column:span 12}}@media (max-width: 760px){.vp-hero-text{margin:0 16px 22px;max-width:100%}.vp-hero.portrait .vp-hero-text{max-width:100%}.vp-hero.portrait .vp-hero-img{left:0;width:100%;-webkit-mask-image:none;mask-image:none}.vp-chrome{left:16px;right:16px}.vp-title{font-size:clamp(40px,12vw,72px)}.vp-title.long{font-size:clamp(32px,9vw,56px)}.vp-summary{font-size:16px}.vp-body{padding:14px 16px 24px}.vp-grid>.vp-tile{grid-column:span 12;grid-row:auto}.vp-where{min-height:240px}.vp-stats{grid-template-columns:repeat(2,1fr)}.vp-hero-initials{right:4%;top:36%}}.vp-howto{grid-column:span 12;gap:12px;padding:16px 18px}.vp-howto-contacts{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 18px}.vp-howto-contact{display:flex;flex-direction:column;gap:2px;font-size:14px}.vp-howto-name{font-weight:500}.vp-howto-contact a{color:var(--color-accent-200);word-break:break-all}.vp-howto-form{align-self:flex-start;text-decoration:none}.vp-howto-notes p{margin:4px 0 0;font-size:14px;line-height:1.55;color:var(--color-neutral-200)}.vp-howto-foot{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:12px;color:var(--color-neutral-500)}.vp-howto-foot a{color:var(--color-neutral-300)}.vp-howto-conf.ok{color:#4fd18b}@media (min-width: 1001px){.vp-grid-lite .vp-howto{grid-column:span 12}}.vp-fest-label{font-size:22px;font-weight:500;letter-spacing:-.01em}.vp-fest-open .vp-fest-label{color:var(--color-success-fg, #3dd68c)}.vp-fest-opens-soon .vp-fest-label{color:var(--color-accent-200)}.vp-fest-pred{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--color-neutral-400);border:1px dashed currentColor;border-radius:6px;padding:2px 6px}.vp-fest-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px 18px;font-size:14px}.vp-fest-req{margin:4px 0 0;padding-left:18px;font-size:14px;line-height:1.45}.vp-fest-notes{margin:0;font-size:13.5px;line-height:1.5;color:var(--color-neutral-300);max-width:90ch}.vp-fest-act{display:flex;gap:8px;flex-wrap:wrap}.mb-page{display:grid;grid-template-columns:minmax(0,1fr) clamp(240px,26vw,300px);min-height:100vh;margin:-22px calc(-1*clamp(16px,2vw,26px)) -40px}.mb-main{min-width:0;padding:22px 26px 28px;display:flex;flex-direction:column;gap:14px}.mb-kick{margin-bottom:6px}.mb-main h1{font-size:34px;margin:0}.mb-explainer{margin:0;font-size:14px;line-height:1.5;color:var(--color-neutral-400);max-width:62ch}.mb-section{display:flex;align-items:center;gap:10px;margin-top:8px}.mb-section-forms{margin-top:14px}.mb-section i{font-size:18px;color:var(--color-accent)}.mb-section h2{font-size:20px;margin:0}.mb-section span{font-size:13px;color:var(--color-neutral-500)}.mb-none{margin:0;font-size:13px;color:var(--color-neutral-500)}.mb-empty{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:26px 24px;border-radius:12px;background:var(--color-surface);box-shadow:var(--shadow-sm);max-width:520px;margin-top:8px}.mb-empty>i{font-size:30px;color:var(--color-accent)}.mb-empty-title{font-size:20px;font-weight:500}.mb-empty p{margin:0 0 6px;font-size:14px;line-height:1.5;color:var(--color-neutral-400)}.mb-card{border-radius:12px;background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.mb-card.open{box-shadow:0 0 0 1px var(--color-accent-700),var(--shadow-md)}.mb-row{display:flex;align-items:center;gap:12px;padding:10px 14px 10px 10px;cursor:pointer}.mb-row:hover{background:var(--color-neutral-900)}.mb-thumb{position:relative;width:52px;height:52px;flex:none;border-radius:8px;overflow:hidden;background:var(--color-neutral-800);display:grid;place-items:center;font-size:11px;letter-spacing:.06em;color:var(--color-neutral-400)}.mb-thumb-img{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.mb-row-main{flex:1;min-width:0}.mb-row-title{display:flex;align-items:center;gap:8px}.mb-name{font-size:16px;font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mb-kind{flex:none;display:inline-flex;align-items:center;gap:4px;font-size:11px;padding:2px 8px;border-radius:999px;background:var(--color-neutral-800);color:var(--color-neutral-300)}.mb-kind i{font-size:11px}.mb-meta{font-size:12px;color:var(--color-neutral-500);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mb-pill{flex:none;font-size:12px;padding:4px 10px;border-radius:999px;white-space:nowrap}.mb-pill.neutral{background:var(--color-neutral-800);color:var(--color-neutral-300)}.mb-pill.accent{background:var(--color-accent-800);color:var(--color-accent-100)}.mb-pill.lilac{background:var(--color-accent-300);color:var(--color-accent-900)}.mb-chev{flex:none;font-size:16px;color:var(--color-neutral-500);transition:transform .2s}.mb-card.open .mb-chev{transform:rotate(180deg)}.mb-body{padding:2px 14px 14px;display:flex;flex-direction:column;gap:12px}.mb-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.mb-spacer{flex:1}.mb-hint{font-size:12px;color:var(--color-neutral-500)}.mb-remove{font-size:13px;color:var(--color-neutral-400)}.mb-actions .btn{font-size:14px;white-space:nowrap;flex:none}.mb-kicker{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-300)}.mb-letter{border-radius:10px;background:var(--color-bg);padding:14px 18px 16px;display:flex;flex-direction:column;gap:10px;font-size:14px;line-height:1.55}.mb-letter p{margin:0}.mb-letter-head{display:grid;grid-template-columns:64px minmax(0,1fr);gap:4px 10px;font-size:13px;padding-bottom:10px;border-bottom:1px solid var(--color-divider)}.mb-letter-head>span:nth-child(odd){color:var(--color-neutral-500)}.mb-letter-head>span:nth-child(2n){overflow-wrap:anywhere}.mb-subject{font-weight:500}.mb-note{border-radius:8px;background:var(--color-accent-900);border:1px dashed var(--color-accent-600);padding:8px 12px 6px;display:flex;flex-direction:column;gap:4px}.mb-note-label{display:flex;justify-content:space-between;gap:8px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-200)}.mb-note-label span+span{letter-spacing:0;text-transform:none;color:var(--color-accent-300)}.mb-note textarea{width:100%;box-sizing:border-box;background:transparent;border:0;outline:0;color:var(--color-text);font:inherit;font-size:14px;line-height:1.5;resize:vertical;padding:0;min-height:42px}.mb-note textarea::placeholder{color:var(--color-accent-500)}.mb-epk{display:flex;align-items:center;gap:12px;padding:10px;border-radius:10px;background:var(--color-surface);border:1px solid var(--color-divider);text-decoration:none;color:inherit}.mb-epk:hover{border-color:var(--color-accent-700)}.mb-epk img{width:42px;height:42px;border-radius:8px;object-fit:cover;flex:none}.mb-epk-text{flex:1;min-width:0}.mb-epk-title{font-size:14px;font-weight:500;line-height:1.3}.mb-epk-sub{font-size:12px;color:var(--color-neutral-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mb-epk-tag{font-size:11px;color:var(--color-accent-300);flex:none}.mb-sig{color:var(--color-neutral-300)}.mb-form-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 14px;border-radius:10px;background:var(--color-bg)}.mb-form-head-text{flex:1;min-width:200px}.mb-form-name{font-size:15px;font-weight:500}.mb-form-why{font-size:12px;color:var(--color-neutral-400);margin-top:2px;line-height:1.45}.mb-deadline{font-size:12px;padding:4px 10px;border-radius:999px;border:1px solid var(--color-divider);color:var(--color-neutral-400);white-space:nowrap}.mb-deadline.urgent{border-color:var(--color-accent);color:var(--color-accent-200)}.mb-open-form{font-size:13px;text-decoration:none;white-space:nowrap;flex:none}.mb-fill{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 14px;border-radius:10px;background:var(--color-bg);border:1px solid var(--color-divider)}.mb-fill.filled{background:var(--color-accent-900);border-color:var(--color-accent-700)}.mb-fill-icon{width:34px;height:34px;border-radius:9px;flex:none;display:grid;place-items:center;background:var(--color-accent-800);color:var(--color-accent-100);font-size:18px}.mb-fill-text{flex:1;min-width:220px}.mb-fill-title{font-size:14px;font-weight:500}.mb-fill-sub{font-size:12px;line-height:1.45;color:var(--color-neutral-400);margin-top:2px}.mb-fill.filled .mb-fill-title{color:var(--color-accent-100)}.mb-fill.filled .mb-fill-sub{color:var(--color-accent-200)}.mb-fill .btn{font-size:13px;flex:none;white-space:nowrap;text-decoration:none}.mb-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.mb-steps{display:flex;flex-direction:column;gap:2px}.mb-steps .mb-kicker{padding:2px 2px 6px}.mb-progress{height:4px;border-radius:2px;background:var(--color-neutral-800);margin:0 2px 8px;overflow:hidden}.mb-progress>div{height:100%;background:var(--color-accent);transition:width .25s}.mb-step{cursor:pointer;font:inherit;text-align:left;display:flex;align-items:flex-start;gap:10px;padding:7px 8px;border-radius:8px;border:0;background:transparent;color:var(--color-text)}.mb-step:hover{background:var(--color-neutral-900)}.mb-step.done{color:var(--color-neutral-500)}.mb-check{flex:none;width:18px;height:18px;margin-top:1px;border-radius:5px;border:1.5px solid var(--color-neutral-600);display:grid;place-items:center;color:var(--color-bg);font-size:12px}.mb-check i{font-weight:700}.mb-step.done .mb-check{border-color:var(--color-accent);background:var(--color-accent)}.mb-step-label{font-size:13px;line-height:1.4}.mb-step.done .mb-step-label{text-decoration:line-through}.mb-answers{display:flex;flex-direction:column;border-radius:10px;background:var(--color-bg);padding:10px 12px;min-width:0}.mb-answers-head{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:6px}.mb-answers-head span+span{font-size:11px;color:var(--color-neutral-500)}.mb-answer{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:8px;align-items:center;padding:6px 0;border-top:1px solid var(--color-divider)}.mb-answer-k{font-size:12px;color:var(--color-neutral-500)}.mb-answer-v{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mb-copy{cursor:pointer;font:inherit;font-size:11px;padding:3px 9px;border-radius:6px;border:1px solid var(--color-divider);background:transparent;color:var(--color-neutral-300)}.mb-copy:hover{border-color:var(--color-accent)}.mb-copy.on{border-color:var(--color-accent);color:var(--color-accent-200)}.mb-followup{font-size:13px;color:var(--color-accent-200);padding:8px 12px;border-radius:8px;background:var(--color-accent-900)}.mb-gotshow{font-size:13px;color:var(--color-neutral-300);display:inline-flex;align-items:center;gap:6px}.mb-gotshow i{font-size:15px;color:var(--color-accent)}.mb-gotshow:hover{color:var(--color-accent-100)}.mb-book{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.mb-book label{font-size:12px;color:var(--color-neutral-400)}.mb-book .input{width:auto;min-height:32px;padding:4px 10px;font-size:13px;color-scheme:dark}.mb-actions .mb-book .btn{font-size:13px;min-height:32px;padding:4px 12px}.mb-rail{background:var(--color-neutral-900);padding:22px 20px;display:flex;flex-direction:column;gap:16px;position:sticky;top:0;height:100vh;overflow-y:auto}.mb-truck{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:12px;background:var(--color-accent-300);color:var(--color-accent-900);box-shadow:var(--shadow-md)}.mb-truck-kicker{display:flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-800)}.mb-truck-kicker i{font-size:16px}.mb-truck-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mb-truck-stats>div{padding:10px 12px;border-radius:8px;background:color-mix(in srgb,var(--color-accent-900) 10%,transparent)}.mb-truck-n{font-size:28px;font-weight:500;line-height:1}.mb-truck-l{font-size:12px;color:var(--color-accent-800);margin-top:4px}.mb-truck-pace{font-size:13px;color:var(--color-accent-800)}.mb-toast{font-size:13px;line-height:1.45;padding:8px 10px;border-radius:8px;background:var(--color-accent-900);color:var(--color-accent-100)}.mb-truck-btn{cursor:pointer;font:inherit;font-size:14px;font-weight:500;min-height:40px;border-radius:var(--radius-md);border:0;background:var(--color-accent-900);color:var(--color-accent-100)}.mb-truck-btn:hover{opacity:.9}.mb-truck-btn:disabled{opacity:.45;cursor:not-allowed}.mb-deadlines{display:flex;flex-direction:column;gap:8px}.mb-rail-kicker{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-300);padding:0 2px}.mb-rail-empty{font-size:12px;color:var(--color-neutral-500);padding:0 2px}.mb-deadline-row{cursor:pointer;font:inherit;text-align:left;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:0;background:var(--color-surface);color:var(--color-text)}.mb-deadline-row:hover{background:var(--color-neutral-800)}.mb-deadline-text{flex:1;min-width:0}.mb-deadline-name{display:block;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mb-deadline-status{display:block;font-size:12px;color:var(--color-neutral-500)}.mb-deadline-row .mb-deadline{font-size:11px;padding:3px 8px}.mb-saving{font-size:11px;color:var(--color-neutral-600);text-align:right}.lt-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:color-mix(in srgb,var(--color-bg) 70%,transparent);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:grid;place-items:center;padding:16px}.lt-dialog{width:520px;max-width:100%;max-height:100%;overflow-y:auto;box-sizing:border-box;border-radius:14px;background:var(--color-surface);box-shadow:var(--shadow-lg);padding:22px 24px;display:flex;flex-direction:column;gap:16px;color:var(--color-text)}.lt-head{display:flex;align-items:center;gap:12px}.lt-icon{width:40px;height:40px;border-radius:10px;background:var(--color-accent-900);color:var(--color-accent);display:grid;place-items:center;flex:none;font-size:22px}.lt-title{font-size:22px;font-weight:500}.lt-intro{margin:0;font-size:14px;line-height:1.55;color:var(--color-neutral-200);overflow-wrap:anywhere}.lt-grid{display:grid;grid-template-columns:84px minmax(0,1fr);gap:10px 12px;align-items:center;font-size:13px}.lt-label{color:var(--color-neutral-500)}.lt-seg{display:flex;gap:4px;padding:3px;border-radius:10px;background:var(--color-neutral-900);width:max-content;max-width:100%}.lt-seg button{cursor:pointer;font:inherit;font-size:13px;padding:6px 12px;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--color-neutral-300)}.lt-seg button.on{background:var(--color-accent-900);border-color:var(--color-accent);color:var(--color-accent-100)}.lt-seg button:disabled{opacity:.4;cursor:not-allowed}.lt-when{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.lt-when select.input{width:auto;padding-right:28px}.lt-toggle{cursor:pointer;font:inherit;font-size:13px;display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:8px;border:1px solid var(--color-divider);background:transparent;color:var(--color-text)}.lt-box{width:16px;height:16px;border-radius:4px;border:1.5px solid var(--color-neutral-600);background:transparent}.lt-box.on{border-color:var(--color-accent);background:var(--color-accent)}.lt-trips{display:flex;flex-direction:column;border-radius:10px;background:var(--color-bg);padding:4px 14px;max-height:220px;overflow-y:auto}.lt-trip{display:grid;grid-template-columns:120px minmax(0,1fr) auto;gap:10px;align-items:baseline;padding:9px 0;border-bottom:1px solid var(--color-divider)}.lt-trip:last-child{border-bottom:0}.lt-trip-day{font-size:13px;font-weight:500}.lt-trip-names{font-size:12px;color:var(--color-neutral-400);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lt-trip-n{font-size:12px;color:var(--color-accent-200);white-space:nowrap}.lt-finish{font-size:13px;color:var(--color-neutral-300)}.lt-forms{font-size:13px;line-height:1.5;padding:10px 12px;border-radius:8px;background:var(--color-accent-900);color:var(--color-accent-200)}.lt-actions{display:flex;justify-content:flex-end;gap:8px}@media (max-width: 1000px){.mb-page{grid-template-columns:1fr}.mb-rail{position:static;height:auto}.mb-main{padding:22px 16px 28px}}@media (max-width: 480px){.mb-row{padding:10px;gap:10px}.mb-pill{font-size:11px;padding:3px 8px}.mb-letter{padding:12px 14px 14px}.lt-grid{grid-template-columns:1fr;gap:6px}.lt-trip{grid-template-columns:minmax(0,1fr) auto}.lt-trip-names{grid-column:1 / -1}}.mb-self{margin:4px 0 10px;padding:12px 14px;border-radius:10px;background:var(--color-neutral-900);display:flex;flex-direction:column;gap:8px}.mb-self-head{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:var(--color-neutral-400)}.mb-self-head span:first-child{color:var(--color-neutral-200);font-weight:500}.mb-self-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.mb-self-row .btn{font-size:13px;min-height:32px;padding:4px 12px;white-space:nowrap;text-decoration:none}.mb-self-row .btn i{font-size:15px}.mb-self-confirm{font-size:13px;color:var(--color-neutral-300);display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}@media (max-width: 480px){.mb-self-row .btn{flex:1 1 45%;justify-content:center}}.st-page{display:flex;flex-direction:column;gap:16px;max-width:860px}.st-kick{margin-bottom:6px}.st-page h1{font-size:34px;margin:0}.st-explainer{margin:0 0 4px;font-size:14px;line-height:1.5;color:var(--color-neutral-400);max-width:68ch}.st-card{display:flex;flex-direction:column;gap:14px;padding:18px 20px 20px;border-radius:12px;background:var(--color-surface);box-shadow:var(--shadow-sm)}.st-card-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.st-card-head h2{font-size:20px;margin:0}.st-card-icon{width:36px;height:36px;border-radius:9px;flex:none;display:grid;place-items:center;background:var(--color-accent-900);color:var(--color-accent);font-size:18px}.st-kicker{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-300);margin-bottom:2px}.st-status{margin-left:auto;font-size:12px;padding:4px 10px;border-radius:999px;background:var(--color-neutral-800);color:var(--color-neutral-300);white-space:nowrap}.st-status.on{background:var(--color-accent-300);color:var(--color-accent-900)}.st-preview-btn{margin-left:auto;font-size:13px}.st-body{margin:0;font-size:14px;line-height:1.55;color:var(--color-neutral-300);max-width:72ch}.st-body strong{font-weight:500;color:var(--color-text)}.st-route{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}.st-route>div{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:10px;background:var(--color-bg)}.st-route-k{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-300)}.st-route-v{font-size:14px;font-weight:500;overflow-wrap:anywhere}.st-route-v small{display:block;font-size:12px;font-weight:400;color:var(--color-neutral-500);margin-top:2px}.st-status.warn{background:color-mix(in srgb,#f2b8b5 22%,transparent);color:#f2b8b5}.st-toast{font-size:13px;line-height:1.45;padding:8px 10px;border-radius:8px;background:var(--color-accent-900);color:var(--color-accent-100)}.st-toast.bad{background:color-mix(in srgb,#f2b8b5 16%,transparent);color:#f2b8b5}.st-connect{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 14px;border-radius:10px;background:var(--color-bg);border:1px dashed var(--color-neutral-700)}.st-connect>div:first-child{flex:1;min-width:220px}.st-connect-title{font-size:14px;font-weight:500;overflow-wrap:anywhere}.st-connect-sub{font-size:12px;line-height:1.45;color:var(--color-neutral-400);margin-top:2px;max-width:52ch}.st-connect-btns{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.st-connect .btn{flex:none;white-space:nowrap}.st-connect .btn i{font-size:16px}.st-not{font-size:11px;font-weight:400;color:var(--color-neutral-500);margin-left:2px}.st-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}.st-span{grid-column:1 / -1}.st-grid .field>label{color:var(--color-neutral-400)}.st-help{display:block;font-size:11px;color:var(--color-neutral-600);margin-top:4px}.st-grid textarea.input{min-height:0;line-height:1.45}.st-grid select.input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.st-seg{display:flex;gap:4px;padding:3px;border-radius:10px;background:var(--color-neutral-900);width:max-content;max-width:100%}.st-seg button{cursor:pointer;font:inherit;font-size:13px;padding:6px 12px;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--color-neutral-300)}.st-seg button.on{background:var(--color-accent-900);border-color:var(--color-accent);color:var(--color-accent-100)}.st-seg button:disabled{opacity:.4;cursor:not-allowed}.st-toggle{cursor:pointer;font:inherit;font-size:13px;display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:6px 10px;border-radius:8px;border:1px solid var(--color-divider);background:transparent;color:var(--color-text)}.st-box{width:16px;height:16px;border-radius:4px;border:1.5px solid var(--color-neutral-600)}.st-box.on{border-color:var(--color-accent);background:var(--color-accent)}.st-save{display:flex;align-items:center;gap:12px;margin-top:2px}.st-saved{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:var(--color-accent-300)}.st-err{font-size:13px;color:#f2b8b5}.st-sheet{display:flex;flex-direction:column;border-radius:10px;background:var(--color-bg);padding:6px 12px}.st-sheet-row{display:grid;grid-template-columns:110px minmax(0,1fr);gap:8px;padding:6px 0;border-top:1px solid var(--color-divider);font-size:13px}.st-sheet-row:first-child{border-top:0}.st-sheet-row>span:first-child{font-size:12px;color:var(--color-neutral-500)}.st-sheet-row em{color:var(--color-neutral-600)}@media (max-width: 640px){.st-grid{grid-template-columns:1fr}.st-status,.st-preview-btn{margin-left:0}}.st-expect{border-radius:14px;background:linear-gradient(135deg,var(--color-accent-900) 0%,#2f2a4d 100%);box-shadow:0 0 0 1px var(--color-accent-700),0 10px 30px #00000040;margin-bottom:12px;overflow:hidden}.st-expect-head{width:100%;display:flex;align-items:center;gap:16px;padding:12px 14px 12px 12px;background:transparent;border:0;color:var(--color-text);font:inherit;text-align:left;cursor:pointer;transition:background .18s ease}.st-expect-head:hover{background:#d2cefd0f}.st-expect-thumb{position:relative;flex:none;width:88px;height:55px;border-radius:8px;overflow:hidden;box-shadow:0 0 0 1px #e9e9ed2e,0 6px 16px #00000059}.st-expect-thumb img{width:100%;height:100%;object-fit:cover;display:block}.st-expect-play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;background:#0f101647}.st-expect-play svg{width:26px;height:26px;padding:5px;border-radius:50%;background:var(--color-accent, #9184d9);box-shadow:0 4px 12px #0006;transition:transform .18s ease}.st-expect-head:hover .st-expect-play svg{transform:scale(1.08)}.st-expect-words{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.st-expect-kicker{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-300)}.st-expect-title{font-size:15px;font-weight:500;line-height:1.3;color:var(--color-accent-100)}.st-expect-cta{flex:none;display:inline-flex;align-items:center;gap:6px;padding:8px 12px 8px 14px;border-radius:999px;background:var(--color-accent-300);color:var(--color-accent-900);font-size:13px;font-weight:600;box-shadow:0 4px 14px #d2cefd2e;transition:transform .18s ease,background .18s ease}.st-expect-head:hover .st-expect-cta{background:#e2dfff;transform:translateY(-1px)}.st-expect-chevron{transition:transform .22s cubic-bezier(.2,.7,.2,1)}.st-expect-head.open .st-expect-chevron{transform:rotate(180deg)}.st-expect-body{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:18px;padding:4px 16px 16px;animation:st-expect-in .28s cubic-bezier(.2,.7,.2,1)}@keyframes st-expect-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.st-expect-video{width:100%;aspect-ratio:16 / 10;border-radius:10px;background:#0f1016;box-shadow:0 0 0 1px #e9e9ed24,0 18px 40px #0006}.st-expect-text{font-size:14px;line-height:1.55;color:var(--color-accent-100)}.st-expect-text p{margin:0 0 10px}.st-expect-text strong{color:var(--color-text)}.st-expect-text em{color:var(--color-accent-200);font-style:normal}.st-expect-steps{margin:4px 0 12px;padding-left:22px}.st-expect-steps li{margin:4px 0}.st-expect-fine{font-size:12px;color:var(--color-accent-200)}.st-expect-fine a{color:var(--color-accent-100)}@media (max-width: 900px){.st-expect-body{grid-template-columns:1fr}.st-expect-title{font-size:13px}.st-expect-thumb{width:64px;height:40px}.st-expect-kicker{font-size:10px}}@media (max-width: 560px){.st-expect-head{flex-wrap:wrap}.st-expect-cta{margin-left:auto}}.st-alt{font-size:12px;color:var(--color-neutral-500);align-self:center;max-width:220px;line-height:1.4}.st-connect-who{display:inline-flex;align-items:center;gap:8px}.st-conn-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;flex:none;box-shadow:0 0 0 1px #e9e9ed29}.st-conn-avatar-fallback{display:grid;place-items:center;font-size:11px;font-weight:500;color:var(--color-accent-100);background:var(--color-accent-900)}:root{--color-bg: #161826;--color-surface: #232532;--color-text: #e9e9ed;--color-accent: #9184d9;--color-accent-2: #a7a1db;--color-divider: color-mix(in srgb, #e9e9ed 16%, transparent);--color-neutral-100: #f3f5fe;--color-neutral-200: #e4e7f5;--color-neutral-300: #cfd3e5;--color-neutral-400: #b2b6ca;--color-neutral-500: #9397ab;--color-neutral-600: #75798c;--color-neutral-700: #595d6c;--color-neutral-800: #3f424d;--color-neutral-900: #292b31;--color-accent-100: #f5f4ff;--color-accent-200: #e7e5fe;--color-accent-300: #d2cefd;--color-accent-400: #b5abfc;--color-accent-500: #968ae0;--color-accent-600: #796cbf;--color-accent-700: #5d5294;--color-accent-800: #423a6a;--color-accent-900: #2b2741;--color-accent-2-100: #f5f4ff;--color-accent-2-200: #e7e5fe;--color-accent-2-300: #d2cefd;--color-accent-2-400: #b5afe8;--color-accent-2-500: #9690c9;--color-accent-2-600: #7972a9;--color-accent-2-700: #5c5783;--color-accent-2-800: #423e5d;--color-accent-2-900: #2b293a;--color-section: #262a60;--color-section-glow: #353b80;--color-section-ghost: #4c5397;--font-heading: "Inter", system-ui, sans-serif;--font-heading-weight: 500;--font-body: "Inter", system-ui, sans-serif;--space-1: 2.8px;--space-2: 5.6px;--space-3: 8.4px;--space-4: 11.2px;--space-6: 16.8px;--space-8: 22.4px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 14px;--shadow-sm: 0 0 0 1px #3f424d;--shadow-md: 0 0 0 1px #595d6c, 0 6px 18px rgba(0,0,0,.55);--shadow-lg: 0 0 0 1px #9397ab, 0 16px 40px rgba(0,0,0,.65)}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body)}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:var(--font-heading-weight)}.lighten{mix-blend-mode:lighten;background-color:transparent}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-size:15px;line-height:1.55;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-heading-weight);line-height:1.12;letter-spacing:-.015em;margin:0 0 var(--space-2)}h1{font-size:42px}h2{font-size:32px}h3{font-size:25px}h4{font-size:20px}h5{font-size:16px}h6{font-size:13px}h6{letter-spacing:.08em;text-transform:uppercase}p{margin:0 0 var(--space-3)}a{color:var(--color-accent);text-underline-offset:3px}img{display:block;max-width:100%}figure{margin:0}figcaption{font-size:11px;margin-top:var(--space-1);color:color-mix(in srgb,var(--color-text) 55%,transparent)}.text-muted{color:color-mix(in srgb,var(--color-text) 55%,transparent)}:focus{outline:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}::selection{background:color-mix(in srgb,var(--color-accent) 30%,transparent)}.hr{height:1px;border:0;margin:var(--space-4) 0;background:linear-gradient(to right,transparent,var(--color-divider) 48px,var(--color-divider) calc(100% - 48px),transparent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;text-decoration:none;font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:14px;line-height:1.2;color:var(--color-text);background:transparent;border:1px solid transparent;padding:var(--space-2) calc(var(--space-3) * 1.2);border-radius:var(--radius-md)}.btn svg{display:block}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{color:var(--color-accent);border-color:var(--color-accent)}.btn-primary:hover{background:color-mix(in srgb,var(--color-accent) 12%,transparent)}.btn-primary:active{background:color-mix(in srgb,var(--color-accent) 22%,transparent)}.btn-secondary{border-color:var(--color-divider)}.btn-secondary:hover{background:color-mix(in srgb,var(--color-text) 7%,transparent)}.btn-secondary:active{background:color-mix(in srgb,var(--color-text) 14%,transparent)}.btn-ghost{color:var(--color-accent);padding-inline:var(--space-1)}.btn-ghost:hover{background:color-mix(in srgb,var(--color-accent) 10%,transparent)}.btn-ghost:active{background:color-mix(in srgb,var(--color-accent) 18%,transparent)}.btn-icon{width:36px;height:36px;padding:0}.btn-block{width:100%;margin-top:var(--space-2)}.field>label{display:block;font-size:12px;margin-bottom:5px;color:color-mix(in srgb,var(--color-text) 70%,transparent)}.input{width:100%;min-height:36px;padding:6px 10px;font:inherit;font-size:14px;color:var(--color-text);caret-color:var(--color-accent);background:var(--color-surface);border:1px solid var(--color-divider);border-radius:var(--radius-md)}.input:hover{border-color:color-mix(in srgb,var(--color-text) 45%,transparent)}.input:focus-visible{border-color:var(--color-accent);outline-offset:0}textarea.input{min-height:90px;resize:vertical}.radio{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:14px}.radio input,.seg-opt input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.radio .dot{width:16px;height:16px;flex:none;border-radius:50%;border:1.5px solid var(--color-divider)}.radio:hover .dot{border-color:var(--color-accent)}.radio input:checked+.dot{border-color:var(--color-accent);background:var(--color-accent);box-shadow:inset 0 0 0 4px var(--color-bg)}.radio input:focus-visible+.dot{outline:2px solid var(--color-accent);outline-offset:2px}.seg{display:inline-flex;overflow:hidden;border:1px solid var(--color-divider);border-radius:var(--radius-md)}.seg-opt{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;font-size:13px;cursor:pointer}.seg-opt+.seg-opt{border-left:1px solid var(--color-divider)}.seg-opt:has(input:checked){color:var(--color-accent);box-shadow:inset 0 0 0 1px var(--color-accent)}.seg-opt:not(:has(input:checked)):hover{background:color-mix(in srgb,var(--color-text) 7%,transparent)}.seg-opt:has(input:focus-visible){outline:2px solid var(--color-accent);outline-offset:-2px}.card{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-md);background:var(--color-surface)}.card-kicker{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent)}.card-title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:17px;line-height:1.2}.card-body{margin:0;font-size:13px;opacity:.8;flex:1}.card-meta{display:flex;align-items:center;gap:6px;font-size:11px;color:color-mix(in srgb,var(--color-text) 50%,transparent)}.elev-sm{box-shadow:var(--shadow-sm)}.elev-md{box-shadow:var(--shadow-md)}.elev-lg{box-shadow:var(--shadow-lg)}.tag{display:inline-flex;align-items:center;font-size:11px;letter-spacing:.02em;padding:3px 10px;border-radius:calc(var(--radius-md) * .75)}.tag-accent{background:var(--color-accent-800);color:var(--color-accent-100)}.tag-accent-2{background:var(--color-accent-2-800);color:var(--color-accent-2-100)}.tag-neutral{background:var(--color-neutral-800);color:var(--color-neutral-100)}.tag-outline{border:1px solid var(--color-accent);color:var(--color-accent)}.nav{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-4);border-bottom:none}.nav-brand{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:18px;margin-right:auto}.nav a{color:inherit;text-decoration:none;font-size:14px}.nav a:hover,.nav a[aria-current=page]{color:var(--color-accent)}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{text-align:left;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb,var(--color-text) 60%,transparent);padding:var(--space-2);border-bottom:1px solid transparent}.table td{padding:var(--space-2);border-bottom:1px solid transparent}.table thead tr{background:linear-gradient(to right,transparent,var(--color-divider) 48px,var(--color-divider) calc(100% - 48px),transparent) no-repeat bottom / 100% 1px}.table tbody tr{background:linear-gradient(to right,transparent,color-mix(in srgb,var(--color-text) 8%,transparent) 48px,color-mix(in srgb,var(--color-text) 8%,transparent) calc(100% - 48px),transparent) no-repeat bottom / 100% 1px}.table tbody tr:hover{background:linear-gradient(color-mix(in srgb,var(--color-text) 4%,transparent),color-mix(in srgb,var(--color-text) 4%,transparent)) no-repeat 0 0 / 100% 100%,linear-gradient(to right,transparent,color-mix(in srgb,var(--color-text) 8%,transparent) 48px,color-mix(in srgb,var(--color-text) 8%,transparent) calc(100% - 48px),transparent) no-repeat bottom / 100% 1px}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:var(--space-4);background:color-mix(in srgb,var(--color-neutral-900) 50%,transparent)}.dialog{width:min(440px,100%);display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-lg)}.dialog-title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:20px}.dialog-body{font-size:14px;opacity:.85}.dialog-actions{display:flex;justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-2)}html,body{margin:0;background:var(--color-bg, #161826);color:var(--color-text, #e9e9ed);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}h1,h2,h3{font-weight:500;margin:0}button{font-family:inherit}a{color:inherit}.boot{min-height:100vh;display:grid;place-items:center;color:var(--color-neutral-600, #75798c);font-size:18px}.portal{display:grid;grid-template-columns:236px minmax(0,1fr);min-height:100vh}.main{min-width:0;padding:22px clamp(16px,2vw,26px) 40px}.page h1{font-size:34px}.kicker{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent, #9184d9)}.text-muted{color:var(--color-neutral-500, #9397ab)}.sb{min-width:0;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:18px;padding:18px 14px;background:var(--color-surface, #232532);border-right:1px solid rgba(233,233,237,.16)}.sb-brand{display:flex;align-items:center;gap:10px}.sb-brand img{width:36px;height:36px;border-radius:8px;object-fit:cover}.sb-brand strong{display:block;font-size:14px;font-weight:500}.sb-brand small{color:var(--color-neutral-500);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.sb-band{padding:10px 12px;border-radius:10px;background:var(--color-neutral-900, #292b31);box-shadow:0 0 0 1px #3f424d;display:flex;flex-direction:column;gap:2px}.sb-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent-300, #d2cefd)}.sb-band strong{font-weight:500}.sb-band small{color:var(--color-neutral-500);font-size:12px}.sb-nav{display:flex;flex-direction:column;gap:4px}.sb-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;text-decoration:none;color:var(--color-neutral-300, #cfd3e5);font-size:14px}.sb-item i{font-size:18px}.sb-item:hover{background:var(--color-neutral-900)}.sb-item.on{background:var(--color-accent-900, #2b2741);color:var(--color-text);box-shadow:0 0 0 1px var(--color-accent-700, #5d5294)}.sb-item.soon{opacity:.55;cursor:default}.sb-badge{margin-left:auto;min-width:22px;text-align:center;font-size:11px;padding:2px 7px;border-radius:999px;background:var(--color-accent-300, #d2cefd);color:var(--color-accent-900, #2b2741)}.sb-soon{margin-left:auto;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--color-neutral-500)}.sb-foot{margin-top:auto;display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--color-neutral-500)}.sb-who{display:flex;align-items:center;gap:8px;min-width:0}.sb-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover;flex:none;box-shadow:0 0 0 1px #e9e9ed29}.sb-avatar-fallback{display:grid;place-items:center;font-size:12px;font-weight:500;color:var(--color-accent-100);background:var(--color-accent-900)}.login{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px;text-align:center}.login-logo{width:72px;height:72px;border-radius:16px;object-fit:cover}.login-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent)}.login-title{font-size:34px}.login-sub{max-width:460px;color:var(--color-neutral-400);line-height:1.5;margin:0 0 8px}.login-btn{min-height:44px}.login-err{color:#f2b8b5}.login-fine{font-size:12px;color:var(--color-neutral-600)}@media (max-width: 860px){.portal{grid-template-columns:1fr}.sb{position:static;height:auto;flex-direction:row;flex-wrap:wrap;align-items:center}.sb-nav{flex-direction:row;flex-wrap:wrap;min-width:0}.sb-foot{margin-left:auto;flex-direction:row;align-items:center}.sb-band{display:none}}.vb{display:inline-flex;align-items:center;gap:5px;vertical-align:-2px;color:#4fd18b;flex:none}.vb-label{font-size:12px;font-weight:500;letter-spacing:.01em}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-DtdjzkpE.woff2) format("woff2"),url(/assets/Phosphor-BdqudwT5.woff) format("woff"),url(/assets/Phosphor-CDxgqcPu.ttf) format("truetype"),url(/assets/Phosphor-BXRFlF4V.svg#Phosphor) format("svg");font-weight:400;font-style:normal;font-display:block}.ph{font-family:Phosphor!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before{content:""}.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before{content:""}.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before{content:""}.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before{content:""}.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before{content:""}.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before{content:""}.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before{content:""}.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before{content:""}.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before{content:""}.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before{content:""}.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before{content:""}.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before{content:""}.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before{content:""}.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}
