@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Inter:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.btn{font-family:Inter,sans-serif;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s ease-in-out;border:none;outline:none}.btn-primary{background:#00aeef;color:#fff;border:none}.btn-primary:hover{background:#0096d6;transform:translateY(-2px);box-shadow:0 8px 20px #00aeef66}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:transparent;color:#e0e0e0;border:1px solid rgba(224,224,224,.2)}.btn-secondary:hover{background:#e0e0e01a;border-color:#00aeef;color:#00aeef}.btn-light{background:#f0f0f0;color:#121212;border:none}.btn-light:hover{background:#00aeef;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #00aeef66}.btn-light:active{transform:translateY(0)}.btn-danger{background:#ef4444;color:#fff;border:none}.btn-danger:hover{background:#dc2626}.btn-success{background:#10b981;color:#fff;border:none}.btn-success:hover{background:#059669}.btn-icon{background:transparent;color:#00aeef;border:1px solid #00AEEF;padding:6px 10px}.btn-icon:hover{background:#00aeef;color:#fff}.btn-small{font-size:.85rem;padding:6px 12px}.btn-medium{font-size:.95rem;padding:10px 20px}.btn-large{font-size:1.1rem;padding:14px 32px}.search-input-container{position:relative;width:100%}.search-input-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);font-size:1.2rem;opacity:.6;pointer-events:none;z-index:2}.search-input{width:100%;padding:18px 20px 18px 56px;background:#1e1e1ecc;border:1px solid #00AEEF;border-radius:8px;color:#e0e0e0;font-family:Inter,sans-serif;font-size:1rem;outline:none;transition:all .2s ease-in-out;backdrop-filter:blur(10px)}.search-input::placeholder{color:#e0e0e0;opacity:.7}.search-input:focus{background:#1e1e1ef2;border-color:#00aeef;box-shadow:0 0 30px #00aeef4d}.auth-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10000;backdrop-filter:blur(8px)}.auth-modal{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:20px;padding:40px;max-width:480px;width:90%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #00aeef4d;border:1px solid rgba(0,174,239,.2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-modal-close{position:absolute;top:20px;right:20px;background:none;border:none;color:#999;font-size:32px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.auth-modal-close:hover{color:#00aeef}.auth-modal-title{color:#fff;font-size:28px;font-weight:600;margin:0 0 10px;text-align:center}.auth-modal-subtitle{color:#999;font-size:14px;margin:0 0 30px;text-align:center}.auth-form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.auth-form-group{margin-bottom:20px}.auth-form-group label{display:block;color:#ccc;font-size:14px;font-weight:500;margin-bottom:8px}.auth-form-group input{width:100%;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:15px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .2s}.auth-form-group input:focus{outline:none;border-color:#00aeef;background:#ffffff14}.auth-form-group input:disabled{opacity:.5;cursor:not-allowed}.auth-form-group input::placeholder{color:#666}.auth-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:20px}.auth-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:20px}.auth-forgot-password{display:block;width:100%;text-align:center;background:none;border:none;color:#00aeef;font-size:14px;margin:15px 0;cursor:pointer;padding:8px;transition:opacity .2s}.auth-forgot-password:hover{opacity:.8;text-decoration:underline}.auth-switch{text-align:center;margin-top:25px;color:#999;font-size:14px}.auth-switch-link{background:none;border:none;color:#00aeef;font-size:14px;font-weight:600;cursor:pointer;padding:0 0 0 5px;transition:opacity .2s}.auth-switch-link:hover{opacity:.8;text-decoration:underline}.landing-page{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0a0a0a}.landing-background{position:absolute;top:-10%;left:-10%;width:120%;height:120%;background-image:url(https://cdn.prod.website-files.com/645b9abe6a218233e4ac7428/667ea6cec83c3c3c263ea092_AD_4nXe6qv7n-CoSWGGXPwbYe0N0Z8GRw9M576M0jQV2uwDj7m1JhG2wXFxLU6X-7AEIAtlT0L-DPZ3bKnj0XkgDv5K72Hq8G-sLlrLvyNZ6ZYaWk3ujlB-ULsyi9bSOe_-c3nQdh9cTJeVo2FzxKFLD3h4dLe2E.jpeg);background-size:cover;background-position:center;filter:brightness(.8);animation:backgroundMove 60s ease-in-out infinite;z-index:1}@keyframes backgroundMove{0%,to{transform:scale(1) translate(0)}25%{transform:scale(1.1) translate(-2%,-2%)}50%{transform:scale(1.05) translate(2%,1%)}75%{transform:scale(1.08) translate(-1%,2%)}}.landing-overlay{position:absolute;inset:0;background:#0a0a0aa6;z-index:2}.landing-logo{position:fixed;top:20px;left:20px;z-index:10}.landing-logo img{height:60px;width:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}.landing-nav{position:fixed;top:20px;right:20px;display:flex;gap:12px;align-items:center;z-index:10}.landing-content{position:relative;z-index:3;text-align:center;max-width:900px;padding:0 20px}.landing-title{font-family:Poppins,sans-serif;font-size:4rem;font-weight:700;color:#fff;margin-bottom:20px;letter-spacing:-1px;line-height:1.1;white-space:nowrap}.landing-subtitle{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:400;color:#e0e0e0;margin-bottom:48px}.landing-search-form{max-width:600px;width:100%;margin:0 auto}@media (max-width: 1024px){.landing-title{font-size:3rem;white-space:nowrap}.landing-subtitle{font-size:1.3rem}}@media (max-width: 768px){.landing-logo img{height:48px}.landing-nav{flex-direction:column;gap:8px;top:15px;right:15px}.landing-title{font-size:2.5rem;white-space:nowrap}.landing-subtitle{font-size:1.1rem;margin-bottom:32px}.landing-search-form{max-width:100%}}@media (max-width: 480px){.landing-title{font-size:1.8rem;white-space:nowrap}.landing-subtitle{font-size:1rem}.landing-logo img{height:42px}}*{margin:0;padding:0;box-sizing:border-box}.main-layout{display:flex;height:100vh;background:#121212;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.sidebar{width:240px;background:#1e1e1e;display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto;transition:width .3s ease-in-out;z-index:100}.sidebar.collapsed{width:60px}.sidebar-header{display:flex;align-items:center;padding:20px;border-bottom:1px solid rgba(224,224,224,.1);gap:12px}.menu-toggle{background:transparent;border:none;color:#e0e0e0;font-size:1.5rem;cursor:pointer;padding:4px;transition:color .2s ease-in-out;display:flex;align-items:center;justify-content:center;min-width:24px}.menu-toggle:hover{color:#00aeef}.sidebar-logo{flex:1;display:flex;align-items:center}.sidebar-logo img{height:40px;width:auto;transition:opacity .3s ease-in-out}.sidebar.collapsed .sidebar-logo img{opacity:0;width:0}.sidebar-nav{padding:20px 0;display:flex;flex-direction:column;flex:1}.sidebar-item{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;cursor:pointer;transition:all .2s ease-in-out;border-left:4px solid transparent;color:#e0e0e0;position:relative}.sidebar-item:hover{background:#2a2a2a;border-left-color:#00aeef}.sidebar-item.active{background:#00aeef26;border-left-color:#00aeef;color:#00aeef;font-weight:600}.sidebar-text{font-size:.95rem;font-weight:500;white-space:nowrap;transition:opacity .3s ease-in-out;display:flex;align-items:center;gap:8px}.sidebar.collapsed .sidebar-text{opacity:0;width:0}.nav-emoji{display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;filter:grayscale(1) brightness(2);opacity:.85;transition:all .2s ease-in-out}.sidebar-item:hover .nav-emoji{opacity:1;filter:grayscale(1) brightness(2.2)}.sidebar-item.active .nav-emoji{opacity:1;filter:grayscale(0) brightness(1.2)}.sidebar.collapsed .nav-emoji{opacity:0;width:0}.expand-arrow{font-size:.9rem;transition:all .2s ease-in-out;color:#a0a0a0;cursor:pointer;padding:4px;display:inline-flex;align-items:center;justify-content:center}.expand-arrow:hover{color:#00aeef;background:#00aeef1a;border-radius:4px}.expand-arrow.expanded{transform:rotate(90deg);color:#00aeef}.sidebar.collapsed .expand-arrow{opacity:0}.sub-items{background:#0003}.sidebar-item.sub-item{padding-left:40px;font-size:.9rem}.sidebar-item.sub-item.active{background:#00aeef33;color:#00aeef;font-weight:600}.sidebar-item.settings-item{margin-top:auto;border-top:1px solid rgba(224,224,224,.1)}.main-content{margin-left:240px;flex:1;display:flex;flex-direction:column;transition:margin-left .3s ease-in-out;position:relative}.main-content.sidebar-collapsed{margin-left:60px}.dashboard-background{position:absolute;inset:0;background-image:url(https://cdn.prod.website-files.com/645b9abe6a218233e4ac7428/667ea6cec83c3c3c263ea092_AD_4nXe6qv7n-CoSWGGXPwbYe0N0Z8GRw9M576M0jQV2uwDj7m1JhG2wXFxLU6X-7AEIAtlT0L-DPZ3bKnj0XkgDv5K72Hq8G-sLlrLvyNZ6ZYaWk3ujlB-ULsyi9bSOe_-c3nQdh9cTJeVo2FzxKFLD3h4dLe2E.jpeg);background-size:cover;background-position:center;filter:brightness(.8);animation:dashboardBackgroundMove 60s ease-in-out infinite;z-index:0}.dashboard-background:after{content:"";position:absolute;inset:0;background:#0a0a0aa6;backdrop-filter:blur(1px)}@keyframes dashboardBackgroundMove{0%,to{transform:scale(1) translate(0)}25%{transform:scale(1.1) translate(-2%,-2%)}50%{transform:scale(1.05) translate(2%,1%)}75%{transform:scale(1.08) translate(-1%,2%)}}.top-header{height:60px;background:#1e1e1e;display:flex;justify-content:space-between;align-items:center;padding:0 30px;border-bottom:1px solid rgba(224,224,224,.1);position:relative;z-index:10}.header-right{display:flex;align-items:center;gap:20px}.header-icon{background:transparent;border:none;color:#e0e0e0;font-size:1.3rem;cursor:pointer;position:relative;transition:color .2s ease-in-out}.header-icon:hover{color:#00aeef}.notification-badge{position:absolute;top:-5px;right:-5px;background:#00aeef;color:#000;font-size:.7rem;padding:2px 6px;border-radius:10px;font-weight:600}.user-avatar{width:40px;height:40px;border-radius:50%;background:#00aeef;color:#000;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;cursor:pointer}.content-area{flex:1;padding:40px;overflow-y:auto;position:relative;z-index:5}.welcome-card{background:#1e1e1ef2;border:1px solid rgba(224,224,224,.1);border-radius:12px;padding:40px;box-shadow:0 4px 6px #0000004d;backdrop-filter:blur(10px)}.welcome-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.welcome-title{color:#fff;font-size:2rem;font-weight:700;margin:0}.create-project-btn-header{background:#00aeef;color:#fff;font-size:.95rem;font-weight:600;padding:12px 24px;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap}.create-project-btn-header:hover{background:#0095d1;box-shadow:0 0 20px #00aeef66;transform:translateY(-1px)}.activity-section{margin-bottom:0}.activity-section h3{color:#00aeef;font-size:1.2rem;margin-bottom:20px}.activity-item{display:flex;justify-content:space-between;align-items:center;padding:18px;background:#00aeef0d;border-radius:8px;margin-bottom:12px;border-left:3px solid #00AEEF;transition:all .2s ease-in-out}.activity-item:hover{background:#00aeef1a;transform:translate(4px)}.activity-content{flex:1}.project-title{color:#fff;font-weight:600;font-size:1rem;margin-bottom:4px}.activity-update{color:#b0b0b0;font-size:.9rem;font-weight:400}.activity-time{color:gray;font-size:.85rem;white-space:nowrap;margin-left:20px}@media (max-width: 768px){.sidebar,.sidebar.collapsed{width:60px}.sidebar-text{display:none}.sidebar-logo img{height:32px}.main-content,.main-content.sidebar-collapsed{margin-left:60px}.content-area{padding:20px}.welcome-header{flex-direction:column;align-items:flex-start;gap:16px}.create-project-btn-header{width:100%}}.user-role-badge{display:inline-block;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.user-role-badge.role-super-admin{background:#9333ea33;color:#a78bfa;border:1px solid rgba(147,51,234,.3)}.user-role-badge.role-admin{background:#ef444433;color:#f87171;border:1px solid rgba(239,68,68,.3)}.user-role-badge.role-researcher{background:#00aeef33;color:#00aeef;border:1px solid rgba(0,174,239,.3)}.user-role-badge.role-guest{background:#9ca3af33;color:#9ca3af;border:1px solid rgba(156,163,175,.3)}.user-menu-container{position:relative}.user-dropdown-menu{position:absolute;top:calc(100% + 12px);right:0;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid rgba(0,174,239,.2);border-radius:12px;min-width:220px;box-shadow:0 10px 30px #00000080;z-index:1000;overflow:hidden}.user-dropdown-header{padding:16px;border-bottom:1px solid rgba(255,255,255,.05)}.user-dropdown-name{color:#fff;font-size:15px;font-weight:600;margin-bottom:4px}.user-dropdown-email{color:#999;font-size:13px}.user-dropdown-divider{height:1px;background:#ffffff0d}.user-dropdown-item{width:100%;padding:12px 16px;background:none;border:none;color:#ccc;font-size:14px;text-align:left;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:10px}.user-dropdown-item:hover{background:#00aeef1a;color:#00aeef}.user-dropdown-item.logout{color:#f87171}.user-dropdown-item.logout:hover{background:#ef44441a;color:#ff6b6b}.input{width:100%;padding:12px 16px;background:#0a0a0a;border:1px solid rgba(224,224,224,.2);border-radius:6px;color:#e0e0e0;font-family:Inter,sans-serif;font-size:1rem;outline:none;transition:border-color .2s ease-in-out}.input:focus{border-color:#00aeef}.input::placeholder{color:#888;opacity:.7}.input-error{border-color:#ef4444}.input-error:focus{border-color:#dc2626}.select{width:100%;padding:10px 14px;background:#0a0a0a;border:1px solid rgba(224,224,224,.2);border-radius:6px;color:#e0e0e0;font-family:Inter,sans-serif;font-size:.95rem;outline:none;cursor:pointer;transition:border-color .2s ease-in-out}.select:focus{border-color:#00aeef}.select option{background:#1e1e1e;color:#e0e0e0}.wizard-container{max-width:900px;margin:0 auto;position:relative;animation:fadeIn .4s ease-in;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stepper{display:flex;align-items:center;justify-content:center;margin-bottom:60px;padding:30px;background:#1e1e1e99;border-radius:16px;backdrop-filter:blur(10px)}.step{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative}.step-number{width:50px;height:50px;border-radius:50%;background:#2a2a2a;color:gray;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;transition:all .3s ease-in-out;border:3px solid transparent}.step.active .step-number{background:#00aeef;color:#fff;border-color:#00aeef;box-shadow:0 0 20px #00aeef66}.step.completed .step-number{background:#00c853;color:#fff;border-color:#00c853}.step-label{font-size:.9rem;color:#a0a0a0;font-weight:500;white-space:nowrap;transition:color .3s ease-in-out}.step.completed .step-label{color:#00c853}.step-line{width:100px;height:3px;background:#2a2a2a;margin:0 20px;position:relative;top:-15px}.wizard-step{background:#1e1e1ecc;border-radius:20px;padding:50px;backdrop-filter:blur(20px);border:1px solid rgba(0,174,239,.1);animation:slideIn .4s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.wizard-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:12px;text-align:center}.wizard-subtitle{font-size:1.1rem;color:#a0a0a0;text-align:center;margin-bottom:50px}.material-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:50px;max-width:100%}@media (min-width: 768px){.material-cards{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1200px){.material-cards{grid-template-columns:repeat(4,1fr)}}.material-card{position:relative;background:#2a2a2a99;border:3px solid transparent;border-radius:16px;padding:30px 20px;min-height:180px;cursor:pointer;transition:all .3s ease-in-out;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.material-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00aeef33;border-color:#00aeef4d}.material-card.selected{border-color:#00c853;background:#00c8531a;box-shadow:0 10px 30px #00c8534d}.card-icon{color:#00aeef;margin-bottom:16px;transition:transform .3s ease-in-out}.material-card:hover .card-icon{transform:scale(1.1)}.material-card.selected .card-icon{color:#00c853}.card-title{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:6px}.card-description{font-size:.85rem;color:#a0a0a0;margin:0;line-height:1.3}.checkmark{position:absolute;top:15px;right:15px;width:35px;height:35px;border-radius:50%;background:#00c853;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;animation:checkmarkPop .3s ease-out}@keyframes checkmarkPop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.form-section{display:flex;flex-direction:column;gap:30px;margin-bottom:40px}.form-group{display:flex;flex-direction:column;gap:10px}.form-label{font-size:1rem;font-weight:600;color:#e0e0e0;margin-bottom:5px}.optional-label{font-weight:400;color:gray;font-size:.9rem;margin-left:8px}.form-input,.form-select{width:100%;padding:14px 18px;font-size:1rem;background:#2a2a2acc;border:2px solid rgba(224,224,224,.1);border-radius:10px;color:#fff;transition:all .2s ease-in-out;font-family:Inter,sans-serif}.form-input:focus,.form-select:focus{outline:none;border-color:#00aeef;background:#2a2a2a;box-shadow:0 0 0 4px #00aeef1a}.form-input::placeholder{color:#606060}.form-textarea{width:100%;padding:16px 18px;font-size:1rem;background:#2a2a2acc;border:2px solid rgba(224,224,224,.1);border-radius:10px;color:#fff;resize:vertical;transition:all .2s ease-in-out;font-family:Inter,sans-serif;line-height:1.6}.form-textarea.large{min-height:400px}.form-textarea:focus{outline:none;border-color:#00aeef;background:#2a2a2a;box-shadow:0 0 0 4px #00aeef1a}.form-textarea::placeholder{color:#606060;line-height:1.6}.textarea-helper{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.helper-text{font-size:.9rem;color:#00aeef;font-weight:500}.char-counter{font-size:.85rem;color:gray;font-weight:500}.form-description{font-size:.95rem;color:#b0b0b0;margin-bottom:16px;line-height:1.5}.properties-container{margin-top:16px;display:flex;flex-direction:column;gap:16px}.property-card{display:flex;align-items:flex-start;gap:12px;padding:20px;background:#2a2a2a99;border:1px solid rgba(224,224,224,.1);border-radius:12px;transition:all .2s ease}.property-card:hover{background:#2a2a2acc;border-color:#00aeef33}.property-fields{flex:1;display:grid;grid-template-columns:2fr 1.5fr 1fr 1fr;gap:16px}.field-group{display:flex;flex-direction:column;gap:8px}.field-label{font-size:.85rem;font-weight:600;color:#00aeef;text-transform:uppercase;letter-spacing:.5px}.property-input,.target-input,.unit-input,.unit-select,.priority-select{width:100%;padding:10px 12px;font-size:.95rem;background:#1e1e1ecc;border:1px solid rgba(224,224,224,.15);border-radius:6px;color:#fff;transition:all .2s ease;font-family:Inter,sans-serif;box-sizing:border-box;display:block}.property-input:focus,.target-input:focus,.unit-input:focus,.unit-select:focus,.priority-select:focus{outline:none;border-color:#00aeef;background:#1e1e1e;box-shadow:0 0 0 3px #00aeef1a}.property-input::placeholder,.target-input::placeholder,.unit-input::placeholder{color:#606060}.unit-select option,.priority-select option{background:#1a1a1a;color:#fff}.delete-btn{width:36px;height:36px;border-radius:6px;background:transparent;border:1px solid rgba(255,68,68,.3);color:#f44;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;align-self:center}.delete-btn:hover{background:#ff44441a;border-color:#f44;transform:scale(1.1)}.delete-btn:active{transform:scale(.95)}.add-property-btn{margin-top:16px;padding:14px 24px;font-size:1rem;font-weight:600;background:#00aeef1a;border:2px dashed rgba(0,174,239,.5);border-radius:10px;color:#00aeef;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;box-shadow:0 2px 8px #00aeef1a}.add-property-btn:hover{background:#00aeef33;border-color:#00aeef;border-style:solid;transform:translateY(-2px);box-shadow:0 4px 12px #00aeef33}.add-property-btn:active{transform:translateY(0);box-shadow:0 2px 6px #00aeef26}.plus-icon{font-size:1.3rem;font-weight:700;line-height:1}@media (max-width: 768px){.wizard-page{padding:20px 15px}.wizard-step{padding:30px 20px}.wizard-title{font-size:2rem}.material-cards{grid-template-columns:1fr;gap:20px}.stepper{padding:20px 10px}.step-line{width:50px;margin:0 10px}.step-label{font-size:.8rem}.wizard-actions{flex-direction:column}.wizard-actions button{width:100%}}@media (max-width: 480px){.step-label{display:none}.step-line{width:30px;margin:0 5px}}.loading-spinner{border:4px solid rgba(0,174,239,.2);border-top-color:#00aeef;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner-small{width:24px;height:24px;border-width:3px}.loading-spinner-medium{width:40px;height:40px;border-width:4px}.loading-spinner-large{width:60px;height:60px;border-width:4px}.wizard-container{max-width:1400px;margin:0 auto;position:relative}.wizard-title{color:#fff;font-size:2rem;margin-bottom:12px}.wizard-subtitle{color:#00aeef;font-size:1.5rem;margin-bottom:40px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:30px}.loading-text{font-size:1.2rem;color:#e0e0e0;text-align:center}.wizard-panels{display:grid;grid-template-columns:1.4fr 1fr;gap:30px;margin-bottom:40px}.left-panel,.right-panel{background:#1e1e1e;border:1px solid rgba(224,224,224,.1);border-radius:12px;padding:30px}.panel-title{color:#fff;font-size:1.6rem;margin-bottom:24px;font-weight:600;border-bottom:2px solid rgba(0,174,239,.3);padding-bottom:12px;text-align:center}.panel-description{color:#e0e0e0;margin-bottom:24px;font-size:1rem}.preview-section{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid rgba(224,224,224,.1)}.preview-section:last-child{border-bottom:none;margin-bottom:0}.preview-label{color:#00aeef;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.preview-value{color:#fff;font-size:1.1rem;line-height:1.6;font-weight:500}.preview-value.material-type{text-transform:capitalize}.preview-value.goals-text{color:#e0e0e0;font-size:1rem;line-height:1.7;white-space:pre-wrap;background:#0003;padding:16px;border-radius:8px;border-left:3px solid #00AEEF}.properties-section{padding-bottom:24px}.preview-properties-table{width:100%;border-collapse:collapse;margin-top:12px;background:#0003;border-radius:8px;overflow:hidden}.preview-properties-table thead{background:#00aeef1a}.preview-properties-table th{color:#00aeef;padding:10px 12px;text-align:left;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid rgba(0,174,239,.3)}.preview-properties-table td{padding:10px 12px;color:#e0e0e0;font-size:.95rem;border-bottom:1px solid rgba(224,224,224,.05)}.preview-properties-table tbody tr:last-child td{border-bottom:none}.preview-properties-table tbody tr:hover{background:#00aeef08}.clear-restart-section{margin-top:32px;padding-top:24px;border-top:1px solid rgba(224,224,224,.1)}.clear-restart-button-step3{width:100%;padding:12px 20px;font-size:.95rem;font-weight:600;background:#ef44441a;border:2px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.clear-restart-button-step3:hover{background:#ef444426;border-color:#ef4444;transform:translateY(-1px);box-shadow:0 4px 12px #ef444433}.clear-restart-button-step3:active{transform:translateY(0);box-shadow:0 2px 6px #ef444426}.properties-table{width:100%;border-collapse:collapse;margin-bottom:20px}.properties-table th{background:#00aeef1a;color:#00aeef;padding:12px;text-align:left;border:1px solid rgba(0,174,239,.3);font-weight:600}.properties-table td{padding:12px;border:1px solid rgba(224,224,224,.2);color:#e0e0e0}.properties-table tbody tr{transition:background .2s ease-in-out}.properties-table tbody tr:hover{background:#00aeef0d}.edit-input-cell,.edit-select-cell{padding:6px 10px;font-size:.9rem}.action-buttons{display:flex;gap:8px;justify-content:center}.suggestion-section{margin-bottom:28px}.suggestion-section:last-child{margin-bottom:0}.suggestion-heading{color:#00aeef;font-size:1.1rem;margin-bottom:12px;font-weight:600}.suggestion-list{list-style:none;padding-left:0}.suggestion-list li{padding:10px 0 10px 20px;position:relative;color:#e0e0e0;line-height:1.5}.suggestion-list li:before{content:"•";position:absolute;left:0;color:#00aeef;font-weight:700}.wizard-actions{display:flex;justify-content:center;gap:20px;margin-top:40px}.wizard-actions button{min-width:150px}@media (max-width: 1024px){.wizard-panels{grid-template-columns:1fr}}@media (max-width: 768px){.wizard-title{font-size:1.5rem}.wizard-subtitle{font-size:1.2rem}.properties-table{font-size:.9rem}.properties-table th,.properties-table td{padding:8px}}.chat-page{min-height:100vh;background-image:url(https://cdn.prod.website-files.com/62f39fc337dc73530863785a/653fc3195ed179541611e308_g.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed;color:#e0e0e0;display:flex;flex-direction:column;position:relative;animation:chatBackgroundPan 60s ease-in-out infinite alternate}@keyframes chatBackgroundPan{0%{background-position:0% 50%;background-size:110% auto}50%{background-position:100% 50%;background-size:120% auto}to{background-position:0% 50%;background-size:110% auto}}.chat-page:before{content:"";position:fixed;inset:0;background:#000000bf;z-index:0;pointer-events:none}.chat-header{background:transparent;padding:24px 32px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.chat-back-button{background:transparent;border:1px solid rgba(0,174,239,.5);color:#00aeef;padding:10px 20px;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:absolute;left:24px;top:24px}.chat-back-button:hover{background:#00aeef1a;border-color:#00aeef}.chat-header-center{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:12px}.chat-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.chat-title-logo{width:36px;height:36px;object-fit:contain}.chat-header-right{margin-left:auto;display:flex;align-items:center;gap:16px}.chat-query-display{background:#00aeef26;border:1px solid rgba(0,174,239,.3);border-radius:20px;padding:8px 16px;max-width:200px}.chat-query-text{font-size:.85rem;color:#00aeef;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.chat-user-avatar{width:40px;height:40px;background:#00aeef;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.chat-launch-button{background:transparent;border:1px solid #00AEEF;color:#00aeef;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;white-space:nowrap}.chat-launch-button:hover{background:#00aeef1a;transform:translateY(-1px)}.chat-container{flex:1;display:flex;flex-direction:column;max-width:1200px;width:100%;margin:0 auto;padding:20px;position:relative;z-index:1}.chat-messages{flex:1;overflow-y:auto;padding:20px;margin-bottom:20px;display:flex;flex-direction:column;gap:16px}.chat-welcome{text-align:center;padding:60px 20px}.chat-welcome h2{font-size:2rem;color:#fff;margin-bottom:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.chat-welcome p{font-size:1.1rem;color:#e0e0e0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.chat-input-container{display:flex;gap:12px;padding:12px 16px;background:#1e1e1ef2;border-radius:24px;border:1px solid rgba(0,174,239,.4);align-items:center}.chat-add-button{background:transparent;border:1px solid rgba(0,174,239,.5);color:#00aeef;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease-in-out;font-size:1.5rem;font-weight:400;width:36px;height:36px;flex-shrink:0}.chat-add-button:hover{background:#00aeef1a;border-color:#00aeef}.chat-input-wrapper{flex:1;position:relative}.chat-input-wrapper input{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;background:transparent;border:none;color:#fff;padding:8px 12px;width:100%;outline:none}.chat-input-wrapper input::placeholder{color:#e0e0e080}.chat-send-button{background:#00aeef;border:none;color:#fff;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease-in-out;width:36px;height:36px;flex-shrink:0}.chat-send-button:hover{background:#08b;transform:translateY(-1px)}.chat-send-button:disabled{background:#00aeef4d;cursor:not-allowed}.chat-message{display:flex;gap:12px;align-items:flex-start}.chat-message-user{flex-direction:row-reverse}.chat-message-avatar{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#00aeef1a;border-radius:50%;flex-shrink:0;font-size:1.5rem}.chat-message-avatar img{width:28px;height:28px;object-fit:contain}.chat-message-content{background:#1e1e1ee6;padding:12px 16px;border-radius:12px;color:#e0e0e0;line-height:1.6;max-width:70%;border:1px solid rgba(0,174,239,.2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400}.chat-message-user .chat-message-content{background:#00aeef33;border-color:#00aeef80;font-weight:500}@media (max-width: 768px){.chat-header{padding:16px 20px;flex-wrap:wrap}.chat-back-button{position:static;order:1}.chat-header-center{position:static;transform:none;order:2;margin:12px auto}.chat-header-right{order:3;width:100%;justify-content:flex-end;gap:12px}.chat-query-display{max-width:150px}.chat-launch-button{font-size:.8rem;padding:8px 12px}.chat-title{font-size:1.2rem}.chat-welcome h2{font-size:1.5rem}.chat-welcome p{font-size:1rem}.chat-message-content{max-width:85%}}.chat-loading{display:flex;gap:8px;padding:8px 0}.chat-loading .dot{width:8px;height:8px;background:#00aeef;border-radius:50%;animation:loadingDot 1.4s infinite ease-in-out both}.chat-loading .dot:nth-child(1){animation-delay:-.32s}.chat-loading .dot:nth-child(2){animation-delay:-.16s}@keyframes loadingDot{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.chat-error{background:#ef444433;border:1px solid rgba(239,68,68,.5);color:#ef4444;padding:12px 16px;border-radius:12px;text-align:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500}.markdown-h1{font-size:1.5rem;font-weight:700;color:#fff;margin:16px 0 12px;padding-bottom:8px;border-bottom:2px solid rgba(0,174,239,.3)}.markdown-h2{font-size:1.3rem;font-weight:600;color:#00aeef;margin:14px 0 10px}.markdown-h3{font-size:1.1rem;font-weight:600;color:#e0e0e0;margin:12px 0 8px}.markdown-p{margin:10px 0;line-height:1.7;color:#e0e0e0}.markdown-ul,.markdown-ol{margin:12px 0;padding-left:24px;color:#e0e0e0}.markdown-li{margin:6px 0;line-height:1.6}.markdown-strong{font-weight:600;color:#00aeef}.markdown-code-inline{background:#00aeef26;color:#00aeef;padding:2px 6px;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:.9em}.markdown-code-block{background:#141414cc;color:#e0e0e0;padding:12px;border-radius:8px;border-left:3px solid #00AEEF;margin:12px 0;overflow-x:auto;font-family:Monaco,Courier New,monospace;font-size:.9em;line-height:1.5;white-space:pre-wrap}.markdown-code-block code{background:transparent;padding:0;border:none;font-family:inherit;color:inherit}.chat-message-content>:first-child{margin-top:0}.chat-message-content>:last-child{margin-bottom:0}.chat-text-segment{margin-bottom:0}.chat-platform-inline{background:linear-gradient(135deg,#00aeef26,#00aeef0d);border-left:3px solid #00AEEF;border-radius:8px;padding:12px 16px;margin:16px 0;animation:platformFadeIn .4s ease-in-out}@keyframes platformFadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.platform-inline-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.platform-icon{font-size:1.1rem;animation:rocketBounce 2s ease-in-out infinite}@keyframes rocketBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.platform-inline-title{font-size:.9rem;font-weight:600;color:#00aeef;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.platform-inline-content{color:#e0e0e0;font-size:.95rem;line-height:1.6}.platform-p{margin:4px 0;color:#e0e0e0;line-height:1.6}.platform-feature-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,174,239,.2)}.platform-feature-btn{display:flex;align-items:center;gap:8px;background:#00aeef1a;border:1px solid #00AEEF;color:#00aeef;padding:8px 14px;border-radius:8px;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.85rem;font-weight:600;transition:all .3s ease;position:relative;overflow:hidden}.platform-feature-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,174,239,.3),transparent);transition:left .5s ease}.platform-feature-btn:hover:before{left:100%}.platform-feature-btn:hover{background:linear-gradient(135deg,#00aeef,#08c);color:#fff;border-color:#00aeef;transform:translateY(-2px);box-shadow:0 4px 12px #00aeef66}.feature-icon{font-size:1.1rem;display:flex;align-items:center;filter:grayscale(.3);transition:filter .3s ease}.platform-feature-btn:hover .feature-icon{filter:grayscale(0);animation:iconBounce .5s ease}@keyframes iconBounce{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.feature-name{flex:1;text-align:left}.feature-arrow{font-size:1rem;opacity:.7;transition:all .3s ease}.platform-feature-btn:hover .feature-arrow{opacity:1;transform:translate(3px)}@media (max-width: 768px){.platform-feature-buttons{flex-direction:column}.platform-feature-btn{width:100%}}.knowledge-center{padding:40px;max-width:1400px;margin:0 auto;position:relative;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.kc-header{margin-bottom:40px}.kc-header h1{font-size:2rem;font-weight:600;color:#fff;margin:0 0 8px}.kc-header p{font-size:1rem;color:#b0b0b0;margin:0}.kc-tabs{display:flex;gap:8px;border-bottom:2px solid #2A2A2A;margin-bottom:32px}.kc-tab{background:transparent;border:none;color:#b0b0b0;padding:12px 24px;font-size:.95rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s ease-in-out;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.kc-tab:hover{color:#00aeef}.kc-tab.active{color:#00aeef;border-bottom-color:#00aeef}.kc-content{min-height:500px}.kc-upload-card{background:#1e1e1e;border-radius:16px;padding:40px;border:1px solid #2A2A2A}.kc-dropzone{border:3px dashed #3A3A3A;border-radius:12px;padding:60px 40px;text-align:center;cursor:pointer;transition:all .3s ease-in-out;background:#1a1a1a}.kc-dropzone:hover{border-color:#00aeef;background:#00aeef0d}.kc-dropzone.dragging{border-color:#00aeef;background:#00aeef1a;transform:scale(1.02)}.kc-dropzone-icon{font-size:4rem;margin-bottom:16px}.kc-dropzone h3{font-size:1.3rem;color:#fff;margin:0 0 8px;font-weight:500}.kc-dropzone p{font-size:.95rem;color:#b0b0b0;margin:0}.kc-file-types{margin-top:32px;text-align:center}.kc-file-types p{font-size:.9rem;color:#b0b0b0;margin-bottom:12px}.kc-file-type-badges{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.kc-file-badge{background:#00aeef1a;color:#00aeef;padding:6px 14px;border-radius:6px;font-size:.85rem;font-weight:500;border:1px solid rgba(0,174,239,.3)}.kc-upload-section{display:flex;flex-direction:column;gap:32px}.kc-preview-section{display:flex;flex-direction:column;gap:20px;margin-top:8px}.kc-preview-header{margin-bottom:8px}.kc-preview-header h3{font-size:1.3rem;color:#fff;margin:0 0 4px;font-weight:600}.kc-file-preview-card{background:#1e1e1e;border-radius:16px;padding:24px;border:1px solid #2A2A2A;display:flex;flex-direction:column;gap:20px}.kc-file-header{display:flex;align-items:center;gap:16px}.kc-file-icon{font-size:2.5rem}.kc-file-details{flex:1}.kc-file-details h4{font-size:1.05rem;color:#fff;margin:0 0 6px;font-weight:500}.kc-file-meta{display:flex;gap:8px;align-items:center;font-size:.85rem;color:#b0b0b0}.kc-file-meta .candidate-badge{color:#00aeef;font-weight:500}.kc-remove-file{background:transparent;border:1px solid #3A3A3A;color:#b0b0b0;width:32px;height:32px;border-radius:8px;font-size:1.1rem;cursor:pointer;transition:all .2s ease-in-out;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;align-items:center;justify-content:center}.kc-remove-file:hover{background:#ef44441a;border-color:#ef4444;color:#ef4444}.kc-preview-subtitle{font-size:.9rem;color:#b0b0b0;margin:0}.kc-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #2A2A2A}.kc-preview-table{width:100%;border-collapse:collapse;font-size:.9rem}.kc-preview-table thead{background:#252525}.kc-preview-table th{padding:12px 16px;text-align:left;color:#00aeef;font-weight:600;border-bottom:2px solid #2A2A2A;white-space:nowrap}.kc-preview-table td{padding:12px 16px;color:#e0e0e0;border-bottom:1px solid #2A2A2A}.kc-preview-table tbody tr:hover{background:#00aeef0d}.kc-preview-table tbody tr:last-child td{border-bottom:none}.kc-no-preview{padding:40px 20px;text-align:center;background:#ff98001a;border:1px solid rgba(255,152,0,.3);border-radius:8px}.kc-no-preview p{margin:0;color:#ff9800;font-size:.95rem}.kc-navigation{display:flex;justify-content:flex-end;margin-top:16px;padding-top:24px;border-top:1px solid #2A2A2A}.kc-navigation-upload{display:flex;justify-content:flex-end;gap:12px;align-items:center}.kc-navigation-split{display:flex;justify-content:space-between;align-items:center}.kc-navigation-right{display:flex;gap:12px;align-items:center}.kc-back-button{background:transparent;color:#b0b0b0;border:1px solid #3A3A3A;padding:14px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.kc-back-button:hover{background:#00aeef1a;border-color:#00aeef;color:#00aeef}.kc-skip-button{background:transparent;color:#b0b0b0;border:1px solid #3A3A3A;padding:14px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.kc-skip-button:hover{background:#00aeef1a;border-color:#00aeef;color:#00aeef}.kc-next-button{background:#00aeef;color:#fff;border:none;padding:14px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;align-items:center;gap:8px}.kc-next-button:hover:not(:disabled){background:#08b;transform:translateY(-1px);box-shadow:0 4px 12px #00aeef4d}.kc-next-button:disabled{background:#2a2a2a;color:#666;cursor:not-allowed;opacity:.5}.kc-import-button{background:#00aeef;color:#fff;border:none;padding:14px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.kc-import-button:hover{background:#08b;transform:translateY(-1px);box-shadow:0 4px 12px #00aeef4d}.kc-placeholder{background:#1e1e1e;border-radius:16px;padding:80px 40px;text-align:center;border:1px solid #2A2A2A}.kc-placeholder h3{font-size:1.5rem;color:#fff;margin:0 0 12px;font-weight:500}.kc-placeholder p{font-size:1rem;color:#b0b0b0;margin:0}.kc-connected-section{display:flex;flex-direction:column;gap:32px}.kc-enterprise-note{background:#00aeef1a;border:1px solid rgba(0,174,239,.3);border-radius:12px;padding:16px 20px;display:flex;align-items:center;gap:12px}.kc-note-icon{font-size:1.5rem}.kc-enterprise-note p{margin:0;color:#e0e0e0;font-size:.95rem}.kc-enterprise-note strong{color:#fff}.kc-connections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.kc-connection-card{background:#1e1e1e;border:1px solid #2A2A2A;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;transition:all .2s ease-in-out}.kc-connection-card:hover{border-color:#00aeef;transform:translateY(-2px);box-shadow:0 4px 12px #00aeef33}.kc-connection-header{display:flex;align-items:center;gap:16px}.kc-db-icon{font-size:2.5rem}.kc-db-info{flex:1}.kc-db-info h4{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 8px}.kc-connection-status{display:inline-block;padding:4px 12px;border-radius:12px;font-size:.85rem;font-weight:500}.kc-connection-status.connected{background:#00c85326;color:#00c853;border:1px solid rgba(0,200,83,.3)}.kc-connection-status.available{background:#ff980026;color:#ff9800;border:1px solid rgba(255,152,0,.3)}.kc-configure-btn,.kc-manage-btn{background:transparent;border:1px solid #3A3A3A;color:#00aeef;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.kc-configure-btn:hover,.kc-manage-btn:hover{background:#00aeef1a;border-color:#00aeef}.kc-sync-section{display:flex;align-items:center;justify-content:space-between;padding:20px;background:#1e1e1e;border-radius:12px;border:1px solid #2A2A2A}.kc-sync-button{background:#00aeef;color:#fff;border:none;padding:12px 28px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;align-items:center;gap:8px}.kc-sync-button:hover{background:#08b;transform:translateY(-1px);box-shadow:0 4px 12px #00aeef4d}.kc-last-sync{font-size:.9rem;color:#b0b0b0;margin:0}.kc-public-section{display:flex;flex-direction:column;gap:24px}.kc-public-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.kc-public-card{background:#1e1e1e;border:1px solid #2A2A2A;border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:20px;transition:all .2s ease-in-out}.kc-public-card:hover{border-color:#00aeef;transform:translateY(-2px);box-shadow:0 4px 12px #00aeef33}.kc-public-header{display:flex;align-items:flex-start;gap:16px}.kc-public-icon{font-size:2.5rem}.kc-public-info{flex:1}.kc-public-info h4{font-size:1.2rem;font-weight:600;color:#fff;margin:0 0 8px}.kc-public-desc{font-size:.9rem;color:#b0b0b0;margin:0}.kc-public-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.kc-public-status{display:inline-block;padding:6px 14px;border-radius:12px;font-size:.85rem;font-weight:500}.kc-public-status.connected{background:#00c85326;color:#00c853;border:1px solid rgba(0,200,83,.3)}.kc-public-status.available{background:transparent;color:#00aeef;border:1px solid #00AEEF;cursor:pointer;transition:all .2s ease-in-out}.kc-public-status.available:hover{background:#00aeef1a}.kc-browse-btn{background:#00aeef;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.kc-browse-btn:hover{background:#08b;transform:translateY(-1px);box-shadow:0 4px 12px #00aeef4d}@media (max-width: 768px){.knowledge-center{padding:20px}.kc-file-header{flex-direction:column;align-items:flex-start}.kc-connections-grid,.kc-public-grid{grid-template-columns:1fr}.kc-sync-section{flex-direction:column;align-items:flex-start;gap:12px}.kc-public-actions{flex-direction:column;align-items:stretch}}.candidate-card{background:#1e1e1e;border:1px solid rgba(224,224,224,.1);border-radius:12px;padding:24px;transition:all .3s ease-in-out}.candidate-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0006}.rank-top3{border-left:4px solid #00C853;background:linear-gradient(90deg,#00c8530d,#1e1e1e 20%)}.rank-4to10{background:#1e1e1e}.rank-11plus{background:#1e1e1e99;opacity:.8}.card-top-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.rank-and-name{display:flex;align-items:flex-start;gap:16px;flex:1}.rank-badge{font-size:1.1rem;font-weight:700;padding:8px 16px;border-radius:8px;white-space:nowrap}.rank-badge-gold{background:linear-gradient(135deg,gold,orange);color:#000;box-shadow:0 4px 12px #ffd70066}.rank-badge-silver{background:linear-gradient(135deg,silver,#a0a0a0);color:#000;box-shadow:0 4px 12px #c0c0c066}.rank-badge-bronze{background:linear-gradient(135deg,#cd7f32,#b8733c);color:#fff;box-shadow:0 4px 12px #cd7f3266}.rank-badge-gray{background:#8080804d;color:#b0b0b0;border:1px solid rgba(176,176,176,.3)}.material-info{flex:1}.material-name{color:#fff;font-size:1.4rem;font-weight:700;margin:0 0 8px;line-height:1.3}.chemical-formula{color:#b0b0b0;font-size:1rem;margin:0;font-family:Courier New,monospace}.match-score-container{flex-shrink:0}.match-score-ring{width:120px;height:120px}.source-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;align-items:center}.source-tag{display:inline-block;padding:6px 12px;background:#00aeef1a;border:1px solid rgba(0,174,239,.3);border-radius:6px;color:#00aeef;font-size:.85rem;font-weight:500}.badge-dot{font-size:1.2rem;line-height:1}.badge-yellow{color:#fbbf24}.badge-orange{color:#f97316}.properties-panel{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;padding:20px;background:#0000004d;border-radius:8px}.properties-column{display:flex;flex-direction:column;gap:12px}.column-title{font-size:.75rem;font-weight:700;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.known-properties .column-title{color:#00c853}.uncertain-properties .column-title{color:#fbbf24}.gap-properties .column-title{color:#f97316}.property-item{font-size:.9rem;line-height:1.5}.property-item strong{color:#fff;display:block;margin-bottom:4px}.known-properties .property-item,.uncertain-properties .property-item,.gap-properties .property-item{color:#e0e0e0}.property-meta{font-size:.8rem;color:#b0b0b0;margin-top:4px}.expandable-section{border-top:1px solid rgba(224,224,224,.1);padding-top:16px;margin-bottom:16px}.expandable-header{display:flex;align-items:center;gap:12px;width:100%;background:transparent;border:none;color:#00aeef;font-size:1rem;font-weight:600;cursor:pointer;padding:8px 0;transition:all .2s ease-in-out}.expandable-header:hover{color:#33c1ff}.expand-icon{font-size:.8rem;transition:transform .2s ease-in-out}.expand-title{flex:1;text-align:left}.expandable-content{padding:16px 0 8px 28px;color:#e0e0e0;font-size:.95rem;line-height:1.6}.modification-item{margin-bottom:16px}.modification-item h4{color:#00aeef;font-size:1rem;margin:0 0 8px}.mod-description{color:#e0e0e0;margin:0 0 8px}.mod-impact{color:#b0b0b0;margin:0;font-size:.9rem}.expandable-content h4{color:#00aeef;font-size:.95rem;margin:0 0 12px}.expandable-content ul{margin:0;padding-left:24px}.expandable-content li{margin-bottom:8px;color:#e0e0e0}.expandable-content p{margin:0}.card-actions{display:flex;flex-wrap:wrap;gap:12px;padding-top:16px;border-top:1px solid rgba(224,224,224,.1)}.action-btn{background:#00aeef1a;border:1px solid rgba(0,174,239,.3);color:#00aeef;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease-in-out;white-space:nowrap}.action-btn:hover{background:#00aeef33;border-color:#00aeef;transform:translateY(-2px)}.action-btn.active{background:#00aeef4d;border-color:#00aeef}.action-btn-primary{background:linear-gradient(135deg,#00aeef,#08c);border:none;color:#fff;box-shadow:0 4px 12px #00aeef4d}.action-btn-primary:hover{box-shadow:0 6px 16px #00aeef80}@media (max-width: 1024px){.properties-panel{grid-template-columns:1fr;gap:20px}.card-top-section{flex-direction:column;gap:20px}.match-score-container{align-self:center}}@media (max-width: 768px){.candidate-card{padding:20px}.rank-and-name{flex-direction:column;gap:12px}.material-name{font-size:1.2rem}.match-score-ring{width:100px;height:100px}.card-actions{flex-direction:column}.action-btn{width:100%}}.comparison-view{min-height:100vh;background:#0a0a0a;padding:40px 20px}.comparison-header{max-width:1600px;margin:0 auto 40px}.comparison-header h1{color:#fff;font-size:2.5rem;margin-bottom:8px}.comparison-subtitle{color:#b0b0b0;font-size:1.1rem}.comparison-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px}.comparison-loading p{color:#b0b0b0;font-size:1.1rem}.comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;max-width:1600px;margin:0 auto}.comparison-column{background:#1e1e1e;border:1px solid rgba(0,174,239,.2);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:24px}.comparison-card-header{text-align:center;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}.comparison-card-header .rank-badge{display:inline-block;background:#00aeef;color:#fff;font-weight:600;padding:4px 12px;border-radius:12px;margin-bottom:12px}.comparison-card-header h2{color:#fff;font-size:1.5rem;margin-bottom:8px}.chemical-formula{color:#b0b0b0;font-family:Courier New,monospace}.comparison-section{display:flex;flex-direction:column;gap:12px}.comparison-section h3{color:#00aeef;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.match-score-large{color:#00c853;font-size:3rem;font-weight:700;text-align:center}.match-score-bar{height:12px;background:#ffffff1a;border-radius:6px;overflow:hidden}.match-score-fill{height:100%;background:linear-gradient(90deg,#00c853,#00aeef);transition:width .3s ease}.properties-list{display:flex;flex-direction:column;gap:8px}.property-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#00aeef0d;border-radius:8px;color:#fff}.property-row strong{color:#00aeef}.pros-list,.cons-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.pro-item{color:#00c853;padding:8px 12px;background:#00c8531a;border-left:3px solid #00C853;border-radius:4px}.con-item{color:#ff5252;padding:8px 12px;background:#ff52521a;border-left:3px solid #FF5252;border-radius:4px}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.info-item{display:flex;flex-direction:column;gap:4px;padding:12px;background:#00aeef0d;border-radius:8px}.info-label{color:#b0b0b0;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.info-value{color:#fff;font-size:1.1rem;font-weight:600}.back-button{background:transparent;color:#00aeef;border:1px solid #00AEEF;padding:10px 20px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease;margin-bottom:24px}.back-button:hover{background:#00aeef1a;transform:translate(-4px)}.report-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.report-modal-content{background:#1e1e1e;border:1px solid rgba(0,174,239,.3);border-radius:16px;width:100%;max-width:1000px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080}.report-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid rgba(255,255,255,.1)}.report-modal-header h2{color:#00aeef;font-size:1.75rem;margin:0 0 4px}.report-subtitle{color:#b0b0b0;font-size:1rem;margin:0}.close-button{background:transparent;border:none;color:#b0b0b0;font-size:1.5rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.close-button:hover{background:#ffffff1a;color:#fff}.report-modal-body{flex:1;overflow-y:auto;padding:32px}.report-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px}.spinner{border:4px solid rgba(0,174,239,.1);border-top:4px solid #00AEEF;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite;margin-bottom:24px}.report-loading p{color:#fff;font-size:1.1rem;margin:8px 0}.loading-detail{color:#b0b0b0!important;font-size:.95rem!important}.report-error{text-align:center;padding:60px 20px}.report-error p{color:#ff5252;font-size:1.1rem;margin-bottom:24px}.retry-button{background:#00aeef;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease}.retry-button:hover{background:#0095cc;transform:translateY(-2px)}.report-content{color:#fff;line-height:1.8}.report-content h1{color:#00aeef;font-size:2rem;margin-bottom:24px;border-bottom:2px solid rgba(0,174,239,.3);padding-bottom:12px}.report-content h2{color:#00aeef;font-size:1.5rem;margin-top:32px;margin-bottom:16px}.report-content h3{color:#fff;font-size:1.2rem;margin-top:24px;margin-bottom:12px}.report-content p{margin-bottom:16px;color:#e0e0e0}.report-content ul,.report-content ol{margin-bottom:16px;padding-left:24px;color:#e0e0e0}.report-content li{margin-bottom:8px}.report-content strong{color:#00aeef}.report-content code{background:#00aeef1a;color:#00aeef;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace}.report-content pre{background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:16px;overflow-x:auto;margin-bottom:16px}.report-content pre code{background:transparent;padding:0}.report-content table{width:100%;border-collapse:collapse;margin-bottom:16px}.report-content th,.report-content td{border:1px solid rgba(255,255,255,.1);padding:12px;text-align:left}.report-content th{background:#00aeef1a;color:#00aeef;font-weight:600}.report-content td{color:#e0e0e0}.report-modal-footer{display:flex;justify-content:space-between;align-items:center;padding:20px 32px;border-top:1px solid rgba(255,255,255,.1);gap:16px}.download-button{background:#00aeef;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;flex:1}.download-button:hover{background:#0095cc;transform:translateY(-2px)}.close-button-footer{background:transparent;color:#b0b0b0;border:1px solid rgba(255,255,255,.2);padding:12px 24px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease}.close-button-footer:hover{background:#ffffff1a;color:#fff}.candidate-results-container{display:flex;gap:24px;max-width:1600px;margin:0 auto;padding:24px;min-height:100vh}.results-main{flex:1;min-width:0}.results-header{background:#1e1e1e;border:1px solid rgba(224,224,224,.1);border-radius:12px;padding:24px;margin-bottom:24px}.header-top{display:flex;align-items:center;gap:16px;margin-bottom:20px}.back-button{background:transparent;border:1px solid rgba(0,174,239,.3);color:#00aeef;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .2s ease-in-out}.back-button:hover{background:#00aeef1a;border-color:#00aeef}.results-title{color:#fff;font-size:1.8rem;font-weight:600;margin:0}.filters-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:12px}.filter-label{color:#b0b0b0;font-size:.9rem;white-space:nowrap}.score-slider{width:120px;height:6px;border-radius:3px;background:#e0e0e033;outline:none;accent-color:#00AEEF}.score-value{color:#00aeef;font-weight:600;min-width:40px}.checkbox-filter{display:flex;align-items:center;gap:8px;color:#e0e0e0;font-size:.9rem;cursor:pointer}.checkbox-filter input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#00AEEF}.sort-group{display:flex;align-items:center;gap:12px;margin-left:auto}.sort-select{background:#1e1e1ecc;border:1px solid rgba(224,224,224,.2);color:#fff;padding:8px 16px;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .2s ease-in-out}.sort-select:hover{border-color:#00aeef}.sort-select:focus{outline:none;border-color:#00aeef}.candidates-list{display:flex;flex-direction:column;gap:20px}.results-sidebar{width:280px;background:#1e1e1e;border:1px solid rgba(224,224,224,.1);border-radius:12px;padding:24px;height:fit-content;position:sticky;top:24px;display:flex;flex-direction:column;gap:16px}.sidebar-section{margin-bottom:12px}.sidebar-title{color:#00aeef;font-size:1rem;font-weight:600;margin:0 0 8px}.shortlist-count{color:#b0b0b0;font-size:.85rem;margin:0 0 12px}.shortlist-items{display:flex;flex-direction:column;gap:8px}.shortlist-item{display:flex;align-items:center;gap:8px;padding:8px;background:#00aeef0d;border:1px solid rgba(0,174,239,.2);border-radius:6px;font-size:.85rem}.shortlist-rank{color:#00aeef;font-weight:600;min-width:30px}.shortlist-name{color:#e0e0e0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-action-btn{background:#00aeef1a;border:1px solid rgba(0,174,239,.3);color:#00aeef;padding:12px 16px;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease-in-out}.sidebar-action-btn:hover:not(:disabled){background:#00aeef33;border-color:#00aeef}.sidebar-action-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1200px){.candidate-results-container{flex-direction:column}.results-sidebar{width:100%;position:static}.filters-row{gap:16px}.sort-group{margin-left:0;width:100%}}@media (max-width: 768px){.candidate-results-container{padding:16px}.results-title{font-size:1.4rem}.filters-row{flex-direction:column;align-items:stretch;gap:12px}.filter-group,.checkbox-filter{width:100%}}.workflow-modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;overflow-y:auto}.workflow-modal-content{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080;margin:auto}.workflow-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 28px;border-bottom:1px solid #2a2a2a;flex-shrink:0}.workflow-modal-title{font-size:24px;font-weight:700;color:#fff;margin:0 0 8px}.workflow-modal-subtitle{font-size:14px;color:#888;margin:0}.workflow-modal-subtitle strong{color:#00aeef;font-weight:600}.workflow-modal-close{background:none;border:none;color:#888;font-size:28px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.workflow-modal-close:hover{background:#ffffff1a;color:#fff}.workflow-modal-body{padding:28px;overflow-y:auto;flex:1;max-height:calc(90vh - 100px)}.workflow-modal-body::-webkit-scrollbar{width:8px}.workflow-modal-body::-webkit-scrollbar-track{background:#0d0d0d}.workflow-modal-body::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:4px}.workflow-modal-body::-webkit-scrollbar-thumb:hover{background:#3a3a3a}.workflow-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:20px}.loading-spinner{width:50px;height:50px;border:4px solid #2a2a2a;border-top-color:#00aeef;border-radius:50%;animation:spin 1s linear infinite}.workflow-loading p{color:#888;font-size:15px}.workflow-summary-box{background:linear-gradient(135deg,#00aeef1a,#00aeef0d);border:1px solid rgba(0,174,239,.3);border-radius:8px;padding:20px;margin-bottom:28px}.workflow-intro{color:#fff;font-size:15px;font-weight:600;margin:0 0 12px}.workflow-summary-text{color:#ccc;font-size:14px;line-height:1.6;margin:0}.workflow-steps{margin-bottom:28px}.workflow-steps-title{font-size:18px;font-weight:600;color:#fff;margin:0 0 16px}.workflow-step-card{background:#0d0d0d;border:1px solid #2a2a2a;border-radius:8px;padding:20px;margin-bottom:12px;transition:all .2s ease}.workflow-step-card:hover{border-color:#00aeef;box-shadow:0 0 0 1px #00aeef33}.workflow-step-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.workflow-step-number{font-size:13px;font-weight:600;color:#00aeef;text-transform:uppercase;letter-spacing:.5px}.workflow-step-priority{font-size:12px;font-weight:600;padding:4px 12px;border-radius:12px}.workflow-step-name{font-size:17px;font-weight:600;color:#fff;margin:0 0 12px}.workflow-step-meta{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:12px}.workflow-step-meta-item{font-size:13px;color:#888}.workflow-step-meta-item strong{color:#ccc}.workflow-step-description{font-size:14px;color:#ccc;line-height:1.6;margin:0 0 12px}.workflow-step-equipment{font-size:13px;color:#888;padding-top:12px;border-top:1px solid #2a2a2a;margin-top:8px}.workflow-step-equipment strong{color:#00aeef}.workflow-totals{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.workflow-total-item{background:#0d0d0d;border:1px solid #2a2a2a;border-radius:8px;padding:16px;text-align:center}.workflow-total-label{font-size:13px;color:#888;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.workflow-total-value{font-size:24px;font-weight:700;color:#00aeef}.workflow-note{background:#ffa5001a;border:1px solid rgba(255,165,0,.3);border-radius:8px;padding:16px 20px;margin-bottom:24px}.workflow-note p{color:#fff;font-size:14px;margin:0 0 12px}.workflow-note ul{color:#ccc;font-size:14px;margin:0 0 12px;padding-left:20px}.workflow-note li{margin-bottom:4px}.workflow-note-subtitle{color:#888!important;font-size:13px!important;font-style:italic}.workflow-modal-actions{display:flex;gap:12px;justify-content:center}.workflow-action-btn{padding:12px 32px;font-size:15px;font-weight:600;border-radius:6px;cursor:pointer;border:none;transition:all .2s ease;min-width:200px}.workflow-btn-primary{background:linear-gradient(135deg,#00aeef,#08c);color:#fff}.workflow-btn-primary:hover{background:linear-gradient(135deg,#00c3ff,#09d);transform:translateY(-2px);box-shadow:0 6px 20px #00aeef66}.workflow-btn-secondary:hover{background:#3a3a3a;transform:translateY(-2px)}.workflow-error{text-align:center;padding:40px 20px;color:#f44;font-size:15px}@media (max-width: 768px){.workflow-modal-content{max-width:100%;margin:0;border-radius:0}.workflow-totals{grid-template-columns:1fr}.workflow-modal-actions{flex-direction:column}.workflow-action-btn{width:100%}}.ai-candidate-generator{max-width:1200px;margin:0 auto;padding:40px 20px}.generator-header{text-align:center;margin-bottom:48px}.generator-title{color:#fff;font-size:2.5rem;font-weight:600;margin-bottom:16px}.generator-subtitle{color:#b0b0b0;font-size:1.1rem;max-width:700px;margin:0 auto;line-height:1.6}.generator-main{display:flex;flex-direction:column;gap:40px}.search-config-card{background:#1e1e1e;border:1px solid rgba(224,224,224,.1);border-radius:16px;padding:32px}.card-title{color:#00aeef;font-size:1.5rem;font-weight:600;margin-bottom:32px}.form-section{margin-bottom:32px}.form-section:last-child{margin-bottom:0}.form-label{display:block;color:#fff;font-size:1rem;font-weight:500;margin-bottom:12px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.material-type-select{width:100%;max-width:400px}.project-info-display{background:#00aeef1a;border:1px solid rgba(0,174,239,.3);border-radius:8px;padding:12px 16px;color:#00aeef;font-size:1.1rem}.requirements-table-container{background:#00aeef0d;border:1px solid rgba(0,174,239,.2);border-radius:8px;padding:16px;overflow-x:auto}.requirements-table{width:100%;border-collapse:collapse}.requirements-table th{background:#00aeef1a;color:#00aeef;padding:12px;text-align:left;border:1px solid rgba(0,174,239,.3);font-weight:600;font-size:.9rem}.requirements-table td{padding:12px;border:1px solid rgba(224,224,224,.1);color:#e0e0e0;font-size:.95rem}.requirements-table tbody tr{transition:background .2s ease-in-out}.requirements-table tbody tr:hover{background:#00aeef14}.priority-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:.85rem;font-weight:600}.priority-critical{background:#ef444433;color:#ef4444}.priority-preferred{background:#00aeef33;color:#00aeef}.priority-important{background:#fbbf2433;color:#fbbf24}.checkbox-group,.radio-group{display:flex;flex-direction:column;gap:12px}.checkbox-label,.radio-label{display:flex;align-items:center;gap:12px;color:#e0e0e0;cursor:pointer;padding:12px;border-radius:8px;transition:background .2s ease-in-out}.checkbox-label:hover,.radio-label:hover{background:#00aeef0d}.checkbox-label input[type=checkbox],.radio-label input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:#00AEEF}.radio-content{display:flex;flex-direction:column;gap:4px}.radio-content strong{color:#fff;font-size:1rem}.generate-button{background:linear-gradient(135deg,#00aeef,#08c);border:none;border-radius:16px;padding:28px 48px;color:#fff;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:0 8px 32px #00aeef4d;animation:pulse 2s ease-in-out infinite}.generate-button:hover{transform:translateY(-4px);box-shadow:0 12px 48px #00aeef80;animation:none}.generate-button:active{transform:translateY(-2px)}@keyframes pulse{0%,to{box-shadow:0 8px 32px #00aeef4d}50%{box-shadow:0 8px 48px #00aeef99}}.button-icon{font-size:2rem}.button-text{font-size:1.3rem}.button-subtext{font-size:.9rem;opacity:.9;font-weight:400}.loading-overlay{position:fixed;inset:0;background:#0a0a0af2;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.loading-content{max-width:800px;width:100%}.loading-title{color:#fff;font-size:2rem;font-weight:600;text-align:center;margin-bottom:12px}.loading-subtitle{color:#b0b0b0;font-size:1.1rem;text-align:center;margin-bottom:48px}.loading-steps{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.loading-step{opacity:.4;transition:opacity .3s ease-in-out}.loading-step.active,.loading-step.completed{opacity:1}.step-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.step-icon{font-size:1.2rem;width:28px;text-align:center}.step-label{color:#e0e0e0;font-size:1rem}.loading-step.completed .step-icon{color:#00c853}.loading-step.active .step-icon{color:#00aeef}.progress-bar-container{height:8px;background:#e0e0e01a;border-radius:4px;overflow:hidden;margin-left:40px}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#00aeef,#00c853);border-radius:4px;transition:width .3s ease-in-out}.estimated-time{text-align:center;padding:20px;background:#00aeef1a;border:1px solid rgba(0,174,239,.3);border-radius:12px}.estimated-time p{color:#00aeef;font-size:1.1rem;margin:0}@media (max-width: 768px){.generator-title{font-size:2rem}.generator-subtitle{font-size:1rem}.search-config-card{padding:24px 20px}.generate-button{padding:24px 32px}.button-text{font-size:1.1rem}.requirements-table{font-size:.85rem}.requirements-table th,.requirements-table td{padding:8px}.loading-title{font-size:1.5rem}.loading-subtitle{font-size:1rem}}.data-source-banner{background:#00aeef1a;border:1px solid rgba(0,174,239,.3);border-radius:8px;padding:12px 20px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;color:#fff}.data-source-banner strong{color:#00aeef}.clear-data-btn{background:transparent;border:1px solid #00AEEF;color:#00aeef;padding:6px 16px;border-radius:6px;cursor:pointer;font-size:.9rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .2s ease-in-out}.clear-data-btn:hover{background:#00aeef33}.simulation-orchestrator{padding:30px 40px;max-width:1400px;margin:0 auto}.so-header{margin-bottom:30px}.so-title{font-size:32px;font-weight:700;color:#fff;margin:0 0 8px}.so-subtitle{font-size:16px;color:#b0b0b0;margin:0}.so-tabs{display:flex;gap:0;border-bottom:2px solid #2a2a2a;margin-bottom:30px}.so-tab{padding:14px 24px;background:none;border:none;color:#888;font-size:15px;font-weight:500;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease;position:relative}.so-tab:hover{color:#fff;background:#00aeef0d}.so-tab.active{color:#00aeef;border-bottom-color:#00aeef}.tab-badge{display:inline-block;background:#00aeef;color:#0d0d0d;font-size:12px;font-weight:700;padding:2px 8px;border-radius:12px;margin-left:8px}.so-content{min-height:400px}.so-new-simulation{display:flex;flex-direction:column;gap:30px}.so-section{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;padding:24px}.so-section-title{font-size:20px;font-weight:600;color:#fff;margin:0 0 20px}.section-description{color:#888;font-size:14px;margin-bottom:16px}.so-radio-group{display:flex;gap:24px;margin-bottom:24px}.so-radio-option{display:flex;align-items:center;gap:8px;cursor:pointer}.so-radio-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#00AEEF}.radio-label{font-size:15px;font-weight:500;color:#fff}.so-ai-candidates{margin-top:20px}.empty-state{text-align:center;padding:60px 40px;background:#0d0d0d;border:2px dashed #2a2a2a;border-radius:12px;margin-top:16px}.empty-message{font-size:18px;font-weight:600;color:#ccc;margin:0 0 12px}.empty-hint{font-size:15px;color:#888;margin:0;line-height:1.6}.empty-hint a{color:#00aeef;text-decoration:none;font-weight:600;transition:color .2s ease}.empty-hint a:hover{color:#00c8ff;text-decoration:underline}.candidate-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;margin-top:16px}.candidate-card{background:#0d0d0d;border:2px solid #2a2a2a;border-radius:8px;padding:16px;transition:all .2s ease;cursor:pointer}.candidate-card:hover{border-color:#00aeef;transform:translateY(-2px)}.candidate-card.selected{border-color:#00aeef;background:#00aeef0d}.candidate-header{display:flex;gap:12px;align-items:flex-start;margin-bottom:12px}.candidate-rank-badge{background:linear-gradient(135deg,#1a1a1a,#0d0d0d);border:1px solid #2a2a2a;color:#00aeef;padding:6px 10px;border-radius:6px;font-size:13px;font-weight:700;white-space:nowrap;flex-shrink:0}.candidate-header-content{flex:1;min-width:0}.candidate-name{font-size:16px;font-weight:600;color:#fff;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.candidate-formula{font-size:13px;font-weight:500;color:#888;margin:0;font-family:Menlo,Monaco,Courier New,monospace}.candidate-score{background:#00aeef;color:#0d0d0d;font-size:13px;font-weight:700;padding:4px 10px;border-radius:4px}.candidate-gaps{display:flex;gap:12px;margin-bottom:12px}.gap-indicator{font-size:13px;padding:4px 8px;border-radius:4px}.gap-indicator.sim{background:#ffc1071a;color:#ffc107;border:1px solid rgba(255,193,7,.3)}.gap-indicator.exp{background:#9c27b01a;color:#9c27b0;border:1px solid rgba(156,39,176,.3)}.so-upload-section{margin-top:20px}.upload-option{margin-bottom:20px}.upload-title{font-size:16px;font-weight:600;color:#fff;margin:0 0 8px}.upload-description{font-size:14px;color:#888;margin:0 0 12px}.file-input{display:block;width:100%;padding:12px;background:#0d0d0d;border:2px dashed #2a2a2a;border-radius:6px;color:#fff;cursor:pointer;transition:all .2s ease}.file-input:hover{border-color:#00aeef}.file-preview{margin-top:12px;padding:10px 14px;background:#00aeef1a;border:1px solid rgba(0,174,239,.3);border-radius:6px;color:#00aeef;font-size:14px}.upload-divider{text-align:center;color:#666;font-weight:600;margin:24px 0;position:relative}.upload-divider:before,.upload-divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#2a2a2a}.upload-divider:before{left:0}.upload-divider:after{right:0}.manual-input{padding:20px;background:#00aeef08;border:1px solid rgba(0,174,239,.1);border-radius:6px}.input-group{margin-bottom:16px}.input-group label{display:block;font-size:14px;font-weight:500;color:#b0b0b0;margin-bottom:6px}.input-group input,.input-group select{width:100%;padding:10px 14px;background:#0d0d0d;border:1px solid #2a2a2a;border-radius:6px;color:#fff;font-size:14px;transition:all .2s ease}.input-group input:focus,.input-group select:focus{outline:none;border-color:#00aeef}.input-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ai-recommended{margin-top:20px}.ai-badge{display:inline-block;background:linear-gradient(135deg,#00aeef,#08c);color:#fff;font-size:14px;font-weight:600;padding:8px 16px;border-radius:20px;margin-bottom:12px}.simulation-sequence{margin-top:20px;display:flex;flex-direction:column;gap:12px}.sim-card{background:#0d0d0d;border:1px solid #2a2a2a;border-radius:8px;padding:16px;display:flex;gap:16px;align-items:center;transition:all .2s ease}.sim-card:hover{border-color:#00aeef;background:#00aeef08}.sim-header{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:80px}.sim-number{width:40px;height:40px;border-radius:50%;background:#00aeef;color:#0d0d0d;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center}.priority-badge{font-size:11px;font-weight:600;padding:4px 8px;border-radius:4px;text-transform:uppercase}.priority-badge.high{background:#f443361a;color:#f44336;border:1px solid rgba(244,67,54,.3)}.priority-badge.medium{background:#ffc1071a;color:#ffc107;border:1px solid rgba(255,193,7,.3)}.priority-badge.low{background:#4caf501a;color:#4caf50;border:1px solid rgba(76,175,80,.3)}.sim-content{flex:1}.sim-name{font-size:16px;font-weight:600;color:#fff;margin:0 0 8px}.sim-details{display:flex;flex-direction:column;gap:4px}.sim-detail{font-size:14px}.detail-label{color:#888;font-weight:500}.detail-value{color:#b0b0b0;margin-left:6px}.sim-actions{display:flex;gap:8px}.sim-card.skeleton-loading{opacity:.6;pointer-events:none}.skeleton-box{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.recommendations-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;background:#f443360d;border:1px solid rgba(244,67,54,.2);border-radius:8px;margin:20px 0}.error-icon{font-size:48px;margin-bottom:12px}.error-message{color:#f44336;font-size:14px;margin:0 0 16px;text-align:center}.recommendations-idle{display:flex;align-items:center;justify-content:center;padding:40px 20px;background:#00aeef0d;border:1px dashed rgba(0,174,239,.3);border-radius:8px;margin:20px 0}.idle-message{color:#b0b0b0;font-size:14px;margin:0;text-align:center}.sequence-actions{display:flex;gap:12px;margin-top:16px}.simulation-types{margin-top:32px;padding-top:24px;border-top:1px solid #2a2a2a}.types-title{font-size:18px;font-weight:600;color:#fff;margin:0 0 20px}.sim-type-card{background:#0d0d0d;border:1px solid #2a2a2a;border-radius:8px;padding:20px;margin-bottom:16px}.type-name{font-size:16px;font-weight:700;color:#00aeef;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px}.type-config{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.config-item{display:flex;flex-direction:column;gap:8px}.config-item label{font-size:14px;font-weight:500;color:#b0b0b0}.config-item select,.config-item input[type=range]{padding:8px 12px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:6px;color:#fff;font-size:14px}.config-item input[type=range]{width:100%}.config-item span{font-size:13px;color:#888}.checkbox-group{display:flex;gap:16px;flex-wrap:wrap}.checkbox-group label{display:flex;align-items:center;gap:6px;font-size:14px;color:#b0b0b0;cursor:pointer}.checkbox-group input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#00AEEF}.batch-config{display:flex;flex-direction:column;gap:16px}.config-checkbox{display:flex;align-items:center;gap:10px}.config-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#00AEEF}.config-checkbox label{font-size:15px;color:#b0b0b0;cursor:pointer}.output-config{display:flex;flex-direction:column;gap:12px}.so-launch-section{display:flex;justify-content:center;padding:40px 0}.so-placeholder{text-align:center;padding:60px 20px;color:#888}.so-placeholder h2{color:#fff;margin-bottom:12px}.so-active-simulations{display:flex;flex-direction:column;gap:24px}.active-sim-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.active-sim-header h2{font-size:24px;font-weight:600;color:#fff;margin:0}.active-sim-card{background:linear-gradient(135deg,#1a1a1a,#141414);border:1px solid #2a2a2a;border-radius:12px;overflow:hidden;transition:all .3s ease}.active-sim-card:hover{border-color:#00aeef;box-shadow:0 4px 20px #00aeef26}.sim-card-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#00aeef0d;border-bottom:1px solid #2a2a2a}.sim-header-left{display:flex;flex-direction:column;gap:8px}.sim-status-indicator{display:flex;align-items:center;gap:8px}.status-dot{width:12px;height:12px;border-radius:50%;position:relative}.status-dot.running{background:#00aeef;animation:pulse-blue 2s infinite}.status-dot.equilibrating{background:orange}.status-dot.completed{background:#0c6}.status-dot.error{background:#f44}@keyframes pulse-blue{0%,to{box-shadow:0 0 #00aeefb3}50%{box-shadow:0 0 0 8px #00aeef00}}.status-text{font-size:12px;font-weight:600;color:#00aeef;text-transform:uppercase;letter-spacing:.5px}.sim-name{font-size:18px;font-weight:600;color:#fff;margin:0}.sim-time-info{display:flex;align-items:baseline;gap:6px;font-size:16px}.time-current{color:#00aeef;font-weight:700;font-size:20px}.time-separator{color:#666}.time-total{color:#888;font-weight:500}.sim-card-body{padding:24px}.sim-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px;margin-bottom:24px}.info-item{display:flex;flex-direction:column;gap:4px}.info-item.full-width{grid-column:1 / -1}.info-label{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.info-value{font-size:15px;color:#fff;font-weight:500}.progress-wrapper{display:flex;align-items:center;gap:12px}.progress-bar{flex:1;height:24px;background:#1a1a1a;border-radius:12px;overflow:hidden;border:1px solid #2a2a2a}.progress-percentage{font-size:16px;font-weight:700;color:#00aeef;min-width:50px;text-align:right}.sim-metrics{background:#0d0d0d;border:1px solid #2a2a2a;border-radius:8px;padding:20px;margin-bottom:20px}.metrics-title{font-size:14px;font-weight:600;color:#00aeef;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.metric-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:6px;padding:16px}.metric-value{font-size:18px;font-weight:700;color:#fff;font-family:Courier New,monospace}.metric-graph{margin-top:12px;height:40px;background:#0d0d0d;border-radius:4px;position:relative;overflow:hidden}.sim-actions{display:flex;gap:12px;flex-wrap:wrap}.so-completed-simulations{display:flex;flex-direction:column;gap:24px}.completed-sim-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.completed-sim-header h2{font-size:24px;font-weight:600;color:#fff;margin:0}.completed-sim-list{display:flex;flex-direction:column;gap:16px}.completed-sim-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;overflow:hidden;transition:all .3s ease}.completed-sim-card:hover{border-color:#00aeef;transform:translateY(-2px);box-shadow:0 4px 16px #00aeef33}.completed-sim-card.status-success{border-left:4px solid #00CC66}.completed-sim-card.status-failed{border-left:4px solid #FF4444}.completed-sim-card.status-partial{border-left:4px solid #FFA500}.completed-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#0000004d;border-bottom:1px solid #2a2a2a}.completed-left{flex:1}.completed-status{display:flex;align-items:center;gap:16px}.status-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}.status-icon.success{background:#0c63;color:#0c6}.status-icon.failed{background:#f443;color:#f44}.status-icon.partial{background:#ffa50033;color:orange}.completed-info{flex:1}.completed-name{font-size:18px;font-weight:600;color:#fff;margin:0 0 6px}.completed-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.meta-item{font-size:13px;color:#888}.meta-separator{color:#444}.completed-status-badge{padding:6px 16px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.completed-sim-card.status-success .completed-status-badge{background:#0c63;color:#0c6}.completed-sim-card.status-failed .completed-status-badge{background:#f443;color:#f44}.completed-sim-card.status-partial .completed-status-badge{background:#ffa50033;color:orange}.completed-results{padding:20px 24px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.results-summary h4,.results-findings h4{font-size:12px;color:#00aeef;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-weight:600}.summary-text{font-size:16px;color:#fff;font-weight:600;margin:0}.findings-list{margin:0;padding-left:20px;list-style:none}.findings-list li{font-size:14px;color:#ccc;margin-bottom:8px;position:relative}.findings-list li:before{content:"→";color:#00aeef;position:absolute;left:-20px}.completed-actions{padding:16px 24px;background:#0003;border-top:1px solid #2a2a2a;display:flex;gap:12px;flex-wrap:wrap}@media (max-width: 768px){.simulation-orchestrator{padding:20px}.so-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.so-tab{white-space:nowrap}.candidate-list,.input-row,.type-config{grid-template-columns:1fr}}.report-modal-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;backdrop-filter:blur(6px)}.report-modal-scientific{background:#0a0a0a;border:1px solid #1a1a1a;border-radius:12px;max-width:1400px;width:100%;max-height:92vh;display:flex;flex-direction:column;box-shadow:0 30px 80px #000000b3,0 0 0 1px #00aeef26;animation:modalSlideIn .3s ease-out;overflow:hidden}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.report-header{padding:28px 36px;border-bottom:1px solid #1a1a1a;background:linear-gradient(135deg,#0d0d0d,#0a0a0a);display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-shrink:0;position:relative;z-index:20}.report-header-main{flex:1;display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.report-header-info{flex:1}.report-sim-name{margin:0 0 10px;font-size:22px;font-weight:600;color:#fff;letter-spacing:-.02em}.report-meta-line{display:flex;gap:12px;align-items:center;flex-wrap:wrap;font-size:14px;color:#888}.report-meta-item strong{color:#aaa;font-weight:500}.report-badge{background:linear-gradient(135deg,#00aeef26,#00aeef14);border:1px solid rgba(0,174,239,.3);color:#00aeef;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.report-close-btn{background:transparent;border:none;color:#666;font-size:26px;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;flex-shrink:0}.report-close-btn:hover{background:#ffffff0d;color:#fff}.report-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:20px}.report-body{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.report-tabs{display:flex;gap:0;background:#0d0d0d;border-bottom:1px solid #1a1a1a;padding:0 32px;flex-shrink:0;position:relative;z-index:10}.report-tab{background:transparent;border:none;color:#888;padding:14px 24px;font-size:14px;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;position:relative}.report-tab:hover{color:#aaa;background:#ffffff05}.report-tab.active{color:#00aeef;border-bottom-color:#00aeef}.report-main-container{flex:1;display:flex;overflow:hidden;min-height:0}.report-content-area{flex:1;overflow-y:auto;overflow-x:hidden;padding:40px 40px 100px;background:#0a0a0a;scrollbar-width:thin;scrollbar-color:#2a2a2a #0a0a0a;min-width:0}.report-content-area::-webkit-scrollbar{width:10px}.report-content-area::-webkit-scrollbar-track{background:#0a0a0a}.report-content-area::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:5px;border:2px solid #0a0a0a}.report-content-area::-webkit-scrollbar-thumb:hover{background:#3a3a3a}.report-loading p{color:#888;font-size:15px;font-weight:500}.report-text-content{max-width:900px;width:100%;box-sizing:border-box}.sci-h1{font-size:28px;font-weight:700;color:#fff;margin:48px 0 20px;padding-bottom:12px;border-bottom:2px solid #1a1a1a;letter-spacing:-.02em;line-height:1.3}.sci-h1:first-child{margin-top:0}.sci-h2{font-size:22px;font-weight:600;color:#00aeef;margin:40px 0 18px;padding-left:14px;border-left:4px solid #00AEEF;letter-spacing:-.01em;line-height:1.4}.sci-h3{font-size:18px;font-weight:600;color:#ccc;margin:32px 0 14px;letter-spacing:-.01em;line-height:1.4}.sci-p{margin:16px 0;color:#d0d0d0;font-size:15px;line-height:1.8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sci-ul,.sci-ol{margin:20px 0;padding-left:28px;color:#d0d0d0}.sci-li{margin:10px 0;line-height:1.8;font-size:15px}.sci-li::marker{color:#00aeef;font-weight:600}.sci-strong{color:#00aeef;font-weight:600}.sci-code-inline{background:#00aeef1a;color:#00aeef;padding:4px 8px;border-radius:5px;font-family:Menlo,Monaco,Courier New,monospace;font-size:.88em;border:1px solid rgba(0,174,239,.2)}.sci-code-block{background:#050505;color:#d0d0d0;padding:20px 22px;border-radius:8px;border:1px solid #1a1a1a;margin:24px 0;overflow-x:auto;font-family:Menlo,Monaco,Courier New,monospace;font-size:.88em;line-height:1.6;white-space:pre-wrap}.sci-code-block code{background:transparent;padding:0;border:none;font-family:inherit;color:inherit}.report-sidebar{width:340px;background:#0d0d0d;border-left:1px solid #1a1a1a;padding:28px 24px 40px;display:flex;flex-direction:column;gap:32px;flex-shrink:0;align-self:flex-start;position:sticky;top:0;max-height:100vh;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#2a2a2a #0d0d0d}.report-sidebar::-webkit-scrollbar{width:8px}.report-sidebar::-webkit-scrollbar-track{background:#0d0d0d}.report-sidebar::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:4px;border:2px solid #0d0d0d}.report-sidebar::-webkit-scrollbar-thumb:hover{background:#3a3a3a}.sidebar-section{display:flex;flex-direction:column;gap:14px}.sidebar-title{margin:0;font-size:13px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.8px}.metrics-cards{display:flex;flex-direction:column;gap:10px}.metric-card{background:linear-gradient(135deg,#121212,#0a0a0a);border:1px solid #1a1a1a;border-radius:8px;padding:12px 14px;display:flex;flex-direction:column;gap:6px;transition:all .2s ease}.metric-card:hover{border-color:#00aeef4d;background:linear-gradient(135deg,#151515,#0d0d0d)}.metric-label{font-size:12px;color:#888;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.metric-value{font-size:15px;color:#fff;font-weight:600;line-height:1.3}.metric-value.positive{color:#00aeef}.metric-value.negative{color:#ff6b6b}.property-updates{display:flex;flex-direction:column;gap:10px}.property-update{background:#00aeef08;border:1px solid rgba(0,174,239,.12);border-radius:6px;padding:10px 12px;display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:1.5}.property-arrow{color:#00aeef;font-weight:700;flex-shrink:0}.property-text{color:#d0d0d0;flex:1}.sidebar-actions{display:flex;flex-direction:column;gap:8px}.action-btn{background:#121212;border:1px solid #2a2a2a;color:#ccc;padding:11px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.action-btn:hover{background:#1a1a1a;border-color:#3a3a3a;color:#fff}.action-btn.primary{background:linear-gradient(135deg,#00aeef,#08c);border-color:#00aeef;color:#fff;font-weight:600}.action-btn.primary:hover{background:linear-gradient(135deg,#00c8ff,#009ddd);border-color:#00c8ff;box-shadow:0 4px 12px #00aeef33}.report-back-button{position:fixed;bottom:32px;right:32px;background:linear-gradient(135deg,#00aeef,#08c);border:1px solid #00AEEF;color:#fff;padding:14px 28px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 6px 20px #0006,0 0 0 1px #00aeef33;z-index:30;display:flex;align-items:center;gap:8px}.report-back-button:hover{background:linear-gradient(135deg,#00c8ff,#009ddd);border-color:#00c8ff;box-shadow:0 8px 24px #00aeef4d,0 0 0 1px #00aeef66;transform:translateY(-2px)}.report-back-button:active{transform:translateY(0);box-shadow:0 4px 12px #00aeef33}@media (max-width: 1200px){.report-sidebar{width:300px}}@media (max-width: 900px){.report-main-container{flex-direction:column}.report-sidebar{width:100%;border-left:none;border-top:1px solid #1a1a1a}.report-tabs{overflow-x:auto;padding:0 20px}.report-content-area{padding:24px 20px}}@media (max-width: 768px){.report-modal-scientific{max-width:100%;max-height:100vh;border-radius:0}.report-header{padding:20px;flex-direction:column}.report-header-main{flex-direction:column;width:100%}.report-sim-name{font-size:20px}.report-badge{align-self:flex-start}.report-tabs{gap:0}.report-tab{padding:12px 16px;font-size:13px}}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.experiment-planner{display:flex;flex-direction:column;height:calc(100vh - 60px);background:#0a0a0a;overflow:hidden}.ep-toolbar{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:linear-gradient(135deg,#1a1a1a,#141414);border-bottom:1px solid #2a2a2a;flex-shrink:0}.toolbar-left{display:flex;flex-direction:column;gap:4px}.ep-title{font-size:24px;font-weight:700;color:#fff;margin:0}.ep-subtitle{font-size:14px;color:#888}.toolbar-controls{display:flex;gap:12px;align-items:center}.toolbar-btn{padding:8px 16px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:6px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.toolbar-btn:hover:not(:disabled){background:#333;border-color:#00aeef}.toolbar-btn:disabled{opacity:.4;cursor:not-allowed}.toolbar-select{padding:8px 16px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:6px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;min-width:220px;transition:all .2s ease}.toolbar-select:hover{border-color:#00aeef}.toolbar-select option{background:#1a1a1a;color:#fff}.ep-content{display:flex;flex:1;overflow:hidden}.ep-sidebar{background:#0f0f0f;border:1px solid #2a2a2a;overflow-y:auto;flex-shrink:0}.ep-sidebar-left{width:220px;border-right:1px solid #2a2a2a;border-left:none}.ep-sidebar-right{width:240px;border-left:1px solid #2a2a2a;border-right:none}.sidebar-title{font-size:16px;font-weight:700;color:#00aeef;text-transform:uppercase;letter-spacing:1px;padding:20px 20px 16px;margin:0;border-bottom:2px solid #00AEEF}.block-categories{padding:0}.block-category{margin-bottom:8px}.category-header{font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.8px;padding:12px 20px;margin:0;background:#00aeef0d;border-left:3px solid #00AEEF}.block-list{padding:8px 12px}.experiment-block{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;margin-bottom:8px;cursor:grab;transition:all .2s ease}.experiment-block:hover{background:#242424;border-color:#00aeef;transform:translate(4px)}.experiment-block:active{cursor:grabbing;opacity:.7}.block-icon{font-size:24px;flex-shrink:0}.block-details{flex:1;min-width:0}.block-name{font-size:14px;font-weight:600;color:#fff;margin-bottom:4px}.block-meta{display:flex;gap:8px;margin-bottom:6px}.block-time{font-size:11px;color:#888}.block-equipment{display:flex;flex-wrap:wrap;gap:4px}.equipment-tag{font-size:10px;padding:2px 6px;background:#00aeef26;border:1px solid rgba(0,174,239,.3);border-radius:4px;color:#00aeef;white-space:nowrap}.ep-canvas-wrapper{flex:1;position:relative;background:#0a0a0a}.ep-canvas{width:100%;height:100%}.react-flow__node{background:linear-gradient(135deg,#1a1a1a,#141414);border:2px solid #2a2a2a;border-radius:10px;padding:0;box-shadow:0 4px 12px #00000080;transition:all .2s ease;min-width:200px}.react-flow__node:hover{border-color:#00aeef;box-shadow:0 6px 20px #00aeef4d}.react-flow__node.selected{border-color:#00aeef;box-shadow:0 0 0 2px #00aeef4d}.node-content{padding:12px}.node-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.node-icon{font-size:24px}.node-name{font-size:14px;font-weight:600;color:#fff}.node-info{display:flex;gap:8px;align-items:center}.node-time{font-size:12px;color:#888;background:#00aeef1a;padding:2px 8px;border-radius:4px}.ep-controls{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px}.ep-controls button{background:#2a2a2a;border-color:#3a3a3a;color:#fff}.ep-controls button:hover{background:#333;border-color:#00aeef}.canvas-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none;z-index:0}.placeholder-icon{font-size:80px;margin-bottom:20px;opacity:.3}.canvas-placeholder h2{font-size:24px;font-weight:600;color:#fff;margin:0 0 12px;opacity:.5}.canvas-placeholder p{font-size:16px;color:#888;margin:0;opacity:.5}.workflow-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:20px}.stat-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;padding:16px;text-align:center}.stat-label{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.stat-value{font-size:28px;font-weight:700;color:#00aeef}.workflow-section{padding:20px;border-top:1px solid #2a2a2a}.section-title{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.equipment-list{display:flex;flex-direction:column;gap:8px}.equipment-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#ccc;padding:8px;background:#1a1a1a;border-radius:6px;border:1px solid #2a2a2a}.equipment-bullet{color:#00aeef;font-weight:700}.empty-state{font-size:13px;color:#666;font-style:italic;text-align:center;padding:20px;margin:0}.workflow-input{width:100%;padding:10px 12px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:6px;color:#fff;font-size:14px;transition:all .2s ease}.workflow-input:focus{outline:none;border-color:#00aeef;background:#141414}.cost-display{display:flex;align-items:baseline;gap:4px;padding:20px;background:#1a1a1a;border-radius:8px;border:1px solid #2a2a2a}.cost-currency{font-size:20px;color:#888}.cost-amount{font-size:32px;font-weight:700;color:#fff}.workflow-actions{padding:20px;display:flex;flex-direction:column;gap:12px;border-top:1px solid #2a2a2a}.workflow-btn{padding:12px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.workflow-btn-primary{background:linear-gradient(135deg,#00aeef,#0095cc);color:#fff}.workflow-btn-primary:hover{background:linear-gradient(135deg,#00c4ff,#00aeef);box-shadow:0 4px 12px #00aeef66}.workflow-btn-secondary{background:#2a2a2a;color:#fff;border:1px solid #3a3a3a}.workflow-btn-secondary:hover{background:#333;border-color:#00aeef}.ep-sidebar::-webkit-scrollbar{width:6px}.ep-sidebar::-webkit-scrollbar-track{background:#0f0f0f}.ep-sidebar::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:3px}.ep-sidebar::-webkit-scrollbar-thumb:hover{background:#3a3a3a}@media (max-width: 1200px){.ep-sidebar-left,.ep-sidebar-right{width:280px}}@media (max-width: 768px){.ep-content{flex-direction:column}.ep-sidebar-left,.ep-sidebar-right{width:100%;max-height:300px}.ep-canvas-wrapper{min-height:400px}}.workflow-editing-toolbar{display:flex;gap:24px;padding:12px 24px;background:linear-gradient(135deg,#141414,#0f0f0f);border-bottom:1px solid #2a2a2a;flex-shrink:0}.toolbar-section{display:flex;align-items:center;gap:12px}.toolbar-section-title{font-size:13px;font-weight:600;color:#888;margin:0;text-transform:uppercase;letter-spacing:.5px}.toolbar-items{display:flex;gap:8px}.toolbar-shape{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:6px;cursor:grab;transition:all .2s ease}.toolbar-shape:hover{background:#333;border-color:#00aeef;box-shadow:0 2px 8px #00aeef33}.toolbar-shape:active{cursor:grabbing}.shape-icon{font-size:24px;display:flex;align-items:center;justify-content:center}.shape-name{font-size:11px;color:#b0b0b0;font-weight:500}.edge-type-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#fff}.edge-type-btn:hover{background:#333;border-color:#00aeef}.edge-type-btn.active{background:#00aeef;border-color:#00aeef;box-shadow:0 2px 8px #00aeef66}.arrow-icon{font-size:20px}.edge-name{font-size:11px;color:#b0b0b0;font-weight:500}.edge-type-btn.active .edge-name{color:#fff}.shape-label{font-size:13px;font-weight:500;color:#fff;text-align:center;padding:4px 8px}.node-content{display:flex;flex-direction:column;gap:4px}.node-header{display:flex;align-items:center;gap:8px}.node-icon{font-size:18px;display:flex;align-items:center;justify-content:center}.node-name{font-size:13px;font-weight:600;color:#fff}.node-info{display:flex;align-items:center;gap:6px}.node-time{font-size:11px;color:#888}.editing-tools-toggle{position:absolute;top:16px;left:16px;z-index:100;width:44px;height:44px;background:linear-gradient(135deg,#00aeef,#0095d9);border:2px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:20px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00aeef4d}.editing-tools-toggle:hover{background:linear-gradient(135deg,#00c4ff,#00aeef);transform:scale(1.05);box-shadow:0 6px 16px #00aeef80}.editing-tools-toggle:active{transform:scale(.95)}.workflow-editing-toolbar-floating{position:absolute;top:16px;left:72px;z-index:99;display:flex;gap:20px;padding:12px 20px;background:linear-gradient(135deg,#1a1a1a,#141414);border:1px solid #2a2a2a;border-radius:8px;box-shadow:0 8px 24px #0009;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1200px){.ep-sidebar-left,.ep-sidebar-right{width:200px}}@media (max-width: 900px){.ep-sidebar-left{width:180px}.ep-sidebar-right{width:200px}.workflow-editing-toolbar-floating{flex-direction:column;gap:12px;max-width:300px}}.modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:linear-gradient(135deg,#1a1a1a,#141414);border:1px solid #2a2a2a;border-radius:12px;width:90%;max-width:500px;box-shadow:0 20px 60px #000000e6;animation:slideUp .3s ease-out}.modal-content-large{max-width:700px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-header{padding:24px 28px;border-bottom:1px solid #2a2a2a;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:22px;font-weight:700;color:#fff}.modal-close{background:none;border:none;font-size:32px;color:#888;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.modal-close:hover{background:#2a2a2a;color:#fff}.modal-body{padding:28px}.modal-description{color:#aaa;margin-bottom:20px;font-size:15px;line-height:1.5}.modal-label{display:block;color:#fff;font-weight:600;margin-bottom:10px;font-size:14px}.modal-input{width:100%;padding:12px 16px;background:#0a0a0a;border:1px solid #3a3a3a;border-radius:8px;color:#fff;font-size:15px;font-family:inherit;transition:all .2s ease}.modal-input:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 3px #00aeef1a}.modal-input::placeholder{color:#555}.modal-info{margin-top:16px;padding:12px 16px;background:#00aeef1a;border:1px solid rgba(0,174,239,.3);border-radius:8px;display:flex;align-items:center;gap:10px;color:#00aeef;font-size:14px}.info-icon{font-size:18px}.modal-footer{padding:20px 28px;border-top:1px solid #2a2a2a;display:flex;gap:12px;justify-content:flex-end}.modal-btn{padding:10px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.modal-btn-cancel{background:#2a2a2a;color:#fff;border:1px solid #3a3a3a}.modal-btn-cancel:hover{background:#333}.modal-btn-primary{background:linear-gradient(135deg,#00aeef,#08b);color:#fff}.modal-btn-primary:hover{background:linear-gradient(135deg,#00c3ff,#09c);box-shadow:0 4px 12px #00aeef4d}.empty-workflows{text-align:center;padding:60px 20px}.empty-icon{font-size:64px;display:block;margin-bottom:20px;opacity:.3}.empty-text{font-size:18px;font-weight:600;color:#fff;margin-bottom:8px}.empty-hint{color:#888;font-size:14px}.workflows-list{display:flex;flex-direction:column;gap:16px;max-height:500px;overflow-y:auto;padding-right:8px}.workflows-list::-webkit-scrollbar{width:8px}.workflows-list::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}.workflows-list::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:4px}.workflows-list::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.workflow-item{background:#0a0a0a;border:1px solid #2a2a2a;border-radius:10px;padding:20px;transition:all .2s ease}.workflow-item:hover{border-color:#3a3a3a;box-shadow:0 4px 12px #0006}.workflow-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.workflow-item-name{font-size:16px;font-weight:600;color:#fff}.workflow-item-date{font-size:12px;color:#888}.workflow-item-stats{display:flex;gap:24px;margin-bottom:16px}.workflow-stat{display:flex;align-items:center;gap:6px;font-size:14px;color:#aaa}.stat-icon{font-size:16px}.workflow-item-actions{display:flex;gap:10px}.workflow-item-btn{padding:8px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.workflow-item-btn-load{background:linear-gradient(135deg,#00aeef,#08b);color:#fff;flex:1}.workflow-item-btn-load:hover{background:linear-gradient(135deg,#00c3ff,#09c);box-shadow:0 2px 8px #00aeef66}.workflow-item-btn-delete{background:transparent;color:#ff6b6b;border:1px solid #3a3a3a}.workflow-item-btn-delete:hover{background:#ff6b6b1a;border-color:#ff6b6b}.toolbar-btn-save{background:linear-gradient(135deg,#00aeef,#08b);border-color:transparent}.toolbar-btn-save:hover:not(:disabled){background:linear-gradient(135deg,#00c3ff,#09c);box-shadow:0 2px 8px #00aeef66}.toolbar-btn-load{background:#2a2a2a;border-color:#00aeef}.toolbar-btn-load:hover:not(:disabled){background:#00aeef26;border-color:#00c3ff}.custom-node{position:relative;padding:12px 16px;background:#1e1e23f2;border:2px solid rgba(0,174,239,.3);border-radius:8px;min-width:180px;transition:all .2s ease-in-out}.custom-node:hover{border-color:#00aeefcc;box-shadow:0 0 20px #00aeef4d}.experiment-node{background:#1e1e23f2}.shape-node{min-width:120px;min-height:80px;display:flex;align-items:center;justify-content:center;background:#32323ce6;border:2px solid rgba(100,100,120,.6)}.shape-node.rectangle{border-radius:4px}.shape-node.diamond{transform:rotate(45deg);border-radius:8px}.shape-node.diamond .node-content-wrapper{transform:rotate(-45deg)}.custom-handle{width:12px;height:12px;background:#00aeef;border:2px solid #1a1a1f;border-radius:50%;transition:all .2s ease-in-out}.custom-handle.handle-visible{z-index:10}.custom-handle.handle-invisible{opacity:.01;z-index:5}.custom-handle:hover{width:16px;height:16px;background:#00d4ff;box-shadow:0 0 10px #00aeefcc}.handle-top{top:-6px}.handle-right{right:-6px}.handle-bottom{bottom:-6px}.handle-left{left:-6px}.node-content-wrapper{width:100%;height:100%}.custom-node.node-selected{border-color:#00aeef;box-shadow:0 0 24px #00aeef99}.node-delete-btn{position:absolute;top:-10px;right:-10px;width:28px;height:28px;background:linear-gradient(135deg,#ff4757,#ff3838);border:2px solid #ffffff;border-radius:50%;color:#fff;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:20;transition:all .2s ease;box-shadow:0 2px 8px #ff475766}.node-delete-btn:hover{background:linear-gradient(135deg,#ff6b7a,#ff4757);transform:scale(1.1);box-shadow:0 4px 12px #ff475799}.node-delete-btn:active{transform:scale(.95)}.automation-hub{padding:30px 40px;max-width:1600px;margin:0 auto}.automation-header{margin-bottom:30px}.automation-title{font-size:32px;font-weight:700;color:#fff;margin:0 0 8px}.automation-subtitle{font-size:16px;color:#b0b0b0;margin:0}.automation-content{display:grid;grid-template-columns:280px 1fr 340px;gap:24px;align-items:start}.automation-column{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;overflow:hidden;height:fit-content}.column-header{background:#00aeef1a;border-bottom:2px solid #00AEEF;padding:20px 24px}.column-header h2{font-size:18px;font-weight:600;color:#00aeef;text-transform:uppercase;letter-spacing:.5px;margin:0}.devices-column{max-height:calc(100vh - 180px);overflow-y:auto}.devices-section{padding:20px}.device-category-title{font-size:12px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:1px;margin:20px 0 12px;padding-bottom:6px;border-bottom:1px solid #2a2a2a}.device-category-title:first-child{margin-top:0}.device-card{background:#0d0d0d;border:1px solid #2a2a2a;border-radius:8px;padding:16px;margin-bottom:12px;transition:all .2s ease}.device-card:hover{border-color:#00aeef;transform:translate(4px)}.device-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.device-name{font-size:15px;font-weight:600;color:#fff;margin:0;flex:1}.device-status{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:4px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.status-dot{width:8px;height:8px;border-radius:50%}.device-status.status-available{background:#00cc661a;color:#0c6;border:1px solid rgba(0,204,102,.3)}.device-status.status-available .status-dot{background:#0c6}.device-status.status-running{background:#00aeef1a;color:#00aeef;border:1px solid rgba(0,174,239,.3)}.device-status.status-running .status-dot{background:#00aeef;animation:pulse-blue 2s infinite}.device-status.status-booked{background:#ffa5001a;color:orange;border:1px solid rgba(255,165,0,.3)}.device-status.status-booked .status-dot{background:orange}.device-info{font-size:13px;color:#b0b0b0;margin-bottom:12px}.device-info.warning{color:orange;font-weight:500}.create-column{max-height:calc(100vh - 180px);overflow-y:auto}.create-automation-content{padding:24px}.automation-step{margin-bottom:32px}.automation-step:last-child{margin-bottom:0}.step-title{font-size:14px;font-weight:700;color:#00aeef;text-transform:uppercase;letter-spacing:1px;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #2a2a2a}.protocol-list{display:flex;flex-direction:column;gap:8px}.protocol-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#0d0d0d;border:2px solid #2a2a2a;border-radius:8px;cursor:pointer;transition:all .2s ease}.protocol-item:hover{border-color:#00aeef;background:#00aeef0d}.protocol-item.selected{border-color:#00aeef;background:#00aeef1a}.protocol-icon{font-size:20px}.protocol-name{flex:1;font-size:15px;font-weight:500;color:#fff}.protocol-check{color:#00aeef;font-size:18px;font-weight:700}.config-form,.schedule-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#b0b0b0}.form-group input,.form-group select{padding:10px 14px;background:#0d0d0d;border:1px solid #2a2a2a;border-radius:6px;color:#fff;font-size:14px;transition:all .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#00aeef;background:#00aeef0d}.range-inputs{display:flex;align-items:center;gap:10px}.range-inputs input{flex:1}.range-inputs span{color:#888;font-size:14px}.info-display{display:flex;gap:8px;flex-wrap:wrap}.estimate-badge,.device-badge{display:inline-block;padding:8px 14px;border-radius:6px;font-size:14px;font-weight:500}.estimate-badge{background:#00aeef1a;color:#00aeef;border:1px solid rgba(0,174,239,.3)}.device-badge{background:#00cc661a;color:#0c6;border:1px solid rgba(0,204,102,.3)}.launch-btn{margin-top:16px;width:100%}.runs-column{max-height:calc(100vh - 180px);overflow-y:auto}.active-runs-list{padding:20px;display:flex;flex-direction:column;gap:16px}.run-card{background:linear-gradient(135deg,#1a1a1a,#141414);border:1px solid #2a2a2a;border-left:4px solid #00AEEF;border-radius:10px;padding:20px;transition:all .3s ease}.run-card:hover{border-color:#00aeef;box-shadow:0 4px 20px #00aeef33;transform:translateY(-2px)}.run-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.run-protocol{font-size:16px;font-weight:600;color:#fff;margin:0;flex:1}.run-time{font-size:12px;color:#888;font-weight:500}.run-progress{margin-bottom:16px}.progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.progress-label{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.progress-percentage{font-size:16px;font-weight:700;color:#00aeef}.progress-bar{height:20px;background:#0d0d0d;border-radius:10px;overflow:hidden;border:1px solid #2a2a2a}.progress-fill{height:100%;background:linear-gradient(90deg,#00aeef,#00d9ff);transition:width 1s ease;position:relative}.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%)}}.run-details{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;padding:12px;background:#0000004d;border-radius:6px}.detail-item{display:flex;justify-content:space-between;align-items:center}.detail-label{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.detail-value{font-size:13px;color:#fff;font-weight:500;text-align:right}.detail-value.warning{color:orange}.run-status{margin-bottom:16px}.status-indicator{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:6px;border-left:3px solid transparent}.status-indicator.running{background:#00aeef1a;border-left-color:#00aeef}.status-indicator .status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-indicator .status-dot.pulsing{background:#00aeef;animation:pulse-blue 2s infinite}.status-text{font-size:13px;color:#b0b0b0;line-height:1.4}.run-metrics{margin-bottom:16px}.metric-card{background:#0d0d0d;border:1px solid #2a2a2a;border-radius:6px;padding:14px}.metric-label{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-weight:600}.metric-value{font-size:24px;font-weight:700;color:#00aeef;font-family:Courier New,monospace;margin-bottom:12px}.metric-graph{height:40px;background:#1a1a1a;border-radius:4px;position:relative;overflow:hidden}.graph-line{position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(180deg,#00AEEF 0%,transparent 100%);animation:wave 3s infinite ease-in-out}@keyframes wave{0%,to{height:40%}50%{height:80%}}.run-actions{display:flex;gap:8px;flex-wrap:wrap}.devices-column::-webkit-scrollbar,.create-column::-webkit-scrollbar,.runs-column::-webkit-scrollbar{width:6px}.devices-column::-webkit-scrollbar-track,.create-column::-webkit-scrollbar-track,.runs-column::-webkit-scrollbar-track{background:#0d0d0d}.devices-column::-webkit-scrollbar-thumb,.create-column::-webkit-scrollbar-thumb,.runs-column::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:3px}.devices-column::-webkit-scrollbar-thumb:hover,.create-column::-webkit-scrollbar-thumb:hover,.runs-column::-webkit-scrollbar-thumb:hover{background:#00aeef}@media (max-width: 1400px){.automation-content{grid-template-columns:260px 1fr 320px}}@media (max-width: 1200px){.automation-content{grid-template-columns:1fr;gap:20px}.devices-column,.create-column,.runs-column{max-height:none}}.analytics-dashboard{padding:30px 40px;max-width:1600px;margin:0 auto}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.header-left{flex:1}.analytics-title{font-size:32px;font-weight:700;color:#fff;margin:0}.header-right{display:flex;align-items:center;gap:12px}.date-range-selector{padding:10px 16px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:6px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.date-range-selector:hover{border-color:#00aeef;background:#00aeef0d}.date-range-selector:focus{outline:none;border-color:#00aeef}.metrics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}.metric-card{background:linear-gradient(135deg,#1a1a1a,#141414);border:1px solid #2a2a2a;border-radius:12px;overflow:hidden;transition:all .3s ease}.metric-card:hover{border-color:#00aeef;transform:translateY(-4px);box-shadow:0 8px 24px #00aeef33}.metric-header{padding:16px 20px 12px;border-bottom:1px solid #2a2a2a}.metric-header h3{font-size:13px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;margin:0}.metric-body{padding:20px}.metric-number{font-size:42px;font-weight:700;color:#fff;line-height:1;margin-bottom:12px;font-family:Courier New,monospace}.metric-trend{display:flex;align-items:center;gap:6px;margin-bottom:16px}.metric-trend.positive{color:#0c6}.metric-trend.negative{color:#f44}.trend-icon{font-size:18px;font-weight:700}.trend-text{font-size:14px;font-weight:500}.metric-secondary{font-size:14px;color:#b0b0b0;margin-bottom:16px}.metric-secondary .highlight{color:#00aeef;font-weight:600}.metric-secondary.status-running,.metric-secondary.status-progress{display:flex;align-items:center;gap:8px}.status-dot{width:8px;height:8px;border-radius:50%;background:#00aeef;animation:pulse-blue 2s infinite}@keyframes pulse-blue{0%,to{box-shadow:0 0 #00aeefb3}50%{box-shadow:0 0 0 6px #00aeef00}}.metric-chart{margin-top:12px}.metric-chart-horizontal{display:flex;align-items:center;gap:16px;margin-top:12px}.mini-donut{flex-shrink:0}.donut-legend{display:flex;flex-direction:column;gap:6px}.legend-item{display:flex;align-items:center;gap:8px}.legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.legend-label{font-size:12px;color:#888;white-space:nowrap}.metric-breakdown{display:flex;flex-direction:column;gap:8px;margin-top:12px}.breakdown-item{display:flex;justify-content:space-between;align-items:center}.breakdown-label{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.breakdown-value{font-size:16px;font-weight:700;font-family:Courier New,monospace}.visualizations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:30px}.viz-column{display:flex;flex-direction:column;gap:24px}.viz-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;overflow:hidden;transition:all .3s ease}.viz-card:hover{border-color:#00aeef;box-shadow:0 4px 20px #00aeef26}.viz-header{padding:20px 24px;background:#0000004d;border-bottom:1px solid #2a2a2a}.viz-header h3{font-size:18px;font-weight:600;color:#fff;margin:0 0 4px}.viz-subtitle{font-size:13px;color:#888;margin:0}.viz-body{padding:24px}.insights-card{background:linear-gradient(135deg,#1a1a1a,#0d0d0d);border:2px solid #2a2a2a;border-radius:12px;overflow:hidden}.insights-header{padding:20px 24px;background:#00aeef1a;border-bottom:2px solid #00AEEF}.insights-header h3{font-size:20px;font-weight:600;color:#00aeef;margin:0}.insights-body{padding:24px;display:flex;flex-direction:column;gap:20px}.insight-item{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#00aeef0d;border:1px solid rgba(0,174,239,.2);border-radius:10px;transition:all .3s ease}.insight-item:hover{background:#00aeef14;border-color:#00aeef;transform:translate(4px)}.insight-icon{font-size:28px;flex-shrink:0}.insight-text{font-size:15px;line-height:1.6;color:#e0e0e0}.insight-text strong{color:#fff;font-weight:600}.highlight-green{color:#0c6!important}.highlight-blue{color:#00aeef!important}.highlight-orange{color:orange!important}.recharts-wrapper{font-family:inherit}.recharts-cartesian-axis-tick-value{fill:#888}.recharts-legend-item-text{color:#888!important}.recharts-tooltip-wrapper{outline:none}.export-section{margin-top:40px;padding:30px;background:linear-gradient(135deg,#1a1a1a,#141414);border:1px solid #2a2a2a;border-radius:12px;display:flex;justify-content:center;align-items:center}.export-button{min-width:200px;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 12px #00aeef33}.export-button:hover{box-shadow:0 6px 16px #00aeef66;transform:translateY(-2px)}.export-button:active{transform:translateY(0)}@media (max-width: 1400px){.metrics-row{grid-template-columns:repeat(2,1fr)}.visualizations-grid{grid-template-columns:1fr}}@media (max-width: 768px){.analytics-dashboard{padding:20px}.metrics-row{grid-template-columns:1fr}.analytics-header{flex-direction:column;align-items:flex-start;gap:16px}.export-section{padding:20px}.export-button{min-width:100%}}.api-test-page{padding:30px 40px;max-width:1200px;margin:0 auto}.api-test-header{margin-bottom:30px}.page-title{font-size:32px;font-weight:700;color:#fff;margin:0 0 8px}.page-subtitle{font-size:16px;color:#b0b0b0;margin:0}.api-tabs{display:flex;gap:12px;margin-bottom:30px;border-bottom:2px solid #2a2a2a;padding-bottom:0}.api-tab{padding:14px 24px;background:transparent;border:none;border-bottom:3px solid transparent;color:#888;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:-2px}.api-tab:hover{color:#00aeef;background:#00aeef0d}.api-tab.active{color:#00aeef;border-bottom-color:#00aeef;background:#00aeef1a}.api-test-content{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;padding:30px}.test-section{margin-bottom:30px}.section-title{font-size:20px;font-weight:600;color:#fff;margin:0 0 10px}.section-description{font-size:14px;color:#b0b0b0;margin:0 0 24px;line-height:1.6}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:600;color:#b0b0b0;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;background:#0d0d0d;border:1px solid #2a2a2a;border-radius:6px;color:#fff;font-size:14px;font-family:inherit;transition:all .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#00aeef;background:#00aeef0d}.form-group textarea{resize:vertical;min-height:80px}.result-card{margin-top:30px;padding:24px;border-radius:8px;border:2px solid}.result-card h3{font-size:18px;font-weight:600;margin:0 0 16px}.success-card{background:#00cc660d;border-color:#0c6}.success-card h3{color:#0c6}.error-card{background:#ff4d4d0d;border-color:#ff4d4d}.error-card h3{color:#ff4d4d}.response-json{background:#0d0d0d;padding:16px;border-radius:6px;border:1px solid #2a2a2a;overflow-x:auto;font-family:Courier New,monospace;font-size:13px;color:#00aeef;margin:0;max-height:500px;overflow-y:auto}.error-card pre{background:#0d0d0d;padding:16px;border-radius:6px;border:1px solid #2a2a2a;color:#ff4d4d;font-family:Courier New,monospace;font-size:13px;margin:0;overflow-x:auto}.loading-indicator{text-align:center;padding:40px;margin-top:30px}.spinner{width:50px;height:50px;border:4px solid #2a2a2a;border-top-color:#00aeef;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.loading-indicator p{color:#888;font-size:14px;margin:0}.response-json::-webkit-scrollbar,.error-card pre::-webkit-scrollbar{width:6px;height:6px}.response-json::-webkit-scrollbar-track,.error-card pre::-webkit-scrollbar-track{background:#1a1a1a}.response-json::-webkit-scrollbar-thumb,.error-card pre::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:3px}.response-json::-webkit-scrollbar-thumb:hover,.error-card pre::-webkit-scrollbar-thumb:hover{background:#00aeef}.report-generator{padding:40px;max-width:1400px;margin:0 auto;min-height:calc(100vh - 80px)}.report-gen-header{margin-bottom:40px}.report-gen-header h1{font-size:32px;font-weight:700;color:#fff;margin:0 0 10px}.report-gen-header p{font-size:16px;color:#888;margin:0}.wizard-steps{display:flex;align-items:center;justify-content:center;margin-bottom:50px;gap:0}.step{display:flex;flex-direction:column;align-items:center;gap:12px;position:relative}.step-number{width:48px;height:48px;border-radius:50%;background:#1a1a1a;border:2px solid #2a2a2a;color:#666;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;transition:all .3s ease}.step.active .step-number{background:linear-gradient(135deg,#00aeef,#08c);border-color:#00aeef;color:#fff;box-shadow:0 4px 12px #00aeef4d}.step.completed .step-number{background:#1a4a3a;border-color:#2a6a4a;color:#4ade80}.step-label{font-size:14px;font-weight:500;color:#666;transition:color .3s ease}.step.active .step-label{color:#00aeef}.step.completed .step-label{color:#4ade80}.step-line{width:120px;height:2px;background:#2a2a2a;margin:0 20px 36px}.wizard-content{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:12px;padding:40px;margin-bottom:30px;min-height:500px}.step-panel h2{font-size:24px;font-weight:600;color:#fff;margin:0 0 10px}.step-description{font-size:15px;color:#888;margin:0 0 30px}.sections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;margin-bottom:20px}.section-card{background:#121212;border:2px solid #1a1a1a;border-radius:8px;padding:20px;display:flex;gap:16px;cursor:pointer;transition:all .2s ease}.section-card:hover{border-color:#2a2a2a;background:#151515}.section-card.selected{border-color:#00aeef;background:#00aeef0d}.section-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#00AEEF}.section-info h3{font-size:16px;font-weight:600;color:#fff;margin:0 0 6px}.section-info p{font-size:14px;color:#888;margin:0;line-height:1.5}.selected-count{text-align:center;font-size:14px;color:#00aeef;font-weight:500;padding:12px;background:#00aeef0d;border-radius:6px}.customize-form{display:flex;flex-direction:column;gap:28px}.form-section{display:flex;flex-direction:column;gap:10px}.form-section label{font-size:14px;font-weight:600;color:#ccc}.form-section input[type=text],.form-section input[type=date]{background:#121212;border:1px solid #2a2a2a;border-radius:6px;padding:12px 14px;color:#fff;font-size:15px;transition:all .2s ease}.form-section input:focus{outline:none;border-color:#00aeef;background:#151515}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.radio-group{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.radio-option{background:#121212;border:2px solid #1a1a1a;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:8px;cursor:pointer;transition:all .2s ease}.radio-option:hover{border-color:#2a2a2a}.radio-option input[type=radio]{accent-color:#00AEEF;cursor:pointer}.radio-option input[type=radio]:checked{accent-color:#00AEEF}.radio-option:has(input:checked){border-color:#00aeef;background:#00aeef0d}.radio-option span{font-size:15px;font-weight:600;color:#fff}.radio-option small{font-size:13px;color:#888}.template-options{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.template-card{background:#121212;border:2px solid #1a1a1a;border-radius:8px;padding:24px;text-align:center;cursor:pointer;transition:all .2s ease}.template-card:hover{border-color:#2a2a2a;background:#151515}.template-card.selected{border-color:#00aeef;background:#00aeef0d}.template-icon{font-size:36px;margin-bottom:12px}.template-card h4{font-size:16px;font-weight:600;color:#fff;margin:0 0 8px}.template-card p{font-size:13px;color:#888;margin:0}.preview-section{display:flex;flex-direction:column;gap:30px}.preview-header{display:flex;justify-content:space-between;align-items:center}.preview-header h3{font-size:18px;font-weight:600;color:#fff;margin:0}.preview-container{background:#121212;border:1px solid #1a1a1a;border-radius:8px;min-height:400px;overflow:hidden}.preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px}.preview-placeholder p{color:#666;font-size:15px}.preview-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px}.preview-loading p{color:#888;font-size:15px}.preview-content{display:flex;gap:20px;padding:20px;overflow-x:auto}.preview-page{flex-shrink:0;width:600px;max-width:100%;background:#fff;color:#000;padding:40px;border-radius:4px;box-shadow:0 4px 12px #0000004d;max-height:600px;overflow-y:auto}.page-header{border-bottom:2px solid #00AEEF;padding-bottom:20px;margin-bottom:30px}.page-header h1{font-size:24px;font-weight:700;color:#000;margin:0 0 12px}.page-header .authors{font-size:14px;color:#555;margin:0 0 6px;font-style:italic}.page-header .date-range{font-size:13px;color:#777;margin:0}.page-body h2{font-size:18px;font-weight:600;color:#000;margin:0 0 16px}.page-body p{font-size:14px;color:#333;line-height:1.6;margin:0 0 12px}.toc{padding-left:20px}.toc li{font-size:14px;color:#333;margin:8px 0}.preview-note{background:#f0f9ff;border-left:3px solid #00AEEF;padding:12px;margin-top:20px;font-size:13px;color:#06a}.preview-h1{font-size:20px;font-weight:700;color:#000;margin:20px 0 12px;border-bottom:2px solid #00AEEF;padding-bottom:8px}.preview-h2{font-size:17px;font-weight:600;color:#00aeef;margin:16px 0 10px}.preview-h3{font-size:15px;font-weight:600;color:#333;margin:14px 0 8px}.preview-p{font-size:14px;color:#333;line-height:1.6;margin:0 0 10px}.preview-ul,.preview-ol{margin:10px 0;padding-left:24px;color:#333}.preview-li{margin:6px 0;font-size:14px;line-height:1.5}.preview-strong{color:#00aeef;font-weight:600}.download-section{background:#00aeef08;border:1px solid rgba(0,174,239,.1);border-radius:8px;padding:24px}.download-section h3{font-size:18px;font-weight:600;color:#fff;margin:0 0 8px}.download-note{font-size:14px;color:#888;margin:0 0 16px;line-height:1.5}.download-buttons{display:flex;gap:12px}.btn-download{flex:1;background:linear-gradient(135deg,#00aeef,#08c);border:none;color:#fff;padding:14px 24px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease}.btn-download:hover:not(:disabled){background:linear-gradient(135deg,#00c8ff,#009ddd);box-shadow:0 4px 12px #00aeef4d}.btn-download:disabled{opacity:.4;cursor:not-allowed}.download-icon{font-size:18px}.warning-text{color:#ff6b6b;font-size:13px;margin-top:12px;text-align:center}.wizard-navigation{display:flex;gap:16px;justify-content:space-between}.nav-spacer{flex:1}.btn-primary,.btn-secondary{padding:12px 32px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#00aeef,#08c);border:none;color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#00c8ff,#009ddd);box-shadow:0 4px 12px #00aeef4d}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-secondary{background:#1a1a1a;border:1px solid #2a2a2a;color:#ccc}.btn-secondary:hover:not(:disabled){background:#222;border-color:#3a3a3a}.btn-secondary:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 1024px){.sections-grid,.radio-group,.template-options{grid-template-columns:1fr}}@media (max-width: 768px){.report-generator,.wizard-content{padding:24px 20px}.wizard-steps{transform:scale(.85)}.form-row{grid-template-columns:1fr}.download-buttons{flex-direction:column}.preview-page{width:320px}}.tradeoff-analyzer{padding:40px;max-width:1600px;margin:0 auto;min-height:calc(100vh - 80px)}.tradeoff-header{margin-bottom:40px}.tradeoff-header h1{font-size:32px;font-weight:700;color:#fff;margin:0 0 10px}.tradeoff-header p{font-size:16px;color:#888;margin:0}.selection-section{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:12px;padding:32px;margin-bottom:30px}.selection-section h2{font-size:22px;font-weight:600;color:#fff;margin:0 0 24px}.material-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-bottom:16px}.material-card{background:#121212;border:2px solid #1a1a1a;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:all .2s ease}.material-card:hover:not(.disabled){border-color:#2a2a2a;background:#151515}.material-card.selected{border-color:#00aeef;background:#00aeef0d}.material-card.disabled{opacity:.4;cursor:not-allowed}.material-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#00AEEF}.material-name{font-size:16px;font-weight:600;color:#fff;line-height:1.4}.material-quick-stats{display:flex;gap:16px;font-size:13px;color:#888}.selection-count{text-align:center;font-size:14px;color:#00aeef;font-weight:500;padding:12px;background:#00aeef0d;border-radius:6px}.comparison-section{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:12px;padding:32px;margin-bottom:30px}.comparison-section h2{font-size:22px;font-weight:600;color:#fff;margin:0 0 24px}.comparison-table-container{overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;min-width:600px}.comparison-table thead th{background:#121212;color:#ccc;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:14px 16px;text-align:left;border-bottom:2px solid #1a1a1a}.comparison-table tbody tr{border-bottom:1px solid #1a1a1a;transition:background .2s ease}.comparison-table tbody tr:hover{background:#ffffff05}.comparison-table tbody td{padding:14px 16px;color:#d0d0d0;font-size:14px}.property-label{font-weight:600;color:#fff}.best-value{background:#00aeef14;font-weight:600;color:#00aeef;position:relative}.best-badge{margin-left:8px;color:#fbbf24}.optimal-indicator{color:#888;font-size:13px}.visualization-section{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:12px;padding:32px;margin-bottom:30px}.visualization-section h2{font-size:22px;font-weight:600;color:#fff;margin:0 0 24px}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:30px}.chart-container{background:#121212;border:1px solid #1a1a1a;border-radius:8px;padding:24px}.chart-container h3{font-size:18px;font-weight:600;color:#fff;margin:0 0 8px}.chart-description{font-size:13px;color:#888;margin:0 0 20px}.scoring-section{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:12px;padding:32px;margin-bottom:30px}.scoring-section h2{font-size:22px;font-weight:600;color:#fff;margin:0 0 10px}.section-description{font-size:14px;color:#888;margin:0 0 24px}.weights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px;margin-bottom:32px}.weight-control{background:#121212;border:1px solid #1a1a1a;border-radius:8px;padding:20px}.weight-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.weight-header label{font-size:14px;font-weight:600;color:#ccc}.weight-value{font-size:18px;font-weight:700;color:#00aeef;background:#00aeef1a;padding:4px 12px;border-radius:4px}.weight-slider{width:100%;height:6px;background:#1a1a1a;border-radius:3px;outline:none;-webkit-appearance:none;margin-bottom:8px}.weight-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;background:#00aeef;cursor:pointer;border-radius:50%;box-shadow:0 2px 6px #00aeef66}.weight-slider::-moz-range-thumb{width:18px;height:18px;background:#00aeef;cursor:pointer;border-radius:50%;box-shadow:0 2px 6px #00aeef66;border:none}.weight-labels{display:flex;justify-content:space-between;font-size:12px;color:#666}.scores-display{background:#121212;border:1px solid #1a1a1a;border-radius:8px;padding:24px}.scores-display h3{font-size:18px;font-weight:600;color:#fff;margin:0 0 20px}.scores-list{display:flex;flex-direction:column;gap:12px}.score-item{display:grid;grid-template-columns:50px 1fr 200px 70px 120px;align-items:center;gap:16px;background:#0d0d0d;border:1px solid #1a1a1a;border-radius:6px;padding:16px;transition:all .2s ease}.score-item:hover{background:#151515}.score-item.recommended{border-color:#00aeef;background:#00aeef0d}.score-rank{font-size:20px;font-weight:700;color:#888;text-align:center}.score-item.recommended .score-rank{color:#00aeef}.score-material{font-size:15px;font-weight:600;color:#fff}.score-bar-container{position:relative;height:24px;background:#1a1a1a;border-radius:12px;overflow:hidden}.score-bar{height:100%;background:linear-gradient(90deg,#00aeef,#00c8ff);border-radius:12px;transition:width .5s ease}.score-value{font-size:18px;font-weight:700;color:#00aeef;text-align:right}.recommended-badge{font-size:12px;font-weight:600;color:#fff;background:#00aeef;padding:6px 12px;border-radius:4px;text-align:center}.ai-recommendation-section{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:12px;padding:32px;margin-bottom:30px}.ai-rec-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.ai-rec-header h2{font-size:22px;font-weight:600;color:#fff;margin:0}.btn-ai-analyze{background:linear-gradient(135deg,#00aeef,#08c);border:none;color:#fff;padding:12px 24px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-ai-analyze:hover:not(:disabled){background:linear-gradient(135deg,#00c8ff,#009ddd);box-shadow:0 4px 12px #00aeef4d}.btn-ai-analyze:disabled{opacity:.5;cursor:not-allowed}.ai-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.loading-spinner{width:50px;height:50px;border:4px solid #1a1a1a;border-top:4px solid #00AEEF;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-loading p{color:#888;font-size:15px}.ai-recommendation-content{background:#121212;border:1px solid #1a1a1a;border-radius:8px;padding:28px}.ai-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;text-align:center}.placeholder-icon{font-size:64px;opacity:.3}.ai-placeholder p{color:#888;font-size:15px;max-width:500px;line-height:1.6}.ai-h1{font-size:24px;font-weight:700;color:#fff;margin:0 0 16px;padding-bottom:10px;border-bottom:2px solid #1a1a1a}.ai-h2{font-size:20px;font-weight:600;color:#00aeef;margin:24px 0 14px;padding-left:12px;border-left:3px solid #00AEEF}.ai-h3{font-size:17px;font-weight:600;color:#ccc;margin:20px 0 12px}.ai-p{margin:12px 0;color:#d0d0d0;font-size:15px;line-height:1.7}.ai-ul,.ai-ol{margin:14px 0;padding-left:26px;color:#d0d0d0}.ai-li{margin:8px 0;line-height:1.7;font-size:15px}.ai-li::marker{color:#00aeef}.ai-strong{color:#00aeef;font-weight:600}.ai-code-inline{background:#00aeef14;color:#00aeef;padding:3px 7px;border-radius:4px;font-family:Menlo,Monaco,Courier New,monospace;font-size:.88em;border:1px solid rgba(0,174,239,.15)}.ai-code-block{background:#050505;color:#d0d0d0;padding:16px 18px;border-radius:8px;border:1px solid #1a1a1a;margin:16px 0;overflow-x:auto;font-family:Menlo,Monaco,Courier New,monospace;font-size:.88em;line-height:1.6}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;background:#0d0d0d;border:1px solid #1a1a1a;border-radius:12px}.empty-icon{font-size:80px;opacity:.2;margin-bottom:20px}.empty-state h3{font-size:20px;font-weight:600;color:#ccc;margin:0 0 12px}.empty-state p{font-size:15px;color:#888;max-width:500px;line-height:1.6;margin:0}@media (max-width: 1200px){.charts-grid{grid-template-columns:1fr}.score-item{grid-template-columns:40px 1fr 150px 60px 100px;gap:12px}}@media (max-width: 768px){.tradeoff-analyzer{padding:24px 20px}.material-cards,.weights-grid{grid-template-columns:1fr}.ai-rec-header{flex-direction:column;gap:16px;align-items:stretch}.score-item{grid-template-columns:1fr;gap:8px}.score-bar-container{order:4}.recommended-badge{order:5}}.help-container{max-width:1200px;margin:0 auto;padding:40px}.help-title{color:#00aeef;font-size:2.5rem;margin-bottom:12px;font-weight:700}.help-subtitle{color:#b0b0b0;font-size:1.2rem;margin-bottom:50px}.help-sections{display:flex;flex-direction:column;gap:30px}.help-section{background:#1e1e1ecc;border:1px solid rgba(224,224,224,.1);border-radius:12px;padding:30px;transition:all .3s ease}.help-section:hover{border-color:#00aeef4d;box-shadow:0 4px 16px #00aeef1a}.section-title{color:#fff;font-size:1.5rem;margin-bottom:20px;font-weight:600;border-bottom:2px solid rgba(0,174,239,.3);padding-bottom:12px}.help-content{color:#e0e0e0;line-height:1.8}.help-content h3{color:#00aeef;font-size:1.2rem;margin-bottom:12px;font-weight:600}.help-content p{margin-bottom:16px;font-size:1rem}.help-content ul{list-style:none;padding-left:0;margin:16px 0}.help-content ul li{padding:10px 0 10px 28px;position:relative;font-size:1rem}.help-content ul li:before{content:"▸";position:absolute;left:0;color:#00aeef;font-weight:700;font-size:1.2rem}.help-content strong{color:#fff;font-weight:600}.help-content a{color:#00aeef;text-decoration:none;transition:color .2s ease}.help-content a:hover{color:#0095d1;text-decoration:underline}@media (max-width: 768px){.help-container{padding:20px}.help-title{font-size:2rem}.help-subtitle{font-size:1rem}.help-section{padding:20px}.section-title{font-size:1.3rem}}.projects-container{max-width:1400px;margin:0 auto;padding:40px}.projects-welcome{margin-bottom:1.5rem}.welcome-title{font-size:2rem;font-weight:600;color:#fff;margin:0;background:linear-gradient(135deg,#00aeef,#08c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.projects-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.projects-title{color:#00aeef;font-size:2.5rem;margin-bottom:8px;font-weight:700}.projects-subtitle{color:#b0b0b0;font-size:1.1rem;margin:0}.create-project-btn{background:#00aeef;color:#fff;font-weight:600;padding:12px 24px;border-radius:8px;white-space:nowrap;transition:all .2s ease}.create-project-btn:hover{background:#0095d1;box-shadow:0 0 20px #00aeef66;transform:translateY(-1px)}.empty-state{background:#1e1e1ecc;border:2px dashed rgba(224,224,224,.2);border-radius:16px;padding:80px 40px;text-align:center;max-width:600px;margin:60px auto}.empty-state-icon{font-size:4rem;margin-bottom:20px;opacity:.5}.empty-state-title{color:#fff;font-size:1.8rem;margin-bottom:12px;font-weight:600}.empty-state-text{color:#b0b0b0;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.empty-state-btn{background:#00aeef;color:#fff;font-weight:600;padding:14px 28px;border-radius:8px;font-size:1rem}.empty-state-btn:hover{background:#0095d1;box-shadow:0 0 20px #00aeef66}.projects-table-container{background:#1e1e1ecc;border:1px solid rgba(224,224,224,.1);border-radius:12px;overflow:visible;box-shadow:0 4px 12px #0000004d}.projects-table{width:100%;border-collapse:collapse}.projects-table thead{background:#00aeef1a;border-bottom:2px solid rgba(0,174,239,.3)}.projects-table th{color:#00aeef;font-weight:600;font-size:.95rem;text-align:left;padding:18px 20px;text-transform:uppercase;letter-spacing:.5px}.projects-table tbody tr{border-bottom:1px solid rgba(224,224,224,.1);transition:all .2s ease}.projects-table tbody{overflow:visible}.projects-table tbody tr:hover{background:#00aeef0d}.projects-table tbody tr:last-child{border-bottom:none}.projects-table td{color:#e0e0e0;padding:20px;font-size:.95rem}.project-name-cell{font-weight:600}.project-name{color:#fff;font-size:1rem}.properties-cell{color:#b0b0b0;font-size:.9rem}.date-cell{color:#b0b0b0;font-size:.9rem;white-space:nowrap}.status-badge{display:inline-block;padding:6px 12px;border-radius:12px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.draft{background:#b4b4b433;color:#b4b4b4}.status-badge.in-progress{background:#ffc10733;color:#ffc107}.status-badge.ai-analysis-complete{background:#00aeef33;color:#00aeef}.actions-cell{position:relative}.kebab-menu-container{position:relative;display:inline-block}.kebab-menu-button{background:transparent;border:none;color:#b0b0b0;font-size:1.5rem;cursor:pointer;padding:4px 12px;border-radius:6px;transition:all .2s ease;line-height:1;font-weight:700}.kebab-menu-button:hover{background:#00aeef1a;color:#00aeef}.kebab-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#2a2a2a;border:1px solid rgba(0,174,239,.3);border-radius:8px;box-shadow:0 8px 24px #000000b3;min-width:200px;z-index:9999;overflow:hidden;animation:dropdownFadeIn .15s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.kebab-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;border:none;color:#e0e0e0;font-size:.95rem;text-align:left;cursor:pointer;transition:all .2s ease}.kebab-menu-item:hover{background:#00aeef26;color:#fff}.kebab-menu-item .menu-icon{font-size:1.1rem;width:20px;display:inline-block}.menu-divider{height:1px;background:#e0e0e01a;margin:4px 0}.kebab-menu-item.delete-item{color:#f44}.kebab-menu-item.delete-item:hover{background:#ff444426;color:#f66}@media (max-width: 1200px){.projects-table{font-size:.9rem}.projects-table th,.projects-table td{padding:14px 12px}}@media (max-width: 768px){.projects-container{padding:20px}.projects-header{flex-direction:column;gap:20px}.create-project-btn{width:100%}.projects-title{font-size:2rem}.projects-table-container{overflow-x:auto}.projects-table{min-width:800px}.empty-state{padding:40px 20px}}.admin-panel{padding:40px;max-width:1400px;margin:0 auto}.admin-header h1{color:#fff;font-size:32px;margin:0 0 10px}.admin-header p{color:#999;font-size:16px;margin:0 0 30px}.admin-loading{text-align:center;color:#00aeef;font-size:18px;padding:60px 20px}.admin-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171;padding:16px 20px;border-radius:8px;margin-bottom:20px}.admin-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80;padding:16px 20px;border-radius:8px;margin-bottom:20px}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px}.admin-stat-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid rgba(0,174,239,.2);border-radius:12px;padding:24px;text-align:center}.admin-stat-label{color:#999;font-size:14px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.admin-stat-value{color:#00aeef;font-size:36px;font-weight:700}.admin-table-container{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid rgba(0,174,239,.2);border-radius:12px;overflow:hidden}.admin-table{width:100%;border-collapse:collapse}.admin-table thead{background:#00aeef1a}.admin-table th{color:#00aeef;font-size:14px;font-weight:600;text-align:left;padding:16px 20px;text-transform:uppercase;letter-spacing:.5px}.admin-table tbody tr{border-top:1px solid rgba(255,255,255,.05);transition:background .2s}.admin-table tbody tr:hover{background:#00aeef0d}.admin-table td{color:#ccc;font-size:15px;padding:16px 20px}.role-badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.role-super-admin{background:#9333ea33;color:#a78bfa;border:1px solid rgba(147,51,234,.3)}.role-admin{background:#ef444433;color:#f87171;border:1px solid rgba(239,68,68,.3)}.role-researcher{background:#00aeef33;color:#00aeef;border:1px solid rgba(0,174,239,.3)}.role-guest{background:#9ca3af33;color:#9ca3af;border:1px solid rgba(156,163,175,.3)}.role-select{background:#00aeef1a;border:1px solid rgba(0,174,239,.3);color:#00aeef;padding:8px 12px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s}.role-select:hover:not(:disabled){background:#00aeef33;border-color:#00aeef}.role-select:disabled{opacity:.5;cursor:not-allowed}.role-select option{background:#2d2d2d;color:#fff}.help-bot-button{position:fixed;bottom:30px;right:30px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#00aeef,#08c);border:none;color:#fff;font-size:28px;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;box-shadow:0 4px 20px #00aeef66;transition:all .3s ease;z-index:9998;display:flex;align-items:center;justify-content:center}.help-bot-button:hover{transform:scale(1.1);box-shadow:0 6px 30px #00aeef99}.help-bot-button.open{background:linear-gradient(135deg,#666,#444)}.help-bot-window{position:fixed;bottom:100px;right:30px;width:400px;height:600px;background:#1a1a1a;border:1px solid #00AEEF;border-radius:12px;display:flex;flex-direction:column;box-shadow:0 8px 40px #00000080;z-index:9999;animation:slideIn .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.help-bot-header{background:linear-gradient(135deg,#00aeef,#08c);padding:16px 20px;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center}.help-bot-title{display:flex;align-items:center;gap:10px;color:#fff;font-size:18px;font-weight:600}.help-bot-icon{font-size:22px}.help-bot-actions{display:flex;gap:10px}.help-bot-clear,.help-bot-close{background:#fff3;border:none;color:#fff;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s ease}.help-bot-clear:hover,.help-bot-close:hover{background:#ffffff4d}.help-bot-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.help-bot-messages::-webkit-scrollbar{width:8px}.help-bot-messages::-webkit-scrollbar-track{background:#0d0d0d}.help-bot-messages::-webkit-scrollbar-thumb{background:#00aeef;border-radius:4px}.help-bot-welcome{text-align:center;color:#e0e0e0;padding:40px 20px}.help-bot-welcome h3{font-size:24px;margin-bottom:12px;color:#00aeef}.help-bot-welcome p{font-size:15px;color:#b0b0b0;margin-bottom:24px;line-height:1.5}.help-bot-suggestions{display:flex;flex-direction:column;gap:10px;margin-top:20px}.help-bot-suggestions button{background:#2a2a2a;border:1px solid #00AEEF;color:#00aeef;padding:12px 16px;border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s ease;text-align:left}.help-bot-suggestions button:hover{background:#00aeef;color:#fff;transform:translate(4px)}.help-bot-message{display:flex;margin-bottom:12px}.help-bot-message.user{justify-content:flex-end}.help-bot-message.assistant{justify-content:flex-start}.message-content{max-width:85%;padding:12px 16px;border-radius:12px;line-height:1.6;font-size:14px}.help-bot-message.user .message-content{background:linear-gradient(135deg,#00aeef,#08c);color:#fff;border-bottom-right-radius:4px}.help-bot-message.assistant .message-content{background:#2a2a2a;color:#e0e0e0;border:1px solid #333;border-bottom-left-radius:4px}.message-content h3{font-size:16px;color:#00aeef;margin:8px 0}.message-content p{margin:8px 0}.message-content ul,.message-content ol{margin:8px 0;padding-left:20px}.message-content li{margin:4px 0}.message-content strong{color:#00aeef;font-weight:600}.message-content code{background:#1a1a1a;padding:2px 6px;border-radius:4px;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Courier New,monospace;font-size:13px;color:#00aeef}.message-with-links{display:inline}.help-bot-inline-link{display:inline-flex;align-items:center;background:#00aeef26;border:1px solid #00AEEF;color:#00aeef;padding:4px 10px;margin:0 4px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s ease;vertical-align:middle}.help-bot-inline-link:hover{background:#00aeef;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #00aeef4d}.help-bot-inline-link:before{content:"→";margin-right:6px;font-weight:700}.help-bot-action-button{margin-top:12px;background:linear-gradient(135deg,#00aeef,#08c);border:none;color:#fff;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease;display:inline-block}.help-bot-action-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00aeef66}.help-bot-execute-button{margin-top:16px;background:linear-gradient(135deg,#ffb800,#ff8c00);border:2px solid #FFB800;color:#fff;padding:12px 20px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:700;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;text-transform:capitalize;box-shadow:0 2px 8px #ffb8004d}.help-bot-execute-button:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 6px 20px #ffb80080;background:linear-gradient(135deg,#ffc928,#ffa01c)}.execute-icon{font-size:18px;animation:sparkle 1.5s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.2);filter:brightness(1.3)}}.execute-arrow{font-size:16px;font-weight:700;transition:transform .3s ease}.help-bot-execute-button:hover .execute-arrow{transform:translate(4px)}.typing-indicator{display:flex;gap:6px;padding:8px 0}.typing-indicator span{width:8px;height:8px;background:#00aeef;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.help-bot-input-container{display:flex;gap:10px;padding:16px 20px;background:#0d0d0d;border-top:1px solid #333;border-radius:0 0 12px 12px}.help-bot-input{flex:1;background:#2a2a2a;border:1px solid #444;color:#fff;padding:12px 16px;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s ease}.help-bot-input:focus{border-color:#00aeef}.help-bot-input::placeholder{color:#777}.help-bot-send{background:linear-gradient(135deg,#00aeef,#08c);border:none;color:#fff;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease}.help-bot-send:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00aeef66}.help-bot-send:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.help-bot-window{width:calc(100vw - 40px);height:calc(100vh - 140px);right:20px;bottom:90px}.help-bot-button{bottom:20px;right:20px;width:56px;height:56px;font-size:24px}}
