@charset "UTF-8";.layout{display:flex;min-height:100vh;background:#f3f4f6}.sidebar{position:fixed;top:0;left:0;bottom:0;width:260px;background:linear-gradient(180deg,#1f2937,#111827);color:#fff;display:flex;flex-direction:column;transition:all .3s ease;z-index:100;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:1rem;min-width:0}.brand .brand-icon{flex-shrink:0}.brand .brand-text{min-width:0}.brand .brand-text h1{font-size:1.125rem;font-weight:700;margin:0;color:#fff;white-space:nowrap}.brand .brand-text p{font-size:.875rem;margin:0;color:#ffffffb3;white-space:nowrap}.sidebar-toggle{background:none;border:none;padding:0;cursor:pointer;color:inherit;width:32px;height:32px;border-radius:.25rem;background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.sidebar-toggle:hover{background:#ffffff26}.sidebar-toggle svg{width:20px;height:20px}.sidebar-toggle.mobile-only{display:none}.sidebar-nav{flex:1;padding:1.5rem;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.25rem;color:#ffffffb3;font-size:1rem;font-weight:500;transition:all .2s ease;text-decoration:none}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:#4f46e533;color:#fff;box-shadow:0 0 0 1px #4f46e54d}.nav-item .nav-icon{flex-shrink:0;width:20px;height:20px}.nav-item .nav-label{white-space:nowrap}.sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.logout-btn{background:none;border:none;padding:0;cursor:pointer;color:inherit;width:100%;display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.25rem;color:#ffffffb3;font-size:1rem;font-weight:500;transition:all .2s ease}.logout-btn:hover{background:#ef444433;color:#ef4444}.logout-btn .nav-icon{flex-shrink:0;width:20px;height:20px}.main-wrapper{flex:1;margin-left:260px;display:flex;flex-direction:column;transition:all .3s ease}.header{position:sticky;top:0;height:64px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;z-index:50;box-shadow:0 1px 2px #0000000d}.header-left{display:flex;align-items:center;gap:1.5rem;flex:1}.mobile-menu-btn{background:none;border:none;padding:0;cursor:pointer;color:inherit;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.25rem;color:#1f2937;transition:all .2s ease;display:none}.mobile-menu-btn:hover{background:#f3f4f6}.mobile-menu-btn svg{width:20px;height:20px}.header-right{display:flex;align-items:center;gap:1rem}.header-icon-btn{background:none;border:none;padding:0;cursor:pointer;color:inherit;position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.25rem;color:#1f2937;transition:all .2s ease}.header-icon-btn:hover{background:#f3f4f6}.header-icon-btn svg{width:20px;height:20px}.header-icon-btn .badge{position:absolute;top:6px;right:6px;min-width:18px;height:18px;padding:0 4px;background:#ef4444;color:#fff;font-size:11px;font-weight:600;border-radius:9px;display:flex;align-items:center;justify-content:center}.user-menu{position:relative}.user-menu-btn{background:none;border:none;padding:0;cursor:pointer;color:inherit;display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:.25rem;transition:all .2s ease}.user-menu-btn:hover{background:#f3f4f6}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#8b5cf6);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:1rem}.user-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.user-info .user-name{font-size:.875rem;font-weight:600;color:#1f2937}.user-info .user-role{font-size:11px;color:#9ca3af}.dropdown-icon{width:16px;height:16px;color:#9ca3af}.user-dropdown{position:absolute;top:calc(100% + .75rem);right:0;min-width:200px;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:.75rem;animation:fadeIn .2s ease}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border-radius:.25rem;font-size:.875rem;color:#1f2937;text-decoration:none;transition:all .2s ease;background:none;border:none;cursor:pointer;text-align:left}.dropdown-item:hover{background:#f3f4f6}.dropdown-item.danger{color:#ef4444}.dropdown-item.danger:hover{background:#ef44441a}.dropdown-item svg{width:16px;height:16px}.dropdown-divider{margin:.5rem 0;border:none;border-top:1px solid #e5e7eb}.main-content{flex:1;padding:2rem;overflow-x:hidden}@media (max-width: 1024px){.sidebar{transform:translate(-100%)}.sidebar.show{transform:translate(0)}.sidebar .sidebar-toggle.mobile-only{display:flex}.main-wrapper{margin-left:0}.mobile-menu-btn{display:flex}}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:99;display:none}@media (max-width: 1024px){.sidebar-overlay{display:block}}.dashboard{padding:1.5rem}.dashboard .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.dashboard .dashboard-header .page-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .25rem}.dashboard .dashboard-header .page-subtitle{font-size:.875rem;color:#6b7280;margin:0}.dashboard .dashboard-header .dashboard-actions{display:flex;gap:.75rem}.dashboard .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.dashboard .stat-card{background:#fff;border-radius:.5rem;padding:1.25rem;display:flex;gap:1rem;box-shadow:0 1px 2px #0000000d;transition:all .3s ease}.dashboard .stat-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.dashboard .stat-card .stat-icon{width:56px;height:56px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.dashboard .stat-card.stat-card-primary .stat-icon{background:linear-gradient(135deg,#4f46e5,#8b5cf6);color:#fff}.dashboard .stat-card.stat-card-success .stat-icon{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.dashboard .stat-card.stat-card-info .stat-icon{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff}.dashboard .stat-card.stat-card-warning .stat-icon{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff}.dashboard .stat-card .stat-content{flex:1}.dashboard .stat-card .stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.dashboard .stat-card .stat-value{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.dashboard .stat-card .stat-subtitle{font-size:.75rem;color:#6b7280;margin-top:.25rem}.dashboard .stat-card .stat-change{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600}.dashboard .stat-card .stat-change.up{color:#10b981}.dashboard .stat-card .stat-change.down{color:#ef4444}.dashboard .stat-card .stat-change svg{font-size:14px}.dashboard .stat-card .stat-change .stat-period{margin-left:.25rem;font-weight:400;color:#6b7280}.dashboard .stat-card.stat-card-danger .stat-icon{background:linear-gradient(135deg,#ef4444,#f87171);color:#fff}.dashboard .dashboard-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem}.dashboard .dashboard-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;overflow:hidden}.dashboard .dashboard-card.full-width{grid-column:span 12}.dashboard .dashboard-card.four-col{grid-column:span 4}.dashboard .dashboard-card .card-header{padding:1.25rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.dashboard .dashboard-card .card-header h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.dashboard .dashboard-card .card-header .header-actions{display:flex;align-items:center;gap:.75rem}.dashboard .dashboard-card .card-header .error-count{background:#ef4444;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600}.dashboard .dashboard-card .card-header .clear-all-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ef4444;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.dashboard .dashboard-card .card-header .clear-all-btn:hover:not(:disabled){background:#eb1515;transform:translateY(-1px)}.dashboard .dashboard-card .card-header .clear-all-btn:disabled{opacity:.5;cursor:not-allowed}.dashboard .dashboard-card .card-header .clear-all-btn svg{font-size:14px}.dashboard .dashboard-card .card-header .view-all{font-size:.875rem;color:#4f46e5;text-decoration:none;font-weight:500}.dashboard .dashboard-card .card-header .view-all:hover{color:#3730a3}.dashboard .dashboard-card .card-header .filter-select{padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;background:#fff;cursor:pointer}.dashboard .dashboard-card .card-header .filter-select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.dashboard .dashboard-card .card-body{padding:1.25rem}.dashboard .dashboard-card.chart-card{grid-column:span 6}.dashboard .dashboard-card.workflow-stats{grid-column:span 4}.dashboard .dashboard-card.queue-status,.dashboard .dashboard-card.recent-companies{grid-column:span 8}.dashboard .dashboard-card.recent-workflows,.dashboard .dashboard-card.failed-workflows{grid-column:span 6}.dashboard .workflow-chart{display:flex;justify-content:space-around;gap:1rem}.dashboard .workflow-chart .workflow-stat{text-align:center}.dashboard .workflow-chart .workflow-stat .workflow-label{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.dashboard .workflow-chart .workflow-stat .workflow-value{font-size:1.875rem;font-weight:700}.dashboard .workflow-chart .workflow-stat .workflow-value.success{color:#10b981}.dashboard .workflow-chart .workflow-stat .workflow-value.failed{color:#ef4444}.dashboard .workflow-chart .workflow-stat .workflow-value.running{color:#f59e0b}.dashboard .workflow-chart .workflow-stat .workflow-rate{font-size:.875rem;color:#6b7280;margin-top:.25rem}.dashboard .queue-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem}.dashboard .queue-metrics .queue-metric{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:.375rem}.dashboard .queue-metrics .queue-metric .metric-icon{width:40px;height:40px;border-radius:.375rem;display:flex;align-items:center;justify-content:center;font-size:20px}.dashboard .queue-metrics .queue-metric .metric-icon.pending{background:#dbeafe;color:#1e40af}.dashboard .queue-metrics .queue-metric .metric-icon.processing{background:#fef3c7;color:#92400e}.dashboard .queue-metrics .queue-metric .metric-icon.failed{background:#fee2e2;color:#991b1b}.dashboard .queue-metrics .queue-metric .metric-icon.completed{background:#d1fae5;color:#065f46}.dashboard .queue-metrics .queue-metric .metric-info .metric-label{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.dashboard .queue-metrics .queue-metric .metric-info .metric-value{font-size:1.25rem;font-weight:700;color:#1f2937}.dashboard .batch-progress{padding:1rem;background:linear-gradient(135deg,#4f46e50d,#8b5cf60d);border-radius:.375rem;border:1px solid rgba(79,70,229,.1)}.dashboard .batch-progress .progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#1f2937}.dashboard .batch-progress .progress-bar{height:24px;background:#fff;border-radius:9999px;overflow:hidden;margin-bottom:.5rem;box-shadow:inset 0 1px 3px #0000001a}.dashboard .batch-progress .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#8b5cf6);transition:width .3s ease;border-radius:9999px}.dashboard .batch-progress .progress-stats{display:flex;justify-content:space-between;font-size:.75rem;color:#6b7280}.dashboard .error-count{padding:.25rem .75rem;background:#fee2e2;color:#991b1b;border-radius:9999px;font-size:.75rem;font-weight:600}.dashboard .failed-list{display:flex;flex-direction:column;gap:.75rem}.dashboard .failed-list .failed-item{padding:1rem;border:1px solid #fee2e2;border-left:4px solid #ef4444;border-radius:.375rem;background:#fef2f2;transition:all .2s ease}.dashboard .failed-list .failed-item:hover{background:#fee2e2;box-shadow:0 1px 2px #0000000d}.dashboard .failed-list .failed-item .failed-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.dashboard .failed-list .failed-item .failed-header .failed-info{flex:1}.dashboard .failed-list .failed-item .failed-header .failed-info .failed-name{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.dashboard .failed-list .failed-item .failed-header .failed-info .failed-name .error-icon{color:#ef4444;font-size:18px}.dashboard .failed-list .failed-item .failed-header .failed-info .failed-company{font-size:.875rem;color:#6b7280}.dashboard .failed-list .failed-item .failed-header .failed-actions{display:flex;align-items:center;gap:.75rem}.dashboard .failed-list .failed-item .failed-header .failed-actions .failed-time{font-size:.75rem;color:#6b7280;white-space:nowrap}.dashboard .failed-list .failed-item .failed-header .failed-actions .delete-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#fff;border:1px solid #fca5a5;border-radius:.375rem;color:#ef4444;cursor:pointer;transition:all .2s;padding:0}.dashboard .failed-list .failed-item .failed-header .failed-actions .delete-btn:hover:not(:disabled){background:#ef4444;color:#fff;transform:scale(1.1)}.dashboard .failed-list .failed-item .failed-header .failed-actions .delete-btn:disabled{opacity:.5;cursor:not-allowed}.dashboard .failed-list .failed-item .failed-header .failed-actions .delete-btn svg{font-size:16px}.dashboard .failed-list .failed-item .error-message{padding:.5rem .75rem;background:#fff;border-radius:.375rem;font-size:.875rem;color:#991b1b;line-height:1.5;font-family:monospace}.dashboard .failed-list .failed-item .error-message strong{font-weight:600;margin-right:.5rem}.dashboard .no-errors,.dashboard .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;color:#6b7280}.dashboard .no-errors svg,.dashboard .error-state svg{font-size:48px;margin-bottom:.75rem;opacity:.3}.dashboard .no-errors p,.dashboard .error-state p{margin:0;font-size:.875rem}.dashboard .no-errors small,.dashboard .error-state small{margin-top:.5rem;font-size:12px;opacity:.7}.dashboard .error-state{color:#ef4444}.dashboard .error-state svg{color:#ef4444}.dashboard .list-items{display:flex;flex-direction:column;gap:.75rem}.dashboard .list-items .list-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:.375rem;transition:background-color .2s ease}.dashboard .list-items .list-item:hover{background-color:#f9fafb}.dashboard .list-items .list-item .item-info{flex:1}.dashboard .list-items .list-item .item-info .item-name{font-size:1rem;color:#1f2937;font-weight:500;margin-bottom:.25rem}.dashboard .list-items .list-item .item-info .item-meta,.dashboard .list-items .list-item .item-time{font-size:.875rem;color:#6b7280}.dashboard .list-items .list-item .status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.dashboard .list-items .list-item .status-badge.success{background-color:#d1fae5;color:#065f46}.dashboard .list-items .list-item .status-badge.failed{background-color:#fee2e2;color:#991b1b}.dashboard .list-items .list-item .status-badge.running{background-color:#fef3c7;color:#92400e}.dashboard .action-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.dashboard .action-grid .action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem;border:2px dashed #e5e7eb;border-radius:.5rem;background:#fff;color:#6b7280;cursor:pointer;transition:all .3s ease}.dashboard .action-grid .action-btn svg{font-size:24px;color:#4f46e5}.dashboard .action-grid .action-btn span{font-size:.875rem;font-weight:500}.dashboard .action-grid .action-btn:hover{border-color:#4f46e5;background:linear-gradient(135deg,#4f46e50d,#8b5cf60d);color:#4f46e5}.dashboard .action-grid-4col{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.dashboard .action-grid-4col .action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem;border:2px dashed #e5e7eb;border-radius:.5rem;background:#fff;color:#6b7280;cursor:pointer;transition:all .3s ease}.dashboard .action-grid-4col .action-btn svg{font-size:24px;color:#4f46e5}.dashboard .action-grid-4col .action-btn span{font-size:.875rem;font-weight:500}.dashboard .action-grid-4col .action-btn:hover{border-color:#4f46e5;background:linear-gradient(135deg,#4f46e50d,#8b5cf60d);color:#4f46e5}@media (max-width: 1024px){.dashboard .stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard .dashboard-card.chart-card,.dashboard .dashboard-card.workflow-stats,.dashboard .dashboard-card.queue-status,.dashboard .dashboard-card.recent-companies,.dashboard .dashboard-card.recent-workflows,.dashboard .dashboard-card.failed-workflows,.dashboard .dashboard-card.four-col{grid-column:span 12}.dashboard .queue-metrics,.dashboard .action-grid-4col{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.dashboard{padding:1rem}.dashboard .dashboard-header{flex-direction:column;align-items:flex-start;gap:.75rem}.dashboard .stats-grid,.dashboard .action-grid,.dashboard .action-grid-4col,.dashboard .queue-metrics{grid-template-columns:1fr}}.company-search .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.company-search .page-header .header-actions{display:flex;gap:.75rem}.company-search .page-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.company-search .page-subtitle{color:#6b7280;margin:0}.company-search .search-panel{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.company-search .search-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.company-search .search-bar .search-icon{color:#9ca3af;width:1.25rem;height:1.25rem}.company-search .search-bar input{flex:1;padding:.625rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.938rem}.company-search .search-bar input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.company-search .filters-panel{border-top:1px solid #e5e7eb;padding-top:1.5rem}.company-search .filters-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;align-items:flex-end}.company-search .filters-row .filter-actions{grid-column:4;justify-self:end}@media (max-width: 1400px){.company-search .filters-row{grid-template-columns:repeat(3,1fr)}.company-search .filters-row .filter-actions{grid-column:3}}@media (max-width: 1024px){.company-search .filters-row{grid-template-columns:repeat(2,1fr)}.company-search .filters-row .filter-actions{grid-column:2}}@media (max-width: 768px){.company-search .filters-row{grid-template-columns:1fr}.company-search .filters-row .filter-actions{grid-column:1;justify-self:start}}.company-search .filter-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.company-search .filter-group select{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background:#fff;cursor:pointer;transition:all .15s}.company-search .filter-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.company-search .filter-group select:hover{border-color:#9ca3af}.company-search .filter-group select:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6}.company-search .filter-actions{display:flex;align-items:flex-end}.company-search .filter-actions .btn{white-space:nowrap;display:flex;align-items:center;gap:.5rem}.company-search .filters{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.company-search .filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.company-search .search-results .results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.company-search .search-results .results-header .results-count{font-size:.938rem;color:#6b7280;margin:0}.company-search .search-results .results-header .results-controls{display:flex;align-items:center;gap:1rem}.company-search .search-results .results-header .sort-select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background:#fff;color:#374151;cursor:pointer;min-width:200px}.company-search .search-results .results-header .sort-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.company-search .search-results .results-header .sort-select:hover{border-color:#9ca3af}.company-search .search-results .results-header .view-toggle{display:flex;gap:.75rem}.company-search .search-results .results-header .view-toggle .view-btn{padding:.5rem .75rem;border:1px solid #d1d5db;background:#fff;border-radius:.375rem;cursor:pointer;color:#6b7280;transition:all .2s;display:flex;align-items:center;justify-content:center}.company-search .search-results .results-header .view-toggle .view-btn:hover{background:#f9fafb;color:#374151;border-color:#9ca3af}.company-search .search-results .results-header .view-toggle .view-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.company-search .search-results .results-header .view-toggle .view-btn svg{width:18px;height:18px}.company-search .search-results .results-header .per-page-select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background:#fff}.company-search .search-results .results-header .per-page-select:focus{outline:none;border-color:#3b82f6}.company-search .company-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;margin-bottom:2rem}.company-search .loading{text-align:center;padding:3rem;color:#6b7280}.company-search .empty-state{text-align:center;padding:3rem;background:#fff;border-radius:.5rem}.company-search .empty-state p{color:#6b7280;margin:0}.company-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;transition:all .2s;cursor:pointer;overflow:hidden}.company-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.company-card .card-header{padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.company-card .card-header .company-name{flex:1;min-width:0}.company-card .card-header .company-name h3{margin:0 0 .25rem;font-size:1.125rem;font-weight:600;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-card .card-header .company-name .furigana{margin:0;font-size:.75rem;color:#9ca3af}.company-card .card-header .status-badge{flex-shrink:0;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.company-card .card-header .status-badge.status-active{background:#d1fae5;color:#065f46}.company-card .card-header .status-badge.status-inactive{background:#fed7aa;color:#92400e}.company-card .card-header .status-badge.status-closed{background:#fee2e2;color:#991b1b}.company-card .card-body{padding:1.25rem 1.5rem}.company-card .card-body .info-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem}.company-card .card-body .info-item:last-child{margin-bottom:0}.company-card .card-body .info-item .icon{width:1rem;height:1rem;color:#9ca3af;flex-shrink:0}.company-card .card-body .info-item .label{color:#6b7280;font-weight:500;flex-shrink:0}.company-card .card-body .info-item .value{color:#374151}.company-card .card-body .info-item .link{color:#3b82f6;text-decoration:none}.company-card .card-body .info-item .link:hover{text-decoration:underline}.company-card .card-body .info-item.recruitment .recruitment-link{color:#059669;font-weight:500}.company-card .card-body .info-item.recruitment .recruitment-link:hover{color:#047857}.company-card .card-body .card-meta{margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6;display:flex;gap:1rem;flex-wrap:wrap}.company-card .card-body .card-meta .meta-item{font-size:.813rem;color:#6b7280}.company-card .card-body .card-meta .meta-item.recruitment-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-weight:500}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem 0}.pagination .page-btn{padding:.5rem .875rem;border:1px solid #d1d5db;background:#fff;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.375rem;color:#374151}.pagination .page-btn:hover:not(:disabled){background:#f9fafb;border-color:#3b82f6}.pagination .page-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.pagination .page-btn:disabled{opacity:.5;cursor:not-allowed}.pagination .page-btn svg{width:1rem;height:1rem}.company-list-wrapper{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.company-list{width:100%;border-collapse:collapse;font-size:.875rem}.company-list thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.company-list thead th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;font-size:.813rem;white-space:nowrap}.company-list thead th.col-corporate-number{width:130px}.company-list thead th.col-name,.company-list thead th.col-address{width:auto;min-width:180px}.company-list thead th.col-url{width:auto;min-width:200px}.company-list thead th.col-phone{width:120px}.company-list thead th.col-change-date,.company-list thead th.col-last-fetched{width:100px}.company-list thead th.col-fetch,.company-list thead th.col-verified{width:70px;text-align:center}.company-list thead th.col-actions{width:80px;text-align:center}.company-list tbody .company-list-row{border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .15s}.company-list tbody .company-list-row:hover{background:#f9fafb}.company-list tbody .company-list-row:last-child{border-bottom:none}.company-list tbody .company-list-row td{padding:.875rem 1rem;color:#111827;vertical-align:middle}.company-list tbody .company-list-row td.col-corporate-number{font-family:Monaco,Courier New,monospace;color:#6b7280;font-size:.813rem}.company-list tbody .company-list-row td.col-name{font-weight:500}.company-list tbody .company-list-row td.col-name .closed-badge{display:inline-block;margin-left:.5rem;padding:.125rem .5rem;background:#fee2e2;border:1px solid #fecaca;border-radius:.25rem;font-size:.75rem;font-weight:600;color:#dc2626}.company-list tbody .company-list-row td.col-address{color:#6b7280}.company-list tbody .company-list-row td.col-change-date,.company-list tbody .company-list-row td.col-last-fetched{color:#6b7280;font-size:.813rem}.company-list tbody .company-list-row td.col-fetch{text-align:center}.company-list tbody .company-list-row td.col-fetch .fetch-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s;padding:0}.company-list tbody .company-list-row td.col-fetch .fetch-btn:hover:not(:disabled){background:#f3f4f6;color:#3b82f6;border-color:#3b82f6}.company-list tbody .company-list-row td.col-fetch .fetch-btn:disabled{opacity:.6;cursor:not-allowed}.company-list tbody .company-list-row td.col-fetch .fetch-btn.fetching{background:#dbeafe;color:#3b82f6;border-color:#3b82f6}.company-list tbody .company-list-row td.col-fetch .fetch-btn svg{width:16px;height:16px}.company-list tbody .company-list-row td.col-fetch .fetch-btn .spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite}.company-list tbody .company-list-row td.col-url{max-width:250px}.company-list tbody .company-list-row td.col-url .url-link{color:#3b82f6;text-decoration:none;font-size:.813rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:100%}.company-list tbody .company-list-row td.col-url .url-link:hover{text-decoration:underline}.company-list tbody .company-list-row td.col-phone .phone-link{color:#6b7280;text-decoration:none;font-size:.813rem}.company-list tbody .company-list-row td.col-phone .phone-link:hover{color:#3b82f6;text-decoration:underline}.company-list tbody .company-list-row td.col-verified{text-align:center}.company-list tbody .company-list-row td.col-verified .switch{position:relative;display:inline-block;width:44px;height:24px;cursor:pointer}.company-list tbody .company-list-row td.col-verified .switch input{opacity:0;width:0;height:0}.company-list tbody .company-list-row td.col-verified .switch input:checked+.slider{background-color:#10b981}.company-list tbody .company-list-row td.col-verified .switch input:checked+.slider:before{transform:translate(20px)}.company-list tbody .company-list-row td.col-verified .switch input:disabled+.slider{opacity:.5;cursor:not-allowed}.company-list tbody .company-list-row td.col-verified .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d1d5db;transition:.3s;border-radius:24px}.company-list tbody .company-list-row td.col-verified .switch .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 1px 3px #0003}.company-list tbody .company-list-row td.col-actions{text-align:center}.company-list tbody .company-list-row td.col-actions .action-icons-row{display:flex;align-items:center;justify-content:center;gap:.25rem}.company-list tbody .company-list-row td.col-actions .action-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:.25rem;color:#6b7280;text-decoration:none;transition:all .15s}.company-list tbody .company-list-row td.col-actions .action-icon:hover{background:#f3f4f6;color:#3b82f6}.company-list tbody .company-list-row td.col-actions .action-icon svg{width:16px;height:16px}@media (max-width: 1024px){.company-list{font-size:.813rem}.company-list thead th{padding:.625rem .75rem;font-size:.75rem}.company-list tbody td{padding:.75rem}.company-list .col-address{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.btn.btn-outline:disabled{opacity:.6;cursor:not-allowed}.btn.btn-outline:disabled:hover{background:#fff}.btn svg{width:1rem;height:1rem}.spinner-small{display:inline-block;width:1rem;height:1rem;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite}.fetch-btn.fetching{opacity:.6;cursor:not-allowed}.company-detail{padding:2rem;max-width:1400px;margin:0 auto}.company-detail .success-message-block{background:#d1fae5;border:1px solid #6ee7b7;color:#065f46;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500;font-size:.9375rem;display:flex;align-items:center}.company-detail .loading,.company-detail .error{text-align:center;padding:3rem;font-size:1.125rem;color:#6b7280}.company-detail .detail-header{margin-bottom:2rem}.company-detail .detail-header .header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.company-detail .detail-header .header-actions{display:flex;gap:.75rem}.company-detail .detail-header .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;transition:all .2s;cursor:pointer;border:none}.company-detail .detail-header .btn.btn-back{background:#f3f4f6;color:#374151}.company-detail .detail-header .btn.btn-back:hover{background:#e5e7eb}.company-detail .detail-header .btn.btn-outline{background:#fff;color:#ef4444;border:1px solid #e5e7eb}.company-detail .detail-header .btn.btn-outline:hover{background:#fef2f2;border-color:#ef4444}.company-detail .detail-header .btn.btn-primary{background:#3b82f6;color:#fff}.company-detail .detail-header .btn.btn-primary:hover{background:#2563eb}.company-detail .company-header-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.company-detail .company-header-card .company-header-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.company-detail .company-header-card .company-header-info .company-title h1{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 .5rem}.company-detail .company-header-card .company-header-info .company-title .furigana{font-size:.875rem;color:#6b7280;margin:0}.company-detail .company-header-card .company-header-info .status-badge{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;white-space:nowrap}.company-detail .company-header-card .company-header-info .status-badge.success{background:#d1fae5;color:#065f46}.company-detail .company-header-card .company-header-info .status-badge.warning{background:#fef3c7;color:#92400e}.company-detail .company-header-card .company-header-info .status-badge.danger{background:#fee2e2;color:#991b1b}.company-detail .company-header-card .company-header-info .status-badge.secondary{background:#f3f4f6;color:#6b7280}.company-detail .company-header-card .company-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}.company-detail .company-header-card .company-meta .meta-item{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.company-detail .company-header-card .company-meta .meta-item .icon{color:#9ca3af;flex-shrink:0}.company-detail .company-header-card .company-meta .meta-item a{color:#3b82f6;text-decoration:none;display:flex;align-items:center;gap:.25rem}.company-detail .company-header-card .company-meta .meta-item a:hover{text-decoration:underline}.company-detail .company-header-card .company-meta .meta-item a .external-icon{font-size:.75rem}.company-detail .company-header-card .company-number{font-size:.875rem;color:#6b7280;padding-top:1rem;border-top:1px solid #e5e7eb}.company-detail .company-header-card .company-number span{font-weight:600;color:#111827}.company-detail .detail-tabs{display:flex;gap:.5rem;border-bottom:2px solid #e5e7eb;margin-bottom:2rem}.company-detail .detail-tabs .tab{padding:.875rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;font-size:.9375rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;margin-bottom:-2px}.company-detail .detail-tabs .tab:hover{color:#374151}.company-detail .detail-tabs .tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.company-detail .detail-content .content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.company-detail .detail-content .info-card{background:#fff;border-radius:12px;padding:1.75rem;box-shadow:0 1px 3px #0000001a}.company-detail .detail-content .info-card.full-width{grid-column:1/-1}.company-detail .detail-content .info-card .card-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.company-detail .detail-content .info-card .info-list{display:flex;flex-direction:column;gap:1rem}.company-detail .detail-content .info-card .info-row{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0}.company-detail .detail-content .info-card .info-row .label{font-size:.875rem;color:#6b7280;display:flex;align-items:center;gap:.5rem}.company-detail .detail-content .info-card .info-row .label .icon{color:#9ca3af}.company-detail .detail-content .info-card .info-row .value{font-size:.9375rem;color:#111827;font-weight:500;text-align:right}.company-detail .detail-content .info-card .info-row .value a{color:#3b82f6;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.company-detail .detail-content .info-card .info-row .value a:hover{text-decoration:underline}.company-detail .detail-content .info-card .info-row .value a .external-icon{font-size:.75rem}.company-detail .detail-content .info-card .info-row .value .industries-list{display:flex;flex-direction:column;gap:.375rem;align-items:flex-end}.company-detail .detail-content .info-card .info-row .value .industries-list .industry-badge{display:inline-block;padding:.25rem .625rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:.375rem;font-size:.8125rem;color:#1e40af;white-space:nowrap}.company-detail .detail-content .info-card .notes-content p{margin:0;line-height:1.7;color:#374151;white-space:pre-wrap}.company-detail .detail-content .info-card .empty-message{text-align:center;color:#9ca3af;padding:2rem;font-size:.9375rem}.company-detail .detail-content .workflows-list{display:flex;flex-direction:column;gap:1rem}.company-detail .detail-content .workflows-list .workflow-item{padding:1rem;background:#f9fafb;border-radius:8px;border-left:3px solid #3b82f6}.company-detail .detail-content .workflows-list .workflow-item .workflow-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.company-detail .detail-content .workflows-list .workflow-item .workflow-header .workflow-name{font-weight:600;color:#111827}.company-detail .detail-content .workflows-list .workflow-item .workflow-meta{display:flex;gap:1.5rem;font-size:.8125rem;color:#6b7280}.company-detail .detail-content .workflows-list .workflow-item .workflow-error{margin-top:.75rem;padding:.75rem;background:#fee2e2;color:#991b1b;border-radius:6px;font-size:.8125rem}@media (max-width: 1024px){.company-detail .detail-content .content-grid{grid-template-columns:1fr}}@media (max-width: 768px){.company-detail{padding:1rem}.company-detail .detail-header .header-top{flex-direction:column;align-items:stretch;gap:1rem}.company-detail .detail-header .header-top .header-actions{justify-content:stretch}.company-detail .detail-header .header-top .header-actions .btn{flex:1}.company-detail .detail-header .company-header-card{padding:1.5rem}.company-detail .detail-header .company-header-card .company-header-info{flex-direction:column;gap:1rem}.company-detail .detail-header .company-header-card .company-meta{flex-direction:column;gap:.75rem}.company-detail .detail-tabs{overflow-x:auto}.company-detail .detail-tabs .tab{white-space:nowrap}}.change-logs-timeline{position:relative;padding-left:2rem}.change-logs-timeline .timeline-item{position:relative;padding-bottom:2rem}.change-logs-timeline .timeline-item:last-child{padding-bottom:0}.change-logs-timeline .timeline-item .timeline-marker{position:absolute;left:-2rem;top:.25rem;width:.75rem;height:.75rem;background:#3b82f6;border-radius:50%;border:2px solid white;box-shadow:0 0 0 2px #3b82f6}.change-logs-timeline .timeline-item:before{content:"";position:absolute;left:-1.6875rem;top:1rem;bottom:-1rem;width:2px;background:#e5e7eb}.change-logs-timeline .timeline-item:last-child:before{display:none}.change-logs-timeline .timeline-item .timeline-content{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:box-shadow .2s}.change-logs-timeline .timeline-item .timeline-content:hover{box-shadow:0 4px 6px #00000012}.change-logs-timeline .timeline-item .timeline-content .timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.change-logs-timeline .timeline-item .timeline-content .timeline-header .timeline-time{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#6b7280}.change-logs-timeline .timeline-item .timeline-content .timeline-header .timeline-time .icon{width:.875rem;height:.875rem}.change-logs-timeline .timeline-item .timeline-content .timeline-header .timeline-user{font-size:.875rem;font-weight:500;color:#374151;padding:.25rem .625rem;background:#f3f4f6;border-radius:4px}.change-logs-timeline .timeline-item .timeline-content .timeline-body .change-create{display:flex;align-items:center;gap:.75rem}.change-logs-timeline .timeline-item .timeline-content .timeline-body .change-create span:not(.status-badge){color:#374151}.change-logs-timeline .timeline-item .timeline-content .timeline-body .change-updates-group{display:flex;flex-direction:column;gap:1rem}.change-logs-timeline .timeline-item .timeline-content .timeline-body .change-update .field-name{font-weight:600;color:#111827;margin-bottom:.625rem;font-size:.9375rem}.change-logs-timeline .timeline-item .timeline-content .timeline-body .change-update .change-values{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.change-logs-timeline .timeline-item .timeline-content .timeline-body .change-update .change-values .old-value,.change-logs-timeline .timeline-item .timeline-content .timeline-body .change-update .change-values .new-value{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:150px}.change-logs-timeline .timeline-item .timeline-content .timeline-body .change-update .change-values .old-value .label,.change-logs-timeline .timeline-item .timeline-content .timeline-body .change-update .change-values .new-value .label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.change-logs-timeline .timeline-item .timeline-content .timeline-body .change-update .change-values .old-value .value,.change-logs-timeline .timeline-item .timeline-content .timeline-body .change-update .change-values .new-value .value{padding:.5rem;background:#f9fafb;border-radius:4px;font-size:.875rem;color:#111827;border:1px solid #e5e7eb;word-break:break-all}.change-logs-timeline .timeline-item .timeline-content .timeline-body .change-update .change-values .old-value .value{background:#fef2f2;border-color:#fecaca;color:#991b1b;text-decoration:line-through}.change-logs-timeline .timeline-item .timeline-content .timeline-body .change-update .change-values .new-value .value{background:#f0fdf4;border-color:#bbf7d0;color:#166534;font-weight:500}.change-logs-timeline .timeline-item .timeline-content .timeline-body .change-update .change-values .arrow{color:#9ca3af;font-size:1.25rem;font-weight:700;flex-shrink:0}.btn.loading{opacity:.7;cursor:not-allowed}.edit-company-page{max-width:1000px;margin:0 auto;padding:2rem}.edit-company-page .page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.edit-company-page .page-header h1{font-size:1.75rem;font-weight:600;color:#1f2937;margin:0}.edit-company-page .page-header .header-actions{display:flex;gap:.75rem}.edit-company-page .page-header .header-actions .btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.edit-company-page .page-header .header-actions .btn.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.edit-company-page .page-header .header-actions .btn.btn-secondary:hover:not(:disabled){background:#e5e7eb}.edit-company-page .page-header .header-actions .btn.btn-primary{background:#3b82f6;color:#fff}.edit-company-page .page-header .header-actions .btn.btn-primary:hover:not(:disabled){background:#2563eb}.edit-company-page .page-header .header-actions .btn.btn-primary .spinner{display:inline-block;width:.875rem;height:.875rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.edit-company-page .page-header .header-actions .btn:disabled{opacity:.5;cursor:not-allowed}.edit-company-page .loading,.edit-company-page .error{text-align:center;padding:3rem;font-size:1.125rem;color:#6b7280}.edit-company-page .error{color:#dc2626}.edit-company-page .company-info-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin-bottom:2rem}.edit-company-page .company-info-card .readonly-info{display:grid;gap:.75rem}.edit-company-page .company-info-card .readonly-info .info-row{display:flex;align-items:center;gap:1rem}.edit-company-page .company-info-card .readonly-info .info-row .label{font-weight:500;color:#6b7280;min-width:120px}.edit-company-page .company-info-card .readonly-info .info-row .value{color:#1f2937}.edit-company-page .edit-form .form-section{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem}.edit-company-page .edit-form .form-section h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.edit-company-page .edit-form .form-section .form-group{margin-bottom:1.25rem}.edit-company-page .edit-form .form-section .form-group:last-child{margin-bottom:0}.edit-company-page .edit-form .form-section .form-group label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem}.edit-company-page .edit-form .form-section .form-group label .required{color:#dc2626;margin-left:.25rem}.edit-company-page .edit-form .form-section .form-group input[type=text],.edit-company-page .edit-form .form-section .form-group input[type=tel],.edit-company-page .edit-form .form-section .form-group input[type=url],.edit-company-page .edit-form .form-section .form-group input[type=date],.edit-company-page .edit-form .form-section .form-group input[type=number],.edit-company-page .edit-form .form-section .form-group select,.edit-company-page .edit-form .form-section .form-group textarea{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;transition:all .2s}.edit-company-page .edit-form .form-section .form-group input[type=text]:focus,.edit-company-page .edit-form .form-section .form-group input[type=tel]:focus,.edit-company-page .edit-form .form-section .form-group input[type=url]:focus,.edit-company-page .edit-form .form-section .form-group input[type=date]:focus,.edit-company-page .edit-form .form-section .form-group input[type=number]:focus,.edit-company-page .edit-form .form-section .form-group select:focus,.edit-company-page .edit-form .form-section .form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.edit-company-page .edit-form .form-section .form-group input[type=text]::-moz-placeholder,.edit-company-page .edit-form .form-section .form-group input[type=tel]::-moz-placeholder,.edit-company-page .edit-form .form-section .form-group input[type=url]::-moz-placeholder,.edit-company-page .edit-form .form-section .form-group input[type=date]::-moz-placeholder,.edit-company-page .edit-form .form-section .form-group input[type=number]::-moz-placeholder,.edit-company-page .edit-form .form-section .form-group select::-moz-placeholder,.edit-company-page .edit-form .form-section .form-group textarea::-moz-placeholder{color:#9ca3af}.edit-company-page .edit-form .form-section .form-group input[type=text]::placeholder,.edit-company-page .edit-form .form-section .form-group input[type=tel]::placeholder,.edit-company-page .edit-form .form-section .form-group input[type=url]::placeholder,.edit-company-page .edit-form .form-section .form-group input[type=date]::placeholder,.edit-company-page .edit-form .form-section .form-group input[type=number]::placeholder,.edit-company-page .edit-form .form-section .form-group select::placeholder,.edit-company-page .edit-form .form-section .form-group textarea::placeholder{color:#9ca3af}.edit-company-page .edit-form .form-section .form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.edit-company-page .edit-form .form-section .form-group select{cursor:pointer;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='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.edit-company-page .edit-form .form-section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 640px){.edit-company-page .edit-form .form-section .form-row{grid-template-columns:1fr}}.edit-company-page .edit-form .form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem}.edit-company-page .edit-form .form-actions .btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-weight:500;border-radius:.375rem;transition:all .2s;cursor:pointer}.edit-company-page .edit-form .form-actions .btn:disabled{opacity:.6;cursor:not-allowed}.edit-company-page .edit-form .form-actions .btn .spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.edit-company-page .edit-form .form-actions .btn-secondary{background:#f3f4f6;border:1px solid #d1d5db;color:#374151}.edit-company-page .edit-form .form-actions .btn-secondary:hover:not(:disabled){background:#e5e7eb}.edit-company-page .edit-form .form-actions .btn-primary{background:#3b82f6;border:1px solid #3b82f6;color:#fff}.edit-company-page .edit-form .form-actions .btn-primary:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.edit-company-page .industry-selector{border:1px solid #d1d5db;border-radius:.5rem;max-height:400px;overflow-y:auto;background:#fff}.edit-company-page .industry-selector .industry-main-group{border-bottom:1px solid #e5e7eb}.edit-company-page .industry-selector .industry-main-group:last-child{border-bottom:none}.edit-company-page .industry-selector .industry-main-group .industry-main-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f9fafb;-webkit-user-select:none;-moz-user-select:none;user-select:none}.edit-company-page .industry-selector .industry-main-group .industry-main-header .industry-main-checkbox{display:flex;align-items:center;cursor:pointer;margin:0}.edit-company-page .industry-selector .industry-main-group .industry-main-header .industry-main-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6;margin:0}.edit-company-page .industry-selector .industry-main-group .industry-main-header .industry-main-content{display:flex;align-items:center;gap:.5rem;flex:1;cursor:pointer;transition:background .2s}.edit-company-page .industry-selector .industry-main-group .industry-main-header .industry-main-content:hover{opacity:.8}.edit-company-page .industry-selector .industry-main-group .industry-main-header .expand-icon{display:inline-block;font-size:.75rem;transition:transform .2s}.edit-company-page .industry-selector .industry-main-group .industry-main-header .expand-icon.expanded{transform:rotate(90deg)}.edit-company-page .industry-selector .industry-main-group .industry-main-header .industry-main-name{font-weight:600;color:#1f2937;flex:1}.edit-company-page .industry-selector .industry-main-group .industry-main-header .industry-count{font-size:.875rem;color:#6b7280}.edit-company-page .industry-selector .industry-main-group .industry-sub-list{padding:.5rem;background:#fff}.edit-company-page .industry-selector .industry-main-group .industry-sub-list .industry-sub-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;cursor:pointer;border-radius:.25rem;transition:background .2s}.edit-company-page .industry-selector .industry-main-group .industry-sub-list .industry-sub-item:hover{background:#f9fafb}.edit-company-page .industry-selector .industry-main-group .industry-sub-list .industry-sub-item input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.edit-company-page .industry-selector .industry-main-group .industry-sub-list .industry-sub-item span{color:#374151;font-size:.9375rem}.edit-company-page .selected-industries-summary{margin-top:.75rem;padding:.75rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:.375rem}.edit-company-page .selected-industries-summary strong{display:block;margin-bottom:.5rem;font-size:.875rem;color:#1e40af}.edit-company-page .selected-industries-summary .selected-industries-list{display:flex;flex-wrap:wrap;gap:.5rem}.edit-company-page .selected-industries-summary .selected-industries-list .selected-industry-badge{display:inline-block;padding:.25rem .75rem;background:#dbeafe;border:1px solid #93c5fd;border-radius:.375rem;font-size:.8125rem;color:#1e40af;line-height:1.5}@media (max-width: 768px){.edit-company-page{padding:1rem}.edit-company-page .page-header h1{font-size:1.5rem}.edit-company-page .edit-form .form-section{padding:1rem}.edit-company-page .edit-form .form-section h2{font-size:1.125rem}.edit-company-page .edit-form .industry-selector{max-height:300px}}.company-verification{max-width:1200px;margin:0 auto;padding:2rem}.company-verification .page-header{margin-bottom:2rem}.company-verification .page-header h1{font-size:2rem;color:#333;margin:0 0 .5rem}.company-verification .page-header .page-description{color:#666;font-size:.95rem;margin:0}.company-verification .search-container{margin-bottom:2rem}.company-verification .search-container .search-box{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.company-verification .search-container .search-box .search-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.company-verification .search-container .search-box .search-form .form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.9rem}.company-verification .search-container .search-box .search-form .form-group .form-control{width:100%;padding:.5rem .75rem;border:1px solid #ddd;border-radius:4px;font-size:.95rem;transition:border-color .2s}.company-verification .search-container .search-box .search-form .form-group .form-control:focus{outline:none;border-color:#007bff}.company-verification .search-container .search-box .search-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.company-verification .search-container .search-box .search-form .form-actions .btn{padding:.5rem 1.5rem;border:none;border-radius:4px;font-size:.95rem;cursor:pointer;transition:all .2s}.company-verification .search-container .search-box .search-form .form-actions .btn.btn-secondary{background:#6c757d;color:#fff}.company-verification .search-container .search-box .search-form .form-actions .btn.btn-secondary:hover{background:#5a6268}.company-verification .verification-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.company-verification .verification-header h1{font-size:2rem;color:#333;margin:0}.company-verification .verification-header .header-actions{display:flex;gap:1rem}.company-verification .verification-header .btn-change-prefecture{padding:.5rem 1rem;background:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.company-verification .verification-header .btn-change-prefecture:hover{background:#5a6268}.company-verification .verification-header .btn-back{padding:.5rem 1rem;background:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.company-verification .verification-header .btn-back:hover{background:#5a6268}.company-verification .loading-container{text-align:center;padding:3rem 0}.company-verification .loading-container .spinner{display:inline-block;width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.company-verification .loading-container p{margin-top:1rem;color:#666}.company-verification .no-data-container{text-align:center;padding:3rem 0;font-size:1.2rem;color:#28a745}.company-verification .progress-container{margin-bottom:2rem}.company-verification .progress-container .progress-info{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;color:#666}.company-verification .progress-container .progress-info .progress-text{font-weight:700;color:#333}.company-verification .progress-container .progress-info .progress-remaining{color:#999}.company-verification .progress-container .progress-bar{width:100%;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden}.company-verification .progress-container .progress-bar .progress-bar-fill{height:100%;background:linear-gradient(90deg,#007bff,#0056b3);transition:width .3s ease}.company-verification .company-card{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.company-verification .company-card .card-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.company-verification .company-card .card-header h2{margin:0;font-size:1.5rem;font-weight:700}.company-verification .company-card .card-header .badge-closed{background:#dc3545;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:700}.company-verification .company-card .card-header .badge-active{background:#28a745;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:700}.company-verification .company-card .card-body{padding:2rem}.company-verification .company-card .card-body .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.company-verification .company-card .card-body .form-grid .form-item.full-width{grid-column:1/-1}.company-verification .company-card .card-body .form-grid .form-item.readonly .readonly-value{color:#666;font-size:1rem;padding:.5rem 0;background:#f8f9fa;padding:.5rem .75rem;border-radius:4px;border:1px solid #e9ecef}.company-verification .company-card .card-body .form-grid .form-item label{display:block;font-weight:700;color:#666;margin-bottom:.5rem;font-size:.85rem}.company-verification .company-card .card-body .form-grid .form-item input,.company-verification .company-card .card-body .form-grid .form-item textarea{width:100%;padding:.5rem .75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s}.company-verification .company-card .card-body .form-grid .form-item input:focus,.company-verification .company-card .card-body .form-grid .form-item textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.company-verification .company-card .card-body .form-grid .form-item input::-moz-placeholder,.company-verification .company-card .card-body .form-grid .form-item textarea::-moz-placeholder{color:#aaa}.company-verification .company-card .card-body .form-grid .form-item input::placeholder,.company-verification .company-card .card-body .form-grid .form-item textarea::placeholder{color:#aaa}.company-verification .company-card .card-body .form-grid .form-item textarea{resize:vertical;font-family:inherit}.company-verification .company-card .card-body .form-grid .form-item .input-with-button{display:flex;gap:.5rem;align-items:center}.company-verification .company-card .card-body .form-grid .form-item .input-with-button input{flex:1}.company-verification .company-card .card-body .form-grid .form-item .input-with-button .btn-open-link{padding:.5rem .75rem;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1.2rem;transition:background .2s;flex-shrink:0}.company-verification .company-card .card-body .form-grid .form-item .input-with-button .btn-open-link:hover{background:#0056b3}.company-verification .company-card .card-body .form-grid .form-item .industries-list{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem 0}.company-verification .company-card .card-body .form-grid .form-item .industries-list .industry-badge{background:#e7f3ff;color:#06c;padding:.25rem .75rem;border-radius:12px;font-size:.85rem}.company-verification .company-card .card-body .form-grid .form-item .industries-list .text-muted{color:#999}.company-verification .company-card .card-actions{padding:1.5rem 2rem;background:#f8f9fa;border-top:1px solid #ddd;display:flex;gap:1rem;justify-content:center}.company-verification .company-card .card-actions .btn{padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s}.company-verification .company-card .card-actions .btn:disabled{opacity:.5;cursor:not-allowed}.company-verification .company-card .card-actions .btn.btn-ok{background:#28a745;color:#fff;flex:1;max-width:400px}.company-verification .company-card .card-actions .btn.btn-ok:hover:not(:disabled){background:#218838}.company-verification .company-card .card-actions .btn.btn-skip{background:#6c757d;color:#fff}.company-verification .company-card .card-actions .btn.btn-skip:hover:not(:disabled){background:#5a6268}.company-verification .company-card .navigation-buttons{padding:1rem 2rem;display:flex;justify-content:space-between;border-top:1px solid #ddd}.company-verification .company-card .navigation-buttons .btn-nav{padding:.5rem 1rem;background:#6c757d;color:#fff;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background .2s}.company-verification .company-card .navigation-buttons .btn-nav:hover:not(:disabled){background:#5a6268}.company-verification .company-card .navigation-buttons .btn-nav:disabled{opacity:.3;cursor:not-allowed}@media (max-width: 768px){.company-verification{padding:1rem}.company-verification .verification-header{flex-direction:column;align-items:flex-start;gap:1rem}.company-verification .verification-header .header-actions{width:100%;flex-direction:column}.company-verification .company-card .card-body .info-grid,.company-verification .company-card .card-body .form-grid{grid-template-columns:1fr}.company-verification .company-card .card-actions{flex-direction:column}.company-verification .company-card .card-actions .btn{width:100%}}.industry-settings .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.industry-settings .page-header .header-actions{display:flex;gap:.75rem}.industry-settings .search-container{margin-bottom:1.5rem}.industry-settings .search-container .search-box{position:relative;max-width:400px}.industry-settings .search-container .search-box .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1rem}.industry-settings .search-container .search-box .search-input{width:100%;padding:.75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s}.industry-settings .search-container .search-box .search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.industry-settings .search-container .search-box .search-input::-moz-placeholder{color:#9ca3af}.industry-settings .search-container .search-box .search-input::placeholder{color:#9ca3af}.industry-settings .search-container .search-box .clear-search-btn{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;font-size:1.25rem;cursor:pointer;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.industry-settings .search-container .search-box .clear-search-btn:hover{background:#f3f4f6;color:#374151}.industry-settings .search-container .search-info{margin-top:.5rem;color:#6b7280;font-size:.875rem}.industry-settings .page-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.industry-settings .page-subtitle{color:#6b7280;margin:0}.industry-settings .industry-list{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.industry-settings .industry-category{border-bottom:1px solid #e5e7eb;cursor:grab;transition:all .2s ease}.industry-settings .industry-category:active{cursor:grabbing}.industry-settings .industry-category:hover{background:#fafbfc}.industry-settings .industry-category:last-child{border-bottom:none}.industry-settings .category-header{display:flex;align-items:center;padding:1rem 1.5rem;gap:1rem;background:#f9fafb;-webkit-user-select:none;-moz-user-select:none;user-select:none}.industry-settings .category-header:hover{background:#f3f4f6}.industry-settings .drag-handle{background:none;border:none;cursor:grab;padding:.5rem;display:flex;align-items:center;color:#9ca3af;transition:color .2s}.industry-settings .drag-handle:hover{color:#6b7280}.industry-settings .drag-handle:active{cursor:grabbing}.industry-settings .drag-handle svg{width:1.25rem;height:1.25rem}.industry-settings .expand-btn{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;color:#6b7280}.industry-settings .expand-btn svg{width:1.25rem;height:1.25rem}.industry-settings .category-info{flex:1;display:flex;align-items:center;gap:.75rem}.industry-settings .category-info h3{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.industry-settings .category-info .code{font-size:.875rem;color:#6b7280;background:#e5e7eb;padding:.25rem .5rem;border-radius:.25rem}.industry-settings .category-actions{display:flex;gap:.5rem}.industry-settings .subcategories{padding:.5rem 1.5rem .5rem 4rem;background:#fafbfc}.industry-settings .subcategory-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.375rem;margin-bottom:.5rem;background:#fff;border:1px solid #e5e7eb;cursor:grab;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.industry-settings .subcategory-item:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 1px 2px #0000000d}.industry-settings .subcategory-item:active{cursor:grabbing}.industry-settings .subcategory-item:last-child{margin-bottom:0}.industry-settings .subcategory-info{flex:1;display:flex;align-items:center;gap:.75rem}.industry-settings .subcategory-info .name{font-weight:500;color:#374151}.industry-settings .subcategory-info .code{font-size:.875rem;color:#6b7280;background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem}.industry-settings .subcategory-actions{display:flex;gap:.5rem}.industry-settings .empty-message{padding:1rem;text-align:center;color:#9ca3af;font-size:.875rem}.industry-settings .empty-state{padding:3rem;text-align:center}.industry-settings .empty-state p{color:#6b7280;margin-bottom:1.5rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.modal-header .close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.modal-header .close-btn:hover{color:#1f2937}.modal-body{padding:1.5rem}.modal-body .form-group{margin-bottom:1.25rem}.modal-body .form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.modal-body .form-group input[type=text],.modal-body .form-group input[type=number],.modal-body .form-group textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem}.modal-body .form-group input[type=text]:focus,.modal-body .form-group input[type=number]:focus,.modal-body .form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f680}.modal-body .form-group textarea{resize:vertical}.modal-body .form-group .checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.modal-body .form-group .checkbox-label input[type=checkbox]{width:auto}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}.btn{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem;border:none}.btn.btn-primary:hover{background:#2563eb}.btn.btn-outline{background:#fff;color:#374151;border:1px solid #d1d5db}.btn.btn-outline:hover{background:#f9fafb}.btn.btn-danger-outline{background:#fff;color:#ef4444;border:1px solid #fee2e2}.btn.btn-danger-outline:hover{background:#fef2f2}.btn.btn-sm{padding:.375rem .75rem;font-size:.813rem}.import-data-page{max-width:1000px;margin:0 auto;padding:2rem}.import-data-page .page-header{margin-bottom:2rem}.import-data-page .page-header h1{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.import-data-page .page-header .page-description{color:#6b7280;font-size:.875rem;line-height:1.5}.import-data-page .import-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:2rem}.import-data-page .file-upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .2s;margin-bottom:2rem}.import-data-page .file-upload-area:hover:not(.disabled){border-color:#3b82f6;background-color:#eff6ff}.import-data-page .file-upload-area.has-file{border-color:#10b981;background-color:#f0fdf4}.import-data-page .file-upload-area.disabled{opacity:.6;cursor:not-allowed;background-color:#f9fafb}.import-data-page .file-upload-area .file-prompt{display:flex;flex-direction:column;align-items:center;gap:1rem}.import-data-page .file-upload-area .file-prompt .icon{width:48px;height:48px;color:#9ca3af}.import-data-page .file-upload-area .file-prompt p{font-size:1rem;color:#374151;margin:0}.import-data-page .file-upload-area .file-prompt .file-hint{font-size:.875rem;color:#6b7280}.import-data-page .file-upload-area .file-selected{display:flex;flex-direction:column;align-items:center;gap:.75rem}.import-data-page .file-upload-area .file-selected .icon.success{width:48px;height:48px;color:#10b981}.import-data-page .file-upload-area .file-selected .file-name{font-size:1rem;font-weight:600;color:#111827;margin:0}.import-data-page .file-upload-area .file-selected .file-size{font-size:.875rem;color:#6b7280;margin:0}.import-data-page .file-upload-area .file-selected .remove-file-btn{margin-top:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#ef4444;font-size:.875rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.import-data-page .file-upload-area .file-selected .remove-file-btn:hover:not(:disabled){background:#fef2f2;border-color:#ef4444}.import-data-page .file-upload-area .file-selected .remove-file-btn:disabled{opacity:.5;cursor:not-allowed}.import-data-page .import-options{margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:8px}.import-data-page .import-options h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem}.import-data-page .import-options .option-item{margin-bottom:1.5rem}.import-data-page .import-options .option-item:last-child{margin-bottom:0}.import-data-page .import-options .option-item label{display:flex;align-items:flex-start;cursor:pointer}.import-data-page .import-options .option-item label input[type=checkbox]{margin-top:.25rem;margin-right:.75rem;width:1rem;height:1rem;cursor:pointer}.import-data-page .import-options .option-item label .checkbox-label{font-weight:500;color:#111827;font-size:.9375rem}.import-data-page .import-options .option-item .option-description{margin-left:1.75rem;margin-top:.375rem;font-size:.8125rem;color:#6b7280;line-height:1.5}.import-data-page .import-actions{display:flex;justify-content:center;margin-bottom:2rem}.import-data-page .import-actions .import-btn{padding:.75rem 2rem;font-size:1rem;display:flex;align-items:center;gap:.5rem}.import-data-page .import-actions .import-btn .spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.import-data-page .import-result{margin-bottom:2rem;padding:1.5rem;background:#f0fdf4;border:1px solid #86efac;border-radius:8px}.import-data-page .import-result .result-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.import-data-page .import-result .result-header .icon.success{width:24px;height:24px;color:#10b981}.import-data-page .import-result .result-header h3{font-size:1.125rem;font-weight:600;color:#065f46;margin:0}.import-data-page .import-result .result-message{margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:6px}.import-data-page .import-result .result-message p{margin:0;color:#374151;font-size:.938rem;line-height:1.6}.import-data-page .import-result .result-message p.processed-info{margin-top:.5rem;color:#6b7280;font-size:.875rem}.import-data-page .import-result .result-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:1.5rem}.import-data-page .import-result .result-stats .stat-item{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#fff;border-radius:6px}.import-data-page .import-result .result-stats .stat-item .stat-label{font-size:.75rem;color:#6b7280;margin-bottom:.5rem}.import-data-page .import-result .result-stats .stat-item .stat-value{font-size:1.5rem;font-weight:700}.import-data-page .import-result .result-stats .stat-item .stat-value.success{color:#10b981}.import-data-page .import-result .result-stats .stat-item .stat-value.info{color:#3b82f6}.import-data-page .import-result .result-stats .stat-item .stat-value.warning{color:#f59e0b}.import-data-page .import-result .result-stats .stat-item .stat-value.error{color:#ef4444}.import-data-page .import-result .errors-section .toggle-errors-btn{width:100%;padding:.75rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#ef4444;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.import-data-page .import-result .errors-section .toggle-errors-btn:hover{background:#fef2f2}.import-data-page .import-result .errors-section .errors-list{margin-top:1rem;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #fecaca;border-radius:6px;padding:1rem}.import-data-page .import-result .errors-section .errors-list .error-item{padding:.5rem;margin-bottom:.5rem;border-bottom:1px solid #fee2e2}.import-data-page .import-result .errors-section .errors-list .error-item:last-child{border-bottom:none;margin-bottom:0}.import-data-page .import-result .errors-section .errors-list .error-item .error-line{font-weight:600;color:#dc2626;margin-right:.5rem}.import-data-page .import-result .errors-section .errors-list .error-item .error-message{color:#374151;font-size:.875rem}.import-data-page .import-result .errors-section .errors-list .more-errors{text-align:center;color:#6b7280;font-size:.875rem;margin-top:.5rem}.import-data-page .csv-format-info{padding:1.5rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.import-data-page .csv-format-info h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.75rem}.import-data-page .csv-format-info>p{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.import-data-page .csv-format-info .format-details h4{font-size:.9375rem;font-weight:600;color:#111827;margin-bottom:.5rem}.import-data-page .csv-format-info .format-details ul{list-style:none;padding-left:0;margin:0 0 1rem}.import-data-page .csv-format-info .format-details ul li{font-size:.875rem;color:#374151;margin-bottom:.5rem;padding-left:1rem;position:relative}.import-data-page .csv-format-info .format-details ul li:before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700}.import-data-page .csv-format-info .format-details ul li strong{color:#111827}.import-data-page .csv-format-info .format-details .format-note{font-size:.8125rem;color:#6b7280;line-height:1.6;margin:0}.btn{padding:.5rem 1rem;border-radius:6px;font-weight:500;transition:all .2s;cursor:pointer;border:none;font-size:.875rem}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.btn-primary{background:#3b82f6;color:#fff}.btn.btn-primary:hover:not(:disabled){background:#2563eb}.import-progress{margin:2rem 0;padding:1.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.import-progress .upload-phase .progress-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.75rem}.import-progress .upload-phase .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);transition:width .3s ease;border-radius:4px}.import-progress .upload-phase .progress-text{text-align:center;color:#374151;font-weight:500;font-size:.875rem;margin:0}.import-progress .processing-phase .processing-header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.import-progress .processing-phase .processing-header .spinner{width:20px;height:20px}.import-progress .processing-phase .processing-header .progress-text{color:#374151;font-weight:500;font-size:.875rem;margin:0}.import-progress .processing-phase .progress-details{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.import-progress .processing-phase .progress-details .progress-line{text-align:center;color:#374151;font-weight:500;font-size:.875rem;margin:0 0 .75rem}.import-progress .processing-phase .progress-details .progress-counts{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.import-progress .processing-phase .progress-details .progress-counts .count-item{font-size:.8125rem;font-weight:500}.import-progress .processing-phase .progress-details .progress-counts .count-item.success{color:#059669}.import-progress .processing-phase .progress-details .progress-counts .count-item.updated{color:#3b82f6}.import-progress .processing-phase .progress-details .progress-counts .count-item.skipped{color:#f59e0b}.import-progress .processing-phase .progress-details .progress-counts .count-item.error{color:#dc2626}.import-progress .processing-phase .cancel-action{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;justify-content:center}.import-progress .processing-phase .cancel-action .btn-cancel{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.import-progress .processing-phase .cancel-action .btn-cancel:hover:not(:disabled){background:#dc2626}.import-progress .processing-phase .cancel-action .btn-cancel:disabled{opacity:.5;cursor:not-allowed}.import-progress .processing-phase .cancel-action .btn-cancel svg{width:16px;height:16px}.import-history{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;margin-bottom:2rem}.import-history h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem}.import-history .history-list{display:flex;flex-direction:column;gap:1rem}.import-history .history-item{border:1px solid #e5e7eb;border-radius:6px;padding:1rem;transition:all .2s}.import-history .history-item:hover{box-shadow:0 2px 4px #0000000d}.import-history .history-item.processing{border-left:4px solid #3b82f6;background:#eff6ff}.import-history .history-item.completed{border-left:4px solid #10b981;background:#f0fdf4}.import-history .history-item.cancelled{border-left:4px solid #f59e0b;background:#fffbeb}.import-history .history-item.error{border-left:4px solid #dc2626;background:#fef2f2}.import-history .history-item .history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.import-history .history-item .history-header .history-filename{font-weight:500;color:#111827;font-size:.875rem}.import-history .history-item .history-header .history-status{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.import-history .history-item .history-header .history-status.status-processing{background:#dbeafe;color:#1e40af}.import-history .history-item .history-header .history-status.status-completed{background:#d1fae5;color:#065f46}.import-history .history-item .history-header .history-status.status-cancelled{background:#fef3c7;color:#92400e}.import-history .history-item .history-header .history-status.status-error{background:#fee2e2;color:#991b1b}.import-history .history-item .history-details{display:flex;justify-content:space-between;font-size:.75rem;color:#6b7280;margin-bottom:.5rem}.import-history .history-item .history-stats{display:flex;gap:.75rem;font-size:.75rem}.import-history .history-item .history-stats .stat-mini{display:flex;align-items:center;gap:.25rem}.import-history .history-item .history-stats .stat-mini.success{color:#10b981}.import-history .history-item .history-stats .stat-mini.updated{color:#3b82f6}.import-history .history-item .history-stats .stat-mini.skipped{color:#f59e0b}.import-history .history-item .history-stats .stat-mini.error{color:#dc2626}.import-history .history-item .btn-sm{margin-top:.75rem;padding:.5rem 1rem;font-size:.75rem}.batch-fetch-container{max-width:1200px;margin:0 auto;padding:2rem}.batch-fetch-container .batch-fetch-header{margin-bottom:2rem}.batch-fetch-container .batch-fetch-header h1{font-size:2rem;font-weight:600;color:#111827;margin-bottom:.5rem}.batch-fetch-container .batch-fetch-header .subtitle{color:#4b5563;font-size:.95rem}.batch-fetch-container .error-message{background-color:#fee;border:1px solid #fcc;border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;color:#c33}.batch-fetch-container .error-message svg{font-size:1.25rem;flex-shrink:0}.batch-fetch-container .error-message span{flex:1}.batch-fetch-container .error-message .error-reload-btn{padding:.5rem 1rem;background:#fff;border:1px solid #fcc;border-radius:6px;color:#c33;font-size:.9rem;cursor:pointer;transition:all .2s;white-space:nowrap}.batch-fetch-container .error-message .error-reload-btn:hover{background:#fcc;color:#a11}.batch-fetch-container .batch-fetch-content{display:flex;flex-direction:column;gap:1.5rem}.batch-fetch-container .db-settings-panel{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.batch-fetch-container .db-settings-panel h2{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.batch-fetch-container .db-settings-panel .settings-description{color:#4b5563;font-size:.9rem;margin-bottom:1.5rem}.batch-fetch-container .db-settings-panel .db-setting-item{margin-bottom:2rem;padding:1.25rem;border-radius:8px;background:#f8f9fa;border-left:4px solid #667eea;transition:all .2s}.batch-fetch-container .db-settings-panel .db-setting-item:hover{background:#f0f2f5;box-shadow:0 2px 8px #00000014}.batch-fetch-container .db-settings-panel .db-setting-item.worker-count{border-left-color:#667eea}.batch-fetch-container .db-settings-panel .db-setting-item.fetch-interval{border-left-color:#f59e0b}.batch-fetch-container .db-settings-panel .db-setting-item.display-limit{border-left-color:#10b981}.batch-fetch-container .db-settings-panel .db-setting-item .setting-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.batch-fetch-container .db-settings-panel .db-setting-item .setting-header label{font-weight:600;font-size:1rem;color:#111827}.batch-fetch-container .db-settings-panel .db-setting-item .setting-header .setting-value-badge{padding:.4rem .9rem;border-radius:20px;font-weight:700;font-size:1rem;color:#fff;min-width:100px;text-align:center;box-shadow:0 2px 4px #0000001a}.batch-fetch-container .db-settings-panel .db-setting-item .setting-header .setting-value-badge.worker{background:linear-gradient(135deg,#667eea,#764ba2)}.batch-fetch-container .db-settings-panel .db-setting-item .setting-header .setting-value-badge.interval{background:linear-gradient(135deg,#f59e0b,#ef4444)}.batch-fetch-container .db-settings-panel .db-setting-item .setting-header .setting-value-badge.display{background:linear-gradient(135deg,#10b981,#059669)}.batch-fetch-container .db-settings-panel .db-setting-item input[type=range]{width:100%;height:8px;border-radius:5px;outline:none;-webkit-appearance:none;margin:.5rem 0}.batch-fetch-container .db-settings-panel .db-setting-item input[type=range].range-worker{background:linear-gradient(to right,#e0e7ff,#667eea)}.batch-fetch-container .db-settings-panel .db-setting-item input[type=range].range-interval{background:linear-gradient(to right,#fef3c7,#f59e0b)}.batch-fetch-container .db-settings-panel .db-setting-item input[type=range].range-display{background:linear-gradient(to right,#d1fae5,#10b981)}.batch-fetch-container .db-settings-panel .db-setting-item input[type=range]::-webkit-slider-thumb{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:24px;height:24px;border-radius:50%;background:#fff;cursor:pointer;-webkit-transition:all .2s;transition:all .2s;box-shadow:0 2px 6px #0003;border:3px solid #667eea}.batch-fetch-container .db-settings-panel .db-setting-item input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 3px 10px #0000004d}.batch-fetch-container .db-settings-panel .db-setting-item input[type=range].range-interval::-webkit-slider-thumb{border-color:#f59e0b}.batch-fetch-container .db-settings-panel .db-setting-item input[type=range].range-display::-webkit-slider-thumb{border-color:#10b981}.batch-fetch-container .db-settings-panel .db-setting-item input[type=range]::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#fff;cursor:pointer;border:3px solid #667eea;-moz-transition:all .2s;transition:all .2s;box-shadow:0 2px 6px #0003}.batch-fetch-container .db-settings-panel .db-setting-item input[type=range]::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 3px 10px #0000004d}.batch-fetch-container .db-settings-panel .db-setting-item input[type=range].range-interval::-moz-range-thumb{border-color:#f59e0b}.batch-fetch-container .db-settings-panel .db-setting-item input[type=range].range-display::-moz-range-thumb{border-color:#10b981}.batch-fetch-container .db-settings-panel .db-setting-item input[type=range]:disabled{opacity:.5;cursor:not-allowed}.batch-fetch-container .db-settings-panel .db-setting-item input[type=range]:disabled::-webkit-slider-thumb{cursor:not-allowed}.batch-fetch-container .db-settings-panel .db-setting-item input[type=range]:disabled::-moz-range-thumb{cursor:not-allowed}.batch-fetch-container .db-settings-panel .db-setting-item .setting-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.batch-fetch-container .db-settings-panel .db-setting-item .setting-footer .setting-range{font-size:.85rem;color:#4b5563;font-weight:500}.batch-fetch-container .db-settings-panel .db-setting-item .setting-footer .hint{font-size:.85rem;color:#4b5563;text-align:right;flex:1;margin-left:1rem}.batch-fetch-container .db-settings-panel .db-settings-actions{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}.batch-fetch-container .db-settings-panel .db-settings-actions .btn-save-settings{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.batch-fetch-container .db-settings-panel .db-settings-actions .btn-save-settings svg{font-size:1.1rem}.batch-fetch-container .db-settings-panel .db-settings-actions .btn-save-settings svg.spinning{animation:spin 1s linear infinite}.batch-fetch-container .db-settings-panel .db-settings-actions .btn-save-settings:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.batch-fetch-container .db-settings-panel .db-settings-actions .btn-save-settings:disabled{opacity:.6;cursor:not-allowed}.batch-fetch-container .db-settings-panel .db-settings-actions .save-success{color:#28a745;font-weight:500;font-size:.95rem;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.batch-fetch-container .settings-panel{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.batch-fetch-container .settings-panel h2{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1.25rem}.batch-fetch-container .settings-panel .remaining-count-panel{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:1rem}.batch-fetch-container .settings-panel .remaining-count-panel .remaining-total{display:flex;justify-content:space-between;align-items:center;flex:1}.batch-fetch-container .settings-panel .remaining-count-panel .remaining-total .label{font-size:1rem;font-weight:500}.batch-fetch-container .settings-panel .remaining-count-panel .remaining-total .count{font-size:2rem;font-weight:700}.batch-fetch-container .settings-panel .remaining-count-panel .btn-refresh-count{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.batch-fetch-container .settings-panel .remaining-count-panel .btn-refresh-count svg{font-size:1.1rem}.batch-fetch-container .settings-panel .remaining-count-panel .btn-refresh-count .spinning{animation:spin 1s linear infinite}.batch-fetch-container .settings-panel .remaining-count-panel .btn-refresh-count:hover:not(:disabled){background:#ffffff4d;transform:translateY(-1px)}.batch-fetch-container .settings-panel .remaining-count-panel .btn-refresh-count:disabled{opacity:.6;cursor:not-allowed}.batch-fetch-container .settings-panel .remaining-count-panel .filtered-info{margin-top:.5rem;opacity:.9;font-size:.9rem}.batch-fetch-container .settings-panel .city-filter .city-loading{display:flex;align-items:center;gap:.75rem;padding:2rem;background:#f9f9f9;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;color:#4b5563;font-size:.95rem}.batch-fetch-container .settings-panel .city-filter .city-loading .spinner{animation:spin 1s linear infinite;font-size:1.25rem;color:#4f46e5}.batch-fetch-container .settings-panel .city-filter .city-no-data{padding:1.5rem;text-align:center;background:#f9f9f9;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563;font-size:.95rem}.batch-fetch-container .settings-panel .city-filter .city-selector .quick-actions{display:flex;gap:.5rem;margin-bottom:1rem}.batch-fetch-container .settings-panel .city-filter .city-selector .quick-actions .btn-small{padding:.5rem 1rem;font-size:.85rem;border:1px solid #e5e7eb;background:#fff;border-radius:6px;cursor:pointer;transition:all .2s}.batch-fetch-container .settings-panel .city-filter .city-selector .quick-actions .btn-small:hover:not(:disabled){background:#4f46e5;color:#fff;border-color:#4f46e5}.batch-fetch-container .settings-panel .city-filter .city-selector .quick-actions .btn-small:disabled{opacity:.5;cursor:not-allowed}.batch-fetch-container .settings-panel .city-filter .city-selector .city-checkboxes{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;max-height:300px;overflow-y:auto;background:#fafafa}.batch-fetch-container .settings-panel .city-filter .city-selector .city-checkboxes .city-checkbox{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fff;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.9rem}.batch-fetch-container .settings-panel .city-filter .city-selector .city-checkboxes .city-checkbox:hover{background:#f0f0f0}.batch-fetch-container .settings-panel .city-filter .city-selector .city-checkboxes .city-checkbox input[type=checkbox]{cursor:pointer;width:auto}.batch-fetch-container .settings-panel .city-filter .city-selector .city-checkboxes .city-checkbox .city-name{flex:1}.batch-fetch-container .settings-panel .city-filter .city-selector .city-checkboxes .city-checkbox .city-count{color:#4b5563;font-size:.8rem;margin-left:auto}.batch-fetch-container .settings-panel .prefecture-filter .prefecture-selector .prefecture-select{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .2s}.batch-fetch-container .settings-panel .prefecture-filter .prefecture-selector .prefecture-select:focus{outline:none;border-color:#4f46e5}.batch-fetch-container .settings-panel .prefecture-filter .prefecture-selector .prefecture-select:disabled{background:#f5f5f5;cursor:not-allowed}.batch-fetch-container .settings-panel .setting-item{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.batch-fetch-container .settings-panel .setting-item:last-child{margin-bottom:0}.batch-fetch-container .settings-panel .setting-item label{font-weight:500;color:#111827;font-size:.95rem}.batch-fetch-container .settings-panel .setting-item input{width:200px;padding:.625rem;border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;transition:border-color .2s}.batch-fetch-container .settings-panel .setting-item input:focus{outline:none;border-color:#4f46e5}.batch-fetch-container .settings-panel .setting-item input:disabled{background-color:#f5f5f5;cursor:not-allowed}.batch-fetch-container .settings-panel .setting-item .hint{font-size:.85rem;color:#4b5563}.batch-fetch-container .control-panel{display:flex;justify-content:center;padding:1.5rem 0}.batch-fetch-container .control-panel .btn{display:flex;align-items:center;gap:.625rem;padding:.875rem 2rem;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.batch-fetch-container .control-panel .btn svg{font-size:1.25rem}.batch-fetch-container .control-panel .btn:disabled{opacity:.6;cursor:not-allowed}.batch-fetch-container .control-panel .btn.btn-start{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.batch-fetch-container .control-panel .btn.btn-start:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.batch-fetch-container .control-panel .btn.btn-stop{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.batch-fetch-container .control-panel .btn.btn-stop:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #f5576c66}.batch-fetch-container .progress-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.batch-fetch-container .progress-section .progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.batch-fetch-container .progress-section .progress-header h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.batch-fetch-container .progress-section .progress-header .progress-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.batch-fetch-container .progress-section .progress-header .progress-stats .stat{display:flex;align-items:center;gap:.375rem;font-size:.9rem;font-weight:500}.batch-fetch-container .progress-section .progress-header .progress-stats .stat svg{font-size:1rem}.batch-fetch-container .progress-section .progress-header .progress-stats .stat.success{color:#10b981}.batch-fetch-container .progress-section .progress-header .progress-stats .stat.failed{color:#ef4444}.batch-fetch-container .progress-section .progress-header .progress-stats .stat.processing{color:#3b82f6}.batch-fetch-container .progress-section .progress-header .progress-stats .stat.pending{color:#f59e0b}.batch-fetch-container .progress-section .progress-header .progress-stats .stat.total{color:#4f46e5}.batch-fetch-container .progress-section .progress-bar-container{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.batch-fetch-container .progress-section .progress-bar-container .progress-bar{flex:1;height:10px;background:#f0f0f0;border-radius:5px;overflow:hidden;position:relative}.batch-fetch-container .progress-section .progress-bar-container .progress-bar .progress-bar-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:5px;transition:width .5s ease;position:relative}.batch-fetch-container .progress-section .progress-bar-container .progress-bar .progress-bar-fill:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}.batch-fetch-container .progress-section .progress-bar-container .progress-percentage{font-size:1.125rem;font-weight:600;color:#111827;min-width:60px;text-align:right}.batch-fetch-container .progress-section .completion-message{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#e0f2fe,#dbeafe);border-radius:12px;margin-bottom:1.5rem;border:1px solid #bae6fd}.batch-fetch-container .progress-section .completion-message .completion-icon{font-size:2.5rem;color:#10b981;flex-shrink:0}.batch-fetch-container .progress-section .completion-message .completion-text{flex:1}.batch-fetch-container .progress-section .completion-message .completion-text h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .5rem}.batch-fetch-container .progress-section .completion-message .completion-text p{margin:0;color:#4b5563;font-size:.95rem}.batch-fetch-container .progress-section .processing-list{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.batch-fetch-container .progress-section .processing-list h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem}.batch-fetch-container .progress-section .processing-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.batch-fetch-container .progress-section .processing-list ul li{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:8px;font-size:.9rem}.batch-fetch-container .progress-section .processing-list ul li svg{font-size:1rem;color:#4f46e5;flex-shrink:0}.batch-fetch-container .progress-section .processing-list ul li .company-name{font-weight:500;color:#111827}.batch-fetch-container .progress-section .processing-list ul li .corporate-number{color:#4f46e5;font-size:.85rem;font-weight:500;background:#eff6ff;padding:.2rem .5rem;border-radius:4px;margin:0 .5rem}.batch-fetch-container .progress-section .processing-list ul li .company-id{color:#4b5563;font-size:.85rem}.batch-fetch-container .progress-section .processing-list ul li .updated-at{margin-left:auto;color:#4b5563;font-size:.85rem}.batch-fetch-container .progress-section .pending-list{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.batch-fetch-container .progress-section .pending-list h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.batch-fetch-container .progress-section .pending-list h3 svg{color:#f59e0b}.batch-fetch-container .progress-section .pending-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.batch-fetch-container .progress-section .pending-list ul li{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fffbeb;border-radius:8px;font-size:.9rem;border:1px solid #fde68a;position:relative}.batch-fetch-container .progress-section .pending-list ul li .pending-icon{font-size:1rem;color:#f59e0b;flex-shrink:0}.batch-fetch-container .progress-section .pending-list ul li .company-name{font-weight:500;color:#111827}.batch-fetch-container .progress-section .pending-list ul li .corporate-number{color:#4f46e5;font-size:.85rem;font-weight:500;background:#eff6ff;padding:.2rem .5rem;border-radius:4px;margin:0 .5rem}.batch-fetch-container .progress-section .pending-list ul li .company-id{color:#4b5563;font-size:.85rem}.batch-fetch-container .progress-section .pending-list ul li .industry{margin-left:auto;color:#4b5563;font-size:.85rem;background:#fff;padding:.25rem .5rem;border-radius:4px}.batch-fetch-container .progress-section .pending-list ul li .delete-pending-btn{margin-left:auto;padding:.25rem .5rem;background:transparent;color:#4b5563;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:1rem}.batch-fetch-container .progress-section .pending-list ul li .delete-pending-btn:hover:not(:disabled){color:#111827}.batch-fetch-container .progress-section .pending-list ul li .delete-pending-btn:disabled{opacity:.5;cursor:not-allowed}.batch-fetch-container .progress-section .pending-list ul li .delete-pending-btn svg{width:16px;height:16px}.batch-fetch-container .progress-section .pending-list .no-details{padding:1.5rem;text-align:center;background:#fef3c7;border-radius:8px;margin-top:1rem}.batch-fetch-container .progress-section .pending-list .no-details p{margin:0;color:#4b5563;font-size:.9rem}.batch-fetch-container .progress-section .cleanup-list{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.batch-fetch-container .progress-section .cleanup-list h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.batch-fetch-container .progress-section .cleanup-list h3 svg{color:#ef4444}.batch-fetch-container .progress-section .cleanup-list .cleanup-description{font-size:.85rem;color:#4b5563;margin-bottom:1rem}.batch-fetch-container .progress-section .cleanup-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.batch-fetch-container .progress-section .cleanup-list ul li{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fef2f2;border-radius:8px;font-size:.9rem;border:1px solid #fecaca}.batch-fetch-container .progress-section .cleanup-list ul li .cleanup-icon{font-size:1rem;color:#ef4444;flex-shrink:0}.batch-fetch-container .progress-section .cleanup-list ul li .company-name{font-weight:500;color:#111827}.batch-fetch-container .progress-section .cleanup-list ul li .corporate-number{color:#4f46e5;font-size:.85rem;font-weight:500;background:#eff6ff;padding:.2rem .5rem;border-radius:4px;margin:0 .5rem}.batch-fetch-container .progress-section .cleanup-list ul li .company-id{color:#4b5563;font-size:.85rem}.batch-fetch-container .progress-section .cleanup-list ul li .stuck-time{margin-left:auto;color:#dc2626;font-size:.85rem;font-weight:500;background:#fff;padding:.25rem .5rem;border-radius:4px}.batch-fetch-container .idle-state{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 2px 8px #0000000d;text-align:center}.batch-fetch-container .idle-state .idle-icon{font-size:4rem;color:#d1d5db;margin-bottom:1.5rem}.batch-fetch-container .idle-state p{color:#111827;font-size:1.125rem;margin-bottom:.5rem}.batch-fetch-container .idle-state p.hint{font-size:.95rem;color:#4b5563;margin-bottom:0}.batch-fetch-container .failed-list{background:#fff5f5;border:1px solid #feb2b2;border-radius:8px;padding:1.25rem;margin-top:1rem}.batch-fetch-container .failed-list h3{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:#c53030;margin-bottom:.5rem}.batch-fetch-container .failed-list h3 svg{font-size:1.25rem}.batch-fetch-container .failed-list .failed-description{color:#742a2a;font-size:.9rem;margin-bottom:1rem;line-height:1.5}.batch-fetch-container .failed-list ul{list-style:none;padding:0;margin:0}.batch-fetch-container .failed-list ul li{padding:.875rem;background:#fff;border-radius:6px;margin-bottom:.75rem;display:flex;flex-direction:column;gap:.5rem}.batch-fetch-container .failed-list ul li:last-child{margin-bottom:0}.batch-fetch-container .failed-list ul li .failed-icon{color:#e53e3e;font-size:1.1rem}.batch-fetch-container .failed-list ul li .company-info{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.batch-fetch-container .failed-list ul li .company-info .company-name{font-weight:500;color:#111827}.batch-fetch-container .failed-list ul li .company-info .corporate-number,.batch-fetch-container .failed-list ul li .company-info .company-id,.batch-fetch-container .failed-list ul li .company-info .industry{font-size:.85rem;color:#4b5563;padding:.25rem .5rem;background:#f3f4f6;border-radius:4px}.batch-fetch-container .failed-list ul li .error-message{display:flex;gap:.5rem;padding:.5rem;background:#fed7d7;border-radius:4px;font-size:.85rem}.batch-fetch-container .failed-list ul li .error-message .error-label{font-weight:600;color:#c53030}.batch-fetch-container .failed-list ul li .error-message .error-text{color:#742a2a;flex:1;word-break:break-word}.batch-fetch-container .failed-list ul li .failed-time{font-size:.8rem;color:#6b7280}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.spinning{animation:spin 1s linear infinite}.history-section{margin-top:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.history-section .history-title{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.history-section .history-list{display:flex;flex-direction:column;gap:1rem}.history-section .history-item{padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e5e7eb}.history-section .history-item .history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e0e0e0}.history-section .history-item .history-header .history-date{font-size:.9rem;color:#4b5563;font-weight:500}.history-section .history-item .history-header .history-status{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.history-section .history-item .history-header .history-status.completed{background:#e6f7ed;color:#28a745}.history-section .history-item .history-header .history-status.stopped{background:#fff3cd;color:#856404}.history-section .history-item .history-stats{display:flex;flex-wrap:wrap;gap:1rem}.history-section .history-item .history-stats .stat-item{display:flex;align-items:center;gap:.5rem}.history-section .history-item .history-stats .stat-item .stat-label{font-size:.85rem;color:#4b5563}.history-section .history-item .history-stats .stat-item .stat-value{font-size:.9rem;font-weight:600;color:#111827}.history-section .history-item .history-stats .stat-item .stat-value.success{color:#28a745}.history-section .history-item .history-stats .stat-item .stat-value.failed{color:#dc3545}@media (max-width: 768px){.batch-fetch-container{padding:1rem}.batch-fetch-container .batch-fetch-header h1{font-size:1.5rem}.batch-fetch-container .settings-panel,.batch-fetch-container .progress-section{padding:1rem}.batch-fetch-container .progress-header{flex-direction:column;align-items:flex-start!important}.batch-fetch-container .progress-header .progress-stats{width:100%}.batch-fetch-container .control-panel .btn{width:100%;justify-content:center}.history-section .history-stats{flex-direction:column;gap:.5rem}}.workflow-history-container{max-width:1400px;margin:0 auto;padding:2rem}.workflow-history-container .workflow-history-header{margin-bottom:2rem}.workflow-history-container .workflow-history-header h1{font-size:2rem;font-weight:600;color:#111827;margin-bottom:.5rem}.workflow-history-container .workflow-history-header .subtitle{color:#4b5563;font-size:.95rem}.workflow-history-container .filters-section{display:flex;gap:1rem;align-items:flex-end;margin-bottom:1.5rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.workflow-history-container .filters-section .filter-group{display:flex;flex-direction:column;gap:.5rem}.workflow-history-container .filters-section .filter-group label{font-size:.85rem;font-weight:600;color:#4b5563}.workflow-history-container .filters-section .filter-group select{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.9rem;min-width:150px}.workflow-history-container .filters-section .filter-group select:focus{outline:none;border-color:#4f46e5}.workflow-history-container .filters-section .btn{margin-left:auto}.workflow-history-container .error-message{background-color:#fee;border:1px solid #fcc;border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;color:#c33}.workflow-history-container .error-message svg{font-size:1.25rem;flex-shrink:0}.workflow-history-container .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border-radius:12px}.workflow-history-container .loading-state .spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.workflow-history-container .loading-state p{color:#4b5563}.workflow-history-container .logs-list{display:flex;flex-direction:column;gap:1rem}.workflow-history-container .log-item{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;border-left:4px solid #e5e7eb;transition:all .2s}.workflow-history-container .log-item:hover{box-shadow:0 4px 12px #0000001f}.workflow-history-container .log-item.success{border-left-color:#28a745}.workflow-history-container .log-item.failed{border-left-color:#dc3545}.workflow-history-container .log-item.processing{border-left-color:#ffc107}.workflow-history-container .log-item.pending{border-left-color:#6c757d}.workflow-history-container .log-item .log-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.workflow-history-container .log-item .log-header:hover{background:#f8f9fa}.workflow-history-container .log-item .log-header .log-main-info{display:flex;align-items:center;gap:1rem;flex:1}.workflow-history-container .log-item .log-header .log-main-info .status-icon{font-size:1.5rem;flex-shrink:0}.workflow-history-container .log-item .log-header .log-main-info .status-icon.success{color:#28a745}.workflow-history-container .log-item .log-header .log-main-info .status-icon.failed{color:#dc3545}.workflow-history-container .log-item .log-header .log-main-info .status-icon.processing{color:#ffc107}.workflow-history-container .log-item .log-header .log-main-info .status-icon.pending{color:#6c757d}.workflow-history-container .log-item .log-header .log-main-info .log-details{flex:1;min-width:0}.workflow-history-container .log-item .log-header .log-main-info .log-details .company-name{font-weight:600;font-size:1rem;color:#111827;margin-bottom:.25rem}.workflow-history-container .log-item .log-header .log-main-info .log-details .company-name .corporate-number{margin-left:.5rem;font-weight:400;font-size:.85rem;color:#4b5563}.workflow-history-container .log-item .log-header .log-main-info .log-details .log-meta{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#4b5563;flex-wrap:wrap}.workflow-history-container .log-item .log-header .log-main-info .log-details .log-meta .separator{color:#e5e7eb}.workflow-history-container .log-item .log-header .log-main-info .log-details .log-meta .workflow-name{font-weight:500}.workflow-history-container .log-item .log-header .log-actions{display:flex;align-items:center;gap:1rem}.workflow-history-container .log-item .log-header .log-actions .status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.workflow-history-container .log-item .log-header .log-actions .status-badge.success{background:#e6f7ed;color:#28a745}.workflow-history-container .log-item .log-header .log-actions .status-badge.failed{background:#fee;color:#dc3545}.workflow-history-container .log-item .log-header .log-actions .status-badge.processing{background:#fff3cd;color:#856404}.workflow-history-container .log-item .log-header .log-actions .status-badge.pending{background:#e9ecef;color:#6c757d}.workflow-history-container .log-item .log-header .log-actions svg{font-size:1.25rem;color:#4b5563}.workflow-history-container .log-item .log-body{padding:1.5rem;border-top:1px solid #e5e7eb;background:#f8f9fa}.workflow-history-container .log-item .log-body h4{font-size:.9rem;font-weight:600;color:#111827;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.workflow-history-container .log-item .log-body .error-section{margin-bottom:1.5rem}.workflow-history-container .log-item .log-body .error-section .error-content{background:#fee;border:1px solid #fcc;border-radius:8px;padding:1rem}.workflow-history-container .log-item .log-body .error-section .error-content pre{margin:0;font-family:Courier New,monospace;font-size:.85rem;color:#c33;white-space:pre-wrap;word-wrap:break-word}.workflow-history-container .log-item .log-body .data-section{margin-bottom:1.5rem}.workflow-history-container .log-item .log-body .data-section .data-content{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;max-height:400px;overflow:auto}.workflow-history-container .log-item .log-body .data-section .data-content pre{margin:0;font-family:Courier New,monospace;font-size:.85rem;color:#111827;white-space:pre-wrap;word-wrap:break-word}.workflow-history-container .log-item .log-body .timestamps{display:flex;gap:2rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.workflow-history-container .log-item .log-body .timestamps .timestamp-item{display:flex;flex-direction:column;gap:.25rem}.workflow-history-container .log-item .log-body .timestamps .timestamp-item .label{font-size:.75rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.5px}.workflow-history-container .log-item .log-body .timestamps .timestamp-item .value{font-size:.9rem;color:#111827}.workflow-history-container .pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.workflow-history-container .pagination .page-info{font-size:.9rem;color:#4b5563}.workflow-history-container .pagination .btn:disabled{opacity:.5;cursor:not-allowed}.workflow-history-container .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border-radius:12px}.workflow-history-container .empty-state .empty-icon{font-size:4rem;color:#e5e7eb;margin-bottom:1rem}.workflow-history-container .empty-state p{color:#4b5563;font-size:1.1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.workflow-history-container{padding:1rem}.workflow-history-container .filters-section{flex-direction:column;align-items:stretch}.workflow-history-container .filters-section .filter-group select{width:100%}.workflow-history-container .filters-section .btn{margin-left:0;width:100%}.workflow-history-container .log-item .log-header{flex-direction:column;align-items:flex-start;gap:1rem}.workflow-history-container .log-item .log-header .log-actions{width:100%;justify-content:space-between}.workflow-history-container .log-item .log-body .timestamps{flex-direction:column;gap:1rem}.workflow-history-container .pagination{flex-direction:column;gap:.75rem}.workflow-history-container .pagination .btn{width:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login-container{display:grid;grid-template-columns:1.2fr 1fr;max-width:1200px;width:100%;background:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;animation:fadeIn .5s ease}@media (max-width: 768px){.login-container{grid-template-columns:1fr}}.login-left{background:linear-gradient(135deg,#4f46e5,#8b5cf6);color:#fff;padding:4rem;display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 768px){.login-left{display:none}}.login-brand{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.login-brand .brand-icon{flex-shrink:0}.login-brand .brand-text h1{font-size:1.5rem;font-weight:700;margin:0 0 .125rem;color:#fff}.login-brand .brand-text p{font-size:.875rem;opacity:.9;margin:0;color:#fff}.login-illustration{flex:1;display:flex;align-items:center;justify-content:center;margin:3rem 0}.login-illustration svg{max-width:100%;height:auto}.login-features{display:flex;flex-direction:column;gap:2rem}.login-features .feature-item{display:flex;gap:1rem;align-items:flex-start}.login-features .feature-item .feature-icon{width:32px;height:32px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.login-features .feature-item .feature-text h3{font-size:1rem;font-weight:600;margin:0 0 .125rem;color:#fff}.login-features .feature-item .feature-text p{font-size:.875rem;opacity:.9;margin:0;color:#fff}.login-right{padding:4rem;display:flex;align-items:center;justify-content:center}.login-form-wrapper{width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:3rem}.login-header h2{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#1f2937}.login-header p{font-size:1rem;color:#6b7280;margin:0}.alert{padding:1rem;border-radius:.25rem;margin-bottom:2rem;font-size:.875rem;animation:slideInUp .5s ease}.alert-danger{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.login-form .form-group{margin-bottom:2rem}.login-form .form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.125rem;color:#1f2937}.login-form .form-group input{width:100%;padding:1rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;transition:all .3s ease}.login-form .form-group input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.login-form .form-group input{height:48px;font-size:1rem}.login-form .form-options{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;font-size:.875rem}.login-form .form-options .checkbox-label{display:flex;align-items:center;gap:.125rem;cursor:pointer;margin:0}.login-form .form-options .checkbox-label input[type=checkbox]{width:auto;height:auto;cursor:pointer}.login-form .form-options .checkbox-label span{color:#6b7280}.login-form .form-options .forgot-link{color:#4f46e5;font-weight:500}.login-form .form-options .forgot-link:hover{color:#3730a3;text-decoration:underline}.login-form .btn-block{width:100%;height:48px;font-size:1rem;font-weight:600}.login-divider{position:relative;text-align:center;margin:3rem 0}.login-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb}.login-divider span{position:relative;background:#fff;padding:0 1rem;font-size:.875rem;color:#9ca3af}.social-login{margin-bottom:3rem}.social-login .social-btn{width:100%;padding:1rem 2rem;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.social-login .social-btn:disabled{opacity:.6;cursor:not-allowed}.social-login .social-btn{width:100%;height:48px;background:#fff;border:1px solid #e5e7eb;color:#1f2937;font-weight:500}.social-login .social-btn:hover{background:#f9fafb;border-color:#d1d5db}.social-login .social-btn svg{flex-shrink:0}.login-footer{text-align:center;font-size:.875rem;color:#6b7280}.login-footer a{color:#4f46e5;font-weight:600}.login-footer a:hover{color:#3730a3;text-decoration:underline}.demo-credentials{margin-top:3rem;padding:1rem;background:#f9fafb;border-radius:.25rem;border:1px solid #e5e7eb}.demo-credentials .demo-title{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.125rem}.demo-credentials p{font-size:.875rem;color:#6b7280;margin:.125rem 0;font-family:Monaco,Courier New,monospace}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#111827;background:#f9fafb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-weight:600;line-height:1.25;color:#111827}h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.125rem}h4{font-size:1rem}h5{font-size:.875rem}h6{font-size:.8125rem}p{margin:0 0 1rem;color:#4b5563}a{color:#4f46e5;text-decoration:none;transition:all .15s ease}a:hover{color:#4338ca}input,textarea,select{width:100%;padding:.5rem 1rem;font-size:.875rem;line-height:1.5;color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;transition:all .15s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}input:disabled,textarea:disabled,select:disabled{background:#f3f4f6;cursor:not-allowed}input::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{color:#6b7280}input::placeholder,textarea::placeholder,select::placeholder{color:#6b7280}textarea{resize:vertical;min-height:100px}label{display:block;margin-bottom:.25rem;font-size:.8125rem;font-weight:500;color:#111827}button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;line-height:1.5;border-radius:.375rem;transition:all .3s ease;cursor:pointer;border:1px solid transparent;white-space:nowrap}button:disabled{opacity:.6;cursor:not-allowed}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;line-height:1.5;border-radius:.375rem;transition:all .3s ease;cursor:pointer;border:1px solid transparent;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;line-height:1.5;border-radius:.375rem;transition:all .3s ease;cursor:pointer;border:1px solid transparent;white-space:nowrap}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#4f46e5;color:#fff;border-color:#4f46e5}.btn-primary:hover:not(:disabled){background:#4338ca;border-color:#4338ca}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;line-height:1.5;border-radius:.375rem;transition:all .3s ease;cursor:pointer;border:1px solid transparent;white-space:nowrap}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#f3f4f6;color:#111827;border-color:#e5e7eb}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;line-height:1.5;border-radius:.375rem;transition:all .3s ease;cursor:pointer;border:1px solid transparent;white-space:nowrap}.btn-outline:disabled{opacity:.6;cursor:not-allowed}.btn-outline{background:transparent;color:#4f46e5;border-color:#4f46e5}.btn-outline:hover:not(:disabled){background:#4f46e5;color:#fff}.btn-sm{padding:.25rem 1rem;font-size:.8125rem}.btn-lg{padding:1rem 2rem;font-size:1rem}.card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1.5rem}.card-header{border-bottom:1px solid #e5e7eb;padding-bottom:1rem;margin-bottom:1.5rem}.card-header h3{margin:0;font-size:1rem}.card-footer{border-top:1px solid #e5e7eb;padding-top:1rem;margin-top:1.5rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#4f46e5}.text-secondary{color:#4b5563}.text-muted{color:#6b7280}.text-success{color:#10b981}.text-danger{color:#ef4444}.text-warning{color:#f59e0b}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bg-primary{background-color:#4f46e5}.bg-secondary{background-color:#f3f4f6}.bg-success{background-color:#10b981}.bg-danger{background-color:#ef4444}.bg-warning{background-color:#f59e0b}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-start{display:flex;align-items:center;justify-content:flex-start}.flex-end{display:flex;align-items:center;justify-content:flex-end}.flex-wrap{flex-wrap:wrap}.flex-column{flex-direction:column}.flex-1{flex:1}.gap-xs{gap:.25rem}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.gap-xl{gap:2rem}.m-0{margin:0}.m-auto{margin:auto}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.p-0{padding:0}.p-sm{padding:.5rem}.p-md{padding:1rem}.p-lg{padding:1.5rem}.p-xl{padding:2rem}.w-full{width:100%}.w-auto{width:auto}.h-full{height:100%}.h-auto{height:auto}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#6b7280}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#f9fafb;color:#1f2937}#root{width:100%;min-height:100vh}
