*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(135deg,#1e293b,#0f172a);color:#f8fafc;transition:background .5s ease,color .5s ease}:root{--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--radius-md:8px;--radius-lg:12px;--shadow-md:0 4px 12px rgba(0,0,0,.25);--bg-color:#0f172a;--sidebar-bg:#1e293b;--card-bg:#1e293b;--text-color:#f1f5f9;--muted-text:#94a3b8;--accent-color:#38bdf8;--accent-color-hover:#0ea5e9;--border-color:hsla(0,0%,100%,.08);--success-color:#22c55e;--error-color:#ef4444}a{color:var(--accent-color)}button{border-radius:var(--radius-md);box-shadow:var(--shadow-md)}input,textarea{font-family:inherit}input:focus,textarea:focus{border-color:var(--accent-color)}.requests-container{display:flex;flex-direction:column;gap:40px;margin-top:20px}.section-title{font-size:1.4rem;color:var(--accent-color);margin-bottom:8px}.section-subtitle{color:var(--muted-text);margin-bottom:20px}.customer-list{display:flex;flex-direction:column;gap:12px}.customer-row{padding:14px 18px;border-radius:10px;transition:background .2s ease}.customer-row:hover{background:hsla(0,0%,100%,.08)}.customer-name{font-weight:600;color:var(--text-color)}.customer-email{font-size:.9rem;color:var(--muted-text)}.send-btn{padding:8px 14px;transition:all .2s ease}.send-btn:hover{box-shadow:0 4px 10px rgba(56,189,248,.3)}.requests-table td,.requests-table th{padding:10px 14px;border-bottom:1px solid hsla(0,0%,100%,.08)}.requests-table th{background:hsla(0,0%,100%,.08)}.status{font-weight:600;text-transform:capitalize}.status.sent{color:#38bdf8}.empty-text{color:var(--muted-text);font-style:italic;padding:10px 0}.customers-page,.dashboard-layout,.dashboard-main,.fade-in,.no-flicker,.requests-page,.settings-page{opacity:1!important;animation-fill-mode:forwards!important;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:opacity .3s ease-in-out}.modal-overlay{background:rgba(0,0,0,.65)}.modal-card{padding:30px 32px}.modal-card h3{margin-bottom:12px}.modal-card p{color:var(--muted-text)}.modal-actions{gap:10px}.modal-actions button{padding:10px 14px;transition:.2s ease}.modal-actions button:first-child{background:hsla(0,0%,100%,.1);color:var(--text-color)}.modal-actions button:last-child{background:linear-gradient(135deg,#38bdf8,#0ea5e9)}.dropdown{top:60px;width:200px;background:#1e293b;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;box-shadow:0 12px 28px rgba(0,0,0,.35);padding:8px 0 10px;display:flex;flex-direction:column}.dropdown a,.dropdown button{background:transparent;border:0;color:#e5e7eb;text-align:left;padding:12px 16px;font-size:.95rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background .2s ease,color .2s ease}.dropdown .logout-btn{display:block;width:calc(100% - 24px);margin:10px 12px 4px;padding:10px 14px;text-align:center;color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:10px;border:1px solid hsla(0,0%,100%,.08);font-weight:700;letter-spacing:.2px;box-shadow:0 4px 14px rgba(239,68,68,.35)}.filter-toolbar{justify-content:space-between;gap:16px;margin-bottom:20px;background:hsla(0,0%,100%,.04);border-radius:10px;padding:14px 18px;box-shadow:0 2px 10px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.filter-toolbar,.filters-left{display:flex;align-items:center;flex-wrap:wrap}.filters-left{gap:12px}.filter-select,.search-input{background:rgba(30,41,59,.9);border:1px solid hsla(0,0%,100%,.08);color:var(--text-color);border-radius:6px;padding:8px 12px}.search-input{flex:1 1;min-width:220px}.requests-table{border-spacing:0;color:var(--text-color)}.requests-table tr:hover{background:hsla(0,0%,100%,.04)}.status.sent{color:#22c55e}.status.pending{color:#facc15}.status.failed{color:#ef4444}.pagination-controls{display:flex;justify-content:center;gap:14px;margin-top:18px}.show-all-btn,.show-more-btn{background:linear-gradient(135deg,#38bdf8,#0ea5e9);border:none;color:#fff;font-weight:600;padding:10px 20px;border-radius:8px;cursor:pointer}@media (max-width:768px){.filter-toolbar{gap:12px}.filter-toolbar,.pagination-controls{flex-direction:column}}button.hamburger,button.hamburger:hover{all:unset;cursor:pointer}.home-navbar{justify-content:space-between}.home-navbar,.home-navbar .nav-left,.home-navbar .nav-right{display:flex;align-items:center}.home-navbar .nav-left{justify-content:flex-start;gap:36px}.home-navbar .nav-right{justify-content:flex-end;gap:16px}.desktop-only{display:flex}.home-navbar .hamburger{display:none}@media (max-width:1100px){.home-navbar .nav-links.desktop-only{display:none}.home-navbar .hamburger{display:flex}}@media (max-width:768px){.home-navbar .nav-button{display:none}}button.hamburger,button.hamburger:hover{background:none;box-shadow:none;padding:0;margin:0}.status.completed{color:#4ade80!important;font-weight:600!important;background:none!important}main{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;text-align:center;padding:20px}a{color:#38bdf8;text-decoration:none;font-weight:600;transition:.2s ease}a:hover{color:#7dd3fc;text-decoration:underline}h1,h2,h3{color:#f1f5f9;margin-bottom:15px;letter-spacing:.5px}p{color:#cbd5e1;max-width:600px;line-height:1.6}button{background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#fff;border:none;border-radius:8px;padding:10px 20px;font-weight:600;cursor:pointer;margin-top:12px;transition:.2s ease}button:hover{background:linear-gradient(135deg,#0ea5e9,#0284c7);transform:translateY(-2px)}.container{background:hsla(0,0%,100%,.08);padding:25px;border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,.3);margin:15px 0;width:100%;max-width:700px}input,textarea{width:100%;padding:10px 12px;margin-top:8px;margin-bottom:12px;border:1px solid #475569;border-radius:6px;background:hsla(0,0%,100%,.05);color:#f8fafc;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.95rem;line-height:1.5;transition:border .2s ease,background .2s ease}input:focus,textarea:focus{outline:none;border-color:#38bdf8;background:hsla(0,0%,100%,.08)}label{display:block;font-weight:600;margin-top:10px;color:#f1f5f9}.dashboard{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;padding:60px 20px;text-align:center;background:radial-gradient(circle at top right,#1e3a8a,#0f172a 70%);color:#f1f5f9}.dashboard h1{font-size:2.5rem;font-weight:700;color:#38bdf8;margin-bottom:10px}.dashboard .subtitle{font-size:1.1rem;color:#cbd5e1;margin-bottom:40px}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px;width:100%;max-width:900px;margin-bottom:30px}.dashboard-card{border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.3);padding:25px;transition:transform .2s ease,background .3s ease}.dashboard-card:hover{transform:translateY(-5px)}.dashboard-card.wide{max-width:900px;width:100%}@media (max-width:600px){.dashboard{padding:40px 15px}.dashboard h1{font-size:2rem}.dashboard-card{padding:20px}}.dashboard-layout{background:linear-gradient(145deg,#0f172a,#1e293b);color:#f8fafc;overflow:hidden}.sidebar{width:240px;background:rgba(30,41,59,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-right:1px solid hsla(0,0%,100%,.05);padding:30px 20px;align-items:flex-start}.sidebar .logo{font-size:1.6rem;margin-bottom:40px}.sidebar nav a{color:#cbd5e1;text-decoration:none;font-weight:500;transition:background .2s ease,color .2s ease}.sidebar nav a:hover{color:#fff}.sidebar nav a.active{background:linear-gradient(135deg,#38bdf8,#0ea5e9)}.dashboard-header{margin-bottom:40px}.dashboard-header h1{font-size:2.2rem;color:#38bdf8;margin-bottom:8px}.dashboard-header p{color:#94a3b8}.dashboard-card{background:hsla(0,0%,100%,.08);box-shadow:0 8px 20px rgba(0,0,0,.25);transition:all .25s ease}.dashboard-card:hover{background:hsla(0,0%,100%,.12)}.dashboard-card h3{margin-bottom:12px;color:#f1f5f9}.dashboard-card.wide{grid-column:1/-1}@media (max-width:768px){.dashboard-layout{flex-direction:column}.sidebar{width:100%;flex-direction:row;justify-content:space-around;align-items:center;border-right:none;border-bottom:1px solid hsla(0,0%,100%,.05)}.dashboard-main{padding:30px 20px}.sidebar nav{flex-direction:row;gap:10px}.sidebar .logo{margin-bottom:0}}.topbar{background:rgba(30,41,59,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px 24px;margin-bottom:30px;box-shadow:0 4px 12px rgba(0,0,0,.2)}.topbar h1{color:#38bdf8;font-size:1.6rem;font-weight:700;letter-spacing:.3px}.user-name{color:#e2e8f0;font-weight:500}.avatar{width:36px;height:36px;background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.dropdown{position:absolute;background:var(--sidebar-bg);border-radius:8px;box-shadow:0 8px 20px rgba(0,0,0,.4);overflow:hidden;min-width:160px;z-index:2000}.dashboard-card,.dashboard-main{position:relative;z-index:1}@keyframes fadeInDropdown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown a{display:block;color:var(--muted-text);text-decoration:none;padding:12px 16px;border-bottom:1px solid hsla(0,0%,100%,.05);transition:background .2s ease,color .2s ease}.dropdown a:last-child{border-bottom:none}.dropdown a:hover{background:hsla(0,0%,100%,.1);color:var(--text-color)}.avatar{width:38px;height:38px;border:2px solid #38bdf8;transition:transform .25s ease}.avatar img{display:block}.user-menu:hover .avatar{transform:scale(1.05) rotate(2deg)}.menu-btn{background:transparent;font-size:1.6rem;color:#38bdf8}.close-btn,.menu-btn{display:none;border:none;cursor:pointer}.close-btn{background:none;font-size:1.3rem;color:#94a3b8;margin-left:auto}@media (max-width:768px){.menu-btn{display:block}.sidebar{position:fixed;top:0;left:-260px;height:100vh;width:240px;transition:left .3s ease;z-index:2000}.sidebar-open .sidebar{left:0}.close-btn{display:block;margin-bottom:20px}.dashboard-main{padding:25px 16px}.dashboard-grid{grid-template-columns:1fr}.topbar{flex-wrap:wrap;justify-content:space-between}}.dashboard-card:hover{box-shadow:0 10px 25px rgba(56,189,248,.2)}body{transition:background .5s ease,color .5s ease}body[data-theme=dark]{--bg-color:radial-gradient(circle at 30% 30%,#0f172a,#1e293b 80%);--sidebar-bg:rgba(30,41,59,.9);--card-bg:hsla(0,0%,100%,.08);--text-color:#f8fafc;--accent-color:#38bdf8;--muted-text:#94a3b8;--hover-glow:0 0 12px rgba(56,189,248,.4)}body[data-theme=light]{--bg-color:linear-gradient(145deg,#f8fafc,#e2e8f0);--sidebar-bg:hsla(0,0%,100%,.85);--card-bg:#fff;--text-color:#0f172a;--accent-color:#0284c7;--muted-text:#475569;--hover-glow:0 4px 12px rgba(2,132,199,.25)}.sidebar{background:var(--sidebar-bg);color:var(--text-color);transition:background .5s ease,color .5s ease}.sidebar nav a:hover{background:hsla(0,0%,100%,.12)}.dashboard-card{color:var(--text-color);box-shadow:var(--hover-glow);transition:all .3s ease}body[data-theme=light] .dashboard-card{box-shadow:0 8px 20px rgba(0,0,0,.08)}.dashboard-card:hover{box-shadow:0 10px 25px rgba(56,189,248,.3)}.topbar{color:var(--text-color);box-shadow:0 2px 10px rgba(0,0,0,.2);transition:background .4s ease,color .4s ease}.theme-toggle{background:transparent;border:none;color:var(--accent-color);font-size:1.3rem;cursor:pointer;transition:transform .3s ease,color .3s ease}.theme-toggle:hover{transform:rotate(20deg) scale(1.1);color:var(--text-color)}.avatar{box-shadow:0 0 6px var(--accent-color);transition:box-shadow .3s ease}.user-menu:hover .avatar{box-shadow:0 0 12px var(--accent-color)}.fade-in{animation:fadeIn .6s ease forwards}h1,h2,h3{letter-spacing:.3px}a,button,label,p{font-size:.97rem;letter-spacing:.2px}.dashboard-layout{background:var(--bg-color);color:var(--text-color)}.dashboard-layout,.sidebar{display:flex;min-height:100vh}.sidebar{width:270px!important;background:linear-gradient(180deg,#111827,#1f2937);color:#fff;flex-direction:column;padding-top:20px;transition:width .3s ease;overflow:visible!important}.sidebar .logo{font-size:1.55rem;font-weight:700;color:#38bdf8;text-align:center;margin:0 10px 30px;white-space:nowrap;overflow:visible}.dashboard-main{margin-left:270px!important;transition:margin-left .3s ease}.sidebar nav{display:flex;flex-direction:column;gap:16px;width:100%}.sidebar nav a{color:var(--muted-text);padding:10px 12px;border-radius:8px;transition:.2s}.sidebar nav a:hover{background:hsla(0,0%,100%,.08);color:var(--text-color)}.sidebar nav a.active{background:linear-gradient(135deg,var(--accent-color),#0ea5e9);color:#fff}.dashboard-main{flex:1 1;padding:40px 60px;overflow-y:auto}.topbar{display:flex;align-items:center;justify-content:space-between;background:var(--sidebar-bg);padding:18px 28px;border-radius:12px;margin-bottom:40px;box-shadow:0 2px 12px rgba(0,0,0,.25)}.topbar h1{color:var(--accent-color);font-size:1.8rem}.user-menu{display:flex;align-items:center;gap:12px;position:relative;margin-left:20px;z-index:1001}.user-name{color:var(--text-color)}.avatar{width:42px;height:42px;border-radius:50%;border:2px solid var(--accent-color);overflow:hidden;transition:transform .2s ease}.avatar img{width:100%;height:100%}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:24px;gap:24px;margin-bottom:40px}.dashboard-card{background:var(--card-bg);border-radius:14px;padding:24px;box-shadow:0 4px 12px rgba(0,0,0,.25);transition:transform .2s ease}.dashboard-card:hover{transform:translateY(-4px)}@media (max-width:768px){.dashboard-layout{flex-direction:column}.sidebar{width:100%;flex-direction:row;justify-content:space-around;border-bottom:1px solid hsla(0,0%,100%,.05)}.dashboard-main{padding:30px 20px}}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:20px;gap:20px;margin-top:20px}.stat-card{background:hsla(0,0%,100%,.06);border-radius:10px;padding:18px;transition:background .3s ease,transform .2s ease}.stat-card:hover{background:hsla(0,0%,100%,.1)}.stat-card h4{color:var(--accent-color);font-size:1rem;margin-bottom:8px}.stat-card p{font-size:1.4rem;color:var(--text-color)}.subtitle{display:block;text-align:center;margin-top:40px;margin-bottom:40px;font-size:1.05rem;color:var(--muted-text);letter-spacing:.3px;line-height:1.6;background:hsla(0,0%,100%,.04);border-radius:12px;padding:16px 20px;box-shadow:0 4px 12px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.topbar-left h1{margin-right:20px;margin-bottom:2px}.dashboard-layout{overflow:visible!important}.topbar{z-index:50!important}.topbar,.user-menu{position:relative!important}.user-menu{z-index:60!important}.dropdown{position:absolute!important;top:52px;right:0;z-index:9999!important}.dashboard-card,.dashboard-main{position:static!important;z-index:auto!important}.stat-card p{transition:all .3s ease-in-out}.modal-overlay{top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);z-index:1000}.modal-card{background:var(--sidebar-bg);padding:30px;border-radius:12px;box-shadow:0 6px 16px rgba(0,0,0,.4);max-width:400px;color:var(--text-color);animation:fadeIn .3s ease}.modal-card h3{margin-bottom:16px;color:var(--accent-color)}.modal-card input{width:100%;padding:10px 12px;margin:8px 0;border:1px solid hsla(0,0%,100%,.2);border-radius:6px;background:hsla(0,0%,100%,.05);color:var(--text-color)}.modal-actions{justify-content:space-between;margin-top:16px}.modal-actions button{margin:0 4px}.action-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.action-buttons button{flex:1 1;min-width:160px}.requests-table{margin-top:20px;background:hsla(0,0%,100%,.05);border-radius:10px;overflow:hidden}.requests-table td,.requests-table th{padding:14px 16px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1)}.requests-table th{color:var(--accent-color);font-weight:600;text-transform:uppercase;font-size:.9rem}.customer-row{display:flex;justify-content:space-between;align-items:center;background:hsla(0,0%,100%,.05);border-radius:8px;padding:12px 16px;margin:8px 0}.send-btn{background:linear-gradient(135deg,#38bdf8,#0ea5e9);border:none;border-radius:8px;padding:8px 18px;color:#fff;font-weight:600;cursor:pointer;transition:.2s ease}.send-btn:hover{transform:translateY(-2px);box-shadow:0 3px 10px rgba(56,189,248,.4)}.status.pending{color:#fbbf24}.status.sent{color:#60a5fa}.status.reviewed{color:#4ade80}.status.failed{color:#f87171}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px;width:100%;margin:30px auto;justify-content:center;align-items:stretch;max-width:1200px;padding:0 10px}.stat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:130px;background:hsla(0,0%,100%,.05);border-radius:14px;border:1px solid hsla(0,0%,100%,.08);padding:20px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.25);transition:all .25s ease}.stat-card:hover{background:hsla(0,0%,100%,.07);transform:translateY(-3px)}.stat-card h4{font-size:.95rem;text-transform:uppercase;color:#a3a3a3;margin-bottom:10px;letter-spacing:.6px}.stat-card p{font-size:2rem;font-weight:700;color:#3bb3ff;margin:0}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}}@media (max-width:600px){.stats-grid{grid-template-columns:1fr;gap:16px}.stat-card{min-height:110px}}.stat-change{font-size:.9rem;font-weight:600;margin-top:6px}.stat-change.positive{color:var(--success-color)}.stat-change.negative{color:var(--error-color)}.stats-chart-container{background:hsla(0,0%,100%,.05);border-radius:14px;padding:28px 30px;margin-bottom:40px;box-shadow:0 4px 16px rgba(0,0,0,.25)}.stats-chart-container h3{font-size:1.3rem;font-weight:700;color:var(--accent-color);margin-bottom:14px;text-align:center}.stats-chart-container canvas,.stats-chart-container svg{width:100%;height:320px}.trend-summary{text-align:center;color:var(--muted-text);font-size:.95rem;margin-top:8px}.loyalty-score{display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at top,rgba(56,189,248,.2),rgba(30,41,59,.8));border:1.5px solid hsla(0,0%,100%,.1);border-radius:50%;width:140px;height:140px;margin:0 auto;box-shadow:0 0 16px rgba(56,189,248,.4)}.loyalty-score span{font-size:2rem;font-weight:700;color:var(--accent-color)}.loyalty-score p{font-size:.85rem;color:var(--muted-text);margin-top:6px}.stats-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:24px;margin-bottom:30px}.bar-chart,.pie-chart{flex:1 1;background:hsla(0,0%,100%,.04);border-radius:12px;padding:20px 24px;box-shadow:0 4px 12px rgba(0,0,0,.25)}.bar-chart{min-height:360px}.pie-chart{display:flex;flex-direction:column;align-items:center}.bar-chart h4,.pie-chart h4{text-align:center;color:var(--accent-color);font-size:1.2rem;margin-bottom:12px}@media (max-width:900px){.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px}.bar-chart,.pie-chart{padding:16px}.loyalty-score{width:110px;height:110px}.loyalty-score span{font-size:1.6rem}}.stat-card{position:relative;cursor:help}.stat-card .tooltip{visibility:hidden;opacity:0;width:220px;background:hsla(0,0%,8%,.95);color:#ddd;text-align:left;border-radius:8px;padding:10px 12px;position:absolute;z-index:100;bottom:110%;left:50%;transform:translateX(-50%);transition:opacity .25s ease,visibility .25s ease;font-size:.85rem;line-height:1.3;box-shadow:0 4px 14px rgba(0,0,0,.4)}.stat-card .tooltip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-6px;border:6px solid transparent;border-top-color:hsla(0,0%,8%,.95)}.stat-card:hover .tooltip{visibility:visible;opacity:1}.modal-overlay{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;display:flex!important;z-index:9999!important}.dashboard-main{overflow:visible!important}.connect-google-btn{background:#4285f4;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:.9rem;cursor:pointer}.google-status .connected{color:#22c55e;font-weight:600}.google-status{padding-bottom:.5rem}.customers-page{padding:40px;color:#fff}.customers-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.customers-card{background:hsla(0,0%,100%,.05);border-radius:12px;padding:25px;margin-bottom:25px;box-shadow:0 4px 10px rgba(0,0,0,.3)}.customers-card h3{margin-bottom:15px;font-size:1.2rem}.customers-table{width:100%;border-collapse:collapse;margin-top:12px;border-radius:12px;overflow:hidden;background:#0f172a;color:#f8fafc;box-shadow:0 4px 12px rgba(0,0,0,.25)}.customers-table thead{background:#1e293b;text-transform:uppercase;font-size:.85rem;letter-spacing:.5px;color:#cbd5e1}.customers-table td,.customers-table th{padding:12px 18px;text-align:left}.customers-table td:first-child,.customers-table th:first-child{width:30%}.customers-table td:nth-child(2),.customers-table th:nth-child(2){width:45%}.customers-table td:nth-child(3),.customers-table th:nth-child(3){width:25%;text-align:right}.customers-table tbody tr:nth-child(2n){background:#1e293b}.customers-table tbody tr:hover{background:#334155;transition:background .2s ease-in-out}@media (max-width:768px){.add-customer-form{flex-direction:column}.add-customer-form button,.add-customer-form input{width:100%}.customers-table td,.customers-table th{padding:10px;font-size:.85rem}.customers-table td:nth-child(3),.customers-table th:nth-child(3){text-align:left}}.fade-in{opacity:0;transform:translateY(5px);animation:fadeIn .4s ease-in forwards;animation-iteration-count:1;will-change:opacity,transform}.add-customer-form{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center;margin-top:16px}.add-customer-form input{flex:1 1;min-width:220px;padding:10px 12px;border-radius:8px;border:1px solid hsla(0,0%,100%,.15);background:hsla(0,0%,100%,.05);color:#f8fafc;font-size:.95rem;transition:border .2s ease,background .2s ease}.add-customer-form input:focus{border-color:var(--accent-color);background:hsla(0,0%,100%,.08);outline:none}.add-customer-form button{background:linear-gradient(135deg,var(--accent-color),#0ea5e9);color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s ease,background .3s ease;height:42px;margin:0}.add-customer-form button:hover{transform:translateY(-2px);background:linear-gradient(135deg,#0ea5e9,var(--accent-color))}.dashboard-card p{margin:6px 0 12px;color:var(--muted-text);font-size:.95rem}.dashboard-card p,.dashboard-card p span,.dashboard-card p strong{line-height:1.6;word-spacing:2px;letter-spacing:.3px}.csv-headers-text{margin-top:6px;margin-bottom:14px;text-align:center;color:var(--muted-text);font-size:.95rem;letter-spacing:.4px;word-spacing:3px;line-height:1.6;opacity:.9}.csv-headers-text strong{color:var(--accent-color);font-weight:600}.customer-list{padding-right:1rem;padding-top:5px}.requests-page{padding:40px;color:#fff}.requests-header{justify-content:space-between;margin-bottom:25px}.back-btn{color:#4da6ff;text-decoration:none;font-weight:700;transition:.2s}.back-btn:hover{text-decoration:underline}.requests-card{background:hsla(0,0%,100%,.05);border-radius:12px;padding:25px;margin-bottom:25px;box-shadow:0 4px 10px rgba(0,0,0,.3)}.requests-card h3{margin-bottom:15px;font-size:1.2rem}.requests-table{width:100%;border-collapse:collapse;margin-top:10px;font-size:.95rem}.requests-table th{background:hsla(0,0%,100%,.1);text-align:left;padding:10px}.requests-table td{padding:10px;border-bottom:1px solid hsla(0,0%,100%,.1)}.fade-in{animation:fadeIn .4s ease-in}.send-requests{display:flex;flex-direction:column;gap:18px;margin-top:25px}.request-item{display:flex;justify-content:space-between;align-items:center;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:14px 18px;transition:background .25s ease,transform .25s ease;box-shadow:0 3px 10px rgba(0,0,0,.15)}.request-item:hover{background:hsla(0,0%,100%,.08);transform:translateY(-2px)}.request-info{display:flex;flex-direction:column;text-align:left;flex:1 1;margin-right:20px;min-width:0}.request-info strong{font-size:1rem;color:#fff;font-weight:600;margin-bottom:2px}.request-info span{color:#a3a3a3;font-size:.9rem;word-break:break-all}.request-btn{background:linear-gradient(135deg,#06b6d4,#3b82f6);color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .25s ease;white-space:nowrap;min-width:140px;text-align:center;box-shadow:0 3px 6px rgba(0,0,0,.2)}.request-btn:hover{background:linear-gradient(135deg,#0ea5e9,#2563eb);transform:translateY(-2px)}.request-btn:disabled{opacity:.6;cursor:not-allowed}.flex-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:10px}.flex-header .section-title{font-size:1.25rem;font-weight:600;color:#38bdf8;margin:0}.flex-header .request-btn{padding:8px 18px;font-size:.9rem;border-radius:8px;min-width:auto;align-self:flex-end}@media (max-width:600px){.flex-header{flex-direction:column;align-items:flex-start;gap:8px}.flex-header .request-btn{width:100%;text-align:center}}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .25s ease}.modal-card{background:#1e293b;color:#fff;padding:28px 32px;border-radius:14px;max-width:420px;width:90%;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.4);animation:slideUp .3s ease-out}.modal-card h3{margin-bottom:10px;font-size:1.3rem}.modal-card p{color:#d1d5db;font-size:.95rem;margin-bottom:20px;line-height:1.5}.modal-actions{display:flex;justify-content:space-around;gap:12px}.modal-actions button{flex:1 1;padding:10px 16px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-actions button:first-child{background:#475569;color:#fff}.modal-actions button:first-child:hover{background:#64748b}.modal-actions button:last-child{background:#3b82f6;color:#fff}.modal-actions button:last-child:hover{background:#2563eb}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}body.modal-open{overflow:hidden}.requests-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1.5rem}.section-title{font-weight:700;color:var(--accent-color,#38bdf8);font-size:1.3rem;margin-bottom:.25rem}.section-subtitle{color:var(--muted-text,#94a3b8);font-size:.95rem;margin:0;line-height:1.4}