@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;600;700&display=swap";:root{--background:#f8fafc;--foreground:#0f172a;--card:#fff;--card-foreground:#0f172a;--popover:#fff;--popover-foreground:#0f172a;--primary:#0f172a;--primary-foreground:#fff;--secondary:#f1f5f9;--secondary-foreground:#0f172a;--muted:#f1f5f9;--muted-foreground:#64748b;--accent:#f1f5f9;--accent-foreground:#0f172a;--destructive:#ef4444;--destructive-foreground:#fff;--border:#e2e8f0;--border-dashed:#cbd5e1;--input:#e2e8f0;--ring:#0f172a;--brand-green:#10b981;--brand-green-bg:#ecfdf5;--brand-green-text:#047857;--brand-amber-bg:#fef3c7;--brand-amber-text:#b45309;--brand-blue-bg:#eff6ff;--brand-blue-text:#1d4ed8;--brand-red-bg:#fee2e2;--brand-red-text:#b91c1c;--radius:.75rem}.dark{--background:#09090b;--foreground:#f8fafc;--card:#141417;--card-foreground:#f8fafc;--popover:#141417;--popover-foreground:#f8fafc;--primary:#f8fafc;--primary-foreground:#09090b;--secondary:#27272a;--secondary-foreground:#f8fafc;--muted:#1e1e24;--muted-foreground:#a1a1aa;--accent:#27272a;--accent-foreground:#f8fafc;--destructive:#7f1d1d;--destructive-foreground:#f8fafc;--border:#27272a;--border-dashed:#3f3f46;--input:#27272a;--ring:#d4d4d8;--brand-green:#34d399;--brand-green-bg:#10b98126;--brand-green-text:#34d399;--brand-amber-bg:#f59e0b26;--brand-amber-text:#fbbf24;--brand-blue-bg:#3b82f626;--brand-blue-text:#60a5fa;--brand-red-bg:#ef444426;--brand-red-text:#f87171}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-header{z-index:50;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);background:#ffffffd9;width:100%;transition:background-color .2s,border-color .2s;position:sticky;top:0}.dark .site-header{background:#09090bd9}.header-container{justify-content:space-between;align-items:center;max-width:64rem;height:3.75rem;margin:0 auto;padding:0 1.25rem;display:flex}.brand-link{letter-spacing:-.02em;align-items:center;gap:.625rem;font-size:1.05rem;font-weight:700;display:flex}.brand-icon-box{background:var(--primary);width:2rem;height:2rem;color:var(--primary-foreground);border-radius:.5rem;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.brand-tag{background:var(--brand-green-bg);color:var(--brand-green-text);border-radius:.375rem;margin-left:.25rem;padding:.15rem .45rem;font-size:.75rem;font-weight:600}.nav-links{align-items:center;gap:1.25rem;display:flex}.nav-link{color:var(--muted-foreground);border-radius:.375rem;align-items:center;gap:.35rem;padding:.4rem .6rem;font-size:.875rem;font-weight:500;transition:color .15s;display:inline-flex}.nav-link:hover{color:var(--foreground)}.nav-link.active{color:var(--foreground);font-weight:600}.nav-actions{align-items:center;gap:.5rem;display:flex}.theme-toggle-btn,.icon-action-btn{border:1px solid var(--border);background:var(--card);width:2.25rem;height:2.25rem;color:var(--foreground);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.theme-toggle-btn:hover,.icon-action-btn:hover{background:var(--muted);border-color:var(--muted-foreground)}.main-wrapper{max-width:64rem;min-height:calc(100vh - 8rem);margin:0 auto;padding:2rem 1.25rem 5rem}.breadcrumb-nav{justify-content:center;margin-bottom:1.5rem;display:flex}.breadcrumb-list{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;list-style:none;display:flex}.breadcrumb-item{align-items:center;gap:.4rem;display:inline-flex}.breadcrumb-item a:hover{color:var(--foreground)}.breadcrumb-item.current{color:var(--foreground);font-weight:600}.breadcrumb-separator{color:var(--muted-foreground);opacity:.5;display:inline-flex}.hero-header{text-align:center;margin-bottom:2.25rem}.hero-avatar-box{background:var(--card);border:1px solid var(--border);width:4.5rem;height:4.5rem;color:var(--brand-green-text);border-radius:1.25rem;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex;box-shadow:0 4px 20px -2px #0000000d}.hero-avatar-icon{width:2.5rem;height:2.5rem}.hero-title{letter-spacing:-.035em;margin-bottom:.75rem;font-size:2.5rem;font-weight:800;line-height:1.15}@media (width>=768px){.hero-title{font-size:3.25rem}}.hero-subtitle{color:var(--muted-foreground);max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.6}.hero-subtitle .stat-highlight{color:var(--foreground);font-weight:700}.action-bar-container{flex-direction:column;gap:.75rem;max-width:36rem;margin:0 auto 2rem;display:flex}@media (width>=640px){.action-bar-container{flex-direction:row;align-items:stretch}}.search-input-wrapper{flex:1;position:relative}.search-input-icon{color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.search-input{border:1px solid var(--input);background:var(--card);width:100%;height:2.75rem;color:var(--foreground);border-radius:.625rem;outline:none;padding:0 2.25rem 0 2.5rem;font-size:.925rem;transition:all .15s;box-shadow:0 1px 2px #0000000a}.search-input:focus{border-color:var(--ring);box-shadow:0 0 0 3px #0f172a1a}.dark .search-input:focus{box-shadow:0 0 0 3px #f8fafc26}.search-clear-btn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;padding:.25rem;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.add-startup-btn{background:var(--primary);height:2.75rem;color:var(--primary-foreground);cursor:pointer;white-space:nowrap;border:none;border-radius:.625rem;justify-content:center;align-items:center;gap:.4rem;padding:0 1.25rem;font-size:.875rem;font-weight:600;transition:opacity .15s;display:inline-flex}.add-startup-btn:hover{opacity:.9}.category-pills-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2.25rem;display:flex}.category-pill{border:1px solid var(--border);background:var(--card);color:var(--muted-foreground);cursor:pointer;border-radius:9999px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.85rem;font-weight:500;transition:all .15s;display:inline-flex}.category-pill:hover{border-color:var(--muted-foreground);color:var(--foreground)}.category-pill.active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary);font-weight:600}.category-pill .pill-count{opacity:.75;font-family:JetBrains Mono,monospace;font-size:.75rem}.card-grid{grid-template-columns:1fr;gap:1.25rem;margin-bottom:3rem;display:grid}@media (width>=640px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.tool-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;flex-direction:column;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #00000008}.tool-card:hover{border-color:#10b98166;transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000000f}.dark .tool-card:hover{border-color:#34d39966;box-shadow:0 10px 25px -5px #0006}.card-corner-badge{z-index:10;letter-spacing:.04em;text-transform:uppercase;border-bottom-left-radius:.5rem;padding:.25rem .55rem;font-size:.65rem;font-weight:700;position:absolute;top:0;right:0}.status-active{background:var(--brand-green-bg);color:var(--brand-green-text)}.status-changed{background:var(--brand-amber-bg);color:var(--brand-amber-text)}.status-checking{background:var(--brand-blue-bg);color:var(--brand-blue-text)}.status-inactive{background:var(--brand-red-bg);color:var(--brand-red-text)}.card-header-section{align-items:flex-start;gap:.875rem;padding:1.125rem 1.125rem .5rem;display:flex}.tool-icon-avatar{background:var(--muted);border:1px solid var(--border);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex;box-shadow:0 1px 2px #0000000a}.tool-header-content{flex:1;min-width:0;padding-top:.125rem}.tool-title-row{justify-content:space-between;align-items:center;gap:.35rem;display:flex}.tool-title{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.015em;font-size:1.05rem;font-weight:700;line-height:1.3;overflow:hidden}.tool-title-arrow{color:var(--muted-foreground);opacity:.6;flex-shrink:0;transition:opacity .15s,transform .15s}.tool-card:hover .tool-title-arrow{opacity:1;color:var(--brand-green-text);transform:translate(2px,-2px)}.tool-category-subtitle{color:var(--muted-foreground);margin-top:.15rem;font-size:.75rem}.card-body-section{flex:1;padding:.25rem 1.125rem 1rem}.tool-desc{color:var(--muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.45rem;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.card-stats-grid{border-top:1px dashed var(--border-dashed);background:var(--muted);opacity:.95;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:auto;padding:.75rem 1.125rem;display:grid}.stat-item{flex-direction:column;display:flex}.stat-label{letter-spacing:.05em;text-transform:uppercase;color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.2rem;font-size:.625rem;font-weight:600;overflow:hidden}.stat-value{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-family:JetBrains Mono,monospace;font-size:.8125rem;font-weight:700;overflow:hidden}.empty-state-box{text-align:center;border:1px dashed var(--border);border-radius:var(--radius);background:var(--card);color:var(--muted-foreground);padding:4rem 1.5rem}.empty-state-box h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);background:#0009;justify-content:center;align-items:center;padding:1.25rem;animation:.15s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:1rem;width:100%;max-width:38rem;max-height:90vh;animation:.15s ease-out scaleUp;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1rem;display:flex}.modal-title-group{align-items:center;gap:1rem;display:flex}.modal-icon-wrapper{background:var(--muted);border:1px solid var(--border);width:3.5rem;height:3.5rem;color:var(--brand-green-text);border-radius:.875rem;justify-content:center;align-items:center;display:flex}.modal-title-row{align-items:center;gap:.625rem;display:flex}.modal-title-row h2{letter-spacing:-.02em;font-size:1.35rem;font-weight:800}.status-pill{border-radius:9999px;align-items:center;gap:.35rem;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-flex}.status-pill .dot{background:currentColor;border-radius:9999px;width:.375rem;height:.375rem}.modal-meta-row{color:var(--muted-foreground);align-items:center;gap:1rem;margin-top:.25rem;font-size:.8125rem;display:flex}.modal-meta-row span{align-items:center;gap:.3rem;display:inline-flex}.modal-close-btn{background:var(--muted);border:1px solid var(--border);width:2rem;height:2rem;color:var(--muted-foreground);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;transition:all .15s;display:flex}.modal-close-btn:hover{background:var(--border);color:var(--foreground)}.modal-body{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.modal-desc{color:var(--muted-foreground);font-size:.95rem;line-height:1.6}.modal-section{flex-direction:column;gap:.5rem;display:flex}.section-title{align-items:center;gap:.5rem;display:flex}.section-label-badge{background:var(--muted);color:var(--muted-foreground);border-radius:.375rem;padding:.15rem .45rem;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:700}.section-title h3{color:var(--foreground);font-size:.9rem;font-weight:700}.quota-box,.terms-box,.evidence-box{border:1px solid var(--border);background:var(--muted);border-radius:.625rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.6}.quota-box p{color:var(--foreground);font-weight:600}.terms-box p{color:var(--muted-foreground)}.evidence-box{border-left:3px solid var(--brand-green)}.evidence-box p{color:var(--foreground);margin-bottom:.5rem}.evidence-link a{color:var(--brand-green-text);align-items:center;gap:.35rem;font-size:.8125rem;font-weight:600;display:inline-flex}.evidence-link a:hover{text-decoration:underline}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.5rem 1.5rem;display:flex}.btn-primary-action{background:var(--primary);color:var(--primary-foreground);border-radius:.625rem;align-items:center;gap:.4rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:opacity .15s;display:inline-flex}.btn-primary-action:hover{opacity:.9}.btn-secondary-action{background:var(--card);color:var(--foreground);border:1px solid var(--border);cursor:pointer;border-radius:.625rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s}.btn-secondary-action:hover{background:var(--muted)}.changelog-layout{grid-template-columns:1fr;gap:2rem;margin-top:2rem;display:grid}@media (width>=768px){.changelog-layout{grid-template-columns:18rem 1fr}}.changelog-sidebar{flex-direction:column;gap:.5rem;display:flex}.changelog-nav-btn{text-align:left;border:1px solid var(--border);background:var(--card);cursor:pointer;border-radius:.625rem;flex-direction:column;gap:.25rem;width:100%;padding:.875rem 1rem;transition:all .15s;display:flex}.changelog-nav-btn:hover{border-color:var(--muted-foreground)}.changelog-nav-btn.active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.changelog-nav-btn.active .version-tag{color:#fff;background:#fff3}.changelog-nav-btn.active small{color:#ffffffb3}.version-tag{background:var(--muted);color:var(--muted-foreground);border-radius:.35rem;width:fit-content;padding:.15rem .4rem;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:700;display:inline-block}.changelog-main-content{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.changelog-header{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.25rem}.changelog-header h2{margin:.35rem 0 .5rem;font-size:1.5rem;font-weight:800}.diff-list{flex-direction:column;gap:1rem;display:flex}.diff-item{border:1px solid var(--border);background:var(--background);border-radius:.625rem;overflow:hidden}.diff-title{background:var(--card);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.925rem;font-weight:600;display:flex}.diff-field{border-bottom:1px solid var(--border);grid-template-columns:6rem 1fr 1fr;gap:.75rem;padding:.75rem 1rem;font-size:.8125rem;display:grid}.diff-field:last-child{border-bottom:none}.admin-grid-layout{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem;display:grid}@media (width>=860px){.admin-grid-layout{grid-template-columns:19rem 1fr}}.admin-list-card,.admin-form-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.admin-form-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=640px){.admin-form-grid{grid-template-columns:1fr 1fr}.admin-form-grid .full-width{grid-column:1/-1}}.form-field{flex-direction:column;gap:.35rem;display:flex}.form-field label{color:var(--foreground);font-size:.8125rem;font-weight:600}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--input);background:var(--background);color:var(--foreground);border-radius:.5rem;outline:none;padding:.6rem .75rem;font-size:.875rem}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--ring)}.site-footer{border-top:1px solid var(--border);background:var(--card);margin-top:auto;padding:2rem 1.25rem}.footer-inner{max-width:64rem;color:var(--muted-foreground);flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;font-size:.8125rem;display:flex}@media (width>=640px){.footer-inner{flex-direction:row}}.footer-links{align-items:center;gap:1.25rem;display:flex}.footer-links a:hover{color:var(--foreground)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
