:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.shop-container{max-width:1600px;margin:0 auto;padding:60px 40px}.shop-header{margin-bottom:40px;text-align:center}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 30px}@media(max-width:768px){.shop-container{padding:20px 10px}.product-grid{grid-template-columns:repeat(2,1fr);gap:20px 10px}}.product-card{display:flex;flex-direction:column}.image-container{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background-color:#f5f5f5}.main-img,.hover-img{z-index:1;position:absolute;width:100%;height:100%;object-fit:cover;transition:opacity .5s ease-in-out,transform .5s ease;left:50px}.hover-img{opacity:0;display:none}.product-card:hover .hover-img{opacity:1}.product-card:hover .main-img{transform:scale(1.05)}.badge{position:absolute;top:12px;left:12px;z-index:5;padding:4px 10px;font-size:11px;font-weight:700;letter-spacing:1px;color:#fff;text-transform:uppercase;display:flex;align-items:center;justify-content:center;min-width:50px;border-radius:2px}.new{background:#000}.sale{background:#d63031}.product-info{padding:15px 0}.product-name{font-size:1rem;margin:0;font-weight:500}.product-price{margin-top:5px;color:#666}.loader-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#242424cc;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:50;gap:15px;color:#fff;font-size:.9rem;letter-spacing:1px}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top:3px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.image-container img{filter:blur(5px);transition:filter .3s ease}.image-container:not(:has(.loader-overlay)) img{filter:blur(0)}.photo-button{position:absolute;top:15px;right:15px;width:45px;height:45px;border-radius:50%;background:#fff3;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:.9}.photo-button:hover{background:#fff6;transform:scale(1.1)}.photo-button svg{width:24px;height:24px;opacity:.8;scale:5.2}.main-img{display:block;width:100%;transform:translateZ(0);backface-visibility:hidden;transition:opacity .3s ease-in-out}.image-container{position:relative;overflow:hidden;contain:layout style;pointer-events:auto}@media(hover:hover){.product-card:hover .main-img{display:none}.product-card:hover .hover-img{display:block}}.mini-loader-container{position:absolute;top:10px;left:10px;z-index:10;display:flex;align-items:center;gap:6px;background:#0009;padding:4px 8px;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);pointer-events:none}.mini-spinner{width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.mini-text{color:#fff;font-size:10px;font-weight:700;letter-spacing:.5px}@keyframes spin{to{transform:rotate(360deg)}}.main-img{transition:all .4s ease}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.navbar{position:absolute;top:0;right:0;width:650px;height:80px;display:flex;align-items:center;z-index:100;background-color:transparent;pointer-events:none}.logo{pointer-events:auto;font-weight:900;font-size:1.5rem;padding-left:40px}.shop-header{position:sticky;top:0;z-index:90;background-color:#242424;padding:20px 0;margin-bottom:60px;text-align:center;transition:all .3s ease}.shop-header h1{margin:0;font-size:2.5rem;color:#fff}.shop-header p{color:#fff}@media(max-width:768px){.logo{padding-left:10px}.shop-header{top:0}}.photo-button-main{position:absolute;top:15px;left:15px;width:45px;height:45px;background:#fff3;border:1px solid rgba(255,255,255,.3);z-index:2000;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);overflow:hidden;width:60px;height:60px;border-radius:50%;border:2px solid white;cursor:pointer;background:#333;display:flex;align-items:center;justify-content:center;pointer-events:auto}.photo-button-main:hover{background:#fff6;transform:scale(1.1)}.photo-button-main svg{width:24px;height:24px;scale:2;opacity:.8}.profile-preview{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.navbar{display:flex;justify-content:space-between;align-items:center;background:#111;padding:1rem 2rem;position:sticky;top:0;z-index:1000;pointer-events:auto}.nav-links{display:flex;gap:20px}.nav-item{background:none;border:none;color:#888;cursor:pointer;font-weight:600;font-size:1.1rem;transition:.3s;z-index:550;pointer-events:auto}.nav-item.active{color:red;border-bottom:2px solid #fff}.doc-container{max-width:800px;margin:40px auto;padding:20px;background:#1a1a1a;border-radius:8px;text-align:left}.endpoint-badge{background:#2e7d32;display:inline-block;padding:5px 15px;border-radius:4px;font-family:monospace}.json-block{background:#000;padding:15px;border-radius:5px;color:#4fc3f7}.shop-container{pointer-events:auto;z-index:1}.hover-scale:hover{transform:scale(1.02);border-color:#6c5ce7!important;box-shadow:0 4px 15px #0000001a}.nav-token{display:flex;align-items:center;gap:8px}.token-label{color:#aaa;font-weight:600}.token-input{background:#000;border:1px solid #333;color:#fff;padding:6px 10px;border-radius:4px;width:100px;font-family:monospace}.doc-container{position:absolute;max-width:800px;margin:0 auto;padding:20px;background-color:#333}.endpoint-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;background:#f8f9fa;padding:10px;border-radius:8px}.method{padding:6px 12px;border-radius:4px;font-weight:700;color:#fff;font-size:.85rem}.method.post{background:#49cc90}.method.get{background:#61affe}.url{font-family:Courier New,Courier,monospace;font-weight:600;color:#333}.json-block{background:#1e1e1e;color:#a6e22e;padding:15px;border-radius:6px;overflow-x:auto;margin-top:10px;font-family:Courier New,Courier,monospace;line-height:1.4;font-size:.85rem}
