@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f8f8;color:#222;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}*,body{margin:0}*{box-sizing:border-box;padding:0}h1,h2,h3,h4,h5,h6{line-height:1.3}button,h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}::-webkit-scrollbar-thumb{background:#aaa;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#888}@media (prefers-color-scheme:dark){::-webkit-scrollbar-track{background:#222}::-webkit-scrollbar-thumb{background:#444}::-webkit-scrollbar-thumb:hover{background:#666}}.app-container{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.header{margin-bottom:3rem;margin-top:3rem;position:relative;text-align:center}.header-icon{color:#333;height:48px;margin-bottom:1rem;width:48px}h1{color:#222;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:.75rem}.subtitle{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.company-logo{left:2rem;position:absolute;top:2rem;z-index:10}.company-logo img{height:40px;object-fit:contain}@media (max-width:768px){.company-logo{left:0;margin-bottom:1rem;position:relative;text-align:center;top:0}}.card-container{display:flex;flex-direction:column;gap:2rem}.upload-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;overflow:hidden;padding:2rem}.card-header{border-bottom:1px solid #eee;margin-bottom:1.5rem;padding-bottom:1rem}.card-header h2{color:#222;font-size:1.5rem;font-weight:600}.upload-area{border:2px dashed #ccc;border-radius:12px;cursor:pointer;margin-bottom:1.5rem;padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.upload-area:hover{background:#00000005;border-color:#555}.file-input{height:0;opacity:0;position:absolute;width:0;z-index:-1}.upload-icon{color:#444;height:48px;margin-bottom:1rem;width:48px}.upload-area p{color:#333;font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.upload-hint{color:#777;display:block;font-size:.9rem}.audio-player{background:#f8f8f8;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.audio-element{height:40px;width:100%}.process-button{align-items:center;background:#333;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;transition:all .2s ease;width:100%}.process-button:hover:not(:disabled){background:#555;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.process-button:disabled{background:#999;cursor:not-allowed;transform:none}.loading-dots{animation:loadingDots 1.4s infinite;display:inline-block}@keyframes loadingDots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.results-container{display:flex;flex-direction:column;gap:2rem}.result-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;overflow:hidden;padding:2rem}.evaluation-card{border-top:5px solid #444}.evaluation-content{display:flex;gap:2rem}.evaluation-score{border-right:1px solid #eee;flex-direction:column;min-width:180px;padding-right:2rem}.evaluation-score,.score-badge{align-items:center;display:flex}.score-badge{border-radius:50%;box-shadow:0 4px 12px #0000001a;color:#fff;font-size:2.2rem;font-weight:700;height:100px;justify-content:center;margin-bottom:.8rem;width:100px}.score-badge.hot{background:#333}.score-badge.warm{background:#555}.score-badge.mild{background:#777}.score-badge.cold{background:#999}.tier-label{background:#f5f5f5;border-radius:50px;color:#555;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;padding:.5rem 1.2rem;text-transform:uppercase}.revival-score{align-items:center;border-top:1px dashed #eee;display:flex;flex-direction:column;margin-top:1rem;padding-top:1rem;width:100%}.revival-score span{color:#777;font-size:.9rem;margin-bottom:.5rem}.revival-value{color:#333;font-size:1.8rem;font-weight:700}.relevancy-tag{margin-top:1.5rem;text-align:center;width:100%}.tag{border-radius:50px;display:inline-block;font-size:.85rem;font-weight:600;padding:.5rem 1rem}.tag.relevant{background:#f0f0f0;color:#333}.tag.not-relevant{background:#eee;color:#777}.evaluation-details{flex:1 1}.detail-item{border-bottom:1px solid #f5f5f5;margin-bottom:1.8rem;padding-bottom:1.5rem}.detail-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.detail-item h3{align-items:center;color:#333;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin-bottom:.8rem}.detail-item p{background:#f8f8f8;border-left:3px solid #ddd;border-radius:8px;color:#555;line-height:1.6;padding:1rem}.buyer-info{border-bottom:1px solid #f5f5f5;margin-bottom:1.8rem;padding-bottom:1.5rem}.buyer-info h3{align-items:center;color:#ddd;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.buyer-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.buyer-item{background:#f8f8f8;border-left:3px solid #555;border-radius:8px;display:flex;gap:.8rem;padding:1rem}.buyer-item svg{color:#555;flex-shrink:0;margin-top:.25rem}.buyer-item strong{color:#777;display:block;font-size:.9rem;margin-bottom:.3rem}.buyer-item p{background:#0000;border-left:none;color:#333;font-size:1rem;font-weight:500;margin:0;padding:0}.buyer-item.objections{border-left-color:#777}.buyer-item.objections svg{color:#777}.detail-item.strategy{background:#f5f5f5;border:none;border-radius:10px;padding:1.2rem}.detail-item.strategy h3{color:#333}.detail-item.strategy p{background:#fff;border-left-color:#555}.tabs-container{margin-top:1rem}.tabs{border-bottom:2px solid #eee;display:flex;margin-bottom:1.5rem}.tab{background:#0000;border:none;border-bottom:2px solid #0000;color:#777;cursor:pointer;font-size:1rem;font-weight:500;margin-bottom:-2px;padding:.8rem 1.5rem;transition:all .2s ease}.tab:hover{color:#333}.tab.active{border-bottom-color:#444;color:#222;font-weight:600}.tab-content{padding:.5rem}.meta-info{border-bottom:1px solid #eee;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.meta-item{align-items:center;background:#f8f8f8;border-radius:6px;color:#555;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem}.meta-item svg{color:#444}.turn:nth-child(odd){align-self:flex-start;background:#f0f0f0;border-top-left-radius:0}.turn:nth-child(2n){align-self:flex-end;background:#e8e8e8;border-top-right-radius:0}.turn:nth-child(2n) .speaker-badge{background:#555;box-shadow:0 2px 6px #0003;left:auto;right:1rem}.transcript-content{display:flex;flex-direction:column;gap:1rem}.turn{background:#f8f8f8;border-radius:12px;display:flex;gap:1rem;max-width:90%;padding:1.2rem;position:relative;transition:all .2s ease}.turn.address-maker{align-self:flex-start;background:#f0f0f0;border-top-left-radius:0}.turn.customer{align-self:flex-end;background:#e8e8e8;border-top-right-radius:0}.turn:hover{box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.speaker-badge{background:#333;border-radius:50px;box-shadow:0 2px 6px #0003;color:#fff;font-size:.75rem;font-weight:500;left:1rem;padding:.4rem .8rem;position:absolute;text-align:center;top:-.8rem}.turn.customer .speaker-badge{background:#555;box-shadow:0 2px 6px #0003;left:auto;right:1rem}.speaker-badge.translation{background:#555}.utterance{color:#333;line-height:1.6;padding-top:.8rem;width:100%}@media (prefers-color-scheme:dark){.turn{background:#333}.turn.address-maker{background:#2a2a2a}.turn.customer{background:#3a3a3a}.turn:hover{background:#444}.utterance{color:#ddd}}@media (max-width:768px){.turn{flex-direction:column}.speaker-badge{margin-bottom:.5rem}.app-container{padding:1rem}h1{font-size:2rem}.evaluation-content{flex-direction:column}.evaluation-score{margin-bottom:1.5rem}.turn{flex-direction:column}.speaker-badge{margin-bottom:.5rem}}@media (prefers-color-scheme:dark){body{background:#fff;color:#eee}h1{color:#141313}.subtitle{color:#0d0c0c}.result-card,.upload-card{background:#222;box-shadow:0 4px 20px #0003}.card-header{border-bottom-color:#333}.card-header h2{color:#eee}.upload-area{border-color:#444}.upload-area:hover{background:#ffffff0d;border-color:#666}.upload-area p{color:#eee}.upload-hint{color:#999}.audio-player{background:#333}.detail-item h3{color:#ddd}.detail-item p{background:#2a2a2a;border-left-color:#444;color:#ccc}.buyer-item{background:#2a2a2a;border-left-color:#666}.buyer-item svg{color:#999}.buyer-item p{color:#ccc}.tab.active{border-bottom-color:#999;color:#fff}.turn{background:#333}.turn:nth-child(odd){background:#2a2a2a}.turn:nth-child(2n){background:#3a3a3a}.turn:hover{background:#444}.utterance{color:#ddd}.meta-item{background:#2a2a2a;color:#ccc}.meta-item svg{color:#999}}
/*# sourceMappingURL=main.77e30b55.css.map*/