body.cela-body { background-color: #e0efec; color: #2e5f54; font-family: "Noto Serif SC", Georgia, "Times New Roman", serif; margin: 0; padding: 0 0 100px 0; }
.cela-floating-nav { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); background: rgba(244, 251, 249, 0.85); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 50px; padding: 10px 25px; display: flex; align-items: center; box-shadow: 0 10px 30px rgba(46, 95, 84, 0.15), inset 0 0 15px rgba(255, 255, 255, 1); z-index: 10005; width: auto; white-space: nowrap; }
.cela-logo img { height: 32px; display: block; }
.cela-nav-divider { width: 1px; height: 24px; background-color: rgba(46, 95, 84, 0.2); margin: 0 20px; }
.cela-nav-links { display: flex; gap: 20px; align-items: center; }
.cela-nav-links a { color: #2e5f54; text-decoration: none; font-weight: bold; font-size: 14px; transition: all 0.3s; }
.cela-nav-links a:hover { color: #16362f; }
.cela-login-btn { background-color: #2e5f54; color: #ffffff !important; padding: 5px 15px; border-radius: 20px; }
.cela-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.cela-main-layout { margin-top: 40px; }
.cela-ruler-notice { background-color: #f4fbf9; background-image: repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(46,95,84,0.1) 20px, rgba(46,95,84,0.1) 21px); border-bottom: 2px solid #2e5f54; border-top: 2px solid #2e5f54; padding: 25px; margin-bottom: 35px; color: #2e5f54; font-size: 15px; text-align: center; border-radius: 4px; box-shadow: 0 8px 20px rgba(46, 95, 84, 0.05); }
.cela-product-grid { display: flex; flex-wrap: wrap; margin: -1%; width: 100%; }
.cela-product-card { width: 31.33%; margin: 1%; background: linear-gradient(135deg, #fbfdfc 0%, #eef6f4 100%); border: 1px solid rgba(255,255,255,0.8); border-radius: 12px; padding: 25px; box-sizing: border-box; transition: all 0.3s; position: relative; box-shadow: 0 4px 15px rgba(46, 95, 84, 0.05), inset 0 0 10px rgba(255, 255, 255, 0.8); overflow: hidden; }
.cela-product-card::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(46,95,84,0.03) 1px, transparent 1px); background-size: 12px 12px; pointer-events: none; }
.cela-product-card:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(46, 95, 84, 0.12), inset 0 0 15px rgba(255, 255, 255, 1); border-color: #2e5f54; }
.cela-product-name { font-size: 16px; font-weight: bold; color: #2e5f54; text-decoration: none; display: block; margin-bottom: 12px; line-height: 1.5; position: relative; z-index: 2; }
.cela-product-name:hover { color: #16362f; }
.cela-badge { display: inline-block; font-size: 11px; padding: 3px 8px; border-radius: 4px; font-weight: bold; margin-bottom: 10px; position: relative; z-index: 2; border: 1px solid #2e5f54; }
.cela-badge-auto { background-color: rgba(46, 95, 84, 0.1); color: #2e5f54; }
.cela-badge-manual { background-color: rgba(100, 100, 100, 0.1); color: #666; border-color: #666; }
.cela-price-box { margin-top: 15px; border-top: 1px dashed rgba(46,95,84,0.2); padding-top: 15px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; }
.cela-price { color: #2e5f54; font-weight: bold; font-size: 20px; }
.cela-btn-buy { display: inline-block; text-align: center; background-color: #2e5f54; color: #ffffff !important; border: none; padding: 8px 18px; text-decoration: none; border-radius: 20px; font-weight: bold; transition: all 0.3s; box-shadow: 0 4px 10px rgba(46, 95, 84, 0.3); }
.cela-btn-buy:hover { background-color: #16362f; transform: scale(1.05); }
.cela-panel { background: linear-gradient(135deg, #fbfdfc 0%, #eef6f4 100%); border: 1px solid rgba(255,255,255,0.8); border-radius: 12px; padding: 35px; box-sizing: border-box; position: relative; box-shadow: 0 8px 25px rgba(46, 95, 84, 0.08), inset 0 0 15px rgba(255, 255, 255, 1); margin-top: 20px; }
.cela-tab-title { list-style: none; padding: 0; margin: 0 0 25px 0; display: flex; border-bottom: 1px solid rgba(46, 95, 84, 0.2); }
.cela-tab-item { padding: 12px 24px; cursor: pointer; font-weight: bold; color: #555; }
.cela-tab-item.active { border-bottom: 3px solid #2e5f54; color: #2e5f54; }
.cela-tab-item a { color: inherit; text-decoration: none; }
.cela-form-item { margin-bottom: 20px; }
.cela-form-label { display: block; margin-bottom: 8px; font-weight: bold; color: #2e5f54; }
.cela-form-input { width: 100%; padding: 14px; border: 1px solid rgba(46, 95, 84, 0.3); background-color: #ffffff; color: #2e5f54; box-sizing: border-box; border-radius: 6px; font-family: inherit; font-size: 15px; box-shadow: inset 0 2px 5px rgba(0,0,0,0.02); }
.cela-form-input:focus { outline: none; border-color: #2e5f54; box-shadow: 0 0 8px rgba(46, 95, 84, 0.2); }
.cela-btn-submit { width: 100%; padding: 15px; background-color: #2e5f54; color: #ffffff; border: none; font-weight: bold; cursor: pointer; border-radius: 6px; font-size: 16px; box-shadow: 0 4px 12px rgba(46, 95, 84, 0.3); transition: all 0.3s; }
.cela-btn-submit:hover { background-color: #16362f; transform: translateY(-2px); }
.cela-table { width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 15px; border-radius: 8px; overflow: hidden; border: 1px solid rgba(46, 95, 84, 0.2); }
.cela-table th, .cela-table td { padding: 15px; text-align: left; border-bottom: 1px solid rgba(46, 95, 84, 0.1); background-color: #ffffff; }
.cela-table th { background-color: #f4fbf9; color: #2e5f54; }
.cela-footer { background-color: transparent; padding: 20px 0; clear: both; }
@media (max-width: 991px) {
    .cela-product-card { width: 48%; margin: 1%; }
}
@media (max-width: 767px) {
    .cela-product-card { width: 100%; margin: 0 0 15px 0; }
    .cela-floating-nav { width: 90%; justify-content: center; }
}
