:root{--color-brand:#ffde00;--color-brand-dark:#ccb100;--color-bg:#f9f9f9;--color-text:#1a1a1a;--color-text-secondary:#666;--color-border:#eee;--font-family:"Inter", system-ui, sans-serif;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text);line-height:1.5}a{color:inherit;text-decoration:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--color-text);color:#fff}.btn-primary:hover{opacity:.9}.btn-brand{background-color:var(--color-brand);color:#000}.btn-brand:hover{background-color:var(--color-brand-dark)}.card{border:1px solid var(--color-border);background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.font-bold{font-weight:700}.w-full{width:100%}.mt-4{margin-top:1rem}.text-sm{font-size:.875rem}.text-gray{color:var(--color-text-secondary)}.homepageLayout{align-items:flex-start;gap:2rem;display:flex}.homepageContent{flex:1;min-width:0}@media (max-width:768px){.homepageLayout{display:block}}
.Navbar-module__cJzEcG__navbar{border-bottom:1px solid var(--color-border);z-index:100;background:#fff;padding:1rem 0;position:sticky;top:0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-1px;font-size:1.5rem;font-weight:800}.Navbar-module__cJzEcG__logoImg{height:120px}.Navbar-module__cJzEcG__dot{color:var(--color-brand)}.Navbar-module__cJzEcG__searchBar{background:var(--color-bg);border:2px solid #6a0dad;border-radius:2rem;flex:1;align-items:center;max-width:500px;transition:all .2s;display:flex;position:relative;overflow:hidden}.Navbar-module__cJzEcG__searchBar:focus-within{box-shadow:0 0 0 4px #8a2be21a}.Navbar-module__cJzEcG__conditionSelect{color:#555;cursor:pointer;appearance:none;background:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right .5rem center/1em no-repeat;border:none;border-right:1px solid #ddd;outline:none;padding:1rem 2rem 1rem 1.2rem;font-family:inherit;font-size:.95rem;font-weight:500}.Navbar-module__cJzEcG__searchBar input{background:0 0;border:none;outline:none;flex:1;width:100%;padding:1rem 6.5rem 1rem 1.5rem;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-size:1.1rem}.Navbar-module__cJzEcG__searchBtn{color:#fff;cursor:pointer;background-color:#6a0dad;border:none;border-radius:2rem;padding:0 1.5rem;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-weight:600;transition:background .2s;position:absolute;top:6px;bottom:6px;right:6px}.Navbar-module__cJzEcG__searchBtn:hover{background-color:#5a0b93}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__navLink{font-weight:500}.Navbar-module__cJzEcG__userMenu{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__iconButton{cursor:pointer;color:#4b5563;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;text-decoration:none;transition:all .2s;display:inline-flex}.Navbar-module__cJzEcG__iconButton:hover{color:#6a0dad;background-color:#f3e8ff}.Navbar-module__cJzEcG__greeting{color:#6a0dad;white-space:nowrap;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-size:.95rem;font-weight:600}.Navbar-module__cJzEcG__uploadBtn,.Navbar-module__cJzEcG__accountBtn{cursor:pointer;box-sizing:border-box;white-space:nowrap;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;height:42px;padding:0 1.25rem;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-size:.9rem;font-weight:600;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.Navbar-module__cJzEcG__uploadBtn{color:#fff;background-color:#6a0dad;border-color:#6a0dad}.Navbar-module__cJzEcG__uploadBtn:hover{background-color:#5a0b93;border-color:#5a0b93}.Navbar-module__cJzEcG__accountBtn{color:#1a1a1a;background-color:gold;border-color:gold}.Navbar-module__cJzEcG__accountBtn:hover{background-color:#e6c200;border-color:#e6c200}@media (max-width:768px){.Navbar-module__cJzEcG__navbar{padding:.5rem 0}.Navbar-module__cJzEcG__navContainer{flex-wrap:wrap;align-items:center;gap:.5rem}.Navbar-module__cJzEcG__logo{order:1}.Navbar-module__cJzEcG__logoImg{height:60px}.Navbar-module__cJzEcG__navLinks{order:2;gap:.35rem;margin-left:auto}.Navbar-module__cJzEcG__uploadBtn,.Navbar-module__cJzEcG__accountBtn{border-radius:6px;height:34px;padding:0 .5rem;font-size:.78rem}.Navbar-module__cJzEcG__iconButton{padding:6px}.Navbar-module__cJzEcG__searchBar{flex:auto;order:3;width:100%;max-width:100%}.Navbar-module__cJzEcG__searchBar input{padding:.65rem 5.5rem .65rem 1rem;font-size:.95rem}.Navbar-module__cJzEcG__searchBtn{padding:0 1rem;font-size:.85rem}.Navbar-module__cJzEcG__greeting{display:none}}
