:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sidebar{width:240px;height:100vh;background:#1a1a2e;color:#fff;position:fixed;left:0;top:0;display:flex;flex-direction:column;z-index:100;transition:transform .3s ease}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-title{margin:0;font-size:1.25rem;font-weight:600}.sidebar-nav{padding:1rem 0;display:flex;flex-direction:column;gap:.25rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#ffffffb3;text-decoration:none;transition:all .2s ease}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:#6366f133;color:#818cf8;border-right:3px solid #818cf8}.nav-icon{font-size:1.25rem;width:1.5rem;text-align:center}.nav-label{font-size:.9rem;font-weight:500}.sidebar-overlay{display:none}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:99;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.sidebar-overlay.open{opacity:1;visibility:visible}}.header{height:64px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:sticky;top:0;z-index:50}.header-left{display:flex;align-items:center;gap:1rem}.menu-button{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:.375rem}.menu-button:hover{background:#f3f4f6}.workspace-name{font-size:1rem;font-weight:600;color:#1f2937}.header-right{display:flex;align-items:center}.user-menu{display:flex;align-items:center;gap:1rem}.user-name{font-size:.875rem;color:#4b5563}.logout-button{background:#f3f4f6;border:none;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;color:#374151;cursor:pointer;transition:background .2s ease}.logout-button:hover{background:#e5e7eb}@media(max-width:768px){.menu-button{display:block}}.app-layout{min-height:100vh;background:#f9fafb}.main-container{margin-left:240px;min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:1.5rem}@media(max-width:768px){.main-container{margin-left:0}}.dashboard-container{max-width:1200px}.dashboard-header{margin-bottom:1.5rem}.dashboard-header h1{margin:0 0 .25rem}.dashboard-subtitle{color:#6b7280;margin:0;font-size:.875rem}.dashboard-welcome{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;border:1px solid #bae6fd}.welcome-icon{font-size:4rem;margin-bottom:1.5rem}.dashboard-welcome h1{color:#1e40af;margin:0 0 1rem;font-size:1.75rem}.dashboard-welcome p{color:#475569;margin:0 auto 2rem;font-size:1rem;max-width:500px;line-height:1.6}.welcome-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{padding:.75rem 1.5rem;border:none;border-radius:6px;background:#3b82f6;color:#fff;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color .15s ease;text-decoration:none;display:inline-flex;align-items:center}.btn-secondary{padding:.75rem 1.5rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;text-decoration:none}.summary-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}@media(max-width:768px){.summary-cards{grid-template-columns:1fr}}.summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;display:flex;align-items:center;gap:1rem}.summary-icon{font-size:2rem;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:10px;flex-shrink:0}.summary-content{flex:1}.summary-value{font-size:2rem;font-weight:700;color:#1f2937;line-height:1;margin-bottom:.25rem}.summary-label{font-size:.875rem;color:#6b7280}.quick-actions{display:flex;gap:1rem;margin-bottom:2rem}@media(max-width:500px){.quick-actions{flex-direction:column}}.quick-action-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:.9375rem;font-weight:500;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}.quick-action-btn:hover{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.quick-action-icon{font-size:1.25rem}.recent-activity-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h2{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.view-all-link{font-size:.875rem;color:#3b82f6;text-decoration:none;font-weight:500}.view-all-link:hover{text-decoration:underline}.activity-empty{text-align:center;padding:2rem;color:#6b7280;background:#f9fafb;border-radius:6px}.activity-empty p{margin:0;font-size:.875rem}.activity-list{display:flex;flex-direction:column}.activity-item{display:flex;gap:.75rem;padding:.875rem 0;border-bottom:1px solid #f3f4f6}.activity-item:last-child{border-bottom:none;padding-bottom:0}.activity-item:first-child{padding-top:0}.activity-item-icon{font-size:1rem;flex-shrink:0;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:50%}.activity-item-content{flex:1;min-width:0}.activity-item-main{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap;margin-bottom:.25rem}.activity-item-user{font-weight:600;color:#1f2937;font-size:.8125rem}.activity-item-action{color:#6b7280;font-size:.8125rem}.activity-item-preview{font-size:.75rem;color:#6b7280;line-height:1.4;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.activity-item-time{font-size:.6875rem;color:#9ca3af}.badge{padding:.125rem .375rem;border-radius:9999px;font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}@media(max-width:768px){.dashboard-welcome{padding:2.5rem 1.5rem}.dashboard-welcome h1{font-size:1.375rem}.welcome-actions{flex-direction:column}.summary-card{padding:1rem}.summary-icon{font-size:1.5rem;width:2.75rem;height:2.75rem}.summary-value{font-size:1.5rem}.recent-activity-section{padding:1rem}}.queue-container{max-width:1200px}.queue-container h1{margin-bottom:.25rem}.queue-subtitle{color:#6b7280;margin-top:0;margin-bottom:1.5rem}.queue-header{margin-bottom:1.5rem}.queue-header-text h1{margin:0 0 .25rem}.queue-header-text p{margin:0}.queue-filters{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.queue-filter{display:flex;flex-direction:column;gap:.25rem}.queue-filter label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.queue-filter select{padding:.5rem 2rem .5rem .75rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:.875rem;color:#1f2937;min-width:150px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%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}.queue-filter select:hover{border-color:#9ca3af}.queue-filter select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.queue-empty-state{text-align:center;padding:4rem 2rem;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:8px}.queue-empty-state h2{color:#374151;margin:0 0 .5rem;font-size:1.25rem}.queue-empty-state p{color:#6b7280;margin:0}.queue-list{display:flex;flex-direction:column;gap:1rem}.queue-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:border-color .15s ease,box-shadow .15s ease;cursor:pointer}.queue-item:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.queue-item.selected{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.queue-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.queue-item-info{flex:1;min-width:0}.queue-item-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.375rem}.queue-item-author{font-size:.875rem;font-weight:600;color:#1f2937}.queue-item-badges{display:flex;gap:.375rem}.queue-item-engagement{font-size:.75rem;color:#6b7280;display:flex;align-items:center;gap:.25rem}.queue-item-engagement span{display:flex;align-items:center;gap:.125rem}.queue-item-content{font-size:.8125rem;color:#374151;line-height:1.5;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.queue-item-response{font-size:.8125rem;color:#6b7280;line-height:1.5;padding:.75rem;background:#f9fafb;border-radius:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.queue-item-response:before{content:"Response: ";font-weight:500;color:#9ca3af}.badge-intent-question{background:#e0e7ff;color:#3730a3}.badge-intent-pain_point{background:#fce7f3;color:#9d174d}.badge-intent-discussion{background:#d1fae5;color:#065f46}.badge-intent-announcement{background:#fef3c7;color:#92400e}.badge-intent-other{background:#e5e7eb;color:#4b5563}.queue-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem}.queue-pagination button{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:.875rem;color:#374151;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.queue-pagination button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.queue-pagination button:disabled{opacity:.5;cursor:not-allowed}.queue-pagination .page-info{font-size:.875rem;color:#6b7280;padding:0 .5rem}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .2s ease}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1;border-radius:4px;transition:background-color .15s ease,color .15s ease}.modal-close:hover{background:#f3f4f6;color:#1f2937}.modal-section-header h3{margin:0;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.view-on-platform-link{font-size:.875rem;color:#3b82f6;text-decoration:none;font-weight:500}.original-post-content{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;font-size:.9375rem;line-height:1.6;color:#1f2937;margin-bottom:.75rem}.author-info{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.author-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit}.author-link:hover .author-name{text-decoration:underline}.author-name{font-weight:600;color:#1f2937;font-size:.875rem}.author-handle{color:#6b7280;font-size:.875rem}.author-followers{color:#6b7280;font-size:.8125rem}.regenerate-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;color:#374151;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.regenerate-btn:hover:not(:disabled){background:#e5e7eb;border-color:#9ca3af}.regenerate-btn:disabled{opacity:.6;cursor:not-allowed}.response-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;line-height:1.6;resize:vertical;font-family:inherit;color:#1f2937;transition:border-color .15s ease,box-shadow .15s ease}.response-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.response-textarea:disabled{background:#f9fafb;cursor:not-allowed}.char-count{display:flex;justify-content:space-between;font-size:.75rem;color:#6b7280;margin-top:.5rem}.char-count.over-limit{color:#dc2626}.over-limit-warning{font-weight:600}.btn-secondary{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.btn-primary{background:#3b82f6;border:1px solid #3b82f6;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:#fff;cursor:pointer;transition:background-color .15s ease}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-success{background:#22c55e;border:1px solid #22c55e;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:#fff;cursor:pointer;transition:background-color .15s ease}.btn-success:hover:not(:disabled){background:#16a34a}.btn-success:disabled{opacity:.6;cursor:not-allowed}.btn-danger{background:#ef4444;border:1px solid #ef4444;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:#fff;cursor:pointer;transition:background-color .15s ease}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.skip-button-container{position:relative;margin-right:auto}.skip-dropdown{position:absolute;bottom:100%;left:0;margin-bottom:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;z-index:10;min-width:160px}.skip-dropdown-item{display:block;width:100%;padding:.75rem 1rem;text-align:left;background:none;border:none;font-size:.875rem;color:#374151;cursor:pointer;transition:background-color .15s ease}.skip-dropdown-item:hover{background:#f3f4f6}.skip-dropdown-item:not(:last-child){border-bottom:1px solid #e5e7eb}@media(max-width:768px){.queue-filters{flex-direction:column}.queue-filter,.queue-filter select{width:100%}.queue-item-header{flex-direction:column}.queue-item-meta{flex-direction:column;align-items:flex-start}.modal-content{max-height:95vh}.modal-header,.modal-body{padding:1rem}.modal-footer{padding:1rem;flex-direction:column}.modal-footer button{width:100%}.modal-section-header{flex-direction:column;align-items:flex-start;gap:.5rem}.author-info{flex-direction:column;align-items:flex-start}}.help-modal{max-width:480px}.shortcut-section{margin-bottom:1.5rem}.shortcut-section:last-child{margin-bottom:0}.shortcut-section h3{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.shortcut-list{display:flex;flex-direction:column;gap:.5rem}.shortcut-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.shortcut-keys{display:flex;align-items:center;gap:.25rem}.shortcut-keys kbd{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;padding:.25rem .5rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace;font-size:.75rem;font-weight:500;color:#374151;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;box-shadow:0 1px #d1d5db}.shortcut-description{font-size:.875rem;color:#6b7280}.campaign-type-badge{font-size:.625rem;font-weight:600;padding:.125rem .375rem;border-radius:4px;text-transform:uppercase;letter-spacing:.025em}.campaign-type-brand{background-color:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.campaign-type-product{background-color:#dcfce7;color:#166534;border:1px solid #86efac}.queue-item-campaign{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;color:#6b7280;padding:.125rem .5rem;background:#f3f4f6;border-radius:4px;border:1px solid #e5e7eb}.modal-campaign-info{font-size:.875rem;color:#6b7280;margin-top:.5rem;padding:.5rem;background:#f9fafb;border-radius:4px}.product-selection-section{margin-top:1rem}.product-selection-section .modal-section-header{display:flex;justify-content:space-between;align-items:center}.selected-count{font-size:.75rem;color:#16a34a;background:#dcfce7;padding:.25rem .5rem;border-radius:4px;font-weight:500}.product-loading,.product-empty{padding:1rem;text-align:center;color:#6b7280;font-size:.875rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.product-select-list{display:flex;flex-direction:column;gap:.5rem;max-height:180px;overflow-y:auto;padding:.5rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.product-select-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .15s ease}.product-select-item:hover{border-color:#d1d5db;background:#fafafa}.product-select-item.selected{border-color:#16a34a;background:#f0fdf4}.product-select-item input[type=checkbox]{width:16px;height:16px;cursor:pointer}.product-select-image{width:40px;height:40px;border-radius:4px;overflow:hidden;flex-shrink:0;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.product-select-image img{width:100%;height:100%;object-fit:cover}.product-placeholder{font-size:1.25rem}.product-select-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.product-select-name{font-size:.875rem;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-select-price{font-size:.75rem;color:#6b7280}.selected-products-preview{margin-top:.75rem;padding:.75rem;background:#f0fdf4;border:1px solid #86efac;border-radius:6px}.selected-products-preview h4{font-size:.75rem;font-weight:600;color:#166534;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.025em}.product-links-list{display:flex;flex-direction:column;gap:.5rem}.product-link-item{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;background:#fff;border-radius:4px;border:1px solid #dcfce7}.product-link-name{font-size:.8125rem;font-weight:500;color:#1f2937}.product-link-url{font-size:.75rem;color:#3b82f6;word-break:break-all;text-decoration:none}.product-link-url:hover{text-decoration:underline}.product-link-none{font-size:.75rem;color:#9ca3af;font-style:italic}.brand-awareness-mode-section{margin-top:1rem}.brand-awareness-indicator{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#dbeafe;border:1px solid #93c5fd;border-radius:8px}.brand-awareness-icon{font-size:1.5rem;flex-shrink:0}.brand-awareness-text{flex:1}.brand-awareness-text strong{display:block;font-size:.9375rem;color:#1e40af;margin-bottom:.25rem}.brand-awareness-text p{margin:0;font-size:.8125rem;color:#1e3a8a;line-height:1.4}.campaigns-container{max-width:1400px}.campaigns-container h1{margin:0;font-size:1.5rem}.campaigns-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.campaigns-header-left{display:flex;align-items:center;gap:.75rem}.campaigns-count-badge{background-color:#e5e7eb;color:#374151;padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:600}.add-campaign-button{background-color:#3b82f6;color:#fff;font-weight:500;padding:.625rem 1.25rem;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .15s ease;display:flex;align-items:center;gap:.5rem;text-decoration:none}.add-campaign-button:hover{background-color:#2563eb}.campaigns-filter-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap;border-bottom:1px solid #e5e7eb;padding-bottom:.75rem}.filter-tab{padding:.5rem 1rem;border:1px solid transparent;background:transparent;border-radius:6px;font-size:.8125rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:.5rem}.filter-tab:hover{color:#374151;background-color:#f9fafb}.filter-tab.active{color:#3b82f6;background-color:#eff6ff;border-color:#bfdbfe}.tab-count{background-color:#e5e7eb;color:#6b7280;padding:.125rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:600}.filter-tab.active .tab-count{background-color:#dbeafe;color:#3b82f6}.campaigns-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media(min-width:640px){.campaigns-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.campaigns-grid{grid-template-columns:repeat(3,1fr)}}.campaign-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.75rem;transition:border-color .15s ease,box-shadow .15s ease}.campaign-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.campaign-card-top{display:flex;justify-content:space-between;align-items:flex-start}.campaign-type-badge{padding:.25rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.badge-brand-awareness{background-color:#dbeafe;color:#1d4ed8}.badge-product-marketing{background-color:#d1fae5;color:#065f46}.campaign-card-actions{display:flex;gap:.25rem;opacity:0;transition:opacity .15s ease}.campaign-card:hover .campaign-card-actions{opacity:1}.action-button{width:28px;height:28px;border:none;background:transparent;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.875rem;transition:background-color .15s ease}.action-button:hover{background-color:#f3f4f6}.action-button:disabled{opacity:.5;cursor:not-allowed}.action-delete:hover{background-color:#fee2e2}.campaign-card-name{font-size:1rem;font-weight:600;color:#1f2937;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.campaign-card-meta{display:flex;justify-content:space-between;align-items:center}.campaign-platforms{display:flex;gap:.375rem}.platform-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:.75rem;font-weight:700}.platform-x{background-color:#1a1a1a;color:#fff}.platform-linkedin{background-color:#0a66c2;color:#fff}.campaign-card-keywords{font-size:.8125rem;color:#6b7280;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.campaign-card-keywords .no-keywords{color:#9ca3af;font-style:italic}.campaign-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;border-top:1px solid #f3f4f6}.product-count{font-size:.75rem;color:#6b7280}.campaign-date{font-size:.75rem;color:#9ca3af}.status-toggle{position:relative;display:inline-block;width:36px;height:20px;cursor:pointer}.status-toggle input{opacity:0;width:0;height:0}.status-toggle .slider{position:absolute;inset:0;background-color:#d1d5db;border-radius:10px;transition:background-color .2s ease}.status-toggle .slider:before{content:"";position:absolute;width:14px;height:14px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .2s ease}.status-toggle input:checked+.slider{background-color:#22c55e}.status-toggle input:checked+.slider:before{transform:translate(16px)}.status-toggle-wrapper{display:flex;align-items:center}.campaigns-empty-state{text-align:center;padding:4rem 2rem;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:8px}.empty-state-icon{font-size:3rem;margin-bottom:1rem}.campaigns-empty-state h2{color:#374151;margin:0 0 .5rem;font-size:1.25rem}.campaigns-empty-state p{color:#6b7280;margin:0 0 1.5rem;max-width:400px;margin-left:auto;margin-right:auto}.campaign-card-skeleton{min-height:180px}.skeleton-line{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-badge{width:100px;height:18px;margin-bottom:.75rem}.skeleton-title{width:80%;height:20px;margin-bottom:.75rem}.skeleton-keywords{width:100%;height:32px;margin-bottom:.75rem}.skeleton-meta{width:60%;height:16px;margin-top:auto}@media(max-width:640px){.campaigns-header{flex-direction:column;align-items:flex-start;gap:1rem}.campaigns-filter-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem}.filter-tab{white-space:nowrap;flex-shrink:0}.campaign-card-actions{opacity:1}}.campaigns-loading{text-align:center;padding:3rem;color:#6b7280}.searchable-product-dropdown{position:relative;width:100%}.searchable-product-dropdown.disabled{opacity:.6;pointer-events:none}.selected-products-container{margin-bottom:.75rem}.selected-products-chips{display:flex;flex-wrap:wrap;gap:.5rem}.selected-product-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .5rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;font-size:.8125rem;color:#1d4ed8}.chip-thumbnail{width:20px;height:20px;border-radius:4px;object-fit:cover}.chip-placeholder-icon{font-size:.875rem;line-height:1}.chip-name{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chip-remove{display:flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;background:transparent;color:#3b82f6;font-size:1.125rem;line-height:1;cursor:pointer;border-radius:3px;transition:background-color .15s ease,color .15s ease}.chip-remove:hover:not(:disabled){background:#dbeafe;color:#1d4ed8}.chip-remove:disabled{cursor:not-allowed;opacity:.5}.selected-products-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;padding-top:.5rem}.selected-count{font-size:.75rem;color:#6b7280}.clear-all-button{padding:.25rem .5rem;border:none;background:transparent;color:#dc2626;font-size:.75rem;font-weight:500;cursor:pointer;border-radius:4px;transition:background-color .15s ease}.clear-all-button:hover:not(:disabled){background:#fef2f2}.clear-all-button:disabled{cursor:not-allowed;opacity:.5}.dropdown-input-container{position:relative}.dropdown-search-input{width:100%;padding:.625rem .75rem .625rem 2.25rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.dropdown-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dropdown-search-input:disabled{background-color:#f9fafb;cursor:not-allowed}.dropdown-search-input::placeholder{color:#9ca3af}.dropdown-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-size:.875rem;color:#9ca3af;pointer-events:none}.dropdown-list{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;max-height:320px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:50}.dropdown-no-results{padding:1.5rem;text-align:center;color:#6b7280;font-size:.875rem}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background-color .15s ease}.dropdown-item:hover{background:#f9fafb}.dropdown-item.selected{background:#eff6ff}.dropdown-item:not(:last-child){border-bottom:1px solid #f3f4f6}.dropdown-item-checkbox{position:relative;display:flex;align-items:center;flex-shrink:0}.dropdown-item-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.checkbox-indicator{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;background:#fff;transition:background-color .15s ease,border-color .15s ease}.dropdown-item-checkbox input[type=checkbox]:checked+.checkbox-indicator{background:#3b82f6;border-color:#3b82f6}.dropdown-item-checkbox input[type=checkbox]:checked+.checkbox-indicator:after{content:"";width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.dropdown-item-thumbnail{width:40px;height:40px;border-radius:6px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.dropdown-item-thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail-placeholder{font-size:1.25rem;color:#9ca3af}.dropdown-item-content{flex:1;min-width:0}.dropdown-item-name{font-size:.875rem;font-weight:500;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-item-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.dropdown-item-price{font-size:.75rem;font-weight:500;color:#059669}.dropdown-item-tags{display:flex;gap:.25rem;flex-wrap:wrap}.dropdown-item-tag{display:inline-flex;padding:.125rem .375rem;font-size:.625rem;font-weight:500;border-radius:4px;border:1px solid}.dropdown-tag-filters{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.tag-filter-pills{display:flex;flex-wrap:wrap;gap:.5rem}.tag-filter-pill{display:inline-flex;align-items:center;padding:.375rem .75rem;font-size:.75rem;font-weight:500;border:1px solid;border-radius:999px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.tag-filter-pill:hover{opacity:.85}.tag-filter-pill.active{box-shadow:0 1px 3px #0000001f}.clear-tag-filters-button{display:inline-flex;align-items:center;margin-top:.5rem;padding:.25rem .5rem;border:none;background:transparent;color:#6b7280;font-size:.75rem;cursor:pointer;border-radius:4px;transition:background-color .15s ease,color .15s ease}.clear-tag-filters-button:hover{background:#e5e7eb;color:#374151}.campaign-form-container{max-width:700px}.campaign-form-redesign{max-width:900px;padding-top:80px}.campaign-sticky-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.campaign-sticky-header-content{max-width:900px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.campaign-sticky-header-left{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.campaign-sticky-title{margin:0;font-size:1.125rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.campaign-sticky-header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.status-toggle-header{margin-right:.5rem}.campaign-tabs{display:flex;gap:.25rem;margin-bottom:1.5rem;border-bottom:1px solid #e5e7eb;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.campaign-tabs::-webkit-scrollbar{display:none}.campaign-tab{display:flex;align-items:center;gap:.375rem;padding:.75rem 1rem;background:none;border:none;border-bottom:2px solid transparent;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:color .15s ease,border-color .15s ease}.campaign-tab:hover{color:#374151}.campaign-tab-active{color:#3b82f6;border-bottom-color:#3b82f6}.tab-configured-indicator{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:#10b981;color:#fff;font-size:.625rem;border-radius:50%}.unsaved-changes-overlay{position:fixed;inset:0;z-index:200;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem}.unsaved-changes-modal{background:#fff;border-radius:12px;padding:1.5rem;max-width:400px;width:100%;box-shadow:0 20px 25px -5px #0000001a}.unsaved-changes-modal h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#111827}.unsaved-changes-modal p{margin:0 0 1.25rem;font-size:.875rem;color:#6b7280;line-height:1.5}.unsaved-changes-actions{display:flex;gap:.75rem;justify-content:flex-end}.discard-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background:#dc2626;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease}.discard-button:hover{background:#b91c1c}.form-section-description{margin:0 0 1rem;font-size:.875rem;color:#6b7280;line-height:1.5}@media(max-width:768px){.campaign-form-redesign{padding-top:120px}.campaign-sticky-header-content{flex-wrap:wrap;padding:.75rem 1rem}.campaign-sticky-header-left{width:100%;order:1}.campaign-sticky-header-right{width:100%;order:2;justify-content:space-between}.campaign-sticky-title{font-size:1rem}.status-toggle-header{margin-right:auto}}.campaign-form-container h1{margin-bottom:.25rem}.campaign-form-subtitle{color:#6b7280;margin-top:0;margin-bottom:1.5rem}.campaign-form-header{margin-bottom:1.5rem}.campaign-form-loading{text-align:center;padding:3rem;color:#6b7280;font-size:.875rem}.campaign-form .form-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.form-section-title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#111827}.campaign-form .form-group{display:flex;flex-direction:column;gap:.375rem}.campaign-form .form-group label{font-size:.875rem;font-weight:500;color:#374151}.campaign-form .form-group .required{color:#dc2626}.campaign-form .form-group input[type=text],.campaign-form .form-group textarea{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.campaign-form .form-group input[type=text]:focus,.campaign-form .form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.campaign-form .form-group input[type=text]:disabled,.campaign-form .form-group textarea:disabled{background-color:#f9fafb;cursor:not-allowed}.campaign-form .form-group input[type=text]::placeholder,.campaign-form .form-group textarea::placeholder{color:#9ca3af}.campaign-form .form-group input[type=text].input-error,.campaign-form .form-group textarea.input-error{border-color:#dc2626}.campaign-form .form-group input[type=text].input-error:focus,.campaign-form .form-group textarea.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.tag-input-container{display:flex;flex-wrap:wrap;gap:.375rem;padding:.375rem .5rem;border:1px solid #d1d5db;border-radius:6px;min-height:42px;align-items:center;transition:border-color .15s ease,box-shadow .15s ease;cursor:text}.tag-input-container:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.tag-input-container.input-error{border-color:#dc2626}.tag-input-container.input-error:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.keyword-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:4px;font-size:.8125rem;font-weight:500}.keyword-tag-remove{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;padding:0;border:none;background:transparent;color:#3b82f6;font-size:1rem;line-height:1;cursor:pointer;border-radius:2px;transition:background-color .15s ease,color .15s ease}.keyword-tag-remove:hover:not(:disabled){background:#dbeafe;color:#1d4ed8}.keyword-tag-remove:disabled{cursor:not-allowed;opacity:.5}.tag-input{flex:1;min-width:120px;border:none!important;padding:.25rem!important;font-size:.875rem;outline:none;box-shadow:none!important}.tag-input:focus{outline:none;box-shadow:none!important}.checkbox-group{display:flex;gap:1.5rem}.checkbox-group-error{padding:.5rem;border:1px solid #dc2626;border-radius:6px;background:#fef2f2}.checkbox-label,.product-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151}.checkbox-label input[type=checkbox],.product-checkbox-label input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.checkbox-custom{display:flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;border:2px solid #d1d5db;border-radius:4px;background:#fff;transition:background-color .15s ease,border-color .15s ease}.checkbox-label input[type=checkbox]:checked+.checkbox-custom,.product-checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:#3b82f6;border-color:#3b82f6}.checkbox-label input[type=checkbox]:checked+.checkbox-custom:after,.product-checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{content:"";width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.checkbox-label input[type=checkbox]:focus+.checkbox-custom,.product-checkbox-label input[type=checkbox]:focus+.checkbox-custom{box-shadow:0 0 0 3px #3b82f633}.checkbox-label input[type=checkbox]:disabled+.checkbox-custom,.product-checkbox-label input[type=checkbox]:disabled+.checkbox-custom{background:#f3f4f6;cursor:not-allowed}.checkbox-text{-webkit-user-select:none;user-select:none}.product-select-grid{display:flex;flex-direction:column;gap:.5rem}.no-products-message{margin:0;font-size:.875rem;color:#6b7280}.no-products-message a{color:#3b82f6;text-decoration:none}.no-products-message a:hover{text-decoration:underline}.status-toggle-container{display:flex;align-items:center}.status-toggle-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.status-toggle-input{position:absolute;opacity:0;width:0;height:0}.status-toggle-switch{position:relative;width:44px;height:24px;background:#d1d5db;border-radius:12px;transition:background-color .2s ease}.status-toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease}.status-toggle-input:checked+.status-toggle-switch{background:#22c55e}.status-toggle-input:checked+.status-toggle-switch:after{transform:translate(20px)}.status-toggle-input:focus+.status-toggle-switch{box-shadow:0 0 0 3px #22c55e33}.status-toggle-input:disabled+.status-toggle-switch{opacity:.5;cursor:not-allowed}.status-toggle-text{font-size:.875rem;font-weight:500;color:#374151;-webkit-user-select:none;user-select:none}.campaign-form .cancel-button{padding:.625rem 1.25rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.campaign-form .cancel-button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.campaign-form .cancel-button:disabled{cursor:not-allowed;opacity:.6}.campaign-form .save-button{background-color:#3b82f6;color:#fff;font-weight:500;padding:.625rem 1.25rem;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .15s ease}.campaign-form .save-button:hover:not(:disabled){background-color:#2563eb}.campaign-form .save-button:disabled{background-color:#93c5fd;cursor:not-allowed}.tone-select{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.tone-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.tone-select:disabled{background-color:#f9fafb;cursor:not-allowed}.slider-container{display:flex;flex-direction:column;gap:.25rem}.intensity-slider{width:100%;height:6px;border-radius:3px;appearance:none;background:#e5e7eb;cursor:pointer;margin:.5rem 0}.intensity-slider::-webkit-slider-thumb{appearance:none;width:20px;height:20px;border-radius:50%;background:#3b82f6;border:2px solid white;box-shadow:0 1px 3px #0003;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.intensity-slider::-webkit-slider-thumb:hover{background:#2563eb;transform:scale(1.1)}.intensity-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#3b82f6;border:2px solid white;box-shadow:0 1px 3px #0003;cursor:pointer}.intensity-slider:disabled{opacity:.5;cursor:not-allowed}.slider-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#6b7280}.custom-instructions-textarea{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .15s ease,box-shadow .15s ease}.custom-instructions-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.custom-instructions-textarea:disabled{background-color:#f9fafb;cursor:not-allowed}.custom-instructions-textarea::placeholder{color:#9ca3af}.preview-section{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem;border-top:1px solid #e5e7eb;margin-top:.5rem}.preview-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;align-self:flex-start}.preview-button:hover:not(:disabled){background:#e5e7eb;border-color:#9ca3af}.preview-button:disabled{opacity:.6;cursor:not-allowed}.preview-spinner{display:inline-block;width:14px;height:14px;border:2px solid #d1d5db;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.preview-result{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:1rem}.preview-result pre{margin:0;font-size:.8125rem;line-height:1.6;color:#374151;white-space:pre-wrap;word-wrap:break-word;font-family:inherit}.filter-select{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-select:disabled{background-color:#f9fafb;cursor:not-allowed}.filter-range-row{display:flex;align-items:center;gap:.75rem}.filter-range-input{flex:1}.filter-range-input input{width:100%;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.filter-range-input input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-range-input input:disabled{background-color:#f9fafb;cursor:not-allowed}.filter-range-input input::placeholder{color:#9ca3af}.filter-range-separator{color:#6b7280;font-size:.875rem;flex-shrink:0}@media(max-width:640px){.campaign-form .form-card{padding:1rem}.form-actions{flex-direction:column-reverse}.campaign-form .cancel-button,.campaign-form .save-button{width:100%;justify-content:center}.checkbox-group{flex-direction:column;gap:.75rem}.filter-range-row{flex-direction:column;align-items:stretch}.filter-range-separator{text-align:center}}.campaign-type-selection{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.campaign-type-card{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease;text-align:center}.campaign-type-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.campaign-type-card:active{transform:translateY(0)}.campaign-type-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:12px}.campaign-type-icon-brand{background:#dbeafe;color:#2563eb}.campaign-type-icon-product{background:#dcfce7;color:#16a34a}.campaign-type-title{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.campaign-type-description{margin:0;font-size:.875rem;color:#6b7280;line-height:1.5}.campaign-type-footer{display:flex;justify-content:flex-start}.campaign-type-info-banner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem}.campaign-type-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;border-radius:9999px}.campaign-type-badge-brand_awareness{background:#dbeafe;color:#1d4ed8}.campaign-type-badge-product_marketing{background:#dcfce7;color:#15803d}.campaign-type-info-text{font-size:.875rem;color:#64748b}@media(max-width:640px){.campaign-type-selection{grid-template-columns:1fr}.campaign-type-card{padding:1.5rem 1rem}}.utm-section-description{margin:0 0 .5rem;font-size:.875rem;color:#6b7280;line-height:1.5}.utm-tooltip{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:.375rem;font-size:.75rem;color:#9ca3af;cursor:help;vertical-align:middle}.utm-tooltip:hover{color:#3b82f6}.utm-preview{margin-top:.5rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.utm-preview-label{display:block;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.utm-preview-url{font-size:.8125rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;color:#0f172a;word-break:break-all;line-height:1.5;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px}.products-container{max-width:1400px}.products-container h1{margin-bottom:.25rem}.products-subtitle{color:#6b7280;margin-top:0;margin-bottom:1.5rem}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.products-header-text h1{margin:0 0 .25rem}.products-header-text p{margin:0}.add-product-button{background-color:#3b82f6;color:#fff;font-weight:500;padding:.625rem 1.25rem;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .15s ease;display:flex;align-items:center;gap:.5rem}.add-product-button:hover{background-color:#2563eb}.products-search-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.search-input-container{position:relative;display:flex;align-items:center;flex:1;max-width:400px;min-width:200px}.search-icon{position:absolute;left:.75rem;font-size:.875rem;pointer-events:none}.search-input{width:100%;padding:.625rem 2.25rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .15s ease,box-shadow .15s ease}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.search-input::placeholder{color:#9ca3af}.search-clear-button{position:absolute;right:.5rem;background:none;border:none;color:#6b7280;font-size:.875rem;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .15s ease,color .15s ease}.search-clear-button:hover{background-color:#f3f4f6;color:#374151}.sort-container{display:flex;align-items:center;gap:.5rem}.sort-label{font-size:.875rem;color:#6b7280;white-space:nowrap}.sort-select{padding:.5rem 2rem .5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background-color:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;min-width:140px}.sort-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.sort-select:hover{border-color:#9ca3af}.products-empty-state{text-align:center;padding:4rem 2rem;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:8px}.products-empty-state h2{color:#374151;margin:0 0 .5rem;font-size:1.25rem}.products-empty-state p{color:#6b7280;margin:0 0 1.5rem}.empty-state-actions{display:flex;gap:.75rem;justify-content:center}.clear-search-button,.clear-filter-button{background:#fff;border:1px solid #d1d5db;color:#374151;font-weight:500;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.clear-search-button:hover,.clear-filter-button:hover{background-color:#f9fafb;border-color:#9ca3af}.bulk-selection-bar{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:1rem}.select-all-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151}.select-all-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6}.select-all-label{-webkit-user-select:none;user-select:none}.selection-info{display:flex;align-items:center;gap:.75rem;margin-left:auto}.selection-count{font-size:.875rem;font-weight:500;color:#3b82f6}.clear-selection-button{background:none;border:none;color:#6b7280;font-size:.875rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background-color .15s ease,color .15s ease}.clear-selection-button:hover{background-color:#e5e7eb;color:#374151}.products-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;display:flex;flex-direction:column;min-height:200px;transition:border-color .15s ease,box-shadow .15s ease;position:relative}.product-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.product-card.selected{border-color:#3b82f6;background-color:#eff6ff}.product-checkbox{position:absolute;top:.75rem;left:.75rem;z-index:1;cursor:pointer;opacity:0;transition:opacity .15s ease}.product-card:hover .product-checkbox,.product-card.selected .product-checkbox{opacity:1}.product-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.product-card-content{flex:1;display:flex;flex-direction:column}.product-card-header{margin-bottom:.75rem}.product-card-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-url{font-size:.75rem;color:#3b82f6;text-decoration:none;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-url:hover{text-decoration:underline}.product-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem}.product-tag-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:500;border:1px solid}.tag-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.product-description{font-size:.875rem;color:#4b5563;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.product-card-actions{display:flex;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f3f4f6}.edit-button,.delete-button{flex:1;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;text-align:center}.edit-button{background:#fff;border:1px solid #d1d5db;color:#374151}.edit-button:hover{background:#f9fafb;border-color:#9ca3af}.delete-button{background:#fff;border:1px solid #fecaca;color:#dc2626}.delete-button:hover{background:#fef2f2;border-color:#f87171}.product-card-skeleton{pointer-events:none}.skeleton-line{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-title{height:1rem;width:70%;margin-bottom:.5rem}.skeleton-url{height:.75rem;width:50%;margin-bottom:.75rem}.skeleton-tags{display:flex;gap:.375rem;margin-bottom:.75rem}.skeleton-tag{height:1.25rem;width:3.5rem;border-radius:9999px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-description{height:.875rem;width:100%;margin-bottom:.5rem}.skeleton-description-short{height:.875rem;width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.products-layout{display:flex;gap:1.5rem;position:relative}.products-content{flex:1;min-width:0}.products-sidebar{width:220px;flex-shrink:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;height:fit-content;position:sticky;top:1rem}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.sidebar-header h3{font-size:.875rem;font-weight:600;color:#374151;margin:0}.sidebar-close-button{display:none;background:none;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:0;line-height:1}.sidebar-tag-list{list-style:none;margin:0;padding:0}.sidebar-tag-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border-radius:6px;cursor:pointer;transition:background-color .15s ease;margin-bottom:.25rem}.sidebar-tag-item:hover{background-color:#f9fafb}.sidebar-tag-item.selected{background-color:#eff6ff}.sidebar-tag-indicator{width:10px;height:10px;border-radius:50%;flex-shrink:0}.sidebar-tag-all{background:linear-gradient(135deg,#3b82f6,#10b981,#f59e0b)}.sidebar-tag-name{flex:1;font-size:.8125rem;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-tag-count{font-size:.75rem;color:#9ca3af;font-weight:500}.sidebar-empty-state{padding:1rem .625rem;text-align:center}.sidebar-empty-title{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .5rem}.sidebar-empty-text{font-size:.8125rem;color:#6b7280;margin:0 0 1rem;line-height:1.4}.sidebar-create-tag-button{display:inline-block;background-color:#3b82f6;color:#fff;font-weight:500;padding:.5rem 1rem;border:none;border-radius:6px;font-size:.8125rem;cursor:pointer;transition:background-color .15s ease}.sidebar-create-tag-button:hover{background-color:#2563eb}.sidebar-toggle-mobile{display:none;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#374151;cursor:pointer;margin-bottom:1rem}.sidebar-toggle-mobile:hover{background-color:#f9fafb;border-color:#9ca3af}.sidebar-toggle-icon{font-size:1rem}.clear-filter-button{background-color:#3b82f6;color:#fff;font-weight:500;padding:.625rem 1.25rem;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .15s ease}.clear-filter-button:hover{background-color:#2563eb}@media(max-width:768px){.sidebar-toggle-mobile{display:flex}.products-sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;z-index:1001;border-radius:0;border-left:none;border-top:none;border-bottom:none;box-shadow:4px 0 20px #00000026;overflow-y:auto;padding:1.25rem;transform:translate(0);transition:transform .25s ease-out}.products-sidebar.collapsed{transform:translate(-100%)}.sidebar-close-button{display:block}.products-layout{flex-direction:column}}.confirm-dialog-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.confirm-dialog{background:#fff;border-radius:8px;padding:1.5rem;max-width:400px;width:90%;box-shadow:0 20px 25px -5px #0000001a}.confirm-dialog h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.confirm-dialog p{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem}.confirm-dialog-actions{display:flex;justify-content:flex-end;gap:.75rem}.cancel-button{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer}.cancel-button:hover{background:#f9fafb}.confirm-delete-button{padding:.5rem 1rem;border:none;border-radius:6px;background:#dc2626;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer}.confirm-delete-button:hover{background:#b91c1c}.confirm-delete-button:disabled{background:#f87171;cursor:not-allowed}@media(max-width:640px){.products-header{flex-direction:column;align-items:flex-start;gap:1rem}}.products-header-actions{display:flex;align-items:center;gap:.75rem}.manage-tags-button{background-color:#fff;color:#374151;font-weight:500;padding:.625rem 1.25rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.manage-tags-button:hover{background-color:#f9fafb;border-color:#9ca3af}.tag-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.tag-modal{background:#fff;border-radius:8px;width:90%;max-width:520px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a}.tag-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.tag-modal-header h2{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.tag-modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;line-height:1}.tag-modal-close:hover{color:#374151}.tag-modal-body{padding:1.5rem;overflow-y:auto}.tag-form{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.tag-form h3,.tag-list h3{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .75rem}.tag-form-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.tag-name-input{flex:1;min-width:120px;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.tag-name-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.tag-color-picker{display:flex;gap:.375rem;flex-wrap:wrap}.tag-color-option{width:24px;height:24px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .1s ease,border-color .1s ease}.tag-color-option:hover{transform:scale(1.1)}.tag-color-option.selected{border-color:#1f2937}.tag-add-button{background-color:#3b82f6;color:#fff;font-weight:500;padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .15s ease}.tag-add-button:hover:not(:disabled){background-color:#2563eb}.tag-add-button:disabled{background-color:#93c5fd;cursor:not-allowed}.tag-error{color:#dc2626;font-size:.75rem;margin:.5rem 0 0}.tag-list-loading,.tag-list-empty{font-size:.875rem;color:#6b7280;padding:1rem 0;text-align:center}.tag-list-items{list-style:none;padding:0;margin:0}.tag-list-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.tag-list-item:last-child{border-bottom:none}.tag-display{display:flex;align-items:center;gap:.5rem;cursor:pointer;flex:1;padding:.25rem;border-radius:4px;transition:background-color .1s ease}.tag-display:hover{background-color:#f9fafb}.tag-color-swatch{width:16px;height:16px;border-radius:50%;flex-shrink:0}.tag-name{font-size:.875rem;color:#374151}.tag-delete-button{background:none;border:none;color:#dc2626;font-size:.75rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background-color .1s ease}.tag-delete-button:hover{background-color:#fef2f2}.tag-edit-form{flex:1;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.tag-edit-actions{display:flex;gap:.5rem}.tag-save-button{background-color:#3b82f6;color:#fff;font-size:.75rem;padding:.375rem .75rem;border:none;border-radius:4px;cursor:pointer}.tag-save-button:hover:not(:disabled){background-color:#2563eb}.tag-save-button:disabled{background-color:#93c5fd;cursor:not-allowed}.tag-cancel-button{background:#fff;color:#374151;font-size:.75rem;padding:.375rem .75rem;border:1px solid #d1d5db;border-radius:4px;cursor:pointer}.tag-cancel-button:hover:not(:disabled){background-color:#f9fafb}.bulk-actions{display:flex;gap:.5rem}.bulk-action-button{padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.bulk-action-button.bulk-add-tags{background-color:#3b82f6;color:#fff;border:none}.bulk-action-button.bulk-add-tags:hover{background-color:#2563eb}.bulk-action-button.bulk-remove-tags{background:#fff;border:1px solid #d1d5db;color:#374151}.bulk-action-button.bulk-remove-tags:hover{background-color:#f9fafb;border-color:#9ca3af}.bulk-action-button.bulk-delete{background-color:#dc2626;color:#fff;border:none}.bulk-action-button.bulk-delete:hover{background-color:#b91c1c}.bulk-delete-dialog{max-width:400px}.bulk-delete-product-list{list-style:none;padding:0;margin:1rem 0;background:#f9fafb;border-radius:6px;padding:.75rem 1rem}.bulk-delete-product-list li{padding:.25rem 0;color:#374151;font-size:.875rem}.bulk-delete-product-list li:before{content:"•";margin-right:.5rem;color:#9ca3af}.bulk-delete-product-list li.bulk-delete-more{color:#6b7280;font-style:italic}.bulk-delete-product-list li.bulk-delete-more:before{content:none}.bulk-tags-modal{background:#fff;border-radius:8px;width:90%;max-width:400px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a}.bulk-tags-modal-body{padding:1.5rem;overflow-y:auto;flex:1}.bulk-tags-instruction{margin:0 0 1rem;color:#6b7280;font-size:.875rem}.bulk-tag-select-list{list-style:none;padding:0;margin:0;max-height:300px;overflow-y:auto}.bulk-tag-select-item{padding:.5rem 0;border-bottom:1px solid #f3f4f6}.bulk-tag-select-item:last-child{border-bottom:none}.bulk-tag-checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer}.bulk-tag-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6}.bulk-tags-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb}.bulk-tags-confirm-button{background-color:#3b82f6;color:#fff;font-weight:500;padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .15s ease}.bulk-tags-confirm-button:hover:not(:disabled){background-color:#2563eb}.bulk-tags-confirm-button:disabled{background-color:#93c5fd;cursor:not-allowed}.bulk-tags-confirm-button.bulk-tags-remove-button{background-color:#dc2626}.bulk-tags-confirm-button.bulk-tags-remove-button:hover:not(:disabled){background-color:#b91c1c}.bulk-tags-confirm-button.bulk-tags-remove-button:disabled{background-color:#fca5a5}.product-form-container{max-width:700px}.product-form-container h1{margin-bottom:.25rem}.product-form-subtitle{color:#6b7280;margin-top:0;margin-bottom:1.5rem}.product-form-header{margin-bottom:1.5rem}.product-form-loading{text-align:center;padding:3rem;color:#6b7280;font-size:.875rem}.form-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.product-form .form-group{display:flex;flex-direction:column;gap:.375rem}.product-form .form-group label{font-size:.875rem;font-weight:500;color:#374151}.product-form .form-group .required{color:#dc2626}.product-form .form-group input,.product-form .form-group textarea{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.product-form .form-group input:focus,.product-form .form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.product-form .form-group input:disabled,.product-form .form-group textarea:disabled{background-color:#f9fafb;cursor:not-allowed}.product-form .form-group input::placeholder,.product-form .form-group textarea::placeholder{color:#9ca3af}.product-form .form-group textarea{resize:vertical;min-height:100px;line-height:1.5}.product-form .form-group input.input-error,.product-form .form-group textarea.input-error{border-color:#dc2626}.product-form .form-group input.input-error:focus,.product-form .form-group textarea.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.error-message{color:#dc2626;font-size:.75rem;font-weight:500}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.product-form .cancel-button{padding:.625rem 1.25rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.product-form .cancel-button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.product-form .cancel-button:disabled{cursor:not-allowed;opacity:.6}.product-form .save-button{background-color:#3b82f6;color:#fff;font-weight:500;padding:.625rem 1.25rem;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .15s ease}.product-form .save-button:hover:not(:disabled){background-color:#2563eb}.product-form .save-button:disabled{background-color:#93c5fd;cursor:not-allowed}.toast{position:fixed;bottom:1.5rem;right:1.5rem;padding:.75rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;z-index:1001;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}.toast-success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.toast-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.label-with-action{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.import-url-button{padding:.25rem .625rem;font-size:.75rem;font-weight:500;color:#3b82f6;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.import-url-button:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd}.import-url-button:disabled{opacity:.6;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .15s ease}.modal-content{background:#fff;border-radius:8px;width:100%;max-width:480px;margin:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .2s ease}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.modal-close-button{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;line-height:1;transition:color .15s ease}.modal-close-button:hover:not(:disabled){color:#374151}.modal-close-button:disabled{cursor:not-allowed;opacity:.5}.modal-body{padding:1.25rem}.modal-description{margin:0 0 1rem;font-size:.875rem;color:#6b7280;line-height:1.5}.modal-body .form-group{display:flex;flex-direction:column;gap:.375rem}.modal-body .form-group label{font-size:.875rem;font-weight:500;color:#374151}.modal-body .form-group input{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.modal-body .form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal-body .form-group input:disabled{background-color:#f9fafb;cursor:not-allowed}.modal-body .form-group input::placeholder{color:#9ca3af}.modal-body .form-group input.input-error{border-color:#dc2626}.modal-body .form-group input.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 8px 8px}.extract-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:#3b82f6;border:none;border-radius:6px;cursor:pointer;transition:background-color .15s ease}.extract-button:hover:not(:disabled){background:#2563eb}.extract-button:disabled{background:#93c5fd;cursor:not-allowed}.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 .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.create-tag-button{padding:.25rem .625rem;font-size:.75rem;font-weight:500;color:#3b82f6;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.create-tag-button:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd}.create-tag-button:disabled{opacity:.6;cursor:not-allowed}.inline-create-tag-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem;margin-bottom:.5rem}.create-tag-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.create-tag-name-input{flex:1;min-width:120px;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.create-tag-name-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.create-tag-colors{display:flex;gap:.375rem}.create-tag-color-button{width:1.5rem;height:1.5rem;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,border-color .15s ease}.create-tag-color-button:hover:not(:disabled){transform:scale(1.1)}.create-tag-color-button.selected{border-color:#1f2937;transform:scale(1.1)}.create-tag-color-button:disabled{opacity:.5;cursor:not-allowed}.create-tag-save-button{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:#3b82f6;border:none;border-radius:6px;cursor:pointer;transition:background-color .15s ease}.create-tag-save-button:hover:not(:disabled){background:#2563eb}.create-tag-save-button:disabled{background:#93c5fd;cursor:not-allowed}.tag-error{margin:.5rem 0 0;color:#dc2626;font-size:.75rem}.tags-loading,.tags-empty{padding:.75rem;color:#6b7280;font-size:.875rem;text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.tag-selector{display:flex;flex-wrap:wrap;gap:.5rem}.tag-chip-selectable{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .625rem;border:1px solid;border-radius:16px;font-size:.8125rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.tag-chip-selectable:hover{opacity:.9}.tag-chip-selectable.selected{font-weight:500}.tag-checkbox{position:absolute;opacity:0;width:0;height:0}.tag-chip-color{width:.625rem;height:.625rem;border-radius:50%;flex-shrink:0}.tag-chip-name{color:#374151}.image-preview{margin-top:.5rem;padding:.5rem;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb;display:flex;align-items:center;justify-content:center}.image-preview img{max-width:200px;max-height:150px;object-fit:contain;border-radius:4px}.image-preview-error{margin-top:.5rem;padding:.75rem;border:1px solid #fecaca;border-radius:6px;background:#fef2f2;color:#991b1b;font-size:.75rem}@media(max-width:640px){.form-card{padding:1rem}.form-actions{flex-direction:column-reverse}.product-form .cancel-button,.product-form .save-button{width:100%;justify-content:center}.label-with-action{flex-direction:column;align-items:flex-start;gap:.375rem}.modal-footer{flex-direction:column-reverse;gap:.5rem}.modal-footer button{width:100%;justify-content:center}.create-tag-row{flex-direction:column;align-items:stretch}.create-tag-name-input{width:100%}.create-tag-colors{justify-content:center}.create-tag-save-button{width:100%}}.analytics-container{max-width:1200px}.analytics-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.analytics-header h1{margin:0 0 .25rem}.analytics-subtitle{color:#6b7280;margin:0;font-size:.875rem}.export-button{background-color:#3b82f6;color:#fff;font-weight:500;padding:.625rem 1.25rem;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .15s ease;white-space:nowrap}.export-button:hover:not(:disabled){background-color:#2563eb}.export-button:disabled{background-color:#93c5fd;cursor:not-allowed}.analytics-filters{display:flex;gap:1rem;margin-bottom:1.5rem}.filter-group select{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background-color:#fff;cursor:pointer;min-width:200px;transition:border-color .15s ease,box-shadow .15s ease}.analytics-empty-state{text-align:center;padding:4rem 2rem;background:#f9fafb;border-radius:8px;border:1px dashed #d1d5db}.analytics-empty-state h2{color:#374151;margin:0 0 .5rem;font-size:1.25rem}.analytics-empty-state p{color:#6b7280;margin:0;font-size:.875rem}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}@media(max-width:900px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.metrics-grid{grid-template-columns:1fr}}.metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;text-align:center}.metric-label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.metric-value{font-size:2rem;font-weight:700;color:#1f2937;line-height:1;margin-bottom:.25rem}.metric-value.metric-success{color:#16a34a}.metric-value.metric-warning{color:#ca8a04}.metric-value.metric-info{color:#3b82f6}.metric-sublabel{font-size:.75rem;color:#9ca3af}.chart-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.chart-section h2{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1.5rem}.bar-chart{overflow-x:auto}.chart-bars{display:flex;gap:4px;align-items:flex-end;height:200px;min-width:fit-content}.bar-container{display:flex;flex-direction:column;align-items:center;flex:1;min-width:40px;height:100%}.bar-value{font-size:.625rem;color:#6b7280;margin-bottom:4px;height:16px}.bar{width:100%;max-width:32px;background:linear-gradient(180deg,#3b82f6,#2563eb);border-radius:4px 4px 0 0;min-height:4px;transition:height .3s ease;cursor:pointer;flex-grow:1}.bar:hover{background:linear-gradient(180deg,#60a5fa,#3b82f6)}.bar-label{font-size:.625rem;color:#6b7280;margin-top:8px;white-space:nowrap;transform:rotate(-45deg);transform-origin:center;text-align:center;height:40px}@media(max-width:768px){.analytics-header{flex-direction:column;gap:1rem}.export-button{width:100%}.analytics-filters{flex-direction:column}.filter-group select{min-width:100%}.bar-label{transform:rotate(-60deg);font-size:.5rem}.bar-container{min-width:30px}}.toast{position:fixed;bottom:1.5rem;right:1.5rem;padding:.75rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;z-index:1000;animation:slideIn .3s ease}.toast-success{background-color:#16a34a;color:#fff}.toast-error{background-color:#dc2626;color:#fff}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.activity-container{max-width:1200px}.activity-header{margin-bottom:1.5rem}.activity-header h1{margin:0 0 .25rem}.activity-subtitle{color:#6b7280;margin:0;font-size:.875rem}.activity-filters{display:flex;gap:1rem;margin-bottom:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.375rem}.filter-group label{font-size:.875rem;font-weight:500;color:#374151}.filter-group select{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background-color:#fff;cursor:pointer;min-width:180px;transition:border-color .15s ease,box-shadow .15s ease}.filter-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.activity-empty-state{text-align:center;padding:4rem 2rem;background:#f9fafb;border-radius:8px;border:1px dashed #d1d5db}.empty-icon{font-size:3rem;margin-bottom:1rem}.activity-empty-state h2{color:#374151;margin:0 0 .5rem;font-size:1.25rem}.activity-empty-state p{color:#6b7280;margin:0;font-size:.875rem}.activity-feed{display:flex;flex-direction:column;gap:.5rem}.activity-entry{display:flex;gap:.875rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.activity-entry:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.activity-icon{font-size:1.25rem;flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:50%}.activity-content{flex:1;min-width:0}.activity-main{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap;margin-bottom:.375rem}.activity-user{font-weight:600;color:#1f2937;font-size:.875rem}.activity-action{color:#6b7280;font-size:.875rem}.activity-post-preview{font-size:.8125rem;color:#374151;line-height:1.5;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.activity-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#9ca3af}.activity-campaign{color:#6b7280}.activity-separator{color:#d1d5db}.activity-time{color:#9ca3af}.badge{padding:.25rem .5rem;border-radius:9999px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.badge-x{background:#e0f2fe;color:#0369a1}.badge-linkedin{background:#dbeafe;color:#1d4ed8}.badge-pending{background:#fef3c7;color:#92400e}.badge-posted{background:#d1fae5;color:#065f46}.badge-skipped{background:#e5e7eb;color:#4b5563}.activity-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem}.activity-pagination button{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:.875rem;color:#374151;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.activity-pagination button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.activity-pagination button:disabled{opacity:.5;cursor:not-allowed}.page-info{font-size:.875rem;color:#6b7280;padding:0 .5rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1;transition:color .15s ease}.modal-close:hover{color:#1f2937}.modal-body{padding:1.5rem}.modal-section{margin-bottom:1.5rem}.modal-section:last-child{margin-bottom:0}.modal-section h3{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .75rem}.modal-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.modal-section-header h3{margin:0}.view-on-platform-link{font-size:.75rem;color:#3b82f6;text-decoration:none}.view-on-platform-link:hover{text-decoration:underline}.activity-detail-info{background:#f9fafb;border-radius:6px;padding:1rem}.detail-row{display:flex;justify-content:space-between;padding:.375rem 0;font-size:.875rem}.detail-row:not(:last-child){border-bottom:1px solid #e5e7eb}.detail-label{color:#6b7280}.detail-value{color:#1f2937;font-weight:500}.original-post-content{background:#f9fafb;padding:1rem;border-radius:6px;font-size:.875rem;color:#374151;line-height:1.6;margin-bottom:.75rem}.author-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.8125rem}.author-name{font-weight:600;color:#1f2937}.author-handle{color:#6b7280}.response-content{background:#f0fdf4;padding:1rem;border-radius:6px;font-size:.875rem;color:#374151;line-height:1.6;border-left:3px solid #22c55e}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 12px 12px}.btn-secondary{padding:.625rem 1.25rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;text-decoration:none}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-primary{padding:.625rem 1.25rem;border:none;border-radius:6px;background:#3b82f6;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease;text-decoration:none;display:inline-flex;align-items:center}.btn-primary:hover{background:#2563eb}@media(max-width:768px){.activity-filters{flex-direction:column}.filter-group select{min-width:100%}.activity-entry{padding:.875rem}.activity-main{flex-wrap:wrap}.modal-content{margin:.5rem;max-height:calc(100vh - 1rem)}}.settings-container{max-width:800px}.settings-container h1{margin-bottom:.25rem}.settings-subtitle{color:#6b7280;margin-top:0;margin-bottom:2rem}.settings-access-denied{text-align:center;padding:3rem;background:#fef2f2;border-radius:8px;border:1px solid #fecaca}.settings-access-denied h1{color:#dc2626;margin-bottom:.5rem}.settings-access-denied p{color:#991b1b;margin:0}.settings-section{margin-bottom:2rem}.settings-section h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.section-description{color:#6b7280;margin:0 0 1rem;font-size:.875rem}.credentials-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.credential-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.credential-header h3{font-size:1rem;font-weight:600;color:#374151;margin:0}.connection-status{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:9999px}.status-connected{background:#d1fae5;color:#065f46}.status-error{background:#fee2e2;color:#991b1b}.status-unknown{background:#f3f4f6;color:#6b7280}.settings-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:6px;font-size:.875rem;margin-bottom:1rem}.settings-success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:.75rem 1rem;border-radius:6px;font-size:.875rem;margin-bottom:1rem}.credentials-form{display:flex;flex-direction:column;gap:1rem}.form-hint{font-size:.75rem;color:#6b7280}.form-hint a{color:#3b82f6;text-decoration:none}.form-hint a:hover{text-decoration:underline}.masked-key-display{display:flex;align-items:center;gap:.75rem}.masked-key{font-family:monospace;font-size:.875rem;color:#374151;background:#f3f4f6;padding:.625rem .75rem;border-radius:6px;flex:1}.change-key-button{background:none;border:1px solid #d1d5db;color:#374151;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:border-color .15s ease}.change-key-button:hover{border-color:#9ca3af}.last-tested{font-size:.75rem;color:#6b7280}.status-message{font-size:.75rem;font-weight:500}.status-message.status-connected{color:#065f46;background:none;padding:0}.status-message.status-error{color:#991b1b;background:none;padding:0}.button-group{display:flex;gap:.75rem;margin-top:.5rem}.save-button{background-color:#3b82f6;color:#fff;font-weight:500;padding:.625rem 1.25rem;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .15s ease}.save-button:hover:not(:disabled){background-color:#2563eb}.save-button:disabled{background-color:#93c5fd;cursor:not-allowed}.test-button{background-color:#f3f4f6;color:#374151;font-weight:500;padding:.625rem 1.25rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.test-button:hover:not(:disabled){background-color:#e5e7eb;border-color:#9ca3af}.test-button:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.llm-config-card{margin-top:1rem}.llm-config-card h3{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem}.llm-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:640px){.form-row{grid-template-columns:1fr}}.form-group select{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background-color:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group select:disabled{background-color:#f9fafb;cursor:not-allowed}.temperature-slider{width:100%;height:8px;-webkit-appearance:none;appearance:none;background:#e5e7eb;border-radius:4px;outline:none;cursor:pointer}.temperature-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#3b82f6;border-radius:50%;cursor:pointer;transition:background-color .15s ease}.temperature-slider::-webkit-slider-thumb:hover{background:#2563eb}.temperature-slider::-moz-range-thumb{width:20px;height:20px;background:#3b82f6;border-radius:50%;cursor:pointer;border:none}.temperature-slider:disabled{opacity:.5;cursor:not-allowed}.slider-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#6b7280;margin-top:.25rem}.form-group input[type=number]{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .15s ease,box-shadow .15s ease}.form-group input[type=number]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input[type=number]:disabled{background-color:#f9fafb;cursor:not-allowed}.test-result{margin-top:1rem;padding:1rem;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px}.test-result h4{font-size:.875rem;font-weight:600;color:#16a34a;margin:0 0 .5rem}.test-result p{font-size:.875rem;color:#374151;margin:0;line-height:1.5}.signup-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;padding:1rem}.signup-card{background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem;width:100%;max-width:400px}.signup-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;text-align:center}.signup-subtitle{color:#6b7280;text-align:center;margin:0 0 1.5rem;font-size:.875rem}.signup-form{display:flex;flex-direction:column;gap:1rem}.signup-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:6px;font-size:.875rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.875rem;font-weight:500;color:#374151}.form-group input{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .15s ease,box-shadow .15s ease}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input:disabled{background-color:#f9fafb;cursor:not-allowed}.form-group input::placeholder{color:#9ca3af}.signup-button{background-color:#3b82f6;color:#fff;font-weight:500;padding:.625rem 1rem;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .15s ease;margin-top:.5rem}.signup-button:hover:not(:disabled){background-color:#2563eb}.signup-button:disabled{background-color:#93c5fd;cursor:not-allowed}.signup-footer{text-align:center;margin-top:1.5rem;font-size:.875rem;color:#6b7280}.signup-footer a{color:#3b82f6;text-decoration:none;font-weight:500}.signup-footer a:hover{text-decoration:underline}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;padding:1rem}.login-card{background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem;width:100%;max-width:400px}.login-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;text-align:center}.login-subtitle{color:#6b7280;text-align:center;margin:0 0 1.5rem;font-size:.875rem}.login-form{display:flex;flex-direction:column;gap:1rem}.login-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:6px;font-size:.875rem}.login-button{background-color:#3b82f6;color:#fff;font-weight:500;padding:.625rem 1rem;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .15s ease;margin-top:.5rem}.login-button:hover:not(:disabled){background-color:#2563eb}.login-button:disabled{background-color:#93c5fd;cursor:not-allowed}.login-footer{text-align:center;margin-top:1.5rem;font-size:.875rem;color:#6b7280}.login-footer a{color:#3b82f6;text-decoration:none;font-weight:500}.login-footer a:hover{text-decoration:underline}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{margin-top:0;color:#1f2937}p{color:#4b5563}
