@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,Segoe UI,Arial,sans-serif}.Login{width:100%;min-height:98vh;background:linear-gradient(135deg,#0f172a,#020617);display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .8s ease-in-out}.login-form{width:100%;max-width:420px;background:#ffffff0f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:16px;padding:35px 30px;box-shadow:0 25px 60px #0006;border:1px solid rgba(255,255,255,.1);animation:slideUp .8s ease forwards}.login-form h1{color:#fff;font-size:1.6rem;font-weight:600;text-align:center;margin-bottom:25px;letter-spacing:.5px}.login-form form{display:flex;flex-direction:column;gap:16px}.login-form input{width:100%;padding:14px 15px;border-radius:10px;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;font-size:.95rem;outline:none;transition:all .25s ease}.login-form input::placeholder{color:#fff9}.login-form input:focus{border-color:#22c55e;background:#ffffff1f;box-shadow:0 0 0 3px #22c55e40;transform:scale(1.01)}.login-form button{margin-top:10px;padding:14px;border-radius:10px;border:none;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #22c55e66}.login-form button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 15px 35px #22c55e8c}.login-form button:active{transform:scale(.98)}.login-form p{color:#f87171;font-size:.85rem;margin-top:-8px;animation:shake .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-4px)}50%{transform:translate(4px)}75%{transform:translate(-4px)}to{transform:translate(0)}}@media(max-width:480px){.login-form{padding:28px 22px}.login-form h1{font-size:1.4rem}}.sidebar{width:70px;height:100%;background:linear-gradient(180deg,#020617,#0f172a);color:#fff;display:flex;flex-direction:column;transition:width .3s ease;overflow:hidden;box-shadow:2px 0 12px #00000059;position:relative;z-index:1000}.sidebar.open{width:240px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 14px;min-height:60px}.logo{font-size:20px;font-weight:700;white-space:nowrap;cursor:pointer}.logo span{color:#f97316}.toggle-btn span{font-size:26px;cursor:pointer;transition:transform .2s ease,color .2s ease}.toggle-btn span:hover{color:#f97316;transform:scale(1.1)}.sidebar hr{border:none;border-top:1px solid rgba(255,255,255,.08);margin:0 12px 10px}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:4px;padding:0 8px}.nav-item{display:flex;align-items:center;gap:14px;padding:12px;border-radius:10px;color:#cbd5e1;text-decoration:none;transition:background .25s ease,color .25s ease,transform .15s ease;position:relative;overflow:hidden}.nav-item span.material-symbols-outlined{font-size:22px;min-width:22px}.nav-text{font-size:15px;white-space:nowrap}.nav-item:hover{background:#f9731626;color:#fff;transform:translate(2px)}.nav-item.active{background:linear-gradient(90deg,#f9731647,#f973160f);color:#fff}.nav-item.active:before{content:"";position:absolute;left:0;top:10%;width:4px;height:80%;background:#f97316;border-radius:0 4px 4px 0}.sidebar-footer{padding:10px 8px 14px}.logout{color:#ef4444}.logout:hover{background:#ef44442e;color:#fff}.sidebar .nav-text,.sidebar .logo{opacity:0;transform:translate(-10px);transition:opacity .25s ease,transform .25s ease}.sidebar.open .nav-text,.sidebar.open .logo{opacity:1;transform:translate(0)}@media(max-width:768px){.sidebar.open{position:fixed;width:80vw}}.hero-card{background:linear-gradient(180deg,#fff,#f9fafb);border-radius:10px;padding:30px 24px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;border:1px solid rgba(249,115,22,.12);box-shadow:0 14px 36px #0f172a14;transition:transform .25s ease,box-shadow .25s ease;height:150px}.hero-card:before{content:"";position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,#f97316,#fb923c)}.hero-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px #0f172a24}.hero-content{display:flex;flex-direction:column;gap:6px;z-index:2}.hero-title{font-size:12px;font-weight:700;color:#64748b;margin:0;text-transform:uppercase;letter-spacing:.6px}.hero-value{font-size:32px;font-weight:900;color:#020617;margin:0;line-height:1.1}.hero-icon-box{width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,#f9731647,#f9731614);display:flex;align-items:center;justify-content:center;z-index:2}.hero-icon-box span{font-size:28px;color:#f97316}@media(max-width:600px){.hero-card{padding:20px;height:auto}}.Dashbord{width:100%;min-height:100vh;padding:10px;background:linear-gradient(180deg,#f1f5f9,#e8edf3);display:flex;flex-direction:column;gap:22px;box-sizing:border-box}.Dashbord header{border-radius:16px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between}.header-left h1{font-size:30px;font-weight:700;color:#0f172a}.header-left p{margin:4px 0 0;font-size:14px;color:#64748b}.header-right{display:flex;align-items:center;gap:12px}.header-profile{width:50px;height:50px;border-radius:50%;overflow:hidden;border:2px solid #f97316}.profile-img{width:100%;height:100%;object-fit:cover}.header-right h2{margin:0;font-size:1rem;font-weight:700;color:#0f172a}.dashbord-hero{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.Dashbord main{display:grid;grid-template-columns:2.2fr 1.2fr;gap:20px}.sales-graph{width:100%;height:100%;background:linear-gradient(135deg,#fff,#fff7f2);border-radius:5px;padding:10px;min-height:340px;display:flex;flex-direction:column;position:relative;overflow:hidden}.recent-order{background:#fff;border-radius:10px;min-height:340px;display:flex;flex-direction:column;justify-content:space-between}.Dashbord footer{background:#fff;border-radius:10px;padding:18px 20px;min-height:120px;box-shadow:0 8px 24px #0f172a0f;display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.Dashbord footer>div{background:#f1f5f9;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:13px;color:#64748b;font-weight:500}@media(max-width:1200px){.Dashbord main{grid-template-columns:1fr}.Dashbord footer{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.Dashbord header{padding:10px;border-radius:5px}.header-left h1{font-size:1.5rem}.header-right{display:none}.dashbord-hero{grid-template-columns:1fr;gap:5px}.header-right{align-self:flex-end}.Dashbord footer{grid-template-columns:1fr}}.dashboard-footer{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.footer-card{background:#f8fafc;border-radius:14px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(15,23,42,.06);transition:all .2s ease;position:relative;overflow:hidden}.footer-card:hover{background:#fff;transform:translateY(-2px)}.footer-label{font-size:11px;font-weight:700;color:#64748b;letter-spacing:.6px;text-transform:uppercase}.footer-value{font-size:22px;font-weight:800;color:#020617}.footer-trend{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center}.footer-trend span{font-size:18px}.footer-card:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%}.footer-card.pending:before{background:#facc15}.footer-card.processing:before{background:#38bdf8}.footer-card.shipped:before{background:#a855f7}.footer-card.delivered:before{background:#22c55e}.footer-card.cancelled:before{background:#ef4444}.recent-order{width:100%;height:100%;background:#fff;border-radius:10px;padding:10px;flex-direction:column}.recent-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.recent-header h3{font-size:16px;font-weight:600;color:#0f172a}.recent-header span{font-size:13px;color:#ff6a00;cursor:pointer}.recent-table{display:flex;flex-direction:column;gap:10px}.recent-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;align-items:center;padding:10px 12px;border-radius:10px}.recent-row.head{padding:0 12px 6px;font-size:13px;color:#64748b;font-weight:500}.customer{font-weight:500;color:#0f172a}.amount{font-weight:600;color:#0f172a}.status{width:fit-content;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500}.status.completed{background:#e8f9f1;color:#16a34a}.status.pending{background:#fff4e5;color:#d97706}.status.cancelled{background:#feecec;color:#dc2626}@media(max-width:500px){.amount{display:none}.recent-row.head,.recent-row{display:flex;justify-content:space-between}}.order-page{width:100%;padding:10px;display:flex;flex-direction:column;gap:10px;background-color:#f0f4f9}.order-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px}.order-header-left h1{font-size:22px;font-weight:600;color:#0f172a;margin-bottom:4px}.order-header-left p{font-size:13px;color:#64748b}.order-header-right{display:flex;align-items:center;gap:12px}.order-profile-img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #ff6a00}.order-header-right h2{font-size:16px;font-weight:500;color:#0f172a}.order-tabs{display:flex;gap:10px;flex-wrap:wrap;background:#fff;padding:14px 16px;border-radius:14px;border:1px solid #f1f1f1}.order-tabs button{padding:8px 16px;border-radius:20px;border:1px solid #e5e7eb;background:#f9fafb;color:#374151;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.order-tabs button:hover{background:#f3f4f6}.order-tabs button.active{background:#ff6a00;color:#fff;border-color:#ff6a00;font-weight:600}.order-table-wrapper{width:100%;overflow-x:auto}.order-table{width:100%;background:#fff;border-radius:16px;padding:10px 0;box-shadow:0 8px 24px #0f172a0d;min-width:760px}.order-row{display:grid;grid-template-columns:1.2fr 1.6fr 1.2fr 1fr 1.2fr 1fr;align-items:center;padding:12px 20px;border-bottom:1px solid #f1f5f9;font-size:14px}.order-row:last-child{border-bottom:none}.order-head{font-size:13px;font-weight:600;color:#64748b}.order-id,.order-amount{font-weight:600;color:#0f172a}.order-download-btn{padding:6px 14px;border-radius:20px;border:none;background:#0f172a;color:#fff;font-size:12px;cursor:pointer;transition:.2s ease}.order-download-btn:hover{background:#1e293b}.order-status-select{padding:6px 12px;border-radius:20px;border:none;font-size:12px;font-weight:600;cursor:pointer;outline:none;display:flex;justify-content:center;align-items:center}.order-status-select.pending{background:#fff7ed;color:#d97706}.order-status-select.processing{background:#eff6ff;color:#2563eb}.order-status-select.shipped{background:#f3e8ff;color:#7c3aed}.order-status-select.delivered{background:#ecfdf5;color:#16a34a}.order-status-select.cancelled{background:#fef2f2;color:#dc2626}@media(max-width:1024px){.order-header{flex-direction:column;align-items:flex-start;gap:12px}.order-header-right{align-self:flex-end}}@media(max-width:768px){.order-page{padding:16px}.order-header-left h1{font-size:20px}}@media(max-width:480px){.order-page{padding:10px}.order-header-right{display:none}.order-header{padding-bottom:0}.order-tabs button{padding:6px 12px;font-size:12px}.order-download-btn{padding:5px 10px;font-size:11px}}.order-invoice a{text-decoration:none}.progress-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999}.progress-box{width:320px;background:#fff;padding:22px 26px;border-radius:12px;box-shadow:0 10px 30px #00000040}.progress-text{font-size:15px;font-weight:600;margin-bottom:12px;text-align:center;color:#222}.progress-track{width:100%;height:10px;background:#e9e9e9;border-radius:20px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#ff8a00,#ff3d00);transition:width .3s ease}.users-page{width:100%;min-height:100vh;padding:25px 20px;background:#f4f6f9;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.users-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;background:#fff;border-radius:10px;margin-bottom:20px;box-shadow:0 4px 12px #0000000d}.users-header-left h1{margin:0;font-size:20px;font-weight:600;color:#111827}.users-header-left p{margin:4px 0 0;font-size:13px;color:#6b7280}.users-header-right{display:flex;align-items:center;gap:10px}.users-header-right h2{font-size:14px;font-weight:600;color:#111827}.users-header-profile{width:38px;height:38px;border-radius:50%;background:#e5e7eb;border:1px solid #d1d5db}.users-table-wrapper{width:100%;background:#fff;border-radius:10px;padding:10px 0;box-shadow:0 4px 12px #0000000d;overflow-x:auto}.users-table{width:100%;border-collapse:collapse;min-width:700px}.users-table thead{background:#111827}.users-table thead th{padding:14px 12px;font-size:13px;font-weight:600;color:#fff;text-align:left}.users-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background .2s ease}.users-table tbody tr:hover{background:#f9fafb}.users-table tbody td{padding:14px 12px;font-size:13px;color:#374151;vertical-align:middle}.status{padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600;display:inline-block;min-width:80px;text-align:center}.status.active{background:#22c55e26;color:#16a34a}.status.blocked{background:#ef444426;color:#dc2626}.action-buttons{display:flex;gap:8px}.block-btn{padding:7px 14px;border-radius:6px;border:none;background:#ef4444;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.block-btn:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 10px #ef444440}.users-table tbody tr td[colspan]{color:#6b7280;font-size:13px}@media(max-width:768px){.users-page{padding:15px 10px}.users-header{padding:14px 16px}.users-header-left h1{font-size:18px}.users-header-right{display:none}.action-buttons{flex-direction:column}.block-btn{width:100%}}.users-header-profile img{width:100%;height:100%;border-radius:50%;object-fit:cover}.App{width:100%;display:flex;height:100vh}.app-left{height:100%}.app-right{flex:1;height:100%;overflow-y:auto}.add-product-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#e9edf3,#f5f7fb);padding:25px 15px;box-sizing:border-box}.add-product-header{width:100%;padding:20px 30px;border-radius:14px;color:#000;display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.add-product-header-left h1{font-size:22px;font-weight:600;margin-bottom:4px}.add-product-header-left p{font-size:13px;color:#000000a9}.add-product-header-right{display:flex;align-items:center;gap:12px}.add-product-profile{width:40px;height:40px;border-radius:50%;background:#f97316;display:flex;align-items:center;justify-content:center;overflow:hidden}.add-product-profile img{width:100%;height:100%;object-fit:cover}.add-product-header-right h2{font-size:14px;font-weight:500}.add-product-main{display:flex;justify-content:center}.add-product-form{width:100%;background:#fff;padding:30px 35px;border-radius:16px;box-shadow:0 10px 30px #00000014;display:grid;grid-template-columns:repeat(2,1fr);gap:22px 26px;animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.form-group{display:flex;flex-direction:column}.form-group label{font-size:13px;font-weight:600;color:#1f2933;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{padding:12px 14px;border-radius:10px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:all .25s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#f97316;background:#fff;box-shadow:0 0 0 3px #f9731633}.form-group span,.error-text{margin-top:4px;font-size:12px;color:#dc2626}.full-width{grid-column:1 / -1}.image-input-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.image-input-row input[type=file]{flex:1;padding:10px;background:#f1f5f9;border-radius:10px;cursor:pointer}.image-preview{width:60px;height:60px;object-fit:cover;border-radius:10px;border:1px solid #e5e7eb}.add-btn{margin-top:8px;padding:10px 14px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;width:fit-content;transition:all .25s ease}.add-btn:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-1px);box-shadow:0 6px 15px #f9731659}.remove-btn{padding:9px 12px;background:#ef4444;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;transition:all .25s ease}.remove-btn:hover{background:#dc2626}.submit-btn{grid-column:1 / -1;margin-top:10px;padding:14px;border-radius:12px;border:none;background:linear-gradient(135deg,#1f2933,#111827);color:#fff;font-size:15px;font-weight:600;cursor:pointer;letter-spacing:.4px;transition:all .3s ease}.submit-btn:hover{background:linear-gradient(135deg,#111827,#000);transform:translateY(-2px);box-shadow:0 10px 25px #00000040}@media(max-width:768px){.add-product-page{padding:0}.add-product-header{padding:10px 15px;margin-bottom:5px}.add-product-form{grid-template-columns:1fr;padding:25px 20px}.add-product-header-right{display:none}.image-input-row{display:flex;flex-direction:column}.image-input-row button{width:100%}.image-input-row img{width:100%;height:auto;max-height:200px}}.progress-overlay{position:fixed;inset:0;background:#0f172abf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999}.progress-box{width:360px;padding:26px 28px;background:linear-gradient(145deg,#0f172a,#020617);border-radius:16px;box-shadow:0 25px 60px #00000080;text-align:center;animation:scaleIn .35s ease}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.progress-title{color:#f8fafc;font-size:18px;font-weight:600;margin-bottom:4px}.progress-subtitle{color:#94a3b8;font-size:13px;margin-bottom:16px}.progress-track{width:100%;height:12px;background:#1e293b;border-radius:10px;overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#ff6a00,#ff9f45,#ff6a00);background-size:200% 100%;border-radius:10px;position:relative;transition:width .4s ease;animation:gradientMove 2s linear infinite;box-shadow:0 0 12px #ff6a00b3}@keyframes gradientMove{0%{background-position:0% 50%}to{background-position:200% 50%}}.progress-shimmer{position:absolute;top:0;left:-40%;width:40%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 1.6s infinite}@keyframes shimmer{0%{left:-40%}to{left:120%}}.progress-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.progress-percent{color:#f8fafc;font-size:14px;font-weight:600}.progress-status{color:#94a3b8;font-size:13px}.ProductManagment{width:100%;padding:20px 10px;background:#f4f6f9;min-height:100vh;box-sizing:border-box}.product-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;margin-bottom:25px}.product-header-left h1{margin:0;font-size:1.4rem;color:#111}.product-header-left p{margin:4px 0 0;color:#777;font-size:.9rem}.product-header-right{display:flex;align-items:center;gap:12px}.product-profile-img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid #ddd}.product-header-right h2{font-size:1rem;margin:0;color:#333}.product-main{width:100%}.product-table-wrapper{background:#fff;padding:20px;border-radius:14px;box-shadow:0 6px 14px #0000000d;overflow-x:auto;min-height:500px}.product-table{width:100%;border-collapse:collapse}.product-table thead{background:#1f2933;color:#fff}.product-table th,.product-table td{padding:14px 12px;text-align:left;font-size:.9rem;color:#333}.product-table th{color:#fff}.product-table th{font-weight:600}.product-table tbody tr{border-bottom:1px solid #eee;transition:background .2s ease}.product-table tbody tr:hover{background:#fafafa}.product-img{width:60px;height:60px;object-fit:cover;border-radius:8px;border:1px solid #ddd}.in-stock{color:#1a9b4a;font-weight:600}.out-stock{color:#d63636;font-weight:600}.status-btn{display:inline-flex;align-items:center;gap:6px;width:100px;padding:6px 12px;border-radius:20px;border:none;cursor:pointer;font-size:.8rem;font-weight:600}.status-btn.active{background:#e6f7ed;color:#1a9b4a}.status-btn.inactive{background:#fdeaea;color:#d63636}.action-btns{display:flex;gap:10px;justify-content:center;align-items:center}.edit-btn,.delete-btn{width:34px;height:34px;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem}.edit-btn{background:#e7f0ff;color:#1f5eff}.edit-btn:hover{background:#d6e4ff}.delete-btn{background:#ffeaea;color:#d63636}.delete-btn:hover{background:#ffd6d6}.ProductManagment tr{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-loading button{width:100px;height:34px;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem;background:#e7f0ff;color:#1f5eff;margin-top:10px}@media(max-width:600px){.product-loading button{width:100%}.product-header{flex-direction:column;align-items:flex-start;gap:10px;padding:10px 15px;margin:10px 0}.product-header-right{display:none}}.skel{background:linear-gradient(90deg,#e6e6e6 25%,#f0f0f0 37%,#e6e6e6 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;border-radius:8px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.skel-title{width:160px;height:18px;margin-bottom:8px}.skel-subtitle{width:100px;height:12px}.skel-avatar{width:42px;height:42px;border-radius:50%}.skel-name{width:80px;height:14px}.skel-row{display:flex;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid #eee}.skel-img{width:60px;height:60px;border-radius:8px}.skel-text{width:140px;height:14px}.skel-text.small{width:80px}.skel-badge{width:70px;height:22px;border-radius:12px}.skel-toggle{width:90px;height:26px;border-radius:20px}.skel-action{width:60px;height:30px;border-radius:8px}.edit-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.edit-box{background:#fff;width:420px;padding:25px;border-radius:12px;box-shadow:0 10px 30px #00000040}.edit-box h2{margin-bottom:15px}.edit-box input,.edit-box textarea{width:100%;margin-bottom:10px;padding:8px 10px;border:1px solid #ddd;border-radius:6px}.edit-actions{display:flex;justify-content:flex-end;gap:10px}.cancel-btn{background:#ccc;border:none;padding:8px 14px;border-radius:6px;cursor:pointer}.save-btn{background:#ff8a00;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer}.analytics-page{width:100%;height:100vh;display:flex;background:#f4f6f9;box-sizing:border-box}.analytics-left{flex:3;padding:25px;display:flex;flex-direction:column;gap:20px}.analytics-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-box{background:#fff;padding:18px;border-radius:14px;box-shadow:0 4px 10px #0000000d}.stat-box p{margin:0;font-size:.9rem;color:#777}.stat-box h2{margin-top:6px;font-size:1.4rem;color:#111}.analytics-chart-card{flex:1;background:#fff;padding:20px;border-radius:16px;box-shadow:0 6px 14px #0000000d;display:flex;flex-direction:column}.analytics-chart-card h3{margin:0 0 10px;font-size:1rem;color:#111}.analytics-right{flex:1.3;background:#fff;padding:25px 20px;border-left:1px solid #eee;display:flex;flex-direction:column;align-items:center}.analytics-right h3{margin:0 0 15px;font-size:1rem;color:#111}.region-chart-wrapper{width:100%;height:220px;position:relative}.region-center-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.region-center-text h2{margin:0;font-size:1.2rem;color:#1f5eff}.region-center-text p{margin:2px 0 0;font-size:.85rem;color:#555}.region-legend{margin-top:20px;width:100%}.legend-item{display:flex;align-items:center;gap:10px;margin-bottom:10px}.legend-color{width:12px;height:12px;border-radius:50%}.legend-item p{margin:0;font-size:.9rem;color:#333}@media(max-width:900px){.analytics-page{flex-direction:column}.analytics-right{border-left:none;border-top:1px solid #eee}.analytics-stats{grid-template-columns:repeat(2,1fr)}}.store-settings-page{width:100%;height:100vh;background:#f4f6f9;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.settings-card{width:100%;background:#fff;padding:30px 28px;border-radius:18px;box-shadow:0 8px 20px #0000000f;height:100%}.settings-card h1{margin:0;font-size:1.5rem;color:#111}.subtitle{margin:6px 0 20px;font-size:.9rem;color:#777}.settings-group{display:flex;flex-direction:column;margin-bottom:16px}.settings-group label{font-size:.85rem;color:#555;margin-bottom:6px}.settings-group input{padding:10px 12px;border-radius:10px;border:1px solid #ddd;outline:none;font-size:.9rem}.settings-group input:focus{border-color:#1f5eff}.switch-group{margin-top:10px}.switch-wrapper{display:flex;align-items:center;justify-content:space-between}.switch-wrapper span{font-size:.9rem;color:#333}.switch{position:relative;display:inline-block;width:46px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:30px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.switch input:checked+.slider{background-color:#1f5eff}.switch input:checked+.slider:before{transform:translate(22px)}.settings-actions{display:flex;gap:12px;margin-top:25px}.save-btn{flex:1;padding:12px;border-radius:12px;border:none;background:#1f5eff;color:#fff;font-size:.9rem;cursor:pointer}.save-btn:hover{background:#1748c9}.logout-btn{flex:1;padding:12px;border-radius:12px;border:none;background:#ffeaea;color:#d63636;font-size:.9rem;cursor:pointer}.logout-btn:hover{background:#ffd6d6}@media(max-width:500px){.settings-card{padding:22px 20px}}
