.welcome-banner-global{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 24px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-bottom:1px solid #f59e0b;box-shadow:#00000040 0 54px 55px,#0000001f 0 -12px 30px,#0000001f 0 4px 6px,#0000002b 0 12px 13px,#00000017 0 -3px 5px;z-index:10000;position:absolute;top:10%}.welcome-banner-global-content{display:flex;align-items:center;gap:16px;flex:1}.welcome-banner-global-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f59e0b;border-radius:50%;flex-shrink:0}.welcome-banner-global-icon i{font-size:18px;color:#fff}.welcome-banner-global-text h3{margin:0 0 2px;font-size:15px;font-weight:600;color:#92400e}.welcome-banner-global-text p{margin:0;font-size:13px;color:#a16207}.welcome-banner-global-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.welcome-banner-global-btn{padding:10px 20px;font-size:14px;font-weight:600;color:#fff;background:#f59e0b;border:none;border-radius:8px;cursor:pointer;transition:background .2s;white-space:nowrap}.welcome-banner-global-btn:hover{background:#d97706}.welcome-banner-global-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;color:#92400e;transition:background .2s}.welcome-banner-global-close:hover{background:#92400e1a}@media (max-width: 768px){.welcome-banner-global{flex-direction:column;align-items:flex-start;gap:12px;padding:14px 16px}.welcome-banner-global-content{gap:12px}.welcome-banner-global-icon{width:40px;height:40px}.welcome-banner-global-text h3{font-size:14px}.welcome-banner-global-text p{font-size:12px}.welcome-banner-global-actions{width:100%;justify-content:space-between}.welcome-banner-global-btn{flex:1;padding:10px 16px}}:root{--color-primary: #BE8400;--color-primary-dark: #764ba2;--color-accent: #D4A853;--color-accent-dark: #c49843;--color-accent-hover: #BE8400;--color-text-primary: #1e293b;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;--color-bg-primary: #f5f5f5;--color-bg-secondary: #f8fafc;--color-bg-white: #ffffff;--color-bg-dark: #1a1a2e;--color-bg-dark-secondary: #2d2d44;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--color-success: #10b981;--color-success-bg: #d1fae5;--color-error: #dc2626;--color-error-bg: #fee2e2;--color-warning: #d97706;--color-warning-bg: #fef3c7;--color-info: #3b82f6;--color-info-bg: #dbeafe;--gradient-primary: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);--gradient-hero: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 50%, #3d3d5c 100%);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 12px 24px -8px rgba(0, 0, 0, .15);--shadow-card: 0 2px 8px rgba(0, 0, 0, .08);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 40px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-base: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 32px;--font-size-4xl: 48px;--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease;--z-dropdown: 100;--z-sticky: 500;--z-navbar: 1000;--z-modal: 2000}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-family)}body{font-family:var(--font-family);background-color:var(--color-bg-primary);color:var(--color-text-primary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app{min-height:100vh}.main-content{padding-top:70px}.container{max-width:1300px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none}.btn-primary{background:linear-gradient(60deg,#be8400,#be8400b8);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-secondary{background:#fff;border:2px solid #d4d4d4}.btn-secondary:hover{background:#fff;color:#000}.btn-logout{background:transparent;color:#64748b;border:1px solid #e2e8f0;padding:8px 16px}.btn-logout:hover{background:#f1f5f9}.card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #00000026}.navbar{position:fixed;top:0;left:0;right:0;height:70px;background:#fff;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;z-index:1000}.navbar .container{display:flex;justify-content:space-between;align-items:center;width:100%}.navbar-brand{display:flex;align-items:center;text-decoration:none}.navbar-logo{height:55px;width:auto;object-fit:contain}.navbar-right{display:flex;align-items:center;gap:16px}.dashboard-link{color:#64748b;text-decoration:none;font-weight:500;margin-right:8px}.dashboard-link:hover{color:#d4a853}.user-menu{position:relative;display:flex;align-items:center;box-shadow:#0000003d 0 3px 8px;border:1px solid #b5b5b5;border-radius:8px}.user-avatar{width:42px;height:42px;object-fit:cover;cursor:pointer;border-radius:8px}.navbar-dashboard-label{font-weight:600;font-size:14px;color:#334155;text-decoration:none;padding:0 12px 0 8px;cursor:pointer}.user-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;padding:8px;min-width:150px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease;z-index:100}.user-menu:hover .user-dropdown{opacity:1;visibility:visible;transform:translateY(5px)}.user-dropdown .dashboard-link{display:block;padding:10px 16px;color:#64748b;text-decoration:none;font-weight:500;border-radius:6px;margin-bottom:4px}.user-dropdown .dashboard-link:hover{background:#f8fafc;color:#d4a853}.user-dropdown .btn-logout{width:100%;text-align:left;padding:10px 16px;border-radius:6px}.home-page{min-height:100vh}.hero-new{position:relative;background-image:url(/assets/Website-Background.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:80px 20px 100px;text-align:center}.hero-grid-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;pointer-events:none}.hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto}.ai-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:8px 20px;color:#fff;font-size:14px;font-weight:500;margin-bottom:32px}.ai-icon{width:25px;height:25px;color:#ff7800}.hero-title{font-size:48px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:24px}.hero-highlight{color:#f1c310;display:block}.hero-subtitle{font-size:18px;color:#fffc;max-width:700px;margin:0 auto 40px;line-height:1.6;font-weight:700}.search-container{display:flex;max-width:600px;margin:0 auto 15px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #00000026;height:45px}.search-input{flex:1;padding:16px 24px;border:none;font-size:16px;outline:none;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,sans-serif}.search-input::placeholder{color:#94a3b8}.search-btn{background:#fff;border:none;padding:16px 24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.search-btn svg{width:24px;height:24px;color:#d4a853}.search-btn:hover svg{color:#c49843}.search-clear-btn{background:transparent;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.search-clear-btn svg{width:18px;height:18px;color:#94a3b8;transition:color .2s ease}.search-clear-btn:hover svg{color:#64748b}.search-wrapper{position:relative;max-width:600px;margin:0 auto 15px}.search-wrapper .search-container{margin:0}.search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 30px #0003;margin-top:8px;max-height:350px;overflow-y:auto;z-index:100}.search-dropdown-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;color:#64748b;font-size:14px}.spinner-small{width:18px;height:18px;border:2px solid #e2e8f0;border-top-color:#d4a853;border-radius:50%;animation:spin .8s linear infinite}.search-dropdown-empty{padding:20px;text-align:center;color:#64748b;font-size:14px}.search-dropdown-list{list-style:none;margin:0;padding:8px 0}.search-dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f1f5f9;transition:background-color .15s ease}.search-dropdown-item:last-child{border-bottom:none}.search-dropdown-item:hover{background-color:#fefce8}.search-dropdown-item-content{display:flex;align-items:center;gap:16px;flex:1;cursor:pointer;min-width:0}.search-item-name{font-size:14px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-item-price{font-size:14px;font-weight:600;color:#be8400;white-space:nowrap}.search-item-buy-btn{background:#be8400;color:#fff;border:none;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:background-color .2s ease;white-space:nowrap;margin-left:12px;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,sans-serif}.search-item-buy-btn:hover{background:#a57500}.search-dropdown-view-all{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:14px;background:#fefce8;border:none;border-top:1px solid #fef08a;color:#be8400;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease;border-radius:0 0 12px 12px;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,sans-serif}.search-dropdown-view-all:hover{background:#fef9c3}.search-dropdown-view-all svg{width:16px;height:16px}.popular-categories{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.popular-label{display:flex;align-items:center;gap:6px;color:#ffffffb3;font-size:14px}.popular-label svg{width:16px;height:16px}.category-tag{background:#ff9a3f26;border:1px solid rgb(183,137,97);color:#fff;padding:6px 16px;border-radius:10px;font-size:14px;cursor:pointer;transition:all .2s ease;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,sans-serif}.category-tag:hover{background:#ffffff40}.products-page{min-height:100vh;background:#f5f5f5}.products-page-header{background:linear-gradient(135deg,#1a1a2e,#2d2d44);padding:60px 20px 40px;text-align:center}.products-page-header h1{font-size:36px;font-weight:700;color:#fff;margin-bottom:12px}.products-page-header p{font-size:16px;color:#ffffffb3;margin-bottom:32px}.products-search-container{display:flex;max-width:500px;margin:0 auto;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #00000026;height:48px}.products-search-container .search-input{flex:1;padding:14px 20px;border:none;font-size:15px;outline:none}.products-search-container .search-btn{background:#fff;border:none;padding:14px 20px;cursor:pointer}.products-search-container .search-btn svg{width:22px;height:22px;color:#d4a853}.products-search-container .search-btn:hover svg{color:#c49843}.btn-purchased{background:#94a3b8!important;cursor:not-allowed!important}.btn-purchased:hover{background:#94a3b8!important}.filter-section{background:#fff;padding:20px 0;box-shadow:0 2px 10px #0000000d}.filter-content{display:flex;justify-content:space-between;align-items:center}.filter-left{display:flex;align-items:center;gap:10px}.filter-icon{width:20px;height:20px;color:#ff7800}.filter-label{font-weight:600;color:#1a1a2e}.profession-dropdown select{padding:10px 40px 10px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;min-width:180px}.filter-right{color:#64748b;font-size:14px}.interview-count{color:#ff7800;font-weight:600}.floating-cart{position:fixed;bottom:30px;right:30px;width:56px;height:56px;background:#d4a853;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px #d4a85366;transition:transform .2s ease;z-index:999}.floating-cart:hover{transform:scale(1.1)}.floating-cart svg{width:24px;height:24px;color:#fff}.cart-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:12px;font-weight:600;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center}.hero{padding:80px 0;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.hero h1{font-size:48px;margin-bottom:20px}.hero p{font-size:20px;opacity:.9;max-width:600px;margin:0 auto 32px}.products-section{padding:10px 0 80px;background:#f5f5f5}.home-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}.home-product-card{background:#fff;border-radius:16px;padding:12px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.home-product-card:hover{box-shadow:0 8px 24px #0000001f}.product-category-badge{display:inline-block;background:#dbeafe;color:#3b82f6;font-size:14px;font-weight:600;padding:4px 12px;border-radius:6px;margin-bottom:16px;width:fit-content}.home-product-card h3{font-size:24px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.product-description{font-size:16px;color:#64748b;margin-bottom:10px;line-height:1.5;flex-grow:1}.product-features{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.feature-tag{background:#f1f5f9;color:#475569;font-size:12px;padding:4px 10px;border-radius:12px}.product-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e2e8f0}.product-price{display:flex;align-items:baseline;gap:2px;margin-bottom:10px}.price-symbol{font-size:14px;color:#64748b}.price-amount{font-size:24px;font-weight:700;color:#be8400}.btn-buy{background:#be8400;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;transition:background .2s ease;width:100%}.btn-buy:hover{background:#c49843}.no-products{text-align:center;padding:60px 20px;color:#64748b}.no-products p{font-size:16px}.product-actions{display:flex;gap:8px;width:100%}.btn-see-details{background:transparent;color:#64748b;border:1px solid #e2e8f0;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}.btn-see-details:hover{border-color:#d4a853;color:#d4a853}.load-more-section{display:flex;flex-direction:column;align-items:center;padding:40px 0;gap:16px}.loading-more{display:flex;align-items:center;gap:12px;color:#64748b;font-size:14px}.spinner-small{width:24px;height:24px;border:3px solid #e2e8f0;border-top-color:#d4a853;border-radius:50%;animation:spin .8s linear infinite}.btn-load-more{background:linear-gradient(135deg,#d4a853,#be8400);color:#fff;border:none;padding:12px 32px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #be840040}.btn-load-more:hover{transform:translateY(-2px);box-shadow:0 4px 12px #be840059}.btn-load-more:active{transform:translateY(0)}.no-more-products{color:#94a3b8;font-size:14px;padding:20px 0}.scroll-sentinel{height:1px;width:100%}.product-detail-page{padding:40px 0;min-height:calc(100vh - 70px);background:#f5f5f5}.back-btn{display:inline-flex;align-items:center;gap:8px;background:none;border:none;color:#64748b;font-size:14px;cursor:pointer;margin-bottom:24px;padding:8px 0}.back-btn svg{width:20px;height:20px}.back-btn:hover{color:#1a1a2e}.product-detail-content{display:grid;grid-template-columns:1fr 380px;gap:20px}.payment-info{text-align:center;margin-bottom:10px;color:#797979}.product-detail-category{display:inline-block;background:#dbeafe;color:#3b82f6;font-size:14px;font-weight:600;padding:4px 12px;border-radius:6px;margin-bottom:16px}.product-detail-main h1{font-size:32px;font-weight:700;color:#1a1a2e}.product-detail-description{font-size:16px;color:#64748b;line-height:1.7;margin-bottom:10px}.product-detail-features h3{display:flex;align-items:center;gap:8px;font-size:21px;font-weight:700;color:#1a1a2e;margin-bottom:10px}.product-detail-features h3 .section-icon{width:25px;height:25px;flex-shrink:0;color:#d7af63}.product-detail-features ul{list-style:none}.product-detail-features li{display:flex;align-items:center;gap:8px;padding:8px 0;color:#475569}.product-detail-features li:last-child{border-bottom:none}.product-detail-features{margin-top:20px}.product-detail-features li svg{width:20px;height:20px;color:#10b981;flex-shrink:0}.product-detail-buyers h3{display:flex;align-items:center;gap:8px;font-size:21px;font-weight:700;color:#1a1a2e;margin-bottom:10px}.product-detail-buyers h3 .section-icon{width:25px;height:25px;flex-shrink:0;color:#d7af63}.product-detail-buyers ul{list-style:none}.product-detail-buyers li{display:flex;align-items:center;gap:8px;padding:8px 0;color:#475569}.product-detail-buyers li:last-child{border-bottom:none}.product-detail-buyers li svg{width:20px;height:20px;flex-shrink:0}.product-detail-sidebar{position:sticky;top:100px;height:fit-content}.product-detail-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014}.product-detail-price{margin-bottom:10px}.price-label{display:block;font-size:14px;color:#64748b;margin-bottom:4px}.price-value{display:flex;align-items:baseline;gap:4px}.price-value .currency{font-size:18px;color:#64748b}.price-value .amount{font-size:40px;font-weight:700;color:#be8400}.btn-buy-now{width:100%;background:#be8400;color:#fff;border:none;padding:16px 24px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease;margin-bottom:12px}.purchase-note{text-align:center;color:#797979}.product-detail-benefits{display:flex;flex-wrap:wrap;margin-bottom:18px;gap:8px 10px}.benefit-item{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;color:#444;font-weight:600;font-size:14px;background:#fff;border-radius:8px;white-space:nowrap}.benefit-item svg{flex-shrink:0}.benefit-item svg{width:21px;height:21px;color:#d4a853}.login-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#1a1a2ed9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal);padding:20px;animation:modalOverlayFadeIn .3s ease}@keyframes modalOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.login-modal{background:linear-gradient(145deg,#fff,#f8f9fa);border-radius:24px;width:100%;max-width:420px;position:relative;box-shadow:0 25px 80px #00000059,0 10px 30px #be840026,inset 0 1px #fffc;overflow:hidden;animation:modalSlideUp .4s cubic-bezier(.16,1,.3,1)}.login-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#be8400,#d4a853,#be8400);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.login-modal-close{position:absolute;top:20px;right:20px;background:#64748b1a;border:none;cursor:pointer;padding:10px;color:#64748b;z-index:1;border-radius:12px;transition:all .2s ease}.login-modal-close svg{width:18px;height:18px;display:block}.login-modal-close:hover{background:#be84001a;color:#be8400;transform:rotate(90deg)}.login-modal-content{padding:50px 40px 40px;text-align:center;position:relative}.login-modal-content:before{content:"";position:absolute;top:50px;left:50%;transform:translate(-50%);width:70px;height:70px;background:linear-gradient(135deg,#1a1a2e,#2d2d44);border-radius:20px;box-shadow:0 10px 30px #1a1a2e4d,inset 0 1px #ffffff1a}.login-modal-content:after{content:"👋";position:absolute;top:62px;left:50%;transform:translate(-50%);font-size:32px;z-index:1;animation:wave 2s ease-in-out infinite}@keyframes wave{0%,to{transform:translate(-50%) rotate(0)}25%{transform:translate(-50%) rotate(20deg)}75%{transform:translate(-50%) rotate(-10deg)}}.login-modal-content h2{font-size:28px;color:#1a1a2e;margin-top:90px;letter-spacing:-.5px}.login-modal-subtitle{font-size:15px;color:#64748b;margin-bottom:36px;line-height:1.5}.login-modal-error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:12px;padding:14px 18px;margin-bottom:24px;color:#dc2626;font-size:14px;text-align:left;display:flex;align-items:center;gap:10px;animation:shakeError .5s ease}.login-modal-error:before{content:"⚠️";font-size:16px;flex-shrink:0}@keyframes shakeError{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.google-signin-button{display:flex;justify-content:center;margin-bottom:28px;border:1px solid #8f8f8f;border-radius:10px;font-family:var(--font-family)!important;font-weight:800}.login-modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:30px 20px;margin-bottom:24px;background:linear-gradient(135deg,#fefce8,#fef9c3);border-radius:16px;border:1px solid rgba(212,168,83,.3)}.login-modal-loading .spinner-small{width:32px;height:32px;border:3px solid rgba(212,168,83,.2);border-top-color:#d4a853}.login-modal-loading span{color:#92400e;font-size:14px;font-weight:600}.login-modal-terms{font-size:12px;color:#94a3b8;line-height:1.6;border-radius:12px;margin-top:8px}.login-modal-divider{display:flex;align-items:center;gap:16px;margin:24px 0;color:#94a3b8;font-size:13px}.login-modal-divider:before,.login-modal-divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.login-btn{background:#be8400;color:#fff;border:none;padding:8px 20px;border-radius:6px;font-weight:600;font-size:15px;cursor:pointer}.promo-banner-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#1a1a2ee6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal);padding:20px;animation:modalOverlayFadeIn .3s ease}.promo-banner{background:linear-gradient(145deg,#fff,#f8f9fa);border-radius:24px;width:100%;max-width:460px;position:relative;box-shadow:0 25px 80px #00000059,0 10px 30px #be840033,inset 0 1px #fffc;overflow:hidden;animation:modalSlideUp .4s cubic-bezier(.16,1,.3,1);padding:40px;text-align:center}.promo-banner:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#22c55e,#d4a853,#22c55e);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}.promo-banner-close{position:absolute;top:16px;right:16px;background:#64748b1a;border:none;cursor:pointer;padding:10px;color:#64748b;z-index:1;border-radius:12px;transition:all .2s ease}.promo-banner-close svg{width:18px;height:18px;display:block}.promo-banner-close:hover{background:#dc26261a;color:#dc2626;transform:rotate(90deg)}.promo-banner-icon{width:70px;height:70px;background:linear-gradient(135deg,#1a1a2e,#2d2d44);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 10px 30px #1a1a2e4d,inset 0 1px #ffffff1a;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.promo-banner-icon svg{width:36px;height:36px}.promo-banner h2{font-size:28px;color:#1a1a2e;margin-bottom:12px;letter-spacing:-.5px}.promo-banner-text{font-size:16px;color:#64748b;margin-bottom:24px;line-height:1.6}.promo-banner-text strong{color:#be8400}.promo-banner-features{display:flex;flex-direction:column;gap:12px;margin-bottom:28px;text-align:left}.promo-feature{display:flex;align-items:center;gap:12px;font-size:15px;color:#334155}.promo-feature svg{width:22px;height:22px;flex-shrink:0}.promo-banner-btn{width:100%;background:linear-gradient(135deg,#be8400,#d4a853);color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 15px #be84004d}.promo-banner-btn svg{width:20px;height:20px}.promo-banner-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #be840066}.promo-banner-note{margin-top:16px;font-size:13px;color:#94a3b8}@media (max-width: 480px){.promo-banner{padding:32px 24px;margin:16px}.promo-banner h2{font-size:24px}.promo-banner-text{font-size:15px}.promo-banner-icon{width:60px;height:60px}.promo-banner-icon svg{width:30px;height:30px}.promo-feature{font-size:14px}.promo-banner-btn{padding:14px 24px;font-size:15px}}.checkout-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.checkout-popup{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative}.checkout-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:8px;color:#64748b;z-index:1}.checkout-close svg{width:20px;height:20px}.checkout-close:hover{color:#1a1a2e}.checkout-content{padding:15px}.checkout-product-summary{background:#f8fafc;border-radius:12px;padding:20px;margin-bottom:15px}.checkout-product-summary h3{font-size:14px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.checkout-product-item{display:flex;justify-content:space-between;gap:16px}.checkout-product-info{flex:1}.checkout-product-category{display:inline-block;background:#dbeafe;color:#3b82f6;font-size:12px;font-weight:600;padding:3px 8px;border-radius:6px;margin-bottom:8px}.checkout-product-info h4{font-size:18px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.checkout-features-list{list-style:none;font-size:12px;color:#64748b}.checkout-features-list li{padding:2px 0}.checkout-features-list li:before{content:"• ";color:#d4a853}.checkout-product-price{display:flex;align-items:baseline;gap:2px}.checkout-product-price .currency{font-size:14px;color:#64748b}.checkout-product-price .amount{font-size:24px;font-weight:700;color:#d4a853}.checkout-form h3{font-size:18px;font-weight:600;color:#1a1a2e;margin-bottom:20px}.checkout-login-notice{background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:12px 16px;margin-bottom:20px}.checkout-login-notice p{color:#92400e;font-size:14px;margin:0}.checkout-user-info{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:10px;padding:6px;margin-bottom:15px;font-size:14px;color:#0c4a6e;display:flex;align-items:center;flex-wrap:wrap;gap:4px}.checkout-user-info strong{color:#0369a1;font-weight:600}.checkout-user-separator{margin:0 6px;color:#7dd3fc}.checkout-user-email{color:#0284c7}.form-group{margin-bottom:10px}.form-group label{display:block;font-size:14px;font-weight:500;color:#1a1a2e;margin-bottom:6px}.form-group input{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:#d4a853}.form-group input:disabled{background:#f8fafc;color:#64748b}.promo-group .promo-input-wrapper{display:flex;gap:8px}.promo-group input{flex:1}.btn-apply-promo{background:#1a1a2e;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.btn-apply-promo:hover{background:#2d2d44}.btn-apply-promo:disabled{background:#94a3b8;cursor:not-allowed}.promo-message{display:block;font-size:12px;margin-top:6px}.promo-message.valid{color:#10b981}.promo-message.invalid{color:#ef4444}.checkout-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;margin-bottom:16px;color:#dc2626;font-size:14px}.checkout-total{display:flex;flex-direction:column;gap:8px;border-top:1px solid #e2e8f0;padding-top:10px}.checkout-total .price-line{display:flex;justify-content:space-between;align-items:center}.checkout-total .price-line.original span{font-size:14px;color:#64748b}.checkout-total .price-line.discount span{font-size:14px;color:#10b981;font-weight:500}.checkout-total .price-line.discount .discount-value{color:#10b981}.checkout-total .price-line.total{padding-top:15px;padding-bottom:4px;border-top:1px dashed #e2e8f0}.checkout-total .price-line.total span:first-child{font-size:16px;font-weight:600;color:#1a1a2e}.total-amount{font-size:24px;font-weight:700;color:#d4a853}.btn-checkout{width:100%;background:#d4a853;color:#fff;border:none;padding:12px 24px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease}.btn-checkout:hover{background:#c49843}.btn-checkout:disabled{background:#94a3b8;cursor:not-allowed}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;padding:40px 0}.product-card{text-align:center}.product-card h3{font-size:24px;margin-bottom:12px;color:#1e293b}.product-card .price{font-size:36px;font-weight:700;color:#667eea;margin-bottom:16px}.product-card .price span{font-size:16px;color:#64748b}.product-card ul{list-style:none;margin-bottom:24px;text-align:left}.product-card li{padding:8px 0;color:#64748b;display:flex;align-items:center;gap:8px}.product-card li:before{content:"✓";color:#10b981;font-weight:700}.dashboard{padding:20px 0}.dashboard h1{margin-bottom:32px}.purchases-list{display:flex;flex-direction:column;gap:16px}.purchase-card{display:flex;justify-content:space-between;align-items:center}.purchase-card .status{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.purchase-card .status.active{background:#d1fae5;color:#059669}.loading{display:flex;justify-content:center;align-items:center;min-height:200px}.spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.hero h1{font-size:32px}.navbar-nav{gap:16px}.products-grid{grid-template-columns:1fr}.hero-title,.hero-highlight{font-size:32px}.hero-subtitle{font-size:16px;margin:0 auto 28px}.navbar-logo{height:42px}.user-avatar{width:35px;height:35px}.search-container{margin:0 16px 24px}.search-input{padding:14px 16px;font-size:14px}.products-page-header{padding:40px 16px 30px}.products-page-header h1{font-size:26px}.products-page-header p{font-size:14px;margin-bottom:24px}.products-search-container{max-width:100%;height:44px}.products-search-container .search-input{padding:12px 16px;font-size:14px}.popular-categories{gap:8px}.category-tag{padding:6px 12px;font-size:12px}.filter-content{flex-direction:column;gap:10px;align-items:center}.filter-left{flex-wrap:wrap}.profession-dropdown select{min-width:150px}.floating-cart{bottom:20px;right:20px;width:48px;height:48px}.floating-cart svg{width:20px;height:20px}.home-products-grid{grid-template-columns:repeat(2,1fr);gap:8px}.home-product-card{padding:10px}.home-product-card h3{font-size:18px}.product-detail-page{padding:20px 0}.price-amount{font-size:20px}.products-section{padding:10px 0 60px}.product-footer{flex-direction:column;gap:12px;align-items:stretch}.product-actions{flex-direction:column;gap:6px}.product-actions button{width:100%}.product-detail-content{grid-template-columns:1fr;gap:24px}.product-detail-main{padding:10px}.product-detail-main h1{font-size:24px;line-height:1.2em}.product-detail-sidebar{position:static}.product-detail-card{padding:24px}.price-value .amount{font-size:32px}.checkout-popup{margin:10px;max-height:calc(100vh - 20px)}.checkout-content{padding:10px}.checkout-overlay{padding:0}.checkout-product-item{flex-direction:column;gap:12px}.login-modal{margin:10px;max-width:calc(100% - 20px);border-radius:20px}.login-modal-content{padding:40px 24px 32px}.login-modal-content:before{width:60px;height:60px;top:40px;border-radius:16px}.login-modal-content:after{top:50px;font-size:28px}.login-modal-content h2{font-size:24px;margin-top:80px}.login-modal-subtitle{font-size:14px;margin-bottom:28px}.login-modal-close{top:14px;right:14px;padding:8px}.login-modal-terms{padding:12px 16px;font-size:11px}.google-signin-button{padding:2px;border-radius:12px}.login-btn{padding:8px 16px;font-size:13px}}.admin-layout{display:flex;min-height:100vh;background:#f5f5f5}.admin-sidebar{width:260px;background:#1a1a2e;color:#fff;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100}.admin-sidebar-header{padding:24px;border-bottom:1px solid rgba(255,255,255,.1)}.admin-sidebar-header h2{font-size:20px;font-weight:700;color:#d4a853}.admin-nav{flex:1;padding:16px 0}.admin-nav-link{display:flex;align-items:center;gap:12px;padding:12px 24px;color:#ffffffb3;text-decoration:none;transition:all .2s ease}.admin-nav-link svg{width:20px;height:20px}.admin-nav-link:hover{background:#ffffff0d;color:#fff}.admin-nav-link.active{background:#d4a8531a;color:#d4a853;border-right:3px solid #D4A853}.admin-sidebar-footer{padding:16px;border-top:1px solid rgba(255,255,255,.1)}.admin-logout-btn{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:#ffffff0d;border:none;border-radius:8px;color:#ffffffb3;cursor:pointer;transition:all .2s ease}.admin-logout-btn svg{width:20px;height:20px}.admin-logout-btn:hover{background:#ef444433;color:#ef4444}.admin-main{flex:1;margin-left:260px;display:flex;flex-direction:column}.admin-header{background:#fff;padding:16px 32px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000001a}.admin-header-title h1{font-size:20px;font-weight:600;color:#1a1a2e}.admin-header-user{display:flex;align-items:center;gap:12px}.admin-user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.admin-content{flex:1;padding:32px;overflow-y:auto}.admin-loading{display:flex;justify-content:center;align-items:center;min-height:200px}.admin-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.admin-page-header h2{font-size:24px;font-weight:600;color:#1a1a2e}.btn-admin-primary{background:#d4a853;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}.btn-admin-primary:hover{background:#c49843}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:32px}.stat-card{background:#fff;border-radius:12px;padding:24px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0000000d}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-icon svg{width:24px;height:24px}.stat-icon.revenue{background:#10b9811a;color:#10b981}.stat-icon.orders{background:#3b82f61a;color:#3b82f6}.stat-icon.users{background:#8b5cf61a;color:#8b5cf6}.stat-icon.products{background:#f973161a;color:#f97316}.stat-info{display:flex;flex-direction:column}.stat-label{font-size:14px;color:#64748b}.stat-value{font-size:24px;font-weight:700;color:#1a1a2e}.stat-sub{font-size:12px;color:#94a3b8}.today-stats{display:flex;gap:24px;margin-bottom:32px}.today-stat{background:#fff;border-radius:12px;padding:16px 24px;display:flex;align-items:center;gap:12px;box-shadow:0 2px 8px #0000000d}.today-label{font-size:14px;color:#64748b}.today-value{font-size:18px;font-weight:600;color:#d4a853}.admin-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.admin-table{width:100%;border-collapse:collapse}.admin-table th{background:#f8fafc;padding:14px 16px;text-align:left;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e2e8f0}.admin-table td{padding:14px 16px;border-bottom:1px solid #f1f5f9;font-size:14px;color:#1a1a2e}.admin-table tbody tr:hover{background:#fafafa}.no-data{text-align:center;padding:40px!important;color:#94a3b8}.customer-info,.product-info{display:flex;flex-direction:column;gap:2px}.customer-name,.product-name{font-weight:500}.customer-email,.customer-phone,.product-desc,.product-category{font-size:12px;color:#94a3b8}.status-badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500}.status-badge.pending{background:#fef3c7;color:#d97706}.status-badge.completed{background:#d1fae5;color:#059669}.status-badge.failed{background:#fee2e2;color:#dc2626}.status-badge.refunded{background:#e0e7ff;color:#4f46e5}.status-badge.active{background:#d1fae5;color:#059669}.status-badge.inactive{background:#f3f4f6;color:#6b7280}.category-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:500}.promo-code{display:inline-block;background:#fef3c7;color:#d97706;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;font-family:monospace}.discount-amount{color:#10b981;font-weight:500}.action-buttons{display:flex;gap:8px}.btn-edit{background:#e0e7ff;color:#4f46e5;border:none;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer}.btn-edit:hover{background:#c7d2fe}.btn-delete{background:#fee2e2;color:#dc2626;border:none;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer}.btn-delete:hover{background:#fecaca}.status-select{padding:6px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;cursor:pointer}.admin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.admin-modal{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0}.admin-modal-header h3{font-size:18px;font-weight:600;color:#1a1a2e}.modal-close{background:none;border:none;font-size:24px;color:#94a3b8;cursor:pointer}.modal-close:hover{color:#1a1a2e}.admin-form{padding:24px}.admin-form .form-group{margin-bottom:20px}.admin-form label{display:block;font-size:14px;font-weight:500;color:#1a1a2e;margin-bottom:6px}.admin-form input,.admin-form textarea,.admin-form select{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:border-color .2s}.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus{outline:none;border-color:#d4a853}.admin-form textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-group input[type=checkbox]{width:auto}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0}.btn-cancel{background:#f1f5f9;color:#64748b;border:none;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer}.btn-cancel:hover{background:#e2e8f0}.admin-filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px;background:#fff;padding:16px;border-radius:12px;box-shadow:0 2px 8px #0000000d}.filter-group input,.filter-group select{padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#d4a853}.orders-summary{display:flex;justify-content:flex-end;gap:24px;margin-top:16px;padding:16px;background:#fff;border-radius:12px;font-size:14px;color:#64748b}.orders-summary span:last-child{font-weight:600;color:#d4a853}.recent-orders-section h3{font-size:18px;font-weight:600;color:#1a1a2e;margin-bottom:16px}.policy-page{min-height:calc(100vh - 70px);background:#f5f5f5;padding:40px 0}.policy-content{max-width:800px;margin:0 auto;background:#fff;border-radius:16px;padding:40px;box-shadow:0 2px 8px #00000014}.policy-content h1{font-size:32px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.policy-updated{font-size:14px;color:#94a3b8;margin-bottom:32px}.policy-content section{margin-bottom:28px}.policy-content section:last-child{margin-bottom:0}.policy-content h2{font-size:20px;font-weight:600;color:#1a1a2e;margin-bottom:12px}.policy-content p{font-size:16px;line-height:1.7;color:#475569;margin-bottom:12px}.policy-content p:last-child{margin-bottom:0}.policy-content ul{list-style:none;padding:0;margin:0}.policy-content ul li{position:relative;padding-left:24px;margin-bottom:10px;font-size:16px;line-height:1.6;color:#475569}.policy-content ul li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;background:#d4a853;border-radius:50%}.policy-content strong{color:#1a1a2e}@media (max-width: 768px){.policy-page{padding:20px 0}.policy-content{margin:0 16px;padding:24px}.policy-content h1{font-size:24px}.policy-content h2{font-size:18px}.policy-content p,.policy-content ul li{font-size:15px}}.site-footer{background-color:#1a1a2e;color:#e0e0e0;padding:3rem 0 1.5rem;margin-top:4rem}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem}.footer-brand h3{color:#fff;font-size:1.4rem;margin-bottom:.5rem}.footer-brand p{color:#a0a0b0;font-size:.95rem}.footer-links h4{color:#fff;font-size:1.1rem;margin-bottom:.75rem}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links ul li{margin-bottom:.5rem}.footer-links ul li a{color:#a0a0b0;text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-links ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.footer-bottom p{color:#a0a0b0;font-size:.9rem;margin:0}@media (max-width: 768px){.site-footer{padding:2rem 0 1rem;margin-top:2rem}.footer-content{flex-direction:column;gap:1.5rem}}@media (max-width: 1024px){.admin-sidebar{width:200px}.admin-main{margin-left:200px}}@media (max-width: 1024px){.navbar{height:55px;padding:5px}.main-content{padding-top:50px}.container{width:95%!important}.hero-new{padding:40px 10px}.product-category-badge{font-size:12px;margin-bottom:10px}.product-description{font-size:14px}.product-footer{padding-top:10px}}@media (max-width: 768px){.admin-layout{flex-direction:column}.admin-sidebar{width:100%;position:relative;height:auto}.admin-main{margin-left:0}.admin-content{padding:16px}.stats-grid,.form-row{grid-template-columns:1fr}.admin-filters{flex-direction:column}.filter-group,.filter-group input,.filter-group select{width:100%}}
