:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}*{margin:0;padding:0;box-sizing:border-box;width:100%}:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #06b6d4;--accent: #f59e0b;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--background: #ffffff;--surface: #f8fafc;--surface-hover: #f1f5f9;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--border: #e2e8f0;--border-hover: #cbd5e1;--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius: 12px;--radius-sm: 8px;--transition: all .2s cubic-bezier(.4, 0, .2, 1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-primary);background:var(--background);font-size:16px;padding-top:90px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem;color:var(--text-secondary)}.container{margin:0 auto;padding:0 3rem;width:100%}.main-content{min-height:calc(100vh - 140px)}.grid{display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.home-page{padding:2rem 0}.hero-section{text-align:center;padding:4rem 0;margin-bottom:2rem}.hero-title{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;line-height:1.1}.hero-description{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.no-results{text-align:center;padding:4rem 0}.no-results p{color:var(--text-muted);font-size:1.125rem}.card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);transition:var(--transition)}.card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-header{margin-bottom:1rem}.card-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.card-description{color:var(--text-secondary);font-size:.875rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);text-decoration:none;min-height:44px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-secondary{background:var(--surface);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--surface-hover);border-color:var(--border-hover)}.btn-success{background:var(--success);color:#fff}.btn-warning{background:var(--warning);color:#fff}.btn-error{background:var(--error);color:#fff}.form-group{margin-bottom:1rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--text-primary)}.form-input,.form-textarea,.form-select{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem;transition:var(--transition);background:var(--background);color:var(--text-primary)}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.form-textarea{resize:vertical;min-height:120px}.navbar{background:var(--background);border-bottom:1px solid var(--border);padding:2rem 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%}.navbar-content{display:flex;align-items:center;width:100%}.navbar-brand{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none;display:inline-flex;align-items:center;height:40px}.navbar-nav{display:flex;justify-content:center;align-items:center;list-style:none;margin:0;padding:0 20px 0 0}.navbar-link{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:var(--transition)}.navbar-link:hover,.navbar-link.active{color:var(--primary)}.footer{border:#16a34a;background:var(--surface);border-top:1px solid var(--border);text-align:center}.footer-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.footer-links{display:flex;gap:2rem;list-style:none}.footer-link{color:var(--text-secondary);text-decoration:none;transition:var(--transition)}.footer-link:hover{color:var(--primary)}.search-filter{border-radius:var(--radius);margin-bottom:2rem;display:flex;justify-content:center;align-items:center;flex-direction:column}.search-input{width:100%;max-width:400px;margin-bottom:1rem}.search-container{width:100%;max-width:500px;margin-bottom:1.5rem}.filter-tags{display:flex;flex-wrap:wrap;gap:.5rem}.filter-tag{padding:.5rem 1rem;background:var(--surface-hover);border:1px solid var(--border);border-radius:2rem;font-size:.875rem;cursor:pointer;transition:var(--transition)}.filter-tag:hover,.filter-tag.active{background:var(--primary);color:#fff;border-color:var(--primary)}.tool-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:3rem}.tool-card{cursor:pointer;height:100%;display:flex;flex-direction:column}.tool-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;margin-bottom:1rem}.tool-page{padding:0}.tool-content-wrapper{width:100%}.tool-header{text-align:center;margin-bottom:3rem}.tool-content{display:grid;gap:2rem}.ad-banner{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:2px dashed var(--border);border-radius:var(--radius);padding:2rem;text-align:center;color:var(--text-muted);margin:2rem 0}.ad-sidebar{width:300px;position:sticky;top:100px;height:fit-content}.ad-sidebar-content{margin:0;min-height:600px;display:flex;align-items:center;justify-content:center}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-full{width:100%}.h-full{height:100%}@media (max-width: 768px){.container{padding:0 .5rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.navbar-nav,.ad-sidebar{display:none}.tool-page .container>div{grid-template-columns:1fr!important}.grid-cols-2{grid-template-columns:1fr}.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}.tool-grid{grid-template-columns:1fr}.footer-content{text-align:center}.footer-links{flex-direction:column;gap:1rem}}@media (max-width: 480px){.hero-section{padding:2rem 0}.hero-title{font-size:2rem}.search-filter{padding:1rem}.filter-tags{justify-content:center}.btn{width:100%;justify-content:center}}.loading{display:flex;align-items:center;justify-content:center;padding:2rem;color:var(--text-muted)}.error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:var(--radius-sm);margin:1rem 0}.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:1rem;border-radius:var(--radius-sm);margin:1rem 0}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
