@layer reset{*,:before,:after{box-sizing:border-box;margin:0;padding:0}}@layer tokens{:root{--bg-page:#09090b;--bg-card:#18181b;--bg-surface:#27272a;--text-primary:#fafafa;--text-secondary:#b4b4be;--text-tertiary:#71717a;--border-subtle:#27272a;--border-active:#3f3f46;--accent-primary:#6366f1;--status-success:#10b981;--status-error:#ef4444;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--sidebar-collapsed-width:76px;--sidebar-expanded-width:260px;--glass-panel-bg:#12121666;--glass-panel-blur:blur(40px) saturate(150%);--glass-panel-border:1px solid #ffffff14;--glass-panel-shadow:inset 0 1px 1px #ffffff1a, 0 8px 32px #0006;--glass-radius:20px;--glass-mesh-bg:#050505;--surface-card:#ffffff08;--surface-control:#ffffff0f;--surface-hover:#ffffff17;--hairline:#ffffff17;--hairline-strong:#ffffff24;--accent-ring:#6366f18c;--danger-soft:#ef444414;--danger-line:#ef444452;--danger-text:#f87171;--success-text:#34d399;--scrim:#0505089e;--radius-control:12px;--radius-card:16px;--radius-sheet:22px;--ease-spring:cubic-bezier(.16, 1, .3, 1);--sb-expert-accent:#eab308;--sb-pass-accent:#10b981;--sb-fail-accent:#ef4444;--sb-timeout-accent:#f59e0b;--sb-pending-accent:#64748b;--sb-hud-h:52px;--sb-green:#10b981;--sb-green-glow:#10b98140;--sb-orange:#f59e0b;--sb-red:#ef4444;--sb-red-glow:#ef44444d}}@layer base{body{font-family:var(--font-sans);background-color:var(--glass-mesh-bg);color:var(--text-primary);background-image:radial-gradient(at 10% 20%,#10b98114 0%,#0000 50%),radial-gradient(at 80% -10%,#6366f10f 0%,#0000 60%),radial-gradient(at 50% 120%,#22d3ee0d 0%,#0000 50%);background-attachment:fixed}h1,h2,h3,h4,.earnings-usd-value,.node-level-name,#earnings-usd-value{font-family:var(--font-sans)!important}}@layer layout{body{background-attachment:fixed;height:100vh;display:flex;overflow:hidden;background-color:#000!important;background-image:radial-gradient(circle at 50% 0,#ffffff08 0%,#0000 70%)!important}html,body{cursor:default;-webkit-user-select:none;user-select:none}*,:before,:after{cursor:default;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}a,button,.glow-btn,[role=button],select,.ob-modal-btn,.ob-clear-item,.nav-item,.user-profile-widget,label{cursor:pointer!important}input,textarea,[contenteditable=true],.selectable-text{cursor:text!important;-webkit-user-select:auto!important;user-select:auto!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff3}::-webkit-scrollbar-corner{background:0 0}.app-sidebar{--bg-card:#0f0f11;--text-primary:#ededef;--text-secondary:#a1a1aa;--text-tertiary:#52525b;--border-subtle:#ffffff0f;width:var(--sidebar-collapsed-width);-webkit-backdrop-filter:blur(60px)saturate(200%);backdrop-filter:blur(60px)saturate(200%);z-index:100;white-space:nowrap;background:#2d2d3440;border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;padding:24px 12px;transition:width .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;display:flex;position:absolute;top:16px;bottom:16px;left:16px;overflow-x:hidden;box-shadow:0 24px 48px #00000080,inset 1px 1px 2px #ffffff26,inset -1px -1px 2px #0006}.app-sidebar:hover{width:var(--sidebar-expanded-width);background:var(--bg-card);box-shadow:0 32px 64px #000000b3,inset 1px 1px 2px #ffffff26,inset -1px -1px 2px #0006}.app-main{top:16px;bottom:16px;right:80px;left:calc(var(--sidebar-collapsed-width) + 32px);background:#0a0a0c;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;display:flex;position:absolute;overflow:hidden;box-shadow:0 12px 40px #000c,inset 0 1px #ffffff0a}.app-main:has(#view-console.active){border-right:none;border-radius:20px 0 0 20px;right:0}.app-content{background:radial-gradient(circle at 75% 25%,#10b98126,#0000 70%),radial-gradient(circle at 25% -10%,#5e6ad22e,#0000 60%),linear-gradient(#ffffff05 0%,#0000 100%);flex:1;padding:0;position:relative;overflow-y:auto;box-shadow:inset 1px 0 #ffffff05}.sidebar-header{width:var(--sidebar-expanded-width);flex-shrink:0;align-items:center;gap:12px;padding:0 10px 32px 13.6px;display:flex}.brand-logo{width:30px;height:30px;color:var(--text-primary,#fff);flex-shrink:0;display:block}.brand-name{letter-spacing:-.01em;opacity:0;font-size:1rem;font-weight:600;transition:opacity .2s}.app-sidebar:hover .brand-name{opacity:1;transition-delay:.1s}.sidebar-nav{flex-direction:column;flex:1;gap:4px;padding:0;display:flex;overflow:hidden auto}.nav-item{color:var(--text-secondary);cursor:pointer;width:calc(var(--sidebar-expanded-width) - 20px);text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;margin-bottom:4px;padding:12px 16px;font-size:1rem;font-weight:500;transition:all .2s;display:flex;position:relative;overflow:hidden}.nav-item:not(.locked):hover{background-color:var(--bg-surface);color:var(--text-primary)}.nav-item.active{color:var(--text-primary);background-color:#0000;font-weight:700;position:relative}.nav-item.active:before{content:"";background:#fff;border-radius:0 4px 4px 0;width:3px;height:18px;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 8px #fff9}.nav-item.locked{opacity:.5;cursor:default!important}.nav-icon{color:var(--text-tertiary);flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-right:12px;font-size:1.55rem;transition:all .2s;display:flex}.nav-item:not(.locked):hover .nav-icon,.nav-item.active .nav-icon{color:var(--text-primary)}.nav-item span{opacity:0;pointer-events:none;transition:opacity .2s}.app-sidebar:hover .nav-item span{opacity:1;pointer-events:auto;transition-delay:.1s}.view-container{max-width:1200px;margin:0 auto;padding:40px;display:none}.view-container.active{animation:.3s ease-out app-view-fade-in;display:block}@keyframes app-view-fade-in{0%{transform:translateY(10px)}to{transform:translateY(0)}}}@layer components{#earnings-usd-value{background:linear-gradient(135deg,#fff 0%,#ffffffb3 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 8px #fff3);-webkit-background-clip:text}.sidebar-footer{border-top:1px solid #ffffff0d;flex-direction:column;gap:6px;margin-top:auto;padding:20px 0 0;display:flex}.user-profile-widget{width:calc(var(--sidebar-expanded-width) - 24px);cursor:pointer;border-radius:8px;align-items:center;padding:8px 11px;transition:background .2s;display:flex;overflow:hidden}.user-profile-widget:hover{background:var(--bg-surface)}.user-avatar-wrapper{flex-shrink:0;width:30px;height:30px;margin-right:10px;position:relative}.user-avatar{background-color:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:8px;width:100%;height:100%;overflow:hidden}.user-details-text{opacity:0;pointer-events:none;white-space:nowrap;flex-direction:column;gap:4px;transition:opacity .2s;display:flex}.app-sidebar:hover .user-details-text{opacity:1;pointer-events:auto;transition-delay:.1s}.user-header-info{align-items:baseline;gap:6px;display:flex}.user-name-text{color:var(--text-primary);font-size:.85rem;font-weight:600}.user-role-text{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem}.user-gamified-stats{align-items:center;gap:6px;display:flex}.user-mini-pill{color:var(--text-secondary);background:#ffffff0a;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:4px;padding:2px 6px;font-size:.65rem;font-weight:700;transition:all .2s;display:flex}.user-mini-pill i{color:var(--accent-primary);font-size:.8rem}.user-mini-pill:hover{background:#ffffff14;transform:scale(1.02)}.sidebar-footer-tool{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;font-size:1.25rem;transition:all .2s;display:flex}.sidebar-footer-tool:hover{background-color:var(--bg-surface);color:var(--text-primary)}.avatar-initials{border-radius:inherit;background-color:var(--avatar-tone,#1a1a2e);color:#fff;letter-spacing:.02em;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;line-height:1;display:flex;position:absolute;inset:0}[data-avatar-tone]{position:relative}[data-avatar-tone="0"]{--avatar-tone:#1a1a2e}[data-avatar-tone="1"]{--avatar-tone:#1e3a34}[data-avatar-tone="2"]{--avatar-tone:#2a2440}[data-avatar-tone="3"]{--avatar-tone:#1f3348}[data-avatar-tone="4"]{--avatar-tone:#3a2630}[data-avatar-tone="5"]{--avatar-tone:#2d2f1c}.avatar-photo{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block;position:absolute;inset:0}.user-context-menu{-webkit-backdrop-filter:blur(40px)saturate(180%);backdrop-filter:blur(40px)saturate(180%);z-index:9999;opacity:0;pointer-events:none;transform-origin:0 100%;background:#121214a6;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:2px;width:250px;padding:8px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:calc(100% + 12px);left:0;transform:translateY(12px)scale(.98);box-shadow:0 10px 40px #00000080,inset 0 1px #ffffff0d}.user-context-menu.active{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.context-menu-section{padding:8px 12px 4px}.context-menu-section-title{color:var(--text-tertiary);letter-spacing:.06em;text-transform:uppercase;font-size:.65rem;font-weight:700}.context-menu-item{width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.context-menu-item i{color:var(--text-tertiary);font-size:1.15rem;transition:color .2s}.context-menu-item:hover,.context-menu-item.active{color:var(--text-primary);background:#ffffff0f}.context-menu-item:hover i,.context-menu-item.active i{color:var(--text-primary)}.context-menu-divider{background:#ffffff14;height:1px;margin:4px 0}.context-menu-item.danger-item{color:#f87171}.context-menu-item.danger-item:hover{color:#f87171;background:#ef44441a}.context-badge{background:var(--accent-primary);color:#fff;border-radius:100px;margin-left:auto;padding:2px 6px;font-size:.65rem;font-weight:600}.sidebar-footer-tool i{color:var(--text-tertiary);flex-shrink:0;margin-right:16px;font-size:1.35rem}.rz-session-loading{z-index:99998;color:#fff;background:#0b0b0c;justify-content:center;align-items:center;font:14px/1.4 Inter,system-ui,sans-serif;display:flex;position:fixed;inset:0}.rz-session-error{z-index:99999;color:#fff;text-align:center;background:#7f1d1d;padding:10px 16px;font:13px/1.4 Inter,system-ui,sans-serif;position:fixed;top:0;left:0;right:0}.vision-hub-container{z-index:1;height:100%;padding:48px;animation:.5s ease-out hub-fade-in;position:relative;overflow:hidden}.ambient-orb{filter:blur(80px);z-index:-1;opacity:.5;border-radius:50%;animation:10s ease-in-out infinite alternate floatOrb;position:absolute}.ambient-orb-1{background:radial-gradient(circle,#3b82f666 0%,#0000 70%);width:400px;height:400px;top:-100px;left:10%}.ambient-orb-2{background:radial-gradient(circle,#8b5cf64d 0%,#0000 70%);width:500px;height:500px;animation-delay:-5s;bottom:-100px;right:5%}@keyframes floatOrb{0%{transform:translate(0)scale(1)}to{transform:translate(30px,-40px)scale(1.1)}}.vision-card-logo{color:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.8rem;display:flex;box-shadow:inset 0 1px 1px #ffffff4d,0 8px 16px #0006}.vision-card-logo[data-brand=techflow]{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);box-shadow:0 4px 12px #3b82f666}.vision-card-logo[data-brand=omniglobal]{background:linear-gradient(135deg,#ec4899 0%,#be185d 100%);box-shadow:0 4px 12px #ec489966}.vision-card-logo[data-brand=nexus]{background:linear-gradient(135deg,#10b981 0%,#047857 100%);box-shadow:0 4px 12px #10b98166}.vision-card-logo[data-brand=quantum]{background:linear-gradient(135deg,#8b5cf6 0%,#5b21b6 100%);box-shadow:0 4px 12px #8b5cf666}.vision-card-logo[data-brand=atlas]{background:linear-gradient(135deg,#f59e0b 0%,#b45309 100%);box-shadow:0 4px 12px #f59e0b66}.vision-card-logo[data-brand=vertex]{background:linear-gradient(135deg,#ef4444 0%,#b91c1c 100%);box-shadow:0 4px 12px #ef444466}.vision-card-logo[data-brand=stellar]{background:linear-gradient(135deg,#0ea5e9 0%,#0369a1 100%);box-shadow:0 4px 12px #0ea5e966}.vision-card-logo[data-brand=nova]{background:linear-gradient(135deg,#f43f5e 0%,#e11d48 100%);box-shadow:0 4px 12px #f43f5e66}.vision-card-logo[data-brand=horizon]{background:linear-gradient(135deg,#14b8a6 0%,#0f766e 100%);box-shadow:0 4px 12px #14b8a666}.vision-card-logo[data-brand=zenith]{background:linear-gradient(135deg,#6366f1 0%,#4338ca 100%);box-shadow:0 4px 12px #6366f166}.forge-hub-wrapper{animation:.4s cubic-bezier(.2,.8,.2,1) forwards hub-slide-up-fade}@keyframes hub-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hub-slide-up-fade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.vision-hub-layout{z-index:10;flex-direction:column;gap:48px;max-width:1000px;margin:0 auto;display:flex;position:relative}.vision-grid-hz{flex-direction:column;gap:24px;display:flex}.vision-card-hz{-webkit-backdrop-filter:blur(48px)saturate(150%);backdrop-filter:blur(48px)saturate(150%);cursor:pointer;background:linear-gradient(135deg,#ffffff14 0%,#ffffff05 100%);border:1px solid #ffffff1a;border-radius:24px;justify-content:space-between;align-items:center;padding:32px 40px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px 1px #ffffff4d,inset 0 -1px 1px #00000080,0 24px 48px #00000080}.vision-card-hz:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(135deg,#ffffff26 0%,#fff0 40%);border-radius:24px;position:absolute;inset:0}.vision-card-hz:hover{background:linear-gradient(135deg,#ffffff1a 0%,#ffffff08 100%);border-color:#ffffff40;transform:translateY(-4px)scale(1.01);box-shadow:inset 0 1px 1px #fff6,0 32px 64px #0009,0 0 40px #ffffff0d}.vision-card-hz-left{z-index:3;flex:1;align-items:center;gap:24px;display:flex;position:relative}.vision-card-hz-info{flex-direction:column;gap:6px;display:flex}.vision-card-hz-title{color:#fff;letter-spacing:-.5px;font-size:1.8rem;font-weight:700;line-height:1}.vision-card-hz-status{color:#fffc;align-items:center;gap:8px;font-size:.9rem;font-weight:500;display:flex}.status-dot{border-radius:50%;width:8px;height:8px}.status-dot.progress{background:#f59e0b;box-shadow:0 0 10px #f59e0b80}.status-dot.certified{background:#10b981;box-shadow:0 0 10px #10b98180}.vision-card-hz-desc{color:#ffffff80;max-width:450px;margin-top:4px;font-size:.95rem;line-height:1.4}.vision-card-hz-right{z-index:3;align-items:center;gap:32px;display:flex;position:relative}.vision-progress-wrapper-sm{justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative}.vision-ring-svg-sm{filter:drop-shadow(0 0 12px #ffffff26);width:100%;height:100%;transform:rotate(-90deg)}.vision-ring-bg-sm{fill:none;stroke:#ffffff0f;stroke-width:4px}.vision-ring-progress-sm{fill:none;stroke-width:6px;stroke-linecap:round;stroke-dasharray:251.2;stroke-dashoffset:var(--vision-ring-offset,251.2);stroke:url(#ringGradientSm);transition:stroke-dashoffset 1.5s cubic-bezier(.16,1,.3,1)}.vision-ring-text-sm{color:#fff;font-variant-numeric:tabular-nums;letter-spacing:-.5px;font-size:1.4rem;font-weight:700;position:absolute}.vision-btn-hz{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ffffff1a,#ffffff08);border:1px solid #fff3;border-radius:100px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:inset 0 1px 1px #fff3}.vision-btn-hz:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px);box-shadow:0 0 20px #ffffff1a,inset 0 1px 1px #fff6}.forge-hero-back-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-right:20px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #0003}.forge-hero-back-btn:hover{background:#ffffff40;border-color:#fff6;transform:translate(-4px)scale(1.05)}.cert-hub-timer{color:#ffffff80;letter-spacing:.02em;align-items:center;gap:8px;margin-top:8px;font-size:.75rem;font-weight:500;display:flex}.cert-hub-timer--urgent{color:#ef4444}.cert-roadmap-timer{color:#ffffff80}.cert-roadmap-timer--urgent{color:#ef4444}.cert-hub-timer__icon{font-size:.9rem}.cert-hub-timer__unit{color:#ffffff4d}.cert-hub-competitors{color:#ffffff59;align-items:center;gap:6px;margin-top:4px;font-size:.7rem;font-weight:500;display:flex}.cert-hub-competitors__icon{font-size:.8rem}.cert-race-bar-fill{width:var(--cert-race-progress,0%);background:linear-gradient(90deg,#ffffff4d,#fff9)}.cert-race-bar-fill--urgent{background:linear-gradient(90deg,#ef4444,#f97316)}.forge-hero--flush{margin-top:0}.balance-day-row.balance-day-row--dimmed{opacity:.4}.balance-day-row__amount.balance-day-row__amount--filled{color:#fff}.balance-day-row__amount.balance-day-row__amount--faded{color:#ffffff4d}.balance-modal-badge{color:#fffc;background:#ffffff0d;border-color:#ffffff1a}.balance-modal-badge.balance-modal-badge--settling{color:#fbbf24!important;background:#f59e0b1a!important;border-color:#f59e0b33!important}.balance-modal-badge.balance-modal-badge--paid{color:#10b981!important;background:#10b9811a!important;border-color:#10b98133!important}.forge-hub-wrapper{flex-direction:column;gap:32px;width:100%;max-width:900px;margin:0 auto;padding:32px 0;display:flex}.forge-hero{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;padding:40px;position:relative;overflow:hidden}.forge-hero:before{content:"";background:var(--brand-color);filter:blur(100px);opacity:.15;z-index:0;border-radius:50%;width:250px;height:250px;position:absolute;top:-50px;right:-50px}.forge-hero-content{z-index:1;align-items:center;gap:24px;display:flex;position:relative}.forge-hero-logo{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:72px;height:72px;font-size:2.2rem;display:flex}.forge-hero-subtitle{letter-spacing:.1em;color:var(--brand-color);margin-bottom:4px;font-size:.8rem;font-weight:600}.forge-hero-title{color:#fff;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:600}.forge-map{background:#0003;border:1px solid #ffffff0d;border-radius:20px;padding:32px}.forge-map-header{margin-bottom:32px}.forge-map-header h2{color:#fff;margin:0 0 4px;font-size:1.25rem}.forge-map-header p{color:#ffffff80;margin:0;font-size:.95rem}.forge-nodes-container{flex-direction:column;gap:24px;display:flex;position:relative}.forge-connector{z-index:0;background:#ffffff1a;width:2px;position:absolute;top:30px;bottom:30px;left:28px}.forge-node{z-index:1;background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;align-items:center;gap:24px;padding:20px;transition:all .3s;display:flex;position:relative}.forge-node.active{background:#ffffff0a;border-color:#ffffff1a}.forge-node.locked{opacity:.5}.forge-node-icon{color:#fff6;background:#0000004d;border:1px solid #ffffff0d;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.6rem;display:flex}.forge-node.active .forge-node-icon{color:#818cf8;background:#6366f11a;border-color:#6366f14d}.forge-node-info{flex:1}.forge-node-info h3{color:#fff;margin:0 0 4px;font-size:1.1rem;font-weight:500}.forge-node-info p{color:#ffffff80;margin:0;font-size:.9rem;line-height:1.4}.forge-node-action{color:#fff9;cursor:default;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.forge-node-action.btn-active{color:#fff;cursor:pointer;background:#6366f1;border-color:#6366f1}.forge-node-action.btn-active:hover{background:#4f46e5;transform:translateY(-1px)}#forge-briefing-overlay{z-index:100000;-webkit-backdrop-filter:blur(80px)saturate(200%);backdrop-filter:blur(80px)saturate(200%);color:#fff;opacity:0;pointer-events:none;background:#0a0a0fa6;flex-direction:column;font-family:Inter,sans-serif;transition:opacity .4s;display:flex;position:fixed;inset:0}#forge-briefing-overlay.active{opacity:1;pointer-events:auto}.forge-slide-container{flex-direction:column;flex:1;width:100%;display:flex}.forge-slide-header{background:linear-gradient(#ffffff08 0%,#0000 100%);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:24px 40px;display:flex}.forge-logo-area{align-items:center;gap:12px;display:flex}.forge-logo-icon{background:#ffffffe6;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 4px 12px #0000004d}.forge-logo-icon__glyph{color:#000;font-size:1.3rem}.forge-logo-text{letter-spacing:.02em;font-size:1.1rem;font-weight:600}.forge-slide-close{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.4rem;transition:color .2s}.forge-slide-close:hover{color:#fff}.forge-slide-content{flex:1;grid-template-columns:1.2fr .8fr;align-items:center;gap:80px;width:100%;max-width:1400px;margin:0 auto;padding:80px 40px;display:grid}.forge-slide-left{flex-direction:column;justify-content:center;animation:.6s cubic-bezier(.16,1,.3,1) slideFadeInUp;display:flex}@keyframes slideFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideFadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.forge-slide-subtitle{letter-spacing:.1em;color:#10b981;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:12px;font-size:.85rem;font-weight:700;display:flex}.forge-slide-title{letter-spacing:-.03em;color:#fff;margin-bottom:24px;font-size:2.8rem;font-weight:700;line-height:1.1}.forge-slide-desc{color:#94a3b8;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.6}.forge-slide-right{animation:.8s cubic-bezier(.16,1,.3,1) slideFadeInRight}.forge-metric-card{-webkit-backdrop-filter:blur(40px)saturate(150%);backdrop-filter:blur(40px)saturate(150%);background:#ffffff08;border:1px solid #ffffff14;border-radius:32px;padding:48px;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000080,inset 0 1px #ffffff26}.forge-metric-radial{pointer-events:none;background:radial-gradient(circle,#10b9811f 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:0;right:0;transform:translate(30%,-30%)}.forge-metric-card__body{z-index:10;position:relative}.forge-metric-label{color:var(--text-tertiary);margin-bottom:8px;font-size:.85rem;font-weight:500}.forge-metric-value{color:#10b981;letter-spacing:-.03em;font-size:3.5rem;font-weight:700;line-height:1}.forge-slide-footer{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:24px 40px;display:flex}.forge-nav-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:none;border-radius:100px;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:background .2s;display:flex}.forge-nav-btn:hover:not(:disabled){background:#ffffff1a}.forge-nav-btn:disabled{opacity:.3;cursor:not-allowed}.forge-nav-btn.btn-finish{color:#fff;background:#10b981}.forge-nav-btn.btn-finish:hover{background:#059669}.forge-dots-container{align-items:center;gap:8px;display:flex}.forge-dot{background:#fff3;border-radius:50%;width:8px;height:8px;transition:all .3s;box-shadow:inset 0 1px 1px #00000080}.forge-dot.active{background:#fff;border-radius:100px;width:32px;box-shadow:0 0 12px #ffffff80}.forge-dot.completed{background:#fffc}.forge-node-icon-video{color:#818cf8;background:linear-gradient(135deg,#6366f133,#10b98133);border-color:#6366f14d}.forge-node.forge-node-video.active .forge-node-icon-video{color:#10b981;background:linear-gradient(135deg,#6366f126,#10b98133);border-color:#10b98166;box-shadow:0 0 20px #10b98126}.forge-node-action.btn-video{color:#fff;background:linear-gradient(135deg,#6366f1,#10b981);border:none;box-shadow:0 4px 16px #6366f14d}.forge-node-action.btn-video:hover{transform:translateY(-1px);box-shadow:0 8px 24px #6366f166}@keyframes csOpacityIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes csTypeBlink{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.cs-layout{opacity:0;grid-template-columns:1fr 340px;gap:32px;width:100%;height:calc(100vh - 120px);padding:24px 24px 24px 0;transition:opacity .4s;display:grid}.cs-layout.is-visible,.cs-layout.cs-fade-in{opacity:1}.cs-fade-out{pointer-events:none;transition:opacity .3s;opacity:0!important}.cs-chat-panel{background:#0a0a0c99;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 24px 48px #00000080}.cs-chat-header{border-bottom:1px solid #ffffff0d;flex-shrink:0;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.cs-chat-header__left{align-items:center;display:flex}.cs-chat-back{cursor:pointer;color:#fff9;margin-right:20px;font-size:1.2rem;transition:color .2s}.cs-chat-back:hover{color:#fff}.cs-avatar{color:#fff;background:#6366f1;border-radius:50%;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;margin-right:16px;font-size:1.2rem;font-weight:600;line-height:1;display:flex;position:relative}.cs-avatar__dot{background:#10b981;border:2px solid #1e1e24;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.cs-chat-header__name{color:#fff;margin:0;font-size:1.25rem;font-weight:600}.cs-chat-header__role{color:#10b981;font-size:.85rem}.cs-chat-header__right{color:#fff6;font-size:.8rem;font-weight:500}.cs-chat-feed{scroll-behavior:smooth;flex-direction:column;flex:1;padding:32px;display:flex;overflow-y:auto}.cs-chat-feed--drop-host{position:relative}.cs-quick-replies{flex-wrap:wrap;gap:8px;padding:0 32px 16px;display:flex}.cs-quick-reply-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;padding:10px 16px;font-size:.85rem;transition:all .2s}.cs-quick-reply-btn:hover{background:#ffffff1a;border-color:#fff3}.cs-input-bar{flex-shrink:0;padding:0 32px 24px}.cs-input-wrapper{background:#ffffff0d;border:none;border-radius:16px;align-items:center;padding:12px 16px;display:flex}.cs-input-wrapper:focus-within{background:#ffffff12}.cs-input-icon{color:#ffffff80;cursor:pointer;margin-right:12px;font-size:1.2rem;transition:color .2s}.cs-input-icon:hover{color:#fffc}.cs-input-field{appearance:none;color:#fff;flex:1;font-family:Inter,sans-serif;font-size:.95rem;box-shadow:none!important;background:0 0!important;border:none!important;outline:0!important}.cs-input-field::placeholder{color:#ffffff4d}.cs-send-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s;display:flex}.cs-send-btn:hover{transform:scale(1.1)}.cs-input-hint{text-align:center;color:#ffffff4d;margin-top:12px;font-size:.7rem}.cs-knowledge-map{padding-top:24px}.cs-kmap-title{color:#fff;letter-spacing:1px;margin-bottom:16px;font-size:.8rem;font-weight:700}.cs-kmap-company{color:#6366f1}.cs-kmap-progress-row{align-items:center;gap:12px;margin-bottom:32px;display:flex}.cs-kmap-progress-track{background:#ffffff1a;border-radius:2px;flex:1;height:4px}.cs-kmap-progress-fill{width:var(--cs-kmap-fill,0%);background:#6366f1;border-radius:2px;height:100%;transition:width .8s cubic-bezier(.34,1.56,.64,1)}.cs-kmap-percent{color:#fff;text-align:right;width:30px;font-size:.8rem;font-weight:600}.cs-kmap-list{flex-direction:column;display:flex}.cs-kmap-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:20px 0;display:flex}.cs-kmap-item__label{color:#fff9;align-items:center;gap:16px;font-size:.95rem;transition:color .3s;display:flex}.cs-kmap-item__label.is-cleared{color:#fff}.cs-kmap-item__icon{border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:12px;height:12px;transition:all .3s;display:flex}.cs-kmap-item__icon.is-cleared{background:0 0;border:none}.cs-kmap-check{color:#6366f1;font-size:.7rem}.cs-kmap-item__status{color:#ffffff4d;font-size:.8rem;font-weight:500;transition:color .3s}.cs-kmap-item__status.is-cleared{color:#6366f1}.cs-ai-bubble-wrap{align-items:flex-start;gap:16px;max-width:85%;margin-bottom:24px;animation:.3s ease-out csOpacityIn;display:flex}.cs-ai-avatar{color:#fff;background:#6366f1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:.9rem;font-weight:600;line-height:1;display:flex}.cs-ai-bubble{color:#ffffffe6;background:#ffffff0d;border-radius:0 16px 16px;padding:16px 20px;font-size:.95rem;line-height:1.6}.cs-user-bubble-wrap{justify-content:flex-end;width:100%;margin-bottom:24px;animation:.3s ease-out csOpacityIn;display:flex}.cs-user-bubble{color:#fff;background:#ffffff1a;border:1px solid #ffffff0d;border-radius:16px 16px 0;max-width:70%;padding:16px 20px;font-size:.95rem;line-height:1.5}.cs-ai-image-wrap{align-items:flex-start;gap:16px;max-width:85%;margin-bottom:24px;animation:.3s ease-out csOpacityIn;display:flex}.cs-ai-image-bubble{background:#ffffff0d;border:1px solid #ffffff14;border-radius:0 16px 16px;max-width:300px;padding:8px}.cs-typing-dots{align-items:center;gap:4px;height:20px;display:flex}.cs-typing-dots .typing-dot{background:#fff9;border-radius:50%;width:6px;height:6px;animation:1s infinite csTypeBlink}.cs-typing-dots .typing-dot:nth-child(2){animation-delay:.2s}.cs-typing-dots .typing-dot:nth-child(3){animation-delay:.4s}.cs-sandbox-launch-wrap{margin-top:16px}.cs-sandbox-launch-btn{color:#000;cursor:pointer;background:#10b981;border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 24px;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 24px #10b9814d}.cs-sandbox-launch-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #10b98166}.cs-sandbox-restart-btn{color:#10b981;cursor:pointer;background:#ffffff0d;border:1px solid #10b9814d;border-radius:12px;align-items:center;gap:8px;padding:14px 24px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.cs-sandbox-restart-btn:hover{background:#10b9811a;border-color:#10b98180}.cs-chat-feed.custom-scrollbar::-webkit-scrollbar{width:6px}.cs-chat-feed.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.cs-image-btn{color:#fff6;cursor:pointer;margin-right:12px;font-size:1.1rem;line-height:1;transition:color .2s}.cs-image-btn:hover{color:#6366f1}.cs-image-preview-bar{flex-wrap:wrap;flex-shrink:0;gap:8px;padding:0 32px 8px;display:flex}.cs-image-preview-bar.is-hidden{display:none}.cs-user-image-wrap{justify-content:flex-end;width:100%;margin-bottom:24px;animation:.3s ease-out csOpacityIn;display:flex}.cs-user-image-bubble{background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px 16px 0;max-width:300px;padding:8px}.cs-chat-image{cursor:pointer;border-radius:12px;max-width:260px;transition:transform .2s,box-shadow .2s;display:block}.cs-chat-image:hover{transform:scale(1.02);box-shadow:0 8px 24px #00000080}.cs-image-caption{color:#fff6;align-items:center;gap:6px;padding:8px 8px 4px;font-size:.75rem;display:flex}.cs-image-lightbox{z-index:100000;cursor:zoom-out;background:#000000eb;justify-content:center;align-items:center;animation:.2s ease-out csOpacityIn;display:flex;position:fixed;inset:0}.cs-image-lightbox img{border-radius:12px;max-width:90vw;max-height:90vh;box-shadow:0 24px 64px #0009}.cs-drag-overlay{z-index:10;pointer-events:none;background:#6366f11f;border:2px dashed #6366f180;border-radius:24px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.cs-drag-overlay__label{color:#6366f1;align-items:center;gap:8px;font-size:1.1rem;font-weight:600;display:flex}.is-pending-conversion{text-shadow:0 0 12px #fff3;position:relative;background:linear-gradient(#f8fafc 0%,#cbd5e1 100%)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important}.pending-conversion-badge{color:#e2e8f0;letter-spacing:.5px;text-transform:uppercase;vertical-align:middle;background:#ffffff0d;border:1px solid #ffffff26;border-radius:6px;align-items:center;gap:4px;margin-left:8px;padding:2px 8px;font-size:.65rem;font-weight:700;display:inline-flex}.pending-conversion-badge i{font-size:.8rem}.pending-conversion-card{background:linear-gradient(145deg,#1e293b66 0%,#0f172a99 100%);transition:all .3s;position:relative;overflow:hidden;border:1px solid #ffffff0d!important}.pending-conversion-card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff08,#0000);width:50%;height:100%;animation:3s linear infinite shimmerCard;position:absolute;top:0;left:-100%}@keyframes shimmerCard{0%{left:-100%}to{left:200%}}.is-pending-conversion-cycle .earnings-cycle-accent{box-shadow:none!important;background:linear-gradient(#94a3b8 0%,#475569 100%)!important}.is-pending-conversion-cycle .earnings-status-badge{color:#cbd5e1!important;background:#ffffff0d!important;border:1px solid #ffffff1a!important}.modal-trial-vault .modal-card{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);text-align:center;background:linear-gradient(145deg,#0f172af2 0%,#0f172ad9 100%);border:1px solid #06b6d433;max-width:500px;padding:40px;box-shadow:0 32px 64px #0009,inset 0 1px 1px #ffffff1a}.vault-icon-container{background:linear-gradient(135deg,#06b6d426 0%,#06b6d40d 100%);border:1px solid #06b6d44d;border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex;position:relative;box-shadow:0 0 40px #06b6d433}.vault-icon-container i{color:#22d3ee;font-size:40px}.vault-icon-container:after{content:"";opacity:0;background:radial-gradient(circle,#ffffff1a 0%,#0000 60%);width:200%;height:200%;transition:opacity .3s;position:absolute;top:-50%;left:-50%}.modal-trial-vault:hover .vault-icon-container:after{opacity:1}.vault-title{color:#fff;letter-spacing:-.5px;margin-bottom:12px;font-size:1.5rem;font-weight:700}.vault-amount{letter-spacing:-2px;background:linear-gradient(#67e8f9 0%,#06b6d4 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 24px #06b6d44d;-webkit-background-clip:text;justify-content:center;align-items:baseline;gap:4px;margin-bottom:24px;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:4rem;font-weight:300;display:flex}.vault-amount span.curr{color:#67e8f999;-webkit-text-fill-color:initial;text-shadow:none;font-size:2rem;font-weight:400}.vault-description{color:var(--text-secondary);margin-bottom:32px;font-size:.95rem;line-height:1.6}.vault-progress-header{text-transform:uppercase;color:var(--text-tertiary);justify-content:space-between;margin-bottom:12px;font-size:.8rem;font-weight:600;display:flex}.vault-progress-fill{background:linear-gradient(90deg,#06b6d4,#22d3ee);border-radius:4px;height:100%;transition:width 1s cubic-bezier(.4,0,.2,1);box-shadow:0 0 12px #06b6d480}.vault-action-btn{color:#67e8f9;cursor:pointer;background:#06b6d41a;border:1px solid #06b6d44d;border-radius:12px;width:100%;padding:14px;font-size:1rem;font-weight:600;transition:all .2s}.vault-action-btn:hover{background:#06b6d433;border-color:#06b6d480;box-shadow:0 0 20px #06b6d433}.wa-day1-strip{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#10b98114 0%,#f59e0b0f 50%,#10b9810a 100%);border:1px solid #10b98140;border-radius:16px;grid-column:span 12;align-items:center;gap:16px;padding:14px 20px;animation:.6s cubic-bezier(.16,1,.3,1) forwards wa-strip-enter;display:flex;position:relative;overflow:hidden}@keyframes wa-strip-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wa-day1-strip--schedule{grid-column:unset;margin-bottom:16px}.wa-day1-strip--earnings{grid-column:unset;margin-bottom:24px}.wa-day1-strip__glow{pointer-events:none;background:radial-gradient(circle,#10b98133 0%,#0000 70%);border-radius:50%;width:120px;height:120px;animation:3s ease-in-out infinite alternate wa-glow-pulse;position:absolute;top:-40px;right:-40px}@keyframes wa-glow-pulse{0%{opacity:.5;transform:scale(.9)}to{opacity:1;transform:scale(1.1)}}.wa-day1-strip__icon{z-index:1;background:linear-gradient(135deg,#f59e0b26,#10b9811a);border:1px solid #f59e0b4d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.wa-day1-strip__icon i{color:#f59e0b;font-size:1.2rem}.wa-day1-strip__text{z-index:1;flex-direction:column;gap:2px;display:flex}.wa-day1-strip__label{text-transform:uppercase;letter-spacing:.12em;color:#10b981;font-size:.65rem;font-weight:700}.wa-day1-strip__title{color:#fff;font-size:.9rem;font-weight:600;line-height:1.3}.wa-day1-strip__subtitle{color:#ffffff80;font-size:.8rem;line-height:1.4}.wa-day1-modal-backdrop{z-index:10001;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;background:#000000bf;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.wa-day1-modal-backdrop--visible{opacity:1}.wa-day1-modal-backdrop--closing{opacity:0;pointer-events:none}.wa-day1-modal{text-align:center;background:linear-gradient(145deg,#0f172afa 0%,#1e293bf2 100%);border:1px solid #10b98133;border-radius:24px;width:min(480px,92vw);padding:40px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;transform:scale(.95)translateY(12px);box-shadow:0 0 80px #10b98114,0 24px 60px #0006,inset 0 1px #ffffff0f}.wa-day1-modal-backdrop--visible .wa-day1-modal{transform:scale(1)translateY(0)}.wa-day1-modal__glow-ring{pointer-events:none;background:radial-gradient(circle,#10b98126 0%,#f59e0b0d 50%,#0000 70%);border-radius:50%;width:200px;height:200px;animation:4s ease-in-out infinite alternate wa-modal-glow;position:absolute;top:-80px;left:50%;transform:translate(-50%)}@keyframes wa-modal-glow{0%{opacity:.6;transform:translate(-50%)scale(.9)}to{opacity:1;transform:translate(-50%)scale(1.15)}}.wa-day1-modal__icon{z-index:1;background:linear-gradient(135deg,#f59e0b1f,#10b98114);border:2px solid #f59e0b4d;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex;position:relative}.wa-day1-modal__icon i{color:#f59e0b;font-size:2rem}.wa-day1-modal__heading{color:#fff;letter-spacing:-.5px;background:linear-gradient(#fff 0%,#d1d5db 100%);-webkit-text-fill-color:transparent;z-index:1;-webkit-background-clip:text;margin:0 0 8px;font-size:1.75rem;font-weight:800;position:relative}.wa-day1-modal__subtitle{color:#10b981;z-index:1;margin:0 0 12px;font-size:1.05rem;font-weight:600;position:relative}.wa-day1-modal__desc{color:#ffffff8c;z-index:1;margin:0 0 24px;font-size:.9rem;line-height:1.6;position:relative}.wa-day1-modal__divider{background:linear-gradient(90deg,#0000,#ffffff14,#0000);height:1px;margin-bottom:20px}.wa-day1-modal__stats{z-index:1;justify-content:center;gap:12px;margin-bottom:28px;display:flex;position:relative}.wa-day1-modal__stat{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:12px 16px;display:flex}.wa-day1-modal__stat i{color:#10b981;font-size:1.25rem}.wa-day1-modal__stat-label{color:#fff6;text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:600}.wa-day1-modal__stat-value{color:#fff;font-size:.8rem;font-weight:700}.wa-day1-modal__btn{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:14px;width:100%;padding:16px;font-size:1.05rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 8px 24px #10b9814d}.wa-day1-modal__btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #10b98173}.sa-strip{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;align-items:center;gap:16px;padding:14px 20px;animation:.5s cubic-bezier(.16,1,.3,1) forwards sa-strip-enter;display:flex;position:relative;overflow:hidden}.sa-strip--overview{grid-column:span 12}.sa-strip--schedule{margin-bottom:16px}.sa-strip--earnings{margin-bottom:24px}@keyframes sa-strip-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.sa-strip--success{background:linear-gradient(135deg,#10b98114 0%,#34d3990a 100%);border:1px solid #10b98133}.sa-strip--success .sa-strip__icon{background:linear-gradient(135deg,#10b98126,#34d39914);border:1px solid #10b9814d}.sa-strip--success .sa-strip__icon i,.sa-strip--success .sa-strip__label{color:#10b981}.sa-strip--success .sa-strip__glow{background:radial-gradient(circle,#10b98126 0%,#0000 70%)}.sa-strip--info{background:linear-gradient(135deg,#8b5cf614 0%,#6366f10a 100%);border:1px solid #8b5cf633}.sa-strip--info .sa-strip__icon{background:linear-gradient(135deg,#8b5cf626,#6366f114);border:1px solid #8b5cf64d}.sa-strip--info .sa-strip__icon i,.sa-strip--info .sa-strip__label{color:#8b5cf6}.sa-strip--info .sa-strip__glow{background:radial-gradient(circle,#8b5cf626 0%,#0000 70%)}.sa-strip--warn{background:linear-gradient(135deg,#f59e0b14 0%,#fbbf240a 100%);border:1px solid #f59e0b33}.sa-strip--warn .sa-strip__icon{background:linear-gradient(135deg,#f59e0b26,#fbbf2414);border:1px solid #f59e0b4d}.sa-strip--warn .sa-strip__icon i,.sa-strip--warn .sa-strip__label{color:#f59e0b}.sa-strip--warn .sa-strip__glow{background:radial-gradient(circle,#f59e0b26 0%,#0000 70%)}.sa-strip--danger{background:linear-gradient(135deg,#ef444414 0%,#f871710a 100%);border:1px solid #ef444433}.sa-strip--danger .sa-strip__icon{background:linear-gradient(135deg,#ef444426,#f8717114);border:1px solid #ef44444d}.sa-strip--danger .sa-strip__icon i,.sa-strip--danger .sa-strip__label{color:#ef4444}.sa-strip--danger .sa-strip__glow{background:radial-gradient(circle,#ef444426 0%,#0000 70%)}.sa-strip__glow{pointer-events:none;border-radius:50%;width:120px;height:120px;animation:3s ease-in-out infinite alternate sa-glow-pulse;position:absolute;top:-40px;right:-40px}@keyframes sa-glow-pulse{0%{opacity:.5;transform:scale(.9)}to{opacity:1;transform:scale(1.1)}}.sa-strip__pulse-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite sa-dot-pulse;position:absolute;top:14px;right:14px;box-shadow:0 0 8px #ef444499}@keyframes sa-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.sa-strip__icon{z-index:1;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sa-strip__icon i{font-size:1.2rem}.sa-strip__text{z-index:1;flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.sa-strip__label{text-transform:uppercase;letter-spacing:.12em;font-size:.65rem;font-weight:700}.sa-strip__title{color:#fff;font-size:.9rem;font-weight:600;line-height:1.3}.sa-strip__subtitle{color:#ffffff80;font-size:.8rem;line-height:1.4}.sa-strip__cta{cursor:pointer;z-index:1;white-space:nowrap;border:none;border-radius:10px;flex-shrink:0;padding:8px 16px;font-size:.8rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1)}.sa-strip__cta--success{color:#10b981;background:#10b98126;border:1px solid #10b98140}.sa-strip__cta--success:hover{background:#10b98140;transform:translateY(-1px)}.sa-strip__cta--info{color:#8b5cf6;background:#8b5cf626;border:1px solid #8b5cf640}.sa-strip__cta--info:hover{background:#8b5cf640;transform:translateY(-1px)}.sa-strip__cta--warn{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b40}.sa-strip__cta--warn:hover{background:#f59e0b40;transform:translateY(-1px)}.sa-strip__cta--danger{color:#ef4444;background:#ef444426;border:1px solid #ef444440}.sa-strip__cta--danger:hover{background:#ef444440;transform:translateY(-1px)}.view-loading-shell,.ui-loading-shell{flex-direction:column;gap:16px;padding:24px;animation:.3s uiStateFadeIn;display:flex}.ui-skeleton-row{display:flex}.ui-skeleton-bar{background:linear-gradient(90deg,#ffffff0a 0%,#ffffff14 40%,#ffffff0a 80%) 0 0/200% 100%;border-radius:8px;height:16px;animation:1.5s ease-in-out infinite ui-skeleton-shimmer}.ui-skeleton-bar--full{width:100%}.ui-skeleton-bar--three-quarters{width:75%}.ui-skeleton-bar--half{width:50%}@keyframes ui-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ui-error-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;animation:.3s uiStateFadeIn;display:flex}.ui-error-state__icon{color:#f87171;opacity:.8;margin-bottom:16px;font-size:3rem}.ui-error-state__message{color:var(--text-secondary,#94a3b8);max-width:320px;margin:0 0 20px;font-size:.95rem;line-height:1.5}.ui-error-state__retry{color:#f87171;cursor:pointer;background:#f871711a;border:1px solid #f871714d;border-radius:10px;padding:10px 24px;font-size:.85rem;font-weight:600;transition:all .2s}.ui-error-state__retry:hover{background:#f8717133;transform:translateY(-1px)}.ui-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;animation:.3s uiStateFadeIn;display:flex}.ui-empty-state__icon{color:var(--text-tertiary,#64748b);opacity:.6;margin-bottom:16px;font-size:3rem}.ui-empty-state__message{color:var(--text-secondary,#94a3b8);max-width:320px;margin:0 0 20px;font-size:.95rem;line-height:1.5}.ui-empty-state__cta{color:#818cf8;cursor:pointer;background:#6366f11a;border:1px solid #6366f14d;border-radius:10px;padding:10px 24px;font-size:.85rem;font-weight:600;transition:all .2s}.ui-empty-state__cta:hover{background:#6366f133;transform:translateY(-1px)}.ui-terminal{z-index:99999;text-align:center;background:var(--bg-page,#09090b);color:var(--text-primary,#fafafa);font-family:var(--font-sans,sans-serif);flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ui-terminal__panel{flex-direction:column;align-items:center;gap:16px;max-width:420px;display:flex}.ui-terminal__badge{background:var(--bg-surface,#27272a);border:1px solid var(--border-subtle,#27272a);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.ui-terminal__icon{font-size:36px}.ui-terminal__icon--danger{color:var(--status-error,#ef4444)}.ui-terminal__icon--accent{color:var(--accent-primary,#6366f1)}.ui-terminal__title{margin:0;font-size:22px;font-weight:600}.ui-terminal__text{color:var(--text-secondary,#b4b4be);margin:0;font-size:14px;line-height:1.6}.ui-terminal__note{color:var(--text-tertiary,#71717a);margin:4px 0 0;font-size:13px;line-height:1.6}.ui-terminal__link{color:var(--accent-primary,#6366f1);text-decoration:none}.app-sidebar.ui-terminal-shell-off,.app-main.ui-terminal-shell-off,#global-activation-banner.ui-terminal-shell-off,#top-banner.ui-terminal-shell-off{display:none}@keyframes uiStateFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}[data-ui-state=loading]>:not(.ui-loading-shell):not(.view-loading-shell){display:none!important}.ntf-modal-overlay{z-index:100010;opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0}.ntf-modal-overlay.ntf-modal-visible{opacity:1;pointer-events:auto}.ntf-modal-overlay.ntf-modal-exit{opacity:0;pointer-events:none}.ntf-modal-backdrop{-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);background:#000000b3;position:absolute;inset:0}.ntf-modal-card{z-index:1;background:var(--ntf-gradient);width:100%;max-width:420px;box-shadow:0 0 80px var(--ntf-glow), 0 32px 80px #0009, inset 0 1px 0 #ffffff0f;text-align:center;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border:1px solid #ffffff14;border-radius:28px;padding:48px 40px 40px;transition:transform .5s cubic-bezier(.16,1,.3,1);position:relative;transform:scale(.92)translateY(20px)}.ntf-modal-visible .ntf-modal-card{transform:scale(1)translateY(0)}.ntf-modal-exit .ntf-modal-card{transform:scale(.95)translateY(10px)}.ntf-modal-icon-ring{border:2px solid var(--ntf-accent);width:72px;height:72px;box-shadow:0 0 30px var(--ntf-glow), inset 0 0 20px #0003;background:#ffffff0a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;animation:2s ease-in-out infinite ntfPulseRing;display:flex}.ntf-modal-icon-ring i{color:var(--ntf-accent);font-size:2rem}@keyframes ntfPulseRing{0%,to{box-shadow:0 0 30px var(--ntf-glow), inset 0 0 20px #0003}50%{box-shadow:0 0 50px var(--ntf-glow), inset 0 0 20px #0003}}.ntf-modal-label{letter-spacing:.12em;text-transform:uppercase;color:var(--ntf-accent);margin-bottom:8px;font-size:.75rem;font-weight:700}.ntf-modal-title{color:#fff;letter-spacing:-.02em;margin:0 0 12px;font-size:1.5rem;font-weight:700;line-height:1.2}.ntf-modal-content{color:#ffffffa6;margin:0 0 32px;font-size:.95rem;line-height:1.6}.ntf-modal-btn{background:var(--ntf-accent);color:#fff;cursor:pointer;width:100%;box-shadow:0 4px 20px var(--ntf-glow);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.ntf-modal-btn:hover{box-shadow:0 8px 30px var(--ntf-glow);filter:brightness(1.1);transform:translateY(-1px)}.ntf-modal-btn:active{transform:translateY(0)}.ntf-modal-btn i{font-size:1rem;transition:transform .2s}.ntf-modal-btn:hover i{transform:translate(3px)}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10001;background:#000000b3;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.modal-overlay.open{animation:.15s ease-out updates-fade-in;display:flex}.modal-card{background:var(--bg-card);border:1px solid var(--border-subtle);scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;border-radius:12px;width:400px;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 20px 25px -5px #00000080}.modal-card h3{margin-bottom:12px;font-size:1.25rem;font-weight:600}.modal-card p{color:var(--text-secondary);margin-bottom:24px;line-height:1.5}.btn-primary{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;padding:10px 16px;font-weight:500}.btn-primary:hover{filter:brightness(1.1)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.exam-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.exam-modal-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;flex-direction:column;width:100%;max-width:650px;max-height:90vh;animation:.3s ease-out modalSlideUp;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.exam-modal-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-start;padding:24px;display:flex}.exam-modal-title{color:var(--text-primary);margin-bottom:4px;font-size:1.1rem;font-weight:600}.exam-modal-subtitle{color:var(--text-tertiary);font-size:.85rem}.exam-modal-progress{background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border-subtle);border-radius:99px;padding:4px 12px;font-size:.8rem;font-weight:500}.exam-modal-body{flex:1;padding:32px 24px;overflow-y:auto}.exam-modal-footer{border-top:1px solid var(--border-subtle);background:var(--bg-surface);border-radius:0 0 12px 12px;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.exam-actions{gap:12px;display:flex}.btn-exam-primary{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:10px 24px;font-size:.9rem;font-weight:500}.btn-exam-primary:disabled{opacity:.5;cursor:not-allowed}.btn-exam-secondary{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:6px;padding:10px 20px;font-size:.9rem;font-weight:500}.btn-exam-secondary:hover{background:var(--bg-surface);color:var(--text-primary)}.btn-exam-secondary:disabled{opacity:.5;cursor:not-allowed}.exam-question-text{color:var(--text-primary);margin-bottom:24px;font-size:1.1rem;font-weight:500;line-height:1.6}.exam-option{background:var(--bg-page);border:1px solid var(--border-subtle);cursor:pointer;color:var(--text-secondary);border-radius:8px;align-items:center;gap:12px;margin-bottom:12px;padding:16px;transition:all .2s;display:flex}.exam-option:hover{border-color:var(--accent-primary);background:var(--bg-surface)}.exam-option.selected{border-color:var(--accent-primary);color:var(--text-primary);background:#6366f10d}#view-company textarea,#view-company input{color:var(--text-primary)!important;caret-color:var(--text-primary)!important}#view-company textarea::placeholder,#view-company input::placeholder{opacity:.7;color:var(--text-secondary)!important}#view-company textarea:focus,#view-company input:focus{box-shadow:0 0 0 1px var(--accent-primary);outline:none;color:var(--text-primary)!important;background:var(--bg-surface)!important;border-color:var(--accent-primary)!important}.clearance-hub-layout{grid-template-columns:1fr 1fr;gap:32px;width:100%;max-width:1300px;margin:0 auto;padding-top:10px;display:grid}.clearance-panel,.premium-card{-webkit-backdrop-filter:blur(60px)saturate(180%);backdrop-filter:blur(60px)saturate(180%);background:#ffffff05;border:1px solid #ffffff0f;border-color:#ffffff26 #ffffff0f #ffffff0f #ffffff1a;border-radius:20px;flex-direction:column;gap:24px;padding:32px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 24px 48px #00000080,inset 0 1px #ffffff1a}.clearance-panel:hover,.premium-card:hover{z-index:10;background:#ffffff0a;border-color:#ffffff4d #ffffff26 #ffffff26 #fff3;transform:translateY(-4px)scale(1.01);box-shadow:0 32px 64px #0009,inset 0 1px #fff3,0 0 30px #6366f126}.clearance-panel__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.clearance-panel__header h2{color:#fff;margin:0;font-size:1.35rem;font-weight:600}.clearance-panel__badge{color:var(--text-secondary);background:#ffffff0d;border-radius:6px;padding:4px 10px;font-size:.8rem}.clearance-panel__box{flex-direction:column;gap:12px;display:flex}.ob-clear-item{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;padding:16px 20px;transition:all .2s;display:flex}.ob-clear-item:hover{background:#ffffff0d;border-color:#ffffff1a}.ob-clear-item__left{align-items:center;gap:16px;display:flex}.ob-clear-item__icon-box{width:40px;height:40px;color:var(--text-secondary);background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.ob-clear-item__text-col{flex-direction:column;gap:4px;display:flex}.ob-clear-item__title{color:#fff;font-size:.95rem;font-weight:500}.ob-clear-item__action .btn-clear-start{color:#fff;background:#ffffff14;border-radius:6px;padding:6px 14px;font-size:.85rem;font-weight:500}.ob-clear-item__status{align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:flex}.ob-clear-item__status.ok{color:#10b981}.ob-clear-item__status.rev{color:#f59e0b}.ob-clear-item__status.rej{color:#ef4444}.ob-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s}.ob-btn-primary:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.ob-btn-primary.locked{color:var(--text-tertiary);cursor:not-allowed;box-shadow:none;background:#ffffff0d;transform:none}.ai-chat-feed::-webkit-scrollbar{width:6px}.ai-chat-feed::-webkit-scrollbar-track{background:0 0}.ai-chat-feed::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.ai-chat-feed::-webkit-scrollbar-thumb:hover{background:#fff3}#onboarding-hub-container{transition:opacity .3s}.ai-chat-back-arrow{cursor:pointer;color:#fff9;transition:color .2s}.ai-chat-back-arrow:hover{color:#fff}.ob-rejection-banner{background:radial-gradient(at 0 0,#ef44441f 0%,#ef444408 60%,#0000 100%);border:1px solid #ef444433;border-left:3px solid #ef4444;border-radius:18px;gap:16px;margin-bottom:28px;padding:20px;animation:.4s ease-out obRejectFadeIn;display:flex;position:relative;overflow:hidden}.ob-rejection-banner:before{content:"";background:linear-gradient(90deg,#ef444499 0%,#ef44441a 60%,#0000 100%);height:1px;position:absolute;top:-1px;left:-1px;right:-1px}.ob-rejection-banner__icon{color:#f87171;background:#ef44441f;border:1px solid #ef444433;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;animation:2s ease-in-out infinite obRejectPulse;display:flex}.ob-rejection-banner__content{text-align:left;flex:1}.ob-rejection-banner__label{letter-spacing:1px;text-transform:uppercase;color:#f87171;margin-bottom:4px;font-size:.65rem;font-weight:700}.ob-rejection-banner__title{color:#fff;margin-bottom:6px;font-size:.95rem;font-weight:600;line-height:1.3}.ob-rejection-banner__reason{color:#fff9;font-size:.82rem;line-height:1.5}.ob-rejection-banner__date{color:#ffffff80;background:#ef444414;border:1px solid #ef444426;border-radius:100px;align-items:center;gap:4px;margin-top:8px;padding:3px 8px;font-size:.65rem;display:inline-flex}@keyframes obRejectPulse{0%,to{box-shadow:0 0 #ef44444d}50%{box-shadow:0 0 0 8px #ef444400}}@keyframes obRejectFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ob-rejection-checklist{text-align:left;background:#ffffff05;border:1px solid #ffffff0f;border-radius:14px;margin-bottom:28px;padding:16px}.ob-rejection-checklist__title{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:.75rem;font-weight:600}.ob-rejection-checklist__item{color:#ffffffb3;border-bottom:1px solid #ffffff0a;align-items:center;gap:10px;padding:8px 0;font-size:.85rem;display:flex}.ob-rejection-checklist__item:last-child{border-bottom:none}.ob-rejection-checklist__item i{text-align:center;width:20px;font-size:1rem}.ob-rejection-checklist__item i.pass{color:#10b981}.ob-rejection-checklist__item i.fail{color:#ef4444}.ob-btn-loading{opacity:.85;position:relative;pointer-events:none!important}.ob-btn-loading:after{content:"";vertical-align:middle;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-left:8px;animation:.6s linear infinite spin;display:inline-block}.ob-banner{-webkit-backdrop-filter:blur(24px)saturate(140%);backdrop-filter:blur(24px)saturate(140%);border:1px solid;border-radius:18px;align-items:flex-start;gap:16px;margin-bottom:24px;padding:20px 24px;animation:.4s ease-out obRejectFadeIn;display:flex}.ob-banner--rejected{background:radial-gradient(at 0 0,#ef44441a 0%,#ef444405 100%);border-color:#ef444433}.ob-banner__icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.ob-banner__icon--rejected{color:#f87171;background:#ef44441f;border:1px solid #ef444433}.ob-banner__text{flex:1}.ob-banner__title{margin-bottom:4px;font-size:.9rem;font-weight:600}.ob-banner__body{color:#ffffff8c;font-size:.82rem;line-height:1.5}.ob-clear-item__status.rej{color:#f87171;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:100px;align-items:center;gap:6px;padding:4px 12px;font-size:.78rem;font-weight:600;transition:all .2s;animation:2.5s ease-in-out infinite obRejectPulse;display:flex}.ob-clear-item__status.rej:hover{background:#ef44442e;transform:translateY(-1px)}.ob-resubmit-btn{color:#fff;cursor:pointer;background:linear-gradient(#f87171 0%,#ef4444 100%);border:1px solid #ffffff26;border-top-color:#ffffff4d;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:16px;padding:16px;font-size:1.05rem;font-weight:600;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 8px 24px #ef444459,inset 0 1px #ffffff4d}.ob-resubmit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ef444473,inset 0 1px #ffffff4d}.ob-resubmit-btn:active{transform:scale(.97)}.ob-support-link{color:#fff6;cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:8px;font-size:.82rem;transition:color .2s;display:flex}.ob-support-link:hover{color:#ffffffb3}.ob-section-status{gap:12px;margin-bottom:24px;display:flex}.ob-section-status__item{background:#ffffff05;border:1px solid #ffffff0f;border-radius:14px;flex:1;align-items:center;gap:10px;padding:12px 14px;display:flex}.ob-section-status__item--pass{background:#10b9810a;border-color:#10b98133}.ob-section-status__item--fail{background:#ef44440a;border-color:#ef444433}.ob-section-status__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.ob-section-status__item--pass .ob-section-status__icon{color:#10b981;background:#10b9811f}.ob-section-status__item--fail .ob-section-status__icon{color:#ef4444;background:#ef44441f}.ob-section-status__label{color:#ffffffb3;font-size:.78rem;font-weight:600}.ob-section-status__value{margin-top:2px;font-size:.7rem}.ob-section-status__item--pass .ob-section-status__value{color:#10b981}.ob-section-status__item--fail .ob-section-status__value{color:#ef4444}.ob-legal-lang{justify-content:flex-end;align-items:center;gap:8px;margin-bottom:10px;display:flex}.ob-legal-lang__label{color:#ffffff73;font-size:.72rem;font-weight:500}.ob-legal-lang__select{color:#fff;cursor:pointer;background:#0000004d;border:1px solid #ffffff26;border-radius:10px;outline:none;padding:6px 10px;font-size:.78rem;font-weight:500}.ob-legal-lang__select:focus{border-color:#6366f180}.ob-legal-title{color:#fff;text-transform:uppercase;letter-spacing:.6px;border-bottom:1px solid #ffffff1a;margin-bottom:14px;padding-bottom:8px;font-size:1rem;font-weight:700}.ob-legal-heading{color:#fff;margin:18px 0 6px;font-size:.88rem;font-weight:700}.ob-legal-p{text-align:justify;color:#ffffffa6;margin:0 0 14px}.ob-legal-p strong{color:#ffffffeb;font-weight:600}.ob-legal-list{color:#ffffffa6;margin:0 0 14px;padding-left:18px}.ob-legal-list li{margin-bottom:6px}.ob-legal-list strong{color:#ffffffeb;font-weight:600}.ob-clickwrap{text-align:left;background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;align-items:stretch;padding:2px;display:flex}.ob-clickwrap__box{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ob-clickwrap__label{color:#ffffffc7;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border-radius:14px;flex:1;padding:15px 18px 15px 52px;font-size:.85rem;line-height:1.55;transition:background .2s;position:relative}.ob-clickwrap__label:hover{background:#ffffff08}.ob-clickwrap__label:before{content:"";background:#ffffff0a;border:1.5px solid #ffffff47;border-radius:7px;width:21px;height:21px;transition:background .18s,border-color .18s,transform .18s cubic-bezier(.34,1.56,.64,1);position:absolute;top:16px;left:18px}.ob-clickwrap__label:after{content:"";transform-origin:50%;opacity:0;border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:11px;transition:transform .18s cubic-bezier(.34,1.56,.64,1),opacity .12s;position:absolute;top:19px;left:25px;transform:rotate(45deg)scale(.4)}.ob-clickwrap__box:checked+.ob-clickwrap__label:before{background:#6366f1;border-color:#6366f1}.ob-clickwrap__box:checked+.ob-clickwrap__label:after{opacity:1;transform:rotate(45deg)scale(1)}.ob-clickwrap__label:active:before{transform:scale(.9)}.ob-clickwrap__box:focus-visible+.ob-clickwrap__label:before{border-color:#6366f1e6;box-shadow:0 0 0 3px #6366f14d}@media (prefers-reduced-motion:reduce){.ob-clickwrap__label,.ob-clickwrap__label:before,.ob-clickwrap__label:after{transition:none}}.ob-clickwrap-progress{text-align:center;padding:40px 0}.ob-clickwrap-progress__icon{color:#6366f1;margin-bottom:24px;font-size:3.5rem}.ob-clickwrap-progress__icon i{animation:1.5s ease-in-out infinite obPulse}.ob-clickwrap-progress__title{color:#fff;margin-bottom:8px;font-size:1.4rem;font-weight:600}.ob-clickwrap-progress__status{color:#fff9;font-size:.9rem}.ob-clickwrap-progress__track{background:#ffffff0d;border-radius:4px;width:100%;height:4px;margin-top:32px;overflow:hidden}.ob-clickwrap-progress__fill{background:#6366f1;width:0%;height:100%;transition:width .6s cubic-bezier(.2,.8,.2,1)}.pool-glass-modal-overlay{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:2000;box-sizing:border-box;background:#000000a6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:24px;display:none;position:fixed;top:0;left:0}.pool-glass-modal-overlay.is-open{display:flex}.pool-glass-modal-card{background:#121216b3;border:1px solid #ffffff1a;border-radius:28px;flex-direction:column;width:100%;max-width:640px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) forwards poolModalSlideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 32px 64px -12px #000c,inset 0 1px #ffffff1a}@keyframes poolModalSlideIn{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.pool-modal-close-btn{color:#ffffffb3;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:20px;right:24px}.pool-modal-close-btn:hover{color:#fff;background:#fff3;transform:scale(1.05)}.pool-modal-scroll-area{scrollbar-width:none;flex:1;padding:48px 40px 32px;overflow-y:auto}.pool-modal-scroll-area::-webkit-scrollbar{display:none}.pool-modal-hero{text-align:center;flex-direction:column;align-items:center;margin-bottom:40px;display:flex}.pool-modal-logo{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1f;border-radius:24px;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:24px;display:flex;box-shadow:0 16px 32px -8px #00000080}.pool-modal-logo i{background:linear-gradient(135deg,#fff,#fff9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:3.5rem}.pool-modal-title{letter-spacing:-.03em;color:#fff;margin:0 0 8px;font-size:2rem;font-weight:700}.pool-modal-estimate{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:100px;margin-bottom:24px;padding:6px 16px;font-size:1.25rem;font-weight:600}.pool-modal-estimate__unit{color:#10b981b3;font-size:.9rem;font-weight:500}.pool-tag--trial{color:#67e8f9;border-color:#22d3ee59}.pool-modal-tags{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.pool-modal-section{margin-bottom:48px}.pool-modal-section--panel{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:24px}.pool-modal-section--flush{margin-bottom:0}.pool-modal-opcontext{color:#ffffffb3;grid-template-columns:1fr 1fr;gap:16px;font-size:.95rem;display:grid}.pool-modal-opcontext strong{color:#fff}.pool-modal-section-title{text-transform:uppercase;letter-spacing:.08em;color:#fff6;border-bottom:1px solid #ffffff0f;margin-bottom:16px;padding-bottom:8px;font-size:.85rem;font-weight:600}.pool-modal-desc{color:#fffc;font-size:1.05rem;line-height:1.6}.pool-timeline{margin-top:24px;padding-left:28px;position:relative}.pool-timeline:before{content:"";background:linear-gradient(#fff3 0%,#ffffff0d 100%);width:2px;position:absolute;top:8px;bottom:8px;left:7px}.pool-timeline-step{margin-bottom:32px;position:relative}.pool-timeline-step:last-child{margin-bottom:0}.pool-timeline-dot{z-index:2;background:#18181b;border:2px solid #fff6;border-radius:50%;width:16px;height:16px;position:absolute;top:4px;left:-28px}.pool-timeline-step.active .pool-timeline-dot{background:#4f46e5;border-color:#6366f1;box-shadow:0 0 12px #6366f199}.pool-timeline-step.success .pool-timeline-dot{background:#059669;border-color:#10b981}.pool-timeline-title{color:#fff;margin-bottom:4px;font-size:1.1rem;font-weight:600}.pool-timeline-desc{color:#ffffff80;font-size:.95rem;line-height:1.5}.pool-modal-sticky-footer{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#121216d9;border-top:1px solid #ffffff14;flex-direction:column;align-items:center;gap:12px;padding:24px 40px;display:flex}.pool-modal-cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#3730a3);border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;padding:18px;font-size:1.15rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 8px 24px #4f46e566}.pool-modal-cta:hover{background:linear-gradient(135deg,#6366f1,#4338ca);transform:translateY(-2px);box-shadow:0 12px 32px #4f46e599}.pool-modal-cta:active{transform:translateY(0)}.pool-modal-cta i{font-size:1.3rem}.pool-modal-cta-note{color:#ffffff4d;text-align:center;font-size:.8rem}.cycle-nav{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:16px;margin-bottom:16px;padding:10px 20px;display:flex}.cycle-nav__btn{color:#ffffff80;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.cycle-nav__btn:hover{color:#fff;background:#ffffff1a;border-color:#ffffff26;transform:scale(1.08)}.cycle-nav__btn:active{transform:scale(.95)}.cycle-nav__btn:disabled{opacity:.2;cursor:default;pointer-events:none}.cycle-nav__info{flex-direction:column;align-items:center;gap:2px;min-width:140px;transition:opacity .2s;display:flex}.cycle-nav__label{text-transform:uppercase;letter-spacing:1.8px;color:#ffffffd9;align-items:center;gap:6px;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:.72rem;font-weight:700;display:flex}.cycle-nav__status{text-transform:uppercase;letter-spacing:1px;border-radius:6px;align-items:center;gap:4px;padding:2px 7px;font-size:.6rem;font-weight:600;line-height:1;display:inline-flex}.cycle-nav__status--active{color:#10b981;background:#10b9811a}.cycle-nav__status--upcoming{color:#fff6;background:#ffffff0a}.cycle-nav__status--past{color:#ffffff4d;background:#ffffff08}.cycle-nav__status--locked{color:#fbbf24b3;background:#fbbf240f}.cycle-nav__status-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:5px;height:5px}.cycle-nav__status--active .cycle-nav__status-dot{animation:2s ease-in-out infinite cycleNavPulse;box-shadow:0 0 6px}@keyframes cycleNavPulse{0%,to{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}}.cycle-nav__dates{color:#ffffff59;letter-spacing:.3px;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:.7rem;font-weight:500}.cycle-nav__info.is-transitioning{opacity:0}.schedule-calendar-wrapper{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#0f172a66;border:1px solid #ffffff0d;border-radius:20px;padding:16px 24px}.schedule-calendar-grid{justify-content:center;gap:8px;padding:4px 0;display:flex}.schedule-calendar-grid::-webkit-scrollbar{display:none}.calendar-day{aspect-ratio:1/1.05;color:#ffffff73;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;flex:1 0;justify-content:center;align-items:center;gap:6px;min-width:0;max-width:72px;padding:8px 4px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.calendar-day:hover{color:#ffffffe6;background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.calendar-day.has-coverage-slot{color:#ffffffb3;background:#ffffff0a;border-color:#ffffff14}.calendar-day.active{color:#fff;background:#6366f114;border-color:#6366f180;box-shadow:0 0 20px #6366f126}.calendar-day.today,.calendar-day.is-today{color:#fff;background:#10b9810f;border-color:#10b98166}.calendar-day.today:after,.calendar-day.is-today:after{content:"";background:#10b981;border-radius:50%;width:4px;height:4px;position:absolute;top:6px;left:50%;transform:translate(-50%);box-shadow:0 0 8px #10b98199}.day-number{letter-spacing:-.3px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Inter,sans-serif;font-size:1.15rem;font-weight:600;line-height:1}.day-weekday{text-transform:uppercase;letter-spacing:.8px;color:#ffffff4d;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,sans-serif;font-size:.55rem;font-weight:600;line-height:1}.calendar-day.is-today .day-weekday{color:#10b981b3}.day-coverage-slots{justify-content:center;gap:3px;min-height:6px;display:flex}.sc-cal-dot--pending{background:#fbbf24}.sc-cal-dot--confirmed{background:#60a5fa}.sc-cal-dot--active{background:#22d3ee;box-shadow:0 0 8px #22d3ee}.sc-cal-dot--completed{background:#34d399}.sc-cal-dot--missed{background:#ef4444}.sc-cal-dot--idle{background:#ffffff4d}.schedule-calendar-grid.is-grabbable{cursor:grab}.schedule-calendar-grid.is-grabbing{cursor:grabbing}#schedule-upcoming-list .modular-unit-card.cal-focus-pulse{transition:transform .3s;transform:scale(1.02)}#schedule-upcoming-list .modular-unit-card.cal-focus-pulse.cal-focus-pulse--rest{transform:scale(1)}.node-level-badge{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:10px;padding:6px 14px 6px 10px;transition:all .25s;display:flex;position:relative}.node-level-badge:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-1px);box-shadow:0 4px 16px #0000004d}.node-level-icon{color:#10b981;font-size:1.15rem;transition:color .3s}.node-level-name{color:var(--text-primary);letter-spacing:-.01em;font-size:.9rem;font-weight:600}.node-level-pill{letter-spacing:.06em;text-transform:uppercase;color:#10b981;background:#10b9811f;border:1px solid #10b98140;border-radius:100px;padding:3px 8px;font-size:.6rem;font-weight:700;transition:all .3s}.node-level-badge[data-tier=pro] .node-level-icon{color:#6366f1}.node-level-badge[data-tier=pro] .node-level-pill{color:#6366f1;background:#6366f11f;border-color:#6366f140}.node-level-badge[data-tier=elite] .node-level-icon{color:#f59e0b}.node-level-badge[data-tier=elite] .node-level-pill{color:#f59e0b;background:#f59e0b1f;border-color:#f59e0b40}.node-level-tooltip{opacity:0;visibility:hidden;z-index:1000;pointer-events:none;background:#0f172a;border:1px solid #ffffff1a;border-radius:10px;width:240px;padding:14px 16px;transition:all .2s;position:absolute;top:calc(100% + 10px);left:0;transform:translateY(-4px);box-shadow:0 8px 24px #00000080}.node-level-badge:hover .node-level-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.node-tooltip-header{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;margin-bottom:8px;font-size:.75rem;font-weight:600;display:flex}.node-tooltip-desc{color:#94a3b8;margin:0 0 10px;font-size:.8rem;line-height:1.5}.node-tooltip-cta{color:var(--accent-primary);align-items:center;gap:4px;font-size:.72rem;font-weight:600;display:flex}.node-tier-card{border:1px solid var(--border-subtle);background:#ffffff05;border-radius:10px;align-items:flex-start;gap:16px;margin-bottom:10px;padding:16px 18px;transition:all .25s;display:flex;position:relative;overflow:hidden}.node-tier-card:hover{border-color:var(--border-active);background:#ffffff0a}.node-tier-card.active{background:#10b9810f;border-color:#10b98166;box-shadow:0 0 20px #10b98114}.node-tier-card.active[data-tier=pro]{background:#6366f10f;border-color:#6366f166;box-shadow:0 0 20px #6366f114}.node-tier-card.active[data-tier=elite]{background:#f59e0b0f;border-color:#f59e0b66;box-shadow:0 0 20px #f59e0b14}.node-tier-card.active:before{content:"CURRENT";letter-spacing:.08em;color:var(--text-tertiary);background:#ffffff0f;border-radius:4px;padding:2px 8px;font-size:.55rem;font-weight:700;animation:2.5s ease-in-out infinite nodePulse;position:absolute;top:8px;right:10px}@keyframes nodePulse{0%,to{opacity:.6}50%{opacity:1}}.earnings-hero-grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;display:grid}.earnings-hero-vault{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:linear-gradient(145deg,#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff14;border-radius:24px;flex-direction:column;justify-content:space-between;min-height:220px;padding:32px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #0003,inset 0 1px #ffffff1a}.earnings-hero-vault:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#10b9810d 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.vault-info,.vault-progress-container{z-index:1;position:relative}.vault-label{text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;align-items:center;gap:8px;margin-bottom:12px;font-size:.85rem;font-weight:600;display:flex}.vault-amount-container{align-items:baseline;gap:4px;display:flex}.vault-currency{color:#ffffff4d;font-size:2rem;font-weight:400}#earnings-hero-amount{letter-spacing:-2px;background:linear-gradient(#fff 0%,#a1a1aa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:4.5rem;font-weight:300;line-height:1}.vault-progress-container{background:#0003;border:1px solid #ffffff0d;border-radius:16px;margin-top:24px;padding:16px 20px}.vault-progress-header{text-transform:uppercase;color:#fff6;letter-spacing:.05em;justify-content:space-between;margin-bottom:12px;font-size:.75rem;font-weight:700;display:flex}.progress-highlight{color:#10b981}.vault-progress-track{background:#ffffff0d;border-radius:3px;height:6px;overflow:hidden}.vault-progress-fill{background:linear-gradient(90deg,#059669,#10b981);border-radius:3px;width:0%;height:100%;transition:width 1s cubic-bezier(.4,0,.2,1);box-shadow:0 0 12px #10b98199}.earnings-hero-timeline{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:linear-gradient(145deg,#ffffff05 0%,#ffffff01 100%);border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;justify-content:center;padding:24px 32px;display:flex}.timeline-header{color:var(--text-primary);align-items:center;gap:12px;margin-bottom:24px;font-size:1rem;font-weight:600;display:flex}.timeline-icon{color:#818cf8;background:#6366f126;border:1px solid #6366f14d;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.timeline-steps{flex-direction:column;gap:20px;display:flex;position:relative}.timeline-steps:before{content:"";z-index:0;background:#ffffff0d;width:2px;position:absolute;top:10px;bottom:10px;left:11px}.timeline-step{z-index:1;opacity:.4;align-items:center;gap:16px;transition:all .3s;display:flex;position:relative}.timeline-step.active{opacity:1}.timeline-step .step-icon{color:var(--text-tertiary);background:var(--bg-surface);border-radius:50%;font-size:24px;transition:all .3s}.timeline-step.active .step-icon{color:#ffffffe6;background:#ffffff1a;box-shadow:0 0 20px #ffffff26}.timeline-step .step-text{color:var(--text-secondary);font-size:.9rem}.timeline-step.active .step-text{color:var(--text-primary)}.earnings-cycles-bento-container{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff04;border:1px solid #ffffff0d;border-radius:24px;padding:24px}.earnings-month-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:12px;width:fit-content;margin-bottom:24px;padding:12px 18px;display:flex}.earnings-month-btn{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;font-size:.9rem;transition:all .2s;display:flex}.earnings-month-btn:hover{color:var(--text-primary);background:#ffffff1a}.earnings-month-display{flex-direction:column;align-items:center;min-width:140px;display:flex}.earnings-month-name{color:var(--text-primary);font-size:1rem;font-weight:700}.earnings-month-cycles-meta{color:var(--text-tertiary);margin-top:1px;font-size:.72rem}.status-scheduled .earnings-cycle-card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#8b5cf60a,#0000);width:100%;height:100%;animation:3s infinite card-shimmer;position:absolute;top:0;left:-100%}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.65}}@keyframes card-shimmer{0%{left:-100%}to{left:100%}}@keyframes earnings-pop{0%{opacity:0;transform:scale(.8)}60%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.earnings-pop{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards earnings-pop}.earnings-cycles-grid{grid-template-columns:1fr;gap:14px;margin-bottom:20px;display:grid}.earnings-cycle-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:default;background:linear-gradient(145deg,#ffffff05 0%,#ffffff01 100%);border:1px solid #ffffff0d;border-radius:16px;padding:0;transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden;box-shadow:0 4px 24px #0000001a,inset 0 1px #ffffff0d}.earnings-cycle-card:hover{background:linear-gradient(145deg,#ffffff0a 0%,#ffffff03 100%);border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 12px 32px #0003,inset 0 1px #ffffff1a}.earnings-cycle-card-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:0;min-height:80px;display:grid}.earnings-cycle-accent{border-radius:14px 0 0 14px;align-self:stretch;width:4px}.earnings-cycle-body{flex:1;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.earnings-cycle-info{flex-direction:column;gap:5px;display:flex}.earnings-cycle-num{text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);font-size:.7rem;font-weight:700}.earnings-cycle-dates{color:var(--text-primary);font-size:.95rem;font-weight:600}.earnings-cycle-right{flex-direction:column;align-items:flex-end;gap:8px;padding-right:20px;display:flex}.earnings-cycle-amount{letter-spacing:-.02em;font-family:IBM Plex Mono,monospace;font-size:1.35rem;font-weight:800}.earnings-status-badge{text-transform:uppercase;letter-spacing:.06em;border-radius:6px;align-items:center;gap:5px;padding:4px 10px;font-size:.68rem;font-weight:800;display:inline-flex}.status-not-done .earnings-cycle-accent{background:#71717a66}.status-not-done .earnings-cycle-amount{color:var(--text-tertiary)}.status-not-done .earnings-status-badge{color:#71717a;background:#71717a26}.status-upcoming .earnings-cycle-accent{background:#6366f199}.status-upcoming .earnings-cycle-amount{color:#818cf8}.status-upcoming .earnings-status-badge{color:#818cf8;background:#6366f11f}.status-ongoing .earnings-cycle-accent{background:linear-gradient(#10b981 0%,#06b6d4 100%)}.status-ongoing .earnings-cycle-amount{color:#10b981;text-shadow:0 0 20px #10b98140}.status-ongoing .earnings-status-badge{color:#10b981;background:#10b98126;animation:2s infinite pulse-badge}.status-ongoing .earnings-cycle-card{border-color:#10b9814d;box-shadow:0 0 30px #10b9810f}.status-processing .earnings-cycle-accent{background:linear-gradient(#f59e0b 0%,#d97706 100%)}.status-processing .earnings-cycle-amount{color:#f59e0b;text-shadow:0 0 20px #f59e0b40}.status-processing .earnings-status-badge{color:#f59e0b;background:#f59e0b26;animation:1.5s infinite pulse-badge}.status-processing .earnings-cycle-card{border-color:#f59e0b4d;box-shadow:0 0 30px #f59e0b0f}.status-scheduled .earnings-cycle-accent{background:linear-gradient(#6366f1 0%,#8b5cf6 100%)}.status-scheduled .earnings-cycle-amount{color:#a78bfa}.status-scheduled .earnings-status-badge{color:#a78bfa;background:#6366f126}.status-scheduled .earnings-cycle-card{border-color:#6366f140}.status-paid .earnings-cycle-accent{background:linear-gradient(#10b981 0%,#059669 100%)}.status-paid .earnings-cycle-amount{color:#10b981}.status-paid .earnings-status-badge{color:#10b981;background:#10b9811f}.pf-overlay{z-index:10000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;background:#000000b3;justify-content:center;align-items:center;transition:opacity .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0}.pf-overlay.profile-modal--open{opacity:1;pointer-events:all}.pf-shell{background:#0c0e14f2;border:1px solid #ffffff14;border-radius:28px;width:min(860px,96vw);height:min(600px,92vh);transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:scale(.97)translateY(8px);box-shadow:0 40px 80px #000000b3,inset 0 0 0 1px #ffffff0a}.pf-overlay.profile-modal--open .pf-shell{transform:scale(1)translateY(0)}.pf-sidebar{scrollbar-width:none;background:#ffffff05;border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:0;width:280px;padding:32px 20px 24px;display:flex;overflow-y:auto}.pf-sidebar::-webkit-scrollbar{display:none}.pf-identity{text-align:center;border-bottom:1px solid #ffffff0f;flex-direction:column;align-items:center;margin-bottom:20px;padding-bottom:28px;display:flex}.pf-ring-wrap{width:120px;height:120px;margin-bottom:16px;position:relative}.pf-ring{width:100%;height:100%;position:absolute;inset:0;transform:rotate(-90deg)}.pf-ring__track{fill:none;stroke:#ffffff0f;stroke-width:5px}.pf-ring__fill{fill:none;stroke:var(--tier-color,#10b981);stroke-width:5px;stroke-linecap:round;stroke-dashoffset:var(--pf-ring-offset,339.3);filter:drop-shadow(0 0 6px var(--tier-color,#10b981));transition:stroke-dashoffset 1s cubic-bezier(.16,1,.3,1),stroke .4s}.pf-avatar{cursor:pointer;background-color:#1e293be6;border-radius:50%;position:absolute;inset:10px;overflow:hidden}.pf-avatar__overlay{color:#0000;cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:background .25s,color .25s;display:flex;position:absolute;inset:0}.pf-avatar:hover .pf-avatar__overlay{color:#fff;background:#0009}.pf-avatar__input{display:none}.pf-identity__name{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:3px;font-size:1.05rem;font-weight:700}.pf-identity__company{color:var(--text-tertiary);margin-bottom:12px;font-size:.78rem}.pf-tier-badge{color:var(--tier-color,#10b981);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:6px;margin-bottom:16px;padding:5px 14px;font-size:.72rem;font-weight:700;transition:color .4s,border-color .4s;display:inline-flex}.pf-tier-badge i{font-size:13px}.pf-stats-row{gap:0;width:100%;margin-bottom:12px;display:flex}.pf-stat{flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.pf-stat__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);font-size:.62rem;font-weight:700}.pf-stat__value{color:var(--text-primary);font-size:.88rem;font-weight:700}.pf-xp-bar-wrap{flex-direction:column;gap:5px;width:100%;display:flex}.pf-xp-bar{background:#ffffff12;border-radius:4px;height:4px;overflow:hidden}.pf-xp-bar__fill{height:100%;width:var(--fill-pct,0%);background:var(--tier-color,#10b981);box-shadow:0 0 6px var(--tier-color,#10b981);border-radius:4px;transition:width 1s cubic-bezier(.16,1,.3,1)}.pf-xp-bar__label{color:var(--text-tertiary);text-align:right;font-size:.68rem}.pf-nav{flex-direction:column;flex:1;gap:4px;display:flex}.pf-nav-item{color:var(--text-tertiary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;padding:11px 14px;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .2s;display:flex;position:relative}.pf-nav-item i{flex-shrink:0;font-size:16px}.pf-nav-item:hover{color:var(--text-secondary);background:#ffffff0a}.pf-nav-item--active{color:#a5b4fc;background:#6366f11f;font-weight:600}.pf-nav-item--active:before{content:"";background:#6366f1;border-radius:0 3px 3px 0;width:3px;position:absolute;top:6px;bottom:6px;left:0}.pf-logout-btn{color:#ef4444b3;cursor:pointer;background:#ef44440d;border:1px solid #ef444426;border-radius:12px;align-items:center;gap:10px;margin-top:12px;padding:10px 14px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.pf-logout-btn:hover{color:#f87171;background:#ef44441f;border-color:#ef44444d}.pf-content{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.pf-close-btn{z-index:2;width:36px;height:36px;color:var(--text-tertiary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;font-size:16px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.pf-close-btn:hover{color:var(--text-primary);background:#ffffff1a}.pf-panel{scrollbar-width:thin;scrollbar-color:#ffffff14 transparent;flex-direction:column;flex:1;padding:36px 40px;display:flex;overflow-y:auto}.pf-panel--hidden{display:none}.pf-panel__header{margin-bottom:32px}.pf-panel__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:6px;font-size:1.5rem;font-weight:700}.pf-panel__sub{color:var(--text-tertiary);font-size:.85rem;line-height:1.5}.pf-form{flex-direction:column;gap:20px;display:flex}.pf-field{flex-direction:column;gap:8px;display:flex}.pf-field__label{letter-spacing:.07em;text-transform:uppercase;color:var(--text-tertiary);font-size:.72rem;font-weight:700}.pf-field__input{color:var(--text-primary);box-sizing:border-box;-webkit-appearance:none;background:#ffffff0a;border:1px solid #ffffff17;border-radius:14px;width:100%;padding:13px 18px;font-family:inherit;font-size:.9rem;transition:border-color .2s,background .2s}.pf-field__input:focus{background:#6366f10a;border-color:#6366f180;outline:none}.pf-field__input:disabled{opacity:.5;cursor:not-allowed;background:#ffffff05}.pf-field__input::placeholder{color:var(--text-tertiary)}.pf-pw-wrap{display:flex;position:relative}.pf-pw-wrap .pf-field__input{padding-right:48px}.pf-pw-toggle{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;font-size:16px;transition:color .2s;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.pf-pw-toggle:hover{color:var(--text-secondary)}.pf-strength-bar-wrap{align-items:center;gap:10px;margin-top:2px;display:flex}.pf-strength-track{background:#ffffff12;border-radius:4px;flex:1;height:4px;overflow:hidden}.pf-strength-track .pw-strength-bar{border-radius:4px;width:0;height:100%;transition:width .3s,background .3s}.pf-strength-track[data-strength="1"] .pw-strength-bar{background:#ef4444;width:20%}.pf-strength-track[data-strength="2"] .pw-strength-bar{background:#f97316;width:40%}.pf-strength-track[data-strength="3"] .pw-strength-bar{background:#f59e0b;width:60%}.pf-strength-track[data-strength="4"] .pw-strength-bar{background:#22c55e;width:80%}.pf-strength-track[data-strength="5"] .pw-strength-bar{background:#10b981;width:100%}.pf-strength-label{color:var(--text-tertiary);white-space:nowrap;text-align:right;min-width:60px;font-size:.72rem;transition:color .3s}.pf-strength-track[data-strength="1"]~.pf-strength-label{color:#ef4444}.pf-strength-track[data-strength="2"]~.pf-strength-label{color:#f97316}.pf-strength-track[data-strength="3"]~.pf-strength-label{color:#f59e0b}.pf-strength-track[data-strength="4"]~.pf-strength-label{color:#22c55e}.pf-strength-track[data-strength="5"]~.pf-strength-label{color:#10b981}.pf-save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:14px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;margin-top:8px;padding:13px 24px;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 16px #4f46e54d,inset 0 1px #ffffff26}.pf-save-btn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 20px #4f46e566,inset 0 1px #ffffff26}.pf-save-btn:active{transform:translateY(0)}.pf-toast{z-index:20000;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:14px;align-items:center;gap:10px;padding:13px 20px;font-size:.85rem;font-weight:500;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:28px;right:28px;transform:translateY(10px);box-shadow:0 8px 32px #00000080}.pf-toast.profile-toast--visible{opacity:1;transform:translateY(0)}.pf-toast.profile-toast--success{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.pf-toast.profile-toast--error{color:#f87171;background:#ef44441f;border:1px solid #ef444440}.pf-toast.profile-toast--info{color:#a5b4fc;background:#6366f11a;border:1px solid #6366f140}.profile-toast__icon{flex-shrink:0;font-size:16px}.pf-2fa{background:#ffffff08;border:1px solid #ffffff17;border-radius:16px;flex-direction:column;gap:12px;margin-top:28px;padding:20px;display:flex}.pf-2fa__head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.pf-2fa__title{color:var(--text-primary);letter-spacing:-.01em;font-size:.95rem;font-weight:700}.pf-2fa__sub{color:var(--text-tertiary);margin-top:4px;font-size:.78rem;line-height:1.5}.pf-2fa__status{flex-shrink:0;align-items:center;gap:8px;padding-top:2px;display:flex}.pf-2fa__dot{background:#94a3b899;border-radius:50%;flex-shrink:0;width:8px;height:8px}.pf-2fa__dot--on{background:#34d399}.pf-2fa__dot--off{background:#94a3b8}.pf-2fa__dot--unknown{background:#94a3b859}.pf-2fa__status-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);font-size:.76rem;font-weight:700}.pf-2fa__status-label--on{color:#34d399}.pf-2fa__status-label--off{color:#94a3b8}.pf-2fa__status-label--unknown{color:var(--text-tertiary)}.pf-2fa__detail{color:var(--text-secondary);margin:0;font-size:.82rem;line-height:1.55}.pf-2fa__btn{color:var(--text-primary);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;align-self:flex-start;padding:9px 18px;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .2s,border-color .2s}.pf-2fa__btn:hover:not(:disabled){background:#6366f11f;border-color:#6366f166}.pf-2fa__btn:disabled{opacity:.45;cursor:not-allowed}.pf-btn{border:1px solid var(--hairline-strong);border-radius:var(--radius-control);background:var(--surface-control);min-height:38px;color:var(--text-primary);cursor:pointer;transition:background .2s var(--ease-spring), border-color .2s var(--ease-spring), color .2s ease;justify-content:center;align-items:center;gap:8px;padding:9px 18px;font-family:inherit;font-size:.82rem;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.pf-btn:hover:not(:disabled){background:var(--surface-hover)}.pf-btn:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.pf-btn:disabled{opacity:.45;cursor:not-allowed}.pf-btn[hidden]{display:none}.pf-btn--primary{background:var(--accent-primary);color:var(--text-primary);border-color:#0000}.pf-btn--primary:hover:not(:disabled){background:var(--accent-primary);filter:brightness(1.08)}.pf-btn--quiet{background:0 0}.pf-btn--danger{background:var(--danger-soft);border-color:var(--danger-line);color:var(--danger-text)}.pf-btn--danger:hover:not(:disabled){background:var(--danger-soft);border-color:var(--danger-text)}.pf-btn--text{min-height:0;color:var(--text-secondary);background:0 0;border-color:#0000;padding:4px 6px;font-weight:600}.pf-btn--text:hover:not(:disabled){background:var(--surface-control);color:var(--text-primary)}.pf-btn--link{min-height:0;color:var(--text-secondary);text-underline-offset:3px;background:0 0;border-color:#0000;padding:4px 6px;text-decoration:underline}.pf-btn--link:hover{color:var(--text-primary);background:0 0}@media (prefers-reduced-motion:reduce){.pf-btn{transition:none}}.pf-block{border:1px solid var(--hairline);border-radius:var(--radius-card);background:var(--surface-card);flex-direction:column;gap:12px;margin-top:24px;padding:20px;display:flex}.pf-block--danger{border-color:var(--danger-line)}.pf-block__head{flex-direction:column;gap:4px;display:flex}.pf-block__title{letter-spacing:-.01em;color:var(--text-primary);margin:0;font-size:.95rem;font-weight:700}.pf-block__sub{color:var(--text-tertiary);margin:0;font-size:.8rem;line-height:1.5}.pf-block__note{color:var(--text-secondary);margin:0;font-size:.8rem;line-height:1.5}.pf-block__note:empty{display:none}.pf-block__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pf-field__action{align-self:flex-start}.pf-field__input--area{resize:vertical;min-height:84px;line-height:1.5}.pf-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.pf-list__item{border-top:1px solid var(--hairline);align-items:center;gap:12px;padding:12px 0;display:flex}.pf-list__item:first-child{border-top:0}.pf-list__main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.pf-list__title{color:var(--text-primary);font-size:.86rem;font-weight:600}.pf-list__meta{color:var(--text-tertiary);font-size:.76rem;line-height:1.45}.pf-list__side{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px;display:flex}.pf-list__side:empty{display:none}.pf-list__badge{border:1px solid var(--hairline-strong);color:var(--text-secondary);border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:.7rem;font-weight:600}.pf-list__hash{color:var(--text-tertiary);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem}.pf-list__state{color:var(--text-tertiary);padding:12px 0;font-size:.8rem}.pf-checks{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.pf-checks:empty{display:none}.pf-checks__item{color:var(--text-primary);align-items:center;gap:10px;font-size:.84rem;display:flex}.pf-checks__icon{color:var(--text-tertiary);flex-shrink:0;font-size:17px}.pf-checks__label{flex:1}.pf-checks__status{color:var(--text-tertiary);font-size:.74rem}.pf-checks__item--ok .pf-checks__icon{color:var(--success-text)}.pf-checks__item--blocked .pf-checks__icon,.pf-checks__item--blocked .pf-checks__status{color:var(--danger-text)}.pf-checks__facts{flex-direction:column;gap:6px;margin:0;padding-left:18px;display:flex}.pf-checks__facts:empty{display:none}.pf-checks__fact{color:var(--text-secondary);font-size:.8rem;line-height:1.5}.pf-data{flex-direction:column;gap:28px;display:flex}.pf-data__section{border-top:1px solid var(--hairline);flex-direction:column;gap:10px;padding-top:24px;display:flex}.pf-data__section:first-child{border-top:0;padding-top:0}.pf-data__heading{letter-spacing:-.01em;color:var(--text-primary);margin:0;font-size:.98rem;font-weight:700}.pf-data__lede{color:var(--text-tertiary);margin:0;font-size:.8rem;line-height:1.55}.pf-data__body{flex-direction:column;gap:12px;display:flex}.pf-data__grid{flex-direction:column;margin:0;display:flex}.pf-data__row{border-top:1px solid var(--hairline);grid-template-columns:minmax(120px,38%) 1fr;gap:12px;padding:9px 0;display:grid}.pf-data__row:first-child{border-top:0}.pf-data__key{color:var(--text-tertiary);font-size:.78rem}.pf-data__value{color:var(--text-primary);overflow-wrap:anywhere;margin:0;font-size:.84rem}.pf-data__loading{flex-direction:column;gap:12px;display:flex}@media (width<=560px){.pf-data__row{grid-template-columns:1fr;gap:2px}}.pf-sheet{z-index:10001;justify-content:center;align-items:flex-end;padding:20px;display:flex;position:fixed;inset:0}.pf-sheet__scrim{background:var(--scrim);-webkit-backdrop-filter:var(--glass-panel-blur);backdrop-filter:var(--glass-panel-blur);animation:.2s ease-out pf-sheet-fade;position:absolute;inset:0}.pf-sheet__panel{border:var(--glass-panel-border);border-radius:var(--radius-sheet);background:var(--bg-card);width:min(460px,100%);max-height:100%;box-shadow:var(--glass-panel-shadow);animation:pf-sheet-rise .32s var(--ease-spring);flex-direction:column;gap:14px;padding:24px;display:flex;position:relative;overflow-y:auto}.pf-sheet__panel:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.pf-sheet__title{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:700}.pf-sheet__text{color:var(--text-secondary);margin:0;font-size:.84rem;line-height:1.55}.pf-sheet__body{flex-direction:column;gap:14px;display:flex}.pf-sheet__error{color:var(--danger-text);margin:0;font-size:.8rem;line-height:1.45}.pf-sheet__error:empty{display:none}.pf-sheet__actions{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.pf-sheet__panel[aria-busy=true] .pf-sheet__confirm{cursor:progress}@keyframes pf-sheet-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pf-sheet-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.pf-sheet__panel,.pf-sheet__scrim{animation:none}}.deletion-banner{border-bottom:1px solid var(--danger-line);background:var(--danger-soft);color:var(--text-primary);align-items:center;gap:12px;padding:10px 20px;font-size:.84rem;display:flex}.deletion-banner__icon{color:var(--danger-text);flex-shrink:0;font-size:17px}.deletion-banner__text{flex:1;min-width:0}.deletion-banner__action{border:1px solid var(--hairline-strong);border-radius:var(--radius-control);background:var(--surface-control);color:var(--text-primary);cursor:pointer;flex-shrink:0;padding:6px 14px;font-family:inherit;font-size:.8rem;font-weight:600}.deletion-banner__action:hover{background:var(--surface-hover)}.deletion-banner__action:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.ui-terminal.legal-gate{z-index:9000;text-align:left;justify-content:center;align-items:center;overflow-y:auto}.legal-gate__panel{border:var(--glass-panel-border);border-radius:var(--radius-sheet);background:var(--bg-card);width:min(520px,100%);box-shadow:var(--glass-panel-shadow);animation:legal-gate-rise .35s var(--ease-spring);flex-direction:column;gap:14px;padding:32px;display:flex}.legal-gate__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);margin:0;font-size:.72rem;font-weight:700}.legal-gate__title{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:1.35rem;font-weight:700}.legal-gate__meta{color:var(--text-tertiary);margin:0;font-size:.78rem}.legal-gate__meta:empty{display:none}.legal-gate__body{color:var(--text-secondary);white-space:pre-line;margin:0;font-size:.9rem;line-height:1.6}.legal-gate__links{margin:0}.legal-gate__link{color:var(--text-primary);text-underline-offset:3px;font-size:.86rem;text-decoration:underline}.legal-gate__link:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.legal-gate__check{border:1px solid var(--hairline);border-radius:var(--radius-control);background:var(--surface-card);color:var(--text-primary);cursor:pointer;align-items:flex-start;gap:10px;padding:12px 14px;font-size:.86rem;line-height:1.5;display:flex}.legal-gate__checkbox{accent-color:var(--accent-primary);margin-top:3px}.legal-gate__checkbox:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.legal-gate__status,.legal-gate__error{margin:0;font-size:.82rem;line-height:1.45}.legal-gate__status{color:var(--text-secondary)}.legal-gate__error{color:var(--danger-text)}.legal-gate__status:empty,.legal-gate__error:empty{display:none}.legal-gate__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.legal-gate__actions--start{justify-content:flex-start}@keyframes legal-gate-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.legal-gate__panel{animation:none}}.adm-notice{z-index:10002;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.adm-notice__scrim{background:var(--scrim);-webkit-backdrop-filter:var(--glass-panel-blur);backdrop-filter:var(--glass-panel-blur);position:absolute;inset:0}.adm-notice__panel{border:var(--glass-panel-border);border-radius:var(--radius-sheet);background:var(--bg-card);width:min(560px,100%);max-height:100%;box-shadow:var(--glass-panel-shadow);animation:adm-notice-rise .32s var(--ease-spring);flex-direction:column;gap:14px;padding:28px;display:flex;position:relative;overflow-y:auto}.adm-notice__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);margin:0;font-size:.72rem;font-weight:700}.adm-notice__title{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:1.3rem;font-weight:700}.adm-notice__body{color:var(--text-secondary);flex-direction:column;gap:10px;font-size:.86rem;line-height:1.6;display:flex}.adm-notice__intro,.adm-notice__retention{margin:0}.adm-notice__retention{color:var(--text-primary);font-weight:600}.adm-notice__items{flex-direction:column;gap:8px;margin:0;padding-left:18px;display:flex}.adm-notice__strong{color:var(--text-primary);font-weight:600}.adm-notice__em{font-style:italic}.adm-notice__check{border:1px solid var(--hairline);border-radius:var(--radius-control);background:var(--surface-card);color:var(--text-primary);cursor:pointer;align-items:center;gap:10px;padding:12px 14px;font-size:.88rem;font-weight:600;display:flex}.adm-notice__checkbox{accent-color:var(--accent-primary)}.adm-notice__checkbox:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.adm-notice__error{color:var(--danger-text);margin:0;font-size:.82rem}.adm-notice__error:empty{display:none}.adm-notice__actions{justify-content:flex-end;gap:8px;display:flex}@keyframes adm-notice-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.adm-notice__panel{animation:none}}.pf-updates-overlay{z-index:10000;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);opacity:0;pointer-events:none;background:#00000080;justify-content:flex-end;transition:opacity .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0}.pf-updates-overlay.is-open{opacity:1;pointer-events:all}.pf-updates-shell{background:#0c0e14d9;border:1px solid #ffffff14;border-radius:32px;flex-direction:column;width:min(460px,92vw);height:calc(100vh - 32px);margin:16px;transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:translate(110%)scale(.98);box-shadow:-10px 20px 60px #00000080,inset 1px 1px #ffffff0f}.pf-updates-overlay.is-open .pf-updates-shell{transform:translate(0)scale(1)}.pf-updates-header{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:32px 32px 24px;display:flex}.pf-updates-title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.4rem;font-weight:700}.pf-updates-close{width:36px;height:36px;color:var(--text-tertiary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;font-size:16px;transition:all .2s;display:flex}.pf-updates-close:hover{color:var(--text-primary);background:#ffffff14;transform:scale(1.05)}.pf-updates-body{scrollbar-width:none;flex-direction:column;flex:1;gap:16px;padding:24px 32px;display:flex;overflow-y:auto}.pf-updates-body::-webkit-scrollbar{display:none}.pf-update-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;gap:16px;padding:20px;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s;display:flex;position:relative;overflow:hidden}.pf-update-card.is-unread:before{content:"";background:var(--glow-color,#6366f1);width:6px;height:6px;box-shadow:0 0 8px var(--glow-color,#6366f1);border-radius:50%;position:absolute;top:24px;left:8px}.pf-update-card--system{--glow-color:#3b82f6}.pf-update-card--finance{--glow-color:#10b981}.pf-update-card--alert{--glow-color:#f59e0b}.pf-update-card--urgent{--glow-color:#ef4444}.pf-update-card.is-dismissing{opacity:0;transform:translate(120%)}.pf-update-icon{width:44px;height:44px;color:var(--glow-color,var(--text-secondary));background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}.pf-update-content{flex-direction:column;flex:1;display:flex}.pf-update-meta{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.pf-update-category{text-transform:uppercase;letter-spacing:.08em;color:var(--glow-color,var(--text-tertiary));font-size:.65rem;font-weight:700}.pf-update-time{color:var(--text-tertiary);font-size:.7rem}.pf-update-title{color:var(--text-primary);margin:0 0 6px;font-size:.95rem;font-weight:600;line-height:1.3}.pf-update-text{color:var(--text-secondary);margin:0 0 16px;font-size:.82rem;line-height:1.5}.pf-update-action{color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-self:flex-start;padding:8px 16px;font-size:.75rem;font-weight:600;transition:all .2s}.pf-update-action:hover{background:#ffffff1a;border-color:#fff3}.pf-update-action--primary{background:var(--glow-color,#6366f1);color:#fff;border-color:#0000}.pf-update-action--primary:hover{background:var(--glow-color,#6366f1);filter:brightness(1.15);border-color:#0000}.pf-update-dismiss-zone{width:40px;color:var(--text-tertiary);opacity:0;cursor:pointer;background:linear-gradient(90deg,#0000,#0000004d);justify-content:center;align-items:center;transition:opacity .2s,color .2s;display:flex;position:absolute;top:0;bottom:0;right:0}.pf-update-card:hover .pf-update-dismiss-zone{opacity:1}.pf-update-dismiss-zone:hover{color:#ef4444}.pf-updates-empty{text-align:center;opacity:0;flex-direction:column;flex:1;justify-content:center;align-items:center;animation:.6s .3s forwards updates-fade-in;display:flex}.pf-updates-orb{justify-content:center;align-items:center;width:140px;height:140px;margin-bottom:24px;display:flex;position:relative}.pf-updates-orb:before{content:"";border:1px solid #10b98133;border-radius:50%;animation:4s ease-in-out infinite updates-orb-pulse;position:absolute;inset:10px;box-shadow:0 0 40px #10b9810d}.pf-updates-orb i{color:#10b981;filter:drop-shadow(0 0 12px #10b98166);font-size:48px}.pf-updates-empty-title{color:var(--text-primary);margin:0 0 8px;font-size:1.1rem;font-weight:700}.pf-updates-empty-text{color:var(--text-tertiary);max-width:220px;font-size:.85rem;line-height:1.5}@keyframes updates-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes updates-orb-pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:.4;transform:scale(1.1)}}.context-badge--hidden{display:none}.context-badge--visible{display:inline-flex}.pf-levels-overlay{z-index:10001;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);opacity:0;pointer-events:none;background:#05070c99;justify-content:center;align-items:center;transition:opacity .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0}.pf-levels-overlay.is-open{opacity:1;pointer-events:all}.pf-levels-shell{background:#0a0c12f7;border:1px solid #ffffff14;border-radius:32px;flex-direction:column;width:800px;max-width:95vw;max-height:90vh;transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:scale(.95)translateY(20px);box-shadow:0 40px 100px #000000e6,inset 0 1px 1px #ffffff0f}.pf-levels-overlay.is-open .pf-levels-shell{transform:scale(1)translateY(0)}.pf-levels-close{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;z-index:10;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:18px;transition:all .2s;display:flex;position:absolute;top:24px;right:24px}.pf-levels-close:hover{color:var(--text-primary);background:#ffffff1a;transform:scale(1.05)}.pf-levels-content{scrollbar-width:none;flex-direction:column;align-items:center;gap:48px;padding:48px;display:flex;overflow-y:auto}.pf-levels-content::-webkit-scrollbar{display:none}.pf-hero-rings-wrapper{justify-content:center;align-items:center;width:280px;height:280px;display:flex;position:relative}.pf-hero-svg{width:100%;height:100%;position:absolute;inset:0;transform:rotate(-90deg)}.pf-ring-track{fill:none;stroke:#ffffff0d;stroke-linecap:round}.pf-ring-fill{fill:none;stroke-linecap:round;filter:drop-shadow(0 0 8px var(--tier-color,#fff3));transition:stroke-dashoffset 1s cubic-bezier(.16,1,.3,1),stroke .4s}.pf-ring-fill--animated{stroke-dashoffset:var(--pf-ring-offset)}.pf-hero-center{text-align:center;z-index:2;flex-direction:column;justify-content:center;align-items:center;display:flex}.pf-hero-tier-name{text-transform:uppercase;letter-spacing:.15em;color:var(--tier-color,var(--text-secondary));margin-bottom:4px;font-size:.8rem;font-weight:700}.pf-hero-xp-val{letter-spacing:-.04em;color:var(--text-primary);text-shadow:0 4px 12px #00000080;font-size:3.5rem;font-weight:800;line-height:1}.pf-hero-xp-sub{color:var(--text-tertiary);margin-top:4px;font-size:.85rem}.pf-journey-map{justify-content:center;align-items:center;gap:16px;width:100%;display:flex;position:relative}.pf-journey-line{z-index:0;background:#ffffff0d;height:2px;position:absolute;top:50%;left:10%;right:10%;transform:translateY(-50%)}.pf-journey-line-fill{width:var(--pf-journey-fill,0%);background:linear-gradient(90deg,#10b981,#6366f1,#f59e0b);height:100%;transition:width 1s}.pf-journey-card{z-index:1;text-align:center;opacity:.5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c0e14e6;border:1px solid #ffffff14;border-radius:20px;width:180px;padding:20px 16px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;transform:scale(.9)}.pf-journey-card.is-active{opacity:1;border-color:var(--card-color,#fff3);box-shadow:0 10px 30px #00000080, 0 0 0 1px var(--card-color,transparent) inset;transform:scale(1.05)}.pf-journey-icon{width:48px;height:48px;color:var(--card-color,#fff);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;margin:0 auto 12px;font-size:24px;display:flex}.pf-journey-card.is-active .pf-journey-icon{background:var(--card-color);color:#000;box-shadow:0 0 15px var(--card-color)}.pf-journey-name{color:var(--text-primary);margin-bottom:4px;font-size:.95rem;font-weight:700}.pf-journey-rate{color:var(--text-secondary);font-size:.8rem}.pf-journey-rate strong{color:var(--text-primary)}.pf-levels-content>*{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) forwards levels-slide-up-fade;transform:translateY(20px)}.pf-levels-content>:first-child{animation-delay:.1s}.pf-levels-content>:nth-child(2){animation-delay:.2s}@keyframes levels-slide-up-fade{to{opacity:1;transform:translateY(0)}}.pf-bento-row{grid-template-columns:1fr 1fr;gap:24px;width:100%;display:grid}.pf-bento-row--single{grid-template-columns:1fr}.pf-revenue-panel{background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;width:100%;padding:32px;display:flex}.pf-revenue-header{align-items:center;gap:12px;margin-bottom:24px;display:flex}.pf-revenue-icon{color:#10b981;background:#10b9811a;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.pf-revenue-title-wrap{flex-direction:column;display:flex}.pf-rev-title{color:var(--text-primary);margin:0 0 2px;font-size:1.1rem;font-weight:700}.pf-rev-sub{color:var(--text-tertiary);margin:0;font-size:.75rem}.pf-revenue-hero-wrap{text-align:center;border-bottom:1px solid #ffffff0d;margin-bottom:24px;padding-bottom:24px}.pf-revenue-hero{color:#10b981;letter-spacing:-.02em;text-shadow:0 0 20px #10b9814d;margin-bottom:4px;font-size:2.5rem;font-weight:800}.pf-revenue-hero-sub{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.pf-revenue-breakdown{flex-direction:column;flex:1;gap:12px;display:flex}.pf-rev-item{background:#ffffff05;border:1px solid #ffffff08;border-radius:12px;justify-content:space-between;align-items:center;padding:12px;transition:background .2s;display:flex}.pf-rev-item:hover{background:#ffffff0a}.pf-rev-item-left{align-items:center;gap:12px;display:flex}.pf-rev-item-icon{width:32px;height:32px;color:var(--text-secondary);background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;display:flex}.pf-rev-item-name{color:var(--text-primary);font-size:.85rem;font-weight:600}.pf-rev-item-val{color:var(--text-primary);font-family:monospace;font-size:.9rem;font-weight:700}.pf-rev-item--retained .pf-rev-item-icon{color:#3b82f6;background:#3b82f61a}.pf-rev-item--chargebacks .pf-rev-item-icon{color:#f59e0b;background:#f59e0b1a}.pf-rev-item--upsells .pf-rev-item-icon{color:#8b5cf6;background:#8b5cf61a}.pf-levels-content>:nth-child(3){animation-delay:.3s}.pf-levels-content>:nth-child(4){animation-delay:.4s}@media (width<=800px){.pf-bento-row{grid-template-columns:1fr}}.eng-backdrop{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:9999;background:#0a0a0f73;justify-content:center;align-items:center;animation:.25s ease-out forwards modalFadeIn;display:flex;position:fixed;inset:0}.eng-backdrop.is-closing{animation:.2s ease-out forwards modalFadeOut}.eng-card{text-align:center;-webkit-backdrop-filter:blur(48px)saturate(160%);backdrop-filter:blur(48px)saturate(160%);will-change:transform, opacity;background:radial-gradient(130% 120% at 50% -10%,#10b9811f 0%,#0e1016eb 100%);border:1px solid #ffffff1f;border-radius:28px;width:100%;max-width:560px;margin:20px;padding:48px 32px 32px;position:relative;box-shadow:0 40px 80px #000000b3,inset 0 1px 2px #fff3,inset 0 0 40px #ffffff08}.eng-card.spring-pop{animation:.35s cubic-bezier(.34,1.56,.64,1) forwards springPop}@keyframes springPop{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.eng-close-btn{color:#fffc;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.eng-close-btn:hover{color:#fff;background:#ffffff26}.eng-icon-row{justify-content:center;align-items:center;gap:16px;margin-bottom:24px;display:flex}.eng-icon-box{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.6rem;display:flex;box-shadow:inset 0 2px 8px #ffffff14}.eng-icon-box--video{background:linear-gradient(135deg,#10b981 0%,#059669 100%);font-size:1.8rem;box-shadow:0 12px 24px #10b98166,inset 0 2px 4px #fff6}.eng-icon-plus{color:#ffffff4d;font-size:1rem}.eng-title{color:#fff;letter-spacing:-.5px;margin-bottom:8px;font-size:1.5rem;font-weight:600}.eng-desc{color:#fff9;margin-bottom:32px;padding:0 8px;font-size:.9rem;line-height:1.6}.eng-desc strong{color:#ffffffd9}.eng-drop-row{gap:16px;margin-bottom:32px;display:flex}.eng-dropzone{cursor:pointer;background:#ffffff05;border:1px dashed #ffffff26;border-radius:20px;flex-direction:column;flex:1;align-items:center;min-height:160px;padding:24px 16px;transition:all .2s;display:flex;position:relative;box-shadow:inset 0 2px 10px #0003}.eng-dropzone:hover{background:#ffffff0f;border-color:#ffffff4d;transform:translateY(-2px)}.eng-dropzone.is-dragover{background:#10b98114;border-style:solid;border-color:#10b981}.eng-dropzone.is-filled{cursor:default;background:#10b9810a;border-style:solid;border-color:#10b98166}.eng-dropzone--video{background:#10b98108;border-color:#10b9814d}.eng-dropzone--video:hover{background:#10b98114;border-color:#10b98199}.eng-dropzone__icon{color:#ffffffe6;margin-bottom:12px;font-size:2rem}.eng-dropzone--video .eng-dropzone__icon{color:#10b981;filter:drop-shadow(0 0 8px #10b98166)}.eng-dropzone__label{color:#fff;margin-bottom:12px;font-size:.95rem;font-weight:600}.eng-tags{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.eng-tag{color:#fff9;letter-spacing:.2px;background:#ffffff0a;border:1px solid #ffffff0d;border-radius:100px;align-items:center;gap:4px;padding:2px 8px;font-size:.65rem;font-weight:500;display:inline-flex}.eng-tag__check{color:#10b981}.eng-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(#34d399 0%,#10b981 100%);border:1px solid #ffffff26;border-top-color:#fff6;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:24px;padding:16px;font-size:1.05rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 8px 24px #10b98166,inset 0 1px #fff6}.eng-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 32px #10b98180,inset 0 1px #fff6}.eng-submit-btn:disabled{opacity:.4;cursor:not-allowed;filter:grayscale(.3)}.eng-trust-row{color:#fff6;justify-content:center;align-items:center;gap:20px;font-size:.75rem;font-weight:500;display:flex}.eng-trust-item{align-items:center;gap:6px;display:flex}.eng-loading{text-align:center;padding:40px 0}.eng-loading__spinner{color:#10b981;margin-bottom:24px;font-size:4rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.eng-loading__title{color:#fff;letter-spacing:-.5px;margin-bottom:12px;font-size:1.4rem;font-weight:600}.eng-loading__status{color:#fff9;max-width:300px;margin:0 auto;font-size:.95rem;line-height:1.5}.eng-loading__bar-track{background:#ffffff0d;border-radius:4px;width:100%;height:4px;margin-top:32px;position:relative;overflow:hidden}.eng-loading__bar-fill{background:#10b981;border-radius:4px;width:0%;height:100%;transition:width 4s ease-in-out;position:absolute;top:0;left:0}.eng-approved-hero{text-align:left;background:#0003;border:1px solid #ffffff0d;border-radius:20px;align-items:center;gap:20px;margin-bottom:32px;padding:16px;display:flex;box-shadow:inset 0 2px 12px #0000004d}.eng-approved-thumb{background:#334155;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:100px;display:flex;position:relative;overflow:hidden}.eng-approved-thumb__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000004d;position:absolute;inset:0}.eng-approved-thumb__play{color:#fff;z-index:10;filter:drop-shadow(0 2px 4px #00000080);font-size:1.8rem;position:relative}.eng-approved-title{color:#fff;letter-spacing:-.5px;margin-bottom:8px;font-size:1.3rem;font-weight:600}.eng-approved-checks{color:#fff9;flex-direction:column;gap:4px;font-size:.85rem;display:flex}.eng-approved-check{align-items:center;gap:6px;display:flex}.eng-approved-check i{color:#10b981}.cc-company-icon,.cc-company-icon--sm,.cc-company-icon--lg,.cc-step-hdr__icon,.cc-tool-card__icon,.cc-tool-card__icon--sm{background:#6366f11a;border-color:#6366f133}.cc-company-icon i,.cc-company-icon--sm i,.cc-company-icon--lg i,.cc-step-hdr__icon i,.cc-tool-card__icon i,.cc-tool-card__icon--sm i{color:var(--accent-primary)}.cc-wf-step__num,.cc-wf-step__num--sm{color:var(--accent-primary);background:#6366f11a;border-color:#6366f145}.cc-kb-hero__sector,.kb-section-title i,.cc-step-hdr__num,.cc-step-hdr__icon i{color:var(--accent-primary)}.cc-kb-hero{background:linear-gradient(135deg,#6366f112 0%,#0000 60%);border-color:#6366f126}.cc-ack-checkbox{accent-color:var(--accent-primary)}.cc-step-hdr [class^=ph]{color:var(--accent-primary)}.cc-hub-progress__fill{background:var(--accent-primary)}.cc-hub-progress__fill--certified{background:#10b981}.ph-clock{color:var(--accent-primary)}.xp-value-colored{color:var(--tier-color,var(--accent-primary))}.oi-overview-swatch,.ci-co-addon-swatch,.ci-co-addon-inner-swatch{background:var(--swatch,var(--border-subtle))}.ci-co-prod-badge{background:var(--badge-color,var(--accent-primary))}.ci-co-addon-preview{background:var(--swatch,var(--border-subtle));justify-content:center;align-items:center;width:100%;height:180px;display:flex}[style*=--fill-pct]{width:var(--fill-pct,0%);transition:width .4s}.ash{width:100%;max-width:900px;font-family:var(--font-sans,"Inter", system-ui, -apple-system, sans-serif);color:var(--text-primary);z-index:1;flex-direction:column;gap:40px;margin:0 auto;padding:48px 24px 64px;animation:.6s cubic-bezier(.22,1,.36,1) both ashFadeSlideUp;display:flex;position:relative}.ash:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle,#6366f11f 0%,#8b5cf60f 40%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:6s ease-in-out infinite ashPulseGlow;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.ash__hero{text-align:center;will-change:transform;z-index:100;flex-direction:column;align-items:center;gap:28px;padding:16px 0 0;transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .4s;display:flex;position:relative}.ash__sparkle{background:linear-gradient(135deg,#a78bfa,#6366f1,#818cf8);-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 16px #6366f159);-webkit-user-select:none;user-select:none;-webkit-background-clip:text;background-clip:text;font-size:2.8rem;line-height:1;animation:3s ease-in-out infinite ashFloat}.ash__title{letter-spacing:-.03em;color:var(--text-primary);background:linear-gradient(#fff 0%,#ffffffb8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;line-height:1.15}.ash__search-wrap{z-index:100;width:100%;max-width:600px;position:relative}.ash__search-container{align-items:center;width:100%;display:flex;position:relative}.ash__search-input{-webkit-backdrop-filter:blur(40px)saturate(140%);backdrop-filter:blur(40px)saturate(140%);width:100%;height:64px;color:var(--text-primary);font-family:var(--font-sans);background:#0f172a99;border:1px solid #ffffff1a;border-radius:32px;outline:none;padding:0 72px 0 28px;font-size:1rem;font-weight:500;transition:border-color .3s,box-shadow .3s;box-shadow:inset 0 1px 1px #ffffff14,0 8px 32px #0000004d}.ash__search-input::placeholder{color:var(--text-tertiary);font-weight:400}.ash__search-input:focus{border-color:#6366f199;box-shadow:inset 0 1px 1px #ffffff14,0 0 0 4px #6366f126,0 8px 32px #0000004d}.ash__search-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.15rem;transition:transform .25s,box-shadow .25s,opacity .25s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%);box-shadow:0 4px 16px #6366f159}.ash__search-btn:hover{transform:translateY(-50%)scale(1.06);box-shadow:0 6px 24px #6366f173}.ash__search-btn:active{transform:translateY(-50%)scale(.96)}.ash__chat-modal-overlay{z-index:1100;-webkit-backdrop-filter:blur();backdrop-filter:blur();opacity:0;pointer-events:none;background:0 0;justify-content:center;align-items:center;padding:32px;transition:all .5s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;inset:0}.ash__chat-modal-overlay--open{opacity:1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);pointer-events:auto;background:#00000080}.ash__chat-modal{-webkit-backdrop-filter:blur(48px)saturate(160%);backdrop-filter:blur(48px)saturate(160%);opacity:0;background:linear-gradient(160deg,#1e293bd9 0%,#0f172af2 100%);border:1px solid #ffffff1a;border-radius:28px;flex-direction:column;width:100%;max-width:560px;height:70vh;max-height:680px;transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .45s;display:flex;overflow:hidden;transform:translateY(24px)scale(.96);box-shadow:inset 0 1px 1px #ffffff0f,0 40px 100px #0009}.ash__chat-modal-overlay--open .ash__chat-modal{opacity:1;transform:translateY(0)scale(1)}.ash__chat-modal-header{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.ash__chat-modal-title-area{align-items:center;gap:14px;display:flex}.ash__chat-modal-avatar{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 50%,#3b82f6 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex;box-shadow:0 4px 16px #6366f159}.ash__chat-modal-title-text h2{color:var(--text-primary);font-size:1.05rem;font-weight:600;line-height:1.2}.ash__chat-modal-status{color:#34d399;letter-spacing:.5px;font-size:.72rem;font-weight:500}.ash__chat-modal-close{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:16px;transition:all .2s;display:flex}.ash__chat-modal-close:hover{color:var(--text-primary);background:#ffffff1f}.ash__chat-modal-body{scrollbar-width:thin;scrollbar-color:#ffffff14 transparent;flex:1;min-height:0;padding:24px;overflow-y:auto}.ash__chat-modal-body::-webkit-scrollbar{width:4px}.ash__chat-modal-body::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}.ash__chat-content{flex-direction:column;gap:16px;display:flex}.ash__chat-msg{align-items:flex-start;gap:12px;animation:.35s cubic-bezier(.22,1,.36,1) both ashFadeSlideUp;display:flex}.ash__chat-msg--user{flex-direction:row-reverse}.ash__chat-msg--ai{flex-direction:row}.ash__chat-avatar{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 50%,#3b82f6 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:.75rem;display:flex;box-shadow:0 4px 12px #6366f14d}.ash__chat-bubble{max-width:80%;color:var(--text-primary);border-radius:20px;padding:14px 18px;font-size:.88rem;font-weight:450;line-height:1.55}.ash__chat-bubble p{margin:0}.ash__chat-msg--ai .ash__chat-bubble{background:#ffffff0f;border:1px solid #ffffff14;border-radius:20px 20px 20px 6px}.ash__chat-msg--user .ash__chat-bubble{background:linear-gradient(135deg,#6366f140 0%,#8b5cf62e 100%);border:1px solid #6366f133;border-radius:20px 20px 6px}.ash__chat-modal-footer{border-top:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:12px;padding:16px 20px 20px;display:flex}.ash__chat-modal-input{height:48px;color:var(--text-primary);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:24px;outline:none;flex:1;padding:0 20px;font-family:inherit;font-size:.9rem;transition:border-color .25s,box-shadow .25s}.ash__chat-modal-input::placeholder{color:var(--text-tertiary)}.ash__chat-modal-input:focus{border-color:#6366f180;box-shadow:0 0 0 3px #6366f11f}.ash__chat-modal-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;font-size:1rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #6366f159}.ash__chat-modal-send:hover{transform:scale(1.06);box-shadow:0 6px 24px #6366f173}.ash__chat-modal-send:active{transform:scale(.94)}.ash__typing{align-items:center;gap:5px;padding:4px 0;display:flex}.ash__typing span{background:var(--text-tertiary);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite ashTypingBounce;display:block}.ash__typing span:nth-child(2){animation-delay:.15s}.ash__typing span:nth-child(3){animation-delay:.3s}.ash__topics-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.ash__topic-card{--ash-topic-color:var(--accent-primary);-webkit-backdrop-filter:blur(24px)saturate(130%);backdrop-filter:blur(24px)saturate(130%);cursor:pointer;background:#0f172a99;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:12px;padding:24px;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .35s;animation:.5s cubic-bezier(.22,1,.36,1) both ashCardEntrance;display:flex;position:relative;box-shadow:inset 0 1px 1px #ffffff0f,0 4px 16px #0003}.ash__topic-card:first-child{animation-delay:50ms}.ash__topic-card:nth-child(2){animation-delay:.1s}.ash__topic-card:nth-child(3){animation-delay:.15s}.ash__topic-card:nth-child(4){animation-delay:.2s}.ash__topic-card:nth-child(5){animation-delay:.25s}.ash__topic-card:nth-child(6){animation-delay:.3s}.ash__topic-card:hover{border-color:color-mix(in srgb, var(--ash-topic-color) 35%, transparent);box-shadow:inset 0 1px 1px #ffffff14, 0 8px 32px #0000004d, 0 0 0 1px color-mix(in srgb, var(--ash-topic-color) 15%, transparent);transform:translateY(-4px)}.ash__topic-icon{width:44px;height:44px;color:var(--ash-topic-color);background:color-mix(in srgb, var(--ash-topic-color) 12%, transparent);border-radius:14px;justify-content:center;align-items:center;font-size:1.2rem;transition:background .3s,transform .3s;display:flex}.ash__topic-card:hover .ash__topic-icon{background:color-mix(in srgb, var(--ash-topic-color) 18%, transparent);transform:scale(1.06)}.ash__topic-title{color:var(--text-primary);font-size:.95rem;font-weight:600;line-height:1.3}.ash__topic-desc{color:var(--text-secondary);font-size:.8rem;font-weight:400;line-height:1.5}.ash__topic-count{color:var(--text-tertiary);background:#ffffff0f;border:1px solid #ffffff0f;border-radius:100px;align-self:flex-start;align-items:center;margin-top:auto;padding:3px 10px;font-size:.7rem;font-weight:500;display:inline-flex}.ash__topic-card--schedule,.ash__topic-card--earnings,.ash__topic-card--account,.ash__topic-card--compliance,.ash__topic-card--company,.ash__topic-card--technical{--ash-topic-color:#cbd5e1}.ash__troubleshoot-section{border-top:1px solid #ffffff0f;padding-top:8px}.ash__troubleshoot-cta{-webkit-backdrop-filter:blur(24px)saturate(130%);backdrop-filter:blur(24px)saturate(130%);cursor:pointer;background:#0f172a99;border:1px solid #6366f133;border-radius:24px;align-items:center;gap:20px;padding:28px;transition:border-color .35s,box-shadow .35s,transform .35s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden}.ash__troubleshoot-cta:before{content:"";-webkit-mask-composite:xor;pointer-events:none;opacity:.6;background:linear-gradient(135deg,#6366f14d 0%,#8b5cf626 50%,#3b82f633 100%);border-radius:24px;padding:1px;transition:opacity .35s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ash__troubleshoot-cta:hover{border-color:#6366f159;transform:translateY(-2px);box-shadow:0 8px 40px #6366f126,0 0 0 1px #6366f11a}.ash__troubleshoot-cta:hover:before{opacity:1}.ash__troubleshoot-icon{color:#a78bfa;background:linear-gradient(135deg,#6366f133 0%,#8b5cf626 100%);border-radius:14px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;font-size:1.3rem;transition:transform .3s;display:flex}.ash__troubleshoot-cta:hover .ash__troubleshoot-icon{transform:scale(1.08)}.ash__troubleshoot-title{color:var(--text-primary);margin-bottom:4px;font-size:1rem;font-weight:600}.ash__troubleshoot-desc{color:var(--text-secondary);font-size:.82rem;font-weight:400;line-height:1.5}.ash__ai-overlay{-webkit-backdrop-filter:blur(24px)saturate(120%);backdrop-filter:blur(24px)saturate(120%);z-index:200;opacity:0;pointer-events:none;background:#050710b3;justify-content:center;align-items:center;transition:opacity .5s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;inset:0}.ash__ai-overlay--open{opacity:1;pointer-events:auto}.ash__ai-canvas{-webkit-backdrop-filter:blur(64px)saturate(180%);backdrop-filter:blur(64px)saturate(180%);opacity:0;background:#0f1423a6;border:1px solid #ffffff14;border-radius:32px;flex-direction:column;width:100%;max-width:680px;height:85vh;max-height:800px;margin:24px;transition:transform .6s cubic-bezier(.19,1,.22,1),opacity .5s;display:flex;position:relative;overflow:hidden;transform:translateY(30px)scale(.95);box-shadow:inset 0 1px 1px #ffffff1a,0 40px 100px #0009}.ash__ai-overlay--open .ash__ai-canvas{opacity:1;transform:translateY(0)scale(1)}.ash__ai-header{z-index:10;background:linear-gradient(#0f1423e6 0%,#0f142300 100%);justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.ash__ai-orb-container{align-items:center;gap:16px;display:flex}.ash__ai-orb{background:radial-gradient(circle at 30% 30%,#8b5cf6,#3b82f6);border-radius:50%;width:36px;height:36px;animation:4s ease-in-out infinite alternate ash-orb-pulse;position:relative;box-shadow:0 0 20px #8b5cf666,inset 0 0 10px #ffffff80}@keyframes ash-orb-pulse{0%{filter:hue-rotate();transform:scale(.95);box-shadow:0 0 15px #8b5cf666}to{filter:hue-rotate(30deg);transform:scale(1.05);box-shadow:0 0 30px #3b82f699}}.ash__ai-orb--thinking{animation:1s cubic-bezier(.4,0,.2,1) infinite alternate orbThink}@keyframes orbThink{0%{opacity:.7;transform:scale(.9)}to{opacity:1;transform:scale(1.1);box-shadow:0 0 40px #8b5cf6cc}}.ash__ai-title{color:var(--text-primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:600}.ash__ai-header-close{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:all .2s;display:flex}.ash__ai-header-close:hover{color:var(--text-primary);background:#ffffff26;transform:scale(1.05)}.ash__ai-stream{scroll-behavior:smooth;flex-direction:column;flex:1;gap:24px;padding:0 32px 32px;display:flex;overflow-y:auto}.ash__ai-stream::-webkit-scrollbar{display:none}.ash__ai-message-row{flex-direction:column;gap:8px;max-width:85%;animation:.4s cubic-bezier(.22,1,.36,1) backwards messageSlideIn;display:flex}.ash__ai-message-row--user{align-self:flex-end;align-items:flex-end}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ash__ai-bubble{color:var(--text-primary);border-radius:20px;padding:16px 20px;font-size:.95rem;line-height:1.5;box-shadow:0 4px 12px #0000001a}.ash__ai-bubble--ai{background:#ffffff0d;border:1px solid #ffffff14;border-bottom-left-radius:4px}.ash__ai-bubble--user{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border-bottom-right-radius:4px}.ash__ai-chips-container{flex-direction:column;align-self:flex-start;gap:10px;max-width:100%;margin-top:8px;display:flex}.ash__ai-chip{color:var(--text-primary);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:12px;padding:14px 20px;font-size:.9rem;font-weight:500;transition:all .25s cubic-bezier(.22,1,.36,1);animation:.5s cubic-bezier(.22,1,.36,1) backwards chipPopIn;display:flex}.ash__ai-chip:hover{background:#ffffff1f;border-color:#fff3;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.ash__ai-chip i{color:var(--accent-primary);font-size:1.1rem}@keyframes chipPopIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ash__ai-widget{box-sizing:border-box;background:#0000004d;border:1px solid #ffffff0f;border-radius:20px;width:100%;margin-top:12px;padding:24px;animation:.6s cubic-bezier(.22,1,.36,1) backwards widgetReveal}@keyframes widgetReveal{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ash__ai-audio-bars{justify-content:center;align-items:center;gap:4px;height:40px;margin:20px 0;display:flex}.ash__ai-audio-bar{width:6px;height:var(--ash-bar-h,10px);background:var(--status-success,#10b981);border-radius:3px;transition:height .1s}.ash__ai-escalation-package{background:#3b82f61a;border:1px solid #3b82f633;border-radius:16px;align-items:flex-start;gap:16px;margin-bottom:16px;padding:16px;display:flex}.ash__ai-escalation-icon{color:#3b82f6;font-size:1.5rem}.ash__ai-escalation-details{flex-direction:column;gap:4px;display:flex}.ash__ai-escalation-title{color:var(--text-primary);font-size:.95rem;font-weight:600}.ash__ai-escalation-logs{color:var(--text-tertiary);font-family:monospace;font-size:.75rem}.ash__ai-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.ash__ai-btn--primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.ash__ai-btn--primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px #3b82f666}.ash__ai-btn--primary:active{transform:translateY(0)scale(.98)}.ash__ai-btn--success{background:var(--status-success,#10b981)!important;color:#fff!important;box-shadow:0 4px 16px #10b98166!important}.ash__ai-btn:disabled{opacity:.5;pointer-events:none}.ash__ai-escalation-title--centered{text-align:center}.ash__ai-chip:first-child{animation-delay:0s}.ash__ai-chip:nth-child(2){animation-delay:.1s}.ash__ai-chip:nth-child(3){animation-delay:.2s}.ash__ai-chip:nth-child(4){animation-delay:.3s}.ash__ai-chip:nth-child(5){animation-delay:.4s}.ash__ai-chips-container--used .ash__ai-chip{opacity:.4;pointer-events:none}.ash__ai-escalation-link{color:var(--accent-primary,#6366f1);text-underline-offset:3px;font-weight:500;text-decoration:underline;transition:opacity .2s}.ash__ai-escalation-link:hover{opacity:.8}.ash__footer{text-align:center;color:var(--text-tertiary);padding:16px 0 0;font-size:.78rem;font-weight:400;line-height:1.6}.ash__footer-email{color:var(--text-tertiary);font-weight:500;text-decoration:none;transition:color .25s}.ash__footer-email:hover{color:var(--text-secondary)}@keyframes ashFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes ashPulseGlow{0%,to{opacity:.6;transform:translate(-50%)scale(1)}50%{opacity:1;transform:translate(-50%)scale(1.08)}}@keyframes ashFadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes ashTypingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}@keyframes ashCardEntrance{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.ash.hc-ready{transition:transform .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1)}.ash.hc-spatial-active{filter:blur(8px)brightness(.3);transform:scale(.92)translateZ(0)}.hc-spatial-overlay{z-index:1000;-webkit-backdrop-filter:blur();backdrop-filter:blur();opacity:0;pointer-events:none;background:0 0;justify-content:center;align-items:center;width:100vw;height:100vh;padding:40px;transition:opacity .7s cubic-bezier(.16,1,.3,1),background .7s cubic-bezier(.16,1,.3,1),-webkit-backdrop-filter .7s cubic-bezier(.16,1,.3,1),backdrop-filter .7s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.hc-spatial-overlay.visible{opacity:1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:auto;background:#0006}.hc-canvas{opacity:0;background:linear-gradient(145deg,#1e293b99 0%,#0f172acc 100%);border:1px solid #ffffff1a;border-radius:32px;flex-direction:column;width:100%;max-width:900px;height:80vh;transition:transform .75s cubic-bezier(.16,1,.3,1),opacity .75s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:scale(1.06)translateY(28px);box-shadow:0 40px 100px #0009,inset 0 1px 1px #ffffff1a}.hc-spatial-overlay.visible .hc-canvas{opacity:1;transform:scale(1)translateY(0)}.hc-header{border-bottom:1px solid #ffffff0d;flex-shrink:0;justify-content:space-between;align-items:center;padding:28px 40px;display:flex}.hc-title-area{align-items:center;gap:16px;display:flex}.hc-title-area i{color:var(--text-primary);font-size:28px}.hc-title-area h2{color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:600}.hc-close-btn{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:none;border-radius:20px;justify-content:center;align-items:center;font-size:18px;transition:all .2s;display:flex}.hc-close-btn:hover{color:var(--text-primary);background:#ffffff1a}.hc-grid{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;flex-direction:column;flex:1;gap:16px;min-height:0;padding:32px 40px 40px;display:flex;overflow-y:auto}.hc-grid::-webkit-scrollbar{width:6px}.hc-grid::-webkit-scrollbar-track{background:0 0}.hc-grid::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.hc-grid::-webkit-scrollbar-thumb:hover{background:#fff3}.hc-header-icon{color:#a78bfa;background:linear-gradient(135deg,#6366f133 0%,#8b5cf626 100%);border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.hc-header-text{flex-direction:column;gap:2px;display:flex}.hc-header-subtitle{color:var(--text-secondary);font-size:.82rem;font-weight:400;line-height:1.4}.hc-count-bar{margin-top:-8px;margin-bottom:-8px;padding:0 40px}.hc-count-text{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-tertiary);font-size:.72rem;font-weight:600}.hc-article-card{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;flex-shrink:0;transition:all .35s cubic-bezier(.22,1,.36,1);overflow:hidden}.hc-article-card:hover{background:#ffffff0a;border-color:#ffffff1a}.hc-article-card--expanded{background:#ffffff0a;border-color:#6366f133;box-shadow:0 12px 40px #00000026,0 0 0 1px #6366f11a}.hc-article-header{align-items:center;gap:16px;padding:20px 28px;display:flex}.hc-article-number{width:32px;min-width:32px;height:32px;color:var(--text-tertiary);letter-spacing:.5px;background:#ffffff0a;border-radius:10px;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;transition:all .3s;display:flex}.hc-article-card--expanded .hc-article-number{color:#a78bfa;background:linear-gradient(135deg,#6366f140 0%,#8b5cf62e 100%)}.hc-article-question{color:var(--text-primary);flex:1;font-size:.95rem;font-weight:550;line-height:1.4}.hc-article-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.hc-article-tag{text-transform:uppercase;letter-spacing:.8px;white-space:nowrap;border-radius:100px;padding:3px 10px;font-size:.65rem;font-weight:600}.hc-article-tag--popular{color:#818cf8;background:#6366f11f}.hc-article-tag--important{color:#fbbf24;background:#f59e0b1f}.hc-article-tag--critical{color:#f87171;background:#ef44441f}.hc-article-tag--new{color:#34d399;background:#10b9811f}.hc-article-chevron{color:var(--text-tertiary);font-size:16px;transition:transform .35s cubic-bezier(.22,1,.36,1),color .25s}.hc-article-card--expanded .hc-article-chevron{color:var(--text-secondary);transform:rotate(-180deg)}.hc-article-body{flex-direction:column;gap:10px;padding:0 28px 24px;animation:.35s cubic-bezier(.22,1,.36,1) both ashFadeSlideUp;display:flex}.hc-step-row{background:#00000026;border:1px solid #ffffff08;border-radius:14px;align-items:flex-start;gap:14px;padding:10px 14px;display:flex}.hc-step-number{color:#818cf8;background:#6366f126;border-radius:8px;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;margin-top:1px;font-size:.68rem;font-weight:700;display:flex}.hc-step-text{color:var(--text-secondary);flex:1;font-size:.88rem;font-weight:400;line-height:1.55}@media (width<=768px){.ash{gap:32px;padding:32px 16px 48px}.ash__title{font-size:1.9rem}.ash__search-input{height:56px;font-size:.92rem}.ash__search-btn{width:42px;height:42px}.ash__topics-grid{grid-template-columns:repeat(2,1fr);gap:12px}.ash__topic-card{padding:20px}.ash__troubleshoot-cta{text-align:center;flex-direction:column;padding:22px}}@media (width<=480px){.ash{gap:28px;padding:24px 12px 40px}.ash__title{font-size:1.55rem}.ash__sparkle{font-size:2.2rem}.ash__search-input{height:52px;padding:0 60px 0 20px;font-size:.88rem}.ash__search-btn{width:38px;height:38px;font-size:1rem;right:7px}.ash__topics-grid{grid-template-columns:1fr;gap:10px}.ash__topic-card{border-radius:16px;padding:18px}.ash__troubleshoot-cta{border-radius:18px;padding:18px}.ash__chat-bubble{max-width:85%;font-size:.84rem}}#view-overview{padding:40px 80px 100px}.ov-bento-grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(100px,auto);gap:24px;width:100%;max-width:100%;margin:0;padding-bottom:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards ov-fade-in;display:grid}@keyframes ov-fade-in{0%{opacity:0;filter:blur(10px);transform:translateY(20px)}to{opacity:1;filter:blur();transform:translateY(0)}}.ov-widget{-webkit-backdrop-filter:blur(80px)saturate(200%);backdrop-filter:blur(80px)saturate(200%);transform-style:preserve-3d;transform:perspective(1200px) rotateX(var(--rot-x,0deg)) rotateY(var(--rot-y,0deg)) scale(var(--scale,1));will-change:transform;background:#0f0f1233;border:1px solid #ffffff26;border-color:#ffffff26 #ffffff05 #ffffff03 #ffffff14;border-radius:40px;flex-direction:column;padding:32px;transition:transform .15s cubic-bezier(.2,.8,.2,1),border .3s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px 1px #ffffff1a,0 20px 40px #000c}.ov-widget:after{content:"";pointer-events:none;z-index:10;opacity:.5;transform:translate(calc(var(--rot-y,0deg) * -2%), calc(var(--rot-x,0deg) * 2%));background:linear-gradient(105deg,#fff0 0%,#ffffff08 40%,#ffffff1f 50%,#fff0 60%);transition:transform .15s cubic-bezier(.2,.8,.2,1);position:absolute;inset:0}.ov-widget:before{content:"";pointer-events:none;z-index:0;opacity:0;background:radial-gradient(800px circle at var(--mouse-x,50%) var(--mouse-y,50%), #ffffff0f, transparent 40%);transition:opacity .3s;position:absolute;inset:0}.ov-widget.interactive:hover{--scale:1.02;cursor:pointer;border-top:1px solid #ffffff40}.ov-widget.interactive:hover:before{opacity:1}.ov-bento-glow-green{pointer-events:none;z-index:0;background:radial-gradient(circle,#10b9810a 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.ov-bento-glow-purple{pointer-events:none;z-index:0;background:radial-gradient(circle,#8b5cf60a 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.ov-bento-glow-blue{pointer-events:none;z-index:0;background:radial-gradient(circle,#3b82f60a 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.ov-widget-label{text-transform:uppercase;letter-spacing:.1em;color:#fff6;z-index:3;align-items:center;gap:8px;margin-bottom:24px;font-size:.75rem;font-weight:700;display:flex}.ov-hero-massive{flex-direction:row;grid-area:span 3/span 12;justify-content:space-between;align-items:center;padding:40px}.ov-hero-content{z-index:3;max-width:600px;padding-left:60px}.exec-hero-title.ov-hero-title--tight{font-size:3rem}.ov-hero-title{color:#fff;letter-spacing:-1px;margin-bottom:16px;font-size:3.5rem;font-weight:600;line-height:1.1}.ov-hero-subtitle{color:#fff9;max-width:80%;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.ov-metric-trend{color:#10b981;align-items:center;gap:4px;font-size:.85rem;font-weight:600;display:flex}.ov-graph-widget{flex-direction:column;grid-area:span 4/span 8;display:flex}.ov-graph-header{z-index:3;justify-content:space-between;align-items:flex-end;margin-bottom:24px;display:flex}.ov-graph-main-value{color:#fff;letter-spacing:-.02em;margin-bottom:4px;font-size:2.5rem;font-weight:500;line-height:1.1}.ov-graph-container{z-index:2;flex:1;width:100%;min-height:200px;margin-top:16px;position:relative}.ov-chart-line{fill:none;stroke:#10b981;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 8px 16px #10b98166);stroke-dasharray:2000;stroke-dashoffset:2000px;animation:2s ease-out forwards draw-line}.ov-chart-fill{fill:url(#graph-gradient);opacity:0;animation:1s ease-out 1s forwards fade-fill}@keyframes draw-line{to{stroke-dashoffset:0}}@keyframes fade-fill{to{opacity:.2}}.ov-action-widget{flex-direction:column;grid-area:span 2/span 4;justify-content:center;display:flex}.ov-gamification-widget{grid-area:span 2/span 4}.ov-widget--elite{animation:4s ease-in-out infinite alternate ov-elite-glow;box-shadow:0 0 24px #fbbf2414,inset 0 1px #fbbf241a;background:linear-gradient(135deg,#fbbf240f 0%,#f59e0b08 50%,#ffffff05 100%)!important;border-color:#fbbf2440!important}.ov-widget--elite:hover{box-shadow:0 0 32px #fbbf241f,inset 0 1px #fbbf2426;border-color:#fbbf2466!important}.ov-widget--elite .ov-widget-label{color:#fbbf24!important}.ov-widget--elite .ov-node-level-name{color:#fbbf24;text-shadow:0 0 12px #fbbf244d}@keyframes ov-elite-glow{0%{box-shadow:0 0 20px #fbbf240f,inset 0 1px #fbbf2414}to{box-shadow:0 0 30px #fbbf241f,inset 0 1px #fbbf2426}}.ov-gamification-flex{flex:1;justify-content:space-between;align-items:center;margin-top:-16px;display:flex}.ov-ring-container{justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative}.ov-ring-container svg{width:100%;height:100%;position:absolute;top:0;left:0;transform:rotate(-90deg)}.ov-ring-bg{fill:none;stroke:#ffffff0d;stroke-width:6px}.ov-ring-progress{fill:none;stroke:var(--ov-ring-stroke,#10b981);stroke-width:6px;stroke-dasharray:282.74;stroke-linecap:round;stroke-dashoffset:282.74px;transition:stroke-dashoffset 1.5s cubic-bezier(.16,1,.3,1),stroke .4s}.ov-ring-progress--filled{stroke-dashoffset:var(--ov-ring-offset)}.ov-ring-content{text-align:center;z-index:1}.ov-ring-value{color:#fff;font-size:1.25rem;font-weight:600;line-height:1}.ov-ring-label{color:#ffffff80;text-transform:uppercase;margin-top:4px;font-size:.6rem;font-weight:500}.ov-btn-pulse{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:auto;padding:18px;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 8px 24px #10b9814d}.ov-btn-pulse:hover{transform:translateY(-2px);box-shadow:0 12px 32px #10b98180}.ov-hero-label{margin-bottom:12px;font-size:.8rem}.ov-label--success{color:#10b981}.ov-label--warning{color:#f59e0b}.ov-label--info{color:#3b82f6}.ov-hero-label.exec-hero-pretitle{letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;font-family:Space Mono,monospace;font-size:.7rem;font-weight:600}.ov-hero-btn{color:#fff;background:linear-gradient(#ffffff0f 0%,#ffffff05 100%);border:1px solid #ffffff1a;border-radius:10px;gap:8px;width:fit-content;margin-bottom:0;padding:10px 20px;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px #0000004d,inset 0 1px #ffffff0d}.ov-hero-btn:hover{background:linear-gradient(#ffffff1a 0%,#ffffff0a 100%);border-color:#ffffff2e;transform:none;box-shadow:0 4px 12px #0000004d,inset 0 1px #ffffff14}.ov-btn-pulse--live{background:linear-gradient(135deg,#ef4444 0%,#b91c1c 100%);animation:none;box-shadow:0 8px 24px #ef444466}.ov-hero-btn.ov-btn-pulse--live{background:linear-gradient(#ffffff0f 0%,#ffffff05 100%);box-shadow:0 4px 12px #0000004d,inset 0 1px #ffffff0d}.ov-node-info{flex-direction:column;gap:8px;display:flex}.ov-node-level-name{color:#fff;font-size:1.75rem;font-weight:600;line-height:1.2}.ov-node-xp{font-size:.9rem;font-weight:500}.ov-node-xp-value{color:#10b981}.ov-node-xp-label{color:#ffffff80}.ov-allocation-body{flex-direction:column;gap:6px;display:flex}.ov-allocation-name{color:#ffffff80;font-size:.85rem;font-weight:400}.ov-allocation-status{align-items:center;gap:6px;font-size:.85rem;font-weight:500;display:flex}.ov-allocation-status--active{color:#10b981}.ov-allocation-status--pending{color:#f59e0b}.ov-allocation-status--idle{color:#ffffff80}.ov-graph-header-left{flex-direction:column;gap:4px;display:flex}.ov-widget-label--spaced{margin-bottom:8px}.ov-chart-svg{width:100%;height:100%;overflow:visible}.ov-time-filters{align-items:center;gap:8px;display:flex}.ov-countdown-timer{font-variant-numeric:tabular-nums;color:#10b981;letter-spacing:2px;font-size:inherit;font-weight:700}.ov-live-pulse{vertical-align:middle;background:#ef4444;border-radius:50%;width:14px;height:14px;margin-right:12px;animation:1.5s ease-out infinite live-pulse-ring;display:inline-block;box-shadow:0 0 #ef4444b3}@keyframes live-pulse-ring{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 14px #ef444400}to{box-shadow:0 0 #ef444400}}.ov-time-filter{color:#ffffff80;cursor:pointer;border-radius:6px;padding:4px 12px;font-size:.8rem;font-weight:500;transition:all .2s}.ov-time-filters--dimmed{opacity:.3;pointer-events:none}.ov-widget--not-clickable{cursor:default}.ov-time-filter:hover{color:#fff;background:#ffffff0d}.ov-time-filter.active{color:#fff;background:#ffffff1a}@media (width<=1400px){.ov-hero-title{font-size:2.5rem}}@media (width<=1100px){.ov-hero-massive{flex-direction:column;grid-column:span 12;align-items:flex-start;gap:40px}.ov-hero-content{max-width:100%}.ov-graph-widget{grid-column:span 12}.ov-action-widget,.ov-gamification-widget{grid-column:span 6}}.exec-hero-layout{justify-content:space-between;align-items:center;min-height:320px;padding-right:2rem;display:flex}.exec-hero-content{z-index:2;flex:1;max-width:600px;position:relative}.exec-hero-pretitle{opacity:.4;letter-spacing:.1em;margin-bottom:.75rem;font-size:.7rem}.exec-hero-title{letter-spacing:-.03em;color:#fff;margin-bottom:.75rem;font-size:3.5rem;font-weight:600;line-height:1.1}.exec-hero-subtitle{color:#ffffff80;max-width:480px;margin-bottom:2.5rem;font-size:1.1rem;font-weight:400;line-height:1.5}.exec-abstract-plasma{filter:blur(120px);z-index:1;pointer-events:none;background:radial-gradient(circle,#10b98166 0%,#0000 70%);border-radius:50%;width:600px;height:400px;animation:12s ease-in-out infinite alternate abstract-plasma-breathe;position:absolute;top:50%;right:10%;transform:translateY(-50%)}@keyframes abstract-plasma-breathe{0%{opacity:.5;transform:translateY(-50%)scale(1)rotate(0)}to{opacity:.8;transform:translateY(-50%)scale(1.3)rotate(15deg)}}.exec-dynamic-island-container{flex:1;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.exec-dynamic-island{cursor:text;z-index:10;-webkit-backdrop-filter:blur(40px)saturate(200%);backdrop-filter:blur(40px)saturate(200%);background:#0f0f14d9;border:1px solid #ffffff14;border-top-color:#ffffff26;border-radius:28px;align-items:center;width:280px;height:56px;transition:all .6s cubic-bezier(.32,.72,0,1);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #00000080;outline:none!important}.exec-ai-soul-blob{filter:blur(22px);opacity:.85;z-index:0;pointer-events:none;background:conic-gradient(#312e81,#0f172a,#0ea5e9,#1e293b,#312e81);border-radius:50%;width:210px;height:210px;animation:8s linear infinite soul-blob-spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes soul-blob-spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.exec-island-content{z-index:2;align-items:center;gap:12px;width:100%;height:56px;padding:0 16px;display:flex;position:relative}.exec-island-icon{color:#10b981;filter:drop-shadow(0 2px 4px #10b98133);margin-right:.8rem;font-size:1.25rem;transition:all .6s cubic-bezier(.32,.72,0,1)}.exec-island-input{opacity:0;color:#0000;pointer-events:none;white-space:nowrap;background:0 0;border:none;width:0%;font-family:inherit;font-size:1.05rem;font-weight:500;transition:all .5s;position:relative;box-shadow:none!important;outline:none!important}.exec-dynamic-island,.exec-dynamic-island *,.exec-dynamic-island:focus,.exec-dynamic-island:focus-within,.exec-dynamic-island:focus-visible,.exec-island-input,.exec-island-input:focus,.exec-island-input:focus-visible,.exec-island-content:focus,.exec-island-content:focus-visible{box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;border:#0000!important;outline:0 #0000!important}.exec-island-content:after{content:"Razviel AI Core";color:#fff9;pointer-events:none;font-size:1.05rem;font-weight:500;transition:all .4s;position:absolute;left:3.2rem}.exec-island-input::placeholder{color:#0000}.exec-dynamic-island:focus-within{background:#0f0f14f2;border:1px solid #ffffff26;border-radius:28px;width:480px;outline:none!important}.exec-dynamic-island:focus-within .exec-island-content:after{opacity:0;transform:translate(10px)}.exec-dynamic-island:focus-within .exec-island-input{opacity:1;color:#fff;pointer-events:auto;width:100%;transition-delay:.1s}.exec-dynamic-island:focus-within .exec-island-input::placeholder{color:#fff6}.exec-dynamic-island:focus-within .exec-island-icon{color:#fff;filter:drop-shadow(0 2px 8px #fff6)}.exec-spatial-dimmer{-webkit-backdrop-filter:blur(4px)brightness(.7);backdrop-filter:blur(4px)brightness(.7);opacity:0;pointer-events:none;z-index:5;background:#05050a66;border-radius:36px;transition:opacity .5s cubic-bezier(.32,.72,0,1);position:absolute;inset:0}.exec-spatial-dimmer.active{opacity:1;pointer-events:auto}.exec-dynamic-island-container{z-index:10}.exec-dynamic-island{transform-origin:top;flex-direction:column;transition:all .5s cubic-bezier(.32,.72,0,1)}.exec-dynamic-island.focused{width:380px;box-shadow:inset 0 2px 4px #00000080,0 10px 40px #00000080}.exec-dynamic-island.expanded{background:#14141ce6;border-radius:28px;align-items:flex-start;width:500px;height:380px;padding-top:0;overflow:hidden}.exec-ai-soul-blob{transition:all .5s}.exec-ai-soul-blob.active{filter:blur(35px);opacity:1;width:300px;height:300px;animation:3s linear infinite soul-blob-spin}.exec-dynamic-island.loading .exec-island-icon{color:#a78bfa;animation:1s ease-in-out infinite alternate rdai-icon-pulse}@keyframes rdai-icon-pulse{0%{opacity:.5;transform:scale(1)}to{opacity:1;filter:drop-shadow(0 0 10px #a78bfacc);transform:scale(1.2)}}.exec-intel-container{z-index:2;opacity:0;pointer-events:none;-ms-overflow-style:none;scrollbar-width:none;width:100%;height:calc(100% - 56px);padding:0 20px 20px;transition:opacity .3s;position:relative;overflow-y:auto}.exec-intel-container::-webkit-scrollbar{display:none}.exec-dynamic-island.expanded .exec-intel-container{opacity:1;pointer-events:auto;transition-delay:.2s}.rdai-chat-history{flex-direction:column;gap:16px;min-height:100%;display:flex}.rdai-chat-msg{flex-direction:column;max-width:92%;animation:.4s cubic-bezier(.16,1,.3,1) both rdai-fade-in;display:flex}.rdai-msg--user{color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:16px 16px 4px;align-self:flex-end;padding:10px 14px;font-size:.85rem;line-height:1.5}.rdai-msg--ai{align-self:flex-start;gap:12px}.rdai-intel-text{color:#ffffffe6;letter-spacing:.2px;align-items:flex-start;gap:10px;font-size:.85rem;line-height:1.6;display:flex}.rdai-intel-icon{color:#10b981;filter:drop-shadow(0 0 8px #10b98166);flex-shrink:0;margin-top:2px;font-size:1.1rem}.rdai-icon--loading{color:#a78bfa;animation:1s ease-in-out infinite alternate rdai-icon-pulse}.rdai-thinking-dots{align-items:center;gap:5px;padding:4px 0;display:flex}.rdai-thinking-dots span{background:#ffffff80;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite rdai-dot-bounce}.rdai-thinking-dots span:nth-child(2){animation-delay:.2s}.rdai-thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes rdai-dot-bounce{0%,80%,to{opacity:.4;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.rdai-intel-chart{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:14px;margin-top:4px;padding:14px;display:flex}.rdai-chart-header{justify-content:space-between;align-items:center;display:flex}.rdai-chart-label{color:#fff6;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.rdai-chart-metric{align-items:center;gap:4px;font-size:.9rem;font-weight:600;display:flex}.rdai-trend--up{color:#10b981}.rdai-trend--down{color:#ef4444}.rdai-chart-visual{align-items:flex-end;gap:6px;height:48px;display:flex}.rdai-chart-bar{height:var(--bar-h,50%);background:#ffffff14;border-radius:3px;flex:1;transition:height .5s cubic-bezier(.16,1,.3,1)}.rdai-chart-visual.rdai-trend--up .rdai-chart-bar--accent{background:#10b981}.rdai-chart-visual.rdai-trend--down .rdai-chart-bar--accent{background:#ef4444}.rdai-intel-actions{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.rdai-action-pill{color:#fffc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:99px;align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-size:.75rem;transition:all .2s;display:flex}.rdai-action-pill:hover{color:#fff;background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}.rdai-pill--executed{color:#10b981!important;background:#10b98126!important;border-color:#10b9814d!important}.rdai-fade-in{animation:.4s cubic-bezier(.16,1,.3,1) both rdai-fade-in}@keyframes rdai-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.network-status-pill{z-index:9999;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);opacity:0;pointer-events:none;will-change:transform, opacity;background:#141418a6;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:12px;padding:10px 20px;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .4s,background .4s,border-color .4s;display:flex;position:fixed;top:24px;left:50%;transform:translate(-50%)translateY(-150%);box-shadow:0 12px 32px #0006,inset 0 1px #ffffff1a}.network-status-pill.is-visible{opacity:1;transform:translate(-50%)translateY(0)}.network-status-pill.is-offline{background:#1e1414bf;border-color:#ef444426}.network-status-pill.is-online{background:#141e18bf;border-color:#10b98126}.network-status-pill i{font-size:20px;line-height:1}.network-status-pill.is-offline i{color:var(--color-danger,#f87171);animation:2s cubic-bezier(.4,0,.2,1) infinite network-pulse-danger}.network-status-pill.is-online i{color:var(--color-success,#34d399)}.network-status-pill span{color:var(--text-primary);letter-spacing:-.01em;font-size:.85rem;font-weight:500}@keyframes network-pulse-danger{0%,to{opacity:1}50%{opacity:.6}}.sidebar-network-dot{transition:background-color .4s,border-color .4s!important}.sidebar-network-dot.is-offline{background-color:var(--color-surface-hover,#3f3f46)!important;box-shadow:none!important;border-color:#ffffff1a!important;animation:2s infinite network-pulse-danger!important}.btn-requires-network.is-offline{pointer-events:none!important;opacity:.5!important;cursor:not-allowed!important;position:relative!important}@keyframes vcPulse{0%,to{box-shadow:0 0 #6366f166}50%{box-shadow:0 0 0 12px #6366f100}}@keyframes vcFadeIn{0%{opacity:0}to{opacity:1}}.vc-overlay{-webkit-backdrop-filter:blur(12px);z-index:99999;opacity:0;background:#000000bf;justify-content:center;align-items:center;transition:opacity .35s;display:flex;position:fixed;inset:0}.vc-overlay.vc-overlay--visible{opacity:1}.vc-modal{background:#0e0e12eb;border:1px solid #ffffff14;border-radius:28px;flex-direction:column;align-items:center;gap:20px;width:520px;max-width:95vw;max-height:90vh;padding:48px 40px 32px;animation:.35s vcFadeIn;display:flex;position:relative;overflow-y:auto;box-shadow:0 40px 80px #000000b3,inset 0 1px #ffffff0f}.vc-modal.vc-modal--analysing{overflow:hidden}.vc-close{color:#ffffff80;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.vc-close:hover{color:#fff;background:#ffffff1f}.vc-icon-row{align-items:center;gap:12px;margin-bottom:4px;display:flex}.vc-icon-badge{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.4rem;display:flex}.vc-icon-badge-green{color:#10b981;background:#10b98126;border-color:#10b9814d}.vc-icon-plus{color:#ffffff4d;font-size:1.2rem;font-weight:300}.vc-title{color:#fff;text-align:center;letter-spacing:-.5px;margin:0;font-size:1.4rem;font-weight:700}.vc-subtitle{color:#ffffff80;text-align:center;max-width:400px;margin:0;font-size:.87rem;line-height:1.6}.vc-subtitle strong{color:#ffffffe6}.vc-cards{grid-template-columns:1fr 1fr;gap:12px;width:100%;display:grid}.vc-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:12px;padding:20px;transition:all .25s;display:flex}.vc-card.vc-card-active{background:#10b9810a;border-color:#10b98166}.vc-card-icon{color:#fff6;font-size:1.5rem}.vc-card.vc-card-active .vc-card-icon{color:#10b981}.vc-card-title{color:#fff;font-size:.88rem;font-weight:600}.vc-card-chips{flex-direction:column;gap:6px;display:flex}.vc-chip{color:#fff9;background:#ffffff0d;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:6px;padding:4px 10px;font-size:.72rem;font-weight:500;display:inline-flex}.vc-chip i{font-size:.75rem}.vc-chip.vc-chip-green{color:#10b981;background:#10b98114;border-color:#10b9814d}.vc-dropzone{cursor:pointer;text-align:center;border:1px dashed #ffffff26;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:140px;padding:16px;transition:all .25s;display:flex}.vc-dropzone:hover,.vc-dropzone.vc-dropzone-hover{background:#10b9810a;border-color:#10b98180}.vc-dropzone.vc-dropzone-filled{cursor:default;background:#10b9810d;border-color:#10b98166}.vc-browse-btn{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1f;border-radius:8px;padding:7px 14px;font-size:.78rem;font-weight:600;transition:all .2s}.vc-browse-btn:hover{background:#ffffff21}.vc-drop-icon{color:#ffffff40;margin-bottom:10px;font-size:2rem;display:block}.vc-drop-hint{color:#ffffff80;margin-bottom:6px;font-size:.8rem}.vc-drop-formats{color:#fff3;margin-top:10px;font-size:.68rem}.vc-drop-error{color:#f87171;text-align:center;margin-top:8px;font-size:.75rem}.vc-file-preview{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.vc-file-card__badge{background:#10b9811f;border:1px solid #10b9814d;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.vc-file-card__badge-icon{color:#10b981;font-size:1.3rem}.vc-file-card__name{color:#fff;max-width:160px;font-size:.85rem;font-weight:600}.vc-file-card__meta{color:#fff6;margin-top:2px;font-size:.72rem}.vc-file-card__remove{color:#ffffff80;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:5px 12px;font-size:.72rem;transition:all .2s}.vc-submit-btn{color:#ffffff59;cursor:not-allowed;background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;padding:18px;font-size:1rem;font-weight:600;transition:all .35s;display:flex}.vc-submit-btn.vc-submit-ready{color:#000;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border-color:#0000;box-shadow:0 8px 32px #10b98159}.vc-submit-btn.vc-submit-ready:hover{transform:translateY(-2px);box-shadow:0 12px 40px #10b98173}.vc-submit-btn.vc-submit-loading{opacity:.65;pointer-events:none}.vc-footer{color:#ffffff38;text-align:center;font-size:.72rem}.vc-analysis{z-index:10;background:#0a0a0cf7;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;animation:.4s vcFadeIn;display:flex;position:absolute;inset:0}.vc-analysis__title{color:#fff;margin-bottom:8px;font-size:1.1rem;font-weight:600}.vc-analysis__hint{color:#fff6;text-align:center;max-width:300px;margin-bottom:32px;font-size:.85rem}.vc-analysis__track{background:#ffffff14;border-radius:2px;width:280px;height:4px;overflow:hidden}.vc-analysis__bar{background:linear-gradient(90deg,#6366f1,#10b981);border-radius:2px;width:0%;height:100%;transition:width 2.2s cubic-bezier(.4,0,.2,1)}.vc-analysis__bar.vc-analysis__bar--full{width:100%}.vc-badge{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;display:flex}.vc-badge.vc-badge--analysing{background:#6366f11a;border:2px solid #6366f1;animation:1.5s infinite vcPulse}.vc-badge.vc-badge--rejected{background:#ef44441a;border:2px solid #ef4444}.vc-badge.vc-badge--pending{background:#ffffff0f;border:2px solid #fff3}.vc-badge__icon{font-size:1.8rem}.vc-badge__icon.vc-badge__icon--analysing{color:#6366f1}.vc-badge__icon.vc-badge__icon--rejected{color:#ef4444}.vc-badge__icon.vc-badge__icon--pending{color:#fff9}.vc-verdict__seal{margin-bottom:24px}.vc-verdict__title{color:#fff;letter-spacing:-.5px;margin-bottom:8px;font-size:1.4rem;font-weight:700}.vc-verdict__text{color:#ffffff73;text-align:center;max-width:300px;font-size:.9rem;line-height:1.6}.vc-verdict__text.vc-verdict__text--spaced{margin-bottom:20px}.vc-verdict__retry{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1f;border-radius:10px;padding:10px 20px;font-size:.85rem;font-weight:600}.cov-atlas{color:#60a5fa}.cov-apollo{color:#a78bfa}.cov-note{color:var(--text-tertiary);font-size:.8em}.rav2-container{box-shadow:none;background:0 0;border:none;padding:0}.rav2-content{margin-top:12px;padding:0}.rav2-pr-total-row--credit{background:#34d3990d;border-color:#34d39940}.rav2-credit-label{color:#34d399;font-weight:800}.rav2-credit-val{color:#34d399}.confirm-panel{background:var(--glass-panel-bg);-webkit-backdrop-filter:var(--glass-panel-blur);backdrop-filter:var(--glass-panel-blur);border:var(--glass-panel-border);border-radius:var(--glass-radius);width:min(440px,92vw);box-shadow:var(--glass-panel-shadow);padding:28px 32px;transition:transform .2s;transform:scale(.97)}.confirm-actions{justify-content:flex-end;gap:12px;display:flex}.confirm-btn{cursor:pointer;border-radius:8px;padding:10px 22px;font-family:inherit;font-size:.875rem;transition:all .2s}.hiw-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;pointer-events:none;background:#000000bf;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:fixed;inset:0}.hiw-modal{background:var(--glass-panel-bg);-webkit-backdrop-filter:var(--glass-panel-blur);backdrop-filter:var(--glass-panel-blur);border:var(--glass-panel-border);border-radius:var(--glass-radius);width:min(780px,92vw);max-height:90vh;box-shadow:var(--glass-panel-shadow);flex-direction:column;display:flex;overflow:hidden}.hiw-modal__header{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.hiw-modal__icon-box{background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.hiw-modal__title{color:#fff;font-size:1rem;font-weight:700}.hiw-modal__subtitle{color:#fff6;font-size:.75rem}.hiw-modal__close{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:background .2s;display:flex}.hiw-modal__close:hover{background:#ffffff1f}.hiw-modal__tabs{gap:4px;padding:16px 24px 0;display:flex}.hiw-modal__body{flex:1;padding:16px 24px 24px}.hiw-tab{color:#ffffff80;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.hiw-tab--active{color:#3b82f6;background:#3b82f626;border-color:#3b82f64d}.hiw-panel__desc{color:#ffffff59;align-items:center;gap:6px;margin-bottom:10px;font-size:.8rem;display:flex}.hiw-panel__video{background:#000;border-radius:10px;padding-top:56.25%;position:relative;overflow:hidden}.hiw-panel__player{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.hiw-panel__soon{color:#ffffff73;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.hiw-panel__soon i{font-size:30px}.hiw-panel__soon span{font-size:12px}.hiw-trigger-btn{color:#ffffff80;cursor:pointer;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;flex-shrink:0;align-items:center;gap:6px;margin-right:4px;padding:6px 13px;font-family:inherit;font-size:.78rem;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:flex}.hiw-trigger-btn:hover{color:#ffffffb3;background:#ffffff14;border-color:#fff3}.drawer-name{color:var(--text-primary);font-size:.88rem;font-weight:700}.drawer-sub{color:var(--text-secondary);margin-top:2px;font-size:.71rem}.drawer-label{color:#ffffff59;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:5px;font-size:.7rem;font-weight:700;display:flex}.section-lbl{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.07em;margin-bottom:3px;font-size:.6rem;font-weight:700}.section-lbl--spaced{margin-top:7px}.stat-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.07em;margin-bottom:2px;font-size:.57rem;font-weight:700;display:block}.stat-value{color:var(--text-primary);font-size:.85rem;font-weight:700}.stat-value--sm{color:var(--text-secondary);font-size:.73rem}.nba-card{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:6px;padding:9px 10px;transition:all .12s}.nba-card:hover{background:#ffffff0a;border-color:#ffffff14}.nba-card__label{color:#fff3;text-transform:uppercase;margin-bottom:3px;font-size:.58rem;font-weight:700}.nba-card__text{color:var(--text-secondary);font-size:.73rem;font-style:italic;line-height:1.5}.nba-action{color:var(--text-primary);margin-bottom:6px;font-size:.95rem;font-weight:800;line-height:1.3}.nba-why-item{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.74rem;line-height:1.45;display:flex}.nba-why-icon{color:#fff6;margin-top:2px;font-size:.85rem}.drawer-footer{background:#3b82f608;border-top:1px solid #ffffff08;margin-top:auto;padding:15px}.drawer-footer__text{color:var(--text-tertiary);font-size:.65rem;line-height:1.45}.drawer-reveal{color:var(--text-secondary);font:inherit;text-underline-offset:2px;cursor:pointer;background:0 0;border:0;border-radius:6px;margin-left:6px;padding:0 4px;text-decoration:underline}.drawer-reveal:hover{color:var(--text-primary)}.drawer-reveal:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.profile-grid{grid-template-columns:1fr 1fr;gap:6px 14px;margin-bottom:8px;display:grid}.timeline-icon{background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-right:16px;display:flex}.xp-bracket{opacity:.5}.xp-value{font-weight:600}.xp-cap{opacity:.6}.balance-day-row{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 16px;transition:transform .2s;display:flex}.balance-day-row__left{align-items:center;gap:12px;display:flex}.balance-day-row__name{color:var(--text-tertiary);border-right:1px solid #ffffff1a;width:34px;margin-right:4px;font-size:.7rem;font-weight:800}.balance-day-row__num{color:var(--text-primary);font-size:1.05rem;font-weight:600}.balance-day-row__amount{font-family:IBM Plex Mono,monospace;font-size:1rem;font-weight:700}.exam-result-icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;display:inline-flex}.exam-result-icon--pass{background:#10b9811a}.exam-result-icon--fail{background:#ef44441a}.exam-result-score{background:var(--bg-surface);border-radius:8px;padding:16px;display:inline-block}.exam-option-indicator{border:2px solid var(--border-subtle);justify-content:center;align-items:center;width:20px;height:20px;margin-right:12px;display:flex}.exam-option-indicator--radio{border-radius:50%}.exam-option-indicator--check{border-radius:4px}.exam-option-indicator--active{border-color:var(--accent-primary)}.exam-option-indicator__dot{background:var(--accent-primary);border-radius:inherit;width:10px;height:10px}.ob-form__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:32px}.ob-payout-btn__spinner{margin-right:8px}.ob-payout-btn__arrow{margin-left:8px}#btn-payout-connect.ob-payout-btn--busy,#btn-payout-resubmit.ob-payout-btn--busy,#btn-payout-manage.ob-payout-btn--busy{opacity:.7;pointer-events:none}.cw-workspace{flex-direction:column;height:100%;max-height:100%;padding:0;display:flex;overflow:hidden}.cw-chat-scroll{flex:1;padding-top:24px;overflow-y:auto}.cw-chat-body{padding:0 40px}.cw-identity-layer{border-bottom:1px solid #ffffff0d;padding:0 16px 12px}.cw-identity-clickable{cursor:default;border:none;padding:0}.cw-identity-row{align-items:center;margin-bottom:0;display:flex}.cw-identity-info{flex-direction:column;justify-content:center;margin-left:8px;display:flex}.cw-identity-name{color:var(--text-primary);align-items:center;font-size:1.2rem;font-weight:800;display:flex}.cw-channel-ctx{color:#fff6;background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;justify-content:space-between;align-items:center;margin:0 40px 16px;padding:12px 16px;font-size:.8rem;display:flex}.cw-channel-ctx__left{align-items:center;gap:12px;display:flex}.cw-channel-ctx__icon{color:#ffffff80;font-size:1.2rem}.cw-channel-ctx__label{color:#fff;font-weight:600}.cw-channel-ctx__date{text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.chat-zone-dim{opacity:.75;pointer-events:none}.cw-typing-bubble{padding:16px 20px}.cw-expand-icon{cursor:pointer;color:#ffffff80}.cw-collapse-row{text-align:right;margin-top:20px}.cw-collapse-btn{color:#fff6;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;font-size:.75rem;font-weight:600}.cw-thread-author{color:#fff;font-weight:600}.cw-thread-date{color:#fff6;font-size:.8rem}.ob-banner{border-radius:12px;align-items:center;gap:16px;margin-bottom:32px;padding:20px 24px;display:flex}.ob-banner--success{background:linear-gradient(135deg,#10b9811a 0%,#0596690f 100%);border:1px solid #10b9814d}.ob-banner--review{background:#3b82f612;border:1px solid #3b82f638}.ob-banner--rejected{background:#ef444412;border:1px solid #ef444438}.ob-banner__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ob-banner__icon i{font-size:24px}.ob-banner__icon--success{color:#10b981;background:#10b98126}.ob-banner__icon--review{color:#60a5fa;background:#3b82f61f}.ob-banner__icon--rejected{color:#ef4444;background:#ef44441f}.ob-banner__body{flex:1}.ob-banner__title{margin-bottom:4px;font-weight:600}.ob-banner__title--success{color:#10b981;font-size:1rem;font-weight:700}.ob-banner__title--review{color:#60a5fa}.ob-banner__title--rejected{color:#ef4444}.ob-banner__text{color:var(--text-secondary);font-size:.88rem;line-height:1.5}.ob-market-quiet{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;align-items:flex-start;gap:14px;padding:18px 20px;display:flex}.ob-market-quiet__icon{width:36px;height:36px;color:var(--text-tertiary);background:#ffffff0a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.15rem;display:flex}.ob-market-quiet__body{text-align:left;flex:1;padding-top:2px}.ob-market-quiet__title{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:3px;font-size:.88rem;font-weight:600;line-height:1.45}.ob-market-quiet__text{color:var(--text-secondary);font-size:.8rem;line-height:1.5}.ob-market-quiet--modal{margin-top:4px}.ob-clear-item--quiet{opacity:.4;pointer-events:none;cursor:default}.ob-clear-item__status.quiet{color:var(--text-tertiary);font-weight:500}.tw-root{grid-template-columns:1fr;gap:24px;max-width:960px;margin:0 auto;padding:0 0 48px;display:grid}.tw-root--member{max-width:640px}.tw-page-header{margin-bottom:8px}.tw-page-header__title{color:var(--text-primary);letter-spacing:-.03em;margin:0 0 8px;font-size:2rem;font-weight:700;line-height:1.1}.tw-page-header__sub{color:var(--text-tertiary);max-width:520px;margin:0;font-size:.9rem;line-height:1.55}.tw-badge{letter-spacing:.03em;text-transform:uppercase;border:1px solid #0000;border-radius:100px;flex-shrink:0;align-items:center;gap:5px;padding:5px 12px;font-size:.7rem;font-weight:700;display:inline-flex}.tw-badge--active{color:#10b981;background:#10b9811a;border-color:#10b98140}.tw-badge--pending{color:#f59e0b;background:#f59e0b1a;border-color:#f59e0b40}.tw-badge--suspended{color:#ef4444;background:#ef44441a;border-color:#ef444440}.tw-company-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:28px 32px;transition:border-color .3s;position:relative;overflow:hidden}.tw-company-card:hover{border-color:#ffffff24}.tw-company-card__glow{pointer-events:none;background:radial-gradient(circle,#6366f11f,#0000 70%);width:220px;height:220px;position:absolute;top:-60px;right:-60px}.tw-company-card__top{z-index:1;align-items:center;gap:20px;display:flex;position:relative}.tw-company-card__icon-wrap{background:linear-gradient(135deg,#6366f133,#3b82f626);border:1px solid #6366f14d;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.tw-company-card__icon-wrap i{color:#818cf8;font-size:26px}.tw-company-card__info{flex:1}.tw-company-card__label{letter-spacing:.1em;color:var(--text-tertiary);text-transform:uppercase;margin-bottom:4px;font-size:.65rem;font-weight:700}.tw-company-card__name{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:6px;font-size:1.3rem;font-weight:700}.tw-company-card__reg-row{align-items:center;gap:10px;display:flex}.tw-company-card__reg-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);font-size:.6rem;font-weight:700}.tw-company-card__reg-id{color:var(--text-secondary);font-family:SF Mono,Fira Code,monospace;font-size:.8rem}.tw-company-card__country{color:var(--text-tertiary);background:#ffffff0d;border:1px solid #ffffff0f;border-radius:100px;padding:2px 8px;font-size:.75rem}.tw-protection-banner{flex-wrap:wrap;gap:12px;display:flex}.tw-protection-chip{color:#34d399;background:#10b9810f;border:1px solid #10b98126;border-radius:100px;align-items:center;gap:8px;padding:8px 16px;font-size:.78rem;font-weight:500;transition:all .2s;display:flex}.tw-protection-chip:hover{background:#10b9811a;border-color:#10b98140}.tw-protection-chip i{color:#10b981;font-size:14px}.tw-protection-chip__label{white-space:nowrap}.tw-fleet-section{background:#ffffff05;border:1px solid #ffffff12;border-radius:24px;overflow:hidden}.tw-fleet-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:20px 28px;display:flex}.tw-fleet-header__title{color:var(--text-primary);font-size:.95rem;font-weight:600}.tw-fleet-header__count{color:var(--text-tertiary);background:#ffffff0d;border-radius:100px;padding:3px 10px;font-size:.78rem}.tw-fleet-list{flex-direction:column;display:flex}.tw-member-row{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;gap:16px;padding:20px 28px;transition:background .2s,opacity .35s,transform .35s;display:flex}.tw-member-row:last-child{border-bottom:none}.tw-member-row:hover{background:#ffffff05}.tw-member-row--removing{opacity:0;pointer-events:none;transform:translate(20px)}.tw-member-row__left{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.tw-member-avatar{background:linear-gradient(135deg,#6366f1,#3b82f6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 0 0 2px #6366f140}.tw-member-avatar__initial{color:#fff;font-size:1.1rem;font-weight:700;line-height:1}.tw-member-row__info{flex:1;min-width:0}.tw-member-row__name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.tw-member-row__email{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.tw-member-row__role{color:var(--text-tertiary);margin-top:2px;font-size:.72rem}.tw-member-row__right{flex-shrink:0;align-items:center;gap:12px;display:flex}.tw-member-row__certs{flex-wrap:wrap;gap:6px;display:flex}.tw-cert-chip{color:#818cf8;white-space:nowrap;background:#6366f11a;border:1px solid #6366f133;border-radius:6px;padding:2px 8px;font-size:.68rem;font-weight:600}.tw-remove-btn{color:#ef4444;cursor:pointer;white-space:nowrap;background:#ef44440f;border:1px solid #ef444426;border-radius:10px;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s;display:flex}.tw-remove-btn:hover{background:#ef444424;border-color:#ef44444d}.tw-empty-fleet{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:60px 24px;display:flex}.tw-orbit{width:96px;height:96px;position:relative}.tw-orbit__center{background:linear-gradient(135deg,#6366f126,#3b82f61a);border:1px solid #6366f140;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:auto;display:flex;position:absolute;inset:0}.tw-orbit__center i{color:#818cf8;font-size:26px}.tw-orbit__slot{background:#ffffff0d;border:1px dashed #fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;animation:2.5s ease-in-out infinite orbitPulse;display:flex;position:absolute;top:0;right:0}.tw-orbit__slot i{color:var(--text-tertiary);font-size:12px}@keyframes orbitPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}.tw-empty-fleet__title{color:var(--text-primary);font-size:1rem;font-weight:600}.tw-empty-fleet__desc{color:var(--text-tertiary);max-width:380px;margin:0;font-size:.85rem;line-height:1.6}.tw-invite-panel{background:#ffffff05;border:1px solid #ffffff12;border-radius:24px;flex-direction:column;gap:24px;padding:28px 32px;display:flex}.tw-invite-panel__header{align-items:flex-start;gap:16px;display:flex}.tw-invite-panel__icon-wrap{background:linear-gradient(135deg,#6366f126,#3b82f61a);border:1px solid #6366f140;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.tw-invite-panel__icon-wrap i{color:#818cf8;font-size:20px}.tw-invite-panel__title{color:var(--text-primary);margin-bottom:4px;font-size:1rem;font-weight:600}.tw-invite-panel__sub{color:var(--text-tertiary);font-size:.8rem;line-height:1.55}.tw-access-section__title{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:14px;font-size:.72rem;font-weight:700}.tw-access-grid{flex-wrap:wrap;gap:12px;display:flex}.tw-access-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff08;border:1px solid #ffffff12;border-radius:12px;align-items:center;gap:10px;padding:10px 16px;transition:all .2s;display:flex}.tw-access-toggle:hover{background:#ffffff0f;border-color:#ffffff1f}.tw-access-toggle__input{display:none}.tw-access-toggle__track{background:#ffffff1a;border-radius:100px;flex-shrink:0;width:36px;height:20px;transition:background .25s;position:relative}.tw-access-toggle__track:after{content:"";background:#ffffff80;border-radius:50%;width:14px;height:14px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),background .25s;position:absolute;top:3px;left:3px}.tw-access-toggle__input:checked+.tw-access-toggle__track{background:#6366f1}.tw-access-toggle__input:checked+.tw-access-toggle__track:after{background:#fff;transform:translate(16px)}.tw-access-toggle__label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.tw-invite-link-row{align-items:center;gap:10px;display:flex}.tw-invite-link-box{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;background:#00000040;border:1px solid #ffffff12;border-radius:14px;flex:1;padding:13px 18px;font-family:SF Mono,Fira Code,monospace;font-size:.78rem;transition:all .2s;overflow:hidden}.tw-invite-link-box__placeholder{color:var(--text-tertiary);font-style:italic}.tw-invite-link-box--active{color:var(--text-secondary);background:#6366f10d;border-color:#6366f14d}.tw-invite-link-box--active:hover{background:#6366f114;border-color:#6366f180}.tw-invite-link-box--copied{color:#10b981;background:#10b9810d;border-color:#10b98166}.tw-generate-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:14px;align-items:center;gap:8px;padding:13px 22px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 16px #4f46e54d,inset 0 1px #ffffff26}.tw-generate-btn:disabled{opacity:.45}.tw-generate-btn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 20px #4f46e566,inset 0 1px #ffffff26}.tw-generate-btn:active{transform:translateY(0)}.tw-generate-btn--success{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 4px 16px #10b9814d,inset 0 1px #ffffff26}.tw-legal-notice{background:#6366f10a;border:1px solid #6366f11f;border-left:3px solid #6366f180;border-radius:12px;align-items:flex-start;gap:12px;padding:14px 18px;display:flex}.tw-legal-notice i{color:#818cf8;flex-shrink:0;margin-top:1px;font-size:16px}.tw-legal-notice__text{color:var(--text-tertiary);margin:0;font-size:.78rem;line-height:1.6}.tw-linked-card{background:#ffffff08;border:1px solid #3b82f633;border-radius:24px;padding:32px;position:relative;overflow:hidden}.tw-linked-card__glow{pointer-events:none;background:radial-gradient(circle,#3b82f614,#0000 70%);width:200px;height:200px;position:absolute;top:-60px;right:-60px}.tw-linked-card__top{z-index:1;align-items:center;gap:20px;display:flex;position:relative}.tw-linked-card__icon-wrap{background:linear-gradient(135deg,#3b82f626,#6366f11a);border:1px solid #3b82f640;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.tw-linked-card__icon-wrap i{color:#60a5fa;font-size:28px}.tw-linked-card__info{flex:1}.tw-linked-card__label{letter-spacing:.1em;color:#3b82f6;text-transform:uppercase;margin-bottom:4px;font-size:.65rem;font-weight:700}.tw-linked-card__name{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:4px;font-size:1.3rem;font-weight:700}.tw-linked-card__reg-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);font-family:system-ui,-apple-system,sans-serif;font-size:.6rem;font-weight:700}.tw-linked-card__reg-id{color:var(--text-tertiary);font-family:SF Mono,Fira Code,monospace;font-size:.8rem}.tw-linked-card__divider{background:#ffffff0f;height:1px;margin:24px 0}.tw-linked-card__grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.tw-linked-field__label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:4px;font-size:.68rem;font-weight:700}.tw-linked-field__value{color:var(--text-primary);font-size:.88rem;font-weight:500}.tw-linked-field__value--green{color:#10b981}.tw-member-notice{background:#f59e0b0a;border:1px solid #f59e0b26;border-radius:16px;align-items:flex-start;gap:14px;padding:18px 20px;display:flex}.tw-member-notice i{color:#f59e0b;flex-shrink:0;margin-top:1px;font-size:18px}.tw-member-notice__text{color:var(--text-secondary);margin:0;font-size:.82rem;line-height:1.6}.tw-member-notice__link{color:#818cf8;font-weight:500;text-decoration:none}.tw-member-notice__link:hover{text-decoration:underline}.oi-section-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px;margin-left:4px;font-size:.6rem;font-weight:800}.oi-actions-wrap{margin-top:10px}.oi-order-list{padding:16px 0}.oi-order-row{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:8px;padding:16px;position:relative}.oi-order-row--active{background:#6366f10d;border-color:#6366f180}.oi-order-selected{color:#818cf8;text-transform:uppercase;letter-spacing:.1em;font-size:.6rem;font-weight:800;position:absolute;top:12px;right:16px}.oi-order-selected i{margin-right:2px;font-size:.7rem}.oi-order-col{text-align:left;flex-direction:column;gap:4px;width:100%;display:flex}.oi-order-id{color:#fff;font-size:.9rem;font-weight:700}.oi-order-status{margin-left:8px;font-size:.8rem;font-weight:600}.oi-order-date{color:var(--text-tertiary);font-size:.7rem}.oi-order-item{color:var(--text-secondary);margin-top:2px;font-size:.75rem}.oi-hero-btn{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;margin-bottom:-4px;padding:8px 0}.oi-hero-caret{color:#ffffff4d;margin-top:2px;font-size:.9rem}.oi-rec-secondary{color:var(--text-secondary)}.oi-rec-date{color:var(--text-secondary);font-weight:500}.oi-rec-tracking{font-family:monospace;font-size:.75rem}.oi-rec-divider{background:#ffffff0f;width:100%;height:1px;margin:8px 0}.oi-rec-items-row{flex-direction:column;gap:8px}.oi-rec-items{text-align:left;color:var(--text-secondary);font-size:.75rem;font-weight:500;line-height:1.6}.oi-empty-msg{text-align:center;color:var(--text-tertiary);padding:40px}.oi-detail-grid{grid-template-columns:1fr 1fr;gap:8px 14px;display:grid}.oi-detail-lbl{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;font-size:.57rem;font-weight:700}.oi-overview-row{align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.oi-overview-swatch{border:1px solid #ffffff1a;border-radius:5px;flex-shrink:0;width:40px;height:40px}.oi-overview-name{color:var(--text-primary);font-size:.8rem;font-weight:800}.oi-overview-meta{color:var(--text-tertiary);margin-top:1px;font-size:.65rem}.oi-overview-price{color:var(--text-secondary);margin-top:3px;font-size:.7rem;font-weight:700}.oi-overview-desc{font-size:.72rem;line-height:1.5}.oi-mats-comp{color:var(--text-secondary);margin-bottom:7px;font-size:.72rem}.oi-kv-val--bold{font-weight:700}.oi-coll-desc{margin-top:6px;font-size:.7rem}.oi-kv--top{align-items:flex-start}.oi-badge-sm{font-size:.6rem}.oi-drawer-sub{color:var(--text-secondary);margin-top:2px;font-size:.71rem}.tm-title--completed{color:#f0fdf4}.tm-subtitle--completed{color:var(--text-tertiary)}.er-cycle-actions{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.em-title-wrap{align-items:center;gap:8px;display:inline-flex}.em-title-pill{text-transform:uppercase;letter-spacing:.05em;border:1px solid;border-radius:100px;align-items:center;gap:4px;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-flex}.em-title-pill i{font-size:12px}.em-breakdown{background:#0f172af2;border:1px solid #a78bfa4d;border-radius:12px;margin-bottom:12px;overflow:hidden}.em-breakdown__hdr{background:#a78bfa1a;border-bottom:1px solid #a78bfa33;align-items:center;gap:6px;padding:10px 16px;display:flex}.em-breakdown__icon{color:#a78bfa;font-size:14px}.em-breakdown__label{color:#a78bfa;font-family:IBM Plex Mono,monospace;font-size:.75rem}.em-mod-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.em-mod-row__left{align-items:center;gap:10px;display:flex}.em-mod-icon{border:1px solid;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.em-mod-icon i{font-size:13px}.em-mod-name{color:#fff;align-items:center;font-size:.85rem;font-weight:600;display:flex}.em-mod-sub{color:var(--text-tertiary);font-size:.7rem}.em-mod-val{font-family:IBM Plex Mono,monospace;font-size:1rem;font-weight:700}.em-cov-row{border-top:1px solid;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.em-total-row{border-top:2px solid;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.em-total-label{color:#fff;font-size:.95rem;font-weight:700}.em-total-val{font-family:IBM Plex Mono,monospace;font-size:1.4rem;font-weight:700}.em-xp-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);vertical-align:middle;background:linear-gradient(135deg,#fbbf2426 0%,#fbbf240d 100%);border:1px solid #fbbf244d;border-radius:6px;align-items:center;gap:4px;margin-right:8px;padding:2px 8px;line-height:1;display:inline-flex;box-shadow:0 2px 4px #0003,inset 0 0 0 1px #ffffff0d}.em-xp-badge__icon{color:#fbbf24;font-size:10px}.em-xp-badge__text{color:#fbbf24;text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:800}.em-close-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#059669 0%,#10b981 50%,#34d399 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:4px;padding:14px 20px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 15px #10b98159}.em-close-btn i{font-size:1.1rem}.ci-empty-content{color:#fff6;text-align:center;padding:20px}.ci-empty-state{text-align:center;color:#ffffff4d;padding:40px}.ci-empty-state i{margin-bottom:10px;font-size:2rem}.ci-mission-bar--col{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.ci-mission-bar__row{justify-content:space-between;align-items:center;display:flex}.ci-impact-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.ci-impact-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;gap:4px;padding:8px 12px;display:flex}.ci-impact-lbl{text-transform:uppercase;letter-spacing:.08em;color:#ffffff4d;font-size:.55rem;font-weight:800}.ci-impact-val{font-size:.85rem;font-weight:700}.ci-impact-val--danger{color:#ef4444d9}.ci-impact-val--warn{color:#fbbf24d9}.ci-playbook{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;margin-top:14px;padding:12px;position:relative;overflow:hidden}.ci-playbook__accent{background:#ffffff1a;width:3px;position:absolute;top:0;bottom:0;left:0}.ci-playbook__hdr{text-transform:uppercase;letter-spacing:.08em;color:#fff6;margin-bottom:10px;font-size:.6rem;font-weight:800}.ci-playbook__hdr i{margin-right:4px}.ci-playbook__step{align-items:center;gap:8px;margin-bottom:8px;font-size:.75rem;display:flex}.ci-playbook__step:last-child{margin-bottom:0}.ci-playbook__step--active{color:#ffffffbf;font-weight:700}.ci-playbook__step--muted{color:#ffffff80;font-weight:500}.ci-playbook__step--dim{color:#ffffff4d;font-weight:500}.ci-playbook__ico{color:#fff3;font-size:1rem}.ci-playbook__ico--green{color:#10b981b3}.ci-playbook__ico--red{color:#ef444466}.ci-playbook__tag{color:#ffffff40;margin-left:auto;font-size:.65rem}.ci-playbook__tag--green{color:#10b981bf;background:#10b98114;border-radius:6px;padding:2px 6px;font-weight:600}.ci-playbook__tag--red{color:#ef44444d}.ci-brief-col{flex:1}.ci-brief-label{text-transform:uppercase;letter-spacing:.08em;color:#ffffff40;align-items:center;gap:4px;margin-bottom:4px;font-size:.57rem;font-weight:800;display:flex}.ci-brief-rows{margin-top:16px}.ci-co-note--subtle{color:#fff6;background:#ffffff05;border-color:#ffffff1a}.ci-co-adv-section{border-top:1px solid #ffffff0d;flex-direction:column;gap:8px;padding-top:4px;display:flex}.ci-co-adv-section__hdr{text-transform:uppercase;letter-spacing:.09em;color:#fff3;font-size:.62rem;font-weight:800}.ci-co-adv-section__hdr--rec{color:#ffffff40;align-items:center;gap:5px;margin-bottom:8px;display:flex}.ci-co-adv-section--result{border-top:2px solid #ffffff0f;padding-top:4px}.ci-co-adv-section--gen{padding-top:4px}.ci-co-adv-hint{color:var(--text-tertiary);margin-left:4px;font-size:.55rem;font-weight:600}.ci-co-adv-btn--gen{padding:10px 12px;font-size:.73rem}.ci-co-adv-qs--styled{background:#ffffff05;border-color:#ffffff12}.ci-co-adv-qs-hdr--muted{color:#fff6;font-size:.6rem}.ci-co-adv-qs-tag{text-transform:none;letter-spacing:0;color:var(--text-tertiary);margin-left:4px;font-size:.58rem;font-weight:500}.ci-co-adv-qs-sub{color:var(--text-tertiary);margin-top:-2px;margin-bottom:6px;font-size:.61rem}.sc-dev-clock{color:#10b981;background:#10b9811a;border:1px solid #10b981;border-radius:4px;margin-left:12px;padding:4px 8px;font-family:monospace;font-size:.85rem}.sc-empty-week{text-align:center;background:#0f172a66;border:1px solid #ffffff12;border-radius:12px;flex-direction:column;align-items:center;gap:10px;padding:32px 20px;display:flex}.sc-empty-week__icon{background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:4px;display:flex}.sc-empty-week__icon i{color:var(--text-tertiary);font-size:20px}.sc-empty-week__title{color:var(--text-secondary);font-size:.9rem;font-weight:600}.sc-empty-week__desc{color:var(--text-tertiary);max-width:180px;font-size:.8rem;line-height:1.5}.sc-company-tag{text-transform:uppercase;letter-spacing:.05em;opacity:.8;cursor:pointer;border-radius:4px;align-items:center;gap:4px;width:fit-content;margin-bottom:8px;padding:2px 4px;font-size:.6rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.sc-company-tag i{font-size:.7rem}.sc-cycle-complete{text-align:center;background:#ffffff05;border:1px dashed #ffffff1a;border-radius:8px;margin-top:12px;padding:20px}.sc-cycle-complete--success{background:#10b9810d;border-color:#10b9814d}.sc-cycle-complete__icon{background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 12px;font-size:20px;display:flex}.sc-cycle-complete__icon--success{color:#10b981;background:#10b98133}.sc-cycle-complete__title{color:var(--text-primary);margin-bottom:4px;font-size:.9rem;display:block}.sc-cycle-complete__title--success{color:#10b981}.sc-cycle-complete__sub{color:var(--text-tertiary);font-size:.75rem}.sc-unit-yield{text-align:right;cursor:pointer;font-family:IBM Plex Mono,monospace}.sc-yield-hdr{text-transform:uppercase;letter-spacing:.05em;justify-content:flex-end;align-items:center;gap:4px;margin-bottom:2px;font-size:.7rem;font-weight:600;display:flex}.sc-yield-hdr i{font-size:11px}.sc-yield-val-row{justify-content:flex-end;align-items:center;gap:6px;display:flex}.sc-yield-val{font-size:1.15rem;font-weight:700}.sc-yield-link{font-size:12px}.sc-yield-potential{color:var(--text-tertiary);margin-bottom:2px;font-size:.75rem}.sc-yield-potential--pending-conversion{color:#67e8f9;background:#22d3ee0d;border:1px dashed #22d3ee4d;border-radius:6px;padding:4px 8px}.sc-yield-tooltip{width:280px;padding:12px}.op-toast__icon{color:#10b981;flex-shrink:0;font-size:1.4rem}.op-toast__msg{color:#fff;margin-bottom:2px;font-weight:600}.op-toast__sub{color:#fff9;font-size:.78rem}.profile-modal--open{opacity:1!important;pointer-events:auto!important}.profile-toast--success{color:#34d399;background:#10b98126;border:1px solid #10b98166}.profile-toast--error{color:#f87171;background:#ef444426;border:1px solid #ef444466}.profile-toast__icon{font-size:18px}.profile-toast--visible{opacity:1!important;transform:translateY(0)!important}.xp-badge-visible{transition:all .3s;display:inline-block}.hiw-modal__play-icon{color:#fff;font-size:18px}.hiw-tab__icon{font-size:16px}.hiw-trigger-btn__icon{font-size:15px}.hiw-overlay--open{opacity:1!important;pointer-events:auto!important}.earnings-pop[data-delay="0"]{animation-delay:0s}.earnings-pop[data-delay="1"]{animation-delay:70ms}.earnings-pop[data-delay="2"]{animation-delay:.14s}.earnings-pop[data-delay="3"]{animation-delay:.21s}.em-title-pill--completed{color:#10b981;background:#10b98126;border-color:#10b9814d}.em-title-pill--missed{color:#ef4444;background:#ef444426;border-color:#ef44444d}.em-pill--completed{background:#10b9810d!important;border-color:#10b98140!important}.em-pill--missed{background:#ef44440d!important;border-color:#ef444440!important}.em-mod-icon--completed{background:#a78bfa1a;border-color:#a78bfa33}.em-mod-icon--completed i{color:#a78bfa}.em-mod-icon--missed{background:#ef44441a;border-color:#ef444433}.em-mod-icon--missed i{color:#ef4444}.em-mod-val--completed{color:#10b981}.em-mod-val--missed{color:#ef4444}.em-cov-row--complete{background:#06b6d40a;border-top-color:#06b6d426}.em-cov-row--missed{background:#ef44440a;border-top-color:#ef444426}.em-cov-icon--complete{background:#06b6d41a;border-color:#06b6d440}.em-cov-icon--complete i{color:#22d3ee}.em-cov-icon--missed{background:#ef44441a;border-color:#ef444440}.em-cov-icon--missed i{color:#f87171}.em-cov-val--complete{color:#22d3ee}.em-cov-val--missed{color:#f87171}.em-total-row--completed{background:#10b9810f;border-top-color:#10b98133}.em-total-row--missed{background:#ef44440f;border-top-color:#ef444433}.em-total-val--completed{color:#10b981}.em-total-val--missed{color:#ef4444}.em-close-btn:hover{transform:translateY(-1px)}.opp-card--exiting{opacity:0;transition:opacity .3s,transform .3s;transform:scale(.95)}.opp-toast--visible{opacity:1;display:flex!important}.opp-toast--fading{transition:opacity .5s;opacity:0!important}.pool-xp--pulse{color:#10b981;transition:transform .3s,color .3s;transform:scale(1.1)}.balance-status-badge__icon{font-size:.9rem}.company-hub-card{-webkit-user-select:none;user-select:none}.cc-hub-card--certified{border-color:#10b98133}.cc-hub-card--certified:hover{border-color:#10b98166;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.cc-hub-card--progress{border-color:#3b82f633}.cc-hub-card--progress:hover{border-color:#3b82f666;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.cc-hub-card--pending{border-color:#ffffff0f}.cc-hub-card--pending:hover{border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.cc-hub-accent--certified{opacity:1;background:#10b981}.cc-hub-accent--pending{opacity:.5}.cc-hub-footer__check{color:#10b981;margin-right:4px}.cc-hub-footer__action--certified{color:#10b981}.cc-hub-footer__action--pending{color:var(--accent-primary)}.cc-edge-card--good{background:#10b9810d;border-color:#10b98154}.cc-edge-card--bad{background:#ef44440d;border-color:#ef444454}.cc-edge-card--warn{background:#f59e0b0d;border-color:#f59e0b54}.cc-edge-card__icon--good,.cc-edge-card__label--good{color:#10b981}.cc-edge-card__icon--bad,.cc-edge-card__label--bad{color:#ef4444}.cc-edge-card__icon--warn,.cc-edge-card__label--warn{color:#f59e0b}.kb-section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);align-items:center;gap:8px;margin-bottom:16px;font-size:.75rem;font-weight:700;display:flex}.kb-section-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:12px;margin-bottom:20px;padding:24px}.kb-section-title__warn-icon{color:#f59e0b}#company-kb-content{scroll-behavior:smooth}.cc-stepper-dot--done{color:#fff;background:#10b981;border-color:#10b981}.cc-stepper-dot--active{color:#fff}.cc-stepper-dot--idle{color:var(--text-tertiary);background:#ffffff0f;border-color:#ffffff1a}.cc-stepper-label--active{font-weight:700}.cc-stepper-label--idle{color:var(--text-tertiary);font-weight:500}.cc-stepper-line--done{background:#10b981}.cc-back-btn--hidden{visibility:hidden}.cc-cert-nav__company{font-weight:700}.cc-quiz-feedback--correct{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:6px;margin-top:6px;padding:8px 12px;display:block}.cc-quiz-feedback--wrong{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;margin-top:6px;padding:8px 12px;display:block}.cc-quiz-opt__text{color:var(--text-primary);font-size:.875rem;line-height:1.5}.cc-video-zone--uploaded{background:#10b9810d;border-color:#10b981}.cc-video-zone:hover{background:#ffffff0a;border-color:#ffffff40}.cc-btn--shake{animation:.3s ccBtnShake}@keyframes ccBtnShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.cc-extra-module-banner{text-align:left;background:#10b98114;border:1px solid #10b98133;border-radius:10px;align-items:center;gap:12px;margin-bottom:24px;padding:14px 18px;display:flex}.cc-extra-module-banner__icon{color:#10b981;flex-shrink:0;font-size:1.4rem}.cc-extra-module-banner__title{color:#10b981;margin-bottom:2px;font-weight:700}.cc-extra-module-banner__sub{color:var(--text-secondary);font-size:.82rem}.cc-pill{letter-spacing:.03em;border:1px solid;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.cc-pill--certified{color:#10b981;background:#10b9811f;border-color:#10b98140}.cc-pill--progress{color:#60a5fa;background:#3b82f61f;border-color:#3b82f640}.cc-pill--pending{color:#94a3b8;background:#ffffff0d;border-color:#ffffff1a}.cc-pill--sm{padding:3px 10px;font-size:.72rem}.cc-hub-card{background:var(--bg-surface);cursor:pointer;border:1px solid;border-radius:14px;padding:24px;transition:all .2s;position:relative;overflow:hidden}.cc-hub-accent{height:3px;position:absolute;top:0;left:0;right:0}.cc-hub-hdr{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.cc-hub-hdr__left{align-items:center;gap:14px;display:flex}.cc-company-icon{border:1px solid;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.cc-company-icon--sm{border-radius:8px;width:32px;height:32px;font-size:16px}.cc-company-icon--lg{border-radius:14px;width:56px;height:56px;font-size:26px}.cc-hub-name{color:var(--text-primary);margin-bottom:2px;font-size:1.05rem;font-weight:700}.cc-hub-sector{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:600}.cc-hub-desc{color:var(--text-secondary);min-height:48px;margin-bottom:20px;font-size:.875rem;line-height:1.6}.cc-hub-progress{margin-bottom:16px}.cc-hub-progress__row{color:var(--text-tertiary);justify-content:space-between;margin-bottom:6px;font-size:.75rem;display:flex}.cc-hub-progress__track{background:#ffffff0f;border-radius:4px;height:4px;overflow:hidden}.cc-hub-progress__fill{border-radius:4px;height:100%;transition:width .6s}.cc-hub-footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.cc-hub-footer__info{color:var(--text-tertiary);font-size:.8rem}.cc-hub-footer__action{font-size:.85rem;font-weight:600}.cc-page-hdr{justify-content:space-between;align-items:flex-start;margin-bottom:32px;display:flex}.cc-page-hdr__title{letter-spacing:-.02em;margin-bottom:8px;font-size:1.75rem;font-weight:700}.cc-page-hdr__sub{color:var(--text-secondary);font-size:.95rem}.cc-all-done{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;font-weight:600;display:flex}.cc-all-done i{font-size:1.2rem}.cc-stats-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:32px;display:grid}.cc-stat-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:10px;padding:16px 20px}.cc-stat-card__lbl{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:.75rem;font-weight:600}.cc-stat-card__val{color:var(--text-primary);font-size:1.5rem;font-weight:700}.cc-stat-card__val--green{color:#10b981}.cc-stat-card__val--muted{color:var(--text-secondary)}.cc-cards-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px;display:grid}.cc-kb-nav{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.cc-kb-nav__right{align-items:center;gap:10px;display:flex}.cc-kb-nav__name{color:var(--text-primary);font-weight:600}.cc-back-btn{background:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.cc-back-btn:hover{color:var(--text-primary);border-color:#fff3}.cc-kb-hero{border:1px solid;border-radius:16px;margin-bottom:24px;padding:28px}.cc-kb-hero__inner{align-items:flex-start;gap:20px;display:flex}.cc-kb-hero__title{letter-spacing:-.02em;margin-bottom:6px;font-size:1.5rem;font-weight:700}.cc-kb-hero__sector{text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:.8rem;font-weight:700}.cc-kb-hero__desc{color:var(--text-secondary);max-width:600px;margin:0;font-size:.9rem;line-height:1.65}.cc-overview-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.cc-overview-lbl{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:.82rem;font-weight:600}.cc-overview-val{color:var(--text-primary);font-size:.9rem;line-height:1.6}.cc-edge-card{border:1px solid;border-radius:8px;margin-bottom:10px;padding:14px 16px}.cc-edge-card__hdr{align-items:center;gap:8px;margin-bottom:6px;display:flex}.cc-edge-card__hdr i{font-size:1rem}.cc-edge-card__label{text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:700}.cc-edge-card__text{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.55}.cc-wf-step{gap:16px;margin-bottom:16px;display:flex}.cc-wf-step__num{border:1px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;font-size:.8rem;font-weight:700;display:flex}.cc-wf-step__num--sm{width:26px;height:26px;font-size:.78rem}.cc-wf-step__title{color:var(--text-primary);margin-bottom:4px;font-size:.9rem;font-weight:600}.cc-wf-step__detail{color:var(--text-secondary);font-size:.85rem;line-height:1.55}.cc-tool-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:10px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.cc-tool-card__icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.cc-tool-card__icon--sm{width:34px;height:34px;font-size:1rem}.cc-tool-card__name{color:var(--text-primary);margin-bottom:3px;font-size:.9rem;font-weight:700}.cc-tool-card__desc{color:var(--text-secondary);font-size:.82rem;line-height:1.5}.cc-tools-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.cc-cert-done-banner{background:#10b9811a;border:1px solid #10b98140;border-radius:10px;align-items:center;gap:12px;padding:16px 20px;display:flex}.cc-cert-done-banner i{color:#10b981;flex-shrink:0;font-size:1.5rem}.cc-cert-done-banner__title{color:#10b981;margin-bottom:2px;font-weight:700}.cc-cert-done-banner__sub{color:var(--text-secondary);font-size:.85rem}.cc-cta-btn{border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px;font-size:1rem;font-weight:700;display:flex}.cc-cta-btn i{font-size:1.2rem}.cc-cta-btn__arrow{opacity:.7;font-size:1rem}.cc-cta-wrap{margin-top:8px;margin-bottom:32px}.cc-cert-nav{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.cc-cert-nav__info{color:var(--text-tertiary);font-size:.85rem;font-weight:500}.cc-stepper{justify-content:center;align-items:flex-start;margin-bottom:36px;padding:4px 0;display:flex;overflow-x:auto}.cc-stepper-item{align-items:center;gap:0;display:flex}.cc-stepper-col{flex-direction:column;align-items:center;gap:4px;display:flex}.cc-stepper-dot{border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;transition:all .3s;display:flex}.cc-stepper-dot i{font-size:.9rem}.cc-stepper-label{text-align:center;max-width:72px;font-size:.68rem;line-height:1.3}.cc-stepper-line{flex-shrink:0;width:40px;height:2px;margin:0 4px 20px;transition:background .3s}.cc-step-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:16px;max-width:760px;margin-bottom:20px;margin-left:auto;margin-right:auto;padding:32px}.cc-step-hdr{border-bottom:1px solid var(--border-subtle);align-items:center;gap:12px;margin-bottom:24px;padding-bottom:20px;display:flex}.cc-step-hdr__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.cc-step-hdr__num{text-transform:uppercase;letter-spacing:.07em;margin-bottom:2px;font-size:.72rem;font-weight:700}.cc-step-hdr__title{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:700}.cc-step-actions{justify-content:space-between;align-items:center;max-width:760px;margin:0 auto;display:flex}.cc-next-btn{border-radius:8px;align-items:center;gap:8px;padding:10px 28px;font-size:.95rem;font-weight:700;display:flex}.cc-content-block{margin-bottom:20px}.cc-content-block__title{color:var(--text-primary);margin-bottom:12px;font-size:1rem;font-weight:700}.cc-content-block__text{color:var(--text-secondary);font-size:.9rem;line-height:1.65}.cc-content-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:10px;margin-bottom:20px;padding:18px}.cc-content-card__text{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.65}.cc-cert-wf{border-bottom:1px solid #ffffff0a;gap:14px;margin-bottom:16px;padding-bottom:16px;display:flex}.cc-cert-tool{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:10px;align-items:flex-start;gap:12px;margin-bottom:10px;padding:14px 16px;display:flex}.cc-quiz-q{margin-bottom:24px}.cc-quiz-q__text{color:var(--text-primary);margin-bottom:12px;font-size:.9rem;font-weight:600;line-height:1.5}.cc-quiz-feedback{border-radius:6px;margin-top:8px;padding:8px 12px;font-size:.82rem;display:none}.cc-quiz-intro{color:var(--text-secondary);margin-bottom:20px;font-size:.875rem}.cc-final-intro{color:var(--text-secondary);margin-bottom:24px;font-size:.9rem;line-height:1.65}.cc-video-zone{text-align:center;cursor:pointer;background:#ffffff05;border:2px dashed #ffffff1f;border-radius:12px;margin-bottom:24px;padding:36px;transition:all .2s}.cc-video-zone__icon{color:var(--text-tertiary);margin-bottom:12px;font-size:2rem;display:block}.cc-video-zone__label{color:var(--text-primary);margin-bottom:4px;font-weight:600}.cc-video-zone__hint{color:var(--text-tertiary);font-size:.82rem}.cc-ack-label{cursor:pointer;border:1px solid var(--border-subtle);background:var(--bg-card);border-radius:8px;align-items:flex-start;gap:10px;padding:12px;display:flex}.cc-ack-label__text{color:var(--text-secondary);font-size:.875rem;line-height:1.55}.cc-success{text-align:center;max-width:500px;margin:0 auto;padding:80px 20px}.cc-success__icon{color:#10b981;background:#10b9811f;border:2px solid #10b9814d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:28px;font-size:40px;display:inline-flex}.cc-success__title{letter-spacing:-.02em;margin-bottom:12px;font-size:2rem;font-weight:700}.cc-success__sub{color:var(--text-secondary);margin-bottom:32px;font-size:.95rem;line-height:1.65}.cc-success__name{color:var(--text-primary)}.cc-success__card{text-align:left;background:#10b98114;border:1px solid #10b98133;border-radius:12px;min-width:280px;margin-bottom:24px;padding:18px 24px;display:inline-block}.cc-success__card-inner{align-items:center;gap:12px;display:flex}.cc-success__company{color:var(--text-primary);font-weight:700}.cc-success__status{color:#10b981;font-size:.82rem;font-weight:600}.step-icon{background:var(--bg-surface);border:1px solid var(--border-subtle);width:32px;height:32px;color:var(--text-tertiary);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex}.content-section{border-bottom:1px solid var(--border-subtle);margin-bottom:32px;padding-bottom:24px}.content-section:last-child{border-bottom:none}.quiz-card{background:var(--bg-card);border:1px solid var(--border-subtle);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:16px;transition:all .2s;display:flex;position:relative}.quiz-card:hover{border-color:var(--text-tertiary);background:#ffffff05}.quiz-card.selected{border-color:var(--accent-primary);background:#3b82f60d;box-shadow:0 4px 12px #0000001a}.quiz-card.correct{border-color:var(--status-success);background:#10b9810d}.quiz-card.wrong{border-color:var(--status-error);background:#ef44440d}.quiz-indicator{border:2px solid var(--border-subtle);color:#0000;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:flex}.quiz-card.selected .quiz-indicator{border-color:var(--accent-primary);background:var(--accent-primary);color:#fff}.quiz-card.correct .quiz-indicator{border-color:var(--status-success);background:var(--status-success);color:#fff}.quiz-card.wrong .quiz-indicator{border-color:var(--status-error);background:var(--status-error);color:#fff}.quiz-helper{color:var(--text-tertiary);margin-top:4px;font-size:.8rem}.quiz-feedback{margin-top:8px;font-size:.85rem;font-weight:500}.quiz-feedback.success{color:var(--status-success)}.quiz-feedback.error{color:var(--status-error)}.dep-btn--expired{opacity:.5;cursor:not-allowed}#toast-container{z-index:99999;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;top:24px;right:24px}.toast{background:var(--bg-card,#1e1e2e);color:var(--text-primary,#fff);border:1px solid var(--border-subtle,#333);pointer-events:auto;border-radius:8px;align-items:center;gap:12px;min-width:300px;padding:12px 24px;animation:.3s toastSlideIn;display:flex;box-shadow:0 4px 12px #0000004d}.toast--success{border-left:3px solid var(--success,#10b981)}.toast--warning{border-left:3px solid var(--warning,#f59e0b)}.toast--error{border-left:3px solid var(--danger,#ef4444)}.toast__icon{font-size:1.25rem}.toast--success .toast__icon{color:var(--success,#10b981)}.toast--warning .toast__icon{color:var(--warning,#f59e0b)}.toast--error .toast__icon{color:var(--danger,#ef4444)}.toast--info .toast__icon{color:var(--text-secondary,#ccc)}.toast__text{font-size:.9rem;font-weight:500}.toast--exit{opacity:0;transition:opacity .3s}@keyframes toastSlideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.empty-state{text-align:center;color:var(--text-secondary,#888);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:48px 24px;display:flex}.empty-state__icon{opacity:.5;margin-bottom:8px;font-size:2rem}.empty-state__title{color:var(--text-primary,#fff);font-size:.9rem;font-weight:600}.empty-state__subtitle{color:var(--text-muted,#666);max-width:260px;font-size:.8rem;line-height:1.5}.departure-undo-btn:hover{background:#ffffff26!important}.rav2-container{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.rav2-tabs{border-bottom:1px solid #ffffff0f;flex-shrink:0;gap:2px;margin-bottom:10px;padding:0 0 8px;display:flex}.rav2-tab{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary,#ffffff4d);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:5px;outline:none;padding:5px 9px;font-size:.62rem;font-weight:700;transition:color .15s,background .15s,border-color .15s}.rav2-tab:hover{color:var(--text-secondary,#ffffff8c);background:#ffffff0a}.rav2-tab.rav2-active{color:var(--text-primary,#fff);background:#3b82f61f;border-color:#3b82f64d}.rav2-content{flex:1;min-height:0;overflow:hidden auto}.rav2-disabled-notice{text-align:center;color:var(--text-tertiary,#ffffff4d);border:1px dashed #ffffff14;border-radius:7px;justify-content:center;align-items:center;gap:7px;padding:16px 12px;font-size:.7rem;display:flex}.rav2-overlay{z-index:9900;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b8;justify-content:center;align-items:center;transition:opacity .18s;display:flex;position:fixed;inset:0}.rav2-overlay.rav2-visible{opacity:1}.rav2-modal{background:#111827;border:1px solid #ffffff1a;border-radius:12px;width:380px;max-width:calc(100vw - 40px);max-height:85vh;padding:22px 24px 20px;transition:transform .18s;overflow-y:auto;transform:translateY(12px);box-shadow:0 20px 60px #0009}.rav2-overlay.rav2-visible .rav2-modal{transform:translateY(0)}.rav2-modal-icon{color:#60a5fa;background:#3b82f61f;border:1px solid #3b82f640;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:14px;font-size:1.1rem;display:flex}.rav2-modal-icon.rav2-icon-danger{color:#fca5a5e6;background:#ef44441a;border-color:#ef444440}.rav2-modal-icon.rav2-icon-warning{color:#fde047e6;background:#eab3081a;border-color:#eab30840}.rav2-modal-icon.rav2-icon-success{color:#34d399;background:#10b9811a;border-color:#10b98140}.rav2-modal h3{color:var(--text-primary,#fff);margin:0 0 5px;font-size:.92rem;font-weight:800}.rav2-modal p{color:var(--text-secondary,#ffffff8c);margin:0 0 14px;font-size:.73rem;line-height:1.5}.rav2-field{margin-bottom:10px}.rav2-field label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-tertiary,#ffffff4d);margin-bottom:5px;font-size:.6rem;font-weight:700;display:block}.rav2-input,.rav2-select,.rav2-textarea{width:100%;color:var(--text-primary,#fff);box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;outline:none;padding:8px 10px;font-family:inherit;font-size:.75rem;transition:border-color .15s}.rav2-input:focus,.rav2-select:focus,.rav2-textarea:focus{border-color:#3b82f680}.rav2-select{cursor:pointer}.rav2-select option{background:#1a2234}.rav2-textarea{resize:none;min-height:70px}.rav2-modal-footer{border-top:1px solid #ffffff0f;justify-content:flex-end;gap:8px;margin-top:18px;padding-top:14px;display:flex}.rav2-btn-cancel{color:var(--text-secondary,#ffffff8c);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;padding:7px 14px;font-size:.73rem;font-weight:600;transition:background .15s}.rav2-btn-cancel:hover{background:#ffffff14}.rav2-btn-confirm{color:#fff;cursor:pointer;background:#3b82f6d9;border:1px solid #3b82f680;border-radius:6px;align-items:center;gap:5px;padding:7px 14px;font-size:.73rem;font-weight:700;transition:background .15s;display:flex}.rav2-btn-confirm:hover{background:#3b82f6}.rav2-btn-confirm.rav2-btn-danger-confirm{background:#ef4444cc;border-color:#ef444480}.rav2-btn-confirm.rav2-btn-danger-confirm:hover{background:#ef4444}.rav2-info-box{color:var(--text-secondary,#ffffff8c);background:#3b82f60f;border:1px solid #3b82f626;border-radius:6px;margin-bottom:12px;padding:9px 11px;font-size:.69rem;line-height:1.5}.rav2-warning-box{color:#fde047d9;background:#eab3080f;border:1px solid #eab30833;border-radius:6px;align-items:flex-start;gap:7px;margin-bottom:12px;padding:9px 11px;font-size:.69rem;line-height:1.5;display:flex}.rav2-tracking-timeline{flex-direction:column;gap:0;margin:10px 0;display:flex}.rav2-tl-step{align-items:flex-start;gap:10px;padding-bottom:12px;display:flex;position:relative}.rav2-tl-step:last-child{padding-bottom:0}.rav2-tl-dot-col{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.rav2-tl-dot{background:#ffffff26;border:1px solid #fff3;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:2px}.rav2-tl-dot.rav2-tl-done{background:#34d399;border-color:#34d399}.rav2-tl-dot.rav2-tl-active{background:#60a5fa;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}.rav2-tl-connector{background:#ffffff1a;flex:1;width:1px;min-height:14px;margin-top:2px}.rav2-tl-info{flex:1;padding-bottom:2px}.rav2-tl-label{color:var(--text-primary,#fff);font-size:.72rem;font-weight:600;line-height:1.3}.rav2-tl-meta{color:var(--text-tertiary,#ffffff4d);margin-top:1px;font-size:.62rem}.rav2-template-panel{background:#ffffff05;border:1px solid #ffffff12;border-radius:7px;margin-bottom:14px;padding:12px}.rav2-template-panel .rav2-template-lbl{text-transform:uppercase;letter-spacing:.07em;color:var(--text-tertiary,#ffffff4d);margin-bottom:7px;font-size:.58rem;font-weight:700}.rav2-template-option{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:6px;align-items:center;gap:9px;margin-bottom:5px;padding:8px 10px;transition:background .13s,border-color .13s;display:flex}.rav2-template-option:hover{background:#3b82f612;border-color:#3b82f633}.rav2-template-option i{color:#60a5fa;flex-shrink:0;font-size:.85rem}.rav2-template-option span{color:var(--text-secondary,#ffffff8c);font-size:.71rem;line-height:1.4}.rav2-recovery-option{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:7px;align-items:flex-start;gap:10px;margin-bottom:7px;padding:10px 12px;transition:background .13s,border-color .13s;display:flex}.rav2-recovery-option:hover{background:#3b82f60f;border-color:#3b82f62e}.rav2-recovery-option i{color:#60a5fa;flex-shrink:0;margin-top:1px;font-size:1rem}.rav2-recovery-option .rav2-ro-title{color:var(--text-primary,#fff);font-size:.73rem;font-weight:700}.rav2-recovery-option .rav2-ro-desc{color:var(--text-tertiary,#ffffff4d);margin-top:2px;font-size:.65rem;line-height:1.4}.rav2-content::-webkit-scrollbar{width:3px}.rav2-content::-webkit-scrollbar-track{background:0 0}.rav2-content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.rav2-overlay.rav2-oe-overlay .rav2-modal{width:600px}.rav2-oe-section{border-bottom:1px solid #ffffff0f;margin-bottom:18px;padding-bottom:16px}.rav2-oe-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.rav2-oe-section-lbl{text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary,#ffffff4d);align-items:center;gap:6px;margin-bottom:10px;font-size:.58rem;font-weight:800;display:flex}.rav2-oe-item-card{background:#ffffff05;border:1px solid #ffffff12;border-radius:8px;grid-template-rows:auto auto;grid-template-columns:40px 1fr auto;align-items:flex-start;gap:0 10px;margin-bottom:8px;padding:10px;transition:border-color .15s;display:grid}.rav2-oe-item-card.rav2-oe-removed{opacity:.45;background:#ef444408;border-color:#ef444433}.rav2-oe-item-img{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:6px;flex-shrink:0;grid-row:1;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.rav2-oe-item-img i{color:var(--text-tertiary,#ffffff4d);font-size:1.1rem}.rav2-oe-item-info{grid-row:1;min-width:0}.rav2-oe-item-name{color:var(--text-primary,#fff);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:.73rem;font-weight:700;overflow:hidden}.rav2-oe-item-variant{color:var(--text-tertiary,#ffffff4d);margin-bottom:2px;font-size:.63rem}.rav2-oe-item-price{color:var(--text-secondary,#ffffff8c);font-size:.67rem;font-weight:700}.rav2-oe-item-right{flex-direction:column;grid-row:1;align-items:flex-end;gap:6px;display:flex}.rav2-oe-item-actions{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.rav2-oe-variant-panel{background:#3b82f60a;border:1px solid #3b82f61f;border-radius:7px;grid-area:2/1/auto/-1;margin-top:8px;padding:10px 12px}.rav2-oe-chip-group-lbl{text-transform:uppercase;letter-spacing:.07em;color:var(--text-tertiary,#ffffff4d);margin-bottom:6px;font-size:.57rem;font-weight:700}.rav2-oe-chip-group{flex-wrap:wrap;gap:5px;display:flex}.rav2-oe-chip{color:var(--text-secondary,#ffffff8c);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;padding:3px 10px;font-size:.65rem;font-weight:600;transition:all .12s}.rav2-oe-chip:hover{color:#fff;background:#3b82f614;border-color:#3b82f640}.rav2-oe-chip.rav2-oe-active{color:#93c5fd;background:#3b82f62e;border-color:#3b82f666}.rav2-oe-qty-row{background:#ffffff0a;border:1px solid #ffffff14;border-radius:5px;align-items:center;display:flex;overflow:hidden}.rav2-oe-qty-btn{width:24px;height:24px;color:var(--text-secondary,#ffffff8c);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:.65rem;transition:background .13s;display:flex}.rav2-oe-qty-btn:hover{color:#fff;background:#ffffff14}.rav2-oe-qty-val{text-align:center;width:26px;color:var(--text-primary,#fff);font-size:.72rem;font-weight:700}.rav2-oe-ghost-btn{color:var(--text-secondary,#ffffff8c);cursor:pointer;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff14;border-radius:5px;align-items:center;gap:4px;padding:4px 8px;font-size:.62rem;font-weight:600;transition:background .13s,border-color .13s,color .13s;display:inline-flex}.rav2-oe-ghost-btn:hover{color:var(--text-primary,#fff);background:#ffffff14}.rav2-oe-ghost-btn i{font-size:.75rem}.rav2-oe-ghost-btn.rav2-oe-danger{color:#fca5a5b3;border-color:#ef444426}.rav2-oe-ghost-btn.rav2-oe-danger:hover{color:#fca5a5e6;background:#ef444414}.rav2-oe-ghost-btn.rav2-oe-restore{color:#34d399;border-color:#34d39933}.rav2-oe-addr-display{background:#ffffff05;border:1px solid #ffffff0f;border-radius:7px;padding:10px 12px}.rav2-oe-addr-line{color:var(--text-secondary,#ffffff8c);margin-bottom:2px;font-size:.71rem;line-height:1.5}.rav2-oe-addr-fields{background:#ffffff05;border:1px solid #3b82f626;border-radius:7px;grid-template-columns:1fr 1fr;gap:7px;padding:10px;display:grid}.rav2-oe-addr-field label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary,#ffffff4d);margin-bottom:3px;font-size:.57rem;font-weight:700;display:block}.rav2-oe-preview-empty{color:var(--text-tertiary,#ffffff4d);justify-content:center;align-items:center;gap:6px;padding:14px 0;font-size:.69rem;display:flex}.rav2-oe-info-note{color:var(--text-tertiary,#ffffff4d);align-items:center;gap:6px;margin-bottom:10px;font-size:.65rem;display:flex}.rav2-oe-diff-row{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;margin-bottom:8px;display:grid}.rav2-oe-diff-col{border:1px solid;border-radius:7px;padding:9px 11px}.rav2-oe-diff-orig{background:#ffffff05;border-color:#ffffff14}.rav2-oe-diff-mod{background:#10b9810a;border-color:#10b98133}.rav2-oe-diff-badge{text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:.53rem;font-weight:700}.rav2-oe-diff-badge-orig{color:var(--text-tertiary,#ffffff4d)}.rav2-oe-diff-badge-mod{color:#34d399}.rav2-oe-diff-name{color:var(--text-primary,#fff);margin-bottom:2px;font-size:.7rem;font-weight:700}.rav2-oe-diff-variant{color:var(--text-secondary,#ffffff8c);font-size:.64rem}.rav2-oe-diff-removed{color:#fca5a5d9;font-weight:700}.rav2-oe-diff-arrow{color:var(--text-tertiary,#ffffff4d);text-align:center;font-size:.8rem}.rav2-pr-items{flex-direction:column;gap:4px;margin-bottom:10px;display:flex}.rav2-pr-row{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff05;border:1px solid #ffffff12;border-radius:7px;align-items:center;gap:9px;padding:9px 11px;transition:background .13s,border-color .13s;display:flex}.rav2-pr-row:hover{background:#ffffff0d;border-color:#ffffff1f}.rav2-pr-row-selected{background:#3b82f612;border-color:#3b82f647}.rav2-pr-row input[type=checkbox]{accent-color:#3b82f6;cursor:pointer;flex-shrink:0;width:14px;height:14px}.rav2-pr-row i{color:var(--text-tertiary,#ffffff4d);flex-shrink:0;font-size:.85rem}.rav2-pr-item-name{color:var(--text-primary,#fff);flex:1;font-size:.72rem;font-weight:600}.rav2-pr-item-price{color:var(--text-secondary,#ffffff8c);flex-shrink:0;font-size:.72rem;font-weight:700}.rav2-pr-total-row{color:var(--text-secondary,#ffffff8c);background:#ffffff0a;border:1px solid #ffffff17;border-radius:7px;justify-content:space-between;align-items:center;margin-bottom:4px;padding:9px 11px;font-size:.72rem;font-weight:700;display:flex}.rav2-pr-total-val{color:#60a5fa;font-size:.82rem}.rav2-cr-incentive-row{cursor:pointer;background:#34d3990a;border:1px solid #34d39924;border-radius:7px;align-items:center;gap:10px;margin-bottom:6px;padding:9px 11px;transition:background .13s,border-color .13s,opacity .15s;display:flex}.rav2-cr-incentive-row:hover{background:#34d39914;border-color:#34d39940}.rav2-cr-incentive-row input[type=checkbox]{accent-color:#34d399;cursor:pointer;flex-shrink:0;width:14px;height:14px}.rav2-cr-inc-info{flex-direction:column;flex:1;gap:1px;display:flex}.rav2-cr-inc-label{color:var(--text-primary,#fff);align-items:center;gap:6px;font-size:.72rem;font-weight:700;display:flex}.rav2-cr-inc-badge{color:#34d399;letter-spacing:.04em;background:#34d39926;border:1px solid #34d3994d;border-radius:20px;padding:1px 7px;font-size:.58rem;font-weight:800}.rav2-cr-inc-sub{color:var(--text-tertiary,#ffffff4d);font-size:.61rem}.rav2-cr-inc-amount{color:#34d399;flex-shrink:0;font-size:.78rem;font-weight:800}.rav2-risk-badge{border:1px solid;border-radius:8px;align-items:flex-start;gap:9px;margin-bottom:8px;padding:9px 12px;display:flex}.rav2-risk-info{flex-direction:column;flex:1;gap:2px;display:flex}.rav2-risk-label{text-transform:uppercase;letter-spacing:.06em;font-size:.67rem;font-weight:800}.rav2-risk-reason{color:var(--text-tertiary,#fff6);font-size:.62rem;line-height:1.4}.rav2-risk-dismiss{color:var(--text-tertiary,#ffffff4d);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-self:flex-start;padding:0 2px;font-size:.9rem;line-height:1;transition:color .13s}.rav2-risk-dismiss:hover{color:var(--text-primary,#fff)}.rav2-ai-card{background:#3b82f60d;border:1px solid #3b82f638;border-left:3px solid #3b82f6;border-radius:8px;margin-bottom:8px;padding:10px 12px;animation:2.5s ease-in-out infinite rav2AiPulse}@keyframes rav2AiPulse{0%,to{border-left-color:#3b82f6}50%{border-left-color:#93c5fd}}.rav2-ai-card-header{align-items:center;gap:7px;margin-bottom:8px;display:flex}.rav2-ai-card-icon{background:#3b82f62e;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.rav2-ai-card-icon i{color:#93c5fd;font-size:.75rem}.rav2-ai-card-title{text-transform:uppercase;letter-spacing:.08em;color:#93c5fd;flex:1;font-size:.57rem;font-weight:800}.rav2-ai-action-name{color:var(--text-primary,#fff);align-items:center;gap:6px;margin-bottom:4px;font-size:.75rem;font-weight:800;display:flex}.rav2-ai-action-name i{color:#60a5fa;font-size:.85rem}.rav2-ai-reason{color:var(--text-secondary,#ffffff8c);margin-bottom:9px;font-size:.63rem;line-height:1.5}.rav2-ai-apply-btn{color:#93c5fd;cursor:pointer;background:#3b82f626;border:1px solid #3b82f652;border-radius:6px;justify-content:center;align-items:center;width:100%;padding:7px 12px;font-size:.68rem;font-weight:700;transition:background .13s,border-color .13s,color .13s;display:flex}.rav2-ai-apply-btn:hover{color:#fff;background:#3b82f647;border-color:#3b82f68c}.rav2-tab-dot{vertical-align:middle;background:#3b82f6;border-radius:50%;width:5px;height:5px;margin-left:5px;animation:1.4s ease-in-out infinite rav2DotPulse;display:inline-block}@keyframes rav2DotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.65)}}.rav2-checklist{background:#34d39908;border:1px solid #34d39926;border-radius:8px;margin-top:12px;padding:10px 12px}.rav2-checklist-header{text-transform:uppercase;letter-spacing:.08em;color:#34d399;align-items:center;gap:7px;margin-bottom:9px;font-size:.58rem;font-weight:800;display:flex}.rav2-checklist-header i{font-size:.85rem}.rav2-checklist-counter{color:#ffffff4d;margin-left:auto;font-size:.62rem;font-weight:700;transition:color .2s}.rav2-checklist-item{cursor:pointer;border-radius:5px;align-items:flex-start;gap:8px;padding:5px 4px;transition:background .1s;display:flex}.rav2-checklist-item:hover{background:#ffffff08}.rav2-checklist-item input[type=checkbox]{accent-color:#34d399;cursor:pointer;flex-shrink:0;width:13px;height:13px;margin-top:2px}.rav2-checklist-item span{color:var(--text-secondary,#ffffff8c);font-size:.67rem;line-height:1.5;transition:color .15s}.rav2-cl-done span{color:var(--text-tertiary,#ffffff47);text-decoration:line-through}.os-v2-menu-row.golden{background:linear-gradient(135deg,#10b98114,#10b98105);border-color:#10b98140;box-shadow:inset 0 0 12px #10b9810d}.os-v2-menu-row.golden:hover{background:linear-gradient(135deg,#10b9811f,#10b9810a);border-color:#10b98166;box-shadow:0 4px 12px #10b9811a}.os-v2-menu-row.golden .os-v2-menu-icon{background:linear-gradient(135deg,#10b98133,#10b9810d);border-color:#10b9814d}.os-v2-menu-row.golden .os-v2-menu-icon i{color:#10b981}.os-v2-menu-row.golden .os-v2-menu-title{color:#10b981;text-shadow:0 0 8px #10b9814d}.os-v2-menu-row.secondary{opacity:.8;border-color:#ffffff08}.os-v2-menu-row.secondary:hover{opacity:1;border-color:#ffffff14}.modular-unit-card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:1;background:#0f172a66;border:1px solid #ffffff0d;border-radius:20px;margin-bottom:20px;padding:20px;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s;position:relative;box-shadow:0 10px 30px #00000026}.modular-unit-card:hover{z-index:100;background:#0f172a99;border-color:#ffffff1a;transform:translateY(-4px);box-shadow:0 15px 40px #00000040}.unit-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.unit-date-group{flex-direction:column;display:flex}.unit-date{color:#ffffffe6;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.1rem;font-weight:500}.unit-status-text{color:#ffffff80;align-items:center;gap:6px;margin-top:4px;font-size:.75rem;display:flex}.unit-yield{color:#10b981;cursor:help;background:#10b9811a;border:1px solid #10b98133;border-radius:8px;padding:6px 10px;font-family:IBM Plex Mono,monospace;font-size:.9rem;position:relative}.yield-tooltip{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#cbd5e1;opacity:0;pointer-events:none;z-index:10;background:#0f172ad9;border:1px solid #ffffff1a;border-radius:12px;width:max-content;margin-top:8px;padding:12px;font-size:.75rem;transition:opacity .3s;position:absolute;top:100%;right:0;box-shadow:0 10px 30px #00000080}.unit-yield:hover .yield-tooltip{opacity:1}.yield-diamond-glow{color:#a78bfa;text-shadow:0 0 10px #a78bfa80;font-weight:700;animation:3s infinite pulse-diamond}@keyframes pulse-diamond{0%{opacity:.8;text-shadow:0 0 10px #a78bfa80}50%{opacity:1;text-shadow:0 0 20px #a78bfacc}to{opacity:.8;text-shadow:0 0 10px #a78bfa80}}.maintenance-legend{color:#ffffff80;background:#ffffff05;border:1px dashed #ffffff1a;border-radius:8px;justify-content:center;align-items:center;gap:6px;margin-bottom:12px;padding:8px;font-size:.75rem;display:flex}.glow-pulse{border-radius:50px;animation:2s infinite glowPulseAnim;position:relative;box-shadow:0 0 #f59e0bb3}@keyframes glowPulseAnim{0%{box-shadow:0 0 #f59e0bb3}70%{box-shadow:0 0 0 10px #f59e0b00}to{box-shadow:0 0 #f59e0b00}}.modular-unit-card.safe-card{background:linear-gradient(#10b9810d 0%,#0f172a99 100%)!important;border-color:#10b9814d!important;box-shadow:0 4px 20px #10b9811a!important}.safe-card .unit-header{border-bottom-color:#10b9811a!important}@keyframes pulse-red{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 4px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.exam-result-icon{font-size:32px}.sc-unit-yield[data-yield-state=success] .sc-yield-hdr,.sc-unit-yield[data-yield-state=success] .sc-yield-val{color:#10b981}.sc-unit-yield[data-yield-state=success] .sc-yield-link{color:#10b98180}.sc-unit-yield[data-yield-state=missed] .sc-yield-hdr,.sc-unit-yield[data-yield-state=missed] .sc-yield-val{color:#ef4444}.sc-unit-yield[data-yield-state=missed] .sc-yield-link{color:#ef444480}.sc-cycle-complete[data-cycle-state=partial] .sc-cycle-complete__icon i{color:#60a5fa}.sc-cycle-complete[data-cycle-state=none] .sc-cycle-complete__icon i{color:#ef4444}.global-activation-banner{-webkit-backdrop-filter:blur(40px)saturate(150%);backdrop-filter:blur(40px)saturate(150%);z-index:9999;background:#0f172abf;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:24px;width:max-content;max-width:90vw;padding:8px 12px 8px 24px;transition:top .6s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;top:-100px;left:50%;transform:translate(-50%);box-shadow:0 20px 40px #0006,inset 0 1px 1px #ffffff26}.global-activation-banner.gab-visible{top:24px}.gab-content{align-items:center;gap:12px;display:flex}.gab-icon-wrapper{color:#10b981;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.2rem;display:flex;position:relative}.gab-pulse-dot{background:#10b98133;border-radius:50%;width:100%;height:100%;animation:2s infinite gabPulse;position:absolute}@keyframes gabPulse{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(2)}}.gab-text{flex-direction:column;display:flex}#gab-title{color:#fff;letter-spacing:-.01em;font-size:.95rem;font-weight:600}#gab-subtitle{color:#fff9;font-size:.8rem}.gab-btn-connect{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:100px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #10b9814d}.gab-btn-connect:hover{transform:scale(1.05);box-shadow:0 6px 16px #10b98166}.apple-switch-wrapper{cursor:pointer;align-items:center;display:flex}.apple-switch{appearance:none;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff0d;border-radius:24px;outline:none;width:44px;height:24px;margin:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.apple-switch:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0003}.apple-switch:checked{background:#10b981;border-color:#10b981}.apple-switch:checked:after{transform:translate(20px)}.apple-switch:disabled{cursor:not-allowed;opacity:.5}.sc-coverage-slot-row{background:#ffffff05;border:1px solid #ffffff08;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px 16px;transition:background .2s;display:flex}.sc-coverage-slot-row:hover{background:#ffffff0a}.sc-coverage-slot-row-info{flex-direction:column;display:flex}.sc-coverage-slot-row-name{color:#fff;font-size:.9rem;font-weight:600}.sc-coverage-slot-row-time{color:#ffffff80;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:.75rem}.sched-engagement-foot{border-top:1px solid #ffffff0d;align-items:center;gap:12px;margin-top:8px;padding:20px 4px 4px;display:flex}.sched-engagement-foot__label{color:var(--text-tertiary);flex:1;font-size:.8rem}.sched-engagement-foot__btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;padding:7px 14px;font-size:.8rem;font-weight:600;transition:background .2s,border-color .2s,color .2s}.sched-engagement-foot__btn:hover{color:var(--text-primary);background:#ffffff0d;border-color:#ffffff2e}.sched-engagement-foot__badge{letter-spacing:.03em;text-transform:uppercase;color:#fbbf24;background:#f59e0b1a;border:1px solid #f59e0b40;border-radius:6px;padding:5px 10px;font-size:.72rem;font-weight:600}.selfsched{background:#ffffff08;border:1px solid #ffffff12;border-radius:14px;align-items:center;gap:16px;padding:16px 20px;display:flex}.selfsched__icon{height:40px;color:var(--text-secondary);background:#ffffff0d;border-radius:10px;flex:0 0 40px;justify-content:center;align-items:center;font-size:20px;display:flex}.selfsched__body{flex:1;min-width:0}.selfsched__title{color:var(--text-primary);margin-bottom:3px;font-size:.95rem;font-weight:600}.selfsched__text{color:var(--text-tertiary);font-size:.82rem;line-height:1.5}.selfsched__deadline{text-align:right;border-left:1px solid #ffffff0f;flex:none;padding-left:16px}.selfsched__deadline-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:3px;font-size:.68rem}.selfsched__deadline-value{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:.9rem;font-weight:700}@media (width<=640px){.selfsched{flex-wrap:wrap}.selfsched__deadline{text-align:left;border-left:0;width:100%;padding-left:0}}.cov-intro{background:#ffffff09;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;gap:18px;padding:22px 24px;display:flex}.cov-intro__row{align-items:flex-start;gap:14px;display:flex}.cov-intro__ico{height:32px;color:var(--text-secondary);background:#ffffff0d;border-radius:9px;flex:0 0 32px;justify-content:center;align-items:center;font-size:17px;display:flex}.cov-intro__t{color:var(--text-primary);margin-bottom:3px;font-size:.92rem;font-weight:600}.cov-intro__d{color:var(--text-tertiary);max-width:66ch;font-size:.83rem;line-height:1.55}.cov-intro__d strong{color:var(--text-secondary);font-weight:600}.cov-intro__btn{color:var(--text-primary);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:9px;align-self:flex-start;margin-left:46px;padding:8px 18px;font-size:.82rem;font-weight:600;transition:background .2s,border-color .2s}.cov-intro__btn:hover{background:#ffffff1a;border-color:#fff3}@media (width<=640px){.cov-intro__btn{margin-left:0}}.sched-hero-tier-btn{background:rgba(var(--grade-rgb), .125);color:var(--grade-color);border:1px solid rgba(var(--grade-rgb), .314);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:16px 32px;font-size:1.1rem;font-weight:600;transition:all .2s}.sched-hero-tier-btn:hover{background:rgba(var(--grade-rgb), .188)}.sched-hero-live-card{transition:transform .2s}.sched-hero-live-card:hover{transform:scale(1.01)}.sched-hero-warmup-btn{color:#38bdf8;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#38bdf81a;border:1px solid #38bdf880;border-radius:12px;padding:16px 32px;font-size:1.1rem;font-weight:600;transition:all .2s}.sched-hero-warmup-btn:hover{background:#38bdf833}.sched-hero{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:20px}.sched-hero--celebration{background:linear-gradient(135deg, rgba(var(--grade-rgb), .15), #0f172ae6);border:1px solid rgba(var(--grade-rgb), .251);justify-content:space-between;align-items:center;padding:32px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d}.sched-hero--celebration .sched-hero__halo{background:radial-gradient(circle, rgba(var(--grade-rgb), .188) 0%, transparent 70%)}.sched-hero--celebration .sched-hero__eyebrow{color:var(--grade-color);letter-spacing:2px;margin-bottom:8px;font-size:.85rem;font-weight:700}.sched-hero--pending{background:linear-gradient(135deg,#f59e0b1f,#0f172ad9);border:1px solid #f59e0b40;justify-content:space-between;align-items:center;gap:24px;padding:28px 32px;display:flex;box-shadow:0 20px 40px #00000040}.sched-hero--pending .sched-hero__eyebrow{color:#fbbf24;letter-spacing:1.5px;margin-bottom:10px;font-size:.75rem;font-weight:600}.sched-hero--pending .sched-hero__title{color:#fff;letter-spacing:-.5px;margin-bottom:6px;font-size:1.9rem;font-weight:800;line-height:1.1}.sched-hero--pending .sched-hero__lead{color:#ffffff8c;max-width:360px;font-size:.95rem;line-height:1.5}.sched-hero__dot{background:#f59e0b;border-radius:50%;width:7px;height:7px;display:inline-block;box-shadow:0 0 8px #f59e0b}.sched-hero__count{color:#fbbf24;font-weight:700}.sched-hero-claim-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:14px;align-items:center;gap:12px;padding:14px 22px;font-size:.95rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 24px #f59e0b59}.sched-hero-claim-btn:hover{transform:translateY(-3px);box-shadow:0 14px 32px #f59e0b73}.sched-hero-claim-btn__icon{font-size:18px}.sched-hero-claim-btn__badge{background:#00000040;border-radius:8px;padding:2px 8px;font-size:.8rem;font-weight:800}.sched-hero--alldone{text-align:center;background:linear-gradient(135deg,#10b9811a,#10b9810d);border:1px solid #10b98133;padding:32px}.sched-hero--alldone .sched-hero__title{color:#fff;margin-bottom:8px;font-size:1.5rem;font-weight:600}.sched-hero--alldone .sched-hero__lead{color:var(--text-secondary)}.sched-hero__seal{color:#10b981;margin-bottom:16px;font-size:48px}.sched-hero--live{cursor:pointer;background:linear-gradient(135deg,#10b98126,#0f172ae6);border:1px solid #10b98166;justify-content:space-between;align-items:center;padding:32px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d}.sched-hero--live .sched-hero__halo{background:radial-gradient(circle,#10b98133 0%,#0000 70%)}.sched-hero--live .sched-hero__eyebrow{color:#10b981;letter-spacing:2px;margin-bottom:8px;font-size:.85rem;font-weight:700}.sched-hero__beacon{background-color:#10b981;border-radius:50%;width:8px;height:8px;animation:1s infinite blink;box-shadow:0 0 10px #10b981}.sched-hero__meter{align-items:center;gap:16px;display:flex}.sched-hero__meter-col{text-align:right}.sched-hero__clock{color:#fff;font-size:1.5rem;font-weight:600}.sched-hero__meter-label{color:#10b981;text-transform:uppercase;letter-spacing:1px;font-size:.85rem}.sched-hero__chevron{background:#10b9811a;border:2px solid #10b981;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.sched-hero__chevron-icon{color:#10b981;font-size:24px}.sched-hero--warmup{background:linear-gradient(135deg,#38bdf826,#0f172ae6);border:1px solid #38bdf866;justify-content:space-between;align-items:center;padding:32px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d}.sched-hero--warmup .sched-hero__halo{background:radial-gradient(circle,#38bdf833 0%,#0000 70%)}.sched-hero--warmup .sched-hero__eyebrow{color:#38bdf8;letter-spacing:2px;margin-bottom:8px;font-size:.85rem;font-weight:700}.sched-hero--warmup .sched-hero__eyebrow-icon{color:#38bdf8}.sched-hero__inline-timer{color:#fff;font-weight:700}.sched-hero--greatjob{background:linear-gradient(135deg,#10b98126,#0f172ae6);border:1px solid #10b9814d;justify-content:space-between;align-items:center;padding:32px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}.sched-hero--greatjob .sched-hero__halo{background:radial-gradient(circle,#10b9811a 0%,#0000 70%);width:250px;height:250px;top:-100px}.sched-hero--greatjob .sched-hero__eyebrow{color:#10b981;letter-spacing:2px;margin-bottom:12px;font-size:.75rem;font-weight:700}.sched-hero--greatjob .sched-hero__eyebrow-icon{color:#10b981;font-size:1.1rem}.sched-hero--greatjob .sched-hero__title{color:#fff;letter-spacing:-.5px;margin-bottom:8px;font-size:2rem;font-weight:800}.sched-hero--greatjob .sched-hero__lead{color:#ffffff8c;margin-bottom:16px;font-size:.95rem}.sched-hero__chip{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:10px;padding:8px 14px;display:inline-flex}.sched-hero__chip-icon{color:#fff6}.sched-hero__chip-text{color:#ffffff80;font-size:.9rem}.sched-hero__chip-strong{color:#fff;font-weight:600}.sched-hero--restday{background:linear-gradient(135deg,#64748b14,#0f172a99);border:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:24px;padding:28px 32px;display:flex}.sched-hero--restday .sched-hero__eyebrow{color:#ffffff59;letter-spacing:1.5px;margin-bottom:10px;font-size:.72rem;font-weight:600}.sched-hero--restday .sched-hero__eyebrow-icon{font-size:13px}.sched-hero--restday .sched-hero__title{color:#ffffffd9;letter-spacing:-.5px;margin-bottom:6px;font-size:1.7rem;font-weight:800}.sched-hero--restday .sched-hero__lead{color:#fff6;font-size:.9rem;line-height:1.5}.sched-hero__lead-strong{color:#ffffffbf;font-weight:600}.sched-hero__next{text-align:center;background:#ffffff0a;border:1px solid #ffffff12;border-radius:14px;flex-shrink:0;min-width:100px;padding:16px 20px}.sched-hero__next-label{color:#ffffff4d;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-size:.7rem}.sched-hero__next-day{color:#fff;font-size:1rem;font-weight:700;line-height:1.3}.sched-hero__next-time{color:#ffffff73;margin-top:2px;font-size:.85rem}.sched-hero--upcoming{background:linear-gradient(135deg,#38bdf81a,#0f172acc);border:1px solid #38bdf833;justify-content:space-between;align-items:center;padding:32px;display:flex;box-shadow:0 10px 30px #0000001a}.sched-hero--upcoming .sched-hero__eyebrow{color:#38bdf8;letter-spacing:1px;margin-bottom:8px;font-size:.85rem;font-weight:600}.sched-hero--upcoming .sched-hero__eyebrow-icon{color:#38bdf8}.sched-hero__halo{border-radius:50%;width:150px;height:150px;position:absolute;top:-50px;right:-50px}.sched-hero__eyebrow{text-transform:uppercase;align-items:center;gap:8px;display:flex}.sched-hero--celebration .sched-hero__title,.sched-hero--live .sched-hero__title,.sched-hero--warmup .sched-hero__title,.sched-hero--upcoming .sched-hero__title{color:#fff;letter-spacing:-.5px;margin-bottom:4px;font-size:2.2rem;font-weight:700}.sched-hero--celebration .sched-hero__lead,.sched-hero--live .sched-hero__lead,.sched-hero--warmup .sched-hero__lead,.sched-hero--upcoming .sched-hero__lead{color:var(--text-secondary);font-size:1.1rem}.sched-hero__body{flex:1}.sched-hero__aside{flex-shrink:0}.sched-hero__btn-icon{margin-left:8px}.sched-grade-badge{background:rgba(var(--grade-rgb), .082);border:1px solid rgba(var(--grade-rgb), .251);color:var(--grade-color);cursor:pointer;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.sched-grade-badge:hover{background:rgba(var(--grade-rgb), .145)}.sched-grade-badge__icon{margin-left:4px}.modular-unit-card [data-bind=progress-ring]{stroke-dashoffset:var(--sched-ring-offset,62.83)}.sc-switch--declined{opacity:.2;pointer-events:none}.sc-coverage-slot-row--declined{opacity:.5}.sc-coverage-slot-row-name--declined{color:var(--text-tertiary)!important}.sc-decline-btn--undo{color:var(--text-secondary)!important;background:#ffffff0d!important}.sc-decline-btn--undo:hover{color:#fff!important;background:#ffffff1a!important}@keyframes modalFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}}@keyframes modalFadeOut{0%{opacity:1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}to{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}}@keyframes obrSpringPop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes obPulse{0%,to{opacity:1}50%{opacity:.2}}.spring-pop{transition:transform .4s,box-shadow .4s,border-color .4s!important}.premium-card.spring-pop{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards obrSpringPop}.ob-clear-item{cursor:pointer;will-change:transform, box-shadow;transition:all .2s cubic-bezier(.34,1.56,.64,1)!important}.ob-clear-item:hover{background:#ffffff0a!important;border-color:#ffffff26!important;transform:translateY(-2px)scale(1.015)!important;box-shadow:0 16px 32px #00000080,inset 0 1px 1px #ffffff0d!important}.ob-clear-item:active{transform:translateY(0)scale(.98)!important;box-shadow:0 4px 12px #0000004d!important}.btn-clear-start{transition:transform .2s cubic-bezier(.34,1.56,.64,1)!important}.ob-clear-item:hover .btn-clear-start{transform:scale(1.05);box-shadow:0 4px 12px #ffffff1a}.ob-aria-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:24px;display:flex}.obr-aria-titlewrap{flex:1;align-items:center;display:flex}.obr-aria-avatar{color:#fff;background:#6366f1;border-radius:50%;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;margin-right:16px;font-size:1.2rem;font-weight:600;line-height:1;display:flex;position:relative}.obr-aria-presence{background:#10b981;border:2px solid #1e1e24;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.ob-panel-title{color:#fff;margin-bottom:4px;font-size:1.15rem;font-weight:600}.ob-ac-status{color:#ffffffb3;font-size:.85rem}.ob-ac-status--live{color:#10b981;font-weight:500}.clearance-panel .ob-btn-primary.obr-cta-muted{box-shadow:none;background:#ffffff0d;border:1px solid #ffffff1a}.ob-traffic-inner{opacity:1}.ob-traffic-inner--locked{opacity:.5;pointer-events:none}.obr-curriculum-head{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.obr-curriculum-head__title{color:#fff;margin-bottom:4px;font-size:1.1rem;font-weight:600}.obr-curriculum-head__sub{color:#ffffffb3;font-size:.85rem}.obr-curriculum-head__sub--live{color:#10b981}.obr-curriculum-head__icon{color:#ffffffb3;background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.obr-curriculum-head__icon--live{color:#10b981}.obr-curriculum-list{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.obr-curriculum-row{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:flex-start;gap:16px;padding:16px;transition:background .2s;display:flex}.obr-curriculum-row__icon{color:#818cf8;background:#6366f11a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;display:flex}.obr-curriculum-row__icon--live{color:#10b981;background:#10b9811a}.obr-curriculum-row__title{color:#fff;margin-bottom:4px;font-size:.95rem;font-weight:600}.obr-curriculum-row__desc{color:#ffffff80;font-size:.8rem}.obr-settings-header{margin-bottom:32px;padding:0 16px}.obr-settings-header h1{color:#fff;letter-spacing:-1px;margin:0;font-size:2.2rem;font-weight:700}.obr-settings-header p{color:#fff9;margin-top:8px;font-size:.95rem}.obr-backdrop{-webkit-backdrop-filter:blur(16px);z-index:9999;background:#0a0a0f73;justify-content:center;align-items:center;animation:.25s ease-out forwards modalFadeIn;display:flex;position:fixed;inset:0}.obr-backdrop.obr-backdrop--closing{animation:.2s ease-out forwards modalFadeOut}.obr-backdrop *{box-sizing:border-box}.premium-card.obr-glass-card{text-align:center;-webkit-backdrop-filter:blur(48px)saturate(160%);will-change:transform, opacity;border-radius:28px;width:100%;margin:20px;padding:48px 32px 32px;position:relative}.premium-card.obr-card-identity{background:radial-gradient(130% 120% at 50% -10%,#635bff26 0%,#14161c26 100%);border:1px solid #ffffff2e;max-width:440px;box-shadow:0 40px 80px #0009,inset 0 1px 2px #ffffff4d,inset 0 0 40px #ffffff0d}.premium-card.obr-card-contracts{background:radial-gradient(130% 120% at 50% -10%,#ffffff0d 0%,#14161c26 100%);border:1px solid #ffffff1f;max-width:520px;transition:all .4s;box-shadow:0 40px 80px #0009,inset 0 1px 2px #fff3,inset 0 0 40px #ffffff08}.premium-card.obr-card-contracts.obr-card-contracts--reader{max-width:640px}.premium-card.obr-card-contracts.obr-card-contracts--fail{max-width:480px}.ob-modal-close{color:#fffc;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.ob-modal-close:hover{color:#fff;background:#ffffff26}.ob-modal-close--layer{z-index:10}.ob-modal-btn:active{transform:scale(.95)!important}.ob-modal-close:active{transform:scale(.9)!important}.ob-modal-row{cursor:default;border:1px solid #0000;border-radius:14px;justify-content:space-between;align-items:center;padding:12px 14px;font-size:.85rem;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex}.ob-modal-row:hover{background:#ffffff0d;border-color:#ffffff14;transform:scale(1.02);box-shadow:0 8px 16px #0003}.obr-row-label{color:#fff9;align-items:center;gap:8px;display:flex}.obr-row-label i{font-size:1.1rem}.obr-row-value{color:#fff;align-items:center;gap:6px;font-weight:500;display:flex}.obr-row-value--plain{color:#fff;font-weight:500}.obr-row-value--live{color:#10b981;align-items:center;gap:6px;font-weight:500;display:flex}.obr-row-value--mono{color:#ffffffe6;letter-spacing:.5px;background:#ffffff1a;border-radius:6px;padding:4px 8px;font-family:monospace;font-weight:600;box-shadow:inset 0 1px 2px #0000004d}.obr-row-value--hash{color:#818cf8;letter-spacing:.5px;background:#6366f11a;border-radius:6px;padding:4px 8px;font-family:monospace;font-weight:600;box-shadow:inset 0 1px 2px #0000004d;cursor:text!important}.obr-dot{background:#10b981;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #10b981}.obr-btn-row{gap:12px;display:flex}.obr-flex-1{flex:1}.obr-stats-box{text-align:left;background:#0003;border:1px solid #ffffff14;border-radius:20px;margin-bottom:24px;padding:8px;box-shadow:inset 0 2px 12px #00000080}.obr-stats-box--flat{background:#0000001a;border:1px solid #ffffff0d;border-radius:16px;margin-bottom:24px;padding:8px;box-shadow:inset 0 2px 8px #0003}.obr-btn-white{color:#000;cursor:pointer;background:linear-gradient(#fff 0%,#e5e7eb 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.95rem;font-weight:600;display:flex;box-shadow:0 8px 16px #ffffff1a,inset 0 1px #fff}.obr-btn-white--manage{flex:1;transition:all .15s cubic-bezier(.34,1.56,.64,1)}.obr-btn-white--manage:hover{transform:translateY(-2px)}.obr-btn-white--preview{flex:2;transition:all .2s}.obr-btn-back{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;width:100%;padding:16px;font-size:1rem;font-weight:500;transition:all .2s}.obr-card-contracts .obr-btn-back:hover{background:#ffffff1a}.obr-modal-title{color:#fff;letter-spacing:-.5px;margin-bottom:8px;font-size:1.5rem;font-weight:600}.obr-modal-desc{color:#fff9;padding:0 16px;font-size:.9rem;line-height:1.6}.obr-modal-desc--identity{margin-bottom:32px;font-weight:400}.obr-modal-desc--contracts{margin-bottom:24px}.obr-icon-row{justify-content:center;align-items:center;margin-bottom:24px;display:flex}.obr-icon-row--pair{gap:16px}.obr-trust-row{color:#fff6;justify-content:center;align-items:center;font-size:.75rem;font-weight:500;display:flex}.obr-trust-row--pair{gap:20px}.obr-trust-row--single{gap:6px}.obr-trust-row--pair span{align-items:center;gap:6px;display:flex}.obr-provider-glyph{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.6rem;display:flex;box-shadow:inset 0 2px 8px #ffffff14,0 8px 16px #00000026}.obr-provider-plus{color:#ffffff4d;font-size:1rem}.ob-banner.ob-banner--modal{text-align:left;margin-bottom:24px}.obr-connect-btn{color:#fff;cursor:pointer;background:linear-gradient(#7c75ff 0%,#5850ec 100%);border:1px solid #ffffff26;border-top-color:#ffffff4d;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:24px;padding:16px;font-size:1.05rem;font-weight:600;transition:transform .15s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;display:flex;box-shadow:0 8px 24px #635bff80,inset 0 1px #fff3}.obr-connect-btn.obr-connect-btn--busy{opacity:.8;pointer-events:none;transform:scale(.96)}.obr-btn-spinner{margin-right:8px}.obr-success-pill{color:#10b981;background:#10b98126;border:1px solid #10b9814d;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-flex;box-shadow:0 4px 12px #10b9811a,inset 0 1px #fff3}.obr-success-pill i{font-size:1.1rem}.eng-backdrop.obr-eng-backdrop{-webkit-backdrop-filter:blur(16px);background:#0a0a0fa6;animation:none}.eng-card.obr-eng-card{-webkit-backdrop-filter:blur(48px)saturate(160%);background:radial-gradient(130% 120% at 50% -10%,#10b98126 0%,#0e1016fa 100%);box-shadow:0 40px 80px #000000b3,inset 0 1px 2px #fff3}.eng-card.obr-eng-card--narrow{max-width:460px}.obr-file-input{display:none}.eng-dropzone .eng-dropzone__icon.obr-ok{color:#10b981}.eng-tag.obr-tag-remove{cursor:pointer;color:#ef4444}.eng-tag.obr-tag-lock{color:#10b981}.eng-dropzone.is-filled.obr-zone-locked{cursor:default;border-color:#10b98159}.eng-tags.obr-tags--narrow{max-width:180px}.eng-loading .eng-loading__bar-fill{width:var(--obr-bar,0%)}.obr-btn-ghost{color:#fffc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.obr-note-error{color:#ef4444d9;margin-top:4px;font-size:.72rem;line-height:1.4}.obr-video-wrap{border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:100%;height:260px;margin-bottom:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #00000080}.obr-video-bg{background:url(/images/onboarding-video-bg.jpg) 50%/cover;position:absolute;inset:0}.obr-video-scrim{background:linear-gradient(#0000 40%,#000000e6 100%);position:absolute;inset:0}.obr-video-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#00000080;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:6px;padding:4px 10px;font-size:.7rem;font-weight:600;display:flex;position:absolute;top:16px;left:16px}.obr-video-badge__dot{background:#ef4444;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #ef4444}.obr-video-play{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s;display:flex}.obr-video-play i{color:#fff;margin-left:4px;font-size:1.8rem}.obr-video-foot{justify-content:space-between;align-items:flex-end;display:flex;position:absolute;bottom:16px;left:16px;right:16px}.obr-video-foot__col{text-align:left}.obr-video-foot h3{color:#fff;margin:0 0 2px;font-size:1.25rem;font-weight:700}.obr-video-foot__seal{color:#10b981;align-items:center;gap:4px;font-size:.8rem;font-weight:600;display:flex}.obr-transcript-box{text-align:left;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;margin-bottom:24px;padding:20px;position:relative}.obr-transcript-box__badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#10b981;border-radius:6px;padding:2px 8px;font-size:.65rem;font-weight:700;position:absolute;top:-10px;left:20px}.obr-transcript-box__text{color:#fffc;margin:8px 0 0;font-size:.85rem;line-height:1.6}.obr-shield{color:#fff;background:linear-gradient(135deg,#475569 0%,#1e293b 100%);border-radius:24px;justify-content:center;align-items:center;width:72px;height:72px;font-size:2.2rem;display:flex;position:relative;box-shadow:0 12px 24px #0006,inset 0 2px 4px #fff3}.obr-shield__lock{background:#6366f1;border:2px solid #1e1e24;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;display:flex;position:absolute;bottom:-4px;right:-4px;box-shadow:0 0 10px #6366f180}.obr-clauses-row{background:#0003;border:1px solid #ffffff0d;border-radius:16px;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:32px;padding:16px;display:flex}.obr-clause-tag{color:#fff9;background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-size:.65rem;font-weight:500;display:inline-flex}.obr-btn-review{color:#000;cursor:pointer;background:#fff;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:16px;padding:16px;font-size:1.05rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 8px 24px #ffffff26}.obr-reader-header{text-align:left;margin-bottom:12px}.obr-reader-header h3{color:#fff;margin-bottom:4px;font-size:1.2rem;font-weight:600}.obr-reader-header p{color:#ffffff80;margin:0;font-size:.8rem}.obr-reader{text-align:left;scroll-behavior:smooth;background:#0000004d;border:1px solid #ffffff14;border-radius:16px;height:320px;margin-bottom:24px;padding:20px;font-size:.8rem;line-height:1.7;overflow-y:auto;box-shadow:inset 0 4px 12px #0006}.obr-act-row{gap:12px;margin-top:24px;display:flex}.obr-btn-cancel{color:#fffc;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:16px;flex:1;padding:16px;font-size:1rem;font-weight:500}.obr-btn-accept{color:#fff;cursor:pointer;opacity:1;background:#6366f1;border:none;border-radius:16px;flex:2;justify-content:center;align-items:center;gap:8px;padding:16px;font-size:1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 8px 24px #6366f166,inset 0 1px 1px #fff3}.obr-btn-accept:disabled{cursor:not-allowed;opacity:.5;box-shadow:inset 0 1px 1px #fff3}.ob-clickwrap-progress .ob-clickwrap-progress__fill{width:var(--obr-bar,0%)}.obr-hero-row{text-align:left;background:#0003;border:1px solid #ffffff0d;border-radius:20px;align-items:flex-start;gap:20px;margin-bottom:32px;padding:20px;display:flex;box-shadow:inset 0 2px 12px #0000004d}.obr-hero-icon{color:#818cf8;background:#6366f11a;border:1px solid #6366f133;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.8rem;display:flex}.obr-hero-text{flex:1;padding-top:4px}.obr-hero-text h2{color:#fff;letter-spacing:-.5px;margin-bottom:6px;font-size:1.25rem;font-weight:600}.obr-hero-text p{color:#fff9;margin:0;font-size:.85rem;line-height:1.4}.obr-ledger-row{justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.obr-ledger-row--sep{border-bottom:1px solid #ffffff0d}.obr-btn-view{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.obr-btn-view:hover{background:#ffffff1a}@keyframes opacityIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes obcTypeBlink{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.obc-hub-fade{transition:opacity .3s}.obc-hub-faded{opacity:0}.clearance-hub-layout.obc-gone,.ob-banner.obc-gone{display:none}.obc-layout{opacity:0;grid-template-columns:1fr 340px;gap:32px;width:100%;height:calc(100vh - 120px);padding-right:24px;transition:opacity .4s;display:grid}.obc-layout.obc-layout--on{opacity:1}.obc-panel{background:#0a0a0c99;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 24px 48px #00000080}.obc-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.obc-header__left{align-items:center;display:flex}.obc-back{margin-right:20px}.obc-back__icon{font-size:1.2rem}.obc-avatar{color:#fff;background:#6366f1;border-radius:50%;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;margin-right:16px;font-size:1.2rem;font-weight:600;line-height:1;display:flex;position:relative}.obc-avatar__dot{background:#10b981;border:2px solid #1e1e24;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.obc-title{color:#fff;margin:0;font-size:1.25rem;font-weight:600}.obc-subtitle{color:#10b981;font-size:.85rem}.obc-powered{color:#fff6;font-size:.8rem;font-weight:500}.obc-feed{scroll-behavior:smooth;flex-direction:column;flex:1;padding:32px;display:flex;overflow-y:auto}.obc-feed.obc-feed--drop{position:relative}.obc-feed.custom-scrollbar::-webkit-scrollbar{width:6px}.obc-feed.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.obc-quick-replies{flex-wrap:wrap;gap:8px;padding:0 32px 16px;display:flex}.obc-quick-reply{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;padding:10px 16px;font-size:.85rem;transition:all .2s}.obc-quick-reply:hover{background:#ffffff1a}.obc-preview-bar{padding:0 32px;display:none}.obc-input-bar{padding:0 32px 24px}.obc-input-wrapper{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;align-items:center;padding:12px 16px;transition:border-color .2s;display:flex}.obc-attach{color:#ffffff80;cursor:pointer;margin-right:12px;font-size:1.2rem;transition:color .2s}.obc-attach:hover{color:#fff}.obc-image-btn{color:#fff6;cursor:pointer;margin-right:12px;font-size:1.1rem;transition:color .2s}.obc-image-btn:hover{color:#6366f1}.obc-input-wrapper .obc-input{color:#fff;flex:1;font-family:Inter,sans-serif;font-size:.95rem;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.obc-send{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s;display:flex}.obc-input-hint{text-align:center;color:#ffffff4d;margin-top:12px;font-size:.7rem}.obc-map{padding-top:24px}.obc-map__title{color:#fff;letter-spacing:1px;margin-bottom:16px;font-size:.8rem;font-weight:700}.obc-map__row{align-items:center;gap:12px;margin-bottom:32px;display:flex}.obc-map__track{background:#ffffff1a;border-radius:2px;flex:1;height:4px}.obc-map__fill{width:var(--obc-kmap-fill,0%);background:#6366f1;border-radius:2px;height:100%;transition:width .8s cubic-bezier(.34,1.56,.64,1)}.obc-map__percent{color:#fff;text-align:right;width:30px;font-size:.8rem;font-weight:600}.obc-map__item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:20px 0;display:flex}.obc-map__label{color:#fff9;align-items:center;gap:16px;transition:color .3s;display:flex}.obc-map__label.obc-map__label--cleared{color:#fff}.obc-map__icon{border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;width:12px;height:12px}.obc-map__icon.obc-map__icon--cleared{border:none}.obc-map__item-label{font-size:.95rem}.obc-map__status{color:#ffffff4d;font-size:.8rem;font-weight:500}.obc-map__status.obc-map__status--cleared{color:#6366f1}.obc-map__check{color:#6366f1;font-size:.7rem}.obc-ai-wrap{align-items:flex-start;gap:16px;max-width:85%;margin-bottom:24px;animation:.3s ease-out opacityIn;display:flex}.obc-ai-avatar{color:#fff;background:#6366f1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:.9rem;font-weight:600;line-height:1;display:flex;position:relative}.obc-ai-bubble{color:#ffffffe6;background:#ffffff0d;border-radius:0 16px 16px;padding:16px 20px;font-size:.95rem;line-height:1.6}.obc-image-bubble{background:#ffffff0d;border-radius:0 16px 16px;padding:8px}.obc-user-wrap{justify-content:flex-end;width:100%;margin-bottom:24px;animation:.3s ease-out opacityIn;display:flex}.obc-user-bubble{color:#fff;background:#ffffff1a;border:1px solid #ffffff0d;border-radius:16px 16px 0;max-width:70%;padding:16px 20px;font-size:.95rem;line-height:1.5}.obc-dots{align-items:center;gap:4px;height:20px;display:flex}.obc-dots.obc-dots--image{padding:8px 12px}.obc-dots .typing-dot{background:#fff9;border-radius:50%;width:6px;height:6px;animation:1s infinite obcTypeBlink}.obc-dots .typing-dot:nth-child(2){animation-delay:.2s}.obc-dots .typing-dot:nth-child(3){animation-delay:.4s}.obc-launch-wrap{margin-top:16px}.obc-launch-btn{color:#000;cursor:pointer;background:#10b981;border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 24px;font-size:.95rem;font-weight:600;transition:transform .2s;display:flex;box-shadow:0 8px 24px #10b9814d}.obc-launch-btn:hover{transform:translateY(-2px)}.obc-error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:.85rem}.obc-user-image-bubble{background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px 16px 0;max-width:300px;padding:8px}.obc-image-caption{color:#fff6;align-items:center;gap:6px;padding:8px 8px 4px;font-size:.75rem;display:flex}.obc-image-caption__icon{font-size:.85rem}.obc-ai-caption{color:#ffffffd9;padding:10px 12px 6px;font-size:.9rem;line-height:1.5}.chat-image-msg{cursor:pointer;border-radius:12px;max-width:260px;transition:transform .2s,box-shadow .2s;display:block}.chat-image-msg:hover{transform:scale(1.02);box-shadow:0 8px 24px #00000080}.chat-image-lightbox{z-index:100000;cursor:zoom-out;background:#000000eb;justify-content:center;align-items:center;animation:.2s opacityIn;display:flex;position:fixed;inset:0}.chat-image-lightbox img{border-radius:12px;max-width:90vw;max-height:90vh;box-shadow:0 24px 64px #0009}.chat-drag-overlay{z-index:10;pointer-events:none;background:#6366f11f;border:2px dashed #6366f180;border-radius:24px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.obc-drag-label{color:#6366f1;font-size:1.1rem;font-weight:600}.obc-drag-label__icon{margin-right:8px}.sched-rcpt-row{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;margin-bottom:12px;padding:16px}.sched-rcpt-row.sched-rcpt-row--ghosted{border-color:rgba(var(--grade-rgb), .2);opacity:.8}.sched-rcpt-row.sched-rcpt-row--excused{border-color:rgba(var(--grade-rgb), .2);opacity:.6;filter:grayscale()}.sched-rcpt-row__head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.sched-rcpt-row__ident{align-items:center;gap:12px;display:flex}.sched-rcpt-row__badge{background:rgba(var(--grade-rgb), .102);border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.sched-rcpt-row__icon{color:var(--grade-color);font-size:16px}.sched-rcpt-row__name{color:var(--text-primary);font-size:.95rem;font-weight:700}.sched-rcpt-row__meta{color:var(--text-tertiary);font-family:monospace;font-size:.75rem}.sched-rcpt-row__tier{color:var(--grade-color);font-weight:700}.sched-rcpt-row__amount{color:var(--grade-color);font-size:1.1rem;font-weight:800}.sched-rcpt-row__metrics{border-top:1px dashed #ffffff14;gap:8px;padding-top:12px;display:flex}.sched-rcpt-tile{text-align:center;background:#0003;border-radius:8px;flex:1;padding:8px}.sched-rcpt-tile.sched-rcpt-tile--outlined{border:1px dashed rgba(var(--grade-rgb), .2)}.sched-rcpt-tile__label{color:var(--text-tertiary);text-transform:uppercase;margin-bottom:2px;font-size:.6rem}.sched-rcpt-tile__label.sched-rcpt-tile__label--grade{color:var(--grade-color)}.sched-rcpt-tile__value{color:var(--text-primary);font-size:.85rem;font-weight:700}.sched-rcpt-tile__value.sched-rcpt-tile__value--grade{color:var(--grade-color)}.sched-rcpt-tile__value.sched-rcpt-tile__value--muted{color:var(--text-tertiary)}.sched-rcpt-tile__value.sched-rcpt-tile__value--ok{color:#10b981}.sched-rcpt-overlay{z-index:99999;opacity:0;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.sched-rcpt-overlay.sched-rcpt-overlay--visible{opacity:1}.sched-rcpt-overlay .sched-rcpt-panel{transition:transform .4s cubic-bezier(.175,.885,.32,1.275);transform:translateY(20px)}.sched-rcpt-overlay .sched-rcpt-panel.sched-rcpt-panel--in{transform:translateY(0)}.sched-rcpt-overlay .sched-rcpt-tier-name{color:var(--grade-color)}.opp-page-root{flex-direction:column;display:flex}.opp-dashboard-grid{grid-template-columns:minmax(0,1.8fr) minmax(300px,1fr);align-items:stretch;gap:20px;height:560px;padding:8px 0 24px;display:grid}.opp-market-col{flex-direction:column;gap:16px;height:100%;display:flex;overflow:hidden}.opp-market-carousel{scroll-snap-type:x mandatory;scrollbar-width:none;flex:1;gap:24px;min-height:0;padding-bottom:4px;display:flex;overflow-x:auto}.opp-market-carousel::-webkit-scrollbar{display:none}.opp-market-carousel>*{scroll-snap-align:center;flex:0 0 100%}.opp-market-nav{gap:8px;margin-left:16px;display:flex}.opp-nav-btn{color:#fff9;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.opp-nav-btn:hover{color:#fff;background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}.opp-nav-btn:active{transform:scale(.95)}.opp-h-carousel{scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px;padding-bottom:4px;display:flex;overflow-x:auto}.opp-h-carousel::-webkit-scrollbar{display:none}.opp-h-carousel>*{scroll-snap-align:center;flex:0 0 100%}.opp-mini-nav{gap:4px;display:flex}.opp-mini-nav-btn{color:#fff6;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:all .2s;display:flex}.opp-mini-nav-btn:hover{color:#fff;background:#ffffff0d;border-color:#ffffff1a}.opp-mini-nav-btn:active{transform:scale(.9)}.opp-itinerary-col{flex-direction:column;gap:16px;height:100%;display:flex;overflow:hidden}.opp-side-panel{-webkit-backdrop-filter:blur(80px)saturate(200%);background:linear-gradient(135deg,#ffffff12 0%,#ffffff05 100%);border:1px solid #ffffff24;border-radius:24px;flex-direction:column;flex:1 1 0;gap:12px;min-height:0;padding:20px 24px;display:flex;position:relative;overflow:hidden;box-shadow:0 32px 80px #00000080,0 0 0 1px #ffffff0a,inset 0 1px #ffffff2e,inset 0 -1px #0000004d}.opp-side-panel:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(135deg,#ffffff14 0%,#0000 50%);border-radius:28px;position:absolute;inset:0}.opp-side-panel>*{z-index:1;position:relative}.opp-side-panel-body{scrollbar-width:none;flex-direction:column;flex:1;gap:12px;min-height:0;display:flex;overflow:hidden auto}.opp-side-panel-body::-webkit-scrollbar{display:none}.opp-side-panel-body>.opp-panel-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.opp-glass-card{-webkit-backdrop-filter:blur(60px)saturate(180%);background:linear-gradient(145deg,#ffffff17 0%,#ffffff08 100%);border:1px solid #ffffff29;border-radius:24px;flex-direction:column;gap:20px;width:100%;padding:24px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #00000080,0 0 0 1px #ffffff08,inset 0 1px #ffffff38,inset 0 -1px #0000004d}.opp-glass-card:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(#ffffff12 0%,#0000 100%);border-radius:24px 24px 0 0;height:50%;position:absolute;top:0;left:0;right:0}.opp-glass-card:hover{border-color:#ffffff3d;transform:translateY(-4px)scale(1.01);box-shadow:0 32px 80px #0009,0 0 0 1px #ffffff0f,inset 0 1px #ffffff47}.opp-card-glow{filter:blur(60px);opacity:.5;pointer-events:none;z-index:0;background:var(--opp-glow-color,#3b82f6);border-radius:50%;width:150px;height:150px;position:absolute;bottom:-50px;right:-50px}.opp-glass-card>*{z-index:1;position:relative}.opp-card-close{color:#fff6;cursor:pointer;z-index:10;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.opp-card-close:hover{color:#fff;background:#ffffff1a;transform:scale(1.1)}.opp-glass-card{transition:opacity .22s,transform .22s}.opp-card--exiting{pointer-events:none;transform:scale(.97)}.opp-card-hdr-flex{align-items:center;gap:12px;margin-bottom:4px;padding-right:24px;display:flex}.opp-card-logo-box{color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#ffffff24,#ffffff0a);border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex;box-shadow:inset 0 1px #ffffff40,0 4px 12px #0000004d}.opp-card-title-wrap{flex-direction:column;display:flex}.opp-card-brand{color:#fff;letter-spacing:-.02em;font-size:1rem;font-weight:600}.opp-card-date-sub{color:#ffffff80;font-size:.8rem;font-weight:500}.opp-card-pay-huge{color:#fff;letter-spacing:-.04em;margin-top:-4px;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.8rem;font-weight:300}.opp-card-pay-label{color:#fff6;text-transform:uppercase;letter-spacing:.05em;margin-top:-4px;font-size:.7rem;font-weight:600}.opp-timeline-wrap{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff0d,#00000026);border:1px solid #ffffff1a;border-radius:14px;padding:14px;box-shadow:inset 0 1px #ffffff1a,0 4px 12px #0003}.opp-timeline-bar{background:#ffffff0d;border-radius:100px;height:6px;margin-bottom:12px;position:relative;overflow:hidden}.opp-timeline-fill{background:linear-gradient(90deg,#ffffff80,#fff);border-radius:100px;width:80%;height:100%;position:absolute;left:10%;box-shadow:0 0 10px #ffffff4d}.opp-timeline-labels{color:#fff6;text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;margin-bottom:8px;font-size:.65rem;font-weight:600;display:flex}.opp-pills-flex{flex-wrap:wrap;gap:8px;display:flex}.opp-glass-pill{color:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff1a,#ffffff0a);border:1px solid #ffffff2e;border-radius:100px;align-items:center;gap:6px;padding:5px 12px;font-size:.7rem;font-weight:500;display:flex;box-shadow:inset 0 1px #fff3,0 2px 8px #0003}.opp-capacity{color:#ffffff80;align-items:center;gap:12px;font-size:.75rem;font-weight:500;display:flex}.opp-dots{gap:4px;display:flex}.opp-dot{background:#ffffff26;border-radius:50%;width:6px;height:6px}.opp-dot.filled{background:#10b981;box-shadow:0 0 8px #10b98180}.opp-live-dot{background:#ef4444;border-radius:50%;width:6px;height:6px;margin-right:4px;animation:1.5s infinite pulseRed}@keyframes pulseRed{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 6px #ef444400}to{box-shadow:0 0 #ef444400}}.opp-btn-swipe{color:#000;cursor:pointer;letter-spacing:-.01em;background:#ffffffe6;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;width:100%;padding:16px;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #ffffff1a}.opp-btn-swipe:hover{background:#fff;transform:translateY(-2px)scale(1.02);box-shadow:0 12px 24px #ffffff26}.opp-btn-swipe:active{transform:translateY(1px)scale(.98)}.opp-toast{color:#fff;z-index:9999;background:#0f172a;border:1px solid #10b98166;border-left:3px solid #10b981;border-radius:10px;align-items:center;gap:12px;min-width:270px;max-width:370px;padding:13px 17px;font-family:Inter,sans-serif;font-size:.875rem;display:none;position:fixed;bottom:28px;right:28px;box-shadow:0 8px 24px #0006}.opp-tier-hdr{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.opp-tier-title-wrap{align-items:center;gap:10px;display:flex}.opp-tier-icon{color:#fff6;font-size:1.4rem}.opp-tier-title{color:#fff;letter-spacing:-.02em;font-size:1.3rem;font-weight:600}.opp-tier-badge{color:#fff;background:#ffffff1a;border-radius:100px;padding:2px 10px;font-size:.75rem;font-weight:600}.opp-history-row{cursor:default;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;justify-content:space-between;align-items:center;padding:12px 16px;transition:background .2s;display:flex}.opp-history-row:hover{background:#ffffff0f}.opp-history-left{align-items:center;gap:14px;display:flex}.opp-history-logo{color:#fffc;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.3rem;display:flex}.opp-history-info{flex-direction:column;gap:2px;display:flex}.opp-history-brand{color:#fff;letter-spacing:-.01em;font-size:1rem;font-weight:500}.opp-history-date{color:#fff6;font-size:.8rem;font-weight:500}.opp-history-right{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.opp-history-pay{color:#10b981;letter-spacing:-.02em;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.05rem;font-weight:600}.opp-history-status{color:#ffffff4d;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:4px;font-size:.65rem;font-weight:700;display:flex}@media (width<=1200px){.opp-dashboard-grid{grid-template-columns:1fr;gap:32px;padding:24px}}.opp-card-flag{color:#f59e0b;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:4px;margin-bottom:2px;font-size:.65rem;font-weight:700;display:flex}.opp-card-flag.opp-card-flag--ok{color:#10b981}.opp-card-logo-box.opp-card-logo-box--certified{background:#10b98114;border-color:#10b9814d}.opp-card-glow.opp-card-glow--pending{opacity:.15}.opp-card-glow.opp-card-glow--certified{opacity:.3;background:#10b981}.opp-timeline-wrap.opp-timeline-wrap--muted{opacity:.8}.opp-timeline-fill.opp-timeline-fill--certified{background:linear-gradient(90deg,#10b98199,#10b981)}.opp-live-dot.opp-live-dot--pending{background:#f59e0b;box-shadow:0 0 8px #f59e0b99}.opp-dots.opp-dots--muted{opacity:.5}.opp-capacity-note{color:#f59e0b;font-weight:500}.opp-capacity-note.opp-capacity-note--ok{color:#10b981}.opp-btn-swipe__arrow{color:#0006;margin-left:4px}.opp-btn-swipe.opp-btn-swipe--scheduled{color:#10b981;cursor:default;opacity:.85;background:#10b9811f;border:1px solid #10b98140}.opp-glass-card.opp-glass-card--certified{border-color:#10b98133;box-shadow:0 20px 40px #0006,0 0 0 1px #10b9811a,inset 0 1px #10b98126}.opp-panel-hdr{margin-bottom:4px}.opp-hdr-grow{flex:1}.opp-glass-card.opp-glass-card--empty{text-align:center;flex:1;justify-content:center;align-items:center;margin-top:8px;padding:60px 24px}.opp-empty-badge{background:#10b9811a;border:1px solid #10b98133;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:24px;display:flex;box-shadow:0 8px 24px #10b98126}.opp-empty-badge__icon{font-size:2.2rem}.opp-empty-title{color:#fff;letter-spacing:-.02em;margin:0 0 12px;font-size:1.4rem;font-weight:600}.opp-empty-text{color:#ffffff80;max-width:300px;margin:0;font-size:1rem;line-height:1.5}.opp-panel-empty__icon{color:#fff3;margin-bottom:10px;font-size:2rem}.opp-panel-empty__text{color:#ffffff59;margin:0;font-size:.9rem;font-weight:500}.ig-lock-next-module-box.ig-mentry-box{text-align:left;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;margin-top:16px}.ig-mentry-box .ig-mentry-list{flex-direction:column;gap:12px;display:flex}.ig-mentry-box .ig-mentry-row{align-items:flex-start;gap:12px;display:flex}.ig-mentry-box .ig-mentry-row-icon{color:var(--text-tertiary);margin-top:2px;font-size:1.2rem}.ig-mentry-box .ig-mentry-row-text{color:var(--text-secondary);font-size:.9rem;line-height:1.4}.ig-mentry-box .ig-mentry-row-strong{color:var(--text-primary)}.ig-receipt-btn.ig-mentry-cta{margin-top:24px}.pcm-trial-banner{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f59e0b0f;border:1px solid #f59e0b26;border-radius:14px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 18px;animation:.3s ease-out opacityIn;display:flex}.pcm-trial-banner__icon{background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:10px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;display:flex}.pcm-trial-banner__glyph{color:#f59e0b;font-size:14px}.pcm-trial-banner__body{flex:1}.pcm-trial-banner__title{color:#fbbf24;letter-spacing:.5px;text-transform:uppercase;margin-bottom:2px;font-size:.78rem;font-weight:600}.pcm-trial-banner__text{color:#ffffff80;font-size:.78rem;line-height:1.4}.pcm-trial-banner__tag{color:#fbbf24;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap;background:#f59e0b1f;border:1px solid #f59e0b40;border-radius:8px;padding:4px 10px;font-size:.65rem;font-weight:700}#dev-time-travel-status.dev-tt-status--ok{color:#34d399e6}#dev-time-travel-status.dev-tt-status--warn{color:#fbbf24e6}#earnings-trial-banner,#earnings-work-active-banner,#earnings-cycles-section-title{display:none}#earnings-trial-banner.er-view-shown{display:flex}#earnings-work-active-banner.er-view-shown,#earnings-cycles-section-title.er-view-shown{display:block}.vault-progress-fill.er-view-hero-fill{width:var(--er-view-hero-fill,0%)}#sh-link-popover.cxev-posicionado,#sh-image-popover.cxev-posicionado{top:var(--cxev-pop-top,auto);left:var(--cxev-pop-left,auto);bottom:var(--cxev-pop-bottom,auto)}.ig-inline-image-actions.cxev-posicionado{top:var(--cxev-pop-top,auto);left:var(--cxev-pop-left,auto)}#view-console ::-webkit-scrollbar{width:14px;height:14px}#view-console ::-webkit-scrollbar-track{background:0 0}#view-console ::-webkit-scrollbar-thumb{background-color:#ffffff1f;background-clip:padding-box;border:4px solid #0000;border-radius:10px}#view-console ::-webkit-scrollbar-thumb:hover{background-color:#ffffff40}.sh-arcade-hud{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;border:1px solid #ffffff0f;border-radius:30px;gap:6px;padding:4px 6px;display:flex;position:absolute;top:8px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0006}.sh-hud-slot{cursor:pointer;background:#ffffff0d;border:1px solid #0000;border-radius:24px;align-items:center;gap:6px;padding:2px 8px 2px 2px;transition:all .2s;display:flex}.sh-hud-slot:hover{background:#ffffff1a}.sh-hud-slot.hud-active{background:#6366f11a;border-color:#6366f166}.sh-hud-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex;position:relative}.sh-hud-name{color:#fffc;white-space:nowrap;font-size:.75rem;font-weight:600}@keyframes pulse-ring{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 6px #ef444400}to{box-shadow:0 0 #ef444400}}.sh-resolve-card{cursor:pointer;background:linear-gradient(135deg,#10b9811a,#05966926);border:1px dashed #10b98166;border-radius:12px;justify-content:space-between;align-items:center;margin:0 40px 24px;padding:16px 24px;transition:all .2s;display:flex}.sh-resolve-card:hover{background:linear-gradient(135deg,#10b98133,#05966940);border-color:#10b981cc;transform:translateY(-2px);box-shadow:0 8px 24px #10b98133}.sh-res-title{color:#10b981;align-items:center;gap:8px;font-size:.95rem;font-weight:700;display:flex}.sh-res-action{color:#fff;pointer-events:none;background:#10b981;border:none;border-radius:6px;padding:8px 16px;font-size:.85rem;font-weight:700}.sh-money-float{left:var(--float-x);top:var(--float-y);color:#10b981;pointer-events:none;z-index:9999;text-shadow:0 4px 15px #10b98199;font-size:2rem;font-weight:800;animation:1.5s ease-out forwards float-up;position:absolute}@keyframes float-up{0%{opacity:0;transform:translateY(0)scale(.5)}20%{opacity:1;transform:translateY(-30px)scale(1.2)}80%{opacity:1;transform:translateY(-80px)scale(1)}to{opacity:0;transform:translateY(-100px)scale(.8)}}.ticket-zoom-out{pointer-events:none;animation:.4s cubic-bezier(.2,.8,.2,1) forwards t-zoom-out}@keyframes t-zoom-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}#view-console{position:relative;overflow:hidden;max-width:none!important;margin:0!important;padding:0!important}.cx-left{background:var(--bg-page);border-right:1px solid #ffffff0d;flex-direction:column;padding:0;transition:opacity .25s;display:flex;overflow:hidden}.cx-panel{overflow-y:auto}.cx-center{background:0 0;flex-direction:column;display:flex;overflow:hidden}.cx-right{background:var(--bg-page);border-left:1px solid #ffffff0d;padding:14px}.cx-focus-active .cx-right{opacity:.82;transition:opacity .25s}.c-sep{background:#ffffff0d;height:1px;margin:11px 0}.ch-badge{text-transform:uppercase;border-radius:3px;padding:1px 5px;font-size:.59rem;font-weight:700}.ch-live{color:#10b981;background:#10b98114}.ch-email{color:var(--text-tertiary);background:#ffffff0d}.cx-topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#08080a99;border-bottom:1px solid #ffffff0a;flex-shrink:0;align-items:center;gap:7px;padding:7px 15px;display:flex}.sla-cd{color:var(--text-secondary);align-items:center;gap:3px;font-size:.7rem;font-weight:600;display:flex}.sla-cd.sla-warn{color:#ef4444}.btn-focus{color:var(--text-tertiary);cursor:pointer;background:0 0;border:1px solid #ffffff0f;border-radius:4px;align-items:center;gap:3px;padding:3px 8px;font-size:.67rem;transition:all .12s;display:flex}.btn-focus:hover,.btn-focus.f-on{color:var(--text-primary);border-color:#ffffff1f}.cx-identity{cursor:default;background:0 0;border-bottom:1px solid #ffffff0d;flex-shrink:0;padding:12px 20px 10px}.cx-identity:hover{background:0 0}.id-name{color:var(--text-primary);letter-spacing:-.01em;align-items:baseline;gap:7px;margin-bottom:3px;font-size:1.05rem;font-weight:700;display:flex}.chat-stream{scroll-behavior:smooth;flex-direction:column;flex:1;gap:20px;min-height:0;padding:28px;display:flex;overflow-y:auto}.chat-stream::-webkit-scrollbar{width:4px}.chat-stream::-webkit-scrollbar-track{background:0 0}.chat-stream::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.cmsg{align-items:flex-end;gap:10px;margin-bottom:8px;animation:.4s cubic-bezier(.16,1,.3,1) msgFadeIn;display:flex}@keyframes msgFadeIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.cmsg-content{flex-direction:column;gap:4px;max-width:76%;display:flex}.cmsg.from-agent .cmsg-content,.cmsg.from-bot .cmsg-content{align-items:flex-end}.cmsg.from-customer .cmsg-content{align-items:flex-start}.cmsg.from-system .cmsg-content{align-items:center;max-width:100%}.cmsg.from-handoff .cmsg-content{align-items:stretch}.chat-meta{color:#fff6;text-transform:uppercase;letter-spacing:.04em;font-size:.65rem;display:block!important}.cmsg.from-customer .chat-meta{text-align:left}.cmsg.from-agent .chat-meta,.cmsg.from-bot .chat-meta{text-align:right}.chat-avatar{background-position:50%;background-size:cover;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;width:32px;height:32px}.cmsg.from-agent,.cmsg.from-bot{flex-direction:row-reverse}.cmsg.from-agent .chat-bbl,.cmsg.from-bot .chat-bbl{color:#fff;background:linear-gradient(135deg,#059669,#047857);border:none;border-radius:20px 20px 4px;padding:12px 18px;font-size:.92rem;line-height:1.45;box-shadow:0 2px 8px #04785740}.cmsg.from-customer{flex-direction:row}.cmsg.from-customer .chat-bbl{color:#e4e4e7;background:#27272a;border:1px solid #ffffff0d;border-radius:20px 20px 20px 4px;padding:12px 18px;font-size:.92rem;line-height:1.45;box-shadow:0 2px 8px #0003}.cmsg.from-system{flex-direction:column;align-self:center}.cmsg.from-system .chat-bbl{color:var(--text-tertiary);text-align:center;background:0 0;border:none;padding:2px 0;font-size:.72rem;font-style:italic}@keyframes tbounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.typing-ind{border:1px solid var(--border-subtle);background:#ffffff0a;border-radius:4px 14px 14px;align-items:center;gap:4px;width:fit-content;padding:14px 16px;display:flex}.t-dot{background:var(--text-tertiary);border-radius:50%;width:6px;height:6px;animation:1.2s infinite tbounce}.t-dot:nth-child(2){animation-delay:.15s}.t-dot:nth-child(3){animation-delay:.3s}.sh-chat-msg-row{align-items:flex-end;gap:12px;max-width:85%;margin-bottom:16px;animation:.3s cubic-bezier(.16,1,.3,1) forwards sh-chat-slide-up-fade;display:flex}@keyframes sh-chat-slide-up-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sh-chat-msg-row.from-customer{margin-right:auto}.sh-chat-msg-row.from-agent{flex-direction:row-reverse;justify-content:flex-start;width:100%;max-width:100%}.sh-chat-msg-row.from-bot{margin-right:auto}.sh-chat-msg-row.from-system{justify-content:center;max-width:100%;margin:24px 0}.sh-chat-msg-row--hidden{display:none}.sh-chat-avatar-space{flex-direction:column;flex-shrink:0;justify-content:flex-end;width:32px;display:flex}.sh-chat-avatar{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex;box-shadow:0 4px 12px #00000026}.sh-chat-avatar[data-sender=customer]{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.sh-chat-avatar[data-sender=agent]{background:linear-gradient(135deg,#6366f1,#4f46e5)}.sh-chat-avatar[data-sender=bot]{background:#ffffff14;border:1px solid #ffffff1a}.sh-chat-bubbles{flex-direction:column;flex:1;gap:4px;display:flex}.sh-chat-bubbles.from-agent{align-items:flex-end}.sh-chat-bubbles.from-customer,.sh-chat-bubbles.from-bot{align-items:flex-start}.sh-chat-bubbles.no-avatar{flex-direction:column;flex:1;align-items:flex-end;width:100%;display:flex}.sh-chat-bubble{word-break:break-word;border-radius:20px;width:fit-content;max-width:75%;padding:12px 18px;font-size:.95rem;line-height:1.5;position:relative;box-shadow:0 2px 8px #0000001a;-webkit-user-select:text!important;user-select:text!important;cursor:text!important}.sh-chat-bubble[data-time]:after{content:attr(data-time);color:#ffffff59;white-space:nowrap;pointer-events:none;opacity:0;font-size:.68rem;font-weight:500;transition:opacity .18s;position:absolute;bottom:50%;transform:translateY(50%)}.sh-chat-bubble.from-customer[data-time]:after,.sh-chat-bubble.from-bot[data-time]:after{left:calc(100% + 8px);right:auto}.sh-chat-bubble.from-agent[data-time]:after{left:auto;right:calc(100% + 8px)}.sh-chat-bubble[data-time]:hover:after{opacity:1}.sh-chat-bubble.from-customer,.sh-chat-bubble.from-bot{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-primary);background:#ffffff0d;border:1px solid #ffffff14}.sh-chat-bubble.from-customer.is-chained-top,.sh-chat-bubble.from-bot.is-chained-top{border-bottom-left-radius:6px}.sh-chat-bubble.from-customer.is-chained-mid,.sh-chat-bubble.from-bot.is-chained-mid{border-top-left-radius:6px;border-bottom-left-radius:6px}.sh-chat-bubble.from-customer.is-chained-bot,.sh-chat-bubble.from-bot.is-chained-bot{border-top-left-radius:6px}.sh-chat-bubble.from-agent{color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;box-shadow:0 4px 12px #6366f140}.sh-chat-bubble.from-agent.is-chained-top{border-bottom-right-radius:6px}.sh-chat-bubble.from-agent.is-chained-mid{border-top-right-radius:6px;border-bottom-right-radius:6px}.sh-chat-bubble.from-agent.is-chained-bot{border-top-right-radius:6px}.ig-audio-bubble{box-sizing:border-box;width:280px;padding:12px!important}.ig-audio-player{justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.ig-play-btn{width:36px;height:36px;color:var(--bg-card);cursor:pointer;background:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s;display:flex;box-shadow:0 2px 8px #0000001a}.ig-play-btn:hover{transform:scale(1.05)}.ig-waveform{opacity:.8;flex-shrink:0;justify-content:flex-start;align-items:center;width:140px;height:28px;display:flex;overflow:hidden}.ig-waveform-svg{width:100%;height:100%}.ig-wave-unplayed{fill:currentColor;opacity:.35}.ig-wave-played{fill:currentColor;opacity:1}.ig-progress-rect{transition:width .1s linear}.ig-audio-time{background:#fff3;border-radius:12px;flex-shrink:0;padding:4px 8px;font-size:.75rem;font-weight:600}.from-customer .ig-audio-time{color:#fffc;background:#0003}.from-customer .ig-play-btn{color:#000;background:#fff}.from-customer .ig-waveform{color:#fff}.ig-transcript-section{border-top:1px solid #ffffff1a;flex-direction:column;align-items:flex-start;margin-top:10px;padding-top:8px;display:flex}.ig-transcript-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:.75rem;font-weight:500;transition:color .2s}.ig-transcript-btn:hover{color:#fff;text-decoration:underline}.ig-transcript-btn.is-transcribing{cursor:wait;text-decoration:none;animation:1.5s infinite ig-pulse}@keyframes ig-pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.from-customer .ig-transcript-btn{color:#fff9}.from-customer .ig-transcript-btn:hover{color:#ffffffe6}.ig-transcript-text{color:#ffffffe6;margin-bottom:8px;font-size:.85rem;line-height:1.4}.ig-transcript-text.u-hidden{display:none}.ig-time-sep{justify-content:center;align-items:center;margin:24px 0 16px;display:flex}.ig-time-sep-label{color:#fff6;letter-spacing:.02em;padding:2px 10px;font-size:.75rem;font-weight:500}.sh-system-badge{color:#fff9;text-transform:uppercase;letter-spacing:.05em;background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:8px;padding:6px 16px;font-size:.75rem;font-weight:600;display:inline-flex}.cx-action-rec{background:0 0;border-top:1px solid #ffffff0a;flex-shrink:0;align-items:center;gap:8px;padding:6px 14px;display:flex}.action-rec-text{color:var(--text-tertiary);flex:1;font-size:.75rem}.action-rec-text strong{color:var(--text-secondary);font-weight:600}.btn-apply-action{color:var(--text-primary);border:1px solid var(--border-subtle);cursor:pointer;white-space:nowrap;background:#ffffff0f;border-radius:6px;padding:5px 12px;font-size:.75rem;font-weight:600;transition:all .2s}.btn-apply-action:hover{color:#fff;background:#ffffff1a}.chat-suggestions{flex-wrap:wrap;flex-shrink:0;gap:6px;padding:6px 28px 10px;display:flex}.sug-chip{color:var(--text-secondary);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:100px;padding:10px 18px;font-family:inherit;font-size:.88rem;line-height:1.3;transition:all .2s;overflow:hidden}.sug-chip:hover{color:var(--text-primary);background:#ffffff14;border-color:#fff3}.sug-chip.hidden{display:none}.chat-input-bar{background:0 0;flex-shrink:0;align-items:flex-end;gap:10px;padding:12px 20px 20px;display:flex}.chat-ta{background:var(--bg-card);color:var(--text-primary);resize:none;box-sizing:border-box;border:1px solid #ffffff1f;border-radius:14px;flex:1;min-height:56px;max-height:140px;padding:14px 18px;font-family:inherit;font-size:.9rem;line-height:1.5;transition:border-color .2s,box-shadow .2s}.chat-ta:focus{box-shadow:none;border-color:#fff3;outline:none}.btn-chat-send{color:var(--text-primary);cursor:pointer;width:44px;height:44px;box-shadow:none;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;transition:transform .15s,background .15s;display:flex}.btn-chat-send:hover{background:#ffffff1a;transform:scale(1.06)}.ig-composer-wrapper{background:0 0;flex-shrink:0;margin:0 40px 20px;position:relative}.ig-resolve-pill{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#10b981;cursor:pointer;opacity:0;pointer-events:none;z-index:10;background:linear-gradient(135deg,#10b98126,#0f172ae6);border:1px solid #10b98166;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:-45px;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 20px #0003}.ig-resolve-pill.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.ig-resolve-pill:hover{background:linear-gradient(135deg,#10b98140,#0f172af2);transform:translate(-50%)translateY(-2px)}.ig-resolve-pill.ig-escalate-pill{color:#c4b5fd;background:#8b5cf626;border-color:#8b5cf64d}.ig-resolve-pill.ig-escalate-pill:hover{background:#8b5cf640}.ig-pill-close-btn{color:inherit;opacity:.6;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin-left:8px;padding:2px;font-size:14px;transition:opacity .2s,background .2s;display:flex}.ig-pill-close-btn:hover{opacity:1;background:#ffffff1a}.ig-composer-box{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:24px;align-items:flex-end;min-height:56px;padding:8px 12px;transition:background .2s,border-color .2s,box-shadow .2s;display:flex}.ig-composer-box:focus-within{background:#ffffff14;border-color:#6366f180;box-shadow:0 0 0 4px #6366f11a,0 8px 24px #0003}.ig-tool-btn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;margin-bottom:2px;padding:6px;font-size:1.35rem;transition:color .15s,background .15s;display:flex}.ig-tool-btn:hover{color:var(--text-primary);background:#ffffff0d}.ig-emoji-btn{color:var(--text-secondary)}.ig-input-col{flex-direction:column;flex:1;margin:0 10px;display:flex}.ig-chat-ta{color:var(--text-primary);resize:none;background:0 0;border:none;outline:none;width:100%;min-height:24px;max-height:120px;padding:8px 0;font-family:inherit;font-size:.95rem;line-height:1.4}.ig-chat-ta::placeholder{color:var(--text-tertiary)}.ig-tools-right{align-items:center;gap:4px;display:flex}.ig-send-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:2px;margin-left:8px;font-size:1.2rem;transition:transform .2s,background .2s;display:flex;box-shadow:0 4px 12px #6366f14d}.ig-send-btn:hover{background:#4f46e5;transform:scale(1.05)}.ig-image-preview-area{border-bottom:1px solid #ffffff0d;gap:10px;margin-bottom:8px;padding:8px 0 12px;display:flex;overflow-x:auto}.ig-image-preview-area.u-hidden{display:none!important}.ig-img-thumb{background:#2a2a2d 50%/cover;border-radius:8px;flex-shrink:0;width:50px;height:50px;position:relative}.ig-img-rm{color:#fff;cursor:pointer;background:#333;border:1px solid #555;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;transition:background .2s;display:flex;position:absolute;top:-6px;right:-6px}.ig-img-rm:hover{background:#ef4444;border-color:#ef4444}.ig-add-more-img{width:50px;height:50px;color:var(--text-tertiary);cursor:pointer;background:#ffffff0d;border:1px dashed #fff3;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.ig-add-more-img:hover{color:var(--text-secondary);background:#ffffff14;border-color:#ffffff4d}.sh-chat-bubble{max-width:65%!important;padding:14px 22px!important;font-size:1.05rem!important;line-height:1.58!important}.ig-composer-wrapper{margin:0 28px 22px!important}.ig-composer-box{border-radius:28px!important;min-height:58px!important;padding:12px 16px!important}.ig-tool-btn{width:42px!important;height:42px!important;padding:8px!important;font-size:1.55rem!important}.ig-chat-ta{min-height:28px!important;padding:10px 0!important;font-size:1.05rem!important;line-height:1.45!important}.ig-send-btn{width:46px!important;height:46px!important;margin-left:6px!important;font-size:1.4rem!important}.chat-bbl{font-size:1.02rem!important;line-height:1.58!important}.cw-identity-layer{border-bottom:1px solid #ffffff1f!important;margin-bottom:8px!important;padding:16px 24px!important}.cw-identity-row .sq-avatar{background:var(--avatar-bg,#333)!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;font-size:1.1rem!important;display:flex!important}.cw-identity-name{letter-spacing:-.02em!important;margin-left:10px!important;font-size:1.1rem!important;font-weight:700!important}.ig-emoji-picker{z-index:1000;transform-origin:0 100%;background:#fff;background:var(--bg-card,#2a2a2d);border:1px solid #ffffff14;border-radius:12px;flex-direction:column;width:360px;animation:.2s cubic-bezier(.16,1,.3,1) emojiPop;display:flex;position:absolute;bottom:80px;left:28px;overflow:hidden;box-shadow:0 8px 30px #0000004d}@keyframes emojiPop{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.ig-emoji-search-bar{border-bottom:1px solid #ffffff0d;padding:12px}.ig-emoji-search-input{width:100%;color:var(--text-primary,#fff);background:#ffffff0d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23888' viewBox='0 0 256 256'%3E%3Cpath d='M229.66,218.34l-50.07-50.06a88.11,88.11,0,1,0-11.31,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z'%3E%3C/path%3E%3C/svg%3E") 10px no-repeat;border:none;border-radius:20px;outline:none;padding:10px 14px 10px 36px;font-size:1rem}.ig-emoji-search-input::placeholder{color:var(--text-tertiary,#888)}.ig-emoji-title{color:var(--text-secondary,#aaa);padding:12px 12px 4px;font-size:.95rem;font-weight:600}.ig-emoji-cat-header{color:var(--text-secondary,#aaa);grid-column:1/-1;margin-top:4px;padding:8px 4px 4px;font-size:.95rem;font-weight:600}.ig-emoji-cat-header:first-child{margin-top:0}.ig-emoji-grid{grid-template-columns:repeat(8,1fr);gap:4px;height:270px;padding:8px 12px 12px;display:grid;overflow:hidden auto}.ig-emoji-grid.is-empty{justify-content:center;align-items:center;height:180px;padding:0;display:flex}.ig-emoji-empty-state{font-size:.95rem;font-weight:500}.ig-emoji-grid::-webkit-scrollbar{width:4px}.ig-emoji-grid::-webkit-scrollbar-track{background:0 0}.ig-emoji-grid::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.ig-emoji-item{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px 0;font-size:1.75rem;transition:background .15s,transform .1s;display:flex}.ig-emoji-item:hover{background:#ffffff1a;transform:scale(1.15)}.ig-emoji-footer{background:#0000001a;border-top:1px solid #ffffff0d;justify-content:space-between;padding:10px 20px;display:flex}.ig-emoji-cat-btn{color:var(--text-tertiary,#888);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.35rem;transition:color .2s;display:flex}.ig-emoji-cat-btn:hover,.ig-emoji-cat-btn.active{color:var(--text-primary,#fff)}.ig-emoji-item{font-family:Noto Color Emoji,Segoe UI Emoji,sans-serif!important}[data-el=cx-chat-ta]{font-family:Inter,Noto Color Emoji,Segoe UI,sans-serif!important}.sh-chat-bubble{font-family:Inter,Segoe UI,Noto Color Emoji,sans-serif!important}.cw-read-only-transcript .cw-chat-body,.cw-read-only-transcript .sh-thread-view{opacity:.65;filter:grayscale(30%);transition:all .3s}.sh-card-body,.sh-sender-name,.sh-sender-email,.sh-subject-title,.sh-collapsed-view .sh-card-preview,.email-body,.email-subject,.email-meta-val{-webkit-user-select:text!important;user-select:text!important;cursor:text!important}.email-header{border-bottom:1px solid #ffffff0d;flex-shrink:0;padding:12px 18px}.email-subject{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:7px;font-size:.92rem;font-weight:700}.email-meta-row{align-items:baseline;gap:5px;margin-bottom:2px;font-size:.73rem;display:flex}.email-meta-key{color:var(--text-tertiary);flex-shrink:0;width:30px}.email-meta-val.em-date{color:var(--text-tertiary);font-size:.69rem}.email-thread{flex:1;padding:0 24px 16px;overflow-y:auto}.email-msg{background:0 0;border-bottom:1px solid #ffffff0d;border-radius:0;padding:16px 0}.email-msg:last-child{border-bottom:none}.email-msg.from-customer{background:0 0}.email-msg.from-agent{background:0 0;border-left:2px solid #1d4ed866;margin-left:0;padding-left:16px}.email-body{color:#ffffffd1;letter-spacing:.003em;font-size:1rem;line-height:1.65}.email-reply-area{border-top:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;gap:7px;padding:10px 16px 12px;display:flex}.email-reply-to{color:var(--text-tertiary);border-bottom:1px solid #ffffff0a;padding-bottom:5px;font-size:.68rem}.email-reply-to span{color:var(--text-secondary)}.email-ta{color:var(--text-primary);resize:none;box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff12;border-radius:5px;width:100%;min-height:80px;max-height:160px;padding:10px 12px;font-family:inherit;font-size:.855rem;line-height:1.65;transition:border-color .12s}.email-ta:focus{border-color:#ffffff1a;outline:none}.email-sug-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-size:.59rem;font-weight:700}.email-sug-item{color:var(--text-secondary);cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:4px;padding:6px 10px;font-size:.76rem;line-height:1.45;transition:all .12s}.email-sug-item:hover{color:var(--text-primary);background:#ffffff0d}.email-reply-actions{align-items:center;gap:6px;display:flex}.btn-email-regen{color:var(--text-tertiary);cursor:pointer;background:0 0;border:1px solid #ffffff12;border-radius:4px;align-items:center;gap:3px;padding:4px 11px;font-size:.7rem;transition:all .12s;display:flex}.btn-email-regen:hover{color:var(--text-secondary)}.btn-email-send{color:var(--text-primary);border:1px solid var(--border-subtle);cursor:pointer;background:#ffffff14;border-radius:4px;align-items:center;gap:4px;margin-left:auto;padding:5px 16px;font-size:.73rem;font-weight:600;transition:background .12s;display:flex}.btn-email-send:hover{background:#ffffff24}.email-subject-block{margin-bottom:2px}.email-subject-input{width:100%;color:var(--text-primary);box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff12;border-radius:4px;padding:7px 10px;font-family:inherit;font-size:.85rem;transition:border-color .12s}.email-subject-input:focus{border-color:#ffffff1a;outline:none}.email-hint{color:var(--text-tertiary);font-size:.61rem}.sh-email-layout{background:#10131a;flex-direction:column;height:100%;max-height:100%;padding:0;display:flex;overflow:hidden}.sh-thread-view{flex:1;padding:32px 40px 20px;overflow-y:auto}.sh-thread-view::-webkit-scrollbar{width:6px}.sh-thread-view::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.sh-subject-block{border-bottom:1px solid #ffffff0d;margin-bottom:28px;padding-bottom:20px}.sh-subject-title{color:#fff;margin:0;font-size:1.6rem;font-weight:700;line-height:1.3}.sh-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;margin-bottom:12px;transition:border-color .2s;overflow:visible;box-shadow:0 4px 20px #0000001a}.sh-card:hover{border-color:#ffffff1f}.sh-collapsed-view{cursor:pointer;opacity:.6;justify-content:space-between;align-items:center;padding:16px 24px;transition:all .2s;display:flex}.sh-collapsed-view:hover{opacity:1;background:#ffffff08}.sh-expanded-view{padding:24px 32px;display:none}.sh-card.expanded .sh-expanded-view{display:block}.sh-card.expanded .sh-collapsed-view{display:none}.sh-sender-avatar,.sh-collapsed-view .sh-small-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;font-weight:700;display:flex}.sh-collapsed-view .sh-small-avatar{width:24px;height:24px;font-size:.7rem}[data-sender=agent] .sh-sender-avatar,.sh-sender-avatar[data-sender=agent],[data-sender=agent] .sh-small-avatar,.sh-small-avatar[data-sender=agent]{background:linear-gradient(135deg,#3b82f6,#60a5fa)}[data-sender=customer] .sh-sender-avatar,.sh-sender-avatar[data-sender=customer],[data-sender=customer] .sh-small-avatar,.sh-small-avatar[data-sender=customer]{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.sh-main-sender{align-items:center;gap:16px;margin-bottom:20px;display:flex}.sh-sender-info{flex-direction:column;flex:1;gap:2px;display:flex}.sh-sender-name{color:#fff;align-items:baseline;gap:8px;font-size:1.05rem;font-weight:600;display:flex}.sh-sender-email{color:#fff6;font-size:.85rem;font-weight:400}.sh-sender-to{color:#ffffff80;cursor:pointer;font-size:.8rem}.sh-sender-to i{vertical-align:middle;margin-left:4px;font-size:.75rem}.sh-sender-time{color:#fff6;text-align:right;font-size:.8rem}.sh-collapsed-view .sh-card-meta{color:#ffffff80;align-items:center;gap:12px;width:20%;font-size:.9rem;display:flex}.sh-collapsed-view .sh-card-preview{color:#ffffff80;white-space:nowrap;text-overflow:ellipsis;max-width:55%;font-size:.85rem;overflow:hidden}.sh-card-body{color:#ffffffd9;white-space:pre-wrap;font-size:.95rem;line-height:1.65}.sh-composer-area{z-index:10;background:0 0;border-top:1px solid #ffffff0d;flex-shrink:0;padding:24px 40px;position:relative}.sh-composer-box{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;transition:border-color .3s;display:flex;position:relative;overflow:hidden}.sh-composer-box:focus-within{border-color:#6366f180;box-shadow:0 0 0 3px #6366f11a}.sh-composer-header{color:#ffffff80;background:#00000026;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:14px 20px;font-size:.85rem;display:flex}.sh-composer-header strong{color:#fff;font-weight:600}.sh-composer-scroll-area{flex-direction:column;flex:1;max-height:50vh;display:flex;overflow-y:auto}.sh-composer-scroll-area::-webkit-scrollbar{width:6px}.sh-composer-scroll-area::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.sh-composer-input{color:#fff;background:0 0;border:none;outline:none;width:100%;min-height:140px;padding:20px;font-family:inherit;font-size:.95rem;line-height:1.6}.sh-composer-input[contenteditable]:empty:before{content:attr(data-placeholder);color:#ffffff4d;pointer-events:none}.sh-composer-input ul,.sh-composer-input ol{margin:8px 0;padding-left:28px}.sh-composer-input li{margin-bottom:4px}.sh-composer-input a{color:#60a5fa;cursor:pointer;text-decoration:underline}.sh-composer-input a:hover{color:#93c5fd}.sh-inline-image{cursor:pointer;border:1px solid #ffffff1a;border-radius:8px;width:auto;max-width:450px;height:auto;max-height:350px;margin:12px 0;transition:max-width .2s,max-height .2s;display:block;box-shadow:0 4px 12px #0000001a}.sh-inline-image.is-small{max-width:200px;max-height:150px}.sh-inline-image.is-fit{max-width:450px;max-height:350px}.sh-inline-image.is-original{width:auto;max-width:100%;height:auto;max-height:none}#sh-image-popover .sh-link-text-btn.is-active{color:#fff;text-decoration:underline}.sh-composer-footer{background:#00000026;border-top:1px solid #ffffff0d;justify-content:flex-start;align-items:center;gap:16px;padding:12px 20px;display:flex}.sh-composer-tools{align-items:center;gap:8px;display:flex}.sh-tool-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;transition:all .2s;display:flex}.sh-tool-btn:hover{color:#fff;background:#ffffff14}.sh-tool-btn.active{color:#818cf8;background:#6366f126}.sh-send-btn{color:#fff;cursor:pointer;box-shadow:none;background:#0b57d0;border:none;border-radius:24px;align-items:stretch;padding:0;transition:all .2s;display:flex;overflow:hidden}.sh-send-btn:hover{background:#0842a0;box-shadow:0 1px 3px #0003}.sh-send-btn-text{pointer-events:none;justify-content:center;align-items:center;padding:8px 16px;font-size:.9rem;font-weight:600;display:flex}.sh-send-btn-icon{pointer-events:none;border-left:1px solid #ffffff4d;justify-content:center;align-items:center;padding:0 12px;font-size:1rem;display:flex}.sh-format-toolbar{background:#ffffff05;border-top:1px solid #ffffff0d;align-items:center;gap:4px;padding:8px 20px;transition:all .2s;display:flex}.sh-format-toolbar.u-hidden{display:none}.sh-fmt-btn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-family:inherit;font-size:.95rem;transition:all .1s;display:flex}.sh-fmt-btn:hover{color:#fff;background:#ffffff1a}.sh-fmt-divider{background:#ffffff1a;width:1px;height:16px;margin:0 4px}.sh-fmt-dropdown-wrap{display:inline-block;position:relative}.sh-fmt-dropdown-menu{z-index:20;background:#1e1e24;border:1px solid #ffffff1a;border-radius:6px;flex-direction:column;margin-bottom:4px;padding:4px;display:flex;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0006}.sh-fmt-dropdown-menu.u-hidden{display:none}.sh-fmt-dropdown-menu .sh-fmt-btn{border-radius:4px;width:32px;height:32px}.sh-email-attachments{border-bottom:1px solid #ffffff0d;flex-wrap:wrap;gap:12px;padding:0 20px 16px;display:flex}.ig-emoji-picker.is-email-target{z-index:100;bottom:85px;left:60px}.sh-email-attachments.u-hidden{display:none}.sh-att-item{background:#ffffff08;border-radius:4px;align-items:center;gap:8px;padding:6px 12px;font-size:.85rem;display:flex}.sh-att-name{color:#6366f1;white-space:nowrap;text-overflow:ellipsis;flex:1;font-weight:600;overflow:hidden}.sh-att-size{color:#fff6}.sh-att-rm{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px;transition:all .2s;display:flex}.sh-att-rm:hover{color:#fff;background:#ffffff1a}.sh-link-popover{z-index:20;background:#1e1e24;border:1px solid #ffffff1a;border-radius:8px;min-width:280px;position:absolute;box-shadow:0 4px 16px #00000080}.sh-link-popover.u-hidden{display:none}.sh-link-view{flex-direction:column;gap:10px;padding:12px;display:flex}.sh-link-view.u-hidden{display:none!important}.sh-link-row{align-items:center;gap:8px;display:flex}.sh-link-row.u-hidden{display:none!important}.sh-link-label{color:#fff9;text-align:right;width:36px;font-size:.85rem}.sh-link-input{color:#fff;background:#0003;border:1px solid #ffffff1a;border-radius:4px;outline:none;flex:1;padding:6px 10px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.sh-link-input:focus{border-color:#6366f180}.sh-link-input::placeholder{color:#ffffff4d}.sh-link-apply-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:4px;padding:6px 16px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.sh-link-apply-btn:hover:not(:disabled){background:#818cf8}.sh-link-apply-btn:disabled{opacity:.5;cursor:not-allowed}#sh-link-action-view{white-space:nowrap;flex-direction:row;justify-content:center;align-items:center;gap:0;padding:10px 14px}.sh-link-go{color:#fffc;align-items:center;font-size:.85rem;display:flex}.sh-link-go a{color:#818cf8;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom;max-width:150px;margin-left:6px;text-decoration:none;display:inline-block;overflow:hidden}.sh-link-go a:hover{text-decoration:underline}.sh-link-divider{color:#fff3;margin:0 8px;font-size:.85rem}.sh-link-text-btn{color:#818cf8;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.85rem;transition:color .2s}.sh-link-text-btn:hover{color:#fff}.sh-ai-prompt-row{align-items:center;gap:8px;width:100%;display:flex}.sh-ai-icon{color:#a855f7;font-size:1.2rem}.sh-ai-prompt-input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:8px 0;font-size:.95rem}.sh-ai-prompt-input::placeholder{color:#ffffff4d}.sh-ai-preview-card{z-index:10;background:#18181b;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;flex:1;min-height:150px;margin:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0003}.sh-ai-preview-card.u-hidden{display:none}.sh-ai-preview-header{background:#0003;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.sh-ai-preview-title{color:#fff;align-items:center;gap:8px;font-weight:600;display:flex}.sh-ai-preview-title i{color:#a855f7}.sh-ai-preview-body{color:#ffffffd9;white-space:pre-wrap;flex:1;padding:24px;font-size:.95rem;line-height:1.6;overflow-y:auto}.sh-ai-preview-footer{background:#00000026;border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.sh-ai-actions-left{align-items:center;display:flex}.sh-ai-actions-left .sh-link-text-btn{color:#ffffff8c;align-items:center;gap:6px;font-size:.9rem;transition:color .2s;display:flex}.sh-ai-actions-left .sh-link-text-btn:hover{color:#fff}.sh-ai-actions{align-items:center;display:flex}.sh-ai-actions-left{align-items:center;gap:4px;display:flex}.sh-ai-actions-left .sh-link-text-btn{color:#ffffff8c;border-radius:6px;align-items:center;gap:6px;padding:5px 10px;font-size:.9rem;transition:background .2s,color .2s;display:flex}.sh-ai-actions-left .sh-link-text-btn:hover{color:#fff;background:#ffffff0f}.sh-ai-actions-left .sh-link-text-btn:disabled{opacity:.4;cursor:default}.sh-refine-caret{font-size:.75rem;transition:transform .2s}.sh-ai-refine-wrap{position:relative}.sh-ai-refine-menu{z-index:50;background:#1e1e28;border:1px solid #ffffff1a;border-radius:10px;min-width:160px;position:absolute;bottom:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 8px 24px #00000080}.sh-ai-refine-menu.u-hidden{display:none}.sh-ai-refine-item{color:#fffc;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 14px;font-family:inherit;font-size:.9rem;transition:background .15s,color .15s;display:flex}.sh-ai-refine-item i{color:#ffffff80;font-size:1rem}.sh-ai-refine-item:hover{color:#fff;background:#ffffff12}.sh-ai-refine-item:hover i{color:#a855f7}.sh-ai-skeleton-wrap{flex-direction:column;gap:16px;padding:8px 0;display:flex}.sh-ai-skeleton-line{background:linear-gradient(90deg,#ffffff0d 25%,#a855f726 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:8px;height:14px;animation:1.5s linear infinite sh-ai-skeleton-shimmer}.sh-ai-skeleton-line.w-90{width:90%}.sh-ai-skeleton-line.w-full{width:100%}.sh-ai-skeleton-line.w-75{width:75%}.sh-ai-skeleton-line.w-40{width:40%}.sh-ai-skeleton-spacer{height:8px}@keyframes sh-ai-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ig-att-tile{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #ffffff1a;border-radius:8px;width:140px;height:100px;transition:border-color .2s,transform .2s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0003}.ig-att-tile:hover{border-color:#ffffff4d}.ig-att-overlay{opacity:0;z-index:2;background:#00000080;justify-content:center;align-items:center;gap:12px;transition:opacity .2s;display:flex;position:absolute;inset:0}.ig-att-tile:hover .ig-att-overlay{opacity:1}.ig-att-act{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;transition:background .2s,transform .1s;display:flex}.ig-att-act:hover{background:#fff6;transform:scale(1.1)}.ig-att-info{z-index:1;background:linear-gradient(#0000,#000c);flex-direction:column;padding:12px 8px 6px;display:flex;position:absolute;bottom:0;left:0;right:0}.ig-att-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:500;overflow:hidden}.ig-att-size{color:#fff9;font-size:.65rem}.ig-inline-image-actions{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;pointer-events:auto;background:#0009;border-radius:8px;gap:8px;padding:6px;transition:opacity .15s cubic-bezier(.16,1,.3,1),transform .15s;display:flex;position:absolute;box-shadow:0 4px 12px #0000004d}.ig-inline-image-actions.u-hidden{opacity:0;pointer-events:none;transform:translateY(4px)}.ig-att-header-container{color:#fff9;align-items:center;width:100%;margin-bottom:12px;font-size:.75rem;display:flex}.ig-att-header-count{color:#fff;font-weight:700}.ig-att-header-dot{opacity:.5;margin:0 8px}.ig-att-header-actions{gap:12px;margin-left:16px;font-size:1.1rem;display:flex}.ig-att-header-btn{cursor:pointer;color:#fff9;background:0 0;border:none;padding:0;transition:color .2s;display:flex}.ig-att-header-btn:hover{color:#fff}.ig-tooltip-wrapper{z-index:50;align-items:center;margin-left:4px;display:inline-flex;position:relative}.ig-tooltip-icon{opacity:.6;cursor:pointer;font-size:.85rem;transition:opacity .2s}.ig-tooltip-wrapper:hover .ig-tooltip-icon{opacity:1}.ig-tooltip-box{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);color:#fff;opacity:0;visibility:hidden;cursor:default;text-align:left;background:#141419bf;border:1px solid #ffffff1a;border-radius:16px;width:300px;padding:20px;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 24px 48px #0009,inset 0 1px #ffffff0d}.ig-tooltip-wrapper:hover .ig-tooltip-box{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.ig-tooltip-title{color:#fff;letter-spacing:-.02em;margin-bottom:8px;font-size:.95rem;font-weight:700}.ig-tooltip-desc{color:#ffffffa6;margin-bottom:16px;font-size:.8rem;line-height:1.6}.ig-tooltip-footer{color:#10b981;letter-spacing:.04em;text-transform:uppercase;border-top:1px solid #ffffff0d;align-items:center;gap:8px;padding-top:12px;font-size:.75rem;font-weight:800;display:flex}.ig-tooltip-shield{filter:drop-shadow(0 0 8px #10b98166);font-size:1.1rem}.ig-composer-att-chip{background:#ffffff08;border:1px solid #ffffff1a;border-radius:6px;justify-content:space-between;align-items:center;width:fit-content;margin-bottom:6px;padding:8px 12px;transition:background .2s;display:flex}.ig-composer-att-chip:hover{background:#ffffff0d}.ig-composer-att-chip-name{color:#60a5fa;white-space:nowrap;text-overflow:ellipsis;max-width:300px;margin-right:8px;font-size:.9rem;font-weight:500;overflow:hidden}.ig-composer-att-chip-size{color:#ffffff80;margin-right:12px;font-size:.8rem}.ig-composer-att-chip-rm{color:#ffffff80;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:2px;font-size:1rem;transition:color .2s;display:flex}.ig-composer-att-chip-rm:hover{color:#ef4444}.ig-dynamic-island{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:100;background:#141419d9;border:1px solid #ffffff1a;border-radius:30px;align-items:center;gap:12px;padding:6px 16px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0006}.ig-dynamic-island.warning{border-color:#f59e0b66;box-shadow:0 8px 32px #f59e0b26}.ig-di-dot{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #10b981cc}.ig-dynamic-island.warning .ig-di-dot{background:#f59e0b;animation:1s infinite alternate pulse-amber;box-shadow:0 0 8px #f59e0bcc}.ig-dynamic-island.overtime{border-color:#ef444466;box-shadow:0 8px 32px #ef444426}.ig-dynamic-island.overtime .ig-di-dot{background:#ef4444;animation:.5s infinite alternate ig-di-pulse-red;box-shadow:0 0 8px #ef4444cc}@keyframes pulse-amber{0%{opacity:.6;transform:scale(.9)}to{opacity:1;transform:scale(1.1)}}@keyframes ig-di-pulse-red{0%{opacity:.6;transform:scale(.9)}to{opacity:1;transform:scale(1.1)}}.ig-di-name{color:#fff;letter-spacing:.02em;font-size:.85rem;font-weight:600}.ig-di-time{color:#ffffffb3;font-variant-numeric:tabular-nums;font-family:monospace;font-size:.85rem}.ig-console-lock-overlay{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:9999;opacity:0;visibility:hidden;background:#0a0a0c99;justify-content:center;align-items:center;transition:opacity .5s,visibility .5s;display:flex;position:absolute;inset:0}.ig-console-lock-overlay.active{opacity:1;visibility:visible}.ig-receipt-card{text-align:center;opacity:0;background:linear-gradient(145deg,#1e1e23e6 0%,#141419f2 100%);border:1px solid #ffffff1a;border-radius:24px;width:400px;padding:40px;transition:all .5s cubic-bezier(.16,1,.3,1);transform:translateY(20px)scale(.95);box-shadow:0 24px 64px #000c,inset 0 1px #ffffff0d}.ig-console-lock-overlay.active .ig-receipt-card{opacity:1;transform:translateY(0)scale(1)}.ig-receipt-icon{color:#fffc;margin-bottom:24px;font-size:3rem}.ig-receipt-icon.diamond{color:#60a5fa;filter:drop-shadow(0 0 12px #60a5fa66)}.ig-receipt-title{color:#fff;letter-spacing:-.02em;margin-bottom:8px;font-size:1.5rem;font-weight:700}.ig-receipt-subtitle{color:#fff9;margin-bottom:32px;font-size:.9rem;line-height:1.5}.ig-receipt-earnings{color:#10b981;letter-spacing:-.04em;margin-bottom:12px;font-size:3rem;font-weight:800}.ig-receipt-tier{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.ig-receipt-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:12px;width:100%;padding:14px;font-size:.95rem;font-weight:600;transition:opacity .2s}.ig-receipt-btn:hover{opacity:.9}.ig-receipt-btn--accent{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706)}.ig-receipt-btn--accent:hover{opacity:.9}.ig-lock-icon--warning{color:#f59e0b;filter:drop-shadow(0 0 12px #f59e0b66)}.ig-lock-icon--warmup{color:#fbbf24;filter:drop-shadow(0 0 16px #fbbf2480);animation:2s ease-in-out infinite ig-warmup-pulse}@keyframes ig-warmup-pulse{0%,to{filter:drop-shadow(0 0 16px #fbbf2480);transform:scale(1)}50%{filter:drop-shadow(0 0 24px #fbbf24b3);transform:scale(1.08)}}.ig-lock-no-modules-box{color:#ffffffd9;text-align:left;background:#f59e0b14;border:1px solid #f59e0b40;border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:24px;padding:14px 16px;font-size:.88rem;line-height:1.55;display:flex}.ig-lock-no-modules-icon{color:#f59e0b;flex-shrink:0;margin-top:1px;font-size:1.1rem}.ig-lock-next-module-box{color:#ffffffe6;background:#ffffff0d;border:1px solid #ffffff12;border-radius:8px;margin-bottom:24px;padding:16px;font-size:.9rem;line-height:1.6}.ig-lock-next-module-time{color:#60a5fa;font-size:1.05rem;font-weight:700}.ig-lock-countdown{color:#f59e0b;justify-content:center;align-items:center;gap:6px;margin-top:12px;font-weight:700;display:flex}.ig-chat-img-bubble{box-shadow:none!important;background:0 0!important;border:none!important;max-width:240px!important;padding:0!important}.ig-chat-img-bubble:after{display:none!important}.ig-chat-bubble-img{cursor:pointer;object-fit:cover;border:1px solid #ffffff1a;border-radius:20px;width:100%;margin:0;transition:filter .2s,transform .2s;display:block;box-shadow:0 4px 12px #00000026}.ig-chat-img-bubble.is-chained-top .ig-chat-bubble-img{border-bottom-right-radius:6px}.ig-chat-img-bubble.is-chained-mid .ig-chat-bubble-img{border-top-right-radius:6px;border-bottom-right-radius:6px}.ig-chat-img-bubble.is-chained-bot .ig-chat-bubble-img{border-top-right-radius:6px}.ig-chat-bubble-img:hover{filter:brightness(1.1)}.ig-img-thumb-src{object-fit:cover;object-position:center;pointer-events:none;border-radius:8px;width:100%;height:100%;position:absolute;inset:0}.sh-transcript-empty{text-align:center;color:#ffffff4d;padding:60px 20px}.sh-transcript-empty-icon{margin-bottom:12px;font-size:2.5rem;display:block}.sh-transcript-empty-title{font-size:.95rem;font-weight:500}.sh-transcript-empty-sub{opacity:.7;margin-top:6px;font-size:.8rem}.sh-composer-area--readonly{box-shadow:none;background:0 0;border:none;padding-top:10px}.ig-composer-wrapper--readonly{background:0 0;border-top:none;border-radius:0 0 16px 16px;justify-content:center;margin-top:10px}.sh-readonly-notice{text-align:center;color:#fff6;background:#0003;border:1px solid #ffffff0d;border-radius:12px;width:100%;padding:16px 20px;font-size:.9rem;font-style:italic}.sh-readonly-notice i{margin-right:6px}.ig-resolve-pill .ig-pill-underline{margin-left:4px;text-decoration:underline}.ig-pending-pill{color:#fbd38d;background:#f59e0b26;border-color:#f59e0b4d}.sh-ai-preview-header--clickable{cursor:pointer;transition:background .2s}.sh-ai-preview-header--clickable:hover{background:#ffffff0d}#sh-image-popover.sh-image-popover--row{flex-direction:row;align-items:center;padding:10px 14px;display:flex}#sh-image-popover .sh-link-text-btn{font-weight:600}.sh-ai-header-edit--styled{background:#0003;gap:12px}.sh-ai-header-edit--styled .sh-link-text-btn--back{color:#fff9;justify-content:center;align-items:center;padding:4px;display:flex}.sh-ai-header-edit--styled .sh-link-text-btn--back i{font-size:1.1rem}.sh-ai-update-input{background:#ffffff0d;border-radius:20px;outline:none;padding:8px 16px;font-size:.9rem}.sh-ai-update-btn{border-radius:20px;min-width:70px;padding:6px 16px;font-size:.85rem}.sh-ai-insert-btn{min-width:80px;padding:6px 16px}.sh-ai-prompt-footer--styled{background:#1e1e24;border-top:1px solid #a855f74d}.sh-ai-cancel-btn{color:#fff6}.sh-fmt-caret{margin-left:2px;font-size:.6rem}.ig-att-grid{flex-wrap:wrap;gap:12px;display:flex}.sh-email-attachments--thread{border-bottom:none;padding:16px 0 0;display:block}.ig-att-tile--pdf{background:#1e1e24;justify-content:center;align-items:center;display:flex}.ig-att-tile--pdf i{color:#ef4444;opacity:.8;margin-bottom:15px;font-size:2.5rem}.ig-att-tile-img{object-fit:cover;object-position:center;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.cw-identity-row--centered{align-items:center}.cw-identity-name--lg{font-size:1.15rem;font-weight:600}.empty-state--centered{margin:auto}.cx-v2-layout--relative{position:relative}.ci-copilot-view--flex{flex:1}.ci-layer--flex{display:flex}.sq-active-limit-warn--amber{color:#fcd34d;background:#f59e0b1a;border-color:#f59e0b4d}.e-primary{color:var(--text-primary);border-color:var(--border-subtle);background:#ffffff0d}.e-primary:hover{background:#ffffff17}.e-ghost{color:var(--text-secondary);background:#ffffff05;border-color:#ffffff12}.e-ghost:hover{color:var(--text-primary);background:#ffffff0d}.e-escalate{color:var(--text-tertiary);background:0 0;border-color:#ffffff0f;flex-direction:row;grid-column:1/-1;gap:5px;padding:6px 10px;font-size:.68rem}.e-escalate:hover{color:var(--text-primary);border-color:#ffffff1f}.cx-drawer{background:var(--glass-panel-bg);width:410px;height:calc(100vh - 57px);-webkit-backdrop-filter:var(--glass-panel-blur);border-left:var(--glass-panel-border);z-index:800;transition:transform .28s cubic-bezier(.4,0,.2,1);position:fixed;top:57px;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-18px 0 38px #0006}.cx-drawer.open{transform:translate(0)}.drawer-hdr{background:var(--bg-card);z-index:1;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:flex-start;padding:15px 18px;display:flex;position:sticky;top:0}.drawer-close{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;padding:3px;font-size:1rem;transition:color .12s}.drawer-close:hover{color:var(--text-primary)}.drawer-section{border-bottom:1px solid #ffffff0a;padding:12px 18px}.drawer-section:last-child{border-bottom:none}.drawer-section-title{letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:9px;font-size:.57rem;font-weight:700}.hist-row{border-bottom:1px solid #ffffff08;grid-template-columns:auto 1fr auto;align-items:start;gap:7px;padding:6px 0;display:grid}.hist-row:last-child{border-bottom:none}.hist-id{color:var(--text-tertiary);font-family:monospace;font-size:.67rem}.hist-cat{color:var(--text-primary);font-size:.74rem}.hist-res{color:var(--text-secondary);font-size:.67rem}.hist-esc{text-transform:uppercase;border-radius:2px;padding:1px 5px;font-size:.59rem;font-weight:700}.esc-yes{color:#ef4444;background:#ef444414}.esc-no{color:var(--text-tertiary)}.voice-do{color:var(--text-secondary);border-left:2px solid #ffffff1a;margin-bottom:3px;padding:4px 8px;font-size:.71rem;font-style:italic}.voice-dont{color:var(--text-secondary);border-left:2px solid #ef444424;margin-bottom:3px;padding:4px 8px;font-size:.71rem}.cmov{z-index:9000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cmod{background:var(--glass-panel-bg);-webkit-backdrop-filter:var(--glass-panel-blur);border:var(--glass-panel-border);border-radius:var(--glass-radius);min-width:350px;max-width:420px;box-shadow:var(--glass-panel-shadow);padding:22px}.cmod h3{color:var(--text-primary);margin-bottom:5px;font-size:.93rem;font-weight:700}.cmod p{color:var(--text-secondary);margin-bottom:12px;font-size:.76rem;line-height:1.55}.cmod-input{width:100%;color:var(--text-primary);box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff14;border-radius:4px;margin-bottom:6px;padding:7px 10px;font-family:inherit;font-size:.77rem}.cmod-input:focus{border-color:#ffffff1a;outline:none}.btn-resolve:hover{color:#10b981;background:#10b9810f;border-color:#10b98138}.e-upsell{color:var(--text-tertiary);border-style:dashed;border-color:#ffffff0f;flex-direction:row;grid-column:1/-1;gap:5px;padding:5px 10px;font-size:.68rem}.e-upsell:hover{color:var(--text-primary);background:#ffffff05;border-color:#ffffff1f}.oi-order-status[data-fulfillment=Fulfilled]{color:#10b981}.oi-order-status[data-fulfillment=Refunded]{color:#ef4444}.oi-order-status[data-fulfillment=Processing]{color:#fbbf24}.os-v2-wrap{flex-direction:column;gap:20px;padding:16px;display:flex}.os-v2-hero{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.os-v2-title{color:#fff;align-items:center;gap:8px;font-size:1.4rem;font-weight:800;display:flex}.os-v2-badge{color:#10b981;text-transform:uppercase;letter-spacing:.05em;background:#10b98126;border:1px solid #10b9814d;border-radius:20px;padding:4px 10px;font-size:.65rem;font-weight:800}.os-v2-badge.processing{color:#fbbf24;background:#fbbf2426;border-color:#fbbf244d}.os-v2-receipt{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:16px;padding:20px;display:flex;position:relative;overflow:hidden}.os-v2-receipt:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;position:absolute;top:0;left:0;right:0}.os-v2-rec-row{justify-content:space-between;align-items:baseline;display:flex}.os-v2-rec-lbl{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.os-v2-rec-val{color:#fff;text-align:right;font-size:.85rem;font-weight:600}.os-v2-rec-val.total{color:#10b981;letter-spacing:-.02em;font-size:1.4rem;font-weight:800}.os-v2-menu{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;overflow:hidden}.os-v2-menu-row{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff0a;align-items:center;width:100%;padding:16px;transition:all .2s;display:flex}.os-v2-menu-row:last-child{border-bottom:none}.os-v2-menu-row:hover{background:#ffffff0a}.os-v2-menu-icon{color:var(--text-secondary);justify-content:center;width:24px;margin-right:12px;font-size:1.1rem;display:flex}.os-v2-menu-content{flex-direction:column;flex:1;gap:2px;display:flex}.os-v2-menu-title{color:#fff;font-size:.8rem;font-weight:700}.os-v2-menu-sub{color:var(--text-tertiary);font-size:.65rem}.os-v2-menu-chevron{color:#fff3;font-size:.9rem}.os-v2-menu-row.danger .os-v2-menu-icon,.os-v2-menu-row.danger .os-v2-menu-title{color:#ef4444}.ci-co-val--in-stock{color:#10b981}.ci-co-val--low-stock{color:#d97706}.ci-co-val--price{color:var(--text-secondary);font-weight:700}.ci-co-tags-row{flex-wrap:wrap;gap:4px;display:flex}.cc-icon-red{color:#ef4444}.ci-co-dna-item--preview{color:var(--text-tertiary);padding-left:0;font-size:.63rem}.ci-co-dna-card--hidden{visibility:hidden}.ci-co-empty-icon{opacity:.3;margin-bottom:6px;font-size:1.2rem;display:block}.ci-co-col-gap{flex-direction:column;gap:6px;display:flex}.ci-co-dr-section--img-wrap{border:1px solid #ffffff0d;border-radius:8px;margin-bottom:12px;padding:0;overflow:hidden}.ci-co-prod-img{object-fit:cover;width:100%;height:180px}.ci-co-dr-section--mt{margin-top:8px}.ci-co-prod-section-lbl{text-transform:uppercase;letter-spacing:.07em;color:#fff3;margin-bottom:4px;font-size:.57rem;font-weight:800}.ci-co-prod-section-lbl--green{color:#a7f3d099;align-items:center;gap:3px;display:flex}.ci-co-prod-desc{color:var(--text-secondary);font-size:.68rem;line-height:1.5}.ci-co-prod-explain{color:var(--text-secondary);font-size:.68rem;font-style:italic;line-height:1.5}.ci-co-prod-action-wrap{margin-top:10px}.ci-res-compass-wrap{flex-shrink:0;padding:6px 10px 0}.cc-nav-btn--back{color:#ffffff59;margin-right:auto;border-color:#fbbf2433!important}.ci-layer{flex-direction:row;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.ci-copilot-view{flex-direction:column;flex:1;min-width:0;display:flex;overflow-y:auto}.ci-mission-bar{background:#ffffff03;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.ci-mission-lbl{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:6px;font-size:.6rem;font-weight:800;display:flex}.ci-mission-lbl span{color:#10b981}.ci-mission-dots{gap:4px;display:flex}.ci-mission-dots span{background:#ffffff1a;border-radius:2px;width:18px;height:4px}.ci-mission-dots span.done{background:#10b98180}.ci-mission-dots span.active{background:#10b981;box-shadow:0 0 8px #10b98180}.aria-msg-bubble{-webkit-user-select:text!important;user-select:text!important;cursor:text!important}.aria-chat-container{background:0 0;flex-direction:column;height:100%;max-height:100%;display:flex;overflow:hidden}.aria-chat-header{border-bottom:1px solid #ffffff0d;flex-shrink:0;align-items:center;gap:12px;padding:16px 20px;display:flex}.aria-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#818cf8);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:800;display:flex;position:relative}.aria-status-dot{background:#10b981;border:2px solid #0b0f19;border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;right:0}.aria-header-name{color:#fff;font-size:.85rem;font-weight:700}.aria-chat-feed{flex-direction:column;flex:1;gap:20px;padding:20px 20px 10px;display:flex;overflow-y:auto}.aria-chat-feed::-webkit-scrollbar{width:4px}.aria-chat-feed::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.aria-message-row{align-items:flex-start;gap:12px;width:100%;display:flex}.aria-message-row.user{flex-direction:row-reverse}.aria-msg-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#818cf8);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:4px;font-size:12px;font-weight:800;display:flex}.aria-message-row.user .aria-msg-avatar{display:none}.aria-msg-content{flex-direction:column;gap:8px;max-width:85%;display:flex}.aria-message-row.user .aria-msg-content{align-items:flex-end}.aria-msg-bubble{color:#ffffffd9;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:12px 14px;font-size:.8rem;line-height:1.6}.aria-message-row.user .aria-msg-bubble{color:#fff;background:#6366f126;border-color:#6366f14d;border-bottom-right-radius:4px}.aria-msg-image-grid{flex-wrap:wrap;justify-content:flex-end;gap:6px;margin-bottom:6px;display:flex}.aria-msg-image-grid--ai{justify-content:flex-start}.aria-msg-image-grid:empty{display:none}.aria-msg-image{object-fit:cover;cursor:pointer;border:1px solid #ffffff1a;border-radius:10px;width:auto;max-width:220px;height:auto;max-height:180px;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;display:block;box-shadow:0 4px 12px #0000004d}.aria-msg-image:hover{transform:scale(1.03);box-shadow:0 8px 24px #00000080}.aria-msg-image:only-child{max-width:260px;max-height:220px}.aria-message-row.user .aria-msg-image:only-child{border-bottom-right-radius:4px}.aria-message-row.ai .aria-msg-image:only-child{border-top-left-radius:4px}.aria-msg-file-pill{color:#fffc;background:#6366f126;border:1px solid #6366f14d;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:.75rem;display:inline-flex}.aria-msg-file-pill i{color:#818cf8;font-size:1rem}.aria-message-row.ai .aria-msg-bubble{border-top-left-radius:4px}.aria-bubble-actions{flex-direction:column;gap:6px;width:100%;margin-top:4px;display:flex}.aria-chat-input-area{border-top:1px solid #ffffff0d;flex-shrink:0;padding:16px 20px}.aria-chat-input-wrapper{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:24px;align-items:center;gap:8px;padding:6px 6px 6px 16px;transition:border-color .2s;display:flex}.aria-chat-input-wrapper:focus-within{border-color:#6366f180}.aria-chat-input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:.75rem}.aria-chat-input::placeholder{color:#ffffff4d}.aria-attachment-btn{color:#fff6;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.aria-attachment-btn:hover{color:#fff}.aria-send-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s;display:flex}.aria-send-btn:hover{background:#818cf8}.aria-attach-preview-area{background:0 0;flex-wrap:wrap;gap:8px;padding:10px 20px 0;display:flex}.aria-attach-preview-area.u-hidden{display:none}.aria-attach-thumb{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:64px;height:64px;animation:.2s thumbFadeIn;display:flex;position:relative;overflow:hidden}@keyframes thumbFadeIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.aria-attach-thumb-img{object-fit:cover;width:100%;height:100%;display:block}.aria-attach-file-icon{color:#ffffff80;font-size:1.4rem}.aria-attach-thumb-label{color:#fff6;text-align:center;word-break:break-all;max-height:2.6em;padding:0 4px;font-size:.5rem;line-height:1.3;overflow:hidden}.aria-attach-rm-btn{color:#fff;cursor:pointer;opacity:0;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:.55rem;transition:opacity .15s;display:flex;position:absolute;top:3px;right:3px}.aria-attach-thumb:hover .aria-attach-rm-btn{opacity:1}.cc-convert-label{color:#ffffff59;font-size:.65rem;font-weight:700}.cc-convert-sub{color:#fbbf2480;font-size:.58rem}.cc-convert-btn{color:#ffffff59;cursor:pointer;white-space:nowrap;background:#ffffff08;border:1px solid #fbbf244d;border-radius:5px;padding:4px 10px;font-size:.6rem;font-weight:700;transition:all .15s}.cc-convert-btn:hover{background:#fbbf2426}.ci-res-v2{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.ci-drawer-text{color:var(--text-secondary);font-size:.74rem}.sq-metric-val--dim{color:#fff6}.ci-co-addon-empty{grid-column:1/-1}.ci-co-addon-card-swatch{background:#00000026}.brief-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:6px;flex-shrink:0;margin-bottom:8px;overflow:hidden}.brief-hdr{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:8px 11px 7px;display:flex}.brief-hdr:hover{background:#ffffff04}.brief-badge{color:var(--text-secondary);letter-spacing:.03em;text-transform:uppercase;align-items:center;gap:5px;font-size:.67rem;font-weight:700;display:flex}.brief-badge i{font-size:.75rem}.brief-body{padding:0 11px 9px}.brief-situation{color:var(--text-primary);margin-bottom:7px;font-size:.78rem;font-weight:500;line-height:1.45}.brief-row{align-items:flex-start;gap:6px;margin-bottom:5px;font-size:.71rem;line-height:1.4;display:flex}.brief-row-lbl{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;flex-shrink:0;min-width:56px;padding-top:1px;font-size:.63rem;font-weight:600}.brief-row-val{color:var(--text-secondary)}.brief-action-pill{color:var(--text-secondary);background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;align-items:center;gap:4px;margin-top:4px;padding:2px 9px;font-size:.67rem;font-weight:600;display:inline-flex}.brief-action-pill i{font-size:.7rem}.ticket-fade{animation:.28s tickfade}@keyframes tickfade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.oi-section{border-bottom:1px solid #ffffff0a}.oi-section:last-child{border-bottom:none}.oi-section-hdr{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:8px 15px;transition:background .12s;display:flex}.oi-section-hdr:hover{background:#ffffff05}.oi-section-hdr-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:5px;font-size:.63rem;font-weight:700;display:flex}.oi-section-ico{color:var(--text-tertiary);font-size:.63rem;transition:transform .2s}.oi-section.open .oi-section-ico{transform:rotate(180deg)}.oi-section-body{max-height:0;transition:max-height .22s,padding .15s;overflow:hidden}.oi-section.open .oi-section-body{max-height:500px;padding-bottom:8px}.oi-section-body-inner{padding:2px 15px 6px}.oi-kv{justify-content:space-between;align-items:baseline;padding:2px 0;font-size:.7rem;display:flex}.oi-kv-label{color:var(--text-tertiary)}.oi-kv-val{color:var(--text-primary);text-align:right;max-width:60%;font-weight:500}.oi-text{color:var(--text-secondary);font-size:.73rem;line-height:1.55}.oi-care-item{color:var(--text-secondary);align-items:center;gap:5px;padding:1px 0;font-size:.7rem;display:flex}.oi-care-item:before{content:"•";color:var(--text-tertiary)}.oi-detail-grid{grid-template-columns:1fr 1fr;gap:4px 10px;margin-bottom:6px;display:grid}.oi-detail-cell label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1px;font-size:.57rem;font-weight:700;display:block}.oi-detail-cell span{color:var(--text-primary);font-size:.72rem;font-weight:600}.oi-delivery-badge{letter-spacing:.03em;border-radius:20px;align-items:center;gap:4px;padding:2px 9px;font-size:.67rem;font-weight:700;display:inline-flex}.oi-delivery-on_time{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.oi-delivery-late{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.oi-delivery-in_transit{color:#d4a017;background:#eab3081a;border:1px solid #eab30833}.oi-track{flex-direction:column;gap:0;margin-top:7px;display:flex}.oi-track-step{align-items:flex-start;gap:8px;padding:3px 0;display:flex}.oi-track-line{flex-direction:column;flex-shrink:0;align-items:center;gap:0;display:flex}.oi-track-dot{background:#ffffff1f;border:1.5px solid #ffffff26;border-radius:50%;flex-shrink:0;width:7px;height:7px}.oi-track-dot.done{background:#ffffff4d;border-color:#ffffff40}.oi-track-connector{background:#ffffff12;width:1px;height:12px}.oi-track-label{color:var(--text-secondary);padding-top:0;font-size:.68rem}.oi-track-step:last-child .oi-track-connector{display:none}.rd-inbox-wrapper{background:0 0;flex-direction:column;height:100%;display:flex}.rd-inbox-header{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px 12px;display:flex}.rd-inbox-title{color:var(--text-primary);letter-spacing:-.02em;align-items:center;gap:8px;font-size:1.1rem;font-weight:700;display:flex}.rd-inbox-search{flex-shrink:0;padding:12px 16px}.rd-search-box{width:100%;position:relative}.rd-search-box i{color:var(--text-tertiary);font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.rd-search-box input{width:100%;color:var(--text-primary);background:#0003;border:1px solid #ffffff14;border-radius:12px;padding:8px 12px 8px 36px;font-size:.85rem;transition:all .2s}.rd-search-box input:focus{background:#0006;border-color:#6366f180;outline:none}.rd-inbox-list{flex-direction:column;flex:1;gap:4px;padding:0 8px 16px;display:flex;overflow-y:auto}.rd-section-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);align-items:center;gap:8px;margin:16px 8px 8px;font-size:.7rem;font-weight:700;display:flex}.rd-section-count{color:var(--text-secondary);background:#ffffff1a;border-radius:10px;padding:2px 6px;font-size:.6rem}.rd-item{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:12px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.rd-item:hover{background:#ffffff08}.rd-item.rd-active{background:#6366f11a;border-color:#6366f14d}.rd-item.rd-active:before{content:"";background:#6366f1;border-radius:0 4px 4px 0;width:3px;height:60%;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 10px #6366f199}.rd-avatar-wrap{flex-shrink:0;position:relative}.rd-avatar{color:#fff;background:var(--avatar-bg,#333);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 4px 12px #0003}.rd-item.is-urgent .rd-avatar{animation:2s cubic-bezier(.2,.8,.2,1) infinite pulse-ring;box-shadow:0 0 0 2px #ef444480}.rd-item.is-typing .rd-avatar{box-shadow:0 0 0 2px #10b98180}.rd-status-dot{border:2px solid var(--bg-page);background:#10b981;border-radius:50%;width:14px;height:14px;position:absolute;bottom:0;right:0}.rd-status-dot.wait{background:#d97706}.rd-status-dot.urgent{background:#ef4444}.rd-content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.rd-top{justify-content:space-between;align-items:center;display:flex}.rd-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.rd-time{color:var(--text-tertiary);flex-shrink:0;font-size:.7rem}.rd-item.is-urgent .rd-time{color:#ef4444;font-weight:600}.rd-preview{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;line-height:1.3;overflow:hidden}.rd-empty{text-align:center;color:var(--text-tertiary);padding:32px 16px}.rd-empty i{opacity:.5;margin-bottom:8px;font-size:2rem}.rd-empty-title{color:var(--text-secondary);margin-bottom:4px;font-size:.9rem;font-weight:600}.rd-empty-sub{font-size:.8rem}.rd-item.is-solving{pointer-events:none;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards solve-poof}@keyframes solve-poof{0%{background:#10b9811a;border:1px solid #10b98180;transform:scale(1);box-shadow:0 0 15px #10b9814d}40%{opacity:1;border:1px solid #10b981cc;transform:scale(.95);box-shadow:0 0 20px #10b98180}to{opacity:0;border-color:#0000;height:0;margin-top:-60px;margin-bottom:0;padding:0;transform:scale(.8)}}.rd-item.is-solved{opacity:.6;background:0 0;border-color:#0000;transition:opacity .2s}.rd-item.is-solved:hover{opacity:1;background:#ffffff08}.rd-item.is-solved .rd-avatar-wrap{filter:grayscale()}.rd-inbox-count{color:var(--text-tertiary);margin-left:4px;font-size:.7rem;font-weight:600}.rd-typing-label{color:#10b981}.rd-status-dot.mail{background:var(--text-tertiary)}.rd-item.is-pending .rd-avatar{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b4d}.rd-item.is-pending .rd-name{color:#ffffffb3}.rd-item.is-pending .rd-time{color:#f59e0b}.rd-item.is-pending .rd-preview{opacity:.7}.rd-item.is-solved .rd-avatar--solved{background:#ffffff1a;border:1px solid #fff3}.rd-item.is-solved .rd-name{opacity:.8;text-decoration:line-through}.rd-item.is-solved .rd-preview{opacity:.6}.rd-item.is-solved .rd-time--escalated{color:#c4b5fd}.rd-solved-icon--check{color:#10b981}.rd-solved-icon--escalated{color:#c4b5fd}.rd-section-label[data-section=solved]{cursor:pointer}.rd-section-label .rd-section-caret{margin-left:auto}.rd-item--filtered,.rd-section-label--filtered{display:none}.rd-routing-blocked{color:#fcd34d;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:6px;margin:4px 12px 12px;padding:10px 12px;font-size:.75rem;line-height:1.4}.rd-routing-blocked i{margin-right:4px}.cq-grade{letter-spacing:.03em;border-radius:10px;padding:2px 7px;font-size:.6rem;font-weight:700}.cq-grade-s{color:#ffffff59;background:#10b9811f}.cq-grade-a{color:#fff6;background:#ffffff0a}.cq-grade-b{color:#ffffff59;background:#ffffff0a}.cq-grade-c{color:#ffffff59;background:#f59e0b1f}.cq-grade-d{color:var(--text-tertiary);background:#ffffff0d}.rav2-risk-badge[data-risk=red]{background:#ef444414;border-color:#ef444440}.rav2-risk-badge[data-risk=purple]{background:#8b5cf614;border-color:#8b5cf640}.rav2-risk-badge[data-risk=amber]{background:#f59e0b14;border-color:#f59e0b40}.rav2-risk-badge[data-risk=red] .rav2-risk-icon{color:#ef4444}.rav2-risk-badge[data-risk=purple] .rav2-risk-icon{color:#8b5cf6}.rav2-risk-badge[data-risk=amber] .rav2-risk-icon{color:#f59e0b}.rav2-risk-icon{flex-shrink:0;font-size:1rem}.rav2-risk-badge[data-risk=red] .rav2-risk-label{color:#fca5a5}.rav2-risk-badge[data-risk=purple] .rav2-risk-label{color:#c4b5fd}.rav2-risk-badge[data-risk=amber] .rav2-risk-label{color:#fcd34d}.rav2-oe-chip-group-lbl+.rav2-oe-chip-group-lbl,.rav2-oe-chip-group-lbl--size{margin-top:8px}.rav2-oe-addr-actions{grid-column:1/-1;gap:8px;margin-top:4px;display:flex}.rav2-oe-addr-display .rav2-oe-ghost-btn{margin-top:8px}.rav2-oe-variant-panel.is-hidden{display:none}.rav2-checklist-counter{color:#ffffff4d;transition:color .2s}.rav2-checklist-counter.is-complete{color:#34d399}.rav2-template-option{border-color:#ffffff0f;transition:border-color .15s}.rav2-template-option.is-selected{border-color:#3b82f666}.rav2-cr-inc-row--dimmed{opacity:.4}.cc-loading-icon{color:#ffffff26;font-size:.8rem}.cc-dot-anim{gap:3px;display:flex}.cc-ld:nth-child(2){animation-delay:.18s}.cc-ld:nth-child(3){animation-delay:.36s}@keyframes cc-nba-fade{0%{opacity:0}to{opacity:1}}.cc-nba-fade-in{animation:.18s forwards cc-nba-fade}.rs-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;opacity:0;pointer-events:none;background:#000000b3;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:fixed;inset:0}.rs-overlay.rs-in{opacity:1;pointer-events:all}.rs-modal{background:#0f1117;border:1px solid #ffffff1a;border-radius:14px;width:400px;max-width:calc(100vw - 32px);transition:transform .2s;overflow:hidden;transform:scale(.93)translateY(10px);box-shadow:0 24px 64px #000000a6}.rs-in .rs-modal{transform:scale(1)translateY(0)}.rs-hdr{border-bottom:1px solid #ffffff0f;padding:20px 20px 16px}.rs-eyebrow{color:#ffffff40;text-transform:uppercase;letter-spacing:.07em;margin-bottom:5px;font-size:.58rem;font-weight:700}.rs-title{color:var(--text-primary);font-size:.95rem;font-weight:800}.rs-score-wrap{border-bottom:1px solid #ffffff0d;align-items:center;gap:14px;padding:16px 20px;display:flex}.rs-score-num{letter-spacing:-.03em;font-size:2.4rem;font-weight:900;line-height:1}.rs-score-info{flex-direction:column;gap:3px;display:flex}.rs-score-lbl{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.62rem;font-weight:700}.rs-stage-list{flex-direction:column;gap:6px;max-height:220px;padding:14px 20px;display:flex;overflow-y:auto}.rs-stage-row{align-items:center;gap:9px;font-size:.74rem;display:flex}.rs-stage-row.rs-done{color:var(--text-secondary)}.rs-stage-row.rs-miss{color:var(--text-tertiary);opacity:.7}.rs-stage-row i{flex-shrink:0;font-size:.82rem}.rs-stage-row.rs-done i{color:#10b981}.rs-stage-row.rs-miss i{color:#fff3}.rs-footer{border-top:1px solid #ffffff0d;gap:8px;padding:14px 20px;display:flex}.rs-btn-cancel{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:7px;flex:1;padding:9px;font-size:.72rem;font-weight:600;transition:all .12s}.rs-btn-cancel:hover{color:var(--text-primary);border-color:#fff3}.rs-btn-confirm{color:#fff;cursor:pointer;background:linear-gradient(135deg,#fff6,#fff6);border:none;border-radius:7px;flex:2;justify-content:center;align-items:center;gap:6px;padding:9px;font-size:.72rem;font-weight:700;transition:opacity .15s;display:flex}.rs-btn-confirm:hover{opacity:.88}.empty-state{color:var(--text-tertiary);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:40px;display:flex}.empty-pulse{border:1px solid #ffffff12;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.nba-card{background:#ffffff05;border:1px solid #ffffff0d;border-left:3px solid #ffffff1f;border-radius:8px;margin-bottom:12px;padding:10px 10px 8px}.nba-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.nba-header-left{align-items:center;gap:5px;display:flex}.nba-ai-icon{color:#fff6;font-size:.8rem}.nba-title{color:#ffffff59;letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:800}.nba-sub{color:#ffffff1f;letter-spacing:.04em;text-transform:uppercase;font-size:.57rem;font-weight:600}.nba-action{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:4px;font-size:.79rem;font-weight:800;line-height:1.3}.nba-reasoning{color:var(--text-tertiary);margin-bottom:7px;font-size:.67rem;line-height:1.5}.nba-chips{flex-direction:column;gap:4px;margin-bottom:7px;display:flex}.nba-chip{cursor:pointer;color:var(--text-secondary);text-align:left;background:#ffffff08;border:1px solid #ffffff12;border-radius:5px;align-items:center;gap:6px;width:100%;padding:4px 8px;font-size:.67rem;transition:all .12s;display:flex}.nba-chip:hover{color:var(--text-primary);background:#ffffff08;border-color:#ffffff12}.nba-chip-n{color:#fff6;background:#ffffff0a;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;min-width:14px;height:14px;font-size:.55rem;font-weight:800;display:flex}.email-header{background:#ffffff03;padding:12px 16px 8px}.email-subject{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:8px;font-size:.92rem;font-weight:800;line-height:1.3}.email-meta-block{flex-direction:column;gap:3px;margin-bottom:4px;display:flex}.email-meta-row{color:var(--text-tertiary);align-items:center;gap:6px;font-size:.67rem;display:flex}.email-meta-key{color:#ffffff59;min-width:35px;font-weight:700}.email-meta-val{color:var(--text-tertiary)}.email-meta-val.em-date{opacity:.8;margin-left:auto;font-weight:600}.nba-expand-toggle{color:#ffffff26;cursor:pointer;letter-spacing:.03em;background:0 0;border:none;align-items:center;gap:4px;width:100%;padding:2px 0;font-size:.6rem;font-weight:700;transition:color .12s;display:flex}.nba-expand-toggle:hover{color:#60a5fad9}.nba-expand-toggle i{font-size:.65rem}.rs-stage-pts{margin-left:auto}.rs-score-num[data-grade=cq-grade-s]{color:#10b981e6}.rs-score-num[data-grade=cq-grade-a]{color:#fff6}.rs-score-num[data-grade=cq-grade-b]{color:#ffffff59}.rs-score-num[data-grade=cq-grade-c]{color:#f59e0be6}.rs-score-num[data-grade=cq-grade-d]{color:#ffffff59}.rs-score-denom{font-size:1.2rem}.cq-grade{display:inline-block}.c-toast{z-index:99999;color:#e2e8f0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;white-space:nowrap;background:#0f172aeb;border:1px solid #10b98159;border-radius:8px;align-items:center;gap:6px;max-width:calc(100vw - 32px);padding:8px 14px;font-size:.75rem;font-weight:600;display:flex;position:fixed;top:14px;right:16px;overflow:hidden;box-shadow:0 4px 16px #0006}.c-toast__icon{font-size:.9rem}.res-confirm{color:#10b981;z-index:9998;opacity:1;background:#10b98126;border:1px solid #10b9814d;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:opacity .4s;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.res-confirm--fading{opacity:0}.cx-regen-fade{opacity:.3;transition:opacity .5s}.cx-regen-fade.cx-regen-restore{opacity:1}@keyframes cc-bounce{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.cc-ld{background:#ffffff40;border-radius:50%;width:5px;height:5px;animation:1.1s infinite cc-bounce;display:inline-block}.cc-starter-thinking-lbl{text-transform:uppercase;letter-spacing:.06em}.cc-coach{margin-top:8px}.cc-coach-hdr{display:none}.cc-coach-title{text-transform:uppercase;letter-spacing:.07em;color:#ffffff59;align-items:center;gap:5px;font-size:.6rem;font-weight:800;display:flex}.cc-coach-reanalyze{color:#ffffff26;cursor:pointer;background:0 0;border:1px solid #ffffff0a;border-radius:4px;align-items:center;gap:3px;padding:2px 8px;font-size:.55rem;font-weight:700;transition:all .15s;display:flex}.cc-coach-reanalyze:hover{color:#ffffff59;background:#ffffff08;border-color:#ffffff14}.cc-resolve-toggle{background:#0000004d;border:1px solid #ffffff0d;border-radius:6px;align-items:center;gap:2px;padding:2px;display:flex}.cc-resolve-toggle button{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-size:.55rem;font-weight:700;transition:all .2s;display:flex}.cc-resolve-toggle button:hover{color:#ffffffb3}.cc-resolve-toggle button.active{color:#fff;background:#ffffff1a}.cc-coach-loading{color:#ffffff26;align-items:center;gap:7px;padding:14px 12px;font-size:.62rem;font-style:italic;display:flex}.cc-guidance-wrap{position:relative}.cc-guidance-wrap:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(#0000,#090c12e6);border-radius:0 0 8px 8px;height:40px;transition:opacity .2s;position:absolute;bottom:0;left:0;right:5px}.cc-guidance-wrap.has-more:after{opacity:1}.cc-scroll-hint{text-align:center;color:#fff3;letter-spacing:.06em;padding:4px 0 2px;font-size:.55rem}.cc-mission-card{background:#ffffff05;border:1px solid #ffffff12;border-radius:12px;margin-bottom:12px;padding:16px;box-shadow:0 8px 16px #00000026}.cc-mission-card-title{text-transform:uppercase;letter-spacing:.1em;color:#10b981e6;align-items:center;gap:6px;margin-bottom:8px;font-size:.65rem;font-weight:800;display:flex}.cc-mission-card-desc{color:var(--text-primary);margin-bottom:16px;font-size:.75rem;line-height:1.6}.cc-mission-actions{flex-direction:column;gap:8px;display:flex}.cc-golden-btn{color:#ffffffd9;cursor:pointer;background:#ffffff09;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.cc-golden-btn:hover{background:#ffffff0f;border-color:#ffffff40;transform:translateY(-1px);box-shadow:0 0 12px #ffffff0d}.cc-silver-btn{width:100%;color:var(--text-secondary);cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:.7rem;font-weight:600;transition:all .2s;display:flex}.cc-silver-btn:hover{color:var(--text-primary);background:#ffffff0d;border-color:#ffffff26}.cc-silver-btn--loss{color:#ffffff4d;border:1px dashed #ffffff0f}.cc-icon-green{color:#10b981d9}.cc-icon-amber{color:#fbbf24d9}.ig-lightbox-overlay{z-index:99999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#000000e6;flex-direction:column;transition:opacity .2s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0}.ig-lightbox-overlay.is-active{opacity:1}.ig-lightbox-header{background:linear-gradient(#000c,#0000);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.ig-lightbox-title{color:#fff;font-size:1.1rem;font-weight:500}.ig-lightbox-actions{align-items:center;gap:16px;display:flex}.ig-lb-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;font-size:1.4rem;transition:background .2s,color .2s;display:flex}.ig-lb-btn:hover{color:#fff;background:#ffffff1a}.ig-lightbox-content{flex:1;justify-content:center;align-items:center;padding:24px;display:flex;overflow:hidden}.ig-lightbox-img{object-fit:contain;border-radius:4px;max-width:100%;max-height:100%;transition:transform .3s cubic-bezier(.16,1,.3,1);transform:scale(.95);box-shadow:0 8px 32px #00000080}.ig-lightbox-overlay.is-active .ig-lightbox-img{transform:scale(1)}.ig-lb-pdf{opacity:0;background:#525659;border:none;border-radius:8px;width:90vw;max-width:1400px;height:85vh;transition:transform .3s cubic-bezier(.2,.8,.2,1),opacity .3s;display:block;transform:scale(.95);box-shadow:0 10px 40px #00000080}.ig-lightbox-overlay.is-active .ig-lb-pdf{opacity:1;transform:scale(1)}.sh-refine-caret.is-flipped{transform:rotate(180deg)}.nba-ta-autosize{height:var(--nba-ta-h,auto)}.mr-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;opacity:0;visibility:hidden;background:#000000b3;justify-content:center;align-items:center;transition:opacity .35s,visibility .35s;display:flex;position:fixed;inset:0}.mr-overlay.is-active{opacity:1;visibility:visible}.mr-card{opacity:0;background:linear-gradient(145deg,#14141cfa 0%,#0f0f14fc 100%);border:1px solid #ffffff1a;border-radius:24px;width:420px;max-width:calc(100vw - 48px);padding:40px 36px 32px;transition:transform .45s cubic-bezier(.16,1,.3,1),opacity .45s cubic-bezier(.16,1,.3,1);transform:translateY(24px)scale(.95);box-shadow:0 32px 80px #000000b3,inset 0 1px #ffffff0d}.mr-overlay.is-active .mr-card{opacity:1;transform:translateY(0)scale(1)}.mr-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:28px;display:flex}.mr-tier-icon{filter:drop-shadow(0 0 16px var(--mr-tier-glow));margin-bottom:12px;font-size:3.5rem;line-height:1}.mr-tier-name{text-transform:uppercase;letter-spacing:.15em;color:var(--mr-tier-color);margin-bottom:4px;font-size:.75rem;font-weight:800}.mr-tier-label{color:var(--text-tertiary);font-size:.85rem;font-weight:500}.mr-payout{text-align:center;border-bottom:1px solid #ffffff0f;margin-bottom:28px;padding-bottom:24px}.mr-payout-total{color:#fff;letter-spacing:-.04em;margin-bottom:10px;font-size:3.5rem;font-weight:800;line-height:1}.mr-payout-breakdown{color:var(--text-tertiary);justify-content:center;gap:20px;font-size:.82rem;display:flex}.mr-payout-breakdown-val{color:var(--text-secondary);font-weight:600}.mr-payout-breakdown-bonus{color:#10b981}.mr-metrics{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:28px;display:grid}.mr-metric-cell{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;padding:14px 16px}.mr-metric-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin-bottom:6px;font-size:.72rem;font-weight:700}.mr-metric-value{color:#fff;font-size:1.5rem;font-weight:700;font-family:var(--font-mono,monospace);line-height:1}.mr-btn{color:#fff;cursor:pointer;letter-spacing:-.01em;background:#ffffff14;border:none;border-radius:12px;width:100%;padding:15px 20px;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s,transform .1s}.mr-btn:hover{background:#ffffff21}.mr-btn:active{transform:scale(.98)}.id-row{align-items:center;gap:12px;margin-bottom:2px;display:flex}.id-name{color:var(--text-primary);letter-spacing:-.01em;align-items:center;gap:8px;font-size:1.15rem;font-weight:800;display:flex}.pi-drawer-hdr{border-bottom:1px solid #ffffff0d;padding:14px 14px 10px}.pi-badge{text-transform:uppercase;letter-spacing:.07em;color:#ffffff59;align-items:center;gap:4px;margin-bottom:4px;font-size:.58rem;font-weight:800;display:flex}.pi-title{color:var(--text-primary);font-size:.95rem;font-weight:800}.pi-meta{color:var(--text-tertiary);align-items:center;gap:6px;margin-top:3px;font-size:.67rem;display:flex}.pi-avail-in{color:#10b981;font-weight:700}.pi-avail-low{color:#d97706;font-weight:700}.pi-variant-block{margin-bottom:8px}.pi-variant-lbl{text-transform:uppercase;letter-spacing:.07em;color:var(--text-tertiary);margin-bottom:5px;font-size:.58rem;font-weight:700;display:block}.pi-color-row{flex-wrap:wrap;gap:5px;display:flex}.pi-color-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;flex-shrink:0;width:20px;height:20px;transition:all .12s}.pi-color-swatch.pi-sel{border-color:#fff9;transform:scale(1.15)}.pi-color-swatch:hover{transform:scale(1.1)}.pi-size-row{flex-wrap:wrap;gap:4px;display:flex}.pi-size-chip{color:var(--text-tertiary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:4px;padding:3px 7px;font-size:.62rem;font-weight:700;transition:all .12s}.pi-size-chip.pi-sel{color:var(--text-primary);background:#ffffff08;border-color:#ffffff1a}.pi-size-chip:hover{color:var(--text-primary);border-color:#fff3}.pi-kv-grid{grid-template-columns:1fr 1fr;gap:4px 8px;display:grid}.pi-kv-cell{background:#ffffff05;border-radius:4px;padding:5px 7px}.pi-kv-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin-bottom:2px;font-size:.55rem;font-weight:700;display:block}.pi-kv-val{color:var(--text-secondary);font-size:.68rem}.pi-tags{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.pi-tag{color:var(--text-tertiary);background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:2px 8px;font-size:.6rem}.pi-tag-highlight{color:#ffffff59;background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;padding:2px 8px;font-size:.6rem}.pi-care-row{color:var(--text-secondary);align-items:center;gap:6px;padding:3px 0;font-size:.68rem;display:flex}.pi-care-row i{color:#94a3b880;flex-shrink:0;font-size:.7rem}.pi-link-wrap{gap:6px;display:flex}.pi-link-primary{color:#ffffff59;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:5px;flex:1;justify-content:center;align-items:center;gap:5px;padding:7px 10px;font-size:.7rem;font-weight:700;transition:all .12s;display:flex}.pi-link-primary:hover{background:#ffffff0f}.pi-link-copy{color:var(--text-tertiary);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:5px;align-items:center;gap:4px;padding:7px 12px;font-size:.7rem;font-weight:700;transition:all .12s;display:flex}.pi-link-copy:hover{color:var(--text-secondary);border-color:#fff3}.pi-url-display{color:var(--text-tertiary);word-break:break-all;background:#ffffff05;border-radius:4px;margin-top:6px;padding:5px 7px;font-family:monospace;font-size:.6rem}#view-console.active{flex-direction:column;height:100%;min-height:0;display:flex}.cx-v2-layout{background:var(--bg-page);border-top:1px solid #ffffff0a;flex:auto;grid-template-columns:320px 1fr 360px;height:auto;min-height:0;display:grid}.cx-v2-layout.cx-no-banner{height:auto}.cw-workspace{background:#10131a;border-bottom:1px solid #ffffff0d;border-right:1px solid #ffffff0f;flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.ci-layer{background:var(--bg-page);flex-direction:column;flex:1;min-height:0;display:flex}.ci-brief-wrap{flex-direction:column;flex:1;gap:8px;min-height:0;padding:10px 14px;display:flex;overflow-y:auto}.ci-brief-summary{color:var(--text-primary);font-size:.77rem;font-weight:600;line-height:1.45}.ci-brief-rows{flex-direction:column;gap:4px;display:flex}.ci-brief-row{align-items:flex-start;gap:8px;font-size:.7rem;display:flex}.ci-brief-lbl{color:var(--text-tertiary);flex-shrink:0;min-width:50px;padding-top:1px}.ci-brief-val{color:var(--text-secondary);line-height:1.4}.ci-cop-wrap{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.ci-cop-hdr{border-bottom:1px solid #ffffff0d;flex-shrink:0;justify-content:space-between;align-items:center;padding:7px 12px 6px;display:flex}.ci-cop-title{color:var(--text-primary);align-items:center;gap:5px;font-size:.72rem;font-weight:800;display:flex}.ci-cop-title i{color:#fff6;font-size:.82rem}.ci-cop-ctx{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.ci-cop-ctx-lbl{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);font-size:.55rem;font-weight:700}.ci-cop-ctx-chip{color:#ffffff4d;background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;padding:1px 7px;font-size:.55rem;font-weight:700}.ci-cop-msgs{flex-direction:column;flex:1;gap:6px;min-height:0;padding:8px 12px;display:flex;overflow-y:auto}.ci-cop-msgs::-webkit-scrollbar{width:3px}.ci-cop-msgs::-webkit-scrollbar-thumb{background:#ffffff12;border-radius:2px}.ci-cop-msg{flex-direction:column;max-width:90%;display:flex}.ci-cop-msg.cop-agent{align-self:flex-end;align-items:flex-end}.ci-cop-msg.cop-ai{align-self:flex-start;align-items:flex-start}.ci-cop-bubble{white-space:pre-wrap;border-radius:10px;padding:6px 10px;font-size:.71rem;line-height:1.5}.cop-agent .ci-cop-bubble{color:var(--text-primary);background:#ffffff0f;border:1px solid #ffffff1a;border-bottom-right-radius:3px}.cop-ai .ci-cop-bubble{color:var(--text-secondary);background:#ffffff08;border:1px solid #ffffff0f;border-bottom-left-radius:3px}.ci-cop-typing{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px 10px 10px 3px;align-self:flex-start;align-items:center;gap:4px;padding:6px 10px;display:flex}.ci-cop-dot{background:#fff3;border-radius:50%;width:4px;height:4px}@keyframes copdot{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.ci-cop-dot:first-child{animation:1.2s ease-in-out infinite copdot}.ci-cop-dot:nth-child(2){animation:1.2s ease-in-out .2s infinite copdot}.ci-cop-dot:nth-child(3){animation:1.2s ease-in-out .4s infinite copdot}.ci-cop-chips{border-top:1px solid #ffffff0a;flex-wrap:wrap;flex-shrink:0;gap:4px;padding:5px 12px;display:flex}.ci-cop-chip{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:3px 9px;font-size:.61rem;font-weight:600;transition:all .12s}.ci-cop-chip:hover{color:var(--text-primary);background:#ffffff14;border-color:#ffffff26}.ci-cop-input-row{border-top:1px solid #ffffff0d;flex-shrink:0;align-items:center;gap:6px;padding:6px 10px 7px;display:flex}.ci-cop-input{color:var(--text-primary);background:#ffffff0a;border:1px solid #ffffff17;border-radius:6px;outline:none;flex:1;padding:6px 10px;font-family:inherit;font-size:.72rem;transition:border-color .12s}.ci-cop-input:focus{background:#ffffff0e;border-color:#ffffff1a}.ci-cop-input::placeholder{color:var(--text-tertiary)}.ci-cop-send{color:var(--text-secondary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:4px;padding:6px 10px;font-size:.75rem;transition:all .12s;display:flex}.ci-cop-send:hover{color:var(--text-primary);background:#ffffff14;border-color:#fff3}.cw-resolve-locked{filter:grayscale(.4);opacity:.38!important;cursor:not-allowed!important}.cw-resolve-locked:hover{opacity:.42!important}.cw-topbar-resolve{color:var(--text-secondary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:4px;margin-left:auto;padding:4px 13px;font-size:.71rem;font-weight:700;transition:all .14s;display:flex}.cw-topbar-resolve:hover{color:var(--text-primary);background:#ffffff14;border-color:#fff3}.cmsg.from-handoff{align-self:stretch;max-width:100%;margin:8px 0}.cmsg.from-handoff .chat-bbl{color:#ffffff4d;background:#ffffff05;border:1px solid #ffffff0d;border-left:3px solid #ffffff1a;border-radius:6px;padding:8px 12px;font-size:.72rem;line-height:1.5}.cmsg.from-handoff .chat-meta{color:#fff3;font-size:.6rem}.ci-co-tiles{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.ci-co-tiles-2{grid-template-columns:repeat(2,1fr);gap:7px;display:grid}.ci-co-tile{cursor:pointer;background:#ffffff06;border:1px solid #ffffff12;border-radius:8px;flex-direction:column;gap:6px;padding:14px 12px 12px;transition:all .15s;display:flex;position:relative;overflow:hidden}.ci-co-tile:hover{background:#ffffff0d;border-color:#ffffff29;transform:translateY(-1px);box-shadow:0 4px 16px #00000040}.ci-co-tile-icon{color:var(--text-tertiary);opacity:.7;margin-bottom:2px;font-size:1.3rem}.ci-co-tile-name{color:var(--text-primary);letter-spacing:-.01em;font-size:.75rem;font-weight:800}.ci-co-tile-sub{color:var(--text-tertiary);font-size:.62rem;line-height:1.35}.ci-co-tile-arrow{color:#ffffff26;font-size:.65rem;position:absolute;top:10px;right:10px}.ci-co-tile:hover .ci-co-tile-arrow{color:#fff6}.ci-co-tile-badge{border:1px solid;border-radius:20px;align-items:center;gap:3px;width:fit-content;margin-top:2px;padding:2px 7px;font-size:.55rem;font-weight:700;display:inline-flex}.ci-co-tile-badge-blue{color:#fff6;background:#60a5fa12;border-color:#ffffff12}.ci-co-tile-badge-green,.ci-co-tile-badge-purple,.ci-co-tile-badge-orange,.ci-co-tile-badge-amber{color:#ffffff59;background:#ffffff05;border-color:#ffffff12}.ci-co-tile-badge-red{color:#f87171;background:#ffffff05;border-color:#ffffff12}.ci-co-drawer-overlay{z-index:1100;pointer-events:none;position:fixed;inset:0}.ci-co-drawer-overlay.co-dr-open{pointer-events:auto}.ci-co-drawer{z-index:1101;background:#090e1c;border-left:1px solid #ffffff14;flex-direction:column;width:340px;height:calc(100vh - 57px);transition:transform .24s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:57px;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-12px 0 36px #00000073}.ci-co-drawer.co-dr-open{transform:translate(0)}.ci-co-dr-hdr{z-index:1;background:#090e1c;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:14px 16px 12px;display:flex;position:sticky;top:0}.ci-co-dr-eyebrow{text-transform:uppercase;letter-spacing:.09em;color:var(--text-tertiary);align-items:center;gap:4px;margin-bottom:4px;font-size:.57rem;font-weight:800;display:flex}.ci-co-dr-title{color:var(--text-primary);letter-spacing:-.01em;font-size:.95rem;font-weight:800}.ci-co-dr-close{color:var(--text-tertiary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-left:10px;font-size:.8rem;transition:all .12s;display:flex}.ci-co-dr-close:hover{color:var(--text-primary);background:#ffffff1a}.ci-co-dr-body{flex-direction:column;flex:1;gap:0;padding:14px 16px;display:flex}.ci-co-dr-section{border-bottom:1px solid #ffffff0d;padding:6px 0 10px}.ci-co-dr-section:last-child{border-bottom:none}.ci-co-dr-lbl{text-transform:uppercase;letter-spacing:.09em;color:var(--text-tertiary);align-items:center;gap:4px;margin-bottom:8px;font-size:.57rem;font-weight:800;display:flex}.ci-co-row{align-items:flex-start;gap:6px;padding:3px 0;font-size:.71rem;display:flex}.ci-co-key{color:var(--text-tertiary);flex-shrink:0;min-width:85px;font-size:.64rem;font-weight:600}.ci-co-val{color:var(--text-secondary);line-height:1.45}.ci-co-note{color:#ffffff59;background:#ffffff05;border-left:2px solid #ffffff14;border-radius:0 5px 5px 0;margin-top:8px;padding:7px 10px;font-size:.68rem;line-height:1.5}.ci-co-tag{color:var(--text-tertiary);background:#ffffff0a;border:1px solid #ffffff12;border-radius:20px;align-items:center;margin:2px 2px 0;padding:2px 8px;font-size:.6rem;font-weight:700;display:inline-flex}.ci-co-faq-cats{flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:10px;display:flex}.ci-co-faq-cat{color:var(--text-tertiary);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff14;border-radius:20px;padding:3px 10px;font-size:.6rem;font-weight:700;transition:all .12s}.ci-co-faq-cat:hover{color:var(--text-secondary);border-color:#ffffff2e}.ci-co-faq-cat.faq-cat-on{color:#ffffff59;background:#ffffff08;border-color:#ffffff14}.ci-co-faq-grid{grid-template-columns:repeat(2,1fr);gap:7px;display:grid}.ci-co-faq-card{background:#ffffff06;border:1px solid #ffffff12;border-radius:8px;flex-direction:column;gap:5px;padding:11px 12px;display:flex}.ci-co-faq-q{color:var(--text-primary);font-size:.72rem;font-weight:800;line-height:1.35}.ci-co-faq-a{color:var(--text-secondary);font-size:.68rem;line-height:1.5}.ci-co-faq-hint{color:var(--text-tertiary);font-size:.6rem;font-style:italic}.ci-co-faq-use{color:#ffffff40;cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;align-items:center;gap:4px;width:fit-content;margin-top:3px;padding:2px 9px;font-size:.6rem;font-weight:700;transition:all .12s;display:inline-flex}.ci-co-faq-use:hover{color:#ffffff59;background:#ffffff0a}.ci-co-adv-wrap{flex-direction:column;gap:10px;display:flex}.ci-co-adv-lbl{text-transform:uppercase;letter-spacing:.09em;color:var(--text-tertiary);align-items:center;gap:4px;margin-bottom:6px;font-size:.57rem;font-weight:800;display:flex}.ci-co-adv-chips{flex-wrap:wrap;gap:4px;display:flex}.ci-co-adv-chip{color:var(--text-tertiary);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff14;border-radius:20px;padding:3px 10px;font-size:.61rem;font-weight:700;transition:all .12s}.ci-co-adv-chip:hover{color:var(--text-secondary);border-color:#ffffff2e}.ci-co-adv-chip.adv-on{color:#ffffff59;background:#ffffff08;border-color:#ffffff14}.ci-co-adv-input{width:100%;color:var(--text-primary);box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff17;border-radius:6px;outline:none;padding:7px 10px;font-family:inherit;font-size:.71rem;transition:border-color .12s}.ci-co-adv-input:focus{border-color:#ffffff1a}.ci-co-adv-btn{color:#ffffff59;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px 12px;font-family:inherit;font-size:.72rem;font-weight:700;transition:all .15s;display:flex}.ci-co-adv-btn:hover{background:#ffffff14;border-color:#ffffff1f}.ci-co-dna-wrap{flex-direction:column;gap:8px;padding:2px 0;display:flex}.ci-co-dna-eyebrow{text-transform:uppercase;letter-spacing:.09em;color:#fff3;align-items:center;gap:5px;margin-bottom:4px;font-size:.57rem;font-weight:800;display:flex}.ci-co-dna-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.ci-co-dna-card{background:#ffffff05;border:1px solid #ffffff12;border-radius:8px;flex-direction:column;gap:5px;padding:10px 12px;display:flex}.ci-co-dna-card-hdr{text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:4px;margin-bottom:2px;font-size:.6rem;font-weight:800;display:flex}.ci-co-dna-card-hdr i{font-size:.75rem}.ci-co-dna-item{color:var(--text-secondary);padding-left:8px;font-size:.67rem;line-height:1.35;position:relative}.ci-co-dna-item:before{content:"u2022";color:#fff3;position:absolute;left:0}.ci-co-dna-profile{background:linear-gradient(135deg,#ffffff08 0%,#0000 100%);border:1px solid #ffffff0f;border-radius:10px;flex-direction:column;gap:10px;margin-bottom:4px;padding:14px 16px;display:flex}.ci-co-dna-profile-top{align-items:center;gap:12px;display:flex}.ci-co-dna-brand-mark{background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.ci-co-dna-brand-mark i{color:#ffffff4d;font-size:1.1rem}.ci-co-dna-brand-info{flex:1;min-width:0}.ci-co-dna-brand-name{color:var(--text-primary);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:800;overflow:hidden}.ci-co-dna-brand-tagline{color:#ffffff40;margin-top:1px;font-size:.62rem;line-height:1.3}.ci-co-dna-brand-desc{color:var(--text-secondary);border-top:1px solid #ffffff0d;padding-top:8px;font-size:.65rem;line-height:1.45}.ci-co-dna-facts{flex-wrap:wrap;gap:5px;display:flex}.ci-co-dna-fact{color:var(--text-tertiary);background:#ffffff0a;border:1px solid #ffffff12;border-radius:5px;align-items:center;gap:3px;padding:2px 7px;font-size:.58rem;font-weight:600;display:inline-flex}.ci-co-dna-fact i{opacity:.7;font-size:.65rem}.ci-co-dna-links{flex-wrap:wrap;gap:5px;display:flex}.ci-co-dna-link{color:#ffffff47;cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:6px;align-items:center;gap:4px;padding:4px 9px;font-size:.6rem;font-weight:700;transition:all .12s;display:inline-flex}.ci-co-dna-link:hover{color:#ffffff59;background:#ffffff0d}.ci-co-dna-card{cursor:pointer;background:#ffffff05;border:1px solid #ffffff12;border-radius:8px;flex-direction:column;gap:5px;padding:10px 12px;transition:border-color .12s,background .12s;display:flex;position:relative}.ci-co-dna-card:hover{background:#ffffff0a;border-color:#ffffff24}.ci-co-dna-card-arrow{opacity:.25;font-size:.6rem;position:absolute;top:10px;right:10px}.ci-co-dna-card:hover .ci-co-dna-card-arrow{opacity:.6}.ci-co-adv-autofill{color:#ffffff59;background:#10b9810d;border:1px solid #10b98126;border-radius:6px;align-items:center;gap:6px;margin-bottom:2px;padding:5px 10px;font-size:.6rem;display:flex}.ci-co-adv-autofill i{opacity:.85;flex-shrink:0;font-size:.75rem}.ci-co-adv-qs{background:#ffffff05;border:1px solid #ffffff12;border-radius:8px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}.ci-co-adv-qs-hdr{text-transform:uppercase;letter-spacing:.09em;color:var(--text-tertiary);align-items:center;gap:4px;margin-bottom:2px;font-size:.57rem;font-weight:800;display:flex}.ci-co-adv-q-row{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;gap:8px;padding:4px 0;display:flex}.ci-co-adv-q-row:last-child{border-bottom:none;padding-bottom:0}.ci-co-adv-q-txt{color:var(--text-secondary);flex:1;font-size:.68rem;line-height:1.35}.ci-co-adv-q-send{color:#ffffff40;cursor:pointer;white-space:nowrap;background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;flex-shrink:0;align-items:center;gap:3px;padding:2px 8px;font-size:.58rem;font-weight:700;transition:all .12s;display:inline-flex}.ci-co-adv-q-send:hover{color:#ffffff59;background:#ffffff0d}.ci-co-prod-topbar{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:8px;display:flex}.ci-co-prod-search{width:100%;color:var(--text-primary);box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;outline:none;padding:5px 9px 5px 28px;font-size:.68rem;transition:border-color .12s}.ci-co-prod-search:focus{border-color:#ffffff1a}.ci-co-prod-search-wrap{flex:1;min-width:120px;position:relative}.ci-co-prod-search-wrap i{color:var(--text-tertiary);pointer-events:none;font-size:.7rem;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.ci-co-prod-filters{flex-wrap:wrap;gap:4px;display:flex}.ci-co-prod-filter{color:var(--text-tertiary);cursor:pointer;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff12;border-radius:5px;padding:3px 8px;font-size:.58rem;font-weight:600;transition:all .12s}.ci-co-prod-filter:hover,.ci-co-prod-filter.pf-on{color:#ffffff4d;background:#ffffff08;border-color:#ffffff12}.ci-co-prod-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;display:grid}.ci-co-prod-card{cursor:pointer;background:#ffffff05;border:1px solid #ffffff12;border-radius:8px;transition:border-color .12s,background .12s,transform .12s;overflow:hidden}.ci-co-prod-card:hover{background:#ffffff0a;border-color:#ffffff24;transform:translateY(-1px)}.ci-co-prod-img{aspect-ratio:1;background:#ffffff08;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.ci-co-prod-img i{color:#ffffff14;font-size:1.8rem}.ci-co-prod-img img{object-fit:cover;width:100%;height:100%}.ci-co-prod-badge{text-transform:uppercase;letter-spacing:.06em;color:#fff;border-radius:4px;padding:2px 6px;font-size:.48rem;font-weight:800;position:absolute;top:5px;right:5px}.ci-co-prod-info{flex-direction:column;gap:2px;padding:8px 10px;display:flex}.ci-co-prod-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;font-weight:700;overflow:hidden}.ci-co-prod-meta{justify-content:space-between;align-items:center;gap:4px;display:flex}.ci-co-prod-price{color:#fff6;font-size:.62rem;font-weight:700}.ci-co-prod-cat{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.52rem;font-weight:600}.ci-co-prod-empty{text-align:center;color:var(--text-tertiary);padding:24px 12px;font-size:.7rem}.ci-co-rec-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;flex-direction:column;gap:0;margin-top:4px;display:flex;overflow:hidden}.ci-co-rec-hero{align-items:stretch;gap:0;display:flex}.ci-co-rec-img{background:#ffffff08;flex-shrink:0;width:96px;min-width:96px;overflow:hidden}.ci-co-rec-img img{object-fit:cover;width:100%;height:100%;display:block}.ci-co-rec-info{flex-direction:column;flex:1;gap:4px;min-width:0;padding:10px 12px;display:flex}.ci-co-rec-badge{color:#fff;text-transform:uppercase;letter-spacing:.07em;background:#ffffff4d;border-radius:4px;align-items:center;gap:3px;width:fit-content;margin-bottom:2px;padding:2px 7px;font-size:.48rem;font-weight:800;display:inline-flex}.ci-co-rec-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:800;line-height:1.2;overflow:hidden}.ci-co-rec-price{color:var(--text-secondary);font-size:.7rem;font-weight:700}.ci-co-rec-meta{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.58rem}.ci-co-rec-body{border-top:1px solid #ffffff0d;flex-direction:column;gap:8px;padding:10px 12px;display:flex}.ci-co-rec-section-lbl{text-transform:uppercase;letter-spacing:.09em;color:#fff3;margin-bottom:3px;font-size:.55rem;font-weight:800}.ci-co-rec-bullet{color:var(--text-secondary);padding-left:10px;font-size:.65rem;line-height:1.4;position:relative}.ci-co-rec-bullet:before{content:"u2022";color:#ffffff26;position:absolute;left:0}.ci-co-rec-alt{color:var(--text-tertiary);font-size:.65rem;font-style:italic}.ci-co-rec-explain{color:var(--text-secondary);background:#ffffff05;border-left:2px solid #ffffff1a;border-radius:0 4px 4px 0;padding:6px 8px;font-size:.65rem;font-style:italic;line-height:1.5}.ci-co-rec-actions{flex-wrap:wrap;gap:6px;display:flex}.ci-co-rec-btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:4px;padding:5px 10px;font-size:.62rem;font-weight:700;transition:background .15s,transform .1s;display:flex}.ci-co-rec-btn:hover{transform:translateY(-1px)}.ci-co-rec-btn-primary{color:#fff;background:#ffffff4d}.ci-co-rec-btn-primary:hover{background:#ffffff80}.ci-co-rec-btn-secondary{color:var(--text-secondary);background:#ffffff0f}.ci-co-rec-btn-secondary:hover{background:#ffffff1a}.ci-co-addon-empty{flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px 14px;display:flex}.ci-co-addon-empty-icon{color:#ffffff1a;font-size:2rem}.ci-co-addon-empty-title{color:var(--text-tertiary);text-align:center;font-size:.78rem;font-weight:700}.ci-co-addon-empty-sub{color:#ffffff2e;text-align:center;max-width:240px;font-size:.65rem;line-height:1.45}.ci-co-addon-selector-lbl{text-transform:uppercase;letter-spacing:.09em;color:var(--text-tertiary);align-items:center;gap:4px;margin-bottom:7px;font-size:.55rem;font-weight:800;display:flex}.ci-co-addon-grid{grid-template-columns:1fr 1fr;gap:5px;margin-bottom:12px;display:grid}.ci-co-addon-prod-btn{cursor:pointer;text-align:left;box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff12;border-radius:7px;align-items:center;gap:8px;width:100%;padding:7px 9px;font-family:inherit;transition:all .15s;display:flex}.ci-co-addon-prod-btn:hover{background:#ffffff12;border-color:#ffffff24;transform:translateY(-1px)}.ci-co-addon-prod-btn.addon-selected{background:#ffffff08;border-color:#ffffff1a}.ci-co-addon-swatch{border:1px solid #ffffff1f;border-radius:5px;flex-shrink:0;width:26px;height:26px}.ci-co-addon-pname{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:90px;font-size:.64rem;font-weight:700;line-height:1.2;overflow:hidden}.ci-co-addon-pprice{color:#ffffff59;font-size:.56rem;font-weight:600}.ci-co-addon-results{flex-direction:column;gap:8px;display:flex}.ci-co-addon-results-lbl{text-transform:uppercase;letter-spacing:.09em;color:#ffffff4d;align-items:center;gap:4px;margin-bottom:4px;font-size:.55rem;font-weight:800;display:flex}.ci-co-addon-card{background:#ffffff06;border:1px solid #ffffff14;border-radius:9px;overflow:hidden}.ci-co-addon-card-hero{align-items:stretch;gap:0;display:flex}.ci-co-addon-card-swatch{flex-shrink:0;justify-content:center;align-items:center;width:60px;min-width:60px;display:flex}.ci-co-addon-inner-swatch{border:1px solid #ffffff1a;border-radius:7px;width:36px;height:36px}.ci-co-addon-card-info{flex:1;min-width:0;padding:9px 11px}.ci-co-addon-card-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.73rem;font-weight:800;line-height:1.25;overflow:hidden}.ci-co-addon-card-price{color:var(--text-secondary);margin-top:2px;font-size:.64rem;font-weight:700}.ci-co-addon-card-cat{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-top:1px;font-size:.53rem;font-weight:600}.ci-co-addon-intel{border-top:1px solid #ffffff0d;flex-direction:column;gap:6px;padding:9px 11px;display:flex}.ci-co-addon-intel-row{align-items:flex-start;gap:7px;display:flex}.ci-co-addon-intel-badge{text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-radius:20px;flex-shrink:0;margin-top:2px;padding:2px 6px;font-size:.5rem;font-weight:800}.ci-co-addon-badge-why{color:#ffffff4d;background:#ffffff08;border:1px solid #ffffff0f}.ci-co-addon-badge-when{color:#ffffff59;background:#ffffff08;border:1px solid #ffffff0d}.ci-co-addon-badge-how{color:#fff6;background:#ffffff05;border:1px solid #ffffff0d}.ci-co-addon-intel-text{color:var(--text-secondary);font-size:.63rem;line-height:1.45}.ci-co-addon-actions{border-top:1px solid #ffffff0a;flex-wrap:wrap;gap:5px;padding:8px 11px;display:flex}.ci-co-addon-act{cursor:pointer;white-space:nowrap;border:1px solid;border-radius:6px;align-items:center;gap:4px;padding:5px 10px;font-family:inherit;font-size:.61rem;font-weight:700;transition:all .15s;display:flex}.ci-co-addon-act-primary{color:#ffffff59;background:#ffffff0a;border-color:#ffffff14}.ci-co-addon-act-primary:hover{background:#ffffff0f;border-color:#ffffff1f}.ci-co-addon-act-ghost{color:var(--text-secondary);background:#ffffff0a;border-color:#ffffff1a}.ci-co-addon-act-ghost:hover{color:var(--text-primary);background:#ffffff17}.ci-co-addon-act-recommend{color:#fff6;background:#ffffff08;border-color:#ffffff0f}.ci-co-addon-act-recommend:hover{background:#fbbf2429}.ci-co-addon-selector-wrap,.ci-co-addon-results-wrap{padding:10px 12px}.undo-toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:32px;left:50%;transform:translate(-50%)}.undo-toast{opacity:0;pointer-events:auto;background:#141822f2;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;min-width:300px;padding:12px 16px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:translateY(20px);box-shadow:0 12px 24px #0006}.undo-toast.is-visible{opacity:1;transform:translateY(0)}.undo-toast--dismissing{pointer-events:none}.undo-toast-content{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.undo-toast-msg{color:#fff;font-size:.9rem;font-weight:500}.undo-toast-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:8px;padding:4px 12px;font-size:.8rem;font-weight:600;transition:all .2s}.undo-toast-btn:hover{background:#fff3}.undo-toast-progress{transform-origin:0;background:#6366f1;border-radius:2px;width:100%;height:3px}.undo-toast-progress--running{animation:undoProgress var(--undo-dur) linear forwards}@keyframes undoProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.pool-glass-grid{perspective:1000px;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:24px;display:grid}.pool-glass-grid--fading{opacity:0;transform:translateY(6px)}.pool-glass-grid--faded-in{opacity:1;transition:opacity .22s,transform .22s;transform:translateY(0)}.pool-glass-card{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);cursor:pointer;background:linear-gradient(145deg,#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff14;border-radius:24px;padding:32px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.pool-glass-card:before{content:"";pointer-events:none;border-radius:24px;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff1a}.pool-glass-card:hover{background:linear-gradient(145deg,#ffffff0d 0%,#ffffff05 100%);transform:translateY(-6px)scale(1.02);box-shadow:0 24px 60px #0009,inset 0 0 0 1px #ffffff26}.pool-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.pool-card-logo-wrap{align-items:center;gap:16px;display:flex}.pool-card-logo{border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000004d}.pool-card-logo[data-brand=techflow]{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)}.pool-card-logo[data-brand=omniglobal]{background:linear-gradient(135deg,#ec4899 0%,#be185d 100%)}.pool-card-logo[data-brand=nexus]{background:linear-gradient(135deg,#10b981 0%,#047857 100%)}.pool-card-logo[data-brand=quantum]{background:linear-gradient(135deg,#8b5cf6 0%,#5b21b6 100%)}.pool-card-logo[data-brand=atlas]{background:linear-gradient(135deg,#f59e0b 0%,#b45309 100%)}.pool-card-logo[data-brand=vertex]{background:linear-gradient(135deg,#ef4444 0%,#b91c1c 100%)}.pool-card-logo[data-brand=stellar]{background:linear-gradient(135deg,#0ea5e9 0%,#0369a1 100%)}.pool-card-logo[data-brand=nova]{background:linear-gradient(135deg,#f43f5e 0%,#e11d48 100%)}.pool-card-logo[data-brand=horizon]{background:linear-gradient(135deg,#14b8a6 0%,#0f766e 100%)}.pool-card-logo[data-brand=zenith]{background:linear-gradient(135deg,#6366f1 0%,#4338ca 100%)}.pool-card-logo:after{content:"";opacity:.5;background:radial-gradient(circle,#fff3 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.pool-card-title{color:#fff;letter-spacing:-.01em;margin-bottom:0;font-size:1.25rem;font-weight:700;line-height:1.2}.pool-card-estimate{background:linear-gradient(#34d399 0%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-top:16px;font-size:1.75rem;font-weight:800}.pool-card-tags{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.pool-tag{color:#ffffffb3;letter-spacing:.5px;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:6px 12px;font-size:.75rem;font-weight:600}.pool-badge--open{color:#10b981;letter-spacing:.5px;text-transform:uppercase;background:#10b9811a;border:1px solid #10b98133;border-radius:20px;margin-top:6px;padding:6px 12px;font-size:.75rem;font-weight:700}.pool-badge--active{color:#818cf8;letter-spacing:.5px;text-transform:uppercase;background:#6366f11a;border:1px solid #6366f14d;border-radius:20px;margin-top:6px;padding:6px 12px;font-size:.75rem;font-weight:700}.pool-badge--locked{color:#fff6;letter-spacing:.5px;text-transform:uppercase;background:#ffffff0d;border:1px solid #0000;border-radius:20px;margin-top:6px;padding:6px 12px;font-size:.75rem;font-weight:700}.hn-pagination-wrapper{justify-content:center;align-items:center;width:100%;padding:32px 0 64px;display:flex;position:relative}.hn-pagination-dots{background:0 0;border-radius:100px;align-items:center;gap:12px;padding:12px 24px;transition:background .3s;display:flex}.hn-pagination-hitbox{cursor:pointer;z-index:10;width:40%;position:absolute;top:0;bottom:0}.hn-pagination-hitbox--prev{left:0}.hn-pagination-hitbox--next{right:0}.hn-page-dot{cursor:pointer;z-index:11;background:#fff3;border-radius:6px;width:6px;height:6px;transition:all .4s cubic-bezier(.25,1,.5,1);position:relative}.hn-page-dot:hover{background:#ffffff80;transform:scale(1.2)}.hn-page-dot.is-active{background:#ffffffe6;width:24px;box-shadow:0 0 10px #fff3}.pool-glass-card--locked{opacity:.4;transition:opacity .2s}.pool-card-description{color:#ffffff80;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:44px;margin-bottom:24px;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.pool-card-estimate-suffix{color:#fff6;font-size:.9rem;font-weight:500}.peng-steps{gap:8px;margin-bottom:32px;display:flex}.peng-step{color:#ffffff59;background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;flex:1;align-items:center;gap:10px;padding:10px 14px;font-size:.8rem;font-weight:500;display:flex}.peng-step--active{color:#ffffffd9;background:#ffffff0d;border-color:#ffffff24}.peng-step--done{color:#ffffff80}.peng-step__n{width:20px;height:20px;color:inherit;background:#ffffff14;border-radius:50%;flex:0 0 20px;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;display:inline-flex}.peng-head{margin-bottom:32px}.peng-title{color:#fff;letter-spacing:-.4px;margin-bottom:10px;font-size:1.5rem;font-weight:600}.peng-sub{color:#ffffff80;font-size:.9rem;line-height:1.65}.peng-badge{color:#fff9;background:#ffffff08;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:8px;margin-top:16px;padding:7px 14px;font-size:.75rem;font-weight:500;display:inline-flex}.peng-badge--trial{color:#67e8f9;border-color:#22d3ee4d}.peng-section{margin-bottom:28px}.peng-section__heading{text-transform:uppercase;letter-spacing:.08em;color:#fff6;border-bottom:1px solid #ffffff0f;margin-bottom:12px;padding-bottom:8px;font-size:.75rem;font-weight:600}.peng-section__line{color:#ffffffc7;margin:0 0 10px;font-size:.92rem;line-height:1.7}.peng-section__line:last-child{margin-bottom:0}.peng-ack{cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:14px;align-items:flex-start;gap:12px;margin-top:32px;padding:16px 18px;display:flex}.peng-ack__box{accent-color:#6366f1;cursor:pointer;flex:0 0 18px;width:18px;height:18px;margin-top:2px}.peng-ack__label{color:#ffffffbf;font-size:.85rem;line-height:1.6}.peng-panel{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:24px}.peng-panel--blocked{border-style:dashed;border-color:#ffffff29}.peng-panel__label{letter-spacing:.1em;color:#ffffff73;align-items:center;gap:8px;margin-bottom:14px;font-size:.68rem;font-weight:600;display:inline-flex}.peng-panel__title{color:#fff;margin-bottom:12px;font-size:1.05rem;font-weight:600}.peng-panel__text{color:#fff9;margin:0 0 10px;font-size:.88rem;line-height:1.7}.peng-panel__text:last-child{margin-bottom:0}.peng-reader{background:#0000004d;border:1px solid #ffffff14;border-radius:16px;height:340px;padding:20px;overflow-y:auto;box-shadow:inset 0 4px 12px #0006}.peng-reader__p{color:#ffffffb8;margin:0 0 14px;font-size:.8rem;line-height:1.75}.peng-footer-row{gap:12px;width:100%;display:flex}.peng-btn{cursor:pointer;border-radius:16px;padding:18px;font-size:1rem;font-weight:500;transition:all .2s}.peng-btn--ghost{color:#ffffffbf;background:0 0;border:1px solid #ffffff1a;flex:1}.peng-btn--ghost:hover{color:#fff;background:#ffffff0d}.peng-btn--primary{flex:2}.peng-btn--primary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.peng-btn--primary:disabled:hover{box-shadow:none;transform:none}}@layer utilities{.u-hidden{display:none!important}.u-vis-hidden{visibility:hidden}.u-flex{display:flex!important}.u-inline-flex{display:inline-flex!important}.u-inline-block{display:inline-block!important}.u-grid{display:grid}.u-block{display:block}.u-items-center{align-items:center}.u-items-start{align-items:flex-start}.u-justify-center{justify-content:center}.u-flex-col{flex-direction:column;display:flex}.u-flex-between{justify-content:space-between;display:flex}.u-flex-between-center{justify-content:space-between;align-items:center;display:flex}.u-gap-sm{gap:8px}.u-gap-6{gap:6px}.u-gap-10{gap:10px}.u-shrink-0{flex-shrink:0}.u-mt-sm{margin-top:8px}.u-mb-sm{margin-bottom:10px}.u-mb-md{margin-bottom:20px}.u-mb-xs{margin-bottom:6px}.u-mr-xs,.u-mr-xxs{margin-right:4px}.u-p-sm{padding:8px}.u-p-xl{padding:28px 32px}.u-separator-v{background:#ffffff1a;width:1px;margin:4px 2px}.u-bold{font-weight:600}.u-bolder{font-weight:700}.u-center{text-align:center}.u-right{text-align:right}.u-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.u-italic{font-style:italic}.u-monospace{font-family:monospace}.u-uppercase{text-transform:uppercase;letter-spacing:.07em}.u-text-xxs{font-size:.62rem}.u-text-xs{font-size:.67rem}.u-text-sm{font-size:.75rem}.u-text-body{color:var(--text-secondary);font-size:.73rem;line-height:1.55}.u-text-primary{color:var(--text-primary)}.u-text-muted{color:var(--text-secondary)}.u-text-tertiary{color:var(--text-tertiary)}.u-text-success{color:#10b981}.u-text-danger{color:#ef4444}.gpu-layer-absolute{will-change:transform, opacity, left, top;backface-visibility:hidden;transform:translate(0,0)}.u-flex-1.u-flex-1{flex:1}.u-hidden-rel.u-hidden-rel{display:none;position:relative}.u-wfull-rel.u-wfull-rel{width:100%;position:relative}.u-tl-f1.u-tl-f1{text-align:left;flex:1}.u-hidden.u-hidden{display:none}.u-relative.u-relative{position:relative}.u-wfull.u-wfull{width:100%;padding-top:40px}.u-hidden-mw800.u-hidden-mw800{max-width:800px;margin:0 auto;padding-top:20px;display:none}.u-hidden-jend-mb24.u-hidden-jend-mb24{justify-content:flex-end;margin-bottom:24px;display:none}.u-col-g4.u-col-g4{flex-direction:column;gap:4px;display:flex}.u-col.u-col{flex-direction:column;display:flex}.u-col-g32-mw800.u-col-g32-mw800{flex-direction:column;gap:32px;max-width:800px;margin:0 auto;display:flex}.u-row-start-g12.u-row-start-g12{align-items:flex-start;gap:12px;display:flex}.u-row-mid-g16.u-row-mid-g16{align-items:center;gap:16px;display:flex}.u-text-right.u-text-right{text-align:right}.u-col-g24.u-col-g24{flex-direction:column;gap:24px;display:flex}.u-tc-p64px0.u-tc-p64px0{text-align:center;padding:64px 0}.u-row-mid-g12.u-row-mid-g12{align-items:center;gap:12px;display:flex}.u-row-start-split-mb24.u-row-start-split-mb24{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.u-grid-g12-mb28.u-grid-g12-mb28{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px;display:grid}.u-mb28.u-mb28{margin-bottom:28px}.u-col-g12.u-col-g12{flex-direction:column;gap:12px;display:flex}.u-row-mid-g16-mb20.u-row-mid-g16-mb20{align-items:center;gap:16px;margin-bottom:20px;display:flex}.u-grid-g12-mb24.u-grid-g12-mb24{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px;display:grid}.u-4.u-4{margin-right:4px}.u-row-mid-jmid-p20-wfull.u-row-mid-jmid-p20-wfull{justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex}.u-col-mid-tc-mb36-rel.u-col-mid-tc-mb36-rel{text-align:center;z-index:1;flex-direction:column;align-items:center;margin-bottom:36px;display:flex;position:relative}.u-row-mid-jmid-g8-mb16.u-row-mid-jmid-g8-mb16{justify-content:center;align-items:center;gap:8px;margin-bottom:16px;display:flex}.u-col-g12-mt8-rel.u-col-g12-mt8-rel{z-index:1;flex-direction:column;gap:12px;margin-top:8px;display:flex;position:relative}.u-row-split-mb24.u-row-split-mb24{justify-content:space-between;align-items:start;margin-bottom:24px;display:flex}.u-row-mid-g8.u-row-mid-g8{align-items:center;gap:8px;display:flex}.u-col-g16-mb24.u-col-g16-mb24{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.u-grid-g16.u-grid-g16{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.u-row-start-split-mb20.u-row-start-split-mb20{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.u-row-g8.u-row-g8{flex-wrap:wrap;gap:8px;display:flex}.u-rel.u-rel{z-index:1;position:relative}.u-row-end-split-rel.u-row-end-split-rel{z-index:1;justify-content:space-between;align-items:flex-end;display:flex;position:relative}.u-grid-g16-2.u-grid-g16-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.u-row-mid-split.u-row-mid-split{justify-content:space-between;align-items:center;display:flex}.u-col-g8.u-col-g8{flex-direction:column;gap:8px;display:flex}.u-tr-mt24.u-tr-mt24{text-align:right;margin-top:24px}.u-p10px24px.u-p10px24px{padding:10px 24px}.u-row-split-mb24-rel.u-row-split-mb24-rel{z-index:2;justify-content:space-between;align-items:start;margin-bottom:24px;display:flex;position:relative}.u-mb32.u-mb32{margin-bottom:32px}.u-col-g2.u-col-g2{flex-direction:column;gap:2px;display:flex}.u-row-g12.u-row-g12{gap:12px;display:flex}.u-grid-g10-mt8.u-grid-g10-mt8{gap:10px;margin-top:8px;display:grid}.u-grid-g8-mt8.u-grid-g8-mt8{gap:8px;margin-top:8px;display:grid}.u-mb10.u-mb10{margin-bottom:10px}.u-mb12.u-mb12{margin-bottom:12px}.u-row-mid-g8-2.u-row-mid-g8-2{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.u-grid-g8-mt10.u-grid-g8-mt10{gap:8px;margin-top:10px;display:grid}.u-row-mid-g14.u-row-mid-g14{align-items:center;gap:14px;display:flex}.u-col-g16.u-col-g16{flex-direction:column;gap:16px;display:flex}.u-row-mid-g10.u-row-mid-g10{align-items:center;gap:10px;display:flex}.u-col-start-jmid.u-col-start-jmid{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.u-tc-mb24.u-tc-mb24{text-align:center;margin-bottom:24px}.u-tc-mb32.u-tc-mb32{text-align:center;margin-bottom:32px}.u-grid-g12-mb32.u-grid-g12-mb32{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:32px;display:grid}.u-mt0.u-mt0{margin-top:0;padding-top:0}.u-fix.u-fix{z-index:9999;position:fixed}.user-widget-user-avatar.user-widget-user-avatar{cursor:pointer;background-image:url(/images/avatar-placeholder.svg);background-size:cover;border:1px solid #ffffff1a}.user-btn-sidebar-network-dot.user-btn-sidebar-network-dot{background:#10b981;border:2px solid #000;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.node-badge-top-banner.node-badge-top-banner{background:var(--status-error);color:#fff;padding:12px 24px;font-size:.9rem;font-weight:500;display:none}.node-badge-top-banner.node-badge-top-banner--deletion:not(.ui-terminal-shell-off):not(.u-hidden){color:inherit;font-size:inherit;font-weight:inherit;background:0 0;padding:0;display:block}.dev-selector-card.dev-selector-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:8px;align-items:center;gap:12px;padding:8px 12px;display:flex}.dev-selector-text.dev-selector-text{color:var(--text-secondary);font-size:.85rem;font-weight:500}.dev-selector-coverage-model-select.dev-selector-coverage-model-select{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;border-radius:6px;outline:none;padding:6px 10px;font-size:.9rem}.dev-selector-box.dev-selector-box{background:var(--border-subtle);width:1px;height:20px;margin:0 4px}.dev-selector-balance-card-clickable.dev-selector-balance-card-clickable{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:32px;padding:28px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;display:flex;box-shadow:0 8px 32px #0003}.balanc-clickabl-text.balanc-clickabl-text{color:#ffffff80;letter-spacing:.5px;text-transform:uppercase;align-items:center;gap:8px;font-size:.85rem;font-weight:500;display:flex}.balanc-clickabl-ph-info.balanc-clickabl-ph-info{color:#ffffff4d;font-size:1rem}.balanc-clickabl-grad.balanc-clickabl-grad{-webkit-text-fill-color:transparent;-webkit-background-clip:text;letter-spacing:-1px;background:linear-gradient(#fff 0%,#a1a1aa 100%);align-items:baseline;gap:6px;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:3.5rem;font-weight:300;display:flex}.balanc-clickabl-earnings-currency-symb.balanc-clickabl-earnings-currency-symb{-webkit-text-fill-color:initial;color:#fff6;font-size:2rem;font-weight:400}.balanc-clickabl-card.balanc-clickabl-card{background:#0003;border:1px solid #ffffff08;border-radius:16px;flex:1;max-width:250px;margin-left:32px;padding:18px}.balanc-clickabl-text-2.balanc-clickabl-text-2{color:#fff6;text-transform:uppercase;justify-content:space-between;margin-bottom:14px;font-size:.75rem;font-weight:600;display:flex}.balanc-clickabl-earnings-progress-text.balanc-clickabl-earnings-progress-text{color:#10b981}.balanc-clickabl-card-2.balanc-clickabl-card-2{background:#ffffff0d;border-radius:2px;height:4px;overflow:hidden}.balanc-clickabl-earnings-progress-bar.balanc-clickabl-earnings-progress-bar{background:linear-gradient(90deg,#059669,#10b981);border-radius:2px;width:0%;height:100%;transition:width 1s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #10b98180}.earnin-bar-departure-grace-banner.earnin-bar-departure-grace-banner{background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:12px;justify-content:space-between;align-items:center;padding:16px 20px;display:none}.depart-banner-ph-warning-circle.depart-banner-ph-warning-circle{color:#fbbf24;margin-top:2px;font-size:24px}.depart-banner-text.depart-banner-text{color:#fbbf24;margin-bottom:4px;font-size:.95rem;font-weight:600}.depart-banner-departure-banner-text.depart-banner-departure-banner-text{color:var(--text-secondary);font-size:.85rem}.depart-text-text.depart-text-text{color:var(--text-tertiary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:2px;font-size:.7rem}.depart-text-departure-grace-timer.depart-text-departure-grace-timer{color:#fff;font-family:monospace;font-size:1.1rem;font-weight:700}.depart-timer-departure-undo-btn.depart-timer-departure-undo-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.view-placehol-card.view-placehol-card{background:var(--bg-surface);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;display:inline-flex}.view-placehol-ph-lock-key.view-placehol-ph-lock-key{color:var(--text-tertiary);font-size:32px}.view-placehol-placeholder-title.view-placehol-placeholder-title{margin-bottom:8px;font-size:1.5rem;font-weight:600}.view-placehol-text.view-placehol-text{color:var(--text-secondary)}.view-earnings-earnings-trial-banner.view-earnings-earnings-trial-banner{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff08;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:12px 20px;display:none;box-shadow:0 4px 16px #0000001a}.earnin-banner-ph-info.earnin-banner-ph-info{color:#cbd5e1;font-size:1.25rem}.earnin-banner-text.earnin-banner-text{color:#e2e8f0;font-size:.95rem;font-weight:500}.earnin-banner-text-2.earnin-banner-text-2{color:#ffffff80;font-size:.8rem}.earnin-banner-glass-btn.earnin-banner-glass-btn{color:#cbd5e1;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:6px 12px;font-size:.85rem;font-weight:500;transition:all .2s}.timeli-routing-earnings-cycles-sectio.timeli-routing-earnings-cycles-sectio{color:#94a3b8;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px;padding-left:8px;font-size:.75rem;font-weight:600;display:none}.modal-slot-modal-card.modal-slot-modal-card{border:1px solid var(--border-subtle);background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);max-width:500px}.modal-slot-coverage-slot-modal-ti.modal-slot-coverage-slot-modal-ti{color:var(--text-primary);align-items:center;gap:8px;margin:0;font-size:1.25rem;font-weight:700;display:flex}.modal-slot-coverage-slot-modal-su.modal-slot-coverage-slot-modal-su{color:var(--text-tertiary);margin:6px 0 0;font-size:.85rem;font-weight:500}.modal-slot-icon-btn.modal-slot-icon-btn{color:var(--text-tertiary);cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.modal-slot-ph-x.modal-slot-ph-x{font-size:18px}.modal-slot-card.modal-slot-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;padding:14px}.modal-slot-text.modal-slot-text{color:var(--text-tertiary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:.65rem;font-weight:700}.modal-slot-coverage-slot-modal-ti-2.modal-slot-coverage-slot-modal-ti-2{color:var(--text-primary);font-family:IBM Plex Mono,monospace;font-size:.95rem;font-weight:700}.covera-time-coverage-slot-modal-ro.covera-time-coverage-slot-modal-ro{color:var(--text-primary);font-size:.95rem;font-weight:700}.covera-tasks-box.covera-tasks-box{color:var(--text-secondary);letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid #ffffff0d;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:8px;font-size:.8rem;font-weight:800;display:flex}.covera-tasks-ph-list-numbers.covera-tasks-ph-list-numbers{color:var(--accent-primary);font-size:1.1rem}.covera-responsi-text.covera-responsi-text{color:var(--text-tertiary);text-align:center;padding:20px;font-size:.9rem;font-style:italic}.modal-info-modal-card.modal-info-modal-card{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid #3b82f633;max-width:450px}.modal-info-company-modal-icon-bg.modal-info-company-modal-icon-bg{background:#3b82f61a;border:1px solid #3b82f633;border-radius:12px;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.compan-bg-ph-buildings.compan-bg-ph-buildings{color:var(--accent-primary);font-size:28px}.compan-bg-company-modal-name.compan-bg-company-modal-name{color:var(--text-primary);margin-bottom:2px;font-size:1.25rem;font-weight:700}.compan-bg-company-modal-sector.compan-bg-company-modal-sector{color:var(--accent-primary);letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;font-weight:600}.compan-sector-card.compan-sector-card{border:1px solid var(--border-subtle);background:#ffffff08;border-radius:12px;margin-bottom:20px;padding:16px}.compan-sector-company-modal-desc.compan-sector-company-modal-desc{color:var(--text-secondary);margin-bottom:0;font-size:.95rem;line-height:1.6}.compan-sector-card-2.compan-sector-card-2{background:#0003;border:1px solid #ffffff0d;border-radius:8px;padding:12px}.compan-sector-text.compan-sector-text{color:var(--text-tertiary);margin-bottom:4px;font-size:.75rem}.compan-sector-company-modal-service.compan-sector-company-modal-service{color:var(--text-primary);font-size:.9rem;font-weight:500}.compan-contract-text.compan-contract-text{color:var(--text-tertiary);margin-bottom:20px;padding:0 4px;font-size:.75rem;line-height:1.5}.compan-contract-btn-primary.compan-contract-btn-primary{background:var(--accent-primary);border:none;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;font-weight:600;display:flex;box-shadow:0 4px 12px #3b82f64d}.compan-contract-modal-overlay.compan-contract-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006}.modal-breakdow-modal-card.modal-breakdow-modal-card{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#0f172aa6;border:1px solid #ffffff1a;border-radius:36px;width:100%;max-width:440px;padding:40px 32px 32px;position:relative;overflow:hidden;box-shadow:0 40px 80px #0009,inset 0 1px #ffffff0d}.modal-breakdow-card.modal-breakdow-card{color:#fff9;cursor:pointer;z-index:10;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.modal-breakdow-ph-x.modal-breakdow-ph-x{font-size:14px;font-weight:700}.modal-breakdow-card-2.modal-breakdow-card-2{filter:blur(80px);pointer-events:none;z-index:0;background:#10b98159;border-radius:50%;width:250px;height:120px;position:absolute;top:-50px;left:50%;transform:translate(-50%)}.modal-breakdow-card-3.modal-breakdow-card-3{color:#fff9;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.modal-breakdow-balance-modal-cycle-ra.modal-breakdow-balance-modal-cycle-ra{color:#ffffff80;letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;font-weight:600}.balanc-range-text.balanc-range-text{color:#fff6;letter-spacing:.15em;text-transform:uppercase;margin-bottom:8px;font-size:.75rem;font-weight:600}.balanc-range-balance-modal-total.balanc-range-balance-modal-total{color:#fff;letter-spacing:-.04em;margin-bottom:20px;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:4rem;font-weight:200;line-height:1}.balanc-total-balance-modal-status-b.balanc-total-balance-modal-status-b{color:#fffc;letter-spacing:.05em;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:.7rem;font-weight:600;display:inline-flex}.balanc-badge-card.balanc-badge-card{z-index:1;background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;margin-bottom:24px;position:relative;overflow:hidden}.balanc-badge-box.balanc-badge-box{color:#fff6;letter-spacing:.1em;text-transform:uppercase;background:#0000001a;border-bottom:1px solid #ffffff0d;align-items:center;gap:8px;padding:14px 20px;font-size:.75rem;font-weight:600;display:flex}.balanc-badge-ph-calendar-blank.balanc-badge-ph-calendar-blank{font-size:.9rem}.balanc-badge-ios-wallet-list.balanc-badge-ios-wallet-list{scrollbar-width:none;flex-direction:column;max-height:220px;display:flex;overflow-y:auto}.balanc-list-card.balanc-list-card{z-index:1;background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;gap:16px;margin-bottom:32px;padding:20px;display:flex;position:relative}.balanc-list-card-2.balanc-list-card-2{color:#fff;background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.balanc-list-ph-arrows-left-right.balanc-list-ph-arrows-left-right{font-size:16px}.balanc-list-strong.balanc-list-strong{color:#fff;margin-bottom:12px;font-size:.95rem;font-weight:600;display:block}.balanc-list-text.balanc-list-text{color:#ffffff80;align-items:flex-start;gap:10px;font-size:.82rem;line-height:1.4;display:flex}.balanc-list-ph-check-circle.balanc-list-ph-check-circle{color:#ffffff4d;margin-top:1px;font-size:.95rem}.balanc-list-strong-2.balanc-list-strong-2{color:#ffffffe6;font-weight:500}.modal-matrix-modal-card.modal-matrix-modal-card{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#0f172aa6;border:1px solid #ffffff1a;border-radius:24px;width:90%;max-width:800px;box-shadow:0 24px 48px #00000080,inset 0 1px #ffffff1a}.modal-matrix-text.modal-matrix-text{color:var(--text-primary);margin-top:0;margin-bottom:8px;font-size:1.5rem;font-weight:600}.modal-matrix-grad.modal-matrix-grad{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background:linear-gradient(135deg,#a78bfa 0%,#8b5cf6 100%);-webkit-background-clip:text;background-clip:text;font-size:1rem;font-weight:700}.modal-matrix-card.modal-matrix-card{color:#a78bfa;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:500}.modal-matrix-box.modal-matrix-box{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.modal-matrix-ph-x.modal-matrix-ph-x{font-size:24px}.modal-matrix-card-2.modal-matrix-card-2{background:#1e293b66;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;justify-content:space-between;gap:32px;padding:24px;display:flex}.modal-matrix-text-2.modal-matrix-text-2{color:var(--text-secondary);font-size:1.2rem;font-weight:700}.modal-matrix-card-3.modal-matrix-card-3{color:var(--text-tertiary);background:#ffffff0d;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:800}.modal-matrix-card-4.modal-matrix-card-4{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff0d;border-radius:8px;padding:4px 10px;font-size:.75rem;font-weight:600}.modal-matrix-text-3.modal-matrix-text-3{color:var(--text-tertiary);letter-spacing:1px;text-transform:uppercase;margin-bottom:4px;font-size:.7rem}.modal-matrix-modal-std-value.modal-matrix-modal-std-value{color:var(--text-primary);letter-spacing:-.5px;font-size:1.75rem;font-weight:800}.modal-value-card.modal-value-card{background:#0f172a99;border:1px solid #60a5fa4d;border-radius:20px;flex-direction:column;justify-content:space-between;gap:32px;padding:24px;display:flex;position:relative;overflow:hidden}.modal-value-grad.modal-value-grad{background:radial-gradient(circle,#60a5fa26 0%,#0000 70%);border-radius:50%;width:150px;height:150px;position:absolute;top:-50px;right:-50px}.modal-value-text.modal-value-text{color:#60a5fa;font-size:1.2rem;font-weight:700}.modal-value-card-2.modal-value-card-2{color:#60a5fa;background:#60a5fa1a;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:800}.modal-value-card-3.modal-value-card-3{color:#93c5fd;background:#60a5fa1a;border:1px solid #60a5fa26;border-radius:8px;padding:4px 10px;font-size:.75rem;font-weight:600}.modal-value-text-2.modal-value-text-2{color:#60a5fa99;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px;font-size:.7rem}.modal-value-modal-prem-value.modal-value-modal-prem-value{color:#60a5fa;letter-spacing:-.5px;font-size:1.75rem;font-weight:800}.modal-value-card-4.modal-value-card-4{color:#60a5fa;background:#60a5fa26;border-radius:8px;padding:4px 8px;font-size:.75rem;font-weight:800}.modal-value-glow.modal-value-glow{background:#0f172acc;border:1px solid #a78bfa66;border-radius:20px;flex-direction:column;justify-content:space-between;gap:32px;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #a78bfa26}.modal-value-grad-2.modal-value-grad-2{background:radial-gradient(circle,#a78bfa40 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-60px;right:-60px}.modal-value-text-3.modal-value-text-3{color:#c084fc;align-items:center;gap:8px;font-size:1.4rem;font-weight:800;display:flex}.modal-value-ph-diamond.modal-value-ph-diamond{text-shadow:0 0 10px #c084fc80}.modal-value-glow-2.modal-value-glow-2{color:#c084fc;background:#a78bfa26;border:1px solid #a78bfa4d;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:800;box-shadow:0 0 10px #a78bfa33}.modal-value-card-5.modal-value-card-5{color:#d8b4fe;background:#a78bfa26;border:1px solid #a78bfa33;border-radius:8px;padding:4px 10px;font-size:.75rem;font-weight:700}.modal-value-text-4.modal-value-text-4{color:#c084fccc;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px;font-size:.7rem}.modal-value-modal-diamond-value.modal-value-modal-diamond-value{color:#c084fc;letter-spacing:-1px;text-shadow:0 0 15px #a78bfa4d;font-size:2rem;font-weight:800}.modal-value-glow-3.modal-value-glow-3{color:#c084fc;background:#a78bfa33;border-radius:10px;padding:6px 12px;font-size:.85rem;font-weight:800;box-shadow:0 0 10px #a78bfa33}.modal-value-grad-3.modal-value-grad-3{background:linear-gradient(135deg,#10b9810d,#0f172a66);border:1px solid #10b98133;border-radius:16px;flex-direction:column;justify-content:space-between;gap:16px;padding:20px;display:flex}.modal-value-card-6.modal-value-card-6{background:#10b9811a;border:1px solid #10b98133;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.modal-value-ph-sparkle.modal-value-ph-sparkle{color:#10b981;font-size:14px}.modal-value-text-5.modal-value-text-5{color:#10b981;letter-spacing:.5px;text-transform:uppercase;font-size:.85rem;font-weight:700}.modal-value-ph-target.modal-value-ph-target{color:#10b981b3}.modal-value-text-6.modal-value-text-6{color:var(--text-primary);font-size:.85rem}.modal-value-grad-4.modal-value-grad-4{background:linear-gradient(135deg,#06b6d40d,#0f172a66);border:1px solid #06b6d433;border-radius:16px;flex-direction:column;justify-content:space-between;gap:16px;padding:20px;display:flex}.modal-value-card-7.modal-value-card-7{background:#06b6d41a;border:1px solid #06b6d433;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.modal-value-ph-lightning.modal-value-ph-lightning{color:#06b6d4;font-size:14px}.modal-value-text-7.modal-value-text-7{color:#06b6d4;letter-spacing:.5px;text-transform:uppercase;font-size:.85rem;font-weight:700}.modal-value-card-8.modal-value-card-8{color:#06b6d4;background:#06b6d426;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:.75rem;font-weight:700}.modal-value-ph-check-circle.modal-value-ph-check-circle{color:#06b6d4b3}.modal-value-box.modal-value-box{border-top:1px dashed #06b6d433;align-items:center;gap:8px;margin-top:4px;padding-top:8px;display:flex}.modal-value-ph-currency-dollar.modal-value-ph-currency-dollar{color:#10b981;font-size:16px}.modal-value-text-8.modal-value-text-8{color:#10b981;font-size:.85rem;font-weight:700}.modal-performa-modal-card.modal-performa-modal-card{-webkit-backdrop-filter:blur(48px);backdrop-filter:blur(48px);background:linear-gradient(145deg,#1e293b66,#0f172a99);border:1px solid #ffffff26;border-radius:28px;width:90%;max-width:480px;padding:36px;position:relative;overflow:hidden;box-shadow:0 32px 64px #0009,inset 0 1px #fff3,inset 0 0 20px #ffffff05}.modal-performa-grad.modal-performa-grad{pointer-events:none;background:linear-gradient(#ffffff0a 0%,#0000 40%);border-radius:28px;width:100%;height:100%;position:absolute;top:0;left:0}.modal-performa-text.modal-performa-text{color:var(--text-tertiary);letter-spacing:1px;text-transform:uppercase;margin-bottom:4px;font-size:.75rem;font-weight:700}.modal-performa-ppm-date-header.modal-performa-ppm-date-header{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.modal-performa-glass.modal-performa-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;outline:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}.modal-performa-ph-x.modal-performa-ph-x{color:var(--text-primary);font-size:14px;font-weight:700}.modal-performa-text-2.modal-performa-text-2{color:var(--text-secondary);margin-bottom:12px;font-size:.8rem;font-weight:700}.ppm-list-box.ppm-list-box{border-top:1px dashed #ffffff1a;justify-content:space-between;align-items:flex-end;padding-top:24px;display:flex}.ppm-list-text.ppm-list-text{color:var(--text-secondary);margin-bottom:4px;font-size:.8rem;font-weight:700}.ppm-list-ppm-base-val.ppm-list-ppm-base-val{color:var(--text-tertiary);font-family:monospace;font-size:.75rem}.ppm-val-ppm-cov-val.ppm-val-ppm-cov-val{color:#10b981cc;font-family:monospace;font-size:.75rem}.ppm-val-text.ppm-val-text{color:var(--text-tertiary);margin-bottom:2px;font-size:.75rem;font-weight:700}.ppm-val-ppm-total-val.ppm-val-ppm-total-val{color:var(--text-primary);letter-spacing:-1px;font-size:2rem;font-weight:800}.modal-saida-modal-card.modal-saida-modal-card{border:1px solid var(--border-subtle);background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);max-width:460px}.saida-closed-card.saida-closed-card{text-align:center;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;margin-bottom:20px;padding:20px}.saida-closed-ph-clock.saida-closed-ph-clock{color:var(--text-tertiary);font-size:28px}.saida-closed-text.saida-closed-text{color:var(--text-primary);margin:12px 0 6px;font-size:.95rem;font-weight:600}.saida-closed-text-2.saida-closed-text-2{color:var(--text-tertiary);font-size:.85rem;line-height:1.6}.saida-closed-card-2.saida-closed-card-2{border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;background:#ffffff0d;border-radius:8px;width:100%;padding:12px;font-weight:600}.saida-active-card.saida-active-card{background:#3b82f60d;border:1px solid #3b82f633;border-left:3px solid #3b82f6;border-radius:8px;align-items:flex-start;gap:12px;margin-bottom:16px;padding:12px 16px;display:flex}.saida-active-ph-info.saida-active-ph-info{color:#3b82f6;margin-top:2px;font-size:18px}.saida-active-text.saida-active-text{color:#93c5fd;margin-bottom:2px;font-size:.85rem;font-weight:600}.saida-active-text-2.saida-active-text-2{color:var(--text-secondary);font-size:.8rem;line-height:1.5}.saida-active-card-2.saida-active-card-2{background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;margin-bottom:20px;padding:16px}.saida-active-text-3.saida-active-text-3{color:var(--text-primary);margin:0 0 10px;font-size:.9rem;font-weight:600}.saida-active-text-4.saida-active-text-4{color:var(--text-secondary);margin:0;padding-left:18px;font-size:.82rem;line-height:1.7}.saida-active-u-hidden.saida-active-u-hidden{color:#f87171;margin-bottom:12px;font-size:.8rem}.saida-error-btn-confirm-saida.saida-error-btn-confirm-saida{color:#0f172a;cursor:pointer;background:#ffffffe6;border:none;border-radius:8px;flex:1;padding:12px;font-weight:600;transition:background .2s}.saida-error-card.saida-error-card{border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;background:#ffffff0d;border-radius:8px;flex:1;padding:12px;font-weight:600;transition:background .2s}.dev-drawer-text.dev-drawer-text{color:var(--text-secondary);font-size:.78rem}.dev-drawer-apple-switch-wrapper.dev-drawer-apple-switch-wrapper{transform:scale(.9)}.dev-drawer-text-2.dev-drawer-text-2{color:var(--text-secondary);flex-shrink:0;width:110px;font-size:.75rem}.dev-drawer-text-3.dev-drawer-text-3{color:var(--text-secondary);flex-shrink:0;width:140px;font-size:.75rem}.dev-drawer-text-4.dev-drawer-text-4{color:var(--text-secondary);flex-shrink:0;width:76px;font-size:.75rem}.dev-drawer-text-5.dev-drawer-text-5{color:#ffffff4d;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:6px;font-size:.68rem}.dev-drawer-card.dev-drawer-card{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:0;padding:10px 16px;display:flex}.dev-drawer-dev-date-dd.dev-drawer-dev-date-dd{caret-color:#818cf8;color:#e2e8f0;letter-spacing:2px;text-align:center;background:0 0;border:none;outline:none;width:38px;padding:0;font-family:SF Mono,ui-monospace,monospace;font-size:1.55rem;font-weight:700}.dev-drawer-text-6.dev-drawer-text-6{color:#fff3;-webkit-user-select:none;user-select:none;padding:0 4px;font-size:1.6rem;font-weight:200;line-height:1}.dev-drawer-dev-date-yyyy.dev-drawer-dev-date-yyyy{caret-color:#818cf8;color:#e2e8f0;letter-spacing:2px;text-align:center;background:0 0;border:none;outline:none;width:60px;padding:0;font-family:SF Mono,ui-monospace,monospace;font-size:1.55rem;font-weight:700}.dev-drawer-text-7.dev-drawer-text-7{color:#fff3;-webkit-user-select:none;user-select:none;padding:0 8px;font-size:1.6rem;font-weight:200;line-height:1}.dev-drawer-btn-apply-time-travel.dev-drawer-btn-apply-time-travel{color:#a5b4fc;cursor:pointer;white-space:nowrap;background:#6366f12e;border:1px solid #6366f173;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:6px;padding:9px 14px;font-size:.85rem;font-weight:600;transition:background .15s;display:flex}.dev-drawer-btn-reset-time-travel.dev-drawer-btn-reset-time-travel{color:#f87171;cursor:pointer;white-space:nowrap;background:#ef44441f;border:1px solid #ef44444d;border-radius:9px;align-items:center;gap:6px;padding:9px 14px;font-size:.85rem;transition:background .15s;display:flex}.dev-drawer-dev-time-travel-status.dev-drawer-dev-time-travel-status{color:#ffffff59;width:100%;min-height:14px;margin-top:2px;font-family:monospace;font-size:.71rem;line-height:1.4}.dev-card-text.dev-card-text{color:var(--text-tertiary);font-size:.65rem;font-weight:400}.dev-card-dev-apply-cards-btn.dev-card-dev-apply-cards-btn{color:#a78bfa;cursor:pointer;background:#8b5cf61f;border:1px solid #8b5cf64d;border-radius:6px;width:100%;margin-top:4px;padding:7px;font-size:.8rem;font-weight:600;transition:all .2s}.schedu-card-unit-header.schedu-card-unit-header{border-bottom:1px solid #ffffff0d;margin-bottom:16px;padding-bottom:16px}.schedu-card-unit-date.schedu-card-unit-date{font-size:1.4rem}.schedu-card-unit-status-text.schedu-card-unit-status-text{align-items:center;gap:8px;font-size:.9rem;display:flex}.schedu-card-svg.schedu-card-svg{transform:rotate(-90deg)}.schedu-card-circle.schedu-card-circle{transition:stroke-dashoffset .4s ease-out,stroke .4s}.schedu-row-sc-coverage-slot-row.schedu-row-sc-coverage-slot-row{background:#ffffff05;border-radius:12px;justify-content:space-between;align-items:center;padding:16px 20px;transition:all .3s;display:flex}.schedu-row-sc-coverage-slot-row-n.schedu-row-sc-coverage-slot-row-n{color:#fff;font-size:1.1rem;font-weight:600;transition:color .3s}.schedu-row-sc-coverage-slot-row-t.schedu-row-sc-coverage-slot-row-t{color:var(--text-secondary);font-size:.95rem}.schedu-row-sc-decline-btn.schedu-row-sc-decline-btn{color:#ffffff26;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.schedu-row-ph-x.schedu-row-ph-x{font-size:16px;font-weight:700}.schedu-row-fill.schedu-row-fill{background:#ffffff14;width:1px;height:16px}.schedu-row-apple-switch-wrapper.schedu-row-apple-switch-wrapper{margin-left:2px;transform:scale(1.15)}.schedu-potentia-sc-yield-tooltip.schedu-potentia-sc-yield-tooltip{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#0f172ab3;border:1px solid #ffffff14;border-radius:24px;width:240px;padding:16px;box-shadow:0 24px 48px #0006,inset 0 1px #ffffff1a}.schedu-potentia-card.schedu-potentia-card{background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.schedu-potentia-text.schedu-potentia-text{color:var(--text-tertiary);font-size:.7rem;font-weight:800}.schedu-potentia-text-2.schedu-potentia-text-2{color:var(--text-primary);font-size:.9rem;font-weight:600}.schedu-potentia-text-3.schedu-potentia-text-3{color:var(--text-primary);font-size:1rem;font-weight:700}.schedu-potentia-text-4.schedu-potentia-text-4{color:var(--text-tertiary);justify-content:flex-end;font-family:monospace;font-size:.65rem;display:flex}.schedu-potentia-text-5.schedu-potentia-text-5{color:#ffffff1a;margin:0 4px}.schedu-potentia-text-6.schedu-potentia-text-6{color:#10b981cc}.schedu-potentia-card-2.schedu-potentia-card-2{background:#60a5fa1a;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.schedu-potentia-text-7.schedu-potentia-text-7{color:#60a5fa;font-size:.7rem;font-weight:800}.schedu-potentia-text-8.schedu-potentia-text-8{color:#60a5fa;font-size:.9rem;font-weight:600}.schedu-potentia-text-9.schedu-potentia-text-9{color:#60a5fa;font-size:1.05rem;font-weight:700}.schedu-potentia-text-10.schedu-potentia-text-10{color:#60a5fab3;justify-content:flex-end;font-family:monospace;font-size:.65rem;display:flex}.schedu-potentia-text-11.schedu-potentia-text-11{color:#60a5fa4d;margin:0 4px}.schedu-potentia-text-12.schedu-potentia-text-12{color:#10b981e6}.schedu-potentia-grad.schedu-potentia-grad{background:linear-gradient(135deg,#a78bfa,#8b5cf6);border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 4px 12px #8b5cf64d}.schedu-potentia-ph-diamond.schedu-potentia-ph-diamond{color:#fff;font-size:14px}.schedu-potentia-text-13.schedu-potentia-text-13{color:#c084fc;font-size:.95rem;font-weight:700}.schedu-potentia-text-14.schedu-potentia-text-14{color:#c084fc;text-shadow:0 0 10px #a78bfa4d;font-size:1.15rem;font-weight:800}.schedu-potentia-text-15.schedu-potentia-text-15{color:#c084fccc;justify-content:flex-end;font-family:monospace;font-size:.65rem;display:flex}.schedu-potentia-text-16.schedu-potentia-text-16{color:#c084fc4d;margin:0 4px}.schedu-dot-sc-cal-dot.schedu-dot-sc-cal-dot{border-radius:50%;width:6px;height:6px;margin:0 2px}.compan-row-balance-day-row.compan-row-balance-day-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:14px 20px;transition:background .2s;display:flex}.compan-row-balance-day-row-name.compan-row-balance-day-row-name{color:#ffffffe6;font-size:.9rem;font-weight:600}.compan-row-balance-day-row-num.compan-row-balance-day-row-num{color:#fff6;font-size:.75rem;font-weight:500}.compan-row-balance-day-row-amoun.compan-row-balance-day-row-amoun{letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:.95rem;font-weight:500}.perfor-modal-confirm-panel.perfor-modal-confirm-panel{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#0f172af2;border:1px solid #ffffff1a;width:400px;max-width:90vw}.rdash-receipt-text.rdash-receipt-text{margin-bottom:8px;font-size:48px}.rdash-receipt-text-2.rdash-receipt-text-2{color:#c084fc;letter-spacing:2px;text-transform:uppercase;font-size:1.2rem;font-weight:600}.rdash-receipt-text-3.rdash-receipt-text-3{color:var(--text-secondary);font-size:.9rem}.rdash-receipt-text-4.rdash-receipt-text-4{color:#fff;letter-spacing:-1px;font-size:3.5rem;font-weight:700}.rdash-receipt-text-5.rdash-receipt-text-5{color:var(--text-secondary);justify-content:center;gap:16px;margin-top:8px;font-size:.85rem;display:flex}.rdash-receipt-text-6.rdash-receipt-text-6{color:#fff}.rdash-receipt-card.rdash-receipt-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;padding:16px}.rdash-receipt-text-7.rdash-receipt-text-7{color:var(--text-secondary);text-transform:uppercase;margin-bottom:4px;font-size:.8rem}.rdash-receipt-text-8.rdash-receipt-text-8{color:#fff;font-size:1.5rem;font-weight:600}.rdash-receipt-confirm-btn.rdash-receipt-confirm-btn{color:#fff;background:#ffffff1a;width:100%}.node-tooltip-ph-info.node-tooltip-ph-info{font-size:.85rem}.node-tooltip-ph-arrow-right.node-tooltip-ph-arrow-right{font-size:.7rem}.earnin-banner-glass-btn.earnin-banner-glass-btn:hover{background:#ffffff1a}.modal-performa-glass.modal-performa-glass:hover{background:#ffffff26}.schedu-row-sc-decline-btn.schedu-row-sc-decline-btn:hover{color:#ef4444;background:#ef44441a}@keyframes blink{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.responsive-only{display:none!important}@media (width<=1024px){:root{--sidebar-collapsed-width:56px}.app-sidebar,.app-sidebar:hover{width:var(--sidebar-collapsed-width)!important}.nav-item{padding-left:4px!important;padding-right:4px!important}.app-sidebar:hover .nav-item span,.app-sidebar:hover .brand-name{opacity:0!important}.app-main{left:calc(var(--sidebar-collapsed-width) + 36px)}#cx-layout{grid-template-columns:1fr 0 0!important;height:calc(100vh - 119px)!important;transition:grid-template-columns .42s cubic-bezier(.32,0,0,1)!important;overflow:hidden!important}#cx-layout .cx-panel.cx-left,#cx-layout .cx-center,#cx-layout .cx-panel.cx-right{flex-direction:column!important;min-width:0!important;display:flex!important;overflow:hidden!important}#cx-layout.cx--chat-active{grid-template-columns:0 3fr 2fr!important}#cx-layout.cx--chat-active .cx-panel.cx-right{animation:.42s cubic-bezier(.32,0,0,1) both cx-ai-slide-in;border-left:1px solid #ffffff0f!important}@keyframes cx-ai-slide-in{0%{opacity:.2;transform:translate(20px)}to{opacity:1;transform:translate(0)}}#view-console .cw-chat-scroll{flex:1 1 0;min-height:0;overflow-y:auto}#view-console .ig-composer-wrapper{flex-shrink:0}.btn-back-to-inbox{width:34px;height:34px;color:var(--text-secondary,#fff9);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;transition:color .15s,background .15s;display:none}.responsive-only.btn-back-to-inbox{display:flex!important}.btn-back-to-inbox:hover{color:var(--text-primary,#fff);background:#ffffff12}.btn-back-to-inbox:active{background:#ffffff1f}.ov-hero-massive{flex-direction:column;align-items:flex-start;gap:32px;padding:28px 32px}.ov-hero-content{max-width:100%}.ov-hero-title{font-size:2.2rem}.ov-hero-subtitle{max-width:100%}.ov-graph-widget{grid-column:span 12}.ov-action-widget,.ov-gamification-widget{grid-column:span 6}.earnings-hero-grid{grid-template-columns:1fr;gap:20px}#earnings-hero-amount{font-size:3rem}.clearance-hub-layout{grid-template-columns:1fr}.vision-hub-container{padding:24px}.vision-card-hz{padding:24px 28px}.vision-card-hz-title{font-size:1.4rem}.pool-glass-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.pf-shell{flex-direction:column;width:min(860px,96vw);height:min(700px,92vh)}.pf-sidebar{border-bottom:1px solid #ffffff0f;border-right:none;flex-direction:row;width:100%;overflow-x:auto}.ash{padding:32px 20px 48px}#balance-card-clickable{gap:16px;flex-direction:column!important}#balance-card-clickable>div:last-child{max-width:100%!important;margin-left:0!important}}@media (width<=768px){:root{--sidebar-collapsed-width:48px}.app-sidebar{border-radius:16px;height:calc(100vh - 24px);padding:16px 8px;top:12px;left:12px}.app-main{top:12px;bottom:12px;right:12px;left:calc(var(--sidebar-collapsed-width) + 24px);border-radius:16px}.app-content{padding:16px}#view-console .cx-v2-layout{grid-template-columns:1fr!important}.cx-panel.cx-left{display:none!important}.cx-panel.cx-left.is-open{flex-direction:column;animation:.3s cubic-bezier(.4,0,.2,1) forwards slide-in-left;box-shadow:8px 0 32px #00000080;z-index:500!important;background:var(--bg-page,#09090b)!important;width:280px!important;max-width:85vw!important;display:flex!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;overflow-y:auto!important}@keyframes slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}.ov-bento-grid{gap:16px}.ov-hero-massive{grid-row:span 2;padding:24px}.ov-hero-title{font-size:1.8rem}.ov-graph-widget{grid-area:span 3/span 12}.ov-action-widget,.ov-gamification-widget{grid-column:span 12}.ov-widget{border-radius:20px;padding:24px}#view-overview{padding:0 16px 16px}#earnings-hero-amount{font-size:2.5rem}.vision-card-hz{flex-direction:column;align-items:flex-start;gap:20px;padding:24px}.vision-card-hz-right{justify-content:space-between;align-self:stretch}.vision-card-hz-title{font-size:1.2rem}.eng-card{padding:32px 20px 24px}#view-schedule .modular-unit-card{border-radius:16px;padding:16px}.cycle-nav__btn{width:36px;height:36px}.eng-drop-row{gap:12px;flex-direction:column!important}.cx-drawer{max-width:90vw!important}.ig-composer-wrapper{margin-left:12px!important;margin-right:12px!important}.earnings-cycles-grid{grid-template-columns:1fr!important}}}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/fonts/inter/inter-cyrillic-ext.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:300;font-display:swap;src:url(/fonts/inter/inter-cyrillic.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:300;font-display:swap;src:url(/fonts/inter/inter-greek-ext.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/fonts/inter/inter-greek.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:300;font-display:swap;src:url(/fonts/inter/inter-vietnamese.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:300;font-display:swap;src:url(/fonts/inter/inter-latin-ext.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:300;font-display:swap;src:url(/fonts/inter/inter-latin.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;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter/inter-cyrillic-ext.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:400;font-display:swap;src:url(/fonts/inter/inter-cyrillic.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:400;font-display:swap;src:url(/fonts/inter/inter-greek-ext.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter/inter-greek.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:400;font-display:swap;src:url(/fonts/inter/inter-vietnamese.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:400;font-display:swap;src:url(/fonts/inter/inter-latin-ext.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:400;font-display:swap;src:url(/fonts/inter/inter-latin.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;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/inter/inter-cyrillic-ext.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:500;font-display:swap;src:url(/fonts/inter/inter-cyrillic.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:500;font-display:swap;src:url(/fonts/inter/inter-greek-ext.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/inter/inter-greek.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:500;font-display:swap;src:url(/fonts/inter/inter-vietnamese.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:500;font-display:swap;src:url(/fonts/inter/inter-latin-ext.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:500;font-display:swap;src:url(/fonts/inter/inter-latin.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;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter/inter-cyrillic-ext.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:600;font-display:swap;src:url(/fonts/inter/inter-cyrillic.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:600;font-display:swap;src:url(/fonts/inter/inter-greek-ext.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter/inter-greek.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:600;font-display:swap;src:url(/fonts/inter/inter-vietnamese.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:600;font-display:swap;src:url(/fonts/inter/inter-latin-ext.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:600;font-display:swap;src:url(/fonts/inter/inter-latin.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;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter/inter-cyrillic-ext.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:700;font-display:swap;src:url(/fonts/inter/inter-cyrillic.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:700;font-display:swap;src:url(/fonts/inter/inter-greek-ext.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter/inter-greek.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:700;font-display:swap;src:url(/fonts/inter/inter-vietnamese.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:700;font-display:swap;src:url(/fonts/inter/inter-latin-ext.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:700;font-display:swap;src:url(/fonts/inter/inter-latin.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:Noto Color Emoji;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/noto-color-emoji/noto-color-emoji-0.woff2)format("woff2");unicode-range:U+1F1E6-1F1FF}@font-face{font-family:Noto Color Emoji;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/noto-color-emoji/noto-color-emoji-1.woff2)format("woff2");unicode-range:U+200D,U+2620,U+26A7,U+FE0F,U+1F308,U+1F38C,U+1F3C1,U+1F3F3-1F3F4,U+1F6A9,U+E0062-E0063,U+E0065,U+E0067,U+E006C,U+E006E,U+E0073-E0074,U+E0077,U+E007F}@font-face{font-family:Noto Color Emoji;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/noto-color-emoji/noto-color-emoji-2.woff2)format("woff2");unicode-range:U+23,U+2A,U+30-39,U+A9,U+AE,U+200D,U+203C,U+2049,U+20E3,U+2122,U+2139,U+2194-2199,U+21A9-21AA,U+23CF,U+23E9-23EF,U+23F8-23FA,U+24C2,U+25AA-25AB,U+25B6,U+25C0,U+25FB-25FE,U+2611,U+2622-2623,U+2626,U+262A,U+262E-262F,U+2638,U+2640,U+2642,U+2648-2653,U+2660,U+2663,U+2665-2666,U+2668,U+267B,U+267E-267F,U+2695,U+269B-269C,U+26A0,U+26A7,U+26AA-26AB,U+26CE,U+26D4,U+2705,U+2714,U+2716,U+271D,U+2721,U+2733-2734,U+2747,U+274C,U+274E,U+2753-2755,U+2757,U+2764,U+2795-2797,U+27A1,U+27B0,U+27BF,U+2934-2935,U+2B05-2B07,U+2B1B-2B1C,U+2B55,U+3030,U+303D,U+3297,U+3299,U+FE0F,U+1F170-1F171,U+1F17E-1F17F,U+1F18E,U+1F191-1F19A,U+1F201-1F202,U+1F21A,U+1F22F,U+1F232-1F23A,U+1F250-1F251,U+1F310,U+1F3A6,U+1F3B5-1F3B6,U+1F3BC,U+1F3E7,U+1F441,U+1F499-1F49C,U+1F49F-1F4A0,U+1F4AC-1F4AD,U+1F4B1-1F4B2,U+1F4B9,U+1F4DB,U+1F4F2-1F4F6,U+1F500-1F507,U+1F515,U+1F518-1F524,U+1F52F-1F53D,U+1F549,U+1F54E,U+1F5A4,U+1F5E8,U+1F5EF,U+1F6AB,U+1F6AD-1F6B1,U+1F6B3,U+1F6B7-1F6BC,U+1F6BE,U+1F6C2-1F6C5,U+1F6D0-1F6D1,U+1F6D7,U+1F6DC,U+1F7E0-1F7EB,U+1F7F0,U+1F90D-1F90E,U+1F9D1-1F9D2,U+1F9E1,U+1FA75-1FA77,U+1FAAF}@font-face{font-family:Noto Color Emoji;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/noto-color-emoji/noto-color-emoji-3.woff2)format("woff2");unicode-range:U+200D,U+231A-231B,U+2328,U+23F0-23F3,U+2602,U+260E,U+2692,U+2694,U+2696-2697,U+2699,U+26B0-26B1,U+26CF,U+26D1,U+26D3,U+2702,U+2709,U+270F,U+2712,U+FE0F,U+1F302,U+1F321,U+1F392-1F393,U+1F3A9,U+1F3BD,U+1F3EE,U+1F3F7,U+1F3FA,U+1F451-1F462,U+1F484,U+1F489-1F48A,U+1F48C-1F48E,U+1F4A1,U+1F4A3,U+1F4A5,U+1F4B0,U+1F4B3-1F4B8,U+1F4BB-1F4DA,U+1F4DC-1F4F1,U+1F4FF,U+1F508-1F514,U+1F516-1F517,U+1F526-1F529,U+1F52C-1F52E,U+1F550-1F567,U+1F56F-1F570,U+1F576,U+1F587,U+1F58A-1F58D,U+1F5A5,U+1F5A8,U+1F5B1-1F5B2,U+1F5C2-1F5C4,U+1F5D1-1F5D3,U+1F5DC-1F5DE,U+1F5E1,U+1F5F3,U+1F6AA,U+1F6AC,U+1F6BD,U+1F6BF,U+1F6C1,U+1F6CB,U+1F6CD-1F6CF,U+1F6D2,U+1F6E0-1F6E1,U+1F6F0,U+1F97B-1F97F,U+1F9AF,U+1F9BA,U+1F9E2-1F9E6,U+1F9EA-1F9EC,U+1F9EE-1F9F4,U+1F9F7-1F9FF,U+1FA71-1FA74,U+1FA79-1FA7B,U+1FA86,U+1FA8E-1FA8F,U+1FA91-1FA93,U+1FA96,U+1FA99-1FAA0,U+1FAA2-1FAA7,U+1FAAA-1FAAE}@font-face{font-family:Noto Color Emoji;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/noto-color-emoji/noto-color-emoji-4.woff2)format("woff2");unicode-range:U+265F,U+26BD-26BE,U+26F3,U+26F8,U+FE0F,U+1F004,U+1F0CF,U+1F380-1F384,U+1F386-1F38B,U+1F38D-1F391,U+1F396-1F397,U+1F399-1F39B,U+1F39E-1F39F,U+1F3A3-1F3A5,U+1F3A7-1F3A9,U+1F3AB-1F3B4,U+1F3B7-1F3BB,U+1F3BD-1F3C0,U+1F3C5-1F3C6,U+1F3C8-1F3C9,U+1F3CF-1F3D3,U+1F3F8-1F3F9,U+1F47E,U+1F4E2,U+1F4F7-1F4FD,U+1F52B,U+1F579,U+1F58C-1F58D,U+1F5BC,U+1F6F7,U+1F6F9,U+1F6FC,U+1F93F,U+1F941,U+1F945,U+1F947-1F94F,U+1F9E7-1F9E9,U+1F9F5-1F9F6,U+1FA70-1FA71,U+1FA80-1FA81,U+1FA83-1FA85,U+1FA87-1FA8A,U+1FA94-1FA95,U+1FA97-1FA98,U+1FAA1,U+1FAA9,U+1FADF}@font-face{font-family:Noto Color Emoji;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/noto-color-emoji/noto-color-emoji-5.woff2)format("woff2");unicode-range:U+2693,U+26E9-26EA,U+26F1-26F2,U+26F4-26F5,U+26FA,U+26FD,U+2708,U+FE0F,U+1F301,U+1F303,U+1F306-1F307,U+1F309,U+1F310,U+1F3A0-1F3A2,U+1F3AA,U+1F3CD-1F3CE,U+1F3D5,U+1F3D7-1F3DB,U+1F3DF-1F3E6,U+1F3E8-1F3ED,U+1F3EF-1F3F0,U+1F488,U+1F492,U+1F4BA,U+1F54B-1F54D,U+1F5FA-1F5FF,U+1F680-1F6A2,U+1F6A4-1F6A8,U+1F6B2,U+1F6D1,U+1F6D5-1F6D6,U+1F6DD-1F6DF,U+1F6E2-1F6E5,U+1F6E9,U+1F6EB-1F6EC,U+1F6F3-1F6F6,U+1F6F8,U+1F6FA-1F6FB,U+1F9BC-1F9BD,U+1F9ED,U+1F9F3,U+1FA7C}@font-face{font-family:Noto Color Emoji;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/noto-color-emoji/noto-color-emoji-6.woff2)format("woff2");unicode-range:U+200D,U+2615,U+FE0F,U+1F32D-1F330,U+1F336,U+1F33D,U+1F344-1F37F,U+1F382,U+1F52A,U+1F7E9,U+1F7EB,U+1F942-1F944,U+1F950-1F96F,U+1F99E,U+1F9AA,U+1F9C0-1F9CB,U+1FAD0-1FADC}@font-face{font-family:Noto Color Emoji;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/noto-color-emoji/noto-color-emoji-7.woff2)format("woff2");unicode-range:U+200D,U+2600-2601,U+2603-2604,U+2614,U+2618,U+26A1,U+26C4-26C5,U+26C8,U+26F0,U+2728,U+2744,U+2B1B,U+2B50,U+FE0F,U+1F300,U+1F304-1F305,U+1F308,U+1F30A-1F30F,U+1F311-1F321,U+1F324-1F32C,U+1F331-1F335,U+1F337-1F33C,U+1F33E-1F344,U+1F3D4,U+1F3D6,U+1F3DC-1F3DE,U+1F3F5,U+1F400-1F43F,U+1F490,U+1F4A7,U+1F4AE,U+1F525,U+1F54A,U+1F573,U+1F577-1F578,U+1F648-1F64A,U+1F6D8,U+1F940,U+1F980-1F9AE,U+1F9BA,U+1FA90,U+1FAA8,U+1FAB?,U+1FACD-1FACF,U+1FAE7}@font-face{font-family:Noto Color Emoji;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/noto-color-emoji/noto-color-emoji-8.woff2)format("woff2");unicode-range:U+200D,U+2640,U+2642,U+2695-2696,U+26F7,U+26F9,U+2708,U+2764,U+27A1,U+FE0F,U+1F33E,U+1F373,U+1F37C,U+1F384-1F385,U+1F393,U+1F3A4,U+1F3A8,U+1F3C2-1F3C4,U+1F3C7,U+1F3CA-1F3CC,U+1F3EB,U+1F3ED,U+1F3FB-1F3FF,U+1F430,U+1F466-1F469,U+1F46B-1F478,U+1F47C,U+1F481-1F483,U+1F486-1F487,U+1F48B,U+1F48F,U+1F491,U+1F4BB-1F4BC,U+1F527,U+1F52C,U+1F574-1F575,U+1F57A,U+1F645-1F647,U+1F64B,U+1F64D-1F64E,U+1F680,U+1F692,U+1F6A3,U+1F6B4-1F6B6,U+1F6C0,U+1F6CC,U+1F91D,U+1F926,U+1F930-1F931,U+1F934-1F93A,U+1F93C-1F93E,U+1F977,U+1F9AF-1F9B3,U+1F9B8-1F9B9,U+1F9BC-1F9BD,U+1F9CC-1F9CF,U+1F9D1-1F9DF,U+1FA70,U+1FA82,U+1FAC3-1FAC5,U+1FAC8,U+1FAEF}@font-face{font-family:Noto Color Emoji;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/noto-color-emoji/noto-color-emoji-9.woff2)format("woff2");unicode-range:U+200D,U+2194-2195,U+2603,U+261D,U+2620,U+2639-263A,U+2665,U+26A1,U+26C4,U+270A-270D,U+2728,U+2763-2764,U+2B50,U+FE0F,U+1F31A-1F31F,U+1F32B,U+1F389-1F38A,U+1F3FB-1F3FF,U+1F440-1F450,U+1F463-1F465,U+1F479-1F47B,U+1F47D-1F480,U+1F485,U+1F48B-1F48C,U+1F493-1F49F,U+1F4A2,U+1F4A4-1F4A6,U+1F4A8-1F4AB,U+1F4AF,U+1F525,U+1F573,U+1F590,U+1F595-1F596,U+1F5A4,U+1F5E3,U+1F600-1F644,U+1F648-1F64A,U+1F64C,U+1F64F,U+1F90C-1F925,U+1F927-1F92F,U+1F932-1F933,U+1F970-1F976,U+1F978-1F97A,U+1F9A0,U+1F9B4-1F9B7,U+1F9BB,U+1F9BE-1F9BF,U+1F9D0,U+1F9E0-1F9E1,U+1FA75-1FA79,U+1FAC0-1FAC2,U+1FAC6,U+1FAE0-1FAE6,U+1FAE8-1FAEA,U+1FAEF-1FAF8}@font-face{font-family:Phosphor;src:url(/fonts/phosphor/Phosphor.woff2)format("woff2");font-weight:400;font-style:normal;font-display:block}.ph{speak:never;font-variant:normal;text-transform:none;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;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor!important}.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,.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,.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,.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,.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,.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before,.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before,.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before,.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before,.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before,.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,.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,.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,.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before,.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before,.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before,.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,.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,.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:""}@font-face{font-family:Phosphor-Bold;src:url(/fonts/phosphor/Phosphor-Bold.woff2)format("woff2");font-weight:400;font-style:normal;font-display:block}.ph-bold{speak:never;font-variant:normal;text-transform:none;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;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor-Bold!important}.ph-bold.ph-acorn:before{content:""}.ph-bold.ph-address-book:before{content:""}.ph-bold.ph-address-book-tabs:before{content:""}.ph-bold.ph-air-traffic-control:before{content:""}.ph-bold.ph-airplane:before{content:""}.ph-bold.ph-airplane-in-flight:before{content:""}.ph-bold.ph-airplane-landing:before{content:""}.ph-bold.ph-airplane-takeoff:before{content:""}.ph-bold.ph-airplane-taxiing:before{content:""}.ph-bold.ph-airplane-tilt:before{content:""}.ph-bold.ph-airplay:before{content:""}.ph-bold.ph-alarm:before{content:""}.ph-bold.ph-alien:before{content:""}.ph-bold.ph-align-bottom:before{content:""}.ph-bold.ph-align-bottom-simple:before{content:""}.ph-bold.ph-align-center-horizontal:before{content:""}.ph-bold.ph-align-center-horizontal-simple:before{content:""}.ph-bold.ph-align-center-vertical:before{content:""}.ph-bold.ph-align-center-vertical-simple:before{content:""}.ph-bold.ph-align-left:before{content:""}.ph-bold.ph-align-left-simple:before{content:""}.ph-bold.ph-align-right:before{content:""}.ph-bold.ph-align-right-simple:before{content:""}.ph-bold.ph-align-top:before{content:""}.ph-bold.ph-align-top-simple:before{content:""}.ph-bold.ph-amazon-logo:before{content:""}.ph-bold.ph-ambulance:before{content:""}.ph-bold.ph-anchor:before{content:""}.ph-bold.ph-anchor-simple:before{content:""}.ph-bold.ph-android-logo:before{content:""}.ph-bold.ph-angle:before{content:""}.ph-bold.ph-angular-logo:before{content:""}.ph-bold.ph-aperture:before{content:""}.ph-bold.ph-app-store-logo:before{content:""}.ph-bold.ph-app-window:before{content:""}.ph-bold.ph-apple-logo:before{content:""}.ph-bold.ph-apple-podcasts-logo:before{content:""}.ph-bold.ph-approximate-equals:before{content:""}.ph-bold.ph-archive:before{content:""}.ph-bold.ph-armchair:before{content:""}.ph-bold.ph-arrow-arc-left:before{content:""}.ph-bold.ph-arrow-arc-right:before{content:""}.ph-bold.ph-arrow-bend-double-up-left:before{content:""}.ph-bold.ph-arrow-bend-double-up-right:before{content:""}.ph-bold.ph-arrow-bend-down-left:before{content:""}.ph-bold.ph-arrow-bend-down-right:before{content:""}.ph-bold.ph-arrow-bend-left-down:before{content:""}.ph-bold.ph-arrow-bend-left-up:before{content:""}.ph-bold.ph-arrow-bend-right-down:before{content:""}.ph-bold.ph-arrow-bend-right-up:before{content:""}.ph-bold.ph-arrow-bend-up-left:before{content:""}.ph-bold.ph-arrow-bend-up-right:before{content:""}.ph-bold.ph-arrow-circle-down:before{content:""}.ph-bold.ph-arrow-circle-down-left:before{content:""}.ph-bold.ph-arrow-circle-down-right:before{content:""}.ph-bold.ph-arrow-circle-left:before{content:""}.ph-bold.ph-arrow-circle-right:before{content:""}.ph-bold.ph-arrow-circle-up:before{content:""}.ph-bold.ph-arrow-circle-up-left:before{content:""}.ph-bold.ph-arrow-circle-up-right:before{content:""}.ph-bold.ph-arrow-clockwise:before{content:""}.ph-bold.ph-arrow-counter-clockwise:before{content:""}.ph-bold.ph-arrow-down:before{content:""}.ph-bold.ph-arrow-down-left:before{content:""}.ph-bold.ph-arrow-down-right:before{content:""}.ph-bold.ph-arrow-elbow-down-left:before{content:""}.ph-bold.ph-arrow-elbow-down-right:before{content:""}.ph-bold.ph-arrow-elbow-left:before{content:""}.ph-bold.ph-arrow-elbow-left-down:before{content:""}.ph-bold.ph-arrow-elbow-left-up:before{content:""}.ph-bold.ph-arrow-elbow-right:before{content:""}.ph-bold.ph-arrow-elbow-right-down:before{content:""}.ph-bold.ph-arrow-elbow-right-up:before{content:""}.ph-bold.ph-arrow-elbow-up-left:before{content:""}.ph-bold.ph-arrow-elbow-up-right:before{content:""}.ph-bold.ph-arrow-fat-down:before{content:""}.ph-bold.ph-arrow-fat-left:before{content:""}.ph-bold.ph-arrow-fat-line-down:before{content:""}.ph-bold.ph-arrow-fat-line-left:before{content:""}.ph-bold.ph-arrow-fat-line-right:before{content:""}.ph-bold.ph-arrow-fat-line-up:before{content:""}.ph-bold.ph-arrow-fat-lines-down:before{content:""}.ph-bold.ph-arrow-fat-lines-left:before{content:""}.ph-bold.ph-arrow-fat-lines-right:before{content:""}.ph-bold.ph-arrow-fat-lines-up:before{content:""}.ph-bold.ph-arrow-fat-right:before{content:""}.ph-bold.ph-arrow-fat-up:before{content:""}.ph-bold.ph-arrow-left:before{content:""}.ph-bold.ph-arrow-line-down:before{content:""}.ph-bold.ph-arrow-line-down-left:before{content:""}.ph-bold.ph-arrow-line-down-right:before{content:""}.ph-bold.ph-arrow-line-left:before{content:""}.ph-bold.ph-arrow-line-right:before{content:""}.ph-bold.ph-arrow-line-up:before{content:""}.ph-bold.ph-arrow-line-up-left:before{content:""}.ph-bold.ph-arrow-line-up-right:before{content:""}.ph-bold.ph-arrow-right:before{content:""}.ph-bold.ph-arrow-square-down:before{content:""}.ph-bold.ph-arrow-square-down-left:before{content:""}.ph-bold.ph-arrow-square-down-right:before{content:""}.ph-bold.ph-arrow-square-in:before{content:""}.ph-bold.ph-arrow-square-left:before{content:""}.ph-bold.ph-arrow-square-out:before{content:""}.ph-bold.ph-arrow-square-right:before{content:""}.ph-bold.ph-arrow-square-up:before{content:""}.ph-bold.ph-arrow-square-up-left:before{content:""}.ph-bold.ph-arrow-square-up-right:before{content:""}.ph-bold.ph-arrow-u-down-left:before{content:""}.ph-bold.ph-arrow-u-down-right:before{content:""}.ph-bold.ph-arrow-u-left-down:before{content:""}.ph-bold.ph-arrow-u-left-up:before{content:""}.ph-bold.ph-arrow-u-right-down:before{content:""}.ph-bold.ph-arrow-u-right-up:before{content:""}.ph-bold.ph-arrow-u-up-left:before{content:""}.ph-bold.ph-arrow-u-up-right:before{content:""}.ph-bold.ph-arrow-up:before{content:""}.ph-bold.ph-arrow-up-left:before{content:""}.ph-bold.ph-arrow-up-right:before{content:""}.ph-bold.ph-arrows-clockwise:before{content:""}.ph-bold.ph-arrows-counter-clockwise:before{content:""}.ph-bold.ph-arrows-down-up:before{content:""}.ph-bold.ph-arrows-horizontal:before{content:""}.ph-bold.ph-arrows-in:before{content:""}.ph-bold.ph-arrows-in-cardinal:before{content:""}.ph-bold.ph-arrows-in-line-horizontal:before{content:""}.ph-bold.ph-arrows-in-line-vertical:before{content:""}.ph-bold.ph-arrows-in-simple:before{content:""}.ph-bold.ph-arrows-left-right:before{content:""}.ph-bold.ph-arrows-merge:before{content:""}.ph-bold.ph-arrows-out:before{content:""}.ph-bold.ph-arrows-out-cardinal:before{content:""}.ph-bold.ph-arrows-out-line-horizontal:before{content:""}.ph-bold.ph-arrows-out-line-vertical:before{content:""}.ph-bold.ph-arrows-out-simple:before{content:""}.ph-bold.ph-arrows-split:before{content:""}.ph-bold.ph-arrows-vertical:before{content:""}.ph-bold.ph-article:before{content:""}.ph-bold.ph-article-medium:before{content:""}.ph-bold.ph-article-ny-times:before{content:""}.ph-bold.ph-asclepius:before,.ph-bold.ph-caduceus:before{content:""}.ph-bold.ph-asterisk:before{content:""}.ph-bold.ph-asterisk-simple:before{content:""}.ph-bold.ph-at:before{content:""}.ph-bold.ph-atom:before{content:""}.ph-bold.ph-avocado:before{content:""}.ph-bold.ph-axe:before{content:""}.ph-bold.ph-baby:before{content:""}.ph-bold.ph-baby-carriage:before{content:""}.ph-bold.ph-backpack:before{content:""}.ph-bold.ph-backspace:before{content:""}.ph-bold.ph-bag:before{content:""}.ph-bold.ph-bag-simple:before{content:""}.ph-bold.ph-balloon:before{content:""}.ph-bold.ph-bandaids:before{content:""}.ph-bold.ph-bank:before{content:""}.ph-bold.ph-barbell:before{content:""}.ph-bold.ph-barcode:before{content:""}.ph-bold.ph-barn:before{content:""}.ph-bold.ph-barricade:before{content:""}.ph-bold.ph-baseball:before{content:""}.ph-bold.ph-baseball-cap:before{content:""}.ph-bold.ph-baseball-helmet:before{content:""}.ph-bold.ph-basket:before{content:""}.ph-bold.ph-basketball:before{content:""}.ph-bold.ph-bathtub:before{content:""}.ph-bold.ph-battery-charging:before{content:""}.ph-bold.ph-battery-charging-vertical:before{content:""}.ph-bold.ph-battery-empty:before{content:""}.ph-bold.ph-battery-full:before{content:""}.ph-bold.ph-battery-high:before{content:""}.ph-bold.ph-battery-low:before{content:""}.ph-bold.ph-battery-medium:before{content:""}.ph-bold.ph-battery-plus:before{content:""}.ph-bold.ph-battery-plus-vertical:before{content:""}.ph-bold.ph-battery-vertical-empty:before{content:""}.ph-bold.ph-battery-vertical-full:before{content:""}.ph-bold.ph-battery-vertical-high:before{content:""}.ph-bold.ph-battery-vertical-low:before{content:""}.ph-bold.ph-battery-vertical-medium:before{content:""}.ph-bold.ph-battery-warning:before{content:""}.ph-bold.ph-battery-warning-vertical:before{content:""}.ph-bold.ph-beach-ball:before{content:""}.ph-bold.ph-beanie:before{content:""}.ph-bold.ph-bed:before{content:""}.ph-bold.ph-beer-bottle:before{content:""}.ph-bold.ph-beer-stein:before{content:""}.ph-bold.ph-behance-logo:before{content:""}.ph-bold.ph-bell:before{content:""}.ph-bold.ph-bell-ringing:before{content:""}.ph-bold.ph-bell-simple:before{content:""}.ph-bold.ph-bell-simple-ringing:before{content:""}.ph-bold.ph-bell-simple-slash:before{content:""}.ph-bold.ph-bell-simple-z:before{content:""}.ph-bold.ph-bell-slash:before{content:""}.ph-bold.ph-bell-z:before{content:""}.ph-bold.ph-belt:before{content:""}.ph-bold.ph-bezier-curve:before{content:""}.ph-bold.ph-bicycle:before{content:""}.ph-bold.ph-binary:before{content:""}.ph-bold.ph-binoculars:before{content:""}.ph-bold.ph-biohazard:before{content:""}.ph-bold.ph-bird:before{content:""}.ph-bold.ph-blueprint:before{content:""}.ph-bold.ph-bluetooth:before{content:""}.ph-bold.ph-bluetooth-connected:before{content:""}.ph-bold.ph-bluetooth-slash:before{content:""}.ph-bold.ph-bluetooth-x:before{content:""}.ph-bold.ph-boat:before{content:""}.ph-bold.ph-bomb:before{content:""}.ph-bold.ph-bone:before{content:""}.ph-bold.ph-book:before{content:""}.ph-bold.ph-book-bookmark:before{content:""}.ph-bold.ph-book-open:before{content:""}.ph-bold.ph-book-open-text:before{content:""}.ph-bold.ph-book-open-user:before{content:""}.ph-bold.ph-bookmark:before{content:""}.ph-bold.ph-bookmark-simple:before{content:""}.ph-bold.ph-bookmarks:before{content:""}.ph-bold.ph-bookmarks-simple:before{content:""}.ph-bold.ph-books:before{content:""}.ph-bold.ph-boot:before{content:""}.ph-bold.ph-boules:before{content:""}.ph-bold.ph-bounding-box:before{content:""}.ph-bold.ph-bowl-food:before{content:""}.ph-bold.ph-bowl-steam:before{content:""}.ph-bold.ph-bowling-ball:before{content:""}.ph-bold.ph-box-arrow-down:before,.ph-bold.ph-archive-box:before{content:""}.ph-bold.ph-box-arrow-up:before{content:""}.ph-bold.ph-boxing-glove:before{content:""}.ph-bold.ph-brackets-angle:before{content:""}.ph-bold.ph-brackets-curly:before{content:""}.ph-bold.ph-brackets-round:before{content:""}.ph-bold.ph-brackets-square:before{content:""}.ph-bold.ph-brain:before{content:""}.ph-bold.ph-brandy:before{content:""}.ph-bold.ph-bread:before{content:""}.ph-bold.ph-bridge:before{content:""}.ph-bold.ph-briefcase:before{content:""}.ph-bold.ph-briefcase-metal:before{content:""}.ph-bold.ph-broadcast:before{content:""}.ph-bold.ph-broom:before{content:""}.ph-bold.ph-browser:before{content:""}.ph-bold.ph-browsers:before{content:""}.ph-bold.ph-bug:before{content:""}.ph-bold.ph-bug-beetle:before{content:""}.ph-bold.ph-bug-droid:before{content:""}.ph-bold.ph-building:before{content:""}.ph-bold.ph-building-apartment:before{content:""}.ph-bold.ph-building-office:before{content:""}.ph-bold.ph-buildings:before{content:""}.ph-bold.ph-bulldozer:before{content:""}.ph-bold.ph-bus:before{content:""}.ph-bold.ph-butterfly:before{content:""}.ph-bold.ph-cable-car:before{content:""}.ph-bold.ph-cactus:before{content:""}.ph-bold.ph-cake:before{content:""}.ph-bold.ph-calculator:before{content:""}.ph-bold.ph-calendar:before{content:""}.ph-bold.ph-calendar-blank:before{content:""}.ph-bold.ph-calendar-check:before{content:""}.ph-bold.ph-calendar-dot:before{content:""}.ph-bold.ph-calendar-dots:before{content:""}.ph-bold.ph-calendar-heart:before{content:""}.ph-bold.ph-calendar-minus:before{content:""}.ph-bold.ph-calendar-plus:before{content:""}.ph-bold.ph-calendar-slash:before{content:""}.ph-bold.ph-calendar-star:before{content:""}.ph-bold.ph-calendar-x:before{content:""}.ph-bold.ph-call-bell:before{content:""}.ph-bold.ph-camera:before{content:""}.ph-bold.ph-camera-plus:before{content:""}.ph-bold.ph-camera-rotate:before{content:""}.ph-bold.ph-camera-slash:before{content:""}.ph-bold.ph-campfire:before{content:""}.ph-bold.ph-car:before{content:""}.ph-bold.ph-car-battery:before{content:""}.ph-bold.ph-car-profile:before{content:""}.ph-bold.ph-car-simple:before{content:""}.ph-bold.ph-cardholder:before{content:""}.ph-bold.ph-cards:before{content:""}.ph-bold.ph-cards-three:before{content:""}.ph-bold.ph-caret-circle-double-down:before{content:""}.ph-bold.ph-caret-circle-double-left:before{content:""}.ph-bold.ph-caret-circle-double-right:before{content:""}.ph-bold.ph-caret-circle-double-up:before{content:""}.ph-bold.ph-caret-circle-down:before{content:""}.ph-bold.ph-caret-circle-left:before{content:""}.ph-bold.ph-caret-circle-right:before{content:""}.ph-bold.ph-caret-circle-up:before{content:""}.ph-bold.ph-caret-circle-up-down:before{content:""}.ph-bold.ph-caret-double-down:before{content:""}.ph-bold.ph-caret-double-left:before{content:""}.ph-bold.ph-caret-double-right:before{content:""}.ph-bold.ph-caret-double-up:before{content:""}.ph-bold.ph-caret-down:before{content:""}.ph-bold.ph-caret-left:before{content:""}.ph-bold.ph-caret-line-down:before{content:""}.ph-bold.ph-caret-line-left:before{content:""}.ph-bold.ph-caret-line-right:before{content:""}.ph-bold.ph-caret-line-up:before{content:""}.ph-bold.ph-caret-right:before{content:""}.ph-bold.ph-caret-up:before{content:""}.ph-bold.ph-caret-up-down:before{content:""}.ph-bold.ph-carrot:before{content:""}.ph-bold.ph-cash-register:before{content:""}.ph-bold.ph-cassette-tape:before{content:""}.ph-bold.ph-castle-turret:before{content:""}.ph-bold.ph-cat:before{content:""}.ph-bold.ph-cell-signal-full:before{content:""}.ph-bold.ph-cell-signal-high:before{content:""}.ph-bold.ph-cell-signal-low:before{content:""}.ph-bold.ph-cell-signal-medium:before{content:""}.ph-bold.ph-cell-signal-none:before{content:""}.ph-bold.ph-cell-signal-slash:before{content:""}.ph-bold.ph-cell-signal-x:before{content:""}.ph-bold.ph-cell-tower:before{content:""}.ph-bold.ph-certificate:before{content:""}.ph-bold.ph-chair:before{content:""}.ph-bold.ph-chalkboard:before{content:""}.ph-bold.ph-chalkboard-simple:before{content:""}.ph-bold.ph-chalkboard-teacher:before{content:""}.ph-bold.ph-champagne:before{content:""}.ph-bold.ph-charging-station:before{content:""}.ph-bold.ph-chart-bar:before{content:""}.ph-bold.ph-chart-bar-horizontal:before{content:""}.ph-bold.ph-chart-donut:before{content:""}.ph-bold.ph-chart-line:before{content:""}.ph-bold.ph-chart-line-down:before{content:""}.ph-bold.ph-chart-line-up:before{content:""}.ph-bold.ph-chart-pie:before{content:""}.ph-bold.ph-chart-pie-slice:before{content:""}.ph-bold.ph-chart-polar:before{content:""}.ph-bold.ph-chart-scatter:before{content:""}.ph-bold.ph-chat:before{content:""}.ph-bold.ph-chat-centered:before{content:""}.ph-bold.ph-chat-centered-dots:before{content:""}.ph-bold.ph-chat-centered-slash:before{content:""}.ph-bold.ph-chat-centered-text:before{content:""}.ph-bold.ph-chat-circle:before{content:""}.ph-bold.ph-chat-circle-dots:before{content:""}.ph-bold.ph-chat-circle-slash:before{content:""}.ph-bold.ph-chat-circle-text:before{content:""}.ph-bold.ph-chat-dots:before{content:""}.ph-bold.ph-chat-slash:before{content:""}.ph-bold.ph-chat-teardrop:before{content:""}.ph-bold.ph-chat-teardrop-dots:before{content:""}.ph-bold.ph-chat-teardrop-slash:before{content:""}.ph-bold.ph-chat-teardrop-text:before{content:""}.ph-bold.ph-chat-text:before{content:""}.ph-bold.ph-chats:before{content:""}.ph-bold.ph-chats-circle:before{content:""}.ph-bold.ph-chats-teardrop:before{content:""}.ph-bold.ph-check:before{content:""}.ph-bold.ph-check-circle:before{content:""}.ph-bold.ph-check-fat:before{content:""}.ph-bold.ph-check-square:before{content:""}.ph-bold.ph-check-square-offset:before{content:""}.ph-bold.ph-checkerboard:before{content:""}.ph-bold.ph-checks:before{content:""}.ph-bold.ph-cheers:before{content:""}.ph-bold.ph-cheese:before{content:""}.ph-bold.ph-chef-hat:before{content:""}.ph-bold.ph-cherries:before{content:""}.ph-bold.ph-church:before{content:""}.ph-bold.ph-cigarette:before{content:""}.ph-bold.ph-cigarette-slash:before{content:""}.ph-bold.ph-circle:before{content:""}.ph-bold.ph-circle-dashed:before{content:""}.ph-bold.ph-circle-half:before{content:""}.ph-bold.ph-circle-half-tilt:before{content:""}.ph-bold.ph-circle-notch:before{content:""}.ph-bold.ph-circles-four:before{content:""}.ph-bold.ph-circles-three:before{content:""}.ph-bold.ph-circles-three-plus:before{content:""}.ph-bold.ph-circuitry:before{content:""}.ph-bold.ph-city:before{content:""}.ph-bold.ph-clipboard:before{content:""}.ph-bold.ph-clipboard-text:before{content:""}.ph-bold.ph-clock:before{content:""}.ph-bold.ph-clock-afternoon:before{content:""}.ph-bold.ph-clock-clockwise:before{content:""}.ph-bold.ph-clock-countdown:before{content:""}.ph-bold.ph-clock-counter-clockwise:before{content:""}.ph-bold.ph-clock-user:before{content:""}.ph-bold.ph-closed-captioning:before{content:""}.ph-bold.ph-cloud:before{content:""}.ph-bold.ph-cloud-arrow-down:before{content:""}.ph-bold.ph-cloud-arrow-up:before{content:""}.ph-bold.ph-cloud-check:before{content:""}.ph-bold.ph-cloud-fog:before{content:""}.ph-bold.ph-cloud-lightning:before{content:""}.ph-bold.ph-cloud-moon:before{content:""}.ph-bold.ph-cloud-rain:before{content:""}.ph-bold.ph-cloud-slash:before{content:""}.ph-bold.ph-cloud-snow:before{content:""}.ph-bold.ph-cloud-sun:before{content:""}.ph-bold.ph-cloud-warning:before{content:""}.ph-bold.ph-cloud-x:before{content:""}.ph-bold.ph-clover:before{content:""}.ph-bold.ph-club:before{content:""}.ph-bold.ph-coat-hanger:before{content:""}.ph-bold.ph-coda-logo:before{content:""}.ph-bold.ph-code:before{content:""}.ph-bold.ph-code-block:before{content:""}.ph-bold.ph-code-simple:before{content:""}.ph-bold.ph-codepen-logo:before{content:""}.ph-bold.ph-codesandbox-logo:before{content:""}.ph-bold.ph-coffee:before{content:""}.ph-bold.ph-coffee-bean:before{content:""}.ph-bold.ph-coin:before{content:""}.ph-bold.ph-coin-vertical:before{content:""}.ph-bold.ph-coins:before{content:""}.ph-bold.ph-columns:before{content:""}.ph-bold.ph-columns-plus-left:before{content:""}.ph-bold.ph-columns-plus-right:before{content:""}.ph-bold.ph-command:before{content:""}.ph-bold.ph-compass:before{content:""}.ph-bold.ph-compass-rose:before{content:""}.ph-bold.ph-compass-tool:before{content:""}.ph-bold.ph-computer-tower:before{content:""}.ph-bold.ph-confetti:before{content:""}.ph-bold.ph-contactless-payment:before{content:""}.ph-bold.ph-control:before{content:""}.ph-bold.ph-cookie:before{content:""}.ph-bold.ph-cooking-pot:before{content:""}.ph-bold.ph-copy:before{content:""}.ph-bold.ph-copy-simple:before{content:""}.ph-bold.ph-copyleft:before{content:""}.ph-bold.ph-copyright:before{content:""}.ph-bold.ph-corners-in:before{content:""}.ph-bold.ph-corners-out:before{content:""}.ph-bold.ph-couch:before{content:""}.ph-bold.ph-court-basketball:before{content:""}.ph-bold.ph-cow:before{content:""}.ph-bold.ph-cowboy-hat:before{content:""}.ph-bold.ph-cpu:before{content:""}.ph-bold.ph-crane:before{content:""}.ph-bold.ph-crane-tower:before{content:""}.ph-bold.ph-credit-card:before{content:""}.ph-bold.ph-cricket:before{content:""}.ph-bold.ph-crop:before{content:""}.ph-bold.ph-cross:before{content:""}.ph-bold.ph-crosshair:before{content:""}.ph-bold.ph-crosshair-simple:before{content:""}.ph-bold.ph-crown:before{content:""}.ph-bold.ph-crown-cross:before{content:""}.ph-bold.ph-crown-simple:before{content:""}.ph-bold.ph-cube:before{content:""}.ph-bold.ph-cube-focus:before{content:""}.ph-bold.ph-cube-transparent:before{content:""}.ph-bold.ph-currency-btc:before{content:""}.ph-bold.ph-currency-circle-dollar:before{content:""}.ph-bold.ph-currency-cny:before{content:""}.ph-bold.ph-currency-dollar:before{content:""}.ph-bold.ph-currency-dollar-simple:before{content:""}.ph-bold.ph-currency-eth:before{content:""}.ph-bold.ph-currency-eur:before{content:""}.ph-bold.ph-currency-gbp:before{content:""}.ph-bold.ph-currency-inr:before{content:""}.ph-bold.ph-currency-jpy:before{content:""}.ph-bold.ph-currency-krw:before{content:""}.ph-bold.ph-currency-kzt:before{content:""}.ph-bold.ph-currency-ngn:before{content:""}.ph-bold.ph-currency-rub:before{content:""}.ph-bold.ph-cursor:before{content:""}.ph-bold.ph-cursor-click:before{content:""}.ph-bold.ph-cursor-text:before{content:""}.ph-bold.ph-cylinder:before{content:""}.ph-bold.ph-database:before{content:""}.ph-bold.ph-desk:before{content:""}.ph-bold.ph-desktop:before{content:""}.ph-bold.ph-desktop-tower:before{content:""}.ph-bold.ph-detective:before{content:""}.ph-bold.ph-dev-to-logo:before{content:""}.ph-bold.ph-device-mobile:before{content:""}.ph-bold.ph-device-mobile-camera:before{content:""}.ph-bold.ph-device-mobile-slash:before{content:""}.ph-bold.ph-device-mobile-speaker:before{content:""}.ph-bold.ph-device-rotate:before{content:""}.ph-bold.ph-device-tablet:before{content:""}.ph-bold.ph-device-tablet-camera:before{content:""}.ph-bold.ph-device-tablet-speaker:before{content:""}.ph-bold.ph-devices:before{content:""}.ph-bold.ph-diamond:before{content:""}.ph-bold.ph-diamonds-four:before{content:""}.ph-bold.ph-dice-five:before{content:""}.ph-bold.ph-dice-four:before{content:""}.ph-bold.ph-dice-one:before{content:""}.ph-bold.ph-dice-six:before{content:""}.ph-bold.ph-dice-three:before{content:""}.ph-bold.ph-dice-two:before{content:""}.ph-bold.ph-disc:before{content:""}.ph-bold.ph-disco-ball:before{content:""}.ph-bold.ph-discord-logo:before{content:""}.ph-bold.ph-divide:before{content:""}.ph-bold.ph-dna:before{content:""}.ph-bold.ph-dog:before{content:""}.ph-bold.ph-door:before{content:""}.ph-bold.ph-door-open:before{content:""}.ph-bold.ph-dot:before{content:""}.ph-bold.ph-dot-outline:before{content:""}.ph-bold.ph-dots-nine:before{content:""}.ph-bold.ph-dots-six:before{content:""}.ph-bold.ph-dots-six-vertical:before{content:""}.ph-bold.ph-dots-three:before{content:""}.ph-bold.ph-dots-three-circle:before{content:""}.ph-bold.ph-dots-three-circle-vertical:before{content:""}.ph-bold.ph-dots-three-outline:before{content:""}.ph-bold.ph-dots-three-outline-vertical:before{content:""}.ph-bold.ph-dots-three-vertical:before{content:""}.ph-bold.ph-download:before{content:""}.ph-bold.ph-download-simple:before{content:""}.ph-bold.ph-dress:before{content:""}.ph-bold.ph-dresser:before{content:""}.ph-bold.ph-dribbble-logo:before{content:""}.ph-bold.ph-drone:before{content:""}.ph-bold.ph-drop:before{content:""}.ph-bold.ph-drop-half:before{content:""}.ph-bold.ph-drop-half-bottom:before{content:""}.ph-bold.ph-drop-simple:before{content:""}.ph-bold.ph-drop-slash:before{content:""}.ph-bold.ph-dropbox-logo:before{content:""}.ph-bold.ph-ear:before{content:""}.ph-bold.ph-ear-slash:before{content:""}.ph-bold.ph-egg:before{content:""}.ph-bold.ph-egg-crack:before{content:""}.ph-bold.ph-eject:before{content:""}.ph-bold.ph-eject-simple:before{content:""}.ph-bold.ph-elevator:before{content:""}.ph-bold.ph-empty:before{content:""}.ph-bold.ph-engine:before{content:""}.ph-bold.ph-envelope:before{content:""}.ph-bold.ph-envelope-open:before{content:""}.ph-bold.ph-envelope-simple:before{content:""}.ph-bold.ph-envelope-simple-open:before{content:""}.ph-bold.ph-equalizer:before{content:""}.ph-bold.ph-equals:before{content:""}.ph-bold.ph-eraser:before{content:""}.ph-bold.ph-escalator-down:before{content:""}.ph-bold.ph-escalator-up:before{content:""}.ph-bold.ph-exam:before{content:""}.ph-bold.ph-exclamation-mark:before{content:""}.ph-bold.ph-exclude:before{content:""}.ph-bold.ph-exclude-square:before{content:""}.ph-bold.ph-export:before{content:""}.ph-bold.ph-eye:before{content:""}.ph-bold.ph-eye-closed:before{content:""}.ph-bold.ph-eye-slash:before{content:""}.ph-bold.ph-eyedropper:before{content:""}.ph-bold.ph-eyedropper-sample:before{content:""}.ph-bold.ph-eyeglasses:before{content:""}.ph-bold.ph-eyes:before{content:""}.ph-bold.ph-face-mask:before{content:""}.ph-bold.ph-facebook-logo:before{content:""}.ph-bold.ph-factory:before{content:""}.ph-bold.ph-faders:before{content:""}.ph-bold.ph-faders-horizontal:before{content:""}.ph-bold.ph-fallout-shelter:before{content:""}.ph-bold.ph-fan:before{content:""}.ph-bold.ph-farm:before{content:""}.ph-bold.ph-fast-forward:before{content:""}.ph-bold.ph-fast-forward-circle:before{content:""}.ph-bold.ph-feather:before{content:""}.ph-bold.ph-fediverse-logo:before{content:""}.ph-bold.ph-figma-logo:before{content:""}.ph-bold.ph-file:before{content:""}.ph-bold.ph-file-archive:before{content:""}.ph-bold.ph-file-arrow-down:before{content:""}.ph-bold.ph-file-arrow-up:before{content:""}.ph-bold.ph-file-audio:before{content:""}.ph-bold.ph-file-c:before{content:""}.ph-bold.ph-file-c-sharp:before{content:""}.ph-bold.ph-file-cloud:before{content:""}.ph-bold.ph-file-code:before{content:""}.ph-bold.ph-file-cpp:before{content:""}.ph-bold.ph-file-css:before{content:""}.ph-bold.ph-file-csv:before{content:""}.ph-bold.ph-file-dashed:before,.ph-bold.ph-file-dotted:before{content:""}.ph-bold.ph-file-doc:before{content:""}.ph-bold.ph-file-html:before{content:""}.ph-bold.ph-file-image:before{content:""}.ph-bold.ph-file-ini:before{content:""}.ph-bold.ph-file-jpg:before{content:""}.ph-bold.ph-file-js:before{content:""}.ph-bold.ph-file-jsx:before{content:""}.ph-bold.ph-file-lock:before{content:""}.ph-bold.ph-file-magnifying-glass:before,.ph-bold.ph-file-search:before{content:""}.ph-bold.ph-file-md:before{content:""}.ph-bold.ph-file-minus:before{content:""}.ph-bold.ph-file-pdf:before{content:""}.ph-bold.ph-file-plus:before{content:""}.ph-bold.ph-file-png:before{content:""}.ph-bold.ph-file-ppt:before{content:""}.ph-bold.ph-file-py:before{content:""}.ph-bold.ph-file-rs:before{content:""}.ph-bold.ph-file-sql:before{content:""}.ph-bold.ph-file-svg:before{content:""}.ph-bold.ph-file-text:before{content:""}.ph-bold.ph-file-ts:before{content:""}.ph-bold.ph-file-tsx:before{content:""}.ph-bold.ph-file-txt:before{content:""}.ph-bold.ph-file-video:before{content:""}.ph-bold.ph-file-vue:before{content:""}.ph-bold.ph-file-x:before{content:""}.ph-bold.ph-file-xls:before{content:""}.ph-bold.ph-file-zip:before{content:""}.ph-bold.ph-files:before{content:""}.ph-bold.ph-film-reel:before{content:""}.ph-bold.ph-film-script:before{content:""}.ph-bold.ph-film-slate:before{content:""}.ph-bold.ph-film-strip:before{content:""}.ph-bold.ph-fingerprint:before{content:""}.ph-bold.ph-fingerprint-simple:before{content:""}.ph-bold.ph-finn-the-human:before{content:""}.ph-bold.ph-fire:before{content:""}.ph-bold.ph-fire-extinguisher:before{content:""}.ph-bold.ph-fire-simple:before{content:""}.ph-bold.ph-fire-truck:before{content:""}.ph-bold.ph-first-aid:before{content:""}.ph-bold.ph-first-aid-kit:before{content:""}.ph-bold.ph-fish:before{content:""}.ph-bold.ph-fish-simple:before{content:""}.ph-bold.ph-flag:before{content:""}.ph-bold.ph-flag-banner:before{content:""}.ph-bold.ph-flag-banner-fold:before{content:""}.ph-bold.ph-flag-checkered:before{content:""}.ph-bold.ph-flag-pennant:before{content:""}.ph-bold.ph-flame:before{content:""}.ph-bold.ph-flashlight:before{content:""}.ph-bold.ph-flask:before{content:""}.ph-bold.ph-flip-horizontal:before{content:""}.ph-bold.ph-flip-vertical:before{content:""}.ph-bold.ph-floppy-disk:before{content:""}.ph-bold.ph-floppy-disk-back:before{content:""}.ph-bold.ph-flow-arrow:before{content:""}.ph-bold.ph-flower:before{content:""}.ph-bold.ph-flower-lotus:before{content:""}.ph-bold.ph-flower-tulip:before{content:""}.ph-bold.ph-flying-saucer:before{content:""}.ph-bold.ph-folder:before,.ph-bold.ph-folder-notch:before{content:""}.ph-bold.ph-folder-dashed:before,.ph-bold.ph-folder-dotted:before{content:""}.ph-bold.ph-folder-lock:before{content:""}.ph-bold.ph-folder-minus:before,.ph-bold.ph-folder-notch-minus:before{content:""}.ph-bold.ph-folder-open:before,.ph-bold.ph-folder-notch-open:before{content:""}.ph-bold.ph-folder-plus:before,.ph-bold.ph-folder-notch-plus:before{content:""}.ph-bold.ph-folder-simple:before{content:""}.ph-bold.ph-folder-simple-dashed:before,.ph-bold.ph-folder-simple-dotted:before{content:""}.ph-bold.ph-folder-simple-lock:before{content:""}.ph-bold.ph-folder-simple-minus:before{content:""}.ph-bold.ph-folder-simple-plus:before{content:""}.ph-bold.ph-folder-simple-star:before{content:""}.ph-bold.ph-folder-simple-user:before{content:""}.ph-bold.ph-folder-star:before{content:""}.ph-bold.ph-folder-user:before{content:""}.ph-bold.ph-folders:before{content:""}.ph-bold.ph-football:before{content:""}.ph-bold.ph-football-helmet:before{content:""}.ph-bold.ph-footprints:before{content:""}.ph-bold.ph-fork-knife:before{content:""}.ph-bold.ph-four-k:before{content:""}.ph-bold.ph-frame-corners:before{content:""}.ph-bold.ph-framer-logo:before{content:""}.ph-bold.ph-function:before{content:""}.ph-bold.ph-funnel:before{content:""}.ph-bold.ph-funnel-simple:before{content:""}.ph-bold.ph-funnel-simple-x:before{content:""}.ph-bold.ph-funnel-x:before{content:""}.ph-bold.ph-game-controller:before{content:""}.ph-bold.ph-garage:before{content:""}.ph-bold.ph-gas-can:before{content:""}.ph-bold.ph-gas-pump:before{content:""}.ph-bold.ph-gauge:before{content:""}.ph-bold.ph-gavel:before{content:""}.ph-bold.ph-gear:before{content:""}.ph-bold.ph-gear-fine:before{content:""}.ph-bold.ph-gear-six:before{content:""}.ph-bold.ph-gender-female:before{content:""}.ph-bold.ph-gender-intersex:before{content:""}.ph-bold.ph-gender-male:before{content:""}.ph-bold.ph-gender-neuter:before{content:""}.ph-bold.ph-gender-nonbinary:before{content:""}.ph-bold.ph-gender-transgender:before{content:""}.ph-bold.ph-ghost:before{content:""}.ph-bold.ph-gif:before{content:""}.ph-bold.ph-gift:before{content:""}.ph-bold.ph-git-branch:before{content:""}.ph-bold.ph-git-commit:before{content:""}.ph-bold.ph-git-diff:before{content:""}.ph-bold.ph-git-fork:before{content:""}.ph-bold.ph-git-merge:before{content:""}.ph-bold.ph-git-pull-request:before{content:""}.ph-bold.ph-github-logo:before{content:""}.ph-bold.ph-gitlab-logo:before{content:""}.ph-bold.ph-gitlab-logo-simple:before{content:""}.ph-bold.ph-globe:before{content:""}.ph-bold.ph-globe-hemisphere-east:before{content:""}.ph-bold.ph-globe-hemisphere-west:before{content:""}.ph-bold.ph-globe-simple:before{content:""}.ph-bold.ph-globe-simple-x:before{content:""}.ph-bold.ph-globe-stand:before{content:""}.ph-bold.ph-globe-x:before{content:""}.ph-bold.ph-goggles:before{content:""}.ph-bold.ph-golf:before{content:""}.ph-bold.ph-goodreads-logo:before{content:""}.ph-bold.ph-google-cardboard-logo:before{content:""}.ph-bold.ph-google-chrome-logo:before{content:""}.ph-bold.ph-google-drive-logo:before{content:""}.ph-bold.ph-google-logo:before{content:""}.ph-bold.ph-google-photos-logo:before{content:""}.ph-bold.ph-google-play-logo:before{content:""}.ph-bold.ph-google-podcasts-logo:before{content:""}.ph-bold.ph-gps:before{content:""}.ph-bold.ph-gps-fix:before{content:""}.ph-bold.ph-gps-slash:before{content:""}.ph-bold.ph-gradient:before{content:""}.ph-bold.ph-graduation-cap:before{content:""}.ph-bold.ph-grains:before{content:""}.ph-bold.ph-grains-slash:before{content:""}.ph-bold.ph-graph:before{content:""}.ph-bold.ph-graphics-card:before{content:""}.ph-bold.ph-greater-than:before{content:""}.ph-bold.ph-greater-than-or-equal:before{content:""}.ph-bold.ph-grid-four:before{content:""}.ph-bold.ph-grid-nine:before{content:""}.ph-bold.ph-guitar:before{content:""}.ph-bold.ph-hair-dryer:before{content:""}.ph-bold.ph-hamburger:before{content:""}.ph-bold.ph-hammer:before{content:""}.ph-bold.ph-hand:before{content:""}.ph-bold.ph-hand-arrow-down:before{content:""}.ph-bold.ph-hand-arrow-up:before{content:""}.ph-bold.ph-hand-coins:before{content:""}.ph-bold.ph-hand-deposit:before{content:""}.ph-bold.ph-hand-eye:before{content:""}.ph-bold.ph-hand-fist:before{content:""}.ph-bold.ph-hand-grabbing:before{content:""}.ph-bold.ph-hand-heart:before{content:""}.ph-bold.ph-hand-palm:before{content:""}.ph-bold.ph-hand-peace:before{content:""}.ph-bold.ph-hand-pointing:before{content:""}.ph-bold.ph-hand-soap:before{content:""}.ph-bold.ph-hand-swipe-left:before{content:""}.ph-bold.ph-hand-swipe-right:before{content:""}.ph-bold.ph-hand-tap:before{content:""}.ph-bold.ph-hand-waving:before{content:""}.ph-bold.ph-hand-withdraw:before{content:""}.ph-bold.ph-handbag:before{content:""}.ph-bold.ph-handbag-simple:before{content:""}.ph-bold.ph-hands-clapping:before{content:""}.ph-bold.ph-hands-praying:before{content:""}.ph-bold.ph-handshake:before{content:""}.ph-bold.ph-hard-drive:before{content:""}.ph-bold.ph-hard-drives:before{content:""}.ph-bold.ph-hard-hat:before{content:""}.ph-bold.ph-hash:before{content:""}.ph-bold.ph-hash-straight:before{content:""}.ph-bold.ph-head-circuit:before{content:""}.ph-bold.ph-headlights:before{content:""}.ph-bold.ph-headphones:before{content:""}.ph-bold.ph-headset:before{content:""}.ph-bold.ph-heart:before{content:""}.ph-bold.ph-heart-break:before{content:""}.ph-bold.ph-heart-half:before{content:""}.ph-bold.ph-heart-straight:before{content:""}.ph-bold.ph-heart-straight-break:before{content:""}.ph-bold.ph-heartbeat:before{content:""}.ph-bold.ph-hexagon:before{content:""}.ph-bold.ph-high-definition:before{content:""}.ph-bold.ph-high-heel:before{content:""}.ph-bold.ph-highlighter:before{content:""}.ph-bold.ph-highlighter-circle:before{content:""}.ph-bold.ph-hockey:before{content:""}.ph-bold.ph-hoodie:before{content:""}.ph-bold.ph-horse:before{content:""}.ph-bold.ph-hospital:before{content:""}.ph-bold.ph-hourglass:before{content:""}.ph-bold.ph-hourglass-high:before{content:""}.ph-bold.ph-hourglass-low:before{content:""}.ph-bold.ph-hourglass-medium:before{content:""}.ph-bold.ph-hourglass-simple:before{content:""}.ph-bold.ph-hourglass-simple-high:before{content:""}.ph-bold.ph-hourglass-simple-low:before{content:""}.ph-bold.ph-hourglass-simple-medium:before{content:""}.ph-bold.ph-house:before{content:""}.ph-bold.ph-house-line:before{content:""}.ph-bold.ph-house-simple:before{content:""}.ph-bold.ph-hurricane:before{content:""}.ph-bold.ph-ice-cream:before{content:""}.ph-bold.ph-identification-badge:before{content:""}.ph-bold.ph-identification-card:before{content:""}.ph-bold.ph-image:before{content:""}.ph-bold.ph-image-broken:before{content:""}.ph-bold.ph-image-square:before{content:""}.ph-bold.ph-images:before{content:""}.ph-bold.ph-images-square:before{content:""}.ph-bold.ph-infinity:before,.ph-bold.ph-lemniscate:before{content:""}.ph-bold.ph-info:before{content:""}.ph-bold.ph-instagram-logo:before{content:""}.ph-bold.ph-intersect:before{content:""}.ph-bold.ph-intersect-square:before{content:""}.ph-bold.ph-intersect-three:before{content:""}.ph-bold.ph-intersection:before{content:""}.ph-bold.ph-invoice:before{content:""}.ph-bold.ph-island:before{content:""}.ph-bold.ph-jar:before{content:""}.ph-bold.ph-jar-label:before{content:""}.ph-bold.ph-jeep:before{content:""}.ph-bold.ph-joystick:before{content:""}.ph-bold.ph-kanban:before{content:""}.ph-bold.ph-key:before{content:""}.ph-bold.ph-key-return:before{content:""}.ph-bold.ph-keyboard:before{content:""}.ph-bold.ph-keyhole:before{content:""}.ph-bold.ph-knife:before{content:""}.ph-bold.ph-ladder:before{content:""}.ph-bold.ph-ladder-simple:before{content:""}.ph-bold.ph-lamp:before{content:""}.ph-bold.ph-lamp-pendant:before{content:""}.ph-bold.ph-laptop:before{content:""}.ph-bold.ph-lasso:before{content:""}.ph-bold.ph-lastfm-logo:before{content:""}.ph-bold.ph-layout:before{content:""}.ph-bold.ph-leaf:before{content:""}.ph-bold.ph-lectern:before{content:""}.ph-bold.ph-lego:before{content:""}.ph-bold.ph-lego-smiley:before{content:""}.ph-bold.ph-less-than:before{content:""}.ph-bold.ph-less-than-or-equal:before{content:""}.ph-bold.ph-letter-circle-h:before{content:""}.ph-bold.ph-letter-circle-p:before{content:""}.ph-bold.ph-letter-circle-v:before{content:""}.ph-bold.ph-lifebuoy:before{content:""}.ph-bold.ph-lightbulb:before{content:""}.ph-bold.ph-lightbulb-filament:before{content:""}.ph-bold.ph-lighthouse:before{content:""}.ph-bold.ph-lightning:before{content:""}.ph-bold.ph-lightning-a:before{content:""}.ph-bold.ph-lightning-slash:before{content:""}.ph-bold.ph-line-segment:before{content:""}.ph-bold.ph-line-segments:before{content:""}.ph-bold.ph-line-vertical:before{content:""}.ph-bold.ph-link:before{content:""}.ph-bold.ph-link-break:before{content:""}.ph-bold.ph-link-simple:before{content:""}.ph-bold.ph-link-simple-break:before{content:""}.ph-bold.ph-link-simple-horizontal:before{content:""}.ph-bold.ph-link-simple-horizontal-break:before{content:""}.ph-bold.ph-linkedin-logo:before{content:""}.ph-bold.ph-linktree-logo:before{content:""}.ph-bold.ph-linux-logo:before{content:""}.ph-bold.ph-list:before{content:""}.ph-bold.ph-list-bullets:before{content:""}.ph-bold.ph-list-checks:before{content:""}.ph-bold.ph-list-dashes:before{content:""}.ph-bold.ph-list-heart:before{content:""}.ph-bold.ph-list-magnifying-glass:before{content:""}.ph-bold.ph-list-numbers:before{content:""}.ph-bold.ph-list-plus:before{content:""}.ph-bold.ph-list-star:before{content:""}.ph-bold.ph-lock:before{content:""}.ph-bold.ph-lock-key:before{content:""}.ph-bold.ph-lock-key-open:before{content:""}.ph-bold.ph-lock-laminated:before{content:""}.ph-bold.ph-lock-laminated-open:before{content:""}.ph-bold.ph-lock-open:before{content:""}.ph-bold.ph-lock-simple:before{content:""}.ph-bold.ph-lock-simple-open:before{content:""}.ph-bold.ph-lockers:before{content:""}.ph-bold.ph-log:before{content:""}.ph-bold.ph-magic-wand:before{content:""}.ph-bold.ph-magnet:before{content:""}.ph-bold.ph-magnet-straight:before{content:""}.ph-bold.ph-magnifying-glass:before{content:""}.ph-bold.ph-magnifying-glass-minus:before{content:""}.ph-bold.ph-magnifying-glass-plus:before{content:""}.ph-bold.ph-mailbox:before{content:""}.ph-bold.ph-map-pin:before{content:""}.ph-bold.ph-map-pin-area:before{content:""}.ph-bold.ph-map-pin-line:before{content:""}.ph-bold.ph-map-pin-plus:before{content:""}.ph-bold.ph-map-pin-simple:before{content:""}.ph-bold.ph-map-pin-simple-area:before{content:""}.ph-bold.ph-map-pin-simple-line:before{content:""}.ph-bold.ph-map-trifold:before{content:""}.ph-bold.ph-markdown-logo:before{content:""}.ph-bold.ph-marker-circle:before{content:""}.ph-bold.ph-martini:before{content:""}.ph-bold.ph-mask-happy:before{content:""}.ph-bold.ph-mask-sad:before{content:""}.ph-bold.ph-mastodon-logo:before{content:""}.ph-bold.ph-math-operations:before{content:""}.ph-bold.ph-matrix-logo:before{content:""}.ph-bold.ph-medal:before{content:""}.ph-bold.ph-medal-military:before{content:""}.ph-bold.ph-medium-logo:before{content:""}.ph-bold.ph-megaphone:before{content:""}.ph-bold.ph-megaphone-simple:before{content:""}.ph-bold.ph-member-of:before{content:""}.ph-bold.ph-memory:before{content:""}.ph-bold.ph-messenger-logo:before{content:""}.ph-bold.ph-meta-logo:before{content:""}.ph-bold.ph-meteor:before{content:""}.ph-bold.ph-metronome:before{content:""}.ph-bold.ph-microphone:before{content:""}.ph-bold.ph-microphone-slash:before{content:""}.ph-bold.ph-microphone-stage:before{content:""}.ph-bold.ph-microscope:before{content:""}.ph-bold.ph-microsoft-excel-logo:before{content:""}.ph-bold.ph-microsoft-outlook-logo:before{content:""}.ph-bold.ph-microsoft-powerpoint-logo:before{content:""}.ph-bold.ph-microsoft-teams-logo:before{content:""}.ph-bold.ph-microsoft-word-logo:before{content:""}.ph-bold.ph-minus:before{content:""}.ph-bold.ph-minus-circle:before{content:""}.ph-bold.ph-minus-square:before{content:""}.ph-bold.ph-money:before{content:""}.ph-bold.ph-money-wavy:before{content:""}.ph-bold.ph-monitor:before{content:""}.ph-bold.ph-monitor-arrow-up:before{content:""}.ph-bold.ph-monitor-play:before{content:""}.ph-bold.ph-moon:before{content:""}.ph-bold.ph-moon-stars:before{content:""}.ph-bold.ph-moped:before{content:""}.ph-bold.ph-moped-front:before{content:""}.ph-bold.ph-mosque:before{content:""}.ph-bold.ph-motorcycle:before{content:""}.ph-bold.ph-mountains:before{content:""}.ph-bold.ph-mouse:before{content:""}.ph-bold.ph-mouse-left-click:before{content:""}.ph-bold.ph-mouse-middle-click:before{content:""}.ph-bold.ph-mouse-right-click:before{content:""}.ph-bold.ph-mouse-scroll:before{content:""}.ph-bold.ph-mouse-simple:before{content:""}.ph-bold.ph-music-note:before{content:""}.ph-bold.ph-music-note-simple:before{content:""}.ph-bold.ph-music-notes:before{content:""}.ph-bold.ph-music-notes-minus:before{content:""}.ph-bold.ph-music-notes-plus:before{content:""}.ph-bold.ph-music-notes-simple:before{content:""}.ph-bold.ph-navigation-arrow:before{content:""}.ph-bold.ph-needle:before{content:""}.ph-bold.ph-network:before{content:""}.ph-bold.ph-network-slash:before{content:""}.ph-bold.ph-network-x:before{content:""}.ph-bold.ph-newspaper:before{content:""}.ph-bold.ph-newspaper-clipping:before{content:""}.ph-bold.ph-not-equals:before{content:""}.ph-bold.ph-not-member-of:before{content:""}.ph-bold.ph-not-subset-of:before{content:""}.ph-bold.ph-not-superset-of:before{content:""}.ph-bold.ph-notches:before{content:""}.ph-bold.ph-note:before{content:""}.ph-bold.ph-note-blank:before{content:""}.ph-bold.ph-note-pencil:before{content:""}.ph-bold.ph-notebook:before{content:""}.ph-bold.ph-notepad:before{content:""}.ph-bold.ph-notification:before{content:""}.ph-bold.ph-notion-logo:before{content:""}.ph-bold.ph-nuclear-plant:before{content:""}.ph-bold.ph-number-circle-eight:before{content:""}.ph-bold.ph-number-circle-five:before{content:""}.ph-bold.ph-number-circle-four:before{content:""}.ph-bold.ph-number-circle-nine:before{content:""}.ph-bold.ph-number-circle-one:before{content:""}.ph-bold.ph-number-circle-seven:before{content:""}.ph-bold.ph-number-circle-six:before{content:""}.ph-bold.ph-number-circle-three:before{content:""}.ph-bold.ph-number-circle-two:before{content:""}.ph-bold.ph-number-circle-zero:before{content:""}.ph-bold.ph-number-eight:before{content:""}.ph-bold.ph-number-five:before{content:""}.ph-bold.ph-number-four:before{content:""}.ph-bold.ph-number-nine:before{content:""}.ph-bold.ph-number-one:before{content:""}.ph-bold.ph-number-seven:before{content:""}.ph-bold.ph-number-six:before{content:""}.ph-bold.ph-number-square-eight:before{content:""}.ph-bold.ph-number-square-five:before{content:""}.ph-bold.ph-number-square-four:before{content:""}.ph-bold.ph-number-square-nine:before{content:""}.ph-bold.ph-number-square-one:before{content:""}.ph-bold.ph-number-square-seven:before{content:""}.ph-bold.ph-number-square-six:before{content:""}.ph-bold.ph-number-square-three:before{content:""}.ph-bold.ph-number-square-two:before{content:""}.ph-bold.ph-number-square-zero:before{content:""}.ph-bold.ph-number-three:before{content:""}.ph-bold.ph-number-two:before{content:""}.ph-bold.ph-number-zero:before{content:""}.ph-bold.ph-numpad:before{content:""}.ph-bold.ph-nut:before{content:""}.ph-bold.ph-ny-times-logo:before{content:""}.ph-bold.ph-octagon:before{content:""}.ph-bold.ph-office-chair:before{content:""}.ph-bold.ph-onigiri:before{content:""}.ph-bold.ph-open-ai-logo:before{content:""}.ph-bold.ph-option:before{content:""}.ph-bold.ph-orange:before{content:""}.ph-bold.ph-orange-slice:before{content:""}.ph-bold.ph-oven:before{content:""}.ph-bold.ph-package:before{content:""}.ph-bold.ph-paint-brush:before{content:""}.ph-bold.ph-paint-brush-broad:before{content:""}.ph-bold.ph-paint-brush-household:before{content:""}.ph-bold.ph-paint-bucket:before{content:""}.ph-bold.ph-paint-roller:before{content:""}.ph-bold.ph-palette:before{content:""}.ph-bold.ph-panorama:before{content:""}.ph-bold.ph-pants:before{content:""}.ph-bold.ph-paper-plane:before{content:""}.ph-bold.ph-paper-plane-right:before{content:""}.ph-bold.ph-paper-plane-tilt:before{content:""}.ph-bold.ph-paperclip:before{content:""}.ph-bold.ph-paperclip-horizontal:before{content:""}.ph-bold.ph-parachute:before{content:""}.ph-bold.ph-paragraph:before{content:""}.ph-bold.ph-parallelogram:before{content:""}.ph-bold.ph-park:before{content:""}.ph-bold.ph-password:before{content:""}.ph-bold.ph-path:before{content:""}.ph-bold.ph-patreon-logo:before{content:""}.ph-bold.ph-pause:before{content:""}.ph-bold.ph-pause-circle:before{content:""}.ph-bold.ph-paw-print:before{content:""}.ph-bold.ph-paypal-logo:before{content:""}.ph-bold.ph-peace:before{content:""}.ph-bold.ph-pen:before{content:""}.ph-bold.ph-pen-nib:before{content:""}.ph-bold.ph-pen-nib-straight:before{content:""}.ph-bold.ph-pencil:before{content:""}.ph-bold.ph-pencil-circle:before{content:""}.ph-bold.ph-pencil-line:before{content:""}.ph-bold.ph-pencil-ruler:before{content:""}.ph-bold.ph-pencil-simple:before{content:""}.ph-bold.ph-pencil-simple-line:before{content:""}.ph-bold.ph-pencil-simple-slash:before{content:""}.ph-bold.ph-pencil-slash:before{content:""}.ph-bold.ph-pentagon:before{content:""}.ph-bold.ph-pentagram:before{content:""}.ph-bold.ph-pepper:before{content:""}.ph-bold.ph-percent:before{content:""}.ph-bold.ph-person:before{content:""}.ph-bold.ph-person-arms-spread:before{content:""}.ph-bold.ph-person-simple:before{content:""}.ph-bold.ph-person-simple-bike:before{content:""}.ph-bold.ph-person-simple-circle:before{content:""}.ph-bold.ph-person-simple-hike:before{content:""}.ph-bold.ph-person-simple-run:before{content:""}.ph-bold.ph-person-simple-ski:before{content:""}.ph-bold.ph-person-simple-snowboard:before{content:""}.ph-bold.ph-person-simple-swim:before{content:""}.ph-bold.ph-person-simple-tai-chi:before{content:""}.ph-bold.ph-person-simple-throw:before{content:""}.ph-bold.ph-person-simple-walk:before{content:""}.ph-bold.ph-perspective:before{content:""}.ph-bold.ph-phone:before{content:""}.ph-bold.ph-phone-call:before{content:""}.ph-bold.ph-phone-disconnect:before{content:""}.ph-bold.ph-phone-incoming:before{content:""}.ph-bold.ph-phone-list:before{content:""}.ph-bold.ph-phone-outgoing:before{content:""}.ph-bold.ph-phone-pause:before{content:""}.ph-bold.ph-phone-plus:before{content:""}.ph-bold.ph-phone-slash:before{content:""}.ph-bold.ph-phone-transfer:before{content:""}.ph-bold.ph-phone-x:before{content:""}.ph-bold.ph-phosphor-logo:before{content:""}.ph-bold.ph-pi:before{content:""}.ph-bold.ph-piano-keys:before{content:""}.ph-bold.ph-picnic-table:before{content:""}.ph-bold.ph-picture-in-picture:before{content:""}.ph-bold.ph-piggy-bank:before{content:""}.ph-bold.ph-pill:before{content:""}.ph-bold.ph-ping-pong:before{content:""}.ph-bold.ph-pint-glass:before{content:""}.ph-bold.ph-pinterest-logo:before{content:""}.ph-bold.ph-pinwheel:before{content:""}.ph-bold.ph-pipe:before{content:""}.ph-bold.ph-pipe-wrench:before{content:""}.ph-bold.ph-pix-logo:before{content:""}.ph-bold.ph-pizza:before{content:""}.ph-bold.ph-placeholder:before{content:""}.ph-bold.ph-planet:before{content:""}.ph-bold.ph-plant:before{content:""}.ph-bold.ph-play:before{content:""}.ph-bold.ph-play-circle:before{content:""}.ph-bold.ph-play-pause:before{content:""}.ph-bold.ph-playlist:before{content:""}.ph-bold.ph-plug:before{content:""}.ph-bold.ph-plug-charging:before{content:""}.ph-bold.ph-plugs:before{content:""}.ph-bold.ph-plugs-connected:before{content:""}.ph-bold.ph-plus:before{content:""}.ph-bold.ph-plus-circle:before{content:""}.ph-bold.ph-plus-minus:before{content:""}.ph-bold.ph-plus-square:before{content:""}.ph-bold.ph-poker-chip:before{content:""}.ph-bold.ph-police-car:before{content:""}.ph-bold.ph-polygon:before{content:""}.ph-bold.ph-popcorn:before{content:""}.ph-bold.ph-popsicle:before{content:""}.ph-bold.ph-potted-plant:before{content:""}.ph-bold.ph-power:before{content:""}.ph-bold.ph-prescription:before{content:""}.ph-bold.ph-presentation:before{content:""}.ph-bold.ph-presentation-chart:before{content:""}.ph-bold.ph-printer:before{content:""}.ph-bold.ph-prohibit:before{content:""}.ph-bold.ph-prohibit-inset:before{content:""}.ph-bold.ph-projector-screen:before{content:""}.ph-bold.ph-projector-screen-chart:before{content:""}.ph-bold.ph-pulse:before,.ph-bold.ph-activity:before{content:""}.ph-bold.ph-push-pin:before{content:""}.ph-bold.ph-push-pin-simple:before{content:""}.ph-bold.ph-push-pin-simple-slash:before{content:""}.ph-bold.ph-push-pin-slash:before{content:""}.ph-bold.ph-puzzle-piece:before{content:""}.ph-bold.ph-qr-code:before{content:""}.ph-bold.ph-question:before{content:""}.ph-bold.ph-question-mark:before{content:""}.ph-bold.ph-queue:before{content:""}.ph-bold.ph-quotes:before{content:""}.ph-bold.ph-rabbit:before{content:""}.ph-bold.ph-racquet:before{content:""}.ph-bold.ph-radical:before{content:""}.ph-bold.ph-radio:before{content:""}.ph-bold.ph-radio-button:before{content:""}.ph-bold.ph-radioactive:before{content:""}.ph-bold.ph-rainbow:before{content:""}.ph-bold.ph-rainbow-cloud:before{content:""}.ph-bold.ph-ranking:before{content:""}.ph-bold.ph-read-cv-logo:before{content:""}.ph-bold.ph-receipt:before{content:""}.ph-bold.ph-receipt-x:before{content:""}.ph-bold.ph-record:before{content:""}.ph-bold.ph-rectangle:before{content:""}.ph-bold.ph-rectangle-dashed:before{content:""}.ph-bold.ph-recycle:before{content:""}.ph-bold.ph-reddit-logo:before{content:""}.ph-bold.ph-repeat:before{content:""}.ph-bold.ph-repeat-once:before{content:""}.ph-bold.ph-replit-logo:before{content:""}.ph-bold.ph-resize:before{content:""}.ph-bold.ph-rewind:before{content:""}.ph-bold.ph-rewind-circle:before{content:""}.ph-bold.ph-road-horizon:before{content:""}.ph-bold.ph-robot:before{content:""}.ph-bold.ph-rocket:before{content:""}.ph-bold.ph-rocket-launch:before{content:""}.ph-bold.ph-rows:before{content:""}.ph-bold.ph-rows-plus-bottom:before{content:""}.ph-bold.ph-rows-plus-top:before{content:""}.ph-bold.ph-rss:before{content:""}.ph-bold.ph-rss-simple:before{content:""}.ph-bold.ph-rug:before{content:""}.ph-bold.ph-ruler:before{content:""}.ph-bold.ph-sailboat:before{content:""}.ph-bold.ph-scales:before{content:""}.ph-bold.ph-scan:before{content:""}.ph-bold.ph-scan-smiley:before{content:""}.ph-bold.ph-scissors:before{content:""}.ph-bold.ph-scooter:before{content:""}.ph-bold.ph-screencast:before{content:""}.ph-bold.ph-screwdriver:before{content:""}.ph-bold.ph-scribble:before{content:""}.ph-bold.ph-scribble-loop:before{content:""}.ph-bold.ph-scroll:before{content:""}.ph-bold.ph-seal:before,.ph-bold.ph-circle-wavy:before{content:""}.ph-bold.ph-seal-check:before,.ph-bold.ph-circle-wavy-check:before{content:""}.ph-bold.ph-seal-percent:before{content:""}.ph-bold.ph-seal-question:before,.ph-bold.ph-circle-wavy-question:before{content:""}.ph-bold.ph-seal-warning:before,.ph-bold.ph-circle-wavy-warning:before{content:""}.ph-bold.ph-seat:before{content:""}.ph-bold.ph-seatbelt:before{content:""}.ph-bold.ph-security-camera:before{content:""}.ph-bold.ph-selection:before{content:""}.ph-bold.ph-selection-all:before{content:""}.ph-bold.ph-selection-background:before{content:""}.ph-bold.ph-selection-foreground:before{content:""}.ph-bold.ph-selection-inverse:before{content:""}.ph-bold.ph-selection-plus:before{content:""}.ph-bold.ph-selection-slash:before{content:""}.ph-bold.ph-shapes:before{content:""}.ph-bold.ph-share:before{content:""}.ph-bold.ph-share-fat:before{content:""}.ph-bold.ph-share-network:before{content:""}.ph-bold.ph-shield:before{content:""}.ph-bold.ph-shield-check:before{content:""}.ph-bold.ph-shield-checkered:before{content:""}.ph-bold.ph-shield-chevron:before{content:""}.ph-bold.ph-shield-plus:before{content:""}.ph-bold.ph-shield-slash:before{content:""}.ph-bold.ph-shield-star:before{content:""}.ph-bold.ph-shield-warning:before{content:""}.ph-bold.ph-shipping-container:before{content:""}.ph-bold.ph-shirt-folded:before{content:""}.ph-bold.ph-shooting-star:before{content:""}.ph-bold.ph-shopping-bag:before{content:""}.ph-bold.ph-shopping-bag-open:before{content:""}.ph-bold.ph-shopping-cart:before{content:""}.ph-bold.ph-shopping-cart-simple:before{content:""}.ph-bold.ph-shovel:before{content:""}.ph-bold.ph-shower:before{content:""}.ph-bold.ph-shrimp:before{content:""}.ph-bold.ph-shuffle:before{content:""}.ph-bold.ph-shuffle-angular:before{content:""}.ph-bold.ph-shuffle-simple:before{content:""}.ph-bold.ph-sidebar:before{content:""}.ph-bold.ph-sidebar-simple:before{content:""}.ph-bold.ph-sigma:before{content:""}.ph-bold.ph-sign-in:before{content:""}.ph-bold.ph-sign-out:before{content:""}.ph-bold.ph-signature:before{content:""}.ph-bold.ph-signpost:before{content:""}.ph-bold.ph-sim-card:before{content:""}.ph-bold.ph-siren:before{content:""}.ph-bold.ph-sketch-logo:before{content:""}.ph-bold.ph-skip-back:before{content:""}.ph-bold.ph-skip-back-circle:before{content:""}.ph-bold.ph-skip-forward:before{content:""}.ph-bold.ph-skip-forward-circle:before{content:""}.ph-bold.ph-skull:before{content:""}.ph-bold.ph-skype-logo:before{content:""}.ph-bold.ph-slack-logo:before{content:""}.ph-bold.ph-sliders:before{content:""}.ph-bold.ph-sliders-horizontal:before{content:""}.ph-bold.ph-slideshow:before{content:""}.ph-bold.ph-smiley:before{content:""}.ph-bold.ph-smiley-angry:before{content:""}.ph-bold.ph-smiley-blank:before{content:""}.ph-bold.ph-smiley-meh:before{content:""}.ph-bold.ph-smiley-melting:before{content:""}.ph-bold.ph-smiley-nervous:before{content:""}.ph-bold.ph-smiley-sad:before{content:""}.ph-bold.ph-smiley-sticker:before{content:""}.ph-bold.ph-smiley-wink:before{content:""}.ph-bold.ph-smiley-x-eyes:before{content:""}.ph-bold.ph-snapchat-logo:before{content:""}.ph-bold.ph-sneaker:before{content:""}.ph-bold.ph-sneaker-move:before{content:""}.ph-bold.ph-snowflake:before{content:""}.ph-bold.ph-soccer-ball:before{content:""}.ph-bold.ph-sock:before{content:""}.ph-bold.ph-solar-panel:before{content:""}.ph-bold.ph-solar-roof:before{content:""}.ph-bold.ph-sort-ascending:before{content:""}.ph-bold.ph-sort-descending:before{content:""}.ph-bold.ph-soundcloud-logo:before{content:""}.ph-bold.ph-spade:before{content:""}.ph-bold.ph-sparkle:before{content:""}.ph-bold.ph-speaker-hifi:before{content:""}.ph-bold.ph-speaker-high:before{content:""}.ph-bold.ph-speaker-low:before{content:""}.ph-bold.ph-speaker-none:before{content:""}.ph-bold.ph-speaker-simple-high:before{content:""}.ph-bold.ph-speaker-simple-low:before{content:""}.ph-bold.ph-speaker-simple-none:before{content:""}.ph-bold.ph-speaker-simple-slash:before{content:""}.ph-bold.ph-speaker-simple-x:before{content:""}.ph-bold.ph-speaker-slash:before{content:""}.ph-bold.ph-speaker-x:before{content:""}.ph-bold.ph-speedometer:before{content:""}.ph-bold.ph-sphere:before{content:""}.ph-bold.ph-spinner:before{content:""}.ph-bold.ph-spinner-ball:before{content:""}.ph-bold.ph-spinner-gap:before{content:""}.ph-bold.ph-spiral:before{content:""}.ph-bold.ph-split-horizontal:before{content:""}.ph-bold.ph-split-vertical:before{content:""}.ph-bold.ph-spotify-logo:before{content:""}.ph-bold.ph-spray-bottle:before{content:""}.ph-bold.ph-square:before{content:""}.ph-bold.ph-square-half:before{content:""}.ph-bold.ph-square-half-bottom:before{content:""}.ph-bold.ph-square-logo:before{content:""}.ph-bold.ph-square-split-horizontal:before{content:""}.ph-bold.ph-square-split-vertical:before{content:""}.ph-bold.ph-squares-four:before{content:""}.ph-bold.ph-stack:before{content:""}.ph-bold.ph-stack-minus:before{content:""}.ph-bold.ph-stack-overflow-logo:before{content:""}.ph-bold.ph-stack-plus:before{content:""}.ph-bold.ph-stack-simple:before{content:""}.ph-bold.ph-stairs:before{content:""}.ph-bold.ph-stamp:before{content:""}.ph-bold.ph-standard-definition:before{content:""}.ph-bold.ph-star:before{content:""}.ph-bold.ph-star-and-crescent:before{content:""}.ph-bold.ph-star-four:before{content:""}.ph-bold.ph-star-half:before{content:""}.ph-bold.ph-star-of-david:before{content:""}.ph-bold.ph-steam-logo:before{content:""}.ph-bold.ph-steering-wheel:before{content:""}.ph-bold.ph-steps:before{content:""}.ph-bold.ph-stethoscope:before{content:""}.ph-bold.ph-sticker:before{content:""}.ph-bold.ph-stool:before{content:""}.ph-bold.ph-stop:before{content:""}.ph-bold.ph-stop-circle:before{content:""}.ph-bold.ph-storefront:before{content:""}.ph-bold.ph-strategy:before{content:""}.ph-bold.ph-stripe-logo:before{content:""}.ph-bold.ph-student:before{content:""}.ph-bold.ph-subset-of:before{content:""}.ph-bold.ph-subset-proper-of:before{content:""}.ph-bold.ph-subtitles:before{content:""}.ph-bold.ph-subtitles-slash:before{content:""}.ph-bold.ph-subtract:before{content:""}.ph-bold.ph-subtract-square:before{content:""}.ph-bold.ph-subway:before{content:""}.ph-bold.ph-suitcase:before{content:""}.ph-bold.ph-suitcase-rolling:before{content:""}.ph-bold.ph-suitcase-simple:before{content:""}.ph-bold.ph-sun:before{content:""}.ph-bold.ph-sun-dim:before{content:""}.ph-bold.ph-sun-horizon:before{content:""}.ph-bold.ph-sunglasses:before{content:""}.ph-bold.ph-superset-of:before{content:""}.ph-bold.ph-superset-proper-of:before{content:""}.ph-bold.ph-swap:before{content:""}.ph-bold.ph-swatches:before{content:""}.ph-bold.ph-swimming-pool:before{content:""}.ph-bold.ph-sword:before{content:""}.ph-bold.ph-synagogue:before{content:""}.ph-bold.ph-syringe:before{content:""}.ph-bold.ph-t-shirt:before{content:""}.ph-bold.ph-table:before{content:""}.ph-bold.ph-tabs:before{content:""}.ph-bold.ph-tag:before{content:""}.ph-bold.ph-tag-chevron:before{content:""}.ph-bold.ph-tag-simple:before{content:""}.ph-bold.ph-target:before{content:""}.ph-bold.ph-taxi:before{content:""}.ph-bold.ph-tea-bag:before{content:""}.ph-bold.ph-telegram-logo:before{content:""}.ph-bold.ph-television:before{content:""}.ph-bold.ph-television-simple:before{content:""}.ph-bold.ph-tennis-ball:before{content:""}.ph-bold.ph-tent:before{content:""}.ph-bold.ph-terminal:before{content:""}.ph-bold.ph-terminal-window:before{content:""}.ph-bold.ph-test-tube:before{content:""}.ph-bold.ph-text-a-underline:before{content:""}.ph-bold.ph-text-aa:before{content:""}.ph-bold.ph-text-align-center:before{content:""}.ph-bold.ph-text-align-justify:before{content:""}.ph-bold.ph-text-align-left:before{content:""}.ph-bold.ph-text-align-right:before{content:""}.ph-bold.ph-text-b:before,.ph-bold.ph-text-bolder:before{content:""}.ph-bold.ph-text-columns:before{content:""}.ph-bold.ph-text-h:before{content:""}.ph-bold.ph-text-h-five:before{content:""}.ph-bold.ph-text-h-four:before{content:""}.ph-bold.ph-text-h-one:before{content:""}.ph-bold.ph-text-h-six:before{content:""}.ph-bold.ph-text-h-three:before{content:""}.ph-bold.ph-text-h-two:before{content:""}.ph-bold.ph-text-indent:before{content:""}.ph-bold.ph-text-italic:before{content:""}.ph-bold.ph-text-outdent:before{content:""}.ph-bold.ph-text-strikethrough:before{content:""}.ph-bold.ph-text-subscript:before{content:""}.ph-bold.ph-text-superscript:before{content:""}.ph-bold.ph-text-t:before{content:""}.ph-bold.ph-text-t-slash:before{content:""}.ph-bold.ph-text-underline:before{content:""}.ph-bold.ph-textbox:before{content:""}.ph-bold.ph-thermometer:before{content:""}.ph-bold.ph-thermometer-cold:before{content:""}.ph-bold.ph-thermometer-hot:before{content:""}.ph-bold.ph-thermometer-simple:before{content:""}.ph-bold.ph-threads-logo:before{content:""}.ph-bold.ph-three-d:before{content:""}.ph-bold.ph-thumbs-down:before{content:""}.ph-bold.ph-thumbs-up:before{content:""}.ph-bold.ph-ticket:before{content:""}.ph-bold.ph-tidal-logo:before{content:""}.ph-bold.ph-tiktok-logo:before{content:""}.ph-bold.ph-tilde:before{content:""}.ph-bold.ph-timer:before{content:""}.ph-bold.ph-tip-jar:before{content:""}.ph-bold.ph-tipi:before{content:""}.ph-bold.ph-tire:before{content:""}.ph-bold.ph-toggle-left:before{content:""}.ph-bold.ph-toggle-right:before{content:""}.ph-bold.ph-toilet:before{content:""}.ph-bold.ph-toilet-paper:before{content:""}.ph-bold.ph-toolbox:before{content:""}.ph-bold.ph-tooth:before{content:""}.ph-bold.ph-tornado:before{content:""}.ph-bold.ph-tote:before{content:""}.ph-bold.ph-tote-simple:before{content:""}.ph-bold.ph-towel:before{content:""}.ph-bold.ph-tractor:before{content:""}.ph-bold.ph-trademark:before{content:""}.ph-bold.ph-trademark-registered:before{content:""}.ph-bold.ph-traffic-cone:before{content:""}.ph-bold.ph-traffic-sign:before{content:""}.ph-bold.ph-traffic-signal:before{content:""}.ph-bold.ph-train:before{content:""}.ph-bold.ph-train-regional:before{content:""}.ph-bold.ph-train-simple:before{content:""}.ph-bold.ph-tram:before{content:""}.ph-bold.ph-translate:before{content:""}.ph-bold.ph-trash:before{content:""}.ph-bold.ph-trash-simple:before{content:""}.ph-bold.ph-tray:before{content:""}.ph-bold.ph-tray-arrow-down:before,.ph-bold.ph-archive-tray:before{content:""}.ph-bold.ph-tray-arrow-up:before{content:""}.ph-bold.ph-treasure-chest:before{content:""}.ph-bold.ph-tree:before{content:""}.ph-bold.ph-tree-evergreen:before{content:""}.ph-bold.ph-tree-palm:before{content:""}.ph-bold.ph-tree-structure:before{content:""}.ph-bold.ph-tree-view:before{content:""}.ph-bold.ph-trend-down:before{content:""}.ph-bold.ph-trend-up:before{content:""}.ph-bold.ph-triangle:before{content:""}.ph-bold.ph-triangle-dashed:before{content:""}.ph-bold.ph-trolley:before{content:""}.ph-bold.ph-trolley-suitcase:before{content:""}.ph-bold.ph-trophy:before{content:""}.ph-bold.ph-truck:before{content:""}.ph-bold.ph-truck-trailer:before{content:""}.ph-bold.ph-tumblr-logo:before{content:""}.ph-bold.ph-twitch-logo:before{content:""}.ph-bold.ph-twitter-logo:before{content:""}.ph-bold.ph-umbrella:before{content:""}.ph-bold.ph-umbrella-simple:before{content:""}.ph-bold.ph-union:before{content:""}.ph-bold.ph-unite:before{content:""}.ph-bold.ph-unite-square:before{content:""}.ph-bold.ph-upload:before{content:""}.ph-bold.ph-upload-simple:before{content:""}.ph-bold.ph-usb:before{content:""}.ph-bold.ph-user:before{content:""}.ph-bold.ph-user-check:before{content:""}.ph-bold.ph-user-circle:before{content:""}.ph-bold.ph-user-circle-check:before{content:""}.ph-bold.ph-user-circle-dashed:before{content:""}.ph-bold.ph-user-circle-gear:before{content:""}.ph-bold.ph-user-circle-minus:before{content:""}.ph-bold.ph-user-circle-plus:before{content:""}.ph-bold.ph-user-focus:before{content:""}.ph-bold.ph-user-gear:before{content:""}.ph-bold.ph-user-list:before{content:""}.ph-bold.ph-user-minus:before{content:""}.ph-bold.ph-user-plus:before{content:""}.ph-bold.ph-user-rectangle:before{content:""}.ph-bold.ph-user-sound:before{content:""}.ph-bold.ph-user-square:before{content:""}.ph-bold.ph-user-switch:before{content:""}.ph-bold.ph-users:before{content:""}.ph-bold.ph-users-four:before{content:""}.ph-bold.ph-users-three:before{content:""}.ph-bold.ph-van:before{content:""}.ph-bold.ph-vault:before{content:""}.ph-bold.ph-vector-three:before{content:""}.ph-bold.ph-vector-two:before{content:""}.ph-bold.ph-vibrate:before{content:""}.ph-bold.ph-video:before{content:""}.ph-bold.ph-video-camera:before{content:""}.ph-bold.ph-video-camera-slash:before{content:""}.ph-bold.ph-video-conference:before{content:""}.ph-bold.ph-vignette:before{content:""}.ph-bold.ph-vinyl-record:before{content:""}.ph-bold.ph-virtual-reality:before{content:""}.ph-bold.ph-virus:before{content:""}.ph-bold.ph-visor:before{content:""}.ph-bold.ph-voicemail:before{content:""}.ph-bold.ph-volleyball:before{content:""}.ph-bold.ph-wall:before{content:""}.ph-bold.ph-wallet:before{content:""}.ph-bold.ph-warehouse:before{content:""}.ph-bold.ph-warning:before{content:""}.ph-bold.ph-warning-circle:before{content:""}.ph-bold.ph-warning-diamond:before{content:""}.ph-bold.ph-warning-octagon:before{content:""}.ph-bold.ph-washing-machine:before{content:""}.ph-bold.ph-watch:before{content:""}.ph-bold.ph-wave-sawtooth:before{content:""}.ph-bold.ph-wave-sine:before{content:""}.ph-bold.ph-wave-square:before{content:""}.ph-bold.ph-wave-triangle:before{content:""}.ph-bold.ph-waveform:before{content:""}.ph-bold.ph-waveform-slash:before{content:""}.ph-bold.ph-waves:before{content:""}.ph-bold.ph-webcam:before{content:""}.ph-bold.ph-webcam-slash:before{content:""}.ph-bold.ph-webhooks-logo:before{content:""}.ph-bold.ph-wechat-logo:before{content:""}.ph-bold.ph-whatsapp-logo:before{content:""}.ph-bold.ph-wheelchair:before{content:""}.ph-bold.ph-wheelchair-motion:before{content:""}.ph-bold.ph-wifi-high:before{content:""}.ph-bold.ph-wifi-low:before{content:""}.ph-bold.ph-wifi-medium:before{content:""}.ph-bold.ph-wifi-none:before{content:""}.ph-bold.ph-wifi-slash:before{content:""}.ph-bold.ph-wifi-x:before{content:""}.ph-bold.ph-wind:before{content:""}.ph-bold.ph-windmill:before{content:""}.ph-bold.ph-windows-logo:before{content:""}.ph-bold.ph-wine:before{content:""}.ph-bold.ph-wrench:before{content:""}.ph-bold.ph-x:before{content:""}.ph-bold.ph-x-circle:before{content:""}.ph-bold.ph-x-logo:before{content:""}.ph-bold.ph-x-square:before{content:""}.ph-bold.ph-yarn:before{content:""}.ph-bold.ph-yin-yang:before{content:""}.ph-bold.ph-youtube-logo:before{content:""}@font-face{font-family:Phosphor-Fill;src:url(/fonts/phosphor/Phosphor-Fill.woff2)format("woff2");font-weight:400;font-style:normal;font-display:block}.ph-fill{speak:never;font-variant:normal;text-transform:none;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;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor-Fill!important}.ph-fill.ph-acorn:before{content:""}.ph-fill.ph-address-book:before{content:""}.ph-fill.ph-address-book-tabs:before{content:""}.ph-fill.ph-air-traffic-control:before{content:""}.ph-fill.ph-airplane:before{content:""}.ph-fill.ph-airplane-in-flight:before{content:""}.ph-fill.ph-airplane-landing:before{content:""}.ph-fill.ph-airplane-takeoff:before{content:""}.ph-fill.ph-airplane-taxiing:before{content:""}.ph-fill.ph-airplane-tilt:before{content:""}.ph-fill.ph-airplay:before{content:""}.ph-fill.ph-alarm:before{content:""}.ph-fill.ph-alien:before{content:""}.ph-fill.ph-align-bottom:before{content:""}.ph-fill.ph-align-bottom-simple:before{content:""}.ph-fill.ph-align-center-horizontal:before{content:""}.ph-fill.ph-align-center-horizontal-simple:before{content:""}.ph-fill.ph-align-center-vertical:before{content:""}.ph-fill.ph-align-center-vertical-simple:before{content:""}.ph-fill.ph-align-left:before{content:""}.ph-fill.ph-align-left-simple:before{content:""}.ph-fill.ph-align-right:before{content:""}.ph-fill.ph-align-right-simple:before{content:""}.ph-fill.ph-align-top:before{content:""}.ph-fill.ph-align-top-simple:before{content:""}.ph-fill.ph-amazon-logo:before{content:""}.ph-fill.ph-ambulance:before{content:""}.ph-fill.ph-anchor:before{content:""}.ph-fill.ph-anchor-simple:before{content:""}.ph-fill.ph-android-logo:before{content:""}.ph-fill.ph-angle:before{content:""}.ph-fill.ph-angular-logo:before{content:""}.ph-fill.ph-aperture:before{content:""}.ph-fill.ph-app-store-logo:before{content:""}.ph-fill.ph-app-window:before{content:""}.ph-fill.ph-apple-logo:before{content:""}.ph-fill.ph-apple-podcasts-logo:before{content:""}.ph-fill.ph-approximate-equals:before{content:""}.ph-fill.ph-archive:before{content:""}.ph-fill.ph-armchair:before{content:""}.ph-fill.ph-arrow-arc-left:before{content:""}.ph-fill.ph-arrow-arc-right:before{content:""}.ph-fill.ph-arrow-bend-double-up-left:before{content:""}.ph-fill.ph-arrow-bend-double-up-right:before{content:""}.ph-fill.ph-arrow-bend-down-left:before{content:""}.ph-fill.ph-arrow-bend-down-right:before{content:""}.ph-fill.ph-arrow-bend-left-down:before{content:""}.ph-fill.ph-arrow-bend-left-up:before{content:""}.ph-fill.ph-arrow-bend-right-down:before{content:""}.ph-fill.ph-arrow-bend-right-up:before{content:""}.ph-fill.ph-arrow-bend-up-left:before{content:""}.ph-fill.ph-arrow-bend-up-right:before{content:""}.ph-fill.ph-arrow-circle-down:before{content:""}.ph-fill.ph-arrow-circle-down-left:before{content:""}.ph-fill.ph-arrow-circle-down-right:before{content:""}.ph-fill.ph-arrow-circle-left:before{content:""}.ph-fill.ph-arrow-circle-right:before{content:""}.ph-fill.ph-arrow-circle-up:before{content:""}.ph-fill.ph-arrow-circle-up-left:before{content:""}.ph-fill.ph-arrow-circle-up-right:before{content:""}.ph-fill.ph-arrow-clockwise:before{content:""}.ph-fill.ph-arrow-counter-clockwise:before{content:""}.ph-fill.ph-arrow-down:before{content:""}.ph-fill.ph-arrow-down-left:before{content:""}.ph-fill.ph-arrow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-down-left:before{content:""}.ph-fill.ph-arrow-elbow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-left:before{content:""}.ph-fill.ph-arrow-elbow-left-down:before{content:""}.ph-fill.ph-arrow-elbow-left-up:before{content:""}.ph-fill.ph-arrow-elbow-right:before{content:""}.ph-fill.ph-arrow-elbow-right-down:before{content:""}.ph-fill.ph-arrow-elbow-right-up:before{content:""}.ph-fill.ph-arrow-elbow-up-left:before{content:""}.ph-fill.ph-arrow-elbow-up-right:before{content:""}.ph-fill.ph-arrow-fat-down:before{content:""}.ph-fill.ph-arrow-fat-left:before{content:""}.ph-fill.ph-arrow-fat-line-down:before{content:""}.ph-fill.ph-arrow-fat-line-left:before{content:""}.ph-fill.ph-arrow-fat-line-right:before{content:""}.ph-fill.ph-arrow-fat-line-up:before{content:""}.ph-fill.ph-arrow-fat-lines-down:before{content:""}.ph-fill.ph-arrow-fat-lines-left:before{content:""}.ph-fill.ph-arrow-fat-lines-right:before{content:""}.ph-fill.ph-arrow-fat-lines-up:before{content:""}.ph-fill.ph-arrow-fat-right:before{content:""}.ph-fill.ph-arrow-fat-up:before{content:""}.ph-fill.ph-arrow-left:before{content:""}.ph-fill.ph-arrow-line-down:before{content:""}.ph-fill.ph-arrow-line-down-left:before{content:""}.ph-fill.ph-arrow-line-down-right:before{content:""}.ph-fill.ph-arrow-line-left:before{content:""}.ph-fill.ph-arrow-line-right:before{content:""}.ph-fill.ph-arrow-line-up:before{content:""}.ph-fill.ph-arrow-line-up-left:before{content:""}.ph-fill.ph-arrow-line-up-right:before{content:""}.ph-fill.ph-arrow-right:before{content:""}.ph-fill.ph-arrow-square-down:before{content:""}.ph-fill.ph-arrow-square-down-left:before{content:""}.ph-fill.ph-arrow-square-down-right:before{content:""}.ph-fill.ph-arrow-square-in:before{content:""}.ph-fill.ph-arrow-square-left:before{content:""}.ph-fill.ph-arrow-square-out:before{content:""}.ph-fill.ph-arrow-square-right:before{content:""}.ph-fill.ph-arrow-square-up:before{content:""}.ph-fill.ph-arrow-square-up-left:before{content:""}.ph-fill.ph-arrow-square-up-right:before{content:""}.ph-fill.ph-arrow-u-down-left:before{content:""}.ph-fill.ph-arrow-u-down-right:before{content:""}.ph-fill.ph-arrow-u-left-down:before{content:""}.ph-fill.ph-arrow-u-left-up:before{content:""}.ph-fill.ph-arrow-u-right-down:before{content:""}.ph-fill.ph-arrow-u-right-up:before{content:""}.ph-fill.ph-arrow-u-up-left:before{content:""}.ph-fill.ph-arrow-u-up-right:before{content:""}.ph-fill.ph-arrow-up:before{content:""}.ph-fill.ph-arrow-up-left:before{content:""}.ph-fill.ph-arrow-up-right:before{content:""}.ph-fill.ph-arrows-clockwise:before{content:""}.ph-fill.ph-arrows-counter-clockwise:before{content:""}.ph-fill.ph-arrows-down-up:before{content:""}.ph-fill.ph-arrows-horizontal:before{content:""}.ph-fill.ph-arrows-in:before{content:""}.ph-fill.ph-arrows-in-cardinal:before{content:""}.ph-fill.ph-arrows-in-line-horizontal:before{content:""}.ph-fill.ph-arrows-in-line-vertical:before{content:""}.ph-fill.ph-arrows-in-simple:before{content:""}.ph-fill.ph-arrows-left-right:before{content:""}.ph-fill.ph-arrows-merge:before{content:""}.ph-fill.ph-arrows-out:before{content:""}.ph-fill.ph-arrows-out-cardinal:before{content:""}.ph-fill.ph-arrows-out-line-horizontal:before{content:""}.ph-fill.ph-arrows-out-line-vertical:before{content:""}.ph-fill.ph-arrows-out-simple:before{content:""}.ph-fill.ph-arrows-split:before{content:""}.ph-fill.ph-arrows-vertical:before{content:""}.ph-fill.ph-article:before{content:""}.ph-fill.ph-article-medium:before{content:""}.ph-fill.ph-article-ny-times:before{content:""}.ph-fill.ph-asclepius:before,.ph-fill.ph-caduceus:before{content:""}.ph-fill.ph-asterisk:before{content:""}.ph-fill.ph-asterisk-simple:before{content:""}.ph-fill.ph-at:before{content:""}.ph-fill.ph-atom:before{content:""}.ph-fill.ph-avocado:before{content:""}.ph-fill.ph-axe:before{content:""}.ph-fill.ph-baby:before{content:""}.ph-fill.ph-baby-carriage:before{content:""}.ph-fill.ph-backpack:before{content:""}.ph-fill.ph-backspace:before{content:""}.ph-fill.ph-bag:before{content:""}.ph-fill.ph-bag-simple:before{content:""}.ph-fill.ph-balloon:before{content:""}.ph-fill.ph-bandaids:before{content:""}.ph-fill.ph-bank:before{content:""}.ph-fill.ph-barbell:before{content:""}.ph-fill.ph-barcode:before{content:""}.ph-fill.ph-barn:before{content:""}.ph-fill.ph-barricade:before{content:""}.ph-fill.ph-baseball:before{content:""}.ph-fill.ph-baseball-cap:before{content:""}.ph-fill.ph-baseball-helmet:before{content:""}.ph-fill.ph-basket:before{content:""}.ph-fill.ph-basketball:before{content:""}.ph-fill.ph-bathtub:before{content:""}.ph-fill.ph-battery-charging:before{content:""}.ph-fill.ph-battery-charging-vertical:before{content:""}.ph-fill.ph-battery-empty:before{content:""}.ph-fill.ph-battery-full:before{content:""}.ph-fill.ph-battery-high:before{content:""}.ph-fill.ph-battery-low:before{content:""}.ph-fill.ph-battery-medium:before{content:""}.ph-fill.ph-battery-plus:before{content:""}.ph-fill.ph-battery-plus-vertical:before{content:""}.ph-fill.ph-battery-vertical-empty:before{content:""}.ph-fill.ph-battery-vertical-full:before{content:""}.ph-fill.ph-battery-vertical-high:before{content:""}.ph-fill.ph-battery-vertical-low:before{content:""}.ph-fill.ph-battery-vertical-medium:before{content:""}.ph-fill.ph-battery-warning:before{content:""}.ph-fill.ph-battery-warning-vertical:before{content:""}.ph-fill.ph-beach-ball:before{content:""}.ph-fill.ph-beanie:before{content:""}.ph-fill.ph-bed:before{content:""}.ph-fill.ph-beer-bottle:before{content:""}.ph-fill.ph-beer-stein:before{content:""}.ph-fill.ph-behance-logo:before{content:""}.ph-fill.ph-bell:before{content:""}.ph-fill.ph-bell-ringing:before{content:""}.ph-fill.ph-bell-simple:before{content:""}.ph-fill.ph-bell-simple-ringing:before{content:""}.ph-fill.ph-bell-simple-slash:before{content:""}.ph-fill.ph-bell-simple-z:before{content:""}.ph-fill.ph-bell-slash:before{content:""}.ph-fill.ph-bell-z:before{content:""}.ph-fill.ph-belt:before{content:""}.ph-fill.ph-bezier-curve:before{content:""}.ph-fill.ph-bicycle:before{content:""}.ph-fill.ph-binary:before{content:""}.ph-fill.ph-binoculars:before{content:""}.ph-fill.ph-biohazard:before{content:""}.ph-fill.ph-bird:before{content:""}.ph-fill.ph-blueprint:before{content:""}.ph-fill.ph-bluetooth:before{content:""}.ph-fill.ph-bluetooth-connected:before{content:""}.ph-fill.ph-bluetooth-slash:before{content:""}.ph-fill.ph-bluetooth-x:before{content:""}.ph-fill.ph-boat:before{content:""}.ph-fill.ph-bomb:before{content:""}.ph-fill.ph-bone:before{content:""}.ph-fill.ph-book:before{content:""}.ph-fill.ph-book-bookmark:before{content:""}.ph-fill.ph-book-open:before{content:""}.ph-fill.ph-book-open-text:before{content:""}.ph-fill.ph-book-open-user:before{content:""}.ph-fill.ph-bookmark:before{content:""}.ph-fill.ph-bookmark-simple:before{content:""}.ph-fill.ph-bookmarks:before{content:""}.ph-fill.ph-bookmarks-simple:before{content:""}.ph-fill.ph-books:before{content:""}.ph-fill.ph-boot:before{content:""}.ph-fill.ph-boules:before{content:""}.ph-fill.ph-bounding-box:before{content:""}.ph-fill.ph-bowl-food:before{content:""}.ph-fill.ph-bowl-steam:before{content:""}.ph-fill.ph-bowling-ball:before{content:""}.ph-fill.ph-box-arrow-down:before,.ph-fill.ph-archive-box:before{content:""}.ph-fill.ph-box-arrow-up:before{content:""}.ph-fill.ph-boxing-glove:before{content:""}.ph-fill.ph-brackets-angle:before{content:""}.ph-fill.ph-brackets-curly:before{content:""}.ph-fill.ph-brackets-round:before{content:""}.ph-fill.ph-brackets-square:before{content:""}.ph-fill.ph-brain:before{content:""}.ph-fill.ph-brandy:before{content:""}.ph-fill.ph-bread:before{content:""}.ph-fill.ph-bridge:before{content:""}.ph-fill.ph-briefcase:before{content:""}.ph-fill.ph-briefcase-metal:before{content:""}.ph-fill.ph-broadcast:before{content:""}.ph-fill.ph-broom:before{content:""}.ph-fill.ph-browser:before{content:""}.ph-fill.ph-browsers:before{content:""}.ph-fill.ph-bug:before{content:""}.ph-fill.ph-bug-beetle:before{content:""}.ph-fill.ph-bug-droid:before{content:""}.ph-fill.ph-building:before{content:""}.ph-fill.ph-building-apartment:before{content:""}.ph-fill.ph-building-office:before{content:""}.ph-fill.ph-buildings:before{content:""}.ph-fill.ph-bulldozer:before{content:""}.ph-fill.ph-bus:before{content:""}.ph-fill.ph-butterfly:before{content:""}.ph-fill.ph-cable-car:before{content:""}.ph-fill.ph-cactus:before{content:""}.ph-fill.ph-cake:before{content:""}.ph-fill.ph-calculator:before{content:""}.ph-fill.ph-calendar:before{content:""}.ph-fill.ph-calendar-blank:before{content:""}.ph-fill.ph-calendar-check:before{content:""}.ph-fill.ph-calendar-dot:before{content:""}.ph-fill.ph-calendar-dots:before{content:""}.ph-fill.ph-calendar-heart:before{content:""}.ph-fill.ph-calendar-minus:before{content:""}.ph-fill.ph-calendar-plus:before{content:""}.ph-fill.ph-calendar-slash:before{content:""}.ph-fill.ph-calendar-star:before{content:""}.ph-fill.ph-calendar-x:before{content:""}.ph-fill.ph-call-bell:before{content:""}.ph-fill.ph-camera:before{content:""}.ph-fill.ph-camera-plus:before{content:""}.ph-fill.ph-camera-rotate:before{content:""}.ph-fill.ph-camera-slash:before{content:""}.ph-fill.ph-campfire:before{content:""}.ph-fill.ph-car:before{content:""}.ph-fill.ph-car-battery:before{content:""}.ph-fill.ph-car-profile:before{content:""}.ph-fill.ph-car-simple:before{content:""}.ph-fill.ph-cardholder:before{content:""}.ph-fill.ph-cards:before{content:""}.ph-fill.ph-cards-three:before{content:""}.ph-fill.ph-caret-circle-double-down:before{content:""}.ph-fill.ph-caret-circle-double-left:before{content:""}.ph-fill.ph-caret-circle-double-right:before{content:""}.ph-fill.ph-caret-circle-double-up:before{content:""}.ph-fill.ph-caret-circle-down:before{content:""}.ph-fill.ph-caret-circle-left:before{content:""}.ph-fill.ph-caret-circle-right:before{content:""}.ph-fill.ph-caret-circle-up:before{content:""}.ph-fill.ph-caret-circle-up-down:before{content:""}.ph-fill.ph-caret-double-down:before{content:""}.ph-fill.ph-caret-double-left:before{content:""}.ph-fill.ph-caret-double-right:before{content:""}.ph-fill.ph-caret-double-up:before{content:""}.ph-fill.ph-caret-down:before{content:""}.ph-fill.ph-caret-left:before{content:""}.ph-fill.ph-caret-line-down:before{content:""}.ph-fill.ph-caret-line-left:before{content:""}.ph-fill.ph-caret-line-right:before{content:""}.ph-fill.ph-caret-line-up:before{content:""}.ph-fill.ph-caret-right:before{content:""}.ph-fill.ph-caret-up:before{content:""}.ph-fill.ph-caret-up-down:before{content:""}.ph-fill.ph-carrot:before{content:""}.ph-fill.ph-cash-register:before{content:""}.ph-fill.ph-cassette-tape:before{content:""}.ph-fill.ph-castle-turret:before{content:""}.ph-fill.ph-cat:before{content:""}.ph-fill.ph-cell-signal-full:before{content:""}.ph-fill.ph-cell-signal-high:before{content:""}.ph-fill.ph-cell-signal-low:before{content:""}.ph-fill.ph-cell-signal-medium:before{content:""}.ph-fill.ph-cell-signal-none:before{content:""}.ph-fill.ph-cell-signal-slash:before{content:""}.ph-fill.ph-cell-signal-x:before{content:""}.ph-fill.ph-cell-tower:before{content:""}.ph-fill.ph-certificate:before{content:""}.ph-fill.ph-chair:before{content:""}.ph-fill.ph-chalkboard:before{content:""}.ph-fill.ph-chalkboard-simple:before{content:""}.ph-fill.ph-chalkboard-teacher:before{content:""}.ph-fill.ph-champagne:before{content:""}.ph-fill.ph-charging-station:before{content:""}.ph-fill.ph-chart-bar:before{content:""}.ph-fill.ph-chart-bar-horizontal:before{content:""}.ph-fill.ph-chart-donut:before{content:""}.ph-fill.ph-chart-line:before{content:""}.ph-fill.ph-chart-line-down:before{content:""}.ph-fill.ph-chart-line-up:before{content:""}.ph-fill.ph-chart-pie:before{content:""}.ph-fill.ph-chart-pie-slice:before{content:""}.ph-fill.ph-chart-polar:before{content:""}.ph-fill.ph-chart-scatter:before{content:""}.ph-fill.ph-chat:before{content:""}.ph-fill.ph-chat-centered:before{content:""}.ph-fill.ph-chat-centered-dots:before{content:""}.ph-fill.ph-chat-centered-slash:before{content:""}.ph-fill.ph-chat-centered-text:before{content:""}.ph-fill.ph-chat-circle:before{content:""}.ph-fill.ph-chat-circle-dots:before{content:""}.ph-fill.ph-chat-circle-slash:before{content:""}.ph-fill.ph-chat-circle-text:before{content:""}.ph-fill.ph-chat-dots:before{content:""}.ph-fill.ph-chat-slash:before{content:""}.ph-fill.ph-chat-teardrop:before{content:""}.ph-fill.ph-chat-teardrop-dots:before{content:""}.ph-fill.ph-chat-teardrop-slash:before{content:""}.ph-fill.ph-chat-teardrop-text:before{content:""}.ph-fill.ph-chat-text:before{content:""}.ph-fill.ph-chats:before{content:""}.ph-fill.ph-chats-circle:before{content:""}.ph-fill.ph-chats-teardrop:before{content:""}.ph-fill.ph-check:before{content:""}.ph-fill.ph-check-circle:before{content:""}.ph-fill.ph-check-fat:before{content:""}.ph-fill.ph-check-square:before{content:""}.ph-fill.ph-check-square-offset:before{content:""}.ph-fill.ph-checkerboard:before{content:""}.ph-fill.ph-checks:before{content:""}.ph-fill.ph-cheers:before{content:""}.ph-fill.ph-cheese:before{content:""}.ph-fill.ph-chef-hat:before{content:""}.ph-fill.ph-cherries:before{content:""}.ph-fill.ph-church:before{content:""}.ph-fill.ph-cigarette:before{content:""}.ph-fill.ph-cigarette-slash:before{content:""}.ph-fill.ph-circle:before{content:""}.ph-fill.ph-circle-dashed:before{content:""}.ph-fill.ph-circle-half:before{content:""}.ph-fill.ph-circle-half-tilt:before{content:""}.ph-fill.ph-circle-notch:before{content:""}.ph-fill.ph-circles-four:before{content:""}.ph-fill.ph-circles-three:before{content:""}.ph-fill.ph-circles-three-plus:before{content:""}.ph-fill.ph-circuitry:before{content:""}.ph-fill.ph-city:before{content:""}.ph-fill.ph-clipboard:before{content:""}.ph-fill.ph-clipboard-text:before{content:""}.ph-fill.ph-clock:before{content:""}.ph-fill.ph-clock-afternoon:before{content:""}.ph-fill.ph-clock-clockwise:before{content:""}.ph-fill.ph-clock-countdown:before{content:""}.ph-fill.ph-clock-counter-clockwise:before{content:""}.ph-fill.ph-clock-user:before{content:""}.ph-fill.ph-closed-captioning:before{content:""}.ph-fill.ph-cloud:before{content:""}.ph-fill.ph-cloud-arrow-down:before{content:""}.ph-fill.ph-cloud-arrow-up:before{content:""}.ph-fill.ph-cloud-check:before{content:""}.ph-fill.ph-cloud-fog:before{content:""}.ph-fill.ph-cloud-lightning:before{content:""}.ph-fill.ph-cloud-moon:before{content:""}.ph-fill.ph-cloud-rain:before{content:""}.ph-fill.ph-cloud-slash:before{content:""}.ph-fill.ph-cloud-snow:before{content:""}.ph-fill.ph-cloud-sun:before{content:""}.ph-fill.ph-cloud-warning:before{content:""}.ph-fill.ph-cloud-x:before{content:""}.ph-fill.ph-clover:before{content:""}.ph-fill.ph-club:before{content:""}.ph-fill.ph-coat-hanger:before{content:""}.ph-fill.ph-coda-logo:before{content:""}.ph-fill.ph-code:before{content:""}.ph-fill.ph-code-block:before{content:""}.ph-fill.ph-code-simple:before{content:""}.ph-fill.ph-codepen-logo:before{content:""}.ph-fill.ph-codesandbox-logo:before{content:""}.ph-fill.ph-coffee:before{content:""}.ph-fill.ph-coffee-bean:before{content:""}.ph-fill.ph-coin:before{content:""}.ph-fill.ph-coin-vertical:before{content:""}.ph-fill.ph-coins:before{content:""}.ph-fill.ph-columns:before{content:""}.ph-fill.ph-columns-plus-left:before{content:""}.ph-fill.ph-columns-plus-right:before{content:""}.ph-fill.ph-command:before{content:""}.ph-fill.ph-compass:before{content:""}.ph-fill.ph-compass-rose:before{content:""}.ph-fill.ph-compass-tool:before{content:""}.ph-fill.ph-computer-tower:before{content:""}.ph-fill.ph-confetti:before{content:""}.ph-fill.ph-contactless-payment:before{content:""}.ph-fill.ph-control:before{content:""}.ph-fill.ph-cookie:before{content:""}.ph-fill.ph-cooking-pot:before{content:""}.ph-fill.ph-copy:before{content:""}.ph-fill.ph-copy-simple:before{content:""}.ph-fill.ph-copyleft:before{content:""}.ph-fill.ph-copyright:before{content:""}.ph-fill.ph-corners-in:before{content:""}.ph-fill.ph-corners-out:before{content:""}.ph-fill.ph-couch:before{content:""}.ph-fill.ph-court-basketball:before{content:""}.ph-fill.ph-cow:before{content:""}.ph-fill.ph-cowboy-hat:before{content:""}.ph-fill.ph-cpu:before{content:""}.ph-fill.ph-crane:before{content:""}.ph-fill.ph-crane-tower:before{content:""}.ph-fill.ph-credit-card:before{content:""}.ph-fill.ph-cricket:before{content:""}.ph-fill.ph-crop:before{content:""}.ph-fill.ph-cross:before{content:""}.ph-fill.ph-crosshair:before{content:""}.ph-fill.ph-crosshair-simple:before{content:""}.ph-fill.ph-crown:before{content:""}.ph-fill.ph-crown-cross:before{content:""}.ph-fill.ph-crown-simple:before{content:""}.ph-fill.ph-cube:before{content:""}.ph-fill.ph-cube-focus:before{content:""}.ph-fill.ph-cube-transparent:before{content:""}.ph-fill.ph-currency-btc:before{content:""}.ph-fill.ph-currency-circle-dollar:before{content:""}.ph-fill.ph-currency-cny:before{content:""}.ph-fill.ph-currency-dollar:before{content:""}.ph-fill.ph-currency-dollar-simple:before{content:""}.ph-fill.ph-currency-eth:before{content:""}.ph-fill.ph-currency-eur:before{content:""}.ph-fill.ph-currency-gbp:before{content:""}.ph-fill.ph-currency-inr:before{content:""}.ph-fill.ph-currency-jpy:before{content:""}.ph-fill.ph-currency-krw:before{content:""}.ph-fill.ph-currency-kzt:before{content:""}.ph-fill.ph-currency-ngn:before{content:""}.ph-fill.ph-currency-rub:before{content:""}.ph-fill.ph-cursor:before{content:""}.ph-fill.ph-cursor-click:before{content:""}.ph-fill.ph-cursor-text:before{content:""}.ph-fill.ph-cylinder:before{content:""}.ph-fill.ph-database:before{content:""}.ph-fill.ph-desk:before{content:""}.ph-fill.ph-desktop:before{content:""}.ph-fill.ph-desktop-tower:before{content:""}.ph-fill.ph-detective:before{content:""}.ph-fill.ph-dev-to-logo:before{content:""}.ph-fill.ph-device-mobile:before{content:""}.ph-fill.ph-device-mobile-camera:before{content:""}.ph-fill.ph-device-mobile-slash:before{content:""}.ph-fill.ph-device-mobile-speaker:before{content:""}.ph-fill.ph-device-rotate:before{content:""}.ph-fill.ph-device-tablet:before{content:""}.ph-fill.ph-device-tablet-camera:before{content:""}.ph-fill.ph-device-tablet-speaker:before{content:""}.ph-fill.ph-devices:before{content:""}.ph-fill.ph-diamond:before{content:""}.ph-fill.ph-diamonds-four:before{content:""}.ph-fill.ph-dice-five:before{content:""}.ph-fill.ph-dice-four:before{content:""}.ph-fill.ph-dice-one:before{content:""}.ph-fill.ph-dice-six:before{content:""}.ph-fill.ph-dice-three:before{content:""}.ph-fill.ph-dice-two:before{content:""}.ph-fill.ph-disc:before{content:""}.ph-fill.ph-disco-ball:before{content:""}.ph-fill.ph-discord-logo:before{content:""}.ph-fill.ph-divide:before{content:""}.ph-fill.ph-dna:before{content:""}.ph-fill.ph-dog:before{content:""}.ph-fill.ph-door:before{content:""}.ph-fill.ph-door-open:before{content:""}.ph-fill.ph-dot:before{content:""}.ph-fill.ph-dot-outline:before{content:""}.ph-fill.ph-dots-nine:before{content:""}.ph-fill.ph-dots-six:before{content:""}.ph-fill.ph-dots-six-vertical:before{content:""}.ph-fill.ph-dots-three:before{content:""}.ph-fill.ph-dots-three-circle:before{content:""}.ph-fill.ph-dots-three-circle-vertical:before{content:""}.ph-fill.ph-dots-three-outline:before{content:""}.ph-fill.ph-dots-three-outline-vertical:before{content:""}.ph-fill.ph-dots-three-vertical:before{content:""}.ph-fill.ph-download:before{content:""}.ph-fill.ph-download-simple:before{content:""}.ph-fill.ph-dress:before{content:""}.ph-fill.ph-dresser:before{content:""}.ph-fill.ph-dribbble-logo:before{content:""}.ph-fill.ph-drone:before{content:""}.ph-fill.ph-drop:before{content:""}.ph-fill.ph-drop-half:before{content:""}.ph-fill.ph-drop-half-bottom:before{content:""}.ph-fill.ph-drop-simple:before{content:""}.ph-fill.ph-drop-slash:before{content:""}.ph-fill.ph-dropbox-logo:before{content:""}.ph-fill.ph-ear:before{content:""}.ph-fill.ph-ear-slash:before{content:""}.ph-fill.ph-egg:before{content:""}.ph-fill.ph-egg-crack:before{content:""}.ph-fill.ph-eject:before{content:""}.ph-fill.ph-eject-simple:before{content:""}.ph-fill.ph-elevator:before{content:""}.ph-fill.ph-empty:before{content:""}.ph-fill.ph-engine:before{content:""}.ph-fill.ph-envelope:before{content:""}.ph-fill.ph-envelope-open:before{content:""}.ph-fill.ph-envelope-simple:before{content:""}.ph-fill.ph-envelope-simple-open:before{content:""}.ph-fill.ph-equalizer:before{content:""}.ph-fill.ph-equals:before{content:""}.ph-fill.ph-eraser:before{content:""}.ph-fill.ph-escalator-down:before{content:""}.ph-fill.ph-escalator-up:before{content:""}.ph-fill.ph-exam:before{content:""}.ph-fill.ph-exclamation-mark:before{content:""}.ph-fill.ph-exclude:before{content:""}.ph-fill.ph-exclude-square:before{content:""}.ph-fill.ph-export:before{content:""}.ph-fill.ph-eye:before{content:""}.ph-fill.ph-eye-closed:before{content:""}.ph-fill.ph-eye-slash:before{content:""}.ph-fill.ph-eyedropper:before{content:""}.ph-fill.ph-eyedropper-sample:before{content:""}.ph-fill.ph-eyeglasses:before{content:""}.ph-fill.ph-eyes:before{content:""}.ph-fill.ph-face-mask:before{content:""}.ph-fill.ph-facebook-logo:before{content:""}.ph-fill.ph-factory:before{content:""}.ph-fill.ph-faders:before{content:""}.ph-fill.ph-faders-horizontal:before{content:""}.ph-fill.ph-fallout-shelter:before{content:""}.ph-fill.ph-fan:before{content:""}.ph-fill.ph-farm:before{content:""}.ph-fill.ph-fast-forward:before{content:""}.ph-fill.ph-fast-forward-circle:before{content:""}.ph-fill.ph-feather:before{content:""}.ph-fill.ph-fediverse-logo:before{content:""}.ph-fill.ph-figma-logo:before{content:""}.ph-fill.ph-file:before{content:""}.ph-fill.ph-file-archive:before{content:""}.ph-fill.ph-file-arrow-down:before{content:""}.ph-fill.ph-file-arrow-up:before{content:""}.ph-fill.ph-file-audio:before{content:""}.ph-fill.ph-file-c:before{content:""}.ph-fill.ph-file-c-sharp:before{content:""}.ph-fill.ph-file-cloud:before{content:""}.ph-fill.ph-file-code:before{content:""}.ph-fill.ph-file-cpp:before{content:""}.ph-fill.ph-file-css:before{content:""}.ph-fill.ph-file-csv:before{content:""}.ph-fill.ph-file-dashed:before,.ph-fill.ph-file-dotted:before{content:""}.ph-fill.ph-file-doc:before{content:""}.ph-fill.ph-file-html:before{content:""}.ph-fill.ph-file-image:before{content:""}.ph-fill.ph-file-ini:before{content:""}.ph-fill.ph-file-jpg:before{content:""}.ph-fill.ph-file-js:before{content:""}.ph-fill.ph-file-jsx:before{content:""}.ph-fill.ph-file-lock:before{content:""}.ph-fill.ph-file-magnifying-glass:before,.ph-fill.ph-file-search:before{content:""}.ph-fill.ph-file-md:before{content:""}.ph-fill.ph-file-minus:before{content:""}.ph-fill.ph-file-pdf:before{content:""}.ph-fill.ph-file-plus:before{content:""}.ph-fill.ph-file-png:before{content:""}.ph-fill.ph-file-ppt:before{content:""}.ph-fill.ph-file-py:before{content:""}.ph-fill.ph-file-rs:before{content:""}.ph-fill.ph-file-sql:before{content:""}.ph-fill.ph-file-svg:before{content:""}.ph-fill.ph-file-text:before{content:""}.ph-fill.ph-file-ts:before{content:""}.ph-fill.ph-file-tsx:before{content:""}.ph-fill.ph-file-txt:before{content:""}.ph-fill.ph-file-video:before{content:""}.ph-fill.ph-file-vue:before{content:""}.ph-fill.ph-file-x:before{content:""}.ph-fill.ph-file-xls:before{content:""}.ph-fill.ph-file-zip:before{content:""}.ph-fill.ph-files:before{content:""}.ph-fill.ph-film-reel:before{content:""}.ph-fill.ph-film-script:before{content:""}.ph-fill.ph-film-slate:before{content:""}.ph-fill.ph-film-strip:before{content:""}.ph-fill.ph-fingerprint:before{content:""}.ph-fill.ph-fingerprint-simple:before{content:""}.ph-fill.ph-finn-the-human:before{content:""}.ph-fill.ph-fire:before{content:""}.ph-fill.ph-fire-extinguisher:before{content:""}.ph-fill.ph-fire-simple:before{content:""}.ph-fill.ph-fire-truck:before{content:""}.ph-fill.ph-first-aid:before{content:""}.ph-fill.ph-first-aid-kit:before{content:""}.ph-fill.ph-fish:before{content:""}.ph-fill.ph-fish-simple:before{content:""}.ph-fill.ph-flag:before{content:""}.ph-fill.ph-flag-banner:before{content:""}.ph-fill.ph-flag-banner-fold:before{content:""}.ph-fill.ph-flag-checkered:before{content:""}.ph-fill.ph-flag-pennant:before{content:""}.ph-fill.ph-flame:before{content:""}.ph-fill.ph-flashlight:before{content:""}.ph-fill.ph-flask:before{content:""}.ph-fill.ph-flip-horizontal:before{content:""}.ph-fill.ph-flip-vertical:before{content:""}.ph-fill.ph-floppy-disk:before{content:""}.ph-fill.ph-floppy-disk-back:before{content:""}.ph-fill.ph-flow-arrow:before{content:""}.ph-fill.ph-flower:before{content:""}.ph-fill.ph-flower-lotus:before{content:""}.ph-fill.ph-flower-tulip:before{content:""}.ph-fill.ph-flying-saucer:before{content:""}.ph-fill.ph-folder:before,.ph-fill.ph-folder-notch:before{content:""}.ph-fill.ph-folder-dashed:before,.ph-fill.ph-folder-dotted:before{content:""}.ph-fill.ph-folder-lock:before{content:""}.ph-fill.ph-folder-minus:before,.ph-fill.ph-folder-notch-minus:before{content:""}.ph-fill.ph-folder-open:before,.ph-fill.ph-folder-notch-open:before{content:""}.ph-fill.ph-folder-plus:before,.ph-fill.ph-folder-notch-plus:before{content:""}.ph-fill.ph-folder-simple:before{content:""}.ph-fill.ph-folder-simple-dashed:before,.ph-fill.ph-folder-simple-dotted:before{content:""}.ph-fill.ph-folder-simple-lock:before{content:""}.ph-fill.ph-folder-simple-minus:before{content:""}.ph-fill.ph-folder-simple-plus:before{content:""}.ph-fill.ph-folder-simple-star:before{content:""}.ph-fill.ph-folder-simple-user:before{content:""}.ph-fill.ph-folder-star:before{content:""}.ph-fill.ph-folder-user:before{content:""}.ph-fill.ph-folders:before{content:""}.ph-fill.ph-football:before{content:""}.ph-fill.ph-football-helmet:before{content:""}.ph-fill.ph-footprints:before{content:""}.ph-fill.ph-fork-knife:before{content:""}.ph-fill.ph-four-k:before{content:""}.ph-fill.ph-frame-corners:before{content:""}.ph-fill.ph-framer-logo:before{content:""}.ph-fill.ph-function:before{content:""}.ph-fill.ph-funnel:before{content:""}.ph-fill.ph-funnel-simple:before{content:""}.ph-fill.ph-funnel-simple-x:before{content:""}.ph-fill.ph-funnel-x:before{content:""}.ph-fill.ph-game-controller:before{content:""}.ph-fill.ph-garage:before{content:""}.ph-fill.ph-gas-can:before{content:""}.ph-fill.ph-gas-pump:before{content:""}.ph-fill.ph-gauge:before{content:""}.ph-fill.ph-gavel:before{content:""}.ph-fill.ph-gear:before{content:""}.ph-fill.ph-gear-fine:before{content:""}.ph-fill.ph-gear-six:before{content:""}.ph-fill.ph-gender-female:before{content:""}.ph-fill.ph-gender-intersex:before{content:""}.ph-fill.ph-gender-male:before{content:""}.ph-fill.ph-gender-neuter:before{content:""}.ph-fill.ph-gender-nonbinary:before{content:""}.ph-fill.ph-gender-transgender:before{content:""}.ph-fill.ph-ghost:before{content:""}.ph-fill.ph-gif:before{content:""}.ph-fill.ph-gift:before{content:""}.ph-fill.ph-git-branch:before{content:""}.ph-fill.ph-git-commit:before{content:""}.ph-fill.ph-git-diff:before{content:""}.ph-fill.ph-git-fork:before{content:""}.ph-fill.ph-git-merge:before{content:""}.ph-fill.ph-git-pull-request:before{content:""}.ph-fill.ph-github-logo:before{content:""}.ph-fill.ph-gitlab-logo:before{content:""}.ph-fill.ph-gitlab-logo-simple:before{content:""}.ph-fill.ph-globe:before{content:""}.ph-fill.ph-globe-hemisphere-east:before{content:""}.ph-fill.ph-globe-hemisphere-west:before{content:""}.ph-fill.ph-globe-simple:before{content:""}.ph-fill.ph-globe-simple-x:before{content:""}.ph-fill.ph-globe-stand:before{content:""}.ph-fill.ph-globe-x:before{content:""}.ph-fill.ph-goggles:before{content:""}.ph-fill.ph-golf:before{content:""}.ph-fill.ph-goodreads-logo:before{content:""}.ph-fill.ph-google-cardboard-logo:before{content:""}.ph-fill.ph-google-chrome-logo:before{content:""}.ph-fill.ph-google-drive-logo:before{content:""}.ph-fill.ph-google-logo:before{content:""}.ph-fill.ph-google-photos-logo:before{content:""}.ph-fill.ph-google-play-logo:before{content:""}.ph-fill.ph-google-podcasts-logo:before{content:""}.ph-fill.ph-gps:before{content:""}.ph-fill.ph-gps-fix:before{content:""}.ph-fill.ph-gps-slash:before{content:""}.ph-fill.ph-gradient:before{content:""}.ph-fill.ph-graduation-cap:before{content:""}.ph-fill.ph-grains:before{content:""}.ph-fill.ph-grains-slash:before{content:""}.ph-fill.ph-graph:before{content:""}.ph-fill.ph-graphics-card:before{content:""}.ph-fill.ph-greater-than:before{content:""}.ph-fill.ph-greater-than-or-equal:before{content:""}.ph-fill.ph-grid-four:before{content:""}.ph-fill.ph-grid-nine:before{content:""}.ph-fill.ph-guitar:before{content:""}.ph-fill.ph-hair-dryer:before{content:""}.ph-fill.ph-hamburger:before{content:""}.ph-fill.ph-hammer:before{content:""}.ph-fill.ph-hand:before{content:""}.ph-fill.ph-hand-arrow-down:before{content:""}.ph-fill.ph-hand-arrow-up:before{content:""}.ph-fill.ph-hand-coins:before{content:""}.ph-fill.ph-hand-deposit:before{content:""}.ph-fill.ph-hand-eye:before{content:""}.ph-fill.ph-hand-fist:before{content:""}.ph-fill.ph-hand-grabbing:before{content:""}.ph-fill.ph-hand-heart:before{content:""}.ph-fill.ph-hand-palm:before{content:""}.ph-fill.ph-hand-peace:before{content:""}.ph-fill.ph-hand-pointing:before{content:""}.ph-fill.ph-hand-soap:before{content:""}.ph-fill.ph-hand-swipe-left:before{content:""}.ph-fill.ph-hand-swipe-right:before{content:""}.ph-fill.ph-hand-tap:before{content:""}.ph-fill.ph-hand-waving:before{content:""}.ph-fill.ph-hand-withdraw:before{content:""}.ph-fill.ph-handbag:before{content:""}.ph-fill.ph-handbag-simple:before{content:""}.ph-fill.ph-hands-clapping:before{content:""}.ph-fill.ph-hands-praying:before{content:""}.ph-fill.ph-handshake:before{content:""}.ph-fill.ph-hard-drive:before{content:""}.ph-fill.ph-hard-drives:before{content:""}.ph-fill.ph-hard-hat:before{content:""}.ph-fill.ph-hash:before{content:""}.ph-fill.ph-hash-straight:before{content:""}.ph-fill.ph-head-circuit:before{content:""}.ph-fill.ph-headlights:before{content:""}.ph-fill.ph-headphones:before{content:""}.ph-fill.ph-headset:before{content:""}.ph-fill.ph-heart:before{content:""}.ph-fill.ph-heart-break:before{content:""}.ph-fill.ph-heart-half:before{content:""}.ph-fill.ph-heart-straight:before{content:""}.ph-fill.ph-heart-straight-break:before{content:""}.ph-fill.ph-heartbeat:before{content:""}.ph-fill.ph-hexagon:before{content:""}.ph-fill.ph-high-definition:before{content:""}.ph-fill.ph-high-heel:before{content:""}.ph-fill.ph-highlighter:before{content:""}.ph-fill.ph-highlighter-circle:before{content:""}.ph-fill.ph-hockey:before{content:""}.ph-fill.ph-hoodie:before{content:""}.ph-fill.ph-horse:before{content:""}.ph-fill.ph-hospital:before{content:""}.ph-fill.ph-hourglass:before{content:""}.ph-fill.ph-hourglass-high:before{content:""}.ph-fill.ph-hourglass-low:before{content:""}.ph-fill.ph-hourglass-medium:before{content:""}.ph-fill.ph-hourglass-simple:before{content:""}.ph-fill.ph-hourglass-simple-high:before{content:""}.ph-fill.ph-hourglass-simple-low:before{content:""}.ph-fill.ph-hourglass-simple-medium:before{content:""}.ph-fill.ph-house:before{content:""}.ph-fill.ph-house-line:before{content:""}.ph-fill.ph-house-simple:before{content:""}.ph-fill.ph-hurricane:before{content:""}.ph-fill.ph-ice-cream:before{content:""}.ph-fill.ph-identification-badge:before{content:""}.ph-fill.ph-identification-card:before{content:""}.ph-fill.ph-image:before{content:""}.ph-fill.ph-image-broken:before{content:""}.ph-fill.ph-image-square:before{content:""}.ph-fill.ph-images:before{content:""}.ph-fill.ph-images-square:before{content:""}.ph-fill.ph-infinity:before,.ph-fill.ph-lemniscate:before{content:""}.ph-fill.ph-info:before{content:""}.ph-fill.ph-instagram-logo:before{content:""}.ph-fill.ph-intersect:before{content:""}.ph-fill.ph-intersect-square:before{content:""}.ph-fill.ph-intersect-three:before{content:""}.ph-fill.ph-intersection:before{content:""}.ph-fill.ph-invoice:before{content:""}.ph-fill.ph-island:before{content:""}.ph-fill.ph-jar:before{content:""}.ph-fill.ph-jar-label:before{content:""}.ph-fill.ph-jeep:before{content:""}.ph-fill.ph-joystick:before{content:""}.ph-fill.ph-kanban:before{content:""}.ph-fill.ph-key:before{content:""}.ph-fill.ph-key-return:before{content:""}.ph-fill.ph-keyboard:before{content:""}.ph-fill.ph-keyhole:before{content:""}.ph-fill.ph-knife:before{content:""}.ph-fill.ph-ladder:before{content:""}.ph-fill.ph-ladder-simple:before{content:""}.ph-fill.ph-lamp:before{content:""}.ph-fill.ph-lamp-pendant:before{content:""}.ph-fill.ph-laptop:before{content:""}.ph-fill.ph-lasso:before{content:""}.ph-fill.ph-lastfm-logo:before{content:""}.ph-fill.ph-layout:before{content:""}.ph-fill.ph-leaf:before{content:""}.ph-fill.ph-lectern:before{content:""}.ph-fill.ph-lego:before{content:""}.ph-fill.ph-lego-smiley:before{content:""}.ph-fill.ph-less-than:before{content:""}.ph-fill.ph-less-than-or-equal:before{content:""}.ph-fill.ph-letter-circle-h:before{content:""}.ph-fill.ph-letter-circle-p:before{content:""}.ph-fill.ph-letter-circle-v:before{content:""}.ph-fill.ph-lifebuoy:before{content:""}.ph-fill.ph-lightbulb:before{content:""}.ph-fill.ph-lightbulb-filament:before{content:""}.ph-fill.ph-lighthouse:before{content:""}.ph-fill.ph-lightning:before{content:""}.ph-fill.ph-lightning-a:before{content:""}.ph-fill.ph-lightning-slash:before{content:""}.ph-fill.ph-line-segment:before{content:""}.ph-fill.ph-line-segments:before{content:""}.ph-fill.ph-line-vertical:before{content:""}.ph-fill.ph-link:before{content:""}.ph-fill.ph-link-break:before{content:""}.ph-fill.ph-link-simple:before{content:""}.ph-fill.ph-link-simple-break:before{content:""}.ph-fill.ph-link-simple-horizontal:before{content:""}.ph-fill.ph-link-simple-horizontal-break:before{content:""}.ph-fill.ph-linkedin-logo:before{content:""}.ph-fill.ph-linktree-logo:before{content:""}.ph-fill.ph-linux-logo:before{content:""}.ph-fill.ph-list:before{content:""}.ph-fill.ph-list-bullets:before{content:""}.ph-fill.ph-list-checks:before{content:""}.ph-fill.ph-list-dashes:before{content:""}.ph-fill.ph-list-heart:before{content:""}.ph-fill.ph-list-magnifying-glass:before{content:""}.ph-fill.ph-list-numbers:before{content:""}.ph-fill.ph-list-plus:before{content:""}.ph-fill.ph-list-star:before{content:""}.ph-fill.ph-lock:before{content:""}.ph-fill.ph-lock-key:before{content:""}.ph-fill.ph-lock-key-open:before{content:""}.ph-fill.ph-lock-laminated:before{content:""}.ph-fill.ph-lock-laminated-open:before{content:""}.ph-fill.ph-lock-open:before{content:""}.ph-fill.ph-lock-simple:before{content:""}.ph-fill.ph-lock-simple-open:before{content:""}.ph-fill.ph-lockers:before{content:""}.ph-fill.ph-log:before{content:""}.ph-fill.ph-magic-wand:before{content:""}.ph-fill.ph-magnet:before{content:""}.ph-fill.ph-magnet-straight:before{content:""}.ph-fill.ph-magnifying-glass:before{content:""}.ph-fill.ph-magnifying-glass-minus:before{content:""}.ph-fill.ph-magnifying-glass-plus:before{content:""}.ph-fill.ph-mailbox:before{content:""}.ph-fill.ph-map-pin:before{content:""}.ph-fill.ph-map-pin-area:before{content:""}.ph-fill.ph-map-pin-line:before{content:""}.ph-fill.ph-map-pin-plus:before{content:""}.ph-fill.ph-map-pin-simple:before{content:""}.ph-fill.ph-map-pin-simple-area:before{content:""}.ph-fill.ph-map-pin-simple-line:before{content:""}.ph-fill.ph-map-trifold:before{content:""}.ph-fill.ph-markdown-logo:before{content:""}.ph-fill.ph-marker-circle:before{content:""}.ph-fill.ph-martini:before{content:""}.ph-fill.ph-mask-happy:before{content:""}.ph-fill.ph-mask-sad:before{content:""}.ph-fill.ph-mastodon-logo:before{content:""}.ph-fill.ph-math-operations:before{content:""}.ph-fill.ph-matrix-logo:before{content:""}.ph-fill.ph-medal:before{content:""}.ph-fill.ph-medal-military:before{content:""}.ph-fill.ph-medium-logo:before{content:""}.ph-fill.ph-megaphone:before{content:""}.ph-fill.ph-megaphone-simple:before{content:""}.ph-fill.ph-member-of:before{content:""}.ph-fill.ph-memory:before{content:""}.ph-fill.ph-messenger-logo:before{content:""}.ph-fill.ph-meta-logo:before{content:""}.ph-fill.ph-meteor:before{content:""}.ph-fill.ph-metronome:before{content:""}.ph-fill.ph-microphone:before{content:""}.ph-fill.ph-microphone-slash:before{content:""}.ph-fill.ph-microphone-stage:before{content:""}.ph-fill.ph-microscope:before{content:""}.ph-fill.ph-microsoft-excel-logo:before{content:""}.ph-fill.ph-microsoft-outlook-logo:before{content:""}.ph-fill.ph-microsoft-powerpoint-logo:before{content:""}.ph-fill.ph-microsoft-teams-logo:before{content:""}.ph-fill.ph-microsoft-word-logo:before{content:""}.ph-fill.ph-minus:before{content:""}.ph-fill.ph-minus-circle:before{content:""}.ph-fill.ph-minus-square:before{content:""}.ph-fill.ph-money:before{content:""}.ph-fill.ph-money-wavy:before{content:""}.ph-fill.ph-monitor:before{content:""}.ph-fill.ph-monitor-arrow-up:before{content:""}.ph-fill.ph-monitor-play:before{content:""}.ph-fill.ph-moon:before{content:""}.ph-fill.ph-moon-stars:before{content:""}.ph-fill.ph-moped:before{content:""}.ph-fill.ph-moped-front:before{content:""}.ph-fill.ph-mosque:before{content:""}.ph-fill.ph-motorcycle:before{content:""}.ph-fill.ph-mountains:before{content:""}.ph-fill.ph-mouse:before{content:""}.ph-fill.ph-mouse-left-click:before{content:""}.ph-fill.ph-mouse-middle-click:before{content:""}.ph-fill.ph-mouse-right-click:before{content:""}.ph-fill.ph-mouse-scroll:before{content:""}.ph-fill.ph-mouse-simple:before{content:""}.ph-fill.ph-music-note:before{content:""}.ph-fill.ph-music-note-simple:before{content:""}.ph-fill.ph-music-notes:before{content:""}.ph-fill.ph-music-notes-minus:before{content:""}.ph-fill.ph-music-notes-plus:before{content:""}.ph-fill.ph-music-notes-simple:before{content:""}.ph-fill.ph-navigation-arrow:before{content:""}.ph-fill.ph-needle:before{content:""}.ph-fill.ph-network:before{content:""}.ph-fill.ph-network-slash:before{content:""}.ph-fill.ph-network-x:before{content:""}.ph-fill.ph-newspaper:before{content:""}.ph-fill.ph-newspaper-clipping:before{content:""}.ph-fill.ph-not-equals:before{content:""}.ph-fill.ph-not-member-of:before{content:""}.ph-fill.ph-not-subset-of:before{content:""}.ph-fill.ph-not-superset-of:before{content:""}.ph-fill.ph-notches:before{content:""}.ph-fill.ph-note:before{content:""}.ph-fill.ph-note-blank:before{content:""}.ph-fill.ph-note-pencil:before{content:""}.ph-fill.ph-notebook:before{content:""}.ph-fill.ph-notepad:before{content:""}.ph-fill.ph-notification:before{content:""}.ph-fill.ph-notion-logo:before{content:""}.ph-fill.ph-nuclear-plant:before{content:""}.ph-fill.ph-number-circle-eight:before{content:""}.ph-fill.ph-number-circle-five:before{content:""}.ph-fill.ph-number-circle-four:before{content:""}.ph-fill.ph-number-circle-nine:before{content:""}.ph-fill.ph-number-circle-one:before{content:""}.ph-fill.ph-number-circle-seven:before{content:""}.ph-fill.ph-number-circle-six:before{content:""}.ph-fill.ph-number-circle-three:before{content:""}.ph-fill.ph-number-circle-two:before{content:""}.ph-fill.ph-number-circle-zero:before{content:""}.ph-fill.ph-number-eight:before{content:""}.ph-fill.ph-number-five:before{content:""}.ph-fill.ph-number-four:before{content:""}.ph-fill.ph-number-nine:before{content:""}.ph-fill.ph-number-one:before{content:""}.ph-fill.ph-number-seven:before{content:""}.ph-fill.ph-number-six:before{content:""}.ph-fill.ph-number-square-eight:before{content:""}.ph-fill.ph-number-square-five:before{content:""}.ph-fill.ph-number-square-four:before{content:""}.ph-fill.ph-number-square-nine:before{content:""}.ph-fill.ph-number-square-one:before{content:""}.ph-fill.ph-number-square-seven:before{content:""}.ph-fill.ph-number-square-six:before{content:""}.ph-fill.ph-number-square-three:before{content:""}.ph-fill.ph-number-square-two:before{content:""}.ph-fill.ph-number-square-zero:before{content:""}.ph-fill.ph-number-three:before{content:""}.ph-fill.ph-number-two:before{content:""}.ph-fill.ph-number-zero:before{content:""}.ph-fill.ph-numpad:before{content:""}.ph-fill.ph-nut:before{content:""}.ph-fill.ph-ny-times-logo:before{content:""}.ph-fill.ph-octagon:before{content:""}.ph-fill.ph-office-chair:before{content:""}.ph-fill.ph-onigiri:before{content:""}.ph-fill.ph-open-ai-logo:before{content:""}.ph-fill.ph-option:before{content:""}.ph-fill.ph-orange:before{content:""}.ph-fill.ph-orange-slice:before{content:""}.ph-fill.ph-oven:before{content:""}.ph-fill.ph-package:before{content:""}.ph-fill.ph-paint-brush:before{content:""}.ph-fill.ph-paint-brush-broad:before{content:""}.ph-fill.ph-paint-brush-household:before{content:""}.ph-fill.ph-paint-bucket:before{content:""}.ph-fill.ph-paint-roller:before{content:""}.ph-fill.ph-palette:before{content:""}.ph-fill.ph-panorama:before{content:""}.ph-fill.ph-pants:before{content:""}.ph-fill.ph-paper-plane:before{content:""}.ph-fill.ph-paper-plane-right:before{content:""}.ph-fill.ph-paper-plane-tilt:before{content:""}.ph-fill.ph-paperclip:before{content:""}.ph-fill.ph-paperclip-horizontal:before{content:""}.ph-fill.ph-parachute:before{content:""}.ph-fill.ph-paragraph:before{content:""}.ph-fill.ph-parallelogram:before{content:""}.ph-fill.ph-park:before{content:""}.ph-fill.ph-password:before{content:""}.ph-fill.ph-path:before{content:""}.ph-fill.ph-patreon-logo:before{content:""}.ph-fill.ph-pause:before{content:""}.ph-fill.ph-pause-circle:before{content:""}.ph-fill.ph-paw-print:before{content:""}.ph-fill.ph-paypal-logo:before{content:""}.ph-fill.ph-peace:before{content:""}.ph-fill.ph-pen:before{content:""}.ph-fill.ph-pen-nib:before{content:""}.ph-fill.ph-pen-nib-straight:before{content:""}.ph-fill.ph-pencil:before{content:""}.ph-fill.ph-pencil-circle:before{content:""}.ph-fill.ph-pencil-line:before{content:""}.ph-fill.ph-pencil-ruler:before{content:""}.ph-fill.ph-pencil-simple:before{content:""}.ph-fill.ph-pencil-simple-line:before{content:""}.ph-fill.ph-pencil-simple-slash:before{content:""}.ph-fill.ph-pencil-slash:before{content:""}.ph-fill.ph-pentagon:before{content:""}.ph-fill.ph-pentagram:before{content:""}.ph-fill.ph-pepper:before{content:""}.ph-fill.ph-percent:before{content:""}.ph-fill.ph-person:before{content:""}.ph-fill.ph-person-arms-spread:before{content:""}.ph-fill.ph-person-simple:before{content:""}.ph-fill.ph-person-simple-bike:before{content:""}.ph-fill.ph-person-simple-circle:before{content:""}.ph-fill.ph-person-simple-hike:before{content:""}.ph-fill.ph-person-simple-run:before{content:""}.ph-fill.ph-person-simple-ski:before{content:""}.ph-fill.ph-person-simple-snowboard:before{content:""}.ph-fill.ph-person-simple-swim:before{content:""}.ph-fill.ph-person-simple-tai-chi:before{content:""}.ph-fill.ph-person-simple-throw:before{content:""}.ph-fill.ph-person-simple-walk:before{content:""}.ph-fill.ph-perspective:before{content:""}.ph-fill.ph-phone:before{content:""}.ph-fill.ph-phone-call:before{content:""}.ph-fill.ph-phone-disconnect:before{content:""}.ph-fill.ph-phone-incoming:before{content:""}.ph-fill.ph-phone-list:before{content:""}.ph-fill.ph-phone-outgoing:before{content:""}.ph-fill.ph-phone-pause:before{content:""}.ph-fill.ph-phone-plus:before{content:""}.ph-fill.ph-phone-slash:before{content:""}.ph-fill.ph-phone-transfer:before{content:""}.ph-fill.ph-phone-x:before{content:""}.ph-fill.ph-phosphor-logo:before{content:""}.ph-fill.ph-pi:before{content:""}.ph-fill.ph-piano-keys:before{content:""}.ph-fill.ph-picnic-table:before{content:""}.ph-fill.ph-picture-in-picture:before{content:""}.ph-fill.ph-piggy-bank:before{content:""}.ph-fill.ph-pill:before{content:""}.ph-fill.ph-ping-pong:before{content:""}.ph-fill.ph-pint-glass:before{content:""}.ph-fill.ph-pinterest-logo:before{content:""}.ph-fill.ph-pinwheel:before{content:""}.ph-fill.ph-pipe:before{content:""}.ph-fill.ph-pipe-wrench:before{content:""}.ph-fill.ph-pix-logo:before{content:""}.ph-fill.ph-pizza:before{content:""}.ph-fill.ph-placeholder:before{content:""}.ph-fill.ph-planet:before{content:""}.ph-fill.ph-plant:before{content:""}.ph-fill.ph-play:before{content:""}.ph-fill.ph-play-circle:before{content:""}.ph-fill.ph-play-pause:before{content:""}.ph-fill.ph-playlist:before{content:""}.ph-fill.ph-plug:before{content:""}.ph-fill.ph-plug-charging:before{content:""}.ph-fill.ph-plugs:before{content:""}.ph-fill.ph-plugs-connected:before{content:""}.ph-fill.ph-plus:before{content:""}.ph-fill.ph-plus-circle:before{content:""}.ph-fill.ph-plus-minus:before{content:""}.ph-fill.ph-plus-square:before{content:""}.ph-fill.ph-poker-chip:before{content:""}.ph-fill.ph-police-car:before{content:""}.ph-fill.ph-polygon:before{content:""}.ph-fill.ph-popcorn:before{content:""}.ph-fill.ph-popsicle:before{content:""}.ph-fill.ph-potted-plant:before{content:""}.ph-fill.ph-power:before{content:""}.ph-fill.ph-prescription:before{content:""}.ph-fill.ph-presentation:before{content:""}.ph-fill.ph-presentation-chart:before{content:""}.ph-fill.ph-printer:before{content:""}.ph-fill.ph-prohibit:before{content:""}.ph-fill.ph-prohibit-inset:before{content:""}.ph-fill.ph-projector-screen:before{content:""}.ph-fill.ph-projector-screen-chart:before{content:""}.ph-fill.ph-pulse:before,.ph-fill.ph-activity:before{content:""}.ph-fill.ph-push-pin:before{content:""}.ph-fill.ph-push-pin-simple:before{content:""}.ph-fill.ph-push-pin-simple-slash:before{content:""}.ph-fill.ph-push-pin-slash:before{content:""}.ph-fill.ph-puzzle-piece:before{content:""}.ph-fill.ph-qr-code:before{content:""}.ph-fill.ph-question:before{content:""}.ph-fill.ph-question-mark:before{content:""}.ph-fill.ph-queue:before{content:""}.ph-fill.ph-quotes:before{content:""}.ph-fill.ph-rabbit:before{content:""}.ph-fill.ph-racquet:before{content:""}.ph-fill.ph-radical:before{content:""}.ph-fill.ph-radio:before{content:""}.ph-fill.ph-radio-button:before{content:""}.ph-fill.ph-radioactive:before{content:""}.ph-fill.ph-rainbow:before{content:""}.ph-fill.ph-rainbow-cloud:before{content:""}.ph-fill.ph-ranking:before{content:""}.ph-fill.ph-read-cv-logo:before{content:""}.ph-fill.ph-receipt:before{content:""}.ph-fill.ph-receipt-x:before{content:""}.ph-fill.ph-record:before{content:""}.ph-fill.ph-rectangle:before{content:""}.ph-fill.ph-rectangle-dashed:before{content:""}.ph-fill.ph-recycle:before{content:""}.ph-fill.ph-reddit-logo:before{content:""}.ph-fill.ph-repeat:before{content:""}.ph-fill.ph-repeat-once:before{content:""}.ph-fill.ph-replit-logo:before{content:""}.ph-fill.ph-resize:before{content:""}.ph-fill.ph-rewind:before{content:""}.ph-fill.ph-rewind-circle:before{content:""}.ph-fill.ph-road-horizon:before{content:""}.ph-fill.ph-robot:before{content:""}.ph-fill.ph-rocket:before{content:""}.ph-fill.ph-rocket-launch:before{content:""}.ph-fill.ph-rows:before{content:""}.ph-fill.ph-rows-plus-bottom:before{content:""}.ph-fill.ph-rows-plus-top:before{content:""}.ph-fill.ph-rss:before{content:""}.ph-fill.ph-rss-simple:before{content:""}.ph-fill.ph-rug:before{content:""}.ph-fill.ph-ruler:before{content:""}.ph-fill.ph-sailboat:before{content:""}.ph-fill.ph-scales:before{content:""}.ph-fill.ph-scan:before{content:""}.ph-fill.ph-scan-smiley:before{content:""}.ph-fill.ph-scissors:before{content:""}.ph-fill.ph-scooter:before{content:""}.ph-fill.ph-screencast:before{content:""}.ph-fill.ph-screwdriver:before{content:""}.ph-fill.ph-scribble:before{content:""}.ph-fill.ph-scribble-loop:before{content:""}.ph-fill.ph-scroll:before{content:""}.ph-fill.ph-seal:before,.ph-fill.ph-circle-wavy:before{content:""}.ph-fill.ph-seal-check:before,.ph-fill.ph-circle-wavy-check:before{content:""}.ph-fill.ph-seal-percent:before{content:""}.ph-fill.ph-seal-question:before,.ph-fill.ph-circle-wavy-question:before{content:""}.ph-fill.ph-seal-warning:before,.ph-fill.ph-circle-wavy-warning:before{content:""}.ph-fill.ph-seat:before{content:""}.ph-fill.ph-seatbelt:before{content:""}.ph-fill.ph-security-camera:before{content:""}.ph-fill.ph-selection:before{content:""}.ph-fill.ph-selection-all:before{content:""}.ph-fill.ph-selection-background:before{content:""}.ph-fill.ph-selection-foreground:before{content:""}.ph-fill.ph-selection-inverse:before{content:""}.ph-fill.ph-selection-plus:before{content:""}.ph-fill.ph-selection-slash:before{content:""}.ph-fill.ph-shapes:before{content:""}.ph-fill.ph-share:before{content:""}.ph-fill.ph-share-fat:before{content:""}.ph-fill.ph-share-network:before{content:""}.ph-fill.ph-shield:before{content:""}.ph-fill.ph-shield-check:before{content:""}.ph-fill.ph-shield-checkered:before{content:""}.ph-fill.ph-shield-chevron:before{content:""}.ph-fill.ph-shield-plus:before{content:""}.ph-fill.ph-shield-slash:before{content:""}.ph-fill.ph-shield-star:before{content:""}.ph-fill.ph-shield-warning:before{content:""}.ph-fill.ph-shipping-container:before{content:""}.ph-fill.ph-shirt-folded:before{content:""}.ph-fill.ph-shooting-star:before{content:""}.ph-fill.ph-shopping-bag:before{content:""}.ph-fill.ph-shopping-bag-open:before{content:""}.ph-fill.ph-shopping-cart:before{content:""}.ph-fill.ph-shopping-cart-simple:before{content:""}.ph-fill.ph-shovel:before{content:""}.ph-fill.ph-shower:before{content:""}.ph-fill.ph-shrimp:before{content:""}.ph-fill.ph-shuffle:before{content:""}.ph-fill.ph-shuffle-angular:before{content:""}.ph-fill.ph-shuffle-simple:before{content:""}.ph-fill.ph-sidebar:before{content:""}.ph-fill.ph-sidebar-simple:before{content:""}.ph-fill.ph-sigma:before{content:""}.ph-fill.ph-sign-in:before{content:""}.ph-fill.ph-sign-out:before{content:""}.ph-fill.ph-signature:before{content:""}.ph-fill.ph-signpost:before{content:""}.ph-fill.ph-sim-card:before{content:""}.ph-fill.ph-siren:before{content:""}.ph-fill.ph-sketch-logo:before{content:""}.ph-fill.ph-skip-back:before{content:""}.ph-fill.ph-skip-back-circle:before{content:""}.ph-fill.ph-skip-forward:before{content:""}.ph-fill.ph-skip-forward-circle:before{content:""}.ph-fill.ph-skull:before{content:""}.ph-fill.ph-skype-logo:before{content:""}.ph-fill.ph-slack-logo:before{content:""}.ph-fill.ph-sliders:before{content:""}.ph-fill.ph-sliders-horizontal:before{content:""}.ph-fill.ph-slideshow:before{content:""}.ph-fill.ph-smiley:before{content:""}.ph-fill.ph-smiley-angry:before{content:""}.ph-fill.ph-smiley-blank:before{content:""}.ph-fill.ph-smiley-meh:before{content:""}.ph-fill.ph-smiley-melting:before{content:""}.ph-fill.ph-smiley-nervous:before{content:""}.ph-fill.ph-smiley-sad:before{content:""}.ph-fill.ph-smiley-sticker:before{content:""}.ph-fill.ph-smiley-wink:before{content:""}.ph-fill.ph-smiley-x-eyes:before{content:""}.ph-fill.ph-snapchat-logo:before{content:""}.ph-fill.ph-sneaker:before{content:""}.ph-fill.ph-sneaker-move:before{content:""}.ph-fill.ph-snowflake:before{content:""}.ph-fill.ph-soccer-ball:before{content:""}.ph-fill.ph-sock:before{content:""}.ph-fill.ph-solar-panel:before{content:""}.ph-fill.ph-solar-roof:before{content:""}.ph-fill.ph-sort-ascending:before{content:""}.ph-fill.ph-sort-descending:before{content:""}.ph-fill.ph-soundcloud-logo:before{content:""}.ph-fill.ph-spade:before{content:""}.ph-fill.ph-sparkle:before{content:""}.ph-fill.ph-speaker-hifi:before{content:""}.ph-fill.ph-speaker-high:before{content:""}.ph-fill.ph-speaker-low:before{content:""}.ph-fill.ph-speaker-none:before{content:""}.ph-fill.ph-speaker-simple-high:before{content:""}.ph-fill.ph-speaker-simple-low:before{content:""}.ph-fill.ph-speaker-simple-none:before{content:""}.ph-fill.ph-speaker-simple-slash:before{content:""}.ph-fill.ph-speaker-simple-x:before{content:""}.ph-fill.ph-speaker-slash:before{content:""}.ph-fill.ph-speaker-x:before{content:""}.ph-fill.ph-speedometer:before{content:""}.ph-fill.ph-sphere:before{content:""}.ph-fill.ph-spinner:before{content:""}.ph-fill.ph-spinner-ball:before{content:""}.ph-fill.ph-spinner-gap:before{content:""}.ph-fill.ph-spiral:before{content:""}.ph-fill.ph-split-horizontal:before{content:""}.ph-fill.ph-split-vertical:before{content:""}.ph-fill.ph-spotify-logo:before{content:""}.ph-fill.ph-spray-bottle:before{content:""}.ph-fill.ph-square:before{content:""}.ph-fill.ph-square-half:before{content:""}.ph-fill.ph-square-half-bottom:before{content:""}.ph-fill.ph-square-logo:before{content:""}.ph-fill.ph-square-split-horizontal:before{content:""}.ph-fill.ph-square-split-vertical:before{content:""}.ph-fill.ph-squares-four:before{content:""}.ph-fill.ph-stack:before{content:""}.ph-fill.ph-stack-minus:before{content:""}.ph-fill.ph-stack-overflow-logo:before{content:""}.ph-fill.ph-stack-plus:before{content:""}.ph-fill.ph-stack-simple:before{content:""}.ph-fill.ph-stairs:before{content:""}.ph-fill.ph-stamp:before{content:""}.ph-fill.ph-standard-definition:before{content:""}.ph-fill.ph-star:before{content:""}.ph-fill.ph-star-and-crescent:before{content:""}.ph-fill.ph-star-four:before{content:""}.ph-fill.ph-star-half:before{content:""}.ph-fill.ph-star-of-david:before{content:""}.ph-fill.ph-steam-logo:before{content:""}.ph-fill.ph-steering-wheel:before{content:""}.ph-fill.ph-steps:before{content:""}.ph-fill.ph-stethoscope:before{content:""}.ph-fill.ph-sticker:before{content:""}.ph-fill.ph-stool:before{content:""}.ph-fill.ph-stop:before{content:""}.ph-fill.ph-stop-circle:before{content:""}.ph-fill.ph-storefront:before{content:""}.ph-fill.ph-strategy:before{content:""}.ph-fill.ph-stripe-logo:before{content:""}.ph-fill.ph-student:before{content:""}.ph-fill.ph-subset-of:before{content:""}.ph-fill.ph-subset-proper-of:before{content:""}.ph-fill.ph-subtitles:before{content:""}.ph-fill.ph-subtitles-slash:before{content:""}.ph-fill.ph-subtract:before{content:""}.ph-fill.ph-subtract-square:before{content:""}.ph-fill.ph-subway:before{content:""}.ph-fill.ph-suitcase:before{content:""}.ph-fill.ph-suitcase-rolling:before{content:""}.ph-fill.ph-suitcase-simple:before{content:""}.ph-fill.ph-sun:before{content:""}.ph-fill.ph-sun-dim:before{content:""}.ph-fill.ph-sun-horizon:before{content:""}.ph-fill.ph-sunglasses:before{content:""}.ph-fill.ph-superset-of:before{content:""}.ph-fill.ph-superset-proper-of:before{content:""}.ph-fill.ph-swap:before{content:""}.ph-fill.ph-swatches:before{content:""}.ph-fill.ph-swimming-pool:before{content:""}.ph-fill.ph-sword:before{content:""}.ph-fill.ph-synagogue:before{content:""}.ph-fill.ph-syringe:before{content:""}.ph-fill.ph-t-shirt:before{content:""}.ph-fill.ph-table:before{content:""}.ph-fill.ph-tabs:before{content:""}.ph-fill.ph-tag:before{content:""}.ph-fill.ph-tag-chevron:before{content:""}.ph-fill.ph-tag-simple:before{content:""}.ph-fill.ph-target:before{content:""}.ph-fill.ph-taxi:before{content:""}.ph-fill.ph-tea-bag:before{content:""}.ph-fill.ph-telegram-logo:before{content:""}.ph-fill.ph-television:before{content:""}.ph-fill.ph-television-simple:before{content:""}.ph-fill.ph-tennis-ball:before{content:""}.ph-fill.ph-tent:before{content:""}.ph-fill.ph-terminal:before{content:""}.ph-fill.ph-terminal-window:before{content:""}.ph-fill.ph-test-tube:before{content:""}.ph-fill.ph-text-a-underline:before{content:""}.ph-fill.ph-text-aa:before{content:""}.ph-fill.ph-text-align-center:before{content:""}.ph-fill.ph-text-align-justify:before{content:""}.ph-fill.ph-text-align-left:before{content:""}.ph-fill.ph-text-align-right:before{content:""}.ph-fill.ph-text-b:before,.ph-fill.ph-text-bolder:before{content:""}.ph-fill.ph-text-columns:before{content:""}.ph-fill.ph-text-h:before{content:""}.ph-fill.ph-text-h-five:before{content:""}.ph-fill.ph-text-h-four:before{content:""}.ph-fill.ph-text-h-one:before{content:""}.ph-fill.ph-text-h-six:before{content:""}.ph-fill.ph-text-h-three:before{content:""}.ph-fill.ph-text-h-two:before{content:""}.ph-fill.ph-text-indent:before{content:""}.ph-fill.ph-text-italic:before{content:""}.ph-fill.ph-text-outdent:before{content:""}.ph-fill.ph-text-strikethrough:before{content:""}.ph-fill.ph-text-subscript:before{content:""}.ph-fill.ph-text-superscript:before{content:""}.ph-fill.ph-text-t:before{content:""}.ph-fill.ph-text-t-slash:before{content:""}.ph-fill.ph-text-underline:before{content:""}.ph-fill.ph-textbox:before{content:""}.ph-fill.ph-thermometer:before{content:""}.ph-fill.ph-thermometer-cold:before{content:""}.ph-fill.ph-thermometer-hot:before{content:""}.ph-fill.ph-thermometer-simple:before{content:""}.ph-fill.ph-threads-logo:before{content:""}.ph-fill.ph-three-d:before{content:""}.ph-fill.ph-thumbs-down:before{content:""}.ph-fill.ph-thumbs-up:before{content:""}.ph-fill.ph-ticket:before{content:""}.ph-fill.ph-tidal-logo:before{content:""}.ph-fill.ph-tiktok-logo:before{content:""}.ph-fill.ph-tilde:before{content:""}.ph-fill.ph-timer:before{content:""}.ph-fill.ph-tip-jar:before{content:""}.ph-fill.ph-tipi:before{content:""}.ph-fill.ph-tire:before{content:""}.ph-fill.ph-toggle-left:before{content:""}.ph-fill.ph-toggle-right:before{content:""}.ph-fill.ph-toilet:before{content:""}.ph-fill.ph-toilet-paper:before{content:""}.ph-fill.ph-toolbox:before{content:""}.ph-fill.ph-tooth:before{content:""}.ph-fill.ph-tornado:before{content:""}.ph-fill.ph-tote:before{content:""}.ph-fill.ph-tote-simple:before{content:""}.ph-fill.ph-towel:before{content:""}.ph-fill.ph-tractor:before{content:""}.ph-fill.ph-trademark:before{content:""}.ph-fill.ph-trademark-registered:before{content:""}.ph-fill.ph-traffic-cone:before{content:""}.ph-fill.ph-traffic-sign:before{content:""}.ph-fill.ph-traffic-signal:before{content:""}.ph-fill.ph-train:before{content:""}.ph-fill.ph-train-regional:before{content:""}.ph-fill.ph-train-simple:before{content:""}.ph-fill.ph-tram:before{content:""}.ph-fill.ph-translate:before{content:""}.ph-fill.ph-trash:before{content:""}.ph-fill.ph-trash-simple:before{content:""}.ph-fill.ph-tray:before{content:""}.ph-fill.ph-tray-arrow-down:before,.ph-fill.ph-archive-tray:before{content:""}.ph-fill.ph-tray-arrow-up:before{content:""}.ph-fill.ph-treasure-chest:before{content:""}.ph-fill.ph-tree:before{content:""}.ph-fill.ph-tree-evergreen:before{content:""}.ph-fill.ph-tree-palm:before{content:""}.ph-fill.ph-tree-structure:before{content:""}.ph-fill.ph-tree-view:before{content:""}.ph-fill.ph-trend-down:before{content:""}.ph-fill.ph-trend-up:before{content:""}.ph-fill.ph-triangle:before{content:""}.ph-fill.ph-triangle-dashed:before{content:""}.ph-fill.ph-trolley:before{content:""}.ph-fill.ph-trolley-suitcase:before{content:""}.ph-fill.ph-trophy:before{content:""}.ph-fill.ph-truck:before{content:""}.ph-fill.ph-truck-trailer:before{content:""}.ph-fill.ph-tumblr-logo:before{content:""}.ph-fill.ph-twitch-logo:before{content:""}.ph-fill.ph-twitter-logo:before{content:""}.ph-fill.ph-umbrella:before{content:""}.ph-fill.ph-umbrella-simple:before{content:""}.ph-fill.ph-union:before{content:""}.ph-fill.ph-unite:before{content:""}.ph-fill.ph-unite-square:before{content:""}.ph-fill.ph-upload:before{content:""}.ph-fill.ph-upload-simple:before{content:""}.ph-fill.ph-usb:before{content:""}.ph-fill.ph-user:before{content:""}.ph-fill.ph-user-check:before{content:""}.ph-fill.ph-user-circle:before{content:""}.ph-fill.ph-user-circle-check:before{content:""}.ph-fill.ph-user-circle-dashed:before{content:""}.ph-fill.ph-user-circle-gear:before{content:""}.ph-fill.ph-user-circle-minus:before{content:""}.ph-fill.ph-user-circle-plus:before{content:""}.ph-fill.ph-user-focus:before{content:""}.ph-fill.ph-user-gear:before{content:""}.ph-fill.ph-user-list:before{content:""}.ph-fill.ph-user-minus:before{content:""}.ph-fill.ph-user-plus:before{content:""}.ph-fill.ph-user-rectangle:before{content:""}.ph-fill.ph-user-sound:before{content:""}.ph-fill.ph-user-square:before{content:""}.ph-fill.ph-user-switch:before{content:""}.ph-fill.ph-users:before{content:""}.ph-fill.ph-users-four:before{content:""}.ph-fill.ph-users-three:before{content:""}.ph-fill.ph-van:before{content:""}.ph-fill.ph-vault:before{content:""}.ph-fill.ph-vector-three:before{content:""}.ph-fill.ph-vector-two:before{content:""}.ph-fill.ph-vibrate:before{content:""}.ph-fill.ph-video:before{content:""}.ph-fill.ph-video-camera:before{content:""}.ph-fill.ph-video-camera-slash:before{content:""}.ph-fill.ph-video-conference:before{content:""}.ph-fill.ph-vignette:before{content:""}.ph-fill.ph-vinyl-record:before{content:""}.ph-fill.ph-virtual-reality:before{content:""}.ph-fill.ph-virus:before{content:""}.ph-fill.ph-visor:before{content:""}.ph-fill.ph-voicemail:before{content:""}.ph-fill.ph-volleyball:before{content:""}.ph-fill.ph-wall:before{content:""}.ph-fill.ph-wallet:before{content:""}.ph-fill.ph-warehouse:before{content:""}.ph-fill.ph-warning:before{content:""}.ph-fill.ph-warning-circle:before{content:""}.ph-fill.ph-warning-diamond:before{content:""}.ph-fill.ph-warning-octagon:before{content:""}.ph-fill.ph-washing-machine:before{content:""}.ph-fill.ph-watch:before{content:""}.ph-fill.ph-wave-sawtooth:before{content:""}.ph-fill.ph-wave-sine:before{content:""}.ph-fill.ph-wave-square:before{content:""}.ph-fill.ph-wave-triangle:before{content:""}.ph-fill.ph-waveform:before{content:""}.ph-fill.ph-waveform-slash:before{content:""}.ph-fill.ph-waves:before{content:""}.ph-fill.ph-webcam:before{content:""}.ph-fill.ph-webcam-slash:before{content:""}.ph-fill.ph-webhooks-logo:before{content:""}.ph-fill.ph-wechat-logo:before{content:""}.ph-fill.ph-whatsapp-logo:before{content:""}.ph-fill.ph-wheelchair:before{content:""}.ph-fill.ph-wheelchair-motion:before{content:""}.ph-fill.ph-wifi-high:before{content:""}.ph-fill.ph-wifi-low:before{content:""}.ph-fill.ph-wifi-medium:before{content:""}.ph-fill.ph-wifi-none:before{content:""}.ph-fill.ph-wifi-slash:before{content:""}.ph-fill.ph-wifi-x:before{content:""}.ph-fill.ph-wind:before{content:""}.ph-fill.ph-windmill:before{content:""}.ph-fill.ph-windows-logo:before{content:""}.ph-fill.ph-wine:before{content:""}.ph-fill.ph-wrench:before{content:""}.ph-fill.ph-x:before{content:""}.ph-fill.ph-x-circle:before{content:""}.ph-fill.ph-x-logo:before{content:""}.ph-fill.ph-x-square:before{content:""}.ph-fill.ph-yarn:before{content:""}.ph-fill.ph-yin-yang:before{content:""}.ph-fill.ph-youtube-logo:before{content:""}
