@charset "UTF-8";.header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--line);background:var(--bg)}.header img{height:3rem;width:auto;display:block}.header .menu-toggle{display:none;background:transparent;border:none;padding:.25rem;cursor:pointer;color:var(--fg);line-height:0}.header .menu-toggle svg{width:1.75rem;height:1.75rem}.header .menu-toggle:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.header .nav{display:flex;gap:1rem}.header .nav a{text-decoration:none;color:var(--fg-dim);transition:color .15s ease}.header .nav a.active{color:var(--fg);font-weight:700}.header .nav a:hover{color:var(--fg)}.header .nav a:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.header .player{justify-self:end;display:flex;align-items:center;gap:.375rem}.header .player .btn{background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;height:2rem;width:2rem;padding:0;cursor:pointer;color:var(--fg)}.header .player .btn svg{height:1.25rem;width:1.25rem;stroke-width:1}.header .player .btn:hover,.header .player .btn:focus-visible{transform:none;box-shadow:none;outline-offset:2px}.header .player .track{display:grid;grid-template-columns:1fr;gap:1px}.header .player .title,.header .player .artist{font-size:.75rem;color:var(--fg-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50vw;line-height:1rem}.header .cart-btn{position:relative;background:transparent;border:none;cursor:pointer;color:var(--fg)}.header .cart-btn .cart-count{position:absolute;top:-6px;right:-6px;background:var(--pink);color:#fff;font-size:.7rem;font-weight:700;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:19}.menu-backdrop.open{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;left:0;right:auto;top:0;height:100vh;width:min(82vw,360px);background:var(--bg);border-right:1px solid var(--line);box-shadow:8px 0 24px #00000026;transform:translate(-100%);transition:transform .2s ease;z-index:20;display:flex;flex-direction:column}.mobile-menu.open{transform:translate(0)}.mobile-menu .mobile-menu__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--line)}.mobile-menu .mobile-menu__header h2{margin:0;font-size:1rem;color:var(--fg)}.mobile-menu .mobile-menu__header .close-btn{background:transparent;border:none;color:var(--fg);cursor:pointer;padding:.25rem;line-height:0}.mobile-menu .mobile-menu__header .close-btn svg{width:1.5rem;height:1.5rem}.mobile-menu .mobile-menu__header .close-btn:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.mobile-menu .mobile-menu__links{display:grid;padding:.5rem 0}.mobile-menu .mobile-menu__links a{padding:.875rem 1rem;text-decoration:none;color:var(--fg);border-bottom:1px solid var(--line);font-size:1.05rem}.mobile-menu .mobile-menu__links a.active{font-weight:700}.mobile-menu .mobile-menu__links a:focus-visible{outline:2px solid var(--fg);outline-offset:-2px}@media (prefers-reduced-motion: reduce){.menu-backdrop,.mobile-menu{transition:none}}@media (max-width: 680px){.header{padding:.5rem 0rem;gap:.5rem}.header img{height:2rem}.header .menu-toggle{display:inline-flex}.header .menu-toggle svg{width:1.25rem;height:1.25rem}.header .nav{display:none}.header .player{gap:.25rem;min-width:0}.header .player .btn{height:1.5rem;width:1.5rem}.header .player .btn svg{height:1rem;width:1rem;stroke-width:1}.header .player .track{gap:0;min-width:0}.header .player .title,.header .player .artist{font-size:.55rem;max-width:42vw}.header .cart-btn .cart-count{position:absolute;top:-5px;right:-5px;width:16px;height:16px;font-size:.6rem}}.home p{color:var(--fg-dim)}.shop .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.card{border:1px solid var(--line);overflow:hidden;display:grid;gap:.5rem;padding:.75rem;background:var(--card)}.card img{width:100%;height:220px;object-fit:cover;background:#eee}.card .row{display:flex;justify-content:space-between;align-items:baseline}.card .name{font-size:.95rem}.card .price{font-size:.9rem;color:var(--fg-dim)}.looks-list{display:grid;grid-template-columns:1fr 300px;gap:1rem;align-items:start}.looks-list ul{list-style:none;padding:0;margin:0}.looks-list li{padding:.75rem;border-bottom:1px solid var(--line);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.looks-list li:hover{background:var(--card)}.looks-list li .title{font-weight:500}.looks-list li .date{color:var(--fg-dim);font-size:.85rem}.looks-list .preview{position:relative}.looks-list .preview img{width:100%;height:auto;border:1px solid var(--line)}@media screen and (max-width: 750px){.looks-list{grid-template-columns:1fr}.looks-list .preview{display:none}}.list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.list li{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid var(--line);transition:border-color .2s,background .2s}.list li.active{border-color:var(--fg)}.list li:hover{border-color:var(--fg-dim)}.list li .meta{display:flex;flex-direction:column}.list li .meta .title{font-size:.8rem;color:var(--fg)}.list li .meta .artist{font-size:.7rem;color:var(--fg-dim)}.list li .btn{display:flex;align-items:center;justify-content:center;border:none;background:transparent;padding:.35rem;border-radius:50%;cursor:pointer;transition:border-color .2s,color .2s}.list li .btn svg{width:20px;height:20px;stroke:var(--fg);transition:stroke .2s;stroke-width:1}.list li .btn:hover{transform:none;box-shadow:none;border-color:var(--fg)}.list li .btn:hover svg{stroke:var(--fg)}.look-page .back-btn{background:transparent;border:none;color:var(--fg);cursor:pointer;font-size:1rem;margin-bottom:1rem;display:flex;align-items:center}.look-page .title{font-size:1rem}.look-page .date{color:var(--fg-dim);font-size:.8rem}.look-page .gallery{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:1rem}.look-page .gallery img{max-width:80%;max-height:60vh;border:1px solid var(--line);background:var(--card)}.look-page .gallery .nav{background:transparent;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem .75rem;border-radius:999px;margin:0 .5rem;color:var(--fg)}.look-page .gallery .nav:disabled{color:var(--fg-dim);cursor:not-allowed}.look-page .thumbs{display:flex;gap:.5rem;overflow-x:auto;justify-content:center}.look-page .thumbs img{width:60px;height:60px;object-fit:cover;border:2px solid transparent;cursor:pointer}.look-page .thumbs img:hover{border-color:var(--fg-dim)}.look-page .thumbs img.active{border-color:var(--fg)}@media (max-width: 768px){.look-page .back-btn{font-size:.9rem;margin-bottom:.75rem}.look-page .title{font-size:.9rem;text-align:center}.look-page .date{font-size:.7rem;text-align:center;margin-bottom:.5rem}.look-page .gallery{margin-bottom:.75rem}.look-page .gallery img{max-height:60vh}.look-page .gallery .nav{font-size:.75rem;padding:.25rem .5rem;margin:.25rem}.look-page .thumbs{gap:.4rem;padding:.25rem 0}.look-page .thumbs img{width:40px;height:40px}}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;padding:2rem 0}.product-detail .prod-image{width:100%;max-height:70vh;object-fit:contain;border:1px solid var(--line);background:var(--card);padding:.5rem}.product-detail .info{display:flex;flex-direction:column;gap:1rem}.product-detail .info h2{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:.02em}.product-detail .info .price{font-size:1.25rem;font-weight:600}.product-detail .info .stock{font-size:.9rem;color:var(--fg-dim)}.product-detail .info .desc{font-size:1rem;line-height:1.5;color:var(--fg)}@media (max-width: 768px){.product-detail{grid-template-columns:1fr;gap:1.5rem}.product-detail .prod-image{max-height:50vh}.product-detail .info h2{font-size:1.4rem;text-align:center}.product-detail .info .price,.product-detail .info .stock{text-align:center}.product-detail .info .desc{font-size:.9rem;text-align:center}.product-detail .info .btn{width:100%}}.cart{position:fixed;top:0;right:0;width:360px;height:100%;background:#fff;box-shadow:-2px 0 10px #00000026;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;z-index:999}.cart.open{transform:translate(0)}.cart header{padding:1rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.cart header .close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;line-height:1;color:#333}.cart .items{flex:1;overflow-y:auto;padding:1rem}.cart .items .cart-item{display:flex;gap:1rem;margin-bottom:1rem}.cart .items .cart-item img{width:80px;height:80px;object-fit:cover;flex-shrink:0}.cart .items .cart-item .details{flex:1}.cart .items .cart-item .details .name{font-weight:600;margin-bottom:.25rem}.cart .items .cart-item .details .price{font-size:.95rem;color:#555;margin-bottom:.5rem}.cart .items .cart-item .details .quantity{display:flex;align-items:center;gap:.5rem}.cart .items .cart-item .details .quantity button{width:24px;height:24px;border:none;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;justify-content:center;align-items:center}.cart .items .cart-item .details .quantity span{min-width:20px;text-align:center}.cart footer{padding:1rem;border-top:1px solid #eee;display:flex;flex-direction:column;gap:.75rem}.cart footer .total{display:flex;justify-content:space-between;font-weight:600;font-size:1rem}.cart footer .checkout-btn{background:transparent;border:1px solid var(--fg);padding:.75rem;font-size:1rem;text-transform:uppercase;cursor:pointer;transition:ease-in-out .2s}.cart footer .checkout-btn:hover{transform:translate(2px,-2px);box-shadow:-4px 4px 0 var(--fg)}.cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:998}.cart-backdrop.open{opacity:1;pointer-events:auto}@media (max-width: 680px){.cart{width:100vw;max-width:none;height:100vh;height:100dvh;right:0;left:auto;background:#fff;border-left:1px solid #eee;box-shadow:-12px 0 24px #0000002e;z-index:999;--cart-footer-h: 112px}.cart header{padding:max(1rem,env(safe-area-inset-top)) 1rem 1rem 1rem;border-bottom:1px solid #eee;gap:.5rem}.cart header h3,.cart header h4,.cart header .title{margin:0;font-size:1.05rem;line-height:1.2}.cart header .close-btn{background:none;border:none;font-size:1.75rem;cursor:pointer;line-height:1;padding:.25rem;-webkit-tap-highlight-color:transparent}.cart .items{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1rem;padding-bottom:calc(var(--cart-footer-h) + 12px)}.cart .items .cart-item{display:flex;gap:.75rem;margin-bottom:1rem}.cart .items .cart-item img{width:72px;height:72px;object-fit:cover;flex-shrink:0}.cart .items .cart-item .details{flex:1;min-width:0}.cart .items .cart-item .details .name{font-weight:600;margin-bottom:.25rem;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart .items .cart-item .details .price{font-size:.9rem;color:#555;margin-bottom:.5rem}.cart .items .cart-item .details .quantity{display:flex;align-items:center;gap:.5rem}.cart .items .cart-item .details .quantity button{width:34px;height:34px;border:1px solid #ddd;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;justify-content:center;align-items:center;background:#fff}.cart .items .cart-item .details .quantity span{min-width:24px;text-align:center}.cart footer{position:sticky;bottom:0;left:0;right:0;padding:.75rem 1rem max(1rem,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #eee;box-shadow:0 -8px 16px #0000000f;display:grid;gap:.75rem;min-height:var(--cart-footer-h)}.cart footer .total{display:flex;justify-content:space-between;align-items:baseline;font-weight:600;font-size:1rem}.cart footer .checkout-btn{width:100%;background:transparent;border:1.5px solid var(--fg);padding:.9rem 1rem;font-size:1rem;text-transform:uppercase;cursor:pointer;transition:ease-in-out .2s}.cart footer .checkout-btn:hover{transform:translate(2px,-2px);box-shadow:-4px 4px 0 var(--fg)}}@media (max-width: 680px) and (prefers-reduced-motion: reduce){.cart,.cart-backdrop{transition:none}}.admin-login{max-width:400px;margin:4rem auto;padding:2rem;border:1px solid #e0e0e0;border-radius:12px;background:#fff;box-shadow:0 4px 12px #0000000d}.admin-login h2{text-align:center;margin-bottom:1.5rem;font-size:1.6rem;font-weight:600}.admin-login form{display:flex;flex-direction:column;gap:1rem}.admin-login form input{padding:.75rem 1rem;font-size:1rem;border:1px solid #ccc;border-radius:8px;transition:border-color .2s}.admin-login form input:focus{outline:none;border-color:#333}.admin-login form button{background:#111;color:#fff;font-weight:600;padding:.75rem 1rem;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.admin-login form button:hover{background:#333}.admin-login p{text-align:center;margin-top:1rem;font-size:.95rem}.admin-login p.error{color:red}.admin-login p.success{color:green}.admin-dashboard{padding:2rem;max-width:900px;margin:0 auto}.admin-dashboard h2,.admin-dashboard h3{margin-bottom:1rem}.admin-dashboard form{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.admin-dashboard form input{flex:1 1 160px;padding:.4rem;border:1px solid #ddd;border-radius:4px}.admin-dashboard form button{background:#000;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;cursor:pointer}.admin-dashboard form button:hover{background:#444}.admin-dashboard ul{list-style:none;padding:0}.admin-dashboard ul li{padding:.5rem 0;border-bottom:1px solid #eee}.admin-dashboard ul li .item-row{display:flex;justify-content:space-between;align-items:center}.admin-dashboard ul li .actions{display:flex;gap:.5rem}.admin-dashboard ul li .actions button{padding:.3rem .8rem;border:none;border-radius:4px;cursor:pointer}.admin-dashboard ul li .actions button.edit{background:#eee;color:#000}.admin-dashboard ul li .actions button.edit:hover{background:#ccc}.admin-dashboard ul li .actions button.delete{background:#e53935;color:#fff}.admin-dashboard ul li .actions button.delete:hover{background:#c62828}.admin-dashboard ul li .edit-form{display:flex;flex-wrap:wrap;gap:.5rem}.admin-dashboard ul li .edit-form input{flex:1 1 140px}.admin-dashboard ul li .edit-form button{background:#000;color:#fff}.admin-dashboard ul li .edit-form button:hover{background:#444}@media (max-width: 768px){.admin-dashboard{padding:1rem;max-width:100%}.admin-dashboard h2,.admin-dashboard h3{font-size:1.2rem;margin-bottom:.75rem}.admin-dashboard form{flex-direction:column;gap:.75rem}.admin-dashboard form input{flex:1 1 100%;width:100%}.admin-dashboard form button{width:100%}.admin-dashboard ul li .item-row{flex-direction:column;align-items:flex-start;gap:.5rem}.admin-dashboard ul li .actions{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:.5rem}.admin-dashboard ul li .actions button{flex:1 1 auto}.admin-dashboard ul li .edit-form{flex-direction:column}.admin-dashboard ul li .edit-form input{flex:1 1 100%;width:100%}.admin-dashboard ul li .edit-form button{width:100%}}:root{--bg: #ffffff;--card: #fafafa;--fg: #000000;--fg-dim: #666666;--line: #e5e5e5;--bg-dim: #f0f0f0;--pink: #ff779d}@font-face{font-family:Kepler452B;src:url(/fonts/kepler452b/Kepler452b-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Kepler452B Mono;src:url(/fonts/kepler452b/Kepler452b-Mono.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Maker Mono;src:url(/fonts/maker-mono/maker-mono.ttf) format("truetype");font-weight:400;font-style:normal}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:Helvetica,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;text-transform:uppercase;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{width:min(1100px,100% - 2rem);margin-inline:auto}.page{display:grid;gap:1rem;padding:1rem 0}.stack{display:grid;gap:.5rem}h1,h2,h3{margin:0;font-weight:700}h1{font-size:3rem;letter-spacing:.02em}h2{font-size:1.5rem}p{margin:0}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:var(--card);border:1px solid var(--line);padding:.1rem .3rem;border-radius:6px}.btn{background:var(--bg);border:1px solid var(--fg);padding:.75rem 1rem;font-size:1rem;text-transform:uppercase;cursor:pointer;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.btn:hover{transform:translate(2px,-2px);box-shadow:-4px 4px 0 var(--fg)}.btn:active{transform:translate(0);box-shadow:none}@media (hover: hover) and (pointer: fine){.btn:hover{transform:translate(2px,-2px);box-shadow:-4px 4px 0 var(--fg)}}@media (max-width: 680px){html{font-size:clamp(14px,3.6vw,16px)}.page{display:grid;gap:.75rem;padding:.75rem 0}.stack{display:grid;gap:.4rem}h1{font-size:clamp(1.75rem,9vw,2.25rem);letter-spacing:.02em}h2{font-size:clamp(1.125rem,5.5vw,1.375rem)}code{font-size:.9rem;padding:.08rem .28rem;border-radius:5px}.btn{padding:.9rem 1rem;min-height:44px}p{line-height:1.25}}:focus-visible{outline:2px solid var(--fg);outline-offset:2px}
