*{box-sizing:border-box}:root{--sidebar-w: 232px;--bg: #f5f6fa;--surface: #ffffff;--border: #e6e8ee;--text: #1b1f2a;--text-muted: #767c8c;--primary: #4f5eff;--primary-dark: #3c49e0;--primary-soft: #edefff;--ok-bg: #e5f7ee;--ok-text: #178a56;--warn-bg: #fff5e0;--warn-text: #b3760a;--off-bg: #eef0f4;--off-text: #6b7280;--danger-bg: #fdeceb;--danger-text: #c8402f;--shadow-sm: 0 1px 2px rgba(20, 22, 40, .04), 0 1px 6px rgba(20, 22, 40, .03);--shadow-md: 0 4px 14px rgba(20, 22, 40, .06);--radius: 12px}body{margin:0;font-family:-apple-system,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:var(--bg);color:var(--text);font-size:14px}.app-shell{min-height:100vh;display:flex}.app-main{flex:1;margin-left:var(--sidebar-w);min-height:100vh}.app-main-inner{max-width:1180px;margin:0 auto;padding:32px 36px 60px}.app-main-inner-wide{max-width:none}.sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-w);background:#171a2b;color:#cbd0e6;display:flex;flex-direction:column;z-index:10}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:22px 20px 18px}.sidebar-brand-mark{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--primary),#8b7dff);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:15px;flex-shrink:0}.sidebar-brand-title{font-size:14px;font-weight:600;color:#f4f5ff}.sidebar-brand-sub{font-size:11px;color:#7d84a3;margin-top:1px}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:2px;padding:8px 12px;overflow-y:auto}.sidebar-link{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:8px;color:#a7acc6;text-decoration:none;font-size:13.5px;transition:background .15s,color .15s}.sidebar-link svg{flex-shrink:0;opacity:.85}.sidebar-link:hover{background:#ffffff0f;color:#f0f1f8}.sidebar-link.active{background:var(--primary);color:#fff}.sidebar-link.active svg{opacity:1}.sidebar-user{display:flex;align-items:center;gap:10px;padding:16px 16px 20px;border-top:1px solid rgba(255,255,255,.08)}.sidebar-user-avatar{width:32px;height:32px;border-radius:50%;background:var(--primary-soft);color:var(--primary-dark);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;flex-shrink:0}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{font-size:13px;font-weight:500;color:#f0f1f8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-role{font-size:11px;color:#7d84a3}.sidebar-logout{background:none;border:none;color:#7d84a3;cursor:pointer;padding:6px;border-radius:6px;display:flex}.sidebar-logout:hover{color:#f0f1f8;background:#ffffff14}h1{font-size:21px;font-weight:600;margin:0 0 20px;color:var(--text)}h3{font-size:14.5px;font-weight:600;margin:0 0 14px;color:var(--text)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px 24px;margin-bottom:20px;box-shadow:var(--shadow-sm)}.card-row{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:20px}.stat-card{flex:1;min-width:180px;margin-bottom:0}.stat-card h3{color:var(--text-muted);font-weight:500;font-size:13px}.big-number{font-size:26px;font-weight:700;margin:4px 0 0;color:var(--text);letter-spacing:-.02em}.form-narrow{max-width:480px}label{display:block;margin-bottom:14px;font-size:13px;color:var(--text-muted);font-weight:500}input,select,textarea{display:block;width:100%;margin-top:6px;padding:9px 12px;border:1px solid var(--border);border-radius:8px;font-size:13.5px;color:var(--text);background:var(--surface);font-family:inherit;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}input:disabled{background:var(--bg);color:var(--text-muted)}textarea{min-height:84px;resize:vertical}.radio-row{display:flex;gap:20px;margin-bottom:16px}.radio-row label{margin:0;display:flex;align-items:center;gap:6px;color:var(--text);font-weight:400}.radio-row input{width:auto;margin:0}.btn-primary{background:var(--primary);color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:13.5px;font-weight:500;cursor:pointer;transition:background .15s}.btn-primary:hover{background:var(--primary-dark)}.btn-primary:disabled{background:var(--off-bg);color:var(--text-muted);cursor:not-allowed}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:9px 18px;font-size:13.5px;font-weight:500;cursor:pointer}.btn-secondary:hover{background:var(--bg)}.btn-small{background:var(--primary-soft);color:var(--primary-dark);border:none;border-radius:7px;padding:6px 12px;font-size:12.5px;font-weight:500;cursor:pointer;margin-right:6px}.btn-small:hover{background:#dfe2ff}.btn-small.danger{background:var(--danger-bg);color:var(--danger-text)}.btn-small.danger:hover{background:#fadbd8}.btn-link{background:none;border:none;color:var(--primary);cursor:pointer;font-size:13.5px;padding:0}.table{width:100%;border-collapse:collapse;font-size:13px}.table th,.table td{text-align:left;padding:11px 10px;border-bottom:1px solid var(--border)}.table th{color:var(--text-muted);font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.03em}.table tbody tr:hover{background:var(--bg)}.action-cell{white-space:nowrap}.table-link{color:var(--primary);text-decoration:none;font-weight:500}.table-link:hover{text-decoration:underline}.muted{color:var(--text-muted);font-size:13px}.hint{background:var(--ok-bg);color:var(--ok-text);padding:10px 14px;border-radius:8px;margin-bottom:16px;font-size:13px}.error-text{background:var(--danger-bg);color:var(--danger-text);padding:10px 14px;border-radius:8px;margin-bottom:16px;font-size:13px}.badge{display:inline-block;padding:4px 11px;border-radius:999px;font-size:12px;font-weight:500}.badge-ok{background:var(--ok-bg);color:var(--ok-text)}.badge-warn{background:var(--warn-bg);color:var(--warn-text)}.badge-off{background:var(--off-bg);color:var(--off-text)}.list-plain{list-style:none;padding:0;margin:0}.list-plain li{padding:14px 0;border-bottom:1px solid var(--border)}.list-plain li:last-child{border-bottom:none}.list-plain p{color:var(--text-muted);font-size:13px;margin:4px 0 0}.training-item{display:flex;justify-content:space-between;align-items:center;gap:16px}.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;background:linear-gradient(135deg,#171a2b,#2b2f4c)}.auth-brand{display:flex;align-items:center;gap:10px;color:#f4f5ff;text-decoration:none;font-size:16px;font-weight:600}.auth-card{background:var(--surface);padding:36px 32px;border-radius:16px;width:360px;box-shadow:var(--shadow-md)}.auth-card h2{margin:0 0 22px;font-size:19px;font-weight:600}.auth-switch{font-size:13px;text-align:center;margin-top:14px;color:var(--text-muted)}.auth-switch a{color:var(--primary);font-weight:500}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;flex-wrap:wrap;gap:12px}.detail-header h1{margin-bottom:4px}.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--text-muted);text-decoration:none;font-size:13px;margin-bottom:14px}.back-link:hover{color:var(--text)}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.info-item-label{font-size:12px;color:var(--text-muted);margin-bottom:4px}.info-item-value{font-size:14px;font-weight:500;color:var(--text)}.service-units{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.service-unit{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--border);border-radius:10px;font-size:13px}.service-unit.done{background:var(--ok-bg);border-color:#c3ecd7}.service-unit-check{width:20px;height:20px;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;color:transparent;font-size:12px;background:#fff}.service-unit.done .service-unit-check{background:var(--ok-text);border-color:var(--ok-text);color:#fff}.service-unit-check.readonly{cursor:default}.progress-bar-track{height:8px;border-radius:999px;background:var(--off-bg);overflow:hidden;margin-top:10px}.progress-bar-fill{height:100%;background:var(--primary);border-radius:999px;transition:width .2s}.upload-row{display:flex;align-items:center;gap:10px;margin-bottom:16px}.file-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border)}.file-item:last-child{border-bottom:none}.marketing{background:var(--bg);color:var(--text);overflow-x:hidden}.marketing section,.mkt-header,.mkt-footer{font-size:15px}.mkt-header{position:sticky;top:0;z-index:20;background:#171a2beb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.06)}.mkt-header-inner{max-width:1180px;margin:0 auto;padding:0 36px;height:68px;display:flex;align-items:center;gap:40px}.mkt-brand{display:flex;align-items:center;gap:10px;color:#f4f5ff;font-weight:600;font-size:15px;flex-shrink:0}.mkt-brand-mark{width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,var(--primary),#8b7dff);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;flex-shrink:0}.mkt-nav{display:flex;gap:32px;flex:1}.mkt-nav a{color:#b7bbd6;text-decoration:none;font-size:14px;transition:color .15s}.mkt-nav a:hover{color:#fff}.mkt-auth-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.mkt-auth-actions .btn-secondary{background:transparent;border-color:#ffffff2e;color:#e7e8f5}.mkt-auth-actions .btn-secondary:hover{background:#ffffff14}.btn-lg{padding:13px 26px;font-size:15px;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.mkt-hero{background:linear-gradient(160deg,#171a2b,#262b47 55%,#33396a);padding:96px 36px 110px;position:relative}.mkt-hero:after{content:"";position:absolute;inset:auto 0 0 0;height:120px;background:linear-gradient(to bottom,transparent,var(--bg));pointer-events:none}.mkt-hero-inner{max-width:760px;margin:0 auto;text-align:center;position:relative;z-index:1}.mkt-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 16px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#d6d9f5;font-size:12.5px;margin-bottom:28px}.mkt-hero h1{font-size:44px;line-height:1.28;font-weight:700;color:#fff;margin:0 0 20px;letter-spacing:-.01em}.mkt-hero-sub{font-size:16px;line-height:1.7;color:#b7bbd6;max-width:560px;margin:0 auto 36px}.mkt-hero-actions{display:flex;justify-content:center;gap:14px}.mkt-hero-actions .btn-secondary{background:#ffffff0f;border-color:#ffffff2e;color:#e7e8f5}.mkt-hero-actions .btn-secondary:hover{background:#ffffff1f}.mkt-stats{position:relative;z-index:1;margin-top:-64px;padding:0 36px}.mkt-stats-inner{max-width:1000px;margin:0 auto;background:var(--surface);border-radius:18px;box-shadow:var(--shadow-md);display:grid;grid-template-columns:repeat(4,1fr);padding:30px 20px}.mkt-stat{text-align:center;padding:0 12px;border-right:1px solid var(--border)}.mkt-stat:last-child{border-right:none}.mkt-stat-value{font-size:26px;font-weight:700;color:var(--text);letter-spacing:-.02em}.mkt-stat-label{font-size:12.5px;color:var(--text-muted);margin-top:4px}.mkt-section{padding:96px 36px}.mkt-section-alt{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.mkt-section-inner{max-width:1080px;margin:0 auto}.mkt-section-head{text-align:center;max-width:560px;margin:0 auto 52px}.mkt-eyebrow{display:inline-block;font-size:12.5px;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.mkt-section-head h2{font-size:30px;font-weight:700;margin:0 0 12px;letter-spacing:-.01em}.mkt-section-head p{color:var(--text-muted);font-size:15px;line-height:1.6;margin:0}.mkt-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.mkt-service-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:30px 26px;transition:transform .2s,box-shadow .2s}.mkt-service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.mkt-service-icon{width:46px;height:46px;border-radius:12px;background:var(--primary-soft);color:var(--primary-dark);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.mkt-service-card h3{font-size:16px;margin:0 0 8px}.mkt-service-card p{color:var(--text-muted);font-size:14px;line-height:1.65;margin:0}.mkt-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.mkt-step{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:26px 22px;position:relative}.mkt-step-num{font-size:12px;font-weight:700;color:var(--primary);letter-spacing:.05em;margin-bottom:14px}.mkt-step-icon{width:40px;height:40px;border-radius:10px;background:var(--off-bg);color:var(--text);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.mkt-step h4{font-size:15px;margin:0 0 6px}.mkt-step p{color:var(--text-muted);font-size:13.5px;line-height:1.6;margin:0}.mkt-testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:28px 26px}.mkt-stars{display:flex;gap:3px;color:#f5a623;margin-bottom:14px}.mkt-stars svg{width:15px;height:15px;fill:currentColor;stroke:none}.mkt-quote{font-size:14.5px;line-height:1.7;color:var(--text);margin:0 0 20px}.mkt-testimonial-author{display:flex;align-items:center;gap:10px}.mkt-avatar{width:36px;height:36px;border-radius:50%;background:var(--off-bg);color:var(--text-muted);display:flex;align-items:center;justify-content:center}.mkt-author-name{font-size:13.5px;font-weight:600}.mkt-author-role{font-size:12px;color:var(--text-muted)}.mkt-cta{background:linear-gradient(135deg,#171a2b,#2b2f4c);padding:80px 36px;text-align:center}.mkt-cta-inner h2{color:#fff;font-size:28px;font-weight:700;margin:0 0 12px}.mkt-cta-inner p{color:#b7bbd6;font-size:15px;margin:0 0 28px}.mkt-footer{background:#12141f;padding:44px 36px}.mkt-footer-inner{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.mkt-footer-brand{display:flex;align-items:center;gap:10px;color:#f4f5ff;font-weight:600}.mkt-footer-links{display:flex;gap:24px}.mkt-footer-links a{color:#9aa0c2;text-decoration:none;font-size:13.5px}.mkt-footer-links a:hover{color:#fff}.mkt-footer-meta{display:flex;flex-direction:column;gap:4px;color:#6b7194;font-size:12.5px;text-align:right}@media (max-width: 860px){.mkt-nav{display:none}.mkt-stats-inner{grid-template-columns:repeat(2,1fr);gap:24px 0}.mkt-stat{border-right:none}.mkt-card-grid{grid-template-columns:1fr}.mkt-steps{grid-template-columns:1fr 1fr}.mkt-hero h1{font-size:32px}.mkt-footer-inner{flex-direction:column;align-items:flex-start}.mkt-footer-meta{text-align:left}}.ring-progress-value{font-size:20px;font-weight:700;fill:var(--text)}.ring-progress-label{font-size:11px;fill:var(--text-muted)}.progress-overview{display:flex;align-items:center;gap:36px;flex-wrap:wrap}.progress-overview-stats{display:flex;gap:32px;flex-wrap:wrap}.progress-stat-value{font-size:22px;font-weight:700;color:var(--text)}.progress-stat-label{font-size:12.5px;color:var(--text-muted);margin-top:2px}.star-rating{display:inline-flex;gap:3px;align-items:center}.star{color:var(--off-bg);cursor:pointer;display:inline-flex}.star svg{width:100%;height:100%;fill:currentColor;stroke:none}.star.filled{color:#f5a623}.star-rating.readonly .star{cursor:default}.timeline{display:flex;flex-direction:column}.timeline-item{display:flex;gap:16px}.timeline-marker-col{display:flex;flex-direction:column;align-items:center;width:32px;flex-shrink:0}.timeline-marker{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;background:var(--off-bg);color:var(--text-muted);flex-shrink:0}.timeline-marker.done{background:var(--ok-text);color:#fff}.timeline-line{width:2px;flex:1;background:var(--border);margin:4px 0;min-height:24px}.timeline-item.done .timeline-line{background:#b9ecd3}.timeline-content{flex:1;padding-bottom:26px;min-width:0}.timeline-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;cursor:pointer}.timeline-title{font-size:14px;font-weight:600;color:var(--text)}.timeline-meta{font-size:12.5px;color:var(--text-muted);margin-top:3px}.timeline-toggle{background:none;border:1px solid var(--border);border-radius:6px;padding:4px 10px;font-size:12px;color:var(--text-muted);cursor:pointer;flex-shrink:0}.timeline-toggle:hover{background:var(--bg)}.timeline-body{margin-top:14px;padding:16px 18px;background:var(--bg);border-radius:10px;font-size:13px}.timeline-list{margin:0;padding-left:18px;color:var(--text);line-height:1.7}.timeline-note{color:var(--text-muted);line-height:1.7;margin:0}.timeline-actions{margin-top:12px}.timeline-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.attachment-chip{display:inline-flex;align-items:center;gap:6px;background:var(--primary-soft);color:var(--primary-dark);border-radius:7px;padding:5px 10px;font-size:12.5px}.attachment-chip span{cursor:pointer}.attachment-remove{background:none;border:none;color:var(--primary-dark);cursor:pointer;font-size:14px;line-height:1;padding:0}.timeline-upload{margin-top:12px}.timeline-rating{display:flex;align-items:center;gap:10px;margin-top:12px;flex-wrap:wrap}.mkt-unit-list{display:flex;flex-direction:column;gap:12px;max-width:780px;margin:0 auto}.mkt-unit-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px 22px;transition:border-color .15s}.mkt-unit-card.open{border-color:var(--primary)}.mkt-unit-head{display:flex;align-items:center;gap:16px;cursor:pointer}.mkt-unit-num{font-size:15px;font-weight:700;color:var(--primary);width:34px;flex-shrink:0}.mkt-unit-head-text{flex:1;min-width:0}.mkt-unit-head-text h4{font-size:15px;margin:0 0 3px}.mkt-unit-head-text p{font-size:13px;color:var(--text-muted);margin:0}.mkt-unit-body{margin-top:16px;padding-top:16px;border-top:1px solid var(--border);font-size:13px}.shop-toolbar{display:flex;flex-direction:column;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;margin-bottom:22px;box-shadow:var(--shadow-sm)}.shop-toolbar-top{display:flex;align-items:center;gap:14px}.shop-search{flex:1;display:flex;align-items:center;gap:10px;background:var(--bg);border-radius:10px;padding:0 14px}.shop-search svg{color:var(--text-muted);flex-shrink:0}.shop-search input{border:none;background:none;padding:10px 0;margin:0}.shop-search input:focus{box-shadow:none}.shop-count{font-size:12.5px;color:var(--text-muted);white-space:nowrap}.shop-filters{display:flex;flex-wrap:wrap;gap:18px;align-items:center;padding-top:14px;border-top:1px solid var(--border)}.shop-filter-group{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--text-muted)}.shop-filter-group input[type=number]{width:84px;margin:0}.shop-filter-group select{width:auto;margin:0}.shop-filter-sep{color:var(--text-muted)}.shop-filter-checkbox{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none}.shop-filter-checkbox input{width:auto;margin:0}.shop-filter-reset{margin-left:auto}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}.shop-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .18s,box-shadow .18s;cursor:pointer;display:flex;flex-direction:column}.shop-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.shop-card-media{position:relative;aspect-ratio:16 / 10;background:linear-gradient(135deg,#4f5eff,#7c3aed);overflow:hidden}.shop-card-media img{width:100%;height:100%;object-fit:cover;display:block}.shop-card-seq{position:absolute;top:10px;left:10px;background:#0f111e8c;color:#fff;font-size:11.5px;font-weight:600;padding:4px 10px;border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.shop-card-price{position:absolute;bottom:10px;right:10px;background:linear-gradient(135deg,#ff7a45,#ff4d6d);color:#fff;font-size:12.5px;font-weight:700;padding:5px 12px;border-radius:999px;box-shadow:0 4px 10px #ff4d6d59}.img-carousel{position:relative;width:100%;height:100%}.img-carousel img{width:100%;height:100%;object-fit:cover;display:block}.shop-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;border:none;background:#0f111e66;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s,background .15s;z-index:2}.shop-card-media:hover .shop-carousel-btn,.shop-modal-media:hover .shop-carousel-btn{opacity:1}.shop-carousel-btn:hover{background:#0f111ea6}.shop-carousel-btn.prev{left:8px}.shop-carousel-btn.next{right:8px}.shop-carousel-dots{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;gap:5px;z-index:2}.shop-carousel-dot{width:6px;height:6px;border-radius:50%;background:#ffffff8c;cursor:pointer;padding:0;border:none}.shop-carousel-dot.active{background:#fff;width:14px;border-radius:3px}.shop-card-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px;flex:1}.shop-card-title{font-size:14.5px;font-weight:600;line-height:1.4;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}.shop-card-meta{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--text-muted)}.shop-card-meta svg{flex-shrink:0}.shop-card-tiers-hint{font-size:12px;color:var(--text-muted);margin-top:auto}.shop-card-footer{padding:0 16px 16px}.shop-card-footer .btn-primary{width:100%;text-align:center}.shop-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f111e8c;display:flex;align-items:center;justify-content:center;padding:24px;z-index:100}.shop-modal{background:var(--surface);border-radius:18px;width:100%;max-width:920px;max-height:88vh;overflow-y:auto;box-shadow:0 20px 60px #0f111e59;position:relative}.shop-modal-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;border:none;background:#0f111e0f;color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3}.shop-modal-close:hover{background:#0f111e1f}.shop-modal-grid{display:grid;grid-template-columns:1fr 1fr}.shop-modal-media{position:relative;aspect-ratio:4 / 3;background:linear-gradient(135deg,#4f5eff,#7c3aed);border-radius:18px 0 0 18px;overflow:hidden}.shop-modal-media img{width:100%;height:100%;object-fit:cover;display:block}.shop-modal-info{padding:26px 28px;display:flex;flex-direction:column;min-width:0}.shop-modal-seq{display:inline-block;align-self:flex-start;background:var(--primary-soft);color:var(--primary-dark);font-size:11.5px;font-weight:600;padding:3px 10px;border-radius:999px;margin-bottom:10px}.shop-modal-title{font-size:19px;font-weight:700;line-height:1.4;margin:0 0 10px}.shop-modal-meta{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted);margin-bottom:16px}.shop-price-lg{font-size:24px;font-weight:700;color:#ff4d6d}.shop-price-lg small{font-size:12.5px;font-weight:500;color:var(--text-muted);margin-right:2px}.sku-label{font-size:12.5px;color:var(--text-muted);font-weight:500;margin:14px 0 8px}.sku-pill-group{display:flex;flex-wrap:wrap;gap:8px}.sku-pill{border:1.5px solid var(--border);background:var(--surface);color:var(--text);border-radius:9px;padding:8px 14px;font-size:13px;cursor:pointer;transition:border-color .15s,background .15s;text-align:left;line-height:1.4}.sku-pill:hover{border-color:var(--primary)}.sku-pill.selected{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-dark);font-weight:600}.sku-pill.disabled{opacity:.45;cursor:not-allowed}.sku-pill .sku-pill-price{display:block;font-size:11.5px;color:var(--text-muted);margin-top:2px}.sku-pill.selected .sku-pill-price{color:var(--primary-dark)}.shop-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin:16px 0}.shop-info-item{background:var(--bg);border-radius:10px;padding:10px 12px}.shop-info-item-label{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--text-muted);margin-bottom:4px}.shop-info-item-value{font-size:13px;color:var(--text);line-height:1.5;word-break:break-word}.shop-info-section{margin-top:4px;padding-top:14px;border-top:1px solid var(--border)}.shop-info-section-title{font-size:12.5px;font-weight:600;color:var(--text);margin-bottom:6px}.shop-info-section-text{font-size:13px;color:var(--text-muted);line-height:1.75;margin:0;white-space:pre-wrap}.shop-modal-checkout{margin-top:18px;padding-top:18px;border-top:1px solid var(--border)}@media (max-width: 720px){.shop-modal-grid{grid-template-columns:1fr}.shop-modal-media{border-radius:18px 18px 0 0;aspect-ratio:16 / 10}}.admin-shop-grid{display:flex;flex-direction:column;gap:16px;max-width:1240px}.admin-shop-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:0;overflow:hidden;box-shadow:var(--shadow-sm)}.admin-shop-head{display:flex;gap:16px;padding:18px 20px;border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:flex-start;cursor:pointer}.admin-shop-thumb{width:96px;height:64px;border-radius:10px;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#4f5eff,#7c3aed)}.admin-shop-thumb img{width:100%;height:100%;object-fit:cover;display:block}.admin-shop-head-info{flex:1;min-width:200px}.admin-shop-head-title{font-size:14.5px;font-weight:600;margin-bottom:4px}.admin-shop-toggle{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);flex-shrink:0}.admin-shop-body{padding:18px 20px;overflow-x:auto}.admin-shop-section{margin-bottom:22px}.admin-shop-section:last-child{margin-bottom:0}.admin-shop-section-title{font-size:13px;font-weight:600;color:var(--text);margin-bottom:10px}.image-url-editor{margin-bottom:10px}.image-url-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.image-url-row input{margin:0}.image-url-thumb{width:40px;height:40px;border-radius:7px;object-fit:cover;flex-shrink:0;background:var(--off-bg)}
