#technologies-section .technologies-slider{display:none}#technologies-section .technologies-grid{display:block}#technologies-section .technologies-section{background:var(--bg);width:100%}#technologies-section .section-container{width:95%;margin:0 auto 64px}#technologies-section .section-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}#technologies-section .section-header h3{color:var(--text-h);letter-spacing:-.5px;margin:0;font-size:23px;font-weight:700}#technologies-section .see-all{color:var(--accent);font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s}#technologies-section .see-all:hover{opacity:.8}#technologies-section .technologies-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;display:grid}#technologies-section .tech-card{border:1px solid var(--border);text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#ffffff80;border-radius:16px;padding:32px 24px;transition:all .3s}#technologies-section .tech-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 8px 24px #aa3bff1f}#technologies-section .tech-icon{justify-content:center;align-items:center;height:64px;margin-bottom:16px;font-size:48px;display:flex}#technologies-section .tech-name{color:var(--text-h);margin:0 0 8px;font-size:16px;font-weight:700}#technologies-section .tech-count{color:var(--text);margin:0;font-size:13px}#technologies-section .concepts-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;display:grid}#technologies-section .concepts-slider{display:none}#technologies-section .concept-card{cursor:pointer;background:#ffffffe0;border:1px solid #94a3b833;border-radius:24px;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 16px 45px #0f172a14}#technologies-section .concept-card:before{content:"";pointer-events:none;opacity:.8;background:radial-gradient(circle at 100% 0,#6366f11f,#0000 35%);position:absolute;inset:0}#technologies-section .concept-card:hover{border-color:#6366f147;transform:translateY(-6px);box-shadow:0 24px 50px #0f172a24}#technologies-section .concept-header{color:#fff;background:linear-gradient(135deg,#60a5fa 0%,#2563eb 100%);justify-content:center;align-items:center;min-height:100px;padding:36px 24px;display:flex}#technologies-section .concept-code{color:inherit;font-size:25px;font-weight:500}#technologies-section .concept-body{padding:24px}#technologies-section .concept-badge{color:var(--text-h);background:#0000000f;border-radius:6px;margin-bottom:12px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}#technologies-section .concept-title{color:var(--text-h);margin:12px 0 0;font-size:16px}@media (max-width:768px){#technologies-section .technologies-slider{display:block}#technologies-section .technologies-grid{display:none}#technologies-section .technologies-slider{justify-content:center;align-items:center;padding:16px 0;display:flex;position:relative}#technologies-section .technologies-slider .arrow{color:#fff;cursor:pointer;z-index:2;background:border-box;border:none;border-radius:50%;width:40px;height:40px;font-size:20px;transition:background-color .2s;position:absolute;top:50%;transform:translateY(-50%)}#technologies-section .technologies-slider .arrow.left{left:0}#technologies-section .technologies-slider .arrow.right{right:0}}.carousel-container{justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.loading-home{color:#5385ed;pointer-events:none;z-index:1000;padding:10px 20px;font-size:20px;font-weight:500}.carousel-grid{grid-template-columns:repeat(3,1fr);gap:20px;width:90%;display:grid}.carousel-grid .list-tech-card{width:16rem!important}.profile-card{text-align:center}.profile-img{object-fit:cover;border-radius:50%;width:100px;height:100px}.profile-name{color:#111;margin-top:8px;font-weight:600}.nav-btn{color:#fff;cursor:pointer;background-color:#0d6efd;border:none;border-radius:50%;padding:5px 7px}.nav-btn:disabled{cursor:not-allowed;background-color:#aaa}.carousel-indicators [data-bs-target]{background-color:#000!important}.carousel-control-next,.carousel-control-prev{height:3rem;margin-top:20%;background-color:gray!important;width:auto!important}
:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0}h2{letter-spacing:-.24px;margin:0 0 8px;line-height:118%}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}@media (prefers-color-scheme:light){body{color:#111827;background-color:#fff}}@media (prefers-color-scheme:dark){body{color:#f9fafb;background-color:#0f172a}}
