*{box-sizing:border-box;margin:0;padding:0}body{color:#e8eaed;background-color:#202124;min-height:100vh;font-family:Roboto,Segoe UI,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:#202124;border-bottom:1px solid #3c4043;padding:10px 40px 5px;position:relative;box-shadow:0 2px 6px #0003}.navbar{justify-content:space-between;align-items:center;width:100%;height:40px;display:flex}.navbar-brand{align-items:center;height:100%;transition:opacity .2s;display:flex}.navbar-brand:hover{opacity:.9}.navbar-brand-icon{color:#202124;background-color:#fff;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;margin-right:10px;font-size:14px;font-weight:700;display:flex}.navbar-brand-text{font-size:16px;font-weight:500}.brand-dev{color:#ff5252;font-weight:700}.top-panel-user{align-items:center;height:100%;display:flex}.chrome-web-store-btn{color:#fff;background-color:#1a73e8;border-radius:4px;align-items:center;height:32px;padding:8px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.chrome-web-store-btn:hover{background-color:#1967d2}.chrome-web-store-btn svg{margin-right:8px}.top-panel-user__info{cursor:pointer;align-items:center;display:flex}.top-panel-user__info__avatar{border-radius:50%;width:32px;height:32px;margin-right:10px;overflow:hidden}.user-avatar__smallImg{object-fit:cover;width:100%;height:100%}.profile__header{background-color:#292a2d;margin-bottom:30px;padding:20px 0 30px;box-shadow:0 2px 4px #0000001a}.profile__header__content{flex-direction:column;align-items:center;padding-top:20px;display:flex}.profile__avatar{object-fit:cover;border-radius:50%;width:80px;height:80px;box-shadow:0 2px 10px #0003}.profile__username{color:#e8eaed;margin:5px 0;font-size:24px;font-weight:500}.feedback-list{color:#9aa0a6;font-size:14px}.text-success{color:#4cd137}.text-white{color:#e8eaed}.text-danger{color:#e74c3c}.profile__header__buttons{margin-top:15px;display:flex}.profile__header__buttons a{color:#9aa0a6;margin:0 10px;padding:5px 10px;font-size:14px;transition:color .2s;position:relative}.profile__header__buttons a:hover{color:#e8eaed}.profile__header__buttons a:after{content:"";background-color:#8ab4f8;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.profile__header__buttons a:hover:after,.profile__header__buttons a.active:after{width:100%}.profile__header__buttons a.active{color:#8ab4f8}.nav-pills{flex-wrap:wrap;margin:-5px;display:flex}.nav-item{cursor:pointer;color:#e8eaed;background-color:#292a2d;border-radius:5px;margin:5px;padding:8px 15px;font-size:14px;font-weight:400;line-height:1.5;transition:background-color .2s,transform .2s;display:inline-block}.nav-item.active{color:#fff;background-color:#1a73e8}.nav-item:hover{background-color:#3c4043;transform:translateY(-2px)}.profile__products__search{max-width:100%;margin:25px 0 15px;position:relative}.profile__products__search--input{color:#e8eaed;background-color:#292a2d;border:1px solid #3c4043;border-radius:24px;width:100%;padding:12px 40px 12px 15px;font-size:14px;box-shadow:0 2px 6px #00000026}.profile__products__search--input:focus{border-color:#8ab4f8;outline:none;box-shadow:0 2px 8px #8ab4f840}.profile__products__search--icon{color:#9aa0a6;width:16px;height:16px;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.profile__products__list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;padding:20px 0;display:grid}.product-card{background-color:#292a2d;border:1px solid #3c4043;border-radius:8px;height:100%;transition:transform .3s,box-shadow .3s;display:block;position:relative;overflow:hidden;box-shadow:0 2px 10px #00000026}.product-card:hover{border-color:#8ab4f8;transform:translateY(-5px);box-shadow:0 5px 15px #0003}.product-card__image{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.product-card__content{padding:15px}.product-card__title{white-space:nowrap;text-overflow:ellipsis;color:#e8eaed;margin-bottom:20px;font-size:14px;font-weight:400;overflow:hidden}.sale-badge{color:#fff;z-index:1;background-color:#ea4335;border-radius:3px;padding:3px 8px;font-size:12px;font-weight:500;position:absolute;top:10px;right:10px}.script-badge,.website-badge,.extension-badge,.exe-badge,.python-badge{color:#fff;vertical-align:middle;background-color:#666;border-radius:3px;margin-left:8px;padding:2px 6px;font-size:12px;font-weight:500;display:inline-block}.timer-circle{color:#202124;background-color:#fbbc04;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:12px;font-weight:700;display:flex;position:absolute;bottom:10px;right:10px}.contact-container,.feedback-container{max-width:600px;margin:0 auto;padding:30px 20px;display:none}.contact-form,.feedback-form{background-color:#292a2d;border:1px solid #3c4043;border-radius:8px;padding:30px;box-shadow:0 2px 10px #00000026}.contact-form h2,.feedback-form h2{color:#e8eaed;margin-bottom:10px;font-size:1.8rem}.contact-form p,.feedback-form p{color:#9aa0a6;margin-bottom:20px}.contact-form input,.contact-form textarea,.feedback-form input,.feedback-form textarea{color:#e8eaed;background-color:#202124;border:1px solid #3c4043;border-radius:5px;width:100%;margin-bottom:15px;padding:12px}.rating-container{margin-bottom:15px}.stars{margin-top:5px;font-size:24px;display:flex}.stars .star{color:#9aa0a6;cursor:pointer;transition:color .3s}.stars .star:hover,.stars .star.active{color:#fbbc04}.submit-btn{color:#fff;cursor:pointer;background-color:#1a73e8;border:none;border-radius:5px;width:100%;padding:12px;font-size:16px;transition:all .3s}.submit-btn:hover{background-color:#1765cc}.footer{text-align:center;color:#9aa0a6;border-top:1px solid #3c4043;margin-top:40px;padding:20px;font-size:14px}.placeholder-image{color:#e8eaed;text-align:center;background-color:#292a2d;border:1px solid #3c4043;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:168px;font-size:18px;font-weight:500;display:flex;position:relative;overflow:hidden}.placeholder-image:before{content:"";background:linear-gradient(90deg,#1a73e8,#8ab4f8);height:4px;position:absolute;top:0;left:0;right:0}.placeholder-image.notion:before{background:linear-gradient(90deg,#2e2e2e,#f7f7f7)}.placeholder-image.stinger:before{background:linear-gradient(90deg,#ff5252,#ff8a80)}.placeholder-image.countdown:before{background:linear-gradient(90deg,#fbbc04,#fee8a0)}.placeholder-image.overlay:before{background:linear-gradient(90deg,#34a853,#81c995)}.placeholder-image.design:before{background:linear-gradient(90deg,#9c27b0,#e1bee7)}.placeholder-image svg{opacity:.8;width:48px;height:48px;margin-bottom:12px}.product-card{transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px #0003}.product-card__image{border-radius:4px 4px 0 0}.nav-item[data-category=design]{color:#9c27b0}.nav-item[data-category=design]:hover,.nav-item[data-category=design].active{background-color:#9c27b01a}.nav-item[data-category=fiverr]{color:#1dbf73;font-weight:500}.nav-item[data-category=fiverr]:hover,.nav-item[data-category=fiverr].active{background-color:#1dbf731a}.product-card[data-category=fiverr]{border:1px solid #1dbf7333}.product-card[data-category=fiverr]:hover{border-color:#1dbf73;transform:translateY(-5px);box-shadow:0 5px 15px #1dbf7333}.product-card[data-category=fiverr] .product-card__price{color:#1dbf73;font-size:18px;font-weight:600}.nav-item[data-category=x-twitter]{color:#1da1f2;font-weight:500}.nav-item[data-category=x-twitter]:hover,.nav-item[data-category=x-twitter].active{background-color:#1da1f21a}.product-card[data-category=x-twitter]{border:1px solid #1da1f233}.product-card[data-category=x-twitter]:hover{border-color:#1da1f2;transform:translateY(-5px);box-shadow:0 5px 15px #1da1f233}.product-card[data-category=x-twitter] .product-card__price{color:#1da1f2;font-size:18px;font-weight:600}.nav-item[data-category=software]{color:#ff5252;font-weight:500}.nav-item[data-category=software]:hover,.nav-item[data-category=software].active{background-color:#ff52521a}.product-card[data-category=software]{border:1px solid #ff525233}.product-card[data-category=software]:hover{border-color:#ff5252;transform:translateY(-5px);box-shadow:0 5px 15px #ff525233}.product-card[data-category=software] .product-card__price{color:#8ab4f8;font-size:18px;font-weight:600}.form-success-message{color:#1dbf73;background-color:#1dbf731a;border:1px solid #1dbf7333;border-radius:5px;margin-bottom:15px;padding:12px;display:none}.required-field:after{content:" *";color:#ff5252;font-weight:700}.product-card__stock{color:#777;font-size:.9rem}.coming-soon{color:#ff9800;font-weight:700}.grayed-out{opacity:.6;filter:grayscale(70%)}.product-categories{flex-wrap:wrap;justify-content:center;margin-bottom:20px;display:flex}.original-price{color:#9aa0a6;margin-right:8px;font-size:.9em;text-decoration:line-through}.sale-price{color:#8ab4f8;font-weight:600}.product-card[data-category=x-twitter] .sale-price{color:#1da1f2}.product-card[data-category=fiverr] .sale-price{color:#1dbf73}.labor-hours{color:#e67c00;margin-left:4px;font-size:.85em;font-weight:400}span[style*="color: #E67C00"]{color:#e67c00!important;margin-left:4px!important;font-size:.85em!important;font-weight:400!important}.discount-badge{color:#000;z-index:1;background-color:#e67c00;border-radius:3px;padding:3px 8px;font-size:12px;font-weight:500;position:absolute;top:10px;right:10px}.product-card__price{flex-wrap:wrap;align-items:center;display:flex}.nav-item[data-category=github]{color:#6e5494;font-weight:500}.nav-item[data-category=github]:hover,.nav-item[data-category=github].active{background-color:#6e54941a}.product-card[data-category=github]{border:1px solid #6e549433}.product-card[data-category=github]:hover{border-color:#6e5494;transform:translateY(-5px);box-shadow:0 5px 15px #6e549433}.product-card[data-category=github] .product-card__price{color:#6e5494;font-size:18px;font-weight:600}.placeholder-image.github:before{background:linear-gradient(90deg,#6e5494,#c9b6db)}.header-sublinks{justify-content:flex-end;padding:0;display:flex;position:absolute;top:calc(100% + 5px);right:40px;transform:none}.header-sublink{color:#e8eaed;align-items:center;height:28px;margin-left:15px;padding:5px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.header-sublink svg{opacity:.9;margin-right:6px}.hire-me-link:hover{color:#1dbf73}.chrome-link:hover{color:#1a73e8}.nav-item[data-category=tiktok]{color:#121212;font-weight:500}.nav-item[data-category=tiktok]:hover,.nav-item[data-category=tiktok].active{background-color:#1212121a}.product-card[data-category=tiktok]{border:1px solid #12121233}.product-card[data-category=tiktok]:hover{border-color:#121212;transform:translateY(-5px);box-shadow:0 5px 15px #12121233}.product-card[data-category=tiktok] .product-card__price{color:#fe2c55;font-size:18px;font-weight:600}.placeholder-image.tiktok:before{background:linear-gradient(90deg,#121212,#444)}.nav-item[data-category=windows10]{color:#0078d7;font-weight:500}.nav-item[data-category=windows10]:hover,.nav-item[data-category=windows10].active{background-color:#0078d71a}.product-card[data-category=windows10]{border:1px solid #0078d733}.product-card[data-category=windows10]:hover{border-color:#0078d7;transform:translateY(-5px);box-shadow:0 5px 15px #0078d733}.product-card[data-category=windows10] .product-card__price{color:#0078d7;font-size:18px;font-weight:600}.placeholder-image.windows10:before{background:linear-gradient(90deg,#0078d7,#00bcf2)}.nav-item[data-category=ebay]{color:#0b6623;font-weight:500}.nav-item[data-category=ebay]:hover,.nav-item[data-category=ebay].active{background-color:#0b66231a}.product-card[data-category=ebay]{border:1px solid #0b662333}.product-card[data-category=ebay]:hover{border-color:#0b6623;transform:translateY(-5px);box-shadow:0 5px 15px #0b662333}.product-card[data-category=ebay] .product-card__price{color:#0b6623;font-size:18px;font-weight:600}.placeholder-image.ebay:before{background:linear-gradient(90deg,#0b6623,#228b22)}.nav-item[data-category=gaming]{color:#8e4585;font-weight:500}.nav-item[data-category=gaming]:hover,.nav-item[data-category=gaming].active{background-color:#8e45851a}.product-card[data-category=gaming]{border:1px solid #8e458533}.product-card[data-category=gaming]:hover{border-color:#8e4585;transform:translateY(-5px);box-shadow:0 5px 15px #8e458533}.product-card[data-category=gaming] .product-card__price{color:#8e4585;font-size:18px;font-weight:600}.placeholder-image.gaming:before{background:linear-gradient(90deg,#8e4585,#a569bd)}.nav-item[data-category=reddit]{color:#ff4500;font-weight:500}.nav-item[data-category=reddit]:hover,.nav-item[data-category=reddit].active{background-color:#ff45001a}.product-card[data-category=reddit]{border:1px solid #ff450033}.product-card[data-category=reddit]:hover{border-color:#ff4500;transform:translateY(-5px);box-shadow:0 5px 15px #ff450033}.product-card[data-category=reddit] .product-card__price{color:#ff4500;font-size:18px;font-weight:600}.placeholder-image.reddit:before{background:linear-gradient(90deg,#ff4500,orange)}.product-card__stock.grayed-out{opacity:.5}
