*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8f9fa;color:#1a1a2e;line-height:1.5}a{color:inherit;text-decoration:none}.header{background:#fff;border-bottom:1px solid #e8e8e8;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:60px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.header-brand{font-size:1.2rem;font-weight:700;color:#e05c2e}.header-nav{display:flex;align-items:center;gap:1.5rem;font-size:.875rem}.header-nav a{color:#444}.header-nav a:hover{color:#e05c2e}.header-user{font-size:.8rem;color:#666}.btn{display:inline-block;padding:.4rem 1rem;border-radius:6px;font-size:.875rem;cursor:pointer;border:none;font-family:inherit}.btn-primary{background:#e05c2e;color:#fff}.btn-primary:hover{background:#c94e22}.btn-ghost{background:transparent;color:#555;padding:.25rem .5rem}.btn-ghost:hover{color:#e05c2e}.main{max-width:1200px;margin:0 auto;padding:2rem}.hero{text-align:center;padding:3rem 0 2rem}.hero h1{font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.hero p{color:#666;font-size:1.05rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1rem;gap:1rem;margin-top:2rem}.category-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;overflow:hidden;text-align:center;transition:box-shadow .15s,border-color .15s}.category-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);border-color:#e05c2e}.category-img{width:100%;height:130px;object-fit:cover;display:block}.category-name{font-weight:600;font-size:.9rem;padding:.75rem .5rem}.page-heading{margin-bottom:1.5rem}.page-heading h1{font-size:1.75rem;font-weight:700}.page-heading p{color:#666;margin-top:.25rem;font-size:.9rem}.all-products-heading{display:flex;align-items:baseline;gap:.75rem;margin:2.5rem 0 1.25rem;padding-top:2rem;border-top:1px solid #e8e8e8}.all-products-heading h2{font-size:1.25rem;font-weight:700}.all-products-heading span{font-size:.875rem;color:#888}.back-link{display:inline-flex;align-items:center;gap:.25rem;color:#666;font-size:.875rem;margin-bottom:1rem}.back-link:hover{color:#e05c2e}.products-layout{display:grid;grid-template-columns:260px 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start}.category-sidebar{position:-webkit-sticky;position:sticky;top:1.5rem}.category-sidebar-img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;margin-bottom:1.25rem}.category-sidebar-title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.category-sidebar-count{color:#666;font-size:.875rem}.category-main{min-width:0}.filters{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-link{font-size:.8rem;padding:.3rem .75rem;border-radius:20px;background:#fff;border:1px solid #ddd;color:#555;transition:all .15s}.filter-link:hover{border-color:#e05c2e;color:#e05c2e}.filter-link.active{background:#e05c2e;border-color:#e05c2e;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.25rem;gap:1.25rem}.product-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:1.25rem;transition:box-shadow .15s;display:flex;flex-direction:column;gap:.5rem}.product-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.product-card h3{font-size:.95rem;font-weight:600}.product-card .price{font-size:1.1rem;font-weight:700;color:#e05c2e}.product-card .desc{font-size:.8rem;color:#666;line-height:1.45;flex:1 1}.product-card .themes{display:flex;gap:.3rem;flex-wrap:wrap}.theme-tag{font-size:.7rem;background:#f0f0f0;color:#555;padding:.15rem .45rem;border-radius:4px}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;font-size:.9rem;color:#555}.product-hero{display:grid;grid-template-columns:260px 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start;margin-bottom:3rem}.product-hero-img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;position:-webkit-sticky;position:sticky;top:1.5rem}.product-hero-content{display:flex;flex-direction:column;gap:.75rem}.product-hero-title{font-size:1.75rem;font-weight:700}.product-hero-content .price{font-size:1.5rem;font-weight:700;color:#e05c2e}.product-hero-content .desc{color:#444;line-height:1.65}.product-hero-content .meta{font-size:.85rem;color:#666}.product-hero-content .meta p{margin-bottom:.25rem}@media (max-width:700px){.product-hero{grid-template-columns:1fr}.product-hero-img{position:static;aspect-ratio:16/9}}.templates-section h2{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.template-list{display:flex;flex-direction:column;gap:.625rem;max-height:480px;overflow-y:auto}.template-item{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:.75rem 1rem}.template-item h3{font-size:.875rem;font-weight:600}.template-item .meta{font-size:.75rem;color:#888;margin-top:.15rem}.add-to-cart-panel{display:flex;flex-direction:column;gap:1.25rem}.template-picker h2{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.template-item-btn{width:100%;text-align:left;background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:.75rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:border-color .12s,box-shadow .12s;font-family:inherit}.template-item-btn:hover{border-color:#e05c2e}.template-selected{border-color:#e05c2e!important;box-shadow:0 0 0 2px rgba(224,92,46,.18)}.template-item-check{width:18px;height:18px;border-radius:50%;border:2px solid #ddd;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#e05c2e;flex-shrink:0}.template-selected .template-item-check{border-color:#e05c2e;background:#fff0eb}.cart-controls{gap:1rem;flex-wrap:wrap}.cart-controls,.qty-control{display:flex;align-items:center}.qty-control{border:1px solid #ddd;border-radius:8px;overflow:hidden}.qty-btn{background:#f5f5f5;border:none;padding:.4rem .75rem;font-size:1.1rem;cursor:pointer;line-height:1;color:#555}.qty-btn:hover:not(:disabled){background:#ebebeb}.qty-btn:disabled{opacity:.4;cursor:default}.qty-value{padding:.4rem .9rem;font-size:.95rem;font-weight:600;min-width:2rem;text-align:center}.add-to-cart-btn{white-space:nowrap;padding:.5rem 1.25rem;font-size:.95rem}.add-to-cart-success{color:#065f46;font-size:.875rem;margin-top:.25rem}.cart-link-inline{color:#e05c2e;font-weight:600}.login-page{max-width:400px;margin:4rem auto}.login-page h1{font-size:1.75rem;font-weight:700;margin-bottom:.375rem}.login-page>p{color:#666;margin-bottom:2rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.form-group input{width:100%;padding:.625rem .875rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem;font-family:inherit}.form-group input:focus{outline:none;border-color:#e05c2e;box-shadow:0 0 0 3px rgba(224,92,46,.12)}.error-msg{color:#dc2626;font-size:.875rem;margin-top:.75rem}.hint{font-size:.78rem;color:#999;margin-top:1.5rem;line-height:1.5}.rec-section{margin-top:3rem}.rec-heading{font-size:1.3rem;font-weight:700;margin-bottom:1rem}.rec-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:1rem;gap:1rem}.rec-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:1rem;display:flex;flex-direction:column;gap:.375rem;transition:box-shadow .15s,border-color .15s}.rec-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);border-color:#e05c2e}.rec-card-name{font-size:.85rem;font-weight:600;line-height:1.35}.rec-card-price{font-size:.9rem;font-weight:700;color:#e05c2e;margin-top:auto}.upload-form{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.file-label{display:inline-block;cursor:pointer}.file-input-hidden{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}.file-btn{display:inline-block;padding:.4rem 1rem;border:1px dashed #aaa;border-radius:6px;font-size:.875rem;color:#555;background:#fff;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-btn:hover{border-color:#e05c2e;color:#e05c2e}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1rem;gap:1rem}.photo-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;gap:0;text-align:center}.photo-card .photo-delete,.photo-card .photo-filename,.photo-card .photo-meta{padding:0 .75rem}.photo-card .photo-filename{padding-top:.6rem}.photo-card .photo-meta:last-of-type{padding-bottom:.25rem}.photo-thumb-placeholder{font-size:2.5rem;padding:1.25rem 0 .25rem;text-align:center}.photo-thumb-img{width:100%;aspect-ratio:1;object-fit:cover;display:block;background:#f0f0f0}.photo-section-heading{font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.photo-section-sub{font-size:.85rem;color:#666;margin-bottom:1rem}.photo-filename{font-size:.8rem;font-weight:600;word-break:break-all}.photo-meta{font-size:.72rem;color:#888;margin-bottom:.2rem}.photo-delete{margin-top:.5rem;color:#dc2626;font-size:.78rem}.photo-delete:hover{color:#991b1b}.photos-empty{text-align:center;padding:4rem 0;color:#888}.photos-empty-icon{display:block;font-size:3rem;margin-bottom:.75rem}.photos-empty p{font-size:.95rem}.cart-empty{text-align:center;padding:4rem 0;color:#888}.cart-empty-icon{display:block;font-size:3rem;margin-bottom:.75rem}.cart-empty p{font-size:.95rem}.cart-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.cart-item{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem}.cart-item-info{flex:1 1}.cart-item-title{font-weight:600;font-size:.9rem}.cart-item-meta{font-size:.78rem;color:#888;margin-top:.15rem}.cart-item-price{font-weight:700;font-size:1rem;color:#e05c2e;min-width:5rem;text-align:right}.cart-item-remove{color:#dc2626;font-size:.78rem}.cart-item-remove:hover{color:#991b1b}.cart-footer{border-top:2px solid #e8e8e8;padding-top:1.25rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.cart-total{display:flex;align-items:baseline;gap:.75rem;font-size:1rem;color:#444}.cart-total-amount{font-size:1.5rem;font-weight:700;color:#1a1a2e}.cart-actions{display:flex;gap:.75rem}.checkout-layout{display:grid;grid-template-columns:1fr 380px;grid-gap:2rem;gap:2rem;align-items:start}@media (max-width:800px){.checkout-layout{grid-template-columns:1fr}}.checkout-section-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e8e8e8}.checkout-form{display:flex;flex-direction:column}.checkout-row{display:flex;gap:.75rem}.checkout-submit{margin-top:1.5rem;width:100%;padding:.75rem;font-size:1rem}.checkout-summary{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:1.25rem}.checkout-summary-items{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1rem}.checkout-summary-item{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;font-size:.875rem}.checkout-summary-title{flex:1 1;color:#333}.checkout-summary-price{font-weight:600;white-space:nowrap}.checkout-summary-total{display:flex;justify-content:space-between;font-weight:700;font-size:1rem;padding-top:.75rem;border-top:1px solid #e8e8e8;color:#e05c2e}.checkout-hint{margin-top:.75rem;font-size:.73rem;color:#aaa;line-height:1.4}.orders-list{display:flex;flex-direction:column;gap:.75rem}.order-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:1rem 1.25rem;display:block;transition:box-shadow .15s,border-color .15s}.order-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.07);border-color:#e05c2e}.order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.order-id{font-size:.82rem;font-family:monospace;color:#555}.order-status{font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:20px;text-transform:uppercase;letter-spacing:.03em}.status-active{background:#e8f4fd;color:#2563eb}.status-shipped{background:#fef3c7;color:#b45309}.status-delivered{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}.order-card-meta{display:flex;gap:1.5rem;font-size:.8rem;color:#666}.order-total{font-weight:700;color:#1a1a2e}.order-pipeline{display:flex;align-items:flex-start;gap:0;margin-bottom:2rem;overflow-x:auto;padding-bottom:.5rem}.pipeline-step{display:flex;flex-direction:column;align-items:center;flex:1 1;min-width:80px;position:relative}.pipeline-step+.pipeline-step:before{content:"";position:absolute;left:-50%;top:7px;width:100%;height:2px;background:#e8e8e8;z-index:0}.pipeline-done+.pipeline-step:before{background:#e05c2e}.pipeline-dot{width:16px;height:16px;border-radius:50%;background:#e8e8e8;border:2px solid #e8e8e8;position:relative;z-index:1}.pipeline-done .pipeline-dot{background:#e05c2e;border-color:#e05c2e}.pipeline-label{font-size:.72rem;color:#888;margin-top:.4rem;text-align:center}.pipeline-done .pipeline-label{color:#e05c2e;font-weight:600}.order-detail-layout{display:grid;grid-template-columns:1fr 300px;grid-gap:2rem;gap:2rem;align-items:start}@media (max-width:700px){.order-detail-layout{grid-template-columns:1fr}}.order-address-section,.order-items-section{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:1.25rem}.order-address{font-size:.9rem;line-height:1.75;color:#444}.customize-panel{display:flex;flex-direction:column;gap:.75rem}.customize-cta{font-size:1rem;padding:.75rem 1.5rem;width:100%;text-align:center}.customize-panel-hint{font-size:.8rem;color:#888}.customize-layout{display:grid;grid-template-columns:300px 1fr;grid-gap:2rem;gap:2rem;align-items:start}@media (max-width:800px){.customize-layout{grid-template-columns:1fr}}.customize-sidebar{position:-webkit-sticky;position:sticky;top:76px;display:flex;flex-direction:column;gap:1rem}.customize-title{font-size:1.5rem;font-weight:700}.customize-price{font-size:1.3rem;font-weight:700;color:#e05c2e}.customize-section{display:flex;flex-direction:column;gap:.5rem}.customize-section-title{font-size:1rem;font-weight:600;margin-bottom:.25rem}.customize-tmpl-name{font-size:.875rem;font-weight:600}.customize-hint{font-size:.82rem;color:#666;line-height:1.45}.customize-submit{width:100%;padding:.75rem;font-size:.95rem}.customize-submit:disabled{opacity:.45;cursor:default}.customize-loading{color:#888;font-size:.9rem;padding:2rem 0}.customize-picker-area{min-height:400px}.photo-picker-counter{font-size:.85rem;font-weight:600;color:#555;margin-bottom:.75rem}.photo-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.5rem;gap:.5rem}.photo-picker-thumb{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:#e8e8e8;transition:border-color .12s,opacity .12s}.photo-picker-thumb:hover:not(.photo-picker-disabled){border-color:#e05c2e}.photo-picker-selected{border-color:#e05c2e!important;box-shadow:0 0 0 2px rgba(224,92,46,.25)}.photo-picker-disabled{opacity:.35;cursor:default}.photo-picker-img{width:100%;height:100%;object-fit:cover;display:block}.photo-picker-badge{position:absolute;top:6px;right:6px;min-width:22px;height:22px;border-radius:11px;background:#e05c2e;color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 1px 4px rgba(0,0,0,.3)}.checkout-status-msg{font-size:.875rem;color:#555;margin-bottom:.75rem;padding:.5rem .75rem;background:#fff8e1;border-left:3px solid #f59e0b;border-radius:4px}