*{box-sizing:border-box}body{margin:0;background:#f7f8fa;color:#101114;font:14px Inter,system-ui,sans-serif}.minishop{width:min(1180px,calc(100% - 34px));margin:auto}.header{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e5e9}.brand{font-weight:800;text-decoration:none;color:#111;font-size:19px;letter-spacing:-.05em}.brand span{color:#2764e8}.brand small{font-size:8px;color:#90949c;margin-left:8px;letter-spacing:.08em}.header nav{display:flex;gap:22px}.header nav a,.main-link{font-size:9px;text-decoration:none;color:#6e727b}.main-link{background:#111216;color:#fff;padding:9px 12px;border-radius:7px;font-weight:700}.hero{text-align:center;padding:72px 0 54px}.eyebrow{font-size:8px;color:#2764e8;font-weight:800;letter-spacing:.12em}.hero h1{font-size:clamp(42px,7vw,68px);line-height:.98;letter-spacing:-.07em;margin:10px 0}.hero h1 b{color:#2764e8}.hero p{max-width:650px;margin:18px auto 28px;color:#6e727b;font-size:11px;line-height:1.7}.search{position:relative;width:min(620px,100%);margin:auto}.search>svg{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:16px;color:#848991}.search input{width:100%;height:49px;border:1px solid #d9dde3;border-radius:9px;background:#fff;padding:0 44px;outline:0}.search button{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#777;cursor:pointer}.stats{display:flex;justify-content:center;gap:44px;margin-top:25px}.stats div{display:flex;flex-direction:column;gap:3px}.stats strong{font-size:17px}.stats small{font-size:7px;color:#90949c;text-transform:uppercase}.firebase-status{max-width:620px;margin:15px auto 0;padding:8px 10px;border:1px solid #efc3c3;border-radius:7px;background:#fff1f1;color:#a13b3b;font-size:8px}.section{padding-bottom:56px}.section-head>span,.toolbar>div:first-child>span{font-size:7px;color:#90949c;font-weight:800;letter-spacing:.11em}.section-head h2,.toolbar h2{font-size:23px;margin:5px 0}.section-head p,.toolbar p{margin:0;color:#6e727b;font-size:9px}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:17px}.category-card{min-height:105px;padding:14px;border:1px solid #e2e5e9;border-radius:10px;background:#fff;text-align:left;cursor:pointer}.category-card.active{background:#eef4ff;border-color:#9eb8ef}.category-icon{width:31px;height:31px;display:flex;align-items:center;justify-content:center;background:#f2f5fa;color:#2764e8;border-radius:8px;margin-bottom:9px}.category-icon svg{width:15px}.category-card strong,.category-card small{display:block}.category-card strong{font-size:9px}.category-card small{margin-top:4px;color:#8a8e97;font-size:7px;line-height:1.45}.toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.filters{display:flex;gap:4px;background:#e9ebee;padding:4px;border-radius:7px}.filter{min-width:62px;padding:7px 11px;background:transparent;border:0;border-radius:5px;color:#777;cursor:pointer;font-size:8px;font-weight:700}.filter.active{background:#fff;color:#111}.results{display:flex;justify-content:space-between;align-items:center;margin:12px 0}.results span,.results button{font-size:8px}.results span{color:#92969e}.results button{border:0;background:none;color:#2764e8;cursor:pointer;font-weight:700}.element-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.element-card{background:#fff;border:1px solid #e2e5e9;border-radius:11px;overflow:hidden}.element-preview{height:210px;background:linear-gradient(135deg,#111216,#22252d);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.card-frame{width:100%;height:100%;border:0;background:#fff}.preview-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:#7b7f88;font-size:8px}.preview-placeholder svg{width:28px;color:#4d78dc}.element-badge{position:absolute;top:10px;right:10px;padding:5px 7px;border-radius:5px;font-size:6px;font-weight:800}.element-badge.free{background:#eaf8f0;color:#21834b}.element-badge.paid{background:#eef4ff;color:#2458b8}.element-content{padding:15px}.element-category{display:block;margin-bottom:5px;color:#7f838b;font-size:7px;font-weight:700;text-transform:uppercase}.element-content h3{margin:0 0 6px;font-size:13px}.element-content p{min-height:39px;margin:0;color:#777b84;font-size:8px;line-height:1.6}.element-meta{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding-top:10px;border-top:1px solid #eceef0}.element-id{font-family:monospace;color:#8b8f97;font-size:7px}.element-price{font-size:12px}.element-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:11px}.element-action{display:flex;align-items:center;justify-content:center;min-height:34px;border-radius:6px;font-size:7px;font-weight:700;text-decoration:none}.preview-action{background:#f3f4f6;color:#555}.buy-action{background:#111216;color:#fff}.empty{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty svg{width:25px;color:#777}.empty h3{font-size:13px;margin:10px 0 4px}.empty p{font-size:8px;color:#6e727b}.footer{border-top:1px solid #e2e5e9;padding:20px 0 32px;display:flex;justify-content:space-between;color:#92969e;font-size:7px}.footer strong{color:#111;font-size:10px}@media(max-width:950px){.category-grid{grid-template-columns:repeat(3,1fr)}.element-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.header{height:auto;padding:16px 0;flex-wrap:wrap}.header nav{order:3;width:100%;justify-content:center}.main-link{display:none}.category-grid{grid-template-columns:repeat(2,1fr)}.toolbar{align-items:flex-start;flex-direction:column}.filters{width:100%}.filter{flex:1}.element-grid{grid-template-columns:1fr}.hero{padding-top:50px}.hero h1{font-size:42px}}
