:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;margin:0 auto;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){body{display:flex;place-items:center}}.manager-container{padding:1rem;font-family:sans-serif;margin:auto;background-color:#030303;color:#d7dadc;min-height:100vh;box-sizing:border-box}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;border-bottom:1px solid #343536;padding-bottom:1rem;flex-wrap:wrap;gap:1rem}header h1{font-size:1.5rem;margin:0}.header-buttons{display:flex;gap:.5rem}.actions-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.search-input{padding:.75rem;background-color:#272729;border:1px solid #343536;color:#d7dadc;border-radius:5px;font-size:1rem;width:100%;box-sizing:border-box}.filter-group{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.filter-group span{font-weight:700}.filter-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.filter-divider{display:none}.save-btn,.logout-btn,.refresh-btn,.mobile-filter-toggle{padding:.5rem 1rem;border:1px solid #d7dadc;border-radius:5px;cursor:pointer;font-weight:700;font-size:.9rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#343536;color:#d7dadc;border-color:#343536}.save-btn{background-color:#4f9e00;border-color:#4f9e00;color:#fff}.save-btn:disabled{opacity:.5;cursor:not-allowed;background-color:#343536;border-color:#343536}.logout-btn{background-color:#5a2a2a;border-color:#818384}.loading-container,.no-results-bar{text-align:center;padding:2rem;color:#818384;background-color:#1a1a1b;border:1px solid #343536;border-radius:8px}.table-header{margin-bottom:1rem}.table-container{overflow-x:auto;border:1px solid #343536;border-radius:8px}table{width:100%;border-collapse:collapse;background-color:#1a1a1b}th,td{padding:12px;text-align:left;border-bottom:1px solid #343536;white-space:nowrap}th{background-color:#272729;font-size:.9rem}tr:hover{background-color:#2c2c2e}.checkbox-cell{text-align:center}input[type=checkbox],input[type=radio]{transform:scale(1.2);cursor:pointer;accent-color:#4f9e00}a{color:#4f9e00;text-decoration:none;font-weight:700}a:hover{text-decoration:underline}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:1.5rem 0;flex-wrap:wrap}.pagination-controls button{padding:.5rem 1rem;border:1px solid #343536;background-color:#272729;color:#d7dadc;border-radius:5px;cursor:pointer}.pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.mobile-filter-toggle{display:none}.advanced-filters{display:contents}@media (max-width: 1024px){.mobile-filter-toggle{display:inline-flex}.advanced-filters{display:none;width:100%;flex-direction:column;align-items:flex-start;gap:.75rem}.advanced-filters.visible{display:flex}}.card-list-container{display:none;display:grid;grid-template-columns:1fr;gap:1rem}.subreddit-card{background-color:#1a1a1b;border:1px solid #343536;border-radius:8px;overflow:hidden}.card-header{padding:.75rem 1rem;background-color:#272729;font-weight:700;font-size:1.1rem}.card-body{padding:1rem;display:flex;flex-direction:column;gap:1rem}.card-row{display:flex;justify-content:space-between;align-items:center}.feeds-title{font-weight:700;margin-bottom:.5rem;display:block;text-align:left}.feeds-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.feed-item label{font-size:.9rem;display:flex;align-items:center;gap:.5rem}@media (max-width: 768px){.manager-container{padding:1rem;margin:0}.table-container{display:none}.card-list-container{display:grid}}@media (min-width: 769px){.table-container{display:block}.card-list-container{display:none}.manager-container{margin:0}}.login-container{position:relative;display:flex;flex-direction:column;justify-content:space-around;align-items:center;height:100svh;background-color:#030303;color:#d7dadc;text-align:center;padding:1.5rem;font-family:sans-serif;box-sizing:border-box}.main-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:500px}p{font-size:1rem;color:#818384;margin-bottom:2.5rem}.login{display:inline-flex;align-items:center;gap:.75rem;background-color:#ff4500;color:#fff;border:none;border-radius:9999px;padding:.8rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;box-shadow:0 4px 14px #ff450063}.login:hover{transform:scale(1.05);box-shadow:0 6px 20px #ff45003b}.about-trigger{color:#818384;font-size:.9rem;cursor:pointer;transition:color .2s ease-in-out;text-decoration:none}.about-trigger:hover{color:#d7dadc;text-decoration:underline}@media (min-width: 768px){.login-container{padding:2rem}h1{font-size:2.5rem}p{font-size:1.1rem}.login{padding:1rem 2rem;font-size:1.1rem}.about-trigger{bottom:2rem}}.about-container{display:flex;flex-direction:column;justify-content:space-around;align-items:center;min-height:100svh;background-color:#030303;color:#d7dadc;text-align:center;padding:1.5rem;font-family:sans-serif;box-sizing:border-box}.about-content{display:flex;flex-direction:column;align-items:center;gap:2.5rem;width:100%;max-width:550px}h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}h2{font-size:1.25rem;font-weight:700;color:#d7dadc;margin-bottom:1rem}p.about-me,p.contact-links{font-size:1rem;color:#818384;line-height:1.6;margin-bottom:1rem}p.contact-links a{color:#4f9e00;text-decoration:none;font-weight:700}p.contact-links a:hover{text-decoration:underline}.support-section{width:100%}.support-buttons-grid{display:flex;flex-direction:column;gap:1rem;width:100%}.support-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.85rem 1rem;border-radius:8px;background-color:#272729;border:1px solid #343536;color:#d7dadc;text-decoration:none;cursor:pointer;transition:background-color .2s;font-size:1rem;font-weight:500}.support-button:hover{background-color:#343536}.upi-icon,.paypal-icon{height:22px}.upi-support{position:relative}.upi-label{display:flex;align-items:center;gap:.5rem}.copy-popup{position:absolute;top:-35px;left:50%;transform:translate(-50%);background-color:#4f9e00;color:#fff;padding:5px 10px;border-radius:4px;font-size:.8rem;white-space:nowrap}.scanner-link{color:#4f9e00;text-decoration:underline;cursor:pointer;font-size:.9rem;margin-top:.5rem}.back-link{color:#818384;font-size:.9rem;text-decoration:none;margin-top:1rem;transition:color .2s ease-in-out}.back-link:hover{color:#d7dadc;text-decoration:underline}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1001;padding:1rem;box-sizing:border-box}.qr-modal{position:relative;padding:.5rem;background:#1a1a1b;border-radius:8px;max-width:100%}.close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#818384;cursor:pointer}.qr-image{display:block;width:100%;max-width:250px;height:auto;border-radius:4px}@media (min-width: 768px){.about-container{padding:2rem}.about-content{gap:3rem}h1{font-size:2.5rem}h2{font-size:1.5rem}p.about-me,p.contact-links{font-size:1.1rem}.back-link{margin-top:2rem}.qr-image{max-width:400px}}#app[data-v-3833b947]{display:flex;padding:0}.modal-overlay[data-v-257e10a1]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#030303d9;display:flex;justify-content:center;align-items:center;z-index:1000;color:#d7dadc;font-family:sans-serif}.modal-content[data-v-257e10a1]{background-color:#1a1a1b;padding:2rem 3rem;border-radius:8px;text-align:center;border:1px solid #343536;box-shadow:0 5px 15px #00000080}.spinner[data-v-257e10a1]{margin:1.5rem auto 0;border:4px solid #343536;border-top:4px solid #4f9e00;border-radius:50%;width:40px;height:40px;animation:spin-257e10a1 1s linear infinite}@keyframes spin-257e10a1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
