.copiloto-page{background:#f7f7f8;flex-direction:column;height:100dvh;font-family:DM Sans;display:flex;overflow:hidden}.copiloto-body{flex:1;display:flex;position:relative;overflow:hidden}.copiloto-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.copiloto-hamburger{color:#4a4a4a;cursor:pointer;background:#f7f7f8;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.copiloto-hamburger:hover{background:#ececee}.copiloto-hamburger svg{width:18px;height:18px}.copiloto-header{background:#fff;border-bottom:1px solid #e5e5e5;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px;display:flex}.copiloto-header-title{color:#1a1a1a;align-items:center;gap:8px;font-size:16px;font-weight:700;display:flex}.copiloto-header-title img{width:24px;height:24px}.copiloto-header-actions{align-items:center;gap:8px;display:flex}.copiloto-new-chat-btn{color:#4a4a4a;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-family:DM Sans;font-size:13px;transition:background .15s,border-color .15s;display:flex}.copiloto-new-chat-btn:hover{background:#f7f7f8;border-color:#8a8a8a}@media (max-width:767px){.copiloto-new-chat-btn{display:none}}.copiloto-copy-btn{color:#4a4a4a;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:20px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,border-color .15s,color .15s;display:flex}.copiloto-copy-btn:hover{background:#f7f7f8;border-color:#8a8a8a}.copiloto-copy-btn--active{color:#fff;background:#0ad494;border-color:#0ad494}.copiloto-copy-btn--active:hover{background:#09b780;border-color:#09b780}.copiloto-message--selectable{cursor:pointer;border-radius:12px;transition:background .15s}.copiloto-message--selectable:hover{background:#0ad4940a}.copiloto-message--selected{background:#0ad49414}.copiloto-message--selected:hover{background:#0ad4941f}.copiloto-copy-check{border:2px solid #e5e5e5;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:8px;transition:background .15s,border-color .15s;display:flex}.copiloto-copy-check--on{color:#fff;background:#0ad494;border-color:#0ad494}.copiloto-copy-bar{box-sizing:border-box;z-index:5;background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-shrink:0;align-items:center;gap:10px;width:100%;max-width:768px;margin:auto auto 0;padding:10px 14px;display:flex;position:sticky;bottom:0;box-shadow:0 6px 20px #00000014}.copiloto-copy-bar-count{color:#4a4a4a;margin-right:auto;font-family:DM Sans;font-size:13px}.copiloto-copy-bar-all,.copiloto-copy-bar-copy,.copiloto-copy-bar-cancel{cursor:pointer;border:none;border-radius:8px;padding:6px 14px;font-family:DM Sans;font-size:13px;transition:background .15s,opacity .15s}.copiloto-copy-bar-all{color:#4a4a4a;background:#f7f7f8}.copiloto-copy-bar-all:hover{background:#ececee}.copiloto-copy-bar-copy{color:#fff;background:#0ad494}.copiloto-copy-bar-copy:hover{background:#09b780}.copiloto-copy-bar-copy:disabled{opacity:.4;cursor:default}.copiloto-copy-bar-cancel{color:#8a8a8a;background:0 0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.copiloto-copy-bar-cancel:hover{color:#4a4a4a;background:#f7f7f8}.copiloto-messages{scroll-behavior:smooth;flex-direction:column;flex:1;row-gap:16px;padding:24px 16px;display:flex;overflow-y:auto}.copiloto-messages-inner{flex-direction:column;flex:none;gap:20px;width:100%;max-width:768px;margin:0 auto;display:flex}.copiloto-message{gap:10px;max-width:90%;display:flex}.copiloto-message--user{flex-direction:row-reverse;align-self:flex-end}.copiloto-message--assistant{align-self:flex-start}.copiloto-message--with-cards{width:100%;max-width:100%}.copiloto-message-col{flex-direction:column;gap:12px;min-width:0;display:flex}.copiloto-message--user .copiloto-message-col{align-items:flex-end}.copiloto-message--with-cards .copiloto-message-col{flex:1}.copiloto-v6-cards{grid-template-columns:repeat(2,minmax(0,300px));justify-content:center;gap:20px;width:100%;display:grid}@media (max-width:600px){.copiloto-v6-cards{grid-template-columns:minmax(0,300px)}}.copiloto-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:flex}.copiloto-avatar--user{color:#fff;background:#0ad494}.copiloto-avatar--assistant{border-radius:0;overflow:hidden}.copiloto-avatar--assistant img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.copiloto-bubble{word-break:break-word;padding:10px 16px;font-size:14px;line-height:1.55}.copiloto-bubble--user{color:#1a1a1a;background:#b5f2df;border-radius:12px 6px 12px 12px}.copiloto-bubble--user .copiloto-mode-pill{color:#035d51;vertical-align:middle;background:#b5f2df;border:1px solid #035d51;border-radius:999px;align-items:center;margin-right:4px;padding:2px 8px;font-size:11px;font-weight:600;line-height:1.5;display:inline-flex}.copiloto-bubble--assistant{color:#1a1a1a;background:#fff;border:1px solid #e5e5e5;border-radius:6px 12px 12px}.copiloto-bubble--assistant p{margin:0 0 10px}.copiloto-bubble--assistant p:last-child{margin-bottom:0}.copiloto-bubble--assistant ul,.copiloto-bubble--assistant ol{margin:0 0 10px;padding-left:0;list-style:none}.copiloto-bubble--assistant li{margin-bottom:4px}.copiloto-bubble--assistant strong{font-weight:600}.copiloto-bubble--assistant .copiloto-car-title{margin:16px 0 4px}.copiloto-bubble--assistant .copiloto-car-title:first-child{margin-top:0}.copiloto-bubble--assistant .copiloto-link{color:#1a1a1a;text-underline-offset:2px;font-weight:600;text-decoration:underline}.copiloto-bubble--assistant .copiloto-link:hover{color:#000}.copiloto-bubble--assistant .copiloto-version-pill{color:#035d51;cursor:pointer;background:#035d5114;border:1px solid #035d51;border-radius:999px;align-items:center;margin:4px 4px 4px 0;padding:5px 14px;font-family:DM Sans;font-size:13px;font-weight:500;transition:background .15s;display:inline-flex}.copiloto-bubble--assistant .copiloto-version-pill:hover{background:#035d5129}.copiloto-bubble--assistant .copiloto-car-card{background:#f7f7f8;border:1px solid #e5e5e5;border-radius:10px;margin:12px 0;padding:10px 14px}.copiloto-bubble--assistant .copiloto-car-card:first-child{margin-top:0}.copiloto-bubble--assistant .copiloto-car-card:last-child{margin-bottom:0}.copiloto-bubble--assistant .copiloto-car-card-title{color:#1a1a1a;font-size:14px;font-weight:600;line-height:1.4}.copiloto-bubble--assistant .copiloto-car-card-details{color:#8a8a8a;margin-top:4px;font-size:12px;line-height:1.4}.copiloto-bubble--assistant .copiloto-car-card-link,.copiloto-bubble--assistant .copiloto-car-card-select{color:#035d51;cursor:pointer;background:#0ad49414;border:1px solid #0ad494;border-radius:999px;align-items:center;margin-top:8px;padding:4px 12px;font-family:inherit;font-size:12px;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.copiloto-bubble--assistant .copiloto-car-card-link:hover,.copiloto-bubble--assistant .copiloto-car-card-select:hover{background:#0ad49429}.copiloto-edit-desc-btn{color:#035d51;cursor:pointer;background:#035d5114;border:1px solid #035d51;border-radius:999px;align-items:center;margin-top:10px;padding:6px 14px;font-family:DM Sans;font-size:12px;font-weight:600;transition:background .15s;display:inline-flex}.copiloto-edit-desc-btn:hover{background:#035d5129}.copiloto-action-buttons{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.copiloto-action-btn{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-family:DM Sans;font-size:13px;font-weight:600;transition:background .15s}.copiloto-action-btn--activate{color:#fff;background:#10b981}.copiloto-action-btn--activate:hover:not(:disabled){background:#0d9367}.copiloto-action-btn--turbo{color:#fff;background:#f59e0b}.copiloto-action-btn--turbo:hover:not(:disabled){background:#cf8508}.copiloto-action-btn:disabled{opacity:.5;cursor:not-allowed}.copiloto-loading-dots{gap:5px;padding:6px 0;display:flex}.copiloto-loading-dots span{background:#8a8a8a;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite copilotoDotPulse}.copiloto-loading-dots span:nth-child(2){animation-delay:.15s}.copiloto-loading-dots span:nth-child(3){animation-delay:.3s}@keyframes copilotoDotPulse{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.copiloto-progress{width:100%;min-width:200px;padding:4px 0}.copiloto-progress-label{color:#035d51;margin-bottom:6px;font-size:12px;font-weight:600}.copiloto-progress-bar{background:#e5e5e5;border-radius:3px;width:100%;height:6px;overflow:hidden}.copiloto-progress-fill{background:#035d51;border-radius:3px;height:100%;transition:width .3s}.copiloto-legal-notice{text-align:center;color:#777;margin:0;padding:0 16px 6px;font-size:11px;line-height:1.4}.copiloto-input-area{background:0 0;flex-shrink:0;padding:0 16px 16px;position:relative}.copiloto-input-area-fade{z-index:1;pointer-events:none;background:linear-gradient(#0000,#f7f7f8);height:40px;position:absolute;top:-40px;left:0;right:0}.copiloto-input-container{background:#fff;border:1px solid #e5e5e5;border-radius:24px;max-width:768px;margin:0 auto;padding:12px 14px 10px 16px;transition:border-color .15s,box-shadow .15s;box-shadow:0 2px 12px #0000000f}.copiloto-input-container:focus-within{border-color:#000;box-shadow:0 2px 16px #0ad4941f}.copiloto-input-row{align-items:center;gap:10px;display:flex}.copiloto-input-row--closed{justify-content:center;padding:6px 0}.copiloto-closed-label{color:#8a8a8a;-webkit-user-select:none;user-select:none;font-family:DM Sans;font-size:14px}.copiloto-textarea{resize:none;color:#1a1a1a;background:0 0;border:none;outline:none;flex:1;min-height:21px;max-height:150px;padding:2px 0;font-family:DM Sans;font-size:14px;line-height:1.5}.copiloto-textarea::placeholder{color:#8a8a8a}.copiloto-voice-btn{color:#8a8a8a;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:color .15s,background .15s;display:flex}.copiloto-voice-btn svg{width:18px;height:18px}.copiloto-voice-btn:hover{color:#4a4a4a;background:#f7f7f8}.copiloto-voice-btn--active{color:#ef4444;animation:1.2s ease-in-out infinite copiloto-rec-glow}.copiloto-voice-btn--active:hover{color:#dc2626}.copiloto-voice-btn:disabled{opacity:.4;cursor:not-allowed}@keyframes copiloto-rec-glow{0%,to{background:#ef444414;box-shadow:0 0 #ef444400}50%{background:#ef444433;box-shadow:0 0 0 6px #ef44441f}}.copiloto-send-btn{color:#fff;cursor:pointer;background:#0ad494;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:flex}.copiloto-send-btn:hover{background:#b5f2df}.copiloto-send-btn:disabled{cursor:not-allowed;background:#d1d5db}.copiloto-send-btn svg,.copiloto-send-btn img{width:18px;height:18px}.copiloto-char-ring{flex-shrink:0;width:24px;height:24px;position:relative}.copiloto-char-ring svg{width:24px;height:24px;transform:rotate(-90deg)}.copiloto-char-ring-bg{fill:none;stroke:#e5e7eb;stroke-width:2px}.copiloto-char-ring-fill{fill:none;stroke:#0ad494;stroke-width:2px;stroke-linecap:round;transition:stroke-dasharray .15s,stroke .15s}.copiloto-char-ring-fill--warn{stroke:#f59e0b}.copiloto-char-ring-fill--limit{stroke:#ef4444}.copiloto-char-count{color:#8a8a8a;justify-content:center;align-items:center;font-family:DM Sans;font-size:8px;font-weight:600;line-height:1;display:flex;position:absolute;inset:0}.copiloto-char-count--limit{color:#ef4444}.copiloto-menu-wrapper{flex-shrink:0;position:relative}.copiloto-mode-hint{color:#035d51;white-space:nowrap;cursor:pointer;background:#035d5114;border:1px solid #035d51;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:5px 14px;font-family:DM Sans;font-size:12px;display:inline-flex}.copiloto-mode-hint:hover{background:#035d5129}.copiloto-mode-hint--above{z-index:10;width:fit-content;margin:0 16px 8px;animation:5s forwards copiloto-hint-lifecycle;display:none;position:relative}.copiloto-mode-hint--inline{display:inline-flex}@keyframes copiloto-hint-lifecycle{0%{opacity:0;transform:translateY(10px)}10%{opacity:1;transform:translateY(0)}30%{transform:translateY(-6px)}50%{transform:translateY(0)}70%{transform:translateY(-6px)}82%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(28px)}}@media (max-width:768px){.copiloto-mode-hint--above{margin:0 8px 8px;display:inline-flex}.copiloto-mode-hint--inline{display:none}.copiloto-input-area{padding:0 8px 12px}}.copiloto-plus-btn{color:#4a4a4a;cursor:pointer;background:#f7f7f8;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s,transform .2s;display:flex}.copiloto-plus-btn:hover{color:#1a1a1a;background:#ececee}.copiloto-plus-btn--open{transform:rotate(45deg)}.copiloto-plus-btn svg{width:16px;height:16px}.copiloto-mode-icon-img{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:16px;height:16px;transition:filter .15s}.copiloto-active-pill .copiloto-mode-icon-img,.copiloto-mode-menu-item--active .copiloto-mode-icon-img{filter:brightness(0)saturate()invert(30%)sepia(50%)saturate(900%)hue-rotate(130deg)brightness(90%)contrast()}.copiloto-mode-menu{z-index:10;background:#fff;border:1px solid #e5e5e5;border-radius:12px;min-width:200px;padding:4px;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 4px 16px #0000001a}.copiloto-mode-menu-item{color:#1a1a1a;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:9px 12px;font-family:DM Sans;font-size:13px;transition:background .12s;display:flex}.copiloto-mode-menu-item svg{flex-shrink:0;width:16px;height:16px}.copiloto-mode-menu-item:hover{background:#f7f7f8}.copiloto-mode-menu-item--active{color:#035d51;background:#035d5114}.copiloto-active-pill-row{padding-top:8px}.copiloto-active-pill{color:#035d51;cursor:pointer;white-space:nowrap;background:#035d511a;border:1px solid #035d51;border-radius:999px;align-items:center;gap:6px;max-width:250px;padding:4px 12px 4px 10px;font-family:DM Sans;font-size:12px;transition:max-width .25s cubic-bezier(.4,0,.2,1),padding .25s cubic-bezier(.4,0,.2,1),gap .25s cubic-bezier(.4,0,.2,1),background .15s;display:inline-flex;overflow:hidden}.copiloto-active-pill svg{flex-shrink:0;width:13px;height:13px}.copiloto-active-pill .copiloto-active-pill-label{opacity:1;max-width:150px;transition:max-width .25s cubic-bezier(.4,0,.2,1),opacity .15s;display:inline-block;overflow:hidden}.copiloto-active-pill .copiloto-active-pill-x{opacity:.6;max-width:20px;margin-left:2px;font-size:15px;line-height:1;transition:max-width .25s cubic-bezier(.4,0,.2,1),opacity .15s,margin .25s cubic-bezier(.4,0,.2,1);overflow:hidden}.copiloto-active-pill--collapsed{gap:0;max-width:34px;padding:4px 10px}.copiloto-active-pill--collapsed .copiloto-active-pill-label{opacity:0;max-width:0}.copiloto-active-pill--collapsed .copiloto-active-pill-x{opacity:0;max-width:0;margin-left:0}.copiloto-active-pill:hover{background:#035d5129}.copiloto-welcome{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:32px 16px;display:flex;overflow-y:auto}.copiloto-welcome-logo{width:220px;max-width:90vw;height:auto;margin-bottom:20px}.copiloto-welcome-title{color:#1a1a1a;margin:0 0 6px;font-size:24px;font-weight:700}.copiloto-welcome-tagline{color:#8a8a8a;max-width:400px;margin:0 0 32px;font-size:14px}.copiloto-chips{flex-wrap:wrap;justify-content:center;gap:10px;max-width:540px;display:flex}.copiloto-chip{color:#4a4a4a;cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e5e5;border-radius:20px;padding:10px 18px;font-family:DM Sans;font-size:13px;line-height:1.4;transition:background .15s,border-color .15s}.copiloto-chip:hover{background:#f7f7f8;border-color:#0ad494}.copiloto-login{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:32px 16px;display:flex}.copiloto-login-title{color:#1a1a1a;margin:16px 0 8px;font-size:20px;font-weight:700}.copiloto-login-subtitle{color:#8a8a8a;max-width:500px;margin:0 0 24px;font-size:14px}.copiloto-login-btn{color:#fff;cursor:pointer;background:#8c4cf5;border:none;border-radius:20px;align-items:center;gap:8px;padding:12px 32px;font-family:DM Sans;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.copiloto-login-btn:hover{background:#b18ced}@media (min-width:768px){.copiloto-header{padding:14px 16px}.copiloto-header-title{font-size:17px}.copiloto-messages{padding:32px 24px}.copiloto-message{max-width:90%}.copiloto-message--with-cards{max-width:100%}.copiloto-bubble{font-size:15px}.copiloto-input-area{padding:0 24px 20px}.copiloto-input-area-fade{height:60px;top:-60px}.copiloto-input-container{padding:14px 16px 12px 18px}.copiloto-welcome-title{font-size:28px}.copiloto-welcome-tagline{font-size:14px}}@media (max-width:360px){.copiloto-active-pill{padding:3px 10px 3px 8px;font-size:11px}}.copiloto-comparador-panel{flex-direction:column;flex-shrink:0;gap:14px;width:100%;max-width:768px;margin:0 auto;padding:16px;display:flex}.copiloto-comparador-subtitle{color:#8a8a8a;text-align:center;margin:0;font-size:13px;line-height:1.45}.copiloto-comparador-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:500px){.copiloto-comparador-grid{grid-template-columns:1fr}}.copiloto-comparador-slot{border-radius:10px;align-items:center;gap:10px;min-height:80px;padding:10px;display:flex;position:relative}.copiloto-comparador-slot--empty{border:2px dashed #e5e5e5;justify-content:center}.copiloto-comparador-slot--filled{background:#fff;border:1px solid #e5e5e5}.copiloto-comparador-slot-btn{color:#8a8a8a;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-family:DM Sans;font-size:13px;transition:color .15s,background .15s}.copiloto-comparador-slot-btn:hover{color:#0ad494;background:#0ad4940f}.copiloto-comparador-cover{-o-object-fit:cover;object-fit:cover;border-radius:6px;flex-shrink:0;width:56px;height:42px}.copiloto-comparador-info{color:#1a1a1a;flex-direction:column;flex:1;min-width:0;font-size:13px;font-weight:600;line-height:1.35;display:flex}.copiloto-comparador-year{color:#8a8a8a;font-size:12px;font-weight:400}.copiloto-comparador-remove{color:#8a8a8a;cursor:pointer;background:#f7f7f8;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:16px;line-height:1;transition:background .15s,color .15s;display:flex;position:absolute;top:6px;right:6px}.copiloto-comparador-remove:hover{color:#ef4444;background:#fee2e2}.copiloto-comparador-search{z-index:20;background:#fff;border:1px solid #e5e5e5;border-radius:10px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 4px 16px #0000001a}.copiloto-comparador-search-input{color:#1a1a1a;box-sizing:border-box;border:none;border-bottom:1px solid #e5e5e5;outline:none;width:100%;padding:10px 12px;font-family:DM Sans;font-size:13px}.copiloto-comparador-search-input::placeholder{color:#8a8a8a}.copiloto-comparador-results{max-height:200px;overflow-y:auto}.copiloto-comparador-result{color:#1a1a1a;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:8px 12px;font-family:DM Sans;font-size:13px;transition:background .12s;display:flex}.copiloto-comparador-result:hover{background:#f7f7f8}.copiloto-comparador-result--empty{color:#8a8a8a;cursor:default;justify-content:center;padding:12px}.copiloto-comparador-result--empty:hover{background:0 0}.copiloto-comparador-result-img{-o-object-fit:cover;object-fit:cover;border-radius:4px;flex-shrink:0;width:40px;height:30px}.copiloto-comparador-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.copiloto-comparador-add-btn{color:#8a8a8a;cursor:pointer;background:0 0;border:1px dashed #e5e5e5;border-radius:10px;padding:8px 16px;font-family:DM Sans;font-size:13px;transition:border-color .15s,color .15s}.copiloto-comparador-add-btn:hover{color:#0ad494;border-color:#0ad494}.copiloto-comparador-send-btn{color:#fff;cursor:pointer;background:#0ad494;border:none;border-radius:10px;padding:8px 20px;font-family:DM Sans;font-size:13px;font-weight:600;transition:background .15s}.copiloto-comparador-send-btn:hover:not(:disabled){background:#035d51}.copiloto-comparador-send-btn:disabled{cursor:not-allowed;background:#d1d5db}.copiloto-comparador-user-cards{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.copiloto-comparador-user-card{color:#1a1a1a;background:#ffffff8c;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;font-size:12px;font-weight:600;display:flex}.copiloto-comparador-user-card-img{-o-object-fit:cover;object-fit:cover;border-radius:4px;flex-shrink:0;width:40px;height:28px}.copiloto-specs-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}@media (max-width:767px){.copiloto-specs-overlay{padding:0}}.copiloto-specs-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:960px;max-height:calc(100dvh - 48px);display:flex;overflow:hidden;box-shadow:0 8px 40px #0000002e}@media (max-width:767px){.copiloto-specs-modal{border-radius:0;height:100dvh;max-height:100dvh}}.copiloto-specs-modal-header{border-bottom:1px solid #e5e5e5;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.copiloto-specs-modal-title{color:#1a1a1a;margin:0;font-size:16px;font-weight:700}.copiloto-specs-modal-close{color:#4a4a4a;cursor:pointer;background:#f7f7f8;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;line-height:1;transition:background .15s,color .15s;display:flex}.copiloto-specs-modal-close:hover{color:#ef4444;background:#fee2e2}.copiloto-specs-modal-body{-webkit-overflow-scrolling:touch;flex:1;overflow:auto}.copiloto-specs-table{border-collapse:collapse;min-width:100%;font-size:13px}.copiloto-specs-table th,.copiloto-specs-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #e5e5e5;padding:8px 14px}.copiloto-specs-table thead th{color:#1a1a1a;z-index:1;background:#f7f7f8;font-weight:600;position:sticky;top:0}.copiloto-specs-table tbody tr:last-child td{border-bottom:none}.copiloto-specs-label-col{min-width:140px}.copiloto-specs-section-row td{text-transform:uppercase;letter-spacing:.04em;color:#035d51;background:#f7f7f8;padding:12px 14px 6px;font-size:11px;font-weight:700}.copiloto-specs-label{color:#4a4a4a;white-space:normal;font-weight:500}.copiloto-specs-value{color:#1a1a1a;padding:0!important}.copiloto-specs-value--empty{color:#8a8a8a}.copiloto-specs-cell{text-overflow:ellipsis;white-space:nowrap;cursor:pointer;max-width:100px;padding:8px 14px;transition:max-width .2s;display:block;overflow:hidden}.copiloto-specs-cell--expanded{white-space:normal;word-break:break-word;max-width:none}.copiloto-specs-empty{text-align:center;color:#8a8a8a;padding:24px;font-size:13px}.coti-placa-wrap{flex-direction:column;gap:10px;max-width:360px;margin-top:12px;display:flex}.coti-placa{box-sizing:border-box;color:#1a1a1a;background:#fff;border:1px solid #e5e5e5;border-radius:12px;width:100%;padding:20px;font-family:DM Sans}.coti-placa p{margin:0}.coti-placa-head{border-bottom:1px solid #e5e5e5;align-items:center;gap:8px;padding-bottom:12px;display:flex}.coti-placa-brand{letter-spacing:-.5px;color:#047b62;font-size:18px;font-weight:800}.coti-placa-kicker{text-transform:uppercase;letter-spacing:.6px;color:#8a8a8a;font-size:11px;font-weight:600}.coti-placa-car{padding:14px 0 16px}.coti-placa-title{color:#1a1a1a;font-size:19px;font-weight:700;line-height:1.25}.coti-placa-subtitle{color:#4a4a4a;font-size:13px;margin-top:3px!important}.coti-placa-main{background:#b5f2df;border-radius:6px;padding:14px 16px}.coti-placa-main-label{text-transform:uppercase;letter-spacing:.5px;color:#047b62;font-size:11px;font-weight:600}.coti-placa-main-value{letter-spacing:-.5px;color:#04533f;font-size:26px;font-weight:800;margin-top:2px!important}.coti-placa-range{align-items:stretch;margin-top:10px;display:flex}.coti-placa-range-col{flex:1;padding:10px 0}.coti-placa-range-sep{background:#e5e5e5;width:1px;margin:6px 14px}.coti-placa-range-label{color:#8a8a8a;font-size:11px}.coti-placa-range-value{color:#1a1a1a;font-size:15px;font-weight:700;margin-top:2px!important}.coti-placa-meta{border-top:1px solid #e5e5e5;flex-direction:column;gap:6px;margin-top:6px;padding-top:12px;display:flex}.coti-placa-meta-row{justify-content:space-between;font-size:12.5px;display:flex}.coti-placa-meta-row span:first-child{color:#8a8a8a}.coti-placa-meta-row span:last-child{color:#1a1a1a;font-weight:600}.coti-placa-foot{color:#8a8a8a;font-size:10.5px;line-height:1.45;margin-top:14px!important}.coti-placa-foot-site{color:#047b62;margin-top:6px;font-weight:700;display:block}.coti-placa-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.coti-placa-btn{gap:7px;padding:8px 14px;font-size:13px}.coti-placa-btn:disabled{opacity:.6;cursor:default}.coti-placa-btn.coti-placa-btn--ghost{color:#4a4a4a;background-color:#0000;border-color:#e5e5e5}.coti-placa-status{color:#8a8a8a;font-size:12px}
