.walkthrough-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:9998;pointer-events:auto}.walkthrough-spotlight{border-radius:8px;box-shadow:0 0 0 9999px #000000b3,0 0 0 4px var(--primary),0 0 20px #4f46e580;pointer-events:none;transition:all .3s ease}.walkthrough-highlight{position:relative!important;z-index:10000!important;animation:walkthrough-pulse 2s ease-in-out infinite}@keyframes walkthrough-pulse{0%,to{box-shadow:0 0 #4f46e5b3}50%{box-shadow:0 0 0 8px #4f46e500}}.walkthrough-tooltip{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;max-width:400px;min-width:320px;z-index:10001;animation:walkthrough-fade-in .3s ease}@keyframes walkthrough-fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.walkthrough-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--border)}.walkthrough-header h3{margin:0;color:var(--primary);font-size:1.25rem}.walkthrough-close{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.walkthrough-close:hover{background:var(--background);color:var(--text)}.walkthrough-content{padding:1.5rem}.walkthrough-content p{margin:0;color:var(--text);line-height:1.6;font-size:1rem}.walkthrough-footer{padding:1rem 1.5rem 1.5rem;border-top:1px solid var(--border)}.walkthrough-progress{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.walkthrough-dot{width:8px;height:8px;border-radius:50%;background:#e5e7eb;transition:all .3s ease}.walkthrough-dot.active{background:var(--primary);width:24px;border-radius:4px}.walkthrough-dot.completed{background:var(--primary);opacity:.5}.walkthrough-actions{display:flex;justify-content:space-between;gap:1rem}.walkthrough-skip{background:transparent;border:1px solid var(--border);color:var(--text);padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.875rem;transition:all .2s}.walkthrough-skip:hover{background:var(--background);border-color:var(--primary)}.walkthrough-next{background:var(--primary);border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s;flex:1}.walkthrough-next:hover{background:var(--secondary);transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}@media (max-width: 768px){.walkthrough-tooltip{max-width:90%;min-width:280px;margin:1rem}.walkthrough-tooltip[style*="position: absolute"]{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #4F46E5;--secondary: #818CF8;--accent: #A5B4FC;--background: #EEF2FF;--text: #1E1B4B;--border: #E5E7EB;--error: #DC2626;--success: #059669}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;position:relative;background-size:cover;background-position:center;background-attachment:fixed;transition:background-image .3s ease;color:var(--text)}.app:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffd9;z-index:0}.app>*{position:relative;z-index:1}.app-main{min-height:calc(100vh - 200px);flex:1}.app-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:1rem 2rem;position:sticky;top:0;z-index:100;isolation:isolate}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:1.5rem;color:var(--primary);text-decoration:none}.logo{text-decoration:none}.header-actions{display:flex;align-items:center;gap:1rem}.header-links{display:flex;gap:1rem;align-items:center}.header-link{color:var(--text);text-decoration:none;font-size:.9rem;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s}.header-link:hover{background-color:#0000000d}.header-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid var(--border);border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .2s}.header-btn:hover{background:var(--background);border-color:var(--primary)}.profile-btn{font-weight:500}.settings-icon{font-size:.875rem;opacity:.7}.avatar-small{width:40px;height:40px;border-radius:50%;border:2px solid var(--border)}.avatar-tiny{width:32px;height:32px;border-radius:50%;border:2px solid var(--border)}.avatar-large{width:80px;height:80px;border-radius:50%;border:3px solid var(--border)}.btn-primary{background:var(--primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s}.btn-primary:hover:not(:disabled){background:var(--secondary);transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff;color:var(--primary);border:2px solid var(--primary);padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s}.btn-secondary:hover{background:var(--background)}.btn-danger{background:var(--error);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500}.btn-danger:hover{background:#b91c1c}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-back{background:transparent;border:none;color:var(--primary);cursor:pointer;font-size:1rem;padding:.5rem;margin-bottom:1rem}.btn-back:hover{text-decoration:underline}.auth-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem}.auth-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 24px #0000001a;width:100%;max-width:400px}.auth-card h2{margin-bottom:1.5rem;color:var(--primary)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.password-input{position:relative}.password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:var(--primary);cursor:pointer;font-size:.875rem;padding:.25rem .5rem}.auth-link{margin-top:1rem;text-align:center;color:var(--text)}.auth-link a{color:var(--primary);text-decoration:none}.auth-link a:hover{text-decoration:underline}.onboarding-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem}.onboarding-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 24px #0000001a;width:100%;max-width:500px}.onboarding-card h2{margin-bottom:.5rem;color:var(--primary)}.onboarding-card p{margin-bottom:1.5rem;color:var(--text)}.form-group small{display:block;margin-top:.25rem;color:#6b7280;font-size:.875rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:auto;cursor:pointer}.dashboard{max-width:1400px;margin:0 auto;padding:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-header h2{color:var(--primary)}.dashboard-actions{display:flex;gap:1rem}.hubs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.hub-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:all .2s}.hub-card.clickable{cursor:pointer}.hub-card.clickable:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.hub-card h3{color:var(--primary);margin-bottom:.5rem}.hub-category{color:var(--secondary);font-size:.875rem;margin-bottom:.5rem}.hub-description{color:var(--text);margin-bottom:1rem;line-height:1.5}.hub-meta{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#6b7280}.hub-privacy{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.hub-privacy.public{background:#d1fae5;color:#065f46}.hub-privacy.private{background:#fee2e2;color:#991b1b}.hub-view{max-width:1400px;margin:0 auto;padding:2rem}.hub-header{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.hub-info h1{color:var(--primary);margin-bottom:.5rem}.hub-content{display:grid;grid-template-columns:1fr 300px;gap:2rem}.hub-main{min-width:0}.hub-sidebar{position:sticky;top:100px;height:fit-content}.join-prompt{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000001a}.post-creation{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.post-creation textarea{width:100%;padding:1rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;margin-bottom:1rem}.post-creation textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.post-actions{display:flex;justify-content:space-between;align-items:center}.char-count{color:#6b7280;font-size:.875rem}.post-feed{display:flex;flex-direction:column;gap:1.5rem}.post-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.post-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.post-author strong{display:block;color:var(--primary)}.post-time{font-size:.875rem;color:#6b7280}.post-content{margin-bottom:1rem;line-height:1.6;color:var(--text)}.post-link{color:var(--primary);text-decoration:none}.post-link:hover{text-decoration:underline}.youtube-embed{margin-top:1rem;border-radius:8px;overflow:hidden}.post-actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid var(--border)}.like-btn,.comment-btn{background:transparent;border:none;cursor:pointer;font-size:1rem;padding:.5rem 1rem;border-radius:8px;transition:all .2s}.like-btn:hover,.comment-btn:hover{background:var(--background)}.like-btn.liked{color:var(--error)}.comment-view{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.comment-form{margin-bottom:1rem}.comment-form form{display:flex;flex-direction:column;gap:.75rem}.comment-form input[type=text]{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:8px;font-size:.875rem}.comment-form input[type=url]{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:8px;font-size:.875rem;background:#f9fafb}.comment-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.comment-form input[type=url]:focus{background:#fff}.comment-media-input{display:flex;flex-direction:column;gap:.25rem}.comment-media-hint{font-size:.75rem;color:#6b7280;margin-left:.25rem}.comments-list{display:flex;flex-direction:column;gap:1rem}.comment-item{display:flex;gap:.75rem}.comment-content{flex:1}.comment-header{display:flex;gap:.5rem;align-items:center;margin-bottom:.25rem}.comment-header strong{font-size:.875rem;color:var(--primary)}.comment-time{font-size:.75rem;color:#6b7280}.comment-text{color:var(--text);font-size:.875rem;line-height:1.5}.comment-link{color:var(--primary);text-decoration:none}.comment-link:hover{text-decoration:underline}.reminders-panel{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.reminders-panel h3{color:var(--primary);margin-bottom:1rem}.reminder-input{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.reminder-text-input{width:100%}.reminder-text-input input{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:8px;font-size:1rem}.reminder-datetime{display:flex;gap:.5rem}.reminder-datetime input[type=date],.reminder-datetime input[type=time]{flex:1;padding:.75rem;border:1px solid var(--border);border-radius:8px;font-size:.9rem;background:#fff}.reminder-datetime-display{font-size:.85rem;color:var(--secondary);margin-top:.25rem;margin-bottom:.5rem}.reminders-list{display:flex;flex-direction:column;gap:.75rem}.reminder-item{padding:.75rem;background:var(--background);border-radius:8px}.reminder-text{margin-bottom:.5rem;color:var(--text);font-size:.875rem}.reminder-edit{display:flex;flex-direction:column;gap:.5rem}.reminder-edit input{padding:.5rem;border:1px solid var(--border);border-radius:6px;font-size:.875rem}.reminder-actions{display:flex;gap:.5rem}.tasks-modal{max-width:500px}.task-input{display:flex;gap:.5rem;margin-bottom:1.5rem}.task-input input{flex:1;padding:.75rem;border:1px solid var(--border);border-radius:8px;font-size:1rem}.task-list{list-style:none}.task-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--background);border-radius:8px;margin-bottom:.5rem}.task-item input[type=checkbox]{width:20px;height:20px;cursor:pointer}.task-text{flex:1;color:var(--text)}.task-item.completed .task-text{text-decoration:line-through;color:#6b7280}.task-delete{background:transparent;border:none;color:var(--error);cursor:pointer;font-size:1.25rem;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.task-delete:hover{background:#fee2e2;border-radius:4px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999!important;padding:1rem;overflow-y:auto;overscroll-behavior:contain}.modal-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;max-width:600px;width:100%;max-height:85vh;display:flex;flex-direction:column;margin:auto;position:relative;overflow:hidden;z-index:10000!important}.hub-creation-modal{max-width:600px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border)}.modal-header h2{color:var(--primary)}.modal-close{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-close:hover{background:var(--background);color:var(--text)}.modal-tabs{display:flex;border-bottom:1px solid var(--border);padding:0 1.5rem}.modal-tabs button{background:transparent;border:none;padding:1rem 1.5rem;cursor:pointer;font-size:1rem;color:#6b7280;border-bottom:2px solid transparent;transition:all .2s}.modal-tabs button:hover{color:var(--primary)}.modal-tabs button.active{color:var(--primary);border-bottom-color:var(--primary)}.modal-body{padding:1.5rem;overflow-y:auto;flex:1;min-height:0}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid var(--border)}.profile-modal{max-width:700px}.appearance-settings{display:flex;flex-direction:column;gap:2rem}.avatar-preview{text-align:center;padding:1rem;background:var(--background);border-radius:8px}.avatar-preview p{margin-top:.5rem;font-weight:500;color:var(--text)}.setting-group{display:flex;flex-direction:column;gap:1rem}.setting-group label{font-weight:500;color:var(--text)}.theme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}.theme-option{padding:1rem;border:3px solid transparent;border-radius:8px;color:#fff;font-weight:500;cursor:pointer;transition:all .2s}.theme-option:hover{transform:scale(1.05)}.theme-option.active{border-color:#000;box-shadow:0 4px 12px #0003}.background-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.background-option{display:flex;flex-direction:column;gap:.5rem;background:transparent;border:2px solid var(--border);border-radius:8px;padding:.5rem;cursor:pointer;transition:all .2s}.background-option:hover{border-color:var(--primary)}.background-option.active{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.background-preview{width:100%;height:80px;background-size:cover;background-position:center;border-radius:8px;margin-bottom:.5rem}.none-preview{background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280;font-weight:500}.background-preview{width:100%;height:100px;background-size:cover;background-position:center;border-radius:6px}.none-preview{background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280;font-weight:500;border:2px dashed #D1D5DB}.background-option span{text-align:center;font-size:.875rem;color:var(--text)}.account-settings{display:flex;flex-direction:column;gap:1.5rem}.account-info p{margin-bottom:.5rem;color:var(--text)}.account-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.find-hubs-modal{max-width:900px}.hub-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;max-height:500px;overflow-y:auto}.suggestion-card{border:2px dashed var(--border)}.suggestion-badge{background:var(--accent);color:var(--text);padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;display:inline-block;margin-top:.5rem}.category-filter{margin-bottom:1rem}.category-filter label{margin-right:.5rem;font-weight:500}.category-filter select{padding:.5rem;border:1px solid var(--border);border-radius:6px}.search-input{margin-bottom:1rem}.search-input input{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:8px;font-size:1rem}.loading{text-align:center;padding:2rem;color:var(--text)}.error-message{background:#fee2e2;color:var(--error);padding:.75rem;border-radius:8px;margin-bottom:1rem}.empty-state{text-align:center;padding:2rem;color:#6b7280}.empty-state p{margin-bottom:.5rem}.app-footer{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border);margin-top:2rem;padding:1rem 1.5rem .75rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:.75rem}.footer-section h3{color:var(--primary);margin-bottom:.4rem;font-size:.9rem;font-weight:600}.footer-section h4{color:var(--text);margin-bottom:.4rem;font-size:.8rem;font-weight:600}.footer-section p{color:#6b7280;font-size:.7rem;line-height:1.4;margin:0}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.25rem}.footer-section ul li a{color:#6b7280;text-decoration:none;font-size:.7rem;transition:color .2s}.footer-section ul li a:hover{color:var(--primary)}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:.75rem;border-top:1px solid var(--border);text-align:center}.footer-bottom p{color:#6b7280;font-size:.7rem;margin:.1rem 0}.footer-built{color:var(--secondary)!important;font-size:.65rem!important}.page-container{max-width:1200px;margin:0 auto;padding:2rem;min-height:calc(100vh - 200px)}.page-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.page-content h1{color:var(--primary);margin-bottom:.5rem}.last-updated{color:#6b7280;font-size:.875rem;margin-bottom:2rem}.page-content section{margin-bottom:2rem}.page-content section h2{color:var(--primary);margin-bottom:1rem;font-size:1.5rem}.page-content section h3{color:var(--text);margin-bottom:.75rem;margin-top:1rem;font-size:1.25rem}.page-content ul,.page-content ol{margin-left:1.5rem;margin-bottom:1rem;line-height:1.8}.page-content li{margin-bottom:.5rem}.page-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.contact-info h2{color:var(--primary);margin-bottom:1rem}.contact-details{margin-top:2rem}.contact-item{margin-bottom:1.5rem}.contact-item h3{color:var(--text);margin-bottom:.5rem;font-size:1rem}.contact-form{background:var(--background);padding:1.5rem;border-radius:8px}.faq-item{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-item h3{color:var(--primary);margin-bottom:.75rem;font-size:1.125rem}.faq-item p{color:var(--text);line-height:1.6}@media (max-width: 768px){.hub-content{grid-template-columns:1fr}.hub-sidebar{position:static}.hubs-grid{grid-template-columns:1fr}.dashboard-header{flex-direction:column;gap:1rem;align-items:stretch}.dashboard-actions{flex-direction:column}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.footer-content{grid-template-columns:1fr;gap:1.5rem}.app-footer{padding:1rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.page-container{padding:1rem}.page-content{padding:1.5rem}}
