@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600;700&family=Fira+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";*{font-family:Poppins,sans-serif;margin:0;padding:0;box-sizing:border-box}h2{font-size:24px;font-weight:600;color:#1e293b}.App{min-height:100vh;min-width:100vw;height:100%;width:100%;background-color:#eff6ff;overflow-x:hidden}.page{display:flex;min-height:100vh}.container{padding:20px;flex:1;min-height:100vh;margin-left:280px}a{text-decoration:none}@media (max-width: 1024px){.container{margin-left:240px}}@media (max-width: 768px){.container{margin-left:0}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2563eb26;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#2563eb4d}.logo-container{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 0;height:100px}.logo-container img{height:90px;margin-right:50px}.login{width:100vw!important;height:100vh;display:flex;align-items:center;justify-content:center;background:url(/assets/sprinkle-S8n4nR23.svg) no-repeat center;background-size:cover}.login .modal{display:flex;flex-direction:column;gap:20px;width:35vw;min-width:300px;max-height:95%;background-color:#f0f3fb;padding:15px 20px;border-radius:10px;overflow:hidden}.login .modal .title{color:#2563eb;font-family:Poppins,sans-serif;font-size:25px;font-weight:600;color:#161651}.login .modal .subtitle{margin-top:-20px;margin-bottom:20px;font-weight:700;font-size:16px;color:#000;text-align:center}.login .modal .subtitle span{font-weight:800;font-size:18px}.login .modal form{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px}.login .modal form select,.login .modal form .input{width:100%;padding:0 20px;border:1px solid #444444;border-radius:10px;height:50px;line-height:70px;vertical-align:middle;font-size:18px}.login .modal form select{padding:10px}.login .modal form .input::placeholder{color:#444;font-weight:600;font-size:18px}.login .modal form .reset-password{width:100%;margin-top:-10px}.login .modal form .reset-password a{font-weight:700;font-size:17px;line-height:23px;display:flex;align-items:center;color:#3b82f6;text-decoration:none}.login .modal form button{border:none;width:100%;height:50px;color:#fff;font-weight:800;font-size:20px;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:10px;margin-top:0}.login .modal form button:hover{opacity:60%;cursor:pointer}.login .modal form .error{color:red;padding:0;margin-left:10px;margin-top:-15px;width:100%}.sign-text{color:#161651;margin:10px 5px}.sign-action{text-decoration:none;font-weight:700}.center{display:flex;align-items:center;justify-content:center;flex-direction:column}.dashboard{display:flex;min-height:100%}.dashboard__container{flex:1;padding:32px 36px;max-width:1280px}.dashboard__loading{display:flex;align-items:center;justify-content:center;min-height:400px}.dashboard__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px;animation:fadeIn .5s ease-out}.dashboard__greeting{display:flex;flex-direction:column;gap:2px}.dashboard__greeting-sub{font-family:Poppins,sans-serif;font-size:15px;font-weight:400;color:#64748b;letter-spacing:.02em}.dashboard__greeting-name{font-family:Poppins,sans-serif;font-size:28px;font-weight:600;color:#2563eb;line-height:1.2;letter-spacing:-.01em}.dashboard__date{font-family:Poppins,sans-serif;font-size:13px;color:#94a3b8;font-weight:400;text-transform:capitalize}.dashboard__bottom{display:grid;grid-template-columns:1fr 340px;gap:24px;animation:slideUp .5s ease-out .6s both}.kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px}.kpi-card{position:relative;background:#fff;border-radius:14px;padding:20px;border:1px solid rgba(37,99,235,.06);box-shadow:0 1px 3px #2563eb08;overflow:hidden;animation:slideUp .5s ease-out both;transition:transform .2s ease,box-shadow .2s ease}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb0f,0 1px 3px #2563eb08}.kpi-card__icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.kpi-card__content{display:flex;flex-direction:column;gap:3px}.kpi-card__value{font-family:Poppins,sans-serif;font-size:22px;font-weight:600;color:#0f172a;line-height:1.2;letter-spacing:-.01em}.kpi-card__label{font-family:Poppins,sans-serif;font-size:13px;font-weight:400;color:#64748b;letter-spacing:.01em}.kpi-card__sublabel{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#94a3b8;letter-spacing:.02em;line-height:1.2}.kpi-card__accent{position:absolute;bottom:0;left:0;right:0;height:3px;border-radius:0 0 14px 14px;opacity:.6}.kpi-card--alert{border-color:#ef444426}.kpi-card--alert .kpi-card__value{color:#ef4444}.kpi-card--alert .kpi-card__accent{opacity:1;animation:pulse-accent 2s ease-in-out infinite}@keyframes pulse-accent{0%,to{opacity:.6}50%{opacity:1}}.revenue-table-section{background:#fff;border-radius:14px;padding:24px;border:1px solid rgba(37,99,235,.06);box-shadow:0 1px 3px #2563eb08;margin-bottom:28px;animation:slideUp .5s ease-out .5s both}.revenue-table-section__subtitle{font-family:Poppins,sans-serif;font-size:12px;color:#94a3b8;margin-top:-10px;margin-bottom:20px}.revenue-table-section__empty{font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center;padding:32px 0}.revenue-chart{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(37,99,235,.06)}.revenue-table{width:100%;border-collapse:collapse}.revenue-table thead th{font-family:Poppins,sans-serif;font-size:11px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;text-align:left;padding:0 12px 12px;border-bottom:1px solid rgba(37,99,235,.06)}.revenue-table__amount-col{text-align:right!important;width:60%}.revenue-table__row{transition:background .15s ease}.revenue-table__row:hover{background:#2563eb05}.revenue-table__row td{padding:12px;border-bottom:1px solid rgba(37,99,235,.06)}.revenue-table__month{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#0f172a;white-space:nowrap}.revenue-table__amount{width:60%}.revenue-table__bar-wrapper{display:flex;align-items:center;gap:12px;position:relative}.revenue-table__bar{height:24px;border-radius:6px;background:linear-gradient(90deg,#2563eb14,#2563eb26);min-width:4px;transition:width .6s ease-out}.revenue-table__value{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap}.revenue-table__total-row td{padding:14px 12px;border-top:2px solid rgba(37,99,235,.12);border-bottom:none}.revenue-table__total-label{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#2563eb}.revenue-table__total-amount{font-family:Poppins,sans-serif;font-size:16px;font-weight:700;color:#2563eb;text-align:right}.section-header--collapsible{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none;padding:4px 0;margin-bottom:4px;border-radius:8px;transition:background .15s ease}.section-header--collapsible:hover{background:#2563eb05}.section-header__arrow{color:#94a3b8;transition:transform .25s ease}.section-header__arrow--open{transform:rotate(180deg)}.notifications-section{background:#fff;border-radius:14px;padding:24px;border:1px solid rgba(37,99,235,.06);box-shadow:0 1px 3px #2563eb08;margin-bottom:28px;animation:slideUp .5s ease-out .55s both}.notifications-section__empty{font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center;padding:32px 0}.notification-row{display:flex;align-items:center;gap:12px;padding:12px 4px;border-bottom:1px solid rgba(37,99,235,.06);transition:background .15s ease}.notification-row:last-child{border-bottom:none}.notification-row:hover{background:#2563eb05}.notification-type{display:inline-block;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;padding:4px 10px;border-radius:6px;letter-spacing:.02em;white-space:nowrap;background:#2563eb14;color:#2563eb}.notification-type--invoice_reminder{background:#f59e0b1a;color:#cf8508}.notification-type--invoice_reminder_grouped{background:#8b5cf61a;color:#7c3aed}.notification-status{display:inline-block;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;padding:4px 10px;border-radius:6px;letter-spacing:.02em;white-space:nowrap}.notification-status--sent{background:#2563eb1a;color:#2563eb}.notification-status--opened{background:#22c55e1a;color:#1ca24d}.notification-status--failed{background:#ef444414;color:#ef4444}.notification-meta{flex:1;font-family:Poppins,sans-serif;font-size:13px;font-weight:400;color:#64748b;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-time{font-family:Poppins,sans-serif;font-size:12px;color:#94a3b8;white-space:nowrap;flex-shrink:0}.section-title{font-family:Poppins,sans-serif;font-size:15px;font-weight:500;color:#2563eb;margin-bottom:16px}.recent-invoices{background:#fff;border-radius:14px;padding:24px;border:1px solid rgba(37,99,235,.06);box-shadow:0 1px 3px #2563eb08}.recent-invoices__table{width:100%;border-collapse:collapse}.recent-invoices__table th{font-family:Poppins,sans-serif;font-size:11px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;text-align:left;padding:0 12px 12px;border-bottom:1px solid rgba(37,99,235,.06)}.recent-invoices__table td{font-family:Poppins,sans-serif;font-size:14px;padding:12px;border-bottom:1px solid rgba(37,99,235,.06);color:#0f172a}.recent-invoices__table tr:last-child td{border-bottom:none}.recent-invoices__empty{font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center;padding:32px 0}.recent-invoice__row{transition:background .15s ease}.recent-invoice__row:hover{background:#2563eb05}.recent-invoice__name{font-weight:500;color:#0f172a}.recent-invoice__amount{font-family:Poppins,sans-serif;font-weight:500;font-size:14px}.recent-invoice__status{display:inline-block;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;padding:4px 10px;border-radius:6px;letter-spacing:.02em}.recent-invoice__status.status--paid{background:#22c55e1a;color:#1ca24d}.recent-invoice__status.status--pending{background:#f59e0b1a;color:#cf8508}.recent-invoice__status.status--overdue{background:#ef444414;color:#ef4444}.recent-invoice__status.status--cancelled{background:#64748b14;color:#64748b}.quick-actions{background:#fff;border-radius:14px;padding:24px;border:1px solid rgba(37,99,235,.06);box-shadow:0 1px 3px #2563eb08}.quick-actions__grid{display:flex;flex-direction:column;gap:10px}.quick-action-btn{display:flex;align-items:center;gap:14px;width:100%;padding:14px 16px;border:1px solid rgba(37,99,235,.06);border-radius:10px;background:#2563eb05;cursor:pointer;transition:all .2s ease;text-align:left}.quick-action-btn:hover{border-color:#2563eb1f;background:#2563eb0a;transform:translate(4px)}.quick-action-btn__icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.quick-action-btn__icon--invoice{background:linear-gradient(135deg,#60a5fa,#2563eb)}.quick-action-btn__icon--restaurant{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.quick-action-btn__icon--email{background:linear-gradient(135deg,#4ade80,#16a34a)}.quick-action-btn__text{display:flex;flex-direction:column;gap:1px}.quick-action-btn__text strong{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#0f172a}.quick-action-btn__text small{font-family:Poppins,sans-serif;font-size:12px;color:#94a3b8;font-weight:400}@media (max-width: 1200px){.kpi-row{grid-template-columns:repeat(3,1fr)}.dashboard__bottom{grid-template-columns:1fr}}@media (max-width: 900px){.kpi-row{grid-template-columns:repeat(2,1fr)}.dashboard__container{padding:24px 20px}.dashboard__header{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width: 600px){.kpi-row{grid-template-columns:1fr}.dashboard__container{padding:16px}.dashboard__greeting-name{font-size:22px}.kpi-card__value{font-size:18px}.notification-row{flex-wrap:wrap;gap:6px}.notification-meta{flex-basis:100%;order:3}.notification-time{order:4;flex-basis:100%}}.sidebar{width:280px;min-width:280px;max-width:280px;background:#fff;display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;height:100dvh;z-index:1000;border-right:1px solid rgba(37,99,235,.08);box-shadow:1px 0 24px #2563eb0a;padding:0;overflow:hidden;isolation:isolate}.sidebar-glow{position:absolute;left:-60px;top:-80px;width:380px;height:280px;background:radial-gradient(circle at 25% 30%,rgba(59,130,246,.1),transparent 50%),radial-gradient(circle at 75% 40%,rgba(37,99,235,.08),transparent 55%);filter:blur(30px);opacity:.9;pointer-events:none;z-index:-1}.sidebar-header{padding:20px 20px 16px;border-bottom:1px solid rgba(37,99,235,.08)}.sidebar-header .logo-link{display:block;text-decoration:none;transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.sidebar-header .logo-link:hover{transform:translateY(-1px)}.sidebar-header .logo-container{display:flex;align-items:center;justify-content:flex-start}.sidebar-header .logo-container img{width:160px;height:auto;transition:filter .3s ease}.sidebar-nav{flex:1;padding:16px 12px;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.sidebar-nav::-webkit-scrollbar{width:3px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#2563eb26;border-radius:10px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#2563eb4d}.nav-section{display:flex;flex-direction:column;gap:4px}.nav-section-label{font-family:Poppins,sans-serif;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#94a3b8;padding:0 12px 8px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;text-decoration:none;color:#64748b;font-weight:500;font-size:14px;position:relative;transition:all .18s ease}.nav-item .nav-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#2563eb0a;border:1px solid transparent;transition:all .18s ease}.nav-item .nav-icon svg{font-size:18px;color:#64748b;transition:color .18s ease}.nav-item .nav-label{flex:1;transition:all .2s ease}.nav-item .nav-indicator{position:absolute;left:0;top:50%;transform:translateY(-50%) scaleY(0);width:3px;height:22px;background:linear-gradient(135deg,#60a5fa,#3b82f6 40%,#2563eb);border-radius:0 6px 6px 0;transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.nav-item:hover{background:#2563eb0a;color:#0f172a}.nav-item:hover .nav-icon{background:#2563eb14;border-color:#2563eb0f}.nav-item:hover .nav-icon svg{color:#2563eb}.nav-item.active{background:#2563eb0f;color:#0f172a}.nav-item.active .nav-icon{background:linear-gradient(135deg,#60a5fa,#3b82f6 40%,#2563eb);border:none;box-shadow:0 4px 14px #2563eb40}.nav-item.active .nav-icon svg{color:#fff}.nav-item.active .nav-indicator{transform:translateY(-50%) scaleY(1)}.nav-item.active .nav-label{font-weight:600}.sidebar-footer{padding:12px;border-top:1px solid rgba(37,99,235,.08);margin-top:auto;display:flex;flex-direction:column;gap:12px}.user-profile{display:flex;align-items:center;gap:12px;padding:12px;background:linear-gradient(135deg,#3b82f60f,#2563eb0f);border-radius:12px;border:1px solid rgba(37,99,235,.06)}.user-profile .user-avatar{width:40px;height:40px;min-width:40px;border-radius:10px;background:linear-gradient(135deg,#60a5fa,#3b82f6 40%,#2563eb);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff;letter-spacing:.5px;box-shadow:0 4px 14px #2563eb33}.user-profile .user-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.user-profile .user-info .user-name{font-weight:600;font-size:13px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-profile .user-info .user-role{font-family:Poppins,sans-serif;font-size:11px;color:#3b82f6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.logout-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-radius:10px;text-decoration:none;font-weight:500;font-size:14px;color:#64748b;background:#0f172a05;border:1px solid transparent;transition:all .18s ease}.logout-btn svg{font-size:18px;transition:transform .2s ease}.logout-btn:hover{background:#ef44440a;border-color:#ef444426;color:#ef4444}.logout-btn:hover svg{transform:translate(2px)}@media (max-width: 1024px){.sidebar{width:240px;min-width:240px;max-width:240px}.sidebar-header{padding:16px 16px 12px}.sidebar-header .logo-container img{width:140px}.sidebar-nav{padding:12px 10px;gap:16px}.nav-item{padding:8px 10px}.nav-item .nav-icon{width:32px;height:32px}.nav-item .nav-icon svg{font-size:16px}.sidebar-footer{padding:10px;gap:10px}.user-profile{padding:10px}.user-profile .user-avatar{width:36px;height:36px;min-width:36px;font-size:12px}.user-profile .user-info .user-name{font-size:12px}.user-profile .user-info .user-role{font-size:10px}}@media (max-width: 768px){.sidebar{width:280px;min-width:280px;max-width:280px;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.drawer-open .sidebar{transform:translate(0)}}.navbar{position:fixed;top:0;right:0;left:280px;height:72px;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(37,99,235,.08);z-index:900;display:flex;align-items:center}.navbar-content{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 32px;gap:24px}.navbar-left{flex:1;min-width:0}.page-info{display:flex;flex-direction:column;gap:2px}.page-title{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#0f172a;letter-spacing:-.3px;margin:0;line-height:1.2}.page-subtitle{font-size:13px;color:#94a3b8;font-weight:400;margin:0}.navbar-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.search-wrapper{position:relative}.search-box{display:flex;align-items:center;gap:10px;padding:0 14px;height:40px;background:#2563eb0a;border:1px solid transparent;border-radius:10px;transition:all .2s ease;min-width:240px}.search-box .search-icon{font-size:20px;color:#94a3b8;transition:color .2s ease}.search-box input{flex:1;border:none;background:transparent;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#0f172a;outline:none;min-width:140px}.search-box input::placeholder{color:#94a3b8}.search-box .clear-btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:#2563eb14;border:none;border-radius:6px;cursor:pointer;padding:0;transition:all .15s ease}.search-box .clear-btn svg{font-size:14px;color:#94a3b8}.search-box .clear-btn:hover{background:#2563eb26}.search-box .clear-btn:hover svg{color:#2563eb}.search-box:hover{background:#2563eb0f;border-color:#2563eb14}.search-box.focused{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-box.focused .search-icon{color:#3b82f6}.search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;min-width:320px;background:#fff;border:1px solid rgba(37,99,235,.08);border-radius:12px;box-shadow:0 8px 32px #2563eb1a;overflow:hidden;animation:dropdownIn .18s ease;z-index:1000}.results-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(37,99,235,.08)}.results-header span:first-child{font-family:Poppins,sans-serif;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#94a3b8}.results-header .results-count{font-size:12px;font-weight:500;color:#3b82f6}.results-list{max-height:280px;overflow-y:auto}.results-list::-webkit-scrollbar{width:3px}.results-list::-webkit-scrollbar-thumb{background:#2563eb26;border-radius:10px}.result-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .15s ease}.result-item:hover{background:#2563eb0a}.result-item:hover .result-avatar{background:linear-gradient(135deg,#60a5fa,#3b82f6 40%,#2563eb)}.result-item:hover .result-avatar svg{color:#fff}.result-item .result-avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#2563eb0f;border-radius:8px;transition:all .15s ease}.result-item .result-avatar svg{font-size:18px;color:#475569;transition:color .15s ease}.result-item .result-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.result-item .result-name{font-size:14px;font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-item .result-subscription{font-family:Poppins,sans-serif;font-size:11px;font-weight:400;color:#94a3b8}.view-all-btn{display:block;width:100%;padding:12px 16px;background:#2563eb05;border:none;border-top:1px solid rgba(37,99,235,.08);font-size:13px;font-weight:500;color:#2563eb;cursor:pointer;transition:all .15s ease}.view-all-btn:hover{background:#2563eb0a;color:#2563eb}.search-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:24px}.search-loading .spinner{width:16px;height:16px;border:2px solid rgba(59,130,246,.2);border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.search-loading span{font-size:13px;font-weight:400;color:#94a3b8}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;text-align:center}.no-results .no-results-icon{font-size:32px;color:#94a3b866;margin-bottom:12px}.no-results span{font-size:14px;font-weight:500;color:#0f172a}.no-results p{font-size:12px;color:#94a3b8;margin:4px 0 0}.action-btn{display:flex;align-items:center;justify-content:center;gap:6px;height:40px;padding:0 14px;background:#2563eb0a;border:1px solid transparent;border-radius:10px;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#475569;transition:all .18s ease;position:relative}.action-btn svg{font-size:20px}.action-btn:hover{background:#2563eb14;border-color:#2563eb0f;color:#0f172a}.action-btn.gradient{background:linear-gradient(135deg,#60a5fa,#3b82f6 40%,#2563eb);color:#fff;border:none;box-shadow:0 2px 8px #2563eb33}.action-btn.gradient:hover{box-shadow:0 4px 16px #2563eb4d;transform:translateY(-1px)}.action-btn.gradient.active{box-shadow:0 1px 4px #2563eb26;transform:translateY(0)}.action-btn.icon-only{width:40px;padding:0}.notification-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#f97316;border-radius:50%;box-shadow:0 0 0 2px #ffffffe6}.quick-actions-wrapper{position:relative}.dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border:1px solid rgba(37,99,235,.08);border-radius:12px;box-shadow:0 8px 32px #2563eb1a;overflow:hidden;animation:dropdownIn .18s ease;z-index:1000}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;border:none;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#475569;text-align:left;transition:all .15s ease}.dropdown-item .dropdown-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#2563eb0f;border-radius:8px}.dropdown-item .dropdown-icon svg{font-size:18px;color:#475569;transition:color .15s ease}.dropdown-item:hover{background:#2563eb0a;color:#0f172a}.dropdown-item:hover .dropdown-icon{background:linear-gradient(135deg,#60a5fa,#3b82f6 40%,#2563eb)}.dropdown-item:hover .dropdown-icon svg{color:#fff}.dropdown-item:first-child{border-radius:12px 12px 0 0}.dropdown-item:last-child{border-radius:0 0 12px 12px}.dropdown-item:only-child{border-radius:12px}@media (max-width: 1024px){.navbar{left:240px}.navbar-content{padding:0 24px}.page-title{font-size:18px}.search-box{min-width:200px}}.hamburger-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#2563eb0a;border:1px solid transparent;border-radius:10px;cursor:pointer;transition:all .18s ease;flex-shrink:0}.hamburger-btn svg{font-size:24px;color:#475569}.hamburger-btn:hover{background:#2563eb0a}@media (max-width: 768px){.navbar{left:0}.navbar-left{display:flex;align-items:center;gap:12px}.navbar-content{padding:0 16px;gap:10px}.page-title{font-size:16px}.page-subtitle,.search-wrapper,.action-btn.gradient span{display:none}.action-btn.gradient{width:40px;padding:0}}.app-layout{display:flex;min-height:100vh;background:#eff6ff}.main-wrapper{flex:1;margin-left:280px;display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;margin-top:72px}.content-inner{padding:28px 32px;max-width:1400px;animation:fadeIn .3s ease}@media (max-width: 1024px){.main-wrapper{margin-left:240px}.content-inner{padding:24px}}@media (max-width: 768px){.main-wrapper{margin-left:0}.content-inner{padding:16px}}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e40af33;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;animation:fadeIn .2s ease}.restaurants{width:100%;padding-bottom:40px}.restaurants .header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.restaurants .header .header-left{display:flex;align-items:baseline;gap:16px}.restaurants .header .header-left .page-title{font-size:28px;font-weight:800;color:#1a1a2e;margin:0;letter-spacing:-.5px}.restaurants .header .header-left .restaurant-count{font-size:14px;color:#6b7280;font-weight:500;background:#f3f4f6;padding:4px 12px;border-radius:20px}.restaurants .header .header-actions{display:flex;align-items:center;gap:12px}.restaurants .header .quick-setup-btn{display:flex;align-items:center;gap:10px;background:transparent;color:#2563eb;padding:12px 24px;border-radius:12px;font-weight:600;font-size:15px;text-decoration:none;transition:all .3s ease;border:2px solid #2563EB}.restaurants .header .quick-setup-btn .btn-icon{width:18px;height:18px;color:currentColor;stroke:currentColor}.restaurants .header .quick-setup-btn:hover{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb59}.restaurants .header .add-btn{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:12px 24px;border-radius:12px;font-weight:600;font-size:15px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 14px #2563eb40}.restaurants .header .add-btn .btn-icon{width:18px;height:18px;filter:brightness(0) invert(1)}.restaurants .header .add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb59}.restaurants .search-container{margin-bottom:28px}.restaurants .search-container .search-box{position:relative;display:flex;align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:14px;padding:4px 16px;transition:all .2s ease}.restaurants .search-container .search-box:focus-within{border-color:#3b82f6;box-shadow:0 0 0 4px #3871d21a}.restaurants .search-container .search-box .search-icon{width:22px;height:22px;color:#9ca3af;flex-shrink:0}.restaurants .search-container .search-box .search-input{flex:1;border:none;outline:none;padding:14px 16px;font-size:15px;color:#1a1a2e;background:transparent}.restaurants .search-container .search-box .search-input::placeholder{color:#9ca3af}.restaurants .search-container .search-box .clear-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:#f3f4f6;border-radius:8px;cursor:pointer;transition:all .2s ease}.restaurants .search-container .search-box .clear-btn svg{width:16px;height:16px;color:#6b7280}.restaurants .search-container .search-box .clear-btn:hover{background:#e5e7eb}.restaurants .search-container .search-box .clear-btn:hover svg{color:#374151}.restaurants .search-container .results-count{display:inline-block;margin-top:12px;font-size:13px;color:#6b7280;font-weight:500}.restaurants .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#6b7280}.restaurants .loading-state .spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.restaurants .loading-state p{font-size:15px;font-weight:500}.restaurants .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;background:#fff;border-radius:16px;border:2px dashed #e5e7eb}.restaurants .empty-state .empty-icon{width:64px;height:64px;color:#d1d5db;margin-bottom:20px}.restaurants .empty-state h3{font-size:18px;font-weight:700;color:#374151;margin-bottom:8px}.restaurants .empty-state p{font-size:14px;color:#6b7280;margin-bottom:24px}.restaurants .empty-state .add-first-btn{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:12px 24px;border-radius:10px;font-weight:600;font-size:14px;text-decoration:none;transition:all .3s ease}.restaurants .empty-state .add-first-btn img{width:16px;height:16px;filter:brightness(0) invert(1)}.restaurants .empty-state .add-first-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.restaurants .restaurants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.restaurants .restaurants-grid .restaurant-card{background:#fff;border-radius:16px;padding:24px;text-decoration:none;border:1px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;min-height:140px}.restaurants .restaurants-grid .restaurant-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014;border-color:#d1d5db}.restaurants .restaurants-grid .restaurant-card:hover .card-footer .view-details{color:#3b82f6}.restaurants .restaurants-grid .restaurant-card:hover .card-footer .view-details svg{transform:translate(4px)}.restaurants .restaurants-grid .restaurant-card .card-header{display:flex;align-items:flex-start;gap:16px}.restaurants .restaurants-grid .restaurant-card .card-header .restaurant-avatar{width:52px;height:52px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#fff;flex-shrink:0}.restaurants .restaurants-grid .restaurant-card .card-header .restaurant-info{flex:1;min-width:0}.restaurants .restaurants-grid .restaurant-card .card-header .restaurant-info .restaurant-name{font-size:17px;font-weight:700;color:#1a1a2e;margin:0 0 8px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.restaurants .restaurants-grid .restaurant-card .card-header .restaurant-info .subscription-badge{display:inline-flex;align-items:center;padding:4px 12px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#059669;font-size:12px;font-weight:600;border-radius:20px;text-transform:capitalize}.restaurants .restaurants-grid .restaurant-card .card-footer{display:flex;align-items:center;justify-content:flex-end;margin-top:16px;padding-top:16px;border-top:1px solid #f3f4f6}.restaurants .restaurants-grid .restaurant-card .card-footer .view-details{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#6b7280;transition:all .2s ease}.restaurants .restaurants-grid .restaurant-card .card-footer .view-details svg{width:18px;height:18px;transition:transform .2s ease}@media (max-width: 768px){.restaurants .header{flex-direction:column;align-items:flex-start;gap:20px}.restaurants .header .header-actions{width:100%;flex-direction:column}.restaurants .header .add-btn,.restaurants .header .quick-setup-btn{width:100%;justify-content:center}.restaurants .restaurants-grid{grid-template-columns:1fr}}.top-title{padding:10px 0;color:#444;font-weight:800;border-bottom:1.5px solid rgba(153,153,153,.4)}.title-container{width:100%;margin-top:30px}.settings-page{display:flex;width:100%;gap:0;min-height:calc(100vh - 160px)}.settings-nav{width:260px;min-width:260px;align-self:flex-start;position:sticky;top:100px}.settings-nav-inner{background:#fff;border:1px solid rgba(37,99,235,.08);border-radius:16px;padding:16px 10px;display:flex;flex-direction:column;gap:20px;box-shadow:0 1px 3px #2563eb0a,0 8px 24px #2563eb08}.settings-nav-group{display:flex;flex-direction:column;gap:2px}.settings-nav-group-label{font-family:Poppins,sans-serif;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#94a3b8;padding:0 12px 6px;-webkit-user-select:none;user-select:none}.settings-nav-links{display:flex;flex-direction:column;gap:1px}.settings-nav-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:10px;text-decoration:none;color:#64748b;font-family:Poppins,sans-serif;font-size:13.5px;font-weight:500;position:relative;transition:all .18s ease;cursor:pointer}.settings-nav-item .settings-nav-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;border-radius:8px;background:#2563eb0a;border:1px solid transparent;transition:all .18s ease}.settings-nav-item .settings-nav-icon svg{font-size:17px;color:#94a3b8;transition:color .18s ease}.settings-nav-item .settings-nav-label{flex:1;transition:color .18s ease}.settings-nav-item .settings-nav-indicator{position:absolute;left:0;top:50%;transform:translateY(-50%) scaleY(0);width:3px;height:18px;background:linear-gradient(135deg,#60a5fa,#3b82f6 40%,#2563eb);border-radius:0 4px 4px 0;transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.settings-nav-item:hover{background:#2563eb0a;color:#0f172a}.settings-nav-item:hover .settings-nav-icon{background:#2563eb14;border-color:#2563eb0f}.settings-nav-item:hover .settings-nav-icon svg{color:#3b82f6}.settings-nav-item.active{background:#2563eb0f;color:#0f172a}.settings-nav-item.active .settings-nav-icon{background:linear-gradient(135deg,#60a5fa,#3b82f6 40%,#2563eb);border:none;box-shadow:0 3px 10px #2563eb38}.settings-nav-item.active .settings-nav-icon svg{color:#fff}.settings-nav-item.active .settings-nav-label{font-weight:600}.settings-nav-item.active .settings-nav-indicator{transform:translateY(-50%) scaleY(1)}.content{flex:1;min-width:0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:0 30px 30px;margin-left:24px}.content .settings-container{display:flex;width:100%;background-color:#2563eb08;border-radius:12px;padding:30px 0;border:1px solid rgba(37,99,235,.06)}.content .settings-container .title{color:#0f172a;font-family:Poppins,sans-serif;font-size:20px;font-weight:600}.content .settings-container .left,.content .settings-container .right{display:flex;flex-direction:column;flex:1;padding:0 30px}.content .settings-container .right{gap:30px;border-left:1px solid rgba(37,99,235,.08)}.actions-container{width:100%}.actions-container .actions{max-width:220px;display:flex;gap:10px;margin-top:20px}.actions-container .actions .button{border-radius:10px;padding:10px;display:flex;align-items:center;justify-content:space-between;color:#334155;border:1px solid rgba(37,99,235,.12);font-family:Poppins,sans-serif;font-weight:500;font-size:14px;gap:10px;cursor:pointer;height:40px;transition:all .15s ease}.actions-container .actions .button.cancel{background-color:#fff}.actions-container .actions .button.cancel:hover{background-color:#2563eb0a}.actions-container .actions .button.save{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none}.actions-container .actions .button.save:hover{box-shadow:0 2px 8px #2563eb33}.actions-container .actions .button.delete{color:#dc2626;background-color:#fef2f2;border-color:#dc26261f}.actions-container .actions .button:hover{opacity:90%}@media (max-width: 1024px){.settings-nav{width:220px;min-width:220px}.settings-nav-inner{padding:12px 8px;gap:16px}.settings-nav-item{padding:7px 10px;font-size:13px}.settings-nav-item .settings-nav-icon{width:28px;height:28px;min-width:28px;border-radius:7px}.settings-nav-item .settings-nav-icon svg{font-size:15px}.content{margin-left:16px;padding:0 16px 24px}}@media (max-width: 768px){.settings-page{flex-direction:column;gap:16px}.settings-nav{width:100%;min-width:100%;position:static}.settings-nav-inner{border-radius:12px;padding:12px 8px;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:4px;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.settings-nav-inner::-webkit-scrollbar{display:none}.settings-nav-group{flex-direction:row;flex-shrink:0;gap:0;align-items:center}.settings-nav-group-label{display:none}.settings-nav-links{flex-direction:row;gap:2px}.settings-nav-item{white-space:nowrap;flex-shrink:0;padding:6px 12px;font-size:13px}.settings-nav-item .settings-nav-icon{width:26px;height:26px;min-width:26px}.settings-nav-item .settings-nav-icon svg{font-size:14px}.settings-nav-item .settings-nav-indicator{display:none}.content{margin-left:0;padding:0 12px 20px}}.stepper{background-color:#304767;color:#fff;width:300px;min-width:300px;min-height:500px;padding:30px;border-radius:20px 30px 30px 20px;display:flex;flex-direction:column;gap:20px}.step1{background-color:#5376a733}.add-container{width:100%;height:100%;border-radius:20px;display:flex;gap:20px}.add-container .step-content{width:100%;height:100%;display:flex;align-items:center;gap:50px;padding:30px;animation-name:fadeIn;animation-duration:.5s}label{color:#344054;font-size:14px;font-weight:650}.input-container{display:flex;gap:2px;flex-direction:column}.input-container input{display:flex;padding:10px 14px;align-items:center;gap:8px;align-self:stretch;flex-direction:column;border-radius:8px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d}.flex{display:flex;align-items:center;justify-content:center}.subcard{border-radius:10px;background:#fff;box-shadow:0 4px 4px #00000040;padding:0 15px 15px;background-color:#fff;width:300px;gap:20px;flex-direction:column}.subcard .selected-container{height:25px;display:flex;width:calc(100% + 30px);justify-content:flex-end}.subcard .selected-container .selected{display:inline-flex;padding:0 18px 0 20px;justify-content:center;align-items:center;border-radius:0 6px;background:#304767;color:#fff;text-align:center;font-size:17px;font-weight:600}.subcard .top{flex-direction:column;width:100%}.subcard .top .spark{width:50px;height:50px;border-radius:28px;border:6px solid var(--primary-50, #f9f5ff);background:var(--primary-100, #f4ebff)}.subcard .top .spark.usage-spark{border-color:#e0efff;background:#eef6ff}.subcard .top .type-badge-container{margin:6px 0 2px}.subcard .top .type-badge-container .type-badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.subcard .top .type-badge-container .type-badge.daily{background:#f4ebff;color:#6941c6}.subcard .top .type-badge-container .type-badge.usage{background:#e0efff;color:#007fff}.subcard .top .title{color:#6941c6;text-align:center;font-size:20px;font-weight:600}.subcard .top .subtitle{color:#888;text-align:center;font-size:15px;font-weight:400;height:30px}.subcard .top .price{color:#304767;text-align:center;font-size:30px;font-weight:700}.subcard .top .price-detail{color:#667085;text-align:center;font-size:14px;font-weight:500;line-height:1.4}.subcard .free-trial{color:#304767;display:flex;align-items:center;justify-content:center;width:100%;border-top:1px solid rgba(48,71,103,.1529411765);border-bottom:1px solid rgba(48,71,103,.1529411765);padding:5px;font-weight:600;margin:10px 0}.subcard .center{gap:10px;justify-content:center;align-items:center;width:100%}.subcard .center .advantage{display:flex;align-items:center;justify-content:flex-start;gap:10px;min-width:80%;color:var(--gray-500, #667085);font-size:16px;font-weight:400}.subcard .bottom{width:100%}.subcard .bottom .select{background:#4e4db9;border-radius:7px;cursor:pointer;font-size:17px;font-weight:600;color:#fff;width:80%;height:45px}.subcard .bottom .select:hover{opacity:100%;border:1px solid #11104b}.restaurant-info-redesigned{width:100%;display:flex;flex-direction:column;gap:32px;padding:24px 0}.restaurant-info-redesigned .section{background:#fff;border-radius:16px;padding:28px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s ease}.restaurant-info-redesigned .section:hover{box-shadow:0 4px 12px #0000000f}.restaurant-info-redesigned .section .section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.restaurant-info-redesigned .section .section-header .header-content h2{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#1e293b;margin-bottom:4px}.restaurant-info-redesigned .section .section-header .header-content .section-description{color:#64748b;font-size:13px;font-weight:500}.restaurant-info-redesigned .section .section-header .copy-section-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.restaurant-info-redesigned .section .section-header .copy-section-btn .icon{font-size:16px}.restaurant-info-redesigned .section .section-header .copy-section-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.restaurant-info-redesigned .section .section-header .copy-section-btn.copied{background:#dcfce7;border-color:#86efac;color:#16a34a}.restaurant-info-redesigned .section .section-header .copy-section-btn.billing{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#fbbf24;color:#92400e}.restaurant-info-redesigned .section .section-header .copy-section-btn.billing:hover{background:linear-gradient(135deg,#fde68a,#fcd34d)}.restaurant-info-redesigned .section .section-header .copy-section-btn.billing.copied{background:#dcfce7;border-color:#86efac;color:#16a34a}.restaurant-info-redesigned .section .inputs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.restaurant-info-redesigned .section .inputs-grid.address{grid-template-columns:repeat(2,1fr)}@media (max-width: 768px){.restaurant-info-redesigned .section .inputs-grid{grid-template-columns:1fr}}.restaurant-info-redesigned .section .inputs-grid .input-row .input-container{display:flex;flex-direction:column;gap:6px}.restaurant-info-redesigned .section .inputs-grid .input-row .input-container label{color:#374151;font-size:13px;font-weight:600;letter-spacing:.01em}.restaurant-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy{display:flex;gap:8px;align-items:stretch}.restaurant-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy input{flex:1;padding:12px 16px;border-radius:10px;border:1.5px solid #e5e7eb;background:#fafafa;font-size:14px;color:#1e293b;font-weight:500;transition:all .15s ease;box-shadow:0 1px 2px #00000008}.restaurant-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy input::placeholder{color:#9ca3af;font-weight:400}.restaurant-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy input:focus{outline:none;border-color:#818cf8;background:#fff;box-shadow:0 0 0 3px #818cf826}.restaurant-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy input:hover:not(:focus){border-color:#d1d5db}.restaurant-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy .copy-btn{display:flex;align-items:center;justify-content:center;width:42px;padding:0;background:#f3f4f6;border:1.5px solid #e5e7eb;border-radius:10px;color:#6b7280;cursor:pointer;transition:all .15s ease}.restaurant-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy .copy-btn .icon{font-size:18px}.restaurant-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy .copy-btn:hover:not(:disabled){background:#e5e7eb;color:#374151}.restaurant-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy .copy-btn:disabled{opacity:.4;cursor:not-allowed}.restaurant-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy .copy-btn.copied{background:#dcfce7;border-color:#86efac;color:#16a34a}.restaurant-info{width:100%;height:100%;display:flex;justify-content:space-between;flex-direction:row;gap:30px}.restaurant-info h2{font-size:25px;font-weight:700;color:#444;font-family:Poppins,sans-serif}.restaurant-info .info{display:flex;flex-direction:column;gap:20px;width:45%}.billing-info-redesigned{width:100%;display:flex;flex-direction:column;gap:32px;padding:24px 0}.billing-info-redesigned .section{background:#fff;border-radius:16px;padding:28px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s ease}.billing-info-redesigned .section:hover{box-shadow:0 4px 12px #0000000f}.billing-info-redesigned .section .section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:12px}.billing-info-redesigned .section .section-header .header-content h2{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#1e293b;margin-bottom:4px}.billing-info-redesigned .section .section-header .header-content .section-description{color:#64748b;font-size:13px;font-weight:500}.billing-info-redesigned .section .section-header .header-actions{display:flex;gap:8px;flex-wrap:wrap}.billing-info-redesigned .section .section-header .copy-section-btn,.billing-info-redesigned .section .section-header .copy-from-general-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.billing-info-redesigned .section .section-header .copy-section-btn .icon,.billing-info-redesigned .section .section-header .copy-from-general-btn .icon{font-size:16px}.billing-info-redesigned .section .section-header .copy-section-btn:hover,.billing-info-redesigned .section .section-header .copy-from-general-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.billing-info-redesigned .section .section-header .copy-section-btn.copied,.billing-info-redesigned .section .section-header .copy-section-btn.pasted,.billing-info-redesigned .section .section-header .copy-from-general-btn.copied,.billing-info-redesigned .section .section-header .copy-from-general-btn.pasted{background:#dcfce7;border-color:#86efac;color:#16a34a}.billing-info-redesigned .section .section-header .copy-from-general-btn{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#60a5fa;color:#1d4ed8}.billing-info-redesigned .section .section-header .copy-from-general-btn:hover{background:linear-gradient(135deg,#bfdbfe,#93c5fd)}.billing-info-redesigned .section .section-header .copy-from-general-btn.pasted{background:#dcfce7;border-color:#86efac;color:#16a34a}.billing-info-redesigned .section .general-address-preview{background:linear-gradient(135deg,#fef3c7,#fde68a,#fcd34d);border-radius:12px;padding:16px 20px;margin-bottom:24px;border:1px solid #f59e0b}.billing-info-redesigned .section .general-address-preview .preview-header{margin-bottom:8px}.billing-info-redesigned .section .general-address-preview .preview-header .preview-label{font-size:12px;font-weight:700;color:#92400e;text-transform:uppercase;letter-spacing:.05em}.billing-info-redesigned .section .general-address-preview .preview-content{display:flex;flex-direction:column;gap:2px}.billing-info-redesigned .section .general-address-preview .preview-content span{color:#78350f;font-size:14px;font-weight:600}.billing-info-redesigned .section .inputs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.billing-info-redesigned .section .inputs-grid.address{grid-template-columns:repeat(2,1fr)}@media (max-width: 768px){.billing-info-redesigned .section .inputs-grid{grid-template-columns:1fr}}.billing-info-redesigned .section .inputs-grid .input-row .input-container{display:flex;flex-direction:column;gap:6px}.billing-info-redesigned .section .inputs-grid .input-row .input-container label{color:#374151;font-size:13px;font-weight:600;letter-spacing:.01em}.billing-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy{display:flex;gap:8px;align-items:stretch}.billing-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy input{flex:1;padding:12px 16px;border-radius:10px;border:1.5px solid #e5e7eb;background:#fafafa;font-size:14px;color:#1e293b;font-weight:500;transition:all .15s ease;box-shadow:0 1px 2px #00000008}.billing-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy input::placeholder{color:#9ca3af;font-weight:400}.billing-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy input:focus{outline:none;border-color:#818cf8;background:#fff;box-shadow:0 0 0 3px #818cf826}.billing-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy input:hover:not(:focus){border-color:#d1d5db}.billing-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy .copy-btn{display:flex;align-items:center;justify-content:center;width:42px;padding:0;background:#f3f4f6;border:1.5px solid #e5e7eb;border-radius:10px;color:#6b7280;cursor:pointer;transition:all .15s ease}.billing-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy .copy-btn .icon{font-size:18px}.billing-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy .copy-btn:hover:not(:disabled){background:#e5e7eb;color:#374151}.billing-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy .copy-btn:disabled{opacity:.4;cursor:not-allowed}.billing-info-redesigned .section .inputs-grid .input-row .input-container .input-with-copy .copy-btn.copied{background:#dcfce7;border-color:#86efac;color:#16a34a}.restaurant-login{display:flex;flex-direction:column;gap:20px;width:300px}.restaurant-login input,.restaurant-login label{font-size:17px}.restaurant-login input ::placeholder,.restaurant-login label ::placeholder{font-size:17px}.restaurant-login .terms-conditions{position:relative;display:flex;align-items:center;gap:10px;width:fit-content;overflow:visible;width:300%}.restaurant-login .terms-conditions .text{display:flex;flex-direction:column}.restaurant-login .password-input{position:relative;width:100%}.restaurant-login .password-input input{width:100%}.restaurant-login .password-input .toggle-password{cursor:pointer;position:absolute;top:0;right:10px;bottom:0;height:100%;display:flex;align-items:center}.restaurant-login .btn{border:none;width:100%;height:40px;color:#fff;font-weight:500;font-size:15px;border-radius:10px;margin-top:0;text-transform:none!important;font-family:Poppins,sans-serif}.bank-info{display:flex;flex-direction:column;gap:12px;padding:20px;margin-bottom:30px;margin-top:10px;border-radius:10px;background-color:#85adf21a}.bank-info .title{color:#343434;font-family:Poppins,sans-serif;font-size:20px;font-weight:600}.bank-info .subtitle{color:#343434;font-family:Poppins,sans-serif;font-size:17px;font-weight:600}.bank-info .add-iban{display:flex;gap:10px;border-radius:7px;background:#fff;border:1px solid #2563EB;padding:5px 10px;color:#2563eb;width:fit-content;text-transform:none;font-weight:600;font-size:13px}.bank-info .error-button{display:flex;gap:10px;border-radius:7px;background:#fff;border:1px solid red;padding:5px 10px;color:red;width:fit-content}.bank-info__header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.bank-info__warning{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:8px;background-color:#fef3c7;border:1px solid #fcd34d;font-size:13px;font-weight:500;color:#92400e}.bank-info__empty{padding:20px;text-align:center;color:#6f7e8c;font-size:14px}.mandate-list{display:flex;flex-direction:column;gap:8px}.mandate-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:8px;background:#fff;border:1px solid #e5e7eb;transition:border-color .15s ease,box-shadow .15s ease}.mandate-row:hover{border-color:#c7d2fe;box-shadow:0 1px 4px #0000000a}.mandate-row--active{border-color:#22c55e;border-left:3px solid #22C55E;background:#f0fdf4}.mandate-row__info{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}.mandate-row__top{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mandate-row__iban{font-family:Courier New,Courier,monospace;font-size:15px;font-weight:700;color:#2563eb;letter-spacing:.5px}.mandate-row__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:12px;color:#6f7e8c}.mandate-row__full-iban{font-family:Courier New,Courier,monospace;font-size:12px;color:#6f7e8c;letter-spacing:.3px}.mandate-row__name{font-weight:500;color:#343434}.mandate-row__date{color:#b2bac2}.mandate-row__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}@media (max-width: 600px){.mandate-row{flex-direction:column;align-items:flex-start}.mandate-row__actions{width:100%;justify-content:flex-end}}.invoices-page{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:20px}.invoices-page .invoices-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;margin-bottom:4px}.invoices-page .invoices-header .title-section .title{font-size:28px;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.025em}.invoices-page .invoices-header .title-section .subtitle{color:#64748b;font-size:14px;margin:6px 0 0;max-width:640px;line-height:1.5}.invoices-page .invoices-header .header-link{text-decoration:none}.invoices-page .kpis-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.invoices-page .kpi-card{border:1px solid #e6edf5;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfcfe);padding:16px;box-shadow:0 10px 28px #0f172a0d;transition:transform .16s ease,box-shadow .16s ease}.invoices-page .kpi-card:hover{transform:translateY(-1px);box-shadow:0 16px 40px #0f172a14}.invoices-page .kpi-card .kpi-top{display:flex;align-items:center;gap:10px;margin-bottom:10px}.invoices-page .kpi-card .kpi-icon{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.22)}.invoices-page .kpi-card .kpi-icon svg{font-size:18px}.invoices-page .kpi-card .kpi-icon--blue{background:#1d8cf81a;color:#1d8cf8;border-color:#1d8cf840}.invoices-page .kpi-card .kpi-icon--green{background:#12b76a1f;color:#12b76a;border-color:#12b76a38}.invoices-page .kpi-card .kpi-icon--amber{background:#f59e0b24;color:#f59e0b;border-color:#f59e0b3d}.invoices-page .kpi-card .kpi-icon--red{background:#f044381f;color:#f04438;border-color:#f0443838}.invoices-page .kpi-card .kpi-label{color:#64748b;font-size:13px;font-weight:800;letter-spacing:.01em}.invoices-page .kpi-card .kpi-value{color:#0f172a;font-size:24px;font-weight:900;letter-spacing:-.02em;line-height:1.1}.invoices-page .kpi-card .kpi-meta{margin-top:6px;color:#94a3b8;font-size:13px;font-weight:800}.invoices-page .insights-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:16px}.invoices-page .insight-card{border:1px solid #e6edf5;border-radius:16px;background:#fff;padding:16px;box-shadow:0 10px 28px #0f172a0d}.invoices-page .insight-card .insight-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px}.invoices-page .insight-card .insight-title{color:#0f172a;font-size:16px;font-weight:900;letter-spacing:-.01em}.invoices-page .insight-card .insight-subtitle{color:#64748b;font-size:13px;font-weight:700;margin-top:2px}.invoices-page .insight-card .insight-body{width:100%}.invoices-page .insight-chart .chart{box-shadow:none;padding:0;border-radius:0}.invoices-page .insight-chart .chart .title{display:none}.invoices-page .empty-insight{color:#64748b;font-size:13px;font-weight:700;padding:36px 0;text-align:center}.invoices-page .glance-list{display:flex;flex-direction:column;gap:10px}.invoices-page .glance-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:12px;border:1px solid rgba(230,237,245,.95);background:#fbfcfe}.invoices-page .glance-label{color:#64748b;font-size:13px;font-weight:800}.invoices-page .glance-value{color:#0f172a;font-size:13px;font-weight:900}.invoices-page .table-card{border:1px solid #e6edf5;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 10px 28px #0f172a0d}.invoices-page .table-card .table-toolbar{padding:16px 18px;display:flex;flex-direction:column;gap:14px;border-bottom:1px solid rgba(230,237,245,.95);background:linear-gradient(180deg,#fff,#fbfcfe)}.invoices-page .table-card .toolbar-row-top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.invoices-page .table-card .toolbar-row-bottom{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.invoices-page .table-card .table-title{display:flex;align-items:baseline;gap:10px}.invoices-page .table-card .table-title h3{margin:0;color:#0f172a;font-size:17px;font-weight:800;letter-spacing:-.01em}.invoices-page .table-card .table-title .table-meta{color:#94a3b8;font-size:13px;font-weight:600}.invoices-page .table-card .table-wrap{padding:0}@media (max-width: 1200px){.invoices-page .kpis-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.invoices-page .insights-grid{grid-template-columns:1fr}}@media (max-width: 700px){.invoices-page .kpis-grid{grid-template-columns:1fr}}.invoices-table{max-width:100%;overflow:hidden!important}.grid-wrap{width:100%;height:560px}.restaurant-cell{font-weight:600;color:#1a2027}.amount-cell{font-weight:700;font-variant-numeric:tabular-nums;color:#1a2027}.bulk-actions{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#f8fafc;border-bottom:1px solid rgba(178,186,194,.3);flex-wrap:wrap}.bulk-actions .bulk-count{font-size:13px;font-weight:600;color:#6f7e8c;white-space:nowrap}.bulk-actions .bulk-buttons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.invoice-actions{display:flex;align-items:center;gap:4px}.invoice-actions .action-btn{color:#6f7e8c;border-radius:8px;padding:6px;transition:all .15s ease}.invoice-actions .action-btn:hover{background:#007fff1f;color:#007fff}.invoice-actions .action-btn--delete:hover{background:#ef44441f;color:#ef4444}@media (max-width: 900px){.grid-wrap{height:480px}}.chart{flex:4;background:#fff;border-radius:14px;padding:24px;border:1px solid rgba(37,99,235,.06);box-shadow:0 1px 3px #2563eb08}.chart .title{font-family:Poppins,sans-serif;font-size:15px;font-weight:500;color:#2563eb;margin-bottom:20px}.chart .chartGrid{stroke:#2563eb0f}.add-invoice-page{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:20px}.add-invoice-page .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:400px}.add-invoice-page .loading-state span{color:#64748b;font-size:14px;font-weight:700}.add-invoice-page .page-header{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.add-invoice-page .page-header .header-left{display:flex;align-items:center;gap:14px}.add-invoice-page .page-header .back-button{width:40px;height:40px;border:1px solid #e6edf5;border-radius:12px;background:#fff;color:#64748b;transition:all .15s ease}.add-invoice-page .page-header .back-button:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f60a}.add-invoice-page .page-header .header-text .page-title{font-size:28px;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em}.add-invoice-page .page-header .header-text .page-subtitle{color:#64748b;font-size:13px;font-weight:600;margin:2px 0 0}.add-invoice-page .page-header .header-actions{display:flex;align-items:center;gap:10px}.add-invoice-page .content-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:20px;align-items:start}.add-invoice-page .form-column{display:flex;flex-direction:column;gap:16px}.add-invoice-page .form-section{border:1px solid #e6edf5;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfcfe);padding:20px;box-shadow:0 10px 28px #0f172a0d}.add-invoice-page .form-section .section-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.add-invoice-page .form-section .section-header--collapsible{cursor:pointer;-webkit-user-select:none;user-select:none;margin-bottom:0;padding:4px 0;transition:opacity .15s ease}.add-invoice-page .form-section .section-header--collapsible:hover{opacity:.8}.add-invoice-page .form-section .section-header--collapsible .section-title{flex:1}.add-invoice-page .form-section .section-icon{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.25)}.add-invoice-page .form-section .section-icon svg{font-size:18px}.add-invoice-page .form-section .section-title{color:#0f172a;font-size:15px;font-weight:800;letter-spacing:-.01em}.add-invoice-page .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.add-invoice-page .form-grid .full-width{grid-column:1/-1}.add-invoice-page .form-field{display:flex;flex-direction:column;gap:6px}.add-invoice-page .form-field .field-label{color:#475569;font-size:13px;font-weight:700}.add-invoice-page .quick-terms{display:flex;align-items:center;gap:10px;margin-top:12px}.add-invoice-page .quick-terms .terms-label{color:#64748b;font-size:12px;font-weight:700}.add-invoice-page .quick-terms .terms-buttons{display:flex;gap:8px}.add-invoice-page .status-chips{display:flex;flex-wrap:wrap;gap:8px}.add-invoice-page .quick-templates{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px;padding:12px;border-radius:12px;background:#3b82f60a;border:1px solid rgba(59,130,246,.1)}.add-invoice-page .quick-templates .templates-label{color:#3b82f6;font-size:12px;font-weight:800}.add-invoice-page .quick-templates .templates-buttons{display:flex;flex-wrap:wrap;gap:8px}.add-invoice-page .items-list{display:flex;flex-direction:column;gap:12px}.add-invoice-page .item-card{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:14px;background:#f8fafc;border:1px solid #e6edf5;transition:all .15s ease}.add-invoice-page .item-card:hover{border-color:#3b82f64d;background:#f1f5f9}.add-invoice-page .item-card .item-number{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.add-invoice-page .item-card .item-fields{flex:1;display:flex;flex-direction:column;gap:10px}.add-invoice-page .item-card .item-row{display:flex;gap:10px;align-items:center}.add-invoice-page .item-card .item-row--values{flex-wrap:wrap}.add-invoice-page .item-card .item-total{display:flex;flex-direction:column;align-items:flex-end;margin-left:auto;padding-left:12px}.add-invoice-page .item-card .item-total .total-label{color:#94a3b8;font-size:11px;font-weight:700}.add-invoice-page .item-card .item-total .total-value{color:#0f172a;font-size:14px;font-weight:800}.add-invoice-page .item-card .item-actions{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.add-invoice-page .item-card .item-actions .MuiIconButton-root{color:#94a3b8}.add-invoice-page .item-card .item-actions .MuiIconButton-root:hover{color:#475569;background:#47556914}.add-invoice-page .options-grid{display:flex;flex-direction:column;gap:8px}.add-invoice-page .options-grid .MuiFormControlLabel-root{margin-left:0;margin-right:0;padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid #e6edf5;transition:all .15s ease}.add-invoice-page .options-grid .MuiFormControlLabel-root:hover{background:#f1f5f9;border-color:#3b82f633}.add-invoice-page .options-grid .option-label{display:flex;align-items:flex-start;gap:10px;color:#475569;font-size:13px;font-weight:700}.add-invoice-page .options-grid .option-label svg{color:#64748b;font-size:18px;margin-top:2px}.add-invoice-page .options-grid .option-text{display:flex;flex-direction:column;gap:2px}.add-invoice-page .options-grid .option-hint{font-size:11px;font-weight:600;color:#94a3b8}.add-invoice-page .options-grid .option-hint--warning{color:#f59e0b}.add-invoice-page .preview-column{position:sticky;top:20px}.add-invoice-page .preview-card{border:1px solid #e6edf5;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 10px 28px #0f172a0d}.add-invoice-page .preview-card .preview-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:linear-gradient(180deg,#fff,#fbfcfe);border-bottom:1px solid #e6edf5}.add-invoice-page .preview-card .preview-header .preview-title{color:#0f172a;font-size:14px;font-weight:800}.add-invoice-page .preview-card .preview-header .preview-badge{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;background:#12b76a1f;color:#12b76a;font-size:11px;font-weight:800}.add-invoice-page .preview-card .preview-header .preview-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#12b76a;animation:pulse 2s infinite}.add-invoice-page .preview-card .invoice-preview{padding:18px}.add-invoice-page .preview-card .preview-footer{padding:14px 18px;background:#f8fafc;border-top:1px solid #e6edf5}.add-invoice-page .preview-invoice-header{display:flex;align-items:center;gap:12px}.add-invoice-page .preview-invoice-header .preview-logo .logo-placeholder{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#60a5fa,#3b82f6 55%,#2563eb);color:#fff;font-size:16px;font-weight:900;display:flex;align-items:center;justify-content:center}.add-invoice-page .preview-invoice-header .preview-company{display:flex;flex-direction:column}.add-invoice-page .preview-invoice-header .preview-company .company-name{color:#0f172a;font-size:16px;font-weight:900;letter-spacing:-.01em}.add-invoice-page .preview-invoice-header .preview-company .company-tagline{color:#64748b;font-size:11px;font-weight:700}.add-invoice-page .preview-meta{display:flex;flex-direction:column;gap:8px}.add-invoice-page .preview-meta .meta-row{display:flex;justify-content:space-between;align-items:center}.add-invoice-page .preview-meta .meta-row .meta-label{color:#64748b;font-size:12px;font-weight:700}.add-invoice-page .preview-meta .meta-row .meta-value{color:#0f172a;font-size:12px;font-weight:800}.add-invoice-page .preview-billto{display:flex;flex-direction:column;gap:2px}.add-invoice-page .preview-billto .billto-label{color:#94a3b8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.add-invoice-page .preview-billto .billto-name{color:#0f172a;font-size:14px;font-weight:800}.add-invoice-page .preview-billto .billto-desc{color:#64748b;font-size:12px;font-weight:600}.add-invoice-page .preview-items .items-header{display:flex;gap:8px;padding:8px 0;border-bottom:1px solid #e6edf5;margin-bottom:8px}.add-invoice-page .preview-items .items-header .items-col{color:#94a3b8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.add-invoice-page .preview-items .items-row{display:flex;gap:8px;padding:8px 0;border-bottom:1px solid #f1f5f9}.add-invoice-page .preview-items .items-row:last-child{border-bottom:none}.add-invoice-page .preview-items .items-row .items-col{color:#0f172a;font-size:12px;font-weight:600}.add-invoice-page .preview-items .items-col--desc{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.add-invoice-page .preview-items .items-col--qty{width:40px;text-align:center}.add-invoice-page .preview-items .items-col--price{width:70px;text-align:right}.add-invoice-page .preview-items .items-col--total{width:80px;text-align:right;font-weight:700!important}.add-invoice-page .preview-totals{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:12px;background:#f8fafc}.add-invoice-page .preview-totals .total-row{display:flex;justify-content:space-between;align-items:center}.add-invoice-page .preview-totals .total-row--final{padding-top:8px;border-top:1px solid #e6edf5;margin-top:4px}.add-invoice-page .preview-totals .total-row .total-label{color:#64748b;font-size:12px;font-weight:700}.add-invoice-page .preview-totals .total-row .total-value{color:#0f172a;font-size:13px;font-weight:800}.add-invoice-page .preview-totals .total-row .total-value--large{font-size:18px;font-weight:900;color:#3b82f6}.add-invoice-page .preview-notes{display:flex;flex-direction:column;gap:4px}.add-invoice-page .preview-notes .notes-label{color:#94a3b8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.add-invoice-page .preview-notes .notes-content{color:#64748b;font-size:12px;font-weight:600;line-height:1.5}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 1100px){.add-invoice-page .content-grid{grid-template-columns:1fr}.add-invoice-page .preview-column{position:static;order:-1}.add-invoice-page .preview-card .invoice-preview{max-height:300px;overflow-y:auto}}@media (max-width: 700px){.add-invoice-page .page-header{flex-direction:column;align-items:flex-start}.add-invoice-page .page-header .header-actions{width:100%;justify-content:stretch}.add-invoice-page .page-header .header-actions button{flex:1}.add-invoice-page .form-grid{grid-template-columns:1fr}.add-invoice-page .item-card{flex-direction:column}.add-invoice-page .item-card .item-number{align-self:flex-start}.add-invoice-page .item-card .item-actions{flex-direction:row;align-self:flex-end}.add-invoice-page .quick-templates{flex-direction:column;align-items:flex-start}}.API{display:flex;width:100%;background-color:#eff6ff88;border-radius:10px}.API .right,.API .left{overflow:scroll;justify-content:center}.API .left{gap:15px}.API .left label{color:#344054;font-size:14px;font-weight:650}.API .left .title{color:#333;font-family:Poppins,sans-serif;font-size:23px;font-weight:600}.API .left .connections{display:flex;flex-direction:column;gap:15px;margin-top:10px;overflow:scroll}.API .left .connections .connection{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#565656;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;border-radius:10px;min-height:40px;width:100%;padding-left:10px}.API .left .connections .connection.active{color:#fff;background-color:#2563eb48}.API .left .connections .connection .name{flex:5}.API .left .connections .connection .id{flex:1}.API .left .connections .connection .edit{flex:1;cursor:pointer;display:flex}.API .left .connections .connection .edit .icon{font-size:20px}.API .right{display:flex;flex-direction:column;gap:15px}.API .right .inputs{display:flex;flex-direction:column;gap:20px}.API .right .test{color:#2563ebcc;font-size:14px;font-weight:600;cursor:pointer;display:flex;gap:8px;align-items:center}.API .right .actions{gap:10px;max-width:190px}.API .right .button{border-radius:10px;padding:10px;display:flex;align-items:center;justify-content:space-between;color:#344054;border:1px solid #d0d5dd;font-weight:650;font-size:15px;gap:10px;cursor:pointer;height:40px}.API .right .button.cancel{background-color:#fff}.API .right .button.save{background-color:#2563eb;color:#fff}.API .right .button.delete{color:red;font-size:12px}.API .right .button:hover{opacity:70%}.gradient-button{text-decoration:none;list-style:none;color:#444;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:600;padding:5px 8px;border-radius:8px;background:linear-gradient(to right,#4644b66a,#8281c68a);background-color:#4644b6d7;color:#f5f5f5;border:1px solid rgba(255,255,255,.261)}.gradient-button:hover{background:linear-gradient(to right,#4644b66e,#7574c981);color:#fff;cursor:pointer}.gradient-button .icon{color:#4644b6d7}.logo-settings{display:flex;width:100%;height:50vh;min-height:100%;padding:20px 5px;background-color:#eff6ff88;border-radius:10px}.logo-settings .title{color:#333;font-family:Poppins,sans-serif;font-size:23px;font-weight:600}.logo-settings .line{width:1px;height:90%;background-color:#9999991d;margin:0 10px;align-self:center}.logo-settings .left,.logo-settings .right{justify-content:center;align-items:center}.logo-settings .left .text,.logo-settings .right .text{width:100%;display:flex;align-items:center;justify-content:center;gap:5px;flex-direction:column;text-align:center}.logo-settings .left .text .subtitle,.logo-settings .right .text .subtitle{color:#565656;font-family:Poppins,sans-serif;font-size:14px;font-weight:600}.logo-settings .left .action,.logo-settings .right .action{display:flex;width:100%}.logo-settings .left{display:flex;flex-direction:column;gap:15px}.logo-settings .left .upload-container{position:relative;border:3px solid rgba(178,178,255,.5333333333);border-radius:10px;cursor:pointer;width:100%;padding:30px 20px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.logo-settings .left .upload-container input{opacity:0%;position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:999}.logo-settings .left .upload-container:hover{opacity:60%;background-color:#ffffff83}.logo-settings .left .upload-container img{height:130px}.logo-settings .left .upload-container span{color:#9bc4f3;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;text-align:center}.logo-settings .right{display:flex;flex-direction:column;gap:15px}.logo-settings .right .logo-container{background:#f0f3fb;border-radius:10px;cursor:pointer;width:100%;padding:30px 20px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.logo-settings .right .logo-container span{color:#5d5c95d7;font-family:Poppins,sans-serif}.logo-settings .right .logo-container img{height:150px}.restaurant-subscriptions{display:flex;width:100%;background-color:#eff6ff88;border-radius:10px;padding:30px 0}.restaurant-subscriptions .title{color:#333;font-family:Poppins,sans-serif;font-size:23px;font-weight:600}.restaurant-subscriptions .left,.restaurant-subscriptions .right{display:flex;flex-direction:column;flex:1;padding:0 30px}.restaurant-subscriptions .left .card-container{width:100%;height:100%;display:flex;align-items:center;padding:15px 0}.restaurant-subscriptions .left .change-button{cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:6px;background:#304767;height:40px;color:#fff;font-size:14px;font-weight:600;width:50%;min-width:200px;padding:5px}.restaurant-subscriptions .left .change-button:hover{opacity:70%}.restaurant-subscriptions .left .change-button img{height:20px}.restaurant-subscriptions .left .cancel-subscription{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.restaurant-subscriptions .left .cancel-button{cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:6px;color:#f04438;border:1px solid #f04438;height:40px;font-size:14px;font-weight:600;width:fit-content;padding:5px 20px}.restaurant-subscriptions .left .cancel-button:hover{opacity:70%}.restaurant-subscriptions .left .cancel-button--hard{background-color:#f04438;color:#fff;border-color:#f04438}.restaurant-subscriptions .left .cancel-button--hard:hover{background-color:#dc2626;border-color:#dc2626;opacity:1}.restaurant-subscriptions .left .cancel-button img{height:20px}.restaurant-subscriptions .right{gap:20px;border-left:1px solid rgba(153,153,153,.2549019608);justify-content:center}.restaurant-subscriptions .right .cancelled input{background-color:#f04438;color:#fef3f2}.restaurant-subscriptions .right .active input{background-color:#ecfdf6;color:#12b76a}.restaurant-subscriptions .label{color:#344054;font-size:14px;font-weight:650}.add-ons-section,.manage-add-ons-section{margin-top:24px;background-color:#eff6ff88;border-radius:10px;padding:28px 30px;animation:fadeInAddOns .35s ease-out}.add-ons-section .add-ons-header,.manage-add-ons-section .add-ons-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.add-ons-section .add-ons-header .section-icon,.manage-add-ons-section .add-ons-header .section-icon{color:#3b82f6;font-size:22px}.add-ons-section .add-ons-header .title,.manage-add-ons-section .add-ons-header .title{color:#333;font-family:Poppins,sans-serif;font-size:20px;font-weight:600;margin:0}.add-ons-section .empty-state,.manage-add-ons-section .empty-state{color:#94a3b8;font-size:14px;font-style:italic}.add-ons-section .attached-add-ons{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.add-ons-section .add-on-row{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:8px;padding:12px 16px;box-shadow:0 1px 3px #1018280f;transition:box-shadow .15s ease}.add-ons-section .add-on-row:hover{box-shadow:0 3px 8px #1018281a}.add-ons-section .add-on-row .add-on-info{display:flex;align-items:center;gap:12px}.add-ons-section .add-on-row .add-on-name{font-weight:600;font-size:14px;color:#333}.add-ons-section .add-on-row .add-on-price{font-size:13px;color:#64748b}.add-ons-section .add-on-row .remove-btn{color:#f04438}.add-ons-section .add-on-row .remove-btn:hover{background-color:#fef3f2}.add-ons-section .attach-add-on{display:flex;align-items:center;gap:12px;padding-top:4px}.add-ons-section .attach-add-on .add-on-select{min-width:240px}.add-ons-section .attach-add-on .qty-field{width:72px}.add-ons-section .attach-add-on .attach-btn{background:linear-gradient(90deg,#2563eb,#3b82f6);text-transform:none;font-weight:600;border-radius:6px;padding:6px 18px;box-shadow:none}.add-ons-section .attach-add-on .attach-btn:hover{box-shadow:0 2px 8px #2563eb4d}.add-ons-section .attach-add-on .attach-btn:disabled{background:#d0d5dd;color:#fff}.manage-add-ons-section .create-add-on-form{display:flex;align-items:center;gap:12px;margin-bottom:20px}.manage-add-ons-section .create-add-on-form .name-field{flex:1;max-width:260px}.manage-add-ons-section .create-add-on-form .price-field{width:120px}.manage-add-ons-section .create-add-on-form .create-btn{background:#3b82f6;text-transform:none;font-weight:600;border-radius:6px;padding:6px 18px;box-shadow:none}.manage-add-ons-section .create-add-on-form .create-btn:hover{background:#2563eb;box-shadow:0 2px 8px #3b82f64d}.manage-add-ons-section .create-add-on-form .create-btn:disabled{background:#d0d5dd;color:#fff}.manage-add-ons-section .loader-container{display:flex;justify-content:center;padding:20px 0}.manage-add-ons-section .add-ons-list{display:flex;flex-direction:column;gap:8px}.manage-add-ons-section .add-on-manage-row{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:8px;padding:12px 16px;box-shadow:0 1px 3px #1018280f;transition:box-shadow .15s ease}.manage-add-ons-section .add-on-manage-row:hover{box-shadow:0 3px 8px #1018281a}.manage-add-ons-section .add-on-manage-row .add-on-info{display:flex;align-items:center;gap:12px}.manage-add-ons-section .add-on-manage-row .add-on-name{font-weight:600;font-size:14px;color:#333}.manage-add-ons-section .add-on-manage-row .add-on-price{font-size:13px;color:#64748b}.manage-add-ons-section .add-on-manage-row .add-on-actions{display:flex;align-items:center;gap:10px}.manage-add-ons-section .add-on-manage-row .delete-btn{color:#f04438}.manage-add-ons-section .add-on-manage-row .delete-btn:hover{background-color:#fef3f2}.pricing-overrides-section{margin-top:24px;background-color:#eff6ff88;border-radius:10px;padding:28px 30px;animation:fadeInAddOns .35s ease-out;position:relative;overflow:hidden}.pricing-overrides-section:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#3b82f6,#2563eb);border-radius:10px 0 0 10px}.pricing-overrides-section .overrides-header{display:flex;align-items:center;gap:10px;margin-bottom:24px}.pricing-overrides-section .overrides-header .section-icon{color:#3b82f6;font-size:22px}.pricing-overrides-section .overrides-header .header-text{display:flex;flex-direction:column;flex:1}.pricing-overrides-section .overrides-header .title{color:#333;font-family:Poppins,sans-serif;font-size:20px;font-weight:600;margin:0;line-height:1.3}.pricing-overrides-section .overrides-header .subtitle{color:#94a3b8;font-size:13px;margin-top:2px}.pricing-overrides-section .overrides-header .override-badge{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;font-size:11px;font-weight:600;padding:4px 12px;border-radius:20px;letter-spacing:.02em;white-space:nowrap;box-shadow:0 2px 6px #3b82f640}.pricing-overrides-section .override-form{display:flex;flex-direction:column;gap:20px}.pricing-overrides-section .override-fields{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #1018280f}.pricing-overrides-section .field-group{display:flex;gap:16px;flex-wrap:wrap}.pricing-overrides-section .override-field{flex:1;min-width:180px}.pricing-overrides-section .override-field .MuiFormHelperText-root{color:#94a3b8;font-size:11px;margin-top:4px}.pricing-overrides-section .field-adornment{color:#94a3b8;font-size:14px;margin-right:4px;font-weight:500}.pricing-overrides-section .override-actions{display:flex;align-items:center;gap:12px;padding-top:4px}.pricing-overrides-section .save-override-btn{background:linear-gradient(90deg,#2563eb,#3b82f6);text-transform:none;font-weight:600;border-radius:6px;padding:6px 20px;box-shadow:none}.pricing-overrides-section .save-override-btn:hover{box-shadow:0 2px 8px #2563eb4d}.pricing-overrides-section .save-override-btn:disabled{background:#d0d5dd;color:#fff}.pricing-overrides-section .clear-override-btn{text-transform:none;font-weight:600;border-radius:6px;padding:6px 20px;border-color:#e2e8f0;color:#64748b}.pricing-overrides-section .clear-override-btn:hover{border-color:#f04438;color:#f04438;background-color:#fef3f2}.pricing-overrides-section .clear-override-btn:disabled{border-color:#e2e8f0;color:#cbd5e1}.simulation-section{margin-top:24px;background-color:#eff6ff88;border-radius:10px;padding:28px 30px;animation:fadeInAddOns .35s ease-out;position:relative;overflow:hidden}.simulation-section:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#007fff,#3b82f6);border-radius:10px 0 0 10px}.simulation-section .simulation-header{display:flex;align-items:center;gap:10px;margin-bottom:24px}.simulation-section .simulation-header .section-icon{color:#007fff;font-size:22px}.simulation-section .simulation-header .header-text{display:flex;flex-direction:column;flex:1}.simulation-section .simulation-header .title{color:#333;font-family:Poppins,sans-serif;font-size:20px;font-weight:600;margin:0;line-height:1.3}.simulation-section .simulation-header .subtitle{color:#94a3b8;font-size:13px;margin-top:2px}.simulation-section .simulation-form{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.simulation-section .simulation-form .sim-select{min-width:240px}.simulation-section .simulation-form .sim-date-field{width:180px}.simulation-section .simulation-form .sim-btn{background:linear-gradient(90deg,#007fff,#3b82f6);text-transform:none;font-weight:600;border-radius:6px;padding:6px 24px;box-shadow:none;height:40px}.simulation-section .simulation-form .sim-btn:hover{box-shadow:0 2px 8px #007fff4d}.simulation-section .simulation-form .sim-btn:disabled{background:#d0d5dd;color:#fff}.simulation-section .simulation-results{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #1018280f}.simulation-section .sim-dates-row{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:16px;font-size:13px;color:#64748b}.simulation-section .sim-dates-row span{background:#f1f5f9;padding:4px 10px;border-radius:6px}.simulation-section .sim-table{display:flex;flex-direction:column}.simulation-section .sim-table .sim-table-header,.simulation-section .sim-table .sim-table-row,.simulation-section .sim-table .sim-table-summary{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr 1fr 1fr;gap:8px;padding:8px 12px;font-size:13px}.simulation-section .sim-table .sim-table-header{font-weight:600;color:#344054;border-bottom:2px solid #e2e8f0;padding-bottom:10px}.simulation-section .sim-table .sim-table-row{color:#475569;border-bottom:1px solid #f1f5f9}.simulation-section .sim-table .sim-table-row:last-of-type{border-bottom:none}.simulation-section .sim-table .sim-table-summary{font-weight:700;color:#2563eb;border-top:2px solid #e2e8f0;margin-top:4px;padding-top:10px}.simulation-section .sim-empty{color:#94a3b8;font-size:14px;font-style:italic}.simulation-section .sim-add-ons{margin-bottom:20px}.simulation-section .sim-add-ons .sim-add-ons-header{display:flex;align-items:center;gap:12px;margin-bottom:10px}.simulation-section .sim-add-ons .sim-add-ons-header .sim-add-ons-label{font-size:13px;font-weight:600;color:#344054}.simulation-section .sim-add-ons .sim-add-on-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.simulation-section .sim-add-ons .sim-add-on-row .sim-add-on-select{min-width:240px}.simulation-section .sim-add-ons .sim-add-on-row .sim-add-on-qty{width:80px}@keyframes fadeInAddOns{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.add-ons-section,.manage-add-ons-section{padding:20px 16px}.add-ons-section .attach-add-on{flex-wrap:wrap}.add-ons-section .attach-add-on .add-on-select{min-width:100%}.manage-add-ons-section .create-add-on-form{flex-wrap:wrap}.manage-add-ons-section .create-add-on-form .name-field{max-width:100%;flex:1 1 100%}.pricing-overrides-section{padding:20px 16px}.pricing-overrides-section .field-group{flex-direction:column}.pricing-overrides-section .override-field{min-width:100%}.pricing-overrides-section .override-actions{flex-wrap:wrap}.simulation-section{padding:20px 16px}.simulation-section .simulation-form .sim-select{min-width:100%}.simulation-section .simulation-form .sim-date-field{width:100%}.simulation-section .sim-add-ons .sim-add-on-row{flex-wrap:wrap}.simulation-section .sim-add-ons .sim-add-on-row .sim-add-on-select{min-width:100%}.simulation-section .sim-table .sim-table-header,.simulation-section .sim-table .sim-table-row,.simulation-section .sim-table .sim-table-summary{grid-template-columns:2fr 1fr 1fr 1fr;font-size:11px}}.subscription-modal{background-color:#d5d6e6;display:flex;flex-direction:column;position:absolute;align-items:center;justify-content:flex-start;top:50%;left:50%;width:70%;border:1px solid #999;padding:30px;transform:translate(-50%,-50%);border-radius:20px;height:calc(100% - 50px);overflow-y:auto;gap:20px}.subscription-modal h2.title{color:#454545;font-size:40px;font-family:Poppins,sans-serif;font-weight:500;margin:0;flex-shrink:0}.subscription-modal .create-section{width:90%;flex-shrink:0}.subscription-modal .create-section .create-toggle{display:flex;align-items:center;gap:10px;cursor:pointer;padding:10px 16px;border-radius:10px;border:1px dashed #b0b0c4;background:#ffffff80;font-weight:600;font-size:15px;color:#304767;transition:all .2s ease}.subscription-modal .create-section .create-toggle:hover{background:#fffc;border-color:#007fff;color:#007fff}.subscription-modal .create-section .create-toggle.active{border-color:#007fff;border-style:solid;color:#007fff;background:#007fff0f}.subscription-modal .create-section .create-toggle .create-toggle-icon{font-size:22px;font-weight:700;line-height:1;width:24px;text-align:center}.subscription-modal .create-section .create-form{margin-top:12px;padding:20px;background:#ffffffa6;border-radius:12px;border:1px solid #d0d5dd;display:flex;flex-direction:column;gap:14px}.subscription-modal .create-section .create-form .type-selector{display:flex;align-items:center;gap:14px}.subscription-modal .create-section .create-form .type-selector .type-label{font-weight:600;font-size:14px;color:#344054}.subscription-modal .create-section .create-form .form-row{display:flex;gap:12px;flex-wrap:wrap}.subscription-modal .create-section .create-form .form-row>*{flex:1;min-width:140px}.subscription-modal .create-section .create-form .create-actions{display:flex;gap:10px;justify-content:flex-end;padding-top:4px}.subscription-modal .subscriptions{width:80%;display:flex;align-items:stretch;justify-content:center;gap:30px;flex-wrap:wrap;flex-shrink:0}.subscription-modal .start-date-section{width:90%;display:flex;align-items:flex-start;gap:12px;flex-shrink:0}.subscription-modal .start-date-section .button.preview{margin-top:2px;background:#4e4db9;color:#fff;height:40px;padding:10px 20px;border-radius:10px;font-weight:650;font-size:14px;cursor:pointer;border:none;white-space:nowrap}.subscription-modal .start-date-section .button.preview:hover{opacity:.8}.subscription-modal .start-date-section .button.preview.disabled{opacity:.5;cursor:not-allowed}.subscription-modal .simulation-result{width:90%;background:#ffffffbf;border-radius:12px;border:1px solid #d0d5dd;padding:20px;flex-shrink:0}.subscription-modal .simulation-result .simulation-title{color:#333;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;margin:0 0 12px}.subscription-modal .simulation-result .simulation-dates{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:16px;font-size:13px;color:#64748b}.subscription-modal .simulation-result .simulation-dates span{background:#f1f5f9;padding:4px 10px;border-radius:6px}.subscription-modal .simulation-result .simulation-table{display:flex;flex-direction:column;gap:0}.subscription-modal .simulation-result .simulation-table .sim-header,.subscription-modal .simulation-result .simulation-table .sim-row,.subscription-modal .simulation-result .simulation-table .sim-summary{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:8px;padding:8px 12px;font-size:13px}.subscription-modal .simulation-result .simulation-table .sim-header{font-weight:600;color:#344054;border-bottom:2px solid #e2e8f0;padding-bottom:10px}.subscription-modal .simulation-result .simulation-table .sim-row{color:#475569;border-bottom:1px solid #f1f5f9}.subscription-modal .simulation-result .simulation-table .sim-row:last-of-type{border-bottom:none}.subscription-modal .simulation-result .simulation-table .sim-summary{font-weight:700;color:#2563eb;border-top:2px solid #e2e8f0;margin-top:4px;padding-top:10px}.subscription-modal .simulation-result .sim-empty{color:#94a3b8;font-size:14px;font-style:italic}.subscription-modal .addons-section{width:90%;flex-shrink:0}.subscription-modal .addons-section .addons-title{color:#344054;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;margin:0 0 10px}.subscription-modal .addons-section .addons-list{display:flex;flex-direction:column;gap:6px}.subscription-modal .addons-section .addon-item{display:flex;align-items:center;gap:10px;padding:8px 14px;border-radius:10px;border:1px solid #d0d5dd;background:#ffffffa6;transition:all .15s ease}.subscription-modal .addons-section .addon-item.selected{border-color:#007fff;background:#007fff0f}.subscription-modal .addons-section .addon-item.disabled{opacity:.55}.subscription-modal .addons-section .addon-item .addon-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#344054}.subscription-modal .addons-section .addon-item .addon-price{font-size:13px;font-weight:600;color:#64748b}.subscription-modal .bottom-actions{display:flex;gap:20px;flex-shrink:0;padding-top:10px}.subscription-modal .bottom-actions .button{border-radius:10px;padding:10px;display:flex;align-items:center;justify-content:space-between;color:#344054;border:1px solid #d0d5dd;font-weight:650;font-size:17px;gap:10px;cursor:pointer;height:40px}.subscription-modal .bottom-actions .button.cancel{background-color:#fff}.subscription-modal .bottom-actions .button.save,.subscription-modal .bottom-actions .button.create{background:#304767;color:#fff}.subscription-modal .bottom-actions .button.create{background:#007fff;padding:10px 20px}.subscription-modal .bottom-actions .button.disabled{opacity:.5;cursor:not-allowed}.subscription-modal .bottom-actions .button.delete{color:red!important;background-color:red}.subscription-modal .bottom-actions .button:hover{opacity:70%}.restaurant-auth{padding:40px;min-height:500px}.restaurant-auth .auth-content{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.restaurant-auth .auth-header{text-align:center;margin-bottom:8px}.restaurant-auth .auth-header .icon-wrapper{width:64px;height:64px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 8px 24px #667eea59}.restaurant-auth .auth-header .icon-wrapper .header-icon{font-size:32px;color:#fff}.restaurant-auth .auth-header h2{font-family:Poppins,sans-serif;font-size:28px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.restaurant-auth .auth-header .subtitle{color:#64748b;font-size:15px;font-weight:500}.restaurant-auth .auth-info-card{background:#fff;border-radius:12px;padding:20px 24px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a}.restaurant-auth .auth-info-card .info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.restaurant-auth .auth-info-card .info-row:not(:last-child){border-bottom:1px solid #f1f5f9}.restaurant-auth .auth-info-card .info-row .label{color:#64748b;font-weight:600;font-size:14px}.restaurant-auth .auth-info-card .info-row .value{color:#1e293b;font-weight:600;font-size:14px}.restaurant-auth .auth-info-card .info-row .value .missing{color:#ef4444;font-style:italic;font-weight:500}.restaurant-auth .error-message{display:flex;align-items:center;gap:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:14px 18px;color:#dc2626;font-size:14px;font-weight:500}.restaurant-auth .error-message .error-icon{font-size:20px;flex-shrink:0}.restaurant-auth .generate-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;padding:16px 32px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 16px #667eea59}.restaurant-auth .generate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 24px #667eea73}.restaurant-auth .generate-btn:active:not(:disabled){transform:translateY(0)}.restaurant-auth .generate-btn:disabled{opacity:.6;cursor:not-allowed}.restaurant-auth .generate-btn .btn-icon{font-size:22px}.restaurant-auth .generated-credentials{background:#fff;border-radius:16px;padding:28px;border:1px solid #e2e8f0;box-shadow:0 4px 16px #0000000f;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.restaurant-auth .generated-credentials h3{font-family:Poppins,sans-serif;font-size:18px;font-weight:700;color:#1a1a2e;margin-bottom:20px;display:flex;align-items:center;gap:8px}.restaurant-auth .generated-credentials h3:before{content:"✓";display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#10b981;color:#fff;border-radius:50%;font-size:12px;font-weight:700}.restaurant-auth .generated-credentials .credential-item{margin-bottom:20px}.restaurant-auth .generated-credentials .credential-item:last-of-type{margin-bottom:24px}.restaurant-auth .generated-credentials .credential-item .credential-header{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.restaurant-auth .generated-credentials .credential-item .credential-header .credential-label{font-weight:700;color:#334155;font-size:14px}.restaurant-auth .generated-credentials .credential-item .credential-header .credential-hint{color:#94a3b8;font-size:12px;font-weight:500}.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper{display:flex;gap:8px;align-items:stretch}.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper .credential-value{flex:1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:13px;color:#475569;word-break:break-all;line-height:1.5}.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper .credential-value.token{background:linear-gradient(135deg,#fef3f2,#fff7ed);border-color:#fecaca;color:#9a3412}.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper .credential-value.url{background:linear-gradient(135deg,#f0fdf4,#ecfeff);border-color:#bbf7d0;color:#166534}.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper .url-actions{display:flex;flex-direction:column;gap:4px}.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper .copy-btn,.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper .open-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap;border:none}.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper .copy-btn .copy-icon,.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper .copy-btn .open-icon,.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper .open-btn .copy-icon,.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper .open-btn .open-icon{font-size:16px}.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper .copy-btn{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper .copy-btn:hover{background:#e2e8f0;color:#334155}.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper .copy-btn.copied{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper .open-btn{background:#667eea;color:#fff}.restaurant-auth .generated-credentials .credential-item .credential-value-wrapper .open-btn:hover{background:#5a6fd6}.restaurant-auth .generated-credentials .warning-notice{display:flex;align-items:center;gap:10px;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:12px 16px;font-size:13px;color:#92400e;font-weight:500}.restaurant-auth .generated-credentials .warning-notice .warning-icon{font-size:16px}.action-buttons{margin-top:10px;display:flex;gap:10px}.actions{display:flex;align-items:center;justify-content:space-between;gap:20px}.actions a,.actions .open{cursor:pointer}.payments-table{width:100%}.restaurant-payments .mandate-status-section{margin:24px 0;padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000000a}.restaurant-payments .mandate-status-section .mandate-status-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}.restaurant-payments .mandate-status-section .mandate-status-header .mandate-status-icon-wrap{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f1f5f9}.restaurant-payments .mandate-status-section .mandate-status-header .mandate-status-icon{font-size:22px}.restaurant-payments .mandate-status-section .mandate-status-header .mandate-status-icon--complete{color:#22c55e}.restaurant-payments .mandate-status-section .mandate-status-header .mandate-status-icon--pending{color:#dea500}.restaurant-payments .mandate-status-section .mandate-status-header .mandate-status-icon--none{color:#b2bac2}.restaurant-payments .mandate-status-section .mandate-status-header h3{margin:0 0 4px;font-size:16px;font-weight:700;color:#0f172a}.restaurant-payments .mandate-status-section .mandate-status-header .description{margin:0;font-size:13px;font-weight:500;color:#94a3b8;line-height:1.4}.restaurant-payments .mandate-status-section .mandate-status-body{display:flex;flex-direction:column;gap:10px;max-width:520px}.restaurant-payments .mandate-status-section .mandate-status-row{display:flex;align-items:center;gap:12px}.restaurant-payments .mandate-status-section .mandate-status-label{font-size:13px;font-weight:600;color:#6f7e8c;min-width:90px}.restaurant-payments .mandate-status-section .mandate-status-value{font-size:13px;font-weight:500;color:#1a2027}.restaurant-payments .mandate-status-section .mandate-status-value--success{color:#22c55e;font-weight:600}.restaurant-payments .mandate-status-section .mandate-status-empty{font-size:13px;font-weight:500;color:#94a3b8;margin:0}.restaurant-payments .send-mandate-section{margin:24px 0;padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000000a}.restaurant-payments .send-mandate-section .mandate-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}.restaurant-payments .send-mandate-section .mandate-header .mandate-icon{width:42px;height:42px;padding:9px;border-radius:12px;background:linear-gradient(135deg,#007fff,#66b2ff);color:#fff;box-shadow:0 4px 14px #007fff33;flex-shrink:0}.restaurant-payments .send-mandate-section .mandate-header h3{margin:0 0 4px;font-size:16px;font-weight:700;color:#0f172a}.restaurant-payments .send-mandate-section .mandate-header .description{margin:0;font-size:13px;font-weight:500;color:#94a3b8;line-height:1.4}.restaurant-payments .send-mandate-section .mandate-form{display:flex;flex-direction:column;gap:12px;max-width:520px}.restaurant-payments .send-mandate-section .mandate-form .input-row{display:flex;align-items:center;gap:12px}@media (max-width: 480px){.restaurant-payments .send-mandate-section .mandate-form .input-row{flex-direction:column;align-items:stretch;gap:4px}}.table{max-width:900px;max-height:600px}.payment-verification-page{padding:0;position:relative;min-height:calc(100vh - 100px)}.payment-verification-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;flex-wrap:wrap;gap:20px}.payment-verification-page .page-header .header-content{display:flex;align-items:center;gap:16px}.payment-verification-page .page-header .header-content .header-icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#3b82f6);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #3b82f64d}.payment-verification-page .page-header .header-content .header-icon svg{font-size:28px;color:#fff}.payment-verification-page .page-header .header-content .header-text h1{font-size:26px;font-weight:700;color:#1e293b;margin:0 0 4px;font-family:Poppins,sans-serif}.payment-verification-page .page-header .header-content .header-text p{color:#64748b;font-size:14px;margin:0}.payment-verification-page .page-header .header-actions{display:flex;align-items:center;gap:12px}.payment-verification-page .page-header .header-actions .refresh-btn{width:44px;height:44px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s ease}.payment-verification-page .page-header .header-actions .refresh-btn:hover{background:#f8fafc;border-color:#cbd5e1}.payment-verification-page .page-header .header-actions .refresh-btn .spinning{animation:spin 1s linear infinite}.payment-verification-page .page-header .header-actions .approve-all-btn{height:44px;padding:0 24px;border-radius:12px;text-transform:none;font-weight:600;font-size:14px;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 14px #10b9814d}.payment-verification-page .page-header .header-actions .approve-all-btn:hover{background:linear-gradient(135deg,#059669,#047857)}.payment-verification-page .page-header .header-actions .approve-all-btn:disabled{background:#e2e8f0;box-shadow:none}.payment-verification-page .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px}@media (max-width: 768px){.payment-verification-page .stats-grid{grid-template-columns:1fr}}.payment-verification-page .stats-grid .stat-card{background:#fff;border-radius:16px;padding:20px 24px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #0000000d;border:1px solid #f1f5f9;transition:all .2s ease}.payment-verification-page .stats-grid .stat-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.payment-verification-page .stats-grid .stat-card .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.payment-verification-page .stats-grid .stat-card .stat-icon svg{font-size:24px}.payment-verification-page .stats-grid .stat-card .stat-content{display:flex;flex-direction:column}.payment-verification-page .stats-grid .stat-card .stat-content .stat-value{font-size:24px;font-weight:700;color:#1e293b;font-family:Poppins,sans-serif}.payment-verification-page .stats-grid .stat-card .stat-content .stat-label{font-size:13px;color:#64748b;font-weight:500}.payment-verification-page .stats-grid .stat-card.pending .stat-icon{background:#fef3c7}.payment-verification-page .stats-grid .stat-card.pending .stat-icon svg{color:#d97706}.payment-verification-page .stats-grid .stat-card.amount .stat-icon{background:#dcfce7}.payment-verification-page .stats-grid .stat-card.amount .stat-icon svg{color:#16a34a}.payment-verification-page .stats-grid .stat-card.invoices .stat-icon{background:#e0e7ff}.payment-verification-page .stats-grid .stat-card.invoices .stat-icon svg{color:#4f46e5}.payment-verification-page .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;background:#fff;border-radius:20px;border:1px solid #f1f5f9;text-align:center;box-shadow:0 1px 3px #0000000d}.payment-verification-page .empty-state .empty-icon{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#dcfce7,#bbf7d0);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.payment-verification-page .empty-state .empty-icon svg{font-size:48px;color:#16a34a}.payment-verification-page .empty-state h2{font-size:22px;font-weight:700;color:#1e293b;margin:0 0 8px}.payment-verification-page .empty-state p{color:#64748b;font-size:15px;margin:0 0 24px;max-width:360px}.payment-verification-page .empty-state .refresh-empty-btn{border-radius:12px;text-transform:none;font-weight:600;padding:10px 24px;border-color:#e2e8f0;color:#475569}.payment-verification-page .empty-state .refresh-empty-btn:hover{background:#f8fafc;border-color:#cbd5e1}.payment-verification-page .table-container{background:#fff;border-radius:20px;border:1px solid #f1f5f9;overflow:hidden;box-shadow:0 1px 3px #0000000d}.payment-verification-page .table-container .table-header{padding:20px 24px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.payment-verification-page .table-container .table-header h3{font-size:16px;font-weight:700;color:#1e293b;margin:0}.payment-verification-page .restaurant-cell{display:flex;align-items:center;gap:12px}.payment-verification-page .restaurant-cell .restaurant-avatar{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#2563eb,#3b82f6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}.payment-verification-page .restaurant-cell .restaurant-name{font-weight:600;color:#1e293b;font-size:14px}.payment-verification-page .invoice-number{font-family:JetBrains Mono,SF Mono,Consolas,monospace;font-size:13px;color:#6366f1;background:#eef2ff;padding:6px 10px;border-radius:8px;font-weight:600}.payment-verification-page .amount{font-weight:700;color:#1e293b;font-size:14px}.payment-verification-page .date-cell{color:#64748b;font-size:13px}.payment-verification-page .action-buttons{display:flex;gap:8px}.payment-verification-page .action-buttons .approve-btn{width:36px;height:36px;background:#dcfce7;border-radius:10px;transition:all .2s ease}.payment-verification-page .action-buttons .approve-btn svg{font-size:18px;color:#16a34a}.payment-verification-page .action-buttons .approve-btn:hover{background:#16a34a}.payment-verification-page .action-buttons .approve-btn:hover svg{color:#fff}.payment-verification-page .action-buttons .reject-btn{width:36px;height:36px;background:#fee2e2;border-radius:10px;transition:all .2s ease}.payment-verification-page .action-buttons .reject-btn svg{font-size:18px;color:#dc2626}.payment-verification-page .action-buttons .reject-btn:hover{background:#dc2626}.payment-verification-page .action-buttons .reject-btn:hover svg{color:#fff}.payment-verification-page .reject-dialog-content .payment-summary{background:#f8fafc;border-radius:12px;padding:16px}.payment-verification-page .reject-dialog-content .payment-summary .summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.payment-verification-page .reject-dialog-content .payment-summary .summary-row:not(:last-child){border-bottom:1px solid #e2e8f0}.payment-verification-page .reject-dialog-content .payment-summary .summary-row .label{color:#64748b;font-size:14px}.payment-verification-page .reject-dialog-content .payment-summary .summary-row .value{font-weight:600;color:#1e293b;font-size:14px}.payment-verification-page .reject-dialog-content .payment-summary .summary-row .value.amount{color:#16a34a}.payment-verification-page .processing-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.payment-verification-page .processing-overlay .processing-content{display:flex;flex-direction:column;align-items:center;gap:16px}.payment-verification-page .processing-overlay .processing-content p{font-size:16px;font-weight:600;color:#475569;margin:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 900px){.payment-verification-page .page-header{flex-direction:column;align-items:flex-start}.payment-verification-page .page-header .header-actions{width:100%;justify-content:flex-end}}.whatsapp-settings{display:flex;flex-direction:column;gap:0;width:100%;background:transparent;border-radius:0;padding:0}.whatsapp-settings .wa-header{display:flex;align-items:center;gap:14px;margin-bottom:24px}.whatsapp-settings .wa-header .wa-header-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#25d366,#128c7e);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #25d36640}.whatsapp-settings .wa-header .wa-header-icon svg{font-size:24px;color:#fff}.whatsapp-settings .wa-header .wa-header-text{display:flex;flex-direction:column;gap:2px}.whatsapp-settings .wa-header .wa-header-text h2{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.whatsapp-settings .wa-header .wa-header-text p{font-size:13px;color:#94a3b8;margin:0;line-height:1.4}.whatsapp-settings .wa-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:0;overflow:hidden}.whatsapp-settings .wa-card+.wa-card{margin-top:16px}.whatsapp-settings .wa-card-body{padding:24px}.whatsapp-settings .wa-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.whatsapp-settings .wa-toggle-content{display:flex;align-items:center;gap:14px;flex:1}.whatsapp-settings .wa-toggle-icon{width:40px;height:40px;min-width:40px;border-radius:10px;background:#3b82f614;display:flex;align-items:center;justify-content:center}.whatsapp-settings .wa-toggle-icon svg{font-size:20px;color:#3b82f6}.whatsapp-settings .wa-toggle-label{display:flex;flex-direction:column;gap:2px}.whatsapp-settings .wa-toggle-label .wa-label-title{font-size:14px;font-weight:700;color:#0f172a}.whatsapp-settings .wa-toggle-label .wa-label-desc{font-size:12.5px;color:#94a3b8;line-height:1.4}.whatsapp-settings .wa-config-panel{border-top:1px solid #e2e8f0;padding:24px;display:flex;flex-direction:column;gap:20px;background:linear-gradient(180deg,rgba(248,250,252,.6) 0%,transparent 100%)}.whatsapp-settings .wa-field{display:flex;flex-direction:column;gap:6px}.whatsapp-settings .wa-field .wa-field-label{font-size:13px;font-weight:650;color:#475569}.whatsapp-settings .wa-field .MuiSelect-select{font-size:14px}.whatsapp-settings .wa-field .MuiOutlinedInput-root{border-radius:8px;background:#fff}.whatsapp-settings .wa-field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#3b82f6}.whatsapp-settings .wa-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#3b82f6;border-width:1.5px}.whatsapp-settings .wa-status-bar{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.whatsapp-settings .wa-status-bar .wa-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.whatsapp-settings .wa-status-bar .wa-status-dot.connected{background:#10b981;box-shadow:0 0 0 3px #10b98133}.whatsapp-settings .wa-status-bar .wa-status-dot.disconnected{background:#ef4444;box-shadow:0 0 0 3px #ef444433}.whatsapp-settings .wa-status-bar .wa-status-dot.need_scan{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b33}.whatsapp-settings .wa-status-bar .wa-status-text{font-size:13px;font-weight:600;color:#0f172a}.whatsapp-settings .wa-status-bar .wa-status-phone{font-size:13px;color:#94a3b8;font-family:SF Mono,Poppins,sans-serif;margin-left:auto}.whatsapp-settings .wa-status-grid{display:flex;flex-direction:column;gap:8px}.whatsapp-settings .wa-info-note{display:flex;align-items:flex-start;gap:8px;padding:10px 14px;border-radius:8px;background:#f0f9ff;border:1px solid #bae6fd;font-size:12.5px;color:#0369a1;line-height:1.5}.whatsapp-settings .wa-info-note svg{font-size:16px;margin-top:1px;flex-shrink:0}.whatsapp-settings .wa-section-header{display:flex;align-items:center;gap:14px}.whatsapp-settings .wa-messages-list{border-top:1px solid #e2e8f0;display:flex;flex-direction:column}.whatsapp-settings .wa-messages-list .wa-message-toggle{padding:16px 24px;border-bottom:1px solid #e2e8f0}.whatsapp-settings .wa-messages-list .wa-message-toggle:last-child{border-bottom:none}.whatsapp-settings .wa-warning-note{display:flex;align-items:flex-start;gap:8px;padding:10px 14px;margin:16px 24px 0;border-radius:8px;background:#fffbeb;border:1px solid rgba(245,158,11,.3);font-size:12.5px;color:#92400e;line-height:1.5}.whatsapp-settings .wa-warning-note svg{font-size:16px;margin-top:1px;flex-shrink:0;color:#f59e0b}.whatsapp-settings .wa-custom-message-content{border-top:1px solid #e2e8f0;padding:24px;display:flex;flex-direction:column;gap:16px}.whatsapp-settings .wa-custom-message-content .MuiOutlinedInput-root{border-radius:8px;font-size:13.5px;line-height:1.6}.whatsapp-settings .wa-custom-message-content .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#3b82f6}.whatsapp-settings .wa-custom-message-content .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#3b82f6;border-width:1.5px}.whatsapp-settings .wa-placeholder-chips{display:flex;flex-wrap:wrap;gap:8px}.whatsapp-settings .wa-chip{display:inline-flex;align-items:center;padding:4px 12px;border-radius:16px;background:#3b82f614;color:#3b82f6;font-size:12px;font-weight:600;font-family:SF Mono,Poppins,sans-serif;cursor:pointer;transition:all .15s ease;border:1px solid transparent;-webkit-user-select:none;user-select:none}.whatsapp-settings .wa-chip:hover{background:#3b82f626;border-color:#3b82f64d}.whatsapp-settings .wa-custom-message-footer{display:flex;align-items:center;justify-content:space-between}.whatsapp-settings .wa-char-counter{font-size:12px;color:#94a3b8;font-variant-numeric:tabular-nums}.whatsapp-settings .wa-char-counter.wa-char-warning{color:#ef4444;font-weight:600}.whatsapp-settings .wa-warning-inline{margin:0}.whatsapp-settings .wa-preview{display:flex;flex-direction:column;gap:8px}.whatsapp-settings .wa-preview-label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px}.whatsapp-settings .wa-preview-bubble{padding:12px 16px;border-radius:12px;background:#dcf8c6;font-size:13px;color:#1a1a1a;line-height:1.6;white-space:pre-wrap;word-break:break-word;max-width:85%;box-shadow:0 1px 3px #00000014}.whatsapp-settings .wa-btn-sm{padding:6px 14px;font-size:12.5px}.whatsapp-settings .wa-actions{display:flex;align-items:center;gap:10px;margin-top:20px}.whatsapp-settings .wa-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 22px;border-radius:8px;font-weight:650;font-size:14px;font-family:inherit;cursor:pointer;border:none;transition:all .18s ease}.whatsapp-settings .wa-btn:disabled{opacity:.5;cursor:not-allowed}.whatsapp-settings .wa-btn.wa-btn-primary{background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 14px #2563eb33}.whatsapp-settings .wa-btn.wa-btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #2563eb4d;transform:translateY(-1px)}.whatsapp-settings .wa-btn.wa-btn-ghost{background:transparent;color:#475569;border:1px solid #e2e8f0}.whatsapp-settings .wa-btn.wa-btn-ghost:hover:not(:disabled){background:#f8fafc;border-color:#c7d3e2}.coupon-page{width:100%;display:flex;flex-direction:column;gap:0}.coupon-page .cp-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.coupon-page .cp-header .cp-header-left{display:flex;align-items:center;gap:14px}.coupon-page .cp-header .cp-header-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#93bafa);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #3b82f626}.coupon-page .cp-header .cp-header-icon svg{font-size:24px;color:#fff}.coupon-page .cp-header .cp-header-text{display:flex;flex-direction:column;gap:2px}.coupon-page .cp-header .cp-header-text h2{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.coupon-page .cp-header .cp-header-text p{font-size:13px;color:#94a3b8;margin:0}.coupon-page .cp-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border-radius:8px;font-weight:650;font-size:13px;font-family:inherit;cursor:pointer;border:none;transition:all .18s ease;white-space:nowrap}.coupon-page .cp-btn:disabled{opacity:.45;cursor:not-allowed}.coupon-page .cp-btn.cp-btn-primary{background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 14px #2563eb2e}.coupon-page .cp-btn.cp-btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #2563eb47;transform:translateY(-1px)}.coupon-page .cp-btn.cp-btn-outline{background:#fff;color:#475569;border:1px solid #e2e8f0}.coupon-page .cp-btn.cp-btn-outline:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#3b82f614}.coupon-page .cp-btn.cp-btn-danger{background:transparent;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.coupon-page .cp-btn.cp-btn-danger:hover:not(:disabled){background:#fef2f2;border-color:#ef4444}.coupon-page .cp-btn.cp-btn-success{background:transparent;color:#10b981;border:1px solid rgba(16,185,129,.3)}.coupon-page .cp-btn.cp-btn-success:hover:not(:disabled){background:#ecfdf5;border-color:#10b981}.coupon-page .cp-btn svg{font-size:18px}.coupon-page .cp-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.coupon-page .cp-card+.cp-card{margin-top:16px}.coupon-page .cp-card-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,rgba(248,250,252,.7) 0%,transparent 100%)}.coupon-page .cp-card-header .cp-card-title{font-size:15px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:8px}.coupon-page .cp-card-header .cp-card-title svg{font-size:18px;color:#94a3b8}.coupon-page .cp-card-header .cp-card-title .cp-tag{font-size:11px;font-weight:600;padding:2px 8px;border-radius:6px;background:#3b82f614;color:#3b82f6}.coupon-page .cp-card-body{padding:24px}.coupon-page .cp-campaign-list{display:flex;flex-direction:column;gap:8px}.coupon-page .cp-campaign-row{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;border:1.5px solid transparent;background:#f8fafc;cursor:pointer;transition:all .15s ease}.coupon-page .cp-campaign-row:hover{background:#3b82f614;border-color:#3b82f626}.coupon-page .cp-campaign-row.selected{background:#3b82f614;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}.coupon-page .cp-campaign-icon{width:36px;height:36px;min-width:36px;border-radius:10px;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center}.coupon-page .cp-campaign-icon svg{font-size:18px;color:#3b82f6}.selected .coupon-page .cp-campaign-icon{background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);border:none;box-shadow:0 4px 10px #2563eb33}.selected .coupon-page .cp-campaign-icon svg{color:#fff}.coupon-page .cp-campaign-details{flex:1;min-width:0}.coupon-page .cp-campaign-details .cp-campaign-name{font-size:14px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coupon-page .cp-campaign-details .cp-campaign-meta{display:flex;align-items:center;gap:8px;margin-top:3px;font-size:12px;color:#94a3b8}.coupon-page .cp-campaign-details .cp-campaign-meta span{display:flex;align-items:center;gap:3px}.coupon-page .cp-campaign-details .cp-campaign-meta .cp-dot{width:3px;height:3px;border-radius:50%;background:#94a3b8}.coupon-page .cp-status-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.3px;flex-shrink:0}.coupon-page .cp-status-badge.active{background:#ecfdf5;color:#10b981;border:1px solid #a7f3d0}.coupon-page .cp-status-badge.inactive{background:#fef2f2;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.coupon-page .cp-empty{text-align:center;padding:40px 20px;color:#94a3b8}.coupon-page .cp-empty svg{font-size:40px;margin-bottom:10px;opacity:.4}.coupon-page .cp-empty .cp-empty-title{font-size:14px;font-weight:600;color:#475569;margin-bottom:4px}.coupon-page .cp-empty .cp-empty-desc{font-size:13px}.coupon-page .cp-stock-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px}.coupon-page .cp-stock-tile{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px 14px;text-align:center;transition:border-color .15s}.coupon-page .cp-stock-tile:hover{border-color:#c7d3e2}.coupon-page .cp-stock-tile.highlight{border-color:#10b9814d;background:#ecfdf5}.coupon-page .cp-stock-tile .cp-stock-num{font-size:26px;font-weight:800;color:#0f172a;line-height:1;font-family:Poppins,sans-serif}.coupon-page .cp-stock-tile .cp-stock-label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-top:6px}.coupon-page .cp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.coupon-page .cp-form-grid.single{grid-template-columns:1fr}@media (max-width: 640px){.coupon-page .cp-form-grid{grid-template-columns:1fr}}.coupon-page .cp-field{display:flex;flex-direction:column;gap:6px}.coupon-page .cp-field .cp-field-label{font-size:13px;font-weight:650;color:#475569}.coupon-page .cp-field input,.coupon-page .cp-field select,.coupon-page .cp-field textarea{padding:10px 12px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:14px;font-family:inherit;outline:none;transition:border-color .15s}.coupon-page .cp-field input::placeholder,.coupon-page .cp-field select::placeholder,.coupon-page .cp-field textarea::placeholder{color:#94a3b8}.coupon-page .cp-field input:focus,.coupon-page .cp-field select:focus,.coupon-page .cp-field textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}.coupon-page .cp-field input:disabled,.coupon-page .cp-field select:disabled,.coupon-page .cp-field textarea:disabled{background:#f8fafc;color:#94a3b8}.coupon-page .cp-field textarea{min-height:70px;resize:vertical}.coupon-page .cp-field select{cursor:pointer}.coupon-page .cp-radio-group{display:flex;gap:0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.coupon-page .cp-radio-group label{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:9px 14px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;background:#fff;border-right:1px solid #e2e8f0;transition:all .15s}.coupon-page .cp-radio-group label:last-child{border-right:none}.coupon-page .cp-radio-group label:hover{background:#f8fafc}.coupon-page .cp-radio-group label.active{background:#3b82f614;color:#3b82f6}.coupon-page .cp-radio-group label input[type=radio]{display:none}.coupon-page .cp-hint{font-size:11.5px;color:#94a3b8;margin-top:4px;line-height:1.4}.coupon-page .cp-hint code{background:#3b82f60f;padding:1px 5px;border-radius:4px;font-size:11px;color:#3b82f6}.coupon-page .cp-form-actions{display:flex;align-items:center;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.coupon-page .cp-upload-zone{border:2px dashed #e2e8f0;border-radius:12px;padding:28px 20px;text-align:center;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;background:#f8fafc}.coupon-page .cp-upload-zone:hover{border-color:#3b82f6;background:#3b82f614}.coupon-page .cp-upload-zone.has-file{border-color:#10b981;border-style:solid;background:#ecfdf5}.coupon-page .cp-upload-zone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.coupon-page .cp-upload-zone .cp-upload-icon{margin-bottom:8px}.coupon-page .cp-upload-zone .cp-upload-icon svg{font-size:32px;color:#94a3b8}.coupon-page .cp-upload-zone.has-file .cp-upload-icon svg{color:#10b981}.coupon-page .cp-upload-zone .cp-upload-text{font-size:13px;font-weight:600;color:#475569}.coupon-page .cp-upload-zone .cp-upload-hint{font-size:12px;color:#94a3b8;margin-top:4px}.coupon-page .cp-upload-zone .cp-upload-file{font-size:13px;font-weight:700;color:#10b981;margin-top:4px}.coupon-page .cp-result-banner{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;margin-top:16px;font-size:13px;font-weight:600}.coupon-page .cp-result-banner svg{font-size:20px;flex-shrink:0}.coupon-page .cp-result-banner.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#0c8a60}.coupon-page .cp-result-stats{display:flex;gap:16px}.coupon-page .cp-result-stats span{display:flex;align-items:center;gap:4px}.coupon-page .cp-result-stats span strong{font-weight:800}.coupon-page .cp-link-bar{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.coupon-page .cp-link-bar .cp-link-icon{font-size:18px;color:#94a3b8;flex-shrink:0}.coupon-page .cp-link-bar .cp-link-url{flex:1;font-size:13px;font-family:SF Mono,Fira Code,ui-monospace,monospace;color:#0f172a;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;-webkit-user-select:all;user-select:all}.coupon-page .cp-link-bar .cp-link-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:650;font-family:inherit;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#475569;text-decoration:none;white-space:nowrap;transition:all .15s}.coupon-page .cp-link-bar .cp-link-btn svg{font-size:14px}.coupon-page .cp-link-bar .cp-link-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f614}.coupon-page .cp-link-bar .cp-link-btn.copied{border-color:#10b981;color:#10b981;background:#ecfdf5}.coupon-page .cp-divider{height:1px;background:#e2e8f0;margin:20px 0}.sms-page{width:100%;display:flex;flex-direction:column;gap:0}.sms-page .sm-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.sms-page .sm-header .sm-header-left{display:flex;align-items:center;gap:14px}.sms-page .sm-header .sm-header-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#93bafa);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #3b82f626}.sms-page .sm-header .sm-header-icon svg{font-size:24px;color:#fff}.sms-page .sm-header .sm-header-text{display:flex;flex-direction:column;gap:2px}.sms-page .sm-header .sm-header-text h2{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.sms-page .sm-header .sm-header-text p{font-size:13px;color:#94a3b8;margin:0}.sms-page .sm-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border-radius:8px;font-weight:650;font-size:13px;font-family:inherit;cursor:pointer;border:none;transition:all .18s ease;white-space:nowrap}.sms-page .sm-btn:disabled{opacity:.45;cursor:not-allowed}.sms-page .sm-btn.sm-btn-primary{background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 14px #2563eb2e}.sms-page .sm-btn.sm-btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #2563eb47;transform:translateY(-1px)}.sms-page .sm-btn.sm-btn-outline{background:#fff;color:#475569;border:1px solid #e2e8f0}.sms-page .sm-btn.sm-btn-outline:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#3b82f614}.sms-page .sm-btn.sm-btn-send{background:linear-gradient(135deg,#10b981,#0c8a60);color:#fff;box-shadow:0 4px 14px #10b9814d}.sms-page .sm-btn.sm-btn-send:hover:not(:disabled){box-shadow:0 6px 20px #10b98166;transform:translateY(-1px)}.sms-page .sm-btn svg{font-size:18px}.sms-page .sm-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.sms-page .sm-card+.sm-card{margin-top:16px}.sms-page .sm-card-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,rgba(248,250,252,.7) 0%,transparent 100%)}.sms-page .sm-card-header .sm-card-title{font-size:15px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:8px}.sms-page .sm-card-header .sm-card-title svg{font-size:18px;color:#94a3b8}.sms-page .sm-card-header .sm-card-title svg.sm-status-icon.sent{color:#10b981}.sms-page .sm-card-header .sm-card-title svg.sm-status-icon.failed{color:#ef4444}.sms-page .sm-card-header .sm-card-title svg.sm-status-icon.sending{color:#d97706}.sms-page .sm-card-header .sm-card-title svg.sm-status-icon.scheduled{color:#3b82f6}.sms-page .sm-card-header .sm-card-title svg.sm-status-icon.draft{color:#94a3b8}.sms-page .sm-card-header .sm-card-title .sm-tag{font-size:11px;font-weight:600;padding:2px 8px;border-radius:6px;background:#3b82f614;color:#3b82f6}.sms-page .sm-card-body{padding:24px}.sms-page .sm-campaign-list{display:flex;flex-direction:column;gap:8px}.sms-page .sm-campaign-row{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;border:1.5px solid transparent;background:#f8fafc;cursor:pointer;transition:all .15s ease}.sms-page .sm-campaign-row:hover{background:#3b82f614;border-color:#3b82f626}.sms-page .sm-campaign-row.selected{background:#3b82f614;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}.sms-page .sm-campaign-icon{width:36px;height:36px;min-width:36px;border-radius:10px;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center}.sms-page .sm-campaign-icon svg{font-size:18px}.sms-page .sm-campaign-icon svg.sent{color:#10b981}.sms-page .sm-campaign-icon svg.failed{color:#ef4444}.sms-page .sm-campaign-icon svg.sending{color:#d97706}.sms-page .sm-campaign-icon svg.scheduled{color:#3b82f6}.sms-page .sm-campaign-icon svg.draft{color:#94a3b8}.selected .sms-page .sm-campaign-icon{background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);border:none;box-shadow:0 4px 10px #2563eb33}.selected .sms-page .sm-campaign-icon svg{color:#fff!important}.sms-page .sm-campaign-details{flex:1;min-width:0}.sms-page .sm-campaign-details .sm-campaign-name{font-size:14px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sms-page .sm-campaign-details .sm-campaign-meta{display:flex;align-items:center;gap:8px;margin-top:3px;font-size:12px;color:#94a3b8}.sms-page .sm-campaign-details .sm-campaign-meta span{display:flex;align-items:center;gap:3px}.sms-page .sm-campaign-details .sm-campaign-meta strong{color:#475569}.sms-page .sm-campaign-details .sm-campaign-meta .sm-dot{width:3px;height:3px;border-radius:50%;background:#94a3b8;display:inline-block}.sms-page .sm-status-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.3px;flex-shrink:0}.sms-page .sm-status-badge.draft{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.sms-page .sm-status-badge.scheduled{background:#eff6ff;color:#3b82f6;border:1px solid #bfdbfe}.sms-page .sm-status-badge.sending{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.sms-page .sm-status-badge.sent{background:#ecfdf5;color:#10b981;border:1px solid #a7f3d0}.sms-page .sm-status-badge.failed{background:#fef2f2;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.sms-page .sm-empty{text-align:center;padding:40px 20px;color:#94a3b8}.sms-page .sm-empty svg{font-size:40px;margin-bottom:10px;opacity:.4}.sms-page .sm-empty .sm-empty-title{font-size:14px;font-weight:600;color:#475569;margin-bottom:4px}.sms-page .sm-empty .sm-empty-desc{font-size:13px}.sms-page .sm-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.sms-page .sm-form-grid.single{grid-template-columns:1fr}@media (max-width: 640px){.sms-page .sm-form-grid{grid-template-columns:1fr}}.sms-page .sm-field{display:flex;flex-direction:column;gap:6px}.sms-page .sm-field .sm-field-label{font-size:13px;font-weight:650;color:#475569;display:flex;align-items:center;gap:8px}.sms-page .sm-field input,.sms-page .sm-field select,.sms-page .sm-field textarea{padding:10px 12px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:14px;font-family:inherit;outline:none;transition:border-color .15s}.sms-page .sm-field input::placeholder,.sms-page .sm-field select::placeholder,.sms-page .sm-field textarea::placeholder{color:#94a3b8}.sms-page .sm-field input:focus,.sms-page .sm-field select:focus,.sms-page .sm-field textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}.sms-page .sm-field textarea{min-height:100px;resize:vertical}.sms-page .sm-char-count{margin-left:auto;font-size:11px;font-weight:600;color:#94a3b8;font-variant-numeric:tabular-nums}.sms-page .sm-char-count.warn{color:#d97706}.sms-page .sm-hint{font-size:11.5px;color:#94a3b8;line-height:1.4}.sms-page .sm-hint.warn{color:#d97706;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:8px 10px}.sms-page .sm-filter-tabs{display:flex;gap:0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}@media (max-width: 640px){.sms-page .sm-filter-tabs{flex-wrap:wrap}}.sms-page .sm-filter-tab{flex:1;padding:9px 12px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;background:#fff;border:none;border-right:1px solid #e2e8f0;font-family:inherit;transition:all .15s;text-align:center}.sms-page .sm-filter-tab:last-child{border-right:none}.sms-page .sm-filter-tab:hover{background:#f8fafc}.sms-page .sm-filter-tab.active{background:#3b82f614;color:#3b82f6}@media (max-width: 640px){.sms-page .sm-filter-tab{flex:none;width:50%;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.sms-page .sm-filter-tab:nth-child(2n){border-right:none}.sms-page .sm-filter-tab:last-child{border-bottom:none}}.sms-page .sm-euro-input{position:relative;display:flex;align-items:center}.sms-page .sm-euro-input .sm-euro-icon{position:absolute;left:10px;font-size:18px;color:#94a3b8;pointer-events:none}.sms-page .sm-euro-input input{padding-left:34px;width:100%}.sms-page .sm-form-actions{display:flex;align-items:center;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.sms-page .sm-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}@media (max-width: 640px){.sms-page .sm-detail-grid{grid-template-columns:1fr}}.sms-page .sm-detail-field{display:flex;flex-direction:column;gap:4px}.sms-page .sm-detail-field .sm-detail-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8}.sms-page .sm-detail-field .sm-detail-value{font-size:14px;font-weight:600;color:#0f172a;display:flex;align-items:center;gap:6px}.sms-page .sm-detail-field .sm-detail-value .sm-detail-icon{font-size:16px;color:#94a3b8}.sms-page .sm-detail-field .sm-detail-value strong{color:#3b82f6}.sms-page .sm-message-preview{margin-bottom:20px}.sms-page .sm-message-preview .sm-message-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;margin-bottom:8px}.sms-page .sm-message-bubble{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px;font-size:14px;color:#0f172a;line-height:1.6;white-space:pre-wrap;word-break:break-word;font-family:SF Mono,Fira Code,ui-monospace,monospace}.sms-page .sm-stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px;margin-bottom:20px}.sms-page .sm-stats-tile{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px 14px;text-align:center;transition:border-color .15s}.sms-page .sm-stats-tile:hover{border-color:#c7d3e2}.sms-page .sm-stats-tile.highlight{border-color:#10b9814d;background:#ecfdf5}.sms-page .sm-stats-tile.highlight .sm-stats-num{color:#10b981}.sms-page .sm-stats-tile.danger{border-color:#ef444433;background:#fef2f2}.sms-page .sm-stats-tile.danger .sm-stats-num{color:#ef4444}.sms-page .sm-stats-tile.accent{border-color:#3b82f640;background:#3b82f60f}.sms-page .sm-stats-tile.accent .sm-stats-num{color:#3b82f6}.sms-page .sm-stats-tile.cost{border-color:#d9770640;background:#fffbeb}.sms-page .sm-stats-tile.cost .sm-stats-num{color:#d97706}.sms-page .sm-stats-tile .sm-stats-num{font-size:26px;font-weight:800;color:#0f172a;line-height:1;font-family:Poppins,sans-serif}.sms-page .sm-stats-tile .sm-stats-label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-top:6px}.sms-page .sm-actions-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding-top:16px;border-top:1px solid #e2e8f0}.sms-page .sm-preview-info{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569;background:#3b82f614;border:1px solid rgba(59,130,246,.15);border-radius:8px;padding:8px 14px}.sms-page .sm-preview-info svg{font-size:16px;color:#3b82f6}.sms-page .sm-preview-info strong{color:#0f172a;font-weight:700}.sms-page .sm-preview-info .sm-dot{width:3px;height:3px;border-radius:50%;background:#94a3b8;display:inline-block}.rc-page{width:100%;display:flex;flex-direction:column;gap:0}.rc-page .rc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.rc-page .rc-header .rc-header-left{display:flex;align-items:center;gap:14px}.rc-page .rc-header .rc-header-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#93bafa);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #3b82f626}.rc-page .rc-header .rc-header-icon svg{font-size:24px;color:#fff}.rc-page .rc-header .rc-header-text{display:flex;flex-direction:column;gap:2px}.rc-page .rc-header .rc-header-text h2{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.rc-page .rc-header .rc-header-text p{font-size:13px;color:#94a3b8;margin:0}.rc-page .rc-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border-radius:8px;font-weight:650;font-size:13px;font-family:inherit;cursor:pointer;border:none;transition:all .18s ease;white-space:nowrap}.rc-page .rc-btn:disabled{opacity:.45;cursor:not-allowed}.rc-page .rc-btn.rc-btn-primary{background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 14px #2563eb2e}.rc-page .rc-btn.rc-btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #2563eb47;transform:translateY(-1px)}.rc-page .rc-btn.rc-btn-outline{background:#fff;color:#475569;border:1px solid #e2e8f0}.rc-page .rc-btn.rc-btn-outline:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#3b82f614}.rc-page .rc-btn.rc-btn-danger{background:transparent;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.rc-page .rc-btn.rc-btn-danger:hover:not(:disabled){background:#fef2f2;border-color:#ef4444}.rc-page .rc-btn.rc-btn-success{background:transparent;color:#10b981;border:1px solid rgba(16,185,129,.3)}.rc-page .rc-btn.rc-btn-success:hover:not(:disabled){background:#ecfdf5;border-color:#10b981}.rc-page .rc-btn svg{font-size:18px}.rc-page .rc-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.rc-page .rc-card+.rc-card{margin-top:16px}.rc-page .rc-card-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,rgba(248,250,252,.7) 0%,transparent 100%)}.rc-page .rc-card-header .rc-card-title{font-size:15px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:8px}.rc-page .rc-card-header .rc-card-title svg{font-size:18px;color:#94a3b8}.rc-page .rc-card-header .rc-card-title .rc-tag{font-size:11px;font-weight:600;padding:2px 8px;border-radius:6px;background:#3b82f614;color:#3b82f6}.rc-page .rc-card-body{padding:24px}.rc-page .rc-campaign-list{display:flex;flex-direction:column;gap:8px}.rc-page .rc-campaign-row{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;border:1.5px solid transparent;background:#f8fafc;cursor:pointer;transition:all .15s ease}.rc-page .rc-campaign-row:hover{background:#3b82f614;border-color:#3b82f626}.rc-page .rc-campaign-row.selected{background:#3b82f614;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}.rc-page .rc-campaign-icon{width:36px;height:36px;min-width:36px;border-radius:10px;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center}.rc-page .rc-campaign-icon svg{font-size:18px;color:#3b82f6}.selected .rc-page .rc-campaign-icon{background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);border:none;box-shadow:0 4px 10px #2563eb33}.selected .rc-page .rc-campaign-icon svg{color:#fff}.rc-page .rc-campaign-details{flex:1;min-width:0}.rc-page .rc-campaign-details .rc-campaign-name{font-size:14px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rc-page .rc-campaign-details .rc-campaign-meta{display:flex;align-items:center;gap:8px;margin-top:3px;font-size:12px;color:#94a3b8}.rc-page .rc-campaign-details .rc-campaign-meta span{display:flex;align-items:center;gap:3px}.rc-page .rc-campaign-details .rc-campaign-meta .rc-dot{width:3px;height:3px;border-radius:50%;background:#94a3b8}.rc-page .rc-platform-badge{font-size:11px;font-weight:650;padding:2px 8px;border-radius:6px;background:#3b82f614;color:#3b82f6}.rc-page .rc-status-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.3px;flex-shrink:0}.rc-page .rc-status-badge.active{background:#ecfdf5;color:#10b981;border:1px solid #a7f3d0}.rc-page .rc-status-badge.inactive{background:#fef2f2;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.rc-page .rc-empty{text-align:center;padding:40px 20px;color:#94a3b8}.rc-page .rc-empty svg{font-size:40px;margin-bottom:10px;opacity:.4}.rc-page .rc-empty .rc-empty-title{font-size:14px;font-weight:600;color:#475569;margin-bottom:4px}.rc-page .rc-empty .rc-empty-desc{font-size:13px}.rc-page .rc-stock-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.rc-page .rc-stock-tile{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:18px 14px;text-align:center;transition:border-color .15s}.rc-page .rc-stock-tile:hover{border-color:#c7d3e2}.rc-page .rc-stock-tile.highlight{border-color:#10b9814d;background:#ecfdf5}.rc-page .rc-stock-tile .rc-stock-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 auto 8px}.rc-page .rc-stock-tile .rc-stock-icon svg{font-size:18px}.rc-page .rc-stock-tile .rc-stock-icon.sent{background:#3b82f61a}.rc-page .rc-stock-tile .rc-stock-icon.sent svg{color:#3b82f6}.rc-page .rc-stock-tile .rc-stock-icon.received{background:#f59e0b1a}.rc-page .rc-stock-tile .rc-stock-icon.received svg{color:#f59e0b}.rc-page .rc-stock-tile .rc-stock-icon.distributed{background:#10b9811a}.rc-page .rc-stock-tile .rc-stock-icon.distributed svg{color:#10b981}.rc-page .rc-stock-tile .rc-stock-icon.available{background:#10b98126}.rc-page .rc-stock-tile .rc-stock-icon.available svg{color:#0ea271}.rc-page .rc-stock-tile .rc-stock-icon.response{background:#8b5cf61a}.rc-page .rc-stock-tile .rc-stock-icon.response svg{color:#8b5cf6}.rc-page .rc-stock-tile .rc-stock-icon.conversion{background:#2563eb1a}.rc-page .rc-stock-tile .rc-stock-icon.conversion svg{color:#2563eb}.rc-page .rc-stock-tile .rc-stock-num{font-size:26px;font-weight:800;color:#0f172a;line-height:1;font-family:Poppins,sans-serif}.rc-page .rc-stock-tile .rc-stock-label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-top:6px}.rc-page .rc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rc-page .rc-form-grid.single{grid-template-columns:1fr}@media (max-width: 640px){.rc-page .rc-form-grid{grid-template-columns:1fr}}.rc-page .rc-field{display:flex;flex-direction:column;gap:6px}.rc-page .rc-field .rc-field-label{font-size:13px;font-weight:650;color:#475569}.rc-page .rc-field input,.rc-page .rc-field select,.rc-page .rc-field textarea{padding:10px 12px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:14px;font-family:inherit;outline:none;transition:border-color .15s}.rc-page .rc-field input::placeholder,.rc-page .rc-field select::placeholder,.rc-page .rc-field textarea::placeholder{color:#94a3b8}.rc-page .rc-field input:focus,.rc-page .rc-field select:focus,.rc-page .rc-field textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}.rc-page .rc-field input:disabled,.rc-page .rc-field select:disabled,.rc-page .rc-field textarea:disabled{background:#f8fafc;color:#94a3b8}.rc-page .rc-field textarea{min-height:70px;resize:vertical}.rc-page .rc-field select{cursor:pointer}.rc-page .rc-hint{font-size:11.5px;color:#94a3b8;margin-top:4px;line-height:1.4}.rc-page .rc-hint code{background:#3b82f60f;padding:1px 5px;border-radius:4px;font-size:11px;color:#3b82f6}.rc-page .rc-form-actions{display:flex;align-items:center;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.rc-page .rc-upload-zone{border:2px dashed #e2e8f0;border-radius:12px;padding:28px 20px;text-align:center;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;background:#f8fafc}.rc-page .rc-upload-zone:hover{border-color:#3b82f6;background:#3b82f614}.rc-page .rc-upload-zone.has-file{border-color:#10b981;border-style:solid;background:#ecfdf5}.rc-page .rc-upload-zone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.rc-page .rc-upload-zone .rc-upload-icon{margin-bottom:8px}.rc-page .rc-upload-zone .rc-upload-icon svg{font-size:32px;color:#94a3b8}.rc-page .rc-upload-zone.has-file .rc-upload-icon svg{color:#10b981}.rc-page .rc-upload-zone .rc-upload-text{font-size:13px;font-weight:600;color:#475569}.rc-page .rc-upload-zone .rc-upload-hint{font-size:12px;color:#94a3b8;margin-top:4px}.rc-page .rc-upload-zone .rc-upload-file{font-size:13px;font-weight:700;color:#10b981;margin-top:4px}.rc-page .rc-result-banner{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;margin-top:16px;font-size:13px;font-weight:600}.rc-page .rc-result-banner svg{font-size:20px;flex-shrink:0}.rc-page .rc-result-banner.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#0c8a60}.rc-page .rc-result-stats{display:flex;gap:16px}.rc-page .rc-result-stats span{display:flex;align-items:center;gap:4px}.rc-page .rc-result-stats span strong{font-weight:800}.rc-page .rc-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 640px){.rc-page .rc-info-grid{grid-template-columns:1fr}}.rc-page .rc-info-item{display:flex;flex-direction:column;gap:4px}.rc-page .rc-info-label{font-size:12px;font-weight:650;color:#94a3b8;text-transform:uppercase;letter-spacing:.3px}.rc-page .rc-info-value{font-size:14px;font-weight:600;color:#0f172a}.rc-page .rc-info-link{color:#3b82f6;text-decoration:none;word-break:break-all}.rc-page .rc-info-link:hover{text-decoration:underline}.rc-page .rc-divider{height:1px;background:#e2e8f0;margin:20px 0}.rc-page .rc-template-preview{display:flex;flex-direction:column;gap:8px}.rc-page .rc-template-text{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:14px 16px;font-size:13px;font-family:inherit;color:#475569;line-height:1.6;white-space:pre-wrap;margin:0}.loc-page{width:100%;display:flex;flex-direction:column;gap:0}.loc-page .loc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.loc-page .loc-header .loc-header-left{display:flex;align-items:center;gap:14px}.loc-page .loc-header .loc-header-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#f59e0b,#f97316);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #f59e0b40}.loc-page .loc-header .loc-header-icon svg{font-size:24px;color:#fff}.loc-page .loc-header .loc-header-text{display:flex;flex-direction:column;gap:2px}.loc-page .loc-header .loc-header-text h2{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.loc-page .loc-header .loc-header-text p{font-size:13px;color:#94a3b8;margin:0}.loc-page .loc-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border-radius:8px;font-weight:650;font-size:13px;font-family:inherit;cursor:pointer;border:none;transition:all .18s ease;white-space:nowrap}.loc-page .loc-btn:disabled{opacity:.45;cursor:not-allowed}.loc-page .loc-btn.loc-btn-primary{background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 14px #2563eb2e}.loc-page .loc-btn.loc-btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #2563eb47;transform:translateY(-1px)}.loc-page .loc-btn.loc-btn-outline{background:#fff;color:#475569;border:1px solid #e2e8f0}.loc-page .loc-btn.loc-btn-outline:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#3b82f614}.loc-page .loc-btn.loc-btn-danger{background:transparent;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.loc-page .loc-btn.loc-btn-danger:hover:not(:disabled){background:#fef2f2;border-color:#ef4444}.loc-page .loc-btn.loc-btn-success{background:transparent;color:#10b981;border:1px solid rgba(16,185,129,.3)}.loc-page .loc-btn.loc-btn-success:hover:not(:disabled){background:#ecfdf5;border-color:#10b981}.loc-page .loc-btn svg{font-size:18px}.loc-page .loc-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.loc-page .loc-card+.loc-card{margin-top:16px}.loc-page .loc-card-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,rgba(248,250,252,.7) 0%,transparent 100%)}.loc-page .loc-card-header .loc-card-title{font-size:15px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:8px}.loc-page .loc-card-header .loc-card-title svg{font-size:18px;color:#94a3b8}.loc-page .loc-card-header .loc-card-title .loc-tag{font-size:11px;font-weight:600;padding:2px 8px;border-radius:6px;background:#3b82f614;color:#3b82f6}.loc-page .loc-card-body{padding:24px}.loc-page .loc-campaign-list{display:flex;flex-direction:column;gap:8px}.loc-page .loc-campaign-row{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;border:1.5px solid transparent;background:#f8fafc;cursor:pointer;transition:all .15s ease}.loc-page .loc-campaign-row:hover{background:#3b82f614;border-color:#3b82f626}.loc-page .loc-campaign-row.selected{background:#3b82f614;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}.loc-page .loc-campaign-icon{width:36px;height:36px;min-width:36px;border-radius:10px;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center}.loc-page .loc-campaign-icon svg{font-size:18px;color:#f59e0b}.selected .loc-page .loc-campaign-icon{background:linear-gradient(135deg,#f59e0b,#f97316);border:none;box-shadow:0 4px 10px #f59e0b4d}.selected .loc-page .loc-campaign-icon svg{color:#fff}.loc-page .loc-campaign-details{flex:1;min-width:0}.loc-page .loc-campaign-details .loc-campaign-name{font-size:14px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.loc-page .loc-campaign-details .loc-campaign-meta{display:flex;align-items:center;gap:8px;margin-top:3px;font-size:12px;color:#94a3b8}.loc-page .loc-campaign-details .loc-campaign-meta span{display:flex;align-items:center;gap:3px}.loc-page .loc-campaign-details .loc-campaign-meta .loc-dot{width:3px;height:3px;border-radius:50%;background:#94a3b8}.loc-page .loc-threshold-badge{font-size:11px;font-weight:650;padding:2px 8px;border-radius:6px;background:#f59e0b1a;color:#c57f08}.loc-page .loc-status-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.3px;flex-shrink:0}.loc-page .loc-status-badge.active{background:#ecfdf5;color:#10b981;border:1px solid #a7f3d0}.loc-page .loc-status-badge.inactive{background:#fef2f2;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.loc-page .loc-empty{text-align:center;padding:40px 20px;color:#94a3b8}.loc-page .loc-empty svg{font-size:40px;margin-bottom:10px;opacity:.4}.loc-page .loc-empty .loc-empty-title{font-size:14px;font-weight:600;color:#475569;margin-bottom:4px}.loc-page .loc-empty .loc-empty-desc{font-size:13px}.loc-page .loc-stock-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.loc-page .loc-stock-tile{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:18px 14px;text-align:center;transition:border-color .15s}.loc-page .loc-stock-tile:hover{border-color:#c7d3e2}.loc-page .loc-stock-tile.highlight{border-color:#10b9814d;background:#ecfdf5}.loc-page .loc-stock-tile .loc-stock-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 auto 8px}.loc-page .loc-stock-tile .loc-stock-icon svg{font-size:18px}.loc-page .loc-stock-tile .loc-stock-icon.triggered{background:#f59e0b1a}.loc-page .loc-stock-tile .loc-stock-icon.triggered svg{color:#f59e0b}.loc-page .loc-stock-tile .loc-stock-icon.sent{background:#3b82f61a}.loc-page .loc-stock-tile .loc-stock-icon.sent svg{color:#3b82f6}.loc-page .loc-stock-tile .loc-stock-icon.distributed{background:#10b9811a}.loc-page .loc-stock-tile .loc-stock-icon.distributed svg{color:#10b981}.loc-page .loc-stock-tile .loc-stock-icon.available{background:#10b98126}.loc-page .loc-stock-tile .loc-stock-icon.available svg{color:#0ea271}.loc-page .loc-stock-tile .loc-stock-num{font-size:26px;font-weight:800;color:#0f172a;line-height:1;font-family:Poppins,sans-serif}.loc-page .loc-stock-tile .loc-stock-label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-top:6px}.loc-page .loc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.loc-page .loc-form-grid.single{grid-template-columns:1fr}@media (max-width: 640px){.loc-page .loc-form-grid{grid-template-columns:1fr}}.loc-page .loc-field{display:flex;flex-direction:column;gap:6px}.loc-page .loc-field .loc-field-label{font-size:13px;font-weight:650;color:#475569}.loc-page .loc-field input,.loc-page .loc-field select,.loc-page .loc-field textarea{padding:10px 12px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:14px;font-family:inherit;outline:none;transition:border-color .15s}.loc-page .loc-field input::placeholder,.loc-page .loc-field select::placeholder,.loc-page .loc-field textarea::placeholder{color:#94a3b8}.loc-page .loc-field input:focus,.loc-page .loc-field select:focus,.loc-page .loc-field textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}.loc-page .loc-field input:disabled,.loc-page .loc-field select:disabled,.loc-page .loc-field textarea:disabled{background:#f8fafc;color:#94a3b8}.loc-page .loc-field textarea{min-height:70px;resize:vertical}.loc-page .loc-hint{font-size:11.5px;color:#94a3b8;margin-top:4px;line-height:1.4}.loc-page .loc-hint code{background:#3b82f60f;padding:1px 5px;border-radius:4px;font-size:11px;color:#3b82f6}.loc-page .loc-form-actions{display:flex;align-items:center;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.loc-page .loc-upload-zone{border:2px dashed #e2e8f0;border-radius:12px;padding:28px 20px;text-align:center;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;background:#f8fafc}.loc-page .loc-upload-zone:hover{border-color:#3b82f6;background:#3b82f614}.loc-page .loc-upload-zone.has-file{border-color:#10b981;border-style:solid;background:#ecfdf5}.loc-page .loc-upload-zone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.loc-page .loc-upload-zone .loc-upload-icon{margin-bottom:8px}.loc-page .loc-upload-zone .loc-upload-icon svg{font-size:32px;color:#94a3b8}.loc-page .loc-upload-zone.has-file .loc-upload-icon svg{color:#10b981}.loc-page .loc-upload-zone .loc-upload-text{font-size:13px;font-weight:600;color:#475569}.loc-page .loc-upload-zone .loc-upload-hint{font-size:12px;color:#94a3b8;margin-top:4px}.loc-page .loc-upload-zone .loc-upload-file{font-size:13px;font-weight:700;color:#10b981;margin-top:4px}.loc-page .loc-result-banner{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;margin-top:16px;font-size:13px;font-weight:600}.loc-page .loc-result-banner svg{font-size:20px;flex-shrink:0}.loc-page .loc-result-banner.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#0c8a60}.loc-page .loc-result-stats{display:flex;gap:16px}.loc-page .loc-result-stats span{display:flex;align-items:center;gap:4px}.loc-page .loc-result-stats span strong{font-weight:800}.loc-page .loc-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 640px){.loc-page .loc-info-grid{grid-template-columns:1fr}}.loc-page .loc-info-item{display:flex;flex-direction:column;gap:4px}.loc-page .loc-info-label{font-size:12px;font-weight:650;color:#94a3b8;text-transform:uppercase;letter-spacing:.3px}.loc-page .loc-info-value{font-size:14px;font-weight:600;color:#0f172a}.loc-page .loc-divider{height:1px;background:#e2e8f0;margin:20px 0}.loc-page .loc-template-preview{display:flex;flex-direction:column;gap:8px}.loc-page .loc-template-text{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:14px 16px;font-size:13px;font-family:inherit;color:#475569;line-height:1.6;white-space:pre-wrap;margin:0}.customers-page{width:100%;display:flex;flex-direction:column;gap:0}.customers-page .cust-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.customers-page .cust-header .cust-header-left{display:flex;align-items:center;gap:14px}.customers-page .cust-header .cust-header-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#39f,#007fff,#2563eb);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #007fff26}.customers-page .cust-header .cust-header-icon svg{font-size:24px;color:#fff}.customers-page .cust-header .cust-header-text{display:flex;flex-direction:column;gap:2px}.customers-page .cust-header .cust-header-text h2{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.customers-page .cust-header .cust-header-text p{font-size:13px;color:#94a3b8;margin:0}.customers-page .cust-header .cust-header-actions{display:flex;align-items:center;gap:8px}.customers-page .cust-stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-bottom:16px}.customers-page .cust-stat-tile{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 14px;text-align:center;transition:border-color .15s,box-shadow .15s}.customers-page .cust-stat-tile:hover{border-color:#007fff4d;box-shadow:0 2px 10px #007fff26}.customers-page .cust-stat-tile .cust-stat-num{font-size:24px;font-weight:800;color:#0f172a;line-height:1;font-family:Poppins,sans-serif}.customers-page .cust-stat-tile .cust-stat-label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-top:6px}.customers-page .cust-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border-radius:8px;font-weight:650;font-size:13px;font-family:inherit;cursor:pointer;border:none;transition:all .18s ease;white-space:nowrap}.customers-page .cust-btn:disabled{opacity:.45;cursor:not-allowed}.customers-page .cust-btn.cust-btn-primary{background:linear-gradient(135deg,#39f,#007fff,#2563eb);color:#fff;box-shadow:0 4px 14px #2563eb2e}.customers-page .cust-btn.cust-btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #2563eb47;transform:translateY(-1px)}.customers-page .cust-btn.cust-btn-outline{background:#fff;color:#475569;border:1px solid #e2e8f0}.customers-page .cust-btn.cust-btn-outline:hover:not(:disabled){border-color:#007fff;color:#007fff;background:#007fff14}.customers-page .cust-btn.cust-btn-secondary{background:#f8fafc;color:#2563eb;border:1px solid rgba(37,99,235,.2)}.customers-page .cust-btn.cust-btn-secondary:hover:not(:disabled){background:#2563eb0f;border-color:#2563eb}.customers-page .cust-btn.cust-btn-ghost{background:transparent;color:#94a3b8;border:none;padding:6px 10px}.customers-page .cust-btn.cust-btn-ghost:hover:not(:disabled){color:#007fff;background:#007fff14}.customers-page .cust-btn.cust-btn-icon{background:none;border:none;color:#64748b;padding:4px;border-radius:6px;transition:color .15s,background .15s}.customers-page .cust-btn.cust-btn-icon:hover:not(:disabled){color:#007fff;background:#007fff14}.customers-page .cust-btn svg{font-size:18px}.customers-page .cust-actions-cell{width:48px;text-align:center}.customers-page .cust-backfill-result{width:100%;margin-top:8px;padding:10px 16px;border-radius:8px;background:#ecfdf5;color:#10b981;border:1px solid #a7f3d0;font-size:13px;font-weight:600}.customers-page .cust-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.customers-page .cust-card+.cust-card{margin-top:16px}.customers-page .cust-card-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,rgba(248,250,252,.7) 0%,transparent 100%);flex-wrap:wrap;gap:12px}.customers-page .cust-card-header .cust-card-title{font-size:15px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:8px}.customers-page .cust-card-header .cust-card-title svg{font-size:18px;color:#94a3b8}.customers-page .cust-card-header .cust-card-title .cust-count{font-size:11px;font-weight:600;padding:2px 8px;border-radius:6px;background:#007fff14;color:#007fff}.customers-page .cust-card-header .cust-card-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.customers-page .cust-card-body{padding:24px}.customers-page .cust-search-bar{position:relative;flex:1;min-width:180px;max-width:320px}.customers-page .cust-search-bar .cust-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:18px;color:#94a3b8;pointer-events:none}.customers-page .cust-search-bar input{width:100%;padding:9px 12px 9px 36px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:13px;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.customers-page .cust-search-bar input::placeholder{color:#94a3b8}.customers-page .cust-search-bar input:focus{border-color:#007fff;box-shadow:0 0 0 3px #007fff14}.customers-page .cust-table-wrapper{overflow-x:auto}.customers-page .cust-table{width:100%;border-collapse:collapse;font-size:13px}.customers-page .cust-table th{text-align:left;padding:12px 16px;font-weight:700;font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border-bottom:1px solid #e2e8f0;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .15s}.customers-page .cust-table th:hover{color:#475569}.customers-page .cust-table th.sorted{color:#007fff}.customers-page .cust-table td{padding:12px 16px;border-bottom:1px solid rgba(226,232,240,.6);color:#475569;vertical-align:middle}.customers-page .cust-table tr{transition:background .12s;cursor:pointer}.customers-page .cust-table tr:hover td{background:#007fff08}.customers-page .cust-table tr:last-child td{border-bottom:none}.customers-page .cust-table .cust-name-cell{font-weight:600;color:#0f172a;display:flex;align-items:center;gap:10px}.customers-page .cust-table .cust-name-cell .cust-avatar{width:32px;height:32px;min-width:32px;border-radius:50%;background:linear-gradient(135deg,#39f,#007fff,#2563eb);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;text-transform:uppercase}.customers-page .cust-table .cust-phone{font-family:SF Mono,Fira Code,ui-monospace,monospace;font-size:12px;color:#475569}.customers-page .cust-table .cust-amount{font-weight:700;color:#0f172a}.customers-page .cust-table .cust-date{font-size:12px;color:#94a3b8}.customers-page .cust-source-badge{font-size:10px;font-weight:700;padding:3px 8px;border-radius:12px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.customers-page .cust-source-badge.order{background:#007fff14;color:#007fff;border:1px solid rgba(0,127,255,.2)}.customers-page .cust-source-badge.coupon{background:#3b82f614;color:#3b82f6;border:1px solid rgba(59,130,246,.2)}.customers-page .cust-source-badge.manual{background:#fffbeb;color:#f59e0b;border:1px solid rgba(245,158,11,.2)}.customers-page .cust-tags{display:flex;flex-wrap:wrap;gap:4px}.customers-page .cust-tag-chip{font-size:10px;font-weight:600;padding:2px 8px;border-radius:10px;background:#2563eb0f;color:#2563eb;border:1px solid rgba(37,99,235,.12);white-space:nowrap;display:flex;align-items:center;gap:4px}.customers-page .cust-tag-chip .cust-tag-remove{font-size:12px;cursor:pointer;color:#94a3b8;line-height:1}.customers-page .cust-tag-chip .cust-tag-remove:hover{color:#ef4444}.customers-page .cust-tag-add{display:flex;align-items:center;gap:4px}.customers-page .cust-tag-add input{padding:4px 8px;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;width:100px;outline:none}.customers-page .cust-tag-add input:focus{border-color:#007fff;box-shadow:0 0 0 2px #007fff14}.customers-page .cust-tag-add button{padding:4px 10px;border:none;border-radius:8px;background:#007fff;color:#fff;font-size:12px;cursor:pointer;font-family:inherit}.customers-page .cust-tag-add button:hover{background:#006bd6}.customers-page .cust-pagination{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-top:1px solid #e2e8f0;font-size:13px;color:#94a3b8;flex-wrap:wrap;gap:8px}.customers-page .cust-pagination .cust-page-info{font-size:12px}.customers-page .cust-pagination .cust-page-controls{display:flex;align-items:center;gap:4px}.customers-page .cust-pagination .cust-page-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:all .15s;font-family:inherit}.customers-page .cust-pagination .cust-page-btn:hover:not(:disabled){border-color:#007fff;color:#007fff;background:#007fff14}.customers-page .cust-pagination .cust-page-btn.active{background:#007fff;color:#fff;border-color:#007fff}.customers-page .cust-pagination .cust-page-btn:disabled{opacity:.4;cursor:not-allowed}.customers-page .cust-empty{text-align:center;padding:56px 20px;color:#94a3b8}.customers-page .cust-empty svg{font-size:48px;margin-bottom:12px;opacity:.35}.customers-page .cust-empty .cust-empty-title{font-size:15px;font-weight:600;color:#475569;margin-bottom:6px}.customers-page .cust-empty .cust-empty-desc{font-size:13px;max-width:280px;margin:0 auto}.customers-page .cust-back-row{display:flex;align-items:center;gap:8px;margin-bottom:20px}.customers-page .cust-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 640px){.customers-page .cust-profile-grid{grid-template-columns:1fr}}.customers-page .cust-profile-field{display:flex;flex-direction:column;gap:4px}.customers-page .cust-profile-field .cust-field-label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.customers-page .cust-profile-field .cust-field-value{font-size:14px;font-weight:600;color:#0f172a}.customers-page .cust-profile-field .cust-field-value.phone{font-family:SF Mono,Fira Code,ui-monospace,monospace;font-size:13px}.customers-page .cust-profile-field .cust-field-value.muted{color:#94a3b8;font-weight:400}.customers-page .cust-consent-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;padding:4px 10px;border-radius:12px}.customers-page .cust-consent-badge.yes{background:#ecfdf5;color:#10b981;border:1px solid #a7f3d0}.customers-page .cust-consent-badge.no{background:#fef2f2;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.customers-page .cust-tabs{display:flex;gap:0;border-bottom:2px solid #e2e8f0;margin-bottom:20px}.customers-page .cust-tab{padding:10px 18px;font-size:13px;font-weight:600;color:#94a3b8;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s;font-family:inherit;background:none;border-top:none;border-left:none;border-right:none}.customers-page .cust-tab:hover{color:#475569}.customers-page .cust-tab.active{color:#007fff;border-bottom-color:#007fff}.customers-page .cust-order-list{display:flex;flex-direction:column;gap:8px}.customers-page .cust-order-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;gap:12px;flex-wrap:wrap}.customers-page .cust-order-row .cust-order-left{display:flex;flex-direction:column;gap:3px}.customers-page .cust-order-row .cust-order-left .cust-order-date{font-size:12px;font-weight:700;color:#0f172a}.customers-page .cust-order-row .cust-order-left .cust-order-items{font-size:12px;color:#94a3b8}.customers-page .cust-order-row .cust-order-right{display:flex;align-items:center;gap:12px}.customers-page .cust-order-row .cust-order-right .cust-order-total{font-size:14px;font-weight:800;color:#0f172a;font-family:Poppins,sans-serif}.customers-page .cust-order-row .cust-order-right .cust-order-status{font-size:10px;font-weight:700;padding:3px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.3px;background:#ecfdf5;color:#10b981;border:1px solid #a7f3d0}.customers-page .cust-coupon-list{display:flex;flex-direction:column;gap:8px}.customers-page .cust-coupon-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;gap:12px;flex-wrap:wrap}.customers-page .cust-coupon-row .cust-coupon-left{display:flex;flex-direction:column;gap:3px}.customers-page .cust-coupon-row .cust-coupon-left .cust-coupon-campaign{font-size:13px;font-weight:700;color:#0f172a}.customers-page .cust-coupon-row .cust-coupon-left .cust-coupon-date{font-size:12px;color:#94a3b8}.customers-page .cust-coupon-row .cust-coupon-badge{font-size:10px;font-weight:700;padding:3px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.3px;background:#3b82f614;color:#3b82f6;border:1px solid rgba(59,130,246,.2)}.customers-page .cust-notes-area{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:13px;color:#0f172a;resize:vertical;min-height:80px;outline:none;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.customers-page .cust-notes-area:focus{border-color:#007fff;box-shadow:0 0 0 3px #007fff14}.customers-page .cust-notes-area::placeholder{color:#94a3b8}.customers-page .cust-save-bar{display:flex;align-items:center;gap:10px;padding-top:16px;border-top:1px solid #e2e8f0;margin-top:16px}.customers-page .cust-loading{display:flex;align-items:center;justify-content:center;padding:60px 20px}@keyframes qs-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes qs-spin{to{transform:rotate(360deg)}}@keyframes qs-pop{0%{transform:scale(.6);opacity:0}70%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes qs-draw{0%{stroke-dashoffset:60}to{stroke-dashoffset:0}}@keyframes qs-pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(1.6);opacity:0}}.quick-setup{width:100%;max-width:820px;margin:0 auto;padding-bottom:60px;font-family:Poppins,sans-serif}.quick-setup .qs-header{margin-bottom:36px;animation:qs-fade-up .4s ease both}.quick-setup .qs-header__badge{display:inline-flex;align-items:center;gap:7px;padding:6px 14px;background:linear-gradient(135deg,#2563eb14,#3b82f61f);border:1px solid rgba(59,130,246,.2);border-radius:100px;color:#3b82f6;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:16px}.quick-setup .qs-header__bolt{width:14px;height:14px;flex-shrink:0}.quick-setup .qs-header__title{font-size:32px;font-weight:800;color:#0f172a;letter-spacing:-.5px;margin:0 0 10px;line-height:1.1}.quick-setup .qs-header__sub{font-size:15px;color:#475569;font-weight:400;line-height:1.6;max-width:520px}.quick-setup .qs-form{display:flex;flex-direction:column;gap:4px}.quick-setup .qs-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px 28px 32px;margin-bottom:16px;box-shadow:0 1px 4px #0000000a;transition:box-shadow .2s ease}.quick-setup .qs-section:hover{box-shadow:0 4px 16px #0000000f}.quick-setup .qs-section__label{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin-bottom:22px}.quick-setup .qs-section__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.quick-setup .qs-section__dot--required{background:#3b82f6}.quick-setup .qs-section__dot--optional{background:transparent;border:2px solid #94a3b8}.quick-setup .qs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 24px}@media (max-width: 620px){.quick-setup .qs-grid{grid-template-columns:1fr}}.quick-setup .qs-field{display:flex;flex-direction:column;gap:7px;animation:qs-fade-up .35s ease both;animation-delay:calc(var(--field-index, 0) * .04s + .1s)}.quick-setup .qs-field__label{font-size:12.5px;font-weight:600;color:#1e293b;letter-spacing:.01em}.quick-setup .qs-field__input{padding:12px 15px;border:1.5px solid #e2e8f0;border-radius:10px;background:#f8fafc;font-size:14px;color:#0f172a;font-family:Poppins,sans-serif;font-weight:500;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;width:100%}.quick-setup .qs-field__input::placeholder{color:#94a3b8;font-weight:400}.quick-setup .qs-field__input:hover:not(:focus){border-color:#c7d3e2}.quick-setup .qs-field__input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61f}.quick-setup .qs-field__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}.quick-setup .qs-field__error{font-size:12px;font-weight:500;color:#ef4444;display:flex;align-items:center;gap:4px}.quick-setup .qs-field__error:before{content:"!";display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;background:#ef4444;color:#fff;font-size:9px;font-weight:800;border-radius:50%;flex-shrink:0}.quick-setup .qs-field__skeleton{height:46px;border-radius:10px;background:linear-gradient(90deg,#f1f5f9 25%,#f8fafc,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.4s ease infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.quick-setup .qs-field__warning{display:flex;align-items:flex-start;gap:9px;padding:12px 14px;background:#fffbeb;border:1px solid rgba(245,158,11,.35);border-radius:10px;font-size:13px;font-weight:500;color:#945f06;line-height:1.5}.quick-setup .qs-field__warning svg{width:16px;height:16px;flex-shrink:0;margin-top:1px;color:#f59e0b}.quick-setup .qs-field--error .qs-field__input{border-color:#ef4444;background:#fef2f2;box-shadow:0 0 0 3px #ef444414}.quick-setup .qs-error-banner{display:flex;align-items:flex-start;gap:10px;padding:14px 18px;background:#fef2f2;border:1px solid rgba(239,68,68,.3);border-radius:12px;font-size:14px;font-weight:500;color:#d41212;line-height:1.5;animation:qs-fade-up .3s ease both}.quick-setup .qs-error-banner svg{width:18px;height:18px;flex-shrink:0;margin-top:1px;color:#ef4444}.quick-setup .qs-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:8px;padding:20px 0 0}.quick-setup .qs-footer__note{font-size:13px;color:#94a3b8;line-height:1.5;max-width:360px;font-weight:400}.quick-setup .qs-footer__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}@media (max-width: 620px){.quick-setup .qs-footer{flex-direction:column;align-items:stretch}.quick-setup .qs-footer__note{max-width:100%}.quick-setup .qs-footer__actions{flex-direction:column-reverse}}.quick-setup .qs-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:12px;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s ease;text-decoration:none;border:none;white-space:nowrap}.quick-setup .qs-btn__icon{width:16px;height:16px;flex-shrink:0}.quick-setup .qs-btn--primary{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 4px 14px #2563eb40}.quick-setup .qs-btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #2563eb59;background:linear-gradient(135deg,#1557e6,#60a5fa)}.quick-setup .qs-btn--primary:active:not(:disabled){transform:translateY(0)}.quick-setup .qs-btn--primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.quick-setup .qs-btn--outline{background:#fff;color:#2563eb;border:2px solid #2563EB}.quick-setup .qs-btn--outline:hover{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 14px #2563eb40}.quick-setup .qs-btn--ghost{background:transparent;color:#475569}.quick-setup .qs-btn--ghost:hover{background:#f1f5f9;color:#1e293b}@media (max-width: 620px){.quick-setup .qs-btn{width:100%}}.quick-setup .qs-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:qs-spin .7s linear infinite;flex-shrink:0}.quick-setup .qs-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:60px 32px 48px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 8px 32px #0000000f;animation:qs-fade-up .4s ease both}.quick-setup .qs-success__icon-wrap{position:relative;width:80px;height:80px;margin-bottom:28px}.quick-setup .qs-success__icon-wrap:before{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid rgba(34,197,94,.4);animation:qs-pulse-ring 1.5s ease-out .4s both}.quick-setup .qs-success__check{width:80px;height:80px;animation:qs-pop .5s cubic-bezier(.34,1.56,.64,1) both}.quick-setup .qs-success__check circle{opacity:.15;fill:#22c55e;stroke:none}.quick-setup .qs-success__checkmark{stroke-dasharray:60;stroke-dashoffset:60;animation:qs-draw .4s ease .4s forwards}.quick-setup .qs-success__title{font-size:26px;font-weight:800;color:#0f172a;margin:0 0 8px;letter-spacing:-.3px}.quick-setup .qs-success__name{font-size:17px;font-weight:600;color:#475569;margin:0 0 28px}.quick-setup .qs-success__id-block{display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 28px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:36px;width:100%;max-width:480px}.quick-setup .qs-success__id-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.quick-setup .qs-success__id{font-family:JetBrains Mono,Courier New,monospace;font-size:15px;font-weight:500;color:#1e293b;word-break:break-all;line-height:1.4}.quick-setup .qs-success__actions{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:360px}.force-refresh-page{display:flex;flex-direction:column;gap:28px}.force-refresh-intro{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;background:linear-gradient(135deg,#60a5fa0f,#2563eb0f);border:1px solid rgba(37,99,235,.1);border-radius:16px}.force-refresh-intro .intro-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;border-radius:12px;background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);box-shadow:0 6px 18px #2563eb38}.force-refresh-intro .intro-icon svg{font-size:22px;color:#fff}.force-refresh-intro .intro-text p{margin:0;font-size:14px;line-height:1.65;color:#475569}.force-refresh-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.refresh-card{border:1px solid #e6edf5;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfcfe);padding:24px;display:flex;flex-direction:column;gap:20px;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s ease;box-shadow:0 10px 28px #0f172a0d}.refresh-card:hover{transform:translateY(-2px);box-shadow:0 16px 40px #0f172a14}.card-icon--navy{background:#2563eb14;color:#2563eb}.restaurant-select .MuiOutlinedInput-root{border-radius:12px;background:#fff;font-size:14px}.restaurant-select .MuiOutlinedInput-root fieldset{border-color:#e6edf5}.restaurant-select .MuiOutlinedInput-root:hover fieldset{border-color:#3b82f6}.restaurant-select .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#2563eb;border-width:2px}.refresh-btn{width:100%;padding:12px 20px;border-radius:12px;font-weight:700;font-size:14px;text-transform:none;letter-spacing:.2px;transition:all .22s ease}.refresh-btn--all{background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);color:#fff}.refresh-btn--all:hover:not(:disabled){box-shadow:0 8px 24px #2563eb4d;transform:translateY(-1px)}.refresh-btn--single{background:#2563eb;color:#fff}.refresh-btn--single:hover:not(:disabled){background:#1453dd;box-shadow:0 8px 24px #2563eb4d;transform:translateY(-1px)}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 900px){.force-refresh-grid{grid-template-columns:1fr}}@media (max-width: 600px){.force-refresh-intro{flex-direction:column;align-items:center;text-align:center;padding:16px}.refresh-card{padding:18px}}.tomtom-keys-page{display:flex;flex-direction:column;gap:28px}.tomtom-keys-loading{display:flex;justify-content:center;padding:60px 0}.tomtom-keys-intro{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;background:linear-gradient(135deg,#60a5fa0f,#2563eb0f);border:1px solid rgba(37,99,235,.1);border-radius:16px}.tomtom-keys-intro .intro-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;border-radius:12px;background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);box-shadow:0 6px 18px #2563eb38}.tomtom-keys-intro .intro-icon svg{font-size:22px;color:#fff}.tomtom-keys-intro .intro-text p{margin:0;font-size:14px;line-height:1.65;color:#475569}.tomtom-keys-card{border:1px solid #e6edf5;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfcfe);padding:24px;display:flex;flex-direction:column;gap:20px;box-shadow:0 10px 28px #0f172a0d}.tomtom-keys-card .card-header{display:flex;align-items:center;justify-content:space-between}.tomtom-keys-card .card-header h3{margin:0;font-size:16px;font-weight:700;color:#0f172a}.empty-state{text-align:center;padding:32px 0}.empty-state p{margin:0;font-size:14px;color:#94a3b8}.key-list{display:flex;flex-direction:column;gap:8px}.key-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border:1px solid #e6edf5;border-radius:12px;transition:all .15s ease}.key-row:hover{border-color:#60a5fa}.key-row--disabled{opacity:.5}.key-info{display:flex;align-items:center;gap:12px;min-width:0}.key-suffix{font-family:SF Mono,Fira Code,monospace;font-size:14px;font-weight:600;color:#0f172a;letter-spacing:.3px}.key-label{font-size:13px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.key-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.add-key-form{display:flex;gap:12px;align-items:center;padding-top:12px;border-top:1px solid #e6edf5}@media (max-width: 700px){.add-key-form{flex-direction:column}.add-key-form button{width:100%}.key-row{flex-direction:column;align-items:flex-start;gap:10px}.key-actions{align-self:flex-end}.tomtom-keys-intro{flex-direction:column;align-items:center;text-align:center;padding:16px}}.compose-email-page{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:20px}.compose-email-page .page-header{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.compose-email-page .page-header .header-left{display:flex;align-items:center;gap:14px}.compose-email-page .page-header .back-button{width:40px;height:40px;border:1px solid rgba(178,186,194,.35);border-radius:12px;background:#fff;color:#6f7e8c;transition:all .15s ease}.compose-email-page .page-header .back-button:hover{border-color:#007fff;color:#007fff;background:#007fff0a}.compose-email-page .page-header .header-text .page-title{font-size:28px;font-weight:800;color:#1a2027;margin:0;letter-spacing:-.02em}.compose-email-page .page-header .header-text .page-subtitle{color:#6f7e8c;font-size:13px;font-weight:600;margin:2px 0 0}.compose-email-page .page-header .header-actions{display:flex;align-items:center;gap:10px}.compose-email-page .form-column{display:flex;flex-direction:column;gap:16px;max-width:780px}.compose-email-page .form-section{border:1px solid rgba(178,186,194,.35);border-radius:16px;background:linear-gradient(180deg,#fff,#f8fafc);padding:20px;box-shadow:0 10px 28px #0f172a0d}.compose-email-page .form-section .section-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.compose-email-page .form-section .section-icon{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#007fff1a;color:#007fff;border:1px solid rgba(0,127,255,.25)}.compose-email-page .form-section .section-icon svg{font-size:18px}.compose-email-page .form-section .section-title{color:#1a2027;font-size:15px;font-weight:800;letter-spacing:-.01em}.compose-email-page .form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.compose-email-page .form-field:last-child{margin-bottom:0}.compose-email-page .form-field .field-label{color:#6f7e8c;font-size:13px;font-weight:700;display:flex;align-items:center}.compose-email-page .select-all-label{color:#6f7e8c;font-size:13px;font-weight:600}.compose-email-page .divider-or{display:flex;align-items:center;gap:12px;margin:16px 0}.compose-email-page .divider-or:before,.compose-email-page .divider-or:after{content:"";flex:1;height:1px;background:#b2bac259}.compose-email-page .divider-or span{color:#b2bac2;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 700px){.compose-email-page .page-header{flex-direction:column;align-items:flex-start}.compose-email-page .page-header .header-actions{width:100%}.compose-email-page .page-header .header-actions button{flex:1}.compose-email-page .form-column{max-width:100%}}.message-history{width:100%;box-sizing:border-box}.message-history .table-card{border:1px solid #e6edf5;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 10px 28px #0f172a0d}.message-history .table-card .table-toolbar{padding:18px 20px;display:flex;flex-direction:column;gap:14px;border-bottom:1px solid rgba(230,237,245,.95);background:linear-gradient(180deg,#fff,#fbfcfe)}.message-history .table-card .toolbar-row-top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.message-history .table-card .toolbar-row-filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.message-history .table-card .toolbar-row-dates{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.message-history .table-card .toolbar-row-dates .date-label{color:#6f7e8c;font-size:13px;font-weight:600;white-space:nowrap}.message-history .table-card .table-title{display:flex;align-items:baseline;gap:10px}.message-history .table-card .table-title h3{margin:0;color:#0f172a;font-size:17px;font-weight:800;letter-spacing:-.01em}.message-history .table-card .table-title .table-meta{color:#94a3b8;font-size:13px;font-weight:600}.message-history .table-card .table-wrap{padding:0}.subscriptions-page{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:20px}.subscriptions-page .subscriptions-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;margin-bottom:4px}.subscriptions-page .subscriptions-header .title-section .title{font-size:28px;font-weight:800;color:#1a2027;margin:0;letter-spacing:-.025em}.subscriptions-page .subscriptions-header .title-section .subtitle{color:#6f7e8c;font-size:14px;margin:6px 0 0;max-width:640px;line-height:1.5}.subscriptions-page .subscriptions-header .header-actions{display:flex;gap:10px}.subscriptions-page .kpis-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.subscriptions-page .kpi-card{border:1px solid rgba(178,186,194,.35);border-radius:16px;background:linear-gradient(180deg,#fff,#f8fafc);padding:16px;box-shadow:0 10px 28px #0f172a0d;transition:transform .16s ease,box-shadow .16s ease}.subscriptions-page .kpi-card:hover{transform:translateY(-1px);box-shadow:0 16px 40px #0f172a14}.subscriptions-page .kpi-card .kpi-top{display:flex;align-items:center;gap:10px;margin-bottom:10px}.subscriptions-page .kpi-card .kpi-icon{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.22)}.subscriptions-page .kpi-card .kpi-icon svg{font-size:18px}.subscriptions-page .kpi-card .kpi-icon--blue{background:#007fff1a;color:#007fff;border-color:#007fff40}.subscriptions-page .kpi-card .kpi-icon--green{background:#22c55e1f;color:#22c55e;border-color:#22c55e38}.subscriptions-page .kpi-card .kpi-icon--amber{background:#dea50024;color:#dea500;border-color:#dea5003d}.subscriptions-page .kpi-card .kpi-icon--red{background:#ef44441f;color:#ef4444;border-color:#ef444438}.subscriptions-page .kpi-card .kpi-label{color:#6f7e8c;font-size:13px;font-weight:800;letter-spacing:.01em}.subscriptions-page .kpi-card .kpi-value{color:#1a2027;font-size:24px;font-weight:900;letter-spacing:-.02em;line-height:1.1}.subscriptions-page .kpi-card .kpi-meta{margin-top:6px;color:#b2bac2;font-size:13px;font-weight:800}.subscriptions-page .table-card{border:1px solid rgba(178,186,194,.35);border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 10px 28px #0f172a0d}.subscriptions-page .table-card .table-toolbar{padding:16px 18px;display:flex;flex-direction:column;gap:14px;border-bottom:1px solid rgba(230,237,245,.95);background:linear-gradient(180deg,#fff,#f8fafc)}.subscriptions-page .table-card .toolbar-row-top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.subscriptions-page .table-card .table-title{display:flex;align-items:baseline;gap:10px}.subscriptions-page .table-card .table-title h3{margin:0;color:#1a2027;font-size:17px;font-weight:800;letter-spacing:-.01em}.subscriptions-page .table-card .table-title .table-meta{color:#b2bac2;font-size:13px;font-weight:600}.subscriptions-page .table-card .table-wrap{padding:0}.subscriptions-page .dialog-form{display:flex;flex-direction:column;gap:20px}.subscriptions-page .dialog-form .form-field{display:flex;flex-direction:column;gap:6px}.subscriptions-page .dialog-form .field-label{color:#6f7e8c;font-size:13px;font-weight:700;letter-spacing:.01em}@media (max-width: 1200px){.subscriptions-page .kpis-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.subscriptions-page .kpis-grid{grid-template-columns:1fr}}.create-subscription-page{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:20px}.create-subscription-page .page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap;margin-bottom:4px}.create-subscription-page .page-header .header-left{display:flex;align-items:flex-start;gap:12px}.create-subscription-page .page-header .back-btn{margin-top:2px;color:#6f7e8c;border:1px solid rgba(178,186,194,.35);border-radius:12px;width:40px;height:40px}.create-subscription-page .page-header .back-btn:hover{background:#007fff0f;border-color:#007fff;color:#007fff}.create-subscription-page .page-header .title-section .title{font-size:28px;font-weight:800;color:#1a2027;margin:0;letter-spacing:-.025em}.create-subscription-page .page-header .title-section .subtitle{color:#6f7e8c;font-size:14px;margin:6px 0 0;max-width:640px;line-height:1.5}.create-subscription-page .page-header .header-actions{display:flex;gap:10px;flex-shrink:0}.create-subscription-page .form-content{display:flex;flex-direction:column;gap:20px;max-width:900px}.create-subscription-page .form-section{border:1px solid rgba(178,186,194,.35);border-radius:16px;background:linear-gradient(180deg,#fff,#f8fafc);padding:24px;box-shadow:0 10px 28px #0f172a0d}.create-subscription-page .form-section .section-title{margin:0;font-size:17px;font-weight:800;color:#1a2027;letter-spacing:-.01em}.create-subscription-page .form-section .section-desc{margin:6px 0 20px;color:#b2bac2;font-size:13px;font-weight:600;line-height:1.5}.create-subscription-page .type-selector{display:flex;gap:10px}.create-subscription-page .type-selector .type-option{flex:1;border:2px solid rgba(178,186,194,.35);border-radius:12px;padding:14px 16px;cursor:pointer;transition:all .15s ease;background:#f8fafc}.create-subscription-page .type-selector .type-option:hover{border-color:#b2bac2}.create-subscription-page .type-selector .type-option.active{border-color:#007fff;background:#007fff0a}.create-subscription-page .type-selector .type-option .type-name{font-size:14px;font-weight:700;color:#1a2027;margin-bottom:2px}.create-subscription-page .type-selector .type-option .type-desc{font-size:12px;color:#6f7e8c}.create-subscription-page .fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.create-subscription-page .form-field{display:flex;flex-direction:column;gap:6px}.create-subscription-page .form-field.full-width{grid-column:1/-1}.create-subscription-page .field-label{color:#6f7e8c;font-size:13px;font-weight:700;letter-spacing:.01em;display:flex;align-items:center;gap:4px}.create-subscription-page .chips-section{display:flex;flex-direction:column;gap:24px}.create-subscription-page .chips-block{display:flex;flex-direction:column;gap:8px}.create-subscription-page .chips-input-row{display:flex;gap:8px;align-items:center}.create-subscription-page .chips-list{display:flex;flex-wrap:wrap;gap:6px;padding-top:4px}.create-subscription-page .bottom-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:8px;padding-bottom:24px}@media (max-width: 700px){.create-subscription-page .page-header .header-actions{display:none}.create-subscription-page .type-selector{flex-direction:column}.create-subscription-page .fields-grid{grid-template-columns:1fr}}.trace-analytics{display:flex;flex-direction:column;gap:24px;max-width:1280px;padding:32px 36px}.trace-analytics__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;animation:fadeIn .4s ease-out}.trace-analytics__title-section{display:flex;flex-direction:column;gap:4px}.trace-analytics__title{font-family:Poppins,sans-serif;font-size:28px;font-weight:600;color:#2563eb;margin:0;letter-spacing:-.01em;line-height:1.2}.trace-analytics__subtitle{font-family:Poppins,sans-serif;font-size:14px;color:#64748b;margin:0}.trace-analytics__filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.trace-analytics__quick-btns{display:flex;gap:4px}.trace-analytics__quick-btn{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;padding:6px 14px;border-radius:8px;border:1px solid rgba(37,99,235,.12);background:transparent;color:#64748b;cursor:pointer;transition:all .15s ease;white-space:nowrap}.trace-analytics__quick-btn:hover{border-color:#2563eb4d;color:#2563eb;background:#2563eb0a}.trace-analytics__quick-btn--active{background:#2563eb;color:#fff;border-color:#2563eb}.trace-analytics__quick-btn--active:hover{background:#1453dd;color:#fff;border-color:#1453dd}.trace-analytics__restaurant-filter{min-width:180px}.trace-analytics__loading{display:flex;align-items:center;justify-content:center;min-height:400px}.trace-analytics__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:64px 24px;background:#fff;border-radius:14px;border:1px solid rgba(37,99,235,.06);animation:slideUp .5s ease-out}.trace-analytics__empty-icon{color:#94a3b8;opacity:.5}.trace-analytics__empty-text{font-family:Poppins,sans-serif;font-size:15px;color:#64748b;text-align:center}.trace-analytics__kpi-row{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.trace-analytics__kpi-card{position:relative;background:#fff;border-radius:14px;padding:20px;border:1px solid rgba(37,99,235,.06);box-shadow:0 1px 3px #2563eb08;overflow:hidden;animation:slideUp .5s ease-out both;transition:transform .2s ease,box-shadow .2s ease}.trace-analytics__kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb0f,0 1px 3px #2563eb08}.trace-analytics__kpi-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.trace-analytics__kpi-value{font-family:Poppins,sans-serif;font-size:22px;font-weight:600;color:#0f172a;line-height:1.2;letter-spacing:-.01em;display:block}.trace-analytics__kpi-label{font-family:Poppins,sans-serif;font-size:13px;font-weight:400;color:#64748b;letter-spacing:.01em;display:block;margin-top:3px}.trace-analytics__kpi-accent{position:absolute;bottom:0;left:0;right:0;height:3px;border-radius:0 0 14px 14px;opacity:.6}.trace-analytics__chart-section{background:#fff;border-radius:14px;padding:24px;border:1px solid rgba(37,99,235,.06);box-shadow:0 1px 3px #2563eb08;animation:slideUp .5s ease-out .3s both}.trace-analytics__chart-title{font-family:Poppins,sans-serif;font-size:15px;font-weight:500;color:#2563eb;margin:0 0 20px}.trace-analytics__chart-empty{font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center;padding:48px 0}.trace-analytics__table-section{background:#fff;border-radius:14px;padding:24px;border:1px solid rgba(37,99,235,.06);box-shadow:0 1px 3px #2563eb08;animation:slideUp .5s ease-out .4s both}.trace-analytics__table-title{font-family:Poppins,sans-serif;font-size:15px;font-weight:500;color:#2563eb;margin:0 0 16px}.trace-analytics__table{width:100%;border-collapse:collapse}.trace-analytics__table th{font-family:Poppins,sans-serif;font-size:11px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;text-align:left;padding:0 12px 12px;border-bottom:1px solid rgba(37,99,235,.06)}.trace-analytics__table th:not(:first-child){text-align:right}.trace-analytics__table td{font-family:Poppins,sans-serif;font-size:14px;padding:12px;border-bottom:1px solid rgba(37,99,235,.06);color:#0f172a}.trace-analytics__table td:not(:first-child){text-align:right;font-variant-numeric:tabular-nums}.trace-analytics__table tr:last-child td{border-bottom:none}.trace-analytics__table tr{transition:background .15s ease}.trace-analytics__table tr:hover{background:#2563eb05}.trace-analytics__table-name{font-weight:500}.trace-analytics__table-rate{font-weight:500;color:#2563eb}.trace-analytics__table-empty{font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center;padding:32px 0}@media (max-width: 1200px){.trace-analytics__kpi-row{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.trace-analytics{padding:24px 20px}.trace-analytics__kpi-row{grid-template-columns:repeat(2,1fr)}.trace-analytics__header{flex-direction:column;gap:12px}}@media (max-width: 600px){.trace-analytics{padding:16px}.trace-analytics__kpi-row{grid-template-columns:1fr}.trace-analytics__kpi-value{font-size:18px}.trace-analytics__title{font-size:22px}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.campaign-analytics{display:flex;flex-direction:column;gap:24px;max-width:1280px;padding:32px 36px}.campaign-analytics__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;animation:fadeIn .4s ease-out}.campaign-analytics__title-section{display:flex;flex-direction:column;gap:4px}.campaign-analytics__title{font-family:Poppins,sans-serif;font-size:28px;font-weight:600;color:#2563eb;margin:0;letter-spacing:-.01em;line-height:1.2}.campaign-analytics__subtitle{font-family:Poppins,sans-serif;font-size:14px;color:#64748b;margin:0}.campaign-analytics__back-link{font-family:Poppins,sans-serif;font-size:13px;font-weight:500;color:#2563eb;cursor:pointer;background:none;border:none;padding:0;display:inline-flex;align-items:center;gap:4px;transition:opacity .15s ease;margin-bottom:4px}.campaign-analytics__back-link:hover{opacity:.7}.campaign-analytics__filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.campaign-analytics__quick-btns{display:flex;gap:4px}.campaign-analytics__quick-btn{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;padding:6px 14px;border-radius:8px;border:1px solid rgba(37,99,235,.12);background:transparent;color:#64748b;cursor:pointer;transition:all .15s ease;white-space:nowrap}.campaign-analytics__quick-btn:hover{border-color:#2563eb4d;color:#2563eb;background:#2563eb0a}.campaign-analytics__quick-btn--active{background:#2563eb;color:#fff;border-color:#2563eb}.campaign-analytics__quick-btn--active:hover{background:#1453dd;color:#fff;border-color:#1453dd}.campaign-analytics__restaurant-filter{min-width:180px}.campaign-analytics__loading{display:flex;align-items:center;justify-content:center;min-height:400px}.campaign-analytics__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:64px 24px;background:#fff;border-radius:14px;border:1px solid rgba(37,99,235,.06);animation:slideUp .5s ease-out}.campaign-analytics__empty-icon{color:#94a3b8;opacity:.5}.campaign-analytics__empty-text{font-family:Poppins,sans-serif;font-size:15px;color:#64748b;text-align:center}.campaign-analytics__type-group{display:flex;flex-direction:column;gap:12px;animation:slideUp .5s ease-out both}.campaign-analytics__type-group-label{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#64748b;display:flex;align-items:center;gap:8px}.campaign-analytics__type-group-label svg{font-size:18px;color:#2563eb}.campaign-analytics__type-group-cards,.campaign-analytics__kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.campaign-analytics__kpi-card{position:relative;background:#fff;border-radius:14px;padding:20px;border:1px solid rgba(37,99,235,.06);box-shadow:0 1px 3px #2563eb08;overflow:hidden;animation:slideUp .5s ease-out both;transition:transform .2s ease,box-shadow .2s ease}.campaign-analytics__kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb0f,0 1px 3px #2563eb08}.campaign-analytics__kpi-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.campaign-analytics__kpi-value{font-family:Poppins,sans-serif;font-size:22px;font-weight:600;color:#0f172a;line-height:1.2;letter-spacing:-.01em;display:block}.campaign-analytics__kpi-label{font-family:Poppins,sans-serif;font-size:13px;font-weight:400;color:#64748b;letter-spacing:.01em;display:block;margin-top:3px}.campaign-analytics__kpi-accent{position:absolute;bottom:0;left:0;right:0;height:3px;border-radius:0 0 14px 14px;opacity:.6}.campaign-analytics__nav-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;animation:slideUp .5s ease-out .3s both}.campaign-analytics__nav-card{background:#fff;border-radius:14px;padding:24px;border:1px solid rgba(37,99,235,.06);box-shadow:0 1px 3px #2563eb08;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.campaign-analytics__nav-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #2563eb14,0 2px 6px #2563eb0a;border-color:#2563eb33}.campaign-analytics__nav-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#2563eb14;color:#2563eb}.campaign-analytics__nav-card-title{font-family:Poppins,sans-serif;font-size:15px;font-weight:500;color:#0f172a}.campaign-analytics__nav-card-desc{font-family:Poppins,sans-serif;font-size:12px;color:#64748b}.campaign-analytics__funnel-section{background:#fff;border-radius:14px;padding:24px;border:1px solid rgba(37,99,235,.06);box-shadow:0 1px 3px #2563eb08;animation:slideUp .5s ease-out .25s both}.campaign-analytics__funnel-title{font-family:Poppins,sans-serif;font-size:15px;font-weight:500;color:#2563eb;margin:0 0 20px}.campaign-analytics__platform-section{background:#fff;border-radius:14px;padding:24px;border:1px solid rgba(37,99,235,.06);box-shadow:0 1px 3px #2563eb08;animation:slideUp .5s ease-out .2s both}.campaign-analytics__platform-title{font-family:Poppins,sans-serif;font-size:15px;font-weight:500;color:#2563eb;margin:0 0 20px}.campaign-analytics__chart-section{background:#fff;border-radius:14px;padding:24px;border:1px solid rgba(37,99,235,.06);box-shadow:0 1px 3px #2563eb08;animation:slideUp .5s ease-out .3s both}.campaign-analytics__chart-title{font-family:Poppins,sans-serif;font-size:15px;font-weight:500;color:#2563eb;margin:0 0 20px}.campaign-analytics__chart-empty{font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center;padding:48px 0}.campaign-analytics__table-section{background:#fff;border-radius:14px;padding:24px;border:1px solid rgba(37,99,235,.06);box-shadow:0 1px 3px #2563eb08;animation:slideUp .5s ease-out .4s both}.campaign-analytics__table-title{font-family:Poppins,sans-serif;font-size:15px;font-weight:500;color:#2563eb;margin:0 0 16px}.campaign-analytics__table{width:100%;border-collapse:collapse}.campaign-analytics__table th{font-family:Poppins,sans-serif;font-size:11px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;text-align:left;padding:0 12px 12px;border-bottom:1px solid rgba(37,99,235,.06)}.campaign-analytics__table th:not(:first-child){text-align:right}.campaign-analytics__table td{font-family:Poppins,sans-serif;font-size:14px;padding:12px;border-bottom:1px solid rgba(37,99,235,.06);color:#0f172a}.campaign-analytics__table td:not(:first-child){text-align:right;font-variant-numeric:tabular-nums}.campaign-analytics__table tr:last-child td{border-bottom:none}.campaign-analytics__table tr{transition:background .15s ease}.campaign-analytics__table tr:hover{background:#2563eb05}.campaign-analytics__table-name{font-weight:500}.campaign-analytics__table-rate{font-weight:500;color:#2563eb}.campaign-analytics__table-empty{font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center;padding:32px 0}@media (max-width: 1200px){.campaign-analytics__kpi-row{grid-template-columns:repeat(3,1fr)}.campaign-analytics__type-group-cards{grid-template-columns:repeat(2,1fr)}.campaign-analytics__nav-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.campaign-analytics{padding:24px 20px}.campaign-analytics__kpi-row,.campaign-analytics__type-group-cards{grid-template-columns:repeat(2,1fr)}.campaign-analytics__nav-cards{grid-template-columns:1fr}.campaign-analytics__header{flex-direction:column;gap:12px}}@media (max-width: 600px){.campaign-analytics{padding:16px}.campaign-analytics__kpi-row,.campaign-analytics__type-group-cards{grid-template-columns:1fr}.campaign-analytics__kpi-value{font-size:18px}.campaign-analytics__title{font-size:22px}}.test-orders-page{display:flex;flex-direction:column;gap:28px}.test-orders-intro{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;background:linear-gradient(135deg,#60a5fa0f,#2563eb0f);border:1px solid rgba(37,99,235,.1);border-radius:16px}.test-orders-intro .intro-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;border-radius:12px;background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);box-shadow:0 6px 18px #2563eb38}.test-orders-intro .intro-icon svg{font-size:22px;color:#fff}.test-orders-intro .intro-text p{margin:0;font-size:14px;line-height:1.65;color:#475569}.test-orders-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.test-card{border:1px solid #e6edf5;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfcfe);padding:24px;display:flex;flex-direction:column;gap:20px;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s ease;box-shadow:0 10px 28px #0f172a0d}.test-card:hover{transform:translateY(-2px);box-shadow:0 16px 40px #0f172a14}.card-header{display:flex;align-items:center;gap:14px}.card-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;border-radius:12px}.card-icon svg{font-size:22px}.card-icon--blue{background:#60a5fa1f;color:#3b82f6}.card-icon--red{background:#ef444414;color:#ef4444}.card-title{display:flex;flex-direction:column;gap:2px}.card-title h3{margin:0;font-size:16px;font-weight:700;color:#0f172a}.card-title .card-subtitle{font-size:12px;color:#94a3b8;font-weight:500}.card-body{flex:1}.card-description{margin:0;font-size:13px;line-height:1.6;color:#475569}.card-action{margin-top:auto}.single-order-form{display:flex;align-items:flex-start;gap:12px;margin-top:16px}.single-order-form .MuiTextField-root{flex:1}.single-order-form .test-btn{width:auto;white-space:nowrap;flex-shrink:0}.test-card--single:hover{transform:none}.order-list{display:flex;flex-direction:column;gap:0}.order-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:10px;transition:background .15s ease}.order-row:hover{background:#2563eb0a}.order-row+.order-row{border-top:1px solid #e6edf5}.order-info{display:flex;align-items:center;gap:12px;min-width:0}.order-ref{font-size:13px;font-weight:700;color:#2563eb;white-space:nowrap}.order-id{font-size:12px;font-family:SF Mono,Fira Code,Consolas,monospace;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.order-time{font-size:12px;color:#475569;font-weight:600;white-space:nowrap}.order-customer{font-size:13px;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-actions{display:flex;align-items:center;gap:2px;flex-shrink:0}.order-actions .MuiIconButton-root{color:#94a3b8;transition:color .15s ease}.order-actions .MuiIconButton-root:hover{color:#2563eb}.test-card--list:hover{transform:none}.test-btn{width:100%;padding:12px 20px;border-radius:12px;font-weight:700;font-size:14px;text-transform:none;letter-spacing:.2px;transition:all .22s ease}.test-btn--add{background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);color:#fff}.test-btn--add:hover:not(:disabled){box-shadow:0 8px 24px #2563eb4d;transform:translateY(-1px)}.test-btn--delete{background:#ef4444;color:#fff}.test-btn--delete:hover:not(:disabled){background:#ed2828;box-shadow:0 8px 24px #ef44444d;transform:translateY(-1px)}.test-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 900px){.test-orders-grid{grid-template-columns:1fr}}@media (max-width: 600px){.test-orders-intro{flex-direction:column;align-items:center;text-align:center;padding:16px}.test-card{padding:18px}}.rcd-page{width:100%;display:flex;flex-direction:column;gap:24px}.rcd-page .rcd-header{display:flex;align-items:center;gap:14px;margin-bottom:8px}.rcd-page .rcd-header .rcd-header-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#93bafa);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #3b82f626;flex-shrink:0}.rcd-page .rcd-header .rcd-header-icon svg{font-size:24px;color:#fff}.rcd-page .rcd-header .rcd-header-text{display:flex;flex-direction:column;gap:2px}.rcd-page .rcd-header .rcd-header-text h2{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.rcd-page .rcd-header .rcd-header-text p{font-size:13px;color:#94a3b8;margin:0}.rcd-page .rcd-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px}.rcd-page .rcd-stepper .MuiStepLabel-label{font-family:Poppins,sans-serif;font-size:13px;font-weight:600}.rcd-page .rcd-stepper .MuiStepIcon-root.Mui-active{color:#3b82f6}.rcd-page .rcd-stepper .MuiStepIcon-root.Mui-completed{color:#10b981}.rcd-page .rcd-step-content{min-height:200px;display:flex;flex-direction:column;gap:20px}.rcd-page .rcd-campaign-list{display:flex;flex-direction:column;gap:8px}.rcd-page .rcd-campaign-row{display:flex;align-items:center;gap:12px;padding:14px 16px;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .15s ease}.rcd-page .rcd-campaign-row:hover{border-color:#9dc0fa;background:#3b82f614}.rcd-page .rcd-campaign-row.selected{border-color:#3b82f6;background:#3b82f614}.rcd-page .rcd-campaign-row .rcd-campaign-name{font-weight:600;color:#0f172a;font-size:14px;flex:1}.rcd-page .rcd-campaign-row .rcd-badge{font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.3px}.rcd-page .rcd-campaign-row .rcd-badge-platform{background:#3b82f614;color:#3b82f6}.rcd-page .rcd-campaign-row .rcd-badge-active{background:#ecfdf5;color:#10b981}.rcd-page .rcd-campaign-row .rcd-badge-inactive{background:#f1f5f9;color:#94a3b8}.rcd-page .rcd-campaign-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:8px}.rcd-page .rcd-campaign-summary .rcd-summary-item{display:flex;flex-direction:column;gap:2px;padding:12px;background:#f8fafc;border-radius:8px}.rcd-page .rcd-campaign-summary .rcd-summary-item .rcd-summary-label{font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;font-weight:600}.rcd-page .rcd-campaign-summary .rcd-summary-item .rcd-summary-value{font-size:14px;font-weight:600;color:#0f172a}.rcd-page .rcd-phone-row{display:flex;align-items:center;gap:12px}.rcd-page .rcd-phone-row .MuiTextField-root{flex:1;max-width:320px}.rcd-page .rcd-chat-bubble{max-width:420px;background:#dcf8c6;border-radius:12px 12px 4px;padding:12px 16px;position:relative;box-shadow:0 1px 2px #00000014}.rcd-page .rcd-chat-bubble .rcd-chat-label{font-size:11px;font-weight:600;color:#075e54;margin-bottom:6px;text-transform:uppercase;letter-spacing:.3px}.rcd-page .rcd-chat-bubble .rcd-chat-text{font-size:13px;line-height:1.5;color:#1a1a1a;white-space:pre-wrap;word-break:break-word}.rcd-page .rcd-banner{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;font-size:13px;font-weight:500}.rcd-page .rcd-banner svg{font-size:20px;flex-shrink:0}.rcd-page .rcd-banner.rcd-banner-success{background:#ecfdf5;color:#0b815a;border:1px solid #a7f3d0}.rcd-page .rcd-banner.rcd-banner-warning{background:#fffbeb;color:#9e6506;border:1px solid #facf85}.rcd-page .rcd-coupon-code{display:inline-block;font-family:SF Mono,Fira Code,monospace;font-size:18px;font-weight:700;color:#3b82f6;background:#3b82f614;padding:8px 20px;border-radius:8px;letter-spacing:1px;border:2px dashed #9dc0fa}.rcd-page .rcd-result-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.rcd-page .rcd-result-stats .rcd-stat-tile{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 12px;background:#f8fafc;border-radius:8px;text-align:center}.rcd-page .rcd-result-stats .rcd-stat-tile svg{font-size:22px;color:#3b82f6;margin-bottom:4px}.rcd-page .rcd-result-stats .rcd-stat-tile .rcd-stat-value{font-size:22px;font-weight:700;color:#0f172a}.rcd-page .rcd-result-stats .rcd-stat-tile .rcd-stat-label{font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.3px;font-weight:600}.rcd-page .rcd-nav{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:20px;border-top:1px solid #e2e8f0}.rcd-page .rcd-empty{text-align:center;padding:32px 16px;color:#94a3b8;font-size:14px}.rcd-page .rcd-empty a{color:#3b82f6;font-weight:600;text-decoration:none}.rcd-page .rcd-empty a:hover{text-decoration:underline}.rcd-page .rcd-loading{display:flex;justify-content:center;padding:40px}.restaurant-messages{width:100%;box-sizing:border-box}.restaurant-messages .table-card{border:1px solid #e6edf5;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 10px 28px #0f172a0d}.restaurant-messages .table-card .table-toolbar{padding:16px 18px;display:flex;flex-direction:column;gap:14px;border-bottom:1px solid rgba(230,237,245,.95);background:linear-gradient(180deg,#fff,#fbfcfe)}.restaurant-messages .table-card .toolbar-row-top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.restaurant-messages .table-card .toolbar-row-bottom{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.restaurant-messages .table-card .table-title{display:flex;align-items:baseline;gap:10px}.restaurant-messages .table-card .table-title h3{margin:0;color:#0f172a;font-size:17px;font-weight:800;letter-spacing:-.01em}.restaurant-messages .table-card .table-title .table-meta{color:#94a3b8;font-size:13px;font-weight:600}.restaurant-messages .table-card .table-wrap{padding:0}
