.product-card{cursor:pointer;background:#fff;border:1px solid #e8e8e8;border-radius:16px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}.product-card:hover{border-color:#d9d9d9;transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.product-card.dark-theme{background:#ffffff0d;border-color:#ffffff1a}.product-card.dark-theme:hover{border-color:#fff3;box-shadow:0 8px 32px #0006}.product-card-image{object-fit:cover;width:100%;height:200px;transition:transform .3s}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-content{flex-direction:column;flex:1;padding:16px;display:flex}.product-card-title{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:16px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card.dark-theme .product-card-title{color:#fff}.product-card-description{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:12px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card.dark-theme .product-card-description{color:#ffffffb3}.product-card-price{color:#52c41a;margin-bottom:12px;font-size:20px;font-weight:700}.product-card.dark-theme .product-card-price{color:#52c41a}.product-card-attributes{margin-bottom:16px}.product-card-attribute{justify-content:space-between;margin-bottom:4px;font-size:12px;display:flex}.product-card-attribute-label{color:#666;font-weight:500}.product-card.dark-theme .product-card-attribute-label{color:#fff9}.product-card-attribute-value{color:#333;font-weight:600}.product-card.dark-theme .product-card-attribute-value{color:#fff}.product-card-actions{gap:8px;margin-top:auto;display:flex}.product-card-add-to-cart{color:#fff;background:#1890ff;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:4px;height:32px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.product-card-add-to-cart:hover{background:#40a9ff;transform:translateY(-1px);box-shadow:0 4px 12px #1890ff4d}.product-card-add-to-cart:active{transform:translateY(0)}.product-card-add-to-cart:disabled{color:#999;cursor:not-allowed;box-shadow:none;background:#d9d9d9;transform:none}.product-card-action-button{color:#666;background:#fff;border:1px solid #d9d9d9;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;transition:all .2s;display:flex}.product-card-action-button:hover{color:#1890ff;background:#f0f8ff;border-color:#1890ff}.product-card.dark-theme .product-card-action-button{color:#ffffffb3;background:#ffffff0d;border-color:#ffffff1a}.product-card.dark-theme .product-card-action-button:hover{color:#1890ff;background:#1890ff1a;border-color:#1890ff}.product-card-status{z-index:1;position:absolute;top:12px;right:12px}.product-card-actions-overlay{z-index:1;opacity:0;gap:8px;transition:opacity .3s;display:flex;position:absolute;top:12px;left:12px}.product-card:hover .product-card-actions-overlay{opacity:1}.product-card-image-container{height:200px;position:relative;overflow:hidden}.product-card-placeholder{color:#999;background:#f5f5f5;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;display:flex}.product-card.dark-theme .product-card-placeholder{color:#ffffff4d;background:#ffffff0d}@media (max-width:768px){.product-card-content{padding:12px}.product-card-title{font-size:14px}.product-card-description{font-size:12px}.product-card-price{font-size:18px}.product-card-actions{flex-direction:column}.product-card-action-button{width:100%}}@media (max-width:480px){.product-card-content{padding:8px}.product-card-title{font-size:13px}.product-card-description{font-size:11px}.product-card-price{font-size:16px}.product-card-image-container{height:150px}}
html,body,#__next{min-height:100vh}html{font-size:17px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background:linear-gradient(135deg,#0f0f23 0%,#1a1a2e 50%,#16213e 100%) fixed;min-height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:17px}*{box-sizing:border-box}.glass{background:#1a1e3eeb;border:1px solid #ffffff1a}.scroll-area{scrollbar-width:thin}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.fade-in{animation:.3s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.text-center{text-align:center}.text-right{text-align:right}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.highlight{color:#000;background-color:#fff566;border-radius:2px;padding:0 2px;font-weight:600;display:inline}[data-theme=dark] .highlight,.dark-theme .highlight,body .highlight{color:#000;background-color:gold;border-radius:3px;padding:1px 3px;font-weight:700;box-shadow:0 1px 3px #ffd7004d}:root{--primary-color:#4ecdc4;--primary-hover:#45b7b8;--success-color:#52c41a;--warning-color:#ffa940;--error-color:#ff4d4f;--info-color:#1890ff;--bg-primary:#0f0f23;--bg-secondary:#1a1a2e;--bg-tertiary:#16213e;--text-primary:#fff;--text-secondary:#ffffffb3;--text-tertiary:#ffffff80;--border-primary:#ffffff1a;--border-secondary:#ffffff0d;--glass-bg:#1a1e3eeb;--glass-border:#ffffff1a}.text-primary{color:var(--primary-color)}.text-success{color:var(--success-color)}.text-warning{color:var(--warning-color)}.text-error{color:var(--error-color)}.text-info{color:var(--info-color)}.bg-glass{border:1px solid var(--glass-border);background:#1a1e3eeb}.border-primary{border-color:var(--border-primary)}.border-secondary{border-color:var(--border-secondary)}.admin-announcements-table .ant-table{table-layout:fixed}.admin-announcements-table .ant-table-cell{word-break:normal!important;overflow-wrap:normal!important;word-spacing:normal!important}.notice-detail-items-table-wrap{background:#00000038;border:1px solid #ffffff1a;border-radius:10px;overflow:hidden}.notice-detail-items-table.ant-table-wrapper .ant-table{background:0 0}.notice-detail-items-table.ant-table-wrapper .ant-table-container{border-radius:0}.notice-detail-items-table.ant-table-wrapper .ant-table-thead>tr>th{font-weight:600;color:#ffffffe0!important;border-bottom:1px solid #ffffff1f!important;background:#00000073!important;border-inline-end:1px solid #ffffff0f!important}.notice-detail-items-table.ant-table-wrapper .ant-table-thead>tr>th:before{display:none!important}.notice-detail-items-table.ant-table-wrapper .ant-table-tbody>tr>td{color:#ffffffeb;vertical-align:top;border-bottom:1px solid #ffffff0f!important;background:0 0!important;border-inline-end:1px solid #ffffff0a!important}.notice-detail-items-table.ant-table-wrapper .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.notice-detail-items-table.ant-table-wrapper .ant-table-tbody>tr:hover>td{background:#ffffff0d!important}.notice-detail-items-table.ant-table-wrapper td.notice-detail-position-cell--clickable{transition:background .15s}.notice-detail-items-table.ant-table-wrapper td.notice-detail-position-cell--clickable:hover{background:#4ecdc41a!important}.notice-detail-items-table.ant-table-wrapper .ant-table-cell{word-break:normal;overflow-wrap:normal}.notice-detail-items-table.ant-table-wrapper .ant-pagination{margin:12px 16px 14px!important}.notice-detail-items-table.ant-table-wrapper .ant-pagination-item a{color:#ffffffbf}.notice-detail-items-table.ant-table-wrapper .ant-pagination-item-active{border-color:#4ecdc4}.notice-detail-items-table.ant-table-wrapper .ant-pagination-item-active a{color:#4ecdc4}@media (max-width:768px){html,body{font-size:15px}.ant-table{font-size:13px}.ant-card{margin-bottom:16px}.ant-statistic-title{font-size:15px}.ant-statistic-content{font-size:22px}}.dynamic-rule-dragging{opacity:.5}
