*{box-sizing:border-box;margin:0;padding:0}body{color:#e6edf3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em;background:#0d1117;min-height:100vh;padding:70px 0 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;line-height:1.6}.container{background:#161b22;border:1.5px solid #30363d;border-radius:12px;max-width:900px;margin:0 auto 20px;padding:40px;box-shadow:0 4px 24px #0003}.site-header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#161b22f2;border-bottom:1.5px solid #30363d;padding:16px 20px;position:fixed;top:0;left:0;right:0}.header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;max-width:1200px;margin:0 auto;display:flex}.header-logo{text-decoration:none;transition:all .3s}.header-logo:hover{filter:brightness(1.2)}.header-logo .logo{color:#58a6ff;letter-spacing:1px;margin:0;font-size:1.8em;font-weight:600}.header-nav{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.hamburger-menu{cursor:pointer;z-index:1001;background:0 0;border:1px solid #30363d;border-radius:4px;flex-direction:column;justify-content:space-around;width:30px;height:30px;padding:5px;transition:all .2s;display:none}.hamburger-menu:hover{background:#1c2128;border-color:#58a6ff}.hamburger-line{background:#c9d1d9;width:100%;height:2px;transition:all .3s}.hamburger-menu:hover .hamburger-line{background:#58a6ff}.hamburger-menu[aria-expanded=true] .hamburger-line:first-child{transform:rotate(45deg)translate(8px,8px)}.hamburger-menu[aria-expanded=true] .hamburger-line:nth-child(2){opacity:0}.hamburger-menu[aria-expanded=true] .hamburger-line:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.page-header{text-align:center;border-bottom:1.5px solid #30363d;margin-top:20px;margin-bottom:32px;padding-bottom:24px}.page-header h1{color:#f0f6fc;letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.25rem;font-weight:700}header{text-align:center;border-bottom:1.5px solid #30363d;margin-bottom:32px;padding-bottom:24px}.logo{color:#58a6ff;letter-spacing:-.5px;margin-bottom:10px;font-size:2.5em;font-weight:700}.tagline{color:#8b949e;font-size:1.1em}.main-nav{margin-top:15px}.nav-link{color:#e6edf3;border-radius:6px;padding:8px 15px;font-size:.95em;font-weight:500;text-decoration:none;transition:all .2s}.nav-link:hover{color:#58a6ff;background:#1c2128}.header-nav .nav-link{font-weight:500}.hero{text-align:center;background:#1c2128;border:1.5px solid #30363d;border-radius:12px;margin-bottom:40px;padding:32px}.hero h2{color:#f0f6fc;letter-spacing:-.3px;margin-bottom:15px;font-size:1.8em;font-weight:700}.intro{color:#c9d1d9;max-width:700px;margin:0 auto;font-size:1.1em}.email-signup{background:#1c2128;border:1px solid #30363d;border-radius:6px;margin-top:30px;padding:20px}.email-form{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.email-input{color:#e6edf3;background:#0d1117;border:1.5px solid #30363d;border-radius:8px;outline:none;flex:1;min-width:250px;padding:12px 16px;font-family:inherit;font-size:1em;transition:all .2s}.email-input:focus{background:#161b22;border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff26}.email-input::placeholder{color:#6e7681}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.submit-btn{color:#fff;cursor:pointer;letter-spacing:-.01em;background:#238636;border:1.5px solid #2ea043;border-radius:8px;padding:12px 24px;font-family:inherit;font-size:1em;font-weight:600;transition:all .2s}.submit-btn:hover:not(:disabled){background:#2ea043;border-color:#3fb950;transform:translateY(-1px);box-shadow:0 4px 12px #2386364d}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.message{text-align:center;background:#1c2128;border:1px solid;border-radius:6px;margin-top:15px;padding:12px;font-size:.95em}.message.success{color:#3fb950;background:#2386361a;border-color:#238636}.message.error{color:#f85149;background:#da36331a;border-color:#da3633}.features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:40px;display:grid}.feature-card{background:#1c2128;border:1.5px solid #30363d;border-radius:8px;padding:24px;transition:all .2s}.feature-card:hover{background:#21262d;border-color:#58a6ff;transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}.feature-card h3{color:#58a6ff;letter-spacing:-.2px;margin-bottom:12px;font-size:1.25em;font-weight:700}.feature-card p{color:#c9d1d9;font-size:.95em}.advantages-section{background:#1c2128;border:1px solid #30363d;border-radius:6px;margin-bottom:30px;overflow:hidden}.advantages-toggle{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px;transition:all .2s;display:flex}.advantages-toggle:hover{background:#21262d}.advantages-toggle h2{color:#f0f6fc;margin:0;font-size:1.4em;font-weight:600}.toggle-icon{color:#c9d1d9;font-size:1.8em;font-weight:700;line-height:1;transition:transform .3s}.advantages-content{color:#c9d1d9;max-height:0;padding:0 20px;line-height:1.8;transition:max-height .3s;overflow:hidden}.advantages-content p{background:#0d1117;border-left:3px solid #58a6ff;border-radius:4px;margin-bottom:15px;padding:12px 15px}.advantages-content p:last-child{margin-bottom:20px}.advantages-content p strong{color:#58a6ff;margin-right:8px;font-weight:600}.search-section{background:#1c2128;border:1.5px solid #30363d;border-radius:12px;margin-bottom:40px;padding:32px}.search-section h2{color:#f0f6fc;text-align:center;letter-spacing:-.3px;margin-bottom:24px;font-size:1.75em;font-weight:700}.browse-intro{text-align:center;color:#c9d1d9;margin-bottom:20px;font-size:1em}.inline-link{color:#58a6ff;font-weight:500;text-decoration:none;transition:all .2s}.inline-link:hover{color:#79c0ff;text-decoration:underline}.search-container{margin-bottom:30px}.search-input{color:#e6edf3;background:#0d1117;border:1.5px solid #30363d;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:1em;transition:all .2s}.search-input:focus{background:#161b22;border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff26}.search-input::placeholder{color:#6e7681}.results-container{gap:20px;margin-top:1.5rem;display:grid}.model-card{background:#1c2128;border:1.5px solid #30363d;border-radius:8px;padding:24px;transition:all .2s}.model-card:hover{background:#21262d;border-color:#58a6ff;transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}.model-name{color:#58a6ff;letter-spacing:-.2px;margin-bottom:10px;font-size:1.5em;font-weight:700}.model-creator{color:#8b949e;margin-bottom:12px;font-size:.95em;font-weight:500}.model-description{color:#e6edf3;margin-bottom:16px;line-height:1.7}.model-specs{background:#0d1117;border:1.5px solid #30363d;border-radius:8px;flex-wrap:wrap;gap:16px;margin-bottom:16px;padding:16px;display:flex}.model-specs .spec{color:#e6edf3;font-size:.9em}.model-specs .spec strong{color:#58a6ff;font-weight:600}.model-link{color:#58a6ff;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.model-link:hover{color:#79c0ff;text-decoration:underline}.model-card.featured{background:#1c2128;border:2px solid #f0883e;position:relative}.model-card.featured:hover{background:#21262d;border-color:#ffa657}.featured-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#f0883e;border-radius:4px;margin-bottom:10px;padding:4px 10px;font-size:.85em;font-weight:600;display:inline-block}.model-card.featured .model-name{color:#f0883e}.model-card.featured .model-creator{color:#8b949e}.model-card.featured .model-description{color:#c9d1d9}.model-card.featured .model-specs{background:#0d1117;border-color:#30363d}.model-card.featured .model-specs .spec strong,.model-card.featured .model-link{color:#f0883e}.model-card.featured .model-link:hover{color:#ffa657}.no-results,.error{text-align:center;color:#8b949e;background:#1c2128;border:1px solid #30363d;border-radius:6px;padding:30px;font-size:1.1em}.error{color:#f85149;background:#da36331a;border-color:#da3633}.results-count{color:#8b949e;text-align:center;margin-bottom:20px;font-size:.95em}.pagination{justify-content:center;align-items:center;gap:20px;margin-top:30px;padding:20px 0;display:flex}.pagination-button{color:#e6edf3;cursor:pointer;background:#1c2128;border:1.5px solid #30363d;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:1em;font-weight:500;transition:all .2s}.pagination-button:hover:not(:disabled){color:#58a6ff;background:#21262d;border-color:#58a6ff;transform:translateY(-1px);box-shadow:0 2px 8px #58a6ff26}.pagination-button:active:not(:disabled){transform:translateY(0)}.pagination-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.pagination-info{color:#c9d1d9;font-size:1em}.coming-soon{text-align:center;background:#1c2128;border:1px solid #30363d;border-radius:6px;margin-bottom:30px;padding:30px}.coming-soon h2{color:#f0f6fc;margin-bottom:15px;font-size:1.5em;font-weight:600}.coming-soon p{color:#c9d1d9;margin-bottom:10px}.highlight{font-size:1.1em;font-weight:600;color:#58a6ff!important}footer{text-align:center;color:#8b949e;border-top:1px solid #30363d;padding-top:20px;font-size:.9em}footer a{color:#58a6ff;text-decoration:none}footer a:hover{color:#79c0ff;text-decoration:underline}@media (max-width:768px){.logo{font-size:1.8em}.hero h2{font-size:1.4em}.hero{padding:24px 20px}.features{grid-template-columns:1fr}.container{border-radius:8px;padding:24px 20px}.model-specs{flex-direction:column;gap:12px}.search-section{padding:24px 20px}.search-section h2{font-size:1.5em}.pagination{flex-direction:column;gap:15px}.pagination-button{padding:10px 18px;font-size:.95em}.pagination-info{font-size:.95em}.advantages-toggle h2{font-size:1.2em}.advantages-content{padding:0 15px}.advantages-content p{padding:12px 14px;font-size:.9em}.email-form{flex-direction:column}.email-input{width:100%;min-width:unset}.submit-btn{width:100%}.email-signup{padding:20px}.page-header h1{font-size:1.75rem}.form-section{padding:24px 20px}.form-section h2{font-size:1.3em}.model-card{padding:20px}}.header-nav .auth-section,.auth-section{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.user-info{color:#c9d1d9;font-family:inherit;font-size:.9em}.auth-button{color:#fff;cursor:pointer;letter-spacing:-.01em;background:#238636;border:1.5px solid #2ea043;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:.9em;font-weight:600;transition:all .2s}.auth-button:hover{background:#2ea043;border-color:#3fb950;transform:translateY(-1px);box-shadow:0 2px 8px #23863640}.auth-button:active{transform:translateY(0)}.auth-button.sign-out{color:#fff;background:#da3633;border-color:#f85149}.auth-button.sign-out:hover{background:#f85149;border-color:#ff6b6b;box-shadow:0 2px 8px #da363340}.auth-loading{color:#8b949e;font-family:inherit;font-size:.9em}.provider-button{font-family:inherit;transition:all .2s}.provider-button:hover{color:#58a6ff!important;background:#21262d!important;border-color:#58a6ff!important}@media (max-width:768px){body{padding-top:70px}.site-header{padding:10px 15px}.header-content{flex-direction:row;justify-content:space-between;align-items:center;position:relative}.hamburger-menu{display:flex}.header-nav{z-index:1000;background:#161b22;border:1px solid #30363d;border-top:none;flex-direction:column;align-items:stretch;gap:0;max-height:0;padding:0;transition:max-height .3s,padding .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 4px 10px #0000004d}.header-nav.nav-open{max-height:500px;padding:15px}.header-nav .nav-link{text-align:left;border-bottom:1px solid #30363d;width:100%;padding:15px;display:block}.header-nav .nav-link:last-of-type{border-bottom:none}.header-nav .nav-link:hover{background:#21262d}.header-logo .logo{font-size:1.5em}.auth-section{border-top:1px solid #30363d;flex-direction:column;align-items:stretch;gap:10px;width:100%;margin-top:10px;padding-top:10px}.header-nav .auth-section{width:100%;margin-top:10px}.user-info{text-align:center;background:#1c2128;border:1px solid #30363d;border-radius:4px;padding:10px}.auth-button{text-align:center;width:100%}.auth-loading{text-align:center;padding:15px}}.submit-form{max-width:800px;margin:0 auto}.form-section{background:#1c2128;border:1.5px solid #30363d;border-radius:12px;margin-bottom:40px;padding:32px}.form-section h2{color:#f0f6fc;letter-spacing:-.3px;border-bottom:1.5px solid #30363d;margin-bottom:28px;padding-bottom:12px;font-size:1.5em;font-weight:700}.form-group{margin-bottom:25px}.form-group label{color:#c9d1d9;margin-bottom:8px;font-size:1em;font-weight:500;display:block}.form-group .required{color:#f85149;margin-left:3px}.form-group input[type=text],.form-group input[type=url],.form-group textarea,.form-group select{background:#0d1117;border:1.5px solid #30363d;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:1em;transition:all .2s;color:#e6edf3!important}.form-group input[type=text]:-webkit-autofill{-webkit-text-fill-color:#e6edf3!important;box-shadow:inset 0 0 0 1000px #0d1117!important}.form-group input[type=url]:-webkit-autofill{-webkit-text-fill-color:#e6edf3!important;box-shadow:inset 0 0 0 1000px #0d1117!important}.form-group input[type=text]:-webkit-autofill:hover{-webkit-text-fill-color:#e6edf3!important;box-shadow:inset 0 0 0 1000px #0d1117!important}.form-group input[type=url]:-webkit-autofill:hover{-webkit-text-fill-color:#e6edf3!important;box-shadow:inset 0 0 0 1000px #0d1117!important}.form-group input[type=text]:-webkit-autofill:focus{-webkit-text-fill-color:#e6edf3!important;box-shadow:inset 0 0 0 1000px #0d1117!important}.form-group input[type=url]:-webkit-autofill:focus{-webkit-text-fill-color:#e6edf3!important;box-shadow:inset 0 0 0 1000px #0d1117!important}.form-group input[type=text]:focus,.form-group input[type=url]:focus,.form-group textarea:focus,.form-group select:focus{background:#161b22;border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff26;color:#e6edf3!important}.form-group input[type=text]::placeholder,.form-group input[type=url]::placeholder,.form-group textarea::placeholder{color:#6e7681}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%236e7681' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.form-group select:hover{background-color:#161b22;border-color:#58a6ff}.form-group textarea{resize:vertical;min-height:120px}.char-count{color:#8b949e;text-align:right;margin-top:5px;font-size:.85em;display:block}.checkbox-group{background:#0d1117;border:1px solid #30363d;border-radius:6px;padding:20px}.checkbox-label{cursor:pointer;color:#c9d1d9;align-items:flex-start;gap:12px;font-size:1.1em;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;accent-color:#58a6ff;flex-shrink:0;width:20px;height:20px;margin-top:2px}.checkbox-label span{flex:1}.checkbox-label strong{color:#58a6ff;font-weight:600}.help-text{color:#8b949e;margin-top:10px;padding-left:32px;font-size:.9em;line-height:1.5}.listing-options-label{color:#c9d1d9;margin-bottom:15px;font-size:1em;font-weight:500;display:block}.listing-options{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:15px;display:grid}.listing-option{cursor:pointer;background:#1c2128;border:1px solid #30363d;border-radius:6px;padding:20px;transition:all .2s;display:block;position:relative}.listing-option:hover{background:#21262d;border-color:#58a6ff}.listing-option.selected{background:#1c2128;border-width:2px;border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff1a}.listing-option input[type=radio]{opacity:0;width:0;height:0;position:absolute}.option-content{flex-direction:column;gap:8px;display:flex}.option-title{color:#58a6ff;font-size:1.3em;font-weight:600}.listing-option.selected .option-title{color:#79c0ff}.option-description{color:#c9d1d9;font-size:.9em;line-height:1.4}.listing-option.selected .option-description{color:#c9d1d9}.listing-option.featured-option{background:#1c2128;border-width:2px;border-color:#f0883e}.listing-option.featured-option:hover{background:#21262d;border-color:#ffa657}.listing-option.featured-option.selected{background:#1c2128;border-width:2px;border-color:#f0883e;box-shadow:0 0 0 3px #f0883e1a}.listing-option.featured-option .option-title{color:#f0883e}.listing-option.featured-option.selected .option-title{color:#ffa657}.listing-option.featured-option .option-description,.listing-option.featured-option.selected .option-description{color:#c9d1d9}.form-actions{text-align:center;border-top:1px solid #30363d;margin-top:30px;padding-top:30px;padding-bottom:20px}.form-actions .submit-btn{min-width:200px;padding:12px 30px;font-size:1.1em}@media (max-width:768px){.form-section{padding:20px 15px}.form-section h2{font-size:1.3em}.form-group input[type=text],.form-group input[type=url],.form-group textarea{padding:10px 12px;font-size:.95em}.form-actions .submit-btn{width:100%;min-width:unset}.help-text{padding-left:0}.listing-options{grid-template-columns:1fr;gap:15px}.listing-option{padding:15px}.option-title{font-size:1.1em}}.filters-container{flex-wrap:wrap;gap:1rem;margin-top:1rem;margin-bottom:1.5rem;display:flex}.filters-container select{color:#e6edf3;cursor:pointer;appearance:none;background:#0d1117 url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%236e7681' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 16px center no-repeat;border:1.5px solid #30363d;border-radius:8px;outline:none;flex:1;min-width:150px;padding:10px 40px 10px 16px;font-family:inherit;font-size:.95em;transition:all .2s}.filters-container select:hover{background-color:#161b22;border-color:#58a6ff}.filters-container select:focus{background-color:#161b22;border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff26}@media (max-width:768px){.filters-container{flex-direction:column}.filters-container select{width:100%}}.signin-page{background:linear-gradient(135deg,#0d1117 0%,#161b22 100%);justify-content:center;align-items:center;min-height:100vh;padding:0 1rem 2rem;display:flex}.signin-wrapper{background:#161b22;border:1px solid #30363d;border-radius:12px;width:100%;max-width:440px;padding:3rem 2.5rem;box-shadow:0 8px 32px #0006}.signin-header{text-align:center;margin-bottom:2.5rem}.signin-logo-link{margin-bottom:1.5rem;text-decoration:none;transition:transform .2s;display:inline-block}.signin-logo-link:hover{transform:scale(1.02)}.signin-logo{color:#58a6ff;letter-spacing:-.5px;margin:0;font-size:2rem;font-weight:700}.signin-welcome{color:#f0f6fc;letter-spacing:-.3px;margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.signin-subtitle{color:#8b949e;margin:0;font-size:1rem;line-height:1.5}.signin-content{margin-bottom:1.5rem}.provider-buttons{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.provider-button{color:#f0f6fc;cursor:pointer;background:#0d1117;border:1.5px solid #30363d;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.875rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .2s;display:flex;position:relative;overflow:hidden}.provider-button:before{content:"";background:linear-gradient(90deg,#0000,#58a6ff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.provider-button:hover:before{left:100%}.provider-button:hover{background:#1c2128;border-color:#58a6ff;transform:translateY(-1px);box-shadow:0 4px 12px #58a6ff26}.provider-button:active{transform:translateY(0)}.provider-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.provider-icon svg{width:100%;height:100%}.provider-text{text-align:center;flex:1}.loading-state{color:#8b949e;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.loading-spinner{border:3px solid #30363d;border-top-color:#58a6ff;border-radius:50%;width:32px;height:32px;margin-bottom:1rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.signin-footer{text-align:center;border-top:1px solid #30363d;padding-top:1.5rem}.signin-privacy{color:#6e7681;margin:0 0 1rem;font-size:.8125rem;line-height:1.5}.back-link{color:#58a6ff;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.back-link:hover{color:#79c0ff;text-decoration:underline}@media (max-width:768px){.signin-page{align-items:flex-start;padding:2rem 1rem 1rem}.signin-wrapper{border-radius:8px;padding:2rem 1.5rem}.signin-logo{font-size:1.75rem}.signin-welcome{font-size:1.5rem}.signin-subtitle{font-size:.9375rem}.provider-button{padding:.75rem 1rem;font-size:.9375rem}}
