.pc-layout{background-color:#131313;color:#fff;min-height:100vh;display:flex;flex-direction:column;font-family:Inter,Space Grotesk,-apple-system,sans-serif}.pc-layout a{color:inherit;text-decoration:none}.pc-layout button{font-family:inherit}.pc-layout .img-placeholder{background:#a5e7ff1a;border:1px dashed rgba(165,231,255,.3);display:flex;align-items:center;justify-content:center;color:#a5e7ff;border-radius:8px}.pc-layout .header{display:flex;justify-content:space-between;align-items:center;padding:20px 60px;background:#131313d9;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:100}.pc-layout .header .logo{font-size:28px;font-weight:700;color:#a5e7ff;letter-spacing:-1px}.pc-layout .header .nav{display:flex;gap:40px}.pc-layout .header .nav a{font-size:16px;color:#e5e2e1;transition:color .3s}.pc-layout .header .nav a:hover{color:#a5e7ff}.pc-layout .header .actions{display:flex;gap:20px;align-items:center}.pc-layout .header .actions .cart-btn{background:transparent;border:1px solid #a5e7ff;color:#a5e7ff;padding:8px 20px;border-radius:20px;cursor:pointer;transition:all .3s;font-weight:700}.pc-layout .header .actions .cart-btn:hover{background:#a5e7ff;color:#131313}.pc-layout .footer{background:#0e0e0e;border:1px solid rgba(255,255,255,.05);border-radius:20px;margin:80px 60px 32px;padding:0 32px}.pc-layout .footer .footer-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:40px 0}.pc-layout .footer .footer-brand{display:flex;flex-direction:column;gap:8px}.pc-layout .footer .footer-brand-name{font-size:24px;font-weight:700;color:#a5e7ff;letter-spacing:.35px}.pc-layout .footer .footer-copy{font-size:14px;color:#e5e2e166}.pc-layout .footer .footer-links{display:flex;gap:32px}.pc-layout .footer .footer-links a{font-size:16px;color:#e5e2e199;text-decoration:none;letter-spacing:.35px;transition:color .2s}.pc-layout .footer .footer-links a:hover{color:#a5e7ff}.pc-layout .footer .footer-socials{display:flex;gap:16px;align-items:center}.pc-layout .footer .footer-icon{display:flex;align-items:center;justify-content:center;color:#e5e2e166;cursor:pointer;transition:color .2s}.pc-layout .footer .footer-icon:hover{color:#a5e7ff}.pc-layout .main-content{flex:1;max-width:1280px;margin:0 auto;width:100%;padding:40px 60px}.mobile-layout{min-height:100vh;display:flex;flex-direction:column;background-color:#131313;color:#fff;font-family:Space Grotesk,Inter,sans-serif}.mobile-content{flex:1;padding:60px 0 64px}.img-placeholder{background:linear-gradient(135deg,#1e2830,#253540);border:1px solid #2a3a44;display:flex;align-items:center;justify-content:center;color:#555;font-size:14px}.mobile-header{position:fixed;top:0;left:0;width:100%;height:60px;background:#0d1113f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:200;border-bottom:1px solid #1f2e35;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:0 10px;box-sizing:border-box}.mobile-header .menu-btn{background:none;border:none;color:#e5e2e1;font-size:22px;cursor:pointer;padding:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.mobile-header .header-title{text-align:center;font-size:17px;font-weight:600;color:#e5e2e1}.mobile-header .cart-btn{color:#e5e2e1;text-decoration:none;position:relative;display:flex;align-items:center;justify-content:flex-end;width:44px;height:44px}.mobile-header .cart-badge{position:absolute;top:4px;right:0;background:#00d2ff;color:#131313;font-size:10px;font-weight:700;padding:1px 5px;border-radius:8px;min-width:16px;text-align:center}.mobile-drawer{position:fixed;right:0;bottom:0;left:0;background:#0009;z-index:150;top:60px}.mobile-drawer .drawer-inner{background:#0d1113;width:240px;height:100%;padding:20px 0;border-right:1px solid #1f2e35}.mobile-drawer .drawer-link{display:block;padding:16px 24px;color:#bbc9cf;text-decoration:none;font-size:16px;border-bottom:1px solid #1a2428;transition:color .2s,background .2s}.mobile-drawer .drawer-link:hover{color:#00d2ff;background:#1a2428}.mobile-tabbar{position:fixed;bottom:0;left:0;width:100%;height:56px;background:#0a0e10f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid #1f2e35;display:grid;grid-template-columns:repeat(4,1fr);z-index:200}.mobile-tabbar .tab-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:#859399;font-size:11px;transition:color .2s}.mobile-tabbar .tab-item.active{color:#00d2ff}.page-mini-footer{text-align:center;padding:32px 16px 16px;border-top:1px solid #1f2e35;margin-top:40px}.page-mini-footer .brand-name{font-size:16px;font-weight:700;color:#00d2ff;margin-bottom:8px}.page-mini-footer .footer-links{display:flex;justify-content:center;gap:20px;margin-bottom:8px}.page-mini-footer .footer-links a{color:#859399;text-decoration:none;font-size:12px}.page-mini-footer .copyright{color:#4a5a62;font-size:11px}.sticky-bottom-bar{position:fixed;bottom:56px;left:0;width:100%;background:#0a0e10fa;border-top:1px solid #1f2e35;padding:10px 16px;box-sizing:border-box;z-index:210;display:flex;align-items:center;justify-content:space-between;gap:12px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333;background-color:#f5f5f5}img{max-width:100%}.placeholder{background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;color:#999}
