.toast-container{position:fixed;top:1rem;right:1rem;z-index:1000;display:flex;flex-direction:column;gap:.5rem;max-width:400px}.toast{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:8px;font-weight:500;box-shadow:0 4px 12px #00000026;animation:toastSlideIn .3s ease-out}@keyframes toastSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.toast-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.toast-info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.toast-icon{font-size:1.25rem;line-height:1}.toast-message{flex:1;line-height:1.4}.toast-dismiss{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;opacity:.5;transition:opacity .2s;padding:0;margin-left:.5rem}.toast-dismiss:hover{opacity:1}._container_cqukm_1{min-height:100vh;display:flex;flex-direction:column}._header_cqukm_7{background-color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}._brand_cqukm_17{display:flex;align-items:center;gap:.875rem}._logo_cqukm_23{height:32px;width:auto}._appName_cqukm_28{font-size:1rem;font-weight:500;color:#374151;letter-spacing:-.01em}._nav_cqukm_35{display:flex;gap:.25rem;align-items:center}._navLink_cqukm_41{color:#6b7280;text-decoration:none;font-weight:500;font-size:.9375rem;padding:.625rem 1rem;border-radius:6px;transition:all .15s ease;position:relative}._navLink_cqukm_41:hover{color:#05327a;background-color:#f3f4f6}._active_cqukm_57{color:#1966e3;background-color:#eff6ff}._active_cqukm_57:after{content:"";position:absolute;bottom:0;left:1rem;right:1rem;height:2px;background-color:#1966e3;border-radius:2px 2px 0 0}._main_cqukm_73{flex:1;padding:2rem;background-color:#f9fafb}._userSection_cqukm_79{display:flex;align-items:center;gap:.75rem;padding-left:1rem;border-left:1px solid #e5e7eb}._avatar_cqukm_87{width:32px;height:32px;border-radius:50%;border:2px solid #e5e7eb}._userName_cqukm_94{font-size:.875rem;font-weight:500;color:#374151}._logoutButton_cqukm_100{background:#fff;border:1px solid #d1d5db;color:#6b7280;padding:.375rem .875rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s ease}._logoutButton_cqukm_100:hover{background-color:#f9fafb;border-color:#9ca3af;color:#374151}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#1a1a2e}.login-card{background:#fff;border-radius:12px;padding:3rem;text-align:center;box-shadow:0 4px 24px #0003;max-width:400px;width:100%}.login-title{font-size:1.5rem;color:#1a1a2e;margin:0 0 .5rem}.login-subtitle{color:#666;margin:0 0 2rem;font-size:.9rem}.login-google-button{display:flex;justify-content:center;margin-bottom:1rem}.login-error{color:#d32f2f;font-size:.875rem;margin-top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;border-radius:6px;cursor:pointer;transition:background .2s,border-color .2s,opacity .2s;border:1px solid transparent}.btn-small{padding:.5rem .75rem;font-size:.75rem}.btn-medium{padding:.75rem 1.25rem;font-size:.875rem}.btn-large{padding:1rem 1.5rem;font-size:1rem}.btn-primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.btn-primary:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.btn-secondary{background:#fff;color:#475569;border-color:#e2e8f0}.btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.btn-ai{background:#f5f3ff;color:#7c3aed;border-color:#ddd6fe}.btn-ai:hover:not(:disabled){background:#ede9fe;border-color:#c4b5fd}.btn-danger{background:#ef4444;color:#fff;border-color:#ef4444}.btn-danger:hover:not(:disabled){background:#dc2626;border-color:#dc2626}.btn-spinner{width:1em;height:1em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:btnSpin .75s linear infinite}@keyframes btnSpin{to{transform:rotate(360deg)}}.btn-loading-text{margin-left:.25rem}.skeleton{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:skeletonShimmer 1.5s infinite}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{border-radius:4px}.skeleton-rectangular{border-radius:6px}.skeleton-circular{border-radius:50%}.skeleton-card{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.skeleton-card-body{display:flex;flex-direction:column;gap:.5rem}.skeleton-list{display:flex;flex-direction:column;gap:1rem}.skeleton-form{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#fff;border-radius:8px}.skeleton-form-actions{display:flex;gap:1rem;margin-top:.5rem}._container_16pav_1{max-width:800px;margin:0 auto}._title_16pav_6{margin:0 0 .5rem;font-size:1.75rem}._description_16pav_11{color:#666;margin-bottom:2rem}._loading_16pav_16{text-align:center;padding:2rem;color:#666}._form_16pav_22{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}._section_16pav_29{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}._section_16pav_29:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}._sectionTitle_16pav_41{display:flex;align-items:center;gap:1rem;margin:0 0 1rem;font-size:1.25rem}._configured_16pav_49{font-size:.75rem;font-weight:400;padding:.25rem .5rem;background:#d4edda;color:#155724;border-radius:4px}._notConfigured_16pav_58{font-size:.75rem;font-weight:400;padding:.25rem .5rem;background:#f8d7da;color:#721c24;border-radius:4px}._field_16pav_67{margin-bottom:1rem}._field_16pav_67 label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}._field_16pav_67 input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s}._field_16pav_67 input:focus{outline:none;border-color:#4a9eff}._actions_16pav_92{display:flex;gap:1rem;margin-top:2rem}._primaryButton_16pav_98{padding:.75rem 1.5rem;background:#4a9eff;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}._primaryButton_16pav_98:hover:not(:disabled){background:#3a8eef}._primaryButton_16pav_98:disabled{opacity:.6;cursor:not-allowed}._secondaryButton_16pav_119{padding:.75rem 1.5rem;background:#fff;color:#333;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s}._secondaryButton_16pav_119:hover:not(:disabled){background:#f5f5f5;border-color:#ccc}._secondaryButton_16pav_119:disabled{opacity:.6;cursor:not-allowed}._successMessage_16pav_141{margin-top:1rem;padding:.75rem;background:#d4edda;color:#155724;border-radius:4px}._validationResults_16pav_149{margin-top:1.5rem;padding:1rem;background:#f8f9fa;border-radius:4px}._validationResults_16pav_149 h4{margin:0 0 .75rem}._validationResults_16pav_149 ul{list-style:none;padding:0;margin:0}._validationResults_16pav_149 li{padding:.5rem 0}._valid_16pav_149{color:#155724}._valid_16pav_149:before{content:"✓ "}._invalid_16pav_178{color:#721c24}._invalid_16pav_178:before{content:"✗ "}._divider_16pav_186{margin:3rem 0;border:none;border-top:1px solid #eee}._textarea_16pav_192{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .2s}._textarea_16pav_192:focus{outline:none;border-color:#4a9eff}._expertiseTags_16pav_208{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._expertiseTag_16pav_208{padding:.25rem .75rem;background:#e9ecef;color:#495057;border-radius:16px;font-size:.875rem}.tag-badge{position:relative;display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:9999px;font-weight:500;white-space:nowrap;transition:opacity .15s}.tag-badge-small{font-size:.75rem;padding:.125rem .5rem}.tag-badge-medium{font-size:.875rem;padding:.25rem .75rem}.tag-group-digital{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.tag-group-immersif{background:#f3e8ff;color:#6b21a8;border:1px solid #d8b4fe}.tag-group-experientiel{background:#fce7f3;color:#9d174d;border:1px solid #f9a8d4}.tag-group-activation{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.tag-group-contenu{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.tag-group-engagement{background:#fce4ec;color:#880e4f;border:1px solid #f48fb1}.tag-group-services{background:#e2e8f0;color:#334155;border:1px solid #94a3b8}.tag-badge-label{line-height:1.4}.tag-badge-confidence{font-size:.65rem;opacity:.7;padding-left:.25rem}.tag-badge-ai{font-size:.6rem;background:#0000001a;padding:0 .25rem;border-radius:3px;text-transform:uppercase;font-weight:600;margin-left:.125rem}.tag-badge-remove{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;margin-left:.125rem;margin-right:-.25rem;background:none;border:none;cursor:pointer;font-size:.875rem;line-height:1;opacity:.6;border-radius:50%;transition:opacity .15s,background .15s}.tag-badge-remove:hover{opacity:1;background:#0000001a}.tag-badge-list{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center}.tag-badge-more{font-size:.75rem;color:#64748b;padding:.125rem .375rem;background:#f1f5f9;border-radius:9999px}.tag-badge-tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);padding:.5rem .75rem;background:#1e293b;color:#f1f5f9;font-size:.75rem;font-weight:400;line-height:1.4;white-space:normal;width:max-content;max-width:260px;border-radius:6px;box-shadow:0 4px 12px #00000026;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s;z-index:50}.tag-badge-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1e293b}.tag-badge:hover .tag-badge-tooltip{opacity:1;visibility:visible}.tech-badge{position:relative;display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:9999px;font-weight:500;white-space:nowrap;transition:opacity .15s}.tech-badge-small{font-size:.75rem;padding:.125rem .5rem}.tech-badge-medium{font-size:.875rem;padding:.25rem .75rem}.tech-group-frontend{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.tech-group-backend{background:#dcfce7;color:#166534;border:1px solid #86efac}.tech-group-mobile-dev{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.tech-group-database{background:#fce7f3;color:#9d174d;border:1px solid #f9a8d4}.tech-group-infra{background:#e0e7ff;color:#3730a3;border:1px solid #a5b4fc}.tech-group-cms-ecommerce{background:#f3e8ff;color:#6b21a8;border:1px solid #d8b4fe}.tech-group-creative-tools{background:#ffedd5;color:#9a3412;border:1px solid #fdba74}.tech-group-ai-data{background:#ccfbf1;color:#115e59;border:1px solid #5eead4}.tech-badge-label{line-height:1.4}.tech-badge-confidence{font-size:.65rem;opacity:.7;padding-left:.25rem}.tech-badge-ai{font-size:.6rem;background:#0000001a;padding:0 .25rem;border-radius:3px;text-transform:uppercase;font-weight:600;margin-left:.125rem}.tech-badge-remove{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;margin-left:.125rem;margin-right:-.25rem;background:none;border:none;cursor:pointer;font-size:.875rem;line-height:1;opacity:.6;border-radius:50%;transition:opacity .15s,background .15s}.tech-badge-remove:hover{opacity:1;background:#0000001a}.tech-badge-list{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center}.tech-badge-more{font-size:.75rem;color:#64748b;padding:.125rem .375rem;background:#f1f5f9;border-radius:9999px}.tech-badge-tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);padding:.5rem .75rem;background:#1e293b;color:#f1f5f9;font-size:.75rem;font-weight:400;line-height:1.4;white-space:normal;width:max-content;max-width:260px;border-radius:6px;box-shadow:0 4px 12px #00000026;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s;z-index:50}.tech-badge-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1e293b}.tech-badge:hover .tech-badge-tooltip{opacity:1;visibility:visible}.project-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:10px;text-decoration:none;color:inherit;overflow:hidden;transition:box-shadow .2s,border-color .2s,transform .2s}.project-card:hover{border-color:#cbd5e1;box-shadow:0 6px 20px #0f172a14;transform:translateY(-2px)}.project-card:focus{outline:2px solid #3b82f6;outline-offset:2px}.project-card:focus:not(:focus-visible){outline:none}.project-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--status-color, #94a3b8);transition:width .2s}.project-card:hover:before{width:5px}.project-card[data-status=active]{--status-color: #3b82f6}.project-card[data-status=completed]{--status-color: #10b981}.project-card[data-status=cancelled]{--status-color: #ef4444}.project-card[data-status=archived]{--status-color: #94a3b8}.project-card-primary{padding:1.25rem 1.25rem 1rem 1.5rem;border-bottom:1px solid #f1f5f9}.project-card-title{margin:0 0 .375rem;font-size:1.125rem;font-weight:700;color:#0f172a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-card-client{margin:0;font-size:.9375rem;font-weight:500;color:#475569;line-height:1.3}.project-card-endclient{margin:.25rem 0 0;font-size:.8125rem;color:#64748b;font-style:italic}.project-card-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.75rem;padding:.875rem 1.25rem .875rem 1.5rem;border-bottom:1px solid #f1f5f9}.project-card-metric{display:flex;flex-direction:column;gap:.125rem}.metric-label{font-size:.6875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.metric-value{font-size:.9375rem;font-weight:600;color:#1e293b;line-height:1.3}.metric-value-budget{color:#0f172a;font-size:1rem}.project-card-metadata{display:flex;flex-wrap:wrap;gap:.375rem;padding:.625rem 1.25rem .625rem 1.5rem;background:#f8fafc}.metadata-item{padding:.1875rem .5rem;font-size:.75rem;font-weight:500;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:4px;white-space:nowrap}.metadata-slides-ok{color:#059669;border-color:#a7f3d0;background:#f0fdf4}.project-card-section{padding:.625rem 1.25rem .625rem 1.5rem}.project-card-section+.project-card-section{padding-top:0}.section-label{display:block;margin-bottom:.375rem;font-size:.6875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.project-card-status-bar{margin-top:auto;padding:.375rem 1.25rem .375rem 1.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;border-top:1px solid #f1f5f9}.project-card-status-bar.status-active{color:#2563eb;background:#eff6ff}.project-card-status-bar.status-completed{color:#059669;background:#f0fdf4}.project-card-status-bar.status-cancelled{color:#dc2626;background:#fef2f2}.project-card-status-bar.status-archived{color:#64748b;background:#f8fafc}.project-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.project-list-loading,.project-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#64748b}.project-list-sentinel{min-height:1px}.project-list-loading-more{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#64748b;font-size:.875rem}.tag-selector{display:flex;flex-direction:column;gap:.75rem}.tag-selector-disabled{opacity:.6;pointer-events:none}.tag-selector-selected{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem;background:#f8fafc;border-radius:8px;min-height:2.5rem}.tag-selector-groups{display:flex;flex-direction:column;gap:.25rem;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.tag-group-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:#f8fafc;border:none;cursor:pointer;text-align:left;font-size:.875rem;font-weight:500;color:#334155;transition:background .15s}.tag-group-header:hover:not(:disabled){background:#f1f5f9}.tag-group-header:disabled{cursor:not-allowed}.tag-group-title{display:flex;align-items:center;gap:.5rem}.tag-group-chevron{font-size:.75rem;color:#64748b;transition:transform .2s}.tag-group-chevron.expanded{transform:rotate(180deg)}.tag-group-tags{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;background:#fff;border-top:1px solid #e2e8f0}.tag-option{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.875rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;color:#475569;transition:all .15s}.tag-option:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6}.tag-option:disabled{opacity:.5;cursor:not-allowed}.tag-option-checkbox{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;font-size:.75rem}.tag-selector-hint{font-size:.75rem;color:#64748b;margin:0}.tag-filter{position:relative}.tag-filter-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;color:#475569;transition:border-color .15s}.tag-filter-toggle:hover{border-color:#94a3b8}.tag-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;font-size:.75rem;font-weight:600;background:#3b82f6;color:#fff;border-radius:9999px}.tag-filter-chevron{font-size:.625rem;color:#64748b;transition:transform .2s}.tag-filter-chevron.open{transform:rotate(180deg)}.tag-filter-dropdown{position:absolute;top:calc(100% + .5rem);left:0;z-index:50;min-width:20rem;max-height:24rem;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.tag-filter-match-mode{display:flex;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.tag-filter-match-mode label{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#475569;cursor:pointer}.tag-filter-match-mode input[type=radio]{accent-color:#3b82f6}.tag-filter-groups{padding:.5rem 0}.tag-filter-group{padding:.5rem 1rem}.tag-filter-group-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.tag-filter-group-tags{display:flex;flex-wrap:wrap;gap:.375rem}.tag-filter-tag{padding:.25rem .625rem;font-size:.75rem;background:#f1f5f9;border:1px solid transparent;border-radius:9999px;cursor:pointer;color:#475569;transition:all .15s}.tag-filter-tag:hover{background:#e2e8f0}.tag-filter-tag.selected{background:#3b82f6;color:#fff}.tag-filter-clear{display:block;width:100%;padding:.75rem;font-size:.875rem;background:none;border:none;border-top:1px solid #e2e8f0;cursor:pointer;color:#ef4444;text-align:center;transition:background .15s}.tag-filter-clear:hover{background:#fef2f2}.tech-selector{display:flex;flex-direction:column;gap:.75rem}.tech-selector-disabled{opacity:.6;pointer-events:none}.tech-selector-search{position:relative}.tech-selector-search-input{width:100%;padding:.625rem 2rem .625rem .75rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#334155;outline:none;transition:border-color .15s;box-sizing:border-box}.tech-selector-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.tech-selector-search-input::placeholder{color:#94a3b8}.tech-selector-search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:1rem;color:#94a3b8;padding:.25rem;line-height:1}.tech-selector-search-clear:hover{color:#475569}.tech-selector-selected{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem;background:#f8fafc;border-radius:8px;min-height:2.5rem}.tech-selector-groups{display:flex;flex-direction:column;gap:.25rem;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.tech-selector-empty{padding:1.5rem;text-align:center;color:#94a3b8;font-size:.875rem}.tech-group-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:#f8fafc;border:none;cursor:pointer;text-align:left;font-size:.875rem;font-weight:500;color:#334155;transition:background .15s}.tech-group-header:hover:not(:disabled){background:#f1f5f9}.tech-group-header:disabled{cursor:not-allowed}.tech-group-title{display:flex;align-items:center;gap:.5rem}.tech-group-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;font-size:.75rem;font-weight:600;background:#3b82f6;color:#fff;border-radius:9999px}.tech-group-chevron{font-size:.75rem;color:#64748b;transition:transform .2s}.tech-group-chevron.expanded{transform:rotate(180deg)}.tech-group-tags{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;background:#fff;border-top:1px solid #e2e8f0}.tech-option{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.875rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;color:#475569;transition:all .15s}.tech-option:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6}.tech-option.selected{background:#3b82f6;border-color:#3b82f6;color:#fff}.tech-option:disabled{opacity:.5;cursor:not-allowed}.tech-option-checkbox{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;font-size:.75rem}.tech-selector-hint{font-size:.75rem;color:#64748b;margin:0}.tech-filter{position:relative}.tech-filter-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;color:#475569;transition:border-color .15s}.tech-filter-toggle:hover{border-color:#94a3b8}.tech-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;font-size:.75rem;font-weight:600;background:#3b82f6;color:#fff;border-radius:9999px}.tech-filter-chevron{font-size:.625rem;color:#64748b;transition:transform .2s}.tech-filter-chevron.open{transform:rotate(180deg)}.tech-filter-dropdown{position:absolute;top:calc(100% + .5rem);left:0;z-index:50;min-width:22rem;max-height:28rem;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.tech-filter-search{padding:.75rem;border-bottom:1px solid #e2e8f0}.tech-filter-search-input{width:100%;padding:.5rem .75rem;font-size:.8125rem;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;color:#334155;outline:none;transition:border-color .15s;box-sizing:border-box}.tech-filter-search-input:focus{border-color:#3b82f6;background:#fff}.tech-filter-search-input::placeholder{color:#94a3b8}.tech-filter-match-mode{display:flex;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.tech-filter-match-mode label{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#475569;cursor:pointer}.tech-filter-match-mode input[type=radio]{accent-color:#3b82f6}.tech-filter-groups{padding:.5rem 0}.tech-filter-group{padding:.5rem 1rem}.tech-filter-group-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.tech-filter-group-tags{display:flex;flex-wrap:wrap;gap:.375rem}.tech-filter-tag{padding:.25rem .625rem;font-size:.75rem;background:#f1f5f9;border:1px solid transparent;border-radius:9999px;cursor:pointer;color:#475569;transition:all .15s}.tech-filter-tag:hover{background:#e2e8f0}.tech-filter-tag.selected{background:#3b82f6;color:#fff}.tech-filter-empty{padding:1rem;text-align:center;color:#94a3b8;font-size:.8125rem}.tech-filter-clear{display:block;width:100%;padding:.75rem;font-size:.875rem;background:none;border:none;border-top:1px solid #e2e8f0;cursor:pointer;color:#ef4444;text-align:center;transition:background .15s}.tech-filter-clear:hover{background:#fef2f2}.projects-page{max-width:1200px;margin:0 auto;padding:2rem}.projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.projects-header h1{margin:0;font-size:1.75rem;font-weight:600;color:#1e293b}.sync-button{padding:.625rem 1rem;font-size:.875rem;font-weight:500;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.sync-button:hover:not(:disabled){background:#2563eb}.sync-button:disabled{opacity:.6;cursor:not-allowed}.projects-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.search-input{flex:1;padding:.625rem 1rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:6px;outline:none;transition:border-color .2s}.search-input:focus{border-color:#3b82f6}.status-select{padding:.625rem 1rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;cursor:pointer}.projects-header-actions{display:flex;gap:.5rem}.confirm-dialog{background:#fff;border-radius:12px;padding:1.5rem;max-width:480px;width:90%;box-shadow:0 20px 60px #00000026}.confirm-dialog p{margin:0 0 1.25rem;font-size:.875rem;color:#64748b;line-height:1.5}.confirm-dialog .sync-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.sync-option{display:flex;align-items:flex-start;gap:.625rem;cursor:pointer;padding:.5rem .625rem;border-radius:6px;transition:background .15s}.sync-option:hover{background:#f8fafc}.sync-option input[type=checkbox]{margin-top:.125rem;width:16px;height:16px;accent-color:#3b82f6;cursor:pointer;flex-shrink:0}.sync-option-content{display:flex;flex-direction:column;gap:.125rem}.sync-option-label{font-size:.875rem;font-weight:500;color:#1e293b}.sync-option-desc{font-size:.75rem;color:#94a3b8}.sync-mode-toggle{display:flex;gap:0;margin-left:2.25rem;margin-top:-.25rem;margin-bottom:.25rem;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.sync-mode-btn{flex:1;padding:.375rem .75rem;font-size:.75rem;font-weight:500;border:none;background:#fff;color:#64748b;cursor:pointer;transition:all .15s}.sync-mode-btn+.sync-mode-btn{border-left:1px solid #e2e8f0}.sync-mode-btn.active{background:#eff6ff;color:#2563eb}.sync-mode-btn:hover:not(.active){background:#f8fafc}.sync-banner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;color:#1d4ed8;font-size:.875rem;font-weight:500}.sync-spinner{width:16px;height:16px;border:2px solid #bfdbfe;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.document-list{margin:1.5rem 0;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.document-list-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#1e293b}.document-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.document-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px}.document-icon{font-size:1.25rem}.document-info{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}.document-name{font-size:.875rem;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-meta{display:flex;gap:.75rem;font-size:.75rem;color:#64748b}.document-size:after{content:"•";margin-left:.75rem}.document-list-hint{margin:1rem 0 0;font-size:.75rem;color:#64748b;font-style:italic}.document-list-loading,.document-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#64748b;text-align:center}.document-list-loading .loading-spinner{width:24px;height:24px;border:2px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.similar-projects-panel{margin:1.5rem 0;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.similar-projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.similar-projects-panel h3{margin:0;font-size:1rem;font-weight:600;color:#475569}.refresh-button{padding:.375rem .75rem;font-size:.75rem;font-weight:500;background:#fff;color:#3b82f6;border:1px solid #3b82f6;border-radius:4px;cursor:pointer;transition:background .2s,color .2s}.refresh-button:hover{background:#3b82f6;color:#fff}.similar-projects-loading,.similar-projects-empty{color:#64748b;font-size:.875rem;text-align:center;padding:1rem}.similar-projects-list{display:flex;flex-direction:column;gap:.75rem}.similar-project-item{padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px}.similar-project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.similar-project-link{font-weight:500;color:#1e293b;text-decoration:none}.similar-project-link:hover{color:#3b82f6;text-decoration:underline}.similarity-score{padding:.125rem .5rem;font-size:.75rem;font-weight:600;background:#dbeafe;color:#1d4ed8;border-radius:12px}.similar-project-client{margin:0 0 .5rem;font-size:.75rem;color:#64748b}.similarity-reasons{margin:0 0 .5rem;padding-left:1rem;font-size:.75rem;color:#64748b}.similarity-reasons li{margin:.125rem 0}.use-as-reference-button{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:500;color:#3b82f6;text-decoration:none;border:1px solid #3b82f6;border-radius:4px;transition:background .2s,color .2s}.use-as-reference-button:hover{background:#3b82f6;color:#fff}.linked-projects-panel{margin:1.5rem 0;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.linked-projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.linked-projects-panel h3{margin:0;font-size:1rem;font-weight:600;color:#475569}.linked-projects-add-btn{padding:.375rem .75rem;font-size:.75rem;font-weight:500;background:#fff;color:#3b82f6;border:1px solid #3b82f6;border-radius:4px;cursor:pointer;transition:background .2s,color .2s}.linked-projects-add-btn:hover{background:#3b82f6;color:#fff}.linked-projects-loading,.linked-projects-empty{color:#64748b;font-size:.875rem;text-align:center;padding:1rem}.linked-projects-form{margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem;position:relative}.linked-projects-search,.linked-projects-notes{width:100%;padding:.5rem .75rem;font-size:.875rem;border:1px solid #cbd5e1;border-radius:6px;outline:none;box-sizing:border-box}.linked-projects-search:focus,.linked-projects-notes:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.linked-projects-dropdown{list-style:none;margin:0;padding:0;background:#fff;border:1px solid #e2e8f0;border-radius:6px;max-height:200px;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.linked-projects-dropdown-item{padding:.5rem .75rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-size:.875rem}.linked-projects-dropdown-item:hover{background:#f1f5f9}.dropdown-project-name{font-weight:500;color:#1e293b}.dropdown-project-client{font-size:.75rem;color:#64748b}.linked-projects-no-results{margin:0;padding:.5rem;font-size:.8rem;color:#94a3b8;text-align:center}.linked-projects-form-actions{display:flex;gap:.5rem}.linked-projects-confirm-btn{padding:.375rem .75rem;font-size:.75rem;font-weight:500;background:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.linked-projects-confirm-btn:hover:not(:disabled){background:#2563eb}.linked-projects-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.linked-projects-cancel-btn{padding:.375rem .75rem;font-size:.75rem;font-weight:500;background:#fff;color:#64748b;border:1px solid #cbd5e1;border-radius:4px;cursor:pointer;transition:background .2s}.linked-projects-cancel-btn:hover{background:#f1f5f9}.linked-projects-list{display:flex;flex-direction:column;gap:.5rem}.linked-project-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.625rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px}.linked-project-info{flex:1;min-width:0}.linked-project-direction{display:flex;align-items:center;gap:.5rem}.direction-arrow{font-size:1rem;color:#94a3b8;flex-shrink:0}.linked-project-link{font-weight:500;color:#1e293b;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linked-project-link:hover{color:#3b82f6;text-decoration:underline}.linked-project-client{display:block;margin-top:.125rem;margin-left:1.5rem;font-size:.75rem;color:#64748b}.linked-project-notes{margin:.25rem 0 0 1.5rem;font-size:.75rem;color:#94a3b8;font-style:italic}.linked-project-delete-btn{flex-shrink:0;padding:.125rem .375rem;font-size:1rem;line-height:1;color:#94a3b8;background:none;border:none;border-radius:4px;cursor:pointer;transition:color .2s,background .2s}.linked-project-delete-btn:hover{color:#ef4444;background:#fef2f2}.company-selector{position:relative}.company-selector-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-secondary, #666);margin-bottom:.25rem}.company-selector-input{width:100%;padding:.5rem .75rem;border:1px solid var(--border-color, #ddd);border-radius:6px;font-size:.875rem;background:var(--bg-primary, #fff);color:var(--text-primary, #333);box-sizing:border-box}.company-selector-input:focus{outline:none;border-color:var(--accent-color, #3b82f6);box-shadow:0 0 0 2px #3b82f626}.company-selector-selected{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid var(--border-color, #ddd);border-radius:6px;background:var(--bg-secondary, #f8f9fa)}.company-selector-selected-name{font-weight:500;color:var(--text-primary, #333)}.company-selector-selected-category{font-size:.75rem;color:var(--text-secondary, #666);background:var(--bg-tertiary, #e9ecef);padding:.125rem .5rem;border-radius:10px}.company-selector-clear{margin-left:auto;background:none;border:none;font-size:1.1rem;color:var(--text-secondary, #999);cursor:pointer;padding:0 .25rem;line-height:1}.company-selector-clear:hover{color:var(--text-primary, #333)}.company-selector-dropdown{position:absolute;top:100%;left:0;right:0;z-index:50;margin-top:4px;background:var(--bg-primary, #fff);border:1px solid var(--border-color, #ddd);border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:280px;overflow-y:auto}.company-selector-results{list-style:none;margin:0;padding:.25rem 0}.company-selector-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:none;background:none;cursor:pointer;text-align:left;font-size:.875rem}.company-selector-option:hover{background:var(--bg-hover, #f0f4ff)}.company-selector-option-name{color:var(--text-primary, #333);font-weight:500}.company-selector-option-category{font-size:.75rem;color:var(--text-secondary, #666)}.company-selector-empty{padding:.75rem;text-align:center;color:var(--text-secondary, #999);font-size:.875rem}.company-selector-create-btn{display:block;width:100%;padding:.5rem .75rem;border:none;border-top:1px solid var(--border-color, #eee);background:none;cursor:pointer;text-align:left;font-size:.875rem;color:var(--accent-color, #3b82f6);font-weight:500}.company-selector-create-btn:hover{background:var(--bg-hover, #f0f4ff)}.company-selector-create-form{padding:.75rem;border-top:1px solid var(--border-color, #eee);display:flex;flex-direction:column;gap:.5rem}.company-selector-create-name,.company-selector-create-category{width:100%;padding:.375rem .5rem;border:1px solid var(--border-color, #ddd);border-radius:4px;font-size:.8rem;box-sizing:border-box}.company-selector-create-actions{display:flex;gap:.5rem;justify-content:flex-end}.company-selector-create-submit{padding:.375rem .75rem;background:var(--accent-color, #3b82f6);color:#fff;border:none;border-radius:4px;font-size:.8rem;cursor:pointer}.company-selector-create-submit:disabled{opacity:.5;cursor:not-allowed}.company-selector-create-cancel{padding:.375rem .75rem;background:none;border:1px solid var(--border-color, #ddd);border-radius:4px;font-size:.8rem;cursor:pointer;color:var(--text-secondary, #666)}.retrospective-section{margin:1.5rem 0;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.retrospective-section h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#475569}.retrospective-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.retrospective-header h3{margin:0}.retrospective-loading{padding:1rem;text-align:center;color:#64748b;font-size:.875rem}.retrospective-generating{padding:1rem 0}.progress-bar-container{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:#3b82f6;border-radius:4px;transition:width .3s ease}.progress-step{margin:.5rem 0 0;font-size:.8125rem;color:#64748b}.retrospective-error{padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.retrospective-error p{margin:0;font-size:.875rem;color:#dc2626}.retrospective-empty{text-align:center;padding:1rem 0}.retrospective-empty p{margin:0 0 .75rem;font-size:.875rem;color:#94a3b8;font-style:italic}.retrospective-content{display:flex;flex-direction:column;gap:1rem}.retrospective-block{padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px}.retrospective-block-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.retrospective-block-header h4{margin:0;font-size:.8125rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.retrospective-edit-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:.25rem;border-radius:4px;color:#94a3b8;cursor:pointer;opacity:0;transition:opacity .15s,color .15s,background .15s}.retrospective-block:hover .retrospective-edit-btn{opacity:1}.retrospective-edit-btn:hover{color:#3b82f6;background:#eff6ff}.retrospective-edit-form{display:flex;align-items:center;gap:.5rem}.retrospective-edit-form input{flex:1;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.875rem;color:#334155;outline:none;transition:border-color .15s}.retrospective-edit-form input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.retrospective-edit-form input::placeholder{color:#94a3b8}.retrospective-edit-cancel{background:none;border:none;padding:.5rem;font-size:.8125rem;color:#64748b;cursor:pointer}.retrospective-edit-cancel:hover{color:#334155}.retrospective-block--loading{opacity:.5;pointer-events:none}.retrospective-block h4{margin:0 0 .5rem;font-size:.8125rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.retrospective-block p{margin:0;font-size:.875rem;color:#334155;line-height:1.6;white-space:pre-line}.retrospective-quote blockquote{margin:0;padding:.75rem 1rem;border-left:3px solid #3b82f6;background:#eff6ff;border-radius:0 6px 6px 0;font-size:.875rem;color:#1e40af;font-style:italic;line-height:1.6}.pd-page{max-width:960px;margin:0 auto;padding:2rem}.pd-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;color:#64748b}.pd-breadcrumb a{color:#3b82f6;text-decoration:none}.pd-breadcrumb a:hover{text-decoration:underline}.pd-breadcrumb-sep{color:#cbd5e1}.pd-hero{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;margin-bottom:1.5rem}.pd-hero:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--status-color, #94a3b8)}.pd-hero[data-status=active]{--status-color: #3b82f6}.pd-hero[data-status=completed]{--status-color: #10b981}.pd-hero[data-status=cancelled]{--status-color: #ef4444}.pd-hero[data-status=archived]{--status-color: #94a3b8}.pd-hero-primary{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.5rem 1.5rem 1.25rem 2rem}.pd-hero-identity{display:flex;flex-direction:column;gap:.5rem;min-width:0}.pd-hero-name{margin:0;font-size:1.75rem;font-weight:700;color:#0f172a;line-height:1.2}.pd-hero-clients{display:flex;flex-direction:column;gap:.25rem}.pd-hero-client{margin:0;display:flex;align-items:center;gap:.375rem;font-size:.9375rem;color:#475569}.pd-client-label{font-size:.6875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;margin-right:.25rem}.pd-client-link{color:#3b82f6;text-decoration:none;font-weight:500}.pd-client-link:hover{text-decoration:underline}.pd-client-name{color:#1e293b;font-weight:500}.pd-source-badge{display:inline-flex;align-items:center;padding:.125rem .375rem;font-size:.625rem;font-weight:700;border-radius:3px;text-transform:uppercase;letter-spacing:.04em}.pd-source-badge--ai{background:#faf5ff;color:#8b5cf6;border:1px solid #ddd6fe}.pd-source-badge--manual{background:#e0f2fe;color:#0369a1;border:1px solid #bae6fd}.pd-hero-actions{display:flex;gap:.5rem;flex-shrink:0}.pd-hero-stats{display:flex;gap:1px;background:#f1f5f9;border-top:1px solid #f1f5f9}.pd-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 1.25rem;background:#fff;flex:1;min-width:0}.pd-stat-value{font-size:1.25rem;font-weight:700;color:#0f172a;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.pd-stat-value--budget{color:#059669}.pd-stat-label{font-size:.6875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.pd-hero-status-bar{padding:.5rem 2rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-align:center;background:#f1f5f9;color:#64748b}.pd-hero-status-bar.status-active{background:#dbeafe;color:#1d4ed8}.pd-hero-status-bar.status-completed{background:#dcfce7;color:#15803d}.pd-hero-status-bar.status-cancelled{background:#fef2f2;color:#dc2626}.pd-hero-status-bar.status-archived{background:#f1f5f9;color:#64748b}.pd-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;margin-bottom:1.5rem;transition:opacity .2s}.pd-card--loading{opacity:.5;pointer-events:none}.pd-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9}.pd-card-title{margin:0;padding:0;font-size:.9375rem;font-weight:600;color:#1e293b}.pd-card>.pd-card-title{padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9}.pd-card-actions{display:flex;align-items:center;gap:.5rem}.pd-card-content{padding:1.25rem}.pd-icon-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:none;border:1px solid #e2e8f0;border-radius:6px;color:#94a3b8;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.pd-icon-btn:hover{color:#3b82f6;background:#eff6ff;border-color:#bfdbfe}.pd-description-edit{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#f8fafc;border-bottom:1px solid #f1f5f9}.pd-description-edit input{flex:1;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.875rem;color:#334155;outline:none;transition:border-color .15s;font-family:inherit}.pd-description-edit input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.pd-description-edit input::placeholder{color:#94a3b8}.pd-cancel-btn{background:none;border:none;padding:.5rem .75rem;font-size:.8125rem;color:#64748b;cursor:pointer;border-radius:4px;transition:color .15s,background .15s}.pd-cancel-btn:hover{color:#334155;background:#f1f5f9}.pd-description-text{margin:0;font-size:.9375rem;color:#475569;line-height:1.6;white-space:pre-line}.pd-description-text--empty{color:#94a3b8;font-style:italic}.pd-stale-hint{display:flex;align-items:flex-start;gap:.5rem;margin-top:1rem;padding:.625rem .875rem;font-size:.8125rem;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;line-height:1.4}.pd-stale-hint svg{flex-shrink:0;margin-top:.1rem;color:#d97706}.pd-stale-hint span{flex:1}.pd-review-banner{margin-bottom:1.25rem;padding:.875rem 1rem;background:#fffbeb;border:1px solid #fde68a;border-radius:8px}.pd-review-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.pd-review-icon{font-size:1.125rem;color:#d97706}.pd-review-header strong{color:#92400e;font-size:.875rem}.pd-review-confidence{font-size:.8125rem;color:#b45309;font-weight:400}.pd-review-banner p{margin:0 0 .75rem;font-size:.8125rem;color:#78716c;line-height:1.5}.pd-context-form{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px}.pd-context-field{display:flex;flex-direction:column;gap:.25rem}.pd-context-field label{font-size:.75rem;font-weight:500;color:#64748b}.pd-context-field textarea,.pd-context-field input{padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.875rem;color:#334155;outline:none;transition:border-color .15s;font-family:inherit}.pd-context-field textarea:focus,.pd-context-field input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.pd-context-field textarea::placeholder,.pd-context-field input::placeholder{color:#94a3b8}.pd-context-actions{display:flex;align-items:center;gap:.5rem}.pd-categorization-controls{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;margin-bottom:1.25rem}.pd-cat-field{display:flex;flex-direction:column;gap:.25rem;min-width:160px}.pd-cat-field label{font-size:.75rem;font-weight:500;color:#64748b}.pd-cat-field select,.pd-cat-field input{padding:.5rem .75rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#334155;outline:none;transition:border-color .15s}.pd-cat-field select:focus,.pd-cat-field input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.pd-editable-field{padding:.5rem .75rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;min-width:160px;text-align:left;color:#334155;cursor:pointer;transition:border-color .15s;font-family:inherit}.pd-editable-field:hover{border-color:#94a3b8}.pd-tags-section{padding-top:1.25rem;border-top:1px solid #f1f5f9}.pd-tags-section+.pd-tags-section{margin-top:1.25rem}.pd-tags-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.pd-section-label{font-size:.6875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.pd-tags-toggle{padding:.25rem .5rem;font-size:.75rem;background:none;border:1px solid #e2e8f0;border-radius:4px;color:#64748b;cursor:pointer;transition:border-color .15s,color .15s}.pd-tags-toggle:hover{border-color:#3b82f6;color:#3b82f6}.pd-tags-editor{margin-top:.75rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.pd-empty-field{margin:0;font-size:.875rem;color:#94a3b8;font-style:italic}.pd-generation-options{border-color:#e0e7ff;background:#fafbff}.pd-option-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569;cursor:pointer}.pd-option-checkbox input[type=checkbox]{width:1rem;height:1rem;accent-color:#3b82f6;cursor:pointer}.pd-option-checkbox span{-webkit-user-select:none;user-select:none}.pd-slides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.pd-slide-card{position:relative;display:flex;flex-direction:column;gap:.5rem;padding:1rem 1rem 1rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s,transform .2s}.pd-slide-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61f;transform:translateY(-1px)}.pd-slide-card h3{margin:0;font-size:.9375rem;font-weight:600;color:#1e293b;line-height:1.3}.pd-slide-toggle{position:absolute;top:.625rem;right:.625rem;width:1.375rem;height:1.375rem;border-radius:50%;border:2px solid #cbd5e1;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:border-color .15s,background .15s,color .15s;color:transparent;z-index:1}.pd-slide-toggle:hover{border-color:#94a3b8}.pd-slide-toggle.included{border-color:#22c55e;background:#dcfce7;color:#15803d}.pd-slide-toggle.included:hover{border-color:#16a34a;background:#bbf7d0}.pd-slide-status{align-self:flex-start;padding:.1875rem .5rem;font-size:.6875rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.02em}.slide-status-draft{background:#f1f5f9;color:#64748b}.slide-status-preview{background:#dbeafe;color:#1d4ed8}.slide-status-finalized{background:#dcfce7;color:#15803d}.slide-status-error{background:#fef2f2;color:#b91c1c}@media (max-width: 768px){.pd-hero-primary{flex-direction:column;gap:1rem}.pd-hero-actions{width:100%;flex-wrap:wrap}.pd-hero-stats{flex-wrap:wrap}.pd-stat{flex:1 1 40%}.pd-hero-name{font-size:1.375rem}.pd-categorization-controls{flex-direction:column;align-items:stretch}.pd-cat-field{min-width:auto}.pd-slides-grid{grid-template-columns:1fr}}.client-quote{position:relative;padding:1.25rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-left:4px solid #3b82f6;border-radius:0 8px 8px 0;margin:1rem 0}.client-quote-text{margin:0 0 .5rem;font-size:1.125rem;font-style:italic;color:#334155;line-height:1.6}.client-quote-author{display:block;font-size:.875rem;font-style:normal;color:#64748b;font-weight:500}.quote-regenerate-button{position:absolute;top:.5rem;right:.5rem;display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .625rem;font-size:.75rem;background:#f5f3ffe6;color:#7c3aed;border:1px solid #ddd6fe;border-radius:4px;cursor:pointer;opacity:0;transition:opacity .2s}.client-quote:hover .quote-regenerate-button{opacity:1}.quote-regenerate-button:hover{background:#ede9fe;border-color:#c4b5fd;color:#7c3aed}.data-sources-panel{margin-top:1.5rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.data-sources-title{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.025em}.data-sources-grid{display:flex;flex-wrap:wrap;gap:1rem}.data-source-item{display:flex;flex-direction:column;align-items:center;padding:.75rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;min-width:80px}.data-source-value{font-size:1.5rem;font-weight:700;color:#3b82f6;line-height:1}.data-source-label{font-size:.75rem;color:#64748b;margin-top:.25rem}.data-source-documents{flex-direction:column;align-items:flex-start;min-width:150px}.data-source-documents .data-source-value,.data-source-documents .data-source-label{display:inline}.data-source-document-list{margin:.5rem 0 0;padding:0;list-style:none;width:100%}.data-source-document-name{font-size:.75rem;color:#64748b;padding:.25rem 0;border-top:1px solid #e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-source-document-name:first-child{border-top:none}.slide-preview{max-width:800px;margin:0 auto}.slide-preview-frame{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2rem;box-shadow:0 4px 20px #00000014}.slide-preview-toolbar{position:absolute;top:.75rem;right:.75rem;display:flex;gap:.375rem;opacity:0;transition:opacity .2s;z-index:1}.slide-preview-frame:hover .slide-preview-toolbar{opacity:1}.slide-toolbar-button{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .625rem;font-size:.75rem;background:#ffffffe6;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;color:#475569;transition:background .2s,border-color .2s,color .2s}.slide-toolbar-button:hover{background:#fff;border-color:#3b82f6;color:#3b82f6}.slide-toolbar-ai{color:#7c3aed;background:#f5f3ffe6;border-color:#ddd6fe}.slide-toolbar-ai:hover{background:#ede9fe;border-color:#c4b5fd;color:#7c3aed}.regenerate-button-ai{color:#7c3aed;background:#f5f3ffe6;border-color:#ddd6fe}.regenerate-button-ai:hover{background:#ede9fe;border-color:#c4b5fd;color:#7c3aed}.slide-preview-content{height:100%;display:flex;flex-direction:column}.slide-preview-title{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:#1e293b}.slide-preview-image{position:relative;flex:1;margin-bottom:1rem;background:#f1f5f9;border-radius:6px;overflow:hidden}.slide-preview-image img{width:100%;height:100%;object-fit:cover}.slide-preview-summary{position:relative;margin-bottom:1rem}.slide-preview-summary-content{font-size:1rem;line-height:1.6;color:#475569}.slide-preview-summary-content p{margin:0 0 .75rem}.slide-preview-summary-content p:last-child{margin-bottom:0}.slide-preview-summary-content h1,.slide-preview-summary-content h2,.slide-preview-summary-content h3,.slide-preview-summary-content h4{margin:1rem 0 .5rem;color:#1e293b;font-weight:600}.slide-preview-summary-content h1{font-size:1.5rem}.slide-preview-summary-content h2{font-size:1.25rem}.slide-preview-summary-content h3{font-size:1.125rem}.slide-preview-summary-content h4{font-size:1rem}.slide-preview-summary-content ul,.slide-preview-summary-content ol{margin:.5rem 0;padding-left:1.5rem}.slide-preview-summary-content li{margin:.25rem 0}.slide-preview-summary-content strong{font-weight:600;color:#1e293b}.slide-preview-summary-content em{font-style:italic}.slide-preview-summary-content blockquote{margin:.75rem 0;padding:.5rem 1rem;border-left:3px solid #3b82f6;background:#f8fafc;color:#64748b;font-style:italic}.slide-preview-summary-content code{padding:.125rem .25rem;background:#f1f5f9;border-radius:3px;font-family:ui-monospace,monospace;font-size:.875em}.slide-preview-quote{margin:0;padding:1rem;background:#f8fafc;border-left:3px solid #3b82f6;font-style:italic;color:#64748b}.regenerate-button{position:absolute;display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.75rem;background:#ffffffe6;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;opacity:0;transition:opacity .2s}.slide-preview-image:hover .image-regenerate{opacity:1}.image-regenerate{bottom:.5rem;right:.5rem}.regenerate-button:hover{background:#fff;border-color:#3b82f6;color:#3b82f6}.slide-preview-actions{margin-top:1.5rem;text-align:center}.finalize-button{padding:.75rem 2rem;font-size:1rem;font-weight:500;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.finalize-button:hover{background:#2563eb}.slide-preview-figma-link{margin-top:1.5rem;text-align:center}.slide-preview-figma-link a{color:#3b82f6;font-weight:500;text-decoration:none}.slide-preview-figma-link a:hover{text-decoration:underline}.slide-preview-error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#dc2626;background:#fef2f2;border-radius:6px;padding:2rem}.slide-preview-error .regenerate-button{position:static;opacity:1;background:#dc2626;color:#fff;border-color:#dc2626}.slide-preview-error .regenerate-button:hover{background:#b91c1c;border-color:#b91c1c;color:#fff}.slide-preview-loading{flex:1;display:flex;align-items:center;justify-content:center;color:#64748b;background:#f8fafc;border-radius:6px}.slide-preview-loading p{display:flex;align-items:center;gap:.5rem}.slide-preview-loading p:before{content:"";width:1rem;height:1rem;border:2px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.generation-progress{padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.progress-pending{background:#f8fafc;border-color:#e2e8f0}.progress-processing{background:#eff6ff;border-color:#93c5fd}.progress-completed{background:#f0fdf4;border-color:#86efac}.progress-failed{background:#fef2f2;border-color:#fca5a5}.progress-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.progress-icon{font-size:1.25rem}.progress-processing .progress-icon{animation:spin 1s linear infinite}.progress-status{font-weight:500;text-transform:capitalize}.progress-bar-container{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.progress-bar{height:100%;background:#3b82f6;border-radius:3px;transition:width .3s ease}.progress-step{margin:0;font-size:.875rem;color:#475569}.progress-error{margin:.5rem 0 0;font-size:.875rem;color:#dc2626}.slide-preview-page{max-width:1000px;margin:0 auto;padding:2rem}.slide-preview-page-loading,.slide-preview-page-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:#64748b}.slide-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;color:#64748b}.slide-breadcrumb a{color:#3b82f6;text-decoration:none}.slide-breadcrumb a:hover{text-decoration:underline}.slide-preview-page h1{margin:0 0 .75rem;font-size:1.5rem;font-weight:600;color:#1e293b}.slide-inclusion-toggle-container{margin-bottom:1.5rem}.slide-inclusion-label{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#64748b;-webkit-user-select:none;user-select:none}.slide-inclusion-label input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.slide-inclusion-checkmark{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:4px;border:2px solid #cbd5e1;background:#fff;transition:border-color .15s,background .15s}.slide-inclusion-checkmark:after{content:"";display:none;width:.3rem;height:.55rem;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.slide-inclusion-label.included .slide-inclusion-checkmark{border-color:#22c55e;background:#22c55e}.slide-inclusion-label.included .slide-inclusion-checkmark:after{display:block}.slide-inclusion-label.included{color:#15803d}.slide-inclusion-label:hover .slide-inclusion-checkmark{border-color:#94a3b8}.slide-inclusion-label.included:hover .slide-inclusion-checkmark{border-color:#16a34a;background:#16a34a}.generation-status-container{margin-bottom:1.5rem}.info-message{padding:1rem;margin-bottom:1rem;background:#eff6ff;border:1px solid #93c5fd;border-radius:6px;color:#1d4ed8}.error-message{padding:1rem;margin-bottom:1rem;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;color:#dc2626}.error-message strong{display:block;margin-bottom:.5rem}.error-message p{margin:0;font-size:.875rem}.generation-failed-container{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:1.5rem}.generation-failed-container .error-message{margin-bottom:0;text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:6px;border:none;cursor:pointer;transition:background .15s,opacity .15s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb}.success-message{padding:1rem;margin-bottom:1rem;background:#f0fdf4;border:1px solid #86efac;border-radius:6px;color:#15803d}.loading-spinner{width:2rem;height:2rem;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.prospect-tunnel-page{max-width:700px;margin:0 auto;padding:2rem}.tunnel-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.tunnel-header{padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.tunnel-header h1{margin:0 0 .375rem;font-size:1.5rem;font-weight:600;color:#1e293b}.tunnel-subtitle{margin:0;font-size:.875rem;color:#64748b}.tunnel-progress{padding:1rem 2rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;overflow-x:auto}.progress-steps{display:flex;gap:.25rem}.progress-step{display:flex;align-items:center;gap:.5rem;flex:1;padding:.5rem .75rem;background:none;border:none;cursor:default;border-radius:6px;transition:background .15s}.progress-step.done{cursor:pointer}.progress-step.done:hover{background:#e2e8f0}.progress-step:disabled{opacity:.5}.step-number{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:600;border-radius:50%;background:#e2e8f0;color:#64748b;flex-shrink:0}.progress-step.active .step-number{background:#3b82f6;color:#fff}.progress-step.done .step-number{background:#22c55e;color:#fff}.step-label{font-size:.75rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-step.active .step-label{color:#1e293b;font-weight:500}.progress-step.done .step-label{color:#475569}.tunnel-step{padding:2rem}.tunnel-step h2{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#1e293b}.step-description{margin:0 0 1.5rem;font-size:.875rem;color:#64748b}.sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.sector-option{padding:.875rem;font-size:.875rem;font-weight:500;text-align:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;color:#475569;transition:all .15s}.sector-option:hover{border-color:#3b82f6;color:#3b82f6}.sector-option.selected{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8}.tags-selection{display:flex;flex-direction:column;gap:.5rem}.tag-group-card{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.tag-group-card.expanded{border-color:#93c5fd}.tag-group-toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-align:left;background:#fff;border:none;cursor:pointer;color:#475569;transition:background .15s}.tag-group-toggle:hover{background:#f8fafc}.tag-group-name{flex:1}.tag-group-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;font-size:.75rem;font-weight:600;background:#3b82f6;color:#fff;border-radius:9999px}.chevron{font-size:.75rem;color:#94a3b8;transition:transform .2s}.chevron.open{transform:rotate(180deg)}.tag-group-content{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem 1rem;background:#f8fafc;border-top:1px solid #e2e8f0}.tag-option{padding:.375rem .75rem;font-size:.8125rem;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;cursor:pointer;color:#475569;transition:all .15s}.tag-option:hover{border-color:#3b82f6;color:#3b82f6}.tag-option.selected{background:#3b82f6;border-color:#3b82f6;color:#fff}.description-input textarea{width:100%;padding:1rem;font-size:.875rem;font-family:inherit;line-height:1.6;border:1px solid #e2e8f0;border-radius:8px;resize:vertical;transition:border-color .15s;box-sizing:border-box}.description-input textarea:focus{outline:none;border-color:#3b82f6}.description-input textarea::placeholder{color:#94a3b8}.budget-timeline{display:flex;flex-direction:column;gap:1.5rem}.option-section h3{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#475569}.options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem}.budget-option,.timeline-option{display:flex;flex-direction:column;align-items:center;gap:.125rem;padding:.75rem;font-size:.875rem;text-align:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;color:#475569;transition:all .15s}.budget-option:hover,.timeline-option:hover{border-color:#3b82f6}.budget-option.selected,.timeline-option.selected{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8}.option-label{font-weight:500}.option-desc{font-size:.75rem;color:#94a3b8}.timeline-option.selected .option-desc{color:#60a5fa}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.375rem}.form-field label{font-size:.875rem;font-weight:500;color:#475569}.form-field input{padding:.625rem .875rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:8px;transition:border-color .15s}.form-field input:focus{outline:none;border-color:#3b82f6}.form-field input::placeholder{color:#94a3b8}.contact-note{margin:0;padding:.75rem;font-size:.8125rem;color:#64748b;background:#f8fafc;border-radius:6px}.tunnel-navigation{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;background:#f8fafc;border-top:1px solid #e2e8f0}.nav-left,.nav-right{display:flex;gap:.75rem}.matched-project-card{display:flex;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:box-shadow .2s,border-color .2s}.matched-project-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.matched-project-rank{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;flex-shrink:0}.matched-project-content{flex:1;min-width:0}.matched-project-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.matched-project-title{margin:0 0 .25rem;font-size:1.125rem;font-weight:600;color:#1e293b}.matched-project-client{margin:0;font-size:.875rem;color:#64748b}.matched-project-overall-score{display:flex;flex-direction:column;align-items:center;padding:.5rem .75rem;background:#f0fdf4;border-radius:8px;flex-shrink:0}.overall-score-value{font-size:1.25rem;font-weight:700;color:#15803d}.overall-score-label{font-size:.625rem;font-weight:500;color:#22c55e;text-transform:uppercase;letter-spacing:.05em}.matched-project-tags{margin-bottom:1rem}.matched-project-scores{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem}.score-bar{display:flex;flex-direction:column;gap:.25rem}.score-bar-label{display:flex;justify-content:space-between;font-size:.75rem;color:#64748b}.score-bar-value{font-weight:600;color:#475569}.score-bar-track{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.score-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:3px;transition:width .3s ease}.matched-project-reasons{margin-bottom:1rem;padding:.75rem;background:#f8fafc;border-radius:8px}.matched-project-reasons h4{margin:0 0 .5rem;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.matched-project-reasons ul{margin:0;padding:0 0 0 1rem;font-size:.875rem;color:#475569}.matched-project-reasons li{margin-bottom:.25rem}.matched-project-reasons li:last-child{margin-bottom:0}.matched-project-link{display:inline-flex;align-items:center;font-size:.875rem;font-weight:500;color:#3b82f6;text-decoration:none;transition:color .15s}.matched-project-link:hover{color:#1d4ed8}.prospect-results-page{min-height:100vh;padding:2rem;background:#f8fafc}.results-container{max-width:800px;margin:0 auto}.results-header{text-align:center;margin-bottom:2rem;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d}.results-header h1{margin:0 0 .75rem;font-size:1.75rem;font-weight:700;color:#1e293b}.results-header p{margin:0;color:#64748b}.results-list{display:flex;flex-direction:column;gap:1rem}.result-skeleton{border-radius:12px;overflow:hidden}.results-error{text-align:center;padding:3rem 2rem;background:#fff;border-radius:16px}.results-error h2{margin:0 0 .75rem;font-size:1.5rem;color:#1e293b}.results-error p{margin:0 0 1.5rem;color:#64748b}.no-results{text-align:center;padding:3rem 2rem;background:#fff;border-radius:16px}.no-results h3{margin:0 0 .75rem;font-size:1.25rem;color:#1e293b}.no-results p{margin:0;color:#64748b}.results-footer{display:flex;justify-content:space-between;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.start-new-link,.browse-all-link{font-size:.875rem;font-weight:500;color:#3b82f6;text-decoration:none;transition:color .15s}.start-new-link:hover,.browse-all-link:hover{color:#1d4ed8}.disambiguation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:disambiguationFadeIn .2s ease-out}@keyframes disambiguationFadeIn{0%{opacity:0}to{opacity:1}}.disambiguation-dialog{background:#fff;border-radius:12px;padding:2rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:disambiguationSlideIn .3s ease-out}@keyframes disambiguationSlideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.disambiguation-header{margin-bottom:1.5rem}.disambiguation-title{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 .5rem}.disambiguation-subtitle{font-size:.95rem;color:#666;margin:0}.disambiguation-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.disambiguation-candidate{border:1px solid #e0e0e0;border-radius:8px;padding:1.25rem;cursor:pointer;transition:all .2s ease;background:#fff}.disambiguation-candidate:hover{border-color:#4a9eff;background:#f8fbff;box-shadow:0 2px 8px #4a9eff1a}.disambiguation-candidate:active{transform:scale(.98)}.disambiguation-candidate-name{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 .5rem}.disambiguation-candidate-details{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:#666;margin-bottom:.5rem}.disambiguation-candidate-detail{display:flex;gap:.5rem}.disambiguation-candidate-label{font-weight:500;color:#555;min-width:60px}.disambiguation-candidate-url{color:#4a9eff;text-decoration:none;word-break:break-all}.disambiguation-candidate-url:hover{text-decoration:underline}.disambiguation-candidate-description{font-size:.9rem;color:#666;line-height:1.4;margin-top:.5rem}.disambiguation-footer{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e0e0e0}.disambiguation-cancel-button{padding:.625rem 1.25rem;font-size:.95rem;font-weight:500;color:#666;background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;transition:all .2s ease}.disambiguation-cancel-button:hover{background:#f5f5f5;border-color:#999;color:#333}.disambiguation-cancel-button:active{transform:scale(.98)}.section-wrapper{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.section-wrapper__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.section-wrapper__header:hover{background:#fafafa}.section-wrapper__header-left{display:flex;align-items:center;gap:.75rem}.section-wrapper__header-right{display:flex;align-items:center;gap:.5rem}.section-wrapper__toggle{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.section-wrapper__toggle-icon{display:inline-block;font-size:.75rem;color:#888;transition:transform .2s;transform:rotate(90deg)}.section-wrapper__toggle--collapsed .section-wrapper__toggle-icon{transform:rotate(0)}.section-wrapper__title{font-size:1.1rem;font-weight:600;color:#333;margin:0}.section-status-badge{padding:.2rem .5rem;font-size:.75rem;font-weight:500;border-radius:10px}.section-status-badge--completed{color:#2d8a4e;background:#e6f5ec}.section-status-badge--failed{color:#c33;background:#fff0f0}.section-status-badge--generating{color:#b36b00;background:#fff4e0}.section-status-badge--pending,.section-status-badge--skipped{color:#888;background:#f0f0f0}.section-wrapper__spinner{display:inline-flex;align-items:center}.spinner{display:inline-block;width:16px;height:16px;border:2px solid #e0e0e0;border-top-color:#4a9eff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.section-wrapper__regenerate-btn{padding:.3rem .75rem;font-size:.8rem;font-weight:500;color:#c33;background:#fff;border:1px solid #cc3333;border-radius:6px;cursor:pointer;transition:all .2s}.section-wrapper__regenerate-btn:hover{background:#fff0f0}.section-wrapper__content{padding:0 1.5rem 1.5rem}.section-wrapper__notes{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e8e8e8}.section-wrapper__notes-label{display:block;font-size:.85rem;font-weight:500;color:#555;margin-bottom:.375rem}.section-wrapper__notes-textarea{width:100%;padding:.5rem .75rem;font-size:.9rem;border:1px solid #d0d0d0;border-radius:6px;resize:vertical;min-height:60px;transition:border-color .2s}.section-wrapper__notes-textarea:focus{outline:none;border-color:#4a9eff;box-shadow:0 0 0 3px #4a9eff1a}.section-wrapper__notes-save-btn{margin-top:.5rem;padding:.375rem .75rem;font-size:.8rem;font-weight:500;color:#fff;background:#4a9eff;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.section-wrapper__notes-save-btn:hover{background:#3a8eef}.company-profile-section{padding:.5rem 0}.company-profile-header{display:none}.company-profile-summary{font-size:.95rem;color:#555;line-height:1.6;margin-bottom:1.25rem;padding:.75rem;background:#f8f9fa;border-radius:6px;border-left:3px solid #4a9eff}.company-profile-summary p{margin:0}.company-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.25rem}.company-profile-field{margin-bottom:1rem}.company-profile-label{display:block;font-size:.8rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem}.company-profile-value{font-size:.95rem;color:#333}.company-profile-tags{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-wrap:wrap;gap:.375rem}.company-profile-tag{padding:.2rem .5rem;font-size:.8rem;color:#4a9eff;background:#e8f2ff;border-radius:4px}.company-profile-digital{background:#f8f9fa;border-radius:8px;padding:1rem;margin-bottom:1rem}.company-profile-digital-item{margin-bottom:.75rem}.company-profile-digital-item:last-child{margin-bottom:0}.company-profile-link{color:#4a9eff;text-decoration:none;word-break:break-all}.company-profile-link:hover{text-decoration:underline}.company-profile-list{margin:.25rem 0 0 1rem;padding:0;font-size:.9rem;color:#555}.company-profile-news{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.company-profile-news-card{background:#f8f9fa;border-radius:8px;padding:.75rem 1rem;border-left:3px solid #e0e0e0}.company-profile-news-title{font-size:.95rem;font-weight:600;color:#333;margin:0 0 .25rem}.company-profile-news-date{font-size:.8rem;color:#888;margin-bottom:.375rem}.company-profile-news-summary{font-size:.9rem;color:#555;line-height:1.5;margin:0 0 .375rem}.company-profile-news-link{font-size:.85rem;color:#4a9eff;text-decoration:none}.company-profile-news-link:hover{text-decoration:underline}.opportunities-section{padding:.5rem 0}.opportunities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.opportunities-card{background:#f8f9fa;border-radius:8px;padding:1rem 1.25rem;border:1px solid #e8e8e8;transition:border-color .2s}.opportunities-card:hover{border-color:#ccc}.opportunities-title{font-size:1rem;font-weight:600;color:#333;margin:0 0 .5rem}.opportunities-description{font-size:.9rem;color:#555;line-height:1.5;margin:0 0 .75rem}.opportunities-value{font-size:.85rem;color:#555;margin-bottom:.5rem}.opportunities-complexity{display:inline-block;padding:.15rem .5rem;font-size:.75rem;font-weight:500;border-radius:10px;text-transform:capitalize}.opportunities-complexity-low{color:#2d8a4e;background:#e6f5ec}.opportunities-complexity-medium{color:#b36b00;background:#fff4e0}.opportunities-complexity-high{color:#c33;background:#fff0f0}.opportunities-match{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e8e8e8;display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.opportunities-match-name{color:#555}.opportunities-match-score{color:#2d8a4e;font-weight:600}.opportunities-pitch{margin-top:.75rem;padding:.75rem;background:#f0f7ff;border-left:3px solid #4a9eff;border-radius:0 6px 6px 0;font-size:.85rem;color:#444}.opportunities-pitch strong{display:block;margin-bottom:.25rem;color:#333;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.opportunities-pitch p{margin:0;line-height:1.5}.strategy-section{padding:.5rem 0}.strategy-header{display:none}.strategy-pitch{font-size:.95rem;color:#333;line-height:1.6;padding:.75rem 1rem;background:#f0f7ff;border-radius:8px;border-left:3px solid #4a9eff;margin-bottom:1.25rem;font-style:italic}.strategy-subsection{margin-bottom:1.25rem}.strategy-subsection:last-child{margin-bottom:0}.strategy-subsection-title{font-size:.95rem;font-weight:600;color:#333;margin:0 0 .5rem}.strategy-list{margin:0;padding-left:1.25rem;font-size:.9rem;color:#555;line-height:1.7}.strategy-list li{margin-bottom:.25rem}.strategy-objections{display:flex;flex-direction:column;gap:.75rem}.strategy-objection-card{background:#f8f9fa;border-radius:8px;padding:.75rem 1rem;border-left:3px solid #e0e0e0}.strategy-objection-question{font-size:.9rem;font-weight:600;color:#c33;margin:0 0 .375rem}.strategy-objection-answer{font-size:.9rem;color:#555;line-height:1.5;margin:0}.strategy-guidance{font-size:.9rem;color:#555;line-height:1.6;padding:.75rem 1rem;background:#faf8f0;border-radius:8px;border-left:3px solid #d4a50a;margin-top:1rem}.refs-section{padding:.5rem 0}.refs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.refs-card{background:#f8f9fa;border-radius:8px;padding:1rem 1.25rem;border:1px solid #e8e8e8;position:relative}.refs-title{font-size:1rem;font-weight:600;color:#333;margin:0 0 .375rem;padding-right:3rem}.refs-match-score{position:absolute;top:1rem;right:1.25rem;font-size:.85rem;font-weight:600;color:#2d8a4e;background:#e6f5ec;padding:.2rem .5rem;border-radius:8px}.refs-client{font-size:.9rem;color:#555;margin:0 0 .375rem}.refs-sector{display:inline-block;padding:.15rem .5rem;font-size:.75rem;font-weight:500;color:#4a9eff;background:#e8f2ff;border-radius:4px;margin-bottom:.5rem}.refs-relevance{font-size:.85rem;color:#666;line-height:1.5;margin:0}.contact-profile-content{padding:.5rem 0}.contact-profile-content p{font-size:.9rem;color:#555;line-height:1.6;margin:0 0 .75rem}.contact-profile-content ul{margin:.25rem 0 .75rem 1rem;padding:0;font-size:.9rem;color:#555}.contact-profile-content li{margin-bottom:.25rem}.meeting-prep-card{background:#fff;border-radius:10px;padding:1.25rem 1.5rem;box-shadow:0 1px 3px #00000014;cursor:pointer;transition:all .2s;border:1px solid transparent}.meeting-prep-card:hover{border-color:#4a9eff;box-shadow:0 2px 8px #4a9eff1f}.meeting-prep-card:focus{outline:2px solid #4a9eff;outline-offset:2px}.meeting-prep-card__header{margin-bottom:.5rem}.meeting-prep-card__title{font-size:1.1rem;font-weight:600;color:#333;margin:0}.meeting-prep-card__body{display:flex;flex-direction:column;gap:.375rem}.meeting-prep-card__contact{font-size:.9rem;color:#555}.meeting-prep-card__contact-name{font-weight:500}.meeting-prep-card__contact-role{color:#888}.meeting-prep-card__badges{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center}.meeting-prep-card__meeting-type-badge{padding:.15rem .5rem;font-size:.75rem;font-weight:500;color:#4a9eff;background:#e8f2ff;border-radius:10px}.meeting-prep-card__status-badge{padding:.15rem .5rem;font-size:.75rem;font-weight:500;border-radius:10px}.meeting-prep-card__status-badge--completed{color:#2d8a4e;background:#e6f5ec}.meeting-prep-card__status-badge--generating,.meeting-prep-card__status-badge--partial{color:#b36b00;background:#fff4e0}.meeting-prep-card__status-badge--error{color:#c33;background:#fff0f0}.meeting-prep-card__status-badge--draft{color:#888;background:#f0f0f0}.meeting-prep-card__stale-badge{padding:.15rem .5rem;font-size:.7rem;font-weight:500;color:#b36b00;background:#fff4e0;border-radius:8px}.meeting-prep-card__date{font-size:.8rem;color:#888}.contact-profile-section{padding:.5rem 0}.contact-section-subsection{margin-bottom:1.25rem}.contact-section-subsection:last-child{margin-bottom:0}.contact-section-subsection-title{font-size:.95rem;font-weight:600;color:#333;margin:0 0 .375rem}.contact-section-text{font-size:.9rem;color:#555;line-height:1.6;margin:0}.contact-section-tags{display:flex;flex-wrap:wrap;gap:.375rem}.contact-section-tag{display:inline-block;padding:.2rem .5rem;font-size:.8rem;color:#4a9eff;background:#e8f2ff;border-radius:4px}.contact-section-list{margin:0;padding-left:1.25rem;font-size:.9rem;color:#555;line-height:1.7}.contact-section-list-item{margin-bottom:.25rem}.contact-section-badge{display:inline-block;padding:.25rem .75rem;font-size:.85rem;font-weight:500;color:#4a9eff;background:#e8f2ff;border-radius:12px}.meeting-prep-list-page{max-width:900px;margin:0 auto;padding:2rem 1rem}.meeting-prep-list-page .loading-state,.meeting-prep-list-page .error-state{text-align:center;padding:3rem 1rem;color:#666;font-size:.95rem}.meeting-prep-list-page .error-state{color:#c33}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.page-header h1{font-size:1.75rem;font-weight:700;color:#333;margin:0}.new-preparation-button{padding:.625rem 1.25rem;font-size:.95rem;font-weight:600;color:#fff;background:#4a9eff;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.new-preparation-button:hover{background:#3a8eef}.filters{display:flex;gap:.75rem;align-items:center;margin-bottom:1.5rem}.filters-loading{font-size:.8rem;color:#888;white-space:nowrap}.search-input{flex:1;padding:.625rem .75rem;font-size:.95rem;border:1px solid #d0d0d0;border-radius:6px;background:#fff;transition:border-color .2s}.search-input:focus{outline:none;border-color:#4a9eff;box-shadow:0 0 0 3px #4a9eff1a}.status-filter{padding:.625rem .75rem;font-size:.95rem;border:1px solid #d0d0d0;border-radius:6px;background:#fff;min-width:180px;cursor:pointer}.status-filter:focus{outline:none;border-color:#4a9eff}.meeting-prep-list{display:flex;flex-direction:column;gap:.75rem}.empty-state{text-align:center;padding:3rem 1rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014}.empty-state p{font-size:1rem;color:#888;margin:0 0 1rem}.create-first-button{padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#4a9eff;background:#fff;border:1px solid #4a9eff;border-radius:6px;cursor:pointer;transition:all .2s}.create-first-button:hover{background:#f0f7ff}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}.pagination-button{padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#4a9eff;background:#fff;border:1px solid #d0d0d0;border-radius:6px;cursor:pointer;transition:all .2s}.pagination-button:hover:not(:disabled){border-color:#4a9eff;background:#f0f7ff}.pagination-button:disabled{opacity:.4;cursor:not-allowed}.pagination-info{font-size:.9rem;color:#666}@media (max-width: 600px){.page-header{flex-direction:column;align-items:flex-start;gap:.75rem}.filters{flex-direction:column}.status-filter{min-width:auto}}.meeting-prep-form-page{max-width:720px;margin:0 auto;padding:2rem 1rem}.meeting-prep-form-header{margin-bottom:2rem}.meeting-prep-form-header h1{font-size:1.75rem;font-weight:700;color:#333;margin:0 0 .5rem}.meeting-prep-form-header p{color:#666;font-size:.95rem;margin:0}.meeting-prep-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #00000014}.meeting-prep-form__section{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.meeting-prep-form__section legend{font-weight:600;font-size:1.05rem;color:#333;padding:0 .5rem}.meeting-prep-form__field{margin-bottom:1rem}.meeting-prep-form__field:last-child{margin-bottom:0}.meeting-prep-form__field label{display:block;font-size:.9rem;font-weight:500;color:#555;margin-bottom:.375rem}.meeting-prep-form__field input,.meeting-prep-form__field select,.meeting-prep-form__field textarea{width:100%;padding:.625rem .75rem;font-size:.95rem;border:1px solid #d0d0d0;border-radius:6px;background:#fff;transition:border-color .2s}.meeting-prep-form__field input:focus,.meeting-prep-form__field select:focus,.meeting-prep-form__field textarea:focus{outline:none;border-color:#4a9eff;box-shadow:0 0 0 3px #4a9eff1a}.meeting-prep-form__field-row{display:flex;gap:.75rem}.meeting-prep-form__field-row input{flex:1}.meeting-prep-form__disambiguate-btn{padding:.625rem 1rem;font-size:.9rem;font-weight:500;color:#4a9eff;background:#fff;border:1px solid #4a9eff;border-radius:6px;cursor:pointer;white-space:nowrap;transition:all .2s}.meeting-prep-form__disambiguate-btn:hover:not(:disabled){background:#f0f7ff}.meeting-prep-form__disambiguate-btn:disabled{opacity:.5;cursor:not-allowed}.meeting-prep-form__field-error{font-size:.85rem;color:#c33;margin:.375rem 0 0}.meeting-prep-form__toggle-group{display:flex;gap:0;border:1px solid #d0d0d0;border-radius:6px;overflow:hidden}.meeting-prep-form__toggle-btn{flex:1;padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#555;background:#fff;border:none;border-right:1px solid #d0d0d0;cursor:pointer;transition:all .2s}.meeting-prep-form__toggle-btn:last-child{border-right:none}.meeting-prep-form__toggle-btn:hover:not(.meeting-prep-form__toggle-btn--active){background:#f5f5f5}.meeting-prep-form__toggle-btn--active{background:#4a9eff;color:#fff;font-weight:600}.meeting-prep-form__field-hint{font-size:.85rem;color:#888;margin:.375rem 0 0;font-style:italic}.meeting-prep-form__row{display:flex;gap:1rem}.meeting-prep-form__row .meeting-prep-form__field{flex:1}.meeting-prep-form__error{background:#fff0f0;color:#c33;padding:.75rem 1rem;border-radius:6px;font-size:.9rem;margin-bottom:1.5rem;border:1px solid #ffcccc}.meeting-prep-form__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.meeting-prep-form__cancel-btn{padding:.625rem 1.25rem;font-size:.95rem;font-weight:500;color:#666;background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;transition:all .2s}.meeting-prep-form__cancel-btn:hover{background:#f5f5f5;border-color:#999}.meeting-prep-form__submit-btn{padding:.625rem 1.5rem;font-size:.95rem;font-weight:600;color:#fff;background:#4a9eff;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.meeting-prep-form__submit-btn:hover:not(:disabled){background:#3a8eef}.meeting-prep-form__submit-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 600px){.meeting-prep-form__row{flex-direction:column;gap:0}.meeting-prep-form__field-row{flex-direction:column}}.meeting-prep-detail{max-width:900px;margin:0 auto;padding:2rem 1rem}.meeting-prep-detail.loading,.meeting-prep-detail.error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:1rem}.meeting-prep-detail.error button{padding:.5rem 1rem;font-size:.9rem;color:#4a9eff;background:#fff;border:1px solid #4a9eff;border-radius:6px;cursor:pointer}.meeting-prep-detail__header{background:#fff;border-radius:12px;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #00000014}.meeting-prep-detail__header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.meeting-prep-detail__back-btn{padding:.375rem .75rem;font-size:.9rem;color:#666;background:none;border:1px solid #ddd;border-radius:6px;cursor:pointer;transition:all .2s}.meeting-prep-detail__back-btn:hover{background:#f5f5f5;border-color:#999}.meeting-prep-detail__actions{display:flex;gap:.5rem}.meeting-prep-detail__refresh-btn{padding:.375rem .75rem;font-size:.85rem;font-weight:500;color:#4a9eff;background:#fff;border:1px solid #4a9eff;border-radius:6px;cursor:pointer;transition:all .2s}.meeting-prep-detail__refresh-btn:hover:not(:disabled){background:#f0f7ff}.meeting-prep-detail__refresh-btn:disabled{opacity:.5;cursor:not-allowed}.meeting-prep-detail__delete-btn{padding:.375rem .75rem;font-size:.85rem;font-weight:500;color:#c33;background:#fff;border:1px solid #cc3333;border-radius:6px;cursor:pointer;transition:all .2s}.meeting-prep-detail__delete-btn:hover{background:#fff0f0}.meeting-prep-detail__title{font-size:1.75rem;font-weight:700;color:#333;margin:0 0 .75rem}.meeting-prep-detail__meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:.5rem}.meeting-prep-detail__meta-item{font-size:.9rem;color:#555}.meeting-prep-detail__meta-badge{padding:.25rem .625rem;font-size:.8rem;font-weight:500;color:#4a9eff;background:#e8f2ff;border-radius:12px}.meeting-prep-detail__meta-badge--intermediary{color:#7c3aed;background:#ede9fe}.meeting-prep-detail__status-badge{padding:.25rem .625rem;font-size:.8rem;font-weight:500;border-radius:12px;text-transform:capitalize}.meeting-prep-detail__status-badge--completed{color:#2d8a4e;background:#e6f5ec}.meeting-prep-detail__status-badge--generating,.meeting-prep-detail__status-badge--partial{color:#b36b00;background:#fff4e0}.meeting-prep-detail__status-badge--error{color:#c33;background:#fff0f0}.meeting-prep-detail__status-badge--draft{color:#666;background:#f0f0f0}.meeting-prep-detail__date{font-size:.85rem;color:#888;margin-top:.25rem}.meeting-prep-detail__stale-badge{display:inline-block;margin-left:.5rem;padding:.125rem .5rem;font-size:.75rem;font-weight:500;color:#b36b00;background:#fff4e0;border-radius:8px}.meeting-prep-detail__context{margin-top:.75rem;font-size:.9rem;color:#555;padding:.75rem;background:#fafafa;border-radius:6px;border-left:3px solid #4a9eff}.meeting-prep-detail__progress{background:#fff;border-radius:12px;padding:1.25rem 2rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #00000014}.meeting-prep-detail__progress-bar{height:8px;background:#e8e8e8;border-radius:4px;overflow:hidden}.meeting-prep-detail__progress-fill{height:100%;background:#4a9eff;border-radius:4px;transition:width .5s ease}.meeting-prep-detail__progress-text{font-size:.85rem;color:#666;margin:.5rem 0 0;text-align:center}.meeting-prep-detail__error{background:#fff0f0;color:#c33;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;margin-bottom:1.5rem;border:1px solid #ffcccc}.meeting-prep-detail__sections{display:flex;flex-direction:column;gap:1rem}.meeting-prep-detail__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}.meeting-prep-detail__modal{background:#fff;border-radius:12px;padding:2rem;max-width:440px;width:90%;box-shadow:0 20px 60px #0000004d}.meeting-prep-detail__modal h3{margin:0 0 .75rem;font-size:1.2rem;color:#333}.meeting-prep-detail__modal p{font-size:.95rem;color:#555;margin:0 0 1.5rem}.meeting-prep-detail__modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.meeting-prep-detail__modal-actions button{padding:.5rem 1rem;font-size:.9rem;border-radius:6px;cursor:pointer;transition:all .2s}.meeting-prep-detail__modal-actions button:first-child{color:#666;background:#fff;border:1px solid #ddd}.meeting-prep-detail__modal-actions button:first-child:hover{background:#f5f5f5}.meeting-prep-detail__modal-delete{color:#fff!important;background:#c33!important;border:none!important;font-weight:600}.meeting-prep-detail__modal-delete:hover{background:#b52828!important}.meeting-prep-detail__contact-edit-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:disambiguationFadeIn .2s ease-out}.meeting-prep-detail__contact-edit-modal{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:90%;box-shadow:0 20px 60px #0000004d;animation:disambiguationSlideIn .3s ease-out}.meeting-prep-detail__contact-edit-modal h3{margin:0 0 1.25rem;font-size:1.2rem;color:#333}.meeting-prep-detail__contact-edit-row{display:flex;gap:.75rem;margin-bottom:.75rem}.meeting-prep-detail__contact-edit-field{display:flex;flex-direction:column;gap:.25rem;flex:1}.meeting-prep-detail__contact-edit-field label{font-size:.8rem;font-weight:500;color:#555}.meeting-prep-detail__contact-edit-field input{padding:.5rem .75rem;font-size:.9rem;border:1px solid #d0d0d0;border-radius:6px;transition:border-color .2s}.meeting-prep-detail__contact-edit-field input:focus{outline:none;border-color:#4a9eff;box-shadow:0 0 0 3px #4a9eff1a}.meeting-prep-detail__contact-edit-role-row{display:flex;gap:.5rem;margin-bottom:1.25rem}.meeting-prep-detail__contact-edit-role-row input{flex:1;padding:.5rem .75rem;font-size:.9rem;border:1px solid #d0d0d0;border-radius:6px;transition:border-color .2s}.meeting-prep-detail__contact-edit-role-row input:focus{outline:none;border-color:#4a9eff;box-shadow:0 0 0 3px #4a9eff1a}.meeting-prep-detail__contact-verify-btn{padding:.5rem .75rem;font-size:.85rem;font-weight:500;color:#4a9eff;background:#fff;border:1px solid #4a9eff;border-radius:6px;cursor:pointer;white-space:nowrap;transition:all .2s}.meeting-prep-detail__contact-verify-btn:hover:not(:disabled){background:#f0f7ff}.meeting-prep-detail__contact-verify-btn:disabled{opacity:.5;cursor:not-allowed}.meeting-prep-detail__contact-edit-actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid #e8e8e8}.meeting-prep-detail__contact-edit-actions button{padding:.5rem 1rem;font-size:.9rem;border-radius:6px;cursor:pointer;transition:all .2s}.meeting-prep-detail__contact-cancel-btn{color:#666;background:#fff;border:1px solid #ddd}.meeting-prep-detail__contact-cancel-btn:hover{background:#f5f5f5}.meeting-prep-detail__contact-save-btn{color:#fff;background:#4a9eff;border:none;font-weight:600}.meeting-prep-detail__contact-save-btn:hover:not(:disabled){background:#3a8eef}.meeting-prep-detail__contact-save-btn:disabled{opacity:.5;cursor:not-allowed}.meeting-prep-detail__edit-contact-btn{padding:.2rem .5rem;font-size:.8rem;color:#4a9eff;background:none;border:1px solid #4a9eff;border-radius:4px;cursor:pointer;transition:all .2s}.meeting-prep-detail__edit-contact-btn:hover{background:#f0f7ff}@media (max-width: 600px){.meeting-prep-detail__header-top{flex-direction:column;align-items:flex-start;gap:.75rem}.meeting-prep-detail__meta{flex-direction:column;align-items:flex-start}}.company-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:10px;text-decoration:none;color:inherit;overflow:hidden;transition:box-shadow .2s,border-color .2s,transform .2s}.company-card:hover{border-color:#cbd5e1;box-shadow:0 6px 20px #0f172a14;transform:translateY(-2px)}.company-card:focus{outline:2px solid #3b82f6;outline-offset:2px}.company-card:focus:not(:focus-visible){outline:none}.company-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--engagement-color, #e2e8f0);transition:width .2s}.company-card:hover:before{width:5px}.company-card[data-engagement=high]{--engagement-color: #3b82f6}.company-card[data-engagement=medium]{--engagement-color: #10b981}.company-card[data-engagement=low]{--engagement-color: #f59e0b}.company-card[data-engagement=none]{--engagement-color: #e2e8f0}.company-card-primary{padding:1.25rem 1.25rem 1rem 1.5rem;border-bottom:1px solid #f1f5f9}.company-card-name{margin:0 0 .375rem;font-size:1.125rem;font-weight:700;color:#0f172a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.company-card-category{display:inline-block;padding:.1875rem .5rem;font-size:.75rem;font-weight:600;border-radius:4px;white-space:nowrap;background:#f1f5f9;color:#475569}.cat-esn{background:#dbeafe;color:#1e40af}.cat-editeur{background:#f3e8ff;color:#6b21a8}.cat-conseil{background:#d1fae5;color:#065f46}.cat-client-final{background:#fef3c7;color:#92400e}.cat-startup{background:#fce7f3;color:#9d174d}.cat-grand-groupe{background:#e0e7ff;color:#3730a3}.cat-agence{background:#ccfbf1;color:#115e59}.cat-institutionnel{background:#f1f5f9;color:#334155}.cat-other{background:#f1f5f9;color:#475569}.company-card-metrics{display:flex;gap:1rem;padding:.875rem 1.25rem .875rem 1.5rem;border-bottom:1px solid #f1f5f9}.company-card-metric{display:flex;flex-direction:column;align-items:center;gap:.125rem;min-width:0}.company-card-metric .metric-value{font-size:1.25rem;font-weight:700;color:#0f172a;line-height:1.2}.company-card-metric .metric-label{font-size:.6875rem;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.company-card-metadata{display:flex;flex-wrap:wrap;gap:.375rem;padding:.625rem 1.25rem .625rem 1.5rem;background:#f8fafc}.company-card-metadata .metadata-item{padding:.1875rem .5rem;font-size:.75rem;font-weight:500;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:4px;white-space:nowrap}.metadata-sector{color:#7c3aed;border-color:#ddd6fe;background:#f5f3ff}.metadata-size{color:#92400e;border-color:#fde68a;background:#fffbeb}.metadata-website{color:#059669;border-color:#a7f3d0;background:#f0fdf4}.company-card-enrichment{margin-top:auto;padding:.375rem 1.25rem .375rem 1.5rem;font-size:.6875rem;font-weight:600;color:#8b5cf6;background:#faf5ff;border-top:1px solid #f1f5f9;text-transform:uppercase;letter-spacing:.03em}.company-form{display:flex;flex-direction:column;gap:1rem}.company-form__field{display:flex;flex-direction:column;gap:.375rem}.company-form__field label{font-size:.875rem;font-weight:500;color:#475569}.company-form__field input,.company-form__field select,.company-form__field textarea{padding:.625rem .75rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:6px;outline:none;transition:border-color .2s;font-family:inherit}.company-form__field input:focus,.company-form__field select:focus,.company-form__field textarea:focus{border-color:#3b82f6}.company-form__field textarea{resize:vertical;min-height:4rem}.company-form__duplicates{padding:.75rem;background:#fef3c7;border:1px solid #fcd34d;border-radius:6px;font-size:.8125rem;color:#92400e}.company-form__duplicates p{margin:0 0 .375rem;font-weight:500}.company-form__duplicates ul{margin:0;padding-left:1.25rem}.company-form__duplicates li{margin-bottom:.25rem}.duplicate-category{color:#b45309;font-style:italic}.company-form__actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.company-form__cancel{padding:.625rem 1rem;font-size:.875rem;font-weight:500;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:background .2s}.company-form__cancel:hover:not(:disabled){background:#f8fafc}.company-form__submit{padding:.625rem 1rem;font-size:.875rem;font-weight:500;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.company-form__submit:hover:not(:disabled){background:#2563eb}.company-form__submit:disabled{opacity:.6;cursor:not-allowed}.company-form__delete{padding:.625rem 1rem;font-size:.875rem;font-weight:500;background:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.company-form__delete:hover:not(:disabled){background:#dc2626}.company-form__delete:disabled{opacity:.6;cursor:not-allowed}.relation-counts{margin:.5rem 0;padding-left:1.25rem;font-size:.875rem;color:#64748b}.relation-counts li{margin-bottom:.25rem}.companies-page{max-width:1200px;margin:0 auto;padding:2rem}.companies-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.companies-header h1{margin:0;font-size:1.75rem;font-weight:600;color:#1e293b}.companies-count{font-size:.875rem;color:#64748b}.companies-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.companies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.companies-empty{text-align:center;padding:3rem 1rem;color:#64748b}.companies-empty p{margin:0 0 .5rem;font-size:1rem}.companies-empty-hint{font-size:.875rem;color:#94a3b8}.companies-load-more{display:flex;justify-content:center;margin-top:1.5rem}.load-more-button{padding:.625rem 1.5rem;font-size:.875rem;font-weight:500;background:#fff;color:#3b82f6;border:1px solid #3b82f6;border-radius:6px;cursor:pointer;transition:background .2s}.load-more-button:hover:not(:disabled){background:#eff6ff}.load-more-button:disabled{opacity:.6;cursor:not-allowed}.companies-header-actions{display:flex;gap:.5rem}.companies-page .confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.companies-page .confirm-dialog{background:#fff;border-radius:12px;padding:1.5rem;max-width:480px;width:90%;box-shadow:0 20px 60px #00000026}.companies-page .confirm-dialog h3{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;color:#1e293b}.companies-page .confirm-dialog p{margin:0 0 1.25rem;font-size:.875rem;color:#64748b;line-height:1.5}.companies-page .confirm-actions{display:flex;gap:.5rem;justify-content:flex-end}.companies-page .sync-banner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;color:#1d4ed8;font-size:.875rem;font-weight:500}.companies-page .sync-spinner{width:16px;height:16px;border:2px solid #bfdbfe;border-top-color:#3b82f6;border-radius:50%;animation:companies-spin .8s linear infinite;flex-shrink:0}@keyframes companies-spin{to{transform:rotate(360deg)}}.cd-page{max-width:960px;margin:0 auto;padding:2rem}.cd-breadcrumb{margin-bottom:1.5rem;font-size:.875rem;color:#64748b}.cd-breadcrumb a{color:#3b82f6;text-decoration:none}.cd-breadcrumb a:hover{text-decoration:underline}.cd-breadcrumb-sep{margin:0 .5rem;color:#cbd5e1}.cd-edit{margin-bottom:2rem}.cd-edit h1{margin:0 0 1.5rem;font-size:1.5rem;font-weight:600;color:#1e293b}.cd-hero{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;margin-bottom:1.5rem}.cd-hero:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--cat-color, #94a3b8)}.cd-hero[data-category=esn]{--cat-color: #1e40af}.cd-hero[data-category=editeur]{--cat-color: #6b21a8}.cd-hero[data-category=conseil]{--cat-color: #065f46}.cd-hero[data-category=client-final]{--cat-color: #92400e}.cd-hero[data-category=startup]{--cat-color: #9d174d}.cd-hero[data-category=grand-groupe]{--cat-color: #3730a3}.cd-hero[data-category=agence]{--cat-color: #115e59}.cd-hero[data-category=institutionnel]{--cat-color: #334155}.cd-hero[data-category=other]{--cat-color: #475569}.cd-hero-primary{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.5rem 1.5rem 1.25rem 2rem}.cd-hero-identity{display:flex;flex-direction:column;gap:.5rem;min-width:0}.cd-hero-name{margin:0;font-size:1.75rem;font-weight:700;color:#0f172a;line-height:1.2}.cd-hero-category{display:inline-block;align-self:flex-start;padding:.25rem .625rem;font-size:.8125rem;font-weight:600;border-radius:6px;white-space:nowrap;background:#f1f5f9;color:#475569}.cd-hero-category.cat-esn{background:#dbeafe;color:#1e40af}.cd-hero-category.cat-editeur{background:#f3e8ff;color:#6b21a8}.cd-hero-category.cat-conseil{background:#d1fae5;color:#065f46}.cd-hero-category.cat-client-final{background:#fef3c7;color:#92400e}.cd-hero-category.cat-startup{background:#fce7f3;color:#9d174d}.cd-hero-category.cat-grand-groupe{background:#e0e7ff;color:#3730a3}.cd-hero-category.cat-agence{background:#ccfbf1;color:#115e59}.cd-hero-category.cat-institutionnel{background:#f1f5f9;color:#334155}.cd-hero-category.cat-other{background:#f1f5f9;color:#475569}.cd-hero-actions{display:flex;gap:.5rem;flex-shrink:0}.cd-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#f1f5f9;border-top:1px solid #f1f5f9}.cd-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem;background:#fff}.cd-stat-value{font-size:1.5rem;font-weight:700;color:#0f172a;line-height:1}.cd-stat-label{font-size:.6875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.cd-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:1.5rem}.cd-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.cd-info-card-title{margin:0;padding:1rem 1.25rem;font-size:.9375rem;font-weight:600;color:#1e293b;border-bottom:1px solid #f1f5f9}.cd-info-card-content{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.cd-field{display:flex;flex-direction:column;gap:.25rem}.cd-field-label{font-size:.6875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.cd-field-value{font-size:.9375rem;color:#1e293b;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.cd-field-empty{color:#94a3b8;font-style:italic}.cd-source-badge{display:inline-flex;align-items:center;padding:.125rem .375rem;font-size:.625rem;font-weight:700;background:#faf5ff;color:#8b5cf6;border:1px solid #ddd6fe;border-radius:3px;text-transform:uppercase;letter-spacing:.04em}.cd-link-external{color:#3b82f6;text-decoration:none;word-break:break-all}.cd-link-external:hover{text-decoration:underline}.cd-enrichment-source{display:inline-block;padding:.25rem .625rem;font-size:.8125rem;font-weight:500;border-radius:4px}.cd-enrichment-source[data-source=perplexity]{background:#dbeafe;color:#1e40af}.cd-enrichment-source[data-source=gemini]{background:#f3e8ff;color:#6b21a8}.cd-empty-state{text-align:center;padding:1rem 0}.cd-empty-state p{margin:0;font-size:.875rem;color:#94a3b8}.cd-empty-hint{margin-top:.5rem;font-size:.8125rem;color:#cbd5e1}.cd-notes-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;margin-bottom:1.5rem}.cd-notes-card-title{margin:0;padding:1rem 1.25rem;font-size:.9375rem;font-weight:600;color:#1e293b;border-bottom:1px solid #f1f5f9}.cd-notes-card-content{padding:1.25rem}.cd-notes-text{margin:0;font-size:.9375rem;color:#475569;line-height:1.6;white-space:pre-wrap}.cd-relations{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.cd-relations-title{margin:0;padding:1rem 1.25rem;font-size:.9375rem;font-weight:600;color:#1e293b;border-bottom:1px solid #f1f5f9}.cd-relations-empty{padding:2rem;text-align:center}.cd-relations-empty p{margin:0;color:#94a3b8;font-style:italic;font-size:.875rem}.cd-relation-section{border-bottom:1px solid #f1f5f9}.cd-relation-section:last-child{border-bottom:none}.cd-relation-section-title{display:flex;align-items:center;gap:.5rem;margin:0;padding:.875rem 1.25rem;font-size:.8125rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.03em;background:#f8fafc}.cd-relation-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.375rem;height:1.375rem;padding:0 .375rem;font-size:.6875rem;font-weight:700;color:#475569;background:#e2e8f0;border-radius:9999px}.cd-relation-list{display:flex;flex-direction:column}.cd-relation-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.25rem;border-bottom:1px solid #f8fafc;text-decoration:none;color:inherit;transition:background .15s}.cd-relation-item:last-child{border-bottom:none}a.cd-relation-item:hover{background:#f8fafc}.cd-relation-item-name{font-size:.875rem;font-weight:500;color:#1e293b;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}a.cd-relation-item .cd-relation-item-name{color:#3b82f6}a.cd-relation-item:hover .cd-relation-item-name{text-decoration:underline}.cd-relation-status{flex-shrink:0;padding:.1875rem .5rem;font-size:.6875rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.02em;background:#f1f5f9;color:#64748b}.cd-relation-status.status-active{background:#dbeafe;color:#1d4ed8}.cd-relation-status.status-completed{background:#dcfce7;color:#15803d}.cd-relation-status.status-cancelled{background:#fef2f2;color:#dc2626}.cd-relation-status.status-archived,.cd-relation-status.status-draft{background:#f1f5f9;color:#64748b}.cd-relation-status.status-ready{background:#dbeafe;color:#1d4ed8}.cd-relation-status.status-sent{background:#fef3c7;color:#92400e}.cd-relation-status.status-won{background:#dcfce7;color:#15803d}.cd-relation-status.status-lost{background:#fef2f2;color:#dc2626}.cd-relation-status.status-pending{background:#fef3c7;color:#92400e}@media (max-width: 768px){.cd-hero-primary{flex-direction:column;gap:1rem}.cd-hero-actions{width:100%;flex-wrap:wrap}.cd-hero-stats{grid-template-columns:repeat(2,1fr)}.cd-hero-name{font-size:1.375rem}}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.confirm-dialog{background:#fff;border-radius:12px;padding:1.5rem;max-width:420px;width:90%;box-shadow:0 20px 60px #00000026}.confirm-dialog h3{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;color:#1e293b}.confirm-dialog p{margin:0 0 1rem;font-size:.875rem;color:#64748b;line-height:1.5}.confirm-actions{display:flex;gap:.5rem;justify-content:flex-end}.create-company-dialog{background:#fff;border-radius:12px;padding:1.5rem;max-width:560px;width:90%;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.create-company-dialog h2{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#1e293b}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;color:#333;background-color:#f5f5f5}a{color:#4a9eff;text-decoration:none}a:hover{text-decoration:underline}button,input,textarea,select{font-family:inherit}
