@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
.markdown-class{margin-top:1.25rem;padding:1.25rem}.markdown-class h1{margin-top:1.25rem;font-size:1.875rem;font-weight:700}.markdown-class h2{margin-top:1.25rem;font-size:1.5rem;font-weight:700}.markdown-class h3{margin-top:1.25rem;font-size:1.25rem;font-weight:700}.markdown-class h4{margin-top:1.25rem;font-size:1.125rem;font-weight:700}.markdown-class h5{margin-top:1.25rem;font-size:1rem;font-weight:700}.markdown-class h6{margin-top:1.25rem;font-size:.875rem;font-weight:700}.markdown-class a{opacity:.8;font-size:1rem;font-weight:700;text-decoration:underline;transition:all .2s ease-out}.markdown-class a:hover{opacity:1}.markdown-class p{opacity:.8;margin-top:.5rem;font-size:1rem;font-weight:400;line-height:1.75}.markdown-class strong{font-weight:800}.markdown-class hr{border:none;border-top:1px solid var(--border-primary);margin-top:1.25rem;margin-bottom:1.25rem}.markdown-class ol{margin-top:1.25rem;margin-left:1.25rem}.markdown-class ol li{opacity:.8;font-size:1rem;list-style-type:decimal}.markdown-class ul{margin-top:1.25rem;margin-left:1.25rem}.markdown-class ul li{opacity:.8;font-size:1rem;list-style-type:disc}.markdown-class blockquote{border-left:8px solid var(--color-blue);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:var(--surface-secondary);color:var(--text-primary);margin:1rem 0;padding:1.25rem;font-size:.875rem}.markdown-class blockquote p{color:var(--text-primary);opacity:1;font-size:.875rem}.markdown-class img{object-fit:cover;border-radius:var(--radius-lg);width:100%;max-height:24rem;box-shadow:var(--shadow-md);margin-top:1.25rem;margin-bottom:1.25rem}
:root{--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;--font-display:"Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;--color-blue:#007aff;--color-green:#34c759;--color-red:#ff3b30;--color-orange:#ff9500;--color-yellow:#fc0;--color-purple:#af52de;--color-pink:#ff2d55;--color-gray:#8e8e93;--color-gray2:#aeaeb2;--color-gray3:#c7c7cc;--color-gray4:#d1d1d6;--color-gray5:#e5e5ea;--color-gray6:#f2f2f7;--color-slate-800:#1e293b;--color-gray-50:#f9fafb;--color-gray-300:#d1d5db;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-darkgray:#555;--surface-primary:#fff;--surface-secondary:#f2f2f7;--surface-tertiary:#fff;--surface-card:#fff;--text-primary:#1c1c1e;--text-secondary:#3c3c43;--text-tertiary:#8e8e93;--text-inverse:#fff;--border-primary:#d1d1d6;--border-secondary:#e5e5ea;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 30px #0000001f;--shadow-xl:0 12px 40px #00000026;--radius-sm:8px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-full:9999px;--breakpoint-mob:375px;--breakpoint-tablet:768px;--breakpoint-laptop:1024px;--breakpoint-desktop:1280px;--breakpoint-laptopl:1440px}.dark{--surface-primary:#1a1816;--surface-secondary:#221f1c;--surface-tertiary:#2d2925;--surface-card:#24211e;--text-primary:#f0ebe0;--text-secondary:#d4cfc5;--text-tertiary:#a09b93;--border-primary:#3a3632;--border-secondary:#2d2925;--shadow-sm:0 1px 3px #00000059;--shadow-md:0 4px 12px #00000073;--shadow-lg:0 8px 30px #0000008c;--shadow-xl:0 12px 40px #000000a6;--color-blue:#66b2ff;--color-purple:#c084fc;--color-green:#66d9a0;--color-red:#ff6b6b;--color-orange:#ffb366;--color-pink:#ff6b8a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background:var(--surface-secondary);color:var(--text-primary);line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.2}.text-hero{letter-spacing:-.02em;font-size:3rem}@media (min-width:768px){.text-hero{font-size:4.5rem}}@media (min-width:1024px){.text-hero{font-size:5rem}}@media (min-width:1440px){.text-hero{font-size:6rem}}.text-hero-sub{letter-spacing:-.02em;font-size:3rem}@media (min-width:768px){.text-hero-sub{font-size:4.5rem}}@media (min-width:1024px){.text-hero-sub{font-size:5rem}}@media (min-width:1440px){.text-hero-sub{font-size:6rem}}.text-section-title{font-size:2.25rem}@media (min-width:1024px){.text-section-title{font-size:3rem}}.text-xl{font-size:1.25rem}.text-lg{font-size:1.125rem}.text-base{font-size:1rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.leading-tight{line-height:1.2}.leading-none{line-height:1}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.text-inverse{color:var(--text-inverse)}.text-blue{color:var(--color-blue)}.text-green{color:var(--color-green)}.text-purple{color:var(--color-purple)}.text-orange{color:var(--color-orange)}.text-red{color:var(--color-red)}.gradient-text{background:linear-gradient(135deg, var(--color-blue), var(--color-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.block{display:block}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}.flex-1{flex:1}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-16{gap:4rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.tablet\:flex{display:flex}.tablet\:hidden{display:none}.tablet\:flex-row{flex-direction:row}.tablet\:flex-col{flex-direction:column}.tablet\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.tablet\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.tablet\:items-center{align-items:center}.tablet\:justify-start{justify-content:flex-start}.tablet\:justify-between{justify-content:space-between}.tablet\:text-left{text-align:left}.tablet\:mt-0{margin-top:0}.tablet\:h-80{height:20rem}.tablet\:h-64{height:16rem}}@media (min-width:1024px){.laptop\:flex{display:flex}.laptop\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.laptop\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.laptop\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.laptop\:px-8{padding-left:2rem;padding-right:2rem}.laptop\:mt-10{margin-top:2.5rem}.laptop\:mt-16{margin-top:4rem}.laptop\:mt-20{margin-top:5rem}.laptop\:mt-32{margin-top:8rem}.laptop\:py-32{padding-top:8rem;padding-bottom:8rem}.laptop\:space-y-4>*+*{margin-top:1rem}}@media (min-width:1440px){.laptopl\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}.container{max-width:1280px;margin:0 auto}.mx-auto{margin-left:auto;margin-right:auto}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-20{margin-top:5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-16{margin-bottom:4rem}.ml-2{margin-left:.5rem}.ml-5{margin-left:1.25rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pb-4{padding-bottom:1rem}.w-full{width:100%}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-16{width:4rem}.h-full{height:100%}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-16{height:4rem}.h-32{height:8rem}.h-56{height:14rem}.h-64{height:16rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.min-h-screen{min-height:100vh}.min-h-\[80vh\]{min-height:80vh}.min-h-full{min-height:100%}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{inset:0}.top-0{top:0}.left-0{left:0}.left-1\/2{left:50%}.right-0{right:0}.bottom-0{bottom:0}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[-1\]{z-index:-1}.pointer-events-none{pointer-events:none}.cupertino-card{background:var(--surface-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-secondary);transition:all .3s}.cupertino-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.cupertino-card-flat{background:var(--surface-card);border-radius:var(--radius-md);border:1px solid var(--border-secondary)}.cupertino-btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:inline-flex}.cupertino-btn-primary{background:var(--color-blue);color:#fff;box-shadow:var(--shadow-sm)}.cupertino-btn-primary:hover{box-shadow:var(--shadow-md);background:#0066d6}.cupertino-btn-secondary{color:var(--color-blue);border:1.5px solid var(--border-primary);background:0 0}.cupertino-btn-secondary:hover{background:var(--surface-secondary);border-color:var(--color-blue)}.cupertino-btn-dark{background:var(--text-primary);color:var(--text-inverse)}.cupertino-btn-dark:hover{opacity:.9}.cupertino-section{padding:5rem 0}@media (min-width:1024px){.cupertino-section{padding:8rem 0}}.cupertino-section-alt{background:var(--surface-primary)}.cupertino-badge{border-radius:var(--radius-sm);background:var(--surface-secondary);border:1px solid var(--border-secondary);color:var(--text-secondary);align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}.cupertino-badge:hover{background:var(--border-secondary);transform:scale(1.05)}.cupertino-nav{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-secondary);background:#fffc}.dark .cupertino-nav{background:#1a1816d9}.cupertino-input{background:var(--surface-primary);border:1.5px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-primary);padding:.5rem .75rem;font-size:1rem;transition:border-color .2s}.cupertino-input:focus{border-color:var(--color-blue);outline:none}.social-icon{border-radius:var(--radius-md);background:var(--surface-card);width:2.75rem;height:2.75rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-secondary);color:var(--text-secondary);justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.social-icon:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-gray4);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-gray3)}::selection{background:var(--color-blue);color:#fff}:focus-visible{outline:2px solid var(--color-blue);outline-offset:2px;border-radius:4px}button:focus:not(:focus-visible),a:focus:not(:focus-visible){outline:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes float{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-15px)}}.animate-fade-in-up{animation:.6s ease-out fadeInUp}.animate-slide-in-left{animation:.6s ease-out slideInLeft}.animate-pulse-slow{animation:3s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-pulse{animation:2s infinite pulse}.animate-shimmer{background:linear-gradient(90deg,#0000 0%,#ffffff1a 50%,#0000 100%) 0 0/1000px 100%;animation:2s infinite shimmer}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.cursor-pointer{cursor:pointer}.cursor-none{cursor:none}.no-underline{text-decoration:none}.underline{text-decoration:underline}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.whitespace-nowrap{white-space:nowrap}.col-span-2{grid-column:span 2}.list-disc{list-style-type:disc}.list-decimal{list-style-type:decimal}.transition-all{transition:all .2s}.transition-colors{transition:color .2s,background-color .2s,border-color .2s}.transition-opacity{transition:opacity .2s}.transition-transform{transition:transform .2s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-out{transition-timing-function:ease-out}.opacity-0{opacity:0}.opacity-60{opacity:.6}.opacity-80{opacity:.8}.opacity-100{opacity:1}.ring-2{box-shadow:0 0 0 2px var(--color-blue)}.scale-110{transform:scale(1.1)}.scale-105{transform:scale(1.05)}.-translate-x-1\/2{transform:translate(-50%)}.translate-x-1\/3{transform:translate(33.33%)}.translate-y-1\/3{transform:translateY(33.33%)}.bg-transparent{background:0 0}.bg-white{background:#fff}.bg-gray-50{background:var(--color-gray-50)}.bg-slate-800{background:var(--color-slate-800)}.bg-black\/60{background:#0009}.bg-black\/70{background:#000000b3}.bg-black\/95{background:#000000f2}.bg-black\/0{background:0 0}.bg-white\/10{background:#ffffff1a}.bg-white\/90{background:#ffffffe6}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px)}.backdrop-blur-lg{-webkit-backdrop-filter:blur(16px)}.border{border:1px solid var(--border-primary)}.border-2{border-width:2px}.border-t{border-top:1px solid var(--border-primary)}.border-b{border-bottom:1px solid var(--border-primary)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-full{border-radius:var(--radius-full)}.rounded-2xl{border-radius:1rem}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl,.shadow-2xl{box-shadow:var(--shadow-xl)}.dark .border{border-color:var(--border-primary)}.dark .cupertino-btn-dark{background:var(--surface-tertiary);color:var(--text-primary);border:1px solid var(--border-primary)}.dark .cupertino-btn-primary{background:var(--color-blue);color:#1a1816}.dark .cupertino-btn-primary:hover{background:#4a9ade}.dark .cupertino-btn-secondary{color:var(--color-blue);border-color:var(--border-primary)}.dark .cupertino-btn-secondary:hover{border-color:var(--color-blue);background:#66b2ff14}.gradient-blob{pointer-events:none;z-index:-1;filter:blur(80px);opacity:.08;border-radius:50%;position:fixed}.gradient-blob-blue{background:radial-gradient(circle, var(--color-blue), transparent);width:300px;height:300px;animation:8s ease-in-out infinite float;top:-100px;left:50%;transform:translate(-50%)}.gradient-blob-purple{background:radial-gradient(circle, var(--color-purple), transparent);width:350px;height:350px;animation:10s ease-in-out infinite reverse float;bottom:-150px;right:-50px}.dark .gradient-blob{opacity:.12}.tech-item{border-radius:var(--radius-sm);background:var(--surface-secondary);color:var(--text-secondary);align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.tech-item:hover{background:var(--border-secondary);transform:scale(1.05)}.service-icon-box{border-radius:var(--radius-md);background:linear-gradient(135deg,#007aff1a,#af52de1a);justify-content:center;align-items:center;width:4rem;height:4rem;transition:transform .3s;display:flex}.service-card:hover .service-icon-box{transform:scale(1.1)}.service-card:hover h3{color:var(--color-blue)}.skeleton{background:var(--border-secondary);border-radius:var(--radius-sm);animation:2s infinite pulse}.mt-1{margin-top:.25rem}.mt-6{margin-top:1.5rem}.mt-24{margin-top:6rem}.mb-6{margin-bottom:1.5rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-20{margin-top:5rem;margin-bottom:5rem}.mx-4{margin-left:1rem;margin-right:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.p-10{padding:2.5rem}.p-20{padding:5rem}.gap-10{gap:2.5rem}.gap-1\.5{gap:.375rem}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-8xl{font-size:6rem}.text-darkgray{color:var(--color-darkgray)}.text-white{color:#fff}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-4\/5{width:80%}.w-10{width:2.5rem}.w-11\/12{width:91.6667%}.w-3\.5{width:.875rem}.w-8{width:2rem}.h-10{height:2.5rem}.h-3\.5{height:.875rem}.h-8{height:2rem}.h-60{height:15rem}.h-96{height:24rem}.h-auto{height:auto}.h-\[85vh\]{height:85vh}.max-w-4xl{max-width:56rem}.leading-relaxed{line-height:1.625}.tracking-wide{letter-spacing:.025em}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.top-3{top:.75rem}.right-3{right:.75rem}.top-4{top:1rem}.right-4{right:1rem}.top-12{top:3rem}.bottom-4{bottom:1rem}.left-4{left:1rem}.border-dashed{border-style:dashed}.rounded{border-radius:.25rem}.shadow-2xl{box-shadow:var(--shadow-xl)}.transition-shadow{transition:box-shadow .2s}.first\:ml-1:first-child{margin-left:.25rem}.hover\:border-blue-400:hover{border-color:var(--color-blue)}.hover\:border-blue-500:hover{border-color:#0066d6}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:scale-\[1\.02\]:hover{transform:scale(1.02)}.hover\:scale-100:hover{transform:scale(1)}.hover\:bg-red-600:hover{background:#dc2626}.hover\:shadow-lg:hover{box-shadow:var(--shadow-lg)}.hover\:text-blue-600:hover{color:var(--color-blue)}.focus\:ring-2:focus{box-shadow:0 0 0 2px var(--color-blue)}.focus\:border-transparent:focus{border-color:#0000}@media (min-width:375px){.mob\:flex-col{flex-direction:column}.mob\:flex-row{flex-direction:row}.mob\:grid-cols-1{grid-template-columns:repeat(1,1fr)}.mob\:p-2{padding:.5rem}.mob\:p-5{padding:1.25rem}.mob\:mt-5{margin-top:1.25rem}}@media (min-width:768px){.tablet\:flex-row{flex-direction:row}.tablet\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.tablet\:justify-start{justify-content:flex-start}.tablet\:mt-0{margin-top:0}.tablet\:text-left{text-align:left}}@media (min-width:1024px){.laptop\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.laptop\:px-8{padding-left:2rem;padding-right:2rem}.laptop\:text-8xl{font-size:6rem}.laptop\:mt-10{margin-top:2.5rem}.laptop\:mt-16{margin-top:4rem}.laptop\:mt-20{margin-top:5rem}.laptop\:mt-32{margin-top:8rem}.laptop\:py-32{padding-top:8rem;padding-bottom:8rem}.laptop\:space-y-4>*+*{margin-top:1rem}}@media (min-width:1280px){.desktop\:flex-row{flex-direction:row}.desktop\:flex-col{flex-direction:column}.desktop\:p-20{padding:5rem}}.dark .bg-transparent{background:0 0}.dark .bg-white{background:var(--surface-card)}.dark .bg-white\/90{background:#1c1c1ee6}.dark .bg-gray-50{background:var(--surface-secondary)}.dark .bg-slate-800{background:var(--surface-primary)}.dark .bg-gray-700{background:var(--surface-tertiary)}.dark .bg-gray-800,.dark .bg-gray-900{background:var(--surface-primary)}.dark .text-white{color:var(--text-primary)}.dark .text-gray-300{color:var(--text-secondary)}.dark .text-gray-600{color:var(--text-tertiary)}.dark .text-gray-700{color:var(--text-secondary)}.dark .text-gray-800,.dark .text-gray-900{color:var(--text-primary)}.dark .border-gray-600,.dark .border{border-color:var(--border-primary)}.dark .border-t{border-top-color:var(--border-primary)}.dark .border-b{border-bottom-color:var(--border-primary)}.dark .hover\:border-blue-400:hover{border-color:#66b2ff}.dark .hover\:text-blue-400:hover{color:#66b2ff}.dark .dark\:bg-gray-900,.dark .dark\:bg-gray-800{background:var(--surface-primary)}.dark .dark\:bg-gray-700{background:var(--surface-tertiary)}.dark .dark\:text-white{color:var(--text-primary)}.dark .dark\:text-gray-300{color:var(--text-secondary)}.dark .dark\:border-gray-600{border-color:var(--border-primary)}.dark .dark\:hover\:border-blue-400:hover{border-color:#66b2ff}.dark .dark\:hover\:text-blue-400:hover{color:#66b2ff}
