*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#0a0a0d;color:#f4f4f5}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{height:72px;border-bottom:1px solid #27272a;display:flex;align-items:center;background:#0d0d11;position:sticky;top:0;z-index:10}.topbar .container{display:flex;justify-content:space-between;align-items:center}.brand{font-weight:800;font-size:20px}.brand span{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#7c3aed;margin-right:8px}.nav{display:flex;gap:14px;align-items:center}.btn{border:0;border-radius:11px;padding:11px 17px;font-weight:700;cursor:pointer;background:#27272a;color:#fff}.btn.primary{background:#7c3aed}.btn.danger{background:#7f1d1d}.layout{display:grid;grid-template-columns:230px 1fr;min-height:calc(100vh - 72px)}.sidebar{border-right:1px solid #27272a;padding:22px;background:#0d0d11}.sidebar a{display:block;padding:11px 12px;border-radius:10px;color:#a1a1aa;margin-bottom:5px}.sidebar a:hover,.sidebar a.active{background:#18181b;color:#fff}.content{padding:28px}.grid{display:grid;gap:16px}.cols-3{grid-template-columns:repeat(3,1fr)}.cols-2{grid-template-columns:repeat(2,1fr)}.card{background:#111116;border:1px solid #27272a;border-radius:18px;padding:20px}.card h3{margin-top:0}.stat strong{font-size:32px}.muted{color:#a1a1aa}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field label{display:block;font-size:12px;color:#d4d4d8;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;background:#09090b;color:#fff;border:1px solid #3f3f46;border-radius:10px;padding:11px}.field textarea{min-height:90px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid #27272a;text-align:left;font-size:13px}.flash{padding:12px 14px;border-radius:10px;background:#052e16;color:#bbf7d0;margin-bottom:16px}.error{background:#450a0a;color:#fecaca}.auth{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(430px,100%);background:#111116;border:1px solid #27272a;border-radius:20px;padding:28px}.auth-card h1{margin-top:0}.auth-card .field{margin-bottom:14px}.preview{min-height:520px;border-radius:22px;overflow:hidden;background:#f4f4f5 center/cover no-repeat;position:relative;padding:22px;color:#18181b}.preview:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,var(--ov,.2))}.preview>*{position:relative}.preview-logo{width:56px;height:56px;border-radius:14px;background:#7c3aed;color:#fff;display:grid;place-items:center;font-weight:800;overflow:hidden}.preview-logo img{width:100%;height:100%;object-fit:cover}.product-card{display:grid;grid-template-columns:1fr auto;gap:10px;background:#fff;border:1px solid #e4e4e7;border-radius:14px;padding:12px;margin-top:10px}.preview.dark .product-card{background:#18181b;color:#fff;border-color:#3f3f46}.preview.glass .product-card{background:rgba(255,255,255,.58);backdrop-filter:blur(14px)}.public-menu{min-height:100vh;background:#f4f4f5 center/cover fixed;color:#18181b;position:relative}.public-menu .overlay{position:fixed;inset:0;pointer-events:none}.public-wrap{position:relative;z-index:1;width:min(760px,calc(100% - 24px));margin:auto;padding:28px 0}.menu-head{display:flex;align-items:center;gap:14px;margin-bottom:20px}.menu-logo{width:66px;height:66px;border-radius:16px;background:#7c3aed;color:#fff;display:grid;place-items:center;font-weight:800;overflow:hidden}.menu-logo img{width:100%;height:100%;object-fit:cover}.category{margin:26px 0 12px}.menu-product{display:grid;grid-template-columns:78px 1fr auto;gap:12px;align-items:center;background:#fff;border-radius:16px;padding:10px;margin-bottom:10px}.menu-product img{width:78px;height:78px;object-fit:cover;border-radius:12px}.menu-product .ph{width:78px;height:78px;border-radius:12px;background:#e4e4e7}.menu-product small{display:block;color:#71717a}.public-menu.dark .menu-product{background:#18181b;color:#fff}.public-menu.dark small{color:#a1a1aa}.public-menu.glass .menu-product{background:rgba(255,255,255,.62);backdrop-filter:blur(16px)}.qrbox{background:#fff;padding:18px;border-radius:18px;display:inline-block}.actions{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:850px){.layout{grid-template-columns:1fr}.sidebar{display:flex;overflow:auto;border-right:0;border-bottom:1px solid #27272a}.sidebar a{white-space:nowrap}.cols-3,.cols-2,.form-grid{grid-template-columns:1fr}.content{padding:18px}.nav{font-size:13px}.menu-product{grid-template-columns:62px 1fr auto}.menu-product img,.menu-product .ph{width:62px;height:62px}}
.table small{color:#71717a}.sidebar a:last-child{margin-top:10px}.stat{display:flex;flex-direction:column;gap:5px}

.order-ticket{border:1px solid #27272a;background:#0d0d11;border-radius:14px;padding:14px;margin-bottom:12px}
.order-ticket p{color:#a1a1aa}
code{background:#18181b;padding:4px 7px;border-radius:7px}

.status-badge{font-size:11px;font-weight:800;padding:6px 9px;border-radius:999px}
.status-ok{background:#052e16;color:#bbf7d0}
.status-warn{background:#422006;color:#fde68a}
.copy-row{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}
.copy-row code{flex:1;min-width:220px;word-break:break-all}

.maintenance-owner-alert{
  margin-bottom:18px;
  padding:14px 16px;
  border:1px solid #7f1d1d;
  background:linear-gradient(135deg,#450a0a,#7f1d1d);
  color:#fff;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  box-shadow:0 12px 30px rgba(127,29,29,.18)
}
.maintenance-owner-alert>div{display:flex;flex-direction:column;gap:2px}
.maintenance-owner-alert strong{font-size:13px;letter-spacing:.04em}
.maintenance-owner-alert span{font-size:12px;color:#fecaca}
.maintenance-preview-btn{
  white-space:nowrap;
  background:#fff!important;
  color:#7f1d1d!important;
  border:0!important
}
@media(max-width:700px){
  .maintenance-owner-alert{align-items:flex-start;flex-direction:column}
  .maintenance-preview-btn{width:100%;text-align:center}
}

.addon-checkout-list{display:grid;gap:10px;margin:14px 0 18px}
.addon-choice{display:grid!important;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px solid #27272a;border-radius:13px;padding:13px;background:#0d0d11;cursor:pointer}
.addon-choice:hover{border-color:#7c3aed}
.addon-choice input{width:18px!important;height:18px!important;margin:0!important;accent-color:#7c3aed}
.addon-choice-main{display:flex;flex-direction:column;gap:2px}
.addon-choice-main small{color:#a1a1aa}
.addon-choice>b{font-size:12px;white-space:nowrap}
.checkout-summary{border:1px solid #27272a;background:#09090b;border-radius:14px;padding:16px;margin:16px 0}
.checkout-summary>div,.checkout-summary #addonSummaryRows>div{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid #27272a}
.checkout-summary .summary-total{border-bottom:0!important;margin-top:5px;padding-top:12px!important;font-size:18px}
@media(max-width:650px){.addon-choice{grid-template-columns:auto 1fr}.addon-choice>b{grid-column:2}}

.cart-line{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid #27272a}
.cart-line>div:first-child{display:flex;flex-direction:column}
.cart-line small{color:#a1a1aa}
.cart-total{display:flex;justify-content:space-between;align-items:center;font-size:22px;padding:20px 0}
.cart-total strong{font-size:30px}
@media(max-width:650px){.cart-line{align-items:flex-start;flex-direction:column}.cart-line>div:last-child{width:100%;display:flex;justify-content:space-between;align-items:center}}


/* V12 cart redesign */
.cart-page{background:#08090d;color:#f8fafc;min-height:100vh}
.cart-header{border-bottom:1px solid #24262f;background:rgba(8,9,13,.92);backdrop-filter:blur(16px);position:sticky;top:0;z-index:40}
.cart-header-inner{height:76px;display:flex;justify-content:space-between;align-items:center;gap:24px}
.cart-nav{display:flex;align-items:center;gap:18px;font-size:13px}
.cart-nav>a:not(.btn){color:#b9bbc5}.cart-nav>a:not(.btn):hover{color:#fff}
.cart-shell{padding-top:52px;padding-bottom:70px}
.cart-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}
.cart-title-row h1{font-size:38px;line-height:1;margin:6px 0 10px;letter-spacing:-1.4px}
.cart-kicker{font-size:11px;font-weight:800;letter-spacing:.16em;color:#a78bfa;margin:0}
.secure-badge{display:flex;align-items:center;gap:11px;border:1px solid #292c37;background:#11131a;padding:11px 14px;border-radius:14px}
.secure-badge>div{display:flex;flex-direction:column}.secure-badge strong{font-size:12px}.secure-badge small{font-size:10px;color:#8b8f9b}
.secure-icon{width:34px;height:34px;display:grid;place-items:center;background:#241453;border:1px solid #6d4aff;color:#c4b5fd;border-radius:10px;font-weight:900}
.cart-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.85fr);gap:20px;align-items:start}
.cart-products,.cart-summary{background:linear-gradient(180deg,#101116,#0d0e13);border-color:#282b35;box-shadow:0 24px 70px rgba(0,0,0,.18)}
.card-title{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid #272a33}
.card-title-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#211344;color:#a78bfa;font-weight:800}
.card-title h2{font-size:18px;margin:0}.card-title small{display:block;color:#777b87;font-size:10px;margin-top:2px}
.cart-product-row{display:grid;grid-template-columns:66px minmax(0,1fr) auto 34px;gap:16px;align-items:center;padding:22px 0;border-bottom:1px solid #232630}
.cart-product-icon{width:62px;height:62px;border-radius:16px;display:grid;place-items:center;font-size:24px;font-weight:900}
.plan-icon{background:linear-gradient(135deg,#6d28d9,#9f42ff);box-shadow:0 12px 28px rgba(124,58,237,.24)}
.addon-icon{background:linear-gradient(135deg,#d18a00,#fbbf24);color:#fff;box-shadow:0 12px 28px rgba(245,158,11,.16)}
.product-type{font-size:9px;font-weight:800;letter-spacing:.1em;color:#8b5cf6}
.cart-product-info h3{font-size:15px;margin:3px 0 4px}.cart-product-info p{font-size:11px;color:#8e919b;margin:0;max-width:480px}
.cart-product-price{text-align:right;display:flex;flex-direction:column}.cart-product-price strong{font-size:15px}.cart-product-price span{font-size:10px;color:#7d818c}
.remove-product{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:#8e919c;font-size:22px;transition:.2s}
.remove-product:hover{background:#3f1118;color:#fb7185}
.add-more-box{display:flex;align-items:center;justify-content:center;gap:10px;border:1px dashed #3a3d48;color:#a5a8b2;border-radius:13px;padding:16px;margin-top:20px;font-size:12px}
.add-more-box:hover{border-color:#7c3aed;color:#c4b5fd;background:#120e1d}
.add-more-box span{font-size:18px}
.cart-summary{position:sticky;top:96px}
.summary-lines{padding-top:16px}
.summary-line{display:flex;justify-content:space-between;gap:22px;padding:9px 0;font-size:12px}
.summary-line span{color:#c8cad1;max-width:70%}.summary-line strong{white-space:nowrap}
.summary-divider{height:1px;background:#30323c;margin:14px 0}
.summary-total{display:flex;justify-content:space-between;align-items:center;padding:8px 0 18px}
.summary-total span{font-size:16px;font-weight:700}.summary-total strong{font-size:27px;color:#a855f7;letter-spacing:-.7px}
.checkout-main-btn{min-height:54px;font-size:14px;gap:10px}
.clear-cart-btn{margin-top:11px;border:1px solid #30333d;border-radius:11px;min-height:44px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#d7d8dc}
.clear-cart-btn:hover{background:#15171d}.clear-cart-btn b{color:#ef4444}
.summary-note{display:flex;gap:9px;margin-top:15px;background:#0a0b10;border-radius:11px;padding:12px;color:#777b86}
.summary-note p{font-size:10px;line-height:1.5;margin:0}
.cart-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#252832;border:1px solid #282b35;border-radius:16px;overflow:hidden;margin-top:26px}
.cart-benefits>div{background:#101116;padding:17px;display:flex;gap:11px;align-items:center}
.cart-benefits>div>span{width:37px;height:37px;border-radius:11px;display:grid;place-items:center;background:#1c1630;color:#a78bfa;font-weight:800}
.cart-benefits>div:nth-child(2)>span{background:#10261b;color:#4ade80}
.cart-benefits>div:nth-child(3)>span{background:#312308;color:#fbbf24}
.cart-benefits>div:nth-child(4)>span{background:#0f2035;color:#60a5fa}
.cart-benefits strong{display:block;font-size:11px}.cart-benefits small{font-size:9px;color:#7f838f}
.empty-cart{text-align:center;max-width:620px;margin:70px auto;padding:50px}.empty-cart-icon{font-size:46px}.empty-cart h2{font-size:24px}
.cart-footer{border-top:1px solid #232630;background:#07080b;padding:35px 0}
.cart-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}
.cart-footer-grid>div{display:flex;flex-direction:column;gap:7px}.cart-footer p,.cart-footer a{color:#808490;font-size:11px}
@media(max-width:900px){
  .cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-benefits{grid-template-columns:1fr 1fr}.cart-nav>a:not(.btn){display:none}
}
@media(max-width:650px){
  .cart-shell{padding-top:28px}.cart-title-row{align-items:flex-start;flex-direction:column}.secure-badge{width:100%}
  .cart-product-row{grid-template-columns:52px 1fr 28px;gap:11px}.cart-product-icon{width:50px;height:50px;border-radius:13px}
  .cart-product-price{grid-column:2;text-align:left;flex-direction:row;gap:5px;align-items:center}.remove-product{grid-column:3;grid-row:1/3}
  .cart-benefits{grid-template-columns:1fr}.cart-footer-grid{grid-template-columns:1fr 1fr}.cart-footer-grid>div:first-child{grid-column:1/-1}
  .cart-header-inner{height:68px}.cart-nav{gap:8px}.cart-nav .btn{padding:9px 12px}
}

.member-login-strip{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  margin-bottom:22px;padding:14px 16px;border:1px solid #2d3040;
  background:linear-gradient(180deg,#10131a,#0d0f15);border-radius:14px
}
.member-login-strip>div{display:flex;align-items:center;gap:12px}
.member-login-strip>div>div{display:flex;flex-direction:column;gap:2px}
.member-login-strip strong{font-size:13px}
.member-login-strip small{font-size:10px;color:#888d99}
.member-login-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#1d1535;color:#c4b5fd}
.member-login-strip.logged-in{border-color:#14532d;background:linear-gradient(180deg,#0e1712,#0b120e)}
.member-login-strip.logged-in .member-login-icon{background:#052e16;color:#86efac}
.checkout-login-card{border-color:#3b2a67;background:linear-gradient(180deg,#14101e,#0f0d15)}
@media(max-width:650px){
  .member-login-strip{align-items:flex-start;flex-direction:column}
  .member-login-strip .btn{width:100%}
}


/* =========================
   V14 PROFESSIONAL DESIGN SYSTEM
   ========================= */
:root{
  --bg:#07090d;
  --bg2:#0b0e14;
  --panel:#11141b;
  --panel2:#151923;
  --panel3:#0d1016;
  --line:#262b36;
  --line2:#343a48;
  --text:#f7f8fb;
  --muted:#9399a8;
  --primary:#7c3aed;
  --primary2:#a855f7;
  --primarySoft:rgba(124,58,237,.12);
  --green:#22c55e;
  --amber:#f59e0b;
  --red:#ef4444;
  --blue:#3b82f6;
  --radius:18px;
  --shadow:0 28px 90px rgba(0,0,0,.28)
}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--text)}
body::selection{background:rgba(124,58,237,.35)}
.container{width:min(1200px,calc(100% - 32px))}
.topbar{background:rgba(7,9,13,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);height:74px}
.brand{font-size:19px;letter-spacing:-.5px}
.brand span{background:linear-gradient(135deg,var(--primary),var(--primary2));box-shadow:0 8px 26px rgba(124,58,237,.25)}
.btn{border-radius:11px;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn.primary{background:linear-gradient(135deg,var(--primary),var(--primary2));box-shadow:0 12px 30px rgba(124,58,237,.22)}
.card{background:linear-gradient(180deg,rgba(18,21,29,.98),rgba(12,15,21,.98));border:1px solid var(--line);box-shadow:0 18px 55px rgba(0,0,0,.12)}
.sidebar{background:#090c11;border-right:1px solid var(--line);padding:18px 14px}
.sidebar a{border:1px solid transparent;border-radius:10px;padding:10px 11px;font-size:13px}
.sidebar a:hover{background:#121722;border-color:#202632}
.content{background:radial-gradient(circle at 80% 0%,rgba(124,58,237,.07),transparent 28%),#090b10;min-width:0}
.table th{font-size:11px;color:#a8adba;text-transform:uppercase;letter-spacing:.04em}
.table td{vertical-align:middle}
.field input,.field textarea,.field select{background:#0b0e13;border-color:#303543;outline:none}
.field input:focus,.field textarea:focus,.field select:focus{border-color:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.12)}
.flash{border:1px solid rgba(34,197,94,.25)}
.flash.error{border:1px solid rgba(239,68,68,.28)}
.auth{background:
  radial-gradient(circle at 70% 15%,rgba(124,58,237,.16),transparent 30%),
  radial-gradient(circle at 25% 80%,rgba(59,130,246,.08),transparent 25%),#07090d}
.auth-card{box-shadow:var(--shadow);border-color:#2b3040}
.stat strong{letter-spacing:-1px}
.status-badge{border:1px solid rgba(255,255,255,.06)}
.page-head-pro{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:24px}
.page-head-pro h1{margin:0 0 7px;font-size:30px;letter-spacing:-1.2px}
.page-head-pro p{margin:0;color:var(--muted);font-size:13px}
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.kpi-card{padding:18px;border-radius:16px;background:linear-gradient(180deg,#121722,#0e1219);border:1px solid #262d3a}
.kpi-card span{display:block;font-size:10px;color:#8f95a4;text-transform:uppercase;letter-spacing:.08em}
.kpi-card strong{display:block;font-size:26px;margin-top:6px;letter-spacing:-1px}
.kpi-card small{display:block;color:#6f7686;margin-top:4px}
.pro-empty{text-align:center;padding:42px 24px;border:1px dashed #343a47;border-radius:15px;color:#8e95a4}
.pro-section-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.pro-section-title h2,.pro-section-title h3{margin:0}
.nav-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;background:#121722;border:1px solid #282f3c;font-size:11px;color:#b4bac8}
.owner-badge{background:linear-gradient(135deg,#3b0764,#6d28d9);color:#ede9fe;border:1px solid #7c3aed}
@media(max-width:1000px){.kpi-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.page-head-pro{align-items:flex-start;flex-direction:column}.kpi-grid{grid-template-columns:1fr}}


.quick-actions-pro{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.quick-actions-pro a{display:flex;align-items:center;gap:12px;border:1px solid #272d39;background:#0d1118;border-radius:13px;padding:13px}
.quick-actions-pro a:hover{border-color:#6d4aff;background:#111522}
.quick-actions-pro a>span{width:34px;height:34px;border-radius:10px;background:#1d1535;color:#c4b5fd;display:grid;place-items:center;font-weight:800;font-size:11px}
.quick-actions-pro a>div{display:flex;flex-direction:column}
.quick-actions-pro strong{font-size:12px}.quick-actions-pro small{font-size:9px;color:#777e8d}
@media(max-width:650px){.quick-actions-pro{grid-template-columns:1fr}}

.owner-status-list{display:grid;gap:9px}
.owner-status-list>div{display:flex;justify-content:space-between;align-items:center;padding:12px 13px;border:1px solid #282e3a;border-radius:11px;background:#0d1118}
.owner-status-list span{font-size:11px;color:#969cab}.owner-status-list strong{font-size:12px}

.auth-card-pro{padding:34px;max-width:450px}
.auth-brand-pro{display:flex;align-items:center;gap:10px;margin-bottom:24px}
.auth-brand-pro span{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,#7c3aed,#a855f7);font-size:11px;font-weight:800}
.auth-brand-pro strong{font-size:18px}

.customer-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.inline-delete-form{display:inline-flex;margin:0}
.danger-zone-card{border-color:rgba(239,68,68,.32)!important;background:linear-gradient(180deg,rgba(69,10,10,.18),rgba(17,20,27,.98))!important}
.danger-zone-card h3{color:#fca5a5}
@media(max-width:750px){
  .customer-actions{align-items:stretch;flex-direction:column}
  .customer-actions .btn,.customer-actions form,.customer-actions button{width:100%}
}

.setting-toggle-box{border:1px solid #2b3140;background:#0b0e14;border-radius:12px;padding:13px}
.switch-row{display:flex!important;align-items:flex-start;gap:11px;cursor:pointer}
.switch-row input{width:18px!important;height:18px!important;accent-color:#7c3aed;margin-top:2px}
.switch-row span{display:flex;flex-direction:column;gap:3px}
.switch-row strong{font-size:12px}
.switch-row small{font-size:10px;color:#858b99;line-height:1.45}

.subscription-lock-page{background:#080a0f;min-height:100vh}
.subscription-lock-shell{padding:58px 0 80px}
.subscription-lock-hero{max-width:780px;margin:0 auto 38px;text-align:center}
.subscription-lock-hero .lock-icon{width:72px;height:72px;border-radius:22px;background:linear-gradient(135deg,#4c1d95,#7c3aed);display:grid;place-items:center;margin:0 auto 18px;font-size:30px;box-shadow:0 20px 55px rgba(124,58,237,.25)}
.subscription-lock-hero h1{font-size:clamp(34px,5vw,56px);line-height:1.06;letter-spacing:-2px;margin:10px 0 14px}
.subscription-lock-hero p{color:#949baa;font-size:16px;line-height:1.65}
.subscription-price-grid{margin-top:28px}
.pricing-access-note{margin:-18px 0 26px;color:#a8adba;font-size:13px}


/* V21 Full public showcase */
.hero-v21{
  padding:92px 0 95px;
  background:
    radial-gradient(circle at 72% 18%,rgba(124,58,237,.22),transparent 30%),
    radial-gradient(circle at 18% 20%,rgba(168,85,247,.10),transparent 25%),
    #090a0e;
  border-bottom:1px solid #242733;
}
.hero-v21-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:70px;align-items:center}
.hero-v21-copy h1{font-size:clamp(52px,6vw,82px);line-height:.98;letter-spacing:-4px;margin:22px 0}
.hero-v21-copy h1 span{display:block;background:linear-gradient(90deg,#a855f7,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-v21-copy>p{font-size:18px;line-height:1.65;color:#9ba1af;max-width:650px}
.hero-product-preview{position:relative;min-height:490px;display:grid;place-items:center}
.preview-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(124,58,237,.18);filter:blur(85px)}
.preview-window{position:relative;width:min(520px,100%);background:linear-gradient(180deg,#151923,#0e1118);border:1px solid #313746;border-radius:24px;padding:18px;box-shadow:0 40px 110px rgba(0,0,0,.38)}
.preview-top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #292f3a;padding-bottom:13px;margin-bottom:15px}.preview-top>div{display:flex;gap:6px}.preview-top span{width:8px;height:8px;background:#374151;border-radius:50%}.preview-top small{color:#7f8797}
.preview-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:12px}.preview-kpis>div{border:1px solid #2b313e;border-radius:13px;padding:12px;background:#0d1118}.preview-kpis small{display:block;color:#777e8d;font-size:9px}.preview-kpis strong{font-size:23px;display:block;margin-top:4px}
.preview-order{background:#0c0f15;border:1px solid #262d38;border-radius:13px;padding:13px;margin-top:9px}.preview-order>div{display:flex;justify-content:space-between;gap:12px}.preview-order span{font-size:9px;color:#fbbf24;background:#312308;padding:5px 7px;border-radius:999px}.preview-order span.ready{color:#86efac;background:#052e16}.preview-order p{font-size:10px;color:#838a99;margin:7px 0 0}
.steps-v21{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step-v21{padding:24px;border-top:1px solid #2b303b}.step-v21>span{font-size:40px;font-weight:800;color:rgba(168,85,247,.35)}.step-v21 h3{margin:8px 0}.step-v21 p{color:#9298a7;font-size:13px;line-height:1.55}
.landing-big-title{font-size:clamp(36px,4vw,54px);line-height:1.06;letter-spacing:-2px;margin:10px 0 16px}.landing-copy{color:#9ba1ae;font-size:16px;line-height:1.7}
.feature-list-v21{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.feature-list-v21 span{border:1px solid #292e39;background:#0e1118;border-radius:11px;padding:11px;color:#d5d8df;font-size:11px}
.live-pill{background:#dcfce7;color:#166534;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800}
.addon-public-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.addon-public-card{border:1px solid #282e39;background:linear-gradient(180deg,#12151d,#0d1016);border-radius:18px;padding:22px}.addon-public-icon{width:42px;height:42px;border-radius:12px;background:#21143e;color:#c084fc;display:grid;place-items:center;font-size:21px}.addon-public-card h3{margin:16px 0 7px}.addon-public-card p{color:#9096a5;font-size:12px;min-height:45px}.addon-public-card>div:last-child strong{font-size:21px}.addon-public-card>div:last-child small{color:#8c92a1}
.pricing-section-v21{background:radial-gradient(circle at 50% 20%,rgba(124,58,237,.10),transparent 35%),#090b10}.pricing-head{text-align:center;margin-left:auto;margin-right:auto}.popular-label{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,#7c3aed,#a855f7);padding:5px 10px;border-radius:999px;font-size:9px;font-weight:800}.price-v5{position:relative}
.faq-v21{display:grid;grid-template-columns:1fr 1fr;gap:12px}.faq-v21 details{border:1px solid #292f3a;background:#0e1118;border-radius:13px;padding:15px}.faq-v21 summary{font-weight:700;cursor:pointer}.faq-v21 p{color:#949baa;font-size:12px;line-height:1.6}
.footer-legal-v21{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #272a33;margin-top:30px;padding-top:20px;color:#717887;font-size:10px}.footer-legal-v21>div{display:flex;gap:14px}.footer-legal-v21 a{color:#858c9a}
@media(max-width:980px){
  .hero-v21-grid,.restaurant-grid{grid-template-columns:1fr}.hero-product-preview{min-height:auto}.steps-v21{grid-template-columns:1fr 1fr}.addon-public-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .hero-v21{padding:58px 0}.hero-v21-copy h1{letter-spacing:-2.6px}.preview-kpis{grid-template-columns:1fr}.steps-v21,.addon-public-grid,.faq-v21,.feature-list-v21{grid-template-columns:1fr}.footer-legal-v21{flex-direction:column}
}


/* =========================
   V21 LANDING PAGE - COMPLETE FIX
   ========================= */
body.landing{
  background:#08090d;
  color:#f8fafc;
  margin:0;
}
.landing a{text-decoration:none;color:inherit}
.landing .container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.landing-header{
  position:sticky;
  top:0;
  z-index:60;
  background:rgba(7,9,13,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid #242833;
}
.landing-nav{
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.landing-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  color:#b7bdca;
  font-size:13px;
}
.landing-links a{transition:.2s}
.landing-links a:hover{color:#fff}
.landing .actions{display:flex;align-items:center;gap:9px}
.hero-badge{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(168,85,247,.32);
  background:rgba(124,58,237,.10);
  color:#d8b4fe;
  font-size:11px;
  font-weight:800;
  letter-spacing:.1em;
}
.hero-buttons{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:28px;
}
.hero-checks{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:18px;
  color:#c5cad4;
  font-size:12px;
  line-height:1.5;
}
.landing-stats{
  background:#0c0e13;
  border-top:1px solid #242833;
  border-bottom:1px solid #242833;
}
.landing-stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:24px 0;
}
.landing-stats-grid>div{
  text-align:center;
  border-right:1px solid #252a34;
  padding:3px 14px;
}
.landing-stats-grid>div:last-child{border-right:0}
.landing-stats-grid strong{
  display:block;
  font-size:26px;
  letter-spacing:-1px;
}
.landing-stats-grid span{
  display:block;
  margin-top:4px;
  color:#858c9b;
  font-size:11px;
}
.landing-section{padding:92px 0}
.landing-alt{background:#0c0e13}
.landing-head{
  max-width:760px;
  margin-bottom:40px;
}
.landing-head h2{
  font-size:clamp(34px,4vw,50px);
  line-height:1.08;
  letter-spacing:-2px;
  margin:8px 0 12px;
}
.landing-head p{
  color:#9299a8;
  font-size:16px;
  line-height:1.65;
  margin:0;
}
.eyebrow-v5{
  color:#c084fc;
  font-weight:800;
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.feature-v5-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}
.feature-v5{
  min-height:205px;
  padding:24px;
  border:1px solid #282e39;
  border-radius:18px;
  background:linear-gradient(180deg,#12151d,#0d1016);
  box-shadow:0 18px 48px rgba(0,0,0,.12);
}
.feature-v5 .icon{
  width:44px;
  height:44px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:#21143e;
  color:#c084fc;
  font-size:20px;
}
.feature-v5 h3{
  margin:17px 0 7px;
  font-size:17px;
}
.feature-v5 p{
  margin:0;
  color:#8f96a5;
  font-size:12px;
  line-height:1.65;
}
.restaurant-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:52px;
  align-items:center;
}
.restaurant-board{
  background:#f4f4f5;
  color:#18181b;
  border-radius:22px;
  padding:18px;
  box-shadow:0 34px 90px rgba(0,0,0,.28);
}
.board-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
}
.board-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
  margin:16px 0;
}
.board-stats>div{
  background:#fff;
  border:1px solid #e4e4e7;
  border-radius:12px;
  padding:12px;
}
.board-stats small{
  display:block;
  color:#71717a;
  font-size:10px;
}
.board-stats b{
  display:block;
  font-size:21px;
  margin-top:3px;
}
.board-orders{
  overflow:hidden;
  background:#fff;
  border:1px solid #e4e4e7;
  border-radius:13px;
}
.board-row{
  display:grid;
  grid-template-columns:1fr .7fr .7fr;
  gap:10px;
  padding:10px 11px;
  border-bottom:1px solid #eee;
  font-size:10px;
}
.board-row:first-child{
  font-weight:800;
  background:#fafafa;
}
.board-row:last-child{border-bottom:0}
.status-pill{color:#15803d;font-weight:800}
.price-v5-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.price-v5{
  position:relative;
  border:1px solid #2a303c;
  border-radius:20px;
  padding:27px;
  background:linear-gradient(180deg,#12151d,#0d1016);
  box-shadow:0 22px 60px rgba(0,0,0,.16);
}
.price-v5.featured{
  border-color:rgba(168,85,247,.65);
  transform:translateY(-6px);
  box-shadow:0 28px 80px rgba(124,58,237,.15);
}
.price-v5 h3{
  margin:8px 0 10px;
  font-size:24px;
}
.price-num{
  font-size:40px;
  font-weight:800;
  letter-spacing:-1.6px;
  margin:6px 0 18px;
}
.price-num small{
  font-size:11px;
  color:#8d94a3;
  letter-spacing:0;
}
.price-v5 ul{
  list-style:none;
  padding:0;
  margin:0 0 22px;
}
.price-v5 li{
  padding:7px 0;
  color:#c8cdd7;
  font-size:12px;
  border-bottom:1px solid rgba(255,255,255,.04);
}
.price-v5 li:before{
  content:"✓";
  color:#c084fc;
  margin-right:8px;
  font-weight:800;
}
.cta-v5{padding:0 0 92px}
.cta-v5-card{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:28px;
  padding:46px;
  border-radius:24px;
  background:linear-gradient(135deg,#6d28d9,#9333ea);
  box-shadow:0 30px 90px rgba(124,58,237,.2);
}
.cta-v5-card h2{
  margin:0 0 8px;
  font-size:clamp(30px,4vw,46px);
  letter-spacing:-1.8px;
}
.cta-v5-card p{
  margin:0;
  color:#ede9fe;
}
.landing-footer{
  background:#07080b;
  border-top:1px solid #252a34;
  padding:46px 0 24px;
}
.footer-v5-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:42px;
}
.footer-v5-grid>div{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.footer-v5-grid strong{font-size:12px}
.footer-v5-grid p,
.footer-v5-grid a{
  color:#818897;
  font-size:11px;
  line-height:1.6;
}
.footer-v5-grid a:hover{color:#fff}
.pricing-head{max-width:780px}
.landing .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:10px 15px;
  border:1px solid #353a47;
  border-radius:11px;
  background:#171a21;
  color:#fff;
  font-size:12px;
  font-weight:700;
}
.landing .btn.primary{
  border-color:transparent;
  background:linear-gradient(135deg,#7c3aed,#a855f7);
  box-shadow:0 12px 28px rgba(124,58,237,.22);
}
.landing .btn:hover{transform:translateY(-1px)}
@media(max-width:980px){
  .landing-links{display:none}
  .feature-v5-grid{grid-template-columns:1fr 1fr}
  .price-v5-grid{grid-template-columns:1fr}
  .price-v5.featured{transform:none}
  .restaurant-grid{grid-template-columns:1fr}
  .cta-v5-card{align-items:flex-start;flex-direction:column}
}
@media(max-width:680px){
  .landing-nav{min-height:68px}
  .landing .actions .btn:first-child{display:none}
  .hero-checks{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .landing-stats-grid{grid-template-columns:1fr 1fr;gap:18px}
  .landing-stats-grid>div{border-right:0}
  .feature-v5-grid{grid-template-columns:1fr}
  .landing-section{padding:70px 0}
  .footer-v5-grid{grid-template-columns:1fr 1fr}
  .footer-v5-grid>div:first-child{grid-column:1/-1}
}


/* =========================
   V22 PUBLIC CHECKOUT
   ========================= */
.public-checkout-page{
  margin:0;
  background:
    radial-gradient(circle at 80% 0%,rgba(124,58,237,.08),transparent 28%),
    #080a0f;
  color:#f8fafc;
  min-height:100vh;
}
.checkout-public-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(7,9,13,.91);
  backdrop-filter:blur(18px);
  border-bottom:1px solid #272c36;
}
.checkout-public-nav{
  height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.checkout-public-actions{
  display:flex;
  align-items:center;
  gap:16px;
  font-size:12px;
  color:#b6bdc9;
}
.public-checkout-shell{padding:42px 0 80px}
.checkout-progress{
  max-width:620px;
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto 1fr auto;
  align-items:center;
  gap:8px;
  margin:0 auto 42px;
}
.checkout-progress>div{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  color:#697080;
}
.checkout-progress span{
  width:31px;height:31px;border-radius:50%;
  display:grid;place-items:center;
  border:1px solid #313744;
  background:#0d1118;
  font-size:11px;font-weight:800;
}
.checkout-progress small{font-size:9px}
.checkout-progress i{height:1px;background:#2a303a}
.checkout-progress .done span{background:#12231a;color:#86efac;border-color:#14532d}
.checkout-progress .active span{background:linear-gradient(135deg,#7c3aed,#a855f7);color:white;border-color:transparent}
.checkout-progress .active{color:#e9d5ff}
.checkout-public-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:26px;
  margin-bottom:26px;
}
.checkout-public-head h1{
  margin:7px 0 9px;
  font-size:38px;
  letter-spacing:-1.4px;
}
.checkout-public-head p{
  margin:0;
  color:#9299a8;
  font-size:13px;
  max-width:650px;
}
.checkout-public-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(340px,.75fr);
  gap:18px;
  align-items:start;
}
.checkout-main-card,
.checkout-summary-v22{
  background:linear-gradient(180deg,#12151d,#0d1016);
  border:1px solid #292f3a;
  border-radius:19px;
  padding:22px;
  box-shadow:0 24px 70px rgba(0,0,0,.15);
}
.checkout-package-card{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  border:1px solid #333947;
  background:linear-gradient(135deg,#151923,#11131a);
  border-radius:15px;
  padding:18px;
}
.checkout-package-card h2{margin:4px 0;font-size:24px}
.checkout-package-card p{margin:0;color:#858c99;font-size:11px}
.checkout-package-card>strong{
  font-size:27px;
  color:#c084fc;
  white-space:nowrap;
}
.checkout-section-title{margin:24px 0 12px}
.checkout-section-title h3{margin:0 0 4px;font-size:17px}
.checkout-section-title p{margin:0;color:#808796;font-size:10px}
.checkout-addon-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.checkout-addon-item{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  border:1px solid #292f39;
  background:#0b0e13;
  border-radius:12px;
  padding:12px;
  cursor:pointer;
}
.checkout-addon-item:hover{border-color:#6d4aff}
.checkout-addon-item input{width:17px!important;height:17px!important;accent-color:#7c3aed}
.checkout-addon-copy{display:flex;flex-direction:column;gap:2px}
.checkout-addon-copy strong{font-size:11px}
.checkout-addon-copy small{font-size:9px;color:#7d8492;line-height:1.35}
.checkout-addon-price{text-align:right;font-size:10px;font-weight:800;white-space:nowrap}
.checkout-addon-price small{display:block;color:#707786;font-weight:400}
.payment-methods-v22{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.payment-methods-v22 label{
  display:flex!important;
  align-items:center;
  gap:10px;
  padding:12px;
  border:1px solid #2b313c;
  border-radius:12px;
  background:#0b0e13;
  cursor:pointer;
}
.payment-methods-v22 label:has(input:checked){border-color:#7c3aed;background:#151025}
.payment-methods-v22 input{width:16px!important;height:16px!important;accent-color:#7c3aed}
.payment-methods-v22 label>div{display:flex;flex-direction:column}
.payment-methods-v22 strong{font-size:11px}
.payment-methods-v22 small{font-size:9px;color:#7f8694}
.coupon-box-v22{margin-top:18px}
.coupon-inline{display:flex;gap:8px}
.checkout-summary-v22{position:sticky;top:94px}
.summary-lines-v22{padding:14px 0}
.summary-lines-v22>div,
.summary-lines-v22 #addonSummaryRows>div{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:8px 0;
  border-bottom:1px solid #262c36;
  font-size:11px;
}
.summary-lines-v22 span{color:#c0c6d1}
.summary-total-v22{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px 0;
  border-top:1px solid #343a46;
}
.summary-total-v22 span{font-size:15px;font-weight:700}
.summary-total-v22 strong{font-size:25px;color:#a855f7}
.checkout-pay-btn{
  width:100%;
  min-height:52px;
  font-size:13px;
}
.checkout-legal-note{
  display:flex;
  gap:9px;
  margin-top:13px;
  color:#737b89;
  font-size:9px;
  line-height:1.5;
}
.checkout-legal-note p{margin:0}
.checkout-after-payment{
  display:flex;
  flex-direction:column;
  gap:7px;
  border-top:1px solid #292f39;
  margin-top:16px;
  padding-top:15px;
}
.checkout-after-payment strong{font-size:10px;color:#969dab}
.checkout-after-payment span{font-size:9px;color:#8f96a4}
@media(max-width:900px){
  .checkout-public-grid{grid-template-columns:1fr}
  .checkout-summary-v22{position:static}
}
@media(max-width:650px){
  .checkout-public-actions>a:not(.btn){display:none}
  .checkout-progress{grid-template-columns:auto 1fr auto 1fr auto 1fr auto}
  .checkout-public-head{align-items:flex-start;flex-direction:column}
  .checkout-addon-grid,.payment-methods-v22{grid-template-columns:1fr}
  .checkout-package-card{align-items:flex-start;flex-direction:column}
}

.sidebar-section-title{
  margin:15px 9px 7px;
  color:#6f7685;
  font-size:9px;
  font-weight:800;
  letter-spacing:.11em;
}
.sidebar .addon-nav-link{
  display:flex;
  align-items:center;
  gap:8px;
  background:rgba(124,58,237,.08);
  border-color:rgba(124,58,237,.16);
}
.sidebar .addon-nav-link:hover{background:rgba(124,58,237,.15);border-color:#6d4aff}
.addon-dot{
  width:19px;height:19px;border-radius:6px;
  display:grid;place-items:center;
  background:#5b21b6;color:#e9d5ff;
  font-size:12px;font-weight:800
}
.active-addon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.active-addon-card{
  display:flex;align-items:center;gap:11px;
  padding:13px;border:1px solid #292f3b;
  background:#0d1118;border-radius:12px
}
.active-addon-card:hover{border-color:#7c3aed}
.active-addon-card>span{
  width:34px;height:34px;display:grid;place-items:center;border-radius:10px;
  background:#21143e;color:#c084fc;font-weight:800
}
.active-addon-card>div{display:flex;flex-direction:column}
.active-addon-card strong{font-size:11px}
.active-addon-card small{font-size:9px;color:#7d8492}
.theme-addon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media(max-width:850px){.active-addon-grid,.theme-addon-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.active-addon-grid,.theme-addon-grid{grid-template-columns:1fr}}

/* V25 functional addon menu styles */
.public-menu.theme-luxury{background-color:#070707!important}.theme-luxury .menu-product{background:#121212!important;border-color:#2d2d2d!important;color:#f5f5f4}.theme-luxury .category{color:#d4af37}
.public-menu.theme-coffee{background-color:#2a1d17!important}.theme-coffee .menu-product{background:#f3e9dc!important;color:#3b281e}.theme-coffee .category{color:#f1c27d}
.public-menu.theme-fastfood{background-color:#fff7ed!important}.theme-fastfood .menu-product{background:#fff!important;color:#111827;border:2px solid #fb923c!important}.theme-fastfood .category{color:#ea580c}
.menu-feedback-btn{display:block;margin:28px 0 12px;padding:13px 16px;text-align:center;border-radius:12px;background:#7c3aed;color:#fff!important;font-weight:800;text-decoration:none}
.menu-custom-footer{text-align:center;padding:18px 6px;color:#8b93a2;font-size:10px}

.feature-matrix-wrap{overflow-x:auto}
.feature-matrix th,.feature-matrix td{text-align:center;min-width:130px}
.feature-matrix th:first-child,.feature-matrix td:first-child{text-align:left;min-width:220px;position:sticky;left:0;background:#11141b;z-index:2}
.feature-toggle-cell{vertical-align:middle!important}
.feature-switch{display:inline-flex;cursor:pointer}
.feature-switch input{display:none}
.feature-switch span{width:42px;height:23px;border-radius:999px;background:#374151;position:relative;transition:.2s}
.feature-switch span:after{content:"";position:absolute;width:17px;height:17px;border-radius:50%;background:#fff;top:3px;left:3px;transition:.2s}
.feature-switch input:checked+span{background:#7c3aed}
.feature-switch input:checked+span:after{transform:translateX(19px)}

.product-limit-input{
  width:95px!important;
  min-width:95px;
  text-align:center;
  margin:0 auto;
}
.product-limit-row td{
  background:rgba(124,58,237,.06)!important;
  border-bottom:1px solid rgba(124,58,237,.25)!important
}
.product-limit-status{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin-bottom:16px;
  padding:12px 14px;
  border:1px solid #2e3542;
  border-radius:12px;
  background:#0d1118;
}
.product-limit-status>div{
  display:flex;
  align-items:center;
  gap:12px;
}
.product-limit-status strong{font-size:11px}
.product-limit-status span{
  display:inline-flex;
  padding:5px 8px;
  border-radius:999px;
  background:#21143e;
  color:#d8b4fe;
  font-size:11px;
  font-weight:800;
}
.product-limit-status small{color:#8f96a5}
.product-limit-status.limit-full{
  border-color:#7f1d1d;
  background:rgba(69,10,10,.18)
}
.product-limit-status.limit-full span{
  background:#450a0a;
  color:#fca5a5
}

/* V28 table QR actions + unified public addon styling */
.table-service-actions{margin:18px 0 22px;border:1px solid rgba(255,255,255,.14);background:rgba(10,12,18,.88);backdrop-filter:blur(12px);border-radius:16px;padding:14px;position:relative;z-index:2}
.table-service-title{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:11px}.table-service-title strong{font-size:14px}.table-service-title small{font-size:9px;color:#9ca3af}
.table-service-buttons{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.service-action{border:1px solid rgba(255,255,255,.10);border-radius:13px;padding:13px;background:#151922;color:#fff;display:flex;gap:10px;align-items:center;text-align:left;cursor:pointer}
.service-action>span{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#2e1065;font-size:18px}.service-action>div{display:flex;flex-direction:column}.service-action strong{font-size:12px}.service-action small{font-size:9px;color:#9ca3af;margin-top:2px}
.waiter-action:hover{border-color:#8b5cf6}.bill-action>span{background:#3f2b0b}.bill-action:hover{border-color:#f59e0b}
.qty{display:flex;gap:5px;align-items:center}.qty button{width:30px;height:30px;border:0;border-radius:8px;background:#282d37;color:#fff}.qty input{width:34px!important;text-align:center;border:0!important;background:transparent!important;color:inherit!important;padding:0!important}
.menu-product-copy{display:flex;flex-direction:column;min-width:0}.menu-product-copy b{margin-top:5px}
.cartbar-v28{position:sticky;bottom:10px;z-index:10;background:rgba(12,15,21,.96);border:1px solid #303641;padding:14px;border-radius:16px;margin-top:18px;box-shadow:0 18px 55px rgba(0,0,0,.35);backdrop-filter:blur(16px)}
.cartbar-v28-head{display:flex;justify-content:space-between;margin-bottom:10px}.cartbar-v28-head small{color:#8d95a3}
.general-menu-service-note{position:relative;z-index:2;margin:15px 0;padding:12px 14px;border:1px solid rgba(124,58,237,.35);background:rgba(29,15,52,.75);border-radius:13px;display:flex;justify-content:space-between;gap:12px}.general-menu-service-note strong{font-size:11px}.general-menu-service-note span{font-size:9px;color:#c4b5fd}
@media(max-width:560px){.table-service-buttons{grid-template-columns:1fr}.table-service-title,.general-menu-service-note{align-items:flex-start;flex-direction:column}}

.demo-credential{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid #292f39}
.demo-credential span{color:#8f96a5;font-size:11px}
.demo-credential strong{font-size:12px}
.demo-check-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}
.demo-check-list li{padding:9px 11px;border:1px solid #292f39;background:#0d1118;border-radius:10px;font-size:10px}
.demo-check-list li:before{content:"✓";color:#4ade80;margin-right:7px;font-weight:800}
.demo-links{display:flex;gap:9px;flex-wrap:wrap}
@media(max-width:650px){.demo-check-list{grid-template-columns:1fr}}

.login-links-v30{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:16px;
  font-size:11px;
}
.login-links-v30 a{color:#a78bfa}
.login-links-v30 a:hover{color:#fff}
.floating-member-login{
  display:none;
}

.demo-action-stack{display:flex;gap:9px;flex-wrap:wrap;margin-top:12px}
.demo-action-stack form{margin:0}


/* =========================
   V33 PREMIUM DEMO SHOWCASE
   ========================= */
.demo-showcase-menu{
  background:
    radial-gradient(circle at 15% 0%,rgba(124,58,237,.26),transparent 34%),
    radial-gradient(circle at 85% 12%,rgba(217,119,6,.16),transparent 30%),
    #07090d!important;
  background-attachment:fixed!important;
}
.demo-showcase-menu .public-wrap{max-width:880px}
.demo-showcase-hero{
  position:relative;
  z-index:2;
  overflow:hidden;
  margin:18px 0 14px;
  padding:34px 26px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  background:
    linear-gradient(135deg,rgba(124,58,237,.22),rgba(15,17,24,.92) 55%,rgba(217,119,6,.10)),
    #10131a;
  box-shadow:0 28px 80px rgba(0,0,0,.30);
}
.demo-showcase-hero:after{
  content:"";
  position:absolute;
  width:210px;height:210px;border-radius:50%;
  right:-55px;top:-85px;
  background:rgba(168,85,247,.24);
  filter:blur(12px)
}
.demo-showcase-badge{
  display:inline-flex;
  padding:7px 10px;
  border:1px solid rgba(216,180,254,.32);
  border-radius:999px;
  background:rgba(88,28,135,.28);
  color:#e9d5ff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em
}
.demo-showcase-hero h1{
  position:relative;z-index:2;
  margin:14px 0 5px;
  font-size:clamp(34px,7vw,58px);
  line-height:1;
  letter-spacing:-2.6px
}
.demo-showcase-hero p{position:relative;z-index:2;color:#b7bdca;margin:0;font-size:12px}
.demo-showcase-pills{position:relative;z-index:2;display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}
.demo-showcase-pills span{
  padding:7px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.08);
  color:#e5e7eb;
  font-size:9px
}
.demo-showcase-info-grid{
  position:relative;z-index:2;
  display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:12px 0 20px
}
.demo-showcase-info-grid>div{
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:3px;
  padding:14px 8px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
  background:rgba(13,17,24,.82);
  backdrop-filter:blur(12px)
}
.demo-showcase-info-grid>div>span{font-size:18px}
.demo-showcase-info-grid strong{font-size:9px}
.demo-showcase-info-grid small{font-size:8px;color:#8f96a5}
.demo-showcase-menu .category{
  position:relative;z-index:2;
  margin:28px 0 11px;
  font-size:19px;
  letter-spacing:-.4px;
  color:#f5f3ff!important
}
.demo-showcase-menu .category:after{
  content:"";
  display:block;
  width:42px;height:3px;border-radius:999px;
  margin-top:6px;
  background:linear-gradient(90deg,#8b5cf6,#f59e0b)
}
.demo-showcase-menu .menu-product{
  position:relative;z-index:2;
  border:1px solid rgba(255,255,255,.10)!important;
  background:linear-gradient(180deg,rgba(22,25,34,.94),rgba(12,15,21,.94))!important;
  border-radius:17px!important;
  box-shadow:0 12px 38px rgba(0,0,0,.13)
}
.demo-showcase-menu .menu-product:hover{
  border-color:rgba(139,92,246,.45)!important;
  transform:translateY(-1px)
}
.demo-showcase-menu .menu-product img,
.demo-showcase-menu .menu-product .ph{
  border-radius:13px!important;
  background:
    linear-gradient(135deg,rgba(124,58,237,.22),rgba(245,158,11,.13)),
    #171a22!important
}
.demo-showcase-menu .menu-product strong{font-size:13px}
.demo-showcase-menu .menu-product small{color:#8f96a5;line-height:1.45}
.demo-showcase-menu .menu-product b{color:#d8b4fe}
.demo-showcase-menu .table-service-actions{
  border-color:rgba(139,92,246,.35);
  background:linear-gradient(135deg,rgba(76,29,149,.20),rgba(10,12,18,.94))
}
.demo-table-banner{
  position:relative;z-index:2;
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  margin:15px 0;
  padding:13px 15px;
  border:1px solid rgba(74,222,128,.25);
  border-radius:14px;
  background:rgba(5,46,22,.32)
}
.demo-table-banner>div{display:flex;align-items:center;gap:9px}
.demo-table-banner span{
  padding:5px 7px;border-radius:999px;background:#14532d;color:#bbf7d0;
  font-size:8px;font-weight:900
}
.demo-table-banner strong{font-size:11px}
.demo-table-banner small{color:#9ca3af;font-size:9px}
.demo-test-center{
  display:flex;justify-content:space-between;align-items:center;gap:20px;
  margin-bottom:18px;padding:20px;
  border:1px solid rgba(124,58,237,.30);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(76,29,149,.22),rgba(14,17,24,.96))
}
.demo-test-label{font-size:9px;font-weight:900;letter-spacing:.12em;color:#c4b5fd}
.demo-test-center h2{margin:6px 0;font-size:24px;letter-spacing:-.8px}
.demo-test-center p{margin:0;color:#9299a8;font-size:11px}
.demo-test-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
@media(max-width:700px){
  .demo-showcase-info-grid{grid-template-columns:1fr 1fr}
  .demo-table-banner,.demo-test-center{align-items:flex-start;flex-direction:column}
  .demo-test-actions{justify-content:flex-start}
}

/* V38 QR ordering */
.cart-qty-badge{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;margin-left:5px;border-radius:999px;background:#7c3aed;color:#fff;font-size:9px}
.order-success-card{text-align:center}.order-success-icon{width:64px;height:64px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:#052e16;color:#86efac;font-size:28px;font-weight:900}.order-success-total{display:flex;justify-content:space-between;padding:15px;margin:18px 0;border:1px solid #2b313d;border-radius:12px}.order-success-total strong{color:#c084fc}
.order-filter-tabs{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:15px}.order-filter-tabs a{padding:8px 11px;border-radius:999px;background:#11151d;border:1px solid #292f3a;font-size:10px;color:#aeb5c2}.order-filter-tabs a.active{background:#5b21b6;color:#fff;border-color:#7c3aed}
.restaurant-order-list{display:grid;gap:12px}.restaurant-order-card{background:linear-gradient(180deg,#12151d,#0d1016);border:1px solid #292f3a;border-radius:16px;padding:17px}.restaurant-order-head{display:flex;justify-content:space-between;gap:18px}.restaurant-order-head h3{margin:4px 0}.restaurant-order-head small{color:#7f8795}.order-no{font-size:9px;color:#c084fc;font-weight:800}.order-head-right{text-align:right;display:flex;flex-direction:column;gap:6px;align-items:flex-end}.order-status{padding:5px 8px;border-radius:999px;font-size:9px}.status-new{background:#312e81;color:#c7d2fe}.status-preparing{background:#422006;color:#fde68a}.status-ready{background:#052e16;color:#86efac}.status-served{background:#172554;color:#93c5fd}.status-cancelled{background:#450a0a;color:#fca5a5}
.restaurant-order-items{margin:14px 0;border-top:1px solid #282e38;border-bottom:1px solid #282e38;padding:8px 0}.restaurant-order-items>div{display:flex;justify-content:space-between;padding:5px 0;font-size:11px}.restaurant-order-items small{color:#8d95a3}.order-note{padding:9px 10px;background:#0b0e14;border-radius:9px;color:#b9c0cc;font-size:10px;margin-bottom:10px}.order-status-form{display:flex;gap:8px}.order-status-form select{flex:1;background:#0b0e14;color:#fff;border:1px solid #303643;border-radius:10px;padding:9px}
@media(max-width:600px){.restaurant-order-head,.order-status-form{flex-direction:column}.order-head-right{align-items:flex-start;text-align:left}}

/* =========================
   V39 SEPETİM
   ========================= */
.product-cart-action{margin-left:auto}
.add-cart-btn{
  border:1px solid rgba(124,58,237,.42);
  background:rgba(91,33,182,.18);
  color:#e9d5ff;
  border-radius:10px;
  padding:9px 11px;
  font-size:10px;
  font-weight:800;
  cursor:pointer;
  white-space:nowrap;
  transition:.2s;
}
.add-cart-btn:hover{background:#6d28d9;color:#fff;border-color:#8b5cf6;transform:translateY(-1px)}

.mobile-cart-bar{
  position:sticky;
  bottom:10px;
  z-index:25;
  margin:18px 0 0;
  padding:11px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1px solid #303643;
  border-radius:16px;
  background:rgba(10,13,18,.96);
  backdrop-filter:blur(16px);
  box-shadow:0 18px 55px rgba(0,0,0,.35);
}
.mobile-cart-bar>div{display:flex;align-items:center;gap:10px}
.mobile-cart-bar>div>div{display:flex;flex-direction:column}
.mobile-cart-bar strong{font-size:12px}
.mobile-cart-bar small{font-size:9px;color:#8e96a4}
.mobile-cart-bar.has-items{border-color:rgba(124,58,237,.62)}
.mobile-cart-bar.pulse{animation:cartPulse .4s ease}
@keyframes cartPulse{50%{transform:scale(1.015)}}
.cart-icon-v39{
  width:38px;height:38px;border-radius:11px;
  display:grid;place-items:center;
  background:#21143e;font-size:18px
}

.cart-drawer-backdrop{
  position:fixed;inset:0;z-index:80;
  background:rgba(0,0,0,.58);
  opacity:0;pointer-events:none;
  transition:.25s
}
.cart-drawer-backdrop.open{opacity:1;pointer-events:auto}
.cart-drawer-v39{
  position:fixed;right:0;top:0;bottom:0;z-index:90;
  width:min(440px,100%);
  display:flex;flex-direction:column;
  background:#0c0f15;
  border-left:1px solid #2d3340;
  box-shadow:-30px 0 90px rgba(0,0,0,.45);
  transform:translateX(100%);
  transition:.28s ease;
}
.cart-drawer-v39.open{transform:translateX(0)}
body.cart-open{overflow:hidden}
.cart-drawer-head{
  display:flex;justify-content:space-between;align-items:flex-start;
  gap:18px;padding:21px;border-bottom:1px solid #282e39
}
.cart-drawer-head span{font-size:8px;letter-spacing:.13em;color:#a78bfa;font-weight:900}
.cart-drawer-head h2{margin:4px 0 0;font-size:25px}
.cart-close-btn{
  width:36px;height:36px;border-radius:50%;border:1px solid #323845;
  background:#151922;color:#fff;font-size:23px;cursor:pointer
}
.cart-drawer-body{flex:1;overflow:auto;padding:14px 18px}
.cart-empty-v39{
  min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;gap:6px;color:#8d95a3
}
.cart-empty-v39>div{font-size:35px}.cart-empty-v39 strong{color:#fff}.cart-empty-v39 small{font-size:10px}
.cart-items-v39{display:grid;gap:9px}
.cart-item-v39{
  display:grid;grid-template-columns:minmax(0,1fr) auto auto 25px;
  gap:10px;align-items:center;
  border:1px solid #282e39;background:#11151d;border-radius:12px;padding:11px
}
.cart-item-info-v39{display:flex;flex-direction:column;gap:2px;min-width:0}
.cart-item-info-v39 strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cart-item-info-v39 small{font-size:8px;color:#7e8695}
.cart-item-controls-v39{display:flex;align-items:center;gap:5px}
.cart-item-controls-v39 button{
  width:27px;height:27px;border:0;border-radius:7px;background:#282e39;color:#fff;cursor:pointer
}
.cart-item-controls-v39 b{min-width:18px;text-align:center;font-size:10px}
.cart-item-total-v39{font-size:10px;font-weight:800;color:#d8b4fe;white-space:nowrap}
.cart-item-remove-v39{border:0;background:transparent;color:#ef4444;font-size:19px;cursor:pointer}
.cart-checkout-v39{border-top:1px solid #282e39;padding:16px 18px;background:#0a0d12}
.cart-total-row-v39{display:flex;justify-content:space-between;align-items:center;padding:15px 0}
.cart-total-row-v39 span{font-size:13px;font-weight:700}
.cart-total-row-v39 strong{font-size:23px;color:#c084fc}
.cart-submit-v39{width:100%;min-height:50px}
.cart-submit-v39:disabled{opacity:.45;cursor:not-allowed}
.cart-checkout-note{text-align:center;color:#747c8b;font-size:8px;margin:9px 0 0}

@media(max-width:600px){
  .menu-product{grid-template-columns:70px minmax(0,1fr)!important}
  .product-cart-action{grid-column:2;width:100%;margin-top:7px}
  .add-cart-btn{width:100%}
  .cart-item-v39{grid-template-columns:1fr auto}
  .cart-item-controls-v39{grid-column:1}
  .cart-item-total-v39{grid-column:2;grid-row:2}
  .cart-item-remove-v39{position:absolute}
}

/* V41 quantity control fix */
.cart-item-controls-v39{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  gap:7px;
}
.cart-item-controls-v39 .cart-qty-btn{
  appearance:none;
  -webkit-appearance:none;
  width:34px;
  height:34px;
  min-width:34px;
  border:1px solid #3a414f;
  border-radius:9px;
  background:#202630;
  color:#fff;
  font-size:18px;
  font-weight:800;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  touch-action:manipulation;
  user-select:none;
  -webkit-user-select:none;
}
.cart-item-controls-v39 .cart-qty-btn:active{
  transform:scale(.94);
  background:#6d28d9;
}
.cart-item-controls-v39 b{
  min-width:24px;
  text-align:center;
  font-size:12px;
}
.cart-item-remove-v39{
  position:relative;
  z-index:3;
  touch-action:manipulation;
}
.add-cart-btn{
  touch-action:manipulation;
}

/* V42 definitive cart add fix */
.add-cart-btn{
  position:relative;
  z-index:5;
  pointer-events:auto!important;
}
.cart-item-v39{
  position:relative;
}

/* V43 unified kitchen & service */
.ops-page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px}.ops-page-head h1{font-size:32px;margin:6px 0}.ops-page-head p{margin:0;color:#8f96a5}.ops-live-badge{font-size:9px;color:#86efac;font-weight:900;letter-spacing:.12em}.ops-head-actions{display:flex;gap:8px}
.ops-notification-banner{display:none;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px;padding:13px 15px;border-radius:13px;border:1px solid #373e4b;background:#11151d}.ops-notification-banner.show{display:flex}.ops-notification-banner>div{display:flex;align-items:center;gap:10px}.ops-notification-banner>div>span{font-size:22px}.ops-notification-banner>div>div{display:flex;flex-direction:column}.ops-notification-banner strong{font-size:12px}.ops-notification-banner small{font-size:9px;color:#9299a8}.ops-notification-banner button{border:0;background:transparent;color:#fff;font-size:20px}.ops-notification-banner.order{border-color:#6d28d9;background:#1c1037}.ops-notification-banner.bill{border-color:#b45309;background:#2b1904}.ops-notification-banner.waiter{border-color:#1d4ed8;background:#0c1b3e}
.ops-kpi-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:18px}.ops-kpi{border:1px solid #2b313d;background:#0e1219;border-radius:13px;padding:14px}.ops-kpi span{display:block;font-size:9px;color:#8f96a5}.ops-kpi strong{display:block;font-size:25px;margin-top:5px}.ops-kpi.purple{border-color:#4c1d95}.ops-kpi.amber{border-color:#78350f}.ops-kpi.green{border-color:#14532d}.ops-kpi.blue{border-color:#1e3a8a}.ops-kpi.red{border-color:#7f1d1d}
.ops-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px}.ops-main,.ops-service-panel{min-width:0}.ops-section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.ops-section-head h2{margin:0;font-size:17px}.ops-section-head small{color:#777f8e;font-size:9px}
.ops-order-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ops-column{border:1px solid #282e39;background:#0b0e14;border-radius:14px;overflow:hidden;min-height:360px}.ops-column-head{display:flex;justify-content:space-between;padding:11px 12px;border-bottom:1px solid #282e39}.ops-column-head strong{font-size:11px}.ops-column-head span{min-width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:#1b2130;font-size:9px}.ops-column-body{padding:9px;display:grid;gap:8px}
.ops-order-card{border:1px solid #2b313d;border-radius:12px;background:#11151d;padding:11px}.ops-order-card.status-new{border-top:3px solid #8b5cf6}.ops-order-card.status-preparing{border-top:3px solid #f59e0b}.ops-order-card.status-ready{border-top:3px solid #22c55e}.ops-order-top{display:flex;justify-content:space-between;gap:10px}.ops-order-top span{font-size:8px;color:#a78bfa}.ops-order-top h3{margin:3px 0;font-size:15px}.ops-order-top small{font-size:8px;color:#777f8e}.ops-order-top>strong{font-size:11px;white-space:nowrap}.ops-order-items{margin:9px 0;padding:8px 0;border-top:1px solid #282e39;border-bottom:1px solid #282e39}.ops-order-items>div{display:flex;gap:6px;padding:3px 0;font-size:10px}.ops-order-items b{color:#c084fc}.ops-order-note{padding:7px;border-radius:8px;background:#0b0e14;color:#aab1bd;font-size:9px;margin-bottom:8px}.ops-order-actions{display:flex;gap:6px;flex-wrap:wrap}.ops-order-actions .btn{font-size:9px;padding:7px 8px}
.ops-service-panel{border:1px solid #282e39;background:#0b0e14;border-radius:14px;padding:12px}.ops-call-list{display:grid;gap:8px}.ops-call-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:9px;align-items:center;border:1px solid #2c3340;background:#11151d;border-radius:12px;padding:10px}.ops-call-card.waiter{border-left:3px solid #3b82f6}.ops-call-card.bill{border-left:3px solid #f59e0b}.ops-call-icon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:#1b2130;font-size:18px}.ops-call-info span{font-size:7px;font-weight:900;letter-spacing:.08em;color:#9ca3af}.ops-call-info h3{margin:2px 0;font-size:14px}.ops-call-info small{font-size:8px;color:#777f8e}.ops-call-card form .btn{font-size:8px;padding:7px}.ops-empty{text-align:center;color:#69717f;font-size:9px;padding:25px 10px}
@media(max-width:1100px){.ops-layout{grid-template-columns:1fr}.ops-kpi-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:850px){.ops-order-columns{grid-template-columns:1fr}.ops-column{min-height:auto}.ops-page-head{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.ops-kpi-grid{grid-template-columns:1fr 1fr}.ops-head-actions{width:100%;flex-wrap:wrap}.ops-call-card{grid-template-columns:42px 1fr}.ops-call-card form{grid-column:2}}

/* V45 public homepage - new restaurant features */
.visitor-new-features{padding:82px 0;background:radial-gradient(circle at 50% 0,rgba(91,33,182,.13),transparent 42%),#080a0f}
.landing-section-head{max-width:760px;margin:0 auto 34px;text-align:center}.landing-section-head .eyebrow{font-size:9px;font-weight:900;letter-spacing:.16em;color:#a78bfa}.landing-section-head h2{font-size:clamp(28px,4vw,48px);line-height:1.05;margin:10px 0 13px}.landing-section-head p{color:#9098a7;line-height:1.7}
.visitor-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.visitor-feature-card{position:relative;overflow:hidden;border:1px solid #272d38;border-radius:18px;padding:21px;background:linear-gradient(180deg,#11151d,#0b0e14);min-height:245px}.visitor-feature-card.featured{border-color:#5b21b6;background:linear-gradient(145deg,#1b1035,#0c0f16)}.visitor-feature-card:before{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background:rgba(124,58,237,.08);right:-35px;top:-35px}.visitor-feature-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:#1c2230;font-size:21px;margin-bottom:18px}.visitor-feature-card small{font-size:8px;letter-spacing:.12em;color:#8b5cf6;font-weight:900}.visitor-feature-card h3{font-size:18px;margin:4px 0 9px}.visitor-feature-card p{font-size:11px;color:#8e96a5;line-height:1.65;margin-bottom:20px}.visitor-feature-tag{position:absolute;bottom:18px;left:21px;font-size:8px;padding:5px 8px;border-radius:999px;background:#171c25;color:#b9c0cc;border:1px solid #292f3a}
.visitor-flow{margin-top:18px;border:1px solid #292f3a;border-radius:18px;background:#0d1016;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:12px}.visitor-flow>div{display:flex;flex-direction:column;gap:3px}.visitor-flow>div span{font-size:9px;color:#8b5cf6;font-weight:900}.visitor-flow>div strong{font-size:12px}.visitor-flow>div small{font-size:8px;color:#747c8b}.visitor-flow>b{color:#4b5563}
@media(max-width:900px){.visitor-feature-grid{grid-template-columns:1fr 1fr}.visitor-flow{display:grid;grid-template-columns:1fr 1fr}.visitor-flow>b{display:none}}
@media(max-width:600px){.visitor-new-features{padding:55px 0}.visitor-feature-grid{grid-template-columns:1fr}.visitor-flow{grid-template-columns:1fr}.visitor-feature-card{min-height:220px}}


/* ============================================
   V46 HOMEPAGE NEW FEATURES - DESIGN FIX
   ============================================ */
.home-features-v46{
  position:relative;
  overflow:hidden;
  padding:96px 0;
  background:
    radial-gradient(circle at 15% 0%,rgba(124,58,237,.18),transparent 30%),
    radial-gradient(circle at 88% 18%,rgba(168,85,247,.08),transparent 28%),
    #090b10;
  border-top:1px solid #242a34;
  border-bottom:1px solid #242a34;
}
.home-features-v46:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,black,transparent 82%);
}
.home-features-v46 .container{
  position:relative;
  z-index:2;
}
.home-features-head-v46{
  max-width:820px;
  margin:0 auto 46px;
  text-align:center;
}
.home-features-head-v46>span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 11px;
  border:1px solid rgba(168,85,247,.30);
  border-radius:999px;
  background:rgba(91,33,182,.13);
  color:#d8b4fe;
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}
.home-features-head-v46 h2{
  margin:16px 0 14px;
  color:#fff;
  font-size:clamp(34px,5vw,58px);
  line-height:1.03;
  letter-spacing:-2.4px;
}
.home-features-head-v46 p{
  max-width:700px;
  margin:0 auto;
  color:#969dac;
  font-size:14px;
  line-height:1.75;
}
.home-features-grid-v46{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.home-feature-card-v46{
  position:relative;
  overflow:hidden;
  min-height:285px;
  display:flex;
  flex-direction:column;
  padding:23px;
  border:1px solid #2a303b;
  border-radius:20px;
  background:
    linear-gradient(180deg,rgba(19,23,32,.98),rgba(12,15,21,.98));
  box-shadow:0 22px 60px rgba(0,0,0,.18);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.home-feature-card-v46:after{
  content:"";
  position:absolute;
  right:-42px;
  top:-42px;
  width:135px;
  height:135px;
  border-radius:50%;
  background:rgba(124,58,237,.08);
  filter:blur(2px);
}
.home-feature-card-v46:hover{
  transform:translateY(-4px);
  border-color:rgba(139,92,246,.50);
  box-shadow:0 30px 75px rgba(0,0,0,.26);
}
.home-feature-card-v46.is-primary{
  border-color:rgba(139,92,246,.62);
  background:
    linear-gradient(145deg,rgba(50,23,86,.86),rgba(14,17,24,.99) 68%);
}
.home-feature-icon-v46{
  position:relative;
  z-index:2;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:19px;
  border:1px solid #333a48;
  border-radius:14px;
  background:#191e28;
  font-size:22px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.home-feature-card-v46.is-primary .home-feature-icon-v46{
  border-color:rgba(168,85,247,.35);
  background:#24123d;
}
.home-feature-copy-v46{
  position:relative;
  z-index:2;
}
.home-feature-copy-v46 small{
  display:block;
  margin-bottom:5px;
  color:#a78bfa;
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
}
.home-feature-copy-v46 h3{
  margin:0 0 10px;
  color:#fff;
  font-size:20px;
  line-height:1.18;
  letter-spacing:-.4px;
}
.home-feature-copy-v46 p{
  margin:0;
  color:#9199a8;
  font-size:11px;
  line-height:1.7;
}
.home-feature-bottom-v46{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  padding-top:22px;
}
.home-feature-bottom-v46 span{
  display:inline-flex;
  align-items:center;
  padding:6px 9px;
  border:1px solid #2e3540;
  border-radius:999px;
  background:#12161e;
  color:#b7bdc8;
  font-size:8px;
}
.home-feature-bottom-v46 b{
  color:#3c4350;
  font-size:28px;
  line-height:1;
  font-weight:900;
}
.home-flow-v46{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;
  align-items:center;
  gap:14px;
  margin-top:18px;
  padding:22px 25px;
  border:1px solid #2a303a;
  border-radius:19px;
  background:linear-gradient(180deg,#0f131a,#0b0e14);
  box-shadow:0 18px 55px rgba(0,0,0,.14);
}
.home-flow-v46>div{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.home-flow-v46 em{
  color:#8b5cf6;
  font-size:9px;
  font-style:normal;
  font-weight:900;
}
.home-flow-v46 strong{
  color:#fff;
  font-size:12px;
}
.home-flow-v46 small{
  color:#737b89;
  font-size:8px;
}
.home-flow-v46>span{
  color:#4c5563;
  font-size:18px;
}
@media(max-width:980px){
  .home-features-grid-v46{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-flow-v46{grid-template-columns:1fr 1fr;gap:12px}
  .home-flow-v46>span{display:none}
}
@media(max-width:620px){
  .home-features-v46{padding:68px 0}
  .home-features-head-v46{text-align:left;margin-bottom:30px}
  .home-features-head-v46 h2{font-size:36px;letter-spacing:-1.7px}
  .home-features-head-v46 p{font-size:12px}
  .home-features-grid-v46{grid-template-columns:1fr}
  .home-feature-card-v46{min-height:245px}
  .home-flow-v46{grid-template-columns:1fr}
}

/* V47 Restaurant System - real kitchen/service panel visual */
.restaurant-panel-shot-v47{
  overflow:hidden;
  border:1px solid #303744;
  border-radius:20px;
  background:#0b0e14;
  box-shadow:0 35px 90px rgba(0,0,0,.35),0 0 0 1px rgba(139,92,246,.06);
}
.restaurant-panel-browser-v47{
  height:42px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 14px;
  border-bottom:1px solid #272d37;
  background:#11151d;
}
.restaurant-panel-browser-v47 span{
  width:8px;height:8px;border-radius:50%;background:#454c59;
}
.restaurant-panel-browser-v47 small{
  margin-left:8px;color:#737b89;font-size:9px;
}
.restaurant-panel-shot-v47 img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1400/850;
  object-fit:cover;
  object-position:center top;
}
@media(max-width:900px){
  .restaurant-panel-shot-v47{margin-top:28px}
}

/* V48 custom domain */
.domain-grid-v48{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.domain-status-box-v48{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px 0;border-top:1px solid #292f39;margin-top:12px}.domain-status-box-v48 span{color:#8e96a5;font-size:10px}.domain-status-box-v48 strong{font-size:11px}.domain-status-approved{color:#86efac}.domain-status-pending{color:#fde68a}.domain-status-rejected{color:#fca5a5}.domain-status-verified{color:#93c5fd}
.dns-option-v48{border:1px solid #2b313d;border-radius:13px;background:#0d1118;padding:14px;margin-top:10px}.dns-option-v48>span{font-size:8px;letter-spacing:.12em;color:#a78bfa;font-weight:900}.dns-option-v48 h4{margin:5px 0 10px}.dns-option-v48>div{display:flex;justify-content:space-between;gap:14px;padding:7px 0;border-top:1px solid #252b35}.dns-option-v48 small{color:#7d8594}.dns-option-v48 code,.dns-token-v48 code{color:#d8b4fe;background:#171c25;padding:4px 7px;border-radius:7px}
.dns-token-v48{margin-top:12px;padding:11px;border:1px dashed #343b48;border-radius:11px;display:flex;justify-content:space-between;gap:12px}.dns-token-v48 small{color:#7e8796}
.domain-flow-v48{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:10px}.domain-flow-v48>div{display:flex;flex-direction:column;gap:3px}.domain-flow-v48>div span{color:#8b5cf6;font-size:9px;font-weight:900}.domain-flow-v48>div strong{font-size:11px}.domain-flow-v48>div small{font-size:8px;color:#727b89}.domain-flow-v48>b{color:#4b5563}
.domain-preview-v48{margin-top:18px;padding:13px;border:1px solid #2a303b;border-radius:11px;background:#0d1118;display:flex;justify-content:space-between;gap:12px}.domain-preview-v48 span{color:#8a93a2;font-size:10px}.domain-preview-v48 strong{color:#c4b5fd;font-size:11px;word-break:break-all}
.domain-owner-actions-v48{display:flex;gap:5px;flex-wrap:wrap}
@media(max-width:850px){.domain-grid-v48{grid-template-columns:1fr}.domain-flow-v48{grid-template-columns:1fr 1fr}.domain-flow-v48>b{display:none}}
@media(max-width:560px){.domain-flow-v48{grid-template-columns:1fr}.domain-preview-v48{flex-direction:column}}

/* V50 domain approval persistence */
.active-domain-hero-v50{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px;
  margin-bottom:14px;
  border:1px solid #14532d;
  border-radius:14px;
  background:rgba(5,46,22,.28)
}
.active-domain-icon-v50{
  width:46px;height:46px;border-radius:50%;
  display:grid;place-items:center;
  background:#14532d;color:#bbf7d0;
  font-size:22px;font-weight:900
}
.active-domain-hero-v50>div:last-child{min-width:0}
.active-domain-hero-v50 span{
  font-size:8px;font-weight:900;letter-spacing:.12em;color:#86efac
}
.active-domain-hero-v50 h3{
  margin:4px 0;font-size:20px;word-break:break-all
}
.active-domain-hero-v50 p{margin:0;color:#9ca3af;font-size:10px}
.active-domain-note-v50{
  margin:14px 0;
  padding:10px 12px;
  border-radius:10px;
  background:#0d1118;
  color:#8f96a5;
  font-size:9px
}
.pending-domain-v50{
  padding:15px;
  margin-bottom:13px;
  border:1px solid #713f12;
  border-radius:13px;
  background:rgba(66,32,6,.22)
}
.pending-domain-v50 span{
  font-size:8px;font-weight:900;letter-spacing:.12em;color:#fbbf24
}
.pending-domain-v50 h3{margin:5px 0;font-size:18px}
.pending-domain-v50 p{margin:0;color:#a6adba;font-size:10px}

/* V51 RestoranYönet brand */
.brand-restoranyonet-v51{font-weight:900;letter-spacing:-.04em}
.brand-restoranyonet-v51 .brand-accent{color:#8b5cf6}

/* =========================================================
   V52 RESTORANYÖNET CORPORATE IDENTITY
   Layout is intentionally preserved.
   ========================================================= */
:root{
 --ry-bg:#0B0F17;
 --ry-surface:#111827;
 --ry-surface-2:#151D2B;
 --ry-border:#273244;
 --ry-text:#F8FAFC;
 --ry-muted:#94A3B8;
 --ry-primary:#8B5CF6;
 --ry-primary-2:#A855F7;
 --ry-accent:#F59E0B;
 --ry-success:#22C55E;
 --ry-danger:#EF4444;
}
body{background-color:var(--ry-bg);color:var(--ry-text)}
.ry-logo-v52{display:block;width:210px;max-width:100%;height:auto}
.site-header,.topbar,.header{border-color:var(--ry-border)}
.card,.panel,.box{border-color:var(--ry-border)}
.btn.primary,.btn-primary,.nav-cta{background:linear-gradient(135deg,var(--ry-primary),var(--ry-primary-2));border-color:transparent;color:#fff}
.btn.primary:hover,.btn-primary:hover,.nav-cta:hover{filter:brightness(1.08)}
a{accent-color:var(--ry-primary)}
input:focus,select:focus,textarea:focus{border-color:var(--ry-primary);box-shadow:0 0 0 3px rgba(139,92,246,.12)}
.status-ok,.domain-status-approved{color:#86efac}
.ry-accent{color:var(--ry-accent)}
@media(max-width:700px){.ry-logo-v52{width:170px}}

/* =========================================================
   V53 - GLOBAL RESTORANYÖNET LOGO / FAVICON CONSISTENCY
   ========================================================= */
.global-brand-logo-v53,
.brand img,
.site-brand img,
.auth-brand img,
.owner-brand img,
.panel-brand img,
.footer-brand img,
.logo img{
  display:block;
  max-width:100%;
  height:auto;
}
.global-brand-logo-v53{width:190px}
.site-header .brand img,
.header .brand img{width:205px;max-height:54px;object-fit:contain;object-position:left center}
.auth-brand img,
.auth-brand-pro img{width:190px;max-height:58px;object-fit:contain}
.owner-brand img,
.panel-brand img{width:180px;max-height:52px;object-fit:contain}
.footer-brand img{width:190px;max-height:58px;object-fit:contain}
@media(max-width:700px){
  .site-header .brand img,.header .brand img{width:165px}
  .global-brand-logo-v53{width:165px}
}

.legal-brand-v53{
  max-width:1180px;
  margin:0 auto;
  padding:22px 20px 4px;
}
.legal-brand-v53 img{width:210px;height:auto;display:block}

/* =========================================================
   V54 - RESTORANYÖNET NEW PUBLIC HOMEPAGE
   ========================================================= */
.ry-home-v54{background:#0B0F17;color:#F8FAFC}
.ry-home-v54 .container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.ry-header-v54{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(9,12,18,.88);backdrop-filter:blur(18px)}
.ry-nav-v54{height:74px;display:flex;align-items:center;gap:30px}
.ry-brand-v54 img{width:205px;height:auto;display:block}
.ry-nav-links-v54{display:flex;align-items:center;gap:24px;margin-left:auto}
.ry-nav-links-v54 a{color:#A6AEBB;font-size:12px}.ry-nav-links-v54 a:hover{color:#fff}
.ry-nav-actions-v54{display:flex;gap:8px}.ry-menu-btn-v54{display:none;border:0;background:transparent;color:#fff;font-size:25px}

.ry-hero-v54{position:relative;overflow:hidden;padding:84px 0 74px;background:radial-gradient(circle at 80% 0,rgba(139,92,246,.20),transparent 35%),radial-gradient(circle at 18% 15%,rgba(245,158,11,.06),transparent 24%),#090C12}
.ry-hero-v54:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent)}
.ry-hero-grid-v54{position:relative;z-index:2;display:grid;grid-template-columns:.85fr 1.15fr;gap:52px;align-items:center}
.ry-badge-v54{display:inline-flex;padding:7px 11px;border:1px solid rgba(139,92,246,.35);border-radius:999px;background:rgba(91,33,182,.13);color:#D8B4FE;font-size:9px;font-weight:900;letter-spacing:.12em}
.ry-hero-copy-v54 h1{font-size:clamp(48px,6vw,76px);line-height:.97;letter-spacing:-3.8px;margin:17px 0 20px}.ry-hero-copy-v54 h1 span{background:linear-gradient(90deg,#A855F7,#F59E0B);-webkit-background-clip:text;color:transparent}
.ry-hero-copy-v54>p{max-width:590px;color:#9CA5B5;font-size:15px;line-height:1.75}
.ry-hero-actions-v54{display:flex;gap:10px;margin:28px 0 18px}.btn.big{padding:13px 17px;font-size:12px}
.ry-hero-checks-v54{display:flex;gap:16px;flex-wrap:wrap;color:#ABB3C1;font-size:10px}.ry-hero-checks-v54 span:First-letter{color:#22C55E}

.ry-hero-visual-v54{position:relative;min-height:530px}
.ry-panel-shell-v54{position:absolute;left:0;right:25px;top:0;border:1px solid #303746;border-radius:21px;background:#0C1017;box-shadow:0 40px 110px rgba(0,0,0,.38);padding:18px}
.ry-panel-top-v54{display:flex;justify-content:space-between;align-items:flex-start}.ry-panel-top-v54 small{display:block;color:#7B8494;font-size:8px}.ry-panel-top-v54 strong{display:block;margin-top:3px}.ry-panel-top-v54>span{font-size:8px;color:#86EFAC}
.ry-panel-kpis-v54{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:15px 0}.ry-panel-kpis-v54>div{border:1px solid #282F3C;border-radius:10px;background:#111720;padding:10px}.ry-panel-kpis-v54 small{display:block;color:#8790A0;font-size:7px}.ry-panel-kpis-v54 strong{display:block;font-size:20px;margin-top:3px}
.ry-panel-columns-v54{display:grid;grid-template-columns:1fr 1fr .85fr;gap:8px}.ry-panel-col-v54,.ry-panel-service-v54{border:1px solid #282F3A;border-radius:12px;background:#0A0D13;padding:8px}.ry-col-head-v54{display:flex;justify-content:space-between;align-items:center;padding:4px 3px 9px}.ry-col-head-v54 strong{font-size:9px}.ry-col-head-v54 span{width:20px;height:20px;border-radius:999px;background:#1E2633;display:grid;place-items:center;font-size:8px}
.ry-panel-col-v54 article{border:1px solid #2A3140;border-top:3px solid #8B5CF6;border-radius:9px;background:#121720;padding:9px;margin-bottom:7px}.ry-panel-col-v54 article.amber{border-top-color:#F59E0B}.ry-panel-col-v54 article small{color:#A78BFA;font-size:7px}.ry-panel-col-v54 article h4{margin:2px 0 6px;font-size:11px}.ry-panel-col-v54 article p{color:#A3ACB9;font-size:8px;line-height:1.5;margin:0 0 7px}.ry-panel-col-v54 article button{border:0;border-radius:6px;background:#6D28D9;color:#fff;font-size:7px;padding:6px 7px}
.ry-panel-service-v54 article.service{display:flex;gap:8px;align-items:center;border:1px solid #2D3442;border-left:3px solid #3B82F6;border-radius:9px;background:#121720;padding:9px;margin-bottom:7px}.ry-panel-service-v54 article.bill{border-left-color:#F59E0B}.ry-panel-service-v54 article b{font-size:16px}.ry-panel-service-v54 article small{font-size:6px;color:#8E97A6}.ry-panel-service-v54 article h4{margin:2px 0;font-size:10px}
.ry-phone-v54{position:absolute;right:-12px;bottom:-12px;width:200px;border:7px solid #1E2530;border-radius:28px;background:#F8FAFC;color:#0F172A;padding:13px;box-shadow:0 30px 70px rgba(0,0,0,.45);transform:rotate(2deg)}
.ry-phone-top-v54{text-align:center;font-size:10px;font-weight:800;margin-bottom:9px}.ry-phone-card-v54{display:grid;grid-template-columns:34px 1fr auto;gap:7px;align-items:center;padding:8px;border:1px solid #E2E8F0;border-radius:9px;margin-bottom:7px}.ry-phone-card-v54>span{width:34px;height:34px;border-radius:8px;background:#F1F5F9;display:grid;place-items:center}.ry-phone-card-v54 strong{display:block;font-size:8px}.ry-phone-card-v54 small{display:block;font-size:7px;color:#64748B}.ry-phone-card-v54>b{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#8B5CF6;color:white}.ry-phone-cart-v54{margin-top:8px;background:#6D28D9;color:#fff;border-radius:9px;padding:9px;font-size:8px;display:flex;justify-content:space-between}

.ry-strip-v54{border-top:1px solid #242A34;border-bottom:1px solid #242A34;background:#0F131A}.ry-strip-grid-v54{display:grid;grid-template-columns:repeat(6,1fr)}.ry-strip-grid-v54>div{padding:20px 16px;border-right:1px solid #252B35}.ry-strip-grid-v54>div:last-child{border-right:0}.ry-strip-grid-v54 strong{display:block;font-size:11px}.ry-strip-grid-v54 small{display:block;color:#7E8795;font-size:8px;margin-top:4px}

.ry-section-v54{padding:92px 0}.ry-alt-v54{background:#0E1219;border-top:1px solid #232A35;border-bottom:1px solid #232A35}
.ry-section-head-v54{max-width:730px;margin:0 auto 38px;text-align:center}.ry-section-head-v54.left{text-align:left;margin:0 0 24px}.ry-section-head-v54>span{font-size:9px;letter-spacing:.14em;font-weight:900;color:#A78BFA}.ry-section-head-v54 h2{font-size:clamp(32px,4vw,50px);line-height:1.05;letter-spacing:-2px;margin:10px 0 12px}.ry-section-head-v54 p{color:#8E97A6;line-height:1.7}

.ry-feature-grid-v54{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.ry-feature-grid-v54 article{min-height:240px;border:1px solid #2A303A;border-radius:18px;background:linear-gradient(180deg,#121720,#0B0E14);padding:21px}.ry-feature-grid-v54 article.primary{border-color:#5B21B6;background:linear-gradient(145deg,#1E1236,#0C1017)}.ry-feature-grid-v54 article>div{width:44px;height:44px;border-radius:12px;background:#1B2130;display:grid;place-items:center;font-size:20px;margin-bottom:17px}.ry-feature-grid-v54 small{font-size:8px;color:#A78BFA;font-weight:900;letter-spacing:.12em}.ry-feature-grid-v54 h3{font-size:18px;margin:4px 0 9px}.ry-feature-grid-v54 p{color:#8F98A7;font-size:11px;line-height:1.7}

.ry-steps-v54{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ry-steps-v54>div{border:1px solid #2B313C;border-radius:16px;background:#11161E;padding:22px}.ry-steps-v54 em{font-style:normal;font-size:10px;color:#A78BFA;font-weight:900}.ry-steps-v54 h3{font-size:16px;margin:8px 0}.ry-steps-v54 p{font-size:10px;line-height:1.6;color:#8992A1}

.ry-system-grid-v54{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:center}.ry-system-list-v54{display:grid;grid-template-columns:1fr 1fr;gap:9px}.ry-system-list-v54 span{font-size:10px;color:#ADB5C2}.ry-system-shot-v54{overflow:hidden;border:1px solid #303746;border-radius:20px;background:#0B0F15;box-shadow:0 35px 95px rgba(0,0,0,.3)}.ry-system-shot-v54 img{display:block;width:100%;height:auto}

.ry-addon-grid-v54{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ry-addon-grid-v54 article{border:1px solid #2A313B;border-radius:16px;background:#11161E;padding:20px}.ry-addon-grid-v54 article>span{width:38px;height:38px;border-radius:10px;background:#21143E;display:grid;place-items:center;color:#D8B4FE;font-size:20px}.ry-addon-grid-v54 h3{margin:12px 0 7px}.ry-addon-grid-v54 p{color:#87909F;font-size:10px;line-height:1.6;min-height:48px}.ry-addon-grid-v54 strong{font-size:18px}.ry-addon-grid-v54 small{color:#8C95A4}

.ry-pricing-grid-v54{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.ry-pricing-grid-v54 article{position:relative;border:1px solid #2B323D;border-radius:20px;background:#10151D;padding:25px}.ry-pricing-grid-v54 article.featured{border-color:#7C3AED;background:linear-gradient(145deg,#1F1238,#10151D)}.ry-popular-v54{position:absolute;right:14px;top:14px;font-size:7px;font-weight:900;color:#E9D5FF;background:#4C1D95;border-radius:999px;padding:5px 7px}.ry-pricing-grid-v54 article>small{font-size:9px;color:#A78BFA;font-weight:900}.ry-pricing-grid-v54 h3{font-size:34px;margin:10px 0 6px}.ry-pricing-grid-v54 p{color:#8E97A5;font-size:10px;min-height:36px}.ry-pricing-grid-v54 ul{list-style:none;padding:0;margin:20px 0}.ry-pricing-grid-v54 li{padding:7px 0;border-bottom:1px solid #272E38;font-size:10px;color:#AFB7C4}.ry-pricing-grid-v54 .btn{width:100%;text-align:center}

.ry-cta-v54{padding:54px 0;background:linear-gradient(135deg,#21103D,#111827);border-top:1px solid #382259;border-bottom:1px solid #382259}.ry-cta-v54 .container{display:flex;justify-content:space-between;align-items:center;gap:24px}.ry-cta-v54 span{font-size:8px;color:#D8B4FE;letter-spacing:.13em;font-weight:900}.ry-cta-v54 h2{font-size:34px;margin:7px 0}.ry-cta-v54 p{color:#A1A9B7;margin:0}

.ry-footer-v54{padding:50px 0 20px;background:#080B10}.ry-footer-grid-v54{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:28px}.ry-footer-grid-v54 img{width:205px}.ry-footer-grid-v54 p{max-width:320px;color:#7F8897;font-size:10px;line-height:1.7}.ry-footer-grid-v54>div:not(:first-child){display:flex;flex-direction:column;gap:9px}.ry-footer-grid-v54 strong{font-size:11px;margin-bottom:3px}.ry-footer-grid-v54 a{font-size:10px;color:#8D96A5}.ry-footer-grid-v54 a:hover{color:#fff}.ry-footer-bottom-v54{display:flex;justify-content:space-between;gap:20px;margin-top:35px;padding-top:16px;border-top:1px solid #222934;color:#66707F;font-size:8px}

@media(max-width:1050px){
 .ry-hero-grid-v54,.ry-system-grid-v54{grid-template-columns:1fr}
 .ry-hero-visual-v54{min-height:520px}
 .ry-feature-grid-v54,.ry-addon-grid-v54,.ry-pricing-grid-v54{grid-template-columns:1fr 1fr}
 .ry-strip-grid-v54{grid-template-columns:repeat(3,1fr)}
 .ry-steps-v54{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
 .ry-nav-links-v54{display:none;position:absolute;top:74px;left:0;right:0;background:#0B0F17;border-bottom:1px solid #29313D;padding:18px;flex-direction:column}.ry-nav-links-v54.open{display:flex}
 .ry-menu-btn-v54{display:block;margin-left:auto}.ry-nav-actions-v54{display:none}
 .ry-hero-v54{padding:55px 0}.ry-hero-copy-v54 h1{font-size:49px;letter-spacing:-2.6px}
 .ry-hero-visual-v54{min-height:500px}.ry-panel-shell-v54{right:0}.ry-phone-v54{width:170px}
 .ry-panel-kpis-v54{grid-template-columns:1fr 1fr}.ry-panel-columns-v54{grid-template-columns:1fr 1fr}.ry-panel-service-v54{display:none}
 .ry-feature-grid-v54,.ry-addon-grid-v54,.ry-pricing-grid-v54,.ry-strip-grid-v54,.ry-steps-v54{grid-template-columns:1fr}
 .ry-strip-grid-v54>div{border-right:0;border-bottom:1px solid #252B35}
 .ry-system-list-v54{grid-template-columns:1fr}
 .ry-cta-v54 .container{align-items:flex-start;flex-direction:column}
 .ry-footer-grid-v54{grid-template-columns:1fr 1fr}.ry-footer-grid-v54>div:first-child{grid-column:1/-1}
}
@media(max-width:500px){
 .ry-home-v54 .container{width:min(100% - 28px,1180px)}
 .ry-brand-v54 img{width:170px}
 .ry-hero-copy-v54 h1{font-size:42px}
 .ry-hero-actions-v54{flex-direction:column}.ry-hero-actions-v54 .btn{text-align:center}
 .ry-hero-visual-v54{min-height:430px}.ry-phone-v54{display:none}
 .ry-panel-shell-v54{padding:12px}.ry-panel-columns-v54{grid-template-columns:1fr}.ry-panel-col-v54:nth-child(2){display:none}
 .ry-footer-grid-v54{grid-template-columns:1fr}.ry-footer-bottom-v54{flex-direction:column}
}


/* =========================================================
   V55 RESTORANYÖNET - ALL MANAGEMENT PANELS
   ========================================================= */
.ry-panel-body-v55{
  margin:0!important;
  min-height:100vh;
  background:#090C12!important;
  color:#F8FAFC;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.ry-panel-shell-v55{min-height:100vh;display:flex}
.ry-panel-sidebar-v55{
  position:fixed;
  inset:0 auto 0 0;
  z-index:80;
  width:250px;
  display:flex;
  flex-direction:column;
  background:linear-gradient(180deg,#0D121A,#090C12);
  border-right:1px solid #222A36;
  box-shadow:14px 0 44px rgba(0,0,0,.12);
}
.ry-panel-brand-v55{
  height:78px;
  padding:0 18px;
  display:flex;
  align-items:center;
  border-bottom:1px solid #202733;
}
.ry-panel-brand-v55 a{display:block}
.ry-panel-brand-v55 img{display:block;width:190px;height:auto;max-height:52px;object-fit:contain;object-position:left center}
.ry-panel-close-v55{display:none;margin-left:auto;border:0;background:transparent;color:#fff;font-size:25px}
.ry-business-switch-v55{
  margin:15px 13px 7px;
  padding:11px;
  display:flex;
  align-items:center;
  gap:9px;
  border:1px solid #29313E;
  border-radius:12px;
  background:#121720;
}
.ry-business-avatar-v55{
  flex:0 0 37px;height:37px;border-radius:10px;display:grid;place-items:center;
  background:linear-gradient(135deg,#6D28D9,#A855F7);font-weight:900
}
.ry-business-switch-v55>div{min-width:0}
.ry-business-switch-v55 strong{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ry-business-switch-v55 small{display:block;color:#86EFAC;font-size:7px;margin-top:3px;letter-spacing:.08em}

.ry-owner-badge-v55{
  margin:15px 13px 7px;padding:13px;border-radius:12px;
  border:1px solid rgba(245,158,11,.22);
  background:linear-gradient(135deg,rgba(120,53,15,.24),rgba(17,24,39,.8))
}
.ry-owner-badge-v55 span{display:inline-block;padding:4px 6px;border-radius:999px;background:#78350F;color:#FDE68A;font-size:7px;font-weight:900;letter-spacing:.12em}
.ry-owner-badge-v55 strong{display:block;margin-top:7px;font-size:11px}.ry-owner-badge-v55 small{display:block;color:#7F8998;font-size:8px;margin-top:2px}

.ry-panel-nav-v55{flex:1;overflow:auto;padding:7px 10px 20px;scrollbar-width:thin;scrollbar-color:#303947 transparent}
.ry-panel-nav-group-v55{margin-top:15px}.ry-panel-nav-group-v55>small{display:block;padding:0 10px 7px;color:#586273;font-size:7px;font-weight:900;letter-spacing:.14em}
.ry-panel-nav-item{
  position:relative;
  display:flex!important;
  align-items:center;
  gap:10px;
  min-height:38px;
  margin:2px 0;
  padding:8px 10px!important;
  border:1px solid transparent!important;
  border-radius:10px!important;
  color:#8F99A9!important;
  font-size:10px!important;
  text-decoration:none!important;
  transition:.16s ease;
}
.ry-panel-nav-item:hover{color:#fff!important;background:#141A24!important;border-color:#252E3B!important}
.ry-panel-nav-item.active{
  color:#F5F3FF!important;
  background:linear-gradient(90deg,rgba(109,40,217,.30),rgba(109,40,217,.08))!important;
  border-color:rgba(139,92,246,.28)!important;
}
.ry-panel-nav-item.active:before{
  content:"";position:absolute;left:-10px;top:7px;bottom:7px;width:3px;border-radius:999px;background:#8B5CF6
}
.ry-panel-nav-icon{
  width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;
  border-radius:7px;background:#171E29;color:#A78BFA;font-size:10px;font-weight:900
}
.ry-panel-nav-item.active .ry-panel-nav-icon{background:#5B21B6;color:#fff}
.ry-sidebar-footer-v55{padding:13px;border-top:1px solid #202733}.ry-sidebar-footer-v55 a{display:flex;gap:8px;align-items:center;padding:10px 11px;border-radius:9px;color:#8892A1;font-size:9px}.ry-sidebar-footer-v55 a:hover{background:#171C26;color:#fff}

.ry-panel-main-v55{width:calc(100% - 250px);min-height:100vh;margin-left:250px}
.ry-panel-header-v55{
  position:sticky;top:0;z-index:50;height:78px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:0 28px;border-bottom:1px solid #222A36;
  background:rgba(10,13,19,.86);backdrop-filter:blur(18px)
}
.ry-panel-header-left-v55{display:flex;align-items:center;gap:11px}.ry-panel-header-left-v55>div{display:flex;flex-direction:column}.ry-panel-header-left-v55 small{color:#6C7686;font-size:7px;letter-spacing:.13em;font-weight:900}.ry-panel-header-left-v55 strong{font-size:14px;margin-top:2px}
.ry-panel-menu-v55{display:none;width:37px;height:37px;border:1px solid #2D3542;border-radius:9px;background:#121720;color:#fff}
.ry-panel-header-actions-v55{display:flex;align-items:center;gap:12px}
.ry-panel-view-menu-v55{padding:9px 11px;border:1px solid #303946;border-radius:9px;background:#111720;color:#B7C0CD;font-size:9px}.ry-panel-view-menu-v55:hover{border-color:#6D28D9;color:#fff}
.ry-panel-user-v55{display:flex;align-items:center;gap:8px}.ry-panel-user-v55>span{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#6D28D9,#A855F7);font-size:11px;font-weight:900}.ry-panel-user-v55.owner>span{background:linear-gradient(135deg,#92400E,#F59E0B)}
.ry-panel-user-v55>div{display:flex;flex-direction:column}.ry-panel-user-v55 strong{font-size:9px}.ry-panel-user-v55 small{font-size:7px;color:#717B8A;margin-top:2px}

.ry-panel-content-v55{padding:28px;max-width:1550px;margin:0 auto}
.ry-panel-content-v55>h1,
.ry-panel-content-v55 .page-head-pro h1{font-size:28px!important;letter-spacing:-1.1px!important;margin:0 0 5px!important}
.ry-panel-content-v55>h1{margin-bottom:18px!important}
.ry-panel-content-v55 .page-head-pro{margin-bottom:19px!important}
.ry-panel-content-v55 .page-head-pro p{color:#778191!important;font-size:10px!important;margin-top:5px!important}

/* Universal panel cards */
.ry-panel-content-v55 .card,
.ry-panel-content-v55 .kpi-card,
.ry-panel-content-v55 .panel,
.ry-panel-content-v55 .restaurant-order-card,
.ry-panel-content-v55 .ops-column,
.ry-panel-content-v55 .ops-service-panel{
  border:1px solid #26303D!important;
  background:linear-gradient(180deg,#111720,#0D1219)!important;
  border-radius:15px!important;
  box-shadow:0 15px 38px rgba(0,0,0,.10)!important
}
.ry-panel-content-v55 .card{padding:18px!important}
.ry-panel-content-v55 .card h3{font-size:14px!important;letter-spacing:-.25px;margin-top:0}
.ry-panel-content-v55 .kpi-grid{gap:11px!important}
.ry-panel-content-v55 .kpi-card{position:relative;overflow:hidden;padding:16px!important;min-height:105px}
.ry-panel-content-v55 .kpi-card:after{content:"";position:absolute;right:-28px;top:-40px;width:110px;height:110px;border-radius:50%;background:rgba(139,92,246,.05)}
.ry-panel-content-v55 .kpi-card span{position:relative;z-index:2;color:#7E8898!important;font-size:8px!important;text-transform:uppercase;letter-spacing:.07em}
.ry-panel-content-v55 .kpi-card strong{position:relative;z-index:2;display:block;font-size:27px!important;letter-spacing:-1px;margin:6px 0 2px;color:#F8FAFC!important}
.ry-panel-content-v55 .kpi-card small{position:relative;z-index:2;color:#667181!important;font-size:8px!important}

/* Tables */
.ry-panel-content-v55 .table{width:100%;border-collapse:separate!important;border-spacing:0!important;overflow:hidden}
.ry-panel-content-v55 .table th{
  padding:10px 11px!important;
  border-bottom:1px solid #2A3340!important;
  background:#0B1017!important;
  color:#778293!important;
  font-size:8px!important;
  text-transform:uppercase;
  letter-spacing:.07em;
  text-align:left
}
.ry-panel-content-v55 .table td{
  padding:11px!important;border-bottom:1px solid #222A35!important;color:#C2C9D3!important;font-size:9px!important;vertical-align:middle
}
.ry-panel-content-v55 .table tr:last-child td{border-bottom:0!important}
.ry-panel-content-v55 .table tr:hover td{background:rgba(139,92,246,.035)!important}
.ry-panel-content-v55 .table small{color:#717C8D!important}

/* Forms */
.ry-panel-content-v55 .field label{display:block;color:#9AA4B3!important;font-size:8px!important;font-weight:700;margin-bottom:6px}
.ry-panel-content-v55 input:not([type=checkbox]):not([type=radio]),
.ry-panel-content-v55 select,
.ry-panel-content-v55 textarea{
  width:100%;
  border:1px solid #303A48!important;
  border-radius:10px!important;
  background:#0A0F16!important;
  color:#F8FAFC!important;
  padding:10px 11px!important;
  outline:none;
  font-size:10px!important;
  transition:.18s
}
.ry-panel-content-v55 input:focus,
.ry-panel-content-v55 select:focus,
.ry-panel-content-v55 textarea:focus{border-color:#7C3AED!important;box-shadow:0 0 0 3px rgba(124,58,237,.12)!important}
.ry-panel-content-v55 textarea{min-height:90px;resize:vertical}
.ry-panel-content-v55 input[type=checkbox]{accent-color:#8B5CF6}

/* Buttons */
.ry-panel-content-v55 .btn,
.ry-panel-header-v55 .btn{
  display:inline-flex!important;align-items:center;justify-content:center;gap:6px;
  min-height:34px;padding:8px 11px!important;
  border:1px solid #303947!important;border-radius:9px!important;
  background:#171D27!important;color:#D9DEE6!important;
  font-size:9px!important;font-weight:750!important;text-decoration:none!important;
  cursor:pointer;transition:.16s
}
.ry-panel-content-v55 .btn:hover{border-color:#596273!important;color:#fff!important;transform:translateY(-1px)}
.ry-panel-content-v55 .btn.primary,
.ry-panel-header-v55 .btn.primary{border-color:transparent!important;background:linear-gradient(135deg,#7C3AED,#A855F7)!important;color:#fff!important;box-shadow:0 7px 18px rgba(124,58,237,.15)}
.ry-panel-content-v55 .btn.danger{border-color:rgba(239,68,68,.24)!important;background:rgba(127,29,29,.20)!important;color:#FCA5A5!important}

/* Alerts / tags */
.ry-panel-content-v55 .flash{
  border:1px solid #3B4451!important;border-radius:11px!important;background:#131A23!important;color:#C9D0DA!important;padding:11px 13px!important;font-size:9px!important;margin-bottom:13px!important
}
.ry-panel-content-v55 .flash.error{border-color:#7F1D1D!important;background:rgba(69,10,10,.35)!important;color:#FCA5A5!important}
.ry-announcement-v55,.ry-maintenance-v55{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin-bottom:16px;padding:12px 14px;border-radius:12px
}
.ry-announcement-v55{border:1px solid #4C1D95;background:rgba(46,16,101,.35)}
.ry-announcement-v55>span{color:#C084FC}.ry-announcement-v55>div{display:flex;flex-direction:column}.ry-announcement-v55 strong{font-size:10px}.ry-announcement-v55 small{color:#AFA6BD;font-size:8px;margin-top:3px}
.ry-maintenance-v55{border:1px solid #7F1D1D;background:rgba(69,10,10,.24)}
.ry-maintenance-v55>div{display:flex;align-items:center;gap:10px}.ry-maintenance-v55>div>span{color:#EF4444}.ry-maintenance-v55>div>div{display:flex;flex-direction:column}.ry-maintenance-v55 strong{font-size:10px}.ry-maintenance-v55 small{font-size:8px;color:#A78B8B}

/* Existing widgets modernized */
.ry-panel-content-v55 .quick-actions-pro{gap:8px!important}.ry-panel-content-v55 .quick-actions-pro>a{border:1px solid #29323E!important;background:#0D1219!important;border-radius:11px!important}.ry-panel-content-v55 .quick-actions-pro>a:hover{border-color:#6D28D9!important;background:#121725!important}
.ry-panel-content-v55 .nav-pill,.ry-panel-content-v55 .status-badge{border:1px solid #323B48!important;background:#151B24!important;border-radius:999px!important;color:#AAB3C0!important;font-size:7px!important;padding:4px 7px!important}
.ry-panel-content-v55 .pro-section-title{margin-bottom:12px!important}.ry-panel-content-v55 .pro-section-title h3{margin:0!important}
.ry-panel-content-v55 .pro-empty{padding:28px 10px!important;color:#606B7C!important;text-align:center;font-size:9px!important}
.ry-panel-content-v55 .product-limit-status{border:1px solid #29313D!important;background:#111720!important;border-radius:13px!important;margin-bottom:13px!important}
.ry-panel-content-v55 .active-addon-grid{gap:9px!important}

/* Mutfak & Servis V55 visual integration */
.ry-panel-content-v55 .ops-page-head h1{font-size:28px!important}
.ry-panel-content-v55 .ops-kpi{background:#111720!important;border-radius:12px!important}
.ry-panel-content-v55 .ops-order-card{background:#121821!important;border-radius:11px!important}
.ry-panel-content-v55 .ops-call-card{background:#121821!important}

/* Owner chart + status */
.ry-panel-content-v55 .owner-status-list>div{padding:10px 0!important;border-bottom:1px solid #262F3B!important}
.ry-panel-content-v55 .owner-status-list>div:last-child{border-bottom:0!important}
.ry-panel-content-v55 .owner-status-list span{color:#8993A3!important;font-size:9px!important}
.ry-panel-content-v55 .owner-status-list strong{font-size:10px!important}

/* Responsive tables */
@media(max-width:900px){
  .ry-panel-sidebar-v55{transform:translateX(-102%);transition:.25s ease;box-shadow:30px 0 80px rgba(0,0,0,.4)}
  .ry-panel-sidebar-v55.open{transform:translateX(0)}
  .ry-panel-main-v55{width:100%;margin-left:0}
  .ry-panel-menu-v55,.ry-panel-close-v55{display:grid;place-items:center}
  .ry-panel-content-v55{padding:20px}
  .ry-panel-overlay-v55{position:fixed;inset:0;z-index:70;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;transition:.2s}
  .panel-sidebar-open .ry-panel-overlay-v55{opacity:1;pointer-events:auto}
  .panel-sidebar-open{overflow:hidden}
}
@media(max-width:700px){
  .ry-panel-header-v55{height:68px;padding:0 14px}
  .ry-panel-header-actions-v55 .ry-panel-view-menu-v55{display:none}
  .ry-panel-user-v55>div{display:none}
  .ry-panel-content-v55{padding:15px}
  .ry-panel-content-v55 .grid.cols-2,.ry-panel-content-v55 .grid.cols-3,.ry-panel-content-v55 .kpi-grid{grid-template-columns:1fr!important}
  .ry-panel-content-v55 .table{display:block;overflow-x:auto;white-space:nowrap}
  .ry-panel-content-v55 .page-head-pro{align-items:flex-start!important;flex-direction:column!important;gap:12px!important}
}

/* =========================================================
   V56 HOMEPAGE LIVE DEMO
   ========================================================= */
.demo-btn-v56{border-color:rgba(245,158,11,.42)!important;color:#FCD34D!important}
.ry-demo-v56{
  position:relative;
  overflow:hidden;
  padding:95px 0;
  border-top:1px solid #242C38;
  border-bottom:1px solid #242C38;
  background:
    radial-gradient(circle at 16% 15%,rgba(245,158,11,.09),transparent 28%),
    radial-gradient(circle at 86% 20%,rgba(124,58,237,.17),transparent 36%),
    #0D1118;
}
.ry-demo-grid-v56{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px;align-items:center}
.ry-demo-badge-v56{
  display:inline-flex;padding:7px 10px;border-radius:999px;
  border:1px solid rgba(245,158,11,.30);
  background:rgba(120,53,15,.16);color:#FCD34D;
  font-size:8px;font-weight:900;letter-spacing:.14em
}
.ry-demo-copy-v56 h2{font-size:clamp(34px,4.5vw,55px);line-height:1.04;letter-spacing:-2.3px;margin:14px 0}
.ry-demo-copy-v56>p{color:#8E98A8;line-height:1.7;font-size:12px;max-width:570px}
.ry-demo-features-v56{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:25px 0}
.ry-demo-features-v56>div{
  display:grid;grid-template-columns:28px 1fr;column-gap:8px;
  padding:12px;border:1px solid #293240;border-radius:11px;background:#111720
}
.ry-demo-features-v56>div>span{
  grid-row:1/3;width:28px;height:28px;border-radius:8px;
  display:grid;place-items:center;background:#14532D;color:#86EFAC;font-weight:900
}
.ry-demo-features-v56 strong{font-size:9px}
.ry-demo-features-v56 small{color:#778292;font-size:7px;margin-top:2px}
.ry-demo-actions-v56{display:flex;gap:9px;margin-top:19px}
.ry-demo-note-v56{font-size:8px!important;color:#697384!important;margin-top:10px!important}

.ry-demo-window-v56{
  border:1px solid #323B48;border-radius:20px;overflow:hidden;
  background:#090D13;box-shadow:0 38px 100px rgba(0,0,0,.33)
}
.ry-demo-window-top-v56{
  height:42px;display:flex;align-items:center;justify-content:space-between;
  padding:0 13px;border-bottom:1px solid #28303B;background:#141A23
}
.ry-demo-window-top-v56>div{display:flex;gap:5px}
.ry-demo-window-top-v56 i{width:7px;height:7px;border-radius:50%;background:#475160}
.ry-demo-window-top-v56 span{color:#737E8D;font-size:8px}
.ry-demo-window-top-v56 b{color:#86EFAC;font-size:7px;letter-spacing:.08em}
.ry-demo-window-body-v56{display:grid;grid-template-columns:150px 1fr;min-height:420px}
.ry-demo-window-body-v56>aside{
  padding:16px 10px;border-right:1px solid #242C37;background:#0B1017
}
.ry-demo-window-body-v56>aside img{width:31px;height:31px;margin:0 7px 18px}
.ry-demo-window-body-v56>aside span{
  display:block;margin:3px 0;padding:8px;border-radius:8px;color:#778293;font-size:7px
}
.ry-demo-window-body-v56>aside span.active{background:#29164A;color:#E9D5FF}
.ry-demo-window-body-v56>main{padding:18px}
.ry-demo-title-v56{display:flex;justify-content:space-between;align-items:center}
.ry-demo-title-v56>div{display:flex;flex-direction:column}
.ry-demo-title-v56 small{color:#A78BFA;font-size:6px;letter-spacing:.12em;font-weight:900}
.ry-demo-title-v56 strong{font-size:15px;margin-top:3px}
.ry-demo-title-v56>span{font-size:7px;color:#86EFAC;background:#052E16;border-radius:999px;padding:5px 7px}
.ry-demo-kpis-v56{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:15px 0}
.ry-demo-kpis-v56>div{padding:9px;border:1px solid #29323F;border-radius:9px;background:#111720}
.ry-demo-kpis-v56 small{display:block;color:#7B8594;font-size:6px}
.ry-demo-kpis-v56 strong{display:block;font-size:18px;margin-top:3px}
.ry-demo-orders-v56{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.ry-demo-orders-v56 article{
  min-height:155px;padding:10px;border:1px solid #29323F;border-top:3px solid #8B5CF6;
  border-radius:10px;background:#111720
}
.ry-demo-orders-v56 article.amber{border-top-color:#F59E0B}
.ry-demo-orders-v56 article.green{border-top-color:#22C55E}
.ry-demo-orders-v56 article span{color:#A78BFA;font-size:6px;font-weight:900}
.ry-demo-orders-v56 article.amber span{color:#FBBF24}.ry-demo-orders-v56 article.green span{color:#86EFAC}
.ry-demo-orders-v56 h4{font-size:11px;margin:7px 0}
.ry-demo-orders-v56 p{font-size:7px;color:#9BA4B2;line-height:1.6}

@media(max-width:960px){
  .ry-demo-grid-v56{grid-template-columns:1fr}
}
@media(max-width:620px){
  .ry-demo-v56{padding:65px 0}
  .ry-demo-features-v56{grid-template-columns:1fr}
  .ry-demo-actions-v56{flex-direction:column}
  .ry-demo-actions-v56 .btn{text-align:center}
  .ry-demo-window-body-v56{grid-template-columns:1fr}
  .ry-demo-window-body-v56>aside{display:none}
  .ry-demo-kpis-v56{grid-template-columns:1fr 1fr}
  .ry-demo-orders-v56{grid-template-columns:1fr}
}


/* =========================================================
   V57 MENU DESIGN - TRUE LIVE PREVIEW
   ========================================================= */
.ry-design-head-v57{align-items:flex-end}
.ry-live-preview-pill-v57{
  display:inline-flex;align-items:center;gap:7px;padding:7px 10px;
  border:1px solid #14532D;border-radius:999px;background:rgba(5,46,22,.28);
  color:#86EFAC;font-size:7px;font-weight:900;letter-spacing:.1em
}
.ry-live-preview-pill-v57>span,.ry-preview-live-dot-v57{
  width:7px;height:7px;border-radius:50%;background:#22C55E;
  box-shadow:0 0 0 4px rgba(34,197,94,.1)
}
.ry-design-layout-v57{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.82fr);gap:18px;align-items:start}
.ry-design-form-v57{padding:20px!important}
.ry-form-divider-v57{height:1px;background:#28313D;margin:20px 0}
.ry-upload-box-v57{
  position:relative;min-height:76px;display:flex;align-items:center;
  border:1px dashed #3A4554;border-radius:11px;background:#0B1017;overflow:hidden
}
.ry-upload-box-v57 input{position:absolute!important;inset:0;width:100%!important;height:100%!important;opacity:0;cursor:pointer}
.ry-upload-box-v57>div{pointer-events:none;padding:15px}
.ry-upload-box-v57 strong{display:block;font-size:10px}.ry-upload-box-v57 small{display:block;color:#778293;font-size:8px;margin-top:3px}
.ry-check-row-v57{display:flex!important;align-items:center;gap:8px;margin-top:8px;color:#8F99A8!important;font-size:8px!important}
.ry-color-field-v57{display:flex;align-items:center;gap:9px;padding:7px;border:1px solid #303A48;border-radius:10px;background:#0A0F16}
.ry-color-field-v57 input[type=color]{width:42px!important;height:34px!important;padding:0!important;border:0!important;background:transparent!important}
.ry-color-field-v57 code{color:#AAB3C0;font-size:9px}
.ry-range-label-v57{display:flex;justify-content:space-between;align-items:center}.ry-range-label-v57 strong{font-size:9px;color:#C4B5FD}
.ry-design-form-v57 input[type=range]{width:100%;accent-color:#8B5CF6}
.ry-style-choices-v57{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.ry-style-choice-v57{
  position:relative;display:flex!important;align-items:center;gap:8px;padding:10px;
  border:1px solid #2E3744;border-radius:10px;background:#0C1118;cursor:pointer
}
.ry-style-choice-v57:has(input:checked){border-color:#7C3AED;background:rgba(76,29,149,.18)}
.ry-style-choice-v57 input{position:absolute;opacity:0}
.ry-style-swatch-v57{width:34px;height:34px;flex:0 0 34px;border-radius:8px;border:1px solid #3A4350}
.ry-style-swatch-v57.light{background:#F8FAFC}.ry-style-swatch-v57.dark{background:#111827}.ry-style-swatch-v57.glass{background:linear-gradient(135deg,rgba(255,255,255,.35),rgba(148,163,184,.08))}
.ry-style-choice-v57>div{display:flex;flex-direction:column}.ry-style-choice-v57 strong{font-size:9px}.ry-style-choice-v57 small{font-size:7px;color:#707B8B;margin-top:2px}
.ry-form-actions-v57{display:flex;gap:8px;margin-top:20px}

.ry-preview-sticky-v57{position:sticky;top:98px}
.ry-preview-toolbar-v57{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.ry-preview-toolbar-v57>div{display:flex;align-items:center;gap:7px}.ry-preview-toolbar-v57 strong{font-size:10px}.ry-preview-toolbar-v57 small{font-size:7px;color:#687384}
.ry-phone-preview-v57{
  position:relative;width:min(100%,390px);margin:0 auto;padding:11px;
  border:1px solid #374150;border-radius:34px;background:#05070A;
  box-shadow:0 32px 80px rgba(0,0,0,.35)
}
.ry-phone-notch-v57{position:absolute;z-index:6;left:50%;top:16px;transform:translateX(-50%);width:92px;height:22px;border-radius:999px;background:#05070A}
.ry-menu-preview-v57{
  --preview-theme:#7C3AED;
  --preview-text:#18181B;
  --preview-overlay:.2;
  --preview-bg:none;
  position:relative;overflow:hidden;min-height:660px;border-radius:25px;
  color:var(--preview-text);background:#F3F4F6
}
.ry-menu-preview-bg-v57{
  position:absolute;inset:0;
  background-image:linear-gradient(rgba(0,0,0,var(--preview-overlay)),rgba(0,0,0,var(--preview-overlay))),var(--preview-bg);
  background-position:center;background-size:cover
}
.ry-menu-preview-v57.dark{background:#0F172A}
.ry-menu-preview-v57.glass{background:#111827}
.ry-menu-preview-content-v57{position:relative;z-index:2;padding:42px 16px 18px}
.ry-menu-preview-head-v57{display:flex;align-items:center;gap:10px}
.ry-menu-preview-logo-v57{width:45px;height:45px;border-radius:13px;display:grid;place-items:center;background:var(--preview-theme);color:#fff;font-size:19px;font-weight:900;overflow:hidden}
.ry-menu-preview-logo-v57 img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}
.ry-menu-preview-head-v57>div:last-child{display:flex;flex-direction:column}.ry-menu-preview-head-v57 strong{font-size:13px}.ry-menu-preview-head-v57 small{font-size:7px;opacity:.66;margin-top:2px}
.ry-menu-preview-search-v57{margin:15px 0 10px;padding:10px;border-radius:10px;background:rgba(255,255,255,.88);color:#64748B;font-size:8px}
.ry-menu-preview-v57.dark .ry-menu-preview-search-v57{background:#1E293B;color:#94A3B8}
.ry-menu-preview-v57.glass .ry-menu-preview-search-v57{background:rgba(255,255,255,.14);color:inherit;backdrop-filter:blur(12px)}
.ry-menu-preview-cats-v57{display:flex;gap:6px;overflow:hidden;margin-bottom:17px}.ry-menu-preview-cats-v57 span{white-space:nowrap;padding:6px 8px;border-radius:999px;background:rgba(148,163,184,.15);font-size:7px}.ry-menu-preview-cats-v57 span.active{background:var(--preview-theme);color:#fff}
.ry-menu-preview-content-v57>h4{font-size:12px;margin:0 0 9px}
.ry-preview-product-v57{
  display:grid;grid-template-columns:49px 1fr 26px;gap:9px;align-items:center;
  margin-bottom:8px;padding:9px;border-radius:12px
}
.ry-menu-preview-v57.light .ry-preview-product-v57{background:rgba(255,255,255,.94);box-shadow:0 7px 18px rgba(15,23,42,.06)}
.ry-menu-preview-v57.dark .ry-preview-product-v57{background:#1E293B;color:#F8FAFC}
.ry-menu-preview-v57.glass .ry-preview-product-v57{background:rgba(255,255,255,.14);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.14);color:#fff}
.ry-preview-product-image-v57{width:49px;height:49px;border-radius:10px;background:rgba(148,163,184,.14);display:grid;place-items:center;font-size:22px}
.ry-preview-product-v57>div:nth-child(2){min-width:0;display:flex;flex-direction:column}.ry-preview-product-v57 strong{font-size:9px}.ry-preview-product-v57 small{font-size:6px;opacity:.6;margin:2px 0 5px}.ry-preview-product-v57 b{font-size:8px;color:var(--preview-theme)}
.ry-preview-product-v57 button{width:25px;height:25px;border:0;border-radius:50%;background:var(--preview-theme);color:#fff;font-size:15px}
.ry-preview-cart-v57{
  position:absolute;left:16px;right:16px;bottom:16px;
  display:flex;justify-content:space-between;align-items:center;
  padding:11px 12px;border-radius:12px;background:var(--preview-theme);color:#fff;
  box-shadow:0 12px 28px rgba(0,0,0,.22)
}
.ry-preview-cart-v57>div{display:flex;flex-direction:column}.ry-preview-cart-v57 small{font-size:6px;opacity:.75}.ry-preview-cart-v57 strong{font-size:9px}.ry-preview-cart-v57>b{font-size:12px}
.ry-preview-hint-v57{text-align:center;color:#626D7E;font-size:7px;margin-top:9px}

@media(max-width:1100px){
  .ry-design-layout-v57{grid-template-columns:1fr}
  .ry-preview-sticky-v57{position:static}
}
@media(max-width:620px){
  .ry-style-choices-v57{grid-template-columns:1fr}
  .ry-form-actions-v57{flex-direction:column}
  .ry-form-actions-v57 .btn{width:100%}
  .ry-phone-preview-v57{width:100%}
}


/* =========================================================
   V58 QR DESIGN & PRINT
   ========================================================= */
.ry-qr-designer-v58{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.78fr);gap:18px;align-items:start}
.ry-qr-editor-v58{padding:20px!important}
.ry-qr-template-grid-v58{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.ry-qr-template-v58{position:relative;display:flex!important;align-items:center;gap:9px;padding:9px;border:1px solid #2d3744;border-radius:11px;background:#0c1118;cursor:pointer}
.ry-qr-template-v58:has(input:checked){border-color:#7c3aed;background:rgba(76,29,149,.18)}
.ry-qr-template-v58 input{position:absolute;opacity:0}
.ry-qr-template-thumb-v58{position:relative;width:44px;height:56px;flex:0 0 44px;border-radius:7px;overflow:hidden;background:#111827;border:1px solid #384250}
.ry-qr-template-thumb-v58 i{position:absolute;left:8px;right:8px;top:8px;height:4px;border-radius:4px;background:#8b5cf6}
.ry-qr-template-thumb-v58 b{position:absolute;width:19px;height:19px;left:12px;top:20px;border:5px solid #fff;background:#fff}
.ry-qr-template-thumb-v58 em{position:absolute;left:8px;right:8px;bottom:7px;height:3px;border-radius:3px;background:#f59e0b}
.ry-qr-template-thumb-v58.premium{background:linear-gradient(145deg,#090909,#2a1c08)}.ry-qr-template-thumb-v58.premium i{background:#d4af37}.ry-qr-template-thumb-v58.premium em{background:#d4af37}
.ry-qr-template-thumb-v58.minimal{background:#fff}.ry-qr-template-thumb-v58.minimal i{background:#111827}.ry-qr-template-thumb-v58.minimal b{border-color:#111827}.ry-qr-template-thumb-v58.minimal em{background:#cbd5e1}
.ry-qr-template-thumb-v58.dark{background:#05070b}.ry-qr-template-thumb-v58.dark i{background:#22c55e}.ry-qr-template-thumb-v58.dark em{background:#22c55e}
.ry-qr-template-thumb-v58.wood{background:linear-gradient(90deg,#5c371f,#8d5b37,#6f4327)}.ry-qr-template-thumb-v58.wood i,.ry-qr-template-thumb-v58.wood em{background:#f4e1c1}
.ry-qr-template-thumb-v58.cafe{background:#f2e3d5}.ry-qr-template-thumb-v58.cafe i{background:#7c4a2d}.ry-qr-template-thumb-v58.cafe b{border-color:#7c4a2d}.ry-qr-template-thumb-v58.cafe em{background:#c56b43}
.ry-qr-template-thumb-v58.fastfood{background:#d71920}.ry-qr-template-thumb-v58.fastfood i{background:#ffd400}.ry-qr-template-thumb-v58.fastfood em{background:#ffd400}
.ry-qr-template-v58>div{display:flex;flex-direction:column}.ry-qr-template-v58 strong{font-size:9px}.ry-qr-template-v58 small{color:#707b8b;font-size:7px;margin-top:2px}
.ry-qr-switches-v58{display:grid;gap:7px;margin-top:14px}.ry-qr-switches-v58 label{display:flex!important;align-items:center;gap:8px;padding:9px 10px;border:1px solid #2e3744;border-radius:9px;background:#0d1219;font-size:8px!important;color:#aab3c0!important}.ry-qr-switches-v58 input{accent-color:#8b5cf6}
.ry-print-stage-v58{padding:22px;border:1px solid #29323e;border-radius:15px;background:radial-gradient(circle at 50% 20%,rgba(139,92,246,.08),transparent 45%),#080b10}
.ry-print-card-v58{
  --print-primary:#7c3aed;--print-accent:#f59e0b;--print-text:#fff;--print-bg:#111827;--print-qr-size:44%;
  position:relative;overflow:hidden;box-sizing:border-box;
  width:290px;aspect-ratio:2/3;margin:0 auto;padding:7.5%;
  display:flex;flex-direction:column;align-items:center;text-align:center;
  background:var(--print-bg);color:var(--print-text);
  border-radius:5px
}
.ry-print-card-v58.orientation-landscape{width:100%;max-width:420px;aspect-ratio:3/2}
.ry-print-card-v58.has-border:after{content:"";position:absolute;inset:3.5%;border:2px solid var(--print-primary);border-radius:4px;pointer-events:none;opacity:.9}
.ry-print-decor-v58{position:absolute;width:55%;height:28%;right:-18%;top:-13%;border-radius:50%;background:var(--print-primary);opacity:.16}
.ry-print-logo-v58{position:relative;z-index:2;min-height:10%;display:flex;align-items:center;justify-content:center;margin-bottom:auto}
.ry-print-logo-v58 img{display:block;max-width:115px;max-height:42px;object-fit:contain}.ry-print-logo-v58 strong{font-size:11px}
.ry-print-table-v58{position:relative;z-index:2;display:inline-flex;margin:6px 0;padding:5px 9px;border-radius:999px;background:var(--print-accent);color:#111827;font-size:8px;font-weight:900}
.ry-print-copy-v58{position:relative;z-index:2;margin-top:auto}.ry-print-copy-v58 h2{font-size:22px;line-height:1.05;letter-spacing:-.7px;margin:6px 0}.ry-print-copy-v58 p{font-size:8px;line-height:1.55;opacity:.75;margin:0 auto;max-width:92%}
.ry-print-qr-wrap-v58{position:relative;z-index:2;width:var(--print-qr-size);aspect-ratio:1;margin:9% auto;display:grid;place-items:center;padding:4%;border-radius:6px;background:#fff;box-shadow:0 12px 25px rgba(0,0,0,.18)}
.ry-print-qr-v58{width:100%;height:100%;display:grid;place-items:center}.ry-print-qr-v58 img,.ry-print-qr-v58 canvas{display:block!important;width:100%!important;height:100%!important}
.ry-print-footer-v58{position:relative;z-index:2;width:100%;display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:5%;border-top:1px solid rgba(255,255,255,.14)}.ry-print-footer-v58 span{font-size:5px;letter-spacing:.11em;opacity:.6}.ry-print-footer-v58 strong{font-size:7px}
.ry-print-card-v58.template-premium{background:linear-gradient(145deg,#070707,#191104);--print-text:#f7e7b5}.ry-print-card-v58.template-premium.has-border:after{border-color:#d4af37}.ry-print-card-v58.template-premium .ry-print-table-v58{background:#d4af37}.ry-print-card-v58.template-premium .ry-print-footer-v58{border-color:rgba(212,175,55,.35)}
.ry-print-card-v58.template-minimal{background:#fff;color:#111827}.ry-print-card-v58.template-minimal .ry-print-copy-v58 p{color:#64748b;opacity:1}.ry-print-card-v58.template-minimal .ry-print-footer-v58{border-color:#e2e8f0}
.ry-print-card-v58.template-dark{background:#05070b}
.ry-print-card-v58.template-wood{background:linear-gradient(90deg,#5d3820,#855635,#664027)}.ry-print-card-v58.template-wood:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,rgba(255,255,255,.025),rgba(255,255,255,.025) 1px,transparent 1px,transparent 14px)}
.ry-print-card-v58.template-cafe{background:#f1e3d5;color:#4b2d1d}.ry-print-card-v58.template-cafe .ry-print-copy-v58 p{opacity:.75}.ry-print-card-v58.template-cafe .ry-print-footer-v58{border-color:rgba(75,45,29,.18)}
.ry-print-card-v58.template-fastfood{background:#d71920;--print-text:#fff;--print-primary:#ffd400;--print-accent:#ffd400}.ry-print-card-v58.template-fastfood .ry-print-table-v58{color:#b10f15}
.ry-print-checks-v58{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:10px}.ry-print-checks-v58 span{font-size:7px;color:#7d8796}
.ry-table-print-grid-v58{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.ry-table-print-grid-v58>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px;border:1px solid #29323e;border-radius:9px;background:#0d1219}.ry-table-print-grid-v58>div>span{display:flex;flex-direction:column}.ry-table-print-grid-v58 strong{font-size:9px}.ry-table-print-grid-v58 small{font-size:7px;color:#707b8b;margin-top:2px}
.print-real-v58{border-radius:0!important;max-width:none!important;width:100%!important;height:100%!important}
.print-real-v58 .ry-print-copy-v58 h2{font-size:clamp(16px,7mm,34px)}
.print-real-v58 .ry-print-copy-v58 p{font-size:clamp(8px,2.5mm,14px)}
.print-real-v58 .ry-print-table-v58{font-size:clamp(8px,2.5mm,14px)}
.print-real-v58 .ry-print-footer-v58 span,.print-real-v58 .ry-print-footer-v58 strong{font-size:clamp(6px,2mm,11px)}

@media(max-width:1100px){.ry-qr-designer-v58{grid-template-columns:1fr}.ry-qr-preview-col-v58 .ry-preview-sticky-v57{position:static}}
@media(max-width:620px){.ry-qr-template-grid-v58,.ry-table-print-grid-v58{grid-template-columns:1fr}.ry-print-stage-v58{padding:14px}}

/* V59 STOCK / RECIPE / PROFITABILITY */
.ry-critical-row-v59 td{background:rgba(127,29,29,.12)!important}
.ry-stock-status-v59,.ry-margin-status-v59{display:inline-flex;padding:4px 7px;border-radius:999px;font-size:7px;font-weight:900;letter-spacing:.06em;border:1px solid}
.ry-stock-status-v59.ok,.ry-margin-status-v59.good{color:#86efac;background:rgba(5,46,22,.35);border-color:#14532d}
.ry-stock-status-v59.critical,.ry-margin-status-v59.low{color:#fca5a5;background:rgba(69,10,10,.35);border-color:#7f1d1d}
.ry-margin-status-v59.mid{color:#fde68a;background:rgba(69,26,3,.35);border-color:#92400e}
.ry-margin-status-v59.none{color:#94a3b8;background:#111827;border-color:#334155}

/* V60 notifications + Turkey date/time */
.ops-live-clock-v60,.ry-global-clock-v60{
  display:inline-flex;align-items:center;min-height:32px;padding:7px 9px;
  border:1px solid #2c3542;border-radius:9px;background:#0d1219;
  color:#8f9aaa;font-size:8px;font-variant-numeric:tabular-nums;white-space:nowrap
}
#soundToggle,#soundTestBtn,#desktopNotifyBtn{white-space:nowrap}
.ops-notification-banner.show{animation:ryNotifyInV60 .22s ease-out}
@keyframes ryNotifyInV60{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:none}}
@media(max-width:760px){
 .ry-global-clock-v60{display:none}
 .ops-live-clock-v60{width:100%;justify-content:center}
}

/* V61 Live operation without page reload */
.ops-order-card,.ops-call-card{animation:ryLiveCardV61 .18s ease-out}
@keyframes ryLiveCardV61{from{opacity:.45;transform:translateY(3px)}to{opacity:1;transform:none}}
.live-order-action:disabled,.live-call-action:disabled{opacity:.5;pointer-events:none}

/* V62 VISUAL TABLE PLAN */
.ry-plan-kpis-v62{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:14px}.ry-plan-kpis-v62>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;padding:10px;border:1px solid #29323e;border-radius:10px;background:#0d1219}.ry-plan-kpis-v62 i{width:8px;height:8px;border-radius:50%}.ry-plan-kpis-v62 span{font-size:7px;color:#8490a0}.ry-plan-kpis-v62 strong{font-size:13px}.ry-plan-kpis-v62 .empty{background:#22c55e}.ry-plan-kpis-v62 .new{background:#8b5cf6}.ry-plan-kpis-v62 .preparing{background:#f59e0b}.ry-plan-kpis-v62 .ready{background:#06b6d4}.ry-plan-kpis-v62 .waiter{background:#3b82f6}.ry-plan-kpis-v62 .bill{background:#ef4444}
.ry-plan-layout-v62{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px}.ry-plan-card-v62{padding:14px!important}.ry-plan-toolbar-v62{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ry-plan-toolbar-v62>div{display:flex;flex-direction:column}.ry-plan-toolbar-v62 strong{font-size:11px}.ry-plan-toolbar-v62 small{font-size:7px;color:#6f7b8b;margin-top:2px}
.ry-floor-v62{position:relative;min-height:620px;overflow:hidden;border:1px solid #2d3744;border-radius:14px;background-color:#0a0e14;background-image:linear-gradient(#151c26 1px,transparent 1px),linear-gradient(90deg,#151c26 1px,transparent 1px);background-size:30px 30px;touch-action:none}.ry-floor-label-v62{position:absolute;left:16px;bottom:12px;font-size:7px;letter-spacing:.18em;color:#384454}
.ry-table-node-v62{position:absolute;z-index:2;width:72px;height:72px;transform:translate(0,0);border:2px solid;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:grab;color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.28);user-select:none;touch-action:none;transition:box-shadow .15s,transform .15s}.ry-table-node-v62.shape-square{border-radius:12px}.ry-table-node-v62.shape-rect{width:92px;border-radius:13px}.ry-table-node-v62 span{font-size:6px;opacity:.65}.ry-table-node-v62 strong{font-size:17px;line-height:1}.ry-table-node-v62 small{font-size:5px;margin-top:4px;font-weight:900}.ry-table-node-v62.state-empty{background:#102c1d;border-color:#22c55e}.ry-table-node-v62.state-new{background:#28164a;border-color:#8b5cf6}.ry-table-node-v62.state-preparing{background:#3b2508;border-color:#f59e0b}.ry-table-node-v62.state-ready{background:#083344;border-color:#06b6d4}.ry-table-node-v62.state-waiter{background:#102653;border-color:#3b82f6}.ry-table-node-v62.state-bill{background:#421313;border-color:#ef4444;animation:ryBillPulseV62 1.3s infinite}.ry-table-node-v62.selected{box-shadow:0 0 0 4px rgba(255,255,255,.12),0 16px 35px rgba(0,0,0,.4);transform:scale(1.05)}.ry-table-node-v62.dragging{cursor:grabbing;z-index:10;transition:none}
@keyframes ryBillPulseV62{50%{box-shadow:0 0 0 7px rgba(239,68,68,.08)}}
.ry-table-detail-v62{position:sticky;top:98px;padding:16px!important}.ry-plan-empty-detail-v62{text-align:center;padding:60px 15px}.ry-plan-empty-detail-v62 strong{font-size:12px}.ry-plan-empty-detail-v62 p{font-size:8px;color:#748091;line-height:1.6}.ry-plan-state-v62{padding:5px 7px;border-radius:999px;font-size:6px;font-weight:900;background:#18202b}.ry-plan-state-v62.bill{color:#fca5a5}.ry-plan-state-v62.empty{color:#86efac}.ry-plan-state-v62.new{color:#c4b5fd}.ry-plan-state-v62.preparing{color:#fcd34d}.ry-plan-state-v62.ready{color:#67e8f9}.ry-plan-detail-grid-v62{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:13px 0}.ry-plan-detail-grid-v62>div{display:flex;flex-direction:column;padding:9px;border:1px solid #29323e;border-radius:9px;background:#0b1017}.ry-plan-detail-grid-v62 small{font-size:6px;color:#687485}.ry-plan-detail-grid-v62 strong{font-size:9px;margin-top:3px}
@media(max-width:1050px){.ry-plan-layout-v62{grid-template-columns:1fr}.ry-table-detail-v62{position:static}.ry-plan-kpis-v62{grid-template-columns:repeat(3,1fr)}}@media(max-width:620px){.ry-plan-kpis-v62{grid-template-columns:repeat(2,1fr)}.ry-floor-v62{min-height:520px}.ry-table-node-v62{width:62px;height:62px}.ry-table-node-v62.shape-rect{width:80px}}

/* V63 Personnel & roles */
.ry-role-row-v63{padding:10px 0;border-bottom:1px solid #28313d}.ry-role-row-v63:last-child{border-bottom:0}.ry-role-row-v63 strong{display:block;font-size:9px}.ry-role-row-v63 small{display:block;margin-top:4px;color:#758091;font-size:7px;line-height:1.6}
.ry-staff-status-v63{display:inline-flex;padding:4px 7px;border-radius:999px;font-size:7px;font-weight:900}.ry-staff-status-v63.active{background:#052e16;color:#86efac;border:1px solid #14532d}.ry-staff-status-v63.passive{background:#450a0a;color:#fca5a5;border:1px solid #7f1d1d}
.ry-inline-form-v63 select{min-width:110px!important}
.ry-order-staff-v63{margin-top:7px;padding:6px 8px;border-radius:7px;background:rgba(59,130,246,.08);color:#93c5fd;font-size:7px}

/* V64 full restaurant management suite */
.ry-progress-v64{height:7px;background:#151d27;border-radius:999px;overflow:hidden;min-width:110px}.ry-progress-v64 i{display:block;height:100%;background:linear-gradient(90deg,#7c3aed,#22c55e);border-radius:inherit}
.ry-res-card-v64,.ry-takeaway-v64,.ry-tab-v64,.ry-alert-v64{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid #28313d}.ry-res-card-v64>div,.ry-takeaway-v64>div,.ry-tab-v64>div{display:flex;flex-direction:column}.ry-res-card-v64 small,.ry-takeaway-v64 small,.ry-tab-v64 small{color:#758091;font-size:7px;margin-top:3px}
.ry-coupon-v64{display:grid;grid-template-columns:1fr auto;gap:3px;padding:12px;border:1px dashed #495466;border-radius:10px;margin-bottom:8px}.ry-coupon-v64 strong{font-size:13px;letter-spacing:.08em}.ry-coupon-v64 span{font-weight:900}.ry-coupon-v64 small{grid-column:1/-1;color:#758091}
.ry-waiter-mobile-v64{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ry-waiter-table-v64{min-height:115px;border:2px solid #263142;border-radius:16px;background:#0d131b;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#fff}.ry-waiter-table-v64 strong{font-size:28px}.ry-waiter-table-v64 span,.ry-waiter-table-v64 small{font-size:8px;color:#7f8a99}.ry-waiter-table-v64.state-waiter,.ry-waiter-table-v64.state-bill{border-color:#ef4444}.ry-waiter-table-v64.state-new,.ry-waiter-table-v64.state-preparing{border-color:#f59e0b}.ry-mobile-actions-v64{position:sticky;bottom:10px;display:flex;gap:8px;justify-content:center;margin-top:15px;padding:10px;background:rgba(10,14,20,.9);border-radius:14px;backdrop-filter:blur(10px)}
.ry-feedback-v64{padding:10px 0;border-bottom:1px solid #28313d}.ry-feedback-v64 strong{color:#fbbf24;letter-spacing:2px}.ry-feedback-v64 span{display:block;font-size:8px;margin-top:3px}.ry-feedback-v64 p{font-size:8px;color:#8b96a5}
.ry-tv-head-v64{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.ry-tv-head-v64 span{color:#22c55e;font-size:10px;font-weight:900}.ry-tv-head-v64 h1{font-size:34px;margin:4px 0}.ry-tv-head-v64 #tvClock{font-size:28px;font-weight:900}.ry-tv-grid-v64{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ry-tv-order-v64{min-height:180px;border:3px solid #384354;border-radius:18px;padding:18px;display:flex;flex-direction:column;background:#0a0f16}.ry-tv-order-v64 strong{font-size:28px;margin:auto 0}.ry-tv-order-v64.status-new{border-color:#8b5cf6}.ry-tv-order-v64.status-preparing{border-color:#f59e0b}.ry-tv-order-v64.status-ready{border-color:#22c55e}
.ry-station-v64{display:flex;gap:12px;align-items:center;padding:12px;border-bottom:1px solid #28313d}.ry-station-v64>span{font-size:22px}.ry-station-v64>div{display:flex;flex-direction:column}.ry-station-v64 small{font-size:7px;color:#758091}
.ry-tab-add-v64{display:grid;grid-template-columns:2fr .6fr 1fr auto;gap:6px;margin-bottom:14px}.ry-tab-add-v64 input{min-width:0}
.ry-alert-v64{border-left:3px solid #3b82f6;padding-left:12px}.ry-alert-v64.severity-warning{border-left-color:#f59e0b}.ry-alert-v64.severity-danger{border-left-color:#ef4444}.ry-alert-v64.read{opacity:.5}.ry-alert-v64 p{margin:3px 0;font-size:8px;color:#8994a3}.ry-alert-v64 small{font-size:7px;color:#647083}
@media(max-width:900px){.ry-waiter-mobile-v64,.ry-tv-grid-v64{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.ry-waiter-mobile-v64{grid-template-columns:repeat(2,1fr)}.ry-tv-grid-v64{grid-template-columns:1fr}.ry-tab-add-v64{grid-template-columns:1fr 1fr}.ry-mobile-actions-v64{overflow:auto;justify-content:flex-start}}

/* V65 POS PAYMENT */
.ry-pos-v65{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:15px;align-items:start}
.ry-pos-left-v65,.ry-pos-pay-v65{padding:18px!important}.ry-pos-pay-v65{position:sticky;top:98px}
.ry-pos-tabs-v65{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.ry-pos-tabs-v65 a{display:flex;flex-direction:column;padding:10px;border:1px solid #2b3542;border-radius:10px;background:#0b1017;color:#9ca7b6;text-decoration:none}.ry-pos-tabs-v65 a.active{border-color:#7c3aed;background:rgba(76,29,149,.18);color:#fff}.ry-pos-tabs-v65 strong{font-size:9px}.ry-pos-tabs-v65 small{font-size:8px;margin-top:3px}
.ry-pos-items-v65>div{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #28313d}.ry-pos-items-v65 span{display:flex;flex-direction:column}.ry-pos-items-v65 strong{font-size:10px}.ry-pos-items-v65 small{font-size:7px;color:#748091;margin-top:3px}
.ry-pos-total-v65{padding:18px;border-radius:14px;background:linear-gradient(135deg,#271246,#111827);border:1px solid #59339a;text-align:center;margin-bottom:14px}.ry-pos-total-v65 small{display:block;color:#c4b5fd;font-size:7px;letter-spacing:.12em}.ry-pos-total-v65 strong{display:block;font-size:34px;margin-top:5px}
.ry-pos-summary-v65{padding:12px;border:1px solid #2c3542;border-radius:11px;background:#0a0f16;margin:14px 0}.ry-pos-summary-v65>div{display:flex;justify-content:space-between;padding:6px 0;color:#8f9aaa;font-size:9px}.ry-pos-summary-v65 .grand{border-top:1px solid #313a48;margin-top:5px;padding-top:10px;color:#fff}.ry-pos-summary-v65 .grand strong{font-size:20px}
.ry-pos-methods-v65{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:12px}.ry-pos-methods-v65 button{min-height:76px;border:1px solid #313b49;border-radius:11px;background:#111720;color:#fff;font-size:22px;cursor:pointer}.ry-pos-methods-v65 button:hover{border-color:#7c3aed;background:#171225}.ry-pos-methods-v65 span{display:block;font-size:7px;margin-top:7px}
.ry-pos-complete-v65{width:100%;min-height:48px!important;font-size:11px!important;margin-bottom:8px}
.ry-receipt-body-v65{background:#111827!important;padding:30px}.receipt-tools{display:flex;justify-content:center;gap:8px;margin-bottom:15px}.ry-receipt-v65{width:80mm;min-height:130mm;margin:0 auto;background:#fff;color:#111827;padding:8mm;box-sizing:border-box;box-shadow:0 20px 70px rgba(0,0,0,.35);font-family:monospace}.ry-receipt-brand-v65{text-align:center}.ry-receipt-brand-v65 img{width:48mm;filter:invert(1)}.ry-receipt-brand-v65 h2{margin:5px 0}.ry-receipt-meta-v65{display:grid;gap:3px;margin:12px 0;padding:8px 0;border-top:1px dashed #999;border-bottom:1px dashed #999;font-size:10px}.ry-receipt-lines-v65>div,.ry-receipt-summary-v65>div,.ry-receipt-payments-v65>div{display:flex;justify-content:space-between;gap:8px;padding:4px 0;font-size:10px}.ry-receipt-summary-v65{margin-top:10px;border-top:1px dashed #999;padding-top:6px}.ry-receipt-summary-v65 .grand{font-size:13px;border-top:1px solid #111;margin-top:5px;padding-top:8px}.ry-receipt-payments-v65{margin-top:10px;border-top:1px dashed #999;padding-top:6px}.ry-receipt-v65>p{text-align:center;margin-top:20px;font-size:10px}
.ry-quick-head-v65{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px}.ry-quick-head-v65 span{color:#a78bfa;font-size:8px;font-weight:900;letter-spacing:.12em}.ry-quick-head-v65 h1{font-size:34px;margin:4px 0}.ry-quick-head-v65 p{color:#778292;font-size:9px}.ry-quick-grid-v65{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.ry-quick-table-v65{min-height:145px;padding:15px;border:2px solid #2d3744;border-radius:16px;background:#0c1118;color:#fff;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center}.ry-quick-table-v65:hover{border-color:#8b5cf6;background:#151022}.ry-quick-table-v65 small{font-size:7px;color:#788393}.ry-quick-table-v65 strong{font-size:34px}.ry-quick-table-v65 span{font-size:12px;color:#86efac;margin-top:5px}.ry-quick-table-v65 em{font-style:normal;font-size:7px;color:#788393;margin-top:4px}
.ry-refund-form-v65{display:grid;grid-template-columns:90px 1fr auto;gap:5px}
@media(max-width:1100px){.ry-pos-v65{grid-template-columns:1fr}.ry-pos-pay-v65{position:static}.ry-quick-grid-v65{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.ry-pos-tabs-v65{grid-template-columns:1fr 1fr}.ry-pos-methods-v65{grid-template-columns:1fr}.ry-quick-grid-v65{grid-template-columns:repeat(2,1fr)}.ry-refund-form-v65{grid-template-columns:1fr}}

/* V66 automatic adisyon + waiter order */
.ry-waiter-order-v66{display:grid;grid-template-columns:.7fr 1.3fr;gap:14px;align-items:start}
.ry-waiter-order-v66>section:last-child{grid-column:1/-1}
.ry-waiter-table-picker-v66{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.ry-waiter-table-picker-v66 label{position:relative}
.ry-waiter-table-picker-v66 input{position:absolute;opacity:0}
.ry-waiter-table-picker-v66 span{min-height:70px;border:1px solid #2e3845;border-radius:12px;background:#0c1118;display:flex;align-items:center;justify-content:center;gap:5px;color:#8f99a8;cursor:pointer}
.ry-waiter-table-picker-v66 input:checked+span{border-color:#8b5cf6;background:rgba(76,29,149,.22);color:#fff}
.ry-waiter-table-picker-v66 strong{font-size:18px}
.ry-waiter-products-v66{display:grid;gap:7px;max-height:650px;overflow:auto}
.ry-waiter-products-v66 article{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px;border:1px solid #29323f;border-radius:11px;background:#0c1118}
.ry-waiter-products-v66 article>div:first-child{display:flex;flex-direction:column}
.ry-waiter-products-v66 small{font-size:6px;color:#758091}.ry-waiter-products-v66 strong{font-size:10px;margin:2px 0}.ry-waiter-products-v66 b{font-size:8px;color:#c4b5fd}
.ry-waiter-qty-v66{display:grid;grid-template-columns:34px 44px 34px;align-items:center}
.ry-waiter-qty-v66 button{height:34px;border:1px solid #35404f;background:#151b25;color:#fff;font-size:18px}
.ry-waiter-qty-v66 input{text-align:center!important;border-radius:0!important;height:34px!important;padding:4px!important}
.ry-waiter-submit-v66{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}
.ry-linked-tab-v66{display:inline-flex;margin-top:5px;padding:4px 6px;border-radius:999px;background:#21133c;color:#c4b5fd;font-size:7px;text-decoration:none}
@media(max-width:900px){.ry-waiter-order-v66{grid-template-columns:1fr}.ry-waiter-order-v66>section:last-child{grid-column:auto}}
@media(max-width:600px){.ry-waiter-table-picker-v66{grid-template-columns:repeat(2,1fr)}.ry-waiter-submit-v66{grid-template-columns:1fr}}

/* V67 menu audit / module directory */
.ry-module-group-v67{margin-bottom:12px}
.ry-module-grid-v67{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.ry-module-grid-v67>a,.ry-module-grid-v67>div{min-height:82px;padding:12px;border:1px solid #2a3441;border-radius:11px;background:#0c1118;display:flex;flex-direction:column;text-decoration:none;color:#fff}
.ry-module-grid-v67>a:hover{border-color:#7c3aed;background:#151022}
.ry-module-grid-v67 span{font-size:12px;color:#86efac}.ry-module-grid-v67 strong{font-size:9px;margin-top:auto}.ry-module-grid-v67 small{font-size:7px;color:#758091;margin-top:3px}
.ry-module-grid-v67 .disabled{opacity:.42}.ry-module-grid-v67 .disabled span{color:#fca5a5}
@media(max-width:1000px){.ry-module-grid-v67{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.ry-module-grid-v67{grid-template-columns:repeat(2,1fr)}}

/* =========================================================
   V68 PUBLIC HOMEPAGE
========================================================= */
.ry-public-v68{background:#080b12;color:#f8fafc;font-family:Inter,Arial,sans-serif}.ry-public-v68 .container{width:min(1220px,calc(100% - 36px))}
.ry68-header{height:76px;position:sticky;top:0;z-index:100;background:rgba(8,11,18,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(148,163,184,.12)}
.ry68-nav{height:100%;display:flex;align-items:center;gap:34px}.ry68-logo img{width:178px;display:block}.ry68-links{display:flex;align-items:center;gap:26px;margin:auto}.ry68-links a{font-size:12px;color:#9ca3af;font-weight:650}.ry68-links a:hover{color:#fff}.ry68-actions{display:flex;align-items:center;gap:15px;font-size:12px;font-weight:700}.ry68-menu{display:none;background:none;border:0;color:#fff;font-size:24px}
.ry68-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:10px;background:#7c3aed;color:#fff!important;font-size:11px;font-weight:850;letter-spacing:.01em;border:1px solid #7c3aed}.ry68-btn:hover{transform:translateY(-1px)}.ry68-btn.ghost{background:transparent;border-color:#323b49;color:#d7dce4!important}.ry68-btn.light{background:#fff;border-color:#fff;color:#111827!important}.ry68-btn.large{min-height:52px;padding:0 25px;font-size:12px}
.ry68-hero{position:relative;overflow:hidden;padding:105px 0 94px;background:radial-gradient(circle at 72% 35%,rgba(124,58,237,.18),transparent 31%),radial-gradient(circle at 15% 10%,rgba(59,130,246,.08),transparent 27%)}.ry68-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 85%)}
.ry68-hero-grid{position:relative;display:grid;grid-template-columns:.83fr 1.17fr;gap:65px;align-items:center}.ry68-kicker{font-size:9px;font-weight:900;letter-spacing:.16em;color:#a78bfa;display:flex;align-items:center;gap:8px}.ry68-kicker i{width:7px;height:7px;border-radius:50%;background:#8b5cf6;box-shadow:0 0 14px #8b5cf6}.ry68-hero h1{font-size:64px;line-height:.99;letter-spacing:-.055em;margin:17px 0 23px}.ry68-hero h1 span{color:#a78bfa}.ry68-hero-copy>p{max-width:570px;color:#98a2b2;font-size:16px;line-height:1.75}.ry68-hero-buttons{display:flex;gap:9px;margin-top:30px}.ry68-trust{display:flex;gap:18px;margin-top:23px;color:#6f7b8c;font-size:9px}.ry68-trust span:First-letter{color:#86efac}
.ry68-dashboard{border:1px solid #293342;border-radius:18px;background:#0b1017;box-shadow:0 35px 90px rgba(0,0,0,.45);overflow:hidden;transform:perspective(1100px) rotateY(-2deg)}.ry68-window-top{height:42px;border-bottom:1px solid #252e3a;background:#0e141d;display:flex;align-items:center;padding:0 14px;font-size:7px;color:#788496}.ry68-window-top>span{display:flex;gap:5px}.ry68-window-top i{width:6px;height:6px;border-radius:50%;background:#384250}.ry68-window-top b{margin:auto;font-size:8px;color:#aab2bf}.ry68-window-top em{font-style:normal;color:#86efac}.ry68-dash-body{display:grid;grid-template-columns:48px 1fr;min-height:390px}.ry68-dash-body aside{border-right:1px solid #222b36;padding:13px 10px;display:flex;align-items:center;flex-direction:column;gap:16px}.ry68-dash-body aside img{width:24px;height:24px}.ry68-dash-body aside i{width:23px;height:23px;border-radius:6px;background:#171e28}.ry68-dash-main{padding:25px}.ry68-dash-title{display:flex;justify-content:space-between;align-items:flex-start}.ry68-dash-title small{display:block;font-size:6px;color:#777f8e;letter-spacing:.12em}.ry68-dash-title strong{display:block;font-size:16px;margin-top:3px}.ry68-dash-title>span{font-size:7px;color:#697586}.ry68-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:19px 0}.ry68-stats>div{border:1px solid #242e3a;background:#0e141c;border-radius:10px;padding:13px}.ry68-stats small{display:block;color:#667384;font-size:6px}.ry68-stats strong{display:block;font-size:18px;margin:6px 0}.ry68-stats em{font-size:6px;color:#86efac;font-style:normal}.ry68-orders{border:1px solid #242e3a;border-radius:10px;overflow:hidden}.ry68-orders .head,.ry68-orders>div:not(.head){display:grid;grid-template-columns:80px 1fr auto;gap:8px;align-items:center;padding:11px 13px;border-bottom:1px solid #202936}.ry68-orders .head{display:flex;justify-content:space-between}.ry68-orders .head b{font-size:8px}.ry68-orders .head small{font-size:6px;color:#6c7786}.ry68-orders span{font-size:7px;color:#9ca7b5}.ry68-orders b{font-size:7px}.ry68-orders em{font-size:5px;font-style:normal;padding:5px 6px;border-radius:99px;background:#312e1c;color:#fde68a}.ry68-orders em.new{background:#321b28;color:#f9a8d4}.ry68-orders em.ready{background:#123123;color:#86efac}
.ry68-proof{border-top:1px solid #171e28;border-bottom:1px solid #171e28;background:#0a0e15}.ry68-proof .container{min-height:72px;display:grid;grid-template-columns:repeat(6,1fr);align-items:center}.ry68-proof span{text-align:center;font-size:8px;font-weight:900;letter-spacing:.08em;color:#667181;border-right:1px solid #1b232e}.ry68-proof span:last-child{border:0}
.ry68-section{padding:105px 0;background:#0b0f16}.ry68-section.ry68-dark{background:#070a10}.ry68-section-head{text-align:center;max-width:750px;margin:0 auto 52px}.ry68-section-head.left{text-align:left;margin:0}.ry68-section-head>small,.ry68-demo-inner>div>small,.ry68-final small{font-size:8px;font-weight:900;letter-spacing:.18em;color:#8b5cf6}.ry68-section-head h2{font-size:42px;line-height:1.08;letter-spacing:-.04em;margin:12px 0 15px}.ry68-section-head p{color:#7f8a9a;font-size:13px;line-height:1.7}
.ry68-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.ry68-flow article{position:relative;border:1px solid #232c38;background:#0e131b;border-radius:14px;padding:21px;min-height:210px}.ry68-flow article:after{content:"→";position:absolute;right:-14px;top:45%;z-index:2;color:#536071}.ry68-flow article:last-child:after{display:none}.ry68-flow article>span{font-size:7px;color:#566172}.ry68-flow article>div{font-size:24px;margin:22px 0 15px}.ry68-flow h3{font-size:13px;margin:0 0 8px}.ry68-flow p{font-size:9px;color:#778393;line-height:1.6}
.ry68-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ry68-feature-grid article{min-height:230px;padding:22px;border:1px solid #222b37;background:#0c1118;border-radius:14px}.ry68-feature-grid article.wide{grid-column:span 2}.ry68-feature-grid article.accent{background:linear-gradient(145deg,#251143,#10151d);border-color:#4c2b7e}.ry68-feature-grid i{font-style:normal;font-size:24px}.ry68-feature-grid small{display:block;font-size:6px;color:#8b5cf6;font-weight:900;letter-spacing:.12em;margin-top:25px}.ry68-feature-grid h3{font-size:15px;margin:7px 0 9px}.ry68-feature-grid p{font-size:9px;color:#778393;line-height:1.65}.ry68-feature-grid article>div{display:flex;gap:6px;flex-wrap:wrap;margin-top:18px}.ry68-feature-grid article>div span{font-size:6px;border:1px solid #3a2b50;border-radius:99px;padding:5px 7px;color:#c4b5fd}
.ry68-split{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:center}.ry68-section-head.left .ry68-btn{margin-top:13px}.ry68-checklist{display:grid;gap:9px}.ry68-checklist>div{display:grid;grid-template-columns:44px 1fr;gap:13px;align-items:center;padding:18px;border:1px solid #252e3a;border-radius:12px;background:#0e131b}.ry68-checklist b{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:#171020;color:#a78bfa;font-size:9px}.ry68-checklist span{display:flex;flex-direction:column}.ry68-checklist strong{font-size:11px}.ry68-checklist small{font-size:8px;color:#758091;margin-top:5px}
.ry68-demo{padding:90px 0;background:linear-gradient(125deg,#6d28d9,#4c1d95)}.ry68-demo-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.ry68-demo h2{font-size:42px;line-height:1.05;margin:12px 0}.ry68-demo p{max-width:570px;color:#ddd6fe;font-size:12px;line-height:1.7}.ry68-demo .ry68-demo-inner>div>small{color:#ddd6fe}.ry68-demo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.ry68-demo-cards span{min-height:150px;border:1px solid rgba(255,255,255,.25);background:rgba(13,8,27,.2);border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center}.ry68-demo-cards b{font-size:23px}.ry68-demo-cards small{font-size:7px;margin-top:7px;color:#ddd6fe}
.ry68-pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ry68-pricing article{position:relative;border:1px solid #27313e;border-radius:16px;background:#0e131b;padding:25px;min-height:430px;display:flex;flex-direction:column}.ry68-pricing article.featured{border-color:#7c3aed;background:linear-gradient(160deg,#22113c,#0e131b 58%);box-shadow:0 20px 60px rgba(124,58,237,.13)}.ry68-popular{position:absolute;right:16px;top:16px;font-size:6px;font-weight:900;background:#7c3aed;border-radius:99px;padding:6px 8px}.ry68-pricing article>small{font-size:8px;font-weight:900;color:#a78bfa}.ry68-pricing h3{font-size:35px;margin:15px 0 7px}.ry68-pricing h3 sup{font-size:13px}.ry68-pricing article>p{font-size:8px;color:#758091;min-height:35px;line-height:1.5}.ry68-pricing ul{list-style:none;padding:15px 0;margin:8px 0 20px;border-top:1px solid #252e3a}.ry68-pricing li{font-size:8px;color:#a8b0bd;padding:6px 0}.ry68-pricing li::first-letter{color:#86efac}.ry68-pricing .ry68-btn{margin-top:auto}.ry68-price-note{text-align:center;color:#616d7d;font-size:7px;margin-top:18px}
.ry68-final{padding:85px 0;background:#0a0d13;border-top:1px solid #1c2430}.ry68-final .container{display:flex;justify-content:space-between;align-items:center;gap:30px}.ry68-final h2{font-size:42px;line-height:1.05;margin:11px 0}.ry68-final p{font-size:10px;color:#778393}.ry68-final .container>div:last-child{display:flex;gap:8px}
.ry68-footer{padding:60px 0 25px;background:#06080d;border-top:1px solid #171e28}.ry68-footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:55px}.ry68-footer img{width:165px}.ry68-footer p{font-size:9px;color:#657181;max-width:280px;line-height:1.6}.ry68-footer-grid>div{display:flex;flex-direction:column;gap:10px}.ry68-footer-grid b{font-size:9px}.ry68-footer-grid a{font-size:8px;color:#6f7b8b}.ry68-footer-bottom{border-top:1px solid #171e28;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;font-size:7px;color:#515c6b}
@media(max-width:1050px){.ry68-links{display:none;position:absolute;left:18px;right:18px;top:75px;background:#0d121a;border:1px solid #28313d;border-radius:13px;padding:15px;flex-direction:column}.ry68-links.open{display:flex}.ry68-menu{display:block;margin-left:auto}.ry68-actions{display:none}.ry68-hero-grid{grid-template-columns:1fr}.ry68-dashboard{transform:none}.ry68-flow{grid-template-columns:repeat(2,1fr)}.ry68-flow article:after{display:none}.ry68-feature-grid{grid-template-columns:repeat(2,1fr)}.ry68-split{grid-template-columns:1fr;gap:45px}.ry68-pricing{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.ry-public-v68 .container{width:min(100% - 24px,1220px)}.ry68-header{height:66px}.ry68-logo img{width:145px}.ry68-hero{padding:70px 0}.ry68-hero h1{font-size:45px}.ry68-hero-copy>p{font-size:13px}.ry68-hero-buttons,.ry68-trust{flex-direction:column}.ry68-dashboard{display:none}.ry68-proof .container{grid-template-columns:repeat(2,1fr)}.ry68-proof span{padding:15px 4px}.ry68-section{padding:75px 0}.ry68-section-head h2,.ry68-demo h2,.ry68-final h2{font-size:32px}.ry68-flow,.ry68-feature-grid,.ry68-pricing,.ry68-demo-inner{grid-template-columns:1fr}.ry68-feature-grid article.wide{grid-column:auto}.ry68-demo-cards{grid-template-columns:repeat(3,1fr)}.ry68-demo-cards span{min-height:100px}.ry68-final .container{align-items:flex-start;flex-direction:column}.ry68-final .container>div:last-child{flex-direction:column;width:100%}.ry68-footer-grid{grid-template-columns:1fr 1fr;gap:35px}}

/* V69 package labels */
.ry68-popular.alt{background:#172033;color:#cbd5e1;border:1px solid #334155}

/* V70 login registration CTA */
.ry-register-box-v70{margin-top:14px;padding:14px;border:1px solid #293342;border-radius:12px;background:#0c1118;text-align:center}
.ry-register-box-v70>span{display:block;margin-bottom:9px;font-size:9px;color:#8e99a8}
.ry-register-btn-v70{width:100%;background:transparent!important;border-color:#7c3aed!important;color:#c4b5fd!important}
.ry-register-btn-v70:hover{background:rgba(124,58,237,.12)!important;color:#fff!important}

/* V71 frictionless purchase flow */
.ry-buy-account-v71{align-self:start}.ry-buy-step-v71{display:inline-flex;padding:5px 7px;border-radius:999px;background:#24113f;color:#c4b5fd;font-size:7px;font-weight:900;letter-spacing:.1em}.ry-buy-account-v71 h2{margin:10px 0 6px}.ry-buy-register-v71{display:grid;gap:11px;margin-top:16px}.ry-buy-register-v71 .field small{display:block;color:#6f7b8b;font-size:7px;margin-top:4px}.ry-existing-account-v71{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid #29323e}.ry-existing-account-v71 span{font-size:8px;color:#7d8898}.ry-buy-change-v71{display:block;text-align:center;margin-top:10px;font-size:8px;color:#7c8797}
.ry-register-note-v71{margin-top:12px;padding:9px;border-radius:9px;background:#0d141d;color:#778393;font-size:8px;line-height:1.5}
.ry-legal-check-v71{cursor:pointer}.ry-legal-check-v71 input{width:17px;height:17px;flex:0 0 17px;accent-color:#7c3aed}.ry-legal-check-v71 a{color:#c4b5fd;text-decoration:underline}
.ry-payment-result-v71{max-width:640px;margin:35px auto;padding:42px;text-align:center;border:1px solid #2b3542;border-radius:18px;background:#0d131b}.ry-result-icon-v71{width:62px;height:62px;margin:0 auto 17px;border-radius:50%;display:grid;place-items:center;background:#052e16;color:#86efac;font-size:27px;font-weight:900}.ry-payment-result-v71.pending .ry-result-icon-v71{background:#312e0d;color:#fde68a}.ry-payment-result-v71.fail .ry-result-icon-v71{background:#450a0a;color:#fca5a5}.ry-payment-result-v71 h1{font-size:27px;margin:0 0 10px}.ry-payment-result-v71>p{color:#8d98a8;line-height:1.65}.ry-payment-result-v71 .btn{margin:8px 4px 0}
@media(max-width:650px){.ry-existing-account-v71{align-items:stretch;flex-direction:column}.ry-payment-result-v71{padding:26px 18px}}

/* V72 public purchase brand consistency */
.ry-public-brand-v72{display:inline-flex;align-items:center;text-decoration:none;line-height:1}
.ry-public-brand-v72 img{display:block;width:180px;max-height:42px;object-fit:contain}
.ry-auth-brand-v72{display:flex!important;align-items:center;justify-content:center;margin-bottom:18px}
.ry-auth-brand-v72 img{display:block;width:190px;max-width:85%;max-height:52px;object-fit:contain}
@media(max-width:640px){
  .ry-public-brand-v72 img{width:150px}
  .ry-auth-brand-v72 img{width:165px}
}

/* V73 SEO landing pages */
.ry-seo-hero-v73{padding:110px 0 90px;background:radial-gradient(circle at 75% 30%,rgba(124,58,237,.2),transparent 35%),#080b12}.ry-seo-hero-v73 .container{max-width:920px;text-align:center}.ry-seo-hero-v73 .ry68-kicker{justify-content:center}.ry-seo-hero-v73 h1{font-size:58px;line-height:1.02;letter-spacing:-.05em;margin:18px 0}.ry-seo-hero-v73 p{max-width:720px;margin:0 auto 28px;color:#94a3b8;font-size:15px;line-height:1.75}.ry-seo-hero-v73 .ry68-btn{margin:4px}
.ry-seo-two-v73{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.ry-seo-two-v73>div:first-child>small{color:#a78bfa;font-size:8px;font-weight:900;letter-spacing:.15em}.ry-seo-two-v73 h2{font-size:38px;line-height:1.08;margin:12px 0}.ry-seo-two-v73 p{color:#8490a0;line-height:1.8}.ry-seo-features-v73{display:grid;grid-template-columns:1fr 1fr;gap:9px}.ry-seo-features-v73 article{padding:20px;border:1px solid #293342;border-radius:12px;background:#0e141c}.ry-seo-features-v73 span{color:#86efac}.ry-seo-features-v73 strong{display:block;margin-top:12px;font-size:11px}
.ry-seo-faq-v73{max-width:820px;margin:auto}.ry-seo-faq-v73 details{border:1px solid #293342;border-radius:12px;background:#0e141c;margin:8px 0;padding:18px}.ry-seo-faq-v73 summary{cursor:pointer;font-weight:800;font-size:11px}.ry-seo-faq-v73 p{color:#8490a0;font-size:10px;line-height:1.7}
.ry-seo-link-grid-v73{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ry-seo-link-grid-v73 a{display:flex;justify-content:space-between;align-items:center;padding:15px;border:1px solid #28323e;border-radius:10px;background:#0d131b;color:#b7c0cc;font-size:9px;text-decoration:none}.ry-seo-link-grid-v73 a:hover{border-color:#7c3aed;color:#fff}.ry-seo-link-grid-v73 span{color:#a78bfa}.ry-404-v73{text-align:center;max-width:600px}.ry-404-v73 img{width:190px}.ry-404-v73>strong{display:block;font-size:90px;color:#7c3aed;margin-top:35px}.ry-404-v73 h1{font-size:30px}.ry-404-v73 p{color:#8490a0}
@media(max-width:760px){.ry-seo-hero-v73 h1{font-size:40px}.ry-seo-two-v73{grid-template-columns:1fr;gap:35px}.ry-seo-link-grid-v73{grid-template-columns:1fr}.ry-seo-features-v73{grid-template-columns:1fr}}

/* V74 Owner SEO Management */
.ry-seo-owner-tabs-v74{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:16px}.ry-seo-owner-tabs-v74 a{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid #2d3744;border-radius:9px;background:#0d1219;color:#aeb7c4;text-decoration:none;font-size:8px;font-weight:800}.ry-seo-owner-tabs-v74 span{background:#24113f;color:#c4b5fd;border-radius:99px;padding:3px 6px}
.ry-seo-page-list-v74{display:grid;gap:7px;margin-top:14px}.ry-seo-page-list-v74>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:11px;border:1px solid #29323f;border-radius:10px;background:#0c1118}.ry-seo-page-list-v74>div>div:nth-child(2){display:flex;flex-direction:column}.ry-seo-page-list-v74 strong{font-size:9px}.ry-seo-page-list-v74 small{font-size:7px;color:#758091;margin-top:3px}
.ry-seo-status-v74{display:inline-flex;padding:5px 7px;border-radius:99px;font-size:6px;font-weight:900}.ry-seo-status-v74.on{background:#052e16;color:#86efac;border:1px solid #14532d}.ry-seo-status-v74.off{background:#450a0a;color:#fca5a5;border:1px solid #7f1d1d}
.ry-seo-check-grid-v74{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ry-seo-check-grid-v74>div{min-height:120px;padding:13px;border:1px solid #29323f;border-radius:10px;background:#0c1118;display:flex;flex-direction:column}.ry-seo-check-grid-v74 span{color:#86efac;font-size:13px}.ry-seo-check-grid-v74 strong{font-size:9px;margin-top:7px}.ry-seo-check-grid-v74 small{font-size:7px;color:#758091;line-height:1.5;margin-top:5px}.ry-seo-check-grid-v74 a{font-size:7px;color:#c4b5fd;margin-top:auto}
.ry-seo-search-console-v74{margin-top:12px;padding:13px;border:1px solid #3d2a61;border-radius:10px;background:#171022;display:flex;flex-direction:column;gap:6px}.ry-seo-search-console-v74 strong{font-size:9px}.ry-seo-search-console-v74 code{font-size:8px;color:#c4b5fd;word-break:break-all}
@media(max-width:900px){.ry-seo-check-grid-v74{grid-template-columns:1fr 1fr}.ry-seo-page-list-v74>div{grid-template-columns:auto 1fr}.ry-seo-page-list-v74 .actions{grid-column:1/-1}}@media(max-width:600px){.ry-seo-check-grid-v74{grid-template-columns:1fr}}

/* V75 unified RestoranYönet branding */
.ry68-logo img,.ry-public-brand-v72 img,.ry-auth-brand-v72 img{object-fit:contain}
.ry68-logo img{width:210px;max-height:58px}
.ry-public-brand-v72 img{width:210px;max-height:58px}
.ry-auth-brand-v72 img{width:235px;max-width:90%;max-height:72px}
.owner-brand-v75{padding:10px 8px 16px!important}
.owner-brand-v75 img{display:block;width:205px;max-width:100%;max-height:68px;object-fit:contain}
@media(max-width:700px){.ry68-logo img,.ry-public-brand-v72 img{width:165px}.owner-brand-v75 img{width:170px}}

/* V76 logo repair: transparent, readable, no black rectangle */
.ry68-logo,
.ry-public-brand-v72,
.ry-panel-brand-v55 a,
.ry-panel-brand-v55,
.ry-auth-brand-v72{
  background:transparent!important;
  box-shadow:none!important;
}
.ry68-logo img,.ry-public-brand-v72 img{
  width:230px!important;
  max-width:100%;
  max-height:64px!important;
  object-fit:contain!important;
}
.ry-panel-brand-v55{
  min-height:86px!important;
  padding:14px 16px!important;
  display:flex!important;
  align-items:center!important;
}
.ry-panel-brand-v55 a{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
}
.ry-panel-brand-v55 img{
  width:220px!important;
  max-width:92%!important;
  max-height:60px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.ry-auth-brand-v72 img{
  width:245px!important;
  max-height:76px!important;
  object-fit:contain!important;
}
.owner-brand-v75 img{
  width:220px!important;
  max-height:60px!important;
  object-fit:contain!important;
}
@media(max-width:700px){
  .ry68-logo img,.ry-public-brand-v72 img{width:185px!important}
  .ry-panel-brand-v55 img{width:185px!important}
}

/* V77 SEO image uploader */
.ry-seo-upload-grid-v77{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}
.ry-upload-card-v77{padding:12px;border:1px solid #29323f;border-radius:11px;background:#0b1017;min-width:0}
.ry-upload-preview-v77{height:120px;border:1px dashed #35404f;border-radius:9px;background:#06090e;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:10px}
.ry-upload-preview-v77 img{display:block;max-width:92%;max-height:92%;object-fit:contain}
.ry-upload-preview-v77.favicon img{width:64px;height:64px}.ry-upload-preview-v77.og img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}
.ry-upload-card-v77>.field{margin-bottom:7px}.ry-upload-card-v77>strong{display:block;font-size:8px;color:#e5e7eb;word-break:break-all}.ry-upload-card-v77>small{display:block;font-size:7px;color:#697586;margin:4px 0 9px;word-break:break-all}
.ry-upload-card-v77 input[type=file]{width:100%;font-size:8px;padding:7px;background:#0c121a;border:1px solid #303a48;border-radius:8px}
.ry-upload-card-v77 input[type=file]::file-selector-button{margin-right:8px;border:0;border-radius:6px;padding:7px 9px;background:#7c3aed;color:#fff;font-weight:800;cursor:pointer}
.ry-upload-help-v77{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.ry-upload-help-v77>div{display:grid;grid-template-columns:auto 1fr;column-gap:8px;padding:10px;border:1px solid #29323f;border-radius:9px;background:#0c1118}.ry-upload-help-v77 span{grid-row:1/3;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#17202b;color:#93c5fd;font-size:8px;font-weight:900}.ry-upload-help-v77 span.ok{background:#052e16;color:#86efac}.ry-upload-help-v77 span.bad{background:#450a0a;color:#fca5a5}.ry-upload-help-v77 strong{font-size:8px}.ry-upload-help-v77 small{font-size:7px;color:#758091;margin-top:2px}
@media(max-width:950px){.ry-seo-upload-grid-v77,.ry-upload-help-v77{grid-template-columns:1fr}}

/* V78 current RestoranYönet brand */
.ry68-logo img,.ry-public-brand-v72 img{
  width:235px!important;max-width:100%;max-height:68px!important;object-fit:contain!important;
}
.ry-panel-brand-v55 img,.owner-brand-v75 img{
  width:225px!important;max-width:94%!important;max-height:62px!important;object-fit:contain!important;
}
.ry-auth-brand-v72 img{width:250px!important;max-height:78px!important;object-fit:contain!important}
.ry-upload-preview-v77.logo img{max-width:94%!important;max-height:94%!important;object-fit:contain!important}

/* =========================================================
   V79 RESTORANYÖNET BRAND THEME
   Logo palette: orange + black + white
========================================================= */
:root{
  --ry-orange:#ff7a00;
  --ry-orange-2:#ff9500;
  --ry-orange-soft:#ffb347;
  --ry-orange-dark:#c94f00;
  --ry-bg:#07090d;
  --ry-bg-2:#0b0f15;
  --ry-panel:#0e131b;
  --ry-panel-2:#111823;
  --ry-border:#29313d;
  --ry-text:#f8fafc;
  --ry-muted:#8d98a8;
  --ry-success:#22c55e;
  --ry-danger:#ef4444;
}

/* body / global backgrounds */
body,
.ry-public-v68,
.ry-panel-body-v55,
.owner-body,
.auth,
.auth-page-pro{
  background:var(--ry-bg)!important;
  color:var(--ry-text)!important;
}

/* primary brand color replacements */
.ry68-btn,
.btn.primary,
button.primary,
.nav-cta,
.ry-pos-complete-v65,
.ry-register-btn-v70:hover,
input[type="submit"].primary{
  background:linear-gradient(135deg,var(--ry-orange),var(--ry-orange-2))!important;
  border-color:var(--ry-orange)!important;
  color:#111!important;
  box-shadow:0 8px 22px rgba(255,122,0,.18)!important;
}

.ry68-btn:hover,
.btn.primary:hover,
button.primary:hover{
  background:linear-gradient(135deg,var(--ry-orange-2),#ffae21)!important;
  border-color:var(--ry-orange-2)!important;
  transform:translateY(-1px);
}

/* ghost / secondary */
.ry68-btn.ghost,
.btn,
button.btn{
  border-color:#353d49;
}
.ry68-btn.ghost:hover,
.btn:hover{
  border-color:var(--ry-orange)!important;
  color:#fff!important;
}

/* text accents */
.ry68-hero h1 span,
.ry68-kicker,
.ry68-section-head>small,
.ry68-demo-inner>div>small,
.ry68-final small,
.ry68-feature-grid small,
.ry-seo-hero-v73 .ry68-kicker,
.ry-seo-two-v73>div:first-child>small,
.ry-seo-link-grid-v73 span,
.ry-buy-step-v71,
.ry-popular,
.ry68-pricing article>small,
a:not(.btn):hover{
  color:var(--ry-orange-soft)!important;
}

/* badges / pills */
.nav-pill,
.ry68-popular,
.ry-seo-owner-tabs-v74 span,
.ry-buy-step-v71,
.ry-staff-status-v63.active{
  background:rgba(255,122,0,.14)!important;
  border-color:rgba(255,122,0,.38)!important;
  color:#ffb15c!important;
}

/* headers */
.ry68-header,
.site-header,
.ry-panel-top-v55,
.owner-topbar,
.owner-header{
  background:rgba(7,9,13,.92)!important;
  border-color:#1d232c!important;
  backdrop-filter:blur(18px);
}

/* navigation active */
.ry-panel-nav-item.active,
.ry-panel-nav-item:hover,
.owner-nav a.active,
.owner-nav a:hover,
.ry68-links a:hover{
  background:rgba(255,122,0,.10)!important;
  border-color:rgba(255,122,0,.30)!important;
  color:#fff!important;
}
.ry-panel-nav-item.active .ry-panel-nav-icon,
.owner-nav a.active{
  color:var(--ry-orange-soft)!important;
}

/* cards / panels */
.card,
.auth-card,
.auth-card-pro,
.ry68-dashboard,
.ry68-flow article,
.ry68-feature-grid article,
.ry68-pricing article,
.ry-seo-faq-v73 details,
.ry-seo-features-v73 article,
.ry-module-grid-v67>a,
.ry-module-grid-v67>div,
.ry-waiter-table-v64,
.ry-tv-order-v64,
.ry-quick-table-v65{
  background:linear-gradient(180deg,var(--ry-panel),#0b1017)!important;
  border-color:var(--ry-border)!important;
}

/* featured cards */
.ry68-feature-grid article.accent,
.ry68-pricing article.featured,
.ry-pos-total-v65,
.ry-seo-search-console-v74{
  background:linear-gradient(145deg,rgba(255,122,0,.16),#0d1219 58%)!important;
  border-color:rgba(255,122,0,.42)!important;
  box-shadow:0 18px 50px rgba(255,122,0,.09)!important;
}

/* hero accents */
.ry68-hero{
  background:
    radial-gradient(circle at 72% 35%,rgba(255,122,0,.18),transparent 31%),
    radial-gradient(circle at 15% 10%,rgba(255,149,0,.08),transparent 27%),
    var(--ry-bg)!important;
}
.ry-seo-hero-v73{
  background:
    radial-gradient(circle at 75% 30%,rgba(255,122,0,.18),transparent 35%),
    var(--ry-bg)!important;
}
.ry68-kicker i{
  background:var(--ry-orange)!important;
  box-shadow:0 0 14px rgba(255,122,0,.85)!important;
}

/* public demo strip */
.ry68-demo{
  background:linear-gradient(125deg,#c94f00,#ff7a00)!important;
}
.ry68-demo p,
.ry68-demo-cards small{
  color:#fff1e6!important;
}

/* price featured */
.ry68-pricing article.featured{
  border-color:var(--ry-orange)!important;
}
.ry68-popular{
  background:var(--ry-orange)!important;
  color:#111!important;
}

/* tabs / active selectors */
.order-filter-tabs a.active,
.ry-pos-tabs-v65 a.active,
.ry-waiter-table-picker-v66 input:checked+span{
  border-color:var(--ry-orange)!important;
  background:rgba(255,122,0,.12)!important;
  color:#fff!important;
}

/* forms */
input,
select,
textarea{
  background:#0b1118!important;
  border-color:#313a46!important;
  color:#f8fafc!important;
}
input:focus,
select:focus,
textarea:focus{
  border-color:var(--ry-orange)!important;
  box-shadow:0 0 0 3px rgba(255,122,0,.10)!important;
  outline:none!important;
}
input[type=file]::file-selector-button{
  background:var(--ry-orange)!important;
  color:#111!important;
}

/* tables */
.table th{
  color:#cbd5e1!important;
  border-color:#26303b!important;
}
.table td{
  border-color:#202934!important;
}
.table tr:hover td{
  background:rgba(255,122,0,.035)!important;
}

/* status chips */
.ry-order-staff-v63,
.ry-seo-link-grid-v73 a:hover,
.ry-coupon-v64,
.ry-role-row-v63{
  border-color:rgba(255,122,0,.25)!important;
}
.ry-order-staff-v63{
  background:rgba(255,122,0,.07)!important;
  color:#ffc27b!important;
}

/* pos methods */
.ry-pos-methods-v65 button:hover{
  border-color:var(--ry-orange)!important;
  background:rgba(255,122,0,.08)!important;
}

/* quick cashier */
.ry-quick-table-v65:hover{
  border-color:var(--ry-orange)!important;
  background:rgba(255,122,0,.07)!important;
}

/* progress / performance */
.ry-progress-v64 i{
  background:linear-gradient(90deg,var(--ry-orange),#ffb347)!important;
}

/* owner SEO */
.ry-seo-owner-tabs-v74 a:hover{
  border-color:var(--ry-orange)!important;
  color:#fff!important;
}
.ry-upload-card-v77 input[type=file]::file-selector-button{
  background:var(--ry-orange)!important;
  color:#111!important;
}

/* footer / separators */
.ry68-footer,
.ry68-final,
.ry68-proof,
.ry68-header{
  border-color:#1b222c!important;
}

/* selected price / checkout emphasis */
.checkout-summary-pro,
.ry-buy-account-v71,
.checkout-right-pro{
  border-color:#2c3642!important;
}
.checkout-summary-pro strong,
.ry-pos-summary-v65 .grand strong{
  color:#ffb15c!important;
}

/* logo-friendly neutral header surfaces */
.ry-panel-brand-v55,
.owner-brand-v75,
.ry68-logo,
.ry-public-brand-v72,
.ry-auth-brand-v72{
  background:transparent!important;
}

/* focus on orange accents rather than old purple */
[style*="#7c3aed"],
[style*="#8b5cf6"],
[style*="#a78bfa"],
[style*="#c4b5fd"]{
  --legacy-purple-override:var(--ry-orange);
}

/* responsive keeps same palette */
@media(max-width:700px){
  .ry68-menu{color:#fff!important}
}

/* =========================================================
   V80 — TÜM YÖNETİM PANELLERİ / RESTORANYÖNET TURUNCU KİMLİK
========================================================= */
:root{
 --panel-accent:#ff7a00;
 --panel-accent-2:#ff9a1f;
 --panel-accent-soft:#ffc078;
 --panel-accent-rgb:255,122,0;
 --panel-bg:#07090d;
 --panel-sidebar:#090d12;
 --panel-card:#0e141c;
 --panel-card-2:#111923;
 --panel-line:#29323d;
 --panel-text:#f8fafc;
 --panel-muted:#8d99a8;
}

/* Owner + restaurant/customer + staff panels */
.ry-panel-body-v55,.owner-body,.panel-body,.admin-body,
.ry-owner-shell,.ry-panel-shell-v55{
 background:var(--panel-bg)!important;color:var(--panel-text)!important;
}
.ry-panel-sidebar-v55,.owner-sidebar,.admin-sidebar,.panel-sidebar{
 background:linear-gradient(180deg,#080b10,#0b1017)!important;
 border-color:#202833!important;
}
.ry-panel-top-v55,.owner-topbar,.panel-topbar,.admin-topbar{
 background:rgba(8,11,16,.96)!important;
 border-color:#202833!important;
}

/* Sidebar brand separator */
.ry-panel-brand-v55,.owner-brand-v75{
 border-color:#252d38!important;
}

/* Every navigation state */
.ry-panel-nav-item,.owner-nav a,.admin-nav a,.panel-nav a{
 color:#9aa6b5!important;
 border-color:transparent!important;
}
.ry-panel-nav-item:hover,.owner-nav a:hover,.admin-nav a:hover,.panel-nav a:hover{
 background:rgba(var(--panel-accent-rgb),.08)!important;
 color:#fff!important;
 border-color:rgba(var(--panel-accent-rgb),.18)!important;
}
.ry-panel-nav-item.active,.owner-nav a.active,.admin-nav a.active,.panel-nav a.active{
 background:linear-gradient(90deg,rgba(var(--panel-accent-rgb),.18),rgba(var(--panel-accent-rgb),.055))!important;
 color:#fff!important;
 border-color:rgba(var(--panel-accent-rgb),.36)!important;
 box-shadow:inset 3px 0 0 var(--panel-accent)!important;
}
.ry-panel-nav-item.active .ry-panel-nav-icon,
.ry-panel-nav-item:hover .ry-panel-nav-icon{
 color:var(--panel-accent-soft)!important;
}

/* Group labels */
.ry-panel-nav-label,.owner-nav-label,.nav-group-title{
 color:#667281!important;
}

/* Dashboard headers */
.page-head-pro h1,.ry-panel-page-head-v55 h1,.owner-page-head h1{
 color:#fff!important;
}
.page-head-pro p,.ry-panel-page-head-v55 p,.owner-page-head p{
 color:var(--panel-muted)!important;
}

/* Panel cards */
.card,.stat-card,.metric-card,.dashboard-card,
.ry-panel-card-v55,.owner-card,
.ry-module-grid-v67>a,.ry-module-grid-v67>div{
 background:linear-gradient(180deg,var(--panel-card),#0b1118)!important;
 border-color:var(--panel-line)!important;
}
.card:hover,.stat-card:hover,.metric-card:hover,.dashboard-card:hover,
.ry-module-grid-v67>a:hover{
 border-color:rgba(var(--panel-accent-rgb),.30)!important;
}

/* KPI / statistic accent */
.stat-card strong,.metric-card strong,.kpi-value,
.ry-panel-stat-v55 strong,.ry-dashboard-stat-v55 strong{
 color:#fff!important;
}
.stat-card .icon,.metric-card .icon,.kpi-icon,
.ry-panel-stat-icon-v55{
 background:rgba(var(--panel-accent-rgb),.11)!important;
 color:var(--panel-accent-soft)!important;
 border-color:rgba(var(--panel-accent-rgb),.22)!important;
}

/* Main buttons */
.btn.primary,.btn-primary,.button-primary,
.ry-panel-body-v55 button.primary,
.owner-body button.primary{
 background:linear-gradient(135deg,var(--panel-accent),var(--panel-accent-2))!important;
 color:#17100a!important;
 border-color:var(--panel-accent)!important;
 box-shadow:0 8px 22px rgba(var(--panel-accent-rgb),.16)!important;
}
.btn.primary:hover,.btn-primary:hover,.button-primary:hover{
 background:linear-gradient(135deg,#ff8a0a,#ffad38)!important;
 border-color:#ff9a1f!important;
}

/* secondary buttons */
.owner-body .btn:not(.primary):hover,
.ry-panel-body-v55 .btn:not(.primary):hover{
 border-color:rgba(var(--panel-accent-rgb),.55)!important;
 color:#fff!important;
 background:rgba(var(--panel-accent-rgb),.07)!important;
}

/* Inputs */
.owner-body input,.owner-body select,.owner-body textarea,
.ry-panel-body-v55 input,.ry-panel-body-v55 select,.ry-panel-body-v55 textarea{
 background:#0a1017!important;
 border-color:#303a47!important;
 color:#f8fafc!important;
}
.owner-body input:focus,.owner-body select:focus,.owner-body textarea:focus,
.ry-panel-body-v55 input:focus,.ry-panel-body-v55 select:focus,.ry-panel-body-v55 textarea:focus{
 border-color:var(--panel-accent)!important;
 box-shadow:0 0 0 3px rgba(var(--panel-accent-rgb),.10)!important;
}
.owner-body input[type=file]::file-selector-button,
.ry-panel-body-v55 input[type=file]::file-selector-button{
 background:var(--panel-accent)!important;color:#15100b!important;
}

/* Tables */
.owner-body table,.ry-panel-body-v55 table{
 background:transparent!important;
}
.owner-body th,.ry-panel-body-v55 th{
 background:#0b1118!important;
 color:#aab5c3!important;
 border-color:#28313d!important;
}
.owner-body td,.ry-panel-body-v55 td{
 border-color:#222b36!important;
}
.owner-body tr:hover td,.ry-panel-body-v55 tr:hover td{
 background:rgba(var(--panel-accent-rgb),.035)!important;
}

/* Tabs */
.owner-body .tabs a.active,.ry-panel-body-v55 .tabs a.active,
.ry-seo-owner-tabs-v74 a:hover,.ry-seo-owner-tabs-v74 a:focus{
 border-color:var(--panel-accent)!important;
 background:rgba(var(--panel-accent-rgb),.10)!important;
 color:#fff!important;
}

/* Pills and counters */
.nav-pill,.owner-body .badge.accent,.ry-panel-body-v55 .badge.accent,
.ry-seo-owner-tabs-v74 span{
 background:rgba(var(--panel-accent-rgb),.13)!important;
 color:var(--panel-accent-soft)!important;
 border-color:rgba(var(--panel-accent-rgb),.30)!important;
}

/* Operational cards */
.ry-order-card-v60,.ry-kitchen-card-v60,.ry-reservation-card-v64,
.ry-waiter-table-v64,.ry-tv-order-v64,.ry-quick-table-v65,
.ry-pos-card-v65,.ry-station-card-v64{
 background:linear-gradient(180deg,#0e151e,#0b1017)!important;
 border-color:#2a3440!important;
}
.ry-order-card-v60:hover,.ry-waiter-table-v64:hover,.ry-quick-table-v65:hover{
 border-color:rgba(var(--panel-accent-rgb),.48)!important;
}

/* Kitchen / live operation orange highlights */
.ry-progress-v64 i,.progress i,.progress-bar i{
 background:linear-gradient(90deg,var(--panel-accent),#ffb34d)!important;
}
.ry-order-staff-v63,.ry-coupon-v64{
 background:rgba(var(--panel-accent-rgb),.07)!important;
 border-color:rgba(var(--panel-accent-rgb),.24)!important;
 color:#ffc078!important;
}

/* POS / cashier */
.ry-pos-total-v65,.ry-pos-summary-v65 .grand{
 background:linear-gradient(145deg,rgba(var(--panel-accent-rgb),.14),#0d131b)!important;
 border-color:rgba(var(--panel-accent-rgb),.42)!important;
}
.ry-pos-summary-v65 .grand strong,.ry-pos-total-v65 strong{
 color:#ffb35c!important;
}
.ry-pos-methods-v65 button:hover,.ry-pos-tabs-v65 a.active{
 border-color:var(--panel-accent)!important;
 background:rgba(var(--panel-accent-rgb),.09)!important;
}

/* Staff/mobile selected states */
.ry-waiter-table-picker-v66 input:checked+span{
 background:rgba(var(--panel-accent-rgb),.13)!important;
 border-color:var(--panel-accent)!important;
 color:#fff!important;
}

/* SEO owner screen */
.ry-seo-search-console-v74{
 background:linear-gradient(145deg,rgba(var(--panel-accent-rgb),.12),#0d131b)!important;
 border-color:rgba(var(--panel-accent-rgb),.38)!important;
}
.ry-upload-card-v77{
 background:#0b1118!important;border-color:#293440!important;
}
.ry-upload-preview-v77{
 background:#070b10!important;border-color:#394350!important;
}

/* links */
.owner-body a:not(.btn):hover,.ry-panel-body-v55 a:not(.btn):hover{
 color:var(--panel-accent-soft)!important;
}

/* selection and scrollbar */
.owner-body ::selection,.ry-panel-body-v55 ::selection{
 background:rgba(var(--panel-accent-rgb),.35);color:#fff;
}
.owner-body ::-webkit-scrollbar-thumb,.ry-panel-body-v55 ::-webkit-scrollbar-thumb{
 background:#343d49;border-radius:20px;
}
.owner-body ::-webkit-scrollbar-thumb:hover,.ry-panel-body-v55 ::-webkit-scrollbar-thumb:hover{
 background:var(--panel-accent);
}

/* eliminate legacy purple glow on panel-specific elements */
.owner-body [class*="purple"],.ry-panel-body-v55 [class*="purple"]{
 border-color:rgba(var(--panel-accent-rgb),.35)!important;
}

/* Mobile panel */
@media(max-width:900px){
 .ry-panel-sidebar-v55,.owner-sidebar{
   background:#090d12!important;
 }
}

/* =========================================================
   V79 RESTORANYÖNET BRAND THEME
   Logo palette: orange + black + white
========================================================= */
:root{
  --ry-orange:#ff7a00;
  --ry-orange-2:#ff9500;
  --ry-orange-soft:#ffb347;
  --ry-orange-dark:#c94f00;
  --ry-bg:#07090d;
  --ry-bg-2:#0b0f15;
  --ry-panel:#0e131b;
  --ry-panel-2:#111823;
  --ry-border:#29313d;
  --ry-text:#f8fafc;
  --ry-muted:#8d98a8;
  --ry-success:#22c55e;
  --ry-danger:#ef4444;
}

/* body / global backgrounds */
body,
.ry-public-v68,
.ry-panel-body-v55,
.owner-body,
.auth,
.auth-page-pro{
  background:var(--ry-bg)!important;
  color:var(--ry-text)!important;
}

/* primary brand color replacements */
.ry68-btn,
.btn.primary,
button.primary,
.nav-cta,
.ry-pos-complete-v65,
.ry-register-btn-v70:hover,
input[type="submit"].primary{
  background:linear-gradient(135deg,var(--ry-orange),var(--ry-orange-2))!important;
  border-color:var(--ry-orange)!important;
  color:#111!important;
  box-shadow:0 8px 22px rgba(255,122,0,.18)!important;
}

.ry68-btn:hover,
.btn.primary:hover,
button.primary:hover{
  background:linear-gradient(135deg,var(--ry-orange-2),#ffae21)!important;
  border-color:var(--ry-orange-2)!important;
  transform:translateY(-1px);
}

/* ghost / secondary */
.ry68-btn.ghost,
.btn,
button.btn{
  border-color:#353d49;
}
.ry68-btn.ghost:hover,
.btn:hover{
  border-color:var(--ry-orange)!important;
  color:#fff!important;
}

/* text accents */
.ry68-hero h1 span,
.ry68-kicker,
.ry68-section-head>small,
.ry68-demo-inner>div>small,
.ry68-final small,
.ry68-feature-grid small,
.ry-seo-hero-v73 .ry68-kicker,
.ry-seo-two-v73>div:first-child>small,
.ry-seo-link-grid-v73 span,
.ry-buy-step-v71,
.ry-popular,
.ry68-pricing article>small,
a:not(.btn):hover{
  color:var(--ry-orange-soft)!important;
}

/* badges / pills */
.nav-pill,
.ry68-popular,
.ry-seo-owner-tabs-v74 span,
.ry-buy-step-v71,
.ry-staff-status-v63.active{
  background:rgba(255,122,0,.14)!important;
  border-color:rgba(255,122,0,.38)!important;
  color:#ffb15c!important;
}

/* headers */
.ry68-header,
.site-header,
.ry-panel-top-v55,
.owner-topbar,
.owner-header{
  background:rgba(7,9,13,.92)!important;
  border-color:#1d232c!important;
  backdrop-filter:blur(18px);
}

/* navigation active */
.ry-panel-nav-item.active,
.ry-panel-nav-item:hover,
.owner-nav a.active,
.owner-nav a:hover,
.ry68-links a:hover{
  background:rgba(255,122,0,.10)!important;
  border-color:rgba(255,122,0,.30)!important;
  color:#fff!important;
}
.ry-panel-nav-item.active .ry-panel-nav-icon,
.owner-nav a.active{
  color:var(--ry-orange-soft)!important;
}

/* cards / panels */
.card,
.auth-card,
.auth-card-pro,
.ry68-dashboard,
.ry68-flow article,
.ry68-feature-grid article,
.ry68-pricing article,
.ry-seo-faq-v73 details,
.ry-seo-features-v73 article,
.ry-module-grid-v67>a,
.ry-module-grid-v67>div,
.ry-waiter-table-v64,
.ry-tv-order-v64,
.ry-quick-table-v65{
  background:linear-gradient(180deg,var(--ry-panel),#0b1017)!important;
  border-color:var(--ry-border)!important;
}

/* featured cards */
.ry68-feature-grid article.accent,
.ry68-pricing article.featured,
.ry-pos-total-v65,
.ry-seo-search-console-v74{
  background:linear-gradient(145deg,rgba(255,122,0,.16),#0d1219 58%)!important;
  border-color:rgba(255,122,0,.42)!important;
  box-shadow:0 18px 50px rgba(255,122,0,.09)!important;
}

/* hero accents */
.ry68-hero{
  background:
    radial-gradient(circle at 72% 35%,rgba(255,122,0,.18),transparent 31%),
    radial-gradient(circle at 15% 10%,rgba(255,149,0,.08),transparent 27%),
    var(--ry-bg)!important;
}
.ry-seo-hero-v73{
  background:
    radial-gradient(circle at 75% 30%,rgba(255,122,0,.18),transparent 35%),
    var(--ry-bg)!important;
}
.ry68-kicker i{
  background:var(--ry-orange)!important;
  box-shadow:0 0 14px rgba(255,122,0,.85)!important;
}

/* public demo strip */
.ry68-demo{
  background:linear-gradient(125deg,#c94f00,#ff7a00)!important;
}
.ry68-demo p,
.ry68-demo-cards small{
  color:#fff1e6!important;
}

/* price featured */
.ry68-pricing article.featured{
  border-color:var(--ry-orange)!important;
}
.ry68-popular{
  background:var(--ry-orange)!important;
  color:#111!important;
}

/* tabs / active selectors */
.order-filter-tabs a.active,
.ry-pos-tabs-v65 a.active,
.ry-waiter-table-picker-v66 input:checked+span{
  border-color:var(--ry-orange)!important;
  background:rgba(255,122,0,.12)!important;
  color:#fff!important;
}

/* forms */
input,
select,
textarea{
  background:#0b1118!important;
  border-color:#313a46!important;
  color:#f8fafc!important;
}
input:focus,
select:focus,
textarea:focus{
  border-color:var(--ry-orange)!important;
  box-shadow:0 0 0 3px rgba(255,122,0,.10)!important;
  outline:none!important;
}
input[type=file]::file-selector-button{
  background:var(--ry-orange)!important;
  color:#111!important;
}

/* tables */
.table th{
  color:#cbd5e1!important;
  border-color:#26303b!important;
}
.table td{
  border-color:#202934!important;
}
.table tr:hover td{
  background:rgba(255,122,0,.035)!important;
}

/* status chips */
.ry-order-staff-v63,
.ry-seo-link-grid-v73 a:hover,
.ry-coupon-v64,
.ry-role-row-v63{
  border-color:rgba(255,122,0,.25)!important;
}
.ry-order-staff-v63{
  background:rgba(255,122,0,.07)!important;
  color:#ffc27b!important;
}

/* pos methods */
.ry-pos-methods-v65 button:hover{
  border-color:var(--ry-orange)!important;
  background:rgba(255,122,0,.08)!important;
}

/* quick cashier */
.ry-quick-table-v65:hover{
  border-color:var(--ry-orange)!important;
  background:rgba(255,122,0,.07)!important;
}

/* progress / performance */
.ry-progress-v64 i{
  background:linear-gradient(90deg,var(--ry-orange),#ffb347)!important;
}

/* owner SEO */
.ry-seo-owner-tabs-v74 a:hover{
  border-color:var(--ry-orange)!important;
  color:#fff!important;
}
.ry-upload-card-v77 input[type=file]::file-selector-button{
  background:var(--ry-orange)!important;
  color:#111!important;
}

/* footer / separators */
.ry68-footer,
.ry68-final,
.ry68-proof,
.ry68-header{
  border-color:#1b222c!important;
}

/* selected price / checkout emphasis */
.checkout-summary-pro,
.ry-buy-account-v71,
.checkout-right-pro{
  border-color:#2c3642!important;
}
.checkout-summary-pro strong,
.ry-pos-summary-v65 .grand strong{
  color:#ffb15c!important;
}

/* logo-friendly neutral header surfaces */
.ry-panel-brand-v55,
.owner-brand-v75,
.ry68-logo,
.ry-public-brand-v72,
.ry-auth-brand-v72{
  background:transparent!important;
}

/* focus on orange accents rather than old purple */
[style*="#7c3aed"],
[style*="#8b5cf6"],
[style*="#a78bfa"],
[style*="#c4b5fd"]{
  --legacy-purple-override:var(--ry-orange);
}

/* responsive keeps same palette */
@media(max-width:700px){
  .ry68-menu{color:#fff!important}
}

/* V81 SEO content + blog */
.ry-seo-content-v81 .container{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:start}.ry-seo-copy-v81 small,.ry-seo-audience-v81 small{color:#ffb15c;font-size:8px;font-weight:900;letter-spacing:.14em}.ry-seo-copy-v81 h2,.ry-seo-audience-v81 h2{font-size:35px;line-height:1.1;margin:10px 0}.ry-seo-copy-v81 p,.ry-seo-audience-v81 p{color:#8d99a8;line-height:1.85;font-size:11px}.ry-seo-benefits-v81{display:grid;grid-template-columns:1fr 1fr;gap:9px}.ry-seo-benefits-v81 article{border:1px solid #29323d;border-radius:12px;background:#0e141c;padding:18px}.ry-seo-benefits-v81 span{color:#ff9a1f;font-size:8px;font-weight:900}.ry-seo-benefits-v81 p{font-size:10px;line-height:1.6;margin:14px 0 0;color:#c3cad3}
.ry-seo-steps-v81{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.ry-seo-steps-v81 article{padding:20px;border:1px solid #29323d;border-radius:12px;background:#0d131b}.ry-seo-steps-v81 b{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,122,0,.13);color:#ffb15c;font-size:9px}.ry-seo-steps-v81 p{color:#b5beca;font-size:9px;line-height:1.6;margin:15px 0 0}.ry-seo-audience-v81{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.ry-seo-audience-v81>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ry-seo-audience-v81 span{padding:14px;border:1px solid #29323d;border-radius:10px;background:#0d131b;color:#c9d0d9;font-size:9px}.ry-seo-audience-v81 span::first-letter{color:#ff7a00}
.ry-blog-hero-v81{padding-bottom:70px}.ry-blog-grid-v81{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.ry-blog-grid-v81 article{padding:22px;border:1px solid #29323d;border-radius:13px;background:linear-gradient(180deg,#0e141c,#0b1017)}.ry-blog-grid-v81 article>small{color:#ffb15c;font-size:7px;font-weight:900;letter-spacing:.08em}.ry-blog-grid-v81 h2{font-size:17px;line-height:1.25;margin:11px 0}.ry-blog-grid-v81 h2 a{color:#fff;text-decoration:none}.ry-blog-grid-v81 p{color:#8591a0;font-size:9px;line-height:1.65;min-height:44px}.ry-blog-grid-v81 article>div{display:flex;justify-content:space-between;border-top:1px solid #232c37;padding-top:12px;margin-top:16px}.ry-blog-grid-v81 article>div span{color:#647181;font-size:7px}.ry-blog-grid-v81 article>div a{color:#ffb15c;text-decoration:none;font-size:8px;font-weight:800}.ry-blog-empty-v81{grid-column:1/-1;text-align:center;padding:50px;border:1px dashed #34404e;border-radius:12px;color:#7f8b99}
.ry-blog-article-v81{padding:85px 0}.ry-blog-article-v81>.container{max-width:900px}.ry-blog-head-v81{text-align:center;max-width:760px;margin:0 auto 45px}.ry-blog-head-v81 small{color:#ffb15c;font-size:8px;font-weight:900}.ry-blog-head-v81 h1{font-size:48px;line-height:1.05;letter-spacing:-.04em;margin:15px 0}.ry-blog-head-v81 p{color:#929dab;line-height:1.7}.ry-blog-content-v81{max-width:760px;margin:auto;color:#b7c0ca;font-size:11px;line-height:1.9}.ry-blog-content-v81 h2{color:#fff;font-size:25px;line-height:1.2;margin:38px 0 12px}.ry-blog-content-v81 h3{color:#fff;font-size:18px;margin:28px 0 10px}.ry-blog-content-v81 a{color:#ffb15c}.ry-blog-content-v81 li{margin:6px 0}.ry-blog-cta-v81{margin-top:55px;padding:28px;border:1px solid rgba(255,122,0,.35);border-radius:15px;background:linear-gradient(135deg,rgba(255,122,0,.12),#0c1219);display:flex;justify-content:space-between;align-items:center;gap:25px}.ry-blog-cta-v81 small{color:#ffb15c;font-size:7px;font-weight:900}.ry-blog-cta-v81 h2{font-size:22px;margin:8px 0}.ry-blog-cta-v81 p{color:#8995a4;font-size:9px}
.ry-blog-owner-list-v81{display:grid;gap:7px}.ry-blog-owner-list-v81>div{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:11px;border:1px solid #29323d;border-radius:10px;background:#0c1118}.ry-blog-owner-list-v81>div>div:nth-child(2){display:flex;flex-direction:column}.ry-blog-owner-list-v81 strong{font-size:9px}.ry-blog-owner-list-v81 small{font-size:7px;color:#758091;margin-top:3px}
@media(max-width:850px){.ry-seo-content-v81 .container,.ry-seo-audience-v81{grid-template-columns:1fr}.ry-seo-steps-v81{grid-template-columns:1fr 1fr}.ry-blog-grid-v81{grid-template-columns:1fr}.ry-blog-head-v81 h1{font-size:36px}.ry-blog-cta-v81{flex-direction:column;align-items:flex-start}.ry-blog-owner-list-v81>div{grid-template-columns:auto 1fr}.ry-blog-owner-list-v81 .actions{grid-column:1/-1}}@media(max-width:550px){.ry-seo-benefits-v81,.ry-seo-steps-v81,.ry-seo-audience-v81>div:last-child{grid-template-columns:1fr}}

/* =========================================================
   V82 — LARGE TYPOGRAPHY + NEW PUBLIC HOMEPAGE
========================================================= */
html{font-size:16px}
body{font-size:16px;line-height:1.6}

/* Public homepage */
.ry82-hero{padding:110px 0 95px;background:radial-gradient(circle at 75% 20%,rgba(255,122,0,.16),transparent 34%),#07090d}
.ry82-hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}
.ry82-eyebrow,.ry82-section-head>span,.ry82-demo span,.ry82-final span{font-size:13px;font-weight:900;letter-spacing:.14em;color:#ff9a1f}
.ry82-hero h1{font-size:72px;line-height:.98;letter-spacing:-.055em;margin:18px 0 28px}
.ry82-hero h1 span{color:#ff8a0a}
.ry82-hero-copy>p{font-size:19px;line-height:1.75;color:#a8b1bd;max-width:680px}
.ry82-actions{display:flex;gap:12px;margin-top:30px}
.ry82-btn{min-height:52px;padding:0 24px;border-radius:11px;border:1px solid #39414c;color:#fff;text-decoration:none;font-size:15px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}
.ry82-btn.primary{background:linear-gradient(135deg,#ff7a00,#ff9a1f);border-color:#ff7a00;color:#14100b}
.ry82-btn.secondary{background:#0d131b;border-color:#353e49}
.ry82-btn.light{background:#fff;color:#111;border-color:#fff}
.ry82-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:24px;color:#828e9d;font-size:13px}
.ry82-hero-panel{border:1px solid #2a333f;border-radius:18px;background:#0d131b;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.35)}
.ry82-panel-top{height:48px;display:flex;align-items:center;gap:7px;padding:0 16px;border-bottom:1px solid #28313c;color:#9ba6b4}
.ry82-panel-top>span{width:8px;height:8px;border-radius:50%;background:#343d48}.ry82-panel-top strong{margin-left:auto;font-size:13px}
.ry82-panel-body{padding:24px}
.ry82-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ry82-kpis article{padding:18px;border:1px solid #29323d;border-radius:12px;background:#0a1017}
.ry82-kpis small{font-size:11px;color:#778391}.ry82-kpis strong{display:block;font-size:26px;margin:7px 0}.ry82-kpis em{font-size:11px;color:#86efac;font-style:normal}
.ry82-orders{margin-top:14px;border:1px solid #29323d;border-radius:12px;overflow:hidden}.ry82-orders .head,.ry82-orders>div:not(.head){display:grid;grid-template-columns:90px 1fr auto;gap:12px;align-items:center;padding:15px 16px;border-bottom:1px solid #222b35}
.ry82-orders .head{display:flex;justify-content:space-between}.ry82-orders .head strong{font-size:14px}.ry82-orders b,.ry82-orders span{font-size:13px}.ry82-orders em{font-size:10px;padding:6px 8px;border-radius:99px;background:#3b2f17;color:#fde68a;font-style:normal}.ry82-orders em.new{background:#3a1c22;color:#f9a8d4}.ry82-orders em.ready{background:#123422;color:#86efac}
.ry82-logo-strip{border-top:1px solid #1f2630;border-bottom:1px solid #1f2630;background:#090d12}.ry82-logo-strip .container{display:grid;grid-template-columns:repeat(6,1fr);min-height:76px;align-items:center}.ry82-logo-strip span{text-align:center;font-size:12px;font-weight:800;color:#768291}
.ry82-section{padding:105px 0;background:#0b0f15}.ry82-section.alt{background:#070a0f}.ry82-section-head{max-width:820px;text-align:center;margin:0 auto 50px}.ry82-section-head.left{text-align:left;margin:0}.ry82-section-head h2{font-size:48px;line-height:1.1;letter-spacing:-.04em;margin:13px 0 16px}.ry82-section-head p{font-size:17px;line-height:1.75;color:#8f9baa}
.ry82-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.ry82-flow article{padding:24px;border:1px solid #29323d;border-radius:14px;background:#0d131b;min-height:210px}.ry82-flow b{color:#ff9a1f;font-size:13px}.ry82-flow h3{font-size:20px;margin:28px 0 10px}.ry82-flow p{font-size:14px;color:#8d99a8;line-height:1.65}
.ry82-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ry82-feature-grid article{padding:24px;border:1px solid #29323d;border-radius:14px;background:#0d131b;min-height:250px}.ry82-feature-grid article.featured{background:linear-gradient(145deg,rgba(255,122,0,.14),#0d131b);border-color:rgba(255,122,0,.4)}.ry82-feature-grid article>div{width:48px;height:48px;border-radius:12px;background:rgba(255,122,0,.13);display:grid;place-items:center;color:#ffb15c;font-weight:900;font-size:15px}.ry82-feature-grid h3{font-size:20px;margin:22px 0 10px}.ry82-feature-grid p{font-size:14px;line-height:1.7;color:#8f9baa}
.ry82-owner-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:center}.ry82-checks{display:grid;gap:12px}.ry82-checks article{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:start;padding:22px;border:1px solid #29323d;border-radius:13px;background:#0d131b}.ry82-checks b{width:48px;height:48px;border-radius:11px;background:rgba(255,122,0,.12);display:grid;place-items:center;color:#ffb15c}.ry82-checks h3{font-size:18px;margin:0 0 6px}.ry82-checks p{font-size:14px;color:#8e9aa9;margin:0}
.ry82-demo{padding:80px 0;background:linear-gradient(120deg,#c94f00,#ff7a00)}.ry82-demo .container,.ry82-final .container{display:flex;justify-content:space-between;align-items:center;gap:35px}.ry82-demo h2,.ry82-final h2{font-size:46px;line-height:1.08;letter-spacing:-.04em;margin:10px 0}.ry82-demo p,.ry82-final p{font-size:16px;max-width:720px}
.ry82-pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ry82-pricing article{position:relative;padding:28px;border:1px solid #29323d;border-radius:15px;background:#0d131b;min-height:460px;display:flex;flex-direction:column}.ry82-pricing article.featured{border-color:#ff7a00;background:linear-gradient(150deg,rgba(255,122,0,.13),#0d131b)}.ry82-pricing .badge{position:absolute;right:18px;top:18px;padding:7px 9px;border-radius:99px;background:#ff7a00;color:#111;font-size:10px;font-weight:900}.ry82-pricing article>small{font-size:12px;color:#ffb15c;font-weight:900}.ry82-pricing h3{font-size:42px;margin:16px 0 8px}.ry82-pricing h3 sup{font-size:17px}.ry82-pricing article>p{font-size:14px;color:#83909f;line-height:1.6}.ry82-pricing ul{list-style:none;padding:18px 0;margin:12px 0 22px;border-top:1px solid #29323d}.ry82-pricing li{font-size:14px;color:#aeb7c3;padding:7px 0}.ry82-pricing .ry82-btn{margin-top:auto}
.ry82-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ry82-blog-grid article{padding:24px;border:1px solid #29323d;border-radius:13px;background:#0d131b}.ry82-blog-grid small{font-size:12px;color:#ffb15c}.ry82-blog-grid h3{font-size:20px;line-height:1.3}.ry82-blog-grid h3 a{color:#fff;text-decoration:none}.ry82-blog-grid p{font-size:14px;color:#8b97a6;line-height:1.7}.ry82-blog-grid>a,.ry82-blog-grid article>a{font-size:14px;color:#ffb15c;text-decoration:none;font-weight:800}
.ry82-final{padding:80px 0;background:#080b10;border-top:1px solid #1f2731}

/* ================= MANAGEMENT PANEL TYPOGRAPHY ================= */
.ry-panel-body-v55,.ry-owner-body-v55{font-size:15px!important}
.ry-panel-nav-item{font-size:14px!important;min-height:42px!important}
.ry-panel-nav-group-v55>small{font-size:11px!important;letter-spacing:.09em!important}
.ry-panel-header-left-v55 small{font-size:11px!important}.ry-panel-header-left-v55 strong{font-size:15px!important}
.ry-panel-user-v55 strong{font-size:13px!important}.ry-panel-user-v55 small{font-size:11px!important}
.page-head-pro h1{font-size:32px!important;line-height:1.15!important}.page-head-pro p{font-size:15px!important;line-height:1.6!important}
.pro-section-title h3{font-size:18px!important}.nav-pill{font-size:11px!important}
.card{font-size:14px!important}
.card p,.muted{font-size:14px!important;line-height:1.65!important}
.field label{font-size:13px!important}.field small{font-size:11px!important}
input,select,textarea{font-size:14px!important;min-height:42px!important}
textarea{min-height:100px!important}
.btn{font-size:13px!important;min-height:40px!important;padding:0 14px!important}
.table th{font-size:12px!important;padding:12px!important}.table td{font-size:13px!important;padding:12px!important}
.ry-module-grid-v67 strong{font-size:13px!important}.ry-module-grid-v67 small{font-size:11px!important}
.ry-pos-items-v65 strong{font-size:14px!important}.ry-pos-items-v65 small{font-size:11px!important}
.ry-pos-tabs-v65 strong{font-size:13px!important}.ry-pos-tabs-v65 small{font-size:11px!important}
.ry-pos-summary-v65>div{font-size:13px!important}.ry-pos-methods-v65 span{font-size:11px!important}
.ry-quick-table-v65 span{font-size:15px!important}.ry-quick-table-v65 em{font-size:11px!important}
.ry-waiter-products-v66 small{font-size:10px!important}.ry-waiter-products-v66 strong{font-size:14px!important}.ry-waiter-products-v66 b{font-size:12px!important}
.ry-seo-page-list-v74 strong,.ry-blog-owner-list-v81 strong{font-size:13px!important}.ry-seo-page-list-v74 small,.ry-blog-owner-list-v81 small{font-size:11px!important}
.ry-seo-check-grid-v74 strong{font-size:13px!important}.ry-seo-check-grid-v74 small{font-size:11px!important}
.ry-upload-card-v77>strong{font-size:12px!important}.ry-upload-card-v77>small{font-size:11px!important}
.switch-row strong{font-size:13px!important}.switch-row small{font-size:11px!important}
.flash{font-size:13px!important}

/* owner badge */
.ry-owner-badge-v55 strong{font-size:14px!important}.ry-owner-badge-v55 small{font-size:11px!important}.ry-owner-badge-v55 span{font-size:10px!important}

/* dashboard stats/cards */
.ry-panel-stat-v55 small,.ry-dashboard-stat-v55 small{font-size:11px!important}
.ry-panel-stat-v55 strong,.ry-dashboard-stat-v55 strong{font-size:24px!important}

/* Mobile */
@media(max-width:1050px){
 .ry82-hero-grid,.ry82-owner-grid{grid-template-columns:1fr}
 .ry82-feature-grid{grid-template-columns:repeat(2,1fr)}
 .ry82-flow{grid-template-columns:repeat(2,1fr)}
 .ry82-pricing{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
 .ry82-hero{padding:75px 0}
 .ry82-hero h1{font-size:48px}
 .ry82-hero-copy>p{font-size:17px}
 .ry82-hero-panel{display:none}
 .ry82-logo-strip .container{grid-template-columns:repeat(2,1fr)}
 .ry82-logo-strip span{padding:14px}
 .ry82-section{padding:72px 0}
 .ry82-section-head h2,.ry82-demo h2,.ry82-final h2{font-size:34px}
 .ry82-feature-grid,.ry82-flow,.ry82-pricing,.ry82-blog-grid{grid-template-columns:1fr}
 .ry82-demo .container,.ry82-final .container{flex-direction:column;align-items:flex-start}
 .ry82-actions{flex-direction:column}
 .ry82-btn{width:100%}
 .page-head-pro h1{font-size:28px!important}
}

/* V83 mini visual icons */
.ry82-flow article{position:relative}
.ry83-flow-icon{
  display:block;
  width:60px;
  height:60px;
  margin:20px 0 10px;
  object-fit:contain;
  filter:drop-shadow(0 8px 20px rgba(255,122,0,.12));
}
.ry82-flow h3{margin-top:12px!important}

.ry83-feature-icon{
  width:68px!important;
  height:68px!important;
  border:0!important;
  background:transparent!important;
  border-radius:0!important;
  display:block!important;
  margin:0!important;
}
.ry83-feature-icon img{
  display:block;
  width:68px;
  height:68px;
  object-fit:contain;
  filter:drop-shadow(0 10px 24px rgba(255,122,0,.14));
}
.ry82-feature-grid h3{margin-top:16px!important}

@media(max-width:700px){
  .ry83-flow-icon{width:54px;height:54px}
  .ry83-feature-icon,.ry83-feature-icon img{width:60px!important;height:60px!important}
}

/* V84 package duration management */
.ry-plan-editor-v84{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;align-items:end}
.ry-plan-create-v84{display:flex;align-items:end}
.ry-plan-grid-v84{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}
.ry-plan-card-v84{padding:20px!important}
.ry-plan-card-head-v84{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}
.ry-plan-card-head-v84 small{font-size:11px;color:#ff9a1f;font-weight:900;letter-spacing:.08em}
.ry-plan-card-head-v84 h2{font-size:22px;margin:3px 0 0}
.ry-duration-badge-v84{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:rgba(255,122,0,.12);border:1px solid rgba(255,122,0,.32);color:#ffb15c;font-size:12px;font-weight:900;white-space:nowrap}

.ry-plan-duration-public-v84{display:flex;align-items:center;gap:7px;margin:10px 0 13px;padding:9px 11px;border-radius:10px;background:rgba(255,122,0,.08);border:1px solid rgba(255,122,0,.20);width:max-content;max-width:100%}
.ry-plan-duration-public-v84 span{font-size:15px}
.ry-plan-duration-public-v84 strong{font-size:14px;color:#ffb15c}
.ry-plan-duration-public-v84 small{font-size:11px;color:#8e99a8}
.ry-plan-duration-public-v84.compact{margin:8px 0;padding:7px 9px}
.ry-summary-duration-v84{display:block;margin-top:3px;color:#ffb15c;font-size:11px;font-weight:800}
.ry-cart-duration-v84{color:#ffb15c;font-size:12px}

.ry82-pricing .ry-plan-duration-public-v84{margin-top:2px;margin-bottom:14px}
.shop-card .ry-plan-duration-public-v84{margin-top:10px}
.price-v5 .ry-plan-duration-public-v84{margin:10px 0 16px}

@media(max-width:1050px){.ry-plan-editor-v84{grid-template-columns:1fr 1fr}.ry-plan-grid-v84{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.ry-plan-editor-v84,.ry-plan-grid-v84{grid-template-columns:1fr}}

/* V85 customer-selectable subscription term + progressive discounts */
.ry85-term-picker{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin:12px 0}
.ry85-term-picker label{cursor:pointer}.ry85-term-picker input{position:absolute;opacity:0;pointer-events:none}
.ry85-term-picker span{min-height:48px;padding:8px 9px;border:1px solid #303946;border-radius:9px;background:#0a1017;display:flex;flex-direction:column;justify-content:center}
.ry85-term-picker b{font-size:12px;color:#e8edf3}.ry85-term-picker em{font-size:10px;color:#778493;font-style:normal;margin-top:2px}
.ry85-term-picker input:checked+span{border-color:#ff7a00;background:rgba(255,122,0,.10);box-shadow:0 0 0 2px rgba(255,122,0,.08)}
.ry85-term-picker input:checked+span b,.ry85-term-picker input:checked+span em{color:#ffb15c}
.ry85-plan-price h3{margin-bottom:0!important}.ry85-price-caption{display:block;font-size:11px;color:#7f8b99;margin-top:1px}
.ry85-saving{display:flex;align-items:center;gap:8px;margin:5px 0 10px}.ry85-saving del{font-size:12px;color:#707c8a}.ry85-saving strong{font-size:11px;color:#86efac;background:#052e16;border:1px solid #14532d;border-radius:99px;padding:4px 7px}

.ry85-checkout-term{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid rgba(255,122,0,.24);background:rgba(255,122,0,.07);border-radius:10px;margin:10px 0}.ry85-checkout-term>span{font-size:20px}.ry85-checkout-term div{display:flex;flex-direction:column}.ry85-checkout-term strong{font-size:14px;color:#ffb15c}.ry85-checkout-term small{font-size:11px;color:#8793a2}.ry85-price-old{font-size:14px}.ry85-price-old del{color:#737e8c}.ry85-discount-text{color:#86efac;font-weight:800}

.ry85-store-terms{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin:13px 0}.ry85-store-terms a,.ry85-mini-terms a{border:1px solid #303946;border-radius:8px;background:#0b1118;color:#fff;text-decoration:none;padding:8px;display:flex;flex-direction:column}.ry85-store-terms a:hover,.ry85-mini-terms a:hover{border-color:#ff7a00;background:rgba(255,122,0,.08)}.ry85-store-terms strong{font-size:12px}.ry85-store-terms span{font-size:10px;color:#86efac}.ry85-store-terms small{font-size:11px;color:#ffb15c;margin-top:3px}
.ry85-mini-terms{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;margin:10px 0}.ry85-mini-terms a{font-size:11px;flex-direction:row;justify-content:space-between;align-items:center}.ry85-mini-terms b{color:#86efac}.ry85-mini-terms em{font-style:normal;color:#86efac;font-size:10px}

.ry85-owner-discounts{margin-bottom:16px}.ry85-discount-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;align-items:end}.ry85-owner-example{margin-top:12px;padding:11px;border:1px solid rgba(255,122,0,.22);border-radius:9px;background:rgba(255,122,0,.05);font-size:12px;color:#9aa5b4}.ry85-owner-example strong{color:#ffb15c}
@media(max-width:900px){.ry85-discount-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.ry85-term-picker,.ry85-store-terms,.ry85-mini-terms,.ry85-discount-grid{grid-template-columns:1fr}}

/* V86 visitor conversion tools */
.ry82-btn.trial{background:rgba(34,197,94,.09);border-color:#166534;color:#86efac}
.ry86-demo-actions{display:flex;gap:10px;flex-wrap:wrap}
.ry86-finder{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;max-width:1050px;margin:auto}.ry86-finder-questions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ry86-finder-questions label{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:18px;border:1px solid #29323d;border-radius:13px;background:#0d131b}.ry86-finder-questions label>span{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:rgba(255,122,0,.12);color:#ffb15c;font-weight:900}.ry86-finder-questions strong{display:block;font-size:14px;margin-bottom:8px}.ry86-finder-questions select{width:100%}.ry86-finder-result{padding:28px;border:1px solid rgba(255,122,0,.38);border-radius:15px;background:linear-gradient(145deg,rgba(255,122,0,.13),#0d131b);display:flex;flex-direction:column;justify-content:center}.ry86-finder-result>small{font-size:11px;color:#ffb15c;font-weight:900}.ry86-finder-result h3{font-size:38px;margin:8px 0}.ry86-finder-result p{font-size:14px;color:#9aa5b4;line-height:1.7}.ry86-finder-result .ry82-btn{margin-top:14px}
.ry86-calculator-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:center}.ry86-calculator{padding:26px;border:1px solid #29323d;border-radius:15px;background:#0d131b}.ry86-calc-terms{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:14px 0}.ry86-calc-terms input{position:absolute;opacity:0}.ry86-calc-terms label{cursor:pointer}.ry86-calc-terms span{padding:10px;border:1px solid #303946;border-radius:9px;display:flex;flex-direction:column;background:#0a1017}.ry86-calc-terms b{font-size:13px}.ry86-calc-terms em{font-size:10px;color:#7f8b99;font-style:normal}.ry86-calc-terms input:checked+span{border-color:#ff7a00;background:rgba(255,122,0,.10)}.ry86-calc-terms input:checked+span em{color:#86efac}.ry86-calc-result{border-top:1px solid #28313b;border-bottom:1px solid #28313b;margin:16px 0;padding:14px 0}.ry86-calc-result>div{display:flex;justify-content:space-between;padding:6px 0;font-size:14px}.ry86-calc-result .grand{font-size:20px}.ry86-calc-result .grand strong{color:#ffb15c}.ry86-calc-result>small{display:block;text-align:right;color:#86efac;margin-top:4px}
.ry86-compare-wrap{overflow:auto;border:1px solid #29323d;border-radius:14px}.ry86-compare{width:100%;min-width:920px;border-collapse:collapse;background:#0d131b}.ry86-compare th,.ry86-compare td{padding:15px 12px;border-right:1px solid #232c37;border-bottom:1px solid #232c37;text-align:center;font-size:13px}.ry86-compare th:first-child,.ry86-compare td:first-child{text-align:left;position:sticky;left:0;background:#0d131b;z-index:1}.ry86-compare th{font-size:13px;color:#fff}.ry86-compare th small{display:block;color:#ffb15c;font-size:10px;margin-top:3px}.ry86-compare td.yes{color:#86efac;font-weight:900}.ry86-compare td.no{color:#53606f}
.ry86-whatsapp{position:fixed;right:20px;bottom:20px;z-index:80;display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:14px;background:#10271a;border:1px solid #1d6c3c;color:#fff;text-decoration:none;box-shadow:0 14px 40px rgba(0,0,0,.3)}.ry86-whatsapp>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#07140b;font-weight:900}.ry86-whatsapp div{display:flex;flex-direction:column}.ry86-whatsapp strong{font-size:12px}.ry86-whatsapp small{font-size:10px;color:#9fd9b3}
.ry86-qr-demo{padding:90px 0}.ry86-qr-demo>.container{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center;max-width:1050px}.ry86-qr-copy>span{font-size:12px;color:#ff9a1f;font-weight:900;letter-spacing:.12em}.ry86-qr-copy h1{font-size:48px;line-height:1.05;margin:12px 0}.ry86-qr-copy p{font-size:16px;color:#909baa;line-height:1.7}.ry86-qr-box{width:190px;min-height:190px;padding:10px;background:#fff;border-radius:12px;margin:22px 0}.ry86-phone{width:390px;max-width:100%;height:720px;margin:auto;border:8px solid #1f2731;border-radius:38px;background:#080b10;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.42)}.ry86-phone-top{height:22px;width:110px;background:#1f2731;border-radius:0 0 14px 14px;margin:auto}.ry86-phone iframe{width:100%;height:calc(100% - 22px);border:0;background:#fff}.ry86-phone-empty{height:100%;display:grid;place-items:center;color:#778493}
@media(max-width:900px){.ry86-finder,.ry86-calculator-wrap,.ry86-qr-demo>.container{grid-template-columns:1fr}.ry86-calc-terms{grid-template-columns:1fr 1fr}.ry86-finder-questions{grid-template-columns:1fr}.ry86-whatsapp div{display:none}}@media(max-width:560px){.ry86-calc-terms{grid-template-columns:1fr}.ry86-phone{height:620px}}

/* =========================================================
   V87 PREMIUM CONVERSION MODULES
========================================================= */
.ry87-premium-section{
  position:relative;
  padding:118px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 85% 8%,rgba(255,122,0,.10),transparent 28%),
    radial-gradient(circle at 10% 90%,rgba(255,149,0,.05),transparent 25%),
    #080b10;
  border-top:1px solid #1b222b;
}
.ry87-premium-section:nth-of-type(even){background:
  radial-gradient(circle at 10% 10%,rgba(255,122,0,.08),transparent 25%),#0a0e14}
.ry87-premium-head{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end;margin-bottom:50px}
.ry87-premium-head.centered{grid-template-columns:1fr;max-width:900px;margin-left:auto;margin-right:auto;text-align:center}
.ry87-premium-head span{font-size:12px;letter-spacing:.16em;font-weight:900;color:#ff9a1f}
.ry87-premium-head h2{font-size:52px;line-height:1.06;letter-spacing:-.045em;margin:10px 0 0}
.ry87-premium-head h2 em{font-style:normal;color:#ff8a0a}
.ry87-premium-head>p{font-size:16px;line-height:1.8;color:#8f9baa;margin:0}

/* Finder */
.ry87-finder-shell{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}
.ry87-finder-left,.ry87-finder-result,.ry87-calc-controls,.ry87-calc-summary,.ry87-compare-shell{
  border:1px solid #28323e;
  background:linear-gradient(180deg,rgba(17,24,35,.92),rgba(10,15,22,.96));
  box-shadow:0 30px 80px rgba(0,0,0,.24);
}
.ry87-finder-left{padding:24px;border-radius:18px}
.ry87-finder-progress{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #232d37}
.ry87-finder-progress span{font-size:12px;color:#7d8998}.ry87-finder-progress b{font-size:12px;color:#ffb15c}
.ry87-finder-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ry87-finder-grid label{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:18px;border:1px solid #2b3541;border-radius:14px;background:#0b1118;transition:.2s ease}
.ry87-finder-grid label:hover{border-color:rgba(255,122,0,.45);transform:translateY(-2px)}
.ry87-finder-grid i{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,rgba(255,122,0,.18),rgba(255,149,0,.06));display:grid;place-items:center;color:#ffb15c;font-style:normal;font-size:12px;font-weight:900}
.ry87-finder-grid strong{display:block;font-size:15px}.ry87-finder-grid small{display:block;font-size:11px;color:#788492;margin:2px 0 10px}
.ry87-finder-grid select{width:100%;min-height:44px}
.ry87-finder-result{position:relative;padding:30px;border-radius:18px;overflow:hidden;background:
 linear-gradient(145deg,rgba(255,122,0,.15),rgba(12,18,25,.98) 52%),
 #0d131b;border-color:rgba(255,122,0,.36)}
.ry87-finder-result:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-80px;top:-80px;background:rgba(255,122,0,.08);filter:blur(8px)}
.ry87-result-badge{display:inline-flex;padding:6px 9px;border-radius:999px;border:1px solid rgba(255,122,0,.32);background:rgba(255,122,0,.08);color:#ffb15c;font-size:10px;font-weight:900;letter-spacing:.08em}
.ry87-result-icon{width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,#ff7a00,#ff9a1f);display:grid;place-items:center;color:#111;font-size:24px;margin:28px 0 20px;box-shadow:0 14px 30px rgba(255,122,0,.18)}
.ry87-finder-result>small{font-size:11px;color:#8f9baa}.ry87-finder-result h3{font-size:40px;margin:4px 0 10px}.ry87-finder-result p{font-size:14px;line-height:1.7;color:#98a3b1}
.ry87-result-points{display:grid;gap:8px;margin:20px 0}.ry87-result-points span{font-size:12px;color:#bdc5cf}
.ry87-cta{min-height:54px;border-radius:12px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;text-decoration:none;font-size:14px;font-weight:900}
.ry87-cta.primary{background:linear-gradient(135deg,#ff7a00,#ff9a1f);color:#17100a;border:1px solid #ff8a0a;box-shadow:0 12px 30px rgba(255,122,0,.18)}
.ry87-cta b{font-size:18px}

/* Calculator */
.ry87-calc-section{background:
 radial-gradient(circle at 82% 30%,rgba(255,122,0,.12),transparent 30%),#070a0f}
.ry87-calc-shell{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.ry87-calc-controls{border-radius:18px;padding:26px}
.ry87-control-card{padding:20px;border:1px solid #29333f;border-radius:14px;background:#0b1118}
.ry87-control-card+.ry87-control-card{margin-top:12px}
.ry87-control-card>small{display:block;font-size:10px;color:#ff9a1f;font-weight:900;letter-spacing:.12em;margin-bottom:6px}
.ry87-control-card>label{display:block;font-size:15px;font-weight:800;margin-bottom:12px}
.ry87-control-card select{width:100%;min-height:50px}
.ry87-calc-terms{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.ry87-calc-terms input{position:absolute;opacity:0;pointer-events:none}.ry87-calc-terms label{cursor:pointer}
.ry87-calc-terms span{padding:14px 10px;border-radius:11px;border:1px solid #303a46;background:#0a1017;display:flex;flex-direction:column;min-height:68px;justify-content:center;transition:.2s}
.ry87-calc-terms b{font-size:14px}.ry87-calc-terms em{font-size:10px;color:#7f8a99;font-style:normal;margin-top:3px}
.ry87-calc-terms input:checked+span{border-color:#ff7a00;background:linear-gradient(145deg,rgba(255,122,0,.14),rgba(255,122,0,.04));box-shadow:inset 0 0 0 1px rgba(255,122,0,.22)}
.ry87-calc-terms input:checked+span b{color:#fff}.ry87-calc-terms input:checked+span em{color:#86efac}
.ry87-calc-summary{border-radius:18px;padding:28px;background:
 linear-gradient(155deg,rgba(255,122,0,.13),rgba(10,15,22,.98) 50%);border-color:rgba(255,122,0,.34)}
.ry87-calc-kicker{font-size:10px;font-weight:900;letter-spacing:.12em;color:#ffb15c;margin-bottom:18px}
.ry87-calc-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #27313c;font-size:13px}
.ry87-calc-row span{color:#8f9baa}.ry87-calc-row del{color:#6f7b8a}.ry87-calc-row.saving strong{color:#86efac}
.ry87-calc-total{display:flex;justify-content:space-between;align-items:end;padding:20px 0 8px}.ry87-calc-total span{font-size:13px;color:#9aa4b2}.ry87-calc-total strong{font-size:34px;color:#ffb15c}
.ry87-effective{font-size:12px;color:#86efac;text-align:right;margin-bottom:18px}
.ry87-secure{display:grid;grid-template-columns:32px 1fr;gap:10px;padding:12px;border:1px solid #28323e;border-radius:11px;background:#0b1118;margin-bottom:16px}
.ry87-secure>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#052e16;color:#86efac}.ry87-secure strong{display:block;font-size:12px}.ry87-secure small{display:block;font-size:10px;color:#7e8997}

/* Compare */
.ry87-compare-section{background:#090d12}
.ry87-compare-shell{border-radius:18px;overflow:hidden}
.ry87-compare-topbar{height:54px;padding:0 18px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #28323e;background:#0b1118}
.ry87-compare-topbar>div{display:flex;gap:6px}.ry87-compare-topbar>div span{width:8px;height:8px;border-radius:50%;background:#323b47}
.ry87-compare-topbar strong{font-size:13px}.ry87-compare-topbar small{margin-left:auto;font-size:10px;color:#7c8795}
.ry87-compare-scroll{overflow:auto}
.ry87-compare{width:100%;min-width:980px;border-collapse:separate;border-spacing:0;background:#0d131b}
.ry87-compare th,.ry87-compare td{padding:16px 12px;border-right:1px solid #222c36;border-bottom:1px solid #222c36;text-align:center;font-size:13px}
.ry87-compare th:first-child,.ry87-compare td:first-child{position:sticky;left:0;z-index:2;text-align:left;background:#0d131b;min-width:220px}
.ry87-compare th{background:#0a1017;vertical-align:top}
.ry87-compare th b{display:block;font-size:14px}.ry87-compare th small{display:block;font-size:10px;color:#ffb15c;margin-top:4px}
.ry87-compare th em{display:inline-flex;margin-top:8px;padding:4px 7px;border-radius:999px;background:#ff7a00;color:#111;font-style:normal;font-size:8px;font-weight:900}
.ry87-compare td:first-child{font-weight:700;color:#b8c1cc}.ry87-compare td.yes span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;margin:auto;background:#052e16;color:#86efac;font-weight:900}
.ry87-compare td.no span{color:#4f5c6a}.ry87-compare tr:hover td{background:rgba(255,122,0,.025)}.ry87-compare tr:hover td:first-child{background:#10161f}

/* WhatsApp premium */
.ry87-whatsapp{position:fixed;right:22px;bottom:22px;z-index:90;min-width:310px;display:grid;grid-template-columns:48px 1fr 10px;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;background:
 linear-gradient(145deg,rgba(20,54,34,.98),rgba(11,26,18,.98));border:1px solid rgba(37,211,102,.42);box-shadow:0 20px 50px rgba(0,0,0,.36);text-decoration:none;color:#fff;transition:.2s}
.ry87-whatsapp:hover{transform:translateY(-3px);border-color:#25d366;box-shadow:0 24px 60px rgba(0,0,0,.42)}
.ry87-wa-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#25d366,#16a34a);color:#07140b;font-weight:900}
.ry87-whatsapp div{display:flex;flex-direction:column}.ry87-whatsapp small{font-size:9px;letter-spacing:.09em;color:#8ddba8;font-weight:900}.ry87-whatsapp strong{font-size:13px;margin:2px 0}.ry87-whatsapp em{font-size:10px;color:#9cb2a5;font-style:normal}.ry87-whatsapp>i{width:8px;height:8px;border-radius:50%;background:#25d366;box-shadow:0 0 0 5px rgba(37,211,102,.12)}

/* Responsive */
@media(max-width:1000px){
 .ry87-premium-head{grid-template-columns:1fr;gap:18px}
 .ry87-finder-shell,.ry87-calc-shell{grid-template-columns:1fr}
 .ry87-finder-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
 .ry87-premium-section{padding:82px 0}
 .ry87-premium-head h2{font-size:38px}
 .ry87-finder-grid,.ry87-calc-terms{grid-template-columns:1fr}
 .ry87-whatsapp{min-width:auto;grid-template-columns:46px 1fr}
 .ry87-whatsapp>i{display:none}
}
@media(max-width:520px){
 .ry87-whatsapp div{display:none}
 .ry87-whatsapp{grid-template-columns:46px;padding:10px}
}

/* =========================================================
   V88 NAVIGATION / CATEGORY MENU / FONT READABILITY
========================================================= */

/* Header navigation readability */
.ry68-links{
  display:flex;
  align-items:center;
  gap:20px!important;
}
.ry68-links>a,
.ry88-category-trigger{
  font-size:14px!important;
  line-height:1.2;
  font-weight:700!important;
  letter-spacing:0!important;
  color:#c5ced8!important;
}
.ry68-actions>a{font-size:14px!important}
.ry68-menu{font-size:24px!important}

/* Premium module font correction */
.ry87-premium-head span{font-size:13px!important}
.ry87-premium-head h2{font-size:54px!important}
.ry87-premium-head>p{font-size:17px!important;line-height:1.75!important}

.ry87-finder-progress span,.ry87-finder-progress b{font-size:13px!important}
.ry87-finder-grid strong{font-size:16px!important}
.ry87-finder-grid small{font-size:13px!important;line-height:1.45!important}
.ry87-finder-grid select{font-size:14px!important}
.ry87-result-badge{font-size:11px!important}
.ry87-finder-result>small{font-size:12px!important}
.ry87-finder-result h3{font-size:42px!important}
.ry87-finder-result p{font-size:15px!important;line-height:1.7!important}
.ry87-result-points span{font-size:13px!important}
.ry87-cta{font-size:15px!important}

.ry87-control-card>small{font-size:11px!important}
.ry87-control-card>label{font-size:16px!important}
.ry87-control-card select{font-size:15px!important}
.ry87-calc-terms b{font-size:14px!important}
.ry87-calc-terms em{font-size:11px!important}
.ry87-calc-kicker{font-size:11px!important}
.ry87-calc-row{font-size:14px!important}
.ry87-calc-total span{font-size:14px!important}
.ry87-calc-total strong{font-size:36px!important}
.ry87-effective{font-size:13px!important}
.ry87-secure strong{font-size:13px!important}
.ry87-secure small{font-size:11px!important}

.ry87-compare-topbar strong{font-size:14px!important}
.ry87-compare-topbar small{font-size:11px!important}
.ry87-compare th,.ry87-compare td{font-size:14px!important}
.ry87-compare th b{font-size:15px!important}
.ry87-compare th small{font-size:11px!important}
.ry87-compare th em{font-size:9px!important}
.ry87-compare td:first-child{font-size:14px!important}

/* Footer readability */
.ry68-footer-grid b{font-size:14px!important}
.ry68-footer-grid a{font-size:13px!important;line-height:1.7!important}
.ry68-footer-grid p{font-size:13px!important;line-height:1.7!important}
.ry68-footer-bottom{font-size:12px!important}

/* Premium category menu */
.ry88-category-menu{
  position:relative;
  display:flex;
  align-items:center;
}
.ry88-category-trigger{
  appearance:none;
  background:transparent;
  border:0;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:6px;
  padding:9px 0;
}
.ry88-category-trigger span{
  color:#ff9a1f;
  transition:transform .2s ease;
}
.ry88-category-menu:hover .ry88-category-trigger span,
.ry88-category-menu.open .ry88-category-trigger span{transform:rotate(180deg)}

.ry88-category-dropdown{
  position:absolute;
  z-index:120;
  top:calc(100% + 14px);
  left:50%;
  transform:translate(-42%,-8px);
  width:min(860px,90vw);
  padding:18px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  border:1px solid #303a46;
  border-radius:18px;
  background:rgba(10,15,22,.98);
  box-shadow:0 28px 80px rgba(0,0,0,.45);
  backdrop-filter:blur(22px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.18s ease;
}
.ry88-category-menu:hover .ry88-category-dropdown,
.ry88-category-menu.open .ry88-category-dropdown{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate(-42%,0);
}
.ry88-category-dropdown:before{
  content:"";
  position:absolute;
  width:12px;height:12px;
  top:-7px;left:41%;
  transform:rotate(45deg);
  background:#0a0f16;
  border-left:1px solid #303a46;
  border-top:1px solid #303a46;
}
.ry88-cat-col{
  padding:14px;
  border:1px solid #252f3a;
  border-radius:12px;
  background:#0c1219;
}
.ry88-cat-col.tools{
  background:linear-gradient(145deg,rgba(255,122,0,.09),#0c1219);
  border-color:rgba(255,122,0,.24);
}
.ry88-cat-col small{
  display:block;
  font-size:10px!important;
  color:#ff9a1f;
  font-weight:900;
  letter-spacing:.10em;
  margin-bottom:9px;
}
.ry88-cat-col a{
  display:block;
  padding:8px 7px;
  border-radius:8px;
  color:#b8c2ce!important;
  text-decoration:none;
  font-size:13px!important;
  font-weight:650;
}
.ry88-cat-col a:hover{
  background:rgba(255,122,0,.08);
  color:#fff!important;
}

/* Five footer columns after categories were added */
.ry68-footer-grid{
  grid-template-columns:1.3fr repeat(4,1fr)!important;
  gap:34px!important;
}

/* Smooth anchor offset under sticky header */
#platform,#ozellikler,#akis,#demo,#paket-bulucu,#fiyat-hesapla,#paketler,#paket-karsilastir{
  scroll-margin-top:92px;
}

@media(max-width:1050px){
  .ry68-links{gap:12px!important}
  .ry68-links>a,.ry88-category-trigger{font-size:13px!important}
  .ry88-category-dropdown{left:0;transform:translate(0,-8px);grid-template-columns:1fr 1fr;width:min(720px,90vw)}
  .ry88-category-menu:hover .ry88-category-dropdown,.ry88-category-menu.open .ry88-category-dropdown{transform:translate(0,0)}
  .ry88-category-dropdown:before{left:30px}
  .ry68-footer-grid{grid-template-columns:1fr 1fr!important}
}
@media(max-width:800px){
  .ry68-links.open{align-items:stretch!important}
  .ry88-category-menu{display:block;width:100%}
  .ry88-category-trigger{width:100%;justify-content:space-between;padding:12px 0!important}
  .ry88-category-dropdown{
    position:static;
    width:100%;
    display:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none!important;
    grid-template-columns:1fr;
    margin-top:4px;
    box-shadow:none;
  }
  .ry88-category-menu.open .ry88-category-dropdown{display:grid}
  .ry88-category-menu:hover .ry88-category-dropdown{display:none}
  .ry88-category-menu.open:hover .ry88-category-dropdown{display:grid}
  .ry88-category-dropdown:before{display:none}
  .ry87-premium-head h2{font-size:40px!important}
}
@media(max-width:560px){
  .ry68-footer-grid{grid-template-columns:1fr!important}
}

/* =========================================================
   V89 PREMIUM HERO CTA / WHATSAPP ICON / DEMO LOGO
========================================================= */
.ry89-hero-actions{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px!important;
  margin-top:34px!important;
  width:100%;
  max-width:760px;
}
.ry89-hero-cta{
  position:relative;
  min-height:82px;
  padding:13px 14px;
  border:1px solid #313b47;
  border-radius:15px;
  display:grid;
  grid-template-columns:38px 1fr 18px;
  gap:10px;
  align-items:center;
  text-decoration:none;
  overflow:hidden;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
  background:linear-gradient(180deg,#111821,#0b1118);
}
.ry89-hero-cta:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(130deg,rgba(255,255,255,.045),transparent 45%);
  pointer-events:none;
}
.ry89-hero-cta:hover{transform:translateY(-3px)}
.ry89-hero-cta .icon{
  width:38px;height:38px;border-radius:11px;
  display:grid;place-items:center;
  font-size:14px;font-weight:900;
}
.ry89-hero-cta>span:nth-child(2){
  display:flex;
  flex-direction:column;
  min-width:0;
}
.ry89-hero-cta small{
  font-size:9px!important;
  line-height:1.2;
  letter-spacing:.09em;
  font-weight:900;
  margin-bottom:4px;
  white-space:nowrap;
}
.ry89-hero-cta strong{
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:850!important;
  letter-spacing:-.01em;
  white-space:nowrap;
}
.ry89-hero-cta>b{font-size:18px;justify-self:end}

.ry89-hero-cta.demo{
  background:linear-gradient(135deg,#ff7a00,#ff9a1f);
  border-color:#ff9221;
  color:#15100b;
  box-shadow:0 12px 28px rgba(255,122,0,.18);
}
.ry89-hero-cta.demo .icon{background:rgba(10,10,10,.15);color:#111}
.ry89-hero-cta.demo small{color:#3c240b!important}
.ry89-hero-cta.demo:hover{box-shadow:0 18px 38px rgba(255,122,0,.27)}

.ry89-hero-cta.plans{color:#fff}
.ry89-hero-cta.plans .icon{background:#18212c;color:#ffb15c}
.ry89-hero-cta.plans small{color:#7f8b99!important}
.ry89-hero-cta.plans:hover{border-color:#ff7a00;box-shadow:0 14px 32px rgba(0,0,0,.25)}

.ry89-hero-cta.trial{
  color:#fff;
  border-color:#1c6f3d;
  background:linear-gradient(145deg,rgba(20,72,41,.52),rgba(8,29,18,.90));
}
.ry89-hero-cta.trial .icon{background:#123d25;color:#86efac}
.ry89-hero-cta.trial small{color:#77c894!important}
.ry89-hero-cta.trial strong{color:#a7f3c0!important}
.ry89-hero-cta.trial:hover{border-color:#25d366;box-shadow:0 14px 34px rgba(37,211,102,.10)}

/* Trust row keeps premium rhythm */
.ry82-trust{
  margin-top:24px!important;
  gap:14px 24px!important;
}
.ry82-trust span{
  font-size:12px!important;
  color:#8995a4!important;
}

/* WhatsApp actual icon */
.ry87-wa-icon{
  padding:0!important;
  background:transparent!important;
  overflow:hidden;
}
.ry87-wa-icon img{
  width:46px;
  height:46px;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 8px 16px rgba(37,211,102,.18));
}

/* Demo restaurant anonymous logo */
.ry89-demo-menu-logo{
  overflow:hidden!important;
  padding:0!important;
}
.ry89-demo-menu-logo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:inherit!important;
}

/* Responsive hero CTAs */
@media(max-width:1100px){
  .ry89-hero-actions{grid-template-columns:1fr 1fr}
  .ry89-hero-cta.trial{grid-column:1/-1}
}
@media(max-width:700px){
  .ry89-hero-actions{grid-template-columns:1fr}
  .ry89-hero-cta.trial{grid-column:auto}
  .ry89-hero-cta{min-height:76px}
  .ry89-hero-cta strong{font-size:15px!important}
}

/* =========================================================
   V90 HERO CTA LAYOUT FIX
========================================================= */

/* Give CTA block more room inside hero */
.ry82-hero-copy{
  min-width:0;
}
.ry89-hero-actions{
  grid-template-columns:repeat(3,minmax(190px,1fr))!important;
  gap:12px!important;
  max-width:860px!important;
  width:calc(100% + 90px)!important;
}

/* Card sizing */
.ry89-hero-cta{
  min-width:0!important;
  min-height:84px!important;
  padding:14px 13px!important;
  grid-template-columns:38px minmax(0,1fr) 18px!important;
  gap:9px!important;
  box-sizing:border-box!important;
}
.ry89-hero-cta .copy{
  min-width:0!important;
  overflow:visible!important;
}
.ry89-hero-cta small{
  display:block!important;
  max-width:100%!important;
  font-size:9px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  letter-spacing:.075em!important;
}
.ry89-hero-cta strong{
  display:block!important;
  max-width:100%!important;
  font-size:13px!important;
  line-height:1.25!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
.ry89-hero-cta>b{
  align-self:center!important;
  flex:none!important;
}

/* Ensure the hero left column can visually extend without clipping */
.ry82-hero-grid{
  overflow:visible!important;
}
.ry82-hero{
  overflow:hidden!important;
}

/* Large screens: CTA block is allowed to use extra horizontal space */
@media(min-width:1200px){
  .ry82-hero-grid{
    grid-template-columns:minmax(560px,.98fr) minmax(560px,1.02fr)!important;
    gap:54px!important;
  }
  .ry89-hero-actions{
    width:860px!important;
  }
}

/* Mid-size desktop: 2 + 1 layout, never squeeze */
@media(min-width:801px) and (max-width:1199px){
  .ry89-hero-actions{
    grid-template-columns:repeat(2,minmax(230px,1fr))!important;
    width:100%!important;
    max-width:620px!important;
  }
  .ry89-hero-cta.trial{
    grid-column:1/-1!important;
  }
  .ry89-hero-cta strong{
    font-size:14px!important;
  }
}

/* Mobile */
@media(max-width:800px){
  .ry89-hero-actions{
    grid-template-columns:1fr!important;
    width:100%!important;
    max-width:none!important;
  }
  .ry89-hero-cta,
  .ry89-hero-cta.trial{
    grid-column:auto!important;
    width:100%!important;
    min-height:76px!important;
  }
  .ry89-hero-cta small{
    font-size:10px!important;
  }
  .ry89-hero-cta strong{
    font-size:15px!important;
    white-space:normal!important;
  }
}

/* =========================================================
   V91 HERO CTA + WHATSAPP FINAL FIX
========================================================= */

/* Never let CTA group leave the left hero column */
.ry82-hero-copy{
  width:100%!important;
  max-width:100%!important;
  overflow:visible!important;
}
.ry89-hero-actions{
  width:100%!important;
  max-width:100%!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
  margin-top:32px!important;
}
.ry89-hero-cta{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
.ry89-hero-cta.trial{
  grid-column:1/-1!important;
}

/* Keep all copy readable without collision */
.ry89-hero-cta{
  min-height:82px!important;
  padding:14px 15px!important;
  grid-template-columns:40px minmax(0,1fr) 18px!important;
}
.ry89-hero-cta .copy{
  min-width:0!important;
  overflow:visible!important;
}
.ry89-hero-cta small{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  font-size:9px!important;
}
.ry89-hero-cta strong{
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  font-size:14px!important;
  line-height:1.25!important;
}

/* Desktop hero grid no overlap */
@media(min-width:1100px){
  .ry82-hero-grid{
    grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important;
    gap:64px!important;
  }
  .ry89-hero-actions{
    width:100%!important;
    max-width:100%!important;
  }
}

/* Medium desktop / tablet */
@media(min-width:760px) and (max-width:1099px){
  .ry89-hero-actions{
    grid-template-columns:1fr 1fr!important;
  }
  .ry89-hero-cta.trial{
    grid-column:1/-1!important;
  }
}

/* Mobile */
@media(max-width:759px){
  .ry89-hero-actions{
    grid-template-columns:1fr!important;
  }
  .ry89-hero-cta.trial{
    grid-column:auto!important;
  }
}

/* WhatsApp inline SVG */
.ry87-wa-icon{
  width:46px!important;
  height:46px!important;
  display:grid!important;
  place-items:center!important;
  background:transparent!important;
  overflow:visible!important;
}
.ry87-wa-icon svg{
  width:46px!important;
  height:46px!important;
  display:block!important;
  flex:none!important;
  filter:drop-shadow(0 8px 16px rgba(37,211,102,.20));
}

/* Compact safe mobile WhatsApp */
@media(max-width:520px){
  .ry87-whatsapp{
    min-width:0!important;
    width:66px!important;
    height:66px!important;
    padding:10px!important;
    display:grid!important;
    place-items:center!important;
  }
  .ry87-wa-icon,.ry87-wa-icon svg{
    width:46px!important;
    height:46px!important;
  }
}

/* =========================================================
   V92 SALES-FOCUSED HOMEPAGE
========================================================= */
.ry92-section{padding:108px 0;background:#080b10;border-top:1px solid #19212a}
.ry92-section:nth-of-type(even){background:#0a0e14}
.ry92-head{max-width:780px;margin-bottom:42px}.ry92-head span{font-size:12px;font-weight:900;letter-spacing:.15em;color:#ff9218}.ry92-head h2{font-size:46px;line-height:1.08;letter-spacing:-.04em;margin:10px 0 14px}.ry92-head p{font-size:16px;line-height:1.75;color:#929dab}.ry92-head.left{margin:0}
.ry92-btn{min-height:52px;padding:0 18px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:14px;font-weight:900}.ry92-btn.primary{background:linear-gradient(135deg,#ff7a00,#ff9d28);color:#15100b}.ry92-btn.secondary{border:1px solid #33404e;background:#0d141d;color:#fff}

/* proof */
.ry92-proof{background:#090d12;border-top:1px solid #1e2731;border-bottom:1px solid #1e2731}.ry92-proof-grid{display:grid;grid-template-columns:repeat(5,1fr)}.ry92-proof article{padding:25px 18px;border-right:1px solid #222c36}.ry92-proof article:last-child{border:0}.ry92-proof b{display:block;font-size:21px;color:#ff9b28}.ry92-proof span{display:block;font-size:13px;font-weight:800;margin:4px 0}.ry92-proof small{font-size:11px;color:#788493}

/* live demo */
.ry92-demo-grid{display:grid!important;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}.ry92-demo-copy{min-width:0}.ry92-live-card{border:1px solid #303b47;border-radius:18px;background:#0b1118;padding:18px;box-shadow:0 28px 70px rgba(0,0,0,.32)}.ry92-live-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid #26313c}.ry92-live-head>div{display:flex;align-items:center;gap:8px}.ry92-live-head i{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.1)}.ry92-live-head span{font-size:9px;color:#86efac;font-weight:900}.ry92-live-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}.ry92-live-stats div{padding:12px;border:1px solid #26313c;border-radius:10px}.ry92-live-stats small{display:block;font-size:9px;color:#788493}.ry92-live-stats b{font-size:15px}.ry92-order{display:grid;grid-template-columns:72px 1fr auto;gap:10px;align-items:center;padding:13px 4px;border-top:1px solid #222c36;font-size:12px}.ry92-order span{font-weight:800}.ry92-order b{font-weight:600}.ry92-order em{font-style:normal;font-size:8px;padding:5px 7px;border-radius:999px;background:#3b1520;color:#fda4af}.ry92-order em.prep{background:#3a2d0b;color:#fde68a}.ry92-order em.ready{background:#052e16;color:#86efac}

/* industries */
.ry92-industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ry92-industry-grid a{padding:24px;border:1px solid #293440;border-radius:15px;background:#0d131b;text-decoration:none;color:#fff;transition:.2s}.ry92-industry-grid a:hover{transform:translateY(-3px);border-color:rgba(255,122,0,.45)}.ry92-industry-grid a>div{font-size:27px}.ry92-industry-grid h3{font-size:18px;margin:14px 0 7px}.ry92-industry-grid p{font-size:13px;line-height:1.6;color:#8d99a8}.ry92-industry-grid span{font-size:12px;color:#ff9b28;font-weight:800}

/* QR demo */
.ry92-qr{background:radial-gradient(circle at 80% 50%,rgba(255,122,0,.09),transparent 30%),#080b10}.ry92-qr-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.ry92-qr-copy>span{font-size:12px;color:#ff9218;font-weight:900;letter-spacing:.15em}.ry92-qr-copy h2{font-size:45px;line-height:1.08;margin:10px 0 16px}.ry92-qr-copy p{font-size:16px;line-height:1.75;color:#919cab}.ry92-checks{display:grid;gap:8px;margin:22px 0}.ry92-checks span{font-size:13px;color:#b9c2cc}.ry92-phone-preview{display:flex;align-items:center;justify-content:center;gap:20px}.ry92-phone{width:260px;height:480px;border:7px solid #252f3a;border-radius:34px;background:#fff;padding:0 14px;overflow:hidden;color:#121820}.ry92-phone-notch{width:90px;height:18px;background:#252f3a;margin:auto;border-radius:0 0 12px 12px}.ry92-phone-content{text-align:center;padding-top:26px}.ry92-phone-content>img{width:74px;height:74px;border-radius:20px}.ry92-phone-content>small{display:block;font-size:9px;color:#f97316;margin:10px 0 4px;font-weight:900}.ry92-phone-content h3{font-size:17px;margin:0 0 18px}.ry92-phone-content>div{display:flex;justify-content:space-between;padding:13px 10px;margin:7px 0;border:1px solid #e6e9ed;border-radius:10px;font-size:12px}.ry92-scan{padding:16px;border:1px solid #2b3541;border-radius:14px;background:#0d131b}.ry92-scan b{width:70px;height:70px;display:grid;place-items:center;background:#fff;color:#111;font-size:18px;margin:auto auto 10px}.ry92-scan span{font-size:11px;color:#9aa5b2;text-align:center;display:block}

/* honest social proof */
.ry92-social-proof{background:#0a0e14}.ry92-honest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ry92-honest-grid article{padding:24px;border:1px solid #293440;border-radius:14px;background:#0c1219}.ry92-honest-grid i{font-style:normal;font-size:11px;color:#ff9218;font-weight:900}.ry92-honest-grid h3{font-size:17px;margin:10px 0}.ry92-honest-grid p{font-size:13px;color:#8d99a8;line-height:1.65}

/* why */
.ry92-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ry92-why-grid article{padding:22px;border:1px solid #293440;border-radius:14px;background:#0d131b}.ry92-why-grid b{font-size:11px;color:#ff9218}.ry92-why-grid h3{font-size:18px;margin:10px 0 7px}.ry92-why-grid p{font-size:13px;line-height:1.65;color:#8f9aa8}

/* FAQ */
.ry92-faq-section{background:#090d12}.ry92-faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}.ry92-faq{display:grid;gap:8px}.ry92-faq details{border:1px solid #2b3541;border-radius:12px;background:#0d131b;padding:0 17px}.ry92-faq summary{cursor:pointer;list-style:none;padding:17px 0;font-size:14px;font-weight:800}.ry92-faq summary:after{content:"+";float:right;color:#ff9218;font-size:18px}.ry92-faq details[open] summary:after{content:"–"}.ry92-faq p{font-size:13px;line-height:1.7;color:#8e99a7;margin:0;padding:0 0 17px}

/* final CTA */
.ry92-final{padding:88px 0;background:radial-gradient(circle at 15% 20%,rgba(255,122,0,.18),transparent 30%),linear-gradient(135deg,#15100b,#090d12 58%);border-top:1px solid rgba(255,122,0,.25)}.ry92-final>.container{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center}.ry92-final span{font-size:11px;color:#ff9b28;font-weight:900;letter-spacing:.12em}.ry92-final h2{font-size:44px;line-height:1.08;margin:10px 0}.ry92-final h2 em{font-style:normal;color:#ff9218}.ry92-final p{font-size:15px;color:#a0a9b4}.ry92-final-trust{display:flex;gap:15px;flex-wrap:wrap;margin-top:18px}.ry92-final-trust span{font-size:11px;color:#9da7b4;letter-spacing:0}.ry92-final-actions{display:grid;gap:9px;min-width:230px}

/* improve footer for sales IA */
.ry68-footer-grid{align-items:start}.ry68-footer-grid>div{min-width:0}

/* anchor offsets */
#guven,#isletme-turleri,#qr-canli-demo,#referanslar,#neden,#sss{scroll-margin-top:90px}

@media(max-width:980px){
 .ry92-proof-grid{grid-template-columns:repeat(3,1fr)}
 .ry92-demo-grid,.ry92-qr-grid,.ry92-faq-layout,.ry92-final>.container{grid-template-columns:1fr}
 .ry92-industry-grid,.ry92-why-grid{grid-template-columns:1fr 1fr}
 .ry92-honest-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
 .ry92-section{padding:76px 0}.ry92-head h2,.ry92-qr-copy h2,.ry92-final h2{font-size:36px}
 .ry92-proof-grid,.ry92-industry-grid,.ry92-why-grid{grid-template-columns:1fr}
 .ry92-proof article{border-right:0;border-bottom:1px solid #222c36}
 .ry92-phone-preview{flex-direction:column}
 .ry92-live-stats{grid-template-columns:1fr}
 .ry92-order{grid-template-columns:1fr}
}

/* V95 Excel product import */
.ry95-import-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}.ry95-import-card,.ry95-import-help{padding:22px!important}.ry95-drop{position:relative;min-height:205px;border:1px dashed #465363;border-radius:14px;background:linear-gradient(145deg,rgba(255,122,0,.06),#0b1118);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:22px;margin-bottom:15px}.ry95-drop:hover{border-color:#ff7a00}.ry95-excel-icon{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;background:#116b3a;color:#fff;font-size:24px;font-weight:900;margin-bottom:12px}.ry95-drop strong{font-size:16px}.ry95-drop p{font-size:12px;color:#84909e;margin:5px 0 13px}.ry95-drop input[type=file]{max-width:360px;width:100%}.ry95-import-btn{width:100%;margin-top:14px}.ry95-limit{padding:17px;border:1px solid rgba(255,122,0,.25);border-radius:12px;background:rgba(255,122,0,.06);margin-bottom:15px}.ry95-limit small{display:block;font-size:11px;color:#ffb15c}.ry95-limit strong{display:block;font-size:29px;margin:3px 0}.ry95-limit span{font-size:11px;color:#84909e}.ry95-import-help ol{list-style:none;padding:0;margin:0;display:grid;gap:7px}.ry95-import-help li{padding:10px;border:1px solid #293440;border-radius:9px;background:#0b1118}.ry95-import-help li b{display:block;font-size:13px}.ry95-import-help li span{display:block;font-size:11px;color:#84909e;margin-top:2px}.ry95-report{display:grid;gap:6px}.ry95-report>div{display:grid;grid-template-columns:90px 1fr;gap:10px;padding:9px 10px;border:1px solid #293440;border-radius:8px;font-size:12px}.ry95-report .error{border-color:#7f1d1d}.ry95-report .limit{border-color:#92400e}.ry95-report .skip{border-color:#374151}.ry95-report b{color:#ffb15c}@media(max-width:900px){.ry95-import-grid{grid-template-columns:1fr}}

/* V96 trial / template / static demo */
.ry96-trial-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:center}
.ry96-day-input{display:flex;align-items:stretch}.ry96-day-input input{border-radius:9px 0 0 9px!important}.ry96-day-input span{min-width:64px;display:grid;place-items:center;border:1px solid #303a47;border-left:0;border-radius:0 9px 9px 0;background:#121923;color:#ffb15c;font-size:13px;font-weight:900}
.ry96-trial-info{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:18px 0}.ry96-trial-info>div{padding:17px;border:1px solid #293440;border-radius:11px;background:#0b1118}.ry96-trial-info b{display:block;font-size:22px;color:#ff9b28}.ry96-trial-info span{font-size:11px;color:#8995a4}
.ry96-trial-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.ry96-trial-steps article{display:flex;gap:10px;padding:15px;border:1px solid #293440;border-radius:11px;background:#0b1118}.ry96-trial-steps article>b{color:#ff9b28}.ry96-trial-steps strong{font-size:13px}.ry96-trial-steps small{display:block;font-size:11px;color:#8591a0;margin-top:4px}
.ry96-static-demo{padding:90px 0}.ry96-static-demo>.container{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;max-width:1000px}.ry96-demo-copy>span{font-size:12px;font-weight:900;color:#ff9218;letter-spacing:.12em}.ry96-demo-copy h1{font-size:48px;line-height:1.05;margin:12px 0}.ry96-demo-copy p{font-size:16px;line-height:1.7;color:#8f9baa}.ry96-demo-phone{width:360px;max-width:100%;height:650px;margin:auto;border:8px solid #252f3a;border-radius:38px;background:#f8fafc;color:#111827;overflow:hidden}.ry96-phone-notch{width:100px;height:20px;margin:auto;background:#252f3a;border-radius:0 0 14px 14px}.ry96-demo-menu{padding:24px}.ry96-demo-menu>img{width:70px;height:70px;border-radius:18px;display:block;margin:auto}.ry96-demo-menu>small{display:block;text-align:center;color:#f97316;font-size:10px;font-weight:900;margin-top:8px}.ry96-demo-menu h2{text-align:center;font-size:24px}.ry96-cat{font-size:12px;font-weight:900;color:#f97316;margin:18px 0 8px}.ry96-demo-menu article{display:flex;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid #e5e7eb}.ry96-demo-menu article b{font-size:14px}.ry96-demo-menu article p{font-size:11px;color:#64748b;margin:3px 0}.ry96-demo-menu article strong{font-size:14px;white-space:nowrap}
@media(max-width:850px){.ry96-trial-grid,.ry96-static-demo>.container{grid-template-columns:1fr}.ry96-trial-steps{grid-template-columns:1fr 1fr}}@media(max-width:560px){.ry96-trial-info,.ry96-trial-steps{grid-template-columns:1fr}}

/* V97 active trial access */
.ry97-trial-banner{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 0 18px;padding:16px 18px;border:1px solid rgba(34,197,94,.35);border-radius:12px;background:linear-gradient(135deg,rgba(34,197,94,.10),#0d1511)}
.ry97-trial-banner>div{display:flex;flex-direction:column}.ry97-trial-banner span{font-size:10px;font-weight:900;letter-spacing:.1em;color:#86efac}.ry97-trial-banner strong{font-size:14px;margin:4px 0}.ry97-trial-banner small{font-size:11px;color:#8fa59a}
@media(max-width:700px){.ry97-trial-banner{flex-direction:column;align-items:flex-start}}

/* V98 - no management live demo; trial-first visitor conversion */
.ry98-hero-actions{
  display:grid!important;
  grid-template-columns:1.15fr .85fr!important;
  gap:12px!important;
  width:100%!important;
  max-width:680px!important;
  margin-top:32px!important;
}
.ry98-hero-cta{
  min-height:82px;
  padding:14px 16px;
  border-radius:15px;
  display:grid;
  grid-template-columns:40px minmax(0,1fr) 18px;
  gap:10px;
  align-items:center;
  text-decoration:none;
  transition:.2s ease;
}
.ry98-hero-cta:hover{transform:translateY(-3px)}
.ry98-hero-cta .icon{
  width:40px;height:40px;border-radius:12px;
  display:grid;place-items:center;font-weight:900;
}
.ry98-hero-cta .copy{display:flex;flex-direction:column;min-width:0}
.ry98-hero-cta small{font-size:9px;font-weight:900;letter-spacing:.08em;margin-bottom:4px}
.ry98-hero-cta strong{font-size:15px;line-height:1.25;font-weight:900}
.ry98-hero-cta>b{font-size:18px}
.ry98-hero-cta.trial{
  background:linear-gradient(135deg,#ff7a00,#ff9b24);
  border:1px solid #ff9829;color:#15100b;
  box-shadow:0 14px 30px rgba(255,122,0,.18)
}
.ry98-hero-cta.trial .icon{background:rgba(0,0,0,.14)}
.ry98-hero-cta.trial small{color:#4b2a08}
.ry98-hero-cta.plans{
  background:#0d141d;border:1px solid #34404d;color:#fff;
}
.ry98-hero-cta.plans .icon{background:#18212c;color:#ffb15c}
.ry98-hero-cta.plans small{color:#7f8b99}
.ry98-demo-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
@media(max-width:700px){
  .ry98-hero-actions{grid-template-columns:1fr!important;max-width:none!important}
}
