body{background:#f5f7fb;margin:0;font-family:Arial,Helvetica,sans-serif}.login-container{background:#0f4c75;justify-content:center;align-items:center;height:100vh;display:flex}.login-box{text-align:center;background:#fff;border-radius:10px;width:300px;padding:40px}.login-box input{width:92%;margin:10px 0;padding:10px}.login-box button{color:#fff;cursor:pointer;background:#0f4c75;border:none;width:100%;padding:10px}.layout{display:flex}.sidebar{color:#fff;background:#0f4c75;flex-direction:column;width:220px;height:100vh;padding:20px;display:flex}.sidebar a{color:#fff;margin:10px 0;text-decoration:none}.main{flex:1;padding:20px}.topbar{background:#fff;margin-bottom:20px;padding:15px}.card{background:#fff;margin-bottom:20px;padding:20px}.form{gap:10px;margin-top:10px;display:flex}.form input{padding:8px}.form button{color:#fff;cursor:pointer;background:#0f4c75;border:none;padding:8px 15px}.table{border-collapse:collapse;width:100%;margin-top:10px}.table th,.table td{text-align:left;border-bottom:1px solid #ddd;padding:10px}.delete-btn{color:#fff;cursor:pointer;background:red;border:none;padding:6px 10px}.table button{cursor:pointer;color:#fff;background:#0f4c75;border:none;margin-right:5px;padding:5px 10px}.customer-container{background:#f5f7fb;justify-content:center;align-items:center;min-height:100vh;display:flex}.customer-card{background:#fff;border-radius:10px;width:350px;padding:40px;box-shadow:0 0 10px #0000001a}.customer-card input,.customer-card select{width:100%;margin:10px 0;padding:10px}.customer-card button{color:#fff;cursor:pointer;background:#0f4c75;border:none;width:100%;padding:12px}.product-form-real{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:15px;display:grid}.product-form-real input,.product-form-real select,.product-form-real button{padding:10px}.product-form-real button{color:#fff;cursor:pointer;background:#0f4c75;border:none}.product-card-customer{text-align:center;background:#fff;border-radius:10px;padding-bottom:20px;overflow:hidden}.product-badge{color:#fff;background:linear-gradient(90deg,#c81d11,#3a0000);padding:10px;font-weight:700}.product-card-customer button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0b0b7a,#b9b9b9);border:none;border-radius:25px;padding:12px 20px}.out-badge{color:#fff;background:red;padding:6px;font-size:12px;font-weight:700}.customer-home{background:#8fd0e8;min-height:100vh;padding:30px}.customer-header{background:linear-gradient(90deg,#0b0b7a,#b9b9b9);border-radius:24px;margin-bottom:30px;padding:30px}.customer-header h1{margin-bottom:20px;font-size:48px}.customer-header input{border:none;border-radius:30px;width:100%;padding:16px}.product-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.product-card-customer{text-align:center;background:#fff;border-radius:10px;padding:20px;position:relative;overflow:hidden}.out-badge{color:#fff;background:red;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:700;position:absolute;top:10px;left:10px}.customer-product-image{object-fit:cover;border-radius:10px;width:120px;height:120px;margin:20px auto 10px;display:block}.btn-cart{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0b0b7a,#b9b9b9);border:none;border-radius:20px;padding:10px 16px}.btn-disabled{color:#666;cursor:not-allowed;background:#ccc;border:none;border-radius:20px;padding:10px 16px}.cart-section{background:#fff;border-radius:16px;margin-top:30px;padding:25px}.cart-section input{width:100%;margin-bottom:12px;padding:12px}.cart-item{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.cart-actions{align-items:center;gap:8px;display:flex}.cart-actions button{cursor:pointer;border:none;padding:6px 10px}.submit-order-btn{color:#fff;cursor:pointer;background:#0f4c75;border:none;border-radius:8px;padding:12px 20px}.delete-btn{color:#fff;background:red}.admin-dashboard-page{background:#92d8f0;min-height:100vh;padding:20px}.admin-dashboard-container{max-width:700px;margin:0 auto}.admin-header-card{background:linear-gradient(135deg,#66b3d2,#05058f);border-radius:28px;margin-bottom:24px;padding:20px;box-shadow:0 8px 20px #0000001f}.admin-header-top{justify-content:space-between;align-items:center;display:flex}.icon-btn{cursor:pointer;background:#ffffff59;border:none;border-radius:10px;width:42px;height:42px;font-size:22px}.hello-text{color:#fff;font-size:18px;font-style:italic;font-weight:600}.admin-title{text-align:center;color:#000;margin:18px 0;font-size:54px;font-weight:800}.district-search{text-align:center;border:none;border-radius:22px;width:94%;padding:18px 20px;font-size:20px;font-weight:700}.dashboard-section{margin-bottom:24px}.dashboard-section h2{color:#1a1a1a;margin-bottom:12px;font-size:18px}.quick-actions-card{background:#f3f3f3;border-radius:22px;grid-template-columns:1fr 1fr;gap:14px;padding:14px;display:grid;box-shadow:0 8px 18px #0000001f}.quick-action-btn{color:#555;cursor:pointer;background:#d8d8d8;border:none;border-radius:14px;padding:18px;font-size:16px;font-weight:600}.quick-action-btn.active{color:#fff;background:#07078c}.recent-activity-card{background:#f3f3f3;border-radius:22px;overflow:hidden;box-shadow:0 8px 18px #0000001f}.activity-row{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:18px 16px;display:flex}.activity-left{align-items:center;gap:14px;display:flex}.activity-icon{background:#e7efe8;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex}.activity-left h3{margin-bottom:4px;font-size:16px}.activity-left p,.activity-time{color:#777;font-size:14px}.view-all-row{text-align:center;padding:18px}.view-all-btn{color:#f58220;cursor:pointer;background:0 0;border:none;font-size:20px;font-weight:500}.sidebar-modern{background:#f7f4ef;border-right:1px solid #e2ddd6;width:250px;min-height:100vh;padding:24px 18px}.sidebar-brand{align-items:center;gap:14px;margin-bottom:28px;display:flex}.sidebar-logo-image{object-fit:cover;border:2px solid #8b6b4a;border-radius:50%;width:56px;height:56px}.sidebar-brand-title{color:#3b2c20;margin:0;font-size:22px}.sidebar-brand-subtitle{color:#7a6a5a;margin:2px 0 0;font-size:12px}.sidebar-nav{flex-direction:column;gap:10px;display:flex}.sidebar-nav a{color:#4a3a2d;border-radius:10px;padding:12px 14px;font-weight:500;text-decoration:none}.sidebar-nav a:hover{background:#ece4da}.sidebar-nav a.active{color:#fff;background:#8b6b4a}.topbar-icon{font-size:20px}.fake-chart{border-bottom:2px solid #ddd;align-items:flex-end;gap:14px;height:260px;padding:20px 10px 0;display:flex}.chart-line{background:linear-gradient(#4ea3b1,#73d2de);border-radius:8px 8px 0 0;width:40px}.chart-line-1{height:180px}.chart-line-2{height:160px}.chart-line-3{height:130px}.chart-line-4{height:210px}.chart-line-5{height:120px}.chart-line-6{height:90px}.chart-line-7{height:150px}.fill-40{width:40%}.fill-28{width:28%}.fill-18{width:18%}.fill-14{width:14%}@media (width<=1100px){.fishman-stats-grid,.fishman-chart-row,.fishman-bottom-row{grid-template-columns:1fr}}.weather-box p{margin:0 0 10px}@media (width<=1100px){.fishman-stats-grid,.fishman-chart-row,.fishman-bottom-row{grid-template-columns:1fr}}.report-buttons button{color:#fff;cursor:pointer;background:#6d5846;border:none;border-radius:6px;margin-right:10px;padding:8px 14px}.sales-summary-grid{gap:20px;margin-top:20px;display:flex}.summary-card{background:#f5f6f8;border-radius:10px;flex:1;padding:20px}.report-buttons{flex-wrap:wrap;gap:10px;display:flex}.report-buttons button{color:#fff;cursor:pointer;background:#6d5846;border:none;border-radius:8px;padding:10px 16px}.active-report-btn{background:#2c3e50!important}.sales-summary-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.summary-card{background:#f5f6f8;border-radius:12px;padding:18px}.summary-card p{color:#666;margin:0 0 8px}.summary-card h2{margin:0}.generate-pdf-btn{color:#fff;cursor:pointer;background:#2ecc71;border:none;border-radius:8px;margin-top:20px;padding:12px 20px}@media (width<=900px){.sales-summary-grid{grid-template-columns:1fr}}.weather-search-box{flex-wrap:wrap;gap:12px;display:flex}.weather-search-box input{border:1px solid #ccc;border-radius:8px;flex:1;min-width:260px;padding:12px}.weather-search-box button{color:#fff;cursor:pointer;background:#6d5846;border:none;border-radius:8px;padding:12px 18px}.weather-error{color:red;margin-top:12px}.weather-details-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}@media (width<=900px){.weather-details-grid{grid-template-columns:1fr}}.fishman-admin-layout{background:#f5f6f8;min-height:100vh;display:flex}.fishman-admin-main{flex:1;padding:22px}.fishman-topbar{color:#fff;background:#6d5846;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:18px 22px;display:flex}.fishman-topbar h1{margin:0;font-size:28px}.fishman-topbar p{opacity:.9;margin:4px 0 0}.fishman-topbar-right{align-items:center;gap:16px;display:flex}.topbar-notification-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:8px;padding:8px 12px;font-size:20px}.admin-profile{background:#ffffff26;border-radius:8px;padding:8px 14px}.admin-name{font-weight:600}.fishman-stats-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:20px;display:grid}.fishman-stat-card{border-radius:12px;padding:18px 20px;box-shadow:0 4px 12px #00000014}.fishman-stat-card p{color:#555;margin:0 0 8px;font-size:15px}.fishman-stat-card h2{margin:0;font-size:30px}.fishman-stat-card span{color:#27ae60;margin-top:8px;font-weight:600;display:inline-block}.clickable-card{cursor:pointer;transition:transform .2s}.clickable-card:hover{transform:translateY(-3px)}.fishman-chart-row,.fishman-bottom-row{grid-template-columns:1.4fr 1fr;gap:20px;margin-bottom:20px;display:grid}.fishman-panel{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px #00000014}.clickable-panel{cursor:default}.panel-header{color:#fff;padding:12px 16px;font-weight:700}.blue-header{background:linear-gradient(90deg,#69f,#4c59e0)}.orange-header{background:linear-gradient(90deg,#f1a04f,#e85d8f)}.green-header{background:linear-gradient(90deg,#5cb85c,#3c9a7a)}.purple-header{background:linear-gradient(90deg,#9b59b6,#6c5ce7)}.panel-body{padding:18px}.real-chart-wrapper{width:100%;height:280px}.top-products-list{flex-direction:column;gap:10px;display:flex}.top-product-item{justify-content:space-between;font-weight:600;display:flex}.progress-bar{background:#e8e8e8;border-radius:999px;height:10px;margin-bottom:10px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#f0a03d,#eb6f2d);border-radius:999px;height:100%}.dashboard-table{border-collapse:collapse;width:100%}.dashboard-table th,.dashboard-table td{text-align:left;border-bottom:1px solid #eee;padding:10px}.weather-dashboard-search{gap:8px;margin-bottom:12px;display:flex}.weather-dashboard-search input{border:1px solid #ccc;border-radius:6px;flex:1;padding:8px}.weather-dashboard-search button{color:#fff;cursor:pointer;background:#6d5846;border:none;border-radius:6px;padding:8px 12px}.weather-dashboard-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px;display:grid}.weather-mini-card{background:#f5f6f8;border-radius:8px;padding:10px}.weather-mini-card p{color:#666;margin:0;font-size:12px}.weather-mini-card h3{margin:2px 0 0;font-size:16px}.view-full-weather{color:#fff;cursor:pointer;background:#9b59b6;border:none;border-radius:6px;width:100%;margin-top:12px;padding:8px}@media (width<=1100px){.fishman-stats-grid,.fishman-chart-row,.fishman-bottom-row,.weather-dashboard-grid{grid-template-columns:1fr}}.dashboard-weather-main{text-align:center;margin-bottom:14px}.dashboard-weather-main h2{margin:0 0 8px;font-size:24px}.dashboard-weather-main h3{margin:0;font-size:28px}.safety-box{color:#fff;border-radius:10px;flex-direction:column;gap:4px;margin-top:14px;padding:14px;display:flex}.forecast-icon-web{text-align:center;font-size:26px}@media (width<=1000px){.weather-highlight-grid{grid-template-columns:1fr}.weather-forecast-row-web{grid-template-columns:1fr;gap:8px}.forecast-icon-web{text-align:left}.weather-hero-location{font-size:40px}.weather-hero-temp{font-size:70px}}.customer-entry-page{background:#8fd0e8;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.customer-entry-card{text-align:center;background:#fff;border-radius:18px;width:100%;max-width:420px;padding:36px}.customer-entry-card h1{margin-bottom:10px}.customer-entry-card p{color:#666;margin-bottom:20px}.customer-entry-card input{border:1px solid #ccc;border-radius:10px;width:100%;margin-bottom:12px;padding:12px}.entry-main-btn{color:#fff;cursor:pointer;background:#0f4c75;border:none;border-radius:10px;width:100%;margin-bottom:10px;padding:12px}.entry-divider{color:#888;margin:14px 0}.customer-header-top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.customer-top-actions{flex-wrap:wrap;gap:10px;display:flex}.customer-top-btn,.customer-cart-btn{cursor:pointer;color:#fff;background:#0f4c75;border:none;border-radius:10px;padding:10px 14px}.customer-mode-text{color:#eee;margin-top:6px}.history-order-card{background:#f5f6f8;border-radius:12px;margin-bottom:16px;padding:18px}.history-order-top{justify-content:space-between;align-items:flex-start;margin-bottom:10px;display:flex}.track-progress{justify-content:space-between;gap:12px;margin:20px 0;display:flex}.track-step{text-align:center;color:#666;background:#ddd;border-radius:12px;flex:1;padding:14px 10px}.track-step span{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:8px;font-weight:700;display:inline-flex}.track-step p{margin:0;font-size:14px}.track-step.active{color:#fff;background:#0f4c75}.track-step.active span{color:#0f4c75}.weather-modern-page{color:#fff;width:100%;max-width:1040px;min-height:100vh;margin:0 auto;padding:24px 24px 40px;transition:background .4s}.weather-modern-top{margin-bottom:24px}.weather-modern-search{gap:12px;display:flex}.weather-modern-search input{border:none;border-radius:16px;flex:1;padding:14px 16px;font-size:16px}.weather-modern-search button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff2e;border:none;border-radius:16px;padding:14px 20px;font-weight:600}.weather-modern-status,.weather-modern-error{margin-bottom:16px}.weather-modern-error{color:#ffd6d6}.weather-hero-web{text-align:center;margin-bottom:22px}.weather-hero-label{opacity:.9;margin-bottom:8px;font-size:16px}.weather-hero-location{margin:0;font-size:56px;font-weight:700}.weather-hero-main{justify-content:center;align-items:center;gap:18px;margin-top:14px;display:flex}.weather-hero-temp{font-size:92px;font-weight:300;line-height:1}.weather-hero-icon{font-size:56px}.weather-hero-summary{opacity:.95;margin-top:12px;font-size:22px}.weather-highlight-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px;display:grid}.weather-highlight-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border-radius:20px;padding:18px}.weather-highlight-card p{opacity:.9;margin:0 0 8px}.weather-highlight-card h3{margin:0;font-size:24px}.weather-section-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border-radius:24px;margin-bottom:20px;padding:18px}.weather-section-header h2{margin:0 0 16px;font-size:22px}.weather-hourly-row{gap:14px;padding-bottom:6px;display:flex;overflow-x:auto}.weather-hourly-box{text-align:center;background:#ffffff24;border-radius:16px;min-width:110px;padding:14px}.weather-hourly-box p{opacity:.9;margin:0 0 8px}.weather-hourly-box small{opacity:.9;min-height:30px;margin-bottom:8px;font-size:12px;display:block}.weather-hourly-icon{margin-bottom:8px;font-size:24px;display:block}.weather-hourly-box h4{margin:0;font-size:22px}.weather-forecast-list-web{flex-direction:column;gap:10px;display:flex}.weather-forecast-row-web{border-bottom:1px solid #ffffff26;grid-template-columns:180px 160px 1fr;align-items:center;gap:16px;padding:12px 0;display:grid}.forecast-day-web{font-size:18px;font-weight:600}.forecast-icon-web{font-size:20px}.forecast-range-web{grid-template-columns:50px 1fr 50px;align-items:center;gap:10px;display:grid}.forecast-bar-web{background:#ffffff2e;border-radius:999px;height:10px;overflow:hidden}.forecast-bar-fill-web{background:linear-gradient(90deg,#f7b733,#fc4a1a);border-radius:999px;height:100%}@media (width<=1000px){.weather-highlight-grid{grid-template-columns:1fr}.weather-forecast-row-web{grid-template-columns:1fr;gap:8px}.forecast-icon-web{text-align:left}.weather-hero-location{font-size:40px}.weather-hero-temp{font-size:70px}}.fm-admin-shell{background:#f5f6f8;min-height:100vh}.fm-topbar-only{z-index:20;background:#fff;border-bottom:1px solid #e8ebf2;justify-content:space-between;align-items:center;gap:20px;height:88px;padding:0 24px;display:flex;position:sticky;top:0}.fm-topbar-left{align-items:center;gap:28px;min-width:0;display:flex}.fm-topbar-brand{cursor:pointer;flex-shrink:0;align-items:center;gap:14px;display:flex}.fm-topbar-logo{object-fit:cover;border-radius:50%;width:52px;height:52px}.fm-topbar-brand h2{color:#1f2937;margin:0;font-size:18px}.fm-topbar-brand p{color:#6b7280;margin:4px 0 0;font-size:13px}.fm-topbar-nav{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.fm-topbar-nav a{color:#374151;border-radius:12px;padding:10px 14px;font-weight:500;text-decoration:none;transition:all .2s}.fm-topbar-nav a.active,.fm-topbar-nav a:hover{color:#fff;background:#9a7b57}.fm-topbar-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.fm-topbar-icon-btn,.fm-topbar-admin-btn{cursor:pointer;background:#f3f4f6;border:none;border-radius:12px;padding:12px 16px;font-weight:600}.fm-bell-btn{position:relative}.fm-bell-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;position:absolute;top:9px;right:10px}.fm-admin-content-topbar{max-width:1400px;margin:0 auto;padding:28px}.fm-page-header{color:#fff;background:#7a654f;border-radius:20px;margin-bottom:24px;padding:22px 26px}.fm-page-header h1{margin:0;font-size:34px}.fm-page-header p{opacity:.95;margin:8px 0 0;font-size:16px}.fm-stats-grid-simple{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px;display:grid}.fm-stat-card-simple{cursor:pointer;border-radius:18px;padding:22px 24px}.fm-stat-card-simple p{color:#444;margin:0 0 8px;font-size:15px}.fm-stat-card-simple h2{color:#000;margin:0;font-size:32px}.fm-stat-card-simple span{color:#57b26a;margin-top:10px;font-weight:600;display:inline-block}.stat-yellow{background:#eadb8c}.stat-pink{background:#ddb9d7}.stat-blue{background:#c0ccef}.fm-dashboard-grid-topbar{grid-template-columns:1.45fr 1fr;gap:22px;margin-bottom:24px;display:grid}.fm-card-topbar{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 14px #0000000f}.fm-card-topbar.large{min-height:380px}.fm-card-head-gradient{color:#fff;padding:16px 20px;font-size:18px;font-weight:700}.blue-grad{background:linear-gradient(90deg,#6f8df0,#4f46e5)}.orange-grad{background:linear-gradient(90deg,#e39b57,#d16ba5)}.green-grad{background:linear-gradient(90deg,#67c56b,#43a047)}.purple-grad{background:linear-gradient(90deg,#8b5cf6,#6d28d9)}.fm-card-body{padding:20px}.fm-chart-wrap{width:100%;height:320px}.fm-product-row{margin-bottom:24px}.fm-product-row-top{justify-content:space-between;margin-bottom:8px;font-size:16px;display:flex}.fm-progress-bar{background:#ececec;border-radius:999px;width:100%;height:12px;overflow:hidden}.fm-progress-fill{background:#dd843f;border-radius:999px;height:100%}.fm-table-clean{border-collapse:collapse;width:100%}.fm-table-clean th,.fm-table-clean td{text-align:left;border-bottom:1px solid #ececec;padding:14px 10px}.fm-table-clean tbody tr{cursor:pointer}.fm-open-page-btn{color:#fff;cursor:pointer;background:#7a654f;border:none;border-radius:12px;margin-top:12px;padding:12px 16px}@media (width<=1200px){.fm-dashboard-grid-topbar,.fm-stats-grid-simple{grid-template-columns:1fr}}@media (width<=900px){.fm-topbar-only{flex-direction:column;align-items:flex-start;height:auto;padding:16px}.fm-topbar-left,.fm-topbar-right{flex-wrap:wrap;width:100%}.fm-topbar-nav{width:100%}}.fm-orders-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:20px;display:flex}.fm-orders-filter-group{flex-wrap:wrap;gap:10px;display:flex}.fm-filter-btn,.fm-refresh-btn{color:#1f2937;cursor:pointer;background:#e5e7eb;border:none;border-radius:12px;padding:10px 14px;font-weight:600}.fm-filter-btn.active{color:#fff;background:#9a7b57}.fm-orders-table th,.fm-orders-table td{vertical-align:top}.fm-order-items-cell{min-width:160px;line-height:1.6}.fm-action-group{flex-direction:column;gap:8px;min-width:110px;display:flex}.fm-action-btn{cursor:pointer;border:none;border-radius:10px;padding:8px 10px;font-weight:600}.fm-action-btn.confirm{color:#2563eb;background:#dbeafe}.fm-action-btn.complete{color:#16a34a;background:#dcfce7}.fm-action-btn.delete{color:#dc2626;background:#fee2e2}.fm-product-form{width:100%}.fm-form-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.fm-form-group{flex-direction:column;gap:8px;display:flex}.fm-form-group label{color:#374151;font-weight:600}.fm-form-group input,.fm-form-group select{background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:12px 14px;font-size:14px}.fm-form-actions{gap:12px;margin-top:18px;display:flex}.fm-submit-btn,.fm-cancel-btn{cursor:pointer;border:none;border-radius:12px;padding:12px 18px;font-weight:600}.fm-submit-btn{color:#fff;background:#7a654f}.fm-cancel-btn{color:#111827;background:#e5e7eb}.fm-products-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.fm-products-search-wrap{flex:1;min-width:260px}.fm-products-search{border:1px solid #d1d5db;border-radius:14px;width:98%;padding:12px 14px;font-size:14px}.fm-product-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.fm-product-card{background:#f9fafb;border:1px solid #eceff4;border-radius:18px;overflow:hidden}.fm-product-image-wrap{background:#eef2f7;height:210px}.fm-product-image{object-fit:cover;width:100%;height:100%}.fm-product-image-placeholder{color:#6b7280;justify-content:center;align-items:center;height:100%;font-weight:600;display:flex}.fm-product-card-body{padding:18px}.fm-product-card-top{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.fm-product-card-top h3{margin:0 0 6px;font-size:20px}.fm-product-card-top p{color:#6b7280;margin:0}.fm-product-meta{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px;display:grid}.fm-product-meta span{color:#6b7280;margin-bottom:4px;font-size:13px;display:block}.fm-product-meta strong{font-size:16px}.fm-product-actions{gap:10px;display:flex}.fm-product-actions .fm-action-btn{flex:1}@media (width<=1100px){.fm-form-grid,.fm-product-grid{grid-template-columns:1fr 1fr}}@media (width<=700px){.fm-form-grid,.fm-product-grid{grid-template-columns:1fr}}.fm-report-type-row{flex-wrap:wrap;gap:10px;display:flex}.fm-sales-toolbar{justify-content:flex-end;margin-bottom:16px;display:flex}.cust-page{background:#f5f6fb;min-height:100vh;padding:24px 18px 46px}.cust-container{max-width:1320px;margin:0 auto}.cust-topbar{background:#fff;border-radius:26px;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;margin-bottom:22px;padding:18px 24px;display:grid;box-shadow:0 8px 24px #0f172a0d}.cust-brand{align-items:center;gap:14px;display:flex}.cust-brand-logo{background:#eef2ff;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.cust-brand-logo.real-logo{background:0 0;border-radius:50%}.cust-brand-logo img{object-fit:cover;width:100%;height:100%}.cust-brand h1{color:#18202f;margin:0;font-size:24px}.cust-brand p{color:#6b7280;margin:4px 0 0;font-size:14px}.cust-top-search{background:#eef1fb;border:1px solid #e4e8ff;border-radius:22px;justify-self:center;align-items:center;gap:10px;width:100%;max-width:620px;padding:15px 18px;display:flex}.cust-search-icon{font-size:18px}.cust-top-search input{color:#1f2937;background:0 0;border:none;outline:none;width:100%;font-size:16px}.cust-top-actions{justify-content:flex-end;display:flex}.cust-cart-icon-btn{cursor:pointer;background:#eef1fb;border:none;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;transition:all .2s;display:flex;position:relative}.cust-cart-icon-btn:hover{background:#e5eafc;transform:translateY(-2px)}.cust-cart-emoji{font-size:30px}.cust-cart-badge{color:#fff;background:#9a7b57;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:12px;font-weight:800;display:flex;position:absolute;top:6px;right:6px}.cust-mini-nav{gap:12px;margin-bottom:20px;display:flex}.cust-mini-nav button{color:#374151;cursor:pointer;background:#fff;border:none;border-radius:14px;padding:11px 16px;font-weight:700;box-shadow:0 4px 10px #0f172a0a}.cust-chip-row{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.cust-chip{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:12px 18px;font-weight:700}.cust-chip.active{color:#fff;background:#7b7ff3;border-color:#7b7ff3}.cust-products-head{margin-bottom:18px}.cust-products-head h3{color:#1f2434;margin:0 0 6px;font-size:34px}.cust-products-head p{color:#6b7280;margin:0;font-size:16px}.cust-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.cust-card{background:#fff;border-radius:24px;transition:all .2s;overflow:hidden;box-shadow:0 10px 24px #0f172a0f}.cust-card:hover{transform:translateY(-4px)}.cust-card-image-wrap{background:#eef2f7;height:220px;position:relative}.cust-card-image{object-fit:cover;width:100%;height:100%}.cust-card-no-image{color:#6b7280;justify-content:center;align-items:center;height:100%;font-weight:700;display:flex}.cust-badge{border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;position:absolute;top:14px;right:14px}.cust-badge.available{color:#15803d;background:#dcfce7}.cust-badge.low{color:#b45309;background:#fef3c7}.cust-badge.out{color:#dc2626;background:#fee2e2}.cust-card-body{padding:18px}.cust-card-body h4{color:#111827;margin:0 0 8px;font-size:20px;font-weight:800}.cust-card-subtitle{color:#6b7280;margin:0 0 14px}.cust-card-meta{color:#374151;justify-content:space-between;margin-bottom:16px;font-weight:700;display:flex}.cust-add-btn{color:#fff;cursor:pointer;background:#9a7b57;border:none;border-radius:14px;width:100%;padding:13px;font-weight:800}.cust-add-btn.disabled{color:#6b7280;cursor:not-allowed;background:#d1d5db}@media (width<=1200px){.cust-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=980px){.cust-topbar{grid-template-columns:1fr}.cust-top-search{justify-self:stretch;max-width:100%}.cust-top-actions{justify-content:flex-start}.cust-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.cust-page{padding:16px}.cust-grid{grid-template-columns:1fr}}.cust-top-link-btn{color:#374151;cursor:pointer;background:#fff;border:none;border-radius:14px;padding:11px 16px;font-weight:700;box-shadow:0 4px 10px #0f172a0a}.cust-top-link-btn:hover{background:#f3f4f6}.fm-orders-left-tools{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.fm-orders-search{background:#fff;border:1px solid #d1d5db;border-radius:12px;min-width:320px;padding:10px 14px;font-size:14px}@media (width<=900px){.fm-orders-search{width:100%;min-width:100%}.fm-orders-left-tools{width:100%}}.notification-list{flex-direction:column;gap:14px;display:flex}.notification-card{background:#f5f6f8;border-radius:12px;grid-template-columns:60px 1fr 120px;align-items:center;gap:14px;padding:16px;display:grid}.notification-icon{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;display:flex}.notification-content h3{margin:0 0 6px;font-size:17px}.notification-content p{color:#666;margin:0}.notification-time{text-align:right;color:#777;font-size:14px}@media (width<=900px){.notification-card{grid-template-columns:50px 1fr}.notification-time{text-align:left;grid-column:2}}.cart-form-group textarea{resize:vertical;border:1px solid #d8dde7;border-radius:14px;min-height:100px;padding:13px 14px;font-family:inherit;font-size:14px}.login-page{background:linear-gradient(#f5f6fb 0%,#eceff6 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{background:#fff;border-radius:24px;width:100%;max-width:430px;padding:32px;box-shadow:0 14px 30px #0f172a14}.login-brand{text-align:center;margin-bottom:24px}.login-brand h1{color:#1f2434;margin:0 0 8px;font-size:40px}.login-brand p{color:#6b7280;margin:0}.login-form{flex-direction:column;gap:18px;display:flex}.login-form-group{flex-direction:column;gap:8px;display:flex}.login-form-group label{color:#374151;font-weight:700}.login-form-group input{border:1px solid #d8dde7;border-radius:14px;padding:14px 15px;font-size:14px}.login-error{color:#dc2626;margin:0;font-size:14px}.login-submit-btn{color:#fff;cursor:pointer;background:#9a7b57;border:none;border-radius:16px;padding:15px;font-weight:800}.login-submit-btn:disabled{opacity:.7;cursor:not-allowed}.weather-search-row{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.weather-search-box{flex:1;gap:10px;min-width:300px;display:flex}.weather-search-box input{border:1px solid #d1d5db;border-radius:12px;flex:1;padding:12px 14px;font-size:14px}.weather-search-box button,.weather-location-btn{cursor:pointer;color:#fff;background:#9a7b57;border:none;border-radius:12px;padding:12px 16px;font-weight:700}.weather-search-results{flex-direction:column;gap:10px;margin-top:16px;display:flex}.weather-search-result-item{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;font-weight:600}.weather-error-text{color:#dc2626;margin-bottom:16px;font-weight:600}.weather-location-header{margin-bottom:20px}.weather-location-header h2{color:#1f2434;margin:0 0 6px;font-size:30px}.weather-location-header p{color:#6b7280;margin:4px 0}.weather-stat-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px;display:grid}.weather-stat-card{background:#fff;border-radius:20px;padding:22px;box-shadow:0 10px 24px #0f172a0f}.weather-stat-card p{color:#6b7280;margin:0 0 10px;font-weight:600}.weather-stat-card h3{color:#111827;margin:0;font-size:28px}.weather-tide-grid{grid-template-columns:1.2fr 1fr 1fr;gap:20px;display:grid}.tide-big-value{color:#111827;margin-bottom:10px;font-size:42px;font-weight:800}.tide-small-value{color:#111827;margin-bottom:10px;font-size:34px;font-weight:800}.tide-subtext{color:#6b7280;margin:0;line-height:1.6}.tide-trend-badge{color:#4f46e5;background:#eef2ff;border-radius:999px;margin-top:16px;padding:8px 12px;font-weight:700;display:inline-block}@media (width<=1000px){.weather-stat-grid{grid-template-columns:1fr 1fr}.weather-tide-grid{grid-template-columns:1fr}}@media (width<=700px){.weather-stat-grid{grid-template-columns:1fr}.weather-search-box{flex-direction:column}}.wx-page{padding:6px 0 24px}.wx-topbar{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:18px;display:flex}.wx-search-box{background:#fff;border:1px solid #e8edf5;border-radius:20px;flex:1;align-items:center;gap:10px;min-width:320px;padding:10px;display:flex;box-shadow:0 8px 18px #0f172a0a}.wx-search-box input{background:0 0;border:none;outline:none;flex:1;padding:10px 12px;font-size:15px}.wx-search-box button,.wx-location-btn{color:#fff;cursor:pointer;background:#7a97f5;border:none;border-radius:14px;padding:12px 16px;font-weight:700}.wx-location-btn{background:#9a7b57}.wx-search-results{flex-direction:column;gap:10px;margin-bottom:18px;display:flex}.wx-search-result-item{text-align:left;cursor:pointer;background:#fff;border:none;border-radius:14px;padding:12px 14px;font-weight:600;box-shadow:0 6px 14px #0f172a0a}.wx-error{color:#dc2626;margin:0 0 14px;font-weight:600}.wx-main-card{background:#fff;border:1px solid #dfe7fb;border-radius:26px;grid-template-columns:1fr 1.2fr;gap:26px;margin-bottom:22px;padding:28px;display:grid;box-shadow:0 12px 26px #0f172a0d}.wx-left{flex-direction:column;gap:16px;display:flex}.wx-city{color:#1f2434;font-size:18px;font-weight:700}.wx-time{color:#7a7f8c;font-size:15px}.wx-current-row{align-items:center;gap:18px;display:flex}.wx-icon{font-size:72px;line-height:1}.wx-temp-wrap{flex-direction:column;gap:6px;display:flex}.wx-temp{color:#111827;font-size:56px;font-weight:800;line-height:1}.wx-condition{color:#111827;font-size:22px;font-weight:700}.wx-meta{flex-wrap:wrap;gap:18px;margin-top:4px;display:flex}.wx-meta-box{min-width:120px}.wx-meta-box span{color:#8b91a1;margin-bottom:8px;display:block}.wx-meta-box strong{color:#111827;font-size:24px}.wx-right{flex-direction:column;justify-content:center;gap:18px;display:flex}.wx-panel-title{color:#7a7f8c;font-size:16px;font-weight:700}.wx-curve-box{background:linear-gradient(#f7f9ff 0%,#edf2ff 100%);border-radius:22px;height:110px;padding:18px 20px;position:relative;overflow:hidden}.wx-curve-value{color:#6f92ff;z-index:2;font-size:22px;font-weight:800;position:relative}.wx-curve-line{opacity:.9;border-top:3px solid #7aa2ff;border-radius:50%/100% 100% 0 0;height:46px;position:absolute;bottom:24px;left:20px;right:20px}.wx-mini-cards{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.wx-mini-card{text-align:center;background:#f9fbff;border:1px solid #edf1fb;border-radius:18px;padding:18px 14px}.wx-mini-card.active{color:#fff;background:#6f97f5}.wx-mini-day{margin-bottom:10px;font-weight:800}.wx-mini-icon{margin-bottom:8px;font-size:26px}.wx-mini-label{opacity:.9;margin-bottom:6px;font-size:13px}.wx-mini-value{font-size:20px;font-weight:800}.wx-tide-row{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.wx-tide-card{background:#fff;border-radius:22px;padding:22px;box-shadow:0 10px 24px #0f172a0d}.wx-tide-card.primary{color:#fff;background:linear-gradient(135deg,#6f97f5 0%,#8cadff 100%)}.wx-tide-card.trend{background:linear-gradient(135deg,#f7f8fd 0%,#eef3fb 100%)}.wx-tide-card p{color:inherit;opacity:.85;margin:0 0 10px;font-weight:600}.wx-tide-card h3{color:inherit;margin:0 0 10px;font-size:34px}.wx-tide-card span{color:inherit;opacity:.85;line-height:1.5;display:block}@media (width<=1100px){.wx-main-card{grid-template-columns:1fr}.wx-tide-row{grid-template-columns:1fr 1fr}}@media (width<=700px){.wx-mini-cards,.wx-tide-row{grid-template-columns:1fr}.wx-temp{font-size:42px}.wx-condition{font-size:18px}}.wx-section{background:#fff;border:1px solid #dfe7fb;border-radius:24px;margin-top:22px;padding:24px;box-shadow:0 10px 24px #0f172a0d}@media (width<=1100px){.wx-forecast-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.wx-forecast-grid{grid-template-columns:1fr}}.wx-section{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border:1px solid #dfe7fb;border-radius:24px;margin-top:22px;padding:24px;box-shadow:0 10px 24px #0f172a0d}.wx-section h3{color:#1f2434;margin:0 0 18px;font-size:22px}.wx-forecast-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.wx-forecast-card{text-align:center;background:#f8fbfff5;border:1px solid #edf2fb;border-radius:18px;padding:18px 14px}.wx-forecast-card p{color:#7a7f8c;margin:0 0 10px;font-weight:600}.wx-forecast-card h4{color:#111827;margin:0 0 8px;font-size:22px}.wx-forecast-card span{color:#7a7f8c;font-size:14px}.wx-forecast-icon{margin-bottom:10px;font-size:30px}.wx-empty-box{color:#7a7f8c;padding:14px 0}.wx-main-card,.wx-tide-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (width<=1100px){.wx-forecast-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.wx-forecast-grid{grid-template-columns:1fr}}.weather-dynamic-page{min-height:100vh;padding:24px;transition:background .4s}.weather-bg-sunny{background:linear-gradient(#7cc7ff 0%,#bfe7ff 100%)}.weather-bg-cloudy{background:linear-gradient(#94a9bc 0%,#d1dae2 100%)}.weather-bg-rain{background:linear-gradient(#5c7a99 0%,#92b2cf 100%)}.weather-bg-storm{background:linear-gradient(#3f4a56 0%,#67727c 100%)}.weather-bg-night{background:linear-gradient(#162738 0%,#2c4562 100%)}.weather-bg-night-rain{background:linear-gradient(#1f2c39 0%,#445c74 100%)}.weather-board{max-width:1320px;margin:0 auto}.weather-shell{grid-template-columns:80px 1fr;align-items:start;gap:20px;display:grid}.weather-rail{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#10192cc7;border-radius:28px;flex-direction:column;align-items:center;gap:24px;min-height:700px;padding:18px 12px;display:flex;box-shadow:0 12px 32px #00000024}.weather-rail-logo{color:#fff;background:#ffffff1f;border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;display:flex}.weather-rail-menu{flex-direction:column;gap:14px;display:flex}.weather-rail-item{color:#fff;opacity:.75;background:#ffffff14;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.weather-rail-item.active{opacity:1;background:#ffffff2e}.weather-center{flex-direction:column;gap:18px;display:flex}.weather-searchbar{align-items:center;gap:16px;display:flex}.weather-search-box{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0c182ecc;border-radius:18px;flex:1;display:flex;overflow:hidden}.weather-search-box input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:16px 18px;font-size:14px}.weather-search-box input::placeholder{color:#ffffffb3}.weather-search-box button,.weather-location-btn{cursor:pointer;color:#fff;background:#2b6ef3;border:none;border-radius:0;outline:none;padding:0 18px;font-weight:600}.weather-location-btn{white-space:nowrap;border-radius:18px;height:52px}.weather-search-results{background:#fffffff0;border-radius:18px;overflow:hidden;box-shadow:0 12px 28px #00000014}.weather-search-result-item{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #eef2f7;width:100%;padding:14px 18px}.weather-search-result-item:last-child{border-bottom:none}.weather-search-result-item:hover{background:#f6f9fc}.weather-error-box{color:#c0392b;background:#ffe6e6f2;border-radius:16px;padding:14px 18px;font-weight:600}.weather-card,.weather-hero-card,.weather-hourly-card,.weather-conditions-card,.weather-week-card{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c182ec7;border-radius:28px;box-shadow:0 14px 32px #00000024}.weather-loading-card{padding:28px}.weather-card-title{text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3;margin-bottom:16px;font-size:13px}.weather-hero-card{justify-content:space-between;align-items:center;min-height:220px;padding:28px 30px;display:flex}.weather-hero-city{margin-bottom:6px;font-size:34px;font-weight:700}.weather-hero-sub,.weather-hero-time{color:#ffffffbd;margin-bottom:8px;font-size:14px}.weather-hero-temp{margin-top:18px;font-size:64px;font-weight:800;line-height:1}.weather-hero-icon{font-size:92px;line-height:1}.weather-hourly-card{padding:22px 24px}.weather-hourly-row{grid-template-columns:repeat(6,1fr);gap:14px;display:grid}.weather-hourly-item{text-align:center;background:#ffffff14;border-radius:18px;padding:14px 10px}.weather-hourly-item span{color:#ffffffb8;font-size:13px;display:block}.weather-hourly-item strong{font-size:20px;font-weight:700}.weather-hourly-icon{margin:10px 0;font-size:28px}.weather-bottom-grid{grid-template-columns:1.55fr .95fr;gap:18px;display:grid}.weather-conditions-card,.weather-week-card{padding:24px}.weather-conditions-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.weather-condition-box{background:#ffffff14;border-radius:18px;padding:16px}.weather-condition-box span{color:#ffffffb8;margin-bottom:8px;font-size:13px;display:block}.weather-condition-box strong{font-size:22px;font-weight:700}.weather-week-list{flex-direction:column;gap:12px;display:flex}.weather-week-item{border-bottom:1px solid #ffffff14;grid-template-columns:70px 40px 1fr auto;align-items:center;gap:10px;padding:12px 0;display:grid}.weather-week-item:last-child{border-bottom:none}.weather-week-day,.weather-week-text,.weather-week-temp{font-size:14px}.weather-week-day,.weather-week-text{color:#ffffffd1}.weather-week-icon{text-align:center;font-size:24px}.weather-week-temp{color:#fff;font-weight:700}.weather-empty-box{color:#ffffffb8;padding:10px 0}@media (width<=1200px){.weather-hourly-row{grid-template-columns:repeat(3,1fr)}.weather-bottom-grid{grid-template-columns:1fr}}@media (width<=900px){.weather-shell{grid-template-columns:1fr}.weather-rail{flex-direction:row;justify-content:space-between;min-height:auto;padding:14px 16px}.weather-rail-menu{flex-direction:row}.weather-searchbar{flex-direction:column;align-items:stretch}.weather-hourly-row{grid-template-columns:repeat(2,1fr)}.weather-hero-card{flex-direction:column;align-items:flex-start;gap:24px}}@media (width<=600px){.weather-conditions-grid{grid-template-columns:1fr}.weather-week-item{grid-template-columns:60px 32px 1fr}.weather-week-temp{grid-column:1/-1;padding-left:0}}.cart-page{min-height:100vh;padding:24px 0 40px}.cart-wrapper{grid-template-columns:1.35fr .9fr;align-items:start;gap:24px;display:grid}.cart-left,.cart-right{width:100%}.cart-section-head{margin-bottom:18px}.cart-section-head h3{color:#1f2434;margin:0 0 6px;font-size:36px}.cart-section-head p{color:#6b7280;margin:0}.cart-item-list{flex-direction:column;gap:18px;display:flex}.cart-item-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 10px 24px #0f172a0f}.cart-item-image-wrap{background:#eef2f7;height:240px}.cart-item-image{object-fit:cover;width:100%;height:100%}.cart-item-no-image{color:#6b7280;justify-content:center;align-items:center;height:100%;font-weight:700;display:flex}.cart-item-info{padding:22px 22px 12px}.cart-item-info h4{color:#111827;margin:0 0 8px;font-size:32px}.cart-item-info p{color:#6b7280;margin:0 0 12px;font-size:18px}.cart-item-info strong{color:#9a7b57;font-size:22px}.cart-item-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:0 22px 22px;display:flex}.cart-qty-box{align-items:center;gap:10px;display:flex}.cart-qty-box button{cursor:pointer;background:#eef2f7;border:none;border-radius:12px;width:40px;height:40px;font-size:20px;font-weight:700}.cart-qty-box span{text-align:center;min-width:24px;font-size:18px;font-weight:700}.cart-subtotal{color:#111827;font-size:20px;font-weight:700}.cart-remove-btn{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:12px;padding:12px 16px;font-weight:700}.cart-side-card{background:#fff;border-radius:22px;padding:24px;position:sticky;top:24px;box-shadow:0 10px 24px #0f172a0f}.cart-form-group{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.cart-form-group label{color:#374151;font-weight:700}.cart-form-group input,.cart-form-group textarea{border:1px solid #d8dde7;border-radius:14px;padding:14px 15px;font-family:inherit;font-size:14px}.cart-form-group textarea{resize:vertical;min-height:120px}.cart-summary-box{background:#f8fafc;border-radius:16px;flex-direction:column;gap:12px;margin:20px 0;padding:18px;display:flex}.cart-summary-line{justify-content:space-between;align-items:center;display:flex}.cart-summary-line span{color:#6b7280;font-weight:600}.cart-summary-line strong{color:#111827;font-size:20px}.cart-summary-line.total strong{color:#9a7b57}.cart-submit-btn{color:#fff;cursor:pointer;background:#9a7b57;border:none;border-radius:14px;width:100%;padding:14px 18px;font-size:16px;font-weight:800}.cart-empty-box{background:#fff;border-radius:22px;padding:24px;box-shadow:0 10px 24px #0f172a0f}.cart-empty-box h4{margin:0 0 8px}.cart-empty-box p{color:#6b7280;margin:0}.cart-receipt-card{background:#fff;border-radius:22px;margin-top:24px;padding:24px;box-shadow:0 10px 24px #0f172a0f}.cart-receipt-items{flex-direction:column;gap:10px;margin-top:16px;display:flex}.cart-receipt-row{border-bottom:1px solid #eee;justify-content:space-between;gap:10px;padding-bottom:10px;display:flex}.cart-receipt-total{color:#9a7b57;margin-top:16px;font-size:20px;font-weight:800}@media (width<=980px){.cart-wrapper{grid-template-columns:1fr}.cart-side-card{position:static}}.order-remark-cell{white-space:pre-wrap;word-break:break-word;color:#4b5563;white-space:pre-wrap;word-break:break-word;max-width:240px;line-height:1.5}.fm-action-btn.reject,.track-step.rejected{color:#dc2626;background:#fee2e2}.track-step.rejected span{color:#dc2626}.track-rejected-text{color:#dc2626;margin-top:12px;font-weight:700}
