*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:0.875rem;line-height:1.5;color:#000000;background-color:#f8f9fa}a{color:#000000;text-decoration:none;transition:all 0.2s ease}a:hover{color:#FFC107;text-decoration:none}img{max-width:100%;height:auto}*:focus{outline:none}input:focus,select:focus,textarea:focus{border-color:#FFC107 !important;box-shadow:0 0 0 3px rgba(255,193,7,0.1)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f3f5}::-webkit-scrollbar-thumb{background:#dee2e6;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ced4da}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#000000;margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.125rem}h4{font-size:1rem}h5{font-size:0.875rem}h6{font-size:0.813rem}p{margin:0 0 1rem 0}small,.text-sm,.font-sm{font-size:0.813rem}.text-xs,.font-xs{font-size:0.75rem}.text-muted{color:#6C757D}.font-normal,.font-weight-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold,.font-weight-bold{font-weight:600}.font-bold{font-weight:700}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.tracking-tight{letter-spacing:-0.025em}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:0.025em}.tracking-wider{letter-spacing:0.05em}.tracking-widest{letter-spacing:0.1em}body{min-height:100vh;display:flex;flex-direction:column}.catena-main{margin-top:0 !important;padding:0 !important;max-width:none !important;width:100% !important;background:#f8f9fa;flex:1;display:flex;flex-direction:column}.container{max-width:1440px;width:100%;margin:0 auto;padding:0 2rem;flex:1}@media (max-width: 768px){.container{padding:0 1rem}}.container-wide{padding:2rem 3rem}.container-fluid{width:100%;padding:2rem}@media (max-width: 768px){.container-fluid{padding:1rem}}.page-header{background:transparent;margin-bottom:1.5rem;padding:1.5rem 0;border-bottom:none;border-radius:0}@media (max-width: 768px){.page-header{padding:1rem 0}}.page-header h1{font-size:2rem;font-weight:700;color:#000000;margin:0 0 0.5rem 0}.page-header p{font-size:0.875rem;color:#6C757D;margin:0}.page-header .flex{display:flex}.page-header .justify-between{justify-content:space-between}.page-header .items-center{align-items:center}.page-header .flex-wrap{flex-wrap:wrap}.page-header .gap-3{gap:1rem}.content-card{background:#FFFFFF;border-radius:12px;padding:0;box-shadow:0 1px 3px rgba(0,0,0,0.05);border:1px solid #e9ecef;margin-bottom:1.5rem;overflow:hidden}.grid{display:grid;gap:1.5rem}.grid.grid-cols-1{grid-template-columns:1fr}.grid.grid-cols-2{grid-template-columns:repeat(2, 1fr)}.grid.grid-cols-3{grid-template-columns:repeat(3, 1fr)}.grid.grid-cols-4{grid-template-columns:repeat(4, 1fr)}@media (max-width: 768px){.grid.grid-cols-2,.grid.grid-cols-3,.grid.grid-cols-4{grid-template-columns:1fr}}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.gap-1{gap:0.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}:root{--header-height: 80px;--primary-color: #111827;--text-color: #374151;--bg-color: #ffffff;--border-color: #e5e7eb}header{background-color:var(--bg-color);border-bottom:1px solid var(--border-color);height:var(--header-height);position:sticky;top:0;z-index:1000;display:flex;align-items:center;width:100%;box-shadow:0 1px 2px rgba(0,0,0,0.02)}.header-content{padding:0 24px;width:100%;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo img{height:32px;width:auto}nav{display:flex;align-items:center;flex:1;justify-content:space-between;margin-left:3rem}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links a{text-decoration:none;color:#6b7280;font-weight:500;font-size:0.95rem;transition:all 0.2s ease;padding:0.5rem 0;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--primary-color)}.header-actions{display:flex;align-items:center;gap:0.5rem}.separator{width:1px;height:24px;background-color:var(--border-color);margin:0 0.25rem}.language-toggle-group{display:flex;gap:12px;align-items:center}.language-toggle{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;transition:transform 0.2s}.language-toggle span{font-size:1.5rem;line-height:1;filter:grayscale(100%);transition:all 0.2s;opacity:0.6}.language-toggle:hover span,.language-toggle.active span{filter:none;opacity:1;transform:scale(1.1)}.user-dropdown{display:flex;align-items:center;gap:0.75rem;cursor:pointer;padding:0.5rem 0.75rem;border-radius:8px;transition:all 0.2s ease;position:relative;background:transparent;border:1px solid transparent}.user-dropdown:hover,.user-dropdown.active{background-color:#f3f4f6}.user-dropdown.active{border-color:var(--border-color)}.user-email{font-weight:500;color:var(--text-color);font-size:0.9rem}.user-dropdown i{color:#9ca3af;font-size:0.9rem;transition:transform 0.2s}.user-dropdown.active i{transform:rotate(180deg)}.user-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:white;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,0.1);min-width:220px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.2s cubic-bezier(0.16, 1, 0.3, 1);z-index:1000;border:1px solid #f3f4f6;overflow:hidden}.user-menu-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.user-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#4b5563;text-decoration:none;transition:background 0.2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-size:0.9rem;font-weight:500}.user-menu-item:hover{background:#f9fafb;color:var(--primary-color)}.user-menu-item i{width:16px;text-align:center;color:#9ca3af}.user-menu-item:hover i{color:var(--primary-color)}.user-menu-item.logout-item{border-top:1px solid #f3f4f6;color:#ef4444}.user-menu-item.logout-item i{color:#ef4444}.user-menu-item.logout-item:hover{background:#fef2f2}.auth-buttons{display:flex;gap:1rem;align-items:center}.btn-nav-login{color:#4b5563;text-decoration:none;font-weight:600;font-size:0.95rem;padding:0.5rem 1rem}.btn-nav-login:hover{color:var(--primary-color)}.btn-nav-signup{background-color:var(--primary-color);color:white;padding:0.6rem 1.2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:0.95rem;transition:background-color 0.2s}.btn-nav-signup:hover{background-color:#374151}details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}details[open]>summary{background-color:#f3f4f6}.lang-dropdown-item:hover{background-color:#f3f4f6}@media (max-width: 992px){.nav-links{display:none}nav{justify-content:flex-end}}.catena-footer{background:#21262C;color:#FFFFFF;padding:1.5rem 0;margin-top:auto;font-size:0.813rem;flex-shrink:0}.catena-footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}@media (max-width: 768px){.catena-footer-content{padding:0 1rem}}.catena-footer-content p{margin:0}.catena-footer-content a{color:#FFC107;text-decoration:none}.catena-footer-content a:hover{text-decoration:underline}.footer-copyright{margin-bottom:0.5rem}.footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.footer-links a{color:rgba(255,255,255,0.8);transition:all 0.2s ease}.footer-links a:hover{color:#FFFFFF}.public-kanban-layout .public-notice{background-color:#f0f9ff;border-bottom:1px solid #e0f2fe;padding:12px 0}.public-kanban-layout .public-notice__content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:8px;color:#0369a1;font-size:14px}.public-kanban-layout .public-notice__content svg{flex-shrink:0}.main-container{width:92%;max-width:1400px;padding:0 1.5rem;margin:0 auto}@media (max-width: 1280px){.main-container{padding:0 1.25rem}}@media (max-width: 768px){.main-container{width:100%;padding:0 1rem}}.page-container{min-height:calc(100vh - 70px);padding:2rem 0}@media (max-width: 768px){.page-container{padding:1.5rem 0}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8f9fa;padding:2rem}@media (max-width: 768px){.auth-container{padding:1rem}}.auth-card{background:#FFFFFF;padding:3rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.15);width:100%;max-width:400px}.auth-card .logo{text-align:center;margin-bottom:2rem}.auth-card .logo img{height:48px;width:auto}.auth-card .logo h1{font-size:1.5rem;font-weight:700;color:#000000;margin:1rem 0 0 0}.auth-card .form-title{text-align:center;font-size:1.125rem;font-weight:600;color:#000000;margin-bottom:2rem}.content-wrapper{display:flex;gap:1.5rem}.content-wrapper .content-main{flex:1;min-width:0}.content-wrapper .content-sidebar{flex:0 0 300px}@media (max-width: 1024px){.content-wrapper .content-sidebar{display:none}}.page-actions{background:#FFFFFF;border-radius:12px;padding:1rem 1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.05);border:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.page-actions .actions-left,.page-actions .actions-right{display:flex;align-items:center;gap:0.5rem}@media (max-width: 768px){.page-actions{flex-direction:column;align-items:stretch}.page-actions .actions-left,.page-actions .actions-right{justify-content:center}}.back-link{display:inline-flex;align-items:center;gap:0.5rem;color:#6C757D;text-decoration:none;font-size:0.813rem;font-weight:500;padding:0.5rem 1rem;border-radius:8px;transition:all 0.2s ease;margin-bottom:1.5rem}.back-link:hover{background:#f8f9fa;color:#FFC107}.back-link svg{width:16px;height:16px}.btn,.form-file .form-file-label{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.5rem 1.5rem;font-size:0.875rem;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:1px solid transparent;border-radius:8px;transition:all 0.2s ease;white-space:nowrap}.btn:hover,.form-file .form-file-label:hover{transform:translateY(-1px)}.btn:active,.form-file .form-file-label:active{transform:translateY(0)}.btn:focus,.form-file .form-file-label:focus{outline:none;box-shadow:0 0 0 3px rgba(255,193,7,0.2)}.btn:disabled,.form-file .form-file-label:disabled,.btn.disabled,.form-file .disabled.form-file-label{opacity:0.6;cursor:not-allowed;transform:none}.btn svg,.form-file .form-file-label svg{width:20px;height:20px;flex-shrink:0}.btn--primary{background-color:#000000;border-color:#000000;color:#FFFFFF}.btn--primary:hover{background-color:#212529;border-color:#212529;color:#FFFFFF}.btn--primary:active{background-color:#191c1f;border-color:#191c1f}.btn--secondary,.form-file .form-file-label{background-color:#f1f3f5;border-color:#e9ecef;color:#343a40}.btn--secondary:hover,.form-file .form-file-label:hover{background-color:#e9ecef;border-color:#dee2e6;color:#212529}.btn--secondary:active,.form-file .form-file-label:active{background-color:#dee2e6;border-color:#ced4da}.btn--warning{background-color:#FFC107;border-color:#FFC107;color:#000000}.btn--warning:hover{background-color:#d39e00;border-color:#d39e00;color:#000000}.btn--warning:active{background-color:#ba8b00;border-color:#ba8b00}.btn--danger{background-color:#FF6B35;border-color:#FF6B35;color:#FFFFFF}.btn--danger:hover{background-color:#ff4602;border-color:#ff4602;color:#FFFFFF}.btn--danger:active{background-color:#e83e00;border-color:#e83e00}.btn--outline{background-color:transparent}.btn--outline.btn--primary{color:#000000;border-color:#000000}.btn--outline.btn--primary:hover{background-color:#000000;color:#FFFFFF}.btn--outline.btn--secondary,.form-file .btn--outline.form-file-label{color:#343a40;border-color:#ced4da}.btn--outline.btn--secondary:hover,.form-file .btn--outline.form-file-label:hover{background-color:#f1f3f5;border-color:#6C757D}.btn--outline.btn--warning{color:#a07800;border-color:#FFC107}.btn--outline.btn--warning:hover{background-color:#FFC107;color:#000000}.btn--outline.btn--danger{color:#FF6B35;border-color:#FF6B35}.btn--outline.btn--danger:hover{background-color:#FF6B35;color:#FFFFFF}.btn--ghost{background-color:transparent;border-color:transparent}.btn--ghost:hover{background-color:#f1f3f5}.btn--small{padding:0.25rem 1rem;font-size:0.813rem}.btn--small svg{width:16px;height:16px}.btn--large{padding:1rem 2rem;font-size:1rem}.btn--large svg{width:24px;height:24px}.btn--block{display:flex;width:100%}.btn--icon{padding:0.5rem}.btn--icon.btn--small{padding:0.25rem}.btn--icon.btn--large{padding:1rem}.btn--round{border-radius:50rem}.btn-icon{background:none;border:none;padding:0.5rem;cursor:pointer;border-radius:4px;transition:all 0.2s ease;display:inline-flex;align-items:center;justify-content:center;color:#495057}.btn-icon svg{width:16px;height:16px}.btn-icon:hover{background-color:#f1f3f5;color:#212529}.btn-icon:focus{outline:none;box-shadow:0 0 0 3px rgba(255,193,7,0.2)}.btn-icon--danger:hover{background-color:white;color:#FF6B35}.btn-icon--primary:hover{background-color:#f1f3f5;color:#000000}.btn-icon:disabled{opacity:0.5;cursor:not-allowed}.btn-icon:disabled:hover{background-color:transparent;color:#495057}.btn-group{display:inline-flex;vertical-align:middle}.btn-group .btn,.btn-group .form-file .form-file-label,.form-file .btn-group .form-file-label{border-radius:0;margin-left:-1px}.btn-group .btn:first-child,.btn-group .form-file .form-file-label:first-child,.form-file .btn-group .form-file-label:first-child{margin-left:0;border-radius:8px 0 0 8px}.btn-group .btn:last-child,.btn-group .form-file .form-file-label:last-child,.form-file .btn-group .form-file-label:last-child{border-radius:0 8px 8px 0}.btn-group .btn:hover,.btn-group .form-file .form-file-label:hover,.form-file .btn-group .form-file-label:hover,.btn-group .btn:focus,.btn-group .form-file .form-file-label:focus,.form-file .btn-group .form-file-label:focus{z-index:1}.button-container{display:flex;gap:1rem;align-items:center}.button-container.justify-end{justify-content:flex-end}.button-container.justify-center{justify-content:center}.button-container.justify-between{justify-content:space-between}.button-group{display:flex;justify-content:center;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #f1f3f5}input.btn--warning[type="submit"]{background-color:#FFC107 !important;border-color:#FFC107 !important}input.btn--warning[type="submit"]:hover{background-color:#d39e00 !important;border-color:#d39e00 !important}.btn--google{background-color:#ffffff;color:#1f1f1f;border:1px solid #dadce0;position:relative;font-weight:500;display:flex;align-items:center;justify-content:center;margin-top:1rem}.btn--google:hover{background-color:#f8faff;border-color:#d2e3fc;color:#1f1f1f;box-shadow:0 1px 2px rgba(60,64,67,0.3),0 1px 3px 1px rgba(60,64,67,0.15)}.btn--google:active{background-color:#f1f3f4}.btn--google::before{content:"";display:inline-block;width:20px;height:20px;margin-right:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23EA4335' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'/%3E%3Cpath fill='%234285F4' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'/%3E%3Cpath fill='%23FBBC05' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'/%3E%3Cpath fill='%2334A853' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z'/%3E%3Cpath fill='none' d='M0 0h48v48H0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(340px, 1fr));gap:1.5rem;margin-top:2rem}@media (max-width: 768px){.cards-grid{grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:1rem}}@media (max-width: 640px){.cards-grid{grid-template-columns:1fr}}.card,.card-empty,.card-stat,.card-clickable,.card-featured,.card-simple{background:#FFFFFF;border:1px solid #e9ecef;border-radius:12px;padding:1.5rem;transition:all 0.2s ease;position:relative;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.card:hover,.card-empty:hover,.card-stat:hover,.card-clickable:hover,.card-featured:hover,.card-simple:hover{box-shadow:0 4px 12px rgba(0,0,0,0.15);transform:translateY(-2px);border-color:#dee2e6}.card.status-active,.status-active.card-empty,.status-active.card-stat,.status-active.card-clickable,.status-active.card-featured,.status-active.card-simple{border-left:4px solid #FFC107}.card.status-inactive,.status-inactive.card-empty,.status-inactive.card-stat,.status-inactive.card-clickable,.status-inactive.card-featured,.status-inactive.card-simple{border-left:4px solid #ced4da;opacity:0.8}.card.status-draft,.status-draft.card-empty,.status-draft.card-stat,.status-draft.card-clickable,.status-draft.card-featured,.status-draft.card-simple{border-left:4px solid #dee2e6;background:#f8f9fa}.card.status-standby,.status-standby.card-empty,.status-standby.card-stat,.status-standby.card-clickable,.status-standby.card-featured,.status-standby.card-simple{border-left:4px solid #3b82f6;background:#eff6ff}.card.status-finished,.status-finished.card-empty,.status-finished.card-stat,.status-finished.card-clickable,.status-finished.card-featured,.status-finished.card-simple{border-left:4px solid #10b981;background:#ecfdf5;opacity:0.9}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.card-title{font-size:1rem;font-weight:600;margin:0;color:#000000;line-height:1.4}.card-title a{color:inherit;text-decoration:none;transition:all 0.2s ease}.card-title a:hover{color:#FFC107}.badge{display:inline-flex;align-items:center;gap:0.25rem;padding:0.25rem 0.5rem;background:#f1f3f5;border-radius:50rem;font-size:0.813rem;font-weight:500;color:#343a40;white-space:nowrap;flex-shrink:0}.badge.badge-secondary{background:#f1f3f5;color:#343a40}.badge svg{width:14px;height:14px}.card-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.card-meta .meta-item{display:flex;align-items:center;gap:0.25rem;font-size:0.813rem;color:#495057}.card-meta .meta-item svg{width:16px;height:16px;color:#ced4da}.card-actions{display:flex;gap:0.5rem;margin-top:1rem}.card-actions .btn,.card-actions .form-file .form-file-label,.form-file .card-actions .form-file-label{flex:1;padding:0.5rem 1rem;font-size:0.813rem;text-align:center;border-radius:8px;text-decoration:none;font-weight:500;transition:all 0.2s ease;border:1px solid transparent;cursor:pointer}.card-actions .btn.btn--secondary,.card-actions .form-file .form-file-label,.form-file .card-actions .form-file-label{background:#f1f3f5;color:#343a40;border-color:#e9ecef}.card-actions .btn.btn--secondary:hover,.card-actions .form-file .form-file-label:hover,.form-file .card-actions .form-file-label:hover{background:#e9ecef;border-color:#dee2e6}.card-actions .btn.btn--primary,.card-actions .form-file .btn--primary.form-file-label,.form-file .card-actions .btn--primary.form-file-label{background:#000000;color:#FFFFFF}.card-actions .btn.btn--primary:hover,.card-actions .form-file .btn--primary.form-file-label:hover,.form-file .card-actions .btn--primary.form-file-label:hover{background:#212529}.card-actions .btn.btn--small,.card-actions .form-file .btn--small.form-file-label,.form-file .card-actions .btn--small.form-file-label{padding:0.25rem 1rem;font-size:0.813rem}.card-body{font-size:0.875rem;color:#343a40;line-height:1.6}.card-body p{margin-bottom:1rem}.card-body p:last-child{margin-bottom:0}.card-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}@media (max-width: 640px){.card-footer{flex-direction:column;gap:1rem;align-items:stretch}}.card-simple{border:1px solid #e9ecef;box-shadow:none}.card-simple:hover{box-shadow:0 1px 3px rgba(0,0,0,0.05);transform:none}.card-featured{border:2px solid #FFC107}.card-featured::before{content:'';position:absolute;top:-1px;left:-1px;right:-1px;height:4px;background:#FFC107;border-radius:12px 12px 0 0}.card-clickable{cursor:pointer}.card-clickable:hover{box-shadow:0 8px 24px rgba(0,0,0,0.2);transform:translateY(-4px)}.card-clickable:active{transform:translateY(-2px)}.card-sm{padding:1rem}.card-sm .card-title{font-size:0.875rem}.card-lg{padding:2rem}.card-lg .card-title{font-size:1.125rem}.card-image{padding:0;overflow:hidden}.card-image .card-image-top{width:100%;height:200px;object-fit:cover;border-radius:12px 12px 0 0}.card-image .card-content{padding:1.5rem}.card-stat{text-align:center}.card-stat .stat-value{font-size:2rem;font-weight:700;color:#000000;margin-bottom:0.25rem}.card-stat .stat-label{font-size:0.813rem;color:#495057;text-transform:uppercase;letter-spacing:0.05em}.card-stat .stat-change{margin-top:0.5rem;font-size:0.813rem}.card-stat .stat-change.positive{color:#10b981}.card-stat .stat-change.negative{color:#FF6B35}.card-empty{text-align:center;padding:3rem;color:#6C757D}.card-empty .empty-icon{font-size:3rem;margin-bottom:1rem;opacity:0.5}.card-empty .empty-text{font-size:0.875rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:0.813rem;font-weight:600;color:#000000;margin-bottom:0.5rem}.form-control,.form-select,.form-textarea,.comment-form textarea{width:100%;padding:0.75rem;border:1px solid #e9ecef;border-radius:8px;font-size:0.875rem;font-family:inherit;background:#FFFFFF;transition:all 0.2s ease}.form-control:hover,.form-select:hover,.form-textarea:hover,.comment-form textarea:hover{border-color:#dee2e6}.form-control:focus,.form-select:focus,.form-textarea:focus,.comment-form textarea:focus{outline:none;border-color:#FFC107;box-shadow:0 0 0 3px rgba(255,193,7,0.1)}.form-control:disabled,.form-select:disabled,.form-textarea:disabled,.comment-form textarea:disabled{background:#f8f9fa;cursor:not-allowed}.form-control::placeholder,.form-select::placeholder,.form-textarea::placeholder,.comment-form textarea::placeholder{color:#ced4da}.form-textarea,.comment-form textarea{min-height:120px;resize:vertical}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236C757D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 0.75rem center;background-repeat:no-repeat;background-size:1.25em;padding-right:2.5rem;cursor:pointer}.form-check{display:flex;align-items:flex-start;gap:0.5rem;margin-bottom:0.5rem}.form-check input[type="checkbox"],.form-check input[type="radio"]{margin-top:0.125rem;cursor:pointer}.form-check .form-check-label{font-size:0.875rem;color:#000000;cursor:pointer}.form-help{font-size:0.75rem;color:#6C757D;margin-top:0.25rem}.form-hint{font-size:0.75rem;color:#6C757D;margin-top:0.25rem;transition:color 0.2s ease}.form-hint.enabled{color:#FFC107}.form-row{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}@media (max-width: 768px){.form-row{grid-template-columns:1fr}}.form-row-3{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem}@media (max-width: 768px){.form-row-3{grid-template-columns:1fr}}.form-row-3.items-center{align-items:center}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef}@media (max-width: 768px){.form-actions{flex-direction:column}.form-actions .btn,.form-actions .form-file .form-file-label,.form-file .form-actions .form-file-label{width:100%}}.form-control.is-invalid,.is-invalid.form-textarea,.comment-form textarea.is-invalid,.is-invalid.form-select,.form-control.error,.error.form-textarea,.comment-form textarea.error,.error.form-select{border-color:#FF6B35}.form-control.is-invalid:focus,.is-invalid.form-textarea:focus,.comment-form textarea.is-invalid:focus,.is-invalid.form-select:focus,.form-control.error:focus,.error.form-textarea:focus,.comment-form textarea.error:focus,.error.form-select:focus{box-shadow:0 0 0 3px rgba(255,107,53,0.1)}.form-error,.field-error{color:#FF6B35;font-size:0.75rem;margin-top:0.25rem;display:block}.form-file{position:relative;display:inline-block;cursor:pointer}.form-file input[type="file"]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.form-container{max-width:800px;margin:0 auto}.form-card{background:#FFFFFF;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,0.05);border:1px solid #e9ecef;overflow:hidden}.form-header{padding:1.5rem 2rem;border-bottom:1px solid #e9ecef;background:#f8f9fa}.form-header h1{font-size:1.5rem;font-weight:600;color:#000000;margin:0 0 0.5rem 0}.form-header.with-back{display:flex;align-items:center;gap:1rem}.form-subtitle{font-size:0.813rem;color:#6C757D;margin:0}.form-body{padding:2rem}.welcome-box{background:linear-gradient(135deg, #f8f9fa 0%, #e0f2fe 100%);border:1px solid #dee2e6;text-align:center;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.welcome-box .welcome-icon{width:48px;height:48px;margin:0 auto 1rem;color:#0284c7}.welcome-box .welcome-icon svg{width:100%;height:100%}.welcome-box .welcome-title{font-size:1rem;font-weight:600;color:#000000;margin:0 0 0.5rem 0}.welcome-box .welcome-text{font-size:0.813rem;color:#6C757D;margin:0}.info-box{background:#fef3c7;border:1px solid #fde68a;display:flex;align-items:flex-start;gap:1rem;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.info-box .info-icon{flex-shrink:0;width:20px;height:20px;color:#92400e;margin-top:2px}.info-box .info-text{font-size:0.813rem;color:#92400e;line-height:1.5}.info-box .info-text strong{font-weight:600}.back-arrow{font-size:1.5rem;color:#6C757D;text-decoration:none;transition:all 0.2s ease}.back-arrow:hover{color:#FFC107}.tooltip-box{background:#000000;color:#FFFFFF;padding:0.5rem 1rem;border-radius:8px;font-size:0.813rem;max-width:250px;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,0.15)}.tooltip-trigger{cursor:help}.suggestions-container{margin-top:1rem}.suggestions-header{font-size:0.813rem;color:#6C757D;margin-bottom:0.5rem;font-weight:500}.suggestions-header .fa-sparkles{color:#FFC107}.suggestion-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem 1.5rem;margin-bottom:0.5rem;cursor:pointer;transition:all 0.2s ease;display:flex;justify-content:space-between;align-items:center}.suggestion-card:hover{background:#f1f3f5;border-color:#FFC107;transform:translateX(4px)}.suggestion-card .suggestion-text{font-weight:500;color:#000000}.suggestion-card .use-btn{background:#FFC107;color:#000000;border:none;padding:0.25rem 1rem;border-radius:8px;font-size:0.75rem;font-weight:500;cursor:pointer;transition:all 0.2s ease}.suggestion-card .use-btn:hover{background:#d39e00;transform:scale(1.05)}.question-input{width:100%;border:1px solid transparent;padding:0.25rem 0.5rem;font-size:0.875rem;background:transparent;transition:all 0.2s ease;border-radius:4px}.question-input:hover{background-color:#f8f9fa;border-color:#e9ecef}.question-input:focus{outline:none;background-color:#FFFFFF;border-color:#FFC107;box-shadow:0 0 0 3px rgba(255,193,7,0.1)}.format-radio-group{display:flex;gap:1rem}.format-radio{display:flex;align-items:center;cursor:pointer;font-size:0.813rem}.format-radio input[type="radio"]{margin-right:0.25rem;cursor:pointer;accent-color:#FFC107}.format-radio span{user-select:none;color:#343a40}.format-radio:hover span{color:#000000}.eliminatory-check{width:18px;height:18px;cursor:pointer;accent-color:#FFC107}.auth-divider{text-align:center;margin:20px 0;position:relative}.auth-divider span{background:white;padding:0 10px;color:#6C757D;font-size:14px;position:relative;z-index:1}.auth-divider::before{content:'';position:absolute;top:50%;left:0;right:0;height:1px;background:#e0e0e0}.social-login{margin-bottom:20px}.btn--google{background:white;color:#3c4043;border:1px solid #dadce0;font-weight:500;transition:all 0.2s ease;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;text-decoration:none;cursor:pointer;border-radius:4px}.btn--google:hover{background:#f8f9fa;box-shadow:0 1px 3px rgba(0,0,0,0.12);text-decoration:none;color:#3c4043}.btn--google .google-icon{flex-shrink:0}.badge{display:inline-flex;align-items:center;gap:0.25rem;padding:0.25rem 0.75rem;border-radius:50rem;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.025em;line-height:1;white-space:nowrap}.badge svg{width:14px;height:14px}.badge-primary{background:#000000;color:#FFFFFF}.badge-secondary{background:#f1f3f5;color:#343a40}.badge-warning{background:#FFC107;color:#000000}.badge-danger{background:#FF6B35;color:#FFFFFF}.badge-count{background:#f1f3f5;color:#495057;border:1px solid #e9ecef}.badge-sm{padding:0.125rem 0.5rem;font-size:0.625rem}.badge-sm svg{width:12px;height:12px}.badge-lg{padding:0.375rem 1rem;font-size:0.813rem}.badge-lg svg{width:16px;height:16px}.badge-status.active{background:#d8dbdd;color:#3d4246;border:1px solid #6C757D}.badge-status.inactive{background:white;color:#ce3700;border:1px solid #FF6B35}.badge-status.draft{background:#fff4d3;color:#6d5200;border:1px solid #FFC107}.badge-status.standby{background:#dbeafe;color:#1e40af;border:1px solid #3b82f6}.badge-status.finished{background:#d1fae5;color:#065f46;border:1px solid #10b981}.badge-days{font-size:0.625rem;padding:0.125rem 0.375rem}.badge-days.fresh{background:#d8dbdd;color:#3d4246}.badge-days.medium{background:#fff4d3;color:#6d5200}.badge-days.old{background:white;color:#ce3700}.modal{display:none;position:fixed;z-index:1050;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);backdrop-filter:blur(4px);animation:fadeIn 0.2s ease}.modal.active{display:flex;align-items:center;justify-content:center}.modal-content{background:#FFFFFF;border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow:hidden;animation:slideIn 0.3s ease;box-shadow:0 8px 24px rgba(0,0,0,0.2);display:flex;flex-direction:column}.modal-header{padding:1.5rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;background:#f8f9fa}.modal-header h2,.modal-header h3{margin:0;font-size:1.125rem}.modal-body{flex:1;padding:1.5rem;overflow-y:auto}.modal-footer{padding:1.5rem;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;gap:0.5rem;background:#f8f9fa}.modal-close{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;transition:all 0.2s ease;color:#6C757D}.modal-close:hover{background:#f1f3f5;color:#000000}.modal-close svg{width:20px;height:20px}.modal-lg .modal-content{max-width:1000px;height:85vh}.modal-lg .modal-body{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0}.modal-lg .modal-body .modal-column{padding:2rem;overflow-y:auto}.modal-lg .modal-body .modal-column:first-child{border-right:1px solid #e9ecef}.modal-lg .modal-body .modal-column:last-child{background:#f8f9fa}.comments-list{max-height:300px;overflow-y:auto;margin-bottom:1rem}.comments-list::-webkit-scrollbar{width:6px}.comments-list::-webkit-scrollbar-track{background:transparent}.comments-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.comments-list::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.comment-item{padding:0.75rem;border-bottom:1px solid #e5e7eb;animation:fadeIn 0.3s ease-in}.comment-item:last-child{border-bottom:none}.comment-header{display:flex;justify-content:space-between;margin-bottom:0.25rem}.comment-author{font-weight:600;color:#374151;font-size:0.875rem}.comment-date{color:#6b7280;font-size:0.75rem}.comment-content{color:#4b5563;font-size:0.875rem;line-height:1.4;word-wrap:break-word}.no-comments{text-align:center;color:#9ca3af;padding:1rem;font-size:0.875rem}.comment-actions{display:flex;gap:0.5rem;margin-top:0.25rem}.comment-action-btn{font-size:0.7rem;color:#6b7280;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline}.comment-action-btn:hover{color:#374151}.comment-edit-field{width:100%;padding:0.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:0.875rem;resize:vertical;font-family:inherit;margin-top:0.5rem}.comment-edit-actions{display:flex;gap:0.5rem;margin-top:0.5rem}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}@keyframes slideIn{from{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.modal-content{width:95%;margin:2.5vh auto}.modal-lg .modal-body{grid-template-columns:1fr}.modal-lg .modal-body .modal-column:first-child{border-right:none;border-bottom:1px solid #e9ecef}}.modal .question-number{color:#000000;font-size:0.875rem;font-weight:700;white-space:nowrap;background:none;border:none;padding:0;margin:0 0 0.25rem 0}.progress-bar-inline{display:flex;align-items:center;gap:0.5rem}@media (max-width: 768px){.progress-bar-inline{width:100%;justify-content:space-between}}.progress-step{display:flex;align-items:center;gap:0.25rem;position:relative}.progress-step:not(:last-child)::after{content:'';position:absolute;left:calc(100% + 0.25rem);top:50%;width:0.5rem;height:2px;background:#dee2e6;transform:translateY(-50%)}.progress-step.completed .step-number{background:#FFC107;color:#000000;border-color:#FFC107}.progress-step.completed .step-label{color:#343a40}.progress-step.completed::after{background:#FFC107}.progress-step.active .step-number{background:#000000;color:#FFFFFF;border-color:#000000;box-shadow:0 0 0 3px rgba(0,0,0,0.1)}.progress-step.active .step-label{color:#000000;font-weight:600}.progress-step:not(.completed):not(.active) .step-number{background:#FFFFFF;color:#ced4da;border-color:#dee2e6}.progress-step:not(.completed):not(.active) .step-label{color:#ced4da}.step-number{width:32px;height:32px;border-radius:50%;border:2px solid;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:0.813rem;transition:all 0.2s ease;flex-shrink:0}.step-label{font-size:0.813rem;white-space:nowrap;transition:all 0.2s ease}@media (max-width: 1024px){.step-label{display:none}}.progress-bar-vertical{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;border-right:1px solid #e9ecef;min-width:250px}.progress-bar-vertical .progress-step{flex-direction:row}.progress-bar-vertical .progress-step:not(:last-child)::after{content:'';position:absolute;left:15px;top:calc(100% + 0.5rem);width:2px;height:1.5rem;background:#dee2e6;transform:none}.progress-bar-vertical .progress-step.completed::after{background:#FFC107}.progress-bar-vertical .step-label{display:block}.wizard-with-sidebar{display:grid;grid-template-columns:250px 1fr;gap:0;background:#FFFFFF;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.05)}@media (max-width: 768px){.wizard-with-sidebar{grid-template-columns:1fr}.wizard-with-sidebar .progress-bar-vertical{display:none}}@media (max-width: 640px){.progress-bar-inline{gap:0.25rem}.progress-bar-inline .progress-step:not(:last-child)::after{width:0.25rem}.progress-bar-inline .step-number{width:28px;height:28px;font-size:0.75rem}}.table-container{background:#FFFFFF;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,0.05);border:1px solid #e9ecef;overflow:hidden}.table,.data-table{width:100%;border-collapse:collapse}.table thead,.data-table thead{background:#f8f9fa}.table thead th,.data-table thead th{padding:1rem;text-align:left;font-weight:600;color:#000000;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.5px;border-bottom:2px solid #e9ecef;cursor:pointer;user-select:none;transition:all 0.2s ease}.table thead th:hover,.data-table thead th:hover{background:#f1f3f5}.table thead th.text-center,.data-table thead th.text-center{text-align:center}.table thead th.sort-asc::after,.data-table thead th.sort-asc::after,.table thead th.sort-desc::after,.data-table thead th.sort-desc::after{content:'';display:inline-block;width:0;height:0;margin-left:0.5rem;vertical-align:middle}.table thead th.sort-asc::after,.data-table thead th.sort-asc::after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:6px solid #000000}.table thead th.sort-desc::after,.data-table thead th.sort-desc::after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #000000}.table tbody tr,.data-table tbody tr{border-bottom:1px solid #f1f3f5;transition:all 0.2s ease}.table tbody tr:hover,.data-table tbody tr:hover{background:#f8f9fa}.table tbody tr:last-child,.data-table tbody tr:last-child{border-bottom:none}.table tbody td,.data-table tbody td{padding:1rem;color:#343a40;font-size:0.875rem;vertical-align:middle}.table tbody td.text-center,.data-table tbody td.text-center{text-align:center}.table-compact thead th,.table-compact tbody td{padding:0.5rem 1rem}.table-editable td.editable{position:relative;cursor:text}.table-editable td.editable:hover{background:#f8f9fa}.table-editable td.editable:focus{outline:none;background:#fffaed;box-shadow:inset 0 0 0 2px #FFC107}.table-editable td.editable.has-changes{background:#fffaed}.candidates-table-wrapper{overflow-x:auto;border:1px solid #e9ecef;border-radius:12px;background:#FFFFFF}.candidates-table{width:100%;border-collapse:collapse}.candidates-table thead{background-color:#f8f9fa;border-bottom:2px solid #e9ecef}.candidates-table th{padding:0.5rem 1rem;text-align:left;font-weight:600;font-size:0.813rem;color:#495057;text-transform:uppercase;letter-spacing:0.05em}.candidates-table th[data-sort]{cursor:pointer;position:relative;padding-right:2rem}.candidates-table th[data-sort]:hover{background-color:#f1f3f5}.candidates-table td{padding:0.5rem 1rem;border-bottom:1px solid #f1f3f5;font-size:0.875rem}.candidates-table tbody tr{transition:all 0.2s ease}.candidates-table tbody tr:hover{background-color:#f8f9fa}.candidates-table tbody tr.editing{background-color:#fffdf7}.candidate-field{display:block}.candidate-field input{width:100%;padding:0.25rem 0.5rem;border:1px solid #dee2e6;border-radius:4px;font-size:0.875rem;transition:all 0.2s ease}.candidate-field input:focus{outline:none;border-color:#FFC107;box-shadow:0 0 0 3px rgba(255,193,7,0.1)}.table-link{color:#000000;text-decoration:none;font-weight:500;transition:all 0.2s ease}.table-link:hover{color:#FFC107}.location-tag{display:inline-flex;align-items:center;gap:0.25rem;color:#6C757D;font-size:0.813rem}.location-tag svg{width:14px;height:14px}.candidates-cell{display:flex;align-items:center;gap:0.5rem}.candidates-count{font-weight:600;font-size:0.875rem;color:#000000}.badge{display:inline-block;padding:0.125rem 0.5rem;border-radius:50rem;font-size:0.75rem;font-weight:500}.badge--success{background:#eaf6eb;color:#255627}.badge--warning{background:#fff4d3;color:#6d5200}.badge--danger{background:white;color:#ce3700}.table-actions{display:flex;gap:0.25rem}.btn-action{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #dee2e6;border-radius:4px;background:#FFFFFF;color:#6C757D;transition:all 0.2s ease;cursor:pointer}.btn-action:hover{background:#f8f9fa;color:#000000;border-color:#ced4da}.btn-action svg{width:16px;height:16px}.btn-action--danger:hover{background:white;color:#FF6B35;border-color:#FF6B35}.table-footer{padding:1rem;text-align:center;border-top:1px solid #e9ecef;background:#f8f9fa}.text-muted{color:#6C757D}@media (max-width: 768px){.table-container{overflow-x:auto}.table,.data-table{min-width:600px}.candidates-table{font-size:0.813rem}.candidates-table th,.candidates-table td{padding:0.25rem 0.5rem}.candidates-table-wrapper{border-radius:0;border-left:none;border-right:none}}.alert{padding:1rem 1.5rem;border-radius:8px;border:1px solid;display:flex;align-items:flex-start;gap:0.75rem;position:relative;transition:opacity 0.3s ease, transform 0.3s ease;margin:1.25rem 1.25rem 0}.alert .alert-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-top:0.125rem;font-size:1.1rem}.alert .alert-content{flex:1}.alert .alert-content .alert-title{font-weight:600;margin-bottom:0.25rem}.alert .alert-content .alert-text{font-size:0.95rem;line-height:1.5}.alert .alert-close{background:transparent;border:none;cursor:pointer;font-size:1rem;line-height:1;color:inherit;opacity:0.5;padding:0.25rem;margin-left:0.5rem;transition:opacity 0.2s;display:flex;align-items:center}.alert .alert-close:hover{opacity:1}.alert.fade-out{opacity:0;transform:translateY(-10px);pointer-events:none}.alert-info{background:#eff6ff;border-color:#dbeafe;color:#1e40af}.alert-info .alert-icon{color:#3b82f6}.alert-success{background:#f0fdf4;border-color:#dcfce7;color:#166534}.alert-success .alert-icon{color:#22c55e}.alert-warning{background:#fefce8;border-color:#fef9c3;color:#854d0e}.alert-warning .alert-icon{color:#eab308}.alert-danger,.alert-error{background:#fef2f2;border-color:#fee2e2;color:#991b1b}.alert-danger .alert-icon,.alert-error .alert-icon{color:#ef4444}.notification{position:fixed;top:1.5rem;right:1.5rem;max-width:300px;padding:0.75rem 1.5rem;background:#111827;color:white;border-radius:8px;font-size:0.875rem;font-weight:500;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);z-index:2000;animation:slideInRight 0.3s ease-out}.notification--success,.notification.success{background:#10b981;color:white}.notification--error,.notification.error{background:#f97316;color:white}@keyframes slideInRight{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.empty-state{background:#FFFFFF;border-radius:12px;padding:3rem 2rem;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,0.05);border:1px solid #e9ecef}.empty-state .empty-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:#f8f9fa;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ced4da}.empty-state .empty-icon svg{width:32px;height:32px}.empty-state h3{font-size:1.125rem;font-weight:600;color:#000000;margin:0 0 0.5rem 0}.empty-state p{color:#6C757D;margin:0 0 2rem 0;max-width:400px;margin-left:auto;margin-right:auto}.empty-state .btn,.empty-state .form-file .form-file-label,.form-file .empty-state .form-file-label{margin:0 auto}.empty-state-sm{padding:2rem 1.5rem}.empty-state-sm .empty-icon{width:48px;height:48px;margin-bottom:1rem}.empty-state-sm .empty-icon svg{width:24px;height:24px}.empty-state-sm h3{font-size:1rem}.empty-state-sm p{font-size:0.813rem}.stats-bar{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-bottom:2rem}@media (max-width: 768px){.stats-bar{grid-template-columns:1fr;gap:1rem}}.stat-item{background:#FFFFFF;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,0.05);border:1px solid #e9ecef;text-align:center;transition:all 0.2s ease}.stat-item:hover{box-shadow:0 1px 3px rgba(0,0,0,0.1);transform:translateY(-1px)}.stat-value{font-size:2rem;font-weight:700;color:#000000;line-height:1;margin-bottom:0.5rem}.stat-label{font-size:0.813rem;color:#6C757D;font-weight:500}.upload-form{text-align:center;padding:3rem 2rem}@media (max-width: 768px){.upload-form{padding:2rem 1rem}}.upload-area{border:3px dashed #FFC107;border-radius:12px;padding:3rem 2rem;background-color:#fffaed;margin:2rem 0;transition:all 0.3s ease;cursor:pointer;position:relative}@media (max-width: 768px){.upload-area{padding:2rem 1rem;margin:1.5rem 0}}.upload-area:hover{background-color:#fff4d3;border-color:#d39e00;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.upload-area.drag-over{background-color:#ffeeba;border-color:#ba8b00;box-shadow:0 8px 24px rgba(255,193,7,0.2)}.upload-area__icon{font-size:3rem;margin-bottom:1rem;color:#FFC107}@media (max-width: 768px){.upload-area__icon{font-size:2.5rem}}.upload-area__text{font-size:1.1rem;color:#343a40;margin-bottom:0.5rem;font-weight:500}@media (max-width: 768px){.upload-area__text{font-size:1rem}}.upload-area__hint{font-size:0.9rem;color:#6C757D;margin-bottom:2rem}@media (max-width: 768px){.upload-area__hint{font-size:0.85rem;margin-bottom:1.5rem}}.upload-area__hint.selected-files{color:#000000;font-weight:500;max-height:100px;overflow-y:auto;padding:0.5rem;background-color:rgba(255,255,255,0.5);border-radius:6px;margin-top:0.5rem}.upload-area__input{margin:2rem 0 0}@media (max-width: 768px){.upload-area__input{margin:1.5rem 0 0}}.upload-area__file-input{display:none}.upload-form.processing .upload-area{opacity:0.6;pointer-events:none}.upload-form.processing .btn:disabled,.upload-form.processing .form-file .form-file-label:disabled,.form-file .upload-form.processing .form-file-label:disabled{opacity:0.6;cursor:not-allowed}.upload-form .upload-success{background-color:#fffaed;color:#876500;border:1px solid #FFC107;padding:1rem;border-radius:6px;margin-bottom:1.5rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:0.5rem}.upload-form .upload-success__icon{font-size:1.2rem}.upload-form .upload-error{background-color:white;color:#ff4602;padding:1rem;border-radius:6px;margin-bottom:1.5rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:0.5rem}.upload-form .upload-error__icon{font-size:1.2rem}.candidates-page .catena-main{margin-top:0 !important;padding:0 !important;max-width:none !important;width:100% !important;background:#f8f9fa;min-height:calc(100vh - 70px)}.candidates-container{max-width:1400px;margin:0 auto;padding:2rem}@media (max-width: 768px){.candidates-container{padding:1rem}}.page-header--candidates{background:#FFFFFF;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px rgba(0,0,0,0.05);border:1px solid #e9ecef}.page-header--candidates .page-header__title{font-size:2rem;font-weight:700;color:#191c1f;margin:0}.info-tip{background:#fffdf7;border:1px solid #ffeeba;border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;gap:0.75rem;font-size:0.875rem;color:#6d5200}.info-tip__icon{font-size:1.2rem}.info-tip__content{flex:1}.info-tip__content strong{font-weight:600}.candidates-table{background:#FFFFFF;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,0.05);border:1px solid #e9ecef;overflow:hidden}.table--candidates{width:100%;border-collapse:collapse}.table--candidates .table__header{background:#f8f9fa;padding:1rem;text-align:left;font-weight:600;color:#191c1f;font-size:0.875rem;text-transform:uppercase;letter-spacing:0.05em;border-bottom:2px solid #e9ecef;cursor:pointer;user-select:none;transition:background-color 0.2s ease}.table--candidates .table__header:hover{background:#f1f3f5}.table--candidates .table__header.sort-asc::after,.table--candidates .table__header.sort-desc::after{content:'';display:inline-block;width:0;height:0;margin-left:0.5rem;vertical-align:middle}.table--candidates .table__header.sort-asc::after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:6px solid #191c1f}.table--candidates .table__header.sort-desc::after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #191c1f}.table--candidates .table__row{transition:background-color 0.15s ease}.table--candidates .table__row:hover{background:#f8f9fa}.table--candidates .table__cell{padding:1rem;border-bottom:1px solid #f1f3f5;color:#343a40;font-size:0.875rem}.table--candidates .table__cell--number{font-weight:500;color:#6C757D}.table--candidates .table__cell--actions{text-align:center}.editable-field{padding:0.375rem 0.5rem;border-radius:4px;transition:all 0.2s ease;min-height:32px}.editable-field:hover{background:#f8f9fa}.editable-field:focus{outline:none;background:#fffaed;border:2px solid #FFC107;padding:0.25rem 0.375rem}.editable-field.has-changes{background:#fffaed}.save-btn{display:none;margin-top:0.5rem}.save-btn.show{display:inline-flex}.btn--success{background:#10b981;color:#FFFFFF}.btn--success:hover{background:#0c8a60;box-shadow:0 4px 12px rgba(16,185,129,0.2)}.btn--success:disabled{opacity:0.6;cursor:not-allowed}.empty-state{text-align:center;padding:4rem 2rem}.empty-state__title{color:#343a40;font-size:1.25rem;margin-bottom:0.5rem}.empty-state__text{color:#6C757D;margin-bottom:1.5rem}.text-muted{color:#ced4da}.candidates-review-section{margin-bottom:2rem}.candidates-review-section h3{font-size:1.25rem;font-weight:600;color:#191c1f}.candidates-review-section .text-muted{color:#495057;font-size:0.875rem}.separator{text-align:center;position:relative;margin:3rem 0}.separator::before{content:'';position:absolute;top:50%;left:0;right:0;height:1px;background:#e9ecef}.separator .separator-text{position:relative;background:#f8f9fa;padding:0 1.5rem;color:#6C757D;font-size:0.813rem;font-weight:500}.toast-feedback{position:fixed;bottom:20px;right:20px;background:#10b981;color:#FFFFFF;padding:0.5rem 1rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.15);animation:slideIn 0.3s ease-out;z-index:1000;font-size:0.875rem}.toast-feedback.error{background:#FF6B35}@keyframes slideIn{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.order-notice{background-color:#fffaed;border:1px solid #ffe7a0;padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:0.5rem;font-size:0.813rem}.order-notice .info-icon{flex-shrink:0;color:#a07800}.drag-handle-header{width:40px}.drag-handle{width:40px;cursor:move;text-align:center}.drag-handle .drag-icon{color:#ced4da;transition:all 0.2s ease}.drag-handle:hover .drag-icon{color:#495057}.question-row{transition:all 0.3s ease}.question-row.sortable-ghost{opacity:0.4;background-color:#f8f9fa}.question-row.sortable-drag{background-color:#fffaed;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.eliminatory-badge{display:inline-block;margin-left:0.25rem;padding:2px 6px;border-radius:4px;font-size:0.75rem;font-weight:500;transition:all 0.2s ease}.eliminatory-badge.eliminatory{background-color:#fee2e2;color:#dc2626}.eliminatory-badge.non-eliminatory{background-color:#f1f3f5;color:#495057}.eliminatory-check:checked~.eliminatory-badge{display:inline-block}.content-card{background:#FFFFFF;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,0.05);border:1px solid #e9ecef;overflow:hidden}.wizard-header{padding:2rem;border-bottom:1px solid #e9ecef;background:#f8f9fa}.wizard-header .d-flex{display:flex;justify-content:space-between;align-items:center}.wizard-header h1{font-size:1.5rem;font-weight:700;color:#000000;margin:0 0 0.25rem 0}.wizard-header p{font-size:0.875rem;color:#495057;margin:0}.wizard-form{padding:2rem}.wizard-form .wizard-form-footer{margin-left:-2rem;margin-right:-2rem;margin-bottom:-2rem}.wizard-form-body{padding:2rem}.wizard-form-footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-top:1px solid #e9ecef;background:#f8f9fa}@media (max-width: 768px){.wizard-form-footer{flex-direction:column;gap:1rem}.wizard-form-footer .btn,.wizard-form-footer .form-file .form-file-label,.form-file .wizard-form-footer .form-file-label{width:100%;justify-content:center}}.wizard-section{margin-bottom:2rem}.wizard-section .wizard-section-title{font-size:1rem;font-weight:600;color:#191c1f;margin-bottom:1rem;display:flex;align-items:center;gap:1rem}.job-form-clean{max-width:100%}.import-card-clean{display:flex;align-items:center;gap:16px;padding:16px 20px;background:linear-gradient(135deg, #f0f4ff 0%, #faf5ff 100%);border:1px solid #e0e7ff;border-radius:12px;margin-bottom:24px;flex-wrap:wrap}.import-card-clean__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:white;border-radius:10px;color:#7c3aed;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.import-card-clean__content{flex:1;min-width:200px}.import-card-clean__content h3{font-size:0.9375rem;font-weight:600;color:#1f2937;margin:0 0 2px 0}.import-card-clean__content p{font-size:0.8125rem;color:#6b7280;margin:0}.import-card-clean__action{flex-shrink:0;display:flex;align-items:center;gap:8px}.import-card-clean__loading,.import-card-clean__error{width:100%;margin-top:8px;font-size:0.8125rem;display:flex;align-items:center;gap:6px}.import-card-clean__loading{color:#7c3aed}.import-card-clean__error{color:#dc2626}.form-section{background:#fafafa;border-radius:12px;padding:20px;margin-bottom:16px}.form-section__header{display:flex;align-items:center;gap:8px;font-size:0.9375rem;font-weight:600;color:#374151;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.form-section__header svg{color:#6b7280}.form-group-clean{margin-bottom:16px}.form-group-clean:last-child{margin-bottom:0}.form-label-clean{display:block;font-size:0.8125rem;font-weight:600;color:#374151;margin-bottom:6px}.form-input-clean,.form-select-clean{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:0.9375rem;background:white;transition:all 0.15s ease}.form-input-clean:focus,.form-select-clean:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,0.1)}.form-textarea-clean{width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:0.9375rem;font-family:inherit;line-height:1.5;background:white;resize:none;transition:all 0.15s ease}.form-textarea-clean:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,0.1)}.form-hint-clean{display:block;font-size:0.75rem;color:#9ca3af;margin-top:4px}.form-grid-2{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px;margin-bottom:16px}.form-grid-3{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px;margin-bottom:16px}@media (max-width: 768px){.form-grid-2,.form-grid-3{grid-template-columns:1fr}}.input-with-action{display:flex;gap:8px}.input-with-action .form-input-clean{flex:1}.ai-suggest-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);border:1px solid #f59e0b;border-radius:8px;color:#92400e;font-size:0.8125rem;font-weight:500;cursor:pointer;transition:all 0.15s ease;white-space:nowrap}.ai-suggest-btn:hover:not(:disabled){background:linear-gradient(135deg, #fde68a 0%, #fcd34d 100%)}.ai-suggest-btn:disabled{opacity:0.5;cursor:not-allowed}.toggle-row{display:flex;align-items:center;gap:12px;cursor:pointer;padding:12px 16px;background:white;border:1px solid #e5e7eb;border-radius:10px;transition:all 0.15s ease}.toggle-row:hover{border-color:#d1d5db}.toggle-row__input{position:absolute;opacity:0;pointer-events:none}.toggle-row__switch{position:relative;width:44px;height:24px;background:#d1d5db;border-radius:12px;flex-shrink:0;transition:background 0.2s ease}.toggle-row__switch::after{content:'';position:absolute;top:2px;left:2px;width:20px;height:20px;background:white;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,0.2);transition:transform 0.2s ease}.toggle-row__input:checked+.toggle-row__switch{background:#3b82f6}.toggle-row__input:checked+.toggle-row__switch::after{transform:translateX(20px)}.toggle-row__content{display:flex;flex-direction:column;gap:2px}.toggle-row__label{font-size:0.9375rem;font-weight:500;color:#1f2937}.toggle-row__hint{font-size:0.75rem;color:#6b7280}.questions-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.question-row{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:#fafafa;border-radius:10px;transition:background 0.15s ease}.question-row:hover{background:#f5f5f5}.question-row__num{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#e5e7eb;color:#6b7280;border-radius:6px;font-size:0.75rem;font-weight:600;margin-top:6px}.question-row__input{flex:1;min-width:200px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:0.875rem;font-family:inherit;line-height:1.5;background:white;transition:all 0.15s ease;resize:none}.question-row__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,0.1)}.question-row__options{display:flex;align-items:center;gap:16px;flex-shrink:0;margin-top:6px}.question-row__delete{flex-shrink:0;padding:6px;background:none;border:none;color:#9ca3af;cursor:pointer;border-radius:6px;transition:all 0.15s ease;margin-top:6px}.question-row__delete:hover{background:#fee2e2;color:#ef4444}.pill-toggle{display:inline-flex;background:#e5e7eb;border-radius:6px;padding:2px}.pill-toggle__option{cursor:pointer;margin:0}.pill-toggle__option input{position:absolute;opacity:0;pointer-events:none}.pill-toggle__option span{display:block;padding:4px 10px;font-size:0.75rem;font-weight:500;color:#6b7280;border-radius:4px;transition:all 0.15s ease;white-space:nowrap}.pill-toggle__option input:checked+span{background:white;color:#111827;box-shadow:0 1px 2px rgba(0,0,0,0.05)}.knockout-toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;user-select:none}.knockout-toggle input{position:absolute;opacity:0;pointer-events:none}.knockout-toggle__switch{position:relative;width:36px;height:20px;background:#d1d5db;border-radius:10px;transition:background 0.2s ease}.knockout-toggle__switch::after{content:'';position:absolute;top:2px;left:2px;width:16px;height:16px;background:white;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,0.2);transition:transform 0.2s ease}.knockout-toggle input:checked+.knockout-toggle__switch{background:#f59e0b}.knockout-toggle input:checked+.knockout-toggle__switch::after{transform:translateX(16px)}.knockout-toggle__label{font-size:0.75rem;color:#6b7280;font-weight:500}.add-question-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;background:none;border:2px dashed #d1d5db;border-radius:10px;color:#6b7280;font-size:0.875rem;font-weight:500;cursor:pointer;transition:all 0.15s ease}.add-question-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}@media (max-width: 768px){.question-row{flex-wrap:wrap;gap:8px}.question-row__input{order:2;flex-basis:100%;min-width:auto}.question-row__num{order:1}.question-row__delete{order:1;margin-left:auto}.question-row__options{order:3;width:100%;justify-content:space-between}.knockout-toggle__label{display:none}}.wizard-premium-wrapper{background-color:#fafafa;min-height:100vh;padding:30px 0;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif}.wizard-container-max{max-width:1400px;width:92%;margin:0 auto;padding:0 20px}.wizard-progress-header{display:flex;justify-content:space-between;margin:0 auto 40px auto;max-width:700px;width:100%;position:relative}.wizard-progress-header::after{content:'';position:absolute;top:15px;left:30px;right:30px;height:2px;background:#eee;z-index:1}.progress-step{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px}.progress-step::after{display:none !important}.progress-step .step-circle{width:32px;height:32px;border-radius:50%;background:white;border:2px solid #ddd;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:#999;transition:all 0.3s ease}.progress-step .step-label{font-size:11px;font-weight:600;text-transform:uppercase;color:#999;letter-spacing:0.5px}.progress-step.active .step-circle{background:#000000;border-color:#000000;color:white;box-shadow:0 0 0 4px rgba(0,0,0,0.05)}.progress-step.active .step-label{color:#000000}.progress-step.completed .step-circle{background:#4ade80;border-color:#4ade80;color:white}.wizard-main-card{background:white;border-radius:12px;box-shadow:0 2px 15px rgba(0,0,0,0.04);border:1px solid #e9ecef;overflow:hidden;margin-bottom:50px}.ai-import-area{background:#fff;border-bottom:1px solid #e9ecef;padding:24px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.ai-import-area .ai-info{flex:1}.ai-import-area .ai-info h3{font-size:16px;font-weight:700;color:#000000;margin:0 0 4px 0;display:flex;align-items:center;gap:8px}.ai-import-area .ai-info h3 svg{color:#FF6B35}.ai-import-area .ai-info p{font-size:13px;color:#6C757D;margin:0}.ai-import-area .btn-import-trigger{background:#000000;color:white;border:none;padding:10px 18px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all 0.2s ease}.ai-import-area .btn-import-trigger:hover{background:#333;transform:translateY(-1px)}.import-status-bar{padding:15px 32px;display:flex;align-items:center;gap:12px;font-size:13px;font-weight:600}.import-status-bar.loading{background:#fffbeb;color:#b45309}.import-status-bar.loading .spinner{animation:spin 1s linear infinite}.import-status-bar.error{background:#fef2f2;color:#dc2626}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.p-form-section{padding:32px;border-bottom:1px solid #e9ecef}.p-form-section:last-child{border-bottom:none}.p-form-section .section-title,.p-form-section h1.section-title{font-size:14px;font-weight:700;color:#000000;margin-bottom:24px;display:flex;align-items:center;gap:10px}.p-form-section .section-title::before,.p-form-section h1.section-title::before{content:'';width:4px;height:16px;background:#FFC107;border-radius:2px}.p-section-title{font-size:16px;font-weight:700;margin-bottom:8px;color:#333}.p-section-subtitle{font-size:13px;color:#777;margin-bottom:16px}.p-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.p-grid.grid-3{grid-template-columns:1fr 1fr 1fr}.p-grid.grid-4{grid-template-columns:1fr 1fr 1fr 1fr}.p-grid.grid-full{grid-template-columns:1fr}.questions-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.question-row{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:#fdfdfd;border:1px solid #f0f0f0;border-radius:10px;transition:all 0.2s}.question-row:hover{border-color:#e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,0.02)}.question-row__num{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#f1f1f1;color:#888;border-radius:6px;font-size:11px;font-weight:700;margin-top:8px}.question-row__options{display:flex;align-items:center;gap:16px;flex-shrink:0;margin-top:4px}.question-row__delete{flex-shrink:0;padding:8px;background:none;border:none;color:#ccc;cursor:pointer;border-radius:8px;margin-top:4px;transition:all 0.2s}.question-row__delete:hover{background:#fee2e2;color:#ef4444}.btn-ai-suggest{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #e9ecef;color:#000000;padding:5px 10px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1);display:flex;align-items:center;gap:6px;z-index:5;box-shadow:0 1px 2px rgba(0,0,0,0.05)}.btn-ai-suggest svg{color:#FF6B35;transition:transform 0.3s ease}.btn-ai-suggest:hover:not(:disabled){background:#fdfdfd;border-color:#cbd5e1;box-shadow:0 2px 4px rgba(0,0,0,0.08)}.btn-ai-suggest:hover:not(:disabled) svg{transform:scale(1.1) rotate(10deg)}.btn-ai-suggest:active:not(:disabled){transform:translateY(-50%) scale(0.98)}.btn-ai-suggest:disabled{opacity:0.5;cursor:not-allowed;background:#f8fafc;border-color:#eee;box-shadow:none}.btn-ai-suggest:disabled svg{filter:grayscale(1)}.add-question-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:white;border:2px dashed #eee;border-radius:12px;color:#999;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.2s}.add-question-btn:hover{border-color:#FFC107;color:#000000;background:#fffcf0}.pill-toggle{display:inline-flex;background:#f1f1f1;border-radius:8px;padding:2px}.pill-toggle__option{cursor:pointer;margin:0}.pill-toggle__option input{position:absolute;opacity:0;pointer-events:none}.pill-toggle__option span{display:block;padding:6px 12px;font-size:11px;font-weight:700;color:#888;border-radius:6px;transition:all 0.2s;text-transform:uppercase;letter-spacing:0.3px}.pill-toggle__option input:checked+span{background:white;color:#000000;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.knockout-toggle{display:flex;align-items:center;gap:8px;cursor:pointer}.knockout-toggle input{display:none}.knockout-toggle__switch{position:relative;width:36px;height:20px;background:#e5e5e5;border-radius:12px;transition:background 0.3s}.knockout-toggle__switch::after{content:'';position:absolute;top:2px;left:2px;width:16px;height:16px;background:white;border-radius:50%;transition:transform 0.3s;box-shadow:0 1px 2px rgba(0,0,0,0.1)}.knockout-toggle input:checked+.knockout-toggle__switch{background:#FF6B35}.knockout-toggle input:checked+.knockout-toggle__switch::after{transform:translateX(16px)}.p-group{display:flex;flex-direction:column;gap:6px}.p-label{font-size:13px;font-weight:600;color:#444}.p-control{width:100%;padding:10px 14px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:all 0.2s}.p-control:focus{outline:none;border-color:#000000;box-shadow:0 0 0 3px rgba(0,0,0,0.03)}.p-control::placeholder{color:#aaa}.p-textarea{resize:vertical;min-height:70px;font-family:inherit}.p-hint{font-size:11px;color:#888;margin-top:4px;line-height:1.4}.p-toggle-group{background:#f9f9f9;padding:16px;border-radius:10px;display:flex;align-items:center;justify-content:space-between}.p-toggle-group .toggle-info h4{font-size:13px;margin:0 0 2px 0;color:#333}.p-toggle-group .toggle-info p{font-size:11px;margin:0;color:#777}.p-group-toggle{display:flex;flex-direction:column;justify-content:center;background:#fdfdfd;border:1px solid #f0f0f0;padding:10px 16px;border-radius:10px;height:100%;transition:all 0.2s}.p-group-toggle:hover{border-color:#e0e0e0;background:#fafafa}.p-group-toggle .toggle-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.p-group-toggle .toggle-header .p-label{margin-bottom:0}.p-group-toggle .p-hint{margin-top:0;margin-bottom:0}.wizard-footer-actions{padding:24px 32px;background:#fcfcfc;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e9ecef}.btn-wizard{padding:10px 24px;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;transition:all 0.2s;border:1px solid transparent}.btn-wizard.btn-next{background:#000000;color:white}.btn-wizard.btn-next:hover{background:#333}.btn-wizard.btn-plain{background:white;border-color:#ddd;color:#666}.btn-wizard.btn-plain:hover{border-color:#bbb;color:#333}.input-with-action{position:relative;display:flex;align-items:center}.input-with-action .btn-ai-suggest{position:absolute;right:8px;top:50%;transform:translateY(-50%);box-shadow:none}@media (max-width: 640px){.p-grid{grid-template-columns:1fr}}.wizard-mode-selection{display:flex;gap:24px;justify-content:center;margin:40px 0;align-items:stretch}@media (max-width: 768px){.wizard-mode-selection{flex-direction:column;align-items:center}}.mode-card{background:white;border:1px solid #e9ecef;border-radius:12px;padding:32px;flex:1;max-width:400px;cursor:pointer;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;width:100%}.mode-card:hover{border-color:#000;transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,0.06)}.mode-card:hover .mode-icon{transform:scale(1.1) rotate(-5deg)}.mode-card:hover .btn-mode{background:#000;color:white;border-color:#000}.mode-card.primary{border-color:#ffeeba;background:linear-gradient(to bottom, #fffcf5, #fff)}.mode-card.primary .mode-icon{color:#FF6B35;background:#fff4e6}.mode-icon{width:64px;height:64px;border-radius:50%;background:#f8f9fa;color:#6C757D;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all 0.3s ease}.mode-icon svg{width:32px;height:32px}.mode-title{font-size:18px;font-weight:700;color:#000;margin-bottom:8px}.mode-description{font-size:14px;color:#6C757D;margin-bottom:12px;line-height:1.5}.mode-locale-selector{width:100%;margin-bottom:16px}.mode-locale-selector__label{display:block;font-size:0.68rem;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:#aaa;margin-bottom:6px}.mode-locale-selector select{width:100%;padding:7px 32px 7px 10px;border:1px solid #e2e6ea;border-radius:8px;font-size:0.875rem;font-weight:500;color:#333;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23aaa'/%3E%3C/svg%3E") no-repeat right 10px center;-webkit-appearance:none;appearance:none;cursor:pointer;transition:border-color 0.15s}.mode-locale-selector select:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,0.04)}.mode-locale-selector select:hover{border-color:#bbb}.btn-mode{margin-top:auto;padding:10px 24px;border-radius:8px;font-weight:600;font-size:14px;border:1px solid #e9ecef;background:white;color:#000;transition:all 0.2s;width:100%}.wizard-loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.9);z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center;backdrop-filter:blur(4px)}.wizard-loading-overlay .loading-content{text-align:center;background:white;padding:40px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.1);border:1px solid #eee;max-width:400px}.wizard-loading-overlay h3{font-size:18px;font-weight:700;margin:20px 0 8px 0;color:#000}.wizard-loading-overlay p{color:#6C757D;font-size:14px;margin:0}.wizard-loading-overlay .spinner-large{width:48px;height:48px;border:4px solid #eee;border-top-color:#FF6B35;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.upload-wrapper{max-width:800px;margin:0 auto}.upload-area{border:2px dashed #e2e8f0;border-radius:16px;padding:60px 40px;text-align:center;transition:all 0.2s ease;background-color:#f8fafc;cursor:pointer;position:relative;overflow:hidden}.upload-area__content{pointer-events:none}.upload-area:hover,.upload-area.drag-active{border-color:#3b82f6;background-color:#eff6ff;transform:scale(1.01)}.upload-area--minimized{padding:20px;min-height:auto}.upload-area--minimized .upload-area__content{display:flex;align-items:center;justify-content:center;gap:16px}.upload-area--minimized .upload-cloud-icon{width:40px;height:40px;margin:0}.upload-area--minimized .upload-cloud-icon svg{width:20px;height:20px}.upload-area--minimized .upload-area__title{margin:0;font-size:15px}.upload-cloud-icon{background:white;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);color:#3b82f6}.upload-area__title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:8px}.upload-area__subtitle{color:#64748b;margin-bottom:16px}.upload-area__formats{display:inline-block;padding:4px 12px;background:#e2e8f0;border-radius:20px;font-size:0.875rem;color:#475569;font-weight:500}.file-card{display:flex;align-items:center;padding:16px;background:white;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:12px;box-shadow:0 1px 3px rgba(0,0,0,0.05);animation:slideDown 0.3s ease-out}.file-card.error{border-color:#fecaca;background:#fef2f2}.file-card.error .progress-fill{background:#ef4444}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.file-card__icon{width:40px;height:40px;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:16px;color:#64748b}.file-card__info{flex:1}.file-card__name{font-weight:500;color:#0f172a;margin-bottom:4px}.file-card__meta{font-size:0.875rem;color:#64748b;display:flex;align-items:center;gap:8px}.progress-bar-thin{height:4px;background:#f1f5f9;border-radius:2px;margin-top:8px;overflow:hidden}.progress-fill{height:100%;background:#3b82f6;transition:width 0.3s ease}tr.candidate-incomplete{background-color:#fff3cd !important}tr.candidate-incomplete:hover{background-color:#ffe8a1 !important}.score-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-weight:600;font-size:14px}.score-high{background-color:#d4edda;color:#155724}.score-medium{background-color:#fff3cd;color:#856404}.score-low{background-color:#f8d7da;color:#721c24}.tooltip-icon{cursor:help;font-size:12px;color:#6c757d;margin-left:4px}.selection-summary{padding:12px;background-color:#f8f9fa;border-radius:8px}.candidate-checkbox{cursor:pointer}.upload-progress-container{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,0.95);z-index:1000;display:flex;align-items:center;justify-content:center}.upload-progress-content{text-align:center;max-width:400px;padding:40px}.upload-progress-icon{margin-bottom:24px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:0.7}}.upload-progress-title{font-size:24px;font-weight:600;color:#000;margin-bottom:12px}.upload-progress-message{font-size:16px;color:#6C757D;margin-bottom:32px}.upload-progress-bar{width:100%;height:6px;background-color:#f0f0f0;border-radius:3px;overflow:hidden;margin-bottom:16px}.upload-progress-bar-fill{height:100%;background-color:#FFC107;width:0%;animation:progress 3s ease-in-out infinite;border-radius:3px}@keyframes progress{0%{width:0%}50%{width:70%}100%{width:95%}}.upload-progress-tip{font-size:14px;color:#999;margin:0}.iti{width:100%;display:block}.iti__flag-container{z-index:10}.candidates-table input.candidate-input{width:100%;box-sizing:border-box}.candidates-table td:last-child{white-space:nowrap}@media (max-width: 768px){.candidates-table{font-size:12px}.score-badge{padding:2px 8px;font-size:12px}.upload-progress-content{padding:20px}.upload-progress-title{font-size:20px}.upload-progress-message{font-size:14px}}.progress-fill--processing{width:60%;animation:fakeAnalysisProgress 15s cubic-bezier(0.1, 0.7, 1, 0.1) forwards}@keyframes fakeAnalysisProgress{0%{width:60%}30%{width:75%}60%{width:85%}100%{width:95%}}.candidate-row--processing{background-color:#f8f9fa}.interview-form-clean{max-width:100%}.interview-details-page{min-height:100vh;background:#f0f2f5;padding-top:70px}.interview-details-page .interview-header{background:#FFFFFF;padding:1rem 2rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;position:fixed;top:70px;left:0;right:0;z-index:10}.interview-details-page .interview-header__left{display:flex;align-items:center;gap:1rem}.interview-details-page .interview-header__info h1{font-size:1.25rem;margin:0;color:#000000}.interview-details-page .interview-header__subtitle{color:#6C757D;font-size:0.875rem;margin:0.25rem 0 0 0}.interview-details-page .interview-header__right .interview-score{text-align:center}.interview-details-page .interview-header__right .interview-score__label{display:block;font-size:0.75rem;color:#6C757D;margin-bottom:0.25rem}.interview-details-page .interview-header__right .interview-score__value{display:block;font-size:1.5rem;font-weight:600}.interview-details-page .interview-header__right .interview-score__value--high{color:#10b981}.interview-details-page .interview-header__right .interview-score__value--low{color:#ef4444}.interview-details-page .dissertative-responses-container{max-width:800px;margin:0 auto;padding:1.5rem;padding-top:100px;padding-bottom:3rem}.interview-details-page .dissertative-responses-container .section-title{font-size:1.125rem;font-weight:600;margin-bottom:2rem;color:#000000}.interview-details-page .dissertative-responses-container .responses-list{margin-bottom:3rem}.interview-details-page .dissertative-responses-container .question-response-block{background:#FFFFFF;border-radius:12px;padding:2rem;margin-bottom:1.5rem;border:1px solid #e9ecef;position:relative}.interview-details-page .dissertative-responses-container .question-response-block .question-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.interview-details-page .dissertative-responses-container .question-response-block .question-number{font-weight:600;font-size:14px;color:#333;margin:0;line-height:1.4;background:none;padding:0}.interview-details-page .dissertative-responses-container .question-response-block .eliminatory-badge{background-color:#FF6B35;color:white;padding:4px 12px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;white-space:nowrap;flex-shrink:0}.interview-details-page .dissertative-responses-container .question-response-block .question-text{font-weight:600;color:#000000;margin:0 0 1rem 0;font-size:0.875rem;line-height:1.5;clear:both}.interview-details-page .dissertative-responses-container .question-response-block .response-text{background:#f8f9fa;padding:1rem;border-radius:8px;border-left:3px solid #FFC107;line-height:1.6;color:#343a40}.interview-details-page .dissertative-responses-container .question-response-block .response-text p{margin:0}.interview-details-page .dissertative-responses-container .question-response-block .response-text p:not(:last-child){margin-bottom:0.5rem}.interview-details-page .dissertative-responses-container .question-response-block .response-footer{display:flex;justify-content:space-between;align-items:center;font-size:0.813rem;color:#6C757D;margin-top:0.5rem}.interview-details-page .dissertative-responses-container .question-response-block .response-footer .response-time{font-size:0.813rem;color:#6C757D}.interview-details-page .dissertative-responses-container .question-response-block .response-footer .response-type{font-size:0.813rem;color:#495057}.interview-details-page .dissertative-responses-container .question-response-block .response-footer .response-type i{margin-right:4px;font-size:0.75rem}.interview-details-page .dissertative-responses-container .ai-analysis{background:#FFFFFF;border-radius:8px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.interview-details-page .dissertative-responses-container .ai-analysis__title{font-size:1.25rem;margin:0 0 1.5rem 0;color:#000000}.interview-details-page .dissertative-responses-container .ai-analysis__title i{color:#FFC107;margin-right:0.25rem}.interview-details-page .dissertative-responses-container .ai-analysis__section{margin-bottom:1.5rem}.interview-details-page .dissertative-responses-container .ai-analysis__section:last-child{margin-bottom:0}.interview-details-page .dissertative-responses-container .ai-analysis__section h4{font-size:1rem;margin:0 0 0.75rem 0;color:#000000}.interview-details-page .dissertative-responses-container .ai-analysis__section p{color:#4b5563;line-height:1.6;margin:0}.interview-details-page .dissertative-responses-container .ai-analysis__section--highlight{background:#fffef0;padding:1rem;border-radius:6px;border:1px solid #FFC107}.interview-details-page .dissertative-responses-container .ai-analysis__list{list-style:none;padding:0;margin:0}.interview-details-page .dissertative-responses-container .ai-analysis__list li{display:flex;align-items:flex-start;gap:0.5rem;margin-bottom:0.5rem;color:#4b5563}.interview-details-page .dissertative-responses-container .ai-analysis__list li .bullet{flex-shrink:0;font-weight:600}.interview-details-page .dissertative-responses-container .ai-analysis__list li .bullet i{font-size:0.813rem}.interview-details-page .dissertative-responses-container .ai-analysis__list li .bullet--positive i{color:#FFC107}.interview-details-page .dissertative-responses-container .ai-analysis__list li .bullet--negative i{color:#FF6B35}@media (max-width: 768px){.interview-details-page .interview-header{padding:1rem;position:relative;top:0}.interview-details-page .interview-header__info h1{font-size:1.125rem}.interview-details-page .dissertative-responses-container{padding:1rem;padding-top:1rem}}.interview-details-page .dissertative-responses-container .question-response-block .question-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.interview-details-page .dissertative-responses-container .question-response-block .question-header .question-number{font-weight:600;font-size:14px;color:#333333 !important;margin:0 !important;padding:0 !important;line-height:1.4 !important;background:none !important;border:none !important;display:inline-block !important;white-space:nowrap !important}.interview-details-page .dissertative-responses-container .question-response-block .question-header .eliminatory-badge{background-color:#FF6B35 !important;color:white !important;padding:4px 12px !important;border-radius:4px !important;font-size:11px !important;font-weight:600 !important;text-transform:uppercase !important;white-space:nowrap !important;flex-shrink:0 !important}.audio-indicator{background-color:#e3f2fd;color:#1976d2;padding:4px 12px;border-radius:4px;font-size:13px;margin-bottom:8px;display:inline-block}.audio-indicator i{margin-right:4px}.devise-controller .catena-header,.devise-controller .catena-footer{display:none}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8f9fa;padding:2rem}@media (max-width: 640px){.auth-page{padding:1rem}}.auth-card{background:#FFFFFF;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.15);padding:3rem;width:100%;max-width:400px;border:1px solid #e9ecef}@media (max-width: 640px){.auth-card{padding:2rem}}.auth-card .auth-logo{text-align:center;margin-bottom:3rem}.auth-card .auth-logo img{height:40px;width:auto}.auth-card .auth-title{font-size:1.5rem;font-weight:600;color:#000000;margin:0 0 0.5rem 0;text-align:center}.auth-card .auth-subtitle{font-size:0.875rem;color:#6C757D;text-align:center;margin:0 0 3rem 0}.auth-card .form-actions{margin-top:2rem}.auth-card .auth-links{margin-top:2rem;text-align:center;padding-top:2rem;border-top:1px solid #f1f3f5}.auth-card .auth-links a{color:#6C757D;text-decoration:none;font-size:0.813rem;transition:all 0.2s ease;display:inline-block;margin:0 0.5rem}.auth-card .auth-links a:hover{color:#FFC107;text-decoration:underline}.auth-form .form-group{margin-bottom:1.5rem}.auth-form .form-label{display:block;font-size:0.813rem;font-weight:500;color:#343a40;margin-bottom:0.5rem}.auth-form .form-control,.auth-form .form-textarea,.auth-form .comment-form textarea,.comment-form .auth-form textarea,.auth-form .form-select{width:100%;padding:0.5rem 1rem;font-size:0.875rem;border:2px solid #e9ecef;border-radius:8px;background:#FFFFFF;transition:all 0.2s ease;font-family:inherit}.auth-form .form-control:focus,.auth-form .form-textarea:focus,.auth-form .comment-form textarea:focus,.comment-form .auth-form textarea:focus,.auth-form .form-select:focus{outline:none;border-color:#FFC107;box-shadow:0 0 0 3px rgba(255,193,7,0.1)}.auth-form .form-control::placeholder,.auth-form .form-textarea::placeholder,.auth-form .comment-form textarea::placeholder,.comment-form .auth-form textarea::placeholder,.auth-form .form-select::placeholder{color:#ced4da}.auth-form .form-check{display:flex;align-items:center;margin-bottom:1.5rem}.auth-form .form-check input[type="checkbox"]{margin-right:0.5rem}.auth-form .form-check .form-check-label{font-size:0.813rem;color:#343a40;cursor:pointer}.auth-errors{background:white;border:1px solid #ffdbce;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.auth-errors h2{font-size:0.875rem;color:#FF6B35;margin:0 0 0.5rem 0}.auth-errors ul{margin:0;padding-left:1.5rem}.auth-errors ul li{color:#ff4602;font-size:0.813rem}.form-text{display:block;margin-top:0.25rem;font-size:0.75rem;color:#6C757D}.form-text.text-muted{color:#6C757D}.wz-show-header{padding:1.5rem 0 0}.wz-show-header__breadcrumb{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.125rem}.wz-show-company-label{font-size:0.72rem;font-weight:700;color:#bbb;text-transform:uppercase;letter-spacing:0.07em;text-decoration:none;display:block;margin-bottom:5px;transition:color 0.15s}.wz-show-company-label:hover{color:#666}.wz-show-title{font-size:1.75rem;font-weight:800;color:#0f0f0f;line-height:1.2;margin:0 0 1rem;letter-spacing:-0.025em}.wz-show-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:0.625rem}.wz-show-secondary{font-size:0.8rem;color:#b0b0b0;margin:0}.wz-show-divider{border:none;border-top:1px solid #f0f0f0;margin:1.25rem 0 1rem}.wz-show-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:8px;flex-wrap:wrap}.wz-show-nav__group{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.wz-tag{display:inline-block;padding:3px 10px;background:#f4f4f5;border-radius:5px;font-size:0.78rem;font-weight:600;color:#666;white-space:nowrap}.wz-btn-sm{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;font-size:0.775rem;font-weight:500;color:#555;border:1px solid #dde1e7;border-radius:7px;background:#fff;cursor:pointer;text-decoration:none;transition:background 0.15s, border-color 0.15s}.wz-btn-sm:hover{background:#f3f4f6;border-color:#c0c4cc;color:#111}.stat-value-clean{font-size:1.75rem;font-weight:800;color:#0f0f0f;line-height:1;letter-spacing:-0.025em;margin-bottom:5px}.stat-label-clean{font-size:0.62rem;text-transform:uppercase;letter-spacing:0.065em;color:#c0c0c0;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1.5rem}.back-link{display:inline-flex;align-items:center;gap:0.5rem;color:#6C757D;text-decoration:none;font-size:0.875rem;transition:color 0.2s ease}.back-link:hover{color:#000000}.back-link svg{width:16px;height:16px}.detail-header{background:#FFFFFF;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px rgba(0,0,0,0.05);border:1px solid #e9ecef}.detail-header .header-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}@media (max-width: 768px){.detail-header .header-top{flex-direction:column;gap:1rem}}.detail-header .header-left{flex:1}.detail-header .header-actions{display:flex;gap:0.5rem;align-items:center}.detail-header .detail-title{font-size:2rem;font-weight:700;color:#000000;margin:0.5rem 0;line-height:1.2}.detail-header .detail-subtitle{font-size:0.875rem;color:#6C757D;margin:0}.detail-header .detail-subtitle a{color:inherit;text-decoration:none}.detail-header .detail-subtitle a:hover{color:#FFC107;text-decoration:underline}.detail-meta{display:flex;gap:2rem;padding-top:1.5rem;border-top:1px solid #f1f3f5;flex-wrap:wrap}@media (max-width: 768px){.detail-meta{gap:1rem;flex-direction:column}}.detail-meta .meta-item{display:flex;align-items:center;gap:0.5rem;font-size:0.813rem;color:#6C757D}.detail-meta .meta-item svg{width:18px;height:18px;flex-shrink:0}.detail-meta .meta-item a{color:inherit;text-decoration:none}.detail-meta .meta-item a:hover{color:#FFC107;text-decoration:underline}.status-badge{display:inline-flex;align-items:center;padding:0.25rem 0.5rem;border-radius:50rem;font-size:0.75rem;font-weight:500;white-space:nowrap}.status-badge--active{background:#fff4d3;color:#6d5200}.status-badge--inactive{background:#f1f3f5;color:#495057}.status-badge--standby{background:#e6effe;color:#094fc2}.status-badge--finished{background:#9ef7d9;color:#085b40}.status-badge--draft{background:white;color:#ce3700}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}@media (max-width: 1024px){.content-grid{grid-template-columns:1fr}}.content-card{background:#FFFFFF;border-radius:12px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,0.05);border:1px solid #e9ecef;margin-bottom:1.5rem}.content-card:last-child{margin-bottom:0}.content-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.content-card .card-title{display:flex;align-items:center;gap:0.5rem;font-size:1.125rem;font-weight:600;color:#191c1f;margin:0}.content-card .card-title svg{width:20px;height:20px;color:#6C757D}.content-card .content-body{color:#495057;line-height:1.6}.content-card .content-body p{margin:0 0 1rem 0}.content-card .content-body p:last-child{margin-bottom:0}.stats-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}.stat-card{background:#f8f9fa;padding:1rem;border-radius:8px;text-align:center;transition:background-color 0.2s}.stat-card:hover{background:#f1f3f5}.stat-card__value{font-size:1.5rem;font-weight:700;color:#000000;line-height:1;display:block}.stat-card__label{font-size:0.75rem;color:#6C757D;margin-top:0.25rem;display:block}.location-tag{display:inline-flex;align-items:center;gap:0.25rem;color:#495057}.location-tag svg{width:14px;height:14px}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1rem}.action-card{display:flex;flex-direction:column;align-items:center;gap:0.75rem;padding:1.5rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;text-align:center;text-decoration:none;color:#000000;transition:all 0.2s}.action-card:hover{background:#FFC107;border-color:#FFC107;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,0.1)}.action-card svg{width:2rem;height:2rem}.action-card span{font-weight:500;font-size:0.875rem}.info-list{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;align-items:flex-start;gap:0.75rem}.info-item svg{width:1.25rem;height:1.25rem;color:#6C757D;flex-shrink:0;margin-top:0.125rem}.info-item span{font-size:0.875rem;line-height:1.5;color:#343a40}.info-item span strong{font-weight:600;color:#191c1f}.candidates-cell{display:flex;align-items:center;gap:0.5rem}.candidates-count{font-weight:600;color:#000000}.table-footer{text-align:center;padding-top:1.5rem;margin-top:1.5rem;border-top:1px solid #e9ecef}.actions-bar{background:#f8f9fa;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px rgba(0,0,0,0.05);border:1px solid #e9ecef}.actions-bar__section{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}@media (max-width: 768px){.actions-bar__section{flex-direction:column;gap:1rem}}.actions-bar__group{display:flex;gap:0.5rem;flex-wrap:wrap}@media (max-width: 768px){.actions-bar__group{width:100%;flex-direction:column}.actions-bar__group .btn,.actions-bar__group .form-file .form-file-label,.form-file .actions-bar__group .form-file-label{width:100%;justify-content:center}}.btn--danger-outline{background:#FFFFFF;border:1px solid #dc2626;color:#dc2626}.btn--danger-outline:hover{background:#dc2626;color:#FFFFFF}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{margin-top:1.5rem;margin-bottom:0.75rem;font-weight:600}.markdown-content h1{font-size:1.75rem}.markdown-content h2{font-size:1.5rem}.markdown-content h3{font-size:1.25rem}.markdown-content h4{font-size:1.125rem}.markdown-content h5{font-size:1rem}.markdown-content h6{font-size:0.875rem}.markdown-content ul,.markdown-content ol{margin:1rem 0;padding-left:2rem}.markdown-content li{margin-bottom:0.5rem}.markdown-content strong{font-weight:600;color:#000000}.markdown-content em{font-style:italic}.markdown-content blockquote{margin:1.5rem 0;padding:1rem 1.5rem;background:#f8f9fa;border-left:4px solid #FFC107}.markdown-content blockquote p{margin-bottom:0}.markdown-content code{background:#f1f3f5;padding:0.125rem 0.375rem;border-radius:0.25rem;font-family:monospace;font-size:0.875em}.markdown-content pre{background:#191c1f;color:#FFFFFF;padding:1rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.markdown-content pre code{background:none;padding:0;color:inherit}.markdown-content table{width:100%;margin:1.5rem 0;border-collapse:collapse}.markdown-content table th,.markdown-content table td{padding:0.75rem;border:1px solid #e9ecef;text-align:left}.markdown-content table th{background:#f8f9fa;font-weight:600}.markdown-content hr{margin:2rem 0;border:none;border-top:1px solid #e9ecef}.markdown-content a{color:#FFC107;text-decoration:none}.markdown-content a:hover{text-decoration:underline}.empty-message{text-align:center;color:#6C757D;padding:1.5rem}.link-primary{color:#FFC107;text-decoration:none;font-weight:500}.link-primary:hover{text-decoration:underline}.text-muted{color:#6C757D}.detail-header svg,.content-card svg{max-width:24px;max-height:24px}.btn svg,.form-file .form-file-label svg{width:16px;height:16px}.jobs-index{padding:2rem;background-color:#f8f9fa;min-height:calc(100vh - 60px)}.page-header{margin-bottom:2rem;background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.05)}.page-header .header-content h1{margin:0;font-size:2rem;font-weight:600;color:#2c3e50}.page-header .header-content p{margin:0.5rem 0 0;font-size:1rem}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));gap:1.5rem}.job-card.board-card{background:white;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,0.05);transition:all 0.3s ease;border:1px solid #e9ecef;display:flex;flex-direction:column;height:100%}.job-card.board-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,0.1);border-color:#FFC107}.job-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.job-title{font-size:1.25rem;font-weight:600;color:#2c3e50;margin:0;line-height:1.3;flex:1;padding-right:1rem}.job-status{padding:0.25rem 0.75rem;border-radius:20px;font-size:0.75rem;font-weight:500;white-space:nowrap}.job-status.active{background-color:#d4edda;color:#155724}.job-status.inactive{background-color:#f8d7da;color:#721c24}.job-company{color:#6C757D;font-size:0.95rem;margin-bottom:1rem;display:flex;align-items:center;gap:0.5rem}.job-company i{font-size:0.875rem;color:#adb5bd}.job-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #e9ecef;padding-bottom:1.5rem}.meta-item{display:flex;align-items:center;gap:0.5rem;color:#6C757D;font-size:0.875rem}.meta-item i{color:#adb5bd;font-size:0.875rem}.job-actions{margin-top:auto;margin-bottom:1rem}.job-actions .btn-block{width:100%;display:flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem;font-weight:500;transition:all 0.3s ease}.recent-activity{margin-top:auto;padding-top:1rem;border-top:1px solid #e9ecef;text-align:center}.recent-activity small{font-size:0.8rem}.empty-state{text-align:center;padding:4rem 2rem;background:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.05)}.empty-state .empty-state-icon{font-size:4rem;color:#e9ecef;margin-bottom:1.5rem}.empty-state h3{color:#495057;margin-bottom:0.5rem}.empty-state p{color:#6C757D;margin:0}@media (max-width: 768px){.jobs-index{padding:1rem}.page-header{padding:1.5rem}.jobs-grid{grid-template-columns:1fr;gap:1rem}.job-meta{flex-direction:column;gap:0.5rem}}body.kanban-view{overflow:hidden}body.kanban-view .catena-footer{display:none !important}.kanban-page{position:fixed;top:70px;left:0;right:0;bottom:0;background:#f8fafc}.kanban-header{height:80px;padding:0 2rem;background:white;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.kanban-header__left{display:flex;align-items:center;gap:1rem}.kanban-header__title h1{font-size:1.1rem;font-weight:700;color:#000000;margin:0;letter-spacing:-0.015em}.kanban-header__info{font-size:0.8rem;color:#6C757D;margin-top:0.2rem}.wz-back-link{display:inline-flex;align-items:center;gap:5px;font-size:0.825rem;font-weight:500;color:#999;text-decoration:none;transition:color 0.15s;flex-shrink:0}.wz-back-link svg{width:16px;height:16px}.wz-back-link:hover{color:#111}.wz-job-chip{display:inline-block;padding:3px 9px;border-radius:5px;font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;flex-shrink:0}.wz-job-chip--active{background:#dcfce7;color:#15803d}.wz-job-chip--standby{background:#dbeafe;color:#1d4ed8}.wz-job-chip--finished{background:#d1fae5;color:#065f46}.wz-job-chip--draft{background:#f3f4f6;color:#6b7280}.wz-job-chip--inactive{background:#f3f4f6;color:#9ca3af}.wz-nav-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 13px;font-size:0.8rem;font-weight:500;color:#555;text-decoration:none;border:1px solid #dde1e7;border-radius:7px;background:#fff;cursor:pointer;transition:background 0.15s, border-color 0.15s, color 0.15s;white-space:nowrap;line-height:1.4}.wz-nav-btn svg{width:14px;height:14px;flex-shrink:0}.wz-nav-btn:hover{background:#f3f4f6;border-color:#c0c4cc;color:#111}.wz-nav-btn--primary{background:#111;color:#fff !important;border-color:#111;font-weight:600}.wz-nav-btn--primary:hover{background:#333 !important;border-color:#333 !important}.wz-nav-btn--danger{color:#dc2626;border-color:#fca5a5}.wz-nav-btn--danger:hover{background:#fef2f2;border-color:#f87171;color:#b91c1c}.back-arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#f8fafc;color:#000000;text-decoration:none;font-size:1.25rem;transition:all 0.2s}.back-arrow:hover{background:#f1f5f9;transform:translateX(-2px)}.kanban-board{display:flex;gap:1rem;padding:2rem 1.5rem;height:calc(100vh - 70px - 80px);overflow-x:auto;overflow-y:hidden}.kanban-board::-webkit-scrollbar{height:8px}.kanban-board::-webkit-scrollbar-track{background:transparent}.kanban-board::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.kanban-board::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.kanban-column{flex:0 0 320px;background:white;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,0.08);height:100%;display:flex;flex-direction:column;transition:all 0.3s;position:relative;overflow:hidden}.kanban-column::before{content:'';position:absolute;top:0;left:0;right:0;height:4px}.kanban-column--pre-aval::before{background:#6C757D}.kanban-column--qualificados::before{background:#FFC107}.kanban-column--recusado-pre-aval::before{background:#94a3b8}.kanban-column--recusados::before{background:#FF6B35}.kanban-column--entrevista::before{background:#000000}.kanban-column--reprovado-entrevista::before{background:#FF6B35}.kanban-column--oferta::before{background:#6C757D}.kanban-column--contratacao::before{background:#FFC107}.kanban-column[class*="kanban-column--custom-"]::before{background:#475569}.kanban-column.drag-over{background:#fffef0;box-shadow:0 0 0 2px #FFC107}.kanban-column__header{padding:1.25rem;border-bottom:2px solid #f1f5f9}.kanban-column__title{display:flex;align-items:center;justify-content:space-between;font-weight:600;color:#000000}.kanban-column__count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:#f1f5f9;border-radius:12px;font-size:0.75rem;font-weight:600;color:#6C757D}.kanban-column__cards{flex:1;padding:0.75rem;overflow-y:auto}.kanban-column__cards::-webkit-scrollbar{width:6px}.kanban-column__cards::-webkit-scrollbar-track{background:transparent}.kanban-column__cards::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.kanban-column__cards::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.candidate-card{background:white;border:1px solid #e2e8f0;border-radius:6px;padding:0.5rem 0.75rem;margin-bottom:0.5rem;cursor:pointer;transition:all 0.2s}.candidate-card:hover{border-color:#d1d5db;box-shadow:0 1px 3px rgba(0,0,0,0.1);transform:translateY(-1px)}.candidate-card.dragging{opacity:0.5;cursor:grabbing}.candidate-card__header{display:flex;align-items:center;justify-content:space-between;gap:0.5rem}.candidate-card__name{font-weight:500;color:#000000;font-size:0.875rem;line-height:1.2;flex:1}.candidate-card__status{margin-top:0.25rem;line-height:1}.candidate-card .comments-badge{display:flex;align-items:center;gap:4px;font-size:0.75rem;color:#64748b;padding:2px 6px;border-radius:4px;background-color:#f1f5f9}.candidate-card .comments-badge svg{width:12px;height:12px}.score-badge{display:inline-flex;align-items:center;padding:0.125rem 0.375rem;border-radius:4px;font-size:0.75rem;font-weight:500;flex-shrink:0}.score-badge--qualified{background:#e5f3e5;color:#2d6e2d}.score-badge--rejected{background:#fce5e5;color:#8b1919}.status-text{display:inline-block;font-size:0.7rem;color:#6C757D;font-weight:400}.status-text--completed{color:#2d6e2d}.status-text--progress{color:#1d4ed8}.status-text--rejected{color:#8b1919}.status-text--cancelled{color:#991b1b}.modal{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);display:none}.modal--candidate{display:none}.modal--candidate .modal__content{margin:2% auto;width:90%;max-width:900px;max-height:96vh;height:auto}.modal__content{background-color:white;padding:0;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,0.15);overflow:hidden;display:flex;flex-direction:column}.modal__content--redesigned{margin:2% auto;width:90%;max-width:900px;max-height:96vh;height:auto}.modal__header{padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#f8fafc;flex-shrink:0}.modal__title{font-size:1.25rem;font-weight:600;color:#000000;margin:0}.modal__close{width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;transition:all 0.2s;color:#64748b}.modal__close:hover{background:#e2e8f0;color:#000000}.modal__body{flex:1;overflow:hidden;padding:0;max-height:calc(96vh - 60px);overflow-y:auto}.modal__container{display:flex;height:100%;min-height:400px}.modal__main{flex:1;padding:1.5rem;overflow-y:auto;max-height:100%}.modal__sidebar{width:320px;padding:1.5rem;background:#f8fafc;border-left:1px solid #e2e8f0;overflow-y:auto;max-height:100%;flex-shrink:0}.modal__status-section{margin-bottom:1rem}.modal__section{margin-bottom:1.5rem}@media (max-width: 768px){.modal__content--redesigned{width:95%;margin:1% auto;max-height:98vh}.modal__container{flex-direction:column}.modal__sidebar{width:100%;border-left:none;border-top:1px solid #e2e8f0}}.status-info{display:flex;align-items:center;gap:0.75rem;margin-bottom:0.5rem}.status-label{font-size:0.875rem;color:#6C757D;font-weight:500}.status-value{font-size:0.875rem;font-weight:600;color:#000000}.status-value--score{background:#e5f3e5;color:#2d6e2d;padding:0.125rem 0.5rem;border-radius:4px;font-size:0.875rem}.status-value--final{font-weight:700;color:#000000;background:#FFC107;color:#000000}.score-calculation{display:block;font-size:0.75rem;color:#6C757D;margin-top:0.25rem;font-weight:normal}.recommendation-tag{display:inline-flex;align-items:center;gap:0.5rem;background:#d1fae5;color:#065f46;padding:0.5rem 1rem;border-radius:6px;margin-top:0.5rem;font-weight:500;font-size:0.875rem}.recommendation-tag svg{color:#10b981}.section-title{font-size:1rem;font-weight:600;color:#000000;margin-bottom:0.75rem}.section-content{font-size:0.875rem;color:#6C757D;line-height:1.6}.score-reasoning-box{margin-top:0.75rem;padding:0.75rem;background-color:#f8f9fa;border-radius:6px;border-left:3px solid #FFC107}.score-reasoning-box strong{display:block;margin-bottom:0.375rem;color:#333;font-size:0.875rem}.score-reasoning-box p{margin:0;font-size:0.8125rem;color:#6C757D;line-height:1.5}.interview-analysis{margin-bottom:1rem}.analysis-item{display:flex;align-items:flex-start;gap:0.5rem;margin-bottom:0.5rem;font-size:0.875rem;color:#6C757D}.analysis-item--warning{color:#dc2626}.analysis-icon{font-weight:600;flex-shrink:0}.analysis-icon i{font-size:14px}.analysis-icon i.fa-check{color:#28a745}.analysis-icon i.fa-exclamation-triangle{color:#ffc107}.link-button{color:#1d4ed8;text-decoration:none;font-size:0.875rem;font-weight:500}.link-button:hover{text-decoration:underline}.sidebar-section{margin-bottom:1.5rem}.sidebar-section:last-child{margin-bottom:0}.sidebar-title{font-size:0.875rem;font-weight:600;color:#000000;margin-bottom:0.75rem}.contact-list{display:flex;flex-direction:column;gap:0.5rem}.contact-item{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem}.contact-item:hover .contact-icon i{color:#000}.contact-icon{flex-shrink:0}.contact-icon i{font-size:16px;width:20px;text-align:center;color:#6c757d;margin-right:8px}.contact-link{color:#1d4ed8;text-decoration:none;word-break:break-word}.contact-link:hover{text-decoration:underline}.contact-text{color:#6C757D}.select-label{display:block;font-size:0.875rem;font-weight:500;color:#6C757D;margin-bottom:0.5rem}.select-field{width:100%;padding:0.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:0.875rem;background:white;cursor:pointer;margin-bottom:1rem}.select-field:focus{outline:none;border-color:#FFC107}.comment-field{width:100%;padding:0.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:0.875rem;resize:vertical;font-family:inherit;margin-bottom:0.5rem}.comment-field:focus{outline:none;border-color:#FFC107}.divider{height:1px;background:#e2e8f0;margin:1.5rem 0}.btn,.form-file .form-file-label{display:inline-flex;align-items:center;justify-content:center;padding:0.5rem 1rem;border:none;border-radius:6px;font-size:0.875rem;font-weight:500;cursor:pointer;transition:all 0.2s;text-decoration:none}.btn--primary{background:#FFC107;color:#000000}.btn--primary:hover{background:#d39e00}.btn--secondary,.form-file .form-file-label{background:#e2e8f0;color:#000000}.btn--secondary:hover,.form-file .form-file-label:hover{background:#d1d5db}.btn--warning{background:#FF6B35;color:white}.btn--warning:hover{background:#ff4602}.btn--block{width:100%}.btn--small{padding:0.375rem 0.75rem;font-size:0.75rem}.comments-list{max-height:300px;overflow-y:auto;margin-bottom:1rem}.comments-list::-webkit-scrollbar{width:6px}.comments-list::-webkit-scrollbar-track{background:transparent}.comments-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.comments-list::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.comment-item{padding:0.75rem;border-bottom:1px solid #e5e7eb;animation:fadeIn 0.3s ease-in}.comment-item:last-child{border-bottom:none}.comment-header{display:flex;justify-content:space-between;margin-bottom:0.25rem}.comment-author{font-weight:600;color:#374151;font-size:0.875rem}.comment-date{color:#6b7280;font-size:0.75rem}.comment-content{color:#4b5563;font-size:0.875rem;line-height:1.4;word-wrap:break-word}.no-comments{text-align:center;color:#9ca3af;padding:1rem;font-size:0.875rem}.comment-actions{display:flex;gap:0.5rem;margin-top:0.25rem}.comment-action-btn{font-size:0.7rem;color:#6b7280;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline}.comment-action-btn:hover{color:#374151}.comment-edit-field{width:100%;padding:0.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:0.875rem;resize:vertical;font-family:inherit;margin-top:0.5rem}.comment-edit-actions{display:flex;gap:0.5rem;margin-top:0.5rem}.notification{position:fixed;top:20px;right:20px;padding:1rem 1.5rem;border-radius:8px;font-size:0.875rem;font-weight:500;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:2000;animation:slideIn 0.3s ease-out;max-width:300px}.notification--success{background:#10b981;color:white}.notification--error{background:#FF6B35;color:white}.notification--info{background:#FFC107;color:#000000}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}@keyframes slideIn{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.loading{padding:2rem;text-align:center;color:#6C757D}.error{padding:2rem;text-align:center;color:#dc2626}.ai-analysis{background:#f8fafc;border-radius:8px;padding:1.5rem;margin-bottom:1rem}.ai-analysis__title{display:flex;align-items:center;gap:0.5rem;font-size:1.125rem;font-weight:600;color:#000000;margin-bottom:1rem}.ai-analysis__title i{color:#FFC107;font-size:1.25rem}.ai-analysis__section{margin-bottom:1.5rem}.ai-analysis__section:last-child{margin-bottom:0}.ai-analysis__section h4{font-size:0.9375rem;font-weight:600;color:#000000;margin-bottom:0.75rem}.ai-analysis__section p{font-size:0.875rem;color:#6C757D;line-height:1.6;margin:0}.ai-analysis__list{list-style:none;padding:0;margin:0}.ai-analysis__list li{display:flex;align-items:flex-start;gap:0.75rem;font-size:0.875rem;color:#6C757D;line-height:1.5;margin-bottom:0.5rem}.ai-analysis__list li:last-child{margin-bottom:0}.bullet{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;flex-shrink:0;margin-top:0.125rem}.bullet i{font-size:0.75rem}.bullet--positive{background:#d1fae5;color:#065f46}.bullet--negative{background:#fee2e2;color:#991b1b}.bullet--warning{background:#fef3c7;color:#92400e}.sortable-ghost{opacity:0.4;background-color:#f3f4f6;border:1px dashed #9ca3af}.sortable-drag{cursor:grabbing;opacity:1;background-color:white;transform:rotate(2deg);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);z-index:9999}.filters-bar{display:grid;gap:1rem;margin-bottom:1.5rem;grid-template-columns:1fr auto}.filters-bar.filters-bar-3{grid-template-columns:2fr 1fr 1fr}.filters-bar.filters-bar-4{grid-template-columns:2fr 1fr 1fr 1fr}@media (max-width: 768px){.filters-bar{grid-template-columns:1fr}.filters-bar.filters-bar-3{grid-template-columns:1fr}.filters-bar.filters-bar-4{grid-template-columns:1fr}}.search-container{width:100%;position:relative}.search-container .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#ced4da;pointer-events:none}.search-container .search-input{width:100%;padding:0.5rem 1rem;padding-left:2.5rem;border:1px solid #e9ecef;border-radius:6px;font-size:0.813rem;transition:all 0.2s ease}.search-container .search-input:focus{outline:none;border-color:#FFC107;box-shadow:0 0 0 3px rgba(255,193,7,0.1)}.filter-select{padding:0.5rem 1rem;border:1px solid #e9ecef;border-radius:6px;font-size:0.813rem;background:#FFFFFF;cursor:pointer;transition:all 0.2s ease;width:100%}.filter-select:focus{outline:none;border-color:#FFC107;box-shadow:0 0 0 3px rgba(255,193,7,0.1)}.active-filters{display:flex;gap:0.5rem;margin-top:1rem;flex-wrap:wrap}.active-filters .filter-tag{display:inline-flex;align-items:center;gap:0.25rem;padding:0.25rem 0.5rem;background:#f1f3f5;border-radius:50rem;font-size:0.75rem;color:#343a40}.active-filters .filter-tag .remove-filter{cursor:pointer;color:#6C757D;transition:all 0.2s ease}.active-filters .filter-tag .remove-filter:hover{color:#FF6B35}.comments-section{background:#FFFFFF;border-radius:12px;padding:1.5rem;border:1px solid #e9ecef}.comments-section .section-title{font-size:0.813rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:#000000;margin-bottom:1rem}.comment-list{max-height:250px;overflow-y:auto;margin-bottom:1rem}.comment-list::-webkit-scrollbar{width:6px}.comment-list::-webkit-scrollbar-thumb{background:#dee2e6;border-radius:4px}.comment-item{background:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:0.5rem;border:1px solid #f1f3f5;transition:all 0.2s ease}.comment-item:hover{border-color:#e9ecef;box-shadow:0 2px 4px rgba(0,0,0,0.05)}.comment-item:last-child{margin-bottom:0}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem}.comment-header .comment-author{font-weight:600;font-size:0.813rem;color:#000000}.comment-header .comment-date{font-size:0.75rem;color:#ced4da}.comment-text{font-size:0.813rem;color:#495057;line-height:1.5}.comment-form{border-top:2px solid #e9ecef;padding-top:1rem;margin-top:1rem}.comment-form textarea{min-height:100px;margin-bottom:1rem;background:#f8f9fa}.comment-form textarea:focus{background:#FFFFFF}.comment-form .btn,.comment-form .form-file .form-file-label,.form-file .comment-form .form-file-label{width:100%}.d-none{display:none !important}.d-block{display:block !important}.d-inline-block{display:inline-block !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-grid{display:grid !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-x-auto{overflow-x:auto !important}.overflow-y-auto{overflow-y:auto !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-100{height:100% !important}.h-auto{height:auto !important}.w-50{width:50px !important}.w-100px{width:100px !important}.w-120{width:120px !important}.w-180{width:180px !important}.w-200{width:200px !important}.flex-1{flex:1 !important}.flex-auto{flex:auto !important}.flex-none{flex:none !important}.justify-start{justify-content:flex-start !important}.justify-center{justify-content:center !important}.justify-end{justify-content:flex-end !important}.justify-between{justify-content:space-between !important}.justify-around{justify-content:space-around !important}.justify-evenly{justify-content:space-evenly !important}.items-start{align-items:flex-start !important}.items-center{align-items:center !important}.items-end{align-items:flex-end !important}.items-baseline{align-items:baseline !important}.items-stretch{align-items:stretch !important}.align-items-center{align-items:center !important}.flex-row{flex-direction:row !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column{flex-direction:column !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-0{gap:0 !important}.gap-1{gap:0.25rem !important}.gap-2{gap:0.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:2rem !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mr-0{margin-right:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.pr-0{padding-right:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.m-1{margin:0.25rem !important}.mt-1{margin-top:0.25rem !important}.mb-1{margin-bottom:0.25rem !important}.ml-1{margin-left:0.25rem !important}.mr-1{margin-right:0.25rem !important}.mx-1{margin-left:0.25rem !important;margin-right:0.25rem !important}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.p-1{padding:0.25rem !important}.pt-1{padding-top:0.25rem !important}.pb-1{padding-bottom:0.25rem !important}.pl-1{padding-left:0.25rem !important}.pr-1{padding-right:0.25rem !important}.px-1{padding-left:0.25rem !important;padding-right:0.25rem !important}.py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2{margin-top:0.5rem !important}.mb-2{margin-bottom:0.5rem !important}.ml-2{margin-left:0.5rem !important}.mr-2{margin-right:0.5rem !important}.mx-2{margin-left:0.5rem !important;margin-right:0.5rem !important}.my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.p-2{padding:0.5rem !important}.pt-2{padding-top:0.5rem !important}.pb-2{padding-bottom:0.5rem !important}.pl-2{padding-left:0.5rem !important}.pr-2{padding-right:0.5rem !important}.px-2{padding-left:0.5rem !important;padding-right:0.5rem !important}.py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.m-3{margin:1rem !important}.mt-3{margin-top:1rem !important}.mb-3{margin-bottom:1rem !important}.ml-3{margin-left:1rem !important}.mr-3{margin-right:1rem !important}.mx-3{margin-left:1rem !important;margin-right:1rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.p-3{padding:1rem !important}.pt-3{padding-top:1rem !important}.pb-3{padding-bottom:1rem !important}.pl-3{padding-left:1rem !important}.pr-3{padding-right:1rem !important}.px-3{padding-left:1rem !important;padding-right:1rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.m-4{margin:1.5rem !important}.mt-4{margin-top:1.5rem !important}.mb-4{margin-bottom:1.5rem !important}.ml-4{margin-left:1.5rem !important}.mr-4{margin-right:1.5rem !important}.mx-4{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.p-4{padding:1.5rem !important}.pt-4{padding-top:1.5rem !important}.pb-4{padding-bottom:1.5rem !important}.pl-4{padding-left:1.5rem !important}.pr-4{padding-right:1.5rem !important}.px-4{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.m-5{margin:2rem !important}.mt-5{margin-top:2rem !important}.mb-5{margin-bottom:2rem !important}.ml-5{margin-left:2rem !important}.mr-5{margin-right:2rem !important}.mx-5{margin-left:2rem !important;margin-right:2rem !important}.my-5{margin-top:2rem !important;margin-bottom:2rem !important}.p-5{padding:2rem !important}.pt-5{padding-top:2rem !important}.pb-5{padding-bottom:2rem !important}.pl-5{padding-left:2rem !important}.pr-5{padding-right:2rem !important}.px-5{padding-left:2rem !important;padding-right:2rem !important}.py-5{padding-top:2rem !important;padding-bottom:2rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mr-auto{margin-right:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.border{border:1px solid #e9ecef !important}.border-0{border:0 !important}.border-top{border-top:1px solid #e9ecef !important}.border-bottom{border-bottom:1px solid #e9ecef !important}.border-left{border-left:1px solid #e9ecef !important}.border-right{border-right:1px solid #e9ecef !important}.rounded-0{border-radius:0 !important}.rounded{border-radius:8px !important}.rounded-sm{border-radius:4px !important}.rounded-lg{border-radius:12px !important}.rounded-xl{border-radius:16px !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.shadow-none{box-shadow:none !important}.shadow-sm{box-shadow:0 1px 3px rgba(0,0,0,0.05) !important}.shadow{box-shadow:0 1px 3px rgba(0,0,0,0.1) !important}.shadow-lg{box-shadow:0 4px 12px rgba(0,0,0,0.15) !important}.shadow-xl{box-shadow:0 8px 24px rgba(0,0,0,0.2) !important}.cursor-pointer{cursor:pointer !important}.cursor-default{cursor:default !important}.cursor-move{cursor:move !important}.cursor-not-allowed{cursor:not-allowed !important}.cursor-wait{cursor:wait !important}.cursor-text{cursor:text !important}.cursor-help{cursor:help !important}.text-left{text-align:left !important}.text-center{text-align:center !important}.text-right{text-align:right !important}.text-justify{text-align:justify !important}.text-primary{color:#000000 !important}.text-secondary{color:#6C757D !important}.text-success{color:#10b981 !important}.text-danger{color:#FF6B35 !important}.text-warning{color:#FFC107 !important}.text-info{color:#3b82f6 !important}.text-light{color:#dee2e6 !important}.text-dark{color:#191c1f !important}.text-muted{color:#495057 !important}.text-white{color:#FFFFFF !important}.text-xs,.font-xs{font-size:0.75rem !important}.text-sm,.font-sm{font-size:0.813rem !important}.text-base,.font-base{font-size:0.875rem !important}.text-lg,.font-lg{font-size:1rem !important}.text-xl{font-size:1.125rem !important}.text-2xl{font-size:1.5rem !important}.text-3xl{font-size:2rem !important}.font-thin{font-weight:100 !important}.font-extralight{font-weight:200 !important}.font-light,.font-weight-light{font-weight:300 !important}.font-normal,.font-weight-normal{font-weight:400 !important}.font-medium{font-weight:500 !important}.font-semibold,.font-weight-bold{font-weight:600 !important}.font-bold{font-weight:700 !important}.font-extrabold{font-weight:800 !important}.font-black{font-weight:900 !important}.leading-none{line-height:1 !important}.leading-tight{line-height:1.25 !important}.leading-snug{line-height:1.375 !important}.leading-normal{line-height:1.5 !important}.leading-relaxed{line-height:1.625 !important}.leading-loose{line-height:2 !important}.underline{text-decoration:underline !important}.line-through{text-decoration:line-through !important}.no-underline{text-decoration:none !important}.uppercase{text-transform:uppercase !important}.lowercase{text-transform:lowercase !important}.capitalize{text-transform:capitalize !important}.normal-case{text-transform:none !important}.truncate{overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.text-ellipsis{text-overflow:ellipsis !important}.text-clip{text-overflow:clip !important}.whitespace-normal{white-space:normal !important}.whitespace-nowrap{white-space:nowrap !important}.whitespace-pre{white-space:pre !important}.whitespace-pre-line{white-space:pre-line !important}.whitespace-pre-wrap{white-space:pre-wrap !important}.break-normal{word-break:normal !important;overflow-wrap:normal !important}.break-words{overflow-wrap:break-word !important}.break-all{word-break:break-all !important}.bg-primary{background-color:#000000 !important}.bg-secondary{background-color:#6C757D !important}.bg-success{background-color:#10b981 !important}.bg-danger{background-color:#FF6B35 !important}.bg-warning{background-color:#FFC107 !important}.bg-info{background-color:#3b82f6 !important}.bg-light{background-color:#f8f9fa !important}.bg-dark{background-color:#191c1f !important}.bg-white{background-color:#FFFFFF !important}.bg-transparent{background-color:transparent !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:0.25 !important}.opacity-50{opacity:0.5 !important}.opacity-75{opacity:0.75 !important}.opacity-100{opacity:1 !important}.z-0{z-index:0 !important}.z-10{z-index:10 !important}.z-20{z-index:20 !important}.z-30{z-index:30 !important}.z-40{z-index:40 !important}.z-50{z-index:50 !important}.z-auto{z-index:auto !important}.pointer-events-none{pointer-events:none !important}.pointer-events-auto{pointer-events:auto !important}.select-none{user-select:none !important}.select-text{user-select:text !important}.select-all{user-select:all !important}.select-auto{user-select:auto !important}.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.not-sr-only{position:static !important;width:auto !important;height:auto !important;padding:0 !important;margin:0 !important;overflow:visible !important;clip:auto !important;white-space:normal !important}.focus\:outline-none:focus{outline:2px solid transparent !important;outline-offset:2px !important}.transition-none{transition:none !important}.transition-all{transition:all 0.2s ease !important}.transition{transition:all 0.2s ease !important}.transform{transform:translateZ(0) !important}.transform-none{transform:none !important}.scale-90{transform:scale(0.9) !important}.scale-95{transform:scale(0.95) !important}.scale-100{transform:scale(1) !important}.scale-105{transform:scale(1.05) !important}.scale-110{transform:scale(1.1) !important}.rotate-0{transform:rotate(0deg) !important}.rotate-45{transform:rotate(45deg) !important}.rotate-90{transform:rotate(90deg) !important}.rotate-180{transform:rotate(180deg) !important}.list-none{list-style:none !important}.list-disc{list-style-type:disc !important}.list-decimal{list-style-type:decimal !important}@media (min-width: 640px){.d-sm-none{display:none !important}.d-sm-block{display:block !important}.d-sm-inline-block{display:inline-block !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-grid{display:grid !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-block{display:block !important}.d-md-inline-block{display:inline-block !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-grid{display:grid !important}}@media (min-width: 1024px){.d-lg-none{display:none !important}.d-lg-block{display:block !important}.d-lg-inline-block{display:inline-block !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-grid{display:grid !important}}@media (min-width: 1280px){.d-xl-none{display:none !important}.d-xl-block{display:block !important}.d-xl-inline-block{display:inline-block !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-grid{display:grid !important}}@media (min-width: 640px){.text-sm-left{text-align:left !important}.text-sm-center{text-align:center !important}.text-sm-right{text-align:right !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-center{text-align:center !important}.text-md-right{text-align:right !important}}@media (min-width: 1024px){.text-lg-left{text-align:left !important}.text-lg-center{text-align:center !important}.text-lg-right{text-align:right !important}}@media (min-width: 1280px){.text-xl-left{text-align:left !important}.text-xl-center{text-align:center !important}.text-xl-right{text-align:right !important}}.container{width:100%;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px;padding-right:2rem;padding-left:2rem}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1200px}}.row{display:flex;flex-wrap:wrap;margin-right:-0.5rem;margin-left:-0.5rem}.col{flex:1 0 0%;padding-right:0.5rem;padding-left:0.5rem}.col-1{flex:0 0 auto;width:8.3333333333%;padding-right:0.5rem;padding-left:0.5rem}.col-2{flex:0 0 auto;width:16.6666666667%;padding-right:0.5rem;padding-left:0.5rem}.col-3{flex:0 0 auto;width:25%;padding-right:0.5rem;padding-left:0.5rem}.col-4{flex:0 0 auto;width:33.3333333333%;padding-right:0.5rem;padding-left:0.5rem}.col-5{flex:0 0 auto;width:41.6666666667%;padding-right:0.5rem;padding-left:0.5rem}.col-6{flex:0 0 auto;width:50%;padding-right:0.5rem;padding-left:0.5rem}.col-7{flex:0 0 auto;width:58.3333333333%;padding-right:0.5rem;padding-left:0.5rem}.col-8{flex:0 0 auto;width:66.6666666667%;padding-right:0.5rem;padding-left:0.5rem}.col-9{flex:0 0 auto;width:75%;padding-right:0.5rem;padding-left:0.5rem}.col-10{flex:0 0 auto;width:83.3333333333%;padding-right:0.5rem;padding-left:0.5rem}.col-11{flex:0 0 auto;width:91.6666666667%;padding-right:0.5rem;padding-left:0.5rem}.col-12{flex:0 0 auto;width:100%;padding-right:0.5rem;padding-left:0.5rem}@media (min-width: 640px){.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}}@media (min-width: 768px){.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}}@media (min-width: 1024px){.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}}@media (min-width: 1280px){.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}}@media (min-width: 640px){.order-sm-first{order:-1 !important}.order-sm-last{order:13 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-6{order:6 !important}.order-sm-7{order:7 !important}.order-sm-8{order:8 !important}.order-sm-9{order:9 !important}.order-sm-10{order:10 !important}.order-sm-11{order:11 !important}.order-sm-12{order:12 !important}}@media (min-width: 768px){.order-md-first{order:-1 !important}.order-md-last{order:13 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-6{order:6 !important}.order-md-7{order:7 !important}.order-md-8{order:8 !important}.order-md-9{order:9 !important}.order-md-10{order:10 !important}.order-md-11{order:11 !important}.order-md-12{order:12 !important}}@media (min-width: 1024px){.order-lg-first{order:-1 !important}.order-lg-last{order:13 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-6{order:6 !important}.order-lg-7{order:7 !important}.order-lg-8{order:8 !important}.order-lg-9{order:9 !important}.order-lg-10{order:10 !important}.order-lg-11{order:11 !important}.order-lg-12{order:12 !important}}@media (min-width: 1280px){.order-xl-first{order:-1 !important}.order-xl-last{order:13 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-6{order:6 !important}.order-xl-7{order:7 !important}.order-xl-8{order:8 !important}.order-xl-9{order:9 !important}.order-xl-10{order:10 !important}.order-xl-11{order:11 !important}.order-xl-12{order:12 !important}}@media (min-width: 640px){.m-sm-0{margin:0 !important}.m-sm-1{margin:0.25rem !important}.m-sm-2{margin:0.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:2rem !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:0.25rem !important}.mt-sm-2{margin-top:0.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:2rem !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:0.25rem !important}.mb-sm-2{margin-bottom:0.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:2rem !important}.ml-sm-0{margin-left:0 !important}.ml-sm-1{margin-left:0.25rem !important}.ml-sm-2{margin-left:0.5rem !important}.ml-sm-3{margin-left:1rem !important}.ml-sm-4{margin-left:1.5rem !important}.ml-sm-5{margin-left:2rem !important}.mr-sm-0{margin-right:0 !important}.mr-sm-1{margin-right:0.25rem !important}.mr-sm-2{margin-right:0.5rem !important}.mr-sm-3{margin-right:1rem !important}.mr-sm-4{margin-right:1.5rem !important}.mr-sm-5{margin-right:2rem !important}.mx-sm-0{margin-left:0 !important;margin-right:0 !important}.mx-sm-1{margin-left:0.25rem !important;margin-right:0.25rem !important}.mx-sm-2{margin-left:0.5rem !important;margin-right:0.5rem !important}.mx-sm-3{margin-left:1rem !important;margin-right:1rem !important}.mx-sm-4{margin-left:1.5rem !important;margin-right:1.5rem !important}.mx-sm-5{margin-left:2rem !important;margin-right:2rem !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-sm-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:2rem !important;margin-bottom:2rem !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:0.25rem !important}.p-sm-2{padding:0.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:2rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:0.25rem !important}.pt-sm-2{padding-top:0.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:2rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:0.25rem !important}.pb-sm-2{padding-bottom:0.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:2rem !important}.pl-sm-0{padding-left:0 !important}.pl-sm-1{padding-left:0.25rem !important}.pl-sm-2{padding-left:0.5rem !important}.pl-sm-3{padding-left:1rem !important}.pl-sm-4{padding-left:1.5rem !important}.pl-sm-5{padding-left:2rem !important}.pr-sm-0{padding-right:0 !important}.pr-sm-1{padding-right:0.25rem !important}.pr-sm-2{padding-right:0.5rem !important}.pr-sm-3{padding-right:1rem !important}.pr-sm-4{padding-right:1.5rem !important}.pr-sm-5{padding-right:2rem !important}.px-sm-0{padding-left:0 !important;padding-right:0 !important}.px-sm-1{padding-left:0.25rem !important;padding-right:0.25rem !important}.px-sm-2{padding-left:0.5rem !important;padding-right:0.5rem !important}.px-sm-3{padding-left:1rem !important;padding-right:1rem !important}.px-sm-4{padding-left:1.5rem !important;padding-right:1.5rem !important}.px-sm-5{padding-left:2rem !important;padding-right:2rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-sm-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:2rem !important;padding-bottom:2rem !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0{margin-top:0 !important}.mb-md-0{margin-bottom:0 !important}.ml-md-0{margin-left:0 !important}.mr-md-0{margin-right:0 !important}.mx-md-0{margin-left:0 !important;margin-right:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.p-md-0{padding:0 !important}.pt-md-0{padding-top:0 !important}.pb-md-0{padding-bottom:0 !important}.pl-md-0{padding-left:0 !important}.pr-md-0{padding-right:0 !important}.px-md-0{padding-left:0 !important;padding-right:0 !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1{margin-top:0.25rem !important}.mb-md-1{margin-bottom:0.25rem !important}.ml-md-1{margin-left:0.25rem !important}.mr-md-1{margin-right:0.25rem !important}.mx-md-1{margin-left:0.25rem !important;margin-right:0.25rem !important}.my-md-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.p-md-1{padding:0.25rem !important}.pt-md-1{padding-top:0.25rem !important}.pb-md-1{padding-bottom:0.25rem !important}.pl-md-1{padding-left:0.25rem !important}.pr-md-1{padding-right:0.25rem !important}.px-md-1{padding-left:0.25rem !important;padding-right:0.25rem !important}.py-md-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2{margin-top:0.5rem !important}.mb-md-2{margin-bottom:0.5rem !important}.ml-md-2{margin-left:0.5rem !important}.mr-md-2{margin-right:0.5rem !important}.mx-md-2{margin-left:0.5rem !important;margin-right:0.5rem !important}.my-md-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2{padding-top:0.5rem !important}.pb-md-2{padding-bottom:0.5rem !important}.pl-md-2{padding-left:0.5rem !important}.pr-md-2{padding-right:0.5rem !important}.px-md-2{padding-left:0.5rem !important;padding-right:0.5rem !important}.py-md-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3{margin-top:1rem !important}.mb-md-3{margin-bottom:1rem !important}.ml-md-3{margin-left:1rem !important}.mr-md-3{margin-right:1rem !important}.mx-md-3{margin-left:1rem !important;margin-right:1rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.p-md-3{padding:1rem !important}.pt-md-3{padding-top:1rem !important}.pb-md-3{padding-bottom:1rem !important}.pl-md-3{padding-left:1rem !important}.pr-md-3{padding-right:1rem !important}.px-md-3{padding-left:1rem !important;padding-right:1rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4{margin-top:1.5rem !important}.mb-md-4{margin-bottom:1.5rem !important}.ml-md-4{margin-left:1.5rem !important}.mr-md-4{margin-right:1.5rem !important}.mx-md-4{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4{padding-top:1.5rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pl-md-4{padding-left:1.5rem !important}.pr-md-4{padding-right:1.5rem !important}.px-md-4{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.m-md-5{margin:2rem !important}.mt-md-5{margin-top:2rem !important}.mb-md-5{margin-bottom:2rem !important}.ml-md-5{margin-left:2rem !important}.mr-md-5{margin-right:2rem !important}.mx-md-5{margin-left:2rem !important;margin-right:2rem !important}.my-md-5{margin-top:2rem !important;margin-bottom:2rem !important}.p-md-5{padding:2rem !important}.pt-md-5{padding-top:2rem !important}.pb-md-5{padding-bottom:2rem !important}.pl-md-5{padding-left:2rem !important}.pr-md-5{padding-right:2rem !important}.px-md-5{padding-left:2rem !important;padding-right:2rem !important}.py-md-5{padding-top:2rem !important;padding-bottom:2rem !important}}@media (min-width: 1024px){.m-lg-0{margin:0 !important}.mt-lg-0{margin-top:0 !important}.mb-lg-0{margin-bottom:0 !important}.ml-lg-0{margin-left:0 !important}.mr-lg-0{margin-right:0 !important}.mx-lg-0{margin-left:0 !important;margin-right:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.p-lg-0{padding:0 !important}.pt-lg-0{padding-top:0 !important}.pb-lg-0{padding-bottom:0 !important}.pl-lg-0{padding-left:0 !important}.pr-lg-0{padding-right:0 !important}.px-lg-0{padding-left:0 !important;padding-right:0 !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1{margin-top:0.25rem !important}.mb-lg-1{margin-bottom:0.25rem !important}.ml-lg-1{margin-left:0.25rem !important}.mr-lg-1{margin-right:0.25rem !important}.mx-lg-1{margin-left:0.25rem !important;margin-right:0.25rem !important}.my-lg-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1{padding-top:0.25rem !important}.pb-lg-1{padding-bottom:0.25rem !important}.pl-lg-1{padding-left:0.25rem !important}.pr-lg-1{padding-right:0.25rem !important}.px-lg-1{padding-left:0.25rem !important;padding-right:0.25rem !important}.py-lg-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2{margin-top:0.5rem !important}.mb-lg-2{margin-bottom:0.5rem !important}.ml-lg-2{margin-left:0.5rem !important}.mr-lg-2{margin-right:0.5rem !important}.mx-lg-2{margin-left:0.5rem !important;margin-right:0.5rem !important}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2{padding-top:0.5rem !important}.pb-lg-2{padding-bottom:0.5rem !important}.pl-lg-2{padding-left:0.5rem !important}.pr-lg-2{padding-right:0.5rem !important}.px-lg-2{padding-left:0.5rem !important;padding-right:0.5rem !important}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3{margin-top:1rem !important}.mb-lg-3{margin-bottom:1rem !important}.ml-lg-3{margin-left:1rem !important}.mr-lg-3{margin-right:1rem !important}.mx-lg-3{margin-left:1rem !important;margin-right:1rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3{padding-top:1rem !important}.pb-lg-3{padding-bottom:1rem !important}.pl-lg-3{padding-left:1rem !important}.pr-lg-3{padding-right:1rem !important}.px-lg-3{padding-left:1rem !important;padding-right:1rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4{margin-top:1.5rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.ml-lg-4{margin-left:1.5rem !important}.mr-lg-4{margin-right:1.5rem !important}.mx-lg-4{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4{padding-top:1.5rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pl-lg-4{padding-left:1.5rem !important}.pr-lg-4{padding-right:1.5rem !important}.px-lg-4{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.m-lg-5{margin:2rem !important}.mt-lg-5{margin-top:2rem !important}.mb-lg-5{margin-bottom:2rem !important}.ml-lg-5{margin-left:2rem !important}.mr-lg-5{margin-right:2rem !important}.mx-lg-5{margin-left:2rem !important;margin-right:2rem !important}.my-lg-5{margin-top:2rem !important;margin-bottom:2rem !important}.p-lg-5{padding:2rem !important}.pt-lg-5{padding-top:2rem !important}.pb-lg-5{padding-bottom:2rem !important}.pl-lg-5{padding-left:2rem !important}.pr-lg-5{padding-right:2rem !important}.px-lg-5{padding-left:2rem !important;padding-right:2rem !important}.py-lg-5{padding-top:2rem !important;padding-bottom:2rem !important}}@media (min-width: 1280px){.m-xl-0{margin:0 !important}.mt-xl-0{margin-top:0 !important}.mb-xl-0{margin-bottom:0 !important}.ml-xl-0{margin-left:0 !important}.mr-xl-0{margin-right:0 !important}.mx-xl-0{margin-left:0 !important;margin-right:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.p-xl-0{padding:0 !important}.pt-xl-0{padding-top:0 !important}.pb-xl-0{padding-bottom:0 !important}.pl-xl-0{padding-left:0 !important}.pr-xl-0{padding-right:0 !important}.px-xl-0{padding-left:0 !important;padding-right:0 !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1{margin-top:0.25rem !important}.mb-xl-1{margin-bottom:0.25rem !important}.ml-xl-1{margin-left:0.25rem !important}.mr-xl-1{margin-right:0.25rem !important}.mx-xl-1{margin-left:0.25rem !important;margin-right:0.25rem !important}.my-xl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1{padding-top:0.25rem !important}.pb-xl-1{padding-bottom:0.25rem !important}.pl-xl-1{padding-left:0.25rem !important}.pr-xl-1{padding-right:0.25rem !important}.px-xl-1{padding-left:0.25rem !important;padding-right:0.25rem !important}.py-xl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2{margin-top:0.5rem !important}.mb-xl-2{margin-bottom:0.5rem !important}.ml-xl-2{margin-left:0.5rem !important}.mr-xl-2{margin-right:0.5rem !important}.mx-xl-2{margin-left:0.5rem !important;margin-right:0.5rem !important}.my-xl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2{padding-top:0.5rem !important}.pb-xl-2{padding-bottom:0.5rem !important}.pl-xl-2{padding-left:0.5rem !important}.pr-xl-2{padding-right:0.5rem !important}.px-xl-2{padding-left:0.5rem !important;padding-right:0.5rem !important}.py-xl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3{margin-top:1rem !important}.mb-xl-3{margin-bottom:1rem !important}.ml-xl-3{margin-left:1rem !important}.mr-xl-3{margin-right:1rem !important}.mx-xl-3{margin-left:1rem !important;margin-right:1rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3{padding-top:1rem !important}.pb-xl-3{padding-bottom:1rem !important}.pl-xl-3{padding-left:1rem !important}.pr-xl-3{padding-right:1rem !important}.px-xl-3{padding-left:1rem !important;padding-right:1rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4{margin-top:1.5rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.ml-xl-4{margin-left:1.5rem !important}.mr-xl-4{margin-right:1.5rem !important}.mx-xl-4{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4{padding-top:1.5rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pl-xl-4{padding-left:1.5rem !important}.pr-xl-4{padding-right:1.5rem !important}.px-xl-4{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.m-xl-5{margin:2rem !important}.mt-xl-5{margin-top:2rem !important}.mb-xl-5{margin-bottom:2rem !important}.ml-xl-5{margin-left:2rem !important}.mr-xl-5{margin-right:2rem !important}.mx-xl-5{margin-left:2rem !important;margin-right:2rem !important}.my-xl-5{margin-top:2rem !important;margin-bottom:2rem !important}.p-xl-5{padding:2rem !important}.pt-xl-5{padding-top:2rem !important}.pb-xl-5{padding-bottom:2rem !important}.pl-xl-5{padding-left:2rem !important}.pr-xl-5{padding-right:2rem !important}.px-xl-5{padding-left:2rem !important;padding-right:2rem !important}.py-xl-5{padding-top:2rem !important;padding-bottom:2rem !important}}
