:root{--bg-primary:#0a0a0a;--bg-secondary:#1a1a1a;--bg-tertiary:#2a2a2a;--bg-surface:#3a3a3a;--bg-overlay:rgba(10,10,10,.95);--platinum-primary:#e5e4e2;--platinum-light:#f5f5f3;--platinum-dark:#d0cfcd;--platinum-muted:#b8b7b5;--silver-primary:#c0c0c0;--silver-light:#d3d3d3;--silver-dark:#a8a8a8;--silver-muted:#909090;--text-primary:#e5e4e2;--text-secondary:#c0c0c0;--text-muted:#a8a8a8;--text-inverse:#0a0a0a;--border-primary:#e5e4e2;--border-secondary:#c0c0c0;--border-muted:#3a3a3a;--border-focus:#f5f5f3;--success:#4ade80;--warning:#fbbf24;--error:#ef4444;--info:#60a5fa;--gradient-platinum:linear-gradient(135deg,#e5e4e2 0%,#f5f5f3 100%);--gradient-silver:linear-gradient(135deg,#c0c0c0 0%,#d3d3d3 100%);--gradient-dark:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);--gradient-overlay:linear-gradient(135deg,rgba(229,228,226,.1) 0%,rgba(192,192,192,.05) 100%);--shadow-sm:0 1px 2px rgba(229,228,226,.1);--shadow-md:0 4px 6px rgba(229,228,226,.1);--shadow-lg:0 10px 15px rgba(229,228,226,.1);--shadow-xl:0 20px 25px rgba(229,228,226,.1);--shadow-glow:0 0 20px rgba(229,228,226,.2);--btn-primary-bg:var(--gradient-platinum);--btn-primary-text:var(--text-inverse);--btn-primary-border:var(--border-primary);--btn-primary-hover:var(--gradient-silver);--btn-secondary-bg:transparent;--btn-secondary-text:var(--text-primary);--btn-secondary-border:var(--border-primary);--btn-secondary-hover:var(--bg-tertiary);--btn-ghost-bg:transparent;--btn-ghost-text:var(--text-secondary);--btn-ghost-hover:var(--bg-surface);--input-bg:var(--bg-tertiary);--input-border:var(--border-muted);--input-border-focus:var(--border-primary);--input-text:var(--text-primary);--input-placeholder:var(--text-muted);--card-bg:var(--bg-tertiary);--card-border:var(--border-muted);--card-hover:var(--bg-surface);--nav-bg:var(--bg-secondary);--nav-text:var(--text-secondary);--nav-text-active:var(--text-primary);--nav-border:var(--border-muted);--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-xs:.125rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--font-display:'Inter',system-ui,sans-serif;--font-body:'Inter',system-ui,sans-serif;--font-mono:'JetBrains Mono','Courier New',monospace;--font-thin:100;--font-light:300;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--font-extrabold:800;--font-black:900;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--text-7xl:4.5rem;--text-8xl:6rem;--text-9xl:8rem;--leading-none:1;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--leading-loose:2;--duration-fast:150ms;--duration-normal:300ms;--duration-slow:500ms;--ease-out:cubic-bezier(0,0,.2,1);--ease-in:cubic-bezier(.4,0,1,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--ease-bounce:cubic-bezier(.68,-0.55,.265,1.55);--z-dropdown:1000;--z-sticky:1020;--z-fixed:1030;--z-modal-backdrop:1040;--z-modal:1050;--z-popover:1060;--z-tooltip:1070;--z-toast:1080}.dark{color-scheme:dark}.bg-primary{background-color:var(--bg-primary)}.bg-secondary{background-color:var(--bg-secondary)}.bg-tertiary{background-color:var(--bg-tertiary)}.bg-surface{background-color:var(--bg-surface)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-inverse{color:var(--text-inverse)}.border-primary{border-color:var(--border-primary)}.border-secondary{border-color:var(--border-secondary)}.border-muted{border-color:var(--border-muted)}.gradient-platinum{background:var(--gradient-platinum)}.gradient-silver{background:var(--gradient-silver)}.gradient-dark{background:var(--gradient-dark)}.shadow-glow{box-shadow:var(--shadow-glow)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.animate-fadeIn{animation:fadeIn var(--duration-normal) var(--ease-out)}.animate-slideUp{animation:slideUp var(--duration-normal) var(--ease-out)}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-shimmer{animation:shimmer 2s linear infinite}*,::before,::after{box-sizing:border-box;border:0 solid #374151}html{-webkit-text-size-adjust:100%;font-family:'Space Grotesk',system-ui,sans-serif}body{margin:0;min-height:100%;background:var(--bg-primary,#0a0a0a);color:var(--text-primary,#e5e4e2);-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}ul,ol{margin:0;padding:0;list-style:none}img,svg,video,canvas{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:inherit}button,input,select,textarea{font:inherit;color:inherit;margin:0}button{background:none;cursor:pointer}table{border-collapse:collapse}[hidden]{display:none!important}.space-x-1>*+*,.space-x-2>*+*,.space-x-3>*+*,.space-x-4>*+*,.space-x-6>*+*{margin-left:var(--space-x)}.space-y-1>*+*,.space-y-2>*+*,.space-y-3>*+*,.space-y-4>*+*,.space-y-6>*+*,.space-y-8>*+*{margin-top:var(--space-y)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:rgba(17,24,39,.3);border-radius:4px}::-webkit-scrollbar-thumb{background:rgba(75,85,99,.8);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(107,114,128,.9)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}.ml-0{margin-left:0px}.pt-16{padding-top:4rem}.min-h-screen{min-height:100vh}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0px}.z-0{z-index:0}.pointer-events-none{pointer-events:none}.bottom-0{bottom:0px}.left-0{left:0px}.right-0{right:0px}.h-20{height:5rem}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--grad-from,transparent),var(--grad-via,var(--grad-from,transparent)),var(--grad-to,transparent))}.from-transparent{--grad-from:transparent}.to-black{--grad-to:#000000}.z-\[100\]{z-index:100}.flex{display:flex}.flex-col{flex-direction:column}.w-full{width:100%}.p-6{padding:1.5rem}.z-\[90\]{z-index:90}.h-\[300px\]{height:300px}.bg-black{background-color:#000000}.from-black\/20{--grad-from:rgb(0 0 0 / .2)}.to-black\/40{--grad-to:rgb(0 0 0 / .4)}.z-10{z-index:10}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.bg-gray-800\/30{background-color:rgb(31 41 55 / .3)}.rounded-2xl{border-radius:1rem}.p-8{padding:2rem}.border{border-width:1px;border-style:solid}.border-gray-700{border-color:#374151}.mb-6{margin-bottom:1.5rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-bold{font-weight:700}.text-white{color:#ffffff}.leading-none{line-height:1}.tracking-tight{letter-spacing:-0.025em}.text-base{font-size:1rem;line-height:1.5rem}.text-gray-400{color:#9ca3af}.mt-1{margin-top:.25rem}.font-semibold{font-weight:600}.space-y-4{--space-y:1rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-8{gap:2rem}.text-accent-light{color:#9BB8E0}.hover\:text-white:hover{color:#ffffff}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.space-y-3{--space-y:.75rem}.rounded-lg{border-radius:.5rem}.p-4{padding:1rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.mb-2{margin-bottom:.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-gray-500{color:#6b7280}.gap-6{gap:1.5rem}.mb-8{margin-bottom:2rem}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-4{gap:1rem}.block{display:block}.hover\:bg-gray-800\/50:hover{background-color:rgb(31 41 55 / .5)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.h-full{height:100%}.mb-3{margin-bottom:.75rem}.space-y-2{--space-y:.5rem}.mb-4{margin-bottom:1rem}.justify-between{justify-content:space-between}.font-medium{font-weight:500}.items-center{align-items:center}.justify-center{justify-content:center}.py-2{padding-top:.5rem;padding-bottom:.5rem}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--grad-from,transparent),var(--grad-via,var(--grad-from,transparent)),var(--grad-to,transparent))}.from-accent{--grad-from:#789CD1}.to-accent-darker{--grad-to:#476A9D}.hover\:shadow-\[0_0_20px_rgba\(80\,112\,158\,0\.6\)\]:hover{box-shadow:0 0 20px rgba(80,112,158,.6)}.text-blue-300{color:#93c5fd}.mt-3{margin-top:.75rem}.border-blue-500\/20{border-color:rgb(59 130 246 / .2)}.space-x-2{--space-x:.5rem}.text-blue-400{color:#60a5fa}.text-lg{font-size:1.125rem;line-height:1.75rem}.items-start{align-items:flex-start}.mr-2{margin-right:.5rem}.shrink-0{flex-shrink:0}.text-gray-300{color:#d1d5db}.italic{font-style:italic}.overflow-hidden{overflow:hidden}.duration-300{transition-duration:300ms}.aspect-video{aspect-ratio:16/9}.object-cover{object-fit:cover}.bottom-4{bottom:1rem}.left-4{left:1rem}.right-4{right:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.rounded{border-radius:.25rem}.pt-3{padding-top:.75rem}.border-t{border-top-width:1px;border-style:solid}.mt-2{margin-top:.5rem}.mb-1{margin-bottom:.25rem}.inline-flex{display:inline-flex}.w-64{width:16rem}.px-8{padding-left:2rem;padding-right:2rem}.mt-8{margin-top:2rem}.gap-3{gap:.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-5xl{font-size:3rem;line-height:1}.w-10{width:2.5rem}.h-10{height:2.5rem}.rounded-full{border-radius:9999px}.bg-gray-700\/50{background-color:rgb(55 65 81 / .5)}.hover\:border-white\/30:hover{border-color:rgb(255 255 255 / .3)}.group:hover .group-hover\:text-white{color:#ffffff}.min-h-\[400px\]{min-height:400px}.py-12{padding-top:3rem;padding-bottom:3rem}.space-y-6{--space-y:1.5rem}.max-w-2xl{max-width:42rem}.mx-auto{margin-left:auto;margin-right:auto}.bg-transparent{background-color:transparent}.text-text-primary{color:var(--text-primary)}.border-border-primary{border-color:var(--border-primary)}.hover\:bg-white\/10:hover{background-color:rgb(255 255 255 / .1)}.hover\:border-platinum-light:hover{border-color:var(--platinum-light)}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-4{width:1rem}.h-4{height:1rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.leading-relaxed{line-height:1.625}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.hover\:bg-gray-800\/40:hover{background-color:rgb(31 41 55 / .4)}.top-full{top:100%}.bg-gray-800\/80{background-color:rgb(31 41 55 / .8)}.border-white\/10{border-color:rgb(255 255 255 / .1)}.z-\[110\]{z-index:110}.max-h-48{max-height:12rem}.overflow-y-auto{overflow-y:auto}.shadow-2xl{box-shadow:0 25px 50px -12px rgb(0 0 0 / .25)}.text-4xl{font-size:2.25rem;line-height:2.5rem}.gap-x-8{column-gap:2rem}.gap-y-2{row-gap:.5rem}.mt-6{margin-top:1.5rem}.border-b{border-bottom-width:1px;border-style:solid}.border-gray-700\/50{border-color:rgb(55 65 81 / .5)}.mt-4{margin-top:1rem}.overflow-x-auto{overflow-x:auto}.text-left{text-align:left}.pr-4{padding-right:1rem}.text-right{text-align:right}.border-gray-800{border-color:#1f2937}.min-h-\[340px\]{min-height:340px}.h-48{height:12rem}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gap-2{gap:.5rem}.space-y-1{--space-y:.25rem}.mr-1{margin-right:.25rem}.duration-100{transition-duration:100ms}.bg-gray-800\/50{background-color:rgb(31 41 55 / .5)}.hover\:border-gray-500:hover{border-color:#6b7280}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.rounded-md{border-radius:.375rem}.group:hover .group-hover\:bg-white{background-color:#ffffff}.group:hover .group-hover\:text-black{color:#000000}.p-5{padding:1.25rem}.flex-1{flex:1 1 0%}.border-gray-600{border-color:#4b5563}.px-4{padding-left:1rem;padding-right:1rem}.p-3{padding:.75rem}.inline-block{display:inline-block}.min-h-\[320px\]{min-height:320px}.border-transparent{border-color:transparent}.hover\:border-accent\/50:hover{border-color:rgb(120 156 209 / .5)}.flex-wrap{flex-wrap:wrap}.hover\:bg-gray-700:hover{background-color:#374151}.min-h-\[16px\]{min-height:16px}.bg-gray-800\/40{background-color:rgb(31 41 55 / .4)}.min-h-\[360px\]{min-height:360px}.max-w-3xl{max-width:48rem}.bg-black\/40{background-color:rgb(0 0 0 / .4)}.rounded-xl{border-radius:.75rem}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.025em}.h-\[420px\]{height:420px}.pt-4{padding-top:1rem}.gap-x-2{column-gap:.5rem}.min-h-\[80px\]{min-height:80px}.hover\:text-accent-light:hover{color:#9BB8E0}.p-1{padding:.25rem}.bg-gray-700\/30{background-color:rgb(55 65 81 / .3)}.space-x-3{--space-x:.75rem}.h-0\.5{height:.125rem}.bg-gray-400{background-color:#9ca3af}.pt-2{padding-top:.5rem}.bg-gray-600\/20{background-color:rgb(75 85 99 / .2)}.py-4{padding-top:1rem;padding-bottom:1rem}.hover\:bg-gray-800\/20:hover{background-color:rgb(31 41 55 / .2)}.space-x-1{--space-x:.25rem}.bg-gray-700{background-color:#374151}.h-2{height:.5rem}.min-w-\[3rem\]{min-width:3rem}.cursor-pointer{cursor:pointer}.space-x-4{--space-x:1rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.text-platinum-light{color:var(--platinum-light)}.mt-0\.5{margin-top:.125rem}.w-8{width:2rem}.h-8{height:2rem}.text-gray-600{color:#4b5563}.gap-x-10{column-gap:2.5rem}.hover\:border-green-500\/40:hover{border-color:rgb(34 197 94 / .4)}.text-green-400{color:#4ade80}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.text-red-400{color:#f87171}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--grad-from,transparent),var(--grad-via,var(--grad-from,transparent)),var(--grad-to,transparent))}.from-accent-soft{--grad-from:#7B9FD4}.to-accent-dark{--grad-to:#50709E}.border-accent-dark{border-color:#50709E}.hover\:from-accent-mid:hover{--grad-from:#6B8FC4}.hover\:to-accent-night:hover{--grad-to:#40608E}.hover\:text-blue-300:hover{color:#93c5fd}.items-baseline{align-items:baseline}.gap-y-1{row-gap:.25rem}.pr-3{padding-right:.75rem}.w-12{width:3rem}.h-12{height:3rem}.from-blue-500\/20{--grad-from:rgb(59 130 246 / .2)}.to-blue-600\/10{--grad-to:rgb(37 99 235 / .1)}.pt-24{padding-top:6rem}.pb-16{padding-bottom:4rem}.text-gray-200{color:#e5e7eb}.fixed{position:fixed}.bottom-6{bottom:1.5rem}.right-6{right:1.5rem}.z-\[9998\]{z-index:9998}.bg-gray-800\/90{background-color:rgb(31 41 55 / .9)}.pl-2{padding-left:.5rem}.pr-5{padding-right:1.25rem}.hover\:border-gray-400:hover{border-color:#9ca3af}.w-11{width:2.75rem}.h-11{height:2.75rem}.z-\[9999\]{z-index:9999}.w-\[min\(92vw\,380px\)\]{width:min(92vw,380px)}.bg-gray-900{background-color:#111827}.bg-gray-800\/60{background-color:rgb(31 41 55 / .6)}.h-72{height:18rem}.max-w-\[85\%\]{max-width:85%}.rounded-tl-sm{border-top-left-radius:.125rem}.bg-gray-800{background-color:#1f2937}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:border-gray-400:focus{border-color:#9ca3af}.hover\:shadow-\[0_0_16px_rgba\(80\,112\,158\,0\.5\)\]:hover{box-shadow:0 0 16px rgba(80,112,158,.5)}.pb-4{padding-bottom:1rem}.h-80{height:20rem}.min-h-0{min-height:0px}.gap-x-2\.5{column-gap:.625rem}.pt-1{padding-top:.25rem}.w-3\.5{width:.875rem}.h-3\.5{height:.875rem}.space-x-6{--space-x:1.5rem}.w-3{width:.75rem}.h-3{height:.75rem}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.h-fit{height:fit-content}.sticky{position:sticky}.top-8{top:2rem}.backdrop-blur-xl{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.bg-white\/5{background-color:rgb(255 255 255 / .05)}.z-\[99999\]{z-index:99999}.py-8{padding-top:2rem;padding-bottom:2rem}.bg-black\/80{background-color:rgb(0 0 0 / .8)}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.top-4{top:1rem}.w-9{width:2.25rem}.h-9{height:2.25rem}.w-14{width:3.5rem}.h-14{height:3.5rem}.bg-green-500\/15{background-color:rgb(34 197 94 / .15)}.w-7{width:1.75rem}.h-7{height:1.75rem}.p-0{padding:0px}.space-y-8{--space-y:2rem}.left-1\/2{left:50%}.-translate-x-1\/2{transform:translateX(-50%)}.top-1{top:.25rem}.hidden{display:none}.group:hover .group-hover\:block{display:block}.z-20{z-index:20}.whitespace-nowrap{white-space:nowrap}.bg-gray-900\/95{background-color:rgb(17 24 39 / .95)}.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -4px rgb(0 0 0 / .1)}.ml-2{margin-left:.5rem}.select-none{user-select:none}.left-5{left:1.25rem}.right-8{right:2rem}.top-5{top:1.25rem}.hover\:bg-black\/30:hover{background-color:rgb(0 0 0 / .3)}.items-end{align-items:flex-end}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.text-\[11px\]{font-size:11px}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.hover\:opacity-80:hover{opacity:.8}.left-1{left:.25rem}.right-1{right:.25rem}.hover\:bg-black\/20:hover{background-color:rgb(0 0 0 / .2)}.appearance-none{appearance:none}.pr-10{padding-right:2.5rem}.focus\:border-gray-300:focus{border-color:#d1d5db}.right-3{right:.75rem}.top-1\/2{top:50%}.-translate-y-1\/2{transform:translateY(-50%)}.left-3{left:.75rem}.-top-2{top:-0.5rem}.text-accent-soft{color:#7B9FD4}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.items-stretch{align-items:stretch}.focus-within\:border-gray-300:focus-within{border-color:#d1d5db}.gap-1{gap:.25rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.border-r{border-right-width:1px;border-style:solid}.min-w-0{min-width:0px}.z-\[130\]{z-index:130}.max-h-60{max-height:15rem}.top-0{top:0px}.p-2{padding:.5rem}.from-white\/20{--grad-from:rgb(255 255 255 / .2)}.to-white\/10{--grad-to:rgb(255 255 255 / .1)}.border-white\/20{border-color:rgb(255 255 255 / .2)}.mr-3{margin-right:.75rem}.hover\:text-blue-400:hover{color:#60a5fa}.hover\:text-green-400:hover{color:#4ade80}.pt-6{padding-top:1.5rem}.hover\:underline:hover{text-decoration-line:underline}.hover\:text-blue-500:hover{color:#3b82f6}.hover\:text-pink-500:hover{color:#ec4899}.hover\:text-red-500:hover{color:#ef4444}.hover\:text-red-600:hover{color:#dc2626}.hover\:text-indigo-400:hover{color:#818cf8}.hover\:text-sky-400:hover{color:#38bdf8}.bg-gray-800\/95{background-color:rgb(31 41 55 / .95)}.justify-end{justify-content:flex-end}.w-20{width:5rem}.z-\[200\]{z-index:200}.hover\:from-white\/30:hover{--grad-from:rgb(255 255 255 / .3)}.hover\:to-white\/20:hover{--grad-to:rgb(255 255 255 / .2)}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.hover\:bg-green-600\/50:hover{background-color:rgb(22 163 74 / .5)}.hover\:border-green-500\/30:hover{border-color:rgb(34 197 94 / .3)}.hover\:bg-gray-600\/50:hover{background-color:rgb(75 85 99 / .5)}.h-16{height:4rem}.p-1\.5{padding:.375rem}.top-16{top:4rem}.z-\[190\]{z-index:190}.border-white\/30{border-color:rgb(255 255 255 / .3)}.text-6xl{font-size:3.75rem;line-height:1}.max-w-md{max-width:28rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.border-0{border-width:0px;border-style:solid}.mt-5{margin-top:1.25rem}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1)}.focus\:ring-platinum-primary\/50:focus{--ring-color:color-mix(in srgb,var(--platinum-primary) 50%,transparent)}.max-w-4xl{max-width:56rem}.hover\:text-gray-200:hover{color:#e5e7eb}.max-w-none{max-width:none}.ml-6{margin-left:1.5rem}.list-disc{list-style-type:disc}.hover\:text-green-300:hover{color:#86efac}.inline{display:inline}.bg-yellow-900\/20{background-color:rgb(113 63 18 / .2)}.border-yellow-700\/30{border-color:rgb(161 98 7 / .3)}.text-yellow-400{color:#facc15}.px-5{padding-left:1.25rem;padding-right:1.25rem}.pb-10{padding-bottom:2.5rem}.bg-black\/30{background-color:rgb(0 0 0 / .3)}.gap-y-5{row-gap:1.25rem}.border-gray-500{border-color:#6b7280}.flex-shrink-0{flex-shrink:0}.border-2{border-width:2px;border-style:solid}.-top-3{top:-0.75rem}.transform{transform:translate(var(--tw-tx,0),var(--tw-ty,0)) rotate(var(--tw-rotate,0)) scale(var(--tw-scale,1))}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.shadow-xl{box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 8px 10px -6px rgb(0 0 0 / .1)}.placeholder-gray-400{color:#9ca3af}.resize-none{resize:none}.hover\:border-gray-600:hover{border-color:#4b5563}.bg-green-500\/20{background-color:rgb(34 197 94 / .2)}.border-green-500\/50{border-color:rgb(34 197 94 / .5)}.text-green-300{color:#86efac}.bg-red-500\/20{background-color:rgb(239 68 68 / .2)}.border-red-500\/50{border-color:rgb(239 68 68 / .5)}.text-red-300{color:#fca5a5}.max-w-\[280px\]{max-width:280px}.aspect-square{aspect-ratio:1/1}.from-gray-800\/50{--grad-from:rgb(31 41 55 / .5)}.to-gray-900\/50{--grad-to:rgb(17 24 39 / .5)}.hover\:border-\[\#789CD1\]\/50:hover{border-color:rgb(120 156 209 / .5)}.text-\[\#789CD1\]{color:#789CD1}.group:hover .group-hover\:text-\[\#789CD1\]{color:#789CD1}.group:hover .group-hover\:shadow-\[0_0_20px_rgba\(120\,156\,209\,0\.4\)\]{box-shadow:0 0 20px rgba(120,156,209,.4)}.group:hover .group-hover\:translate-x-1{transform:translateX(.25rem)}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.hover\:shadow-\[0_0_15px_rgba\(120\,156\,209\,0\.4\)\]:hover{box-shadow:0 0 15px rgba(120,156,209,.4)}.top-2{top:.5rem}.right-2{right:.5rem}.w-2{width:.5rem}.bg-green-500{background-color:#22c55e}.bg-\[\#789CD1\]\/20{background-color:rgb(120 156 209 / .2)}.min-h-\[300px\]{min-height:300px}.hover\:shadow-\[0_0_20px_rgba\(120\,156\,209\,0\.6\)\]:hover{box-shadow:0 0 20px rgba(120,156,209,.6)}.min-w-\[220px\]{min-width:220px}.text-blue-600{color:#2563eb}.text-gray-700{color:#374151}.border-gray-200{border-color:#e5e7eb}.bg-white\/10{background-color:rgb(255 255 255 / .1)}.text-yellow-500{color:#eab308}.h-\[500px\]{height:500px}.border-4{border-width:4px;border-style:solid}.border-blue-500{border-color:#3b82f6}.border-t-transparent{border-top-color:transparent}.animate-spin{animation:spin 1s linear infinite}.bg-blue-500\/20{background-color:rgb(59 130 246 / .2)}@media(min-width:640px){.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:flex-row{flex-direction:row}.sm\:w-64{width:16rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:768px){.md\:ml-20{margin-left:5rem}.md\:pt-0{padding-top:0px}.md\:flex-row{flex-direction:row}.md\:w-1\/2{width:50%}.md\:h-full{height:100%}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2/span 2}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:h-\[560px\]{height:560px}.md\:col-span-1{grid-column:span 1/span 1}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:p-8{padding:2rem}.md\:mb-0{margin-bottom:0px}.md\:gap-6{gap:1.5rem}.md\:justify-start{justify-content:flex-start}.md\:left-auto{left:auto}.md\:right-6{right:1.5rem}.md\:max-w-md{max-width:28rem}.md\:flex{display:flex}.md\:hidden{display:none}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:w-auto{width:auto}.md\:w-40{width:10rem}.md\:inline-flex{display:inline-flex}.md\:h-\[600px\]{height:600px}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:block{display:block}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:border-r{border-right-width:1px;border-style:solid}.lg\:pr-4{padding-right:1rem}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:justify-start{justify-content:flex-start}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}}.vertical-text{writing-mode:vertical-rl;transform:rotate(180deg);transform-origin:center;text-orientation:mixed}.logo-draw{animation:logo-pulse 2s ease-in-out infinite;animation-delay:3s}.logo-draw .logo-path{fill:transparent;stroke:currentColor;stroke-width:8;stroke-dasharray:1000;stroke-dashoffset:1000;animation:logo-stroke 2s ease-in-out forwards,logo-fill .5s ease-in forwards}.logo-draw .logo-path:nth-child(1){animation-delay:0s,1.8s}.logo-draw .logo-path:nth-child(2){animation-delay:.2s,2s}.logo-draw .logo-path:nth-child(3){animation-delay:.4s,2.2s}.logo-draw .logo-path:nth-child(4){animation-delay:.6s,2.4s}.logo-draw .logo-path:nth-child(5){animation-delay:.8s,2.6s}@keyframes logo-stroke{to{stroke-dashoffset:0}}@keyframes logo-fill{to{fill:currentColor}}@keyframes logo-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@media (prefers-reduced-motion:reduce){.logo-draw,.logo-draw .logo-path{animation:none}.logo-draw .logo-path{fill:currentColor;stroke:none;stroke-dashoffset:0}}.prose{color:var(--text-secondary);line-height:1.75;max-width:65ch}.prose h2{color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:2rem 0 .75rem}.prose h3{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:1.5rem 0 .5rem}.prose p{margin:0 0 1rem}.prose ul,.prose ol{margin:0 0 1rem;padding-left:1.25rem}.prose li{margin:.375rem 0}.prose a{color:var(--accent,#789CD1);text-decoration:underline;text-underline-offset:2px}.prose strong{color:var(--text-primary);font-weight:600}.map-container{position:relative;background:radial-gradient(120% 100% at 50% 0%,#152030 0%,#0b1017 100%)}input:focus,select:focus,textarea:focus,button:focus,a:focus,[tabindex]:focus{outline:none}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:2px solid #789CD1;outline-offset:2px}