body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background:#8c8c44;box-shadow:0 2px 10px #0000001a;color:#fbf6f1;font-family:Georgia Pro;left:0;padding:0 20px;position:fixed;right:0;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;font-family:Georgia Pro;height:70px;justify-content:space-between;margin:0 auto;max-width:1200px}.navbar-brand h1{color:#fbf6f1;font-family:Georgia Pro;font-size:1.8rem;font-weight:700;margin:0}.navbar-search{align-items:center;background:#fff3;border-radius:25px;display:flex;margin:0 20px;max-width:400px;padding:5px}.navbar-search,.search-input{flex:1 1;font-family:Georgia Pro}.search-input{background:#0000;border:none;color:#fbf6f1;font-size:1rem;padding:8px 15px}.search-input::placeholder{color:#ffffffb3}.search-input:focus{outline:none}.search-button{align-items:center;background:#ffffff4d;border:none;border-radius:50%;color:#fbf6f1;cursor:pointer;display:flex;font-family:Georgia Pro;height:35px;justify-content:center;transition:background .3s ease;width:35px}.search-button:hover{background:#fff6}.navbar-items{align-items:center;display:flex;font-family:Georgia Pro;gap:15px}.user-email{opacity:.9}.nav-button,.user-email{font-family:Georgia Pro;font-size:.9rem}.nav-button{background:#fff3;border:none;border-radius:20px;color:#fbf6f1;cursor:pointer;font-weight:550;padding:8px 16px;transition:all .3s ease}.nav-button:hover{background:#ffffff4d;transform:translateY(-1px)}.create-post-btn{background:#d4a574}.create-post-btn:hover{background:#d4a674d9}.my-posts-btn{background:#e8d7c3d7}.my-posts-btn:hover{background:#e8d7c3aa}.saved-posts-btn{background:#2c3e50}.saved-posts-btn:hover{background:#2c3e50ba}.logout-btn{background:#8b3a3a}.logout-btn:hover{background:#8b3a3aba}.login-prompt{font-family:Georgia Pro;font-size:.9rem;opacity:.8}@media (max-width:768px){.navbar-container{flex-wrap:wrap;height:auto;padding:10px 0}.navbar-search{margin:10px 0 0;max-width:none;order:3;width:100%}.navbar-items{gap:10px}.nav-button{font-size:.8rem;padding:6px 12px}.user-email{display:none}}.post-card{background:#fff;border:1px solid #eee;border-radius:10px;box-shadow:0 2px 10px #0000001a;cursor:pointer;padding:20px;transition:all .3s ease}.post-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-2px)}.post-header{align-items:flex-start;display:flex;gap:15px;justify-content:space-between;margin-bottom:15px}.post-title{font-size:1.3rem;line-height:1.4}.save-button{background:none;border:none;border-radius:50%;flex-shrink:0;font-size:1.2rem;padding:5px}.save-button:hover{background:#0000000d;transform:scale(1.1)}.save-button.saved{animation:pulse .3s ease}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.post-content{margin-bottom:15px}.post-content p{color:#666;line-height:1.6;margin:0}.post-image{border-radius:8px;margin-bottom:15px}.post-image img{height:200px}.post-footer{align-items:center;border-top:1px solid #eee;display:flex;gap:15px;justify-content:space-between;padding-top:15px}.post-meta{flex:1 1;flex-direction:column;gap:5px}.post-author{font-size:.9rem;font-weight:500}.post-date{font-size:.8rem}.post-stats{align-items:center;display:flex;gap:10px}.upvotes{background:#f0f0f0;border-radius:15px;color:#666;font-size:.85rem;padding:4px 8px}.upvote-button{align-items:center;background:none;background:#8c8c441a;border:none;border-radius:20px;color:#8c8c44;cursor:pointer;display:flex;font-size:.9rem;gap:5px;padding:6px 12px;transition:all .3s ease}.upvote-button:hover{background:#8c8c4433;transform:scale(1.05)}.upvote-button.upvoted{background:#8c8c44;color:#fff}.upvote-button.upvoted:hover{background:#8c8c44ba}.upvote-button:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.post-card{padding:15px}.post-title{font-size:1.2rem}.post-footer{align-items:flex-start;flex-direction:column;gap:10px}.post-meta{width:100%}}.post-tags{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}.post-tag{background:#f0f4ff;border:1px solid #e2e8f0;border-radius:10px;color:#667eea;font-size:.75rem;font-weight:500;padding:3px 8px}.post-tag:hover{background:#e2e8f0}.comment-section{border-top:2px solid #eee;margin-top:30px;padding-top:20px}.comments-title{color:#333;font-size:1.2rem;margin-bottom:20px}.comment-form{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:25px;padding:20px}.comment-input-group{margin-bottom:10px}.comment-textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:.95rem;line-height:1.5;min-height:80px;padding:12px;resize:vertical;transition:border-color .3s ease;width:95%}.comment-textarea:focus{border-color:#8c8c44;box-shadow:0 0 0 2px #667eea1a;outline:none}.comment-textarea:disabled{background:#f5f5f5;cursor:not-allowed}.character-count{color:#666;display:block;font-size:.8rem;margin-top:5px;text-align:right}.submit-comment-button{background:#8c8c44;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 20px;transition:all .3s ease}.submit-comment-button:hover:not(:disabled){background:#8c8c44;transform:translateY(-1px)}.submit-comment-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.login-prompt{background:#f8f9fa;border-radius:6px;margin-bottom:20px;padding:20px}.loading-comments,.login-prompt,.no-comments{color:#666;font-style:italic;text-align:center}.loading-comments,.no-comments{padding:40px 20px}.comment{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:15px;padding:15px;transition:box-shadow .3s ease}.comment:hover{box-shadow:0 2px 8px #0000001a}.comment-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.comment-author{color:#8c8c44;font-size:.9rem;font-weight:600}.comment-date{color:#999;font-size:.8rem}.comment-content{color:#333;line-height:1.6}.comment-content p{word-wrap:break-word;margin:0}@media (max-width:768px){.comment-section{margin-top:20px;padding-top:15px}.comment-form{padding:15px}.comment{padding:12px}.comment-header{align-items:flex-start;flex-direction:column;gap:5px}.submit-comment-button{width:100%}}.comment-anonymous-group{margin-bottom:15px}.comment-anonymous-group .checkbox-label{align-items:center;color:#666;cursor:pointer;display:flex;font-size:.9rem;font-weight:400;gap:8px}.comment-anonymous-group .checkbox-label input[type=checkbox]{accent-color:#8c8c44;cursor:pointer;height:16px;width:16px}.comment-anonymous-group .checkbox-label:hover{color:#8c8c44}.post-detail-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}.post-detail-container{background:#fff;border-radius:10px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:100%}.post-detail-header{background:#fff;border-bottom:1px solid #eee;display:flex;justify-content:flex-end;padding:15px 20px;position:sticky;top:0;z-index:10}.close-button{background:#f5f5f5;font-size:1.2rem;height:35px;width:35px}.close-button:hover{transform:rotate(90deg)}.post-detail{padding:20px 30px 30px}.post-header{margin-bottom:25px}.post-title-section{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:15px}.post-title{color:#333;flex:1 1;font-size:2rem;line-height:1.3;margin:0}.save-button{align-items:center;background:#f8f9fa;border:1px solid #dee2e6;border-radius:20px;color:#495057;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:5px;padding:8px 16px;transition:all .3s ease;white-space:nowrap}.save-button:hover:not(:disabled){background:#e9ecef;transform:translateY(-1px)}.save-button:disabled{cursor:not-allowed;opacity:.6}.save-button.saved{background:#fff3cd;border-color:#ffeaa7;color:#856404}.post-meta{align-items:center;color:#666;display:flex;flex-wrap:wrap;font-size:.9rem;gap:20px}.post-author{color:#8c8c44;font-weight:600}.post-date{color:#999}.post-upvotes{background:#f0f0f0;border-radius:15px;color:#666;font-weight:500;padding:4px 10px}.post-meta .upvote-button{align-items:center;background:none;background:#8c8c441a;border:none;border-radius:20px;color:#8c8c44;cursor:pointer;display:flex;font-size:.9rem;gap:5px;padding:6px 12px;transition:all .3s ease}.post-meta .upvote-button:hover{background:#667eea33;transform:scale(1.05)}.post-meta .upvote-button.upvoted{background:#8c8c44;color:#fff}.post-meta .upvote-button.upvoted:hover{background:#8c8c44ba}.post-meta .upvote-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.post-content{color:#333;font-size:1.1rem;line-height:1.7;margin:30px 0}.post-content p{word-wrap:break-word;margin-bottom:15px;white-space:pre-wrap}.post-image{border-radius:10px;box-shadow:0 4px 15px #0000001a;margin:25px 0;overflow:hidden}.post-image img{display:block;height:auto;max-height:400px;object-fit:cover;width:100%}@media (max-width:768px){.post-detail-overlay{padding:10px}.post-detail-container{max-height:95vh}.post-detail{padding:15px 20px 20px}.post-title{font-size:1.5rem}.post-title-section{align-items:flex-start;flex-direction:column;gap:15px}.save-button{align-self:flex-end}.post-meta{align-items:flex-start;flex-direction:column;gap:8px}.post-content{font-size:1rem}}@media (max-width:480px){.post-detail-overlay{padding:5px}.post-detail-header{padding:10px 15px}.post-detail{padding:10px 15px 15px}.post-title{font-size:1.3rem}}.post-detail .post-tags{border-top:1px solid #f0f0f0;display:flex;flex-wrap:wrap;gap:8px;margin:20px 0;padding-top:15px}.post-detail .post-tag{background:#f0f4ff;border:1px solid #e2e8f0;border-radius:12px;color:#667eea;font-size:.85rem;font-weight:500;padding:5px 12px}.post-detail .post-tag:hover{background:#e2e8f0}.post-form-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}.post-form-container{background:#fff;border-radius:10px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.post-form-header{align-items:center;background:#fbf6f1;border-bottom:1px solid #fbf6f1;border-radius:10px 10px 0 0;display:flex;justify-content:space-between;padding:20px 25px}.post-form-header h2{color:#333;font-size:1.4rem;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;transition:all .3s ease;width:30px}.close-button:hover{background:#e9ecef;color:#333}.post-form{padding:25px}.error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px}.error-message,.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-size:.95rem;font-weight:600;margin-bottom:8px}.form-group input,.form-group textarea{background:#fff;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:.95rem;padding:12px 15px;transition:border-color .3s ease,box-shadow .3s ease;width:95%}.form-group input:focus,.form-group textarea:focus{border-color:#8c8c44;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{line-height:1.5;min-height:100px;resize:vertical}.form-group small{color:#666;display:block;font-size:.8rem;margin-top:5px}.form-group input[type=url]{font-family:monospace}.form-actions{border-top:1px solid #eee;display:flex;gap:15px;justify-content:flex-end;margin-top:30px;padding-top:20px}.cancel-button,.submit-button{border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:500;min-width:100px;padding:12px 24px;transition:all .3s ease}.cancel-button{background:#f8f9fa;border:1px solid #dee2e6;color:#495057}.cancel-button:hover:not(:disabled){background:#e9ecef;color:#333}.submit-button{background:#8c8c44;color:#fbf6f1}.submit-button:hover:not(:disabled){background:#8c8c44ba;box-shadow:0 2px 8px #667eea4d;transform:translateY(-1px)}.cancel-button:disabled,.submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.submit-button:disabled{background:#ccc}.form-group small{text-align:right}.form-group input:invalid,.form-group textarea:invalid{border-color:#8b3a3a}.form-group input:valid,.form-group textarea:valid{border-color:#8c8c44}@media (max-width:768px){.post-form-overlay{padding:10px}.post-form-container{max-height:95vh}.post-form-header{padding:15px 20px}.post-form-header h2{font-size:1.2rem}.post-form{padding:20px}.form-actions{flex-direction:column-reverse}.cancel-button,.submit-button{width:100%}}@media (max-width:480px){.post-form-overlay{padding:5px}.post-form-header{padding:12px 15px}.post-form{padding:15px}.form-group{margin-bottom:15px}}.tags-input-container{display:flex;gap:10px;margin-bottom:10px}.tag-input{border:1px solid #ddd;border-radius:5px;flex:1 1;font-size:.9rem;padding:10px}.add-tag-button{background:#8c8c44;border:none;border-radius:5px;color:#fbf6f1;cursor:pointer;font-size:.9rem;padding:10px 15px;transition:background .3s ease}.add-tag-button:hover:not(:disabled){background:#8c8c44ba}.add-tag-button:disabled{background:#ccc;cursor:not-allowed}.tags-display{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:5px;min-height:20px}.tag-bubble{background:#e2e8f0;border:1px solid #cbd5e0;border-radius:15px;color:#2d3748;font-size:.85rem;gap:5px;padding:5px 10px}.remove-tag-button,.tag-bubble{align-items:center;display:flex}.remove-tag-button{background:none;border:none;border-radius:50%;color:#8b3a3a;cursor:pointer;font-size:.8rem;height:16px;justify-content:center;padding:0;transition:background .2s ease;width:16px}.remove-tag-button:hover{background:#e53e3e1a}.checkbox-label{align-items:center;cursor:pointer;display:flex!important;font-weight:400!important;gap:8px;margin-bottom:0!important}.checkbox-label input[type=checkbox]{accent-color:#8c8c44;cursor:pointer;height:18px;width:18px}.checkbox-label:hover{color:#8c8c44ba}.home-feed{background-color:#fbf5f1;margin:0 auto;max-width:1200px}.feed-controls,.home-feed{font-family:Georgia Pro;padding:20px}.feed-controls{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:20px}.feed-header{align-items:center;display:flex;font-family:Georgia Pro;justify-content:space-between;margin-bottom:15px}.feed-header h2{color:#333;font-family:Georgia Pro;margin:0}.refresh-button{background:#8c8c44;border:none;border-radius:5px;color:#fbf6f1;cursor:pointer;font-family:Georgia Pro;font-weight:600;padding:8px 16px;transition:background .3s ease}.refresh-button:hover:not(:disabled){background:#7a7a38}.refresh-button:disabled{cursor:not-allowed;opacity:.6}.feed-filters{flex-wrap:wrap;gap:20px;justify-content:space-between}.feed-filters,.sort-controls{align-items:center;display:flex;font-family:Georgia Pro}.sort-controls{gap:10px}.sort-controls label{color:#555;font-family:Georgia Pro;font-weight:500}.sort-select{background:#fff;border:1px solid #ddd;border-radius:5px;cursor:pointer;font-family:Georgia Pro;padding:8px 12px}.search-info{color:#000;font-family:Georgia Pro;font-weight:500}.posts-container{min-height:400px}.empty-state,.error-state,.loading-state{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;font-family:Georgia Pro;padding:60px 20px;text-align:center}.error-state{color:#f44336;font-family:Georgia Pro}.retry-button{background:#8c8c44;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Georgia Pro;margin-top:10px;padding:10px 20px}.posts-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.tag-filter-controls{flex:1 1;flex-direction:column;margin-left:20px}.tag-filter-controls,.tag-search-container{display:flex;gap:10px}.tag-search-input{border:1px solid #ddd;border-radius:5px;flex:1 1;font-family:Georgia Pro;font-size:.9rem;padding:8px 12px}.add-tag-filter-button{background:#8c8c44;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Georgia Pro;font-size:.9rem;padding:8px 15px;transition:background .3s ease}.add-tag-filter-button:hover:not(:disabled){background:#7a7a38}.add-tag-filter-button:disabled{background:#ccc;cursor:not-allowed}.active-tag-filters{margin-top:5px}.tag-filters-header{align-items:center;color:#666;display:flex;font-family:Georgia Pro;font-size:.9rem;justify-content:space-between;margin-bottom:8px}.clear-all-tags-button{background:none;border:none;color:#8b3a3a;cursor:pointer;font-family:Georgia Pro;font-size:.8rem;text-decoration:underline}.clear-all-tags-button:hover{color:#8b3a3aba}.tag-filters-display{display:flex;flex-wrap:wrap;gap:6px}.tag-filter-bubble{align-items:center;background:#8c8c44;border-radius:12px;color:#fff;display:flex;font-family:Georgia Pro;font-size:.8rem;gap:4px;padding:4px 8px}.remove-tag-filter-button{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.7rem;height:14px;justify-content:center;padding:0;transition:background .2s ease;width:14px}.remove-tag-filter-button:hover{background:#fff3}@media (max-width:768px){.home-feed{padding:10px}.posts-grid{grid-template-columns:1fr}.feed-filters{align-items:flex-start;flex-direction:column;gap:15px}.tag-filter-controls{margin-left:0;width:100%}.tag-search-container{width:100%}}.dashboard{margin:0 auto;max-width:1200px;padding:20px}.dashboard-header{align-items:center;border-bottom:2px solid #0000001a;display:flex;gap:20px;margin-bottom:30px;padding-bottom:20px}.dashboard h1{color:#333;font-family:Georgia Pro;font-size:2.5rem;font-weight:600;margin:0;text-shadow:0 2px 4px #0000001a}.dashboard-content{min-height:400px}.saved-posts-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));padding:10px 0}@media (max-width:768px){.dashboard{padding:15px}.dashboard-header{align-items:flex-start;flex-direction:column;gap:15px}.dashboard h1{font-family:Georgia Pro;font-size:2rem}.saved-posts-grid{gap:20px;grid-template-columns:1fr}.back-button{font-size:13px;padding:10px 20px}.empty-state{padding:40px 15px}.empty-state h2{font-size:1.6rem}.empty-state p{font-size:1rem}}@media (max-width:480px){.dashboard{padding:10px}.dashboard h1{font-family:Georgia Pro;font-size:1.8rem}.saved-posts-grid{gap:15px}}.my-posts{margin:0 auto;max-width:1200px;padding:20px}.my-posts-header{align-items:center;border-bottom:2px solid #0000001a;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.back-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000001a;border:1px solid #0003;border-radius:25px;color:#333;cursor:pointer;font-family:Georgia Pro;font-size:14px;font-weight:500;padding:12px 24px;transition:all .3s ease}.back-button:hover{background:#0003;border-color:#0000004d;transform:translateY(-2px)}.my-posts h1{color:#333;font-family:Georgia Pro;font-size:2.5rem;font-weight:600;margin:0;text-shadow:0 2px 4px #0000001a}.posts-count{background:#0000000d;border-radius:20px;color:#666;font-family:Georgia Pro;font-size:1.1rem;padding:8px 16px}.my-posts-content{min-height:400px}.loading{align-items:center;color:#333;display:flex;font-size:1.2rem;height:200px;justify-content:center}.empty-state,.loading{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000000d;border-radius:20px}.empty-state{border:1px solid #0000001a;padding:60px 20px;text-align:center}.empty-state h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:15px}.empty-state p{color:#000000b3;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:400px}.my-posts-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));padding:10px 0}.my-post-card-wrapper{position:relative}.post-actions{display:flex;gap:10px;margin-top:15px;padding:0 15px}.delete-button,.edit-button{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:500;gap:5px;justify-content:center;padding:8px 16px;transition:all .3s ease}.edit-button{background:#8c8c44;color:#fbf6f1}.edit-button:hover{background:#8c8c44ba;transform:translateY(-1px)}.delete-button{background:#8b3a3a;color:#fbf6f1}.delete-button:hover{background:#8b3a3aba;transform:translateY(-1px)}.error-message{background:#f565651a;border:1px solid #f5656533;border-radius:10px;color:#e53e3e;font-size:1.2rem;padding:40px 20px}@media (max-width:768px){.my-posts{padding:15px}.my-posts-header{align-items:flex-start;flex-direction:column;gap:15px}.my-posts h1{font-family:Georgia Pro;font-size:2rem}.my-posts-grid{gap:20px;grid-template-columns:1fr}.post-actions{flex-direction:column;gap:8px}.delete-button,.edit-button{padding:10px 16px}}.app{min-height:100vh}.app,.main-content{background-color:#fbf5f1}.main-content{min-height:calc(100vh - 80px);padding-top:80px}.auth-container{align-items:center;display:flex;flex-direction:column;height:90vh;justify-content:flex-start;overflow:hidden;padding:60px 20px 20px;position:relative}.auth-header{margin-bottom:40px;position:relative;text-align:center;z-index:1}.auth-header h1{color:#8c8c44;font-family:Georgia Pro;font-size:4rem;font-weight:700;margin-bottom:10px}.auth-header p{color:#fbf6f1;font-family:Georgia Pro;font-size:1.2rem;margin:0}.auth-subtitle-container{background-color:#8c8c44;border-radius:50px;display:inline-block;padding:6px 12px}.auth-forms{align-items:flex-start;display:flex;flex-wrap:wrap;gap:40px;justify-content:center;position:relative;z-index:1}@media (max-width:768px){.auth-forms{flex-direction:column;gap:20px}.auth-header h1{font-size:2rem}}.auth-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:15px;box-shadow:0 8px 32px #0000001a;font-family:Georgia Pro;margin:0 auto;max-height:300px;max-width:250px;padding:10px 30px;width:100%}.auth-form h2{color:#333;font-family:Georgia Pro;font-size:1rem;font-weight:600;margin-bottom:10px;text-align:center}.auth-form form{margin-bottom:5px}.auth-form input{background:#fffc;border:1px solid #8c8c44;border-radius:10px;box-sizing:border-box;font-family:Georgia Pro;font-size:1rem;margin-bottom:15px;padding:5px;transition:all .3s ease;width:100%}.auth-form input:focus{background:#fff;border-color:#8c8c44;box-shadow:0 0 0 3px #8c8c441a;outline:none}.auth-form input:disabled{background:#ffffff80;cursor:not-allowed}.auth-buttons-row{align-items:center;display:flex;gap:10px;justify-content:center}.auth-divider-text{color:#666;font-family:Georgia Pro;font-size:.9rem;padding:0 5px}.auth-submit-button{background:#8c8c44;border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-family:Georgia Pro;font-size:.95rem;font-weight:600;padding:12px 20px;transition:all .3s ease}.auth-submit-button:hover:not(:disabled){box-shadow:0 8px 25px #8c8c444d;transform:translateY(-2px)}.auth-submit-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.google-signin-button{align-items:center;background:#fff;border:2px solid #ddd;border-radius:10px;color:#333;cursor:pointer;display:flex;flex:1 1;font-family:Georgia Pro;font-size:.95rem;font-weight:500;gap:5px;justify-content:center;padding:12px 20px;transition:all .3s ease}.google-signin-button:hover:not(:disabled){background:#f8f9fa;border-color:#8c8c44;box-shadow:0 8px 25px #8c8c4433;transform:translateY(-2px)}.google-signin-button:disabled{background:#f5f5f5;color:#999;cursor:not-allowed;transform:none}.error-message{background:#f8d7dae6;border:1px solid #f5c6cb80;border-radius:8px;color:#721c24;font-family:Georgia Pro;font-size:.9rem;margin-bottom:15px;padding:12px 15px;text-align:center}@media (max-width:768px){.auth-form{margin:0 10px;padding:25px 20px}.auth-form h2{font-size:1.5rem}.auth-form button,.auth-form input{padding:12px}}@media (max-width:480px){.auth-form{border-radius:10px;padding:20px 15px}.auth-form h2{font-size:1.3rem;margin-bottom:20px}}
/*# sourceMappingURL=main.52cabc52.css.map*/