@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{box-sizing:border-box;margin:0;padding:0;text-decoration:none}:root{--light-color:#f5f5f5;--gray-color:#8c8c8c;--gray-color-1:#dadada;--gray-color-2:#969696;--gray-color-3:#767676;--gray-color-4:#545454;--border-color:#0d0d0d;--black:#000;--hover-2:#151515;--transition:all .2s ease}body{width:100vw;min-height:100vh;color:var(--light-color);background:#000;justify-content:center;font-family:Poppins,sans-serif;display:flex;overflow-x:hidden}body::-webkit-scrollbar{background:#000;width:5px;display:flex}body::-webkit-scrollbar-thumb{cursor:pointer;background:#111;border-radius:0}body::-webkit-scrollbar-thumb:hover{background:#141414}.erro-content{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.header-main{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10;background:linear-gradient(#000,#000d);justify-content:center;width:100vw;margin:0 auto;padding:20px 30px;display:flex;position:fixed;top:0;left:0;right:0}.header-content{justify-content:space-between;width:100%;max-width:1350px;display:flex}.header-left-content{gap:25px;display:flex}.header-main img{filter:invert();width:35px;display:flex}.header-nav{align-items:center;gap:25px;display:flex}.header-nav a{color:var(--gray-color-1);transition:var(--transition);font-size:.85rem;font-weight:200}.header-nav a:hover{color:#b3b3b3}.header-main button{cursor:pointer;height:30px;transition:var(--transition);border:none;justify-content:center;align-items:center;gap:7px;padding:0 25px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:400;display:flex}.header-main button:hover{background:var(--gray-color-1)}.footer-main{border-top:1px solid var(--border-color);width:100%;max-width:1300px;padding:20px 80px;display:flex}.footer-content{flex-direction:column;align-items:center;gap:20px;width:100%;margin:0 auto;display:flex}.footer-top{justify-content:space-around;width:100%;display:flex}.footer-column{flex-direction:column;gap:10px;width:fit-content;display:flex}.footer-column h4{letter-spacing:.1em;text-transform:uppercase;color:var(--gray-color-2);font-size:.75rem;font-weight:500}.footer-column nav{flex-direction:column;gap:10px;display:flex}.footer-column nav a{width:fit-content;color:var(--gray-color-4);transition:var(--transition);font-size:.85rem;font-weight:300}.footer-column nav a:hover{color:var(--light-color)}.footer-bottom{border-top:1px solid var(--border-color);flex-direction:column;align-items:center;gap:6px;width:100%;padding-top:20px;display:flex}.footer-disclaimer,.footer-copy{color:var(--gray-color-4);font-size:.75rem;font-weight:300}.loading{animation:1.5s linear infinite loop;display:flex}.error-page{flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.error-page header{justify-content:space-between;align-items:center;width:100vw;padding:20px 30px;display:flex;position:absolute;top:0;left:0}.error-page header img{filter:invert();width:35px;display:flex}.error-page-content{flex-direction:column;justify-content:center;align-items:center;display:flex}.error-page-content h1{font-size:1.3rem;font-weight:500}.error-page-content img{width:200px;margin:30px 0;display:flex}.error-page-content p{text-align:center;color:var(--gray-color);font-size:.8rem}.error-page-btns{gap:10px;margin-top:20px;display:flex}.error-page-btns a{color:var(--gray-color);transition:var(--transition);border:1px solid #333;border-radius:0;justify-content:center;align-items:center;padding:5px 15px;font-size:.8rem;font-weight:400;display:flex}.error-page-btns a:hover{color:var(--light-color);background:#101010;border-color:#383838}.error-page-btns a:first-child{border-color:var(--light-color);background:var(--light-color);color:#000;box-shadow:0 0 10px #ffffff35}.error-page-btns a:first-child:hover{background:#c2c2c2;border-color:#c2c2c2}@keyframes loop{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.footer-main{padding:50px 20px 30px}.footer-top{grid-template-columns:repeat(3,1fr);gap:45px}}.home-main{flex-direction:column;align-items:center;width:100vw;min-height:100dvh;display:flex}.home-presentation{background-image:url(../assets/img/background.png);background-position:50%;background-size:cover;flex-direction:column;justify-content:space-between;width:100vw;max-width:1300px;height:100dvh;max-height:800px;display:flex}.home-presentation-content{justify-content:space-between;align-items:center;width:100%;padding:0 30px;display:flex}.home-presentation-left-content h1{letter-spacing:-2px;font-size:3.5rem;font-weight:400;line-height:1.2}.home-presentation-left-content div{gap:10px;margin-top:15px;display:flex}.home-presentation-left-content div a{color:var(--gray-color-1);transition:var(--transition);background:#0b0b0b;border:1px solid #1e1e1e;align-items:center;gap:5px;padding:7px 15px;font-size:.8rem;font-weight:400;display:flex}.home-presentation-left-content div a:hover{background:var(--hover-2)}.home-presentation-left-content div a.active{background:var(--light-color);color:var(--black)}.home-presentation-left-content div a.active:hover{background:#c4c4c4}.home-presentation-right-content{flex-direction:column;gap:15px;display:flex}.home-presentation-right-content article{width:350px;height:20px;transition:var(--transition);cursor:default;display:flex;overflow:hidden}.home-presentation-right-content article:hover{height:60px}.home-presentation-right-content article:hover h1 span{opacity:1}.home-presentation-right-content article h1{text-transform:uppercase;letter-spacing:2px;font-size:.8rem;font-weight:600}.home-presentation-right-content article h1 span{opacity:0;pointer-events:none;text-transform:lowercase;color:var(--gray-color-2);font-size:.75rem;font-weight:400}.home-presentation-logos{justify-content:space-evenly;align-items:center;width:100%;margin-top:-50px;padding-bottom:50px;display:flex}.home-presentation-logos img{height:25px;display:flex}.home-presentation-logos img.light{filter:invert()}.home-section{flex-direction:column;gap:60px;width:100%;max-width:1200px;padding:60px 80px;animation:.6s both fadeUp;display:flex}.home-section-header{text-align:center;flex-direction:column;align-items:center;gap:14px;max-width:600px;margin:0 auto;display:flex}.home-section-header h2{color:var(--light-color);font-size:2rem;font-weight:500;line-height:1.3}.home-section-header p{color:#9a9a9a;font-size:.88rem;font-weight:300;line-height:1.7}.home-features-grid{background:#111;border:1px solid #111;grid-template-columns:repeat(2,1fr);gap:1px;display:grid;overflow:hidden}.home-features-card{transition:var(--transition);background:#000;flex-direction:column;gap:12px;padding:20px;display:flex}.home-features-card:hover{background:#080808}.home-features-card-icon{color:#b2b2b2;width:44px;height:44px;transition:var(--transition);background:#070707;border:1px solid #141414;justify-content:center;align-items:center;display:flex}.home-features-card:hover .home-features-card-icon{border-color:#181818}.home-features-card h3{color:var(--light-color);font-size:1rem;font-weight:500}.home-features-card p{color:#7a7a7a;font-size:.85rem;font-weight:300;line-height:1.7}.home-process-list{align-items:flex-start;display:flex;position:relative}.home-process-item{flex-direction:column;flex:1;gap:16px;padding:0 30px;display:flex;position:relative}.home-process-item:first-child{padding-left:0}.home-process-item:last-child{padding-right:0}.home-process-number{letter-spacing:-.05em;color:#2d2d2d;font-variant-numeric:tabular-nums;font-size:3.2rem;font-weight:200;line-height:1}.home-process-content h3{color:var(--light-color);margin-bottom:8px;font-size:.95rem;font-weight:500}.home-process-content p{color:#7a7a7a;font-size:.85rem;font-weight:300;line-height:1.7}.home-process-connector{color:#333;z-index:1;position:absolute;top:20px;right:-8px}.home-stats{background:#060606;border-top:1px solid #111;border-bottom:1px solid #111;align-items:center;width:100%;max-width:100%;padding:50px 80px}.home-stats-grid{grid-template-columns:repeat(4,1fr);gap:2px;width:100%;max-width:1280px;display:grid}.home-stats-item{text-align:center;border-right:1px solid #111;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;display:flex}.home-stats-item:last-child{border-right:none}.home-stats-value{letter-spacing:-.03em;color:var(--light-color);transition:var(--transition);font-size:2.8rem;font-weight:300;line-height:1}.home-stats-item:hover .home-stats-value{color:#fff}.home-stats-label{letter-spacing:.08em;text-transform:uppercase;color:#585858;font-size:.78rem;font-weight:300}.home-categories{border-top:1px solid #111;font-family:IBM Plex Mono,monospace}.home-categories-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.home-categories-card{cursor:default;transition:var(--transition);cursor:pointer;border:1px solid #111;flex-direction:column;align-items:flex-start;gap:10px;padding:32px;display:flex}.home-categories-card:hover{background:#070707;border-color:#141414;transform:translateY(-2px)}.home-categories-card-icon{color:#444;transition:var(--transition)}.home-categories-card:hover .home-categories-card-icon{color:#888}.home-categories-card-tag{border-radius:px;letter-spacing:.1em;text-transform:uppercase;color:#555;background:#0e0e0e;border:1px solid #1a1a1a;padding:3px 10px;font-size:.7rem;font-weight:400}.home-categories-card h3{color:var(--light-color);font-size:1rem;font-weight:500}.home-cta{margin-bottom:50px}.home-cta-content{text-align:center;flex-direction:column;align-items:center;gap:20px;max-width:600px;margin:0 auto;display:flex}.home-cta-content h2{color:var(--light-color);font-size:2.2rem;font-weight:500;line-height:1.3}.home-cta-content p{color:#7a7a7a;font-size:.88rem;font-weight:300;line-height:1.7}.home-cta-buttons{align-items:center;gap:10px;margin-top:10px;display:flex}.home-cta-buttons a{color:#9a9a9a;transition:var(--transition);border:1px solid #1e1e1e;justify-content:center;align-items:center;gap:7px;padding:10px 30px;font-size:.8rem;font-weight:400;display:flex}.home-cta-buttons a:hover{color:var(--light-color);border-color:#363636}.home-cta-buttons a.active{background:var(--light-color);color:#000;border:none}.home-cta-buttons a.active:hover{background:#c2c2c2}@media (width<=1024px){.home-presentation{padding:0 40px}.home-presentation-left h1{font-size:2rem}.home-section{padding:80px 40px}.home-stats{padding:60px 40px}.home-stats-grid{grid-template-columns:repeat(2,1fr)}.home-stats-item:nth-child(2){border-right:none}.home-stats-item:nth-child(3){border-right:1px solid #111}.home-process-list{flex-direction:column;gap:40px}.home-process-item{border-left:1px solid #1a1a1a;padding:0 0 0 24px}.home-process-connector{display:none}.home-categories-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.home-presentation{text-align:center;flex-direction:column;justify-content:center;gap:60px;height:auto;padding:120px 24px 80px}.home-presentation-left{align-items:center;width:100%}.home-presentation-left h1{font-size:1.7rem}.home-presentation-left p{width:100%}.home-presentation-buttons a,.home-presentation-left h3{width:100%;max-width:320px}.home-presentation-right{width:100%}.home-presentation-right img{width:220px}.home-section{gap:40px;padding:60px 24px}.home-section-header h2{font-size:1.6rem}.home-features-grid{grid-template-columns:1fr}.home-features-card{padding:28px 24px}.home-stats{padding:60px 24px}.home-stats-grid{border-radius:px;background:#111;grid-template-columns:repeat(2,1fr);gap:1px;overflow:hidden}.home-stats-item{background:#000;border-right:none}.home-stats-value{font-size:2rem}.home-categories-grid{grid-template-columns:1fr}.home-cta-buttons a{width:100%;max-width:320px}.home-cta-content h2{font-size:1.6rem}}.catalog-main{flex-direction:column;align-items:center;width:100vw;max-width:1300px;display:flex}.catalog-loading,.catalog-empty{flex-direction:column;justify-content:center;align-items:center;gap:7px;width:100%;height:50vh;display:flex}.catalog-empty h3{color:#d3d3d3;font-size:1.3rem;font-weight:400}.catalog-empty p{color:#777;font-size:.9rem;font-weight:400}.catalog-loading h1{color:#333;font-size:.9rem;font-weight:400}.catalog-content{flex-direction:column;gap:40px;width:100%;min-height:100vh;margin:120px 0;padding:0 80px;display:flex}.catalog-header{flex-direction:column;gap:14px;max-width:700px;display:flex}.catalog-header h1{color:var(--light-color);font-size:2.7rem;font-weight:400;line-height:1.2}.catalog-header p{color:#777;font-size:.9rem;font-weight:300;line-height:1.5}.catalog-filters{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.catalog-search{background:#050505;border:1px solid #141414;align-items:center;gap:8px;padding:10px 14px;display:flex}.catalog-search input{color:#aaa;background:0 0;border:none;outline:none;width:220px;font-size:.85rem}.catalog-filter-chip{color:#888;cursor:pointer;border:1px solid #141414;align-items:center;gap:6px;padding:8px 14px;font-size:.8rem;transition:all .2s;display:flex}.catalog-filter-chip:hover{color:var(--gray-color-1);border-color:#1e1e1e}.catalog-grid-main{flex-direction:column;gap:10px;display:flex}.catalog-grid-main h1{white-space:nowrap;color:var(--gray-color-2);align-items:center;gap:20px;font-size:.9rem;font-weight:500;display:flex}.catalog-grid-main h1 .hr{border:none;border-bottom:1px solid #0b0b0b;width:100%;height:1px;display:flex}.catalog-grid{flex-wrap:wrap;gap:10px;display:flex}.catalog-card{cursor:pointer;background:#050505;border:1px solid #111;flex-direction:column;gap:12px;width:250px;padding:24px;font-family:IBM Plex Mono,monospace;transition:all .2s;display:flex}.catalog-card:hover{background:#070707;border-color:#141414;transform:translateY(-2px)}.catalog-card-icon{color:#888;border:1px solid #1a1a1a;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.catalog-card-content h3{color:#ddd;font-size:.95rem;font-weight:500}.catalog-meta{color:#666;justify-content:space-between;margin-top:3px;font-size:.75rem;display:flex}.catalog-empty{text-align:center;color:#666;padding:80px 0}@media (width<=1024px){.catalog-grid{grid-template-columns:repeat(2,1fr)}.catalog-content{padding:100px 40px}}@media (width<=768px){.catalog-grid{grid-template-columns:1fr}.catalog-content{padding:90px 24px}.catalog-header h1{font-size:1.7rem}}.badge-main{flex-direction:column;align-items:center;width:100vw;max-width:1300px;display:flex}.badge-content{flex-direction:column;gap:40px;width:100%;min-height:100vh;margin:120px 0;padding:0 80px;display:flex}.badge-header{flex-direction:column;gap:10px;display:flex}.badge-header h1{color:var(--light-color);font-size:2.7rem;font-weight:400;line-height:1.2}.badge-header p{color:#777;font-size:.9rem;font-weight:300;line-height:1.5}.badge-loading,.badge-empty{flex-direction:column;justify-content:center;align-items:center;gap:7px;width:100%;height:50vh;display:flex}.badge-empty h3{color:#d3d3d3;font-size:1.2rem;font-weight:400}.badge-empty p{color:#777;font-size:.9rem;font-weight:300}.badge-table-wrapper{width:100%;font-family:IBM Plex Mono,monospace;overflow-x:auto}.badge-table{border-collapse:collapse;background:#050505;border:1px solid #111;width:100%;overflow:hidden}.badge-table thead{background:#0a0a0a}.badge-table th{text-align:left;color:#777;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #141414;padding:14px;font-size:.75rem;font-weight:500}.badge-row{transition:all .2s}.badge-row:hover{background:#0a0a0a}.badge-table td{color:#ddd;border-bottom:1px solid #111;padding:14px;font-size:.85rem}.badge-cell-name{font-weight:500}.badge-theme{color:#888;border:1px solid #1a1a1a;border-radius:999px;padding:4px 10px;font-size:.7rem}.badge-theme-black{color:#aaa}.badge-theme-dark{color:#888}.badge-theme-light{color:#ddd}.badge-table-preview{object-fit:contain;width:120px;height:auto}.badge-url-cell code{color:#777;white-space:nowrap;font-size:.7rem}.badge-copy-btn{color:#888;cursor:pointer;background:0 0;border:1px solid #141414;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.badge-copy-btn:hover{color:#ddd;background:#070707;border-color:#1e1e1e}.scroolToTop{width:fit-content;color:var(--gray-color-2);cursor:pointer;transition:var(--transition);background:0 0;border:1px solid #141414;margin-top:30px;padding:10px 30px;display:flex}.scroolToTop:hover{color:var(--gray-color-1);border-color:#1e1e1e}
