:root{--bg-base: #f7f7fb;--bg-surface: #ffffff;--bg-elevated: #efeff7;--bg-card: rgba(255, 255, 255, .7);--glass-bg: rgba(255, 255, 255, .6);--glass-bg-hover: rgba(255, 255, 255, .85);--glass-border: rgba(99, 102, 241, .12);--glass-border-hover: rgba(99, 102, 241, .28);--glass-blur: 24px;--accent-indigo: #5254d8;--accent-violet: #7c3aed;--accent-blue: #2563eb;--accent-cyan: #0891b2;--gradient-primary: linear-gradient(135deg, #5254d8, #7c3aed);--gradient-subtle: linear-gradient(135deg, rgba(82, 84, 216, .1), rgba(124, 58, 237, .06));--text-primary: #111128;--text-secondary: rgba(17, 17, 40, .62);--text-muted: rgba(17, 17, 40, .6);--text-accent: #5254d8;--glow-indigo: rgba(82, 84, 216, .18);--glow-violet: rgba(124, 58, 237, .14);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--shadow-sm: 0 2px 8px rgba(82, 84, 216, .08);--shadow-md: 0 8px 32px rgba(82, 84, 216, .12);--shadow-lg: 0 20px 60px rgba(82, 84, 216, .14);--shadow-glow: 0 0 40px rgba(82, 84, 216, .12);--section-pad: clamp(28px, 3.5vw, 48px);--container-max: 1320px;--container-pad: clamp(20px, 5vw, 80px);--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--transition-fast: .15s var(--ease-out);--transition-base: .25s var(--ease-out);--transition-slow: .4s var(--ease-out)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scrollbar-gutter:stable;background-color:var(--bg-base);min-height:100%}@media(max-width:768px),(pointer:coarse){html{scrollbar-gutter:auto}}body{font-family:var(--font-sans);background-color:var(--bg-base);color:var(--text-primary);line-height:1.6;overflow-x:hidden;min-height:100dvh}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(82,84,216,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(82,84,216,.032) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 85% 85% at 50% 50%,black 30%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 85% 85% at 50% 50%,black 30%,transparent 100%)}#root{position:relative}img{max-width:100%;display:block}.ai-project-link{color:var(--accent-indigo);font-weight:500;text-decoration:underline;text-decoration-color:#5254d859;text-underline-offset:2px;cursor:pointer;transition:color .15s ease,text-decoration-color .15s ease}.ai-project-link:hover{color:var(--accent-violet);text-decoration-color:#7c3aed99}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}.text-hero{font-size:clamp(48px,7vw,88px);font-weight:700;letter-spacing:-.03em;line-height:1}.text-display{font-size:clamp(32px,4.5vw,56px);font-weight:700;letter-spacing:-.025em;line-height:1.1}.text-title{font-size:clamp(22px,2.5vw,32px);font-weight:600;letter-spacing:-.02em;line-height:1.2}.text-heading{font-size:clamp(17px,1.5vw,20px);font-weight:600;letter-spacing:-.01em}.text-body{font-size:15px;font-weight:400;line-height:1.7;color:var(--text-secondary)}.text-small{font-size:13px;font-weight:400;line-height:1.5;color:var(--text-muted)}.text-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.text-mono{font-family:var(--font-mono);font-size:13px}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad)}.section{padding:var(--section-pad) 0}.glass{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg)}.glass-card{background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:background var(--transition-base),border-color var(--transition-base),box-shadow var(--transition-base),transform var(--transition-base)}.glass-card:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-hover);box-shadow:var(--shadow-md),var(--shadow-glow);transform:translateY(-3px)}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:var(--radius-md);font-size:14px;font-weight:600;line-height:1;transition:all var(--transition-base);white-space:nowrap}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 20px #6366f159}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 32px #6366f180}.btn-secondary{background:var(--glass-bg);color:var(--text-primary);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.btn-secondary:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-hover);transform:translateY(-1px)}.btn-ghost{color:var(--text-secondary);padding:8px 16px;border-radius:var(--radius-sm)}.btn-ghost:hover{color:var(--text-primary);background:var(--glass-bg)}.tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:500;letter-spacing:.02em;background:#6366f11f;color:var(--text-accent);border:1px solid rgba(99,102,241,.2)}.section-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-indigo)}.section-label:before{content:"";width:16px;height:1px;background:var(--accent-indigo)}.divider{height:1px;background:var(--glass-border);margin:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff38}::selection{background:#6366f14d;color:#fff}:focus-visible{outline:2px solid var(--accent-indigo);outline-offset:3px}@keyframes imgSkeleton{0%,to{background-color:#e0e0e0}50%{background-color:#cacaca}}.img-skeleton-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:inherit;overflow:hidden;background:#fff;pointer-events:none;display:flex;align-items:center;justify-content:center}.img-skeleton-spinner{position:relative;z-index:3}.img-skeleton-overlay:before{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;background:radial-gradient(ellipse 52% 46% at 28% 36%,rgba(82,84,216,.32) 0%,transparent 65%),radial-gradient(ellipse 44% 54% at 72% 64%,rgba(168,85,247,.26) 0%,transparent 65%),radial-gradient(ellipse 38% 40% at 54% 86%,rgba(99,102,241,.2) 0%,transparent 65%);filter:blur(16px);animation:skOrbFloat 8s ease-in-out infinite alternate;pointer-events:none}@keyframes skOrbFloat{0%{transform:translate(-8%,-6%) scale(1)}30%{transform:translate(10%,4%) scale(1.08)}65%{transform:translate(-4%,12%) scale(.94)}to{transform:translate(6%,-9%) scale(1.04)}}.bulge{transform-style:preserve-3d;transition:transform .28s cubic-bezier(.34,1.56,.64,1),box-shadow .28s ease;will-change:transform}.bulge:hover{transform:perspective(500px) translateZ(18px) scale(1.04);box-shadow:0 16px 48px #0000002e,0 4px 16px #0000001a}.bulge-sm:hover{transform:perspective(400px) translateZ(10px) scale(1.05);box-shadow:0 8px 24px #00000024,0 2px 8px #00000014}/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url(/assets/bootstrap-icons-mSm7cUeB.woff2?e34853135f9e39acf64315236852cd5a) format("woff2"),url(/assets/bootstrap-icons-BeopsB42.woff?e34853135f9e39acf64315236852cd5a) format("woff")}.bi:before,[class^=bi-]:before,[class*=" bi-"]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:""}.bi-alarm-fill:before{content:""}.bi-alarm:before{content:""}.bi-align-bottom:before{content:""}.bi-align-center:before{content:""}.bi-align-end:before{content:""}.bi-align-middle:before{content:""}.bi-align-start:before{content:""}.bi-align-top:before{content:""}.bi-alt:before{content:""}.bi-app-indicator:before{content:""}.bi-app:before{content:""}.bi-archive-fill:before{content:""}.bi-archive:before{content:""}.bi-arrow-90deg-down:before{content:""}.bi-arrow-90deg-left:before{content:""}.bi-arrow-90deg-right:before{content:""}.bi-arrow-90deg-up:before{content:""}.bi-arrow-bar-down:before{content:""}.bi-arrow-bar-left:before{content:""}.bi-arrow-bar-right:before{content:""}.bi-arrow-bar-up:before{content:""}.bi-arrow-clockwise:before{content:""}.bi-arrow-counterclockwise:before{content:""}.bi-arrow-down-circle-fill:before{content:""}.bi-arrow-down-circle:before{content:""}.bi-arrow-down-left-circle-fill:before{content:""}.bi-arrow-down-left-circle:before{content:""}.bi-arrow-down-left-square-fill:before{content:""}.bi-arrow-down-left-square:before{content:""}.bi-arrow-down-left:before{content:""}.bi-arrow-down-right-circle-fill:before{content:""}.bi-arrow-down-right-circle:before{content:""}.bi-arrow-down-right-square-fill:before{content:""}.bi-arrow-down-right-square:before{content:""}.bi-arrow-down-right:before{content:""}.bi-arrow-down-short:before{content:""}.bi-arrow-down-square-fill:before{content:""}.bi-arrow-down-square:before{content:""}.bi-arrow-down-up:before{content:""}.bi-arrow-down:before{content:""}.bi-arrow-left-circle-fill:before{content:""}.bi-arrow-left-circle:before{content:""}.bi-arrow-left-right:before{content:""}.bi-arrow-left-short:before{content:""}.bi-arrow-left-square-fill:before{content:""}.bi-arrow-left-square:before{content:""}.bi-arrow-left:before{content:""}.bi-arrow-repeat:before{content:""}.bi-arrow-return-left:before{content:""}.bi-arrow-return-right:before{content:""}.bi-arrow-right-circle-fill:before{content:""}.bi-arrow-right-circle:before{content:""}.bi-arrow-right-short:before{content:""}.bi-arrow-right-square-fill:before{content:""}.bi-arrow-right-square:before{content:""}.bi-arrow-right:before{content:""}.bi-arrow-up-circle-fill:before{content:""}.bi-arrow-up-circle:before{content:""}.bi-arrow-up-left-circle-fill:before{content:""}.bi-arrow-up-left-circle:before{content:""}.bi-arrow-up-left-square-fill:before{content:""}.bi-arrow-up-left-square:before{content:""}.bi-arrow-up-left:before{content:""}.bi-arrow-up-right-circle-fill:before{content:""}.bi-arrow-up-right-circle:before{content:""}.bi-arrow-up-right-square-fill:before{content:""}.bi-arrow-up-right-square:before{content:""}.bi-arrow-up-right:before{content:""}.bi-arrow-up-short:before{content:""}.bi-arrow-up-square-fill:before{content:""}.bi-arrow-up-square:before{content:""}.bi-arrow-up:before{content:""}.bi-arrows-angle-contract:before{content:""}.bi-arrows-angle-expand:before{content:""}.bi-arrows-collapse:before{content:""}.bi-arrows-expand:before{content:""}.bi-arrows-fullscreen:before{content:""}.bi-arrows-move:before{content:""}.bi-aspect-ratio-fill:before{content:""}.bi-aspect-ratio:before{content:""}.bi-asterisk:before{content:""}.bi-at:before{content:""}.bi-award-fill:before{content:""}.bi-award:before{content:""}.bi-back:before{content:""}.bi-backspace-fill:before{content:""}.bi-backspace-reverse-fill:before{content:""}.bi-backspace-reverse:before{content:""}.bi-backspace:before{content:""}.bi-badge-3d-fill:before{content:""}.bi-badge-3d:before{content:""}.bi-badge-4k-fill:before{content:""}.bi-badge-4k:before{content:""}.bi-badge-8k-fill:before{content:""}.bi-badge-8k:before{content:""}.bi-badge-ad-fill:before{content:""}.bi-badge-ad:before{content:""}.bi-badge-ar-fill:before{content:""}.bi-badge-ar:before{content:""}.bi-badge-cc-fill:before{content:""}.bi-badge-cc:before{content:""}.bi-badge-hd-fill:before{content:""}.bi-badge-hd:before{content:""}.bi-badge-tm-fill:before{content:""}.bi-badge-tm:before{content:""}.bi-badge-vo-fill:before{content:""}.bi-badge-vo:before{content:""}.bi-badge-vr-fill:before{content:""}.bi-badge-vr:before{content:""}.bi-badge-wc-fill:before{content:""}.bi-badge-wc:before{content:""}.bi-bag-check-fill:before{content:""}.bi-bag-check:before{content:""}.bi-bag-dash-fill:before{content:""}.bi-bag-dash:before{content:""}.bi-bag-fill:before{content:""}.bi-bag-plus-fill:before{content:""}.bi-bag-plus:before{content:""}.bi-bag-x-fill:before{content:""}.bi-bag-x:before{content:""}.bi-bag:before{content:""}.bi-bar-chart-fill:before{content:""}.bi-bar-chart-line-fill:before{content:""}.bi-bar-chart-line:before{content:""}.bi-bar-chart-steps:before{content:""}.bi-bar-chart:before{content:""}.bi-basket-fill:before{content:""}.bi-basket:before{content:""}.bi-basket2-fill:before{content:""}.bi-basket2:before{content:""}.bi-basket3-fill:before{content:""}.bi-basket3:before{content:""}.bi-battery-charging:before{content:""}.bi-battery-full:before{content:""}.bi-battery-half:before{content:""}.bi-battery:before{content:""}.bi-bell-fill:before{content:""}.bi-bell:before{content:""}.bi-bezier:before{content:""}.bi-bezier2:before{content:""}.bi-bicycle:before{content:""}.bi-binoculars-fill:before{content:""}.bi-binoculars:before{content:""}.bi-blockquote-left:before{content:""}.bi-blockquote-right:before{content:""}.bi-book-fill:before{content:""}.bi-book-half:before{content:""}.bi-book:before{content:""}.bi-bookmark-check-fill:before{content:""}.bi-bookmark-check:before{content:""}.bi-bookmark-dash-fill:before{content:""}.bi-bookmark-dash:before{content:""}.bi-bookmark-fill:before{content:""}.bi-bookmark-heart-fill:before{content:""}.bi-bookmark-heart:before{content:""}.bi-bookmark-plus-fill:before{content:""}.bi-bookmark-plus:before{content:""}.bi-bookmark-star-fill:before{content:""}.bi-bookmark-star:before{content:""}.bi-bookmark-x-fill:before{content:""}.bi-bookmark-x:before{content:""}.bi-bookmark:before{content:""}.bi-bookmarks-fill:before{content:""}.bi-bookmarks:before{content:""}.bi-bookshelf:before{content:""}.bi-bootstrap-fill:before{content:""}.bi-bootstrap-reboot:before{content:""}.bi-bootstrap:before{content:""}.bi-border-all:before{content:""}.bi-border-bottom:before{content:""}.bi-border-center:before{content:""}.bi-border-inner:before{content:""}.bi-border-left:before{content:""}.bi-border-middle:before{content:""}.bi-border-outer:before{content:""}.bi-border-right:before{content:""}.bi-border-style:before{content:""}.bi-border-top:before{content:""}.bi-border-width:before{content:""}.bi-border:before{content:""}.bi-bounding-box-circles:before{content:""}.bi-bounding-box:before{content:""}.bi-box-arrow-down-left:before{content:""}.bi-box-arrow-down-right:before{content:""}.bi-box-arrow-down:before{content:""}.bi-box-arrow-in-down-left:before{content:""}.bi-box-arrow-in-down-right:before{content:""}.bi-box-arrow-in-down:before{content:""}.bi-box-arrow-in-left:before{content:""}.bi-box-arrow-in-right:before{content:""}.bi-box-arrow-in-up-left:before{content:""}.bi-box-arrow-in-up-right:before{content:""}.bi-box-arrow-in-up:before{content:""}.bi-box-arrow-left:before{content:""}.bi-box-arrow-right:before{content:""}.bi-box-arrow-up-left:before{content:""}.bi-box-arrow-up-right:before{content:""}.bi-box-arrow-up:before{content:""}.bi-box-seam:before{content:""}.bi-box:before{content:""}.bi-braces:before{content:""}.bi-bricks:before{content:""}.bi-briefcase-fill:before{content:""}.bi-briefcase:before{content:""}.bi-brightness-alt-high-fill:before{content:""}.bi-brightness-alt-high:before{content:""}.bi-brightness-alt-low-fill:before{content:""}.bi-brightness-alt-low:before{content:""}.bi-brightness-high-fill:before{content:""}.bi-brightness-high:before{content:""}.bi-brightness-low-fill:before{content:""}.bi-brightness-low:before{content:""}.bi-broadcast-pin:before{content:""}.bi-broadcast:before{content:""}.bi-brush-fill:before{content:""}.bi-brush:before{content:""}.bi-bucket-fill:before{content:""}.bi-bucket:before{content:""}.bi-bug-fill:before{content:""}.bi-bug:before{content:""}.bi-building:before{content:""}.bi-bullseye:before{content:""}.bi-calculator-fill:before{content:""}.bi-calculator:before{content:""}.bi-calendar-check-fill:before{content:""}.bi-calendar-check:before{content:""}.bi-calendar-date-fill:before{content:""}.bi-calendar-date:before{content:""}.bi-calendar-day-fill:before{content:""}.bi-calendar-day:before{content:""}.bi-calendar-event-fill:before{content:""}.bi-calendar-event:before{content:""}.bi-calendar-fill:before{content:""}.bi-calendar-minus-fill:before{content:""}.bi-calendar-minus:before{content:""}.bi-calendar-month-fill:before{content:""}.bi-calendar-month:before{content:""}.bi-calendar-plus-fill:before{content:""}.bi-calendar-plus:before{content:""}.bi-calendar-range-fill:before{content:""}.bi-calendar-range:before{content:""}.bi-calendar-week-fill:before{content:""}.bi-calendar-week:before{content:""}.bi-calendar-x-fill:before{content:""}.bi-calendar-x:before{content:""}.bi-calendar:before{content:""}.bi-calendar2-check-fill:before{content:""}.bi-calendar2-check:before{content:""}.bi-calendar2-date-fill:before{content:""}.bi-calendar2-date:before{content:""}.bi-calendar2-day-fill:before{content:""}.bi-calendar2-day:before{content:""}.bi-calendar2-event-fill:before{content:""}.bi-calendar2-event:before{content:""}.bi-calendar2-fill:before{content:""}.bi-calendar2-minus-fill:before{content:""}.bi-calendar2-minus:before{content:""}.bi-calendar2-month-fill:before{content:""}.bi-calendar2-month:before{content:""}.bi-calendar2-plus-fill:before{content:""}.bi-calendar2-plus:before{content:""}.bi-calendar2-range-fill:before{content:""}.bi-calendar2-range:before{content:""}.bi-calendar2-week-fill:before{content:""}.bi-calendar2-week:before{content:""}.bi-calendar2-x-fill:before{content:""}.bi-calendar2-x:before{content:""}.bi-calendar2:before{content:""}.bi-calendar3-event-fill:before{content:""}.bi-calendar3-event:before{content:""}.bi-calendar3-fill:before{content:""}.bi-calendar3-range-fill:before{content:""}.bi-calendar3-range:before{content:""}.bi-calendar3-week-fill:before{content:""}.bi-calendar3-week:before{content:""}.bi-calendar3:before{content:""}.bi-calendar4-event:before{content:""}.bi-calendar4-range:before{content:""}.bi-calendar4-week:before{content:""}.bi-calendar4:before{content:""}.bi-camera-fill:before{content:""}.bi-camera-reels-fill:before{content:""}.bi-camera-reels:before{content:""}.bi-camera-video-fill:before{content:""}.bi-camera-video-off-fill:before{content:""}.bi-camera-video-off:before{content:""}.bi-camera-video:before{content:""}.bi-camera:before{content:""}.bi-camera2:before{content:""}.bi-capslock-fill:before{content:""}.bi-capslock:before{content:""}.bi-card-checklist:before{content:""}.bi-card-heading:before{content:""}.bi-card-image:before{content:""}.bi-card-list:before{content:""}.bi-card-text:before{content:""}.bi-caret-down-fill:before{content:""}.bi-caret-down-square-fill:before{content:""}.bi-caret-down-square:before{content:""}.bi-caret-down:before{content:""}.bi-caret-left-fill:before{content:""}.bi-caret-left-square-fill:before{content:""}.bi-caret-left-square:before{content:""}.bi-caret-left:before{content:""}.bi-caret-right-fill:before{content:""}.bi-caret-right-square-fill:before{content:""}.bi-caret-right-square:before{content:""}.bi-caret-right:before{content:""}.bi-caret-up-fill:before{content:""}.bi-caret-up-square-fill:before{content:""}.bi-caret-up-square:before{content:""}.bi-caret-up:before{content:""}.bi-cart-check-fill:before{content:""}.bi-cart-check:before{content:""}.bi-cart-dash-fill:before{content:""}.bi-cart-dash:before{content:""}.bi-cart-fill:before{content:""}.bi-cart-plus-fill:before{content:""}.bi-cart-plus:before{content:""}.bi-cart-x-fill:before{content:""}.bi-cart-x:before{content:""}.bi-cart:before{content:""}.bi-cart2:before{content:""}.bi-cart3:before{content:""}.bi-cart4:before{content:""}.bi-cash-stack:before{content:""}.bi-cash:before{content:""}.bi-cast:before{content:""}.bi-chat-dots-fill:before{content:""}.bi-chat-dots:before{content:""}.bi-chat-fill:before{content:""}.bi-chat-left-dots-fill:before{content:""}.bi-chat-left-dots:before{content:""}.bi-chat-left-fill:before{content:""}.bi-chat-left-quote-fill:before{content:""}.bi-chat-left-quote:before{content:""}.bi-chat-left-text-fill:before{content:""}.bi-chat-left-text:before{content:""}.bi-chat-left:before{content:""}.bi-chat-quote-fill:before{content:""}.bi-chat-quote:before{content:""}.bi-chat-right-dots-fill:before{content:""}.bi-chat-right-dots:before{content:""}.bi-chat-right-fill:before{content:""}.bi-chat-right-quote-fill:before{content:""}.bi-chat-right-quote:before{content:""}.bi-chat-right-text-fill:before{content:""}.bi-chat-right-text:before{content:""}.bi-chat-right:before{content:""}.bi-chat-square-dots-fill:before{content:""}.bi-chat-square-dots:before{content:""}.bi-chat-square-fill:before{content:""}.bi-chat-square-quote-fill:before{content:""}.bi-chat-square-quote:before{content:""}.bi-chat-square-text-fill:before{content:""}.bi-chat-square-text:before{content:""}.bi-chat-square:before{content:""}.bi-chat-text-fill:before{content:""}.bi-chat-text:before{content:""}.bi-chat:before{content:""}.bi-check-all:before{content:""}.bi-check-circle-fill:before{content:""}.bi-check-circle:before{content:""}.bi-check-square-fill:before{content:""}.bi-check-square:before{content:""}.bi-check:before{content:""}.bi-check2-all:before{content:""}.bi-check2-circle:before{content:""}.bi-check2-square:before{content:""}.bi-check2:before{content:""}.bi-chevron-bar-contract:before{content:""}.bi-chevron-bar-down:before{content:""}.bi-chevron-bar-expand:before{content:""}.bi-chevron-bar-left:before{content:""}.bi-chevron-bar-right:before{content:""}.bi-chevron-bar-up:before{content:""}.bi-chevron-compact-down:before{content:""}.bi-chevron-compact-left:before{content:""}.bi-chevron-compact-right:before{content:""}.bi-chevron-compact-up:before{content:""}.bi-chevron-contract:before{content:""}.bi-chevron-double-down:before{content:""}.bi-chevron-double-left:before{content:""}.bi-chevron-double-right:before{content:""}.bi-chevron-double-up:before{content:""}.bi-chevron-down:before{content:""}.bi-chevron-expand:before{content:""}.bi-chevron-left:before{content:""}.bi-chevron-right:before{content:""}.bi-chevron-up:before{content:""}.bi-circle-fill:before{content:""}.bi-circle-half:before{content:""}.bi-circle-square:before{content:""}.bi-circle:before{content:""}.bi-clipboard-check:before{content:""}.bi-clipboard-data:before{content:""}.bi-clipboard-minus:before{content:""}.bi-clipboard-plus:before{content:""}.bi-clipboard-x:before{content:""}.bi-clipboard:before{content:""}.bi-clock-fill:before{content:""}.bi-clock-history:before{content:""}.bi-clock:before{content:""}.bi-cloud-arrow-down-fill:before{content:""}.bi-cloud-arrow-down:before{content:""}.bi-cloud-arrow-up-fill:before{content:""}.bi-cloud-arrow-up:before{content:""}.bi-cloud-check-fill:before{content:""}.bi-cloud-check:before{content:""}.bi-cloud-download-fill:before{content:""}.bi-cloud-download:before{content:""}.bi-cloud-drizzle-fill:before{content:""}.bi-cloud-drizzle:before{content:""}.bi-cloud-fill:before{content:""}.bi-cloud-fog-fill:before{content:""}.bi-cloud-fog:before{content:""}.bi-cloud-fog2-fill:before{content:""}.bi-cloud-fog2:before{content:""}.bi-cloud-hail-fill:before{content:""}.bi-cloud-hail:before{content:""}.bi-cloud-haze-fill:before{content:""}.bi-cloud-haze:before{content:""}.bi-cloud-haze2-fill:before{content:""}.bi-cloud-lightning-fill:before{content:""}.bi-cloud-lightning-rain-fill:before{content:""}.bi-cloud-lightning-rain:before{content:""}.bi-cloud-lightning:before{content:""}.bi-cloud-minus-fill:before{content:""}.bi-cloud-minus:before{content:""}.bi-cloud-moon-fill:before{content:""}.bi-cloud-moon:before{content:""}.bi-cloud-plus-fill:before{content:""}.bi-cloud-plus:before{content:""}.bi-cloud-rain-fill:before{content:""}.bi-cloud-rain-heavy-fill:before{content:""}.bi-cloud-rain-heavy:before{content:""}.bi-cloud-rain:before{content:""}.bi-cloud-slash-fill:before{content:""}.bi-cloud-slash:before{content:""}.bi-cloud-sleet-fill:before{content:""}.bi-cloud-sleet:before{content:""}.bi-cloud-snow-fill:before{content:""}.bi-cloud-snow:before{content:""}.bi-cloud-sun-fill:before{content:""}.bi-cloud-sun:before{content:""}.bi-cloud-upload-fill:before{content:""}.bi-cloud-upload:before{content:""}.bi-cloud:before{content:""}.bi-clouds-fill:before{content:""}.bi-clouds:before{content:""}.bi-cloudy-fill:before{content:""}.bi-cloudy:before{content:""}.bi-code-slash:before{content:""}.bi-code-square:before{content:""}.bi-code:before{content:""}.bi-collection-fill:before{content:""}.bi-collection-play-fill:before{content:""}.bi-collection-play:before{content:""}.bi-collection:before{content:""}.bi-columns-gap:before{content:""}.bi-columns:before{content:""}.bi-command:before{content:""}.bi-compass-fill:before{content:""}.bi-compass:before{content:""}.bi-cone-striped:before{content:""}.bi-cone:before{content:""}.bi-controller:before{content:""}.bi-cpu-fill:before{content:""}.bi-cpu:before{content:""}.bi-credit-card-2-back-fill:before{content:""}.bi-credit-card-2-back:before{content:""}.bi-credit-card-2-front-fill:before{content:""}.bi-credit-card-2-front:before{content:""}.bi-credit-card-fill:before{content:""}.bi-credit-card:before{content:""}.bi-crop:before{content:""}.bi-cup-fill:before{content:""}.bi-cup-straw:before{content:""}.bi-cup:before{content:""}.bi-cursor-fill:before{content:""}.bi-cursor-text:before{content:""}.bi-cursor:before{content:""}.bi-dash-circle-dotted:before{content:""}.bi-dash-circle-fill:before{content:""}.bi-dash-circle:before{content:""}.bi-dash-square-dotted:before{content:""}.bi-dash-square-fill:before{content:""}.bi-dash-square:before{content:""}.bi-dash:before{content:""}.bi-diagram-2-fill:before{content:""}.bi-diagram-2:before{content:""}.bi-diagram-3-fill:before{content:""}.bi-diagram-3:before{content:""}.bi-diamond-fill:before{content:""}.bi-diamond-half:before{content:""}.bi-diamond:before{content:""}.bi-dice-1-fill:before{content:""}.bi-dice-1:before{content:""}.bi-dice-2-fill:before{content:""}.bi-dice-2:before{content:""}.bi-dice-3-fill:before{content:""}.bi-dice-3:before{content:""}.bi-dice-4-fill:before{content:""}.bi-dice-4:before{content:""}.bi-dice-5-fill:before{content:""}.bi-dice-5:before{content:""}.bi-dice-6-fill:before{content:""}.bi-dice-6:before{content:""}.bi-disc-fill:before{content:""}.bi-disc:before{content:""}.bi-discord:before{content:""}.bi-display-fill:before{content:""}.bi-display:before{content:""}.bi-distribute-horizontal:before{content:""}.bi-distribute-vertical:before{content:""}.bi-door-closed-fill:before{content:""}.bi-door-closed:before{content:""}.bi-door-open-fill:before{content:""}.bi-door-open:before{content:""}.bi-dot:before{content:""}.bi-download:before{content:""}.bi-droplet-fill:before{content:""}.bi-droplet-half:before{content:""}.bi-droplet:before{content:""}.bi-earbuds:before{content:""}.bi-easel-fill:before{content:""}.bi-easel:before{content:""}.bi-egg-fill:before{content:""}.bi-egg-fried:before{content:""}.bi-egg:before{content:""}.bi-eject-fill:before{content:""}.bi-eject:before{content:""}.bi-emoji-angry-fill:before{content:""}.bi-emoji-angry:before{content:""}.bi-emoji-dizzy-fill:before{content:""}.bi-emoji-dizzy:before{content:""}.bi-emoji-expressionless-fill:before{content:""}.bi-emoji-expressionless:before{content:""}.bi-emoji-frown-fill:before{content:""}.bi-emoji-frown:before{content:""}.bi-emoji-heart-eyes-fill:before{content:""}.bi-emoji-heart-eyes:before{content:""}.bi-emoji-laughing-fill:before{content:""}.bi-emoji-laughing:before{content:""}.bi-emoji-neutral-fill:before{content:""}.bi-emoji-neutral:before{content:""}.bi-emoji-smile-fill:before{content:""}.bi-emoji-smile-upside-down-fill:before{content:""}.bi-emoji-smile-upside-down:before{content:""}.bi-emoji-smile:before{content:""}.bi-emoji-sunglasses-fill:before{content:""}.bi-emoji-sunglasses:before{content:""}.bi-emoji-wink-fill:before{content:""}.bi-emoji-wink:before{content:""}.bi-envelope-fill:before{content:""}.bi-envelope-open-fill:before{content:""}.bi-envelope-open:before{content:""}.bi-envelope:before{content:""}.bi-eraser-fill:before{content:""}.bi-eraser:before{content:""}.bi-exclamation-circle-fill:before{content:""}.bi-exclamation-circle:before{content:""}.bi-exclamation-diamond-fill:before{content:""}.bi-exclamation-diamond:before{content:""}.bi-exclamation-octagon-fill:before{content:""}.bi-exclamation-octagon:before{content:""}.bi-exclamation-square-fill:before{content:""}.bi-exclamation-square:before{content:""}.bi-exclamation-triangle-fill:before{content:""}.bi-exclamation-triangle:before{content:""}.bi-exclamation:before{content:""}.bi-exclude:before{content:""}.bi-eye-fill:before{content:""}.bi-eye-slash-fill:before{content:""}.bi-eye-slash:before{content:""}.bi-eye:before{content:""}.bi-eyedropper:before{content:""}.bi-eyeglasses:before{content:""}.bi-facebook:before{content:""}.bi-file-arrow-down-fill:before{content:""}.bi-file-arrow-down:before{content:""}.bi-file-arrow-up-fill:before{content:""}.bi-file-arrow-up:before{content:""}.bi-file-bar-graph-fill:before{content:""}.bi-file-bar-graph:before{content:""}.bi-file-binary-fill:before{content:""}.bi-file-binary:before{content:""}.bi-file-break-fill:before{content:""}.bi-file-break:before{content:""}.bi-file-check-fill:before{content:""}.bi-file-check:before{content:""}.bi-file-code-fill:before{content:""}.bi-file-code:before{content:""}.bi-file-diff-fill:before{content:""}.bi-file-diff:before{content:""}.bi-file-earmark-arrow-down-fill:before{content:""}.bi-file-earmark-arrow-down:before{content:""}.bi-file-earmark-arrow-up-fill:before{content:""}.bi-file-earmark-arrow-up:before{content:""}.bi-file-earmark-bar-graph-fill:before{content:""}.bi-file-earmark-bar-graph:before{content:""}.bi-file-earmark-binary-fill:before{content:""}.bi-file-earmark-binary:before{content:""}.bi-file-earmark-break-fill:before{content:""}.bi-file-earmark-break:before{content:""}.bi-file-earmark-check-fill:before{content:""}.bi-file-earmark-check:before{content:""}.bi-file-earmark-code-fill:before{content:""}.bi-file-earmark-code:before{content:""}.bi-file-earmark-diff-fill:before{content:""}.bi-file-earmark-diff:before{content:""}.bi-file-earmark-easel-fill:before{content:""}.bi-file-earmark-easel:before{content:""}.bi-file-earmark-excel-fill:before{content:""}.bi-file-earmark-excel:before{content:""}.bi-file-earmark-fill:before{content:""}.bi-file-earmark-font-fill:before{content:""}.bi-file-earmark-font:before{content:""}.bi-file-earmark-image-fill:before{content:""}.bi-file-earmark-image:before{content:""}.bi-file-earmark-lock-fill:before{content:""}.bi-file-earmark-lock:before{content:""}.bi-file-earmark-lock2-fill:before{content:""}.bi-file-earmark-lock2:before{content:""}.bi-file-earmark-medical-fill:before{content:""}.bi-file-earmark-medical:before{content:""}.bi-file-earmark-minus-fill:before{content:""}.bi-file-earmark-minus:before{content:""}.bi-file-earmark-music-fill:before{content:""}.bi-file-earmark-music:before{content:""}.bi-file-earmark-person-fill:before{content:""}.bi-file-earmark-person:before{content:""}.bi-file-earmark-play-fill:before{content:""}.bi-file-earmark-play:before{content:""}.bi-file-earmark-plus-fill:before{content:""}.bi-file-earmark-plus:before{content:""}.bi-file-earmark-post-fill:before{content:""}.bi-file-earmark-post:before{content:""}.bi-file-earmark-ppt-fill:before{content:""}.bi-file-earmark-ppt:before{content:""}.bi-file-earmark-richtext-fill:before{content:""}.bi-file-earmark-richtext:before{content:""}.bi-file-earmark-ruled-fill:before{content:""}.bi-file-earmark-ruled:before{content:""}.bi-file-earmark-slides-fill:before{content:""}.bi-file-earmark-slides:before{content:""}.bi-file-earmark-spreadsheet-fill:before{content:""}.bi-file-earmark-spreadsheet:before{content:""}.bi-file-earmark-text-fill:before{content:""}.bi-file-earmark-text:before{content:""}.bi-file-earmark-word-fill:before{content:""}.bi-file-earmark-word:before{content:""}.bi-file-earmark-x-fill:before{content:""}.bi-file-earmark-x:before{content:""}.bi-file-earmark-zip-fill:before{content:""}.bi-file-earmark-zip:before{content:""}.bi-file-earmark:before{content:""}.bi-file-easel-fill:before{content:""}.bi-file-easel:before{content:""}.bi-file-excel-fill:before{content:""}.bi-file-excel:before{content:""}.bi-file-fill:before{content:""}.bi-file-font-fill:before{content:""}.bi-file-font:before{content:""}.bi-file-image-fill:before{content:""}.bi-file-image:before{content:""}.bi-file-lock-fill:before{content:""}.bi-file-lock:before{content:""}.bi-file-lock2-fill:before{content:""}.bi-file-lock2:before{content:""}.bi-file-medical-fill:before{content:""}.bi-file-medical:before{content:""}.bi-file-minus-fill:before{content:""}.bi-file-minus:before{content:""}.bi-file-music-fill:before{content:""}.bi-file-music:before{content:""}.bi-file-person-fill:before{content:""}.bi-file-person:before{content:""}.bi-file-play-fill:before{content:""}.bi-file-play:before{content:""}.bi-file-plus-fill:before{content:""}.bi-file-plus:before{content:""}.bi-file-post-fill:before{content:""}.bi-file-post:before{content:""}.bi-file-ppt-fill:before{content:""}.bi-file-ppt:before{content:""}.bi-file-richtext-fill:before{content:""}.bi-file-richtext:before{content:""}.bi-file-ruled-fill:before{content:""}.bi-file-ruled:before{content:""}.bi-file-slides-fill:before{content:""}.bi-file-slides:before{content:""}.bi-file-spreadsheet-fill:before{content:""}.bi-file-spreadsheet:before{content:""}.bi-file-text-fill:before{content:""}.bi-file-text:before{content:""}.bi-file-word-fill:before{content:""}.bi-file-word:before{content:""}.bi-file-x-fill:before{content:""}.bi-file-x:before{content:""}.bi-file-zip-fill:before{content:""}.bi-file-zip:before{content:""}.bi-file:before{content:""}.bi-files-alt:before{content:""}.bi-files:before{content:""}.bi-film:before{content:""}.bi-filter-circle-fill:before{content:""}.bi-filter-circle:before{content:""}.bi-filter-left:before{content:""}.bi-filter-right:before{content:""}.bi-filter-square-fill:before{content:""}.bi-filter-square:before{content:""}.bi-filter:before{content:""}.bi-flag-fill:before{content:""}.bi-flag:before{content:""}.bi-flower1:before{content:""}.bi-flower2:before{content:""}.bi-flower3:before{content:""}.bi-folder-check:before{content:""}.bi-folder-fill:before{content:""}.bi-folder-minus:before{content:""}.bi-folder-plus:before{content:""}.bi-folder-symlink-fill:before{content:""}.bi-folder-symlink:before{content:""}.bi-folder-x:before{content:""}.bi-folder:before{content:""}.bi-folder2-open:before{content:""}.bi-folder2:before{content:""}.bi-fonts:before{content:""}.bi-forward-fill:before{content:""}.bi-forward:before{content:""}.bi-front:before{content:""}.bi-fullscreen-exit:before{content:""}.bi-fullscreen:before{content:""}.bi-funnel-fill:before{content:""}.bi-funnel:before{content:""}.bi-gear-fill:before{content:""}.bi-gear-wide-connected:before{content:""}.bi-gear-wide:before{content:""}.bi-gear:before{content:""}.bi-gem:before{content:""}.bi-geo-alt-fill:before{content:""}.bi-geo-alt:before{content:""}.bi-geo-fill:before{content:""}.bi-geo:before{content:""}.bi-gift-fill:before{content:""}.bi-gift:before{content:""}.bi-github:before{content:""}.bi-globe:before{content:""}.bi-globe2:before{content:""}.bi-google:before{content:""}.bi-graph-down:before{content:""}.bi-graph-up:before{content:""}.bi-grid-1x2-fill:before{content:""}.bi-grid-1x2:before{content:""}.bi-grid-3x2-gap-fill:before{content:""}.bi-grid-3x2-gap:before{content:""}.bi-grid-3x2:before{content:""}.bi-grid-3x3-gap-fill:before{content:""}.bi-grid-3x3-gap:before{content:""}.bi-grid-3x3:before{content:""}.bi-grid-fill:before{content:""}.bi-grid:before{content:""}.bi-grip-horizontal:before{content:""}.bi-grip-vertical:before{content:""}.bi-hammer:before{content:""}.bi-hand-index-fill:before{content:""}.bi-hand-index-thumb-fill:before{content:""}.bi-hand-index-thumb:before{content:""}.bi-hand-index:before{content:""}.bi-hand-thumbs-down-fill:before{content:""}.bi-hand-thumbs-down:before{content:""}.bi-hand-thumbs-up-fill:before{content:""}.bi-hand-thumbs-up:before{content:""}.bi-handbag-fill:before{content:""}.bi-handbag:before{content:""}.bi-hash:before{content:""}.bi-hdd-fill:before{content:""}.bi-hdd-network-fill:before{content:""}.bi-hdd-network:before{content:""}.bi-hdd-rack-fill:before{content:""}.bi-hdd-rack:before{content:""}.bi-hdd-stack-fill:before{content:""}.bi-hdd-stack:before{content:""}.bi-hdd:before{content:""}.bi-headphones:before{content:""}.bi-headset:before{content:""}.bi-heart-fill:before{content:""}.bi-heart-half:before{content:""}.bi-heart:before{content:""}.bi-heptagon-fill:before{content:""}.bi-heptagon-half:before{content:""}.bi-heptagon:before{content:""}.bi-hexagon-fill:before{content:""}.bi-hexagon-half:before{content:""}.bi-hexagon:before{content:""}.bi-hourglass-bottom:before{content:""}.bi-hourglass-split:before{content:""}.bi-hourglass-top:before{content:""}.bi-hourglass:before{content:""}.bi-house-door-fill:before{content:""}.bi-house-door:before{content:""}.bi-house-fill:before{content:""}.bi-house:before{content:""}.bi-hr:before{content:""}.bi-hurricane:before{content:""}.bi-image-alt:before{content:""}.bi-image-fill:before{content:""}.bi-image:before{content:""}.bi-images:before{content:""}.bi-inbox-fill:before{content:""}.bi-inbox:before{content:""}.bi-inboxes-fill:before{content:""}.bi-inboxes:before{content:""}.bi-info-circle-fill:before{content:""}.bi-info-circle:before{content:""}.bi-info-square-fill:before{content:""}.bi-info-square:before{content:""}.bi-info:before{content:""}.bi-input-cursor-text:before{content:""}.bi-input-cursor:before{content:""}.bi-instagram:before{content:""}.bi-intersect:before{content:""}.bi-journal-album:before{content:""}.bi-journal-arrow-down:before{content:""}.bi-journal-arrow-up:before{content:""}.bi-journal-bookmark-fill:before{content:""}.bi-journal-bookmark:before{content:""}.bi-journal-check:before{content:""}.bi-journal-code:before{content:""}.bi-journal-medical:before{content:""}.bi-journal-minus:before{content:""}.bi-journal-plus:before{content:""}.bi-journal-richtext:before{content:""}.bi-journal-text:before{content:""}.bi-journal-x:before{content:""}.bi-journal:before{content:""}.bi-journals:before{content:""}.bi-joystick:before{content:""}.bi-justify-left:before{content:""}.bi-justify-right:before{content:""}.bi-justify:before{content:""}.bi-kanban-fill:before{content:""}.bi-kanban:before{content:""}.bi-key-fill:before{content:""}.bi-key:before{content:""}.bi-keyboard-fill:before{content:""}.bi-keyboard:before{content:""}.bi-ladder:before{content:""}.bi-lamp-fill:before{content:""}.bi-lamp:before{content:""}.bi-laptop-fill:before{content:""}.bi-laptop:before{content:""}.bi-layer-backward:before{content:""}.bi-layer-forward:before{content:""}.bi-layers-fill:before{content:""}.bi-layers-half:before{content:""}.bi-layers:before{content:""}.bi-layout-sidebar-inset-reverse:before{content:""}.bi-layout-sidebar-inset:before{content:""}.bi-layout-sidebar-reverse:before{content:""}.bi-layout-sidebar:before{content:""}.bi-layout-split:before{content:""}.bi-layout-text-sidebar-reverse:before{content:""}.bi-layout-text-sidebar:before{content:""}.bi-layout-text-window-reverse:before{content:""}.bi-layout-text-window:before{content:""}.bi-layout-three-columns:before{content:""}.bi-layout-wtf:before{content:""}.bi-life-preserver:before{content:""}.bi-lightbulb-fill:before{content:""}.bi-lightbulb-off-fill:before{content:""}.bi-lightbulb-off:before{content:""}.bi-lightbulb:before{content:""}.bi-lightning-charge-fill:before{content:""}.bi-lightning-charge:before{content:""}.bi-lightning-fill:before{content:""}.bi-lightning:before{content:""}.bi-link-45deg:before{content:""}.bi-link:before{content:""}.bi-linkedin:before{content:""}.bi-list-check:before{content:""}.bi-list-nested:before{content:""}.bi-list-ol:before{content:""}.bi-list-stars:before{content:""}.bi-list-task:before{content:""}.bi-list-ul:before{content:""}.bi-list:before{content:""}.bi-lock-fill:before{content:""}.bi-lock:before{content:""}.bi-mailbox:before{content:""}.bi-mailbox2:before{content:""}.bi-map-fill:before{content:""}.bi-map:before{content:""}.bi-markdown-fill:before{content:""}.bi-markdown:before{content:""}.bi-mask:before{content:""}.bi-megaphone-fill:before{content:""}.bi-megaphone:before{content:""}.bi-menu-app-fill:before{content:""}.bi-menu-app:before{content:""}.bi-menu-button-fill:before{content:""}.bi-menu-button-wide-fill:before{content:""}.bi-menu-button-wide:before{content:""}.bi-menu-button:before{content:""}.bi-menu-down:before{content:""}.bi-menu-up:before{content:""}.bi-mic-fill:before{content:""}.bi-mic-mute-fill:before{content:""}.bi-mic-mute:before{content:""}.bi-mic:before{content:""}.bi-minecart-loaded:before{content:""}.bi-minecart:before{content:""}.bi-moisture:before{content:""}.bi-moon-fill:before{content:""}.bi-moon-stars-fill:before{content:""}.bi-moon-stars:before{content:""}.bi-moon:before{content:""}.bi-mouse-fill:before{content:""}.bi-mouse:before{content:""}.bi-mouse2-fill:before{content:""}.bi-mouse2:before{content:""}.bi-mouse3-fill:before{content:""}.bi-mouse3:before{content:""}.bi-music-note-beamed:before{content:""}.bi-music-note-list:before{content:""}.bi-music-note:before{content:""}.bi-music-player-fill:before{content:""}.bi-music-player:before{content:""}.bi-newspaper:before{content:""}.bi-node-minus-fill:before{content:""}.bi-node-minus:before{content:""}.bi-node-plus-fill:before{content:""}.bi-node-plus:before{content:""}.bi-nut-fill:before{content:""}.bi-nut:before{content:""}.bi-octagon-fill:before{content:""}.bi-octagon-half:before{content:""}.bi-octagon:before{content:""}.bi-option:before{content:""}.bi-outlet:before{content:""}.bi-paint-bucket:before{content:""}.bi-palette-fill:before{content:""}.bi-palette:before{content:""}.bi-palette2:before{content:""}.bi-paperclip:before{content:""}.bi-paragraph:before{content:""}.bi-patch-check-fill:before{content:""}.bi-patch-check:before{content:""}.bi-patch-exclamation-fill:before{content:""}.bi-patch-exclamation:before{content:""}.bi-patch-minus-fill:before{content:""}.bi-patch-minus:before{content:""}.bi-patch-plus-fill:before{content:""}.bi-patch-plus:before{content:""}.bi-patch-question-fill:before{content:""}.bi-patch-question:before{content:""}.bi-pause-btn-fill:before{content:""}.bi-pause-btn:before{content:""}.bi-pause-circle-fill:before{content:""}.bi-pause-circle:before{content:""}.bi-pause-fill:before{content:""}.bi-pause:before{content:""}.bi-peace-fill:before{content:""}.bi-peace:before{content:""}.bi-pen-fill:before{content:""}.bi-pen:before{content:""}.bi-pencil-fill:before{content:""}.bi-pencil-square:before{content:""}.bi-pencil:before{content:""}.bi-pentagon-fill:before{content:""}.bi-pentagon-half:before{content:""}.bi-pentagon:before{content:""}.bi-people-fill:before{content:""}.bi-people:before{content:""}.bi-percent:before{content:""}.bi-person-badge-fill:before{content:""}.bi-person-badge:before{content:""}.bi-person-bounding-box:before{content:""}.bi-person-check-fill:before{content:""}.bi-person-check:before{content:""}.bi-person-circle:before{content:""}.bi-person-dash-fill:before{content:""}.bi-person-dash:before{content:""}.bi-person-fill:before{content:""}.bi-person-lines-fill:before{content:""}.bi-person-plus-fill:before{content:""}.bi-person-plus:before{content:""}.bi-person-square:before{content:""}.bi-person-x-fill:before{content:""}.bi-person-x:before{content:""}.bi-person:before{content:""}.bi-phone-fill:before{content:""}.bi-phone-landscape-fill:before{content:""}.bi-phone-landscape:before{content:""}.bi-phone-vibrate-fill:before{content:""}.bi-phone-vibrate:before{content:""}.bi-phone:before{content:""}.bi-pie-chart-fill:before{content:""}.bi-pie-chart:before{content:""}.bi-pin-angle-fill:before{content:""}.bi-pin-angle:before{content:""}.bi-pin-fill:before{content:""}.bi-pin:before{content:""}.bi-pip-fill:before{content:""}.bi-pip:before{content:""}.bi-play-btn-fill:before{content:""}.bi-play-btn:before{content:""}.bi-play-circle-fill:before{content:""}.bi-play-circle:before{content:""}.bi-play-fill:before{content:""}.bi-play:before{content:""}.bi-plug-fill:before{content:""}.bi-plug:before{content:""}.bi-plus-circle-dotted:before{content:""}.bi-plus-circle-fill:before{content:""}.bi-plus-circle:before{content:""}.bi-plus-square-dotted:before{content:""}.bi-plus-square-fill:before{content:""}.bi-plus-square:before{content:""}.bi-plus:before{content:""}.bi-power:before{content:""}.bi-printer-fill:before{content:""}.bi-printer:before{content:""}.bi-puzzle-fill:before{content:""}.bi-puzzle:before{content:""}.bi-question-circle-fill:before{content:""}.bi-question-circle:before{content:""}.bi-question-diamond-fill:before{content:""}.bi-question-diamond:before{content:""}.bi-question-octagon-fill:before{content:""}.bi-question-octagon:before{content:""}.bi-question-square-fill:before{content:""}.bi-question-square:before{content:""}.bi-question:before{content:""}.bi-rainbow:before{content:""}.bi-receipt-cutoff:before{content:""}.bi-receipt:before{content:""}.bi-reception-0:before{content:""}.bi-reception-1:before{content:""}.bi-reception-2:before{content:""}.bi-reception-3:before{content:""}.bi-reception-4:before{content:""}.bi-record-btn-fill:before{content:""}.bi-record-btn:before{content:""}.bi-record-circle-fill:before{content:""}.bi-record-circle:before{content:""}.bi-record-fill:before{content:""}.bi-record:before{content:""}.bi-record2-fill:before{content:""}.bi-record2:before{content:""}.bi-reply-all-fill:before{content:""}.bi-reply-all:before{content:""}.bi-reply-fill:before{content:""}.bi-reply:before{content:""}.bi-rss-fill:before{content:""}.bi-rss:before{content:""}.bi-rulers:before{content:""}.bi-save-fill:before{content:""}.bi-save:before{content:""}.bi-save2-fill:before{content:""}.bi-save2:before{content:""}.bi-scissors:before{content:""}.bi-screwdriver:before{content:""}.bi-search:before{content:""}.bi-segmented-nav:before{content:""}.bi-server:before{content:""}.bi-share-fill:before{content:""}.bi-share:before{content:""}.bi-shield-check:before{content:""}.bi-shield-exclamation:before{content:""}.bi-shield-fill-check:before{content:""}.bi-shield-fill-exclamation:before{content:""}.bi-shield-fill-minus:before{content:""}.bi-shield-fill-plus:before{content:""}.bi-shield-fill-x:before{content:""}.bi-shield-fill:before{content:""}.bi-shield-lock-fill:before{content:""}.bi-shield-lock:before{content:""}.bi-shield-minus:before{content:""}.bi-shield-plus:before{content:""}.bi-shield-shaded:before{content:""}.bi-shield-slash-fill:before{content:""}.bi-shield-slash:before{content:""}.bi-shield-x:before{content:""}.bi-shield:before{content:""}.bi-shift-fill:before{content:""}.bi-shift:before{content:""}.bi-shop-window:before{content:""}.bi-shop:before{content:""}.bi-shuffle:before{content:""}.bi-signpost-2-fill:before{content:""}.bi-signpost-2:before{content:""}.bi-signpost-fill:before{content:""}.bi-signpost-split-fill:before{content:""}.bi-signpost-split:before{content:""}.bi-signpost:before{content:""}.bi-sim-fill:before{content:""}.bi-sim:before{content:""}.bi-skip-backward-btn-fill:before{content:""}.bi-skip-backward-btn:before{content:""}.bi-skip-backward-circle-fill:before{content:""}.bi-skip-backward-circle:before{content:""}.bi-skip-backward-fill:before{content:""}.bi-skip-backward:before{content:""}.bi-skip-end-btn-fill:before{content:""}.bi-skip-end-btn:before{content:""}.bi-skip-end-circle-fill:before{content:""}.bi-skip-end-circle:before{content:""}.bi-skip-end-fill:before{content:""}.bi-skip-end:before{content:""}.bi-skip-forward-btn-fill:before{content:""}.bi-skip-forward-btn:before{content:""}.bi-skip-forward-circle-fill:before{content:""}.bi-skip-forward-circle:before{content:""}.bi-skip-forward-fill:before{content:""}.bi-skip-forward:before{content:""}.bi-skip-start-btn-fill:before{content:""}.bi-skip-start-btn:before{content:""}.bi-skip-start-circle-fill:before{content:""}.bi-skip-start-circle:before{content:""}.bi-skip-start-fill:before{content:""}.bi-skip-start:before{content:""}.bi-slack:before{content:""}.bi-slash-circle-fill:before{content:""}.bi-slash-circle:before{content:""}.bi-slash-square-fill:before{content:""}.bi-slash-square:before{content:""}.bi-slash:before{content:""}.bi-sliders:before{content:""}.bi-smartwatch:before{content:""}.bi-snow:before{content:""}.bi-snow2:before{content:""}.bi-snow3:before{content:""}.bi-sort-alpha-down-alt:before{content:""}.bi-sort-alpha-down:before{content:""}.bi-sort-alpha-up-alt:before{content:""}.bi-sort-alpha-up:before{content:""}.bi-sort-down-alt:before{content:""}.bi-sort-down:before{content:""}.bi-sort-numeric-down-alt:before{content:""}.bi-sort-numeric-down:before{content:""}.bi-sort-numeric-up-alt:before{content:""}.bi-sort-numeric-up:before{content:""}.bi-sort-up-alt:before{content:""}.bi-sort-up:before{content:""}.bi-soundwave:before{content:""}.bi-speaker-fill:before{content:""}.bi-speaker:before{content:""}.bi-speedometer:before{content:""}.bi-speedometer2:before{content:""}.bi-spellcheck:before{content:""}.bi-square-fill:before{content:""}.bi-square-half:before{content:""}.bi-square:before{content:""}.bi-stack:before{content:""}.bi-star-fill:before{content:""}.bi-star-half:before{content:""}.bi-star:before{content:""}.bi-stars:before{content:""}.bi-stickies-fill:before{content:""}.bi-stickies:before{content:""}.bi-sticky-fill:before{content:""}.bi-sticky:before{content:""}.bi-stop-btn-fill:before{content:""}.bi-stop-btn:before{content:""}.bi-stop-circle-fill:before{content:""}.bi-stop-circle:before{content:""}.bi-stop-fill:before{content:""}.bi-stop:before{content:""}.bi-stoplights-fill:before{content:""}.bi-stoplights:before{content:""}.bi-stopwatch-fill:before{content:""}.bi-stopwatch:before{content:""}.bi-subtract:before{content:""}.bi-suit-club-fill:before{content:""}.bi-suit-club:before{content:""}.bi-suit-diamond-fill:before{content:""}.bi-suit-diamond:before{content:""}.bi-suit-heart-fill:before{content:""}.bi-suit-heart:before{content:""}.bi-suit-spade-fill:before{content:""}.bi-suit-spade:before{content:""}.bi-sun-fill:before{content:""}.bi-sun:before{content:""}.bi-sunglasses:before{content:""}.bi-sunrise-fill:before{content:""}.bi-sunrise:before{content:""}.bi-sunset-fill:before{content:""}.bi-sunset:before{content:""}.bi-symmetry-horizontal:before{content:""}.bi-symmetry-vertical:before{content:""}.bi-table:before{content:""}.bi-tablet-fill:before{content:""}.bi-tablet-landscape-fill:before{content:""}.bi-tablet-landscape:before{content:""}.bi-tablet:before{content:""}.bi-tag-fill:before{content:""}.bi-tag:before{content:""}.bi-tags-fill:before{content:""}.bi-tags:before{content:""}.bi-telegram:before{content:""}.bi-telephone-fill:before{content:""}.bi-telephone-forward-fill:before{content:""}.bi-telephone-forward:before{content:""}.bi-telephone-inbound-fill:before{content:""}.bi-telephone-inbound:before{content:""}.bi-telephone-minus-fill:before{content:""}.bi-telephone-minus:before{content:""}.bi-telephone-outbound-fill:before{content:""}.bi-telephone-outbound:before{content:""}.bi-telephone-plus-fill:before{content:""}.bi-telephone-plus:before{content:""}.bi-telephone-x-fill:before{content:""}.bi-telephone-x:before{content:""}.bi-telephone:before{content:""}.bi-terminal-fill:before{content:""}.bi-terminal:before{content:""}.bi-text-center:before{content:""}.bi-text-indent-left:before{content:""}.bi-text-indent-right:before{content:""}.bi-text-left:before{content:""}.bi-text-paragraph:before{content:""}.bi-text-right:before{content:""}.bi-textarea-resize:before{content:""}.bi-textarea-t:before{content:""}.bi-textarea:before{content:""}.bi-thermometer-half:before{content:""}.bi-thermometer-high:before{content:""}.bi-thermometer-low:before{content:""}.bi-thermometer-snow:before{content:""}.bi-thermometer-sun:before{content:""}.bi-thermometer:before{content:""}.bi-three-dots-vertical:before{content:""}.bi-three-dots:before{content:""}.bi-toggle-off:before{content:""}.bi-toggle-on:before{content:""}.bi-toggle2-off:before{content:""}.bi-toggle2-on:before{content:""}.bi-toggles:before{content:""}.bi-toggles2:before{content:""}.bi-tools:before{content:""}.bi-tornado:before{content:""}.bi-trash-fill:before{content:""}.bi-trash:before{content:""}.bi-trash2-fill:before{content:""}.bi-trash2:before{content:""}.bi-tree-fill:before{content:""}.bi-tree:before{content:""}.bi-triangle-fill:before{content:""}.bi-triangle-half:before{content:""}.bi-triangle:before{content:""}.bi-trophy-fill:before{content:""}.bi-trophy:before{content:""}.bi-tropical-storm:before{content:""}.bi-truck-flatbed:before{content:""}.bi-truck:before{content:""}.bi-tsunami:before{content:""}.bi-tv-fill:before{content:""}.bi-tv:before{content:""}.bi-twitch:before{content:""}.bi-twitter:before{content:""}.bi-type-bold:before{content:""}.bi-type-h1:before{content:""}.bi-type-h2:before{content:""}.bi-type-h3:before{content:""}.bi-type-italic:before{content:""}.bi-type-strikethrough:before{content:""}.bi-type-underline:before{content:""}.bi-type:before{content:""}.bi-ui-checks-grid:before{content:""}.bi-ui-checks:before{content:""}.bi-ui-radios-grid:before{content:""}.bi-ui-radios:before{content:""}.bi-umbrella-fill:before{content:""}.bi-umbrella:before{content:""}.bi-union:before{content:""}.bi-unlock-fill:before{content:""}.bi-unlock:before{content:""}.bi-upc-scan:before{content:""}.bi-upc:before{content:""}.bi-upload:before{content:""}.bi-vector-pen:before{content:""}.bi-view-list:before{content:""}.bi-view-stacked:before{content:""}.bi-vinyl-fill:before{content:""}.bi-vinyl:before{content:""}.bi-voicemail:before{content:""}.bi-volume-down-fill:before{content:""}.bi-volume-down:before{content:""}.bi-volume-mute-fill:before{content:""}.bi-volume-mute:before{content:""}.bi-volume-off-fill:before{content:""}.bi-volume-off:before{content:""}.bi-volume-up-fill:before{content:""}.bi-volume-up:before{content:""}.bi-vr:before{content:""}.bi-wallet-fill:before{content:""}.bi-wallet:before{content:""}.bi-wallet2:before{content:""}.bi-watch:before{content:""}.bi-water:before{content:""}.bi-whatsapp:before{content:""}.bi-wifi-1:before{content:""}.bi-wifi-2:before{content:""}.bi-wifi-off:before{content:""}.bi-wifi:before{content:""}.bi-wind:before{content:""}.bi-window-dock:before{content:""}.bi-window-sidebar:before{content:""}.bi-window:before{content:""}.bi-wrench:before{content:""}.bi-x-circle-fill:before{content:""}.bi-x-circle:before{content:""}.bi-x-diamond-fill:before{content:""}.bi-x-diamond:before{content:""}.bi-x-octagon-fill:before{content:""}.bi-x-octagon:before{content:""}.bi-x-square-fill:before{content:""}.bi-x-square:before{content:""}.bi-x:before{content:""}.bi-youtube:before{content:""}.bi-zoom-in:before{content:""}.bi-zoom-out:before{content:""}.bi-bank:before{content:""}.bi-bank2:before{content:""}.bi-bell-slash-fill:before{content:""}.bi-bell-slash:before{content:""}.bi-cash-coin:before{content:""}.bi-check-lg:before{content:""}.bi-coin:before{content:""}.bi-currency-bitcoin:before{content:""}.bi-currency-dollar:before{content:""}.bi-currency-euro:before{content:""}.bi-currency-exchange:before{content:""}.bi-currency-pound:before{content:""}.bi-currency-yen:before{content:""}.bi-dash-lg:before{content:""}.bi-exclamation-lg:before{content:""}.bi-file-earmark-pdf-fill:before{content:""}.bi-file-earmark-pdf:before{content:""}.bi-file-pdf-fill:before{content:""}.bi-file-pdf:before{content:""}.bi-gender-ambiguous:before{content:""}.bi-gender-female:before{content:""}.bi-gender-male:before{content:""}.bi-gender-trans:before{content:""}.bi-headset-vr:before{content:""}.bi-info-lg:before{content:""}.bi-mastodon:before{content:""}.bi-messenger:before{content:""}.bi-piggy-bank-fill:before{content:""}.bi-piggy-bank:before{content:""}.bi-pin-map-fill:before{content:""}.bi-pin-map:before{content:""}.bi-plus-lg:before{content:""}.bi-question-lg:before{content:""}.bi-recycle:before{content:""}.bi-reddit:before{content:""}.bi-safe-fill:before{content:""}.bi-safe2-fill:before{content:""}.bi-safe2:before{content:""}.bi-sd-card-fill:before{content:""}.bi-sd-card:before{content:""}.bi-skype:before{content:""}.bi-slash-lg:before{content:""}.bi-translate:before{content:""}.bi-x-lg:before{content:""}.bi-safe:before{content:""}.bi-apple:before{content:""}.bi-microsoft:before{content:""}.bi-windows:before{content:""}.bi-behance:before{content:""}.bi-dribbble:before{content:""}.bi-line:before{content:""}.bi-medium:before{content:""}.bi-paypal:before{content:""}.bi-pinterest:before{content:""}.bi-signal:before{content:""}.bi-snapchat:before{content:""}.bi-spotify:before{content:""}.bi-stack-overflow:before{content:""}.bi-strava:before{content:""}.bi-wordpress:before{content:""}.bi-vimeo:before{content:""}.bi-activity:before{content:""}.bi-easel2-fill:before{content:""}.bi-easel2:before{content:""}.bi-easel3-fill:before{content:""}.bi-easel3:before{content:""}.bi-fan:before{content:""}.bi-fingerprint:before{content:""}.bi-graph-down-arrow:before{content:""}.bi-graph-up-arrow:before{content:""}.bi-hypnotize:before{content:""}.bi-magic:before{content:""}.bi-person-rolodex:before{content:""}.bi-person-video:before{content:""}.bi-person-video2:before{content:""}.bi-person-video3:before{content:""}.bi-person-workspace:before{content:""}.bi-radioactive:before{content:""}.bi-webcam-fill:before{content:""}.bi-webcam:before{content:""}.bi-yin-yang:before{content:""}.bi-bandaid-fill:before{content:""}.bi-bandaid:before{content:""}.bi-bluetooth:before{content:""}.bi-body-text:before{content:""}.bi-boombox:before{content:""}.bi-boxes:before{content:""}.bi-dpad-fill:before{content:""}.bi-dpad:before{content:""}.bi-ear-fill:before{content:""}.bi-ear:before{content:""}.bi-envelope-check-fill:before{content:""}.bi-envelope-check:before{content:""}.bi-envelope-dash-fill:before{content:""}.bi-envelope-dash:before{content:""}.bi-envelope-exclamation-fill:before{content:""}.bi-envelope-exclamation:before{content:""}.bi-envelope-plus-fill:before{content:""}.bi-envelope-plus:before{content:""}.bi-envelope-slash-fill:before{content:""}.bi-envelope-slash:before{content:""}.bi-envelope-x-fill:before{content:""}.bi-envelope-x:before{content:""}.bi-explicit-fill:before{content:""}.bi-explicit:before{content:""}.bi-git:before{content:""}.bi-infinity:before{content:""}.bi-list-columns-reverse:before{content:""}.bi-list-columns:before{content:""}.bi-meta:before{content:""}.bi-nintendo-switch:before{content:""}.bi-pc-display-horizontal:before{content:""}.bi-pc-display:before{content:""}.bi-pc-horizontal:before{content:""}.bi-pc:before{content:""}.bi-playstation:before{content:""}.bi-plus-slash-minus:before{content:""}.bi-projector-fill:before{content:""}.bi-projector:before{content:""}.bi-qr-code-scan:before{content:""}.bi-qr-code:before{content:""}.bi-quora:before{content:""}.bi-quote:before{content:""}.bi-robot:before{content:""}.bi-send-check-fill:before{content:""}.bi-send-check:before{content:""}.bi-send-dash-fill:before{content:""}.bi-send-dash:before{content:""}.bi-send-exclamation-fill:before{content:""}.bi-send-exclamation:before{content:""}.bi-send-fill:before{content:""}.bi-send-plus-fill:before{content:""}.bi-send-plus:before{content:""}.bi-send-slash-fill:before{content:""}.bi-send-slash:before{content:""}.bi-send-x-fill:before{content:""}.bi-send-x:before{content:""}.bi-send:before{content:""}.bi-steam:before{content:""}.bi-terminal-dash:before{content:""}.bi-terminal-plus:before{content:""}.bi-terminal-split:before{content:""}.bi-ticket-detailed-fill:before{content:""}.bi-ticket-detailed:before{content:""}.bi-ticket-fill:before{content:""}.bi-ticket-perforated-fill:before{content:""}.bi-ticket-perforated:before{content:""}.bi-ticket:before{content:""}.bi-tiktok:before{content:""}.bi-window-dash:before{content:""}.bi-window-desktop:before{content:""}.bi-window-fullscreen:before{content:""}.bi-window-plus:before{content:""}.bi-window-split:before{content:""}.bi-window-stack:before{content:""}.bi-window-x:before{content:""}.bi-xbox:before{content:""}.bi-ethernet:before{content:""}.bi-hdmi-fill:before{content:""}.bi-hdmi:before{content:""}.bi-usb-c-fill:before{content:""}.bi-usb-c:before{content:""}.bi-usb-fill:before{content:""}.bi-usb-plug-fill:before{content:""}.bi-usb-plug:before{content:""}.bi-usb-symbol:before{content:""}.bi-usb:before{content:""}.bi-boombox-fill:before{content:""}.bi-displayport:before{content:""}.bi-gpu-card:before{content:""}.bi-memory:before{content:""}.bi-modem-fill:before{content:""}.bi-modem:before{content:""}.bi-motherboard-fill:before{content:""}.bi-motherboard:before{content:""}.bi-optical-audio-fill:before{content:""}.bi-optical-audio:before{content:""}.bi-pci-card:before{content:""}.bi-router-fill:before{content:""}.bi-router:before{content:""}.bi-thunderbolt-fill:before{content:""}.bi-thunderbolt:before{content:""}.bi-usb-drive-fill:before{content:""}.bi-usb-drive:before{content:""}.bi-usb-micro-fill:before{content:""}.bi-usb-micro:before{content:""}.bi-usb-mini-fill:before{content:""}.bi-usb-mini:before{content:""}.bi-cloud-haze2:before{content:""}.bi-device-hdd-fill:before{content:""}.bi-device-hdd:before{content:""}.bi-device-ssd-fill:before{content:""}.bi-device-ssd:before{content:""}.bi-displayport-fill:before{content:""}.bi-mortarboard-fill:before{content:""}.bi-mortarboard:before{content:""}.bi-terminal-x:before{content:""}.bi-arrow-through-heart-fill:before{content:""}.bi-arrow-through-heart:before{content:""}.bi-badge-sd-fill:before{content:""}.bi-badge-sd:before{content:""}.bi-bag-heart-fill:before{content:""}.bi-bag-heart:before{content:""}.bi-balloon-fill:before{content:""}.bi-balloon-heart-fill:before{content:""}.bi-balloon-heart:before{content:""}.bi-balloon:before{content:""}.bi-box2-fill:before{content:""}.bi-box2-heart-fill:before{content:""}.bi-box2-heart:before{content:""}.bi-box2:before{content:""}.bi-braces-asterisk:before{content:""}.bi-calendar-heart-fill:before{content:""}.bi-calendar-heart:before{content:""}.bi-calendar2-heart-fill:before{content:""}.bi-calendar2-heart:before{content:""}.bi-chat-heart-fill:before{content:""}.bi-chat-heart:before{content:""}.bi-chat-left-heart-fill:before{content:""}.bi-chat-left-heart:before{content:""}.bi-chat-right-heart-fill:before{content:""}.bi-chat-right-heart:before{content:""}.bi-chat-square-heart-fill:before{content:""}.bi-chat-square-heart:before{content:""}.bi-clipboard-check-fill:before{content:""}.bi-clipboard-data-fill:before{content:""}.bi-clipboard-fill:before{content:""}.bi-clipboard-heart-fill:before{content:""}.bi-clipboard-heart:before{content:""}.bi-clipboard-minus-fill:before{content:""}.bi-clipboard-plus-fill:before{content:""}.bi-clipboard-pulse:before{content:""}.bi-clipboard-x-fill:before{content:""}.bi-clipboard2-check-fill:before{content:""}.bi-clipboard2-check:before{content:""}.bi-clipboard2-data-fill:before{content:""}.bi-clipboard2-data:before{content:""}.bi-clipboard2-fill:before{content:""}.bi-clipboard2-heart-fill:before{content:""}.bi-clipboard2-heart:before{content:""}.bi-clipboard2-minus-fill:before{content:""}.bi-clipboard2-minus:before{content:""}.bi-clipboard2-plus-fill:before{content:""}.bi-clipboard2-plus:before{content:""}.bi-clipboard2-pulse-fill:before{content:""}.bi-clipboard2-pulse:before{content:""}.bi-clipboard2-x-fill:before{content:""}.bi-clipboard2-x:before{content:""}.bi-clipboard2:before{content:""}.bi-emoji-kiss-fill:before{content:""}.bi-emoji-kiss:before{content:""}.bi-envelope-heart-fill:before{content:""}.bi-envelope-heart:before{content:""}.bi-envelope-open-heart-fill:before{content:""}.bi-envelope-open-heart:before{content:""}.bi-envelope-paper-fill:before{content:""}.bi-envelope-paper-heart-fill:before{content:""}.bi-envelope-paper-heart:before{content:""}.bi-envelope-paper:before{content:""}.bi-filetype-aac:before{content:""}.bi-filetype-ai:before{content:""}.bi-filetype-bmp:before{content:""}.bi-filetype-cs:before{content:""}.bi-filetype-css:before{content:""}.bi-filetype-csv:before{content:""}.bi-filetype-doc:before{content:""}.bi-filetype-docx:before{content:""}.bi-filetype-exe:before{content:""}.bi-filetype-gif:before{content:""}.bi-filetype-heic:before{content:""}.bi-filetype-html:before{content:""}.bi-filetype-java:before{content:""}.bi-filetype-jpg:before{content:""}.bi-filetype-js:before{content:""}.bi-filetype-jsx:before{content:""}.bi-filetype-key:before{content:""}.bi-filetype-m4p:before{content:""}.bi-filetype-md:before{content:""}.bi-filetype-mdx:before{content:""}.bi-filetype-mov:before{content:""}.bi-filetype-mp3:before{content:""}.bi-filetype-mp4:before{content:""}.bi-filetype-otf:before{content:""}.bi-filetype-pdf:before{content:""}.bi-filetype-php:before{content:""}.bi-filetype-png:before{content:""}.bi-filetype-ppt:before{content:""}.bi-filetype-psd:before{content:""}.bi-filetype-py:before{content:""}.bi-filetype-raw:before{content:""}.bi-filetype-rb:before{content:""}.bi-filetype-sass:before{content:""}.bi-filetype-scss:before{content:""}.bi-filetype-sh:before{content:""}.bi-filetype-svg:before{content:""}.bi-filetype-tiff:before{content:""}.bi-filetype-tsx:before{content:""}.bi-filetype-ttf:before{content:""}.bi-filetype-txt:before{content:""}.bi-filetype-wav:before{content:""}.bi-filetype-woff:before{content:""}.bi-filetype-xls:before{content:""}.bi-filetype-xml:before{content:""}.bi-filetype-yml:before{content:""}.bi-heart-arrow:before{content:""}.bi-heart-pulse-fill:before{content:""}.bi-heart-pulse:before{content:""}.bi-heartbreak-fill:before{content:""}.bi-heartbreak:before{content:""}.bi-hearts:before{content:""}.bi-hospital-fill:before{content:""}.bi-hospital:before{content:""}.bi-house-heart-fill:before{content:""}.bi-house-heart:before{content:""}.bi-incognito:before{content:""}.bi-magnet-fill:before{content:""}.bi-magnet:before{content:""}.bi-person-heart:before{content:""}.bi-person-hearts:before{content:""}.bi-phone-flip:before{content:""}.bi-plugin:before{content:""}.bi-postage-fill:before{content:""}.bi-postage-heart-fill:before{content:""}.bi-postage-heart:before{content:""}.bi-postage:before{content:""}.bi-postcard-fill:before{content:""}.bi-postcard-heart-fill:before{content:""}.bi-postcard-heart:before{content:""}.bi-postcard:before{content:""}.bi-search-heart-fill:before{content:""}.bi-search-heart:before{content:""}.bi-sliders2-vertical:before{content:""}.bi-sliders2:before{content:""}.bi-trash3-fill:before{content:""}.bi-trash3:before{content:""}.bi-valentine:before{content:""}.bi-valentine2:before{content:""}.bi-wrench-adjustable-circle-fill:before{content:""}.bi-wrench-adjustable-circle:before{content:""}.bi-wrench-adjustable:before{content:""}.bi-filetype-json:before{content:""}.bi-filetype-pptx:before{content:""}.bi-filetype-xlsx:before{content:""}.bi-1-circle-fill:before{content:""}.bi-1-circle:before{content:""}.bi-1-square-fill:before{content:""}.bi-1-square:before{content:""}.bi-2-circle-fill:before{content:""}.bi-2-circle:before{content:""}.bi-2-square-fill:before{content:""}.bi-2-square:before{content:""}.bi-3-circle-fill:before{content:""}.bi-3-circle:before{content:""}.bi-3-square-fill:before{content:""}.bi-3-square:before{content:""}.bi-4-circle-fill:before{content:""}.bi-4-circle:before{content:""}.bi-4-square-fill:before{content:""}.bi-4-square:before{content:""}.bi-5-circle-fill:before{content:""}.bi-5-circle:before{content:""}.bi-5-square-fill:before{content:""}.bi-5-square:before{content:""}.bi-6-circle-fill:before{content:""}.bi-6-circle:before{content:""}.bi-6-square-fill:before{content:""}.bi-6-square:before{content:""}.bi-7-circle-fill:before{content:""}.bi-7-circle:before{content:""}.bi-7-square-fill:before{content:""}.bi-7-square:before{content:""}.bi-8-circle-fill:before{content:""}.bi-8-circle:before{content:""}.bi-8-square-fill:before{content:""}.bi-8-square:before{content:""}.bi-9-circle-fill:before{content:""}.bi-9-circle:before{content:""}.bi-9-square-fill:before{content:""}.bi-9-square:before{content:""}.bi-airplane-engines-fill:before{content:""}.bi-airplane-engines:before{content:""}.bi-airplane-fill:before{content:""}.bi-airplane:before{content:""}.bi-alexa:before{content:""}.bi-alipay:before{content:""}.bi-android:before{content:""}.bi-android2:before{content:""}.bi-box-fill:before{content:""}.bi-box-seam-fill:before{content:""}.bi-browser-chrome:before{content:""}.bi-browser-edge:before{content:""}.bi-browser-firefox:before{content:""}.bi-browser-safari:before{content:""}.bi-c-circle-fill:before{content:""}.bi-c-circle:before{content:""}.bi-c-square-fill:before{content:""}.bi-c-square:before{content:""}.bi-capsule-pill:before{content:""}.bi-capsule:before{content:""}.bi-car-front-fill:before{content:""}.bi-car-front:before{content:""}.bi-cassette-fill:before{content:""}.bi-cassette:before{content:""}.bi-cc-circle-fill:before{content:""}.bi-cc-circle:before{content:""}.bi-cc-square-fill:before{content:""}.bi-cc-square:before{content:""}.bi-cup-hot-fill:before{content:""}.bi-cup-hot:before{content:""}.bi-currency-rupee:before{content:""}.bi-dropbox:before{content:""}.bi-escape:before{content:""}.bi-fast-forward-btn-fill:before{content:""}.bi-fast-forward-btn:before{content:""}.bi-fast-forward-circle-fill:before{content:""}.bi-fast-forward-circle:before{content:""}.bi-fast-forward-fill:before{content:""}.bi-fast-forward:before{content:""}.bi-filetype-sql:before{content:""}.bi-fire:before{content:""}.bi-google-play:before{content:""}.bi-h-circle-fill:before{content:""}.bi-h-circle:before{content:""}.bi-h-square-fill:before{content:""}.bi-h-square:before{content:""}.bi-indent:before{content:""}.bi-lungs-fill:before{content:""}.bi-lungs:before{content:""}.bi-microsoft-teams:before{content:""}.bi-p-circle-fill:before{content:""}.bi-p-circle:before{content:""}.bi-p-square-fill:before{content:""}.bi-p-square:before{content:""}.bi-pass-fill:before{content:""}.bi-pass:before{content:""}.bi-prescription:before{content:""}.bi-prescription2:before{content:""}.bi-r-circle-fill:before{content:""}.bi-r-circle:before{content:""}.bi-r-square-fill:before{content:""}.bi-r-square:before{content:""}.bi-repeat-1:before{content:""}.bi-repeat:before{content:""}.bi-rewind-btn-fill:before{content:""}.bi-rewind-btn:before{content:""}.bi-rewind-circle-fill:before{content:""}.bi-rewind-circle:before{content:""}.bi-rewind-fill:before{content:""}.bi-rewind:before{content:""}.bi-train-freight-front-fill:before{content:""}.bi-train-freight-front:before{content:""}.bi-train-front-fill:before{content:""}.bi-train-front:before{content:""}.bi-train-lightrail-front-fill:before{content:""}.bi-train-lightrail-front:before{content:""}.bi-truck-front-fill:before{content:""}.bi-truck-front:before{content:""}.bi-ubuntu:before{content:""}.bi-unindent:before{content:""}.bi-unity:before{content:""}.bi-universal-access-circle:before{content:""}.bi-universal-access:before{content:""}.bi-virus:before{content:""}.bi-virus2:before{content:""}.bi-wechat:before{content:""}.bi-yelp:before{content:""}.bi-sign-stop-fill:before{content:""}.bi-sign-stop-lights-fill:before{content:""}.bi-sign-stop-lights:before{content:""}.bi-sign-stop:before{content:""}.bi-sign-turn-left-fill:before{content:""}.bi-sign-turn-left:before{content:""}.bi-sign-turn-right-fill:before{content:""}.bi-sign-turn-right:before{content:""}.bi-sign-turn-slight-left-fill:before{content:""}.bi-sign-turn-slight-left:before{content:""}.bi-sign-turn-slight-right-fill:before{content:""}.bi-sign-turn-slight-right:before{content:""}.bi-sign-yield-fill:before{content:""}.bi-sign-yield:before{content:""}.bi-ev-station-fill:before{content:""}.bi-ev-station:before{content:""}.bi-fuel-pump-diesel-fill:before{content:""}.bi-fuel-pump-diesel:before{content:""}.bi-fuel-pump-fill:before{content:""}.bi-fuel-pump:before{content:""}.bi-0-circle-fill:before{content:""}.bi-0-circle:before{content:""}.bi-0-square-fill:before{content:""}.bi-0-square:before{content:""}.bi-rocket-fill:before{content:""}.bi-rocket-takeoff-fill:before{content:""}.bi-rocket-takeoff:before{content:""}.bi-rocket:before{content:""}.bi-stripe:before{content:""}.bi-subscript:before{content:""}.bi-superscript:before{content:""}.bi-trello:before{content:""}.bi-envelope-at-fill:before{content:""}.bi-envelope-at:before{content:""}.bi-regex:before{content:""}.bi-text-wrap:before{content:""}.bi-sign-dead-end-fill:before{content:""}.bi-sign-dead-end:before{content:""}.bi-sign-do-not-enter-fill:before{content:""}.bi-sign-do-not-enter:before{content:""}.bi-sign-intersection-fill:before{content:""}.bi-sign-intersection-side-fill:before{content:""}.bi-sign-intersection-side:before{content:""}.bi-sign-intersection-t-fill:before{content:""}.bi-sign-intersection-t:before{content:""}.bi-sign-intersection-y-fill:before{content:""}.bi-sign-intersection-y:before{content:""}.bi-sign-intersection:before{content:""}.bi-sign-merge-left-fill:before{content:""}.bi-sign-merge-left:before{content:""}.bi-sign-merge-right-fill:before{content:""}.bi-sign-merge-right:before{content:""}.bi-sign-no-left-turn-fill:before{content:""}.bi-sign-no-left-turn:before{content:""}.bi-sign-no-parking-fill:before{content:""}.bi-sign-no-parking:before{content:""}.bi-sign-no-right-turn-fill:before{content:""}.bi-sign-no-right-turn:before{content:""}.bi-sign-railroad-fill:before{content:""}.bi-sign-railroad:before{content:""}.bi-building-add:before{content:""}.bi-building-check:before{content:""}.bi-building-dash:before{content:""}.bi-building-down:before{content:""}.bi-building-exclamation:before{content:""}.bi-building-fill-add:before{content:""}.bi-building-fill-check:before{content:""}.bi-building-fill-dash:before{content:""}.bi-building-fill-down:before{content:""}.bi-building-fill-exclamation:before{content:""}.bi-building-fill-gear:before{content:""}.bi-building-fill-lock:before{content:""}.bi-building-fill-slash:before{content:""}.bi-building-fill-up:before{content:""}.bi-building-fill-x:before{content:""}.bi-building-fill:before{content:""}.bi-building-gear:before{content:""}.bi-building-lock:before{content:""}.bi-building-slash:before{content:""}.bi-building-up:before{content:""}.bi-building-x:before{content:""}.bi-buildings-fill:before{content:""}.bi-buildings:before{content:""}.bi-bus-front-fill:before{content:""}.bi-bus-front:before{content:""}.bi-ev-front-fill:before{content:""}.bi-ev-front:before{content:""}.bi-globe-americas:before{content:""}.bi-globe-asia-australia:before{content:""}.bi-globe-central-south-asia:before{content:""}.bi-globe-europe-africa:before{content:""}.bi-house-add-fill:before{content:""}.bi-house-add:before{content:""}.bi-house-check-fill:before{content:""}.bi-house-check:before{content:""}.bi-house-dash-fill:before{content:""}.bi-house-dash:before{content:""}.bi-house-down-fill:before{content:""}.bi-house-down:before{content:""}.bi-house-exclamation-fill:before{content:""}.bi-house-exclamation:before{content:""}.bi-house-gear-fill:before{content:""}.bi-house-gear:before{content:""}.bi-house-lock-fill:before{content:""}.bi-house-lock:before{content:""}.bi-house-slash-fill:before{content:""}.bi-house-slash:before{content:""}.bi-house-up-fill:before{content:""}.bi-house-up:before{content:""}.bi-house-x-fill:before{content:""}.bi-house-x:before{content:""}.bi-person-add:before{content:""}.bi-person-down:before{content:""}.bi-person-exclamation:before{content:""}.bi-person-fill-add:before{content:""}.bi-person-fill-check:before{content:""}.bi-person-fill-dash:before{content:""}.bi-person-fill-down:before{content:""}.bi-person-fill-exclamation:before{content:""}.bi-person-fill-gear:before{content:""}.bi-person-fill-lock:before{content:""}.bi-person-fill-slash:before{content:""}.bi-person-fill-up:before{content:""}.bi-person-fill-x:before{content:""}.bi-person-gear:before{content:""}.bi-person-lock:before{content:""}.bi-person-slash:before{content:""}.bi-person-up:before{content:""}.bi-scooter:before{content:""}.bi-taxi-front-fill:before{content:""}.bi-taxi-front:before{content:""}.bi-amd:before{content:""}.bi-database-add:before{content:""}.bi-database-check:before{content:""}.bi-database-dash:before{content:""}.bi-database-down:before{content:""}.bi-database-exclamation:before{content:""}.bi-database-fill-add:before{content:""}.bi-database-fill-check:before{content:""}.bi-database-fill-dash:before{content:""}.bi-database-fill-down:before{content:""}.bi-database-fill-exclamation:before{content:""}.bi-database-fill-gear:before{content:""}.bi-database-fill-lock:before{content:""}.bi-database-fill-slash:before{content:""}.bi-database-fill-up:before{content:""}.bi-database-fill-x:before{content:""}.bi-database-fill:before{content:""}.bi-database-gear:before{content:""}.bi-database-lock:before{content:""}.bi-database-slash:before{content:""}.bi-database-up:before{content:""}.bi-database-x:before{content:""}.bi-database:before{content:""}.bi-houses-fill:before{content:""}.bi-houses:before{content:""}.bi-nvidia:before{content:""}.bi-person-vcard-fill:before{content:""}.bi-person-vcard:before{content:""}.bi-sina-weibo:before{content:""}.bi-tencent-qq:before{content:""}.bi-wikipedia:before{content:""}.bi-alphabet-uppercase:before{content:""}.bi-alphabet:before{content:""}.bi-amazon:before{content:""}.bi-arrows-collapse-vertical:before{content:""}.bi-arrows-expand-vertical:before{content:""}.bi-arrows-vertical:before{content:""}.bi-arrows:before{content:""}.bi-ban-fill:before{content:""}.bi-ban:before{content:""}.bi-bing:before{content:""}.bi-cake:before{content:""}.bi-cake2:before{content:""}.bi-cookie:before{content:""}.bi-copy:before{content:""}.bi-crosshair:before{content:""}.bi-crosshair2:before{content:""}.bi-emoji-astonished-fill:before{content:""}.bi-emoji-astonished:before{content:""}.bi-emoji-grimace-fill:before{content:""}.bi-emoji-grimace:before{content:""}.bi-emoji-grin-fill:before{content:""}.bi-emoji-grin:before{content:""}.bi-emoji-surprise-fill:before{content:""}.bi-emoji-surprise:before{content:""}.bi-emoji-tear-fill:before{content:""}.bi-emoji-tear:before{content:""}.bi-envelope-arrow-down-fill:before{content:""}.bi-envelope-arrow-down:before{content:""}.bi-envelope-arrow-up-fill:before{content:""}.bi-envelope-arrow-up:before{content:""}.bi-feather:before{content:""}.bi-feather2:before{content:""}.bi-floppy-fill:before{content:""}.bi-floppy:before{content:""}.bi-floppy2-fill:before{content:""}.bi-floppy2:before{content:""}.bi-gitlab:before{content:""}.bi-highlighter:before{content:""}.bi-marker-tip:before{content:""}.bi-nvme-fill:before{content:""}.bi-nvme:before{content:""}.bi-opencollective:before{content:""}.bi-pci-card-network:before{content:""}.bi-pci-card-sound:before{content:""}.bi-radar:before{content:""}.bi-send-arrow-down-fill:before{content:""}.bi-send-arrow-down:before{content:""}.bi-send-arrow-up-fill:before{content:""}.bi-send-arrow-up:before{content:""}.bi-sim-slash-fill:before{content:""}.bi-sim-slash:before{content:""}.bi-sourceforge:before{content:""}.bi-substack:before{content:""}.bi-threads-fill:before{content:""}.bi-threads:before{content:""}.bi-transparency:before{content:""}.bi-twitter-x:before{content:""}.bi-type-h4:before{content:""}.bi-type-h5:before{content:""}.bi-type-h6:before{content:""}.bi-backpack-fill:before{content:""}.bi-backpack:before{content:""}.bi-backpack2-fill:before{content:""}.bi-backpack2:before{content:""}.bi-backpack3-fill:before{content:""}.bi-backpack3:before{content:""}.bi-backpack4-fill:before{content:""}.bi-backpack4:before{content:""}.bi-brilliance:before{content:""}.bi-cake-fill:before{content:""}.bi-cake2-fill:before{content:""}.bi-duffle-fill:before{content:""}.bi-duffle:before{content:""}.bi-exposure:before{content:""}.bi-gender-neuter:before{content:""}.bi-highlights:before{content:""}.bi-luggage-fill:before{content:""}.bi-luggage:before{content:""}.bi-mailbox-flag:before{content:""}.bi-mailbox2-flag:before{content:""}.bi-noise-reduction:before{content:""}.bi-passport-fill:before{content:""}.bi-passport:before{content:""}.bi-person-arms-up:before{content:""}.bi-person-raised-hand:before{content:""}.bi-person-standing-dress:before{content:""}.bi-person-standing:before{content:""}.bi-person-walking:before{content:""}.bi-person-wheelchair:before{content:""}.bi-shadows:before{content:""}.bi-suitcase-fill:before{content:""}.bi-suitcase-lg-fill:before{content:""}.bi-suitcase-lg:before{content:""}.bi-suitcase:before{content:"豈"}.bi-suitcase2-fill:before{content:"更"}.bi-suitcase2:before{content:"車"}.bi-vignette:before{content:"賈"}.bi-bluesky:before{content:""}.bi-tux:before{content:"滑"}.bi-beaker-fill:before{content:"串"}.bi-beaker:before{content:"句"}.bi-flask-fill:before{content:"龜"}.bi-flask-florence-fill:before{content:"龜"}.bi-flask-florence:before{content:"契"}.bi-flask:before{content:"金"}.bi-leaf-fill:before{content:"喇"}.bi-leaf:before{content:"奈"}.bi-measuring-cup-fill:before{content:"懶"}.bi-measuring-cup:before{content:"癩"}.bi-unlock2-fill:before{content:"羅"}.bi-unlock2:before{content:"蘿"}.bi-battery-low:before{content:"螺"}.bi-anthropic:before{content:"裸"}.bi-apple-music:before{content:"邏"}.bi-claude:before{content:"樂"}.bi-openai:before{content:"洛"}.bi-perplexity:before{content:"烙"}.bi-css:before{content:"珞"}.bi-javascript:before{content:"落"}.bi-typescript:before{content:"酪"}.bi-fork-knife:before{content:"駱"}.bi-globe-americas-fill:before{content:"亂"}.bi-globe-asia-australia-fill:before{content:"卵"}.bi-globe-central-south-asia-fill:before{content:"欄"}.bi-globe-europe-africa-fill:before{content:"爛"}._overlay_lnkj0_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#07070f;overflow-y:auto;overflow-x:hidden;animation:_fadeIn_lnkj0_1 .25s ease}@keyframes _fadeIn_lnkj0_1{0%{opacity:0}to{opacity:1}}._header_lnkj0_18{position:sticky;top:0;z-index:10;background:#07070fe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06);padding:14px 32px;display:flex;align-items:center;justify-content:space-between;gap:16px}._headerLeft_lnkj0_33{display:flex;align-items:center;gap:10px}._headerTitle_lnkj0_39{font-size:15px;font-weight:700;color:#ffffffe6;letter-spacing:-.01em}._headerBadge_lnkj0_46{font-size:11px;padding:3px 9px;border-radius:999px;background:#7c3aed33;color:#a78bfa;border:1px solid rgba(124,58,237,.3);font-weight:600;letter-spacing:.04em}._headerRight_lnkj0_57{display:flex;align-items:center;gap:10px}._clearBtn_lnkj0_63{font-size:12px;padding:6px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#ffffff73;cursor:pointer;transition:all .2s ease}._clearBtn_lnkj0_63:hover{background:#ef44441f;border-color:#ef444459;color:#f87171}._closeBtn_lnkj0_80{width:32px;height:32px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#ffffff80;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .2s ease;flex-shrink:0}._closeBtn_lnkj0_80:hover{background:#ffffff14;color:#ffffffe6}._content_lnkj0_102{max-width:1060px;margin:0 auto;padding:32px 32px 80px}._notice_lnkj0_109{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:10px;background:#fbbf2412;border:1px solid rgba(251,191,36,.2);color:#fbbf24d9;font-size:12px;margin-bottom:28px}._statsRow_lnkj0_123{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:32px}@media(max-width:768px){._statsRow_lnkj0_123{grid-template-columns:repeat(2,1fr)}}._statCard_lnkj0_134{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:20px 18px}._statValue_lnkj0_141{font-size:30px;font-weight:800;background:linear-gradient(135deg,#fff,#ffffffa6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:6px}._statLabel_lnkj0_152{font-size:11px;color:#ffffff61;text-transform:uppercase;letter-spacing:.08em;font-weight:600}._section_lnkj0_161{margin-bottom:36px}._sectionHead_lnkj0_165{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:#ffffff59;text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.05)}._sectionHead_lnkj0_165 i{font-size:13px;color:#ffffff40}._sectionCard_lnkj0_184{background:#ffffff06;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:20px 22px}._barRow_lnkj0_192{display:flex;align-items:center;gap:12px;margin-bottom:11px}._barRow_lnkj0_192:last-child{margin-bottom:0}._barLabel_lnkj0_203{width:180px;font-size:13px;color:#ffffffa6;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._barTrack_lnkj0_213{flex:1;height:7px;background:#ffffff0d;border-radius:4px;overflow:hidden}._barFill_lnkj0_221{height:100%;border-radius:4px;transition:width .9s cubic-bezier(.16,1,.3,1)}._barCount_lnkj0_227,._barPct_lnkj0_236{width:38px;text-align:right;font-size:12px;color:#ffffff59;font-variant-numeric:tabular-nums;flex-shrink:0}._twoCol_lnkj0_246{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:680px){._twoCol_lnkj0_246{grid-template-columns:1fr}}._projectTable_lnkj0_257{width:100%;border-collapse:collapse}._projectTable_lnkj0_257 th{font-size:10px;color:#ffffff4d;text-transform:uppercase;letter-spacing:.08em;text-align:left;padding:0 0 10px;border-bottom:1px solid rgba(255,255,255,.05);font-weight:600}._projectTable_lnkj0_257 th:not(:first-child){text-align:center}._projectTable_lnkj0_257 td{padding:10px 0;font-size:13px;color:#ffffffa6;border-bottom:1px solid rgba(255,255,255,.04);vertical-align:middle}._projectTable_lnkj0_257 tr:last-child td{border-bottom:none}._projectTable_lnkj0_257 td:not(:first-child){text-align:center}._projectName_lnkj0_293{font-weight:600;color:#fffc}._pill_lnkj0_298{display:inline-block;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:700}._pillGreen_lnkj0_306{background:#22c55e26;color:#4ade80}._pillViolet_lnkj0_307{background:#7c3aed26;color:#a78bfa}._pillBlue_lnkj0_308{background:#3b82f626;color:#60a5fa}._boardTable_lnkj0_311{width:100%;border-collapse:collapse}._boardTable_lnkj0_311 th{font-size:10px;color:#ffffff4d;text-transform:uppercase;letter-spacing:.08em;text-align:left;padding:0 12px 10px 0;border-bottom:1px solid rgba(255,255,255,.05);font-weight:600}._boardTable_lnkj0_311 th:last-child{padding-right:0}._boardTable_lnkj0_311 td{padding:10px 12px 10px 0;font-size:13px;color:#ffffffa6;border-bottom:1px solid rgba(255,255,255,.04);vertical-align:middle}._boardTable_lnkj0_311 tr:last-child td{border-bottom:none}._boardEmojiCell_lnkj0_339{width:44px}._boardName_lnkj0_343{font-weight:600;color:#ffffffd9;white-space:nowrap}._boardDate_lnkj0_349{white-space:nowrap;display:flex;flex-direction:column;gap:2px}._boardTime_lnkj0_356{font-size:11px;color:#ffffff4d}._boardLocation_lnkj0_361{color:#ffffff80;font-size:12px;white-space:nowrap}._boardActionCell_lnkj0_367{width:40px;text-align:right}._boardRemoveBtn_lnkj0_372{width:30px;height:30px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:transparent;color:#ffffff40;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:13px;transition:all .15s ease}._boardRemoveBtn_lnkj0_372:hover:not(:disabled){background:#ef44441f;border-color:#ef444459;color:#f87171}._boardRemoveBtn_lnkj0_372:disabled{opacity:.4;cursor:not-allowed}._empty_lnkj0_399{text-align:center;padding:60px 24px;color:#ffffff40}._empty_lnkj0_399 i{font-size:40px;display:block;margin-bottom:16px;opacity:.3}._emptyTitle_lnkj0_412{font-size:16px;font-weight:600;color:#fff6;margin-bottom:8px}._emptyText_lnkj0_419{font-size:13px;line-height:1.6;max-width:320px;margin:0 auto}._chipRow_lnkj0_427{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}._chip_lnkj0_427{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);font-size:13px;color:#ffffffb3}._chipValue_lnkj0_446{font-size:18px;font-weight:700;color:#fff}._chipLabel_lnkj0_452{font-size:11px;color:#ffffff59}._tabBar_lnkj0_458{display:flex;border-bottom:1px solid rgba(255,255,255,.07);background:#07070fe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:0 32px;gap:0;position:sticky;top:57px;z-index:9}._tabLarge_lnkj0_471{font-size:13px;font-weight:600;padding:14px 24px;border:none;border-bottom:2px solid transparent;background:transparent;color:#ffffff59;cursor:pointer;transition:color .15s ease,border-color .15s ease;letter-spacing:.01em;margin-bottom:-1px}._tabLarge_lnkj0_471:hover{color:#ffffffa6}._tabLargeActive_lnkj0_489{color:#fff;border-bottom-color:#a78bfa}._sessionsGrid_lnkj0_495{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:640px){._sessionsGrid_lnkj0_495{grid-template-columns:1fr 1fr}}._sessionCard_lnkj0_508{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:18px 20px;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease;display:flex;flex-direction:column;gap:10px}._sessionCard_lnkj0_508:hover{background:#ffffff0e;border-color:#ffffff26;transform:translateY(-1px)}._sessionMeta_lnkj0_527{display:flex;align-items:center;justify-content:space-between;gap:8px}._sessionLocation_lnkj0_534{font-size:13px;font-weight:600;color:#fffc}._sessionDate_lnkj0_540{font-size:11px;color:#ffffff59;white-space:nowrap;flex-shrink:0}._sessionPills_lnkj0_547{display:flex;flex-direction:row;gap:6px;flex-wrap:wrap}._sessionPill_lnkj0_547{font-size:11px;font-weight:600;padding:3px 9px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.09);color:#ffffff8c}._sessionScrollBar_lnkj0_564{height:4px;border-radius:4px;background:#ffffff0f;overflow:hidden}._sessionScrollFill_lnkj0_571{height:100%;border-radius:4px;background:linear-gradient(90deg,#7c3aed,#3b82f6);transition:width .6s cubic-bezier(.16,1,.3,1)}._sessionProjects_lnkj0_578{display:flex;flex-direction:row;gap:6px;flex-wrap:wrap}._sessionProjectChip_lnkj0_585{font-size:11px;padding:2px 8px;border-radius:6px;background:#a78bfa1f;border:1px solid rgba(167,139,250,.2);color:#a78bfa;font-weight:500}._sessionDetail_lnkj0_596{display:flex;flex-direction:column;gap:20px}._sessionDetailBack_lnkj0_602{display:inline-flex;align-items:center;font-size:13px;color:#ffffff73;background:transparent;border:none;cursor:pointer;padding:0;transition:color .15s ease}._sessionDetailBack_lnkj0_602:hover{color:#ffffffd9}._sessionDetailHeader_lnkj0_618{background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:18px 20px}._timeline_lnkj0_626{display:flex;flex-direction:column;gap:0;background:#ffffff06;border:1px solid rgba(255,255,255,.06);border-radius:14px;overflow:hidden}._timelineRow_lnkj0_636{display:flex;align-items:center;gap:12px;padding:11px 18px;border-bottom:1px solid rgba(255,255,255,.04);transition:background .14s ease}._timelineRow_lnkj0_636:last-child{border-bottom:none}._timelineRow_lnkj0_636:hover{background:#ffffff08}._timelineDot_lnkj0_653{width:8px;height:8px;border-radius:50%;flex-shrink:0}._timelineType_lnkj0_660{font-size:12px;font-weight:600;color:#ffffffb3;width:130px;flex-shrink:0}._timelineData_lnkj0_668{flex:1;font-size:12px;color:#ffffff59;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._timelineTime_lnkj0_677{font-size:11px;color:#ffffff40;font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0}@property --loader-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}._loader_1o5jm_9{display:inline-block;width:var(--loader-size, 28px);height:var(--loader-size, 28px);border-radius:50%;position:relative;flex-shrink:0;background:conic-gradient(from var(--loader-angle),#5254d8 0deg,#7c3aed 80deg,#a855f7 140deg,rgba(168,85,247,.08) 200deg,transparent 260deg,transparent 360deg);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#fff calc(100% - 3px));mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#fff calc(100% - 3px));animation:_loaderSpin_1o5jm_1 .9s linear infinite}._loader_1o5jm_9:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.22) 0%,transparent 70%);filter:blur(4px);pointer-events:none;z-index:-1}@keyframes _loaderSpin_1o5jm_1{to{--loader-angle: 360deg}}._backdrop_1n954_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background:#eef0ffe6;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:flex;align-items:center;justify-content:center;overflow:hidden}._ambientGlow_1n954_16{position:absolute;top:calc(50% - 100px);left:50%;transform:translate(-50%,-50%);width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(82,84,216,.1) 0%,rgba(124,58,237,.04) 40%,transparent 70%);pointer-events:none;animation:_glowPulse_1n954_1 4s ease-in-out infinite}@keyframes _glowPulse_1n954_1{0%,to{opacity:.7;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}}._lightRays_1n954_35{position:absolute;top:calc(50% - 100px);left:50%;width:300vmax;height:300vmax;border-radius:50%;pointer-events:none;filter:blur(6px);background:conic-gradient(transparent 0deg 18deg,rgba(82,84,216,.12) 18deg 27deg,transparent 27deg 63deg,rgba(82,84,216,.12) 63deg 72deg,transparent 72deg 108deg,rgba(82,84,216,.12) 108deg 117deg,transparent 117deg 153deg,rgba(82,84,216,.12) 153deg 162deg,transparent 162deg 198deg,rgba(82,84,216,.12) 198deg 207deg,transparent 207deg 243deg,rgba(82,84,216,.12) 243deg 252deg,transparent 252deg 288deg,rgba(82,84,216,.12) 288deg 297deg,transparent 297deg 333deg,rgba(82,84,216,.12) 333deg 342deg,transparent 342deg 360deg);animation:_spinRays_1n954_1 14s linear infinite}@keyframes _spinRays_1n954_1{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}._particleOrigin_1n954_72{position:absolute;top:calc(50% - 100px);left:50%;width:0;height:0;pointer-events:none}._particle_1n954_72{position:absolute;top:0;left:0;border-radius:50%;transform:translate(-50%,-50%);animation:_particleBurst_1n954_1 1.3s var(--delay, 0s) cubic-bezier(0,.65,.4,1) both}@keyframes _particleBurst_1n954_1{0%{transform:translate(-50%,-50%) scale(1.2);opacity:.85}to{transform:translate(calc(-50% + var(--tx, 0px)),calc(-50% + var(--ty, 0px))) scale(0);opacity:0}}._content_1n954_102{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:0;max-width:480px;padding:0 24px;text-align:center;pointer-events:all}._overline_1n954_116{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#5254d8e6;margin:0 0 28px}._eggWrap_1n954_126{position:relative;margin-bottom:28px}._eggGlow_1n954_131{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(82,84,216,.22) 0%,transparent 65%);pointer-events:none;animation:_eggGlowPulse_1n954_1 2.8s ease-in-out infinite}@keyframes _eggGlowPulse_1n954_1{0%,to{opacity:.7;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.12)}}._eggFloat_1n954_149{display:block;animation:_eggFloat_1n954_149 5s ease-in-out infinite;transform-origin:center bottom}@keyframes _eggFloat_1n954_149{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}._title_1n954_161{font-size:clamp(26px,3.5vw,36px);font-weight:700;letter-spacing:-.025em;color:#0f0f23;margin:0 0 14px;line-height:1.15}._lore_1n954_171{font-size:14px;line-height:1.75;color:#0f0f23a6;margin:0 0 28px;max-width:380px}._progressRow_1n954_180{display:flex;align-items:center;gap:14px;margin-bottom:32px}._progressDots_1n954_187{display:flex;align-items:center;gap:8px}._progressLabel_1n954_193{font-size:12px;color:#0f0f2394;font-weight:500;letter-spacing:.02em}._cta_1n954_201{display:inline-flex;align-items:center;gap:8px;padding:12px 32px;border-radius:100px;background:#5254d81a;border:1px solid rgba(82,84,216,.3);color:#5254d8e6;font-size:13px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .2s,border-color .2s,box-shadow .2s,opacity .15s;margin-bottom:14px}._cta_1n954_201:hover:not(:disabled){background:#5254d82e;border-color:#5254d880;box-shadow:0 0 24px #5254d826}._cta_1n954_201:disabled{opacity:.4;cursor:default;pointer-events:none}._hint_1n954_231{font-size:11px;color:#0f0f238c;margin:0;letter-spacing:.04em}@media(max-width:600px){._backdrop_1n954_2{align-items:center;padding:16px}._content_1n954_102{max-width:100%;width:100%;padding:32px 24px 40px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0;max-height:calc(100svh - 32px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}._eggFloat_1n954_149{width:136px!important}._eggGlow_1n954_131{width:116px;height:116px}._eggWrap_1n954_126{margin-bottom:20px}._overline_1n954_116{margin:0 0 18px}._title_1n954_161{font-size:22px;margin:0 0 10px}._lore_1n954_171{font-size:13px;max-width:none;margin:0 0 22px}._progressRow_1n954_180{margin-bottom:20px;gap:10px}._cta_1n954_201{width:100%;justify-content:center;padding:13px 24px}}@media(prefers-reduced-motion:reduce){._ambientGlow_1n954_16,._lightRays_1n954_35,._eggGlow_1n954_131,._eggFloat_1n954_149{animation:none}}._backdrop_n9voi_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:8500;background:#eef0ffd1;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:center;padding:24px}._modal_n9voi_16{position:relative;z-index:1;width:100%;max-width:540px;max-height:90vh;overflow:hidden;background:#fffffffa;border:1px solid rgba(82,84,216,.1);border-radius:24px;box-shadow:0 24px 64px #0f0f231a,0 4px 16px #0f0f230f,inset 0 1px #ffffffe6;display:flex;flex-direction:column;gap:0}._modalHeader_n9voi_36{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 20px 0;flex-shrink:0}._headerText_n9voi_45{flex:1}._headerTitle_n9voi_47{font-size:20px;font-weight:700;color:#0f0f23;margin:0 0 6px;letter-spacing:-.02em}._headerSub_n9voi_55{font-size:13px;color:#0f0f239e;margin:0;line-height:1.6}._closeBtn_n9voi_62{flex-shrink:0;width:32px;height:32px;border-radius:8px;background:#0f0f230a;border:none;color:#0f0f2366;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s}._closeBtn_n9voi_62:hover{background:#0f0f2314;color:#0f0f23}._teaser_n9voi_80{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px 24px 12px;overflow:hidden;flex-shrink:0}._teaserGlow_n9voi_91{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(82,84,216,.07) 0%,transparent 65%);pointer-events:none;animation:_teaserPulse_n9voi_1 4s ease-in-out infinite}@keyframes _teaserPulse_n9voi_1{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}._teaserEggs_n9voi_109{display:flex;gap:28px;position:relative;z-index:1}._teaserEggWrap_n9voi_116{opacity:.4;animation:_teaserFloat_n9voi_1 3s ease-in-out infinite}._teaserEggWrap_n9voi_116:nth-child(2){animation-delay:.6s}._teaserEggWrap_n9voi_116:nth-child(3){animation-delay:1.2s}@keyframes _teaserFloat_n9voi_1{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}._teaserHint_n9voi_129{font-size:13px;color:#0f0f2394;margin:0;position:relative;z-index:1;letter-spacing:.04em}._teaserManifesto_n9voi_138{font-size:12px;color:#b4821ebf;margin:8px 0 0;position:relative;z-index:1;letter-spacing:.02em}._progressSection_n9voi_148{display:flex;align-items:center;gap:14px;padding:16px 20px 0;flex-shrink:0}._progressDots_n9voi_156{display:flex;gap:8px;align-items:center}._progressEgg_n9voi_162{transition:transform .2s}._progressEggFound_n9voi_166{filter:drop-shadow(0 0 5px rgba(82,84,216,.35))}._progressLabel_n9voi_170{font-size:12px;color:#0f0f2399;font-weight:500;letter-spacing:.03em}._cards_n9voi_178{display:flex;flex-direction:column;gap:8px;padding:12px 16px 16px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:none}._cards_n9voi_178::-webkit-scrollbar{display:none}._card_n9voi_178{border-radius:14px;padding:14px 16px;background:#ffffffb8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.85);box-shadow:0 4px 24px #5254d80f,0 1px 4px #0000000a;display:flex;flex-direction:column;gap:6px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}._card_n9voi_178:hover{transform:translateY(-2px);box-shadow:0 8px 32px #5254d81a,0 2px 8px #0000000f}._cardFound_n9voi_214{border-color:#5254d82e;box-shadow:0 4px 24px #5254d817,0 1px 4px #0000000a}._cardFound_n9voi_214:hover{box-shadow:0 8px 32px #5254d824,0 2px 8px #0000000f}._cardHidden_n9voi_224{background:#ffffff7a;border-color:#ffffffa6;box-shadow:0 2px 12px #00000008}._cardNum_n9voi_230{font-size:10px;font-weight:700;letter-spacing:.1em;color:#0f0f2380}._cardTitleRow_n9voi_237{display:flex;align-items:center;justify-content:space-between;gap:10px}._cardTitle_n9voi_237{font-size:15px;font-weight:700;color:#0f0f23e6;margin:0;letter-spacing:-.01em}._cardTitleBlur_n9voi_252{filter:blur(5px);-webkit-user-select:none;user-select:none;color:#0f0f2366}._cardBadge_n9voi_258{flex-shrink:0;font-size:10px;font-weight:600;letter-spacing:.04em;padding:3px 10px;border-radius:999px;border:1px solid rgba(15,15,35,.14);color:#0f0f238c;background:#fff9;white-space:nowrap}._cardBadgeFound_n9voi_271{color:#5254d8;background:#5254d814;border-color:#5254d838}._cardLore_n9voi_277{font-size:12.5px;line-height:1.7;color:#0f0f23a6;margin:0}._cardClue_n9voi_284{font-size:12.5px;line-height:1.65;color:#0f0f239e;margin:0}._clueLabel_n9voi_291{font-weight:600;color:#0f0f238c;letter-spacing:.04em;text-transform:uppercase;font-size:10px;margin-right:4px}._manifestoCard_n9voi_301{position:relative;overflow:hidden;margin:0 16px 16px;padding:12px 14px;border-radius:14px;display:flex;align-items:center;gap:14px;transition:opacity .2s;flex-shrink:0}._manifestoCardLocked_n9voi_314{background:#0f0f2308;border:1.5px dashed rgba(15,15,35,.14);opacity:.72}._manifestoCardActive_n9voi_320{background:#f59e0b0d;border:1px solid rgba(245,158,11,.22)}._manifestoIconWrap_n9voi_325{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}._manifestoCardLocked_n9voi_314 ._manifestoIconWrap_n9voi_325{background:#0f0f230f;color:#0f0f2359}._manifestoCardActive_n9voi_320 ._manifestoIconWrap_n9voi_325{background:#f59e0b1f;color:#b4640ae6}._manifestoInfo_n9voi_346{flex:1;min-width:0}._manifestoTitle_n9voi_351{font-size:13px;font-weight:600;margin:0 0 2px;letter-spacing:.01em}._manifestoCardLocked_n9voi_314 ._manifestoTitle_n9voi_351{color:#0f0f2361}._manifestoCardActive_n9voi_320 ._manifestoTitle_n9voi_351{color:#78350fe6}._manifestoSub_n9voi_366{font-size:11.5px;margin:0;line-height:1.4}._manifestoCardLocked_n9voi_314 ._manifestoSub_n9voi_366{color:#0f0f2352}._manifestoCardActive_n9voi_320 ._manifestoSub_n9voi_366{color:#78350fa6}._manifestoLockBadge_n9voi_380{font-size:11px;font-weight:600;color:#0f0f2347;background:#0f0f230f;padding:3px 8px;border-radius:100px;flex-shrink:0;letter-spacing:.03em}._rewardRow_n9voi_392{position:relative;overflow:hidden;margin:0 20px 24px;padding:20px 22px;border-radius:16px;border:1px solid rgba(245,158,11,.2);background:#f59e0b0a;display:flex;flex-direction:column;align-items:center;gap:14px}._rewardGlow_n9voi_406{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 40%,rgba(245,158,11,.06) 0%,transparent 65%);pointer-events:none}._rewardSubtext_n9voi_413{font-size:12px;color:#78350fe0;margin:0;font-weight:500;letter-spacing:.04em;text-align:center}._rewardBtn_n9voi_422{display:inline-flex;align-items:center;gap:8px;padding:9px 18px;border-radius:100px;flex-shrink:0;background:linear-gradient(105deg,#f59e0b,#d97706 45%,#fbbf24 75%,#d97706);background-size:200% 100%;border:1px solid rgba(245,158,11,.55);color:#fff;font-size:13px;font-weight:600;cursor:pointer;position:relative;z-index:1;overflow:hidden;box-shadow:0 2px 16px #f59e0b59,0 1px 4px #b4640033;transition:box-shadow .2s,transform .2s;animation:_goldenPulse_n9voi_1 3s ease-in-out infinite}._rewardBtn_n9voi_422:after{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(100deg,transparent 0%,rgba(255,255,255,.38) 50%,transparent 100%);transform:skew(-18deg);animation:_btnShine_n9voi_1 2.8s ease-in-out infinite;pointer-events:none}@keyframes _btnShine_n9voi_1{0%{left:-75%}45%,to{left:130%}}@keyframes _goldenPulse_n9voi_1{0%,to{box-shadow:0 2px 16px #f59e0b59,0 1px 4px #b4640033}50%{box-shadow:0 4px 28px #f59e0b8c,0 1px 8px #b4640047}}._rewardBtn_n9voi_422:hover{transform:translateY(-1px);box-shadow:0 6px 32px #f59e0b8c,0 2px 10px #b4640040}._backdropGolden_n9voi_483{background:#fffbebe6}._goldenRays_n9voi_488{position:absolute;top:50%;left:50%;width:300vmax;height:300vmax;border-radius:50%;pointer-events:none;z-index:0;filter:blur(6px);background:conic-gradient(transparent 0deg 18deg,rgba(245,158,11,.1) 18deg 27deg,transparent 27deg 63deg,rgba(245,158,11,.1) 63deg 72deg,transparent 72deg 108deg,rgba(245,158,11,.1) 108deg 117deg,transparent 117deg 153deg,rgba(245,158,11,.1) 153deg 162deg,transparent 162deg 198deg,rgba(245,158,11,.1) 198deg 207deg,transparent 207deg 243deg,rgba(245,158,11,.1) 243deg 252deg,transparent 252deg 288deg,rgba(245,158,11,.1) 288deg 297deg,transparent 297deg 333deg,rgba(245,158,11,.1) 333deg 342deg,transparent 342deg 360deg);animation:_spinGoldRays_n9voi_1 22s linear infinite}@keyframes _spinGoldRays_n9voi_1{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}._modalGolden_n9voi_526{background:#fffdf5fa;border-color:#f59e0b38;box-shadow:0 24px 64px #b464001f,0 4px 16px #b4640014,inset 0 1px #fffffff2}._headerTitleGolden_n9voi_536{color:#78350f}._headerSubGolden_n9voi_540{color:#78350fd9}._closeBtnGolden_n9voi_544{background:#f59e0b0f;color:#78350fbf}._closeBtnGolden_n9voi_544:hover{background:#f59e0b24;color:#78350f}._progressEggGolden_n9voi_554{filter:drop-shadow(0 0 6px rgba(245,158,11,.5))}._cardGolden_n9voi_559{background:#fffbebe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-color:#f59e0b40;box-shadow:0 4px 24px #f59e0b1a,0 1px 4px #b464000f}._cardGolden_n9voi_559:hover{box-shadow:0 8px 32px #f59e0b2e,0 2px 8px #b4640014}._cardGolden_n9voi_559 ._cardNum_n9voi_230{color:#78350fa6}._cardGolden_n9voi_559 ._cardTitle_n9voi_237{color:#78350f}._cardGolden_n9voi_559 ._cardLore_n9voi_277{color:#78350fd1}._cardBadgeGolden_n9voi_587{color:#a05a00e6;background:#f59e0b1f;border-color:#f59e0b59}@media(max-width:600px){._backdrop_n9voi_2{padding:16px;align-items:center}._modal_n9voi_16{max-height:calc(100svh - 32px);border-radius:24px;overflow:hidden;display:flex;flex-direction:column}._modalHeader_n9voi_36{padding:16px 16px 0;gap:10px;flex-shrink:0}._headerTitle_n9voi_47{font-size:17px}._headerSub_n9voi_55{font-size:12px}._progressSection_n9voi_148{padding:12px 16px 0;gap:10px;flex-shrink:0}._progressDots_n9voi_156{gap:6px}._progressDots_n9voi_156 img{width:48px!important;height:auto!important}._progressLabel_n9voi_170{font-size:11px;white-space:nowrap}._cards_n9voi_178{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:12px 12px 4px;gap:8px}._card_n9voi_178{padding:12px 14px;gap:5px;border-radius:12px}._cardNum_n9voi_230{font-size:10px}._cardTitle_n9voi_237{font-size:13px}._cardBadge_n9voi_258{font-size:10px;padding:3px 8px}._cardLore_n9voi_277,._cardClue_n9voi_284{font-size:12px}._clueLabel_n9voi_291{font-size:9px}._teaser_n9voi_80{padding:20px 16px 14px;gap:12px;flex-shrink:0}._teaserEggs_n9voi_109{gap:12px}._teaserEggWrap_n9voi_116 img{width:76px!important;height:auto!important}._teaserHint_n9voi_129{font-size:12px}._teaserManifesto_n9voi_138{font-size:11px}._manifestoCard_n9voi_301{flex-shrink:0;margin:0 12px 16px;padding:10px 12px;gap:10px}._manifestoIconWrap_n9voi_325{width:28px;height:28px;font-size:13px;border-radius:8px}._manifestoTitle_n9voi_351{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._manifestoSub_n9voi_366{font-size:10px}._manifestoLockBadge_n9voi_380{font-size:10px;padding:2px 7px}._rewardBtn_n9voi_422{padding:7px 14px;font-size:12px}._rewardRow_n9voi_392{flex-shrink:0;position:relative;margin:0;padding:14px 16px 20px;gap:10px;border-radius:0 0 24px 24px;border:none;border-top:1px solid rgba(245,158,11,.18);background:#fffdf5fa}}@media(prefers-reduced-motion:reduce){._teaserGlow_n9voi_91,._teaserEggWrap_n9voi_116{animation:none}._rewardBtn_n9voi_422,._rewardBtn_n9voi_422:after{animation:none}._goldenRays_n9voi_488{animation:none}}._backdrop_1vk6l_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9500;background:#fffbebeb;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:flex;align-items:center;justify-content:center;overflow:hidden}._goldenAura_1vk6l_16{position:absolute;top:calc(50% - 90px);left:50%;transform:translate(-50%,-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(245,158,11,.18) 0%,rgba(217,119,6,.08) 35%,transparent 65%);pointer-events:none;animation:_auraPulse_1vk6l_1 5s ease-in-out infinite}@keyframes _auraPulse_1vk6l_1{0%,to{opacity:.8;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.12)}}._goldenRays_1vk6l_40{position:absolute;top:calc(50% - 90px);left:50%;width:300vmax;height:300vmax;border-radius:50%;pointer-events:none;filter:blur(6px);background:conic-gradient(transparent 0deg 18deg,rgba(245,158,11,.13) 18deg 27deg,transparent 27deg 63deg,rgba(245,158,11,.13) 63deg 72deg,transparent 72deg 108deg,rgba(245,158,11,.13) 108deg 117deg,transparent 117deg 153deg,rgba(245,158,11,.13) 153deg 162deg,transparent 162deg 198deg,rgba(245,158,11,.13) 198deg 207deg,transparent 207deg 243deg,rgba(245,158,11,.13) 243deg 252deg,transparent 252deg 288deg,rgba(245,158,11,.13) 288deg 297deg,transparent 297deg 333deg,rgba(245,158,11,.13) 333deg 342deg,transparent 342deg 360deg);animation:_spinGold_1vk6l_1 18s linear infinite}@keyframes _spinGold_1vk6l_1{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}._particleOrigin_1vk6l_77{position:absolute;top:calc(50% - 90px);left:50%;width:0;height:0;pointer-events:none}._particle_1vk6l_77{position:absolute;top:0;left:0;border-radius:50%;background:#f59e0bbf;transform:translate(-50%,-50%);animation:_goldBurst_1vk6l_1 2.4s var(--delay, 0s) cubic-bezier(0,.6,.35,1) both}@keyframes _goldBurst_1vk6l_1{0%{transform:translate(-50%,-50%) scale(1.3);opacity:.9}to{transform:translate(calc(-50% + var(--tx)),calc(-50% + var(--ty))) scale(0);opacity:0}}._content_1vk6l_102{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:0;text-align:center;padding:0 24px;max-width:520px}._overline_1vk6l_115{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#78350fe6;margin:0 0 30px}._eggRow_1vk6l_125{display:flex;align-items:flex-end;gap:20px;margin-bottom:36px}._eggWrap_1vk6l_132{position:relative}._eggGlow_1vk6l_136{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,rgba(245,158,11,.35) 0%,transparent 65%);pointer-events:none;animation:_eggGoldGlow_1vk6l_1 3s ease-in-out infinite}._eggWrap_1vk6l_132:nth-child(2) ._eggGlow_1vk6l_136{animation-delay:.4s}._eggWrap_1vk6l_132:nth-child(3) ._eggGlow_1vk6l_136{animation-delay:.8s}@keyframes _eggGoldGlow_1vk6l_1{0%,to{opacity:.7;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.15)}}._eggFloat_1vk6l_157{display:block;animation:_eggGoldFloat_1vk6l_1 4s ease-in-out infinite}._eggWrap_1vk6l_132:nth-child(2) ._eggFloat_1vk6l_157{animation-delay:.5s}._eggWrap_1vk6l_132:nth-child(3) ._eggFloat_1vk6l_157{animation-delay:1s}@keyframes _eggGoldFloat_1vk6l_1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}._headline_1vk6l_171{font-size:clamp(28px,4vw,44px);font-weight:700;letter-spacing:-.03em;color:#1a1200;margin:0 0 16px;line-height:1.15}._sub_1vk6l_181{font-size:14px;color:#0f0a00a6;margin:0 0 36px;letter-spacing:.01em}._cta_1vk6l_189{display:inline-flex;align-items:center;gap:8px;padding:13px 36px;border-radius:100px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.4);color:#a05a00e6;font-size:13px;font-weight:600;cursor:pointer;letter-spacing:.02em;transition:background .2s,border-color .2s,box-shadow .2s}._cta_1vk6l_189:hover{background:#f59e0b38;border-color:#f59e0b99;box-shadow:0 0 24px #f59e0b2e}@media(max-width:600px){._backdrop_1vk6l_2{align-items:center;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:24px 20px}._content_1vk6l_102{padding:0 4px;max-width:100%;gap:0}._eggFloat_1vk6l_157{width:80px!important}._eggGlow_1vk6l_136{width:72px;height:72px}._eggRow_1vk6l_125{gap:8px;margin-bottom:20px}._overline_1vk6l_115{margin:0 0 14px;font-size:9px;letter-spacing:.1em}._headline_1vk6l_171{font-size:24px;line-height:1.2;margin:0 0 10px}._sub_1vk6l_181{font-size:13px;margin:0 0 24px}._cta_1vk6l_189{width:100%;justify-content:center;font-size:14px;padding:13px 20px}}@media(prefers-reduced-motion:reduce){._goldenAura_1vk6l_16,._goldenRays_1vk6l_40,._eggGlow_1vk6l_136,._eggFloat_1vk6l_157{animation:none}}._backdrop_1ddei_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:8600;background:#eef0ffd6;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:center;padding:24px}._modal_1ddei_16{position:relative;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(82,84,216,.12) transparent;background:#fffffffa;border:1px solid rgba(245,158,11,.14);border-radius:24px;box-shadow:0 24px 64px #0f0f231a,0 0 40px #f59e0b0a,inset 0 1px #fff;padding:36px 36px 40px}._modal_1ddei_16::-webkit-scrollbar{width:4px}._modal_1ddei_16::-webkit-scrollbar-track{background:transparent}._modal_1ddei_16::-webkit-scrollbar-thumb{background:#5254d81f;border-radius:999px}._closeBtn_1ddei_40{position:absolute;top:20px;right:20px;width:32px;height:32px;border-radius:8px;background:#0f0f230a;border:none;color:#0f0f2394;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s;flex-shrink:0}._closeBtn_1ddei_40:hover{background:#0f0f2314;color:#0f0f23}._label_1ddei_61{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#78350fe6;margin-bottom:12px}._title_1ddei_72{font-size:clamp(20px,2.5vw,26px);font-weight:700;letter-spacing:-.025em;color:#0f0f23;margin:0 0 10px;line-height:1.2;padding-right:40px}._preamble_1ddei_83{font-size:13px;color:#0f0f239e;margin:0;line-height:1.65}._divider_1ddei_91{height:1px;background:#0f0f2312;margin:24px 0}._list_1ddei_98{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}._item_1ddei_107{display:flex;gap:16px;align-items:flex-start}._itemNum_1ddei_113{font-size:10px;font-weight:800;letter-spacing:.08em;color:#78350fc7;flex-shrink:0;padding-top:3px}._itemText_1ddei_122{display:flex;flex-direction:column;gap:4px}._itemHeadline_1ddei_128{display:block;font-size:14.5px;font-weight:700;color:#0f0f23e0;letter-spacing:-.01em;line-height:1.4}._itemBody_1ddei_137{font-size:13px;color:#0f0f23a6;line-height:1.65}._signature_1ddei_144{font-size:13px;color:#0f0f23a6;line-height:1.75;margin:0 0 16px}._author_1ddei_151{font-size:14px;font-weight:600;color:#0f0f239e;margin:0;letter-spacing:.01em}@media(max-width:600px){._backdrop_1ddei_2{padding:16px;align-items:center}._modal_1ddei_16{max-height:calc(100svh - 32px);border-radius:24px;padding:28px 24px 36px;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}._title_1ddei_72{font-size:20px;margin:0 0 8px}._preamble_1ddei_83{font-size:12px}._divider_1ddei_91{margin:18px 0}._list_1ddei_98{gap:16px}._item_1ddei_107{gap:12px}._itemHeadline_1ddei_128{font-size:13.5px}._itemBody_1ddei_137,._signature_1ddei_144{font-size:12px}._author_1ddei_151{font-size:13px}}._backdrop_p065s_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:#00000014;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}._nav_p065s_12{position:fixed;top:0;left:0;right:0;z-index:100;padding-top:14px;pointer-events:none;display:flex;flex-direction:column;align-items:center}._navInner_p065s_26{width:100%;max-width:var(--container-max);padding:0 var(--container-pad);display:flex;flex-direction:column;align-items:stretch}._pill_p065s_36{pointer-events:all;display:flex;align-items:center;gap:0;height:52px;padding:0 6px 0 18px;border-radius:999px;background:#fafafde0;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 16px #00000014,0 1px 3px #0000000d,inset 0 1px #ffffffd9;transition:box-shadow .2s ease,border-color .2s ease;width:100%}._pillFocused_p065s_56{border-color:#5254d838;box-shadow:0 4px 28px #5254d81f,0 2px 8px #00000012,inset 0 1px #ffffffe6}._logo_p065s_65{display:flex;align-items:center;gap:7px;font-size:15px;font-weight:700;letter-spacing:.03em;color:var(--text-primary);white-space:nowrap;flex-shrink:0;text-decoration:none;padding-right:16px}._logoImg_p065s_79{width:28px;height:28px;object-fit:contain;border-radius:6px;flex-shrink:0}._divider_p065s_88{width:1px;height:20px;background:#00000017;flex-shrink:0;margin-right:8px}._eggDivider_p065s_97{width:1px;height:20px;background:#00000017;flex-shrink:0;margin-left:4px;margin-right:2px}._searchWrap_p065s_107{flex:1;display:flex;align-items:center;gap:8px;height:100%;padding:0 12px;cursor:text;position:relative;background:transparent;border:none}._searchIcon_p065s_121{color:var(--text-muted);display:flex;align-items:center;flex-shrink:0}._input_p065s_128{flex:1;background:transparent;border:none;outline:none;font-size:13.5px;font-family:inherit;color:var(--text-primary);caret-color:var(--accent-indigo);line-height:1}._input_p065s_128::placeholder{color:var(--text-muted);font-size:13.5px}._sparkle_p065s_145{font-size:11px;color:var(--accent-indigo);opacity:.5;flex-shrink:0;animation:_sparklePulse_p065s_1 2.5s ease-in-out infinite}@keyframes _sparklePulse_p065s_1{0%,to{opacity:.5}50%{opacity:1}}._aboutBtn_p065s_159{display:flex;align-items:center;padding:0 14px;height:38px;border-radius:999px;font-size:13px;font-weight:500;color:var(--text-secondary);background:none;border:none;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:color .15s,background .15s;margin-left:4px}._aboutBtn_p065s_159:hover{color:var(--text-primary);background:#0000000a}._resumeBtn_p065s_183{display:flex;align-items:center;gap:6px;padding:0 18px;height:38px;border-radius:999px;font-size:13px;font-weight:600;color:#fff;background:var(--accent-indigo);border:none;white-space:nowrap;flex-shrink:0;text-decoration:none;transition:opacity .18s,box-shadow .18s;box-shadow:0 2px 10px #5254d859;margin-left:6px}._resumeBtn_p065s_183:hover{opacity:.9;box-shadow:0 4px 18px #5254d873}._dropdown_p065s_209{pointer-events:all;margin-top:8px;background:#fcfcfff7;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(0,0,0,.07);border-radius:18px;padding:10px 6px 8px;box-shadow:0 8px 32px #0000001a,0 2px 8px #0000000f,inset 0 1px #ffffffe6;width:100%}._dropLabel_p065s_227{font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);margin:0 8px 4px}._chips_p065s_236{display:flex;flex-direction:column;gap:0}._chip_p065s_236{display:flex;align-items:center;gap:10px;padding:9px 8px;border-radius:10px;font-size:13px;color:var(--text-secondary);background:transparent;border:none;cursor:pointer;transition:background .12s,color .12s;text-align:left;width:100%}._chip_p065s_236:hover{background:#5254d812;color:var(--text-primary)}._chipIcon_p065s_263{font-size:9px;color:var(--accent-indigo);opacity:.55;flex-shrink:0}._viewMoreBtn_p065s_270{display:flex;align-items:center;gap:6px;padding:7px 8px;border-radius:10px;font-size:12px;font-weight:500;color:var(--text-muted);background:transparent;border:none;cursor:pointer;transition:background .12s,color .12s;text-align:left;width:100%;margin-top:2px;border-top:1px solid rgba(0,0,0,.05)}._viewMoreBtn_p065s_270:hover{background:#5254d80f;color:var(--text-secondary)}@media(max-width:520px){._pill_p065s_36{height:48px;padding:0 6px 0 14px;gap:0}._logo_p065s_65{font-size:14px;padding-right:0;gap:6px;flex:1}._divider_p065s_88,._searchWrap_p065s_107{display:none}._aboutBtn_p065s_159{padding:0 16px;font-size:13.5px;margin-left:0}._resumeBtn_p065s_183{padding:0 16px;gap:6px;margin-left:6px;font-size:13.5px}._resumeText_p065s_330{display:inline}}._tracker_cygoj_2{position:relative;display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 12px;border-radius:999px;background:transparent;border:none;cursor:pointer;opacity:.35;transition:opacity .3s ease,background .2s ease,box-shadow .2s ease;white-space:nowrap;flex-shrink:0}._trackerActive_cygoj_23{opacity:1;background:transparent}._trackerActive_cygoj_23:hover{background:#5254d814}._trackerComplete_cygoj_33{opacity:1;background:transparent;overflow:hidden}._trackerComplete_cygoj_33:hover{background:#f59e0b14}._trackerComplete_cygoj_33:after{content:"";position:absolute;top:-2px;left:-80%;width:55%;height:calc(100% + 4px);background:linear-gradient(105deg,transparent 0%,rgba(245,158,11,.4) 50%,transparent 100%);transform:skew(-18deg);animation:_trackerShine_cygoj_1 2.8s ease-in-out infinite;pointer-events:none}@keyframes _trackerShine_cygoj_1{0%,40%{left:-80%}to{left:140%}}._tracker_cygoj_2:not(._trackerActive_cygoj_23):hover{opacity:.65}._iconWrap_cygoj_73{display:flex;align-items:center;justify-content:center;flex-shrink:0}._count_cygoj_81{font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--text-muted);display:inline-block;line-height:1}._trackerActive_cygoj_23 ._count_cygoj_81{color:#5254d8cc}._trackerComplete_cygoj_33 ._count_cygoj_81{color:#f59e0bcc}@media(prefers-reduced-motion:reduce){._trackerComplete_cygoj_33:after{animation:none}}._stack_1m6u8_2{position:relative;width:100%;height:100%}._phoneWrap_1m6u8_9{position:absolute;will-change:translate}._back_1m6u8_14{left:44px;top:30px;rotate:-7deg;z-index:1;animation:_floatBack_1m6u8_1 4.2s ease-in-out infinite}._front_1m6u8_23{left:170px;top:10px;rotate:5deg;z-index:2;animation:_floatFront_1m6u8_1 3.6s ease-in-out infinite;animation-delay:-1.4s}._phone_1m6u8_9{position:relative;border-radius:45px;border:8px solid #18181b;box-shadow:0 0 2px 2px #ffffff1a;overflow:visible}._phoneBack_1m6u8_44{width:248px;height:516px}._phoneFront_1m6u8_50{width:288px;height:600px}._phone_1m6u8_9:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:3px solid rgba(63,63,70,.4);border-radius:37px;pointer-events:none;z-index:5}._dynamicIsland_1m6u8_67{position:absolute;top:8px;left:50%;translate:-50% 0;width:90px;height:22px;background:#18181b;border-radius:9999px;z-index:20}._screen_1m6u8_80{position:relative;width:100%;height:100%;border-radius:37px;overflow:hidden;background:#18181b}._screen_1m6u8_80 img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;pointer-events:none;-webkit-user-select:none;user-select:none}._btnAction_1m6u8_102{position:absolute;left:-12px;top:80px;width:6px;height:32px;background:#18181b;border-radius:4px 0 0 4px;box-shadow:-1px 0 3px #0006}._btnVolUp_1m6u8_114{position:absolute;left:-12px;top:144px;width:6px;height:48px;background:#18181b;border-radius:4px 0 0 4px;box-shadow:-1px 0 3px #0006}._btnVolDown_1m6u8_126{position:absolute;left:-12px;top:208px;width:6px;height:48px;background:#18181b;border-radius:4px 0 0 4px;box-shadow:-1px 0 3px #0006}._btnPower_1m6u8_138{position:absolute;right:-12px;top:144px;width:6px;height:64px;background:#18181b;border-radius:0 4px 4px 0;box-shadow:1px 0 3px #0006}@keyframes _floatBack_1m6u8_1{0%,to{translate:0 0}50%{translate:0 -10px}}@keyframes _floatFront_1m6u8_1{0%,to{translate:0 0}50%{translate:0 -15px}}._hero_zxepl_1{position:relative;min-height:100svh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding-top:70px}._bg_zxepl_12{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}._orb_zxepl_18{position:absolute;border-radius:50%;filter:blur(80px);will-change:transform}._orb1_zxepl_25{width:600px;height:600px;top:-200px;right:-100px;background:radial-gradient(circle,rgba(82,84,216,.16) 0%,rgba(124,58,237,.07) 50%,transparent 70%);animation:_floatOrb1_zxepl_1 18s ease-in-out infinite}._orb2_zxepl_34{width:500px;height:500px;bottom:-150px;left:-80px;background:radial-gradient(circle,rgba(37,99,235,.12) 0%,rgba(82,84,216,.05) 50%,transparent 70%);animation:_floatOrb2_zxepl_1 22s ease-in-out infinite}@keyframes _floatOrb1_zxepl_1{0%{transform:translate(0) scale(1)}25%{transform:translate(-80px,60px) scale(1.08)}50%{transform:translate(-40px,120px) scale(.95)}75%{transform:translate(60px,50px) scale(1.05)}to{transform:translate(0) scale(1)}}@keyframes _floatOrb2_zxepl_1{0%{transform:translate(0) scale(1)}20%{transform:translate(70px,-50px) scale(1.06)}50%{transform:translate(40px,-100px) scale(.97)}70%{transform:translate(-60px,-40px) scale(1.04)}to{transform:translate(0) scale(1)}}._grid_zxepl_59{display:none}._content_zxepl_64{position:relative;z-index:1;padding-top:28px;padding-bottom:80px;display:flex;align-items:center;gap:40px;max-width:var(--container-max)}._left_zxepl_75{flex:1;min-width:0;max-width:580px;position:relative;z-index:3}._right_zxepl_83{flex:0 0 500px;height:460px;display:flex;align-items:center;justify-content:center;position:relative}@media(max-width:900px){._content_zxepl_64{flex-direction:column;padding-top:20px;padding-bottom:56px}._left_zxepl_75{max-width:100%}._right_zxepl_83{width:100%}}@keyframes _fadeUp_zxepl_109{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeRight_zxepl_115{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}._fadeUp_zxepl_109{opacity:0;animation:_fadeUp_zxepl_109 .7s cubic-bezier(.16,1,.3,1) forwards;animation-delay:var(--delay, 0s)}._fadeRight_zxepl_115{opacity:0;animation:_fadeRight_zxepl_115 .9s cubic-bezier(.16,1,.3,1) forwards;animation-delay:var(--delay, 0s)}._rolePill_zxepl_122{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:500;letter-spacing:.03em;color:var(--text-secondary);background:var(--glass-bg);border:1px solid var(--glass-border);margin-bottom:28px}._roleDot_zxepl_137{width:6px;height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 6px #10b981;animation:_blink_zxepl_1 2.5s ease-in-out infinite}@keyframes _blink_zxepl_1{0%,to{opacity:1}50%{opacity:.4}}._heading_zxepl_152{margin-bottom:28px}._positionBlock_zxepl_157{margin-bottom:40px}._position_zxepl_157{font-size:clamp(16px,2vw,22px);font-weight:600;color:var(--text-accent);margin-bottom:12px;letter-spacing:-.01em}._valueProp_zxepl_169{font-size:clamp(15px,1.4vw,18px);color:var(--text-secondary);line-height:1.65;max-width:560px}._ctas_zxepl_177{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:36px}._askBtnWrap_zxepl_185{display:inline-flex}._askBtn_zxepl_185{font-size:14px;padding:12px 24px;position:relative;z-index:0;background:linear-gradient(135deg,#5254d8,#7c3aed 30%,#a855f7 55%,#7c3aed 75%,#5254d8);background-size:250% 250%;animation:_btnBreathe_zxepl_1 8s ease-in-out infinite}@keyframes _btnBreathe_zxepl_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._sparkle_zxepl_216{font-size:12px;opacity:.9}._metrics_zxepl_222{display:flex;align-items:center;gap:0;flex-wrap:wrap}._metric_zxepl_222{display:flex;flex-direction:column;gap:4px;padding:16px 24px;border-right:1px solid var(--glass-border)}._metric_zxepl_222:first-child{padding-left:0}._metric_zxepl_222:last-child{border-right:none}._metricValue_zxepl_245{font-size:clamp(22px,2.5vw,28px);font-weight:700;letter-spacing:-.02em;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._metricLabel_zxepl_255{font-size:11px;font-weight:500;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase}._scrollHint_zxepl_264{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px}._scrollDot_zxepl_275{width:4px;height:20px;background:linear-gradient(to bottom,transparent,var(--accent-indigo));border-radius:2px}@media(max-width:640px){._content_zxepl_64{padding-top:20px}._metrics_zxepl_222{display:grid;grid-template-columns:1fr 1fr;gap:0}._metric_zxepl_222:nth-child(2){grid-column:2;grid-row:1 / 3;border-right:none;border-left:1px solid var(--glass-border);padding:12px 0 12px 18px}._metric_zxepl_222{padding:12px 0;border-right:none}._metric_zxepl_222:first-child{padding-left:0;border-bottom:1px solid var(--glass-border)}._metric_zxepl_222:nth-child(3){grid-column:1;grid-row:2;padding-left:0;border-bottom:none}}._header_13lob_1{margin-bottom:56px}._title_13lob_5{margin-bottom:16px}._subtitle_13lob_9{max-width:540px}._grid_13lob_14{display:flex;flex-direction:column;gap:12px;margin-bottom:40px}._card_13lob_22{display:grid;grid-template-columns:400px 1fr auto;align-items:stretch;gap:0;background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:var(--radius-xl);overflow:hidden;transition:transform .4s cubic-bezier(.25,.46,.45,.94);cursor:default;text-decoration:none;min-height:320px;will-change:transform}._cardClickable_13lob_38{cursor:pointer}._card_13lob_22:nth-child(2n){grid-template-columns:1fr auto 400px}._card_13lob_22:nth-child(2n) ._thumbnail_13lob_48{order:3}._card_13lob_22:nth-child(2n) ._body_13lob_52{order:1}._card_13lob_22:nth-child(2n) ._aside_13lob_56{order:2}._card_13lob_22:nth-child(2n) ._thumbnailOverlay_13lob_60{background:linear-gradient(to left,transparent 60%,var(--bg-surface) 100%)}._thumbnail_13lob_48{position:relative;overflow:hidden;background:var(--bg-elevated);flex-shrink:0;align-self:stretch;backface-visibility:hidden;transform:translateZ(0)}._imgWrap_13lob_76{width:100%;height:100%}._img_13lob_76{width:100%;height:100%;object-fit:cover}._thumbnailOverlay_13lob_60{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,transparent 60%,var(--bg-surface) 100%)}._badge_13lob_93{position:absolute;top:12px;left:12px;padding:3px 9px;border-radius:999px;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:color-mix(in srgb,var(--badge-color) 55%,rgba(0,0,0,.3));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._body_13lob_52{padding:44px 48px;display:flex;flex-direction:column;justify-content:center;gap:10px;min-width:0}._number_13lob_119{font-size:11px;font-weight:700;font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.08em;margin-bottom:2px}._meta_13lob_129{display:flex;align-items:center;gap:6px;margin-bottom:2px}._company_13lob_136{font-size:12px;font-weight:600;color:var(--accent-indigo);letter-spacing:.03em}._dot_13lob_143{color:var(--text-muted);font-size:12px}._time_13lob_148{font-size:12px;color:var(--text-muted)}._cardTitle_13lob_154{font-size:20px;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;line-height:1.2}._problem_13lob_163{font-size:14px;color:var(--text-secondary);line-height:1.6;max-width:460px}._tags_13lob_171{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}._aside_13lob_56{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;padding:44px 40px;gap:20px;min-width:220px}._impact_13lob_190{display:flex;flex-direction:column;align-items:flex-end;gap:4px}@keyframes _impactShine_13lob_1{0%{background-position:100% center}to{background-position:0% center}}._impactValue_13lob_202{font-size:34px;font-weight:900;filter:drop-shadow(0 0 10px rgba(99,102,241,.4));letter-spacing:-.03em;background:linear-gradient(90deg,var(--accent-indigo) 0%,var(--accent-violet) 33%,var(--accent-violet) 38%,rgba(255,255,255,.92) 50%,var(--accent-violet) 62%,var(--accent-indigo) 67%,var(--accent-indigo) 100%);background-size:300% auto;background-position:100% center;background-repeat:no-repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}._card_13lob_22:hover ._impactValue_13lob_202{animation:_impactShine_13lob_1 2.5s linear infinite}._impactLabel_13lob_230{font-size:11px;color:var(--text-muted);font-weight:500;text-align:right;line-height:1.4}._cta_13lob_239{position:relative;isolation:isolate;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text-muted);padding:10px 18px;border-radius:var(--radius-md);transition:color .3s ease,box-shadow .3s ease,gap .3s ease}._cta_13lob_239:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-md);background:var(--gradient-primary);opacity:0;transition:opacity .3s ease;z-index:-1}._card_13lob_22:hover ._cta_13lob_239{color:#fff;box-shadow:0 4px 20px #6366f159;gap:8px}._card_13lob_22:hover ._cta_13lob_239:before{opacity:1}._allWorksRow_13lob_275{display:flex;justify-content:center;margin-top:16px}@media(max-width:1024px){._card_13lob_22,._card_13lob_22:nth-child(2n){grid-template-columns:280px 1fr}._card_13lob_22:nth-child(2n) ._thumbnail_13lob_48{order:unset}._card_13lob_22:nth-child(2n) ._body_13lob_52{order:unset}._card_13lob_22:nth-child(2n) ._aside_13lob_56{order:unset}._card_13lob_22:nth-child(2n) ._thumbnailOverlay_13lob_60{background:linear-gradient(to right,transparent 60%,var(--bg-surface) 100%)}._aside_13lob_56{display:none}}@media(max-width:640px){._card_13lob_22,._card_13lob_22:nth-child(2n){grid-template-columns:1fr;min-height:unset}._thumbnail_13lob_48{height:200px;align-self:auto}._thumbnailOverlay_13lob_60,._card_13lob_22:nth-child(2n) ._thumbnailOverlay_13lob_60{display:none}._body_13lob_52{padding:20px 20px 24px;gap:8px}._cardTitle_13lob_154{font-size:18px}._problem_13lob_163{font-size:13px}}._eggHotspot_o0259_3{position:absolute;top:24%;left:57%;width:28px;height:28px;border-radius:50%;background:transparent;border:none;cursor:pointer;padding:0}._eggHotspot_o0259_3:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:7px;height:7px;border-radius:50%;background:#ffffff38;animation:_hotspotCore_o0259_1 2.8s ease-in-out infinite}._eggHotspot_o0259_3:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);width:22px;height:22px;border-radius:50%;border:1px solid rgba(255,255,255,.1);animation:_hotspotRing_o0259_1 2.8s ease-in-out infinite}@keyframes _hotspotCore_o0259_1{0%,to{opacity:.22;transform:translate(-50%,-50%) scale(1)}50%{opacity:.55;transform:translate(-50%,-50%) scale(1.2)}}@keyframes _hotspotRing_o0259_1{0%{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:0;transform:translate(-50%,-50%) scale(2)}to{opacity:.3;transform:translate(-50%,-50%) scale(1)}}._pageRoot_o0259_54{position:relative}._pageExpanded_o0259_58{height:100vh;overflow:hidden}._pageBgWrap_o0259_63{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden;transition:z-index 0s}._pageBgWrapExpanded_o0259_72{z-index:10;pointer-events:auto}._pageBgParallax_o0259_77{position:absolute;top:0;right:0;bottom:0;left:0}._pageBgImg_o0259_82{width:100%;height:100%;object-fit:cover;object-position:center top;opacity:0;transform:scale(1);filter:blur(12px);transition:opacity 2s cubic-bezier(.4,0,.2,1),transform 2.8s cubic-bezier(.16,1,.3,1),filter 2s cubic-bezier(.4,0,.2,1)}._pageBgImgLoaded_o0259_98{opacity:.2;transform:scale(1);filter:blur(12px)}._pageBgImgExpanded_o0259_104{opacity:1!important;transform:scale(1)!important;filter:blur(0px)!important;transition:opacity 1.4s cubic-bezier(.4,0,.2,1),transform 1.8s cubic-bezier(.16,1,.3,1),filter 1.2s cubic-bezier(.4,0,.2,1)!important}._pageBgImgCollapsing_o0259_114{transition:opacity .4s ease,filter .4s ease!important}._bgViewOverlay_o0259_119{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;flex-direction:column;justify-content:space-between;animation:_bgOverlayIn_o0259_1 .6s ease both;animation-delay:.45s;pointer-events:none}._bgViewOverlayOut_o0259_131{animation:_bgOverlayOut_o0259_1 .45s cubic-bezier(.4,0,1,1) both!important;pointer-events:none}@keyframes _bgOverlayIn_o0259_1{0%{opacity:0}to{opacity:1}}@keyframes _bgOverlayOut_o0259_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}._bgViewOverlay_o0259_119:after{content:"";position:absolute;top:35%;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.52) 0%,transparent 100%);pointer-events:none;z-index:-1}._bgViewBack_o0259_156{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:100px;background:#ffffff38;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.45);color:#ffffffeb;font-size:13px;font-weight:500;cursor:pointer;align-self:flex-start;transition:background .2s,border-color .2s,color .2s}._bgViewBack_o0259_156:hover{background:#ffffff59;border-color:#ffffffb3;color:#fff}._bgViewBottom_o0259_181{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:clamp(24px,4vh,40px) clamp(24px,4vw,48px);pointer-events:auto}._bgViewLeft_o0259_191{display:flex;flex-direction:column;gap:14px}._bgViewLocation_o0259_197{font-size:clamp(28px,4vw,44px);font-weight:700;color:#fffffff2;margin:0;letter-spacing:-.02em;line-height:1}._bgViewCredit_o0259_207{display:flex;align-items:center;gap:14px}._bgViewAvatar_o0259_213{width:48px;height:48px;border-radius:50%;object-fit:cover;object-position:center 15%;flex-shrink:0;border:2px solid rgba(255,255,255,.4);box-shadow:0 2px 20px #00000073;transform:scale(1.18);transform-origin:center 20%}._bgViewCreditText_o0259_226{display:flex;flex-direction:column;gap:3px}._bgViewName_o0259_232{font-size:15px;font-weight:600;color:#fffffff5;margin:0;letter-spacing:.01em}._bgViewCaption_o0259_240{font-size:12px;color:#ffffff94;margin:0;letter-spacing:.01em}._audioPlayerWrap_o0259_248{display:flex;flex-direction:column;align-items:center;gap:8px;align-self:flex-end}._audioSubtext_o0259_256{font-size:11px;color:#ffffff6b;margin:0;letter-spacing:.01em;text-align:center;line-height:1}._audioPlayer_o0259_248{display:inline-flex;align-items:center;gap:10px;padding:9px 16px 9px 12px;border-radius:100px;background:#ffffff1f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.25);cursor:default}._audioMuteBtn_o0259_278{background:none;border:none;color:#ffffffd9;font-size:15px;cursor:pointer;padding:0;display:flex;align-items:center;transition:color .15s;line-height:1}._audioMuteBtn_o0259_278:hover{color:#fff}._audioTrack_o0259_295{width:120px;height:3px;background:#ffffff40;border-radius:100px;cursor:pointer;position:relative;overflow:hidden}._audioFill_o0259_305{position:absolute;left:0;top:0;height:100%;background:#ffffffe6;border-radius:100px;transition:width .25s linear;pointer-events:none}._audioTime_o0259_316{font-size:12px;color:#ffffffa6;font-variant-numeric:tabular-nums;min-width:28px;line-height:1}@media(max-width:768px){._bgViewBottom_o0259_181{flex-direction:column;align-items:flex-start;gap:20px;padding:20px 24px 32px}._bgViewLocation_o0259_197{font-size:clamp(24px,6vw,36px)}._bgViewBack_o0259_156{align-self:flex-start}._audioPlayerWrap_o0259_248{align-self:stretch;align-items:center}._audioSubtext_o0259_256{text-align:center}._audioPlayer_o0259_248{width:100%;justify-content:center}._audioTrack_o0259_295{flex:1}}@media(max-width:480px){._bgViewBottom_o0259_181{padding:16px 20px 28px;gap:16px}._bgViewLocation_o0259_197{font-size:26px}._bgViewAvatar_o0259_213{width:40px;height:40px}._bgViewName_o0259_232{font-size:14px}._bgViewCaption_o0259_240{font-size:11px}}._viewBgBtnWrap_o0259_388{grid-column:2;display:flex;justify-content:center;margin-top:20px;animation:_viewBtnIn_o0259_1 .5s cubic-bezier(.16,1,.3,1) both}@media(max-width:768px){._viewBgBtnWrap_o0259_388{grid-column:1;margin-top:8px}}@keyframes _viewBtnIn_o0259_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._viewBgBtn_o0259_388{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:100px;background:#ffffffb8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);color:var(--text-secondary);font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .2s,border-color .2s,color .2s,box-shadow .2s}._viewBgBtn_o0259_388:hover{background:#fffffff2;border-color:#5254d840;color:var(--text-primary);box-shadow:0 4px 16px #00000014}._introHidden_o0259_435{opacity:0;pointer-events:none;transform:translateY(20px)}._intro_o0259_435{padding:clamp(20px,2.5vw,36px) 0 clamp(24px,3vw,44px);position:relative;transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1)}._introInner_o0259_448{display:grid;grid-template-columns:1fr 400px;gap:clamp(40px,6vw,80px);align-items:center;position:relative;z-index:1}._introText_o0259_459{display:flex;flex-direction:column;gap:20px}._introHeading_o0259_465{font-size:clamp(32px,4.5vw,56px);font-weight:700;line-height:1.1;letter-spacing:-.025em;color:#0a0a1e;margin:0}._introNameBreath_o0259_474{background:linear-gradient(135deg,#5254d8,#7c3aed 30%,#a855f7 55%,#7c3aed 75%,#5254d8);background-size:250% 250%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:_nameBreath_o0259_1 8s ease-in-out infinite}@keyframes _nameBreath_o0259_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._introPara_o0259_496{font-size:clamp(15px,1.4vw,17px);color:#111128d1;line-height:1.75;margin:0;max-width:600px}._introPolaroidCluster_o0259_505{display:flex;flex-direction:column;gap:0;width:100%}._introPolaroidRow_o0259_512{display:flex;justify-content:center;align-items:flex-end;gap:0}._introPolaroidRow_o0259_512:last-child{margin-top:-22px}._introPolaroidWrap_o0259_525{flex-shrink:0;position:relative;z-index:1;margin-right:-18px;animation:_polaroidEntry_o0259_1 .9s cubic-bezier(.34,1.15,.64,1) var(--delay, 0s) both}._introPolaroidWrap_o0259_525:last-child{margin-right:0}._introPolaroidWrapMain_o0259_535{z-index:3!important}._introPolaroid_o0259_505{rotate:var(--rot, 0deg);filter:drop-shadow(0 6px 18px rgba(0,0,0,.14));transition:rotate .25s ease,scale .25s ease,filter .25s ease;cursor:pointer}._introPolaroid_o0259_505:hover{rotate:calc(var(--rot, 0deg) - 2deg);scale:1.06;filter:drop-shadow(0 10px 24px rgba(82,84,216,.18))}._introPolaroidInner_o0259_553{background:#fff;color-scheme:light;padding:7px 7px 0;border-radius:3px 3px 0 0}._introPolaroidImg_o0259_560{width:120px;height:130px;object-fit:cover;object-position:top center;display:block;border-radius:2px}._introPolaroidStrip_o0259_569{background:#fff;color-scheme:light;width:134px;height:28px;border-radius:0 0 3px 3px}._introPolaroidMain_o0259_578 ._introPolaroidImg_o0259_560{width:150px;height:185px}._introPolaroidMain_o0259_578 ._introPolaroidStrip_o0259_569{width:164px;height:36px}@media(min-width:1280px){._introPolaroidImg_o0259_560{width:148px;height:162px}._introPolaroidStrip_o0259_569{width:162px;height:32px}._introPolaroidMain_o0259_578 ._introPolaroidImg_o0259_560{width:185px;height:228px}._introPolaroidMain_o0259_578 ._introPolaroidStrip_o0259_569{width:199px;height:44px}._introPolaroidWrap_o0259_525{margin-right:-22px}._introPolaroidRow_o0259_512:last-child{margin-top:-28px}}@media(min-width:1600px){._introPolaroidImg_o0259_560{width:170px;height:186px}._introPolaroidStrip_o0259_569{width:184px;height:36px}._introPolaroidMain_o0259_578 ._introPolaroidImg_o0259_560{width:210px;height:260px}._introPolaroidMain_o0259_578 ._introPolaroidStrip_o0259_569{width:224px;height:50px}._introPolaroidWrap_o0259_525{margin-right:-26px}._introPolaroidRow_o0259_512:last-child{margin-top:-32px}}@keyframes _polaroidEntry_o0259_1{0%{translate:var(--from-x, 0px) var(--from-y, 0px);scale:1.55;rotate:var(--from-rot, 0deg);opacity:0}to{translate:0px 0px;scale:1;rotate:0deg;opacity:1}}@media(max-width:768px){._introInner_o0259_448{grid-template-columns:1fr;gap:28px;justify-items:center}._introText_o0259_459{width:100%}._introPolaroidCluster_o0259_505{order:-1;align-items:center}._introPolaroidRow_o0259_512{justify-content:center}._introPolaroidWrap_o0259_525{margin-right:-12px}._introPolaroidImg_o0259_560{width:88px;height:96px}._introPolaroidStrip_o0259_569{width:102px;height:22px}._introPolaroidMain_o0259_578 ._introPolaroidImg_o0259_560{width:110px;height:130px}._introPolaroidMain_o0259_578 ._introPolaroidStrip_o0259_569{width:124px;height:28px}._introPara_o0259_496{max-width:none}}._recSection_o0259_718{padding:clamp(20px,2.5vw,36px) 0;border-top:1px solid var(--glass-border)}._recTitle_o0259_723{margin:8px 0 32px}._recGrid_o0259_728{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._recCard_o0259_734{display:flex;flex-direction:column;gap:16px;padding:24px;border-radius:18px;border:1px solid var(--glass-border);background:var(--bg-surface);transition:border-color .2s,box-shadow .2s,transform .2s}._recCard_o0259_734:hover{border-color:#5254d838;box-shadow:0 4px 24px #5254d814;transform:translateY(-2px)}._recIconWrap_o0259_751{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#5254d81f,#7c3aed14);border:1px solid rgba(82,84,216,.15);display:flex;align-items:center;justify-content:center;color:var(--accent-indigo);flex-shrink:0}._recCardBody_o0259_764{display:flex;flex-direction:column;gap:8px}._recCardTitle_o0259_770{font-size:15px;font-weight:700;color:var(--text-primary);letter-spacing:-.01em;margin:0;line-height:1.3}._recCardDesc_o0259_779{font-size:13px;color:var(--text-secondary);line-height:1.65;margin:0}@media(max-width:1024px){._recGrid_o0259_728{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){._recGrid_o0259_728{grid-template-columns:1fr}}._awardsCarouselWrap_o0259_795{margin-top:40px}._awardsSubLabel_o0259_799{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:0 0 24px;display:flex;align-items:center;gap:8px}._awardsCount_o0259_811{font-size:10px;font-weight:600;letter-spacing:0;text-transform:none;background:#5254d81a;color:var(--accent-indigo);border-radius:999px;padding:2px 8px}._awardsRow_o0259_822{overflow-x:auto;overflow-y:visible;scrollbar-width:none;mask-image:linear-gradient(to right,transparent 0%,black 6%,black 94%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 6%,black 94%,transparent 100%)}._awardsRow_o0259_822::-webkit-scrollbar{display:none}._awardsTrack_o0259_832{display:flex;gap:0;width:max-content}._awardTile_o0259_839{width:220px;height:260px;flex-shrink:0;position:relative;border-right:1px solid var(--glass-border);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);border-left:none;padding:16px;display:flex;flex-direction:column;justify-content:flex-end;gap:4px;background:#ffffff94;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:background .25s ease,border-color .25s ease;cursor:default;overflow:hidden}._awardsTrack_o0259_832 ._awardTile_o0259_839:first-child{border-left:1px solid var(--glass-border)}._awardTile_o0259_839:hover{background:var(--accent-indigo);border-color:var(--accent-indigo)}._awardStar_o0259_872{font-size:14px;color:#b45309;position:absolute;top:16px;left:18px;transition:color .25s ease}._awardTile_o0259_839:hover ._awardStar_o0259_872{color:#fff}._awardTileTitle_o0259_885{font-size:13px;font-weight:700;color:var(--text-primary);line-height:1.3;margin:0;transition:color .25s ease}._awardTile_o0259_839:hover ._awardTileTitle_o0259_885{color:#fff}._awardTileDate_o0259_898{font-size:10px;font-family:var(--font-mono);color:var(--text-muted);margin:0;transition:color .25s ease}._awardTile_o0259_839:hover ._awardTileDate_o0259_898{color:#fff9}._awardTileDesc_o0259_911{font-size:11px;color:var(--text-secondary);line-height:1.6;margin:0;opacity:0;max-height:0;overflow:hidden;transition:opacity .3s ease .08s,max-height .35s ease,color .25s ease}._awardTile_o0259_839:hover ._awardTileDesc_o0259_911{opacity:1;max-height:160px;color:#ffffffd9}._eduSection_o0259_929{padding:clamp(20px,2.5vw,36px) 0;border-top:1px solid var(--glass-border)}._eduTitle_o0259_934{margin:8px 0 32px}._eduGrid_o0259_938{display:grid;grid-template-columns:1fr 1fr;gap:24px}._eduCard_o0259_944{border-radius:var(--radius-xl);background:#ffffffb8;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.85);overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}._eduCard_o0259_944:hover{border-color:#fff;box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-3px)}._eduImageWrap_o0259_961{position:relative;width:100%;height:200px;overflow:hidden}._eduBanner_o0259_968{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .5s ease}._eduCard_o0259_944:hover ._eduBanner_o0259_968{transform:scale(1.04)}._eduImageWrap_o0259_961:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000 40%,#00000061);pointer-events:none}._eduLogo_o0259_995{position:absolute;top:16px;left:16px;width:44px;height:44px;border-radius:10px;object-fit:contain;background:#fff;padding:5px;box-shadow:0 2px 12px #0000002e;z-index:1}._eduYear_o0259_1010{position:absolute;bottom:14px;right:14px;font-size:11px;font-weight:700;letter-spacing:.06em;color:#fff;background:#5254d8d1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:999px;padding:4px 12px;z-index:1}._eduBody_o0259_1027{padding:24px 28px 28px;display:flex;flex-direction:column;gap:6px}._eduDegree_o0259_1034{font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--accent-indigo);margin:0}._eduInstitution_o0259_1043{font-size:clamp(17px,1.6vw,20px);font-weight:700;letter-spacing:-.02em;color:var(--text-primary);margin:0;line-height:1.2}._eduLocation_o0259_1052{font-size:12px;color:var(--text-muted);margin:0 0 4px;display:flex;align-items:center;gap:5px}._eduDesc_o0259_1061{font-size:13.5px;line-height:1.75;color:var(--text-secondary);margin:0}@media(max-width:768px){._eduSection_o0259_929{padding-bottom:20px}._eduGrid_o0259_938{grid-template-columns:1fr}._eduImageWrap_o0259_961{height:160px}._eduBody_o0259_1027{padding-bottom:20px}}._expSection_o0259_1084{padding:clamp(20px,2.5vw,36px) 0;border-top:1px solid var(--glass-border)}._expTitle_o0259_1089{margin:8px 0 32px}._expLayout_o0259_1093{display:grid;grid-template-columns:320px 1fr;gap:24px;align-items:start}._expCards_o0259_1101{display:flex;flex-direction:column;gap:8px;position:sticky;top:96px}._expCard_o0259_1101{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:14px;border:1px solid var(--glass-border);background:#f7f7fbb8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;text-align:left;transition:background .15s,border-color .15s,box-shadow .15s;width:100%}._expCard_o0259_1101:hover:not(._expCardActive_o0259_1125){background:var(--bg-surface);border-color:var(--glass-border)}._expCardActive_o0259_1125{background:var(--bg-surface);border-color:#5254d840;box-shadow:0 2px 16px #5254d814}._expCardActive_o0259_1125:hover{background:#f5f5fa;border-color:#5254d859}._expLogo_o0259_1141{width:40px;height:40px;object-fit:contain;border-radius:10px;flex-shrink:0;background:#fff;padding:4px;border:1px solid var(--glass-border)}._expCardText_o0259_1152{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}._expCompany_o0259_1160{font-size:13px;font-weight:500;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._expRole_o0259_1169{font-size:14px;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._expPeriod_o0259_1178{font-size:11px;color:var(--text-muted);font-family:var(--font-mono)}._expType_o0259_1184{font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:3px 8px;border-radius:999px;background:#5254d81a;color:var(--accent-indigo);flex-shrink:0}._expTypeIntern_o0259_1196{background:#7c3aed1a;color:#7c3aed}._expDetail_o0259_1202{background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:20px;padding:clamp(24px,3vw,40px);display:flex;flex-direction:column;gap:28px;animation:_expFadeIn_o0259_1 .3s ease both}@keyframes _expFadeIn_o0259_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._expDetailHeader_o0259_1218{display:flex;align-items:center;gap:16px}._expDetailMeta_o0259_1224{flex:1;min-width:0}._expDetailLogo_o0259_1229{width:52px;height:52px;object-fit:contain;border-radius:12px;background:#fff;padding:6px;border:1px solid var(--glass-border);flex-shrink:0}._expDetailCompany_o0259_1240{font-size:13px;font-weight:500;color:var(--text-muted);margin:0 0 4px;letter-spacing:0}._expDetailRole_o0259_1248{font-size:22px;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;margin:0 0 2px}._expDetailPeriod_o0259_1256{font-size:12px;color:var(--text-muted);font-family:var(--font-mono);margin:0}._expCtaLarge_o0259_1263{display:inline-flex;align-self:flex-start;align-items:center;gap:8px;padding:12px 24px;border-radius:14px;font-size:15px;font-weight:600;color:#fff;background:var(--gradient-primary);border:none;cursor:pointer;transition:transform var(--transition-base),box-shadow var(--transition-base);box-shadow:0 4px 20px #6366f159}._expCtaLarge_o0259_1263:hover{transform:translateY(-1px);box-shadow:0 8px 32px #6366f180}._expHighlights_o0259_1285{display:flex;flex-direction:column;gap:14px;list-style:none;margin:0;padding:0}._expHighlight_o0259_1285{display:flex;gap:12px;font-size:14px;color:var(--text-secondary);line-height:1.65}._expBullet_o0259_1302{color:var(--accent-indigo);opacity:.5;flex-shrink:0;font-size:13px;margin-top:2px}._expTags_o0259_1310{display:flex;flex-wrap:wrap;gap:8px;padding-top:20px;border-top:1px solid var(--glass-border)}._expTag_o0259_1310{font-size:12px;font-weight:500;padding:4px 12px;border-radius:999px;background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary)}@media(max-width:768px){._expLayout_o0259_1093{grid-template-columns:1fr;gap:0}._expCards_o0259_1101{position:static;flex-direction:row;overflow-x:auto;scrollbar-width:none;gap:0;padding-bottom:0;border:1px solid var(--glass-border);border-radius:14px;overflow:hidden;margin-bottom:16px}._expCards_o0259_1101::-webkit-scrollbar{display:none}._expCard_o0259_1101{flex:1;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px 8px;gap:6px;border-radius:0;border:none;border-right:1px solid var(--glass-border);min-width:0}._expCard_o0259_1101:last-child{border-right:none}._expCardActive_o0259_1125{background:var(--accent-indigo);border-color:var(--accent-indigo);box-shadow:none}._expCardActive_o0259_1125:hover{background:#3e40be;border-color:#3e40be}._expCardActive_o0259_1125 ._expCompany_o0259_1160,._expCardActive_o0259_1125 ._expRole_o0259_1169{color:#ffffffd9}._expCardActive_o0259_1125 ._expLogo_o0259_1141{border-color:#ffffff4d}._expLogo_o0259_1141{width:32px;height:32px;border-radius:8px}._expCompany_o0259_1160{font-size:10px;white-space:normal;overflow:visible;text-overflow:unset;line-height:1.2}._expType_o0259_1184,._expRole_o0259_1169,._expPeriod_o0259_1178{display:none}}._expLabSection_o0259_1413{padding:28px 0 40px;border-top:1px solid var(--glass-border)}._expLabTitle_o0259_1418{margin:8px 0 12px}._expLabSub_o0259_1421{font-size:clamp(14px,1.3vw,16px);color:var(--text-secondary);line-height:1.7;margin:0 0 32px;max-width:480px}._expLabStack_o0259_1430{display:flex;flex-direction:column;gap:16px}._labRow_o0259_1437{display:grid;grid-template-columns:1fr 1fr;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease;min-height:320px}._labRow_o0259_1437:hover{border-color:#5254d838;box-shadow:0 12px 40px #0000002e}._labRowReverse_o0259_1453{direction:rtl}._labRowReverse_o0259_1453>*{direction:ltr}._labRowVideo_o0259_1461{position:relative;overflow:hidden;background:linear-gradient(135deg,#0d1117,#161b22,#1c2128);border-right:1px solid var(--glass-border)}._labRowReverse_o0259_1453 ._labRowVideo_o0259_1461,._labRowReverse_o0259_1453 ._labRowVideoPortrait_o0259_1468,._labRowReverse_o0259_1453 ._labRowVideoStack_o0259_1469{border-right:none;border-left:1px solid var(--glass-border)}._labVideo_o0259_1473{width:100%;height:100%;object-fit:cover;display:block}._labRowVideoPortrait_o0259_1468{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0f1e,#111827,#1a2234);border-right:1px solid var(--glass-border);padding:20px}._labVideoPortrait_o0259_1489{width:auto;height:100%;max-height:360px;max-width:100%;object-fit:contain;display:block;border-radius:8px}._labRowVideoStack_o0259_1469{display:flex;flex-direction:column;overflow:hidden;border-right:1px solid var(--glass-border);background:linear-gradient(160deg,#0c1220,#131e30,#1a2840)}._labStackItem_o0259_1507{position:relative;flex:1;overflow:hidden;background:linear-gradient(160deg,#0c1220,#131e30)}._labStackItem_o0259_1507:first-child{border-bottom:1px solid var(--glass-border)}._labStackItem_o0259_1507 ._labVideo_o0259_1473{width:100%;height:100%;object-fit:cover}._labVideoLabel_o0259_1522{position:absolute;bottom:10px;left:12px;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff9;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:999px;padding:3px 10px}._labRowText_o0259_1535{padding:32px;display:flex;flex-direction:column;justify-content:center;gap:12px}._labNum_o0259_1542{font-size:11px;font-weight:800;letter-spacing:.1em;color:var(--text-muted);opacity:.4}._labTitle_o0259_1548{font-size:clamp(16px,1.5vw,20px);font-weight:700;letter-spacing:-.025em;line-height:1.3;color:var(--text-primary);margin:0}._labDesc_o0259_1556{font-size:clamp(13px,1.1vw,14px);color:var(--text-secondary);line-height:1.75;margin:0}@media(max-width:560px){._labRow_o0259_1437{grid-template-columns:1fr;direction:ltr;min-height:auto}._labRowReverse_o0259_1453{direction:ltr}._labRowVideo_o0259_1461,._labRowVideoPortrait_o0259_1468,._labRowVideoStack_o0259_1469{border-right:none!important;border-left:none!important;border-bottom:1px solid var(--glass-border);min-height:200px}._labRowVideoPortrait_o0259_1468{padding:16px}._labVideoPortrait_o0259_1489{max-height:220px}._labRowText_o0259_1535{padding:24px}}._personalSection_o0259_1595{padding:clamp(20px,2.5vw,36px) 0}._personalHeader_o0259_1599{margin-bottom:clamp(24px,3vw,40px)}._personalTitle_o0259_1603{margin:8px 0 0}._personalGrid_o0259_1607{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}._personalCard_o0259_1614:nth-child(1),._personalCard_o0259_1614:nth-child(4){grid-column:span 2}._personalCard_o0259_1614{background:#ffffff9e;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.75);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 24px #5254d80f,0 1px 4px #0000000a;transition:transform .2s ease,box-shadow .2s ease}._personalCard_o0259_1614:hover{transform:translateY(-3px);box-shadow:0 8px 32px #5254d81a,0 2px 8px #0000000f}._personalCardImg_o0259_1638{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;flex-shrink:0}._personalCard_o0259_1614:nth-child(2) ._personalCardImg_o0259_1638,._personalCard_o0259_1614:nth-child(3) ._personalCardImg_o0259_1638{aspect-ratio:4 / 3}._personalCardImgEl_o0259_1651{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.7;transition:opacity .3s ease}._personalCard_o0259_1614:hover ._personalCardImgEl_o0259_1651{opacity:.85}._personalCardImgIcon_o0259_1665{position:absolute;bottom:12px;left:14px;width:36px;height:36px;border-radius:9px;background:#00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:#fffc}._personalCardBody_o0259_1681{padding:16px 18px 20px;display:flex;flex-direction:column;gap:6px}._personalIconWrap_o0259_1689{display:none}._personalCardLabel_o0259_1693{font-size:14px;font-weight:600;color:var(--text-primary);margin:0;letter-spacing:-.01em}._personalCardText_o0259_1701{font-size:12.5px;line-height:1.65;color:var(--text-secondary);margin:0}@media(max-width:860px){._personalGrid_o0259_1607{grid-template-columns:repeat(2,1fr)}._personalCard_o0259_1614:nth-child(1),._personalCard_o0259_1614:nth-child(4){grid-column:span 2}._personalCard_o0259_1614:nth-child(1) ._personalCardImg_o0259_1638,._personalCard_o0259_1614:nth-child(4) ._personalCardImg_o0259_1638{aspect-ratio:21 / 9}}@media(max-width:480px){._personalGrid_o0259_1607{grid-template-columns:1fr}._personalCard_o0259_1614:nth-child(1),._personalCard_o0259_1614:nth-child(4){grid-column:span 1}._personalCard_o0259_1614:nth-child(1) ._personalCardImg_o0259_1638,._personalCard_o0259_1614:nth-child(4) ._personalCardImg_o0259_1638{aspect-ratio:16 / 9}}._hobbiesWrap_o0259_1741{margin-top:36px;display:flex;flex-direction:column;gap:20px}._hobbiesViewport_o0259_1748{overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;padding:12px 0 16px;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 4%,black 96%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 4%,black 96%,transparent 100%)}._hobbiesViewport_o0259_1748::-webkit-scrollbar{display:none}._hobbiesViewport_o0259_1748:active{cursor:grabbing}._hobbiesTrack_o0259_1773{display:flex;gap:14px;width:max-content}._hobbyCard_o0259_1779{flex:0 0 260px;height:260px;border-radius:18px;overflow:hidden;position:relative;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .3s ease}._hobbyCard_o0259_1779:hover{transform:scale(1.08);z-index:2}._hobbiesTrack_o0259_1773:has(._hobbyCard_o0259_1779:hover) ._hobbyCard_o0259_1779:not(:hover){opacity:.4}._hobbyImg_o0259_1798{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s cubic-bezier(.16,1,.3,1)}._hobbyTooltip_o0259_1807{position:absolute;bottom:10px;left:50%;transform:translate(-50%) translateY(6px);background:#0a0a0ab8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fffffff2;font-size:11px;font-weight:600;letter-spacing:.02em;padding:4px 11px;border-radius:999px;white-space:nowrap;border:1px solid rgba(255,255,255,.12);opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease}._hobbyCard_o0259_1779:hover ._hobbyTooltip_o0259_1807{opacity:1;transform:translate(-50%) translateY(0)}._hobbyCardLink_o0259_1833{cursor:pointer}._hobbyCardLink_o0259_1833:hover{outline:2px solid rgba(82,84,216,.5);outline-offset:-2px}._header_1m08b_1{margin-bottom:48px}._title_1m08b_5{margin-top:8px}._grid_1m08b_10{display:flex;flex-direction:column;gap:20px}._card_1m08b_17{display:flex;flex-direction:row;align-items:stretch;gap:0;padding:36px 40px;border-radius:var(--radius-lg);position:relative;overflow:hidden}._card_1m08b_17:hover{background:var(--glass-bg);border-color:var(--glass-border);box-shadow:none;transform:none}._card_1m08b_17:before{content:"";position:absolute;top:-40px;left:-40px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(82,84,216,.06) 0%,transparent 70%);pointer-events:none}._authorCol_1m08b_50{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;flex-shrink:0;width:160px}._avatar_1m08b_60{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid var(--glass-border);flex-shrink:0}._authorInfo_1m08b_69{display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center}._name_1m08b_77{font-size:13px;font-weight:700;color:var(--text-primary);line-height:1.3}._role_1m08b_84{font-size:11px;color:var(--text-muted);line-height:1.4;text-align:center}._company_1m08b_91{font-size:11px;font-weight:600;color:var(--accent-indigo);opacity:.8}._linkedinBtn_1m08b_99{flex-shrink:0;width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:13px;background:#5254d80f;transition:background var(--transition-fast),color var(--transition-fast)}._linkedinBtn_1m08b_99:hover{background:#5254d824;color:var(--accent-indigo)}._divider_1m08b_119{width:1px;align-self:stretch;background:var(--glass-border);flex-shrink:0;margin:0 36px}._quoteCol_1m08b_128{flex:1;display:flex;flex-direction:column;gap:10px;min-width:0}._quoteIcon_1m08b_137{font-size:40px;line-height:1;color:var(--accent-indigo);opacity:.18;font-family:Georgia,serif;display:block;margin-bottom:-6px;flex-shrink:0}._quote_1m08b_128{font-size:clamp(15px,1.3vw,17px);line-height:1.74;color:var(--text-secondary);margin:0;font-weight:400;letter-spacing:-.01em}@media(max-width:768px){._card_1m08b_17{flex-direction:column;padding:24px 20px;gap:20px}._authorCol_1m08b_50{flex-direction:row;width:auto;align-items:center;gap:12px}._authorInfo_1m08b_69{align-items:flex-start;text-align:left}._divider_1m08b_119{width:100%;height:1px;margin:0;align-self:auto}._quote_1m08b_128{font-size:clamp(13px,4vw,15px)}}._header_1ve8o_1{margin-bottom:40px}._titleRow_1ve8o_5{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}._title_1ve8o_5{margin-bottom:14px}._subtitle_1ve8o_13{max-width:480px}._navBtns_1ve8o_16{display:flex;gap:8px;flex-shrink:0;margin-bottom:4px}._navBtn_1ve8o_16{width:40px;height:40px;border-radius:50%;border:1px solid var(--glass-border);background:var(--bg-surface);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s,border-color .15s,transform .15s}._navBtn_1ve8o_16:hover:not(:disabled){background:var(--bg-elevated);color:var(--text-primary);border-color:var(--accent-indigo);transform:scale(1.06)}._navBtnDisabled_1ve8o_44{opacity:.3;cursor:default}._carouselWrap_1ve8o_50{mask-image:linear-gradient(to right,transparent 0%,black 7%,black 93%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 7%,black 93%,transparent 100%);margin-bottom:20px}._track_1ve8o_69{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:20px 2%}._track_1ve8o_69::-webkit-scrollbar{display:none}._card_1ve8o_84{flex:0 0 300px;width:300px;height:460px;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;border-radius:var(--radius-lg);background:#ffffff9e;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.75);box-shadow:0 4px 24px #5254d812,0 1px 4px #0000000a;transition:transform .3s var(--ease-out),box-shadow .3s var(--ease-out),background .25s,border-color .25s}._card_1ve8o_84:hover{transform:translateY(-6px);background:#ffffffd1;box-shadow:var(--shadow-lg),var(--shadow-glow)}._imgWrap_1ve8o_108{height:260px;flex-shrink:0;overflow:hidden;border-radius:var(--radius-lg) var(--radius-lg) 0 0;position:relative;background-color:#e0e0e0;animation:_imgSkeleton_1ve8o_1 1.6s ease-in-out infinite}._imgWrap_1ve8o_108:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.62));pointer-events:none;transition:background .25s}._card_1ve8o_84:hover ._imgWrap_1ve8o_108:after{background:linear-gradient(to bottom,transparent,rgba(255,255,255,.82))}._img_1ve8o_108{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease-out)}._card_1ve8o_84:hover ._img_1ve8o_108{transform:scale(1.06)}._body_1ve8o_147{padding:16px 20px 20px;display:flex;flex-direction:column;gap:8px;flex:1;min-height:0}._tags_1ve8o_157{display:flex;flex-wrap:wrap;gap:6px}._cardTitle_1ve8o_164{font-size:clamp(14px,1.2vw,15px);font-weight:600;color:var(--text-primary);line-height:1.4;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._excerpt_1ve8o_177{font-size:12.5px;color:var(--text-secondary);line-height:1.6;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._cardFooter_1ve8o_189{display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid var(--glass-border);margin-top:auto}._date_1ve8o_198{font-size:10px;color:var(--text-muted);font-family:var(--font-mono)}._readMore_1ve8o_204{font-size:12px;font-weight:500;color:var(--text-accent);transition:letter-spacing .15s}._card_1ve8o_84:hover ._readMore_1ve8o_204{letter-spacing:.04em}._dots_1ve8o_216{display:flex;justify-content:center;gap:6px;margin-bottom:40px}._dot_1ve8o_216{width:6px;height:6px;border-radius:50%;background:var(--glass-border);border:none;cursor:pointer;padding:0;transition:background .2s,width .25s cubic-bezier(.16,1,.3,1)}._dotActive_1ve8o_234{width:20px;border-radius:3px;background:var(--accent-indigo)}._allRow_1ve8o_241{display:flex;justify-content:center}@media(max-width:900px){._card_1ve8o_84{flex:0 0 260px;width:260px;height:420px}._imgWrap_1ve8o_108{height:200px}}@media(max-width:560px){._card_1ve8o_84{flex:0 0 78vw;width:78vw;height:400px}._imgWrap_1ve8o_108{height:200px}._titleRow_1ve8o_5{flex-direction:column;align-items:flex-start;gap:16px}._navBtns_1ve8o_16{align-self:flex-end}._carouselWrap_1ve8o_50{mask-image:linear-gradient(to right,transparent 0%,black 5%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 90%,transparent 100%)}}._inner_15wwg_1{position:relative;text-align:center;padding:80px 40px;border-radius:var(--radius-xl);background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);overflow:hidden}._glow_15wwg_12{position:absolute;top:-120px;left:50%;transform:translate(-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.12) 0%,transparent 70%);pointer-events:none}._title_15wwg_24{margin:12px 0 20px}._desc_15wwg_28{font-size:16px;color:var(--text-secondary);line-height:1.65;max-width:480px;margin:0 auto 52px}._tiles_15wwg_37{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:760px;margin:0 auto;text-align:left}@media(max-width:640px){._tiles_15wwg_37{grid-template-columns:1fr}._inner_15wwg_1{padding:52px 24px}}._tile_15wwg_37{display:flex;align-items:center;gap:14px;padding:18px 20px;text-decoration:none;transition:transform .25s var(--ease-out),box-shadow .25s,background .25s,border-color .25s}._tile_15wwg_37:hover{transform:translateY(-3px);box-shadow:var(--shadow-md),var(--shadow-glow)}._tileIcon_15wwg_65{width:40px;height:40px;border-radius:var(--radius-sm);background:#6366f11f;border:1px solid rgba(99,102,241,.2);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:var(--text-accent);flex-shrink:0}._tileBody_15wwg_80{flex:1;min-width:0}._tileLabel_15wwg_85{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:3px}._tileValue_15wwg_94{font-size:13px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._tileArrow_15wwg_103{font-size:16px;color:var(--text-muted);transition:color var(--transition-fast),transform var(--transition-fast)}._tile_15wwg_37:hover ._tileArrow_15wwg_103{color:var(--text-accent);transform:translate(3px)}._section_1qa2r_1{padding:0 0 var(--section-pad)}._card_1qa2r_6{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:64px;background:#ffffffb8;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.85);border-radius:var(--radius-xl);padding:56px;cursor:pointer;position:relative;overflow:visible;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}._card_1qa2r_6:hover{border-color:#fff;background:#ffffffe0;box-shadow:var(--shadow-lg),var(--shadow-glow)}._card_1qa2r_6:before{content:"";position:absolute;bottom:-60px;left:-60px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(82,84,216,.08) 0%,transparent 65%);pointer-events:none}._polaroidCluster_1qa2r_47{position:relative;flex-shrink:0;width:260px;height:180px;display:flex;align-items:flex-end;justify-content:center}._polaroid_1qa2r_47{position:absolute;width:165px;transform:translate(var(--x)) rotate(var(--rotate));transition:transform .5s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease;filter:drop-shadow(0 6px 16px rgba(0,0,0,.18))}._card_1qa2r_6:hover ._polaroid_1qa2r_47{transform:translate(var(--spread-x)) translateY(var(--spread-y)) rotate(var(--spread-r));filter:drop-shadow(0 12px 28px rgba(82,84,216,.22))}._polaroidInner_1qa2r_78{background:#fff;color-scheme:light;padding:6px 6px 0;border-radius:3px 3px 0 0}._polaroidImg_1qa2r_85{width:100%;height:130px;object-fit:cover;display:block;border-radius:2px}._polaroidMain_1qa2r_94{width:190px}._polaroidMain_1qa2r_94 ._polaroidImg_1qa2r_85{height:155px}._polaroidBottom_1qa2r_103{background:#fff;color-scheme:light;height:28px;border-radius:0 0 3px 3px}._clusterGlow_1qa2r_111{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.18) 0%,rgba(82,84,216,.1) 45%,transparent 70%);opacity:0;transition:opacity .45s ease;pointer-events:none;z-index:-1}._card_1qa2r_6:hover ._clusterGlow_1qa2r_111{opacity:1}._textCol_1qa2r_131{display:flex;flex-direction:column;gap:12px;flex:0 1 420px}._label_1qa2r_138{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-indigo)}._label_1qa2r_138:before{content:"";width:16px;height:1px;background:var(--accent-indigo)}._title_1qa2r_155{font-size:clamp(22px,2.5vw,30px);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--text-primary);margin:0}._desc_1qa2r_164{font-size:14px;line-height:1.7;color:var(--text-secondary);margin:0;max-width:100%}._cta_1qa2r_172{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--accent-indigo);margin-top:4px;transition:gap .2s ease}._card_1qa2r_6:hover ._cta_1qa2r_172{gap:11px}._ctaBtn_1qa2r_186{margin-top:4px;align-self:flex-start}@media(max-width:768px){._card_1qa2r_6{flex-direction:column;align-items:center;gap:36px;padding:100px 24px 36px;width:100%;box-sizing:border-box;text-align:center}._label_1qa2r_138{justify-content:center}._label_1qa2r_138:before{display:none}._textCol_1qa2r_131{flex:1;width:100%;align-items:center}._ctaBtn_1qa2r_186{align-self:center}._desc_1qa2r_164{max-width:100%}._polaroidCluster_1qa2r_47{width:260px;height:180px}._polaroid_1qa2r_47{width:120px}._polaroidImg_1qa2r_85{height:92px}._polaroidMain_1qa2r_94{width:138px}._polaroidMain_1qa2r_94 ._polaroidImg_1qa2r_85{height:112px}._polaroid_1qa2r_47{transform:translate(var(--spread-x)) translateY(var(--spread-y)) rotate(var(--spread-r));filter:drop-shadow(0 10px 22px rgba(82,84,216,.2));transition:none}._clusterGlow_1qa2r_111{opacity:1}}._footer_zo2ue_1{border-top:1px solid var(--glass-border);padding:32px 0}._inner_zo2ue_6{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}._left_zo2ue_14{display:flex;align-items:center;gap:16px}._name_zo2ue_20{font-size:13px;font-weight:600;color:var(--text-primary)}._copy_zo2ue_26{font-size:12px;color:var(--text-muted)}._built_zo2ue_33{font-size:12px;color:var(--text-muted);font-family:var(--font-mono)}._wrap_18ud5_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;overflow:hidden}._blob1_18ud5_9{position:absolute;top:-20%;right:-10%;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(82,84,216,.1) 0%,transparent 65%);animation:_drift1_18ud5_1 18s ease-in-out infinite alternate}._blob2_18ud5_20{position:absolute;bottom:10%;left:-15%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.08) 0%,transparent 65%);animation:_drift2_18ud5_1 22s ease-in-out infinite alternate}._blob3_18ud5_31{position:absolute;top:40%;left:40%;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.06) 0%,transparent 65%);animation:_drift3_18ud5_1 26s ease-in-out infinite alternate}._noise_18ud5_42{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");background-size:200px 200px;opacity:.4}@keyframes _drift1_18ud5_1{0%{transform:translate(0) scale(1)}to{transform:translate(-60px,40px) scale(1.1)}}@keyframes _drift2_18ud5_1{0%{transform:translate(0) scale(1)}to{transform:translate(50px,-60px) scale(1.08)}}@keyframes _drift3_18ud5_1{0%{transform:translate(0) scale(1)}to{transform:translate(-30px,50px) scale(.92)}}._landing_1mfc7_2{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:var(--bg-base)}._landingCenter_1mfc7_14{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:720px;padding:0 clamp(24px,5vw,48px);position:relative;z-index:1;gap:0}._landingCenter_1mfc7_14 ._sectionLabel_1mfc7_27{margin-bottom:16px;animation:_fadeUp_1mfc7_1 .6s cubic-bezier(.16,1,.3,1) .05s both}._landingCenter_1mfc7_14 ._title_1mfc7_31{margin-bottom:12px;animation:_fadeUp_1mfc7_1 .65s cubic-bezier(.16,1,.3,1) .12s both}._landingCenter_1mfc7_14 ._subtitle_1mfc7_35{margin-bottom:28px;animation:_fadeUp_1mfc7_1 .65s cubic-bezier(.16,1,.3,1) .2s both}._landingInputRow_1mfc7_40{width:100%;margin-bottom:20px;animation:_fadeUp_1mfc7_1 .65s cubic-bezier(.16,1,.3,1) .28s both}._pillCarouselWrap_1mfc7_47{width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);cursor:default;animation:_fadeUp_1mfc7_1 .65s cubic-bezier(.16,1,.3,1) .36s both}._pillCarouselWrap_1mfc7_47::-webkit-scrollbar{display:none}._pillCarouselWrap_1mfc7_47:hover{cursor:grab}._pillTrack_1mfc7_60{display:flex;gap:8px;width:max-content;padding:4px 0 8px}._pill_1mfc7_47{flex-shrink:0;padding:8px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--text-secondary);font-size:13px;font-family:inherit;cursor:pointer;white-space:nowrap;box-shadow:0 2px 12px #5254d814,inset 0 1px #ffffff1f;transition:background .15s,color .15s,border-color .15s,box-shadow .15s}._pill_1mfc7_47:hover{background:#5254d826;border-color:#5254d866;color:var(--text-primary);box-shadow:0 4px 20px #5254d833,inset 0 1px #ffffff26}._landingBackBtn_1mfc7_92{position:absolute;top:20px;left:24px;z-index:10;animation:_fadeIn_1mfc7_1 .5s ease .1s both;border-color:#0000002e!important;background:#ffffffb8!important;box-shadow:0 1px 6px #00000014;color:var(--text-primary)!important}@keyframes _fadeUp_1mfc7_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_1mfc7_1{0%{opacity:0}to{opacity:1}}._landingGrid_1mfc7_116{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(82,84,216,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(82,84,216,.06) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 0%,transparent 100%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 0%,transparent 100%);pointer-events:none;z-index:0;animation:_fadeIn_1mfc7_1 .8s ease both}._landingOrbs_1mfc7_130{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}._landingOrb1_1mfc7_138{position:absolute;width:500px;height:500px;top:-80px;right:-80px;border-radius:50%;background:radial-gradient(circle,rgba(82,84,216,.45) 0%,transparent 70%);filter:blur(80px);animation:_fadeIn_1mfc7_1 1s ease both,_orbFloat1_1mfc7_1 9s ease-in-out 1s infinite}._landingOrb2_1mfc7_150{position:absolute;width:420px;height:420px;bottom:-60px;left:-60px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.38) 0%,transparent 70%);filter:blur(80px);animation:_fadeIn_1mfc7_1 1.1s ease both,_orbFloat2_1mfc7_1 11s ease-in-out 1.1s infinite}._landingOrb3_1mfc7_162{position:absolute;width:320px;height:320px;top:40%;left:50%;transform:translate(-50%);border-radius:50%;background:radial-gradient(circle,rgba(168,85,247,.28) 0%,transparent 70%);filter:blur(60px);animation:_fadeIn_1mfc7_1 1.2s ease both,_orbFloat3_1mfc7_1 7s ease-in-out 1.2s infinite}._bentoBg_1mfc7_176{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(3,1fr);gap:10px;padding:10px;pointer-events:none;overflow:hidden;z-index:0;mask-image:radial-gradient(ellipse 70% 65% at 50% 50%,transparent 0%,rgba(0,0,0,.1) 40%,black 68%,black 100%);-webkit-mask-image:radial-gradient(ellipse 70% 65% at 50% 50%,transparent 0%,rgba(0,0,0,.1) 40%,black 68%,black 100%)}._bentoCard_1mfc7_202{border-radius:14px;overflow:hidden;filter:blur(8px);opacity:0;scale:.8;transition:opacity .9s ease,scale .85s cubic-bezier(.34,1.56,.64,1);animation-name:_bentoFloat_1mfc7_1;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-fill-mode:both;will-change:translate,scale,opacity}._bentoCard_1mfc7_202 img{width:100%;height:100%;object-fit:cover;display:block}._bentoVisible_1mfc7_229{opacity:.32;scale:1}@keyframes _bentoFloat_1mfc7_1{0%,to{translate:0 0px}50%{translate:0 -20px}}._page_1mfc7_240{display:grid;grid-template-columns:1fr 0fr;min-height:100vh;padding-top:80px;transition:grid-template-columns 1.5s cubic-bezier(.4,0,.2,1),padding-top .55s cubic-bezier(.16,1,.3,1)}._page_1mfc7_240._hasInsight_1mfc7_250{grid-template-columns:1fr 1fr}._page_1mfc7_240._chatActive_1mfc7_254{padding-top:0}._left_1mfc7_259{display:flex;flex-direction:column;height:calc(100vh - 80px);overflow:hidden;transition:height .55s cubic-bezier(.16,1,.3,1)}._leftChatActive_1mfc7_269{height:100vh}._inner_1mfc7_274{display:flex;flex-direction:column;height:100%;max-width:860px;width:100%;margin:0 auto;padding:40px clamp(24px,4vw,64px) 0;transition:max-width 1.5s cubic-bezier(.4,0,.2,1),margin 1.5s cubic-bezier(.4,0,.2,1)}._innerExpanded_1mfc7_286{max-width:100%;margin:0}._chatHeader_1mfc7_292{flex-shrink:0;display:flex;flex-direction:column;gap:4px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--glass-border)}._chatHeaderLabel_1mfc7_302{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-indigo)}._chatHeaderTitle_1mfc7_310{font-size:40px;font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--text-primary);margin:0}._chatHeaderSubtitle_1mfc7_319{font-size:15px;color:var(--text-muted);line-height:1.6;margin:0}._backBtn_1mfc7_327{margin-bottom:32px;flex-shrink:0;align-self:flex-start}._header_1mfc7_334{flex-shrink:0;margin-bottom:32px}._topSection_1mfc7_337{flex-shrink:0;overflow:hidden;max-height:420px;opacity:1;transform:translateY(0);transition:max-height .6s cubic-bezier(.16,1,.3,1),opacity .4s ease,transform .6s cubic-bezier(.16,1,.3,1)}._topSectionHidden_1mfc7_349{max-height:0;opacity:0;transform:translateY(-24px);pointer-events:none}._sectionLabel_1mfc7_27{display:block;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-indigo);margin-bottom:14px}._title_1mfc7_31{font-size:clamp(28px,3.5vw,44px);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:14px}._titleGradient_1mfc7_375{background:linear-gradient(135deg,#5254d8,#7c3aed 30%,#a855f7 55%,#7c3aed 75%,#5254d8);background-size:250% 250%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:_btnBreathe_1mfc7_1 8s ease-in-out infinite}@keyframes _btnBreathe_1mfc7_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._subtitle_1mfc7_35{font-size:14px;color:var(--text-muted);line-height:1.6}._messages_1mfc7_404{flex:1;overflow-y:auto;padding-bottom:24px;scroll-behavior:smooth;position:relative;display:flex;flex-direction:column;mask-image:linear-gradient(to bottom,transparent 0px,black 6px,black calc(100% - 6px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0px,black 6px,black calc(100% - 6px),transparent 100%)}._messages_1mfc7_404::-webkit-scrollbar{width:0}._emptyState_1mfc7_421{margin-top:auto;padding-bottom:8px}._emptyLabel_1mfc7_426{font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px}._suggestions_1mfc7_435{display:flex;flex-direction:column;gap:0}._suggestion_1mfc7_435{display:flex;align-items:center;gap:10px;padding:10px 8px;border-radius:10px;font-size:13.5px;color:var(--text-secondary);background:transparent;border:none;cursor:pointer;text-align:left;transition:background .12s,color .12s}._suggestion_1mfc7_435:hover{background:#5254d812;color:var(--text-primary)}._suggestionIcon_1mfc7_455{font-size:9px;color:var(--accent-indigo);opacity:.55;flex-shrink:0}._message_1mfc7_404{display:flex;gap:12px;padding:6px 0}._userMessage_1mfc7_459{justify-content:flex-end;padding:8px 0 4px}._assistantMessage_1mfc7_463{align-items:flex-start;padding:4px 0}._aiBubble_1mfc7_466{background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:5px 18px 18px;padding:12px 16px;max-width:88%}._aiResponseLabel_1mfc7_473{display:block;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-indigo);opacity:.6;margin-bottom:8px}._generatingLabel_1mfc7_482{font-size:12px;font-weight:500;letter-spacing:0;text-transform:none;color:var(--text-primary);opacity:.35}@keyframes _spin_1mfc7_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._generatingRow_1mfc7_479{display:flex;align-items:center;gap:8px}._generatingSpin_1mfc7_495{color:var(--accent-indigo);animation:_spin_1mfc7_1 1s linear infinite;flex-shrink:0}._generatingText_1mfc7_500{font-size:13px;color:var(--text-secondary);font-weight:500}._userBubble_1mfc7_505{background:var(--accent-indigo);border-radius:18px 18px 5px;padding:10px 16px;max-width:82%}._userText_1mfc7_511{font-size:14px;font-weight:500;color:#fff;line-height:1.55;margin:0}._aiIcon_1mfc7_519{font-size:11px;color:var(--accent-indigo);opacity:.7;flex-shrink:0;margin-top:4px}._typingDots_1mfc7_521{display:flex;align-items:center;gap:4px}._typingDots_1mfc7_521 span{width:5px;height:5px;border-radius:50%;background:var(--accent-indigo);opacity:.4;animation:_dotPulse_1mfc7_1 1.2s ease-in-out infinite}._typingDots_1mfc7_521 span:nth-child(2){animation-delay:.2s}._typingDots_1mfc7_521 span:nth-child(3){animation-delay:.4s}@keyframes _dotPulse_1mfc7_1{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}._msgContent_1mfc7_534{font-size:14px;line-height:1.7;color:var(--text-secondary)}._msgH4_1mfc7_535{font-size:13px;font-weight:700;color:var(--text-primary);margin:12px 0 6px}._msgStrong_1mfc7_536{display:block;font-weight:600;color:var(--text-primary);margin:4px 0}._msgListItem_1mfc7_537{display:flex;gap:8px;margin:3px 0}._msgBullet_1mfc7_538{color:var(--accent-indigo);opacity:.5;flex-shrink:0;font-size:11px;line-height:1.9}._msgSpacer_1mfc7_539{height:6px}._msgPara_1mfc7_540{margin:3px 0}._inputWrap_1mfc7_543{flex-shrink:0;padding:0 0 28px}._inputBar_1mfc7_549{display:flex;align-items:center;gap:6px;background:#00000008;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:6px 6px 6px 16px;transition:border-color .15s,box-shadow .15s}._inputBar_1mfc7_549:focus-within{border-color:#5254d84d;box-shadow:0 0 0 3px #5254d814;background:#fff}._landingInputRow_1mfc7_40 ._inputBar_1mfc7_549{border-color:#5254d873;box-shadow:0 0 0 3px #5254d81f,0 0 24px #5254d824;background:#fff}._landingInputRow_1mfc7_40 ._inputBar_1mfc7_549:focus-within{border-color:#5254d8b3;box-shadow:0 0 0 4px #5254d82e,0 0 32px #5254d838}._input_1mfc7_543{flex:1;resize:none;background:transparent;border:none;outline:none;padding:6px 0;font-size:14px;font-family:inherit;color:var(--text-primary);line-height:1.5;max-height:120px;overflow-y:auto}._input_1mfc7_543::placeholder{color:var(--text-muted)}._sendBtn_1mfc7_596{flex-shrink:0;width:32px;height:32px;border-radius:10px;background:#0000000f;border:none;color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s,transform .15s,box-shadow .2s}._sendActive_1mfc7_608{background:var(--accent-indigo);color:#fff;box-shadow:0 4px 14px #5254d873}._sendActive_1mfc7_608:hover{background:#4345c4;transform:scale(1.06);box-shadow:0 6px 18px #5254d88c}._mentionedCards_1mfc7_620{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px;padding-top:12px;border-top:1px solid var(--glass-border)}._mentionedCard_1mfc7_620{display:flex;flex-direction:column;gap:0;width:130px;flex-shrink:0;background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:10px;overflow:hidden;cursor:pointer;text-align:left;padding:0;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease,border-color .2s}._mentionedCard_1mfc7_620:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 24px #0000001f;border-color:#5254d84d}._mentionedCardImg_1mfc7_651{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--bg-elevated)}._mentionedCardImg_1mfc7_651 img{width:100%;height:100%;object-fit:cover;display:block}._mentionedCardTitle_1mfc7_665{font-size:11px;font-weight:600;color:var(--text-primary);padding:6px 8px 4px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._mentionedCardArrow_1mfc7_676{font-size:10px;color:var(--accent-indigo);padding:0 8px 6px;opacity:.7}._resumeDownloadBtn_1mfc7_684{display:inline-flex;align-items:center;gap:7px;margin:10px 0 4px;padding:9px 18px;border-radius:999px;background:var(--accent-indigo);color:#fff;font-size:13px;font-weight:600;font-family:inherit;border:none;cursor:pointer;box-shadow:0 2px 12px #5254d866;transition:opacity .15s,box-shadow .15s,transform .15s}._resumeDownloadBtn_1mfc7_684:hover{opacity:.9;box-shadow:0 4px 20px #5254d88c;transform:translateY(-1px)}._resumeDownloadBtn_1mfc7_684:disabled{opacity:.65;cursor:default;transform:none}._followUps_1mfc7_713{flex-shrink:0;width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);cursor:default;margin-bottom:8px}._followUps_1mfc7_713::-webkit-scrollbar{display:none}._disclaimer_1mfc7_727{flex-shrink:0;text-align:center;font-size:11px;color:var(--text-muted);opacity:.6;margin:-16px 0 20px}._right_1mfc7_737{position:sticky;top:80px;height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:40px clamp(24px,4vw,64px);overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,black 10%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%);opacity:0;transform:translate(40px);pointer-events:none;transition:top .55s cubic-bezier(.16,1,.3,1),height .55s cubic-bezier(.16,1,.3,1),opacity .6s ease .55s,transform .75s cubic-bezier(.16,1,.3,1) .5s}._rightVisible_1mfc7_762{opacity:1;transform:translate(0);pointer-events:auto}._rightChatActive_1mfc7_768{top:0;height:100vh}._orbLayer_1mfc7_774{position:absolute;top:-120px;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}._orb1_1mfc7_785,._orb2_1mfc7_786,._orb3_1mfc7_787{position:absolute;border-radius:50%;filter:blur(72px);will-change:transform}._orb1_1mfc7_785{width:340px;height:340px;top:40px;right:-40px;background:radial-gradient(circle,rgba(82,84,216,.38) 0%,transparent 70%);animation:_orbFloat1_1mfc7_1 9s ease-in-out infinite}._orb2_1mfc7_786{width:260px;height:260px;bottom:10%;left:-20px;background:radial-gradient(circle,rgba(124,58,237,.28) 0%,transparent 70%);animation:_orbFloat2_1mfc7_1 11s ease-in-out infinite;animation-delay:-3s}._orb3_1mfc7_787{width:200px;height:200px;top:45%;right:15%;background:radial-gradient(circle,rgba(168,85,247,.22) 0%,transparent 70%);animation:_orbFloat3_1mfc7_1 7s ease-in-out infinite;animation-delay:-5s}@keyframes _orbFloat1_1mfc7_1{0%,to{transform:translate(0) scale(1);opacity:.9}40%{transform:translate(-30px,40px) scale(1.08);opacity:.7}70%{transform:translate(20px,-20px) scale(.95);opacity:1}}@keyframes _orbFloat2_1mfc7_1{0%,to{transform:translate(0) scale(1);opacity:.8}35%{transform:translate(40px,-30px) scale(1.1);opacity:.6}65%{transform:translate(-20px,20px) scale(.92);opacity:.9}}@keyframes _orbFloat3_1mfc7_1{0%,to{transform:translate(0) scale(1);opacity:.7}50%{transform:translate(-25px,30px) scale(1.12);opacity:.5}}._orb1_1mfc7_785,._orb2_1mfc7_786,._orb3_1mfc7_787{transition:top 1.5s cubic-bezier(.4,0,.2,1),right 1.5s cubic-bezier(.4,0,.2,1),left 1.5s cubic-bezier(.4,0,.2,1),bottom 1.5s cubic-bezier(.4,0,.2,1),opacity 1.5s ease}._orbsLoading_1mfc7_855 ._orb1_1mfc7_785{top:calc(50% - 170px);right:calc(50% - 110px);left:auto;bottom:auto;opacity:1;animation:_orbOrbit1_1mfc7_1 6s ease-in-out infinite}._orbsLoading_1mfc7_855 ._orb2_1mfc7_786{top:calc(50% - 100px);left:calc(50% - 170px);right:auto;bottom:auto;opacity:1;animation:_orbOrbit2_1mfc7_1 7.5s ease-in-out infinite}._orbsLoading_1mfc7_855 ._orb3_1mfc7_787{top:calc(50% - 60px);right:calc(50% - 80px);left:auto;bottom:auto;opacity:1;animation:_orbOrbit3_1mfc7_1 5s ease-in-out infinite}._orbsDone_1mfc7_881 ._orb1_1mfc7_785{top:40px;right:-40px;left:auto;bottom:auto;opacity:.28;animation:_orbFloat1_1mfc7_1 9s ease-in-out infinite}._orbsDone_1mfc7_881 ._orb2_1mfc7_786{bottom:10%;left:-20px;top:auto;right:auto;opacity:.22;animation:_orbFloat2_1mfc7_1 11s ease-in-out infinite}._orbsDone_1mfc7_881 ._orb3_1mfc7_787{top:45%;right:15%;left:auto;bottom:auto;opacity:.18;animation:_orbFloat3_1mfc7_1 7s ease-in-out infinite}@keyframes _orbOrbit1_1mfc7_1{0%{transform:translate(60px,-30px) scale(1.08)}25%{transform:translate(20px,70px) scale(1.13)}50%{transform:translate(-70px,20px) scale(1.06)}75%{transform:translate(-10px,-65px) scale(1.11)}to{transform:translate(60px,-30px) scale(1.08)}}@keyframes _orbOrbit2_1mfc7_1{0%{transform:translate(-50px,50px) scale(1.1)}33%{transform:translate(65px,15px) scale(1.05)}66%{transform:translate(10px,-70px) scale(1.13)}to{transform:translate(-50px,50px) scale(1.1)}}@keyframes _orbOrbit3_1mfc7_1{0%{transform:translateY(-55px) scale(1.15)}33%{transform:translate(-60px,25px) scale(1.08)}66%{transform:translate(55px,30px) scale(1.12)}to{transform:translateY(-55px) scale(1.15)}}._insightBlock_1mfc7_930{display:flex;flex-direction:column;gap:20px;max-width:440px;position:relative;z-index:1;transition:opacity .5s ease,transform .5s ease}._insightVisible_1mfc7_940{opacity:1;transform:translateY(0)}._insightFading_1mfc7_945{opacity:0;transform:translateY(-12px);pointer-events:none}._insightLabel_1mfc7_951{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}._insightText_1mfc7_959{font-size:clamp(26px,3vw,40px);font-weight:700;line-height:1.3;letter-spacing:-.025em;color:var(--text-primary);min-height:2.6em}._word_1mfc7_969{display:inline;opacity:0;filter:blur(8px)}._wordVisible_1mfc7_976{opacity:1;filter:blur(0px);transition:opacity .55s ease,filter .55s ease}._word_1mfc7_969:after{content:" "}._insightKeyword_1mfc7_988{background:linear-gradient(90deg,#5254d8,#7c3aed 30%,#a855f7,#7c3aed 70%,#5254d8);background-size:250% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:_gradientSwipe_1mfc7_1 2.4s linear infinite}@keyframes _gradientSwipe_1mfc7_1{0%{background-position:0% center}to{background-position:250% center}}@media(max-width:768px){._page_1mfc7_240,._page_1mfc7_240._hasInsight_1mfc7_250{grid-template-columns:1fr}._left_1mfc7_259{height:calc(100svh - 80px);height:calc(100vh - 80px)}._leftChatActive_1mfc7_269{height:100svh;height:100vh}._inner_1mfc7_274{max-width:none;padding:24px 20px 0}._messages_1mfc7_404{max-height:none}._inputWrap_1mfc7_543{padding-bottom:max(20px,env(safe-area-inset-bottom,20px))}._right_1mfc7_737,._rightVisible_1mfc7_762,._rightChatActive_1mfc7_768{display:none}._insightText_1mfc7_959{font-size:clamp(22px,7vw,30px);min-height:unset}._orb1_1mfc7_785{width:220px;height:220px}._orb2_1mfc7_786{width:180px;height:180px}._orb3_1mfc7_787{width:140px;height:140px}}._btn_y22m9_2{display:inline-flex;align-items:center;gap:7px;padding:7px 14px 7px 10px;background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:999px;font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:color .18s,border-color .18s,background .18s,transform .18s,box-shadow .18s;white-space:nowrap;text-decoration:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._btn_y22m9_2:hover{color:var(--text-primary);border-color:var(--accent-indigo);background:var(--bg-elevated);box-shadow:0 2px 10px #5254d81f}._btn_y22m9_2:hover ._arrow_y22m9_33{transform:translate(-3px)}._arrow_y22m9_33{display:flex;align-items:center;color:var(--text-accent);transition:transform .18s cubic-bezier(.16,1,.3,1);flex-shrink:0}._section_fuoqe_1{padding:0 0 var(--section-pad);border-top:1px solid var(--glass-border);padding-top:48px}._header_fuoqe_7{display:flex;flex-direction:column;margin-bottom:28px}._title_fuoqe_13{margin:8px 0 12px}._sub_fuoqe_17{font-size:15px;color:#111128d1;line-height:1.7;margin:0;max-width:480px}._list_fuoqe_26{display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.85);border-radius:var(--radius-lg);overflow:hidden;background:#ffffffb8;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}._row_fuoqe_38{display:grid;grid-template-columns:32px 152px 1fr auto auto;align-items:center;gap:20px;padding:18px 24px;background:transparent;border-bottom:1px solid rgba(255,255,255,.5);transition:background .18s ease;cursor:pointer;width:100%;text-align:left;border-left:none;border-right:none;border-top:none;border-radius:0;font-family:inherit}._row_fuoqe_38:last-child{border-bottom:none}._row_fuoqe_38:hover{background:#fff6}._playIcon_fuoqe_59{font-size:18px;color:var(--text-muted);opacity:0;transition:opacity .18s ease;flex-shrink:0}._row_fuoqe_38:hover ._playIcon_fuoqe_59{opacity:1;color:var(--accent-indigo)}._num_fuoqe_69{font-size:11px;font-weight:600;color:var(--text-muted);font-variant-numeric:tabular-nums;letter-spacing:.04em}._thumb_fuoqe_78{width:152px;height:86px;border-radius:8px;overflow:hidden;background:#0d1117;flex-shrink:0}._thumb_fuoqe_78 video,._thumb_fuoqe_78 img{width:100%;height:100%;object-fit:cover;display:block}._text_fuoqe_95{display:flex;flex-direction:column;gap:3px;min-width:0}._rowTitle_fuoqe_97{font-size:15px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._rowDesc_fuoqe_106{font-size:13px;color:var(--text-muted);line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._tag_fuoqe_116{font-size:11px;font-weight:500;padding:3px 10px;border-radius:999px;background:#5254d814;color:var(--text-accent);border:1px solid rgba(82,84,216,.15);white-space:nowrap;flex-shrink:0}@media(max-width:640px){._row_fuoqe_38{grid-template-columns:24px 96px 1fr;gap:12px;padding:12px 16px}._tag_fuoqe_116,._playIcon_fuoqe_59{display:none}._thumb_fuoqe_78{width:96px;height:56px}}._backdrop_1j99q_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#05050fe0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:24px}._modal_1j99q_16{width:100%;max-width:860px;max-height:92vh;display:flex;flex-direction:column;gap:0;background:#0e0e1a;border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;box-shadow:0 32px 80px #0009}._topBar_1j99q_31{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px 16px;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0}._topLeft_1j99q_41{display:flex;align-items:center;gap:14px;min-width:0}._num_1j99q_48{font-size:11px;font-weight:600;color:#ffffff4d;letter-spacing:.06em;flex-shrink:0}._topMeta_1j99q_56{display:flex;align-items:center;gap:10px;min-width:0}._title_1j99q_63{font-size:15px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._tag_1j99q_73{font-size:11px;font-weight:500;padding:3px 10px;border-radius:999px;background:#5254d833;color:#a5b4fc;border:1px solid rgba(82,84,216,.3);white-space:nowrap;flex-shrink:0}._closeBtn_1j99q_85{flex-shrink:0;width:32px;height:32px;border-radius:8px;background:#ffffff0f;border:none;color:#ffffff80;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s}._closeBtn_1j99q_85:hover{background:#ffffff1f;color:#fff}._mediaWrap_1j99q_101{position:relative;flex-shrink:0;background:#000;height:420px;overflow:hidden}._mediaInner_1j99q_109{width:100%;height:100%}._video_1j99q_114{width:100%;height:100%;object-fit:contain;display:block}._navArrow_1j99q_122{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#0000008c;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s,background .15s;z-index:2}._mediaWrap_1j99q_101:hover ._navArrow_1j99q_122{opacity:1}._navArrow_1j99q_122:hover{background:#5254d899}._navPrev_1j99q_141{left:12px}._navNext_1j99q_142{right:12px}._descRow_1j99q_145{padding:16px 22px;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0;display:flex;align-items:center;gap:16px}._desc_1j99q_145{font-size:13px;line-height:1.65;color:#ffffff8c;margin:0;flex:1}._ctaBtn_1j99q_163{flex-shrink:0;display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border-radius:100px;background:#5254d82e;border:1px solid rgba(82,84,216,.35);color:#a5b4fc;font-size:12px;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .18s,border-color .18s,color .18s}._ctaBtn_1j99q_163:hover{background:#5254d852;border-color:#5254d899;color:#c7d2fe}._tabs_1j99q_187{display:grid;grid-template-columns:repeat(4,1fr);border-top:none;flex-shrink:0}._tab_1j99q_187{display:flex;flex-direction:column;gap:0;padding:0;background:transparent;border:none;border-right:1px solid rgba(255,255,255,.07);cursor:pointer;transition:background .15s;overflow:hidden;text-align:left}._tab_1j99q_187:last-child{border-right:none}._tab_1j99q_187:hover{background:#ffffff0a}._tabActive_1j99q_210{background:#5254d81f;border-bottom:2px solid #5254d8}._tabThumb_1j99q_215{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#000;flex-shrink:0}._tabVideo_1j99q_223{width:100%;height:100%;object-fit:cover;display:block}._tabTitle_1j99q_230{display:block;padding:8px 12px;font-size:11px;font-weight:500;color:#ffffff73;line-height:1.4}._tabActive_1j99q_210 ._tabTitle_1j99q_230{color:#a5b4fc}@media(max-width:640px){._backdrop_1j99q_2{padding:0;align-items:flex-end}._modal_1j99q_16{max-height:95vh;border-radius:20px 20px 0 0}._tabs_1j99q_187{grid-template-columns:repeat(2,1fr)}._topMeta_1j99q_56{flex-direction:column;align-items:flex-start;gap:4px}}._section_189mb_1{padding:0 0 var(--section-pad)}._card_189mb_6{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-xl);padding:40px 48px;position:relative;overflow:hidden}._card_189mb_6:before{content:"";position:absolute;top:-80px;right:-80px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.1) 0%,rgba(82,84,216,.06) 50%,transparent 70%);pointer-events:none}._textCol_189mb_39{display:flex;flex-direction:column;gap:14px}._label_189mb_45{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-indigo)}._label_189mb_45:before{content:"";width:16px;height:1px;background:var(--accent-indigo)}._title_189mb_62{font-size:clamp(26px,3vw,38px);font-weight:700;letter-spacing:-.025em;line-height:1.1;color:var(--text-primary);margin:0}._titleAccent_189mb_71{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._body_189mb_78{font-size:14.5px;line-height:1.75;color:var(--text-secondary);margin:0}._cta_189mb_86{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;padding:10px 20px;border-radius:var(--radius-md);font-size:13px;font-weight:600;background:var(--gradient-primary);color:#fff;box-shadow:0 4px 16px #5254d84d;transition:box-shadow var(--transition-base),transform var(--transition-base);margin-top:4px}._cta_189mb_86:hover{box-shadow:0 8px 28px #5254d873;transform:translateY(-1px)}._imgCol_189mb_107{position:relative;display:flex;align-items:center;justify-content:center}._imgFrame_189mb_114{position:relative;width:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 60px #5254d826,0 4px 16px #00000014}._img_189mb_107{width:100%;height:auto;display:block;border-radius:var(--radius-lg)}._imgGlow_189mb_132{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-lg);background:linear-gradient(to bottom,transparent 60%,rgba(82,84,216,.06) 100%);pointer-events:none}@media(max-width:900px){._card_189mb_6{grid-template-columns:1fr;gap:36px;padding:40px 32px}._imgCol_189mb_107{order:-1}}@media(max-width:640px){._card_189mb_6{padding:28px 20px;border-radius:var(--radius-lg)}}._section_12r6l_1{padding:0 0 var(--section-pad)}._card_12r6l_6{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-xl);padding:40px 48px;position:relative;overflow:hidden}._card_12r6l_6:before{content:"";position:absolute;top:-80px;left:-80px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(6,182,212,.09) 0%,rgba(82,84,216,.05) 50%,transparent 70%);pointer-events:none}._textCol_12r6l_39{display:flex;flex-direction:column;gap:14px}._label_12r6l_45{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-indigo)}._label_12r6l_45:before{content:"";width:16px;height:1px;background:var(--accent-indigo)}._title_12r6l_62{font-size:clamp(26px,3vw,38px);font-weight:700;letter-spacing:-.025em;line-height:1.1;color:var(--text-primary);margin:0}._titleAccent_12r6l_71{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._body_12r6l_78{font-size:14.5px;line-height:1.75;color:var(--text-secondary);margin:0}._cta_12r6l_86{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;padding:10px 20px;border-radius:var(--radius-md);font-size:13px;font-weight:600;background:var(--gradient-primary);color:#fff;box-shadow:0 4px 16px #5254d84d;transition:box-shadow var(--transition-base),transform var(--transition-base);margin-top:4px}._cta_12r6l_86:hover{box-shadow:0 8px 28px #5254d873;transform:translateY(-1px)}._imgCol_12r6l_107{position:relative;display:flex;align-items:center;justify-content:center}._imgFrame_12r6l_114{position:relative;width:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 60px #06b6d41f,0 4px 16px #0000001a}._img_12r6l_107{width:100%;height:auto;display:block;border-radius:var(--radius-lg)}._imgGlow_12r6l_132{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-lg);background:linear-gradient(to bottom,transparent 60%,rgba(6,182,212,.05) 100%);pointer-events:none}@media(max-width:900px){._card_12r6l_6{grid-template-columns:1fr;gap:36px;padding:40px 32px}._imgCol_12r6l_107{order:-1}}@media(max-width:640px){._card_12r6l_6{padding:28px 20px;border-radius:var(--radius-lg)}}._section_4e1r8_1{padding:0 0 var(--section-pad)}._card_4e1r8_6{display:flex;align-items:center;gap:64px;background:#ffffffb8;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.85);border-radius:var(--radius-xl);padding:56px 56px 28px;position:relative;overflow:visible;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}._card_4e1r8_6:hover{border-color:#fff;background:#ffffffe0;box-shadow:var(--shadow-lg),var(--shadow-glow)}._card_4e1r8_6:before{content:"";position:absolute;bottom:-60px;right:-60px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(82,84,216,.08) 0%,transparent 65%);pointer-events:none}._textCol_4e1r8_45{display:flex;flex-direction:column;gap:12px;flex:1}._label_4e1r8_52{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-indigo)}._label_4e1r8_52:before{content:"";width:16px;height:1px;background:var(--accent-indigo)}._title_4e1r8_69{font-size:clamp(22px,2.5vw,30px);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--text-primary);margin:0}._desc_4e1r8_78{font-size:14px;line-height:1.7;color:var(--text-secondary);margin:0;max-width:420px}._ctaRow_4e1r8_86{display:flex;align-items:center;gap:12px;margin-top:4px;flex-wrap:wrap}._ctaSecondary_4e1r8_95{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border-radius:var(--radius-md);font-size:13px;font-weight:600;color:#fff;border:none;cursor:pointer;background:linear-gradient(135deg,#5254d8,#7c3aed 30%,#a855f7 55%,#7c3aed 75%,#5254d8);background-size:250% 250%;animation:_breathe_4e1r8_1 8s ease-in-out infinite;transition:transform .2s ease,box-shadow .2s ease}._ctaSecondary_4e1r8_95:hover{transform:translateY(-1px);box-shadow:0 8px 28px #7c3aed59}@keyframes _breathe_4e1r8_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._sparkle_4e1r8_129{font-size:11px;opacity:.85}._polaroidCluster_4e1r8_135{position:relative;flex-shrink:0;width:260px;height:180px;display:flex;align-items:flex-end;justify-content:center}._polaroid_4e1r8_135{position:absolute;width:165px;transform:translate(var(--x)) rotate(var(--rotate));transition:transform .5s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease;filter:drop-shadow(0 6px 16px rgba(0,0,0,.18))}._card_4e1r8_6:hover ._polaroid_4e1r8_135{transform:translate(var(--spread-x)) translateY(var(--spread-y)) rotate(var(--spread-r)) scale(1.1);filter:drop-shadow(0 12px 28px rgba(82,84,216,.22))}._polaroidInner_4e1r8_164{background:#fff;color-scheme:light;padding:6px 6px 0;border-radius:3px 3px 0 0}._polaroidImg_4e1r8_171{width:100%;height:130px;object-fit:cover;display:block;border-radius:2px}._polaroidBottom_4e1r8_179{background:#fff;color-scheme:light;height:28px;border-radius:0 0 3px 3px}._polaroidMain_4e1r8_187{width:190px}._polaroidMain_4e1r8_187 ._polaroidImg_4e1r8_171{height:155px}._clusterGlow_4e1r8_195{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:50%;background:radial-gradient(circle,rgba(82,84,216,.18) 0%,rgba(124,58,237,.1) 45%,transparent 70%);opacity:0;transition:opacity .45s ease;pointer-events:none;z-index:-1}._card_4e1r8_6:hover ._clusterGlow_4e1r8_195{opacity:1}@media(max-width:768px){._card_4e1r8_6{flex-direction:column;align-items:center;gap:36px;padding:100px 24px 36px;width:100%;box-sizing:border-box;text-align:center}._label_4e1r8_52{justify-content:center}._label_4e1r8_52:before{display:none}._desc_4e1r8_78{max-width:100%}._ctaRow_4e1r8_86{justify-content:center}._polaroidCluster_4e1r8_135{order:-1;width:260px;height:180px}._textCol_4e1r8_45{order:1;width:100%;align-items:center}._polaroid_4e1r8_135{width:120px}._polaroidImg_4e1r8_171{height:92px}._polaroidMain_4e1r8_187{width:138px}._polaroidMain_4e1r8_187 ._polaroidImg_4e1r8_171{height:112px}._polaroid_4e1r8_135{transform:translate(var(--spread-x)) translateY(var(--spread-y)) rotate(var(--spread-r));filter:drop-shadow(0 10px 22px rgba(82,84,216,.2));transition:none}._clusterGlow_4e1r8_195{opacity:1}}._section_6weog_6{padding:clamp(32px,4vw,52px) 0 clamp(40px,5vw,64px)}._header_6weog_10{margin-bottom:40px}._subtitle_6weog_14{margin-top:10px;max-width:480px}._brMobile_6weog_20{display:none}@media(max-width:640px){._brMobile_6weog_20{display:inline}}._whiteboard_6weog_26{position:relative;width:100%;height:clamp(460px,58vh,640px);background-color:#111;overflow:hidden;border-radius:20px;border:1px solid rgba(255,255,255,.06)}._card_6weog_39{transition:filter .22s ease}._whiteboard_6weog_26:has(._card_6weog_39:hover) ._card_6weog_39,._whiteboard_6weog_26:has(._cardExpanded_6weog_44) ._card_6weog_39{filter:opacity(.22) blur(.3px)}._whiteboard_6weog_26:has(._card_6weog_39:hover) ._card_6weog_39:hover,._whiteboard_6weog_26:has(._cardExpanded_6weog_44) ._cardExpanded_6weog_44{filter:none;z-index:100!important}._emptyBoard_6weog_55{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#50466e66;pointer-events:none}._emptyBoard_6weog_55 span{font-size:40px;opacity:.3}._emptyBoard_6weog_55 p{font-size:15px;font-weight:500}._card_6weog_39{position:absolute;display:flex;flex-direction:column;align-items:center;gap:7px;cursor:default;transition:opacity .2s ease;z-index:1}._card_6weog_39:hover,._cardExpanded_6weog_44{z-index:100}._cardYours_6weog_94{z-index:90}._cardEmoji_6weog_99{display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 6px rgba(0,0,0,.18))}._cardTag_6weog_107{position:absolute;top:calc(100% + 6px);left:50%;background:#ffffff1f;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:6px 12px 7px;min-width:60px;max-width:140px;text-align:center;opacity:0;transform:translate(-50%,-4px) scale(.92);pointer-events:none;transition:opacity .18s ease,transform .22s cubic-bezier(.16,1,.3,1)}._card_6weog_39:hover ._cardTag_6weog_107,._cardExpanded_6weog_44 ._cardTag_6weog_107,._cardYours_6weog_94 ._cardTag_6weog_107{opacity:1;transform:translate(-50%) scale(1);pointer-events:auto}._cardTagName_6weog_134{font-size:11px;font-weight:700;color:#ffffffeb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;letter-spacing:.01em;line-height:1.3}._cardTagDate_6weog_146{font-size:9.5px;color:#ffffff8c;margin:3px 0 0;white-space:nowrap;overflow:hidden;line-height:1.4}._cardYours_6weog_94 ._cardTag_6weog_107{border-color:color-mix(in srgb,var(--accent-indigo) 75%,transparent);background:color-mix(in srgb,var(--accent-indigo) 26%,rgba(255,255,255,.12));box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-indigo) 22%,transparent),0 8px 28px color-mix(in srgb,var(--accent-indigo) 45%,transparent)}._cardYours_6weog_94 ._cardTagName_6weog_134{color:#fff}._cardYoursTag_6weog_168{font-weight:600;color:color-mix(in srgb,var(--accent-indigo) 30%,#fff);letter-spacing:.02em}._cardYoursRing_6weog_175{position:absolute;top:18px;left:50%;width:56px;height:56px;border-radius:50%;transform:translate(-50%) scale(.4);border:2px solid color-mix(in srgb,var(--accent-indigo) 70%,transparent);pointer-events:none;opacity:0;animation:_yoursRing_6weog_1 1.2s ease-out .55s 2}@keyframes _yoursRing_6weog_1{0%{transform:translate(-50%) scale(.4);opacity:.9;border-width:3px}60%{opacity:.45}to{transform:translate(-50%) scale(2.2);opacity:0;border-width:1px}}._previewCard_6weog_196{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px}._previewTag_6weog_204{background:#2a283ad6;border-radius:999px;padding:4px 11px 5px;text-align:center}._previewTagName_6weog_211{font-size:11px;font-weight:700;color:#ffffffe6;white-space:nowrap}._boardCta_6weog_219{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:50;display:flex;align-items:center;justify-content:center}._ctaBtn_6weog_230{display:inline-flex;align-items:center;gap:8px}._postedBadge_6weog_236{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--accent-indigo);padding:10px 20px;border-radius:999px;border:1px solid color-mix(in srgb,var(--accent-indigo) 30%,transparent);background:color-mix(in srgb,var(--accent-indigo) 8%,transparent);white-space:nowrap}@media(max-width:640px){._postedBadge_6weog_236{font-size:13px;padding:9px 16px}}._overlay_6weog_258{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000a6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:16px}._modal_6weog_272{background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:24px;padding:28px;width:100%;max-width:500px;max-height:90dvh;overflow-y:auto;box-shadow:0 32px 80px #00000080,0 0 0 1px #ffffff0a;display:flex;flex-direction:column;gap:22px;scrollbar-width:none}._modal_6weog_272::-webkit-scrollbar{display:none}._modalHeader_6weog_291{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._modalTitle_6weog_298{font-size:20px;font-weight:700;letter-spacing:-.02em;margin:0 0 4px;color:var(--text-primary)}._modalSubtitle_6weog_306{font-size:14px;color:var(--text-muted);margin:0}._closeBtn_6weog_312{width:36px;height:36px;border-radius:10px;border:1px solid var(--glass-border);background:var(--bg-elevated);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;transition:background .15s,color .15s}._closeBtn_6weog_312:hover{background:var(--bg-surface);color:var(--text-primary)}._emojiGrid_6weog_334{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}._emojiBtn_6weog_340{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1;border-radius:12px;border:1.5px solid transparent;background:var(--bg-elevated);cursor:pointer;transition:background .15s,border-color .15s,transform .15s}._emojiBtn_6weog_340:hover{background:color-mix(in srgb,var(--accent-indigo) 10%,var(--bg-elevated));transform:scale(1.1)}._emojiBtnActive_6weog_358{border-color:color-mix(in srgb,var(--accent-indigo) 55%,transparent);background:color-mix(in srgb,var(--accent-indigo) 14%,var(--bg-elevated))}._previewRow_6weog_364{display:flex;align-items:center;gap:20px}._previewLabel_6weog_370{font-size:12px;font-weight:600;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;margin:0 0 8px}._nameRow_6weog_380{display:flex;gap:10px;align-items:center}._nameInput_6weog_386{flex:1;height:46px;padding:0 16px;border-radius:12px;border:1.5px solid var(--glass-border);background:var(--bg-elevated);color:var(--text-primary);font-size:15px;font-family:inherit;outline:none;transition:border-color .2s}._nameInput_6weog_386::placeholder{color:var(--text-muted)}._nameInput_6weog_386:focus{border-color:color-mix(in srgb,var(--accent-indigo) 60%,transparent)}._shake_6weog_407{animation:_shakeInput_6weog_1 .45s cubic-bezier(.36,.07,.19,.97) both;border-color:#f87171!important}@keyframes _shakeInput_6weog_1{10%,90%{transform:translate(-2px)}20%,80%{transform:translate(4px)}30%,50%,70%{transform:translate(-8px)}40%,60%{transform:translate(8px)}}._postBtn_6weog_419{height:46px;padding:0 22px;border-radius:12px;border:none;background:var(--gradient-primary);color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;flex-shrink:0;display:inline-flex;align-items:center;gap:6px;transition:opacity .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 16px #6366f159}._postBtn_6weog_419:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 24px #6366f180}._postBtn_6weog_419:disabled{opacity:.4;cursor:not-allowed}._errorMsg_6weog_446{font-size:13px;color:#f87171;margin:-10px 0 0}@media(max-width:640px){._section_6weog_6{padding:clamp(48px,12vw,72px) 0 clamp(56px,14vw,100px)}._header_6weog_10{margin-bottom:28px}._whiteboard_6weog_26{height:clamp(420px,70vh,560px);border-radius:16px}._cardEmoji_6weog_99 img{width:44px!important;height:44px!important}._cardTag_6weog_107{padding:5px 10px 6px;max-width:130px}._cardTagName_6weog_134{font-size:10.5px}._cardTagDate_6weog_146{font-size:9px}._boardCta_6weog_219{bottom:22px}._modal_6weog_272{padding:20px;border-radius:20px;gap:18px}._modalTitle_6weog_298{font-size:18px}._modalSubtitle_6weog_306{font-size:13px}._emojiGrid_6weog_334{grid-template-columns:repeat(6,1fr);gap:5px}._emojiBtn_6weog_340{border-radius:10px}._nameRow_6weog_380{flex-wrap:wrap;gap:8px}._nameInput_6weog_386{width:100%;height:44px;font-size:16px}._postBtn_6weog_419{width:100%;justify-content:center;height:44px}._previewRow_6weog_364{justify-content:center}}@media(max-width:400px){._emojiGrid_6weog_334{grid-template-columns:repeat(5,1fr)}._whiteboard_6weog_26{border-radius:14px}._cardEmoji_6weog_99 img{width:40px!important;height:40px!important}}._section_y5vz6_2{padding:clamp(48px,6vw,80px) 0;border-top:1px solid var(--glass-border)}._header_y5vz6_8{display:flex;flex-direction:column;gap:5px;margin-bottom:28px;padding:0 clamp(20px,5vw,80px)}._label_y5vz6_15{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-indigo);font-family:var(--font-mono)}._title_y5vz6_20{font-size:clamp(22px,2.5vw,30px);font-weight:800;color:var(--text-primary);letter-spacing:-.03em;margin:0}._viewport_y5vz6_26{overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0 20px;cursor:grab;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}._viewport_y5vz6_26::-webkit-scrollbar{display:none}._viewport_y5vz6_26:active{cursor:grabbing}._track_y5vz6_53{display:flex;gap:20px;width:max-content}._card_y5vz6_60{flex:0 0 300px;border:1px solid var(--glass-border);border-radius:20px;overflow:hidden;background:var(--bg-surface);transition:transform .25s,border-color .25s,box-shadow .25s}._card_y5vz6_60:hover{transform:translateY(-4px);border-color:#5254d840;box-shadow:0 16px 40px #00000014}._imgWrap_y5vz6_75{position:relative;aspect-ratio:16/10;overflow:hidden;background-color:#e0e0e0;animation:_imgSkeleton_y5vz6_1 1.6s ease-in-out infinite}._img_y5vz6_75{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._card_y5vz6_60:hover ._img_y5vz6_75{transform:scale(1.03)}._imgOverlay_y5vz6_87{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.12))}._badge_y5vz6_91{position:absolute;top:12px;left:12px;font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:4px 10px;background:#0000008c;color:#ffffffeb;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._body_y5vz6_103{padding:16px 18px 20px;display:flex;flex-direction:column;gap:6px}._company_y5vz6_107{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary)}._cardTitle_y5vz6_111{font-size:15px;font-weight:700;color:var(--text-primary);line-height:1.3;margin:0}._cta_y5vz6_115{display:inline-flex;align-items:center;gap:5px;margin-top:4px;font-size:12px;font-weight:600;color:var(--accent-indigo);transition:gap .2s}._card_y5vz6_60:hover ._cta_y5vz6_115{gap:8px}@media(max-width:768px){._card_y5vz6_60{flex:0 0 260px}}@media(max-width:480px){._card_y5vz6_60{flex:0 0 220px}}._page_horvc_5{min-height:100vh;background:var(--bg-base);color:var(--text-primary)}._progressBar_horvc_8{position:fixed;top:0;left:0;right:0;height:2px;background:var(--accent-indigo);transform-origin:left;z-index:200;transition:transform .08s linear}._container_horvc_15{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad)}._tag_horvc_23{display:inline-block;align-self:flex-start;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-indigo);background:#5254d814;border-radius:999px;padding:4px 12px;margin-bottom:12px}._sectionTitle_horvc_31{font-size:clamp(24px,3.5vw,40px);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--text-primary);margin:0 0 10px}._sectionSub_horvc_36{font-size:clamp(14px,1.3vw,16px);color:var(--text-secondary);line-height:1.7;max-width:520px;margin:0 0 36px}._heroSection_horvc_45{padding:100px 0 72px;border-bottom:1px solid var(--glass-border)}._backBtn_horvc_50{margin-bottom:36px}._heroLayout_horvc_54{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}._heroImgCol_horvc_58{border-radius:20px;overflow:hidden}._heroImg_horvc_58{width:100%;display:block;object-fit:cover;aspect-ratio:4/3}._heroContentCol_horvc_61{display:flex;flex-direction:column}._heroEyebrow_horvc_63{display:flex;align-items:center;gap:8px;margin-bottom:20px}._heroCategoryBadge_horvc_66{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-indigo);background:#5254d814;border:1px solid rgba(82,84,216,.2);border-radius:999px;padding:3px 10px}._heroDot_horvc_72{color:var(--text-muted)}._heroMeta_horvc_73{font-size:13px;color:var(--text-muted);font-weight:500}._heroTitle_horvc_75{font-size:clamp(28px,4vw,52px);font-weight:900;letter-spacing:-.04em;line-height:1.1;color:var(--text-primary);margin:0 0 16px}._heroSubtitle_horvc_80{font-size:clamp(14px,1.3vw,16px);color:var(--text-secondary);line-height:1.6;margin:0 0 32px}._heroMetaBar_horvc_85{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--glass-border);border:1px solid var(--glass-border);border-radius:14px;overflow:hidden}._heroMetaItem_horvc_91{padding:14px 16px;display:flex;flex-direction:column;gap:3px;background:var(--bg-surface)}._asideKey_horvc_95{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}._asideVal_horvc_99{font-size:13px;font-weight:600;color:var(--text-primary);line-height:1.4}._imgSlot_horvc_110{width:100%;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:32px;background-color:#e0e0e0;animation:_imgSkeleton_horvc_1 1.6s ease-in-out infinite}._imgSlotIcon_horvc_123{color:#0003}._imgSlotLabel_horvc_124{font-size:12px;font-weight:500;color:#0000004d;text-align:center;max-width:340px;line-height:1.5;font-style:italic}._imgSlotWrap_horvc_135{width:100%;border-radius:16px;overflow:hidden;background-color:#e0e0e0;animation:_imgSkeleton_horvc_1 1.6s ease-in-out infinite}._imgSlotReal_horvc_143{width:100%;height:100%;border-radius:16px;display:block;object-fit:cover}._problemSection_horvc_154{padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--glass-border)}._problemTop_horvc_158{margin-bottom:36px}._problemStatement_horvc_159{font-size:clamp(30px,5vw,60px);font-weight:900;letter-spacing:-.04em;line-height:1.05;color:var(--text-primary);margin:0}._strikeRed_horvc_164{text-decoration:line-through;text-decoration-color:#ef444480;text-decoration-thickness:4px;color:var(--text-secondary);font-style:italic}._problemGrid_horvc_171{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--glass-border);border:1px solid var(--glass-border);border-radius:20px;overflow:hidden;margin-bottom:28px}._problemGap_horvc_177{background:var(--bg-surface);padding:24px;display:flex;flex-direction:column;gap:10px;transition:background .2s}._problemGap_horvc_177:hover{background:var(--bg-elevated)}._gapNum_horvc_183{font-size:11px;font-weight:700;letter-spacing:.1em;color:#ef444499;font-family:var(--font-mono)}._gapTitle_horvc_187{font-size:16px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._gapDesc_horvc_190{font-size:14px;color:var(--text-secondary);line-height:1.65;margin:0}._problemImgWrap_horvc_192{margin-bottom:24px}._problemResult_horvc_196{display:flex;align-items:flex-start;gap:20px;padding:18px 24px;background:#ef44440a;border:1px solid rgba(239,68,68,.12);border-radius:14px}._resultLabel_horvc_201{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ef444499;white-space:nowrap;padding-top:2px}._resultText_horvc_206{font-size:clamp(14px,1.3vw,16px);color:var(--text-secondary);line-height:1.6;margin:0;font-style:italic}._insightSection_horvc_214{padding:clamp(32px,3.5vw,48px) 0;background:#5254d808;border-bottom:1px solid rgba(82,84,216,.1)}._insightQuote_horvc_219{font-size:clamp(24px,4vw,52px);font-weight:800;letter-spacing:-.035em;line-height:1.15;color:var(--text-primary);margin:0 0 20px;max-width:900px;quotes:none}._insightEm_horvc_224{font-style:italic;background:linear-gradient(90deg,var(--accent-indigo),var(--accent-violet));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._insightBeads_horvc_229{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--glass-border)}._insightBead_horvc_229{display:flex;align-items:flex-start;gap:16px;padding:18px 0;border-bottom:1px solid var(--glass-border);transition:background .15s}._insightBeadIcon_horvc_235{font-size:20px;width:38px;height:38px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#5254d812;border-radius:10px}._insightBeadTitle_horvc_240{font-size:14px;font-weight:700;color:var(--text-primary);margin:0 0 3px}._insightBeadDesc_horvc_241{font-size:13px;color:var(--text-secondary);margin:0;line-height:1.5}._decisionsSection_horvc_246{padding:clamp(48px,6vw,80px) 0;background:var(--bg-surface);border-bottom:1px solid var(--glass-border)}._decisionsGrid_horvc_251{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--glass-border);border:1px solid var(--glass-border);border-radius:20px;overflow:hidden;margin-top:32px}._decisionCard_horvc_257{background:var(--bg-surface);padding:28px;display:flex;flex-direction:column;gap:10px;transition:background .2s;position:relative}._decisionCard_horvc_257:hover{background:var(--bg-elevated)}._decisionNum_horvc_263{font-size:40px;font-weight:900;letter-spacing:-.04em;color:#5254d81a;line-height:1;font-family:var(--font-mono)}._decisionTitle_horvc_268{font-size:18px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.25}._decisionBody_horvc_272{font-size:14px;color:var(--text-secondary);line-height:1.7;margin:0;flex:1}._decisionAccent_horvc_273{font-size:11px;font-weight:600;letter-spacing:.06em;color:var(--accent-indigo);font-family:var(--font-mono);margin-top:auto}._solutionSection_horvc_282{padding:clamp(48px,6vw,80px) 0}._solutionFlow_horvc_285{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad)}._solutionStep_horvc_289{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:48px 0;border-bottom:1px solid var(--glass-border)}._solutionStep_horvc_289:last-child{border-bottom:none}._solutionStepFlip_horvc_295{direction:rtl}._solutionStepFlip_horvc_295>*{direction:ltr}._solutionImg_horvc_298{border-radius:20px;overflow:hidden;position:relative}._solutionImgReal_horvc_299{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4/3}._solutionPlaceholder_horvc_300{aspect-ratio:4/3;width:100%;border-radius:20px;background:#5254d80a;border:1px dashed rgba(82,84,216,.2);display:flex;align-items:center;justify-content:center}._solutionPlaceholderLabel_horvc_306{font-size:12px;color:var(--text-muted);font-style:italic}._solutionText_horvc_310{display:flex;flex-direction:column;gap:10px}._solutionNum_horvc_311{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-family:var(--font-mono)}._solutionStepTitle_horvc_315{font-size:clamp(30px,4vw,48px);font-weight:900;letter-spacing:-.04em;line-height:1;margin:0}._solutionDesc_horvc_319{font-size:clamp(14px,1.3vw,16px);color:var(--text-secondary);line-height:1.7;margin:0;max-width:380px}._solutionAttrs_horvc_323{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}._solutionAttr_horvc_323{font-size:12px;font-weight:500;color:var(--text-secondary);background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:999px;padding:4px 12px}._impactSection_horvc_333{padding:clamp(48px,6vw,80px) 0;background:color-mix(in srgb,var(--accent-violet) 6%,var(--bg-surface));border-top:1px solid color-mix(in srgb,var(--accent-indigo) 22%,transparent);border-bottom:1px solid color-mix(in srgb,var(--accent-indigo) 22%,transparent)}._impactMetrics_horvc_339{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:36px;border:1px solid color-mix(in srgb,var(--accent-indigo) 28%,transparent);border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #5254d82e}._impactMetric_horvc_339{padding:32px 28px;display:flex;flex-direction:column;gap:8px;border-right:1px solid color-mix(in srgb,var(--accent-indigo) 18%,transparent);background:color-mix(in srgb,var(--accent-indigo) 4%,var(--bg-surface))}._impactMetric_horvc_339:last-child{border-right:none}@keyframes _gradientShift_horvc_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._impactVal_horvc_358{font-size:clamp(36px,5.5vw,64px);font-weight:900;letter-spacing:-.04em;line-height:1;background:linear-gradient(135deg,var(--accent-indigo),var(--accent-violet),var(--accent-blue),var(--accent-indigo));background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:_gradientShift_horvc_1 4s ease infinite}._impactLbl_horvc_366{font-size:14px;color:var(--text-secondary);font-weight:500;line-height:1.4;max-width:160px}._impactOutcomes_horvc_369{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}._impactImgWrap_horvc_371{margin-top:4px}._impactOutcome_horvc_369{display:flex;align-items:center;gap:12px;font-size:clamp(14px,1.3vw,16px);color:var(--text-secondary);line-height:1.5}._impactCheck_horvc_376{width:18px;height:18px;border-radius:50%;flex-shrink:0;background:#5254d81a;border:1.5px solid var(--accent-indigo);display:flex;align-items:center;justify-content:center;position:relative}._impactCheck_horvc_376:after{content:"";position:absolute;width:5px;height:3px;border-left:1.5px solid var(--accent-indigo);border-bottom:1.5px solid var(--accent-indigo);transform:rotate(-45deg) translateY(-1px)}._endSection_horvc_393{padding:clamp(48px,6vw,80px) 0}._learningsGrid_horvc_394{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--glass-border);border:1px solid var(--glass-border);border-radius:20px;overflow:hidden}._learningCard_horvc_399{background:var(--bg-surface);padding:32px 28px;display:flex;flex-direction:column;gap:12px;transition:background .2s}._learningCard_horvc_399:hover{background:var(--bg-elevated)}._learningNum_horvc_405{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-indigo);font-family:var(--font-mono)}._learningH_horvc_410{font-size:17px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._learningB_horvc_413{font-size:14px;color:var(--text-secondary);margin:0;line-height:1.65}._bottomBar_horvc_416{border-top:1px solid var(--glass-border);padding:20px 0}._bottomBar_horvc_416 ._container_horvc_15{display:flex;align-items:center;justify-content:space-between}._bottomBack_horvc_418{margin-top:8px}._bottomMeta_horvc_421{font-size:12px;color:var(--text-muted);font-family:var(--font-mono)}@media(max-width:1024px){._heroLayout_horvc_54{grid-template-columns:1fr;gap:32px}._heroMetaBar_horvc_85{grid-template-columns:1fr 1fr}._decisionsGrid_horvc_251{grid-template-columns:1fr}._solutionStep_horvc_289{grid-template-columns:1fr;gap:24px}._solutionStepFlip_horvc_295{direction:ltr}._impactMetrics_horvc_339{grid-template-columns:1fr}._impactMetric_horvc_339{border-right:none;border-bottom:1px solid color-mix(in srgb,var(--accent-indigo) 18%,transparent)}._impactMetric_horvc_339:last-child{border-bottom:none}._learningsGrid_horvc_394{grid-template-columns:1fr}}@media(max-width:768px){._problemGrid_horvc_171{grid-template-columns:1fr}._heroTitle_horvc_75{font-size:clamp(18px,6vw,26px)}}._contextSection_omxih_7{padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--glass-border);background:var(--bg-surface)}._contextInner_omxih_12{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}._contextText_omxih_16{display:flex;flex-direction:column;align-items:flex-start}._contextBody_omxih_17{font-size:clamp(14px,1.3vw,16px);color:var(--text-secondary);line-height:1.7;margin:0}._contextStats_omxih_21{display:flex;flex-direction:column;gap:1px;border:1px solid var(--glass-border);border-radius:20px;overflow:hidden}._contextStat_omxih_21{padding:24px 28px;background:var(--bg-base);display:flex;flex-direction:column;gap:4px;border-bottom:1px solid var(--glass-border)}._contextStat_omxih_21:last-child{border-bottom:none}._contextStatVal_omxih_31{font-size:clamp(32px,4vw,52px);font-weight:900;letter-spacing:-.04em;line-height:1;background:linear-gradient(135deg,var(--accent-indigo),var(--accent-violet));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._contextStatLbl_omxih_37{font-size:13px;color:var(--text-secondary);font-weight:500}._approachSection_omxih_42{padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--glass-border)}._approachGrid_omxih_46{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--glass-border);border:1px solid var(--glass-border);border-radius:20px;overflow:hidden}._approachCard_omxih_52{background:var(--bg-surface);padding:28px 24px;display:flex;flex-direction:column;gap:10px;transition:background .2s}._approachCard_omxih_52:hover{background:var(--bg-elevated)}._approachNum_omxih_58{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-indigo);font-family:var(--font-mono)}._approachTitle_omxih_63{font-size:16px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._approachDesc_omxih_66{font-size:13px;color:var(--text-secondary);line-height:1.6;margin:0}._easeSection_omxih_71{padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--glass-border)}._beforeAfterGrid_omxih_75{display:grid;grid-template-columns:1fr 1fr;gap:24px}._beforeAfterCard_omxih_79{display:flex;flex-direction:column;gap:12px}._beforeAfterLabel_omxih_82{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:4px 12px;align-self:flex-start}._beforeAfterLabel_omxih_82[data-type=before]{background:#ef444414;color:#ef4444cc;border:1px solid rgba(239,68,68,.2)}._beforeAfterLabel_omxih_82[data-type=after]{background:#22c55e14;color:#16a34ae6;border:1px solid rgba(34,197,94,.25)}._validationSection_omxih_100{padding:clamp(48px,6vw,80px) 0;border-top:1px solid var(--glass-border)}._validationGrid_omxih_104{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._validationCard_omxih_108{display:flex;flex-direction:column;border:1px solid var(--glass-border);border-radius:20px;overflow:hidden;background:var(--bg-surface);transition:transform .2s,border-color .2s}._validationCard_omxih_108:hover{transform:translateY(-3px);border-color:#5254d840}._validationCardBody_omxih_115{padding:20px 20px 24px;display:flex;flex-direction:column;gap:8px}._validationMethod_omxih_116{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-indigo)}._validationText_omxih_120{font-size:13px;color:var(--text-secondary);line-height:1.6;margin:0}@media(max-width:1024px){._contextInner_omxih_12{grid-template-columns:1fr;gap:36px}._approachGrid_omxih_46{grid-template-columns:repeat(2,1fr)}._validationGrid_omxih_104,._beforeAfterGrid_omxih_75{grid-template-columns:1fr}}@media(max-width:768px){._approachGrid_omxih_46{grid-template-columns:1fr}}._eggTrigger_omxih_136{position:absolute;bottom:20px;right:20px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--accent-indigo);font-size:16px;opacity:0;transition:opacity .8s ease,transform .2s ease,filter .2s ease;filter:blur(.5px);border-radius:50%}._eggTrigger_omxih_136:hover{transform:scale(1.25);filter:blur(0) drop-shadow(0 0 6px rgba(82,84,216,.5))}._gate_cvdx4_2{min-height:100dvh;background:var(--bg-base);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;transition:opacity .6s var(--ease-out),transform .6s var(--ease-out)}._gate_cvdx4_2._gateExit_cvdx4_13{opacity:0;transform:scale(1.015);pointer-events:none}._revealWrap_cvdx4_20{animation:_revealFade_cvdx4_1 .55s var(--ease-out) both}@keyframes _revealFade_cvdx4_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._toast_cvdx4_30{position:fixed;top:24px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(22,163,74,.2);border-radius:100px;padding:10px 18px 10px 12px;font-size:13.5px;font-weight:500;color:#15803d;box-shadow:0 4px 20px #00000014,0 0 0 1px #16a34a1a;z-index:100;white-space:nowrap;animation:_toastIn_cvdx4_1 .4s var(--ease-out) both}._toastIcon_cvdx4_51{font-size:15px;color:#16a34a;display:flex;align-items:center}@keyframes _toastIn_cvdx4_1{0%{opacity:0;transform:translate(-50%) translateY(-12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}._backLink_cvdx4_64{align-self:flex-start;position:fixed;top:24px;left:32px;display:flex;align-items:center;gap:6px;background:none;border:none;font-size:13px;color:var(--text-muted);cursor:pointer;padding:6px 4px;font-family:var(--font-sans);transition:color var(--transition-fast);z-index:10}._backLink_cvdx4_64:hover{color:var(--text-secondary)}@property --glow-angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}._cardOuter_cvdx4_93{position:relative;width:100%;max-width:480px;border-radius:var(--radius-xl)}._cardOuter_cvdx4_93:before{content:"";position:absolute;top:-1.5px;right:-1.5px;bottom:-1.5px;left:-1.5px;border-radius:calc(var(--radius-xl) + 1.5px);padding:1.5px;background:conic-gradient(from var(--glow-angle),rgba(124,58,237,.06) 0deg,rgba(124,58,237,.06) 200deg,rgba(167,139,250,.55) 245deg,rgba(139,92,246,1) 275deg,rgba(124,58,237,1) 295deg,rgba(167,139,250,.55) 325deg,rgba(124,58,237,.06) 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:_glowSpin_cvdx4_1 3s linear infinite;z-index:0}@keyframes _glowSpin_cvdx4_1{to{--glow-angle: 360deg}}._cardOuter_cvdx4_93._shake_cvdx4_131{animation:_shake_cvdx4_131 .45s var(--ease-out)}._card_cvdx4_93{position:relative;z-index:1;width:100%;background:var(--bg-surface);border:1px solid var(--glass-border-hover);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden}@keyframes _shake_cvdx4_131{0%,to{transform:translate(0)}18%{transform:translate(-8px)}36%{transform:translate(8px)}54%{transform:translate(-5px)}72%{transform:translate(5px)}}._imgWrap_cvdx4_156{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--bg-elevated)}._heroImg_cvdx4_164{width:100%;height:100%;object-fit:cover;object-position:center;display:block;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}._imgTags_cvdx4_175{position:absolute;bottom:12px;left:14px;display:flex;gap:6px;flex-wrap:wrap}._tag_cvdx4_184{font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-secondary);background:#ffffffd1;border:1px solid var(--glass-border-hover);border-radius:100px;padding:4px 10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--font-mono)}._body_cvdx4_199{padding:28px 28px 32px;display:flex;flex-direction:column;align-items:flex-start}._cardUnlocking_cvdx4_207{pointer-events:none}._lockBadge_cvdx4_212{width:38px;height:38px;border-radius:11px;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;font-size:15px;color:#fff;margin-bottom:16px;box-shadow:0 6px 16px #5254d847;transition:background .4s ease,box-shadow .4s ease}._lockBadge_cvdx4_212._lockUnlocked_cvdx4_227{background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 6px 16px #16a34a4d}._eyebrow_cvdx4_233{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-accent);margin:0 0 6px;font-family:var(--font-mono)}._title_cvdx4_243{font-size:clamp(18px,2.5vw,22px);font-weight:700;color:var(--text-primary);letter-spacing:-.022em;line-height:1.25;margin:0 0 8px}._teaser_cvdx4_252{font-size:13.5px;line-height:1.65;color:var(--text-secondary);margin:0 0 24px}._inputWrap_cvdx4_260{width:100%}._inputPill_cvdx4_264{display:flex;align-items:center;gap:8px;background:var(--bg-base);border:1.5px solid var(--glass-border-hover);border-radius:100px;padding:5px 5px 5px 16px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}._inputPill_cvdx4_264:focus-within{border-color:var(--accent-indigo);box-shadow:0 0 0 3px #5254d81a}._inputPill_cvdx4_264._inputPillError_cvdx4_278{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}._keyIcon_cvdx4_283{font-size:13px;color:var(--text-muted);flex-shrink:0}._input_cvdx4_260{flex:1;background:none;border:none;outline:none;font-size:14px;color:var(--text-primary);font-family:var(--font-sans);padding:8px 0;min-width:0}._input_cvdx4_260::placeholder{color:var(--text-muted)}._submitBtn_cvdx4_302{width:36px;height:36px;border-radius:100px;border:none;background:var(--bg-elevated);color:var(--text-muted);font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all var(--transition-fast)}._submitBtn_cvdx4_302._submitActive_cvdx4_317{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 12px #5254d852}._submitBtn_cvdx4_302._submitActive_cvdx4_317:hover{transform:scale(1.07)}._submitBtn_cvdx4_302._submitSuccess_cvdx4_325{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;box-shadow:0 4px 12px #16a34a52}._inputPill_cvdx4_264._inputPillSuccess_cvdx4_331{border-color:#16a34a66;box-shadow:0 0 0 3px #16a34a14}._errorMsg_cvdx4_337{display:flex;align-items:center;gap:6px;font-size:13px;color:#dc2626;margin:10px 0 0 4px}._spinner_cvdx4_347{display:inline-block;width:13px;height:13px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_cvdx4_347 .6s linear infinite}@keyframes _spin_cvdx4_347{to{transform:rotate(360deg)}}._viewOthers_cvdx4_359{display:flex;align-items:center;gap:6px;background:none;border:none;font-size:13.5px;font-weight:500;color:var(--text-accent);cursor:pointer;padding:0;margin-top:20px;font-family:var(--font-sans);transition:gap var(--transition-fast),opacity var(--transition-fast)}._viewOthers_cvdx4_359:hover{gap:10px;opacity:.8}@media(max-width:520px){._gate_cvdx4_2{padding:80px 16px 40px}._body_cvdx4_199{padding:24px 20px 28px}}._contextSection_1s2qh_7{padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--glass-border);background:var(--bg-surface)}._contextInner_1s2qh_12{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}._contextText_1s2qh_16{display:flex;flex-direction:column;align-items:flex-start;gap:16px}._contextBody_1s2qh_17{font-size:clamp(14px,1.3vw,16px);color:var(--text-secondary);line-height:1.7;margin:0}._contextStats_1s2qh_21{display:flex;flex-direction:column;gap:1px;border:1px solid var(--glass-border);border-radius:20px;overflow:hidden}._contextStat_1s2qh_21{padding:24px 28px;background:var(--bg-base);display:flex;flex-direction:column;gap:4px;border-bottom:1px solid var(--glass-border)}._contextStat_1s2qh_21:last-child{border-bottom:none}._contextStatVal_1s2qh_31{font-size:clamp(32px,4vw,52px);font-weight:900;letter-spacing:-.04em;line-height:1;background:linear-gradient(135deg,var(--accent-indigo),var(--accent-violet));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._contextStatLbl_1s2qh_37{font-size:13px;color:var(--text-secondary);font-weight:500}._approachSection_1s2qh_42{padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--glass-border)}._approachGrid_1s2qh_46{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--glass-border);border:1px solid var(--glass-border);border-radius:20px;overflow:hidden;margin-top:32px}._approachCard_1s2qh_52{background:var(--bg-surface);padding:28px 24px;display:flex;flex-direction:column;gap:10px;transition:background .2s}._approachCard_1s2qh_52:hover{background:var(--bg-elevated)}._approachNum_1s2qh_58{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-indigo);font-family:var(--font-mono)}._approachTitle_1s2qh_63{font-size:16px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._approachDesc_1s2qh_66{font-size:13px;color:var(--text-secondary);line-height:1.6;margin:0}._analysisSection_1s2qh_71{padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--glass-border);background:var(--bg-surface)}._analysisCalc_1s2qh_77{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin:48px 0 40px;padding:40px 32px;border:1px solid var(--glass-border);border-radius:24px;background:var(--bg-base)}._calcBlock_1s2qh_85{display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 28px;border-radius:16px;background:var(--bg-surface);border:1px solid var(--glass-border);min-width:100px}._calcBlock_1s2qh_85._calcResult_1s2qh_93{background:linear-gradient(135deg,#5254d814,#7c3aed14);border-color:#5254d84d}._calcVal_1s2qh_97{font-size:clamp(28px,3.5vw,44px);font-weight:900;letter-spacing:-.04em;line-height:1;color:var(--text-primary)}._calcResult_1s2qh_93 ._calcVal_1s2qh_97{background:linear-gradient(135deg,var(--accent-indigo),var(--accent-violet));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._calcLabel_1s2qh_106{font-size:11px;color:var(--text-tertiary);text-align:center;font-weight:500;max-width:90px;line-height:1.4}._calcOp_1s2qh_110{font-size:28px;font-weight:300;color:var(--text-tertiary);line-height:1}._analysisFindings_1s2qh_115{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._analysisFinding_1s2qh_115{display:flex;gap:16px;align-items:flex-start;padding:24px;border:1px solid var(--glass-border);border-radius:16px;background:var(--bg-base);transition:border-color .2s,transform .2s}._analysisFinding_1s2qh_115:hover{border-color:#5254d840;transform:translateY(-2px)}._findingIcon_1s2qh_126{font-size:20px;line-height:1;flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#5254d814;color:var(--accent-indigo);font-weight:700}._findingTitle_1s2qh_132{font-size:15px;font-weight:700;color:var(--text-primary);margin:0 0 6px}._findingDesc_1s2qh_135{font-size:13px;color:var(--text-secondary);line-height:1.6;margin:0}._structureSection_1s2qh_140{padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--glass-border)}._inspectionGrid_1s2qh_145{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:40px}._tierCard_1s2qh_149{background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:20px;padding:28px 24px;display:flex;flex-direction:column;gap:14px;position:relative;overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s}._tierCard_1s2qh_149:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--tier-color, var(--accent-indigo)) 30%,transparent);box-shadow:0 12px 40px color-mix(in srgb,var(--tier-color, var(--accent-indigo)) 10%,transparent)}._tierTop_1s2qh_163{display:flex;align-items:center;justify-content:space-between}._tierIconWrap_1s2qh_166{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._tierNum_1s2qh_171{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-family:var(--font-mono);opacity:.8}._tierName_1s2qh_176{font-size:17px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._tierDesc_1s2qh_179{font-size:13px;color:var(--text-secondary);line-height:1.65;margin:0;flex:1}._tierExamples_1s2qh_182{display:flex;flex-direction:column;gap:6px;padding-top:4px;border-top:1px solid var(--glass-border)}._tierExample_1s2qh_182{font-size:11px;color:var(--text-tertiary);font-family:var(--font-mono);line-height:1.5;padding-left:10px;position:relative}._tierExample_1s2qh_182:before{content:"·";position:absolute;left:0;color:var(--tier-color, var(--accent-indigo))}._validationSection_1s2qh_198{padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--glass-border)}._validationGrid_1s2qh_202{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}._validationCard_1s2qh_206{display:flex;flex-direction:column;border:1px solid var(--glass-border);border-radius:20px;overflow:hidden;background:var(--bg-surface);transition:transform .2s,border-color .2s}._validationCard_1s2qh_206:hover{transform:translateY(-3px);border-color:#5254d840}._validationCardBody_1s2qh_213{padding:20px 20px 24px;display:flex;flex-direction:column;gap:8px}._validationMethod_1s2qh_214{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-indigo)}._validationText_1s2qh_218{font-size:13px;color:var(--text-secondary);line-height:1.6;margin:0}._executionSection_1s2qh_223{padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--glass-border);background:var(--bg-surface)}._executionGrid_1s2qh_228{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}._executionCard_1s2qh_232{padding:28px 24px;border:1px solid var(--glass-border);border-radius:20px;background:var(--bg-base);display:flex;flex-direction:column;gap:12px;transition:border-color .2s,transform .2s}._executionCard_1s2qh_232:hover{border-color:#5254d833;transform:translateY(-2px)}._executionIcon_1s2qh_239{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#5254d812;color:var(--accent-indigo);flex-shrink:0}._executionTitle_1s2qh_244{font-size:16px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._executionBody_1s2qh_247{font-size:13px;color:var(--text-secondary);line-height:1.6;margin:0}@media(max-width:1024px){._contextInner_1s2qh_12{grid-template-columns:1fr;gap:36px}._approachGrid_1s2qh_46{grid-template-columns:repeat(2,1fr)}._analysisFindings_1s2qh_115{grid-template-columns:1fr}._inspectionGrid_1s2qh_145{grid-template-columns:repeat(2,1fr)}._validationGrid_1s2qh_202,._executionGrid_1s2qh_228{grid-template-columns:1fr}}@media(max-width:768px){._approachGrid_1s2qh_46{grid-template-columns:1fr}._analysisCalc_1s2qh_77{gap:8px;padding:24px 16px}._calcBlock_1s2qh_85{padding:14px 18px;min-width:80px}}._contextSection_1glm9_7{padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--glass-border);background:var(--bg-surface)}._contextInner_1glm9_12{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}._contextText_1glm9_16{display:flex;flex-direction:column;align-items:flex-start;gap:16px}._contextBody_1glm9_17{font-size:clamp(14px,1.3vw,16px);color:var(--text-secondary);line-height:1.7;margin:0}._contextStats_1glm9_21{display:flex;flex-direction:column;gap:1px;border:1px solid var(--glass-border);border-radius:20px;overflow:hidden}._contextStat_1glm9_21{padding:24px 28px;background:var(--bg-base);display:flex;flex-direction:column;gap:4px;border-bottom:1px solid var(--glass-border)}._contextStat_1glm9_21:last-child{border-bottom:none}._contextStatVal_1glm9_31{font-size:clamp(32px,4vw,52px);font-weight:900;letter-spacing:-.04em;line-height:1;background:linear-gradient(135deg,var(--accent-indigo),var(--accent-violet));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._contextStatLbl_1glm9_37{font-size:13px;color:var(--text-secondary);font-weight:500}._approachSection_1glm9_42{padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--glass-border)}._approachGrid_1glm9_46{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--glass-border);border:1px solid var(--glass-border);border-radius:20px;overflow:hidden;margin-top:32px}._approachCard_1glm9_52{background:var(--bg-surface);padding:28px 24px;display:flex;flex-direction:column;gap:10px;transition:background .2s}._approachCard_1glm9_52:hover{background:var(--bg-elevated)}._approachNum_1glm9_58{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-indigo);font-family:var(--font-mono)}._approachTitle_1glm9_63{font-size:16px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._approachDesc_1glm9_66{font-size:13px;color:var(--text-secondary);line-height:1.6;margin:0}._analysisSection_1glm9_71{padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--glass-border);background:var(--bg-surface)}._complexityGrid_1glm9_76{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:40px}._complexityCard_1glm9_80{background:var(--bg-base);border:1px solid var(--glass-border);border-radius:20px;padding:28px 24px;display:flex;flex-direction:column;gap:14px;position:relative;overflow:hidden;transition:transform .2s,border-color .2s}._complexityCard_1glm9_80:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--card-color, var(--accent-indigo)) 30%,transparent)}._complexityTop_1glm9_92{display:flex;align-items:center;justify-content:space-between}._complexityIconWrap_1glm9_95{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._complexityStat_1glm9_100{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-family:var(--font-mono);text-align:right;max-width:80px;line-height:1.3}._complexityTitle_1glm9_105{font-size:16px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._complexityDesc_1glm9_108{font-size:13px;color:var(--text-secondary);line-height:1.65;margin:0}._flowsSection_1glm9_113{padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--glass-border)}._flowsGrid_1glm9_117{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}._flowCard_1glm9_121{border:1px solid var(--glass-border);border-radius:20px;overflow:hidden;background:var(--bg-surface);display:flex;flex-direction:column;transition:transform .2s,border-color .2s}._flowCard_1glm9_121:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--flow-color, var(--accent-indigo)) 25%,transparent)}._flowImgWrap_1glm9_131{flex-shrink:0}._flowBody_1glm9_132{padding:24px;display:flex;flex-direction:column;gap:16px;flex:1}._flowHeader_1glm9_133{display:flex;align-items:center;gap:12px}._flowNum_1glm9_134{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-family:var(--font-mono);flex-shrink:0}._flowName_1glm9_139{font-size:17px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._flowSteps_1glm9_142{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px;counter-reset:flow-counter}._flowStep_1glm9_142{font-size:13px;color:var(--text-secondary);line-height:1.5;padding-left:20px;position:relative;counter-increment:flow-counter}._flowStep_1glm9_142:before{content:counter(flow-counter);position:absolute;left:0;font-size:10px;font-weight:700;font-family:var(--font-mono);color:var(--flow-color, var(--accent-indigo));top:1px;opacity:.7}._flowOutcome_1glm9_159{margin-top:auto;padding-top:16px;border-top:1px solid var(--glass-border)}._flowOutcomeLabel_1glm9_163{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--flow-color, var(--accent-indigo));display:block;margin-bottom:6px}._flowOutcomeText_1glm9_168{font-size:13px;color:var(--text-secondary);line-height:1.6;margin:0;font-style:italic}._executionSection_1glm9_174{padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--glass-border);background:var(--bg-surface)}._executionGrid_1glm9_179{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--glass-border);border:1px solid var(--glass-border);border-radius:20px;overflow:hidden;margin-top:40px}._executionCard_1glm9_185{background:var(--bg-base);padding:28px 24px;display:flex;flex-direction:column;gap:10px;transition:background .2s}._executionCard_1glm9_185:hover{background:var(--bg-elevated)}._executionWeek_1glm9_191{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-family:var(--font-mono)}._executionTitle_1glm9_195{font-size:15px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}._executionItems_1glm9_198{margin:4px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}._executionItem_1glm9_198{font-size:13px;color:var(--text-secondary);line-height:1.5;padding-left:14px;position:relative}._executionItem_1glm9_198:before{content:"";position:absolute;left:0;top:8px;width:4px;height:4px;border-radius:50%;background:var(--exec-color, var(--accent-indigo));opacity:.6}@media(max-width:1024px){._contextInner_1glm9_12{grid-template-columns:1fr;gap:36px}._approachGrid_1glm9_46,._complexityGrid_1glm9_76{grid-template-columns:repeat(2,1fr)}._flowsGrid_1glm9_117{grid-template-columns:1fr}._executionGrid_1glm9_179{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._approachGrid_1glm9_46,._complexityGrid_1glm9_76,._executionGrid_1glm9_179{grid-template-columns:1fr}}._page_1vycn_5{min-height:100vh;background:var(--bg-base);color:var(--text-primary);padding-bottom:80px}._header_1vycn_13{padding:100px 0 60px;border-bottom:1px solid var(--glass-border)}._backBtn_1vycn_18{margin-bottom:32px}._pageTitle_1vycn_22{display:flex;align-items:center;gap:14px;font-size:clamp(32px,5vw,56px);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin:8px 0 14px;color:var(--text-primary)}._titleCount_1vycn_33{display:inline-flex;align-items:center;padding:4px 14px;border-radius:999px;background:color-mix(in srgb,var(--accent-indigo) 10%,var(--bg-elevated));border:1px solid color-mix(in srgb,var(--accent-indigo) 20%,transparent);font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--text-muted);flex-shrink:0}._pageSubtitle_1vycn_46{font-size:clamp(14px,1.4vw,17px);color:var(--text-secondary);line-height:1.6;margin:0;max-width:480px}._section_1vycn_55{padding:60px 0 0}._section_1vycn_55:last-of-type{padding-bottom:80px}._sectionHeader_1vycn_62{display:flex;align-items:center;gap:10px;margin-bottom:28px}._sectionLabel_1vycn_68{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}._sectionCount_1vycn_75{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#ffffff0f;font-size:11px;font-weight:600;color:var(--text-muted)}._featuredGrid_1vycn_88{display:grid;grid-template-columns:1fr 1fr;gap:20px}._featuredCard_1vycn_94{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}._featuredCard_1vycn_94:hover{transform:translateY(-4px);border-color:#5254d84d;box-shadow:0 16px 48px #00000040}._featuredImgWrap_1vycn_110{position:relative;width:100%;aspect-ratio:4 / 3;background:var(--glass-border);overflow:hidden}._featuredImg_1vycn_110{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}._featuredCard_1vycn_94:hover ._featuredImg_1vycn_110{transform:scale(1.03)}._imgOverlay_1vycn_126{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.35) 100%);pointer-events:none}._badge_1vycn_133{position:absolute;top:12px;left:12px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:999px;background:color-mix(in srgb,var(--badge-color) 22%,rgba(10,10,20,.65));color:#fff;border:1px solid color-mix(in srgb,var(--badge-color) 60%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);text-shadow:0 1px 2px rgba(0,0,0,.4)}._featuredBody_1vycn_146{padding:20px 22px 22px;display:flex;flex-direction:column;gap:6px;flex:1}._featuredMeta_1vycn_154{display:flex;align-items:center;gap:6px}._company_1vycn_157{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}._dot_1vycn_162{color:var(--text-muted);font-size:12px}._time_1vycn_163{font-size:11px;font-weight:500;color:var(--text-muted)}._featuredTitle_1vycn_168{font-size:clamp(16px,1.6vw,20px);font-weight:700;letter-spacing:-.02em;line-height:1.25;color:var(--text-primary);margin:4px 0 0}._featuredDesc_1vycn_177{font-size:13px;color:var(--text-secondary);line-height:1.6;margin:2px 0 0}._featuredFooter_1vycn_184{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:14px}._metricPill_1vycn_188{font-size:11px;font-weight:600;color:var(--accent-indigo);background:#5254d81a;border-radius:999px;padding:4px 10px;border:1px solid rgba(82,84,216,.18)}._cta_1vycn_196{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--text-secondary);transition:color .15s}._featuredCard_1vycn_94:hover ._cta_1vycn_196{color:var(--text-primary)}._otherGrid_1vycn_205{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._otherCard_1vycn_211{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .22s ease,border-color .22s ease}._otherCard_1vycn_211:hover{transform:translateY(-3px);border-color:#5254d840}._otherImgWrap_1vycn_225{position:relative;width:100%;aspect-ratio:4 / 3;background:var(--glass-border);overflow:hidden}._otherImg_1vycn_225{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}._otherCard_1vycn_211:hover ._otherImg_1vycn_225{transform:scale(1.03)}._otherBody_1vycn_240{padding:14px 16px 16px;display:flex;flex-direction:column;gap:5px;flex:1}._otherTitle_1vycn_248{font-size:clamp(13px,1.2vw,15px);font-weight:700;letter-spacing:-.015em;line-height:1.3;color:var(--text-primary);margin:3px 0 0}._otherFooter_1vycn_257{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:10px}._ctaExternal_1vycn_262{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--text-muted);transition:color .15s}._otherCard_1vycn_211:hover ._ctaExternal_1vycn_262{color:var(--text-primary)}@media(max-width:1024px){._otherGrid_1vycn_205{grid-template-columns:1fr 1fr}}@media(max-width:768px){._featuredGrid_1vycn_88,._otherGrid_1vycn_205{grid-template-columns:1fr}._header_1vycn_13{padding:80px 0 48px}}._page_uy24l_5{min-height:100vh;background:var(--bg-base);color:var(--text-primary)}._container_uy24l_11{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad)}._heroSection_uy24l_18{padding:80px 0 64px;border-bottom:1px solid var(--glass-border)}._backBtn_uy24l_23{margin-bottom:40px}._heroLayout_uy24l_28{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}._heroText_uy24l_36{display:flex;flex-direction:column;gap:0}._heroMeta_uy24l_42{display:flex;align-items:center;gap:8px;margin-bottom:18px}._badge_uy24l_46{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:999px;background:color-mix(in srgb,var(--badge-color) 15%,transparent);color:var(--badge-color);border:1px solid color-mix(in srgb,var(--badge-color) 30%,transparent)}._company_uy24l_55{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}._dot_uy24l_60{color:var(--text-muted);font-size:13px}._timeFrame_uy24l_61{font-size:12px;font-weight:500;color:var(--text-muted)}._heroTitle_uy24l_66{font-size:clamp(24px,3.5vw,44px);font-weight:800;letter-spacing:-.04em;line-height:1.1;color:var(--text-primary);margin:0 0 16px}._heroOpportunity_uy24l_75{font-size:clamp(13px,1.2vw,15px);color:var(--text-secondary);line-height:1.75;margin:0 0 24px}._metricPill_uy24l_82{display:inline-block;font-size:12px;font-weight:700;color:var(--accent-indigo);background:#5254d81a;border:1px solid rgba(82,84,216,.2);border-radius:999px;padding:6px 14px;align-self:flex-start}._heroImgFrame_uy24l_94{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;overflow:hidden;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center}._heroImg_uy24l_94{width:100%;height:100%;object-fit:cover;display:block}._outcomesSection_uy24l_112{padding:72px 0 56px;border-bottom:1px solid var(--glass-border)}._outcomesGrid_uy24l_117{display:grid;grid-template-columns:200px 1fr;gap:48px;align-items:start;margin-bottom:40px}._outcomesLeft_uy24l_125{position:sticky;top:80px}._sectionLabel_uy24l_129{display:block;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px}._outcomesTitle_uy24l_136{font-size:clamp(16px,1.8vw,22px);font-weight:700;letter-spacing:-.025em;line-height:1.3;color:var(--text-primary);margin:0}._outcomesList_uy24l_145{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}._outcomeItem_uy24l_149{display:flex;gap:12px;align-items:flex-start;font-size:clamp(13px,1.15vw,15px);color:var(--text-secondary);line-height:1.65;padding:16px 0;border-bottom:1px solid var(--glass-border)}._outcomeItem_uy24l_149:first-child{padding-top:0}._outcomeItem_uy24l_149:last-child{border-bottom:none}._outcomeBullet_uy24l_159{font-size:14px;color:var(--accent-indigo);flex-shrink:0;margin-top:2px}._tagsRow_uy24l_165{display:flex;flex-wrap:wrap;gap:8px}._tag_uy24l_165{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);background:#ffffff0a;border:1px solid var(--glass-border);border-radius:999px;padding:5px 12px}._viewWorksSection_uy24l_180{padding:0 0 48px}._viewWorksCard_uy24l_184{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:36px 40px;border-radius:20px;background:linear-gradient(135deg,#5254d8,#7c3aed 60%,#a855f7);text-decoration:none;position:relative;overflow:hidden;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease;box-shadow:0 8px 32px #5254d859,0 2px 8px #0000001f}._viewWorksCard_uy24l_184:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(255,255,255,.12) 0%,transparent 50%);pointer-events:none}._viewWorksCard_uy24l_184:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 16px 48px #5254d873,0 4px 16px #00000026}._viewWorksLeft_uy24l_216{display:flex;flex-direction:column;gap:8px;flex:1}._viewWorksLabel_uy24l_223{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffa6}._viewWorksTitle_uy24l_231{font-size:clamp(18px,2.2vw,24px);font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.2;margin:0}._viewWorksDesc_uy24l_240{font-size:14px;color:#ffffffb8;line-height:1.6;max-width:520px;margin:0}._viewWorksRight_uy24l_248{flex-shrink:0}._viewWorksBtn_uy24l_252{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;color:#5254d8;border-radius:999px;font-size:14px;font-weight:700;white-space:nowrap;box-shadow:0 2px 12px #00000026;transition:background .15s,box-shadow .15s}._viewWorksCard_uy24l_184:hover ._viewWorksBtn_uy24l_252{background:#ffffffeb;box-shadow:0 4px 20px #0003}@media(max-width:640px){._viewWorksCard_uy24l_184{flex-direction:column;align-items:flex-start;padding:28px 24px}._viewWorksRight_uy24l_248{align-self:flex-start}}._bottomBar_uy24l_282{padding:40px 0 60px}._backBtnBottom_uy24l_285{margin-top:4px}._notFound_uy24l_290{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px;color:var(--text-muted)}@media(max-width:840px){._heroLayout_uy24l_28{grid-template-columns:1fr;gap:32px}._heroImgFrame_uy24l_94{aspect-ratio:16 / 9}._outcomesGrid_uy24l_117{grid-template-columns:1fr;gap:20px}._outcomesLeft_uy24l_125{position:static}}._page_1afb1_2{min-height:100vh;padding-top:80px}._topBar_1afb1_8{max-width:900px;margin:0 auto;padding:32px var(--container-pad) 0;display:flex;align-items:center;justify-content:space-between;gap:16px}._published_1afb1_18{font-size:12px;font-family:var(--font-mono);color:var(--text-muted);white-space:nowrap}._coverWrap_1afb1_26{max-width:900px;margin:32px auto 0;padding:0 var(--container-pad)}._cover_1afb1_26{width:100%;height:clamp(260px,45vw,500px);object-fit:cover;border-radius:var(--radius-xl);display:block;box-shadow:var(--shadow-lg)}._header_1afb1_42{max-width:780px;margin:36px auto 0;padding:0 var(--container-pad)}._tags_1afb1_48{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}._tag_1afb1_48{font-size:11px;font-weight:500;color:var(--text-accent);background:#5254d814;border:1px solid rgba(82,84,216,.18);border-radius:20px;padding:3px 10px;text-transform:uppercase;letter-spacing:.05em}._title_1afb1_67{font-size:clamp(26px,4vw,40px);font-weight:700;line-height:1.18;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:16px}._subtitle_1afb1_76{font-size:clamp(15px,1.6vw,18px);color:var(--text-secondary);line-height:1.65;font-weight:400;margin-bottom:28px;max-width:620px}._divider_1afb1_85{height:1px;background:var(--glass-border);margin:0 0 24px}._byline_1afb1_91{display:flex;align-items:center;gap:14px;margin-bottom:8px}._authorAvatar_1afb1_98{width:36px;height:36px;border-radius:50%;object-fit:cover;object-position:center top;flex-shrink:0;border:1.5px solid var(--glass-border)}._authorInfo_1afb1_108{display:flex;flex-direction:column;gap:2px}._authorName_1afb1_114{font-size:13px;font-weight:600;color:var(--text-primary)}._authorRole_1afb1_120{font-size:11px;color:var(--text-muted);font-family:var(--font-mono)}._body_1afb1_127{max-width:780px;margin:48px auto 0;padding:0 var(--container-pad)}._body_1afb1_127>*+*{margin-top:24px}._bodyH2_1afb1_137{font-size:clamp(17px,1.8vw,21px);font-weight:700;letter-spacing:-.02em;color:var(--text-primary);line-height:1.3;padding-top:12px;border-top:2px solid rgba(82,84,216,.12);margin-top:40px!important}._bodyH2_1afb1_137:first-child{margin-top:0!important;padding-top:0;border-top:none}._bodyP_1afb1_154{font-size:clamp(15px,1.4vw,17px);line-height:1.8;color:var(--text-secondary);font-weight:400}._bodyUl_1afb1_161{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px}._bodyLi_1afb1_169{display:flex;gap:14px;align-items:flex-start;font-size:clamp(14px,1.3vw,16px);line-height:1.75;color:var(--text-secondary)}._bodyLiBullet_1afb1_178{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#5254d81a;border:1px solid rgba(82,84,216,.2);display:flex;align-items:center;justify-content:center;margin-top:3px}._bodyLiBullet_1afb1_178:after{content:"";width:5px;height:5px;border-radius:50%;background:var(--accent-indigo)}._bodyFigure_1afb1_199{background:#5254d80a;border-left:3px solid var(--accent-indigo);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:16px 20px}._bodyFigureCaption_1afb1_206{font-size:13px;line-height:1.7;color:var(--text-secondary);font-style:italic}._bodyLink_1afb1_213{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s}._bodyLink_1afb1_213:hover{border-color:var(--accent-indigo);transform:translateY(-2px);box-shadow:var(--shadow-sm)}._bodyLinkIcon_1afb1_233{flex-shrink:0;width:34px;height:34px;border-radius:var(--radius-sm);background:#5254d81a;display:flex;align-items:center;justify-content:center;color:var(--accent-indigo);margin-top:2px}._bodyLinkText_1afb1_246{display:flex;flex-direction:column;gap:4px}._bodyLinkLabel_1afb1_252{font-size:14px;font-weight:600;color:var(--text-accent);line-height:1.3}._bodyLinkDesc_1afb1_259{font-size:12px;color:var(--text-muted);font-family:var(--font-mono)}._articleNav_1afb1_266{max-width:780px;margin:72px auto 0;padding:0 var(--container-pad)}._navDivider_1afb1_272{height:1px;background:var(--glass-border);margin-bottom:32px}._navLabel_1afb1_278{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:500;margin-bottom:20px}._navCards_1afb1_287{display:grid;grid-template-columns:1fr 1fr;gap:16px}._navCards_1afb1_287._singleNext_1afb1_293{grid-template-columns:1fr;justify-items:end}._navCards_1afb1_287._singlePrev_1afb1_298{grid-template-columns:1fr}._navCard_1afb1_287{display:flex;align-items:center;gap:14px;padding:16px 20px;background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:var(--radius-md);cursor:pointer;text-align:left;transition:border-color .2s,transform .2s,box-shadow .2s,background .2s;width:100%}._navCard_1afb1_287:hover{border-color:var(--accent-indigo);background:var(--bg-elevated);transform:translateY(-2px);box-shadow:var(--shadow-sm)}._navCardReverse_1afb1_323{flex-direction:row-reverse;text-align:right}._navCardImg_1afb1_328{flex-shrink:0;width:56px;height:56px;border-radius:var(--radius-sm);object-fit:cover}._navCardText_1afb1_336{display:flex;flex-direction:column;gap:4px;min-width:0}._navCardDir_1afb1_343{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:500}._navCardTitle_1afb1_351{font-size:13px;font-weight:600;color:var(--text-primary);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._footerGap_1afb1_363{height:80px}@media(max-width:640px){._navCards_1afb1_287{grid-template-columns:1fr}._navCards_1afb1_287._singleNext_1afb1_293{justify-items:stretch}._navCard_1afb1_287{flex-direction:row!important;text-align:left!important}}._header_6btyr_2{padding:clamp(28px,3.5vw,52px) 0 36px;max-width:640px}._title_6btyr_7{margin-top:10px;margin-bottom:0}._desc_6btyr_12{margin-top:20px;font-size:clamp(15px,1.4vw,17px);line-height:1.78;color:var(--text-secondary);max-width:580px}._embedWrap_6btyr_21{margin:0 clamp(16px,4vw,64px) 80px;height:clamp(420px,72vh,840px);border-radius:20px;overflow:hidden;border:1px solid var(--glass-border);box-shadow:0 24px 80px #00000024,0 4px 16px #0000000f;background:#0a0a18}._iframe_6btyr_33{width:100%;height:100%;border:none;display:block}._eggShimmer_6btyr_42{position:absolute;bottom:18px;right:20px;width:32px;height:32px;border-radius:50%;background:transparent;border:none;cursor:pointer;padding:0;z-index:2}._eggShimmer_6btyr_42:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18) 0%,transparent 65%);animation:_shimmerPulse_6btyr_1 2.4s ease-in-out infinite}._eggShimmer_6btyr_42:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background:#ffffff59;animation:_shimmerCore_6btyr_1 2.4s ease-in-out infinite}@keyframes _shimmerPulse_6btyr_1{0%,to{opacity:.25;transform:scale(1)}50%{opacity:.6;transform:scale(1.4)}}@keyframes _shimmerCore_6btyr_1{0%,to{opacity:.35}50%{opacity:.9}}@media(max-width:768px){._embedWrap_6btyr_21{margin:0 0 64px;height:clamp(340px,60vh,560px);border-radius:0;border-left:none;border-right:none}}._page_emcui_5{min-height:100vh;padding-bottom:200px;background:var(--bg-base);color:var(--text-primary)}._header_emcui_13{padding:100px 0 40px;text-align:center;position:relative}._title_emcui_19{font-size:clamp(36px,6vw,64px);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin:8px 0 12px}._titleAccent_emcui_27{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._subtitle_emcui_34{font-size:clamp(14px,1.5vw,17px);color:var(--text-secondary);line-height:1.6;margin:0 auto 20px;max-width:340px}._countPill_emcui_42{display:inline-flex;align-items:center;gap:7px;padding:6px 14px;border-radius:999px;border:1px solid var(--glass-border);background:var(--bg-elevated);font-size:13px;font-weight:500;color:var(--text-muted)}._countDot_emcui_55{width:6px;height:6px;border-radius:50%;background:var(--accent-indigo);box-shadow:0 0 6px var(--accent-indigo);animation:_pulse_emcui_1 2s ease-in-out infinite}@keyframes _pulse_emcui_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}._board_emcui_70{min-height:50vh;padding:32px 24px 40px;position:relative}._board_emcui_70:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,color-mix(in srgb,var(--accent-indigo) 12%,transparent) 1px,transparent 1px);background-size:32px 32px;pointer-events:none;opacity:.35;z-index:0}._postsGrid_emcui_88{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:flex-start;max-width:1100px;margin:0 auto}._card_emcui_101{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 16px 14px;width:108px;background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:18px;box-shadow:0 4px 20px #0000001f;cursor:default;transform-origin:center bottom;transform:rotate(var(--rotate, 0deg)) translateY(var(--offset-y, 0px));transition:box-shadow .2s ease;position:relative}._card_emcui_101:hover{box-shadow:0 12px 40px #6366f133,0 2px 8px #0003;z-index:10}._cardEmoji_emcui_124{display:flex;align-items:center;justify-content:center;width:64px;height:64px}._cardName_emcui_132{font-size:11px;font-weight:600;color:var(--text-secondary);text-align:center;word-break:break-word;max-width:90px;line-height:1.3;letter-spacing:.01em}._empty_emcui_144{display:flex;flex-direction:column;align-items:center;gap:12px;padding:80px 0;color:var(--text-muted);font-size:15px;position:relative;z-index:1}._emptyIcon_emcui_156{font-size:40px;opacity:.4}._postBarWrap_emcui_162{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:0 16px 24px;background:linear-gradient(to top,var(--bg-base) 60%,transparent);pointer-events:none}._postBar_emcui_162{pointer-events:all;max-width:700px;margin:0 auto;background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:20px;padding:14px 16px 16px;box-shadow:0 -4px 40px #0000004d,0 8px 32px #6366f11a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;gap:12px}._pickerWrap_emcui_189{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -4px;padding:0 4px}._pickerWrap_emcui_189::-webkit-scrollbar{display:none}._picker_emcui_189{display:flex;gap:4px;width:max-content}._pickerBtn_emcui_207{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;border:1.5px solid transparent;background:transparent;cursor:pointer;transition:background .15s,border-color .15s,transform .15s;flex-shrink:0}._pickerBtn_emcui_207:hover{background:var(--bg-elevated);transform:translateY(-2px)}._pickerBtnActive_emcui_226{background:color-mix(in srgb,var(--accent-indigo) 14%,var(--bg-elevated));border-color:color-mix(in srgb,var(--accent-indigo) 40%,transparent)}._inputRow_emcui_232{display:flex;align-items:center;gap:8px}._selectedPreview_emcui_238{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:var(--bg-elevated);flex-shrink:0}._nameInput_emcui_249{flex:1;height:44px;padding:0 14px;border-radius:12px;border:1.5px solid var(--glass-border);background:var(--bg-elevated);color:var(--text-primary);font-size:15px;font-family:inherit;outline:none;transition:border-color .2s}._nameInput_emcui_249::placeholder{color:var(--text-muted)}._nameInput_emcui_249:focus{border-color:color-mix(in srgb,var(--accent-indigo) 60%,transparent)}._postBtn_emcui_271{height:44px;padding:0 22px;border-radius:12px;border:none;background:var(--gradient-primary);color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;flex-shrink:0;transition:opacity .2s,transform .15s;box-shadow:0 4px 16px #6366f159}._postBtn_emcui_271:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 24px #6366f180}._postBtn_emcui_271:disabled{opacity:.45;cursor:not-allowed}._postedState_emcui_298{display:flex;align-items:center;gap:12px;padding:4px;font-size:14px;color:var(--text-secondary);font-weight:500}._errorMsg_emcui_309{font-size:13px;color:#f87171;padding:0 4px;margin:0}@media(max-width:480px){._header_emcui_13{padding:80px 20px 32px}._postBar_emcui_162{border-radius:16px;padding:12px 12px 14px}._card_emcui_101{width:92px;padding:16px 12px 12px}._cardEmoji_emcui_124{width:52px;height:52px}}
