:root{--primary-color: #2563eb;--text-dark: #111827;--text-secondary: #4b5563;--bg-light: #ffffff;--bg-subtle: #f9fafb;--border-color: #e5e7eb;--font-family: "Inter", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:var(--font-family);color:var(--text-dark);background-color:var(--bg-light);display:flex;justify-content:center;align-items:center;text-align:center;padding:2rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-container{display:flex;flex-direction:column;align-items:center;gap:3rem;width:100%;max-width:900px}.brand-container{display:flex;flex-direction:row;align-items:center;gap:1.5rem}.logo{width:50px;height:50px}h1{font-size:3rem;font-weight:700}.counter-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;width:100%}.counter-item{display:flex;flex-direction:row;align-items:center;gap:1.5rem;padding:1.5rem;background-color:var(--bg-subtle);border:1px solid var(--border-color);border-radius:16px;transition:transform .2s ease,box-shadow .2s ease}.counter-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000012}.counter-item .icon{font-size:2.25rem;color:var(--primary-color);line-height:1}.counter-data{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.count{font-size:2rem;font-weight:700;color:var(--text-dark)}.label{font-size:1rem;color:var(--text-secondary)}.content-section{width:100%}.section-heading{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:left;color:var(--text-dark)}.file-types-section{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem;width:100%}.file-type-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;background-color:var(--bg-subtle);border-radius:12px;border:1px solid var(--border-color);font-size:1rem;font-weight:500;color:var(--text-dark);transition:transform .2s ease,box-shadow .2s ease}.file-type-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000000d}.file-type-info{display:flex;align-items:center;gap:1rem}.file-type-count{background-color:var(--border-color);color:var(--text-secondary);font-size:.8rem;font-weight:600;padding:.25rem .6rem;border-radius:6px}.visitor-counter-section{margin-top:1rem;width:100%;display:flex;justify-content:center}
