body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{align-items:center;background-color:#1a1a1a;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;padding:.5rem 1rem}.header-content{position:relative}.header-left,.header-right{align-items:center;display:flex;gap:1rem}.logo-link{align-items:center;display:flex;margin:0;padding:0;text-decoration:none;width:auto}.logo{color:#fff;font-family:Permanent Marker,cursive;font-size:1.5rem;height:40px;letter-spacing:1px;margin:0;text-shadow:0 0 10px #9c27b0cc}.logo svg{height:32px;width:32px}.logo img{height:40px!important;margin:0;position:relative;top:0}.logo-link:hover .logo{color:#fff;text-shadow:0 0 15px #8a2be2cc}.header-logo{filter:drop-shadow(2px 2px 2px rgba(0,0,0,.3)) drop-shadow(0 0 10px rgba(138,43,226,.5));height:40px;margin-top:0;transition:transform .3s ease,filter .3s ease;width:auto}.header-logo:hover{animation:smooth;filter:drop-shadow(2px 2px 3px rgba(0,0,0,.4)) drop-shadow(0 0 12px rgba(138,43,226,.6));transform:scale(1.02)}.mobile-logo{height:40px}.search-bar{align-self:center;flex:0 1 600px;left:calc(50% - 130px);margin-top:5px;position:absolute;top:50%;transform:translateY(-50%)}.search-bar input{background-color:#404040;border:1px solid #404040;border-radius:20px;color:#e0e0e0;font-family:Permanent Marker,cursive;font-size:14px;font-weight:300;padding:8px 16px;width:100%}.search-bar input::placeholder{color:#b0b0b0}.user-controls{align-self:flex-start;margin-left:auto;margin-top:12px}.username:hover{text-shadow:0 0 15px #8a2be2cc}.dm-button,.login-button,.logout-button,.profile-link,.signup-button{align-items:center;background-color:#2d2d2d;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.dm-button:hover,.login-button:hover,.logout-button:hover,.profile-link:hover,.signup-button:hover{background-color:#3d3d3d;transform:scale(1.05)}.dm-button svg,.profile-link svg{height:20px;width:20px}@media (max-width:768px){.header{height:50px;padding:.5rem .75rem}.logo{font-size:1.2rem;height:35px;margin-top:0}.logo svg{height:24px;width:24px}.logo img{height:35px!important;margin-top:0;top:0}.dm-button,.login-button,.logout-button,.profile-link,.signup-button{font-size:.9rem;padding:.4rem .8rem}.header-content{height:120px;padding:0 16px}.header-logo,.mobile-logo{height:35px;margin-top:0}.search-bar{left:calc(50% - 100px);max-width:200px}.username{font-size:14px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-btn{font-size:14px;padding:6px 12px}.logo-link{margin-left:-5%;margin-top:2%}.header-right{gap:.5rem}.dm-button{height:36px;width:36px}.logout-button,.profile-link{font-size:.9rem;padding:.4rem .8rem}}@media (max-width:480px){.header{height:45px;padding:.4rem .6rem}.logo{font-size:1rem;height:30px;margin-top:0}.logo svg{height:20px;width:20px}.logo img{height:30px!important;margin-top:0;top:0}.dm-button,.login-button,.logout-button,.profile-link,.signup-button{font-size:.8rem;padding:.3rem .6rem}.header-content{height:100px;padding:0 12px}.header-logo,.mobile-logo{height:30px;margin-top:0}.search-bar{display:none}.username{font-size:13px;max-width:100px}.profile-btn{font-size:13px;padding:6px 10px}.logo-link{margin-left:-2%;margin-top:1%}.header-right{gap:.25rem}.dm-button{height:32px;width:32px}.logout-button,.profile-link{font-size:.8rem;padding:.3rem .6rem}}.modal-overlay{align-items:center;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#2d2d2d;border-radius:12px;box-shadow:0 4px 12px #0000004d;max-height:90vh;max-width:800px;overflow-y:auto;padding:24px;position:relative;width:90%}.modal-header{align-items:center;border-bottom:1px solid #404040;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.modal-header-left{align-items:center;display:flex;gap:12px}.modal-content .modal-author{color:#333;font-weight:600;text-decoration:none;transition:color .2s,text-shadow .2s}.modal-content .modal-author:hover{color:#555}.modal-content .modal-author.admin{animation:glow-admin 2s ease-in-out infinite alternate!important;color:#f44!important;text-shadow:0 0 10px #f446!important}.modal-content .modal-author.mod{animation:glow-mod 2s ease-in-out infinite alternate!important;color:#4caf50!important;text-shadow:0 0 10px #4caf5066!important}@keyframes glow-admin{0%{text-shadow:0 0 5px #f446,0 0 10px #ff44444d,0 0 15px #f443}to{text-shadow:0 0 10px #f449,0 0 20px #f446,0 0 30px #ff44444d}}@keyframes glow-mod{0%{text-shadow:0 0 5px #4caf5066,0 0 10px #4caf504d,0 0 15px #4caf5033}to{text-shadow:0 0 10px #4caf5099,0 0 20px #4caf5066,0 0 30px #4caf504d}}.modal-timestamp{color:#666;font-size:12px}.post-title{color:#e0e0e0;font-size:24px;font-weight:600;margin-bottom:16px;text-align:center}.modal-text{color:#b0b0b0;font-size:16px;line-height:1.6;margin-bottom:20px}.modal-images{margin:20px 0}.modal-image{border-radius:8px;max-height:500px;object-fit:contain;width:100%}.modal-actions{align-items:center;border-bottom:1px solid #404040;border-top:1px solid #404040;display:flex;gap:16px;margin:20px 0;padding:16px 0}.modal-vote-buttons{align-items:center;display:flex;gap:8px}.modal-vote-button{background-color:#404040;border:none;border-radius:20px;color:#e0e0e0;cursor:pointer;font-size:16px;padding:8px 16px;transition:all .2s ease}.modal-vote-button:hover{background-color:#505050}.modal-vote-button.active{background-color:#4a90e2;transform:scale(1.05)}.modal-vote-button.active:hover{background-color:#357abd}.modal-comment-count{align-items:center;color:#b0b0b0;display:flex;font-size:14px;gap:4px}.comments-section{margin-top:20px}.comment-form{gap:12px;margin-bottom:20px}.comment-input{padding:12px 16px;transition:all .2s ease}.comment-input:focus{background-color:#454545;border-color:#4a90e2;outline:none}.comment-submit{background-color:#4a90e2;font-weight:600;padding:8px 20px}.comment-submit:hover{background-color:#357abd}.comment{position:relative}.comment-header{margin-bottom:8px}.comment-author{font-size:14px}.comment-timestamp{font-size:12px}.comment-text{line-height:1.5}.delete-comment{color:#b0b0b0;font-size:16px;position:absolute;right:12px;top:12px;transition:all .2s ease}.delete-comment:hover{color:#f44}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#b0b0b0;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:32px}.modal-close:hover{background-color:#404040;color:#e0e0e0}.modal-delete-post{background:none;border:none;border-radius:4px;color:#b0b0b0;cursor:pointer;font-size:16px;margin-left:8px;opacity:.7;padding:8px;transition:all .2s ease}.modal-delete-post:hover{background-color:#ff44441a;color:#f44;opacity:1}.main-content{grid-gap:20px;gap:20px;grid-template-columns:300px 1fr}.sidebar{padding:15px;top:20px;width:100%}.community-info{margin-bottom:15px;text-align:center}.community-info h2{color:#d7dadc;font-size:1.2rem;margin-bottom:8px}.community-info p{color:#818384;font-size:.9rem;margin-bottom:15px}.create-post-btn{background-color:#9c27b0;font-size:.9rem;padding:8px 16px;transition:background-color .2s}.create-post-btn:hover{background-color:#7b1fa2}.feed-header{margin-bottom:20px}.back-button,.feed-header h2{color:#d7dadc}.back-button{background-color:#343536;border-radius:4px;transition:background-color .2s}.back-button:hover{background-color:#454647}.post{background-color:#272729;border-radius:8px;cursor:pointer;margin-bottom:20px;max-width:100%;overflow:hidden;padding:15px;position:relative;transition:transform .2s ease;z-index:0}.post:hover{transform:translateY(-2px)}.post-header{justify-content:space-between;margin-bottom:10px}.post-header,.post-header-left{align-items:center;display:flex}.post-header-left{gap:10px}.post-author{color:#d7dadc;font-weight:700;text-decoration:none}.post-author.admin{color:#ff6b6b}.post-author.mod{color:#4ecdc4}.post-timestamp{color:#818384;font-size:.9rem}.post-title{font-size:1.2rem;font-weight:700}.post-content,.post-title{word-wrap:break-word;color:#d7dadc;margin:10px 0;max-width:100%;overflow-wrap:break-word}.post-content{line-height:1.5;white-space:pre-wrap}.post-images{margin:10px 0}.post-image{border-radius:4px;cursor:pointer;max-width:100%}.post-actions{justify-content:space-between;margin-top:10px}.post-actions,.vote-buttons{align-items:center;display:flex}.vote-buttons{gap:10px}.vote-button{background:none;border:none;cursor:pointer;font-size:1.2rem;padding:5px;transition:transform .2s}.vote-button:hover{transform:scale(1.1)}.vote-button.active{color:#9c27b0}.comment-count{color:#818384;font-size:.9rem}.empty-state{background-color:#272729;color:#818384;padding:40px}.view-all-posts-container{margin-top:20px;text-align:center}.view-all-posts-btn{background-color:#343536;border-radius:4px;color:#d7dadc;padding:10px 20px;transition:background-color .2s}.view-all-posts-btn:hover{background-color:#454647}@media (max-width:768px){.main-content{grid-template-columns:1fr;padding:10px}.sidebar{margin-bottom:20px;position:relative;top:0}.post{margin-bottom:15px}}.right-sidebar{height:fit-content;position:sticky;top:24px}.rules{background:#2d2d2d;border-radius:12px;box-shadow:0 2px 4px #0003;padding:20px}.rules h3{color:#e0e0e0}.rules li{color:#b0b0b0;line-height:1.5}.rules strong{color:#e0e0e0;display:block;margin-bottom:4px}.comments-section{border-top:1px solid #404040;margin-top:16px;padding-top:16px}.comment-form{display:flex;gap:8px;margin-bottom:16px}.comment-input{background-color:#404040;border:1px solid #404040;border-radius:20px;color:#e0e0e0;flex:1 1;font-size:14px;padding:8px 12px}.comment-input::placeholder{color:#b0b0b0}.comment-submit{background-color:#8a2be2;border:none;border-radius:20px;color:#fff;cursor:pointer;padding:8px 16px;transition:all .2s ease}.comment-submit:hover{background-color:#6a1b9a;transform:translateY(-1px)}.comment-submit:active{transform:translateY(0)}.comments-list{display:flex;flex-direction:column;gap:12px}.comment{background-color:#404040;border-radius:8px;padding:12px}.comment-header{align-items:center;display:flex;font-size:12px;justify-content:space-between;margin-bottom:4px}.comment-author{color:#e0e0e0;font-weight:600}.comment-timestamp{color:#b0b0b0}.comment-text{color:#e0e0e0;font-size:14px;margin:0}.comment-actions{align-items:center;display:flex;gap:8px}.delete-comment{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:14px;justify-content:center;opacity:.7;padding:4px;transition:opacity .2s ease}.delete-comment:hover{opacity:1}.all-posts-page{padding-top:60px}.loading{display:inline-block;font-size:14px;padding:10px 20px}.loading:after{animation:spin 1s linear infinite;border:2px solid #666;border-radius:50%;border-top-color:#0000;content:"";display:inline-block;height:12px;margin-left:8px;width:12px}.no-more-posts{font-size:14px;padding:10px 20px}@keyframes spin{to{transform:rotate(1turn)}}.create-post-container{align-items:flex-start;display:flex;justify-content:center;margin-top:60px;padding:20px}.create-post-card{background-color:#272729;border:1px solid #343536;border-radius:8px;box-shadow:0 0 20px #0000004d;max-width:800px;padding:2rem;width:100%}.create-post-card h2{color:#b388ff;font-family:Permanent Marker,cursive;margin-bottom:1.5rem;text-shadow:2px 2px 4px #b388ff4d}.form-group input,.form-group textarea{background-color:#1a1a1b;border:1px solid #343536;border-radius:4px;color:#d7dadc;font-size:16px;padding:12px;resize:vertical;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#b388ff;box-shadow:0 0 0 2px #b388ff33;outline:none}.error-message{margin-bottom:1rem;padding:10px}.button-group{display:flex;gap:1rem;margin-top:1.5rem}.cancel-btn{background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.cancel-btn:hover{background-color:#5a6268}button[type=submit]{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;flex:2 1;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}button[type=submit]:hover{background-color:#0056b3}button[type=submit]:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width:768px){.create-post-container{padding:12px}.create-post-card{padding:1.5rem}.button-group{flex-direction:column;gap:.5rem}.cancel-btn,button[type=submit]{font-size:.9rem;padding:.5rem 1rem;width:100%}}@media (max-width:480px){.create-post-container{padding:8px}.create-post-card{padding:1rem}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}.file-input{margin-bottom:12px}.image-preview{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-top:12px}.image-preview-item{aspect-ratio:1;border-radius:4px;overflow:hidden;position:relative}.image-preview-item img{height:100%;object-fit:cover;width:100%}.remove-image{align-items:center;background-color:#0009;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:18px;height:24px;justify-content:center;position:absolute;right:4px;top:4px;transition:all .2s ease;width:24px}.remove-image:hover{background-color:#000c;transform:scale(1.1)}.create-post{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.create-post-content{background:#fff;box-shadow:0 2px 10px #0000001a;padding:2rem;position:relative}.create-post h2{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.form-group label{color:#555}.form-group input[type=text],.form-group input[type=url],.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input[type=text]:focus,.form-group input[type=url]:focus,.form-group textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.form-group textarea{min-height:100px;resize:vertical}.image-upload-container{display:flex;gap:1rem;margin-bottom:1rem}.file-input{background-color:#fff;flex:1 1}.file-input,.url-input{border:1px solid #ddd;border-radius:4px;padding:.5rem}.url-input{flex:2 1}.image-preview{border:1px solid #ddd;border-radius:4px;margin-top:1rem;max-width:100%;overflow:hidden}.image-preview img{height:auto;max-height:300px;object-fit:contain;width:100%}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;color:#dc3545;margin-top:1rem;padding:.5rem}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;color:#28a745;margin-top:1rem;padding:.5rem}@media (max-width:768px){.create-post-content{margin:1rem;padding:1.5rem;width:95%}.create-post h2{font-size:1.25rem;margin-bottom:1rem}.image-upload-container{flex-direction:column}.file-input,.url-input{width:100%}.image-preview img{max-height:200px}.form-group input[type=text],.form-group input[type=url],.form-group textarea{font-size:.9rem;padding:.5rem}button[type=submit]{font-size:.9rem;padding:.5rem 1rem}}.form-group{margin-bottom:1.5rem}.form-group label{font-weight:500;margin-bottom:.5rem}.form-group input{border:1px solid #343536;padding:10px;transition:all .2s ease}.form-group input:focus{box-shadow:0 0 0 2px #b388ff33}.input-error{border-color:#ff6b6b!important}.input-error-message{color:#ff6b6b}.input-error-message,.input-help{font-size:.8rem;margin-top:.25rem}.input-help{color:#8b8b8b;display:block}.auth-button{background-color:#b388ff;border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:700;margin-top:1rem;padding:10px;transition:all .2s ease;width:100%}.auth-button:hover:not(:disabled){background-color:#9575cd;transform:translateY(-1px)}.auth-button:disabled{background-color:#666;cursor:not-allowed;opacity:.7}.auth-links{color:#d7dadc;margin-top:1.5rem;text-align:center}.auth-links a{color:#b388ff;margin-left:.5rem;text-decoration:none;transition:color .2s ease}.auth-links a:hover{color:#9575cd}.profile-settings{background-color:#272729;border:1px solid #343536;border-radius:8px;margin-top:24px;padding:24px}.profile-settings h2{color:#b388ff;font-family:Permanent Marker,cursive;margin-bottom:24px;text-shadow:2px 2px 4px #b388ff4d}.settings-section{margin-bottom:32px}.settings-section h3{color:#d7dadc;font-family:Permanent Marker,cursive;margin-bottom:16px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:8px}.form-group input,.form-group label{color:#d7dadc;font-family:Permanent Marker,cursive}.form-group input{background-color:#1a1a1b;border:1px solid #404040;border-radius:4px;padding:12px;transition:border-color .2s ease;width:100%}.form-group input:focus{border-color:#b388ff;outline:none}.profile-settings button{background-color:#b388ff;border:none;border-radius:20px;color:#fff;cursor:pointer;font-family:Permanent Marker,cursive;padding:12px 24px;transition:all .2s ease;width:100%}.profile-settings button:hover{background-color:#9575cd;transform:translateY(-1px)}.profile-settings button:disabled{background-color:#404040;cursor:not-allowed;transform:none}.error-message{background-color:#ff00001a;border:1px solid #ff00004d;border-radius:4px;color:#ff6b6b}.error-message,.success-message{font-family:Permanent Marker,cursive;margin-top:16px;padding:12px}.success-message{background-color:#2e7d321a;border:1px solid #2e7d324d;border-radius:4px;color:#4caf50}@media (max-width:768px){.profile-settings{margin-top:16px;padding:16px}.profile-settings h2{font-size:24px;margin-bottom:20px}.settings-section h3{font-size:18px}.form-group input{font-size:14px;padding:10px}.profile-settings button{font-size:14px;padding:10px 20px}}@media (max-width:480px){.profile-settings{padding:12px}.profile-settings h2{font-size:20px}.settings-section h3{font-size:16px}.form-group input{font-size:13px;padding:8px}.profile-settings button{font-size:13px;padding:8px 16px}}.profile-settings-dropdown{margin-top:24px;position:relative;width:100%}.settings-toggle{align-items:center;background-color:#272729;border:1px solid #343536;border-radius:8px;color:#b388ff;cursor:pointer;display:flex;font-family:Permanent Marker,cursive;font-size:16px;justify-content:space-between;padding:12px 24px;text-shadow:0 0 10px #8a2be280;transition:all .3s ease;width:100%}.settings-toggle:hover{background-color:#2d2d2d;border-color:#b388ff;text-shadow:0 0 15px #8a2be2cc}.dropdown-arrow{font-size:12px;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.settings-content{animation:slideDown .3s ease;background-color:#272729;border:1px solid #343536;border-radius:8px;box-shadow:0 4px 12px #0003;margin-top:8px;padding:20px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.settings-section:last-child{margin-bottom:0}.settings-content button{background-color:#b388ff;border:none;border-radius:20px;color:#fff;cursor:pointer;font-family:Permanent Marker,cursive;padding:12px 24px;transition:all .2s ease;width:100%}.settings-content button:hover{background-color:#9575cd;transform:translateY(-1px)}.settings-content button:disabled{background-color:#404040;cursor:not-allowed;transform:none}@media (max-width:768px){.settings-toggle{font-size:14px;padding:10px 20px}.settings-content{padding:16px}.settings-section h3{font-size:16px}.form-group input{font-size:14px;padding:10px}.settings-content button{font-size:14px;padding:10px 20px}}@media (max-width:480px){.settings-toggle{font-size:13px;padding:8px 16px}.settings-content{padding:12px}.settings-section h3{font-size:14px}.form-group input{font-size:13px;padding:8px}.settings-content button{font-size:13px;padding:8px 16px}}.delete-account-section{border-top:1px solid #ddd;margin-top:2rem;padding-top:2rem}.delete-account-button{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.delete-account-button:hover{background-color:#c82333}.delete-account-actions{display:flex;gap:1rem;margin-top:1rem}.cancel-delete{background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.cancel-delete:hover{background-color:#5a6268}.confirm-delete{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.confirm-delete:hover{background-color:#c82333}.confirm-delete:disabled{background-color:#dc354580;cursor:not-allowed}.profile-page{background-color:#1a1a1a;color:#fff;min-height:100vh}.profile-container{margin:80px auto 0;max-width:1200px;padding:2rem}.profile-header{align-items:center;background:#272729;border:1px solid #343536;border-radius:8px;display:flex;gap:16px;justify-content:center;margin-bottom:32px;padding:24px;text-align:center}.profile-header h1{color:#b388ff;font-family:Permanent Marker,cursive;font-size:36px;margin:0}.flair-container{display:flex;gap:8px;margin-top:0}.flair{border-radius:16px;font-size:14px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase;white-space:nowrap}.flair.admin{background-color:#f44;color:#fff}.flair.og{background-color:#2e7d32;color:#fff}.profile-content{background:#2d2d2d;border-radius:12px;box-shadow:0 2px 4px #0003;margin-bottom:24px;padding:20px}.error,.loading,.no-posts{color:#e0e0e0;font-size:16px;padding:20px;text-align:center}.error{align-items:center;display:flex;flex-direction:column;gap:16px}.retry-button{background-color:#404040;border:none;border-radius:20px;color:#e0e0e0;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .2s}.retry-button:hover{background-color:#505050}.user-posts{display:flex;flex-direction:column;gap:16px}.profile-post{background-color:#272729;border:1px solid #343536;border-radius:8px;cursor:pointer;margin-bottom:16px;padding:16px;transition:all .3s ease}.profile-post:hover{border-color:#b388ff;box-shadow:0 4px 12px #0003;transform:scale(1.02)}.profile-post-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.profile-post-title{color:#e0e0e0;font-size:16px;font-weight:600}.profile-post-time{color:#b0b0b0;font-size:12px}.profile-post-content{color:#e0e0e0;font-size:14px;line-height:1.5;margin-bottom:12px}.profile-post-image{border-radius:8px;margin:12px 0;overflow:hidden}.profile-post-image img{display:block;height:auto;width:100%}.profile-post-stats{color:#b0b0b0;display:flex;font-size:14px;gap:16px}.profile-info{align-items:center;display:flex;gap:1rem}.profile-username{gap:.5rem;margin:0}.dm-link,.profile-username{align-items:center;display:flex}.dm-link{color:#9c27b0;text-decoration:none;transition:transform .2s ease}.dm-link:hover{transform:scale(1.1)}.dm-icon{stroke:#9c27b0;height:24px;width:24px}@media screen and (max-width:768px){.profile-container{margin-top:100px;padding:16px}.profile-header{flex-direction:column;gap:8px;padding:16px}.profile-header h1{font-size:28px}.flair-container{flex-wrap:wrap;justify-content:center}.flair{font-size:12px;padding:3px 10px}.profile-content{padding:16px}.profile-post{padding:12px}.profile-post-title{font-size:14px}.profile-post-content{font-size:13px}.profile-post-stats{font-size:12px}}@media screen and (max-width:480px){.profile-container{margin-top:90px;padding:12px}.profile-header h1{font-size:24px}.flair{font-size:11px;padding:2px 8px}.profile-post-header{align-items:flex-start;flex-direction:column;gap:4px}.profile-post-time{font-size:11px}}.dm-page{background-color:#1a1a1a;color:#fff;min-height:100vh}.dm-container{gap:2rem;height:calc(100vh - 80px);margin:80px auto 0;max-width:1200px;padding:2rem}.dm-container,.dm-sidebar{display:flex;transition:all .3s ease}.dm-sidebar{background-color:#272729;border-radius:8px;flex-direction:column;overflow-y:auto;padding:1rem;width:300px}.dm-sidebar h2{border-bottom:1px solid #3d3d3d;color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:1rem;text-shadow:0 0 10px #9c27b0cc}.new-dm-button{align-items:center;background-color:#9c27b0;border-radius:4px;color:#fff;display:flex;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s ease}.new-dm-button:hover{background-color:#7b1fa2;transform:scale(1.02)}.new-dm-button svg{height:20px;width:20px}.conversations-list{flex:1 1;overflow-y:auto}.conversation-item{background-color:#2d3748;border-radius:8px;cursor:pointer;margin-bottom:8px;padding:12px;transition:background-color .2s}.conversation-item:hover{background-color:#3d4a5d}.conversation-item.active{background-color:#4a5568}.conversation-item .participant{display:block;font-weight:600;margin-bottom:.25rem}.conversation-item .last-message{color:#b0b0b0;display:block;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dm-chat{background-color:#272729;border-radius:8px;height:calc(100vh - 120px);overflow:hidden;transition:all .3s ease}.dm-chat,.messages-container{display:flex;flex:1 1;flex-direction:column}.messages-container{gap:1rem;height:100%;overflow-y:auto;padding:1rem;scroll-behavior:smooth}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:#2d2d2d;border-radius:4px}.messages-container::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}.messages-container::-webkit-scrollbar-thumb:hover{background:#505050}.message{border-radius:1rem;margin-bottom:1.5rem;max-width:70%;padding:.75rem 1rem;position:relative}.message-content{display:flex;flex-direction:column;max-width:70%}.message-text{word-wrap:break-word;color:#fff;margin:0}.timestamp{align-self:flex-end;color:#ffffffb3;font-size:.75rem;margin-top:4px}.message.sent{align-self:flex-end;background-color:#9c27b0;border-bottom-right-radius:.25rem}.message.received{align-self:flex-start;background-color:#3d3d3d;border-bottom-left-radius:.25rem}.message-input-container{align-items:center;background-color:#2d2d2d;border-top:1px solid #404040;display:flex;gap:10px;padding:15px}.image-upload-button{background:none;border:none;border-radius:50%;color:#b388ff;cursor:pointer;font-size:24px;padding:8px;transition:background-color .2s}.image-upload-button:hover{background-color:#404040}.image-upload-button:disabled{cursor:not-allowed;opacity:.5}.message-input{background-color:#404040;border:1px solid #404040;border-radius:20px;color:#fff;flex:1 1;font-size:14px;outline:none;padding:12px}.message-input:focus{border-color:#b388ff}.send-button{background-color:#b388ff;border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:500;padding:12px 24px;transition:background-color .2s}.send-button:hover:not(:disabled){background-color:#9575cd}.send-button:disabled{background-color:#404040;cursor:not-allowed}.message-image-container{border-radius:12px;margin:4px 0;max-width:300px;overflow:hidden}.message-image{cursor:pointer;display:block;height:auto;transition:transform .2s ease;width:100%}.message-image:hover{transform:scale(1.02)}.no-conversation{align-items:center;color:#b0b0b0;display:flex;height:100%;justify-content:center}@media (max-width:768px){.dm-container{flex-direction:column;height:auto;margin-top:100px;min-height:calc(100vh - 100px);padding:1rem}.dm-container.fullscreen{height:calc(100vh - 80px);margin-top:80px;padding:0}.dm-container.fullscreen .dm-chat{border-radius:0;height:100%}.dm-sidebar{height:auto;margin-bottom:1rem;max-height:300px;transition:all .3s ease;width:100%}.dm-sidebar.hidden{display:none}.dm-chat{height:calc(100vh - 400px);min-height:300px}.message{max-width:85%}.new-dm-button{font-size:.9rem;padding:.5rem .75rem}.new-dm-button svg{height:18px;width:18px}.conversation-item{padding:.75rem}.conversation-item .participant{font-size:.9rem}.conversation-item .last-message{font-size:.8rem}.message-input{padding:.75rem}.message-input input{font-size:.9rem;padding:.5rem}.message-input button{font-size:.9rem;padding:.5rem 1rem}.message-image-container{max-width:250px}.message-image{max-height:300px}}@media (max-width:480px){.dm-container{margin-top:90px;padding:.75rem}.dm-sidebar{max-height:250px}.dm-sidebar h2{font-size:1.25rem;padding-bottom:.75rem}.new-dm-button{font-size:.85rem;padding:.4rem .6rem}.new-dm-button svg{height:16px;width:16px}.conversation-item{padding:.6rem}.conversation-item .participant{font-size:.85rem}.conversation-item .last-message{font-size:.75rem}.message{max-width:90%;padding:.6rem .8rem}.message .timestamp{font-size:.7rem}.message-input{padding:.6rem}.message-input input{font-size:.85rem;padding:.4rem}.message-input button{font-size:.85rem;padding:.4rem .8rem}.message-image-container{max-width:200px}.message-image{max-height:250px}.dm-chat{height:calc(100vh - 350px);min-height:250px}}.group-chat-header{align-items:center;background-color:#2d3748;border-radius:8px;display:flex;justify-content:space-between;padding:10px;width:100%}.group-chat-header h3{color:#fff;font-size:18px;font-weight:600;margin:0}.group-chat-actions{display:flex;gap:10px}.action-button{align-items:center;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-weight:500;justify-content:center;min-width:80px;padding:8px 16px;transition:all .2s ease}.rename-button{background-color:#6b46c1}.rename-button:hover{background-color:#553c9a;transform:scale(1.02)}.delete-button{background-color:#e53e3e}.delete-button:hover{background-color:#c53030;transform:scale(1.02)}.save-button{background-color:#48bb78!important}.save-button:hover{background-color:#38a169!important;transform:scale(1.02)}.cancel-button{background-color:#4a5568}.cancel-button:hover{background-color:#2d3748;transform:scale(1.02)}.rename-input{align-items:center;display:flex;gap:10px;width:100%}.rename-input input{background-color:#2d3748;border:1px solid #6b46c1;border-radius:4px;color:#fff;flex:1 1;font-size:14px;padding:8px 12px}.rename-input input:focus{border-color:#9f7aea;box-shadow:0 0 0 2px #6b46c133;outline:none}.delete-confirm-modal{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.delete-confirm-content{background-color:#2d3748;border-radius:8px;max-width:400px;padding:20px;width:90%}.delete-confirm-content h3{color:#e53e3e;margin-bottom:10px}.delete-confirm-content p{color:#a0aec0;margin-bottom:20px}.delete-confirm-buttons{display:flex;gap:10px;justify-content:flex-end}.delete-confirm-buttons button{border:none;border-radius:4px;cursor:pointer;padding:8px 16px;transition:background-color .2s}.delete-confirm-buttons button:first-of-type{background-color:#e53e3e;color:#fff}.delete-confirm-buttons button:last-of-type{background-color:#4a5568;color:#fff}.group-chat-info{display:flex;flex-direction:column;gap:4px;width:100%}.group-name{color:#fff;font-size:16px;font-weight:600;margin-bottom:2px}.participant-count{color:#a0aec0;font-size:.8rem}@media (max-width:768px){.group-chat-actions{flex-direction:row;gap:8px}.rename-input{flex-direction:column;gap:8px}.rename-input input{width:100%}.action-button{padding:10px;width:100%}.group-chat-info{gap:2px}.group-name{font-size:14px}.participant-count{font-size:.7rem}}.group-members{background-color:#2d3748;border-bottom:1px solid #3d3d3d;padding:1rem}.group-members h4{color:#fff;display:inline-block;font-size:1rem;font-weight:600;margin:0 0 .75rem}.members-list{flex-wrap:wrap;margin-left:1rem;vertical-align:top}.member-item,.members-list{display:inline-flex;gap:.5rem}.member-item{align-items:center;background-color:#3d3d3d;border-radius:4px;font-size:.9rem;margin-bottom:.5rem;padding:.5rem .75rem}.member-flair,.member-name{color:#fff;font-weight:500}.member-flair{background-color:#9c27b0;border-radius:12px;font-size:.8rem;letter-spacing:.5px;padding:.2rem .5rem;text-transform:uppercase}.member-you{color:#9c27b0;font-size:.8rem;font-style:italic}@media (max-width:768px){.group-members{padding:.75rem}.group-members h4{display:block;margin-bottom:.5rem}.members-list{display:flex;margin-left:0}.member-item{font-size:.85rem;padding:.4rem .6rem}.member-flair{padding:.15rem .4rem}.member-flair,.member-you{font-size:.75rem}}@media (max-width:480px){.group-members{padding:.6rem}.group-members h4{font-size:.9rem;margin-bottom:.5rem}.member-item{font-size:.8rem;padding:.3rem .5rem}.member-flair{font-size:.7rem;padding:.1rem .3rem}}.new-dm-page{background-color:#1a1a1a;color:#fff;min-height:100vh}.new-dm-container{margin:80px auto 0;max-width:600px;padding:2rem}.new-dm-container h2{color:#fff;font-family:Permanent Marker,cursive;font-size:1.5rem;font-weight:600;letter-spacing:1px;margin-bottom:1.5rem;text-align:center;text-shadow:0 0 10px #9c27b0cc}.group-name-input{margin-bottom:1rem}.group-name-input input{background-color:#2d2d2d;border:1px solid #3d3d3d;border-radius:4px;color:#fff;font-size:1rem;padding:.75rem;width:100%}.group-name-input input:focus{border-color:#9c27b0;outline:none}.selected-users{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.selected-user{align-items:center;background-color:#3d3d3d;border-radius:4px;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem .75rem}.selected-user button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem;padding:0 .25rem}.selected-user button:hover{color:#f44}.selected-user-name{font-weight:500}.selected-user-flair{background-color:#9c27b0;border-radius:12px;color:#fff;font-size:.8rem;font-weight:500;letter-spacing:.5px;padding:.2rem .5rem;text-transform:uppercase}.search-container{margin-bottom:1rem}.search-container input{background-color:#2d2d2d;border:1px solid #3d3d3d;border-radius:4px;color:#fff;font-size:1rem;padding:.75rem;width:100%}.search-container input:focus{border-color:#9c27b0;outline:none}.users-list{margin-bottom:1.5rem}.user-item{align-items:center;background-color:#2d2d2d;border-radius:4px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:1rem;transition:background-color .2s}.user-item.selected,.user-item:hover{background-color:#3d3d3d}.user-item.selected{border-left:3px solid #9c27b0}.user-info{align-items:center;display:flex;gap:.5rem}.user-flair,.username{font-weight:500}.user-flair{background-color:#9c27b0;border-radius:12px;color:#fff;font-size:.8rem;letter-spacing:.5px;padding:.2rem .5rem;text-transform:uppercase}.checkmark{color:#9c27b0;font-weight:700}.new-dm-container button.start-chat-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#9c27b0!important;border:none;border-radius:4px;box-shadow:none!important;color:#fff;cursor:pointer;display:flex;font-family:Permanent Marker,cursive;font-size:1.2rem;justify-content:center;letter-spacing:1px;margin-top:1rem;padding:.75rem;text-shadow:0 0 10px #9c27b0cc;text-transform:uppercase;transition:all .2s ease;width:100%}.new-dm-container button.start-chat-button:hover{background-color:#7b1fa2!important;box-shadow:none!important;transform:scale(1.02)}.new-dm-container button.start-chat-button:active{background-color:#6a1b7a!important;transform:scale(.98)}.new-dm-container button.start-chat-button:disabled{background-color:#4a5568!important;box-shadow:none!important;cursor:not-allowed;transform:none}@media (max-width:768px){.new-dm-container{margin-top:100px;padding:1rem}.selected-user{font-size:.85rem;padding:.4rem .6rem}.selected-user-flair{font-size:.75rem;padding:.15rem .4rem}.user-item{padding:.75rem}.user-flair{font-size:.75rem;padding:.15rem .4rem}.start-chat-button{font-size:.9rem;padding:.6rem}}@media (max-width:480px){.new-dm-container{margin-top:90px;padding:.75rem}.selected-user{font-size:.8rem;padding:.3rem .5rem}.selected-user-flair{font-size:.7rem;padding:.1rem .3rem}.user-item{padding:.6rem}.user-flair{font-size:.7rem;padding:.1rem .3rem}.start-chat-button{font-size:.85rem;padding:.5rem}}.main-content{display:flex;gap:2rem;justify-content:center;margin:0 auto;padding:2rem;width:100%}.sidebar{flex:0 0 300px;height:fit-content;position:sticky;top:2rem}.feed{flex:1 1;max-width:800px;width:100%}.feed-header{align-items:center;background:#1a1a1a;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem}.feed-header h2{color:#fff;margin:0}.back-button{background-color:#9c27b0;border:none;border-radius:20px;color:#fff;cursor:pointer;font-family:Permanent Marker,cursive;font-size:1.1rem;padding:8px 16px;transition:all .3s ease}.back-button:hover{background-color:#7b1fa2;transform:translateY(-2px)}.feed .post{background:#1a1a1a;border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;flex-direction:column;margin-bottom:1.5rem;min-height:400px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.feed .post:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.feed .post-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.feed .post-header-left{align-items:center;display:flex;gap:1rem}.feed .post-author{color:#9c27b0;font-weight:600;text-decoration:none;transition:color .2s ease}.feed .post-author:hover{color:#7b1fa2}.feed .post-author.admin{color:#f44336}.feed .post-author.mod{color:#2196f3}.feed .post-timestamp{color:#b0b0b0;font-size:.9rem}.feed .post-title{color:#fff;font-size:1.25rem;margin:0 0 1rem}.feed .post-content{-webkit-line-clamp:8;-webkit-box-orient:vertical;color:#e0e0e0;display:-webkit-box;flex-grow:1;font-size:1.1rem;line-height:1.6;margin:0 0 1rem;overflow:hidden}.feed .post-images{display:flex;flex-direction:column;gap:1rem;margin:1rem 0;max-height:none;overflow:visible}.feed .post-image{border-radius:4px;cursor:pointer;height:auto;max-width:100%;object-fit:contain}.feed .post-actions{align-items:center;border-top:1px solid #eee;display:flex;justify-content:space-between;margin-top:1rem;padding-top:1rem}.feed .vote-buttons{align-items:center;display:flex;gap:.5rem}.feed .vote-button{background:none;border:none;cursor:pointer;font-size:1.2rem;padding:.25rem;transition:transform .2s ease}.feed .vote-button:hover{transform:scale(1.1)}.feed .vote-button.active{color:#9c27b0}.feed .comment-count{color:#b0b0b0;font-size:.9rem}.empty-state{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:3rem;text-align:center}.empty-state p{color:#666;font-size:1.1rem;margin:0}.load-more{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:2rem;padding:2rem;text-align:center}.loading,.no-more-posts{color:#666;font-size:1rem}.view-all-posts-container{display:flex;justify-content:center;margin:20px 0;padding:10px}.view-all-posts-btn{background-color:#9c27b0;border:none;border-radius:25px;box-shadow:0 2px 5px #0003;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s ease}.view-all-posts-btn:hover{background-color:#7b1fa2;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.view-all-posts-btn:active{box-shadow:0 2px 4px #0003;transform:translateY(0)}@media (max-width:768px){.main-content{flex-direction:column;padding:1rem}.sidebar{margin-bottom:2rem;position:static}.feed{max-width:100%}}*{box-sizing:border-box;padding:0;-webkit-user-select:none;user-select:none}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a1b;color:#d7dadc;font-family:Permanent Marker,cursive}.App{display:flex;flex-direction:column;min-height:100vh}.app-container{flex:1 1;padding-top:300px}.header{background-color:#1a1a1b;height:60px;left:0;position:fixed;right:0;top:0;z-index:1000}.header-content{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1600px;padding:0 24px}.logo-section{flex-shrink:0}.logo{align-items:center;color:#9c27b0;display:flex;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:700;gap:.5rem;max-width:100%;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.logo img{height:clamp(24px,3vw,32px);object-fit:contain;width:auto}.logo:hover{cursor:pointer;transform:scale(1.1)}.logo:before{background:radial-gradient(circle at center,#b388ff 0,#0000 70%);content:attr(data-text);filter:blur(8px);height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform-origin:center;transition:opacity .3s ease;width:100%;z-index:-1}.logo:hover:before{animation:spray .5s ease-out forwards;opacity:.5}@keyframes spray{0%{opacity:0;transform:scale(.8) rotate(-5deg)}25%{opacity:.3;transform:scale(1.1) rotate(2deg)}50%{opacity:.5;transform:scale(1.2) rotate(-1deg)}75%{opacity:.4;transform:scale(1.1) rotate(1deg)}to{opacity:.5;transform:scale(1) rotate(0deg)}}.user-controls{align-items:center;display:flex;gap:16px}.username{color:#fff;font-size:14px;font-weight:400;text-decoration:none;text-shadow:0 0 10px #8a2be280;transition:text-shadow .2s}.username:hover{color:#6a1b9a}.profile-btn{background:none;border:2px solid #b388ff;border-radius:20px;color:#b388ff;cursor:pointer;font-family:Permanent Marker,cursive;font-size:.9rem;font-weight:400;padding:8px 16px;transition:all .3s ease}.main-content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:240px 1fr 300px;margin-left:auto;margin-right:auto;margin-top:50px;max-width:1200px;min-height:calc(100vh - 144px);padding:20px}.sidebar{background-color:#272729;border-radius:8px;display:flex;flex-direction:column;min-height:300px;padding:16px}.community-info{display:flex;flex:1 1;flex-direction:column;margin-bottom:0}.community-info h2{color:#b388ff;font-family:Permanent Marker,cursive;margin-bottom:16px;text-shadow:2px 2px 4px #b388ff4d}.community-info p{color:#d7dadc;line-height:1.4;margin-bottom:16px}.create-post-btn{background-color:#b388ff;border:none;border-radius:20px;color:#fff;cursor:pointer;font-family:Permanent Marker,cursive;font-weight:700;margin-top:16px;padding:12px;transition:all .2s ease;width:100%}.create-post-btn:hover{background-color:#9575cd;transform:translateY(-1px)}.feed{background-color:#272729;border-radius:8px;flex-direction:column}.feed,.post{display:flex;gap:16px;padding:16px}.post{background-color:#1a1a1b;border:1px solid #343536;border-radius:4px;margin-bottom:16px;transition:border-color .2s ease}.post:hover{border-color:#4a4a4b}.post-votes{border-radius:4px;flex-direction:column;gap:4px;min-width:40px}.post-votes,.post-votes button{align-items:center;display:flex;padding:4px}.post-votes button{background:none;border:none;border-radius:4px;color:#717171;cursor:pointer;font-size:24px;height:32px;justify-content:center;transition:all .2s ease;width:32px}.post-votes button.voted,.post-votes button:hover{background-color:#b388ff1a;color:#b388ff}.post-votes span{color:#d7dadc;font-size:14px;font-weight:700}.post-content{flex:1 1;min-width:0}.post-content h3{color:#d7dadc;font-size:18px;line-height:1.4;margin-bottom:8px}.post-content p{word-wrap:break-word;color:#b8b8b8;font-weight:300;line-height:1.6;margin-bottom:12px}.post-meta{color:#717171;font-size:12px;font-weight:300}.right-sidebar{background-color:#272729;border-radius:8px;padding:16px}.rules{color:#d7dadc}.rules h3{color:#b388ff;font-family:Permanent Marker,cursive;margin-bottom:16px;text-shadow:2px 2px 4px #b388ff4d}.rules ol{list-style-position:outside;padding-left:20px}.rules li{font-size:14px;font-weight:300;line-height:1.4;margin-bottom:16px}.rules li strong{color:#b388ff;display:block;font-size:15px;font-weight:400;margin-bottom:4px}.rules li br{content:"";display:block;margin-top:4px}.auth-container{align-items:center;background-color:#1a1a1b;display:flex;justify-content:center;margin-top:60px;min-height:calc(100vh - 60px);padding:20px}.auth-card{background-color:#272729;border:1px solid #343536;border-radius:8px;box-shadow:0 0 20px #0000004d;max-width:400px;padding:2rem;width:100%}.auth-card h2{color:#b388ff;font-family:Permanent Marker,cursive;margin-bottom:1.5rem;text-align:center;text-shadow:2px 2px 4px #b388ff4d}.auth-card input{background-color:#1a1a1b;border:1px solid #343536;border-radius:4px;color:#d7dadc;margin-bottom:1rem;padding:10px;-webkit-user-select:text;user-select:text;width:100%}.auth-card button{background-color:#b388ff;border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:700;margin-top:1rem;padding:10px;transition:all .2s ease;width:100%}.auth-card button:hover{background-color:#9575cd;transform:translateY(-1px)}.error{background-color:#ff00001a;border:1px solid #ff00004d;border-radius:4px;color:#ff6b6b;margin-bottom:1rem;padding:10px}a{color:#b388ff;text-decoration:none;transition:all .2s ease}a:hover{color:#9575cd}button{background-color:#b388ff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px;transition:background-color .2s}button:hover{background-color:#9c64ff}.auth-buttons{display:flex;gap:12px}.auth-buttons .profile-btn{min-width:100px}@media (max-width:768px){.main-content{gap:16px;grid-template-columns:1fr;margin-top:120px;padding:12px}.sidebar{min-height:auto;order:2;padding:16px}.feed{order:1}.right-sidebar{order:3}.post{gap:12px;padding:12px}.post-votes{min-width:32px}.post-votes button{font-size:18px;height:24px;width:24px}.post-content h3{font-size:15px}.post-content p{font-size:14px}.post-actions{gap:12px}.post-actions button{font-size:13px;padding:4px 8px}.rules li{font-size:13px;margin-bottom:12px}.rules li strong{font-size:14px}.create-post-btn{font-size:14px;padding:10px}.auth-card{max-width:400px;padding:1.5rem;width:90%}.auth-card h2{font-size:1.5rem}.auth-card input{font-size:14px;padding:10px}.auth-buttons{gap:8px}.auth-buttons .profile-btn{font-size:13px;min-width:70px}}@media (max-width:480px){.app-container{padding-top:100px}.main-content{gap:12px;margin-top:100px;padding:8px}.post{gap:10px;padding:10px}.post-content h3{font-size:14px}.post-content p{font-size:13px}.post-actions{gap:8px}.post-actions button{font-size:12px;padding:4px 6px}.auth-card{padding:1rem;width:95%}.auth-card h2{font-size:1.3rem}.auth-card input{font-size:13px;padding:8px}.auth-buttons .profile-btn{font-size:12px;min-width:60px}.create-post-btn{font-size:13px;padding:8px}.rules li{font-size:12px}.rules li strong{font-size:13px}.community-info h2{font-size:1.5rem}.community-info p{font-size:13px}}@media (max-width:360px){.auth-buttons,.header-right{flex-direction:column;gap:6px}.header-right{align-items:flex-end}.username{margin-right:0}}.app{min-height:100vh}.app,.error-container{background-color:#2d2d2d;color:#fff}.error-container{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:20px;text-align:center}.error-container button{background-color:#b388ff;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:20px;padding:10px 20px}.error-container button:hover{background-color:#9c64ff}input,textarea{background-color:#404040;border:1px solid #666;border-radius:4px;color:#fff;margin:4px 0;padding:8px;-webkit-user-select:text;user-select:text}input:focus,textarea:focus{border-color:#b388ff;outline:none}@media screen and (max-width:1024px){.header-content{padding:0 16px}.search-bar{max-width:300px}}@media screen and (max-width:768px){.header-content{gap:12px;grid-template-columns:auto 1fr auto}.search-bar{max-width:100%}.search-bar input{width:100%}}@media screen and (max-width:480px){.header-content{grid-template-columns:1fr auto;padding:0 12px}.search-bar{display:none}.logo{font-size:20px}.profile-btn{font-size:14px;padding:6px 12px}}.comment-author,.modal-author,.post-author{color:#fff!important;cursor:pointer;font-family:Permanent Marker,cursive;text-decoration:none;text-shadow:0 0 10px #8a2be280;transition:text-shadow .2s}.comment-author:hover,.modal-author:hover,.post-author:hover{text-shadow:0 0 15px #8a2be2cc}.comment-author,.community-info h2,.post-author,.post-title a,.profile-header h1,.profile-username,.purple-text,.rules h3,.rules ol li strong,.rules ol li::marker,a[href]:not(.profile-btn):not(.logo-link){color:#fff!important;text-shadow:0 0 10px #8a2be280;transition:text-shadow .2s}.comment-author:hover,.community-info h2:hover,.post-author:hover,.post-title a:hover,.profile-header h1:hover,.profile-username:hover,.purple-text:hover,.rules h3:hover,.rules ol li:hover strong,.rules ol li:hover::marker,a[href]:not(.profile-btn):not(.logo-link):hover{text-shadow:0 0 15px #8a2be2cc}.comment-btn{align-items:center;background:none;border:none;color:#717171;cursor:pointer;display:flex;font-family:Permanent Marker,cursive;font-size:14px;gap:4px;padding:4px 8px;transition:all .2s ease}.comment-btn:hover{background-color:#b388ff1a;border-radius:4px;color:#b388ff}.create-post-modal{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.create-post-content{background-color:#272729;border-radius:8px;max-height:90vh;max-width:600px;overflow-y:auto;padding:24px;width:90%}.create-post-content h2{color:#b388ff;font-family:Permanent Marker,cursive;margin-bottom:20px}.create-post-content input,.create-post-content textarea{background-color:#1a1a1b;border:1px solid #404040;border-radius:4px;color:#d7dadc;font-family:Permanent Marker,cursive;margin-bottom:16px;padding:12px;width:100%}.create-post-content textarea{min-height:150px;resize:vertical}.create-post-content button{background-color:#b388ff;border:none;border-radius:20px;color:#fff;cursor:pointer;font-family:Permanent Marker,cursive;font-weight:700;padding:12px;transition:all .2s ease;width:100%}.create-post-content button:hover{background-color:#9575cd;transform:translateY(-1px)}.enlarged-post-modal{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.enlarged-post-content{background-color:#272729;border-radius:8px;max-height:90vh;max-width:800px;overflow-y:auto;padding:24px;width:90%}.enlarged-post-content h2{color:#b388ff;font-family:Permanent Marker,cursive;margin-bottom:20px}.enlarged-post-content input,.enlarged-post-content textarea{background-color:#1a1a1b;border:1px solid #404040;border-radius:4px;color:#d7dadc;font-family:Permanent Marker,cursive;margin-bottom:16px;padding:12px;width:100%}.enlarged-post-content textarea{min-height:100px;resize:vertical}.enlarged-post-content button{background-color:#b388ff;border:none;border-radius:20px;color:#fff;cursor:pointer;font-family:Permanent Marker,cursive;font-weight:700;padding:12px;transition:all .2s ease;width:100%}.enlarged-post-content button:hover{background-color:#9575cd;transform:translateY(-1px)}.comment-section{border-top:1px solid #404040;margin-top:24px;padding-top:24px}.comment-section h3{color:#b388ff;font-family:Permanent Marker,cursive;margin-bottom:16px}.comment{background-color:#1a1a1b;border:1px solid #404040;border-radius:4px;margin-bottom:16px;padding:16px}.comment-content{color:#d7dadc;line-height:1.6;margin-bottom:8px}.comment-content,.comment-meta{font-family:Permanent Marker,cursive}.comment-meta{color:#717171;font-size:12px}body,html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;height:100%;margin:0;overflow-x:hidden;padding:0;width:100%}input,select,textarea{font-size:16px!important}#root{min-height:100vh;position:relative;width:100%}body{-webkit-overflow-scrolling:touch;overscroll-behavior-y:none}@supports (-webkit-touch-callout:none){.min-h-screen{min-height:-webkit-fill-available}}@media screen and (max-width:768px){body{-webkit-overflow-scrolling:touch;height:100%;overflow-y:auto;position:fixed;width:100%}}body{cursor:url(/static/media/spray-can.c662b6c8445f0873e7c9.svg) 16 16,auto}.spray-particle{background-color:#9c27b0;border-radius:50%;opacity:.8;pointer-events:none;position:absolute;z-index:9998}.spray-particle.temporary{animation:spray-fade var(--duration) ease-out forwards}@keyframes spray-fade{0%{opacity:.8;transform:scale(1) translate(0)}50%{opacity:.4;transform:scale(.8) translate(var(--tx),var(--ty))}to{opacity:0;transform:scale(0) translate(calc(var(--tx)*2),calc(var(--ty)*2))}}a,button,input,select,textarea{cursor:pointer!important}