@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms) ; --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms) ; animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms) ; animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms) ; --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px) ; --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px) ; --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)*.01) ; --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)*.01) ; --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%) ; --tw-enter-scale: --value(ratio) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%) ; --tw-enter-scale: calc(--value(ratio)*-1) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%) ; --tw-exit-scale: --value(ratio) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%) ; --tw-exit-scale: calc(--value(ratio)*-1) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg) ; --tw-enter-rotate: calc(--value(ratio)*360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg) ; --tw-enter-rotate: calc(--value(ratio)*-360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg) ; --tw-exit-rotate: calc(--value(ratio)*360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg) ; --tw-exit-rotate: calc(--value(ratio)*-360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-y: calc(--value(ratio)*-100%) ; --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-y: calc(--value(ratio)*100%) ; --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{&:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{&:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-y: calc(--value(ratio)*-100%) ; --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-y: calc(--value(ratio)*100%) ; --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{&:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{&:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@custom-variant dark (&:is(.dark *));@theme inline{ --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --font-weight-normal: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; --font-weight-extrabold: 800; --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); --font-sans: "DM Sans", "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; --font-serif: "Playfair Display", Georgia, serif; }.marketplace-page{--marketplace-navy: #032d60;--marketplace-blue: #0b5cab;--marketplace-blue-bright: #0176d3;--marketplace-gold: #b8872d;--marketplace-ink: #181818;--marketplace-muted: #5c5f66;--marketplace-line: #d8dde6;--marketplace-sky: #eef7ff;--marketplace-lavender: #f6f2ff;min-height:100vh;background:#fff;color:var(--marketplace-ink);font-family:Plus Jakarta Sans,DM Sans,ui-sans-serif,system-ui,sans-serif}.marketplace-page h1,.marketplace-page h2,.marketplace-page h3,.marketplace-page h4{color:var(--marketplace-navy)}.marketplace-page button:focus-visible,.marketplace-page a:focus-visible,.marketplace-page input:focus-visible,.marketplace-page select:focus-visible,.marketplace-page textarea:focus-visible{outline:3px solid rgba(1,118,211,.28);outline-offset:2px}.marketplace-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.marketplace-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 2px 12px #032d6014}.marketplace-announcement{min-height:38px;padding:6px 24px;background:linear-gradient(90deg,#dff2ff,#f3efff);color:var(--marketplace-navy);display:flex;align-items:center;justify-content:center;gap:20px;font-size:13px;font-weight:650}.marketplace-announcement span{display:inline-flex;align-items:center;gap:8px}.marketplace-announcement button{color:var(--marketplace-blue);background:none;border:0;text-decoration:underline;font-weight:700;cursor:pointer}.marketplace-nav-shell{width:min(1380px,calc(100% - 40px));margin-inline:auto}.marketplace-nav-top{min-height:72px;display:flex;align-items:center;gap:24px}.marketplace-brand{display:flex;align-items:center;gap:10px;border:0;background:none;cursor:pointer;flex:none}.marketplace-brand-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--marketplace-blue),#5b3cc4);color:#fff!important;display:inline-grid;place-items:center;flex:none}.marketplace-brand-mark svg{width:20px;height:20px}.marketplace-brand>span{color:var(--marketplace-navy);font-size:20px;font-weight:800;letter-spacing:-.04em}.marketplace-brand>span span,.marketplace-footer-brand span{color:var(--marketplace-gold)}.marketplace-nav-search{flex:1;max-width:720px;margin-inline:auto;height:44px;display:flex;align-items:center;gap:10px;border:1px solid #aeb6c4;border-radius:999px;padding-left:16px;background:#fff;overflow:hidden}.marketplace-nav-search>svg{color:var(--marketplace-blue);flex:none}.marketplace-nav-search input{height:42px;padding:0;border:0!important;box-shadow:none!important;background:#fff!important;color:var(--marketplace-ink)!important}.marketplace-nav-search button{height:100%;border:0;padding:0 22px;background:var(--marketplace-blue);color:#fff;font-weight:700;cursor:pointer}.marketplace-auth-actions{display:flex;align-items:center;gap:5px;flex:none}.marketplace-auth-actions .marketplace-primary-button,.marketplace-primary-button{background:var(--marketplace-blue-bright)!important;color:#fff!important;border:1px solid var(--marketplace-blue-bright)!important;box-shadow:none!important;font-weight:700}.marketplace-auth-actions button:not(.marketplace-primary-button){color:var(--marketplace-navy)}.marketplace-nav-links{height:46px;display:flex;align-items:center;gap:30px;border-top:1px solid #eef0f4}.marketplace-nav-links>button{height:100%;border:0;border-bottom:3px solid transparent;background:none;color:var(--marketplace-navy);font-size:14px;font-weight:700;cursor:pointer}.marketplace-nav-links>button:hover{color:var(--marketplace-blue);border-bottom-color:var(--marketplace-blue)}.marketplace-menu-button,.marketplace-mobile-actions{display:none}.marketplace-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0% 60%,#f7f1ff);text-align:center;padding:72px 0 0}.marketplace-hero-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.75;pointer-events:none}.marketplace-hero-orb-one{width:480px;height:480px;left:-270px;top:100px;background:radial-gradient(circle,rgba(27,150,255,.24),transparent 68%)}.marketplace-hero-orb-two{width:520px;height:520px;right:-300px;top:10px;background:radial-gradient(circle,rgba(139,92,246,.18),transparent 70%)}.marketplace-hero-content{position:relative;z-index:1}.marketplace-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--marketplace-blue);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.marketplace-kicker svg{width:16px}.marketplace-hero h1{max-width:930px;margin:18px auto;font-size:clamp(40px,5.6vw,68px);line-height:1.05;letter-spacing:-.055em;font-weight:800}.marketplace-hero h1 span{color:var(--marketplace-blue)}.marketplace-hero>.marketplace-container>p{max-width:760px;margin:0 auto;color:var(--marketplace-muted);font-size:19px;line-height:1.65}.marketplace-hero-search{max-width:800px;height:64px;margin:34px auto 18px;padding-left:20px;display:flex;align-items:center;gap:12px;border:1px solid #aeb6c4;border-radius:999px;background:#fff;box-shadow:0 12px 36px #032d6024;overflow:hidden}.marketplace-hero-search>svg{width:23px;color:var(--marketplace-blue);flex:none}.marketplace-hero-search input{flex:1;min-width:0;height:100%;border:0;outline:0;color:var(--marketplace-ink);font-size:16px;background:transparent}.marketplace-hero-search button{height:100%;padding:0 28px;border:0;background:var(--marketplace-blue-bright);color:#fff;display:inline-flex;align-items:center;gap:8px;font-weight:750;cursor:pointer}.marketplace-hero-search button svg{width:17px}.marketplace-category-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;color:var(--marketplace-muted);font-size:13px}.marketplace-category-row button{border:1px solid #cad2dd;border-radius:999px;padding:6px 12px;color:var(--marketplace-navy);background:#fff;cursor:pointer;font-weight:650}.marketplace-category-row button:hover{border-color:var(--marketplace-blue);color:var(--marketplace-blue)}.marketplace-hero-proof{max-width:760px;margin:38px auto 30px;display:grid;grid-template-columns:repeat(4,1fr)}.marketplace-hero-proof div{padding:0 18px;border-right:1px solid #dfe3e9;display:flex;flex-direction:column}.marketplace-hero-proof div:last-child{border-right:0}.marketplace-hero-proof strong{color:var(--marketplace-navy);font-size:25px}.marketplace-hero-proof span{color:var(--marketplace-muted);font-size:12px}.marketplace-browser-preview{max-width:940px;margin:0 auto;border:1px solid #cbd4e1;border-bottom:0;border-radius:20px 20px 0 0;background:#fff;box-shadow:0 -4px 50px #032d601f;overflow:hidden;text-align:left}.marketplace-browser-toolbar{min-height:54px;padding:10px 16px;display:flex;align-items:center;gap:30px;background:#f7f9fb;border-bottom:1px solid #dfe4eb}.marketplace-browser-toolbar>div:first-child{display:flex;gap:6px}.marketplace-browser-toolbar>div:first-child span{width:9px;height:9px;border-radius:50%;background:#c5ccd6}.marketplace-browser-search{flex:1;max-width:560px;height:32px;border:1px solid #d1d8e2;border-radius:999px;background:#fff;color:#7a7f87;font-size:11px;display:flex;align-items:center;gap:8px;padding:0 14px}.marketplace-browser-search svg{width:13px;color:var(--marketplace-blue)}.marketplace-browser-body{min-height:280px;padding:22px;display:grid;grid-template-columns:180px 1fr;gap:20px;background:var(--marketplace-sky)}.marketplace-browser-body aside{padding:16px;border-radius:10px;background:#fff;display:flex;flex-direction:column;gap:13px;color:#536070;font-size:11px}.marketplace-browser-body aside strong{color:var(--marketplace-navy);font-size:12px}.marketplace-browser-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.marketplace-browser-cards div{padding:15px;border:1px solid #dbe2ea;border-radius:10px;background:#fff;display:flex;flex-direction:column;align-items:flex-start}.marketplace-browser-cards div span{padding:3px 7px;border-radius:999px;background:#e5f3ff;color:var(--marketplace-blue);font-size:9px;font-weight:800}.marketplace-browser-cards strong{margin-top:15px;color:var(--marketplace-navy);font-size:12px}.marketplace-browser-cards small{margin-top:5px;color:#737b85}.marketplace-section{padding:88px 0}.marketplace-section-white{background:#fff}.marketplace-section-tint{background:linear-gradient(135deg,var(--marketplace-sky),var(--marketplace-lavender))}.marketplace-section-heading{margin-bottom:38px}.marketplace-section-heading>span,.marketplace-eyebrow{color:var(--marketplace-blue);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.marketplace-section-heading h2{margin-top:8px;font-size:clamp(30px,4vw,43px);letter-spacing:-.04em;line-height:1.15}.marketplace-section-heading p{max-width:650px;margin-top:10px;color:var(--marketplace-muted);font-size:16px;line-height:1.6}.marketplace-section-heading.centered{text-align:center}.marketplace-section-heading.centered p{margin-inline:auto}.marketplace-heading-split{display:flex;align-items:end;justify-content:space-between;gap:24px}.marketplace-text-link{border:0;background:none;color:var(--marketplace-blue);display:inline-flex;align-items:center;gap:4px;cursor:pointer;font-weight:750;flex:none}.marketplace-text-link svg{width:18px}.marketplace-skill-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.marketplace-skill-grid.results{grid-template-columns:repeat(3,minmax(0,1fr))}.marketplace-skill-card{min-width:0;min-height:285px;padding:22px;border:1px solid var(--marketplace-line);border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:stretch;text-align:left;cursor:pointer;box-shadow:0 2px 8px #032d600d;transition:transform .2s,box-shadow .2s,border-color .2s}.marketplace-skill-card:hover{transform:translateY(-3px);border-color:#9ec8ec;box-shadow:0 12px 30px #032d6021}.marketplace-skill-card-top{display:flex;align-items:start;justify-content:space-between;gap:12px}.marketplace-skill-icon,.marketplace-detail-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#0b5cab,#5b3cc4);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:850;letter-spacing:.03em}.marketplace-tier{display:inline-flex;align-items:center;gap:4px;width:fit-content;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.marketplace-tier svg{width:11px;height:11px}.marketplace-tier-free{color:#176b3a;background:#e6f7ed;border:1px solid #a9dfbd}.marketplace-tier-pro{color:#73510f;background:#fff6dc;border:1px solid #ead088}.marketplace-tier-business{color:#55349d;background:#f2ecff;border:1px solid #cbb9f2}.marketplace-skill-category{margin-top:20px;color:var(--marketplace-blue);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.marketplace-skill-card h2,.marketplace-skill-card h3{margin-top:7px;font-size:18px;line-height:1.35;letter-spacing:-.02em}.marketplace-skill-card>p{margin-top:8px;color:var(--marketplace-muted);font-size:13px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.marketplace-skill-footer{margin-top:auto;padding-top:18px;border-top:1px solid #edf0f4;display:flex;justify-content:space-between;align-items:center;color:#4d5560;font-size:12px}.marketplace-skill-footer span{display:inline-flex;align-items:center;gap:4px}.marketplace-skill-footer span:last-child{color:var(--marketplace-blue);font-weight:750}.marketplace-skill-footer svg{width:14px;height:14px;color:#e5a700;fill:#e5a700}.marketplace-skill-footer span:last-child svg{fill:none;color:currentColor}.marketplace-skeleton-card{min-height:260px;padding:24px;border-radius:14px;background:#f4f6f9;border:1px solid #e5e9ef;animation:marketplace-pulse 1.5s infinite}.marketplace-skeleton-card span{display:block;height:16px;width:70%;margin-bottom:14px;border-radius:5px;background:#e1e6ed}.marketplace-skeleton-card span:first-child{width:50px;height:50px;border-radius:12px;margin-bottom:35px}.marketplace-skeleton-card span:last-child{width:100%}@keyframes marketplace-pulse{50%{opacity:.55}}.marketplace-state-card{padding:54px 24px;border:1px dashed #bfc8d4;border-radius:16px;background:#f8fafc;text-align:center}.marketplace-state-card>svg{width:38px;height:38px;color:var(--marketplace-blue);margin:0 auto}.marketplace-state-card h2,.marketplace-state-card h3{margin-top:12px}.marketplace-state-card p{margin:7px 0 18px;color:var(--marketplace-muted)}.marketplace-state-card button{border:0;border-radius:8px;padding:10px 18px;background:var(--marketplace-blue);color:#fff;font-weight:700;cursor:pointer}.marketplace-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.marketplace-benefit-grid article{padding:32px;border:1px solid rgba(3,45,96,.12);border-radius:16px;background:#ffffffd6}.marketplace-benefit-grid article>div{width:52px;height:52px;border-radius:14px;background:#e5f3ff;color:var(--marketplace-blue);display:grid;place-items:center}.marketplace-benefit-grid article h3{margin-top:20px;font-size:20px}.marketplace-benefit-grid article p{margin-top:9px;color:var(--marketplace-muted);line-height:1.6;font-size:14px}.marketplace-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.marketplace-pricing-grid.compact .marketplace-price-card{padding:28px}.marketplace-price-card{position:relative;padding:34px;border:1px solid var(--marketplace-line);border-radius:18px;background:#fff;box-shadow:0 5px 20px #032d600f;display:flex;flex-direction:column}.marketplace-price-card.featured{border:2px solid var(--marketplace-blue);box-shadow:0 14px 38px #0176d326}.marketplace-popular-label{position:absolute;top:-14px;left:50%;transform:translate(-50%);padding:5px 13px;border-radius:999px;background:var(--marketplace-blue);color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.marketplace-plan-icon{color:var(--marketplace-blue);width:28px}.marketplace-price-card h3{margin-top:15px;font-size:21px}.marketplace-price{margin:18px 0;display:flex;align-items:baseline;gap:5px}.marketplace-price strong{color:var(--marketplace-navy);font-size:42px;letter-spacing:-.05em}.marketplace-price span{color:var(--marketplace-muted);font-size:13px}.marketplace-price-card ul{margin:8px 0 28px;display:flex;flex-direction:column;gap:11px}.marketplace-price-card li{display:flex;align-items:flex-start;gap:9px;color:#41464e;font-size:13px;line-height:1.45}.marketplace-price-card li svg{width:16px;height:16px;color:#26834a;flex:none;margin-top:1px}.marketplace-price-card>button{width:100%;margin-top:auto;border:1px solid var(--marketplace-blue);border-radius:8px;padding:11px;background:#fff;color:var(--marketplace-blue);font-weight:750;cursor:pointer}.marketplace-cta-band{padding:64px 0;background:linear-gradient(115deg,#032d60,#0b5cab 62%,#5236a5);color:#fff}.marketplace-cta-band .marketplace-container{display:flex;align-items:center;justify-content:space-between;gap:36px}.marketplace-cta-band span{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:750;color:#cfe9ff}.marketplace-cta-band span svg{width:17px}.marketplace-cta-band h2{margin-top:8px;color:#fff;font-size:34px;letter-spacing:-.035em}.marketplace-cta-band p{margin-top:6px;color:#dbeaff}.marketplace-cta-band button{padding:14px 22px;border:0;border-radius:8px;background:#fff;color:var(--marketplace-navy);font-weight:800;display:inline-flex;align-items:center;gap:8px;flex:none;cursor:pointer}.marketplace-cta-band button svg{width:17px}.marketplace-footer{background:#fff;color:var(--marketplace-muted)}.marketplace-footer-grid{padding:48px 0 34px;display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:40px}.marketplace-footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:9px;font-size:13px}.marketplace-footer-grid strong{color:var(--marketplace-navy);margin-bottom:4px}.marketplace-footer-grid button{padding:0;border:0;background:none;color:var(--marketplace-muted);cursor:pointer}.marketplace-footer-grid button:hover{color:var(--marketplace-blue)}.marketplace-footer-brand{color:var(--marketplace-navy);font-size:18px;font-weight:850;display:flex;align-items:center;gap:8px}.marketplace-footer-brand .marketplace-brand-mark{width:30px;height:30px;border-radius:9px}.marketplace-footer-bottom{padding:18px 0 28px;border-top:1px solid #e5e9ef;font-size:12px}.marketplace-page-hero{padding:55px 0;background:linear-gradient(110deg,#e7f4ff,#f7f2ff);border-bottom:1px solid #dfe5ec}.marketplace-page-hero span{color:var(--marketplace-blue);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.marketplace-page-hero h1{margin-top:8px;font-size:clamp(34px,4.8vw,50px);letter-spacing:-.045em}.marketplace-page-hero p{margin-top:9px;color:var(--marketplace-muted);font-size:16px}.marketplace-results-section{padding:36px 0 80px;background:#f7f9fb}.marketplace-results-layout{display:grid;grid-template-columns:225px minmax(0,1fr);gap:30px;align-items:start}.marketplace-filter-panel{position:sticky;top:170px;padding:20px;border:1px solid var(--marketplace-line);border-radius:12px;background:#fff}.marketplace-filter-title{display:flex;align-items:center;gap:8px;color:var(--marketplace-navy)}.marketplace-filter-title svg{width:18px;color:var(--marketplace-blue)}.marketplace-filter-panel fieldset{margin-top:22px;border:0}.marketplace-filter-panel legend{margin-bottom:9px;color:#6b7078;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.09em}.marketplace-filter-panel fieldset button{width:100%;padding:8px 9px;border:0;border-radius:7px;background:none;color:#4b515a;display:flex;align-items:center;justify-content:space-between;font-size:13px;text-align:left;cursor:pointer}.marketplace-filter-panel fieldset button.selected{color:var(--marketplace-blue);background:#e9f5ff;font-weight:750}.marketplace-reset-button{margin-top:20px;padding:0;border:0;background:none;color:var(--marketplace-blue);display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;cursor:pointer}.marketplace-reset-button svg{width:13px}.marketplace-results-content{min-width:0}.marketplace-results-bar{min-height:42px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:15px;color:var(--marketplace-muted);font-size:13px}.marketplace-results-bar strong{color:var(--marketplace-navy)}.marketplace-results-bar>div span{margin-left:4px}.marketplace-results-bar>span{padding:5px 10px;border-radius:999px;background:#e7f4ff;color:var(--marketplace-blue);font-size:11px;font-weight:750}.marketplace-mobile-filters{display:none}.marketplace-large-state{min-height:390px;display:grid;place-items:center;align-content:center}.marketplace-detail-hero{padding:34px 0 52px;background:linear-gradient(125deg,#e8f5ff,#f8f2ff);border-bottom:1px solid #dce3eb}.marketplace-back-link{padding:0;border:0;background:none;color:var(--marketplace-blue);display:flex;align-items:center;gap:7px;font-weight:700;cursor:pointer}.marketplace-back-link svg{width:16px}.marketplace-detail-heading{margin-top:34px;display:grid;grid-template-columns:76px 1fr;gap:24px;align-items:start}.marketplace-detail-icon{width:76px;height:76px;border-radius:18px;font-size:20px}.marketplace-detail-badges{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.marketplace-category-badge,.marketplace-trust-badge{padding:4px 8px;border:1px solid #c8d1dc;border-radius:999px;background:#fff;color:#535b66;font-size:10px;font-weight:750}.marketplace-trust-badge{color:#176b3a;border-color:#a9dfbd;background:#edf9f1;display:inline-flex;align-items:center;gap:4px}.marketplace-trust-badge svg{width:12px}.marketplace-detail-heading h1{margin-top:12px;font-size:clamp(33px,5vw,52px);letter-spacing:-.05em;line-height:1.1}.marketplace-detail-heading>div>p{max-width:760px;margin-top:12px;color:var(--marketplace-muted);font-size:17px;line-height:1.6}.marketplace-detail-rating{margin-top:16px;display:flex;align-items:center;gap:6px;color:#535a64;font-size:12px}.marketplace-detail-rating svg{width:17px;color:#e5a700;fill:#e5a700}.marketplace-detail-rating strong{color:var(--marketplace-navy)}.marketplace-detail-section{padding:58px 0 76px;background:#fff}.marketplace-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 470px;gap:70px;align-items:start}.marketplace-detail-copy h2{margin-top:10px;font-size:33px;line-height:1.2;letter-spacing:-.035em}.marketplace-detail-copy>p{margin-top:15px;color:var(--marketplace-muted);line-height:1.7}.marketplace-trust-list{margin-top:34px;display:flex;flex-direction:column;gap:23px}.marketplace-trust-list>div{display:grid;grid-template-columns:42px 1fr;gap:14px}.marketplace-trust-list svg{width:42px;height:42px;padding:10px;border-radius:11px;background:#e9f5ff;color:var(--marketplace-blue)}.marketplace-trust-list span{color:var(--marketplace-muted);font-size:13px;line-height:1.5}.marketplace-trust-list strong{display:block;margin-bottom:3px;color:var(--marketplace-navy);font-size:15px}.marketplace-execution-card{padding:28px;border:1px solid #cbd5e1;border-radius:16px;background:#fff;box-shadow:0 15px 45px #032d601f}.marketplace-execution-heading{display:flex;align-items:center;gap:13px}.marketplace-execution-heading>div{width:43px;height:43px;border-radius:11px;background:#e8f4ff;color:var(--marketplace-blue);display:grid;place-items:center}.marketplace-execution-heading svg{width:20px}.marketplace-execution-heading span small{color:var(--marketplace-blue);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.marketplace-execution-heading h2{margin-top:2px;font-size:21px}.marketplace-execution-card>p{margin:18px 0;color:var(--marketplace-muted);font-size:13px;line-height:1.5}.marketplace-form-fields{display:flex;flex-direction:column;gap:16px}.marketplace-form-fields label>span{display:block;margin-bottom:6px;color:var(--marketplace-navy);font-size:12px;font-weight:750}.marketplace-field{border-color:#bcc6d3!important;background:#fff!important;color:var(--marketplace-ink)!important}.marketplace-execute-button{width:100%;margin-top:20px;padding:12px!important;background:var(--marketplace-blue)!important;color:#fff!important;border:0!important;font-weight:750}.marketplace-execute-button svg{width:16px}.marketplace-signin-note{display:block;margin-top:9px;color:#737983;text-align:center}.marketplace-result-section{padding:0 0 78px;background:#fff}.marketplace-result-card{padding:28px;border:1px solid #a9dfbd;border-radius:16px;background:#f3fbf6}.marketplace-result-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.marketplace-result-heading>span{color:#176b3a;display:flex;align-items:center;gap:8px;font-weight:800}.marketplace-result-heading svg{width:18px}.marketplace-result-heading button{color:var(--marketplace-blue)}.marketplace-result-content{margin-top:18px;padding-top:18px;border-top:1px solid #cde8d6;color:#30363d;line-height:1.7;white-space:pre-wrap}.marketplace-loading-page,.marketplace-not-found{min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.marketplace-loading-page svg{width:32px;color:var(--marketplace-blue);animation:spin 1s linear infinite}.marketplace-not-found p{color:var(--marketplace-muted)}.marketplace-not-found-icon{width:62px;height:62px;border-radius:18px;background:#e9f5ff;color:var(--marketplace-blue);display:grid;place-items:center}.marketplace-pricing-hero{padding:72px 0 110px;background:linear-gradient(120deg,#e5f4ff,#f8f1ff);text-align:center}.marketplace-pricing-hero>div>span{color:var(--marketplace-blue);display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.09em}.marketplace-pricing-hero>div>span svg{width:16px}.marketplace-pricing-hero h1{max-width:820px;margin:12px auto;font-size:clamp(38px,5.3vw,58px);line-height:1.08;letter-spacing:-.052em}.marketplace-pricing-hero p{max-width:670px;margin:0 auto;color:var(--marketplace-muted);font-size:17px;line-height:1.6}.marketplace-pricing-trust{width:fit-content;margin:24px auto 0;padding:8px 13px;border-radius:999px;background:#fffc;color:#176b3a;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:750}.marketplace-pricing-trust svg{width:15px}.marketplace-pricing-section{padding:0 0 80px;background:#f7f9fb}.marketplace-pricing-section .marketplace-pricing-grid{position:relative;transform:translateY(-58px);margin-bottom:-20px}.marketplace-plan-heading{display:grid;grid-template-columns:48px 1fr;gap:13px}.marketplace-plan-heading>div{width:48px;height:48px;border-radius:13px;background:#e7f4ff;color:var(--marketplace-blue);display:grid;place-items:center}.marketplace-plan-heading svg{width:23px}.marketplace-plan-heading h2{font-size:22px}.marketplace-plan-heading p{margin-top:4px;color:var(--marketplace-muted);font-size:12px;line-height:1.45}.marketplace-plan-divider{height:1px;margin:4px 0 20px;background:#e4e8ed}.marketplace-includes-label{color:var(--marketplace-navy);font-size:12px}.marketplace-plan-button{background:#fff!important;color:var(--marketplace-blue)!important;border:1px solid var(--marketplace-blue)!important}.marketplace-price-card button:disabled{background:#eef1f5!important;border-color:#d8dde4!important;color:#777e87!important;opacity:1}.marketplace-plan-note{padding:24px;border:1px solid #bcd8ef;border-radius:15px;background:#edf7ff;display:grid;grid-template-columns:44px 1fr;gap:16px;align-items:start}.marketplace-plan-note>svg{width:44px;height:44px;padding:10px;border-radius:12px;background:#fff;color:var(--marketplace-blue)}.marketplace-plan-note strong{color:var(--marketplace-navy)}.marketplace-plan-note p{margin-top:5px;color:var(--marketplace-muted);font-size:13px;line-height:1.5}@media (max-width: 1050px){.marketplace-auth-actions{display:none}.marketplace-nav-top{gap:14px}.marketplace-skill-grid.results{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace-detail-grid{grid-template-columns:minmax(0,1fr) 410px;gap:35px}}@media (max-width: 820px){.marketplace-container,.marketplace-nav-shell{width:min(100% - 28px,1180px)}.marketplace-announcement{display:none}.marketplace-nav-top{min-height:64px}.marketplace-brand-mark{width:32px;height:32px;border-radius:10px}.marketplace-brand>span{font-size:18px}.marketplace-nav-search{order:3;position:absolute;left:14px;right:14px;top:64px;max-width:none;height:42px;box-shadow:0 8px 18px #032d6014}.marketplace-nav-search button{display:none}.marketplace-menu-button{display:grid;place-items:center;width:38px;height:38px;margin-left:auto;border:0;background:#eef5fb;color:var(--marketplace-navy);border-radius:8px}.marketplace-menu-button svg{width:20px}.marketplace-nav-links{display:none;height:auto;padding:55px 0 14px;flex-direction:column;align-items:stretch;gap:0}.marketplace-nav-links.is-open{display:flex}.marketplace-nav-links>button{height:42px;text-align:left;border:0}.marketplace-mobile-actions{display:block;margin-top:6px}.marketplace-mobile-actions button{width:100%}.marketplace-hero{padding-top:92px}.marketplace-hero h1{font-size:44px}.marketplace-hero-search{height:58px}.marketplace-hero-search button{padding:0 20px}.marketplace-hero-proof{grid-template-columns:repeat(2,1fr);gap:18px 0}.marketplace-hero-proof div:nth-child(2){border-right:0}.marketplace-browser-preview{width:96%}.marketplace-skill-grid,.marketplace-benefit-grid,.marketplace-pricing-grid{grid-template-columns:1fr 1fr}.marketplace-pricing-grid .marketplace-price-card:last-child{grid-column:1 / -1}.marketplace-heading-split{align-items:flex-start;flex-direction:column}.marketplace-footer-grid{grid-template-columns:1.5fr 1fr 1fr}.marketplace-footer-grid>div:last-child{display:none}.marketplace-results-layout{grid-template-columns:1fr}.marketplace-filter-panel{display:none}.marketplace-mobile-filters{margin-bottom:18px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.marketplace-mobile-filters label{color:var(--marketplace-navy);font-size:11px;font-weight:750}.marketplace-mobile-filters select{width:100%;height:40px;margin-top:5px;padding:0 9px;border:1px solid #bdc7d3;border-radius:7px;background:#fff;color:var(--marketplace-ink)}.marketplace-detail-grid{grid-template-columns:1fr}.marketplace-execution-card{max-width:600px}}@media (max-width: 560px){.marketplace-nav-search{left:12px;right:12px}.marketplace-hero{padding-top:86px}.marketplace-hero h1{font-size:37px}.marketplace-hero>.marketplace-container>p{font-size:16px}.marketplace-hero-search{height:auto;padding:11px 12px;border-radius:16px;flex-wrap:wrap}.marketplace-hero-search input{height:38px;width:calc(100% - 40px)}.marketplace-hero-search button{width:100%;height:44px;justify-content:center;border-radius:9px}.marketplace-category-row>span{width:100%}.marketplace-browser-body{grid-template-columns:1fr}.marketplace-browser-body aside{display:none}.marketplace-browser-cards{gap:8px}.marketplace-browser-cards div{padding:11px}.marketplace-browser-cards strong{margin-top:9px;font-size:10px}.marketplace-section{padding:64px 0}.marketplace-skill-grid,.marketplace-skill-grid.results,.marketplace-benefit-grid,.marketplace-pricing-grid{grid-template-columns:1fr}.marketplace-pricing-grid .marketplace-price-card:last-child{grid-column:auto}.marketplace-cta-band .marketplace-container{align-items:flex-start;flex-direction:column}.marketplace-footer-grid{grid-template-columns:1fr 1fr}.marketplace-footer-grid>div:first-child{grid-column:1 / -1}.marketplace-page-hero{padding-top:88px}.marketplace-results-bar{align-items:flex-start;flex-direction:column}.marketplace-detail-hero{padding-top:86px}.marketplace-detail-heading{grid-template-columns:1fr}.marketplace-detail-icon{width:62px;height:62px}.marketplace-detail-heading h1{font-size:36px}.marketplace-execution-card,.marketplace-price-card{padding:22px}.marketplace-result-heading{align-items:flex-start;flex-direction:column}.marketplace-pricing-hero{padding:98px 0 90px}.marketplace-pricing-section .marketplace-pricing-grid{transform:translateY(-40px)}}:root{--ls-dark-bg: #050B1A;--ls-dark-surface: #0D1526;--ls-dark-card: #111C30;--ls-dark-border: rgba(99, 155, 255, .15);--ls-neon-blue: #4F9EFF;--ls-neon-cyan: #00D4FF;--ls-neon-purple: #8B5CF6;--ls-gold: #F5C842;--ls-gold-dim: #C5A059;--linkskill-navy: #032D60;--linkskill-blue: #0176D3;--linkskill-blue-light: #1B96FF;--linkskill-gold: #C5A059;--linkskill-gold-dark: #a88642;--radius: .75rem;--primary: oklch(.6 .2 240);--primary-foreground: oklch(1 0 0);--background: oklch(.08 .025 240);--foreground: oklch(.93 .005 240);--card: oklch(.12 .025 240);--card-foreground: oklch(.93 .005 240);--popover: oklch(.12 .025 240);--popover-foreground: oklch(.93 .005 240);--secondary: oklch(.18 .025 240);--secondary-foreground: oklch(.8 .01 240);--muted: oklch(.2 .02 240);--muted-foreground: oklch(.6 .01 240);--accent: oklch(.75 .15 75);--accent-foreground: oklch(.08 .025 240);--destructive: oklch(.704 .191 22.216);--destructive-foreground: oklch(.985 0 0);--border: oklch(.22 .025 240);--input: oklch(.22 .025 240);--ring: oklch(.55 .17 240);--chart-1: oklch(.6 .2 240);--chart-2: oklch(.55 .17 240);--chart-3: oklch(.5 .15 240);--chart-4: oklch(.45 .15 240);--chart-5: oklch(.4 .15 240);--sidebar: oklch(.1 .025 240);--sidebar-foreground: oklch(.93 .005 240);--sidebar-primary: oklch(.6 .2 240);--sidebar-primary-foreground: oklch(1 0 0);--sidebar-accent: oklch(.75 .15 75);--sidebar-accent-foreground: oklch(.08 .025 240);--sidebar-border: oklch(.22 .025 240);--sidebar-ring: oklch(.55 .17 240)}.dark{--primary: oklch(.6 .2 240);--primary-foreground: oklch(1 0 0);--sidebar-primary: oklch(.6 .2 240);--sidebar-primary-foreground: oklch(1 0 0);--background: oklch(.08 .025 240);--foreground: oklch(.93 .005 240);--card: oklch(.12 .025 240);--card-foreground: oklch(.93 .005 240);--popover: oklch(.12 .025 240);--popover-foreground: oklch(.93 .005 240);--secondary: oklch(.18 .025 240);--secondary-foreground: oklch(.8 .01 240);--muted: oklch(.2 .02 240);--muted-foreground: oklch(.6 .01 240);--accent: oklch(.75 .15 75);--accent-foreground: oklch(.08 .025 240);--destructive: oklch(.704 .191 22.216);--destructive-foreground: oklch(.985 0 0);--border: oklch(.22 .025 240);--input: oklch(.22 .025 240);--ring: oklch(.55 .17 240);--sidebar: oklch(.1 .025 240);--sidebar-foreground: oklch(.93 .005 240);--sidebar-accent: oklch(.75 .15 75);--sidebar-accent-foreground: oklch(.08 .025 240);--sidebar-border: oklch(.22 .025 240);--sidebar-ring: oklch(.55 .17 240)}@layer base{html{scroll-behavior:smooth}body{background-color:#050b1a;color:var(--foreground);font-family:DM Sans,Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif}#root{min-height:100vh;background-color:#050b1a}*{border-color:var(--border);outline-color:var(--ring)}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--foreground)}a{color:var(--primary);transition:color .2s}a:hover{opacity:.8}button{transition:all .18s cubic-bezier(.23,1,.32,1)}button:active{transform:scale(.97)}}@layer components{.container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.font-serif{font-family:Playfair Display,Georgia,serif}.gradient-text-blue{background:linear-gradient(135deg,#4f9eff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-text-gold{background:linear-gradient(135deg,#f5c842,#c5a059);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-card{background:#0d1526b3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(99,155,255,.15);border-radius:1rem}.neon-glow-blue{box-shadow:0 0 20px #4f9eff4d,0 0 60px #4f9eff1a}.neon-glow-gold{box-shadow:0 0 20px #f5c8424d,0 0 60px #f5c8421a}.skill-card-dark{background:#0d1526cc;border:1px solid rgba(99,155,255,.15);border-radius:1rem;padding:1.5rem;transition:all .25s cubic-bezier(.23,1,.32,1);cursor:pointer}.skill-card-dark:hover{border-color:#4f9eff73;box-shadow:0 8px 32px #4f9eff2e;transform:translateY(-3px)}.tier-free{background:#2e844a26;color:#4ade80;border:1px solid rgba(46,132,74,.3)}.tier-pro{background:#f5c8421f;color:#f5c842;border:1px solid rgba(245,200,66,.3)}.tier-business{background:#8b5cf626;color:#a78bfa;border:1px solid rgba(139,92,246,.3)}.linkskill-gradient{background:linear-gradient(135deg,#050b1a,#0d1a3a,#1a2a5e)}.button-primary{background:linear-gradient(135deg,#1b6ef3,#0176d3);color:#fff;padding:.6rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .2s;border:none}.button-primary:hover{background:linear-gradient(135deg,#2b7eff,#1b96ff);box-shadow:0 4px 20px #4f9eff66}.button-accent{background:linear-gradient(135deg,#f5c842,#c5a059);color:#050b1a;padding:.6rem 1.5rem;border-radius:.5rem;font-weight:700;transition:all .2s;border:none}.button-accent:hover{box-shadow:0 4px 20px #f5c84266;transform:translateY(-1px)}}.marketplace-manifesto{padding:80px 0;background:linear-gradient(160deg,#010e1f,#032d60 45%,#0b3d7a);position:relative;overflow:hidden}.marketplace-manifesto:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 15% 50%,rgba(1,118,211,.18) 0%,transparent 55%),radial-gradient(circle at 85% 20%,rgba(92,54,164,.22) 0%,transparent 50%);pointer-events:none}.marketplace-manifesto-inner{position:relative;z-index:1;display:grid;grid-template-columns:120px 1fr 160px;gap:48px;align-items:center}.marketplace-manifesto-left{display:flex;flex-direction:column;align-items:center;gap:14px}.marketplace-manifesto-rule{width:2px;height:80px;background:linear-gradient(to bottom,transparent,#fbbf24,transparent)}.marketplace-manifesto-eyebrow{writing-mode:vertical-rl;text-orientation:mixed;color:#fbbf24;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;opacity:.85}.marketplace-manifesto-body{text-align:left}.marketplace-manifesto-line{display:flex;flex-direction:column;gap:2px;margin:0 0 4px}.manifesto-en{font-size:clamp(32px,4.5vw,58px);font-weight:900;line-height:1.08;letter-spacing:-.04em;color:#fff}.manifesto-strikethrough{text-decoration:line-through;text-decoration-color:#ef4444;text-decoration-thickness:3px;color:#94a3b8;opacity:.75}.manifesto-highlight{color:#fbbf24;position:relative}.manifesto-zh{font-size:clamp(13px,1.4vw,17px);font-weight:500;color:#cbd5e1bf;letter-spacing:.04em;margin-top:2px}.marketplace-manifesto-line.future .manifesto-en{color:#fff}.marketplace-manifesto-sub{margin-top:22px;max-width:600px;color:#bacfebcc;font-size:14px;line-height:1.7;border-left:3px solid rgba(251,191,36,.5);padding-left:16px}.marketplace-manifesto-cta-row{display:flex;align-items:center;gap:14px;margin-top:28px;flex-wrap:wrap}.marketplace-manifesto-cta-primary{padding:12px 22px;border:0;border-radius:8px;background:#fbbf24;color:#032d60;font-weight:800;font-size:14px;cursor:pointer;transition:transform .15s,box-shadow .15s}.marketplace-manifesto-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #fbbf2466}.marketplace-manifesto-cta-ghost{padding:12px 22px;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:transparent;color:#ffffffd9;font-weight:700;font-size:14px;cursor:pointer;transition:border-color .15s,color .15s}.marketplace-manifesto-cta-ghost:hover{border-color:#ffffffb3;color:#fff}.marketplace-manifesto-right{display:flex;flex-direction:column;gap:16px;align-items:flex-end}.manifesto-stat{padding:16px 20px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#ffffff0f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;min-width:120px}.manifesto-stat strong{display:block;color:#fff;font-size:18px;font-weight:900;letter-spacing:-.02em}.manifesto-stat span{display:block;color:#bacfebb3;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-top:4px}.manifesto-stat.accent{border-color:#fbbf2459;background:#fbbf2414}.manifesto-stat.accent strong{color:#fbbf24}@media (max-width: 900px){.marketplace-manifesto-inner{grid-template-columns:1fr;gap:28px}.marketplace-manifesto-left{flex-direction:row;justify-content:flex-start}.marketplace-manifesto-rule{width:60px;height:2px;background:linear-gradient(to right,transparent,#fbbf24,transparent)}.marketplace-manifesto-eyebrow{writing-mode:horizontal-tb}.marketplace-manifesto-right{flex-direction:row;align-items:flex-start;justify-content:flex-start}}
