@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden}#root{margin:0;padding:0;width:100%;height:100%}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 221.2 83.2% 53.3%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96%;--secondary-foreground: 222.2 84% 4.9%;--muted: 210 40% 96%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96%;--accent-foreground: 222.2 84% 4.9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 221.2 83.2% 53.3%;--radius: .5rem;--sidebar-width: 16rem;--sidebar-width-mobile: 18rem;--sidebar-width-icon: 3rem;--sidebar-background: 0 0% 100%;--sidebar-foreground: 222.2 84% 4.9%;--sidebar-border: 214.3 31.8% 91.4%;--sidebar-accent: 210 40% 96%;--sidebar-accent-foreground: 222.2 84% 4.9%;--app-market-primary: 221.2 83.2% 53.3%;--app-market-secondary: 210 40% 96%;--app-market-accent: 47.9 95.8% 53.1%;--app-market-muted: 210 40% 96%;--app-market-border: 214.3 31.8% 91.4%;--app-market-ring: 221.2 83.2% 53.3%;--app-market-destructive: 0 84.2% 60.2%;--app-market-success: 142.1 76.2% 36.3%;--app-market-warning: 38 92% 50%;--app-market-info: 199.4 89.1% 48.4%;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem}.bg-card{background-color:hsl(var(--card))}.text-card-foreground{color:hsl(var(--card-foreground))}.bg-muted{background-color:hsl(var(--muted))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.bg-primary{background-color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.bg-secondary{background-color:hsl(var(--secondary))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.border{border:1px solid hsl(var(--border))}.border-input{border-color:hsl(var(--input))}.border-ring{border-color:hsl(var(--ring))}.bg-sidebar{background-color:hsl(var(--sidebar-background))}.text-sidebar-foreground{color:hsl(var(--sidebar-foreground))}.border-sidebar-border{border-color:hsl(var(--sidebar-border))}.bg-sidebar-accent{background-color:hsl(var(--sidebar-accent))}.text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))}.bg-app-market-primary{background-color:hsl(var(--app-market-primary))}.text-app-market-primary{color:hsl(var(--app-market-primary))}.bg-app-market-secondary{background-color:hsl(var(--app-market-secondary))}.text-app-market-secondary{color:hsl(var(--app-market-secondary))}.bg-app-market-accent{background-color:hsl(var(--app-market-accent))}.text-app-market-accent{color:hsl(var(--app-market-accent))}.bg-app-market-muted{background-color:hsl(var(--app-market-muted))}.text-app-market-muted{color:hsl(var(--app-market-muted))}.border-app-market-border{border-color:hsl(var(--app-market-border))}.ring-app-market-ring{--tw-ring-color: hsl(var(--app-market-ring))}.bg-app-market-destructive{background-color:hsl(var(--app-market-destructive))}.text-app-market-destructive{color:hsl(var(--app-market-destructive))}.bg-app-market-success{background-color:hsl(var(--app-market-success))}.text-app-market-success{color:hsl(var(--app-market-success))}.bg-app-market-warning{background-color:hsl(var(--app-market-warning))}.text-app-market-warning{color:hsl(var(--app-market-warning))}.bg-app-market-info{background-color:hsl(var(--app-market-info))}.text-app-market-info{color:hsl(var(--app-market-info))}.app-market-container{min-height:100vh;background:linear-gradient(135deg,hsl(var(--background)),hsl(var(--muted)))}.app-market-header{background:hsl(var(--card));border-bottom:1px solid hsl(var(--border));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-market-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + 2px);transition:all .2s ease-in-out}.app-market-card:hover{border-color:hsl(var(--ring));box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.app-market-button{border-radius:var(--radius);font-weight:500;transition:all .2s ease-in-out}.app-market-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.app-market-input{border-radius:var(--radius);border:1px solid hsl(var(--input));transition:all .2s ease-in-out}.app-market-input:focus{border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}@media (max-width: 768px){.app-market-container{padding:1rem}.app-market-card{margin-bottom:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app-market-fade-in{animation:fadeIn .5s ease-out}.app-market-slide-in{animation:slideIn .3s ease-out}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.aspect-video{aspect-ratio:16 / 9}.aspect-square{aspect-ratio:1 / 1}.main-content-container{background:#f5f5f5;min-height:calc(100vh - 200px);padding:10px;font-family:Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}.main-content-cards{display:flex;flex-direction:column;justify-content:center;margin-top:0;padding:0;width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.row-layer-label{position:absolute;top:-.5rem;left:0;font-size:.6rem;font-weight:400;color:#999;opacity:.6;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimHei,sans-serif;z-index:10;pointer-events:none}.cards-grid-container{position:relative;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:1.5rem;max-width:1000px;width:100%;padding:.5rem 1rem 0;margin:0 auto}.grid-row{position:relative;display:contents}.main-content-cards .cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;width:100%;padding:0 1rem;margin:0 auto}.main-content-card{width:100%;height:8rem;background:#fff;border-radius:.625rem;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.25rem;transition:all .3s ease}.main-content-card.clickable{cursor:pointer}.main-content-card.clickable:hover{transform:translateY(-2px);box-shadow:0 8px 12px #00000026}.main-content-card .main-content-card-title{color:#333;font-size:1.125rem;font-weight:700;margin-bottom:.75rem;text-align:center;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimHei,sans-serif}.main-content-card .main-content-card-description{color:#666;font-size:.875rem;text-align:center;line-height:1.5;max-width:18rem;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimHei,sans-serif}@media (max-width: 768px){.cards-grid-container{grid-template-columns:1fr;grid-template-rows:auto;gap:1rem;padding:1rem .5rem 0}.main-content-card{height:6rem;padding:1rem}.main-content-card .main-content-card-title{font-size:1rem;margin-bottom:.5rem}.main-content-card .main-content-card-description{font-size:.75rem}.row-layer-label{top:-.75rem;left:0;font-size:.55rem;opacity:.5}}@media (min-width: 769px) and (max-width: 1023px){.cards-grid-container{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:1.25rem;padding:1.25rem 1rem 0}.main-content-card{height:7rem}.main-content-card .card-title{font-size:1.1rem}.main-content-card .card-description{font-size:.8rem}}@media (min-width: 1024px){.cards-grid-container{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:1.5rem;padding:1.5rem 1rem 0}.main-content-card{height:8rem}.main-content-card .card-title{font-size:1.25rem}.main-content-card .card-description{font-size:.875rem}}.settings-container{background:#f5f5f5;min-height:calc(100vh - 200px);padding:20px;font-family:Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}.font-chinese{font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimHei,sans-serif}.settings-cards{display:flex;justify-content:center;margin-top:2rem;padding:0 1rem}.settings-cards .cards-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:75rem;width:100%}.settings-card{width:100%;height:10rem;background:#fff;border-radius:.625rem;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;cursor:pointer;transition:all .3s ease}.settings-card:hover{transform:translateY(-2px);box-shadow:0 8px 12px #00000026}.settings-card .settings-card-title{color:#333;font-size:1.25rem;font-weight:700;margin-bottom:1rem;text-align:center;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimHei,sans-serif}.settings-card .settings-card-description{color:#666;font-size:1rem;text-align:center;line-height:1.6;max-width:20rem;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimHei,sans-serif}.settings-footer{display:flex;justify-content:center;margin-top:2rem;padding-bottom:2rem;padding:0 1rem}.settings-footer .copyright{color:#000c;font-size:1.1875rem;text-align:center;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (min-width: 640px){.settings-cards{padding:0 2rem}.settings-cards .cards-grid{grid-template-columns:repeat(2,1fr);gap:1.875rem}.settings-footer{padding:0 2rem}}@media (min-width: 1024px){.settings-cards .cards-grid{grid-template-columns:repeat(3,1fr);gap:1.875rem}.settings-card{height:10rem}.settings-card .settings-card-title{font-size:1.5rem}.settings-card .settings-card-description{font-size:1rem}}@media (max-width: 639px){.settings-cards .nav-tabs{flex-wrap:wrap}.settings-card{height:8rem;padding:1rem}.settings-card .card-title{font-size:1.125rem}.settings-card .card-description{font-size:.875rem}}.ai-settings-overview,.ai-settings-detail{background-color:#f9fafb;min-height:100%;display:flex;flex-direction:column;overflow:hidden}.ai-settings-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px}.ai-settings-loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:ai-settings-spin 1s linear infinite}@keyframes ai-settings-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-settings-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px}.ai-settings-panel-content{padding:40px;overflow-y:auto;flex:1}.ai-settings-detail-content{padding:20px 30px;overflow-y:auto;flex:1}.ai-settings-detail-header{padding:20px 30px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:16px;background-color:#fff;box-shadow:0 1px 3px #0000001a}.ai-settings-detail-title{margin:0;font-size:20px;font-weight:600;color:#1f2937}.ai-settings-back-button{padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;color:#1f2937;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.ai-settings-back-button:hover{background-color:#f9fafb;border-color:#9ca3af}.ai-settings-layer-section{margin-bottom:40px}.ai-settings-layer-title{font-size:20px;font-weight:600;color:#1f2937;margin-bottom:20px}.ai-settings-modules-flow{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.ai-settings-flow-connector{font-size:32px;color:#9ca3af;font-weight:700}.ai-settings-module-card{display:flex;flex-direction:column;align-items:center;padding:24px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;min-width:220px;position:relative}.ai-settings-module-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px #00000026}.ai-settings-module-card.ai-settings-full-auto{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 20px #10b98166}.ai-settings-module-card.ai-settings-semi-auto{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b4d}.ai-settings-module-card.ai-settings-manual{background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:0 4px 6px #0000001a}.ai-settings-module-header{display:flex;flex-direction:column;align-items:center;margin-bottom:16px;text-align:center}.ai-settings-module-icon{font-size:48px;margin-bottom:12px}.ai-settings-module-info{display:flex;flex-direction:column;align-items:center}.ai-settings-module-name{font-size:18px;font-weight:600;color:#fff;margin:0 0 8px}.ai-settings-module-subtitle{font-size:12px;color:#fffc;margin:0}.ai-settings-module-status{margin-bottom:16px}.ai-settings-status-badge{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;color:#fff;background-color:#fff3;border:1px solid rgba(255,255,255,.3)}.ai-settings-module-actions{width:100%}.ai-settings-expand-button{width:100%;padding:10px 16px;background-color:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.ai-settings-expand-button:hover{background-color:#ffffff4d}.ai-settings-module-flow-indicator{position:absolute;bottom:8px;left:8px;right:8px;height:3px;background:#ffffff4d;border-radius:2px;overflow:hidden}.ai-settings-module-flow-indicator.ai-settings-active:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.8) 50%,transparent 100%);animation:ai-settings-flowMove 2s infinite}@keyframes ai-settings-flowMove{0%{left:-100%}to{left:100%}}.ai-settings-legend-section{background-color:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 1px 3px #0000001a}.ai-settings-legend-section h4{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 12px}.ai-settings-legend-section ul{list-style:none;padding:0;margin:0}.ai-settings-legend-section li{display:flex;align-items:center;gap:8px;padding:8px 0;font-size:14px;color:#6b7280}.ai-settings-legend-icon{font-size:16px}.ai-settings-legend-icon.ai-settings-full-auto{color:#10b981}.ai-settings-legend-icon.ai-settings-semi-auto,.ai-settings-legend-icon.ai-settings-manual{color:#6b7280}.ai-settings-legend-arrow{font-weight:700;color:#9ca3af}.ai-settings-stats-section{background-color:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a}.ai-settings-stats-section h4{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 12px}.ai-settings-stats-section p{font-size:14px;color:#6b7280;margin:8px 0}.ai-settings-status-section{margin-bottom:30px}.ai-settings-section-title{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 12px}.ai-settings-status-display{padding:16px;border-radius:8px;background-color:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.ai-settings-status-text{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:8px}.ai-settings-status-description{font-size:14px;color:#6b7280;margin-bottom:12px}.ai-settings-status-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:8px}.ai-settings-status-badge.ai-settings-full-auto{background-color:#d1fae5;color:#10b981}.ai-settings-status-badge.ai-settings-semi-auto{background-color:#fed7aa;color:#f59e0b}.ai-settings-status-badge.ai-settings-manual{background-color:#e5e7eb;color:#6b7280}.ai-settings-status-note{font-size:12px;color:#9ca3af;font-style:italic}.ai-settings-sub-modules-section{margin-bottom:30px}.ai-settings-sub-module-item{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;background-color:#fff;box-shadow:0 1px 3px #0000001a}.ai-settings-sub-module-info{display:flex;align-items:center;gap:12px}.ai-settings-sub-module-index{font-weight:600;color:#6b7280;min-width:30px}.ai-settings-sub-module-label{font-size:14px;color:#1f2937}.ai-settings-mode-buttons{display:flex;gap:8px}.ai-settings-mode-button{padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;color:#6b7280;font-size:13px;cursor:pointer;transition:all .2s ease}.ai-settings-mode-button:hover{background-color:#f9fafb;border-color:#9ca3af}.ai-settings-mode-button.ai-settings-active{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.ai-settings-quick-actions-section{margin-bottom:30px}.ai-settings-quick-actions{display:flex;gap:12px}.ai-settings-quick-actions button{padding:10px 20px;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;color:#1f2937;font-size:14px;cursor:pointer;transition:all .2s ease}.ai-settings-quick-actions button:hover{background-color:#f9fafb;border-color:#9ca3af}.ai-settings-overlay-settings-section{background-color:#fef3c7;border-radius:8px;padding:16px;margin-bottom:30px}.ai-settings-overlay-note{font-size:12px;color:#92400e;margin-bottom:12px;font-style:italic}.ai-settings-overlay-controls{display:flex;flex-direction:column;gap:12px}.ai-settings-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer}.ai-settings-checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.ai-settings-checkbox-label span{font-size:14px;color:#92400e}.ai-settings-input-group{display:flex;align-items:center;gap:12px}.ai-settings-input-group label{font-size:14px;color:#92400e;min-width:80px}.ai-settings-input-group input[type=text]{flex:1;padding:8px 12px;border:1px solid #fbbf24;border-radius:6px;font-size:14px;background-color:#fff}.ai-settings-input-group input[type=text]:focus{outline:none;border-color:#f59e0b}.ai-settings-save-status-section{margin-top:20px}.ai-settings-save-status{font-size:14px;padding:8px 16px;border-radius:6px;display:inline-flex;align-items:center;gap:8px}.ai-settings-save-status.ai-settings-saving{color:#6b7280;background-color:#f3f4f6}.ai-settings-save-status.ai-settings-saved{color:#10b981;background-color:#d1fae5}.legacy{background:#f5f5f5;min-height:calc(100vh - 200px);padding:20px}.legacy-content{max-width:1400px;margin:0 auto}.legacy-title{font-size:28px;font-weight:600;color:#2c3e50;text-align:center;margin-bottom:10px}.legacy-description{font-size:16px;color:#666;text-align:center;margin-bottom:40px}.legacy-main-modules{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}.main-module-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;min-height:300px;display:flex;flex-direction:column}.main-module-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.main-module-title{font-size:18px;font-weight:600;color:#2c3e50;margin-bottom:15px;border-bottom:3px solid;padding-bottom:8px;text-align:center;flex-shrink:0}.main-module-icons{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;flex-grow:1;align-content:start}.main-icon-item{display:flex;flex-direction:column;align-items:center;padding:12px 8px;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .3s ease;border:1px solid #e9ecef;min-height:60px;justify-content:center}.main-icon-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;background:#e6f7ff;border-color:#1890ff}.main-icon{font-size:24px;margin-bottom:6px}.main-icon-name{font-size:12px;color:#333;text-align:center;font-weight:500;line-height:1.2}@media (max-width: 1200px){.legacy-main-modules{grid-template-columns:repeat(2,1fr);gap:15px}.main-module-card{padding:15px;min-height:280px}.main-module-icons{grid-template-columns:repeat(2,1fr);gap:10px}}@media (max-width: 768px){.legacy-main-modules{grid-template-columns:1fr;gap:15px}.main-module-icons{grid-template-columns:repeat(3,1fr);gap:10px}.legacy-title{font-size:24px}.main-module-title{font-size:16px}.main-module-card{min-height:auto}}@media (max-width: 480px){.main-module-icons{grid-template-columns:repeat(2,1fr)}.legacy{padding:15px}.main-module-card{padding:12px}.main-icon{font-size:20px}.main-icon-name{font-size:11px}.main-icon-item{min-height:50px;padding:8px 6px}}.hp-main{min-height:100vh;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex;flex-direction:column}.hp-header{background-color:#2c3e50;color:#fff;padding:20px 0;box-shadow:0 2px 4px #0000001a}.hp-header-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.hp-header-title{text-align:left;flex-grow:1}.hp-logo-container{display:flex;align-items:center;gap:20px}.hp-logo{font-size:48px;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);letter-spacing:2px;min-width:80px}.hp-title-text{flex:1}.hp-main-title{font-size:28px;font-weight:600;margin:0;letter-spacing:1px;display:flex;align-items:center;gap:15px}.hp-subtitle{font-size:14px;margin:0;opacity:.8;font-weight:300}.hp-slogan{font-size:16px;margin:0;opacity:.6;font-weight:400;white-space:nowrap;flex-shrink:0}.hp-user-icon{margin-left:20px}.avatar{width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:background-color .2s}.avatar:hover{background-color:#fff3}.hp-navigation{background-color:#f8f9fa;padding:10px 20px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #e9ecef;position:relative}.hp-nav-tabs{display:flex;gap:20px}.hp-nav-tab{background:none;border:none;padding:8px 16px;font-size:16px;color:#666;cursor:pointer;transition:all .3s ease;border-radius:6px;position:relative}.nav-tab:hover{background-color:#e9ecef;color:#333}.nav-tab.active{background-color:#e6f7ff;color:#1890ff;font-weight:500}.nav-tab.active:after{content:"";position:absolute;bottom:-15px;left:0;right:0;height:2px;background-color:#1890ff}.nav-tab-external{display:flex;align-items:center;gap:6px}.nav-tab-external:hover{background-color:#e9ecef;color:#333}.nav-tab-external:hover .external-link-icon{color:#1890ff}.external-link-icon{width:14px;height:14px;color:#999;transition:color .3s ease}.hp-nav-search{display:flex;align-items:center;position:absolute;right:20px}.hp-search-icon{background:none;border:none;font-size:18px;color:#666;cursor:pointer;padding:8px;border-radius:4px;transition:all .3s ease}.search-icon:hover{background-color:#e9ecef;color:#333}.hp-search-overlay{position:fixed;inset:0;background-color:#00000080;z-index:1000;display:flex;justify-content:center;align-items:flex-start;padding-top:100px}.hp-main-content{flex:1;background-color:#f5f5f5}.hp-footer{background-color:#2c3e50;color:#fff;padding:20px 0;text-align:center}.homepage-footer p{margin:0;font-size:14px;opacity:.8}.homepage-main{max-width:1200px;margin:0 auto;padding:20px}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:20px}.module-card{background-color:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;cursor:pointer;border:1px solid #e1e5e9}.module-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026;border-color:#3498db}.homepage-card-content{text-align:center}.homepage-card-title{font-size:20px;font-weight:600;color:#2c3e50;margin:0 0 15px;letter-spacing:.5px}.homepage-card-description{font-size:14px;color:#7f8c8d;line-height:1.5;margin:0;font-weight:400}@media (max-width: 768px){.header-content{flex-direction:column;text-align:center}.header-title{text-align:center}.logo-container{justify-content:center;flex-direction:column;gap:15px}.slogan{white-space:normal;text-align:center}.logo{font-size:40px}.user-icon{margin-left:0;margin-top:15px}.module-grid{grid-template-columns:repeat(2,1fr);gap:20px}.main-title{font-size:24px;flex-direction:column;gap:8px;text-align:center}.homepage-card-title{font-size:18px}}@media (max-width: 480px){.logo{font-size:36px}.module-grid{grid-template-columns:1fr;gap:15px}.homepage-main{padding:20px 15px}.module-card{padding:20px}.main-title{font-size:20px}.home-page-subtitle{font-size:12px}}.app-container{width:100vw;height:100vh;overflow:hidden;position:relative;margin:0;padding:0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.floating-controls{position:fixed;bottom:20px;left:20px;display:flex;gap:10px;z-index:1}.floating-controls .control-btn{width:50px;height:50px;border:none;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all .3s ease}.floating-controls .control-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.App{text-align:center;min-height:100vh;background-color:#f5f5f5}.App-header{background-color:#282c34;padding:20px;color:#fff}.App-header h1{margin:0;font-size:2rem}.App-header p{margin:10px 0 0;font-size:1.2rem;opacity:.8}.App-links{margin-top:30px;display:flex;flex-direction:column;gap:15px;align-items:center}.App-link{color:#61dafb;text-decoration:none;font-size:1.1rem;padding:10px 20px;border:2px solid #61dafb;border-radius:5px;transition:all .3s ease}.App-link:hover{background-color:#61dafb;color:#282c34}.App-main{padding:40px 20px}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.feature-card.clickable{cursor:pointer}.feature-card h3{color:#333;margin-bottom:15px;font-size:1.5rem}.feature-card p{color:#666;line-height:1.6;margin:0}@media (max-width: 768px){.App-header h1{font-size:1.5rem}.App-header p{font-size:1rem}.feature-grid{grid-template-columns:1fr;gap:20px;padding:0 10px}.feature-card{padding:20px}}.navigation-content{width:98%;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.navigation-left{display:flex;align-items:center;gap:16px;flex-shrink:0;justify-content:flex-start;min-width:0}.back-button-container{display:flex;align-items:center;gap:8px;position:relative}.back-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid rgba(255,255,255,.2);color:#fff;background-color:#ffffff0d;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.compact-back-button{padding:8px;gap:0}.back-button:hover{background-color:#ffffff1a;color:#fff;border-color:#ffffff4d}.back-icon{width:16px;height:16px;color:#fb923c}.title-group{display:flex;align-items:center;gap:12px}.main-title{font-size:24px;font-weight:600;color:#fff;margin:0;letter-spacing:.5px}.compact-main-title{font-size:18px;font-weight:500}.top-navigation-subtitle{font-size:14px;color:#93c5fd;font-weight:400;opacity:.9}.navigation-center{flex:1;display:flex;justify-content:center;min-width:0;margin:0 40px}.tabs-container{display:flex;gap:8px;background-color:#ffffff1a;padding:6px;border-radius:8px;align-items:center}.compact-tabs-container{gap:4px;padding:4px}.tab-button{display:flex;align-items:center;gap:8px;padding:10px 16px;border:none;background-color:transparent;color:#ffffffb3;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.tab-button.input-tab{background-color:#3b82f61a;border:1px solid rgba(59,130,246,.2);color:#93c5fd}.tab-button.input-tab:hover:not(.disabled){background-color:#3b82f633;border-color:#3b82f666;color:#fff}.tab-button.input-tab.active{background-color:#3b82f64d;border-color:#3b82f680;color:#fff}.tab-button.output-tab{background-color:#fb923c26;border:1px solid rgba(251,146,60,.3);color:#fed7aa;font-weight:600;box-shadow:0 2px 8px #fb923c33}.tab-button.output-tab:hover:not(.disabled){background-color:#fb923c40;border-color:#fb923c80;color:#fff;box-shadow:0 4px 12px #fb923c4d}.tab-button.output-tab.active{background-color:#fb923c4d;border-color:#fb923c99;color:#fff;box-shadow:0 4px 16px #fb923c66}.compact-tab-button{padding:8px 12px;font-size:13px;gap:6px}.tab-button:hover:not(.disabled){background-color:#ffffff1a;color:#fff}.tab-button.active{background-color:#fff3;color:#fff}.ai-separator{display:flex;align-items:center;justify-content:center;margin:0 20px;color:#fb923c}.ai-separator-icon{width:32px;height:16px;color:#fb923c;animation:pulse-glow 2s infinite}.output-badge{background-color:#ef4444;color:#fff;font-size:10px;padding:2px 6px;border-radius:8px;font-weight:600;animation:pulse-badge 1.5s infinite}.output-source{font-size:11px;color:#fed7aa;opacity:.8;font-style:italic}.tab-button.disabled{opacity:.5;cursor:not-allowed}.tab-icon{font-size:16px}.tab-label{font-size:14px}.tab-badge{background-color:#ef4444;color:#fff;font-size:12px;padding:2px 6px;border-radius:10px;font-weight:600}.navigation-right{display:flex;align-items:center;gap:12px;flex-shrink:0;justify-content:flex-end;min-width:0}.search-container{position:relative}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#93c5fd;z-index:1}.search-input{padding:8px 12px 8px 40px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff1a;color:#fff;border-radius:6px;font-size:14px;width:180px;min-width:120px;max-width:220px;transition:all .2s ease}.search-input::placeholder{color:#fff9}.search-input:focus{outline:none;border-color:#fff6;background-color:#ffffff26}.actions-container{display:flex;align-items:center;gap:8px}.action-button{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d;color:#fff;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.action-button:hover:not(:disabled){background-color:#ffffff1a;border-color:#ffffff4d}.action-button:disabled{opacity:.5;cursor:not-allowed}.action-button.primary{background-color:#fb923c;border-color:#fb923c;color:#fff}.action-button.primary:hover:not(:disabled){background-color:#f97316;border-color:#f97316}.action-icon{font-size:16px}.action-label{font-size:14px}.ai-chat-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d;color:#fff;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.ai-chat-button:hover{background-color:#ffffff1a;border-color:#ffffff4d}.ai-chat-icon{font-size:16px}.ai-chat-label{font-size:14px}.global-top-navigation{background:linear-gradient(to right,#1e3a8a,#1e40af);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:20px 0;position:relative;z-index:1000;transition:all .3s ease}.back-button,.navigation-menu-trigger,.tab-button,.action-button,.ai-chat-button{transition:all .2s cubic-bezier(.4,0,.2,1)}.back-button:hover,.navigation-menu-trigger:hover,.tab-button:hover:not(.disabled),.action-button:hover:not(:disabled),.ai-chat-button:hover{transform:translateY(-1px)}.search-input{transition:all .2s ease}.search-input:focus{transform:scale(1.02)}@keyframes pulse-glow{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes pulse-badge{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.navigation-arrow-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d;color:#ffffffb3;border-radius:6px;cursor:pointer;transition:all .2s ease;flex-shrink:0}.navigation-arrow-button:hover:not(.disabled){background-color:#ffffff1a;border-color:#ffffff4d;color:#fff;transform:translateY(-1px)}.navigation-arrow-button.disabled{opacity:.3;cursor:not-allowed;background-color:#ffffff05;border-color:#ffffff1a}.navigation-arrow-button.disabled:hover{transform:none;background-color:#ffffff05;border-color:#ffffff1a;color:#ffffff4d}.navigation-arrow-icon{width:16px;height:16px;color:inherit}@media (max-width: 1024px){.navigation-content{gap:16px}.search-input{width:160px;min-width:100px}.navigation-center{margin:0 30px}}@media (max-width: 768px){.navigation-content{padding:0 16px;gap:12px}.main-title{font-size:20px}.top-navigation-subtitle{display:none}.search-input{width:140px;min-width:80px}.navigation-center{margin:0 20px}.navigation-right{gap:8px}.tabs-container{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.tabs-container::-webkit-scrollbar{display:none}.tab-button{flex-shrink:0;padding:8px 12px;font-size:13px}.navigation-arrow-button{width:28px;height:28px}.navigation-arrow-icon{width:14px;height:14px}.action-button{padding:6px 10px;font-size:13px}.action-label{display:none}}@media (max-width: 640px){.navigation-content{flex-wrap:wrap;gap:8px}.navigation-left{order:1;flex:1;min-width:0;justify-content:flex-start}.navigation-center{order:3;width:100%;justify-content:center;margin:0}.navigation-right{order:2;flex-shrink:0;justify-content:flex-end}.search-input{width:120px;min-width:60px}.ai-chat-label{display:none}}@media (max-width: 480px){.navigation-content{flex-direction:column;gap:12px;align-items:stretch}.navigation-left,.navigation-center,.navigation-right{justify-content:center;width:100%}.search-input{width:100%;min-width:auto}.tabs-container{justify-content:center}.back-button{padding:6px 12px;font-size:13px}.navigation-arrow-button{width:24px;height:24px}.navigation-arrow-icon{width:12px;height:12px}.main-title{font-size:18px}}.overlay-container{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.overlay-content{display:flex;flex-direction:column;align-items:center;gap:16px}.overlay-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:#10b981;border-radius:50%;animation:spin 1s linear infinite}.overlay-message{color:#fff;font-size:18px;font-weight:500;text-align:center}.sm-main{--sm-font-size: 14px;--sm-background: #fff;--sm-foreground: oklch(.145 0 0);--sm-card: #fff;--sm-card-foreground: oklch(.145 0 0);--sm-popover: oklch(1 0 0);--sm-popover-foreground: oklch(.145 0 0);--sm-primary: #030213;--sm-primary-foreground: oklch(1 0 0);--sm-secondary: oklch(.95 .0058 264.53);--sm-secondary-foreground: #030213;--sm-muted: #ececf0;--sm-muted-foreground: #717182;--sm-accent: #e9ebef;--sm-accent-foreground: #030213;--sm-destructive: #d4183d;--sm-destructive-foreground: #fff;--sm-border: #0000001a;--sm-input: transparent;--sm-input-background: #f3f3f5;--sm-switch-background: #cbced4;--sm-font-weight-medium: 500;--sm-font-weight-normal: 400;--sm-ring: oklch(.708 0 0);--sm-chart-1: oklch(.646 .222 41.116);--sm-chart-2: oklch(.6 .118 184.704);--sm-chart-3: oklch(.398 .07 227.392);--sm-chart-4: oklch(.828 .189 84.429);--sm-chart-5: oklch(.769 .188 70.08);--sm-radius: .625rem;--sm-sidebar: oklch(.985 0 0);--sm-sidebar-foreground: oklch(.145 0 0);--sm-sidebar-primary: #030213;--sm-sidebar-primary-foreground: oklch(.985 0 0);--sm-sidebar-accent: oklch(.97 0 0);--sm-sidebar-accent-foreground: oklch(.205 0 0);--sm-sidebar-border: oklch(.922 0 0);--sm-sidebar-ring: oklch(.708 0 0)}.strategic-management__container{min-height:100vh;background:linear-gradient(to bottom right,#f8fafc,#f1f5f9);font-size:var(--sm-font-size);font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}.strategic-management__header{background:linear-gradient(to right,#1e3a8a,#1e40af);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.strategic-management__header-container{max-width:80rem;margin-left:auto;margin-right:auto;padding:1.5rem}.strategic-management__header-content{display:flex;align-items:center;justify-content:space-between}.strategic-management__header-left{display:flex;align-items:center;gap:1rem}.strategic-management__back-button{gap:.5rem;border-color:#fff3;color:#fff;background-color:#ffffff0d}.strategic-management__back-button:hover{background-color:#ffffff1a;color:#fff}.strategic-management__back-icon{width:1rem;height:1rem;color:#fb923c}.strategic-management__header-divider{height:1.5rem;width:1px;background-color:#ffffff4d}.strategic-management__header-title{font-size:1.5rem;line-height:2rem;font-weight:700;color:#fff}.strategic-management__header-subtitle{font-size:.875rem;line-height:1.25rem;color:#dbeafe;margin-left:.5rem}.strategic-management__header-right{display:flex;align-items:center;gap:1rem}.strategic-management__search-container{position:relative}.strategic-management__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#bfdbfe}.strategic-management__search-input{padding-left:2.5rem;width:20rem;background-color:#ffffff1a;border-color:#fff3;color:#fff}.strategic-management__search-input::placeholder{color:#bfdbfe}.strategic-management__search-input:focus{border-color:#fff6;background-color:#fff3}.strategic-management__main-container{max-width:80rem;margin-left:auto;margin-right:auto;padding:3rem 1.5rem}.strategic-management__content-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media (min-width: 1024px){.strategic-management__content-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.strategic-management__main-content{grid-column:span 3 / span 3}.strategic-management__main-card{background-color:#f8fafc;box-shadow:none}.strategic-management__main-card-content{padding-top:2rem;padding-left:2rem;padding-right:2rem}.strategic-management__tabs{width:100%}.strategic-management__tabs-list{display:grid;width:100%;grid-template-columns:repeat(6,minmax(0,1fr));background-color:#f1f5f9;padding:.25rem;border-radius:.5rem;border:none}.strategic-management__tabs-trigger{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;border:none}.strategic-management__tabs-trigger[data-state=active]{background-color:#fff;color:#0f172a;box-shadow:0 1px 2px #0000000d}.strategic-management__tabs-icon{width:1rem;height:1rem}.strategic-management__tabs-content{margin-top:2rem}.strategic-management__tab-panel{margin-top:1.5rem}.strategic-management__tab-panel>*+*{margin-top:1.5rem}.strategic-management__sidebar{grid-column:span 1 / span 1}.strategic-management.dark{--sm-background: oklch(.145 0 0);--sm-foreground: oklch(.985 0 0);--sm-card: oklch(.145 0 0);--sm-card-foreground: oklch(.985 0 0);--sm-popover: oklch(.145 0 0);--sm-popover-foreground: oklch(.985 0 0);--sm-primary: oklch(.985 0 0);--sm-primary-foreground: oklch(.205 0 0);--sm-secondary: oklch(.269 0 0);--sm-secondary-foreground: oklch(.985 0 0);--sm-muted: oklch(.269 0 0);--sm-muted-foreground: oklch(.708 0 0);--sm-accent: oklch(.269 0 0);--sm-accent-foreground: oklch(.985 0 0);--sm-destructive: oklch(.396 .141 25.723);--sm-destructive-foreground: oklch(.637 .237 25.331);--sm-border: oklch(.269 0 0);--sm-input: oklch(.269 0 0);--sm-ring: oklch(.439 0 0);--sm-chart-1: oklch(.488 .243 264.376);--sm-chart-2: oklch(.696 .17 162.48);--sm-chart-3: oklch(.769 .188 70.08);--sm-chart-4: oklch(.627 .265 303.9);--sm-chart-5: oklch(.645 .246 16.439);--sm-sidebar: oklch(.205 0 0);--sm-sidebar-foreground: oklch(.985 0 0);--sm-sidebar-primary: oklch(.488 .243 264.376);--sm-sidebar-primary-foreground: oklch(.985 0 0);--sm-sidebar-accent: oklch(.269 0 0);--sm-sidebar-accent-foreground: oklch(.985 0 0);--sm-sidebar-border: oklch(.269 0 0);--sm-sidebar-ring: oklch(.439 0 0)}.strategic-management{font-size:var(--sm-font-size);font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}.strategic-management *{box-sizing:border-box;border:0 solid;margin:0;padding:0}.strategic-management body{line-height:inherit;background-color:var(--sm-background);color:var(--sm-foreground)}.strategic-management .flex{display:flex}.strategic-management .grid{display:grid}.strategic-management .hidden{display:none}.strategic-management .block{display:block}.strategic-management .inline-flex{display:inline-flex}.strategic-management .flex-col{flex-direction:column}.strategic-management .flex-row{flex-direction:row}.strategic-management .flex-wrap{flex-wrap:wrap}.strategic-management .items-center{align-items:center}.strategic-management .items-start{align-items:flex-start}.strategic-management .items-end{align-items:flex-end}.strategic-management .justify-center{justify-content:center}.strategic-management .justify-between{justify-content:space-between}.strategic-management .justify-start{justify-content:flex-start}.strategic-management .justify-end{justify-content:flex-end}.strategic-management .gap-1{gap:.25rem}.strategic-management .gap-2{gap:.5rem}.strategic-management .gap-3{gap:.75rem}.strategic-management .gap-4{gap:1rem}.strategic-management .gap-6{gap:1.5rem}.strategic-management .gap-8{gap:2rem}.strategic-management .w-full{width:100%}.strategic-management .w-fit{width:fit-content}.strategic-management .h-full{height:100%}.strategic-management .h-auto{height:auto}.strategic-management .p-0{padding:0}.strategic-management .p-2{padding:.5rem}.strategic-management .p-4{padding:1rem}.strategic-management .p-6{padding:1.5rem}.strategic-management .px-2{padding-left:.5rem;padding-right:.5rem}.strategic-management .px-4{padding-left:1rem;padding-right:1rem}.strategic-management .px-6{padding-left:1.5rem;padding-right:1.5rem}.strategic-management .py-2{padding-top:.5rem;padding-bottom:.5rem}.strategic-management .py-4{padding-top:1rem;padding-bottom:1rem}.strategic-management .py-6{padding-top:1.5rem;padding-bottom:1.5rem}.strategic-management .m-0{margin:0}.strategic-management .mt-2{margin-top:.5rem}.strategic-management .mt-4{margin-top:1rem}.strategic-management .mb-2{margin-bottom:.5rem}.strategic-management .mb-4{margin-bottom:1rem}.strategic-management .rounded{border-radius:.25rem}.strategic-management .rounded-md{border-radius:calc(var(--sm-radius) - 2px)}.strategic-management .rounded-lg{border-radius:var(--sm-radius)}.strategic-management .rounded-xl{border-radius:calc(var(--sm-radius) + 4px)}.strategic-management .rounded-full{border-radius:9999px}.strategic-management .border{border-width:1px;border-style:solid}.strategic-management .border-2{border-width:2px;border-style:solid}.strategic-management .bg-background{background-color:var(--sm-background)}.strategic-management .bg-card{background-color:var(--sm-card)}.strategic-management .bg-primary{background-color:var(--sm-primary)}.strategic-management .bg-secondary{background-color:var(--sm-secondary)}.strategic-management .bg-muted{background-color:var(--sm-muted)}.strategic-management .bg-accent{background-color:var(--sm-accent)}.strategic-management .bg-destructive{background-color:var(--sm-destructive)}.strategic-management .bg-white{background-color:#fff}.strategic-management .bg-slate-50{background-color:#f8fafc}.strategic-management .bg-slate-100{background-color:#f1f5f9}.strategic-management .bg-slate-200{background-color:#e2e8f0}.strategic-management .text-foreground{color:var(--sm-foreground)}.strategic-management .text-card-foreground{color:var(--sm-card-foreground)}.strategic-management .text-primary{color:var(--sm-primary)}.strategic-management .text-primary-foreground{color:var(--sm-primary-foreground)}.strategic-management .text-secondary-foreground{color:var(--sm-secondary-foreground)}.strategic-management .text-muted-foreground{color:var(--sm-muted-foreground)}.strategic-management .text-accent-foreground{color:var(--sm-accent-foreground)}.strategic-management .text-destructive{color:var(--sm-destructive)}.strategic-management .text-white{color:#fff}.strategic-management .text-slate-400{color:#94a3b8}.strategic-management .text-slate-500{color:#64748b}.strategic-management .text-slate-600{color:#475569}.strategic-management .text-slate-700{color:#334155}.strategic-management .text-slate-900{color:#0f172a}.strategic-management .text-purple-600{color:#9333ea}.strategic-management .text-blue-500{color:#3b82f6}.strategic-management .text-blue-600{color:#2563eb}.strategic-management .text-green-500{color:#22c55e}.strategic-management .text-xs{font-size:.75rem;line-height:1rem}.strategic-management .text-sm{font-size:.875rem;line-height:1.25rem}.strategic-management .text-base{font-size:1rem;line-height:1.5rem}.strategic-management .text-lg{font-size:1.125rem;line-height:1.75rem}.strategic-management .text-xl{font-size:1.25rem;line-height:1.75rem}.strategic-management .text-2xl{font-size:1.5rem;line-height:2rem}.strategic-management .text-3xl{font-size:1.875rem;line-height:2.25rem}.strategic-management .font-medium{font-weight:var(--sm-font-weight-medium)}.strategic-management .font-semibold{font-weight:600}.strategic-management .font-bold{font-weight:700}.strategic-management .min-h-screen{min-height:100vh}.strategic-management .max-w-7xl{max-width:80rem}.strategic-management .mx-auto{margin-left:auto;margin-right:auto}.strategic-management .grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.strategic-management .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.strategic-management .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.strategic-management .grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.strategic-management .grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.strategic-management .col-span-1{grid-column:span 1 / span 1}.strategic-management .col-span-2{grid-column:span 2 / span 2}.strategic-management .col-span-3{grid-column:span 3 / span 3}.strategic-management .space-y-3>*+*{margin-top:.75rem}.strategic-management .space-y-4>*+*{margin-top:1rem}.strategic-management .space-y-6>*+*{margin-top:1.5rem}.strategic-management .shadow-sm{box-shadow:0 1px 2px #0000000d}.strategic-management .shadow-none{box-shadow:none}.strategic-management .sticky{position:sticky}.strategic-management .top-8{top:2rem}.strategic-management .transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.strategic-management .hover\:bg-slate-50:hover{background-color:#f8fafc}.strategic-management .max-h-48{max-height:12rem}.strategic-management .overflow-y-auto{overflow-y:auto}.strategic-management .animate-spin{animation:spin 1s linear infinite}.strategic-management .animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.strategic-management .bg-blue-900{background-color:#1e3a8a}.strategic-management .bg-blue-800{background-color:#1e40af}.strategic-management .bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.strategic-management .from-blue-900{--tw-gradient-from: #1e3a8a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(30 58 138 / 0))}.strategic-management .to-blue-800{--tw-gradient-to: #1e40af}.strategic-management .text-orange-400{color:#fb923c}.strategic-management .bg-white\/5{background-color:#ffffff0d}.strategic-management .text-blue-100{color:#dbeafe}.strategic-management .text-blue-200{color:#bfdbfe}.strategic-management .border-white\/20{border-color:#fff3}.strategic-management .border-white\/30{border-color:#ffffff4d}.strategic-management .border-white\/40{border-color:#fff6}.strategic-management .bg-white\/10{background-color:#ffffff1a}.strategic-management .bg-white\/20{background-color:#fff3}.strategic-management .hover\:bg-white\/10:hover{background-color:#ffffff1a}.strategic-management .hover\:text-white:hover{color:#fff}.strategic-management .placeholder\:text-blue-200::placeholder{color:#bfdbfe}.strategic-management .focus\:border-white\/40:focus{border-color:#fff6}.strategic-management .border-0{border:none!important}.strategic-management .border-t-0{border-top:none!important}.strategic-management .border-b-0{border-bottom:none!important}.strategic-management .border-l-0{border-left:none!important}.strategic-management .border-r-0{border-right:none!important}.strategic-management .bg-blue-50{background-color:#eff6ff}.strategic-management .bg-blue-100{background-color:#dbeafe}.strategic-management .bg-green-50{background-color:#f0fdf4}.strategic-management .bg-green-100{background-color:#dcfce7}.strategic-management .bg-purple-50{background-color:#faf5ff}.strategic-management .bg-purple-100{background-color:#f3e8ff}.strategic-management .bg-yellow-50{background-color:#fefce8}.strategic-management .bg-yellow-100{background-color:#fef3c7}.strategic-management .text-blue-800{color:#1e40af}.strategic-management .text-green-800{color:#166534}.strategic-management .text-purple-800{color:#6b21a8}.strategic-management .text-yellow-800{color:#92400e}.strategic-management .focus\:bg-white\/20:focus{background-color:#fff3}.strategic-management input[type=text],.strategic-management input[type=search],.strategic-management input[type=email],.strategic-management input[type=password]{background-color:transparent;color:inherit}.strategic-management input::placeholder{color:inherit;opacity:.7}@media (min-width: 768px){.strategic-management .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.strategic-management .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.strategic-management .md\:col-span-2{grid-column:span 2 / span 2}}@media (min-width: 1024px){.strategic-management .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.strategic-management .lg\:col-span-1{grid-column:span 1 / span 1}.strategic-management .lg\:col-span-3{grid-column:span 3 / span 3}}.market-data-card{border:1px solid #f1f5f9!important;border-radius:12px!important;background:#fff!important;transition:all .2s ease-in-out!important;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008!important}.market-data-card:hover{border-color:#e2e8f0!important;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a!important;transform:translateY(-1px)!important}.market-data-card.selected{border-color:#3b82f6!important;box-shadow:0 0 0 2px #3b82f61a!important}.market-data-card .card-header{padding:16px 20px 12px!important;border-bottom:1px solid #f8fafc!important}.market-data-card .card-content{padding:12px 20px 16px!important}@media (max-width: 768px){[data-radix-select-content]{min-width:150px!important}[data-radix-select-item]{min-width:130px!important}.market-data-card{border-radius:8px!important}}.add-information-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px;display:flex;align-items:center;justify-content:center}.add-information-container{width:100%;max-width:800px;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.add-information-header{display:flex;align-items:center;gap:16px;padding:24px 32px;border-bottom:1px solid #e5e7eb;background:#f8fafc}.add-information-back-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.add-information-back-button:hover{background:#f3f4f6;border-color:#9ca3af}.add-information-title{font-size:24px;font-weight:700;color:#111827;margin:0}.add-information-form-container{padding:32px}.add-information-form{display:flex;flex-direction:column;gap:24px}.add-information-form-group{display:flex;flex-direction:column;gap:8px}.add-information-form-label{font-size:14px;font-weight:600;color:#374151;margin:0}.add-information-form-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s ease;background:#fff;box-sizing:border-box}.add-information-form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.add-information-form-input.error{border-color:#ef4444}.add-information-form-input.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.add-information-form-textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;resize:vertical;min-height:120px;transition:all .2s ease;background:#fff;font-family:inherit;box-sizing:border-box}.add-information-form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.add-information-form-textarea.error{border-color:#ef4444}.add-information-form-textarea.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.add-information-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.add-information-select-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.add-information-select-trigger:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.add-information-select-trigger.error{border-color:#ef4444}.add-information-select-trigger.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.add-information-select-content{position:absolute;z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-height:200px;overflow-y:auto;min-width:100%;width:max-content;min-width:200px}.add-information-select-item{padding:12px 16px;font-size:14px;cursor:pointer;transition:background-color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:180px}.add-information-select-item:hover{background-color:#f3f4f6}.add-information-error-message{font-size:12px;color:#ef4444;margin:0;font-weight:500}.add-information-button-group{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}.add-information-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;border-radius:8px;font-size:14px;font-weight:600;transition:all .2s ease;height:44px;padding:0 24px;cursor:pointer;border:2px solid transparent;text-decoration:none;min-width:120px}.add-information-button:disabled{pointer-events:none;opacity:.6}.add-information-button-outline{background:#fff;border-color:#d1d5db;color:#374151}.add-information-button-outline:hover{background:#f9fafb;border-color:#9ca3af}.add-information-button-primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.add-information-button-primary:hover{background:#2563eb;border-color:#2563eb}.add-information-button-primary:focus{outline:none;box-shadow:0 0 0 3px #3b82f64d}.add-information-loading-spinner{animation:add-information-spin 1s linear infinite;border-radius:50%;border:2px solid transparent;border-bottom-color:currentColor;width:16px;height:16px}@keyframes add-information-spin{to{transform:rotate(360deg)}}.add-information-success{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 32px;text-align:center}.add-information-success-icon{margin-bottom:24px}.add-information-success-title{font-size:28px;font-weight:700;color:#059669;margin:0 0 16px}.add-information-success-message{font-size:16px;color:#374151;margin:0 0 8px;line-height:1.5}.add-information-success-note{font-size:14px;color:#6b7280;margin:0}@media (max-width: 768px){.add-information-page{padding:16px}.add-information-container{max-width:100%}.add-information-header{padding:20px 24px}.add-information-title{font-size:20px}.add-information-form-container{padding:24px}.add-information-form-grid{grid-template-columns:1fr;gap:16px}.add-information-button-group{flex-direction:column}.add-information-button{width:100%}}@media (max-width: 480px){.add-information-header{flex-direction:column;align-items:flex-start;gap:12px}.add-information-back-button{align-self:flex-start}}.view-information-page{height:100%;display:flex;flex-direction:column;background:linear-gradient(to bottom right,#f8fafc,#f1f5f9)}.view-information-container{flex:1;display:flex;flex-direction:column;width:100%;max-width:1200px;margin:0 auto;padding:24px;gap:24px}.view-information-header{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.view-information-back-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.view-information-back-button:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.view-information-actions{display:flex;gap:12px}.view-information-edit-button{background:#fff;border:1px solid #e2e8f0;color:#64748b}.view-information-edit-button:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.view-information-delete-button{background:#fff;border:1px solid #e2e8f0;color:#ef4444}.view-information-delete-button:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.view-information-content{flex:1;display:flex;flex-direction:column;width:100%;min-width:0}.view-information-card{flex:1;width:100%;min-width:0;border:1px solid #f1f5f9;border-radius:16px;background:#fff;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008;overflow:hidden}.view-information-card-header{padding:32px 32px 24px;border-bottom:1px solid #f8fafc;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.view-information-title-section{display:flex;flex-direction:column;gap:16px}.view-information-title{font-size:28px;font-weight:700;color:#1e293b;line-height:1.3;margin:0}.view-information-badges{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.view-information-badge{font-size:12px;font-weight:500;padding:4px 8px;border-radius:6px}.view-information-relevance{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#f59e0b}.view-information-card-content{padding:32px;display:flex;flex-direction:column;gap:32px}.view-information-summary{display:flex;flex-direction:column;gap:12px}.view-information-summary-title{font-size:18px;font-weight:600;color:#374151;margin:0}.view-information-summary-text{font-size:16px;line-height:1.6;color:#6b7280;margin:0}.view-information-metadata{display:flex;flex-direction:column;gap:16px}.view-information-metadata-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.view-information-metadata-item{display:flex;flex-direction:column;gap:4px}.view-information-metadata-label{font-size:12px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.view-information-metadata-value{font-size:14px;font-weight:500;color:#374151;display:flex;align-items:center;gap:4px}.view-information-interactions{display:flex;flex-direction:column;gap:12px}.view-information-interactions-title{font-size:16px;font-weight:600;color:#374151;margin:0}.view-information-interactions-grid{display:flex;gap:16px}.view-information-interaction-item{display:flex;align-items:center;gap:6px;font-size:14px;color:#6b7280}.view-information-tags{display:flex;flex-direction:column;gap:12px}.view-information-tags-title{font-size:16px;font-weight:600;color:#374151;margin:0}.view-information-tags-list{display:flex;flex-wrap:wrap;gap:8px}.view-information-tag{font-size:12px;padding:4px 8px;border-radius:6px;background:#f3f4f6;color:#6b7280}.view-information-link{display:flex;flex-direction:column;gap:12px}.view-information-link-title{font-size:16px;font-weight:600;color:#374151;margin:0}.view-information-link-url{display:flex;align-items:center;gap:8px;font-size:14px;color:#3b82f6;text-decoration:none;padding:8px 12px;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;transition:all .2s ease-in-out}.view-information-link-url:hover{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8}.view-information-timestamps{display:flex;flex-direction:column;gap:8px;padding-top:16px;border-top:1px solid #f3f4f6}.view-information-timestamp{display:flex;justify-content:space-between;align-items:center}.view-information-timestamp-label{font-size:12px;color:#9ca3af}.view-information-timestamp-value{font-size:12px;color:#6b7280;font-weight:500}.view-information-loading,.view-information-error{flex:1;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.view-information-container{padding:16px;gap:16px}.view-information-header{flex-direction:column;gap:16px;align-items:stretch}.view-information-actions{justify-content:center}.view-information-card-header{padding:24px 20px 20px}.view-information-title{font-size:24px}.view-information-card-content{padding:24px 20px;gap:24px}.view-information-metadata-grid{grid-template-columns:1fr}.view-information-interactions-grid{flex-direction:column;gap:8px}}[data-radix-select-trigger]{min-width:112px!important;height:28px!important;font-size:14px!important}[data-radix-select-content]{min-width:200px!important;width:max-content!important;z-index:1000!important}[data-radix-select-item]{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;min-width:180px!important;padding:8px 12px!important}[data-radix-select-content]{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:6px!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important;max-height:200px!important;overflow-y:auto!important}[data-radix-select-item]:hover{background-color:#f3f4f6!important}[data-radix-select-item][data-highlighted]{background-color:#3b82f6!important;color:#fff!important}[data-radix-select-trigger]{min-width:112px!important;height:32px!important;font-size:14px!important}@media (max-width: 768px){[data-radix-select-content]{min-width:150px!important}[data-radix-select-item]{min-width:130px!important}}.input-information-container{height:100%;display:flex;flex-direction:column;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden;transition:all .2s ease}.input-information-container:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.input-information-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.input-information-header-left{display:flex;align-items:center;gap:12px}.input-information-title{font-size:16px;font-weight:600;color:#111827;margin:0}.input-information-settings-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:#6b7280;cursor:pointer;transition:all .2s ease}.input-information-settings-button:hover{background:#f3f4f6;color:#374151}.input-information-add-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.input-information-add-button:hover{background:#f9fafb;border-color:#9ca3af}.input-information-add-button:disabled{opacity:.5;cursor:not-allowed}.input-information-content{flex:1;overflow:hidden}.input-information-content-inner{height:100%;overflow-y:auto;padding:16px}@media (max-width: 768px){.input-information-header{padding:12px 16px}.input-information-title{font-size:14px}.input-information-add-button{padding:6px 12px;font-size:13px}.input-information-content-inner{padding:12px}}.competitor-list-content{position:relative;z-index:1;padding:1rem!important;gap:1rem!important}.competitor-list-content>*+*{margin-top:1rem!important}.competitor-card{position:relative;z-index:2;box-sizing:border-box;border-style:solid!important;background-color:#fff!important;padding:.75rem!important;margin-bottom:.5rem!important;transition:all .3s cubic-bezier(.4,0,.2,1)}.competitor-card-default{border-color:#d1d5db!important;background-color:#fff!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.competitor-card-default:hover{border-color:#60a5fa!important;background-color:#f8fafc!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:scale(1.01)}.competitor-card-selected{border-color:#3b82f6!important;background-color:#eff6ff!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:scale(1.02)}.competitor-card h3{color:inherit!important}.competitor-card .text-blue-900{color:#1e3a8a!important}.competitor-card .text-gray-900{color:#111827!important}.competitor-card .text-blue-700{color:#1d4ed8!important}.competitor-card .text-gray-500{color:#6b7280!important}.competitor-card svg{color:inherit!important}@media (max-width: 768px){.competitor-card{padding:.75rem!important}.competitor-card-default:hover,.competitor-card-selected{transform:none!important}}.competitor-analysis-container{padding:1.5rem!important;position:relative;z-index:1}.competitor-analysis-main{height:calc(100vh - 120px)!important;position:relative;z-index:2}.competitor-analysis-panel-group{border-radius:.5rem!important;border:1px solid #e5e7eb!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important;overflow:hidden!important;background-color:#fff!important}.competitor-analysis-left-panel{height:100%!important;border-radius:.5rem 0 0 .5rem!important;overflow:hidden!important;background-color:#fff!important;border-right:1px solid #e5e7eb!important;position:relative;z-index:3}.competitor-analysis-right-panel{height:100%!important;border-radius:0 .5rem .5rem 0!important;overflow:hidden!important;background-color:#fff!important;position:relative;z-index:3}.competitor-analysis-left-panel>*,.competitor-analysis-right-panel>*{border-radius:inherit!important;height:100%!important;background-color:inherit!important}.competitor-analysis-panel-group [data-panel-resize-handle]{background-color:#f3f4f6!important;width:1px!important;border:none!important}.competitor-analysis-panel-group [data-panel-resize-handle]:hover{background-color:#d1d5db!important}.competitor-analysis-left-panel .competitor-list-container,.competitor-analysis-right-panel .competitor-messages-container{border-radius:inherit!important;overflow:hidden!important}@media (max-width: 768px){.competitor-analysis-container{padding:1rem!important}.competitor-analysis-main{height:calc(100vh - 100px)!important}}.customer-list-root.customer-list-root{width:100%!important;height:100%!important;background-color:#fff!important;border-right:1px solid #e5e7eb!important;display:flex!important;flex-direction:column!important}.customer-list-header{height:73px!important;border-bottom:1px solid #e5e7eb!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 24px!important;flex-shrink:0!important}.customer-list-title{font-size:18px!important;font-weight:600!important;color:#111827!important}.customer-list-search{height:95px!important;border-bottom:1px solid #e5e7eb!important;display:flex!important;align-items:center!important;padding:0 12px!important;flex-shrink:0!important}.customer-list-search-container{position:relative!important;width:100%!important}.customer-list-search-icon{position:absolute!important;left:12px!important;top:50%!important;transform:translateY(-50%)!important;color:#9ca3af!important;width:16px!important;height:16px!important}.customer-list-search-input{padding-left:40px!important;height:46px!important;border:1px solid #d1d5db!important;border-radius:6px!important;background-color:#fff!important;color:#111827!important;font-size:14px!important;width:100%!important}.customer-list-search-input:focus{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.customer-list-items{flex:1!important;overflow-y:auto!important}.customer-list-root .customer-list-item.customer-list-item{margin:0 12px 8px!important;border-radius:8px!important;padding:12px!important;cursor:pointer!important;transition:all .2s ease!important;border:1px solid #d1d5db!important;background-color:#f9fafb!important;display:flex!important;align-items:center!important;gap:12px!important}.customer-list-root .customer-list-item.customer-list-item:hover{background-color:#f3f4f6!important}.customer-list-root .customer-list-item.customer-list-item.selected{background-color:#dbeafe!important;border:2px solid #1d4ed8!important;box-shadow:0 1px 2px #0000000d!important}.customer-list-avatar{width:36px!important;height:36px!important;border-radius:50%!important;flex-shrink:0!important;background-color:#f3f4f6!important}.customer-list-item.selected .customer-list-avatar{background-color:#dbeafe!important}.customer-list-info{flex:1!important;min-width:0!important}.customer-list-name{font-weight:600!important;color:#111827!important;font-size:14px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.customer-list-desc{font-size:12px!important;color:#6b7280!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.customer-list-stats{text-align:right!important;flex-shrink:0!important;margin-left:8px!important}.customer-list-priority-badge{color:#fff!important;font-size:12px!important;padding:4px 8px!important;border-radius:9999px!important;display:inline-block!important;margin-bottom:4px!important}.customer-list-priority-high{background-color:#dc2626!important}.customer-list-priority-medium{background-color:#ea580c!important}.customer-list-priority-low{background-color:#f59e0b!important}.customer-list-priority-selected{background-color:#2563eb!important}.customer-list-date{font-size:12px!important;color:#6b7280!important;margin-top:4px!important}@media (max-width: 768px){.customer-list-header{padding:0 12px!important}.customer-list-search{padding:0 8px!important}.customer-list-item{margin:0 8px 6px!important;padding:8px!important}}.voice-detail-root.voice-detail-root{background-color:#fff!important;height:100%!important;display:flex!important;flex-direction:column!important}.voice-detail-header{height:75px!important;border-bottom:1px solid #e5e7eb!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 24px!important;background-color:#fff!important}.voice-detail-nav{display:flex!important;align-items:center!important;gap:16px!important}.voice-detail-root .voice-detail-back-button.voice-detail-back-button{display:flex!important;align-items:center!important;gap:8px!important;color:#6b7280!important;background:none!important;border:none!important;cursor:pointer!important;padding:8px!important;border-radius:6px!important;transition:background-color .2s ease!important;font-size:14px!important}.voice-detail-root .voice-detail-back-button.voice-detail-back-button:hover{background-color:#f3f4f6!important}.voice-detail-divider{height:24px!important;width:1px!important;background-color:#d1d5db!important}.voice-detail-title{font-size:18px!important;font-weight:500!important;color:#111827!important}.voice-detail-actions{display:flex!important;align-items:center!important;gap:8px!important}.voice-detail-content{flex:1!important;padding:24px!important;overflow-y:auto!important}.voice-detail-cards{display:flex!important;flex-direction:column!important;gap:24px!important}.voice-detail-root .voice-detail-card.voice-detail-card{background-color:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;overflow:hidden!important;box-shadow:0 1px 3px #0000001a!important;display:flex!important;flex-direction:column!important}.voice-detail-card-header{padding:20px 24px!important;border-bottom:1px solid #e5e7eb!important;display:flex!important;align-items:center!important;justify-content:space-between!important;background-color:#fff!important}.voice-detail-card-title{font-size:16px!important;font-weight:600!important;color:#111827!important;display:flex!important;align-items:center!important;gap:8px!important}.voice-detail-card-content{padding:24px!important}.voice-detail-info-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important}.voice-detail-info-item{display:flex!important;align-items:flex-start!important;gap:12px!important}.voice-detail-info-icon{width:16px!important;height:16px!important;color:#6b7280!important;margin-top:4px!important;flex-shrink:0!important}.voice-detail-info-content{min-width:0!important}.voice-detail-info-label{font-size:14px!important;color:#6b7280!important;margin-bottom:4px!important}.voice-detail-info-value{font-weight:500!important;color:#111827!important}.voice-detail-root .voice-detail-badge.voice-detail-badge{border-radius:9999px!important;padding:4px 8px!important;font-size:12px!important;font-weight:500!important;margin-top:4px!important;display:inline-block!important}.voice-detail-root .voice-detail-badge.voice-detail-badge.high{background-color:#fef2f2!important;color:#dc2626!important;border:1px solid #fecaca!important}.voice-detail-root .voice-detail-badge.voice-detail-badge.medium{background-color:#fffbeb!important;color:#ea580c!important;border:1px solid #fed7aa!important}.voice-detail-root .voice-detail-badge.voice-detail-badge.low{background-color:#eff6ff!important;color:#2563eb!important;border:1px solid #bfdbfe!important}.voice-detail-root .voice-detail-badge.voice-detail-badge.resolved{background-color:#f0fdf4!important;color:#16a34a!important;border:1px solid #bbf7d0!important}.voice-detail-root .voice-detail-badge.voice-detail-badge.pending{background-color:#fffbeb!important;color:#ea580c!important;border:1px solid #fed7aa!important}.voice-detail-separator{margin:16px 0!important;background-color:#e5e7eb!important;height:1px!important}.voice-detail-content-text{background-color:#f9fafb!important;border-radius:8px!important;padding:16px!important;border:1px solid #e5e7eb!important;color:#111827!important;line-height:1.6!important}.voice-detail-root .voice-detail-records.voice-detail-records{display:flex!important;flex-direction:column!important;gap:16px!important}.voice-detail-root .voice-detail-record.voice-detail-record{display:flex!important;align-items:flex-start!important;gap:16px!important;padding:16px!important;border-radius:8px!important;border:1px solid #e5e7eb!important}.voice-detail-root .voice-detail-record.voice-detail-record.created{background-color:#eff6ff!important;border-color:#bfdbfe!important}.voice-detail-root .voice-detail-record.voice-detail-record.resolved{background-color:#f0fdf4!important;border-color:#bbf7d0!important}.voice-detail-root .voice-detail-record.voice-detail-record.note{background-color:#f9fafb!important;border-color:#e5e7eb!important}.voice-detail-root .voice-detail-record.voice-detail-record.assigned{background-color:#faf5ff!important;border-color:#d8b4fe!important}.voice-detail-root .voice-detail-record.voice-detail-record.transferred{background-color:#fff7ed!important;border-color:#fed7aa!important}.voice-detail-record-dot{width:8px!important;height:8px!important;border-radius:50%!important;margin-top:8px!important;flex-shrink:0!important}.voice-detail-record-dot.created{background-color:#3b82f6!important}.voice-detail-record-dot.resolved{background-color:#16a34a!important}.voice-detail-record-dot.note{background-color:#6b7280!important}.voice-detail-record-dot.assigned{background-color:#8b5cf6!important}.voice-detail-record-dot.transferred{background-color:#ea580c!important}.voice-detail-record-content{flex:1!important}.voice-detail-record-header{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:8px!important}.voice-detail-record-title{font-weight:500!important;color:#111827!important}.voice-detail-record-date{font-size:14px!important;color:#6b7280!important}.voice-detail-record-text{font-size:14px!important;color:#6b7280!important;margin-bottom:8px!important}.voice-detail-record-reason{font-size:14px!important;color:#ea580c!important;margin-bottom:8px!important}.voice-detail-record-meta{display:flex!important;align-items:center!important;gap:8px!important;font-size:12px!important;color:#6b7280!important}.voice-detail-record-icon{width:12px!important;height:12px!important;color:#9ca3af!important}@media (max-width: 768px){.voice-detail-header{padding:0 16px!important}.voice-detail-content{padding:16px!important}.voice-detail-card-header{padding:16px 20px!important}.voice-detail-card-content{padding:20px!important}.voice-detail-info-grid{grid-template-columns:1fr!important}.voice-detail-actions{flex-direction:column!important;gap:4px!important}}.voice-form-root.voice-form-root{background-color:#fff!important;height:100%!important;display:flex!important;flex-direction:column!important}.voice-form-header{height:75px!important;border-bottom:1px solid #e5e7eb!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 24px!important;background-color:#fff!important}.voice-form-title{font-size:18px!important;font-weight:500!important;color:#111827!important}.voice-form-content{flex:1!important;padding:24px!important;overflow-y:auto!important}.voice-form-root .voice-form-card.voice-form-card{background-color:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;overflow:hidden!important;box-shadow:0 1px 3px #0000001a!important}.voice-form-card-header{padding:20px 24px!important;border-bottom:1px solid #e5e7eb!important;background-color:#fff!important}.voice-form-card-title{font-size:16px!important;font-weight:600!important;color:#111827!important}.voice-form-card-content{padding:24px!important}.voice-form{display:flex!important;flex-direction:column!important;gap:24px!important}.voice-form-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px!important}.voice-form-field{display:flex!important;flex-direction:column!important;gap:8px!important}.voice-form-label{font-size:14px!important;font-weight:500!important;color:#374151!important}.voice-form-root .voice-form-input.voice-form-input{border:1px solid #d1d5db!important;border-radius:6px!important;padding:8px 12px!important;font-size:14px!important;transition:border-color .2s ease!important;background-color:#fff!important;color:#111827!important;width:100%!important}.voice-form-root .voice-form-input.voice-form-input:focus{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.voice-form-root .voice-form-input.voice-form-input.error{border-color:#dc2626!important}.voice-form-root .voice-form-textarea.voice-form-textarea{border:1px solid #d1d5db!important;border-radius:6px!important;padding:12px!important;font-size:14px!important;resize:vertical!important;min-height:120px!important;transition:border-color .2s ease!important;background-color:#fff!important;color:#111827!important;width:100%!important;font-family:inherit!important}.voice-form-root .voice-form-textarea.voice-form-textarea:focus{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.voice-form-root .voice-form-textarea.voice-form-textarea.error{border-color:#dc2626!important}.voice-form-error{font-size:14px!important;color:#dc2626!important}.voice-form-char-count{font-size:14px!important;color:#6b7280!important;margin-left:auto!important}.voice-form-root .voice-form-actions.voice-form-actions{display:flex!important;justify-content:flex-end!important;gap:12px!important;padding-top:24px!important;border-top:1px solid #e5e7eb!important}.voice-form-root .voice-form-submit.voice-form-submit{background-color:#3b82f6!important;color:#fff!important;border:none!important;border-radius:6px!important;padding:8px 16px!important;font-size:14px!important;font-weight:500!important;cursor:pointer!important;transition:background-color .2s ease!important}.voice-form-root .voice-form-submit.voice-form-submit:hover{background-color:#2563eb!important}.voice-form-root .voice-form-cancel.voice-form-cancel{background-color:#fff!important;color:#374151!important;border:1px solid #d1d5db!important;border-radius:6px!important;padding:8px 16px!important;font-size:14px!important;cursor:pointer!important;transition:background-color .2s ease!important}.voice-form-root .voice-form-cancel.voice-form-cancel:hover{background-color:#f9fafb!important}@media (max-width: 768px){.voice-form-header{padding:0 16px!important}.voice-form-content{padding:16px!important}.voice-form-card-header{padding:16px 20px!important}.voice-form-card-content{padding:20px!important}.voice-form-grid{grid-template-columns:1fr!important}.voice-form-actions{flex-direction:column!important;gap:8px!important}}.voice-list-root.voice-list-root{flex:1!important;display:flex!important;flex-direction:column!important;background-color:#fff!important}.voice-list-header{height:53px!important;background-color:#f9fafb!important;border-bottom:1px solid #e5e7eb!important;display:flex!important;align-items:center!important;padding:0 24px!important}.voice-list-header-cell{font-size:14px!important;color:#374151!important;font-weight:500!important}.voice-list-content{flex:1!important;overflow-y:auto!important}.voice-list-empty{display:flex!important;align-items:center!important;justify-content:center!important;height:160px!important;color:#6b7280!important}.voice-list-empty-content{text-align:center!important}.voice-list-empty-text{font-size:14px!important}.voice-list-empty-filter{font-size:12px!important;margin-top:4px!important}.voice-list-root .voice-list-row.voice-list-row{border-bottom:1px solid #e5e7eb!important;display:flex!important;align-items:center!important;padding:16px 24px!important;cursor:pointer!important;transition:background-color .2s ease!important;background-color:#fff!important}.voice-list-root .voice-list-row.voice-list-row:hover{background-color:#f9fafb!important}.voice-list-cell{font-size:14px!important;color:#111827!important}.voice-list-cell.small{font-size:12px!important;color:#6b7280!important}.voice-list-root .voice-list-assignee.voice-list-assignee{cursor:pointer!important;padding:4px 8px!important;border-radius:4px!important;transition:background-color .2s ease!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;background-color:transparent!important;color:#6b7280!important}.voice-list-root .voice-list-assignee.voice-list-assignee:hover{background-color:#dbeafe!important;color:#2563eb!important}.voice-list-root .voice-list-assignee.voice-list-assignee.selected{background-color:#dbeafe!important;color:#1d4ed8!important;font-weight:500!important;border:1px solid #3b82f6!important}.voice-list-root .voice-list-priority-badge.voice-list-priority-badge{border-radius:4px!important;padding:4px 8px!important;font-size:12px!important;font-weight:500!important}.voice-list-root .voice-list-priority-high.voice-list-priority-high{background-color:#fef2f2!important;border:1px solid #fecaca!important;color:#dc2626!important}.voice-list-root .voice-list-priority-medium.voice-list-priority-medium{background-color:#fffbeb!important;border:1px solid #fed7aa!important;color:#ea580c!important}.voice-list-root .voice-list-priority-low.voice-list-priority-low{background-color:#eff6ff!important;border:1px solid #bfdbfe!important;color:#2563eb!important}.voice-list-root .voice-list-status-badge.voice-list-status-badge{border-radius:4px!important;padding:8px!important;font-size:12px!important;font-weight:500!important}.voice-list-root .voice-list-status-resolved.voice-list-status-resolved{background-color:#f0fdf4!important;border:1px solid #bbf7d0!important;color:#16a34a!important}.voice-list-root .voice-list-status-pending.voice-list-status-pending{background-color:#fffbeb!important;border:1px solid #fed7aa!important;color:#ea580c!important}.voice-list-root .voice-list-actions.voice-list-actions{display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important}.voice-list-root .voice-list-action-button.voice-list-action-button{width:28px!important;height:28px!important;padding:0!important;color:#9ca3af!important;transition:all .2s ease!important;border:none!important;background-color:transparent!important;cursor:pointer!important;border-radius:4px!important;display:flex!important;align-items:center!important;justify-content:center!important}.voice-list-root .voice-list-action-button.voice-list-action-button:hover{background-color:#f3f4f6!important;color:#6b7280!important}.voice-list-root .voice-list-action-button.voice-list-action-button.view:hover{background-color:#dbeafe!important;color:#2563eb!important}.voice-list-root .voice-list-action-button.voice-list-action-button.edit:hover{background-color:#dcfce7!important;color:#16a34a!important}.voice-list-root .voice-list-action-button.voice-list-action-button.delete:hover{background-color:#fee2e2!important;color:#dc2626!important}.voice-list-action-icon{width:14px!important;height:14px!important}@media (max-width: 768px){.voice-list-header{padding:0 12px!important}.voice-list-row{padding:12px 16px!important}.voice-list-actions{gap:2px!important}.voice-list-action-button{width:24px!important;height:24px!important}}.toolbar-root.toolbar-root{height:75px!important;border-bottom:1px solid #e5e7eb!important;display:flex!important;align-items:center!important;padding:0 16px!important;justify-content:space-between!important;flex-shrink:0!important;min-width:0!important;background-color:#fff!important}.toolbar-left{display:flex!important;align-items:center!important;gap:8px!important;flex-nowrap:nowrap!important;min-width:0!important}.toolbar-root .toolbar-add-button.toolbar-add-button{background-color:#3b82f6!important;color:#fff!important;height:42px!important;padding:0 12px!important;border-radius:6px!important;white-space:nowrap!important;flex-shrink:0!important;border:none!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.toolbar-root .toolbar-add-button.toolbar-add-button:hover{background-color:#2563eb!important}.toolbar-filter-tabs{flex-shrink:0!important}.toolbar-filter-status{flex:1!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important}.toolbar-search-container{position:relative!important;min-width:300px!important;max-width:400px!important;flex:1!important}.toolbar-search-icon{position:absolute!important;left:12px!important;top:50%!important;transform:translateY(-50%)!important;color:#9ca3af!important;width:16px!important;height:16px!important}.toolbar-search-input{padding-left:40px!important;height:40px!important;border:1px solid #d1d5db!important;border-radius:6px!important;background-color:#fff!important;color:#111827!important;font-size:14px!important;width:100%!important}.toolbar-search-input:focus{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.toolbar-filter-tabs-container{display:flex!important;align-items:center!important;gap:8px!important}.toolbar-root .toolbar-filter-tab.toolbar-filter-tab{display:flex!important;align-items:center!important;gap:8px!important;padding:8px 12px!important;border-radius:6px!important;cursor:pointer!important;transition:all .2s ease!important;border:1px solid transparent!important;background-color:transparent!important;color:#374151!important;font-size:14px!important;font-weight:400!important}.toolbar-root .toolbar-filter-tab.toolbar-filter-tab:hover{background-color:#f3f4f6!important}.toolbar-root .toolbar-filter-tab.toolbar-filter-tab.active{background-color:#dbeafe!important;border-color:#3b82f6!important;color:#1d4ed8!important;font-weight:500!important}.toolbar-filter-tab-name{font-size:14px!important;color:#374151!important;white-space:nowrap!important}.toolbar-filter-tab.active .toolbar-filter-tab-name{color:#1d4ed8!important;font-weight:500!important}.toolbar-filter-tab-count{background-color:#6b7280!important;color:#fff!important;font-size:12px!important;padding:2px 6px!important;border-radius:9999px!important;min-width:20px!important;text-align:center!important}.toolbar-filter-tab.active .toolbar-filter-tab-count{background-color:#3b82f6!important}.toolbar-filter-status-container{display:flex!important;align-items:center!important;gap:8px!important;white-space:nowrap!important}.toolbar-filter-tag{font-size:14px!important;color:#6b7280!important;background-color:#f3f4f6!important;padding:6px 8px!important;border-radius:6px!important;display:flex!important;align-items:center!important;gap:6px!important;white-space:nowrap!important}.toolbar-filter-tag.customer{background-color:#f3f4f6!important}.toolbar-filter-tag.assignee{background-color:#dbeafe!important}.toolbar-filter-tag-name{font-weight:500!important}.toolbar-filter-tag-close{color:#9ca3af!important;font-size:12px!important;cursor:pointer!important}.toolbar-filter-tag-close:hover,.toolbar-filter-tag.customer .toolbar-filter-tag-close:hover{color:#6b7280!important}.toolbar-filter-tag.assignee .toolbar-filter-tag-close:hover{color:#2563eb!important}@media (max-width: 768px){.toolbar-left{flex-direction:column!important;align-items:flex-start!important;gap:4px!important}.toolbar-filter-tabs-container{flex-wrap:wrap!important}.toolbar-search-container{min-width:200px!important;max-width:300px!important}}.customer-voice-root.customer-voice-root{height:100%!important;background-color:#f9fafb!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;box-sizing:border-box!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important}.customer-voice-layout{display:flex!important;height:100%!important;background-color:#f9fafb!important}.customer-voice-sidebar{width:300px!important;flex-shrink:0!important;border-right:1px solid #e5e7eb!important;background-color:#fff!important}.customer-voice-main{flex:1!important;min-width:0!important;background-color:#fff!important}@media (max-width: 768px){.customer-voice-layout{flex-direction:column!important}.customer-voice-sidebar{width:100%!important;height:200px!important;border-right:none!important;border-bottom:1px solid #e5e7eb!important}.customer-voice-main{flex:1!important;min-height:0!important}}.customer-voice-common-fade-in{animation:customer-voice-common-fade-in .3s ease-in-out!important}@keyframes customer-voice-common-fade-in{0%{opacity:0!important;transform:translateY(10px)!important}to{opacity:1!important;transform:translateY(0)!important}}.customer-voice-common-slide-in{animation:customer-voice-common-slide-in .3s ease-in-out!important}@keyframes customer-voice-common-slide-in{0%{opacity:0!important;transform:translate(-10px)!important}to{opacity:1!important;transform:translate(0)!important}}.customer-voice-common-scrollbar::-webkit-scrollbar{width:6px!important}.customer-voice-common-scrollbar::-webkit-scrollbar-track{background:#f1f5f9!important}.customer-voice-common-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:3px!important}.customer-voice-common-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8!important}.customer-voice-common-tooltip{position:relative!important}.customer-voice-common-tooltip:after{content:attr(data-tooltip)!important;position:absolute!important;bottom:100%!important;left:50%!important;transform:translate(-50%)!important;background-color:#1f2937!important;color:#fff!important;padding:4px 8px!important;border-radius:4px!important;font-size:12px!important;white-space:nowrap!important;opacity:0!important;pointer-events:none!important;transition:opacity .2s ease!important;z-index:1000!important}.customer-voice-common-tooltip:hover:after{opacity:1!important}.customer-voice-common-loading{display:flex!important;align-items:center!important;justify-content:center!important;height:200px!important;color:#6b7280!important}.customer-voice-common-spinner{width:24px!important;height:24px!important;border:2px solid #e5e7eb!important;border-top:2px solid #3b82f6!important;border-radius:50%!important;animation:customer-voice-common-spin 1s linear infinite!important}@keyframes customer-voice-common-spin{0%{transform:rotate(0)!important}to{transform:rotate(360deg)!important}}.customer-voice-common-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:6px!important;font-size:14px!important;font-weight:500!important;cursor:pointer!important;transition:all .2s ease!important;border:none!important;padding:8px 16px!important}.customer-voice-common-button.primary{background-color:#3b82f6!important;color:#fff!important}.customer-voice-common-button.primary:hover{background-color:#2563eb!important}.customer-voice-common-button.secondary{background-color:#fff!important;color:#374151!important;border:1px solid #d1d5db!important}.customer-voice-common-button.secondary:hover{background-color:#f9fafb!important}.customer-voice-common-button.danger{background-color:#dc2626!important;color:#fff!important}.customer-voice-common-button.danger:hover{background-color:#b91c1c!important}.customer-voice-common-badge{display:inline-flex!important;align-items:center!important;border-radius:9999px!important;font-size:12px!important;font-weight:500!important;padding:4px 8px!important}.customer-voice-common-badge.success{background-color:#f0fdf4!important;color:#16a34a!important;border:1px solid #bbf7d0!important}.customer-voice-common-badge.warning{background-color:#fffbeb!important;color:#ea580c!important;border:1px solid #fed7aa!important}.customer-voice-common-badge.error{background-color:#fef2f2!important;color:#dc2626!important;border:1px solid #fecaca!important}.customer-voice-common-badge.info{background-color:#eff6ff!important;color:#2563eb!important;border:1px solid #bfdbfe!important}.customer-voice-common-input{border:1px solid #d1d5db!important;border-radius:6px!important;padding:8px 12px!important;font-size:14px!important;transition:border-color .2s ease!important;background-color:#fff!important;color:#111827!important;width:100%!important}.customer-voice-common-input:focus{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.customer-voice-common-input.error{border-color:#dc2626!important}.customer-voice-common-textarea{border:1px solid #d1d5db!important;border-radius:6px!important;padding:12px!important;font-size:14px!important;resize:vertical!important;min-height:120px!important;transition:border-color .2s ease!important;background-color:#fff!important;color:#111827!important;width:100%!important;font-family:inherit!important}.customer-voice-common-textarea:focus{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.customer-voice-common-textarea.error{border-color:#dc2626!important}.business-opportunity-statistics-bar{margin-bottom:1.5rem!important;padding:1rem!important;background-color:#f9fafb!important;border-radius:.5rem!important;border:1px solid #e5e7eb!important}.business-opportunity-statistics-grid{display:grid!important;grid-template-columns:1fr repeat(3,1fr)!important;gap:1rem!important}.business-opportunity-statistics-card{background-color:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;padding:1rem!important;transition:all .2s ease!important;cursor:pointer!important;position:relative!important;overflow:hidden!important}.business-opportunity-statistics-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important;transform:translateY(-1px)!important}.business-opportunity-statistics-card.business-opportunity-statistics-selected{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important;transform:translateY(-2px)!important}.business-opportunity-statistics-total{background:linear-gradient(135deg,#3b82f6,#1d4ed8)!important;color:#fff!important;border-color:#3b82f6!important}.business-opportunity-statistics-total:hover{background:linear-gradient(135deg,#2563eb,#1e40af)!important}.business-opportunity-statistics-total-icon{background-color:#fff3!important;color:#fff!important}.business-opportunity-statistics-total .business-opportunity-statistics-title-text,.business-opportunity-statistics-total .business-opportunity-statistics-subtitle,.business-opportunity-statistics-total .business-opportunity-statistics-amount,.business-opportunity-statistics-total .business-opportunity-statistics-count{color:#fff!important}.business-opportunity-statistics-content{padding:0!important;height:auto!important}.business-opportunity-statistics-header{display:flex!important;align-items:center!important;gap:.75rem!important;margin-bottom:.75rem!important}.business-opportunity-statistics-icon{width:2.5rem!important;height:2.5rem!important;border-radius:.5rem!important;display:flex!important;align-items:center!important;justify-content:center!important;background-color:#f3f4f6!important;color:#6b7280!important;flex-shrink:0!important}.business-opportunity-statistics-title{flex:1!important;min-width:0!important}.business-opportunity-statistics-title-text{font-size:.875rem!important;font-weight:600!important;color:#111827!important;margin:0!important;line-height:1.25rem!important}.business-opportunity-statistics-subtitle{font-size:.75rem!important;color:#6b7280!important;margin:0!important;line-height:1rem!important}.business-opportunity-statistics-body{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:.5rem!important}.business-opportunity-statistics-amount{font-size:1.25rem!important;font-weight:700!important;color:#111827!important;line-height:1.75rem!important}.business-opportunity-statistics-count{font-size:.75rem!important;color:#6b7280!important;line-height:1rem!important}.business-opportunity-statistics-percentage{display:flex!important;align-items:center!important}.business-opportunity-statistics-percentage-badge{font-size:.75rem!important;font-weight:500!important;padding:.25rem .5rem!important;border-radius:9999px!important;border:1px solid transparent!important}.business-opportunity-statistics-progress{height:.25rem!important;background-color:#f3f4f6!important;border-radius:9999px!important;overflow:hidden!important;margin-top:.5rem!important}.business-opportunity-statistics-progress-bar{height:100%!important;border-radius:9999px!important;transition:width .3s ease!important;background-color:#3b82f6!important}@media (max-width: 1024px){.business-opportunity-statistics-grid{grid-template-columns:1fr 1fr!important;gap:.75rem!important}}@media (max-width: 768px){.business-opportunity-statistics-bar{padding:.75rem!important}.business-opportunity-statistics-grid{grid-template-columns:1fr!important;gap:.5rem!important}.business-opportunity-statistics-card{padding:.75rem!important}.business-opportunity-statistics-header{gap:.5rem!important;margin-bottom:.5rem!important}.business-opportunity-statistics-icon{width:2rem!important;height:2rem!important}.business-opportunity-statistics-amount{font-size:1.125rem!important}}.business-opportunity-container{padding:1.5rem!important;position:relative;z-index:1;height:100%!important;display:flex!important;flex-direction:column!important}.business-opportunity-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:1.5rem!important;padding-bottom:1rem!important;border-bottom:1px solid #e5e7eb!important}.business-opportunity-toolbar-left{display:flex!important;align-items:center!important}.business-opportunity-toolbar-right{display:flex!important;align-items:center!important;gap:.75rem!important}.business-opportunity-title{font-size:1.5rem!important;font-weight:600!important;color:#111827!important;margin:0!important}.business-opportunity-toolbar-button{display:flex!important;align-items:center!important;gap:.5rem!important;padding:.5rem .75rem!important;border-radius:.375rem!important;font-size:.875rem!important;font-weight:500!important;transition:all .2s ease!important;border:1px solid #d1d5db!important;background-color:#fff!important;color:#374151!important}.business-opportunity-toolbar-button:hover{background-color:#f9fafb!important;border-color:#9ca3af!important}.business-opportunity-add-button{background-color:#3b82f6!important;color:#fff!important;border-color:#3b82f6!important}.business-opportunity-add-button:hover{background-color:#2563eb!important;border-color:#2563eb!important}.business-opportunity-main{flex:1!important;height:calc(100vh - 200px)!important;position:relative;z-index:2}.business-opportunity-panel-group{border-radius:.5rem!important;border:1px solid #e5e7eb!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important;overflow:hidden!important;background-color:#fff!important;height:100%!important}.business-opportunity-left-panel{height:100%!important;border-radius:.5rem 0 0 .5rem!important;overflow:hidden!important;background-color:#fff!important;border-right:1px solid #e5e7eb!important;position:relative;z-index:3}.business-opportunity-right-panel{height:100%!important;border-radius:0 .5rem .5rem 0!important;overflow:hidden!important;background-color:#fff!important;position:relative;z-index:3}.business-opportunity-left-panel>*,.business-opportunity-right-panel>*{border-radius:inherit!important;height:100%!important;background-color:inherit!important}.business-opportunity-panel-group [data-panel-resize-handle]{background-color:#f3f4f6!important;width:1px!important;border:none!important}.business-opportunity-panel-group [data-panel-resize-handle]:hover{background-color:#d1d5db!important}.business-opportunity-left-panel .business-opportunity-list-container,.business-opportunity-right-panel .business-opportunity-detail-container{border-radius:inherit!important;overflow:hidden!important}@media (max-width: 768px){.business-opportunity-container{padding:1rem!important}.business-opportunity-main{height:calc(100vh - 180px)!important}.business-opportunity-toolbar{flex-direction:column!important;gap:1rem!important;align-items:stretch!important}.business-opportunity-toolbar-right{justify-content:center!important}}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.sn-content{transition:opacity .2s ease-in-out!important}.sn-directory-item.selected{transition:background-color .2s ease-in-out,border-color .2s ease-in-out!important}.sn-container{height:100vh!important;background-color:#f9fafb!important;padding:1rem!important;position:relative!important;overflow:hidden!important}.sn-main-wrapper{max-width:1700px!important;margin:0 auto!important;height:calc(100vh - 2rem)!important;display:flex!important;gap:.25rem!important}.sn-directory{height:100%!important;overflow:hidden!important}.sn-report-item{transition:all .2s ease-in-out!important}.sn-report-item:hover{background-color:#f3f4f6!important}.sn-report-item.selected{background-color:#dbeafe!important;border-color:#93c5fd!important}.sn-container .sn-report-item.selected{background-color:#3b82f6!important;border-left:4px solid #1e40af!important;color:#fff!important;font-weight:600!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important}.sn-container .sn-report-item.selected span{color:#fff!important;font-weight:600!important}.sn-container .sn-report-item.sn-report-item.selected{background-color:#3b82f6!important;border-left:4px solid #1e40af!important;color:#fff!important;font-weight:600!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important}.sn-container .sn-report-item.sn-report-item.selected span{color:#fff!important;font-weight:600!important}.sn-content{flex:1!important;height:100%!important;overflow:hidden!important}.sn-outline-item{transition:color .2s ease-in-out!important}.sn-outline-item:hover{color:#3b82f6!important}.sn-container .strategic-navigation-card{background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important;border-radius:.5rem!important}.sn-container .generate-map-btn{background-color:#2563eb!important;color:#fff!important;border:none!important}.sn-container .generate-map-btn:hover{background-color:#1d4ed8!important;color:#fff!important}.sn-container .generate-map-btn:disabled{background-color:#93c5fd!important;color:#fff!important}.sn-container .generate-map-btn *{color:#fff!important}.sn-container .badge{display:inline-flex!important;align-items:center!important;border-radius:9999px!important;padding:.25rem .75rem!important;font-size:.75rem!important;font-weight:600!important;line-height:1!important}.sn-container .strategic-navigation-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:.375rem!important;font-size:.875rem!important;font-weight:500!important;transition:all .2s ease!important}.sn-container .progress{position:relative!important;overflow:hidden!important;border-radius:9999px!important;background-color:hsl(var(--secondary))!important}@media (max-width: 1024px){.sn-container{flex-direction:column!important;height:100vh!important}.sn-main-wrapper{height:calc(100vh - 2rem)!important;flex-direction:column!important}.sn-directory{width:100%!important;height:200px!important}.sn-content{flex:1!important;height:auto!important}}@media (max-width: 768px){.sn-container{gap:.5rem!important}.sn-directory{height:150px!important}}.house-container{max-width:1200px;margin:0 auto;padding:24px;display:flex;flex-direction:column;gap:24px}.house-header{text-align:center}.house-title{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 8px}.house-subtitle{color:#64748b;max-width:768px;margin:0 auto;line-height:1.6}.house-layout{display:flex;gap:24px}.house-nav{width:256px;flex-shrink:0}.house-nav-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px 0;min-height:600px}.house-nav-list{display:flex;flex-direction:column;gap:8px;padding:0 16px}.house-nav-btn{width:100%;padding:12px 16px;border:none;background:transparent;color:#64748b;text-align:left;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;transition:all .2s ease}.house-nav-btn:hover{background:#f8fafc;color:#1e293b}.house-nav-btn.active{background:#3b82f6;color:#fff}.house-content{flex:1}.house-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.house-card-header{padding:20px 24px;border-bottom:1px solid #f3f4f6}.house-card-title{font-size:18px;font-weight:600;color:#1e293b;margin:0;display:flex;align-items:center;gap:8px}.house-card-body{padding:24px}.house-grid{display:grid;gap:24px}.house-grid-2{grid-template-columns:repeat(2,1fr)}.house-grid-3{grid-template-columns:repeat(3,1fr)}.house-grid-4{grid-template-columns:repeat(4,1fr)}.house-business-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .2s ease}.house-business-card:hover{box-shadow:0 4px 12px #0000001a}.house-business-header{padding:20px;border-bottom:1px solid #f3f4f6}.house-business-title{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600;color:#1e293b;margin:0}.house-business-icon{padding:8px;border-radius:8px;color:#fff;display:flex;align-items:center;justify-content:center}.house-business-body{padding:20px}.house-business-desc{color:#64748b;margin-bottom:16px;line-height:1.5}.house-business-points{list-style:none;padding:0;margin:0}.house-business-points li{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:4px;color:#374151}.house-feature{padding:16px;border-radius:8px;margin-bottom:16px}.house-feature h4{font-size:16px;font-weight:600;margin:0 0 8px}.house-feature p{font-size:14px;margin:0;line-height:1.4}.house-visual{position:relative;padding:32px;background:linear-gradient(to bottom,#eff6ff,#fff);border-radius:8px}.house-roof{position:absolute;top:0;left:50%;transform:translate(-50%,-16px);background:#3b82f6;color:#fff;padding:8px 24px;border-radius:8px 8px 0 0;font-weight:600}.house-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:32px 0}.house-pillar{text-align:center}.house-pillar-icon{width:64px;height:64px;border-radius:8px;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.house-pillar-title{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 4px}.house-pillar-desc{font-size:14px;color:#64748b;margin:0}.house-foundation{padding:16px;background:#f3f4f6;border-radius:8px;text-align:center}.house-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;border:1px solid}.house-tags{display:flex;flex-wrap:wrap;gap:8px}.house-synergy{position:relative;padding:48px}.house-synergy-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-size:24px}.house-synergy-items{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.house-synergy-item{text-align:center}.house-synergy-icon{width:80px;height:80px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.house-timeline{display:flex;flex-direction:column;gap:24px}.house-timeline-item{display:flex;align-items:flex-start;gap:16px;padding:20px;border:1px solid #e5e7eb;border-radius:8px}.house-timeline-number{width:32px;height:32px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.house-timeline-content{flex:1}.house-timeline-title{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 8px}.house-timeline-desc{color:#64748b;margin-bottom:12px;line-height:1.5}.house-timeline-items{display:grid;gap:12px}.house-timeline-subitem{padding:12px;border-radius:6px}.house-timeline-subitem h5{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 4px}.house-timeline-subitem p{font-size:12px;color:#64748b;margin:0}@media (max-width: 1024px){.house-layout{flex-direction:column}.house-nav{width:100%}.house-nav-list{flex-direction:row;overflow-x:auto;padding:0 16px}.house-nav-btn{white-space:nowrap}.house-grid-4,.house-grid-3,.house-pillars,.house-synergy-items{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.house-container{padding:16px}.house-title{font-size:24px}.house-grid-4,.house-grid-3,.house-grid-2,.house-pillars,.house-synergy-items{grid-template-columns:1fr}.house-timeline-item{flex-direction:column;text-align:center}.house-timeline-items{grid-template-columns:1fr}}.strategic-map-container{max-width:1200px;margin:0 auto;padding:20px;font-family:system-ui,-apple-system,sans-serif}.strategic-map-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.strategic-map-title-section{text-align:center;flex:1}.strategic-map-title-section p{color:#64748b;max-width:768px;margin:8px auto 0;line-height:1.6}.strategic-map-title{font-size:28px;font-weight:700;color:#1e293b;margin:0}.strategic-map-controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.strategic-map-view-toggle{padding:8px 16px;border:1px solid #d1d5db;background:#fff;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s ease}.strategic-map-view-toggle:hover{background:#f9fafb;border-color:#9ca3af}.strategic-map-edit-toggle{padding:8px 16px;border:1px solid #3b82f6;background:#3b82f6;color:#fff;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s ease}.strategic-map-edit-toggle:hover{background:#2563eb;border-color:#2563eb}.strategic-map-edit-toggle.inactive{background:#fff;color:#3b82f6}.strategic-map-edit-toggle.inactive:hover{background:#eff6ff}.strategic-map-content{width:100%;max-width:100%;overflow-x:auto}.strategic-map-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;overflow:hidden}.strategic-map-card-header{padding:20px 24px 16px;border-bottom:1px solid #f3f4f6;background:#fafafa}.strategic-map-card-title{font-size:20px;font-weight:600;color:#1f2937;margin:0;display:flex;align-items:center;gap:8px}.strategic-map-card-content{padding:24px}.strategic-map-grid{display:grid;gap:16px;margin-bottom:24px}.strategic-map-grid-2{grid-template-columns:repeat(2,1fr)}.strategic-map-grid-3{grid-template-columns:repeat(3,1fr)}.strategic-map-grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1024px){.strategic-map-container{max-width:100%;padding:16px}.strategic-map-grid-4,.strategic-map-grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.strategic-map-title{font-size:24px}.strategic-map-header{flex-direction:column;align-items:stretch}.strategic-map-controls{justify-content:center}.strategic-map-grid-4,.strategic-map-grid-3,.strategic-map-grid-2{grid-template-columns:1fr}.strategic-map-card-content{padding:16px}}@media (max-width: 480px){.strategic-map-container{padding:12px}.strategic-map-card-header{padding:16px 16px 12px}.strategic-map-controls{flex-direction:column;gap:8px}}.strategic-map-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;text-align:center;position:relative;transition:all .2s ease}.strategic-map-item:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000001a}.strategic-map-item-icon{width:48px;height:48px;margin:0 auto 12px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.strategic-map-item-title{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 8px}.strategic-map-item-description{font-size:14px;color:#64748b;line-height:1.4;margin:0}.strategic-map-edit-controls{position:absolute;top:8px;right:8px;display:flex;gap:4px;opacity:0;transition:opacity .2s ease}.strategic-map-item:hover .strategic-map-edit-controls{opacity:1}.strategic-map-edit-btn{width:24px;height:24px;border:1px solid #d1d5db;background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:all .2s ease}.strategic-map-edit-btn:hover{background:#f9fafb;border-color:#9ca3af}.strategic-map-edit-btn.delete{color:#dc2626;border-color:#fca5a5}.strategic-map-edit-btn.delete:hover{background:#fef2f2;border-color:#f87171}.strategic-map-center-value{text-align:center;margin-bottom:32px}.strategic-map-value-badge{display:inline-block;background:#3b82f6;color:#fff;padding:16px 32px;border-radius:50px;font-size:18px;font-weight:600;margin:0}.strategic-map-flow{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:24px}.strategic-map-flow-badge{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;color:#fff}.strategic-map-process-section{border:2px solid #e9d5ff;background:#f3e8ff4d;border-radius:8px;margin-bottom:24px;overflow:hidden}.strategic-map-process-header{padding:20px 24px 16px;border-bottom:1px solid #f3f4f6;background:#faf5ff;display:flex;justify-content:space-between;align-items:center}.strategic-map-process-title{display:flex;align-items:center;gap:12px;color:#7c3aed;font-size:20px;font-weight:600;margin:0}.strategic-map-process-icon{background:#8b5cf6;color:#fff;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center}.strategic-map-process-content{padding:24px}.strategic-map-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.strategic-map-process-item{background:#ede9fe;padding:16px;border-radius:8px;position:relative;transition:all .2s ease}.strategic-map-process-item:hover{box-shadow:0 2px 8px #8b5cf626;transform:translateY(-1px)}.strategic-map-process-item-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.strategic-map-process-item-title{color:#6b46c1;font-size:16px;font-weight:600;margin:0}.strategic-map-process-item-list{list-style:none;padding:0;margin:0;color:#7c3aed;font-size:14px}.strategic-map-process-item-list li{margin-bottom:8px;padding-left:12px;position:relative}.strategic-map-process-item-list li:before{content:"•";position:absolute;left:0;color:#8b5cf6;font-weight:700}.strategic-map-process-flow{margin-top:24px;padding:16px;background:#faf5ff;border-radius:8px;border:1px solid #e9d5ff}.strategic-map-process-flow-title{text-align:center;color:#6b46c1;font-size:16px;font-weight:600;margin:0 0 16px}.strategic-map-process-flow-steps{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;font-size:14px}.strategic-map-process-flow-step{background:#ddd6fe;padding:8px 12px;border-radius:16px;color:#6b46c1;font-weight:500;white-space:nowrap}.strategic-map-process-flow-arrow{color:#8b5cf6;flex-shrink:0}@media (max-width: 1200px){.strategic-map-process-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.strategic-map-process-grid{grid-template-columns:1fr}.strategic-map-process-header{flex-direction:column;gap:12px;align-items:stretch}.strategic-map-process-flow-steps{flex-direction:column;gap:8px}.strategic-map-process-flow-arrow{transform:rotate(90deg)}}.strategic-map-learning-section{border:2px solid #fed7aa;background:#ffedd54d;border-radius:8px;margin-bottom:24px;overflow:hidden}.strategic-map-learning-header{padding:20px 24px 16px;border-bottom:1px solid #f3f4f6;background:#fff7ed;display:flex;justify-content:space-between;align-items:center}.strategic-map-learning-title{display:flex;align-items:center;gap:12px;color:#c2410c;font-size:20px;font-weight:600;margin:0}.strategic-map-learning-icon{background:#f97316;color:#fff;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center}.strategic-map-learning-content{padding:24px}.strategic-map-learning-wrapper{display:flex;flex-direction:column;gap:24px}.strategic-map-capitals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.strategic-map-capital-item{background:#fed7aa;padding:16px;border-radius:8px;position:relative;transition:all .2s ease}.strategic-map-capital-item:hover{box-shadow:0 2px 8px #f9731626;transform:translateY(-1px)}.strategic-map-capital-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.strategic-map-capital-title{color:#c2410c;font-size:16px;font-weight:600;margin:0}.strategic-map-capital-items{display:flex;flex-direction:column;gap:12px}.strategic-map-capital-subitem{background:#fff7ed;padding:12px;border-radius:6px;border:1px solid #fed7aa}.strategic-map-capital-subitem h5{color:#c2410c;font-size:14px;font-weight:600;margin:0 0 4px}.strategic-map-capital-subitem p{color:#f97316;font-size:12px;margin:0;line-height:1.4}.strategic-map-support-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.strategic-map-support-item{padding:16px;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px}.strategic-map-support-title{color:#c2410c;font-size:16px;font-weight:600;margin:0 0 12px}.strategic-map-support-grid-inner{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;font-size:14px}.strategic-map-support-tag{background:#fed7aa;padding:8px;border-radius:4px;text-align:center;color:#c2410c;font-weight:500}.strategic-map-explanation{background:linear-gradient(135deg,#eff6ff,#f3e8ff);border:1px solid #e0e7ff;border-radius:8px;padding:24px;margin-top:32px;text-align:center}.strategic-map-explanation-title{font-size:20px;font-weight:600;color:#1e293b;margin:0 0 16px}.strategic-map-explanation-text{color:#64748b;margin-bottom:20px;line-height:1.6}.strategic-map-flow{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;font-size:14px}.strategic-map-flow-badge{padding:8px 16px;border-radius:20px;font-weight:500;color:#fff}.strategic-map-flow-arrow{color:#6b7280;flex-shrink:0}@media (max-width: 1024px){.strategic-map-capitals-grid,.strategic-map-support-grid{grid-template-columns:1fr}}@media (max-width: 768px){.strategic-map-learning-header{flex-direction:column;gap:12px;align-items:stretch}.strategic-map-support-grid-inner{grid-template-columns:1fr}}.strategic-map-container *{box-sizing:border-box}.strategic-map-container input,.strategic-map-container textarea,.strategic-map-container button{font-family:inherit}.strategic-map-container-wrapper{display:flex;height:calc(100vh - 80px);overflow:hidden}.strategic-map-list-panel{height:100%;border-right:1px solid #e5e7eb;overflow-y:auto;background:#fafafa;display:flex;flex-direction:column}.strategic-map-list-header{padding:16px;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0}.strategic-map-list-items{flex:1;overflow-y:auto}.strategic-map-list-item{padding:16px;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:all .2s;background:#fff}.strategic-map-list-item:hover{background:#f3f4f6}.strategic-map-list-item.active{background:#eff6ff;border-left:3px solid #3b82f6;padding-left:13px}.strategic-map-list-item-title{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:8px}.strategic-map-list-item-meta{display:flex;gap:8px;font-size:12px;color:#64748b;flex-wrap:wrap;align-items:center}.strategic-map-splitter{width:4px;cursor:col-resize;background:#e5e7eb;transition:background .2s;flex-shrink:0;-webkit-user-select:none;user-select:none}.strategic-map-splitter:hover,.strategic-map-splitter.dragging{background:#3b82f6}.strategic-map-detail{flex:1;overflow-y:auto;background:#fff;min-width:0}.review-problem-toolbar-header{padding:1rem!important;border-bottom:1px solid #e5e7eb!important}.review-problem-toolbar-title-section{margin-bottom:1rem!important}.review-problem-toolbar-title{font-size:1rem!important;font-weight:600!important;color:#1f2937!important;margin:0!important}.review-problem-toolbar-category-icons{display:flex!important;align-items:center!important;gap:.5rem!important}.review-problem-toolbar-category-icons svg{opacity:.8!important;transition:opacity .2s ease!important}.review-problem-toolbar-category-icons svg:hover{opacity:1!important}.review-problem-toolbar-actions{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.75rem!important;margin-bottom:1rem!important}.review-problem-toolbar-filter-btn{display:flex!important;align-items:center!important;gap:.5rem!important;min-width:100px!important;justify-content:flex-start!important}.review-problem-toolbar-action-buttons{display:flex!important;align-items:center!important;gap:.5rem!important}.review-problem-toolbar-search{width:100%!important}.review-problem-toolbar-search .relative{position:relative!important}.review-problem-toolbar-search input{width:100%!important;padding-left:2.5rem!important}.review-problem-toolbar-dropdown{min-width:200px!important;z-index:9999!important;position:relative!important}.review-problem-toolbar-dropdown [role=menuitem]{display:flex!important;align-items:center!important;gap:.5rem!important;padding:.5rem .75rem!important;cursor:pointer!important;transition:background-color .2s ease!important}.review-problem-toolbar-dropdown [role=menuitem]:hover{background-color:#f3f4f6!important}@media (max-width: 1024px){.review-problem-toolbar-actions{flex-direction:column!important;align-items:stretch!important;gap:.75rem!important}.review-problem-toolbar-action-buttons{justify-content:space-between!important}.review-problem-toolbar-filter-btn{width:100%!important;justify-content:center!important}}@media (max-width: 768px){.review-problem-toolbar-header{padding:.75rem!important}.review-problem-toolbar-title{font-size:.875rem!important}.review-problem-toolbar-category-icons{gap:.25rem!important}.review-problem-toolbar-category-icons svg{width:.875rem!important;height:.875rem!important}.review-problem-toolbar-action-buttons{flex-direction:column!important;gap:.5rem!important}.review-problem-toolbar-action-buttons button{width:100%!important;justify-content:center!important}}@media (max-width: 480px){.review-problem-toolbar-header{padding:.5rem!important}.review-problem-toolbar-title{font-size:.75rem!important;flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important}.review-problem-toolbar-category-icons{order:2!important}.review-problem-toolbar-title span{order:1!important}}.review-problem-list-container.review-problem-list-container{width:100%!important;height:100%!important;background-color:#fff!important;border-right:1px solid #e5e7eb!important;display:flex!important;flex-direction:column!important}.review-problem-list-content{flex:1!important;overflow-y:auto!important;padding:1rem!important}.review-problem-list-container .review-problem-list-item.review-problem-list-item{margin-bottom:.75rem!important;border-radius:.5rem!important;padding:.75rem!important;cursor:pointer!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;border:2px solid #e5e7eb!important;background-color:#fff!important;display:flex!important;flex-direction:column!important}.review-problem-list-container .review-problem-list-item.review-problem-list-item:hover{border-color:#d1d5db!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important}.review-problem-list-container .review-problem-list-item.review-problem-list-item-selected{border-color:#3b82f6!important;background-color:#eff6ff!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important}.review-problem-list-item h3{color:inherit!important;font-weight:600!important;font-size:.875rem!important;line-height:1.25rem!important;margin:0!important}.review-problem-list-item-selected h3{color:#1e3a8a!important}.review-problem-list-item-default h3{color:#111827!important}.review-problem-list-item .badge{display:inline-flex!important;align-items:center!important;gap:.25rem!important;border-radius:9999px!important;padding:.25rem .5rem!important;font-size:.75rem!important;font-weight:500!important;border:1px solid!important}.review-problem-list-item>div:last-child{display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:.75rem!important;color:#6b7280!important;margin-top:.5rem!important}.review-problem-list-item button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:1.5rem!important;height:1.5rem!important;padding:0!important;border:none!important;background:none!important;color:#6b7280!important;cursor:pointer!important;border-radius:.25rem!important;transition:all .2s ease!important}.review-problem-list-item button:hover{background-color:#f3f4f6!important;color:#374151!important}.review-problem-list-items .text-center{text-align:center!important;padding:2rem 0!important;color:#6b7280!important}.review-problem-list-items .text-center svg{margin:0 auto .75rem!important;color:#d1d5db!important}.review-problem-list-items .animate-spin{animation:spin 1s linear infinite!important}.review-problem-list-item{padding:.75rem!important}.review-problem-list-item h3{font-size:.8125rem!important;line-height:1.125rem!important}.review-problem-list-item>div:last-child{flex-direction:column!important;align-items:flex-start!important;gap:.25rem!important;margin-top:.5rem!important}.review-problem-list-item .badge{font-size:.6875rem!important;padding:.125rem .375rem!important}@media (max-width: 768px){.review-problem-list-content{padding:.75rem!important}.review-problem-list-item{padding:.5rem!important}.review-problem-list-item h3{font-size:.75rem!important;line-height:1rem!important}.review-problem-list-item .badge{font-size:.625rem!important;padding:.125rem .25rem!important}}@media (max-width: 480px){.review-problem-list-content{padding:.5rem!important}.review-problem-list-item{padding:.375rem!important}.review-problem-list-item h3{font-size:.6875rem!important;line-height:.875rem!important}}.review-problem-detail-container.review-problem-detail-container{width:100%!important;height:100%!important;background-color:#fff!important;display:flex!important;flex-direction:column!important}.review-problem-detail-content{flex:1!important;overflow-y:auto!important;padding:1.5rem!important}.review-problem-detail-section{margin-bottom:1.5rem!important}.review-problem-detail-section:last-child{margin-bottom:0!important}.review-problem-detail-section h2{font-size:1.5rem!important;font-weight:700!important;color:#111827!important;margin-bottom:.5rem!important;line-height:1.2!important}.review-problem-detail-section h3{font-size:1.125rem!important;font-weight:600!important;color:#111827!important;margin-bottom:.75rem!important;display:flex!important;align-items:center!important;gap:.5rem!important}.review-problem-detail-container .review-problem-detail-badge.review-problem-detail-badge{display:inline-flex!important;align-items:center!important;gap:.25rem!important;border-radius:9999px!important;padding:.25rem .75rem!important;font-size:.875rem!important;font-weight:500!important;border:1px solid!important}.review-problem-detail-section .bg-gray-50{background-color:#f9fafb!important;border-radius:.5rem!important;padding:1rem!important;border:1px solid #e5e7eb!important}.review-problem-detail-section .bg-orange-50{background-color:#fff7ed!important;border-radius:.5rem!important;padding:1rem!important;border:1px solid #fed7aa!important}.review-problem-detail-section .bg-blue-50{background-color:#eff6ff!important;border-radius:.5rem!important;padding:1rem!important;border:1px solid #bfdbfe!important}.review-problem-detail-section p{color:inherit!important;line-height:1.6!important;margin:0!important}.review-problem-detail-section .text-gray-700{color:#374151!important}.review-problem-detail-section .text-orange-800{color:#9a3412!important}.review-problem-detail-section .text-blue-800{color:#1e40af!important}.review-problem-detail-section .grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.review-problem-detail-section .flex{display:flex!important;align-items:center!important;gap:.5rem!important}.review-problem-detail-section .flex div{display:flex!important;flex-direction:column!important}.review-problem-detail-section .text-sm{font-size:.875rem!important;line-height:1.25rem!important}.review-problem-detail-section .font-medium{font-weight:500!important}.review-problem-detail-section .text-gray-900{color:#111827!important}.review-problem-detail-section svg{color:inherit!important;flex-shrink:0!important}.review-problem-detail-section .text-gray-500{color:#6b7280!important}.review-problem-detail-section .text-gray-600{color:#4b5563!important}.review-problem-detail-section .flex-wrap{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important}.review-problem-detail-container .text-center{text-align:center!important;color:#6b7280!important}.review-problem-detail-container .text-center svg{margin:0 auto .75rem!important;color:#d1d5db!important}@media (max-width: 768px){.review-problem-detail-content{padding:1rem!important}.review-problem-detail-section h2{font-size:1.25rem!important}.review-problem-detail-section h3{font-size:1rem!important}.review-problem-detail-section .grid{grid-template-columns:1fr!important}.review-problem-detail-section .flex{flex-direction:column!important;align-items:flex-start!important}}.review-problem-form-container.review-problem-form-container{width:100%!important;height:100%!important;background-color:#fff!important;display:flex!important;flex-direction:column!important}.review-problem-form-container .review-problem-form-container-card-content{flex:1!important;overflow-y:auto!important;padding:1.5rem!important}.review-problem-form-container form{display:flex!important;flex-direction:column!important;gap:1.5rem!important}.review-problem-form-container .space-y-4{display:flex!important;flex-direction:column!important;gap:1rem!important}.review-problem-form-container .space-y-6{display:flex!important;flex-direction:column!important;gap:1.5rem!important}.review-problem-form-container h3{font-size:1.125rem!important;font-weight:600!important;color:#111827!important;margin:0!important}.review-problem-form-container .grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.review-problem-form-container label{display:block!important;font-size:.875rem!important;font-weight:500!important;color:#374151!important;margin-bottom:.5rem!important}.review-problem-form-container .review-problem-form-input.review-problem-form-input{width:100%!important;padding:.5rem .75rem!important;border:1px solid #d1d5db!important;border-radius:.375rem!important;background-color:#fff!important;color:#111827!important;font-size:.875rem!important;transition:border-color .2s ease!important}.review-problem-form-container .review-problem-form-input.review-problem-form-input:focus{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.review-problem-form-container .review-problem-form-input.review-problem-form-input.border-red-500{border-color:#ef4444!important}.review-problem-form-container .review-problem-form-input.review-problem-form-input.border-red-500:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.review-problem-form-container .review-problem-form-textarea.review-problem-form-textarea{width:100%!important;padding:.75rem!important;border:1px solid #d1d5db!important;border-radius:.375rem!important;background-color:#fff!important;color:#111827!important;font-size:.875rem!important;resize:vertical!important;min-height:6rem!important;transition:border-color .2s ease!important;font-family:inherit!important}.review-problem-form-container .review-problem-form-textarea.review-problem-form-textarea:focus{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.review-problem-form-container .review-problem-form-textarea.review-problem-form-textarea.border-red-500{border-color:#ef4444!important}.review-problem-form-container .review-problem-form-textarea.review-problem-form-textarea.border-red-500:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.review-problem-form-container .review-problem-form-select.review-problem-form-select{width:100%!important;padding:.5rem .75rem!important;border:1px solid #d1d5db!important;border-radius:.375rem!important;background-color:#fff!important;color:#111827!important;font-size:.875rem!important;transition:border-color .2s ease!important}.review-problem-form-container .review-problem-form-select.review-problem-form-select:focus{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.review-problem-form-container .review-problem-form-select.review-problem-form-select.border-red-500{border-color:#ef4444!important}.review-problem-form-container .review-problem-form-select.review-problem-form-select.border-red-500:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.review-problem-form-container .text-red-500{color:#ef4444!important;font-size:.875rem!important;margin-top:.25rem!important}.review-problem-form-container .border-t{border-top:1px solid #e5e7eb!important;padding-top:1.5rem!important;display:flex!important;justify-content:flex-end!important;gap:.75rem!important}.review-problem-form-container .review-problem-form-button.review-problem-form-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:.5rem 1rem!important;border-radius:.375rem!important;font-size:.875rem!important;font-weight:500!important;transition:all .2s ease!important;cursor:pointer!important;border:1px solid transparent!important}.review-problem-form-container .review-problem-form-button.review-problem-form-button:disabled{opacity:.5!important;cursor:not-allowed!important}.review-problem-form-container .review-problem-form-button.review-problem-form-button[data-variant=outline]{background-color:#fff!important;color:#374151!important;border-color:#d1d5db!important}.review-problem-form-container .review-problem-form-button.review-problem-form-button[data-variant=outline]:hover{background-color:#f9fafb!important;border-color:#9ca3af!important}.review-problem-form-container .review-problem-form-button.review-problem-form-button[data-variant=default]{background-color:#3b82f6!important;color:#fff!important}.review-problem-form-container .review-problem-form-button.review-problem-form-button[data-variant=default]:hover{background-color:#2563eb!important}@media (max-width: 768px){.review-problem-form-container .review-problem-form-container-card-content{padding:1rem!important}.review-problem-form-container .grid{grid-template-columns:1fr!important}.review-problem-form-container .border-t{flex-direction:column!important}.review-problem-form-container .review-problem-form-button{width:100%!important}}.review-problems-container{padding:1.5rem!important;position:relative;z-index:1}.review-problems-main{height:calc(100vh - 120px)!important;position:relative;z-index:2}.review-problems-panel-group{border-radius:.5rem!important;border:1px solid #e5e7eb!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important;overflow:hidden!important;background-color:#fff!important}.review-problems-left-panel{height:100%!important;border-radius:.5rem 0 0 .5rem!important;overflow:hidden!important;background-color:#fff!important;border-right:1px solid #e5e7eb!important;position:relative;z-index:3}.review-problems-right-panel{height:100%!important;border-radius:0 .5rem .5rem 0!important;overflow:hidden!important;background-color:#fff!important;position:relative;z-index:3}.review-problems-left-panel>*,.review-problems-right-panel>*{border-radius:inherit!important;height:100%!important;background-color:inherit!important}.review-problems-panel-group [data-panel-resize-handle]{background-color:#f3f4f6!important;width:1px!important;border:none!important}.review-problems-panel-group [data-panel-resize-handle]:hover{background-color:#d1d5db!important}.review-problems-left-panel .review-problem-list-container,.review-problems-right-panel .review-problem-detail-container{border-radius:inherit!important;overflow:hidden!important}.review-problems-container .text-center{text-align:center!important;color:#6b7280!important}.review-problems-container .animate-spin{animation:spin 1s linear infinite!important}@keyframes spin{0%{transform:rotate(0)!important}to{transform:rotate(360deg)!important}}.review-problems-container .text-red-500{color:#ef4444!important}.review-problems-container .text-gray-600{color:#4b5563!important}.review-problems-container .text-gray-900{color:#111827!important}.review-problems-container .text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.review-problems-container .font-semibold{font-weight:600!important}.review-problems-container .mb-2{margin-bottom:.5rem!important}.review-problems-container .mb-4{margin-bottom:1rem!important}.review-problems-container .px-4{padding-left:1rem!important;padding-right:1rem!important}.review-problems-container .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.review-problems-container .bg-blue-600{background-color:#2563eb!important}.review-problems-container .text-white{color:#fff!important}.review-problems-container .rounded-lg{border-radius:.5rem!important}.review-problems-container .hover\:bg-blue-700:hover{background-color:#1d4ed8!important}.review-problems-container .transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}@media (max-width: 1024px){.review-problems-container{padding:1rem!important}.review-problems-main{height:calc(100vh - 100px)!important}.review-problems-panel-group [data-panel-group]{flex-direction:column!important}.review-problems-left-panel{min-height:40vh!important;max-height:50vh!important;border-radius:.5rem .5rem 0 0!important;border-right:none!important;border-bottom:1px solid #e5e7eb!important}.review-problems-right-panel{min-height:50vh!important;border-radius:0 0 .5rem .5rem!important}.review-problems-panel-group [data-panel-resize-handle]{display:none!important}}@media (max-width: 768px){.review-problems-container{padding:.75rem!important}.review-problems-main{height:calc(100vh - 80px)!important}.review-problems-panel-group{border-radius:.375rem!important}.review-problems-left-panel{min-height:35vh!important;max-height:45vh!important;border-radius:.375rem .375rem 0 0!important}.review-problems-right-panel{min-height:55vh!important;border-radius:0 0 .375rem .375rem!important}}@media (max-width: 480px){.review-problems-container{padding:.5rem!important}.review-problems-main{height:calc(100vh - 60px)!important}.review-problems-panel-group{border-radius:.25rem!important}.review-problems-left-panel{min-height:30vh!important;max-height:40vh!important;border-radius:.25rem .25rem 0 0!important}.review-problems-right-panel{min-height:60vh!important;border-radius:0 0 .25rem .25rem!important}}.search-header-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;height:60px;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.search-header-bar-left{display:flex;align-items:center;flex:1}.search-header-bar-search{position:relative;display:flex;align-items:center;width:400px}.search-header-bar-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#6b7280;z-index:1}.search-header-bar-search-input{width:100%;padding:8px 12px 8px 40px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;transition:all .2s ease}.search-header-bar-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-header-bar-search-input::placeholder{color:#9ca3af}.search-header-bar-right{display:flex;align-items:center}.search-header-bar-capacity-button{background:#3b82f6;color:#fff;border:1px solid #3b82f6;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.search-header-bar-capacity-button:hover{background:#2563eb;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.search-header-bar-capacity-button:active{transform:translateY(0);box-shadow:0 2px 4px #3b82f633}@media (max-width: 768px){.search-header-bar-search{width:300px}}@media (max-width: 640px){.search-header-bar{padding:8px 16px}.search-header-bar-search{width:250px}.search-header-bar-capacity-button{padding:6px 12px;font-size:13px}}.department-plan-container{width:100%;height:100vh;display:flex;flex-direction:column;background-color:#f9fafb;overflow:hidden}.plan-list-content{padding:24px;max-width:1200px;margin:0 auto;width:100%}.plan-list-title{font-size:24px;font-weight:600;color:#1f2937;margin-bottom:8px}.plan-list-subtitle{font-size:14px;color:#6b7280;margin-bottom:24px}.plan-list-section{margin-bottom:24px}.plan-list-section-content{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.plan-list-actions-group{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:16px 0;margin-top:24px}.plan-list-button{background-color:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.plan-list-button:hover{background-color:#2563eb}.ai-generation-step-content{padding:24px;max-width:1200px;margin:0 auto;width:100%}.ai-generation-step-title{font-size:24px;font-weight:600;color:#1f2937;margin-bottom:8px}.ai-generation-step-subtitle{font-size:14px;color:#6b7280;margin-bottom:24px}.ai-generation-section{margin-bottom:24px}.ai-generation-section-content{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.ai-generation-section-title{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:16px;display:flex;align-items:center;gap:8px}.ai-generation-button-group{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid #e5e7eb;margin-top:24px}.ai-generation-button{background-color:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.ai-generation-button:hover{background-color:#2563eb}.department-plan-navigation{padding:12px 24px 16px;background-color:#fff}.department-plan-navigation-actions{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;gap:12px}.department-plan-navigation-btn{padding:6px 12px;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;min-width:90px;justify-content:center;border:1px solid #d1d5db}.department-plan-navigation-btn:disabled{opacity:.5;cursor:not-allowed}.department-plan-navigation-btn-prev{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.department-plan-navigation-btn-prev:hover:not(:disabled){background-color:#e5e7eb;border-color:#9ca3af}.department-plan-navigation-btn-next{background-color:#3b82f6;color:#fff;border:1px solid #3b82f6}.department-plan-navigation-btn-next:hover:not(:disabled){background-color:#2563eb;border-color:#2563eb}.plan-history-list{margin-top:16px;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;box-shadow:0 1px 3px #0000001a}.plan-history-header{padding:12px 16px;border-bottom:1px solid #f3f4f6;background-color:#f9fafb;cursor:pointer;transition:background-color .2s ease}.plan-history-header:hover{background-color:#f3f4f6}.plan-history-content{padding:0}.plan-history-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:24px;color:#6b7280;font-size:14px}.plan-history-loading-spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.plan-history-items{padding:8px}.plan-history-item{border:1px solid #e5e7eb;border-radius:6px;margin-bottom:8px;background-color:#fff;transition:all .2s ease}.plan-history-item:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.plan-history-item:last-child{margin-bottom:0}.plan-history-item-main{display:flex;align-items:center;padding:12px 16px;gap:16px}.plan-history-item-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.plan-history-year-badge{display:flex;align-items:center;justify-content:center;width:48px;height:32px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:6px;font-size:12px;font-weight:600;flex-shrink:0}.plan-history-item-info{min-width:0;flex:1}.plan-history-item-title{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 4px;line-height:1.4}.plan-history-item-meta{display:flex;align-items:center;gap:8px}.plan-history-item-date{font-size:12px;color:#6b7280}.plan-history-item-center,.plan-history-item-right{display:flex;align-items:center;flex-shrink:0}.plan-history-summary{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.plan-history-summary-item{display:flex;align-items:center;gap:4px;color:#4b5563;font-size:12px}.plan-history-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.plan-history-action-btn{padding:6px 12px;font-size:12px;height:32px;border-radius:4px;transition:all .2s ease}.plan-history-action-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.plan-right-panel-container{display:flex;flex-direction:column;height:100%;overflow:hidden}.plan-right-panel-content{flex:1;min-height:0;overflow-y:auto}.plan-right-panel-history{flex-shrink:0;margin-top:16px;border-top:1px solid #e5e7eb;padding-top:16px}.department-plan-layout{display:flex;flex:1;overflow:hidden;height:100%}.department-plan-left-panel{width:100%;height:100%;border-right:1px solid #e5e7eb;background-color:#fff;display:flex;flex-direction:column;overflow:hidden}.department-plan-panel-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1f2937}.department-plan-panel-actions{display:flex;gap:4px;margin-left:auto;align-items:center}.department-plan-refresh-btn{padding:4px 8px}.department-plan-org-btn{font-size:.875rem;padding:4px 8px}.department-plan-panel-content{flex:1;overflow-y:auto;padding:0!important}.department-list-container{padding:8px}.department-list-node-content{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.department-list-node-content:hover{background-color:#f3f4f6;border-color:#d1d5db}.department-list-node-content.selected{background-color:#dbeafe;border-color:#3b82f6;color:#1e40af}.department-list-node-content.with-plan{border-left:3px solid #10b981}.department-list-node-content.no-plan{border-left:3px solid #d1d5db}.department-list-expand-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:none;cursor:pointer;border-radius:4px;color:#6b7280;transition:all .2s ease}.department-list-expand-btn:hover{background-color:#f3f4f6;color:#374151}.department-list-info{flex:1;min-width:0}.department-list-name{font-size:14px;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.department-list-details{display:flex;gap:8px;font-size:12px;color:#6b7280;margin-top:2px}.department-list-employees{color:#6b7280}.department-list-year{color:#059669;font-weight:500}.department-list-status{display:flex;align-items:center;gap:4px;font-size:12px;color:#6b7280}.department-list-status-text{white-space:nowrap}.department-list-status-tag{font-size:.75rem;color:#9ca3af;padding:2px 6px;background-color:#f3f4f6;border-radius:4px;white-space:nowrap}.department-list-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#6b7280;gap:12px}.department-list-loading-spinner{width:24px;height:24px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.department-list-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#dc2626;gap:12px;text-align:center}.department-list-retry-btn{margin-top:8px}.department-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#6b7280;gap:12px}.department-plan-right-panel{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;background-color:#f9fafb}.department-plan-mode-badge{display:inline-block;padding:2px 8px;margin-left:8px;background-color:#fef3c7;color:#92400e;border-radius:12px;font-size:12px;font-weight:500}.department-plan-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#6b7280;gap:16px}.department-plan-loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.department-plan-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 24px;flex-shrink:0}.department-plan-header-content{display:flex;align-items:center;gap:16px;max-width:1200px;margin:0 auto}.department-plan-back-btn{flex-shrink:0}.department-plan-title-section{flex:1}.department-plan-title{font-size:20px;font-weight:600;color:#111827;margin:0;line-height:1.2}.department-plan-subtitle{font-size:14px;color:#6b7280;margin:4px 0 0}.department-plan-progress{background:#fff;border-bottom:1px solid #e5e7eb;padding:20px 24px;flex-shrink:0}.department-plan-progress-steps{display:flex;align-items:center;justify-content:center;gap:8px;max-width:1200px;margin:0 auto}.department-plan-progress-step{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;cursor:pointer;transition:all .2s ease;position:relative}.department-plan-progress-step.pending{background:#f3f4f6;color:#6b7280}.department-plan-progress-step.active{background:#dbeafe;color:#1d4ed8;box-shadow:0 2px 4px #3b82f61a}.department-plan-progress-step.completed{background:#dcfce7;color:#166534}.department-plan-progress-step-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#fffc}.department-plan-progress-step-content{display:flex;flex-direction:column;align-items:center;gap:2px}.department-plan-progress-step-title{font-size:12px;font-weight:500;white-space:nowrap}.department-plan-progress-step-number{font-size:10px;opacity:.7}.department-plan-progress-connector{width:40px;height:2px;background:#e5e7eb;margin:0 8px}.department-plan-progress-step.completed+.department-plan-progress-connector{background:#22c55e}.department-plan-progress-bar{margin-top:16px;max-width:1200px;margin-left:auto;margin-right:auto}.department-plan-progress-bar-fill{height:4px}.department-plan-main{flex:1;padding:24px;overflow-y:auto}.department-plan-content-card{max-width:1200px;margin:0 auto;height:100%;display:flex;flex-direction:column}.department-plan-content{flex:1;padding:32px;overflow-y:auto}.department-plan-footer{background:#fff;border-top:1px solid #e5e7eb;padding:16px 24px;flex-shrink:0}.department-plan-footer-actions{display:flex;justify-content:center;gap:12px;max-width:1200px;margin:0 auto}.department-plan-footer-btn{min-width:100px}@media (max-width: 768px){.department-plan-progress-steps{flex-wrap:wrap;gap:4px}.department-plan-progress-step{padding:6px 12px}.department-plan-progress-step-title{font-size:11px}.department-plan-content{padding:20px}.department-plan-footer-actions{flex-direction:column;align-items:center}.department-plan-footer-btn{width:100%;max-width:200px}}.department-plan-step-content{max-width:800px;margin:0 auto}.department-plan-step-title{font-size:24px;font-weight:600;color:#111827;margin-bottom:8px;text-align:center}.department-plan-step-subtitle{font-size:16px;color:#6b7280;text-align:center;margin-bottom:32px}.department-plan-section{margin-bottom:32px}.department-plan-section-title{font-size:18px;font-weight:600;color:#111827;margin-bottom:16px;display:flex;align-items:center;gap:8px}.department-plan-section-content{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.department-plan-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.department-plan-info-item{display:flex;flex-direction:column;gap:4px}.department-plan-info-label{font-size:12px;color:#6b7280;font-weight:500}.department-plan-info-value{font-size:14px;color:#111827;font-weight:600}.department-plan-list{display:flex;flex-direction:column;gap:12px}.department-plan-list-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.department-plan-list-item-icon{width:20px;height:20px;color:#3b82f6;flex-shrink:0}.department-plan-list-item-content{flex:1}.department-plan-list-item-title{font-size:14px;font-weight:500;color:#111827;margin-bottom:2px}.department-plan-list-item-description{font-size:12px;color:#6b7280}.department-plan-list-item-meta{font-size:12px;color:#6b7280;flex-shrink:0}.department-plan-button-group{display:flex;gap:12px;justify-content:center;margin-top:32px}.department-plan-button{min-width:120px}.department-plan-status{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.department-plan-status.success{background:#dcfce7;color:#166534}.department-plan-status.warning{background:#fef3c7;color:#92400e}.department-plan-status.error{background:#fee2e2;color:#991b1b}.department-plan-status.info{background:#dbeafe;color:#1d4ed8}.department-list-plan-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;padding:0 6px;font-size:12px;font-weight:600;color:#fff;background-color:#3b82f6;border-radius:10px}.generation-control-container{margin-bottom:1.5rem;border:1px solid #e5e7eb;border-radius:.75rem;background-color:#fff;padding:1.5rem}.generation-control-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.generation-control-title-section{display:flex;flex-direction:column;gap:.25rem;flex:1}.generation-control-title{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.generation-control-subtitle{margin:0;font-size:.875rem;color:#6b7280}.generation-control-actions{display:flex;gap:.75rem;align-items:center}.generation-control-start-button{background-color:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s ease-in-out}.generation-control-start-button:hover:not(:disabled){background-color:#1d4ed8}.generation-control-start-button:disabled{background-color:#9ca3af;cursor:not-allowed}.generation-control-pause-button{background-color:#f59e0b;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s ease-in-out}.generation-control-pause-button:hover{background-color:#d97706}.generation-control-stop-button{background-color:#dc2626;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s ease-in-out}.generation-control-stop-button:hover{background-color:#b91c1c}.generation-control-regenerate-button{background-color:#059669;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s ease-in-out}.generation-control-regenerate-button:hover{background-color:#047857}.generation-control-multi-plan-button{background-color:#7c3aed;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s ease-in-out}.generation-control-multi-plan-button:hover:not(:disabled){background-color:#6d28d9}.generation-control-multi-plan-button:disabled{background-color:#9ca3af;cursor:not-allowed}.generation-control-progress-section{display:flex;align-items:center;gap:1rem}.generation-control-progress-bar{flex:1;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden;position:relative}.generation-control-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:4px;transition:width .3s ease-in-out;position:relative}.generation-control-progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.generation-control-progress-text{font-size:.875rem;font-weight:600;color:#374151;min-width:3rem;text-align:right}.generation-control-start-section{display:flex;align-items:center;gap:1rem}.generation-control-plan-count{font-size:.875rem;color:#6b7280;font-weight:500}.config-setting-container{margin-bottom:1.5rem;border:1px solid #e5e7eb;border-radius:.75rem;background-color:#f9fafb;transition:all .3s ease-in-out}.config-setting-collapsed{background-color:#f3f4f6}.config-setting-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;cursor:pointer;transition:background-color .2s ease-in-out}.config-setting-header:hover{background-color:#f3f4f6}.config-setting-title{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1rem;font-weight:600;color:#374151}.config-setting-count-badge{margin-left:.5rem;font-size:.75rem;color:#6b7280;background-color:#e5e7eb;padding:.25rem .5rem;border-radius:9999px}.config-setting-toggle{color:#6b7280;transition:transform .2s ease-in-out}.config-setting-toggle:hover{color:#374151}.config-setting-subtitle{padding:0 1.5rem;margin:0 0 1rem;font-size:.875rem;color:#6b7280;line-height:1.5}.config-setting-section{padding:0 1.5rem;margin-bottom:1.5rem}.config-setting-section-title{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#374151}.config-setting-modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:1rem}.config-setting-module-item{display:flex;align-items:center;gap:.75rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff;cursor:pointer;transition:all .2s ease-in-out;position:relative}.config-setting-module-item:hover{border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}.config-setting-module-selected{border-color:#10b981;background-color:#f0fdf4}.config-setting-module-checkbox{flex-shrink:0}.config-setting-module-icon{flex-shrink:0;color:#6b7280}.config-setting-module-content{flex:1;min-width:0}.config-setting-module-title{margin:0 0 .25rem;font-size:.875rem;font-weight:600;color:#374151}.config-setting-module-description{margin:0;font-size:.75rem;color:#6b7280;line-height:1.4}.config-setting-module-badge{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#059669;background-color:#d1fae5;padding:.25rem .5rem;border-radius:9999px}.config-setting-actions{display:flex;gap:.75rem;justify-content:flex-end}.config-setting-radio-group{display:flex;flex-direction:row;gap:1rem}.config-setting-radio-option{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.375rem;background-color:#fff;cursor:pointer;transition:all .2s ease-in-out;flex:1;min-width:0}.config-setting-radio-option:hover{border-color:#3b82f6;background-color:#f8fafc}.config-setting-radio-option[data-state=checked]{border-color:#10b981;background-color:#f0fdf4}.config-setting-radio-label{display:flex;flex-direction:column;gap:.125rem;cursor:pointer;flex:1;min-width:0}.config-setting-radio-name{font-size:.875rem;font-weight:600;color:#374151;white-space:nowrap}.config-setting-radio-description{font-size:.75rem;color:#6b7280;white-space:nowrap}.plan-table-row{border-bottom:1px solid #e5e7eb;transition:all .2s ease-in-out}.plan-table-row:hover{background-color:#f9fafb}.plan-table-row.generating{background-color:#eff6ff;border-left:4px solid #3b82f6}.plan-table-row.expanded{background-color:#f0f9ff}.plan-table-row.status-generating{background-color:#fef3c7}.plan-table-row.status-draft{background-color:#f0fdf4}.plan-table-row.status-published{background-color:#f0f9ff}.plan-table-cell{padding:1rem .75rem;border-right:1px solid #e5e7eb;vertical-align:top;position:relative}.plan-table-cell:last-child{border-right:none}.plan-table-cell:hover{background-color:#f3f4f6}.plan-table-cell.expanded{background-color:#dbeafe}.plan-table-cell.generating-current{animation:pulse-generating 2s infinite}.plan-table-index-cell{text-align:center}.plan-table-index{display:flex;flex-direction:column;align-items:center;gap:.25rem}.plan-table-index-number{font-weight:600;color:#374151;font-size:.875rem}.plan-table-index-status{display:flex;align-items:center}.plan-table-name-cell{min-width:200px}.plan-table-name{display:flex;flex-direction:column;gap:.25rem}.plan-table-name-title{font-weight:600;color:#1f2937;font-size:.875rem;line-height:1.4}.plan-table-name-meta{display:flex;align-items:center;gap:.5rem}.plan-table-name-year{font-size:.75rem;color:#6b7280;background-color:#f3f4f6;padding:.125rem .375rem;border-radius:.25rem}.plan-table-name-status{font-size:.75rem;padding:.125rem .375rem;border-radius:.25rem;font-weight:500}.plan-table-name-status.status-generating{color:#d97706;background-color:#fef3c7}.plan-table-name-status.status-draft{color:#059669;background-color:#d1fae5}.plan-table-name-status.status-published{color:#2563eb;background-color:#dbeafe}.plan-table-name-edit{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.plan-table-name-input{font-size:.875rem;font-weight:600;color:#1f2937;border:2px solid #3b82f6;border-radius:.25rem;padding:.25rem .5rem;background-color:#fff;outline:none;min-width:120px}.plan-table-name-actions{display:flex;gap:.25rem}.plan-table-name-save-button,.plan-table-name-cancel-button{padding:.25rem;border:none;background-color:transparent;cursor:pointer;border-radius:.25rem;transition:background-color .2s ease-in-out}.plan-table-name-save-button:hover{background-color:#d1fae5;color:#059669}.plan-table-name-cancel-button:hover{background-color:#fee2e2;color:#dc2626}.plan-table-module-cell{cursor:pointer;min-width:150px;max-width:300px}.plan-table-module-cell:hover{background-color:#f0f9ff}.plan-table-module-cell.expanded{background-color:#dbeafe}.plan-table-cell-content{height:100%;display:flex;align-items:center;gap:.5rem}.plan-table-generating{display:flex;align-items:center;gap:.5rem;width:100%}.plan-table-generating-icon{flex-shrink:0}.plan-table-generating-text{flex:1;min-width:0}.plan-table-generating-label{font-size:.75rem;color:#3b82f6;font-weight:500;margin-bottom:.25rem}.plan-table-generating-progress{width:100%}.plan-table-progress-bar{height:4px;background-color:#e5e7eb;border-radius:2px;overflow:hidden}.plan-table-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:2px;animation:progress-shimmer 2s infinite}.plan-table-completed{display:flex;align-items:flex-start;gap:.5rem;width:100%}.plan-table-completed-icon{flex-shrink:0;margin-top:.125rem}.plan-table-completed-content{flex:1;min-width:0}.plan-table-completed-preview{font-size:.75rem;color:#374151;line-height:1.4;margin-bottom:.25rem;word-break:break-word}.plan-table-completed-hint{font-size:.625rem;color:#6b7280;font-style:italic}.plan-table-pending{display:flex;align-items:center;gap:.5rem;width:100%;justify-content:center}.plan-table-pending-icon{flex-shrink:0}.plan-table-pending-text{font-size:.75rem;color:#9ca3af;font-style:italic}@keyframes pulse-generating{0%,to{background-color:#eff6ff}50%{background-color:#dbeafe}}@media (max-width: 768px){.plan-table-cell{padding:.75rem .5rem}.plan-table-name-title{font-size:.75rem}.plan-table-name-year,.plan-table-name-status{font-size:.625rem;padding:.125rem .25rem}.plan-table-completed-preview,.plan-table-generating-label,.plan-table-pending-text{font-size:.625rem}.plan-table-completed-hint{font-size:.5rem}}.plan-table-container{margin-bottom:1.5rem;border:1px solid #e5e7eb;border-radius:.75rem;background-color:#fff;overflow:hidden}.plan-table-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.plan-table-title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#1f2937}.plan-table-subtitle{margin:0;font-size:.875rem;color:#6b7280}.plan-table-wrapper{overflow-x:auto}.plan-table{width:100%;border-collapse:collapse;table-layout:fixed}.plan-table-thead{position:sticky;top:0;z-index:10;background-color:#f9fafb}.plan-table-header-row{border-bottom:2px solid #e5e7eb}.plan-table-header-cell{padding:1rem .75rem;text-align:left;font-weight:600;color:#374151;background-color:#f9fafb;border-right:1px solid #e5e7eb;position:relative}.plan-table-header-cell:last-child{border-right:none}.plan-table-index-header,.plan-table-module-header{text-align:center}.plan-table-module-title{display:flex;flex-direction:column;align-items:center;gap:.25rem}.plan-table-module-name{font-size:.875rem;font-weight:600}.plan-table-module-step{font-size:.75rem;color:#6b7280;background-color:#e5e7eb;padding:.125rem .375rem;border-radius:.25rem}.plan-table-tbody{background-color:#fff}.plan-table-empty{padding:3rem 1.5rem;text-align:center;color:#6b7280}.plan-table-empty-icon{font-size:3rem;margin-bottom:1rem}.plan-table-empty-title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#374151}.plan-table-empty-description{margin:0;font-size:.875rem}@media (max-width: 768px){.plan-table-container{margin-bottom:1rem}.plan-table-header{padding:1rem}.plan-table-header-cell{padding:.75rem .5rem;font-size:.875rem}.plan-table-module-title{gap:.125rem}.plan-table-module-name{font-size:.75rem}.plan-table-module-step{font-size:.625rem;padding:.125rem .25rem}}.plan-detail-tai-messages{margin:1rem 0;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.plan-detail-tai-messages-header h4{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#475569}.plan-detail-tai-messages-content{max-height:200px;overflow-y:auto}.tai-message{padding:.5rem;margin-bottom:.5rem;border-radius:4px;font-size:.813rem}.tai-message-connected{background:#dbeafe;color:#1e40af}.tai-message-ai-start{background:#e0e7ff;color:#4338ca}.tai-message-step-start{background:#f0f9ff;color:#0369a1}.tai-message-progress{background:#e0e7ff;color:#4338ca}.tai-message-plan-complete{background:#d1fae5;color:#065f46}.tai-message-all-complete{background:#dcfce7;color:#166534}.tai-message-error{background:#fee2e2;color:#dc2626}.tai-message-time{font-weight:600;margin-right:.5rem}.tai-message-text{word-break:break-word}.plan-detail-view-container{display:flex;flex-direction:column;height:100%;background-color:#fff}.plan-detail-view-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb;flex-shrink:0}.plan-detail-view-header-left{display:flex;align-items:center;gap:1rem}.plan-detail-view-back-button{display:flex;align-items:center;padding:.5rem 1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;color:#374151;font-weight:500;transition:all .2s ease-in-out}.plan-detail-view-back-button:hover{background-color:#f3f4f6;border-color:#d1d5db}.plan-detail-view-title-section{display:flex;flex-direction:column;gap:.5rem}.plan-detail-view-title{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937;cursor:pointer;transition:color .2s ease-in-out}.plan-detail-view-title:hover{color:#3b82f6}.plan-detail-view-meta{display:flex;align-items:center;gap:.75rem}.plan-detail-view-year{font-size:.875rem;color:#6b7280;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem}.plan-detail-view-status{font-size:.875rem;padding:.25rem .5rem;border-radius:.25rem;font-weight:500}.plan-detail-view-status.status-generating{color:#d97706;background-color:#fef3c7}.plan-detail-view-status.status-draft{color:#059669;background-color:#d1fae5}.plan-detail-view-status.status-published{color:#2563eb;background-color:#dbeafe}.plan-detail-view-header-right,.plan-detail-view-progress-info{display:flex;align-items:center;gap:1rem}.plan-detail-view-progress-text{font-size:.875rem;color:#374151;font-weight:500}.plan-detail-view-progress-percentage{font-size:.875rem;color:#3b82f6;font-weight:600}.plan-detail-view-accept-section{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.plan-detail-view-accept-button{display:flex;align-items:center;padding:.75rem 1.5rem;background-color:#10b981;color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:.875rem;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a}.plan-detail-view-accept-button:hover:not(:disabled){background-color:#059669;transform:translateY(-1px);box-shadow:0 4px 6px #00000026}.plan-detail-view-accept-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.plan-detail-view-error{font-size:.75rem;color:#dc2626;background-color:#fee2e2;padding:.5rem .75rem;border-radius:.375rem;border:1px solid #fecaca;max-width:300px;word-break:break-word}.plan-detail-view-publish-name-section{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;min-width:300px}.plan-detail-view-publish-name-label{font-size:.875rem;font-weight:600;color:#374151;white-space:nowrap}.plan-detail-view-publish-name-edit{display:flex;align-items:center;gap:.5rem;flex:1}.plan-detail-view-publish-name-input{flex:1;font-size:.875rem;font-weight:500;color:#1f2937;border:2px solid #3b82f6;border-radius:.375rem;padding:.5rem .75rem;background-color:#fff;outline:none;min-width:150px}.plan-detail-view-publish-name-input:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px #3b82f61a}.plan-detail-view-publish-name-actions{display:flex;gap:.25rem}.plan-detail-view-publish-name-save-button,.plan-detail-view-publish-name-cancel-button{padding:.5rem;min-width:auto}.plan-detail-view-publish-name-display{display:flex;align-items:center;flex:1;font-size:.875rem;font-weight:500;color:#1f2937;padding:.5rem .75rem;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;cursor:pointer;transition:all .2s ease-in-out;min-width:150px}.plan-detail-view-publish-name-display:hover{border-color:#3b82f6;background-color:#f8fafc}.plan-detail-view-progress-section{padding:0 1.5rem 1rem;background-color:#f9fafb;flex-shrink:0}.plan-detail-view-progress-bar{height:8px}.plan-detail-view-content{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.plan-detail-view-name-edit{display:flex;align-items:center;gap:.5rem}.plan-detail-view-name-input{font-size:1.5rem;font-weight:600;color:#1f2937;border:2px solid #3b82f6;border-radius:.375rem;padding:.5rem .75rem;background-color:#fff;outline:none;min-width:200px}.plan-detail-view-name-actions{display:flex;gap:.25rem}.plan-detail-view-name-save-button,.plan-detail-view-name-cancel-button{padding:.5rem;min-width:auto}.plan-detail-blm-section{border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;background-color:#fff;transition:all .3s ease-in-out}.plan-detail-blm-section-active{border-color:#3b82f6;background-color:#f8fafc;box-shadow:0 4px 6px -1px #3b82f61a}.plan-detail-blm-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.plan-detail-blm-section-title{display:flex;align-items:center;gap:.75rem}.plan-detail-blm-section-title-text{font-size:1.125rem;font-weight:600;color:#1f2937}.plan-detail-blm-section-step{font-size:.75rem;color:#6b7280;background-color:#e5e7eb;padding:.25rem .5rem;border-radius:.25rem}.plan-detail-blm-section-actions{display:flex;align-items:center;gap:.75rem}.plan-detail-blm-section-status{font-size:.875rem;color:#6b7280;padding:.25rem .5rem;border-radius:.25rem;background-color:#f3f4f6}.plan-detail-blm-section-status-streaming{color:#3b82f6;background-color:#dbeafe;animation:pulse 2s infinite}.plan-detail-blm-section-edit-button{font-size:.75rem;padding:.375rem .75rem}.plan-detail-blm-section-content{margin-bottom:1rem}.plan-detail-blm-section-text{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;max-height:400px;overflow-y:auto}.plan-detail-blm-section-text-content{margin:0;font-family:inherit;font-size:.875rem;line-height:1.6;color:#374151;white-space:pre-wrap;word-break:break-word}.plan-detail-blm-section-cursor{color:#3b82f6;font-weight:700;animation:blink 1s infinite}.plan-detail-blm-section-placeholder{color:#9ca3af;font-style:italic;padding:2rem;text-align:center;background-color:#f9fafb;border-radius:.5rem;border:1px dashed #d1d5db}.plan-detail-blm-section-progress{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.plan-detail-blm-section-progress-bar{height:6px;background-color:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.plan-detail-blm-section-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:3px;animation:progress-shimmer 2s infinite}.plan-detail-blm-section-progress-text{font-size:.75rem;color:#3b82f6;text-align:center;font-weight:500}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes progress-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 768px){.plan-detail-view-header{flex-direction:column;align-items:flex-start;gap:1rem}.plan-detail-view-header-left{width:100%;justify-content:space-between}.plan-detail-view-header-right{width:100%;justify-content:flex-end}.plan-detail-view-title{font-size:1.25rem}.plan-detail-view-content{padding:1rem;gap:1rem}.plan-detail-blm-section{padding:1rem}.plan-detail-blm-section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.plan-detail-blm-section-actions{width:100%;justify-content:space-between}.plan-detail-blm-section-text{padding:.75rem;max-height:300px}.plan-detail-blm-section-text-content{font-size:.75rem}}.plan-detail-streaming-content{margin:1rem 0;padding:1rem;background:#f0f9ff;border-radius:8px;border:1px solid #0ea5e9}.plan-detail-streaming-content-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.plan-detail-streaming-content-header h4{margin:0;font-size:.875rem;font-weight:600;color:#0c4a6e}.streaming-indicator{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#0369a1}.streaming-dot{width:8px;height:8px;background:#0ea5e9;border-radius:50%;animation:streaming-pulse 1.5s ease-in-out infinite}@keyframes streaming-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.plan-detail-streaming-content-body{max-height:300px;overflow-y:auto;background:#fff;border-radius:4px;padding:1rem;border:1px solid #e0f2fe}.streaming-text{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;line-height:1.5;color:#1e293b;white-space:pre-wrap;word-break:break-word}.ai-generation-layout-container{display:flex;flex-direction:column;gap:1.5rem;padding:0}.ai-generation-step-content{padding:0}.personnel-unified-table-container{width:100%;overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.personnel-unified-table-card{margin-top:24px}.personnel-unified-position-cell{display:flex;flex-direction:column;align-items:center;gap:4px}.personnel-unified-position-text{font-weight:600;color:#374151;font-size:12px}.personnel-unified-skill-item{display:flex;flex-direction:column;align-items:center;gap:2px;min-height:40px;justify-content:center}.personnel-unified-skill-name{font-size:10px;color:#6b7280;font-weight:500;text-align:center;line-height:1.2}.personnel-unified-skill-empty{font-size:12px;color:#d1d5db;font-style:italic}.personnel-unified-workload-combined{display:flex;flex-direction:column;align-items:center;gap:4px}.personnel-unified-performance-combined{display:flex;flex-direction:column;align-items:center;gap:2px}.personnel-analysis-age-text{font-weight:600;color:#374151;font-size:12px}.personnel-analysis-expert-badge{background:#f0f9ff;color:#0369a1;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600;border:1px solid #bae6fd}.personnel-analysis-manager-badge{background:#fef3c7;color:#d97706;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600;border:1px solid #fde68a}.personnel-analysis-more-cell{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.personnel-analysis-more-cell:hover{background:#f3f4f6}.personnel-analysis-more-arrow{width:16px;height:16px;color:#9ca3af;transition:all .2s ease}.personnel-analysis-more-cell:hover .personnel-analysis-more-arrow{color:#374151;transform:translate(2px)}.personnel-analysis-employee-name.text-blue-600{color:#2563eb}.personnel-analysis-employee-name.text-pink-600{color:#db2777}.personnel-analysis-employee-name.text-gray-600{color:#6b7280}.personnel-analysis-qualified-badge{background:#f0fdf4;color:#16a34a;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600}.personnel-analysis-poor-badge{background:#fef2f2;color:#dc2626;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600}.personnel-analysis-table-container{width:100%;overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.personnel-analysis-table-head{background:#f8fafc;font-weight:600;color:#374151;font-size:12px;padding:12px 8px;border-bottom:1px solid #e2e8f0;text-align:center;white-space:nowrap}.personnel-analysis-table-row{border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.personnel-analysis-table-row:hover{background:#f8fafc}.personnel-analysis-table-row:last-child{border-bottom:none}.personnel-analysis-table-cell{padding:12px 8px;font-size:12px;text-align:center;vertical-align:middle;border-right:1px solid #f1f5f9}.personnel-analysis-table-cell:last-child{border-right:none}.personnel-analysis-employee-info{display:flex;flex-direction:column;align-items:center;gap:2px}.personnel-analysis-employee-name{font-weight:600;color:#1e293b;font-size:13px}.personnel-analysis-level-badge{font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600}.personnel-analysis-skill-cell{display:flex;align-items:center;justify-content:center;gap:4px}.personnel-analysis-skill-level{font-weight:700;font-size:11px}.personnel-analysis-skill-star{font-size:10px;color:#fbbf24}.personnel-analysis-workload-cell{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:80px}.personnel-analysis-workload-value{font-weight:700;font-size:12px}.personnel-analysis-workload-progress{width:60px;height:4px}.personnel-analysis-capacity-value{font-weight:600;color:#059669;font-size:12px}.personnel-analysis-overload-badge{background:#fef2f2;color:#dc2626;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600}.personnel-analysis-normal-badge{background:#f0fdf4;color:#16a34a;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600}.personnel-analysis-peak-periods{font-size:11px;color:#6b7280;font-style:italic}.personnel-analysis-performance-cell{display:flex;align-items:center;justify-content:center;gap:2px}.personnel-analysis-performance-value{font-weight:700;font-size:13px}.personnel-analysis-performance-label{font-size:10px;color:#6b7280}.personnel-analysis-pbc-score{color:#2563eb}.personnel-analysis-completion-rate{color:#059669}.personnel-analysis-quality-score{color:#7c3aed}.personnel-analysis-trend-cell{display:flex;align-items:center;justify-content:center;gap:4px}.personnel-analysis-trend-text{font-size:11px;color:#374151;font-weight:500}.personnel-analysis-excellent-badge{background:#f0fdf4;color:#16a34a;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600}.personnel-analysis-good-badge{background:#fffbeb;color:#d97706;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600}.personnel-analysis-skill-level.text-green-600{color:#16a34a}.personnel-analysis-skill-level.text-yellow-600{color:#d97706}.personnel-analysis-skill-level.text-red-600,.personnel-analysis-workload-value.text-red-600{color:#dc2626}.personnel-analysis-workload-value.text-orange-600{color:#ea580c}.personnel-analysis-workload-value.text-yellow-600{color:#d97706}.personnel-analysis-workload-value.text-green-600{color:#16a34a}@media (max-width: 1200px){.personnel-analysis-table-container{font-size:11px}.personnel-analysis-table-cell{padding:8px 4px}.personnel-analysis-employee-name{font-size:12px}}@media (max-width: 768px){.personnel-analysis-table-container{font-size:10px}.personnel-analysis-table-cell{padding:6px 2px}.personnel-analysis-employee-name{font-size:11px}.personnel-analysis-workload-cell{min-width:60px}.personnel-analysis-workload-progress{width:40px}}.plan-list-content{padding:0}.plan-list-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.plan-list-subtitle{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem}.plan-list-section{margin-bottom:1.5rem}.plan-list-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-bottom:1.5rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.plan-list-cards-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.plan-list-cards-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.plan-list-loading-indicator{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.plan-list-loading-spinner{width:1rem;height:1rem;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.plan-list-cards-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-bottom:1.5rem}.plan-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a}.plan-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px #0000001a;transform:translateY(-1px)}.plan-card-selected{border-color:#3b82f6;background-color:#f8fafc;box-shadow:0 4px 6px #3b82f61a}.plan-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.plan-card-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0;flex:1}.plan-card-meta{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.plan-card-date{font-size:.75rem;color:#6b7280}.plan-card-year{font-size:.75rem;color:#3b82f6;font-weight:500}.plan-card-summary{display:flex;gap:1rem;margin-bottom:1rem}.plan-card-initiatives,.plan-card-workload,.plan-card-blm-steps{font-size:.75rem;color:#6b7280;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem}.plan-card-actions{display:flex;justify-content:flex-end}.plan-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:#6b7280;grid-column:1 / -1}.plan-list-empty-icon{font-size:3rem;margin-bottom:1rem}.plan-list-empty-title{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 .5rem}.plan-list-empty-description{font-size:.875rem;margin:0}.plan-list-actions-group{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.plan-list-button{background-color:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s ease-in-out}.plan-list-button:hover:not(:disabled){background-color:#1d4ed8}.plan-list-button:disabled{background-color:#9ca3af;cursor:not-allowed}@media (max-width: 768px){.plan-list-cards-container{grid-template-columns:1fr}.plan-list-actions{flex-wrap:wrap;justify-content:center}.plan-card{padding:1rem}.plan-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.plan-card-summary{flex-direction:column;gap:.5rem}}.editable-plan-detail-view-container{display:flex;flex-direction:column;height:100%;background-color:#fff}.editable-plan-detail-view-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb;flex-shrink:0}.editable-plan-detail-view-header-left{display:flex;align-items:center;gap:1rem}.editable-plan-detail-view-back-button{display:flex;align-items:center;padding:.5rem 1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;color:#374151;font-weight:500;transition:all .2s ease-in-out}.editable-plan-detail-view-back-button:hover{background-color:#f3f4f6;border-color:#d1d5db}.editable-plan-detail-view-title-section{display:flex;flex-direction:column;gap:.5rem}.editable-plan-detail-view-title{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937;cursor:pointer;transition:color .2s ease-in-out}.editable-plan-detail-view-title:hover{color:#3b82f6}.editable-plan-detail-view-meta{display:flex;align-items:center;gap:.75rem}.editable-plan-detail-view-year{font-size:.875rem;color:#6b7280;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem}.editable-plan-detail-view-status{font-size:.875rem;padding:.25rem .5rem;border-radius:.25rem;font-weight:500}.editable-plan-detail-view-status.status-generating{color:#d97706;background-color:#fef3c7}.editable-plan-detail-view-status.status-draft{color:#059669;background-color:#d1fae5}.editable-plan-detail-view-status.status-published{color:#2563eb;background-color:#dbeafe}.editable-plan-detail-view-content{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.editable-plan-detail-view-name-edit{display:flex;align-items:center;gap:.5rem}.editable-plan-detail-view-name-input{font-size:1.5rem;font-weight:600;color:#1f2937;border:2px solid #3b82f6;border-radius:.375rem;padding:.5rem .75rem;background-color:#fff;outline:none;min-width:200px}.editable-plan-detail-view-name-actions{display:flex;gap:.25rem}.editable-plan-detail-view-name-save-button,.editable-plan-detail-view-name-cancel-button{padding:.5rem;min-width:auto}.editable-blm-section{border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;background-color:#fff;transition:all .3s ease-in-out}.editable-blm-section:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.editable-blm-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.editable-blm-section-title{display:flex;align-items:center;gap:.75rem}.editable-blm-section-title-text{font-size:1.125rem;font-weight:600;color:#1f2937}.editable-blm-section-step{font-size:.75rem;color:#6b7280;background-color:#e5e7eb;padding:.25rem .5rem;border-radius:.25rem}.editable-blm-section-actions{display:flex;align-items:center;gap:.75rem}.editable-blm-section-status{font-size:.875rem;color:#6b7280;padding:.25rem .5rem;border-radius:.25rem;background-color:#f3f4f6}.editable-blm-section-status-saving{color:#3b82f6;background-color:#dbeafe;animation:pulse 2s infinite}.editable-blm-section-edit-button{font-size:.75rem;padding:.375rem .75rem}.editable-blm-section-edit-actions{display:flex;gap:.5rem}.editable-blm-section-save-button,.editable-blm-section-cancel-button{font-size:.75rem;padding:.375rem .75rem}.editable-blm-section-content{margin-bottom:1rem}.editable-blm-section-text{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;max-height:400px;overflow-y:auto}.editable-blm-section-text-content{margin:0;font-family:inherit;font-size:.875rem;line-height:1.6;color:#374151;white-space:pre-wrap;word-break:break-word}.editable-blm-section-placeholder{color:#9ca3af;font-style:italic;padding:2rem;text-align:center;background-color:#f9fafb;border-radius:.5rem;border:1px dashed #d1d5db}.editable-blm-section-edit-mode{display:flex;flex-direction:column;gap:.75rem}.editable-blm-section-textarea{width:100%;min-height:200px;padding:1rem;border:2px solid #3b82f6;border-radius:.5rem;background-color:#fff;font-family:inherit;font-size:.875rem;line-height:1.6;color:#374151;resize:vertical;outline:none;transition:border-color .2s ease-in-out}.editable-blm-section-textarea:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px #3b82f61a}.editable-blm-section-edit-hint{font-size:.75rem;color:#6b7280;text-align:right;font-style:italic}@media (max-width: 768px){.editable-plan-detail-view-header{flex-direction:column;align-items:flex-start;gap:1rem}.editable-plan-detail-view-header-left{width:100%;justify-content:space-between}.editable-plan-detail-view-title{font-size:1.25rem}.editable-plan-detail-view-content{padding:1rem;gap:1rem}.editable-blm-section{padding:1rem}.editable-blm-section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.editable-blm-section-actions{width:100%;justify-content:space-between}.editable-blm-section-text{padding:.75rem;max-height:300px}.editable-blm-section-text-content{font-size:.75rem}.editable-blm-section-textarea{min-height:150px;padding:.75rem}}.editable-plan-detail-wrapper{width:100%;height:100%;display:flex;flex-direction:column}.wrapper-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.wrapper-loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:wrapper-spin 1s linear infinite}@keyframes wrapper-spin{to{transform:rotate(360deg)}}.wrapper-loading-text{font-size:.875rem;color:#6b7280;margin:0}.wrapper-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem;padding:2rem;text-align:center}.wrapper-error-icon{width:64px;height:64px;color:#ef4444}.wrapper-error-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.wrapper-error-message{font-size:.875rem;color:#6b7280;margin:0;max-width:400px}.wrapper-error-actions{display:flex;gap:.75rem;margin-top:1rem}@media (max-width: 640px){.wrapper-error-container{padding:1rem}.wrapper-error-icon{width:48px;height:48px}.wrapper-error-title{font-size:1.125rem}.wrapper-error-actions{flex-direction:column;width:100%}.wrapper-error-actions button{width:100%}}.personal-strategy-container{width:100%;height:100%;padding:24px;background-color:#f9fafb}.personal-strategy-container .personal-strategy-header{text-align:center;margin-bottom:32px}.personal-strategy-container .personal-strategy-title{font-size:24px;font-weight:600;color:#111827;margin-bottom:8px}.personal-strategy-container .personal-strategy-subtitle{font-size:14px;color:#6b7280}.personal-strategy-container .personal-strategy-content{max-width:800px;margin:0 auto;background-color:#fff;border-radius:8px;padding:48px;box-shadow:0 1px 3px #0000001a}.personal-strategy-container .personal-strategy-icon{width:64px;height:64px;margin:0 auto 24px;color:#10b981}.personal-strategy-container .personal-strategy-message{font-size:16px;color:#374151;text-align:center;line-height:1.6}.personal-strategy-container .personal-strategy-features{margin-top:32px;padding-top:32px;border-top:1px solid #e5e7eb}.personal-strategy-container .personal-strategy-features-title{font-size:14px;font-weight:500;color:#6b7280;margin-bottom:16px;text-align:center}.personal-strategy-container .personal-strategy-features-list{display:flex;flex-direction:column;gap:8px}.personal-strategy-container .personal-strategy-feature-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#4b5563}.personal-strategy-container .personal-strategy-feature-dot{width:6px;height:6px;background-color:#10b981;border-radius:50%;flex-shrink:0}.personnel-capacity-center{display:flex;flex-direction:column;height:100vh;background:#f8fafc}.personnel-capacity-center-content{display:flex;flex:1;overflow:hidden}.personnel-capacity-center-filters{width:280px;flex-shrink:0;padding:24px;background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto}.personnel-capacity-center-filters-title{font-size:16px;font-weight:600;color:#1f2937;display:flex;align-items:center}.personnel-capacity-center-filters-content{display:flex;flex-direction:column;gap:20px}.personnel-capacity-center-filter-group{display:flex;flex-direction:column;gap:8px}.personnel-capacity-center-filter-label{font-size:14px;font-weight:500;color:#374151}.personnel-capacity-center-clear-filters{margin-top:8px;width:100%}.personnel-capacity-center-main{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:24px}.personnel-capacity-center-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.personnel-capacity-center-title{font-size:20px;font-weight:600;color:#1f2937;display:flex;align-items:center}.personnel-capacity-center-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;overflow-y:auto;flex:1}.personnel-capacity-center-employee-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease;cursor:pointer}.personnel-capacity-center-employee-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.personnel-capacity-center-employee-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.personnel-capacity-center-employee-info{flex:1}.personnel-capacity-center-employee-name{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 4px}.personnel-capacity-center-employee-position{font-size:14px;color:#6b7280;margin:0 0 8px}.personnel-capacity-center-employee-dept{font-size:12px}.personnel-capacity-center-employee-performance{display:flex;flex-direction:column;align-items:center;gap:4px}.personnel-capacity-center-performance-score{font-size:24px;font-weight:700;color:#3b82f6}.personnel-capacity-center-employee-content{padding-top:16px}.personnel-capacity-center-skills{margin-bottom:16px}.personnel-capacity-center-skills-title{font-size:14px;font-weight:500;color:#374151;margin:0 0 12px}.personnel-capacity-center-skills-list{display:flex;flex-direction:column;gap:8px}.personnel-capacity-center-skill-item{display:flex;justify-content:space-between;align-items:center}.personnel-capacity-center-skill-name{font-size:13px;color:#4b5563}.personnel-capacity-center-skill-level{display:flex;gap:2px}.personnel-capacity-center-skill-star-filled{fill:currentColor}.personnel-capacity-center-skill-star-empty{color:#e5e7eb}.personnel-capacity-center-certifications{margin-bottom:16px}.personnel-capacity-center-certifications-title{font-size:14px;font-weight:500;color:#374151;margin:0 0 8px;display:flex;align-items:center}.personnel-capacity-center-certifications-list{display:flex;flex-wrap:wrap;gap:6px}.personnel-capacity-center-cert-badge{font-size:11px;padding:2px 6px}.personnel-capacity-center-experience{display:flex;align-items:center;font-size:13px;color:#6b7280}.personnel-capacity-center-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:16px}.personnel-capacity-center-loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.personnel-capacity-center-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;color:#6b7280}.personnel-capacity-center-empty-title{font-size:18px;font-weight:600;color:#374151;margin:0 0 8px}.personnel-capacity-center-empty-description{font-size:14px;margin:0}@media (max-width: 1024px){.personnel-capacity-center-filters{width:240px;padding:16px}.personnel-capacity-center-main{padding:16px}.personnel-capacity-center-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}}@media (max-width: 768px){.personnel-capacity-center-content{flex-direction:column}.personnel-capacity-center-filters{width:100%;padding:16px;border-right:none;border-bottom:1px solid #e5e7eb}.personnel-capacity-center-filters-content{flex-direction:row;flex-wrap:wrap;gap:12px}.personnel-capacity-center-filter-group{flex:1;min-width:150px}.personnel-capacity-center-grid{grid-template-columns:1fr}}.organization-design-container{width:100%;height:100vh;background-color:#f8f9fa;display:flex;flex-direction:column;position:relative;z-index:1;overflow:visible}.organization-design-header{border-bottom:1px solid #e5e7eb;background-color:#fff;flex-shrink:0}.organization-design-header-content{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.organization-design-header-left,.organization-design-header-right{display:flex;align-items:center;gap:1rem}.org-design-back-btn{display:flex;align-items:center;padding:8px 12px;border-radius:6px;transition:all .2s}.org-design-back-btn:hover{background-color:#f3f4f6}.organization-design-icon{height:2rem;width:2rem;color:#3b82f6}.organization-design-title{font-size:1.5rem;font-weight:600;margin:0}.organization-design-subtitle{font-size:.875rem;color:#6b7280;margin:0}.organization-design-department{font-size:.875rem;color:#6b7280}.organization-design-main{max-width:1200px;margin:0 auto;padding:0 1.5rem 1.5rem;flex:1;overflow-y:auto;width:100%}.organization-design-tabs{display:flex;flex-direction:column;gap:1.5rem;height:100%}.organization-design-tabs-list{display:grid;grid-template-columns:repeat(4,1fr);width:100%}.organization-design-tab-trigger{display:flex;align-items:center;gap:.5rem}.organization-design-tab-icon{height:1rem;width:1rem}.organization-design-tab-content{display:flex;flex-direction:column;gap:1.5rem;flex:1;overflow-y:auto}.organization-design-content{flex:1;padding:24px;overflow:hidden}.organization-design-layout{display:flex;gap:24px;height:100%}.organization-design-left,.organization-design-right{flex:1;min-width:0}.organization-design-section{background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a}.organization-design-section-title{margin:0 0 16px;font-size:18px;font-weight:600;color:#333;border-bottom:2px solid #e9ecef;padding-bottom:8px}.organization-design-tree{height:400px;overflow-y:auto;border:1px solid #e9ecef;border-radius:6px;background:#fff}.organization-design-tree-content{padding:16px}.organization-design-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#6c757d;text-align:center}.organization-design-empty p{margin:0 0 16px;font-size:14px}.organization-design-add-btn{background:#007bff;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.organization-design-add-btn:hover{background:#0056b3}.organization-design-details{min-height:200px}.organization-design-node-details{padding:16px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.organization-design-node-details h4{margin:0 0 12px;color:#333;font-size:16px}.organization-design-node-details p{margin:0 0 8px;font-size:14px;color:#666}.organization-design-node-details ul{margin:8px 0 0;padding-left:20px}.organization-design-node-details li{margin:4px 0;font-size:14px;color:#666}.organization-design-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.organization-design-metric{display:flex;flex-direction:column;align-items:center;padding:16px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.metric-label{font-size:12px;color:#6c757d;margin-bottom:8px;text-align:center}.metric-value{font-size:24px;font-weight:600;color:#333;text-align:center}.organization-design-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:#6c757d}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@media (max-width: 768px){.organization-design-layout{flex-direction:column}.organization-design-metrics{grid-template-columns:repeat(2,1fr)}.organization-design-content{padding:16px}}.department-tree-panel{height:100%;display:flex;flex-direction:column;background:#fff}.department-tree-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.department-tree-header h3{font-size:1rem;font-weight:600;color:#1f2937;margin:0}.filter-controls{display:flex;gap:.5rem;align-items:center}.department-tree-content{flex:1;overflow-y:auto}.department-tree{padding:.5rem 0}.department-tree-node-container{width:100%}.department-tree-node{display:flex;align-items:center;padding:.5rem .75rem;cursor:pointer;transition:all .2s ease;border-radius:.375rem;margin:.125rem .5rem;min-height:3rem}.department-tree-node:hover{background-color:#f3f4f6}.department-tree-node.selected{background-color:#dbeafe;border:1px solid #3b82f6}.department-tree-node.has-kpi{font-weight:600}.department-tree-node.has-kpi:hover{background-color:#eff6ff}.department-tree-node-content{display:flex;align-items:center;width:100%;gap:.5rem}.department-tree-toggle{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:none;background:none;cursor:pointer;border-radius:.25rem;transition:background-color .2s ease;color:#6b7280}.department-tree-toggle:hover{background-color:#e5e7eb;color:#374151}.department-tree-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.375rem;background-color:#f3f4f6;color:#6b7280;flex-shrink:0}.department-tree-node.has-kpi .department-tree-icon{background-color:#dbeafe;color:#3b82f6}.department-tree-info{flex:1;min-width:0}.department-tree-name{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#1f2937;margin-bottom:.25rem}.department-tree-node.has-kpi .department-tree-name{color:#1e40af}.kpi-count{color:#059669;font-size:.75rem;font-weight:600;background-color:#d1fae5;padding:.125rem .375rem;border-radius:.25rem}.target-count-badge{font-size:.75rem;height:1.5rem;padding:0 .5rem;border-radius:.75rem;background-color:#f0f9ff;border-color:#0ea5e9;color:#0c4a6e;display:inline-flex;align-items:center;gap:.25rem;margin-left:.5rem}.department-tree-meta{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:#6b7280}.manager{color:#4b5563}.employees{display:flex;align-items:center;gap:.25rem;color:#6b7280}.department-tree-kpi-badge{flex-shrink:0}.kpi-indicator{background-color:#dbeafe;color:#1e40af;border:1px solid #93c5fd;font-size:.75rem;padding:.125rem .375rem}.department-tree-children{margin-left:.5rem}.department-tree-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#6b7280}.department-tree-loading{display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.loading-spinner{color:#6b7280;font-size:.875rem}.department-tree-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#ef4444}.department-tree-error p{margin-bottom:1rem;font-size:.875rem}@media (max-width: 768px){.department-tree-header{flex-direction:column;gap:.75rem;align-items:stretch}.filter-controls{justify-content:space-between}.department-tree-node{margin:.125rem .25rem}.department-tree-meta{flex-direction:column;align-items:flex-start;gap:.25rem}}.department-tree-content::-webkit-scrollbar{width:6px}.department-tree-content::-webkit-scrollbar-track{background:#f1f5f9}.department-tree-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.department-tree-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dept-operations-container{@apply w-full;}.dept-operations-button{@apply transition-all duration-200 hover:scale-105;}.dept-operations-button:hover{@apply shadow-md;}.dept-operations-button:active{@apply scale-95;}.strategic-targets-table-container{@apply w-full;}.strategic-targets-loading{@apply text-center py-8;}.strategic-targets-error{@apply text-center py-8 text-red-600;}.strategic-targets-empty{@apply text-center py-8;}.strategic-targets-table-container table{@apply w-full;}.strategic-targets-table-container th{@apply font-semibold text-sm;}.strategic-targets-table-container td{@apply py-3 px-4;}.strategic-targets-table-container tr:hover{@apply bg-muted/50;}.dept-kpi-table-container{@apply w-full;}.dept-kpi-table-empty{@apply text-center py-8;}.dept-kpi-table-container table{@apply w-full;}.dept-kpi-table-container th{@apply font-semibold text-sm;}.dept-kpi-table-container td{@apply py-3 px-4;}.dept-kpi-table-container tr:hover{@apply bg-muted/50;}.dept-kpi-table-container tfoot tr{@apply bg-muted/50 font-semibold;}.dept-kpi-table-container input[type=number]{@apply text-right;}.dept-kpi-table-container .completion-rate-excellent{@apply text-green-600 font-semibold;}.dept-kpi-table-container .completion-rate-good{@apply text-yellow-600 font-semibold;}.dept-kpi-table-container .completion-rate-warning{@apply text-orange-600 font-semibold;}.dept-kpi-table-container .completion-rate-poor{@apply text-red-600 font-semibold;}.department-kpi-container{padding:0;width:100%;margin:0}.department-kpi-container [data-panel-resize-handle]{background-color:#e5e7eb;width:1px;position:relative;transition:background-color .2s ease}.department-kpi-container [data-panel-resize-handle]:hover{background-color:#3b82f6;width:2px}.department-kpi-container [data-panel-resize-handle]:active,.department-kpi-container [data-panel-resize-handle][data-resize-handle-state=dragging]{background-color:#1d4ed8;width:2px}.department-kpi-container .department-kpi-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem}.department-kpi-container .department-kpi-header h1{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.department-kpi-container .department-kpi-header p{font-size:.875rem;color:#6b7280;margin:0}.department-kpi-container .stats-card{background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s ease}.department-kpi-container .stats-card:hover{box-shadow:0 4px 12px #00000026}.department-kpi-container .stats-card-content{padding:20px;text-align:center}.department-kpi-container .stats-card-number{font-size:28px;font-weight:700;line-height:1;margin-bottom:8px}.department-kpi-container .stats-card-label{font-size:14px;color:#6b7280;font-weight:500}.department-kpi-container .stats-card-number.blue{color:#3b82f6}.department-kpi-container .stats-card-number.green{color:#10b981}.department-kpi-container .stats-card-number.yellow{color:#f59e0b}.department-kpi-container .stats-card-number.red{color:#ef4444}.department-kpi-container .kpi-card{background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s ease;overflow:hidden}.department-kpi-container .kpi-card:hover{box-shadow:0 4px 12px #00000026}.department-kpi-container .kpi-card-header{padding:16px 20px;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.department-kpi-container .kpi-card-title{font-size:16px;font-weight:600;color:#1f2937;margin:0;display:flex;align-items:center;gap:8px}.department-kpi-container .kpi-card-content{padding:20px}.department-kpi-container .kpi-item-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:transform .2s ease}.department-kpi-container .kpi-item-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.department-kpi-container .kpi-item-content{padding:16px}.department-kpi-container .key-indicator-container{padding:20px;background-color:#f8f9fa;min-height:100vh}.department-kpi-container .key-strategy-content{width:100%;margin:0}.department-kpi-container .strategy-header{text-align:center;margin-bottom:30px}.department-kpi-container .strategy-header h2{color:#2c3e50;font-size:28px;margin-bottom:10px}.department-kpi-container .strategy-header p{color:#7f8c8d;font-size:16px}.department-kpi-container .strategy-sections{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.department-kpi-container .section-tabs{display:flex;background-color:#ecf0f1;border-bottom:1px solid #bdc3c7}.department-kpi-container .tab-button{flex:1;padding:15px 20px;border:none;background:transparent;cursor:pointer;font-size:16px;color:#7f8c8d;transition:all .3s ease}.department-kpi-container .tab-button:hover{background-color:#d5dbdb}.department-kpi-container .tab-button.active{background-color:#e74c3c;color:#fff}.department-kpi-container .section-content{padding:30px}.department-kpi-container .strategy-section h3,.department-kpi-container .initiative-section h3,.department-kpi-container .measurement-section h3{color:#2c3e50;margin-bottom:20px;font-size:20px}.department-kpi-container .strategy-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.department-kpi-container .strategy-card{background:#f8f9fa;padding:20px;border-radius:8px;border:1px solid #e9ecef;transition:transform .2s ease}.department-kpi-container .strategy-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.department-kpi-container .strategy-card h4{color:#2c3e50;margin-bottom:10px;font-size:18px}.department-kpi-container .strategy-card p{color:#7f8c8d;margin-bottom:15px;line-height:1.5}.department-kpi-container .strategy-actions{display:flex;gap:10px}.department-kpi-container .action-button{padding:8px 16px;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.department-kpi-container .action-button.primary{background-color:#e74c3c;color:#fff}.department-kpi-container .action-button.primary:hover{background-color:#c0392b}.department-kpi-container .action-button.secondary{background-color:#95a5a6;color:#fff}.department-kpi-container .action-button.secondary:hover{background-color:#7f8c8d}.department-kpi-container .initiative-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.department-kpi-container .initiative-item{background:#f8f9fa;padding:20px;border-radius:8px;border-left:4px solid #e74c3c}.department-kpi-container .initiative-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.department-kpi-container .initiative-header h4{color:#2c3e50;margin:0;font-size:16px}.department-kpi-container .status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:700}.department-kpi-container .status-badge.active{background-color:#f39c12;color:#fff}.department-kpi-container .status-badge.planning{background-color:#3498db;color:#fff}.department-kpi-container .status-badge.completed{background-color:#27ae60;color:#fff}.department-kpi-container .initiative-item p{color:#7f8c8d;margin-bottom:15px;line-height:1.5}.department-kpi-container .progress-bar{width:100%;height:8px;background-color:#ecf0f1;border-radius:4px;overflow:hidden;margin-bottom:5px}.department-kpi-container .progress-fill{height:100%;background-color:#e74c3c;transition:width .3s ease}.department-kpi-container .progress-text{font-size:12px;color:#7f8c8d}.department-kpi-container .measurement-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px}.department-kpi-container .measurement-item{background:#f8f9fa;padding:20px;border-radius:8px;border-left:4px solid #e74c3c}.department-kpi-container .measurement-item h4{color:#2c3e50;margin-bottom:15px;font-size:16px}.department-kpi-container .metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.department-kpi-container .metric-item{text-align:center;padding:15px;background:#fff;border-radius:8px;border:1px solid #e9ecef}.department-kpi-container .metric-value{font-size:24px;font-weight:700;color:#e74c3c;margin-bottom:5px}.department-kpi-container .metric-label{font-size:12px;color:#7f8c8d}.department-kpi-container .evaluation-content{display:flex;flex-direction:column;gap:15px}.department-kpi-container .evaluation-item{display:flex;align-items:center;gap:15px}.department-kpi-container .evaluation-label{min-width:100px;font-size:14px;color:#2c3e50}.department-kpi-container .evaluation-bar{flex:1;height:8px;background-color:#ecf0f1;border-radius:4px;overflow:hidden}.department-kpi-container .evaluation-fill{height:100%;background-color:#e74c3c;transition:width .3s ease}.department-kpi-container .evaluation-value{min-width:40px;font-size:14px;font-weight:700;color:#e74c3c;text-align:right}@media (max-width: 768px){.department-kpi-container{padding:15px}.department-kpi-container .strategy-header{padding:20px}.department-kpi-container .strategy-header h2{font-size:24px}.department-kpi-container .section-content{padding:20px}.department-kpi-container .strategy-cards{grid-template-columns:1fr}.department-kpi-container .metrics-grid{grid-template-columns:repeat(2,1fr)}.department-kpi-container .evaluation-item{flex-direction:column;align-items:stretch;gap:8px}.department-kpi-container .evaluation-label{min-width:auto}.department-kpi-container .evaluation-value{text-align:left}}.department-kpi-container .kpi-table{width:100%;border-collapse:collapse}.department-kpi-container .kpi-table-row:hover{background-color:#00000005}.dept-targets-section{margin-bottom:24px;padding:16px;border-bottom:1px solid var(--border)}.dept-targets-header{margin-bottom:16px}.dept-targets-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600}.dept-targets-list{display:flex;flex-direction:column;gap:8px}.dept-target-card{padding:12px;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:all .2s;background:var(--card)}.dept-target-card:hover{background:var(--accent);border-color:var(--primary);box-shadow:0 2px 4px #0000000d}.dept-target-card-main{display:flex;flex-direction:column;gap:8px}.dept-target-info{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dept-target-toggle{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;transition:background-color .2s}.dept-target-toggle:hover{background-color:var(--muted)}.target-title{font-weight:500;font-size:14px;flex:1;min-width:200px}.target-weight{font-size:13px;color:var(--muted-foreground);font-weight:500}.priority-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.priority-dot.critical{background:#ef4444;box-shadow:0 0 4px #ef444480}.priority-dot.high{background:#f97316}.dept-target-progress{display:flex;align-items:center;gap:8px}.dept-target-progress .progress-text{font-size:12px;color:var(--muted-foreground);min-width:36px;text-align:right}.dept-target-detail{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.target-description{font-size:13px;color:var(--muted-foreground);line-height:1.5;margin-bottom:8px}.target-meta{display:flex;gap:16px;font-size:12px;color:var(--muted-foreground)}.dept-targets-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;color:var(--muted-foreground);gap:8px}.dept-targets-loading,.dept-targets-error{padding:16px;text-align:center;font-size:14px}.dept-targets-error{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--destructive)}.dept-kpi-empty-state{height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:400px}.dept-kpi-empty-content{text-align:center;max-width:500px;padding:40px 20px}.dept-kpi-empty-icon{margin-bottom:24px;color:#64748b;opacity:.7;animation:dept-kpi-pulse 2s ease-in-out infinite}@keyframes dept-kpi-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.dept-kpi-empty-title{font-size:24px;font-weight:600;color:#1e293b;margin-bottom:12px;line-height:1.3}.dept-kpi-empty-description{font-size:16px;color:#64748b;line-height:1.6;margin-bottom:32px}.dept-kpi-empty-steps{display:flex;flex-direction:column;gap:16px;align-items:flex-start;text-align:left}.dept-kpi-step{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;transition:all .2s ease;width:100%}.dept-kpi-step:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a;transform:translateY(-1px)}.dept-kpi-step-number{width:24px;height:24px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.dept-kpi-step span{font-size:14px;color:#475569;line-height:1.5}.batch-generate-panel{border:1px solid #e5e7eb;border-radius:8px;background:#fff;margin-top:16px;box-shadow:0 1px 3px #0000001a;animation:slideInFromTop .3s ease-out}.batch-generate-panel-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.batch-generate-panel-title{display:flex;align-items:center;gap:8px}.batch-generate-panel-title h3{margin:0;font-size:14px;font-weight:600;color:#374151}.batch-generate-panel-close{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center}.batch-generate-panel-close:hover:not(:disabled){background:#f3f4f6;color:#374151}.batch-generate-panel-close:disabled{opacity:.5;cursor:not-allowed}.batch-generate-panel-content{padding:16px}.batch-generate-selection-header{margin-bottom:16px}.batch-generate-selection-description{margin:0 0 12px;font-size:13px;color:#6b7280;line-height:1.5}.batch-generate-selection-actions{display:flex;align-items:center;gap:12px}.batch-generate-select-all{padding:6px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:12px;cursor:pointer}.batch-generate-select-all:hover{background:#f9fafb}.batch-generate-selection-count{font-size:12px;color:#6b7280}.batch-generate-employee-list{max-height:300px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:6px}.batch-generate-employee-item{display:flex;align-items:center;padding:12px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .2s}.batch-generate-employee-item:last-child{border-bottom:none}.batch-generate-employee-item:hover{background:#f9fafb}.batch-generate-employee-item.selected{background:#eff6ff}.batch-generate-employee-checkbox{width:20px;height:20px;margin-right:12px;display:flex;align-items:center;justify-content:center}.batch-generate-employee-info{flex:1}.batch-generate-employee-name{font-size:13px;font-weight:500;color:#374151;margin-bottom:2px}.batch-generate-employee-details{font-size:12px;color:#6b7280}.batch-generate-employee-status{margin-left:12px}.batch-generate-employee-status-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:500}.batch-generate-employee-status-badge.completed{background:#dcfce7;color:#166534}.batch-generate-employee-status-badge.in_progress{background:#fef3c7;color:#92400e}.batch-generate-employee-status-badge.not_started{background:#f3f4f6;color:#6b7280}.batch-generate-progress{text-align:center}.batch-generate-progress-header{margin-bottom:16px}.batch-generate-progress-header h4{margin:8px 0 4px;font-size:14px;font-weight:600;color:#374151}.batch-generate-progress-header p{margin:0;font-size:12px;color:#6b7280}.batch-generate-progress-bar{width:100%;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden;margin-bottom:12px}.batch-generate-progress-fill{height:100%;background:#3b82f6;transition:width .3s ease}.batch-generate-progress-details{font-size:12px;color:#6b7280}.batch-generate-progress-stats{display:flex;justify-content:center;gap:16px}.batch-generate-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.batch-generate-results-header h4{margin:0;font-size:14px;font-weight:600;color:#374151}.batch-generate-results-summary{display:flex;gap:12px;font-size:12px}.batch-generate-results-success{color:#059669}.batch-generate-results-failed{color:#dc2626}.batch-generate-results-list{max-height:200px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:6px}.batch-generate-result-item{display:flex;align-items:center;padding:8px 12px;border-bottom:1px solid #f3f4f6}.batch-generate-result-item:last-child{border-bottom:none}.batch-generate-result-status{margin-right:12px}.batch-generate-result-info{flex:1}.batch-generate-result-name{font-size:13px;font-weight:500;color:#374151;margin-bottom:2px}.batch-generate-result-message{font-size:12px;color:#6b7280}.batch-generate-panel-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid #e5e7eb;background:#f9fafb}.batch-generate-panel-button{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.batch-generate-panel-button.secondary{border:1px solid #d1d5db;background:#fff;color:#374151}.batch-generate-panel-button.secondary:hover{background:#f9fafb}.batch-generate-panel-button.primary{border:none;background:#3b82f6;color:#fff}.batch-generate-panel-button.primary:hover:not(:disabled){background:#2563eb}.batch-generate-panel-button:disabled{opacity:.5;cursor:not-allowed}.pbc-editor-panel{display:flex;flex-direction:column;height:100%;background-color:#fff;border-radius:.5rem;overflow:hidden}.pbc-editor-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.pbc-editor-title{display:flex;align-items:center;gap:.75rem}.pbc-editor-title-icon{width:1.5rem;height:1.5rem;color:#3b82f6}.pbc-editor-title-text{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.pbc-editor-subtitle{font-size:.875rem;color:#64748b;margin:0}.pbc-editor-actions{display:flex;align-items:center;gap:.75rem}.pbc-editor-back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#f1f5f9;color:#475569;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.pbc-editor-back-button:hover{background-color:#e2e8f0}.pbc-editor-content{flex:1;overflow-y:auto;padding:1.5rem}.pbc-editor-weight-summary{display:flex;align-items:center;justify-content:space-between;padding:1rem;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;margin-bottom:1.5rem}.pbc-editor-weight-info{display:flex;align-items:center;gap:.5rem}.pbc-editor-weight-label{font-size:.875rem;color:#64748b}.pbc-editor-weight-value{font-size:1.125rem;font-weight:700}.pbc-editor-weight-value.valid{color:#059669}.pbc-editor-weight-value.invalid{color:#dc2626}.pbc-editor-weight-warning{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#dc2626}.pbc-editor-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;color:#dc2626;font-size:.875rem;margin-bottom:1rem}.pbc-editor-goals{display:flex;flex-direction:column;gap:1rem}.pbc-editor-goals-header{display:flex;align-items:center;justify-content:space-between}.pbc-editor-goals-title{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.pbc-editor-add-goal-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#10b981;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.pbc-editor-add-goal-button:hover{background-color:#059669}.pbc-editor-goals-list{display:flex;flex-direction:column;gap:1rem}.pbc-editor-goal-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem}.pbc-editor-goal-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.pbc-editor-goal-number{width:1.5rem;height:1.5rem;background-color:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.pbc-editor-goal-title{font-size:1rem;font-weight:600;color:#1e293b;margin:0;flex:1}.pbc-editor-remove-goal-button{width:2rem;height:2rem;background-color:#fee2e2;color:#dc2626;border:none;border-radius:.375rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.pbc-editor-remove-goal-button:hover{background-color:#fecaca}.pbc-editor-goal-form{display:flex;flex-direction:column;gap:1rem}.pbc-editor-goal-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.pbc-editor-goal-field{display:flex;flex-direction:column;gap:.5rem}.pbc-editor-goal-field.full-width{grid-column:1 / -1}.pbc-editor-goal-label{font-size:.875rem;font-weight:500;color:#374151}.pbc-editor-goal-input,.pbc-editor-goal-select,.pbc-editor-goal-textarea{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;color:#1f2937;background-color:#fff;transition:all .2s ease}.pbc-editor-goal-input:focus,.pbc-editor-goal-select:focus,.pbc-editor-goal-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.pbc-editor-goal-textarea{resize:vertical;min-height:80px}.pbc-editor-field-error{font-size:.75rem;color:#dc2626}.pbc-editor-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.5rem;background-color:#f8fafc;border-top:1px solid #e2e8f0}.pbc-editor-footer-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.pbc-editor-footer-button.primary{background-color:#3b82f6;color:#fff}.pbc-editor-footer-button.primary:hover{background-color:#2563eb}.pbc-editor-footer-button.secondary{background-color:#f1f5f9;color:#475569;border:1px solid #d1d5db}.pbc-editor-footer-button.secondary:hover{background-color:#e2e8f0}@media (max-width: 768px){.pbc-editor-goal-row{grid-template-columns:1fr}.pbc-editor-goal-field.full-width{grid-column:1}}.pbc-generation-panel{border:1px solid #e5e7eb;border-radius:8px;background:#fff;margin-top:8px}.pbc-generation-panel-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.pbc-generation-panel-header h3{margin:0;font-size:14px;font-weight:600;color:#374151}.pbc-generation-close-button{background:none;border:none;font-size:18px;color:#6b7280;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.pbc-generation-close-button:hover{color:#374151}.pbc-generation-panel-content{padding:16px}.pbc-generation-progress{display:flex;align-items:center;gap:12px;margin-bottom:12px}.pbc-generation-progress-bar{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.pbc-generation-progress-fill{height:100%;background:#3b82f6;transition:width .3s ease}.pbc-generation-progress-text{font-size:12px;font-weight:600;color:#374151;min-width:32px}.pbc-generation-status{font-size:13px;color:#6b7280}.pbc-generation-fullscreen-overlay{position:fixed;inset:0;background:#fff;z-index:1000;overflow-y:auto}.pbc-generation-panel-full{width:100%;height:100%}.pbc-generation-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#dc2626;text-align:center;padding:20px}.pbc-generation-error-title{font-size:18px;font-weight:500;margin-bottom:8px}.pbc-generation-error-text{font-size:14px;margin-bottom:16px}.pbc-generation-error-actions{display:flex;gap:12px}.pbc-generation-retry-button{display:flex;align-items:center;padding:8px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.pbc-generation-retry-button:hover{background-color:#2563eb}.pbc-generation-cancel-button{display:flex;align-items:center;padding:8px 16px;background-color:#6b7280;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.pbc-generation-cancel-button:hover{background-color:#4b5563}.employee-pbc-list{flex:1;display:flex;flex-direction:column;background:#fff}.employee-pbc-list-header{padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb;display:flex;align-items:center;justify-content:space-between;gap:20px}.employee-pbc-list-title{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:#111827}.employee-pbc-list-stats{display:flex;align-items:center;gap:16px}.employee-pbc-stat-item{display:flex;align-items:center;gap:6px}.employee-pbc-stat-label{font-size:14px;color:#6b7280}.employee-pbc-stat-value{font-size:14px;font-weight:600;padding:2px 8px;border-radius:12px}.employee-pbc-stat-value.completed{color:#059669;background:#d1fae5}.employee-pbc-stat-value.in-progress{color:#d97706;background:#fef3c7}.employee-pbc-stat-value.not-started{color:#6b7280;background:#f3f4f6}.employee-pbc-batch-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.employee-pbc-batch-button:hover{background:#2563eb}.employee-pbc-list-content{flex:1;overflow-y:auto;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.employee-pbc-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#6b7280}.employee-pbc-empty-title{font-size:16px;font-weight:600;margin-top:12px}.employee-pbc-empty-text{font-size:14px;margin-top:4px}.employee-pbc-list-items{padding:16px 24px;display:flex;flex-direction:column;gap:12px}.employee-pbc-list-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.employee-pbc-item-main{padding:16px 20px;display:flex;align-items:center;gap:16px}.employee-pbc-item-info{flex:1;min-width:0}.employee-pbc-item-name{font-size:16px;font-weight:600;color:#111827;margin-bottom:4px}.employee-pbc-item-meta{display:flex;align-items:center;gap:12px}.employee-pbc-item-position{font-size:14px;color:#374151}.employee-pbc-item-level{font-size:12px;color:#6b7280;background:#f3f4f6;padding:2px 8px;border-radius:12px}.employee-pbc-item-status{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:120px}.employee-pbc-status-badge{display:flex;align-items:center;gap:6px;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500}.employee-pbc-progress{display:flex;align-items:center;gap:8px;width:100%}.employee-pbc-progress-bar{flex:1;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.employee-pbc-progress-fill{height:100%;background:#3b82f6;transition:width .3s ease}.employee-pbc-progress-text{font-size:12px;color:#6b7280;min-width:32px;text-align:right}.employee-pbc-item-actions{display:flex;align-items:center;gap:8px}.employee-pbc-generate-button{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s}.employee-pbc-generate-button:hover{background:#059669}.employee-pbc-view-button{padding:6px 12px;background:#6b7280;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s}.employee-pbc-view-button:hover{background:#4b5563}.employee-pbc-continue-button{padding:6px 12px;background:#f59e0b;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s}.employee-pbc-continue-button:hover{background:#d97706}.employee-pbc-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#6b7280}.employee-pbc-loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}.employee-pbc-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#dc2626;text-align:center;padding:20px}.employee-pbc-error-title{font-size:18px;font-weight:500;margin-bottom:8px}.employee-pbc-error-text{font-size:14px;margin-bottom:16px}.employee-pbc-retry-button{display:flex;align-items:center;padding:8px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.employee-pbc-retry-button:hover{background-color:#2563eb}.employee-pbc-refresh-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:none;border:none;cursor:pointer;color:#6b7280;border-radius:4px;transition:all .2s ease}.employee-pbc-refresh-button:hover{background-color:#f3f4f6;color:#374151}.employee-pbc-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.employee-pbc-tag{display:flex;align-items:center;gap:4px;padding:4px 8px;border:none;border-radius:12px;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.employee-pbc-tag:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.employee-pbc-tag-completed{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0}.employee-pbc-tag-completed:hover{background-color:#bbf7d0}.employee-pbc-tag-in-progress{background-color:#fef3c7;color:#92400e;border:1px solid #fde68a}.employee-pbc-tag-in-progress:hover{background-color:#fde68a}.employee-pbc-tag-not-started{background-color:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.employee-pbc-tag-not-started:hover{background-color:#e5e7eb}.employee-pbc-tag-default{background-color:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.employee-pbc-tag-default:hover{background-color:#e5e7eb}.kpi-detail-page{height:100%;overflow-y:auto;padding:1rem;background-color:#f8fafc}.kpi-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.kpi-detail-back-button{display:flex;align-items:center;color:#6b7280;transition:color .2s ease}.kpi-detail-back-button:hover{color:#374151}.kpi-detail-title{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;color:#111827;margin:0}.kpi-detail-title-icon{width:1.5rem;height:1.5rem;color:#3b82f6}.kpi-detail-refresh-button{color:#6b7280;transition:color .2s ease}.kpi-detail-refresh-button:hover{color:#374151}.kpi-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#6b7280;gap:1rem}.kpi-detail-loading-spinner{width:2rem;height:2rem;animation:spin 1s linear infinite}.kpi-detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#dc2626;gap:1rem;text-align:center}.kpi-detail-error-icon{width:3rem;height:3rem}.kpi-detail-error-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.kpi-detail-error-title{font-size:1.25rem;font-weight:500;color:#dc2626}.kpi-detail-error-text{font-size:1rem;color:#6b7280}.kpi-detail-retry-button{margin-top:.5rem}.kpi-detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#6b7280;gap:1rem;text-align:center}.kpi-detail-empty-icon{width:4rem;height:4rem;color:#d1d5db}.kpi-detail-empty-title{font-size:1.25rem;font-weight:500;color:#111827}.kpi-detail-empty-text{font-size:1rem;color:#6b7280}.kpi-detail-stats-card{margin-bottom:1.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.kpi-detail-stats-header{padding:1.5rem 1.5rem 0}.kpi-detail-stats-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.kpi-detail-stats-content{padding:1.5rem}.kpi-detail-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.kpi-detail-stat-item{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background-color:#f8fafc;border-radius:.5rem;border:1px solid #e5e7eb}.kpi-detail-stat-value{font-size:2rem;font-weight:700;color:#3b82f6;margin-bottom:.5rem}.kpi-detail-stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.kpi-detail-list-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.kpi-detail-list-header{padding:1.5rem 1.5rem 0}.kpi-detail-list-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.kpi-detail-list-content{padding:1.5rem}.kpi-detail-list{display:flex;flex-direction:column;gap:1rem}.kpi-detail-item{padding:1.5rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff;transition:all .2s ease}.kpi-detail-item:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000001a}.kpi-detail-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.kpi-detail-item-name{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.kpi-detail-item-meta{display:flex;align-items:center;gap:.75rem}.kpi-detail-item-status{font-size:.75rem;padding:.25rem .75rem;border-radius:.375rem;font-weight:500}.kpi-detail-item-status.kpi-detail-status-active{background-color:#dcfce7;color:#166534}.kpi-detail-item-status.kpi-detail-status-inactive{background-color:#f3f4f6;color:#6b7280}.kpi-detail-item-weight{font-size:.875rem;color:#6b7280;font-weight:500}.kpi-detail-item-target{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.kpi-detail-item-target-label{font-size:.875rem;color:#6b7280;font-weight:500}.kpi-detail-item-target-value{font-size:1rem;font-weight:600;color:#111827}.kpi-detail-item-description{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.kpi-detail-item-description-label{font-size:.875rem;color:#6b7280;font-weight:500}.kpi-detail-item-description-text{font-size:.875rem;color:#374151;line-height:1.5}.kpi-detail-item-dates{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid #f3f4f6}.kpi-detail-item-date{display:flex;align-items:center;gap:.5rem}.kpi-detail-item-date-label{font-size:.75rem;color:#6b7280;font-weight:500;min-width:80px}.kpi-detail-item-date-value{font-size:.75rem;color:#374151}.plan-detail-page{height:100%;overflow-y:auto;padding:1rem;background-color:#f8fafc}.plan-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.plan-detail-back-button{display:flex;align-items:center;color:#6b7280;transition:color .2s ease}.plan-detail-back-button:hover{color:#374151}.plan-detail-title{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;color:#111827;margin:0}.plan-detail-title-icon{width:1.5rem;height:1.5rem;color:#10b981}.plan-detail-refresh-button{color:#6b7280;transition:color .2s ease}.plan-detail-refresh-button:hover{color:#374151}.plan-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#6b7280;gap:1rem}.plan-detail-loading-spinner{width:2rem;height:2rem;animation:spin 1s linear infinite}.plan-detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#dc2626;gap:1rem;text-align:center}.plan-detail-error-icon{width:3rem;height:3rem}.plan-detail-error-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.plan-detail-error-title{font-size:1.25rem;font-weight:500;color:#dc2626}.plan-detail-error-text{font-size:1rem;color:#6b7280}.plan-detail-retry-button{margin-top:.5rem}.plan-detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#6b7280;gap:1rem;text-align:center}.plan-detail-empty-icon{width:4rem;height:4rem;color:#d1d5db}.plan-detail-empty-title{font-size:1.25rem;font-weight:500;color:#111827}.plan-detail-empty-text{font-size:1rem;color:#6b7280}.plan-detail-stats-card{margin-bottom:1.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.plan-detail-stats-header{padding:1.5rem 1.5rem 0}.plan-detail-stats-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.plan-detail-stats-content{padding:1.5rem}.plan-detail-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.plan-detail-stat-item{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background-color:#f0fdf4;border-radius:.5rem;border:1px solid #e5e7eb}.plan-detail-stat-value{font-size:2rem;font-weight:700;color:#10b981;margin-bottom:.5rem}.plan-detail-stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.plan-detail-list-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.plan-detail-list-header{padding:1.5rem 1.5rem 0}.plan-detail-list-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.plan-detail-list-content{padding:1.5rem}.plan-detail-list{display:flex;flex-direction:column;gap:1.5rem}.plan-detail-item{padding:1.5rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff;transition:all .2s ease}.plan-detail-item:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000001a}.plan-detail-item-header{margin-bottom:1rem}.plan-detail-item-info{display:flex;flex-direction:column;gap:.75rem}.plan-detail-item-name{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.plan-detail-item-meta{display:flex;align-items:center;gap:1rem}.plan-detail-item-year{display:flex;align-items:center;font-size:.875rem;color:#6b7280}.plan-detail-item-status{font-size:.75rem;padding:.25rem .75rem;border-radius:.375rem;font-weight:500}.plan-detail-item-status.plan-detail-status-active{background-color:#dcfce7;color:#166534}.plan-detail-item-status.plan-detail-status-inactive{background-color:#f3f4f6;color:#6b7280}.plan-detail-actions{margin-top:1rem}.plan-detail-actions-title{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem}.plan-detail-actions-list{display:flex;flex-direction:column;gap:1rem}.plan-detail-action{padding:1rem;background-color:#f9fafb;border-radius:.5rem;border-left:4px solid #10b981}.plan-detail-action-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.plan-detail-action-title{font-size:.875rem;font-weight:600;color:#111827;margin:0}.plan-detail-action-meta{display:flex;align-items:center;gap:.75rem}.plan-detail-action-priority{font-size:.75rem;padding:.125rem .5rem;border-radius:.25rem;font-weight:500}.plan-detail-action-priority.plan-detail-priority-high{background-color:#fecaca;color:#991b1b}.plan-detail-action-priority.plan-detail-priority-medium{background-color:#fef3c7;color:#92400e}.plan-detail-action-priority.plan-detail-priority-low{background-color:#dcfce7;color:#166534}.plan-detail-action-duration{display:flex;align-items:center;font-size:.75rem;color:#6b7280}.plan-detail-action-description{font-size:.875rem;color:#6b7280;line-height:1.5;margin-bottom:.75rem}.plan-detail-action-skills{display:flex;align-items:center;gap:.5rem}.plan-detail-action-skills-label{font-size:.75rem;color:#6b7280;font-weight:500}.plan-detail-action-skills-list{display:flex;flex-wrap:wrap;gap:.25rem}.plan-detail-action-skill-tag{font-size:.75rem;padding:.125rem .5rem;background-color:#e5e7eb;color:#374151;border-radius:.25rem}.plan-detail-item-dates{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid #f3f4f6;margin-top:1rem}.plan-detail-item-date{display:flex;align-items:center;gap:.5rem}.plan-detail-item-date-label{font-size:.75rem;color:#6b7280;font-weight:500;min-width:80px}.plan-detail-item-date-value{font-size:.75rem;color:#374151}.strategic-detail-page{height:100%;overflow-y:auto;padding:1rem;background-color:#f8fafc}.strategic-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.strategic-detail-back-button{display:flex;align-items:center;color:#6b7280;transition:color .2s ease}.strategic-detail-back-button:hover{color:#374151}.strategic-detail-title{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;color:#111827;margin:0}.strategic-detail-title-icon{width:1.5rem;height:1.5rem;color:#8b5cf6}.strategic-detail-refresh-button{color:#6b7280;transition:color .2s ease}.strategic-detail-refresh-button:hover{color:#374151}.strategic-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#6b7280;gap:1rem}.strategic-detail-loading-spinner{width:2rem;height:2rem;animation:spin 1s linear infinite}.strategic-detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#dc2626;gap:1rem;text-align:center}.strategic-detail-error-icon{width:3rem;height:3rem}.strategic-detail-error-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.strategic-detail-error-title{font-size:1.25rem;font-weight:500;color:#dc2626}.strategic-detail-error-text{font-size:1rem;color:#6b7280}.strategic-detail-retry-button{margin-top:.5rem}.strategic-detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#6b7280;gap:1rem;text-align:center}.strategic-detail-empty-icon{width:4rem;height:4rem;color:#d1d5db}.strategic-detail-empty-title{font-size:1.25rem;font-weight:500;color:#111827}.strategic-detail-empty-text{font-size:1rem;color:#6b7280}.strategic-detail-stats-card{margin-bottom:1.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.strategic-detail-stats-header{padding:1.5rem 1.5rem 0}.strategic-detail-stats-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.strategic-detail-stats-content{padding:1.5rem}.strategic-detail-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.strategic-detail-stat-item{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background-color:#faf5ff;border-radius:.5rem;border:1px solid #e5e7eb}.strategic-detail-stat-value{font-size:2rem;font-weight:700;margin-bottom:.5rem}.strategic-detail-stat-value.strategic-detail-stat-high{color:#dc2626}.strategic-detail-stat-value.strategic-detail-stat-medium{color:#d97706}.strategic-detail-stat-value.strategic-detail-stat-low{color:#059669}.strategic-detail-stat-value.strategic-detail-stat-total{color:#8b5cf6}.strategic-detail-stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.strategic-detail-list-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.strategic-detail-list-header{padding:1.5rem 1.5rem 0}.strategic-detail-list-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.strategic-detail-list-content{padding:1.5rem}.strategic-detail-list{display:flex;flex-direction:column;gap:1rem}.strategic-detail-item{padding:1.5rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff;transition:all .2s ease}.strategic-detail-item:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000001a}.strategic-detail-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.strategic-detail-item-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.strategic-detail-item-meta{display:flex;align-items:center;gap:.75rem}.strategic-detail-item-priority{font-size:.75rem;padding:.25rem .75rem;border-radius:.375rem;font-weight:500}.strategic-detail-item-priority.strategic-detail-priority-high{background-color:#fecaca;color:#991b1b}.strategic-detail-item-priority.strategic-detail-priority-medium{background-color:#fef3c7;color:#92400e}.strategic-detail-item-priority.strategic-detail-priority-low{background-color:#dcfce7;color:#166534}.strategic-detail-item-status{font-size:.75rem;padding:.25rem .75rem;border-radius:.375rem;font-weight:500}.strategic-detail-item-status.strategic-detail-status-active{background-color:#dcfce7;color:#166534}.strategic-detail-item-status.strategic-detail-status-inactive{background-color:#f3f4f6;color:#6b7280}.strategic-detail-item-description{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.strategic-detail-item-description-label{font-size:.875rem;color:#6b7280;font-weight:500}.strategic-detail-item-description-text{font-size:.875rem;color:#374151;line-height:1.5}.strategic-detail-item-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.strategic-detail-item-category,.strategic-detail-item-deadline{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.strategic-detail-item-category-label,.strategic-detail-item-deadline-label{font-weight:500}.strategic-detail-item-category-value,.strategic-detail-item-deadline-value{color:#374151}.strategic-detail-item-dates{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid #f3f4f6}.strategic-detail-item-date{display:flex;align-items:center;gap:.5rem}.strategic-detail-item-date-label{font-size:.75rem;color:#6b7280;font-weight:500;min-width:80px}.strategic-detail-item-date-value{font-size:.75rem;color:#374151}.department-detail-view{height:100%;overflow-y:auto;padding:1rem}.department-detail-header{margin-bottom:1.5rem}.department-detail-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:#111827}.department-detail-icon{width:1.5rem;height:1.5rem;color:#3b82f6}.department-detail-name{font-size:1.25rem;font-weight:600;color:#111827}.department-detail-meta{margin-top:.5rem}.department-detail-employee-count{display:flex;align-items:center;font-size:.875rem;color:#6b7280}.department-detail-sections{display:flex;flex-direction:row;gap:1rem;margin-bottom:1.5rem}.department-section-item{flex:1;cursor:pointer;transition:all .2s ease;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff}.department-section-item:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.department-section-header{display:flex;align-items:center;gap:.75rem;padding:1rem}.department-section-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.department-section-icon:first-child{color:#3b82f6}.department-section-icon:nth-child(2){color:#10b981}.department-section-icon:nth-child(3){color:#8b5cf6}.department-section-title{font-size:1rem;font-weight:600;color:#111827;flex:1}.department-section-count{font-size:.875rem;font-weight:500;color:#6b7280;margin-right:.5rem}.department-section-chevron{width:1rem;height:1rem;color:#6b7280;transition:transform .2s ease}.department-section-item:hover .department-section-chevron{transform:translate(2px)}.department-detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;color:#6b7280}.department-detail-empty-icon{width:4rem;height:4rem;color:#d1d5db;margin-bottom:1rem}.department-detail-empty-title{font-size:1.125rem;font-weight:500;color:#111827;margin-bottom:.5rem}.department-detail-empty-text{font-size:.875rem;color:#6b7280}.resizable-divider{width:4px;background-color:#e2e8f0;cursor:col-resize;transition:background-color .2s ease;position:relative;display:flex;align-items:center;justify-content:center}.resizable-divider:hover,.resizable-divider-active{background-color:#3b82f6}.resizable-divider-handle{width:2px;height:20px;background-color:#94a3b8;border-radius:1px;transition:background-color .2s ease}.resizable-divider:hover .resizable-divider-handle,.resizable-divider-active .resizable-divider-handle{background-color:#fff}.personal-pbc-container{height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}.personal-pbc-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 24px;flex-shrink:0}.personal-pbc-title{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;color:#111827}.personal-pbc-title-icon{width:24px;height:24px;color:#3b82f6}.personal-pbc-title-text{font-size:1.5rem;font-weight:700;color:#111827}.personal-pbc-subtitle{color:#6b7280;font-size:.875rem;margin-top:4px}.personal-pbc-main{flex:1;display:flex;overflow:hidden}.personal-pbc-column-1{width:300px;background:#fff;border-right:1px solid #e5e7eb;overflow:hidden}.personal-pbc-left-panel{height:100%;display:flex;flex-direction:column;border-radius:0;border-left:none;border-top:none;border-bottom:none}.personal-pbc-panel-header{padding:16px 20px;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.personal-pbc-panel-title{font-size:16px;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:8px;justify-content:space-between}.personal-pbc-panel-actions{display:flex;align-items:center;gap:4px}.personal-pbc-refresh-btn,.personal-pbc-org-btn{height:28px;padding:0 8px;font-size:12px}.personal-pbc-panel-content{flex:1;padding:0;overflow:hidden}.personal-pbc-column-2{flex:1;background:#f9fafb;overflow:hidden}.personal-pbc-divider{width:4px;background-color:#e5e7eb;cursor:col-resize;transition:background-color .2s ease;position:relative}.personal-pbc-divider:hover{background-color:#3b82f6}.personal-pbc-divider:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#9ca3af;border-radius:50%}.personal-pbc-divider.dragging{background-color:#3b82f6}@media (max-width: 768px){.personal-pbc-main{flex-direction:column}.personal-pbc-column-1{width:100%;height:200px}.personal-pbc-column-2{flex:1}.personal-pbc-divider{height:4px;width:100%;cursor:row-resize}}.personal-pbc-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#6b7280}.personal-pbc-loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}.personal-pbc-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#9ca3af;text-align:center;padding:20px}.personal-pbc-empty-icon{width:48px;height:48px;margin-bottom:12px}.personal-pbc-empty-title{font-size:18px;font-weight:500;margin-bottom:8px}.personal-pbc-empty-text{font-size:14px}.personal-pbc-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#dc2626;text-align:center;padding:20px}.personal-pbc-error-icon{width:48px;height:48px;margin-bottom:12px}.personal-pbc-error-title{font-size:18px;font-weight:500;margin-bottom:8px}.personal-pbc-error-text{font-size:14px}.department-leaders-container{display:flex;flex-direction:column;gap:1.5rem}.department-leaders-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.department-leaders-icon{width:1.5rem;height:1.5rem;color:#d97706}.department-leaders-title{font-size:1.25rem;font-weight:700;color:#111827}.department-leaders-count-badge{padding:.25rem .5rem;background-color:#fef3c7;color:#92400e;border-radius:.25rem;font-size:.875rem}.department-leaders-empty{text-align:center;padding:3rem 0}.department-leaders-empty-icon{width:4rem;height:4rem;color:#d1d5db;margin:0 auto 1rem}.department-leaders-empty-title{font-size:1.125rem;font-weight:500;color:#111827;margin-bottom:.5rem}.department-leaders-empty-text{color:#4b5563}.department-leaders-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){.department-leaders-grid{grid-template-columns:repeat(2,1fr)}}.department-leaders-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.department-leaders-employee-info{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.department-leaders-avatar{width:3rem;height:3rem;background-color:#f59e0b;border-radius:9999px;display:flex;align-items:center;justify-content:center}.department-leaders-avatar-text{color:#fff;font-size:1.125rem;font-weight:500}.department-leaders-employee-details{flex:1}.department-leaders-employee-name-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.department-leaders-employee-name{font-weight:500;color:#111827}.department-leaders-employee-icon{width:1rem;height:1rem;color:#d97706}.department-leaders-employee-position{font-size:.875rem;color:#4b5563}.department-leaders-employee-department{font-size:.75rem;color:#6b7280}.department-leaders-employee-status{text-align:right}.department-leaders-status-badge{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem}.department-leaders-status-badge.approved{background-color:#d1fae5;color:#065f46}.department-leaders-status-badge.pending{background-color:#fef3c7;color:#92400e}.department-leaders-status-badge.draft{background-color:#f3f4f6;color:#1f2937}.department-leaders-status-badge.rejected{background-color:#fee2e2;color:#991b1b}.department-leaders-progress-percent{font-size:1.125rem;font-weight:700;margin-top:.25rem}.department-leaders-progress-percent.high{color:#059669}.department-leaders-progress-percent.medium{color:#d97706}.department-leaders-progress-percent.low{color:#dc2626}.department-leaders-progress-bar{width:100%;background-color:#e5e7eb;border-radius:9999px;height:.5rem;margin-bottom:1rem}.department-leaders-progress-fill{background-color:#f59e0b;height:.5rem;border-radius:9999px;transition:all .3s}.department-leaders-kpi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.department-leaders-kpi-card{padding:.75rem;border-radius:.5rem}.department-leaders-kpi-card.blue{background-color:#eff6ff}.department-leaders-kpi-card.green{background-color:#f0fdf4}.department-leaders-kpi-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.department-leaders-kpi-icon{width:1rem;height:1rem}.department-leaders-kpi-icon.blue{color:#2563eb}.department-leaders-kpi-icon.green{color:#059669}.department-leaders-kpi-label{font-size:.875rem;font-weight:500}.department-leaders-kpi-label.blue{color:#1e40af}.department-leaders-kpi-label.green{color:#065f46}.department-leaders-kpi-value{font-size:1.125rem;font-weight:700}.department-leaders-kpi-value.blue{color:#1e3a8a}.department-leaders-kpi-value.green{color:#064e3b}.department-leaders-kpi-meta{font-size:.75rem}.department-leaders-kpi-meta.blue{color:#1d4ed8}.department-leaders-kpi-meta.green{color:#047857}.department-leaders-goals{display:flex;flex-direction:column;gap:.5rem}.department-leaders-goals-title{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.department-leaders-goal-item{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.department-leaders-goal-info{flex:1;min-width:0}.department-leaders-goal-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.department-leaders-goal-meta{font-size:.75rem;color:#6b7280}.department-leaders-goal-progress{text-align:right;margin-left:.5rem}.department-leaders-goal-progress-value{font-weight:500}.department-leaders-goal-progress-value.high{color:#059669}.department-leaders-goal-progress-value.medium{color:#d97706}.department-leaders-goal-progress-value.low{color:#dc2626}.department-leaders-goals-more{font-size:.75rem;color:#6b7280;text-align:center;padding-top:.5rem}.department-leaders-signature{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.department-leaders-signature-info{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#6b7280}.department-leaders-stats{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.department-leaders-stats-title{font-size:1.125rem;font-weight:500;color:#111827;margin-bottom:1rem}.department-leaders-stats-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.department-leaders-stats-grid{grid-template-columns:repeat(4,1fr)}}.department-leaders-stat-item{text-align:center}.department-leaders-stat-value{font-size:1.5rem;font-weight:700}.department-leaders-stat-value.default{color:#111827}.department-leaders-stat-value.green{color:#059669}.department-leaders-stat-value.yellow{color:#d97706}.department-leaders-stat-value.blue{color:#2563eb}.department-leaders-stat-label{font-size:.875rem;color:#4b5563}.header-bar-container{display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding:1rem 2rem;border-bottom:1px solid #e5e7eb}.header-bar-back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:#6b7280;border-radius:.5rem;transition:all .2s ease;background:transparent;border:none;cursor:pointer}.header-bar-back-button:hover{color:#111827;background-color:#f3f4f6}.header-bar-back-icon{width:1.25rem;height:1.25rem}.header-bar-back-text{font-size:.875rem}.header-bar-search-input{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;color:#111827;outline:none;transition:all .2s ease;min-width:300px}.header-bar-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.header-bar-search-input::placeholder{color:#9ca3af}.header-bar-management-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#000;color:#fff;border-radius:.5rem;transition:all .2s ease;border:none;cursor:pointer;font-size:.875rem;font-weight:500}.header-bar-management-button:hover{background-color:#1f2937}.header-bar-management-icon{width:1.25rem;height:1.25rem}.header-bar-management-text{font-size:.875rem}.header-bar-tabs{display:flex;align-items:center;gap:.5rem;background-color:#f3f4f6;padding:.25rem;border-radius:.5rem}.header-bar-tab{padding:.5rem 1rem;border:none;background:transparent;color:#6b7280;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.header-bar-tab:hover{color:#374151;background-color:#e5e7eb}.header-bar-tab-active{background-color:#fff;color:#111827;box-shadow:0 1px 2px #0000000d}.header-bar{background-color:#f8f9fa;border-bottom:1px solid #e5e7eb;padding:12px 24px}.header-bar-content{display:flex;align-items:center;justify-content:space-between;gap:16px}.header-bar-search{flex:1;max-width:400px;position:relative;display:flex;align-items:center;gap:8px}.header-bar-search-input{width:100%;height:36px;padding-left:8px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px}.header-bar-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.header-bar-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.header-bar-button{height:36px;white-space:nowrap;font-size:14px}@media (max-width: 768px){.header-bar-content{flex-direction:column;align-items:stretch}.header-bar-search{max-width:100%}.header-bar-actions{margin-left:0;justify-content:flex-end}}.target-list-table-container{width:100%;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.target-list-table-header{background-color:#f8f9fa;border-bottom:2px solid #e5e7eb;font-weight:600;font-size:13px;color:#374151}.target-list-table-row{display:grid;grid-template-columns:60px 20% 30% 20% 30%;gap:12px;padding:12px 16px;align-items:start}.target-list-table-body .target-list-table-row{border-bottom:1px solid #f3f4f6;transition:background-color .2s}.target-list-table-body .target-list-table-row:hover{background-color:#f9fafb}.target-list-table-body .target-list-table-row:last-child{border-bottom:none}.target-list-table-body .target-list-table-row.deleted{background-color:#fef2f2;opacity:.7}.target-cell-no{display:flex;align-items:center;justify-content:center;font-size:13px;color:#6b7280}.target-cell-title{display:flex;flex-direction:column;gap:6px}.target-title-text{font-size:14px;font-weight:500;color:#111827;line-height:1.4}.target-meta{display:flex;gap:6px;flex-wrap:wrap}.target-cell-desc{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#6b7280}.target-desc-text{line-height:1.5;word-break:break-word}.target-desc-toggle{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#3b82f6;cursor:pointer;background:none;border:none;padding:0;margin-top:4px;transition:color .2s}.target-desc-toggle:hover{color:#2563eb;text-decoration:underline}.target-cell-dept{display:flex;flex-direction:column;gap:6px}.target-dept-tags{display:flex;flex-wrap:wrap;gap:6px}.target-dept-badge{font-size:12px;padding:2px 8px;height:auto;white-space:nowrap}.target-dept-empty{font-size:13px;color:#9ca3af;font-style:italic}.target-cell-metrics{display:flex;align-items:center}.target-metrics-tags{display:flex;flex-wrap:wrap;gap:4px}.target-metric-badge{font-size:11px;padding:2px 6px;height:auto;white-space:nowrap}.target-dept-item{display:flex;align-items:center;gap:4px;margin-bottom:4px}.target-dept-meta{font-size:11px;color:#6b7280}.target-cell-actions{display:flex;align-items:start;gap:4px;justify-content:flex-end}.target-list-table-body{max-height:calc(100vh - 300px);overflow-y:auto}.target-list-table-body::-webkit-scrollbar{width:6px}.target-list-table-body::-webkit-scrollbar-track{background:#f1f1f1}.target-list-table-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.target-list-table-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 1400px){.target-list-table-row{grid-template-columns:50px 18% 28% 18% 26%}}@media (max-width: 1200px){.target-list-table-row{grid-template-columns:50px 20% 30% 20% 30%}}.add-target-form-page{min-height:100vh;background-color:#f5f5f5;padding:24px}.add-target-form-header{margin-bottom:24px}.add-target-form-container{max-width:800px;margin:0 auto;background:#fff;border-radius:8px;padding:32px;box-shadow:0 2px 8px #0000001a}.add-target-form-title{font-size:24px;font-weight:600;margin-bottom:32px;color:#1a1a1a}.add-target-form-content{display:flex;flex-direction:column;gap:24px}.add-target-form-group{display:flex;flex-direction:column;gap:8px}.add-target-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.add-target-form-select{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;cursor:pointer}.add-target-form-select:hover{border-color:#9ca3af}.add-target-form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.add-target-form-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}.dept-edit-page{display:flex;flex-direction:column;height:100vh;background-color:#f9fafb}.dept-edit-page-header{display:flex;align-items:center;gap:16px;padding:16px 24px;background-color:#fff;border-bottom:1px solid #e5e7eb}.dept-edit-back-btn{display:flex;align-items:center;padding:8px 12px;border-radius:6px;transition:all .2s}.dept-edit-back-btn:hover{background-color:#f3f4f6}.dept-edit-title-section{flex:1}.dept-edit-title{font-size:20px;font-weight:600;color:#111827;margin:0}.dept-edit-subtitle{font-size:14px;color:#6b7280;margin:4px 0 0}.dept-edit-content{flex:1;overflow-y:auto;padding:24px;display:flex;justify-content:center}.dept-edit-form-container{width:100%;max-width:800px;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:32px}.dept-edit-form{display:flex;flex-direction:column;gap:24px}.dept-edit-form-group{display:flex;flex-direction:column;gap:8px}.dept-edit-form-group label{font-size:14px;font-weight:500;color:#374151}.dept-edit-form-group input,.dept-edit-form-group textarea{font-size:14px}.dept-edit-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}.dept-edit-footer button{min-width:120px}@media (max-width: 768px){.dept-edit-form-container{padding:24px}.dept-edit-content{padding:16px}}.header-bar-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background-color:#fff;gap:1rem}.header-bar-left{display:flex;align-items:center;gap:1rem}.header-bar-title-section{display:flex;align-items:center;gap:.75rem}.header-bar-title{font-size:1.25rem;font-weight:600;margin:0;color:#1f2937}.header-bar-right{display:flex;align-items:center;gap:.75rem}.header-bar-search{position:relative;display:flex;align-items:center}.header-bar-search svg{position:absolute;left:.75rem;z-index:1}.header-bar-search-input{padding-left:2.5rem!important;width:16rem}.header-bar-action-btn{white-space:nowrap;flex-shrink:0}.header-bar-back-btn,.header-bar-close-btn{flex-shrink:0}@media (max-width: 1024px){.header-bar-container{padding:.75rem 1rem;gap:.75rem}.header-bar-left{gap:.75rem}.header-bar-right{gap:.5rem}.header-bar-search-input{width:12rem}.header-bar-title{font-size:1.125rem}}@media (max-width: 768px){.header-bar-container{flex-direction:column;align-items:stretch;gap:1rem}.header-bar-left,.header-bar-right{justify-content:space-between}.header-bar-search-input{width:100%}}.org-structure-container{display:flex;flex-direction:column;height:100%;background-color:#f5f7fa}.org-structure-error-banner{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;margin-bottom:16px;border-radius:8px;font-size:14px}.org-structure-success-banner{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:12px 16px;margin-bottom:16px;border-radius:8px;font-size:14px}.org-structure-dialog-content{max-width:95vw;width:1400px;max-height:90vh;height:800px;padding:0}.org-structure-main{flex:1;overflow:hidden;padding:16px}.org-structure-layout{display:flex;gap:16px;height:100%}.org-structure-sidebar{width:320px;flex-shrink:0;background-color:#fff;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.org-structure-content{flex:1;overflow-y:auto;background-color:transparent}.org-tree-container{display:flex;flex-direction:column;height:100%}.org-tree-header{padding:16px;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.org-tree-header h3{font-size:14px;font-weight:600;color:#374151;margin:0 0 4px}.org-tree-stats{font-size:12px;color:#6b7280}.org-tree-body{flex:1;overflow-y:auto;padding:8px 0}.org-tree-node{margin-bottom:2px}.org-tree-node-content{display:flex;align-items:center;padding:8px 12px;cursor:pointer;transition:background-color .15s;gap:8px}.org-tree-node-content:hover{background-color:#f3f4f6}.org-tree-node-content.selected{background-color:#eff6ff;border-left:3px solid #3b82f6}.org-tree-expand-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:none;cursor:pointer;padding:0;color:#6b7280;flex-shrink:0}.org-tree-expand-btn:hover{color:#374151}.org-tree-expand-placeholder{width:20px;height:20px;flex-shrink:0}.org-tree-icon{color:#3b82f6;flex-shrink:0}.org-tree-dept-name{flex:1;font-size:14px;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.org-tree-dept-meta{display:flex;align-items:center;gap:4px;font-size:12px;color:#6b7280;flex-shrink:0}.org-tree-children{margin-left:0}.org-detail-container{display:flex;flex-direction:column;gap:16px}.org-detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;background-color:#fff;border-radius:8px;border:1px solid #e5e7eb}.org-detail-card{background-color:#fff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden}.org-detail-card-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.org-detail-title-section{display:flex;align-items:center;gap:8px}.org-detail-title{font-size:16px;font-weight:600;color:#1f2937;margin:0}.org-detail-type-badge{padding:2px 8px;font-size:12px;background-color:#dbeafe;color:#1e40af;border-radius:4px}.org-detail-count-badge{padding:2px 8px;font-size:12px;background-color:#e5e7eb;color:#374151;border-radius:4px;font-weight:500}.org-detail-actions{display:flex;gap:4px}.org-detail-card-body{padding:20px}.org-detail-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 20px}.org-detail-info-item{display:flex;flex-direction:row;align-items:center;gap:6px;min-width:0}.org-detail-info-item.org-detail-info-full{grid-column:1 / -1}.org-detail-info-label{font-size:12px;color:#6b7280;font-weight:500;white-space:nowrap;flex-shrink:0}.org-detail-info-value{font-size:14px;color:#1f2937;overflow:hidden;text-overflow:ellipsis}.org-detail-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.org-detail-breadcrumb-link{font-size:14px;color:#3b82f6;cursor:pointer;transition:color .15s}.org-detail-breadcrumb-link:hover{color:#2563eb;text-decoration:underline}.org-detail-breadcrumb-separator{width:14px;height:14px;color:#9ca3af;flex-shrink:0}.org-detail-function-card{margin-top:16px}.org-detail-ai-badge{display:flex;align-items:center;gap:4px;padding:3px 10px;font-size:11px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;font-weight:500}.org-detail-function-display{min-height:120px}.org-detail-function-content{padding:4px 0}.org-detail-function-content p{font-size:14px;line-height:1.8;color:#374151;margin:0;white-space:pre-wrap}.org-detail-function-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}.org-detail-function-edit{display:flex;flex-direction:column;gap:12px}.org-detail-function-textarea{width:100%;font-size:14px;line-height:1.8;resize:vertical;min-height:180px}.org-detail-function-edit-actions{display:flex;justify-content:flex-end;gap:8px}.org-detail-children-card{margin-top:16px}.org-detail-children-table{width:100%}.org-detail-children-table-header,.org-detail-child-row{display:grid;grid-template-columns:2fr 1fr 1.2fr 1fr 60px;gap:12px;align-items:center}.org-detail-children-table-header{padding:12px 16px;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.org-detail-children-table-header .org-detail-children-table-cell{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase}.org-detail-children-table-body{max-height:400px;overflow-y:auto}.org-detail-child-row{padding:12px 16px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .15s}.org-detail-child-row:hover{background-color:#f9fafb}.org-detail-child-row:last-child{border-bottom:none}.org-detail-children-table-cell{font-size:13px;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.org-detail-children-table-cell-action{display:flex;justify-content:flex-end;align-items:center}.org-detail-child-name{display:flex;align-items:center;gap:8px;font-weight:500}.org-detail-child-type-badge{padding:2px 8px;font-size:11px;background-color:#dbeafe;color:#1e40af;border-radius:4px;font-weight:500}.org-detail-child-count{display:flex;align-items:center;gap:6px;color:#6b7280}.org-detail-members-card{margin-top:16px}.org-detail-empty-members{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px}.org-detail-members-table{width:100%}.org-detail-table-header,.org-detail-table-row{display:grid;grid-template-columns:1.2fr 1.2fr .8fr 1.2fr 1.4fr 80px;gap:12px;align-items:center}.org-detail-table-header{padding:12px 16px;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.org-detail-table-header .org-detail-table-cell{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase}.org-detail-table-body{max-height:400px;overflow-y:auto}.org-detail-table-row{padding:12px 16px;border-bottom:1px solid #f3f4f6;transition:background-color .15s}.org-detail-table-row:hover{background-color:#f9fafb}.org-detail-table-row:last-child{border-bottom:none}.org-detail-table-cell{font-size:13px;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.org-detail-table-cell-actions{display:flex;justify-content:center}.org-detail-member-name{display:flex;align-items:center;gap:8px}.org-detail-avatar{width:32px;height:32px;border-radius:50%;background-color:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;flex-shrink:0}.org-detail-contact{display:flex;align-items:center;gap:6px;color:#6b7280}.org-import-dialog{max-width:600px}.org-import-body{padding:24px 0;display:flex;flex-direction:column;gap:20px}.org-import-template-section{display:flex;flex-direction:column;gap:8px}.org-import-template-hint{font-size:12px;color:#6b7280;margin:0}.org-import-upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:40px 20px;text-align:center;cursor:pointer;transition:all .2s}.org-import-upload-area:hover{border-color:#3b82f6;background-color:#f0f9ff}.org-import-upload-area.dragging{border-color:#3b82f6;background-color:#dbeafe}.org-import-upload-area.has-file{border-color:#10b981;background-color:#f0fdf4}.org-import-file-prompt{display:flex;flex-direction:column;align-items:center;gap:8px}.org-import-upload-text{font-size:14px;color:#374151;font-weight:500;margin:0}.org-import-upload-hint{font-size:12px;color:#6b7280;margin:0}.org-import-file-selected{display:flex;flex-direction:column;align-items:center;gap:8px}.org-import-file-name{font-size:14px;color:#059669;font-weight:500;margin:0}.org-import-file-size{font-size:12px;color:#6b7280;margin:0}.org-import-preview{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.org-import-preview-header{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#eff6ff;border-bottom:1px solid #bfdbfe;font-size:14px;font-weight:500;color:#1e40af}.org-import-preview-content{padding:16px}.org-import-preview-stats{display:flex;gap:24px;margin-bottom:16px}.org-import-preview-stat{display:flex;flex-direction:column;gap:4px}.org-import-preview-stat .label{font-size:12px;color:#6b7280}.org-import-preview-stat .value{font-size:20px;font-weight:600;color:#1f2937}.org-import-preview-departments .label{font-size:12px;color:#6b7280;margin-bottom:8px}.org-import-preview-departments .departments-list{display:flex;flex-wrap:wrap;gap:8px}.org-import-preview-departments .dept-badge{padding:4px 12px;background-color:#e5e7eb;color:#374151;border-radius:4px;font-size:12px}.org-import-preview-departments .dept-more{padding:4px 12px;color:#6b7280;font-size:12px}.org-import-tabs{margin-top:16px}.org-import-dingtalk-section{display:flex;flex-direction:column;gap:20px}.org-import-dingtalk-hint{display:flex;gap:12px;padding:12px;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:6px}.org-import-json-section{display:flex;flex-direction:column}.org-import-json-section textarea{resize:vertical;min-height:200px}.org-edit-dialog{max-width:600px}.org-edit-form{padding:24px 0;display:flex;flex-direction:column;gap:16px}.org-edit-form-group{display:flex;flex-direction:column;gap:6px}.org-edit-form-group label{font-size:14px;font-weight:500;color:#374151}.org-import-page-container{display:flex;flex-direction:column;height:100vh;background-color:#f5f7fa}.org-import-page-header{display:flex;align-items:center;gap:16px;padding:16px 24px;background-color:#fff;border-bottom:1px solid #e5e7eb}.org-import-page-header h2{margin:0;font-size:20px;font-weight:600;color:#1f2937}.org-import-page-body{flex:1;overflow-y:auto;padding:24px}.org-import-tabs{max-width:900px;margin:0 auto}.org-import-content{margin-top:24px;display:flex;flex-direction:column;gap:20px}.org-import-api-section{display:flex;flex-direction:column;align-items:center;gap:24px;padding:40px 24px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px}.org-import-api-hint{display:flex;gap:12px;padding:16px;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;width:100%;max-width:600px}.org-import-api-button{min-width:240px;padding:12px 24px;font-size:16px}.org-import-api-notes{padding:12px 16px;background-color:#fef3c7;border:1px solid #fcd34d;border-radius:6px;max-width:600px;width:100%}.org-import-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}@media (max-width: 1200px){.org-structure-dialog-content{width:90vw}.org-structure-layout{flex-direction:column}.org-structure-sidebar{width:100%;max-height:300px}.org-detail-table-header,.org-detail-table-row{grid-template-columns:1.5fr 1fr 1fr 60px}.org-detail-table-cell:nth-child(3),.org-detail-table-cell:nth-child(4){display:none}}@media (max-width: 768px){.org-structure-header{flex-direction:column;gap:12px;align-items:stretch}.org-structure-header-left,.org-structure-header-right{justify-content:space-between}.org-structure-search-input{width:180px}.org-detail-info-grid{grid-template-columns:1fr}}.target-detail-page{height:100vh;overflow-y:auto;background-color:#f9fafb;padding:24px}.target-detail-header{display:flex;align-items:center;gap:16px}.target-detail-back-button{margin-right:auto}.target-detail-actions{display:flex;gap:8px;margin-left:auto}.target-detail-content{padding:24px}.target-detail-form{max-width:800px;margin:0 auto}.form-field{margin-bottom:24px}.form-field label{display:block;margin-bottom:8px;font-weight:500}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.target-detail-readonly{margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}.readonly-section-title{font-size:16px;font-weight:600;margin-bottom:16px;color:#374151}.readonly-field{margin-bottom:16px}.readonly-field label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#6b7280}.readonly-value{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:14px;color:#111827}.dept-item{display:flex;align-items:center;gap:8px}.dept-meta{font-size:12px;color:#6b7280}.progress-display{display:flex;align-items:center;gap:12px;width:100%}.progress-bar-container{flex:1;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background-color:#3b82f6;transition:width .3s ease}.progress-text{font-size:14px;font-weight:500;color:#374151;min-width:45px}.strategic-cascade-container{position:relative;z-index:1}.strategic-cascade-target-card{border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease}.strategic-cascade-target-card:hover{box-shadow:0 2px 8px #0000001a;border-color:#d1d5db}.strategic-cascade-target-card.opacity-60{opacity:.6}.strategic-cascade-right-panel{height:100%;display:flex;flex-direction:column}.strategic-cascade-dept-allocation-dialog{max-width:600px}.strategic-cascade-dept-allocation-item{border:1px solid #e5e7eb;border-radius:6px;padding:12px;margin-bottom:8px}.strategic-cascade-dept-allocation-item:hover{border-color:#d1d5db;background-color:#f9fafb}.generate-targets-panel{background-color:#f8fafc;border-bottom:1px solid #e5e7eb;overflow:hidden;transition:max-height .3s ease-out}.generate-targets-panel.collapsed{max-height:0}.generate-targets-panel.expanded{max-height:600px}.generate-targets-panel .panel-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 24px;background-color:#e0f2fe;cursor:pointer;font-weight:500;border-bottom:1px solid #bae6fd}.generate-targets-panel .panel-header:hover{background-color:#bae6fd}.generate-targets-panel .panel-content{padding:16px;max-height:450px;overflow-y:auto}.generate-targets-panel .config-section{margin-bottom:12px}.generate-targets-panel .progress-section{margin-bottom:12px;padding:10px;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px}.generate-targets-panel .targets-list{max-height:300px;overflow-y:auto;margin-bottom:12px}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.generate-targets-panel .actions{display:flex;justify-content:flex-end;gap:8px;padding-top:12px;border-top:1px solid #e5e7eb}.strategic-cascade-generate-preview{max-height:400px;overflow-y:auto}.strategic-cascade-generate-target-item{border:1px solid #e5e7eb;border-radius:6px;padding:12px;margin-bottom:8px;background-color:#f9fafb}.strategic-cascade-map-detail{height:100vh;overflow-y:auto}.strategic-cascade-perspective-tab{border-bottom:2px solid transparent;transition:border-color .2s ease}.strategic-cascade-perspective-tab[data-state=active]{border-bottom-color:#3b82f6}.strategic-cascade-tabs-list{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:16px}.strategic-cascade-tabs-trigger{padding:8px 16px;border:none;background:none;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease}.strategic-cascade-tabs-trigger[data-state=active]{border-bottom-color:#3b82f6;color:#3b82f6}.strategic-cascade-tabs-trigger:hover{background-color:#f3f4f6}.strategic-cascade-loading{display:flex;align-items:center;justify-content:center;padding:40px;color:#6b7280}.strategic-cascade-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#dc2626}.strategic-cascade-error-icon{margin-bottom:8px}.strategic-cascade-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;color:#6b7280}.strategic-cascade-empty-state-icon{margin-bottom:16px;opacity:.5}@media (max-width: 768px){.strategic-cascade-layout{flex-direction:column}.strategic-cascade-left-panel{width:100%!important;margin-bottom:16px}.strategic-cascade-divider{display:none}.strategic-cascade-target-card{margin-bottom:12px}.strategic-cascade-tabs-list{flex-wrap:wrap}.strategic-cascade-tabs-trigger{flex:1;min-width:120px}}.strategic-cascade-table{width:100%;border-collapse:collapse;border:1px solid #e5e7eb}.strategic-cascade-table th,.strategic-cascade-table td{border:1px solid #e5e7eb;padding:12px;text-align:left}.strategic-cascade-table th{background-color:#f9fafb;font-weight:500}.strategic-cascade-table tr:hover{background-color:#f9fafb}.target-info{min-width:200px}.target-title{font-weight:500;font-size:14px;margin-bottom:4px}.target-description{font-size:12px;color:#6b7280;margin-bottom:8px}.target-badges{display:flex;gap:8px;margin-bottom:8px}.target-actions{display:flex;gap:4px}.matrix-cell{cursor:default;transition:background-color .2s ease}.matrix-cell.editable{cursor:pointer}.matrix-cell.editable:hover{background-color:#f8f9fa}.matrix-cell.has-data{background-color:#f0f9ff}.matrix-cell.editable.has-data:hover{background-color:#e0f2fe}.responsibility-primary,.responsibility-support,.responsibility-none{text-align:center;padding:8px}.weight-text{font-size:12px;color:#6b7280;margin-top:4px}.no-responsibility{color:#d1d5db}.matrix-cell.editable .no-responsibility{opacity:0;transition:opacity .2s ease}.matrix-cell.editable:hover .no-responsibility{opacity:1;color:#6b7280}.strategic-cascade-form-display{padding:8px 12px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;color:#374151}.strategic-cascade-button{position:relative;z-index:10}.strategic-cascade-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.strategic-cascade-modal-content{background:#fff;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;z-index:10001}.strategic-cascade-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.strategic-cascade-modal-header h3{margin:0;font-size:18px;font-weight:600}.strategic-cascade-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.strategic-cascade-modal-close:hover{color:#374151}.strategic-cascade-modal-body{padding:24px}.strategic-cascade-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb}.strategic-cascade-form-group{margin-bottom:16px}.strategic-cascade-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.strategic-cascade-form-select{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.strategic-cascade-form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.import-targets-list{max-height:200px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:6px;padding:8px}.import-target-item{display:flex;align-items:center;gap:8px;padding:8px;cursor:pointer;border-radius:4px}.import-target-item:hover{background-color:#f9fafb}.import-target-item input[type=checkbox]{margin:0}.strategic-cascade-layout{display:flex;gap:1rem;min-height:600px}.strategic-cascade-left-panel{flex-shrink:0;overflow-y:auto;border-right:1px solid #e5e7eb;height:100%}.strategic-cascade-right-panel{flex:1;min-width:0;overflow-y:auto;height:100%}.strategic-cascade-divider{width:4px;background-color:#e5e7eb;cursor:col-resize;position:relative;transition:background-color .2s ease}.strategic-cascade-divider:hover,.strategic-cascade-divider.resizing{background-color:#3b82f6}.strategic-cascade-divider-handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2px;height:20px;background-color:#9ca3af;border-radius:1px}.strategic-cascade-divider:hover .strategic-cascade-divider-handle{background-color:#fff}.strategic-map-group{border-bottom:1px solid #f3f4f6}.strategic-map-group:last-child{border-bottom:none}.strategic-map-group-header{padding:.75rem 1rem;background-color:#f9fafb;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #e5e7eb}.strategic-map-group-header:hover{background-color:#f3f4f6}.strategic-map-list{background-color:#fff}.strategic-map-item{padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.strategic-map-item:hover{background-color:#f8fafc}.strategic-map-item.selected{background-color:#dbeafe;border-left:3px solid #3b82f6}.strategic-map-item:last-child{border-bottom:none}.strategic-map-content{display:flex;flex-direction:column;gap:.5rem}.strategic-map-title{font-weight:500;font-size:.875rem;color:#111827}.strategic-map-subtitle{font-size:.75rem;color:#6b7280}.strategic-map-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.strategic-map-date{display:flex;align-items:center;gap:.25rem;color:#6b7280}.target-tree-container{display:flex;flex-direction:column;gap:.75rem}.target-tree-node{border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff;transition:box-shadow .2s ease}.target-tree-node:hover{box-shadow:0 1px 3px #0000001a}.target-tree-node-content{padding:1rem}.target-card{border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff;cursor:pointer;transition:all .2s ease;margin-bottom:.5rem}.target-card:hover{border-color:#3b82f6;box-shadow:0 1px 3px #0000001a}.target-card.selected{border-color:#3b82f6;background-color:#f0f9ff;box-shadow:0 2px 4px #3b82f61a}.target-card-header{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem}.target-card-main{display:flex;align-items:flex-start;gap:.5rem;flex:1}.target-card-info{flex:1;min-width:0}.target-card-title{display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:.875rem;color:#111827;margin-bottom:.25rem}.target-card-description{font-size:.75rem;color:#6b7280;margin-bottom:.5rem;line-height:1.4}.target-card-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.target-card-progress{display:flex;align-items:center;gap:.5rem}.target-card-actions{display:flex;gap:.25rem;opacity:0;transition:opacity .2s ease}.target-card:hover .target-card-actions{opacity:1}.target-tree-children{margin-left:1.5rem;padding-left:1rem;border-left:2px solid #e5e7eb;margin-top:.75rem}.target-decomposition-panel{margin-top:.75rem;padding:1rem;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.decomposition-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;color:#374151;font-weight:500}.department-decomposition{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}.department-cell{padding:.5rem;border:1px solid #e5e7eb;border-radius:.375rem;background-color:#f9fafb;transition:all .2s ease}.department-cell.editable{cursor:pointer}.department-cell.editable:hover{background-color:#f3f4f6;border-color:#3b82f6}.department-cell.has-data{background-color:#f0f9ff;border-color:#0ea5e9}.department-cell.editable.has-data:hover{background-color:#e0f2fe;border-color:#0284c7}.department-name{font-weight:500;font-size:.75rem;color:#111827;margin-bottom:.25rem}.department-responsibility{display:flex;flex-direction:column;gap:.25rem;align-items:center}.department-responsibility.primary{color:#059669}.department-responsibility.none{color:#9ca3af}@media (max-width: 768px){.strategic-cascade-form-row{grid-template-columns:1fr}.strategic-cascade-modal-content{width:95%;margin:20px}.strategic-cascade-modal-body,.strategic-cascade-modal-header,.strategic-cascade-modal-footer{padding:16px}.strategic-cascade-layout{flex-direction:column}.strategic-cascade-left-panel{border-right:none;border-bottom:1px solid #e5e7eb;max-height:300px}.strategic-cascade-divider{display:none}.department-decomposition{grid-template-columns:1fr}}.global-dashboard-container{height:100%;padding:20px;display:flex;flex-direction:column;gap:16px}.global-dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.global-dashboard-title{display:flex;align-items:center;gap:12px}.global-dashboard-title-icon{width:24px;height:24px;color:#3b82f6}.global-dashboard-title-text{font-size:18px;font-weight:600;color:#1e293b}.global-dashboard-subtitle{font-size:14px;color:#64748b;margin-top:2px}.global-dashboard-actions{display:flex;align-items:center;gap:8px}.global-dashboard-export-btn,.global-dashboard-refresh-btn{height:32px;padding:0 12px;font-size:14px}.global-dashboard-cards{flex:1;display:flex;align-items:center;justify-content:space-between;gap:16px}.global-dashboard-progress{height:80px;display:flex;align-items:center;gap:16px}@media (max-width: 1200px){.global-dashboard-cards{flex-wrap:wrap;gap:12px}.global-dashboard-progress{height:60px}}@media (max-width: 768px){.global-dashboard-container{padding:16px;gap:12px}.global-dashboard-header{flex-direction:column;align-items:flex-start;gap:12px}.global-dashboard-actions{width:100%;justify-content:flex-end}.global-dashboard-cards{flex-direction:column;gap:8px}.global-dashboard-progress{height:auto;flex-direction:column;align-items:stretch;gap:12px}}.statistics-cards-container{display:flex;gap:16px;width:100%}.statistics-card{flex:1;min-width:0;border-radius:8px;transition:all .2s ease}.statistics-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.statistics-card-content{padding:20px;display:flex;flex-direction:column;gap:12px}.statistics-card-header{display:flex;align-items:center;gap:12px}.statistics-card-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;background-color:#fffc}.statistics-card-title{font-size:14px;font-weight:500;color:#6b7280}.statistics-card-value{font-size:28px;font-weight:700;line-height:1}.statistics-card-loading{background-color:#f9fafb;border:1px solid #e5e7eb}.statistics-card-skeleton{display:flex;flex-direction:column;gap:12px}.statistics-card-skeleton-icon{width:40px;height:40px;background-color:#e5e7eb;border-radius:8px;animation:statistics-card-pulse 2s infinite}.statistics-card-skeleton-text{width:60px;height:14px;background-color:#e5e7eb;border-radius:4px;animation:statistics-card-pulse 2s infinite}.statistics-card-skeleton-value{width:80px;height:28px;background-color:#e5e7eb;border-radius:4px;animation:statistics-card-pulse 2s infinite}@keyframes statistics-card-pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 1200px){.statistics-cards-container{gap:12px}.statistics-card-content{padding:16px}.statistics-card-value{font-size:24px}}@media (max-width: 768px){.statistics-cards-container{flex-direction:column;gap:8px}.statistics-card-content{padding:12px;flex-direction:row;align-items:center;justify-content:space-between}.statistics-card-header{gap:8px}.statistics-card-icon{width:32px;height:32px}.statistics-card-value{font-size:20px}}.progress-overview-container{display:flex;gap:16px;width:100%}.progress-overview-card{flex:1;min-width:0;border-radius:8px}.progress-overview-header{padding:16px 20px 8px}.progress-overview-title{font-size:16px;font-weight:600;color:#1e293b;display:flex;align-items:center}.progress-overview-content{padding:8px 20px 20px}.progress-overview-progress{display:flex;flex-direction:column;gap:8px}.progress-overview-progress-header{display:flex;justify-content:space-between;align-items:center}.progress-overview-progress-label{font-size:14px;color:#6b7280;font-weight:500}.progress-overview-progress-value{font-size:18px;font-weight:700;color:#1e293b}.progress-overview-progress-bar{height:8px;border-radius:4px}.progress-overview-progress-stats{text-align:center}.progress-overview-progress-text{font-size:12px;color:#6b7280}.progress-overview-ranking{display:flex;flex-direction:column;gap:8px}.progress-overview-ranking-item{display:flex;align-items:center;gap:12px;padding:8px 0}.progress-overview-ranking-rank{width:24px;height:24px;border-radius:50%;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.progress-overview-ranking-number{font-size:12px;font-weight:600;color:#475569}.progress-overview-ranking-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.progress-overview-ranking-name{font-size:14px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-overview-ranking-progress{width:100%}.progress-overview-ranking-bar{height:4px;border-radius:2px}.progress-overview-ranking-rate{flex-shrink:0}.progress-overview-ranking-badge{font-size:12px;font-weight:600;padding:2px 8px;border-radius:12px}.progress-overview-empty{text-align:center;color:#9ca3af;font-size:14px;padding:20px}.progress-overview-skeleton{display:flex;flex-direction:column;gap:12px}.progress-overview-skeleton-title{width:120px;height:16px;background-color:#e5e7eb;border-radius:4px;animation:progress-overview-pulse 2s infinite}.progress-overview-skeleton-bar{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;animation:progress-overview-pulse 2s infinite}.progress-overview-skeleton-list{display:flex;flex-direction:column;gap:8px}.progress-overview-skeleton-item{width:100%;height:32px;background-color:#e5e7eb;border-radius:4px;animation:progress-overview-pulse 2s infinite}@keyframes progress-overview-pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 1200px){.progress-overview-container{gap:12px}.progress-overview-header{padding:12px 16px 6px}.progress-overview-content{padding:6px 16px 16px}}@media (max-width: 768px){.progress-overview-container{flex-direction:column;gap:8px}.progress-overview-ranking-item{gap:8px}.progress-overview-ranking-name{font-size:13px}}.department-list-panel{height:100%;display:flex;flex-direction:column;border-radius:0;border-left:none;border-top:none;border-bottom:none}.department-list-panel-header{padding:16px 20px;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.department-list-panel-title{font-size:16px;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:8px;justify-content:space-between}.department-list-panel-actions{display:flex;align-items:center;gap:4px}.department-list-refresh-btn,.department-list-org-btn{height:28px;padding:0 8px;font-size:12px}.department-list-panel-content{flex:1;padding:0;overflow:hidden}.department-list-container{height:100%;overflow-y:auto;padding:8px 0}.department-list-node{margin-bottom:2px}.department-list-node-content{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;transition:all .2s ease;border-radius:4px;margin:0 8px}.department-list-node-content:hover{background-color:#f1f5f9}.department-list-node-content.selected{background-color:#dbeafe;color:#1e40af}.department-list-node-content.completed{border-left:3px solid #10b981}.department-list-node-content.in-progress{border-left:3px solid #f59e0b}.department-list-node-content.not-started{border-left:3px solid #6b7280}.department-list-expand-btn{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;color:#6b7280;border-radius:2px;transition:all .2s ease}.department-list-expand-btn:hover{background-color:#e5e7eb;color:#374151}.department-list-expand-placeholder{width:20px;height:20px}.department-list-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.department-list-name{font-size:14px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.department-list-stats{display:flex;align-items:center;gap:4px}.department-list-employee-count{font-size:12px;color:#6b7280}.department-list-status{flex-shrink:0}.department-list-status-tag{font-size:11px;font-weight:500;padding:2px 6px;border-radius:8px;background-color:#f3f4f6;color:#6b7280}.department-list-status-tag.completed{background-color:#dcfce7;color:#166534}.department-list-status-tag.in-progress{background-color:#fef3c7;color:#92400e}.department-list-children{margin-left:20px}.department-list-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#6b7280}.department-list-loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:department-list-spin 1s linear infinite;margin-bottom:12px}@keyframes department-list-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.department-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#9ca3af;text-align:center;padding:20px}.department-list-empty-icon{width:48px;height:48px;margin-bottom:12px}.department-list-empty-text{font-size:14px}.department-list-container::-webkit-scrollbar{width:6px}.department-list-container::-webkit-scrollbar-track{background:#f1f5f9}.department-list-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.department-list-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 768px){.department-list-panel-header{padding:12px 16px}.department-list-panel-title{font-size:14px}.department-list-node-content{padding:6px 8px;margin:0 4px}.department-list-name{font-size:13px}}.commitment-list-view-container{height:100%;display:flex;flex-direction:column;background-color:#f9fafb}.commitment-list-view-header{padding:20px;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:20px}.commitment-list-view-title{display:flex;align-items:center;gap:12px}.commitment-list-view-title-icon{width:24px;height:24px;color:#3b82f6}.commitment-list-view-title-text{font-size:18px;font-weight:600;color:#1e293b}.commitment-list-view-subtitle{font-size:14px;color:#64748b;margin-top:2px}.commitment-list-view-actions{display:flex;align-items:center;gap:16px}.commitment-list-view-search{position:relative;width:300px}.commitment-list-view-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#9ca3af;pointer-events:none}.commitment-list-view-search-input{padding-left:40px;height:36px;border-radius:6px}.commitment-list-view-filters{display:flex;align-items:center;gap:8px}.commitment-list-view-filter-btn{height:36px;padding:0 12px;font-size:14px;border-radius:6px}.batch-operations-card{margin:0 20px 16px;border-radius:8px;border:1px solid #e5e7eb;background-color:#f8fafc}.batch-operations-content{padding:16px}.batch-operations-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.batch-operations-title{font-size:16px;font-weight:600;color:#1e293b}.batch-operations-subtitle{font-size:14px;color:#64748b;margin-top:2px}.batch-operations-cancel-btn{width:32px;height:32px;padding:0}.batch-operations-actions{display:flex;align-items:center;gap:12px}.batch-operations-action-btn{height:36px;padding:0 16px;font-size:14px}.batch-operations-progress{display:flex;flex-direction:column;gap:8px}.batch-operations-progress-header{display:flex;align-items:center;gap:8px}.batch-operations-progress-text{font-size:14px;color:#64748b}.batch-operations-progress-bar{height:6px;border-radius:3px}.batch-operations-results{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.batch-operations-results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.batch-operations-results-title{font-size:14px;font-weight:600;color:#1e293b}.batch-operations-results-summary{display:flex;align-items:center;gap:12px}.batch-operations-results-success,.batch-operations-results-failed{display:flex;align-items:center;font-size:12px;font-weight:500}.batch-operations-results-success{color:#059669}.batch-operations-results-failed{color:#dc2626}.batch-operations-results-list{display:flex;flex-direction:column;gap:4px}.batch-operations-result-item{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;border-radius:4px;font-size:13px}.batch-operations-result-item.success{background-color:#f0fdf4;color:#166534}.batch-operations-result-item.failed{background-color:#fef2f2;color:#991b1b}.batch-operations-result-name{font-weight:500}.batch-operations-results-more{font-size:12px;color:#6b7280;text-align:center;padding:4px}.commitment-list-view-content{flex:1;padding:0 20px 20px;overflow:hidden}.employee-table-card{height:100%;border-radius:8px;border:1px solid #e5e7eb}.employee-table-content{padding:0;height:100%}.employee-table-container{height:100%;display:flex;flex-direction:column}.employee-table-header{display:grid;grid-template-columns:40px 1fr 120px 120px 120px 140px 140px 120px;gap:16px;padding:16px 20px;background-color:#f8fafc;border-bottom:1px solid #e5e7eb;font-size:14px;font-weight:600;color:#374151}.employee-table-header-cell{display:flex;align-items:center}.checkbox-cell{justify-content:center}.employee-table-body{flex:1;overflow-y:auto}.employee-table-row{display:grid;grid-template-columns:40px 1fr 120px 120px 120px 140px 140px 120px;gap:16px;padding:12px 20px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:all .2s ease;align-items:center}.employee-table-row:hover{background-color:#f8fafc}.employee-table-row:last-child{border-bottom:none}.employee-table-cell{display:flex;align-items:center;font-size:14px;color:#374151}.employee-table-name{display:flex;align-items:center;gap:8px;font-weight:500}.employee-table-name-icon{width:16px;height:16px;color:#6b7280}.employee-table-checkbox{width:16px;height:16px}.employee-table-actions{display:flex;align-items:center;gap:4px}.employee-table-action-btn{width:28px;height:28px;padding:0}.employee-table-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#6b7280}.employee-table-loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:employee-table-spin 1s linear infinite;margin-bottom:12px}@keyframes employee-table-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.employee-table-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#9ca3af;text-align:center;padding:20px}.employee-table-empty-icon{width:48px;height:48px;margin-bottom:12px}.employee-table-empty-text{font-size:16px;font-weight:500;margin-bottom:4px}.employee-table-empty-subtitle{font-size:14px;color:#6b7280}@media (max-width: 1200px){.employee-table-header,.employee-table-row{grid-template-columns:40px 1fr 100px 100px 100px 120px 120px 100px;gap:12px}.commitment-list-view-search{width:250px}}@media (max-width: 768px){.commitment-list-view-header{flex-direction:column;align-items:stretch;gap:12px}.commitment-list-view-actions{flex-direction:column;gap:8px}.commitment-list-view-search{width:100%}.commitment-list-view-filters{flex-wrap:wrap}.employee-table-header,.employee-table-row{grid-template-columns:1fr;gap:8px}.employee-table-header-cell,.employee-table-cell{justify-content:flex-start}.employee-table-header-cell:not(:first-child),.employee-table-cell:not(:first-child){display:none}}.commitment-detail-view-container{height:100%;display:flex;flex-direction:column;background-color:#f9fafb}.detail-header-container{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:16px 20px}.detail-header-content{display:flex;align-items:center;gap:20px}.detail-header-back-btn{flex-shrink:0}.detail-header-info{flex:1;min-width:0}.detail-header-title{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:4px}.detail-header-subtitle{font-size:14px;color:#64748b;display:flex;align-items:center;gap:8px}.detail-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.detail-header-action-btn{height:36px;padding:0 12px;font-size:14px}.commitment-detail-view-content{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.commitment-detail-view-footer{background-color:#fff;border-top:1px solid #e5e7eb;padding:16px 20px}.commitment-detail-view-footer-actions{display:flex;align-items:center;gap:12px;justify-content:flex-end}.employee-info-card{border-radius:8px;border:1px solid #e5e7eb}.employee-info-card-header{padding:16px 20px 8px;background-color:#f8fafc}.employee-info-card-title{font-size:16px;font-weight:600;color:#1e293b;display:flex;align-items:center}.employee-info-card-content{padding:8px 20px 20px}.employee-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.employee-info-item{display:flex;flex-direction:column;gap:4px}.employee-info-label{font-size:12px;color:#6b7280;font-weight:500;display:flex;align-items:center}.employee-info-value{font-size:14px;color:#1e293b;font-weight:500}.pbc-card{border-radius:8px;border:1px solid #e5e7eb}.pbc-card-header{padding:16px 20px 8px;background-color:#f8fafc}.pbc-card-title{font-size:16px;font-weight:600;color:#1e293b;display:flex;align-items:center}.pbc-card-summary{margin-top:8px}.pbc-card-summary-text{font-size:14px;color:#64748b}.pbc-card-content{padding:8px 20px 20px}.pbc-goals-list{display:flex;flex-direction:column;gap:12px}.pbc-goal-item{border:1px solid #e5e7eb;border-radius:6px;padding:16px;background-color:#fff}.pbc-goal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.pbc-goal-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.pbc-goal-number{width:24px;height:24px;background-color:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.pbc-goal-main{flex:1;min-width:0}.pbc-goal-name{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px}.pbc-goal-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pbc-goal-weight,.pbc-goal-target{font-size:12px;color:#6b7280}.pbc-goal-actions{flex-shrink:0}.pbc-goal-expand-btn{width:28px;height:28px;padding:0}.pbc-goal-details{margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9}.pbc-goal-description,.pbc-goal-source,.pbc-goal-progress{margin-bottom:12px}.pbc-goal-description-label,.pbc-goal-source-label,.pbc-goal-progress-label{font-size:12px;color:#6b7280;font-weight:500;margin-bottom:4px;display:flex;align-items:center}.pbc-goal-description-text,.pbc-goal-source-text{font-size:14px;color:#374151;line-height:1.5}.pbc-goal-progress-bar{width:100%;height:6px;background-color:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:4px}.pbc-goal-progress-fill{height:100%;background-color:#3b82f6;transition:width .3s ease}.pbc-goal-progress-text{font-size:12px;color:#6b7280}.strategies-card{border-radius:8px;border:1px solid #e5e7eb}.strategies-card-header{padding:16px 20px 8px;background-color:#f8fafc}.strategies-card-title{font-size:16px;font-weight:600;color:#1e293b;display:flex;align-items:center}.strategies-card-summary{margin-top:8px}.strategies-card-summary-text{font-size:14px;color:#64748b}.strategies-card-content{padding:8px 20px 20px}.strategies-list{display:flex;flex-direction:column;gap:12px}.strategy-item{border:1px solid #e5e7eb;border-radius:6px;padding:16px;background-color:#fff}.strategy-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.strategy-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.strategy-number{width:24px;height:24px;background-color:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.strategy-main{flex:1;min-width:0}.strategy-goal-name{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px}.strategy-methods{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.strategy-method-badge{font-size:11px;padding:2px 6px}.strategy-actions{flex-shrink:0}.strategy-expand-btn{width:28px;height:28px;padding:0}.strategy-details{margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9}.strategy-section{margin-bottom:16px}.strategy-section-title{font-size:14px;font-weight:600;color:#374151;margin-bottom:8px;display:flex;align-items:center}.strategy-methods-list,.strategy-milestones-list,.strategy-resources-list,.strategy-risks-list{display:flex;flex-direction:column;gap:6px}.strategy-method-item,.strategy-resource-item,.strategy-risk-item{font-size:14px;color:#374151;padding:6px 8px;background-color:#f8fafc;border-radius:4px}.strategy-milestone-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background-color:#f8fafc;border-radius:4px}.strategy-milestone-info{flex:1;min-width:0}.strategy-milestone-name{font-size:14px;font-weight:500;color:#374151;margin-bottom:2px}.strategy-milestone-deadline{font-size:12px;color:#6b7280}.self-check-card{border-radius:8px;border:1px solid #e5e7eb}.self-check-card-header{padding:16px 20px 8px;background-color:#f8fafc}.self-check-card-title{font-size:16px;font-weight:600;color:#1e293b;display:flex;align-items:center}.self-check-card-summary{margin-top:8px;display:flex;flex-direction:column;gap:4px}.self-check-card-summary-item{display:flex;align-items:center;gap:8px}.self-check-card-summary-label{font-size:12px;color:#6b7280;font-weight:500}.self-check-card-summary-value{font-size:12px;color:#374151;font-weight:500}.self-check-card-content{padding:8px 20px 20px}.self-check-items-list{display:flex;flex-direction:column;gap:12px}.self-check-item{border:1px solid #e5e7eb;border-radius:6px;padding:16px;background-color:#fff}.self-check-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.self-check-item-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.self-check-item-icon{width:32px;height:32px;background-color:#f1f5f9;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#6b7280;flex-shrink:0}.self-check-item-main{flex:1;min-width:0}.self-check-item-category{font-size:12px;color:#6b7280;font-weight:500;margin-bottom:2px}.self-check-item-question{font-size:14px;color:#374151;font-weight:500}.self-check-item-status{flex-shrink:0}.self-check-item-notes{margin-bottom:8px;padding:8px;background-color:#f8fafc;border-radius:4px}.self-check-item-notes-label{font-size:12px;color:#6b7280;font-weight:500;margin-bottom:4px}.self-check-item-notes-text{font-size:13px;color:#374151;line-height:1.4}.self-check-item-confidence{display:flex;align-items:center;gap:8px}.self-check-item-confidence-label{font-size:12px;color:#6b7280;font-weight:500;flex-shrink:0}.self-check-item-confidence-bar{flex:1;height:4px;background-color:#e5e7eb;border-radius:2px;overflow:hidden}.self-check-item-confidence-fill{height:100%;background-color:#3b82f6;transition:width .3s ease}.self-check-item-confidence-value{font-size:12px;font-weight:500;flex-shrink:0}.self-check-additional-notes{margin-top:16px;padding:12px;background-color:#f8fafc;border-radius:6px}.self-check-additional-notes-label{font-size:12px;color:#6b7280;font-weight:500;margin-bottom:4px}.self-check-additional-notes-text{font-size:14px;color:#374151;line-height:1.5}.manager-review-card{border-radius:8px;border:1px solid #e5e7eb}.manager-review-card-header{padding:16px 20px 8px;background-color:#f8fafc}.manager-review-card-title{font-size:16px;font-weight:600;color:#1e293b;display:flex;align-items:center}.manager-review-card-summary{margin-top:8px;display:flex;flex-direction:column;gap:4px}.manager-review-card-summary-item{display:flex;align-items:center;gap:8px}.manager-review-card-summary-label{font-size:12px;color:#6b7280;font-weight:500}.manager-review-card-summary-value{font-size:12px;color:#374151;font-weight:500}.manager-review-card-content{padding:8px 20px 20px}.manager-review-section{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.manager-review-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.manager-review-section-title{font-size:14px;font-weight:600;color:#374151;margin-bottom:12px;display:flex;align-items:center}.manager-review-section-content{display:flex;flex-direction:column;gap:12px}.manager-review-approval{display:flex;align-items:center;gap:8px}.manager-review-approval-label{font-size:12px;color:#6b7280;font-weight:500}.manager-review-comments,.manager-review-adjustments,.manager-review-suggestions{padding:12px;background-color:#f8fafc;border-radius:6px}.manager-review-comments-label,.manager-review-adjustments-label,.manager-review-suggestions-label{font-size:12px;color:#6b7280;font-weight:500;margin-bottom:6px}.manager-review-comments-text{font-size:14px;color:#374151;line-height:1.5}.manager-review-adjustments-list,.manager-review-suggestions-list{display:flex;flex-direction:column;gap:8px}.manager-review-adjustment-item,.manager-review-suggestion-item{font-size:14px;color:#374151;padding:6px 8px;background-color:#fff;border-radius:4px}.manager-review-adjustment-info{display:flex;flex-direction:column;gap:2px}.manager-review-adjustment-target{font-weight:500}.manager-review-adjustment-reason{font-size:12px;color:#6b7280}.manager-review-resources-list{display:flex;flex-direction:column;gap:8px}.manager-review-resource-item{display:flex;align-items:center;justify-content:space-between;padding:12px;background-color:#f8fafc;border-radius:6px}.manager-review-resource-info{flex:1;min-width:0}.manager-review-resource-type{font-size:14px;font-weight:500;color:#374151;margin-bottom:2px}.manager-review-resource-description{font-size:13px;color:#6b7280;margin-bottom:2px}.manager-review-resource-notes{font-size:12px;color:#9ca3af}.manager-review-resource-status{flex-shrink:0}.signature-section-card{border-radius:8px;border:1px solid #e5e7eb}.signature-section-card-header{padding:16px 20px 8px;background-color:#f8fafc}.signature-section-card-title{font-size:16px;font-weight:600;color:#1e293b;display:flex;align-items:center}.signature-section-card-content{padding:8px 20px 20px}.signature-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.signature-section-item{border:1px solid #e5e7eb;border-radius:6px;padding:16px;background-color:#fff}.signature-section-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.signature-section-item-title{font-size:14px;font-weight:600;color:#374151;display:flex;align-items:center}.signature-section-item-content{display:flex;flex-direction:column;gap:12px}.signature-section-signature{display:flex;justify-content:center;padding:12px;background-color:#f8fafc;border-radius:4px}.signature-section-signature-image{max-width:200px;max-height:80px;object-fit:contain}.signature-section-signature-info{text-align:center}.signature-section-signature-name{font-size:14px;font-weight:600;color:#374151;margin-bottom:4px}.signature-section-signature-meta{display:flex;flex-direction:column;gap:2px}.signature-section-signature-time,.signature-section-signature-ip{font-size:11px;color:#6b7280;display:flex;align-items:center;justify-content:center}.signature-section-item-empty{display:flex;align-items:center;justify-content:center;height:120px;color:#9ca3af}.signature-section-item-empty-text{font-size:14px}.signature-section-verification{padding:16px;background-color:#f8fafc;border-radius:6px}.signature-section-verification-title{font-size:14px;font-weight:600;color:#374151;margin-bottom:8px;display:flex;align-items:center}.signature-section-verification-content{display:flex;flex-direction:column;gap:4px}.signature-section-verification-item{display:flex;align-items:center;gap:8px}.signature-section-verification-label{font-size:12px;color:#6b7280;font-weight:500;flex-shrink:0}.signature-section-verification-value{font-size:12px;color:#374151;font-family:monospace;word-break:break-all}.commitment-detail-view-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#6b7280}.commitment-detail-view-loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:commitment-detail-view-spin 1s linear infinite;margin-bottom:12px}@keyframes commitment-detail-view-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.commitment-detail-view-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#ef4444;text-align:center;padding:20px}.commitment-detail-view-error-title{font-size:16px;font-weight:600;margin-bottom:8px}.commitment-detail-view-error-text{font-size:14px;color:#6b7280;margin-bottom:16px}@media (max-width: 1200px){.signature-section-grid{grid-template-columns:1fr;gap:16px}.employee-info-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width: 768px){.commitment-detail-view-content{padding:16px;gap:16px}.detail-header-content{flex-direction:column;align-items:stretch;gap:12px}.detail-header-actions{justify-content:flex-end}.pbc-goal-meta,.strategy-methods{flex-direction:column;align-items:flex-start;gap:4px}.manager-review-resource-item{flex-direction:column;align-items:flex-start;gap:8px}}.target-commitment-container{width:100%;height:100vh;display:flex;flex-direction:column;background-color:#f9fafb;overflow:hidden}.target-commitment-dashboard{height:200px;background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;flex-shrink:0}.target-commitment-main{flex:1;display:flex;overflow:hidden}.target-commitment-left-panel{width:30%;min-width:300px;max-width:500px;background-color:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column}.target-commitment-right-panel{flex:1;background-color:#f9fafb;display:flex;flex-direction:column;overflow:hidden}.target-commitment-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#6b7280}.target-commitment-loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:target-commitment-spin 1s linear infinite;margin-bottom:12px}@keyframes target-commitment-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.target-commitment-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#ef4444;text-align:center;padding:20px}.target-commitment-error-icon{width:48px;height:48px;margin-bottom:12px}.target-commitment-error-title{font-size:16px;font-weight:600;margin-bottom:8px}.target-commitment-error-text{font-size:14px;color:#6b7280}.target-commitment-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#9ca3af;text-align:center;padding:20px}.target-commitment-empty-icon{width:48px;height:48px;margin-bottom:12px}.target-commitment-empty-text{font-size:14px}@media (max-width: 1024px){.target-commitment-left-panel{width:40%;min-width:250px}}@media (max-width: 768px){.target-commitment-main{flex-direction:column}.target-commitment-left-panel{width:100%;height:300px;min-width:unset;max-width:unset;border-right:none;border-bottom:1px solid #e5e7eb}.target-commitment-right-panel{flex:1}}.goal-decomposition .space-y-1>*+*{margin-top:.25rem}.goal-decomposition .space-y-2>*+*{margin-top:.5rem}.goal-decomposition .space-y-3>*+*{margin-top:.75rem}.goal-decomposition .space-y-4>*+*{margin-top:1rem}.goal-decomposition .space-y-6>*+*{margin-top:1.5rem}.goal-decomposition-container{min-height:100vh;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex;flex-direction:column}.goal-decomposition-content{flex:1;padding:16px 24px}.goal-decomposition-layout{width:100%;max-width:1600px;margin:0 auto;display:flex;gap:24px;height:calc(100vh - 160px)}.left-panel{width:320px;min-width:320px;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;padding:24px;overflow-y:auto;flex-shrink:0}.right-panel{flex:1;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;overflow:hidden;display:flex;flex-direction:column}@media (max-width: 1024px){.goal-decomposition-layout{flex-direction:column;height:auto}.left-panel{width:100%;min-width:auto}.right-panel{min-height:400px}}@media (max-width: 768px){.goal-decomposition-content{padding:16px}.goal-decomposition-layout{gap:16px}.left-panel,.right-panel{padding:16px}}.directory-operations{margin-bottom:20px}.directory-actions{display:flex;gap:10px;margin-bottom:15px}.action-button{display:flex;align-items:center;gap:5px;padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:14px;transition:all .2s ease}.action-button:hover{background:#f5f5f5;border-color:#ccc}.action-button:disabled{opacity:.6;cursor:not-allowed}.action-button .icon{font-size:16px}.action-button .text{font-weight:500}.add-button{color:#28a745;border-color:#28a745}.add-button:hover{background:#28a745;color:#fff}.edit-button{color:#007bff;border-color:#007bff}.edit-button:hover{background:#007bff;color:#fff}.delete-button{color:#dc3545;border-color:#dc3545}.delete-button:hover{background:#dc3545;color:#fff}.error-message{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;margin-bottom:15px;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;font-size:14px}.error-message button{background:none;border:none;color:#721c24;font-size:18px;cursor:pointer;padding:0;margin-left:10px}.error-message button:hover{color:#491217}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 15px;border-bottom:1px solid #eee}.modal-header h3{margin:0;font-size:18px;font-weight:600;color:#333}.close-button{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px}.close-button:hover{background:#f5f5f5;color:#666}.modal-body{padding:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:14px}.form-group input,.form-group select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.form-group input::placeholder{color:#999}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:15px 20px 20px;border-top:1px solid #eee}.cancel-button,.save-button{padding:10px 20px;border:1px solid;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-button{background:#fff;border-color:#ddd;color:#666}.cancel-button:hover{background:#f5f5f5;border-color:#ccc}.cancel-button:disabled{opacity:.6;cursor:not-allowed}.save-button{background:#007bff;border-color:#007bff;color:#fff}.save-button:hover{background:#0056b3;border-color:#0056b3}.save-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.directory-actions{flex-direction:column}.action-button{justify-content:center}.modal-content{width:95%;margin:20px}.modal-footer{flex-direction:column}.cancel-button,.save-button{width:100%}}.script-list-container{min-height:100vh;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.search-bar{background:#fff;padding:16px 20px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:16px}.search-inputs{display:flex;gap:12px;flex:1}.search-input{padding:8px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:13px;width:200px}.search-input:focus{outline:none;border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.search-button{padding:8px 20px;background:#1890ff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease}.search-button:hover{background:#40a9ff}.main-content{display:flex;height:calc(100vh - 80px)}.formula-directory{width:280px;background:#fff;border-right:1px solid #e0e0e0;overflow-y:auto}.directory-header{padding:16px 20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.directory-header h3{margin:0;font-size:16px;font-weight:600;color:#333}.directory-actions{display:flex;gap:8px}.icon-button{width:24px;height:24px;border:1px solid #d9d9d9;background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .2s ease}.icon-button:hover{border-color:#1890ff;color:#1890ff}.add-button{font-weight:700;font-size:16px}.directory-list{padding:8px 0}.directory-item{padding:10px 20px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s ease;position:relative}.directory-item:hover{background-color:#f5f5f5}.directory-item.selected{background-color:#e6f7ff;color:#1890ff}.directory-item.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:#1890ff}.expand-arrow{font-size:12px;color:#999;transition:transform .2s ease}.directory-item.selected .expand-arrow{color:#1890ff}.directory-name{font-size:14px;color:#333}.directory-item.selected .directory-name{color:#1890ff;font-weight:500}.sub-directory{margin-left:20px}.sub-item{padding:8px 20px 8px 40px;font-size:13px}.sub-item .directory-name{color:#666}.sub-item.selected .directory-name{color:#1890ff}.content-area{flex:1;background:#fff;overflow-y:auto}.content-header{padding:20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.content-title{margin:0;font-size:18px;font-weight:600;color:#333}.action-buttons{display:flex;gap:12px;flex-wrap:wrap}.action-btn{padding:8px 16px;border:1px solid #d9d9d9;background:#fff;border-radius:4px;cursor:pointer;font-size:13px;color:#333;transition:all .2s ease;position:relative}.action-btn:hover{border-color:#1890ff;color:#1890ff}.action-btn.process-steps-btn{background:#52c41a;color:#fff;border-color:#52c41a;font-weight:500}.action-btn.process-steps-btn:hover{background:#73d13d;border-color:#73d13d;color:#fff}.mobile-order{background:#ff4d4f;color:#fff;border-color:#ff4d4f}.mobile-order:hover{background:#ff7875;border-color:#ff7875;color:#fff}.new-badge{position:absolute;top:-8px;right:-8px;background:#ff4d4f;color:#fff;font-size:10px;padding:2px 6px;border-radius:10px;font-weight:700}.formula-grid{padding:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;align-items:start}.script-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;cursor:pointer;transition:all .2s ease;position:relative;min-height:240px;display:flex;flex-direction:column}.script-card:hover{border-color:#1890ff;box-shadow:0 4px 12px #1890ff26}.script-card.selected{border-color:#1890ff;background-color:#f0f8ff}.script-checkbox{position:absolute;top:12px;left:12px;z-index:10}.script-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.script-menu{position:absolute;top:12px;right:12px;z-index:10}.menu-button{width:24px;height:24px;border:none;background:#ffffffe6;border-radius:4px;cursor:pointer;font-size:16px;color:#666;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.menu-button:hover{background:#fff;color:#1890ff}.dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 4px 12px #00000026;min-width:120px;z-index:20}.dropdown-menu button{width:100%;padding:8px 12px;border:none;background:none;text-align:left;cursor:pointer;font-size:13px;color:#333;transition:background-color .2s ease}.dropdown-menu button:hover{background-color:#f5f5f5}.script-image-container{flex:1;display:flex;align-items:center;justify-content:center;margin:20px 0 16px}.script-image-placeholder{width:100%;height:120px;background:#f5f5f5;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999}.placeholder-text{font-size:12px;margin-bottom:4px}.placeholder-title{font-size:14px;font-weight:500;color:#666}.script-name{font-size:14px;color:#333;text-align:center;font-weight:500;line-height:1.4;word-break:break-word}.add-formula-card{border:2px dashed #d9d9d9;background:#fafafa;display:flex;align-items:center;justify-content:center;min-height:240px;transition:all .2s ease}.add-formula-card:hover{border-color:#1890ff;background:#f0f8ff}.add-formula-content{text-align:center;color:#999}.add-icon{font-size:32px;margin-bottom:8px;color:#d9d9d9}.add-text{font-size:14px;color:#999}.add-formula-card:hover .add-icon,.add-formula-card:hover .add-text{color:#1890ff}@media (max-width: 1200px){.formula-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.script-card{min-height:220px}}@media (max-width: 768px){.main-content{flex-direction:column}.formula-directory{width:100%;border-right:none;border-bottom:1px solid #e0e0e0}.formula-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;padding:16px}.action-buttons,.search-inputs{flex-direction:column;gap:8px}.search-input{width:100%}.top-tabs{flex-direction:column;height:auto;padding:12px 20px}.center-actions{margin:12px 0}.top-actions{justify-content:center}}@media (max-width: 480px){.formula-grid{grid-template-columns:1fr;gap:16px}.script-card{min-height:200px}.top-tabs{padding:0 12px}.search-bar{padding:12px 16px}.content-header{padding:16px}}.script-editor-3{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.script-editor-3 .right-panel-scroll{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.script-editor-3 .right-panel-scroll::-webkit-scrollbar{width:6px}.script-editor-3 .right-panel-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.script-editor-3 .right-panel-scroll::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.script-editor-3 .right-panel-scroll::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.script-editor-3.bg-gray-50{background-color:#f9fafb}.script-editor-3.flex{display:flex}.script-editor-3.flex-col{flex-direction:column}.script-editor-3.h-screen{height:100vh}.script-editor-3.overflow-hidden{overflow:hidden}.script-editor-3.flex-1{flex:1}.script-editor-3 .w-\[384px\]{width:384px}.script-editor-3 .flex-shrink-0{flex-shrink:0}.script-editor-3 .p-4{padding:1rem}.script-editor-3 .justify-center{justify-content:center}.script-editor-3 .px-2{padding-left:.5rem;padding-right:.5rem}.script-editor-3 .max-w-3xl{max-width:48rem}.script-editor-3 .w-full{width:100%}.script-editor-3 .h-full{height:100%}.script-editor-3 .overflow-y-auto{overflow-y:auto}.script-editor-container{height:100vh;display:flex;flex-direction:column;background:#f5f5f5;overflow:hidden}.script-editor-header{background:linear-gradient(to right,#1e3a8a,#1e40af);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.script-editor-header-container{width:100%;padding:1rem 1.5rem}.script-editor-header-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;white-space:nowrap}.script-editor-header-left{display:flex;align-items:center;gap:1rem;flex-shrink:0;min-width:0}.script-editor-back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#ffffff0d;border:1px solid rgb(255 255 255 / .2);border-radius:.375rem;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.script-editor-back-button:hover{background-color:#ffffff1a;color:#fff}.script-editor-back-icon{font-size:1rem;color:#fb923c}.script-editor-title-section{display:flex;flex-direction:row;align-items:center;gap:1rem}.script-editor-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.script-editor-subtitle{font-size:.875rem;color:#fffc;white-space:nowrap;margin-left:.5rem}.script-editor-header-right,.script-editor-formula-info{display:flex;align-items:center;justify-content:flex-end;gap:1rem;flex-shrink:0;min-width:0}.script-editor-formula-name-section{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem;flex-shrink:0;min-width:0}.script-editor-formula-name-input{padding:.5rem .75rem;background-color:#ffffff1a;border:1px solid rgb(255 255 255 / .2);border-radius:.375rem;color:#fff;font-size:.875rem;width:180px;min-width:120px;max-width:200px;flex-shrink:0;transition:all .2s ease}.script-editor-formula-name-input::placeholder{color:#fff9}.script-editor-formula-name-input:focus{outline:none;border-color:#fff6;background-color:#ffffff26}.script-editor-formula-name-input:disabled{opacity:.6;cursor:not-allowed}.script-editor-group-info{font-size:.875rem;color:#ffffffb3;white-space:nowrap;flex-shrink:0}.script-editor-auto-assign-tip{color:#34d399;margin-left:.25rem}.script-editor-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.script-editor-save-button{padding:.5rem 1rem;background-color:#10b981;border:none;border-radius:.375rem;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.script-editor-save-button:hover:not(:disabled){background-color:#059669}.script-editor-save-button:disabled{opacity:.6;cursor:not-allowed}.back-button{padding:8px 16px;background:#1890ff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:60px}.back-button:hover{background:#40a9ff;transform:translateY(-1px)}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.loading-spinner{width:60px;height:60px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.loading-text{font-size:18px;font-weight:500}.hd-bar{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000001a}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:10px}.search-box{display:flex;align-items:center;gap:5px}.search-input{padding:8px 12px;border:1px solid #ddd;border-radius:4px;width:200px}.search-btn{padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.btn{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;gap:5px;transition:all .2s}.btn-primary{background:#007bff;color:#fff}.btn-secondary{background:#6c757d;color:#fff}.btn-success{background:#28a745;color:#fff}.btn-danger{background:#dc3545;color:#fff}.btn-info{background:#17a2b8;color:#fff}.btn-link{background:none;border:none;color:#007bff;cursor:pointer;text-decoration:underline;padding:4px 8px}.btn-icon{background:none;border:none;cursor:pointer;padding:4px;font-size:16px}.text-danger{color:#dc3545}.main-content{flex:1;display:flex;overflow:hidden;position:relative;gap:0}.left-panel{width:400px;min-width:300px;max-width:600px;background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;overflow:hidden}.left-panel .panel-header{padding:16px 20px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #dee2e6;display:flex;align-items:center;justify-content:space-between}.left-panel .panel-title{margin:0;font-size:16px;font-weight:600;color:#495057;display:flex;align-items:center;gap:8px}.left-panel .panel-stats{font-size:12px;color:#6c757d;background:#e9ecef;padding:4px 8px;border-radius:12px}.left-panel .panel-content{flex:1;overflow:hidden}.left-panel.collapsed{width:60px!important}.collapse-toggle-btn{position:absolute;top:50%;right:-15px;transform:translateY(-50%);width:30px;height:60px;background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:0 30px 30px 0;color:#fff;font-size:16px;cursor:pointer;z-index:100;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.collapse-toggle-btn:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-50%) scale(1.05)}.debug-info{padding:20px;background:#f8f9fa;border-radius:8px;margin:20px;font-size:12px;color:#6c757d;border:1px dashed #dee2e6}.debug-info div{margin-bottom:8px;padding:4px 8px;background:#fff;border-radius:4px}.resize-handle{width:6px;background:#e0e0e0;cursor:col-resize;position:relative;transition:background-color .2s ease;z-index:50}.resize-handle:hover{background:#007bff}.resize-handle.dragging{background:#0056b3}.resize-handle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2px;height:20px;background:#999;border-radius:1px}.right-panel{flex:1;background:#f8f9fa;display:flex;flex-direction:column;overflow:hidden}.formula-editor-container{flex:1;display:flex;flex-direction:column;overflow:hidden}.formula-header{padding:16px 20px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #dee2e6;display:flex;align-items:center;justify-content:space-between}.formula-title{margin:0;font-size:16px;font-weight:600;color:#495057;display:flex;align-items:center;gap:8px}.formula-stats{font-size:12px;color:#6c757d;background:#e9ecef;padding:4px 8px;border-radius:12px}.formula-panels{flex:1;overflow-y:auto;padding:20px;background:#f8f9fa}.collapsible-panel{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:16px;overflow:hidden;transition:all .2s ease}.collapsible-panel:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff1a}.collapsible-panel.collapsed{margin-bottom:8px}.collapsible-panel .panel-header{padding:12px 16px;background:linear-gradient(135deg,#fff,#f8f9fa);border-bottom:1px solid #e9ecef;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;transition:background-color .2s ease}.collapsible-panel .panel-header:hover{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.collapsible-panel .panel-header.clickable{cursor:pointer}.collapsible-panel .panel-title{margin:0;font-size:14px;font-weight:600;color:#495057;display:flex;align-items:center;gap:8px}.collapsible-panel .panel-count{font-size:12px;color:#6c757d;background:#e9ecef;padding:2px 6px;border-radius:10px;margin-left:4px}.collapsible-panel .panel-toggle{font-size:12px;color:#6c757d;transition:transform .2s ease}.collapsible-panel .panel-content{padding:0;background:#fff}.panel-icon{font-size:16px;width:20px;text-align:center}.formula-panels::-webkit-scrollbar{width:6px}.formula-panels::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.formula-panels::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.formula-panels::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.edit-mode-toggle{position:fixed;bottom:30px;right:30px;z-index:1000}.edit-mode-toggle .toggle-btn{padding:12px 24px;border:none;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003;min-width:120px}.toggle-btn.edit{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff}.toggle-btn.preview{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff}.toggle-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.toggle-btn:active{transform:translateY(0)}.panel-placeholder{padding:40px 20px;text-align:center;color:#6c757d;background:#f8f9fa;border-radius:8px;border:2px dashed #dee2e6}.panel-placeholder h4{margin:0 0 16px;color:#495057;font-size:18px;font-weight:600}.panel-placeholder p{margin:0;font-size:14px;line-height:1.5}.loading-indicator{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;background:#007bff1a;border:1px solid rgba(0,123,255,.2);border-radius:6px;color:#007bff;font-size:14px;font-weight:500}.loading-icon{font-size:16px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.error-display{padding:16px;background:#dc35451a;border:1px solid rgba(220,53,69,.2);border-radius:6px;color:#dc3545;font-size:14px;margin:16px 0}.error-display strong{color:#c82333}.general-error{position:fixed;top:80px;left:50%;transform:translate(-50%);background:#dc3545;color:#fff;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:500;z-index:1000;box-shadow:0 4px 12px #dc35454d;display:flex;align-items:center;gap:8px;animation:slideDown .3s ease}@keyframes slideDown{0%{transform:translate(-50%) translateY(-100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.general-error .error-icon{font-size:16px}.data-debug-panel{position:fixed;bottom:100px;left:20px;background:#000c;color:#fff;padding:16px;border-radius:8px;font-size:12px;max-width:300px;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.debug-header{font-weight:600;margin-bottom:8px;color:#ffc107;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:4px}.debug-content div{margin-bottom:4px;padding:2px 0;border-bottom:1px solid rgba(255,255,255,.1)}.debug-content div:last-child{border-bottom:none}.script-editor-panel{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.panel-header h3{margin:0;font-size:18px;font-weight:600;color:#333}.panel-actions{display:flex;gap:10px}.panel-body{padding:20px}.order-rules{list-style:none;padding:0;margin:0}.rule-item{display:flex;gap:10px;margin-bottom:10px;align-items:center}.rule-label{flex:1;padding:8px;border:1px solid #ddd;border-radius:4px;background:#f8f9fa;font-weight:500}.rule-value{flex:2;padding:8px;border:1px solid #ddd;border-radius:4px}.formula-image{text-align:center;margin-bottom:15px}.formula-image img{max-width:100%;height:auto;border:1px solid #ddd;border-radius:4px}.image-navigation{display:flex;gap:10px;justify-content:center}.nav-btn{padding:6px 12px;background:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer}.variables-container{display:flex;flex-direction:column;gap:15px}.variable-item{border:1px solid #e9ecef;border-radius:6px;overflow:hidden}.variable-header{display:flex;align-items:center;padding:12px 15px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.priority{background:#007bff;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:700;margin-right:15px}.variable-name{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.variable-actions{margin-left:10px}.variable-content{padding:15px}.variable-labels{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:10px;font-weight:500;color:#666}.variable-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:10px}.script-editor-input{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.variables-footer{display:flex;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid #e9ecef}.bom-container,.addon-container{display:flex;flex-direction:column}.bom-header,.addon-header{display:grid;grid-template-columns:60px 150px 200px 80px 80px 100px 150px 100px 1fr;gap:10px;padding:12px 15px;background:#f8f9fa;border-bottom:1px solid #e9ecef;font-weight:500;color:#666}.bom-rows,.addon-rows{display:flex;flex-direction:column}.bom-row,.addon-row{display:grid;grid-template-columns:60px 150px 200px 80px 80px 100px 150px 100px 1fr;gap:10px;padding:12px 15px;border-bottom:1px solid #f0f0f0;align-items:center}.bom-row:hover,.addon-row:hover{background:#f8f9fa}.col{display:flex;align-items:center}.col input{width:100%;padding:6px 8px;border:1px solid #ddd;border-radius:4px;font-size:13px}.drag-handle{cursor:move;color:#999;font-size:18px;text-align:center}.output-value{color:#666;font-style:italic}.bom-footer,.addon-footer{display:flex;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid #e9ecef}.loading{text-align:center;padding:40px;color:#666}.error-message{background-color:#fff2f0;border:1px solid #ffccc7;border-radius:4px;padding:8px 12px;margin:8px 0;color:#cf1322;font-size:14px;display:flex;align-items:center;gap:8px}.error-icon{font-size:16px}.loading-message{background-color:#f6ffed;border:1px solid #b7eb8f;border-radius:4px;padding:8px 12px;margin:8px 0;color:#52c41a;font-size:14px;display:flex;align-items:center;gap:8px}.loading-icon{font-size:16px;animation:spin 1s linear infinite}.general-error{position:fixed;top:20px;right:20px;background-color:#fff2f0;border:1px solid #ffccc7;border-radius:4px;padding:12px 16px;color:#cf1322;font-size:14px;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px #00000026;z-index:1000;max-width:300px}.general-error .error-icon{font-size:18px}.bom-table,.addon-table{width:100%;border-collapse:collapse;margin-top:8px}.bom-table th,.bom-table td,.addon-table th,.addon-table td{border:1px solid #e8e8e8;padding:8px;text-align:left;vertical-align:middle}.bom-table th,.addon-table th{background-color:#fafafa;font-weight:600;color:#262626}.bom-table input,.addon-table input{width:100%;border:1px solid #d9d9d9;border-radius:4px;padding:4px 8px;font-size:14px}.bom-table input:focus,.addon-table input:focus{border-color:#1890ff;outline:none;box-shadow:0 0 0 2px #1890ff33}.bom-table input:disabled,.addon-table input:disabled{background-color:#f5f5f5;color:#8c8c8c;cursor:not-allowed}.delete-btn{background-color:#ff4d4f;color:#fff;border:none;border-radius:4px;padding:4px 8px;font-size:12px;cursor:pointer;transition:background-color .2s}.delete-btn:hover{background-color:#ff7875}.variable-item{border:1px solid #e8e8e8;border-radius:4px;margin-bottom:12px;padding:12px;background-color:#fafafa}.variable-header{display:flex;gap:12px;margin-bottom:12px;align-items:center}.variable-header input{flex:1;border:1px solid #d9d9d9;border-radius:4px;padding:6px 10px;font-size:14px}.variable-header select{border:1px solid #d9d9d9;border-radius:4px;padding:6px 10px;font-size:14px;background-color:#fff}.variable-items{display:flex;flex-direction:column;gap:8px}.variable-item-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;align-items:center}.variable-item-row input{border:1px solid #d9d9d9;border-radius:4px;padding:6px 10px;font-size:14px}.order-rule-item{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:8px;align-items:center}.order-rule-item input{border:1px solid #d9d9d9;border-radius:4px;padding:6px 10px;font-size:14px}.order-rule-item input:disabled{background-color:#f5f5f5;color:#8c8c8c;cursor:not-allowed}.save-btn{background-color:#52c41a;color:#fff;border:none;border-radius:4px;padding:6px 12px;font-size:14px;cursor:pointer;transition:background-color .2s}.save-btn:hover{background-color:#73d13d}.add-btn{background-color:#1890ff;color:#fff;border:none;border-radius:4px;padding:6px 12px;font-size:14px;cursor:pointer;transition:background-color .2s}.add-btn:hover{background-color:#40a9ff}@media (max-width: 1400px){.main-content{flex-direction:column}.left-panel{width:100%}.bom-header,.addon-header,.bom-row,.addon-row{grid-template-columns:60px 120px 150px 60px 60px 80px 120px 80px 1fr}}@media (max-width: 768px){.hd-bar{flex-direction:column;gap:10px;align-items:stretch}.toolbar-left,.toolbar-right{justify-content:center}.bom-header,.addon-header,.bom-row,.addon-row{grid-template-columns:1fr;gap:5px}.bom-header .col,.addon-header .col{display:none}.bom-row .col,.addon-row .col{display:flex;flex-direction:column}.col:before{content:attr(data-label);font-weight:500;color:#666;margin-bottom:4px}}@media (max-width: 1200px){.variable-item-row{grid-template-columns:1fr;gap:6px}.order-rule-item{grid-template-columns:1fr;gap:8px}}@media (max-width: 768px){.variable-header,.header-actions{flex-direction:column;gap:8px}.bom-table,.addon-table{font-size:12px}.bom-table th,.bom-table td,.addon-table th,.addon-table td{padding:4px}}.data-status-panel{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:20px;margin-bottom:20px}.data-status-panel h3{margin:0 0 15px;color:#495057;font-size:18px}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:15px}.status-item{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#fff;border-radius:6px;border:1px solid #e9ecef}.status-item .script-editor-label{font-weight:500;color:#495057}.status-item .value{font-weight:600;color:#28a745}.status-item .value:contains("❌"){color:#dc3545}.error-display{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:12px;border-radius:6px;font-size:14px}.reload-btn{background:#17a2b8;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;margin-right:10px}.reload-btn:hover{background:#138496}.order-format-table{width:100%;border-collapse:collapse;margin-top:10px}.order-format-table th,.order-format-table td{border:1px solid #ddd;padding:8px;text-align:left;vertical-align:top}.order-format-table th{background-color:#f5f5f5;font-weight:600;font-size:12px}.order-format-row:hover{background-color:#f9f9f9}.format-input,.format-select,.format-textarea{width:100%;padding:4px;border:1px solid #ccc;border-radius:3px;font-size:12px}.format-textarea{resize:vertical;min-height:40px}.format-checkbox{margin:0;transform:scale(1.2)}.door-table{width:100%;border-collapse:collapse;margin-top:10px}.door-table th,.door-table td{border:1px solid #ddd;padding:8px;text-align:left;vertical-align:top}.door-table th{background-color:#f5f5f5;font-weight:600;font-size:12px}.door-row:hover{background-color:#f9f9f9}.door-input,.door-select{width:100%;padding:4px;border:1px solid #ccc;border-radius:3px;font-size:12px}.glass-table{width:100%;border-collapse:collapse;margin-top:10px}.glass-table th,.glass-table td{border:1px solid #ddd;padding:8px;text-align:left;vertical-align:top}.glass-table th{background-color:#f5f5f5;font-weight:600;font-size:12px}.glass-row:hover{background-color:#f9f9f9}.glass-input,.glass-select{width:100%;padding:4px;border:1px solid #ccc;border-radius:3px;font-size:12px}.panel-table{width:100%;border-collapse:collapse;margin-top:10px}.panel-table th,.panel-table td{border:1px solid #ddd;padding:8px;text-align:left;vertical-align:top}.panel-table th{background-color:#f5f5f5;font-weight:600;font-size:12px}.panel-row:hover{background-color:#f9f9f9}.panel-input,.panel-select{width:100%;padding:4px;border:1px solid #ccc;border-radius:3px;font-size:12px}.variable-group{border:1px solid #ddd;border-radius:5px;margin-bottom:15px;background-color:#fafafa}.variable-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#f0f0f0;border-bottom:1px solid #ddd}.variable-basic-info{display:flex;gap:10px;flex:1}.variable-name-input,.variable-type-select,.variable-default-input{padding:6px;border:1px solid #ccc;border-radius:3px;font-size:12px}.variable-name-input{flex:2}.variable-type-select,.variable-default-input{flex:1}.variable-actions{display:flex;gap:5px}.add-item-btn{background-color:#28a745;color:#fff;border:none;padding:4px 8px;border-radius:3px;font-size:11px;cursor:pointer}.add-item-btn:hover{background-color:#218838}.variable-items{padding:10px}.variable-item-row{display:flex;gap:10px;margin-bottom:8px;align-items:center}.item-condition,.item-formula,.item-note{flex:1}.condition-input,.formula-input,.note-input{width:100%;padding:4px;border:1px solid #ccc;border-radius:3px;font-size:12px}.item-actions{flex-shrink:0}.delete-item-btn{background-color:#dc3545;color:#fff;border:none;padding:2px 6px;border-radius:3px;font-size:10px;cursor:pointer}.delete-item-btn:hover{background-color:#c82333}.bom-table{width:100%;border-collapse:collapse;margin-top:10px}.bom-table th,.bom-table td{border:1px solid #ddd;padding:8px;text-align:left;vertical-align:top}.bom-table th{background-color:#f5f5f5;font-weight:600;font-size:12px}.bom-row:hover{background-color:#f9f9f9}.bom-input,.bom-select{width:100%;padding:4px;border:1px solid #ccc;border-radius:3px;font-size:12px}.row-actions{display:flex;gap:2px;flex-wrap:wrap}.move-btn{background-color:#6c757d;color:#fff;border:none;padding:2px 4px;border-radius:2px;font-size:10px;cursor:pointer;min-width:20px}.move-btn:hover:not(:disabled){background-color:#5a6268}.move-btn:disabled{background-color:#ccc;cursor:not-allowed}.header-actions{display:flex;gap:8px;align-items:center}.add-btn{background-color:#28a745;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;cursor:pointer}.add-btn:hover{background-color:#218838}.save-btn{background-color:#007bff;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;cursor:pointer}.save-btn:hover{background-color:#0056b3}.delete-btn{background-color:#dc3545;color:#fff;border:none;padding:4px 8px;border-radius:3px;font-size:11px;cursor:pointer}.delete-btn:hover{background-color:#c82333}@media (max-width: 1200px){.variable-basic-info,.variable-item-row{flex-direction:column;gap:5px}.item-condition,.item-formula,.item-note{flex:none}}@media (max-width: 768px){.order-format-table,.door-table,.glass-table,.panel-table,.bom-table{font-size:11px}.order-format-table th,.door-table th,.glass-table th,.panel-table th,.bom-table th,.order-format-table td,.door-table td,.glass-table td,.panel-table td,.bom-table td{padding:4px}.format-input,.format-select,.format-textarea,.door-input,.door-select,.glass-input,.glass-select,.panel-input,.panel-select,.bom-input,.bom-select{font-size:11px;padding:2px}}@media (max-width: 1200px){.left-panel{min-width:280px}.resize-handle{width:4px}}@media (max-width: 768px){.main-content{flex-direction:column}.left-panel{width:100%!important;height:300px;border-right:none;border-bottom:1px solid #e0e0e0}.left-panel.collapsed{height:60px}.collapse-toggle-btn{top:auto;bottom:-15px;right:50%;transform:translate(50%);width:60px;height:30px;border-radius:0 0 30px 30px}.resize-handle{display:none}.right-panel{flex:1;height:calc(100vh - 300px)}.edit-mode-toggle{bottom:20px;right:20px}.edit-mode-toggle .toggle-btn{padding:10px 20px;font-size:13px;min-width:100px}}@media (max-width: 480px){.left-panel{height:250px}.right-panel{height:calc(100vh - 250px)}.edit-mode-toggle{bottom:15px;right:15px}.edit-mode-toggle .toggle-btn{padding:8px 16px;font-size:12px;min-width:80px}}.left-panel::-webkit-scrollbar,.right-panel::-webkit-scrollbar{width:6px}.left-panel::-webkit-scrollbar-track,.right-panel::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.left-panel::-webkit-scrollbar-thumb,.right-panel::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.left-panel::-webkit-scrollbar-thumb:hover,.right-panel::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.left-panel,.right-panel{animation:fadeIn .3s ease}.main-content.dragging{cursor:col-resize}.main-content.dragging .left-panel,.main-content.dragging .right-panel{pointer-events:none}.main-content.dragging .resize-handle{background:#0056b3;box-shadow:0 0 10px #0056b380}.script-id-tester{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin:20px 0;box-shadow:0 2px 4px #0000001a}.tester-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.tester-left{display:flex;align-items:center;gap:16px}.tester-left .back-btn{background:linear-gradient(135deg,#6c757d,#5a6268);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.tester-left .back-btn:hover{background:linear-gradient(135deg,#5a6268,#495057);transform:translateY(-1px)}.tester-header h4{margin:0;color:#495057;font-size:16px}.tester-controls{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.script-id-input{padding:8px 12px;border:1px solid #ced4da;border-radius:4px;font-size:14px;min-width:200px}.script-id-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.load-script-btn{padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.load-script-btn:hover:not(:disabled){background:#0056b3}.load-script-btn:disabled{background:#6c757d;cursor:not-allowed}.reset-script-btn{padding:8px 16px;background:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.reset-script-btn:hover{background:#545b62}.tester-status{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:20px}.status-item{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#fff;border-radius:4px;border:1px solid #dee2e6}.status-label{font-weight:500;color:#6c757d}.status-value{font-weight:600;color:#495057}.data-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:6px;border:1px solid #dee2e6;box-shadow:0 1px 3px #0000001a}.summary-label{font-weight:500;color:#6c757d}.summary-value{font-weight:600;color:#28a745;font-size:18px}.debug-panel{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin:20px 0;box-shadow:0 2px 4px #0000001a}.debug-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.debug-header h4{margin:0;color:#495057;font-size:16px}.debug-header button{padding:6px 12px;background:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:background-color .2s}.debug-header button:hover{background:#545b62}.debug-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.debug-section{background:#fff;padding:15px;border-radius:6px;border:1px solid #dee2e6}.debug-section h5{margin:0 0 10px;color:#495057;font-size:14px;border-bottom:1px solid #dee2e6;padding-bottom:5px}.debug-section div{margin:5px 0;font-size:13px;color:#6c757d}.tab-btn{position:relative}.tab-btn:after{content:attr(data-count);position:absolute;top:-8px;right:-8px;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}@media (max-width: 768px){.tester-header,.tester-controls{flex-direction:column;align-items:stretch}.script-id-input{min-width:auto}.tester-status{grid-template-columns:1fr}.data-summary{grid-template-columns:repeat(2,1fr)}.debug-content{grid-template-columns:1fr}}.loading{display:flex;justify-content:center;align-items:center;height:200px;font-size:18px;color:#6c757d}.loading:before{content:"⏳";margin-right:10px;animation:spin 1s linear infinite}.error{text-align:center;padding:40px 20px;color:#dc3545}.error h3{margin-bottom:15px;color:#dc3545}.error button{margin:10px;padding:8px 16px;border:1px solid #dc3545;background:#fff;color:#dc3545;border-radius:4px;cursor:pointer;transition:all .2s}.error button:hover{background:#dc3545;color:#fff}.process-steps-min-h-screen{min-height:100vh}.process-steps-bg-gray-50{background-color:#f9fafb}.process-steps-btn-ghost{background:transparent;color:#6b7280;border:1px solid #e5e7eb;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s ease}.process-steps-btn-ghost:hover{background:#f3f4f6;color:#374151;border-color:#d1d5db}.process-steps-root .text-2xl{font-size:1.5rem}.process-steps-root .font-bold{font-weight:700}.process-steps-root .text-gray-900{color:#111827}.process-steps-root .bg-white{background-color:#fff}.process-steps-root .border-b{border-bottom-width:1px}.process-steps-root .border-gray-200{border-color:#e5e7eb}.process-steps-root .shadow-sm{box-shadow:0 1px 2px #0000000d}.process-steps-root .px-6{padding-left:1.5rem;padding-right:1.5rem}.process-steps-root .py-2{padding-top:.5rem;padding-bottom:.5rem}.process-steps-tabs{display:flex;flex-direction:column;gap:.5rem}.process-steps-root .w-full{width:100%}.process-steps-tabs-list{background:#f3f4f6;color:#4b5563;display:inline-flex;height:3rem;width:fit-content;align-items:center;justify-content:center;border-radius:.5rem;padding:.125rem}.process-steps-root .h-12{height:3rem}.process-steps-root .bg-gray-50{background-color:#f9fafb}.process-steps-root .rounded-lg{border-radius:.5rem}.process-steps-root .p-1{padding:.25rem}.process-steps-root .inline-flex{display:inline-flex}.process-steps-tabs-trigger{display:inline-flex;height:calc(100% - 1px);flex:1;align-items:center;justify-content:center;gap:.375rem;border-radius:.375rem;border:1px solid transparent;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;white-space:nowrap;transition:color,box-shadow;outline:none;cursor:pointer}.process-steps-tabs-trigger:focus-visible{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.process-steps-tabs-trigger:disabled{pointer-events:none;opacity:.5}.process-steps-tabs-trigger[data-state=active],.process-steps-tabs-trigger.bg-white{background:#fff;color:#2563eb;box-shadow:0 1px 3px #0000001a}.process-steps-tabs-trigger:hover:not([data-state=active]):not(.bg-white){background:#ffffff80}.process-steps-root .transition-all{transition:all .2s ease}.process-steps-root .duration-200{transition-duration:.2s}.process-steps-root .p-6{padding:1.5rem}.process-steps-root .mb-6{margin-bottom:1.5rem}.process-steps-root .flex{display:flex}.process-steps-root .items-center{align-items:center}.process-steps-root .justify-between{justify-content:space-between}.process-steps-root .gap-4{gap:1rem}.actions-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.left-actions{display:flex;gap:12px}.process-steps-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:all .2s;outline:none;cursor:pointer;border:none}.process-steps-btn:disabled{pointer-events:none;opacity:.5}.process-steps-btn-primary{background:#ef4444;color:#fff}.process-steps-btn-primary:hover{background:#dc2626}.process-steps-btn-outline{border:1px solid #3b82f6;background:transparent;color:#2563eb}.process-steps-btn-outline:hover{background:#eff6ff}.process-steps-btn-ghost{background:transparent}.process-steps-btn-ghost:hover{background:#f3f4f6}.process-steps-btn-link{background:transparent;color:#2563eb;text-decoration:underline;text-underline-offset:4px}.process-steps-btn-link:hover{text-decoration:underline}.process-steps-btn-sm{height:2rem;padding:0 .75rem;font-size:.875rem}.process-steps-root .h-6{height:1.5rem}.process-steps-root .w-6{width:1.5rem}.process-steps-root .p-0{padding:0}.process-steps-root .h-auto{height:auto}.hover\:text-blue-800:hover{color:#1e40af}.add-icon{font-size:1rem;font-weight:700}.group-icon{font-size:.875rem}.process-steps-root .mr-2{margin-right:.5rem}.process-steps-root .text-red-500{color:#ef4444}.process-steps-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;border:1px solid transparent;padding:.125rem .5rem;font-size:.75rem;font-weight:500;width:fit-content;white-space:nowrap;flex-shrink:0;transition:color,box-shadow;overflow:hidden}.process-steps-badge-secondary{background:#dcfce7;color:#15803d}.process-steps-badge-outline{background:#f3f4f6;color:#4b5563;border-color:#e5e7eb}.process-steps-card{background:#fff;color:#111827;display:flex;flex-direction:column;gap:1.5rem;border-radius:.75rem;border:1px solid #e5e7eb}.process-steps-root .mb-8{margin-bottom:2rem}.card-header{display:grid;grid-template-rows:auto auto;grid-auto-rows:min;align-items:start;gap:.375rem;padding:1.5rem 1.5rem 0}.card-content{padding:0 1.5rem 1.5rem}.process-steps-table-container{position:relative;width:100%;overflow-x:auto}.process-steps-table{width:100%;font-size:.875rem;caption-side:bottom;border-collapse:collapse}.process-steps-table-header{border-bottom:1px solid #e5e7eb}.process-steps-table-header th{height:2.5rem;padding:0 .5rem;text-align:left;vertical-align:middle;font-weight:500;white-space:nowrap;color:#111827;background:#f9fafb;border-bottom:1px solid #e5e7eb}.process-steps-table-header th:has([role=checkbox]){padding-right:0}.process-steps-table-header th>[role=checkbox]{transform:translateY(2px)}.process-steps-table-header th.text-center{text-align:center}.process-steps-table-header th.w-20{width:5rem}.process-steps-table-header th.w-32{width:8rem}.process-steps-table-header th.w-40{width:10rem}.process-steps-table-header th.w-48{width:12rem}.process-steps-table-body tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.process-steps-table-body tr:last-child{border-bottom:0}.process-steps-table-body tr:hover{background:#f9fafb}.process-steps-table-body tr[data-state=selected],.process-steps-table-body tr.bg-gray-100{background:#f3f4f6}.process-steps-table-body tr.opacity-75{opacity:.75}.process-steps-table-body td{padding:.5rem;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #f3f4f6}.process-steps-table-body td:has([role=checkbox]){padding-right:0}.process-steps-table-body td>[role=checkbox]{transform:translateY(2px)}.process-steps-table-body td.text-center{text-align:center}.process-steps-table-body td.process-steps-root .font-medium{font-weight:500}.process-steps-table-body td.text-gray-600{color:#4b5563}.process-steps-root .text-blue-600{color:#2563eb}.process-steps-root .font-medium{font-weight:500}.sort-button{background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.sort-button:hover{background:#f3f4f6}.sort-icon{color:#9ca3af;font-size:.75rem}.process-steps-select{position:relative}.select-trigger{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.5rem;border-radius:.375rem;border:1px solid #e5e7eb;background:#f9fafb;padding:.5rem .75rem;font-size:.875rem;white-space:nowrap;transition:color,box-shadow;outline:none;cursor:pointer}.select-trigger:focus-visible{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.select-trigger[data-size=default]{height:2.25rem}.select-trigger[data-size=sm]{height:2rem}.select-trigger:disabled{cursor:not-allowed;opacity:.5}.select-trigger.h-8{height:2rem}.select-trigger.bg-gray-100{background:#f3f4f6}.select-trigger.border-gray-200{border-color:#e5e7eb}.process-steps-root .opacity-50{opacity:.5}.process-steps-root .text-lg{font-size:1.125rem}.process-steps-root .font-semibold{font-weight:600}.space-x-2>*+*{margin-left:.5rem}.loading-row,.empty-row{text-align:center;padding:2rem}.loading-spinner{color:#6b7280}.loading-spinner:before{content:"";width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:.5rem;padding:1.5rem;min-width:400px;max-width:500px;box-shadow:0 4px 6px #0000001a}.modal-content h2{margin:0 0 1.25rem;font-size:1.125rem;font-weight:600;color:#111827}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.375rem;font-size:.875rem;font-weight:500;color:#374151}.form-group input,.form-group select{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;color:#374151;background:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.primary-button{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.primary-button:hover{background:#2563eb}.secondary-button{padding:.5rem 1rem;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.secondary-button:hover{background:#e5e7eb}@media (max-width: 768px){.p-6{padding:1rem}.px-6{padding-left:1rem;padding-right:1rem}.process-steps-table-container{overflow-x:auto}.process-steps-table{min-width:800px}}.human-sop-container{width:100%;height:100vh;background:#f5f5f5;display:flex;flex-direction:column}.human-sop-header{display:flex;align-items:center;padding:16px 24px;border-bottom:1px solid #e5e7eb;background:#fff}.human-sop-back-button{padding:8px 16px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:14px;cursor:pointer;margin-right:16px;transition:all .2s}.human-sop-back-button:hover{background:#e5e7eb;border-color:#9ca3af}.human-sop-title{font-size:18px;font-weight:600;color:#111827;margin:0}.human-sop-nav{display:flex;background:#fff;border-bottom:1px solid #e8e8e8;padding:0 24px}.human-sop-main{flex:1;overflow:hidden}.human-sop-content{padding:24px;height:100%;overflow-y:auto}.human-sop-overview{max-width:1200px;margin:0 auto}.sop-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px}.department-stats{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:24px;margin-bottom:32px}.department-stats h3{margin:0 0 20px;color:#333;font-size:18px;font-weight:600}.recent-sops{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:24px}.recent-sops h3{margin:0 0 20px;color:#333;font-size:18px;font-weight:600}.sops-list{display:flex;flex-direction:column;gap:16px}.sop-item{display:flex;align-items:center;justify-content:space-between;padding:16px;border:1px solid #e8e8e8;border-radius:6px;transition:all .2s}.sop-item:hover{border-color:#1890ff;background:#f0f8ff}.sop-info{flex:1}.sop-title{font-size:16px;font-weight:500;color:#333;margin-bottom:4px}.sop-desc{font-size:14px;color:#666}.sop-status{margin-left:16px}.human-sop-sops{max-width:1200px;margin:0 auto}.sops-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.sops-header h2{margin:0;color:#333;font-size:24px;font-weight:600}.sops-actions{display:flex;align-items:center;gap:12px}.department-filter{padding:8px 12px;border:1px solid #d9d9d9;border-radius:6px;font-size:14px;background:#fff;cursor:pointer}.add-sop-btn{background:#52c41a;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500}.add-sop-btn:hover{background:#73d13d}.sops-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.sop-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;transition:all .3s}.sop-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.sop-card-header{margin-bottom:16px}.sop-basic-info .sop-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.sop-category{font-size:14px;color:#1890ff;background:#e6f7ff;padding:2px 8px;border-radius:4px;display:inline-block;margin-bottom:4px}.sop-department{font-size:12px;color:#666}.sop-description{font-size:14px;color:#666;line-height:1.5;margin-bottom:16px}.sop-metrics{display:flex;justify-content:space-between;margin-bottom:16px;padding:12px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.sop-actions{display:flex;gap:8px}.human-sop-departments{max-width:1200px;margin:0 auto}.departments-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.departments-header h2{margin:0;color:#333;font-size:24px;font-weight:600}.add-department-btn{background:#52c41a;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500}.add-department-btn:hover{background:#73d13d}.departments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.department-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:24px;display:flex;align-items:center;gap:16px;transition:all .3s}.department-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.department-icon{font-size:32px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:50%}.department-info{flex:1}.department-name{font-size:18px;font-weight:600;color:#333;margin-bottom:4px}.department-count{font-size:14px;color:#666}.human-sop-training{max-width:1200px;margin:0 auto}.training-header{margin-bottom:32px}.training-header h2{margin:0 0 8px;color:#333;font-size:24px;font-weight:600}.training-header p{margin:0;color:#666;font-size:14px}.training-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}@media (max-width: 768px){.human-sop-nav{padding:0 16px}.nav-button{padding:12px 16px;font-size:13px}.human-sop-content{padding:16px}.sop-summary{grid-template-columns:1fr;gap:16px}.sops-header{flex-direction:column;align-items:flex-start;gap:16px}.sops-actions{flex-wrap:wrap;gap:8px}.search-box input{width:150px}.sops-grid,.departments-grid,.training-stats{grid-template-columns:1fr;gap:16px}}.process-steps-page-container{padding:0;margin:0;width:100%;height:100%}.process-details{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:4px}.no-process{color:#999;font-size:12px;font-style:italic}.process-item{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:60px}.process-number{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff;margin-bottom:4px}.process-name{font-size:10px;color:#333;font-weight:500;line-height:1.2;max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.process-assignee{font-size:9px;color:#666;margin-top:2px}.process-status-none,.process-status-pending{background:#6c757d}.process-status-assigned{background:#495057}.process-status-in_progress{background:#ffc107}.process-status-completed{background:#28a745}.process-status-未开始{background:#6c757d}.process-status-进行中{background:#ffc107}.process-status-已完成{background:#28a745}.order-mark{display:inline-block;padding:2px 6px;border-radius:8px;font-size:10px;font-weight:500;margin:1px;color:#fff}.order-mark-urgent{background:#dc3545}.order-mark-exhibition{background:#17a2b8}.order-mark-unfinished{background:#6f42c1}.order-mark-default{background:#007bff}.orders-table tbody tr{transition:background-color .2s}@media (max-width: 1200px){.process-details{gap:4px}.process-item{min-width:50px}.process-number{width:20px;height:20px;font-size:9px}.process-name{font-size:9px;max-width:50px}.process-assignee{font-size:8px}}.orders-table-container{overflow-x:auto;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:0 20px 12px;flex:1;display:flex;flex-direction:column;min-height:0}.orders-table{width:100%;border-collapse:collapse;font-size:14px}.orders-table th{background:#f8f9fa;padding:12px 8px;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e9ecef;white-space:nowrap}.orders-table td{padding:12px 8px;border-bottom:1px solid #e9ecef;vertical-align:middle}.orders-table tbody tr:hover{background-color:#f8f9fa}.orders-table th:nth-child(1),.orders-table td:nth-child(1){width:50px}.orders-table th:nth-child(2),.orders-table td:nth-child(2){width:120px}.orders-table th:nth-child(3),.orders-table td:nth-child(3){width:120px}.orders-table th:nth-child(4),.orders-table td:nth-child(4){width:120px}.orders-table th:nth-child(5),.orders-table td:nth-child(5){width:200px}.orders-table th:nth-child(6),.orders-table td:nth-child(6){width:100px}.orders-table th:nth-child(7),.orders-table td:nth-child(7){width:80px}.orders-table th:nth-child(8),.orders-table td:nth-child(8){width:100px}.orders-table th:nth-child(9),.orders-table td:nth-child(9){width:80px}.orders-table th:nth-child(10),.orders-table td:nth-child(10){width:100px}.orders-table th:nth-child(11),.orders-table td:nth-child(11){width:100px}.orders-table th:nth-child(12),.orders-table td:nth-child(12){width:100px}.orders-table th:nth-child(13),.orders-table td:nth-child(13){width:120px}@media (max-width: 1200px){.orders-table{font-size:12px}.orders-table th,.orders-table td{padding:8px 6px}}.orders-table input[type=checkbox]{width:16px;height:16px;cursor:pointer}.status-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-align:center;min-width:60px}.status-not_confirm{background:#f8f9fa;color:#6c757d}.status-confirm{background:#d1ecf1;color:#0c5460}.status-in_production{background:#fff3cd;color:#856404}.status-completed{background:#d4edda;color:#155724}.status-delivered{background:#cce5ff;color:#004085}.status-cancelled{background:#f8d7da;color:#721c24}.action-buttons{display:flex;gap:8px;flex-wrap:wrap}.action-btn{padding:4px 8px;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s}.action-btn.edit{background:#007bff;color:#fff}.action-btn.edit:hover{background:#0056b3}.action-btn.confirm{background:#28a745;color:#fff}.action-btn.confirm:hover{background:#1e7e34}.goal-selection-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.goal-selection-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;width:100%;max-width:800px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.goal-selection-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.header-left{display:flex;align-items:center;gap:12px}.header-icon{width:24px;height:24px}.goal-selection-modal-header h3{margin:0;font-size:18px;font-weight:600}.goal-count{background:#fff3;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.close-btn{background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:6px;transition:background-color .2s}.close-btn:hover{background:#ffffff1a}.goal-selection-modal-content{flex:1;overflow-y:auto;padding:24px}.loading-container,.error-container,.empty-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.loading-spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.error-message{color:#ef4444;margin-bottom:16px}.retry-btn{background:#667eea;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px}.empty-icon{width:48px;height:48px;color:#9ca3af;margin-bottom:16px}.empty-hint{color:#6b7280;font-size:14px;margin-top:8px}.goal-list{display:flex;flex-direction:column;gap:16px}.goal-item{border:1px solid #e5e7eb;border-radius:8px;padding:20px;cursor:pointer;transition:all .2s;background:#fff}.goal-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.goal-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.goal-title{font-size:16px;font-weight:600;color:#1f2937;flex:1}.priority-badge{color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;margin-left:12px}.goal-description{color:#6b7280;font-size:14px;line-height:1.5;margin-bottom:16px}.goal-meta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280}.meta-icon{width:14px;height:14px}.script-name{font-weight:500;color:#667eea}.goal-actions{display:flex;justify-content:flex-end}.select-goal-btn{background:#667eea;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px;transition:background-color .2s}.select-goal-btn:hover{background:#5a67d8}.btn-icon{width:14px;height:14px}.goal-selection-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.cancel-btn{background:#6b7280;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px}.cancel-btn:hover{background:#4b5563}.footer-hint{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:13px}.hint-icon{width:14px;height:14px}@media (max-width: 768px){.goal-selection-modal{margin:10px;max-height:90vh}.goal-selection-modal-header{padding:16px 20px}.goal-selection-modal-content{padding:20px}.goal-item{padding:16px}.goal-meta{flex-direction:column;gap:8px}.goal-selection-modal-footer{flex-direction:column;gap:12px;align-items:stretch}.footer-hint{justify-content:center}}.order-list-container{width:100%;height:100vh;background:#f5f5f5;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow:hidden}.content-area{flex:1;overflow-y:auto;display:flex;flex-direction:column;min-height:0}.top-navigation{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(to right,#1e3a8a,#1e40af);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;gap:20px}.top-navigation button{gap:.5rem!important;border-color:#fff3!important;color:#fff!important;background-color:#ffffff0d!important;border:1px solid rgb(255 255 255 / .2)!important;padding:8px 16px!important;border-radius:6px!important;cursor:pointer;font-size:14px!important;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:60px}.top-navigation button:hover{background-color:#ffffff1a!important;color:#fff!important}.top-navigation button svg{width:1rem;height:1rem;color:#fb923c!important}.top-navigation .search-section{display:flex;align-items:center;gap:1rem}.top-navigation .search-section input{padding-left:2.5rem;width:20rem;background-color:#ffffff1a;border-color:#fff3;color:#fff;border-radius:6px;padding:8px 12px;font-size:14px;outline:none;transition:border-color .2s ease}.top-navigation .search-section input::placeholder{color:#bfdbfe}.top-navigation .search-section input:focus{border-color:#fff6;background-color:#fff3}.top-navigation .search-button{background:#1890ff!important;color:#fff!important;border:none!important;border-radius:4px!important;padding:8px 16px!important;font-size:14px!important;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.top-navigation .search-button:hover{background:#40a9ff!important}.top-navigation .advanced-search-toggle{background:#ffffff1a!important;color:#bfdbfe!important;border:1px solid rgb(255 255 255 / .2)!important;border-radius:6px!important;padding:8px 12px!important;cursor:pointer;font-size:12px!important;transition:all .2s ease;white-space:nowrap}.top-navigation .advanced-search-toggle:hover{background:#fff3!important;border-color:#fff6!important;color:#fff!important}.top-navigation h1{font-size:1.5rem!important;line-height:2rem!important;font-weight:700!important;color:#fff!important;margin:0!important}.top-navigation div{font-size:.875rem!important;line-height:1.25rem!important;color:#dbeafe!important;margin-left:.5rem!important}.process-management-button{background:#d9d9d9;border:none;border-radius:5px;padding:8px 16px;font-size:13px;font-weight:500;color:#000;cursor:pointer;box-shadow:2px 4px 4px #00000040;transition:all .2s ease}.process-management-button:hover{background:silver;transform:translateY(-1px);font-size:20px;font-weight:600;color:#333}.status-filter-bar{display:flex;align-items:center;background:#fff;border-radius:12px;padding:12px 20px;margin:12px 20px;box-shadow:0 2px 8px #0000000f;overflow-x:auto;gap:8px;flex-wrap:wrap;min-height:60px;z-index:10;position:relative}.status-filter-btn{background:#f8f9fa;color:#666;border:1px solid #e9ecef;border-radius:6px;padding:6px 12px;font-size:14px;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:flex;align-items:center;gap:4px;font-weight:500}.status-filter-btn.active{background:#1890ff!important;color:#fff!important;border-color:#1890ff!important;box-shadow:0 2px 8px #1890ff4d}.status-filter-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026;border-color:#1890ff;color:#1890ff}.status-filter-btn:hover:not(.active){background:#e6f7ff}.status-count{color:#666;font-size:12px;background:#fff3;border-radius:10px;padding:2px 8px;margin-left:8px}.advanced-search-panel{background:#fff;border-radius:12px;padding:20px;margin:0 20px 16px;box-shadow:0 2px 8px #0000000f;border:1px solid #f0f0f0}.filter-row{display:flex;gap:20px;flex-wrap:wrap}.filter-item{display:flex;flex-direction:column;gap:8px;min-width:200px}.filter-item label{font-size:14px;color:#333;font-weight:500}.filter-item input{padding:8px 12px;border:1px solid #d9d9d9;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s ease}.filter-item input:focus{border-color:#1890ff}.apply-filters-button{background:#1890ff;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;margin-top:20px}.apply-filters-button:hover{background:#40a9ff}.action-toolbar{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:12px;padding:12px 20px;margin:0 20px 12px;box-shadow:0 2px 8px #0000000f;min-height:50px;z-index:5;position:relative}.toolbar-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.toolbar-right{display:flex;align-items:center;gap:12px}.action-button{background:#fff;color:#666;border:1px solid #d9d9d9;border-radius:6px;padding:10px 16px;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;font-weight:500}.action-button:hover{border-color:#1890ff;color:#1890ff;background:#e6f7ff}.action-button:disabled{background:#f5f5f5;color:#d9d9d9;cursor:not-allowed;border-color:#f0f0f0}.action-button.add-order{background:#bbafaf;color:#151414;opacity:.6;border:1px solid #fbf8f8}.action-button.add-order:hover{opacity:1;background:#a0a0a0;border-color:#a0a0a0}.action-button.goal-hint{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);color:#0369a1;border:1px solid #bae6fd;font-weight:500}.action-button.goal-hint:hover{background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-color:#7dd3fc;color:#0c4a6e;box-shadow:0 2px 8px #0ea5e926}.filter-dropdown-container{position:relative}.filter-button{background:#f8f9fa;color:#495057;border:1px solid #dee2e6;font-weight:500}.filter-button:hover{background:#e9ecef;border-color:#adb5bd;color:#343a40}.filter-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:200px;margin-top:4px}.filter-dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e9ecef;background:#f8f9fa;border-radius:8px 8px 0 0}.filter-dropdown-header span{font-weight:600;color:#495057}.close-filter-btn{background:none;border:none;color:#6c757d;cursor:pointer;padding:4px;border-radius:4px;font-size:14px}.close-filter-btn:hover{background:#e9ecef;color:#495057}.filter-options{padding:8px 0}.filter-option{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;cursor:pointer;transition:background-color .2s}.filter-option:hover{background:#f8f9fa}.filter-option.selected{background:#e3f2fd;color:#1976d2}.filter-option .status-name{font-weight:500}.filter-option .status-count{font-size:12px;color:#6c757d}.filter-option.selected .status-count{color:#1976d2}.refresh-button{background:#f8f9fa;color:#495057;border:1px solid #dee2e6}.refresh-button:hover{background:#e9ecef;border-color:#adb5bd;color:#343a40}.pagination{display:flex;justify-content:center;align-items:center;gap:6px;margin:12px 20px 8px;flex-wrap:wrap}.pagination-btn{background:#fff;border:1px solid #d9d9d9;border-radius:6px;color:#666;cursor:pointer;font-size:14px;height:36px;min-width:36px;padding:8px 12px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.pagination-btn:hover:not(:disabled){background:#e6f7ff;border-color:#1890ff;color:#1890ff}.pagination-btn.active{background:#1890ff;border-color:#1890ff;color:#fff;font-weight:500}.pagination-btn.ellipsis{background:transparent;border:none;cursor:default;min-width:20px;padding:8px 4px}.pagination-btn.ellipsis:hover{background:transparent;border:none;color:#666}.pagination-btn:disabled{background:#f5f5f5;border-color:#f0f0f0;color:#d9d9d9;cursor:not-allowed}.error-message{display:flex;align-items:center;background:#fff2f0;border:1px solid #ffccc7;border-radius:6px;color:#cf1322;padding:12px 16px;margin:12px 20px;font-size:14px;gap:8px}.error-message button{background:none;border:none;color:#cf1322;cursor:pointer;font-size:16px;margin-left:auto}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#666;font-size:14px;gap:12px}.spinner{width:32px;height:32px;border:3px solid #f0f0f0;border-top:3px solid #1890ff;border-radius:50%;animation:spin 1s linear infinite}.command-center-container{width:100%;height:100vh;background:#f5f5f5;display:flex;flex-direction:column}.command-center-nav{display:flex;background:#fff;border-bottom:1px solid #e8e8e8;padding:0 20px}.nav-button{padding:12px 24px;border:none;background:none;cursor:pointer;font-size:14px;color:#666;border-bottom:2px solid transparent;transition:all .2s}.nav-button.active{color:#1890ff;border-bottom-color:#1890ff;background:#f0f8ff}.command-center-main{flex:1;overflow-y:auto}.command-center-content{padding:24px}.overview-header,.monitoring-header,.reports-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e8e8e8}.overview-header h2,.monitoring-header h2,.reports-header h2{margin:0 0 8px;color:#333;font-size:24px;font-weight:600}.overview-header p,.monitoring-header p,.reports-header p{margin:0;color:#666;font-size:14px}.command-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px}.command-card{background:#fff;border-radius:8px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0000001a;transition:transform .2s}.command-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.command-icon{font-size:32px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f0f8ff;border-radius:8px}.command-info{flex:1}.command-value{font-size:24px;font-weight:700;color:#1890ff;margin-bottom:4px}.command-label{font-size:14px;color:#666}.command-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px}.chart-container{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a}.chart-container h3{margin:0 0 16px;color:#333;font-size:16px;font-weight:600}.chart-placeholder{height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f9fa;border-radius:4px;color:#666;text-align:center}.chart-placeholder p{margin:4px 0}.monitoring-list{display:flex;flex-direction:column;gap:16px}.monitoring-item{background:#fff;border-radius:8px;padding:20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000001a;transition:transform .2s}.monitoring-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.monitoring-info{flex:1}.monitoring-name{font-size:16px;font-weight:600;color:#333;margin-bottom:4px}.monitoring-desc{color:#666;font-size:14px;margin-bottom:8px}.monitoring-metrics{display:flex;gap:16px;font-size:12px;color:#999}.monitoring-status{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;color:#fff}.status-badge.completed{background:#52c41a}.status-badge.warning{background:#faad14}.status-badge.pending{background:#1890ff}.monitoring-performance{font-size:18px;font-weight:600;color:#1890ff}.reports-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.report-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a;transition:transform .2s;display:flex;flex-direction:column;gap:16px}.report-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.report-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f0f8ff;border-radius:6px}.report-info{flex:1}.report-info h3{margin:0 0 8px;color:#333;font-size:16px;font-weight:600}.report-info p{margin:0 0 12px;color:#666;font-size:14px}.report-meta{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#999}.report-actions{display:flex;gap:8px}.btn-primary{background:#1890ff;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.btn-primary:hover{background:#40a9ff}.btn-secondary{background:#f5f5f5;color:#666;border:1px solid #d9d9d9;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s}.btn-secondary:hover{background:#e6f7ff;border-color:#91d5ff;color:#1890ff}@media (max-width: 768px){.command-center-nav{flex-direction:column;padding:0}.nav-button{text-align:center;border-bottom:1px solid #e8e8e8;border-right:none}.command-summary,.command-charts{grid-template-columns:1fr}.monitoring-item{flex-direction:column;align-items:flex-start;gap:16px}.monitoring-status{align-items:flex-start}.reports-grid{grid-template-columns:1fr}.report-actions{flex-direction:column}}.order-plan-container{width:100%;height:100vh;background:#f5f5f5;display:flex;flex-direction:column}.order-plan-nav{display:flex;background:#fff;border-bottom:1px solid #e8e8e8;padding:0 24px}.order-plan-main{flex:1;overflow:hidden}.order-plan-content{padding:24px;height:100%;overflow-y:auto}.order-plan-overview{max-width:1200px;margin:0 auto}.plan-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px}.recent-plans{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:24px}.recent-plans h3{margin:0 0 20px;color:#333;font-size:18px;font-weight:600}.plans-list{display:flex;flex-direction:column;gap:16px}.plan-item{display:flex;align-items:center;justify-content:space-between;padding:16px;border:1px solid #e8e8e8;border-radius:6px;transition:all .2s}.plan-item:hover{border-color:#1890ff;background:#f0f8ff}.plan-info{flex:1}.plan-title{font-size:16px;font-weight:500;color:#333;margin-bottom:4px}.plan-desc{font-size:14px;color:#666}.plan-status{margin-left:16px}.status-badge{padding:4px 12px;border-radius:4px;font-size:12px;font-weight:500}.status-badge.executing{background:#e6f7ff;color:#1890ff}.status-badge.pending{background:#fff7e6;color:#fa8c16}.status-badge.completed{background:#f6ffed;color:#52c41a}.order-plan-planning{max-width:1200px;margin:0 auto}.planning-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.planning-header h2{margin:0;color:#333;font-size:24px;font-weight:600}.add-plan-btn{background:#1890ff;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}.add-plan-btn:hover{background:#40a9ff}.planning-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.tool-card{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #0000001a;text-align:center;cursor:pointer;transition:all .3s}.tool-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.tool-icon{font-size:48px;margin-bottom:16px}.tool-info h3{margin:0 0 8px;color:#333;font-size:18px;font-weight:600}.tool-info p{margin:0;color:#666;font-size:14px;line-height:1.5}.order-plan-tracking{max-width:1200px;margin:0 auto}.tracking-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.tracking-header h2{margin:0;color:#333;font-size:24px;font-weight:600}.tracking-filters{display:flex;gap:12px}.filter-select{padding:8px 12px;border:1px solid #d9d9d9;border-radius:6px;font-size:14px;background:#fff;cursor:pointer}.filter-select:focus{outline:none;border-color:#1890ff}.tracking-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:24px}.chart-container{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.chart-container h3{margin:0 0 20px;color:#333;font-size:18px;font-weight:600}.chart-placeholder{height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f9fa;border-radius:6px;color:#666}.chart-icon{font-size:48px;margin-bottom:12px}.chart-placeholder p{margin:0;font-size:14px}@media (max-width: 768px){.order-plan-nav{padding:0 16px}.nav-button{padding:12px 16px;font-size:13px}.order-plan-content{padding:16px}.plan-summary,.planning-tools,.tracking-charts{grid-template-columns:1fr;gap:16px}.tracking-header,.planning-header{flex-direction:column;align-items:flex-start;gap:16px}}.software-connection-container{width:100%;height:100vh;background:#f5f5f5;display:flex;flex-direction:column}.software-connection-nav{display:flex;background:#fff;border-bottom:1px solid #e8e8e8;padding:0 24px}.nav-button{padding:16px 24px;border:none;background:none;cursor:pointer;font-size:14px;color:#666;border-bottom:2px solid transparent;transition:all .2s}.nav-button:hover{color:#1890ff;background:#f0f8ff}.nav-button.active{color:#1890ff;border-bottom-color:#1890ff;font-weight:500}.software-connection-main{flex:1;overflow:hidden}.software-connection-content{padding:24px;height:100%;overflow-y:auto}.software-connection-overview{max-width:1200px;margin:0 auto}.overview-header{margin-bottom:32px}.overview-header h2{margin:0 0 8px;color:#333;font-size:24px;font-weight:600}.overview-header p{margin:0;color:#666;font-size:14px}.sdk-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px}.summary-card{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:16px}.card-icon{font-size:32px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:50%}.card-info{flex:1}.card-value{font-size:28px;font-weight:700;color:#333;margin-bottom:4px}.card-label{font-size:14px;color:#666}.category-stats{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:24px;margin-bottom:32px}.category-stats h3{margin:0 0 20px;color:#333;font-size:18px;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.stat-item{padding:16px;border:1px solid #e8e8e8;border-radius:6px;text-align:center}.stat-name{font-size:16px;font-weight:500;color:#333;margin-bottom:4px}.stat-count{font-size:14px;color:#666}.recent-sdks{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:24px}.recent-sdks h3{margin:0 0 20px;color:#333;font-size:18px;font-weight:600}.sdks-list{display:flex;flex-direction:column;gap:16px}.sdk-item{display:flex;align-items:center;justify-content:space-between;padding:16px;border:1px solid #e8e8e8;border-radius:6px;transition:all .2s}.sdk-item:hover{border-color:#1890ff;background:#f0f8ff}.sdk-info{flex:1}.sdk-title{font-size:16px;font-weight:500;color:#333;margin-bottom:4px}.sdk-desc{font-size:14px;color:#666;margin-bottom:8px}.sdk-meta{display:flex;gap:16px;font-size:12px;color:#999}.sdk-status{margin-left:16px}.status-badge{padding:4px 12px;border-radius:4px;font-size:12px;font-weight:500;color:#fff}.software-connection-software{max-width:1200px;margin:0 auto}.sdks-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.sdks-header h2{margin:0;color:#333;font-size:24px;font-weight:600}.sdks-actions{display:flex;align-items:center;gap:12px}.search-box{display:flex;align-items:center;border:1px solid #d9d9d9;border-radius:6px;overflow:hidden}.search-box input{padding:8px 12px;border:none;outline:none;font-size:14px;width:200px}.search-btn{background:#1890ff;color:#fff;border:none;padding:8px 12px;cursor:pointer}.category-filter{padding:8px 12px;border:1px solid #d9d9d9;border-radius:6px;font-size:14px;background:#fff;cursor:pointer}.add-sdk-btn{background:#52c41a;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500}.add-sdk-btn:hover{background:#73d13d}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #1890ff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.sdks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.sdk-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;transition:all .3s}.sdk-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.sdk-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.sdk-basic-info .sdk-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.sdk-category{font-size:14px;color:#1890ff;background:#e6f7ff;padding:2px 8px;border-radius:4px;display:inline-block;margin-bottom:4px}.sdk-version{font-size:12px;color:#666}.sdk-status-badge{margin-left:12px}.sdk-description{font-size:14px;color:#666;line-height:1.5;margin-bottom:16px}.sdk-metrics{display:flex;justify-content:space-between;margin-bottom:16px;padding:12px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.metric-item{text-align:center}.metric-label{font-size:12px;color:#666;display:block;margin-bottom:4px}.metric-value{font-size:14px;font-weight:500;color:#333}.sdk-actions{display:flex;gap:8px}.action-btn{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s}.action-btn.primary{background:#1890ff;color:#fff}.action-btn.primary:hover{background:#40a9ff}.action-btn.secondary{background:#f0f0f0;color:#333}.action-btn.secondary:hover{background:#d9d9d9}.action-btn.danger{background:#ff4d4f;color:#fff}.action-btn.danger:hover{background:#ff7875}.software-connection-interfaces{max-width:1200px;margin:0 auto}.apis-header{margin-bottom:32px}.apis-header h2{margin:0 0 8px;color:#333;font-size:24px;font-weight:600}.apis-header p{margin:0;color:#666;font-size:14px}.api-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.stat-card{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:16px}.stat-icon{font-size:32px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:50%}.stat-info{flex:1}.stat-value{font-size:28px;font-weight:700;color:#333;margin-bottom:4px}.stat-label{font-size:14px;color:#666}.software-connection-configs{max-width:1200px;margin:0 auto}.integrations-header{margin-bottom:32px}.integrations-header h2{margin:0 0 8px;color:#333;font-size:24px;font-weight:600}.integrations-header p{margin:0;color:#666;font-size:14px}.integration-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}@media (max-width: 768px){.software-connection-nav{padding:0 16px}.nav-button{padding:12px 16px;font-size:13px}.software-connection-content{padding:16px}.sdk-summary{grid-template-columns:1fr;gap:16px}.sdks-header{flex-direction:column;align-items:flex-start;gap:16px}.sdks-actions{flex-wrap:wrap;gap:8px}.search-box input{width:150px}.sdks-grid,.api-stats,.integration-stats{grid-template-columns:1fr;gap:16px}}.bo-main .gap-1{gap:.25rem}.bo-main .gap-2{gap:.5rem}.bo-main .gap-3{gap:.75rem}.bo-main .gap-4{gap:1rem}.bo-main .gap-6{gap:1.5rem}.bo-main .gap-8{gap:2rem}.bo-main .flex{display:flex}.bo-main .bo-grid{display:grid}.bo-main .hidden{display:none}.bo-main .block{display:block}.bo-main .inline-flex{display:inline-flex}.bo-main .flex-col{flex-direction:column}.bo-main .flex-row{flex-direction:row}.bo-main .items-center{align-items:center}.bo-main .items-start{align-items:flex-start}.bo-main .justify-center{justify-content:center}.bo-main .justify-between{justify-content:space-between}.bo-main .p-2{padding:.5rem}.bo-main .p-4{padding:1rem}.bo-main .p-6{padding:1.5rem}.bo-main .px-4{padding-left:1rem;padding-right:1rem}.bo-main .py-2{padding-top:.5rem;padding-bottom:.5rem}.bo-main .py-4{padding-top:1rem;padding-bottom:1rem}.bo-main .m-0{margin:0}.bo-main .mt-2{margin-top:.5rem}.bo-main .mt-4{margin-top:1rem}.bo-main .mb-2{margin-bottom:.5rem}.bo-main .mb-4{margin-bottom:1rem}.bo-main .w-full{width:100%}.bo-main .h-full{height:100%}.bo-main .h-auto{height:auto}.bo-main .rounded{border-radius:.25rem}.bo-main .rounded-md{border-radius:.375rem}.bo-main .rounded-lg{border-radius:.5rem}.bo-main .border{border-width:1px;border-style:solid}.bo-main .border-2{border-width:2px;border-style:solid}.bo-main .bg-white{background-color:#fff}.bo-main .bg-gray-50{background-color:#f9fafb}.bo-main .bg-gray-100{background-color:#f3f4f6}.bo-main .text-sm{font-size:.875rem;line-height:1.25rem}.bo-main .text-base{font-size:1rem;line-height:1.5rem}.bo-main .text-lg{font-size:1.125rem;line-height:1.75rem}.bo-main .font-medium{font-weight:500}.bo-main .font-semibold{font-weight:600}.bo-main .font-bold{font-weight:700}.bo-main .shadow-sm{box-shadow:0 1px 2px #0000000d}.bo-main .shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.bo-container{width:100%;height:100vh;background:#f5f5f5;display:flex;flex-direction:column}.business-operations-main{flex:1;padding:20px;background:#f5f5f5}.main-header{display:flex;align-items:center;margin-bottom:30px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.back-button{background:#1890ff;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;margin-right:20px;transition:background-color .2s}.back-button:hover{background:#40a9ff}.main-header h1{margin:0;color:#333;font-size:24px;font-weight:600}.main-content{flex:1}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;padding:20px}.feature-card{background:#fff;border-radius:12px;padding:30px;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;border:2px solid transparent}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026;border-color:#1890ff}.feature-icon{font-size:48px;margin-bottom:16px}.feature-card h3{margin:0 0 12px;color:#333;font-size:18px;font-weight:600}.feature-card p{margin:0;color:#666;font-size:14px;line-height:1.5}@media (max-width: 768px){.feature-grid{grid-template-columns:1fr;gap:16px;padding:16px}.main-header{padding:16px;margin-bottom:20px}.main-header h1{font-size:20px}.feature-card{padding:24px}.feature-icon{font-size:36px}}.business-operations-container>div{flex:1;display:flex;flex-direction:column}.breadcrumb{display:flex;align-items:center;padding:12px 20px;background:#fff;border-bottom:1px solid #e8e8e8;font-size:14px;color:#666}.breadcrumb-item{cursor:pointer;color:#1890ff;transition:color .2s}.breadcrumb-item:hover{color:#40a9ff}.breadcrumb-separator{margin:0 8px;color:#d9d9d9}.breadcrumb-current{color:#333;font-weight:500}.goal-list-container{flex:1;padding:20px;background:#f5f5f5}.goal-list-header{background:#fff;padding:20px;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a}.goal-list-header h2{margin:0 0 8px;color:#333;font-size:24px;font-weight:600}.goal-list-header p{margin:0;color:#666;font-size:14px}.goal-list-content{background:#fff;border-radius:8px;padding:40px;text-align:center;box-shadow:0 2px 8px #0000001a}.goal-list-placeholder{max-width:400px;margin:0 auto}.placeholder-icon{font-size:48px;margin-bottom:16px}.goal-list-placeholder h3{margin:0 0 12px;color:#333;font-size:18px;font-weight:600}.goal-list-placeholder p{margin:0 0 8px;color:#666;font-size:14px;line-height:1.5}.task-list-panel{height:100%;display:flex;flex-direction:column;background-color:#f9fafb;min-width:0}.task-list-filter-controls{flex-shrink:0;background-color:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 1px 2px #0000000d;margin:1.5rem 1.5rem 0}.task-list-filter-header{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:space-between}@media (min-width: 640px){.task-list-filter-header{flex-direction:row;align-items:center}}.task-list-primary-action{display:flex;gap:.5rem}.task-list-status-stats{background-color:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 1px 2px #0000000d;display:flex;justify-content:flex-start;align-items:center;gap:2rem}.task-list-status-item{display:flex;align-items:center;gap:.5rem;flex:0 0 auto;justify-content:flex-start}.task-list-status-count{font-size:1.25rem;font-weight:600;color:#6b7280}.task-list-status-count-blue{color:#2563eb}.task-list-status-count-red{color:#dc2626}.task-list-status-label{font-size:.875rem;color:#6b7280}.task-list-filter-action{display:flex;gap:.5rem}.task-list{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.task-item{cursor:pointer;transition:all .2s ease;border:1px solid #e5e7eb}.task-item:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.task-item-overdue{border-left:4px solid #ef4444}.task-item-selected{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.task-content{padding:1rem}.task-layout{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.task-info{flex:1;min-width:0}.task-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.task-title{font-size:.875rem;font-weight:500;color:#111827;margin:0}.task-badges{display:flex;flex-wrap:wrap;gap:.5rem}.task-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.75rem;color:#6b7280;margin-bottom:.75rem}.task-progress{margin-bottom:.75rem}.task-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.task-actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.task-empty-state{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;color:#6b7280}.task-empty-content{padding:2rem}.task-empty-text{margin:0;font-size:.875rem}.task-detail-panel{height:100%;display:flex;flex-direction:column;background-color:#fff;min-width:0}.task-detail-content{flex:1;overflow-y:auto;padding:1.5rem}.task-detail-empty{display:flex;align-items:center;justify-content:center;height:100%;min-height:400px}.task-detail-empty-placeholder{text-align:center;color:#6b7280}.task-detail-empty-icon{margin-bottom:1rem}.task-detail-empty-message{max-width:300px}.task-detail-empty-title{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 .5rem}.task-detail-empty-description{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.weekly-plan-container{padding:20px;background-color:#f8f9fa;min-height:100vh}.weekly-plan-content{max-width:1200px;margin:0 auto}.weekly-plan-header{text-align:center;margin-bottom:30px}.weekly-plan-header h2{color:#2c3e50;font-size:28px;margin-bottom:10px}.weekly-plan-header p{color:#7f8c8d;font-size:16px}.weekly-plan-week-selector{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:30px;background:#fff;padding:15px;border-radius:8px;box-shadow:0 2px 10px #0000001a}.week-nav-button{padding:8px;border:1px solid #bdc3c7;background:#fff;border-radius:5px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.week-nav-button:hover{background-color:#3498db;color:#fff;border-color:#3498db}.week-display{display:flex;flex-direction:column;align-items:center;min-width:200px}.week-label{font-size:18px;font-weight:700;color:#2c3e50;margin-bottom:5px}.week-range{font-size:14px;color:#7f8c8d}.week-today-button{padding:8px 16px;border:1px solid #3498db;background:#fff;color:#3498db;border-radius:5px;cursor:pointer;font-size:14px;transition:all .3s ease}.week-today-button:hover{background-color:#3498db;color:#fff}.weekly-plan-controls{display:flex;gap:15px;margin-bottom:20px}.weekly-plan-search{flex:1;position:relative}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#7f8c8d}.search-input{width:100%;padding:10px 10px 10px 40px;border:1px solid #bdc3c7;border-radius:5px;font-size:14px}.search-input:focus{outline:none;border-color:#3498db}.add-task-button{padding:10px 20px;background-color:#3498db;color:#fff;border:none;border-radius:5px;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:14px;transition:background-color .3s ease}.add-task-button:hover{background-color:#2980b9}.weekly-plan-tasks{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:30px}.plan-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.plan-card{background:#f8f9fa;padding:20px;border-radius:8px;border:1px solid #e9ecef;transition:transform .2s ease}.plan-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.priority-high{background-color:#e74c3c;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:700}.priority-medium{background-color:#f39c12;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:700}.priority-low{background-color:#27ae60;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:700}.plan-card p{color:#7f8c8d;margin-bottom:15px;line-height:1.5}.plan-progress{margin:15px 0}.progress-label{font-size:12px;color:#7f8c8d;margin-bottom:5px}.progress-bar{width:100%;height:8px;background-color:#ecf0f1;border-radius:4px;overflow:hidden;margin-bottom:5px}.progress-fill{height:100%;background-color:#3498db;transition:width .3s ease}.progress-text{font-size:12px;color:#7f8c8d;text-align:right}.task-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:12px;color:#7f8c8d}.task-date{display:flex;align-items:center;gap:5px}.plan-actions{display:flex;gap:10px}.action-button{padding:8px 16px;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.action-button.primary{background-color:#3498db;color:#fff}.action-button.primary:hover{background-color:#2980b9}.action-button.secondary{background-color:#95a5a6;color:#fff}.action-button.secondary:hover{background-color:#7f8c8d}.monthly-plan-container{padding:20px;background-color:#f8f9fa;min-height:100vh}.monthly-plan-content{max-width:1200px;margin:0 auto}.monthly-plan-header{text-align:center;margin-bottom:30px}.monthly-plan-header h2{color:#2c3e50;font-size:28px;margin-bottom:10px}.monthly-plan-header p{color:#7f8c8d;font-size:16px}.monthly-plan-month-selector{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:30px;background:#fff;padding:15px;border-radius:8px;box-shadow:0 2px 10px #0000001a}.month-nav-button{padding:8px;border:1px solid #bdc3c7;background:#fff;border-radius:5px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.month-nav-button:hover{background-color:#9b59b6;color:#fff;border-color:#9b59b6}.month-display{display:flex;flex-direction:column;align-items:center;min-width:200px}.month-label{font-size:18px;font-weight:700;color:#2c3e50;margin-bottom:5px}.month-full{font-size:14px;color:#7f8c8d}.month-today-button{padding:8px 16px;border:1px solid #9b59b6;background:#fff;color:#9b59b6;border-radius:5px;cursor:pointer;font-size:14px;transition:all .3s ease}.month-today-button:hover{background-color:#9b59b6;color:#fff}.monthly-plan-sections{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.section-tabs{display:flex;background-color:#ecf0f1;border-bottom:1px solid #bdc3c7}.tab-button{flex:1;padding:15px 20px;border:none;background:transparent;cursor:pointer;font-size:16px;color:#7f8c8d;transition:all .3s ease}.tab-button:hover{background-color:#d5dbdb}.tab-button.active{background-color:#9b59b6;color:#fff}.section-content{padding:30px}.overview-section h3,.resources-section h3,.priorities-section h3{color:#2c3e50;margin-bottom:20px;font-size:20px}.overview-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.overview-card{background:#f8f9fa;padding:20px;border-radius:8px;border:1px solid #e9ecef;transition:transform .2s ease}.overview-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.card-header h4{color:#2c3e50;margin:0;font-size:18px}.status-active{background-color:#27ae60;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:700}.status-busy{background-color:#e74c3c;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:700}.resource-info{display:flex;flex-direction:column;gap:8px;margin-bottom:15px}.resource-item{display:flex;justify-content:space-between;align-items:center}.resource-label{font-size:14px;color:#7f8c8d}.resource-value{font-size:14px;font-weight:700;color:#2c3e50}.workload-bar{width:100%;height:8px;background-color:#ecf0f1;border-radius:4px;overflow:hidden;margin-bottom:5px}.workload-fill{height:100%;background-color:#9b59b6;transition:width .3s ease}.workload-text{font-size:12px;color:#7f8c8d;text-align:right}.resources-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px}.resource-allocation{background:#f8f9fa;padding:20px;border-radius:8px;border-left:4px solid #9b59b6}.resource-allocation h4{color:#2c3e50;margin-bottom:20px;font-size:16px}.allocation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.allocation-item{background:#fff;padding:15px;border-radius:8px;border:1px solid #e9ecef}.allocation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.allocation-title{font-size:14px;font-weight:700;color:#2c3e50}.allocation-status{padding:2px 6px;border-radius:8px;font-size:10px;font-weight:700}.allocation-status.available{background-color:#d5f4e6;color:#27ae60}.allocation-status.busy{background-color:#fef5e7;color:#f39c12}.allocation-skills{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.skill-tag{background-color:#e8f4fd;color:#3498db;padding:2px 6px;border-radius:8px;font-size:10px}.allocation-workload{display:flex;align-items:center;gap:10px}.workload-label{font-size:12px;color:#7f8c8d;min-width:60px}.workload-value{font-size:12px;font-weight:700;color:#9b59b6;min-width:30px;text-align:right}.priorities-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:20px}.priority-queue{background:#f8f9fa;padding:20px;border-radius:8px;border-left:4px solid #9b59b6}.priority-queue h4{color:#2c3e50;margin-bottom:20px;font-size:16px}.queue-items{display:flex;flex-direction:column;gap:10px}.queue-item{background:#fff;padding:15px;border-radius:8px;border:1px solid #e9ecef;border-left:4px solid}.queue-item.priority-urgent{border-left-color:#e74c3c}.queue-item.priority-high{border-left-color:#f39c12}.queue-item.priority-medium{border-left-color:#3498db}.queue-item.priority-low{border-left-color:#95a5a6}.queue-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.priority-badge{padding:4px 8px;border-radius:12px;font-size:10px;font-weight:700}.priority-badge.urgent{background-color:#e74c3c;color:#fff}.priority-badge.high{background-color:#f39c12;color:#fff}.priority-badge.medium{background-color:#3498db;color:#fff}.priority-badge.low{background-color:#95a5a6;color:#fff}.task-title{font-size:14px;font-weight:700;color:#2c3e50;flex:1}.task-department{font-size:12px;color:#7f8c8d;background-color:#f8f9fa;padding:2px 6px;border-radius:8px}.queue-details{display:flex;justify-content:space-between;font-size:12px;color:#7f8c8d}.task-assignee{color:#3498db}.task-deadline{color:#e74c3c}.yearly-plan-container{padding:20px;background-color:#f8f9fa;min-height:100vh}.yearly-plan-content{max-width:1200px;margin:0 auto}.yearly-plan-header{text-align:center;margin-bottom:30px}.yearly-plan-header h2{color:#2c3e50;font-size:28px;margin-bottom:10px}.yearly-plan-header p{color:#7f8c8d;font-size:16px}.yearly-plan-year-selector{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:30px;background:#fff;padding:15px;border-radius:8px;box-shadow:0 2px 10px #0000001a}.year-nav-button{padding:8px;border:1px solid #bdc3c7;background:#fff;border-radius:5px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.year-nav-button:hover:not(:disabled){background-color:#e67e22;color:#fff;border-color:#e67e22}.year-nav-button:disabled{opacity:.5;cursor:not-allowed}.year-display{display:flex;flex-direction:column;align-items:center;min-width:200px}.year-label{font-size:18px;font-weight:700;color:#2c3e50;margin-bottom:5px}.year-full{font-size:14px;color:#7f8c8d}.year-today-button{padding:8px 16px;border:1px solid #e67e22;background:#fff;color:#e67e22;border-radius:5px;cursor:pointer;font-size:14px;transition:all .3s ease}.year-today-button:hover{background-color:#e67e22;color:#fff}.yearly-plan-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000001a;text-align:center}.stat-value{font-size:32px;font-weight:700;color:#2c3e50;margin-bottom:10px}.stat-label{font-size:14px;color:#7f8c8d}.yearly-plan-ranking-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.collaborative-work-container{padding:20px;background-color:#f8f9fa;min-height:100vh}.collaborative-work-content{max-width:1200px;margin:0 auto}.collaborative-work-header{text-align:center;margin-bottom:30px}.collaborative-work-header h2{color:#2c3e50;font-size:28px;margin-bottom:10px}.collaborative-work-header p{color:#7f8c8d;font-size:16px}.collaborative-work-navigation-hint{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;padding:20px;margin-bottom:30px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 15px #667eea4d}.hint-content{display:flex;align-items:center;gap:15px;color:#fff}.hint-icon{width:48px;height:48px;background:#fff3;padding:10px;border-radius:8px}.hint-text h4{margin:0 0 5px;font-size:18px;color:#fff}.hint-text p{margin:0;font-size:14px;color:#ffffffe6}.navigate-button{padding:12px 24px;background:#fff;color:#667eea;border:none;border-radius:5px;cursor:pointer;font-size:16px;font-weight:700;display:flex;align-items:center;gap:10px;transition:all .3s ease}.navigate-button:hover{transform:translate(5px);box-shadow:0 4px 15px #0003}.collaborative-work-ranking-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.ranking-card-header{padding:25px;border-bottom:1px solid #ecf0f1}.ranking-card-header h3{font-size:20px;color:#2c3e50;margin:0 0 5px}.ranking-card-header p{font-size:14px;color:#7f8c8d;margin:0}.ranking-card-content{padding:25px}.ranking-list{display:flex;flex-direction:column;gap:15px}.ranking-item{display:flex;align-items:center;gap:15px;padding:15px;border:1px solid #ecf0f1;border-radius:8px;transition:all .3s ease}.ranking-item:hover{box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.rank-badge{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#3498db;color:#fff;font-weight:700;font-size:18px}.employee-info{flex:1}.employee-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.employee-header h4{margin:0;color:#2c3e50;font-size:16px}.employee-department{font-size:14px;color:#7f8c8d}.trend-icon{width:16px;height:16px}.trend-up{color:#27ae60}.trend-down{color:#e74c3c}.employee-stats{display:flex;align-items:center;gap:20px;font-size:14px;color:#7f8c8d}.rating-display{display:flex;align-items:center;gap:5px}.star-icon{width:16px;height:16px;fill:#f39c12;color:#f39c12}.trophy-icon{width:24px;height:24px;color:#f39c12}.daily-work .gap-1{gap:.25rem}.daily-work .gap-2{gap:.5rem}.daily-work .gap-3{gap:.75rem}.daily-work .gap-4{gap:1rem}.daily-work .gap-6{gap:1.5rem}.daily-work .gap-8{gap:2rem}.daily-work .flex{display:flex}.daily-work .daily-work-grid{display:grid}.daily-work .hidden{display:none}.daily-work .block{display:block}.daily-work .inline-flex{display:inline-flex}.daily-work .flex-col{flex-direction:column}.daily-work .flex-row{flex-direction:row}.daily-work .items-center{align-items:center}.daily-work .items-start{align-items:flex-start}.daily-work .justify-center{justify-content:center}.daily-work .justify-between{justify-content:space-between}.daily-work .p-2{padding:.5rem}.daily-work .p-4{padding:1rem}.daily-work .p-6{padding:1.5rem}.daily-work .px-4{padding-left:1rem;padding-right:1rem}.daily-work .py-2{padding-top:.5rem;padding-bottom:.5rem}.daily-work .py-4{padding-top:1rem;padding-bottom:1rem}.daily-work .m-0{margin:0}.daily-work .mt-2{margin-top:.5rem}.daily-work .mt-4{margin-top:1rem}.daily-work .mb-2{margin-bottom:.5rem}.daily-work .mb-4{margin-bottom:1rem}.daily-work .w-full{width:100%}.daily-work .h-full{height:100%}.daily-work .h-auto{height:auto}.daily-work .rounded{border-radius:.25rem}.daily-work .rounded-md{border-radius:.375rem}.daily-work .rounded-lg{border-radius:.5rem}.daily-work .border{border-width:1px;border-style:solid}.daily-work .border-2{border-width:2px;border-style:solid}.daily-work .bg-white{background-color:#fff}.daily-work .bg-gray-50{background-color:#f9fafb}.daily-work .bg-gray-100{background-color:#f3f4f6}.daily-work .text-sm{font-size:.875rem;line-height:1.25rem}.daily-work .text-base{font-size:1rem;line-height:1.5rem}.daily-work .text-lg{font-size:1.125rem;line-height:1.75rem}.daily-work .font-medium{font-weight:500}.daily-work .font-semibold{font-weight:600}.daily-work .font-bold{font-weight:700}.daily-work .shadow-sm{box-shadow:0 1px 2px #0000000d}.daily-work .shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.daily-work-order{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.daily-work-order{--background: #ffffff;--foreground: #171717;--card: #ffffff;--card-foreground: #171717;--popover: #ffffff;--popover-foreground: #171717;--primary: #2563eb;--primary-foreground: #ffffff;--secondary: #f1f5f9;--secondary-foreground: #0f172a;--muted: #f8fafc;--muted-foreground: #64748b;--accent: #f1f5f9;--accent-foreground: #0f172a;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: #e2e8f0;--input: #e2e8f0;--ring: #2563eb;--radius: .5rem}@media (prefers-color-scheme: dark){.daily-work-order{--background: #0a0a0a;--foreground: #ededed;--card: #171717;--card-foreground: #ededed;--popover: #171717;--popover-foreground: #ededed;--primary: #3b82f6;--primary-foreground: #ffffff;--secondary: #262626;--secondary-foreground: #ededed;--muted: #262626;--muted-foreground: #a3a3a3;--accent: #262626;--accent-foreground: #ededed;--destructive: #7f1d1d;--destructive-foreground: #ffffff;--border: #262626;--input: #262626;--ring: #3b82f6}}.bg-background{background-color:var(--background)}.bg-card{background-color:var(--card)}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.bg-muted{background-color:var(--muted)}.bg-accent{background-color:var(--accent)}.bg-destructive{background-color:var(--destructive)}.text-foreground{color:var(--foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-accent-foreground{color:var(--accent-foreground)}.daily-work-card{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-weight:500;transition:all .2s;cursor:pointer;border:none;outline:none;padding:.5rem 1rem;font-size:.875rem}.btn-sm{padding:.25rem .5rem;font-size:.75rem}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background-color:var(--primary);opacity:.9}.btn-secondary{background-color:var(--secondary);color:var(--secondary-foreground)}.btn-secondary:hover{background-color:var(--secondary);opacity:.8}.btn-outline{background-color:transparent;border:1px solid var(--border);color:var(--foreground)}.btn-outline:hover{background-color:var(--accent);color:var(--accent-foreground)}.btn-ghost{background-color:transparent;color:var(--muted-foreground)}.btn-ghost:hover{background-color:var(--accent);color:var(--accent-foreground)}.daily-work-input{background-color:var(--background);border:1px solid var(--input);border-radius:var(--radius);padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s}.daily-work-input:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 2px #2563eb1a}.daily-work-badge{display:inline-flex;align-items:center;border-radius:9999px;font-size:.75rem;font-weight:500;padding:.125rem .5rem}.daily-work-badge-outline{background-color:transparent;border:1px solid var(--border);color:var(--foreground)}.daily-work-badge-destructive{background-color:var(--destructive);color:var(--destructive-foreground)}.daily-work-space-y-2>*+*{margin-top:.5rem}.daily-work-space-y-4>*+*{margin-top:1rem}.daily-work-space-x-1>*+*{margin-left:.25rem}.daily-work-space-x-2>*+*{margin-left:.5rem}.daily-work-space-x-4>*+*{margin-left:1rem}.daily-work-root .mb-1{margin-bottom:.25rem}.daily-work-root .mb-2{margin-bottom:.5rem}.daily-work-root .mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.mr-1{margin-right:.25rem}.ml-1{margin-left:.25rem}.daily-work-w-full width: 100%; } .w-4{width:1rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.h-2{height:.5rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-12{height:3rem}.h-20{height:5rem}.daily-work-h-screen height: 100vh; } .daily-work-flex{display:flex}.daily-work-flex-1{flex:1 1 0%}.daily-work-flex-col{flex-direction:column}.daily-work-items-center{align-items:center}.daily-work-items-start{align-items:flex-start}.daily-work-justify-between{justify-content:space-between}.daily-work-justify-center{justify-content:center}.daily-work-justify-start{justify-content:flex-start}.daily-work-justify-end justify-content: flex-end; } .daily-work-grid{display:grid}.daily-work-grid-cols-1 grid-template-columns: repeat(1,minmax(0,1fr)); } .daily-work-grid-cols-2 grid-template-columns: repeat(2,minmax(0,1fr)); } .daily-work-grid-cols-3 grid-template-columns: repeat(3,minmax(0,1fr)); } .daily-work-grid-cols-4 grid-template-columns: repeat(4,minmax(0,1fr)); } .daily-work-gap-1 gap: .25rem; } .daily-work-gap-2 gap: .5rem; } .daily-work-gap-4 gap: 1rem; } .daily-work-gap-6 gap: 1.5rem; } .relative{position:relative}.inset-0{inset:0}.top-1\/2{top:50%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.daily-work-rounded border-radius: .25rem; } .daily-work-rounded-lg border-radius: .5rem; } .daily-work-rounded-md border-radius: .375rem; } .rounded-full{border-radius:9999px}.daily-work-border border-width: 1px; } .border-b{border-bottom-width:1px}.border-2{border-width:2px}.border-dashed{border-style:dashed}.border-input{border-color:var(--input)}.daily-work-p-2 padding: .5rem; } .daily-work-p-4 padding: 1rem; } .daily-work-p-6 padding: 1.5rem; } .daily-work-px-2 padding-left: .5rem; padding-right: .5rem; } .daily-work-px-3 padding-left: .75rem; padding-right: .75rem; } .daily-work-px-4 padding-left: 1rem; padding-right: 1rem; } .daily-work-px-6 padding-left: 1.5rem; padding-right: 1.5rem; } .daily-work-py-1 padding-top: .25rem; padding-bottom: .25rem; } .daily-work-py-2 padding-top: .5rem; padding-bottom: .5rem; } .daily-work-py-4 padding-top: 1rem; padding-bottom: 1rem; } .daily-work-py-6 padding-top: 1.5rem; padding-bottom: 1.5rem; } .py-12{padding-top:3rem;padding-bottom:3rem}.pl-3{padding-left:.75rem}.pt-4{padding-top:1rem}.daily-work-text-xs font-size: .75rem; line-height: 1rem; } .daily-work-text-sm font-size: .875rem; line-height: 1.25rem; } .daily-work-text-lg font-size: 1.125rem; line-height: 1.75rem; } .daily-work-text-xl font-size: 1.25rem; line-height: 1.75rem; } .daily-work-text-2xl font-size: 1.5rem; line-height: 2rem; } .daily-work-root .font-medium{font-weight:500}.daily-work-root .font-bold{font-weight:700}.text-center{text-align:center}.text-right{text-align:right}.text-green-600{color:#059669}.text-red-600{color:#dc2626}.text-blue-600{color:#2563eb}.text-yellow-600{color:#ca8a04}.text-orange-600{color:#ea580c}.text-purple-600{color:#9333ea}.text-yellow-500{color:#eab308}.text-blue-500{color:#3b82f6}.text-blue-700{color:#1d4ed8}.text-green-500{color:#22c55e}.text-green-700{color:#15803d}.bg-blue-100{background-color:#dbeafe}.bg-blue-500{background-color:#3b82f6}.bg-green-100{background-color:#dcfce7}.bg-green-500{background-color:#22c55e}.bg-red-100{background-color:#fee2e2}.bg-yellow-100{background-color:#fef3c7}.daily-work-bg-gray-100 background-color: #f3f4f6; } .daily-work-bg-gray-200 background-color: #e5e7eb; } .bg-blue-600{background-color:#2563eb}.bg-blue-300{background-color:#93c5fd}.hidden{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.transition-shadow{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hover\:text-destructive:hover{color:var(--destructive)}.hover\:bg-accent\/80:hover{background-color:rgba(var(--accent-rgb),.8)}.focus\:ring-primary:focus{--tw-ring-color: var(--primary)}.focus\:ring-blue-300:focus{--tw-ring-color: #93c5fd}.disabled\:opacity-50:disabled{opacity:.5}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:focus~.peer-focus\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:focus~.peer-focus\:ring-blue-300{--tw-ring-color: #93c5fd}.peer:checked~.peer-checked\:after\:translate-x-full:after{transform:translate(100%)}.peer:checked~.peer-checked\:after\:border-white:after{border-color:#fff}.peer:checked~.peer-checked\:bg-blue-600{background-color:#2563eb}.after\:content-\[\'\'\]:after{content:""}.after\:absolute:after{position:absolute}.after\:top-\[2px\]:after{top:2px}.after\:left-\[2px\]:after{left:2px}.after\:bg-white:after{background-color:#fff}.after\:border-gray-300:after{border-color:#d1d5db}.after\:border:after{border-width:1px}.after\:rounded-full:after{border-radius:9999px}.after\:h-5:after{height:1.25rem}.after\:w-5:after{width:1.25rem}.after\:transition-all:after{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fill-current{fill:currentColor}@media (max-width: 768px){.w-64{width:100%}.flex{flex-direction:column}.grid-cols-4,.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.progress{background-color:var(--secondary);border-radius:9999px;overflow:hidden}.progress-bar{background-color:var(--primary);height:100%;transition:width .3s ease}.daily-work-tooltip{position:relative}.tooltip-content{position:absolute;background-color:var(--popover);color:var(--popover-foreground);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem;font-size:.875rem;z-index:50;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (max-width: 768px){.w-64{width:100%}.flex{flex-direction:column}.grid-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}.fade-in{animation:fadeIn .3s ease-out}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--muted)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.daily-work{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;overflow:hidden}.daily-work-split-view{display:flex;height:100%;background-color:#f9fafb}.daily-work-task-list-panel{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;min-width:0}.daily-work-status-stats{background-color:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 1px 2px #0000000d;display:flex;justify-content:flex-start;align-items:center;gap:2rem}.daily-work-status-item{display:flex;align-items:center;gap:.5rem;flex:0 0 auto;justify-content:flex-start}.daily-work-status-count{font-size:1.25rem;font-weight:600;color:#6b7280}.daily-work-status-count-blue{color:#2563eb}.daily-work-status-count-red{color:#dc2626}.daily-work-status-label{font-size:.875rem;color:#6b7280}.daily-work-filter-controls{background-color:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 1px 2px #0000000d}.daily-work-filter-header{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:space-between}@media (min-width: 640px){.daily-work-filter-header{flex-direction:row;align-items:center}}.daily-work-action-buttons{display:flex;gap:.5rem}.daily-work-filter-selectors{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 640px){.daily-work-filter-selectors{flex-direction:row}}.daily-work-task-list{display:flex;flex-direction:column;gap:.75rem}.daily-work-task-item{cursor:pointer;transition:box-shadow .2s ease}.daily-work-task-item:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.daily-work-task-item-overdue{border-color:#fecaca;background-color:#fef2f2}.daily-work-task-item-selected{box-shadow:0 0 0 2px #3b82f6;border-color:#93c5fd}.daily-work-task-content{padding:1rem}.daily-work-task-layout{display:flex;align-items:flex-start;justify-content:space-between}.daily-work-task-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.daily-work-task-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.daily-work-task-title{font-weight:500}.daily-work-task-source{font-size:.875rem;color:#6b7280}.daily-work-task-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#6b7280}.daily-work-task-actions{display:flex;flex-direction:column;gap:.5rem;margin-left:1rem}.daily-work-empty-content{padding:2rem;text-align:center}.daily-work-empty-text{color:#6b7280}.daily-work-splitter{width:8px;background-color:#e5e7eb;cursor:col-resize;display:flex;align-items:center;justify-content:center;position:relative;transition:background-color .2s ease}.daily-work-splitter:hover{background-color:#d1d5db}.daily-work-splitter-dragging{background-color:#3b82f6}.daily-work-splitter-handle{width:100%;height:40px;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;border-radius:4px;margin:0 1px}.daily-work-splitter-icon{width:16px;height:16px;color:#6b7280}.daily-work-splitter:hover .daily-work-splitter-icon{color:#374151}.daily-work-splitter-dragging .daily-work-splitter-icon{color:#fff}.daily-work-task-detail-panel{background-color:#fff;min-width:0}.daily-work-task-detail-content{height:100%;overflow-y:auto}.daily-work-task-detail-empty{height:100%;display:flex;align-items:center;justify-content:center}.daily-work-empty-placeholder{text-align:center;display:flex;flex-direction:column;gap:1rem}.daily-work-empty-icon{width:4rem;height:4rem;margin:0 auto;background-color:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center}.daily-work-empty-title{color:#111827;margin-bottom:.5rem}.daily-work-empty-description{color:#6b7280;font-size:.875rem}.daily-work-task-detail-compact{padding:1rem;display:flex;flex-direction:column;gap:1rem}.daily-work-task-detail-full{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;background-color:#f9fafb;min-height:100vh}.daily-work-task-detail-header{display:flex;align-items:center;gap:1rem}.daily-work-task-detail-compact-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.daily-work-task-badges,.daily-work-task-info-title{display:flex;align-items:center;gap:.5rem}.daily-work-task-info-content{display:flex;flex-direction:column;gap:1rem}.daily-work-task-info-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.daily-work-task-info-grid{grid-template-columns:1fr 1fr}}.daily-work-task-info-left,.daily-work-task-info-right{display:flex;flex-direction:column;gap:.5rem}.daily-work-task-info-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.daily-work-task-info-label{color:#6b7280}.daily-work-task-progress{display:flex;flex-direction:column;gap:.25rem}.daily-work-task-progress-header{display:flex;justify-content:space-between;font-size:.875rem}.daily-work-container{display:flex;flex-direction:column;height:100vh;background-color:var(--background)}.daily-work-header{background:linear-gradient(to right,#1e3a8a,#1e40af);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;position:sticky;top:0;z-index:50}.daily-work-header-container{max-width:80rem;margin-left:auto;margin-right:auto;padding:1.5rem}.daily-work-header-content{display:flex;align-items:center;justify-content:space-between}.daily-work-header-left{display:flex;align-items:center;gap:1rem}.daily-work-back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#ffffff0d;border:1px solid rgb(255 255 255 / .2);border-radius:.375rem;color:#fff;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}.daily-work-back-button:hover{background-color:#ffffff1a;color:#fff}.daily-work-back-button svg{width:1rem;height:1rem;color:#fb923c}.daily-work-header-divider{height:1.5rem;width:1px;background-color:#ffffff4d}.daily-work-header-title-section{display:flex;align-items:center;gap:.5rem}.daily-work-header-title{font-size:1.5rem;line-height:2rem;font-weight:700;color:#fff;margin:0}.daily-work-header-subtitle{font-size:.875rem;line-height:1.25rem;color:#dbeafe}.daily-work-header-right{display:flex;align-items:center;gap:1rem}.daily-work-search-container{position:relative}.daily-work-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#bfdbfe}.daily-work-search-input{padding:.5rem 1rem .5rem 2.5rem;width:20rem;background-color:#ffffff1a;border:1px solid rgb(255 255 255 / .2);border-radius:.375rem;color:#fff;font-size:.875rem;transition:all .2s ease}.daily-work-search-input::placeholder{color:#bfdbfe}.daily-work-search-input:focus{outline:none;border-color:#fff6;background-color:#fff3;box-shadow:0 0 0 2px #ffffff1a}.daily-work-notification-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:#ffffff0d;border:1px solid rgb(255 255 255 / .2);border-radius:.5rem;color:#fff;cursor:pointer;transition:all .2s;position:relative}.daily-work-notification-button:hover{background-color:#ffffff1a;color:#fff}.daily-work-notification-badge{position:absolute;top:-.25rem;right:-.25rem;background-color:#ef4444;color:#fff;font-size:.75rem;padding:.125rem .375rem;border-radius:9999px;min-width:1.25rem;text-align:center}.daily-work-main-layout{display:flex;flex:1;position:relative}.daily-work-mobile-overlay{position:fixed;inset:0;background-color:#00000080;z-index:40}.daily-work-sidebar{width:16rem;background-color:var(--card);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:-16rem;height:100vh;z-index:50;transition:left .3s ease}.daily-work-sidebar-open{left:0}.daily-work-sidebar-mobile-header{display:block;padding:1rem;border-bottom:1px solid var(--border)}.daily-work-mobile-menu-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:transparent;border:none;border-radius:.5rem;color:var(--foreground);cursor:pointer;transition:background-color .2s}.daily-work-mobile-menu-button:hover{background-color:var(--accent)}@media (min-width: 768px){.daily-work-sidebar-mobile-header{display:none}}.daily-work-navigation{flex:1;padding:1rem}.daily-work-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.daily-work-nav-item{width:100%;padding:.75rem;background-color:transparent;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s;text-align:left;display:flex;align-items:center;gap:.75rem}.daily-work-nav-item:hover{background-color:var(--accent)}.daily-work-nav-item-active{background-color:var(--secondary);color:var(--secondary-foreground)}.daily-work-nav-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.daily-work-nav-name{font-size:.875rem;font-weight:500}.daily-work-user-info{padding:1rem;border-top:1px solid var(--border);display:flex;align-items:center;gap:.75rem}.daily-work-user-avatar{width:2rem;height:2rem;background-color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-foreground);font-size:.875rem;font-weight:500}.daily-work-user-details{flex:1}.daily-work-user-name{font-size:.875rem;font-weight:500;margin:0;color:var(--foreground)}.daily-work-user-department{font-size:.75rem;color:var(--muted-foreground);margin:0}.daily-work-content{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden}.daily-work-content-inner{flex:1;padding:1rem;overflow-y:auto}.daily-work-fab{position:fixed;bottom:1.5rem;right:1.5rem;width:3.5rem;height:3.5rem;background-color:var(--primary);color:var(--primary-foreground);border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;z-index:30}.daily-work-fab:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}@media (min-width: 768px){.daily-work-sidebar{position:static;left:auto;height:auto;width:4rem}.daily-work-mobile-overlay{display:none}.daily-work-content-inner{padding:1.5rem}.daily-work-fab{bottom:2rem;right:2rem}.daily-work-search-input{width:24rem}.daily-work-nav-item{flex-direction:column;gap:.5rem;padding:1rem .75rem;text-align:center}.daily-work-nav-name{font-size:.75rem;line-height:1}.daily-work-nav-icon{width:1.5rem;height:1.5rem}.daily-work-user-info{flex-direction:column;text-align:center;gap:.5rem}.daily-work-user-details{display:none}}.daily-work-dashboard{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.daily-work-main-layout{display:flex;gap:1.5rem;height:calc(100vh - 300px);min-height:600px}.daily-work-left-panel{flex:0 0 400px;display:flex;flex-direction:column;overflow:hidden}.daily-work-right-panel{flex:1;display:flex;flex-direction:column;overflow:hidden}.daily-work-welcome{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;margin-bottom:1.5rem}.daily-work-welcome-left{flex:1}.daily-work-welcome-title{font-size:1.875rem;font-weight:600;color:var(--foreground);margin:0 0 .25rem}.daily-work-welcome-subtitle{font-size:1.125rem;color:var(--primary);margin:0}.daily-work-welcome-right{display:flex;align-items:center;gap:1rem}.daily-work-date-selector{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--accent);border-radius:.375rem;color:var(--foreground);font-size:.875rem}.daily-work-refresh-button,.daily-work-download-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:var(--accent);border:none;border-radius:.375rem;color:var(--muted-foreground);cursor:pointer;transition:all .2s ease}.daily-work-refresh-button:hover,.daily-work-download-button:hover{background-color:var(--primary);color:var(--primary-foreground)}.daily-work-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.daily-work-stat-card{background-color:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;transition:all .2s ease}.daily-work-stat-content{display:flex;align-items:center;justify-content:space-between}.daily-work-stat-info{flex:1}.daily-work-stat-title{font-size:.875rem;color:var(--muted-foreground);margin:0 0 .5rem}.daily-work-stat-values{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.daily-work-stat-value{font-size:1.875rem;font-weight:600;color:var(--foreground)}.daily-work-stat-change{font-size:.875rem;color:var(--green-600);font-weight:500}.daily-work-stat-description{font-size:.75rem;color:var(--muted-foreground);margin:0}.daily-work-stat-icon-container{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.daily-work-stat-icon{width:1.5rem;height:1.5rem}.daily-work-time-section{background-color:var(--card);border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.daily-work-section-header{padding:1.5rem;border-bottom:1px solid var(--border)}.daily-work-section-title{font-size:1.125rem;font-weight:600;color:var(--foreground);margin:0 0 .25rem}.daily-work-section-subtitle{font-size:.875rem;color:var(--muted-foreground);margin:0}.daily-work-time-tabs{display:flex;gap:.5rem;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.daily-work-tab-icon{width:1rem;height:1rem;flex-shrink:0}.daily-work-tab-content{display:flex;flex-direction:column;gap:.125rem}.daily-work-schedule-list{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.daily-work-schedule-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:var(--accent);border-radius:.5rem;transition:all .2s ease}.daily-work-schedule-item:hover{background-color:var(--secondary)}.daily-work-schedule-time{font-size:1rem;font-weight:600;color:var(--primary);min-width:4rem}.daily-work-schedule-content{flex:1}.daily-work-schedule-title{font-size:1rem;font-weight:600;color:var(--foreground);margin:0 0 .25rem}.daily-work-schedule-location{font-size:.875rem;color:var(--muted-foreground);margin:0 0 .25rem}.daily-work-schedule-participants{font-size:.875rem;color:var(--muted-foreground);margin:0}.daily-work-schedule-status{display:flex;align-items:center}.daily-work-status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.daily-work-status-in-progress{background-color:var(--blue-100);color:var(--blue-800)}.daily-work-status-pending{background-color:var(--gray-100);color:var(--gray-800)}.daily-work-view-schedule-link{background:none;border:none;color:var(--primary);font-size:.875rem;cursor:pointer;text-decoration:underline}.daily-work-view-schedule-link:hover{color:var(--primary);opacity:.8}.daily-work-task-section{background-color:var(--card);border:1px solid var(--border);border-radius:.75rem;overflow:hidden;margin-top:1.5rem}.daily-work-task-controls{display:flex;align-items:center;gap:1rem}.daily-work-task-controls .daily-work-search-container{flex:1;max-width:20rem}.daily-work-task-controls .daily-work-search-input{width:100%;background-color:var(--background);border:1px solid var(--border);color:var(--foreground)}.daily-work-task-controls .daily-work-search-input::placeholder{color:var(--muted-foreground)}.daily-work-content-area{padding:1.5rem}.daily-work-tasks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.daily-work-tasks-list,.daily-work-goals-list{display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;flex:1;padding-right:.5rem}.daily-work-task-card{background-color:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:1rem;cursor:pointer;transition:all .2s ease;position:relative}.daily-work-task-card:hover{transform:translateY(-1px);box-shadow:0 2px 8px #2563eb26;border-color:var(--primary)}.daily-work-task-card-selected{border-color:var(--primary);background-color:#2563eb0d;box-shadow:0 2px 8px #2563eb33}.daily-work-task-card-urgent{border-left:4px solid var(--destructive);background-color:#ef44440d}.daily-work-task-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.daily-work-task-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.daily-work-task-id{font-size:.75rem;color:var(--muted-foreground);font-weight:500}.daily-work-task-content{margin-bottom:1rem}.daily-work-task-title{font-size:1rem;font-weight:600;color:var(--foreground);margin:0 0 .25rem}.daily-work-task-source{font-size:.875rem;color:var(--muted-foreground);margin:0}.daily-work-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.daily-work-badge-priority-high{background-color:var(--red-100);color:var(--red-800)}.daily-work-badge-priority-medium{background-color:var(--yellow-100);color:var(--yellow-800)}.daily-work-badge-priority-low{background-color:var(--green-100);color:var(--green-800)}.daily-work-badge-source-process{background-color:var(--blue-100);color:var(--blue-800)}.daily-work-badge-source-goal{background-color:var(--green-100);color:var(--green-800)}.daily-work-badge-source-self{background-color:var(--purple-100);color:var(--purple-800)}.daily-work-badge-status-in_progress{background-color:var(--blue-100);color:var(--blue-800)}.daily-work-badge-status-pending{background-color:var(--yellow-100);color:var(--yellow-800)}.daily-work-badge-status-completed{background-color:var(--green-100);color:var(--green-800)}.daily-work-task-time{margin-bottom:1rem}.daily-work-time-info{display:flex;flex-direction:column;gap:.5rem}.daily-work-time-item{display:flex;align-items:center;gap:.5rem}.daily-work-time-icon{width:1rem;height:1rem;color:var(--muted-foreground)}.daily-work-time-text{font-size:.875rem;color:var(--foreground)}.daily-work-urgent-warning{display:flex;align-items:center;gap:.5rem;color:var(--destructive);margin-top:.5rem}.daily-work-warning-icon{width:1rem;height:1rem}.daily-work-warning-text{font-size:.875rem;font-weight:500}.daily-work-progress{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.daily-work-progress-bar{flex:1;height:.5rem;background-color:var(--secondary);border-radius:9999px;overflow:hidden}.daily-work-progress-fill{height:100%;background-color:var(--primary);transition:width .3s ease}.daily-work-progress-text{font-size:.75rem;color:var(--muted-foreground);font-weight:500}.daily-work-it-integration{margin-bottom:1rem}.daily-work-it-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:var(--primary);color:var(--primary-foreground);border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;width:100%;justify-content:center}.daily-work-it-button:hover{background-color:var(--primary);opacity:.9;transform:translateY(-1px)}.daily-work-it-icon{width:1rem;height:1rem}.daily-work-it-text{font-size:.875rem;font-weight:500}.daily-work-it-module{font-size:.75rem;opacity:.8}.daily-work-requirements{margin-bottom:1rem}.daily-work-requirements-title{font-size:.875rem;font-weight:600;color:var(--foreground);margin:0 0 .5rem}.daily-work-requirements-list{display:flex;flex-wrap:wrap;gap:.5rem}.daily-work-requirement-tag{font-size:.75rem;background-color:var(--accent);color:var(--accent-foreground);padding:.25rem .5rem;border-radius:.375rem}.daily-work-task-actions{display:flex;gap:.5rem}.daily-work-action-button{padding:.75rem 1rem;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;flex:1}.daily-work-action-primary{background-color:var(--primary);color:var(--primary-foreground)}.daily-work-action-primary:hover{background-color:var(--primary);opacity:.9;transform:translateY(-1px)}.daily-work-goals-section{background-color:var(--card);border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.daily-work-goals-content{padding:1.5rem}.daily-work-goals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.daily-work-goal-reminder{background-color:#3b82f60d;border:1px solid rgba(59,130,246,.2);border-radius:.75rem;padding:1.5rem;transition:all .2s ease}.daily-work-goal-reminder:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f633}.daily-work-goal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.daily-work-goal-title{font-size:1rem;font-weight:600;color:var(--foreground);margin:0}.daily-work-goal-description{font-size:.875rem;color:var(--muted-foreground);margin:0 0 1rem}.daily-work-goal-footer{display:flex;align-items:center;justify-content:space-between}.daily-work-goal-deadline{font-size:.875rem;color:var(--muted-foreground)}.daily-work-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:var(--muted-foreground)}.daily-work-empty-icon{width:3rem;height:3rem;margin-bottom:1rem;opacity:.5}.daily-work-empty-text{font-size:1rem;margin:0}.daily-work-task-management{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.daily-work-task-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.daily-work-task-title-section{flex:1}.daily-work-task-title{font-size:1.875rem;font-weight:600;color:var(--primary);margin:0 0 .25rem}.daily-work-task-subtitle{font-size:1rem;color:var(--muted-foreground);margin:0}.daily-work-add-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:var(--primary);color:var(--primary-foreground);border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-weight:500}.daily-work-add-button:hover{background-color:var(--primary);opacity:.9;transform:translateY(-1px)}.daily-work-add-icon{width:1rem;height:1rem}.daily-work-add-text{font-size:.875rem}.daily-work-search-filter{display:flex;gap:1rem;align-items:center}.daily-work-search-container{position:relative;flex:1}.daily-work-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--muted-foreground)}.daily-work-search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid var(--border);border-radius:.5rem;background-color:var(--background);color:var(--foreground);font-size:.875rem;transition:border-color .2s}.daily-work-search-input:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 2px #2563eb1a}.daily-work-search-input::placeholder{color:var(--muted-foreground)}.daily-work-filter-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:transparent;color:var(--muted-foreground);border:1px solid var(--border);border-radius:.5rem;cursor:pointer;transition:all .2s ease}.daily-work-filter-button:hover{background-color:var(--accent);color:var(--accent-foreground)}.daily-work-filter-icon{width:1rem;height:1rem}.daily-work-filter-text{font-size:.875rem}.daily-work-task-tabs{display:flex;gap:.5rem;background-color:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:.5rem}.daily-work-tab-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background-color:transparent;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;text-align:left;flex:1}.daily-work-tab-button:hover{background-color:var(--accent)}.daily-work-tab-button-active{background-color:var(--primary);color:var(--primary-foreground)}.daily-work-tab-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.daily-work-tab-content{display:flex;flex-direction:column;gap:.125rem;flex:1}.daily-work-tab-name{font-size:.875rem;font-weight:500}.daily-work-tab-description{font-size:.75rem;opacity:.8}.daily-work-tab-count{font-size:.875rem;font-weight:600;background-color:#fff3;padding:.25rem .5rem;border-radius:9999px;min-width:1.5rem;text-align:center}.daily-work-task-content{flex:1}.daily-work-tasks-section,.daily-work-goals-section{display:flex;flex-direction:column;gap:1rem}.daily-work-section-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.daily-work-section-title{font-size:1.125rem;font-weight:600;color:var(--foreground);margin:0}.daily-work-section-count{font-size:.875rem;color:var(--muted-foreground);background-color:var(--accent);padding:.25rem .5rem;border-radius:9999px}.daily-work-task-actions-header{display:flex;align-items:center;gap:.5rem}.daily-work-task-edit-actions{display:flex;gap:.25rem}.daily-work-edit-button,.daily-work-delete-button{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background-color:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease}.daily-work-edit-button{color:var(--muted-foreground)}.daily-work-edit-button:hover{background-color:var(--accent);color:var(--foreground)}.daily-work-delete-button{color:var(--muted-foreground)}.daily-work-delete-button:hover{background-color:var(--destructive);color:var(--destructive-foreground)}.daily-work-edit-icon,.daily-work-delete-icon{width:.875rem;height:.875rem}.daily-work-process-enable{margin-bottom:1rem}.daily-work-process-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:var(--green-600);color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;width:100%;justify-content:center}.daily-work-process-button:hover{background-color:var(--green-700);transform:translateY(-1px)}.daily-work-process-icon{width:1rem;height:1rem}.daily-work-process-text{font-size:.875rem;font-weight:500}.daily-work-process-name{font-size:.75rem;opacity:.8}.daily-work-goal-workload{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem;background-color:#3b82f61a;border-radius:.375rem}.daily-work-workload-icon{width:1rem;height:1rem;color:var(--blue-600)}.daily-work-workload-text{font-size:.875rem;color:var(--blue-600);font-weight:500}.daily-work-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.daily-work-modal{background-color:var(--card);border-radius:.75rem;width:100%;max-width:28rem;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.daily-work-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border)}.daily-work-modal-title{font-size:1.125rem;font-weight:600;color:var(--foreground);margin:0}.daily-work-modal-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background-color:transparent;border:none;border-radius:.375rem;color:var(--muted-foreground);cursor:pointer;transition:all .2s ease;font-size:1.25rem}.daily-work-modal-close:hover{background-color:var(--accent);color:var(--foreground)}.daily-work-modal-content{padding:1.5rem}.daily-work-form-group{margin-bottom:1rem}.daily-work-form-label{display:block;font-size:.875rem;font-weight:500;color:var(--foreground);margin-bottom:.5rem}.daily-work-form-input,.daily-work-form-select,.daily-work-form-textarea{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:.5rem;background-color:var(--background);color:var(--foreground);font-size:.875rem;transition:border-color .2s}.daily-work-form-input:focus,.daily-work-form-select:focus,.daily-work-form-textarea:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 2px #2563eb1a}.daily-work-form-textarea{resize:vertical;min-height:4rem}.daily-work-modal-actions{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid var(--border)}.daily-work-modal-actions .daily-work-action-button{flex:1}.daily-work-task-detail{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.daily-work-detail-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.daily-work-detail-back-section{display:flex;align-items:center;gap:1rem;flex:1}.daily-work-back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem;background-color:transparent;border:none;border-radius:.375rem;color:var(--muted-foreground);cursor:pointer;transition:all .2s ease}.daily-work-back-button:hover{background-color:var(--accent);color:var(--foreground)}.daily-work-back-icon{width:1.25rem;height:1.25rem}.daily-work-back-text{font-size:.875rem}.daily-work-detail-title{font-size:1.875rem;font-weight:600;color:var(--foreground);margin:0 0 .25rem}.daily-work-detail-subtitle{font-size:1rem;color:var(--muted-foreground);margin:0}.daily-work-detail-badges{display:flex;gap:.5rem;flex-wrap:wrap}.daily-work-detail-layout{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}.daily-work-detail-main,.daily-work-detail-sidebar{display:flex;flex-direction:column;gap:1.5rem}.daily-work-detail-card{background-color:var(--card);border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.daily-work-card-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border)}.daily-work-card-title{font-size:1.125rem;font-weight:600;color:var(--foreground);margin:0}.daily-work-card-content{padding:1.5rem}.daily-work-description{font-size:1rem;color:var(--muted-foreground);line-height:1.6;margin:0}.daily-work-timer-display{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--green-100);color:var(--green-800);border-radius:.5rem;font-weight:600}.daily-work-timer-icon{width:1rem;height:1rem}.daily-work-timer-text{font-size:1rem;font-family:monospace}.daily-work-time-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.daily-work-time-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:var(--accent);border-radius:.5rem}.daily-work-time-icon{width:1.25rem;height:1.25rem;color:var(--muted-foreground);flex-shrink:0}.daily-work-time-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.daily-work-time-label{font-size:.875rem;color:var(--muted-foreground)}.daily-work-time-value{font-size:1rem;font-weight:600;color:var(--foreground)}.daily-work-time-urgent{color:var(--destructive)}.daily-work-warning-icon{width:1rem;height:1rem;color:var(--destructive)}.daily-work-progress-section{display:flex;flex-direction:column;gap:1rem}.daily-work-progress-header{display:flex;align-items:center;justify-content:space-between}.daily-work-progress-label{font-size:.875rem;color:var(--muted-foreground)}.daily-work-progress-value{font-size:.875rem;font-weight:600;color:var(--foreground)}.daily-work-progress-controls{display:flex;gap:.5rem}.daily-work-progress-button{padding:.5rem 1rem;background-color:var(--accent);color:var(--accent-foreground);border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}.daily-work-progress-button:hover{background-color:var(--primary);color:var(--primary-foreground)}.daily-work-requirements-list{display:flex;flex-direction:column;gap:.75rem}.daily-work-requirement-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:var(--accent);border-radius:.5rem}.daily-work-requirement-icon{width:1rem;height:1rem;color:var(--green-600);flex-shrink:0}.daily-work-requirement-text{font-size:.875rem;color:var(--foreground)}.daily-work-save-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--primary);color:var(--primary-foreground);border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}.daily-work-save-button:hover{background-color:var(--primary);opacity:.9}.daily-work-save-button-saved{background-color:var(--green-600)}.daily-work-save-icon{width:1rem;height:1rem}.daily-work-save-text{font-size:.875rem}.daily-work-log-textarea{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:.5rem;background-color:var(--background);color:var(--foreground);font-size:.875rem;resize:vertical;min-height:6rem;transition:border-color .2s}.daily-work-log-textarea:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 2px #2563eb1a}.daily-work-actions-grid{display:flex;flex-direction:column;gap:1rem}.daily-work-work-controls{display:flex;flex-direction:column;gap:.75rem}.daily-work-work-controls-active{display:flex;gap:.5rem}.daily-work-other-actions{display:flex;flex-direction:column;gap:.5rem}.daily-work-action-it{background-color:var(--primary);color:var(--primary-foreground)}.daily-work-action-it:hover{background-color:var(--primary);opacity:.9}.daily-work-action-process{background-color:var(--green-600);color:#fff}.daily-work-action-process:hover{background-color:var(--green-700)}.daily-work-action-start{background-color:var(--green-600);color:#fff}.daily-work-action-start:hover{background-color:var(--green-700)}.daily-work-action-pause{background-color:var(--yellow-600);color:#fff}.daily-work-action-pause:hover{background-color:var(--yellow-700)}.daily-work-action-complete{background-color:var(--destructive);color:var(--destructive-foreground)}.daily-work-action-complete:hover{background-color:var(--destructive);opacity:.9}.daily-work-action-secondary{background-color:transparent;color:var(--foreground);border:1px solid var(--border)}.daily-work-action-secondary:hover{background-color:var(--accent);color:var(--accent-foreground)}.daily-work-action-icon{width:1rem;height:1rem}.daily-work-action-text{font-size:.875rem;font-weight:500}.daily-work-action-subtext{font-size:.75rem;opacity:.8}.daily-work-info-grid{display:flex;flex-direction:column;gap:.75rem}.daily-work-info-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:var(--accent);border-radius:.375rem}.daily-work-info-label{font-size:.875rem;color:var(--muted-foreground)}.daily-work-info-value{font-size:.875rem;font-weight:500;color:var(--foreground)}.daily-work-resources-list{display:flex;flex-direction:column;gap:.5rem}.daily-work-resource-button{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:transparent;color:var(--foreground);border:1px solid var(--border);border-radius:.5rem;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.daily-work-resource-button:hover{background-color:var(--accent);color:var(--accent-foreground)}.daily-work-resource-icon{width:1rem;height:1rem;color:var(--muted-foreground)}.daily-work-resource-text{font-size:.875rem}@media (max-width: 768px){.daily-work-header-container{padding:1rem}.daily-work-header-content{flex-direction:column;gap:1rem;align-items:stretch}.daily-work-header-left{justify-content:space-between}.daily-work-header-title{font-size:1.25rem}.daily-work-header-subtitle{font-size:.75rem}.daily-work-header-right{justify-content:space-between}.daily-work-search-input{width:100%;max-width:none}.daily-work-dashboard{padding:.5rem;gap:1rem}.daily-work-stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.daily-work-stat-card{padding:1rem}.daily-work-stat-value{font-size:1.5rem}.daily-work-tasks-grid{grid-template-columns:1fr;gap:.75rem}.daily-work-main-layout{flex-direction:column;height:auto;min-height:auto}.daily-work-left-panel{flex:none;height:400px}.daily-work-right-panel{flex:none;height:500px}.daily-work-task-card{padding:1rem}.daily-work-time-tabs{flex-direction:column;gap:.5rem}.daily-work-goals-grid{grid-template-columns:1fr;gap:.75rem}.daily-work-goal-reminder{padding:1rem}.daily-work-task-actions{flex-direction:column}.daily-work-action-button{width:100%}.daily-work-task-management{padding:.5rem;gap:1rem}.daily-work-task-header{flex-direction:column;align-items:stretch;gap:.75rem}.daily-work-task-title{font-size:1.5rem}.daily-work-search-filter{flex-direction:column;gap:.75rem}.daily-work-task-tabs{flex-direction:column;gap:.5rem}.daily-work-tab-button{justify-content:flex-start}.daily-work-modal{margin:.5rem;max-width:none}.daily-work-modal-actions{flex-direction:column}.daily-work-task-detail{padding:.5rem;gap:1rem}.daily-work-detail-header,.daily-work-detail-back-section{flex-direction:column;align-items:stretch;gap:.75rem}.daily-work-detail-title{font-size:1.5rem}.daily-work-detail-layout{grid-template-columns:1fr;gap:1rem}.daily-work-detail-card{margin-bottom:0}.daily-work-card-header,.daily-work-card-content{padding:1rem}.daily-work-time-grid{grid-template-columns:1fr;gap:.75rem}.daily-work-work-controls-active,.daily-work-progress-controls{flex-direction:column}.daily-work-settings{padding:.5rem;gap:.75rem}.daily-work-mobile-header{padding:.75rem}.daily-work-mobile-title{font-size:1.125rem}.daily-work-mobile-subtitle{font-size:.75rem}.daily-work-settings-main-content{padding:1rem}.daily-work-settings-section-header,.daily-work-settings-section-content{padding:.75rem}.daily-work-setting-item{gap:.375rem}.daily-work-setting-input{padding:.625rem;font-size:1rem}.daily-work-setting-toggle{padding:.75rem}.daily-work-workdays-grid{grid-template-columns:repeat(3,1fr);gap:.375rem}.daily-work-workday-item{padding:.5rem}.daily-work-workday-name{font-size:.875rem}.daily-work-workday-short{font-size:.75rem}}.daily-work-stat-card{transition:transform .2s ease,box-shadow .2s ease}.daily-work-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.daily-work-tab-button{transition:all .2s ease}.daily-work-tab-button:hover{transform:translateY(-1px)}.daily-work-task-card{transition:all .2s ease;border-left:4px solid transparent}.daily-work-task-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.daily-work-task-card.border-red-300{border-left-color:#fca5a5}.daily-work-it-button{transition:all .2s ease;position:relative;overflow:hidden}.daily-work-it-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.daily-work-it-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.daily-work-it-button:hover:before{left:100%}.daily-work-action-button{transition:all .2s ease;font-weight:500}.daily-work-action-button:hover{transform:translateY(-1px)}.daily-work-goal-reminder{border-left:4px solid #3b82f6;transition:all .2s ease}.daily-work-goal-reminder:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f633}.daily-work-task-item{transition:all .2s ease}.daily-work-task-item:hover{transform:translate(4px)}.daily-work-department-card{transition:all .2s ease}.daily-work-department-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.daily-work-user-card{transition:all .2s ease;border-left:4px solid transparent}.daily-work-user-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.daily-work-user-card:nth-child(1){border-left-color:#3b82f6}.daily-work-user-card:nth-child(2){border-left-color:#10b981}.daily-work-user-card:nth-child(3){border-left-color:#f59e0b}.daily-work-settings-card{transition:all .2s ease}.daily-work-settings-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.daily-work-settings-tab{transition:all .2s ease}.daily-work-settings-tab:hover{transform:translate(4px)}@media (max-width: 768px){.daily-work-task-card,.daily-work-user-card,.daily-work-department-card{margin-bottom:1rem}.daily-work-it-button{width:100%;justify-content:center}.daily-work-action-button{width:100%;margin-bottom:.5rem}.daily-work-tab-button{flex:1;justify-content:center}.daily-work-settings-tab{width:100%;justify-content:flex-start}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.daily-work-task-card{animation:slideInFromLeft .3s ease-out}.daily-work-user-card{animation:slideInFromRight .3s ease-out}.daily-work-goal-reminder{animation:slideInFromTop .3s ease-out}.daily-work-loading{display:flex;align-items:center;justify-content:center;padding:2rem}.daily-work-loading:after{content:"";width:2rem;height:2rem;border:2px solid var(--border);border-top:2px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite}.daily-work-detail{background-color:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;height:100%;overflow-y:auto}.daily-work-detail-empty{display:flex;align-items:center;justify-content:center;height:100%;background-color:var(--card);border:1px solid var(--border);border-radius:.75rem}.daily-work-detail-empty-content{text-align:center;color:var(--muted-foreground)}.daily-work-detail-empty-icon{width:4rem;height:4rem;margin:0 auto 1rem;opacity:.5}.daily-work-detail-empty-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.daily-work-detail-empty-description{font-size:.875rem;line-height:1.5}.daily-work-detail-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.daily-work-detail-title-section{flex:1}.daily-work-detail-title{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:.75rem}.daily-work-detail-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.daily-work-detail-id{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:var(--muted-foreground);background-color:var(--muted);padding:.25rem .5rem;border-radius:.375rem}.daily-work-detail-actions{display:flex;gap:.5rem}.daily-work-detail-action-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border);border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s ease}.daily-work-detail-action-button:hover{background-color:var(--accent);border-color:var(--primary)}.daily-work-detail-action-icon{width:1rem;height:1rem}.daily-work-detail-section{margin-bottom:2rem}.daily-work-detail-section-title{font-size:1.125rem;font-weight:600;color:var(--foreground);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.daily-work-detail-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.daily-work-detail-info-item{display:flex;flex-direction:column;gap:.25rem}.daily-work-detail-info-label{font-size:.875rem;font-weight:500;color:var(--muted-foreground)}.daily-work-detail-info-value{font-size:.875rem;color:var(--foreground)}.daily-work-detail-time-info{display:flex;flex-direction:column;gap:1rem}.daily-work-detail-time-item{display:flex;align-items:center;gap:.75rem}.daily-work-detail-time-icon{width:1.25rem;height:1.25rem;color:var(--primary)}.daily-work-detail-time-content{display:flex;flex-direction:column;gap:.25rem}.daily-work-detail-time-label{font-size:.875rem;color:var(--muted-foreground)}.daily-work-detail-time-value{font-size:1rem;font-weight:600;color:var(--foreground)}.daily-work-detail-time-urgent{color:var(--destructive)}.daily-work-detail-urgent-warning{display:flex;align-items:center;gap:.5rem;padding:.75rem;background-color:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:.5rem;color:var(--destructive)}.daily-work-detail-warning-icon{width:1rem;height:1rem}.daily-work-detail-warning-text{font-size:.875rem;font-weight:500}.daily-work-detail-progress{display:flex;align-items:center;gap:1rem}.daily-work-detail-progress-bar{flex:1;height:.5rem;background-color:var(--muted);border-radius:.25rem;overflow:hidden}.daily-work-detail-progress-fill{height:100%;background-color:var(--primary);transition:width .3s ease}.daily-work-detail-progress-text{font-size:.875rem;font-weight:600;color:var(--foreground);min-width:3rem;text-align:right}.daily-work-detail-it-info{display:flex;flex-direction:column;gap:1rem}.daily-work-detail-it-item{display:flex;align-items:center;gap:.75rem}.daily-work-detail-it-label{font-size:.875rem;font-weight:500;color:var(--muted-foreground);min-width:4rem}.daily-work-detail-it-value{font-size:.875rem;color:var(--foreground)}.daily-work-detail-it-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:var(--primary);color:var(--primary-foreground);border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.daily-work-detail-it-button:hover{background-color:var(--primary);opacity:.9;transform:translateY(-1px)}.daily-work-detail-it-icon{width:1rem;height:1rem}.daily-work-detail-process-info{display:flex;flex-direction:column;gap:1rem}.daily-work-detail-process-item{display:flex;align-items:center;gap:.75rem}.daily-work-detail-process-label{font-size:.875rem;font-weight:500;color:var(--muted-foreground);min-width:4rem}.daily-work-detail-process-value{font-size:.875rem;color:var(--foreground)}.daily-work-detail-process-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:var(--primary);color:var(--primary-foreground);border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.daily-work-detail-process-button:hover{background-color:var(--primary);opacity:.9;transform:translateY(-1px)}.daily-work-detail-process-icon{width:1rem;height:1rem}.daily-work-detail-requirements{display:flex;flex-direction:column;gap:.75rem}.daily-work-detail-requirement-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:var(--muted);border-radius:.5rem}.daily-work-detail-requirement-icon{width:1rem;height:1rem;color:var(--primary);flex-shrink:0}.daily-work-detail-requirement-text{font-size:.875rem;color:var(--foreground)}.daily-work-detail-actions-bottom{display:flex;gap:.75rem;margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border)}.daily-work-detail-action-primary{background-color:var(--primary);color:var(--primary-foreground);border:none}.daily-work-detail-action-primary:hover{background-color:var(--primary);opacity:.9}.daily-work-detail-action-secondary{background-color:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border)}.daily-work-detail-action-secondary:hover{background-color:var(--accent);border-color:var(--primary)}.daily-work-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:var(--muted-foreground)}.daily-work-empty svg{width:4rem;height:4rem;margin-bottom:1rem;opacity:.5}.daily-work-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:var(--destructive)}.daily-work-error svg{width:3rem;height:3rem;margin-bottom:1rem}.daily-work-success{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:var(--green-600)}.daily-work-success svg{width:3rem;height:3rem;margin-bottom:1rem}.pbc-container{padding:1.5rem}.pbc-header{background:#fff;padding:1.5rem;border-radius:.5rem;border:1px solid #e5e7eb}.pbc-table-container{background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;overflow-x:auto}.pbc-table{width:100%;border-collapse:collapse;font-size:.875rem}.pbc-table-header{background-color:#f9fafb}.pbc-table-cell{border:1px solid #d1d5db;padding:.75rem;text-align:left;vertical-align:top}.pbc-table-row:hover{background-color:#f9fafb}.pbc-table-row:nth-child(2n){background-color:#fafafa}.pbc-table-row:nth-child(2n):hover{background-color:#f3f4f6}.pbc-edit-button{padding:.25rem;color:#9ca3af;transition:color .2s}.pbc-edit-button:hover{color:#6b7280}.pbc-distribution{background:#fff;padding:1.5rem;border-radius:.5rem;border:1px solid #e5e7eb}@media (max-width: 768px){.team-kpi-metrics{grid-template-columns:1fr}.pbc-category-content,.pbc-indicator-card{padding:.75rem}}.team-performance-container{height:100%;background:#f8fafc}.team-performance-layout{display:flex;height:100%;gap:16px}.team-performance-sidebar{width:320px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.team-performance-main{flex:1;display:flex;flex-direction:column;gap:16px}.team-performance-detail-section{flex:1;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.team-performance-suggestions-section{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.team-ranking-list{height:100%;display:flex;flex-direction:column}.team-ranking-list-header{padding:16px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.team-ranking-list-content{flex:1;overflow-y:auto}.team-ranking-item{padding:16px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:12px}.team-ranking-item:hover{background-color:#f9fafb}.team-ranking-item-current{background-color:#eff6ff;border-left:4px solid #3b82f6}.team-ranking-item-current:hover{background-color:#dbeafe}.team-ranking-rank-badge{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#3b82f6;color:#fff;border-radius:50%;font-weight:700;font-size:14px}.team-ranking-item-current .team-ranking-rank-badge{background:#1d4ed8}.team-ranking-item-info{flex:1}.team-ranking-item-name{font-weight:600;color:#111827;margin-bottom:4px;display:flex;align-items:center;gap:8px}.team-ranking-current-badge{background:#3b82f6;color:#fff;padding:2px 6px;border-radius:4px;font-size:12px;font-weight:500}.team-ranking-item-details{font-size:14px;color:#6b7280;display:flex;gap:12px}.team-ranking-item-trend{display:flex;align-items:center}.trend-indicator{font-size:18px;font-weight:700}.trend-up{color:#10b981}.trend-down{color:#ef4444}.trend-stable{color:#6b7280}.team-detail-panel{height:100%;overflow-y:auto;padding:24px}.team-detail-panel-empty{height:100%;display:flex;align-items:center;justify-content:center}.team-detail-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.team-avatar-placeholder{width:64px;height:64px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}.team-detail-name{font-size:24px;font-weight:700;color:#111827;margin-bottom:4px}.team-detail-leader{color:#6b7280;margin-bottom:2px}.team-detail-department{color:#9ca3af;font-size:14px}.team-detail-description{margin-bottom:24px;color:#374151;line-height:1.6}.team-detail-section-title{font-size:18px;font-weight:600;color:#111827;margin-bottom:16px}.team-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.team-metric-card{background:#f9fafb;padding:16px;border-radius:8px;border:1px solid #e5e7eb}.team-metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.team-metric-name{font-weight:600;color:#111827}.team-metric-category{background:#e5e7eb;color:#6b7280;padding:2px 8px;border-radius:4px;font-size:12px}.team-metric-value{margin-bottom:8px}.team-metric-current{font-size:24px;font-weight:700;color:#3b82f6}.team-metric-target{color:#6b7280;font-size:16px}.team-metric-unit{color:#9ca3af;font-size:14px;margin-left:4px}.team-metric-progress{height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}.team-metric-progress-bar{height:100%;background:#3b82f6;transition:width .3s ease}.improvement-suggestions{padding:24px}.improvement-suggestions-header{margin-bottom:24px}.improvement-suggestions-title{font-size:20px;font-weight:600;color:#111827;margin-bottom:8px}.improvement-suggestions-subtitle{color:#6b7280;font-size:14px}.improvement-suggestion-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-bottom:16px}.improvement-suggestion-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.improvement-suggestion-category{display:flex;align-items:center;gap:8px}.category-icon{font-size:16px}.category-label{font-size:14px;color:#6b7280}.improvement-suggestion-priority{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.improvement-suggestion-title{font-size:16px;font-weight:600;color:#111827;margin-bottom:8px}.improvement-suggestion-description{color:#374151;line-height:1.6;margin-bottom:16px}.improvement-suggestion-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:16px}.detail-label{font-size:14px;color:#6b7280;font-weight:500}.detail-value{font-size:14px;color:#111827}.resources-list,.metrics-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.resource-tag,.metric-tag{background:#e5e7eb;color:#374151;padding:4px 8px;border-radius:4px;font-size:12px}.improvement-suggestions-footer{margin-top:24px;padding-top:16px;border-top:1px solid #e5e7eb}.improvement-suggestions-note{color:#6b7280;font-size:14px;text-align:center}@media (max-width: 768px){.team-performance-layout{flex-direction:column}.team-performance-sidebar{width:100%;height:300px}.team-metrics-grid,.improvement-suggestion-details{grid-template-columns:1fr}}.more-reward .gap-1{gap:.25rem}.more-reward .gap-2{gap:.5rem}.more-reward .gap-3{gap:.75rem}.more-reward .gap-4{gap:1rem}.more-reward .gap-6{gap:1.5rem}.more-reward .gap-8{gap:2rem}.more-reward .flex{display:flex}.more-reward .more-reward-grid{display:grid}.more-reward .hidden{display:none}.more-reward .block{display:block}.more-reward .inline-flex{display:inline-flex}.more-reward .flex-col{flex-direction:column}.more-reward .flex-row{flex-direction:row}.more-reward .items-center{align-items:center}.more-reward .items-start{align-items:flex-start}.more-reward .justify-center{justify-content:center}.more-reward .justify-between{justify-content:space-between}.more-reward .p-2{padding:.5rem}.more-reward .p-4{padding:1rem}.more-reward .p-6{padding:1.5rem}.more-reward .px-4{padding-left:1rem;padding-right:1rem}.more-reward .py-2{padding-top:.5rem;padding-bottom:.5rem}.more-reward .py-4{padding-top:1rem;padding-bottom:1rem}.more-reward .m-0{margin:0}.more-reward .mt-2{margin-top:.5rem}.more-reward .mt-4{margin-top:1rem}.more-reward .mb-2{margin-bottom:.5rem}.more-reward .mb-4{margin-bottom:1rem}.more-reward .w-full{width:100%}.more-reward .h-full{height:100%}.more-reward .h-auto{height:auto}.more-reward .rounded{border-radius:.25rem}.more-reward .rounded-md{border-radius:.375rem}.more-reward .rounded-lg{border-radius:.5rem}.more-reward .border{border-width:1px;border-style:solid}.more-reward .border-2{border-width:2px;border-style:solid}.more-reward .bg-white{background-color:#fff}.more-reward .bg-gray-50{background-color:#f9fafb}.more-reward .bg-gray-100{background-color:#f3f4f6}.more-reward .text-sm{font-size:.875rem;line-height:1.25rem}.more-reward .text-base{font-size:1rem;line-height:1.5rem}.more-reward .text-lg{font-size:1.125rem;line-height:1.75rem}.more-reward .font-medium{font-weight:500}.more-reward .font-semibold{font-weight:600}.more-reward .font-bold{font-weight:700}.more-reward .shadow-sm{box-shadow:0 1px 2px #0000000d}.more-reward .shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.more-reward{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.more-reward-top-bar{background:linear-gradient(to right,#1e3a8a,#1e40af)!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important}.more-reward-top-bar .more-reward-title{color:#fff!important;font-size:1.5rem!important;font-weight:700!important}.more-reward-top-bar .more-reward-subtitle{color:#dbeafe!important;font-size:.875rem!important}.more-reward-top-bar .more-reward-back-button{color:#fff!important;background-color:#ffffff0d!important;border:1px solid rgba(255,255,255,.2)!important;transition:all .2s ease!important}.more-reward-top-bar .more-reward-back-button:hover{background-color:#ffffff1a!important;color:#fff!important}.more-reward-top-bar .more-reward-back-icon{color:#fb923c!important}.more-reward-top-bar .more-reward-search-icon{color:#bfdbfe!important}.more-reward-top-bar .more-reward-search-input{background-color:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;transition:all .2s ease!important}.more-reward-top-bar .more-reward-search-input:focus{border-color:#fff6!important;background-color:#fff3!important;outline:none!important}.more-reward-top-bar .more-reward-search-input::placeholder{color:#bfdbfe!important}.more-reward-top-bar .more-reward-search-button{color:#fff!important;background-color:#ffffff0d!important;border:1px solid rgba(255,255,255,.2)!important;transition:all .2s ease!important}.more-reward-top-bar .more-reward-search-button:hover{background-color:#ffffff1a!important;color:#fff!important}.more-reward-top-bar .more-reward-search-button-icon{color:#bfdbfe!important}.more-reward-top-bar .more-reward-sync-status{color:#dbeafe!important;font-size:.875rem!important}.more-reward-top-bar .more-reward-sync-button{color:#fff!important;background-color:#ffffff0d!important;border:1px solid rgba(255,255,255,.2)!important;transition:all .2s ease!important}.more-reward-top-bar .more-reward-sync-button:hover{background-color:#ffffff1a!important;color:#fff!important}.more-reward-top-bar .more-reward-sync-button-icon{color:#bfdbfe!important}.more-reward-top-bar .more-reward-divider{background-color:#ffffff4d!important}:root{--background: #ffffff;--foreground: #171717;--card: #ffffff;--card-foreground: #171717;--popover: #ffffff;--popover-foreground: #171717;--primary: #f97316;--primary-foreground: #ffffff;--secondary: #f1f5f9;--secondary-foreground: #0f172a;--muted: #f8fafc;--muted-foreground: #64748b;--accent: #f1f5f9;--accent-foreground: #0f172a;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: #e2e8f0;--input: #ffffff;--ring: #f97316;--radius: .5rem}@media (prefers-color-scheme: dark){:root{--background: #0a0a0a;--foreground: #ededed;--card: #0a0a0a;--card-foreground: #ededed;--popover: #0a0a0a;--popover-foreground: #ededed;--primary: #f97316;--primary-foreground: #ffffff;--secondary: #1a1a1a;--secondary-foreground: #ededed;--muted: #1a1a1a;--muted-foreground: #a3a3a3;--accent: #1a1a1a;--accent-foreground: #ededed;--destructive: #7f1d1d;--destructive-foreground: #ffffff;--border: #262626;--input: #0a0a0a;--ring: #f97316}}.more-reward-bg-background{background-color:var(--background)}.more-reward-bg-card{background-color:var(--card)}.more-reward-bg-secondary{background-color:var(--secondary)}.more-reward-bg-primary{background-color:var(--primary)}.more-reward-text-foreground{color:var(--foreground)}.more-reward-text-primary{color:var(--primary)}.more-reward-text-secondary-foreground{color:var(--secondary-foreground)}.more-reward-text-muted-foreground{color:var(--muted-foreground)}.more-reward-border-border{border-color:var(--border)}.more-reward-flex{display:flex}.more-reward-flex-col{flex-direction:column}.more-reward-flex-1{flex:1 1 0%}.more-reward-items-center{align-items:center}.more-reward-justify-between{justify-content:space-between}.more-reward-justify-start{justify-content:flex-start}.space-y-6>*+*{margin-top:1.5rem}.more-reward-min-h-screen{min-height:100vh}.more-reward-h-screen{height:100vh}.more-reward-h-16{height:4rem}.more-reward-w-64{width:16rem}.more-reward-w-full{width:100%}.more-reward-w-8{width:2rem}.more-reward-w-4{width:1rem}.more-reward-h-8{height:2rem}.more-reward-h-4{height:1rem}.more-reward-h-5{height:1.25rem}.more-reward-w-5{width:1.25rem}.p-6{padding:1.5rem}.p-4{padding:1rem}.more-reward-root .px-6{padding-left:1.5rem;padding-right:1.5rem}.more-reward-root .py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.mr-2{margin-right:.5rem}.more-reward-root .mb-2{margin-bottom:.5rem}.mt-1{margin-top:.25rem}.more-reward-root .border{border-width:1px}.border-t{border-top-width:1px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.more-reward-root .text-lg{font-size:1.125rem;line-height:1.75rem}.more-reward-root .text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.more-reward-root .text-2xl{font-size:1.5rem;line-height:2rem}.more-reward-root .font-medium{font-weight:500}.more-reward-root .font-bold{font-weight:700}.font-semibold{font-weight:600}.overflow-hidden{overflow:hidden}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-orange-600:hover{background-color:#ea580c}.more-reward-grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.more-reward-root .gap-4{gap:1rem}.more-reward-root .gap-6{gap:1.5rem}.more-reward-root .gap-3{gap:.75rem}.more-reward-root .gap-2{gap:.5rem}@media (min-width: 768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.income-overview-orange-bg{background:linear-gradient(to right,#f97316,#ea580c)!important;background-color:#f97316!important}.from-orange-50{--tw-gradient-from: #fff7ed;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 247 237 / 0))}.to-blue-50{--tw-gradient-to: #eff6ff}.more-reward-root .bg-white{background-color:#fff}.bg-orange-500{background-color:#f97316}.bg-orange-600{background-color:#ea580c}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-red-500{background-color:#ef4444}.text-gray-900{color:#111827}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-white{color:#fff}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}@media (max-width: 768px){.w-64{width:100%}.flex{flex-direction:column}.min-h-screen{min-height:auto}}.more-reward-fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.more-reward-slide-in{animation:slideIn .3s ease-in-out}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.more-reward-loading{display:flex;align-items:center;justify-content:center;padding:2rem;color:#6b7280}.more-reward-loading-spinner{width:24px;height:24px;border:2px solid #e5e7eb;border-top:2px solid #f97316;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.more-reward-empty{text-align:center;padding:3rem;color:#6b7280}.more-reward-empty-icon{width:64px;height:64px;margin:0 auto 1rem;color:#d1d5db}.more-reward-empty-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#374151}.more-reward-empty-description{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.more-reward-search-input::placeholder{color:#bfdbfe!important}.recharts-cartesian-axis-tick text{fill:#6b7280}.recharts-cartesian-grid line[stroke="#ccc"]{stroke:#e5e7eb}.recharts-curve.recharts-tooltip-cursor{stroke:#d1d5db}.recharts-dot[stroke="#fff"]{stroke:transparent}.recharts-layer{outline:hidden}.recharts-polar-grid [stroke="#ccc"]{stroke:#e5e7eb}.recharts-radial-bar-background-sector,.recharts-rectangle.recharts-tooltip-cursor{fill:#f3f4f6}.personal-growth .gap-1{gap:.25rem}.personal-growth .gap-2{gap:.5rem}.personal-growth .gap-3{gap:.75rem}.personal-growth .gap-4{gap:1rem}.personal-growth .gap-6{gap:1.5rem}.personal-growth .gap-8{gap:2rem}.personal-growth .flex{display:flex}.personal-growth .personal-growth-grid{display:grid}.personal-growth .hidden{display:none}.personal-growth .block{display:block}.personal-growth .inline-flex{display:inline-flex}.personal-growth .flex-col{flex-direction:column}.personal-growth .flex-row{flex-direction:row}.personal-growth .items-center{align-items:center}.personal-growth .items-start{align-items:flex-start}.personal-growth .justify-center{justify-content:center}.personal-growth .justify-between{justify-content:space-between}.personal-growth .p-2{padding:.5rem}.personal-growth .p-4{padding:1rem}.personal-growth .p-6{padding:1.5rem}.personal-growth .px-4{padding-left:1rem;padding-right:1rem}.personal-growth .py-2{padding-top:.5rem;padding-bottom:.5rem}.personal-growth .py-4{padding-top:1rem;padding-bottom:1rem}.personal-growth .m-0{margin:0}.personal-growth .mt-2{margin-top:.5rem}.personal-growth .mt-4{margin-top:1rem}.personal-growth .mb-2{margin-bottom:.5rem}.personal-growth .mb-4{margin-bottom:1rem}.personal-growth .w-full{width:100%}.personal-growth .h-full{height:100%}.personal-growth .h-auto{height:auto}.personal-growth .rounded{border-radius:.25rem}.personal-growth .rounded-md{border-radius:.375rem}.personal-growth .rounded-lg{border-radius:.5rem}.personal-growth .border{border-width:1px;border-style:solid}.personal-growth .border-2{border-width:2px;border-style:solid}.personal-growth .bg-white{background-color:#fff}.personal-growth .bg-gray-50{background-color:#f9fafb}.personal-growth .bg-gray-100{background-color:#f3f4f6}.personal-growth .text-sm{font-size:.875rem;line-height:1.25rem}.personal-growth .text-base{font-size:1rem;line-height:1.5rem}.personal-growth .text-lg{font-size:1.125rem;line-height:1.75rem}.personal-growth .font-medium{font-weight:500}.personal-growth .font-semibold{font-weight:600}.personal-growth .font-bold{font-weight:700}.personal-growth .shadow-sm{box-shadow:0 1px 2px #0000000d}.personal-growth .shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.personal-growth{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--background: #ffffff;--foreground: #171717;--card: #ffffff;--card-foreground: #171717;--popover: #ffffff;--popover-foreground: #171717;--primary: #2563eb;--primary-foreground: #ffffff;--secondary: #f1f5f9;--secondary-foreground: #0f172a;--muted: #f8fafc;--muted-foreground: #64748b;--accent: #f1f5f9;--accent-foreground: #0f172a;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: #e2e8f0;--input: #ffffff;--ring: #2563eb;--radius: .5rem}@media (prefers-color-scheme: dark){:root{--background: #0a0a0a;--foreground: #ededed;--card: #0a0a0a;--card-foreground: #ededed;--popover: #0a0a0a;--popover-foreground: #ededed;--primary: #3b82f6;--primary-foreground: #ffffff;--secondary: #1a1a1a;--secondary-foreground: #ededed;--muted: #1a1a1a;--muted-foreground: #a3a3a3;--accent: #1a1a1a;--accent-foreground: #ededed;--destructive: #7f1d1d;--destructive-foreground: #ffffff;--border: #262626;--input: #0a0a0a;--ring: #3b82f6}}.personal-growth-root .bg-background{background-color:var(--background)}.personal-growth-root .bg-card{background-color:var(--card)}.personal-growth-root .bg-secondary{background-color:var(--secondary)}.personal-growth-root .bg-primary{background-color:var(--primary)}.personal-growth-root .bg-destructive{background-color:var(--destructive)}.personal-growth-root .text-foreground{color:var(--foreground)}.personal-growth-root .text-primary{color:var(--primary)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-destructive-foreground{color:var(--destructive-foreground)}.border-border{border-color:var(--border)}.personal-growth-root .flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1 1 0%}.personal-growth-root .items-center{align-items:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.space-x-4>*+*{margin-left:1rem}.space-y-2>*+*{margin-top:.5rem}.h-screen{height:100vh}.h-16{height:4rem}.h-5{height:1.25rem}.h-4{height:1rem}.h-3{height:.75rem}.w-64{width:16rem}.personal-growth-root .w-full{width:100%}.w-5{width:1.25rem}.w-4{width:1rem}.w-3{width:.75rem}.personal-growth-root .p-6{padding:1.5rem}.personal-growth-root .p-4{padding:1rem}.personal-growth-root .p-2{padding:.5rem}.personal-growth-root .px-6{padding-left:1.5rem;padding-right:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.personal-growth-root .py-2{padding-top:.5rem;padding-bottom:.5rem}.pl-10{padding-left:2.5rem}.pr-4{padding-right:1rem}.mr-3{margin-right:.75rem}.ml-auto{margin-left:auto}.personal-growth-root .border{border-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.personal-growth-root .text-xl{font-size:1.25rem;line-height:1.75rem}.personal-growth-root .text-lg{font-size:1.125rem;line-height:1.75rem}.personal-growth-root .text-sm{font-size:.875rem;line-height:1.25rem}.personal-growth-root .text-xs{font-size:.75rem;line-height:1rem}.personal-growth-root .font-medium{font-weight:500}.overflow-auto{overflow:auto}.relative{position:relative}.absolute{position:absolute}.-top-1{top:-.25rem}.-right-1{right:-.25rem}.left-3{left:.75rem}.top-2\.5{top:.625rem}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:text-foreground:hover{color:var(--foreground)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-primary:focus{--tw-ring-color: var(--ring)}.placeholder-muted-foreground::placeholder{color:var(--muted-foreground)}ul{list-style:none;padding:0;margin:0}button{background:none;border:none;cursor:pointer;font:inherit}button:hover{opacity:.8}input{font:inherit}@media (max-width: 768px){.w-64{width:100%}.flex{flex-direction:column}.h-screen{height:auto}}.ap-root{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.ap-root .card{background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important;border-radius:.5rem!important;box-shadow:0 1px 3px #0000001a!important}.ap-root .card-header{padding:1.5rem!important;display:flex!important;flex-direction:column!important;gap:.5rem!important}.ap-root .ap-root-card-content{padding:1.5rem!important}.ap-root .ap-root-card-title{font-size:1.25rem!important;font-weight:600!important;line-height:1.2!important}.ap-root .ap-root-card-description{font-size:.875rem!important;color:hsl(var(--muted-foreground))!important}.ap-header{background:linear-gradient(135deg,#1e3a8a,#1e40af,#2563eb);box-shadow:0 4px 20px #0000001a}.ap-header-content{max-width:1200px;margin:0 auto;padding:24px;display:flex;justify-content:space-between;align-items:center}.ap-brand{display:flex;align-items:center;gap:16px}.ap-back-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.ap-back-btn:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}.ap-brand-icon{width:48px;height:48px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ap-brand-text{display:flex;flex-direction:column;gap:4px}.ap-title{font-size:2rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.ap-subtitle{font-size:.875rem;color:#fffc;margin:0;line-height:1.4}.ap-actions{display:flex;align-items:center;gap:12px}.ap-search{position:relative;display:flex;align-items:center}.ap-search svg{position:absolute;left:12px;z-index:1}.ap-search-input{width:280px;padding:12px 12px 12px 40px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.875rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.ap-search-input::placeholder{color:#fff9}.ap-search-input:focus{outline:none;background:#ffffff26;border-color:#fff6;box-shadow:0 0 0 2px #ffffff1a}.ap-overview-btn{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ap-overview-btn:hover{background:#fff3;border-color:#ffffff4d}.ap-tabs-wrap{max-width:1200px;margin:0 auto;padding:0 24px 16px}.ap-tabs{display:flex;justify-content:center;gap:8px;background:#ffffff26;padding:8px;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.ap-tab{padding:12px 24px;border:none;background:transparent;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;color:#fffc;white-space:nowrap}.ap-tab:hover{background:#ffffff1a;color:#fff}.ap-tab.active{background:#fff;color:#1e40af;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.ap-content{max-width:1200px;margin:0 auto;padding:32px 24px}@media (max-width: 768px){.ap-root{padding:16px}.ap-header-content{flex-direction:column;align-items:flex-start;gap:16px}.ap-title{font-size:2rem}.ap-tabs{flex-direction:column}.ap-tab{text-align:center}.ap-content{padding:20px}}.bottleneck-list-root .card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;box-shadow:0 1px 3px #0000001a!important;margin-bottom:16px!important}.bottleneck-list-root .card-header{padding:1.5rem!important;display:flex!important;flex-direction:column!important;gap:.5rem!important}.bottleneck-list-root .bottleneck-list-root-card-content{padding:1.5rem!important}.bottleneck-list-root .bottleneck-list-root-card-title{font-size:1.25rem!important;font-weight:600!important;line-height:1.2!important}.bottleneck-list-root .bottleneck-list-root-card-description{font-size:.875rem!important;color:hsl(var(--muted-foreground))!important}.bottleneck-list-root .bottleneck-card{background:#fff!important;border:1px solid #e5e7eb!important;border-left:4px solid #ef4444!important;border-radius:.5rem!important;box-shadow:0 1px 3px #0000001a!important;margin-bottom:16px!important;transition:all .3s ease!important}.bottleneck-list-root .bottleneck-card:hover{transform:translateY(-2px)!important;box-shadow:0 4px 12px #00000026!important}.bottleneck-list-root .bottleneck-card.priority-high{border-left-color:#ef4444!important}.bottleneck-list-root .bottleneck-card.priority-medium{border-left-color:#f59e0b!important}.bottleneck-list-root .bottleneck-card.priority-low{border-left-color:#10b981!important}.bottleneck-list-root .bottleneck-card-header{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;margin-bottom:16px!important}.bottleneck-list-root .bottleneck-card-title-section{display:flex!important;align-items:center!important;gap:12px!important}.bottleneck-list-root .bottleneck-priority-dot{width:12px!important;height:12px!important;border-radius:50%!important;flex-shrink:0!important}.bottleneck-list-root .bottleneck-priority-dot.priority-high{background-color:#ef4444!important}.bottleneck-list-root .bottleneck-priority-dot.priority-medium{background-color:#f59e0b!important}.bottleneck-list-root .bottleneck-priority-dot.priority-low{background-color:#10b981!important}.bottleneck-list-root .bottleneck-card-title{font-size:1.125rem!important;font-weight:600!important;color:#1f2937!important;margin:0 0 4px!important}.bottleneck-list-root .bottleneck-card-meta{font-size:.875rem!important;color:#6b7280!important;margin:0!important}.bottleneck-list-root .bottleneck-status-badge{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:6px 12px!important;border-radius:20px!important;font-size:12px!important;font-weight:500!important;white-space:nowrap!important}.bottleneck-list-root .bottleneck-status-badge.status-detected{background-color:#fef2f2!important;color:#dc2626!important}.bottleneck-list-root .bottleneck-status-badge.status-converted{background-color:#fef3c7!important;color:#d97706!important}.bottleneck-list-root .bottleneck-status-badge.status-reviewing{background-color:#eff6ff!important;color:#2563eb!important}.bottleneck-list-root .bottleneck-card-content{display:flex!important;flex-direction:column!important;gap:16px!important}.bottleneck-list-root .bottleneck-section{margin-bottom:8px!important}.bottleneck-list-root .bottleneck-section-title{font-weight:500!important;color:#374151!important;margin-bottom:4px!important;font-size:.875rem!important}.bottleneck-list-root .bottleneck-section-content{color:#1f2937!important;line-height:1.6!important;font-size:.875rem!important}.bottleneck-list-root .bottleneck-section-content-muted{color:#6b7280!important;line-height:1.6!important;font-size:.875rem!important}.bottleneck-list-root .bottleneck-card-footer{padding-top:16px!important;border-top:1px solid #e5e7eb!important}.bottleneck-list-root .bottleneck-card-footer-meta{display:flex!important;align-items:center!important;gap:16px!important;font-size:.75rem!important;color:#6b7280!important}.bottleneck-list-root .bottleneck-priority-text{font-weight:500!important}.bottleneck-list-root .bottleneck-priority-text.priority-high{color:#dc2626!important}.bottleneck-list-root .bottleneck-priority-text.priority-medium{color:#d97706!important}.bottleneck-list-root .bottleneck-priority-text.priority-low{color:#059669!important}.bottleneck-list-header{margin-bottom:24px}.bottleneck-list-title{font-size:1.25rem;font-weight:600;margin-bottom:8px}.bottleneck-list-description{color:#6b7280;font-size:.875rem}.bottleneck-list-add-form{margin-bottom:24px}.bottleneck-list-form-title{font-size:1.125rem;color:#1e40af;margin-bottom:16px;display:flex;align-items:center;gap:8px}.bottleneck-list-form-group{margin-bottom:16px}.bottleneck-list-form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:4px}.bottleneck-list-form-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.bottleneck-list-form-textarea{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;min-height:80px;resize:vertical}.bottleneck-list-form-select{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background-color:#fff}.bottleneck-list-form-actions{display:flex;gap:12px;justify-content:flex-end}.bottleneck-list-item{margin-bottom:16px}.bottleneck-list-item-header{display:flex;justify-content:between;align-items:flex-start;margin-bottom:12px}.bottleneck-list-item-title{font-weight:600;font-size:1.125rem;margin-bottom:4px}.bottleneck-list-item-meta{font-size:.875rem;color:#6b7280}.bottleneck-list-item-actions{display:flex;gap:8px}.bottleneck-list-item-content{margin-bottom:12px}.bottleneck-list-item-section{margin-bottom:8px}.bottleneck-list-item-section-title{font-weight:500;color:#374151;margin-bottom:4px}.bottleneck-list-item-section-content{color:#111827}.bottleneck-list-item-section-content-muted{color:#6b7280}.bottleneck-list-item-footer{display:flex;align-items:center;gap:16px;font-size:.875rem;color:#6b7280}.bottleneck-list-empty{text-align:center;padding:48px 0}.bottleneck-list-empty-icon{width:48px;height:48px;color:#9ca3af;margin:0 auto 16px}.bottleneck-list-empty-title{font-size:1.125rem;font-weight:500;color:#111827;margin-bottom:8px}.bottleneck-list-empty-description{color:#6b7280;margin-bottom:16px}.bottleneck-list-edit-form{background:#f9fafb;padding:16px;border-radius:8px;margin-bottom:16px}.bottleneck-list-edit-form-title{font-size:1rem;font-weight:600;color:#1e40af;margin-bottom:16px;display:flex;align-items:center;gap:8px}.bottleneck-list-edit-form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:16px}.requirement-review-root .card{background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important;border-radius:.5rem!important;box-shadow:0 1px 3px #0000001a!important}.requirement-review-root .card-header{padding:1.5rem!important;display:flex!important;flex-direction:column!important;gap:.5rem!important}.requirement-review-root .requirement-review-root-card-content{padding:1.5rem!important}.requirement-review-root .requirement-review-root-card-title{font-size:1.25rem!important;font-weight:600!important;line-height:1.2!important}.requirement-review-root .requirement-review-root-card-description{font-size:.875rem!important;color:hsl(var(--muted-foreground))!important}.product-design-root .card{background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important;border-radius:.5rem!important;box-shadow:0 1px 3px #0000001a!important}.product-design-root .card-header{padding:1.5rem!important;display:flex!important;flex-direction:column!important;gap:.5rem!important}.product-design-root .product-design-root-card-content{padding:1.5rem!important}.product-design-root .product-design-root-card-title{font-size:1.25rem!important;font-weight:600!important;line-height:1.2!important}.product-design-root .product-design-root-card-description{font-size:.875rem!important;color:hsl(var(--muted-foreground))!important}.ai-development-root .card{background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important;border-radius:.5rem!important;box-shadow:0 1px 3px #0000001a!important}.ai-development-root .card-header{padding:1.5rem!important;display:flex!important;flex-direction:column!important;gap:.5rem!important}.ai-development-root .ai-development-root-card-content{padding:1.5rem!important}.ai-development-root .ai-development-root-card-title{font-size:1.25rem!important;font-weight:600!important;line-height:1.2!important}.ai-development-root .ai-development-root-card-description{font-size:.875rem!important;color:hsl(var(--muted-foreground))!important}.software-launch-root{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:24px}.software-launch-header{margin-bottom:32px}.software-launch-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 8px}.software-launch-subtitle{font-size:1rem;color:#6b7280;margin:0 0 24px}.software-launch-global-status{display:flex;gap:16px;margin-bottom:24px}.software-launch-status-item{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#6b7280}.software-launch-status-dot{width:8px;height:8px;border-radius:50%}.software-launch-status-dot.online{background-color:#10b981}.software-launch-status-dot.maintenance{background-color:#f59e0b}.software-launch-main-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 4px 6px #0000000d;padding:32px;margin-bottom:24px}.software-launch-software-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.software-launch-software-info{flex:1}.software-launch-software-title{display:flex;align-items:center;gap:12px;margin-bottom:8px}.software-launch-software-icon{width:24px;height:24px;color:#6b7280}.software-launch-software-name{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.software-launch-software-description{font-size:.875rem;color:#6b7280;margin:0 0 8px}.software-launch-software-category{font-size:.75rem;color:#9ca3af;margin:0}.software-launch-status-badges{display:flex;gap:8px;align-items:center}.software-launch-status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:500}.software-launch-status-badge.running{background-color:#dcfce7;color:#166534}.software-launch-status-badge.version{background-color:#f3f4f6;color:#6b7280}.software-launch-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-bottom:32px}.software-launch-metric-item{display:flex;flex-direction:column;gap:4px}.software-launch-metric-label{font-size:.75rem;color:#6b7280;font-weight:500}.software-launch-metric-value{font-size:1.125rem;font-weight:600;color:#1f2937}.software-launch-metric-value.highlight-blue{color:#2563eb;font-size:1.25rem}.software-launch-metric-value.highlight-green{color:#059669;font-size:1.25rem}.software-launch-feature-section{margin-bottom:24px}.software-launch-section-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.software-launch-section-icon{width:16px;height:16px;color:#6b7280}.software-launch-section-title{font-size:.875rem;font-weight:600;color:#374151;margin:0}.software-launch-feature-tags{display:flex;flex-wrap:wrap;gap:8px}.software-launch-feature-tag{background-color:#f3f4f6;color:#6b7280;padding:4px 12px;border-radius:16px;font-size:.75rem;font-weight:500;border:1px solid #e5e7eb}.software-launch-integration-tags{display:flex;flex-wrap:wrap;gap:8px}.software-launch-integration-tag{background-color:#f3f4f6;color:#6b7280;padding:4px 12px;border-radius:16px;font-size:.75rem;font-weight:500;border:1px solid #e5e7eb;display:flex;align-items:center;gap:6px}.software-launch-integration-icon{width:12px;height:12px;color:#9ca3af}.software-launch-version-item{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.software-launch-version-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.software-launch-version-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.software-launch-version-number{font-size:.875rem;font-weight:600;color:#1f2937}.software-launch-version-date{font-size:.75rem;color:#9ca3af}.software-launch-version-changes{list-style:none;padding:0;margin:0}.software-launch-version-change{font-size:.75rem;color:#6b7280;margin-bottom:4px;position:relative;padding-left:12px}.software-launch-version-change:before{content:"•";position:absolute;left:0;color:#9ca3af}.software-launch-actions{display:flex;gap:12px;padding-top:24px;border-top:1px solid #e5e7eb}.software-launch-action-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.software-launch-action-btn.offline{background-color:#dc2626;color:#fff}.software-launch-action-btn.offline:hover{background-color:#b91c1c}.software-launch-action-btn.secondary{background-color:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.software-launch-action-btn.secondary:hover{background-color:#e5e7eb;color:#374151}.software-launch-action-icon{width:16px;height:16px}@media (max-width: 768px){.software-launch-root{padding:16px}.software-launch-main-card{padding:24px}.software-launch-software-header{flex-direction:column;gap:16px}.software-launch-metrics-grid{grid-template-columns:repeat(2,1fr);gap:16px}.software-launch-actions{flex-direction:column}.software-launch-action-btn{justify-content:center}}@media (max-width: 480px){.software-launch-metrics-grid{grid-template-columns:1fr}.software-launch-feature-tags,.software-launch-integration-tags{justify-content:center}}.runtime-monitoring-root .card{background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important;border-radius:.5rem!important;box-shadow:0 1px 3px #0000001a!important}.runtime-monitoring-root .card-header{padding:1.5rem!important;display:flex!important;flex-direction:column!important;gap:.5rem!important}.runtime-monitoring-root .runtime-monitoring-root-card-content{padding:1.5rem!important}.runtime-monitoring-root .runtime-monitoring-root-card-title{font-size:1.25rem!important;font-weight:600!important;line-height:1.2!important}.runtime-monitoring-root .runtime-monitoring-root-card-description{font-size:.875rem!important;color:hsl(var(--muted-foreground))!important}.community-root{display:flex;flex-direction:column;gap:2rem}.community-header{text-align:center}.community-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--foreground))}.community-subtitle{font-size:1.25rem;color:hsl(var(--muted-foreground));max-width:48rem;margin:0 auto}.community-stats-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){.community-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.community-stat-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.5rem;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a}.community-stat-card:hover{border-color:hsl(var(--ring));box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.community-stat-header{padding:1rem}.community-stat-content{display:flex;align-items:center;gap:.75rem}.community-stat-icon{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.community-stat-icon-blue{background-color:#dbeafe;color:#1e40af}.community-stat-icon-green{background-color:#dcfce7;color:#166534}.community-stat-icon-purple{background-color:#f3e8ff;color:#7c3aed}.community-stat-icon-orange{background-color:#fed7aa;color:#ea580c}.community-stat-info{flex:1;min-width:0}.community-stat-title{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.25rem;line-height:1.2}.community-stat-value{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));line-height:1.2}.community-separator{margin:2rem 0}.community-dashboard-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.community-dashboard-title{font-size:1.5rem;font-weight:600;color:hsl(var(--foreground))}.community-dashboard-icon{width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground))}.community-layers-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 768px){.community-layers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.community-layers-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.community-layer-card{background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important;border-radius:.5rem!important;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a;gap:0!important}.community-layer-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.community-layer-card-blue{border-left:4px solid #3b82f6}.community-layer-card-green{border-left:4px solid #10b981}.community-layer-card-purple{border-left:4px solid #8b5cf6}.community-layer-card-orange{border-left:4px solid #f59e0b}.community-layer-card-red{border-left:4px solid #ef4444}.community-layer-card-cyan{border-left:4px solid #06b6d4}.community-layer-header{padding:1.5rem 1.5rem .75rem!important;display:flex!important;align-items:flex-start!important;gap:1rem!important;grid-template-columns:none!important;grid-rows:none!important;grid-auto-rows:none!important}.community-layer-icon{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.community-layer-header-content{flex:1;min-width:0}.community-layer-icon-blue{background-color:#dbeafe;color:#1e40af}.community-layer-icon-green{background-color:#dcfce7;color:#166534}.community-layer-icon-purple{background-color:#f3e8ff;color:#7c3aed}.community-layer-icon-orange{background-color:#fed7aa;color:#ea580c}.community-layer-icon-red{background-color:#fecaca;color:#dc2626}.community-layer-icon-cyan{background-color:#a5f3fc;color:#0891b2}.community-layer-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.community-layer-name{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground))}.community-layer-badge{display:flex;align-items:center;gap:.25rem}.community-layer-badge-icon{width:.75rem;height:.75rem}.community-layer-description{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.4}.community-layer-content{padding:0 1.5rem 1.5rem!important}.community-layer-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.community-layer-metric{display:flex;flex-direction:column;gap:.25rem}.community-layer-metric-label{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.community-layer-metric-icon{width:.75rem;height:.75rem}.community-layer-metric-value{font-size:1.5rem;font-weight:500;color:hsl(var(--foreground))}.community-layer-efficiency{margin-bottom:1rem}.community-layer-efficiency-header{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;margin-bottom:.5rem}.community-layer-efficiency-label{color:hsl(var(--muted-foreground))}.community-layer-efficiency-value{font-weight:500}.community-layer-efficiency-value-blue{color:#3b82f6}.community-layer-efficiency-value-green{color:#10b981}.community-layer-efficiency-value-purple{color:#8b5cf6}.community-layer-efficiency-value-orange{color:#f59e0b}.community-layer-efficiency-value-red{color:#ef4444}.community-layer-efficiency-value-cyan{color:#06b6d4}.community-progress{height:.5rem}.community-activities-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.community-activities-title{font-size:1.5rem;font-weight:600;color:hsl(var(--foreground))}.community-activities-icon{width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground))}.community-activities-list{display:flex;flex-direction:column;gap:1rem}.community-root .community-activity-card.community-activity-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a!important}.community-activity-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.community-activity-content{padding:1rem}.community-activity-item{display:flex;align-items:flex-start;gap:1rem}.community-activity-indicator{width:.5rem;height:.5rem;border-radius:9999px;background:hsl(var(--primary));margin-top:.5rem;flex-shrink:0}.community-activity-info{flex:1;min-width:0}.community-activity-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.community-activity-user{font-weight:500;color:hsl(var(--foreground))}.community-activity-action{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:.25rem}.community-activity-time{font-size:.75rem;color:hsl(var(--muted-foreground))}.developers-header{text-align:center;margin-bottom:2rem}.developers-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--foreground))}.developers-subtitle{font-size:1.25rem;color:hsl(var(--muted-foreground));max-width:48rem;margin:0 auto;line-height:1.6}.developers-stats-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.developers-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.developers-stat-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;padding:1.5rem;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a!important}.developers-stat-card:hover{border-color:hsl(var(--ring));box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.developers-stat-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.developers-stat-icon{width:2.5rem;height:2.5rem;border-radius:.5rem!important;display:flex;align-items:center;justify-content:center}.developers-stat-icon-blue{background-color:#dbeafe;color:#1e40af}.developers-stat-icon-green{background-color:#dcfce7;color:#166534}.developers-stat-icon-purple{background-color:#f3e8ff;color:#7c3aed}.developers-stat-icon-orange{background-color:#fed7aa;color:#ea580c}.developers-stat-title{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}.developers-stat-value{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground))}.developers-separator{margin:2rem 0}.developers-tabs{width:100%}.developers-tabs-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;background:#f3f4f6!important;border-radius:.5rem!important;padding:.25rem}.developers-leaderboard-section{margin-top:1.5rem}.developers-leaderboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.developers-leaderboard-title{font-size:1.5rem;font-weight:600;color:hsl(var(--foreground))}.developers-filter-section{display:flex;align-items:center;gap:.5rem}.developers-filter-label{display:flex;align-items:center;gap:.5rem;color:hsl(var(--muted-foreground))}.developers-filter-buttons{display:flex;align-items:center;gap:.25rem}.developers-leaderboard-list{display:flex;flex-direction:column;gap:1rem}.developers-leaderboard-item{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;padding:1rem;transition:all .2s ease-in-out}.developers-leaderboard-item:hover{border-color:hsl(var(--ring));box-shadow:0 2px 8px #0000001a}.developers-leaderboard-content{display:flex;align-items:center;gap:1rem}.developers-rank-section{display:flex;align-items:center;gap:.75rem}.developers-rank-number{font-size:1.5rem;font-weight:700;color:hsl(var(--muted-foreground));min-width:2rem}.developers-avatar{width:3rem;height:3rem;border-radius:9999px;overflow:hidden;flex-shrink:0}.developers-info-section{flex:1;min-width:0}.developers-name-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.developers-name{font-weight:500;color:hsl(var(--foreground))}.developers-type-badge-human{background-color:#dbeafe;color:#1e40af}.developers-type-badge-ai{background-color:#dcfce7;color:#166534}.developers-champion-badge{background-color:#fef3c7;color:#92400e}.developers-badges-row{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem}.developers-metrics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width: 768px){.developers-metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.developers-metric{display:flex;flex-direction:column;gap:.25rem}.developers-metric-label{font-size:.875rem;color:hsl(var(--muted-foreground))}.developers-metric-value{font-weight:500;color:hsl(var(--foreground));display:flex;align-items:center;gap:.25rem}.developers-star-icon{width:.75rem;height:.75rem;fill:#fbbf24;color:#fbbf24}.developers-tools-section{margin-top:1.5rem}.developers-tools-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.developers-tools-title{font-size:1.5rem;font-weight:600;color:hsl(var(--foreground))}.developers-tools-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 768px){.developers-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.developers-tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.developers-tool-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a!important}.developers-tool-card:hover{border-color:hsl(var(--ring));box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.developers-tool-header{padding:1.5rem 1.5rem .75rem}.developers-tool-header-content{display:flex;align-items:flex-start;justify-content:space-between}.developers-tool-icon-section{display:flex;align-items:center;gap:.75rem}.developers-tool-icon{width:2.5rem;height:2.5rem;border-radius:.5rem!important;background:#f3f4f6!important;display:flex;align-items:center;justify-content:center}.developers-tool-info{flex:1}.developers-tool-name{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.25rem}.developers-tool-status-stable{background-color:#dcfce7;color:#166534}.developers-tool-status-beta{background-color:#fef3c7;color:#92400e}.developers-tool-status-alpha{background-color:#fee2e2;color:#991b1b}.developers-tool-content{padding:0 1.5rem 1.5rem}.developers-tool-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1rem;line-height:1.5}.developers-tool-actions{display:flex;gap:.5rem}.developers-certification-section{margin-top:1.5rem}.developers-certification-title{font-size:1.5rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}.developers-certification-description{color:hsl(var(--muted-foreground));margin-bottom:1.5rem;line-height:1.6}.developers-certification-content{display:flex;flex-direction:column;gap:2rem}.developers-certification-category{display:flex;flex-direction:column;gap:1rem}.developers-certification-category-title{font-size:1.125rem;font-weight:500;color:hsl(var(--foreground));display:flex;align-items:center;gap:.5rem}.developers-certification-category-icon{width:1.25rem;height:1.25rem}.developers-certification-category-icon-human{color:#2563eb}.developers-certification-category-icon-ai{color:#16a34a}.developers-certification-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 768px){.developers-certification-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.developers-certification-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.developers-certification-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a!important}.developers-certification-card:hover{border-color:hsl(var(--ring));box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.developers-certification-card-human{border-color:#bfdbfe}.developers-certification-card-ai{border-color:#bbf7d0}.developers-certification-card-header{padding:1.5rem 1.5rem .75rem}.developers-certification-icon{width:3rem;height:3rem;border-radius:.5rem!important;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.developers-certification-icon-human{background-color:#dbeafe;color:#1e40af}.developers-certification-icon-ai{background-color:#dcfce7;color:#166534}.developers-certification-card-title{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.25rem}.developers-certification-card-description{font-size:.875rem;color:hsl(var(--muted-foreground))}.developers-certification-card-content{padding:0 1.5rem 1.5rem}.developers-certification-features{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.developers-certification-feature{font-size:.875rem;color:hsl(var(--muted-foreground))}.developers-certification-button{width:100%}.developers-getting-started-section{margin-top:1.5rem}.developers-getting-started-title{font-size:1.5rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}.developers-getting-started-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media (min-width: 1024px){.developers-getting-started-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.developers-getting-started-steps{display:flex;flex-direction:column;gap:1.5rem}.developers-getting-started-step{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;padding:1.5rem}.developers-getting-started-step-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.developers-getting-started-step-number{width:1.5rem;height:1.5rem;border-radius:9999px;background:#3b82f6!important;color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.developers-getting-started-step-title{font-size:1rem;font-weight:600;color:hsl(var(--foreground))}.developers-getting-started-step-content{display:flex;flex-direction:column;gap:.75rem}.developers-getting-started-code{background:#f3f4f6!important;padding:.75rem;border-radius:.5rem!important;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:hsl(var(--foreground))}.developers-getting-started-description{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5}.developers-getting-started-examples{display:flex;flex-direction:column;gap:1.5rem}.developers-getting-started-example{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;padding:1.5rem}.developers-getting-started-example-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.developers-getting-started-example-title{font-size:1rem;font-weight:600;color:hsl(var(--foreground))}.developers-getting-started-example-content{display:flex;flex-direction:column;gap:1rem}.developers-getting-started-code-block{background:#f3f4f6!important;padding:1rem;border-radius:.5rem!important;overflow-x:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5}.developers-getting-started-example-actions{display:flex;gap:.5rem}.developers-getting-started-links{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;padding:1.5rem}.developers-getting-started-links-title{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}.developers-getting-started-links-list{display:flex;flex-direction:column;gap:.5rem}.developers-getting-started-link{width:100%;justify-content:flex-start}.documentation-root{max-width:6xl;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.documentation-header{text-align:center}.documentation-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--foreground))}.documentation-subtitle{font-size:1.25rem;color:hsl(var(--muted-foreground))}.documentation-tabs{width:100%}.documentation-tabs-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:100%}.documentation-tabs-content{display:flex;flex-direction:column;gap:1.5rem}.documentation-quickstart-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 768px){.documentation-quickstart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.documentation-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a!important}.documentation-card:hover{border-color:hsl(var(--ring));box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.documentation-card-content{padding:1.5rem}.documentation-step-content{display:flex;align-items:flex-start;gap:1rem}.documentation-step-icon{flex-shrink:0}.documentation-step-info{display:flex;flex-direction:column;gap:.5rem}.documentation-step-title{font-weight:600;font-size:1.125rem;color:hsl(var(--foreground))}.documentation-step-description{color:hsl(var(--muted-foreground))}.documentation-start-section{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;box-shadow:0 1px 3px #0000001a!important}.documentation-start-header{padding:1.5rem 1.5rem .75rem}.documentation-start-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.documentation-start-description{color:hsl(var(--muted-foreground))}.documentation-start-content{padding:0 1.5rem 1.5rem}.documentation-start-buttons{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){.documentation-start-buttons{grid-template-columns:repeat(3,minmax(0,1fr))}}.documentation-start-button{height:5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.documentation-guides-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 768px){.documentation-guides-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.documentation-guide-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a!important}.documentation-guide-card:hover{border-color:hsl(var(--ring));box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.documentation-guide-header{padding:1.5rem 1.5rem .75rem}.documentation-guide-header-content{display:flex;align-items:flex-start;justify-content:space-between}.documentation-guide-info{flex:1}.documentation-guide-title{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.documentation-guide-description{color:hsl(var(--muted-foreground))}.documentation-guide-content{padding:0 1.5rem 1.5rem}.documentation-guide-meta{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}.documentation-guide-button{width:100%;margin-top:1rem}.documentation-api-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 768px){.documentation-api-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.documentation-api-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a!important}.documentation-api-card:hover{border-color:hsl(var(--ring));box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.documentation-api-header{padding:1.5rem 1.5rem .75rem}.documentation-api-header-content{display:flex;align-items:flex-start;justify-content:space-between}.documentation-api-info{flex:1}.documentation-api-title{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.documentation-api-description{color:hsl(var(--muted-foreground))}.documentation-api-content{padding:0 1.5rem 1.5rem}.documentation-api-meta{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}.documentation-api-actions{display:flex;gap:.5rem}.documentation-api-button{flex:1}.documentation-examples-section{display:flex;flex-direction:column;gap:1.5rem}.documentation-example-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a!important}.documentation-example-card:hover{border-color:hsl(var(--ring));box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.documentation-example-header{padding:1.5rem 1.5rem .75rem}.documentation-example-header-content{display:flex;align-items:center;justify-content:space-between}.documentation-example-title{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground))}.documentation-example-content{padding:0 1.5rem 1.5rem}.documentation-code-block{background:hsl(var(--muted));padding:1rem;border-radius:.5rem;overflow-x:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:hsl(var(--foreground));line-height:1.5;margin-bottom:1rem}.documentation-example-actions{display:flex;gap:.5rem}.documentation-faq-section{display:flex;flex-direction:column;gap:1rem}.documentation-faq-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a!important}.documentation-faq-card:hover{border-color:hsl(var(--ring));box-shadow:0 2px 8px #0000001a}.documentation-faq-content{padding:1.5rem}.documentation-faq-item{display:flex;flex-direction:column;gap:.75rem}.documentation-faq-question{display:flex;align-items:flex-start;gap:.75rem}.documentation-faq-icon{width:1.25rem;height:1.25rem;color:#3b82f6;margin-top:.125rem;flex-shrink:0}.documentation-faq-question-text{font-weight:600;font-size:1.125rem;color:hsl(var(--foreground))}.documentation-faq-answer{color:hsl(var(--muted-foreground));margin-left:2rem}.documentation-help-section{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:.5rem!important;box-shadow:0 1px 3px #0000001a!important}.documentation-help-header{padding:1.5rem 1.5rem .75rem}.documentation-help-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.documentation-help-description{color:hsl(var(--muted-foreground))}.documentation-help-content{padding:0 1.5rem 1.5rem}.documentation-help-buttons{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){.documentation-help-buttons{grid-template-columns:repeat(3,minmax(0,1fr))}}.documentation-help-button{height:4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.app-market-root{min-height:100vh;background-color:#fff!important}.app-market-main{max-width:1200px;margin:0 auto;padding:2rem 1rem}.app-market-page-title{text-align:center;margin-bottom:3rem}.app-market-page-title h1{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.app-market-page-description{font-size:1.25rem;color:hsl(var(--muted-foreground));max-width:48rem;margin:0 auto}.app-market-filters-section{margin-bottom:2rem}.app-market-apps-section{margin-bottom:1.5rem}.app-market-apps-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.app-market-apps-count{font-size:.875rem;color:hsl(var(--muted-foreground))}.app-market-apps-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 768px){.app-market-apps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.app-market-apps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1280px){.app-market-apps-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.app-market-empty-state{text-align:center;padding:3rem 0}.app-market-empty-icon{width:6rem;height:6rem;margin:0 auto 1rem;border-radius:9999px;background-color:#f3f4f6!important;display:flex;align-items:center;justify-content:center}.app-market-empty-title{font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.app-market-empty-description{color:hsl(var(--muted-foreground))}.app-market-footer{border-top:1px solid #e5e7eb!important;background-color:#f3f4f680!important;margin-top:4rem}.app-market-footer-container{max-width:1200px;margin:0 auto;padding:3rem 1rem}.app-market-footer-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media (min-width: 768px){.app-market-footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.app-market-footer-brand{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.app-market-footer-logo{width:1.5rem;height:1.5rem;border-radius:.25rem;background:linear-gradient(to bottom right,#8b5cf6,#3b82f6,#10b981);display:flex;align-items:center;justify-content:center}.app-market-footer-brand-text{font-weight:500}.app-market-footer-description{font-size:.875rem;color:hsl(var(--muted-foreground))}.app-market-footer-section h4{font-weight:500;margin-bottom:.75rem}.app-market-footer-links{display:flex;flex-direction:column;gap:.5rem}.app-market-footer-link{font-size:.875rem;color:hsl(var(--muted-foreground));text-decoration:none;transition:color .2s}.app-market-footer-link:hover{color:hsl(var(--foreground))}.app-market-footer-social{display:flex;gap:.5rem}.app-market-footer-separator{margin:2rem 0}.app-market-footer-bottom{display:flex;flex-direction:column;justify-content:space-between;align-items:center;font-size:.875rem;color:hsl(var(--muted-foreground))}@media (min-width: 768px){.app-market-footer-bottom{flex-direction:row}}.app-market-footer-links-bottom{display:flex;gap:1.5rem;margin-top:1rem}@media (min-width: 768px){.app-market-footer-links-bottom{margin-top:0}}.app-market-footer-link-bottom{color:hsl(var(--muted-foreground));text-decoration:none;transition:color .2s}.app-market-footer-link-bottom:hover{color:hsl(var(--foreground))}.app-market-success-alert{margin-bottom:1.5rem;border-color:#bbf7d0;background-color:#f0fdf4;color:#166534}@media (prefers-color-scheme: dark){.app-market-success-alert{border-color:#166534;background-color:#052e16;color:#bbf7d0}}.overview-content{max-width:1200px;margin:0 auto}.overview-title-section{text-align:center;margin-bottom:40px;padding:40px 30px;background:linear-gradient(135deg,#f8f9ff,#e8f2ff);border-radius:20px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.8)}.overview-main-title{font-size:36px;font-weight:800;color:#1a1a1a;margin:0 0 20px;display:flex;align-items:center;justify-content:center;gap:20px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.overview-business-icon,.overview-brain-icon{font-size:42px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.overview-arrow-icon{font-size:32px;color:#7c3aed;filter:drop-shadow(0 2px 4px rgba(124,58,237,.3))}.overview-subtitle{font-size:20px;color:#4a5568;margin:0;font-weight:500;letter-spacing:.5px}.overview-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a}.overview-actions-left,.overview-actions-right{display:flex;gap:15px}.overview-add-btn{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;border:none;padding:14px 28px;border-radius:12px;cursor:pointer;font-size:15px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #7c3aed4d;text-transform:uppercase;letter-spacing:.5px}.overview-add-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #7c3aed66;background:linear-gradient(135deg,#6d28d9,#9333ea)}.overview-export-btn{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#4a5568;border:2px solid #cbd5e0;padding:12px 20px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.overview-export-btn:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);border-color:#a0aec0;transform:translateY(-2px);box-shadow:0 4px 15px #00000026}.overview-timeline{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;padding:40px;margin-bottom:30px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.8)}.overview-timeline-title{font-size:28px;font-weight:700;color:#2d3748;margin:0 0 15px;display:flex;align-items:center;gap:15px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.overview-timeline-subtitle{font-size:18px;color:#4a5568;margin:0 0 35px;font-weight:500;line-height:1.6}.overview-milestones{display:flex;flex-direction:column;gap:30px}.overview-empty{text-align:center;padding:60px 20px;color:#999}.overview-empty-icon{font-size:64px;margin-bottom:20px}.overview-empty-hint{font-size:14px;margin-top:10px}.overview-milestone{border:1px solid #e2e8f0;border-radius:16px;padding:30px;background:linear-gradient(135deg,#fff,#f8fafc);position:relative;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.overview-milestone:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.overview-milestone-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.overview-milestone-info{display:flex;align-items:center;gap:20px}.overview-milestone-date{font-size:18px;font-weight:600;color:#2d3748;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.overview-milestone-phase{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;padding:8px 16px;border-radius:25px;font-size:14px;font-weight:600;box-shadow:0 4px 15px #7c3aed4d;text-transform:uppercase;letter-spacing:.5px}.overview-milestone-actions{display:flex;gap:10px}.overview-edit-btn,.overview-delete-btn{background:none;border:1px solid #ddd;padding:6px 10px;border-radius:6px;cursor:pointer;font-size:12px;transition:all .3s ease}.overview-edit-btn:hover{background:#e3f2fd;border-color:#1976d2}.overview-delete-btn:hover{background:#ffebee;border-color:#f44336}.overview-milestone-content{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:20px}.overview-business-side,.overview-threebody-side{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:25px;border:1px solid #e2e8f0;box-shadow:0 4px 15px #0000000d;transition:all .3s ease;position:relative;overflow:hidden}.overview-business-side:before,.overview-threebody-side:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#3b82f6,#1d4ed8)}.overview-threebody-side:before{background:linear-gradient(180deg,#ec4899,#be185d)}.overview-business-side:hover,.overview-threebody-side:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.overview-side-title{font-size:20px;font-weight:700;margin:0 0 20px;display:flex;align-items:center;gap:12px;color:#2d3748;text-shadow:0 1px 2px rgba(0,0,0,.1)}.overview-side-content{display:flex;flex-direction:column;gap:15px}.overview-field{display:flex;flex-direction:column;gap:5px}.overview-field label{font-size:12px;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.5px}.overview-field p{font-size:14px;color:#333;margin:0;line-height:1.4}.overview-field-highlight{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:16px;border-radius:12px;border:2px solid #0ea5e9;box-shadow:0 4px 15px #0ea5e91a;position:relative}.overview-field-highlight:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0ea5e9,#06b6d4);border-radius:12px 12px 0 0}.overview-export-status{margin-top:15px;padding-top:15px;border-top:1px solid #e0e0e0}.overview-export-info{display:flex;align-items:center;gap:8px;margin-bottom:10px}.overview-export-icon{font-size:14px}.overview-export-text{font-size:12px;color:#666}.overview-progress{display:flex;align-items:center;gap:10px}.overview-progress-bar{flex:1;height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden}.overview-progress-fill{height:100%;background:linear-gradient(90deg,#1976d2,#9c27b0);transition:width .5s ease}.overview-progress-text{font-size:12px;color:#666;min-width:35px}.overview-mutual-growth{text-align:center;padding:20px;background:linear-gradient(135deg,#7c3aed,#a855f7,#3b82f6);color:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:15px;font-weight:600;font-size:16px;box-shadow:0 8px 25px #7c3aed4d;position:relative;overflow:hidden}.overview-mutual-growth:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.overview-mutual-icon{font-size:18px}.overview-separator{height:1px;background:linear-gradient(90deg,transparent,#e0e0e0,transparent);margin:20px 0}.overview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}.overview-stat-card{background:#fff;border-radius:12px;padding:25px;text-align:center;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease}.overview-stat-card:hover{transform:translateY(-5px)}.overview-stat-value{font-size:32px;font-weight:700;color:#1976d2;margin-bottom:8px}.overview-stat-label{font-size:14px;color:#666;font-weight:500}.overview-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.overview-modal{background:#fff;border-radius:16px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0000004d}.overview-modal-header{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-bottom:1px solid #e0e0e0}.overview-modal-header h3{font-size:20px;font-weight:600;color:#333;margin:0}.overview-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:5px;border-radius:4px;transition:background .3s ease}.overview-modal-close:hover{background:#f5f5f5}.overview-modal-content{padding:30px}.overview-form-group{margin-bottom:20px}.overview-form-group label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.overview-form-group input,.overview-form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:border-color .3s ease;box-sizing:border-box}.overview-form-group input:focus,.overview-form-group textarea:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.overview-form-sections{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:30px 0}.overview-form-section{background:#f8f9fa;padding:20px;border-radius:10px;border:1px solid #e0e0e0}.overview-form-section h4{font-size:16px;font-weight:600;color:#333;margin:0 0 15px;display:flex;align-items:center;gap:8px}.overview-modal-footer{display:flex;justify-content:flex-end;gap:15px;padding:25px 30px;border-top:1px solid #e0e0e0}.overview-modal-cancel{background:#f5f5f5;color:#333;border:1px solid #ddd;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:14px;transition:all .3s ease}.overview-modal-cancel:hover{background:#e0e0e0}.overview-modal-save{background:#1976d2;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease}.overview-modal-save:hover{background:#1565c0;transform:translateY(-1px)}@media (max-width: 768px){.overview-content{padding:15px}.overview-actions{flex-direction:column;gap:15px}.overview-milestone-content,.overview-form-sections,.overview-stats{grid-template-columns:1fr}.overview-modal{width:95%;margin:20px}}.machine-control-root{padding:20px;max-width:1400px;margin:0 auto}.machine-control-header{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:20px;padding:30px;margin-bottom:30px;box-shadow:0 8px 32px #0000001a;display:flex;justify-content:space-between;align-items:center}.machine-control-title-section{flex:1}.machine-control-main-title{font-size:32px;font-weight:700;color:#2d3748;margin:0 0 10px;display:flex;align-items:center;gap:15px;background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.machine-control-icon{font-size:36px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.machine-control-subtitle{font-size:16px;color:#4a5568;margin:0}.machine-control-stats{display:flex;gap:30px}.machine-control-stat{text-align:center;padding:15px 25px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014}.machine-control-stat .stat-value{font-size:32px;font-weight:700;color:#3b82f6;margin-bottom:5px}.machine-control-stat .stat-label{font-size:14px;color:#666}.machine-control-content{display:grid;grid-template-columns:2fr 1fr;gap:30px}.machine-control-devices{background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 20px #00000014}.devices-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e2e8f0}.devices-header h3{font-size:20px;font-weight:600;color:#2d3748;margin:0}.add-device-btn{background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;box-shadow:0 2px 10px #3b82f64d}.add-device-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #3b82f666}.devices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.device-card{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.device-card:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#3b82f6,#06b6d4);opacity:0;transition:opacity .3s ease}.device-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001f;border-color:#3b82f6}.device-card:hover:before{opacity:1}.device-card.selected{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.device-card.selected:before{opacity:1}.device-card-header{margin-bottom:15px}.device-info{display:flex;align-items:center;gap:12px}.device-icon{font-size:32px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.device-info h4{font-size:16px;font-weight:600;color:#2d3748;margin:0 0 5px}.device-status{font-size:12px;padding:4px 10px;border-radius:12px;font-weight:500}.device-status.status-online{background:#d1fae5;color:#065f46}.device-status.status-offline{background:#fee2e2;color:#991b1b}.device-status.status-busy{background:#fef3c7;color:#92400e}.device-metrics{margin:15px 0;display:flex;flex-direction:column;gap:10px}.metric{display:flex;flex-direction:column;gap:5px}.metric-header{display:flex;justify-content:space-between;font-size:12px;color:#666;font-weight:500}.metric-bar{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.metric-fill{height:100%;border-radius:3px;transition:width .5s ease}.device-footer{margin-top:15px;padding-top:15px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px;font-size:12px;color:#666}.device-footer .label{font-weight:500}.device-footer .value{color:#2d3748}.device-actions{display:flex;gap:10px;margin-top:15px}.device-actions .action-btn{flex:1;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #cbd5e0;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;transition:all .3s ease}.device-actions .action-btn:hover:not(:disabled){background:linear-gradient(135deg,#e2e8f0,#cbd5e0);transform:translateY(-1px)}.device-actions .action-btn:disabled{opacity:.5;cursor:not-allowed}.machine-control-panel{background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;gap:20px}.panel-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:15px;border-bottom:2px solid #e2e8f0}.panel-header h3{font-size:20px;font-weight:600;color:#2d3748;margin:0}.logs-toggle{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #cbd5e0;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease}.logs-toggle:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e0)}.control-section{display:flex;flex-direction:column;gap:20px}.selected-device-info{display:flex;align-items:center;gap:15px;padding:20px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:12px;border:2px solid #3b82f6}.device-icon-large{font-size:48px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.selected-device-info h4{font-size:18px;font-weight:600;color:#2d3748;margin:0 0 5px}.selected-device-info p{font-size:14px;color:#4a5568;margin:0}.permissions-info{padding:15px;background:#fef3c7;border-radius:8px;border:1px solid #fbbf24}.permissions-info h5{font-size:14px;font-weight:600;color:#92400e;margin:0 0 10px}.permissions-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.permission-tag{background:#fff;color:#92400e;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.permissions-hint{font-size:12px;color:#92400e;margin:0;font-style:italic}.command-input-section{display:flex;flex-direction:column;gap:10px}.command-input-section label{font-size:14px;font-weight:600;color:#2d3748}.command-input-group{display:flex;gap:10px}.command-input{flex:1;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:border-color .3s ease}.command-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.execute-btn{background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 10px #3b82f64d}.execute-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #3b82f666}.execute-btn:disabled{opacity:.5;cursor:not-allowed}.quick-commands{display:flex;flex-direction:column;gap:10px}.quick-commands h5{font-size:14px;font-weight:600;color:#2d3748;margin:0}.quick-commands-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.quick-commands-grid button{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #cbd5e0;padding:10px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;transition:all .3s ease}.quick-commands-grid button:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);transform:translateY(-1px)}.no-selection{text-align:center;padding:60px 20px;color:#999}.execution-logs{display:flex;flex-direction:column;gap:15px;margin-top:20px;padding-top:20px;border-top:2px solid #e2e8f0}.execution-logs h5{font-size:16px;font-weight:600;color:#2d3748;margin:0}.no-logs{text-align:center;padding:40px 20px;color:#999;font-size:14px}.log-status.running{background:#fef3c7;color:#92400e}.log-device{font-weight:600;color:#2d3748}.log-duration{color:#3b82f6;font-weight:500}.log-command{font-size:13px;color:#4a5568;margin-bottom:5px;font-family:Monaco,Courier New,monospace}.log-output{font-size:12px;color:#666;font-family:Monaco,Courier New,monospace;background:#fff;padding:8px;border-radius:4px}@media (max-width: 1200px){.machine-control-content{grid-template-columns:1fr}}@media (max-width: 768px){.machine-control-header{flex-direction:column;gap:20px}.machine-control-stats{width:100%;justify-content:space-around}.devices-grid{grid-template-columns:1fr}.quick-commands-grid{grid-template-columns:repeat(2,1fr)}}.connect-robot-root{padding:20px;max-width:1400px;margin:0 auto}.connect-robot-header{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:20px;padding:30px;margin-bottom:30px;box-shadow:0 8px 32px #0000001a;display:flex;justify-content:space-between;align-items:center}.connect-robot-title-section{flex:1}.connect-robot-main-title{font-size:32px;font-weight:700;color:#2d3748;margin:0 0 10px;display:flex;align-items:center;gap:15px;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.connect-robot-icon{font-size:36px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.connect-robot-subtitle{font-size:16px;color:#4a5568;margin:0}.connect-robot-stats{display:flex;gap:30px}.connect-robot-stat{text-align:center;padding:15px 25px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014}.connect-robot-stat .stat-value{font-size:32px;font-weight:700;color:#10b981;margin-bottom:5px}.connect-robot-stat .stat-label{font-size:14px;color:#666}.connect-robot-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014}.actions-left,.actions-right{display:flex;gap:10px}.action-btn{padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;border:none}.action-btn.primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 10px #10b9814d}.action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #10b98166}.action-btn.secondary{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#4a5568;border:1px solid #cbd5e0}.action-btn.secondary:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e0)}.view-mode-btn{padding:8px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;transition:all .3s ease}.view-mode-btn.active{background:#10b981;color:#fff;border-color:#10b981}.connect-robot-content{display:grid;grid-template-columns:1.5fr 1fr;gap:30px;margin-bottom:30px}.connection-count,.task-count,.log-count{font-size:14px;color:#666;background:#f8fafc;padding:4px 12px;border-radius:12px}.connections-section{background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 20px #00000014}.connections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.connections-list{display:flex;flex-direction:column;gap:15px}.connection-card{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.connection-card:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#10b981,#059669);opacity:0;transition:opacity .3s ease}.connection-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001f;border-color:#10b981}.connection-card:hover:before{opacity:1}.connection-card.selected{border-color:#10b981;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.connection-card.selected:before{opacity:1}.connection-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.connection-info{display:flex;align-items:center;gap:12px;flex:1}.type-icon{font-size:32px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.connection-info h4{font-size:16px;font-weight:600;color:#2d3748;margin:0 0 5px}.connection-status{font-size:12px;padding:4px 10px;border-radius:12px;font-weight:500}.connection-status.status-connected{background:#d1fae5;color:#065f46}.connection-status.status-disconnected{background:#f3f4f6;color:#6b7280}.connection-status.status-error{background:#fee2e2;color:#991b1b}.ethics-badge{font-size:12px;padding:4px 10px;border-radius:12px;font-weight:500;white-space:nowrap}.connection-endpoint{margin-bottom:15px;font-size:13px;color:#666}.connection-endpoint .label{font-weight:500}.connection-endpoint .value{color:#2d3748;font-family:Monaco,Courier New,monospace}.connection-metrics{display:flex;justify-content:space-between;margin-bottom:15px;padding:12px;background:#f8fafc;border-radius:8px}.connection-metrics .metric{display:flex;flex-direction:column;gap:4px;text-align:center}.connection-metrics .metric .label{font-size:11px;color:#666;text-transform:uppercase}.connection-metrics .metric .value{font-size:14px;font-weight:600;color:#2d3748}.connection-capabilities{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}.capability-tag{font-size:11px;padding:4px 10px;background:#fff;color:#10b981;border:1px solid #10b981;border-radius:12px;font-weight:500}.connection-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #e2e8f0}.last-sync{font-size:12px;color:#666}.connection-actions{display:flex;gap:8px}.connection-actions button{padding:6px 12px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #cbd5e0;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;transition:all .3s ease}.connection-actions button:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e0)}.tasks-section{background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 20px #00000014}.tasks-list{display:flex;flex-direction:column;gap:15px}.task-card{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .3s ease}.task-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.task-info{display:flex;flex-direction:column;gap:8px;flex:1}.task-info h4{font-size:16px;font-weight:600;color:#2d3748;margin:0}.task-priority{font-size:11px;padding:4px 10px;border-radius:12px;font-weight:600;display:inline-block;text-transform:uppercase}.task-status{font-size:12px;padding:6px 12px;border-radius:12px;font-weight:500}.task-status.status-pending{background:#f3f4f6;color:#6b7280}.task-status.status-running{background:#dbeafe;color:#1e40af}.task-status.status-completed{background:#d1fae5;color:#065f46}.task-status.status-failed{background:#fee2e2;color:#991b1b}.task-description{font-size:14px;color:#4a5568;margin:0 0 15px;line-height:1.5}.task-robots{margin-bottom:15px}.task-robots .label{font-size:13px;font-weight:500;color:#666;display:block;margin-bottom:8px}.robot-tags{display:flex;flex-wrap:wrap;gap:8px}.robot-tag{font-size:12px;padding:6px 12px;background:#fff;border:1px solid #10b981;color:#065f46;border-radius:12px;font-weight:500}.task-progress .progress-header{display:flex;justify-content:space-between;font-size:13px;color:#666;margin-bottom:8px}.task-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #e2e8f0;font-size:13px;color:#666}.mission-alignment{color:#10b981}.mission-alignment strong{font-weight:600}.sync-logs-section{background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 20px #00000014}.logs-list{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto}.log-entry{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px;transition:all .3s ease}.log-entry:hover{background:#fff;box-shadow:0 2px 8px #00000014}.log-header{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:13px}.log-status{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.log-status.success{background:#d1fae5;color:#065f46}.log-status.failed{background:#fee2e2;color:#991b1b}.log-robot{font-weight:600;color:#2d3748}.log-action{padding:4px 10px;background:#fff;border-radius:12px;font-size:11px;font-weight:500;text-transform:uppercase}.log-time{color:#666;margin-left:auto}.log-duration{color:#10b981;font-weight:500}.log-details{font-size:12px;color:#666;font-family:Monaco,Courier New,monospace}@media (max-width: 1200px){.connect-robot-content{grid-template-columns:1fr}}@media (max-width: 768px){.connect-robot-header{flex-direction:column;gap:20px}.connect-robot-stats{width:100%;justify-content:space-around}.connect-robot-actions{flex-direction:column;gap:15px}.connections-grid{grid-template-columns:1fr}}.autonomous-learning-root{padding:20px;max-width:1400px;margin:0 auto}.autonomous-learning-header{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:20px;padding:30px;margin-bottom:30px;box-shadow:0 8px 32px #0000001a;display:flex;justify-content:space-between;align-items:center}.autonomous-learning-title-section{flex:1}.autonomous-learning-main-title{font-size:32px;font-weight:700;color:#2d3748;margin:0 0 10px;display:flex;align-items:center;gap:15px;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.autonomous-learning-icon{font-size:36px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.autonomous-learning-subtitle{font-size:16px;color:#4a5568;margin:0}.autonomous-learning-stats{display:flex;gap:30px}.autonomous-learning-stat{text-align:center;padding:15px 25px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014}.autonomous-learning-stat .stat-value{font-size:32px;font-weight:700;color:#a855f7;margin-bottom:5px}.autonomous-learning-stat .stat-label{font-size:14px;color:#666}.autonomous-learning-content{display:grid;grid-template-columns:1.2fr 1fr;gap:30px}.add-task-btn{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;box-shadow:0 2px 10px #a855f74d}.add-task-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #a855f766}.learning-tasks-section{background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 20px #00000014}.tasks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.task-card{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .3s ease;position:relative;overflow:hidden}.task-card:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#a855f7,#ec4899);opacity:0;transition:opacity .3s ease}.task-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001f;border-color:#a855f7}.task-card:hover:before{opacity:1}.task-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.task-type-icon{font-size:24px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.task-status{font-size:11px;padding:4px 10px;border-radius:12px;font-weight:600;text-transform:uppercase}.task-card h4{font-size:16px;font-weight:600;color:#2d3748;margin:0 0 15px}.task-progress{margin-bottom:15px}.task-progress .progress-label{display:flex;justify-content:space-between;font-size:13px;color:#666;margin-bottom:8px}.task-progress .progress-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.task-progress .progress-fill{height:100%;border-radius:4px;transition:width .5s ease}.task-mastery{display:flex;justify-content:space-between;font-size:13px;margin-bottom:15px;padding:10px;background:#f8fafc;border-radius:8px}.task-mastery .label{font-weight:500;color:#666}.task-mastery .value{font-weight:600;color:#a855f7}.task-footer{display:flex;justify-content:space-between;padding-top:15px;border-top:1px solid #e2e8f0;font-size:12px;color:#666}.related-count{color:#a855f7;font-weight:500}.capabilities-section{background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;gap:25px}.capability-radar{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:12px;padding:20px}.radar-title{font-size:18px;font-weight:600;color:#2d3748;margin-bottom:20px;text-align:center}.capabilities-list{display:flex;flex-direction:column;gap:15px}.capability-item{display:flex;flex-direction:column;gap:8px}.capability-info{display:flex;justify-content:space-between;align-items:center}.capability-name{font-size:14px;font-weight:600;color:#2d3748}.capability-trend{font-size:16px}.capability-bar{position:relative;height:30px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}.capability-fill{height:100%;border-radius:8px;transition:width .5s ease}.capability-score{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:14px;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.learning-path{background:linear-gradient(135deg,#fff7ed,#fed7aa);border-radius:12px;padding:20px}.learning-path h4{font-size:16px;font-weight:600;color:#2d3748;margin:0 0 20px}.path-steps{display:flex;align-items:center;justify-content:space-between;gap:10px}.path-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:15px 10px;background:#fff;border-radius:8px;border:2px solid #e2e8f0;transition:all .3s ease}.path-step.completed{background:#d1fae5;border-color:#10b981}.path-step.current{background:#dbeafe;border-color:#3b82f6;box-shadow:0 4px 15px #3b82f64d}.step-number{width:32px;height:32px;border-radius:50%;background:#e2e8f0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.path-step.completed .step-number{background:#10b981;color:#fff}.path-step.current .step-number{background:#3b82f6;color:#fff}.step-title{font-size:12px;font-weight:600;color:#2d3748;text-align:center}.path-arrow{font-size:20px;color:#cbd5e0;font-weight:600}.learning-suggestions{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;padding:20px}.learning-suggestions h4{font-size:16px;font-weight:600;color:#2d3748;margin:0 0 15px}.suggestion-list{display:flex;flex-direction:column;gap:12px}.suggestion-item{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;transition:all .3s ease}.suggestion-item:hover{transform:translate(5px);box-shadow:0 2px 10px #00000014}.suggestion-icon{font-size:20px;flex-shrink:0}.suggestion-item p{font-size:13px;color:#4a5568;margin:0;line-height:1.5}@media (max-width: 1200px){.autonomous-learning-content{grid-template-columns:1fr}}@media (max-width: 768px){.autonomous-learning-header{flex-direction:column;gap:20px}.autonomous-learning-stats{width:100%;justify-content:space-around}.tasks-grid{grid-template-columns:1fr}.path-steps{flex-direction:column}.path-arrow{transform:rotate(90deg)}}.telepathy-root{padding:20px;max-width:1400px;margin:0 auto}.telepathy-header{background:linear-gradient(135deg,#fff1f2,#fce7f3);border-radius:20px;padding:30px;margin-bottom:30px;box-shadow:0 8px 32px #0000001a;display:flex;justify-content:space-between;align-items:center}.telepathy-title-section{flex:1}.telepathy-main-title{font-size:32px;font-weight:700;color:#2d3748;margin:0 0 10px;display:flex;align-items:center;gap:15px;background:linear-gradient(135deg,#ec4899,#f43f5e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.telepathy-icon{font-size:36px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.telepathy-subtitle{font-size:16px;color:#4a5568;margin:0}.telepathy-stats{display:flex;gap:30px}.telepathy-stat{text-align:center;padding:15px 25px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014}.telepathy-stat .stat-value{font-size:32px;font-weight:700;color:#ec4899;margin-bottom:5px}.telepathy-stat .stat-label{font-size:14px;color:#666}.telepathy-input-section{background:#fff;border-radius:16px;padding:25px;margin-bottom:30px;box-shadow:0 4px 20px #00000014}.telepathy-input-section h3{font-size:20px;font-weight:600;color:#2d3748;margin:0 0 20px}.input-group{display:flex;gap:15px}.text-input{flex:1;padding:15px;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;font-family:inherit;resize:vertical;transition:border-color .3s ease}.text-input:focus{outline:none;border-color:#ec4899;box-shadow:0 0 0 3px #ec48991a}.analyze-btn{padding:15px 30px;background:linear-gradient(135deg,#ec4899,#f43f5e);color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:15px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #ec48994d;white-space:nowrap}.analyze-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ec489966}.analyze-btn:disabled{opacity:.6;cursor:not-allowed}.telepathy-content{display:grid;grid-template-columns:1.5fr 1fr;gap:30px;margin-bottom:30px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e2e8f0}.section-header h3{font-size:20px;font-weight:600;color:#2d3748;margin:0}.confidence-badge{font-size:13px;padding:6px 14px;background:#fce7f3;color:#be185d;border-radius:12px;font-weight:600}.emotion-spectrum-section{background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 20px #00000014}.emotion-wheel{display:flex;flex-direction:column;gap:12px;margin-bottom:25px}.emotion-item{display:flex;flex-direction:column;gap:8px}.emotion-header{display:flex;align-items:center;gap:10px}.emotion-icon{font-size:24px;width:32px;text-align:center}.emotion-label{font-size:14px;font-weight:600;color:#2d3748;flex:1}.emotion-value{font-size:14px;font-weight:600;color:#666;min-width:40px;text-align:right}.emotion-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.emotion-fill{height:100%;border-radius:4px;transition:width .5s ease}.sentiment-overall{display:flex;align-items:center;gap:20px;padding:20px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px;margin-top:20px}.sentiment-icon{font-size:48px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.sentiment-text{flex:1}.sentiment-label{font-size:13px;color:#78350f;margin-bottom:4px}.sentiment-value{font-size:20px;font-weight:700;color:#78350f}.sentiment-score{font-size:32px;font-weight:700;color:#78350f}.analysis-panel{display:flex;flex-direction:column;gap:20px}.analysis-panel>div{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 20px #00000014}.analysis-panel h4{font-size:16px;font-weight:600;color:#2d3748;margin:0 0 15px}.intent-content{display:flex;align-items:center;gap:15px;padding:15px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:8px}.intent-icon{font-size:32px}.intent-content p{font-size:14px;color:#1e40af;margin:0;font-weight:500;line-height:1.5}.behavior-tags{display:flex;flex-wrap:wrap;gap:8px}.behavior-tag{padding:8px 14px;background:linear-gradient(135deg,#fce7f3,#fbcfe8);color:#be185d;border-radius:12px;font-size:13px;font-weight:500}.cognitive-meter,.flow-meter{display:flex;flex-direction:column;gap:12px}.meter-bar{height:30px;background:#e2e8f0;border-radius:8px;overflow:hidden}.meter-fill{height:100%;border-radius:8px;transition:width .5s ease}.meter-label{display:flex;justify-content:space-between;font-size:14px;font-weight:600;color:#2d3748}.meter-desc{color:#666;font-weight:500}.meter-circle{width:150px;height:150px;border-radius:50%;margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative}.meter-inner{width:110px;height:110px;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000001a}.meter-value{font-size:32px;font-weight:700;color:#ec4899}.meter-label-small{font-size:12px;color:#666;text-align:center}.sync-metrics{display:flex;flex-direction:column;gap:12px}.sync-item{display:flex;justify-content:space-between;padding:12px;background:#f8fafc;border-radius:8px}.sync-label{font-size:14px;color:#666;font-weight:500}.sync-value{font-size:16px;font-weight:700;color:#ec4899}.sync-trend{display:flex;align-items:center;gap:10px;padding:12px;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:8px;margin-top:8px}.trend-icon{font-size:20px}.trend-text{font-size:14px;color:#065f46;font-weight:600}.tech-note{background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 20px #00000014;border-left:5px solid #ec4899}.tech-note h4{font-size:18px;font-weight:600;color:#2d3748;margin:0 0 20px}.tech-items{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.tech-item{padding:15px;background:#f8fafc;border-radius:8px;font-size:13px;color:#4a5568;line-height:1.6}.tech-item strong{color:#ec4899;display:block;margin-bottom:5px}@media (max-width: 1200px){.telepathy-content,.tech-items{grid-template-columns:1fr}}@media (max-width: 768px){.telepathy-header{flex-direction:column;gap:20px}.telepathy-stats{width:100%;justify-content:space-around}.input-group{flex-direction:column}.meter-circle{width:120px;height:120px}.meter-inner{width:90px;height:90px}.meter-value{font-size:24px}}.mission-implantation-root{padding:20px;max-width:1400px;margin:0 auto}.mission-implantation-header{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-radius:20px;padding:30px;margin-bottom:30px;box-shadow:0 8px 32px #0000001a;display:flex;justify-content:space-between;align-items:center}.mission-implantation-title-section{flex:1}.mission-implantation-main-title{font-size:32px;font-weight:700;color:#2d3748;margin:0 0 10px;display:flex;align-items:center;gap:15px;background:linear-gradient(135deg,#7c3aed,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mission-implantation-icon{font-size:36px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.mission-implantation-subtitle{font-size:16px;color:#4a5568;margin:0}.mission-implantation-stats{display:flex;gap:30px}.mission-implantation-stat{text-align:center;padding:15px 25px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014}.mission-implantation-stat .stat-value{font-size:32px;font-weight:700;color:#7c3aed;margin-bottom:5px}.mission-implantation-stat .stat-label{font-size:14px;color:#666}.view-switcher{display:flex;gap:15px;margin-bottom:30px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014}.view-btn{flex:1;padding:12px 20px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:15px;font-weight:600;transition:all .3s ease}.view-btn.active{background:linear-gradient(135deg,#7c3aed,#3b82f6);color:#fff;border-color:#7c3aed;box-shadow:0 4px 15px #7c3aed4d}.view-btn:hover:not(.active){background:linear-gradient(135deg,#e2e8f0,#cbd5e0);transform:translateY(-2px)}.mission-implantation-content{min-height:400px}.view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.view-header h3{font-size:24px;font-weight:600;color:#2d3748;margin:0}.add-btn{background:linear-gradient(135deg,#7c3aed,#3b82f6);color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;box-shadow:0 2px 10px #7c3aed4d}.add-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #7c3aed66}.missions-view{background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 20px #00000014}.missions-list{display:flex;flex-direction:column;gap:20px}.mission-card{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:12px;padding:25px;transition:all .3s ease;position:relative;overflow:hidden}.mission-card:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#7c3aed,#3b82f6)}.mission-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001f}.mission-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.mission-title-group{display:flex;flex-direction:column;gap:10px;flex:1}.mission-title-group h4{font-size:20px;font-weight:600;color:#2d3748;margin:0}.mission-category{font-size:12px;padding:4px 12px;border-radius:12px;font-weight:600;display:inline-block;text-transform:uppercase}.mission-meta{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.mission-status{font-size:13px;padding:6px 12px;border-radius:12px;font-weight:500}.mission-status.status-active{background:#d1fae5;color:#065f46}.mission-status.status-suspended{background:#fef3c7;color:#92400e}.mission-status.status-completed{background:#e0e7ff;color:#3730a3}.ethics-score{font-size:13px;font-weight:600;color:#7c3aed}.mission-description{font-size:15px;color:#4a5568;line-height:1.6;margin:0 0 20px}.mission-constraints{margin-bottom:20px}.mission-constraints h5{font-size:14px;font-weight:600;color:#2d3748;margin:0 0 10px}.mission-constraints ul{margin:0;padding-left:20px}.mission-constraints li{font-size:13px;color:#4a5568;margin-bottom:6px;line-height:1.5}.mission-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #e2e8f0;font-size:13px}.priority-badge{padding:6px 12px;border-radius:12px;font-weight:600}.created-date{color:#666}.ethics-view{display:flex;flex-direction:column;gap:30px}.ethics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 20px #00000014}.ethics-card{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .3s ease}.ethics-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.ethics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.ethics-header h4{font-size:16px;font-weight:600;color:#2d3748;margin:0;flex:1}.ethics-badge-group{display:flex;align-items:center;gap:10px}.rule-type{font-size:11px;padding:4px 10px;border-radius:12px;font-weight:600;text-transform:uppercase}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e0;transition:.4s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#10b981}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.ethics-description{font-size:14px;color:#4a5568;line-height:1.6;margin:0 0 15px}.affected-components{margin-bottom:15px}.affected-components .label{font-size:12px;color:#666;font-weight:500;display:block;margin-bottom:8px}.component-tags{display:flex;flex-wrap:wrap;gap:6px}.component-tag{font-size:11px;padding:4px 10px;background:#f0f9ff;color:#1e40af;border:1px solid #3b82f6;border-radius:12px;font-weight:500}.ethics-footer{padding-top:12px;border-top:1px solid #e2e8f0}.priority-indicator{font-size:14px;color:#fbbf24}.ethics-boundary{background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 20px #00000014}.ethics-boundary h4{font-size:20px;font-weight:600;color:#2d3748;margin:0 0 20px}.boundary-zones{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.zone{padding:20px;border-radius:12px;text-align:center;transition:all .3s ease}.zone:hover{transform:translateY(-3px);box-shadow:0 4px 15px #00000026}.zone-never{background:linear-gradient(135deg,#fee2e2,#fecaca);border:2px solid #ef4444}.zone-avoid{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b}.zone-should{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:2px solid #3b82f6}.zone-must{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:2px solid #10b981}.zone-header{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:10px}.zone-icon{font-size:32px}.zone-label{font-size:14px;font-weight:600;color:#2d3748}.zone p{font-size:12px;color:#4a5568;margin:0;line-height:1.4}.values-view{display:flex;flex-direction:column;gap:30px}.values-radar{background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 20px #00000014}.values-radar h4{font-size:20px;font-weight:600;color:#2d3748;margin:0 0 25px;text-align:center}.values-list{display:flex;flex-direction:column;gap:20px}.value-item{display:flex;flex-direction:column;gap:8px}.value-info{display:flex;justify-content:space-between;align-items:center}.value-name{font-size:15px;font-weight:600;color:#2d3748}.value-weight{font-size:16px;font-weight:700;color:#7c3aed}.value-bar{height:12px;background:#e2e8f0;border-radius:6px;overflow:hidden}.value-fill{height:100%;border-radius:6px;transition:width .5s ease}.value-desc{font-size:13px;color:#666;margin:0;font-style:italic}.conflict-resolution{background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 20px #00000014}.conflict-resolution h4{font-size:20px;font-weight:600;color:#2d3748;margin:0 0 20px}.conflict-scenarios{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.scenario-card{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:12px;padding:20px;transition:all .3s ease}.scenario-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #f59e0b4d}.scenario-card h5{font-size:16px;font-weight:600;color:#78350f;margin:0 0 12px}.resolution{font-size:13px;color:#78350f;line-height:1.6;margin:0}.resolution strong{font-weight:600}.behavior-scoring{background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 20px #00000014}.behavior-scoring h4{font-size:20px;font-weight:600;color:#2d3748;margin:0 0 20px}.scoring-system{display:grid;grid-template-columns:1fr 1.5fr;gap:30px}.score-display{display:flex;flex-direction:column;gap:20px;align-items:center}.score-circle{width:160px;height:160px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#3b82f6);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 25px #7c3aed4d}.score-value{font-size:48px;font-weight:700;color:#fff}.score-label{font-size:14px;color:#fff;opacity:.9}.score-breakdown{width:100%;display:flex;flex-direction:column;gap:12px}.score-item{display:flex;justify-content:space-between;padding:12px;background:#f8fafc;border-radius:8px}.score-item .label{font-size:14px;color:#666;font-weight:500}.score-item .value{font-size:16px;font-weight:700;color:#7c3aed}.scoring-note{padding:20px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:12px;border-left:4px solid #3b82f6}.scoring-note p{font-size:15px;color:#1e40af;margin:0 0 12px;font-weight:600}.scoring-note ul{margin:0;padding-left:20px}.scoring-note li{font-size:13px;color:#1e40af;margin-bottom:8px;line-height:1.6}@media (max-width: 1200px){.boundary-zones{grid-template-columns:repeat(2,1fr)}.scoring-system{grid-template-columns:1fr}}@media (max-width: 768px){.mission-implantation-header{flex-direction:column;gap:20px}.mission-implantation-stats{width:100%;justify-content:space-around}.view-switcher{flex-direction:column}.boundary-zones,.conflict-scenarios{grid-template-columns:1fr}}.self-evolution-root{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.self-evolution-content{padding:20px;max-width:1400px;margin:0 auto}.self-evolution-tab-placeholder{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:20px;padding:60px 40px;box-shadow:0 8px 32px #0000001a;text-align:center}.self-evolution-tab-placeholder .placeholder-icon{font-size:80px;margin-bottom:30px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.self-evolution-tab-placeholder h2{font-size:36px;font-weight:700;color:#2d3748;margin:0 0 20px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.self-evolution-tab-placeholder p{font-size:18px;color:#4a5568;margin:0 0 15px;line-height:1.6;max-width:600px}.self-evolution-tab-placeholder .placeholder-hint{font-size:16px;color:#999;margin-top:30px;padding:12px 24px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:25px;display:inline-block}@media (max-width: 768px){.self-evolution-content{padding:15px}.self-evolution-tab-placeholder{padding:40px 20px;min-height:50vh}.self-evolution-tab-placeholder .placeholder-icon{font-size:60px}.self-evolution-tab-placeholder h2{font-size:28px}.self-evolution-tab-placeholder p{font-size:16px}}
