:root{--primary-color:#FF4500;--secondary-color:#ef4444;--accent-color:#f97316;--background:#ffffff;--foreground:#0a0a0a;--card:#ffffff;--card-foreground:#0a0a0a;--muted:#f5f5f5;--muted-foreground:#737373;--border:#e5e5e5;--ring:#FF4500;--text-color:var(--foreground);--light-color:var(--background);--dark-color:var(--foreground);--gray-color:var(--muted);--medium-gray:var(--muted-foreground);--light-gray:#fafafa;--border-color:var(--border);--light-bg:#fafafa;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.03);--shadow:0 1px 3px 0 rgb(0 0 0 / 0.05),0 1px 2px -1px rgb(0 0 0 / 0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.05),0 4px 6px -4px rgb(0 0 0 / 0.05);--radius:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--rounded-xl:0.75rem;--rounded-full:9999px;--transition:all 0.15s ease;--transition-fast:all 0.1s ease;--gradient:linear-gradient(to right,#f97316,#ef4444,#f97316)}*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--border-color)}html,body{height:100%;line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif}body{margin:0;line-height:inherit;color:var(--text-color);background-color:var(--light-bg)}a{color:inherit;text-decoration:inherit}img,svg{display:block;max-width:100%}img{max-width:100%;height:auto}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}.page-container{display:flex;flex-direction:column;min-height:100vh}.relative{position:relative}.sticky{position:sticky}.top-0{top:0}.z-50{z-index:50}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1 1 0%}.gap-1{gap:0.25rem}.gap-2{gap:0.5rem}.gap-4{gap:1rem}.space-x-2>:not([hidden])~:not([hidden]){margin-left:0.5rem}.px-2{padding-left:0.5rem;padding-right:0.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:0.5rem;padding-bottom:0.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:0.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-14{height:3.5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-full{width:100%}.max-w-2xl{max-width:42rem}.min-h-screen{min-height:100vh}.min-h-\[calc\(100vh-3\.5rem\)\]{min-height:calc(100vh - 3.5rem)}.bg-white{background-color:rgb(255 255 255)}.bg-gray-50{background-color:rgb(249 250 251)}.bg-gray-100{background-color:rgb(243 244 246)}.bg-neutral-900{background-color:rgb(23 23 23)}.text-center{text-align:center}.text-xs{font-size:0.75rem;line-height:1rem}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-6xl{font-size:3.75rem;line-height:1}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-0.025em}.text-white{color:rgb(255,255,255)}.text-neutral-500{color:rgb(115,115,115)}.text-neutral-600{color:rgb(82,82,82)}.text-neutral-900{color:rgb(23,23,23)}.text-\[\#FF4500\]{color:rgb(255,69,0)}.shadow-sm{box-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05)}.shadow-md{box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1)}.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1)}.rounded-xl{border-radius:0.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gap-6{gap:1.5rem}.gap-8{gap:2rem}@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.w-16{width:4rem}.h-16{height:4rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-black{color:rgb(0,0,0)}.text-gray-600{color:rgb(75,85,99)}.bg-\[\#FF4500\]{background-color:#FF4500}.border-\[\#FF4500\]{border-color:#FF4500}.border-2{border-width:2px}.overflow-hidden{overflow:hidden}.step-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem;transition:var(--transition-fast)}.step-card:hover{border-color:#d4d4d4;box-shadow:var(--shadow-md)}.step-number{width:3rem;height:3rem;background:var(--foreground);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--background);font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.step-title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:0.75rem;letter-spacing:-0.02em}.step-description{font-size:0.9375rem;line-height:1.6;color:var(--muted-foreground);letter-spacing:-0.01em}.testimonial-badge{display:inline-flex;align-items:center;padding:0.375rem 1rem;border:1px solid var(--border);border-radius:var(--rounded-full);font-size:0.8125rem;font-weight:500;color:var(--muted-foreground);background:var(--background);letter-spacing:-0.01em}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width:768px){.testimonial-grid{grid-template-columns:1fr}.testimonial-column{margin-top:0 !important}}.testimonial-column{display:flex;flex-direction:column;gap:1.25rem}.testimonial-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.5rem;transition:var(--transition-fast)}.testimonial-card:hover{border-color:#d4d4d4;box-shadow:var(--shadow-md)}.testimonial-text{font-size:0.9375rem;line-height:1.6;color:var(--foreground);margin-bottom:1.25rem;letter-spacing:-0.01em}.testimonial-author{display:flex;align-items:center;gap:0.75rem}.testimonial-avatar{width:2.25rem;height:2.25rem;background:linear-gradient(135deg,#FF4500 0%,#ff6b3d 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:600;color:white;letter-spacing:0.02em}.testimonial-avatar.variant-1{background:linear-gradient(135deg,#FF4500 0%,#ff6b3d 100%)}.testimonial-avatar.variant-2{background:linear-gradient(135deg,#0a0a0a 0%,#262626 100%)}.testimonial-avatar.variant-3{background:linear-gradient(135deg,#737373 0%,#a3a3a3 100%)}.testimonial-name{font-weight:500;color:var(--foreground);font-size:0.875rem;letter-spacing:-0.01em}.testimonial-role{color:var(--muted-foreground);font-size:0.8125rem}.faq-list{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-item:first-child{border-top:none}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:transparent;border:none;cursor:pointer;text-align:left;font-size:0.9375rem;font-weight:500;color:var(--foreground);transition:var(--transition-fast);letter-spacing:-0.01em}.faq-question:hover{background:var(--muted)}.faq-question:focus{outline:none}.faq-question:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}.faq-icon{flex-shrink:0;transition:transform 0.2s ease;color:var(--muted-foreground)}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.faq-item.active .faq-answer{max-height:300px}.faq-answer p{padding:0 1.5rem 1.25rem;color:var(--muted-foreground);line-height:1.6;font-size:0.9375rem;letter-spacing:-0.01em}.navbar{background-color:var(--light-color);box-shadow:var(--shadow-sm)}.navbar a,.navbar button{border:none !important;outline:none !important}.brand-name{font-size:1.25rem;font-weight:600;color:var(--text-color)}.brand-suffix{font-size:1.25rem;color:var(--medium-gray)}.icon{vertical-align:middle}.hero{background-color:var(--background)}.hero-headline{font-size:3.5rem;font-weight:700;color:var(--foreground);letter-spacing:-0.03em;line-height:1.1;margin-bottom:1.5rem}.hero-subheadline{font-size:1.125rem;color:var(--muted-foreground);line-height:1.6;margin-bottom:2rem;letter-spacing:-0.01em}.hero-section{display:flex;align-items:center;justify-content:center;padding:6rem 0;background-color:var(--gray-color);flex:1}.hero-content{max-width:800px;margin:0 auto;text-align:center}.hero-title{font-size:2.75rem;font-weight:800;color:var(--dark-color);margin-bottom:1.5rem;line-height:1.2}.hero-description{font-size:1.25rem;color:var(--medium-gray);max-width:36rem;margin:0 auto 2.5rem;line-height:1.6}.cta-button{display:inline-flex;align-items:center;gap:0.5rem;background-color:var(--primary-color);color:var(--light-color);padding:0.75rem 1.5rem;border-radius:var(--border-radius);font-weight:600;font-size:1.125rem;transition:var(--transition);box-shadow:var(--shadow)}.cta-button:hover{background-color:#E03D00;transform:translateY(-2px);box-shadow:0 6px 8px rgba(0,0,0,0.15)}.cta-button .icon{transition:transform 0.3s ease}.cta-button:hover .icon{transform:translateX(4px)}.action-button{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;background-color:var(--foreground);color:var(--background);border:none;padding:0.75rem 1.5rem;border-radius:var(--rounded-full);font-weight:500;font-size:0.9375rem;cursor:pointer;transition:var(--transition-fast);letter-spacing:-0.01em;box-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05)}.action-button:hover{background-color:#262626;transform:translateY(-1px);box-shadow:0 4px 8px 0 rgb(0 0 0 / 0.1)}.action-button:active{transform:translateY(0);box-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05)}.action-button:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.action-button .icon{transition:transform 0.15s ease}.action-button:hover .icon{transform:translateX(2px)}.gradient-text{background:var(--gradient);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradient 4s linear infinite}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.hover\:bg-neutral-800:hover{background-color:rgb(38 38 38)}.hover\:bg-gray-100:hover{background-color:rgb(243 244 246)}.nav-button.primary{display:flex;align-items:center;gap:0.5rem;background-color:var(--primary-color);color:white;padding:0.5rem 1rem;border-radius:var(--rounded-full);font-size:0.875rem;font-weight:500;transition:var(--transition);border:none;outline:none}.nav-button.primary:hover{background-color:#FF5722}.features-section{background-color:var(--light-color);padding:5rem 0}.section-title{text-align:center;font-size:2rem;color:var(--dark-color);margin-bottom:3rem;position:relative}.section-title::after{content:'';display:block;width:50px;height:3px;background-color:var(--primary-color);margin:1rem auto 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{text-align:center;padding:2rem;border-radius:var(--border-radius);background-color:var(--off-white);box-shadow:var(--shadow);transition:var(--transition)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,0.1)}.feature-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1.5rem;background-color:rgba(255,69,0,0.1);border-radius:50%;color:var(--primary-color)}.feature-card h3{font-size:1.5rem;color:var(--dark-color);margin-bottom:1rem}.feature h3{color:var(--primary-color);margin-bottom:0.75rem}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.post-card{background-color:var(--light-color);border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition)}.post-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,0.1)}.post-content{padding:1.5rem}.post-title{font-size:1.2rem;margin-bottom:0.75rem;font-weight:600}.post-meta{font-size:0.85rem;color:var(--medium-gray);display:flex;justify-content:space-between}.loader{border:4px solid rgba(0,0,0,0.1);border-left:4px solid var(--primary-color);border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin:2rem auto}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#loading-message{text-align:center;margin-top:1rem;color:var(--medium-gray)}.site-footer{background-color:var(--dark-color);color:var(--light-color);padding:1.5rem 0;text-align:center;margin-top:auto}@media (max-width:768px){.hero-title{font-size:2rem}.hero-description{font-size:1.1rem}.features-grid{grid-template-columns:1fr}.posts-grid{grid-template-columns:1fr}.hero-section{padding:4rem 0}.features-section{padding:3rem 0}.hero{padding-left:1.5rem;padding-right:1.5rem}.hero-headline{font-size:2.25rem;line-height:1.15}.hero-subheadline{font-size:1rem}.hero .text-6xl{font-size:2.5rem;line-height:1.1}.hero .text-xl{font-size:1.125rem}.faq-question{font-size:1rem;padding:1.25rem 0}.faq-answer p{font-size:0.9375rem}.py-20{padding-top:3rem;padding-bottom:3rem}.testimonial-card{padding:1.25rem}.testimonial-text{font-size:0.9375rem}}@media (min-width:769px) and (max-width:1024px){.posts-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:repeat(2,1fr)}}:root{--primary-color:#FF4500;--secondary-color:#ef4444;--accent-color:#f97316;--text-color:#171717;--light-color:#FFFFFF;--dark-color:#171717;--gray-color:#f9fafb;--medium-gray:#737373;--light-gray:#f3f4f6;--border-color:#e5e7eb;--light-bg:#f9fafb;--shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);--hover-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);--border-radius:0.75rem;--post-radius:0.75rem;--btn-radius:9999px;--transition:all 0.15s cubic-bezier(0.4,0,0.2,1);--white:#FFFFFF;--font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;--gradient:linear-gradient(to right,#f97316,#ef4444,#f97316)}.space-y>*+*{margin-top:1.5rem}.space-y-6>*+*{margin-top:1.5rem}.profile-main{padding:1rem 0;min-height:calc(100vh - 3.5rem);background-color:var(--light-bg);font-family:var(--font-family);letter-spacing:-0.01em}@media (max-width:768px){.profile-main{padding:0}.profile-main .container{padding-left:0;padding-right:0}}.profile-header{background-color:var(--light-color);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow);border:1px solid var(--border-color);margin-bottom:2rem;text-align:center}@media (max-width:768px){.profile-header{padding:1rem;margin-bottom:0.75rem;border-radius:0.5rem}}.profile-header-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.welcome-section h1{font-size:3.75rem;font-weight:700;color:var(--dark-color);margin:0 0 1.5rem 0;letter-spacing:-0.025em;line-height:1}.subtitle{color:var(--medium-gray);margin:0 auto 2rem;font-size:1.25rem;max-width:42rem;line-height:1.625}.user-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.profile-header h1{font-size:1.75rem;color:var(--dark-color);margin:0}.credits-display{display:inline-flex;align-items:center;gap:0.5rem;background-color:rgba(255,69,0,0.1);color:var(--primary-color);padding:0.375rem 0.75rem;border-radius:var(--btn-radius);font-weight:500;font-size:0.875rem}.action-button{display:inline-flex;align-items:center;gap:0.5rem;background-color:var(--dark-color);color:white;border:none;padding:1rem 2rem;border-radius:var(--btn-radius);font-weight:500;font-size:1.125rem;cursor:pointer;transition:var(--transition);margin:0 auto}.action-button:hover{background-color:#262626}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-link,.nav-button{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;font-weight:500;padding:0.5rem 0.75rem;border-radius:var(--border-radius);transition:var(--transition)}.nav-link{color:var(--secondary-color)}.nav-button{background:none;border:1px solid var(--medium-gray);color:var(--medium-gray);cursor:pointer}.nav-link:hover{background-color:rgba(0,121,211,0.1)}.nav-button:hover{background-color:rgba(135,138,140,0.1);border-color:var(--dark-color);color:var(--dark-color)}.favorites-section{background-color:transparent;border-radius:var(--border-radius);min-height:400px;padding:0;margin-top:0}.state-container{display:flex;justify-content:center;align-items:center;padding:3rem 1rem}.hidden{display:none}.loader-container{display:flex;flex-direction:column;align-items:center;text-align:center}.loader{border:4px solid rgba(0,0,0,0.1);border-left-color:var(--primary-color);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem;display:none}.lottie-animation{width:64px;height:64px;margin-bottom:1rem}dotlottie-player{width:64px;height:64px}#loading-message{font-size:1.1rem;color:var(--text-color);max-width:80%;margin:0 auto;transition:opacity 0.5s ease-in-out}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes fadeInOut{0%{opacity:0}20%{opacity:1}80%{opacity:1}100%{opacity:0}}.error-message{display:flex;flex-direction:column;align-items:center;text-align:center;background-color:rgba(255,0,0,0.05);border:1px solid rgba(255,0,0,0.2);color:#d32f2f;padding:1.5rem;border-radius:var(--border-radius);max-width:500px}.error-message .icon{color:#d32f2f;margin-bottom:1rem}.retry-button{margin-top:1rem;background-color:#d32f2f;color:white;border:none;padding:0.5rem 1rem;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition)}.retry-button:hover{background-color:#b71c1c}.empty-message{display:flex;flex-direction:column;align-items:center;text-align:center;background-color:var(--gray-color);padding:2rem;border-radius:var(--border-radius);max-width:500px}.empty-message .icon{color:var(--medium-gray);margin-bottom:1rem}.empty-message p{margin:0.25rem 0;color:var(--text-color)}.empty-help-text{font-size:0.875rem;color:var(--medium-gray) !important}.browse-button{display:inline-block;margin-top:1rem;background-color:var(--primary-color);color:white;text-decoration:none;padding:0.5rem 1rem;border-radius:var(--border-radius);font-weight:500;transition:var(--transition)}.browse-button:hover{background-color:#e53e2f}.post-count-info{background-color:var(--light-color);border-radius:var(--post-radius);padding:0.75rem 1rem;margin-bottom:1rem;box-shadow:var(--shadow);display:flex;justify-content:space-between;align-items:center;border-left:4px solid var(--primary-color)}.post-count-info p{margin:0;color:var(--medium-gray);font-size:0.875rem;font-weight:500}.info-wrapper{display:flex;align-items:center;gap:15px}.refresh-button{background:linear-gradient(90deg,var(--primary-color),var(--accent-color));color:white;border:none;border-radius:var(--btn-radius);padding:0.5rem 1rem;font-size:0.85rem;font-weight:500;cursor:pointer;transition:all 0.3s ease;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.refresh-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.15)}.refresh-button:active{transform:translateY(0)}.refresh-button:disabled{background:#cccccc;cursor:not-allowed;transform:none;box-shadow:none}.success-message{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background-color:#4CAF50;color:white;padding:12px 20px;border-radius:var(--border-radius);box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:1000;opacity:1;transition:opacity 0.5s ease;text-align:center}.credits-gauge-container{display:flex;align-items:center;gap:12px}.credits-gauge{position:relative;width:100px;height:8px;background-color:var(--border-color);border-radius:10px;overflow:hidden}.credits-gauge-fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));border-radius:10px;transition:width 0.3s ease}.credits-count{font-weight:600;color:var(--primary-color);white-space:nowrap}.posts-grid{display:flex;flex-direction:column;gap:0.5rem;padding:1rem 0;width:100%;max-width:800px;margin-left:auto;margin-right:auto}@media (max-width:768px){.posts-grid{gap:0.25rem;padding:0 8px;max-width:100%}}.post-card{display:flex;flex-direction:column;background-color:var(--light-color);border-radius:var(--post-radius);overflow:hidden;transition:var(--transition);border:1px solid var(--border-color);position:relative;cursor:pointer;margin-bottom:0.5rem;padding:0.5rem 0}@media (max-width:768px){.post-card{margin-bottom:0.25rem;padding:0.25rem 0 0 0;border-radius:0.375rem}}.post-card:hover{background-color:var(--light-gray)}.post-image{width:100%;min-height:220px;background-color:var(--gray-color);overflow:hidden;position:relative;border-radius:var(--post-radius)}@media (max-width:768px){.post-image{border-radius:0}}.post-media-container{position:relative;overflow:hidden;margin:0 1rem 0.5rem;border-radius:var(--post-radius);isolation:isolate;background-color:rgba(0,0,0,0.05)}.post-media-container{position:relative;overflow:hidden;margin:0 1rem 0.5rem;border-radius:var(--post-radius);isolation:isolate;background-color:rgba(0,0,0,0.2)}@media (max-width:768px){.post-media-container{margin:0 0 0.125rem 0;border-radius:0}}.post-media-container::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.35);z-index:1;pointer-events:none}.post-background-image-filter{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;scale:5;z-index:0;filter:blur(15px);opacity:0.7}.post-media-img{position:relative;z-index:2;display:block;margin:0 auto;object-position:center;box-shadow:0 0 0 1px rgba(0,0,0,0.05);max-height:calc(100vw - 2rem);object-fit:contain}.gallery-async-loader{display:block;width:100%}.gallery-carousel{display:block;overflow:hidden;position:relative;width:100%;margin:0 auto;border-radius:var(--post-radius)}@media (max-width:768px){.gallery-carousel{border-radius:0}}.gallery-carousel ul{display:flex;flex-direction:row;transition-duration:250ms;height:100%;margin:0;padding:0;list-style:none;position:absolute;left:0;top:0}.gallery-carousel li{flex:0 0 auto;height:100%;display:inline-flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,0.2);position:relative;overflow:hidden;box-sizing:border-box}.gallery-carousel figure{height:100%;width:100%;margin:0;z-index:10;display:flex;align-items:center;justify-content:center;position:relative;max-width:100%;max-height:100%}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0.5);color:white;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;opacity:0.7;transition:all 0.2s ease;padding:0;box-shadow:0 2px 8px rgba(0,0,0,0.2)}.gallery-nav i{width:24px;height:24px;stroke-width:2.5}.gallery-nav:hover{opacity:1}.gallery-nav.prev{left:10px}.gallery-nav.next{right:10px}.gallery-indicators{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;gap:5px;z-index:20}.gallery-indicator{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,0.5);cursor:pointer;transition:background-color 0.2s}.gallery-indicator.active{background:white}.media-lightbox-img{max-width:100%;max-height:100%;object-fit:contain;object-position:center;margin:0 auto;display:block;box-shadow:0 2px 8px rgba(0,0,0,0.1)}@media (min-width:1415px){.media-lightbox-img{max-width:750px}}@media (min-width:768px) and (max-width:1414px){.media-lightbox-img{max-width:50vw}}@media (max-width:767px){.media-lightbox-img{max-width:100vw}}.avatar{display:flex;align-items:center;justify-content:center;width:24px;height:24px;overflow:hidden;position:relative;border-radius:50%}.avatar-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;font-size:12px;font-weight:bold;color:white;text-transform:uppercase;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.subreddit-icon{width:100% !important;height:100% !important;object-fit:cover !important;border-radius:50% !important;position:absolute !important;top:0 !important;left:0 !important;z-index:10 !important;display:block !important}.text-neutral-content[href^="https://www.reddit.com/r/"]{transition:color 0.2s ease}.text-neutral-content[href^="https://www.reddit.com/r/"]:hover{color:var(--accent-color) !important}.post-footer button{transition:color 0.2s ease}.post-footer button:hover{color:var(--accent-color) !important}.post-footer button[upvote].hover\:text-action-upvote:hover,.post-footer button[upvote]:hover{color:var(--accent-color) !important}.post-footer button[downvote].hover\:text-action-downvote:hover,.post-footer button[downvote]:hover{color:var(--accent-color) !important}.post-footer button:hover svg{color:var(--accent-color) !important}.post-footer a[data-post-click-location="comments-button"]{transition:color 0.2s ease}.post-footer a[data-post-click-location="comments-button"]:hover,.post-footer a[data-post-click-location="comments-button"]:hover svg{color:var(--accent-color) !important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.post-image img{width:100%;height:100%;object-fit:contain;transition:transform 0.2s ease}.post-image::after{content:'';position:absolute;inset:0;border:1px solid var(--border-color);border-radius:var(--post-radius);pointer-events:none}@media (max-width:768px){.post-image::after{border-radius:0}}.post-content{padding:0.75rem 1rem;flex:1;display:flex;flex-direction:column;overflow:hidden}@media (max-width:768px){.post-content{padding:0.375rem 0.5rem}}.post-title{font-size:1rem;font-weight:600;margin-bottom:0.5rem;line-height:1.4;letter-spacing:-0.01em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;color:var(--dark-color)}@media (max-width:768px){.post-title{font-size:0.9375rem;margin-bottom:0.25rem;line-height:1.3}}.post-title{color:var(--dark-color);text-decoration:none;display:block;position:relative;z-index:2;padding:0.5rem 1rem;font-weight:600;line-height:1.4;font-size:1.125rem;margin:0 0 0.5rem 0;word-break:break-word}@media (max-width:768px){.post-title{padding:0.25rem 0.5rem;font-size:0.9375rem;margin:0 0 0.25rem 0}}.post-title a:hover{color:var(--primary-color)}.post-title .external-icon{font-size:0.75rem;margin-left:0.25rem;display:inline-block;vertical-align:middle}.post-title .icon{flex-shrink:0;margin-top:0.25rem}.credit-bar{display:flex;align-items:center;justify-content:space-between;padding:0.25rem 1rem;font-size:0.75rem;color:var(--medium-gray);position:relative;z-index:2;min-height:32px;margin-top:-4px;margin-bottom:0.25rem}@media (max-width:768px){.credit-bar{padding:0.125rem 0.5rem;min-height:28px;margin-bottom:0.125rem}}.author-info{display:flex;align-items:center;gap:0.25rem;font-size:0.75rem}.avatar{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;overflow:hidden;margin-right:0.25rem;background-color:#edeff1;flex-shrink:0;text-indent:0}.avatar-content{display:inline-block;position:relative;width:100%;height:100%;font-size:0.75rem;font-weight:700;color:white;overflow:hidden;border-radius:50%;text-align:center;line-height:32px}.subreddit-icon{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;margin-bottom:0;overflow:hidden;max-height:100%}.author-name{font-weight:500;color:var(--dark-color)}.dot-separator{margin:0 0.25rem;color:var(--medium-gray)}.post-time{color:var(--medium-gray)}.post-subreddit{font-weight:500;color:var(--dark-color);font-size:0.75rem;position:relative;z-index:2;text-decoration:none;white-space:nowrap;display:flex;align-items:center}.post-subreddit:hover{text-decoration:underline}.post-footer{display:flex;align-items:center;justify-content:flex-start;padding:0.5rem 1rem;position:relative;z-index:2;margin-top:8px;gap:0.5rem;clear:both;width:100%;order:999}@media (max-width:768px){.post-footer{padding:8px 8px 8px 8px;margin-top:0 !important;gap:0.375rem}.post-footer a{padding:0}#posts-container>article>span{padding-top:8px}footer p{margin-top:0;padding-top:0}#posts-container>div{margin-bottom:0 !important}}.post-stats{display:flex;align-items:center;gap:0.25rem;flex-wrap:nowrap}.post-stat{display:flex;align-items:center;gap:0.25rem;font-size:0.75rem;color:var(--medium-gray);position:relative;cursor:pointer;padding:0.375rem 0.5rem;border-radius:0.25rem;transition:background-color 0.1s ease;font-weight:500;border:1px solid transparent;height:var(--size-button-sm-h,32px)}.post-stat:hover{background-color:var(--light-gray)}.post-stat.button-secondary{border:1px solid var(--border-color);display:inline-flex;justify-content:center}:root{--size-button-sm-h:32px;--font-button-sm:500 12px/16px var(--font-family);--rem6:6px}.button-secondary{color:var(--medium-gray)}.button-activated{display:inline-flex;align-items:center}.button-shell{font-weight:500}.button{cursor:pointer;border:none;background:transparent;color:inherit}.button-plain{background:transparent}.aspect-square{aspect-ratio:1 / 1}.mx-xs{margin-left:4px;margin-right:4px}.text-16{font-size:16px}.hover\:text-action-upvote:hover{color:var(--upvote-color,#FF4500)}.hover\:text-action-downvote:hover{color:var(--downvote-color,#7193FF)}.focus-visible\:text-action-upvote:focus-visible{color:var(--upvote-color,#FF4500)}.focus-visible\:text-action-downvote:focus-visible{color:var(--downvote-color,#7193FF)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.vote-button{display:flex;justify-content:center;align-items:center;background:transparent;border:none;cursor:pointer;padding:0;color:var(--medium-gray)}.vote-count{font-weight:600;font-size:0.875rem;color:var(--dark-color)}.post-stat.upvotes:hover{color:var(--primary-color)}.post-stat.comments:hover{color:var(--secondary-color)}.post-stat:hover::after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:var(--dark-color);color:white;padding:0.25rem 0.5rem;border-radius:4px;font-size:0.75rem;white-space:nowrap;z-index:1;margin-bottom:5px}.post-stat.vote-up:hover,.post-stat.upvotes:hover{background-color:rgba(255,69,0,0.1);color:var(--primary-color)}.post-stat.vote-down:hover,.post-stat.comments:hover{background-color:rgba(0,121,211,0.1);color:var(--secondary-color)}.icon-container{display:flex;margin:0 0.375rem;font-size:1rem}:root{--upvote-color:#FF4500;--downvote-color:#7193FF;--interactive-content-disabled:#ccc;--comment-color:#0079D3;--text-color:#878A8C;--text-color-hover:#1A1A1B;--size-button-sm-h:28px;--font-button-sm:500 12px/16px var(--font-family);--rem6:6px}.disabled\:text-interactive-content-disabled:disabled{color:var(--interactive-content-disabled)}.post-footer{color:var(--text-color);padding:8px;margin-top:8px;align-items:center;clear:both;width:100%;order:999}.button-secondary{color:var(--text-color)}.vote-count{font-size:12px;font-weight:500;color:var(--text-color);margin:0 2px;min-width:20px;text-align:center}.button.button-secondary{transition:color 0.2s ease}.button.button-secondary:hover{color:var(--comment-color)}.button.button-secondary:hover svg{color:var(--comment-color)}.hover\:text-action-upvote:hover{color:var(--upvote-color)}.hover\:text-action-downvote:hover{color:var(--downvote-color)}span span span,.flex.items-center span span{color:var(--text-color);font-weight:500;font-size:12px}.mx-xs{margin:0 4px}.gap-sm{gap:12px}.border-md{border-radius:4px}.h-xl{height:var(--size-button-sm-h)}.px-sm{padding-left:8px;padding-right:8px}.gap-sm{gap:8px}.flex-nowrap{flex-wrap:nowrap}.mr-\[var\(--rem6\)\]{margin-right:6px}.gap-2xs{gap:4px}.ml-auto{margin-left:auto}.min-w-0{min-width:0}.leading-\[0\]{line-height:0}.p-0{padding:0}.text-12{font-size:12px}.overflow-visible{overflow:visible}.cursor-auto{cursor:auto}.justify-center{justify-content:center}.absolute{position:absolute}.inset-0{top:0;right:0;bottom:0;left:0}.nav-logo{display:flex;align-items:center;gap:0.5rem}.brand-name{font-size:1.25rem;font-weight:600;color:var(--dark-color)}.brand-suffix{font-size:1.25rem;color:var(--medium-gray)}.icon-edit{color:var(--primary-color)}.nav-button.primary{display:flex;align-items:center;gap:0.5rem;background-color:var(--primary-color);color:white;padding:0.375rem 1rem;border-radius:var(--btn-radius);font-size:0.875rem;font-weight:500;transition:var(--transition)}.nav-button.primary:hover{background-color:#FF5722}.gradient-text{background:var(--gradient);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradient 4s linear infinite}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.placeholder-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem;font-weight:bold;color:rgba(255,255,255,0.7)}.skeleton{animation:pulse 2s ease-in-out infinite;cursor:default;border-radius:var(--post-radius)}.skeleton .post-image{background:var(--border-color);height:550px;width:100%}.skeleton .post-title,.skeleton .post-excerpt,.skeleton .post-subreddit,.skeleton .post-stats{background:var(--border-color);height:1rem;margin:0.75rem 0;border-radius:8px}.skeleton .post-title{height:1.5rem;width:90%}.skeleton .post-excerpt{height:5rem}.skeleton .post-subreddit{width:40%}.skeleton .post-stats{width:60%}@keyframes pulse{0%{opacity:1}50%{opacity:0.7}100%{opacity:1}}@media (max-width:768px){.profile-header-content{flex-direction:column;align-items:flex-start;gap:1rem}.credits-display{width:100%;justify-content:center}.user-actions{width:100%;justify-content:center}.posts-grid{grid-template-columns:1fr}.action-button{width:100%;justify-content:center}}.immersive-viewer-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background-color:rgba(0,0,0,0.9);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease-in-out;animation:fadeIn 0.3s ease-in-out forwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.immersive-viewer-content{max-width:100vw;max-height:100vh;max-height:100dvh;width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.immersive-viewer-content .post-image,.immersive-viewer-content .post-video,.immersive-viewer-content .gallery-carousel{max-height:100%;margin:0 !important;border-radius:0 !important}.immersive-viewer-content .post-media-img,.immersive-viewer-content video,.immersive-viewer-content .gallery-carousel figure img{max-height:100%;max-width:100%;object-fit:contain}.immersive-viewer-content .post-background-image-filter{object-fit:cover}.immersive-viewer-content .post-media-container{background-color:rgba(0,0,0,0.2)}body.immersive-active{overflow:hidden}.immersive-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:24px}.immersive-loading-spinner{width:48px;height:48px;border:3px solid rgba(255,255,255,0.1);border-top-color:#FF4500;border-radius:50%;animation:immersiveSpinner 0.8s linear infinite}@keyframes immersiveSpinner{to{transform:rotate(360deg)}}.immersive-loading-text{color:rgba(255,255,255,0.7);font-size:14px;font-weight:500;letter-spacing:0.5px}.immersive-viewer-content>*:not(.immersive-loading){animation:immersiveContentFadeIn 0.4s ease-out forwards}@keyframes immersiveContentFadeIn{from{opacity:0;transform:scale(0.98)}to{opacity:1;transform:scale(1)}}.immersive-viewer-content .post-background-image-filter{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.5);width:100%;height:100%;object-fit:cover;filter:blur(30px);opacity:0.4;z-index:0}.immersive-viewer-content .post-media-img,.immersive-viewer-content video,.immersive-viewer-content iframe{position:relative;z-index:1}.immersive-viewer-content .redgif-video-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:transparent}.immersive-viewer-content .redgif-video-wrapper video{max-width:100%;max-height:100%;object-fit:contain}.redgif-wrapper,.post-media-container video{border-radius:var(--post-radius)}@media (max-width:768px){.redgif-wrapper{border-radius:0}.redgif-container{border-radius:0 !important;min-height:56.25vw}.redgif-video,.post-media-container video{background-color:#0a0a0a}}.post-media-container:has(video){background-color:#0a0a0a;min-height:200px}@media (max-width:768px){.post-media-container:has(video){min-height:56.25vw}}.mobile-viewer-progress{position:absolute;top:0;left:0;right:0;display:flex;gap:4px;padding:8px 16px 12px;z-index:10;background:linear-gradient(to bottom,rgba(0,0,0,0.6) 0%,transparent 100%)}.mobile-progress-segment{flex:1;height:3px;background:rgba(255,255,255,0.3);border-radius:2px;overflow:hidden;position:relative}.mobile-progress-fill{position:absolute;top:0;left:0;height:100%;width:0%;background:#fff;border-radius:2px;transition:width 0.1s linear}.mobile-progress-segment.viewed .mobile-progress-fill{width:100%}.mobile-progress-segment.current .mobile-progress-fill{background:#fff}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}body.mobile-viewer-active{overflow:hidden !important;touch-action:none;-webkit-overflow-scrolling:touch}html.mobile-viewer-active{overflow:hidden !important}.mobile-viewer{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:var(--viewer-height,100vh);background-color:#000;z-index:9999;display:flex;flex-direction:column;opacity:0;animation:mobileViewerFadeIn 0.3s ease forwards;overscroll-behavior:none;-webkit-transform:translateZ(0);transform:translateZ(0)}@keyframes mobileViewerFadeIn{from{opacity:0}to{opacity:1}}.mobile-viewer-slides{flex:1;display:flex;width:100%;height:100%;overflow:hidden;position:relative}.mobile-viewer-track{display:flex;flex-direction:column;width:100%;transition:transform 0.3s cubic-bezier(0.25,0.46,0.45,0.94);will-change:transform}.mobile-viewer-track.dragging{transition:none}.mobile-viewer-slide{flex:0 0 var(--viewer-height,100vh);width:100vw;height:var(--viewer-height,100vh);min-height:var(--viewer-height,100vh);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;background-color:#000}.mobile-slide-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.mobile-slide-background img{width:100%;height:100%;object-fit:cover;filter:blur(30px);transform:scale(1.2);opacity:0.4}.mobile-slide-media{position:relative;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0}@media (orientation:landscape){.mobile-slide-media{align-items:stretch}}.mobile-slide-media img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;user-select:none;-webkit-user-drag:none}.mobile-slide-media video{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;background-color:transparent}.mobile-video-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.mobile-video-play-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0.3);z-index:5;cursor:pointer;transition:opacity 0.2s ease}.mobile-video-play-overlay.hidden{opacity:0;pointer-events:none}.mobile-video-play-overlay svg{width:80px;height:80px;fill:white;filter:drop-shadow(0 2px 8px rgba(0,0,0,0.5))}.mobile-slide-media iframe{width:100%;height:100%;max-height:80vh;border:none;border-radius:0}.mobile-redgif-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0}.mobile-redgif-wrapper{width:100%;height:0;padding-bottom:56.25%;position:relative;max-width:100vw;background-color:#000}@media (orientation:landscape){.mobile-redgif-container{align-items:stretch}.mobile-redgif-wrapper{height:100%;max-height:100vh;max-height:100dvh;padding-bottom:0}}.mobile-redgif-wrapper iframe{position:absolute;top:0;left:0;width:100% !important;height:100% !important;min-height:100%;border:none;background-color:#000}.mobile-gallery-container{width:100%;height:100%;position:relative;overflow:hidden}.mobile-gallery-track{display:flex;height:100%;transition:transform 0.3s ease}.mobile-gallery-slide{flex-shrink:0;height:100%;display:flex;align-items:center;justify-content:center}.mobile-gallery-slide img{max-width:100%;max-height:100%;object-fit:contain}.mobile-gallery-indicators{position:absolute;bottom:100px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:10}.mobile-gallery-dot{width:8px;height:8px;border-radius:50%;background-color:rgba(255,255,255,0.5);transition:background-color 0.2s ease,transform 0.2s ease}.mobile-gallery-dot.active{background-color:white;transform:scale(1.2)}.mobile-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background-color:rgba(0,0,0,0.5);border:none;color:white;display:flex;align-items:center;justify-content:center;z-index:10;cursor:pointer;opacity:0.7;transition:opacity 0.2s ease}.mobile-gallery-nav:hover,.mobile-gallery-nav:active{opacity:1}.mobile-gallery-nav.prev{left:10px}.mobile-gallery-nav.next{right:10px}.mobile-slide-info{position:absolute;bottom:0;left:0;right:0;padding:60px 16px 32px;background:linear-gradient(to top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.5) 60%,transparent 100%);z-index:10;color:white;pointer-events:none}.mobile-slide-subreddit{display:flex;align-items:center;gap:8px;margin-bottom:8px}.mobile-slide-subreddit img{width:28px;height:28px;border-radius:50%;object-fit:cover}.mobile-slide-subreddit span{font-size:14px;font-weight:600;color:white}.mobile-slide-title{font-size:15px;font-weight:500;line-height:1.4;color:white;margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.mobile-image-fullscreen-btn{position:absolute;bottom:24px;right:12px;width:44px;height:44px;border-radius:50%;background:rgba(0,0,0,0.6);border:none;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:50;transition:background 0.2s;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.mobile-image-fullscreen-btn:hover,.mobile-image-fullscreen-btn:active{background:rgba(0,0,0,0.8)}.mobile-image-fullscreen-btn svg{width:20px;height:20px;pointer-events:none}.mobile-slide-actions{position:absolute;right:12px;bottom:24px;display:flex;flex-direction:column;gap:12px;z-index:10}.mobile-action-btn{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;color:white;cursor:pointer;padding:0}.mobile-action-btn svg{width:28px;height:28px;filter:drop-shadow(0 1px 3px rgba(0,0,0,0.5))}.mobile-action-btn span{font-size:11px;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,0.5)}.mobile-viewer-progress{position:absolute;top:0;left:0;right:0;height:auto;display:flex;gap:4px;padding:8px 16px 12px;z-index:20;background:linear-gradient(to bottom,rgba(0,0,0,0.6) 0%,transparent 100%)}.mobile-progress-segment{flex:1;height:3px;background-color:rgba(255,255,255,0.3);border-radius:2px;overflow:hidden}.mobile-progress-segment.active{background-color:rgba(255,255,255,0.9)}.mobile-progress-segment.viewed{background-color:rgba(255,255,255,0.6)}.mobile-viewer-close{position:absolute;top:28px;left:20px;width:40px;height:40px;border-radius:50%;background-color:rgba(0,0,0,0.5);border:none;color:white;display:flex;align-items:center;justify-content:center;z-index:30;cursor:pointer;transition:background-color 0.2s ease}.mobile-viewer-close:hover,.mobile-viewer-close:active{background-color:rgba(0,0,0,0.7)}.mobile-viewer-close svg{width:24px;height:24px}.mobile-viewer-counter{position:absolute;top:28px;right:20px;font-size:14px;font-weight:600;color:white;text-shadow:0 1px 3px rgba(0,0,0,0.5);z-index:30}.mobile-viewer-end-slide{flex:0 0 var(--viewer-height,100vh);width:100vw;height:var(--viewer-height,100vh);min-height:var(--viewer-height,100vh);display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a 0%,#0d0d0d 100%);padding:24px;text-align:center;box-sizing:border-box}.mobile-end-icon{width:80px;height:80px;margin-bottom:24px;opacity:0.8}.mobile-end-icon svg{width:100%;height:100%;color:#FF4500}.mobile-end-title{font-size:24px;font-weight:700;color:white;margin:0 0 12px}.mobile-end-subtitle{font-size:16px;color:rgba(255,255,255,0.7);margin:0 0 32px;max-width:280px}.mobile-shuffle-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(90deg,#FF4500,#ff6b35);color:white;border:none;border-radius:50px;padding:16px 32px;font-size:18px;font-weight:600;cursor:pointer;transition:transform 0.2s ease,box-shadow 0.2s ease;box-shadow:0 4px 20px rgba(255,69,0,0.4)}.mobile-shuffle-btn:hover,.mobile-shuffle-btn:active{transform:scale(1.05);box-shadow:0 6px 25px rgba(255,69,0,0.5)}.mobile-shuffle-btn:disabled{opacity:0.6;cursor:not-allowed;transform:none}.mobile-shuffle-btn svg{width:24px;height:24px}.mobile-end-close{margin-top:24px;background:none;border:1px solid rgba(255,255,255,0.3);color:white;border-radius:50px;padding:12px 24px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color 0.2s ease}.mobile-end-close:hover,.mobile-end-close:active{background-color:rgba(255,255,255,0.1)}.mobile-slide-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:16px;z-index:5}.mobile-loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,0.2);border-top-color:#FF4500;border-radius:50%;animation:mobileSpinner 0.8s linear infinite}@keyframes mobileSpinner{to{transform:rotate(360deg)}}.mobile-loading-text{font-size:14px;color:rgba(255,255,255,0.7)}.mobile-swipe-hint{position:absolute;bottom:48px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:8px;color:rgba(255,255,255,0.85);font-size:14px;background:rgba(0,0,0,0.6);padding:10px 16px;border-radius:8px;z-index:15;pointer-events:none;opacity:1;transition:opacity 0.5s ease-out}.mobile-swipe-hint.fade-out{opacity:0}.mobile-swipe-hint svg{width:20px;height:20px;animation:swipeHintArrow 1s ease-in-out infinite}@keyframes swipeHintPulse{0%,100%{opacity:0.7}50%{opacity:1}}@keyframes swipeHintArrow{0%,100%{transform:translateX(0)}50%{transform:translateX(5px)}}.mobile-viewer.interacted .mobile-swipe-hint{display:none}.desktop-nav-hint{display:flex;align-items:center;gap:6px;font-size:13px;color:rgba(255,255,255,0.8)}.desktop-nav-hint .hint-key{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;background:rgba(255,255,255,0.15);border:1px solid rgba(255,255,255,0.3);border-radius:4px;font-size:12px;font-weight:600;color:white}.desktop-nav-hint .hint-separator{opacity:0.5;margin:0 4px}.mobile-tap-zone{position:absolute;top:0;bottom:100px;width:25%;z-index:8;cursor:pointer}.mobile-tap-zone.left{left:0}.mobile-tap-zone.right{right:0}.mobile-tap-zone:active{background-color:rgba(255,255,255,0.05)}@media (max-width:380px){.mobile-slide-title{font-size:14px}.mobile-slide-subreddit span{font-size:13px}.mobile-action-btn svg{width:24px;height:24px}}@media (orientation:landscape) and (max-height:500px){.mobile-slide-info{display:none}.mobile-slide-actions{bottom:16px;right:16px}.mobile-viewer-progress{display:none}}.mobile-slide-actions{display:flex}.mobile-mute-btn,.mobile-fullscreen-btn{width:44px;height:44px;background:rgba(0,0,0,0.5);border-radius:50%;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mobile-mute-btn svg,.mobile-fullscreen-btn svg{width:22px;height:22px}.mobile-viewer-slide.entering-left{animation:slideEnterLeft 0.3s ease forwards}.mobile-viewer-slide.entering-right{animation:slideEnterRight 0.3s ease forwards}@keyframes slideEnterLeft{from{transform:translateX(100%);opacity:0.5}to{transform:translateX(0);opacity:1}}@keyframes slideEnterRight{from{transform:translateX(-100%);opacity:0.5}to{transform:translateX(0);opacity:1}}.mobile-viewer-edge-indicator{position:absolute;top:0;bottom:0;width:60px;z-index:25;pointer-events:none;opacity:0;transition:opacity 0.2s ease}.mobile-viewer-edge-indicator.left{left:0;background:linear-gradient(to right,rgba(255,255,255,0.1),transparent)}.mobile-viewer-edge-indicator.right{right:0;background:linear-gradient(to left,rgba(255,255,255,0.1),transparent)}.mobile-viewer-edge-indicator.show{opacity:1}.mobile-viewer-track.bounce-left{animation:bounceLeft 0.3s ease}.mobile-viewer-track.bounce-right{animation:bounceRight 0.3s ease}@keyframes bounceLeft{0%{transform:translateX(var(--current-offset))}50%{transform:translateX(calc(var(--current-offset)+30px))}100%{transform:translateX(var(--current-offset))}}@keyframes bounceRight{0%{transform:translateX(var(--current-offset))}50%{transform:translateX(calc(var(--current-offset) - 30px))}100%{transform:translateX(var(--current-offset))}}.mobile-slide-media video::-webkit-media-controls{display:flex !important}.mobile-slide-media video::-webkit-media-controls-panel{background:linear-gradient(to top,rgba(0,0,0,0.7),transparent)}.mobile-mute-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background-color:rgba(0,0,0,0.6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.2s ease;pointer-events:none;z-index:15}.mobile-mute-indicator.show{opacity:1;animation:muteIndicatorPop 0.5s ease forwards}@keyframes muteIndicatorPop{0%{opacity:0;transform:translate(-50%,-50%) scale(0.5)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}100%{opacity:0;transform:translate(-50%,-50%) scale(1)}}.mobile-mute-indicator svg{width:32px;height:32px;color:white}:root{--gallery-transition:0.3s;--gallery-border-radius:16px;--gallery-indicator-size:8px;--gallery-indicator-active-size:10px}.gallery-carousel{position:relative;width:100%;margin:0 auto;border-radius:var(--gallery-border-radius);overflow:hidden;background-color:transparent}.gallery-carousel ul{display:flex;list-style:none;margin:0;padding:0;width:100%;justify-content:flex-start;align-items:stretch}.gallery-carousel li{flex:0 0 100%;width:100%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;background-color:transparent;text-align:center}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px rgba(0,0,0,0.2);transition:var(--gallery-transition);color:white;background-color:rgba(0,0,0,0.35) !important}.gallery-nav i{display:flex;align-items:center;justify-content:center;width:24px;height:24px;stroke-width:2.5}.gallery-nav:hover{opacity:0.8}.gallery-nav.prev{left:10px}.gallery-nav.next{right:10px}.gallery-indicators{position:absolute;bottom:15px;left:0;right:0;display:flex;justify-content:center;gap:8px;z-index:5}.gallery-indicator{width:var(--gallery-indicator-size);height:var(--gallery-indicator-size);border-radius:50%;background-color:rgba(255,255,255,0.5);cursor:pointer;transition:transform var(--gallery-transition),background-color var(--gallery-transition)}.gallery-indicator.active{background-color:rgba(255,255,255,0.9);transform:scale(1.25)}.gallery-carousel figure{margin:0;width:100%;position:relative;z-index:2}.gallery-img{max-height:100%;max-width:100%;width:auto;height:auto;object-fit:contain;object-position:center center;position:absolute;z-index:2;top:0;left:0;right:0;bottom:0;margin:auto}.gallery-carousel img.post-media-img{max-width:100%;width:auto;height:auto;object-fit:contain;object-position:center center;position:absolute;z-index:2;top:0;left:0;right:0;bottom:0;margin:auto}.gallery-carousel .post-background-image-filter{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(3.5);filter:blur(15px);opacity:0.3;object-position:center;z-index:0;background-color:transparent}.multi-image-indicator{position:absolute;top:10px;right:10px;background-color:rgba(0,0,0,0.6) !important;color:white;padding:4px 8px;border-radius:4px;font-size:12px;z-index:5}@media (max-width:768px){.gallery-nav{width:32px;height:32px}.gallery-indicators{bottom:10px}.gallery-indicator{width:6px;height:6px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.aspect-ratio-container{position:relative;width:100%;height:0;overflow:hidden}.aspect-ratio-container.landscape{padding-top:56.25%}.aspect-ratio-container.portrait{padding-top:150%}.aspect-ratio-container.square{padding-top:100%}.aspect-ratio-container>*{position:absolute;top:0;left:0;width:100%;height:100%}.post-image{position:relative;width:100%;overflow:hidden;display:block;min-height:220px;max-height:90vh}.post-media-container,.post-media-container *:not(.gallery-nav):not(.multi-image-indicator):not(.video-indicator):not(.embed-indicator),.gallery-carousel,.gallery-carousel *:not(.gallery-nav):not(.multi-image-indicator):not(.video-indicator):not(.embed-indicator),.post-image,.post-image *:not(.gallery-nav):not(.multi-image-indicator):not(.video-indicator):not(.embed-indicator){background-color:transparent !important}.post-media-container::before,.post-media-container::after,.gallery-carousel::before,.gallery-carousel::after,.post-image::before,.post-image::after{content:none !important;background:none !important;background-color:transparent !important;opacity:0 !important}.post-background-image-filter{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(3.5);filter:blur(15px);opacity:0.3;object-position:center;z-index:0;background:none !important;background-color:transparent !important}.post-media-img{object-fit:contain;display:block;height:auto;margin:0 auto;max-height:90vh}.video-container{width:100%}.redgif-container{cursor:pointer;width:100%;max-width:800px;margin:0 auto 8px;padding:0;display:block;overflow:hidden}.embed-container{cursor:pointer;width:100%}.play-button-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background-color:rgba(0,0,0,0.6);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:3;transition:background-color 0.2s ease}.play-button-overlay:hover{background-color:rgba(0,0,0,0.8)}.video-indicator,.embed-indicator{position:absolute;top:10px;right:10px;background-color:rgba(0,0,0,0.6) !important;color:white;padding:4px 8px;border-radius:4px;font-size:12px;z-index:5}.video-indicator:contains("REDGIF"){background-color:rgba(255,0,0,0.7)}.video-placeholder,.redgif-placeholder,.embed-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:200px;background-color:rgba(0,0,0,0.05);color:rgba(0,0,0,0.7);font-size:14px;border-radius:8px}.responsive-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;width:100%}.responsive-video-container iframe,.responsive-video-container video{position:absolute;top:0;left:0;width:100%;height:100%}.credits-container{background:white !important;border:1px solid #e5e5e5 !important;border-radius:12px !important;padding:1.75rem !important;box-shadow:none !important}.credits-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.credits-header h2{font-size:1rem;font-weight:600;color:#0a0a0a;margin:0}.credits-header a{color:#0a0a0a;font-weight:500;text-decoration:none;font-size:0.875rem;padding:0.5rem 1rem;border:1px solid #e5e5e5;border-radius:8px;transition:all 0.15s ease}.credits-header a:hover{background:#f5f5f5;border-color:#d4d4d4}.credits-section{margin-bottom:1.25rem}.credits-section:last-child{margin-bottom:0}.credits-section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem}.credits-section-title h3{font-size:0.875rem;font-weight:500;color:#525252;margin:0}.credits-section-title .credits-remaining{font-size:0.875rem;font-weight:600;color:#0a0a0a}.credits-progress-container{height:8px;background-color:#f5f5f5;border-radius:4px;overflow:hidden;margin-bottom:0.5rem}.credits-progress-bar{height:100%;border-radius:4px;transition:width 0.3s ease}.free-credits-bar{background:linear-gradient(90deg,#FF4500,#FF8717)}.paid-credits-bar{background:linear-gradient(90deg,#3B82F6,#60A5FA)}.credits-info{display:flex;justify-content:space-between;font-size:0.75rem;color:#737373}.credits-info .refresh-date{font-style:normal}.credits-info .permanent-note{font-style:normal}.header-title-container svg{color:#737373 !important}.header-title-container svg:hover{color:#525252 !important}@media (max-width:640px){.credits-container{padding:1rem}.credits-header{flex-direction:column;align-items:flex-start;gap:0.75rem}}.credits-bar-container{width:100%;height:6px;background-color:#f2f2f2;border-radius:3px;margin:8px 0;display:flex;overflow:hidden}.free-credits-segment{height:100%;background-color:#FF4500;border-radius:3px 0 0 3px;transition:width 0.3s ease}.paid-credits-segment{height:100%;background:linear-gradient(90deg,#3B82F6,#60A5FA);transition:width 0.3s ease}.credits-divider{width:1px;height:100%;background-color:#ffffff}.credits-count-text{font-size:0.85rem;color:#555;margin-top:4px;display:flex;justify-content:space-between}.free-credits-indicator{display:flex;align-items:center}.free-credits-indicator:before{content:'';display:inline-block;width:8px;height:8px;background-color:#FF4500;border-radius:50%;margin-right:4px}.paid-credits-indicator{display:flex;align-items:center}.paid-credits-indicator:before{content:'';display:inline-block;width:8px;height:8px;background-color:#3B82F6;border-radius:50%;margin-right:4px}.post-count-info{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px;background-color:white;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.credits-simple-display{display:flex;align-items:center;gap:8px;font-size:0.9rem;white-space:nowrap;border-radius:12px;background-color:#f9fafb;box-shadow:0 2px 4px rgba(0,0,0,0.05);padding:4px}.credit-badge{display:flex;align-items:center;padding:4px 10px;border-radius:8px;font-weight:600;font-size:0.85rem;transition:all 0.2s ease}.credit-badge:hover{transform:translateY(-1px)}.credit-badge i{margin-right:5px;font-size:0.9rem}.free-credit-badge{background-color:rgba(255,69,0,0.1);color:#FF4500;border:1px solid rgba(255,69,0,0.2)}.paid-credit-badge{background-color:rgba(59,130,246,0.1);color:#3B82F6;border:1px solid rgba(59,130,246,0.2)}.info-wrapper{display:flex;flex-direction:column;gap:8px;flex:1;width:100%}.button-credits-wrapper{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:12px;margin:0 auto;max-width:100%}.posts-credits-info{display:flex;align-items:center;justify-content:center;white-space:nowrap}.refresh-button{background-color:#FF4500;color:white;border:none;border-radius:50px;padding:8px 16px;font-weight:600;cursor:pointer;transition:background-color 0.2s ease;white-space:nowrap}.refresh-button:hover{background-color:#e03d00}.refresh-button:disabled{background-color:#cccccc;cursor:not-allowed}#header-credits-display{display:flex;align-items:center;gap:6px;margin-right:4px}.credit-badge-link{text-decoration:none;transition:transform 0.2s ease;display:block}#header-credits-display .credit-badge{padding:3px 8px;font-size:0.8rem;cursor:pointer;transition:all 0.2s ease;display:flex;align-items:center;gap:4px;min-width:36px;justify-content:center}.credit-badge-link:hover{transform:translateY(-2px)}.credit-badge-link:hover .credit-badge{box-shadow:0 2px 4px rgba(0,0,0,0.1)}#header-credits-display .credit-badge i{width:14px;height:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center}@media (max-width:640px){#header-credits-display{gap:4px}#header-credits-display .credit-badge{padding:2px 6px}}.profile-menu-container{display:inline-block;position:relative}.profile-menu-button{color:var(--dark-color);border:1px solid var(--border-color);transition:var(--transition);overflow:hidden;cursor:pointer;width:36px !important;height:36px !important;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:white}.profile-menu-button:hover{background-color:var(--light-gray);box-shadow:var(--shadow)}.profile-dropdown{position:absolute;right:0;top:45px;width:200px;background-color:white;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:100;overflow:hidden;animation:fadeIn 0.2s ease-in-out}.profile-dropdown a{display:block;padding:12px 16px;color:var(--dark-color);text-decoration:none;transition:var(--transition)}.profile-dropdown a:hover{background-color:var(--light-gray)}.profile-dropdown a .dropdown-item{display:flex;align-items:center;gap:12px}.profile-dropdown a:hover svg{color:var(--primary-color)}.profile-dropdown a svg{width:18px;height:18px}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-menu-container{position:relative}.profile-menu-button{background:none;border:none;cursor:pointer;padding:4px}.profile-dropdown{position:absolute;right:0;top:calc(100%+16px);width:160px;background:white;border:1px solid #ddd;z-index:100;padding:0;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.profile-dropdown.hidden{display:none}.dropdown-item{display:flex;align-items:center;padding:0 10px;color:#333;white-space:nowrap;font-size:14px;height:48px;box-sizing:border-box;line-height:48px}.dropdown-item svg{margin-right:6px;flex-shrink:0}.profile-dropdown a{text-decoration:none;display:block;padding:0;margin:0}.profile-dropdown a:hover{background-color:#f5f5f5}.profile-dropdown a:not(:last-child){border-bottom:1px solid #eee}.profile-menu-container{position:relative;display:inline-block}.profile-menu-button{background-color:transparent;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color 0.2s}.profile-menu-button:hover{background-color:rgba(0,0,0,0.05)}.profile-dropdown{position:absolute;right:0;top:100%;width:200px;background-color:white;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);z-index:100;overflow:hidden;margin-top:8px}.profile-dropdown.hidden{display:none}.dropdown-item{display:flex;align-items:center;padding:12px 16px;color:#333;transition:background-color 0.2s}.dropdown-item svg{margin-right:12px;color:#666}.dropdown-item:hover{background-color:rgba(0,0,0,0.05)}.profile-dropdown a:not(:last-child) .dropdown-item{border-bottom:1px solid rgba(0,0,0,0.05)}.progress-container{position:fixed;top:3.5rem;left:0;width:100%;height:3px;background-color:rgba(0,0,0,0.05);z-index:9999;overflow:hidden;opacity:0;transition:opacity 0.2s ease;pointer-events:none}.progress-bar{height:100%;width:0%;background-color:var(--primary-color,#FF4500);transition:width 0.1s ease;box-shadow:0 0 5px var(--primary-color,#FF4500)}.progress-container.active{opacity:1}@keyframes indeterminate-progress{0%{width:0%;left:0}20%{width:20%;left:0}40%{width:30%;left:20%}60%{width:50%;left:50%}80%{width:30%;left:70%}100%{width:20%;left:100%}}.progress-bar.indeterminate{position:absolute;width:30%;animation:indeterminate-progress 2s infinite ease-in-out}.progress-bar.determinate{transition:width 0.5s ease}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.grid{display:grid}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.md\:grid-cols-3{grid-template-columns:1fr}}.gap-6{gap:1.5rem}.bg-white{background-color:#ffffff}.rounded-xl{border-radius:0.75rem}.shadow-md{box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1)}.overflow-hidden{overflow:hidden}.h-full{height:100%}.flex{display:flex}.flex-col{flex-direction:column}.justify-between{justify-content:space-between}.items-center{align-items:center}.p-6{padding:1.5rem}.mt-4{margin-top:1rem}.mt-2{margin-top:0.5rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.ml-1{margin-left:0.25rem}.mr-2{margin-right:0.5rem}.space-y-3>*+*{margin-top:0.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-5xl{font-size:3rem;line-height:1}.text-xs{font-size:0.75rem;line-height:1rem}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.inline{display:inline}.text-black{color:#000000}.text-white{color:#ffffff}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-500{color:#6b7280}.border{border-width:1px}.border-2{border-width:2px}.border-gray-100{border-color:#f3f4f6}.divide-y>*+*{border-top-width:1px}.divide-gray-200>*+*{border-color:#e5e7eb}.w-full{width:100%}.w-5{width:1.25rem}.h-5{height:1.25rem}.max-w-4xl{max-width:56rem}.mx-auto{margin-left:auto;margin-right:auto}.reddit-package-btn{width:100%;padding:0.75rem 1rem;color:white;font-weight:700;border-radius:9999px;transition:all 0.2s;border:none;cursor:pointer;font-size:1rem}.reddit-package-btn:hover{opacity:0.9;transform:translateY(-1px)}ul{list-style:none;padding:0;margin:0}li{list-style:none}.border-\[\#FF4500\]{border-color:#FF4500}.relative{position:relative}.absolute{position:absolute}.top-0{top:0}.right-0{right:0}.bg-\[\#FF4500\]{background-color:#FF4500}.bg-gray-50{background-color:#f9fafb}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-3{padding-top:0.75rem;padding-bottom:0.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.rounded-bl-lg{border-bottom-left-radius:0.5rem}.rounded-full{border-radius:9999px}svg{display:inline-block;vertical-align:middle}.min-w-full{min-width:100%}.overflow-x-auto{overflow-x:auto}table{border-collapse:collapse;width:100%}th{text-align:left;font-weight:500}.text-left{text-align:left}.text-center{text-align:center}.tracking-wider{letter-spacing:0.05em}.grid>div{display:flex;flex-direction:column}.grid>div>div{display:flex;flex-direction:column;height:100%}.grid>div>div>button{margin-top:auto}.nav-button.primary,a.nav-button.primary,.navbar a.nav-button.primary,.navbar a[href="/auth/reddit"],a[href="/auth/reddit"],.navbar a,.navbar button{border:none !important;outline:none !important;box-shadow:none !important}.nav-button.primary svg,.navbar svg{border:none !important}a,button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.action-button span{text-transform:none}.action-button span::first-letter{text-transform:capitalize}