@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap";
:root{--hw-surface:#f6f7fb;--hw-surface-low:#eef1f7;--hw-surface-high:#e4e8f1;--hw-surface-highest:#fff;--hw-glass:#ffffffb3;--hw-primary:#1c4dff;--hw-primary-gradient:linear-gradient(135deg,#1c4dff,#5b7cff);--hw-secondary:#d6ff00;--hw-success:#22c55e;--hw-warning:#f59e0b;--hw-urgent:#ff6a3d;--hw-error:#ef4444;--hw-text-primary:#0f172a;--hw-text-secondary:#64748b;--hw-text-inverse:#fff;--hw-icon-default:#94a3b8;--hw-space-4:4px;--hw-space-8:8px;--hw-space-12:12px;--hw-space-16:16px;--hw-space-20:20px;--hw-space-24:24px;--hw-space-32:32px;--hw-space-40:40px;--hw-space-48:48px;--hw-radius-sm:8px;--hw-radius-md:12px;--hw-radius-lg:16px;--hw-radius-xl:20px;--hw-radius-2xl:24px;--hw-radius-pill:999px;--hw-shadow-flat:none;--hw-shadow-low:0 8px 24px #0f172a0a;--hw-shadow-medium:0 16px 40px #0f172a0f;--hw-shadow-high:0 24px 64px #0f172a14;--hw-font-main:"Inter",sans-serif;--hw-font-display:"Inter",sans-serif;--hw-font-body:"Inter",sans-serif;--hw-duration-fast:.15s;--hw-duration-normal:.25s;--hw-easing:ease-out}*{box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{background-color:var(--hw-surface);color:var(--hw-text-primary);font-family:var(--hw-font-body);-webkit-font-smoothing:antialiased;margin:0}.big-text-head{font-family:var(--hw-font-display);letter-spacing:-.02em;margin:0;font-size:36px;font-weight:500;line-height:1.2}@media (min-width:1024px){.big-text-head{font-size:60px}}.head-text{font-family:var(--hw-font-display);letter-spacing:-.01em;margin:0;font-size:26px;font-weight:500;line-height:1.2}@media (min-width:1024px){.head-text{font-size:46px}}.sub-head-text{font-family:var(--hw-font-display);margin:0;font-size:20px;font-weight:500;line-height:1.3}@media (min-width:1024px){.sub-head-text{font-size:26px}}.para-text,.sub-para-text{font-family:var(--hw-font-body);color:var(--hw-text-secondary);margin:0;font-size:16px;font-weight:400;line-height:1.6}.text-display-xl,.text-display-lg{font-family:var(--hw-font-display);letter-spacing:-.02em;font-size:36px;font-weight:500;line-height:1.2}@media (min-width:1024px){.text-display-xl,.text-display-lg{font-size:60px}}.text-headline-lg{font-family:var(--hw-font-display);letter-spacing:-.01em;font-size:26px;font-weight:500;line-height:1.2}@media (min-width:1024px){.text-headline-lg{font-size:46px}}.text-headline-md,.text-title-md{font-family:var(--hw-font-display);font-size:20px;font-weight:500;line-height:1.3}@media (min-width:1024px){.text-headline-md,.text-title-md{font-size:26px}}.text-body-md{font-family:var(--hw-font-body);color:var(--hw-text-secondary);font-size:16px;font-weight:400;line-height:1.6}.text-label-sm{font-family:var(--hw-font-body);text-transform:uppercase;letter-spacing:.05em;color:var(--hw-text-secondary);font-size:16px;font-weight:500}.text-inverse{color:var(--hw-text-inverse)}.text-primary-color{color:var(--hw-primary)}.text-urgent{color:var(--hw-urgent)}.hw-card{background:var(--hw-surface-highest);border-radius:var(--hw-radius-xl);padding:var(--hw-space-20);box-shadow:var(--hw-shadow-low);transition:transform var(--hw-duration-fast)var(--hw-easing),box-shadow var(--hw-duration-fast)var(--hw-easing);border:none}.hw-card:active{transform:scale(.97)}.hw-card-glass{background:var(--hw-glass);-webkit-backdrop-filter:blur(12px)}.hw-btn{justify-content:center;align-items:center;gap:var(--hw-space-8);border-radius:var(--hw-radius-pill);font-family:var(--hw-font-body);cursor:pointer;height:52px;padding:0 var(--hw-space-24);transition:transform var(--hw-duration-fast)var(--hw-easing),opacity var(--hw-duration-fast)var(--hw-easing);border:none;font-size:16px;font-weight:500;text-decoration:none;display:inline-flex}.hw-btn:active{transform:scale(.95)}.hw-btn-primary{background:var(--hw-primary-gradient);color:var(--hw-text-inverse);box-shadow:var(--hw-shadow-medium)}.hw-btn-primary:hover{opacity:.95}.hw-btn-secondary{background:var(--hw-secondary);color:var(--hw-text-primary)}.hw-btn-ghost{color:var(--hw-primary);background:0 0}.hw-btn-ghost:hover{background:#1c4dff0d}.hw-btn-danger{color:var(--hw-error);background:#ef44441a}.hw-btn-danger:hover{background:#ef44442e}.hw-chip{border-radius:var(--hw-radius-pill);font-family:var(--hw-font-body);align-items:center;padding:6px 12px;font-size:13px;font-weight:500;line-height:1;display:inline-flex}.hw-chip-urgent{background:var(--hw-urgent);color:var(--hw-text-inverse)}.hw-chip-status{background:var(--hw-surface-high);color:var(--hw-text-primary)}.hw-chip-highlight{background:var(--hw-secondary);color:var(--hw-text-primary)}.hw-input{background:var(--hw-surface-high);border-radius:var(--hw-radius-md);padding:var(--hw-space-12)var(--hw-space-16);font-family:var(--hw-font-body);color:var(--hw-text-primary);box-sizing:border-box;width:100%;transition:border-color var(--hw-duration-fast)var(--hw-easing);border:2px solid #0000;outline:none;font-size:16px}.hw-input:focus{border-color:#1c4dff66}.hw-input::placeholder{color:var(--hw-icon-default)}.hw-fab{background:var(--hw-primary);width:60px;height:60px;color:var(--hw-text-inverse);box-shadow:var(--hw-shadow-high);cursor:pointer;bottom:calc(80px + var(--hw-space-24));right:var(--hw-space-24);z-index:1000;transition:transform var(--hw-duration-fast)var(--hw-easing);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed}.hw-fab:active{transform:scale(.9)}.hw-page-container{width:100%;max-width:100vw;padding:0px 20px calc(100px + env(safe-area-inset-bottom))20px;box-sizing:border-box;margin:0 auto;overflow-x:hidden}@media (min-width:1024px){.hw-page-container{padding:100px}}.hw-section{margin-bottom:60px}@media (min-width:1024px){.hw-section{margin-bottom:100px}}.hw-section:last-child{margin-bottom:0}.hw-role-toggle{background:var(--hw-surface-high);border-radius:var(--hw-radius-pill);width:fit-content;margin:0 auto var(--hw-space-24);gap:0;padding:4px;display:flex}.hw-toggle-btn{border-radius:var(--hw-radius-pill);font-family:var(--hw-font-body);color:var(--hw-text-secondary);cursor:pointer;transition:all var(--hw-duration-normal)var(--hw-easing);white-space:nowrap;background:0 0;border:none;padding:10px 28px;font-size:15px;font-weight:500}.hw-toggle-btn--active{background:var(--hw-surface-highest);color:var(--hw-primary);box-shadow:var(--hw-shadow-low)}.hw-mb-8{margin-bottom:var(--hw-space-8)}.hw-mb-12{margin-bottom:var(--hw-space-12)}.hw-mb-16,.hw-mb-20{margin-bottom:var(--hw-space-20)}.hw-mb-24{margin-bottom:var(--hw-space-24)}.hw-mb-32{margin-bottom:var(--hw-space-32)}.hw-flex{display:flex}.hw-flex-col{flex-direction:column}.hw-items-start{align-items:flex-start}.hw-items-center{align-items:center}.hw-items-end{align-items:flex-end}.hw-self-center{align-self:center}.hw-justify-between{justify-content:space-between}.hw-justify-center{justify-content:center}.hw-gap-8{gap:var(--hw-space-8)}.hw-gap-12{gap:var(--hw-space-12)}.hw-gap-15{gap:15px}.hw-gap-16{gap:var(--hw-space-16)}.hw-gap-24{gap:var(--hw-space-24)}.hw-number{font-variant-numeric:tabular-nums;letter-spacing:-.02em}.hw-card-primary{background:var(--hw-primary-gradient);color:var(--hw-text-inverse);border:none}.hw-card-primary .text-label-sm{color:#ffffffb3}.hw-card-primary .text-headline-lg{color:#fff}.hw-card-primary .text-body-md{color:#ffffffd9}.hw-card-interactive{cursor:pointer}.hw-icon-box{border-radius:var(--hw-radius-md);width:52px;height:52px;color:var(--hw-primary);background:#1c4dff14;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hw-icon-box-sm{border-radius:var(--hw-radius-md);background:var(--hw-surface-high);width:40px;height:40px;color:var(--hw-text-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.hw-icon-box-success{color:var(--hw-success);background-color:#22c55e1a}.hw-icon-box-primary{color:var(--hw-primary);background-color:#1c4dff1a}.hw-flex-1{flex:1}.hw-w-full{width:100%}.hw-mt-2{margin-top:2px}.hw-mt-4{margin-top:4px}.hw-mb-0{margin-bottom:0!important}.hw-mb-4{margin-bottom:var(--hw-space-4)}.hw-grid-2{gap:var(--hw-space-16);grid-template-columns:1fr 1fr;display:grid}.hw-grid-3{gap:var(--hw-space-16);grid-template-columns:repeat(3,1fr);display:grid}.hw-text-white{color:#fff!important}.hw-text-inverse{color:var(--hw-text-inverse)!important}.hw-text-right{text-align:right}.hw-text-center{text-align:center}.hw-text-32{font-size:32px!important}.hw-display-block{display:block!important}.hw-valign-middle{vertical-align:middle!important}.hw-mr-4{margin-right:var(--hw-space-4)!important}.hw-font-bold{font-weight:500!important}.hw-font-reset{text-transform:none!important;letter-spacing:0!important}.hw-line-clamp-1{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.hw-btn-sm{height:36px!important;padding:0 var(--hw-space-12)!important;font-size:14px!important}.hw-urgent-scroll{gap:var(--hw-space-12);padding-bottom:var(--hw-space-8);scrollbar-width:none;-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto}.hw-urgent-scroll::-webkit-scrollbar{display:none}.hw-urgent-card{background:var(--hw-surface-highest);border-radius:var(--hw-radius-xl);min-width:200px;max-width:220px;padding:var(--hw-space-16);box-shadow:var(--hw-shadow-low);cursor:pointer;transition:transform var(--hw-duration-fast)var(--hw-easing);flex-direction:column;flex-shrink:0;display:flex}.hw-urgent-card:active{transform:scale(.97)}.hw-progress-bar{background-color:var(--hw-surface-high);border-radius:var(--hw-radius-pill);height:8px;overflow:hidden}.hw-progress-fill{background:var(--hw-primary-gradient);height:100%;transition:width .4s}.hw-chat-row{align-items:center;gap:var(--hw-space-12);background:var(--hw-surface-highest);border-radius:var(--hw-radius-lg);padding:var(--hw-space-16);cursor:pointer;transition:background var(--hw-duration-fast)var(--hw-easing);border-left:3px solid var(--hw-primary);display:flex}.hw-chat-row:active{background:var(--hw-surface-low)}.hw-chat-avatar{background:var(--hw-surface-high);width:46px;height:46px;color:var(--hw-text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:500;display:flex;overflow:hidden}.hw-chat-unread-dot{background:var(--hw-primary);border-radius:50%;flex-shrink:0;width:8px;height:8px}.hw-discovery-container{width:100%;max-width:480px;height:600px;margin:0 auto;position:relative}.hw-card-stack{width:100%;height:100%;position:relative}.hw-swipe-indicator{z-index:10;flex-direction:column;align-items:center;animation:.2s fadeIn;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hw-swipe-indicator--left{color:var(--hw-error);left:-80px}.hw-swipe-indicator--right{color:var(--hw-primary);right:-80px}.hw-indicator-icon{width:64px;height:64px;margin-bottom:var(--hw-space-8);border:2px solid;border-radius:50%;justify-content:center;align-items:center;display:flex}.hw-discovery-empty{text-align:center;align-items:center;gap:var(--hw-space-16);flex-direction:column;padding:80px 20px;display:flex}.hw-discovery-card{cursor:grab;flex-direction:column;justify-content:space-between;height:380px;display:flex}.hw-lh-1-2{line-height:1.2!important}.hw-opacity-60{opacity:.6}.hw-border-t{border-top:1px solid var(--hw-surface-high)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-50%)scale(.9)}to{opacity:1;transform:translateY(-50%)scale(1)}}.hw-discovery-container{padding-bottom:24px}.hw-card-stack{height:540px;position:relative}.hw-discovery-card{border:1px solid #f1f5f9;flex-direction:column;display:flex;position:relative;overflow:hidden;background:var(--hw-surface-highest)!important;border-radius:32px!important;height:100%!important;box-shadow:0 12px 40px #0000001f!important}.hw-discovery-image-container{background:#f8fafc;width:100%;height:320px;position:relative}.hw-discovery-image{object-fit:cover;width:100%;height:100%}.hw-discovery-no-image{text-align:center;background:linear-gradient(135deg,#f0f4ff 0%,#e0e7ff 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:32px;display:flex}.hw-discovery-badge-row{z-index:10;justify-content:space-between;align-items:center;display:flex;position:absolute;top:20px;left:20px;right:20px}.hw-time-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-text-secondary);background:#ffffffe6;border-radius:100px;padding:6px 12px;font-size:13px;font-weight:500}.hw-urgent-badge{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#ff4d4d;border-radius:100px;padding:6px 14px;font-size:12px;font-weight:500}.hw-discovery-content{flex-direction:column;flex:1;justify-content:space-between;padding:24px;display:flex}.hw-payout-display{color:var(--hw-text-primary);margin-bottom:12px;font-size:48px;font-weight:500;line-height:1}.hw-discovery-title{color:var(--hw-text-primary);-webkit-box-orient:vertical;margin-bottom:20px;font-size:20px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.hw-discovery-meta-row{color:var(--color-text-secondary);align-items:center;gap:16px;margin-bottom:16px;font-size:14px;font-weight:500;display:flex}.hw-verified-badge{color:#4caf50;align-items:center;gap:4px;font-weight:500;display:flex}.hw-discovery-tags{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.hw-discovery-tag{color:#475569;background:#f1f5f9;border-radius:100px;padding:6px 14px;font-size:12px;font-weight:500}.hw-swipe-hint{color:var(--color-text-secondary);letter-spacing:1px;border-top:1.5px solid #f1f5f9;justify-content:center;align-items:center;gap:8px;padding-top:16px;font-size:13px;font-weight:500;display:flex}.hw-discovery-actions{justify-content:center;align-items:center;gap:32px;margin:20px 0;display:flex}.hw-action-btn{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 8px 16px #00000014}.hw-action-btn:active{transform:scale(.9)}.hw-action-btn--dismiss{color:#ff4d4d;background:#fff;border:1px solid #fef2f2}.hw-action-btn--like{color:#1a1a1a;background:#c7f284;width:80px;height:80px;font-size:32px;box-shadow:0 12px 24px #c7f2844d}.hw-action-btn--save{color:#3b82f6;background:#fff;border:1px solid #eff6ff}

@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_396b12ce-module__rRjk0G__className{font-family:Inter,Inter Fallback;font-style:normal}
