*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}:root{--urosi-bg: #0a0a14;--urosi-card: #111827;--urosi-border: #1f2937;--urosi-row: #0f172a;--urosi-text: #f1f5f9;--urosi-sub: #aeb7c4;--urosi-muted: #8590a3;--urosi-gradient: linear-gradient(135deg, #1d4ed8, #0891b2);--urosi-cyan: #22d3ee;--urosi-green: #4ade80;--urosi-green-bg: #052e16;--urosi-green-border: #166534;--urosi-red: #f87171;--urosi-red-bg: #1f0000;--urosi-red-border: #7f1d1d;--urosi-amber: #fbbf24;--urosi-amber-bg: #1c1400;--urosi-amber-border: #78350f}:root[data-theme=light]{--urosi-bg: #f6f8f9;--urosi-card: #ffffff;--urosi-border: #d8e0e4;--urosi-row: #edf2f4;--urosi-text: #172328;--urosi-sub: #53636a;--urosi-muted: #76858b;--urosi-gradient: linear-gradient(135deg, #2563eb, #0891b2);--urosi-cyan: #087f9a;--urosi-green: #15803d;--urosi-green-bg: #eaf7ee;--urosi-green-border: #9dd5ad;--urosi-red: #dc2626;--urosi-red-bg: #fff1f2;--urosi-red-border: #fecdd3;--urosi-amber: #a94b08;--urosi-amber-bg: #fff7ed;--urosi-amber-border: #fed7aa}html,body{font-family:DM Sans,system-ui,-apple-system,sans-serif;background:var(--urosi-bg);color:var(--urosi-text);transition:background-color .16s ease,color .16s ease;-webkit-font-smoothing:antialiased}#root{min-height:100vh;min-height:100dvh}:root{--urosi-mobile-nav-height: 78px;--urosi-modal-layer: 1200}.urosi-modal-layer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%;height:100vh;height:100dvh;z-index:var(--urosi-modal-layer)!important;isolation:isolate;overscroll-behavior:contain}.urosi-bottom-sheet-layer{padding-top:env(safe-area-inset-top);padding-right:env(safe-area-inset-right);padding-bottom:calc(var(--urosi-mobile-nav-height) + env(safe-area-inset-bottom));padding-left:env(safe-area-inset-left)}.urosi-bottom-sheet{min-height:0;max-height:calc(100vh - var(--urosi-mobile-nav-height) - env(safe-area-inset-top) - env(safe-area-inset-bottom));max-height:calc(100dvh - var(--urosi-mobile-nav-height) - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-padding-bottom:calc(16px + env(safe-area-inset-bottom))}.urosi-modal-actions{position:sticky;bottom:0;z-index:2;padding-top:10px;padding-bottom:max(4px,env(safe-area-inset-bottom));background:var(--urosi-card);box-shadow:0 -10px 18px var(--urosi-card)}.urosi-dialog-scroll{max-height:calc(100vh - 32px - env(safe-area-inset-top) - env(safe-area-inset-bottom));max-height:calc(100dvh - 32px - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}@media(min-width:768px){:root{--urosi-mobile-nav-height: 0px}}.demo-shell{min-height:100vh;min-height:100dvh}.demo-shell-viewport{min-height:calc(100vh - 44px);min-height:calc(100dvh - 44px)}.demo-shell-viewport--embedded{min-height:100vh;min-height:100dvh}button,input,textarea{font-family:inherit}.urosi-star{display:inline-block}.urosi-stars--animate .urosi-star{opacity:0;transform:translateY(3px);animation:urosi-star-in .24s ease-out forwards}@keyframes urosi-star-in{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-delay:0ms!important;transition-duration:.01ms!important}.urosi-stars--animate .urosi-star{opacity:1;transform:none}}.demo-mission-card{position:relative;background:var(--urosi-card);border:1px solid var(--urosi-border);border-radius:16px;padding:12px 14px;transition:transform .14s ease,border-color .14s ease,background-color .14s ease}.demo-mission-card--solid{border-color:var(--urosi-green-border)}.demo-mission-card:active{transform:scale(.985)}.demo-mission-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;border:0;border-radius:inherit;background:transparent;cursor:pointer}.demo-mission-card__body{position:relative;z-index:1;pointer-events:none}.demo-mission-card__price{color:var(--urosi-text);font-size:29px;font-weight:900;letter-spacing:-1.5px;line-height:1;margin-bottom:4px}.demo-mission-card--solid .demo-mission-card__price{color:var(--urosi-green)}.demo-mission-card__title{color:var(--urosi-text);font-size:15px;font-weight:900;line-height:1.15;margin-bottom:4px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.demo-mission-card__location{color:var(--urosi-muted);font-size:11.5px;line-height:1.25}.demo-mission-card__structure{display:flex;align-items:center;gap:7px;min-width:0;margin-top:4px}.demo-mission-card__structure-name{pointer-events:auto;min-width:0;background:none;border:none;color:var(--urosi-sub);font-size:11.5px;font-weight:800;padding:0;cursor:pointer;text-decoration:underline;text-decoration-color:var(--urosi-border);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.demo-mission-card__rating{flex-shrink:0;color:var(--urosi-amber);font-size:11px;font-weight:900}.demo-mission-card__action{pointer-events:auto;margin-top:10px}@media(max-width:390px),(max-height:760px){.demo-mission-card{padding:11px 12px;border-radius:14px}.demo-mission-card__price{font-size:26px}.demo-mission-card__action{margin-top:8px}}.auth-demo-shell{min-height:100vh;background:radial-gradient(circle at 74% 12%,rgba(8,145,178,.2),transparent 32%),radial-gradient(circle at 18% 86%,rgba(22,163,74,.12),transparent 30%),#0a0a14;display:flex;justify-content:center;padding:24px 16px}.auth-demo-layout{width:min(430px,100%)}.auth-form-column{width:100%;max-width:430px}@media(min-width:768px){.rsp-structure-shell{max-width:720px!important}.rsp-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:start}.rsp-grid>.rsp-span{grid-column:1 / -1}}@media(min-width:1024px){.rsp-structure-shell{max-width:1080px!important}.rsp-grid{gap:12px}.rsp-grid-lg{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.rsp-grid-lg>.rsp-span{grid-column:1 / -1}.rsp-cols-2-lg{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.rsp-sheet{align-items:center!important;padding:24px}.rsp-sheet-body{border-radius:18px!important;max-width:560px!important;max-height:86vh;overflow-y:auto}.rsp-structure-shell .structure-dashboard{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:start;gap:24px}.rsp-structure-shell .structure-sidebar{display:block;position:sticky;top:20px;align-self:start;padding:20px 14px;border-right:1px solid rgba(148,163,184,.18)}.rsp-structure-shell .structure-sidebar-brand{display:block;padding:0 6px 20px}.rsp-structure-shell .structure-navigation{position:static!important;inset:auto!important;transform:none!important;max-width:none!important;width:100%!important;display:flex!important;flex-direction:column;gap:6px!important;padding:0!important;border-top:0!important;background:transparent!important;box-shadow:none!important}.rsp-structure-shell .structure-navigation>button{width:100%;min-height:44px!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;text-align:left;padding:10px 12px!important;gap:8px}.rsp-structure-shell .structure-dashboard-content{min-width:0}.rsp-structure-shell .structure-missions-layout{display:grid;grid-template-columns:minmax(0,1fr)}.rsp-structure-shell .structure-mission-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}}@media(min-width:1440px){.rsp-structure-shell{max-width:1140px!important}.rsp-grid,.rsp-grid-lg{grid-template-columns:repeat(3,minmax(0,1fr))}}.demo-format-switch{display:none}@media(min-width:768px){.demo-format-switch{display:inline-flex}.demo-wide-shell>div{max-width:1080px!important;border-radius:18px!important}.demo-wide-shell nav{max-width:640px!important}.demo-wide-shell .dsp-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.demo-wide-shell .dsp-grid>.dsp-span{grid-column:1 / -1}}@media(min-width:1280px){.demo-wide-shell>div{max-width:1180px!important}.demo-wide-shell .dsp-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.structure-dashboard{display:block}.structure-sidebar{display:contents}.structure-sidebar-brand,.structure-missions-title,.structure-side-card-title,.structure-side-card-copy,.structure-next-mission,.structure-alert-empty{display:none}.structure-candidate-summary{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 2px;border:0;border-bottom:1px solid rgba(148,163,184,.18);background:transparent;text-align:left;cursor:pointer}.structure-candidate-count{margin-left:auto;font-size:12px;white-space:nowrap}.structure-candidate-copy,.structure-candidate-action{display:none}.structure-missions-layout,.structure-alert-stack,.structure-mission-grid{display:grid;gap:10px}.structure-stats{display:none}.structure-stats-mobile-visible{display:block}@media(min-width:768px){.demo-wide-shell .structure-mission-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}}@media(min-width:1024px){.demo-wide-shell{padding:22px 24px!important}.demo-wide-shell>.demo-structure-shell{width:min(1400px,calc(100% + -0px));max-width:1400px!important;min-height:auto!important;align-self:flex-start}.demo-wide-shell .structure-dashboard{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:start;min-height:0}.demo-wide-shell .structure-sidebar{display:block;position:sticky;top:44px;align-self:start;padding:24px 16px;border-right:1px solid rgba(148,163,184,.18)}.demo-wide-shell .structure-sidebar-brand{display:block;padding:0 8px 22px}.demo-wide-shell .structure-navigation{position:static!important;inset:auto!important;transform:none!important;max-width:none!important;display:flex!important;flex-direction:column;gap:7px!important;padding:0!important;border-top:0!important;background:transparent!important;box-shadow:none!important}.demo-wide-shell .structure-navigation>button{width:100%;min-height:46px!important;display:flex!important;justify-content:flex-start;text-align:left;padding:10px 12px!important}.demo-wide-shell .structure-navigation>button>span:last-child{text-align:left}.demo-wide-shell .structure-dashboard-content{min-width:0;min-height:0!important;padding:26px 30px 34px!important}.demo-wide-shell .structure-overview{display:grid;grid-template-columns:minmax(0,1fr);gap:10px 18px;align-items:stretch}.demo-wide-shell .structure-identity-card{grid-column:1;grid-row:1;margin-bottom:0!important;min-width:0}.demo-wide-shell .structure-verification-badge{grid-column:1;grid-row:2;justify-self:start;width:auto;margin-bottom:0!important;padding:6px 10px!important;border-radius:999px!important}.demo-wide-shell .structure-stats{display:block;grid-column:2;grid-row:1 / span 2;min-width:0}.demo-wide-shell .structure-stats>div{height:100%;margin-bottom:0!important}.demo-wide-shell .structure-stats>div>div{display:grid;align-content:center}.demo-wide-shell .structure-missions-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:14px 18px;align-items:start}.demo-wide-shell .structure-missions-header{grid-column:1;grid-row:1;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;min-width:0}.demo-wide-shell .structure-missions-title{display:block;min-width:0}.demo-wide-shell .structure-publish-action{flex:0 0 auto;text-align:right}.demo-wide-shell .structure-publish-action>button{width:auto!important;min-height:40px;padding-inline:18px!important}.demo-wide-shell .structure-publish-help{max-width:250px;text-align:right!important}.demo-wide-shell .structure-missions-help{display:none}.demo-wide-shell .structure-mission-grid{grid-column:1;grid-row:2 / span 3;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;min-width:0;gap:12px}.demo-wide-shell .structure-mission-grid>*{min-width:0;height:100%}.demo-wide-shell .structure-qr-card,.demo-wide-shell .structure-candidate-summary,.demo-wide-shell .structure-next-mission,.demo-wide-shell .structure-alert-stack{min-width:0}.demo-wide-shell .structure-qr-card,.demo-wide-shell .structure-candidate-summary,.demo-wide-shell .structure-next-mission{display:block;padding:16px;border:1px solid rgba(148,163,184,.18);border-radius:16px;background:#0f172a47}.demo-wide-shell .structure-qr-card{grid-column:2;grid-row:1}.demo-wide-shell .structure-qr-card>button{width:auto!important;min-height:38px;padding-inline:14px!important}.demo-wide-shell .structure-side-card-title,.demo-wide-shell .structure-side-card-copy{display:block}.demo-wide-shell .structure-candidate-summary{grid-column:2;grid-row:2;width:auto;text-align:left;cursor:pointer}.demo-wide-shell .structure-candidate-summary>*{display:block}.demo-wide-shell .structure-candidate-count{margin:8px 0 3px;font-size:26px}.demo-wide-shell .structure-candidate-count-label{display:none}.demo-wide-shell .structure-candidate-action{margin-top:12px}.demo-wide-shell .structure-next-mission{grid-column:2;grid-row:3}.demo-wide-shell .structure-alert-stack{grid-column:2;grid-row:4}.demo-wide-shell .structure-alert-empty{display:block}.demo-wide-shell .structure-dashboard-content>.dsp-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}@media(min-width:1440px){.demo-wide-shell .structure-dashboard-content{padding-inline:36px!important}}
