@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";nav,.user-display,.options-list,.categories{display:flex;align-items:center}nav{gap:1rem;margin-top:20px;margin-bottom:12px;justify-content:space-between;height:36px}.logo-container{cursor:pointer}.categories{list-style:none;gap:.5rem;font-weight:700;font-size:13px}.categories li{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:9.5px 26px;position:relative;transition:padding-bottom .3s ease}.categories .reactions:after{content:"";background:linear-gradient(90deg,var(--giphy-blue),var(--giphy-lightblue));width:100%;height:4px;position:absolute;bottom:0;left:0}.categories .reactions:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,var(--giphy-blue),var(--giphy-lightblue));opacity:0;transition:opacity .3s ease;z-index:-1}.categories .reactions:hover:before{opacity:1}.categories .entertainment:after{content:"";background:linear-gradient(90deg,var(--giphy-lightblue),var(--giphy-indigo));width:100%;height:4px;position:absolute;bottom:0;left:0}.categories .entertainment:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,var(--giphy-lightblue),var(--giphy-indigo));opacity:0;transition:opacity .3s ease;z-index:-1}.categories .entertainment:hover:before{opacity:1}.categories .sports:after{content:"";background:linear-gradient(90deg,var(--giphy-indigo),var(--giphy-purple));width:100%;height:4px;position:absolute;bottom:0;left:0}.categories .sports:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,var(--giphy-indigo),var(--giphy-purple));opacity:0;transition:opacity .3s ease;z-index:-1}.categories .sports:hover:before{opacity:1}.categories .artists:after{content:"";background:linear-gradient(90deg,var(--giphy-purple),var(--giphy-pink));width:100%;height:4px;position:absolute;bottom:0;left:0}.categories .artists:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,var(--giphy-purple),var(--giphy-pink));opacity:0;transition:opacity .3s ease;z-index:-1}.categories .artists:hover:before{opacity:1}.user-display{height:36px;background-color:var(--giphy-dark-charcoal);text-align:left}.user-display img{height:100%}.user-display p{font-weight:700;font-size:14px;margin:0 24px}.logo-container img{width:10.5rem}#create-btn,#upload-btn{height:36px;width:80px;border-radius:2px;box-sizing:border-box;cursor:pointer;display:flex;font-weight:bolder;justify-content:center;line-height:normal;text-align:center;align-items:center;font-size:13px;border:none}#create-btn{background-color:var(--giphy-purple);color:var(--giphy-white);margin-left:6px;margin-right:12px}#upload-btn{background-color:var(--giphy-indigo);color:var(--giphy-white)}@media screen and (max-width: 1000px){.categories{display:none}.user-display p{display:none;margin:0}}.search-input{display:flex;align-items:center;justify-content:center;position:relative}.search-input input{height:68px;width:100%;border-radius:4px;border:none;outline:none;padding:0 16px;font-size:20px}.search-input .search-btn{background:linear-gradient(45deg,#e646b6,#f66);color:#fff;border:none;padding:8px 16px;cursor:pointer;position:absolute;right:0;height:100%;border-top-right-radius:4px;border-bottom-right-radius:4px;display:flex;align-items:center;justify-content:center}.clear-input-value-btn{border-radius:50%;background-color:#cfcfcfcc;cursor:pointer;position:absolute;right:90px;display:flex;align-items:center;justify-content:center;color:#fff;border:none;padding:2px}.gif-card{position:relative}.gif-author-info{display:none}.gif-author-info img{width:30px;height:30px;margin-right:10px}.gif-author-info p{text-shadow:0px 0px 4px rgba(0,0,0,1);margin-right:4px;max-width:130px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.trending-search-term-badge{display:flex;align-items:center;height:50px;font-weight:700;text-wrap:nowrap;gap:8px;background-image:linear-gradient(0deg,var(--giphy-darkest-grey),var(--giphy-dark-charcoal));border-radius:99px;padding:0 1.5rem;cursor:pointer}.trending-search-term-badge img{width:1.5rem}.trending-search-terms-container{position:relative;margin-top:10px}.trending-search-terms{display:flex;align-items:center;gap:10px;overflow:hidden;position:relative}.arrow{position:absolute;cursor:pointer;top:0;height:50px;z-index:1}.arrow-back{left:0}.arrow-back:hover{background-image:linear-gradient(to right,var(--giphy-black) 50%,transparent)}.arrow-forward{right:0}.arrow-forward:hover{background-image:linear-gradient(to left,var(--giphy-black) 50%,transparent)}.container{width:1000px;margin:0 auto}.title{display:flex;align-items:center;margin-top:20px}.title h1{font-size:1.5rem;font-weight:700}.title img{width:25px;height:25px;margin-right:8px}.gifs-container{column-count:4;column-gap:10px;margin-top:20px}.gifs-container div{margin-bottom:7px}.gifs-container .gif{width:100%;height:auto;border-radius:4px}.gifs-container img:hover~.gif-author-info{display:flex;align-items:center;font-weight:700;position:absolute;bottom:3px;left:6px;font-size:15px}@media screen and (max-width: 1100px){.container{width:100%;padding:0 20px}.gifs-container{column-count:3}}@media screen and (max-width: 800px){.gifs-container{column-count:2}}:root{--giphy-black: #121212;--giphy-darkest-grey: #212121;--giphy-dark-grey: #2e2e2e;--giphy-dark-charcoal: #3e3e3e;--giphy-charcoal: #4a4a4a;--giphy-light-charcoal: #5c5c5c;--giphy-light-grey: #a6a6a6;--giphy-lightest-grey: #d8d8d8;--giphy-whitesmoke: #ececec;--giphy-white: #fff;--giphy-blue: #0cf;--giphy-green: #0f9;--giphy-purple: #93f;--giphy-red: #f66;--giphy-yellow: #fff35c;--giphy-aqua: #00e6cc;--giphy-lightblue: #3191ff;--giphy-indigo: #6157ff;--giphy-pink: #e646b6}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}body{background-color:var(--giphy-black);color:var(--giphy-white)}
