::selection{background-color:#000;color:#fff}::-moz-selection{background-color:#000;color:#fff}body{font-family:Work Sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;background-color:#fff;color:#000}.app-container{min-height:100vh;display:flex;flex-direction:column}.header{padding:3rem 2rem 2rem;text-align:center;border-bottom:1px solid #e0e0e0}.title{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:#000}.subtitle{font-size:1.125rem;font-weight:400;color:#666}.nav{display:flex;justify-content:center;gap:2rem;padding:2rem;border-bottom:1px solid #e0e0e0}.nav-item{background:none;border:none;font-family:Work Sans,sans-serif;font-size:1rem;font-weight:500;color:#666;cursor:pointer;padding:.5rem 0;position:relative;transition:color .2s ease}.nav-item:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background-color:#ff69b4;transition:width .3s ease}.nav-item:hover{color:#000}.nav-item:hover:after{width:100%}.nav-item.active{color:#000}.nav-item.active:after{width:100%}.content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:3rem 2rem}.section{animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-title{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#000}.text{font-size:1.125rem;line-height:1.8;color:#333;margin-bottom:2rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:3rem 0}.feature-card{padding:2rem;border:1px solid #e0e0e0;border-radius:24px;text-align:center}.feature-icon{width:48px;height:48px;color:#ff69b4;margin-bottom:1rem}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#000}.feature-text{font-size:1rem;line-height:1.6;color:#666}.code-section{margin-top:3rem;padding:2rem;background-color:#fafafa;border-radius:20px;border:1px solid #e0e0e0}.code-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#000}.code-block{background-color:#000;color:#fff;padding:1.5rem;border-radius:16px;overflow-x:auto;font-family:Courier New,monospace;font-size:.875rem;line-height:1.6}.code-block code{color:#fff}.footer{padding:2rem;text-align:center;border-top:1px solid #e0e0e0;background-color:#fafafa}.footer-text{font-size:.875rem;color:#666}.tour-overlay{position:fixed;inset:0;z-index:1000;pointer-events:none}.tour-backdrop{position:absolute;inset:0;background-color:#000000b3;pointer-events:all;animation:fadeInBackdrop .3s ease}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}.tour-highlight{position:absolute;border:3px solid #ff69b4;border-radius:12px;pointer-events:none;z-index:1001;box-shadow:0 0 0 9999px #000000b3;animation:fadeInBackdrop .3s ease}.tour-tooltip{position:absolute;background-color:#fff;border:2px solid #ff69b4;border-radius:20px;padding:2rem;max-width:400px;pointer-events:all;box-shadow:0 8px 32px #0006;animation:slideIn .4s ease;z-index:1002}.tour-centered{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);animation:fadeInTooltip .4s ease}@keyframes fadeInTooltip{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.tour-arrow{position:absolute;top:-20px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:20px solid #ff69b4}.tour-arrow-down{position:absolute;bottom:-20px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:20px solid #ff69b4}.tour-title{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:.75rem}.tour-text{font-size:1rem;line-height:1.6;color:#333;margin-bottom:1.5rem}.tour-progress{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.tour-dot{width:10px;height:10px;border-radius:50%;background-color:#e0e0e0;transition:background-color .3s ease}.tour-dot.active{background-color:#ff69b4}.tour-dot.completed{background-color:#000}.tour-buttons{display:flex;gap:.75rem}.tour-skip{flex:1;padding:.75rem;background-color:#f0f0f0;border:none;border-radius:12px;font-family:Work Sans,sans-serif;font-size:.875rem;font-weight:500;color:#666;cursor:pointer;transition:opacity .2s ease}.tour-skip:hover{opacity:.8}.tour-next{flex:1;padding:.75rem;background-color:#ff69b4;border:none;border-radius:12px;font-family:Work Sans,sans-serif;font-size:.875rem;font-weight:500;color:#fff;cursor:pointer;transition:opacity .2s ease}.tour-next:hover{opacity:.9}.demo-controls{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.demo-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:12px;font-family:Work Sans,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:opacity .2s ease}.demo-button:hover{opacity:.9}.demo-button.primary{background-color:#ff69b4;color:#fff}.demo-button.secondary{background-color:#f0f0f0;color:#000}.button-icon{width:20px;height:20px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin:2rem 0}.stat-card{padding:1.5rem;background-color:#fafafa;border-radius:16px;text-align:center}.stat-value{font-size:2rem;font-weight:700;color:#ff69b4;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#666;text-transform:uppercase;letter-spacing:.05em}.organizations-list{margin-top:2rem}.list-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#000}.org-card{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;margin-bottom:1rem;background-color:#fafafa;border-radius:16px;border:1px solid #e0e0e0}.org-info{flex:1}.org-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#000}.org-description{font-size:.875rem;color:#666;margin-bottom:.5rem}.org-meta{font-size:.75rem;color:#999}.org-actions{display:flex;gap:.5rem}.action-button{padding:.5rem 1rem;border:none;border-radius:8px;font-family:Work Sans,sans-serif;font-size:.875rem;font-weight:500;cursor:pointer;transition:opacity .2s ease}.action-button:disabled{opacity:.5;cursor:not-allowed}.action-button.inline{background-color:#000;color:#fff}.action-button.batched{background-color:#ff69b4;color:#fff}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;border:2px dashed #e0e0e0;border-radius:20px;margin-top:2rem}.empty-icon{width:64px;height:64px;color:#ccc;margin-bottom:1rem}.empty-text{font-size:1.125rem;color:#999}.summary-section,.progress-section{margin-top:2rem;padding:1.5rem;background-color:#fafafa;border-radius:16px;border:1px solid #e0e0e0}.summary-title,.progress-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#000}.summary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.summary-item{display:flex;justify-content:space-between;padding:.75rem 1rem;background-color:#fff;border-radius:8px}.summary-table{font-weight:500;color:#000}.summary-count{font-weight:700;color:#ff69b4}.progress-bar-container{width:100%;height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:1rem}.progress-bar{height:100%;background-color:#ff69b4;transition:width .3s ease}.progress-text{font-size:.875rem;color:#666;margin-bottom:1rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Work Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
