@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&family=Source+Code+Pro&display=swap";.site-header{background:linear-gradient(180deg, #2d2d2d, #050505);backdrop-filter:blur(10px);position:relative;width:auto;top:0;z-index:1000;border-bottom:2px solid rgba(0,255,157,.5);padding:1rem 0}.site-header .logo-image{display:inline-block;width:60px;height:60px;border-radius:50%;overflow:hidden;transition:transform .3s ease}.site-header .logo-image img{width:100%;height:100%;object-fit:cover}.site-header .logo-image:hover{transform:scale(1.05);box-shadow:0 0 10px rgba(0,255,157,.5)}.home-page .site-header .logo-container{animation:slideDown .5s ease-out;animation-fill-mode:backwards;animation-delay:.3s}@keyframes slideDown{from{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.site-header .logo-container .logo-link{text-decoration:none;display:inline-block;transition:filter .3s ease}.site-header .logo-container .logo-link:hover{filter:invert(1) hue-rotate(180deg)}.site-header .logo-container .logo{font-size:3rem;margin:0;background:linear-gradient(45deg, #00ff9d, #0077ff);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);transition:all .3s ease;position:relative;text-align:center;display:inline-block}.site-header .logo-container .logo::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg, #0077ff, #00ff9d);-webkit-background-clip:text;background-clip:text;opacity:0;transition:opacity .3s ease}.site-header .logo-container:hover .logo::after{opacity:1}.site-header .logo-container .logo-subtitle{color:#ccc;margin:0;font-size:1.2rem;text-align:center}.site-header .nav-container{font-size:1.3rem;display:flex;justify-content:space-between;padding:0 2rem;max-width:1440px;margin:0 auto;align-items:center;gap:2rem}.site-header .logo-group{display:flex;align-items:center;flex:1;gap:min(3rem,2vw + 1rem)}.site-header .nav-links{display:flex;gap:min(6rem,4vw + 2rem);margin-left:auto;flex:none}.site-header .nav-links a{color:#fff;text-decoration:none;position:relative;padding:.5rem 0;font-size:1.5rem}.site-header .nav-links a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#00ff9d;transition:width .3s ease}.site-header .nav-links a:hover::after{width:100%}.site-footer{background:#050505;padding:4rem 5%;border-top:1px solid rgba(0,255,157,.1)}.site-footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.site-footer .footer-content .social-links{display:flex;gap:1rem}.site-footer .footer-content .social-links a{color:#ccc;font-size:1.5rem;transition:color .3s,transform .3s}.site-footer .footer-content .social-links a:hover{color:#00ff9d;transform:translateY(-3px)}.site-footer .footer-bottom{margin-top:3rem;text-align:center;color:#ccc}.hero{height:30vh;display:flex;align-items:center;padding:0 5%;background:linear-gradient(45deg, rgba(5, 5, 5, 0.95), rgba(5, 5, 5, 0.5)),url("/images/robot-bg.png") center/cover}.hero .hero-content{max-width:800px}.hero .hero-content h1{font-size:4rem;margin-bottom:1rem;line-height:1.1;text-shadow:0 0 20px rgba(0,255,157,.3);color:#00ff9d}.pepito1{height:40vh;display:flex;align-items:center;padding:0 5%;background:linear-gradient(45deg, rgba(5, 5, 5, 0.95), rgba(5, 5, 5, 0.5)),url("/images/pepito-square.jpg") center/cover;justify-content:center}.pepito1 .pepito1-title{font-size:4rem;margin-bottom:1rem;line-height:1.1;text-shadow:0 0 20px rgba(0,255,157,.3);text-align:center}.page-content{padding-top:10px 0;min-height:calc(100vh - 150px);padding:0 5%;max-width:1200px;width:94%;margin:0 auto}.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6{color:#00ff9d;margin:0}.page-content h1{font-size:2.5rem}.page-content a{color:#07f;text-decoration:none;transition:color .3s}.page-content a:hover{color:#00ff9d}.page-content ul,.page-content ol{padding-left:2rem;margin:1rem 0}.page-content ul li,.page-content ol li{margin:.5rem 0}.page-content code:not([class]){padding:.2em .4em;background-color:#2d2d2d;border-radius:10px;font-family:"Source Code Pro",monospace;font-size:.95em}.page-content p{overflow-x:auto;overflow-y:hidden}.page-content img{display:block}.content-section{padding:0rem 5% 2rem;position:relative}.content-section .section-title{margin:0 0 2rem;font-size:2.5rem;color:#00ff9d;text-align:center;margin:2rem 0 3rem;position:relative}.content-section .section-title::after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg, #00ff9d, #0077ff)}.card-list{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:2rem auto 0}.content-card{background:#1b1b1b;border-radius:12px;transition:all .3s ease;position:relative;overflow:hidden}.content-card:hover{transform:translateY(-5px);background:rgb(30.5,30.5,30.5);box-shadow:0 4px 6px rgba(0,0,0,.1)}.content-card:hover::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center, rgba(0, 255, 157, 0.1), transparent);z-index:-1}.content-card:hover .card-image{transform:scale(1.1)}.content-card:hover .card-link::after{width:100%}.card-body{padding:1.5rem}.card-body .card-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.card-body .card-header h3{margin:0;font-size:1.4rem;color:#00ff9d}.card-body .card-header .card-date{color:#ccc;font-size:.9rem;white-space:nowrap}.card-body .card-excerpt{color:#ccc;line-height:1.6;margin:1rem 0}.card-image-container{overflow:hidden;border-radius:12px 12px 0 0}.card-image-container .card-image{width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.card-tags{display:flex;gap:.5rem;flex-wrap:wrap}.card-tags .tag{background:rgba(0,255,157,.1);color:#00ff9d;padding:.25rem .75rem;border-radius:1rem;font-size:.85rem;border:1px solid rgba(0,255,157,.3)}@media(max-width: 768px){.content-card .card-header{flex-direction:column;align-items:flex-start}.content-card .card-header .card-date{margin-top:.5rem}.content-card .card-image{height:150px}}.article-detail{max-width:1200px;margin:0 auto;padding:0 5%}.article-detail .article-header{margin:2rem 0 0}.article-detail .github-icon{color:#ccc;font-size:.8em;margin-left:.5rem;transition:color .3s}.article-detail .github-icon:hover{color:#00ff9d}.article-detail .article-meta{color:#ccc;margin:.5rem 0 0;font-size:1rem;padding:1rem 0 0}.article-detail .tech-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}.article-detail .tech-tags .tech-tag{background:rgba(0,255,157,.1);color:#00ff9d;padding:.25rem .75rem;border-radius:1rem;font-size:.85rem;border:1px solid rgba(0,255,157,.3)}.article-detail .article-content h1,.article-detail .article-content h2,.article-detail .article-content h3{padding-top:1.5rem}.article-detail .article-content table{display:block;overflow-x:auto;white-space:nowrap;width:100%;margin:1em 0}.article-detail .article-content .katex-display{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;height:100%}.code-block-container{position:relative;margin:1.5rem 0;width:100%;background:#2d2d2d;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.code-block-container .code-block-header{position:absolute;top:0;left:0;right:0;height:30px;background:#1e1e1e;border-radius:10px 10px 0 0;padding:5px 15px;color:#fff;font-family:"Source Code Pro",monospace;font-size:.8em;line-height:30px;z-index:2}.code-block-container .code-copy-button{position:absolute;top:5px;right:10px;color:#fff;padding:2px 8px;font-size:.9em;cursor:pointer;z-index:3}.code-block-container pre{font-family:"Source Code Pro",monospace;font-size:.85em;tab-size:4;-moz-tab-size:4;-o-tab-size:4;margin:0;background:rgba(0,0,0,0);border-radius:10px;padding:50px 12px 10px;overflow-x:auto}.code-block-container pre code{background:rgba(0,0,0,0);border-radius:10px;padding:1rem;line-height:1.5;white-space:pre;display:block}.code-block-container pre .unrecognized{color:#e0e0e0 !important;font-size:.9rem !important}code.highlighter-rouge:not(pre code){background:#2d2d2d;color:#e0e0e0;padding:.2em .4em;border-radius:4px;font-family:"Source Code Pro",monospace;font-size:.9em;line-height:1.4;vertical-align:middle;white-space:pre-wrap;word-break:break-word;box-shadow:0 2px 4px rgba(0,0,0,.1)}@media(max-width: 768px){code.highlighter-rouge:not(pre code){font-size:.8em;padding:.15em .35em;line-height:1.3}}.llm-form{margin:2rem 0}.llm-form input{padding:.5rem;width:300px;margin-right:1rem}.llm-form button{padding:.5rem 1rem;background:#007bff;color:#fff;border:none;cursor:pointer}.response-area{margin:1rem 0;padding:1rem;border:1px solid #ddd;min-height:100px;white-space:pre-wrap}.survey-step{display:none;max-width:800px;margin:2rem auto;padding:2rem;background:#1b1b1b;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.survey-step.active{display:block}.btn-primary,.btn-secondary{padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;user-select:none}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg, #00ff9d, #0077ff);color:#fff}.btn-secondary{background:#050505;color:#ccc;border:1px solid rgba(0,255,157,.3)}.question-step .question-text{margin-bottom:2rem;padding:0 1rem}.question-step .question-input{margin:0 1rem}.question-step .question-input input,.question-step .question-input textarea{width:calc(100% - 2rem);margin:0 0 1rem;padding:1rem;background:#050505;border:1px solid rgba(0,255,157,.3);border-radius:8px;color:#fff;font-size:1rem}.question-step .question-input input::placeholder,.question-step .question-input textarea::placeholder{color:hsla(0,0%,80%,.5)}.question-step .question-input input[type=number]{-moz-appearance:textfield}.question-step .question-input input[type=number]::-webkit-outer-spin-button,.question-step .question-input input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.question-step .question-input .select-options,.question-step .question-input .multiselect-options{display:grid;gap:1rem}.question-step .question-input .select-options .select-option,.question-step .question-input .select-options .multiselect-option,.question-step .question-input .multiselect-options .select-option,.question-step .question-input .multiselect-options .multiselect-option{padding:1rem;background:#050505;border-radius:8px;cursor:pointer;position:relative;transition:all .3s ease}.question-step .question-input .select-options .select-option:hover,.question-step .question-input .select-options .multiselect-option:hover,.question-step .question-input .multiselect-options .select-option:hover,.question-step .question-input .multiselect-options .multiselect-option:hover{background:rgb(17.75,17.75,17.75)}.question-step .question-input .select-options .select-option.selected,.question-step .question-input .select-options .multiselect-option.selected,.question-step .question-input .multiselect-options .select-option.selected,.question-step .question-input .multiselect-options .multiselect-option.selected{background:rgba(0,255,157,.1);border:1px solid #00ff9d}.question-step .question-input .scale-container{padding:0 1rem;margin:2rem 0}.question-step .question-input .scale-container .scale-labels{display:flex;justify-content:space-between;margin-bottom:.5rem}.question-step .question-input .scale-container .scale-labels .scale-label{width:20px;text-align:center;font-size:.9rem;color:hsla(0,0%,80%,.8)}.question-step .question-input .scale-container .scale-track-container{position:relative;padding:0 12px}.question-step .question-input .scale-container .scale-track{position:relative;height:40px}.question-step .question-input .scale-container .scale-track .scale-slider{position:relative;width:100%;height:4px;margin:1rem 0;-webkit-appearance:none;background:rgba(0,0,0,0);z-index:2}.question-step .question-input .scale-container .scale-track .scale-slider::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;background:#00ff9d;border:3px solid rgb(0,204,125.6);border-radius:50%;cursor:pointer;box-shadow:0 0 10px rgba(0,255,157,.3);transition:all .2s ease}.question-step .question-input .scale-container .scale-track .scale-fill{position:absolute;top:50%;left:0;height:4px;background:linear-gradient(90deg, #00ff9d 0%, #0077ff 100%);transform:translateY(-50%);z-index:1;pointer-events:none;transition:width .2s ease}.question-step .question-input .scale-container .scale-track .scale-value-container{position:absolute;top:100%;left:0;right:0;height:30px;display:flex;justify-content:center;pointer-events:none}.question-step .question-input .scale-container .scale-track .scale-value-container .scale-value{position:relative;font-size:1.5rem;font-weight:bold;color:#00ff9d;text-shadow:0 0 10px rgba(0,255,157,.3);transform:translateX(0);transition:transform .2s ease}.summary-table,.analysis-result table{width:100%;table-layout:fixed;border-collapse:collapse;margin:2rem 0}.summary-table th,.analysis-result table th,.summary-table td,.analysis-result table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(0,255,157,.1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.summary-table td,.analysis-result table td{max-width:200px;overflow:hidden;text-overflow:ellipsis}.summary-table th:nth-child(1),.analysis-result table th:nth-child(1),.summary-table td:nth-child(1),.analysis-result table td:nth-child(1){width:40%}.summary-table th:nth-child(2),.analysis-result table th:nth-child(2),.summary-table td:nth-child(2),.analysis-result table td:nth-child(2){width:40%}.summary-table th:nth-child(3),.analysis-result table th:nth-child(3),.summary-table td:nth-child(3),.analysis-result table td:nth-child(3){width:20%;min-width:90px}.summary-table .modify-btn,.analysis-result table .modify-btn{display:inline-flex;align-items:center;justify-content:center;width:auto;padding:.8rem;font-size:.9rem;white-space:nowrap}.analysis-result{padding:2rem;background:#050505;border-radius:12px;margin:2rem 0;line-height:1.6}.analysis-result h1,.analysis-result h2,.analysis-result h3{color:#00ff9d;margin:1.5rem 0 1rem}.analysis-result p{margin:1rem 0}.analysis-result ul,.analysis-result ol{margin:1rem 0;padding-left:2rem}.analysis-result li{margin:.5rem 0}.analysis-result strong{color:#00ff9d}.analysis-result em{color:hsl(0,0%,95%)}.analysis-result table{margin:2rem 0}.analysis-result table th{background:rgba(0,255,157,.1)}.analysis-result code{background:rgba(0,255,157,.1);padding:.2rem .4rem;border-radius:4px;font-family:monospace}.analysis-result pre{background:rgba(0,255,157,.05);padding:1rem;border-radius:8px;overflow-x:auto}.analysis-result pre code{background:none;padding:0}.analysis-result blockquote{border-left:4px solid #00ff9d;margin:1rem 0;padding-left:1rem;color:hsl(0,0%,95%)}.survey-controls{display:none;justify-content:space-between;margin:2rem auto;max-width:800px}#summary-screen,#ai-response{position:relative;z-index:2}.highlight pre{background-color:#2d2d2d !important}.highlight .c{color:#75715e}.highlight .err{color:#960050;background-color:#1e0010}.highlight .k{color:#66d9ef}.highlight .l{color:#ae81ff}.highlight .n{color:#f8f8f2}.highlight .o{color:#f92672}.highlight .p{color:#f8f8f2}.highlight .cm{color:#75715e}.highlight .cp{color:#75715e}.highlight .c1{color:#75715e}.highlight .cs{color:#75715e}.highlight .ge{font-style:italic}.highlight .gs{font-weight:bold}.highlight .kc{color:#66d9ef}.highlight .kd{color:#66d9ef}.highlight .kn{color:#f92672}.highlight .kp{color:#66d9ef}.highlight .kr{color:#66d9ef}.highlight .kt{color:#66d9ef}.highlight .ld{color:#e6db74}.highlight .m{color:#ae81ff}.highlight .s{color:#e6db74}.highlight .na{color:#a6e22e}.highlight .nb{color:#f8f8f2}.highlight .nc{color:#a6e22e}.highlight .no{color:#66d9ef}.highlight .nd{color:#a6e22e}.highlight .ni{color:#f8f8f2}.highlight .ne{color:#a6e22e}.highlight .nf{color:#a6e22e}.highlight .nl{color:#f8f8f2}.highlight .nn{color:#f8f8f2}.highlight .nx{color:#a6e22e}.highlight .py{color:#f8f8f2}.highlight .nt{color:#f92672}.highlight .nv{color:#f8f8f2}.highlight .ow{color:#f92672}.highlight .w{color:#f8f8f2}.highlight .mf{color:#ae81ff}.highlight .mh{color:#ae81ff}.highlight .mi{color:#ae81ff}.highlight .mo{color:#ae81ff}.highlight .sb{color:#e6db74}.highlight .sc{color:#e6db74}.highlight .sd{color:#e6db74}.highlight .s2{color:#e6db74}.highlight .se{color:#ae81ff}.highlight .sh{color:#e6db74}.highlight .si{color:#e6db74}.highlight .sx{color:#e6db74}.highlight .sr{color:#e6db74}.highlight .s1{color:#e6db74}.highlight .ss{color:#e6db74}.highlight .bp{color:#f8f8f2}.highlight .vc{color:#f8f8f2}.highlight .vg{color:#f8f8f2}.highlight .vi{color:#f8f8f2}.highlight .il{color:#ae81ff}@media(max-width: 768px){.hero{height:25vh}.hero .hero-content h1{font-size:3.25rem}.hero .hero-subtitle{font-size:1.2rem}.site-header{width:100%;overflow:hidden}.site-header .logo-group{flex:0 1 auto;gap:1rem}.site-header .logo-container{text-align:center}.site-header .logo-container .logo{font-size:2rem}.site-header .logo-container .logo-subtitle{font-size:1rem}.site-header .nav-container{max-width:100%;padding:0 1rem;flex-wrap:wrap;gap:1rem}.site-header .nav-links{flex-wrap:wrap;justify-content:center;gap:1.5rem}.site-header .nav-links a{font-size:1.25rem;padding:.5rem 0}.page-content{width:90%}.page-content h1,.page-content h2,.page-content h3{word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;max-width:100%}.page-content ul,.page-content ol{padding-left:1.2rem}.page-content .article-detail .article-content h1{font-size:1.8rem}.page-content .article-detail .article-content h3{padding-top:.5rem}.content-section{padding:1.5rem 3% 3rem}.pepito1{height:30vh}.pepito1 .pepito1-title{font-size:3rem}.summary-table,.analysis-result table{min-width:auto;width:100%}.summary-table th,.analysis-result table th,.summary-table td,.analysis-result table td{padding:.75rem;font-size:.9rem}.summary-table th:nth-child(1),.analysis-result table th:nth-child(1),.summary-table td:nth-child(1),.analysis-result table td:nth-child(1){width:35%}.summary-table th:nth-child(2),.analysis-result table th:nth-child(2),.summary-table td:nth-child(2),.analysis-result table td:nth-child(2){width:35%}.summary-table th:nth-child(3),.analysis-result table th:nth-child(3),.summary-table td:nth-child(3),.analysis-result table td:nth-child(3){width:30%;min-width:80px}.summary-table .modify-btn,.analysis-result table .modify-btn{padding:.4rem;font-size:.8rem}.survey-controls{flex-wrap:wrap;gap:.5rem}.survey-controls .btn-primary,.survey-controls .btn-secondary{flex:1 1 45%;text-align:center}.scale-container .scale-labels .scale-label{font-size:.8rem;width:18px}.scale-container .scale-track .scale-slider::-webkit-slider-thumb{width:20px;height:20px}.scale-container .scale-value{font-size:1.2rem}}@media(max-width: 480px){.hero{height:20vh}.hero .hero-content h1{font-size:2.25rem}.hero .hero-subtitle{font-size:.9rem}.site-header{width:100%}.site-header .logo-container .logo-link .logo{font-size:0px}.site-header .logo-container .logo-subtitle{font-size:0px}.site-header .nav-container{padding:0 1.5rem;gap:0px}.site-header .nav-links{margin-left:0px;gap:1rem}.page-content{width:99%;padding:0}.page-content .content-section .section-title{font-size:2rem;margin:1rem 0 2rem}.page-content .article-detail .article-header h1{font-size:2rem}.page-content .article-detail .article-content h1{font-size:1.5rem}.pepito1{height:20vh}.pepito1 .pepito1-title{font-size:1.7rem}.survey-step{margin:2rem auto;padding:1rem}.question-step{padding:0}.question-step .question-text{padding:0 0}.question-step .question-input{margin:0}.summary-table th,.analysis-result table th,.summary-table td,.analysis-result table td{padding:.5rem;font-size:.85rem}.summary-table th:nth-child(1),.analysis-result table th:nth-child(1),.summary-table td:nth-child(1),.analysis-result table td:nth-child(1){width:40%}.summary-table th:nth-child(2),.analysis-result table th:nth-child(2),.summary-table td:nth-child(2),.analysis-result table td:nth-child(2){width:35%}.summary-table th:nth-child(3),.analysis-result table th:nth-child(3),.summary-table td:nth-child(3),.analysis-result table td:nth-child(3){width:25%;min-width:70px}}body{background-color:#0a0a0a;color:#fff;font-family:"Inter",sans-serif;line-height:1.6;overflow-x:hidden}.diagonal-split{position:relative}.diagonal-split::after{content:"";position:absolute;bottom:-50px;left:0;width:100%;height:100px;background:linear-gradient(45deg, transparent 49%, #0a0a0a 50%)}.hover-glow{transition:filter .3s}.hover-glow:hover{filter:drop-shadow(0 0 10px rgba(0, 255, 157, 0.3))}.pdf-link{color:#fff;text-decoration:none;position:relative;padding:.5rem 0;font-size:1.5rem;transition:color .3s,transform .3s}.pdf-link:hover{color:#00ff9d;transform:translateY(-3px)}.github-mini{font-size:1.5rem;margin-left:.5rem;color:#ccc;transition:color .3s;position:relative;text-decoration:none}.github-mini::after{content:"View on GitHub";position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:#050505;color:#fff;padding:.5rem;border-radius:4px;font-size:.8rem;white-space:nowrap;opacity:0;transition:opacity .3s;pointer-events:none}.github-mini:hover{color:#00ff9d}.github-mini:hover::after{opacity:1}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}table{border-collapse:collapse;width:100%;margin:.5rem 0;box-sizing:border-box;text-indent:inherit;unicode-bidi:isolate;overflow-x:auto;overflow-y:hidden}table th{padding:.75rem;border-bottom:2px solid #fff}table td{padding:.75rem}table tr{border-bottom:1px solid #fff}table tr:last-child{border-bottom:none}table thead{color:#00ff9d}blockquote{background:#1b1b1b;border-left:10px solid #00ff9d;margin:1.5em 10px;padding:.1em 10px .1em}/*# sourceMappingURL=main.css.map */