*{font-family:IBM Plex Sans,system-ui,sans-serif}h1{font-family:Syne,system-ui,sans-serif}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2c2c34;border-radius:2px}.orb{display:none!important}.glass{background:#161618;border:1px solid #26262c}.glass-md{background:#1c1c20;border:1px solid #2c2c34}.glass-strong{background:#121215;border:1px solid #2a2a32}.modal-glass{background:#121215;border:1px solid #2c2c36;box-shadow:0 24px 80px #000000a6,0 2px #ffffff08}.nav-gradient-sep{border-bottom:1px solid #22222a!important}.nav-gradient-sep:after{display:none}.modal-glass [class~=border-b]{border-bottom-color:#26262e!important}.modal-glass [class~=border-b]:after{display:none}.modal-glass [class~=border-t]{border-top-color:#26262e!important}.modal-glass [class~=border-t]:before{display:none}.section{display:none}.section.active{display:block;animation:fadeUp .3s ease forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}#login-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:none;align-items:center;justify-content:center;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}#login-screen.open{display:flex;animation:fadeUp .25s ease}html.light #login-screen{background:#0f172a80!important}.login-card{animation:scaleIn .4s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.inp{width:100%;background:#18181c;border:1px solid #2c2c36;border-radius:8px;padding:9px 13px;font-size:.875rem;color:#dcdce0;transition:border-color .15s,box-shadow .15s;outline:none;font-family:IBM Plex Sans,sans-serif}.inp::placeholder{color:#3e3e48}.inp:focus{border-color:#e8a030;box-shadow:0 0 0 2px #e8a03024}textarea.inp{resize:none;line-height:1.6}select.inp{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%2364646e' d='M5 7L0 2h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center}select.inp option{background:#141418}.btn-primary{background:#e8a030;color:#0e0e0f;font-weight:600;border:none;cursor:pointer;transition:background .15s,transform .1s}.btn-primary:hover:not(:disabled){background:#d49028;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.tab-btn{position:relative;transition:color .2s}.tab-btn:after{content:"";position:absolute;bottom:-1px;left:8px;right:8px;height:2px;background:#e8a030;transform:scaleX(0);transition:transform .2s ease;border-radius:1px}.tab-btn.is-active{color:#e8e8ea!important}.tab-btn.is-active:after{transform:scaleX(1)}.step-item{opacity:0;transform:translate(-16px);transition:opacity .5s ease,transform .5s ease}.step-item.vis{opacity:1;transform:translate(0)}.badge-frontend{background:#0f2035;color:#60a5fa;border:1px solid #1a3a5c}.badge-backend{background:#0a2018;color:#34d399;border:1px solid #163d2c}.badge-database{background:#261a04;color:#fbbf24;border:1px solid #3d2a06}.badge-testing{background:#1a1030;color:#a78bfa;border:1px solid #2d1a54}.badge-security{background:#200c0c;color:#f87171;border:1px solid #3d1010}.badge-integrations{background:#1f120a;color:#fb923c;border:1px solid #3a2010}.badge-skipped{background:#1a1a1e;color:#4a4a52;border:1px solid #28282d}.ping-dot{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{75%,to{transform:scale(1.5);opacity:0}}.typing-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:#e8a030b3;animation:typingBounce 1.2s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}.pcard{transition:border-color .2s}.pcard:hover{border-color:#3a3a42!important}.grad{color:#e8a030}.toast{transition:opacity .25s ease}.toast-fade-enter-active,.toast-fade-leave-active{transition:opacity .25s ease,transform .25s ease}.toast-fade-enter-from,.toast-fade-leave-to{opacity:0;transform:translateY(-6px)}.pulse2{animation:pulse2 1.5s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse2{0%,to{opacity:1}50%{opacity:.5}}.cyes{color:#e8a030}.cno{color:#3c3c44}@keyframes spin{to{transform:rotate(360deg)}}.spin{display:inline-block;animation:spin .8s linear infinite}.crear-blob{display:none!important}@keyframes blobPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.chat-card{background:#121215;border:1px solid #28282e;border-radius:14px;overflow:hidden;box-shadow:0 4px 24px #00000059;transition:border-color .2s}.chat-card:focus-within{border-color:#e8a03059}.chat-textarea{width:100%;background:transparent;border:none;outline:none;color:#dcdce0;font-size:.875rem;line-height:1.7;padding:16px 18px 10px;resize:none;font-family:IBM Plex Sans,system-ui,sans-serif;min-height:110px;max-height:280px;overflow-y:auto}.chat-textarea::placeholder{color:#3a3a44}.chat-divider{height:1px;background:#222228;margin:0}.chat-toolbar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;gap:10px}.chat-send-btn{display:flex;align-items:center;gap:7px;padding:8px 18px;border-radius:8px;font-size:.8rem;font-weight:600;background:#e8a030;color:#0e0e0f;border:none;cursor:pointer;transition:background .15s,transform .1s}.chat-send-btn:hover:not(:disabled){background:#d49028;transform:translateY(-1px)}.chat-send-btn:active:not(:disabled){transform:translateY(0)}.chat-send-btn:disabled{opacity:.35;cursor:not-allowed}.chat-hint-btn{display:flex;align-items:center;gap:5px;font-size:.75rem;color:#484850;background:#1a1a1e;border:1px solid #28282e;padding:5px 10px;border-radius:7px;cursor:pointer;transition:all .15s;white-space:nowrap}.chat-hint-btn:hover{color:#c0c0c6;background:#222228;border-color:#36363e}.crear-title-line{display:none}@keyframes lineGrow{to{width:100%}}.chip-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:8px;font-size:.72rem;font-weight:500;cursor:pointer;transition:all .13s;border:1px solid #28282e;background:#1a1a1e;color:#7a7a84}.chip-btn:hover{background:#222228;border-color:#e8a030;color:#e8a030}.tmpl-card{background:#1a1a1e;border:1px solid #28282e;border-radius:10px;padding:10px 12px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:9px}.tmpl-card:hover{background:#1e1e22;border-color:#e8a030}.tmpl-card.sel{background:#241c08;border-color:#e8a030}.tmpl-icon{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0}.complexity-badge{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:20px;transition:all .3s}.complexity-simple{background:#10b9811a;color:#34d399;border:1px solid rgba(16,185,129,.2)}.complexity-medio{background:#e8a0301a;color:#e8a030;border:1px solid rgba(232,160,48,.2)}.complexity-complejo{background:#ef44441a;color:#f87171;border:1px solid rgba(239,68,68,.2)}.wizard-step{display:none}.wizard-step.active{display:block;animation:fadeUp .25s ease}.wizard-check{display:none}.wizard-check:checked+.wizard-check-label{background:#261e0e;border-color:#e8a030;color:#e8c070}.wizard-check-label{display:inline-flex;align-items:center;gap:5px;background:#1a1a1e;border:1px solid #28282e;color:#7a7a84;border-radius:7px;padding:5px 11px;font-size:.76rem;cursor:pointer;transition:all .13s;-webkit-user-select:none;user-select:none}.wizard-check-label:hover{background:#1e1e22}.wizard-progress{height:2px;background:#24242a;border-radius:1px;overflow:hidden}.wizard-progress-bar{height:100%;background:#e8a030;border-radius:1px;transition:width .3s ease}.wizard-step-dot{width:20px;height:20px;border-radius:50%;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s}.conv-msg-user{align-self:flex-end;max-width:78%;background:#201c10;border:1px solid rgba(232,160,48,.25);border-radius:14px 14px 3px;padding:11px 14px}.conv-msg-sys{align-self:flex-start;max-width:82%;background:#1a1a1e;border:1px solid #28282e;border-radius:14px 14px 14px 3px;padding:11px 14px}.conv-msg-event{align-self:stretch;background:#161618;border:1px solid #28282e;border-radius:10px;padding:9px 13px}.conv-agent-pill{display:inline-flex;align-items:center;gap:4px;font-size:.68rem;font-weight:600;padding:2px 7px;border-radius:20px}.hero-card{position:relative;overflow:hidden;border-radius:16px;background:#1a1a1e;border:1px solid #2e2e38;box-shadow:0 24px 60px #0006}.hero-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 90% 10%,rgba(232,160,48,.05) 0%,transparent 60%);pointer-events:none}.hero-card:after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#e8a030,#e8a03000);border-radius:16px 0 0 16px}.metric-card{background:#1a1a1e;border:1px solid #28282e;border-radius:12px;padding:18px;text-align:center;transition:border-color .2s}.metric-card:hover{border-color:#3a3a42}.feat-card{background:#161618;border:1px solid #24242a;border-radius:12px;padding:16px;transition:border-color .2s,transform .2s}.feat-card:hover{border-color:#32323a;transform:translateY(-1px)}.sec-title{font-family:Syne,system-ui,sans-serif;font-size:.95rem;font-weight:700;color:#e0e0e4;margin-bottom:18px;letter-spacing:-.01em}.stack-badge{padding:4px 12px;border-radius:999px;font-size:.7rem;font-weight:500;border:1px solid}.proj-stat{background:#161618;border:1px solid #24242a;border-radius:12px;padding:16px 18px}.proj-icon-card{position:relative;cursor:pointer;display:flex;flex-direction:column;min-height:140px;background:#1a1a1e!important;border:1px solid #28282e!important;box-shadow:0 2px 8px #0003;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.proj-icon-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d;border-color:#3c3c46!important}.proj-icon-inner{flex:1;display:flex;align-items:center;justify-content:center;padding:20px 14px 16px;position:relative}.proj-icon-inner:before{display:none}.proj-icon-main{font-size:2.4rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));position:relative;z-index:1}.proj-icon-edit-btn{position:absolute;bottom:7px;right:7px;width:32px;height:32px;border-radius:7px;background:#1a1a1e;border:1px solid #32323a;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .13s;cursor:pointer;color:#7a7a84;font-size:.6rem;z-index:2}.proj-icon-card:hover .proj-icon-edit-btn{opacity:1}.proj-icon-foot{padding:9px 11px 11px;border-top:1px solid #24242a;background:#141418}.icon-picker-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px}.icon-opt{aspect-ratio:1;border-radius:7px;border:1px solid #28282e;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.85rem;color:#3c3c44;transition:all .13s;background:#1a1a1e}.icon-opt:hover{background:#261e0e;border-color:#e8a030;color:#e8a030}.icon-opt.sel{background:#2e220a;border-color:#e8a030;color:#e8c070}.color-swatch{width:24px;height:24px;border-radius:6px;cursor:pointer;border:2px solid transparent;transition:all .13s;flex-shrink:0}.color-swatch:hover{transform:scale(1.1);border-color:#fff6}.color-swatch.sel{border-color:#e8a030;transform:scale(1.1)}html.light body{background:#f5f4f2!important;color:#1a1a1b}html.light .orb{display:none!important}html.light .glass{background:#fff!important;border-color:#e2e0dd!important}html.light .glass-md{background:#f9f8f6!important;border-color:#dddbd8!important}html.light .glass-strong{background:#fff!important;border-color:#d8d6d2!important}html.light .modal-glass{background:#fff!important;border-color:#e0dedd!important;box-shadow:0 24px 80px #0f0c0824!important}html.light .modal-glass [class~=border-b]{border-bottom-color:#e8e6e2!important}html.light .modal-glass [class~=border-t]{border-top-color:#e8e6e2!important}html.light nav{background:#f5f4f2f2!important;border-color:#e2e0dd!important}html.light .nav-gradient-sep{border-bottom-color:#e2e0dd!important}html.light .inp{background:#fff!important;border-color:#d8d6d2!important;color:#1a1a1b!important}html.light .inp::placeholder{color:#b0aea8!important}html.light select.inp option{background:#fff}html.light .btn-primary{background:#b87020!important;color:#fff!important}html.light .btn-primary:hover:not(:disabled){background:#a06018!important}html.light .text-slate-100{color:#1a1a1b!important}html.light .text-slate-200{color:#2a2a2c!important}html.light .text-slate-300{color:#42424a!important}html.light .text-slate-400{color:#60606a!important}html.light .text-slate-500{color:#7a7a84!important}html.light .text-slate-600{color:#9a9aa4!important}html.light .text-slate-700{color:#bcbcc8!important}html.light .text-white\/90{color:#1a1a1b!important}html.light .text-white\/70{color:#60606a!important}html.light .text-white\/60{color:#7a7a84!important}html.light .text-white\/50{color:#9a9aa4!important}html.light #sec-inicio .bg-black\/20{background:#f0eeeb!important;border-color:#e2e0dd!important}html.light .border-white\/4{border-color:#f0eeeb!important}html.light .border-white\/6{border-color:#e8e6e2!important}html.light .border-white\/8{border-color:#e2e0dc!important}html.light .border-white\/10{border-color:#dddbd8!important}html.light .bg-slate-950{background:#f5f4f2!important}html.light .bg-slate-950\/80{background:#f5f4f2f2!important}html.light .bg-slate-950\/95{background:#f5f4f2fa!important}html.light .bg-slate-900\/40{background:#f0eeeb!important}html.light .bg-slate-900\/60{background:#ede9e4!important}html.light .bg-slate-800{background:#e8e6e2!important}html.light .bg-black\/20{background:#f0eeeb!important}html.light .hover\:bg-white\/2:hover{background:#0f0c0808!important}html.light .hover\:bg-white\/5:hover{background:#0f0c080a!important}html.light .hover\:bg-white\/8:hover{background:#0f0c080f!important}html.light .pcard:hover{border-color:#c8c6c2!important}html.light pre#modal-error{background:#faf8f5!important;color:#991b1b!important}html.light .modal-glass pre{background:#faf8f5!important}html.light .modal-glass p,html.light .modal-glass span:not([class*=badge-]):not([class*=text-emerald]):not([class*=text-red]):not([class*=text-blue]):not([class*=text-amber]):not([class*=text-violet]){color:#2a2a2c}html.light .modal-glass .text-slate-300,html.light .modal-glass .text-slate-400,html.light .modal-glass .text-slate-500{color:#60606a!important}html.light .modal-glass .text-slate-600{color:#7a7a84!important}html.light .modal-glass .border-white\/8,html.light .modal-glass .border-white\/6,html.light .modal-glass .border-white\/4{border-color:#e2e0dc!important}html.light .modal-glass .bg-slate-900\/40{background:#f5f4f2!important}html.light .modal-glass .hover\:bg-white\/2:hover{background:#0f0c0808!important}html.light #login-screen{background:#00000080}html.light footer{border-color:#e2e0dd!important}html.light footer p,html.light footer a{color:#b0aea8!important}html.light .hero-card{background:#1c1a12!important;border-color:#2e2a1e!important;box-shadow:0 16px 48px #00000040!important}html.light .hero-card:after{background:linear-gradient(180deg,#e8a030,#e8a03000)!important}html.light .hero-card .bg-white\/8{background:#ffffff1a!important}html.light .hero-card .border-white\/10{border-color:#ffffff1f!important}html.light .feat-card{background:#fff!important;border-color:#e2e0dd!important}html.light .feat-card:hover{border-color:#c8c6c2!important}html.light .feat-card .bg-black\/20{background:#f5f4f2!important;border-color:#e2e0dd!important}html.light .proj-stat{background:#fff!important;border-color:#e2e0dd!important}html.light .sec-title{color:#1a1a1b!important}html.light .stack-badge{opacity:1!important}html.light .stack-badge.bg-indigo-900\/40{background:#fdf5e8!important;color:#8a5c10!important;border-color:#e8c070!important}html.light .stack-badge.bg-emerald-900\/40{background:#ecfdf5!important;color:#065f46!important;border-color:#a7f3d0!important}html.light .stack-badge.bg-cyan-900\/40{background:#ecfeff!important;color:#0e7490!important;border-color:#99f6e4!important}html.light .stack-badge.bg-slate-800{background:#f5f4f2!important;color:#60606a!important;border-color:#dddbd8!important}html.light .tmpl-card{background:#f5f4f2!important;border-color:#e2e0dd!important}html.light .tmpl-card:hover{background:#ede9e4!important;border-color:#e8a030!important}html.light .tmpl-card.sel{background:#fdf5e8!important;border-color:#e8a030!important}html.light #sec-crear h1,html.light #sec-crear .text-white\/90{color:#1a1a1b!important}html.light .chat-card{background:#fff!important;border-color:#dddbd8!important;box-shadow:0 4px 20px #0f0c0812!important}html.light .chat-card:focus-within{border-color:#b8702066!important}html.light .chat-textarea{color:#1a1a1b!important}html.light .chat-textarea::placeholder{color:#b0aea8!important}html.light .chat-divider{background:#e8e6e2!important}html.light .chat-send-btn{background:#b87020!important;color:#fff!important}html.light .chat-send-btn:hover:not(:disabled){background:#a06018!important}html.light .chat-hint-btn{color:#a0a09a!important;background:#f0eeeb!important;border-color:#dddbd8!important}html.light .chat-hint-btn:hover{color:#50504a!important;background:#e8e6e2!important}html.light .chip-btn{background:#f0eeeb!important;border-color:#dddbd8!important;color:#80807a!important}html.light .chip-btn:hover{background:#ede9e4!important;border-color:#b87020!important;color:#b87020!important}html.light .proj-icon-card{background:#fff!important;border-color:#e2e0dd!important;box-shadow:0 2px 10px #0f0c0812!important}html.light .proj-icon-card:hover{box-shadow:0 8px 24px #0f0c081a!important;border-color:#c8c6c2!important}html.light .proj-icon-foot{background:#f5f4f2!important;border-top-color:#e2e0dd!important}html.light .proj-icon-foot p{color:#1a1a1b!important}html.light .proj-icon-edit-btn{background:#fff!important;border-color:#dddbd8!important;color:#60606a!important}html.light .icon-opt{background:#f5f4f2!important;border-color:#e2e0dd!important;color:#a0a09a!important}html.light .icon-opt:hover,html.light .icon-opt.sel{background:#fdf5e8!important;border-color:#b87020!important;color:#b87020!important}html.light .conv-msg-user{background:#fdf5e8!important;border-color:#b870204d!important}html.light .conv-msg-sys{background:#fff!important;border-color:#e2e0dd!important}html.light .conv-msg-event{background:#f5f4f2!important;border-color:#e2e0dd!important}#sec-proyecto{display:none;flex-direction:column}#sec-proyecto.active{display:flex;animation:fadeUp .3s ease forwards}.sp-topbar{position:sticky;top:3.5rem;z-index:20;background:#0e0e0ff5;border-bottom:1px solid #22222a;height:48px;display:flex;align-items:center;gap:12px;padding:0 20px;flex-shrink:0}.sp-topbar:after{display:none}html.light .sp-topbar{background:#f5f4f2f5!important;border-bottom-color:#e2e0dd!important}.sp-sidebar{width:380px;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden}@media (max-width:768px){.sp-sidebar{display:none!important}}#sp-thread-inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.sp-input-panel{flex-shrink:0;padding:12px 20px 16px}@media (min-width:640px){.sp-input-panel{padding:12px 32px 16px}}@media (max-width: 639px){.tab-btn:after{left:3px;right:3px}.tab-lock{display:none!important}.chat-toolbar{justify-content:flex-end}.chat-send-btn{width:100%;justify-content:center}.icon-picker-grid{grid-template-columns:repeat(6,1fr)}.pipe-lbl{display:none}}
