@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";:root{font-family:Outfit,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--brand-blue: #0d1b4c;--brand-green: #c2ef06;--brand-yellow: #DEFF00;--brand-white: #ffffff;--brand-dark: #000a20;color-scheme:dark;color:#ffffffde;background-color:var(--brand-dark);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:radial-gradient(circle at top right,#1a1a1a,#000)}#root{width:100%}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(circle at top right,var(--brand-blue),transparent),radial-gradient(circle at bottom left,var(--brand-dark),#000);position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:30px 30px;pointer-events:none}.login-card{width:100%;max-width:420px;background:#0d1b4c99;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(194,239,6,.15);border-radius:32px;padding:3rem 2.5rem;box-shadow:0 40px 100px #000c;position:relative;z-index:1}.login-header{text-align:center;margin-bottom:2.5rem}.brand-logo-container{width:120px;margin:0 auto 1.5rem;filter:drop-shadow(0 0 15px rgba(194,239,6,.3))}.login-logo{width:100%;height:auto;object-fit:contain}.login-header h1{font-size:1.8rem;font-weight:800;margin:0;letter-spacing:-1px}.login-header .accent{color:var(--brand-green);text-transform:uppercase}.login-header p{color:#fff6;font-size:.9rem;margin-top:.6rem;font-weight:300}.login-form{display:flex;flex-direction:column;gap:1.5rem}.error-alert{background:#ff47571a;color:#ff4757;padding:.8rem 1rem;border-radius:12px;font-size:.9rem;display:flex;align-items:center;gap:.8rem;border:1px solid rgba(255,71,87,.2)}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{font-size:.85rem;font-weight:600;color:#ffffffb3;margin-left:.2rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;color:#ffffff4d;transition:color .3s ease}.input-wrapper input{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1rem 1rem 1rem 3rem;color:#fff;font-size:1rem;transition:all .3s ease;font-family:inherit}.input-wrapper input:focus{outline:none;background:#ffffff14;border-color:var(--brand-green);box-shadow:0 0 0 4px #c2ef061a}.input-wrapper input:focus+.input-icon{color:var(--brand-green)}.login-button{background:var(--brand-green);color:#000a20;border:none;border-radius:16px;padding:1.2rem;font-size:1.05rem;font-weight:800;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;align-items:center;justify-content:center;margin-top:1rem;text-transform:uppercase;letter-spacing:1px}.login-button:hover:not(:disabled){background:var(--brand-yellow);transform:translateY(-3px);box-shadow:0 15px 30px #c2ef064d}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-footer{text-align:center;margin-top:2rem;color:#fff3}.login-footer p{font-size:.85rem;margin-bottom:.2rem}.login-footer small{font-size:.75rem}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:70px;background:#0a0a0acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-around;align-items:center;padding:0 10px;padding-bottom:env(safe-area-inset-bottom);z-index:1000}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;color:#fff6;text-decoration:none;font-size:.7rem;font-weight:500;transition:all .3s ease;flex:1}.nav-item.active{color:#2ed573}.nav-item-main{position:relative;top:-20px}.main-icon-wrapper{background:linear-gradient(135deg,#2ed573,#7bed9f);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;box-shadow:0 10px 20px #2ed5734d;margin-bottom:2px;border:4px solid #000}.nav-item-main span{position:relative;bottom:-15px}.app-layout{display:flex;flex-direction:column;min-height:100vh;background:#000}.app-header{position:sticky;top:0;z-index:100;display:flex;flex-direction:column;box-shadow:0 4px 20px #0000004d}.top-bar{background-color:var(--brand-green);color:#000;height:24px;font-size:.7rem;font-weight:700;display:flex;align-items:center;padding:0 1rem;text-transform:uppercase;letter-spacing:.5px}.top-bar .dot{width:6px;height:6px;background-color:#000;border-radius:50%;margin-right:6px;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.header-main{height:65px;background:var(--brand-blue);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;border-bottom:2px solid var(--brand-green)}.header-brand{display:flex;align-items:center;gap:12px}.header-logo{height:42px;width:42px;object-fit:contain;background:#fff;border-radius:8px;padding:2px}.brand-text{display:flex;flex-direction:column;justify-content:center}.app-logo{font-size:1.3rem;font-weight:800;margin:0;line-height:1;color:#fff}.slogan{font-size:.65rem;font-weight:800;color:var(--brand-green);letter-spacing:.8px;margin-top:2px}.accent{color:var(--brand-white)}.app-content{flex:1;padding:1.5rem;padding-bottom:100px;overflow-y:auto}.header-profile-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:.6rem;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.header-profile-btn:active{background:#ffffff26;transform:scale(.95)}.dashboard{display:flex;flex-direction:column;gap:1.5rem}.welcome-section h2{margin:0;font-size:1.5rem}.welcome-section p{margin:.5rem 0 0;color:#ffffff80;font-size:.9rem}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat-card{background:#ffffff08;padding:1.2rem;border-radius:20px;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:.5rem}.stat-icon{color:#2ed573;margin-bottom:.5rem}.stat-icon.text-info{color:#70a1ff}.stat-value{font-size:1.3rem;font-weight:700}.stat-label{font-size:.75rem;color:#fff6;text-transform:uppercase;letter-spacing:.5px}.actions-section h3{font-size:1rem;margin-bottom:1rem;color:#fffc}.action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.action-btn{background:#ffffff08;border:1px solid rgba(255,255,255,.05);color:#fff;padding:1.5rem;border-radius:20px;display:flex;flex-direction:column;align-items:center;gap:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease}.action-btn:active{background:#ffffff1a;transform:scale(.95)}.catalog-container{display:flex;flex-direction:column;height:100%;background-color:transparent;overflow:hidden}.catalog-header{background:transparent;padding:1.5rem 1rem .5rem;color:#fff;position:relative;z-index:10}.header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.header-top h1{font-size:1.25rem;font-weight:800;margin:0;color:#fff}.back-btn,.reset-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.back-btn:active,.reset-btn:active{transform:scale(.9);background:#ffffff26}.catalog-steps{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.step-dot{width:24px;height:24px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff9;transition:all .3s}.step-dot.active{background:var(--brand-green);color:var(--brand-dark);box-shadow:0 0 10px #c2ef064d}.step-line{flex:1;max-width:40px;height:2px;background:#ffffff1a}.step-line.active{background:var(--brand-green)}.current-selection{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.current-selection::-webkit-scrollbar{display:none}.current-selection .badge{background:#c2ef061a;color:var(--brand-green);padding:4px 10px;border-radius:8px;font-size:.75rem;font-weight:700;white-space:nowrap;border:1px solid rgba(194,239,6,.2)}.current-selection svg{color:#ffffff4d;flex-shrink:0}.catalog-search{position:relative;margin-top:.5rem}.catalog-search .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#fff6}.catalog-search input{width:100%;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.75rem 1rem .75rem 3rem;color:#fff;font-size:.95rem;outline:none;transition:all .3s}.catalog-search input:focus{background:#0006;border-color:var(--brand-green)}.catalog-search input::placeholder{color:#fff6}.catalog-content{flex:1;overflow-y:auto;padding:1rem;overflow-x:hidden}.catalog-loading,.catalog-error{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#fff9;text-align:center}.spinner{animation:rotate 2s linear infinite;color:var(--brand-green)}@keyframes rotate{to{transform:rotate(360deg)}}.brands-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.brand-card{background:#ffffff08;border-radius:20px;padding:.75rem .5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;border:1px solid rgba(255,255,255,.05);transition:all .2s;cursor:pointer;overflow:hidden}.brand-card:active{transform:scale(.95);background:#ffffff1a;border-color:#fff3}.brand-logo-wrapper{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;border-radius:12px;padding:4px}.brand-logo-wrapper img{max-width:100%;max-height:100%;object-fit:contain}.brand-initial{width:50px;height:50px;background:var(--brand-dark);border-radius:12px;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:1.25rem;border:1px solid rgba(255,255,255,.1)}.brand-card span{font-size:.75rem;font-weight:700;color:#fffc;text-align:center;letter-spacing:.5px}.models-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.model-card{background:#ffffff08;border-radius:20px;padding:.75rem .5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;border:1px solid rgba(255,255,255,.05);width:100%;cursor:pointer;transition:all .2s;overflow:hidden}.model-card:active{background:#ffffff1a;border-color:#fff3}.model-icon{width:50px;height:50px;background:#c2ef061a;color:var(--brand-green);border-radius:12px;display:flex;align-items:center;justify-content:center}.model-info{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.model-name{font-weight:700;color:#fff;font-size:.8rem;text-align:center;word-break:break-word}.model-info svg{display:none}.versions-list{display:flex;flex-direction:column;gap:.5rem}.version-item{background:#ffffff08;border-radius:12px;padding:1rem;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.05);width:100%;text-align:left}.version-item:active{background:#ffffff1a}.v-name{display:block;font-weight:700;color:#fff;margin-bottom:2px}.v-motor{font-size:.75rem;color:#ffffff80;font-weight:600;display:block}.products-results{margin-top:-.5rem}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;color:#fff6;gap:1rem;text-align:center}.products-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.product-card{background:#ffffff08;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.05)}.p-img{position:relative;height:220px;background:transparent}.p-img img{width:100%;height:100%;object-fit:cover;padding:0}.p-status-inline{padding:4px 10px;border-radius:12px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.p-status-inline.in{background:#2ed57333;color:#2ed573}.p-status-inline.out{background:#ff475733;color:#ff4757}.p-body{padding:1.25rem}.p-code{font-size:.7rem;font-weight:800;color:#fff6;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:.25rem}.p-body h3{font-size:1.05rem;font-weight:800;color:#fff;margin-bottom:.75rem;line-height:1.3}.p-price{font-size:1.4rem;font-weight:900;color:#fff;margin-bottom:1rem}.p-add-btn{width:100%;background:var(--brand-green);color:var(--brand-dark);border:none;padding:1rem;border-radius:16px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.p-add-btn:active:not(:disabled){transform:scale(.98);opacity:.9}.p-add-btn:disabled{background:#ffffff1a;color:#ffffff4d}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;z-index:9999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .2s ease-out}.image-modal-content{position:relative;width:90%;max-width:500px;background:var(--brand-dark);border-radius:20px;border:1px solid rgba(255,255,255,.1);overflow:hidden;display:flex;flex-direction:column}.image-modal-close{position:absolute;top:10px;right:10px;background:#00000080;color:#fff;border:none;width:36px;height:36px;border-radius:50%;font-weight:700;font-size:1rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s}.image-modal-close:active{background:#ff4757cc}.image-modal-content img{width:100%;height:auto;max-height:70vh;object-fit:contain;background:#fff}.image-modal-footer{padding:1rem;background:#ffffff0d;color:#fff;font-size:.85rem;font-weight:700;text-align:center}.nueva-cotizacion{display:flex;flex-direction:column;height:100%;gap:1rem}.cliente-bar{background:#2ed5731a;border:1px solid rgba(46,213,115,.2);padding:.8rem 1rem;border-radius:14px;display:flex;justify-content:space-between;align-items:center;color:#2ed573;cursor:pointer}.cliente-info{display:flex;align-items:center;gap:.8rem;font-weight:600;font-size:.9rem}.search-container{position:sticky;top:0;z-index:10}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;color:#ffffff4d}.search-input-wrapper input{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:1rem 1rem 1rem 3.2rem;border-radius:16px;color:#fff;font-size:1rem}.search-input-wrapper input:focus{outline:none;border-color:var(--brand-green);background:#ffffff14}.scroll-content{flex:1;overflow-y:auto;padding-bottom:2rem}.producto-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);padding:1.2rem;border-radius:20px;margin-bottom:1rem;transition:all .3s ease}.producto-card.in-cart{background:#c2ef0614;border-color:#c2ef0633}.prod-meta{display:flex;justify-content:space-between;font-size:.75rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.prod-code{color:#2ed573}.prod-brand{color:#fff6}.producto-card h3{font-size:1rem;margin:0 0 1rem;line-height:1.4}.prod-footer{display:flex;justify-content:space-between;align-items:center}.prod-price{font-size:1.2rem;font-weight:800}.add-btn{background:var(--brand-green);color:#000;border:none;padding:.6rem 1.2rem;border-radius:12px;font-weight:700;display:flex;align-items:center;gap:.5rem;font-size:.85rem}.qty-selector-inline{display:flex;align-items:center;gap:.8rem;background:#fff;padding:4px;border-radius:12px;color:#000}.qty-btn{width:28px;height:28px;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.qty-btn.min{background:#f1f1f1;color:#666}.qty-btn.plus{background:var(--brand-blue);color:#fff}.qty-val{font-weight:800;font-size:1rem;min-width:20px;text-align:center}.qty-selector{display:flex;align-items:center;gap:1rem;background:#ffffff0d;padding:.4rem;border-radius:12px}.qty-selector button{background:#ffffff1a;border:none;color:#fff;width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center}.floating-actions{position:fixed;bottom:85px;left:1.5rem;right:1.5rem;display:flex;gap:1rem;z-index:100}.view-cart-btn{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;width:60px;height:60px;border-radius:18px;position:relative;display:flex;align-items:center;justify-content:center}.view-cart-btn.active{background:#70a1ff;border-color:#70a1ff;color:#fff}.view-cart-btn .badge{position:absolute;top:-5px;right:-5px;background:#ff4757;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:10px;font-weight:800;border:2px solid #000}.save-btn{flex:1;background:var(--brand-green);color:#000;border:none;border-radius:18px;display:flex;align-items:center;justify-content:center;gap:.8rem;font-weight:800;font-size:1rem;box-shadow:0 10px 25px #c2ef0640}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;display:flex;align-items:flex-end}.modal-content{background:#111;width:100%;border-radius:32px 32px 0 0;padding:2rem;border-top:1px solid rgba(255,255,255,.1)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.modal-header h3{margin:0;font-size:1.25rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.85rem;color:#ffffff80;margin-bottom:.5rem}.form-group input{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:1rem;border-radius:14px;color:#fff;font-size:1rem}.modal-save-btn{width:100%;background:#2ed573;color:#000;border:none;padding:1.2rem;border-radius:16px;font-weight:800;font-size:1rem;margin-top:1rem}.input-with-button{display:flex;gap:.5rem}.input-with-button input{flex:1}.inner-search-btn{background:#70a1ff;border:none;color:#fff;width:48px;border-radius:14px;display:flex;align-items:center;justify-content:center}.inner-search-btn:disabled{opacity:.5}.help-text{display:block;font-size:.7rem;color:#d3d3d366;margin-top:.4rem;padding-left:.2rem}.success-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--brand-dark);z-index:5000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .4s ease}.success-card{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:32px;width:100%;max-width:400px;padding:3rem 2rem;text-align:center;box-shadow:0 30px 60px #00000080;animation:popIn .5s cubic-bezier(.175,.885,.32,1.275)}.success-icon-wrap{margin-bottom:2rem}.draw-check{animation:checkPop .6s ease}.success-card h2{font-size:1.8rem;font-weight:800;margin-bottom:.8rem;letter-spacing:-.5px}.success-id{font-size:1rem;color:var(--brand-green);font-weight:700;margin-bottom:1.5rem}.success-id span{background:#c2ef061a;padding:4px 12px;border-radius:8px}.success-msg{color:#fff9;line-height:1.6;margin-bottom:2.5rem}.success-actions{display:flex;flex-direction:column;gap:1rem}.btn-primary{background:var(--brand-green);color:#000;border:none;padding:1.1rem;border-radius:16px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:.8rem}.btn-secondary{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1);padding:1.1rem;border-radius:16px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.8rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes checkPop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.cotizaciones-list{display:flex;flex-direction:column;gap:1.5rem;height:100%}.list-header{display:flex;justify-content:space-between;align-items:center}.list-header h2{margin:0;font-size:1.5rem}.list-search{position:relative;display:flex;align-items:center}.list-search .search-icon{position:absolute;left:1rem;color:#ffffff4d}.list-search input{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.8rem 1rem .8rem 3rem;border-radius:12px;color:#fff;font-size:.9rem;outline:none;transition:all .3s ease}.list-search input:focus{border-color:#2ed573;background:#ffffff14}.refresh-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center}.list-loading,.empty-list{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#ffffff4d;gap:1rem}.no-results{text-align:center;padding:2rem;color:#fff6;font-style:italic}.limit-guide{text-align:center;padding-top:1rem;font-size:.8rem;color:#fff3}.empty-list h3{color:#fff;margin:1rem 0 .5rem}.list-content{display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem}.cot-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:20px;overflow:hidden;transition:transform .2s ease}.cot-card:active{transform:scale(.98);background:#ffffff0f}.cot-main{padding:1.2rem;display:flex;justify-content:space-between;align-items:center}.cot-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.cot-top{display:flex;align-items:center;gap:.8rem}.cot-id{font-size:.75rem;font-weight:800;color:#70a1ff;background:#70a1ff1a;padding:2px 8px;border-radius:6px}.cot-status{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;padding:2px 8px;border-radius:6px}.status-pending{background:#ffa5021a;color:#ffa502}.status-sent{background:#2ed5731a;color:#2ed573}.status-done{background:#70a1ff1a;color:#70a1ff}.status-unknown{background:#ffffff0d;color:#ccc}.cot-client{font-size:1rem;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cot-meta{display:flex;gap:1.2rem;color:#fff6;font-size:.8rem}.meta-item{display:flex;align-items:center;gap:.4rem}.meta-item .price{color:#2ed573;font-weight:700}.detail-modal{max-width:90%;width:500px;max-height:85vh;background:#1a202cf2!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border:1px solid rgba(255,255,255,.1)!important;display:flex!important;flex-direction:column!important}.scrollable{flex:1;overflow-y:auto;padding-bottom:2rem}.header-info{display:flex;align-items:center;gap:.8rem}.header-info h3{margin:0;font-size:1.1rem}.modal-loading{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem;color:#fff6;gap:1rem}.detail-section{margin-bottom:1.5rem}.detail-section h4{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#fff6;text-transform:uppercase;letter-spacing:1px;margin-bottom:.8rem}.detail-card{background:#ffffff08;padding:1rem;border-radius:14px;border:1px solid rgba(255,255,255,.05)}.detail-card p{margin:.3rem 0;font-size:.95rem}.detail-card.notes{color:#ffa502;font-style:italic;font-size:.9rem}.items-list{display:flex;flex-direction:column;gap:.8rem}.item-row{background:#ffffff05;padding:.8rem;border-radius:12px;border:1px solid rgba(255,255,255,.03)}.item-main{display:flex;flex-direction:column;margin-bottom:.4rem}.item-code{font-size:.7rem;font-weight:800;color:#70a1ff;opacity:.8}.item-name{font-size:.9rem;font-weight:600}.item-pricing{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.05);padding-top:.4rem}.item-qty{font-size:.8rem;color:#fff6}.item-subtotal{font-size:.9rem;font-weight:700;color:#2ed573}.total-summary{display:flex;justify-content:space-between;align-items:center;padding:1.2rem;background:#2ed5731a;border:1px solid rgba(46,213,115,.2);border-radius:16px;margin-top:1rem}.total-summary span{font-size:.9rem;text-transform:uppercase;font-weight:600;color:#2ed573}.total-summary strong{font-size:1.3rem;color:#2ed573}.modal-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1rem}.whatsapp-btn{width:100%;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border:none;padding:1.2rem;border-radius:16px;font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.8rem;transition:all .3s ease;box-shadow:0 10px 20px #25d36633}.edit-full-btn{width:100%;background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1);padding:1.2rem;border-radius:16px;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.8rem;transition:all .3s ease}.whatsapp-btn:active,.edit-full-btn:active{transform:scale(.97)}.whatsapp-preview-modal{max-width:90%;width:450px;background:#0f172ae6!important;-webkit-backdrop-filter:blur(25px)!important;backdrop-filter:blur(25px)!important;border-radius:28px!important}.modal-instruction{font-size:.85rem;color:#ffffff80;margin-bottom:1rem}.whatsapp-text-preview{background:#0000004d;border:1px solid rgba(255,255,255,.1);padding:1.25rem;border-radius:16px;max-height:250px;overflow-y:auto;margin-bottom:2rem}.whatsapp-text-preview pre{margin:0;white-space:pre-wrap;word-wrap:break-word;font-family:Inter,sans-serif;font-size:.85rem;line-height:1.5;color:#e2e8f0}.modal-actions-grid{display:flex;flex-direction:column;gap:.8rem}.copy-btn{width:100%;background:var(--brand-blue);color:#fff;border:none;padding:1rem;border-radius:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.6rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.copy-btn.success{background:var(--brand-green);color:#000}.wa-direct-btn{width:100%;background:#ffffff0d;color:#fffc;border:1px solid rgba(255,255,255,.1);padding:1rem;border-radius:14px;font-weight:600;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:.6rem}.wa-direct-btn:active{background:#25d3661a;border-color:#25d3664d}.profile-page{display:flex;flex-direction:column;gap:2rem}.profile-header{display:flex;align-items:center;gap:1.5rem;padding:1rem .5rem}.avatar{background:#2ed5731a;color:#2ed573;width:80px;height:80px;border-radius:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px #0003}.user-text h2{margin:0;font-size:1.5rem}.user-text p{margin:.2rem 0 0;color:#fff6;font-size:.9rem}.profile-sections{display:flex;flex-direction:column;gap:1.5rem}.section-group{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:20px;overflow:hidden}.section-item{display:flex;align-items:center;gap:1rem;padding:1rem;cursor:pointer;transition:background .2s ease}.section-item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.05)}.section-item:active{background:#ffffff0f}.item-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center}.item-icon.blue{background:#70a1ff1a;color:#70a1ff}.item-icon.green{background:#2ed5731a;color:#2ed573}.item-icon.purple{background:#a29bfe1a;color:#a29bfe}.item-icon.gray{background:#ffffff1a;color:#ffffff80}.item-info{flex:1}.item-info span{display:block;font-size:.95rem;font-weight:600}.item-info p{margin:0;font-size:.75rem;color:#fff6}.arrow{color:#fff3}.logout-btn{background:#ff47571a;border:1px solid rgba(255,71,87,.2);color:#ff4757;padding:1.2rem;border-radius:18px;display:flex;align-items:center;justify-content:center;gap:.8rem;font-weight:700;font-size:1rem;cursor:pointer;margin-top:1rem;transition:all .3s ease}.logout-btn:active{background:#ff4757;color:#fff;transform:scale(.98)}.m-dir-container{padding:1rem;background:var(--brand-dark);min-height:100vh}.m-header{margin-bottom:1.5rem}.m-header h2{color:#fff;font-size:1.5rem;font-weight:800;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.m-header p{color:#fff9;font-size:.85rem;margin:0}.m-search{position:relative;margin-bottom:1.5rem}.m-search input{width:100%;padding:1rem 1rem 1rem 3rem;border-radius:15px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:1rem;box-sizing:border-box}.m-search input:focus{outline:none;border-color:var(--brand-green);background:#ffffff14}.m-search .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#fff6}.m-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.m-tab{flex:1;padding:.75rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#fff9;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s}.m-tab.active{background:#ffffff1a;color:#fff;border-color:#fff3}.m-list{display:flex;flex-direction:column;gap:1rem}.m-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:15px;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.m-card-header{display:flex;justify-content:space-between;align-items:flex-start}.m-info h3{color:#fff;font-size:1.1rem;font-weight:700;margin:0 0 .25rem}.m-info p{color:#fff9;font-size:.85rem;margin:0;display:flex;align-items:center;gap:.4rem}.m-status{padding:4px 10px;border-radius:20px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.m-status.pendiente{background:#fbc53133;color:#fbc531}.m-status.activo{background:#2ed57333;color:#2ed573}.m-status.pausado{background:#ffffff1a;color:#ccc}.m-action .wa-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#25d366;color:#fff;border:none;border-radius:10px;padding:.8rem;font-weight:700;font-size:.95rem;text-decoration:none;transition:opacity .2s}.m-action .wa-btn:active{opacity:.8}.m-empty{text-align:center;padding:3rem 1rem;color:#fff6}.pwa-toast{position:fixed;right:0;bottom:0;margin:16px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:20px;z-index:10000;text-align:left;box-shadow:0 10px 30px #00000080;background:#1e1e1ee6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);display:flex;flex-direction:column;gap:12px;max-width:320px;animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.pwa-toast-message{color:#fff;margin-bottom:4px}.pwa-toast-message span{font-weight:800;color:var(--brand-green);display:block;font-size:1.1rem;margin-bottom:4px}.pwa-toast-message p{margin:0;font-size:.9rem;opacity:.8}.pwa-toast-buttons{display:flex;gap:10px}.pwa-toast-button{flex:1;padding:10px;border-radius:12px;border:none;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s}.pwa-toast-button.reload{background:var(--brand-green);color:#000}.pwa-toast-button.close{background:#ffffff1a;color:#fff}.pwa-toast-button:active{transform:scale(.95)}.container{max-width:480px;margin:0 auto;padding:2rem;text-align:center;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}.header{margin-bottom:2rem}.status-bar{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#2ed5731a;color:#2ed573;padding:.4rem 1rem;border-radius:50px;font-size:.8rem;width:fit-content;margin:0 auto 1.5rem;border:1px solid rgba(46,213,115,.2)}.title{font-size:2.2rem;font-weight:700;margin:0;letter-spacing:-1px}.accent{background:linear-gradient(135deg,#2ed573,#7bed9f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:3rem 2rem;border-radius:24px;box-shadow:0 20px 40px #0006;margin-bottom:2rem;transition:transform .3s ease}.card:hover{transform:translateY(-5px)}.icon-wrapper{background:linear-gradient(135deg,#2ed57333,#2ed5731a);width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#2ed573}.badge{display:inline-block;background:#fff;color:#000;padding:.2rem 1rem;border-radius:50px;font-weight:600;font-size:.75rem;margin-top:1rem}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.info-item{background:#ffffff05;padding:1rem;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;color:#fff9;border:1px solid rgba(255,255,255,.05)}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#000}.logout-button{background:#ff47571a;color:#ff4757;border:1px solid rgba(255,71,87,.2);padding:.8rem 1.5rem;border-radius:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1rem auto 0;transition:all .3s ease}.logout-button:hover{background:#ff475733;transform:translateY(-2px)}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
