*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container{margin:0 auto;max-width:1400px;padding:20px}.dashboard{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;margin-top:20px;padding:30px}.header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:28px;font-weight:700}.nav{display:flex;gap:30px}.nav-item{color:#666;cursor:pointer;font-weight:500;text-decoration:none;transition:color .3s}.nav-item.active,.nav-item:hover{color:#667eea}.grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:30px}.card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:20px;transition:transform .3s,box-shadow .3s}.card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.card-title{color:#333;font-size:18px;font-weight:600}.badge{border-radius:20px;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.badge-success{background:#d4f4dd;color:#22c55e}.badge-warning{background:#fef3c7;color:#f59e0b}.badge-danger{background:#fee2e2;color:#ef4444}.badge-info{background:#dbeafe;color:#3b82f6}.score-card{padding:30px;text-align:center}.score{font-size:48px;font-weight:700;margin:10px 0}.score-label{color:#666;font-size:14px}.stakeholder-card{align-items:center;background:#f9fafb;border-radius:10px;display:flex;margin-bottom:10px;padding:15px;transition:background .3s}.stakeholder-card:hover{background:#f3f4f6}.avatar{border-radius:50%;height:50px;margin-right:15px;width:50px}.stakeholder-info{flex:1 1}.stakeholder-name{color:#333;font-weight:600;margin-bottom:4px}.stakeholder-title{color:#666;font-size:14px}.influence-score{text-align:right}.influence-bar{background:#e5e7eb;border-radius:3px;height:6px;margin-top:5px;overflow:hidden;width:60px}.influence-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .3s}.needs-list{list-style:none}.need-item{background:#f9fafb;border-left:4px solid #0000;border-radius:10px;margin-bottom:10px;padding:15px;transition:all .3s}.need-item.high-priority{border-left-color:#ef4444}.need-item.medium-priority{border-left-color:#f59e0b}.need-item.low-priority{border-left-color:#22c55e}.need-item:hover{background:#f3f4f6;transform:translateX(5px)}.need-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:8px}.need-title{color:#333;font-weight:600}.need-meta{color:#666;display:flex;font-size:14px;gap:15px}.action-plan{background:#f9fafb;border-radius:10px;margin-bottom:15px;padding:20px}.progress-bar{background:#e5e7eb;border-radius:4px;height:8px;margin:15px 0;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .5s ease}.milestones{margin-top:20px}.milestone{align-items:center;background:#fff;border-radius:8px;display:flex;margin-bottom:8px;padding:10px;transition:all .3s}.milestone:hover{box-shadow:0 2px 10px #0000001a}.milestone-checkbox{cursor:pointer;height:20px;margin-right:12px;width:20px}.milestone-text{color:#333;flex:1 1}.milestone-date{color:#666;font-size:14px}.milestone.completed .milestone-text{color:#999;text-decoration:line-through}.button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:transform .3s,box-shadow .3s}.button:hover{box-shadow:0 4px 20px #667eea66;transform:translateY(-2px)}.button-secondary{background:#f3f4f6;color:#333}.button-secondary:hover{background:#e5e7eb}.search-bar{border:2px solid #e5e7eb;border-radius:10px;font-size:16px;max-width:400px;padding:12px 20px;transition:border-color .3s;width:100%}.search-bar:focus{border-color:#667eea;outline:none}.tabs{border-bottom:2px solid #f0f0f0;display:flex;gap:20px;margin-bottom:25px}.tab{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:16px;font-weight:500;padding:12px 0;transition:all .3s}.tab:hover{color:#333}.tab.active{border-bottom-color:#667eea;color:#667eea}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;padding:20px;text-align:center}.stat-value{font-size:36px;font-weight:700;margin-bottom:5px}.stat-label{font-size:14px;opacity:.9}.org-chart{align-items:center;background:#f9fafb;border-radius:12px;display:flex;justify-content:center;min-height:400px;padding:30px}.meeting-recap{background:#f9fafb;border-radius:10px;margin-bottom:15px;padding:20px}.recap-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:15px}.recap-title{color:#333;font-size:18px;font-weight:600}.recap-meta{color:#666;display:flex;font-size:14px;gap:15px;margin-top:5px}.recap-section{margin-top:20px}.recap-section h4{color:#666;font-size:14px;font-weight:600;margin-bottom:10px;text-transform:uppercase}.recap-list{list-style:none;margin-left:0}.recap-list li{color:#333;padding:8px 0 8px 20px;position:relative}.recap-list li:before{color:#667eea;content:"•";font-weight:700;left:0;position:absolute}.action-item{align-items:center;background:#fff;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:8px;padding:10px}.action-item-text{flex:1 1}.action-item-owner{color:#666;font-size:14px;margin-right:15px}.portfolio-item{background:#fff;border:2px solid #f0f0f0;border-radius:10px;margin-bottom:10px;padding:15px;transition:all .3s}.portfolio-item:hover{border-color:#667eea;box-shadow:0 4px 20px #0000001a}.portfolio-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:10px}.portfolio-title{color:#333;font-weight:600;margin-bottom:5px}.portfolio-type{background:#f3f4f6;border-radius:6px;font-size:12px;font-weight:600;padding:4px 10px;text-transform:uppercase}.portfolio-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.tag{background:#e0e7ff;border-radius:6px;color:#4c51bf;font-size:12px;padding:4px 10px}.portfolio-stats{color:#666;display:flex;font-size:14px;gap:20px;margin-top:10px}.alert{align-items:center;border-radius:10px;display:flex;gap:15px;margin-bottom:20px;padding:15px 20px}.alert-new{background:#dbeafe;border-left:4px solid #3b82f6;color:#1e40af}.alert-risk{background:#fee2e2;border-left:4px solid #ef4444;color:#991b1b}.alert-success{background:#d4f4dd;border-left:4px solid #22c55e;color:#166534}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.pulse{animation:pulse 2s infinite}.loading{align-items:center;color:#666;display:flex;justify-content:center;min-height:200px}.empty-state{color:#999;padding:40px;text-align:center}.tooltip{display:inline-block;position:relative}.tooltip .tooltiptext{background-color:#333;border-radius:6px;bottom:125%;color:#fff;font-size:14px;left:50%;margin-left:-100px;opacity:0;padding:8px;position:absolute;text-align:center;transition:opacity .3s;visibility:hidden;width:200px;z-index:1}.tooltip:hover .tooltiptext{opacity:1;visibility:visible}
/*# sourceMappingURL=main.bbfb53de.css.map*/