.home-page{padding-bottom:2rem}.hero{position:relative;min-height:85vh;display:flex;align-items:center;padding:4rem 0;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--color-warm-white) 0%,#ede5d8 50%,#e8dfd0 100%);z-index:0}.hero-bg:after{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(ellipse,rgba(201,162,39,.08) 0%,transparent 70%);pointer-events:none}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-title{font-family:var(--font-head);font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;color:var(--color-brown);line-height:1.2;margin-bottom:1rem}.hero-title .highlight{color:var(--color-gold-dark);position:relative}.hero-subtitle{font-size:1.15rem;color:var(--color-brown-light);max-width:480px;margin-bottom:2rem}.hero-cta{display:flex;gap:1rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-outline{background:transparent;border:2px solid var(--color-gold);color:var(--color-gold-dark)}.btn-outline:hover{background:#c9a2271a}.hero-image-wrap{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px var(--color-shadow)}.hero-image{width:100%;height:380px;object-fit:cover}.hero-image-placeholder{display:none;width:100%;height:380px;background:linear-gradient(135deg,#e8dfd0,#ddd5c5);align-items:center;justify-content:center;flex-direction:column;gap:.5rem;font-size:3rem;color:var(--color-brown-light)}.hero-image-placeholder.show{display:flex}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-brown-light)}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--color-gold),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}.section{padding:4rem 0}.section-title{font-family:var(--font-head);font-size:clamp(1.75rem,4vw,2.25rem);text-align:center;color:var(--color-brown);margin-bottom:.5rem}.section-subtitle{text-align:center;color:var(--color-brown-light);max-width:560px;margin:0 auto 2.5rem}.products-section{background:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:1.5rem}.product-card{background:var(--color-cream);border-radius:16px;padding:1.5rem;text-align:center;border:1px solid var(--color-shadow);transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px var(--color-shadow)}.product-card-image{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;margin-bottom:1rem;background:linear-gradient(135deg,#e8dfd0,#ddd5c5)}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:var(--color-gold)}.product-card h3{font-size:1.1rem;color:var(--color-brown);margin-bottom:.25rem}.product-card p{font-size:.9rem;color:var(--color-brown-light)}.about-section{background:var(--color-warm-white)}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-image{border-radius:20px;overflow:hidden;box-shadow:0 15px 40px var(--color-shadow)}.about-image img{width:100%;height:320px;object-fit:cover}.about-placeholder{width:100%;height:320px;background:linear-gradient(135deg,#ddd5c5,#c9a22722);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:1.5rem;color:var(--color-brown-light)}.about-content .section-title{text-align:left}.about-content p{margin-bottom:1rem;color:var(--color-brown-light)}.how-section{background:#fff}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.step-card{background:var(--color-cream);border-radius:16px;padding:2rem;border:1px solid var(--color-shadow);position:relative;transition:transform .3s}.step-card:hover{transform:translateY(-4px)}.step-num{position:absolute;top:-12px;left:24px;width:36px;height:36px;background:linear-gradient(135deg,var(--color-gold),var(--color-gold-dark));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.step-card h3{font-size:1.2rem;color:var(--color-brown);margin:.5rem 0 .75rem}.step-card p{font-size:.95rem;color:var(--color-brown-light)}.features-section{background:var(--color-warm-white)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}.feature-card{background:#fff;border-radius:16px;padding:1.5rem;text-align:center;border:1px solid var(--color-shadow);transition:transform .3s}.feature-card:hover{transform:translateY(-4px)}.feature-icon{font-size:2rem;display:block;margin-bottom:.75rem}.feature-card h3{font-size:1rem;color:var(--color-brown)}.cta-section{padding:4rem 0}.cta-box{background:linear-gradient(135deg,var(--color-brown) 0%,var(--color-brown-light) 100%);color:#fff;border-radius:24px;padding:3rem;text-align:center;box-shadow:0 20px 50px var(--color-shadow)}.cta-box h2{font-family:var(--font-head);font-size:1.75rem;margin-bottom:.5rem}.cta-box p{opacity:.9;margin-bottom:1.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-box .btn-outline{border-color:#fff;color:#fff}.cta-box .btn-outline:hover{background:#fff3}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-cta{justify-content:center}.about-inner{grid-template-columns:1fr}.about-content .section-title{text-align:center}.steps-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.features-grid{grid-template-columns:1fr}.hero-cta,.cta-buttons{flex-direction:column}}.products-page{padding-bottom:2rem}.products-hero{background:linear-gradient(135deg,var(--color-warm-white) 0%,#ede5d8 50%,#e8dfd0 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}.products-hero:after{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(ellipse,rgba(201,162,39,.08) 0%,transparent 70%);pointer-events:none}.products-hero-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}.products-hero-title{font-family:var(--font-head);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--color-brown);margin-bottom:1rem;line-height:1.2}.products-hero-subtitle{font-size:1.2rem;color:var(--color-brown-light);line-height:1.6}.products-list-section{padding:4rem 0;background:#fff}.products-list-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:900px;margin:0 auto}.product-detail-card{background:var(--color-cream);border-radius:20px;overflow:hidden;border:1px solid var(--color-shadow);box-shadow:0 4px 20px #0000000d;transition:all .3s ease;display:grid;grid-template-columns:300px 1fr;gap:0}.product-detail-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a;border-color:var(--color-gold)}.product-detail-image{width:100%;height:100%;min-height:300px;background:linear-gradient(135deg,#e8dfd0,#ddd5c5);position:relative;overflow:hidden}.product-detail-image img{width:100%;height:100%;object-fit:cover}.product-detail-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8dfd0,#ddd5c5)}.product-icon{font-size:5rem;opacity:.6}.product-detail-content{padding:2.5rem;display:flex;flex-direction:column;gap:1rem}.product-detail-name{font-family:var(--font-head);font-size:2rem;font-weight:700;color:var(--color-brown);margin:0}.product-detail-desc{font-size:1.1rem;color:var(--color-gold-dark);font-weight:500;margin:0}.product-detail-text{font-size:1rem;color:var(--color-brown-light);line-height:1.7;margin:.5rem 0}.product-benefits{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.benefit-tag{padding:.4rem .9rem;background:#c9a2271a;color:var(--color-gold-dark);border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid rgba(201,162,39,.2)}.product-pricing{margin-top:auto;padding-top:1.5rem;border-top:2px solid var(--color-shadow);display:flex;align-items:baseline;gap:.5rem}.product-price{font-family:var(--font-head);font-size:2rem;font-weight:700;color:var(--color-brown)}.product-unit{font-size:1rem;color:var(--color-brown-light)}.products-cta-section{padding:4rem 0;background:var(--color-warm-white)}.products-cta-box{background:linear-gradient(135deg,var(--color-brown) 0%,var(--color-brown-light) 100%);color:#fff;border-radius:24px;padding:3.5rem;text-align:center;box-shadow:0 20px 50px var(--color-shadow);max-width:700px;margin:0 auto}.products-cta-box h2{font-family:var(--font-head);font-size:2rem;margin-bottom:.75rem}.products-cta-box p{font-size:1.1rem;opacity:.95;margin-bottom:2rem;line-height:1.6}.products-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.products-cta-box .btn-outline{border-color:#fff;color:#fff}.products-cta-box .btn-outline:hover{background:#fff3}@media (max-width: 900px){.product-detail-card{grid-template-columns:1fr}.product-detail-image{min-height:250px}.product-detail-content{padding:2rem}}@media (max-width: 600px){.products-hero{padding:3rem 0 2.5rem}.products-list-section{padding:3rem 0}.products-list-grid{gap:2rem}.product-detail-content{padding:1.5rem}.product-detail-name,.product-price{font-size:1.75rem}.products-cta-box{padding:2.5rem 1.5rem}.products-cta-buttons{flex-direction:column}}.how-it-works-page{padding-bottom:2rem}.how-hero{background:linear-gradient(135deg,var(--color-warm-white) 0%,#ede5d8 50%,#e8dfd0 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}.how-hero:after{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(ellipse,rgba(201,162,39,.08) 0%,transparent 70%);pointer-events:none}.how-hero-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}.how-hero-title{font-family:var(--font-head);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--color-brown);margin-bottom:1rem;line-height:1.2}.how-hero-subtitle{font-size:1.2rem;color:var(--color-brown-light);line-height:1.6}.how-steps-section{padding:4rem 0;background:#fff}.how-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1200px;margin:0 auto}.how-step-card{background:var(--color-cream);border-radius:20px;padding:2.5rem;border:1px solid var(--color-shadow);box-shadow:0 4px 20px #0000000d;transition:all .3s ease;position:relative}.how-step-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #0000001a;border-color:var(--color-gold)}.how-step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.how-step-number{width:50px;height:50px;background:linear-gradient(135deg,var(--color-gold),var(--color-gold-dark));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;box-shadow:0 4px 15px #c9a2274d}.how-step-icon{font-size:3rem;opacity:.8}.how-step-title{font-family:var(--font-head);font-size:1.75rem;font-weight:700;color:var(--color-brown);margin-bottom:1rem}.how-step-description{font-size:1rem;color:var(--color-brown-light);line-height:1.7;margin-bottom:1.5rem}.how-step-details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.how-step-details li{font-size:.95rem;color:var(--color-brown-light);display:flex;align-items:flex-start;gap:.5rem;line-height:1.6}.detail-marker{color:var(--color-gold-dark);font-weight:700;font-size:1.2rem;line-height:1;flex-shrink:0;margin-top:.1rem}.how-process-section{padding:4rem 0;background:var(--color-warm-white)}.how-section-title{font-family:var(--font-head);font-size:clamp(1.75rem,4vw,2.25rem);text-align:center;color:var(--color-brown);margin-bottom:3rem}.how-process-flow{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.5rem;max-width:1000px;margin:0 auto}.process-step{flex:1;min-width:150px;text-align:center;padding:1.5rem;background:#fff;border-radius:16px;border:1px solid var(--color-shadow);transition:all .3s ease}.process-step:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a;border-color:var(--color-gold)}.process-icon{font-size:3rem;margin-bottom:.75rem}.process-step h3{font-size:1.1rem;color:var(--color-brown);margin-bottom:.5rem;font-weight:600}.process-step p{font-size:.9rem;color:var(--color-brown-light);margin:0}.process-arrow{font-size:2rem;color:var(--color-gold-dark);font-weight:300}.how-features-section{padding:4rem 0;background:#fff}.how-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}.how-feature-card{background:var(--color-cream);border-radius:16px;padding:2rem;text-align:center;border:1px solid var(--color-shadow);transition:all .3s ease}.how-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:var(--color-gold)}.how-feature-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.how-feature-title{font-size:1.2rem;color:var(--color-brown);margin-bottom:.75rem;font-weight:600}.how-feature-description{font-size:.95rem;color:var(--color-brown-light);line-height:1.6;margin:0}.how-cta-section{padding:4rem 0;background:var(--color-warm-white)}.how-cta-box{background:linear-gradient(135deg,var(--color-brown) 0%,var(--color-brown-light) 100%);color:#fff;border-radius:24px;padding:3.5rem;text-align:center;box-shadow:0 20px 50px var(--color-shadow);max-width:700px;margin:0 auto}.how-cta-box h2{font-family:var(--font-head);font-size:2rem;margin-bottom:.75rem}.how-cta-box p{font-size:1.1rem;opacity:.95;margin-bottom:2rem;line-height:1.6}.how-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.how-cta-box .btn-outline{border-color:#fff;color:#fff}.how-cta-box .btn-outline:hover{background:#fff3}@media (max-width: 900px){.how-steps-grid{grid-template-columns:1fr;gap:2rem}.how-process-flow{flex-direction:column}.process-arrow{transform:rotate(90deg);margin:.5rem 0}.how-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.how-hero{padding:3rem 0 2.5rem}.how-steps-section,.how-process-section,.how-features-section{padding:3rem 0}.how-step-card{padding:2rem}.how-features-grid{grid-template-columns:1fr}.how-cta-box{padding:2.5rem 1.5rem}.how-cta-buttons{flex-direction:column}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,var(--color-warm-white) 0%,#e8dfd0 100%)}.auth-card{background:#fff;border-radius:20px;padding:2.5rem;width:100%;max-width:420px;box-shadow:0 20px 50px var(--color-shadow);position:relative;z-index:1;pointer-events:auto}.auth-card-wide{max-width:480px}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-logo{display:inline-block;font-weight:700;color:var(--color-brown);margin-bottom:1rem}.auth-header h1{font-family:var(--font-head);font-size:1.75rem;color:var(--color-brown);margin-bottom:.25rem}.auth-header p{font-size:.95rem;color:var(--color-brown-light)}.auth-form{position:relative;z-index:1;pointer-events:auto}.auth-form label{display:block;margin-bottom:1rem}.auth-form label span{display:block;font-size:.9rem;font-weight:500;color:var(--color-brown);margin-bottom:.35rem}.auth-form input,.auth-form select{width:100%;padding:.65rem 1rem;border:1px solid #ddd;border-radius:10px;font-size:1rem;transition:border-color .2s}.auth-form input:focus,.auth-form select:focus{outline:none;border-color:var(--color-gold)}.auth-error{background:#fee;color:#c00;padding:.75rem;border-radius:10px;margin-bottom:1rem;font-size:.9rem}.btn-block{width:100%;padding:.75rem;margin-top:.5rem;font-size:1rem;position:relative;z-index:2;pointer-events:auto;cursor:pointer}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.95rem;color:var(--color-brown-light)}.auth-footer a{color:var(--color-gold-dark);font-weight:600}.auth-footer a:hover{text-decoration:underline}.demo-credentials{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid var(--color-gold);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.demo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.demo-header h3{font-size:1.1rem;color:var(--color-brown);margin:0;font-weight:600}.demo-toggle{background:transparent;border:none;font-size:1.5rem;color:var(--color-brown-light);cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;line-height:1;transition:color .2s}.demo-toggle:hover{color:var(--color-brown)}.demo-note{font-size:.85rem;color:var(--color-brown-light);margin:0 0 1rem;font-style:italic}.demo-accounts{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.demo-account-card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:.75rem;cursor:pointer;transition:all .2s}.demo-account-card:hover{border-color:var(--color-gold);box-shadow:0 2px 8px #c9a22733;transform:translateY(-1px)}.demo-account-card:active{transform:translateY(0)}.demo-account-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.demo-role{display:inline-block;padding:.25rem .6rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.demo-role-admin{background:linear-gradient(135deg,var(--color-gold),var(--color-gold-dark));color:#fff}.demo-role-employee{background:#cfe2ff;color:#084298}.demo-role-customer{background:#d1e7dd;color:#0f5132}.demo-name{font-size:.9rem;font-weight:500;color:var(--color-brown)}.demo-account-details{display:flex;flex-direction:column;gap:.35rem}.demo-field{display:flex;gap:.5rem;font-size:.85rem}.demo-label{font-weight:500;color:var(--color-brown-light);min-width:70px}.demo-value{color:var(--color-brown);font-family:Courier New,monospace;font-weight:600}.demo-show-btn{width:100%;padding:.6rem;margin-bottom:1rem;background:var(--color-warm-white);border:1px dashed var(--color-gold);border-radius:8px;color:var(--color-brown);font-weight:500;cursor:pointer;transition:all .2s}.demo-show-btn:hover{background:#f5efe6;border-color:var(--color-gold-dark)}.demo-accounts::-webkit-scrollbar{width:6px}.demo-accounts::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.demo-accounts::-webkit-scrollbar-thumb{background:var(--color-gold);border-radius:3px}.demo-accounts::-webkit-scrollbar-thumb:hover{background:var(--color-gold-dark)}@media (max-width: 768px){.auth-page{padding:2rem 1rem 1rem;min-height:100vh;align-items:flex-start}.auth-card{padding:1.5rem;border-radius:16px;max-width:100%;position:relative;z-index:1}.auth-header h1{font-size:1.5rem}.auth-form{position:relative;z-index:1}.auth-form input,.auth-form select{font-size:16px;padding:.75rem 1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;box-sizing:border-box}.auth-form button{position:relative;z-index:2;pointer-events:auto}.btn-block{min-height:44px;padding:.875rem;font-size:1rem;-webkit-tap-highlight-color:rgba(201,162,39,.3);touch-action:manipulation;-webkit-user-select:none;user-select:none;cursor:pointer;pointer-events:auto;position:relative;z-index:2}.btn-block:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-primary{-webkit-tap-highlight-color:rgba(201,162,39,.3);pointer-events:auto}.demo-credentials{padding:1rem;margin-bottom:1rem}.demo-header h3{font-size:1rem}.demo-account-card{min-height:44px;-webkit-tap-highlight-color:rgba(201,162,39,.2);touch-action:manipulation;pointer-events:auto}.demo-toggle{min-width:44px;min-height:44px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;pointer-events:auto}.demo-show-btn{min-height:44px;-webkit-tap-highlight-color:rgba(201,162,39,.2);touch-action:manipulation;pointer-events:auto}}@media (max-width: 480px){.auth-page{padding:1.5rem .75rem .75rem}.auth-card{padding:1.25rem;border-radius:12px}.auth-header h1{font-size:1.35rem}.auth-form label{margin-bottom:.875rem}.btn-block{padding:1rem;font-size:1.05rem}}.dashboard{padding:2rem 1.5rem;max-width:1200px;margin:0 auto}.dashboard h1{font-family:var(--font-head);font-size:2rem;color:var(--color-brown);margin-bottom:2rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2.5rem}.summary-card{background:linear-gradient(135deg,#fff 0%,var(--color-warm-white) 100%);border-radius:16px;padding:1.5rem;border:1px solid var(--color-shadow);box-shadow:0 2px 8px #0000000d;display:flex;align-items:center;gap:1rem;transition:all .3s ease;position:relative;overflow:hidden}.summary-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-gold),var(--color-gold-dark));transform:scaleX(0);transition:transform .3s ease}.summary-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:var(--color-gold)}.summary-card:hover:before{transform:scaleX(1)}.summary-icon{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-warm-white),#fff);border-radius:12px;border:2px solid var(--color-shadow);flex-shrink:0}.summary-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.summary-label{font-size:.85rem;color:var(--color-brown-light);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.summary-value{font-size:1.5rem;font-weight:700;color:var(--color-brown);line-height:1.2}.dashboard-section{margin-bottom:2.5rem}.dashboard-section h2{font-size:1.4rem;color:var(--color-brown);margin-bottom:1.25rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.section-icon{font-size:1.5rem}.profile-card{background:linear-gradient(135deg,#fff 0%,var(--color-warm-white) 100%);border-radius:16px;padding:2rem;border:1px solid var(--color-shadow);box-shadow:0 2px 12px #0000000f;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.profile-item{display:flex;flex-direction:column;gap:.5rem}.profile-label{font-size:.85rem;color:var(--color-brown-light);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.profile-value{font-size:1.1rem;color:var(--color-brown);font-weight:600}.table-wrap{overflow-x:auto;border-radius:16px;border:1px solid var(--color-shadow);background:#fff;box-shadow:0 2px 12px #0000000f}.dashboard table{width:100%;border-collapse:collapse;font-size:.95rem}.dashboard th,.dashboard td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid var(--color-shadow)}.dashboard th{background:linear-gradient(135deg,var(--color-warm-white),#fff);font-weight:600;color:var(--color-brown);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;position:sticky;top:0;z-index:5}.dashboard tbody tr{transition:all .2s ease}.dashboard tbody tr:hover{background:var(--color-warm-white);transform:scale(1.01);box-shadow:0 2px 8px #0000000d}.dashboard tbody tr:last-child td{border-bottom:none}.amount-cell{font-weight:600;color:var(--color-brown);font-size:1.05rem}.notes-cell{color:var(--color-brown-light);font-size:.9rem}.empty-state{text-align:center;padding:3rem 1rem!important;color:var(--color-brown-light);display:flex;flex-direction:column;align-items:center;gap:.5rem}.empty-icon{font-size:2.5rem;opacity:.5}.badge{display:inline-block;padding:.4rem .9rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:capitalize;letter-spacing:.3px;box-shadow:0 2px 4px #0000001a}.badge-paid{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724;border:1px solid #b8dacc}.badge-pending{background:linear-gradient(135deg,#fff3cd,#ffeaa7);color:#856404;border:1px solid #ffeaa7}.badge-partial{background:linear-gradient(135deg,#cfe2ff,#b6d4fe);color:#084298;border:1px solid #b6d4fe}.badge-cancelled{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24;border:1px solid #f5c6cb}.transaction-type{display:inline-block;padding:.3rem .7rem;border-radius:12px;font-size:.85rem;font-weight:500;text-transform:capitalize}.transaction-type-sale{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724}.transaction-type-payment{background:linear-gradient(135deg,#cfe2ff,#b6d4fe);color:#084298}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.dashboard{padding:1.5rem 1rem}.dashboard h1{font-size:1.5rem;margin-bottom:1.5rem}.summary-cards{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.summary-card{padding:1.25rem;flex-direction:column;text-align:center}.summary-icon{width:50px;height:50px;font-size:2rem}.summary-value{font-size:1.25rem}.profile-card{grid-template-columns:1fr;padding:1.5rem}.dashboard-section{margin-bottom:2rem}.dashboard-section h2{font-size:1.2rem;margin-bottom:1rem}.section-icon{font-size:1.25rem}.table-wrap{border-radius:12px;margin-left:-.5rem;margin-right:-.5rem;width:calc(100% + 1rem);-webkit-overflow-scrolling:touch;scrollbar-width:thin}.table-wrap::-webkit-scrollbar{height:6px}.table-wrap::-webkit-scrollbar-thumb{background:var(--color-gold);border-radius:3px}.dashboard table{min-width:500px;font-size:.9rem}.dashboard th,.dashboard td{padding:.75rem 1rem;font-size:.9rem}.dashboard th{font-size:.85rem;position:sticky;left:0;z-index:2}.dashboard th:first-child,.dashboard td:first-child{position:sticky;left:0;background:#fff;z-index:1;box-shadow:2px 0 4px #0000000d}.dashboard th:first-child{background:linear-gradient(135deg,var(--color-warm-white),#fff);z-index:3}.amount-cell{font-size:.95rem}.notes-cell{font-size:.85rem}.badge{padding:.3rem .7rem;font-size:.8rem}.transaction-type{padding:.25rem .6rem;font-size:.8rem}.empty-state{padding:2rem 1rem!important}.empty-icon{font-size:2rem}}@media (max-width: 480px){.dashboard{padding:1rem .75rem}.dashboard h1{font-size:1.25rem;margin-bottom:1.25rem}.summary-cards{grid-template-columns:1fr;gap:.75rem;margin-bottom:1.5rem}.summary-card{padding:1rem}.summary-icon{width:45px;height:45px;font-size:1.75rem}.summary-value{font-size:1.15rem}.profile-card{padding:1.25rem}.dashboard-section{margin-bottom:1.5rem}.dashboard-section h2{font-size:1.1rem;margin-bottom:.75rem}.section-icon{font-size:1.1rem}.table-wrap{margin-left:-.75rem;margin-right:-.75rem;width:calc(100% + 1.5rem);border-radius:10px}.dashboard table{min-width:450px;font-size:.85rem}.dashboard th,.dashboard td{padding:.6rem .75rem;font-size:.85rem}.dashboard th{font-size:.8rem}.amount-cell{font-size:.9rem}.notes-cell{font-size:.8rem}.badge{padding:.25rem .6rem;font-size:.75rem}.transaction-type{padding:.2rem .5rem;font-size:.75rem}.empty-state{padding:1.5rem .75rem!important}.empty-icon{font-size:1.75rem}}.admin-dashboard .date-range{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.admin-dashboard .date-range label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--color-brown-light)}.admin-dashboard .date-range input[type=date]{padding:.4rem .6rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem}.tally-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.tally-cards .card{background:#fff;border-radius:12px;padding:1.25rem;border:1px solid var(--color-shadow)}.tally-cards .card-label{display:block;font-size:.85rem;color:var(--color-brown-light);margin-bottom:.35rem}.tally-cards .card-value{font-size:1.35rem;font-weight:700;color:var(--color-brown)}.tally-cards .card-value.positive{color:var(--color-green)}.tally-cards .card-value.negative{color:#c00}.tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tabs button{padding:.5rem 1rem;border:1px solid var(--color-shadow);background:#fff;border-radius:8px;font-weight:500;color:var(--color-brown-light);transition:all .2s}.tabs button:hover{border-color:var(--color-gold);color:var(--color-brown)}.tabs button.active{background:linear-gradient(135deg,var(--color-gold),var(--color-gold-dark));color:#fff;border-color:transparent}.admin-dashboard .dashboard-section p{color:var(--color-brown-light);margin-bottom:.5rem}.badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500;text-transform:capitalize}.badge-paid{background:#d4edda;color:#155724}.badge-pending{background:#fff3cd;color:#856404}.badge-partial{background:#cfe2ff;color:#084298}.badge-cancelled{background:#f8d7da;color:#721c24}.badge-present{background:#d4edda;color:#155724}.badge-absent{background:#f8d7da;color:#721c24}.table-wrap{overflow-x:auto;border-radius:12px;border:1px solid var(--color-shadow);background:#fff;margin-bottom:1rem}.admin-dashboard table{width:100%;border-collapse:collapse;font-size:.95rem}.admin-dashboard th,.admin-dashboard td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--color-shadow)}.admin-dashboard th{background:var(--color-warm-white);font-weight:600;color:var(--color-brown)}.admin-dashboard tr:last-child td{border-bottom:none}.admin-dashboard .dashboard-section{margin-bottom:2rem}.admin-dashboard .dashboard-section h2{font-size:1.2rem;color:var(--color-brown);margin-bottom:1rem;font-weight:600}.dashboard-loading{padding:3rem;text-align:center;color:var(--color-brown-light)}.form-msg{padding:.75rem;border-radius:10px;margin-bottom:1rem;font-size:.95rem}.form-msg.success{background:#d4edda;color:#155724}.form-msg.error{background:#f8d7da;color:#721c24}@media (max-width: 768px){.admin-dashboard{padding:1rem}.admin-dashboard .date-range{flex-direction:column;gap:.75rem}.admin-dashboard .date-range label{width:100%}.admin-dashboard .date-range input[type=date]{width:100%;padding:.5rem}.tally-cards{grid-template-columns:repeat(2,1fr);gap:.75rem}.tally-cards .card{padding:1rem}.tally-cards .card-value{font-size:1.15rem}.tabs{gap:.4rem;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.tabs button{padding:.5rem .75rem;font-size:.85rem;white-space:nowrap;min-width:fit-content}.admin-dashboard .dashboard-section{margin-bottom:1.5rem}.admin-dashboard .dashboard-section h2{font-size:1.1rem;margin-bottom:.75rem}.table-wrap{border-radius:10px;margin-left:-.5rem;margin-right:-.5rem;width:calc(100% + 1rem);-webkit-overflow-scrolling:touch;scrollbar-width:thin}.table-wrap::-webkit-scrollbar{height:6px}.table-wrap::-webkit-scrollbar-thumb{background:var(--color-gold);border-radius:3px}.admin-dashboard table{min-width:600px;font-size:.85rem}.admin-dashboard th,.admin-dashboard td{padding:.6rem .75rem;font-size:.85rem;white-space:nowrap}.admin-dashboard th{font-size:.8rem;font-weight:600;position:sticky;left:0;background:var(--color-warm-white);z-index:2}.admin-dashboard th:first-child,.admin-dashboard td:first-child{position:sticky;left:0;background:#fff;z-index:1;box-shadow:2px 0 4px #0000000d}.admin-dashboard th:first-child{background:var(--color-warm-white);z-index:3}.badge{padding:.2rem .6rem;font-size:.75rem}.btn{padding:.5rem 1rem;font-size:.85rem;min-height:44px;min-width:44px}.btn-sm{padding:.4rem .7rem;font-size:.8rem;min-height:40px}.invoice-overlay{padding:2rem 1rem 1rem;align-items:flex-start}.invoice-container{max-width:100%;max-height:90vh;border-radius:10px}.invoice-header{padding:.75rem 1rem;flex-wrap:wrap;gap:.5rem}.invoice-close,.invoice-print{min-height:44px;min-width:44px;padding:.5rem;font-size:.9rem}.invoice-close{font-size:1.25rem}.invoice-template{padding:1.25rem 1rem}.invoice-header-section{flex-direction:column;gap:1rem;align-items:flex-start}.invoice-title{text-align:left;width:100%}.invoice-title h2{font-size:1.75rem}.invoice-company h1{font-size:1.5rem}.invoice-details-grid{grid-template-columns:1fr;gap:1.5rem}.invoice-items-table{font-size:.85rem;min-width:500px}.invoice-items-table th,.invoice-items-table td{padding:.75rem .5rem;font-size:.8rem}.invoice-footer{grid-template-columns:1fr;gap:1.5rem}.invoice-totals{align-items:stretch}.invoice-total-row{max-width:100%}}@media (max-width: 480px){.admin-dashboard{padding:.75rem}.tally-cards{grid-template-columns:1fr}.tabs{gap:.3rem}.tabs button{padding:.45rem .6rem;font-size:.8rem}.admin-dashboard .dashboard-section h2{font-size:1rem}.table-wrap{margin-left:-.75rem;margin-right:-.75rem;width:calc(100% + 1.5rem)}.admin-dashboard table{min-width:550px;font-size:.8rem}.admin-dashboard th,.admin-dashboard td{padding:.5rem .6rem;font-size:.8rem}.admin-dashboard th{font-size:.75rem}.badge{padding:.15rem .5rem;font-size:.7rem}.invoice-template{padding:1rem .75rem}.invoice-title h2{font-size:1.5rem}.invoice-company h1{font-size:1.25rem}.invoice-items-table{min-width:450px}.invoice-items-table th,.invoice-items-table td{padding:.6rem .4rem;font-size:.75rem}}.add-forms .form-msg{padding:.75rem;border-radius:10px;margin-bottom:1rem;font-size:.95rem}.add-forms .form-msg.success{background:#d4edda;color:#155724}.add-forms .form-msg.error{background:#f8d7da;color:#721c24}.add-forms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.add-form{background:#fff;border:1px solid var(--color-shadow);border-radius:12px;padding:1.25rem}.add-form h3{font-size:1rem;color:var(--color-brown);margin-bottom:1rem}.add-form input,.add-form select{width:100%;padding:.5rem .75rem;margin-bottom:.75rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem}.add-form button{margin-top:.25rem;width:100%;padding:.6rem}.add-form-invoice .invoice-row{display:grid;grid-template-columns:1fr auto;gap:.5rem;margin-bottom:.5rem}.add-form-invoice .invoice-row select,.add-form-invoice .invoice-row input{margin-bottom:0}.btn-sm{padding:.4rem .75rem;font-size:.9rem;width:auto}.employee-dashboard .subtitle{color:var(--color-brown-light);margin-bottom:1.5rem;font-size:.95rem}.delivery-table{min-width:100%}.delivery-table th.product-header{text-align:center;vertical-align:middle;min-width:100px}.delivery-table th.product-header>div{display:flex;flex-direction:column;align-items:center;gap:.25rem}.delivery-checkbox-cell{text-align:center;vertical-align:middle;padding:.75rem .5rem!important}.delivery-checkbox-label{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:24px}.delivery-checkbox{width:24px;height:24px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--color-brown-light);border-radius:4px;background:#fff;position:relative;transition:all .2s ease;margin:0}.delivery-checkbox:hover{border-color:var(--color-gold);background:var(--color-warm-white)}.delivery-checkbox:checked{background:linear-gradient(135deg,var(--color-gold),var(--color-gold-dark));border-color:var(--color-gold-dark)}.delivery-checkbox:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:16px;font-weight:700;line-height:1}.delivery-checkbox:disabled{opacity:.6;cursor:not-allowed}.checkmark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--color-gold-dark);font-size:18px;font-weight:700;pointer-events:none}.saving-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--color-brown-light);font-size:14px;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.employee-dashboard{padding:1rem}.employee-dashboard .subtitle{font-size:.85rem;margin-bottom:1rem}.employee-dashboard .dashboard-section{margin-bottom:1.5rem}.employee-dashboard .dashboard-section h2{font-size:1.1rem;margin-bottom:.75rem}.table-wrap{border-radius:10px;margin-left:-.5rem;margin-right:-.5rem;width:calc(100% + 1rem);-webkit-overflow-scrolling:touch;scrollbar-width:thin}.table-wrap::-webkit-scrollbar{height:6px}.table-wrap::-webkit-scrollbar-thumb{background:var(--color-gold);border-radius:3px}.delivery-table{font-size:.85rem;min-width:700px}.delivery-table th,.delivery-table td{padding:.6rem .5rem;font-size:.8rem}.delivery-table th:first-child,.delivery-table td:first-child{position:sticky;left:0;background:#fff;z-index:1;box-shadow:2px 0 4px #0000000d;min-width:100px}.delivery-table th:first-child{background:var(--color-warm-white);z-index:3}.delivery-table th.product-header{min-width:75px;font-size:.75rem;padding:.5rem .4rem}.delivery-table th.product-header>div{gap:.15rem}.delivery-table th.product-header>div>div{font-size:.65rem}.delivery-checkbox-cell{padding:.5rem .4rem!important;min-width:60px}.delivery-checkbox-label{min-height:28px}.delivery-checkbox{width:22px;height:22px;min-width:22px;min-height:22px}.delivery-checkbox:checked:after{font-size:14px}.checkmark{font-size:16px}.employee-dashboard table{min-width:500px;font-size:.85rem}.employee-dashboard th,.employee-dashboard td{padding:.6rem .75rem;font-size:.85rem}.employee-dashboard th{font-size:.8rem}.btn{padding:.5rem 1rem;font-size:.85rem;min-height:44px;min-width:44px}.btn-sm{padding:.4rem .7rem;font-size:.8rem;min-height:40px}.invoice-overlay{padding:2rem 1rem 1rem;align-items:flex-start}.invoice-container{max-width:100%;max-height:90vh;border-radius:10px}.invoice-header{padding:.75rem 1rem;flex-wrap:wrap;gap:.5rem}.invoice-close,.invoice-print{min-height:44px;min-width:44px;padding:.5rem;font-size:.9rem}.invoice-close{font-size:1.25rem}.invoice-template{padding:1.25rem 1rem}.invoice-header-section{flex-direction:column;gap:1rem;align-items:flex-start}.invoice-title{text-align:left;width:100%}.invoice-title h2{font-size:1.75rem}.invoice-company h1{font-size:1.5rem}.invoice-details-grid{grid-template-columns:1fr;gap:1.5rem}.invoice-items-table{font-size:.85rem;min-width:500px}.invoice-items-table th,.invoice-items-table td{padding:.75rem .5rem;font-size:.8rem}.invoice-footer{grid-template-columns:1fr;gap:1.5rem}.invoice-totals{align-items:stretch}.invoice-total-row{max-width:100%}}@media (max-width: 480px){.employee-dashboard{padding:.75rem}.employee-dashboard .dashboard-section h2{font-size:1rem}.table-wrap{margin-left:-.75rem;margin-right:-.75rem;width:calc(100% + 1.5rem)}.delivery-table{min-width:650px;font-size:.8rem}.delivery-table th,.delivery-table td{padding:.5rem .4rem;font-size:.75rem}.delivery-table th:first-child,.delivery-table td:first-child{min-width:90px}.delivery-table th.product-header{min-width:65px;font-size:.7rem;padding:.4rem .3rem}.delivery-table th.product-header>div>div{font-size:.6rem}.delivery-checkbox-cell{padding:.4rem .3rem!important;min-width:55px}.delivery-checkbox{width:20px;height:20px;min-width:20px;min-height:20px}.delivery-checkbox:checked:after{font-size:12px}.checkmark{font-size:14px}.employee-dashboard table{min-width:450px;font-size:.8rem}.employee-dashboard th,.employee-dashboard td{padding:.5rem .6rem;font-size:.8rem}.employee-dashboard th{font-size:.75rem}.invoice-template{padding:1rem .75rem}.invoice-title h2{font-size:1.5rem}.invoice-company h1{font-size:1.25rem}.invoice-items-table{min-width:450px}.invoice-items-table th,.invoice-items-table td{padding:.6rem .4rem;font-size:.75rem}}.btn{padding:.6rem 1.2rem;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:linear-gradient(135deg,var(--color-gold),var(--color-gold-dark));color:#fff}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-sm{padding:.4rem .75rem;font-size:.9rem}.invoice-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;overflow-y:auto}.invoice-container{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:95vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px #0000004d}.invoice-header{position:sticky;top:0;background:#fff;padding:1rem 1.5rem;border-bottom:2px solid #eee;display:flex;justify-content:space-between;align-items:center;z-index:10}.invoice-close,.invoice-print{background:var(--color-brown);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .2s}.invoice-close{background:#dc3545;font-size:1.5rem;padding:.25rem .75rem;line-height:1}.invoice-close:hover{background:#c82333}.invoice-print:hover{background:var(--color-brown-dark)}.invoice-template{padding:2rem 2.5rem}.invoice-header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:3px solid var(--color-gold)}.invoice-company h1{font-size:2rem;color:var(--color-brown);margin:0 0 .25rem;font-weight:700}.invoice-company p{margin:0;color:#666;font-size:.95rem}.invoice-title{text-align:right}.invoice-title h2{font-size:2.5rem;color:var(--color-brown);margin:0 0 .5rem;font-weight:700;letter-spacing:2px}.invoice-number-badge{display:inline-block;background:linear-gradient(135deg,var(--color-gold),var(--color-gold-dark));color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.95rem}.invoice-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.invoice-bill-to h3{font-size:1rem;color:var(--color-brown);margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.invoice-bill-to p{margin:.25rem 0;color:#333;font-size:.95rem}.invoice-meta{display:flex;flex-direction:column;gap:.5rem}.invoice-meta-row{display:flex;justify-content:space-between;align-items:center}.invoice-meta-label{font-weight:500;color:#666;font-size:.9rem}.invoice-meta-value{color:#333;font-size:.95rem}.invoice-status{padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600}.invoice-status-paid{background:#d4edda;color:#155724}.invoice-status-pending{background:#fff3cd;color:#856404}.invoice-status-partial{background:#cfe2ff;color:#084298}.invoice-status-cancelled{background:#f8d7da;color:#721c24}.invoice-items{margin:2rem 0}.invoice-items-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.invoice-items-table thead{background:linear-gradient(135deg,var(--color-gold),var(--color-gold-dark));color:#fff}.invoice-items-table th{padding:1rem;text-align:left;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.invoice-items-table th.text-right{text-align:right}.invoice-items-table tbody tr{border-bottom:1px solid #eee}.invoice-items-table tbody tr:hover{background:#f8f9fa}.invoice-items-table td{padding:1rem;color:#333;font-size:.95rem}.invoice-items-table td.text-right{text-align:right}.invoice-items-table td.text-center{text-align:center}.invoice-footer{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #eee}.invoice-notes h4{font-size:.9rem;color:var(--color-brown);margin:0 0 .5rem;text-transform:uppercase}.invoice-notes p{color:#666;font-size:.9rem;margin:0;line-height:1.6}.invoice-totals{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}.invoice-total-row{display:flex;justify-content:space-between;width:100%;max-width:300px;padding:.5rem 0}.invoice-total-label{font-weight:500;color:#666;font-size:.95rem}.invoice-total-value{font-weight:600;color:#333;font-size:.95rem}.invoice-total-final{border-top:2px solid var(--color-gold);padding-top:.75rem;margin-top:.5rem}.invoice-total-final .invoice-total-label{font-size:1.1rem;color:var(--color-brown)}.invoice-total-final .invoice-total-value{font-size:1.3rem;color:var(--color-brown);font-weight:700}.invoice-footer-text{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee}.invoice-footer-text p{margin:.25rem 0;color:#666;font-size:.9rem}@media print{.invoice-overlay{background:#fff;padding:0}.invoice-container{box-shadow:none;max-width:100%;max-height:none}.invoice-header{display:none}.invoice-template{padding:1rem}.invoice-items-table tbody tr{page-break-inside:avoid}}.site-header{position:sticky;top:0;z-index:100;background:#faf6f0fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(92,64,51,.08);box-shadow:0 2px 20px #00000008}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;position:relative}.logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-head);font-weight:700;font-size:1.5rem;color:var(--color-brown);transition:transform .2s ease;text-decoration:none;z-index:101}.logo:hover{transform:scale(1.02)}.logo-icon{font-size:2rem;display:inline-block;transition:transform .3s ease}.logo:hover .logo-icon{transform:rotate(10deg) scale(1.1)}.logo-text{background:linear-gradient(135deg,var(--color-brown),var(--color-gold-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;align-items:center;gap:.5rem}.nav-link{position:relative;padding:.5rem 1rem;font-weight:500;font-size:.95rem;color:var(--color-brown-light);text-decoration:none;transition:color .3s ease;border-radius:8px}.nav-link:before{content:"";position:absolute;bottom:.25rem;left:50%;transform:translate(-50%) scaleX(0);width:calc(100% - 1rem);height:2px;background:linear-gradient(90deg,var(--color-gold),var(--color-gold-dark));border-radius:2px;transition:transform .3s ease}.nav-link:hover{color:var(--color-gold-dark)}.nav-link:hover:before{transform:translate(-50%) scaleX(1)}.nav-divider{width:1px;height:24px;background:#5c403326;margin:0 .5rem}.nav-links button{font-weight:500;color:var(--color-brown-light);transition:all .3s ease}.nav-links button:hover{color:var(--color-gold-dark)}.btn{padding:.625rem 1.25rem;border-radius:10px;border:none;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-block;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn-ghost{background:transparent;color:var(--color-brown-light);border:1.5px solid transparent}.btn-ghost:hover{color:var(--color-gold-dark);border-color:#c9a2274d;background:#c9a2270d;transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--color-gold),var(--color-gold-dark));color:#fff;box-shadow:0 4px 15px #c9a22740;position:relative;z-index:1}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9a22766;background:linear-gradient(135deg,#d4b438,#b8900a)}.btn-primary:active{transform:translateY(0)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:101}.mobile-menu-toggle span{display:block;width:25px;height:3px;background:var(--color-brown);border-radius:3px;transition:all .3s ease}.mobile-menu-toggle span:nth-child(1).open{transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle span:nth-child(2).open{opacity:0}.mobile-menu-toggle span:nth-child(3).open{transform:rotate(-45deg) translate(7px,-7px)}.mobile-nav{display:none;flex-direction:column;padding:1rem 1.5rem;background:#faf6f0fa;border-top:1px solid rgba(92,64,51,.08);gap:.5rem}.mobile-nav-link{padding:.875rem 1rem;color:var(--color-brown-light);font-weight:500;text-decoration:none;border-radius:8px;transition:all .2s ease;display:block;width:100%;text-align:left;background:transparent;border:none;font-size:1rem;cursor:pointer}.mobile-nav-link:hover{background:#c9a22714;color:var(--color-gold-dark);transform:translate(4px)}.mobile-nav-link.btn-primary{background:linear-gradient(135deg,var(--color-gold),var(--color-gold-dark));color:#fff;text-align:center;margin-top:.5rem}.mobile-nav-link.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #c9a2274d}@media (max-width: 768px){.nav-links{display:none}.mobile-menu-toggle,.mobile-nav{display:flex}.header-inner{padding:1rem 1.5rem}.logo{font-size:1.3rem}.logo-icon{font-size:1.75rem}}@media (max-width: 480px){.header-inner{padding:.875rem 1rem}.logo{font-size:1.2rem;gap:.5rem}.logo-icon{font-size:1.5rem}}.main-content{min-height:calc(100vh - 140px)}.site-footer{padding:1.5rem;text-align:center;color:var(--color-brown-light);font-size:.9rem;border-top:1px solid var(--color-shadow)}.page-loading{display:flex;align-items:center;justify-content:center;min-height:60vh;font-size:1.2rem;color:var(--color-brown-light)}:root{--color-cream: #faf6f0;--color-warm-white: #f5efe6;--color-gold: #c9a227;--color-gold-dark: #a67c00;--color-brown: #5c4033;--color-brown-light: #8b7355;--color-green: #2d5016;--color-green-light: #4a7c23;--color-shadow: rgba(92, 64, 51, .12);--font-head: "Playfair Display", Georgia, serif;--font-body: "Outfit", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--color-cream);color:var(--color-brown);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}
