body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;color:#1a202c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.app{min-height:100vh}.btn,.form-input,.form-select,.form-textarea{font-family:inherit}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:12px 24px;text-decoration:none;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-1px)}.btn-secondary{background:#e5e7eb;color:#374151}.btn-secondary:hover{background:#d1d5db}.avatar{align-items:center;background:#e2e8f0;border-radius:50%;display:flex;justify-content:center;overflow:hidden}.avatar img{height:100%;object-fit:cover;width:100%}.card{background:#fff;border:1px solid #e2e8f0;border-radius:15px;box-shadow:0 2px 10px #0000000d;padding:20px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.h-full{height:100%}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-blue-500{color:#667eea}.text-blue-600{color:#4f46e5}.focus-ring:focus{box-shadow:0 0 0 3px #667eea1a;outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.loading-screen{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loading-container{color:#fff;text-align:center}.loading-spinner{animation:spin 1s ease-in-out infinite;border:4px solid #ffffff4d;border-top-color:#fff;height:50px;margin:0 auto 20px;width:50px}.loading-container h2{font-size:2.5rem;font-weight:300;margin:0 0 10px}.loading-container p{margin:0;opacity:.8}.login-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr;max-width:1200px;width:100%}.login-content{grid-gap:60px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:grid;gap:60px;grid-template-columns:1fr 1fr;padding:60px}.logo-section{color:#fff;display:flex;flex-direction:column;justify-content:center}.logo{margin-bottom:20px}.loop-icon{color:#fff;font-size:3rem;margin-right:15px;text-shadow:0 0 20px #ffffff80}.logo h1{font-size:3rem;letter-spacing:-2px}.logo h1,.tagline{font-weight:300;margin:0}.tagline{font-size:1.2rem;opacity:.9}.login-form{background:#fff;border-radius:15px;box-shadow:0 20px 40px #0000001a;display:flex;flex-direction:column;justify-content:center;padding:40px}.login-form h2{color:#333;font-size:2rem;font-weight:600;margin:0 0 10px}.login-form p{color:#666;line-height:1.5;margin:0 0 30px}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:30px;padding:15px 30px;transition:all .3s ease}.login-button:hover{box-shadow:0 10px 20px #667eea66;transform:translateY(-2px)}.features{display:flex;flex-direction:column;gap:15px}.feature{align-items:center;color:#666;display:flex;gap:10px}.feature .icon{font-size:1.2rem}@media (max-width:768px){.login-content{gap:30px;grid-template-columns:1fr;padding:40px 30px}.logo-section{text-align:center}.logo{justify-content:center}}.dashboard{background:#f8fafc;min-height:100vh}.dashboard-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.header-content,.logo{align-items:center;display:flex}.logo{color:#1a202c;font-size:1.5rem;font-weight:600;gap:10px}.loop-icon{color:#667eea;font-size:1.8rem}.nav-menu{display:flex;gap:30px}.nav-item{border-radius:8px;color:#64748b;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .2s ease}.nav-item:hover{background:#f1f5f9;color:#667eea}.nav-item.active{background:#eef2ff;color:#667eea}.user-menu{gap:15px}.user-info,.user-menu{align-items:center;display:flex}.user-info{gap:10px}.author-avatar,.user-avatar{align-items:center;background:#e2e8f0;border-radius:50%;display:flex;height:40px;justify-content:center;overflow:hidden;width:40px}.author-avatar img,.user-avatar img{height:100%;object-fit:cover;width:100%}.avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:1.1rem;font-weight:600;height:100%;justify-content:center;width:100%}.user-name{color:#1a202c;font-weight:500}.logout-button{background:#f56565;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px;transition:background .2s ease}.logout-button:hover{background:#e53e3e}.dashboard-main{margin:0 auto;max-width:800px;padding:30px 20px}.feed-container{width:100%}.feed-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.feed-header h1{color:#1a202c;font-size:2rem;font-weight:600;margin:0}.create-post-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;font-weight:600;padding:12px 24px;text-decoration:none;transition:transform .2s ease}.create-post-button:hover{box-shadow:0 10px 20px #667eea66;transform:translateY(-2px)}.loading-posts{align-items:center;color:#64748b;display:flex;flex-direction:column;padding:60px 20px}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:40px;margin-bottom:20px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.empty-feed{padding:80px 20px;text-align:center}.empty-feed h2{color:#1a202c;font-size:1.8rem;font-weight:600;margin:0 0 10px}.empty-feed p{color:#64748b;line-height:1.6;margin:0 0 30px}.create-first-post{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;display:inline-block;font-weight:600;padding:15px 30px;text-decoration:none;transition:transform .2s ease}.create-first-post:hover{transform:translateY(-2px)}.posts-list{display:flex;flex-direction:column;gap:20px}.post-card{background:#fff;border:1px solid #e2e8f0;border-radius:15px;box-shadow:0 2px 10px #0000000d;padding:20px}.post-header{margin-bottom:15px}.author-info{display:flex;flex-direction:column;gap:2px}.post-date{color:#64748b;font-size:.875rem}.post-content{margin-bottom:15px}.post-text{color:#374151;line-height:1.6;margin:0 0 10px}.post-location{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:5px}.post-actions{border-top:1px solid #e2e8f0;display:flex;gap:15px;padding-top:15px}.action-button{align-items:center;background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;gap:5px;padding:5px 10px;transition:all .2s ease}.action-button:hover{background:#f1f5f9;color:#667eea}@media (max-width:768px){.header-content{padding:0 15px}.nav-menu{gap:15px}.nav-item{font-size:.875rem;padding:6px 12px}.user-name{display:none}.dashboard-main{padding:20px 15px}.feed-header{align-items:stretch;flex-direction:column;gap:15px}.feed-header h1{font-size:1.5rem}}.profile-page{background:#f8fafc;min-height:100vh}.profile-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.profile-header .header-content{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.back-button{border-radius:8px;color:#667eea;font-weight:500;padding:8px 16px;text-decoration:none;transition:background .2s ease}.back-button:hover{background:#eef2ff}.profile-header h1{color:#1a202c;font-size:1.5rem;font-weight:600;margin:0}.profile-main{margin:0 auto;max-width:800px;padding:30px 20px}.profile-container{width:100%}.profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:15px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.profile-avatar-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px;text-align:center}.profile-avatar{align-items:center;background:#fff3;border:4px solid #ffffff4d;border-radius:50%;display:flex;height:120px;justify-content:center;margin:0 auto 20px;overflow:hidden;width:120px}.profile-avatar img{height:100%;object-fit:cover;width:100%}.profile-avatar .avatar-placeholder{font-size:3rem;font-weight:600}.change-avatar-button{background:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .2s ease}.change-avatar-button:hover{background:#ffffff4d}.profile-form{padding:30px}.form-section{margin-bottom:40px}.form-section h2{border-bottom:1px solid #e2e8f0;color:#1a202c;font-size:1.3rem;font-weight:600;margin:0 0 20px;padding-bottom:10px}.form-group{margin-bottom:20px}.form-group label{color:#374151;display:block;font-weight:500;margin-bottom:8px}.form-input,.form-select,.form-textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:12px 16px;transition:border-color .2s ease;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.form-input.disabled{background:#f9fafb;color:#6b7280}.form-textarea{min-height:100px;resize:vertical}.checkbox-group{display:flex;flex-direction:column;gap:15px}.checkbox-label{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px;transition:background .2s ease}.checkbox-label:hover{background:#f8fafc}.checkbox-label input[type=checkbox]{accent-color:#667eea;height:18px;width:18px}.checkbox-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.checkbox-text{color:#374151;font-weight:500}.form-actions{border-top:1px solid #e2e8f0;margin-top:40px;padding-top:20px;text-align:right}.edit-actions{display:flex;gap:15px;justify-content:flex-end}.edit-button,.save-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:transform .2s ease}.edit-button:hover,.save-button:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-1px)}.cancel-button{background:#e5e7eb;border:none;border-radius:8px;color:#374151;cursor:pointer;font-weight:600;padding:12px 24px;transition:background .2s ease}.cancel-button:hover{background:#d1d5db}@media (max-width:768px){.profile-header .header-content{padding:0 15px}.profile-main{padding:20px 15px}.profile-avatar-section{padding:30px 20px}.profile-avatar{height:100px;width:100px}.profile-form{padding:20px}.edit-actions{flex-direction:column}.form-actions{text-align:stretch}}.create-post-page{background:#f8fafc;min-height:100vh}.create-post-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:100}.create-post-header .header-content{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.create-post-header h1{color:#1a202c;font-size:1.5rem;font-weight:600;margin:0}.publish-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s ease}.publish-button:hover:not(:disabled){box-shadow:0 5px 15px #667eea66;transform:translateY(-1px)}.publish-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.create-post-main{margin:0 auto;max-width:800px;padding:30px 20px}.create-post-container{width:100%}.create-post-form{background:#fff;border:1px solid #e2e8f0;border-radius:15px;box-shadow:0 2px 10px #0000000d;padding:30px}.post-author{border-bottom:1px solid #e2e8f0;gap:12px;margin-bottom:30px;padding-bottom:20px}.author-avatar,.post-author{align-items:center;display:flex}.author-avatar{background:#e2e8f0;border-radius:50%;height:50px;justify-content:center;overflow:hidden;width:50px}.author-avatar img{height:100%;object-fit:cover;width:100%}.author-avatar .avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:1.2rem;font-weight:600;height:100%;justify-content:center;width:100%}.author-name{color:#1a202c;font-size:1.1rem;font-weight:600}.form-section{margin-bottom:30px}.form-section h3{color:#1a202c;font-size:1.2rem;font-weight:600;margin:0 0 20px}.post-textarea{font-size:1.1rem;line-height:1.6;min-height:150px}.character-count{color:#64748b;font-size:.875rem;margin-top:8px;text-align:right}.loading-circles,.no-circles{padding:40px 20px;text-align:center}.no-circles{background:#f8fafc;border:2px dashed #d1d5db;border-radius:10px}.no-circles p{color:#64748b;margin:0 0 20px}.create-circle-link{border:2px solid #667eea;border-radius:8px;color:#667eea;display:inline-block;font-weight:600;padding:10px 20px;text-decoration:none;transition:all .2s ease}.create-circle-link:hover{background:#667eea;color:#fff}.circles-list{display:flex;flex-direction:column;gap:12px}.circle-checkbox{align-items:flex-start;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;display:flex;gap:12px;padding:15px;transition:all .2s ease}.circle-checkbox:hover{background:#f8fafc;border-color:#667eea}.circle-checkbox input[type=checkbox]{accent-color:#667eea;height:18px;margin-top:2px;width:18px}.circle-info{display:flex;flex:1 1;flex-direction:column;gap:5px}.circle-description{color:#64748b;font-size:.875rem;line-height:1.4}.photo-upload-section{margin-top:1rem}.upload-controls{margin-bottom:1rem}.upload-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.upload-button:hover{box-shadow:0 8px 20px #667eea4d;transform:translateY(-2px)}.uploaded-media{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin-top:1rem}.media-preview{aspect-ratio:1;background:#f8f9fa;border-radius:8px;overflow:hidden;position:relative}.media-thumbnail{border-radius:8px;height:100%;object-fit:cover;width:100%}.video-thumbnail{align-items:center;background:#e9ecef;display:flex;flex-direction:column;height:100%;justify-content:center;padding:.5rem;text-align:center}.video-thumbnail span{font-size:2rem;margin-bottom:.5rem}.video-thumbnail p{color:#6c757d;font-size:.75rem;margin:0;word-break:break-all}.remove-media{align-items:center;background:#dc3545e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:1.5rem;justify-content:center;line-height:1;position:absolute;right:.25rem;top:.25rem;transition:all .2s ease;width:1.5rem}.remove-media:hover{background:#dc3545;transform:scale(1.1)}@media (max-width:768px){.create-post-header .header-content{padding:0 15px}.create-post-main{padding:20px 15px}.create-post-form{padding:20px}.post-author{margin-bottom:20px;padding-bottom:15px}.author-avatar{height:45px;width:45px}.form-section{margin-bottom:25px}.post-textarea{min-height:120px}.circle-checkbox{padding:12px}}.circles-page{background:#f8fafc;min-height:100vh}.circles-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.circles-header .header-content{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.circles-header h1{color:#1a202c;font-size:1.5rem;font-weight:600;margin:0}.create-circle-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s ease}.create-circle-button:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-1px)}.circles-main{margin:0 auto;max-width:1200px;padding:30px 20px}.circles-container{width:100%}.circles-tabs{background:#e2e8f0;border-radius:10px;display:flex;gap:2px;margin-bottom:30px;padding:4px}.tab-button{background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;flex:1 1;font-weight:600;padding:12px 20px;transition:all .2s ease}.tab-button.active{background:#fff;box-shadow:0 2px 4px #0000001a;color:#667eea}.tab-button:hover:not(.active){color:#374151}.loading-circles{align-items:center;color:#64748b;display:flex;flex-direction:column;padding:80px 20px}.loading-circles .loading-spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:40px;margin-bottom:20px;width:40px}.empty-circles,.no-more-circles{padding:80px 20px;text-align:center}.empty-icon{font-size:4rem;margin-bottom:20px}.empty-circles h2,.no-more-circles h2{color:#1a202c;font-size:1.8rem;font-weight:600;margin:0 0 10px}.empty-circles p,.no-more-circles p{color:#64748b;line-height:1.6;margin:0 0 30px}.create-first-circle{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:15px 30px;transition:transform .2s ease}.create-first-circle:hover{transform:translateY(-2px)}.circles-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.circle-card{background:#fff;border:1px solid #e2e8f0;border-radius:15px;box-shadow:0 2px 10px #0000000d;padding:25px;transition:all .2s ease}.circle-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.circle-header{margin-bottom:15px}.circle-name{color:#1a202c;font-size:1.3rem;font-weight:600;margin:0 0 10px}.circle-meta{display:flex;flex-direction:column;gap:5px}.member-count{color:#667eea;font-size:.875rem;font-weight:600}.created-date{color:#64748b;font-size:.875rem}.circle-description{color:#374151;font-size:.95rem;line-height:1.5;margin:0 0 20px}.circle-actions{display:flex;gap:10px}.join-button,.manage-button,.view-button{border-radius:8px;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:600;padding:10px 16px;text-align:center;transition:all .2s ease}.view-button{background:#eef2ff;border:1px solid #d6e3ff;color:#667eea}.view-button:hover{background:#667eea;color:#fff}.manage-button{background:#f3f4f6;border:1px solid #d1d5db;color:#374151}.manage-button:hover{background:#e5e7eb}.join-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.join-button:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-1px)}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.create-circle-modal{background:#fff;border-radius:15px;box-shadow:0 20px 40px #0000001a;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px;padding:25px 30px 0}.modal-header h2{color:#1a202c;font-size:1.5rem;font-weight:600;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;transition:background .2s ease;width:32px}.close-button:hover{background:#f3f4f6}.create-circle-form{padding:0 30px 30px}.create-circle-form .form-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:25px}.create-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:transform .2s ease}.create-button:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-1px)}@media (max-width:768px){.circles-header .header-content{padding:0 15px}.circles-main{padding:20px 15px}.circles-grid{gap:15px;grid-template-columns:1fr}.circle-card{padding:20px}.circles-tabs{margin-bottom:20px}.tab-button{font-size:.875rem;padding:10px 15px}.circle-actions{flex-direction:column}.modal-overlay{padding:15px}.modal-header{margin-bottom:20px;padding:20px 20px 0}.create-circle-form{padding:0 20px 20px}.create-circle-form .form-actions{flex-direction:column}}
/*# sourceMappingURL=main.80f27a0e.css.map*/