#root{max-width:none!important;width:100%}.App{min-height:100vh;width:100%}.App.facilitator-mode{display:block}.container{box-sizing:border-box;width:100%}.header{align-items:center;color:#fff;display:flex;justify-content:space-between;margin-bottom:30px}.header h1{font-size:28px;font-weight:600}.logout-btn{background:#fff3;border:1px solid #ffffff4d;transition:all .3s ease}.logout-btn:hover{background:#ffffff4d;border-color:#ffffff80}.form-card{background:#fff;border-radius:8px;box-shadow:0 20px 60px #0000004d;padding:40px}.form-title{color:#333;font-size:24px;font-weight:600;margin-bottom:30px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px}.form-group label .required{color:#e74c3c}.form-group input[type=email],.form-group input[type=number],.form-group input[type=password],.form-group input[type=text],.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;padding:12px;transition:border-color .3s ease;width:100%}.form-group input[type=email]:focus,.form-group input[type=number]:focus,.form-group input[type=password]:focus,.form-group input[type=text]:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:100px;resize:vertical}.char-count{color:#999;font-size:12px;margin-top:4px}.char-count.warning{color:#f39c12}.char-count.error{color:#e74c3c}.multi-select{border:1px solid #ddd;border-radius:4px;max-height:200px;overflow-y:auto;padding:8px}.multi-select-item{border-radius:4px;cursor:pointer;font-size:14px;margin-bottom:4px;padding:8px}.multi-select-item:hover{background:#f5f5f5}.multi-select-item input[type=checkbox]{cursor:pointer;margin-right:8px}.selection-count{color:#667eea;font-size:12px;font-weight:500;margin-top:8px}.radio-group{display:flex;gap:20px;margin-top:10px}.radio-option{align-items:center;display:flex}.radio-option input[type=radio]{cursor:pointer;margin-right:8px}.radio-option label{cursor:pointer;font-weight:400;margin:0}.error-message{color:#e74c3c;font-size:13px;margin-top:4px}.form-error{background:#fadbd8;border:1px solid #f5b7b1;border-radius:4px;color:#c0392b}.form-error,.form-success{font-size:14px;margin-bottom:20px;padding:12px}.form-success{background:#d5f4e6;border:1px solid #a9dfbf;border-radius:4px;color:#186a3b}.form-actions{display:flex;gap:12px;margin-top:30px}.loading{animation:spin 1s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.form-container{padding:20px}.form-subtitle{color:#666;font-size:14px;font-weight:400;margin-bottom:20px}.success-banner{background:#d5f4e6;border:1px solid #a9dfbf;color:#186a3b;font-size:14px;padding:12px}.character-counter{color:#999;font-size:12px;margin-top:4px;text-align:right}.error-text{color:#e74c3c;font-size:12px;margin-top:4px}.input-error{background-color:#fadbd8!important;border-color:#e74c3c!important}.checkbox-group{background:#f9f9f9;border:1px solid #ddd;border-radius:4px;padding:12px}.checkbox-group label{align-items:center;cursor:pointer;display:flex;font-weight:400;margin-bottom:0}.checkbox-group input[type=checkbox]{cursor:pointer;margin-right:8px;width:auto}.hypotheses-list{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.hypothesis-item{align-items:center;display:flex;gap:8px}.hypothesis-item input[type=text]{flex:1 1}.btn-remove-hypothesis{background:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:8px 12px;transition:all .3s ease}.btn-remove-hypothesis:hover{background:#c0392b}.btn-add-hypothesis{background:#667eea;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-top:8px;padding:10px 16px;transition:all .3s ease}.btn-add-hypothesis:hover{background:#5568d3}.hint{color:#999;font-size:12px;font-weight:400;margin-left:8px}@media (max-width:600px){.form-card{padding:24px}.form-title{font-size:20px}.form-actions,.header{flex-direction:column}.header{gap:16px;text-align:center}.hypothesis-item{flex-direction:column}.btn-remove-hypothesis{width:100%}}:root{--primary-green:#8fc5b2;--dark-text:#2c2c2c;--white:#fff;--gold-accent:#c4a662;--light-gray:#f5f5f5;--border-gray:#e0e0e0;--teal:#6ba69e;--dark-navy:#1a1a1a}*{box-sizing:border-box;margin:0;padding:0}body{color:#2c2c2c;color:var(--dark-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.landing-page{overflow-x:hidden;width:100%}.container{margin:0 auto;max-width:1200px;padding:0 20px}.landing-header{background:#fff;background:var(--white);border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border-gray);box-shadow:0 2px 8px #0000000d;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.logo-section{align-items:center;cursor:pointer;display:flex;gap:12px}.logo-image{height:80px;transition:all .3s ease;width:auto}.logo-image:hover{opacity:.8;transform:scale(1.02)}.signin-btn-header{background:#8fc5b2;background:var(--primary-green);border:none;border-radius:6px;color:#fff;color:var(--white);cursor:pointer;font-size:14px;font-weight:600;margin-left:auto;padding:10px 24px;transition:all .3s ease}.signin-btn-header:hover{background:#6ba69e;background:var(--teal);box-shadow:0 4px 12px #8fc5b233;transform:translateY(-2px)}.hero{grid-gap:60px;align-items:center;background:linear-gradient(135deg,#8fc5b2,#6ba69e);background:linear-gradient(135deg,var(--primary-green) 0,var(--teal) 100%);display:grid;gap:60px;grid-template-columns:1fr 1fr;min-height:600px;padding:100px 20px}.hero-content{color:#fff;color:var(--white)}.hero-title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:20px;text-shadow:0 2px 8px #0000001a}.hero-subtitle{font-size:18px;line-height:1.6;margin-bottom:40px;opacity:.95}.hero-cta{background:#c4a662;background:var(--gold-accent);border:none;border-radius:6px;color:#1a1a1a;color:var(--dark-navy);cursor:pointer;font-size:16px;font-weight:600;padding:16px 40px;transition:all .3s ease}.hero-cta:hover{background:#b39650;box-shadow:0 8px 20px #0003;transform:translateY(-2px)}.hero-visual{align-items:center;display:flex;justify-content:center;perspective:1000px}.hero-circle{animation:float 6s ease-in-out infinite;background:#ffffff1a;border:3px solid #fff;border:3px solid var(--white);border-radius:50%;height:300px;position:relative;width:300px}.hero-circle:before{background:#ffffff26;border:2px solid #fff3;border-radius:50%;content:"";height:60%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.problem-solution{background:#f5f5f5;background:var(--light-gray);padding:80px 20px}.ps-grid{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 80px 1fr}.ps-card{background:#fff;background:var(--white);border-radius:8px;box-shadow:0 2px 12px #00000014;padding:40px}.ps-card h3{color:#8fc5b2;color:var(--primary-green);font-size:24px;margin-bottom:20px}.ps-card ul{list-style:none}.ps-card li{border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border-gray);padding:10px 0 10px 25px;position:relative}.ps-card li:last-child{border-bottom:none}.ps-card li:before{color:#c4a662;color:var(--gold-accent);content:"•";font-weight:700;left:0;position:absolute}.problem li:before{color:#e74c3c;content:"✗"}.solution li:before{color:#27ae60;content:"✓"}.ps-divider{background:linear-gradient(180deg,#0000,#8fc5b2,#0000);background:linear-gradient(to bottom,#0000,var(--primary-green),#0000);height:60%;width:2px}.how-it-works{background:#fff;background:var(--white);padding:80px 20px}.how-it-works h2{color:#2c2c2c;color:var(--dark-text);font-size:36px;margin-bottom:10px;text-align:center}.section-subtitle{color:#666;font-size:16px;margin-bottom:50px;text-align:center}.stages-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(5,1fr)}.stage-card{background:linear-gradient(135deg,#f9f9f9,#f5f5f5);background:linear-gradient(135deg,#f9f9f9 0,var(--light-gray) 100%);border:2px solid #0000;border-radius:8px;padding:30px 20px;position:relative;text-align:center;transition:all .3s ease}.stage-card:hover{border-color:#8fc5b2;border-color:var(--primary-green);box-shadow:0 8px 24px #8fc5b226;transform:translateY(-4px)}.stage-number{align-items:center;background:#8fc5b2;background:var(--primary-green);border-radius:50%;color:#fff;color:var(--white);display:flex;font-size:18px;font-weight:700;height:40px;justify-content:center;margin:0 auto 15px;width:40px}.stage-card h4{color:#2c2c2c;color:var(--dark-text);font-size:18px;margin-bottom:10px}.stage-card p{color:#666;font-size:14px;line-height:1.5}.stage-arrow{color:#c4a662;color:var(--gold-accent);font-size:24px;position:absolute;right:-18px;top:50%;transform:translateY(-50%)}@media (max-width:1024px){.stages-container{grid-template-columns:repeat(2,1fr)}.stage-arrow{display:none}}.benefits{background:#f5f5f5;background:var(--light-gray);padding:80px 20px}.benefits h2{color:#2c2c2c;color:var(--dark-text);font-size:36px;margin-bottom:50px;text-align:center}.benefits-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.benefit-card{background:#fff;background:var(--white);border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:30px;text-align:center;transition:all .3s ease}.benefit-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-4px)}.benefit-icon{font-size:40px;margin-bottom:15px}.benefit-card h4{color:#8fc5b2;color:var(--primary-green);font-size:18px;margin-bottom:10px}.benefit-card p{color:#666;font-size:14px;line-height:1.6}@media (max-width:768px){.benefits-grid{grid-template-columns:1fr}}.cta-section{background:#1a1a1a;background:var(--dark-navy);padding:80px 20px;text-align:center}.cta-section h2{color:#fff;color:var(--white);font-size:36px;margin-bottom:30px}.cta-btn{background:#c4a662;background:var(--gold-accent);border:none;border-radius:6px;color:#1a1a1a;color:var(--dark-navy);cursor:pointer;font-size:16px;font-weight:600;padding:16px 50px;transition:all .3s ease}.cta-btn:hover{background:#b39650;box-shadow:0 8px 20px #c4a6624d;transform:scale(1.05)}.landing-footer{background:#2c2c2c;color:#fff;color:var(--white);margin-top:0;padding:60px 20px 30px}.footer-content{grid-gap:50px;display:grid;gap:50px;grid-template-columns:2fr 1fr 1fr 1.2fr;margin-bottom:40px}.footer-left{display:flex;flex-direction:column;gap:12px}.footer-logo{align-items:center;color:#c4a662;color:var(--gold-accent);display:flex;font-size:18px;font-weight:600;gap:8px}.footer-description{color:#ccc;font-size:13px;line-height:1.6;opacity:.8}.footer-section{display:flex;flex-direction:column;gap:15px}.footer-section h4{border-bottom:2px solid #c4a662;border-bottom:2px solid var(--gold-accent);color:#fff;color:var(--white);font-size:14px;font-weight:600;letter-spacing:.5px;padding-bottom:10px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.footer-section ul{display:flex;flex-direction:column;gap:8px;list-style:none}.footer-section li{font-size:13px}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#c4a662;color:var(--gold-accent)}.contact-list{gap:12px}.contact-list li{align-items:center;display:flex;gap:8px}.social-links{display:flex;gap:12px;margin-top:15px}.social-links a{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;font-size:14px;height:32px;justify-content:center;transition:all .3s ease;width:32px}.social-links a:hover{background:#c4a662;background:var(--gold-accent);color:#2c2c2c}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;font-size:12px;justify-content:space-between;opacity:.7;padding-top:30px}.footer-legal{display:flex;gap:25px}.footer-legal a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#c4a662;color:var(--gold-accent)}@media (max-width:1024px){.footer-content{gap:30px;grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer-content{gap:30px;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:15px;text-align:center}.footer-legal{justify-content:center}}.signin-overlay{align-items:center;background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.signin-modal{animation:slideUp .3s ease;background:#fff;background:var(--white);border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:400px;padding:40px;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.close-btn{background:none;border:none;color:#999;cursor:pointer;font-size:24px;position:absolute;right:15px;top:15px;transition:color .2s ease}.close-btn:hover{color:#2c2c2c;color:var(--dark-text)}.signin-header{margin-bottom:30px;text-align:center}.signin-logo-circle{height:50px;margin:0 auto 15px;position:relative;width:50px}.signin-logo-circle .circle{border-radius:50%;position:absolute}.signin-logo-circle .circle-1{border:3px solid #1a1a1a;border:3px solid var(--dark-navy);height:44px;left:3px;top:3px;width:44px}.signin-logo-circle .circle-2{border:2px solid #6ba69e;border:2px solid var(--teal);height:32px;left:9px;top:9px;width:32px}.signin-logo-circle .circle-3{background:#c4a662;background:var(--gold-accent);height:20px;left:15px;top:15px;width:20px}.signin-header h2{color:#2c2c2c;color:var(--dark-text);font-size:24px;margin-bottom:8px}.signin-header p{color:#666;font-size:14px}.signin-form{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.form-group{gap:8px}.form-group label{color:#2c2c2c;color:var(--dark-text);font-weight:600}.form-group input{border:1px solid #e0e0e0;border:1px solid var(--border-gray);border-radius:6px;font-size:14px;padding:12px 14px;transition:border-color .2s ease}.form-group input:focus{border-color:#8fc5b2;border-color:var(--primary-green);box-shadow:0 0 0 3px #8fc5b21a;outline:none}.signin-error{background:#fee;border-radius:6px;color:#c33;font-size:14px;padding:12px;text-align:center}.signin-submit{background:#8fc5b2;background:var(--primary-green);border:none;border-radius:6px;color:#fff;color:var(--white);cursor:pointer;font-size:16px;font-weight:600;padding:12px;transition:all .3s ease}.signin-submit:hover:not(:disabled){background:#6ba69e;background:var(--teal);box-shadow:0 4px 12px #8fc5b233;transform:translateY(-2px)}.signin-submit:disabled{cursor:not-allowed;opacity:.7}.signin-footer{color:#999;font-size:13px;text-align:center}@media (max-width:768px){.hero{grid-template-columns:1fr;min-height:auto;padding:60px 20px}.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.hero-circle{height:200px;width:200px}.ps-grid{grid-template-columns:1fr}.ps-divider{display:none}.benefits h2,.cta-section h2,.how-it-works h2{font-size:28px}}.config-detail-container{background:#fff;border-radius:8px;box-shadow:0 20px 60px #0000004d;padding:40px}.detail-header{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:30px}.detail-header h1{color:#333;flex:1 1;font-size:28px;margin:0}.back-button{background:#f5f5f5;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .3s ease;white-space:nowrap}.back-button:hover{background:#ebebeb;border-color:#ccc}.detail-card{background:#fafafa;border:1px solid #eee;border-radius:8px;margin-bottom:30px;padding:30px}.section{border-bottom:1px solid #eee;margin-bottom:30px;padding-bottom:20px}.section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.title-section{align-items:center;display:flex;gap:15px;justify-content:space-between}.title-section h2{color:#333;flex:1 1;font-size:24px;font-weight:600;margin:0}.status-badge{color:#fff;padding:8px 16px}.section-title{color:#333;font-size:16px;font-weight:600;margin:0 0 16px}.description-text{color:#666;font-size:15px;line-height:1.6;margin:0}.info-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-item{gap:6px}.info-label{color:#999;font-size:13px;letter-spacing:.5px}.info-value{background:#fff;border:1px solid #ddd;border-radius:4px;color:#333;font-family:Courier New,monospace;font-size:14px;padding:8px 12px;word-break:break-all}.members-list{border-top:1px solid #eee;margin-top:20px;padding-top:20px}.member-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.member-tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;font-family:Courier New,monospace;font-size:12px;padding:6px 12px;word-break:break-all}.raw-data{background:#fff;border:1px solid #ddd;border-radius:4px;color:#333;font-size:12px;line-height:1.4;max-height:400px;overflow-x:auto;overflow-y:auto;padding:16px}.error-banner{background:#fadbd8;border:1px solid #f5b7b1;font-size:14px;padding:12px}.action-buttons{display:flex;gap:12px;margin-top:30px}.btn{flex:1 1;padding:12px 24px;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.btn-primary:hover:not(:disabled){box-shadow:0 10px 20px #667eea4d;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.5}.btn-secondary{background:#f5f5f5;border:1px solid #ddd;color:#333}.btn-secondary:hover{background:#ebebeb}.btn:disabled{opacity:.5}@media (max-width:600px){.config-detail-container{padding:24px}.detail-header{align-items:stretch;flex-direction:column}.detail-header h1{font-size:22px;text-align:center}.back-button{width:100%}.detail-card{padding:20px}.info-grid{grid-template-columns:1fr}.action-buttons,.title-section{flex-direction:column}.title-section{align-items:flex-start}.raw-data{font-size:11px}}.journeys-list-container{background:#fff;border-radius:8px;box-shadow:0 20px 60px #0000004d;padding:40px}.list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.list-header h2{color:#333;font-size:24px;font-weight:600;margin:0}.back-btn{background:#f5f5f5;border:1px solid #ddd;border-radius:4px;color:#333;font-size:14px;font-weight:500;transition:all .3s ease}.back-btn:hover{background:#ebebeb;border-color:#ccc}.create-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .3s ease}.create-btn:hover{box-shadow:0 10px 20px #667eea4d;transform:translateY(-2px)}.loading{color:#999}.error-message{background:#fadbd8;border:1px solid #f5b7b1;border-radius:4px;color:#c0392b;font-size:14px;margin-bottom:20px;padding:12px}.empty-state{padding:60px 20px}.empty-state p{color:#999;font-size:16px;margin-bottom:20px}.journey-card{background:#f9f9f9;border:1px solid #ddd;transition:all .3s ease}.journey-card:hover{border-color:#667eea;box-shadow:0 10px 30px #0000001a;transform:translateY(-4px)}.card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.card-header h3{color:#333;flex:1 1;font-size:16px;font-weight:600;margin:0;word-break:break-word}.status-badge{margin-left:8px}.status-active{background:#d5f4e6;color:#186a3b}.status-inactive{background:#f5f5f5;color:#666}.status-completed{background:#d6eaf8;color:#0c3a7f}.card-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:13px;line-height:1.5;margin:0 0 16px;max-height:60px;overflow:hidden;text-overflow:ellipsis}.card-details{border-bottom:1px solid #eee;border-top:1px solid #eee;display:flex;flex-direction:column;gap:8px;margin-bottom:16px;padding:16px 0}.detail-item{display:flex;font-size:13px;justify-content:space-between}.detail-item .label{color:#999;font-weight:500}.detail-item .value{color:#333;font-weight:500}.card-footer{display:flex;gap:8px}.view-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:4px;color:#fff;cursor:pointer;flex:1 1;font-size:13px;font-weight:500;padding:10px 16px;transition:all .3s ease}.view-btn:hover{box-shadow:0 5px 15px #667eea4d;transform:translateY(-2px)}@media (max-width:600px){.journeys-list-container{padding:24px}.list-header{align-items:stretch;flex-direction:column;gap:12px}.list-header h2{text-align:center}.back-btn{width:100%}.journeys-grid{grid-template-columns:1fr}.card-header{flex-direction:column}.status-badge{margin-left:0;margin-top:8px}}.facilitator-journey-detail{background:#f5f7fa;box-sizing:border-box;min-height:100vh;padding:32px 8px;width:100%}.detail-header{margin-bottom:32px}.back-btn{align-items:center;background:#fff;border:1px solid #bdc3c7;border-radius:5px;color:#2c3e50;cursor:pointer;display:inline-flex;font-size:.95em;gap:8px;margin-bottom:24px;padding:10px 20px;transition:all .3s}.back-btn:hover{background:#ecf0f1;border-color:#95a5a6}.detail-header h1{color:#2c3e50;font-size:1.8em;font-weight:600;margin:0 0 6px}.detail-header .subtitle{color:#7f8c8d;font-size:1em;margin:0}.tabs-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.tabs{background:#f8f9fa;border-bottom:2px solid #ecf0f1;display:flex;flex-wrap:wrap;gap:0}.tab{background:#0000;border:none;border-bottom:3px solid #0000;color:#7f8c8d;cursor:pointer;font-size:.95em;font-weight:500;margin-bottom:-2px;padding:14px 24px;transition:all .3s;white-space:nowrap}.tab:hover{background:#ecf0f1;color:#3498db}.tab.active{background:#fff;border-bottom-color:#3498db;color:#3498db}.tab-content{min-height:auto;padding:28px}.tab-panel{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.overview-panel{animation:fadeIn .3s ease-in}.overview-section{margin-bottom:20px}.overview-section h3{color:#2c3e50;font-size:1.05em;font-weight:600;margin:0 0 20px}.overview-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.overview-item{background:#f8f9fa;border-left:4px solid #3498db;border-radius:6px;padding:12px}.overview-item label{color:#7f8c8d;display:block;font-size:.85em;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.overview-item p{color:#2c3e50;font-size:1em;margin:0;word-break:break-word}.stage-badge{background:#ecf0f1;border-radius:12px;color:#2c3e50;display:inline-block;font-size:.9em;font-weight:500;padding:4px 12px}.team-section{margin-bottom:32px}.team-section h3{color:#2c3e50;font-size:1.1em;font-weight:600;margin-bottom:20px}.team-list{background:#f8f9fa;border-radius:6px;overflow:hidden}.team-member{align-items:center;border-bottom:1px solid #ecf0f1;display:flex;justify-content:space-between;padding:18px 20px}.team-member:last-child{border-bottom:none}.member-info{flex:1 1}.member-name{color:#2c3e50;font-weight:600;margin-bottom:3px}.member-email{color:#95a5a6;font-size:.85em;margin-bottom:5px}.member-role{color:#7f8c8d;font-size:.9em}.member-actions{display:flex;gap:8px}.action-btn{background:none;border:none;border-radius:4px;cursor:pointer;font-size:1.2em;padding:5px 8px;transition:background .2s}.action-btn:hover{background:#ecf0f1}.action-btn.delete-btn:hover{background:#ffe6e6}.team-actions{margin-top:20px}.btn{border-radius:5px;font-size:.95em;padding:10px 20px;transition:all .3s}.btn-primary{background:#3498db}.btn-primary:hover:not(:disabled){background:#2980b9}.btn-secondary{background:#ecf0f1;border:1px solid #bdc3c7;color:#2c3e50}.btn-secondary:hover:not(:disabled){background:#bdc3c7}.btn:disabled{cursor:not-allowed;opacity:.6}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;max-height:80vh;max-width:450px;overflow-y:auto;padding:30px;width:90%}.modal h3{color:#2c3e50;font-size:1.3em;font-weight:600;margin:0 0 20px}.search-section{margin-bottom:20px}.search-section label{color:#7f8c8d;display:block;font-weight:500;margin-bottom:8px}.search-section input{border:1px solid #bdc3c7;border-radius:5px;box-sizing:border-box;font-family:inherit;font-size:1em;padding:10px;width:100%}.search-section input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.users-list{border:1px solid #ecf0f1;border-radius:5px;margin-bottom:20px;max-height:300px;overflow-y:auto}.user-option{align-items:center;border-bottom:1px solid #ecf0f1;cursor:pointer;display:flex;padding:12px 15px;transition:background .2s}.user-option:last-child{border-bottom:none}.user-option:hover{background:#f8f9fa}.user-option.selected{background:#e3f2fd}.user-details{flex:1 1}.user-name{color:#2c3e50;font-weight:600;margin-bottom:3px}.user-email{color:#7f8c8d;font-size:.85em}.user-option input[type=radio]{margin-left:10px}.empty-results{font-size:.95em;padding:20px}.empty,.empty-results{color:#7f8c8d;text-align:center}.empty{padding:30px}.modal-actions{display:flex;gap:10px;justify-content:flex-end}.ideas-panel{animation:fadeIn .3s ease-in}.ideas-section{margin-bottom:0}.ideas-section h3{color:#2c3e50;font-size:1.05em;font-weight:600;margin:0 0 20px}.ideas-list{display:flex;flex-direction:column;gap:20px}.idea-item{background:#f8f9fa;border-left:4px solid #3498db;border-radius:6px;padding:18px;transition:all .3s}.idea-item:hover{box-shadow:0 2px 8px #0000001a}.idea-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.idea-header h4{color:#2c3e50;flex:1 1;font-size:1em;font-weight:600;margin:0}.idea-date{color:#95a5a6;font-size:.85em;white-space:nowrap}.idea-description{color:#34495e;font-size:.95em;line-height:1.4;margin:0 0 10px}.idea-meta{display:flex;font-size:.85em;gap:15px}.idea-submitter{color:#7f8c8d}.idea-score{color:#27ae60;font-weight:600}.comments-panel{animation:fadeIn .3s ease-in}.comments-section{margin-bottom:0}.comments-section h3{color:#2c3e50;font-size:1.05em;font-weight:600;margin:0 0 20px}.comments-thread{gap:24px}.comment-thread,.comments-thread{display:flex;flex-direction:column}.comment-thread{gap:12px}.comment-item{background:#f8f9fa;border-left:4px solid #3498db;border-radius:6px;padding:15px 18px}.comment-item.reply-comment{background:#ecf0f1;border-left-color:#95a5a6;margin-left:20px}.replies{display:flex;flex-direction:column;gap:8px;margin-top:5px}.comment-header{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;margin-bottom:8px}.comment-author{align-items:center;display:flex;gap:8px}.comment-author strong{color:#2c3e50;font-size:.95em}.comment-badge{background:#3498db;border-radius:12px;color:#fff;display:inline-block;font-size:.75em;font-weight:600;padding:2px 8px;text-transform:capitalize}.comment-date{color:#95a5a6;font-size:.8em;white-space:nowrap}.comment-content{color:#34495e;font-size:.95em;line-height:1.4;margin:0;word-break:break-word}.controls-panel{animation:fadeIn .3s ease-in}.controls-section{margin-bottom:0}.controls-section h3{color:#2c3e50;font-size:1.1em;font-weight:600;margin:0 0 24px}.control-group{border-bottom:1px solid #ecf0f1;margin-bottom:32px;padding-bottom:32px}.control-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.control-group label{color:#2c3e50;display:block;font-size:.95em;font-weight:600;margin-bottom:5px}.control-description{color:#7f8c8d;font-size:.85em;margin:0 0 15px}.stage-buttons{display:flex;flex-wrap:wrap;gap:10px}.stage-btn{background:#fff;border:2px solid #bdc3c7;border-radius:6px;color:#2c3e50;cursor:pointer;font-size:.9em;font-weight:500;padding:10px 16px;transition:all .3s}.stage-btn:hover{border-color:#3498db;color:#3498db}.stage-btn.active{background:#3498db;border-color:#3498db;color:#fff}.stage-btn:disabled{cursor:not-allowed;opacity:.6}.status-buttons{display:flex;flex-wrap:wrap;gap:10px}.status-btn{background:#fff;border:2px solid #bdc3c7;border-radius:6px;color:#2c3e50;font-size:.9em;padding:10px 20px;transition:all .3s}.status-btn:hover{background:#f8f9fa;border-color:#7f8c8d}.status-btn.active{border:none;color:#fff}.status-btn.status-active.active{background:#27ae60}.status-btn.status-paused.active{background:#f39c12}.status-btn.status-completed.active{background:#95a5a6}.info-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:10px}.info-item{background:#f8f9fa;border-radius:6px;display:flex;flex-direction:column;gap:5px;padding:12px}.info-label{color:#7f8c8d;font-size:.85em;font-weight:600;text-transform:uppercase}.info-value{color:#2c3e50;font-size:.95em;font-weight:500}.notes-panel{animation:fadeIn .3s ease-in}.notes-section{margin-bottom:0}.notes-section h3{color:#2c3e50;font-size:1.1em;font-weight:600;margin:0 0 16px}.notes-description{color:#7f8c8d;font-size:.9em;line-height:1.4;margin:0 0 20px}.notes-textarea{border:1px solid #bdc3c7;border-radius:6px;box-sizing:border-box;color:#2c3e50;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.95em;line-height:1.5;min-height:300px;padding:12px 15px;resize:vertical;transition:border-color .3s;width:100%}.notes-textarea:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.notes-textarea::placeholder{color:#bdc3c7}.notes-actions{align-items:center;display:flex;gap:15px;margin-top:15px}.notes-saved-indicator{align-items:center;color:#27ae60;display:flex;font-size:.9em;font-weight:500}.notes-meta{color:#95a5a6;font-size:.85em;margin:20px 0 0}@media (max-width:768px){.facilitator-journey-detail{padding:24px}.detail-header h1{font-size:1.8em}.tabs{flex-wrap:nowrap;overflow-x:auto}.tab{font-size:.9em;padding:12px 18px}.tab-content{padding:20px}.overview-grid{grid-template-columns:repeat(2,1fr)}.modal{max-width:95%}}.settings-section{max-width:700px}.settings-description{color:#666;font-size:14px;line-height:1.5;margin-bottom:30px}.weight-controls{background:#f8f9fa;border-radius:8px;gap:30px;margin-bottom:40px;padding:20px}.weight-controls,.weight-group{display:flex;flex-direction:column}.weight-group{gap:10px}.weight-header{align-items:center;display:flex;justify-content:space-between}.weight-header label{color:#333;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.weight-value{background:#06c;border-radius:12px;color:#fff;font-size:13px;font-weight:600;padding:4px 12px}.weight-slider{-webkit-appearance:none;background:#ddd;border-radius:5px;cursor:pointer;height:8px;outline:none;width:100%}.weight-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#06c;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:20px;-webkit-transition:background .2s;transition:background .2s;width:20px}.weight-slider::-webkit-slider-thumb:hover{background:#0052a3}.weight-slider::-moz-range-thumb{background:#06c;border:none;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:20px;-moz-transition:background .2s;transition:background .2s;width:20px}.weight-slider::-moz-range-thumb:hover{background:#0052a3}.weight-description{color:#666;font-size:13px;line-height:1.4;margin:0}.weight-total{background:#fff;border:2px solid #e0e0e0;border-radius:8px;margin-bottom:20px;padding:20px}.weight-total label{color:#333;display:block;font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:10px;text-transform:uppercase}.weight-total-bar{background:#f0f0f0;border:1px solid #ddd;border-radius:4px;height:24px;margin-bottom:10px;overflow:hidden;width:100%}.weight-total-fill{background:linear-gradient(90deg,#06c,#0052a3);height:100%;transition:width .3s ease}.weight-total-value{color:#06c;display:inline-block;font-size:16px;font-weight:600}.weight-actions{display:flex;gap:10px;margin-bottom:20px}.weight-actions .btn{flex:1 1;padding:12px 20px}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;font-size:14px;padding:12px 16px;text-align:center}.journeys-section{display:flex;flex-direction:column;gap:30px}.journeys-header{align-items:center;background:#fff;border-left:4px solid #06c;border-radius:8px;display:flex;justify-content:space-between;padding:20px}.journeys-header h3{color:#333;font-size:18px;margin:0}.create-journey-form{background:#f8f9fa;border-left:4px solid #28a745;border-radius:8px;margin-bottom:20px;padding:20px}.create-journey-form h4,.journeys-list h4{color:#333;font-size:16px;margin-top:0}.journeys-list h4{margin-bottom:20px}.journeys-grid{grid-gap:20px;gap:20px}.journey-card{border:1px solid #e0e0e0;transition:all .2s}.journey-card:hover{border-color:#06c;box-shadow:0 4px 12px #0000001a}.journey-card-header{gap:10px}.journey-card-header h5{color:#333;flex:1 1;font-size:16px;font-weight:600;margin:0}.status-badge{border-radius:12px;font-size:11px}.status-badge.active{background:#d4edda}.status-badge.paused{background:#fff3cd;color:#856404}.status-badge.completed{background:#d1ecf1;color:#0c5460}.journey-description{color:#666;font-size:13px;margin:0 0 15px}.journey-meta{grid-gap:10px;border-top:1px solid #e0e0e0;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);padding-top:15px}.meta-item{align-items:center;display:flex;flex-direction:column;text-align:center}.meta-label{color:#999;font-size:11px;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.meta-value{color:#333;font-size:14px;font-weight:600}.continue-section{background:linear-gradient(135deg,#f0f9ff,#e6f7ff);border:2px solid #3498db;border-radius:8px;margin-top:32px;padding:24px;text-align:center}.continue-btn{box-shadow:0 4px 8px #3498db33!important;font-size:1.05em!important;font-weight:600!important;letter-spacing:.5px!important;padding:14px 28px!important;transition:all .3s!important}.continue-btn:hover:not(:disabled){box-shadow:0 6px 12px #3498db4d;transform:translateY(-2px)}.continue-btn:disabled{cursor:not-allowed;opacity:.7}.stage-info{color:#2c3e50;font-size:.95em;font-weight:500;margin:12px 0 0}.completion-message{align-items:center;color:#27ae60;display:flex;font-size:1.1em;font-weight:600;gap:10px;justify-content:center;margin:0}.facilitator-dashboard{background:#f5f7fa;box-sizing:border-box;padding:32px 8px;width:100%}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.dashboard-header h1{color:#2c3e50;font-size:2em;font-weight:600;margin:0}.dashboard-header .subtitle{color:#7f8c8d;font-size:.9em;margin:4px 0 0}.logout-btn{background:#e74c3c;border-radius:5px;font-size:1em;transition:background .3s}.logout-btn:hover{background:#c0392b}.dashboard-section{margin-bottom:32px}.dashboard-section h2{color:#2c3e50;font-size:1.5em;font-weight:600;margin:0 0 20px}.journeys-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.journey-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;padding:20px;transition:transform .2s,box-shadow .2s}.journey-card:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.journey-card-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.journey-card-header h3{color:#2c3e50;flex:1 1;font-size:1.05em;margin:0}.status-badge{font-size:.8em;margin-left:10px;padding:6px 12px;white-space:nowrap}.status-badge.active{background:#2ecc71;color:#fff}.status-badge.paused{background:#f39c12;color:#fff}.status-badge.completed{background:#3498db;color:#fff}.journey-description{color:#7f8c8d;font-size:.85em;line-height:1.4;margin:12px 0}.journey-stats{border-top:1px solid #ecf0f1;display:flex;font-size:.85em;gap:16px;margin-top:16px;padding-top:16px}.journey-stat{align-items:center;color:#7f8c8d;display:flex;font-size:.9em;gap:6px}.journey-stat .icon{font-size:1.2em;line-height:1}.empty-state{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.empty-state,.loading{color:#7f8c8d;padding:40px}.loading{font-size:1.1em}.error-banner{background:#ffe6e6;border:1px solid #e74c3c;border-radius:5px;color:#c0392b;padding:15px}.search-filter-bar{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:16px;margin-bottom:24px;padding:16px}.search-input-wrapper{align-items:center;display:flex;gap:8px}.search-input-wrapper input{border:1px solid #ddd;border-radius:6px;flex:1 1;font-size:.95em;padding:10px 16px;transition:border-color .2s}.search-input-wrapper input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.search-input-wrapper input::placeholder{color:#999}.filter-pills{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.filter-pills label{color:#2c3e50;font-size:.95em;font-weight:600;margin-right:4px}.filter-pill{background:#fff;border:2px solid #ddd;border-radius:20px;color:#555;cursor:pointer;font-size:.9em;font-weight:500;padding:8px 16px;transition:all .2s;white-space:nowrap}.filter-pill:hover{background:#f0f8ff;border-color:#3498db}.filter-pill.active{background:#3498db;border-color:#3498db;color:#fff}.sort-results-container{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.sort-select-wrapper{align-items:center;display:flex;gap:8px}.sort-select-wrapper label{color:#2c3e50;font-size:.95em;font-weight:600;white-space:nowrap}.sort-select{background:#fff;border:1px solid #ddd;border-radius:6px;color:#2c3e50;cursor:pointer;font-size:.95em;padding:8px 12px;transition:border-color .2s}.sort-select:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.results-counter{color:#7f8c8d;font-size:.95em;font-weight:500;white-space:nowrap}.pagination{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:24px}.pagination-info{color:#7f8c8d;font-size:.95em;font-weight:500;min-width:180px;text-align:center}.pagination-button{background:#fff;border:1px solid #ddd;border-radius:6px;color:#2c3e50;cursor:pointer;font-size:.95em;font-weight:500;padding:8px 16px;transition:all .2s}.pagination-button:hover:not(:disabled){background:#3498db;border-color:#3498db;color:#fff}.pagination-button:disabled{cursor:not-allowed;opacity:.5}.pagination-button.active{background:#3498db;border-color:#3498db;color:#fff}@media (max-width:768px){.facilitator-dashboard{padding:20px}.dashboard-header{align-items:flex-start;flex-direction:column;gap:20px}.journeys-grid{grid-template-columns:1fr}.search-filter-bar,.search-input-wrapper{flex-direction:column}.search-input-wrapper input{width:100%}.filter-pills,.sort-results-container{align-items:flex-start;flex-direction:column}.pagination{flex-direction:column;gap:8px}}.admin-user-management{background-color:#f5f5f5;min-height:100vh;padding:32px 8px;width:100%}.admin-header{align-items:flex-start;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;margin-bottom:32px;padding:24px}.admin-header h1{color:#333;font-size:28px;margin:0 0 8px}.admin-header .subtitle{color:#666;font-size:14px;margin:0}.logout-btn{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .2s}.logout-btn:hover{background-color:#c82333}.error-banner{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24}.error-banner,.success-banner{margin-bottom:20px;padding:16px;text-align:center}.success-banner{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724}.users-section{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px}.users-section h2{color:#333;font-size:20px;margin:0 0 20px}.empty-state{color:#999;padding:40px 20px;text-align:center}.users-table-wrapper{overflow-x:auto}.users-table{border-collapse:collapse;font-size:14px;width:100%}.users-table thead{background-color:#f8f9fa;border-bottom:2px solid #dee2e6}.users-table th{color:#333;font-size:12px;font-weight:600;letter-spacing:.5px;padding:16px;text-align:left;text-transform:uppercase}.users-table tbody tr{border-bottom:1px solid #dee2e6;transition:background-color .2s}.users-table tbody tr:hover{background-color:#f8f9fa}.users-table tbody tr.inactive{background-color:#f5f5f5;opacity:.6}.users-table td{color:#333;padding:16px}.user-name{color:#06c;font-weight:500}.user-email{color:#666}.user-role{min-width:140px}.role-select{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;color:#333;cursor:pointer;font-size:14px;padding:8px 12px;transition:border-color .2s}.role-select:hover{border-color:#06c}.role-select:focus{border-color:#06c;box-shadow:0 0 0 2px #0066cc1a;outline:none}.role-select:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.user-status{min-width:100px}.status-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.status-badge.active{background-color:#d4edda;color:#155724}.status-badge.inactive{background-color:#f8d7da;color:#721c24}.user-created{color:#666;font-size:13px}.user-actions{min-width:120px}.status-btn{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:all .2s;white-space:nowrap}.status-btn:hover:not(:disabled){background-color:#f0f7ff;border-color:#06c;color:#06c}.status-btn:disabled{cursor:not-allowed;opacity:.6}.status-btn.activate{border-color:#c3e6cb;color:#155724}.status-btn.activate:hover:not(:disabled){background-color:#d4edda;border-color:#155724}.status-btn.deactivate{border-color:#f5c6cb;color:#721c24}.status-btn.deactivate:hover:not(:disabled){background-color:#f8d7da;border-color:#721c24}.loading{color:#666;font-size:16px;padding:40px 20px;text-align:center}.users-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.users-header h2{color:#333;font-size:20px;margin:0}.btn{border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:all .2s}.btn-primary{background-color:#06c;color:#fff}.btn-primary:hover{background-color:#0052a3}.btn-success{background-color:#28a745;color:#fff}.btn-success:hover:not(:disabled){background-color:#218838}.btn-success:disabled{cursor:not-allowed;opacity:.6}.add-user-form{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;margin-bottom:20px;padding:20px}.form-group{display:flex;flex-direction:column;margin-bottom:16px}.form-group:last-child{margin-bottom:0}.form-group label{color:#333;font-size:14px;font-weight:500;margin-bottom:6px}.form-group input,.form-group select{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;color:#333;font-family:inherit;font-size:14px;padding:10px 12px;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:#06c;box-shadow:0 0 0 2px #0066cc1a;outline:none}.form-group input::placeholder{color:#999}
/*# sourceMappingURL=main.3e1a8ef9.css.map*/