.base-dialog .base-modal{width:100%;border-radius:12px;padding:0}.base-dialog .base-modal .btn-close{position:absolute;top:8px;right:8px}.base-history-item .history-summary{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.base-history-item .expand-toggle{margin-left:auto;color:#1976d2}.base-history-item .history-content{background:#fafafa;border-top:1px solid #e0e0e0;border-radius:0 0 8px 8px}.base-history-item .history-section:last-child{margin-bottom:0}.base-history-item .section-header{display:flex;align-items:center;gap:8px}.base-history-item .history-timeline:before{content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background:#e0e0e0}.base-history-item .timeline-item:last-child{margin-bottom:0}.base-history-item .timeline-marker{position:absolute;left:-20px;top:8px;width:12px;height:12px;border-radius:50%;border:3px solid white;box-shadow:0 25px 50px -12px #00000040}.base-history-item .timeline-marker.resume-marker{background:#1976d2}.base-history-item .timeline-marker.email-marker{background:#f57c00}.base-history-item .timeline-marker.pitch-marker{background:#9c27b0}.base-history-item .timeline-content{background:#fff;border:1px solid #e0e0e0;border-radius:8px}.base-history-item .timeline-header{display:flex;justify-content:space-between;align-items:center}.base-history-item .timeline-actions{display:flex;gap:4px}.base-history-item .action-btn{min-width:28px!important;width:28px;height:28px}.base-history-item .detail-row :last-child{margin-bottom:0}.base-history-item .fadeIn{animation-duration:.2s;animation-fill-mode:both;animation-name:fadeInCustom}.base-history-item .fadeOut{animation-duration:.15s;animation-fill-mode:both;animation-name:fadeOutCustom}@keyframes fadeInCustom{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeOutCustom{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-4px) scale(.99)}}.base-input{min-height:fit-content}.base-input .q-field__control{padding:0 4px;display:flex;justify-content:center;align-items:center}.base-input .q-field__prepend{padding-right:4px}.base-input .spinner{position:absolute;top:0;right:0;transform:translate(-50%,-50%)}.base-badge{min-height:0}.base-badge.outlined{border:1px solid}.base-badge.outlined-red{border-color:#fecaca}.base-badge.outlined-pink{border-color:#fbcfe8}.base-badge.outlined-purple{border-color:#e9d5ff}.base-badge.outlined-deep-purple{border-color:#ddd6fe}.base-badge.outlined-indigo{border-color:#c7d2fe}.base-badge.outlined-blue{border-color:#bfdbfe}.base-badge.outlined-light-blue{border-color:#bae6fd}.base-badge.outlined-cyan{border-color:#a5f3fc}.base-badge.outlined-teal{border-color:#99f6e4}.base-badge.outlined-green{border-color:#bbf7d0}.base-badge.outlined-light-green,.base-badge.outlined-lime{border-color:#d9f99d}.base-badge.outlined-yellow,.base-badge.outlined-amber{border-color:#fde68a}.base-badge.outlined-orange{border-color:#fed7aa}.base-badge.outlined-deep-orange{border-color:#fecaca}.base-badge.outlined-brown{border-color:#e7e5e4}.base-badge.outlined-grey{border-color:#e5e7eb}.base-badge.outlined-blue-grey{border-color:#e2e8f0}.base-kanban{width:100%;flex:1 0 0;flex-wrap:nowrap;align-items:stretch;overflow-x:auto;overflow-y:hidden;gap:16px;padding-bottom:16px;position:relative}.base-kanban .q-scrollarea__content{display:flex;gap:16px;padding:1px}.base-kanban .kanban-column{display:flex;width:364px}.base-kanban .kanban-column>.q-card{background-color:#f8f9fa;transition:.3s cubic-bezier(.25,.8,.5,1);width:100%;flex-wrap:nowrap}.base-kanban .kanban-column>.q-card:has(.kanban-chosen){box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.base-kanban .column-header{position:sticky;top:0;border-bottom:1px solid #e0e0e0;background:#fff;border-radius:8px 8px 0 0;z-index:10}.base-kanban .column-content{flex:1;padding:16px!important;min-height:224px;overflow-y:auto}.base-kanban .empty-column{position:absolute;left:0;right:0;flex:1;display:flex;align-items:center;justify-content:center;min-height:120px;transition:.3s cubic-bezier(.25,.8,.5,1)}.base-kanban .loading-card .q-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px}.base-kanban .draggable-list{height:100%;min-height:80px;display:flex;flex-direction:column;gap:16px}.base-kanban .kanban-card{overflow:a;transition:.3s cubic-bezier(.25,.8,.5,1)}.base-kanban .kanban-card:hover{transform:translateY(-2px)}.base-kanban .draggable-card{cursor:grab;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 1px 2px #0000000d;-webkit-user-select:none;user-select:none}.base-kanban .draggable-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.base-kanban .draggable-card:active{cursor:grabbing}.base-kanban .kanban-ghost{transform:scale(.95);border:2px dashed #667eea;background:#667eea1a!important}.base-kanban .kanban-chosen{cursor:grabbing!important;transform:rotate(1deg) scale(.95);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.base-kanban .kanban-chosen:after{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:linear-gradient(45deg,#667eea,#764ba2);border-radius:12px;z-index:-1;opacity:.3;filter:blur(8px)}.base-kanban .kanban-drag{opacity:0!important}.base-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}@media (min-width: 1024px){.base-pagination{flex-direction:column;gap:24px}}.base-pagination .pagination-info{flex:1;min-width:120px}@media (min-width: 1024px){.base-pagination .pagination-info{text-align:center}}.base-pagination .pagination-controls{display:flex;align-items:center;gap:4px}.base-pagination .pagination-controls .pagination-btn{min-width:40px;height:40px}.base-pagination .pagination-controls .page-label-container{display:flex;justify-content:center;width:24px}.base-select{min-height:fit-content}.base-select .q-field__native{padding-left:8px}.base-select .active-text{margin:0 0 0 4px;max-height:20px}.base-select .active-indicator{height:6px;width:6px;padding:0;margin:0 0 0 4px}.base-select .q-item__label{width:100%}.base-select .q-item__label>div{display:flex;justify-content:space-between;width:100%}.base-table .expanded-row{background:#fafafa}.base-table .expanded-content{padding:0!important}.base-table .q-skeleton{border-radius:4px}.base-table .row-clickable{cursor:pointer}.base-table .q-table .q-td{padding:8px 16px}.base-table .q-table .q-th{padding:8px 16px;font-weight:600}.base-table .q-markup-table th,.base-table .q-markup-table td{padding:8px 16px}.base-banner.border-red{border:1px solid #fecaca!important}.base-banner.border-green{border:1px solid #bbf7d0!important}.base-banner.border-amber{border:1px solid #fde68a!important}.base-banner.border-blue{border:1px solid #bfdbfe!important}.base-banner.border-orange{border:1px solid #fed7aa!important}.base-banner.border-purple{border:1px solid #e9d5ff!important}.base-banner.border-cyan{border:1px solid #a5f3fc!important}.base-banner.border-teal{border:1px solid #99f6e4!important}.base-banner.border-pink{border:1px solid #fbcfe8!important}.base-banner.border-indigo{border:1px solid #c7d2fe!important}.base-banner.border-lime{border:1px solid #d9f99d!important}.base-banner.border-yellow{border:1px solid #fde68a!important}.base-banner.border-deep-orange{border:1px solid #fecaca!important}.base-banner.border-deep-purple{border:1px solid #ddd6fe!important}.base-banner.border-light-blue{border:1px solid #bae6fd!important}.base-banner.border-light-green{border:1px solid #d9f99d!important}.base-banner.border-brown{border:1px solid #e7e5e4!important}.base-banner.border-grey{border:1px solid #e5e7eb!important}.base-banner.border-blue-grey{border:1px solid #e2e8f0!important}
